Version Description
- 21.08.2017 =
- Update : The plugin settings page has been updated.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Google Captcha (reCAPTCHA) by BestWebSoft |
Version | 1.31 |
Comparing to | |
See all releases |
Code changes from version 1.30 to 1.31
- bws_menu/bws_functions.php +14 -27
- bws_menu/bws_menu.php +34 -54
- bws_menu/class-bws-settings.php +20 -11
- bws_menu/css/general_style.css +5 -2
- bws_menu/fonts/bwsicons.eot +0 -0
- bws_menu/fonts/bwsicons.svg +2 -5
- bws_menu/fonts/bwsicons.ttf +0 -0
- bws_menu/fonts/bwsicons.woff +0 -0
- bws_menu/icons/plugins/captcha.png +0 -0
- bws_menu/languages/bestwebsoft-cs_CZ.mo +0 -0
- bws_menu/languages/bestwebsoft-cs_CZ.po +225 -125
- bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
- bws_menu/languages/bestwebsoft-fr_FR.po +106 -99
- bws_menu/languages/bestwebsoft-id_ID.mo +0 -0
- bws_menu/languages/bestwebsoft-id_ID.po +106 -99
- bws_menu/languages/bestwebsoft-nl_NL.mo +0 -0
- bws_menu/languages/bestwebsoft-nl_NL.po +106 -99
- bws_menu/languages/bestwebsoft-pl_PL.mo +0 -0
- bws_menu/languages/bestwebsoft-pl_PL.po +82 -93
- bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
- bws_menu/languages/bestwebsoft-ru_RU.po +131 -98
- bws_menu/languages/bestwebsoft-uk.mo +0 -0
- bws_menu/languages/bestwebsoft-uk.po +131 -98
- bws_menu/product_list.php +72 -101
- css/admin_page.css +7 -0
- css/style.css +0 -21
- google-captcha.php +64 -336
- images/comments_form.jpg +0 -0
- images/contact_form.jpg +0 -0
- images/login_form.jpg +0 -0
- images/recaptcha_v1.png +0 -0
- images/recaptcha_v2.png +0 -0
- images/recaptcha_v2_compact_dark.png +0 -0
- images/recaptcha_v2_compact_light.png +0 -0
- images/recaptcha_v2_normal_dark.png +0 -0
- images/recaptcha_v2_normal_light.png +0 -0
- images/registration_form.jpg +0 -0
- images/reset_pwd_form.jpg +0 -0
- includes/class-gglcptch-settings-tabs.php +347 -0
- includes/pro_banners.php +60 -53
- includes/whitelist.php +48 -59
- js/admin_script.js +1 -7
- js/pre-api-script.js +1 -1
- js/script.js +8 -7
- languages/google-captcha-ar.mo +0 -0
- languages/google-captcha-ar.po +0 -504
- languages/google-captcha-bg_BG.mo +0 -0
- languages/google-captcha-bg_BG.po +0 -570
- languages/google-captcha-cs_CZ.mo +0 -0
- languages/google-captcha-cs_CZ.po +550 -331
- languages/google-captcha-de_DE.mo +0 -0
- languages/google-captcha-de_DE.po +0 -596
- languages/google-captcha-el.mo +0 -0
- languages/google-captcha-el.po +0 -598
- languages/google-captcha-es_ES.mo +0 -0
- languages/google-captcha-es_ES.po +477 -310
- languages/google-captcha-fa_IR.mo +0 -0
- languages/google-captcha-fa_IR.po +0 -561
- languages/google-captcha-fr_FR.mo +0 -0
- languages/google-captcha-fr_FR.po +0 -607
- languages/google-captcha-hi.mo +0 -0
- languages/google-captcha-hi.po +0 -753
- languages/google-captcha-it_IT.mo +0 -0
- languages/google-captcha-it_IT.po +0 -600
- languages/google-captcha-pl_PL.mo +0 -0
- languages/google-captcha-pl_PL.po +0 -563
- languages/google-captcha-pt_BR.mo +0 -0
- languages/google-captcha-pt_BR.po +0 -732
- languages/google-captcha-ru_RU.mo +0 -0
- languages/google-captcha-ru_RU.po +503 -314
- languages/google-captcha-uk.mo +0 -0
- languages/google-captcha-uk.po +498 -312
- languages/google-captcha-zh_TW.mo +0 -0
- languages/google-captcha-zh_TW.po +0 -543
- readme.txt +17 -28
- screenshot-8.png +0 -0
- screenshot-9.png +0 -0
bws_menu/bws_functions.php
CHANGED
@@ -544,7 +544,20 @@ if ( ! function_exists ( 'bws_plugins_admin_init' ) ) {
|
|
544 |
unset( $recent[ $plugin ] );
|
545 |
update_site_option( 'recently_activated', $recent );
|
546 |
}
|
547 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
548 |
exit();
|
549 |
}
|
550 |
|
@@ -652,8 +665,6 @@ if ( ! function_exists ( 'bws_plugins_admin_head' ) ) {
|
|
652 |
),
|
653 |
'set_timeout' => 2000
|
654 |
);
|
655 |
-
if ( $wp_version < '3.9' )
|
656 |
-
$tooltip_args['css_selector'] = '.mce_add_bws_shortcode';
|
657 |
bws_add_tooltip_in_admin( $tooltip_args );
|
658 |
}
|
659 |
}
|
@@ -847,33 +858,9 @@ if ( ! function_exists( 'bws_shortcode_media_button_popup' ) ) {
|
|
847 |
<p><?php _e( 'The shortcode will be inserted', 'bestwebsoft' ); ?></p>
|
848 |
<div id="bws_shortcode_block"><div id="bws_shortcode_display"></div></div>
|
849 |
</div>
|
850 |
-
<?php if ( $wp_version < '3.9' ) { ?>
|
851 |
-
<p>
|
852 |
-
<button class="button-primary primary bws_shortcode_insert"><?php _e( 'Insert', 'bestwebsoft' ); ?></button>
|
853 |
-
</p>
|
854 |
-
<?php } ?>
|
855 |
</div>
|
856 |
</div>
|
857 |
<?php }
|
858 |
-
if ( $wp_version < '3.9' ) { ?>
|
859 |
-
<script type="text/javascript">
|
860 |
-
(function($){
|
861 |
-
$( '.bws_shortcode_insert' ).on( 'click',function() {
|
862 |
-
var shortcode = $( '#TB_ajaxContent #bws_shortcode_display' ).text();
|
863 |
-
if ( '' != shortcode ) {
|
864 |
-
/* insert shortcode to tinymce */
|
865 |
-
if ( !tinyMCE.activeEditor || tinyMCE.activeEditor.isHidden() ) {
|
866 |
-
$( 'textarea#content' ).val( shortcode );
|
867 |
-
} else {
|
868 |
-
tinyMCE.execCommand( 'mceInsertContent', false, shortcode );
|
869 |
-
}
|
870 |
-
}
|
871 |
-
/* close the thickbox after adding shortcode to editor */
|
872 |
-
self.parent.tb_remove();
|
873 |
-
});
|
874 |
-
})(jQuery);
|
875 |
-
</script>
|
876 |
-
<?php }
|
877 |
}
|
878 |
}
|
879 |
|
544 |
unset( $recent[ $plugin ] );
|
545 |
update_site_option( 'recently_activated', $recent );
|
546 |
}
|
547 |
+
/**
|
548 |
+
* @deprecated 1.9.8 (15.12.2016)
|
549 |
+
*/
|
550 |
+
$is_main_page = in_array( $_GET['page'], array( 'bws_panel', 'bws_themes', 'bws_system_status' ) );
|
551 |
+
$page = esc_attr( $_GET['page'] );
|
552 |
+
$tab = isset( $_GET['tab'] ) ? esc_attr( $_GET['tab'] ) : '';
|
553 |
+
|
554 |
+
if ( $is_main_page )
|
555 |
+
$current_page = 'admin.php?page=' . $page;
|
556 |
+
else
|
557 |
+
$current_page = isset( $_GET['tab'] ) ? 'admin.php?page=' . $page . '&tab=' . $tab : 'admin.php?page=' . $page;
|
558 |
+
/*end deprecated */
|
559 |
+
|
560 |
+
wp_redirect( self_admin_url( $current_page . '&activate=true' ) );
|
561 |
exit();
|
562 |
}
|
563 |
|
665 |
),
|
666 |
'set_timeout' => 2000
|
667 |
);
|
|
|
|
|
668 |
bws_add_tooltip_in_admin( $tooltip_args );
|
669 |
}
|
670 |
}
|
858 |
<p><?php _e( 'The shortcode will be inserted', 'bestwebsoft' ); ?></p>
|
859 |
<div id="bws_shortcode_block"><div id="bws_shortcode_display"></div></div>
|
860 |
</div>
|
|
|
|
|
|
|
|
|
|
|
861 |
</div>
|
862 |
</div>
|
863 |
<?php }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
864 |
}
|
865 |
}
|
866 |
|
bws_menu/bws_menu.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
-
* Version: 2.
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
@@ -178,7 +178,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
178 |
$post_max_size = ( ini_get( 'post_max_size' ) ) ? ini_get( 'post_max_size' ) : __( 'N/A', 'bestwebsoft' );
|
179 |
$max_execution_time = ( ini_get( 'max_execution_time' ) ) ? ini_get( 'max_execution_time' ) : __( 'N/A', 'bestwebsoft' );
|
180 |
$memory_limit = ( ini_get( 'memory_limit' ) ) ? ini_get( 'memory_limit' ) : __( 'N/A', 'bestwebsoft' );
|
181 |
-
$wp_memory_limit = ( defined( 'WP_MEMORY_LIMIT' ) ) ? WP_MEMORY_LIMIT : __( 'N/A', 'bestwebsoft' );
|
182 |
$memory_usage = ( function_exists( 'memory_get_usage' ) ) ? round( memory_get_usage() / 1024 / 1024, 2 ) . __( ' Mb', 'bestwebsoft' ) : __( 'N/A', 'bestwebsoft' );
|
183 |
$exif_read_data = ( is_callable( 'exif_read_data' ) ) ? __( 'Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" : __( 'No', 'bestwebsoft' );
|
184 |
$iptcparse = ( is_callable( 'iptcparse' ) ) ? __( 'Yes', 'bestwebsoft' ) : __( 'No', 'bestwebsoft' );
|
@@ -199,7 +199,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
199 |
__( 'Website URL', 'bestwebsoft' ) => get_option( 'siteurl' ),
|
200 |
__( 'WP Version', 'bestwebsoft' ) => $wp_version,
|
201 |
__( 'WP Multisite', 'bestwebsoft' ) => $multisite,
|
202 |
-
__( 'WP Memory Limit', 'bestwebsoft' ) => $wp_memory_limit,
|
203 |
__( 'Active Theme', 'bestwebsoft' ) => $theme['Name'] . ' ' . $theme['Version'] . ' (' . sprintf( __( 'by %s', 'bestwebsoft' ), $theme['Author'] ) . ')'
|
204 |
),
|
205 |
),
|
@@ -217,7 +217,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
217 |
__( 'PHP Max Script Execute Time', 'bestwebsoft' ) => $max_execution_time,
|
218 |
__( 'PHP Exif support', 'bestwebsoft' ) => $exif_read_data,
|
219 |
__( 'PHP IPTC support', 'bestwebsoft' ) => $iptcparse,
|
220 |
-
__( 'PHP XML support', 'bestwebsoft' ) => $xml_parser_create,
|
221 |
'$_SERVER[HTTP_HOST]' => $_SERVER['HTTP_HOST'],
|
222 |
'$_SERVER[SERVER_NAME]' => $_SERVER['SERVER_NAME'],
|
223 |
),
|
@@ -273,8 +273,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
273 |
$headers .= 'Content-type: text/html; charset=utf-8' . "\n";
|
274 |
$headers .= 'From: ' . get_option( 'admin_email' );
|
275 |
$message_text = '<html><head><title>System Info From ' . home_url() . '</title></head><body>';
|
276 |
-
foreach ( $system_info as $info ) {
|
277 |
-
if ( ! empty( $info['data'] ) ) {
|
278 |
$message_text .= '<h4>' . $info['name'];
|
279 |
if ( isset( $info['count'] ) )
|
280 |
$message_text .= ' (' . $info['count'] . ')';
|
@@ -301,7 +301,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
301 |
<span>panel</span>
|
302 |
</a>
|
303 |
</div>
|
304 |
-
<div class="bws-menu-item-icon">•••</div>
|
305 |
<div class="bws-nav-tab-wrapper">
|
306 |
<?php if ( $is_main_page ) { ?>
|
307 |
<a class="bws-nav-tab<?php if ( 'bws_panel' == $page ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=bws_panel' ); ?>"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
|
@@ -536,8 +536,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
536 |
</div>
|
537 |
<div class="bws_product_links">
|
538 |
<?php if ( $is_active || $is_pro_active ) {
|
539 |
-
if ( $is_pro_isset ) {
|
540 |
-
if (
|
541 |
if ( ! empty( $plugins_array ) && array_key_exists( $value_plugin['pro_version'], $plugins_array ) ) { ?>
|
542 |
<form method="post" action="">
|
543 |
<input type="submit" class="button button-secondary" value="<?php _e( 'Install Now', 'bestwebsoft' ); ?>" />
|
@@ -610,52 +610,31 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
610 |
require( dirname( __FILE__ ) . '/product_list.php' ); ?>
|
611 |
<h1><?php _e( 'Themes', 'bestwebsoft' ); ?></h1>
|
612 |
<div id="availablethemes" class="bws-availablethemes">
|
613 |
-
|
614 |
-
|
615 |
-
|
616 |
$installed_theme = wp_get_theme( $theme->slug ); ?>
|
617 |
-
<
|
618 |
-
<
|
619 |
-
|
620 |
-
<h3><?php echo $theme->name; ?></h3>
|
621 |
-
<div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), 'BestWebSoft' ); ?></div>
|
622 |
-
<div class="action-links">
|
623 |
-
<ul>
|
624 |
-
<?php if ( $installed_theme->exists() ) { ?>
|
625 |
-
<li><span class="install-now" title="'<?php esc_attr__( 'This theme is already installed and is up to date' ); ?>"><?php echo _x( 'Installed', 'theme', 'bestwebsoft' ); ?></span></li>
|
626 |
-
<?php } ?>
|
627 |
-
<li><a class="theme-detail" href="<?php echo esc_url( $theme->href ); ?>" target="_blank"><?php _e( 'Learn More', 'bestwebsoft' ); ?></a></li>
|
628 |
-
</ul>
|
629 |
-
</div>
|
630 |
-
</div>
|
631 |
-
<?php }
|
632 |
-
} else { ?>
|
633 |
-
<div class="theme-browser content-filterable rendered">
|
634 |
-
<div class="themes wp-clearfix">
|
635 |
-
<?php foreach ( $themes as $key => $theme ) {
|
636 |
-
$installed_theme = wp_get_theme( $theme->slug ); ?>
|
637 |
-
<div class="theme" tabindex="0">
|
638 |
-
<div class="theme-screenshot">
|
639 |
-
<img src="<?php echo bws_menu_url( "icons/themes/" ) . $theme->slug . '.png'; ?>" alt="" />
|
640 |
-
</div>
|
641 |
-
<div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), 'BestWebSoft' ); ?></div>
|
642 |
-
<h3 class="theme-name"><?php echo $theme->name; ?></h3>
|
643 |
-
<div class="theme-actions">
|
644 |
-
<a class="button button-secondary preview install-theme-preview" href="<?php echo $theme->href; ?>" target="_blank"><?php esc_html_e( 'Learn More', 'bestwebsoft' ); ?></a>
|
645 |
-
</div>
|
646 |
-
<?php if ( $installed_theme->exists() ) {
|
647 |
-
if ( $wp_version < '4.6' ) { ?>
|
648 |
-
<div class="theme-installed"><?php _e( 'Already Installed', 'bestwebsoft' ); ?></div>
|
649 |
-
<?php } else { ?>
|
650 |
-
<div class="notice notice-success notice-alt inline"><p><?php _e( 'Installed', 'bestwebsoft' ); ?></p></div>
|
651 |
-
<?php }
|
652 |
-
} ?>
|
653 |
</div>
|
654 |
-
|
655 |
-
|
656 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
657 |
</div>
|
658 |
-
|
659 |
<p><a class="bws_browse_link" href="http://bestweblayout.com/categories/themes/" target="_blank"><?php _e( 'Browse Free WordPress Themes', 'bestwebsoft' ); ?> <span class="dashicons dashicons-arrow-right-alt2"></span></a></p>
|
660 |
</div>
|
661 |
<?php } elseif ( 'bws_system_status' == $page || 'system-status' == $tab ) { ?>
|
@@ -685,7 +664,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
685 |
<strong>
|
686 |
<?php echo $info['name'];
|
687 |
if ( isset( $info['count'] ) )
|
688 |
-
echo ' (' . $info['count'] . ')'; ?>
|
689 |
</strong>
|
690 |
</th>
|
691 |
</tr>
|
@@ -699,7 +678,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
699 |
<?php } ?>
|
700 |
</tbody>
|
701 |
</table>
|
702 |
-
<?php }
|
703 |
} ?>
|
704 |
</div>
|
705 |
</div>
|
@@ -710,6 +689,7 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
|
|
710 |
function bws_get_banner_array() {
|
711 |
global $bstwbsftwppdtplgns_banner_array;
|
712 |
$bstwbsftwppdtplgns_banner_array = array(
|
|
|
713 |
array( 'sclbttns_hide_banner_on_plugin_page', 'social-buttons-pack/social-buttons-pack.php', '1.1.0' ),
|
714 |
array( 'tmsht_hide_banner_on_plugin_page', 'timesheet/timesheet.php', '0.1.3' ),
|
715 |
array( 'pgntn_hide_banner_on_plugin_page', 'pagination/pagination.php', '1.0.6' ),
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
+
* Version: 2.1.2
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
178 |
$post_max_size = ( ini_get( 'post_max_size' ) ) ? ini_get( 'post_max_size' ) : __( 'N/A', 'bestwebsoft' );
|
179 |
$max_execution_time = ( ini_get( 'max_execution_time' ) ) ? ini_get( 'max_execution_time' ) : __( 'N/A', 'bestwebsoft' );
|
180 |
$memory_limit = ( ini_get( 'memory_limit' ) ) ? ini_get( 'memory_limit' ) : __( 'N/A', 'bestwebsoft' );
|
181 |
+
$wp_memory_limit = ( defined( 'WP_MEMORY_LIMIT' ) ) ? WP_MEMORY_LIMIT : __( 'N/A', 'bestwebsoft' );
|
182 |
$memory_usage = ( function_exists( 'memory_get_usage' ) ) ? round( memory_get_usage() / 1024 / 1024, 2 ) . __( ' Mb', 'bestwebsoft' ) : __( 'N/A', 'bestwebsoft' );
|
183 |
$exif_read_data = ( is_callable( 'exif_read_data' ) ) ? __( 'Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" : __( 'No', 'bestwebsoft' );
|
184 |
$iptcparse = ( is_callable( 'iptcparse' ) ) ? __( 'Yes', 'bestwebsoft' ) : __( 'No', 'bestwebsoft' );
|
199 |
__( 'Website URL', 'bestwebsoft' ) => get_option( 'siteurl' ),
|
200 |
__( 'WP Version', 'bestwebsoft' ) => $wp_version,
|
201 |
__( 'WP Multisite', 'bestwebsoft' ) => $multisite,
|
202 |
+
__( 'WP Memory Limit', 'bestwebsoft' ) => $wp_memory_limit,
|
203 |
__( 'Active Theme', 'bestwebsoft' ) => $theme['Name'] . ' ' . $theme['Version'] . ' (' . sprintf( __( 'by %s', 'bestwebsoft' ), $theme['Author'] ) . ')'
|
204 |
),
|
205 |
),
|
217 |
__( 'PHP Max Script Execute Time', 'bestwebsoft' ) => $max_execution_time,
|
218 |
__( 'PHP Exif support', 'bestwebsoft' ) => $exif_read_data,
|
219 |
__( 'PHP IPTC support', 'bestwebsoft' ) => $iptcparse,
|
220 |
+
__( 'PHP XML support', 'bestwebsoft' ) => $xml_parser_create,
|
221 |
'$_SERVER[HTTP_HOST]' => $_SERVER['HTTP_HOST'],
|
222 |
'$_SERVER[SERVER_NAME]' => $_SERVER['SERVER_NAME'],
|
223 |
),
|
273 |
$headers .= 'Content-type: text/html; charset=utf-8' . "\n";
|
274 |
$headers .= 'From: ' . get_option( 'admin_email' );
|
275 |
$message_text = '<html><head><title>System Info From ' . home_url() . '</title></head><body>';
|
276 |
+
foreach ( $system_info as $info ) {
|
277 |
+
if ( ! empty( $info['data'] ) ) {
|
278 |
$message_text .= '<h4>' . $info['name'];
|
279 |
if ( isset( $info['count'] ) )
|
280 |
$message_text .= ' (' . $info['count'] . ')';
|
301 |
<span>panel</span>
|
302 |
</a>
|
303 |
</div>
|
304 |
+
<div class="bws-menu-item-icon">•••</div>
|
305 |
<div class="bws-nav-tab-wrapper">
|
306 |
<?php if ( $is_main_page ) { ?>
|
307 |
<a class="bws-nav-tab<?php if ( 'bws_panel' == $page ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=bws_panel' ); ?>"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
|
536 |
</div>
|
537 |
<div class="bws_product_links">
|
538 |
<?php if ( $is_active || $is_pro_active ) {
|
539 |
+
if ( $is_pro_isset ) {
|
540 |
+
if ( ! $is_pro_installed ) {
|
541 |
if ( ! empty( $plugins_array ) && array_key_exists( $value_plugin['pro_version'], $plugins_array ) ) { ?>
|
542 |
<form method="post" action="">
|
543 |
<input type="submit" class="button button-secondary" value="<?php _e( 'Install Now', 'bestwebsoft' ); ?>" />
|
610 |
require( dirname( __FILE__ ) . '/product_list.php' ); ?>
|
611 |
<h1><?php _e( 'Themes', 'bestwebsoft' ); ?></h1>
|
612 |
<div id="availablethemes" class="bws-availablethemes">
|
613 |
+
<div class="theme-browser content-filterable rendered">
|
614 |
+
<div class="themes wp-clearfix">
|
615 |
+
<?php foreach ( $themes as $key => $theme ) {
|
616 |
$installed_theme = wp_get_theme( $theme->slug ); ?>
|
617 |
+
<div class="theme" tabindex="0">
|
618 |
+
<div class="theme-screenshot">
|
619 |
+
<img src="<?php echo bws_menu_url( "icons/themes/" ) . $theme->slug . '.png'; ?>" alt="" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
620 |
</div>
|
621 |
+
<div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), 'BestWebSoft' ); ?></div>
|
622 |
+
<h3 class="theme-name"><?php echo $theme->name; ?></h3>
|
623 |
+
<div class="theme-actions">
|
624 |
+
<a class="button button-secondary preview install-theme-preview" href="<?php echo $theme->href; ?>" target="_blank"><?php esc_html_e( 'Learn More', 'bestwebsoft' ); ?></a>
|
625 |
+
</div>
|
626 |
+
<?php if ( $installed_theme->exists() ) {
|
627 |
+
if ( $wp_version < '4.6' ) { ?>
|
628 |
+
<div class="theme-installed"><?php _e( 'Already Installed', 'bestwebsoft' ); ?></div>
|
629 |
+
<?php } else { ?>
|
630 |
+
<div class="notice notice-success notice-alt inline"><p><?php _e( 'Installed', 'bestwebsoft' ); ?></p></div>
|
631 |
+
<?php }
|
632 |
+
} ?>
|
633 |
+
</div>
|
634 |
+
<?php } ?>
|
635 |
+
<br class="clear" />
|
636 |
</div>
|
637 |
+
</div>
|
638 |
<p><a class="bws_browse_link" href="http://bestweblayout.com/categories/themes/" target="_blank"><?php _e( 'Browse Free WordPress Themes', 'bestwebsoft' ); ?> <span class="dashicons dashicons-arrow-right-alt2"></span></a></p>
|
639 |
</div>
|
640 |
<?php } elseif ( 'bws_system_status' == $page || 'system-status' == $tab ) { ?>
|
664 |
<strong>
|
665 |
<?php echo $info['name'];
|
666 |
if ( isset( $info['count'] ) )
|
667 |
+
echo ' (' . $info['count'] . ')'; ?>
|
668 |
</strong>
|
669 |
</th>
|
670 |
</tr>
|
678 |
<?php } ?>
|
679 |
</tbody>
|
680 |
</table>
|
681 |
+
<?php }
|
682 |
} ?>
|
683 |
</div>
|
684 |
</div>
|
689 |
function bws_get_banner_array() {
|
690 |
global $bstwbsftwppdtplgns_banner_array;
|
691 |
$bstwbsftwppdtplgns_banner_array = array(
|
692 |
+
array( 'gglstpvrfctn_hide_banner_on_plugin_page', 'bws-google-2-step-verification/bws-google-2-step-verification.php', '1.0.0' ),
|
693 |
array( 'sclbttns_hide_banner_on_plugin_page', 'social-buttons-pack/social-buttons-pack.php', '1.1.0' ),
|
694 |
array( 'tmsht_hide_banner_on_plugin_page', 'timesheet/timesheet.php', '0.1.3' ),
|
695 |
array( 'pgntn_hide_banner_on_plugin_page', 'pagination/pagination.php', '1.0.6' ),
|
bws_menu/class-bws-settings.php
CHANGED
@@ -8,11 +8,12 @@
|
|
8 |
if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
9 |
class Bws_Settings_Tabs {
|
10 |
private $tabs;
|
11 |
-
private $plugin_basename;
|
12 |
-
private $prefix;
|
13 |
private $pro_plugin_is_activated = false;
|
14 |
private $custom_code_args = array();
|
15 |
-
|
|
|
|
|
|
|
16 |
|
17 |
public $options;
|
18 |
public $default_options;
|
@@ -261,8 +262,10 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
261 |
if ( ! empty( $data['is_pro'] ) && $this->hide_pro_tabs )
|
262 |
continue; ?>
|
263 |
<div class="bws_tab ui-tabs-panel ui-widget-content ui-corner-bottom" id="<?php echo $this->prefix . '_' . $tab_slug; ?>_tab" aria-labelledby="ui-id-2" role="tabpanel" aria-hidden="false" style="display: block;">
|
264 |
-
<?php
|
265 |
-
|
|
|
|
|
266 |
} ?>
|
267 |
</div>
|
268 |
<?php }
|
@@ -453,8 +456,10 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
453 |
echo '(' . __( 'Browsing', 'bestwebsoft' ) . ')'; ?>
|
454 |
</big></p>
|
455 |
<p class="bws_info">
|
456 |
-
<
|
457 |
-
|
|
|
|
|
458 |
</p>
|
459 |
<textarea cols="70" rows="25" name="bws_newcontent_<?php echo $extension; ?>" id="bws_newcontent_<?php echo $extension; ?>"><?php if ( isset( $this->custom_code_args["content_{$extension}"] ) ) echo $this->custom_code_args["content_{$extension}"]; ?></textarea>
|
460 |
<p class="bws_info">
|
@@ -544,16 +549,20 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
544 |
<tr>
|
545 |
<th scope="row"><?php _e( 'Pro Options', 'bestwebsoft' ); ?></th>
|
546 |
<td>
|
547 |
-
<
|
548 |
-
|
|
|
|
|
549 |
</td>
|
550 |
</tr>
|
551 |
<?php } ?>
|
552 |
<tr>
|
553 |
<th scope="row"><?php _e( 'Track Usage', 'bestwebsoft' ); ?></th>
|
554 |
<td>
|
555 |
-
<
|
556 |
-
|
|
|
|
|
557 |
</td>
|
558 |
</tr>
|
559 |
<tr>
|
8 |
if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
9 |
class Bws_Settings_Tabs {
|
10 |
private $tabs;
|
|
|
|
|
11 |
private $pro_plugin_is_activated = false;
|
12 |
private $custom_code_args = array();
|
13 |
+
|
14 |
+
public $plugin_basename;
|
15 |
+
public $prefix;
|
16 |
+
public $wp_slug;
|
17 |
|
18 |
public $options;
|
19 |
public $default_options;
|
262 |
if ( ! empty( $data['is_pro'] ) && $this->hide_pro_tabs )
|
263 |
continue; ?>
|
264 |
<div class="bws_tab ui-tabs-panel ui-widget-content ui-corner-bottom" id="<?php echo $this->prefix . '_' . $tab_slug; ?>_tab" aria-labelledby="ui-id-2" role="tabpanel" aria-hidden="false" style="display: block;">
|
265 |
+
<?php $tab_slug = str_replace( '-', '_', $tab_slug );
|
266 |
+
if ( method_exists( $this, 'tab_' . $tab_slug ) ) {
|
267 |
+
call_user_func( array( $this, 'tab_' . $tab_slug ) );
|
268 |
+
do_action_ref_array( __CLASS__ . '_after_tab_' . $tab_slug, array( &$this ) );
|
269 |
} ?>
|
270 |
</div>
|
271 |
<?php }
|
456 |
echo '(' . __( 'Browsing', 'bestwebsoft' ) . ')'; ?>
|
457 |
</big></p>
|
458 |
<p class="bws_info">
|
459 |
+
<label>
|
460 |
+
<input type="checkbox" name="bws_custom_<?php echo $extension; ?>_active" value="1" <?php if ( $this->custom_code_args["is_{$extension}_active"] ) echo "checked"; ?> />
|
461 |
+
<?php printf( __( 'Activate custom %s code.', 'bestwebsoft' ), $name ); ?>
|
462 |
+
</label>
|
463 |
</p>
|
464 |
<textarea cols="70" rows="25" name="bws_newcontent_<?php echo $extension; ?>" id="bws_newcontent_<?php echo $extension; ?>"><?php if ( isset( $this->custom_code_args["content_{$extension}"] ) ) echo $this->custom_code_args["content_{$extension}"]; ?></textarea>
|
465 |
<p class="bws_info">
|
549 |
<tr>
|
550 |
<th scope="row"><?php _e( 'Pro Options', 'bestwebsoft' ); ?></th>
|
551 |
<td>
|
552 |
+
<label>
|
553 |
+
<input <?php echo $this->change_permission_attr; ?> name="bws_hide_premium_options_submit" type="checkbox" value="1" <?php if ( ! $this->hide_pro_tabs ) echo 'checked="checked "'; ?> />
|
554 |
+
<span class="bws_info"><?php _e( 'Enable to display plugin Pro options.', 'bestwebsoft' ); ?></span>
|
555 |
+
</label>
|
556 |
</td>
|
557 |
</tr>
|
558 |
<?php } ?>
|
559 |
<tr>
|
560 |
<th scope="row"><?php _e( 'Track Usage', 'bestwebsoft' ); ?></th>
|
561 |
<td>
|
562 |
+
<label>
|
563 |
+
<input <?php echo $this->change_permission_attr; ?> name="bws_track_usage" type="checkbox" value="1" <?php if ( ! empty( $bstwbsftwppdtplgns_options['track_usage']['products'][ $this->plugin_basename ] ) ) echo 'checked="checked "'; ?>/>
|
564 |
+
<span class="bws_info"><?php _e( 'Enable to allow tracking plugin usage anonymously in order to make it better.', 'bestwebsoft' ); ?></span>
|
565 |
+
</label>
|
566 |
</td>
|
567 |
</tr>
|
568 |
<tr>
|
bws_menu/css/general_style.css
CHANGED
@@ -39,7 +39,7 @@
|
|
39 |
#adminmenu #toplevel_page_bws_panel .wp-menu-image {
|
40 |
font-family: 'bwsicons' !important;
|
41 |
}
|
42 |
-
#adminmenu #toplevel_page_bws_panel
|
43 |
content: "\e93c";
|
44 |
font-family: 'bwsicons' !important;
|
45 |
}
|
@@ -608,7 +608,7 @@ span.bws_code {
|
|
608 |
width: 161px;
|
609 |
margin: -1px 0 0 0;
|
610 |
border-top: 1px solid #ddd;
|
611 |
-
padding: 20px
|
612 |
color: #000 !important;
|
613 |
background: #fff !important;
|
614 |
}
|
@@ -738,6 +738,9 @@ span.bws_code {
|
|
738 |
margin-right: 160px;
|
739 |
margin-left: 0;
|
740 |
}
|
|
|
|
|
|
|
741 |
@media only screen and (max-width: 1100px) {
|
742 |
#bws_settings_tabs {
|
743 |
width: 59px;
|
39 |
#adminmenu #toplevel_page_bws_panel .wp-menu-image {
|
40 |
font-family: 'bwsicons' !important;
|
41 |
}
|
42 |
+
#adminmenu #toplevel_page_bws_panel .wp-menu-image:before {
|
43 |
content: "\e93c";
|
44 |
font-family: 'bwsicons' !important;
|
45 |
}
|
608 |
width: 161px;
|
609 |
margin: -1px 0 0 0;
|
610 |
border-top: 1px solid #ddd;
|
611 |
+
padding: 20px 21px 20px 45px;
|
612 |
color: #000 !important;
|
613 |
background: #fff !important;
|
614 |
}
|
738 |
margin-right: 160px;
|
739 |
margin-left: 0;
|
740 |
}
|
741 |
+
.bws_margined_box {
|
742 |
+
margin: 1em 0;
|
743 |
+
}
|
744 |
@media only screen and (max-width: 1100px) {
|
745 |
#bws_settings_tabs {
|
746 |
width: 59px;
|
bws_menu/fonts/bwsicons.eot
CHANGED
Binary file
|
bws_menu/fonts/bwsicons.svg
CHANGED
@@ -16,13 +16,10 @@
|
|
16 |
<glyph unicode="" glyph-name="custom-admin-page" d="M1023.488 120.512c-0.128-6.592-2.56 14.080-8.768 22.656-13.632 18.752-35.2 32.448-68.608 45.12-57.408 21.696-71.040 29.312-71.040 29.312l-0.576 49.984c0 0 21.504 15.040 28.224 62.144 0 0 11.264 6.336 18.688 25.856 3.968 10.368 7.808 45.568-8.576 42.432 0 0 9.536 41.472-3.584 82.176-6.72 20.928-21.76 35.136-44.288 35.136-9.28 9.28-29.12 18.24-55.296 19.52h-0.192c-52.352-2.496-80-14.208-97.088-54.656-21.76-51.264-6.080-82.176-6.080-82.176-16.448 3.136-12.544-32.064-8.576-42.432 7.424-19.52 18.688-25.856 18.688-25.856 6.656-47.104 28.16-62.144 28.16-62.144l-0.576-49.984c0 0-13.632-7.552-71.040-29.312-33.344-12.672-54.912-26.304-68.608-45.12-6.208-8.64-8.896-16.128-8.768-22.656 1.216-3.264-3.84-54.656 18.176-55.616h398.912c14.848 0 10.816 19.712 10.816 55.616zM64 640h704v-64c37.632 14.656 37.568 11.52 64 0v194.624c0 32.32-28.992 61.376-61.376 61.376h-704.448c-32.384 0-66.176-31.68-66.176-64v-640c0-32.32 33.792-64 66.176-64h490.944c0 0-15.936 24.512 0 64h-493.12v512zM320 768h64v-64h-64v64zM192 768h64v-64h-64v64zM64 768h64v-64h-64v64zM552.32 156.928c0.256 0.576-0.32 0.832 0 0v0z" />
|
17 |
<glyph unicode="" glyph-name="custom-fields-search" d="M1018.56 78.592l-242.24 242.112c39.424 63.872 62.208 139.264 62.208 220.16 0 231.296-187.776 419.136-419.2 419.136-231.872 0-419.328-187.84-419.328-419.136 0-231.808 187.456-419.648 419.328-419.648 84.992 0 163.776 25.28 229.696 68.416l240.512-240.448c12.416-12.416 43.52-1.664 69.312 24l36.032 36.16c25.728 25.664 36.544 56.768 23.68 69.248zM419.264 260.544c-154.688 0-280.32 125.632-280.32 280.256 0 154.688 125.632 279.872 280.32 279.872s279.936-125.248 279.936-279.872c0-154.624-125.248-280.256-279.936-280.256zM461.888 384h-155.776c-9.984 0-18.112 8.128-18.112 18.112v27.776c0 9.984 8.128 18.112 18.112 18.112h155.712c10.048 0 18.176-8.128 18.176-18.112v-27.712c0-10.048-8.128-18.176-18.112-18.176zM525.888 576h-219.776c-9.984 0-18.112-8.128-18.112-18.112v-27.712c0-10.048 8.128-18.176 18.112-18.176h219.712c10.048 0 18.176 8.128 18.176 18.112v27.776c0 9.984-8.128 18.112-18.112 18.112zM525.888 704h-219.776c-9.984 0-18.112-8.128-18.112-18.112v-27.712c0-10.048 8.128-18.176 18.112-18.176h219.712c10.048 0 18.176 8.128 18.176 18.112v27.776c0 9.984-8.128 18.112-18.112 18.112z" />
|
18 |
<glyph unicode="" glyph-name="custom-search" d="M1018.56 65.728l-242.24 242.112c39.424 63.872 62.208 139.264 62.208 220.16 0 231.36-187.84 419.136-419.264 419.136-231.808 0-419.264-187.84-419.264-419.136 0-231.808 187.456-419.648 419.328-419.648 84.992 0 163.776 25.28 229.696 68.416l240.512-240.448c12.416-12.416 43.52-1.664 69.312 24l36.032 36.16c25.728 25.664 36.544 56.768 23.68 69.248zM419.264 247.744c-154.688 0-280.32 125.632-280.32 280.256 0 154.688 125.632 279.872 280.32 279.872s279.936-125.248 279.936-279.872c0-154.688-125.248-280.256-279.936-280.256z" />
|
19 |
-
<glyph unicode="" glyph-name="db-manager" d="M388.672 232.064c-0.96-0.064-1.92-0.064-2.88-0.064-7.872-0.192-15.744-0.32-23.744-0.32-0.256 0-0.576 0-0.896 0-7.424 0-14.784 0.128-22.144 0.32-1.344 0-2.752 0.064-4.16 0.064-7.488 0.192-14.848 0.576-22.208 0.96-0.96 0.064-1.984 0.064-3.008 0.192-15.616 0.832-30.912 2.112-45.76 3.712-118.272 12.736-222.080 48.064-255.552 92.864-3.392 4.544-6.208 6.272-8.32 6.464v-140.928c27.2-70.912 182.912-125.056 358.848-125.696h6.336c0.704 0 1.344 0 2.048 0l3.904 0.064v0.064c36.544 0.384 71.616 3.2 104.576 7.808-37.376 43.456-62.848 96.704-72.384 155.136-4.864-0.256-9.728-0.576-14.656-0.64zM1024 221.568v68.992l-61.248 21.632c-4.224 14.72-10.048 28.672-17.28 41.792l27.904 58.688-48.768 48.768-58.688-27.968c-13.056 7.232-27.072 13.056-41.664 17.344l-21.76 61.184h-68.928l-21.824-61.12c-14.656-4.288-28.608-10.112-41.728-17.344l-58.688 27.904-48.768-48.768 27.968-58.688c-7.232-13.12-13.12-27.072-17.344-41.792l-61.184-21.632v-68.992l61.184-21.76c4.224-14.592 10.048-28.544 17.344-41.728l-27.968-58.688 48.768-48.768 58.688 27.968c13.12-7.296 27.072-13.12 41.728-17.28l21.824-61.312h68.928l21.76 61.248c14.592 4.224 28.608 9.984 41.664 17.28l58.688-27.968 48.768 48.768-27.904 58.688c7.232 13.056 13.056 27.136 17.28 41.728l61.248 21.824zM768 162.048c-51.84 0-93.952 42.112-93.952 93.888 0 51.904 42.048 93.888 93.952 93.888 51.84 0 93.888-42.048 93.888-93.888 0-51.776-42.048-93.888-93.888-93.888zM361.984 582.4v0c188.992 0 354.304 54.144 366.4 122.432v75.776c-12.096 64.448-177.408 115.392-366.4 115.392v0c-177.344 0-334.656-44.928-361.984-103.744v-99.776c27.328-62.336 184.64-110.080 361.984-110.080zM413.824 493.248c-0.704 0-1.408-0.064-2.24-0.128-7.488-0.32-15.168-0.64-22.912-0.896-1.024-0.064-1.984-0.064-2.944-0.064-7.872-0.192-15.744-0.384-23.744-0.384-0.256 0-0.576 0-0.896 0-7.424 0-14.784 0.128-22.144 0.384-1.344 0-2.752 0.064-4.16 0.128-7.424 0.192-14.784 0.512-22.144 0.896-0.96 0-1.984 0.064-2.944 0.192-15.616 0.832-30.912 2.112-45.824 3.648-118.272 12.736-222.080 48.064-255.552 92.8-3.392 4.672-6.208 6.4-8.32 6.592v-140.928c27.2-70.912 182.912-125.056 358.848-125.696h6.336c0.704 0 1.344 0 2.048 0l3.904 0.064v0.064c10.688 0.128 21.248 0.512 31.744 0.96 9.984 64.96 39.936 123.456 83.712 169.536-8.384-1.216-16.96-2.304-25.664-3.264-15.296-1.664-30.976-2.944-47.104-3.904z" />
|
20 |
<glyph unicode="" glyph-name="donate-button" d="M0 256h320v-320h384v320h320v384h-320v320h-384v-320h-320v-384z" />
|
21 |
-
<glyph unicode="" glyph-name="email-queue" d="M964.288 37.312c0-20.572-17.049-37.248-38.080-37.248s-38.080 16.676-38.080 37.248c0 20.572 17.049 37.248 38.080 37.248s38.080-16.676 38.080-37.248zM708.288 37.312c0-20.572-17.049-37.248-38.080-37.248s-38.080 16.676-38.080 37.248c0 20.572 17.049 37.248 38.080 37.248s38.080-16.676 38.080-37.248zM836.288 37.312c0-20.572-17.049-37.248-38.080-37.248s-38.080 16.676-38.080 37.248c0 20.572 17.049 37.248 38.080 37.248s38.080-16.676 38.080-37.248zM903.68 849.024c-85.632 73.984-203.2 110.976-352.64 110.976-172.608 0-310.080-52.224-412.544-156.672-92.352-93.696-138.496-207.552-138.496-341.568 0-112.64 38.016-211.904 113.984-297.856 94.912-107.264 222.528-160.96 398.016-160.96 90.304 0 86.080 71.616 16.384 71.616-149.056 0-256.32 41.216-336.96 123.904-68.864 69.888-103.296 156.224-103.296 259.008 0 117.568 36.096 215.168 108.352 292.864 84.352 91.264 206.336 136.896 365.888 136.896 115.008 0 206.528-27.264 274.56-81.728 68.096-54.464 102.080-129.408 102.080-224.768 0-78.912-19.008-142.848-57.024-191.744-37.952-48.96-80.96-73.344-128.768-73.344-14.72 0-27.84 4.224-39.36 12.608-11.584 8.384-17.28 21.888-17.28 40.384 0 9.92 1.472 21.184 4.416 33.92 2.88 12.736 7.552 29.568 13.824 50.56l83.776 270.080h-92.608l-31.488-103.616c-1.728 34.112-16.512 63.296-44.48 87.552-27.84 24.256-63.232 36.416-106.048 36.416-62.976 0-121.92-31.232-176.64-93.696-54.784-62.528-82.176-134.656-82.176-216.512 0-57.536 16.064-104.576 48.192-141.184s73.984-54.912 125.632-54.912c36.096 0 71.168 9.856 105.152 29.312 33.984 19.584 62.144 52.928 84.416 100.288-1.28-5.376-2.368-10.496-3.2-15.488-0.832-4.928-1.28-9.6-1.28-14.144 0-27.52 9.856-51.072 29.632-70.656 19.712-19.456 50.368-29.312 91.968-29.312 70.976 0 135.104 33.216 192.384 99.584 57.28 66.432 85.952 146.496 85.952 240.192 0 111.424-40.128 202.112-120.32 272zM596.992 404.672c-31.616-64.768-75.776-97.088-132.352-97.088-27.328 0-49.984 10.56-67.904 31.744-18.048 21.12-27.072 51.904-27.072 92.16 0 54.656 17.536 109.632 52.48 164.992 35.072 55.296 76.544 82.88 124.288 82.88 30.656 0 54.592-10.176 72-30.464 17.408-20.416 26.176-43.328 26.176-68.8-0.064-52.096-15.872-110.656-47.616-175.424z" />
|
22 |
<glyph unicode="" glyph-name="error-log-viewer" d="M576 960v-320h320zM448 352v-128c0-17.664 14.336-32 32-32s32 14.336 32 32v128c0 17.664-14.336 32-32 32s-32-14.336-32-32zM512 960h-384v-1024h768v640h-384v384zM352 128h-160v320h64v-256h96v-64zM640 352c0 52.992 43.008 96 96 96s96-43.008 96-96h-64c0 17.664-14.336 32-32 32s-32-14.336-32-32v-128c0-17.664 14.336-32 32-32s32 14.336 32 32v32h-32v64h96v-96c0-52.992-43.008-96-96-96s-96 43.008-96 96v128zM576 352v-128c0-52.992-43.008-96-96-96s-96 43.008-96 96v128c0 52.992 43.008 96 96 96s96-43.008 96-96z" />
|
23 |
<glyph unicode="" glyph-name="facebook-button" d="M748.864 771.584l-23.552 1.472-23.552 3.008-55.936 7.296h-3.008c-5.824 0-11.776-1.472-14.656-2.944l-11.84-5.824c-5.824-3.008-10.304-8.896-14.656-13.312-7.36-11.776-10.24-25.024-10.24-41.28 0-72.064 1.536-104.704 1.536-106.176l150.016-1.536-22.144-159.808-129.408-4.48v-512h-201.408v514.88h-120.832v162.112h116.352c1.472 0 4.48 45.312 4.48 143.872 0 7.36 0 11.84 0 19.2s0 14.72 0 22.016c1.472 7.36 1.472 13.248 2.944 20.672 1.472 7.296 4.48 14.656 7.36 20.544 8.832 27.968 21.76 50.048 42.304 69.184h-1.472l35.328 27.968c16.192 8.832 36.864 16.192 58.88 19.136l19.136 4.416c11.84 0 20.672 0 26.496 0l187.008-14.784-19.136-173.632z" />
|
24 |
<glyph unicode="" glyph-name="featured-posts" d="M128 576h256v-64h-256v64zM128 448h128v-64h-128v64zM128 320h128v-64h-128v64zM128 704h512v-64h-512v64zM128 832h512v-64h-512v64zM768 626.432v234.496c0 54.592-43.136 99.072-96.128 99.072h-575.744c-52.992 0-96.128-44.48-96.128-99.072v-697.792c0-54.656 43.136-99.136 96.128-99.136h304.384c64.576-78.080 162.176-127.872 271.424-127.872 194.432 0 352 157.568 352 351.936 0.064 161.024-108.288 296.512-255.936 338.368zM320 288.064c0-57.728 14.144-112 38.784-160.064h-262.656c-16.96 0-32.128 15.104-32.128 33.728v699.2c0 18.624 15.168 35.072 32.128 35.072h575.68c17.024 0 32.192-16.448 32.192-35.072v-222.528c-10.56 0.96-21.184 1.6-32 1.6-194.432 0-352-157.568-352-351.936zM917.76 317.504l-109.376-97.408 36.48-148.224c8.128-25.408-20.288-50.752-44.544-33.856l-125.632 80.448-125.568-80.448c-20.224-16.96-52.672 4.224-44.544 33.856l32.448 148.224-109.44 97.408c-20.224 16.96-12.16 55.040 12.16 55.040l145.856 12.736 56.704 139.712c12.16 25.472 44.608 25.472 56.768 0l56.704-139.712 145.856-12.736c24.256 0 36.416-38.080 16.128-55.040z" />
|
25 |
-
<glyph unicode="" glyph-name="gallery-categories" d="M932.992 832h-351.936c-77.696-0.832-101.888-2.304-123.072 21.888l-7.552 12.928c-40.704 59.776-54.912 53.376-131.968 53.376h-227.52c-50.112 0-90.944-40.768-90.944-90.944v-802.304c0-50.176 40.832-90.944 90.944-90.944h842.048c50.24 0 91.008 40.832 91.008 90.944v707.712c0 50.112-40.768 97.344-91.008 97.344zM384 128h-128v128h128v-128zM384 320h-128v128h128v-128zM384 512h-128v128h128v-128zM448 640h128v-128h-128v128zM576 128h-128v128h128v-128zM576 320h-128v128h128v-128zM768 128h-128v128h128v-128zM768 320h-128v128h128v-128zM768 512h-128v128h128v-128z" />
|
26 |
<glyph unicode="" glyph-name="gallery" d="M256-64h-256v256h256v-256zM256 320h-256v256h256v-256zM256 704h-256v256h256v-256zM640-64h-256v256h256v-256zM640 320h-256v256h256v-256zM640 704h-256v256h256v-256zM1024-64h-256v256h256v-256zM1024 320h-256v256h256v-256zM1024 704h-256v256h256v-256z" />
|
27 |
<glyph unicode="" glyph-name="google-analytics" d="M1024 489.728l-180.224 110.4c4.608 12.48 7.488 25.792 7.488 39.936 0 64-51.84 115.84-115.84 115.84s-115.84-51.904-115.84-115.84c0-30.4 11.968-57.792 31.040-78.464l-138.24-209.024c-11.904 4.16-24.512 6.848-37.824 6.848-32.192 0-61.248-13.12-82.24-34.304l-65.28 37.44c2.496 9.472 4.288 19.264 4.288 29.504 0 64-51.84 115.84-115.84 115.84s-115.84-51.904-115.84-115.84c0-22.016 6.464-42.368 17.088-59.84l-112.128-112.064c-0.32-0.448 39.616-39.616 40-40.064l112.448 112.448c17.216-10.112 36.992-16.32 58.432-16.32 33.344 0 63.168 14.272 84.288 36.8l64.192-36.8c-3.072-10.432-5.248-21.184-5.248-32.64 0-64 51.84-115.84 115.84-115.84s115.84 51.904 115.84 115.84c0 30.144-11.776 57.408-30.72 78.016l138.432 209.28c11.776-4.032 24.128-6.656 37.248-6.656 29.376 0 55.872 11.264 76.288 29.312l183.616-112.448 28.736 48.64z" />
|
28 |
<glyph unicode="" glyph-name="google-captcha" d="M960 640v255.232l-82.56-82.88c-93.056 91.264-220.864 147.648-361.984 147.648-284.672 0-515.456-229.184-515.456-512 0-282.752 230.784-512 515.456-512 141.44 0 269.504 56.576 362.624 148.224l-89.984 89.408c-70.080-68.736-166.4-111.168-272.64-111.168-214.336 0-388.16 172.608-388.16 385.6 0 212.928 173.76 385.536 388.16 385.536 106.176 0 202.432-42.368 272.512-111.040l-83.008-82.56h255.040zM512 480c0 52.992-43.008 96-96 96h-96v-320h64v128h21.248l42.752-128h64l-47.296 141.696c28.16 16.704 47.296 47.168 47.296 82.304zM384 511.232h32c17.664 0 32-14.336 32-32s-14.336-32-32-32h-32v64zM768 512v64h-192v-320h192v64h-128v64h64v64h-64v64z" />
|
@@ -34,7 +31,7 @@
|
|
34 |
<glyph unicode="" glyph-name="job-board" d="M640 356.16c0.064-28.608-12.864-36.16-41.408-36.16h-171.52c-28.608 0-43.072 7.552-43.072 36.16v18.432c-134.208 9.024-257.984 39.936-384 73.472v-355.712c0-51.008 33.472-92.352 84.416-92.352h847.296c50.944 0 92.288 41.344 92.288 92.352v355.648c-125.952-33.472-249.728-64.384-384-73.408v-18.432zM462.848 384h98.24c8.256 0 14.912 6.656 14.912 14.848v98.304c0 8.192-6.656 14.848-14.848 14.848h-98.304c-8.192 0-14.848-6.656-14.848-14.848v-98.24c0-8.256 6.656-14.912 14.848-14.912zM931.648 832h-227.648v20.864c0 60.352-29.504 107.136-89.856 107.136h-203.776c-60.352 0-90.368-46.784-90.368-107.136v-20.864h-235.328c-51.008 0-84.48-41.344-84.48-92.352v-144.256c125.952-33.472 249.6-73.664 383.808-82.688v12.864c0 28.608 22.464 51.712 51.008 51.712h154.112c28.544 0 50.88-23.104 50.88-51.712v-13.568c134.208 9.024 258.048 49.92 384 83.392v144.256c0 51.008-41.344 92.352-92.352 92.352zM640 832h-256v27.84c0 21.376 20.48 36.16 41.856 36.16h172.288c21.312 0 41.856-19.648 41.856-40.96v-23.040z" />
|
35 |
<glyph unicode="" glyph-name="latest-posts" d="M128.016 576.080h256.032v-64.008h-256.032v64.008zM128.016 448.064h128.016v-64.008h-128.016v64.008zM128.016 320.048h128.016v-64.008h-128.016v64.008zM128.016 704.096h512.064v-64.008h-512.064v64.008zM128.016 832.112h512.064v-64.008h-512.064v64.008zM768.096 626.518v234.525c0 54.663-43.141 99.084-96.14 99.084h-575.816c-52.999 0-96.14-44.486-96.14-99.084v-697.943c0-54.663 43.141-99.084 96.14-99.084h304.422c64.584-78.090 162.196-127.888 271.458-127.888 194.456 0 352.044 157.588 352.044 351.98 0.064 161.044-108.302 296.549-255.968 338.41zM96.14 128.024c-16.962 0-32.132 15.106-32.132 33.732v699.287c0 18.626 15.17 35.076 32.132 35.076h575.752c17.026 0 32.196-16.45 32.196-35.076v-222.556c-10.561 0.96-21.187 1.6-32.004 1.6-194.456 0-352.044-157.588-352.044-351.98 0-57.735 14.146-112.014 38.789-160.084h-262.689zM768.096 255.976h-128.016v256.032h64.008v-192.024h64.008v-64.008z" />
|
36 |
<glyph unicode="" glyph-name="limit-attempts" d="M990.208 314.24v55.104c0 50.88-42.432 78.656-94.144 78.656-51.776 0-93.696-27.776-93.696-78.656v-56.192c-17.28-0.96-34.368-9.728-34.368-26.944v-125.888c0-17.856 14.72-32.32 32.896-32.32h190.784c18.176 0 32.32 14.464 32.32 32.32v125.888c0 17.216-16.576 27.072-33.792 28.032zM926.016 182.016c-0.96-1.408-2.56-2.304-4.352-2.304h-51.392c-1.728 0-3.328 0.832-4.352 2.304-0.96 1.408-1.152 3.264-0.448 4.8l12.416 31.168c-6.592 5.312-10.496 13.248-10.496 21.696 0 15.488 12.8 28.032 28.544 28.032 15.68 0 28.544-12.608 28.544-28.032 0-8.448-3.904-16.384-10.496-21.696l12.416-31.168c0.768-1.6 0.576-3.392-0.384-4.8zM955.328 312.832h-119.168v56.512c0 25.6 34.304 44.864 60.416 44.864 26.048 0 58.752-19.2 58.752-44.864v-56.512zM315.008 460.8c-4.928-2.944-19.648-8.896-33.472-12.8 13.76-3.904 28.544-9.856 33.408-12.8 9.856-4.928 12.8-16.704 6.912-26.56s-16.704-12.8-26.56-6.912c-4.928 2.944-17.728 12.8-27.52 23.616 3.968-13.696 5.952-30.464 5.952-36.352 0-10.816-8.832-19.648-18.688-19.648s-18.688 8.832-18.688 19.648c0 5.888 1.984 22.592 5.888 36.352-9.856-10.816-22.592-20.672-27.52-23.616-7.872-5.824-19.712-2.88-24.576 6.912s-2.944 21.632 6.848 26.56c4.928 2.944 19.648 8.896 33.472 12.8-13.824 3.904-28.544 9.856-33.472 12.8-9.856 4.928-12.8 16.704-6.912 26.56 4.928 9.856 16.704 12.8 25.536 6.912 4.928-2.944 17.728-12.8 27.52-23.616-3.84 13.696-5.824 30.464-5.824 36.352 0 10.816 8.832 19.648 18.688 19.648s18.688-8.832 18.688-19.648c0-5.888-1.984-22.592-5.888-36.352 9.856 10.816 22.592 20.672 27.52 23.616 8.832 5.888 20.672 2.944 25.536-6.912 5.952-9.856 2.944-21.632-6.848-26.56zM507.008 460.8c-4.928-2.944-19.648-8.896-33.472-12.8 13.76-3.904 28.544-9.856 33.408-12.8 9.856-4.928 12.8-16.704 6.912-26.56s-16.704-12.8-26.56-6.912c-4.928 2.944-17.728 12.8-27.52 23.616 3.968-13.696 5.952-30.464 5.952-36.352 0-10.816-8.832-19.648-18.688-19.648s-18.688 8.832-18.688 19.648c0 5.888 1.984 22.592 5.888 36.352-9.856-10.816-22.592-20.672-27.52-23.616-7.872-5.824-19.712-2.88-24.576 6.912s-2.944 21.632 6.848 26.56c4.928 2.944 19.648 8.896 33.472 12.8-13.824 3.904-28.544 9.856-33.472 12.8-9.856 4.928-12.8 16.704-6.912 26.56 4.928 9.856 16.704 12.8 25.536 6.912 4.928-2.944 17.728-12.8 27.52-23.616-3.84 13.696-5.824 30.464-5.824 36.352 0 10.816 8.832 19.648 18.688 19.648s18.688-8.832 18.688-19.648c0-5.888-1.984-22.592-5.888-36.352 9.856 10.816 22.592 20.672 27.52 23.616 8.832 5.888 20.672 2.944 25.536-6.912 5.952-9.856 2.944-21.632-6.848-26.56zM699.008 460.8c-4.928-2.944-19.648-8.832-33.408-12.8 13.76-3.904 28.544-9.856 33.408-12.8 9.856-4.928 12.8-16.704 6.912-26.56s-16.704-12.8-26.56-6.912c-4.928 2.944-17.728 12.8-27.52 23.616 3.904-13.76 5.888-30.464 5.888-36.352 0-10.816-8.832-19.648-18.688-19.648s-18.688 8.832-18.688 19.648c0 5.888 1.984 22.592 5.888 36.352-9.856-10.816-22.592-20.672-27.52-23.616-7.872-5.824-19.712-2.88-24.576 6.912s-2.944 21.632 6.848 26.56c4.928 2.944 19.648 8.896 33.472 12.8-13.824 3.904-28.544 9.856-33.472 12.8-9.856 4.928-12.8 16.704-6.912 26.56 4.928 9.856 16.704 12.8 25.536 6.912 4.928-2.944 17.728-12.8 27.52-23.616-3.84 13.696-5.824 30.464-5.824 36.352 0 10.816 8.832 19.648 18.688 19.648s18.688-8.832 18.688-19.648c0-5.888-1.984-22.592-5.888-36.352 9.856 10.816 22.592 20.672 27.52 23.616 8.832 5.888 20.672 2.944 25.536-6.912 5.952-9.856 2.944-21.632-6.848-26.56zM704 320h-640v256h768v-64h64v48.448c0 43.904-36.736 79.552-81.92 79.552h-732.16c-5.632 0-11.136-0.576-16.448-1.6-2.688-0.576-5.312-1.216-7.872-1.984-33.344-10.112-57.6-40.32-57.6-75.968v0-224.96c0-32.896 20.672-61.184 50.112-73.28 4.928-1.984 10.048-3.584 15.36-4.672 5.312-0.96 10.816-1.536 16.448-1.536h622.080v64z" />
|
37 |
-
<glyph unicode="" glyph-name="linkedin" d="
|
38 |
<glyph unicode="" glyph-name="multilanguage" d="M152.64 228.224c0.128 0 17.28 0.32 23.616 4.032 16.128 10.048 37.888 34.752 56.96 57.152l5.952 6.912c24.192 27.712 48.704 59.776 73.024 95.552 4.48-3.328 10.368-7.872 15.168-11.584 9.408-7.168 18.816-14.4 22.912-17.024 9.088-5.952 43.904-24.96 52.224-28.672 1.472-0.576 3.84-1.536 6.592-2.688 17.152-7.168 26.368-10.624 32.192-10.624 6.336 0 9.728 3.968 10.816 7.68 1.216 4.736-3.136 38.784-14.72 42.56-3.776 1.408-71.232 28.992-81.216 33.6-5.76 2.816-17.472 7.68-27.136 11.712l-0.256 0.128c25.216 39.168 39.040 65.664 39.296 66.112 1.472 3.136 6.272 12.416 11.648 22.976 19.904 38.848 21.056 41.344 21.568 43.968 0.576 3.264 1.472 17.28 0.512 21.952l-2.752 8.128h-7.68c-3.584 0-7.232-1.472-13.312-3.84-3.584-1.472-7.936-3.136-12.8-4.736-7.168-2.368-16.64-7.296-25.728-12.16-8.512-4.48-19.136-10.048-23.808-10.816-7.424-1.728-24.832-7.808-41.664-13.696-6.848-2.432-13.312-4.672-18.368-6.4-16.192-5.44-46.976-14.4-60.288-17.92-6.336-1.728-12.352-2.688-17.536-3.456-5.632-0.896-10.56-1.728-14.208-2.944l-6.848-2.24 0.384-6.976c0.64-10.944 3.328-15.936 4.224-17.216 2.624-4.224 11.392-13.632 21.696-16 13.568-3.84 26.496-1.792 31.488-0.192 4.16 0.768 20.864 5.952 24.704 13.376 1.472 2.88 1.472 5.888 1.472 8.576 4.992 1.472 13.696 3.648 20.032 5.248 7.872 1.984 15.68 3.968 20.544 5.376l4.224 1.408c17.472 5.76 31.040 10.048 40.448 12.864-11.264-23.104-32.768-64.896-42.56-82.24-11.2-20.8-79.488-113.984-93.824-130.24-2.88-3.264-6.72-7.68-10.944-12.672-11.52-13.376-28.992-33.664-35.072-38.144l-12.16-8.896 13.568-6.656c1.92-0.896 4.16-1.28 7.616-1.28zM257.088 553.152l1.024-0.064c13.184 0 29.056 3.904 38.272 7.488 7.616 2.944 26.048 11.392 34.112 26.368 1.664 3.008 5.056 9.28 2.816 21.568-2.496 10.624-10.24 16.704-22.080 16.704h-0.128c-6.976-0.704-25.088-5.504-33.536-8.256l-4.544-1.28c-8.896-2.496-22.336-6.272-28.608-7.68-0.448-0.128-1.856-0.32-4.736-0.32-5.76 0-11.904 1.024-14.208 1.664l-1.984 1.92-10.24-0.192-2.432-5.44c-3.264-7.296 5.504-27.904 12.288-35.136 14.080-13.76 26.112-16.448 33.984-17.344zM706.496 35.776c-3.2-1.792-6.4-3.584-9.6-5.376-11.84-6.72-22.976-13.12-35.072-18.496-63.36-26.624-111.552-36.032-184.064-36.032-60.416 0-134.464 25.728-179.776 47.872-2.432 1.088-6.912 3.584-12.096 6.4-19.776 10.88-26.752 14.272-31.808 14.272-11.072 0-19.776-8.768-19.776-19.904 0-6.72 2.368-11.52 8.512-16.512 50.176-35.712 164.992-72 227.456-72h48.64c17.728 0 37.568 3.52 54.272 6.912 51.968 8.576 108.032 29.376 155.328 57.536l28.736-46.272 41.536 120.384-121.536 9.792 29.248-48.576zM684.672 446.912l80.512-23.744-36.48 128.512zM868.928 711.36v236.736c0 7.424-5.184 11.904-11.584 11.904-5.248 0-365.696-121.728-369.728-122.88l-323.328 112.128v-217.472c-49.28-16.448-84.608-27.776-86.4-28.288-3.456-1.152-8.128-2.304-11.584-6.272-1.152-1.152-1.728-3.904-2.304-5.632v-610.496c0-0.576 0.576-1.152 0.576-1.728 1.728-4.544 5.824-7.36 10.432-7.36 5.76 0 421.312 137.024 430.592 141.056 0 0 0.576 0 448.576-139.328v611.008l-85.248 26.624zM488.768 248.32l-383.424-123.328v539.2l383.424 131.968v-547.84zM827.584 902.656v-183.872l-294.592 85.824 294.592 98.048zM805.76 278.144l-21.44 76.48-122.304 36.8-26.048-62.272-59.072 17.536 125.184 303.552 57.984-17.536 104.896-372.096-59.2 17.536z" />
|
39 |
<glyph unicode="" glyph-name="pagination" d="M746.688 640v0h-234.688v-448h234.688c117.824 0 213.312 95.232 213.312 220.864 0 125.696-95.488 227.136-213.312 227.136zM814.464 384.448l-112.64-92.48c-6.656-5.568-14.848-8.512-23.552-8.512-12.416 0-24.064 6.4-31.232 17.024-11.84 17.728-8.448 41.984 7.744 55.168l74.176 60.928-71.936 60.032c-16 13.44-19.264 37.696-7.296 55.168 6.144 9.024 15.68 14.976 26.112 16.448 10.432 1.344 20.544-1.6 28.736-8.384l110.144-91.84c9.28-7.808 14.592-19.392 14.464-31.808 0.064-12.288-5.504-24.192-14.72-31.744zM0 412.864c0-125.632 95.488-220.864 213.312-220.864v0h234.688v448h-234.688c-117.824 0-213.312-101.44-213.312-227.136zM130.752 416.128c-0.064 12.416 5.184 24.064 14.528 31.872l110.144 91.904c8.192 6.784 18.304 9.664 28.736 8.32 10.432-1.472 19.904-7.424 26.112-16.448 11.904-17.536 8.704-41.728-7.296-55.168l-71.936-60.032 74.176-60.928c16.192-13.184 19.584-37.44 7.744-55.168-7.168-10.624-18.816-17.024-31.232-17.024-8.704 0-16.832 3.008-23.552 8.512l-112.64 92.48c-9.216 7.552-14.784 19.456-14.784 31.68z" />
|
40 |
<glyph unicode="" glyph-name="pdf-print" d="M960 704h-128v198.208c0 32.384-26.24 57.792-58.688 57.792h-522.624c-32.448 0-58.688-25.408-58.688-57.792v-198.208h-128c-35.328 0-64-28.672-64-64v-448c0-35.328 28.672-64 64-64h128v-134.784c0-31.616 25.6-57.216 57.216-57.216h525.568c31.616 0 57.216 25.6 57.216 57.216v134.784h128c35.328 0 64 28.672 64 64v448c0 35.328-28.672 64-64 64zM256 896h512v-192h-512v192zM768 128v-128h-512v192h512v-64zM768 512h-64v64h64v-64zM896 512h-64v64h64v-64z" />
|
@@ -46,7 +43,6 @@
|
|
46 |
<glyph unicode="" glyph-name="promobar" d="M972.8 832h-921.6c-20.288 0-51.2-30.72-51.2-51.2v-665.6c0-20.416 30.912-51.2 51.2-51.2h921.6c20.416 0 51.2 30.784 51.2 51.2v665.6c0 20.224-30.784 51.2-51.2 51.2zM320 768h64v-64h-64v64zM192 768h64v-64h-64v64zM64 768h64v-64h-64v64zM960 128h-896v512h896v-512zM128 576h768v-128h-768v128z" />
|
47 |
<glyph unicode="" glyph-name="quotes-and-tips" d="M448 64h-448v319.168l192 448.832h192l-127.936-384h191.936v-384zM1024 64h-448v319.168l192 448.832h192l-128-384h192v-384z" />
|
48 |
<glyph unicode="" glyph-name="rating" d="M1003.072 507.008l-218.752-194.752 72.96-296.512c16.192-50.752-40.512-101.568-89.152-67.648l-251.264 160.896-251.2-160.896c-40.512-33.92-105.344 8.384-89.152 67.648l64.832 296.512-218.88 194.752c-40.512 33.92-24.32 110.080 24.32 110.080l291.776 25.408 113.408 279.36c24.384 50.88 89.152 50.88 113.472 0l113.408-279.36 291.776-25.408c48.704-0.064 73.024-76.16 32.448-110.080z" />
|
49 |
-
<glyph unicode="" glyph-name="re-attacher" d="M700.8 495.936v-0.064c26.24-0.064 47.424-25.472 47.424-52.224 0-26.688-21.184-43.456-47.424-43.52h-377.856c-26.24 0-47.488 16.832-47.488 43.52 0 26.752 21.248 52.224 47.488 52.224h0.064v0.064h377.792zM300.032 256h-131.008c-93.312 0-169.024 91.136-169.024 196.416 0 105.152 75.712 187.584 169.024 187.584h131.008c64.768 0 121.024-35.584 149.376-95.936l-260.096-0.064c-49.92 0.064-90.368-42.048-90.432-90.752 0-48.64 40.448-101.248 90.432-101.248h260.992c-28.032-61.376-84.8-96-150.272-96zM852.096 256h-125.824c-65.472 0-122.24 34.624-150.272 96h260.48c49.92 0 90.432 52.608 90.368 101.248 0 48.704-40.448 90.816-90.432 90.816h-259.584c28.352 60.352 84.608 95.936 149.44 95.936h125.888c93.312 0 168.96-82.432 169.024-187.648-0.064-105.216-75.712-196.352-169.088-196.352z" />
|
50 |
<glyph unicode="" glyph-name="realty" d="M512 896l-256-256v192h-128v-320l-128-128h64v-384h512v320h192v-320h192v384h64z" />
|
51 |
<glyph unicode="" glyph-name="related-posts" d="M128 576h256v-64h-256v64zM128 448h128v-64h-128v64zM128 320h128v-64h-128v64zM128 704h512v-64h-512v64zM128 832h512v-64h-512v64zM768 626.432v234.496c0 54.592-43.136 99.072-96.128 99.072h-575.744c-52.992 0-96.128-44.48-96.128-99.072v-697.792c0-54.656 43.136-99.136 96.128-99.136h304.384c64.576-78.080 162.176-127.872 271.424-127.872 194.432 0 352 157.568 352 351.936 0.064 161.024-108.288 296.512-255.936 338.368zM358.784 128h-262.656c-16.96 0-32.128 15.104-32.128 33.728v699.2c0 18.624 15.168 35.072 32.128 35.072h575.68c17.024 0 32.192-16.448 32.192-35.072v-222.528c-10.56 0.96-21.184 1.6-32 1.6-194.432 0-352-157.568-352-351.936 0-57.728 14.144-112 38.784-160.064zM649.152 144.576c-3.52-0.384-7.040-0.576-10.624-0.576-0.064 0-0.128 0-0.256 0v0h-98.112c-68.544 0-124.16 58.368-124.16 132.928 0 2.304 0.256 4.544 0.384 6.784h-0.384c0.32 70.272 50.048 125.952 113.344 131.712 3.456 0.384 6.976 0.576 10.56 0.576 0.064 0 0.128 0 0.256 0v0h60.864c-20.736-18.048-36.928-41.536-47.040-68.48h-2.304c-2.816 0-5.632-0.256-8.384-0.576-32.704-5.056-58.048-38.848-58.048-70.656 0-34.496 29.696-63.808 66.432-63.808h75.136c2.816 0 5.632 0.256 8.32 0.576 32.704 5.056 58.048 38.912 58.048 70.656 0 3.328-0.384 6.592-0.896 9.792 4.352 8.64 14.080 14.912 24.832 14.912h43.008c1.472-8.192 2.24-16.64 2.24-25.344 0-2.304-0.256-4.544-0.384-6.784h0.384c-0.256-70.272-49.984-125.952-113.216-131.712zM814.656 144.96c-3.52-0.32-7.040-0.576-10.624-0.576-0.064 0-0.128 0-0.256 0v0h-60.864c20.736 18.048 36.928 41.536 47.040 68.48h2.368c2.816 0 5.632 0.256 8.384 0.576 32.704 5.056 58.048 38.848 58.048 70.656 0 34.496-29.696 63.808-66.432 63.808h-75.136c-2.816 0-5.632-0.256-8.384-0.576-32.704-5.056-58.048-38.912-58.048-70.656 0-3.328 0.384-6.592 0.896-9.792-4.352-8.64-14.080-14.912-24.832-14.912h-43.008c-1.408 8.192-2.24 16.64-2.24 25.344 0 2.304 0.256 4.544 0.384 6.784h-0.384c0.32 70.272 50.048 125.952 113.344 131.712 3.52 0.384 7.040 0.576 10.624 0.576 0.064 0 0.128 0 0.256 0v0h98.112c68.544 0 124.16-58.368 124.16-132.928 0-2.304-0.256-4.544-0.384-6.784h0.32c-0.32-70.272-50.048-125.952-113.344-131.712z" />
|
52 |
<glyph unicode="" glyph-name="sender" d="M704 320v-384h-384v384h-320l512 640 512-640h-320z" />
|
@@ -69,5 +65,6 @@
|
|
69 |
<glyph unicode="" glyph-name="shortcode" d="M0 896v-896h384v192h-192v512h192v192h-192zM832 896h-192v-192h192v-512h-192v-192h384v896z" />
|
70 |
<glyph unicode="" glyph-name="bws-logo" d="M953.913 325.746c-21.447-38.855-46.592-77.198-75.435-114.233-68.551-100.466-192.91-193.365-254.919-225.052-38.457-19.684-89.088-34.702-126.805-44.316 204.459-39.538 403.285 114.46 466.034 352.37 6.997 26.852 12.004 53.134 15.417 78.734-7.566-15.872-15.588-31.744-24.292-47.502zM327.964 88.519c-70.087 61.952-114.176 154.169-114.176 264.533 0 207.076 154.852 374.898 345.884 374.898 117.931 0 222.151-64.114 284.501-161.906 1.479 4.494 3.129 9.045 4.437 13.54 17.010 57.799 23.438 113.38 18.887 162.816-35.442 34.93-77.995 62.976-126.862 82.716-207.588 83.854-477.753-63.431-543.346-312.946-40.789-154.51-9.899-309.931 70.485-420.58 19.058-3.527 39.14-4.494 60.188-3.072zM934.059 893.611c-119.694 109.682-325.632 79.019-507.79-59.392 44.658 22.357 92.16 36.807 139.89 42.098 103.31 41.529 200.932 38.343 264.704-19.342 70.656-63.886 83.797-180.167 46.364-307.314-25.145-85.618-73.159-176.185-141.995-258.958-154.567-185.742-454.428-341.902-620.203-137.671 13.596-54.67 39.481-102.059 78.62-137.842 96.313-88.178 248.377-85.618 398.962-9.33 85.504 43.349 170.61 110.364 244.565 198.201 38.286 45.397 70.884 93.127 97.564 141.54 116.224 210.603 121.97 435.655-0.683 548.011zM791.211 595.854c-4.38 5.86-23.666 26.226-28.956 30.436-56.092 45.056-124.985 71.68-199.68 71.68-46.99 0-91.648-10.468-132.38-29.468 15.246-6.656 30.322-14.165 45.284-22.756 155.989-89.088 240.64-247.808 205.824-372.224 2.788 3.3 5.518 6.599 8.021 9.785 54.784 71.054 114.859 157.298 144.953 243.712-12.174 23.78-26.453 46.82-43.065 68.836zM24.007 593.977c-71.794-176.469 23.154-384.683 207.303-496.299-24.86 33.451-41.7 72.42-56.149 121.344-137.444 102.741-194.446 258.162-134.087 372.907 39.708 75.662 123.79 115.029 221.355 114.404 33.166 41.017 72.704 74.524 115.996 99.214-158.549 1.877-299.065-75.264-354.418-211.57zM263.794 453.632c0.569 10.524 1.593 20.935 3.015 31.118-12.857-32.768-20.821-68.608-22.642-106.268-5.86-116.224 46.99-220.615 130.219-278.983 38.059 4.38 74.638 16.213 108.601 34.418-132.096 32.939-226.93 166.059-219.193 319.716z" />
|
71 |
<glyph unicode="" glyph-name="warning" d="M508.992-64c-287.040 3.136-512.64 235.584-508.928 524.352 3.52 274.112 239.040 502.592 514.944 499.648 287.040-3.136 512.64-235.584 508.928-524.352-3.52-274.112-239.040-502.592-514.944-499.648zM424.128 768c-0.576-5.44 11.84-247.744 17.92-365.76 0.704-14.208 5.952-18.24 5.952-18.24h128c0 0 5.568 6.784 6.4 25.472 3.584 82.752 16.64 321.152 18.304 358.528-60.16 0-117.12 0-176.576 0zM507.136 319.872c-68.288-2.688-108.352-41.088-105.408-101.056 2.816-57.472 46.592-92.544 113.152-90.752 69.952 1.92 107.264 39.168 104.384 104.256-2.496 55.808-46.4 90.112-112.128 87.552z" />
|
|
|
72 |
<glyph unicode="" glyph-name="slider" d="M768 704h-512c-26.432 0-64-37.568-64-64v-448c0-26.432 37.568-64 64-64h512c26.432 0 64 37.568 64 64v448c0 26.432-37.568 64-64 64zM640 330.24c0-5.632-3.2-10.24-7.040-10.24h-241.92c-3.84 0-7.040 4.608-7.040 10.24v43.52c0 5.632 3.2 10.24 7.040 10.24h241.92c3.84 0 7.040-4.608 7.040-10.24v-43.52zM707.008 458.688c0-5.888-4.8-10.688-10.56-10.688h-365.888c-5.824 0-10.56 4.8-10.56 10.688v42.624c0 5.888 4.736 10.688 10.56 10.688h365.824c5.824 0 10.56-4.8 10.56-10.688v-42.624zM1020.352 424.704l-85.312 83.904c-4.608 4.48-11.776 4.48-16.32 0l-19.072-18.752c-2.368-2.304-3.648-5.44-3.648-8.704 0-3.328 1.28-6.4 3.648-8.704l57.344-56.448-57.344-56.384c-2.368-2.304-3.648-5.44-3.648-8.768s1.28-6.4 3.648-8.704l19.072-18.752c2.304-2.24 5.248-3.392 8.192-3.392s5.888 1.152 8.192 3.392l85.312 83.904c2.304 2.304 3.584 5.376 3.584 8.704s-1.28 6.4-3.648 8.704zM128 481.152c0 3.328-1.28 6.4-3.648 8.704l-19.072 18.752c-4.608 4.48-11.776 4.544-16.32 0l-85.312-83.904c-2.368-2.304-3.648-5.376-3.648-8.704s1.28-6.4 3.648-8.704l85.312-83.904c2.24-2.24 5.184-3.392 8.128-3.392s5.888 1.152 8.192 3.392l19.072 18.752c2.368 2.304 3.648 5.44 3.648 8.704s-1.28 6.4-3.648 8.704l-57.344 56.448 57.344 56.384c2.368 2.304 3.648 5.44 3.648 8.768z" />
|
73 |
</font></defs></svg>
|
16 |
<glyph unicode="" glyph-name="custom-admin-page" d="M1023.488 120.512c-0.128-6.592-2.56 14.080-8.768 22.656-13.632 18.752-35.2 32.448-68.608 45.12-57.408 21.696-71.040 29.312-71.040 29.312l-0.576 49.984c0 0 21.504 15.040 28.224 62.144 0 0 11.264 6.336 18.688 25.856 3.968 10.368 7.808 45.568-8.576 42.432 0 0 9.536 41.472-3.584 82.176-6.72 20.928-21.76 35.136-44.288 35.136-9.28 9.28-29.12 18.24-55.296 19.52h-0.192c-52.352-2.496-80-14.208-97.088-54.656-21.76-51.264-6.080-82.176-6.080-82.176-16.448 3.136-12.544-32.064-8.576-42.432 7.424-19.52 18.688-25.856 18.688-25.856 6.656-47.104 28.16-62.144 28.16-62.144l-0.576-49.984c0 0-13.632-7.552-71.040-29.312-33.344-12.672-54.912-26.304-68.608-45.12-6.208-8.64-8.896-16.128-8.768-22.656 1.216-3.264-3.84-54.656 18.176-55.616h398.912c14.848 0 10.816 19.712 10.816 55.616zM64 640h704v-64c37.632 14.656 37.568 11.52 64 0v194.624c0 32.32-28.992 61.376-61.376 61.376h-704.448c-32.384 0-66.176-31.68-66.176-64v-640c0-32.32 33.792-64 66.176-64h490.944c0 0-15.936 24.512 0 64h-493.12v512zM320 768h64v-64h-64v64zM192 768h64v-64h-64v64zM64 768h64v-64h-64v64zM552.32 156.928c0.256 0.576-0.32 0.832 0 0v0z" />
|
17 |
<glyph unicode="" glyph-name="custom-fields-search" d="M1018.56 78.592l-242.24 242.112c39.424 63.872 62.208 139.264 62.208 220.16 0 231.296-187.776 419.136-419.2 419.136-231.872 0-419.328-187.84-419.328-419.136 0-231.808 187.456-419.648 419.328-419.648 84.992 0 163.776 25.28 229.696 68.416l240.512-240.448c12.416-12.416 43.52-1.664 69.312 24l36.032 36.16c25.728 25.664 36.544 56.768 23.68 69.248zM419.264 260.544c-154.688 0-280.32 125.632-280.32 280.256 0 154.688 125.632 279.872 280.32 279.872s279.936-125.248 279.936-279.872c0-154.624-125.248-280.256-279.936-280.256zM461.888 384h-155.776c-9.984 0-18.112 8.128-18.112 18.112v27.776c0 9.984 8.128 18.112 18.112 18.112h155.712c10.048 0 18.176-8.128 18.176-18.112v-27.712c0-10.048-8.128-18.176-18.112-18.176zM525.888 576h-219.776c-9.984 0-18.112-8.128-18.112-18.112v-27.712c0-10.048 8.128-18.176 18.112-18.176h219.712c10.048 0 18.176 8.128 18.176 18.112v27.776c0 9.984-8.128 18.112-18.112 18.112zM525.888 704h-219.776c-9.984 0-18.112-8.128-18.112-18.112v-27.712c0-10.048 8.128-18.176 18.112-18.176h219.712c10.048 0 18.176 8.128 18.176 18.112v27.776c0 9.984-8.128 18.112-18.112 18.112z" />
|
18 |
<glyph unicode="" glyph-name="custom-search" d="M1018.56 65.728l-242.24 242.112c39.424 63.872 62.208 139.264 62.208 220.16 0 231.36-187.84 419.136-419.264 419.136-231.808 0-419.264-187.84-419.264-419.136 0-231.808 187.456-419.648 419.328-419.648 84.992 0 163.776 25.28 229.696 68.416l240.512-240.448c12.416-12.416 43.52-1.664 69.312 24l36.032 36.16c25.728 25.664 36.544 56.768 23.68 69.248zM419.264 247.744c-154.688 0-280.32 125.632-280.32 280.256 0 154.688 125.632 279.872 280.32 279.872s279.936-125.248 279.936-279.872c0-154.688-125.248-280.256-279.936-280.256z" />
|
|
|
19 |
<glyph unicode="" glyph-name="donate-button" d="M0 256h320v-320h384v320h320v384h-320v320h-384v-320h-320v-384z" />
|
|
|
20 |
<glyph unicode="" glyph-name="error-log-viewer" d="M576 960v-320h320zM448 352v-128c0-17.664 14.336-32 32-32s32 14.336 32 32v128c0 17.664-14.336 32-32 32s-32-14.336-32-32zM512 960h-384v-1024h768v640h-384v384zM352 128h-160v320h64v-256h96v-64zM640 352c0 52.992 43.008 96 96 96s96-43.008 96-96h-64c0 17.664-14.336 32-32 32s-32-14.336-32-32v-128c0-17.664 14.336-32 32-32s32 14.336 32 32v32h-32v64h96v-96c0-52.992-43.008-96-96-96s-96 43.008-96 96v128zM576 352v-128c0-52.992-43.008-96-96-96s-96 43.008-96 96v128c0 52.992 43.008 96 96 96s96-43.008 96-96z" />
|
21 |
<glyph unicode="" glyph-name="facebook-button" d="M748.864 771.584l-23.552 1.472-23.552 3.008-55.936 7.296h-3.008c-5.824 0-11.776-1.472-14.656-2.944l-11.84-5.824c-5.824-3.008-10.304-8.896-14.656-13.312-7.36-11.776-10.24-25.024-10.24-41.28 0-72.064 1.536-104.704 1.536-106.176l150.016-1.536-22.144-159.808-129.408-4.48v-512h-201.408v514.88h-120.832v162.112h116.352c1.472 0 4.48 45.312 4.48 143.872 0 7.36 0 11.84 0 19.2s0 14.72 0 22.016c1.472 7.36 1.472 13.248 2.944 20.672 1.472 7.296 4.48 14.656 7.36 20.544 8.832 27.968 21.76 50.048 42.304 69.184h-1.472l35.328 27.968c16.192 8.832 36.864 16.192 58.88 19.136l19.136 4.416c11.84 0 20.672 0 26.496 0l187.008-14.784-19.136-173.632z" />
|
22 |
<glyph unicode="" glyph-name="featured-posts" d="M128 576h256v-64h-256v64zM128 448h128v-64h-128v64zM128 320h128v-64h-128v64zM128 704h512v-64h-512v64zM128 832h512v-64h-512v64zM768 626.432v234.496c0 54.592-43.136 99.072-96.128 99.072h-575.744c-52.992 0-96.128-44.48-96.128-99.072v-697.792c0-54.656 43.136-99.136 96.128-99.136h304.384c64.576-78.080 162.176-127.872 271.424-127.872 194.432 0 352 157.568 352 351.936 0.064 161.024-108.288 296.512-255.936 338.368zM320 288.064c0-57.728 14.144-112 38.784-160.064h-262.656c-16.96 0-32.128 15.104-32.128 33.728v699.2c0 18.624 15.168 35.072 32.128 35.072h575.68c17.024 0 32.192-16.448 32.192-35.072v-222.528c-10.56 0.96-21.184 1.6-32 1.6-194.432 0-352-157.568-352-351.936zM917.76 317.504l-109.376-97.408 36.48-148.224c8.128-25.408-20.288-50.752-44.544-33.856l-125.632 80.448-125.568-80.448c-20.224-16.96-52.672 4.224-44.544 33.856l32.448 148.224-109.44 97.408c-20.224 16.96-12.16 55.040 12.16 55.040l145.856 12.736 56.704 139.712c12.16 25.472 44.608 25.472 56.768 0l56.704-139.712 145.856-12.736c24.256 0 36.416-38.080 16.128-55.040z" />
|
|
|
23 |
<glyph unicode="" glyph-name="gallery" d="M256-64h-256v256h256v-256zM256 320h-256v256h256v-256zM256 704h-256v256h256v-256zM640-64h-256v256h256v-256zM640 320h-256v256h256v-256zM640 704h-256v256h256v-256zM1024-64h-256v256h256v-256zM1024 320h-256v256h256v-256zM1024 704h-256v256h256v-256z" />
|
24 |
<glyph unicode="" glyph-name="google-analytics" d="M1024 489.728l-180.224 110.4c4.608 12.48 7.488 25.792 7.488 39.936 0 64-51.84 115.84-115.84 115.84s-115.84-51.904-115.84-115.84c0-30.4 11.968-57.792 31.040-78.464l-138.24-209.024c-11.904 4.16-24.512 6.848-37.824 6.848-32.192 0-61.248-13.12-82.24-34.304l-65.28 37.44c2.496 9.472 4.288 19.264 4.288 29.504 0 64-51.84 115.84-115.84 115.84s-115.84-51.904-115.84-115.84c0-22.016 6.464-42.368 17.088-59.84l-112.128-112.064c-0.32-0.448 39.616-39.616 40-40.064l112.448 112.448c17.216-10.112 36.992-16.32 58.432-16.32 33.344 0 63.168 14.272 84.288 36.8l64.192-36.8c-3.072-10.432-5.248-21.184-5.248-32.64 0-64 51.84-115.84 115.84-115.84s115.84 51.904 115.84 115.84c0 30.144-11.776 57.408-30.72 78.016l138.432 209.28c11.776-4.032 24.128-6.656 37.248-6.656 29.376 0 55.872 11.264 76.288 29.312l183.616-112.448 28.736 48.64z" />
|
25 |
<glyph unicode="" glyph-name="google-captcha" d="M960 640v255.232l-82.56-82.88c-93.056 91.264-220.864 147.648-361.984 147.648-284.672 0-515.456-229.184-515.456-512 0-282.752 230.784-512 515.456-512 141.44 0 269.504 56.576 362.624 148.224l-89.984 89.408c-70.080-68.736-166.4-111.168-272.64-111.168-214.336 0-388.16 172.608-388.16 385.6 0 212.928 173.76 385.536 388.16 385.536 106.176 0 202.432-42.368 272.512-111.040l-83.008-82.56h255.040zM512 480c0 52.992-43.008 96-96 96h-96v-320h64v128h21.248l42.752-128h64l-47.296 141.696c28.16 16.704 47.296 47.168 47.296 82.304zM384 511.232h32c17.664 0 32-14.336 32-32s-14.336-32-32-32h-32v64zM768 512v64h-192v-320h192v64h-128v64h64v64h-64v64z" />
|
31 |
<glyph unicode="" glyph-name="job-board" d="M640 356.16c0.064-28.608-12.864-36.16-41.408-36.16h-171.52c-28.608 0-43.072 7.552-43.072 36.16v18.432c-134.208 9.024-257.984 39.936-384 73.472v-355.712c0-51.008 33.472-92.352 84.416-92.352h847.296c50.944 0 92.288 41.344 92.288 92.352v355.648c-125.952-33.472-249.728-64.384-384-73.408v-18.432zM462.848 384h98.24c8.256 0 14.912 6.656 14.912 14.848v98.304c0 8.192-6.656 14.848-14.848 14.848h-98.304c-8.192 0-14.848-6.656-14.848-14.848v-98.24c0-8.256 6.656-14.912 14.848-14.912zM931.648 832h-227.648v20.864c0 60.352-29.504 107.136-89.856 107.136h-203.776c-60.352 0-90.368-46.784-90.368-107.136v-20.864h-235.328c-51.008 0-84.48-41.344-84.48-92.352v-144.256c125.952-33.472 249.6-73.664 383.808-82.688v12.864c0 28.608 22.464 51.712 51.008 51.712h154.112c28.544 0 50.88-23.104 50.88-51.712v-13.568c134.208 9.024 258.048 49.92 384 83.392v144.256c0 51.008-41.344 92.352-92.352 92.352zM640 832h-256v27.84c0 21.376 20.48 36.16 41.856 36.16h172.288c21.312 0 41.856-19.648 41.856-40.96v-23.040z" />
|
32 |
<glyph unicode="" glyph-name="latest-posts" d="M128.016 576.080h256.032v-64.008h-256.032v64.008zM128.016 448.064h128.016v-64.008h-128.016v64.008zM128.016 320.048h128.016v-64.008h-128.016v64.008zM128.016 704.096h512.064v-64.008h-512.064v64.008zM128.016 832.112h512.064v-64.008h-512.064v64.008zM768.096 626.518v234.525c0 54.663-43.141 99.084-96.14 99.084h-575.816c-52.999 0-96.14-44.486-96.14-99.084v-697.943c0-54.663 43.141-99.084 96.14-99.084h304.422c64.584-78.090 162.196-127.888 271.458-127.888 194.456 0 352.044 157.588 352.044 351.98 0.064 161.044-108.302 296.549-255.968 338.41zM96.14 128.024c-16.962 0-32.132 15.106-32.132 33.732v699.287c0 18.626 15.17 35.076 32.132 35.076h575.752c17.026 0 32.196-16.45 32.196-35.076v-222.556c-10.561 0.96-21.187 1.6-32.004 1.6-194.456 0-352.044-157.588-352.044-351.98 0-57.735 14.146-112.014 38.789-160.084h-262.689zM768.096 255.976h-128.016v256.032h64.008v-192.024h64.008v-64.008z" />
|
33 |
<glyph unicode="" glyph-name="limit-attempts" d="M990.208 314.24v55.104c0 50.88-42.432 78.656-94.144 78.656-51.776 0-93.696-27.776-93.696-78.656v-56.192c-17.28-0.96-34.368-9.728-34.368-26.944v-125.888c0-17.856 14.72-32.32 32.896-32.32h190.784c18.176 0 32.32 14.464 32.32 32.32v125.888c0 17.216-16.576 27.072-33.792 28.032zM926.016 182.016c-0.96-1.408-2.56-2.304-4.352-2.304h-51.392c-1.728 0-3.328 0.832-4.352 2.304-0.96 1.408-1.152 3.264-0.448 4.8l12.416 31.168c-6.592 5.312-10.496 13.248-10.496 21.696 0 15.488 12.8 28.032 28.544 28.032 15.68 0 28.544-12.608 28.544-28.032 0-8.448-3.904-16.384-10.496-21.696l12.416-31.168c0.768-1.6 0.576-3.392-0.384-4.8zM955.328 312.832h-119.168v56.512c0 25.6 34.304 44.864 60.416 44.864 26.048 0 58.752-19.2 58.752-44.864v-56.512zM315.008 460.8c-4.928-2.944-19.648-8.896-33.472-12.8 13.76-3.904 28.544-9.856 33.408-12.8 9.856-4.928 12.8-16.704 6.912-26.56s-16.704-12.8-26.56-6.912c-4.928 2.944-17.728 12.8-27.52 23.616 3.968-13.696 5.952-30.464 5.952-36.352 0-10.816-8.832-19.648-18.688-19.648s-18.688 8.832-18.688 19.648c0 5.888 1.984 22.592 5.888 36.352-9.856-10.816-22.592-20.672-27.52-23.616-7.872-5.824-19.712-2.88-24.576 6.912s-2.944 21.632 6.848 26.56c4.928 2.944 19.648 8.896 33.472 12.8-13.824 3.904-28.544 9.856-33.472 12.8-9.856 4.928-12.8 16.704-6.912 26.56 4.928 9.856 16.704 12.8 25.536 6.912 4.928-2.944 17.728-12.8 27.52-23.616-3.84 13.696-5.824 30.464-5.824 36.352 0 10.816 8.832 19.648 18.688 19.648s18.688-8.832 18.688-19.648c0-5.888-1.984-22.592-5.888-36.352 9.856 10.816 22.592 20.672 27.52 23.616 8.832 5.888 20.672 2.944 25.536-6.912 5.952-9.856 2.944-21.632-6.848-26.56zM507.008 460.8c-4.928-2.944-19.648-8.896-33.472-12.8 13.76-3.904 28.544-9.856 33.408-12.8 9.856-4.928 12.8-16.704 6.912-26.56s-16.704-12.8-26.56-6.912c-4.928 2.944-17.728 12.8-27.52 23.616 3.968-13.696 5.952-30.464 5.952-36.352 0-10.816-8.832-19.648-18.688-19.648s-18.688 8.832-18.688 19.648c0 5.888 1.984 22.592 5.888 36.352-9.856-10.816-22.592-20.672-27.52-23.616-7.872-5.824-19.712-2.88-24.576 6.912s-2.944 21.632 6.848 26.56c4.928 2.944 19.648 8.896 33.472 12.8-13.824 3.904-28.544 9.856-33.472 12.8-9.856 4.928-12.8 16.704-6.912 26.56 4.928 9.856 16.704 12.8 25.536 6.912 4.928-2.944 17.728-12.8 27.52-23.616-3.84 13.696-5.824 30.464-5.824 36.352 0 10.816 8.832 19.648 18.688 19.648s18.688-8.832 18.688-19.648c0-5.888-1.984-22.592-5.888-36.352 9.856 10.816 22.592 20.672 27.52 23.616 8.832 5.888 20.672 2.944 25.536-6.912 5.952-9.856 2.944-21.632-6.848-26.56zM699.008 460.8c-4.928-2.944-19.648-8.832-33.408-12.8 13.76-3.904 28.544-9.856 33.408-12.8 9.856-4.928 12.8-16.704 6.912-26.56s-16.704-12.8-26.56-6.912c-4.928 2.944-17.728 12.8-27.52 23.616 3.904-13.76 5.888-30.464 5.888-36.352 0-10.816-8.832-19.648-18.688-19.648s-18.688 8.832-18.688 19.648c0 5.888 1.984 22.592 5.888 36.352-9.856-10.816-22.592-20.672-27.52-23.616-7.872-5.824-19.712-2.88-24.576 6.912s-2.944 21.632 6.848 26.56c4.928 2.944 19.648 8.896 33.472 12.8-13.824 3.904-28.544 9.856-33.472 12.8-9.856 4.928-12.8 16.704-6.912 26.56 4.928 9.856 16.704 12.8 25.536 6.912 4.928-2.944 17.728-12.8 27.52-23.616-3.84 13.696-5.824 30.464-5.824 36.352 0 10.816 8.832 19.648 18.688 19.648s18.688-8.832 18.688-19.648c0-5.888-1.984-22.592-5.888-36.352 9.856 10.816 22.592 20.672 27.52 23.616 8.832 5.888 20.672 2.944 25.536-6.912 5.952-9.856 2.944-21.632-6.848-26.56zM704 320h-640v256h768v-64h64v48.448c0 43.904-36.736 79.552-81.92 79.552h-732.16c-5.632 0-11.136-0.576-16.448-1.6-2.688-0.576-5.312-1.216-7.872-1.984-33.344-10.112-57.6-40.32-57.6-75.968v0-224.96c0-32.896 20.672-61.184 50.112-73.28 4.928-1.984 10.048-3.584 15.36-4.672 5.312-0.96 10.816-1.536 16.448-1.536h622.080v64z" />
|
34 |
+
<glyph unicode="" glyph-name="linkedin" d="M269.24 106.785h-191.248v574.196h191.195v-574.196zM252.106 787.621c-19.861-18.972-46.059-28.369-78.492-28.369h-1.168c-31.651 0-57.186 9.455-76.491 28.369s-28.981 42.5-28.981 70.648c0 28.594 9.959 52.237 29.815 70.982 19.914 18.746 45.894 28.091 77.991 28.091 32.042 0 57.741-9.402 77.046-28.091 19.303-18.746 29.151-42.389 29.536-70.982 0.391-28.148-9.346-51.733-29.259-70.648zM957.026 106.785h-190.637v307.123c0 40.555-7.844 72.318-23.476 95.292-15.688 22.973-40.051 34.434-73.317 34.434-24.368 0-44.728-6.677-61.136-19.969s-28.647-29.815-36.769-49.511c-4.285-11.568-6.4-27.202-6.4-46.949v-320.418h-190.637c0.778 154.145 1.168 279.142 1.168 374.934s-0.167 152.977-0.612 171.446l-0.556 27.814h190.637v-81.774c7.342 11.682 14.851 21.974 22.587 30.761 8.122 9.29 19.024 19.303 32.767 30.149 13.74 10.792 30.54 19.192 50.401 25.2 19.914 6.008 42.057 9.012 66.364 9.012 66.085 0 119.155-21.918 159.376-65.751 40.164-43.836 60.246-108.086 60.246-192.642v-329.152z" />
|
35 |
<glyph unicode="" glyph-name="multilanguage" d="M152.64 228.224c0.128 0 17.28 0.32 23.616 4.032 16.128 10.048 37.888 34.752 56.96 57.152l5.952 6.912c24.192 27.712 48.704 59.776 73.024 95.552 4.48-3.328 10.368-7.872 15.168-11.584 9.408-7.168 18.816-14.4 22.912-17.024 9.088-5.952 43.904-24.96 52.224-28.672 1.472-0.576 3.84-1.536 6.592-2.688 17.152-7.168 26.368-10.624 32.192-10.624 6.336 0 9.728 3.968 10.816 7.68 1.216 4.736-3.136 38.784-14.72 42.56-3.776 1.408-71.232 28.992-81.216 33.6-5.76 2.816-17.472 7.68-27.136 11.712l-0.256 0.128c25.216 39.168 39.040 65.664 39.296 66.112 1.472 3.136 6.272 12.416 11.648 22.976 19.904 38.848 21.056 41.344 21.568 43.968 0.576 3.264 1.472 17.28 0.512 21.952l-2.752 8.128h-7.68c-3.584 0-7.232-1.472-13.312-3.84-3.584-1.472-7.936-3.136-12.8-4.736-7.168-2.368-16.64-7.296-25.728-12.16-8.512-4.48-19.136-10.048-23.808-10.816-7.424-1.728-24.832-7.808-41.664-13.696-6.848-2.432-13.312-4.672-18.368-6.4-16.192-5.44-46.976-14.4-60.288-17.92-6.336-1.728-12.352-2.688-17.536-3.456-5.632-0.896-10.56-1.728-14.208-2.944l-6.848-2.24 0.384-6.976c0.64-10.944 3.328-15.936 4.224-17.216 2.624-4.224 11.392-13.632 21.696-16 13.568-3.84 26.496-1.792 31.488-0.192 4.16 0.768 20.864 5.952 24.704 13.376 1.472 2.88 1.472 5.888 1.472 8.576 4.992 1.472 13.696 3.648 20.032 5.248 7.872 1.984 15.68 3.968 20.544 5.376l4.224 1.408c17.472 5.76 31.040 10.048 40.448 12.864-11.264-23.104-32.768-64.896-42.56-82.24-11.2-20.8-79.488-113.984-93.824-130.24-2.88-3.264-6.72-7.68-10.944-12.672-11.52-13.376-28.992-33.664-35.072-38.144l-12.16-8.896 13.568-6.656c1.92-0.896 4.16-1.28 7.616-1.28zM257.088 553.152l1.024-0.064c13.184 0 29.056 3.904 38.272 7.488 7.616 2.944 26.048 11.392 34.112 26.368 1.664 3.008 5.056 9.28 2.816 21.568-2.496 10.624-10.24 16.704-22.080 16.704h-0.128c-6.976-0.704-25.088-5.504-33.536-8.256l-4.544-1.28c-8.896-2.496-22.336-6.272-28.608-7.68-0.448-0.128-1.856-0.32-4.736-0.32-5.76 0-11.904 1.024-14.208 1.664l-1.984 1.92-10.24-0.192-2.432-5.44c-3.264-7.296 5.504-27.904 12.288-35.136 14.080-13.76 26.112-16.448 33.984-17.344zM706.496 35.776c-3.2-1.792-6.4-3.584-9.6-5.376-11.84-6.72-22.976-13.12-35.072-18.496-63.36-26.624-111.552-36.032-184.064-36.032-60.416 0-134.464 25.728-179.776 47.872-2.432 1.088-6.912 3.584-12.096 6.4-19.776 10.88-26.752 14.272-31.808 14.272-11.072 0-19.776-8.768-19.776-19.904 0-6.72 2.368-11.52 8.512-16.512 50.176-35.712 164.992-72 227.456-72h48.64c17.728 0 37.568 3.52 54.272 6.912 51.968 8.576 108.032 29.376 155.328 57.536l28.736-46.272 41.536 120.384-121.536 9.792 29.248-48.576zM684.672 446.912l80.512-23.744-36.48 128.512zM868.928 711.36v236.736c0 7.424-5.184 11.904-11.584 11.904-5.248 0-365.696-121.728-369.728-122.88l-323.328 112.128v-217.472c-49.28-16.448-84.608-27.776-86.4-28.288-3.456-1.152-8.128-2.304-11.584-6.272-1.152-1.152-1.728-3.904-2.304-5.632v-610.496c0-0.576 0.576-1.152 0.576-1.728 1.728-4.544 5.824-7.36 10.432-7.36 5.76 0 421.312 137.024 430.592 141.056 0 0 0.576 0 448.576-139.328v611.008l-85.248 26.624zM488.768 248.32l-383.424-123.328v539.2l383.424 131.968v-547.84zM827.584 902.656v-183.872l-294.592 85.824 294.592 98.048zM805.76 278.144l-21.44 76.48-122.304 36.8-26.048-62.272-59.072 17.536 125.184 303.552 57.984-17.536 104.896-372.096-59.2 17.536z" />
|
36 |
<glyph unicode="" glyph-name="pagination" d="M746.688 640v0h-234.688v-448h234.688c117.824 0 213.312 95.232 213.312 220.864 0 125.696-95.488 227.136-213.312 227.136zM814.464 384.448l-112.64-92.48c-6.656-5.568-14.848-8.512-23.552-8.512-12.416 0-24.064 6.4-31.232 17.024-11.84 17.728-8.448 41.984 7.744 55.168l74.176 60.928-71.936 60.032c-16 13.44-19.264 37.696-7.296 55.168 6.144 9.024 15.68 14.976 26.112 16.448 10.432 1.344 20.544-1.6 28.736-8.384l110.144-91.84c9.28-7.808 14.592-19.392 14.464-31.808 0.064-12.288-5.504-24.192-14.72-31.744zM0 412.864c0-125.632 95.488-220.864 213.312-220.864v0h234.688v448h-234.688c-117.824 0-213.312-101.44-213.312-227.136zM130.752 416.128c-0.064 12.416 5.184 24.064 14.528 31.872l110.144 91.904c8.192 6.784 18.304 9.664 28.736 8.32 10.432-1.472 19.904-7.424 26.112-16.448 11.904-17.536 8.704-41.728-7.296-55.168l-71.936-60.032 74.176-60.928c16.192-13.184 19.584-37.44 7.744-55.168-7.168-10.624-18.816-17.024-31.232-17.024-8.704 0-16.832 3.008-23.552 8.512l-112.64 92.48c-9.216 7.552-14.784 19.456-14.784 31.68z" />
|
37 |
<glyph unicode="" glyph-name="pdf-print" d="M960 704h-128v198.208c0 32.384-26.24 57.792-58.688 57.792h-522.624c-32.448 0-58.688-25.408-58.688-57.792v-198.208h-128c-35.328 0-64-28.672-64-64v-448c0-35.328 28.672-64 64-64h128v-134.784c0-31.616 25.6-57.216 57.216-57.216h525.568c31.616 0 57.216 25.6 57.216 57.216v134.784h128c35.328 0 64 28.672 64 64v448c0 35.328-28.672 64-64 64zM256 896h512v-192h-512v192zM768 128v-128h-512v192h512v-64zM768 512h-64v64h64v-64zM896 512h-64v64h64v-64z" />
|
43 |
<glyph unicode="" glyph-name="promobar" d="M972.8 832h-921.6c-20.288 0-51.2-30.72-51.2-51.2v-665.6c0-20.416 30.912-51.2 51.2-51.2h921.6c20.416 0 51.2 30.784 51.2 51.2v665.6c0 20.224-30.784 51.2-51.2 51.2zM320 768h64v-64h-64v64zM192 768h64v-64h-64v64zM64 768h64v-64h-64v64zM960 128h-896v512h896v-512zM128 576h768v-128h-768v128z" />
|
44 |
<glyph unicode="" glyph-name="quotes-and-tips" d="M448 64h-448v319.168l192 448.832h192l-127.936-384h191.936v-384zM1024 64h-448v319.168l192 448.832h192l-128-384h192v-384z" />
|
45 |
<glyph unicode="" glyph-name="rating" d="M1003.072 507.008l-218.752-194.752 72.96-296.512c16.192-50.752-40.512-101.568-89.152-67.648l-251.264 160.896-251.2-160.896c-40.512-33.92-105.344 8.384-89.152 67.648l64.832 296.512-218.88 194.752c-40.512 33.92-24.32 110.080 24.32 110.080l291.776 25.408 113.408 279.36c24.384 50.88 89.152 50.88 113.472 0l113.408-279.36 291.776-25.408c48.704-0.064 73.024-76.16 32.448-110.080z" />
|
|
|
46 |
<glyph unicode="" glyph-name="realty" d="M512 896l-256-256v192h-128v-320l-128-128h64v-384h512v320h192v-320h192v384h64z" />
|
47 |
<glyph unicode="" glyph-name="related-posts" d="M128 576h256v-64h-256v64zM128 448h128v-64h-128v64zM128 320h128v-64h-128v64zM128 704h512v-64h-512v64zM128 832h512v-64h-512v64zM768 626.432v234.496c0 54.592-43.136 99.072-96.128 99.072h-575.744c-52.992 0-96.128-44.48-96.128-99.072v-697.792c0-54.656 43.136-99.136 96.128-99.136h304.384c64.576-78.080 162.176-127.872 271.424-127.872 194.432 0 352 157.568 352 351.936 0.064 161.024-108.288 296.512-255.936 338.368zM358.784 128h-262.656c-16.96 0-32.128 15.104-32.128 33.728v699.2c0 18.624 15.168 35.072 32.128 35.072h575.68c17.024 0 32.192-16.448 32.192-35.072v-222.528c-10.56 0.96-21.184 1.6-32 1.6-194.432 0-352-157.568-352-351.936 0-57.728 14.144-112 38.784-160.064zM649.152 144.576c-3.52-0.384-7.040-0.576-10.624-0.576-0.064 0-0.128 0-0.256 0v0h-98.112c-68.544 0-124.16 58.368-124.16 132.928 0 2.304 0.256 4.544 0.384 6.784h-0.384c0.32 70.272 50.048 125.952 113.344 131.712 3.456 0.384 6.976 0.576 10.56 0.576 0.064 0 0.128 0 0.256 0v0h60.864c-20.736-18.048-36.928-41.536-47.040-68.48h-2.304c-2.816 0-5.632-0.256-8.384-0.576-32.704-5.056-58.048-38.848-58.048-70.656 0-34.496 29.696-63.808 66.432-63.808h75.136c2.816 0 5.632 0.256 8.32 0.576 32.704 5.056 58.048 38.912 58.048 70.656 0 3.328-0.384 6.592-0.896 9.792 4.352 8.64 14.080 14.912 24.832 14.912h43.008c1.472-8.192 2.24-16.64 2.24-25.344 0-2.304-0.256-4.544-0.384-6.784h0.384c-0.256-70.272-49.984-125.952-113.216-131.712zM814.656 144.96c-3.52-0.32-7.040-0.576-10.624-0.576-0.064 0-0.128 0-0.256 0v0h-60.864c20.736 18.048 36.928 41.536 47.040 68.48h2.368c2.816 0 5.632 0.256 8.384 0.576 32.704 5.056 58.048 38.848 58.048 70.656 0 34.496-29.696 63.808-66.432 63.808h-75.136c-2.816 0-5.632-0.256-8.384-0.576-32.704-5.056-58.048-38.912-58.048-70.656 0-3.328 0.384-6.592 0.896-9.792-4.352-8.64-14.080-14.912-24.832-14.912h-43.008c-1.408 8.192-2.24 16.64-2.24 25.344 0 2.304 0.256 4.544 0.384 6.784h-0.384c0.32 70.272 50.048 125.952 113.344 131.712 3.52 0.384 7.040 0.576 10.624 0.576 0.064 0 0.128 0 0.256 0v0h98.112c68.544 0 124.16-58.368 124.16-132.928 0-2.304-0.256-4.544-0.384-6.784h0.32c-0.32-70.272-50.048-125.952-113.344-131.712z" />
|
48 |
<glyph unicode="" glyph-name="sender" d="M704 320v-384h-384v384h-320l512 640 512-640h-320z" />
|
65 |
<glyph unicode="" glyph-name="shortcode" d="M0 896v-896h384v192h-192v512h192v192h-192zM832 896h-192v-192h192v-512h-192v-192h384v896z" />
|
66 |
<glyph unicode="" glyph-name="bws-logo" d="M953.913 325.746c-21.447-38.855-46.592-77.198-75.435-114.233-68.551-100.466-192.91-193.365-254.919-225.052-38.457-19.684-89.088-34.702-126.805-44.316 204.459-39.538 403.285 114.46 466.034 352.37 6.997 26.852 12.004 53.134 15.417 78.734-7.566-15.872-15.588-31.744-24.292-47.502zM327.964 88.519c-70.087 61.952-114.176 154.169-114.176 264.533 0 207.076 154.852 374.898 345.884 374.898 117.931 0 222.151-64.114 284.501-161.906 1.479 4.494 3.129 9.045 4.437 13.54 17.010 57.799 23.438 113.38 18.887 162.816-35.442 34.93-77.995 62.976-126.862 82.716-207.588 83.854-477.753-63.431-543.346-312.946-40.789-154.51-9.899-309.931 70.485-420.58 19.058-3.527 39.14-4.494 60.188-3.072zM934.059 893.611c-119.694 109.682-325.632 79.019-507.79-59.392 44.658 22.357 92.16 36.807 139.89 42.098 103.31 41.529 200.932 38.343 264.704-19.342 70.656-63.886 83.797-180.167 46.364-307.314-25.145-85.618-73.159-176.185-141.995-258.958-154.567-185.742-454.428-341.902-620.203-137.671 13.596-54.67 39.481-102.059 78.62-137.842 96.313-88.178 248.377-85.618 398.962-9.33 85.504 43.349 170.61 110.364 244.565 198.201 38.286 45.397 70.884 93.127 97.564 141.54 116.224 210.603 121.97 435.655-0.683 548.011zM791.211 595.854c-4.38 5.86-23.666 26.226-28.956 30.436-56.092 45.056-124.985 71.68-199.68 71.68-46.99 0-91.648-10.468-132.38-29.468 15.246-6.656 30.322-14.165 45.284-22.756 155.989-89.088 240.64-247.808 205.824-372.224 2.788 3.3 5.518 6.599 8.021 9.785 54.784 71.054 114.859 157.298 144.953 243.712-12.174 23.78-26.453 46.82-43.065 68.836zM24.007 593.977c-71.794-176.469 23.154-384.683 207.303-496.299-24.86 33.451-41.7 72.42-56.149 121.344-137.444 102.741-194.446 258.162-134.087 372.907 39.708 75.662 123.79 115.029 221.355 114.404 33.166 41.017 72.704 74.524 115.996 99.214-158.549 1.877-299.065-75.264-354.418-211.57zM263.794 453.632c0.569 10.524 1.593 20.935 3.015 31.118-12.857-32.768-20.821-68.608-22.642-106.268-5.86-116.224 46.99-220.615 130.219-278.983 38.059 4.38 74.638 16.213 108.601 34.418-132.096 32.939-226.93 166.059-219.193 319.716z" />
|
67 |
<glyph unicode="" glyph-name="warning" d="M508.992-64c-287.040 3.136-512.64 235.584-508.928 524.352 3.52 274.112 239.040 502.592 514.944 499.648 287.040-3.136 512.64-235.584 508.928-524.352-3.52-274.112-239.040-502.592-514.944-499.648zM424.128 768c-0.576-5.44 11.84-247.744 17.92-365.76 0.704-14.208 5.952-18.24 5.952-18.24h128c0 0 5.568 6.784 6.4 25.472 3.584 82.752 16.64 321.152 18.304 358.528-60.16 0-117.12 0-176.576 0zM507.136 319.872c-68.288-2.688-108.352-41.088-105.408-101.056 2.816-57.472 46.592-92.544 113.152-90.752 69.952 1.92 107.264 39.168 104.384 104.256-2.496 55.808-46.4 90.112-112.128 87.552z" />
|
68 |
+
<glyph unicode="" glyph-name="google-2-step-verification" d="M640 440.128c0 19.136-1.728 37.376-5.184 55.616h-308.032v-114.688h184.704c-13.632-92.224-98.752-143.424-184.704-143.424-113.152 0-203.328 95.552-203.328 210.304 0 114.688 90.176 210.304 203.328 210.304 47.616 0 95.36-16.576 130.24-51.328l88.448 87.808c-60.416 57.472-136.128 86.976-218.688 86.976-181.248 0-326.784-149.44-326.784-333.696s145.536-333.696 326.784-333.696c188.032 0 313.216 135.552 313.216 325.824zM970.688 522.304v52.352c0 66.24-43.584 115.648-106.688 115.648s-106.688-49.408-106.688-115.648v-53.696c-20.992-1.28-53.312-12.736-53.312-35.136v-201.408c0-23.232 25.792-42.112 47.872-42.112h232.704c22.144 0 39.424 18.816 39.424 42.112v201.408c0 22.4-32.32 35.2-53.312 36.48zM916.608 310.656c1.28-2.752 0.896-5.888-0.768-8.384s-4.416-3.968-7.488-3.968h-88.704c-3.008 0-5.76 1.472-7.488 3.968-1.6 2.432-1.92 5.632-0.768 8.384l21.44 69.376c-11.328 9.216-22.144 23.104-22.144 37.76 0 26.88 26.112 48.832 53.312 48.832 27.136 0 53.312-21.952 53.312-48.832 0-14.656-10.816-28.544-22.144-37.76l21.44-69.376zM917.312 522.304h-106.688v52.352c0 33.344 21.504 58.432 53.312 58.432 31.744 0 53.312-25.024 53.312-58.432v-52.352z" />
|
69 |
<glyph unicode="" glyph-name="slider" d="M768 704h-512c-26.432 0-64-37.568-64-64v-448c0-26.432 37.568-64 64-64h512c26.432 0 64 37.568 64 64v448c0 26.432-37.568 64-64 64zM640 330.24c0-5.632-3.2-10.24-7.040-10.24h-241.92c-3.84 0-7.040 4.608-7.040 10.24v43.52c0 5.632 3.2 10.24 7.040 10.24h241.92c3.84 0 7.040-4.608 7.040-10.24v-43.52zM707.008 458.688c0-5.888-4.8-10.688-10.56-10.688h-365.888c-5.824 0-10.56 4.8-10.56 10.688v42.624c0 5.888 4.736 10.688 10.56 10.688h365.824c5.824 0 10.56-4.8 10.56-10.688v-42.624zM1020.352 424.704l-85.312 83.904c-4.608 4.48-11.776 4.48-16.32 0l-19.072-18.752c-2.368-2.304-3.648-5.44-3.648-8.704 0-3.328 1.28-6.4 3.648-8.704l57.344-56.448-57.344-56.384c-2.368-2.304-3.648-5.44-3.648-8.768s1.28-6.4 3.648-8.704l19.072-18.752c2.304-2.24 5.248-3.392 8.192-3.392s5.888 1.152 8.192 3.392l85.312 83.904c2.304 2.304 3.584 5.376 3.584 8.704s-1.28 6.4-3.648 8.704zM128 481.152c0 3.328-1.28 6.4-3.648 8.704l-19.072 18.752c-4.608 4.48-11.776 4.544-16.32 0l-85.312-83.904c-2.368-2.304-3.648-5.376-3.648-8.704s1.28-6.4 3.648-8.704l85.312-83.904c2.24-2.24 5.184-3.392 8.128-3.392s5.888 1.152 8.192 3.392l19.072 18.752c2.368 2.304 3.648 5.44 3.648 8.704s-1.28 6.4-3.648 8.704l-57.344 56.448 57.344 56.384c2.368 2.304 3.648 5.44 3.648 8.768z" />
|
70 |
</font></defs></svg>
|
bws_menu/fonts/bwsicons.ttf
CHANGED
Binary file
|
bws_menu/fonts/bwsicons.woff
CHANGED
Binary file
|
bws_menu/icons/plugins/captcha.png
ADDED
Binary file
|
bws_menu/languages/bestwebsoft-cs_CZ.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-cs_CZ.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: Mik013\n"
|
8 |
"Language-Team: Mik013\n"
|
9 |
"Language: cs_CZ\n"
|
@@ -48,9 +48,9 @@ msgstr "Ohodnoťte jej"
|
|
48 |
msgid "Need help?"
|
49 |
msgstr "Potřebujete pomoc?"
|
50 |
|
51 |
-
#: bws_functions.php:103 bws_functions.php:
|
52 |
msgid "Visit Help Center"
|
53 |
-
msgstr "
|
54 |
|
55 |
#: bws_functions.php:106
|
56 |
msgid "Want to support the plugin?"
|
@@ -58,7 +58,7 @@ msgstr "Chcete podpořit plugin?"
|
|
58 |
|
59 |
#: bws_functions.php:107 bws_menu.php:553
|
60 |
msgid "Donate"
|
61 |
-
msgstr "
|
62 |
|
63 |
#: bws_functions.php:127
|
64 |
msgid "WARNING: Illegal use notification"
|
@@ -236,72 +236,72 @@ msgstr ""
|
|
236 |
"Vždy se můžete podívat na možnosti prémiové verze, kliknutím na \"PRO "
|
237 |
"nastavení\" na \"Go PRO\" záložce."
|
238 |
|
239 |
-
#: bws_functions.php:
|
240 |
msgid "Add BWS Shortcode"
|
241 |
-
msgstr ""
|
242 |
|
243 |
-
#: bws_functions.php:
|
244 |
msgid "Add BWS Plugins Shortcode"
|
245 |
-
msgstr ""
|
246 |
|
247 |
-
#: bws_functions.php:
|
248 |
msgid "Add shortcode"
|
249 |
msgstr "Přidat krátký kód"
|
250 |
|
251 |
-
#: bws_functions.php:
|
252 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
253 |
msgstr ""
|
254 |
"Pomocí tohoto tlačítka můžete přidávat krátké kódy BestWebSoft pluginu."
|
255 |
|
256 |
-
#: bws_functions.php:
|
257 |
msgid "Close"
|
258 |
msgstr "Zavřít"
|
259 |
|
260 |
-
#: bws_functions.php:
|
261 |
msgid "Are you sure you want to restore default settings?"
|
262 |
msgstr "Jste si jisti, že chcete obnovit výchozí nastavení?"
|
263 |
|
264 |
-
#: bws_functions.php:
|
265 |
msgid "Yes, restore all settings"
|
266 |
msgstr "Ano, obnovit veškerá nastavení"
|
267 |
|
268 |
-
#: bws_functions.php:
|
269 |
msgid "No, go back to the settings page"
|
270 |
msgstr "Ne, vrátit se zpět na stránku nastavení"
|
271 |
|
272 |
-
#: bws_functions.php:
|
273 |
msgid "Plugin"
|
274 |
msgstr "Plugin"
|
275 |
|
276 |
-
#: bws_functions.php:
|
277 |
msgid "Shortcode settings"
|
278 |
msgstr "Nastavení krátkých kódů"
|
279 |
|
280 |
-
#: bws_functions.php:
|
281 |
msgid "The shortcode will be inserted"
|
282 |
msgstr "Bude vložen krátký kód"
|
283 |
|
284 |
-
#: bws_functions.php:
|
285 |
msgid "Insert"
|
286 |
msgstr "Vložit"
|
287 |
|
288 |
-
#: bws_functions.php:
|
289 |
msgid "FAQ"
|
290 |
msgstr "Často kladené otázky (FAQ)"
|
291 |
|
292 |
-
#: bws_functions.php:
|
293 |
msgid "For more information:"
|
294 |
msgstr "Pro více informací:"
|
295 |
|
296 |
-
#: bws_functions.php:
|
297 |
msgid "Documentation"
|
298 |
msgstr "Dokumentace"
|
299 |
|
300 |
-
#: bws_functions.php:
|
301 |
msgid "Video Instructions"
|
302 |
msgstr "Video instrukce"
|
303 |
|
304 |
-
#: bws_functions.php:
|
305 |
msgid "Submit a Request"
|
306 |
msgstr "Odeslat požadavek"
|
307 |
|
@@ -1110,343 +1110,443 @@ msgid "version of the plugin."
|
|
1110 |
msgstr "verze pluginu."
|
1111 |
|
1112 |
#: product_list.php:7
|
1113 |
-
msgid "
|
1114 |
-
msgstr "
|
1115 |
|
1116 |
#: product_list.php:8
|
1117 |
-
msgid "Content
|
1118 |
-
msgstr "Obsah
|
1119 |
|
1120 |
#: product_list.php:9
|
1121 |
-
msgid "
|
1122 |
-
msgstr "
|
1123 |
|
1124 |
#: product_list.php:10
|
1125 |
-
msgid "
|
1126 |
-
msgstr "
|
1127 |
|
1128 |
#: product_list.php:11
|
1129 |
-
msgid "
|
1130 |
-
msgstr "
|
1131 |
|
1132 |
#: product_list.php:12
|
1133 |
-
msgid "
|
1134 |
-
msgstr "
|
1135 |
|
1136 |
#: product_list.php:13
|
1137 |
-
msgid "
|
1138 |
-
msgstr "
|
1139 |
|
1140 |
#: product_list.php:14
|
1141 |
-
msgid "
|
1142 |
-
msgstr "
|
1143 |
|
1144 |
#: product_list.php:15
|
1145 |
-
msgid "
|
1146 |
-
msgstr "
|
1147 |
|
1148 |
#: product_list.php:22
|
1149 |
msgid ""
|
1150 |
"Protect WordPress website forms from spam entries by means of math logic."
|
1151 |
msgstr ""
|
|
|
1152 |
|
1153 |
#: product_list.php:32
|
1154 |
msgid "Create your personal car rental/booking and reservation website."
|
1155 |
-
msgstr ""
|
1156 |
|
1157 |
#: product_list.php:42
|
1158 |
msgid ""
|
1159 |
"Allow customers to reach you using secure contact form plugin any website "
|
1160 |
"must have."
|
1161 |
msgstr ""
|
|
|
|
|
1162 |
|
1163 |
#: product_list.php:52
|
1164 |
msgid "Add unlimited number of contact forms to WordPress website."
|
1165 |
-
msgstr ""
|
1166 |
|
1167 |
#: product_list.php:62
|
1168 |
-
msgid "Save and manage
|
1169 |
msgstr ""
|
|
|
|
|
1170 |
|
1171 |
#: product_list.php:72
|
1172 |
msgid "Add unlimited custom pages to WordPress admin dashboard."
|
1173 |
msgstr ""
|
|
|
1174 |
|
1175 |
#: product_list.php:79
|
1176 |
msgid "Add custom fields to WordPress website search results."
|
1177 |
-
msgstr ""
|
1178 |
|
1179 |
#: product_list.php:86
|
1180 |
-
msgid "Add custom post types to WordPress website search results."
|
1181 |
-
msgstr ""
|
1182 |
-
|
1183 |
-
#: product_list.php:96
|
1184 |
msgid ""
|
1185 |
-
"
|
1186 |
msgstr ""
|
|
|
|
|
1187 |
|
1188 |
-
#: product_list.php:
|
1189 |
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1190 |
-
msgstr ""
|
1191 |
|
1192 |
-
#: product_list.php:
|
1193 |
msgid ""
|
1194 |
"Automatically add outgoing email messages to queue instead of sending them "
|
1195 |
"immediately."
|
1196 |
msgstr ""
|
|
|
|
|
1197 |
|
1198 |
-
#: product_list.php:
|
1199 |
msgid ""
|
1200 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1201 |
"issues faster."
|
1202 |
msgstr ""
|
|
|
|
|
1203 |
|
1204 |
-
#: product_list.php:
|
1205 |
msgid ""
|
1206 |
-
"Add Facebook Like,
|
1207 |
"widgets."
|
1208 |
msgstr ""
|
|
|
|
|
1209 |
|
1210 |
-
#: product_list.php:
|
1211 |
msgid ""
|
1212 |
-
"Add
|
1213 |
-
"information."
|
1214 |
-
msgstr ""
|
1215 |
-
|
1216 |
-
#: product_list.php:143
|
1217 |
-
msgid ""
|
1218 |
-
"Add beautiful galleries, albums & images to your Wordpress website in few "
|
1219 |
"clicks."
|
1220 |
msgstr ""
|
|
|
|
|
1221 |
|
1222 |
-
#: product_list.php:
|
1223 |
msgid ""
|
1224 |
"Add unlimited gallery categories. Organize images to make the navigation "
|
1225 |
"through content easier."
|
1226 |
msgstr ""
|
|
|
|
|
1227 |
|
1228 |
-
#: product_list.php:
|
1229 |
msgid ""
|
1230 |
-
"Add Google +1 Share, Follow, Hangout buttons and profile badge to WordPress "
|
1231 |
"posts, pages and widgets."
|
1232 |
msgstr ""
|
|
|
|
|
1233 |
|
1234 |
-
#: product_list.php:
|
1235 |
msgid ""
|
1236 |
-
"
|
1237 |
-
"
|
1238 |
msgstr ""
|
1239 |
|
1240 |
-
#: product_list.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1241 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1242 |
msgstr ""
|
|
|
|
|
1243 |
|
1244 |
-
#: product_list.php:
|
1245 |
msgid ""
|
1246 |
"Protect WordPress website forms from spam entries with Google Captcha "
|
1247 |
"(reCaptcha)."
|
1248 |
msgstr ""
|
|
|
|
|
1249 |
|
1250 |
-
#: product_list.php:
|
1251 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1252 |
msgstr ""
|
|
|
1253 |
|
1254 |
-
#: product_list.php:
|
1255 |
msgid ""
|
1256 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1257 |
"your blog."
|
1258 |
msgstr ""
|
|
|
|
|
1259 |
|
1260 |
-
#: product_list.php:
|
1261 |
msgid ""
|
1262 |
"Replace external WordPress website links with Google shortlinks and track "
|
1263 |
"click stats."
|
1264 |
msgstr ""
|
|
|
|
|
1265 |
|
1266 |
-
#: product_list.php:
|
1267 |
msgid ""
|
1268 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1269 |
"hostnames, etc."
|
1270 |
msgstr ""
|
|
|
|
|
1271 |
|
1272 |
-
#: product_list.php:
|
1273 |
msgid ""
|
1274 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1275 |
"submit CV/resumes, choose candidates."
|
1276 |
msgstr ""
|
|
|
|
|
1277 |
|
1278 |
-
#: product_list.php:
|
1279 |
-
msgid ""
|
1280 |
-
"Add latest posts or latest posts for selected categories widgets to "
|
1281 |
-
"WordPress website."
|
1282 |
-
msgstr ""
|
1283 |
-
|
1284 |
-
#: product_list.php:251
|
1285 |
msgid ""
|
1286 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1287 |
"attempts."
|
1288 |
msgstr ""
|
|
|
|
|
1289 |
|
1290 |
-
#: product_list.php:
|
1291 |
msgid ""
|
1292 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1293 |
"5 plugins included – profile, insider, etc."
|
1294 |
msgstr ""
|
|
|
|
|
1295 |
|
1296 |
-
#: product_list.php:
|
1297 |
msgid ""
|
1298 |
"Translate WordPress website content to other languages manually. Create "
|
1299 |
"multilingual pages, posts, widgets, menus, etc."
|
1300 |
msgstr ""
|
|
|
|
|
1301 |
|
1302 |
-
#: product_list.php:
|
1303 |
msgid ""
|
1304 |
"Add customizable pagination to WordPress website. Split long content to "
|
1305 |
"multiple pages for better navigation."
|
1306 |
msgstr ""
|
|
|
|
|
1307 |
|
1308 |
-
#: product_list.php:
|
1309 |
msgid ""
|
1310 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1311 |
"header/footer styles and appearance."
|
1312 |
msgstr ""
|
|
|
|
|
1313 |
|
1314 |
-
#: product_list.php:
|
1315 |
msgid ""
|
1316 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1317 |
"Profile) to WordPress posts, pages and widgets."
|
1318 |
msgstr ""
|
|
|
|
|
1319 |
|
1320 |
-
#: product_list.php:
|
1321 |
-
msgid "Track views, comments and add most popular posts to Wordpress widgets."
|
1322 |
-
msgstr ""
|
1323 |
-
|
1324 |
-
#: product_list.php:318
|
1325 |
msgid ""
|
1326 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1327 |
"projects to get more clients."
|
1328 |
msgstr ""
|
|
|
|
|
1329 |
|
1330 |
-
#: product_list.php:
|
1331 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1332 |
msgstr ""
|
|
|
|
|
1333 |
|
1334 |
-
#: product_list.php:
|
1335 |
msgid ""
|
1336 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1337 |
"create and manage additional custom values."
|
1338 |
msgstr ""
|
|
|
|
|
1339 |
|
1340 |
-
#: product_list.php:
|
1341 |
msgid ""
|
1342 |
-
"Add and display HTML advertisement on WordPress website. Customize
|
1343 |
-
"styles and appearance."
|
1344 |
msgstr ""
|
|
|
|
|
1345 |
|
1346 |
-
#: product_list.php:
|
1347 |
msgid ""
|
1348 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1349 |
"widgets."
|
1350 |
msgstr ""
|
|
|
|
|
1351 |
|
1352 |
-
#: product_list.php:
|
1353 |
msgid ""
|
1354 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1355 |
"customers."
|
1356 |
msgstr ""
|
|
|
|
|
1357 |
|
1358 |
-
#: product_list.php:
|
1359 |
msgid ""
|
1360 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1361 |
"properties. Add, search and browse listings easily."
|
1362 |
msgstr ""
|
|
|
|
|
|
|
1363 |
|
1364 |
-
#: product_list.php:
|
1365 |
msgid ""
|
1366 |
-
"Attach,
|
1367 |
"pages."
|
1368 |
msgstr ""
|
|
|
|
|
1369 |
|
1370 |
-
#: product_list.php:
|
1371 |
msgid ""
|
1372 |
-
"Add related
|
1373 |
-
"relevant content."
|
1374 |
msgstr ""
|
|
|
|
|
1375 |
|
1376 |
-
#: product_list.php:
|
1377 |
msgid ""
|
1378 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1379 |
"settings and detailed reports."
|
1380 |
msgstr ""
|
|
|
|
|
1381 |
|
1382 |
-
#: product_list.php:
|
1383 |
msgid ""
|
1384 |
"The best responsive slider plugin for your WordPress website. Create "
|
1385 |
"beautifully animated slides just in a few clicks."
|
1386 |
msgstr ""
|
|
|
|
|
1387 |
|
1388 |
-
#: product_list.php:
|
1389 |
msgid ""
|
1390 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1391 |
"Yahoo, Hotmail and other services."
|
1392 |
msgstr ""
|
|
|
|
|
1393 |
|
1394 |
-
#: product_list.php:
|
1395 |
msgid ""
|
1396 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1397 |
"FB, Twitter, G+1, Pinterest, LinkedIn."
|
1398 |
msgstr ""
|
|
|
|
|
1399 |
|
1400 |
-
#: product_list.php:
|
1401 |
msgid ""
|
1402 |
"Add social media login, registration, and commenting to your WordPress "
|
1403 |
"website."
|
1404 |
msgstr ""
|
|
|
|
|
1405 |
|
1406 |
-
#: product_list.php:
|
1407 |
msgid ""
|
1408 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1409 |
"Collect data and subscribe your users."
|
1410 |
msgstr ""
|
|
|
|
|
|
|
1411 |
|
1412 |
-
#: product_list.php:
|
1413 |
msgid ""
|
1414 |
-
"Add testimonials and feedbacks from your customers to WordPress
|
1415 |
-
"and widgets."
|
1416 |
msgstr ""
|
|
|
|
|
1417 |
|
1418 |
-
#: product_list.php:
|
1419 |
msgid ""
|
1420 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1421 |
"attendance and generate reports."
|
1422 |
msgstr ""
|
|
|
|
|
1423 |
|
1424 |
-
#: product_list.php:
|
1425 |
msgid ""
|
1426 |
-
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts
|
1427 |
-
"
|
1428 |
msgstr ""
|
|
|
|
|
1429 |
|
1430 |
-
#: product_list.php:
|
1431 |
msgid ""
|
1432 |
"Automatically check and update WordPress website core with all installed "
|
1433 |
"plugins and themes to the latest versions."
|
1434 |
msgstr ""
|
|
|
|
|
1435 |
|
1436 |
-
#: product_list.php:
|
1437 |
msgid ""
|
1438 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1439 |
"copy, and delete user roles."
|
1440 |
msgstr ""
|
|
|
|
|
1441 |
|
1442 |
-
#: product_list.php:
|
1443 |
msgid ""
|
1444 |
"Display live count of online visitors who are currently browsing your "
|
1445 |
"WordPress website."
|
1446 |
msgstr ""
|
|
|
|
|
1447 |
|
1448 |
-
#: product_list.php:
|
1449 |
msgid ""
|
1450 |
"Backup and export Zendesk Help Center content automatically to your "
|
1451 |
"WordPress website database."
|
1452 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-07-03 13:18+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-07-03 13:18+0300\n"
|
7 |
"Last-Translator: Mik013\n"
|
8 |
"Language-Team: Mik013\n"
|
9 |
"Language: cs_CZ\n"
|
48 |
msgid "Need help?"
|
49 |
msgstr "Potřebujete pomoc?"
|
50 |
|
51 |
+
#: bws_functions.php:103 bws_functions.php:920 class-bws-settings.php:1047
|
52 |
msgid "Visit Help Center"
|
53 |
+
msgstr "Navštivte Centrum pomoci"
|
54 |
|
55 |
#: bws_functions.php:106
|
56 |
msgid "Want to support the plugin?"
|
58 |
|
59 |
#: bws_functions.php:107 bws_menu.php:553
|
60 |
msgid "Donate"
|
61 |
+
msgstr "Darujte"
|
62 |
|
63 |
#: bws_functions.php:127
|
64 |
msgid "WARNING: Illegal use notification"
|
236 |
"Vždy se můžete podívat na možnosti prémiové verze, kliknutím na \"PRO "
|
237 |
"nastavení\" na \"Go PRO\" záložce."
|
238 |
|
239 |
+
#: bws_functions.php:642
|
240 |
msgid "Add BWS Shortcode"
|
241 |
+
msgstr "Přidávejte zkrácený kód BWS"
|
242 |
|
243 |
+
#: bws_functions.php:643
|
244 |
msgid "Add BWS Plugins Shortcode"
|
245 |
+
msgstr "Přidávejte zkrácený kód BWS pluginů"
|
246 |
|
247 |
+
#: bws_functions.php:662
|
248 |
msgid "Add shortcode"
|
249 |
msgstr "Přidat krátký kód"
|
250 |
|
251 |
+
#: bws_functions.php:662
|
252 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
253 |
msgstr ""
|
254 |
"Pomocí tohoto tlačítka můžete přidávat krátké kódy BestWebSoft pluginu."
|
255 |
|
256 |
+
#: bws_functions.php:708
|
257 |
msgid "Close"
|
258 |
msgstr "Zavřít"
|
259 |
|
260 |
+
#: bws_functions.php:800
|
261 |
msgid "Are you sure you want to restore default settings?"
|
262 |
msgstr "Jste si jisti, že chcete obnovit výchozí nastavení?"
|
263 |
|
264 |
+
#: bws_functions.php:803
|
265 |
msgid "Yes, restore all settings"
|
266 |
msgstr "Ano, obnovit veškerá nastavení"
|
267 |
|
268 |
+
#: bws_functions.php:804
|
269 |
msgid "No, go back to the settings page"
|
270 |
msgstr "Ne, vrátit se zpět na stránku nastavení"
|
271 |
|
272 |
+
#: bws_functions.php:846
|
273 |
msgid "Plugin"
|
274 |
msgstr "Plugin"
|
275 |
|
276 |
+
#: bws_functions.php:855
|
277 |
msgid "Shortcode settings"
|
278 |
msgstr "Nastavení krátkých kódů"
|
279 |
|
280 |
+
#: bws_functions.php:860
|
281 |
msgid "The shortcode will be inserted"
|
282 |
msgstr "Bude vložen krátký kód"
|
283 |
|
284 |
+
#: bws_functions.php:865
|
285 |
msgid "Insert"
|
286 |
msgstr "Vložit"
|
287 |
|
288 |
+
#: bws_functions.php:925
|
289 |
msgid "FAQ"
|
290 |
msgstr "Často kladené otázky (FAQ)"
|
291 |
|
292 |
+
#: bws_functions.php:931
|
293 |
msgid "For more information:"
|
294 |
msgstr "Pro více informací:"
|
295 |
|
296 |
+
#: bws_functions.php:932
|
297 |
msgid "Documentation"
|
298 |
msgstr "Dokumentace"
|
299 |
|
300 |
+
#: bws_functions.php:933
|
301 |
msgid "Video Instructions"
|
302 |
msgstr "Video instrukce"
|
303 |
|
304 |
+
#: bws_functions.php:934
|
305 |
msgid "Submit a Request"
|
306 |
msgstr "Odeslat požadavek"
|
307 |
|
1110 |
msgstr "verze pluginu."
|
1111 |
|
1112 |
#: product_list.php:7
|
1113 |
+
msgid "Admin Tools"
|
1114 |
+
msgstr "Administrační nástroje"
|
1115 |
|
1116 |
#: product_list.php:8
|
1117 |
+
msgid "Content"
|
1118 |
+
msgstr "Obsah"
|
1119 |
|
1120 |
#: product_list.php:9
|
1121 |
+
msgid "eCommerce"
|
1122 |
+
msgstr "eCommerce"
|
1123 |
|
1124 |
#: product_list.php:10
|
1125 |
+
msgid "Marketing"
|
1126 |
+
msgstr "Marketing"
|
1127 |
|
1128 |
#: product_list.php:11
|
1129 |
+
msgid "Navigation"
|
1130 |
+
msgstr "Navigace"
|
1131 |
|
1132 |
#: product_list.php:12
|
1133 |
+
msgid "Recommended"
|
1134 |
+
msgstr "Doporučeno"
|
1135 |
|
1136 |
#: product_list.php:13
|
1137 |
+
msgid "Security"
|
1138 |
+
msgstr "Bezpečnost"
|
1139 |
|
1140 |
#: product_list.php:14
|
1141 |
+
msgid "SEO"
|
1142 |
+
msgstr "SEO"
|
1143 |
|
1144 |
#: product_list.php:15
|
1145 |
+
msgid "SMM"
|
1146 |
+
msgstr "SMM"
|
1147 |
|
1148 |
#: product_list.php:22
|
1149 |
msgid ""
|
1150 |
"Protect WordPress website forms from spam entries by means of math logic."
|
1151 |
msgstr ""
|
1152 |
+
"Chraňte WordPress webové formuláře před spamem pomocí matematické logiky."
|
1153 |
|
1154 |
#: product_list.php:32
|
1155 |
msgid "Create your personal car rental/booking and reservation website."
|
1156 |
+
msgstr "Vytvořte si osobní rezervační web - auta/hotely."
|
1157 |
|
1158 |
#: product_list.php:42
|
1159 |
msgid ""
|
1160 |
"Allow customers to reach you using secure contact form plugin any website "
|
1161 |
"must have."
|
1162 |
msgstr ""
|
1163 |
+
"Umožněte zákazníkům kontaktovat vás pomocí pluginu zabezpečeného kontaktního "
|
1164 |
+
"formuláře, tohle musí mít každý web."
|
1165 |
|
1166 |
#: product_list.php:52
|
1167 |
msgid "Add unlimited number of contact forms to WordPress website."
|
1168 |
+
msgstr "Přidávejte neomezený počet kontaktních formulářů na WordPress web."
|
1169 |
|
1170 |
#: product_list.php:62
|
1171 |
+
msgid "Save and manage Contact Form messages. Never lose important data."
|
1172 |
msgstr ""
|
1173 |
+
"Ukládejte a spravujte zprávy z kontaktního formuláře. Už nikdy neztraťte "
|
1174 |
+
"důležitá data."
|
1175 |
|
1176 |
#: product_list.php:72
|
1177 |
msgid "Add unlimited custom pages to WordPress admin dashboard."
|
1178 |
msgstr ""
|
1179 |
+
"Přidávejte neomezený počet vlastních stránek do WordPress admin nástěnky."
|
1180 |
|
1181 |
#: product_list.php:79
|
1182 |
msgid "Add custom fields to WordPress website search results."
|
1183 |
+
msgstr "Přidávejte vlastní pole do výsledků vyhledání na webu WordPress."
|
1184 |
|
1185 |
#: product_list.php:86
|
|
|
|
|
|
|
|
|
1186 |
msgid ""
|
1187 |
+
"Add custom post types and taxonomies to WordPress website search results."
|
1188 |
msgstr ""
|
1189 |
+
"Přidávejte vlastní typy příspěvků a taxonomie do výsledků vyhledání na webu "
|
1190 |
+
"WordPress."
|
1191 |
|
1192 |
+
#: product_list.php:96
|
1193 |
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1194 |
+
msgstr "Přidávejte darovací tlačítka PayPal a 2CO pro příjem příspěvků."
|
1195 |
|
1196 |
+
#: product_list.php:103
|
1197 |
msgid ""
|
1198 |
"Automatically add outgoing email messages to queue instead of sending them "
|
1199 |
"immediately."
|
1200 |
msgstr ""
|
1201 |
+
"Automaticky přidávejte odchozí e-mailové zprávy do fronty namísto jejich "
|
1202 |
+
"okamžitého odesílání."
|
1203 |
|
1204 |
+
#: product_list.php:110
|
1205 |
msgid ""
|
1206 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1207 |
"issues faster."
|
1208 |
msgstr ""
|
1209 |
+
"Získejte nejnovější zprávy z error logu při diagnostice problémů s webem. "
|
1210 |
+
"Definujte a opravte problémy rychleji."
|
1211 |
|
1212 |
+
#: product_list.php:117
|
1213 |
msgid ""
|
1214 |
+
"Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
|
1215 |
"widgets."
|
1216 |
msgstr ""
|
1217 |
+
"Přidávejte Facebooková tlačítka sledovat, to se mi líbí a sdílet do "
|
1218 |
+
"WordPress příspěvků, stránek a widgetů."
|
1219 |
|
1220 |
+
#: product_list.php:127
|
1221 |
msgid ""
|
1222 |
+
"Add beautiful galleries, albums & images to your WordPress website in a few "
|
|
|
|
|
|
|
|
|
|
|
|
|
1223 |
"clicks."
|
1224 |
msgstr ""
|
1225 |
+
"Přidávejte na váš WordPress web krásné galerie, alba a obrázky během "
|
1226 |
+
"několika kliknutí."
|
1227 |
|
1228 |
+
#: product_list.php:137
|
1229 |
msgid ""
|
1230 |
"Add unlimited gallery categories. Organize images to make the navigation "
|
1231 |
"through content easier."
|
1232 |
msgstr ""
|
1233 |
+
"Přidávejte neomezený počet kategorií galerie. Organizujte obrázky pro "
|
1234 |
+
"jednodušší orientaci v obsahu."
|
1235 |
|
1236 |
+
#: product_list.php:144
|
1237 |
msgid ""
|
1238 |
+
"Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
|
1239 |
"posts, pages and widgets."
|
1240 |
msgstr ""
|
1241 |
+
"Přidávejte Google +1 tlačítka sdílet, sledovat, Hangout a profile badge do "
|
1242 |
+
"WordPress příspěvků, stránek a widgetů."
|
1243 |
|
1244 |
+
#: product_list.php:154
|
1245 |
msgid ""
|
1246 |
+
"Stronger security solution which protects your WordPress website from hacks "
|
1247 |
+
"and unauthorized login attempts."
|
1248 |
msgstr ""
|
1249 |
|
1250 |
+
#: product_list.php:164
|
1251 |
+
msgid ""
|
1252 |
+
"Add Adsense ads to WordPress website pages, posts, custom posts, search "
|
1253 |
+
"results, categories, tags, and widgets."
|
1254 |
+
msgstr ""
|
1255 |
+
"Přidávejte reklamy Adsense do webu WordPress, příspěvky, vlastní příspěvky, "
|
1256 |
+
"výsledky vyhledávání, rubriky, štítky a widgety."
|
1257 |
+
|
1258 |
+
#: product_list.php:174
|
1259 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1260 |
msgstr ""
|
1261 |
+
"Přidávejte Google Analytics kód do WordPress webu a sledujte základní "
|
1262 |
+
"statistiky."
|
1263 |
|
1264 |
+
#: product_list.php:184
|
1265 |
msgid ""
|
1266 |
"Protect WordPress website forms from spam entries with Google Captcha "
|
1267 |
"(reCaptcha)."
|
1268 |
msgstr ""
|
1269 |
+
"Chraňte WordPress webové formuláře před spamem s Google Captcha (\"reCAPTCHA"
|
1270 |
+
"\")."
|
1271 |
|
1272 |
+
#: product_list.php:194
|
1273 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1274 |
msgstr ""
|
1275 |
+
"Přidávejte vlastní mapy Google do WordPress příspěvků, stránek a widgetů."
|
1276 |
|
1277 |
+
#: product_list.php:204
|
1278 |
msgid ""
|
1279 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1280 |
"your blog."
|
1281 |
msgstr ""
|
1282 |
+
"Generujte a přidávejte sitemap.xml na vaše WordPress weby. Pomožte "
|
1283 |
+
"vyhledávačům indexovat váš blog."
|
1284 |
|
1285 |
+
#: product_list.php:214
|
1286 |
msgid ""
|
1287 |
"Replace external WordPress website links with Google shortlinks and track "
|
1288 |
"click stats."
|
1289 |
msgstr ""
|
1290 |
+
"Nahradit externí odkazy WordPress webu pomocí Google shortlinks a sledujte "
|
1291 |
+
"statistiky kliknutí."
|
1292 |
|
1293 |
+
#: product_list.php:221
|
1294 |
msgid ""
|
1295 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1296 |
"hostnames, etc."
|
1297 |
msgstr ""
|
1298 |
+
"Chráňte WordPress web– povolte či odepřete přístup pro určité IP adresy, "
|
1299 |
+
"hostnames, atd."
|
1300 |
|
1301 |
+
#: product_list.php:231
|
1302 |
msgid ""
|
1303 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1304 |
"submit CV/resumes, choose candidates."
|
1305 |
msgstr ""
|
1306 |
+
"Vytvořte si osobní nástěnku pracovních míst na WordPress webu. Hledání "
|
1307 |
+
"zaměstnání, odeslání CV/životopisu, výběr kandidátů."
|
1308 |
|
1309 |
+
#: product_list.php:238
|
|
|
|
|
|
|
|
|
|
|
|
|
1310 |
msgid ""
|
1311 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1312 |
"attempts."
|
1313 |
msgstr ""
|
1314 |
+
"Chraňte WordPress web proti útokům hrubou silou. Omezte počet pokusů o "
|
1315 |
+
"přihlášení."
|
1316 |
|
1317 |
+
#: product_list.php:248
|
1318 |
msgid ""
|
1319 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1320 |
"5 plugins included – profile, insider, etc."
|
1321 |
msgstr ""
|
1322 |
+
"Přidávejte LinkedIn tlačítka sdílet a sledovat do WordPress příspěvků, "
|
1323 |
+
"stránek a widgetů. 5 pluginů zahrnuje - profil, insider, atd."
|
1324 |
|
1325 |
+
#: product_list.php:258
|
1326 |
msgid ""
|
1327 |
"Translate WordPress website content to other languages manually. Create "
|
1328 |
"multilingual pages, posts, widgets, menus, etc."
|
1329 |
msgstr ""
|
1330 |
+
"Přeložte manuálně obsah webu WordPress do jiných jazyků. Vytvořte "
|
1331 |
+
"vícejazyčné stránky, příspěvky, widgety, menu, atd."
|
1332 |
|
1333 |
+
#: product_list.php:268
|
1334 |
msgid ""
|
1335 |
"Add customizable pagination to WordPress website. Split long content to "
|
1336 |
"multiple pages for better navigation."
|
1337 |
msgstr ""
|
1338 |
+
"Přidávejte nastavitelné stránkování na web WordPress. Pro lepší navigaci "
|
1339 |
+
"rozdělte dlouhý obsah na více stránek."
|
1340 |
|
1341 |
+
#: product_list.php:278
|
1342 |
msgid ""
|
1343 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1344 |
"header/footer styles and appearance."
|
1345 |
msgstr ""
|
1346 |
+
"Generujte PDF soubory a tiskněte WordPress příspěvky/stránky. Vlastní "
|
1347 |
+
"záhlaví/zápatí dokumentu, styly a vzhled."
|
1348 |
|
1349 |
+
#: product_list.php:288
|
1350 |
msgid ""
|
1351 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1352 |
"Profile) to WordPress posts, pages and widgets."
|
1353 |
msgstr ""
|
1354 |
+
"Přidávejte Pinterest tlačítka sledovat a připnout a profilový widget (Pin, "
|
1355 |
+
"Board, Profile) do WordPress příspěvků, stránek a widgetů."
|
1356 |
|
1357 |
+
#: product_list.php:298
|
|
|
|
|
|
|
|
|
1358 |
msgid ""
|
1359 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1360 |
"projects to get more clients."
|
1361 |
msgstr ""
|
1362 |
+
"Vytvořte si osobní portfolio WordPress webů. Spravujte a představte své "
|
1363 |
+
"nedávné projekty a získejte více klientů."
|
1364 |
|
1365 |
+
#: product_list.php:308
|
1366 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1367 |
msgstr ""
|
1368 |
+
"Exportujte snadno vaše WordPress příspěvky do souboru formátu CSV. "
|
1369 |
+
"Konfigurujte pořadí dat."
|
1370 |
|
1371 |
+
#: product_list.php:315
|
1372 |
msgid ""
|
1373 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1374 |
"create and manage additional custom values."
|
1375 |
msgstr ""
|
1376 |
+
"Přidávejte další pole do výchozího profilu uživatele WordPress. "
|
1377 |
+
"Nejjednodušší způsob, jak vytvořit a spravovat vlastní hodnoty."
|
1378 |
|
1379 |
+
#: product_list.php:322
|
1380 |
msgid ""
|
1381 |
+
"Add and display HTML advertisement banner on WordPress website. Customize "
|
1382 |
+
"bar styles and appearance."
|
1383 |
msgstr ""
|
1384 |
+
"Přidávejte a zobrazujte HTML reklamní banner na webu WordPress. Úpravte styl "
|
1385 |
+
"a vzhled lišt."
|
1386 |
|
1387 |
+
#: product_list.php:332
|
1388 |
msgid ""
|
1389 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1390 |
"widgets."
|
1391 |
msgstr ""
|
1392 |
+
"Přidávejte přizpůsobitelné nabídky a bloky s tipy do WordPress příspěvků, "
|
1393 |
+
"stránek a widgetů."
|
1394 |
|
1395 |
+
#: product_list.php:339
|
1396 |
msgid ""
|
1397 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1398 |
"customers."
|
1399 |
msgstr ""
|
1400 |
+
"Přidávejte do vašeho WordPress webu plugin hodnocení k získání zpětné vazby "
|
1401 |
+
"od vašich zákazníků."
|
1402 |
|
1403 |
+
#: product_list.php:346
|
1404 |
msgid ""
|
1405 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1406 |
"properties. Add, search and browse listings easily."
|
1407 |
msgstr ""
|
1408 |
+
"Vytvořte si osobní realitní stránky na WordPress webu. Prodávejte, "
|
1409 |
+
"pronajímejte a kupujte nemovitosti. Snadno přidejte hledání a procházení "
|
1410 |
+
"seznamy."
|
1411 |
|
1412 |
+
#: product_list.php:356
|
1413 |
msgid ""
|
1414 |
+
"Attach, un-attach and re-attach media files quickly to WordPress posts and "
|
1415 |
"pages."
|
1416 |
msgstr ""
|
1417 |
+
"Připojujte, odpojujte a znovu připojujte mediální soubory do WordPress "
|
1418 |
+
"příspěvků a stránek."
|
1419 |
|
1420 |
+
#: product_list.php:363
|
1421 |
msgid ""
|
1422 |
+
"Add related, featured, latest, and popular posts to your WordPress website. "
|
1423 |
+
"Connect your blog readers with a relevant content."
|
1424 |
msgstr ""
|
1425 |
+
"Přidávejte související, nejlepší, nejnovější a populární příspěvky do vašeho "
|
1426 |
+
"WordPress webu. Propojte čtenáře vašeho blogu s příslušným obsahem."
|
1427 |
|
1428 |
+
#: product_list.php:370
|
1429 |
msgid ""
|
1430 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1431 |
"settings and detailed reports."
|
1432 |
msgstr ""
|
1433 |
+
"Odesílejte hromadné e-maily WordPress uživatelům. Vlastní šablony, rozšířené "
|
1434 |
+
"nastavení a podrobné reporty."
|
1435 |
|
1436 |
+
#: product_list.php:380
|
1437 |
msgid ""
|
1438 |
"The best responsive slider plugin for your WordPress website. Create "
|
1439 |
"beautifully animated slides just in a few clicks."
|
1440 |
msgstr ""
|
1441 |
+
"Nejlepší responzivní slider plugin pro váše WordPress web. Vytvořte krásné "
|
1442 |
+
"animované snímky během pár kliknutí."
|
1443 |
|
1444 |
+
#: product_list.php:387
|
1445 |
msgid ""
|
1446 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1447 |
"Yahoo, Hotmail and other services."
|
1448 |
msgstr ""
|
1449 |
+
"Konfigurujte SMTP server pro příjem e-mailových zpráv z WordPress na Gmail, "
|
1450 |
+
"Yahoo, Hotmail a dalších službách."
|
1451 |
|
1452 |
+
#: product_list.php:394
|
1453 |
msgid ""
|
1454 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1455 |
"FB, Twitter, G+1, Pinterest, LinkedIn."
|
1456 |
msgstr ""
|
1457 |
+
"Přidávejte tlačítka sociálních sítí a widgety do WordPress příspěvků, "
|
1458 |
+
"stránek a widgetů. Facebook, Twitter, G+1, Pinterest, LinkedIn."
|
1459 |
|
1460 |
+
#: product_list.php:404
|
1461 |
msgid ""
|
1462 |
"Add social media login, registration, and commenting to your WordPress "
|
1463 |
"website."
|
1464 |
msgstr ""
|
1465 |
+
"Přidávejte na váš WordPress web login, registraci či komentáře "
|
1466 |
+
"prostřednictvím sociálních sítí."
|
1467 |
|
1468 |
+
#: product_list.php:411
|
1469 |
msgid ""
|
1470 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1471 |
"Collect data and subscribe your users."
|
1472 |
msgstr ""
|
1473 |
+
"Přidávejte registrační formulář e-mailového zpravodaje do WordPress "
|
1474 |
+
"příspěvků, stránek a widgetů. Shromažďujte data a přihlaste k odběru vaše "
|
1475 |
+
"uživatele."
|
1476 |
|
1477 |
+
#: product_list.php:421
|
1478 |
msgid ""
|
1479 |
+
"Add testimonials and feedbacks from your customers to WordPress website "
|
1480 |
+
"posts, pages, and widgets."
|
1481 |
msgstr ""
|
1482 |
+
"Přidávejte potvrzení a zpětnou vazbu od vašich zákazníků do WordPress "
|
1483 |
+
"příspěvků, stránek a widgetů."
|
1484 |
|
1485 |
+
#: product_list.php:428
|
1486 |
msgid ""
|
1487 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1488 |
"attendance and generate reports."
|
1489 |
msgstr ""
|
1490 |
+
"Nejlepší timesheet plugin pro WordPress. Sledujte časy zaměstnanců, "
|
1491 |
+
"kontrolujte jejich přítomnost a generujte sestavy."
|
1492 |
|
1493 |
+
#: product_list.php:438
|
1494 |
msgid ""
|
1495 |
+
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
|
1496 |
+
"and pages."
|
1497 |
msgstr ""
|
1498 |
+
"Přidávejte Twitter tlačítka sledovat, twítnout a zmínit do WordPress "
|
1499 |
+
"příspěvků a stránek."
|
1500 |
|
1501 |
+
#: product_list.php:448
|
1502 |
msgid ""
|
1503 |
"Automatically check and update WordPress website core with all installed "
|
1504 |
"plugins and themes to the latest versions."
|
1505 |
msgstr ""
|
1506 |
+
"Automaticky kontrolujte a aktualizujte na nejnovější verzi WordPress jádro i "
|
1507 |
+
"všechny nainstalované pluginy a šablony."
|
1508 |
|
1509 |
+
#: product_list.php:458
|
1510 |
msgid ""
|
1511 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1512 |
"copy, and delete user roles."
|
1513 |
msgstr ""
|
1514 |
+
"Plugin robustní správy užiatelů pro WordPress web. Vytvářejte, upravujte, "
|
1515 |
+
"kopírujte a odstraňujte uživatelské role."
|
1516 |
|
1517 |
+
#: product_list.php:468
|
1518 |
msgid ""
|
1519 |
"Display live count of online visitors who are currently browsing your "
|
1520 |
"WordPress website."
|
1521 |
msgstr ""
|
1522 |
+
"Zobrazujte počet aktivních online návštěvníků, kteří dané chvíli procházejí "
|
1523 |
+
"váš WordPress web."
|
1524 |
|
1525 |
+
#: product_list.php:478
|
1526 |
msgid ""
|
1527 |
"Backup and export Zendesk Help Center content automatically to your "
|
1528 |
"WordPress website database."
|
1529 |
msgstr ""
|
1530 |
+
"Automaticky zálohujte a exportujte obsah centra nápovědy Zendesk do databáze "
|
1531 |
+
"vašeho WordPress webu."
|
1532 |
+
|
1533 |
+
#~ msgid "Advertisement"
|
1534 |
+
#~ msgstr "Reklama"
|
1535 |
+
|
1536 |
+
#~ msgid "Content & Media"
|
1537 |
+
#~ msgstr "Obsah & Média"
|
1538 |
+
|
1539 |
+
#~ msgid "Management"
|
1540 |
+
#~ msgstr "Správa"
|
1541 |
+
|
1542 |
+
#~ msgid "Site Stats"
|
1543 |
+
#~ msgstr "Statistiky webu"
|
1544 |
+
|
1545 |
+
#~ msgid "Social"
|
1546 |
+
#~ msgstr "Sociální"
|
1547 |
+
|
1548 |
+
#~ msgid "Utilities"
|
1549 |
+
#~ msgstr "Utility"
|
1550 |
+
|
1551 |
+
#~ msgid "Other"
|
1552 |
+
#~ msgstr "Ostatní"
|
bws_menu/languages/bestwebsoft-fr_FR.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-fr_FR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
8 |
"Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"Language: fr_FR\n"
|
@@ -1143,40 +1143,40 @@ msgid "version of the plugin."
|
|
1143 |
msgstr "version de l'extension."
|
1144 |
|
1145 |
#: product_list.php:7
|
1146 |
-
msgid "
|
1147 |
-
msgstr "
|
1148 |
|
1149 |
#: product_list.php:8
|
1150 |
-
msgid "Content
|
1151 |
-
msgstr "
|
1152 |
|
1153 |
#: product_list.php:9
|
1154 |
-
msgid "
|
1155 |
-
msgstr "
|
1156 |
|
1157 |
#: product_list.php:10
|
1158 |
-
msgid "
|
1159 |
-
msgstr "
|
1160 |
|
1161 |
#: product_list.php:11
|
1162 |
-
msgid "
|
1163 |
-
msgstr "
|
1164 |
|
1165 |
#: product_list.php:12
|
1166 |
-
msgid "
|
1167 |
-
msgstr "
|
1168 |
|
1169 |
#: product_list.php:13
|
1170 |
-
msgid "
|
1171 |
-
msgstr "
|
1172 |
|
1173 |
#: product_list.php:14
|
1174 |
-
msgid "
|
1175 |
-
msgstr "
|
1176 |
|
1177 |
#: product_list.php:15
|
1178 |
-
msgid "
|
1179 |
-
msgstr "
|
1180 |
|
1181 |
#: product_list.php:22
|
1182 |
msgid ""
|
@@ -1198,7 +1198,7 @@ msgid "Add unlimited number of contact forms to WordPress website."
|
|
1198 |
msgstr ""
|
1199 |
|
1200 |
#: product_list.php:62
|
1201 |
-
msgid "Save and manage
|
1202 |
msgstr ""
|
1203 |
|
1204 |
#: product_list.php:72
|
@@ -1210,280 +1210,287 @@ msgid "Add custom fields to WordPress website search results."
|
|
1210 |
msgstr ""
|
1211 |
|
1212 |
#: product_list.php:86
|
1213 |
-
msgid "Add custom post types to WordPress website search results."
|
1214 |
-
msgstr ""
|
1215 |
-
|
1216 |
-
#: product_list.php:96
|
1217 |
msgid ""
|
1218 |
-
"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
-
#: product_list.php:
|
1222 |
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1223 |
msgstr ""
|
1224 |
|
1225 |
-
#: product_list.php:
|
1226 |
msgid ""
|
1227 |
"Automatically add outgoing email messages to queue instead of sending them "
|
1228 |
"immediately."
|
1229 |
msgstr ""
|
1230 |
|
1231 |
-
#: product_list.php:
|
1232 |
msgid ""
|
1233 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1234 |
"issues faster."
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: product_list.php:
|
1238 |
msgid ""
|
1239 |
-
"Add Facebook Like,
|
1240 |
"widgets."
|
1241 |
msgstr ""
|
1242 |
|
1243 |
-
#: product_list.php:
|
1244 |
msgid ""
|
1245 |
-
"Add
|
1246 |
-
"information."
|
1247 |
-
msgstr ""
|
1248 |
-
|
1249 |
-
#: product_list.php:143
|
1250 |
-
msgid ""
|
1251 |
-
"Add beautiful galleries, albums & images to your Wordpress website in few "
|
1252 |
"clicks."
|
1253 |
msgstr ""
|
1254 |
|
1255 |
-
#: product_list.php:
|
1256 |
msgid ""
|
1257 |
"Add unlimited gallery categories. Organize images to make the navigation "
|
1258 |
"through content easier."
|
1259 |
msgstr ""
|
1260 |
|
1261 |
-
#: product_list.php:
|
1262 |
msgid ""
|
1263 |
-
"Add Google +1 Share, Follow, Hangout buttons and profile badge to WordPress "
|
1264 |
"posts, pages and widgets."
|
1265 |
msgstr ""
|
1266 |
|
1267 |
-
#: product_list.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1268 |
msgid ""
|
1269 |
-
"Add Adsense ads to pages, posts, custom posts, search
|
1270 |
-
"
|
1271 |
msgstr ""
|
1272 |
|
1273 |
-
#: product_list.php:
|
1274 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1275 |
msgstr ""
|
1276 |
|
1277 |
-
#: product_list.php:
|
1278 |
msgid ""
|
1279 |
"Protect WordPress website forms from spam entries with Google Captcha "
|
1280 |
"(reCaptcha)."
|
1281 |
msgstr ""
|
1282 |
|
1283 |
-
#: product_list.php:
|
1284 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1285 |
msgstr ""
|
1286 |
|
1287 |
-
#: product_list.php:
|
1288 |
msgid ""
|
1289 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1290 |
"your blog."
|
1291 |
msgstr ""
|
1292 |
|
1293 |
-
#: product_list.php:
|
1294 |
msgid ""
|
1295 |
"Replace external WordPress website links with Google shortlinks and track "
|
1296 |
"click stats."
|
1297 |
msgstr ""
|
1298 |
|
1299 |
-
#: product_list.php:
|
1300 |
msgid ""
|
1301 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1302 |
"hostnames, etc."
|
1303 |
msgstr ""
|
1304 |
|
1305 |
-
#: product_list.php:
|
1306 |
msgid ""
|
1307 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1308 |
"submit CV/resumes, choose candidates."
|
1309 |
msgstr ""
|
1310 |
|
1311 |
-
#: product_list.php:
|
1312 |
-
msgid ""
|
1313 |
-
"Add latest posts or latest posts for selected categories widgets to "
|
1314 |
-
"WordPress website."
|
1315 |
-
msgstr ""
|
1316 |
-
|
1317 |
-
#: product_list.php:251
|
1318 |
msgid ""
|
1319 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1320 |
"attempts."
|
1321 |
msgstr ""
|
1322 |
|
1323 |
-
#: product_list.php:
|
1324 |
msgid ""
|
1325 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1326 |
"5 plugins included – profile, insider, etc."
|
1327 |
msgstr ""
|
1328 |
|
1329 |
-
#: product_list.php:
|
1330 |
msgid ""
|
1331 |
"Translate WordPress website content to other languages manually. Create "
|
1332 |
"multilingual pages, posts, widgets, menus, etc."
|
1333 |
msgstr ""
|
1334 |
|
1335 |
-
#: product_list.php:
|
1336 |
msgid ""
|
1337 |
"Add customizable pagination to WordPress website. Split long content to "
|
1338 |
"multiple pages for better navigation."
|
1339 |
msgstr ""
|
1340 |
|
1341 |
-
#: product_list.php:
|
1342 |
msgid ""
|
1343 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1344 |
"header/footer styles and appearance."
|
1345 |
msgstr ""
|
1346 |
|
1347 |
-
#: product_list.php:
|
1348 |
msgid ""
|
1349 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1350 |
"Profile) to WordPress posts, pages and widgets."
|
1351 |
msgstr ""
|
1352 |
|
1353 |
-
#: product_list.php:
|
1354 |
-
msgid "Track views, comments and add most popular posts to Wordpress widgets."
|
1355 |
-
msgstr ""
|
1356 |
-
|
1357 |
-
#: product_list.php:318
|
1358 |
msgid ""
|
1359 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1360 |
"projects to get more clients."
|
1361 |
msgstr ""
|
1362 |
|
1363 |
-
#: product_list.php:
|
1364 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1365 |
msgstr ""
|
1366 |
|
1367 |
-
#: product_list.php:
|
1368 |
msgid ""
|
1369 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1370 |
"create and manage additional custom values."
|
1371 |
msgstr ""
|
1372 |
|
1373 |
-
#: product_list.php:
|
1374 |
msgid ""
|
1375 |
-
"Add and display HTML advertisement on WordPress website. Customize
|
1376 |
-
"styles and appearance."
|
1377 |
msgstr ""
|
1378 |
|
1379 |
-
#: product_list.php:
|
1380 |
msgid ""
|
1381 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1382 |
"widgets."
|
1383 |
msgstr ""
|
1384 |
|
1385 |
-
#: product_list.php:
|
1386 |
msgid ""
|
1387 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1388 |
"customers."
|
1389 |
msgstr ""
|
1390 |
|
1391 |
-
#: product_list.php:
|
1392 |
msgid ""
|
1393 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1394 |
"properties. Add, search and browse listings easily."
|
1395 |
msgstr ""
|
1396 |
|
1397 |
-
#: product_list.php:
|
1398 |
msgid ""
|
1399 |
-
"Attach,
|
1400 |
"pages."
|
1401 |
msgstr ""
|
1402 |
|
1403 |
-
#: product_list.php:
|
1404 |
msgid ""
|
1405 |
-
"Add related
|
1406 |
-
"relevant content."
|
1407 |
msgstr ""
|
1408 |
|
1409 |
-
#: product_list.php:
|
1410 |
msgid ""
|
1411 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1412 |
"settings and detailed reports."
|
1413 |
msgstr ""
|
1414 |
|
1415 |
-
#: product_list.php:
|
1416 |
msgid ""
|
1417 |
"The best responsive slider plugin for your WordPress website. Create "
|
1418 |
"beautifully animated slides just in a few clicks."
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#: product_list.php:
|
1422 |
msgid ""
|
1423 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1424 |
"Yahoo, Hotmail and other services."
|
1425 |
msgstr ""
|
1426 |
|
1427 |
-
#: product_list.php:
|
1428 |
msgid ""
|
1429 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1430 |
"FB, Twitter, G+1, Pinterest, LinkedIn."
|
1431 |
msgstr ""
|
1432 |
|
1433 |
-
#: product_list.php:
|
1434 |
msgid ""
|
1435 |
"Add social media login, registration, and commenting to your WordPress "
|
1436 |
"website."
|
1437 |
msgstr ""
|
1438 |
|
1439 |
-
#: product_list.php:
|
1440 |
msgid ""
|
1441 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1442 |
"Collect data and subscribe your users."
|
1443 |
msgstr ""
|
1444 |
|
1445 |
-
#: product_list.php:
|
1446 |
msgid ""
|
1447 |
-
"Add testimonials and feedbacks from your customers to WordPress
|
1448 |
-
"and widgets."
|
1449 |
msgstr ""
|
1450 |
|
1451 |
-
#: product_list.php:
|
1452 |
msgid ""
|
1453 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1454 |
"attendance and generate reports."
|
1455 |
msgstr ""
|
1456 |
|
1457 |
-
#: product_list.php:
|
1458 |
msgid ""
|
1459 |
-
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts
|
1460 |
-
"
|
1461 |
msgstr ""
|
1462 |
|
1463 |
-
#: product_list.php:
|
1464 |
msgid ""
|
1465 |
"Automatically check and update WordPress website core with all installed "
|
1466 |
"plugins and themes to the latest versions."
|
1467 |
msgstr ""
|
1468 |
|
1469 |
-
#: product_list.php:
|
1470 |
msgid ""
|
1471 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1472 |
"copy, and delete user roles."
|
1473 |
msgstr ""
|
1474 |
|
1475 |
-
#: product_list.php:
|
1476 |
msgid ""
|
1477 |
"Display live count of online visitors who are currently browsing your "
|
1478 |
"WordPress website."
|
1479 |
msgstr ""
|
1480 |
|
1481 |
-
#: product_list.php:
|
1482 |
msgid ""
|
1483 |
"Backup and export Zendesk Help Center content automatically to your "
|
1484 |
"WordPress website database."
|
1485 |
msgstr ""
|
1486 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1487 |
#~ msgid "Thank you for installing"
|
1488 |
#~ msgstr "Merci d'avoir installé"
|
1489 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-06-08 15:43+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-06-08 15:43+0300\n"
|
7 |
"Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
8 |
"Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"Language: fr_FR\n"
|
1143 |
msgstr "version de l'extension."
|
1144 |
|
1145 |
#: product_list.php:7
|
1146 |
+
msgid "Admin Tools"
|
1147 |
+
msgstr ""
|
1148 |
|
1149 |
#: product_list.php:8
|
1150 |
+
msgid "Content"
|
1151 |
+
msgstr ""
|
1152 |
|
1153 |
#: product_list.php:9
|
1154 |
+
msgid "eCommerce"
|
1155 |
+
msgstr ""
|
1156 |
|
1157 |
#: product_list.php:10
|
1158 |
+
msgid "Marketing"
|
1159 |
+
msgstr ""
|
1160 |
|
1161 |
#: product_list.php:11
|
1162 |
+
msgid "Navigation"
|
1163 |
+
msgstr ""
|
1164 |
|
1165 |
#: product_list.php:12
|
1166 |
+
msgid "Recommended"
|
1167 |
+
msgstr "Recommandé"
|
1168 |
|
1169 |
#: product_list.php:13
|
1170 |
+
msgid "Security"
|
1171 |
+
msgstr "Sécurité"
|
1172 |
|
1173 |
#: product_list.php:14
|
1174 |
+
msgid "SEO"
|
1175 |
+
msgstr ""
|
1176 |
|
1177 |
#: product_list.php:15
|
1178 |
+
msgid "SMM"
|
1179 |
+
msgstr ""
|
1180 |
|
1181 |
#: product_list.php:22
|
1182 |
msgid ""
|
1198 |
msgstr ""
|
1199 |
|
1200 |
#: product_list.php:62
|
1201 |
+
msgid "Save and manage Contact Form messages. Never lose important data."
|
1202 |
msgstr ""
|
1203 |
|
1204 |
#: product_list.php:72
|
1210 |
msgstr ""
|
1211 |
|
1212 |
#: product_list.php:86
|
|
|
|
|
|
|
|
|
1213 |
msgid ""
|
1214 |
+
"Add custom post types and taxonomies to WordPress website search results."
|
1215 |
msgstr ""
|
1216 |
|
1217 |
+
#: product_list.php:96
|
1218 |
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1219 |
msgstr ""
|
1220 |
|
1221 |
+
#: product_list.php:103
|
1222 |
msgid ""
|
1223 |
"Automatically add outgoing email messages to queue instead of sending them "
|
1224 |
"immediately."
|
1225 |
msgstr ""
|
1226 |
|
1227 |
+
#: product_list.php:110
|
1228 |
msgid ""
|
1229 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1230 |
"issues faster."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: product_list.php:117
|
1234 |
msgid ""
|
1235 |
+
"Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
|
1236 |
"widgets."
|
1237 |
msgstr ""
|
1238 |
|
1239 |
+
#: product_list.php:127
|
1240 |
msgid ""
|
1241 |
+
"Add beautiful galleries, albums & images to your WordPress website in a few "
|
|
|
|
|
|
|
|
|
|
|
|
|
1242 |
"clicks."
|
1243 |
msgstr ""
|
1244 |
|
1245 |
+
#: product_list.php:137
|
1246 |
msgid ""
|
1247 |
"Add unlimited gallery categories. Organize images to make the navigation "
|
1248 |
"through content easier."
|
1249 |
msgstr ""
|
1250 |
|
1251 |
+
#: product_list.php:144
|
1252 |
msgid ""
|
1253 |
+
"Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
|
1254 |
"posts, pages and widgets."
|
1255 |
msgstr ""
|
1256 |
|
1257 |
+
#: product_list.php:154
|
1258 |
+
msgid ""
|
1259 |
+
"Stronger security solution which protects your WordPress website from hacks "
|
1260 |
+
"and unauthorized login attempts."
|
1261 |
+
msgstr ""
|
1262 |
+
|
1263 |
+
#: product_list.php:164
|
1264 |
msgid ""
|
1265 |
+
"Add Adsense ads to WordPress website pages, posts, custom posts, search "
|
1266 |
+
"results, categories, tags, and widgets."
|
1267 |
msgstr ""
|
1268 |
|
1269 |
+
#: product_list.php:174
|
1270 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1271 |
msgstr ""
|
1272 |
|
1273 |
+
#: product_list.php:184
|
1274 |
msgid ""
|
1275 |
"Protect WordPress website forms from spam entries with Google Captcha "
|
1276 |
"(reCaptcha)."
|
1277 |
msgstr ""
|
1278 |
|
1279 |
+
#: product_list.php:194
|
1280 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1281 |
msgstr ""
|
1282 |
|
1283 |
+
#: product_list.php:204
|
1284 |
msgid ""
|
1285 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1286 |
"your blog."
|
1287 |
msgstr ""
|
1288 |
|
1289 |
+
#: product_list.php:214
|
1290 |
msgid ""
|
1291 |
"Replace external WordPress website links with Google shortlinks and track "
|
1292 |
"click stats."
|
1293 |
msgstr ""
|
1294 |
|
1295 |
+
#: product_list.php:221
|
1296 |
msgid ""
|
1297 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1298 |
"hostnames, etc."
|
1299 |
msgstr ""
|
1300 |
|
1301 |
+
#: product_list.php:231
|
1302 |
msgid ""
|
1303 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1304 |
"submit CV/resumes, choose candidates."
|
1305 |
msgstr ""
|
1306 |
|
1307 |
+
#: product_list.php:238
|
|
|
|
|
|
|
|
|
|
|
|
|
1308 |
msgid ""
|
1309 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1310 |
"attempts."
|
1311 |
msgstr ""
|
1312 |
|
1313 |
+
#: product_list.php:248
|
1314 |
msgid ""
|
1315 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1316 |
"5 plugins included – profile, insider, etc."
|
1317 |
msgstr ""
|
1318 |
|
1319 |
+
#: product_list.php:258
|
1320 |
msgid ""
|
1321 |
"Translate WordPress website content to other languages manually. Create "
|
1322 |
"multilingual pages, posts, widgets, menus, etc."
|
1323 |
msgstr ""
|
1324 |
|
1325 |
+
#: product_list.php:268
|
1326 |
msgid ""
|
1327 |
"Add customizable pagination to WordPress website. Split long content to "
|
1328 |
"multiple pages for better navigation."
|
1329 |
msgstr ""
|
1330 |
|
1331 |
+
#: product_list.php:278
|
1332 |
msgid ""
|
1333 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1334 |
"header/footer styles and appearance."
|
1335 |
msgstr ""
|
1336 |
|
1337 |
+
#: product_list.php:288
|
1338 |
msgid ""
|
1339 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1340 |
"Profile) to WordPress posts, pages and widgets."
|
1341 |
msgstr ""
|
1342 |
|
1343 |
+
#: product_list.php:298
|
|
|
|
|
|
|
|
|
1344 |
msgid ""
|
1345 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1346 |
"projects to get more clients."
|
1347 |
msgstr ""
|
1348 |
|
1349 |
+
#: product_list.php:308
|
1350 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1351 |
msgstr ""
|
1352 |
|
1353 |
+
#: product_list.php:315
|
1354 |
msgid ""
|
1355 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1356 |
"create and manage additional custom values."
|
1357 |
msgstr ""
|
1358 |
|
1359 |
+
#: product_list.php:322
|
1360 |
msgid ""
|
1361 |
+
"Add and display HTML advertisement banner on WordPress website. Customize "
|
1362 |
+
"bar styles and appearance."
|
1363 |
msgstr ""
|
1364 |
|
1365 |
+
#: product_list.php:332
|
1366 |
msgid ""
|
1367 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1368 |
"widgets."
|
1369 |
msgstr ""
|
1370 |
|
1371 |
+
#: product_list.php:339
|
1372 |
msgid ""
|
1373 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1374 |
"customers."
|
1375 |
msgstr ""
|
1376 |
|
1377 |
+
#: product_list.php:346
|
1378 |
msgid ""
|
1379 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1380 |
"properties. Add, search and browse listings easily."
|
1381 |
msgstr ""
|
1382 |
|
1383 |
+
#: product_list.php:356
|
1384 |
msgid ""
|
1385 |
+
"Attach, un-attach and re-attach media files quickly to WordPress posts and "
|
1386 |
"pages."
|
1387 |
msgstr ""
|
1388 |
|
1389 |
+
#: product_list.php:363
|
1390 |
msgid ""
|
1391 |
+
"Add related, featured, latest, and popular posts to your WordPress website. "
|
1392 |
+
"Connect your blog readers with a relevant content."
|
1393 |
msgstr ""
|
1394 |
|
1395 |
+
#: product_list.php:370
|
1396 |
msgid ""
|
1397 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1398 |
"settings and detailed reports."
|
1399 |
msgstr ""
|
1400 |
|
1401 |
+
#: product_list.php:380
|
1402 |
msgid ""
|
1403 |
"The best responsive slider plugin for your WordPress website. Create "
|
1404 |
"beautifully animated slides just in a few clicks."
|
1405 |
msgstr ""
|
1406 |
|
1407 |
+
#: product_list.php:387
|
1408 |
msgid ""
|
1409 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1410 |
"Yahoo, Hotmail and other services."
|
1411 |
msgstr ""
|
1412 |
|
1413 |
+
#: product_list.php:394
|
1414 |
msgid ""
|
1415 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1416 |
"FB, Twitter, G+1, Pinterest, LinkedIn."
|
1417 |
msgstr ""
|
1418 |
|
1419 |
+
#: product_list.php:404
|
1420 |
msgid ""
|
1421 |
"Add social media login, registration, and commenting to your WordPress "
|
1422 |
"website."
|
1423 |
msgstr ""
|
1424 |
|
1425 |
+
#: product_list.php:411
|
1426 |
msgid ""
|
1427 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1428 |
"Collect data and subscribe your users."
|
1429 |
msgstr ""
|
1430 |
|
1431 |
+
#: product_list.php:421
|
1432 |
msgid ""
|
1433 |
+
"Add testimonials and feedbacks from your customers to WordPress website "
|
1434 |
+
"posts, pages, and widgets."
|
1435 |
msgstr ""
|
1436 |
|
1437 |
+
#: product_list.php:428
|
1438 |
msgid ""
|
1439 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1440 |
"attendance and generate reports."
|
1441 |
msgstr ""
|
1442 |
|
1443 |
+
#: product_list.php:438
|
1444 |
msgid ""
|
1445 |
+
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
|
1446 |
+
"and pages."
|
1447 |
msgstr ""
|
1448 |
|
1449 |
+
#: product_list.php:448
|
1450 |
msgid ""
|
1451 |
"Automatically check and update WordPress website core with all installed "
|
1452 |
"plugins and themes to the latest versions."
|
1453 |
msgstr ""
|
1454 |
|
1455 |
+
#: product_list.php:458
|
1456 |
msgid ""
|
1457 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1458 |
"copy, and delete user roles."
|
1459 |
msgstr ""
|
1460 |
|
1461 |
+
#: product_list.php:468
|
1462 |
msgid ""
|
1463 |
"Display live count of online visitors who are currently browsing your "
|
1464 |
"WordPress website."
|
1465 |
msgstr ""
|
1466 |
|
1467 |
+
#: product_list.php:478
|
1468 |
msgid ""
|
1469 |
"Backup and export Zendesk Help Center content automatically to your "
|
1470 |
"WordPress website database."
|
1471 |
msgstr ""
|
1472 |
|
1473 |
+
#~ msgid "Advertisement"
|
1474 |
+
#~ msgstr "Publicité"
|
1475 |
+
|
1476 |
+
#~ msgid "Content & Media"
|
1477 |
+
#~ msgstr "Contenu & média"
|
1478 |
+
|
1479 |
+
#~ msgid "Management"
|
1480 |
+
#~ msgstr "Administration"
|
1481 |
+
|
1482 |
+
#~ msgid "Site Stats"
|
1483 |
+
#~ msgstr "Statistiques"
|
1484 |
+
|
1485 |
+
#~ msgid "Social"
|
1486 |
+
#~ msgstr "Social"
|
1487 |
+
|
1488 |
+
#~ msgid "Utilities"
|
1489 |
+
#~ msgstr "Utilitaires"
|
1490 |
+
|
1491 |
+
#~ msgid "Other"
|
1492 |
+
#~ msgstr "Autre"
|
1493 |
+
|
1494 |
#~ msgid "Thank you for installing"
|
1495 |
#~ msgstr "Merci d'avoir installé"
|
1496 |
|
bws_menu/languages/bestwebsoft-id_ID.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-id_ID.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: Jordan Silaen <jordan.silaen@chameleonjohn.com>\n"
|
8 |
"Language-Team: chameleonjohn.com <jordan.silaen@chameleonjohn.com>\n"
|
9 |
"Language: id\n"
|
@@ -1112,40 +1112,40 @@ msgid "version of the plugin."
|
|
1112 |
msgstr "versi plugin."
|
1113 |
|
1114 |
#: product_list.php:7
|
1115 |
-
msgid "
|
1116 |
-
msgstr "
|
1117 |
|
1118 |
#: product_list.php:8
|
1119 |
-
msgid "Content
|
1120 |
-
msgstr "
|
1121 |
|
1122 |
#: product_list.php:9
|
1123 |
-
msgid "
|
1124 |
-
msgstr "
|
1125 |
|
1126 |
#: product_list.php:10
|
1127 |
-
msgid "
|
1128 |
-
msgstr "
|
1129 |
|
1130 |
#: product_list.php:11
|
1131 |
-
msgid "
|
1132 |
-
msgstr "
|
1133 |
|
1134 |
#: product_list.php:12
|
1135 |
-
msgid "
|
1136 |
-
msgstr "
|
1137 |
|
1138 |
#: product_list.php:13
|
1139 |
-
msgid "
|
1140 |
-
msgstr "
|
1141 |
|
1142 |
#: product_list.php:14
|
1143 |
-
msgid "
|
1144 |
-
msgstr "
|
1145 |
|
1146 |
#: product_list.php:15
|
1147 |
-
msgid "
|
1148 |
-
msgstr "
|
1149 |
|
1150 |
#: product_list.php:22
|
1151 |
msgid ""
|
@@ -1167,7 +1167,7 @@ msgid "Add unlimited number of contact forms to WordPress website."
|
|
1167 |
msgstr ""
|
1168 |
|
1169 |
#: product_list.php:62
|
1170 |
-
msgid "Save and manage
|
1171 |
msgstr ""
|
1172 |
|
1173 |
#: product_list.php:72
|
@@ -1179,280 +1179,287 @@ msgid "Add custom fields to WordPress website search results."
|
|
1179 |
msgstr ""
|
1180 |
|
1181 |
#: product_list.php:86
|
1182 |
-
msgid "Add custom post types to WordPress website search results."
|
1183 |
-
msgstr ""
|
1184 |
-
|
1185 |
-
#: product_list.php:96
|
1186 |
msgid ""
|
1187 |
-
"
|
1188 |
msgstr ""
|
1189 |
|
1190 |
-
#: product_list.php:
|
1191 |
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1192 |
msgstr ""
|
1193 |
|
1194 |
-
#: product_list.php:
|
1195 |
msgid ""
|
1196 |
"Automatically add outgoing email messages to queue instead of sending them "
|
1197 |
"immediately."
|
1198 |
msgstr ""
|
1199 |
|
1200 |
-
#: product_list.php:
|
1201 |
msgid ""
|
1202 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1203 |
"issues faster."
|
1204 |
msgstr ""
|
1205 |
|
1206 |
-
#: product_list.php:
|
1207 |
msgid ""
|
1208 |
-
"Add Facebook Like,
|
1209 |
"widgets."
|
1210 |
msgstr ""
|
1211 |
|
1212 |
-
#: product_list.php:
|
1213 |
msgid ""
|
1214 |
-
"Add
|
1215 |
-
"information."
|
1216 |
-
msgstr ""
|
1217 |
-
|
1218 |
-
#: product_list.php:143
|
1219 |
-
msgid ""
|
1220 |
-
"Add beautiful galleries, albums & images to your Wordpress website in few "
|
1221 |
"clicks."
|
1222 |
msgstr ""
|
1223 |
|
1224 |
-
#: product_list.php:
|
1225 |
msgid ""
|
1226 |
"Add unlimited gallery categories. Organize images to make the navigation "
|
1227 |
"through content easier."
|
1228 |
msgstr ""
|
1229 |
|
1230 |
-
#: product_list.php:
|
1231 |
msgid ""
|
1232 |
-
"Add Google +1 Share, Follow, Hangout buttons and profile badge to WordPress "
|
1233 |
"posts, pages and widgets."
|
1234 |
msgstr ""
|
1235 |
|
1236 |
-
#: product_list.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1237 |
msgid ""
|
1238 |
-
"Add Adsense ads to pages, posts, custom posts, search
|
1239 |
-
"
|
1240 |
msgstr ""
|
1241 |
|
1242 |
-
#: product_list.php:
|
1243 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1244 |
msgstr ""
|
1245 |
|
1246 |
-
#: product_list.php:
|
1247 |
msgid ""
|
1248 |
"Protect WordPress website forms from spam entries with Google Captcha "
|
1249 |
"(reCaptcha)."
|
1250 |
msgstr ""
|
1251 |
|
1252 |
-
#: product_list.php:
|
1253 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1254 |
msgstr ""
|
1255 |
|
1256 |
-
#: product_list.php:
|
1257 |
msgid ""
|
1258 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1259 |
"your blog."
|
1260 |
msgstr ""
|
1261 |
|
1262 |
-
#: product_list.php:
|
1263 |
msgid ""
|
1264 |
"Replace external WordPress website links with Google shortlinks and track "
|
1265 |
"click stats."
|
1266 |
msgstr ""
|
1267 |
|
1268 |
-
#: product_list.php:
|
1269 |
msgid ""
|
1270 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1271 |
"hostnames, etc."
|
1272 |
msgstr ""
|
1273 |
|
1274 |
-
#: product_list.php:
|
1275 |
msgid ""
|
1276 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1277 |
"submit CV/resumes, choose candidates."
|
1278 |
msgstr ""
|
1279 |
|
1280 |
-
#: product_list.php:
|
1281 |
-
msgid ""
|
1282 |
-
"Add latest posts or latest posts for selected categories widgets to "
|
1283 |
-
"WordPress website."
|
1284 |
-
msgstr ""
|
1285 |
-
|
1286 |
-
#: product_list.php:251
|
1287 |
msgid ""
|
1288 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1289 |
"attempts."
|
1290 |
msgstr ""
|
1291 |
|
1292 |
-
#: product_list.php:
|
1293 |
msgid ""
|
1294 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1295 |
"5 plugins included – profile, insider, etc."
|
1296 |
msgstr ""
|
1297 |
|
1298 |
-
#: product_list.php:
|
1299 |
msgid ""
|
1300 |
"Translate WordPress website content to other languages manually. Create "
|
1301 |
"multilingual pages, posts, widgets, menus, etc."
|
1302 |
msgstr ""
|
1303 |
|
1304 |
-
#: product_list.php:
|
1305 |
msgid ""
|
1306 |
"Add customizable pagination to WordPress website. Split long content to "
|
1307 |
"multiple pages for better navigation."
|
1308 |
msgstr ""
|
1309 |
|
1310 |
-
#: product_list.php:
|
1311 |
msgid ""
|
1312 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1313 |
"header/footer styles and appearance."
|
1314 |
msgstr ""
|
1315 |
|
1316 |
-
#: product_list.php:
|
1317 |
msgid ""
|
1318 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1319 |
"Profile) to WordPress posts, pages and widgets."
|
1320 |
msgstr ""
|
1321 |
|
1322 |
-
#: product_list.php:
|
1323 |
-
msgid "Track views, comments and add most popular posts to Wordpress widgets."
|
1324 |
-
msgstr ""
|
1325 |
-
|
1326 |
-
#: product_list.php:318
|
1327 |
msgid ""
|
1328 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1329 |
"projects to get more clients."
|
1330 |
msgstr ""
|
1331 |
|
1332 |
-
#: product_list.php:
|
1333 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1334 |
msgstr ""
|
1335 |
|
1336 |
-
#: product_list.php:
|
1337 |
msgid ""
|
1338 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1339 |
"create and manage additional custom values."
|
1340 |
msgstr ""
|
1341 |
|
1342 |
-
#: product_list.php:
|
1343 |
msgid ""
|
1344 |
-
"Add and display HTML advertisement on WordPress website. Customize
|
1345 |
-
"styles and appearance."
|
1346 |
msgstr ""
|
1347 |
|
1348 |
-
#: product_list.php:
|
1349 |
msgid ""
|
1350 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1351 |
"widgets."
|
1352 |
msgstr ""
|
1353 |
|
1354 |
-
#: product_list.php:
|
1355 |
msgid ""
|
1356 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1357 |
"customers."
|
1358 |
msgstr ""
|
1359 |
|
1360 |
-
#: product_list.php:
|
1361 |
msgid ""
|
1362 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1363 |
"properties. Add, search and browse listings easily."
|
1364 |
msgstr ""
|
1365 |
|
1366 |
-
#: product_list.php:
|
1367 |
msgid ""
|
1368 |
-
"Attach,
|
1369 |
"pages."
|
1370 |
msgstr ""
|
1371 |
|
1372 |
-
#: product_list.php:
|
1373 |
msgid ""
|
1374 |
-
"Add related
|
1375 |
-
"relevant content."
|
1376 |
msgstr ""
|
1377 |
|
1378 |
-
#: product_list.php:
|
1379 |
msgid ""
|
1380 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1381 |
"settings and detailed reports."
|
1382 |
msgstr ""
|
1383 |
|
1384 |
-
#: product_list.php:
|
1385 |
msgid ""
|
1386 |
"The best responsive slider plugin for your WordPress website. Create "
|
1387 |
"beautifully animated slides just in a few clicks."
|
1388 |
msgstr ""
|
1389 |
|
1390 |
-
#: product_list.php:
|
1391 |
msgid ""
|
1392 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1393 |
"Yahoo, Hotmail and other services."
|
1394 |
msgstr ""
|
1395 |
|
1396 |
-
#: product_list.php:
|
1397 |
msgid ""
|
1398 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1399 |
"FB, Twitter, G+1, Pinterest, LinkedIn."
|
1400 |
msgstr ""
|
1401 |
|
1402 |
-
#: product_list.php:
|
1403 |
msgid ""
|
1404 |
"Add social media login, registration, and commenting to your WordPress "
|
1405 |
"website."
|
1406 |
msgstr ""
|
1407 |
|
1408 |
-
#: product_list.php:
|
1409 |
msgid ""
|
1410 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1411 |
"Collect data and subscribe your users."
|
1412 |
msgstr ""
|
1413 |
|
1414 |
-
#: product_list.php:
|
1415 |
msgid ""
|
1416 |
-
"Add testimonials and feedbacks from your customers to WordPress
|
1417 |
-
"and widgets."
|
1418 |
msgstr ""
|
1419 |
|
1420 |
-
#: product_list.php:
|
1421 |
msgid ""
|
1422 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1423 |
"attendance and generate reports."
|
1424 |
msgstr ""
|
1425 |
|
1426 |
-
#: product_list.php:
|
1427 |
msgid ""
|
1428 |
-
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts
|
1429 |
-
"
|
1430 |
msgstr ""
|
1431 |
|
1432 |
-
#: product_list.php:
|
1433 |
msgid ""
|
1434 |
"Automatically check and update WordPress website core with all installed "
|
1435 |
"plugins and themes to the latest versions."
|
1436 |
msgstr ""
|
1437 |
|
1438 |
-
#: product_list.php:
|
1439 |
msgid ""
|
1440 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1441 |
"copy, and delete user roles."
|
1442 |
msgstr ""
|
1443 |
|
1444 |
-
#: product_list.php:
|
1445 |
msgid ""
|
1446 |
"Display live count of online visitors who are currently browsing your "
|
1447 |
"WordPress website."
|
1448 |
msgstr ""
|
1449 |
|
1450 |
-
#: product_list.php:
|
1451 |
msgid ""
|
1452 |
"Backup and export Zendesk Help Center content automatically to your "
|
1453 |
"WordPress website database."
|
1454 |
msgstr ""
|
1455 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1456 |
#~ msgid "Thank you for installing"
|
1457 |
#~ msgstr "Terima kasih untuk menginstal"
|
1458 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-06-08 15:43+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-06-08 15:43+0300\n"
|
7 |
"Last-Translator: Jordan Silaen <jordan.silaen@chameleonjohn.com>\n"
|
8 |
"Language-Team: chameleonjohn.com <jordan.silaen@chameleonjohn.com>\n"
|
9 |
"Language: id\n"
|
1112 |
msgstr "versi plugin."
|
1113 |
|
1114 |
#: product_list.php:7
|
1115 |
+
msgid "Admin Tools"
|
1116 |
+
msgstr ""
|
1117 |
|
1118 |
#: product_list.php:8
|
1119 |
+
msgid "Content"
|
1120 |
+
msgstr ""
|
1121 |
|
1122 |
#: product_list.php:9
|
1123 |
+
msgid "eCommerce"
|
1124 |
+
msgstr ""
|
1125 |
|
1126 |
#: product_list.php:10
|
1127 |
+
msgid "Marketing"
|
1128 |
+
msgstr ""
|
1129 |
|
1130 |
#: product_list.php:11
|
1131 |
+
msgid "Navigation"
|
1132 |
+
msgstr ""
|
1133 |
|
1134 |
#: product_list.php:12
|
1135 |
+
msgid "Recommended"
|
1136 |
+
msgstr "Direkomendasikan"
|
1137 |
|
1138 |
#: product_list.php:13
|
1139 |
+
msgid "Security"
|
1140 |
+
msgstr "Keamanan"
|
1141 |
|
1142 |
#: product_list.php:14
|
1143 |
+
msgid "SEO"
|
1144 |
+
msgstr ""
|
1145 |
|
1146 |
#: product_list.php:15
|
1147 |
+
msgid "SMM"
|
1148 |
+
msgstr ""
|
1149 |
|
1150 |
#: product_list.php:22
|
1151 |
msgid ""
|
1167 |
msgstr ""
|
1168 |
|
1169 |
#: product_list.php:62
|
1170 |
+
msgid "Save and manage Contact Form messages. Never lose important data."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
#: product_list.php:72
|
1179 |
msgstr ""
|
1180 |
|
1181 |
#: product_list.php:86
|
|
|
|
|
|
|
|
|
1182 |
msgid ""
|
1183 |
+
"Add custom post types and taxonomies to WordPress website search results."
|
1184 |
msgstr ""
|
1185 |
|
1186 |
+
#: product_list.php:96
|
1187 |
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1188 |
msgstr ""
|
1189 |
|
1190 |
+
#: product_list.php:103
|
1191 |
msgid ""
|
1192 |
"Automatically add outgoing email messages to queue instead of sending them "
|
1193 |
"immediately."
|
1194 |
msgstr ""
|
1195 |
|
1196 |
+
#: product_list.php:110
|
1197 |
msgid ""
|
1198 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1199 |
"issues faster."
|
1200 |
msgstr ""
|
1201 |
|
1202 |
+
#: product_list.php:117
|
1203 |
msgid ""
|
1204 |
+
"Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
|
1205 |
"widgets."
|
1206 |
msgstr ""
|
1207 |
|
1208 |
+
#: product_list.php:127
|
1209 |
msgid ""
|
1210 |
+
"Add beautiful galleries, albums & images to your WordPress website in a few "
|
|
|
|
|
|
|
|
|
|
|
|
|
1211 |
"clicks."
|
1212 |
msgstr ""
|
1213 |
|
1214 |
+
#: product_list.php:137
|
1215 |
msgid ""
|
1216 |
"Add unlimited gallery categories. Organize images to make the navigation "
|
1217 |
"through content easier."
|
1218 |
msgstr ""
|
1219 |
|
1220 |
+
#: product_list.php:144
|
1221 |
msgid ""
|
1222 |
+
"Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
|
1223 |
"posts, pages and widgets."
|
1224 |
msgstr ""
|
1225 |
|
1226 |
+
#: product_list.php:154
|
1227 |
+
msgid ""
|
1228 |
+
"Stronger security solution which protects your WordPress website from hacks "
|
1229 |
+
"and unauthorized login attempts."
|
1230 |
+
msgstr ""
|
1231 |
+
|
1232 |
+
#: product_list.php:164
|
1233 |
msgid ""
|
1234 |
+
"Add Adsense ads to WordPress website pages, posts, custom posts, search "
|
1235 |
+
"results, categories, tags, and widgets."
|
1236 |
msgstr ""
|
1237 |
|
1238 |
+
#: product_list.php:174
|
1239 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1240 |
msgstr ""
|
1241 |
|
1242 |
+
#: product_list.php:184
|
1243 |
msgid ""
|
1244 |
"Protect WordPress website forms from spam entries with Google Captcha "
|
1245 |
"(reCaptcha)."
|
1246 |
msgstr ""
|
1247 |
|
1248 |
+
#: product_list.php:194
|
1249 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1250 |
msgstr ""
|
1251 |
|
1252 |
+
#: product_list.php:204
|
1253 |
msgid ""
|
1254 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1255 |
"your blog."
|
1256 |
msgstr ""
|
1257 |
|
1258 |
+
#: product_list.php:214
|
1259 |
msgid ""
|
1260 |
"Replace external WordPress website links with Google shortlinks and track "
|
1261 |
"click stats."
|
1262 |
msgstr ""
|
1263 |
|
1264 |
+
#: product_list.php:221
|
1265 |
msgid ""
|
1266 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1267 |
"hostnames, etc."
|
1268 |
msgstr ""
|
1269 |
|
1270 |
+
#: product_list.php:231
|
1271 |
msgid ""
|
1272 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1273 |
"submit CV/resumes, choose candidates."
|
1274 |
msgstr ""
|
1275 |
|
1276 |
+
#: product_list.php:238
|
|
|
|
|
|
|
|
|
|
|
|
|
1277 |
msgid ""
|
1278 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1279 |
"attempts."
|
1280 |
msgstr ""
|
1281 |
|
1282 |
+
#: product_list.php:248
|
1283 |
msgid ""
|
1284 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1285 |
"5 plugins included – profile, insider, etc."
|
1286 |
msgstr ""
|
1287 |
|
1288 |
+
#: product_list.php:258
|
1289 |
msgid ""
|
1290 |
"Translate WordPress website content to other languages manually. Create "
|
1291 |
"multilingual pages, posts, widgets, menus, etc."
|
1292 |
msgstr ""
|
1293 |
|
1294 |
+
#: product_list.php:268
|
1295 |
msgid ""
|
1296 |
"Add customizable pagination to WordPress website. Split long content to "
|
1297 |
"multiple pages for better navigation."
|
1298 |
msgstr ""
|
1299 |
|
1300 |
+
#: product_list.php:278
|
1301 |
msgid ""
|
1302 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1303 |
"header/footer styles and appearance."
|
1304 |
msgstr ""
|
1305 |
|
1306 |
+
#: product_list.php:288
|
1307 |
msgid ""
|
1308 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1309 |
"Profile) to WordPress posts, pages and widgets."
|
1310 |
msgstr ""
|
1311 |
|
1312 |
+
#: product_list.php:298
|
|
|
|
|
|
|
|
|
1313 |
msgid ""
|
1314 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1315 |
"projects to get more clients."
|
1316 |
msgstr ""
|
1317 |
|
1318 |
+
#: product_list.php:308
|
1319 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1320 |
msgstr ""
|
1321 |
|
1322 |
+
#: product_list.php:315
|
1323 |
msgid ""
|
1324 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1325 |
"create and manage additional custom values."
|
1326 |
msgstr ""
|
1327 |
|
1328 |
+
#: product_list.php:322
|
1329 |
msgid ""
|
1330 |
+
"Add and display HTML advertisement banner on WordPress website. Customize "
|
1331 |
+
"bar styles and appearance."
|
1332 |
msgstr ""
|
1333 |
|
1334 |
+
#: product_list.php:332
|
1335 |
msgid ""
|
1336 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1337 |
"widgets."
|
1338 |
msgstr ""
|
1339 |
|
1340 |
+
#: product_list.php:339
|
1341 |
msgid ""
|
1342 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1343 |
"customers."
|
1344 |
msgstr ""
|
1345 |
|
1346 |
+
#: product_list.php:346
|
1347 |
msgid ""
|
1348 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1349 |
"properties. Add, search and browse listings easily."
|
1350 |
msgstr ""
|
1351 |
|
1352 |
+
#: product_list.php:356
|
1353 |
msgid ""
|
1354 |
+
"Attach, un-attach and re-attach media files quickly to WordPress posts and "
|
1355 |
"pages."
|
1356 |
msgstr ""
|
1357 |
|
1358 |
+
#: product_list.php:363
|
1359 |
msgid ""
|
1360 |
+
"Add related, featured, latest, and popular posts to your WordPress website. "
|
1361 |
+
"Connect your blog readers with a relevant content."
|
1362 |
msgstr ""
|
1363 |
|
1364 |
+
#: product_list.php:370
|
1365 |
msgid ""
|
1366 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1367 |
"settings and detailed reports."
|
1368 |
msgstr ""
|
1369 |
|
1370 |
+
#: product_list.php:380
|
1371 |
msgid ""
|
1372 |
"The best responsive slider plugin for your WordPress website. Create "
|
1373 |
"beautifully animated slides just in a few clicks."
|
1374 |
msgstr ""
|
1375 |
|
1376 |
+
#: product_list.php:387
|
1377 |
msgid ""
|
1378 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1379 |
"Yahoo, Hotmail and other services."
|
1380 |
msgstr ""
|
1381 |
|
1382 |
+
#: product_list.php:394
|
1383 |
msgid ""
|
1384 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1385 |
"FB, Twitter, G+1, Pinterest, LinkedIn."
|
1386 |
msgstr ""
|
1387 |
|
1388 |
+
#: product_list.php:404
|
1389 |
msgid ""
|
1390 |
"Add social media login, registration, and commenting to your WordPress "
|
1391 |
"website."
|
1392 |
msgstr ""
|
1393 |
|
1394 |
+
#: product_list.php:411
|
1395 |
msgid ""
|
1396 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1397 |
"Collect data and subscribe your users."
|
1398 |
msgstr ""
|
1399 |
|
1400 |
+
#: product_list.php:421
|
1401 |
msgid ""
|
1402 |
+
"Add testimonials and feedbacks from your customers to WordPress website "
|
1403 |
+
"posts, pages, and widgets."
|
1404 |
msgstr ""
|
1405 |
|
1406 |
+
#: product_list.php:428
|
1407 |
msgid ""
|
1408 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1409 |
"attendance and generate reports."
|
1410 |
msgstr ""
|
1411 |
|
1412 |
+
#: product_list.php:438
|
1413 |
msgid ""
|
1414 |
+
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
|
1415 |
+
"and pages."
|
1416 |
msgstr ""
|
1417 |
|
1418 |
+
#: product_list.php:448
|
1419 |
msgid ""
|
1420 |
"Automatically check and update WordPress website core with all installed "
|
1421 |
"plugins and themes to the latest versions."
|
1422 |
msgstr ""
|
1423 |
|
1424 |
+
#: product_list.php:458
|
1425 |
msgid ""
|
1426 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1427 |
"copy, and delete user roles."
|
1428 |
msgstr ""
|
1429 |
|
1430 |
+
#: product_list.php:468
|
1431 |
msgid ""
|
1432 |
"Display live count of online visitors who are currently browsing your "
|
1433 |
"WordPress website."
|
1434 |
msgstr ""
|
1435 |
|
1436 |
+
#: product_list.php:478
|
1437 |
msgid ""
|
1438 |
"Backup and export Zendesk Help Center content automatically to your "
|
1439 |
"WordPress website database."
|
1440 |
msgstr ""
|
1441 |
|
1442 |
+
#~ msgid "Advertisement"
|
1443 |
+
#~ msgstr "Iklan"
|
1444 |
+
|
1445 |
+
#~ msgid "Content & Media"
|
1446 |
+
#~ msgstr "Content & Media"
|
1447 |
+
|
1448 |
+
#~ msgid "Management"
|
1449 |
+
#~ msgstr "Pengelolaan"
|
1450 |
+
|
1451 |
+
#~ msgid "Site Stats"
|
1452 |
+
#~ msgstr "Statistik situs"
|
1453 |
+
|
1454 |
+
#~ msgid "Social"
|
1455 |
+
#~ msgstr "Sosial"
|
1456 |
+
|
1457 |
+
#~ msgid "Utilities"
|
1458 |
+
#~ msgstr "keperluan"
|
1459 |
+
|
1460 |
+
#~ msgid "Other"
|
1461 |
+
#~ msgstr "Lain"
|
1462 |
+
|
1463 |
#~ msgid "Thank you for installing"
|
1464 |
#~ msgstr "Terima kasih untuk menginstal"
|
1465 |
|
bws_menu/languages/bestwebsoft-nl_NL.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-nl_NL.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
|
9 |
"Language: nl_NL\n"
|
@@ -1129,40 +1129,40 @@ msgid "version of the plugin."
|
|
1129 |
msgstr "versie van de plugin."
|
1130 |
|
1131 |
#: product_list.php:7
|
1132 |
-
msgid "
|
1133 |
-
msgstr "
|
1134 |
|
1135 |
#: product_list.php:8
|
1136 |
-
msgid "Content
|
1137 |
-
msgstr "
|
1138 |
|
1139 |
#: product_list.php:9
|
1140 |
-
msgid "
|
1141 |
-
msgstr "
|
1142 |
|
1143 |
#: product_list.php:10
|
1144 |
-
msgid "
|
1145 |
-
msgstr "
|
1146 |
|
1147 |
#: product_list.php:11
|
1148 |
-
msgid "
|
1149 |
-
msgstr "
|
1150 |
|
1151 |
#: product_list.php:12
|
1152 |
-
msgid "
|
1153 |
-
msgstr "
|
1154 |
|
1155 |
#: product_list.php:13
|
1156 |
-
msgid "
|
1157 |
-
msgstr "
|
1158 |
|
1159 |
#: product_list.php:14
|
1160 |
-
msgid "
|
1161 |
-
msgstr "
|
1162 |
|
1163 |
#: product_list.php:15
|
1164 |
-
msgid "
|
1165 |
-
msgstr "
|
1166 |
|
1167 |
#: product_list.php:22
|
1168 |
msgid ""
|
@@ -1184,7 +1184,7 @@ msgid "Add unlimited number of contact forms to WordPress website."
|
|
1184 |
msgstr ""
|
1185 |
|
1186 |
#: product_list.php:62
|
1187 |
-
msgid "Save and manage
|
1188 |
msgstr ""
|
1189 |
|
1190 |
#: product_list.php:72
|
@@ -1196,276 +1196,283 @@ msgid "Add custom fields to WordPress website search results."
|
|
1196 |
msgstr ""
|
1197 |
|
1198 |
#: product_list.php:86
|
1199 |
-
msgid "Add custom post types to WordPress website search results."
|
1200 |
-
msgstr ""
|
1201 |
-
|
1202 |
-
#: product_list.php:96
|
1203 |
msgid ""
|
1204 |
-
"
|
1205 |
msgstr ""
|
1206 |
|
1207 |
-
#: product_list.php:
|
1208 |
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1209 |
msgstr ""
|
1210 |
|
1211 |
-
#: product_list.php:
|
1212 |
msgid ""
|
1213 |
"Automatically add outgoing email messages to queue instead of sending them "
|
1214 |
"immediately."
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#: product_list.php:
|
1218 |
msgid ""
|
1219 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1220 |
"issues faster."
|
1221 |
msgstr ""
|
1222 |
|
1223 |
-
#: product_list.php:
|
1224 |
msgid ""
|
1225 |
-
"Add Facebook Like,
|
1226 |
"widgets."
|
1227 |
msgstr ""
|
1228 |
|
1229 |
-
#: product_list.php:
|
1230 |
msgid ""
|
1231 |
-
"Add
|
1232 |
-
"information."
|
1233 |
-
msgstr ""
|
1234 |
-
|
1235 |
-
#: product_list.php:143
|
1236 |
-
msgid ""
|
1237 |
-
"Add beautiful galleries, albums & images to your Wordpress website in few "
|
1238 |
"clicks."
|
1239 |
msgstr ""
|
1240 |
|
1241 |
-
#: product_list.php:
|
1242 |
msgid ""
|
1243 |
"Add unlimited gallery categories. Organize images to make the navigation "
|
1244 |
"through content easier."
|
1245 |
msgstr ""
|
1246 |
|
1247 |
-
#: product_list.php:
|
1248 |
msgid ""
|
1249 |
-
"Add Google +1 Share, Follow, Hangout buttons and profile badge to WordPress "
|
1250 |
"posts, pages and widgets."
|
1251 |
msgstr ""
|
1252 |
|
1253 |
-
#: product_list.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1254 |
msgid ""
|
1255 |
-
"Add Adsense ads to pages, posts, custom posts, search
|
1256 |
-
"
|
1257 |
msgstr ""
|
1258 |
|
1259 |
-
#: product_list.php:
|
1260 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1261 |
msgstr ""
|
1262 |
|
1263 |
-
#: product_list.php:
|
1264 |
msgid ""
|
1265 |
"Protect WordPress website forms from spam entries with Google Captcha "
|
1266 |
"(reCaptcha)."
|
1267 |
msgstr ""
|
1268 |
|
1269 |
-
#: product_list.php:
|
1270 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1271 |
msgstr ""
|
1272 |
|
1273 |
-
#: product_list.php:
|
1274 |
msgid ""
|
1275 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1276 |
"your blog."
|
1277 |
msgstr ""
|
1278 |
|
1279 |
-
#: product_list.php:
|
1280 |
msgid ""
|
1281 |
"Replace external WordPress website links with Google shortlinks and track "
|
1282 |
"click stats."
|
1283 |
msgstr ""
|
1284 |
|
1285 |
-
#: product_list.php:
|
1286 |
msgid ""
|
1287 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1288 |
"hostnames, etc."
|
1289 |
msgstr ""
|
1290 |
|
1291 |
-
#: product_list.php:
|
1292 |
msgid ""
|
1293 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1294 |
"submit CV/resumes, choose candidates."
|
1295 |
msgstr ""
|
1296 |
|
1297 |
-
#: product_list.php:
|
1298 |
-
msgid ""
|
1299 |
-
"Add latest posts or latest posts for selected categories widgets to "
|
1300 |
-
"WordPress website."
|
1301 |
-
msgstr ""
|
1302 |
-
|
1303 |
-
#: product_list.php:251
|
1304 |
msgid ""
|
1305 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1306 |
"attempts."
|
1307 |
msgstr ""
|
1308 |
|
1309 |
-
#: product_list.php:
|
1310 |
msgid ""
|
1311 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1312 |
"5 plugins included – profile, insider, etc."
|
1313 |
msgstr ""
|
1314 |
|
1315 |
-
#: product_list.php:
|
1316 |
msgid ""
|
1317 |
"Translate WordPress website content to other languages manually. Create "
|
1318 |
"multilingual pages, posts, widgets, menus, etc."
|
1319 |
msgstr ""
|
1320 |
|
1321 |
-
#: product_list.php:
|
1322 |
msgid ""
|
1323 |
"Add customizable pagination to WordPress website. Split long content to "
|
1324 |
"multiple pages for better navigation."
|
1325 |
msgstr ""
|
1326 |
|
1327 |
-
#: product_list.php:
|
1328 |
msgid ""
|
1329 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1330 |
"header/footer styles and appearance."
|
1331 |
msgstr ""
|
1332 |
|
1333 |
-
#: product_list.php:
|
1334 |
msgid ""
|
1335 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1336 |
"Profile) to WordPress posts, pages and widgets."
|
1337 |
msgstr ""
|
1338 |
|
1339 |
-
#: product_list.php:
|
1340 |
-
msgid "Track views, comments and add most popular posts to Wordpress widgets."
|
1341 |
-
msgstr ""
|
1342 |
-
|
1343 |
-
#: product_list.php:318
|
1344 |
msgid ""
|
1345 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1346 |
"projects to get more clients."
|
1347 |
msgstr ""
|
1348 |
|
1349 |
-
#: product_list.php:
|
1350 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1351 |
msgstr ""
|
1352 |
|
1353 |
-
#: product_list.php:
|
1354 |
msgid ""
|
1355 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1356 |
"create and manage additional custom values."
|
1357 |
msgstr ""
|
1358 |
|
1359 |
-
#: product_list.php:
|
1360 |
msgid ""
|
1361 |
-
"Add and display HTML advertisement on WordPress website. Customize
|
1362 |
-
"styles and appearance."
|
1363 |
msgstr ""
|
1364 |
|
1365 |
-
#: product_list.php:
|
1366 |
msgid ""
|
1367 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1368 |
"widgets."
|
1369 |
msgstr ""
|
1370 |
|
1371 |
-
#: product_list.php:
|
1372 |
msgid ""
|
1373 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1374 |
"customers."
|
1375 |
msgstr ""
|
1376 |
|
1377 |
-
#: product_list.php:
|
1378 |
msgid ""
|
1379 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1380 |
"properties. Add, search and browse listings easily."
|
1381 |
msgstr ""
|
1382 |
|
1383 |
-
#: product_list.php:
|
1384 |
msgid ""
|
1385 |
-
"Attach,
|
1386 |
"pages."
|
1387 |
msgstr ""
|
1388 |
|
1389 |
-
#: product_list.php:
|
1390 |
msgid ""
|
1391 |
-
"Add related
|
1392 |
-
"relevant content."
|
1393 |
msgstr ""
|
1394 |
|
1395 |
-
#: product_list.php:
|
1396 |
msgid ""
|
1397 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1398 |
"settings and detailed reports."
|
1399 |
msgstr ""
|
1400 |
|
1401 |
-
#: product_list.php:
|
1402 |
msgid ""
|
1403 |
"The best responsive slider plugin for your WordPress website. Create "
|
1404 |
"beautifully animated slides just in a few clicks."
|
1405 |
msgstr ""
|
1406 |
|
1407 |
-
#: product_list.php:
|
1408 |
msgid ""
|
1409 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1410 |
"Yahoo, Hotmail and other services."
|
1411 |
msgstr ""
|
1412 |
|
1413 |
-
#: product_list.php:
|
1414 |
msgid ""
|
1415 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1416 |
"FB, Twitter, G+1, Pinterest, LinkedIn."
|
1417 |
msgstr ""
|
1418 |
|
1419 |
-
#: product_list.php:
|
1420 |
msgid ""
|
1421 |
"Add social media login, registration, and commenting to your WordPress "
|
1422 |
"website."
|
1423 |
msgstr ""
|
1424 |
|
1425 |
-
#: product_list.php:
|
1426 |
msgid ""
|
1427 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1428 |
"Collect data and subscribe your users."
|
1429 |
msgstr ""
|
1430 |
|
1431 |
-
#: product_list.php:
|
1432 |
msgid ""
|
1433 |
-
"Add testimonials and feedbacks from your customers to WordPress
|
1434 |
-
"and widgets."
|
1435 |
msgstr ""
|
1436 |
|
1437 |
-
#: product_list.php:
|
1438 |
msgid ""
|
1439 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1440 |
"attendance and generate reports."
|
1441 |
msgstr ""
|
1442 |
|
1443 |
-
#: product_list.php:
|
1444 |
msgid ""
|
1445 |
-
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts
|
1446 |
-
"
|
1447 |
msgstr ""
|
1448 |
|
1449 |
-
#: product_list.php:
|
1450 |
msgid ""
|
1451 |
"Automatically check and update WordPress website core with all installed "
|
1452 |
"plugins and themes to the latest versions."
|
1453 |
msgstr ""
|
1454 |
|
1455 |
-
#: product_list.php:
|
1456 |
msgid ""
|
1457 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1458 |
"copy, and delete user roles."
|
1459 |
msgstr ""
|
1460 |
|
1461 |
-
#: product_list.php:
|
1462 |
msgid ""
|
1463 |
"Display live count of online visitors who are currently browsing your "
|
1464 |
"WordPress website."
|
1465 |
msgstr ""
|
1466 |
|
1467 |
-
#: product_list.php:
|
1468 |
msgid ""
|
1469 |
"Backup and export Zendesk Help Center content automatically to your "
|
1470 |
"WordPress website database."
|
1471 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-06-08 15:43+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-06-08 15:43+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
|
9 |
"Language: nl_NL\n"
|
1129 |
msgstr "versie van de plugin."
|
1130 |
|
1131 |
#: product_list.php:7
|
1132 |
+
msgid "Admin Tools"
|
1133 |
+
msgstr ""
|
1134 |
|
1135 |
#: product_list.php:8
|
1136 |
+
msgid "Content"
|
1137 |
+
msgstr ""
|
1138 |
|
1139 |
#: product_list.php:9
|
1140 |
+
msgid "eCommerce"
|
1141 |
+
msgstr ""
|
1142 |
|
1143 |
#: product_list.php:10
|
1144 |
+
msgid "Marketing"
|
1145 |
+
msgstr ""
|
1146 |
|
1147 |
#: product_list.php:11
|
1148 |
+
msgid "Navigation"
|
1149 |
+
msgstr ""
|
1150 |
|
1151 |
#: product_list.php:12
|
1152 |
+
msgid "Recommended"
|
1153 |
+
msgstr "Aanbevolen"
|
1154 |
|
1155 |
#: product_list.php:13
|
1156 |
+
msgid "Security"
|
1157 |
+
msgstr "Veiligheid"
|
1158 |
|
1159 |
#: product_list.php:14
|
1160 |
+
msgid "SEO"
|
1161 |
+
msgstr ""
|
1162 |
|
1163 |
#: product_list.php:15
|
1164 |
+
msgid "SMM"
|
1165 |
+
msgstr ""
|
1166 |
|
1167 |
#: product_list.php:22
|
1168 |
msgid ""
|
1184 |
msgstr ""
|
1185 |
|
1186 |
#: product_list.php:62
|
1187 |
+
msgid "Save and manage Contact Form messages. Never lose important data."
|
1188 |
msgstr ""
|
1189 |
|
1190 |
#: product_list.php:72
|
1196 |
msgstr ""
|
1197 |
|
1198 |
#: product_list.php:86
|
|
|
|
|
|
|
|
|
1199 |
msgid ""
|
1200 |
+
"Add custom post types and taxonomies to WordPress website search results."
|
1201 |
msgstr ""
|
1202 |
|
1203 |
+
#: product_list.php:96
|
1204 |
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1205 |
msgstr ""
|
1206 |
|
1207 |
+
#: product_list.php:103
|
1208 |
msgid ""
|
1209 |
"Automatically add outgoing email messages to queue instead of sending them "
|
1210 |
"immediately."
|
1211 |
msgstr ""
|
1212 |
|
1213 |
+
#: product_list.php:110
|
1214 |
msgid ""
|
1215 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1216 |
"issues faster."
|
1217 |
msgstr ""
|
1218 |
|
1219 |
+
#: product_list.php:117
|
1220 |
msgid ""
|
1221 |
+
"Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
|
1222 |
"widgets."
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: product_list.php:127
|
1226 |
msgid ""
|
1227 |
+
"Add beautiful galleries, albums & images to your WordPress website in a few "
|
|
|
|
|
|
|
|
|
|
|
|
|
1228 |
"clicks."
|
1229 |
msgstr ""
|
1230 |
|
1231 |
+
#: product_list.php:137
|
1232 |
msgid ""
|
1233 |
"Add unlimited gallery categories. Organize images to make the navigation "
|
1234 |
"through content easier."
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: product_list.php:144
|
1238 |
msgid ""
|
1239 |
+
"Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
|
1240 |
"posts, pages and widgets."
|
1241 |
msgstr ""
|
1242 |
|
1243 |
+
#: product_list.php:154
|
1244 |
+
msgid ""
|
1245 |
+
"Stronger security solution which protects your WordPress website from hacks "
|
1246 |
+
"and unauthorized login attempts."
|
1247 |
+
msgstr ""
|
1248 |
+
|
1249 |
+
#: product_list.php:164
|
1250 |
msgid ""
|
1251 |
+
"Add Adsense ads to WordPress website pages, posts, custom posts, search "
|
1252 |
+
"results, categories, tags, and widgets."
|
1253 |
msgstr ""
|
1254 |
|
1255 |
+
#: product_list.php:174
|
1256 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1257 |
msgstr ""
|
1258 |
|
1259 |
+
#: product_list.php:184
|
1260 |
msgid ""
|
1261 |
"Protect WordPress website forms from spam entries with Google Captcha "
|
1262 |
"(reCaptcha)."
|
1263 |
msgstr ""
|
1264 |
|
1265 |
+
#: product_list.php:194
|
1266 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1267 |
msgstr ""
|
1268 |
|
1269 |
+
#: product_list.php:204
|
1270 |
msgid ""
|
1271 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1272 |
"your blog."
|
1273 |
msgstr ""
|
1274 |
|
1275 |
+
#: product_list.php:214
|
1276 |
msgid ""
|
1277 |
"Replace external WordPress website links with Google shortlinks and track "
|
1278 |
"click stats."
|
1279 |
msgstr ""
|
1280 |
|
1281 |
+
#: product_list.php:221
|
1282 |
msgid ""
|
1283 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1284 |
"hostnames, etc."
|
1285 |
msgstr ""
|
1286 |
|
1287 |
+
#: product_list.php:231
|
1288 |
msgid ""
|
1289 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1290 |
"submit CV/resumes, choose candidates."
|
1291 |
msgstr ""
|
1292 |
|
1293 |
+
#: product_list.php:238
|
|
|
|
|
|
|
|
|
|
|
|
|
1294 |
msgid ""
|
1295 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1296 |
"attempts."
|
1297 |
msgstr ""
|
1298 |
|
1299 |
+
#: product_list.php:248
|
1300 |
msgid ""
|
1301 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1302 |
"5 plugins included – profile, insider, etc."
|
1303 |
msgstr ""
|
1304 |
|
1305 |
+
#: product_list.php:258
|
1306 |
msgid ""
|
1307 |
"Translate WordPress website content to other languages manually. Create "
|
1308 |
"multilingual pages, posts, widgets, menus, etc."
|
1309 |
msgstr ""
|
1310 |
|
1311 |
+
#: product_list.php:268
|
1312 |
msgid ""
|
1313 |
"Add customizable pagination to WordPress website. Split long content to "
|
1314 |
"multiple pages for better navigation."
|
1315 |
msgstr ""
|
1316 |
|
1317 |
+
#: product_list.php:278
|
1318 |
msgid ""
|
1319 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1320 |
"header/footer styles and appearance."
|
1321 |
msgstr ""
|
1322 |
|
1323 |
+
#: product_list.php:288
|
1324 |
msgid ""
|
1325 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1326 |
"Profile) to WordPress posts, pages and widgets."
|
1327 |
msgstr ""
|
1328 |
|
1329 |
+
#: product_list.php:298
|
|
|
|
|
|
|
|
|
1330 |
msgid ""
|
1331 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1332 |
"projects to get more clients."
|
1333 |
msgstr ""
|
1334 |
|
1335 |
+
#: product_list.php:308
|
1336 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1337 |
msgstr ""
|
1338 |
|
1339 |
+
#: product_list.php:315
|
1340 |
msgid ""
|
1341 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1342 |
"create and manage additional custom values."
|
1343 |
msgstr ""
|
1344 |
|
1345 |
+
#: product_list.php:322
|
1346 |
msgid ""
|
1347 |
+
"Add and display HTML advertisement banner on WordPress website. Customize "
|
1348 |
+
"bar styles and appearance."
|
1349 |
msgstr ""
|
1350 |
|
1351 |
+
#: product_list.php:332
|
1352 |
msgid ""
|
1353 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1354 |
"widgets."
|
1355 |
msgstr ""
|
1356 |
|
1357 |
+
#: product_list.php:339
|
1358 |
msgid ""
|
1359 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1360 |
"customers."
|
1361 |
msgstr ""
|
1362 |
|
1363 |
+
#: product_list.php:346
|
1364 |
msgid ""
|
1365 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1366 |
"properties. Add, search and browse listings easily."
|
1367 |
msgstr ""
|
1368 |
|
1369 |
+
#: product_list.php:356
|
1370 |
msgid ""
|
1371 |
+
"Attach, un-attach and re-attach media files quickly to WordPress posts and "
|
1372 |
"pages."
|
1373 |
msgstr ""
|
1374 |
|
1375 |
+
#: product_list.php:363
|
1376 |
msgid ""
|
1377 |
+
"Add related, featured, latest, and popular posts to your WordPress website. "
|
1378 |
+
"Connect your blog readers with a relevant content."
|
1379 |
msgstr ""
|
1380 |
|
1381 |
+
#: product_list.php:370
|
1382 |
msgid ""
|
1383 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1384 |
"settings and detailed reports."
|
1385 |
msgstr ""
|
1386 |
|
1387 |
+
#: product_list.php:380
|
1388 |
msgid ""
|
1389 |
"The best responsive slider plugin for your WordPress website. Create "
|
1390 |
"beautifully animated slides just in a few clicks."
|
1391 |
msgstr ""
|
1392 |
|
1393 |
+
#: product_list.php:387
|
1394 |
msgid ""
|
1395 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1396 |
"Yahoo, Hotmail and other services."
|
1397 |
msgstr ""
|
1398 |
|
1399 |
+
#: product_list.php:394
|
1400 |
msgid ""
|
1401 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1402 |
"FB, Twitter, G+1, Pinterest, LinkedIn."
|
1403 |
msgstr ""
|
1404 |
|
1405 |
+
#: product_list.php:404
|
1406 |
msgid ""
|
1407 |
"Add social media login, registration, and commenting to your WordPress "
|
1408 |
"website."
|
1409 |
msgstr ""
|
1410 |
|
1411 |
+
#: product_list.php:411
|
1412 |
msgid ""
|
1413 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1414 |
"Collect data and subscribe your users."
|
1415 |
msgstr ""
|
1416 |
|
1417 |
+
#: product_list.php:421
|
1418 |
msgid ""
|
1419 |
+
"Add testimonials and feedbacks from your customers to WordPress website "
|
1420 |
+
"posts, pages, and widgets."
|
1421 |
msgstr ""
|
1422 |
|
1423 |
+
#: product_list.php:428
|
1424 |
msgid ""
|
1425 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1426 |
"attendance and generate reports."
|
1427 |
msgstr ""
|
1428 |
|
1429 |
+
#: product_list.php:438
|
1430 |
msgid ""
|
1431 |
+
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
|
1432 |
+
"and pages."
|
1433 |
msgstr ""
|
1434 |
|
1435 |
+
#: product_list.php:448
|
1436 |
msgid ""
|
1437 |
"Automatically check and update WordPress website core with all installed "
|
1438 |
"plugins and themes to the latest versions."
|
1439 |
msgstr ""
|
1440 |
|
1441 |
+
#: product_list.php:458
|
1442 |
msgid ""
|
1443 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1444 |
"copy, and delete user roles."
|
1445 |
msgstr ""
|
1446 |
|
1447 |
+
#: product_list.php:468
|
1448 |
msgid ""
|
1449 |
"Display live count of online visitors who are currently browsing your "
|
1450 |
"WordPress website."
|
1451 |
msgstr ""
|
1452 |
|
1453 |
+
#: product_list.php:478
|
1454 |
msgid ""
|
1455 |
"Backup and export Zendesk Help Center content automatically to your "
|
1456 |
"WordPress website database."
|
1457 |
msgstr ""
|
1458 |
+
|
1459 |
+
#~ msgid "Advertisement"
|
1460 |
+
#~ msgstr "Advertentie"
|
1461 |
+
|
1462 |
+
#~ msgid "Content & Media"
|
1463 |
+
#~ msgstr "Inhoud & Media"
|
1464 |
+
|
1465 |
+
#~ msgid "Management"
|
1466 |
+
#~ msgstr "Beheer"
|
1467 |
+
|
1468 |
+
#~ msgid "Site Stats"
|
1469 |
+
#~ msgstr "Website statistieken"
|
1470 |
+
|
1471 |
+
#~ msgid "Social"
|
1472 |
+
#~ msgstr "Sociaal"
|
1473 |
+
|
1474 |
+
#~ msgid "Utilities"
|
1475 |
+
#~ msgstr "Voorzieningen"
|
1476 |
+
|
1477 |
+
#~ msgid "Other"
|
1478 |
+
#~ msgstr "Anders"
|
bws_menu/languages/bestwebsoft-pl_PL.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-pl_PL.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Damian Dąbrowski <contact@codester.pl>\n"
|
9 |
"Language: pl_PL\n"
|
@@ -1156,40 +1156,39 @@ msgid "version of the plugin."
|
|
1156 |
msgstr "Oceń wtyczkę"
|
1157 |
|
1158 |
#: product_list.php:7
|
1159 |
-
msgid "
|
1160 |
msgstr ""
|
1161 |
|
1162 |
#: product_list.php:8
|
1163 |
-
msgid "Content
|
1164 |
msgstr ""
|
1165 |
|
1166 |
#: product_list.php:9
|
1167 |
-
msgid "
|
1168 |
msgstr ""
|
1169 |
|
1170 |
#: product_list.php:10
|
1171 |
-
msgid "
|
1172 |
-
msgstr "
|
1173 |
|
1174 |
#: product_list.php:11
|
1175 |
-
msgid "
|
1176 |
msgstr ""
|
1177 |
|
1178 |
#: product_list.php:12
|
1179 |
-
|
1180 |
-
|
1181 |
-
msgstr "Status systemu"
|
1182 |
|
1183 |
#: product_list.php:13
|
1184 |
-
msgid "
|
1185 |
msgstr ""
|
1186 |
|
1187 |
#: product_list.php:14
|
1188 |
-
msgid "
|
1189 |
msgstr ""
|
1190 |
|
1191 |
#: product_list.php:15
|
1192 |
-
msgid "
|
1193 |
msgstr ""
|
1194 |
|
1195 |
#: product_list.php:22
|
@@ -1212,7 +1211,7 @@ msgid "Add unlimited number of contact forms to WordPress website."
|
|
1212 |
msgstr ""
|
1213 |
|
1214 |
#: product_list.php:62
|
1215 |
-
msgid "Save and manage
|
1216 |
msgstr ""
|
1217 |
|
1218 |
#: product_list.php:72
|
@@ -1224,280 +1223,270 @@ msgid "Add custom fields to WordPress website search results."
|
|
1224 |
msgstr ""
|
1225 |
|
1226 |
#: product_list.php:86
|
1227 |
-
msgid "Add custom post types to WordPress website search results."
|
1228 |
-
msgstr ""
|
1229 |
-
|
1230 |
-
#: product_list.php:96
|
1231 |
msgid ""
|
1232 |
-
"
|
1233 |
msgstr ""
|
1234 |
|
1235 |
-
#: product_list.php:
|
1236 |
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1237 |
msgstr ""
|
1238 |
|
1239 |
-
#: product_list.php:
|
1240 |
msgid ""
|
1241 |
"Automatically add outgoing email messages to queue instead of sending them "
|
1242 |
"immediately."
|
1243 |
msgstr ""
|
1244 |
|
1245 |
-
#: product_list.php:
|
1246 |
msgid ""
|
1247 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1248 |
"issues faster."
|
1249 |
msgstr ""
|
1250 |
|
1251 |
-
#: product_list.php:
|
1252 |
msgid ""
|
1253 |
-
"Add Facebook Like,
|
1254 |
"widgets."
|
1255 |
msgstr ""
|
1256 |
|
1257 |
-
#: product_list.php:
|
1258 |
msgid ""
|
1259 |
-
"Add
|
1260 |
-
"information."
|
1261 |
-
msgstr ""
|
1262 |
-
|
1263 |
-
#: product_list.php:143
|
1264 |
-
msgid ""
|
1265 |
-
"Add beautiful galleries, albums & images to your Wordpress website in few "
|
1266 |
"clicks."
|
1267 |
msgstr ""
|
1268 |
|
1269 |
-
#: product_list.php:
|
1270 |
msgid ""
|
1271 |
"Add unlimited gallery categories. Organize images to make the navigation "
|
1272 |
"through content easier."
|
1273 |
msgstr ""
|
1274 |
|
1275 |
-
#: product_list.php:
|
1276 |
msgid ""
|
1277 |
-
"Add Google +1 Share, Follow, Hangout buttons and profile badge to WordPress "
|
1278 |
"posts, pages and widgets."
|
1279 |
msgstr ""
|
1280 |
|
1281 |
-
#: product_list.php:
|
1282 |
msgid ""
|
1283 |
-
"
|
1284 |
-
"
|
1285 |
msgstr ""
|
1286 |
|
1287 |
-
#: product_list.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1288 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1289 |
msgstr ""
|
1290 |
|
1291 |
-
#: product_list.php:
|
1292 |
msgid ""
|
1293 |
"Protect WordPress website forms from spam entries with Google Captcha "
|
1294 |
"(reCaptcha)."
|
1295 |
msgstr ""
|
1296 |
|
1297 |
-
#: product_list.php:
|
1298 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1299 |
msgstr ""
|
1300 |
|
1301 |
-
#: product_list.php:
|
1302 |
msgid ""
|
1303 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1304 |
"your blog."
|
1305 |
msgstr ""
|
1306 |
|
1307 |
-
#: product_list.php:
|
1308 |
msgid ""
|
1309 |
"Replace external WordPress website links with Google shortlinks and track "
|
1310 |
"click stats."
|
1311 |
msgstr ""
|
1312 |
|
1313 |
-
#: product_list.php:
|
1314 |
msgid ""
|
1315 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1316 |
"hostnames, etc."
|
1317 |
msgstr ""
|
1318 |
|
1319 |
-
#: product_list.php:
|
1320 |
msgid ""
|
1321 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1322 |
"submit CV/resumes, choose candidates."
|
1323 |
msgstr ""
|
1324 |
|
1325 |
-
#: product_list.php:
|
1326 |
-
msgid ""
|
1327 |
-
"Add latest posts or latest posts for selected categories widgets to "
|
1328 |
-
"WordPress website."
|
1329 |
-
msgstr ""
|
1330 |
-
|
1331 |
-
#: product_list.php:251
|
1332 |
msgid ""
|
1333 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1334 |
"attempts."
|
1335 |
msgstr ""
|
1336 |
|
1337 |
-
#: product_list.php:
|
1338 |
msgid ""
|
1339 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1340 |
"5 plugins included – profile, insider, etc."
|
1341 |
msgstr ""
|
1342 |
|
1343 |
-
#: product_list.php:
|
1344 |
msgid ""
|
1345 |
"Translate WordPress website content to other languages manually. Create "
|
1346 |
"multilingual pages, posts, widgets, menus, etc."
|
1347 |
msgstr ""
|
1348 |
|
1349 |
-
#: product_list.php:
|
1350 |
msgid ""
|
1351 |
"Add customizable pagination to WordPress website. Split long content to "
|
1352 |
"multiple pages for better navigation."
|
1353 |
msgstr ""
|
1354 |
|
1355 |
-
#: product_list.php:
|
1356 |
msgid ""
|
1357 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1358 |
"header/footer styles and appearance."
|
1359 |
msgstr ""
|
1360 |
|
1361 |
-
#: product_list.php:
|
1362 |
msgid ""
|
1363 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1364 |
"Profile) to WordPress posts, pages and widgets."
|
1365 |
msgstr ""
|
1366 |
|
1367 |
-
#: product_list.php:
|
1368 |
-
msgid "Track views, comments and add most popular posts to Wordpress widgets."
|
1369 |
-
msgstr ""
|
1370 |
-
|
1371 |
-
#: product_list.php:318
|
1372 |
msgid ""
|
1373 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1374 |
"projects to get more clients."
|
1375 |
msgstr ""
|
1376 |
|
1377 |
-
#: product_list.php:
|
1378 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1379 |
msgstr ""
|
1380 |
|
1381 |
-
#: product_list.php:
|
1382 |
msgid ""
|
1383 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1384 |
"create and manage additional custom values."
|
1385 |
msgstr ""
|
1386 |
|
1387 |
-
#: product_list.php:
|
1388 |
msgid ""
|
1389 |
-
"Add and display HTML advertisement on WordPress website. Customize
|
1390 |
-
"styles and appearance."
|
1391 |
msgstr ""
|
1392 |
|
1393 |
-
#: product_list.php:
|
1394 |
msgid ""
|
1395 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1396 |
"widgets."
|
1397 |
msgstr ""
|
1398 |
|
1399 |
-
#: product_list.php:
|
1400 |
msgid ""
|
1401 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1402 |
"customers."
|
1403 |
msgstr ""
|
1404 |
|
1405 |
-
#: product_list.php:
|
1406 |
msgid ""
|
1407 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1408 |
"properties. Add, search and browse listings easily."
|
1409 |
msgstr ""
|
1410 |
|
1411 |
-
#: product_list.php:
|
1412 |
msgid ""
|
1413 |
-
"Attach,
|
1414 |
"pages."
|
1415 |
msgstr ""
|
1416 |
|
1417 |
-
#: product_list.php:
|
1418 |
msgid ""
|
1419 |
-
"Add related
|
1420 |
-
"relevant content."
|
1421 |
msgstr ""
|
1422 |
|
1423 |
-
#: product_list.php:
|
1424 |
msgid ""
|
1425 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1426 |
"settings and detailed reports."
|
1427 |
msgstr ""
|
1428 |
|
1429 |
-
#: product_list.php:
|
1430 |
msgid ""
|
1431 |
"The best responsive slider plugin for your WordPress website. Create "
|
1432 |
"beautifully animated slides just in a few clicks."
|
1433 |
msgstr ""
|
1434 |
|
1435 |
-
#: product_list.php:
|
1436 |
msgid ""
|
1437 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1438 |
"Yahoo, Hotmail and other services."
|
1439 |
msgstr ""
|
1440 |
|
1441 |
-
#: product_list.php:
|
1442 |
msgid ""
|
1443 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1444 |
"FB, Twitter, G+1, Pinterest, LinkedIn."
|
1445 |
msgstr ""
|
1446 |
|
1447 |
-
#: product_list.php:
|
1448 |
msgid ""
|
1449 |
"Add social media login, registration, and commenting to your WordPress "
|
1450 |
"website."
|
1451 |
msgstr ""
|
1452 |
|
1453 |
-
#: product_list.php:
|
1454 |
msgid ""
|
1455 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1456 |
"Collect data and subscribe your users."
|
1457 |
msgstr ""
|
1458 |
|
1459 |
-
#: product_list.php:
|
1460 |
msgid ""
|
1461 |
-
"Add testimonials and feedbacks from your customers to WordPress
|
1462 |
-
"and widgets."
|
1463 |
msgstr ""
|
1464 |
|
1465 |
-
#: product_list.php:
|
1466 |
msgid ""
|
1467 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1468 |
"attendance and generate reports."
|
1469 |
msgstr ""
|
1470 |
|
1471 |
-
#: product_list.php:
|
1472 |
msgid ""
|
1473 |
-
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts
|
1474 |
-
"
|
1475 |
msgstr ""
|
1476 |
|
1477 |
-
#: product_list.php:
|
1478 |
msgid ""
|
1479 |
"Automatically check and update WordPress website core with all installed "
|
1480 |
"plugins and themes to the latest versions."
|
1481 |
msgstr ""
|
1482 |
|
1483 |
-
#: product_list.php:
|
1484 |
msgid ""
|
1485 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1486 |
"copy, and delete user roles."
|
1487 |
msgstr ""
|
1488 |
|
1489 |
-
#: product_list.php:
|
1490 |
msgid ""
|
1491 |
"Display live count of online visitors who are currently browsing your "
|
1492 |
"WordPress website."
|
1493 |
msgstr ""
|
1494 |
|
1495 |
-
#: product_list.php:
|
1496 |
msgid ""
|
1497 |
"Backup and export Zendesk Help Center content automatically to your "
|
1498 |
"WordPress website database."
|
1499 |
msgstr ""
|
1500 |
|
|
|
|
|
|
|
|
|
1501 |
#~ msgid "Thank you for installing"
|
1502 |
#~ msgstr "Dziękujemy za instalację"
|
1503 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-06-08 15:43+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-06-08 15:43+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Damian Dąbrowski <contact@codester.pl>\n"
|
9 |
"Language: pl_PL\n"
|
1156 |
msgstr "Oceń wtyczkę"
|
1157 |
|
1158 |
#: product_list.php:7
|
1159 |
+
msgid "Admin Tools"
|
1160 |
msgstr ""
|
1161 |
|
1162 |
#: product_list.php:8
|
1163 |
+
msgid "Content"
|
1164 |
msgstr ""
|
1165 |
|
1166 |
#: product_list.php:9
|
1167 |
+
msgid "eCommerce"
|
1168 |
msgstr ""
|
1169 |
|
1170 |
#: product_list.php:10
|
1171 |
+
msgid "Marketing"
|
1172 |
+
msgstr ""
|
1173 |
|
1174 |
#: product_list.php:11
|
1175 |
+
msgid "Navigation"
|
1176 |
msgstr ""
|
1177 |
|
1178 |
#: product_list.php:12
|
1179 |
+
msgid "Recommended"
|
1180 |
+
msgstr "Polecane"
|
|
|
1181 |
|
1182 |
#: product_list.php:13
|
1183 |
+
msgid "Security"
|
1184 |
msgstr ""
|
1185 |
|
1186 |
#: product_list.php:14
|
1187 |
+
msgid "SEO"
|
1188 |
msgstr ""
|
1189 |
|
1190 |
#: product_list.php:15
|
1191 |
+
msgid "SMM"
|
1192 |
msgstr ""
|
1193 |
|
1194 |
#: product_list.php:22
|
1211 |
msgstr ""
|
1212 |
|
1213 |
#: product_list.php:62
|
1214 |
+
msgid "Save and manage Contact Form messages. Never lose important data."
|
1215 |
msgstr ""
|
1216 |
|
1217 |
#: product_list.php:72
|
1223 |
msgstr ""
|
1224 |
|
1225 |
#: product_list.php:86
|
|
|
|
|
|
|
|
|
1226 |
msgid ""
|
1227 |
+
"Add custom post types and taxonomies to WordPress website search results."
|
1228 |
msgstr ""
|
1229 |
|
1230 |
+
#: product_list.php:96
|
1231 |
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1232 |
msgstr ""
|
1233 |
|
1234 |
+
#: product_list.php:103
|
1235 |
msgid ""
|
1236 |
"Automatically add outgoing email messages to queue instead of sending them "
|
1237 |
"immediately."
|
1238 |
msgstr ""
|
1239 |
|
1240 |
+
#: product_list.php:110
|
1241 |
msgid ""
|
1242 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1243 |
"issues faster."
|
1244 |
msgstr ""
|
1245 |
|
1246 |
+
#: product_list.php:117
|
1247 |
msgid ""
|
1248 |
+
"Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
|
1249 |
"widgets."
|
1250 |
msgstr ""
|
1251 |
|
1252 |
+
#: product_list.php:127
|
1253 |
msgid ""
|
1254 |
+
"Add beautiful galleries, albums & images to your WordPress website in a few "
|
|
|
|
|
|
|
|
|
|
|
|
|
1255 |
"clicks."
|
1256 |
msgstr ""
|
1257 |
|
1258 |
+
#: product_list.php:137
|
1259 |
msgid ""
|
1260 |
"Add unlimited gallery categories. Organize images to make the navigation "
|
1261 |
"through content easier."
|
1262 |
msgstr ""
|
1263 |
|
1264 |
+
#: product_list.php:144
|
1265 |
msgid ""
|
1266 |
+
"Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
|
1267 |
"posts, pages and widgets."
|
1268 |
msgstr ""
|
1269 |
|
1270 |
+
#: product_list.php:154
|
1271 |
msgid ""
|
1272 |
+
"Stronger security solution which protects your WordPress website from hacks "
|
1273 |
+
"and unauthorized login attempts."
|
1274 |
msgstr ""
|
1275 |
|
1276 |
+
#: product_list.php:164
|
1277 |
+
msgid ""
|
1278 |
+
"Add Adsense ads to WordPress website pages, posts, custom posts, search "
|
1279 |
+
"results, categories, tags, and widgets."
|
1280 |
+
msgstr ""
|
1281 |
+
|
1282 |
+
#: product_list.php:174
|
1283 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1284 |
msgstr ""
|
1285 |
|
1286 |
+
#: product_list.php:184
|
1287 |
msgid ""
|
1288 |
"Protect WordPress website forms from spam entries with Google Captcha "
|
1289 |
"(reCaptcha)."
|
1290 |
msgstr ""
|
1291 |
|
1292 |
+
#: product_list.php:194
|
1293 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1294 |
msgstr ""
|
1295 |
|
1296 |
+
#: product_list.php:204
|
1297 |
msgid ""
|
1298 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1299 |
"your blog."
|
1300 |
msgstr ""
|
1301 |
|
1302 |
+
#: product_list.php:214
|
1303 |
msgid ""
|
1304 |
"Replace external WordPress website links with Google shortlinks and track "
|
1305 |
"click stats."
|
1306 |
msgstr ""
|
1307 |
|
1308 |
+
#: product_list.php:221
|
1309 |
msgid ""
|
1310 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1311 |
"hostnames, etc."
|
1312 |
msgstr ""
|
1313 |
|
1314 |
+
#: product_list.php:231
|
1315 |
msgid ""
|
1316 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1317 |
"submit CV/resumes, choose candidates."
|
1318 |
msgstr ""
|
1319 |
|
1320 |
+
#: product_list.php:238
|
|
|
|
|
|
|
|
|
|
|
|
|
1321 |
msgid ""
|
1322 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1323 |
"attempts."
|
1324 |
msgstr ""
|
1325 |
|
1326 |
+
#: product_list.php:248
|
1327 |
msgid ""
|
1328 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1329 |
"5 plugins included – profile, insider, etc."
|
1330 |
msgstr ""
|
1331 |
|
1332 |
+
#: product_list.php:258
|
1333 |
msgid ""
|
1334 |
"Translate WordPress website content to other languages manually. Create "
|
1335 |
"multilingual pages, posts, widgets, menus, etc."
|
1336 |
msgstr ""
|
1337 |
|
1338 |
+
#: product_list.php:268
|
1339 |
msgid ""
|
1340 |
"Add customizable pagination to WordPress website. Split long content to "
|
1341 |
"multiple pages for better navigation."
|
1342 |
msgstr ""
|
1343 |
|
1344 |
+
#: product_list.php:278
|
1345 |
msgid ""
|
1346 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1347 |
"header/footer styles and appearance."
|
1348 |
msgstr ""
|
1349 |
|
1350 |
+
#: product_list.php:288
|
1351 |
msgid ""
|
1352 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1353 |
"Profile) to WordPress posts, pages and widgets."
|
1354 |
msgstr ""
|
1355 |
|
1356 |
+
#: product_list.php:298
|
|
|
|
|
|
|
|
|
1357 |
msgid ""
|
1358 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1359 |
"projects to get more clients."
|
1360 |
msgstr ""
|
1361 |
|
1362 |
+
#: product_list.php:308
|
1363 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1364 |
msgstr ""
|
1365 |
|
1366 |
+
#: product_list.php:315
|
1367 |
msgid ""
|
1368 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1369 |
"create and manage additional custom values."
|
1370 |
msgstr ""
|
1371 |
|
1372 |
+
#: product_list.php:322
|
1373 |
msgid ""
|
1374 |
+
"Add and display HTML advertisement banner on WordPress website. Customize "
|
1375 |
+
"bar styles and appearance."
|
1376 |
msgstr ""
|
1377 |
|
1378 |
+
#: product_list.php:332
|
1379 |
msgid ""
|
1380 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1381 |
"widgets."
|
1382 |
msgstr ""
|
1383 |
|
1384 |
+
#: product_list.php:339
|
1385 |
msgid ""
|
1386 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1387 |
"customers."
|
1388 |
msgstr ""
|
1389 |
|
1390 |
+
#: product_list.php:346
|
1391 |
msgid ""
|
1392 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1393 |
"properties. Add, search and browse listings easily."
|
1394 |
msgstr ""
|
1395 |
|
1396 |
+
#: product_list.php:356
|
1397 |
msgid ""
|
1398 |
+
"Attach, un-attach and re-attach media files quickly to WordPress posts and "
|
1399 |
"pages."
|
1400 |
msgstr ""
|
1401 |
|
1402 |
+
#: product_list.php:363
|
1403 |
msgid ""
|
1404 |
+
"Add related, featured, latest, and popular posts to your WordPress website. "
|
1405 |
+
"Connect your blog readers with a relevant content."
|
1406 |
msgstr ""
|
1407 |
|
1408 |
+
#: product_list.php:370
|
1409 |
msgid ""
|
1410 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1411 |
"settings and detailed reports."
|
1412 |
msgstr ""
|
1413 |
|
1414 |
+
#: product_list.php:380
|
1415 |
msgid ""
|
1416 |
"The best responsive slider plugin for your WordPress website. Create "
|
1417 |
"beautifully animated slides just in a few clicks."
|
1418 |
msgstr ""
|
1419 |
|
1420 |
+
#: product_list.php:387
|
1421 |
msgid ""
|
1422 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1423 |
"Yahoo, Hotmail and other services."
|
1424 |
msgstr ""
|
1425 |
|
1426 |
+
#: product_list.php:394
|
1427 |
msgid ""
|
1428 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1429 |
"FB, Twitter, G+1, Pinterest, LinkedIn."
|
1430 |
msgstr ""
|
1431 |
|
1432 |
+
#: product_list.php:404
|
1433 |
msgid ""
|
1434 |
"Add social media login, registration, and commenting to your WordPress "
|
1435 |
"website."
|
1436 |
msgstr ""
|
1437 |
|
1438 |
+
#: product_list.php:411
|
1439 |
msgid ""
|
1440 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1441 |
"Collect data and subscribe your users."
|
1442 |
msgstr ""
|
1443 |
|
1444 |
+
#: product_list.php:421
|
1445 |
msgid ""
|
1446 |
+
"Add testimonials and feedbacks from your customers to WordPress website "
|
1447 |
+
"posts, pages, and widgets."
|
1448 |
msgstr ""
|
1449 |
|
1450 |
+
#: product_list.php:428
|
1451 |
msgid ""
|
1452 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1453 |
"attendance and generate reports."
|
1454 |
msgstr ""
|
1455 |
|
1456 |
+
#: product_list.php:438
|
1457 |
msgid ""
|
1458 |
+
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
|
1459 |
+
"and pages."
|
1460 |
msgstr ""
|
1461 |
|
1462 |
+
#: product_list.php:448
|
1463 |
msgid ""
|
1464 |
"Automatically check and update WordPress website core with all installed "
|
1465 |
"plugins and themes to the latest versions."
|
1466 |
msgstr ""
|
1467 |
|
1468 |
+
#: product_list.php:458
|
1469 |
msgid ""
|
1470 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1471 |
"copy, and delete user roles."
|
1472 |
msgstr ""
|
1473 |
|
1474 |
+
#: product_list.php:468
|
1475 |
msgid ""
|
1476 |
"Display live count of online visitors who are currently browsing your "
|
1477 |
"WordPress website."
|
1478 |
msgstr ""
|
1479 |
|
1480 |
+
#: product_list.php:478
|
1481 |
msgid ""
|
1482 |
"Backup and export Zendesk Help Center content automatically to your "
|
1483 |
"WordPress website database."
|
1484 |
msgstr ""
|
1485 |
|
1486 |
+
#, fuzzy
|
1487 |
+
#~ msgid "Site Stats"
|
1488 |
+
#~ msgstr "Status systemu"
|
1489 |
+
|
1490 |
#~ msgid "Thank you for installing"
|
1491 |
#~ msgstr "Dziękujemy za instalację"
|
1492 |
|
bws_menu/languages/bestwebsoft-ru_RU.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -1117,40 +1117,40 @@ msgid "version of the plugin."
|
|
1117 |
msgstr "версия плагина."
|
1118 |
|
1119 |
#: product_list.php:7
|
1120 |
-
msgid "
|
1121 |
-
msgstr "
|
1122 |
|
1123 |
#: product_list.php:8
|
1124 |
-
msgid "Content
|
1125 |
-
msgstr "
|
1126 |
|
1127 |
#: product_list.php:9
|
1128 |
-
msgid "
|
1129 |
-
msgstr "
|
1130 |
|
1131 |
#: product_list.php:10
|
1132 |
-
msgid "
|
1133 |
-
msgstr "
|
1134 |
|
1135 |
#: product_list.php:11
|
1136 |
-
msgid "
|
1137 |
-
msgstr "
|
1138 |
|
1139 |
#: product_list.php:12
|
1140 |
-
msgid "
|
1141 |
-
msgstr "
|
1142 |
|
1143 |
#: product_list.php:13
|
1144 |
-
msgid "
|
1145 |
-
msgstr "
|
1146 |
|
1147 |
#: product_list.php:14
|
1148 |
-
msgid "
|
1149 |
-
msgstr "
|
1150 |
|
1151 |
#: product_list.php:15
|
1152 |
-
msgid "
|
1153 |
-
msgstr "
|
1154 |
|
1155 |
#: product_list.php:22
|
1156 |
msgid ""
|
@@ -1200,19 +1200,12 @@ msgstr ""
|
|
1200 |
"вашем сайте WordPress."
|
1201 |
|
1202 |
#: product_list.php:96
|
1203 |
-
msgid ""
|
1204 |
-
"Manage database and file system right from your WordPress admin dashboard."
|
1205 |
-
msgstr ""
|
1206 |
-
"Управляйте базой данных и файловой системой прямо из панели администратора "
|
1207 |
-
"WordPress."
|
1208 |
-
|
1209 |
-
#: product_list.php:105
|
1210 |
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1211 |
msgstr ""
|
1212 |
"Добавляйте кнопки PayPal и 2CO, чтобы получать пожертвования и "
|
1213 |
"благотворительные взносы."
|
1214 |
|
1215 |
-
#: product_list.php:
|
1216 |
msgid ""
|
1217 |
"Automatically add outgoing email messages to queue instead of sending them "
|
1218 |
"immediately."
|
@@ -1220,7 +1213,7 @@ msgstr ""
|
|
1220 |
"Автоматически формируйте очередь отправки исходящих электронных сообщений. "
|
1221 |
"Задавайте время и приоритет рассылки."
|
1222 |
|
1223 |
-
#: product_list.php:
|
1224 |
msgid ""
|
1225 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1226 |
"issues faster."
|
@@ -1228,7 +1221,7 @@ msgstr ""
|
|
1228 |
"Получайте последние сообщения из журнала ошибок для диагностики проблем "
|
1229 |
"сайта. Быстрее выявляйте и устраняйте проблемы."
|
1230 |
|
1231 |
-
#: product_list.php:
|
1232 |
msgid ""
|
1233 |
"Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
|
1234 |
"widgets."
|
@@ -1236,15 +1229,7 @@ msgstr ""
|
|
1236 |
"Добавляйте кнопки Facebook \"Подписаться\", \"Нравится\" и \"Поделиться\" в "
|
1237 |
"посты, страницы и виджеты сайта WordPress."
|
1238 |
|
1239 |
-
#: product_list.php:
|
1240 |
-
msgid ""
|
1241 |
-
"Add featured posts to WordPress website posts and widgets. Highlight "
|
1242 |
-
"important information."
|
1243 |
-
msgstr ""
|
1244 |
-
"Добавляйте избранные публикации к постам и виджетам сайта WordPress. "
|
1245 |
-
"Выделяйте важную информацию."
|
1246 |
-
|
1247 |
-
#: product_list.php:143
|
1248 |
msgid ""
|
1249 |
"Add beautiful galleries, albums & images to your WordPress website in a few "
|
1250 |
"clicks."
|
@@ -1252,7 +1237,7 @@ msgstr ""
|
|
1252 |
"Добавляйте живописные галереи, альбомы и изображения на ваш сайт WordPress "
|
1253 |
"всего в несколько кликов."
|
1254 |
|
1255 |
-
#: product_list.php:
|
1256 |
msgid ""
|
1257 |
"Add unlimited gallery categories. Organize images to make the navigation "
|
1258 |
"through content easier."
|
@@ -1260,7 +1245,7 @@ msgstr ""
|
|
1260 |
"Добавляйте неограниченное количество категорий галерей. Группируйте "
|
1261 |
"изображения, чтобы упростить навигацию по контенту."
|
1262 |
|
1263 |
-
#: product_list.php:
|
1264 |
msgid ""
|
1265 |
"Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
|
1266 |
"posts, pages and widgets."
|
@@ -1268,7 +1253,15 @@ msgstr ""
|
|
1268 |
"Добавляйте кнопки Google \"+1\", \"Поделиться\", \"Подписаться\", \"Hangout"
|
1269 |
"\" и значок профиля к постам, страницам и виджетам WordPress."
|
1270 |
|
1271 |
-
#: product_list.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1272 |
msgid ""
|
1273 |
"Add Adsense ads to WordPress website pages, posts, custom posts, search "
|
1274 |
"results, categories, tags, and widgets."
|
@@ -1276,13 +1269,13 @@ msgstr ""
|
|
1276 |
"Добавляйте рекламу сервиса Adsense на страницы, посты, пользовательские "
|
1277 |
"посты, результаты поиска, категории, теги и виджеты сайта WordPress."
|
1278 |
|
1279 |
-
#: product_list.php:
|
1280 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1281 |
msgstr ""
|
1282 |
"Добавляйте код Google Analytics на ваш сайт WordPress и отслеживайте базовую "
|
1283 |
"статистику сайта."
|
1284 |
|
1285 |
-
#: product_list.php:
|
1286 |
msgid ""
|
1287 |
"Protect WordPress website forms from spam entries with Google Captcha "
|
1288 |
"(reCaptcha)."
|
@@ -1290,13 +1283,13 @@ msgstr ""
|
|
1290 |
"Защищайте формы вашего сайта WordPress от спама с помощью Google Captcha "
|
1291 |
"(reCaptcha)."
|
1292 |
|
1293 |
-
#: product_list.php:
|
1294 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1295 |
msgstr ""
|
1296 |
"Добавляйте пользовательские карты Google в посты, страницы и виджеты "
|
1297 |
"WordPress."
|
1298 |
|
1299 |
-
#: product_list.php:
|
1300 |
msgid ""
|
1301 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1302 |
"your blog."
|
@@ -1304,7 +1297,7 @@ msgstr ""
|
|
1304 |
"Создавайте и добавляйте файлы XML sitemap на ваш сайт WordPress. Помогите "
|
1305 |
"поисковым системам проиндексировать ваш блог."
|
1306 |
|
1307 |
-
#: product_list.php:
|
1308 |
msgid ""
|
1309 |
"Replace external WordPress website links with Google shortlinks and track "
|
1310 |
"click stats."
|
@@ -1312,7 +1305,7 @@ msgstr ""
|
|
1312 |
"Замените внешние ссылки сайта WordPress на короткие ссылки Google и "
|
1313 |
"отслеживайте статистику кликов."
|
1314 |
|
1315 |
-
#: product_list.php:
|
1316 |
msgid ""
|
1317 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1318 |
"hostnames, etc."
|
@@ -1320,23 +1313,16 @@ msgstr ""
|
|
1320 |
"Защитите свой сайт WordPress - предоставляйте и запрещайте доступ с "
|
1321 |
"определенных IP-адресов, имен хостов и т.д."
|
1322 |
|
1323 |
-
#: product_list.php:
|
1324 |
msgid ""
|
1325 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1326 |
"submit CV/resumes, choose candidates."
|
1327 |
msgstr ""
|
1328 |
"Создавайте свою собственную доску объявлений с перечнем вакансий на базе "
|
1329 |
-
"WordPress.
|
1330 |
-
|
1331 |
-
#: product_list.php:244
|
1332 |
-
msgid ""
|
1333 |
-
"Add widgets Latest Posts or Latest Posts for Selected Categories to your "
|
1334 |
-
"WordPress website."
|
1335 |
-
msgstr ""
|
1336 |
-
"Добавляйте виджет новейших постов или виджет новейших постов для выбранной "
|
1337 |
-
"категории на сайт WordPress."
|
1338 |
|
1339 |
-
#: product_list.php:
|
1340 |
msgid ""
|
1341 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1342 |
"attempts."
|
@@ -1344,7 +1330,7 @@ msgstr ""
|
|
1344 |
"Защищайте свой сайт WordPress от брутфорс-атак. Ограничивайте количество "
|
1345 |
"попыток ввода логина."
|
1346 |
|
1347 |
-
#: product_list.php:
|
1348 |
msgid ""
|
1349 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1350 |
"5 plugins included – profile, insider, etc."
|
@@ -1353,15 +1339,15 @@ msgstr ""
|
|
1353 |
"страницам и виджетам WordPress. 5 плагинов включено - Профиль, Инсайдер и т."
|
1354 |
"д."
|
1355 |
|
1356 |
-
#: product_list.php:
|
1357 |
msgid ""
|
1358 |
"Translate WordPress website content to other languages manually. Create "
|
1359 |
"multilingual pages, posts, widgets, menus, etc."
|
1360 |
msgstr ""
|
1361 |
-
"Переводите
|
1362 |
"многоязычные страницы, посты, виджеты, меню и т.д."
|
1363 |
|
1364 |
-
#: product_list.php:
|
1365 |
msgid ""
|
1366 |
"Add customizable pagination to WordPress website. Split long content to "
|
1367 |
"multiple pages for better navigation."
|
@@ -1369,7 +1355,7 @@ msgstr ""
|
|
1369 |
"Добавляйте настраиваемую пагинацию на ваш сайт WordPress. Разбивайте "
|
1370 |
"объемный контент на несколько страниц для лучшей навигации."
|
1371 |
|
1372 |
-
#: product_list.php:
|
1373 |
msgid ""
|
1374 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1375 |
"header/footer styles and appearance."
|
@@ -1377,7 +1363,7 @@ msgstr ""
|
|
1377 |
"Создавайте PDF-файлы и печатайте посты/страницы сайта WordPress. "
|
1378 |
"Настраивайте стили хедера/футера документа и его внешний вид."
|
1379 |
|
1380 |
-
#: product_list.php:
|
1381 |
msgid ""
|
1382 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1383 |
"Profile) to WordPress posts, pages and widgets."
|
@@ -1385,14 +1371,7 @@ msgstr ""
|
|
1385 |
"Добавляйте кнопки Pinterest \"Подписаться\", \"Сохранить\" и виджеты профиля "
|
1386 |
"(Пин, Доска, Профиль) к постам, страницам и виджетам WordPress."
|
1387 |
|
1388 |
-
#: product_list.php:
|
1389 |
-
msgid ""
|
1390 |
-
"Track views, comments and add the most popular posts to Wordpress widgets."
|
1391 |
-
msgstr ""
|
1392 |
-
"Отслеживайте просмотры и комментарии, добавляйте самые популярные посты в "
|
1393 |
-
"виджеты сайта Wordpress."
|
1394 |
-
|
1395 |
-
#: product_list.php:318
|
1396 |
msgid ""
|
1397 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1398 |
"projects to get more clients."
|
@@ -1400,13 +1379,13 @@ msgstr ""
|
|
1400 |
"Создавайте и добавляйте портфолио на свой сайт WordPress. Управляйте и "
|
1401 |
"демонстрируйте прошлые проекты, чтобы привлечь больше клиентов."
|
1402 |
|
1403 |
-
#: product_list.php:
|
1404 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1405 |
msgstr ""
|
1406 |
"С легкостью экспортируйте посты WordPress в файлы формата CSV. Настраивайте "
|
1407 |
"порядок отображения данных."
|
1408 |
|
1409 |
-
#: product_list.php:
|
1410 |
msgid ""
|
1411 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1412 |
"create and manage additional custom values."
|
@@ -1414,7 +1393,7 @@ msgstr ""
|
|
1414 |
"Добавляйте пользовательские поля в стандартный профиль WordPress. Самый "
|
1415 |
"простой способ создания и управления дополнительными полями."
|
1416 |
|
1417 |
-
#: product_list.php:
|
1418 |
msgid ""
|
1419 |
"Add and display HTML advertisement banner on WordPress website. Customize "
|
1420 |
"bar styles and appearance."
|
@@ -1422,7 +1401,7 @@ msgstr ""
|
|
1422 |
"Добавляйте и отображайте баннерную HTML рекламу на сайте WordPress. "
|
1423 |
"Настраивайте стили и внешний вид баннера."
|
1424 |
|
1425 |
-
#: product_list.php:
|
1426 |
msgid ""
|
1427 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1428 |
"widgets."
|
@@ -1430,7 +1409,7 @@ msgstr ""
|
|
1430 |
"Добавляйте настраиваемые цитаты и подсказки к постам, страницам и виджетам "
|
1431 |
"WordPress."
|
1432 |
|
1433 |
-
#: product_list.php:
|
1434 |
msgid ""
|
1435 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1436 |
"customers."
|
@@ -1438,7 +1417,7 @@ msgstr ""
|
|
1438 |
"Добавляйте систему оценивания и рейтинга на ваш сайт WordPress и получайте "
|
1439 |
"отзывы от ваших клиентов."
|
1440 |
|
1441 |
-
#: product_list.php:
|
1442 |
msgid ""
|
1443 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1444 |
"properties. Add, search and browse listings easily."
|
@@ -1447,7 +1426,7 @@ msgstr ""
|
|
1447 |
"Продавайте, арендуйте и покупайте недвижимость. Легко добавляйте, находите и "
|
1448 |
"просматривайте листинги."
|
1449 |
|
1450 |
-
#: product_list.php:
|
1451 |
msgid ""
|
1452 |
"Attach, un-attach and re-attach media files quickly to WordPress posts and "
|
1453 |
"pages."
|
@@ -1455,15 +1434,15 @@ msgstr ""
|
|
1455 |
"Прикрепляйте, открепляйте и повторно прикрепляйте медиа файлы к постам и "
|
1456 |
"страницам WordPress."
|
1457 |
|
1458 |
-
#: product_list.php:
|
1459 |
msgid ""
|
1460 |
-
"Add related
|
1461 |
-
"
|
1462 |
msgstr ""
|
1463 |
-
"Добавляйте
|
1464 |
-
"Предоставляйте своим читателям контент схожей тематики."
|
1465 |
|
1466 |
-
#: product_list.php:
|
1467 |
msgid ""
|
1468 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1469 |
"settings and detailed reports."
|
@@ -1471,7 +1450,7 @@ msgstr ""
|
|
1471 |
"Осуществляйте массовую рассылку писем пользователям WordPress. "
|
1472 |
"Пользовательские шаблоны, дополнительные настройки и подробные отчеты."
|
1473 |
|
1474 |
-
#: product_list.php:
|
1475 |
msgid ""
|
1476 |
"The best responsive slider plugin for your WordPress website. Create "
|
1477 |
"beautifully animated slides just in a few clicks."
|
@@ -1479,7 +1458,7 @@ msgstr ""
|
|
1479 |
"Самый лучший адаптивный слайдер для вашего сайта WordPress. Создавайте "
|
1480 |
"красиво анимированные слайды всего в несколько кликов."
|
1481 |
|
1482 |
-
#: product_list.php:
|
1483 |
msgid ""
|
1484 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1485 |
"Yahoo, Hotmail and other services."
|
@@ -1487,7 +1466,7 @@ msgstr ""
|
|
1487 |
"Настраивайте SMTP-сервер, чтобы получать электронные сообщения с сайта "
|
1488 |
"WordPress на такие почтовые службы как Gmail, Yahoo, Hotmail и многие другие."
|
1489 |
|
1490 |
-
#: product_list.php:
|
1491 |
msgid ""
|
1492 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1493 |
"FB, Twitter, G+1, Pinterest, LinkedIn."
|
@@ -1495,7 +1474,7 @@ msgstr ""
|
|
1495 |
"Добавляйте кнопки и виджеты социальных сетей к постам, страницам и виджетам "
|
1496 |
"WordPress. FB, Twitter, G+1, Pinterest, LinkedIn."
|
1497 |
|
1498 |
-
#: product_list.php:
|
1499 |
msgid ""
|
1500 |
"Add social media login, registration, and commenting to your WordPress "
|
1501 |
"website."
|
@@ -1503,7 +1482,7 @@ msgstr ""
|
|
1503 |
"Добавляйте на свой сайт WordPress возможность входа, регистрации и "
|
1504 |
"комментирования с использованием существующих аккаунтов социальных сетей."
|
1505 |
|
1506 |
-
#: product_list.php:
|
1507 |
msgid ""
|
1508 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1509 |
"Collect data and subscribe your users."
|
@@ -1511,7 +1490,7 @@ msgstr ""
|
|
1511 |
"Добавляйте форму подписки на новостную рассылку в посты, страницы и виджеты "
|
1512 |
"WordPress. Собирайте данные и осуществляйте подписку пользователей."
|
1513 |
|
1514 |
-
#: product_list.php:
|
1515 |
msgid ""
|
1516 |
"Add testimonials and feedbacks from your customers to WordPress website "
|
1517 |
"posts, pages, and widgets."
|
@@ -1519,7 +1498,7 @@ msgstr ""
|
|
1519 |
"Добавляйте рекомендации и отзывы ваших клиентов в посты, страницы и виджеты "
|
1520 |
"сайта WordPress."
|
1521 |
|
1522 |
-
#: product_list.php:
|
1523 |
msgid ""
|
1524 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1525 |
"attendance and generate reports."
|
@@ -1527,7 +1506,7 @@ msgstr ""
|
|
1527 |
"Лучший плагин учёта рабочего времени на сайте WordPress. Отслеживайте время "
|
1528 |
"работы сотрудников, оптимизируйте график работы в офисе и создавайте отчеты."
|
1529 |
|
1530 |
-
#: product_list.php:
|
1531 |
msgid ""
|
1532 |
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
|
1533 |
"and pages."
|
@@ -1535,7 +1514,7 @@ msgstr ""
|
|
1535 |
"Добавляйте кнопки Твиттера \"Читать\", \"Твитнуть\", \"Метка\" и \"Упомянуть"
|
1536 |
"\" к постам и страницам WordPress. "
|
1537 |
|
1538 |
-
#: product_list.php:
|
1539 |
msgid ""
|
1540 |
"Automatically check and update WordPress website core with all installed "
|
1541 |
"plugins and themes to the latest versions."
|
@@ -1543,7 +1522,7 @@ msgstr ""
|
|
1543 |
"Выполняйте автоматическую проверку и обновление ядра WordPress до последних "
|
1544 |
"версий со всеми установленными плагинами и темами."
|
1545 |
|
1546 |
-
#: product_list.php:
|
1547 |
msgid ""
|
1548 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1549 |
"copy, and delete user roles."
|
@@ -1551,7 +1530,7 @@ msgstr ""
|
|
1551 |
"Эффективный плагин управления ролями пользователей для сайта WordPress. "
|
1552 |
"Создавайте, редактируйте, копируйте и удаляйте роли пользователей."
|
1553 |
|
1554 |
-
#: product_list.php:
|
1555 |
msgid ""
|
1556 |
"Display live count of online visitors who are currently browsing your "
|
1557 |
"WordPress website."
|
@@ -1559,7 +1538,7 @@ msgstr ""
|
|
1559 |
"Ведите подсчет количества посетителей, которые в настоящее время "
|
1560 |
"просматривают ваш сайт WordPress."
|
1561 |
|
1562 |
-
#: product_list.php:
|
1563 |
msgid ""
|
1564 |
"Backup and export Zendesk Help Center content automatically to your "
|
1565 |
"WordPress website database."
|
@@ -1567,6 +1546,60 @@ msgstr ""
|
|
1567 |
"Делайте автоматическое резервное копирование и экспорт содержимого Zendesk "
|
1568 |
"Help Center в базу данных вашего сайта WordPress."
|
1569 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1570 |
#~ msgid ""
|
1571 |
#~ "Add latest posts or latest posts for selected categories widgets to "
|
1572 |
#~ "WordPress website."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-06-08 15:43+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-07-03 13:22+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
1117 |
msgstr "версия плагина."
|
1118 |
|
1119 |
#: product_list.php:7
|
1120 |
+
msgid "Admin Tools"
|
1121 |
+
msgstr "Инструменты"
|
1122 |
|
1123 |
#: product_list.php:8
|
1124 |
+
msgid "Content"
|
1125 |
+
msgstr "Контент"
|
1126 |
|
1127 |
#: product_list.php:9
|
1128 |
+
msgid "eCommerce"
|
1129 |
+
msgstr "Коммерция"
|
1130 |
|
1131 |
#: product_list.php:10
|
1132 |
+
msgid "Marketing"
|
1133 |
+
msgstr "Маркетинг"
|
1134 |
|
1135 |
#: product_list.php:11
|
1136 |
+
msgid "Navigation"
|
1137 |
+
msgstr "Навигация"
|
1138 |
|
1139 |
#: product_list.php:12
|
1140 |
+
msgid "Recommended"
|
1141 |
+
msgstr "Рекомендованные"
|
1142 |
|
1143 |
#: product_list.php:13
|
1144 |
+
msgid "Security"
|
1145 |
+
msgstr "Безопасность"
|
1146 |
|
1147 |
#: product_list.php:14
|
1148 |
+
msgid "SEO"
|
1149 |
+
msgstr "Поисковая оптимизация"
|
1150 |
|
1151 |
#: product_list.php:15
|
1152 |
+
msgid "SMM"
|
1153 |
+
msgstr "СММ"
|
1154 |
|
1155 |
#: product_list.php:22
|
1156 |
msgid ""
|
1200 |
"вашем сайте WordPress."
|
1201 |
|
1202 |
#: product_list.php:96
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1203 |
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1204 |
msgstr ""
|
1205 |
"Добавляйте кнопки PayPal и 2CO, чтобы получать пожертвования и "
|
1206 |
"благотворительные взносы."
|
1207 |
|
1208 |
+
#: product_list.php:103
|
1209 |
msgid ""
|
1210 |
"Automatically add outgoing email messages to queue instead of sending them "
|
1211 |
"immediately."
|
1213 |
"Автоматически формируйте очередь отправки исходящих электронных сообщений. "
|
1214 |
"Задавайте время и приоритет рассылки."
|
1215 |
|
1216 |
+
#: product_list.php:110
|
1217 |
msgid ""
|
1218 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1219 |
"issues faster."
|
1221 |
"Получайте последние сообщения из журнала ошибок для диагностики проблем "
|
1222 |
"сайта. Быстрее выявляйте и устраняйте проблемы."
|
1223 |
|
1224 |
+
#: product_list.php:117
|
1225 |
msgid ""
|
1226 |
"Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
|
1227 |
"widgets."
|
1229 |
"Добавляйте кнопки Facebook \"Подписаться\", \"Нравится\" и \"Поделиться\" в "
|
1230 |
"посты, страницы и виджеты сайта WordPress."
|
1231 |
|
1232 |
+
#: product_list.php:127
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1233 |
msgid ""
|
1234 |
"Add beautiful galleries, albums & images to your WordPress website in a few "
|
1235 |
"clicks."
|
1237 |
"Добавляйте живописные галереи, альбомы и изображения на ваш сайт WordPress "
|
1238 |
"всего в несколько кликов."
|
1239 |
|
1240 |
+
#: product_list.php:137
|
1241 |
msgid ""
|
1242 |
"Add unlimited gallery categories. Organize images to make the navigation "
|
1243 |
"through content easier."
|
1245 |
"Добавляйте неограниченное количество категорий галерей. Группируйте "
|
1246 |
"изображения, чтобы упростить навигацию по контенту."
|
1247 |
|
1248 |
+
#: product_list.php:144
|
1249 |
msgid ""
|
1250 |
"Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
|
1251 |
"posts, pages and widgets."
|
1253 |
"Добавляйте кнопки Google \"+1\", \"Поделиться\", \"Подписаться\", \"Hangout"
|
1254 |
"\" и значок профиля к постам, страницам и виджетам WordPress."
|
1255 |
|
1256 |
+
#: product_list.php:154
|
1257 |
+
msgid ""
|
1258 |
+
"Stronger security solution which protects your WordPress website from hacks "
|
1259 |
+
"and unauthorized login attempts."
|
1260 |
+
msgstr ""
|
1261 |
+
"Мощнейшее решение для безопасности, которое защищает ваш сайт WordPress от "
|
1262 |
+
"взломов и неавторизованных попыток входа в систему."
|
1263 |
+
|
1264 |
+
#: product_list.php:164
|
1265 |
msgid ""
|
1266 |
"Add Adsense ads to WordPress website pages, posts, custom posts, search "
|
1267 |
"results, categories, tags, and widgets."
|
1269 |
"Добавляйте рекламу сервиса Adsense на страницы, посты, пользовательские "
|
1270 |
"посты, результаты поиска, категории, теги и виджеты сайта WordPress."
|
1271 |
|
1272 |
+
#: product_list.php:174
|
1273 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1274 |
msgstr ""
|
1275 |
"Добавляйте код Google Analytics на ваш сайт WordPress и отслеживайте базовую "
|
1276 |
"статистику сайта."
|
1277 |
|
1278 |
+
#: product_list.php:184
|
1279 |
msgid ""
|
1280 |
"Protect WordPress website forms from spam entries with Google Captcha "
|
1281 |
"(reCaptcha)."
|
1283 |
"Защищайте формы вашего сайта WordPress от спама с помощью Google Captcha "
|
1284 |
"(reCaptcha)."
|
1285 |
|
1286 |
+
#: product_list.php:194
|
1287 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1288 |
msgstr ""
|
1289 |
"Добавляйте пользовательские карты Google в посты, страницы и виджеты "
|
1290 |
"WordPress."
|
1291 |
|
1292 |
+
#: product_list.php:204
|
1293 |
msgid ""
|
1294 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1295 |
"your blog."
|
1297 |
"Создавайте и добавляйте файлы XML sitemap на ваш сайт WordPress. Помогите "
|
1298 |
"поисковым системам проиндексировать ваш блог."
|
1299 |
|
1300 |
+
#: product_list.php:214
|
1301 |
msgid ""
|
1302 |
"Replace external WordPress website links with Google shortlinks and track "
|
1303 |
"click stats."
|
1305 |
"Замените внешние ссылки сайта WordPress на короткие ссылки Google и "
|
1306 |
"отслеживайте статистику кликов."
|
1307 |
|
1308 |
+
#: product_list.php:221
|
1309 |
msgid ""
|
1310 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1311 |
"hostnames, etc."
|
1313 |
"Защитите свой сайт WordPress - предоставляйте и запрещайте доступ с "
|
1314 |
"определенных IP-адресов, имен хостов и т.д."
|
1315 |
|
1316 |
+
#: product_list.php:231
|
1317 |
msgid ""
|
1318 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1319 |
"submit CV/resumes, choose candidates."
|
1320 |
msgstr ""
|
1321 |
"Создавайте свою собственную доску объявлений с перечнем вакансий на базе "
|
1322 |
+
"WordPress. Осуществляйте поиск вакансий, подачу резюме/CV кандидата, выбор "
|
1323 |
+
"кандидатов."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1324 |
|
1325 |
+
#: product_list.php:238
|
1326 |
msgid ""
|
1327 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1328 |
"attempts."
|
1330 |
"Защищайте свой сайт WordPress от брутфорс-атак. Ограничивайте количество "
|
1331 |
"попыток ввода логина."
|
1332 |
|
1333 |
+
#: product_list.php:248
|
1334 |
msgid ""
|
1335 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1336 |
"5 plugins included – profile, insider, etc."
|
1339 |
"страницам и виджетам WordPress. 5 плагинов включено - Профиль, Инсайдер и т."
|
1340 |
"д."
|
1341 |
|
1342 |
+
#: product_list.php:258
|
1343 |
msgid ""
|
1344 |
"Translate WordPress website content to other languages manually. Create "
|
1345 |
"multilingual pages, posts, widgets, menus, etc."
|
1346 |
msgstr ""
|
1347 |
+
"Переводите содержимое сайта WordPress на другие языки вручную. Создавайте "
|
1348 |
"многоязычные страницы, посты, виджеты, меню и т.д."
|
1349 |
|
1350 |
+
#: product_list.php:268
|
1351 |
msgid ""
|
1352 |
"Add customizable pagination to WordPress website. Split long content to "
|
1353 |
"multiple pages for better navigation."
|
1355 |
"Добавляйте настраиваемую пагинацию на ваш сайт WordPress. Разбивайте "
|
1356 |
"объемный контент на несколько страниц для лучшей навигации."
|
1357 |
|
1358 |
+
#: product_list.php:278
|
1359 |
msgid ""
|
1360 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1361 |
"header/footer styles and appearance."
|
1363 |
"Создавайте PDF-файлы и печатайте посты/страницы сайта WordPress. "
|
1364 |
"Настраивайте стили хедера/футера документа и его внешний вид."
|
1365 |
|
1366 |
+
#: product_list.php:288
|
1367 |
msgid ""
|
1368 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1369 |
"Profile) to WordPress posts, pages and widgets."
|
1371 |
"Добавляйте кнопки Pinterest \"Подписаться\", \"Сохранить\" и виджеты профиля "
|
1372 |
"(Пин, Доска, Профиль) к постам, страницам и виджетам WordPress."
|
1373 |
|
1374 |
+
#: product_list.php:298
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1375 |
msgid ""
|
1376 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1377 |
"projects to get more clients."
|
1379 |
"Создавайте и добавляйте портфолио на свой сайт WordPress. Управляйте и "
|
1380 |
"демонстрируйте прошлые проекты, чтобы привлечь больше клиентов."
|
1381 |
|
1382 |
+
#: product_list.php:308
|
1383 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1384 |
msgstr ""
|
1385 |
"С легкостью экспортируйте посты WordPress в файлы формата CSV. Настраивайте "
|
1386 |
"порядок отображения данных."
|
1387 |
|
1388 |
+
#: product_list.php:315
|
1389 |
msgid ""
|
1390 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1391 |
"create and manage additional custom values."
|
1393 |
"Добавляйте пользовательские поля в стандартный профиль WordPress. Самый "
|
1394 |
"простой способ создания и управления дополнительными полями."
|
1395 |
|
1396 |
+
#: product_list.php:322
|
1397 |
msgid ""
|
1398 |
"Add and display HTML advertisement banner on WordPress website. Customize "
|
1399 |
"bar styles and appearance."
|
1401 |
"Добавляйте и отображайте баннерную HTML рекламу на сайте WordPress. "
|
1402 |
"Настраивайте стили и внешний вид баннера."
|
1403 |
|
1404 |
+
#: product_list.php:332
|
1405 |
msgid ""
|
1406 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1407 |
"widgets."
|
1409 |
"Добавляйте настраиваемые цитаты и подсказки к постам, страницам и виджетам "
|
1410 |
"WordPress."
|
1411 |
|
1412 |
+
#: product_list.php:339
|
1413 |
msgid ""
|
1414 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1415 |
"customers."
|
1417 |
"Добавляйте систему оценивания и рейтинга на ваш сайт WordPress и получайте "
|
1418 |
"отзывы от ваших клиентов."
|
1419 |
|
1420 |
+
#: product_list.php:346
|
1421 |
msgid ""
|
1422 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1423 |
"properties. Add, search and browse listings easily."
|
1426 |
"Продавайте, арендуйте и покупайте недвижимость. Легко добавляйте, находите и "
|
1427 |
"просматривайте листинги."
|
1428 |
|
1429 |
+
#: product_list.php:356
|
1430 |
msgid ""
|
1431 |
"Attach, un-attach and re-attach media files quickly to WordPress posts and "
|
1432 |
"pages."
|
1434 |
"Прикрепляйте, открепляйте и повторно прикрепляйте медиа файлы к постам и "
|
1435 |
"страницам WordPress."
|
1436 |
|
1437 |
+
#: product_list.php:363
|
1438 |
msgid ""
|
1439 |
+
"Add related, featured, latest, and popular posts to your WordPress website. "
|
1440 |
+
"Connect your blog readers with a relevant content."
|
1441 |
msgstr ""
|
1442 |
+
"Добавляйте похожие, избранные, последние и популярные посты на ваш сайт "
|
1443 |
+
"WordPress. Предоставляйте своим читателям контент схожей тематики."
|
1444 |
|
1445 |
+
#: product_list.php:370
|
1446 |
msgid ""
|
1447 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1448 |
"settings and detailed reports."
|
1450 |
"Осуществляйте массовую рассылку писем пользователям WordPress. "
|
1451 |
"Пользовательские шаблоны, дополнительные настройки и подробные отчеты."
|
1452 |
|
1453 |
+
#: product_list.php:380
|
1454 |
msgid ""
|
1455 |
"The best responsive slider plugin for your WordPress website. Create "
|
1456 |
"beautifully animated slides just in a few clicks."
|
1458 |
"Самый лучший адаптивный слайдер для вашего сайта WordPress. Создавайте "
|
1459 |
"красиво анимированные слайды всего в несколько кликов."
|
1460 |
|
1461 |
+
#: product_list.php:387
|
1462 |
msgid ""
|
1463 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1464 |
"Yahoo, Hotmail and other services."
|
1466 |
"Настраивайте SMTP-сервер, чтобы получать электронные сообщения с сайта "
|
1467 |
"WordPress на такие почтовые службы как Gmail, Yahoo, Hotmail и многие другие."
|
1468 |
|
1469 |
+
#: product_list.php:394
|
1470 |
msgid ""
|
1471 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1472 |
"FB, Twitter, G+1, Pinterest, LinkedIn."
|
1474 |
"Добавляйте кнопки и виджеты социальных сетей к постам, страницам и виджетам "
|
1475 |
"WordPress. FB, Twitter, G+1, Pinterest, LinkedIn."
|
1476 |
|
1477 |
+
#: product_list.php:404
|
1478 |
msgid ""
|
1479 |
"Add social media login, registration, and commenting to your WordPress "
|
1480 |
"website."
|
1482 |
"Добавляйте на свой сайт WordPress возможность входа, регистрации и "
|
1483 |
"комментирования с использованием существующих аккаунтов социальных сетей."
|
1484 |
|
1485 |
+
#: product_list.php:411
|
1486 |
msgid ""
|
1487 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1488 |
"Collect data and subscribe your users."
|
1490 |
"Добавляйте форму подписки на новостную рассылку в посты, страницы и виджеты "
|
1491 |
"WordPress. Собирайте данные и осуществляйте подписку пользователей."
|
1492 |
|
1493 |
+
#: product_list.php:421
|
1494 |
msgid ""
|
1495 |
"Add testimonials and feedbacks from your customers to WordPress website "
|
1496 |
"posts, pages, and widgets."
|
1498 |
"Добавляйте рекомендации и отзывы ваших клиентов в посты, страницы и виджеты "
|
1499 |
"сайта WordPress."
|
1500 |
|
1501 |
+
#: product_list.php:428
|
1502 |
msgid ""
|
1503 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1504 |
"attendance and generate reports."
|
1506 |
"Лучший плагин учёта рабочего времени на сайте WordPress. Отслеживайте время "
|
1507 |
"работы сотрудников, оптимизируйте график работы в офисе и создавайте отчеты."
|
1508 |
|
1509 |
+
#: product_list.php:438
|
1510 |
msgid ""
|
1511 |
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
|
1512 |
"and pages."
|
1514 |
"Добавляйте кнопки Твиттера \"Читать\", \"Твитнуть\", \"Метка\" и \"Упомянуть"
|
1515 |
"\" к постам и страницам WordPress. "
|
1516 |
|
1517 |
+
#: product_list.php:448
|
1518 |
msgid ""
|
1519 |
"Automatically check and update WordPress website core with all installed "
|
1520 |
"plugins and themes to the latest versions."
|
1522 |
"Выполняйте автоматическую проверку и обновление ядра WordPress до последних "
|
1523 |
"версий со всеми установленными плагинами и темами."
|
1524 |
|
1525 |
+
#: product_list.php:458
|
1526 |
msgid ""
|
1527 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1528 |
"copy, and delete user roles."
|
1530 |
"Эффективный плагин управления ролями пользователей для сайта WordPress. "
|
1531 |
"Создавайте, редактируйте, копируйте и удаляйте роли пользователей."
|
1532 |
|
1533 |
+
#: product_list.php:468
|
1534 |
msgid ""
|
1535 |
"Display live count of online visitors who are currently browsing your "
|
1536 |
"WordPress website."
|
1538 |
"Ведите подсчет количества посетителей, которые в настоящее время "
|
1539 |
"просматривают ваш сайт WordPress."
|
1540 |
|
1541 |
+
#: product_list.php:478
|
1542 |
msgid ""
|
1543 |
"Backup and export Zendesk Help Center content automatically to your "
|
1544 |
"WordPress website database."
|
1546 |
"Делайте автоматическое резервное копирование и экспорт содержимого Zendesk "
|
1547 |
"Help Center в базу данных вашего сайта WordPress."
|
1548 |
|
1549 |
+
#~ msgid ""
|
1550 |
+
#~ "Add related posts to WordPress website posts or widgets. Link your "
|
1551 |
+
#~ "readers to relevant content."
|
1552 |
+
#~ msgstr ""
|
1553 |
+
#~ "Добавляйте связанные публикации в посты или виджеты сайта WordPress. "
|
1554 |
+
#~ "Предоставляйте своим читателям контент схожей тематики."
|
1555 |
+
|
1556 |
+
#~ msgid "Advertisement"
|
1557 |
+
#~ msgstr "Реклама"
|
1558 |
+
|
1559 |
+
#~ msgid "Content & Media"
|
1560 |
+
#~ msgstr "Содержание и мультимедийные элементы"
|
1561 |
+
|
1562 |
+
#~ msgid "Management"
|
1563 |
+
#~ msgstr "Управление"
|
1564 |
+
|
1565 |
+
#~ msgid "Site Stats"
|
1566 |
+
#~ msgstr "Статистика сайта"
|
1567 |
+
|
1568 |
+
#~ msgid "Social"
|
1569 |
+
#~ msgstr "Социальные сервисы"
|
1570 |
+
|
1571 |
+
#~ msgid "Utilities"
|
1572 |
+
#~ msgstr "Утилиты"
|
1573 |
+
|
1574 |
+
#~ msgid "Other"
|
1575 |
+
#~ msgstr "Другое"
|
1576 |
+
|
1577 |
+
#~ msgid ""
|
1578 |
+
#~ "Manage database and file system right from your WordPress admin dashboard."
|
1579 |
+
#~ msgstr ""
|
1580 |
+
#~ "Управляйте базой данных и файловой системой прямо из панели "
|
1581 |
+
#~ "администратора WordPress."
|
1582 |
+
|
1583 |
+
#~ msgid ""
|
1584 |
+
#~ "Add featured posts to WordPress website posts and widgets. Highlight "
|
1585 |
+
#~ "important information."
|
1586 |
+
#~ msgstr ""
|
1587 |
+
#~ "Добавляйте избранные публикации к постам и виджетам сайта WordPress. "
|
1588 |
+
#~ "Выделяйте важную информацию."
|
1589 |
+
|
1590 |
+
#~ msgid ""
|
1591 |
+
#~ "Add widgets Latest Posts or Latest Posts for Selected Categories to your "
|
1592 |
+
#~ "WordPress website."
|
1593 |
+
#~ msgstr ""
|
1594 |
+
#~ "Добавляйте виджет новейших постов или виджет новейших постов для "
|
1595 |
+
#~ "выбранной категории на сайт WordPress."
|
1596 |
+
|
1597 |
+
#~ msgid ""
|
1598 |
+
#~ "Track views, comments and add the most popular posts to Wordpress widgets."
|
1599 |
+
#~ msgstr ""
|
1600 |
+
#~ "Отслеживайте просмотры и комментарии, добавляйте самые популярные посты в "
|
1601 |
+
#~ "виджеты сайта Wordpress."
|
1602 |
+
|
1603 |
#~ msgid ""
|
1604 |
#~ "Add latest posts or latest posts for selected categories widgets to "
|
1605 |
#~ "WordPress website."
|
bws_menu/languages/bestwebsoft-uk.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-uk.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
|
9 |
"Language: uk_UA\n"
|
@@ -830,7 +830,7 @@ msgstr "Огляд"
|
|
830 |
#: class-bws-settings.php:457
|
831 |
#, php-format
|
832 |
msgid "Activate custom %s code."
|
833 |
-
msgstr "
|
834 |
|
835 |
#: class-bws-settings.php:464 deprecated.php:633
|
836 |
#, php-format
|
@@ -1115,40 +1115,40 @@ msgid "version of the plugin."
|
|
1115 |
msgstr "версія плагіна."
|
1116 |
|
1117 |
#: product_list.php:7
|
1118 |
-
msgid "
|
1119 |
-
msgstr "
|
1120 |
|
1121 |
#: product_list.php:8
|
1122 |
-
msgid "Content
|
1123 |
-
msgstr "
|
1124 |
|
1125 |
#: product_list.php:9
|
1126 |
-
msgid "
|
1127 |
-
msgstr "
|
1128 |
|
1129 |
#: product_list.php:10
|
1130 |
-
msgid "
|
1131 |
-
msgstr "
|
1132 |
|
1133 |
#: product_list.php:11
|
1134 |
-
msgid "
|
1135 |
-
msgstr "
|
1136 |
|
1137 |
#: product_list.php:12
|
1138 |
-
msgid "
|
1139 |
-
msgstr "
|
1140 |
|
1141 |
#: product_list.php:13
|
1142 |
-
msgid "
|
1143 |
-
msgstr "
|
1144 |
|
1145 |
#: product_list.php:14
|
1146 |
-
msgid "
|
1147 |
-
msgstr "
|
1148 |
|
1149 |
#: product_list.php:15
|
1150 |
-
msgid "
|
1151 |
-
msgstr "
|
1152 |
|
1153 |
#: product_list.php:22
|
1154 |
msgid ""
|
@@ -1198,18 +1198,11 @@ msgstr ""
|
|
1198 |
"вашому сайті WordPress."
|
1199 |
|
1200 |
#: product_list.php:96
|
1201 |
-
msgid ""
|
1202 |
-
"Manage database and file system right from your WordPress admin dashboard."
|
1203 |
-
msgstr ""
|
1204 |
-
"Керуйте базою даних і файловою системою прямо з панелі адміністратора "
|
1205 |
-
"WordPress."
|
1206 |
-
|
1207 |
-
#: product_list.php:105
|
1208 |
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1209 |
msgstr ""
|
1210 |
"Додавайте кнопки PayPal і 2CO, щоб отримувати пожертви та благодійні внески."
|
1211 |
|
1212 |
-
#: product_list.php:
|
1213 |
msgid ""
|
1214 |
"Automatically add outgoing email messages to queue instead of sending them "
|
1215 |
"immediately."
|
@@ -1217,7 +1210,7 @@ msgstr ""
|
|
1217 |
"Автоматично формуйте чергу відправки вихідних електронних повідомлень. "
|
1218 |
"Задавайте час і пріоритет розсилки."
|
1219 |
|
1220 |
-
#: product_list.php:
|
1221 |
msgid ""
|
1222 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1223 |
"issues faster."
|
@@ -1225,7 +1218,7 @@ msgstr ""
|
|
1225 |
"Отримуйте останні повідомлення з журналу помилок для діагностики проблем "
|
1226 |
"сайту. Швидше виявляйте і усувайте проблеми."
|
1227 |
|
1228 |
-
#: product_list.php:
|
1229 |
msgid ""
|
1230 |
"Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
|
1231 |
"widgets."
|
@@ -1233,15 +1226,7 @@ msgstr ""
|
|
1233 |
"Додавайте кнопки Facebook \"Підписатися\", \"Подобається\" та \"Поділитися\" "
|
1234 |
"у пости, сторінки і віджети сайту WordPress."
|
1235 |
|
1236 |
-
#: product_list.php:
|
1237 |
-
msgid ""
|
1238 |
-
"Add featured posts to WordPress website posts and widgets. Highlight "
|
1239 |
-
"important information."
|
1240 |
-
msgstr ""
|
1241 |
-
"Додавайте обрані публікації до постів і віджетів сайту WordPress. "
|
1242 |
-
"Підкреслюйте важливу інформацію."
|
1243 |
-
|
1244 |
-
#: product_list.php:143
|
1245 |
msgid ""
|
1246 |
"Add beautiful galleries, albums & images to your WordPress website in a few "
|
1247 |
"clicks."
|
@@ -1249,7 +1234,7 @@ msgstr ""
|
|
1249 |
"Додавайте мальовничі галереї, альбоми і зображення на ваш сайт WordPress "
|
1250 |
"всього в декілька кліків."
|
1251 |
|
1252 |
-
#: product_list.php:
|
1253 |
msgid ""
|
1254 |
"Add unlimited gallery categories. Organize images to make the navigation "
|
1255 |
"through content easier."
|
@@ -1257,7 +1242,7 @@ msgstr ""
|
|
1257 |
"Додавайте необмежену кількість категорій галерей. Групуйте зображення, щоб "
|
1258 |
"спростити навігацію контентом."
|
1259 |
|
1260 |
-
#: product_list.php:
|
1261 |
msgid ""
|
1262 |
"Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
|
1263 |
"posts, pages and widgets."
|
@@ -1265,7 +1250,15 @@ msgstr ""
|
|
1265 |
"Додавайте кнопки Google \"+1\", \"Поділитися\", \"Підписатися\", \"Hangout\" "
|
1266 |
"і значок профілю до постів, сторінок та віджетів WordPress."
|
1267 |
|
1268 |
-
#: product_list.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1269 |
msgid ""
|
1270 |
"Add Adsense ads to WordPress website pages, posts, custom posts, search "
|
1271 |
"results, categories, tags, and widgets."
|
@@ -1273,13 +1266,13 @@ msgstr ""
|
|
1273 |
"Додавайте рекламу сервісу Adsense на сторінки, пости, користувацькі пости, "
|
1274 |
"результати пошуку, категорії, теги і віджети сайту WordPress."
|
1275 |
|
1276 |
-
#: product_list.php:
|
1277 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1278 |
msgstr ""
|
1279 |
"Додавайте код Google Analytics на ваш сайт WordPress та відстежуйте базову "
|
1280 |
"статистику сайту."
|
1281 |
|
1282 |
-
#: product_list.php:
|
1283 |
msgid ""
|
1284 |
"Protect WordPress website forms from spam entries with Google Captcha "
|
1285 |
"(reCaptcha)."
|
@@ -1287,12 +1280,12 @@ msgstr ""
|
|
1287 |
"Захищайте форми вашого сайту WordPress від спаму за допомогою Google Captcha "
|
1288 |
"(reCaptcha)."
|
1289 |
|
1290 |
-
#: product_list.php:
|
1291 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1292 |
msgstr ""
|
1293 |
"Додавайте користувацькі карти Google у пости, сторінки та віджети WordPress."
|
1294 |
|
1295 |
-
#: product_list.php:
|
1296 |
msgid ""
|
1297 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1298 |
"your blog."
|
@@ -1300,7 +1293,7 @@ msgstr ""
|
|
1300 |
"Створюйте та додавайте файли XML sitemap на ваш сайт WordPress. Допоможіть "
|
1301 |
"пошуковим системам проіндексувати ваш блог."
|
1302 |
|
1303 |
-
#: product_list.php:
|
1304 |
msgid ""
|
1305 |
"Replace external WordPress website links with Google shortlinks and track "
|
1306 |
"click stats."
|
@@ -1308,7 +1301,7 @@ msgstr ""
|
|
1308 |
"Замініть зовнішні посилання сайту WordPress на короткі посилання Google і "
|
1309 |
"відстежуйте статистику кліків."
|
1310 |
|
1311 |
-
#: product_list.php:
|
1312 |
msgid ""
|
1313 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1314 |
"hostnames, etc."
|
@@ -1316,23 +1309,16 @@ msgstr ""
|
|
1316 |
"Захистіть свій сайт WordPress - надавайте та забороняйте доступ з певних IP-"
|
1317 |
"адрес, імен хостів і т.д."
|
1318 |
|
1319 |
-
#: product_list.php:
|
1320 |
msgid ""
|
1321 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1322 |
"submit CV/resumes, choose candidates."
|
1323 |
msgstr ""
|
1324 |
"Створюйте свою власну дошку оголошень з переліком вакансій на базі "
|
1325 |
-
"WordPress.
|
1326 |
-
|
1327 |
-
#: product_list.php:244
|
1328 |
-
msgid ""
|
1329 |
-
"Add widgets Latest Posts or Latest Posts for Selected Categories to your "
|
1330 |
-
"WordPress website."
|
1331 |
-
msgstr ""
|
1332 |
-
"Додавайте віджет найновішіх постів або найновішіх постів для обраних "
|
1333 |
-
"категорій на сайт WordPress."
|
1334 |
|
1335 |
-
#: product_list.php:
|
1336 |
msgid ""
|
1337 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1338 |
"attempts."
|
@@ -1340,7 +1326,7 @@ msgstr ""
|
|
1340 |
"Захищайте свій сайт WordPress від брутфорс-атак. Обмежуйте кількість спроб "
|
1341 |
"введення логіна."
|
1342 |
|
1343 |
-
#: product_list.php:
|
1344 |
msgid ""
|
1345 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1346 |
"5 plugins included – profile, insider, etc."
|
@@ -1348,15 +1334,15 @@ msgstr ""
|
|
1348 |
"Додавайте кнопки LinkedIn \"Поділитися\" та \"Відстежувати\" до постів, "
|
1349 |
"сторінок і віджетів WordPress. 5 плагінів включено - Профіль, Інсайдер і т.д."
|
1350 |
|
1351 |
-
#: product_list.php:
|
1352 |
msgid ""
|
1353 |
"Translate WordPress website content to other languages manually. Create "
|
1354 |
"multilingual pages, posts, widgets, menus, etc."
|
1355 |
msgstr ""
|
1356 |
-
"Перекладайте
|
1357 |
"багатомовні сторінки, пости, віджети, меню і т.д."
|
1358 |
|
1359 |
-
#: product_list.php:
|
1360 |
msgid ""
|
1361 |
"Add customizable pagination to WordPress website. Split long content to "
|
1362 |
"multiple pages for better navigation."
|
@@ -1364,7 +1350,7 @@ msgstr ""
|
|
1364 |
"Додавайте пагінацію з можливістю налаштування на ваш сайт WordPress. "
|
1365 |
"Розбивайте об'ємний контент на декілька сторінок для кращої навігації."
|
1366 |
|
1367 |
-
#: product_list.php:
|
1368 |
msgid ""
|
1369 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1370 |
"header/footer styles and appearance."
|
@@ -1372,7 +1358,7 @@ msgstr ""
|
|
1372 |
"Створюйте PDF-файли і друкуйте пости/сторінки сайту WordPress. Налаштовуйте "
|
1373 |
"стилі хедера/футера документа і його зовнішній вигляд."
|
1374 |
|
1375 |
-
#: product_list.php:
|
1376 |
msgid ""
|
1377 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1378 |
"Profile) to WordPress posts, pages and widgets."
|
@@ -1380,14 +1366,7 @@ msgstr ""
|
|
1380 |
"Додавайте кнопки Pinterest \"Підписатися\", \"Зберегти\" і віджети профілю "
|
1381 |
"(Пін, Дошка, Профіль) до постів, сторінок і віджетів WordPress."
|
1382 |
|
1383 |
-
#: product_list.php:
|
1384 |
-
msgid ""
|
1385 |
-
"Track views, comments and add the most popular posts to Wordpress widgets."
|
1386 |
-
msgstr ""
|
1387 |
-
"Відстежуйте перегляди, коментарі та додавайте найпопулярніші пости у віджети "
|
1388 |
-
"сайту Wordpress."
|
1389 |
-
|
1390 |
-
#: product_list.php:318
|
1391 |
msgid ""
|
1392 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1393 |
"projects to get more clients."
|
@@ -1395,13 +1374,13 @@ msgstr ""
|
|
1395 |
"Створюйте і додавайте портфоліо на свій сайт WordPress. Керуйте і "
|
1396 |
"демонструйте минулі проекти, щоб залучити більше клієнтів."
|
1397 |
|
1398 |
-
#: product_list.php:
|
1399 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1400 |
msgstr ""
|
1401 |
"З легкістю експортуйте пости WordPress в файли формату CSV. Налаштуйте "
|
1402 |
"порядок відображення даних."
|
1403 |
|
1404 |
-
#: product_list.php:
|
1405 |
msgid ""
|
1406 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1407 |
"create and manage additional custom values."
|
@@ -1409,7 +1388,7 @@ msgstr ""
|
|
1409 |
"Додавайте користувацькі поля у стандартний профіль WordPress. Найпростіший "
|
1410 |
"спосіб створення і управління додатковими полями."
|
1411 |
|
1412 |
-
#: product_list.php:
|
1413 |
msgid ""
|
1414 |
"Add and display HTML advertisement banner on WordPress website. Customize "
|
1415 |
"bar styles and appearance."
|
@@ -1417,7 +1396,7 @@ msgstr ""
|
|
1417 |
"Додавайте відображення банерної HTML реклами на сайті WordPress. Налаштуйте "
|
1418 |
"стилі і зовнішній вигляд банеру."
|
1419 |
|
1420 |
-
#: product_list.php:
|
1421 |
msgid ""
|
1422 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1423 |
"widgets."
|
@@ -1425,7 +1404,7 @@ msgstr ""
|
|
1425 |
"Додавайте редаговані цитати та підказки до постів, сторінок і віджетів "
|
1426 |
"WordPress."
|
1427 |
|
1428 |
-
#: product_list.php:
|
1429 |
msgid ""
|
1430 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1431 |
"customers."
|
@@ -1433,7 +1412,7 @@ msgstr ""
|
|
1433 |
"Додавайте систему оцінювання і рейтингу на ваш сайт WordPress і отримуйте "
|
1434 |
"відгуки від ваших клієнтів."
|
1435 |
|
1436 |
-
#: product_list.php:
|
1437 |
msgid ""
|
1438 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1439 |
"properties. Add, search and browse listings easily."
|
@@ -1442,7 +1421,7 @@ msgstr ""
|
|
1442 |
"Продавайте, орендуйте і купуйте нерухомість. Легко додавайте, знаходьте і "
|
1443 |
"переглядайте лістинги."
|
1444 |
|
1445 |
-
#: product_list.php:
|
1446 |
msgid ""
|
1447 |
"Attach, un-attach and re-attach media files quickly to WordPress posts and "
|
1448 |
"pages."
|
@@ -1450,15 +1429,15 @@ msgstr ""
|
|
1450 |
"Прикріплюйте, відкріплюйте і повторно прикріплюйте медіа файли до постів і "
|
1451 |
"сторінок WordPress."
|
1452 |
|
1453 |
-
#: product_list.php:
|
1454 |
msgid ""
|
1455 |
-
"Add related
|
1456 |
-
"
|
1457 |
msgstr ""
|
1458 |
-
"Додавайте
|
1459 |
"Надавайте своїм читачам контент схожої тематики."
|
1460 |
|
1461 |
-
#: product_list.php:
|
1462 |
msgid ""
|
1463 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1464 |
"settings and detailed reports."
|
@@ -1466,7 +1445,7 @@ msgstr ""
|
|
1466 |
"Здійснюйте масову розсилку листів користувачам WordPress. Користувацькі "
|
1467 |
"шаблони, додаткові налаштування і детальні звіти."
|
1468 |
|
1469 |
-
#: product_list.php:
|
1470 |
msgid ""
|
1471 |
"The best responsive slider plugin for your WordPress website. Create "
|
1472 |
"beautifully animated slides just in a few clicks."
|
@@ -1474,7 +1453,7 @@ msgstr ""
|
|
1474 |
"Найкращий адаптивний слайдер для вашого сайту WordPress. Створюйте красиво "
|
1475 |
"анімовані слайди всього в декілька кліків."
|
1476 |
|
1477 |
-
#: product_list.php:
|
1478 |
msgid ""
|
1479 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1480 |
"Yahoo, Hotmail and other services."
|
@@ -1482,7 +1461,7 @@ msgstr ""
|
|
1482 |
"Налаштовуйте SMTP-сервер, щоб отримувати електронні повідомлення з сайту "
|
1483 |
"WordPress на такі поштові служби як Gmail, Yahoo, Hotmail і багато інших."
|
1484 |
|
1485 |
-
#: product_list.php:
|
1486 |
msgid ""
|
1487 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1488 |
"FB, Twitter, G+1, Pinterest, LinkedIn."
|
@@ -1490,7 +1469,7 @@ msgstr ""
|
|
1490 |
"Додавайте кнопки і віджети соціальних мереж до постів, сторінок і віджетів "
|
1491 |
"WordPress. FB, Twitter, G+1, Pinterest, LinkedIn."
|
1492 |
|
1493 |
-
#: product_list.php:
|
1494 |
msgid ""
|
1495 |
"Add social media login, registration, and commenting to your WordPress "
|
1496 |
"website."
|
@@ -1498,7 +1477,7 @@ msgstr ""
|
|
1498 |
"Додавайте на свій сайт WordPress можливість входу, реєстрації та "
|
1499 |
"коментування з використанням існуючих акаунтів соціальних мереж."
|
1500 |
|
1501 |
-
#: product_list.php:
|
1502 |
msgid ""
|
1503 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1504 |
"Collect data and subscribe your users."
|
@@ -1506,7 +1485,7 @@ msgstr ""
|
|
1506 |
"Додавайте форму підписки на розсилку новин у пости, сторінки і віджети "
|
1507 |
"WordPress. Збирайте дані і здійснюйте підписку користувачів."
|
1508 |
|
1509 |
-
#: product_list.php:
|
1510 |
msgid ""
|
1511 |
"Add testimonials and feedbacks from your customers to WordPress website "
|
1512 |
"posts, pages, and widgets."
|
@@ -1514,7 +1493,7 @@ msgstr ""
|
|
1514 |
"Додавайте рекомендації та відгуки ваших клієнтів в пости, сторінки і віджети "
|
1515 |
"сайту WordPress."
|
1516 |
|
1517 |
-
#: product_list.php:
|
1518 |
msgid ""
|
1519 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1520 |
"attendance and generate reports."
|
@@ -1522,7 +1501,7 @@ msgstr ""
|
|
1522 |
"Кращий плагін обліку робочого часу на сайті WordPress. Відстежуйте час "
|
1523 |
"роботи співробітників, оптимізуйте графік роботи в офісі і створюйте звіти."
|
1524 |
|
1525 |
-
#: product_list.php:
|
1526 |
msgid ""
|
1527 |
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
|
1528 |
"and pages."
|
@@ -1530,7 +1509,7 @@ msgstr ""
|
|
1530 |
"Додавайте кнопки Твіттера \"Читати\", \"Твітнути\", \"Хештеґ\" і \"Згадати\" "
|
1531 |
"до постів і сторінок WordPress."
|
1532 |
|
1533 |
-
#: product_list.php:
|
1534 |
msgid ""
|
1535 |
"Automatically check and update WordPress website core with all installed "
|
1536 |
"plugins and themes to the latest versions."
|
@@ -1538,7 +1517,7 @@ msgstr ""
|
|
1538 |
"Виконуйте автоматичну перевірку і оновлення ядра WordPress до останніх "
|
1539 |
"версій з усіма встановленими плагінами та темами."
|
1540 |
|
1541 |
-
#: product_list.php:
|
1542 |
msgid ""
|
1543 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1544 |
"copy, and delete user roles."
|
@@ -1546,7 +1525,7 @@ msgstr ""
|
|
1546 |
"Ефективний плагін управління ролями користувачів для сайту WordPress. "
|
1547 |
"Створюйте, редагуйте, копіюйте і видаляйте ролі користувачів."
|
1548 |
|
1549 |
-
#: product_list.php:
|
1550 |
msgid ""
|
1551 |
"Display live count of online visitors who are currently browsing your "
|
1552 |
"WordPress website."
|
@@ -1554,7 +1533,7 @@ msgstr ""
|
|
1554 |
"Ведіть підрахунок кількості відвідувачів, які в даний час переглядають ваш "
|
1555 |
"сайт WordPress."
|
1556 |
|
1557 |
-
#: product_list.php:
|
1558 |
msgid ""
|
1559 |
"Backup and export Zendesk Help Center content automatically to your "
|
1560 |
"WordPress website database."
|
@@ -1562,6 +1541,60 @@ msgstr ""
|
|
1562 |
"Робіть автоматичне резервне копіювання і експорт вмісту Zendesk Help Center "
|
1563 |
"в базу даних вашого сайту WordPress."
|
1564 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1565 |
#~ msgid ""
|
1566 |
#~ "Add latest posts or latest posts for selected categories widgets to "
|
1567 |
#~ "WordPress website."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-06-08 15:43+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-07-03 13:22+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
|
9 |
"Language: uk_UA\n"
|
830 |
#: class-bws-settings.php:457
|
831 |
#, php-format
|
832 |
msgid "Activate custom %s code."
|
833 |
+
msgstr "Активувати користувацький %s код."
|
834 |
|
835 |
#: class-bws-settings.php:464 deprecated.php:633
|
836 |
#, php-format
|
1115 |
msgstr "версія плагіна."
|
1116 |
|
1117 |
#: product_list.php:7
|
1118 |
+
msgid "Admin Tools"
|
1119 |
+
msgstr "Інструменти"
|
1120 |
|
1121 |
#: product_list.php:8
|
1122 |
+
msgid "Content"
|
1123 |
+
msgstr "Контент"
|
1124 |
|
1125 |
#: product_list.php:9
|
1126 |
+
msgid "eCommerce"
|
1127 |
+
msgstr "Комерція"
|
1128 |
|
1129 |
#: product_list.php:10
|
1130 |
+
msgid "Marketing"
|
1131 |
+
msgstr "Маркетинг"
|
1132 |
|
1133 |
#: product_list.php:11
|
1134 |
+
msgid "Navigation"
|
1135 |
+
msgstr "Навігація"
|
1136 |
|
1137 |
#: product_list.php:12
|
1138 |
+
msgid "Recommended"
|
1139 |
+
msgstr "Рекомендовані "
|
1140 |
|
1141 |
#: product_list.php:13
|
1142 |
+
msgid "Security"
|
1143 |
+
msgstr "Безпека"
|
1144 |
|
1145 |
#: product_list.php:14
|
1146 |
+
msgid "SEO"
|
1147 |
+
msgstr "Пошукова оптимізація"
|
1148 |
|
1149 |
#: product_list.php:15
|
1150 |
+
msgid "SMM"
|
1151 |
+
msgstr "СММ"
|
1152 |
|
1153 |
#: product_list.php:22
|
1154 |
msgid ""
|
1198 |
"вашому сайті WordPress."
|
1199 |
|
1200 |
#: product_list.php:96
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1201 |
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1202 |
msgstr ""
|
1203 |
"Додавайте кнопки PayPal і 2CO, щоб отримувати пожертви та благодійні внески."
|
1204 |
|
1205 |
+
#: product_list.php:103
|
1206 |
msgid ""
|
1207 |
"Automatically add outgoing email messages to queue instead of sending them "
|
1208 |
"immediately."
|
1210 |
"Автоматично формуйте чергу відправки вихідних електронних повідомлень. "
|
1211 |
"Задавайте час і пріоритет розсилки."
|
1212 |
|
1213 |
+
#: product_list.php:110
|
1214 |
msgid ""
|
1215 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1216 |
"issues faster."
|
1218 |
"Отримуйте останні повідомлення з журналу помилок для діагностики проблем "
|
1219 |
"сайту. Швидше виявляйте і усувайте проблеми."
|
1220 |
|
1221 |
+
#: product_list.php:117
|
1222 |
msgid ""
|
1223 |
"Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
|
1224 |
"widgets."
|
1226 |
"Додавайте кнопки Facebook \"Підписатися\", \"Подобається\" та \"Поділитися\" "
|
1227 |
"у пости, сторінки і віджети сайту WordPress."
|
1228 |
|
1229 |
+
#: product_list.php:127
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1230 |
msgid ""
|
1231 |
"Add beautiful galleries, albums & images to your WordPress website in a few "
|
1232 |
"clicks."
|
1234 |
"Додавайте мальовничі галереї, альбоми і зображення на ваш сайт WordPress "
|
1235 |
"всього в декілька кліків."
|
1236 |
|
1237 |
+
#: product_list.php:137
|
1238 |
msgid ""
|
1239 |
"Add unlimited gallery categories. Organize images to make the navigation "
|
1240 |
"through content easier."
|
1242 |
"Додавайте необмежену кількість категорій галерей. Групуйте зображення, щоб "
|
1243 |
"спростити навігацію контентом."
|
1244 |
|
1245 |
+
#: product_list.php:144
|
1246 |
msgid ""
|
1247 |
"Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
|
1248 |
"posts, pages and widgets."
|
1250 |
"Додавайте кнопки Google \"+1\", \"Поділитися\", \"Підписатися\", \"Hangout\" "
|
1251 |
"і значок профілю до постів, сторінок та віджетів WordPress."
|
1252 |
|
1253 |
+
#: product_list.php:154
|
1254 |
+
msgid ""
|
1255 |
+
"Stronger security solution which protects your WordPress website from hacks "
|
1256 |
+
"and unauthorized login attempts."
|
1257 |
+
msgstr ""
|
1258 |
+
"Найпотужніше рішення безпеки, яке захищає ваш сайт WordPress від зломів та "
|
1259 |
+
"неавторизованих спроб входу в систему."
|
1260 |
+
|
1261 |
+
#: product_list.php:164
|
1262 |
msgid ""
|
1263 |
"Add Adsense ads to WordPress website pages, posts, custom posts, search "
|
1264 |
"results, categories, tags, and widgets."
|
1266 |
"Додавайте рекламу сервісу Adsense на сторінки, пости, користувацькі пости, "
|
1267 |
"результати пошуку, категорії, теги і віджети сайту WordPress."
|
1268 |
|
1269 |
+
#: product_list.php:174
|
1270 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1271 |
msgstr ""
|
1272 |
"Додавайте код Google Analytics на ваш сайт WordPress та відстежуйте базову "
|
1273 |
"статистику сайту."
|
1274 |
|
1275 |
+
#: product_list.php:184
|
1276 |
msgid ""
|
1277 |
"Protect WordPress website forms from spam entries with Google Captcha "
|
1278 |
"(reCaptcha)."
|
1280 |
"Захищайте форми вашого сайту WordPress від спаму за допомогою Google Captcha "
|
1281 |
"(reCaptcha)."
|
1282 |
|
1283 |
+
#: product_list.php:194
|
1284 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1285 |
msgstr ""
|
1286 |
"Додавайте користувацькі карти Google у пости, сторінки та віджети WordPress."
|
1287 |
|
1288 |
+
#: product_list.php:204
|
1289 |
msgid ""
|
1290 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1291 |
"your blog."
|
1293 |
"Створюйте та додавайте файли XML sitemap на ваш сайт WordPress. Допоможіть "
|
1294 |
"пошуковим системам проіндексувати ваш блог."
|
1295 |
|
1296 |
+
#: product_list.php:214
|
1297 |
msgid ""
|
1298 |
"Replace external WordPress website links with Google shortlinks and track "
|
1299 |
"click stats."
|
1301 |
"Замініть зовнішні посилання сайту WordPress на короткі посилання Google і "
|
1302 |
"відстежуйте статистику кліків."
|
1303 |
|
1304 |
+
#: product_list.php:221
|
1305 |
msgid ""
|
1306 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1307 |
"hostnames, etc."
|
1309 |
"Захистіть свій сайт WordPress - надавайте та забороняйте доступ з певних IP-"
|
1310 |
"адрес, імен хостів і т.д."
|
1311 |
|
1312 |
+
#: product_list.php:231
|
1313 |
msgid ""
|
1314 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1315 |
"submit CV/resumes, choose candidates."
|
1316 |
msgstr ""
|
1317 |
"Створюйте свою власну дошку оголошень з переліком вакансій на базі "
|
1318 |
+
"WordPress. Здійснюйте пошук вакансій, подачу резюме/CV кандидата, вибір "
|
1319 |
+
"кандидатів."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1320 |
|
1321 |
+
#: product_list.php:238
|
1322 |
msgid ""
|
1323 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1324 |
"attempts."
|
1326 |
"Захищайте свій сайт WordPress від брутфорс-атак. Обмежуйте кількість спроб "
|
1327 |
"введення логіна."
|
1328 |
|
1329 |
+
#: product_list.php:248
|
1330 |
msgid ""
|
1331 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1332 |
"5 plugins included – profile, insider, etc."
|
1334 |
"Додавайте кнопки LinkedIn \"Поділитися\" та \"Відстежувати\" до постів, "
|
1335 |
"сторінок і віджетів WordPress. 5 плагінів включено - Профіль, Інсайдер і т.д."
|
1336 |
|
1337 |
+
#: product_list.php:258
|
1338 |
msgid ""
|
1339 |
"Translate WordPress website content to other languages manually. Create "
|
1340 |
"multilingual pages, posts, widgets, menus, etc."
|
1341 |
msgstr ""
|
1342 |
+
"Перекладайте вміст сайту WordPress іншими мовами вручну. Створюйте "
|
1343 |
"багатомовні сторінки, пости, віджети, меню і т.д."
|
1344 |
|
1345 |
+
#: product_list.php:268
|
1346 |
msgid ""
|
1347 |
"Add customizable pagination to WordPress website. Split long content to "
|
1348 |
"multiple pages for better navigation."
|
1350 |
"Додавайте пагінацію з можливістю налаштування на ваш сайт WordPress. "
|
1351 |
"Розбивайте об'ємний контент на декілька сторінок для кращої навігації."
|
1352 |
|
1353 |
+
#: product_list.php:278
|
1354 |
msgid ""
|
1355 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1356 |
"header/footer styles and appearance."
|
1358 |
"Створюйте PDF-файли і друкуйте пости/сторінки сайту WordPress. Налаштовуйте "
|
1359 |
"стилі хедера/футера документа і його зовнішній вигляд."
|
1360 |
|
1361 |
+
#: product_list.php:288
|
1362 |
msgid ""
|
1363 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1364 |
"Profile) to WordPress posts, pages and widgets."
|
1366 |
"Додавайте кнопки Pinterest \"Підписатися\", \"Зберегти\" і віджети профілю "
|
1367 |
"(Пін, Дошка, Профіль) до постів, сторінок і віджетів WordPress."
|
1368 |
|
1369 |
+
#: product_list.php:298
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1370 |
msgid ""
|
1371 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1372 |
"projects to get more clients."
|
1374 |
"Створюйте і додавайте портфоліо на свій сайт WordPress. Керуйте і "
|
1375 |
"демонструйте минулі проекти, щоб залучити більше клієнтів."
|
1376 |
|
1377 |
+
#: product_list.php:308
|
1378 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1379 |
msgstr ""
|
1380 |
"З легкістю експортуйте пости WordPress в файли формату CSV. Налаштуйте "
|
1381 |
"порядок відображення даних."
|
1382 |
|
1383 |
+
#: product_list.php:315
|
1384 |
msgid ""
|
1385 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1386 |
"create and manage additional custom values."
|
1388 |
"Додавайте користувацькі поля у стандартний профіль WordPress. Найпростіший "
|
1389 |
"спосіб створення і управління додатковими полями."
|
1390 |
|
1391 |
+
#: product_list.php:322
|
1392 |
msgid ""
|
1393 |
"Add and display HTML advertisement banner on WordPress website. Customize "
|
1394 |
"bar styles and appearance."
|
1396 |
"Додавайте відображення банерної HTML реклами на сайті WordPress. Налаштуйте "
|
1397 |
"стилі і зовнішній вигляд банеру."
|
1398 |
|
1399 |
+
#: product_list.php:332
|
1400 |
msgid ""
|
1401 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1402 |
"widgets."
|
1404 |
"Додавайте редаговані цитати та підказки до постів, сторінок і віджетів "
|
1405 |
"WordPress."
|
1406 |
|
1407 |
+
#: product_list.php:339
|
1408 |
msgid ""
|
1409 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1410 |
"customers."
|
1412 |
"Додавайте систему оцінювання і рейтингу на ваш сайт WordPress і отримуйте "
|
1413 |
"відгуки від ваших клієнтів."
|
1414 |
|
1415 |
+
#: product_list.php:346
|
1416 |
msgid ""
|
1417 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1418 |
"properties. Add, search and browse listings easily."
|
1421 |
"Продавайте, орендуйте і купуйте нерухомість. Легко додавайте, знаходьте і "
|
1422 |
"переглядайте лістинги."
|
1423 |
|
1424 |
+
#: product_list.php:356
|
1425 |
msgid ""
|
1426 |
"Attach, un-attach and re-attach media files quickly to WordPress posts and "
|
1427 |
"pages."
|
1429 |
"Прикріплюйте, відкріплюйте і повторно прикріплюйте медіа файли до постів і "
|
1430 |
"сторінок WordPress."
|
1431 |
|
1432 |
+
#: product_list.php:363
|
1433 |
msgid ""
|
1434 |
+
"Add related, featured, latest, and popular posts to your WordPress website. "
|
1435 |
+
"Connect your blog readers with a relevant content."
|
1436 |
msgstr ""
|
1437 |
+
"Додавайте схожі, обрані, останні та популярні пости на ваш сайт WordPress. "
|
1438 |
"Надавайте своїм читачам контент схожої тематики."
|
1439 |
|
1440 |
+
#: product_list.php:370
|
1441 |
msgid ""
|
1442 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1443 |
"settings and detailed reports."
|
1445 |
"Здійснюйте масову розсилку листів користувачам WordPress. Користувацькі "
|
1446 |
"шаблони, додаткові налаштування і детальні звіти."
|
1447 |
|
1448 |
+
#: product_list.php:380
|
1449 |
msgid ""
|
1450 |
"The best responsive slider plugin for your WordPress website. Create "
|
1451 |
"beautifully animated slides just in a few clicks."
|
1453 |
"Найкращий адаптивний слайдер для вашого сайту WordPress. Створюйте красиво "
|
1454 |
"анімовані слайди всього в декілька кліків."
|
1455 |
|
1456 |
+
#: product_list.php:387
|
1457 |
msgid ""
|
1458 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1459 |
"Yahoo, Hotmail and other services."
|
1461 |
"Налаштовуйте SMTP-сервер, щоб отримувати електронні повідомлення з сайту "
|
1462 |
"WordPress на такі поштові служби як Gmail, Yahoo, Hotmail і багато інших."
|
1463 |
|
1464 |
+
#: product_list.php:394
|
1465 |
msgid ""
|
1466 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1467 |
"FB, Twitter, G+1, Pinterest, LinkedIn."
|
1469 |
"Додавайте кнопки і віджети соціальних мереж до постів, сторінок і віджетів "
|
1470 |
"WordPress. FB, Twitter, G+1, Pinterest, LinkedIn."
|
1471 |
|
1472 |
+
#: product_list.php:404
|
1473 |
msgid ""
|
1474 |
"Add social media login, registration, and commenting to your WordPress "
|
1475 |
"website."
|
1477 |
"Додавайте на свій сайт WordPress можливість входу, реєстрації та "
|
1478 |
"коментування з використанням існуючих акаунтів соціальних мереж."
|
1479 |
|
1480 |
+
#: product_list.php:411
|
1481 |
msgid ""
|
1482 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1483 |
"Collect data and subscribe your users."
|
1485 |
"Додавайте форму підписки на розсилку новин у пости, сторінки і віджети "
|
1486 |
"WordPress. Збирайте дані і здійснюйте підписку користувачів."
|
1487 |
|
1488 |
+
#: product_list.php:421
|
1489 |
msgid ""
|
1490 |
"Add testimonials and feedbacks from your customers to WordPress website "
|
1491 |
"posts, pages, and widgets."
|
1493 |
"Додавайте рекомендації та відгуки ваших клієнтів в пости, сторінки і віджети "
|
1494 |
"сайту WordPress."
|
1495 |
|
1496 |
+
#: product_list.php:428
|
1497 |
msgid ""
|
1498 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1499 |
"attendance and generate reports."
|
1501 |
"Кращий плагін обліку робочого часу на сайті WordPress. Відстежуйте час "
|
1502 |
"роботи співробітників, оптимізуйте графік роботи в офісі і створюйте звіти."
|
1503 |
|
1504 |
+
#: product_list.php:438
|
1505 |
msgid ""
|
1506 |
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
|
1507 |
"and pages."
|
1509 |
"Додавайте кнопки Твіттера \"Читати\", \"Твітнути\", \"Хештеґ\" і \"Згадати\" "
|
1510 |
"до постів і сторінок WordPress."
|
1511 |
|
1512 |
+
#: product_list.php:448
|
1513 |
msgid ""
|
1514 |
"Automatically check and update WordPress website core with all installed "
|
1515 |
"plugins and themes to the latest versions."
|
1517 |
"Виконуйте автоматичну перевірку і оновлення ядра WordPress до останніх "
|
1518 |
"версій з усіма встановленими плагінами та темами."
|
1519 |
|
1520 |
+
#: product_list.php:458
|
1521 |
msgid ""
|
1522 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1523 |
"copy, and delete user roles."
|
1525 |
"Ефективний плагін управління ролями користувачів для сайту WordPress. "
|
1526 |
"Створюйте, редагуйте, копіюйте і видаляйте ролі користувачів."
|
1527 |
|
1528 |
+
#: product_list.php:468
|
1529 |
msgid ""
|
1530 |
"Display live count of online visitors who are currently browsing your "
|
1531 |
"WordPress website."
|
1533 |
"Ведіть підрахунок кількості відвідувачів, які в даний час переглядають ваш "
|
1534 |
"сайт WordPress."
|
1535 |
|
1536 |
+
#: product_list.php:478
|
1537 |
msgid ""
|
1538 |
"Backup and export Zendesk Help Center content automatically to your "
|
1539 |
"WordPress website database."
|
1541 |
"Робіть автоматичне резервне копіювання і експорт вмісту Zendesk Help Center "
|
1542 |
"в базу даних вашого сайту WordPress."
|
1543 |
|
1544 |
+
#~ msgid ""
|
1545 |
+
#~ "Add related posts to WordPress website posts or widgets. Link your "
|
1546 |
+
#~ "readers to relevant content."
|
1547 |
+
#~ msgstr ""
|
1548 |
+
#~ "Додавайте пов'язані публікації у пости або віджети сайту WordPress. "
|
1549 |
+
#~ "Надавайте своїм читачам контент схожої тематики."
|
1550 |
+
|
1551 |
+
#~ msgid "Advertisement"
|
1552 |
+
#~ msgstr "Реклама"
|
1553 |
+
|
1554 |
+
#~ msgid "Content & Media"
|
1555 |
+
#~ msgstr "Зміст та мультимедійні елементи"
|
1556 |
+
|
1557 |
+
#~ msgid "Management"
|
1558 |
+
#~ msgstr "Управління"
|
1559 |
+
|
1560 |
+
#~ msgid "Site Stats"
|
1561 |
+
#~ msgstr "Статистика сайту"
|
1562 |
+
|
1563 |
+
#~ msgid "Social"
|
1564 |
+
#~ msgstr "Соціальні сервіси"
|
1565 |
+
|
1566 |
+
#~ msgid "Utilities"
|
1567 |
+
#~ msgstr "Утиліти"
|
1568 |
+
|
1569 |
+
#~ msgid "Other"
|
1570 |
+
#~ msgstr "Інше"
|
1571 |
+
|
1572 |
+
#~ msgid ""
|
1573 |
+
#~ "Manage database and file system right from your WordPress admin dashboard."
|
1574 |
+
#~ msgstr ""
|
1575 |
+
#~ "Керуйте базою даних і файловою системою прямо з панелі адміністратора "
|
1576 |
+
#~ "WordPress."
|
1577 |
+
|
1578 |
+
#~ msgid ""
|
1579 |
+
#~ "Add featured posts to WordPress website posts and widgets. Highlight "
|
1580 |
+
#~ "important information."
|
1581 |
+
#~ msgstr ""
|
1582 |
+
#~ "Додавайте обрані публікації до постів і віджетів сайту WordPress. "
|
1583 |
+
#~ "Підкреслюйте важливу інформацію."
|
1584 |
+
|
1585 |
+
#~ msgid ""
|
1586 |
+
#~ "Add widgets Latest Posts or Latest Posts for Selected Categories to your "
|
1587 |
+
#~ "WordPress website."
|
1588 |
+
#~ msgstr ""
|
1589 |
+
#~ "Додавайте віджет найновішіх постів або найновішіх постів для обраних "
|
1590 |
+
#~ "категорій на сайт WordPress."
|
1591 |
+
|
1592 |
+
#~ msgid ""
|
1593 |
+
#~ "Track views, comments and add the most popular posts to Wordpress widgets."
|
1594 |
+
#~ msgstr ""
|
1595 |
+
#~ "Відстежуйте перегляди, коментарі та додавайте найпопулярніші пости у "
|
1596 |
+
#~ "віджети сайту Wordpress."
|
1597 |
+
|
1598 |
#~ msgid ""
|
1599 |
#~ "Add latest posts or latest posts for selected categories widgets to "
|
1600 |
#~ "WordPress website."
|
bws_menu/product_list.php
CHANGED
@@ -4,30 +4,33 @@
|
|
4 |
*/
|
5 |
|
6 |
$bws_plugins_category = array(
|
7 |
-
'
|
8 |
-
'content
|
9 |
-
'
|
10 |
-
'
|
11 |
-
'
|
12 |
-
'
|
13 |
-
'
|
14 |
-
'
|
15 |
-
'
|
16 |
);
|
17 |
|
18 |
$bws_plugins = array(
|
19 |
-
|
|
|
20 |
'category' => array( 'security', 'recommended' ),
|
21 |
'name' => 'Captcha',
|
22 |
'description' => __( 'Protect WordPress website forms from spam entries by means of math logic.', 'bestwebsoft' ),
|
23 |
-
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
24 |
-
'settings' => 'admin.php?page=
|
|
|
25 |
'pro_version' => 'captcha-pro/captcha_pro.php',
|
26 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
27 |
-
'pro_settings' => 'admin.php?page=captcha_pro.php'
|
|
|
28 |
),
|
29 |
'car-rental/car-rental.php' => array(
|
30 |
-
'category' => array( '
|
31 |
'name' => 'Car Rental',
|
32 |
'description' => __( 'Create your personal car rental/booking and reservation website.', 'bestwebsoft' ),
|
33 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental/?k=444cac6df9a0d3a9763ab4753d24941b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -37,7 +40,7 @@ $bws_plugins = array(
|
|
37 |
'pro_settings' => 'admin.php?page=car-rental-pro-settings'
|
38 |
),
|
39 |
'contact-form-plugin/contact_form.php' => array(
|
40 |
-
'category' => array( '
|
41 |
'name' => 'Contact Form',
|
42 |
'description' => __( 'Allow customers to reach you using secure contact form plugin any website must have.', 'bestwebsoft' ),
|
43 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -47,7 +50,7 @@ $bws_plugins = array(
|
|
47 |
'pro_settings' => 'admin.php?page=contact_form_pro.php'
|
48 |
),
|
49 |
'contact-form-multi/contact-form-multi.php' => array(
|
50 |
-
'category' => array( '
|
51 |
'name' => 'Contact Form Multi',
|
52 |
'description' => __( 'Add unlimited number of contact forms to WordPress website.', 'bestwebsoft' ),
|
53 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -57,7 +60,7 @@ $bws_plugins = array(
|
|
57 |
'pro_settings' => ''
|
58 |
),
|
59 |
'contact-form-to-db/contact_form_to_db.php' => array(
|
60 |
-
'category' => array( '
|
61 |
'name' => 'Contact Form to DB',
|
62 |
'description' => __( 'Save and manage Contact Form messages. Never lose important data.', 'bestwebsoft' ),
|
63 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -67,21 +70,21 @@ $bws_plugins = array(
|
|
67 |
'pro_settings' => 'admin.php?page=cntctfrmtdbpr_settings'
|
68 |
),
|
69 |
'custom-admin-page/custom-admin-page.php' => array(
|
70 |
-
'category' => array( '
|
71 |
'name' => 'Custom Admin Page',
|
72 |
'description' => __( 'Add unlimited custom pages to WordPress admin dashboard.', 'bestwebsoft' ),
|
73 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-admin-page/?k=9ac03f16c25e845e8e055a221c3e1467&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
74 |
'settings' => 'admin.php?page=custom-admin-page.php'
|
75 |
),
|
76 |
'custom-fields-search/custom-fields-search.php' => array(
|
77 |
-
'category' => array( '
|
78 |
'name' => 'Custom Fields Search',
|
79 |
'description' => __( 'Add custom fields to WordPress website search results.', 'bestwebsoft' ),
|
80 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
81 |
'settings' => 'admin.php?page=custom_fields_search.php'
|
82 |
),
|
83 |
'custom-search-plugin/custom-search-plugin.php' => array(
|
84 |
-
'category' => array( '
|
85 |
'name' => 'Custom Search',
|
86 |
'description' => __( 'Add custom post types and taxonomies to WordPress website search results.', 'bestwebsoft' ),
|
87 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-search/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -91,28 +94,21 @@ $bws_plugins = array(
|
|
91 |
'pro_settings' => 'admin.php?page=custom_search_pro.php'
|
92 |
),
|
93 |
'donate-button/donate.php' => array(
|
94 |
-
'category' => array( '
|
95 |
'name' => 'Donate',
|
96 |
'description' => __( 'Add PayPal and 2CO donate buttons to receive charity payments.', 'bestwebsoft' ),
|
97 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
98 |
'settings' => 'admin.php?page=donate.php'
|
99 |
),
|
100 |
-
'email-queue/email-queue.php' => array(
|
101 |
-
'category' => array( 'other' ),
|
102 |
-
'name' => 'Email Queue',
|
103 |
-
'description' => __( 'Automatically add outgoing email messages to queue instead of sending them immediately.', 'bestwebsoft' ),
|
104 |
-
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
105 |
-
'settings' => 'admin.php?page=mlq_settings'
|
106 |
-
),
|
107 |
'error-log-viewer/error-log-viewer.php' => array(
|
108 |
-
'category' => array( '
|
109 |
'name' => 'Error Log Viewer',
|
110 |
'description' => __( 'Get latest error log messages to diagnose website problems. Define and fix issues faster.', 'bestwebsoft' ),
|
111 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/error-log-viewer/?k=da0de8bd2c7a0b2fea5df64d55a368b3&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
112 |
'settings' => 'admin.php?page=rrrlgvwr.php&tab=settings'
|
113 |
),
|
114 |
'facebook-button-plugin/facebook-button-plugin.php' => array(
|
115 |
-
'category' => array( '
|
116 |
'name' => 'Facebook Button',
|
117 |
'description' => __( 'Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and widgets.', 'bestwebsoft' ),
|
118 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -121,15 +117,8 @@ $bws_plugins = array(
|
|
121 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/buy/?k=8da168e60a831cfb3525417c333ad275&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
122 |
'pro_settings' => 'admin.php?page=facebook-button-pro.php'
|
123 |
),
|
124 |
-
'bws-featured-posts/bws-featured-posts.php' => array(
|
125 |
-
'category' => array( 'content-and-media' ),
|
126 |
-
'name' => 'Featured Posts',
|
127 |
-
'description' => __( 'Add featured posts to WordPress website posts and widgets. Highlight important information.', 'bestwebsoft' ),
|
128 |
-
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/featured-posts/?k=f0afb31185ba7c7d6d598528d69f6d97&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
129 |
-
'settings' => 'admin.php?page=featured-posts.php'
|
130 |
-
),
|
131 |
'gallery-plugin/gallery-plugin.php' => array(
|
132 |
-
'category' => array( 'content
|
133 |
'name' => 'Gallery',
|
134 |
'description' => __( 'Add beautiful galleries, albums & images to your WordPress website in a few clicks.', 'bestwebsoft' ),
|
135 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/gallery/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -138,15 +127,8 @@ $bws_plugins = array(
|
|
138 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/gallery/buy/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
139 |
'pro_settings' => 'admin.php?page=gallery-plugin-pro.php'
|
140 |
),
|
141 |
-
'gallery-categories/gallery-categories.php' => array(
|
142 |
-
'category' => array( 'content-and-media' ),
|
143 |
-
'name' => 'Gallery Categories',
|
144 |
-
'description' => __( 'Add unlimited gallery categories. Organize images to make the navigation through content easier.', 'bestwebsoft' ),
|
145 |
-
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/gallery-categories/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
146 |
-
'settings' => ''
|
147 |
-
),
|
148 |
'google-one/google-plus-one.php' => array(
|
149 |
-
'category' => array( '
|
150 |
'name' => 'Google +1',
|
151 |
'description' => __( 'Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress posts, pages and widgets.', 'bestwebsoft' ),
|
152 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -155,8 +137,18 @@ $bws_plugins = array(
|
|
155 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/google-plus-one/buy/?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
156 |
'pro_settings' => 'admin.php?page=google-plus-one-pro.php'
|
157 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
158 |
'adsense-plugin/adsense-plugin.php' => array(
|
159 |
-
'category' => array( '
|
160 |
'name' => 'Google AdSense',
|
161 |
'description' => __( 'Add Adsense ads to WordPress website pages, posts, custom posts, search results, categories, tags, and widgets.', 'bestwebsoft' ),
|
162 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -166,7 +158,7 @@ $bws_plugins = array(
|
|
166 |
'pro_settings' => 'admin.php?page=adsense-pro.php'
|
167 |
),
|
168 |
'bws-google-analytics/bws-google-analytics.php' => array(
|
169 |
-
'category' => array( '
|
170 |
'name' => 'Google Analytics',
|
171 |
'description' => __( 'Add Google Analytics code to WordPress website and track basic stats.', 'bestwebsoft' ),
|
172 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -186,7 +178,7 @@ $bws_plugins = array(
|
|
186 |
'pro_settings' => 'admin.php?page=google-captcha-pro.php'
|
187 |
),
|
188 |
'bws-google-maps/bws-google-maps.php' => array(
|
189 |
-
'category' => array( 'content
|
190 |
'name' => 'Google Maps',
|
191 |
'description' => __( 'Add customized Google maps to WordPress posts, pages and widgets.', 'bestwebsoft' ),
|
192 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -196,7 +188,7 @@ $bws_plugins = array(
|
|
196 |
'pro_settings' => 'admin.php?page=bws-google-maps-pro.php'
|
197 |
),
|
198 |
'google-sitemap-plugin/google-sitemap-plugin.php' => array(
|
199 |
-
'category' => array( '
|
200 |
'name' => 'Google Sitemap',
|
201 |
'description' => __( 'Generate and add XML sitemap to WordPress website. Help search engines index your blog.', 'bestwebsoft' ),
|
202 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -206,7 +198,7 @@ $bws_plugins = array(
|
|
206 |
'pro_settings' => 'admin.php?page=google-sitemap-pro.php'
|
207 |
),
|
208 |
'google-shortlink/google-shortlink.php' => array(
|
209 |
-
'category' => array( '
|
210 |
'name' => 'Google Shortlink',
|
211 |
'description' => __( 'Replace external WordPress website links with Google shortlinks and track click stats.', 'bestwebsoft' ),
|
212 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -223,19 +215,12 @@ $bws_plugins = array(
|
|
223 |
'pro_settings' => 'admin.php?page=htaccess-pro.php'
|
224 |
),
|
225 |
'job-board/job-board.php' => array(
|
226 |
-
'category' => array( '
|
227 |
'name' => 'Job Board',
|
228 |
'description' => __( 'Create your personal job board and listing WordPress website. Search jobs, submit CV/resumes, choose candidates.', 'bestwebsoft' ),
|
229 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
230 |
'settings' => 'admin.php?page=job-board.php'
|
231 |
),
|
232 |
-
'bws-latest-posts/bws-latest-posts.php' => array(
|
233 |
-
'category' => array( 'content-and-media' ),
|
234 |
-
'name' => 'Latest Posts',
|
235 |
-
'description' => __( 'Add widgets Latest Posts or Latest Posts for Selected Categories to your WordPress website.', 'bestwebsoft' ),
|
236 |
-
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/latest-posts/?k=ef4e125aadadd8d219140daa184a9399&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
237 |
-
'settings' => 'admin.php?page=latest-posts.php'
|
238 |
-
),
|
239 |
'limit-attempts/limit-attempts.php' => array(
|
240 |
'category' => array( 'security', 'recommended' ),
|
241 |
'name' => 'Limit Attempts',
|
@@ -247,7 +232,7 @@ $bws_plugins = array(
|
|
247 |
'pro_settings' => 'admin.php?page=limit-attempts-pro.php'
|
248 |
),
|
249 |
'bws-linkedin/bws-linkedin.php' => array(
|
250 |
-
'category' => array( '
|
251 |
'name' => 'LinkedIn',
|
252 |
'description' => __( 'Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. 5 plugins included – profile, insider, etc.', 'bestwebsoft' ),
|
253 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/linkedin/?k=d63c7319622ccc5f589dd2d545c1d77c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -257,7 +242,7 @@ $bws_plugins = array(
|
|
257 |
'pro_settings' => 'admin.php?page=linkedin-pro.php'
|
258 |
),
|
259 |
'multilanguage/multilanguage.php' => array(
|
260 |
-
'category' => array( 'content
|
261 |
'name' => 'Multilanguage',
|
262 |
'description' => __( 'Translate WordPress website content to other languages manually. Create multilingual pages, posts, widgets, menus, etc.', 'bestwebsoft' ),
|
263 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/multilanguage/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -267,7 +252,7 @@ $bws_plugins = array(
|
|
267 |
'pro_settings' => 'admin.php?page=mltlnggpr_settings'
|
268 |
),
|
269 |
'pagination/pagination.php' => array(
|
270 |
-
'category' => array( '
|
271 |
'name' => 'Pagination',
|
272 |
'description' => __( 'Add customizable pagination to WordPress website. Split long content to multiple pages for better navigation.', 'bestwebsoft' ),
|
273 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/pagination/?k=22adb940256f149559ba8fedcd728ac8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -277,7 +262,7 @@ $bws_plugins = array(
|
|
277 |
'pro_settings' => 'admin.php?page=pagination-pro.php'
|
278 |
),
|
279 |
'pdf-print/pdf-print.php' => array(
|
280 |
-
'category' => array( '
|
281 |
'name' => 'PDF & Print',
|
282 |
'description' => __( 'Generate PDF files and print WordPress posts/pages. Customize document header/footer styles and appearance.', 'bestwebsoft' ),
|
283 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -287,7 +272,7 @@ $bws_plugins = array(
|
|
287 |
'pro_settings' => 'admin.php?page=pdf-print-pro.php'
|
288 |
),
|
289 |
'bws-pinterest/bws-pinterest.php' => array(
|
290 |
-
'category' => array( '
|
291 |
'name' => 'Pinterest',
|
292 |
'description' => __( 'Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, Profile) to WordPress posts, pages and widgets.', 'bestwebsoft' ),
|
293 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/pinterest/?k=504107b6213f247a67fe7ffb94e97c78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -296,15 +281,8 @@ $bws_plugins = array(
|
|
296 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/pinterest/buy/?k=ab0069edd1914a3ca8f541bfd88bb0bb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
297 |
'pro_settings' => 'admin.php?page=pinterest-pro.php'
|
298 |
),
|
299 |
-
'bws-popular-posts/bws-popular-posts.php' => array(
|
300 |
-
'category' => array( 'content-and-media', 'recommended' ),
|
301 |
-
'name' => 'Popular Posts',
|
302 |
-
'description' => __( 'Track views, comments and add the most popular posts to Wordpress widgets.', 'bestwebsoft' ),
|
303 |
-
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/popular-posts/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
304 |
-
'settings' => 'admin.php?page=popular-posts.php'
|
305 |
-
),
|
306 |
'portfolio/portfolio.php' => array(
|
307 |
-
'category' => array( 'content
|
308 |
'name' => 'Portfolio',
|
309 |
'description' => __( 'Create your personal portfolio WordPress website. Manage and showcase past projects to get more clients.', 'bestwebsoft' ),
|
310 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/portfolio/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -314,21 +292,21 @@ $bws_plugins = array(
|
|
314 |
'pro_settings' => 'admin.php?page=portfolio-pro.php'
|
315 |
),
|
316 |
'post-to-csv/post-to-csv.php' => array(
|
317 |
-
'category' => array( '
|
318 |
'name' => 'Post to CSV',
|
319 |
'description' => __( 'Export WordPress posts to CSV file format easily. Configure data order.', 'bestwebsoft' ),
|
320 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
321 |
'settings' => 'admin.php?page=post-to-csv.php'
|
322 |
),
|
323 |
'profile-extra-fields/profile-extra-fields.php' => array(
|
324 |
-
'category' => array( '
|
325 |
'name' => 'Profile Extra Fields',
|
326 |
'description' => __( 'Add extra fields to default WordPress user profile. The easiest way to create and manage additional custom values.', 'bestwebsoft' ),
|
327 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/profile-extra-fields/?k=fe3b6c3dbc80bd4b1cf9a27a2f339820&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
328 |
'settings' => 'admin.php?page=profile-extra-fields.php'
|
329 |
),
|
330 |
'promobar/promobar.php' => array(
|
331 |
-
'category' => array( '
|
332 |
'name' => 'PromoBar',
|
333 |
'description' => __( 'Add and display HTML advertisement banner on WordPress website. Customize bar styles and appearance.', 'bestwebsoft' ),
|
334 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/promobar/?k=619eac2232d9cfa382c4e678c3b14766&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -338,21 +316,21 @@ $bws_plugins = array(
|
|
338 |
'pro_settings' => 'admin.php?page=promobar-pro.php'
|
339 |
),
|
340 |
'quotes-and-tips/quotes-and-tips.php' => array(
|
341 |
-
'category' => array( 'content
|
342 |
'name' => 'Quotes and Tips',
|
343 |
'description' => __( 'Add customizable quotes and tips blocks to WordPress posts, pages and widgets.', 'bestwebsoft' ),
|
344 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
345 |
'settings' => 'admin.php?page=quotes-and-tips.php'
|
346 |
),
|
347 |
'rating-bws/rating-bws.php' => array(
|
348 |
-
'category' => array( '
|
349 |
'name' => 'Rating',
|
350 |
'description' => __( 'Add rating plugin to your WordPress website to receive feedback from your customers.', 'bestwebsoft' ),
|
351 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/rating/?k=c00e0824bb999735a3224616ef51f4c5&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
352 |
'settings' => 'admin.php?page=rating.php'
|
353 |
),
|
354 |
'realty/realty.php' => array(
|
355 |
-
'category' => array( '
|
356 |
'name' => 'Realty',
|
357 |
'description' => __( 'Create your personal real estate WordPress website. Sell, rent and buy properties. Add, search and browse listings easily.', 'bestwebsoft' ),
|
358 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/realty/?k=d55de979dbbbb7af0b2ff1d7f43884fa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -361,22 +339,15 @@ $bws_plugins = array(
|
|
361 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/realty/buy/?k=c7791f0a72acfb36f564a614dbccb474&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
362 |
'pro_settings' => 'admin.php?page=realty_pro_settings'
|
363 |
),
|
364 |
-
're-attacher/re-attacher.php' => array(
|
365 |
-
'category' => array( 'utilities' ),
|
366 |
-
'name' => 'Re-attacher',
|
367 |
-
'description' => __( 'Attach, un-attach and re-attach media files quickly to WordPress posts and pages.', 'bestwebsoft' ),
|
368 |
-
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/re-attacher/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
369 |
-
'settings' => 'admin.php?page=re-attacher.php'
|
370 |
-
),
|
371 |
'relevant/related-posts-plugin.php' => array(
|
372 |
-
'category' => array( '
|
373 |
-
'name' => 'Relevant - Related Posts',
|
374 |
-
'description' => __( 'Add related posts to WordPress website
|
375 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/related-posts/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
376 |
'settings' => 'admin.php?page=related-posts-plugin.php'
|
377 |
),
|
378 |
'sender/sender.php' => array(
|
379 |
-
'category' => array( '
|
380 |
'name' => 'Sender',
|
381 |
'description' => __( 'Send bulk email messages to WordPress users. Custom templates, advanced settings and detailed reports.', 'bestwebsoft' ),
|
382 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -386,21 +357,21 @@ $bws_plugins = array(
|
|
386 |
'pro_settings' => 'admin.php?page=sndrpr_settings'
|
387 |
),
|
388 |
'slider-bws/slider-bws.php' => array(
|
389 |
-
'category' => array( 'content
|
390 |
'name' => 'Slider',
|
391 |
'description' => __( 'The best responsive slider plugin for your WordPress website. Create beautifully animated slides just in a few clicks.', 'bestwebsoft' ),
|
392 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/slider/?k=02acebf8531b2995e7de8474ae28e290&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
393 |
'settings' => 'admin.php?page=slider-settings.php'
|
394 |
),
|
395 |
'bws-smtp/bws-smtp.php' => array(
|
396 |
-
'category' => array( '
|
397 |
'name' => 'SMTP',
|
398 |
'description' => __( 'Configure SMTP server to receive email messages from WordPress to Gmail, Yahoo, Hotmail and other services.', 'bestwebsoft' ),
|
399 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/smtp/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
400 |
'settings' => 'admin.php?page=bwssmtp_settings'
|
401 |
),
|
402 |
'social-buttons-pack/social-buttons-pack.php' => array(
|
403 |
-
'category' => array( '
|
404 |
'name' => 'Social Buttons Pack',
|
405 |
'description' => __( 'Add social media buttons and widgets to WordPress posts, pages and widgets. FB, Twitter, G+1, Pinterest, LinkedIn.', 'bestwebsoft' ),
|
406 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/social-buttons-pack/?k=b6440fad9f54274429e536b0c61b42da&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -410,14 +381,14 @@ $bws_plugins = array(
|
|
410 |
'pro_settings' => 'admin.php?page=social-buttons.php'
|
411 |
),
|
412 |
'social-login-bws/social-login-bws.php' => array(
|
413 |
-
'category' => array( '
|
414 |
'name' => 'Social Login',
|
415 |
'description' => __( 'Add social media login, registration, and commenting to your WordPress website.', 'bestwebsoft' ),
|
416 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/social-login/?k=62817c9c94f24129e40894e1d9c3f49d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
417 |
'settings' => 'admin.php?page=social-login.php'
|
418 |
),
|
419 |
'subscriber/subscriber.php' => array(
|
420 |
-
'category' => array( '
|
421 |
'name' => 'Subscriber',
|
422 |
'description' => __( 'Add email newsletter sign up form to WordPress posts, pages and widgets. Collect data and subscribe your users.', 'bestwebsoft' ),
|
423 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -427,14 +398,14 @@ $bws_plugins = array(
|
|
427 |
'pro_settings' => 'admin.php?page=sbscrbrpr_settings_page'
|
428 |
),
|
429 |
'bws-testimonials/bws-testimonials.php' => array(
|
430 |
-
'category' => array( '
|
431 |
'name' => 'Testimonials',
|
432 |
'description' => __( 'Add testimonials and feedbacks from your customers to WordPress website posts, pages, and widgets.', 'bestwebsoft' ),
|
433 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/testimonials/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
434 |
'settings' => 'admin.php?page=testimonials.php'
|
435 |
),
|
436 |
'timesheet/timesheet.php' => array(
|
437 |
-
'category' => array( '
|
438 |
'name' => 'Timesheet',
|
439 |
'description' => __( 'Best timesheet plugin for WordPress. Track employee time, streamline attendance and generate reports.', 'bestwebsoft' ),
|
440 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/timesheet/?k=06a58bb78c17a43df01825925f05a5c1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -444,7 +415,7 @@ $bws_plugins = array(
|
|
444 |
'pro_settings' => 'admin.php?page=timesheet_pro_settings'
|
445 |
),
|
446 |
'twitter-plugin/twitter.php' => array(
|
447 |
-
'category' => array( '
|
448 |
'name' => 'Twitter',
|
449 |
'description' => __( 'Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts and pages.', 'bestwebsoft' ),
|
450 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/twitter/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -454,7 +425,7 @@ $bws_plugins = array(
|
|
454 |
'pro_settings' => 'admin.php?page=twitter-pro.php'
|
455 |
),
|
456 |
'updater/updater.php' => array(
|
457 |
-
'category' => array( '
|
458 |
'name' => 'Updater',
|
459 |
'description' => __( 'Automatically check and update WordPress website core with all installed plugins and themes to the latest versions.', 'bestwebsoft' ),
|
460 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/updater/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -464,7 +435,7 @@ $bws_plugins = array(
|
|
464 |
'pro_settings' => 'admin.php?page=updater-pro-options'
|
465 |
),
|
466 |
'user-role/user-role.php' => array(
|
467 |
-
'category' => array( '
|
468 |
'name' => 'User Role',
|
469 |
'description' => __( 'Powerful user role management plugin for WordPress website. Create, edit, copy, and delete user roles.', 'bestwebsoft' ),
|
470 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -474,7 +445,7 @@ $bws_plugins = array(
|
|
474 |
'pro_settings' => 'admin.php?page=user-role-pro.php'
|
475 |
),
|
476 |
'visitors-online/visitors-online.php' => array(
|
477 |
-
'category' => array( '
|
478 |
'name' => 'Visitors Online',
|
479 |
'description' => __( 'Display live count of online visitors who are currently browsing your WordPress website.', 'bestwebsoft' ),
|
480 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/visitors-online/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -484,7 +455,7 @@ $bws_plugins = array(
|
|
484 |
'pro_settings' => 'admin.php?page=visitors-online-pro.php'
|
485 |
),
|
486 |
'zendesk-help-center/zendesk-help-center.php' => array(
|
487 |
-
'category' => array( '
|
488 |
'name' => 'Zendesk Help Center',
|
489 |
'description' => __( 'Backup and export Zendesk Help Center content automatically to your WordPress website database.', 'bestwebsoft' ),
|
490 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/zendesk-help-center/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
4 |
*/
|
5 |
|
6 |
$bws_plugins_category = array(
|
7 |
+
'admin-tools' => array( 'name' => __( 'Admin Tools', 'bestwebsoft' ) ),
|
8 |
+
'content' => array( 'name' => __( 'Content', 'bestwebsoft' ) ),
|
9 |
+
'ecommerce' => array( 'name' => __( 'eCommerce', 'bestwebsoft' ) ),
|
10 |
+
'marketing' => array( 'name' => __( 'Marketing', 'bestwebsoft' ) ),
|
11 |
+
'navigation' => array( 'name' => __( 'Navigation', 'bestwebsoft' ) ),
|
12 |
+
'recommended' => array( 'name' => __( 'Recommended', 'bestwebsoft' ) ),
|
13 |
+
'security' => array( 'name' => __( 'Security', 'bestwebsoft' ) ),
|
14 |
+
'seo' => array( 'name' => __( 'SEO', 'bestwebsoft' ) ),
|
15 |
+
'smm' => array( 'name' => __( 'SMM', 'bestwebsoft' ) ),
|
16 |
);
|
17 |
|
18 |
$bws_plugins = array(
|
19 |
+
/* captcha has pro version only */
|
20 |
+
'captcha-pro/captcha-pro.php' => array(
|
21 |
'category' => array( 'security', 'recommended' ),
|
22 |
'name' => 'Captcha',
|
23 |
'description' => __( 'Protect WordPress website forms from spam entries by means of math logic.', 'bestwebsoft' ),
|
24 |
+
/*'link' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, */
|
25 |
+
'settings' => 'admin.php?page=captcha_pro.php',
|
26 |
+
'install_url' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
27 |
'pro_version' => 'captcha-pro/captcha_pro.php',
|
28 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
29 |
+
'pro_settings' => 'admin.php?page=captcha_pro.php',
|
30 |
+
'icon' => bws_menu_url( 'icons/plugins/' ) . 'captcha.png'
|
31 |
),
|
32 |
'car-rental/car-rental.php' => array(
|
33 |
+
'category' => array( 'ecommerce' ),
|
34 |
'name' => 'Car Rental',
|
35 |
'description' => __( 'Create your personal car rental/booking and reservation website.', 'bestwebsoft' ),
|
36 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental/?k=444cac6df9a0d3a9763ab4753d24941b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
40 |
'pro_settings' => 'admin.php?page=car-rental-pro-settings'
|
41 |
),
|
42 |
'contact-form-plugin/contact_form.php' => array(
|
43 |
+
'category' => array( 'marketing', 'recommended' ),
|
44 |
'name' => 'Contact Form',
|
45 |
'description' => __( 'Allow customers to reach you using secure contact form plugin any website must have.', 'bestwebsoft' ),
|
46 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
50 |
'pro_settings' => 'admin.php?page=contact_form_pro.php'
|
51 |
),
|
52 |
'contact-form-multi/contact-form-multi.php' => array(
|
53 |
+
'category' => array( 'marketing', 'recommended' ),
|
54 |
'name' => 'Contact Form Multi',
|
55 |
'description' => __( 'Add unlimited number of contact forms to WordPress website.', 'bestwebsoft' ),
|
56 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
60 |
'pro_settings' => ''
|
61 |
),
|
62 |
'contact-form-to-db/contact_form_to_db.php' => array(
|
63 |
+
'category' => array( 'admin-tools', 'recommended' ),
|
64 |
'name' => 'Contact Form to DB',
|
65 |
'description' => __( 'Save and manage Contact Form messages. Never lose important data.', 'bestwebsoft' ),
|
66 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
70 |
'pro_settings' => 'admin.php?page=cntctfrmtdbpr_settings'
|
71 |
),
|
72 |
'custom-admin-page/custom-admin-page.php' => array(
|
73 |
+
'category' => array( 'admin-tools' ),
|
74 |
'name' => 'Custom Admin Page',
|
75 |
'description' => __( 'Add unlimited custom pages to WordPress admin dashboard.', 'bestwebsoft' ),
|
76 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-admin-page/?k=9ac03f16c25e845e8e055a221c3e1467&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
77 |
'settings' => 'admin.php?page=custom-admin-page.php'
|
78 |
),
|
79 |
'custom-fields-search/custom-fields-search.php' => array(
|
80 |
+
'category' => array( 'navigation' ),
|
81 |
'name' => 'Custom Fields Search',
|
82 |
'description' => __( 'Add custom fields to WordPress website search results.', 'bestwebsoft' ),
|
83 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
84 |
'settings' => 'admin.php?page=custom_fields_search.php'
|
85 |
),
|
86 |
'custom-search-plugin/custom-search-plugin.php' => array(
|
87 |
+
'category' => array( 'navigation' ),
|
88 |
'name' => 'Custom Search',
|
89 |
'description' => __( 'Add custom post types and taxonomies to WordPress website search results.', 'bestwebsoft' ),
|
90 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-search/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
94 |
'pro_settings' => 'admin.php?page=custom_search_pro.php'
|
95 |
),
|
96 |
'donate-button/donate.php' => array(
|
97 |
+
'category' => array( 'ecommerce' ),
|
98 |
'name' => 'Donate',
|
99 |
'description' => __( 'Add PayPal and 2CO donate buttons to receive charity payments.', 'bestwebsoft' ),
|
100 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
101 |
'settings' => 'admin.php?page=donate.php'
|
102 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
'error-log-viewer/error-log-viewer.php' => array(
|
104 |
+
'category' => array( 'admin-tools' ),
|
105 |
'name' => 'Error Log Viewer',
|
106 |
'description' => __( 'Get latest error log messages to diagnose website problems. Define and fix issues faster.', 'bestwebsoft' ),
|
107 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/error-log-viewer/?k=da0de8bd2c7a0b2fea5df64d55a368b3&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
108 |
'settings' => 'admin.php?page=rrrlgvwr.php&tab=settings'
|
109 |
),
|
110 |
'facebook-button-plugin/facebook-button-plugin.php' => array(
|
111 |
+
'category' => array( 'smm' ),
|
112 |
'name' => 'Facebook Button',
|
113 |
'description' => __( 'Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and widgets.', 'bestwebsoft' ),
|
114 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
117 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/buy/?k=8da168e60a831cfb3525417c333ad275&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
118 |
'pro_settings' => 'admin.php?page=facebook-button-pro.php'
|
119 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
'gallery-plugin/gallery-plugin.php' => array(
|
121 |
+
'category' => array( 'content', 'recommended' ),
|
122 |
'name' => 'Gallery',
|
123 |
'description' => __( 'Add beautiful galleries, albums & images to your WordPress website in a few clicks.', 'bestwebsoft' ),
|
124 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/gallery/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
127 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/gallery/buy/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
128 |
'pro_settings' => 'admin.php?page=gallery-plugin-pro.php'
|
129 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
130 |
'google-one/google-plus-one.php' => array(
|
131 |
+
'category' => array( 'smm' ),
|
132 |
'name' => 'Google +1',
|
133 |
'description' => __( 'Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress posts, pages and widgets.', 'bestwebsoft' ),
|
134 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
137 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/google-plus-one/buy/?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
138 |
'pro_settings' => 'admin.php?page=google-plus-one-pro.php'
|
139 |
),
|
140 |
+
'bws-google-2-step-verification/bws-google-2-step-verification.php' => array(
|
141 |
+
'category' => array( 'security' ),
|
142 |
+
'name' => 'Google 2-Step Verification',
|
143 |
+
'description' => __( 'Stronger security solution which protects your WordPress website from hacks and unauthorized login attempts.', 'bestwebsoft' ),
|
144 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-2-step-verification/?k=78de1a525f968d56e39f7325908aa98e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
145 |
+
'settings' => 'admin.php?page=google-2-step-verification.php',
|
146 |
+
'pro_version' => 'bws-google-2-step-verification-pro/bws-google-2-step-verification-pro.php',
|
147 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/google-2-step-verification/buy/?k=b5605ea9bb3628682cfa416e70e78410&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
148 |
+
'pro_settings' => 'admin.php?page=google-2-step-verification-pro.php'
|
149 |
+
),
|
150 |
'adsense-plugin/adsense-plugin.php' => array(
|
151 |
+
'category' => array( 'marketing' ),
|
152 |
'name' => 'Google AdSense',
|
153 |
'description' => __( 'Add Adsense ads to WordPress website pages, posts, custom posts, search results, categories, tags, and widgets.', 'bestwebsoft' ),
|
154 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
158 |
'pro_settings' => 'admin.php?page=adsense-pro.php'
|
159 |
),
|
160 |
'bws-google-analytics/bws-google-analytics.php' => array(
|
161 |
+
'category' => array( 'admin-tools' ),
|
162 |
'name' => 'Google Analytics',
|
163 |
'description' => __( 'Add Google Analytics code to WordPress website and track basic stats.', 'bestwebsoft' ),
|
164 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
178 |
'pro_settings' => 'admin.php?page=google-captcha-pro.php'
|
179 |
),
|
180 |
'bws-google-maps/bws-google-maps.php' => array(
|
181 |
+
'category' => array( 'content' ),
|
182 |
'name' => 'Google Maps',
|
183 |
'description' => __( 'Add customized Google maps to WordPress posts, pages and widgets.', 'bestwebsoft' ),
|
184 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
188 |
'pro_settings' => 'admin.php?page=bws-google-maps-pro.php'
|
189 |
),
|
190 |
'google-sitemap-plugin/google-sitemap-plugin.php' => array(
|
191 |
+
'category' => array( 'seo', 'recommended' ),
|
192 |
'name' => 'Google Sitemap',
|
193 |
'description' => __( 'Generate and add XML sitemap to WordPress website. Help search engines index your blog.', 'bestwebsoft' ),
|
194 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
198 |
'pro_settings' => 'admin.php?page=google-sitemap-pro.php'
|
199 |
),
|
200 |
'google-shortlink/google-shortlink.php' => array(
|
201 |
+
'category' => array( 'seo' ),
|
202 |
'name' => 'Google Shortlink',
|
203 |
'description' => __( 'Replace external WordPress website links with Google shortlinks and track click stats.', 'bestwebsoft' ),
|
204 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
215 |
'pro_settings' => 'admin.php?page=htaccess-pro.php'
|
216 |
),
|
217 |
'job-board/job-board.php' => array(
|
218 |
+
'category' => array( 'ecommerce' ),
|
219 |
'name' => 'Job Board',
|
220 |
'description' => __( 'Create your personal job board and listing WordPress website. Search jobs, submit CV/resumes, choose candidates.', 'bestwebsoft' ),
|
221 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
222 |
'settings' => 'admin.php?page=job-board.php'
|
223 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
224 |
'limit-attempts/limit-attempts.php' => array(
|
225 |
'category' => array( 'security', 'recommended' ),
|
226 |
'name' => 'Limit Attempts',
|
232 |
'pro_settings' => 'admin.php?page=limit-attempts-pro.php'
|
233 |
),
|
234 |
'bws-linkedin/bws-linkedin.php' => array(
|
235 |
+
'category' => array( 'smm' ),
|
236 |
'name' => 'LinkedIn',
|
237 |
'description' => __( 'Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. 5 plugins included – profile, insider, etc.', 'bestwebsoft' ),
|
238 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/linkedin/?k=d63c7319622ccc5f589dd2d545c1d77c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
242 |
'pro_settings' => 'admin.php?page=linkedin-pro.php'
|
243 |
),
|
244 |
'multilanguage/multilanguage.php' => array(
|
245 |
+
'category' => array( 'content', 'recommended' ),
|
246 |
'name' => 'Multilanguage',
|
247 |
'description' => __( 'Translate WordPress website content to other languages manually. Create multilingual pages, posts, widgets, menus, etc.', 'bestwebsoft' ),
|
248 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/multilanguage/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
252 |
'pro_settings' => 'admin.php?page=mltlnggpr_settings'
|
253 |
),
|
254 |
'pagination/pagination.php' => array(
|
255 |
+
'category' => array( 'navigation' ),
|
256 |
'name' => 'Pagination',
|
257 |
'description' => __( 'Add customizable pagination to WordPress website. Split long content to multiple pages for better navigation.', 'bestwebsoft' ),
|
258 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/pagination/?k=22adb940256f149559ba8fedcd728ac8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
262 |
'pro_settings' => 'admin.php?page=pagination-pro.php'
|
263 |
),
|
264 |
'pdf-print/pdf-print.php' => array(
|
265 |
+
'category' => array( 'content' ),
|
266 |
'name' => 'PDF & Print',
|
267 |
'description' => __( 'Generate PDF files and print WordPress posts/pages. Customize document header/footer styles and appearance.', 'bestwebsoft' ),
|
268 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
272 |
'pro_settings' => 'admin.php?page=pdf-print-pro.php'
|
273 |
),
|
274 |
'bws-pinterest/bws-pinterest.php' => array(
|
275 |
+
'category' => array( 'smm' ),
|
276 |
'name' => 'Pinterest',
|
277 |
'description' => __( 'Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, Profile) to WordPress posts, pages and widgets.', 'bestwebsoft' ),
|
278 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/pinterest/?k=504107b6213f247a67fe7ffb94e97c78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
281 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/pinterest/buy/?k=ab0069edd1914a3ca8f541bfd88bb0bb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
282 |
'pro_settings' => 'admin.php?page=pinterest-pro.php'
|
283 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
284 |
'portfolio/portfolio.php' => array(
|
285 |
+
'category' => array( 'content', 'recommended' ),
|
286 |
'name' => 'Portfolio',
|
287 |
'description' => __( 'Create your personal portfolio WordPress website. Manage and showcase past projects to get more clients.', 'bestwebsoft' ),
|
288 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/portfolio/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
292 |
'pro_settings' => 'admin.php?page=portfolio-pro.php'
|
293 |
),
|
294 |
'post-to-csv/post-to-csv.php' => array(
|
295 |
+
'category' => array( 'admin-tools' ),
|
296 |
'name' => 'Post to CSV',
|
297 |
'description' => __( 'Export WordPress posts to CSV file format easily. Configure data order.', 'bestwebsoft' ),
|
298 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
299 |
'settings' => 'admin.php?page=post-to-csv.php'
|
300 |
),
|
301 |
'profile-extra-fields/profile-extra-fields.php' => array(
|
302 |
+
'category' => array( 'admin-tools' ),
|
303 |
'name' => 'Profile Extra Fields',
|
304 |
'description' => __( 'Add extra fields to default WordPress user profile. The easiest way to create and manage additional custom values.', 'bestwebsoft' ),
|
305 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/profile-extra-fields/?k=fe3b6c3dbc80bd4b1cf9a27a2f339820&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
306 |
'settings' => 'admin.php?page=profile-extra-fields.php'
|
307 |
),
|
308 |
'promobar/promobar.php' => array(
|
309 |
+
'category' => array( 'marketing' ),
|
310 |
'name' => 'PromoBar',
|
311 |
'description' => __( 'Add and display HTML advertisement banner on WordPress website. Customize bar styles and appearance.', 'bestwebsoft' ),
|
312 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/promobar/?k=619eac2232d9cfa382c4e678c3b14766&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
316 |
'pro_settings' => 'admin.php?page=promobar-pro.php'
|
317 |
),
|
318 |
'quotes-and-tips/quotes-and-tips.php' => array(
|
319 |
+
'category' => array( 'content' ),
|
320 |
'name' => 'Quotes and Tips',
|
321 |
'description' => __( 'Add customizable quotes and tips blocks to WordPress posts, pages and widgets.', 'bestwebsoft' ),
|
322 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
323 |
'settings' => 'admin.php?page=quotes-and-tips.php'
|
324 |
),
|
325 |
'rating-bws/rating-bws.php' => array(
|
326 |
+
'category' => array( 'marketing' ),
|
327 |
'name' => 'Rating',
|
328 |
'description' => __( 'Add rating plugin to your WordPress website to receive feedback from your customers.', 'bestwebsoft' ),
|
329 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/rating/?k=c00e0824bb999735a3224616ef51f4c5&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
330 |
'settings' => 'admin.php?page=rating.php'
|
331 |
),
|
332 |
'realty/realty.php' => array(
|
333 |
+
'category' => array( 'ecommerce' ),
|
334 |
'name' => 'Realty',
|
335 |
'description' => __( 'Create your personal real estate WordPress website. Sell, rent and buy properties. Add, search and browse listings easily.', 'bestwebsoft' ),
|
336 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/realty/?k=d55de979dbbbb7af0b2ff1d7f43884fa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
339 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/realty/buy/?k=c7791f0a72acfb36f564a614dbccb474&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
340 |
'pro_settings' => 'admin.php?page=realty_pro_settings'
|
341 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
342 |
'relevant/related-posts-plugin.php' => array(
|
343 |
+
'category' => array( 'marketing', 'recommended' ),
|
344 |
+
'name' => 'Relevant - Related, Featured, Latest, and Popular Posts',
|
345 |
+
'description' => __( 'Add related, featured, latest, and popular posts to your WordPress website. Connect your blog readers with a relevant content.', 'bestwebsoft' ),
|
346 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/related-posts/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
347 |
'settings' => 'admin.php?page=related-posts-plugin.php'
|
348 |
),
|
349 |
'sender/sender.php' => array(
|
350 |
+
'category' => array( 'marketing', 'recommended' ),
|
351 |
'name' => 'Sender',
|
352 |
'description' => __( 'Send bulk email messages to WordPress users. Custom templates, advanced settings and detailed reports.', 'bestwebsoft' ),
|
353 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
357 |
'pro_settings' => 'admin.php?page=sndrpr_settings'
|
358 |
),
|
359 |
'slider-bws/slider-bws.php' => array(
|
360 |
+
'category' => array( 'content' ),
|
361 |
'name' => 'Slider',
|
362 |
'description' => __( 'The best responsive slider plugin for your WordPress website. Create beautifully animated slides just in a few clicks.', 'bestwebsoft' ),
|
363 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/slider/?k=02acebf8531b2995e7de8474ae28e290&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
364 |
'settings' => 'admin.php?page=slider-settings.php'
|
365 |
),
|
366 |
'bws-smtp/bws-smtp.php' => array(
|
367 |
+
'category' => array( 'admin-tools' ),
|
368 |
'name' => 'SMTP',
|
369 |
'description' => __( 'Configure SMTP server to receive email messages from WordPress to Gmail, Yahoo, Hotmail and other services.', 'bestwebsoft' ),
|
370 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/smtp/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
371 |
'settings' => 'admin.php?page=bwssmtp_settings'
|
372 |
),
|
373 |
'social-buttons-pack/social-buttons-pack.php' => array(
|
374 |
+
'category' => array( 'smm', 'recommended' ),
|
375 |
'name' => 'Social Buttons Pack',
|
376 |
'description' => __( 'Add social media buttons and widgets to WordPress posts, pages and widgets. FB, Twitter, G+1, Pinterest, LinkedIn.', 'bestwebsoft' ),
|
377 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/social-buttons-pack/?k=b6440fad9f54274429e536b0c61b42da&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
381 |
'pro_settings' => 'admin.php?page=social-buttons.php'
|
382 |
),
|
383 |
'social-login-bws/social-login-bws.php' => array(
|
384 |
+
'category' => array( 'smm' ),
|
385 |
'name' => 'Social Login',
|
386 |
'description' => __( 'Add social media login, registration, and commenting to your WordPress website.', 'bestwebsoft' ),
|
387 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/social-login/?k=62817c9c94f24129e40894e1d9c3f49d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
388 |
'settings' => 'admin.php?page=social-login.php'
|
389 |
),
|
390 |
'subscriber/subscriber.php' => array(
|
391 |
+
'category' => array( 'marketing', 'recommended' ),
|
392 |
'name' => 'Subscriber',
|
393 |
'description' => __( 'Add email newsletter sign up form to WordPress posts, pages and widgets. Collect data and subscribe your users.', 'bestwebsoft' ),
|
394 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
398 |
'pro_settings' => 'admin.php?page=sbscrbrpr_settings_page'
|
399 |
),
|
400 |
'bws-testimonials/bws-testimonials.php' => array(
|
401 |
+
'category' => array( 'marketing', 'recommended' ),
|
402 |
'name' => 'Testimonials',
|
403 |
'description' => __( 'Add testimonials and feedbacks from your customers to WordPress website posts, pages, and widgets.', 'bestwebsoft' ),
|
404 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/testimonials/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
405 |
'settings' => 'admin.php?page=testimonials.php'
|
406 |
),
|
407 |
'timesheet/timesheet.php' => array(
|
408 |
+
'category' => array( 'admin-tools' ),
|
409 |
'name' => 'Timesheet',
|
410 |
'description' => __( 'Best timesheet plugin for WordPress. Track employee time, streamline attendance and generate reports.', 'bestwebsoft' ),
|
411 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/timesheet/?k=06a58bb78c17a43df01825925f05a5c1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
415 |
'pro_settings' => 'admin.php?page=timesheet_pro_settings'
|
416 |
),
|
417 |
'twitter-plugin/twitter.php' => array(
|
418 |
+
'category' => array( 'smm' ),
|
419 |
'name' => 'Twitter',
|
420 |
'description' => __( 'Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts and pages.', 'bestwebsoft' ),
|
421 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/twitter/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
425 |
'pro_settings' => 'admin.php?page=twitter-pro.php'
|
426 |
),
|
427 |
'updater/updater.php' => array(
|
428 |
+
'category' => array( 'admin-tools', 'recommended' ),
|
429 |
'name' => 'Updater',
|
430 |
'description' => __( 'Automatically check and update WordPress website core with all installed plugins and themes to the latest versions.', 'bestwebsoft' ),
|
431 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/updater/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
435 |
'pro_settings' => 'admin.php?page=updater-pro-options'
|
436 |
),
|
437 |
'user-role/user-role.php' => array(
|
438 |
+
'category' => array( 'admin-tools' ),
|
439 |
'name' => 'User Role',
|
440 |
'description' => __( 'Powerful user role management plugin for WordPress website. Create, edit, copy, and delete user roles.', 'bestwebsoft' ),
|
441 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
445 |
'pro_settings' => 'admin.php?page=user-role-pro.php'
|
446 |
),
|
447 |
'visitors-online/visitors-online.php' => array(
|
448 |
+
'category' => array( 'admin-tools' ),
|
449 |
'name' => 'Visitors Online',
|
450 |
'description' => __( 'Display live count of online visitors who are currently browsing your WordPress website.', 'bestwebsoft' ),
|
451 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/visitors-online/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
455 |
'pro_settings' => 'admin.php?page=visitors-online-pro.php'
|
456 |
),
|
457 |
'zendesk-help-center/zendesk-help-center.php' => array(
|
458 |
+
'category' => array( 'admin-tools' ),
|
459 |
'name' => 'Zendesk Help Center',
|
460 |
'description' => __( 'Backup and export Zendesk Help Center content automatically to your WordPress website database.', 'bestwebsoft' ),
|
461 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/zendesk-help-center/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
css/admin_page.css
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
* menu sidebar
|
3 |
+
*/
|
4 |
+
#toplevel_page_google-captcha .wp-menu-image:before {
|
5 |
+
content: "\e912";
|
6 |
+
font-family: 'bwsicons' !important;
|
7 |
+
}
|
css/style.css
CHANGED
@@ -1,14 +1,6 @@
|
|
1 |
/*
|
2 |
* styles for settings page
|
3 |
*/
|
4 |
-
#gglcptch_v1_notice {
|
5 |
-
border-color: #00a0d2 !important;
|
6 |
-
}
|
7 |
-
#gglcptch-keys input[type=text] {
|
8 |
-
max-width: 350px;
|
9 |
-
width: 100%;
|
10 |
-
display: inline-block;
|
11 |
-
}
|
12 |
.gglcptch_verified {
|
13 |
color: #03AA03;
|
14 |
}
|
@@ -19,17 +11,4 @@
|
|
19 |
.gglcptch_whitelist_form > div:first-of-type > label {
|
20 |
display: inline-block;
|
21 |
margin-bottom: 10px;
|
22 |
-
}
|
23 |
-
.gglcptch_settings_page .bws_pro_version_tooltip {
|
24 |
-
z-index: 1;
|
25 |
-
}
|
26 |
-
.gglcptch_settings_page .bws_pro_version_bloc {
|
27 |
-
overflow: visible;
|
28 |
-
}
|
29 |
-
|
30 |
-
@media only screen and ( max-width: 782px ) {
|
31 |
-
#gglcptch-keys input[type=text] {
|
32 |
-
width: 90%;
|
33 |
-
max-width: initial;
|
34 |
-
}
|
35 |
}
|
1 |
/*
|
2 |
* styles for settings page
|
3 |
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
.gglcptch_verified {
|
5 |
color: #03AA03;
|
6 |
}
|
11 |
.gglcptch_whitelist_form > div:first-of-type > label {
|
12 |
display: inline-block;
|
13 |
margin-bottom: 10px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
}
|
google-captcha.php
CHANGED
@@ -6,7 +6,7 @@ Description: Protect WordPress website forms from spam entries with Google Captc
|
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: google-captcha
|
8 |
Domain Path: /languages
|
9 |
-
Version: 1.
|
10 |
Author URI: https://bestwebsoft.com/
|
11 |
License: GPLv3 or later
|
12 |
*/
|
@@ -30,9 +30,24 @@ License: GPLv3 or later
|
|
30 |
/* Add menu page */
|
31 |
if ( ! function_exists( 'gglcptch_admin_menu' ) ) {
|
32 |
function gglcptch_admin_menu() {
|
33 |
-
|
34 |
-
|
35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
}
|
37 |
}
|
38 |
|
@@ -148,15 +163,16 @@ if ( ! function_exists( 'gglcptch_admin_init' ) ) {
|
|
148 |
if ( ! function_exists( 'gglcptch_add_admin_script_styles' ) ) {
|
149 |
function gglcptch_add_admin_script_styles() {
|
150 |
global $gglcptch_plugin_info;
|
151 |
-
|
|
|
|
|
|
|
|
|
152 |
wp_enqueue_style( 'gglcptch_stylesheet', plugins_url( 'css/style.css', __FILE__ ), array(), $gglcptch_plugin_info['Version'] );
|
153 |
wp_enqueue_script( 'gglcptch_admin_script', plugins_url( 'js/admin_script.js', __FILE__ ), array( 'jquery' ), $gglcptch_plugin_info['Version'] );
|
154 |
|
155 |
bws_enqueue_settings_scripts();
|
156 |
-
|
157 |
-
if ( isset( $_GET['action'] ) && 'custom_code' == $_GET['action'] ) {
|
158 |
-
bws_plugins_include_codemirror();
|
159 |
-
}
|
160 |
}
|
161 |
}
|
162 |
}
|
@@ -164,16 +180,19 @@ if ( ! function_exists( 'gglcptch_add_admin_script_styles' ) ) {
|
|
164 |
/* Add google captcha admin styles for test key */
|
165 |
if ( ! function_exists( 'gglcptch_admin_footer' ) ) {
|
166 |
function gglcptch_admin_footer() {
|
167 |
-
global $gglcptch_plugin_info;
|
168 |
if ( isset( $_REQUEST['page'] ) && 'google-captcha.php' == $_REQUEST['page'] ) {
|
|
|
|
|
|
|
|
|
169 |
/* for gglcptch test key */
|
170 |
-
global $gglcptch_options;
|
171 |
-
$deps = array();
|
172 |
if ( isset( $gglcptch_options['recaptcha_version'] ) && in_array( $gglcptch_options['recaptcha_version'], array( 'v2', 'invisible' ) ) ) {
|
173 |
-
$api_url = "https://www.google.com/recaptcha/api.js
|
174 |
$deps = array( 'gglcptch_pre_api' );
|
175 |
} else {
|
176 |
$api_url = "https://www.google.com/recaptcha/api/js/recaptcha_ajax.js";
|
|
|
177 |
}
|
178 |
wp_register_script( 'gglcptch_api', $api_url, $deps, $gglcptch_plugin_info['Version'], true );
|
179 |
gglcptch_add_scripts();
|
@@ -471,320 +490,22 @@ if ( ! function_exists( 'gglcptch_whitelisted_ip' ) ) {
|
|
471 |
/* Display settings page */
|
472 |
if ( ! function_exists( 'gglcptch_add_settings_page' ) ) {
|
473 |
function gglcptch_add_settings_page() {
|
474 |
-
global $
|
475 |
-
require_once( dirname( __FILE__ ) . '/includes/pro_banners.php' );
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
$admin_url = $is_network ? network_admin_url( '/' ) : admin_url( '/' );
|
484 |
-
$bws_contact_form = gglcptch_plugin_status( array( 'contact-form-plugin/contact_form.php', 'contact-form-pro/contact_form_pro.php' ), $all_plugins, $is_network );
|
485 |
-
|
486 |
-
if ( isset( $_POST['bws_hide_premium_options'] ) && check_admin_referer( $plugin_basename, 'gglcptch_nonce_name' ) ) {
|
487 |
-
$result = bws_hide_premium_options( $gglcptch_options );
|
488 |
-
$gglcptch_options = $result['options'];
|
489 |
-
update_option( 'gglcptch_options', $gglcptch_options );
|
490 |
-
}
|
491 |
-
if ( ! isset( $_GET['action'] ) ) {
|
492 |
-
|
493 |
-
$all_plugins = get_plugins();
|
494 |
-
|
495 |
-
/* Private and public keys */
|
496 |
-
$gglcptch_keys = array(
|
497 |
-
'public' => array(
|
498 |
-
'display_name' => __( 'Site Key', 'google-captcha' ),
|
499 |
-
'form_name' => 'gglcptch_public_key',
|
500 |
-
'error_msg' => '',
|
501 |
-
),
|
502 |
-
'private' => array(
|
503 |
-
'display_name' => __( 'Secret Key', 'google-captcha' ),
|
504 |
-
'form_name' => 'gglcptch_private_key',
|
505 |
-
'error_msg' => '',
|
506 |
-
),
|
507 |
-
);
|
508 |
-
|
509 |
-
$versions = array(
|
510 |
-
'v1' => sprintf( '%s 1', __( 'Version', 'google-captcha' ) ),
|
511 |
-
'v2' => sprintf( '%s 2', __( 'Version', 'google-captcha' ) ),
|
512 |
-
'invisible' => __( 'Invisible reCAPTCHA', 'google-captcha' )
|
513 |
-
);
|
514 |
-
|
515 |
-
/* Checked forms */
|
516 |
-
$gglcptch_forms = array(
|
517 |
-
array( 'login_form', __( 'Login form', 'google-captcha' ) ),
|
518 |
-
array( 'registration_form', __( 'Registration form', 'google-captcha' ) ),
|
519 |
-
array( 'reset_pwd_form', __( 'Reset password form', 'google-captcha' ) ),
|
520 |
-
array( 'comments_form', __( 'Comments form', 'google-captcha' ) ),
|
521 |
-
);
|
522 |
-
|
523 |
-
/* Google captcha themes */
|
524 |
-
$gglcptch_themes = array(
|
525 |
-
array( 'red', 'Red' ),
|
526 |
-
array( 'white', 'White' ),
|
527 |
-
array( 'blackglass', 'Blackglass' ),
|
528 |
-
array( 'clean', 'Clean' ),
|
529 |
-
);
|
530 |
-
|
531 |
-
/* Save data for settings page */
|
532 |
-
if ( isset( $_POST['gglcptch_form_submit'] ) && check_admin_referer( $plugin_basename, 'gglcptch_nonce_name' ) ) {
|
533 |
-
if ( isset( $_POST['bws_hide_premium_options'] ) ) {
|
534 |
-
$hide_result = bws_hide_premium_options( $gglcptch_options );
|
535 |
-
$gglcptch_options = $hide_result['options'];
|
536 |
-
}
|
537 |
-
|
538 |
-
if ( ! $_POST['gglcptch_public_key'] || '' == $_POST['gglcptch_public_key'] ) {
|
539 |
-
$gglcptch_keys['public']['error_msg'] = __( 'Enter site key', 'google-captcha' );
|
540 |
-
$error = __( "WARNING: The captcha will not display while you don't fill key fields.", 'google-captcha' );
|
541 |
-
} else
|
542 |
-
$gglcptch_keys['public']['error_msg'] = '';
|
543 |
-
|
544 |
-
if ( ! $_POST['gglcptch_private_key'] || '' == $_POST['gglcptch_private_key'] ) {
|
545 |
-
$gglcptch_keys['private']['error_msg'] = __( 'Enter secret key', 'google-captcha' );
|
546 |
-
$error = __( "WARNING: The captcha will not display while you don't fill key fields.", 'google-captcha' );
|
547 |
-
} else
|
548 |
-
$gglcptch_keys['private']['error_msg'] = '';
|
549 |
-
|
550 |
-
if ( $_POST['gglcptch_public_key'] != $gglcptch_options['public_key'] || $_POST['gglcptch_private_key'] != $gglcptch_options['private_key'] )
|
551 |
-
$gglcptch_options['keys_verified'] = false;
|
552 |
-
|
553 |
-
$gglcptch_options['whitelist_message'] = stripslashes( esc_html( $_POST['gglcptch_whitelist_message'] ) );
|
554 |
-
$gglcptch_options['public_key'] = trim( stripslashes( esc_html( $_POST['gglcptch_public_key'] ) ) );
|
555 |
-
$gglcptch_options['private_key'] = trim( stripslashes( esc_html( $_POST['gglcptch_private_key'] ) ) );
|
556 |
-
$gglcptch_options['login_form'] = isset( $_POST['gglcptch_login_form'] ) ? 1 : 0;
|
557 |
-
$gglcptch_options['registration_form'] = isset( $_POST['gglcptch_registration_form'] ) ? 1 : 0;
|
558 |
-
$gglcptch_options['reset_pwd_form'] = isset( $_POST['gglcptch_reset_pwd_form'] ) ? 1 : 0;
|
559 |
-
$gglcptch_options['comments_form'] = isset( $_POST['gglcptch_comments_form'] ) ? 1 : 0;
|
560 |
-
$gglcptch_options['contact_form'] = isset( $_POST['gglcptch_contact_form'] ) ? 1 : 0;
|
561 |
-
$gglcptch_options['recaptcha_version'] = in_array( $_POST['gglcptch_recaptcha_version'], array( 'v1', 'v2', 'invisible' ) ) ? $_POST['gglcptch_recaptcha_version']: 'v2';
|
562 |
-
$gglcptch_options['theme'] = stripslashes( esc_html( $_POST['gglcptch_theme'] ) );
|
563 |
-
$gglcptch_options['theme_v2'] = stripslashes( esc_html( $_POST['gglcptch_theme_v2'] ) );
|
564 |
-
|
565 |
-
if ( function_exists( 'get_editable_roles' ) ) {
|
566 |
-
foreach ( get_editable_roles() as $role => $fields ) {
|
567 |
-
$gglcptch_options[ $role ] = isset( $_POST[ 'gglcptch_' . $role ] ) ? 1 : 0;
|
568 |
-
}
|
569 |
-
}
|
570 |
-
|
571 |
-
update_option( 'gglcptch_options', $gglcptch_options );
|
572 |
-
$message = __( 'Settings saved', 'google-captcha' );
|
573 |
-
}
|
574 |
-
|
575 |
-
if ( isset( $_REQUEST['bws_restore_confirm'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
|
576 |
-
$gglcptch_options = gglcptch_get_default_options();
|
577 |
-
update_option( 'gglcptch_options', $gglcptch_options );
|
578 |
-
$message = __( 'All plugin settings were restored', 'google-captcha' );
|
579 |
-
}
|
580 |
-
}
|
581 |
-
|
582 |
-
$bws_hide_premium_options_check = bws_hide_premium_options_check( $gglcptch_options );
|
583 |
-
|
584 |
-
/* GO PRO */
|
585 |
-
if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
|
586 |
-
$go_pro_result = bws_go_pro_tab_check( $plugin_basename, 'gglcptch_options' );
|
587 |
-
if ( ! empty( $go_pro_result['error'] ) )
|
588 |
-
$error = $go_pro_result['error'];
|
589 |
-
elseif ( ! empty( $go_pro_result['message'] ) )
|
590 |
-
$message = $go_pro_result['message'];
|
591 |
-
} ?>
|
592 |
-
<div class="wrap gglcptch_settings_page">
|
593 |
-
<h1 style="line-height: normal;"><?php _e( 'Google Captcha Settings', 'google-captcha' ); ?></h1>
|
594 |
-
<h2 class="nav-tab-wrapper">
|
595 |
-
<a class="nav-tab<?php if ( ! isset( $_GET['action'] ) || ( isset( $_GET['action'] ) && ! in_array( $_GET['action'], array( 'whitelist', 'custom_code', 'go_pro' ) ) ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=google-captcha.php"><?php _e( 'Settings', 'google-captcha' ); ?></a>
|
596 |
-
<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'whitelist' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=google-captcha.php&action=whitelist"><?php _e( 'Whitelist', 'google-captcha' ); ?></a>
|
597 |
-
<a class="nav-tab <?php if ( isset( $_GET['action'] ) && 'custom_code' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=google-captcha.php&action=custom_code"><?php _e( 'Custom code', 'google-captcha' ); ?></a>
|
598 |
-
<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?> bws_go_pro_tab" href="admin.php?page=google-captcha.php&action=go_pro"><?php _e( 'Go PRO', 'google-captcha' ); ?></a>
|
599 |
-
</h2>
|
600 |
-
<?php if ( ! isset( $_GET['action'] ) && ! isset( $_REQUEST['bws_restore_default'] ) ) {
|
601 |
-
if ( $gglcptch_options['recaptcha_version'] == 'v1' ) {
|
602 |
-
printf( '<div id="gglcptch_v1_notice" class="updated inline"><p><strong>%s</strong></p></div>',
|
603 |
-
__( "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA version 1 features.", 'google-captcha' )
|
604 |
-
);
|
605 |
-
}
|
606 |
-
}
|
607 |
-
bws_show_settings_notice(); ?>
|
608 |
-
<div class="updated fade inline" <?php if ( "" == $message ) echo 'style="display:none"'; ?>><p><strong><?php echo $message; ?></strong></p></div>
|
609 |
-
<div class="error inline" <?php if ( "" == $error ) echo 'style="display:none"'; ?>><p><strong><?php echo $error; ?></strong></p></div>
|
610 |
-
<?php if ( ! empty( $hide_result['message'] ) ) { ?>
|
611 |
-
<div class="updated fade inline"><p><strong><?php echo $hide_result['message']; ?></strong></p></div>
|
612 |
-
<?php }
|
613 |
-
if ( ! isset( $_GET['action'] ) ) {
|
614 |
-
if ( isset( $_REQUEST['bws_restore_default'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
|
615 |
-
bws_form_restore_default_confirm( $plugin_basename );
|
616 |
-
} else { ?>
|
617 |
-
<div style="margin: 20px 0;">
|
618 |
-
<?php printf( __( "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, please use %s button", 'google-captcha' ),
|
619 |
-
'<span class="bwsicons bwsicons-shortcode"></span>'
|
620 |
-
);
|
621 |
-
echo bws_add_help_box( sprintf(
|
622 |
-
__( "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed or you would like to add the Google Captcha (reCAPTCHA) to your own form , please use the shortcode %s", 'google-captcha' ),
|
623 |
-
'<span class="bwsicons bwsicons-shortcode"></span>',
|
624 |
-
sprintf( '<span class="bws_code">[bws_google_captcha]</span><br/>' )
|
625 |
-
) ); ?>
|
626 |
-
</div>
|
627 |
-
<form id="gglcptch_admin_settings_page" class="bws_form" method="post" action="admin.php?page=google-captcha.php">
|
628 |
-
<h3><?php _e( 'Authentication', 'google-captcha' ); ?></h3>
|
629 |
-
<p><?php printf( __( 'In order to use reCAPTCHA, please enter site and secret keys. You can manage your API keys %shere%s', 'google-captcha' ), '<a target="_blank" href="https://www.google.com/recaptcha/admin#list">', '</a>.' ); ?></p>
|
630 |
-
<table id="gglcptch-keys" class="form-table">
|
631 |
-
<?php foreach ( $gglcptch_keys as $key => $fields ) { ?>
|
632 |
-
<tr valign="top">
|
633 |
-
<th scope="row"><?php echo $fields['display_name']; ?></th>
|
634 |
-
<td>
|
635 |
-
<input type="text" name="<?php echo $fields['form_name']; ?>" value="<?php echo $gglcptch_options[ $key . '_key' ] ?>" maxlength="200" />
|
636 |
-
<label class="gglcptch_error_msg error"><?php echo $fields['error_msg']; ?></label>
|
637 |
-
<span class="dashicons dashicons-yes gglcptch_verified <?php if ( ! isset( $gglcptch_options['keys_verified'] ) || true !== $gglcptch_options['keys_verified'] ) echo 'hidden'; ?>"></span>
|
638 |
-
</td>
|
639 |
-
</tr>
|
640 |
-
<?php } ?>
|
641 |
-
</table>
|
642 |
-
<?php if ( ! empty( $gglcptch_options['public_key'] ) && ! empty( $gglcptch_options['private_key'] ) ) { ?>
|
643 |
-
<p id="gglcptch-test-keys" class="submit hide-if-no-js">
|
644 |
-
<a class="button button-secondary" href="<?php echo add_query_arg( array( '_wpnonce' => wp_create_nonce( 'gglcptch-test-keys' ) , 'action' => 'gglcptch-test-keys' ), admin_url( 'admin-ajax.php' ) ); ?>"><?php _e( 'Test Keys' , 'google-captcha' ); ?></a>
|
645 |
-
</p>
|
646 |
-
<?php } ?>
|
647 |
-
<h3><?php _e( 'Options', 'google-captcha' ); ?></h3>
|
648 |
-
<table class="form-table">
|
649 |
-
<tr valign="top">
|
650 |
-
<th scope="row"><?php _e( 'Enable reCAPTCHA for', 'google-captcha' ); ?></th>
|
651 |
-
<td>
|
652 |
-
<fieldset>
|
653 |
-
<p>
|
654 |
-
<i><?php _e( 'WordPress default', 'google-captcha' ); ?></i>
|
655 |
-
</p>
|
656 |
-
<?php foreach ( $gglcptch_forms as $form ) {
|
657 |
-
$gglcptch_form_type = $form[0];
|
658 |
-
$gglcptch_form_name = $form[1];
|
659 |
-
$gglcptch_form_attr = ( '1' == $gglcptch_options[ $gglcptch_form_type ] ) ? 'checked="checked"' : '';
|
660 |
-
$gglcptch_form_notice = '';
|
661 |
-
|
662 |
-
if ( ( $gglcptch_form_type == 'registration_form' || $gglcptch_form_type == 'reset_pwd_form' ) && ! $is_main_site ) {
|
663 |
-
$gglcptch_form_notice .= sprintf( '<span class="bws_info">%s</span>', __( 'This option is available only for network or for main blog', 'google-captcha' ) );
|
664 |
-
$gglcptch_form_attr = 'disabled="disabled" readonly="readonly"';
|
665 |
-
} ?>
|
666 |
-
<label><input type="checkbox" name="<?php echo 'gglcptch_' . $gglcptch_form_type; ?>" value="<?php echo $gglcptch_form_type; ?>" <?php echo $gglcptch_form_attr; ?> /> <?php echo $gglcptch_form_name; ?></label>
|
667 |
-
<?php echo bws_add_help_box( '<img src="' . plugins_url( 'google-captcha/images/') . $gglcptch_form_type . '.jpg">', 'bws-auto-width' ); ?>
|
668 |
-
<span class="bws_info"><?php echo $gglcptch_form_notice; ?></span><br />
|
669 |
-
<?php } ?>
|
670 |
-
<br />
|
671 |
-
<p>
|
672 |
-
<i><?php _e( 'Plugins', 'google-captcha' ); ?></i>
|
673 |
-
</p>
|
674 |
-
<?php /* Check Contact Form by BestWebSoft */
|
675 |
-
$gglcptch_plugin = $bws_contact_form;
|
676 |
-
$gglcptch_plugin_name = 'Contact Form by BestWebSoft';
|
677 |
-
$gglcptch_attrs = $gglcptch_plugin_notice = '';
|
678 |
-
if ( 'deactivated' == $gglcptch_plugin['status'] ) {
|
679 |
-
$gglcptch_attrs = 'disabled="disabled"';
|
680 |
-
$gglcptch_plugin_notice = sprintf( __( 'You should %s to use this functionality', 'google-captcha' ),
|
681 |
-
sprintf( '<a href="%splugins.php">%s%s %s</a>', $admin_url, __( 'activate', 'google-captcha' ), ( is_network_admin() ? ' ' . __( 'for network', 'google-captcha' ) : '' ), $gglcptch_plugin_name )
|
682 |
-
);
|
683 |
-
} elseif ( 'not_installed' == $gglcptch_plugin['status'] ) {
|
684 |
-
$gglcptch_attrs = 'disabled="disabled"';
|
685 |
-
$gglcptch_plugin_notice = sprintf( __( 'You should %s to use this functionality', 'google-captcha' ),
|
686 |
-
sprintf( '<a href="https://bestwebsoft.com/products/wordpress/plugins/contact-form/?k=0a750deb99a8e5296a5432f4c9cb9b55&pn=75&v=%s&wp_v=%s">%s %s</a>', $gglcptch_plugin_info["Version"], $wp_version, __( 'download', 'google-captcha' ), $gglcptch_plugin_name )
|
687 |
-
);
|
688 |
-
}
|
689 |
-
if ( $gglcptch_attrs == '' && ( is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) ) )
|
690 |
-
$gglcptch_plugin_notice = ' (' . __( 'Check off for adding captcha to forms on their settings pages', 'google-captcha' ) . ')';
|
691 |
-
|
692 |
-
if ( '1' == $gglcptch_options['contact_form'] && $gglcptch_attrs == '' ) {
|
693 |
-
$gglcptch_attrs .= ' checked="checked"';
|
694 |
-
} ?>
|
695 |
-
<label><input type="checkbox" <?php echo $gglcptch_attrs; ?> name="gglcptch_contact_form" value="contact_form" /> <?php echo $gglcptch_plugin_name; ?></label>
|
696 |
-
<?php echo bws_add_help_box( '<img src="' . plugins_url( 'google-captcha/images/contact_form.jpg') . '">', 'bws-auto-width' ); ?>
|
697 |
-
<span class="bws_info"><?php echo $gglcptch_plugin_notice; ?></span><br />
|
698 |
-
<?php gglcptch_pro_block( 'gglcptch_supported_plugins_banner' ); ?>
|
699 |
-
<span class="bws_info"><?php printf( __( 'If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s', 'google-captcha' ), sprintf( '<a href="https://support.bestwebsoft.com/hc/en-us/articles/202352499" target="_blank">%s</a>', __( 'FAQ', 'google-captcha' ) ) ); ?></span>
|
700 |
-
</fieldset>
|
701 |
-
</td>
|
702 |
-
</tr>
|
703 |
-
<tr valign="top">
|
704 |
-
<th scope="row"><?php _e( 'Hide reCAPTCHA in Comments Form for', 'google-captcha' ); ?></th>
|
705 |
-
<td>
|
706 |
-
<fieldset>
|
707 |
-
<?php if ( function_exists( 'get_editable_roles' ) ) {
|
708 |
-
foreach ( get_editable_roles() as $role => $fields) : ?>
|
709 |
-
<label><input type="checkbox" name="<?php echo 'gglcptch_' . $role; ?>" value=<?php echo $role; if ( isset( $gglcptch_options[ $role ] ) && '1' == $gglcptch_options[ $role ] ) echo ' checked'; ?>> <?php echo $fields['name']; ?></label><br/>
|
710 |
-
<?php endforeach;
|
711 |
-
} ?>
|
712 |
-
</fieldset>
|
713 |
-
</td>
|
714 |
-
</tr>
|
715 |
-
<tr valign="top">
|
716 |
-
<th scope="row"><?php _e( 'Whitelist Notification', 'google-captcha' ); ?></th>
|
717 |
-
<td>
|
718 |
-
<label>
|
719 |
-
<input type="text" id="gglcptch_whitelist_message" name="gglcptch_whitelist_message" value="<?php echo $gglcptch_options['whitelist_message']; ?>">
|
720 |
-
<?php echo bws_add_help_box( __( 'This message will be displayed instead of the reCAPTCHA if the user IP is added to the whitelist', 'google-captcha' ) ); ?>
|
721 |
-
<div class="clear"></div>
|
722 |
-
</label>
|
723 |
-
</td>
|
724 |
-
</tr>
|
725 |
-
<tr valign="top">
|
726 |
-
<th scope="row"><?php _e( 'reCAPTCHA Version', 'google-captcha' ); ?></th>
|
727 |
-
<td>
|
728 |
-
<fieldset>
|
729 |
-
<?php foreach ( $versions as $version => $version_name ) { ?>
|
730 |
-
<label>
|
731 |
-
<input type="radio" name="gglcptch_recaptcha_version" value="<?php echo $version; ?>" <?php checked( $version == $gglcptch_options['recaptcha_version'] ); ?>> <?php echo $version_name; ?>
|
732 |
-
</label>
|
733 |
-
<?php if ( 'invisible' != $version ) {
|
734 |
-
echo bws_add_help_box( '<img src="' . plugins_url( 'google-captcha/images/recaptcha_' . $version . '.png' ) . '">', 'bws-auto-width' ) . '<br/>';
|
735 |
-
} else {
|
736 |
-
echo bws_add_help_box( __( "reCAPTCHA block won't be visible for non-suspicious users while suspicious ones will have to pass the captcha", 'google-captcha' ) );
|
737 |
-
}
|
738 |
-
} ?>
|
739 |
-
</fieldset>
|
740 |
-
</td>
|
741 |
-
</tr>
|
742 |
-
<tr class="gglcptch_theme_v1" valign="top">
|
743 |
-
<th scope="row">
|
744 |
-
<?php _e( 'reCAPTCHA Theme', 'google-captcha' ); ?>
|
745 |
-
<br/><span class="bws_info">(<?php _e( 'for version', 'google-captcha' ); ?> 1)</span>
|
746 |
-
</th>
|
747 |
-
<td>
|
748 |
-
<select name="gglcptch_theme">
|
749 |
-
<?php foreach ( $gglcptch_themes as $theme ) : ?>
|
750 |
-
<option value=<?php echo $theme[0]; if ( $theme[0] == $gglcptch_options['theme'] ) echo ' selected'; ?>> <?php echo $theme[1]; ?></option>
|
751 |
-
<?php endforeach; ?>
|
752 |
-
</select>
|
753 |
-
</td>
|
754 |
-
</tr>
|
755 |
-
<tr class="gglcptch_theme_v2" valign="top">
|
756 |
-
<th scope="row">
|
757 |
-
<?php _e( 'reCAPTCHA Theme', 'google-captcha' ); ?>
|
758 |
-
<br/><span class="bws_info">(<?php _e( 'for version', 'google-captcha' ); ?> 2)</span>
|
759 |
-
</th>
|
760 |
-
<td>
|
761 |
-
<select name="gglcptch_theme_v2">
|
762 |
-
<option value="light" <?php if ( 'light' == $gglcptch_options['theme_v2'] ) echo ' selected'; ?>>Light</option>
|
763 |
-
<option value="dark" <?php if ( 'dark' == $gglcptch_options['theme_v2'] ) echo ' selected'; ?>>Dark</option>
|
764 |
-
</select>
|
765 |
-
</td>
|
766 |
-
</tr>
|
767 |
-
</table>
|
768 |
-
<?php gglcptch_pro_block( 'gglcptch_additional_settings_banner' ); ?>
|
769 |
-
<p class="submit">
|
770 |
-
<input id="bws-submit-button" type="submit" class="button-primary" value="<?php _e( 'Save Changes', 'google-captcha' ); ?>" name="gglcptch_save_changes" />
|
771 |
-
<input type="hidden" name="gglcptch_form_submit" value="submit" />
|
772 |
-
<?php wp_nonce_field( $plugin_basename, 'gglcptch_nonce_name' ); ?>
|
773 |
-
</p>
|
774 |
-
</form>
|
775 |
-
<?php bws_form_restore_default_settings( $plugin_basename );
|
776 |
-
}
|
777 |
-
} elseif ( 'whitelist' == $_GET['action'] ) {
|
778 |
require_once( dirname( __FILE__ ) . '/includes/whitelist.php' );
|
779 |
-
$page = new Gglcptch_Whitelist(
|
780 |
if ( is_object( $page ) )
|
781 |
$page->display_content();
|
782 |
-
|
783 |
-
|
784 |
-
}
|
785 |
-
bws_go_pro_tab_show( $bws_hide_premium_options_check, $gglcptch_plugin_info, $plugin_basename, 'google-captcha.php', 'google-captcha-pro.php', 'google-captcha-pro/google-captcha-pro.php', 'google-captcha', 'b850d949ccc1239cab0da315c3c822ab', '109', isset( $go_pro_result['pro_plugin_is_activated'] ) );
|
786 |
-
}
|
787 |
-
bws_plugin_reviews_block( $gglcptch_plugin_info['Name'], 'google-captcha' ); ?>
|
788 |
</div>
|
789 |
<?php }
|
790 |
}
|
@@ -1041,17 +762,17 @@ if ( ! function_exists( 'gglcptch_get_message' ) ) {
|
|
1041 |
'RECAPTCHA_EMPTY_RESPONSE' => __( 'User response is missing.', 'google-captcha' ),
|
1042 |
/* v1 error */
|
1043 |
'invalid-site-private-key' => sprintf(
|
1044 |
-
'<strong>%s</strong
|
1045 |
-
__( 'Secret Key is invalid', 'google-captcha' ),
|
1046 |
-
__( 'Check your domain
|
1047 |
__( 'and enter it again', 'google-captcha' )
|
1048 |
),
|
1049 |
/* v2 error */
|
1050 |
'missing-input-secret' => __( 'Secret Key is missing.', 'google-captcha' ),
|
1051 |
'invalid-input-secret' => sprintf(
|
1052 |
-
'<strong>%s</strong
|
1053 |
-
__( 'Secret Key is invalid', 'google-captcha' ),
|
1054 |
-
__( 'Check your domain
|
1055 |
__( 'and enter it again', 'google-captcha' )
|
1056 |
),
|
1057 |
'incorrect-captcha-sol' => __( 'User response is invalid', 'google-captcha' ),
|
@@ -1062,7 +783,7 @@ if ( ! function_exists( 'gglcptch_get_message' ) ) {
|
|
1062 |
if ( isset( $messages[ $message_code ] ) ) {
|
1063 |
$message = $messages[ $message_code ];
|
1064 |
} else {
|
1065 |
-
$message = $messages[
|
1066 |
}
|
1067 |
|
1068 |
if ( $echo )
|
@@ -1202,7 +923,7 @@ if ( ! function_exists( 'gglcptch_commentform_check' ) ) {
|
|
1202 |
if ( $result['response'] || $result['reason'] == 'ERROR_NO_KEYS' )
|
1203 |
return;
|
1204 |
|
1205 |
-
wp_die( sprintf( '<strong>%s</strong>: %s %s', __( 'Error', 'google-captcha' ), gglcptch_get_message(), __( 'Click the BACK button on your browser
|
1206 |
}
|
1207 |
}
|
1208 |
|
@@ -1224,10 +945,16 @@ if ( ! function_exists( 'gglcptch_captcha_check' ) ) {
|
|
1224 |
|
1225 |
if ( ! function_exists( 'gglcptch_test_keys' ) ) {
|
1226 |
function gglcptch_test_keys() {
|
1227 |
-
global $gglcptch_ip_in_whitelist;
|
1228 |
if ( isset( $_REQUEST['_wpnonce'] ) && wp_verify_nonce( $_REQUEST['_wpnonce'] , $_REQUEST['action'] ) ) {
|
1229 |
-
header( 'Content-Type: text/html' );
|
1230 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1231 |
<?php $gglcptch_ip_in_whitelist = false;
|
1232 |
echo gglcptch_display(); ?>
|
1233 |
<p>
|
@@ -1253,9 +980,10 @@ if ( ! function_exists( 'gglcptch_test_keys_verification' ) ) {
|
|
1253 |
<?php }
|
1254 |
}
|
1255 |
} else { ?>
|
1256 |
-
<div class="updated gglcptch-test-results"><p><?php _e( 'The verification is successfully completed','google-captcha' ); ?></p></div>
|
1257 |
<?php $gglcptch_options = get_option( 'gglcptch_options' );
|
1258 |
$gglcptch_options['keys_verified'] = true;
|
|
|
1259 |
update_option( 'gglcptch_options', $gglcptch_options );
|
1260 |
}
|
1261 |
}
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: google-captcha
|
8 |
Domain Path: /languages
|
9 |
+
Version: 1.31
|
10 |
Author URI: https://bestwebsoft.com/
|
11 |
License: GPLv3 or later
|
12 |
*/
|
30 |
/* Add menu page */
|
31 |
if ( ! function_exists( 'gglcptch_admin_menu' ) ) {
|
32 |
function gglcptch_admin_menu() {
|
33 |
+
global $submenu, $wp_version, $gglcptch_plugin_info;
|
34 |
+
|
35 |
+
$settings_page = add_menu_page( __( 'Google Captcha Settings', 'google-captcha' ), 'Google Captcha', 'manage_options', 'google-captcha.php', 'gglcptch_add_settings_page', 'none' );
|
36 |
+
|
37 |
+
add_submenu_page( 'google-captcha.php', __( 'Google Captcha Settings', 'google-captcha' ), __( 'Settings', 'google-captcha' ), 'manage_options', 'google-captcha.php', 'gglcptch_add_settings_page' );
|
38 |
+
|
39 |
+
$whitelist_page = add_submenu_page( 'google-captcha.php', __( 'Google Captcha Whitelist', 'google-captcha' ), __( 'Whitelist', 'google-captcha' ), 'manage_options', 'google-captcha-whitelist.php', 'gglcptch_add_settings_page' );
|
40 |
+
|
41 |
+
add_submenu_page( 'google-captcha.php', 'BWS Panel', 'BWS Panel', 'manage_options', 'gglcptch-bws-panel', 'bws_add_menu_render' );
|
42 |
+
|
43 |
+
if ( isset( $submenu['google-captcha.php'] ) )
|
44 |
+
$submenu['google-captcha.php'][] = array(
|
45 |
+
'<span style="color:#d86463"> ' . __( 'Upgrade to Pro', 'google-captcha' ) . '</span>',
|
46 |
+
'manage_options',
|
47 |
+
'https://bestwebsoft.com/products/wordpress/plugins/google-captcha/?k=b850d949ccc1239cab0da315c3c822ab&pn=109&v=' . $gglcptch_plugin_info["Version"] . '&wp_v=' . $wp_version );
|
48 |
+
|
49 |
+
add_action( "load-{$settings_page}", 'gglcptch_add_tabs' );
|
50 |
+
add_action( "load-{$whitelist_page}", 'gglcptch_add_tabs' );
|
51 |
}
|
52 |
}
|
53 |
|
163 |
if ( ! function_exists( 'gglcptch_add_admin_script_styles' ) ) {
|
164 |
function gglcptch_add_admin_script_styles() {
|
165 |
global $gglcptch_plugin_info;
|
166 |
+
|
167 |
+
/* css for displaing an icon */
|
168 |
+
wp_enqueue_style( 'gglcptch_admin_page_stylesheet', plugins_url( 'css/admin_page.css', __FILE__ ) );
|
169 |
+
|
170 |
+
if ( isset( $_REQUEST['page'] ) && ( 'google-captcha.php' == $_REQUEST['page'] || 'google-captcha-whitelist.php' == $_REQUEST['page'] ) ) {
|
171 |
wp_enqueue_style( 'gglcptch_stylesheet', plugins_url( 'css/style.css', __FILE__ ), array(), $gglcptch_plugin_info['Version'] );
|
172 |
wp_enqueue_script( 'gglcptch_admin_script', plugins_url( 'js/admin_script.js', __FILE__ ), array( 'jquery' ), $gglcptch_plugin_info['Version'] );
|
173 |
|
174 |
bws_enqueue_settings_scripts();
|
175 |
+
bws_plugins_include_codemirror();
|
|
|
|
|
|
|
176 |
}
|
177 |
}
|
178 |
}
|
180 |
/* Add google captcha admin styles for test key */
|
181 |
if ( ! function_exists( 'gglcptch_admin_footer' ) ) {
|
182 |
function gglcptch_admin_footer() {
|
183 |
+
global $gglcptch_plugin_info, $gglcptch_options;
|
184 |
if ( isset( $_REQUEST['page'] ) && 'google-captcha.php' == $_REQUEST['page'] ) {
|
185 |
+
|
186 |
+
/* update $gglcptch_options */
|
187 |
+
register_gglcptch_settings();
|
188 |
+
|
189 |
/* for gglcptch test key */
|
|
|
|
|
190 |
if ( isset( $gglcptch_options['recaptcha_version'] ) && in_array( $gglcptch_options['recaptcha_version'], array( 'v2', 'invisible' ) ) ) {
|
191 |
+
$api_url = "https://www.google.com/recaptcha/api.js";
|
192 |
$deps = array( 'gglcptch_pre_api' );
|
193 |
} else {
|
194 |
$api_url = "https://www.google.com/recaptcha/api/js/recaptcha_ajax.js";
|
195 |
+
$deps = array();
|
196 |
}
|
197 |
wp_register_script( 'gglcptch_api', $api_url, $deps, $gglcptch_plugin_info['Version'], true );
|
198 |
gglcptch_add_scripts();
|
490 |
/* Display settings page */
|
491 |
if ( ! function_exists( 'gglcptch_add_settings_page' ) ) {
|
492 |
function gglcptch_add_settings_page() {
|
493 |
+
global $gglcptch_plugin_info;
|
494 |
+
require_once( dirname( __FILE__ ) . '/includes/pro_banners.php' ); ?>
|
495 |
+
<div class="wrap">
|
496 |
+
<?php if ( 'google-captcha.php' == $_GET['page'] ) {
|
497 |
+
require_once( dirname( __FILE__ ) . '/includes/class-gglcptch-settings-tabs.php' );
|
498 |
+
$page = new Gglcptch_Settings_Tabs( plugin_basename( __FILE__ ) ); ?>
|
499 |
+
<h1><?php _e( 'Google Captcha Settings', 'google-captcha' ); ?></h1>
|
500 |
+
<?php $page->display_content();
|
501 |
+
} else {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
502 |
require_once( dirname( __FILE__ ) . '/includes/whitelist.php' );
|
503 |
+
$page = new Gglcptch_Whitelist( plugin_basename( __FILE__ ) );
|
504 |
if ( is_object( $page ) )
|
505 |
$page->display_content();
|
506 |
+
|
507 |
+
bws_plugin_reviews_block( $gglcptch_plugin_info['Name'], 'google-captcha' );
|
508 |
+
} ?>
|
|
|
|
|
|
|
509 |
</div>
|
510 |
<?php }
|
511 |
}
|
762 |
'RECAPTCHA_EMPTY_RESPONSE' => __( 'User response is missing.', 'google-captcha' ),
|
763 |
/* v1 error */
|
764 |
'invalid-site-private-key' => sprintf(
|
765 |
+
'<strong>%s</strong> <a target="_blank" href="https://www.google.com/recaptcha/admin#list">%s</a> %s.',
|
766 |
+
__( 'Secret Key is invalid.', 'google-captcha' ),
|
767 |
+
__( 'Check your domain configurations', 'google-captcha' ),
|
768 |
__( 'and enter it again', 'google-captcha' )
|
769 |
),
|
770 |
/* v2 error */
|
771 |
'missing-input-secret' => __( 'Secret Key is missing.', 'google-captcha' ),
|
772 |
'invalid-input-secret' => sprintf(
|
773 |
+
'<strong>%s</strong> <a target="_blank" href="https://www.google.com/recaptcha/admin#list">%s</a> %s.',
|
774 |
+
__( 'Secret Key is invalid.', 'google-captcha' ),
|
775 |
+
__( 'Check your domain configurations', 'google-captcha' ),
|
776 |
__( 'and enter it again', 'google-captcha' )
|
777 |
),
|
778 |
'incorrect-captcha-sol' => __( 'User response is invalid', 'google-captcha' ),
|
783 |
if ( isset( $messages[ $message_code ] ) ) {
|
784 |
$message = $messages[ $message_code ];
|
785 |
} else {
|
786 |
+
$message = $messages['incorrect'];
|
787 |
}
|
788 |
|
789 |
if ( $echo )
|
923 |
if ( $result['response'] || $result['reason'] == 'ERROR_NO_KEYS' )
|
924 |
return;
|
925 |
|
926 |
+
wp_die( sprintf( '<strong>%s</strong>: %s %s', __( 'Error', 'google-captcha' ), gglcptch_get_message(), __( 'Click the BACK button on your browser and try again.', 'google-captcha' ) ) );
|
927 |
}
|
928 |
}
|
929 |
|
945 |
|
946 |
if ( ! function_exists( 'gglcptch_test_keys' ) ) {
|
947 |
function gglcptch_test_keys() {
|
948 |
+
global $gglcptch_ip_in_whitelist, $gglcptch_options;
|
949 |
if ( isset( $_REQUEST['_wpnonce'] ) && wp_verify_nonce( $_REQUEST['_wpnonce'] , $_REQUEST['action'] ) ) {
|
950 |
+
header( 'Content-Type: text/html' );
|
951 |
+
register_gglcptch_settings(); ?>
|
952 |
+
<p>
|
953 |
+
<?php if ( 'invisible' == $gglcptch_options['recaptcha_version'] )
|
954 |
+
_e( 'Please submit "Test verification"', 'google-captcha' );
|
955 |
+
else
|
956 |
+
_e( 'Please complete the captcha and submit "Test verification"', 'google-captcha' ); ?>
|
957 |
+
</p>
|
958 |
<?php $gglcptch_ip_in_whitelist = false;
|
959 |
echo gglcptch_display(); ?>
|
960 |
<p>
|
980 |
<?php }
|
981 |
}
|
982 |
} else { ?>
|
983 |
+
<div class="updated gglcptch-test-results"><p><?php _e( 'The verification is successfully completed.','google-captcha' ); ?></p></div>
|
984 |
<?php $gglcptch_options = get_option( 'gglcptch_options' );
|
985 |
$gglcptch_options['keys_verified'] = true;
|
986 |
+
unset( $gglcptch_options['need_keys_verified_check'] );
|
987 |
update_option( 'gglcptch_options', $gglcptch_options );
|
988 |
}
|
989 |
}
|
images/comments_form.jpg
DELETED
Binary file
|
images/contact_form.jpg
DELETED
Binary file
|
images/login_form.jpg
DELETED
Binary file
|
images/recaptcha_v1.png
DELETED
Binary file
|
images/recaptcha_v2.png
DELETED
Binary file
|
images/recaptcha_v2_compact_dark.png
DELETED
Binary file
|
images/recaptcha_v2_compact_light.png
DELETED
Binary file
|
images/recaptcha_v2_normal_dark.png
DELETED
Binary file
|
images/recaptcha_v2_normal_light.png
DELETED
Binary file
|
images/registration_form.jpg
DELETED
Binary file
|
images/reset_pwd_form.jpg
DELETED
Binary file
|
includes/class-gglcptch-settings-tabs.php
ADDED
@@ -0,0 +1,347 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Displays the content on the plugin settings page
|
4 |
+
*/
|
5 |
+
|
6 |
+
require_once( dirname( dirname( __FILE__ ) ) . '/bws_menu/class-bws-settings.php' );
|
7 |
+
|
8 |
+
if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
|
9 |
+
class Gglcptch_Settings_Tabs extends Bws_Settings_Tabs {
|
10 |
+
private $keys, $versions, $forms, $themes;
|
11 |
+
|
12 |
+
/**
|
13 |
+
* Constructor.
|
14 |
+
*
|
15 |
+
* @access public
|
16 |
+
*
|
17 |
+
* @see Bws_Settings_Tabs::__construct() for more information on default arguments.
|
18 |
+
*
|
19 |
+
* @param string $plugin_basename
|
20 |
+
*/
|
21 |
+
public function __construct( $plugin_basename ) {
|
22 |
+
global $gglcptch_options, $gglcptch_plugin_info;
|
23 |
+
|
24 |
+
$tabs = array(
|
25 |
+
'settings' => array( 'label' => __( 'Settings', 'google-captcha' ) ),
|
26 |
+
'misc' => array( 'label' => __( 'Misc', 'google-captcha' ) ),
|
27 |
+
'custom_code' => array( 'label' => __( 'Custom Code', 'google-captcha' ) ),
|
28 |
+
'license' => array( 'label' => __( 'License Key', 'google-captcha' ) )
|
29 |
+
);
|
30 |
+
|
31 |
+
parent::__construct( array(
|
32 |
+
'plugin_basename' => $plugin_basename,
|
33 |
+
'plugins_info' => $gglcptch_plugin_info,
|
34 |
+
'prefix' => 'gglcptch',
|
35 |
+
'default_options' => gglcptch_get_default_options(),
|
36 |
+
'options' => $gglcptch_options,
|
37 |
+
'is_network_options' => is_network_admin(),
|
38 |
+
'tabs' => $tabs,
|
39 |
+
'wp_slug' => 'google-captcha',
|
40 |
+
'pro_page' => 'admin.php?page=google-captcha-pro.php',
|
41 |
+
'bws_license_plugin' => 'google-captcha-pro/google-captcha-pro.php',
|
42 |
+
'link_key' => 'b850d949ccc1239cab0da315c3c822ab',
|
43 |
+
'link_pn' => '109'
|
44 |
+
) );
|
45 |
+
|
46 |
+
$this->all_plugins = get_plugins();
|
47 |
+
|
48 |
+
/* Private and public keys */
|
49 |
+
$this->keys = array(
|
50 |
+
'public' => array(
|
51 |
+
'display_name' => __( 'Site Key', 'google-captcha' ),
|
52 |
+
'form_name' => 'gglcptch_public_key',
|
53 |
+
'error_msg' => '',
|
54 |
+
),
|
55 |
+
'private' => array(
|
56 |
+
'display_name' => __( 'Secret Key', 'google-captcha' ),
|
57 |
+
'form_name' => 'gglcptch_private_key',
|
58 |
+
'error_msg' => '',
|
59 |
+
),
|
60 |
+
);
|
61 |
+
|
62 |
+
$this->versions = array(
|
63 |
+
'v1' => sprintf( '%s 1', __( 'Version', 'google-captcha' ) ),
|
64 |
+
'v2' => sprintf( '%s 2', __( 'Version', 'google-captcha' ) ),
|
65 |
+
'invisible' => __( 'Invisible', 'google-captcha' )
|
66 |
+
);
|
67 |
+
|
68 |
+
/* Checked forms */
|
69 |
+
$this->forms = array(
|
70 |
+
array( 'login_form', __( 'Login form', 'google-captcha' ) ),
|
71 |
+
array( 'registration_form', __( 'Registration form', 'google-captcha' ) ),
|
72 |
+
array( 'reset_pwd_form', __( 'Reset password form', 'google-captcha' ) ),
|
73 |
+
array( 'comments_form', __( 'Comments form', 'google-captcha' ) ),
|
74 |
+
);
|
75 |
+
|
76 |
+
/* Google captcha themes */
|
77 |
+
$this->themes = array(
|
78 |
+
array( 'red', 'Red' ),
|
79 |
+
array( 'white', 'White' ),
|
80 |
+
array( 'blackglass', 'Blackglass' ),
|
81 |
+
array( 'clean', 'Clean' ),
|
82 |
+
);
|
83 |
+
|
84 |
+
add_action( get_parent_class( $this ) . '_display_custom_messages', array( $this, 'display_custom_messages' ) );
|
85 |
+
add_action( get_parent_class( $this ) . '_display_metabox', array( $this, 'display_metabox' ) );
|
86 |
+
}
|
87 |
+
|
88 |
+
/**
|
89 |
+
* Save plugin options to the database
|
90 |
+
* @access public
|
91 |
+
* @param void
|
92 |
+
* @return array The action results
|
93 |
+
*/
|
94 |
+
public function save_options() {
|
95 |
+
|
96 |
+
/* Save data for settings page */
|
97 |
+
if ( empty( $_POST['gglcptch_public_key'] ) ) {
|
98 |
+
$this->keys['public']['error_msg'] = __( 'Enter site key', 'google-captcha' );
|
99 |
+
$error = __( "WARNING: The captcha will not be displayed until you fill key fields.", 'google-captcha' );
|
100 |
+
} else {
|
101 |
+
$this->keys['public']['error_msg'] = '';
|
102 |
+
}
|
103 |
+
|
104 |
+
if ( empty( $_POST['gglcptch_private_key'] ) ) {
|
105 |
+
$this->keys['private']['error_msg'] = __( 'Enter secret key', 'google-captcha' );
|
106 |
+
$error = __( "WARNING: The captcha will not be displayed until you fill key fields.", 'google-captcha' );
|
107 |
+
} else {
|
108 |
+
$this->keys['private']['error_msg'] = '';
|
109 |
+
}
|
110 |
+
|
111 |
+
if ( $_POST['gglcptch_public_key'] != $this->options['public_key'] || $_POST['gglcptch_private_key'] != $this->options['private_key'] )
|
112 |
+
$this->options['keys_verified'] = false;
|
113 |
+
|
114 |
+
if ( $_POST['gglcptch_recaptcha_version'] != $this->options['recaptcha_version'] ) {
|
115 |
+
$this->options['keys_verified'] = false;
|
116 |
+
$this->options['need_keys_verified_check'] = true;
|
117 |
+
}
|
118 |
+
|
119 |
+
$this->options['whitelist_message'] = stripslashes( esc_html( $_POST['gglcptch_whitelist_message'] ) );
|
120 |
+
$this->options['public_key'] = trim( stripslashes( esc_html( $_POST['gglcptch_public_key'] ) ) );
|
121 |
+
$this->options['private_key'] = trim( stripslashes( esc_html( $_POST['gglcptch_private_key'] ) ) );
|
122 |
+
$this->options['login_form'] = isset( $_POST['gglcptch_login_form'] ) ? 1 : 0;
|
123 |
+
$this->options['registration_form'] = isset( $_POST['gglcptch_registration_form'] ) ? 1 : 0;
|
124 |
+
$this->options['reset_pwd_form'] = isset( $_POST['gglcptch_reset_pwd_form'] ) ? 1 : 0;
|
125 |
+
$this->options['comments_form'] = isset( $_POST['gglcptch_comments_form'] ) ? 1 : 0;
|
126 |
+
$this->options['contact_form'] = isset( $_POST['gglcptch_contact_form'] ) ? 1 : 0;
|
127 |
+
$this->options['recaptcha_version'] = in_array( $_POST['gglcptch_recaptcha_version'], array( 'v1', 'v2', 'invisible' ) ) ? $_POST['gglcptch_recaptcha_version']: 'v2';
|
128 |
+
$this->options['theme'] = stripslashes( esc_html( $_POST['gglcptch_theme'] ) );
|
129 |
+
$this->options['theme_v2'] = stripslashes( esc_html( $_POST['gglcptch_theme_v2'] ) );
|
130 |
+
|
131 |
+
if ( function_exists( 'get_editable_roles' ) ) {
|
132 |
+
foreach ( get_editable_roles() as $role => $fields ) {
|
133 |
+
$this->options[ $role ] = isset( $_POST[ 'gglcptch_' . $role ] ) ? 1 : 0;
|
134 |
+
}
|
135 |
+
}
|
136 |
+
|
137 |
+
update_option( 'gglcptch_options', $this->options );
|
138 |
+
$message = __( "Settings saved.", 'google-captcha' );
|
139 |
+
|
140 |
+
return compact( 'message', 'notice', 'error' );
|
141 |
+
}
|
142 |
+
|
143 |
+
/**
|
144 |
+
* Displays 'settings' menu-tab
|
145 |
+
* @access public
|
146 |
+
* @param void
|
147 |
+
* @return void
|
148 |
+
*/
|
149 |
+
public function tab_settings() {
|
150 |
+
global $wp_version;
|
151 |
+
$is_main_site = is_main_site( get_current_blog_id() ); ?>
|
152 |
+
<h3 class="bws_tab_label"><?php _e( 'Google Captcha Settings', 'google-captcha' ); ?></h3>
|
153 |
+
<?php $this->help_phrase(); ?>
|
154 |
+
<hr>
|
155 |
+
<div class="bws_tab_sub_label"><?php _e( 'Authentication', 'google-captcha' ); ?></div>
|
156 |
+
<div class="bws_info"><?php _e( 'Register your website with Google to get required API keys and enter them below.', 'google-captcha' ); ?> <a target="_blank" href="https://www.google.com/recaptcha/admin#list"><?php _e( 'Get the API Keys', 'google-captcha' ); ?></a></div>
|
157 |
+
<table class="form-table">
|
158 |
+
<?php foreach ( $this->keys as $key => $fields ) { ?>
|
159 |
+
<tr>
|
160 |
+
<th><?php echo $fields['display_name']; ?></th>
|
161 |
+
<td>
|
162 |
+
<input class="regular-text" type="text" name="<?php echo $fields['form_name']; ?>" value="<?php echo $this->options[ $key . '_key' ] ?>" maxlength="200" />
|
163 |
+
<label class="gglcptch_error_msg error"><?php echo $fields['error_msg']; ?></label>
|
164 |
+
<span class="dashicons dashicons-yes gglcptch_verified <?php if ( ! isset( $this->options['keys_verified'] ) || true !== $this->options['keys_verified'] ) echo 'hidden'; ?>"></span>
|
165 |
+
</td>
|
166 |
+
</tr>
|
167 |
+
<?php }
|
168 |
+
if ( ! empty( $this->options['public_key'] ) && ! empty( $this->options['private_key'] ) ) { ?>
|
169 |
+
<tr class="hide-if-no-js">
|
170 |
+
<th></th>
|
171 |
+
<td>
|
172 |
+
<div id="gglcptch-test-keys">
|
173 |
+
<a class="button button-secondary" href="<?php echo add_query_arg( array( '_wpnonce' => wp_create_nonce( 'gglcptch-test-keys' ), 'action' => 'gglcptch-test-keys', 'is_network' => $this->is_network_options ? '1' : '0' ), admin_url( 'admin-ajax.php' ) ); ?>"><?php _e( 'Test ReCaptcha' , 'google-captcha' ); ?></a>
|
174 |
+
</div>
|
175 |
+
</td>
|
176 |
+
</tr>
|
177 |
+
<?php } ?>
|
178 |
+
</table>
|
179 |
+
<div class="bws_tab_sub_label"><?php _e( 'General', 'google-captcha' ); ?></div>
|
180 |
+
<table class="form-table">
|
181 |
+
<tr valign="top">
|
182 |
+
<th scope="row"><?php _e( 'Enable ReCaptcha for', 'google-captcha' ); ?></th>
|
183 |
+
<td>
|
184 |
+
<fieldset>
|
185 |
+
<p>
|
186 |
+
<i><?php _e( 'WordPress default', 'google-captcha' ); ?></i>
|
187 |
+
</p>
|
188 |
+
<br>
|
189 |
+
<?php foreach ( $this->forms as $form ) {
|
190 |
+
$form_attr = ( '1' == $this->options[ $form[0] ] ) ? 'checked="checked"' : '';
|
191 |
+
$form_notice = '';
|
192 |
+
|
193 |
+
if ( ( $form[0] == 'registration_form' || $form[0] == 'reset_pwd_form' ) && ! $is_main_site ) {
|
194 |
+
$form_notice .= '<span class="bws_info">(' . __( 'This option is available only for network or for main blog.', 'google-captcha' ) . ')</span>';
|
195 |
+
$form_attr = 'disabled="disabled" readonly="readonly"';
|
196 |
+
} ?>
|
197 |
+
<label>
|
198 |
+
<input type="checkbox" name="<?php echo 'gglcptch_' . $form[0]; ?>" value="1" <?php echo $form_attr; ?> />
|
199 |
+
<?php echo $form[1]; ?>
|
200 |
+
</label>
|
201 |
+
<?php echo $form_notice; ?>
|
202 |
+
<br />
|
203 |
+
<?php } ?>
|
204 |
+
<hr>
|
205 |
+
<p>
|
206 |
+
<i><?php _e( 'External Plugins', 'google-captcha' ); ?></i>
|
207 |
+
</p>
|
208 |
+
<br>
|
209 |
+
<?php /* Check Contact Form by BestWebSoft */
|
210 |
+
$plugin_info = gglcptch_plugin_status( array( 'contact-form-plugin/contact_form.php', 'contact-form-pro/contact_form_pro.php' ), $this->all_plugins, $this->is_network_options );
|
211 |
+
$plugin_name = 'Contact Form';
|
212 |
+
$attrs = $plugin_notice = '';
|
213 |
+
if ( 'deactivated' == $plugin_info['status'] ) {
|
214 |
+
$attrs = 'disabled="disabled"';
|
215 |
+
$plugin_notice = '<a href="' . self_admin_url( 'plugins.php' ) . '">' . __( 'Activate', 'google-captcha' ) . '</a>';
|
216 |
+
} elseif ( 'not_installed' == $plugin_info['status'] ) {
|
217 |
+
$attrs = 'disabled="disabled"';
|
218 |
+
$plugin_notice = '<a href="https://bestwebsoft.com/products/wordpress/plugins/contact-form/?k=0a750deb99a8e5296a5432f4c9cb9b55&pn=109&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank">' . __( 'Install Now', 'google-captcha' ) . '</a>';
|
219 |
+
}
|
220 |
+
if ( $attrs == '' && ( is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) ) )
|
221 |
+
$plugin_notice = ' (' . __( 'Enable for adding captcha to forms on their settings pages.', 'google-captcha' ) . ')';
|
222 |
+
|
223 |
+
if ( '1' == $this->options['contact_form'] && $attrs == '' ) {
|
224 |
+
$attrs .= ' checked="checked"';
|
225 |
+
} ?>
|
226 |
+
<label><input type="checkbox" <?php echo $attrs; ?> name="gglcptch_contact_form" value="contact_form" /> <?php echo $plugin_name; ?></label>
|
227 |
+
<span class="bws_info"> <?php echo $plugin_notice; ?></span>
|
228 |
+
<hr>
|
229 |
+
</fieldset>
|
230 |
+
</td>
|
231 |
+
</tr>
|
232 |
+
</table>
|
233 |
+
<?php if ( ! $this->hide_pro_tabs ) { ?>
|
234 |
+
<div class="bws_pro_version_bloc">
|
235 |
+
<div class="bws_pro_version_table_bloc">
|
236 |
+
<button type="submit" name="bws_hide_premium_options" class="notice-dismiss bws_hide_premium_options" title="<?php _e( 'Close', 'google-captcha' ); ?>"></button>
|
237 |
+
<div class="bws_table_bg"></div>
|
238 |
+
<?php gglcptch_supported_plugins_banner(); ?>
|
239 |
+
</div>
|
240 |
+
<?php $this->bws_pro_block_links(); ?>
|
241 |
+
</div>
|
242 |
+
<?php } ?>
|
243 |
+
<table class="form-table">
|
244 |
+
<tr valign="top">
|
245 |
+
<th scope="row"><?php _e( 'Hide ReCaptcha in Comments Form for', 'google-captcha' ); ?></th>
|
246 |
+
<td>
|
247 |
+
<fieldset>
|
248 |
+
<?php if ( function_exists( 'get_editable_roles' ) ) {
|
249 |
+
foreach ( get_editable_roles() as $role => $fields ) : ?>
|
250 |
+
<label><input type="checkbox" name="<?php echo 'gglcptch_' . $role; ?>" value=<?php echo $role; if ( isset( $this->options[ $role ] ) && '1' == $this->options[ $role ] ) echo ' checked'; ?>> <?php echo $fields['name']; ?></label><br/>
|
251 |
+
<?php endforeach;
|
252 |
+
} ?>
|
253 |
+
</fieldset>
|
254 |
+
</td>
|
255 |
+
</tr>
|
256 |
+
<tr valign="top">
|
257 |
+
<th scope="row"><?php _e( 'ReCaptcha Version', 'google-captcha' ); ?></th>
|
258 |
+
<td>
|
259 |
+
<fieldset>
|
260 |
+
<?php foreach ( $this->versions as $version => $version_name ) { ?>
|
261 |
+
<label>
|
262 |
+
<input type="radio" name="gglcptch_recaptcha_version" value="<?php echo $version; ?>" <?php checked( $version, $this->options['recaptcha_version'] ); ?>> <?php echo $version_name; ?>
|
263 |
+
</label>
|
264 |
+
<br/>
|
265 |
+
<?php } ?>
|
266 |
+
</fieldset>
|
267 |
+
</td>
|
268 |
+
</tr>
|
269 |
+
<tr class="gglcptch_theme_v1" valign="top">
|
270 |
+
<th scope="row">
|
271 |
+
<?php _e( 'Theme', 'google-captcha' ); ?>
|
272 |
+
</th>
|
273 |
+
<td>
|
274 |
+
<select name="gglcptch_theme">
|
275 |
+
<?php foreach ( $this->themes as $theme ) { ?>
|
276 |
+
<option value="<?php echo $theme[0]; ?>" <?php selected( $theme[0], $this->options['theme'] ); ?>><?php echo $theme[1]; ?></option>
|
277 |
+
<?php } ?>
|
278 |
+
</select>
|
279 |
+
</td>
|
280 |
+
</tr>
|
281 |
+
<tr class="gglcptch_theme_v2" valign="top">
|
282 |
+
<th scope="row">
|
283 |
+
<?php _e( 'Theme', 'google-captcha' ); ?>
|
284 |
+
</th>
|
285 |
+
<td>
|
286 |
+
<select name="gglcptch_theme_v2">
|
287 |
+
<option value="light" <?php selected( 'light', $this->options['theme_v2'] ); ?>>Light</option>
|
288 |
+
<option value="dark" <?php selected( 'dark', $this->options['theme_v2'] ); ?>>Dark</option>
|
289 |
+
</select>
|
290 |
+
</td>
|
291 |
+
</tr>
|
292 |
+
</table>
|
293 |
+
<?php if ( ! $this->hide_pro_tabs ) { ?>
|
294 |
+
<div class="bws_pro_version_bloc">
|
295 |
+
<div class="bws_pro_version_table_bloc">
|
296 |
+
<button type="submit" name="bws_hide_premium_options" class="notice-dismiss bws_hide_premium_options" title="<?php _e( 'Close', 'google-captcha' ); ?>"></button>
|
297 |
+
<div class="bws_table_bg"></div>
|
298 |
+
<?php gglcptch_additional_settings_banner(); ?>
|
299 |
+
</div>
|
300 |
+
<?php $this->bws_pro_block_links(); ?>
|
301 |
+
</div>
|
302 |
+
<?php } ?>
|
303 |
+
<table class="form-table">
|
304 |
+
<tr valign="top">
|
305 |
+
<th scope="row"><?php _e( 'Whitelist Notification', 'google-captcha' ); ?></th>
|
306 |
+
<td>
|
307 |
+
<textarea name="gglcptch_whitelist_message"><?php echo $this->options['whitelist_message']; ?></textarea>
|
308 |
+
<div class="bws_info"><?php _e( 'This message will be displayed instead of the ReCaptcha.', 'google-captcha' ); ?></div>
|
309 |
+
</td>
|
310 |
+
</tr>
|
311 |
+
</table>
|
312 |
+
<?php }
|
313 |
+
|
314 |
+
/**
|
315 |
+
* Display custom error\message\notice
|
316 |
+
* @access public
|
317 |
+
* @param $save_results - array with error\message\notice
|
318 |
+
* @return void
|
319 |
+
*/
|
320 |
+
public function display_custom_messages( $save_results ) {
|
321 |
+
if ( $this->options['recaptcha_version'] == 'v1' ) { ?>
|
322 |
+
<div class="updated inline bws-notice"><p><strong><?php _e( "Only one ReCaptcha can be displayed on the page, it's related to ReCaptcha version 1 features.", 'google-captcha' ); ?></strong></p></div>
|
323 |
+
<?php }
|
324 |
+
if ( ! empty( $this->options['need_keys_verified_check'] ) ) { ?>
|
325 |
+
<div class="updated inline bws-notice"><p><strong><?php _e( 'ReCaptcha version was changed. Please submit "Test ReCaptcha" and regenerate Site and Secret keys if necessary.', 'google-captcha' ); ?></strong></p></div>
|
326 |
+
<?php }
|
327 |
+
}
|
328 |
+
|
329 |
+
/**
|
330 |
+
* Display custom metabox
|
331 |
+
* @access public
|
332 |
+
* @param void
|
333 |
+
* @return array The action results
|
334 |
+
*/
|
335 |
+
public function display_metabox() { ?>
|
336 |
+
<div class="postbox">
|
337 |
+
<h3 class="hndle">
|
338 |
+
<?php _e( 'Google Captcha Shortcode', 'google-captcha' ); ?>
|
339 |
+
</h3>
|
340 |
+
<div class="inside">
|
341 |
+
<?php _e( "Add Google Captcha to your posts or pages using the following shortcode:", 'google-captcha' ); ?>
|
342 |
+
<?php bws_shortcode_output( '[bws_google_captcha]' ); ?>
|
343 |
+
</div>
|
344 |
+
</div>
|
345 |
+
<?php }
|
346 |
+
}
|
347 |
+
}
|
includes/pro_banners.php
CHANGED
@@ -37,75 +37,82 @@ if ( ! function_exists( 'gglcptch_pro_block' ) ) {
|
|
37 |
|
38 |
if ( ! function_exists( 'gglcptch_whitelist_banner' ) ) {
|
39 |
function gglcptch_whitelist_banner() { ?>
|
40 |
-
<
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
<span class="bws_info" style="line-height: 2;"><?php _e( "Allowed separators for IPs: a comma", 'google-captcha' ); ?> (<code>,</code>), <?php _e( 'semicolon', 'google-captcha' ); ?> (<code>;</code>), <?php _e( 'ordinary space, tab, new line or carriage return', 'google-captcha' ); ?></span><br />
|
46 |
-
<span class="bws_info" style="line-height: 2;"><?php _e( "Allowed separators for reasons: a comma", 'google-captcha' ); ?> (<code>,</code>), <?php _e( 'semicolon', 'google-captcha' ); ?> (<code>;</code>), <?php _e( 'tab, new line or carriage return', 'google-captcha' ); ?></span>
|
47 |
-
</td>
|
48 |
-
</tr>
|
49 |
-
</table>
|
50 |
<?php }
|
51 |
}
|
52 |
|
53 |
if ( ! function_exists( 'gglcptch_supported_plugins_banner' ) ) {
|
54 |
function gglcptch_supported_plugins_banner() { ?>
|
55 |
-
<
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
<?php }
|
65 |
}
|
66 |
|
67 |
if ( ! function_exists( 'gglcptch_additional_settings_banner' ) ) {
|
68 |
-
function gglcptch_additional_settings_banner() {
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
<tr valign="top">
|
76 |
-
<th scope="row"><?php _e( '
|
77 |
<td>
|
78 |
<select disabled="disabled">
|
79 |
-
<option selected="selected">English
|
80 |
</select>
|
81 |
-
<div style="margin: 5px 0 0;">
|
82 |
-
<input disabled="disabled" id="gglcptch_use_multilanguage_locale" type="checkbox" />
|
83 |
-
<label for="gglcptch_use_multilanguage_locale"><?php _e( 'Use the current site language', 'google-captcha' ); ?></label> <span class="bws_info">(<?php _e( 'Using', 'google-captcha' ); ?> Multilanguage by BestWebSoft)</span>
|
84 |
-
</div>
|
85 |
</td>
|
86 |
</tr>
|
87 |
<tr valign="top">
|
88 |
-
<th scope="row">
|
89 |
-
|
90 |
-
<
|
91 |
-
|
92 |
-
<td><fieldset>
|
93 |
-
<?php foreach ( $gglcptch_sizes_v2 as $value => $name ) {
|
94 |
-
$link = plugins_url( 'google-captcha/images' );
|
95 |
-
$link .= $value == 'normal' ? '/recaptcha_v2_normal' : '/recaptcha_v2_compact';
|
96 |
-
$tooltip = bws_add_help_box(
|
97 |
-
'<img src="' . $link . '_light.png" class="gglcptch_size_sample gglcptch_size_sample_light' . ( 'light' == $gglcptch_options['theme_v2'] ? '"' : ' hidden"' ) . ' />' .
|
98 |
-
'<img src="' . $link . '_dark.png" class="gglcptch_size_sample gglcptch_size_sample_dark' . ( 'dark' == $gglcptch_options['theme_v2'] ? '"' : ' hidden"' ) . ' />',
|
99 |
-
'bws-auto-width'
|
100 |
-
);
|
101 |
-
printf(
|
102 |
-
'<div class="gglcptch_size_v2"><label><input disabled="disabled" type="radio" %s> %s</label>%s</div>',
|
103 |
-
$name == 'Normal' ? ' checked="checked"' : '',
|
104 |
-
$name,
|
105 |
-
$tooltip
|
106 |
-
);
|
107 |
-
} ?>
|
108 |
-
</fieldset>
|
109 |
</td>
|
110 |
</tr>
|
111 |
</table>
|
37 |
|
38 |
if ( ! function_exists( 'gglcptch_whitelist_banner' ) ) {
|
39 |
function gglcptch_whitelist_banner() { ?>
|
40 |
+
<div class="bws_info" style="line-height: 2;"><?php _e( "Allowed formats", 'google-captcha' ); ?>: <code>192.168.0.1, 192.168.0., 192.168., 192., 192.168.0.1/8, 123.126.12.243-185.239.34.54</code></div>
|
41 |
+
<div class="bws_info" style="line-height: 2;"><?php _e( "Allowed separators for IPs: a comma", 'google-captcha' ); ?> (<code>,</code>), <?php _e( 'semicolon', 'google-captcha' ); ?> (<code>;</code>), <?php _e( 'ordinary space, tab, new line or carriage return.', 'google-captcha' ); ?></div>
|
42 |
+
<?php _e( 'Reason', 'google-captcha' ); ?><br>
|
43 |
+
<textarea disabled></textarea>
|
44 |
+
<div class="bws_info" style="line-height: 2;"><?php _e( "Allowed separators for reasons: a comma", 'google-captcha' ); ?> (<code>,</code>), <?php _e( 'semicolon', 'google-captcha' ); ?> (<code>;</code>), <?php _e( 'tab, new line or carriage return.', 'google-captcha' ); ?></div>
|
|
|
|
|
|
|
|
|
|
|
45 |
<?php }
|
46 |
}
|
47 |
|
48 |
if ( ! function_exists( 'gglcptch_supported_plugins_banner' ) ) {
|
49 |
function gglcptch_supported_plugins_banner() { ?>
|
50 |
+
<table class="form-table bws_pro_version">
|
51 |
+
<tr valign="top">
|
52 |
+
<th scope="row"></th>
|
53 |
+
<td>
|
54 |
+
<p>
|
55 |
+
<i><?php _e( 'External Plugins', 'google-captcha' ); ?></i>
|
56 |
+
</p>
|
57 |
+
<br>
|
58 |
+
<fieldset>
|
59 |
+
<label><input disabled="disabled" type="checkbox" disabled="disabled"> Subscriber</label><br>
|
60 |
+
<label><input disabled="disabled" type="checkbox" disabled="disabled"> Contact Form 7</label>
|
61 |
+
</fieldset>
|
62 |
+
<hr>
|
63 |
+
<p>
|
64 |
+
<i>BuddyPress</i>
|
65 |
+
</p>
|
66 |
+
<br>
|
67 |
+
<fieldset>
|
68 |
+
<label><input disabled="disabled" type="checkbox" disabled="disabled"> <?php _e( 'Registration form', 'google-captcha' ); ?></label><br>
|
69 |
+
<label><input disabled="disabled" type="checkbox" disabled="disabled"> <?php _e( 'Comments form', 'google-captcha' ); ?></label><br>
|
70 |
+
<label><input disabled="disabled" type="checkbox" disabled="disabled"> <?php _e( 'Create a Group form', 'google-captcha' ); ?></label>
|
71 |
+
</fieldset>
|
72 |
+
<hr>
|
73 |
+
<p>
|
74 |
+
<i>WooCommerce</i>
|
75 |
+
</p>
|
76 |
+
<br>
|
77 |
+
<fieldset>
|
78 |
+
<label><input disabled="disabled" type="checkbox" disabled="disabled"> <?php _e( 'Login form', 'google-captcha' ); ?></label><br>
|
79 |
+
<label><input disabled="disabled" type="checkbox" disabled="disabled"> <?php _e( 'Registration form', 'google-captcha' ); ?></label><br>
|
80 |
+
<label><input disabled="disabled" type="checkbox" disabled="disabled"> <?php _e( 'Lost password form', 'google-captcha' ); ?></label><br>
|
81 |
+
<label><input disabled="disabled" type="checkbox" disabled="disabled"> <?php _e( 'Checkout form', 'google-captcha' ); ?></label>
|
82 |
+
</fieldset>
|
83 |
+
</td>
|
84 |
+
</tr>
|
85 |
+
</table>
|
86 |
<?php }
|
87 |
}
|
88 |
|
89 |
if ( ! function_exists( 'gglcptch_additional_settings_banner' ) ) {
|
90 |
+
function gglcptch_additional_settings_banner() { ?>
|
91 |
+
<table class="form-table bws_pro_version">
|
92 |
+
<tr class="gglcptch_theme_v2" valign="top">
|
93 |
+
<th scope="row">
|
94 |
+
<?php _e( 'Size', 'google-captcha' ); ?>
|
95 |
+
</th>
|
96 |
+
<td>
|
97 |
+
<fieldset>
|
98 |
+
<label><input disabled="disabled" type="radio" checked><?php _e( 'Normal', 'google-captcha' ); ?></label><br />
|
99 |
+
<label><input disabled="disabled" type="radio"><?php _e( 'Compact', 'google-captcha' ); ?></label>
|
100 |
+
</fieldset>
|
101 |
+
</td>
|
102 |
+
</tr>
|
103 |
<tr valign="top">
|
104 |
+
<th scope="row"><?php _e( 'Language', 'google-captcha' ); ?></th>
|
105 |
<td>
|
106 |
<select disabled="disabled">
|
107 |
+
<option selected="selected">English</option>
|
108 |
</select>
|
|
|
|
|
|
|
|
|
109 |
</td>
|
110 |
</tr>
|
111 |
<tr valign="top">
|
112 |
+
<th scope="row"><?php _e( 'Multilanguage', 'google-captcha' ); ?></th>
|
113 |
+
<td>
|
114 |
+
<input disabled="disabled" type="checkbox" />
|
115 |
+
<span class="bws_info"><?php _e( 'Enable to switch language automatically on multilingual website using Multilanguage plugin.', 'google-captcha' ); ?></span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
</td>
|
117 |
</tr>
|
118 |
</table>
|
includes/whitelist.php
CHANGED
@@ -33,7 +33,6 @@ if ( ! class_exists( 'Gglcptch_Whitelist' ) ) {
|
|
33 |
)
|
34 |
);
|
35 |
$this->basename = $plugin_basename;
|
36 |
-
$this->display_notices();
|
37 |
}
|
38 |
|
39 |
/**
|
@@ -41,7 +40,14 @@ if ( ! class_exists( 'Gglcptch_Whitelist' ) ) {
|
|
41 |
* @return void
|
42 |
*/
|
43 |
function display_content() {
|
44 |
-
global $wp_version, $gglcptch_options;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
if ( isset( $_SERVER ) ) {
|
46 |
$sever_vars = array( 'HTTP_X_REAL_IP', 'HTTP_CLIENT_IP', 'HTTP_X_FORWARDED_FOR', 'REMOTE_ADDR' );
|
47 |
foreach ( $sever_vars as $var ) {
|
@@ -60,53 +66,36 @@ if ( ! class_exists( 'Gglcptch_Whitelist' ) ) {
|
|
60 |
}
|
61 |
}
|
62 |
|
|
|
63 |
$this->prepare_items(); ?>
|
64 |
-
<
|
65 |
-
|
66 |
-
<
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
<input type="hidden" name="gglcptch_save_add_ip_form" value="1"/>
|
80 |
-
<td>
|
81 |
-
</tr>
|
82 |
-
</table>
|
83 |
-
</form>
|
84 |
-
<?php } ?>
|
85 |
-
<form class="form-table gglcptch_whitelist_form" method="post" action="admin.php?page=google-captcha.php&action=whitelist" style="margin: 10px 0;<?php echo ! ( isset( $_REQUEST['gglcptch_show_whitelist_form'] ) || isset( $_REQUEST['gglcptch_add_to_whitelist'] ) ) ? 'display: none;': ''; ?>">
|
86 |
-
<div style="margin: 10px 0; position: relative;">
|
87 |
-
<input type="text" maxlength="31" name="gglcptch_add_to_whitelist" />
|
88 |
-
<?php if ( isset( $my_ip ) ) { ?>
|
89 |
-
<br />
|
90 |
-
<label id="gglcptch_add_my_ip">
|
91 |
-
<input type="checkbox" name="gglcptch_add_to_whitelist_my_ip" value="1" />
|
92 |
-
<?php _e( 'My IP', 'google-captcha' ); ?>
|
93 |
-
<input type="hidden" name="gglcptch_add_to_whitelist_my_ip_value" value="<?php echo $my_ip; ?>" />
|
94 |
-
</label>
|
95 |
-
<?php } ?>
|
96 |
-
<br /><input type="submit" class="button-secondary" value="<?php _e( 'Save IP to the whitelist', 'google-captcha' ) ?>" />
|
97 |
-
<?php wp_nonce_field( $this->basename, 'gglcptch_nonce_name' ); ?>
|
98 |
-
</div>
|
99 |
-
<div style="margin: 10px 0;">
|
100 |
-
<span class="bws_info" style="line-height: 2;"><?php _e( "Allowed formats", 'google-captcha' ); ?>: <code>192.168.0.1</code></span><br/>
|
101 |
<span class="bws_info" style="line-height: 2;"><?php _e( "Allowed diapason", 'google-captcha' ); ?>: <code>0.0.0.0 - 255.255.255.255</code></span>
|
102 |
</div>
|
103 |
<?php gglcptch_pro_block( 'gglcptch_whitelist_banner' ); ?>
|
104 |
-
|
105 |
-
|
|
|
|
|
|
|
|
|
106 |
<?php $this->search_box( __( 'Search IP', 'google-captcha' ), 'search_whitelisted_ip' );
|
107 |
wp_nonce_field( $this->basename, 'gglcptch_nonce_name' ); ?>
|
108 |
</form>
|
109 |
-
<form id="gglcptch_whitelist" method="post" action="admin.php?page=google-captcha.php
|
110 |
<?php $this->display();
|
111 |
wp_nonce_field( $this->basename, 'gglcptch_nonce_name' ); ?>
|
112 |
</form>
|
@@ -164,8 +153,8 @@ if ( ! class_exists( 'Gglcptch_Whitelist' ) ) {
|
|
164 |
function get_columns() {
|
165 |
$columns = array(
|
166 |
'cb' => '<input type="checkbox" />',
|
167 |
-
'ip' => __( 'IP
|
168 |
-
'add_time' => __( 'Date
|
169 |
);
|
170 |
return $columns;
|
171 |
}
|
@@ -217,9 +206,9 @@ if ( ! class_exists( 'Gglcptch_Whitelist' ) ) {
|
|
217 |
$order = empty( $this->order ) ? '' : "&order={$this->order}";
|
218 |
$paged = empty( $this->paged ) ? '' : "&paged={$this->paged}";
|
219 |
$s = empty( $this->s ) ? '' : "&s={$this->s}";
|
220 |
-
$url = "?page=google-captcha.php&
|
221 |
$actions = array(
|
222 |
-
'
|
223 |
);
|
224 |
return sprintf('%1$s %2$s', $item['ip'], $this->row_actions( $actions ) );
|
225 |
}
|
@@ -229,7 +218,7 @@ if ( ! class_exists( 'Gglcptch_Whitelist' ) ) {
|
|
229 |
*/
|
230 |
function get_bulk_actions() {
|
231 |
/* adding bulk action */
|
232 |
-
return array( 'gglcptch_remove'=> __( '
|
233 |
}
|
234 |
/**
|
235 |
* Get content for table
|
@@ -245,7 +234,7 @@ if ( ! class_exists( 'Gglcptch_Whitelist' ) ) {
|
|
245 |
$where =
|
246 |
0 == $ip_int
|
247 |
?
|
248 |
-
" WHERE `ip` LIKE '%{$this->s}%'
|
249 |
:
|
250 |
" WHERE ( `ip_from_int` <= {$ip_int} AND `ip_to_int` >= {$ip_int} )";
|
251 |
}
|
@@ -271,7 +260,7 @@ if ( ! class_exists( 'Gglcptch_Whitelist' ) ) {
|
|
271 |
$where =
|
272 |
0 == $ip_int
|
273 |
?
|
274 |
-
" WHERE `ip` LIKE '%{$this->s}%'
|
275 |
:
|
276 |
" WHERE ( `ip_from_int` <= {$ip_int} AND `ip_to_int` >= {$ip_int} )";
|
277 |
}
|
@@ -315,11 +304,11 @@ if ( ! class_exists( 'Gglcptch_Whitelist' ) ) {
|
|
315 |
)
|
316 |
);
|
317 |
if ( ! $wpdb->last_error )
|
318 |
-
$message = __( 'IP added to the whitelist successfully', 'google-captcha' );
|
319 |
else
|
320 |
-
$error = __( 'Some errors occurred', 'google-captcha' );
|
321 |
} else {
|
322 |
-
$error = __( 'IP is already in the whitelist', 'google-captcha' );
|
323 |
}
|
324 |
} else {
|
325 |
$error = __( 'Invalid IP. See allowed formats.', 'google-captcha' );
|
@@ -334,27 +323,27 @@ if ( ! class_exists( 'Gglcptch_Whitelist' ) ) {
|
|
334 |
$list = implode( ',', $_REQUEST['id'] );
|
335 |
$result = $wpdb->query( "DELETE FROM `" . $wpdb->prefix . "gglcptch_whitelist` WHERE `id` IN (" . $list . ");" );
|
336 |
if ( ! $wpdb->last_error ) {
|
337 |
-
$message = sprintf( _n( "%s IP was deleted successfully", "%s IPs were deleted successfully", $result, 'google-captcha' ), $result );
|
338 |
$gglcptch_options['whitelist_is_empty'] = is_null( $wpdb->get_var( "SELECT `id` FROM `{$wpdb->prefix}gglcptch_whitelist` LIMIT 1" ) ) ? true : false;
|
339 |
update_option( 'gglcptch_options', $gglcptch_options );
|
340 |
} else {
|
341 |
-
$error = __( 'Some errors occurred', 'google-captcha' );
|
342 |
}
|
343 |
}
|
344 |
} elseif ( isset( $_GET['gglcptch_remove'] ) && check_admin_referer( 'gglcptch_nonce_remove_' . $_GET['gglcptch_remove'] ) ) {
|
345 |
$wpdb->delete( $wpdb->prefix . "gglcptch_whitelist", array( 'id' => $_GET['gglcptch_remove'] ) );
|
346 |
if ( ! $wpdb->last_error ) {
|
347 |
-
$message = __( "One IP was deleted successfully", 'google-captcha' );
|
348 |
$gglcptch_options['whitelist_is_empty'] = is_null( $wpdb->get_var( "SELECT `id` FROM `{$wpdb->prefix}gglcptch_whitelist` LIMIT 1" ) ) ? true : false;
|
349 |
update_option( 'gglcptch_options', $gglcptch_options );
|
350 |
} else {
|
351 |
-
$error = __( 'Some errors occurred', 'google-captcha' );
|
352 |
}
|
353 |
} elseif ( isset( $_POST['gglcptch_add_to_whitelist'] ) && empty( $_POST['gglcptch_add_to_whitelist'] ) && ! isset( $_POST['bws_hide_premium_options'] ) ) {
|
354 |
-
$error = __( 'You have not entered any IP', 'google-captcha' );
|
355 |
} elseif ( isset( $_REQUEST['s'] ) ) {
|
356 |
if ( '' == $_REQUEST['s'] ) {
|
357 |
-
$error = __( 'You have not entered any IP in to the search form', 'google-captcha' );
|
358 |
} else {
|
359 |
$message = __( 'Search results for', 'google-captcha' ) . ' : ' . esc_html( $_REQUEST['s'] );
|
360 |
}
|
@@ -367,4 +356,4 @@ if ( ! class_exists( 'Gglcptch_Whitelist' ) ) {
|
|
367 |
<?php }
|
368 |
}
|
369 |
}
|
370 |
-
}
|
33 |
)
|
34 |
);
|
35 |
$this->basename = $plugin_basename;
|
|
|
36 |
}
|
37 |
|
38 |
/**
|
40 |
* @return void
|
41 |
*/
|
42 |
function display_content() {
|
43 |
+
global $wp_version, $gglcptch_options; ?>
|
44 |
+
<h1 class="wp-heading-inline"><?php _e( 'Google Captcha Whitelist', 'google-captcha' ); ?></h1>
|
45 |
+
<?php if ( ! ( isset( $_REQUEST['gglcptch_show_whitelist_form'] ) || isset( $_REQUEST['gglcptch_add_to_whitelist'] ) ) ) { ?>
|
46 |
+
<form method="post" action="admin.php?page=google-captcha-whitelist.php" style="display: inline;">
|
47 |
+
<button class="page-title-action" name="gglcptch_show_whitelist_form" value="on"<?php echo ( isset( $_POST['gglcptch_add_to_whitelist'] ) ) ? ' style="display: none;"' : ''; ?>><?php _e( 'Add New', 'google-captcha' ); ?></button>
|
48 |
+
</form>
|
49 |
+
<?php }
|
50 |
+
|
51 |
if ( isset( $_SERVER ) ) {
|
52 |
$sever_vars = array( 'HTTP_X_REAL_IP', 'HTTP_CLIENT_IP', 'HTTP_X_FORWARDED_FOR', 'REMOTE_ADDR' );
|
53 |
foreach ( $sever_vars as $var ) {
|
66 |
}
|
67 |
}
|
68 |
|
69 |
+
$this->display_notices();
|
70 |
$this->prepare_items(); ?>
|
71 |
+
<form class="form-table gglcptch_whitelist_form" method="post" action="admin.php?page=google-captcha-whitelist.php" <?php if ( ! ( isset( $_REQUEST['gglcptch_show_whitelist_form'] ) || isset( $_REQUEST['gglcptch_add_to_whitelist'] ) ) ) echo ' style="display: none;"'; ?>">
|
72 |
+
<label><?php _e( 'IP to whitelist', 'google-captcha' ); ?></label>
|
73 |
+
<br />
|
74 |
+
<input type="text" maxlength="31" name="gglcptch_add_to_whitelist" />
|
75 |
+
<?php if ( isset( $my_ip ) ) { ?>
|
76 |
+
<br />
|
77 |
+
<label id="gglcptch_add_my_ip">
|
78 |
+
<input type="checkbox" name="gglcptch_add_to_whitelist_my_ip" value="1" />
|
79 |
+
<?php _e( 'My IP', 'google-captcha' ); ?>
|
80 |
+
<input type="hidden" name="gglcptch_add_to_whitelist_my_ip_value" value="<?php echo $my_ip; ?>" />
|
81 |
+
</label>
|
82 |
+
<?php } ?>
|
83 |
+
<div>
|
84 |
+
<span class="bws_info" style="line-height: 2;"><?php _e( "Allowed formats", 'google-captcha' ); ?>: <code>192.168.0.1</code></span>
|
85 |
+
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
<span class="bws_info" style="line-height: 2;"><?php _e( "Allowed diapason", 'google-captcha' ); ?>: <code>0.0.0.0 - 255.255.255.255</code></span>
|
87 |
</div>
|
88 |
<?php gglcptch_pro_block( 'gglcptch_whitelist_banner' ); ?>
|
89 |
+
<p>
|
90 |
+
<input type="submit" class="button-secondary" value="<?php _e( 'Add IP to whitelist', 'google-captcha' ) ?>" />
|
91 |
+
<?php wp_nonce_field( $this->basename, 'gglcptch_nonce_name' ); ?>
|
92 |
+
</p>
|
93 |
+
</form>
|
94 |
+
<form id="gglcptch_whitelist_search" method="post" action="admin.php?page=google-captcha-whitelist.php">
|
95 |
<?php $this->search_box( __( 'Search IP', 'google-captcha' ), 'search_whitelisted_ip' );
|
96 |
wp_nonce_field( $this->basename, 'gglcptch_nonce_name' ); ?>
|
97 |
</form>
|
98 |
+
<form id="gglcptch_whitelist" method="post" action="admin.php?page=google-captcha-whitelist.php">
|
99 |
<?php $this->display();
|
100 |
wp_nonce_field( $this->basename, 'gglcptch_nonce_name' ); ?>
|
101 |
</form>
|
153 |
function get_columns() {
|
154 |
$columns = array(
|
155 |
'cb' => '<input type="checkbox" />',
|
156 |
+
'ip' => __( 'IP Address', 'google-captcha' ),
|
157 |
+
'add_time' => __( 'Date Added', 'google-captcha' )
|
158 |
);
|
159 |
return $columns;
|
160 |
}
|
206 |
$order = empty( $this->order ) ? '' : "&order={$this->order}";
|
207 |
$paged = empty( $this->paged ) ? '' : "&paged={$this->paged}";
|
208 |
$s = empty( $this->s ) ? '' : "&s={$this->s}";
|
209 |
+
$url = "?page=google-captcha-whitelist.php&gglcptch_remove={$item['id']}{$order_by}{$order}{$paged}{$s}";
|
210 |
$actions = array(
|
211 |
+
'delete' => '<a href="' . wp_nonce_url( $url, "gglcptch_nonce_remove_{$item['id']}" ) . '">' . __( 'Delete', 'google-captcha' ) . '</a>'
|
212 |
);
|
213 |
return sprintf('%1$s %2$s', $item['ip'], $this->row_actions( $actions ) );
|
214 |
}
|
218 |
*/
|
219 |
function get_bulk_actions() {
|
220 |
/* adding bulk action */
|
221 |
+
return array( 'gglcptch_remove'=> __( 'Delete', 'google-captcha' ) );
|
222 |
}
|
223 |
/**
|
224 |
* Get content for table
|
234 |
$where =
|
235 |
0 == $ip_int
|
236 |
?
|
237 |
+
" WHERE `ip` LIKE '%{$this->s}%'"
|
238 |
:
|
239 |
" WHERE ( `ip_from_int` <= {$ip_int} AND `ip_to_int` >= {$ip_int} )";
|
240 |
}
|
260 |
$where =
|
261 |
0 == $ip_int
|
262 |
?
|
263 |
+
" WHERE `ip` LIKE '%{$this->s}%'"
|
264 |
:
|
265 |
" WHERE ( `ip_from_int` <= {$ip_int} AND `ip_to_int` >= {$ip_int} )";
|
266 |
}
|
304 |
)
|
305 |
);
|
306 |
if ( ! $wpdb->last_error )
|
307 |
+
$message = __( 'IP added to the whitelist successfully.', 'google-captcha' );
|
308 |
else
|
309 |
+
$error = __( 'Some errors occurred.', 'google-captcha' );
|
310 |
} else {
|
311 |
+
$error = __( 'IP is already in the whitelist.', 'google-captcha' );
|
312 |
}
|
313 |
} else {
|
314 |
$error = __( 'Invalid IP. See allowed formats.', 'google-captcha' );
|
323 |
$list = implode( ',', $_REQUEST['id'] );
|
324 |
$result = $wpdb->query( "DELETE FROM `" . $wpdb->prefix . "gglcptch_whitelist` WHERE `id` IN (" . $list . ");" );
|
325 |
if ( ! $wpdb->last_error ) {
|
326 |
+
$message = sprintf( _n( "%s IP was deleted successfully.", "%s IPs were deleted successfully.", $result, 'google-captcha' ), $result );
|
327 |
$gglcptch_options['whitelist_is_empty'] = is_null( $wpdb->get_var( "SELECT `id` FROM `{$wpdb->prefix}gglcptch_whitelist` LIMIT 1" ) ) ? true : false;
|
328 |
update_option( 'gglcptch_options', $gglcptch_options );
|
329 |
} else {
|
330 |
+
$error = __( 'Some errors occurred.', 'google-captcha' );
|
331 |
}
|
332 |
}
|
333 |
} elseif ( isset( $_GET['gglcptch_remove'] ) && check_admin_referer( 'gglcptch_nonce_remove_' . $_GET['gglcptch_remove'] ) ) {
|
334 |
$wpdb->delete( $wpdb->prefix . "gglcptch_whitelist", array( 'id' => $_GET['gglcptch_remove'] ) );
|
335 |
if ( ! $wpdb->last_error ) {
|
336 |
+
$message = __( "One IP was deleted successfully.", 'google-captcha' );
|
337 |
$gglcptch_options['whitelist_is_empty'] = is_null( $wpdb->get_var( "SELECT `id` FROM `{$wpdb->prefix}gglcptch_whitelist` LIMIT 1" ) ) ? true : false;
|
338 |
update_option( 'gglcptch_options', $gglcptch_options );
|
339 |
} else {
|
340 |
+
$error = __( 'Some errors occurred.', 'google-captcha' );
|
341 |
}
|
342 |
} elseif ( isset( $_POST['gglcptch_add_to_whitelist'] ) && empty( $_POST['gglcptch_add_to_whitelist'] ) && ! isset( $_POST['bws_hide_premium_options'] ) ) {
|
343 |
+
$error = __( 'You have not entered any IP.', 'google-captcha' );
|
344 |
} elseif ( isset( $_REQUEST['s'] ) ) {
|
345 |
if ( '' == $_REQUEST['s'] ) {
|
346 |
+
$error = __( 'You have not entered any IP in to the search form.', 'google-captcha' );
|
347 |
} else {
|
348 |
$message = __( 'Search results for', 'google-captcha' ) . ' : ' . esc_html( $_REQUEST['s'] );
|
349 |
}
|
356 |
<?php }
|
357 |
}
|
358 |
}
|
359 |
+
}
|
js/admin_script.js
CHANGED
@@ -16,12 +16,6 @@
|
|
16 |
$( '.gglcptch_verified, #gglcptch-test-keys, #gglcptch-test-block' ).hide();
|
17 |
} );
|
18 |
|
19 |
-
$( 'select[name="gglcptch_theme_v2"]' ).on( "change", function() {
|
20 |
-
$( '.gglcptch_size_sample' ).hide();
|
21 |
-
var theme = $( this ).find( 'option:selected' ).val();
|
22 |
-
$( '.gglcptch_size_sample_' + theme ).show();
|
23 |
-
} );
|
24 |
-
|
25 |
/**
|
26 |
* Handle the "Whitelist" tab on the plugins option page
|
27 |
*/
|
@@ -46,7 +40,7 @@
|
|
46 |
e.preventDefault();
|
47 |
|
48 |
if ( ! $( '#gglcptch-test-block' ).length )
|
49 |
-
$(
|
50 |
|
51 |
$( '.gglcptch-test-results' ).remove();
|
52 |
$( '#gglcptch-test-block' ).load( $( this ).prop( 'href' ), function() {
|
16 |
$( '.gglcptch_verified, #gglcptch-test-keys, #gglcptch-test-block' ).hide();
|
17 |
} );
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
/**
|
20 |
* Handle the "Whitelist" tab on the plugins option page
|
21 |
*/
|
40 |
e.preventDefault();
|
41 |
|
42 |
if ( ! $( '#gglcptch-test-block' ).length )
|
43 |
+
$( '#gglcptch-test-keys' ).after( '<div id="gglcptch-test-block"></div>' );
|
44 |
|
45 |
$( '.gglcptch-test-results' ).remove();
|
46 |
$( '#gglcptch-test-block' ).load( $( this ).prop( 'href' ), function() {
|
js/pre-api-script.js
CHANGED
@@ -13,7 +13,7 @@ function gglcptch_onload_callback() {
|
|
13 |
( function( $ ) {
|
14 |
gglcptch_pre.is_loaded = true;
|
15 |
$( document ).ready( function() {
|
16 |
-
$( 'form
|
17 |
.removeAttr( 'disabled' )
|
18 |
.removeAttr( 'data-gglcptch_disabled' )
|
19 |
.each( function() {
|
13 |
( function( $ ) {
|
14 |
gglcptch_pre.is_loaded = true;
|
15 |
$( document ).ready( function() {
|
16 |
+
$( 'form input:submit, form button' ).filter('[data-gglcptch_disabled]')
|
17 |
.removeAttr( 'disabled' )
|
18 |
.removeAttr( 'data-gglcptch_disabled' )
|
19 |
.each( function() {
|
js/script.js
CHANGED
@@ -24,6 +24,7 @@
|
|
24 |
*/
|
25 |
if ( 'v2' == gglcptch.options.version || 'invisible' == gglcptch.options.version ) {
|
26 |
$( '.g-recaptcha' ).each( function() {
|
|
|
27 |
/* reCAPTCHA will be generated into the empty block only */
|
28 |
if ( $( this ).html() === '' && $( this ).text() === '' ) {
|
29 |
|
@@ -101,13 +102,13 @@
|
|
101 |
var storedEvents = {};
|
102 |
$.extend( true, storedEvents, events );
|
103 |
target.off();
|
104 |
-
target.data('storedEvents', storedEvents );
|
105 |
}
|
106 |
}
|
107 |
|
108 |
function restoreEvents( el ) {
|
109 |
var target = el,
|
110 |
-
events = target.data('storedEvents');
|
111 |
/* restoring events */
|
112 |
if ( typeof events != 'undefined' ) {
|
113 |
for ( var event in events ) {
|
@@ -122,7 +123,7 @@
|
|
122 |
|
123 |
function storeOnSubmit( form, gglcptch_index ) {
|
124 |
form.on( 'submit', function( e ) {
|
125 |
-
if ( '' == form.find('.g-recaptcha-response').val() ) {
|
126 |
e.preventDefault();
|
127 |
e.stopImmediatePropagation();
|
128 |
targetObject = $( e.target || e.srcElement || e.targetObject );
|
@@ -130,7 +131,7 @@
|
|
130 |
grecaptcha.execute( gglcptch_index );
|
131 |
}
|
132 |
} ).find( 'input:submit, button' ).on( 'click', function( e ) {
|
133 |
-
if ( '' == form.find('.g-recaptcha-response').val() ) {
|
134 |
e.preventDefault();
|
135 |
e.stopImmediatePropagation();
|
136 |
targetObject = $( e.target || e.srcElement || e.targetObject );
|
@@ -169,7 +170,7 @@
|
|
169 |
} );
|
170 |
|
171 |
/* Callback function works only in frontend */
|
172 |
-
if ( '
|
173 |
parameters['callback'] = function( token ) {
|
174 |
form.off();
|
175 |
restoreEvents( form );
|
@@ -191,7 +192,7 @@
|
|
191 |
var gglcptch_index = grecaptcha.render( container, parameters );
|
192 |
block.data( { 'gglcptch_index' : gglcptch_index } );
|
193 |
|
194 |
-
if ( '
|
195 |
storeOnSubmit( form, gglcptch_index );
|
196 |
}
|
197 |
}
|
@@ -233,7 +234,7 @@
|
|
233 |
|
234 |
$( '#recaptcha_widget_div' ).on( 'input paste change', '#recaptcha_response_field', cleanError );
|
235 |
|
236 |
-
$( 'form' ).not( '[name="loginform"], [name="registerform"], [name="lostpasswordform"], #setupform, .cntctfrmpr_contact_form, .cntctfrm_contact_form, #commentform,
|
237 |
var $form = $( this ),
|
238 |
$gglcptch = $form.find( '.gglcptch' ),
|
239 |
$captcha = $gglcptch.filter( '.gglcptch_v1' ).find( '.gglcptch_recaptcha:visible' ),
|
24 |
*/
|
25 |
if ( 'v2' == gglcptch.options.version || 'invisible' == gglcptch.options.version ) {
|
26 |
$( '.g-recaptcha' ).each( function() {
|
27 |
+
|
28 |
/* reCAPTCHA will be generated into the empty block only */
|
29 |
if ( $( this ).html() === '' && $( this ).text() === '' ) {
|
30 |
|
102 |
var storedEvents = {};
|
103 |
$.extend( true, storedEvents, events );
|
104 |
target.off();
|
105 |
+
target.data( 'storedEvents', storedEvents );
|
106 |
}
|
107 |
}
|
108 |
|
109 |
function restoreEvents( el ) {
|
110 |
var target = el,
|
111 |
+
events = target.data( 'storedEvents' );
|
112 |
/* restoring events */
|
113 |
if ( typeof events != 'undefined' ) {
|
114 |
for ( var event in events ) {
|
123 |
|
124 |
function storeOnSubmit( form, gglcptch_index ) {
|
125 |
form.on( 'submit', function( e ) {
|
126 |
+
if ( '' == form.find( '.g-recaptcha-response' ).val() ) {
|
127 |
e.preventDefault();
|
128 |
e.stopImmediatePropagation();
|
129 |
targetObject = $( e.target || e.srcElement || e.targetObject );
|
131 |
grecaptcha.execute( gglcptch_index );
|
132 |
}
|
133 |
} ).find( 'input:submit, button' ).on( 'click', function( e ) {
|
134 |
+
if ( '' == form.find( '.g-recaptcha-response' ).val() ) {
|
135 |
e.preventDefault();
|
136 |
e.stopImmediatePropagation();
|
137 |
targetObject = $( e.target || e.srcElement || e.targetObject );
|
170 |
} );
|
171 |
|
172 |
/* Callback function works only in frontend */
|
173 |
+
if ( ! $( 'body' ).hasClass( 'wp-admin' ) ) {
|
174 |
parameters['callback'] = function( token ) {
|
175 |
form.off();
|
176 |
restoreEvents( form );
|
192 |
var gglcptch_index = grecaptcha.render( container, parameters );
|
193 |
block.data( { 'gglcptch_index' : gglcptch_index } );
|
194 |
|
195 |
+
if ( ! $( 'body' ).hasClass( 'wp-admin' ) ) {
|
196 |
storeOnSubmit( form, gglcptch_index );
|
197 |
}
|
198 |
}
|
234 |
|
235 |
$( '#recaptcha_widget_div' ).on( 'input paste change', '#recaptcha_response_field', cleanError );
|
236 |
|
237 |
+
$( 'form' ).not( '[name="loginform"], [name="registerform"], [name="lostpasswordform"], #setupform, .cntctfrmpr_contact_form, .cntctfrm_contact_form, #commentform, .bws_form, #crrntl-user-info' + gglcptch.vars.excluded_forms ).submit( function( e ) {
|
238 |
var $form = $( this ),
|
239 |
$gglcptch = $form.find( '.gglcptch' ),
|
240 |
$captcha = $gglcptch.filter( '.gglcptch_v1' ).find( '.gglcptch_recaptcha:visible' ),
|
languages/google-captcha-ar.mo
DELETED
Binary file
|
languages/google-captcha-ar.po
DELETED
@@ -1,504 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Google Сaptcha\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-05-16 09:25+0300\n"
|
6 |
-
"PO-Revision-Date: 2017-05-16 09:25+0300\n"
|
7 |
-
"Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: SAID MOULLA\n"
|
9 |
-
"Language: uk-UA\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && n"
|
14 |
-
"%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
|
15 |
-
"X-Loco-Source-Locale: fr_FR\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
18 |
-
"X-Poedit-Basepath: ..\n"
|
19 |
-
"X-Generator: Poedit 1.5.4\n"
|
20 |
-
"X-Loco-Parser: loco_parse_po\n"
|
21 |
-
"X-Loco-Target-Locale: uk_UA\n"
|
22 |
-
"X-Poedit-SearchPath-0: .\n"
|
23 |
-
|
24 |
-
#: google-captcha.php:34 google-captcha.php:593
|
25 |
-
msgid "Google Captcha Settings"
|
26 |
-
msgstr "إعدادات Google Captcha"
|
27 |
-
|
28 |
-
#: google-captcha.php:248
|
29 |
-
msgid "Please wait until Google reCAPTCHA is loaded."
|
30 |
-
msgstr ""
|
31 |
-
|
32 |
-
#: google-captcha.php:249
|
33 |
-
msgid ""
|
34 |
-
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
35 |
-
"reload this page."
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: google-captcha.php:269
|
39 |
-
msgid "Warning"
|
40 |
-
msgstr "تحذير"
|
41 |
-
|
42 |
-
#: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
|
43 |
-
#: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
|
44 |
-
msgid "Error"
|
45 |
-
msgstr "خطأ"
|
46 |
-
|
47 |
-
#: google-captcha.php:371
|
48 |
-
msgid "You are in the whitelist"
|
49 |
-
msgstr ""
|
50 |
-
|
51 |
-
#: google-captcha.php:498
|
52 |
-
#, fuzzy
|
53 |
-
msgid "Site Key"
|
54 |
-
msgstr "مفتاح الموقع"
|
55 |
-
|
56 |
-
#: google-captcha.php:503
|
57 |
-
msgid "Secret Key"
|
58 |
-
msgstr "المفتاح السري"
|
59 |
-
|
60 |
-
#: google-captcha.php:510 google-captcha.php:511
|
61 |
-
#, fuzzy
|
62 |
-
msgid "Version"
|
63 |
-
msgstr "النسخة"
|
64 |
-
|
65 |
-
#: google-captcha.php:512
|
66 |
-
#, fuzzy
|
67 |
-
msgid "Invisible reCAPTCHA"
|
68 |
-
msgstr "تفعيل التحقق بالصورة ل"
|
69 |
-
|
70 |
-
#: google-captcha.php:517
|
71 |
-
msgid "Login form"
|
72 |
-
msgstr "فورم تسجيل الدخول"
|
73 |
-
|
74 |
-
#: google-captcha.php:518
|
75 |
-
msgid "Registration form"
|
76 |
-
msgstr "فورم التسجيل"
|
77 |
-
|
78 |
-
#: google-captcha.php:519
|
79 |
-
msgid "Reset password form"
|
80 |
-
msgstr "فورم إعادة تعيين كلمة السر"
|
81 |
-
|
82 |
-
#: google-captcha.php:520
|
83 |
-
msgid "Comments form"
|
84 |
-
msgstr "فورم التعليقات"
|
85 |
-
|
86 |
-
#: google-captcha.php:539
|
87 |
-
msgid "Enter site key"
|
88 |
-
msgstr "أدخل مفتاح الموقع"
|
89 |
-
|
90 |
-
#: google-captcha.php:540 google-captcha.php:546
|
91 |
-
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
92 |
-
msgstr "تحذير: الكابتشا لن تعمل في حالة عدم إدخال المفاتيح."
|
93 |
-
|
94 |
-
#: google-captcha.php:545
|
95 |
-
msgid "Enter secret key"
|
96 |
-
msgstr "أدخل المفتاح السري"
|
97 |
-
|
98 |
-
#: google-captcha.php:572
|
99 |
-
msgid "Settings saved"
|
100 |
-
msgstr "تم حفظ الإعدادات"
|
101 |
-
|
102 |
-
#: google-captcha.php:578
|
103 |
-
msgid "All plugin settings were restored"
|
104 |
-
msgstr "لقد تم استعادة كافة إعدادات الإضافة"
|
105 |
-
|
106 |
-
#: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
|
107 |
-
msgid "Settings"
|
108 |
-
msgstr "إعدادات"
|
109 |
-
|
110 |
-
#: google-captcha.php:596
|
111 |
-
msgid "Whitelist"
|
112 |
-
msgstr ""
|
113 |
-
|
114 |
-
#: google-captcha.php:597
|
115 |
-
msgid "Custom code"
|
116 |
-
msgstr "شفرة مخصصة"
|
117 |
-
|
118 |
-
#: google-captcha.php:598
|
119 |
-
msgid "Go PRO"
|
120 |
-
msgstr "الترقية إلى النسخة المتقدمة"
|
121 |
-
|
122 |
-
#: google-captcha.php:603
|
123 |
-
msgid ""
|
124 |
-
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
125 |
-
"version 1 features."
|
126 |
-
msgstr ""
|
127 |
-
"يمكن استعراض (كابتشا) واحدة فقط في هذه الصفحة، وهي مرتبطة بمميزات النسخة "
|
128 |
-
"الأولى منها"
|
129 |
-
|
130 |
-
#: google-captcha.php:618
|
131 |
-
#, php-format
|
132 |
-
msgid ""
|
133 |
-
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
134 |
-
"please use %s button"
|
135 |
-
msgstr ""
|
136 |
-
"إذا كنت ترغب في تفعيل خاصية التحقق بالصورة (الكابتشا) في الصفحة أو التدوينة، "
|
137 |
-
"الرجاء استخدام الزر %s"
|
138 |
-
|
139 |
-
#: google-captcha.php:622
|
140 |
-
#, php-format
|
141 |
-
msgid ""
|
142 |
-
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
143 |
-
"on %s button in the content edit block using the Visual mode. If the button "
|
144 |
-
"isn't displayed or you would like to add the Google Captcha (reCAPTCHA) to "
|
145 |
-
"your own form , please use the shortcode %s"
|
146 |
-
msgstr ""
|
147 |
-
"يمكنك إضافة (الكابتشا) إلى صفحة أو تدوينة بالضغط على زر %s في بلوك تعديل "
|
148 |
-
"المحتوى من خلال استخدام طريقة الوضع البصري في العرض، وفي حالة ما لم يتم عرض "
|
149 |
-
"الزر يمكنك إضافة (الكابتشا) في النموذج الخاص بك، عن طريق استخدام الشفرة "
|
150 |
-
"التالية %s"
|
151 |
-
|
152 |
-
#: google-captcha.php:628
|
153 |
-
msgid "Authentication"
|
154 |
-
msgstr "المصادقة"
|
155 |
-
|
156 |
-
#: google-captcha.php:629
|
157 |
-
#, php-format
|
158 |
-
msgid ""
|
159 |
-
"In order to use reCAPTCHA, please enter site and secret keys. You can manage "
|
160 |
-
"your API keys %shere%s"
|
161 |
-
msgstr ""
|
162 |
-
|
163 |
-
#: google-captcha.php:644
|
164 |
-
msgid "Test Keys"
|
165 |
-
msgstr "اختبار المفاتيح"
|
166 |
-
|
167 |
-
#: google-captcha.php:647
|
168 |
-
msgid "Options"
|
169 |
-
msgstr "خيارات"
|
170 |
-
|
171 |
-
#: google-captcha.php:650
|
172 |
-
msgid "Enable reCAPTCHA for"
|
173 |
-
msgstr "تفعيل التحقق بالصورة ل"
|
174 |
-
|
175 |
-
#: google-captcha.php:654
|
176 |
-
msgid "WordPress default"
|
177 |
-
msgstr "الافتراضي في الووردبريس"
|
178 |
-
|
179 |
-
#: google-captcha.php:663
|
180 |
-
msgid "This option is available only for network or for main blog"
|
181 |
-
msgstr "هذا الخيار متوفر فقط للشبكات أو للمدونة الرئيسية"
|
182 |
-
|
183 |
-
#: google-captcha.php:672
|
184 |
-
msgid "Plugins"
|
185 |
-
msgstr "الإضافات"
|
186 |
-
|
187 |
-
#: google-captcha.php:680 google-captcha.php:685
|
188 |
-
#, php-format
|
189 |
-
msgid "You should %s to use this functionality"
|
190 |
-
msgstr "يتوجب عليك %s لاستخدام هذه الخصائص"
|
191 |
-
|
192 |
-
#: google-captcha.php:681
|
193 |
-
msgid "activate"
|
194 |
-
msgstr "تفعيل"
|
195 |
-
|
196 |
-
#: google-captcha.php:681
|
197 |
-
msgid "for network"
|
198 |
-
msgstr "للشبكة"
|
199 |
-
|
200 |
-
#: google-captcha.php:686
|
201 |
-
msgid "download"
|
202 |
-
msgstr "تحميل"
|
203 |
-
|
204 |
-
#: google-captcha.php:690
|
205 |
-
msgid "Check off for adding captcha to forms on their settings pages"
|
206 |
-
msgstr "اختر \"تعطيل\" لإضافة \"الكابتشا\" إلى النماذج في صفحات إعداداتها"
|
207 |
-
|
208 |
-
#: google-captcha.php:699
|
209 |
-
#, php-format
|
210 |
-
msgid ""
|
211 |
-
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
212 |
-
msgstr "إذا كنت تود استخدام (الكابتشا) في نموذج مخصص يرجى الإطلاع على %s"
|
213 |
-
|
214 |
-
#: google-captcha.php:699 google-captcha.php:1296
|
215 |
-
msgid "FAQ"
|
216 |
-
msgstr "أسئلة شائعة"
|
217 |
-
|
218 |
-
#: google-captcha.php:704
|
219 |
-
#, fuzzy
|
220 |
-
msgid "Hide reCAPTCHA in Comments Form for"
|
221 |
-
msgstr "إخفاء (الكابتشا) في التعليقات ل"
|
222 |
-
|
223 |
-
#: google-captcha.php:716
|
224 |
-
#, fuzzy
|
225 |
-
msgid "Whitelist Notification"
|
226 |
-
msgstr "اختبار التحقق"
|
227 |
-
|
228 |
-
#: google-captcha.php:720
|
229 |
-
msgid ""
|
230 |
-
"This message will be displayed instead of the reCAPTCHA if the user IP is "
|
231 |
-
"added to the whitelist"
|
232 |
-
msgstr ""
|
233 |
-
|
234 |
-
#: google-captcha.php:726
|
235 |
-
#, fuzzy
|
236 |
-
msgid "reCAPTCHA Version"
|
237 |
-
msgstr "نسخة الكابتشا"
|
238 |
-
|
239 |
-
#: google-captcha.php:736
|
240 |
-
msgid ""
|
241 |
-
"reCAPTCHA block won't be visible for non-suspicious users while suspicious "
|
242 |
-
"ones will have to pass the captcha"
|
243 |
-
msgstr ""
|
244 |
-
|
245 |
-
#: google-captcha.php:744 google-captcha.php:757
|
246 |
-
#, fuzzy
|
247 |
-
msgid "reCAPTCHA Theme"
|
248 |
-
msgstr "استايل الكابتشا:"
|
249 |
-
|
250 |
-
#: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
|
251 |
-
msgid "for version"
|
252 |
-
msgstr "للنسخة"
|
253 |
-
|
254 |
-
#: google-captcha.php:770
|
255 |
-
msgid "Save Changes"
|
256 |
-
msgstr "حفظ التغييرات"
|
257 |
-
|
258 |
-
#: google-captcha.php:834 google-captcha.php:1315
|
259 |
-
msgid "To use Google Captcha you must get the keys from"
|
260 |
-
msgstr "لتتمكن من استخدام Google Captcha لابد من الحصول على المفاتيح من"
|
261 |
-
|
262 |
-
#: google-captcha.php:835 google-captcha.php:1316
|
263 |
-
msgid "here"
|
264 |
-
msgstr "هنا"
|
265 |
-
|
266 |
-
#: google-captcha.php:836 google-captcha.php:1317
|
267 |
-
msgid "and enter them on the"
|
268 |
-
msgstr "ثم أدخلهم في"
|
269 |
-
|
270 |
-
#: google-captcha.php:838 google-captcha.php:1319
|
271 |
-
msgid "plugin setting page"
|
272 |
-
msgstr "صفحة إعدادات الإضافة"
|
273 |
-
|
274 |
-
#: google-captcha.php:1041
|
275 |
-
#, fuzzy
|
276 |
-
msgid "User response is missing."
|
277 |
-
msgstr "إجابة المستخدم غير موجودة"
|
278 |
-
|
279 |
-
#: google-captcha.php:1045 google-captcha.php:1053
|
280 |
-
#, fuzzy
|
281 |
-
msgid "Secret Key is invalid"
|
282 |
-
msgstr "المفتاح السري غير صحيح"
|
283 |
-
|
284 |
-
#: google-captcha.php:1046 google-captcha.php:1054
|
285 |
-
msgid "Check your domain configuration"
|
286 |
-
msgstr "تحقق من إعدادات النطاق الخاص بك"
|
287 |
-
|
288 |
-
#: google-captcha.php:1047 google-captcha.php:1055
|
289 |
-
msgid "and enter it again"
|
290 |
-
msgstr "تم أدخله من جديد"
|
291 |
-
|
292 |
-
#: google-captcha.php:1050
|
293 |
-
#, fuzzy
|
294 |
-
msgid "Secret Key is missing."
|
295 |
-
msgstr "المفتاح السري غير موجود"
|
296 |
-
|
297 |
-
#: google-captcha.php:1057
|
298 |
-
#, fuzzy
|
299 |
-
msgid "User response is invalid"
|
300 |
-
msgstr "إجابة المستخدم خاطئة"
|
301 |
-
|
302 |
-
#: google-captcha.php:1058
|
303 |
-
msgid "You have entered an incorrect reCAPTCHA value."
|
304 |
-
msgstr "لقد أدخلت الرمز بشكل خاطئ"
|
305 |
-
|
306 |
-
#: google-captcha.php:1059
|
307 |
-
#, fuzzy
|
308 |
-
msgid ""
|
309 |
-
"More than one reCAPTCHA has been found in the current form. Please remove "
|
310 |
-
"all unnecessary reCAPTCHA fields to make it work properly."
|
311 |
-
msgstr ""
|
312 |
-
"لقد تم اكتشاف أكثر من (كابتشا) في النموذج الحالي، وهذا ما سيتسبب في عدم "
|
313 |
-
"عملها بشكل صحيح، لذا قم بإزالة كافة (الكابتشا) التي لا حاجة لها."
|
314 |
-
|
315 |
-
#: google-captcha.php:1205
|
316 |
-
#, fuzzy
|
317 |
-
msgid "Click the BACK button on your browser, and try again."
|
318 |
-
msgstr "خطأ: لقد أدخلت الرمز بشكل خاطئ. اضغط زر الرجوع في المتصفح وحاول مجددا."
|
319 |
-
|
320 |
-
#: google-captcha.php:1230
|
321 |
-
msgid "Please, complete the captcha and submit \"Test verification\""
|
322 |
-
msgstr "الرجاء اتمام الرمز واعتماد \"اختبار التحقق\""
|
323 |
-
|
324 |
-
#: google-captcha.php:1235
|
325 |
-
msgid "Test verification"
|
326 |
-
msgstr "اختبار التحقق"
|
327 |
-
|
328 |
-
#: google-captcha.php:1256
|
329 |
-
msgid "The verification is successfully completed"
|
330 |
-
msgstr "عملية التحقق تمت بنجاح"
|
331 |
-
|
332 |
-
#: google-captcha.php:1297
|
333 |
-
msgid "Support"
|
334 |
-
msgstr "الدعم الفني"
|
335 |
-
|
336 |
-
#: includes/whitelist.php:64
|
337 |
-
msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
|
338 |
-
msgstr ""
|
339 |
-
|
340 |
-
#: includes/whitelist.php:71
|
341 |
-
msgid "Add IP to the whitelist"
|
342 |
-
msgstr ""
|
343 |
-
|
344 |
-
#: includes/whitelist.php:75
|
345 |
-
#, fuzzy
|
346 |
-
msgid "Save changes"
|
347 |
-
msgstr "حفظ التغييرات"
|
348 |
-
|
349 |
-
#: includes/whitelist.php:92
|
350 |
-
msgid "My IP"
|
351 |
-
msgstr ""
|
352 |
-
|
353 |
-
#: includes/whitelist.php:96
|
354 |
-
msgid "Save IP to the whitelist"
|
355 |
-
msgstr ""
|
356 |
-
|
357 |
-
#: includes/whitelist.php:100 includes/pro_banners.php:44
|
358 |
-
msgid "Allowed formats"
|
359 |
-
msgstr ""
|
360 |
-
|
361 |
-
#: includes/whitelist.php:101
|
362 |
-
msgid "Allowed diapason"
|
363 |
-
msgstr ""
|
364 |
-
|
365 |
-
#: includes/whitelist.php:106
|
366 |
-
msgid "Search IP"
|
367 |
-
msgstr ""
|
368 |
-
|
369 |
-
#: includes/whitelist.php:160
|
370 |
-
msgid "Nothing found"
|
371 |
-
msgstr ""
|
372 |
-
|
373 |
-
#: includes/whitelist.php:160
|
374 |
-
msgid "No IP in the whitelist"
|
375 |
-
msgstr ""
|
376 |
-
|
377 |
-
#: includes/whitelist.php:167
|
378 |
-
msgid "IP address"
|
379 |
-
msgstr ""
|
380 |
-
|
381 |
-
#: includes/whitelist.php:168
|
382 |
-
msgid "Date added"
|
383 |
-
msgstr ""
|
384 |
-
|
385 |
-
#: includes/whitelist.php:222 includes/whitelist.php:232
|
386 |
-
msgid "Remove from the whitelist"
|
387 |
-
msgstr ""
|
388 |
-
|
389 |
-
#: includes/whitelist.php:318
|
390 |
-
msgid "IP added to the whitelist successfully"
|
391 |
-
msgstr ""
|
392 |
-
|
393 |
-
#: includes/whitelist.php:320 includes/whitelist.php:341
|
394 |
-
#: includes/whitelist.php:351
|
395 |
-
msgid "Some errors occurred"
|
396 |
-
msgstr ""
|
397 |
-
|
398 |
-
#: includes/whitelist.php:322
|
399 |
-
msgid "IP is already in the whitelist"
|
400 |
-
msgstr ""
|
401 |
-
|
402 |
-
#: includes/whitelist.php:325
|
403 |
-
msgid "Invalid IP. See allowed formats."
|
404 |
-
msgstr ""
|
405 |
-
|
406 |
-
#: includes/whitelist.php:347
|
407 |
-
msgid "One IP was deleted successfully"
|
408 |
-
msgstr ""
|
409 |
-
|
410 |
-
#: includes/whitelist.php:354
|
411 |
-
msgid "You have not entered any IP"
|
412 |
-
msgstr ""
|
413 |
-
|
414 |
-
#: includes/whitelist.php:357
|
415 |
-
msgid "You have not entered any IP in to the search form"
|
416 |
-
msgstr ""
|
417 |
-
|
418 |
-
#: includes/whitelist.php:359
|
419 |
-
msgid "Search results for"
|
420 |
-
msgstr ""
|
421 |
-
|
422 |
-
#: includes/pro_banners.php:17
|
423 |
-
#, fuzzy
|
424 |
-
msgid "This options is available in Pro version of plugin"
|
425 |
-
msgstr "هذا الخيار متوفر فقط للشبكات أو للمدونة الرئيسية"
|
426 |
-
|
427 |
-
#: includes/pro_banners.php:20
|
428 |
-
msgid "Close"
|
429 |
-
msgstr "إغلاق"
|
430 |
-
|
431 |
-
#: includes/pro_banners.php:29
|
432 |
-
msgid "Upgrade to Pro"
|
433 |
-
msgstr ""
|
434 |
-
|
435 |
-
#: includes/pro_banners.php:42
|
436 |
-
msgid "Reason"
|
437 |
-
msgstr ""
|
438 |
-
|
439 |
-
#: includes/pro_banners.php:45
|
440 |
-
msgid "Allowed separators for IPs: a comma"
|
441 |
-
msgstr ""
|
442 |
-
|
443 |
-
#: includes/pro_banners.php:45 includes/pro_banners.php:46
|
444 |
-
msgid "semicolon"
|
445 |
-
msgstr ""
|
446 |
-
|
447 |
-
#: includes/pro_banners.php:45
|
448 |
-
msgid "ordinary space, tab, new line or carriage return"
|
449 |
-
msgstr ""
|
450 |
-
|
451 |
-
#: includes/pro_banners.php:46
|
452 |
-
msgid "Allowed separators for reasons: a comma"
|
453 |
-
msgstr ""
|
454 |
-
|
455 |
-
#: includes/pro_banners.php:46
|
456 |
-
msgid "tab, new line or carriage return"
|
457 |
-
msgstr ""
|
458 |
-
|
459 |
-
#: includes/pro_banners.php:71
|
460 |
-
msgid "Normal"
|
461 |
-
msgstr "العادي"
|
462 |
-
|
463 |
-
#: includes/pro_banners.php:72
|
464 |
-
msgid "Compact"
|
465 |
-
msgstr "موجز"
|
466 |
-
|
467 |
-
#: includes/pro_banners.php:76
|
468 |
-
#, fuzzy
|
469 |
-
msgid "reCAPTCHA Language"
|
470 |
-
msgstr "لغة الكابتشا:"
|
471 |
-
|
472 |
-
#: includes/pro_banners.php:83
|
473 |
-
msgid "Use the current site language"
|
474 |
-
msgstr "استخدام لغة الموقع الحالية"
|
475 |
-
|
476 |
-
#: includes/pro_banners.php:83
|
477 |
-
msgid "Using"
|
478 |
-
msgstr "استخدام"
|
479 |
-
|
480 |
-
#: includes/pro_banners.php:89
|
481 |
-
#, fuzzy
|
482 |
-
msgid "reCAPTCHA Size"
|
483 |
-
msgstr "حجم الكابتشا:"
|
484 |
-
|
485 |
-
#~ msgid "Unlock premium options by upgrading to Pro version"
|
486 |
-
#~ msgstr "فتح الخصائص المتقدمة عن طريق الترقية إلى نسخة البرو"
|
487 |
-
|
488 |
-
#~ msgid "Learn More"
|
489 |
-
#~ msgstr "إقرأ المزيد"
|
490 |
-
|
491 |
-
#~ msgid "Error: You have entered an incorrect reCAPTCHA value"
|
492 |
-
#~ msgstr "خطأ: لقد أدخلت الرمز بشكل خاطئ."
|
493 |
-
|
494 |
-
#~ msgid "You have entered an incorrect reCAPTCHA value"
|
495 |
-
#~ msgstr "لقد أدخلت الرمز بشكل خاطئ"
|
496 |
-
|
497 |
-
#~ msgid "ERROR"
|
498 |
-
#~ msgstr "خطأ"
|
499 |
-
|
500 |
-
#~ msgid "Before you are able to do something, you must to register %shere%s"
|
501 |
-
#~ msgstr "قبل التفكير في عمل أي شيء، لابد من التسجيل %s من هنا %s"
|
502 |
-
|
503 |
-
#~ msgid "Enter site key and secret key, that you get after registration"
|
504 |
-
#~ msgstr "أدخل مفتاح الموقع والمفتاح السري، الذي حصلت عليه بعد التسجيل."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/google-captcha-bg_BG.mo
DELETED
Binary file
|
languages/google-captcha-bg_BG.po
DELETED
@@ -1,570 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Google Сaptcha\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-05-16 09:25+0300\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: Yasen Georgiev <me@ygeorgiev.com>\n"
|
9 |
-
"Language: ru_RU\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.4\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: google-captcha.php:34 google-captcha.php:593
|
20 |
-
msgid "Google Captcha Settings"
|
21 |
-
msgstr "Настройки на Google Captcha"
|
22 |
-
|
23 |
-
#: google-captcha.php:248
|
24 |
-
msgid "Please wait until Google reCAPTCHA is loaded."
|
25 |
-
msgstr ""
|
26 |
-
|
27 |
-
#: google-captcha.php:249
|
28 |
-
msgid ""
|
29 |
-
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
30 |
-
"reload this page."
|
31 |
-
msgstr ""
|
32 |
-
|
33 |
-
#: google-captcha.php:269
|
34 |
-
msgid "Warning"
|
35 |
-
msgstr ""
|
36 |
-
|
37 |
-
#: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
|
38 |
-
#: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
|
39 |
-
msgid "Error"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: google-captcha.php:371
|
43 |
-
msgid "You are in the whitelist"
|
44 |
-
msgstr ""
|
45 |
-
|
46 |
-
#: google-captcha.php:498
|
47 |
-
#, fuzzy
|
48 |
-
msgid "Site Key"
|
49 |
-
msgstr "Ключ"
|
50 |
-
|
51 |
-
#: google-captcha.php:503
|
52 |
-
msgid "Secret Key"
|
53 |
-
msgstr "Секретен ключ"
|
54 |
-
|
55 |
-
#: google-captcha.php:510 google-captcha.php:511
|
56 |
-
#, fuzzy
|
57 |
-
msgid "Version"
|
58 |
-
msgstr "версия"
|
59 |
-
|
60 |
-
#: google-captcha.php:512
|
61 |
-
msgid "Invisible reCAPTCHA"
|
62 |
-
msgstr ""
|
63 |
-
|
64 |
-
#: google-captcha.php:517
|
65 |
-
msgid "Login form"
|
66 |
-
msgstr "Форма за вход"
|
67 |
-
|
68 |
-
#: google-captcha.php:518
|
69 |
-
msgid "Registration form"
|
70 |
-
msgstr "Форма регистрация"
|
71 |
-
|
72 |
-
#: google-captcha.php:519
|
73 |
-
msgid "Reset password form"
|
74 |
-
msgstr "Форма за възстановяване на парола"
|
75 |
-
|
76 |
-
#: google-captcha.php:520
|
77 |
-
msgid "Comments form"
|
78 |
-
msgstr "Форма за коментиране"
|
79 |
-
|
80 |
-
#: google-captcha.php:539
|
81 |
-
msgid "Enter site key"
|
82 |
-
msgstr "Въведете ключ"
|
83 |
-
|
84 |
-
#: google-captcha.php:540 google-captcha.php:546
|
85 |
-
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
86 |
-
msgstr ""
|
87 |
-
"ПРЕДУПРЕЖДЕНИЕ: Google Captcha няма да се покаже докато не въведете "
|
88 |
-
"ключовите полета."
|
89 |
-
|
90 |
-
#: google-captcha.php:545
|
91 |
-
msgid "Enter secret key"
|
92 |
-
msgstr "Въведете секретен ключ"
|
93 |
-
|
94 |
-
#: google-captcha.php:572
|
95 |
-
msgid "Settings saved"
|
96 |
-
msgstr "Настройките бяха запазени успешно."
|
97 |
-
|
98 |
-
#: google-captcha.php:578
|
99 |
-
#, fuzzy
|
100 |
-
msgid "All plugin settings were restored"
|
101 |
-
msgstr "настройките на плъгина"
|
102 |
-
|
103 |
-
#: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
|
104 |
-
msgid "Settings"
|
105 |
-
msgstr "Настройки"
|
106 |
-
|
107 |
-
#: google-captcha.php:596
|
108 |
-
msgid "Whitelist"
|
109 |
-
msgstr ""
|
110 |
-
|
111 |
-
#: google-captcha.php:597
|
112 |
-
msgid "Custom code"
|
113 |
-
msgstr ""
|
114 |
-
|
115 |
-
#: google-captcha.php:598
|
116 |
-
msgid "Go PRO"
|
117 |
-
msgstr ""
|
118 |
-
|
119 |
-
#: google-captcha.php:603
|
120 |
-
msgid ""
|
121 |
-
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
122 |
-
"version 1 features."
|
123 |
-
msgstr ""
|
124 |
-
|
125 |
-
#: google-captcha.php:618
|
126 |
-
#, fuzzy, php-format
|
127 |
-
msgid ""
|
128 |
-
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
129 |
-
"please use %s button"
|
130 |
-
msgstr ""
|
131 |
-
"Ако искате да добавите Google Captcha към Ваша собствена форма, проста "
|
132 |
-
"копирайте и поставете този код на желаната публикация или страница:"
|
133 |
-
|
134 |
-
#: google-captcha.php:622
|
135 |
-
#, php-format
|
136 |
-
msgid ""
|
137 |
-
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
138 |
-
"on %s button in the content edit block using the Visual mode. If the button "
|
139 |
-
"isn't displayed or you would like to add the Google Captcha (reCAPTCHA) to "
|
140 |
-
"your own form , please use the shortcode %s"
|
141 |
-
msgstr ""
|
142 |
-
|
143 |
-
#: google-captcha.php:628
|
144 |
-
msgid "Authentication"
|
145 |
-
msgstr "Идентификация"
|
146 |
-
|
147 |
-
#: google-captcha.php:629
|
148 |
-
#, php-format
|
149 |
-
msgid ""
|
150 |
-
"In order to use reCAPTCHA, please enter site and secret keys. You can manage "
|
151 |
-
"your API keys %shere%s"
|
152 |
-
msgstr ""
|
153 |
-
|
154 |
-
#: google-captcha.php:644
|
155 |
-
#, fuzzy
|
156 |
-
msgid "Test Keys"
|
157 |
-
msgstr "Секретен ключ"
|
158 |
-
|
159 |
-
#: google-captcha.php:647
|
160 |
-
msgid "Options"
|
161 |
-
msgstr "Опции"
|
162 |
-
|
163 |
-
#: google-captcha.php:650
|
164 |
-
msgid "Enable reCAPTCHA for"
|
165 |
-
msgstr ""
|
166 |
-
|
167 |
-
#: google-captcha.php:654
|
168 |
-
msgid "WordPress default"
|
169 |
-
msgstr ""
|
170 |
-
|
171 |
-
#: google-captcha.php:663
|
172 |
-
msgid "This option is available only for network or for main blog"
|
173 |
-
msgstr ""
|
174 |
-
|
175 |
-
#: google-captcha.php:672
|
176 |
-
#, fuzzy
|
177 |
-
msgid "Plugins"
|
178 |
-
msgstr "Страница с плъгини"
|
179 |
-
|
180 |
-
#: google-captcha.php:680 google-captcha.php:685
|
181 |
-
#, php-format
|
182 |
-
msgid "You should %s to use this functionality"
|
183 |
-
msgstr ""
|
184 |
-
|
185 |
-
#: google-captcha.php:681
|
186 |
-
#, fuzzy
|
187 |
-
msgid "activate"
|
188 |
-
msgstr "Активировать Contact form"
|
189 |
-
|
190 |
-
#: google-captcha.php:681
|
191 |
-
msgid "for network"
|
192 |
-
msgstr ""
|
193 |
-
|
194 |
-
#: google-captcha.php:686
|
195 |
-
msgid "download"
|
196 |
-
msgstr ""
|
197 |
-
|
198 |
-
#: google-captcha.php:690
|
199 |
-
msgid "Check off for adding captcha to forms on their settings pages"
|
200 |
-
msgstr ""
|
201 |
-
|
202 |
-
#: google-captcha.php:699
|
203 |
-
#, php-format
|
204 |
-
msgid ""
|
205 |
-
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
206 |
-
msgstr ""
|
207 |
-
|
208 |
-
#: google-captcha.php:699 google-captcha.php:1296
|
209 |
-
msgid "FAQ"
|
210 |
-
msgstr "ЧЗВ"
|
211 |
-
|
212 |
-
#: google-captcha.php:704
|
213 |
-
#, fuzzy
|
214 |
-
msgid "Hide reCAPTCHA in Comments Form for"
|
215 |
-
msgstr "за reCAPTCHA версия"
|
216 |
-
|
217 |
-
#: google-captcha.php:716
|
218 |
-
#, fuzzy
|
219 |
-
msgid "Whitelist Notification"
|
220 |
-
msgstr "Идентификация"
|
221 |
-
|
222 |
-
#: google-captcha.php:720
|
223 |
-
msgid ""
|
224 |
-
"This message will be displayed instead of the reCAPTCHA if the user IP is "
|
225 |
-
"added to the whitelist"
|
226 |
-
msgstr ""
|
227 |
-
|
228 |
-
#: google-captcha.php:726
|
229 |
-
#, fuzzy
|
230 |
-
msgid "reCAPTCHA Version"
|
231 |
-
msgstr "Версия на reCAPTCHA:"
|
232 |
-
|
233 |
-
#: google-captcha.php:736
|
234 |
-
msgid ""
|
235 |
-
"reCAPTCHA block won't be visible for non-suspicious users while suspicious "
|
236 |
-
"ones will have to pass the captcha"
|
237 |
-
msgstr ""
|
238 |
-
|
239 |
-
#: google-captcha.php:744 google-captcha.php:757
|
240 |
-
#, fuzzy
|
241 |
-
msgid "reCAPTCHA Theme"
|
242 |
-
msgstr "Версия на reCAPTCHA:"
|
243 |
-
|
244 |
-
#: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
|
245 |
-
#, fuzzy
|
246 |
-
msgid "for version"
|
247 |
-
msgstr "версия"
|
248 |
-
|
249 |
-
#: google-captcha.php:770
|
250 |
-
msgid "Save Changes"
|
251 |
-
msgstr "Запази промените"
|
252 |
-
|
253 |
-
#: google-captcha.php:834 google-captcha.php:1315
|
254 |
-
msgid "To use Google Captcha you must get the keys from"
|
255 |
-
msgstr "За да използвате Google Captcha трябва да вземете ключовете от"
|
256 |
-
|
257 |
-
#: google-captcha.php:835 google-captcha.php:1316
|
258 |
-
msgid "here"
|
259 |
-
msgstr "тук"
|
260 |
-
|
261 |
-
#: google-captcha.php:836 google-captcha.php:1317
|
262 |
-
msgid "and enter them on the"
|
263 |
-
msgstr "и да ги въведете в"
|
264 |
-
|
265 |
-
#: google-captcha.php:838 google-captcha.php:1319
|
266 |
-
msgid "plugin setting page"
|
267 |
-
msgstr "настройките на плъгина"
|
268 |
-
|
269 |
-
#: google-captcha.php:1041
|
270 |
-
msgid "User response is missing."
|
271 |
-
msgstr ""
|
272 |
-
|
273 |
-
#: google-captcha.php:1045 google-captcha.php:1053
|
274 |
-
#, fuzzy
|
275 |
-
msgid "Secret Key is invalid"
|
276 |
-
msgstr "Секретен ключ"
|
277 |
-
|
278 |
-
#: google-captcha.php:1046 google-captcha.php:1054
|
279 |
-
msgid "Check your domain configuration"
|
280 |
-
msgstr ""
|
281 |
-
|
282 |
-
#: google-captcha.php:1047 google-captcha.php:1055
|
283 |
-
#, fuzzy
|
284 |
-
msgid "and enter it again"
|
285 |
-
msgstr "и да ги въведете в"
|
286 |
-
|
287 |
-
#: google-captcha.php:1050
|
288 |
-
#, fuzzy
|
289 |
-
msgid "Secret Key is missing."
|
290 |
-
msgstr "Секретен ключ"
|
291 |
-
|
292 |
-
#: google-captcha.php:1057
|
293 |
-
msgid "User response is invalid"
|
294 |
-
msgstr ""
|
295 |
-
|
296 |
-
#: google-captcha.php:1058
|
297 |
-
#, fuzzy
|
298 |
-
msgid "You have entered an incorrect reCAPTCHA value."
|
299 |
-
msgstr "Грешка: Въвели сте невалиден анти-спам код."
|
300 |
-
|
301 |
-
#: google-captcha.php:1059
|
302 |
-
msgid ""
|
303 |
-
"More than one reCAPTCHA has been found in the current form. Please remove "
|
304 |
-
"all unnecessary reCAPTCHA fields to make it work properly."
|
305 |
-
msgstr ""
|
306 |
-
|
307 |
-
#: google-captcha.php:1205
|
308 |
-
#, fuzzy
|
309 |
-
msgid "Click the BACK button on your browser, and try again."
|
310 |
-
msgstr ""
|
311 |
-
"Грешка: Въвели сте невалиден анти-спам код. Натиснете бутона НАЗАД в "
|
312 |
-
"браузъра и опитайте отново."
|
313 |
-
|
314 |
-
#: google-captcha.php:1230
|
315 |
-
msgid "Please, complete the captcha and submit \"Test verification\""
|
316 |
-
msgstr ""
|
317 |
-
|
318 |
-
#: google-captcha.php:1235
|
319 |
-
msgid "Test verification"
|
320 |
-
msgstr ""
|
321 |
-
|
322 |
-
#: google-captcha.php:1256
|
323 |
-
msgid "The verification is successfully completed"
|
324 |
-
msgstr ""
|
325 |
-
|
326 |
-
#: google-captcha.php:1297
|
327 |
-
msgid "Support"
|
328 |
-
msgstr "Поддръжка"
|
329 |
-
|
330 |
-
#: includes/whitelist.php:64
|
331 |
-
msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
|
332 |
-
msgstr ""
|
333 |
-
|
334 |
-
#: includes/whitelist.php:71
|
335 |
-
msgid "Add IP to the whitelist"
|
336 |
-
msgstr ""
|
337 |
-
|
338 |
-
#: includes/whitelist.php:75
|
339 |
-
#, fuzzy
|
340 |
-
msgid "Save changes"
|
341 |
-
msgstr "Запази промените"
|
342 |
-
|
343 |
-
#: includes/whitelist.php:92
|
344 |
-
msgid "My IP"
|
345 |
-
msgstr ""
|
346 |
-
|
347 |
-
#: includes/whitelist.php:96
|
348 |
-
msgid "Save IP to the whitelist"
|
349 |
-
msgstr ""
|
350 |
-
|
351 |
-
#: includes/whitelist.php:100 includes/pro_banners.php:44
|
352 |
-
msgid "Allowed formats"
|
353 |
-
msgstr ""
|
354 |
-
|
355 |
-
#: includes/whitelist.php:101
|
356 |
-
msgid "Allowed diapason"
|
357 |
-
msgstr ""
|
358 |
-
|
359 |
-
#: includes/whitelist.php:106
|
360 |
-
msgid "Search IP"
|
361 |
-
msgstr ""
|
362 |
-
|
363 |
-
#: includes/whitelist.php:160
|
364 |
-
msgid "Nothing found"
|
365 |
-
msgstr ""
|
366 |
-
|
367 |
-
#: includes/whitelist.php:160
|
368 |
-
msgid "No IP in the whitelist"
|
369 |
-
msgstr ""
|
370 |
-
|
371 |
-
#: includes/whitelist.php:167
|
372 |
-
msgid "IP address"
|
373 |
-
msgstr ""
|
374 |
-
|
375 |
-
#: includes/whitelist.php:168
|
376 |
-
msgid "Date added"
|
377 |
-
msgstr ""
|
378 |
-
|
379 |
-
#: includes/whitelist.php:222 includes/whitelist.php:232
|
380 |
-
msgid "Remove from the whitelist"
|
381 |
-
msgstr ""
|
382 |
-
|
383 |
-
#: includes/whitelist.php:318
|
384 |
-
msgid "IP added to the whitelist successfully"
|
385 |
-
msgstr ""
|
386 |
-
|
387 |
-
#: includes/whitelist.php:320 includes/whitelist.php:341
|
388 |
-
#: includes/whitelist.php:351
|
389 |
-
msgid "Some errors occurred"
|
390 |
-
msgstr ""
|
391 |
-
|
392 |
-
#: includes/whitelist.php:322
|
393 |
-
msgid "IP is already in the whitelist"
|
394 |
-
msgstr ""
|
395 |
-
|
396 |
-
#: includes/whitelist.php:325
|
397 |
-
msgid "Invalid IP. See allowed formats."
|
398 |
-
msgstr ""
|
399 |
-
|
400 |
-
#: includes/whitelist.php:347
|
401 |
-
msgid "One IP was deleted successfully"
|
402 |
-
msgstr ""
|
403 |
-
|
404 |
-
#: includes/whitelist.php:354
|
405 |
-
msgid "You have not entered any IP"
|
406 |
-
msgstr ""
|
407 |
-
|
408 |
-
#: includes/whitelist.php:357
|
409 |
-
msgid "You have not entered any IP in to the search form"
|
410 |
-
msgstr ""
|
411 |
-
|
412 |
-
#: includes/whitelist.php:359
|
413 |
-
msgid "Search results for"
|
414 |
-
msgstr ""
|
415 |
-
|
416 |
-
#: includes/pro_banners.php:17
|
417 |
-
msgid "This options is available in Pro version of plugin"
|
418 |
-
msgstr ""
|
419 |
-
|
420 |
-
#: includes/pro_banners.php:20
|
421 |
-
msgid "Close"
|
422 |
-
msgstr ""
|
423 |
-
|
424 |
-
#: includes/pro_banners.php:29
|
425 |
-
msgid "Upgrade to Pro"
|
426 |
-
msgstr ""
|
427 |
-
|
428 |
-
#: includes/pro_banners.php:42
|
429 |
-
msgid "Reason"
|
430 |
-
msgstr ""
|
431 |
-
|
432 |
-
#: includes/pro_banners.php:45
|
433 |
-
msgid "Allowed separators for IPs: a comma"
|
434 |
-
msgstr ""
|
435 |
-
|
436 |
-
#: includes/pro_banners.php:45 includes/pro_banners.php:46
|
437 |
-
msgid "semicolon"
|
438 |
-
msgstr ""
|
439 |
-
|
440 |
-
#: includes/pro_banners.php:45
|
441 |
-
msgid "ordinary space, tab, new line or carriage return"
|
442 |
-
msgstr ""
|
443 |
-
|
444 |
-
#: includes/pro_banners.php:46
|
445 |
-
msgid "Allowed separators for reasons: a comma"
|
446 |
-
msgstr ""
|
447 |
-
|
448 |
-
#: includes/pro_banners.php:46
|
449 |
-
msgid "tab, new line or carriage return"
|
450 |
-
msgstr ""
|
451 |
-
|
452 |
-
#: includes/pro_banners.php:71
|
453 |
-
msgid "Normal"
|
454 |
-
msgstr ""
|
455 |
-
|
456 |
-
#: includes/pro_banners.php:72
|
457 |
-
msgid "Compact"
|
458 |
-
msgstr ""
|
459 |
-
|
460 |
-
#: includes/pro_banners.php:76
|
461 |
-
#, fuzzy
|
462 |
-
msgid "reCAPTCHA Language"
|
463 |
-
msgstr "Версия на reCAPTCHA:"
|
464 |
-
|
465 |
-
#: includes/pro_banners.php:83
|
466 |
-
msgid "Use the current site language"
|
467 |
-
msgstr ""
|
468 |
-
|
469 |
-
#: includes/pro_banners.php:83
|
470 |
-
msgid "Using"
|
471 |
-
msgstr ""
|
472 |
-
|
473 |
-
#: includes/pro_banners.php:89
|
474 |
-
#, fuzzy
|
475 |
-
msgid "reCAPTCHA Size"
|
476 |
-
msgstr "Версия на reCAPTCHA:"
|
477 |
-
|
478 |
-
#, fuzzy
|
479 |
-
#~ msgid "Error: You have entered an incorrect reCAPTCHA value"
|
480 |
-
#~ msgstr "Грешка: Въвели сте невалиден анти-спам код."
|
481 |
-
|
482 |
-
#, fuzzy
|
483 |
-
#~ msgid "You have entered an incorrect reCAPTCHA value"
|
484 |
-
#~ msgstr "Грешка: Въвели сте невалиден анти-спам код."
|
485 |
-
|
486 |
-
#, fuzzy
|
487 |
-
#~ msgid "Before you are able to do something, you must to register %shere%s"
|
488 |
-
#~ msgstr "Преди да можете да направите нещо, трябва да се %sрегистрирате%s."
|
489 |
-
|
490 |
-
#, fuzzy
|
491 |
-
#~ msgid "Enter site key and secret key, that you get after registration"
|
492 |
-
#~ msgstr ""
|
493 |
-
#~ "Въведете ключ и секретен ключ, който взимате след регистрация в Google "
|
494 |
-
#~ "Captcha."
|
495 |
-
|
496 |
-
#~ msgid "powered by"
|
497 |
-
#~ msgstr "разработено от"
|
498 |
-
|
499 |
-
#, fuzzy
|
500 |
-
#~ msgid "Activate"
|
501 |
-
#~ msgstr "Активировать Contact form"
|
502 |
-
|
503 |
-
#~ msgid "Notice:"
|
504 |
-
#~ msgstr "Внимание:"
|
505 |
-
|
506 |
-
#~ msgid ""
|
507 |
-
#~ "The plugin's settings have been changed. In order to save them please "
|
508 |
-
#~ "don't forget to click the 'Save Changes' button."
|
509 |
-
#~ msgstr ""
|
510 |
-
#~ "Настройките бяха успешно променени. В случай, че искате да ги запаметите, "
|
511 |
-
#~ "моля, не забравяйте да кликнете върху бутона \"Запази промените\"."
|
512 |
-
|
513 |
-
#~ msgid "Contact form"
|
514 |
-
#~ msgstr "Contact form"
|
515 |
-
|
516 |
-
#~ msgid "Activate contact form"
|
517 |
-
#~ msgstr "Активирай Contact form"
|
518 |
-
|
519 |
-
#~ msgid "Download contact form"
|
520 |
-
#~ msgstr "Изтегли Contact form"
|
521 |
-
|
522 |
-
#~ msgid "Google Captcha"
|
523 |
-
#~ msgstr "Google Captcha"
|
524 |
-
|
525 |
-
#~ msgid "Enable Google Captcha for:"
|
526 |
-
#~ msgstr "Активирай Google Captcha за:"
|
527 |
-
|
528 |
-
#~ msgid "Hide captcha for:"
|
529 |
-
#~ msgstr "Не показвай Google Captcha за:"
|
530 |
-
|
531 |
-
#~ msgid "Theme:"
|
532 |
-
#~ msgstr "Тема:"
|
533 |
-
|
534 |
-
#~ msgid "requires"
|
535 |
-
#~ msgstr "изисква"
|
536 |
-
|
537 |
-
#~ msgid ""
|
538 |
-
#~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
|
539 |
-
#~ "and try again."
|
540 |
-
#~ msgstr "или по-висока. За това не беше деактивиран."
|
541 |
-
|
542 |
-
#~ msgid "Back to the WordPress"
|
543 |
-
#~ msgstr "Назад към WordPress"
|
544 |
-
|
545 |
-
#~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
546 |
-
#~ msgstr "Ако харесвате нашия плъгин, моля дайде му 5 звезди в WordPress"
|
547 |
-
|
548 |
-
#~ msgid "Rate the plugin"
|
549 |
-
#~ msgstr "Оцени"
|
550 |
-
|
551 |
-
#~ msgid "If there is something wrong about it, please contact us"
|
552 |
-
#~ msgstr "Ако има нещо нередно, моля, свържете се с нас."
|
553 |
-
|
554 |
-
#~ msgid "Public Key"
|
555 |
-
#~ msgstr "Открытый ключ"
|
556 |
-
|
557 |
-
#~ msgid "Private Key"
|
558 |
-
#~ msgstr "Закрытый ключ"
|
559 |
-
|
560 |
-
#~ msgid "Enter public key"
|
561 |
-
#~ msgstr "Введите открытый ключ"
|
562 |
-
|
563 |
-
#, fuzzy
|
564 |
-
#~ msgid "Themes"
|
565 |
-
#~ msgstr "Тема:"
|
566 |
-
|
567 |
-
#~ msgid "WARNING: The captcha will not display while you not fill key fields."
|
568 |
-
#~ msgstr ""
|
569 |
-
#~ "ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
|
570 |
-
#~ "ключевые поля."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/google-captcha-cs_CZ.mo
CHANGED
Binary file
|
languages/google-captcha-cs_CZ.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Mik013\n"
|
9 |
"Language: cs_CZ\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -13,494 +13,713 @@ 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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: google-captcha.php:
|
|
|
21 |
msgid "Google Captcha Settings"
|
22 |
msgstr "Nastavení Google Captcha"
|
23 |
|
24 |
-
#: google-captcha.php:
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
msgid ""
|
30 |
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
31 |
"reload this page."
|
32 |
msgstr ""
|
|
|
|
|
33 |
|
34 |
-
#: google-captcha.php:
|
35 |
msgid "Warning"
|
36 |
msgstr "Upozornění"
|
37 |
|
38 |
-
#: google-captcha.php:
|
39 |
-
#: google-captcha.php:
|
40 |
msgid "Error"
|
41 |
msgstr "Chyba"
|
42 |
|
43 |
-
#: google-captcha.php:
|
44 |
msgid "You are in the whitelist"
|
45 |
msgstr "Jste na seznamu povolených"
|
46 |
|
47 |
-
#: google-captcha.php:
|
48 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
msgid "Site Key"
|
50 |
msgstr "Webový klíč"
|
51 |
|
52 |
-
#:
|
53 |
msgid "Secret Key"
|
54 |
msgstr "Tajný klíč"
|
55 |
|
56 |
-
#:
|
57 |
-
|
58 |
msgid "Version"
|
59 |
-
msgstr "
|
60 |
|
61 |
-
#:
|
62 |
-
|
63 |
-
|
64 |
-
msgstr "Povolit reCAPTCHA pro"
|
65 |
|
66 |
-
#:
|
67 |
msgid "Login form"
|
68 |
msgstr "Přihlašovací formulář"
|
69 |
|
70 |
-
#:
|
|
|
71 |
msgid "Registration form"
|
72 |
msgstr "Registrační formulář"
|
73 |
|
74 |
-
#:
|
75 |
msgid "Reset password form"
|
76 |
-
msgstr "Formulář pro resetování hesla
|
77 |
|
78 |
-
#:
|
79 |
msgid "Comments form"
|
80 |
msgstr "Formulář komentářů"
|
81 |
|
82 |
-
#:
|
83 |
msgid "Enter site key"
|
84 |
msgstr "Vložte webový klíč"
|
85 |
|
86 |
-
#:
|
87 |
-
|
88 |
-
|
|
|
89 |
|
90 |
-
#:
|
91 |
msgid "Enter secret key"
|
92 |
msgstr "Vložte tajný klíč"
|
93 |
|
94 |
-
#:
|
95 |
-
msgid "Settings saved"
|
96 |
-
msgstr "
|
97 |
-
|
98 |
-
#: google-captcha.php:578
|
99 |
-
msgid "All plugin settings were restored"
|
100 |
-
msgstr "Všechna výchozí nastavení pluginu byla obnovena"
|
101 |
-
|
102 |
-
#: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
|
103 |
-
msgid "Settings"
|
104 |
-
msgstr "Nastavení"
|
105 |
-
|
106 |
-
#: google-captcha.php:596
|
107 |
-
msgid "Whitelist"
|
108 |
-
msgstr "Seznam povolených"
|
109 |
-
|
110 |
-
#: google-captcha.php:597
|
111 |
-
msgid "Custom code"
|
112 |
-
msgstr "Vlastní kód"
|
113 |
|
114 |
-
#:
|
115 |
-
msgid "
|
116 |
-
msgstr "
|
117 |
|
118 |
-
#:
|
119 |
msgid ""
|
120 |
-
"
|
121 |
-
"
|
122 |
msgstr ""
|
123 |
-
"Na stránce lze zobrazit pouze jednu reCAPTCHA, což souvisí s vlastnostmi "
|
124 |
-
"reCAPTCHA verze 1."
|
125 |
|
126 |
-
#:
|
127 |
-
|
128 |
-
msgid ""
|
129 |
-
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
130 |
-
"please use %s button"
|
131 |
msgstr ""
|
132 |
-
"Pokud byste chtěli přidat Google Captcha (reCAPTCHA) na vaše stránky nebo "
|
133 |
-
"příspěvku, použijte tlačítko %s"
|
134 |
|
135 |
-
#:
|
136 |
-
|
137 |
-
msgid ""
|
138 |
-
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
139 |
-
"on %s button in the content edit block using the Visual mode. If the button "
|
140 |
-
"isn't displayed or you would like to add the Google Captcha (reCAPTCHA) to "
|
141 |
-
"your own form , please use the shortcode %s"
|
142 |
msgstr ""
|
143 |
-
"Google Captcha (reCAPTCHA) můžete přidat do příspěvku, nebo stránky "
|
144 |
-
"klepnutím na tlačítko %s v bloku úprav obsahu ve vizuálním módu. Pokud "
|
145 |
-
"tlačítko není zobrazeno, nebo chcete přidat Google Captcha (reCAPTCHA) na "
|
146 |
-
"vlastním formuláři, použijte Zkrácený kód %s"
|
147 |
-
|
148 |
-
#: google-captcha.php:628
|
149 |
-
msgid "Authentication"
|
150 |
-
msgstr "Autentizace"
|
151 |
|
152 |
-
#:
|
153 |
-
|
154 |
-
msgid ""
|
155 |
-
"In order to use reCAPTCHA, please enter site and secret keys. You can manage "
|
156 |
-
"your API keys %shere%s"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#:
|
160 |
-
msgid "
|
161 |
-
msgstr "
|
162 |
-
|
163 |
-
#: google-captcha.php:647
|
164 |
-
msgid "Options"
|
165 |
-
msgstr "Možnosti"
|
166 |
-
|
167 |
-
#: google-captcha.php:650
|
168 |
-
msgid "Enable reCAPTCHA for"
|
169 |
-
msgstr "Povolit reCAPTCHA pro"
|
170 |
|
171 |
-
#:
|
172 |
msgid "WordPress default"
|
173 |
msgstr "WordPress"
|
174 |
|
175 |
-
#:
|
176 |
-
msgid "This option is available only for network or for main blog"
|
177 |
-
msgstr "
|
178 |
|
179 |
-
#:
|
180 |
-
msgid "Plugins"
|
181 |
-
msgstr "
|
182 |
|
183 |
-
#:
|
184 |
-
|
185 |
-
|
186 |
-
msgstr "Měli byste %s chcete-li tuto funkci využívat"
|
187 |
|
188 |
-
#:
|
189 |
-
msgid "
|
190 |
-
msgstr "
|
191 |
|
192 |
-
#:
|
193 |
-
msgid "for
|
194 |
-
msgstr "
|
195 |
|
196 |
-
#:
|
197 |
-
|
198 |
-
|
|
|
199 |
|
200 |
-
#:
|
201 |
-
msgid "
|
202 |
msgstr ""
|
203 |
-
"Odškrtnout pro přidání captcha do formulářů na jejich stránkách nastavení"
|
204 |
|
205 |
-
#:
|
206 |
-
|
207 |
-
msgid ""
|
208 |
-
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
209 |
msgstr ""
|
210 |
-
"Pokud byste chtěli přidat Google Captcha (reCAPTCHA) do vlastního formuláře "
|
211 |
-
"viz %s"
|
212 |
-
|
213 |
-
#: google-captcha.php:699 google-captcha.php:1296
|
214 |
-
msgid "FAQ"
|
215 |
-
msgstr "Často kladené otázky (FAQ)"
|
216 |
|
217 |
-
#:
|
218 |
-
|
219 |
-
msgid "
|
220 |
-
msgstr "
|
221 |
|
222 |
-
#:
|
223 |
-
#, fuzzy
|
224 |
msgid "Whitelist Notification"
|
225 |
msgstr "Upozornění na seznam povolených"
|
226 |
|
227 |
-
#:
|
228 |
-
|
229 |
-
msgid ""
|
230 |
-
"This message will be displayed instead of the reCAPTCHA if the user IP is "
|
231 |
-
"added to the whitelist"
|
232 |
msgstr ""
|
233 |
-
"Tato zpráva se zobrazí namísto reCAPTCHA pokud je uživatelova IP adresa "
|
234 |
-
"přidána na seznam povolených"
|
235 |
|
236 |
-
#:
|
237 |
-
#, fuzzy
|
238 |
-
msgid "reCAPTCHA Version"
|
239 |
-
msgstr "reCAPTCHA verze"
|
240 |
-
|
241 |
-
#: google-captcha.php:736
|
242 |
msgid ""
|
243 |
-
"
|
244 |
-
"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#:
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
#: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
|
253 |
-
msgid "for version"
|
254 |
-
msgstr "pro verzi"
|
255 |
|
256 |
-
#:
|
257 |
-
msgid "
|
258 |
-
msgstr "
|
259 |
|
260 |
-
#:
|
261 |
-
msgid "
|
262 |
-
|
|
|
263 |
|
264 |
-
#:
|
265 |
-
msgid "
|
266 |
-
msgstr "
|
267 |
|
268 |
-
#:
|
269 |
-
msgid "
|
270 |
-
msgstr "
|
271 |
|
272 |
-
#:
|
273 |
-
msgid "
|
274 |
-
msgstr "
|
275 |
|
276 |
-
#:
|
277 |
-
|
278 |
-
|
279 |
-
msgstr "Chyběla odezva uživatele"
|
280 |
|
281 |
-
#:
|
282 |
-
|
283 |
-
|
284 |
-
msgstr "Tajný klíč je neplatný"
|
285 |
|
286 |
-
#:
|
287 |
-
msgid "
|
288 |
-
msgstr "
|
289 |
|
290 |
-
#:
|
291 |
-
msgid "
|
292 |
-
msgstr "
|
293 |
|
294 |
-
#:
|
295 |
-
|
296 |
-
|
297 |
-
msgstr "Tajný klíč není vyplněn"
|
298 |
|
299 |
-
#:
|
300 |
-
|
301 |
-
|
302 |
-
msgstr "Neplatná odezva uživatele"
|
303 |
|
304 |
-
#:
|
305 |
-
|
306 |
-
|
307 |
-
msgstr "Zadali jste nesprávnou hodnotu reCAPTCHA"
|
308 |
|
309 |
-
#:
|
310 |
-
|
311 |
-
msgid ""
|
312 |
-
"More than one reCAPTCHA has been found in the current form. Please remove "
|
313 |
-
"all unnecessary reCAPTCHA fields to make it work properly."
|
314 |
msgstr ""
|
315 |
-
"V aktuálním formuláři byla zjištěna více než jedna reCAPTCHA. V tomto "
|
316 |
-
"případě reCAPTCHA nebude pracovat správně. Prosím, odstraňte všechny "
|
317 |
-
"nepotřebné reCAPTCHA bloky."
|
318 |
|
319 |
-
#:
|
320 |
-
|
321 |
-
msgid "Click the BACK button on your browser, and try again."
|
322 |
msgstr ""
|
323 |
-
"Zadali jste nesprávnou hodnotu reCAPTCHA . Klepněte na tlačítko zpět ve "
|
324 |
-
"vašem prohlížeči a zkuste to znovu."
|
325 |
|
326 |
-
#:
|
327 |
-
msgid "
|
328 |
-
msgstr "
|
329 |
|
330 |
-
#:
|
331 |
-
msgid "
|
332 |
-
msgstr "
|
333 |
|
334 |
-
#:
|
335 |
-
msgid "
|
336 |
-
msgstr "
|
337 |
|
338 |
-
#:
|
339 |
-
msgid "
|
340 |
-
msgstr "
|
341 |
|
342 |
-
#: includes/
|
343 |
-
msgid "
|
344 |
-
|
|
|
|
|
345 |
|
346 |
-
#: includes/whitelist.php:
|
347 |
-
msgid "Add
|
348 |
-
msgstr "
|
349 |
|
350 |
-
#: includes/whitelist.php:
|
351 |
-
msgid "
|
352 |
-
msgstr "
|
353 |
|
354 |
-
#: includes/whitelist.php:
|
355 |
msgid "My IP"
|
356 |
msgstr "Má IP adresa"
|
357 |
|
358 |
-
#: includes/whitelist.php:
|
359 |
-
msgid "Save IP to the whitelist"
|
360 |
-
msgstr "Uložit IP adresu na seznam povolených"
|
361 |
-
|
362 |
-
#: includes/whitelist.php:100 includes/pro_banners.php:44
|
363 |
-
msgid "Allowed formats"
|
364 |
-
msgstr "Přípustné formáty"
|
365 |
-
|
366 |
-
#: includes/whitelist.php:101
|
367 |
msgid "Allowed diapason"
|
368 |
msgstr "Povolený rozsah"
|
369 |
|
370 |
-
#: includes/whitelist.php:
|
|
|
|
|
|
|
|
|
371 |
msgid "Search IP"
|
372 |
msgstr "Hledat IP adresu"
|
373 |
|
374 |
-
#: includes/whitelist.php:
|
375 |
msgid "Nothing found"
|
376 |
msgstr "Nic nenalezeno"
|
377 |
|
378 |
-
#: includes/whitelist.php:
|
379 |
msgid "No IP in the whitelist"
|
380 |
msgstr "Na seznamu povolených zatím není žádná IP adresa"
|
381 |
|
382 |
-
#: includes/whitelist.php:
|
383 |
-
msgid "IP
|
384 |
-
msgstr "
|
385 |
|
386 |
-
#: includes/whitelist.php:
|
387 |
-
msgid "Date
|
388 |
-
msgstr "
|
389 |
|
390 |
-
#: includes/whitelist.php:
|
391 |
-
msgid "
|
392 |
-
msgstr "
|
393 |
|
394 |
-
#: includes/whitelist.php:
|
395 |
-
msgid "IP added to the whitelist successfully"
|
396 |
-
msgstr "
|
397 |
|
398 |
-
#: includes/whitelist.php:
|
399 |
-
#: includes/whitelist.php:
|
400 |
-
|
401 |
-
|
402 |
-
msgstr "Vyskytly se nějaké chyby"
|
403 |
|
404 |
-
#: includes/whitelist.php:
|
405 |
-
msgid "IP is already in the whitelist"
|
406 |
-
msgstr "
|
407 |
|
408 |
-
#: includes/whitelist.php:
|
409 |
msgid "Invalid IP. See allowed formats."
|
410 |
-
msgstr "Neplatná IP adresa. Zkontrolujte Přípustné formáty"
|
411 |
|
412 |
-
#: includes/whitelist.php:
|
413 |
-
msgid "One IP was deleted successfully"
|
414 |
-
msgstr "
|
415 |
|
416 |
-
#: includes/whitelist.php:
|
417 |
-
msgid "You have not entered any IP"
|
418 |
-
msgstr "
|
419 |
|
420 |
-
#: includes/whitelist.php:
|
421 |
-
msgid "You have not entered any IP in to the search form"
|
422 |
-
msgstr "
|
423 |
|
424 |
-
#: includes/whitelist.php:
|
425 |
msgid "Search results for"
|
426 |
msgstr "Výsledky hledání pro"
|
427 |
|
428 |
-
|
429 |
-
|
430 |
-
|
|
|
|
|
431 |
|
432 |
-
|
433 |
-
|
434 |
-
msgstr "
|
435 |
|
436 |
-
|
437 |
-
|
438 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
439 |
|
440 |
-
|
441 |
-
|
442 |
-
msgstr "Důvod"
|
443 |
|
444 |
-
|
445 |
-
|
446 |
-
|
|
|
|
|
|
|
447 |
|
448 |
-
|
449 |
-
|
450 |
-
|
|
|
|
|
|
|
451 |
|
452 |
-
|
453 |
-
|
454 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
455 |
|
456 |
-
|
457 |
-
|
458 |
-
|
|
|
|
|
|
|
459 |
|
460 |
-
|
461 |
-
|
462 |
-
msgstr "tabelátor, nový řádek nebo návratu vozíku"
|
463 |
|
464 |
-
|
465 |
-
|
466 |
-
msgstr "Normální"
|
467 |
|
468 |
-
|
469 |
-
|
470 |
-
msgstr "Kompaktní"
|
471 |
|
472 |
-
|
473 |
-
|
474 |
-
msgid "reCAPTCHA Language"
|
475 |
-
msgstr "reCAPTCHA jazyk"
|
476 |
|
477 |
-
|
478 |
-
|
479 |
-
msgstr "Použít aktuální jazyk webu"
|
480 |
|
481 |
-
|
482 |
-
|
483 |
-
msgstr "Využívá"
|
484 |
|
485 |
-
|
486 |
-
|
487 |
-
msgid "reCAPTCHA Size"
|
488 |
-
msgstr "reCAPTCHA velikost "
|
489 |
|
490 |
-
#~ msgid "
|
491 |
-
#~ msgstr "
|
492 |
|
493 |
-
#~ msgid "
|
494 |
-
#~ msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
495 |
|
496 |
#~ msgid "Error: You have entered an incorrect reCAPTCHA value"
|
497 |
#~ msgstr "Chyba: Zadali jste nesprávnou hodnotu reCAPTCHA"
|
498 |
|
499 |
-
#~ msgid "
|
500 |
-
#~ msgstr "
|
501 |
|
502 |
#~ msgid "Before you are able to do something, you must to register %shere%s"
|
503 |
#~ msgstr "Dříve než budete moci pokračovat, musíte se zaregistrovat %szde %s"
|
504 |
|
505 |
#~ msgid "Enter site key and secret key, that you get after registration"
|
506 |
#~ msgstr "Zadejte webový a tajný klíč, které jste obdrželi při registraci"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-08-21 15:08+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: Mik013\n"
|
8 |
"Language-Team: Mik013\n"
|
9 |
"Language: cs_CZ\n"
|
10 |
"MIME-Version: 1.0\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.8.7.1\n"
|
17 |
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: google-captcha.php:35 google-captcha.php:37 google-captcha.php:499
|
21 |
+
#: includes/class-gglcptch-settings-tabs.php:152
|
22 |
msgid "Google Captcha Settings"
|
23 |
msgstr "Nastavení Google Captcha"
|
24 |
|
25 |
+
#: google-captcha.php:37 google-captcha.php:1002 google-captcha.php:1023
|
26 |
+
#: includes/class-gglcptch-settings-tabs.php:25
|
27 |
+
msgid "Settings"
|
28 |
+
msgstr "Nastavení"
|
29 |
+
|
30 |
+
#: google-captcha.php:39 includes/whitelist.php:44
|
31 |
+
msgid "Google Captcha Whitelist"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: google-captcha.php:39
|
35 |
+
msgid "Whitelist"
|
36 |
+
msgstr "Seznam povolených"
|
37 |
+
|
38 |
+
#: google-captcha.php:45 includes/pro_banners.php:29
|
39 |
+
msgid "Upgrade to Pro"
|
40 |
+
msgstr "Aktualizovat na Pro"
|
41 |
+
|
42 |
+
#: google-captcha.php:267
|
43 |
+
msgid "Please wait until Google reCAPTCHA is loaded."
|
44 |
+
msgstr "Prosím počkejte, než se Google reCAPTCHA načte."
|
45 |
+
|
46 |
+
#: google-captcha.php:268
|
47 |
msgid ""
|
48 |
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
49 |
"reload this page."
|
50 |
msgstr ""
|
51 |
+
"Nepodařilo se načíst Google reCAPTCHA. Zkontrolujte připojení k Internetu a "
|
52 |
+
"znovu načtěte tuto stránku."
|
53 |
|
54 |
+
#: google-captcha.php:288
|
55 |
msgid "Warning"
|
56 |
msgstr "Upozornění"
|
57 |
|
58 |
+
#: google-captcha.php:292 google-captcha.php:807 google-captcha.php:838
|
59 |
+
#: google-captcha.php:867 google-captcha.php:897 google-captcha.php:926
|
60 |
msgid "Error"
|
61 |
msgstr "Chyba"
|
62 |
|
63 |
+
#: google-captcha.php:390
|
64 |
msgid "You are in the whitelist"
|
65 |
msgstr "Jste na seznamu povolených"
|
66 |
|
67 |
+
#: google-captcha.php:555 google-captcha.php:1043
|
68 |
+
msgid "To use Google Captcha you must get the keys from"
|
69 |
+
msgstr "Chcete-li použít Google Captcha musíte získat klíče z"
|
70 |
+
|
71 |
+
#: google-captcha.php:556 google-captcha.php:1044
|
72 |
+
msgid "here"
|
73 |
+
msgstr "zde"
|
74 |
+
|
75 |
+
#: google-captcha.php:557 google-captcha.php:1045
|
76 |
+
msgid "and enter them on the"
|
77 |
+
msgstr "a zadejte je na"
|
78 |
+
|
79 |
+
#: google-captcha.php:559 google-captcha.php:1047
|
80 |
+
msgid "plugin setting page"
|
81 |
+
msgstr "stránce nastavení pluginu"
|
82 |
+
|
83 |
+
#: google-captcha.php:762
|
84 |
+
msgid "User response is missing."
|
85 |
+
msgstr "Chybí odezva uživatele."
|
86 |
+
|
87 |
+
#: google-captcha.php:766 google-captcha.php:774
|
88 |
+
msgid "Secret Key is invalid."
|
89 |
+
msgstr ""
|
90 |
+
|
91 |
+
#: google-captcha.php:767 google-captcha.php:775
|
92 |
+
msgid "Check your domain configurations"
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#: google-captcha.php:768 google-captcha.php:776
|
96 |
+
msgid "and enter it again"
|
97 |
+
msgstr "a zadejte jej znovu"
|
98 |
+
|
99 |
+
#: google-captcha.php:771
|
100 |
+
msgid "Secret Key is missing."
|
101 |
+
msgstr "Tajný klíč chybí."
|
102 |
+
|
103 |
+
#: google-captcha.php:778
|
104 |
+
msgid "User response is invalid"
|
105 |
+
msgstr "Neplatná odezva uživatele"
|
106 |
+
|
107 |
+
#: google-captcha.php:779
|
108 |
+
msgid "You have entered an incorrect reCAPTCHA value."
|
109 |
+
msgstr "Zadali jste nesprávnou hodnotu reCAPTCHA ."
|
110 |
+
|
111 |
+
#: google-captcha.php:780
|
112 |
+
msgid ""
|
113 |
+
"More than one reCAPTCHA has been found in the current form. Please remove "
|
114 |
+
"all unnecessary reCAPTCHA fields to make it work properly."
|
115 |
+
msgstr ""
|
116 |
+
"V aktuálním formuláři byla zjištěna více než jedna reCAPTCHA. Pro správnou "
|
117 |
+
"funkcionalitu, prosím odstraňte všechny nepotřebné reCAPTCHA pole."
|
118 |
+
|
119 |
+
#: google-captcha.php:926
|
120 |
+
msgid "Click the BACK button on your browser and try again."
|
121 |
+
msgstr ""
|
122 |
+
|
123 |
+
#: google-captcha.php:954
|
124 |
+
msgid "Please submit \"Test verification\""
|
125 |
+
msgstr ""
|
126 |
+
|
127 |
+
#: google-captcha.php:956
|
128 |
+
msgid "Please complete the captcha and submit \"Test verification\""
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#: google-captcha.php:962
|
132 |
+
msgid "Test verification"
|
133 |
+
msgstr "Test ověření"
|
134 |
+
|
135 |
+
#: google-captcha.php:983
|
136 |
+
msgid "The verification is successfully completed."
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
+
#: google-captcha.php:1024
|
140 |
+
msgid "FAQ"
|
141 |
+
msgstr "Často kladené otázky (FAQ)"
|
142 |
+
|
143 |
+
#: google-captcha.php:1025
|
144 |
+
msgid "Support"
|
145 |
+
msgstr "Podpora"
|
146 |
+
|
147 |
+
#: includes/class-gglcptch-settings-tabs.php:26
|
148 |
+
msgid "Misc"
|
149 |
+
msgstr ""
|
150 |
+
|
151 |
+
#: includes/class-gglcptch-settings-tabs.php:27
|
152 |
+
msgid "Custom Code"
|
153 |
+
msgstr ""
|
154 |
+
|
155 |
+
#: includes/class-gglcptch-settings-tabs.php:28
|
156 |
+
msgid "License Key"
|
157 |
+
msgstr ""
|
158 |
+
|
159 |
+
#: includes/class-gglcptch-settings-tabs.php:51
|
160 |
msgid "Site Key"
|
161 |
msgstr "Webový klíč"
|
162 |
|
163 |
+
#: includes/class-gglcptch-settings-tabs.php:56
|
164 |
msgid "Secret Key"
|
165 |
msgstr "Tajný klíč"
|
166 |
|
167 |
+
#: includes/class-gglcptch-settings-tabs.php:63
|
168 |
+
#: includes/class-gglcptch-settings-tabs.php:64
|
169 |
msgid "Version"
|
170 |
+
msgstr "Verze"
|
171 |
|
172 |
+
#: includes/class-gglcptch-settings-tabs.php:65
|
173 |
+
msgid "Invisible"
|
174 |
+
msgstr ""
|
|
|
175 |
|
176 |
+
#: includes/class-gglcptch-settings-tabs.php:70 includes/pro_banners.php:78
|
177 |
msgid "Login form"
|
178 |
msgstr "Přihlašovací formulář"
|
179 |
|
180 |
+
#: includes/class-gglcptch-settings-tabs.php:71 includes/pro_banners.php:68
|
181 |
+
#: includes/pro_banners.php:79
|
182 |
msgid "Registration form"
|
183 |
msgstr "Registrační formulář"
|
184 |
|
185 |
+
#: includes/class-gglcptch-settings-tabs.php:72
|
186 |
msgid "Reset password form"
|
187 |
+
msgstr "Formulář pro resetování hesla"
|
188 |
|
189 |
+
#: includes/class-gglcptch-settings-tabs.php:73 includes/pro_banners.php:69
|
190 |
msgid "Comments form"
|
191 |
msgstr "Formulář komentářů"
|
192 |
|
193 |
+
#: includes/class-gglcptch-settings-tabs.php:98
|
194 |
msgid "Enter site key"
|
195 |
msgstr "Vložte webový klíč"
|
196 |
|
197 |
+
#: includes/class-gglcptch-settings-tabs.php:99
|
198 |
+
#: includes/class-gglcptch-settings-tabs.php:106
|
199 |
+
msgid "WARNING: The captcha will not be displayed until you fill key fields."
|
200 |
+
msgstr ""
|
201 |
|
202 |
+
#: includes/class-gglcptch-settings-tabs.php:105
|
203 |
msgid "Enter secret key"
|
204 |
msgstr "Vložte tajný klíč"
|
205 |
|
206 |
+
#: includes/class-gglcptch-settings-tabs.php:138
|
207 |
+
msgid "Settings saved."
|
208 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
|
210 |
+
#: includes/class-gglcptch-settings-tabs.php:155
|
211 |
+
msgid "Authentication"
|
212 |
+
msgstr "Autentizace"
|
213 |
|
214 |
+
#: includes/class-gglcptch-settings-tabs.php:156
|
215 |
msgid ""
|
216 |
+
"Register your website with Google to get required API keys and enter them "
|
217 |
+
"below."
|
218 |
msgstr ""
|
|
|
|
|
219 |
|
220 |
+
#: includes/class-gglcptch-settings-tabs.php:156
|
221 |
+
msgid "Get the API Keys"
|
|
|
|
|
|
|
222 |
msgstr ""
|
|
|
|
|
223 |
|
224 |
+
#: includes/class-gglcptch-settings-tabs.php:173
|
225 |
+
msgid "Test ReCaptcha"
|
|
|
|
|
|
|
|
|
|
|
226 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
|
228 |
+
#: includes/class-gglcptch-settings-tabs.php:179
|
229 |
+
msgid "General"
|
|
|
|
|
|
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: includes/class-gglcptch-settings-tabs.php:182
|
233 |
+
msgid "Enable ReCaptcha for"
|
234 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
235 |
|
236 |
+
#: includes/class-gglcptch-settings-tabs.php:186
|
237 |
msgid "WordPress default"
|
238 |
msgstr "WordPress"
|
239 |
|
240 |
+
#: includes/class-gglcptch-settings-tabs.php:194
|
241 |
+
msgid "This option is available only for network or for main blog."
|
242 |
+
msgstr ""
|
243 |
|
244 |
+
#: includes/class-gglcptch-settings-tabs.php:206 includes/pro_banners.php:55
|
245 |
+
msgid "External Plugins"
|
246 |
+
msgstr ""
|
247 |
|
248 |
+
#: includes/class-gglcptch-settings-tabs.php:215
|
249 |
+
msgid "Activate"
|
250 |
+
msgstr ""
|
|
|
251 |
|
252 |
+
#: includes/class-gglcptch-settings-tabs.php:218
|
253 |
+
msgid "Install Now"
|
254 |
+
msgstr ""
|
255 |
|
256 |
+
#: includes/class-gglcptch-settings-tabs.php:221
|
257 |
+
msgid "Enable for adding captcha to forms on their settings pages."
|
258 |
+
msgstr ""
|
259 |
|
260 |
+
#: includes/class-gglcptch-settings-tabs.php:236
|
261 |
+
#: includes/class-gglcptch-settings-tabs.php:296 includes/pro_banners.php:20
|
262 |
+
msgid "Close"
|
263 |
+
msgstr "Zavřít"
|
264 |
|
265 |
+
#: includes/class-gglcptch-settings-tabs.php:245
|
266 |
+
msgid "Hide ReCaptcha in Comments Form for"
|
267 |
msgstr ""
|
|
|
268 |
|
269 |
+
#: includes/class-gglcptch-settings-tabs.php:257
|
270 |
+
msgid "ReCaptcha Version"
|
|
|
|
|
271 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
272 |
|
273 |
+
#: includes/class-gglcptch-settings-tabs.php:271
|
274 |
+
#: includes/class-gglcptch-settings-tabs.php:283
|
275 |
+
msgid "Theme"
|
276 |
+
msgstr ""
|
277 |
|
278 |
+
#: includes/class-gglcptch-settings-tabs.php:305
|
|
|
279 |
msgid "Whitelist Notification"
|
280 |
msgstr "Upozornění na seznam povolených"
|
281 |
|
282 |
+
#: includes/class-gglcptch-settings-tabs.php:308
|
283 |
+
msgid "This message will be displayed instead of the ReCaptcha."
|
|
|
|
|
|
|
284 |
msgstr ""
|
|
|
|
|
285 |
|
286 |
+
#: includes/class-gglcptch-settings-tabs.php:322
|
|
|
|
|
|
|
|
|
|
|
287 |
msgid ""
|
288 |
+
"Only one ReCaptcha can be displayed on the page, it's related to ReCaptcha "
|
289 |
+
"version 1 features."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: includes/class-gglcptch-settings-tabs.php:325
|
293 |
+
msgid ""
|
294 |
+
"ReCaptcha version was changed. Please submit \"Test ReCaptcha\" and "
|
295 |
+
"regenerate Site and Secret keys if necessary."
|
296 |
+
msgstr ""
|
|
|
|
|
|
|
297 |
|
298 |
+
#: includes/class-gglcptch-settings-tabs.php:338
|
299 |
+
msgid "Google Captcha Shortcode"
|
300 |
+
msgstr ""
|
301 |
|
302 |
+
#: includes/class-gglcptch-settings-tabs.php:341
|
303 |
+
msgid ""
|
304 |
+
"Add Google Captcha to your posts or pages using the following shortcode:"
|
305 |
+
msgstr ""
|
306 |
|
307 |
+
#: includes/pro_banners.php:17
|
308 |
+
msgid "This options is available in Pro version of plugin"
|
309 |
+
msgstr "Toto nastavení je k dispozici v Pro verzi pluginu"
|
310 |
|
311 |
+
#: includes/pro_banners.php:40 includes/whitelist.php:84
|
312 |
+
msgid "Allowed formats"
|
313 |
+
msgstr "Přípustné formáty"
|
314 |
|
315 |
+
#: includes/pro_banners.php:41
|
316 |
+
msgid "Allowed separators for IPs: a comma"
|
317 |
+
msgstr "Povolený oddělovač pro IP adresu: čárka"
|
318 |
|
319 |
+
#: includes/pro_banners.php:41 includes/pro_banners.php:44
|
320 |
+
msgid "semicolon"
|
321 |
+
msgstr "středník"
|
|
|
322 |
|
323 |
+
#: includes/pro_banners.php:41
|
324 |
+
msgid "ordinary space, tab, new line or carriage return."
|
325 |
+
msgstr ""
|
|
|
326 |
|
327 |
+
#: includes/pro_banners.php:42
|
328 |
+
msgid "Reason"
|
329 |
+
msgstr "Důvod"
|
330 |
|
331 |
+
#: includes/pro_banners.php:44
|
332 |
+
msgid "Allowed separators for reasons: a comma"
|
333 |
+
msgstr "Povolený oddělovač pro Důvod: čárka"
|
334 |
|
335 |
+
#: includes/pro_banners.php:44
|
336 |
+
msgid "tab, new line or carriage return."
|
337 |
+
msgstr ""
|
|
|
338 |
|
339 |
+
#: includes/pro_banners.php:70
|
340 |
+
msgid "Create a Group form"
|
341 |
+
msgstr ""
|
|
|
342 |
|
343 |
+
#: includes/pro_banners.php:80
|
344 |
+
msgid "Lost password form"
|
345 |
+
msgstr ""
|
|
|
346 |
|
347 |
+
#: includes/pro_banners.php:81
|
348 |
+
msgid "Checkout form"
|
|
|
|
|
|
|
349 |
msgstr ""
|
|
|
|
|
|
|
350 |
|
351 |
+
#: includes/pro_banners.php:94
|
352 |
+
msgid "Size"
|
|
|
353 |
msgstr ""
|
|
|
|
|
354 |
|
355 |
+
#: includes/pro_banners.php:98
|
356 |
+
msgid "Normal"
|
357 |
+
msgstr "Normální"
|
358 |
|
359 |
+
#: includes/pro_banners.php:99
|
360 |
+
msgid "Compact"
|
361 |
+
msgstr "Kompaktní"
|
362 |
|
363 |
+
#: includes/pro_banners.php:104
|
364 |
+
msgid "Language"
|
365 |
+
msgstr ""
|
366 |
|
367 |
+
#: includes/pro_banners.php:112
|
368 |
+
msgid "Multilanguage"
|
369 |
+
msgstr ""
|
370 |
|
371 |
+
#: includes/pro_banners.php:115
|
372 |
+
msgid ""
|
373 |
+
"Enable to switch language automatically on multilingual website using "
|
374 |
+
"Multilanguage plugin."
|
375 |
+
msgstr ""
|
376 |
|
377 |
+
#: includes/whitelist.php:47
|
378 |
+
msgid "Add New"
|
379 |
+
msgstr ""
|
380 |
|
381 |
+
#: includes/whitelist.php:72
|
382 |
+
msgid "IP to whitelist"
|
383 |
+
msgstr ""
|
384 |
|
385 |
+
#: includes/whitelist.php:79
|
386 |
msgid "My IP"
|
387 |
msgstr "Má IP adresa"
|
388 |
|
389 |
+
#: includes/whitelist.php:86
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
390 |
msgid "Allowed diapason"
|
391 |
msgstr "Povolený rozsah"
|
392 |
|
393 |
+
#: includes/whitelist.php:90
|
394 |
+
msgid "Add IP to whitelist"
|
395 |
+
msgstr ""
|
396 |
+
|
397 |
+
#: includes/whitelist.php:95
|
398 |
msgid "Search IP"
|
399 |
msgstr "Hledat IP adresu"
|
400 |
|
401 |
+
#: includes/whitelist.php:149
|
402 |
msgid "Nothing found"
|
403 |
msgstr "Nic nenalezeno"
|
404 |
|
405 |
+
#: includes/whitelist.php:149
|
406 |
msgid "No IP in the whitelist"
|
407 |
msgstr "Na seznamu povolených zatím není žádná IP adresa"
|
408 |
|
409 |
+
#: includes/whitelist.php:156
|
410 |
+
msgid "IP Address"
|
411 |
+
msgstr ""
|
412 |
|
413 |
+
#: includes/whitelist.php:157
|
414 |
+
msgid "Date Added"
|
415 |
+
msgstr ""
|
416 |
|
417 |
+
#: includes/whitelist.php:211 includes/whitelist.php:221
|
418 |
+
msgid "Delete"
|
419 |
+
msgstr ""
|
420 |
|
421 |
+
#: includes/whitelist.php:307
|
422 |
+
msgid "IP added to the whitelist successfully."
|
423 |
+
msgstr ""
|
424 |
|
425 |
+
#: includes/whitelist.php:309 includes/whitelist.php:330
|
426 |
+
#: includes/whitelist.php:340
|
427 |
+
msgid "Some errors occurred."
|
428 |
+
msgstr ""
|
|
|
429 |
|
430 |
+
#: includes/whitelist.php:311
|
431 |
+
msgid "IP is already in the whitelist."
|
432 |
+
msgstr ""
|
433 |
|
434 |
+
#: includes/whitelist.php:314
|
435 |
msgid "Invalid IP. See allowed formats."
|
436 |
+
msgstr "Neplatná IP adresa. Zkontrolujte Přípustné formáty."
|
437 |
|
438 |
+
#: includes/whitelist.php:336
|
439 |
+
msgid "One IP was deleted successfully."
|
440 |
+
msgstr ""
|
441 |
|
442 |
+
#: includes/whitelist.php:343
|
443 |
+
msgid "You have not entered any IP."
|
444 |
+
msgstr ""
|
445 |
|
446 |
+
#: includes/whitelist.php:346
|
447 |
+
msgid "You have not entered any IP in to the search form."
|
448 |
+
msgstr ""
|
449 |
|
450 |
+
#: includes/whitelist.php:348
|
451 |
msgid "Search results for"
|
452 |
msgstr "Výsledky hledání pro"
|
453 |
|
454 |
+
#~ msgid "Check your domain configuration"
|
455 |
+
#~ msgstr "Zkontrolujte konfiguraci vaší domény"
|
456 |
+
|
457 |
+
#~ msgid "Click the BACK button on your browser, and try again."
|
458 |
+
#~ msgstr "Klikněte ve vašem prohlížeči na tlačítko ZPĚT a zkuste to znovu."
|
459 |
|
460 |
+
#~ msgid ""
|
461 |
+
#~ "WARNING: The captcha will not display while you don't fill key fields."
|
462 |
+
#~ msgstr "VAROVÁNÍ: Captcha se nezobrazí, dokud nejsou vyplněná pole s klíči."
|
463 |
|
464 |
+
#~ msgid "Check off for adding captcha to forms on their settings pages"
|
465 |
+
#~ msgstr ""
|
466 |
+
#~ "Odškrtnout pro přidání captcha do formulářů na jejich stránkách nastavení"
|
467 |
+
|
468 |
+
#~ msgid "Invisible reCAPTCHA"
|
469 |
+
#~ msgstr "Neviditelná reCAPTCHA"
|
470 |
+
|
471 |
+
#~ msgid "Settings saved"
|
472 |
+
#~ msgstr "Nastavení uloženo"
|
473 |
+
|
474 |
+
#~ msgid "All plugin settings were restored"
|
475 |
+
#~ msgstr "Všechna výchozí nastavení pluginu byla obnovena"
|
476 |
+
|
477 |
+
#~ msgid "Custom code"
|
478 |
+
#~ msgstr "Vlastní kód"
|
479 |
|
480 |
+
#~ msgid "Go PRO"
|
481 |
+
#~ msgstr "Přejít na PRO"
|
|
|
482 |
|
483 |
+
#~ msgid ""
|
484 |
+
#~ "Only one reCAPTCHA can be displayed on the page, it's related to "
|
485 |
+
#~ "reCAPTCHA version 1 features."
|
486 |
+
#~ msgstr ""
|
487 |
+
#~ "Na stránce lze zobrazit pouze jednu reCAPTCHA, což souvisí s vlastnostmi "
|
488 |
+
#~ "reCAPTCHA verze 1."
|
489 |
|
490 |
+
#~ msgid ""
|
491 |
+
#~ "If you would like to add a Google Captcha (reCAPTCHA) to your page or "
|
492 |
+
#~ "post, please use %s button"
|
493 |
+
#~ msgstr ""
|
494 |
+
#~ "Pokud byste chtěli přidat Google Captcha (reCAPTCHA) na vaše stránky nebo "
|
495 |
+
#~ "příspěvku, použijte tlačítko %s"
|
496 |
|
497 |
+
#~ msgid ""
|
498 |
+
#~ "You can add the Google Captcha (reCAPTCHA) to your page or post by "
|
499 |
+
#~ "clicking on %s button in the content edit block using the Visual mode. If "
|
500 |
+
#~ "the button isn't displayed or you would like to add the Google Captcha "
|
501 |
+
#~ "(reCAPTCHA) to your own form , please use the shortcode %s"
|
502 |
+
#~ msgstr ""
|
503 |
+
#~ "Google Captcha (reCAPTCHA) můžete přidat do příspěvku, nebo stránky "
|
504 |
+
#~ "klepnutím na tlačítko %s v bloku úprav obsahu ve vizuálním módu. Pokud "
|
505 |
+
#~ "tlačítko není zobrazeno, nebo chcete přidat Google Captcha (reCAPTCHA) na "
|
506 |
+
#~ "vlastním formuláři, použijte Zkrácený kód %s"
|
507 |
|
508 |
+
#~ msgid ""
|
509 |
+
#~ "In order to use reCAPTCHA, please enter site and secret keys. You can "
|
510 |
+
#~ "manage your API keys %shere%s"
|
511 |
+
#~ msgstr ""
|
512 |
+
#~ "Chcete-li použít službu reCAPTCHA, zadejte webový a tajný klíč. Své API "
|
513 |
+
#~ "klíče %s můžete spravovat zde %s"
|
514 |
|
515 |
+
#~ msgid "Test Keys"
|
516 |
+
#~ msgstr "Testovací klíč"
|
|
|
517 |
|
518 |
+
#~ msgid "Options"
|
519 |
+
#~ msgstr "Možnosti"
|
|
|
520 |
|
521 |
+
#~ msgid "Enable reCAPTCHA for"
|
522 |
+
#~ msgstr "Povolit reCAPTCHA pro"
|
|
|
523 |
|
524 |
+
#~ msgid "This option is available only for network or for main blog"
|
525 |
+
#~ msgstr "Tato možnost je k dispozici pouze pro síť nebo pro hlavní blog"
|
|
|
|
|
526 |
|
527 |
+
#~ msgid "Plugins"
|
528 |
+
#~ msgstr "Pluginy"
|
|
|
529 |
|
530 |
+
#~ msgid "You should %s to use this functionality"
|
531 |
+
#~ msgstr "Měli byste %s chcete-li tuto funkci využívat"
|
|
|
532 |
|
533 |
+
#~ msgid "activate"
|
534 |
+
#~ msgstr "aktivovat"
|
|
|
|
|
535 |
|
536 |
+
#~ msgid "for network"
|
537 |
+
#~ msgstr "pro síť"
|
538 |
|
539 |
+
#~ msgid "download"
|
540 |
+
#~ msgstr "stáhnout"
|
541 |
+
|
542 |
+
#~ msgid ""
|
543 |
+
#~ "If you would like to add Google Captcha (reCAPTCHA) to a custom form see "
|
544 |
+
#~ "%s"
|
545 |
+
#~ msgstr ""
|
546 |
+
#~ "Pokud byste chtěli přidat Google Captcha (reCAPTCHA) do vlastního "
|
547 |
+
#~ "formuláře viz %s"
|
548 |
+
|
549 |
+
#~ msgid "Hide reCAPTCHA in Comments Form for"
|
550 |
+
#~ msgstr "Skrýt reCAPTCHA ve formuláři komentářů pro"
|
551 |
+
|
552 |
+
#~ msgid ""
|
553 |
+
#~ "This message will be displayed instead of the reCAPTCHA if the user IP is "
|
554 |
+
#~ "added to the whitelist"
|
555 |
+
#~ msgstr ""
|
556 |
+
#~ "Tato zpráva se zobrazí namísto reCAPTCHA pokud je uživatelova IP adresa "
|
557 |
+
#~ "přidána na seznam povolených"
|
558 |
+
|
559 |
+
#~ msgid "reCAPTCHA Version"
|
560 |
+
#~ msgstr "reCAPTCHA verze"
|
561 |
+
|
562 |
+
#~ msgid ""
|
563 |
+
#~ "reCAPTCHA block won't be visible for non-suspicious users while "
|
564 |
+
#~ "suspicious ones will have to pass the captcha"
|
565 |
+
#~ msgstr ""
|
566 |
+
#~ "reCAPTCHA blok se nebude zobrazovat nepodezřelým uživatelům, zatímco ti "
|
567 |
+
#~ "podezřelí budou muset přes captcha projít"
|
568 |
+
|
569 |
+
#~ msgid "reCAPTCHA Theme"
|
570 |
+
#~ msgstr "reCAPTCHA šablona"
|
571 |
+
|
572 |
+
#~ msgid "for version"
|
573 |
+
#~ msgstr "pro verzi"
|
574 |
+
|
575 |
+
#~ msgid "Save Changes"
|
576 |
+
#~ msgstr "Uložit změny"
|
577 |
+
|
578 |
+
#~ msgid "Secret Key is invalid"
|
579 |
+
#~ msgstr "Tajný klíč je neplatný"
|
580 |
+
|
581 |
+
#~ msgid "Please, complete the captcha and submit \"Test verification\""
|
582 |
+
#~ msgstr "Prosím, doplňte captcha a odešlete \"Test ověření\""
|
583 |
+
|
584 |
+
#~ msgid "The verification is successfully completed"
|
585 |
+
#~ msgstr "Ověření je úspěšně dokončeno"
|
586 |
+
|
587 |
+
#~ msgid "ordinary space, tab, new line or carriage return"
|
588 |
+
#~ msgstr "obyčejná mezera, tabelátor, nový řádek nebo návratu vozíku"
|
589 |
+
|
590 |
+
#~ msgid "tab, new line or carriage return"
|
591 |
+
#~ msgstr "tabelátor, nový řádek nebo návratu vozíku"
|
592 |
+
|
593 |
+
#~ msgid "reCAPTCHA Language"
|
594 |
+
#~ msgstr "reCAPTCHA jazyk"
|
595 |
+
|
596 |
+
#~ msgid "Use the current site language"
|
597 |
+
#~ msgstr "Použít aktuální jazyk webu"
|
598 |
+
|
599 |
+
#~ msgid "Using"
|
600 |
+
#~ msgstr "Využívá"
|
601 |
+
|
602 |
+
#~ msgid "reCAPTCHA Size"
|
603 |
+
#~ msgstr "reCAPTCHA velikost"
|
604 |
+
|
605 |
+
#~ msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
|
606 |
+
#~ msgstr "Pro IP adresy ze seznamu povolených nebude reCAPTCHA zobrazena"
|
607 |
+
|
608 |
+
#~ msgid "Add IP to the whitelist"
|
609 |
+
#~ msgstr "Přidat IP adresu na seznam povolených"
|
610 |
+
|
611 |
+
#~ msgid "Save changes"
|
612 |
+
#~ msgstr "Uložit změny"
|
613 |
+
|
614 |
+
#~ msgid "Save IP to the whitelist"
|
615 |
+
#~ msgstr "Uložit IP adresu na seznam povolených"
|
616 |
+
|
617 |
+
#~ msgid "IP address"
|
618 |
+
#~ msgstr "IP adresy"
|
619 |
+
|
620 |
+
#~ msgid "Date added"
|
621 |
+
#~ msgstr "Datum přidání"
|
622 |
+
|
623 |
+
#~ msgid "Remove from the whitelist"
|
624 |
+
#~ msgstr "Odebrat ze seznamu povolených"
|
625 |
+
|
626 |
+
#~ msgid "IP added to the whitelist successfully"
|
627 |
+
#~ msgstr "IP adresa byla úspěšně přidána na seznam povolených"
|
628 |
+
|
629 |
+
#~ msgid "Some errors occurred"
|
630 |
+
#~ msgstr "Došlo k chybám"
|
631 |
+
|
632 |
+
#~ msgid "IP is already in the whitelist"
|
633 |
+
#~ msgstr "IP adresa již na seznamu povolených je"
|
634 |
+
|
635 |
+
#~ msgid "One IP was deleted successfully"
|
636 |
+
#~ msgstr "Jedna IP adresa byla úspěšně odstraněna"
|
637 |
+
|
638 |
+
#~ msgid "You have not entered any IP"
|
639 |
+
#~ msgstr "Nezadali jste žádnou IP adresu"
|
640 |
+
|
641 |
+
#~ msgid "You have not entered any IP in to the search form"
|
642 |
+
#~ msgstr "Do vyhledávacího formuláře jste nezadali žádnou IP adresu"
|
643 |
+
|
644 |
+
#~ msgid ""
|
645 |
+
#~ "It has been found more than one reCAPTCHA in current form. In this case "
|
646 |
+
#~ "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
647 |
+
#~ "blocks."
|
648 |
+
#~ msgstr ""
|
649 |
+
#~ "V aktuálním formuláři byla zjištěna více než jedna reCAPTCHA. V tomto "
|
650 |
+
#~ "případě reCAPTCHA nebude pracovat správně. Prosím, odstraňte všechny "
|
651 |
+
#~ "nepotřebné reCAPTCHA bloky."
|
652 |
|
653 |
#~ msgid "Error: You have entered an incorrect reCAPTCHA value"
|
654 |
#~ msgstr "Chyba: Zadali jste nesprávnou hodnotu reCAPTCHA"
|
655 |
|
656 |
+
#~ msgid "Site key"
|
657 |
+
#~ msgstr "Webový klíč"
|
658 |
|
659 |
#~ msgid "Before you are able to do something, you must to register %shere%s"
|
660 |
#~ msgstr "Dříve než budete moci pokračovat, musíte se zaregistrovat %szde %s"
|
661 |
|
662 |
#~ msgid "Enter site key and secret key, that you get after registration"
|
663 |
#~ msgstr "Zadejte webový a tajný klíč, které jste obdrželi při registraci"
|
664 |
+
|
665 |
+
#~ msgid "Hide reCAPTCHA in Comments form for"
|
666 |
+
#~ msgstr "Skrýt reCAPTCHA ve formuláři komentářů pro"
|
667 |
+
|
668 |
+
#~ msgid "Whitelist notification"
|
669 |
+
#~ msgstr "Upozornění na seznam povolených"
|
670 |
+
|
671 |
+
#~ msgid ""
|
672 |
+
#~ "This message will be displayed instead of the reCAPTCHA If the user IP is "
|
673 |
+
#~ "added to the whitelist"
|
674 |
+
#~ msgstr ""
|
675 |
+
#~ "Tato zpráva se zobrazí namísto reCAPTCHA pokud je uživatelova IP adresa "
|
676 |
+
#~ "přidána na seznam povolených"
|
677 |
+
|
678 |
+
#~ msgid "reCAPTCHA version"
|
679 |
+
#~ msgstr "reCAPTCHA verze"
|
680 |
+
|
681 |
+
#~ msgid "version"
|
682 |
+
#~ msgstr "verze"
|
683 |
+
|
684 |
+
#~ msgid "reCAPTCHA theme"
|
685 |
+
#~ msgstr "reCAPTCHA šablona"
|
686 |
+
|
687 |
+
#~ msgid "You have entered an incorrect reCAPTCHA value"
|
688 |
+
#~ msgstr "Zadali jste nesprávnou hodnotu reCAPTCHA"
|
689 |
+
|
690 |
+
#~ msgid "ERROR"
|
691 |
+
#~ msgstr "CHYBA"
|
692 |
+
|
693 |
+
#~ msgid ""
|
694 |
+
#~ "You have entered an incorrect reCAPTCHA value. Click the BACK button on "
|
695 |
+
#~ "your browser, and try again."
|
696 |
+
#~ msgstr ""
|
697 |
+
#~ "Zadali jste nesprávnou hodnotu reCAPTCHA . Klepněte na tlačítko zpět ve "
|
698 |
+
#~ "vašem prohlížeči a zkuste to znovu."
|
699 |
+
|
700 |
+
#~ msgid "The user response was missing"
|
701 |
+
#~ msgstr "Chyběla odezva uživatele"
|
702 |
+
|
703 |
+
#~ msgid "The Secret Key is missing"
|
704 |
+
#~ msgstr "Tajný klíč není vyplněn"
|
705 |
+
|
706 |
+
#~ msgid "The Secret Key is invalid"
|
707 |
+
#~ msgstr "Tajný klíč je neplatný"
|
708 |
+
|
709 |
+
#~ msgid "The user response is invalid"
|
710 |
+
#~ msgstr "Neplatná odezva uživatele"
|
711 |
+
|
712 |
+
#~ msgid "Some errors occured"
|
713 |
+
#~ msgstr "Vyskytly se nějaké chyby"
|
714 |
+
|
715 |
+
#~ msgid "Unlock premium options by upgrading to Pro version"
|
716 |
+
#~ msgstr "Odemknout prémiové možnosti po aktualizaci na verzi Pro"
|
717 |
+
|
718 |
+
#~ msgid "Learn More"
|
719 |
+
#~ msgstr "Více informací"
|
720 |
+
|
721 |
+
#~ msgid "reCAPTCHA language"
|
722 |
+
#~ msgstr "reCAPTCHA jazyk"
|
723 |
+
|
724 |
+
#~ msgid "reCAPTCHA size"
|
725 |
+
#~ msgstr "reCAPTCHA velikost "
|
languages/google-captcha-de_DE.mo
DELETED
Binary file
|
languages/google-captcha-de_DE.po
DELETED
@@ -1,596 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Google Сaptcha\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-05-16 09:25+0300\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: Fred Zimmer <fred.zimmer@medienconsulting.at>\n"
|
9 |
-
"Language: de_DE\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.4\n"
|
17 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
-
"X-Poedit-SearchPath-0: .\n"
|
19 |
-
|
20 |
-
#: google-captcha.php:34 google-captcha.php:593
|
21 |
-
msgid "Google Captcha Settings"
|
22 |
-
msgstr "Google Captcha-Einstellungen"
|
23 |
-
|
24 |
-
#: google-captcha.php:248
|
25 |
-
msgid "Please wait until Google reCAPTCHA is loaded."
|
26 |
-
msgstr ""
|
27 |
-
|
28 |
-
#: google-captcha.php:249
|
29 |
-
msgid ""
|
30 |
-
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
31 |
-
"reload this page."
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: google-captcha.php:269
|
35 |
-
msgid "Warning"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
|
39 |
-
#: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
|
40 |
-
msgid "Error"
|
41 |
-
msgstr "Fehler"
|
42 |
-
|
43 |
-
#: google-captcha.php:371
|
44 |
-
msgid "You are in the whitelist"
|
45 |
-
msgstr ""
|
46 |
-
|
47 |
-
#: google-captcha.php:498
|
48 |
-
#, fuzzy
|
49 |
-
msgid "Site Key"
|
50 |
-
msgstr "Site-Schlüssel"
|
51 |
-
|
52 |
-
#: google-captcha.php:503
|
53 |
-
msgid "Secret Key"
|
54 |
-
msgstr "Geheimer Schlüssel"
|
55 |
-
|
56 |
-
#: google-captcha.php:510 google-captcha.php:511
|
57 |
-
#, fuzzy
|
58 |
-
msgid "Version"
|
59 |
-
msgstr "Version"
|
60 |
-
|
61 |
-
#: google-captcha.php:512
|
62 |
-
msgid "Invisible reCAPTCHA"
|
63 |
-
msgstr ""
|
64 |
-
|
65 |
-
#: google-captcha.php:517
|
66 |
-
msgid "Login form"
|
67 |
-
msgstr "Login Formular"
|
68 |
-
|
69 |
-
#: google-captcha.php:518
|
70 |
-
msgid "Registration form"
|
71 |
-
msgstr "Registrierungsformular"
|
72 |
-
|
73 |
-
#: google-captcha.php:519
|
74 |
-
msgid "Reset password form"
|
75 |
-
msgstr "Passwort Forumlar zurücksetzen"
|
76 |
-
|
77 |
-
#: google-captcha.php:520
|
78 |
-
msgid "Comments form"
|
79 |
-
msgstr "Kommentarformular"
|
80 |
-
|
81 |
-
#: google-captcha.php:539
|
82 |
-
msgid "Enter site key"
|
83 |
-
msgstr "Geben Sie den Site-Schlüssel ein"
|
84 |
-
|
85 |
-
#: google-captcha.php:540 google-captcha.php:546
|
86 |
-
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
87 |
-
msgstr ""
|
88 |
-
"WARNUNG: das CAPTCHA wird nicht angezeigt wenn die Schlüsselfelder nicht "
|
89 |
-
"ausgefüllt sind!"
|
90 |
-
|
91 |
-
#: google-captcha.php:545
|
92 |
-
msgid "Enter secret key"
|
93 |
-
msgstr "Geben Sie den geheimen Schlüssel ein"
|
94 |
-
|
95 |
-
#: google-captcha.php:572
|
96 |
-
msgid "Settings saved"
|
97 |
-
msgstr "Einstellungen gespeichert"
|
98 |
-
|
99 |
-
#: google-captcha.php:578
|
100 |
-
#, fuzzy
|
101 |
-
msgid "All plugin settings were restored"
|
102 |
-
msgstr "Plugin Einstellungsseite"
|
103 |
-
|
104 |
-
#: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
|
105 |
-
msgid "Settings"
|
106 |
-
msgstr "Einstellungen"
|
107 |
-
|
108 |
-
#: google-captcha.php:596
|
109 |
-
msgid "Whitelist"
|
110 |
-
msgstr ""
|
111 |
-
|
112 |
-
#: google-captcha.php:597
|
113 |
-
msgid "Custom code"
|
114 |
-
msgstr ""
|
115 |
-
|
116 |
-
#: google-captcha.php:598
|
117 |
-
msgid "Go PRO"
|
118 |
-
msgstr ""
|
119 |
-
|
120 |
-
#: google-captcha.php:603
|
121 |
-
msgid ""
|
122 |
-
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
123 |
-
"version 1 features."
|
124 |
-
msgstr ""
|
125 |
-
|
126 |
-
#: google-captcha.php:618
|
127 |
-
#, fuzzy, php-format
|
128 |
-
msgid ""
|
129 |
-
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
130 |
-
"please use %s button"
|
131 |
-
msgstr ""
|
132 |
-
"Wenn Sie Ihrem eigenen Formular Google CAPTCHA hinzufügen wollen, dann "
|
133 |
-
"kopieren Sie diesen Shortcode in Ihren Beitrag oder Seite"
|
134 |
-
|
135 |
-
#: google-captcha.php:622
|
136 |
-
#, php-format
|
137 |
-
msgid ""
|
138 |
-
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
139 |
-
"on %s button in the content edit block using the Visual mode. If the button "
|
140 |
-
"isn't displayed or you would like to add the Google Captcha (reCAPTCHA) to "
|
141 |
-
"your own form , please use the shortcode %s"
|
142 |
-
msgstr ""
|
143 |
-
|
144 |
-
#: google-captcha.php:628
|
145 |
-
msgid "Authentication"
|
146 |
-
msgstr "Authentifizierung"
|
147 |
-
|
148 |
-
#: google-captcha.php:629
|
149 |
-
#, php-format
|
150 |
-
msgid ""
|
151 |
-
"In order to use reCAPTCHA, please enter site and secret keys. You can manage "
|
152 |
-
"your API keys %shere%s"
|
153 |
-
msgstr ""
|
154 |
-
|
155 |
-
#: google-captcha.php:644
|
156 |
-
#, fuzzy
|
157 |
-
msgid "Test Keys"
|
158 |
-
msgstr "Geheimer Schlüssel"
|
159 |
-
|
160 |
-
#: google-captcha.php:647
|
161 |
-
msgid "Options"
|
162 |
-
msgstr "Optionen"
|
163 |
-
|
164 |
-
#: google-captcha.php:650
|
165 |
-
msgid "Enable reCAPTCHA for"
|
166 |
-
msgstr ""
|
167 |
-
|
168 |
-
#: google-captcha.php:654
|
169 |
-
msgid "WordPress default"
|
170 |
-
msgstr ""
|
171 |
-
|
172 |
-
#: google-captcha.php:663
|
173 |
-
msgid "This option is available only for network or for main blog"
|
174 |
-
msgstr ""
|
175 |
-
|
176 |
-
#: google-captcha.php:672
|
177 |
-
#, fuzzy
|
178 |
-
msgid "Plugins"
|
179 |
-
msgstr "Plugins Seite"
|
180 |
-
|
181 |
-
#: google-captcha.php:680 google-captcha.php:685
|
182 |
-
#, php-format
|
183 |
-
msgid "You should %s to use this functionality"
|
184 |
-
msgstr ""
|
185 |
-
|
186 |
-
#: google-captcha.php:681
|
187 |
-
#, fuzzy
|
188 |
-
msgid "activate"
|
189 |
-
msgstr "Oberfläche aktivieren"
|
190 |
-
|
191 |
-
#: google-captcha.php:681
|
192 |
-
msgid "for network"
|
193 |
-
msgstr ""
|
194 |
-
|
195 |
-
#: google-captcha.php:686
|
196 |
-
msgid "download"
|
197 |
-
msgstr ""
|
198 |
-
|
199 |
-
#: google-captcha.php:690
|
200 |
-
msgid "Check off for adding captcha to forms on their settings pages"
|
201 |
-
msgstr ""
|
202 |
-
|
203 |
-
#: google-captcha.php:699
|
204 |
-
#, php-format
|
205 |
-
msgid ""
|
206 |
-
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
207 |
-
msgstr ""
|
208 |
-
|
209 |
-
#: google-captcha.php:699 google-captcha.php:1296
|
210 |
-
msgid "FAQ"
|
211 |
-
msgstr "FAQ"
|
212 |
-
|
213 |
-
#: google-captcha.php:704
|
214 |
-
#, fuzzy
|
215 |
-
msgid "Hide reCAPTCHA in Comments Form for"
|
216 |
-
msgstr "für ReCAPTCHA-version"
|
217 |
-
|
218 |
-
#: google-captcha.php:716
|
219 |
-
#, fuzzy
|
220 |
-
msgid "Whitelist Notification"
|
221 |
-
msgstr "Authentifizierung"
|
222 |
-
|
223 |
-
#: google-captcha.php:720
|
224 |
-
msgid ""
|
225 |
-
"This message will be displayed instead of the reCAPTCHA if the user IP is "
|
226 |
-
"added to the whitelist"
|
227 |
-
msgstr ""
|
228 |
-
|
229 |
-
#: google-captcha.php:726
|
230 |
-
#, fuzzy
|
231 |
-
msgid "reCAPTCHA Version"
|
232 |
-
msgstr "ReCAPTCHA Version:"
|
233 |
-
|
234 |
-
#: google-captcha.php:736
|
235 |
-
msgid ""
|
236 |
-
"reCAPTCHA block won't be visible for non-suspicious users while suspicious "
|
237 |
-
"ones will have to pass the captcha"
|
238 |
-
msgstr ""
|
239 |
-
|
240 |
-
#: google-captcha.php:744 google-captcha.php:757
|
241 |
-
#, fuzzy
|
242 |
-
msgid "reCAPTCHA Theme"
|
243 |
-
msgstr "ReCAPTCHA Version:"
|
244 |
-
|
245 |
-
#: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
|
246 |
-
#, fuzzy
|
247 |
-
msgid "for version"
|
248 |
-
msgstr "Version"
|
249 |
-
|
250 |
-
#: google-captcha.php:770
|
251 |
-
msgid "Save Changes"
|
252 |
-
msgstr "Änderungen speichern"
|
253 |
-
|
254 |
-
#: google-captcha.php:834 google-captcha.php:1315
|
255 |
-
msgid "To use Google Captcha you must get the keys from"
|
256 |
-
msgstr ""
|
257 |
-
"Um Google Catpcha verwenden zu können, müssen Sie sich die Schlüssel holen "
|
258 |
-
"bei"
|
259 |
-
|
260 |
-
#: google-captcha.php:835 google-captcha.php:1316
|
261 |
-
msgid "here"
|
262 |
-
msgstr "hier"
|
263 |
-
|
264 |
-
#: google-captcha.php:836 google-captcha.php:1317
|
265 |
-
msgid "and enter them on the"
|
266 |
-
msgstr "und geben Sie sie ein auf"
|
267 |
-
|
268 |
-
#: google-captcha.php:838 google-captcha.php:1319
|
269 |
-
msgid "plugin setting page"
|
270 |
-
msgstr "Plugin Einstellungsseite"
|
271 |
-
|
272 |
-
#: google-captcha.php:1041
|
273 |
-
msgid "User response is missing."
|
274 |
-
msgstr ""
|
275 |
-
|
276 |
-
#: google-captcha.php:1045 google-captcha.php:1053
|
277 |
-
#, fuzzy
|
278 |
-
msgid "Secret Key is invalid"
|
279 |
-
msgstr "Geheimer Schlüssel"
|
280 |
-
|
281 |
-
#: google-captcha.php:1046 google-captcha.php:1054
|
282 |
-
msgid "Check your domain configuration"
|
283 |
-
msgstr ""
|
284 |
-
|
285 |
-
#: google-captcha.php:1047 google-captcha.php:1055
|
286 |
-
#, fuzzy
|
287 |
-
msgid "and enter it again"
|
288 |
-
msgstr "und geben Sie sie ein auf"
|
289 |
-
|
290 |
-
#: google-captcha.php:1050
|
291 |
-
#, fuzzy
|
292 |
-
msgid "Secret Key is missing."
|
293 |
-
msgstr "Geheimer Schlüssel"
|
294 |
-
|
295 |
-
#: google-captcha.php:1057
|
296 |
-
msgid "User response is invalid"
|
297 |
-
msgstr ""
|
298 |
-
|
299 |
-
#: google-captcha.php:1058
|
300 |
-
#, fuzzy
|
301 |
-
msgid "You have entered an incorrect reCAPTCHA value."
|
302 |
-
msgstr "Sie haben den CAPTCHA nicht korrekt eingegeben."
|
303 |
-
|
304 |
-
#: google-captcha.php:1059
|
305 |
-
msgid ""
|
306 |
-
"More than one reCAPTCHA has been found in the current form. Please remove "
|
307 |
-
"all unnecessary reCAPTCHA fields to make it work properly."
|
308 |
-
msgstr ""
|
309 |
-
|
310 |
-
#: google-captcha.php:1205
|
311 |
-
#, fuzzy
|
312 |
-
msgid "Click the BACK button on your browser, and try again."
|
313 |
-
msgstr ""
|
314 |
-
"Fehler: Sie haben den CAPTCHA nicht korrekt eingegeben. Klicken Sie auf den "
|
315 |
-
"\"zurück\" Knopf im Browser und versuchen Sie es nochmal."
|
316 |
-
|
317 |
-
#: google-captcha.php:1230
|
318 |
-
msgid "Please, complete the captcha and submit \"Test verification\""
|
319 |
-
msgstr ""
|
320 |
-
|
321 |
-
#: google-captcha.php:1235
|
322 |
-
msgid "Test verification"
|
323 |
-
msgstr ""
|
324 |
-
|
325 |
-
#: google-captcha.php:1256
|
326 |
-
msgid "The verification is successfully completed"
|
327 |
-
msgstr ""
|
328 |
-
|
329 |
-
#: google-captcha.php:1297
|
330 |
-
msgid "Support"
|
331 |
-
msgstr "Support"
|
332 |
-
|
333 |
-
#: includes/whitelist.php:64
|
334 |
-
msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
|
335 |
-
msgstr ""
|
336 |
-
|
337 |
-
#: includes/whitelist.php:71
|
338 |
-
msgid "Add IP to the whitelist"
|
339 |
-
msgstr ""
|
340 |
-
|
341 |
-
#: includes/whitelist.php:75
|
342 |
-
#, fuzzy
|
343 |
-
msgid "Save changes"
|
344 |
-
msgstr "Änderungen speichern"
|
345 |
-
|
346 |
-
#: includes/whitelist.php:92
|
347 |
-
msgid "My IP"
|
348 |
-
msgstr ""
|
349 |
-
|
350 |
-
#: includes/whitelist.php:96
|
351 |
-
msgid "Save IP to the whitelist"
|
352 |
-
msgstr ""
|
353 |
-
|
354 |
-
#: includes/whitelist.php:100 includes/pro_banners.php:44
|
355 |
-
msgid "Allowed formats"
|
356 |
-
msgstr ""
|
357 |
-
|
358 |
-
#: includes/whitelist.php:101
|
359 |
-
msgid "Allowed diapason"
|
360 |
-
msgstr ""
|
361 |
-
|
362 |
-
#: includes/whitelist.php:106
|
363 |
-
msgid "Search IP"
|
364 |
-
msgstr ""
|
365 |
-
|
366 |
-
#: includes/whitelist.php:160
|
367 |
-
msgid "Nothing found"
|
368 |
-
msgstr ""
|
369 |
-
|
370 |
-
#: includes/whitelist.php:160
|
371 |
-
msgid "No IP in the whitelist"
|
372 |
-
msgstr ""
|
373 |
-
|
374 |
-
#: includes/whitelist.php:167
|
375 |
-
msgid "IP address"
|
376 |
-
msgstr ""
|
377 |
-
|
378 |
-
#: includes/whitelist.php:168
|
379 |
-
msgid "Date added"
|
380 |
-
msgstr ""
|
381 |
-
|
382 |
-
#: includes/whitelist.php:222 includes/whitelist.php:232
|
383 |
-
msgid "Remove from the whitelist"
|
384 |
-
msgstr ""
|
385 |
-
|
386 |
-
#: includes/whitelist.php:318
|
387 |
-
msgid "IP added to the whitelist successfully"
|
388 |
-
msgstr ""
|
389 |
-
|
390 |
-
#: includes/whitelist.php:320 includes/whitelist.php:341
|
391 |
-
#: includes/whitelist.php:351
|
392 |
-
msgid "Some errors occurred"
|
393 |
-
msgstr ""
|
394 |
-
|
395 |
-
#: includes/whitelist.php:322
|
396 |
-
msgid "IP is already in the whitelist"
|
397 |
-
msgstr ""
|
398 |
-
|
399 |
-
#: includes/whitelist.php:325
|
400 |
-
msgid "Invalid IP. See allowed formats."
|
401 |
-
msgstr ""
|
402 |
-
|
403 |
-
#: includes/whitelist.php:347
|
404 |
-
msgid "One IP was deleted successfully"
|
405 |
-
msgstr ""
|
406 |
-
|
407 |
-
#: includes/whitelist.php:354
|
408 |
-
msgid "You have not entered any IP"
|
409 |
-
msgstr ""
|
410 |
-
|
411 |
-
#: includes/whitelist.php:357
|
412 |
-
msgid "You have not entered any IP in to the search form"
|
413 |
-
msgstr ""
|
414 |
-
|
415 |
-
#: includes/whitelist.php:359
|
416 |
-
msgid "Search results for"
|
417 |
-
msgstr ""
|
418 |
-
|
419 |
-
#: includes/pro_banners.php:17
|
420 |
-
msgid "This options is available in Pro version of plugin"
|
421 |
-
msgstr ""
|
422 |
-
|
423 |
-
#: includes/pro_banners.php:20
|
424 |
-
msgid "Close"
|
425 |
-
msgstr ""
|
426 |
-
|
427 |
-
#: includes/pro_banners.php:29
|
428 |
-
msgid "Upgrade to Pro"
|
429 |
-
msgstr ""
|
430 |
-
|
431 |
-
#: includes/pro_banners.php:42
|
432 |
-
msgid "Reason"
|
433 |
-
msgstr ""
|
434 |
-
|
435 |
-
#: includes/pro_banners.php:45
|
436 |
-
msgid "Allowed separators for IPs: a comma"
|
437 |
-
msgstr ""
|
438 |
-
|
439 |
-
#: includes/pro_banners.php:45 includes/pro_banners.php:46
|
440 |
-
msgid "semicolon"
|
441 |
-
msgstr ""
|
442 |
-
|
443 |
-
#: includes/pro_banners.php:45
|
444 |
-
msgid "ordinary space, tab, new line or carriage return"
|
445 |
-
msgstr ""
|
446 |
-
|
447 |
-
#: includes/pro_banners.php:46
|
448 |
-
msgid "Allowed separators for reasons: a comma"
|
449 |
-
msgstr ""
|
450 |
-
|
451 |
-
#: includes/pro_banners.php:46
|
452 |
-
msgid "tab, new line or carriage return"
|
453 |
-
msgstr ""
|
454 |
-
|
455 |
-
#: includes/pro_banners.php:71
|
456 |
-
msgid "Normal"
|
457 |
-
msgstr ""
|
458 |
-
|
459 |
-
#: includes/pro_banners.php:72
|
460 |
-
msgid "Compact"
|
461 |
-
msgstr ""
|
462 |
-
|
463 |
-
#: includes/pro_banners.php:76
|
464 |
-
#, fuzzy
|
465 |
-
msgid "reCAPTCHA Language"
|
466 |
-
msgstr "ReCAPTCHA Version:"
|
467 |
-
|
468 |
-
#: includes/pro_banners.php:83
|
469 |
-
msgid "Use the current site language"
|
470 |
-
msgstr ""
|
471 |
-
|
472 |
-
#: includes/pro_banners.php:83
|
473 |
-
msgid "Using"
|
474 |
-
msgstr ""
|
475 |
-
|
476 |
-
#: includes/pro_banners.php:89
|
477 |
-
#, fuzzy
|
478 |
-
msgid "reCAPTCHA Size"
|
479 |
-
msgstr "ReCAPTCHA Version:"
|
480 |
-
|
481 |
-
#, fuzzy
|
482 |
-
#~ msgid "Error: You have entered an incorrect reCAPTCHA value"
|
483 |
-
#~ msgstr "Fehler: Sie haben den CAPTCHA nicht korrekt eingegeben."
|
484 |
-
|
485 |
-
#, fuzzy
|
486 |
-
#~ msgid "You have entered an incorrect reCAPTCHA value"
|
487 |
-
#~ msgstr "Sie haben den CAPTCHA nicht korrekt eingegeben."
|
488 |
-
|
489 |
-
#, fuzzy
|
490 |
-
#~ msgid "Before you are able to do something, you must to register %shere%s"
|
491 |
-
#~ msgstr "Bevor Sie etwas tun können, müssen Sie %s hier %s registrieren"
|
492 |
-
|
493 |
-
#, fuzzy
|
494 |
-
#~ msgid "Enter site key and secret key, that you get after registration"
|
495 |
-
#~ msgstr ""
|
496 |
-
#~ "Geben Sie den Site- und Geheimen Schlüssel ein, den Sie nach der "
|
497 |
-
#~ "Registrierung erhalten werden."
|
498 |
-
|
499 |
-
#, fuzzy
|
500 |
-
#~ msgid ""
|
501 |
-
#~ "Google Captcha version 2 will not work correctly, since the option "
|
502 |
-
#~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
|
503 |
-
#~ "service."
|
504 |
-
#~ msgstr ""
|
505 |
-
#~ "Google Captcha Version 2 funktioniert nicht ordnungsgemäß, da die Option "
|
506 |
-
#~ "\"Allow_url_fopen\" in den PHP-Einstellungen von Ihrem hosting "
|
507 |
-
#~ "deaktiviert ist."
|
508 |
-
|
509 |
-
#~ msgid ""
|
510 |
-
#~ "Google Captcha version 2 will not work correctly, since the option "
|
511 |
-
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
512 |
-
#~ msgstr ""
|
513 |
-
#~ "Google Captcha Version 2 funktioniert nicht ordnungsgemäß, da die Option "
|
514 |
-
#~ "\"Allow_url_fopen\" in den PHP-Einstellungen von Ihrem hosting "
|
515 |
-
#~ "deaktiviert ist."
|
516 |
-
|
517 |
-
#~ msgid "Read more."
|
518 |
-
#~ msgstr "weiterlesen"
|
519 |
-
|
520 |
-
#~ msgid "powered by"
|
521 |
-
#~ msgstr "Bereitgestellt von"
|
522 |
-
|
523 |
-
#, fuzzy
|
524 |
-
#~ msgid "Activate"
|
525 |
-
#~ msgstr "Oberfläche aktivieren"
|
526 |
-
|
527 |
-
#~ msgid "Notice:"
|
528 |
-
#~ msgstr "Hinweis:"
|
529 |
-
|
530 |
-
#~ msgid ""
|
531 |
-
#~ "The plugin's settings have been changed. In order to save them please "
|
532 |
-
#~ "don't forget to click the 'Save Changes' button."
|
533 |
-
#~ msgstr ""
|
534 |
-
#~ "Das Plugin-Einstellungen wurden geändert. Vergessen Sie nicht auf die "
|
535 |
-
#~ "Schaltfläche 'Änderungen speichern' zu klicken."
|
536 |
-
|
537 |
-
#~ msgid "Contact form"
|
538 |
-
#~ msgstr "Kontaktformular"
|
539 |
-
|
540 |
-
#~ msgid "Activate contact form"
|
541 |
-
#~ msgstr "Kontaktformular aktivieren"
|
542 |
-
|
543 |
-
#~ msgid "Download contact form"
|
544 |
-
#~ msgstr "Kontaktformular herunterladen"
|
545 |
-
|
546 |
-
#~ msgid "Enable Google Captcha for:"
|
547 |
-
#~ msgstr "Aktivieren Sie Google Captcha für:"
|
548 |
-
|
549 |
-
#~ msgid "Hide captcha for:"
|
550 |
-
#~ msgstr "CAPTCHA verbergen bei:"
|
551 |
-
|
552 |
-
#~ msgid "Theme:"
|
553 |
-
#~ msgstr "Theme:"
|
554 |
-
|
555 |
-
#~ msgid "Google Captcha"
|
556 |
-
#~ msgstr "Google Captcha"
|
557 |
-
|
558 |
-
#~ msgid "requires"
|
559 |
-
#~ msgstr "erfordert"
|
560 |
-
|
561 |
-
#~ msgid ""
|
562 |
-
#~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
|
563 |
-
#~ "and try again."
|
564 |
-
#~ msgstr ""
|
565 |
-
#~ "oder höher, deshalb ist es deaktiviert! Bitte aktualisieren Sie WordPress "
|
566 |
-
#~ "und versuchen Sie es erneut."
|
567 |
-
|
568 |
-
#~ msgid "Back to the WordPress"
|
569 |
-
#~ msgstr "Zurück zu Wordpress"
|
570 |
-
|
571 |
-
#~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
572 |
-
#~ msgstr ""
|
573 |
-
#~ "Bewerten Sie das Plugin mit 5 Sternen auf WordPress, wenn Sie es mögen."
|
574 |
-
|
575 |
-
#~ msgid "Rate the plugin"
|
576 |
-
#~ msgstr "Plugin bewerten"
|
577 |
-
|
578 |
-
#~ msgid "If there is something wrong about it, please contact us"
|
579 |
-
#~ msgstr "Wenn etwas nicht passt, kontieren Sie uns bitte"
|
580 |
-
|
581 |
-
#~ msgid "Public Key"
|
582 |
-
#~ msgstr "Öffentlicher Schlüssel"
|
583 |
-
|
584 |
-
#~ msgid "Private Key"
|
585 |
-
#~ msgstr "Privater Schlüssel"
|
586 |
-
|
587 |
-
#~ msgid "Enter public key"
|
588 |
-
#~ msgstr "Öffentlichen Schlüssel eingeben"
|
589 |
-
|
590 |
-
#~ msgid "Themes"
|
591 |
-
#~ msgstr "Themes"
|
592 |
-
|
593 |
-
#~ msgid "WARNING: The captcha will not display while you not fill key fields."
|
594 |
-
#~ msgstr ""
|
595 |
-
#~ "Warnung: es werden keine CAPTCHA Felder angezeigt, solange die Schlüssel "
|
596 |
-
#~ "nicht eingegeben sind."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/google-captcha-el.mo
DELETED
Binary file
|
languages/google-captcha-el.po
DELETED
@@ -1,598 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Google Сaptcha\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-05-16 09:25+0300\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: Dimitris Karantonis\n"
|
9 |
-
"Language: uk\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit 1.5.4\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: google-captcha.php:34 google-captcha.php:593
|
20 |
-
msgid "Google Captcha Settings"
|
21 |
-
msgstr "Ρυθμίσεις Google Captcha"
|
22 |
-
|
23 |
-
#: google-captcha.php:248
|
24 |
-
msgid "Please wait until Google reCAPTCHA is loaded."
|
25 |
-
msgstr ""
|
26 |
-
|
27 |
-
#: google-captcha.php:249
|
28 |
-
msgid ""
|
29 |
-
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
30 |
-
"reload this page."
|
31 |
-
msgstr ""
|
32 |
-
|
33 |
-
#: google-captcha.php:269
|
34 |
-
msgid "Warning"
|
35 |
-
msgstr ""
|
36 |
-
|
37 |
-
#: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
|
38 |
-
#: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
|
39 |
-
msgid "Error"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: google-captcha.php:371
|
43 |
-
msgid "You are in the whitelist"
|
44 |
-
msgstr ""
|
45 |
-
|
46 |
-
#: google-captcha.php:498
|
47 |
-
#, fuzzy
|
48 |
-
msgid "Site Key"
|
49 |
-
msgstr "Κλειδί ιστοσελίδας"
|
50 |
-
|
51 |
-
#: google-captcha.php:503
|
52 |
-
msgid "Secret Key"
|
53 |
-
msgstr "Μυστικό κλειδί"
|
54 |
-
|
55 |
-
#: google-captcha.php:510 google-captcha.php:511
|
56 |
-
#, fuzzy
|
57 |
-
msgid "Version"
|
58 |
-
msgstr "έκδοση"
|
59 |
-
|
60 |
-
#: google-captcha.php:512
|
61 |
-
msgid "Invisible reCAPTCHA"
|
62 |
-
msgstr ""
|
63 |
-
|
64 |
-
#: google-captcha.php:517
|
65 |
-
msgid "Login form"
|
66 |
-
msgstr "Φόρμα εισόδου"
|
67 |
-
|
68 |
-
#: google-captcha.php:518
|
69 |
-
msgid "Registration form"
|
70 |
-
msgstr "Φόρμα εγγραφής"
|
71 |
-
|
72 |
-
#: google-captcha.php:519
|
73 |
-
msgid "Reset password form"
|
74 |
-
msgstr "Φόρμα ανάκτησης κωδικού πρόσβασης"
|
75 |
-
|
76 |
-
#: google-captcha.php:520
|
77 |
-
msgid "Comments form"
|
78 |
-
msgstr "Φόρμα για σχόλια"
|
79 |
-
|
80 |
-
#: google-captcha.php:539
|
81 |
-
msgid "Enter site key"
|
82 |
-
msgstr "Εισάγετε το κλειδί της ιστοσελίδας"
|
83 |
-
|
84 |
-
#: google-captcha.php:540 google-captcha.php:546
|
85 |
-
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
86 |
-
msgstr ""
|
87 |
-
"ΠΡΟΣΟΧΗ: Το captcha δεν θα εμφανιστεί εάν δεν συμπληρώσετε τα κλειδιά στα "
|
88 |
-
"πεδία."
|
89 |
-
|
90 |
-
#: google-captcha.php:545
|
91 |
-
msgid "Enter secret key"
|
92 |
-
msgstr "Εισάγετε το μυστικό κλειδί"
|
93 |
-
|
94 |
-
#: google-captcha.php:572
|
95 |
-
msgid "Settings saved"
|
96 |
-
msgstr "Οι ρυμθίσεις αποθηκεύτηκαν"
|
97 |
-
|
98 |
-
#: google-captcha.php:578
|
99 |
-
#, fuzzy
|
100 |
-
msgid "All plugin settings were restored"
|
101 |
-
msgstr "σελίδα ρυθμίσεων της επέκτασης"
|
102 |
-
|
103 |
-
#: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
|
104 |
-
msgid "Settings"
|
105 |
-
msgstr "Ρυθμίσεις"
|
106 |
-
|
107 |
-
#: google-captcha.php:596
|
108 |
-
msgid "Whitelist"
|
109 |
-
msgstr ""
|
110 |
-
|
111 |
-
#: google-captcha.php:597
|
112 |
-
msgid "Custom code"
|
113 |
-
msgstr ""
|
114 |
-
|
115 |
-
#: google-captcha.php:598
|
116 |
-
msgid "Go PRO"
|
117 |
-
msgstr ""
|
118 |
-
|
119 |
-
#: google-captcha.php:603
|
120 |
-
msgid ""
|
121 |
-
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
122 |
-
"version 1 features."
|
123 |
-
msgstr ""
|
124 |
-
|
125 |
-
#: google-captcha.php:618
|
126 |
-
#, fuzzy, php-format
|
127 |
-
msgid ""
|
128 |
-
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
129 |
-
"please use %s button"
|
130 |
-
msgstr ""
|
131 |
-
"Αν θέλετε να προσθέσετε το Google Captcha στη δική σας φόρμα, απλά "
|
132 |
-
"αντιγράψτε και επικολλήστε αυτό το σύντομο κωδικό στη δημοσίευση ή στη "
|
133 |
-
"σελίδα σας:"
|
134 |
-
|
135 |
-
#: google-captcha.php:622
|
136 |
-
#, php-format
|
137 |
-
msgid ""
|
138 |
-
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
139 |
-
"on %s button in the content edit block using the Visual mode. If the button "
|
140 |
-
"isn't displayed or you would like to add the Google Captcha (reCAPTCHA) to "
|
141 |
-
"your own form , please use the shortcode %s"
|
142 |
-
msgstr ""
|
143 |
-
|
144 |
-
#: google-captcha.php:628
|
145 |
-
msgid "Authentication"
|
146 |
-
msgstr "Πιστοποίηση"
|
147 |
-
|
148 |
-
#: google-captcha.php:629
|
149 |
-
#, php-format
|
150 |
-
msgid ""
|
151 |
-
"In order to use reCAPTCHA, please enter site and secret keys. You can manage "
|
152 |
-
"your API keys %shere%s"
|
153 |
-
msgstr ""
|
154 |
-
|
155 |
-
#: google-captcha.php:644
|
156 |
-
#, fuzzy
|
157 |
-
msgid "Test Keys"
|
158 |
-
msgstr "Μυστικό κλειδί"
|
159 |
-
|
160 |
-
#: google-captcha.php:647
|
161 |
-
msgid "Options"
|
162 |
-
msgstr "Επιλογές"
|
163 |
-
|
164 |
-
#: google-captcha.php:650
|
165 |
-
msgid "Enable reCAPTCHA for"
|
166 |
-
msgstr ""
|
167 |
-
|
168 |
-
#: google-captcha.php:654
|
169 |
-
msgid "WordPress default"
|
170 |
-
msgstr ""
|
171 |
-
|
172 |
-
#: google-captcha.php:663
|
173 |
-
msgid "This option is available only for network or for main blog"
|
174 |
-
msgstr ""
|
175 |
-
|
176 |
-
#: google-captcha.php:672
|
177 |
-
#, fuzzy
|
178 |
-
msgid "Plugins"
|
179 |
-
msgstr "Σελίδα επεκτάσεων"
|
180 |
-
|
181 |
-
#: google-captcha.php:680 google-captcha.php:685
|
182 |
-
#, php-format
|
183 |
-
msgid "You should %s to use this functionality"
|
184 |
-
msgstr ""
|
185 |
-
|
186 |
-
#: google-captcha.php:681
|
187 |
-
#, fuzzy
|
188 |
-
msgid "activate"
|
189 |
-
msgstr "Активировать Contact form"
|
190 |
-
|
191 |
-
#: google-captcha.php:681
|
192 |
-
msgid "for network"
|
193 |
-
msgstr ""
|
194 |
-
|
195 |
-
#: google-captcha.php:686
|
196 |
-
msgid "download"
|
197 |
-
msgstr ""
|
198 |
-
|
199 |
-
#: google-captcha.php:690
|
200 |
-
msgid "Check off for adding captcha to forms on their settings pages"
|
201 |
-
msgstr ""
|
202 |
-
|
203 |
-
#: google-captcha.php:699
|
204 |
-
#, php-format
|
205 |
-
msgid ""
|
206 |
-
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
207 |
-
msgstr ""
|
208 |
-
|
209 |
-
#: google-captcha.php:699 google-captcha.php:1296
|
210 |
-
msgid "FAQ"
|
211 |
-
msgstr "Συχνές Ερωτήσεις"
|
212 |
-
|
213 |
-
#: google-captcha.php:704
|
214 |
-
#, fuzzy
|
215 |
-
msgid "Hide reCAPTCHA in Comments Form for"
|
216 |
-
msgstr "για την έκδοση reCAPTCHA"
|
217 |
-
|
218 |
-
#: google-captcha.php:716
|
219 |
-
#, fuzzy
|
220 |
-
msgid "Whitelist Notification"
|
221 |
-
msgstr "Πιστοποίηση"
|
222 |
-
|
223 |
-
#: google-captcha.php:720
|
224 |
-
msgid ""
|
225 |
-
"This message will be displayed instead of the reCAPTCHA if the user IP is "
|
226 |
-
"added to the whitelist"
|
227 |
-
msgstr ""
|
228 |
-
|
229 |
-
#: google-captcha.php:726
|
230 |
-
#, fuzzy
|
231 |
-
msgid "reCAPTCHA Version"
|
232 |
-
msgstr "Έκδοση reCAPTCHA:"
|
233 |
-
|
234 |
-
#: google-captcha.php:736
|
235 |
-
msgid ""
|
236 |
-
"reCAPTCHA block won't be visible for non-suspicious users while suspicious "
|
237 |
-
"ones will have to pass the captcha"
|
238 |
-
msgstr ""
|
239 |
-
|
240 |
-
#: google-captcha.php:744 google-captcha.php:757
|
241 |
-
#, fuzzy
|
242 |
-
msgid "reCAPTCHA Theme"
|
243 |
-
msgstr "Έκδοση reCAPTCHA:"
|
244 |
-
|
245 |
-
#: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
|
246 |
-
#, fuzzy
|
247 |
-
msgid "for version"
|
248 |
-
msgstr "έκδοση"
|
249 |
-
|
250 |
-
#: google-captcha.php:770
|
251 |
-
msgid "Save Changes"
|
252 |
-
msgstr "Αποθήκευση αλλαγών"
|
253 |
-
|
254 |
-
#: google-captcha.php:834 google-captcha.php:1315
|
255 |
-
msgid "To use Google Captcha you must get the keys from"
|
256 |
-
msgstr ""
|
257 |
-
"Για να χρησιμοποιήσετε το Google Captcha θα πρέπει να πάρετε τα κλειδιά από"
|
258 |
-
|
259 |
-
#: google-captcha.php:835 google-captcha.php:1316
|
260 |
-
msgid "here"
|
261 |
-
msgstr "εδώ"
|
262 |
-
|
263 |
-
#: google-captcha.php:836 google-captcha.php:1317
|
264 |
-
msgid "and enter them on the"
|
265 |
-
msgstr "και να τα εισάγετε στη"
|
266 |
-
|
267 |
-
#: google-captcha.php:838 google-captcha.php:1319
|
268 |
-
msgid "plugin setting page"
|
269 |
-
msgstr "σελίδα ρυθμίσεων της επέκτασης"
|
270 |
-
|
271 |
-
#: google-captcha.php:1041
|
272 |
-
msgid "User response is missing."
|
273 |
-
msgstr ""
|
274 |
-
|
275 |
-
#: google-captcha.php:1045 google-captcha.php:1053
|
276 |
-
#, fuzzy
|
277 |
-
msgid "Secret Key is invalid"
|
278 |
-
msgstr "Μυστικό κλειδί"
|
279 |
-
|
280 |
-
#: google-captcha.php:1046 google-captcha.php:1054
|
281 |
-
msgid "Check your domain configuration"
|
282 |
-
msgstr ""
|
283 |
-
|
284 |
-
#: google-captcha.php:1047 google-captcha.php:1055
|
285 |
-
#, fuzzy
|
286 |
-
msgid "and enter it again"
|
287 |
-
msgstr "και να τα εισάγετε στη"
|
288 |
-
|
289 |
-
#: google-captcha.php:1050
|
290 |
-
#, fuzzy
|
291 |
-
msgid "Secret Key is missing."
|
292 |
-
msgstr "Μυστικό κλειδί"
|
293 |
-
|
294 |
-
#: google-captcha.php:1057
|
295 |
-
msgid "User response is invalid"
|
296 |
-
msgstr ""
|
297 |
-
|
298 |
-
#: google-captcha.php:1058
|
299 |
-
#, fuzzy
|
300 |
-
msgid "You have entered an incorrect reCAPTCHA value."
|
301 |
-
msgstr "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA."
|
302 |
-
|
303 |
-
#: google-captcha.php:1059
|
304 |
-
msgid ""
|
305 |
-
"More than one reCAPTCHA has been found in the current form. Please remove "
|
306 |
-
"all unnecessary reCAPTCHA fields to make it work properly."
|
307 |
-
msgstr ""
|
308 |
-
|
309 |
-
#: google-captcha.php:1205
|
310 |
-
#, fuzzy
|
311 |
-
msgid "Click the BACK button on your browser, and try again."
|
312 |
-
msgstr ""
|
313 |
-
"Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA. Κάντε κλικ στο κουμπί Πίσω "
|
314 |
-
"στον περιηγητή σας, και δοκιμάστε ξανά."
|
315 |
-
|
316 |
-
#: google-captcha.php:1230
|
317 |
-
msgid "Please, complete the captcha and submit \"Test verification\""
|
318 |
-
msgstr ""
|
319 |
-
|
320 |
-
#: google-captcha.php:1235
|
321 |
-
msgid "Test verification"
|
322 |
-
msgstr ""
|
323 |
-
|
324 |
-
#: google-captcha.php:1256
|
325 |
-
msgid "The verification is successfully completed"
|
326 |
-
msgstr ""
|
327 |
-
|
328 |
-
#: google-captcha.php:1297
|
329 |
-
msgid "Support"
|
330 |
-
msgstr "Υποστήριξη"
|
331 |
-
|
332 |
-
#: includes/whitelist.php:64
|
333 |
-
msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
|
334 |
-
msgstr ""
|
335 |
-
|
336 |
-
#: includes/whitelist.php:71
|
337 |
-
msgid "Add IP to the whitelist"
|
338 |
-
msgstr ""
|
339 |
-
|
340 |
-
#: includes/whitelist.php:75
|
341 |
-
#, fuzzy
|
342 |
-
msgid "Save changes"
|
343 |
-
msgstr "Αποθήκευση αλλαγών"
|
344 |
-
|
345 |
-
#: includes/whitelist.php:92
|
346 |
-
msgid "My IP"
|
347 |
-
msgstr ""
|
348 |
-
|
349 |
-
#: includes/whitelist.php:96
|
350 |
-
msgid "Save IP to the whitelist"
|
351 |
-
msgstr ""
|
352 |
-
|
353 |
-
#: includes/whitelist.php:100 includes/pro_banners.php:44
|
354 |
-
msgid "Allowed formats"
|
355 |
-
msgstr ""
|
356 |
-
|
357 |
-
#: includes/whitelist.php:101
|
358 |
-
msgid "Allowed diapason"
|
359 |
-
msgstr ""
|
360 |
-
|
361 |
-
#: includes/whitelist.php:106
|
362 |
-
msgid "Search IP"
|
363 |
-
msgstr ""
|
364 |
-
|
365 |
-
#: includes/whitelist.php:160
|
366 |
-
msgid "Nothing found"
|
367 |
-
msgstr ""
|
368 |
-
|
369 |
-
#: includes/whitelist.php:160
|
370 |
-
msgid "No IP in the whitelist"
|
371 |
-
msgstr ""
|
372 |
-
|
373 |
-
#: includes/whitelist.php:167
|
374 |
-
msgid "IP address"
|
375 |
-
msgstr ""
|
376 |
-
|
377 |
-
#: includes/whitelist.php:168
|
378 |
-
msgid "Date added"
|
379 |
-
msgstr ""
|
380 |
-
|
381 |
-
#: includes/whitelist.php:222 includes/whitelist.php:232
|
382 |
-
msgid "Remove from the whitelist"
|
383 |
-
msgstr ""
|
384 |
-
|
385 |
-
#: includes/whitelist.php:318
|
386 |
-
msgid "IP added to the whitelist successfully"
|
387 |
-
msgstr ""
|
388 |
-
|
389 |
-
#: includes/whitelist.php:320 includes/whitelist.php:341
|
390 |
-
#: includes/whitelist.php:351
|
391 |
-
msgid "Some errors occurred"
|
392 |
-
msgstr ""
|
393 |
-
|
394 |
-
#: includes/whitelist.php:322
|
395 |
-
msgid "IP is already in the whitelist"
|
396 |
-
msgstr ""
|
397 |
-
|
398 |
-
#: includes/whitelist.php:325
|
399 |
-
msgid "Invalid IP. See allowed formats."
|
400 |
-
msgstr ""
|
401 |
-
|
402 |
-
#: includes/whitelist.php:347
|
403 |
-
msgid "One IP was deleted successfully"
|
404 |
-
msgstr ""
|
405 |
-
|
406 |
-
#: includes/whitelist.php:354
|
407 |
-
msgid "You have not entered any IP"
|
408 |
-
msgstr ""
|
409 |
-
|
410 |
-
#: includes/whitelist.php:357
|
411 |
-
msgid "You have not entered any IP in to the search form"
|
412 |
-
msgstr ""
|
413 |
-
|
414 |
-
#: includes/whitelist.php:359
|
415 |
-
msgid "Search results for"
|
416 |
-
msgstr ""
|
417 |
-
|
418 |
-
#: includes/pro_banners.php:17
|
419 |
-
msgid "This options is available in Pro version of plugin"
|
420 |
-
msgstr ""
|
421 |
-
|
422 |
-
#: includes/pro_banners.php:20
|
423 |
-
msgid "Close"
|
424 |
-
msgstr ""
|
425 |
-
|
426 |
-
#: includes/pro_banners.php:29
|
427 |
-
msgid "Upgrade to Pro"
|
428 |
-
msgstr ""
|
429 |
-
|
430 |
-
#: includes/pro_banners.php:42
|
431 |
-
msgid "Reason"
|
432 |
-
msgstr ""
|
433 |
-
|
434 |
-
#: includes/pro_banners.php:45
|
435 |
-
msgid "Allowed separators for IPs: a comma"
|
436 |
-
msgstr ""
|
437 |
-
|
438 |
-
#: includes/pro_banners.php:45 includes/pro_banners.php:46
|
439 |
-
msgid "semicolon"
|
440 |
-
msgstr ""
|
441 |
-
|
442 |
-
#: includes/pro_banners.php:45
|
443 |
-
msgid "ordinary space, tab, new line or carriage return"
|
444 |
-
msgstr ""
|
445 |
-
|
446 |
-
#: includes/pro_banners.php:46
|
447 |
-
msgid "Allowed separators for reasons: a comma"
|
448 |
-
msgstr ""
|
449 |
-
|
450 |
-
#: includes/pro_banners.php:46
|
451 |
-
msgid "tab, new line or carriage return"
|
452 |
-
msgstr ""
|
453 |
-
|
454 |
-
#: includes/pro_banners.php:71
|
455 |
-
msgid "Normal"
|
456 |
-
msgstr ""
|
457 |
-
|
458 |
-
#: includes/pro_banners.php:72
|
459 |
-
msgid "Compact"
|
460 |
-
msgstr ""
|
461 |
-
|
462 |
-
#: includes/pro_banners.php:76
|
463 |
-
#, fuzzy
|
464 |
-
msgid "reCAPTCHA Language"
|
465 |
-
msgstr "Έκδοση reCAPTCHA:"
|
466 |
-
|
467 |
-
#: includes/pro_banners.php:83
|
468 |
-
msgid "Use the current site language"
|
469 |
-
msgstr ""
|
470 |
-
|
471 |
-
#: includes/pro_banners.php:83
|
472 |
-
msgid "Using"
|
473 |
-
msgstr ""
|
474 |
-
|
475 |
-
#: includes/pro_banners.php:89
|
476 |
-
#, fuzzy
|
477 |
-
msgid "reCAPTCHA Size"
|
478 |
-
msgstr "Έκδοση reCAPTCHA:"
|
479 |
-
|
480 |
-
#, fuzzy
|
481 |
-
#~ msgid "Error: You have entered an incorrect reCAPTCHA value"
|
482 |
-
#~ msgstr "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA."
|
483 |
-
|
484 |
-
#, fuzzy
|
485 |
-
#~ msgid "You have entered an incorrect reCAPTCHA value"
|
486 |
-
#~ msgstr "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA."
|
487 |
-
|
488 |
-
#, fuzzy
|
489 |
-
#~ msgid "Before you are able to do something, you must to register %shere%s"
|
490 |
-
#~ msgstr ""
|
491 |
-
#~ "Πριν να είστε σε θέση να κάνετε κάτι, θα πρέπει να εγγραφείτε %s εδώ %s"
|
492 |
-
|
493 |
-
#, fuzzy
|
494 |
-
#~ msgid "Enter site key and secret key, that you get after registration"
|
495 |
-
#~ msgstr ""
|
496 |
-
#~ "Πληκτρολογήστε το κλειδί της ιστοσελίδας και το μυστικό κλειδί, τα οποία "
|
497 |
-
#~ "παραλάβατε μετά την εγγραφή."
|
498 |
-
|
499 |
-
#, fuzzy
|
500 |
-
#~ msgid ""
|
501 |
-
#~ "Google Captcha version 2 will not work correctly, since the option "
|
502 |
-
#~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
|
503 |
-
#~ "service."
|
504 |
-
#~ msgstr ""
|
505 |
-
#~ "Η έκδοση 2 του Google Captcha δεν θα λειτουργήσει σωστά, αφού η επιλογή "
|
506 |
-
#~ "\"allow_url_fopen\" είναι απενεργοποιημένη στις ρυθμίσεις PHP του παρόχου "
|
507 |
-
#~ "φιλοξενίας σας."
|
508 |
-
|
509 |
-
#~ msgid ""
|
510 |
-
#~ "Google Captcha version 2 will not work correctly, since the option "
|
511 |
-
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
512 |
-
#~ msgstr ""
|
513 |
-
#~ "Η έκδοση 2 του Google Captcha δεν θα λειτουργήσει σωστά, αφού η επιλογή "
|
514 |
-
#~ "\"allow_url_fopen\" είναι απενεργοποιημένη στις ρυθμίσεις PHP του παρόχου "
|
515 |
-
#~ "φιλοξενίας σας."
|
516 |
-
|
517 |
-
#~ msgid "Read more."
|
518 |
-
#~ msgstr "Διαβάστε περισσότερα."
|
519 |
-
|
520 |
-
#~ msgid "powered by"
|
521 |
-
#~ msgstr "υποστήριξη από"
|
522 |
-
|
523 |
-
#, fuzzy
|
524 |
-
#~ msgid "Activate"
|
525 |
-
#~ msgstr "Активировать Contact form"
|
526 |
-
|
527 |
-
#~ msgid "Notice:"
|
528 |
-
#~ msgstr "Σημείωση:"
|
529 |
-
|
530 |
-
#~ msgid ""
|
531 |
-
#~ "The plugin's settings have been changed. In order to save them please "
|
532 |
-
#~ "don't forget to click the 'Save Changes' button."
|
533 |
-
#~ msgstr ""
|
534 |
-
#~ "Οι ρυθμίσεις της επέκτασης έχουν τροποποιηθεί. Για να τις αποθηκεύσετε, "
|
535 |
-
#~ "παρακαλούμε μην ξεχάσετε να κάνετε κλικ στο κουμπί \"Αποθήκευση αλλαγών\"."
|
536 |
-
|
537 |
-
#~ msgid "Contact form"
|
538 |
-
#~ msgstr "Φόρμα επικοινωνίας"
|
539 |
-
|
540 |
-
#~ msgid "Activate contact form"
|
541 |
-
#~ msgstr "Ενεργοποίηση φόρμας επικοινωνίας"
|
542 |
-
|
543 |
-
#~ msgid "Download contact form"
|
544 |
-
#~ msgstr "Κατέβασμα φόρμας επικοινωνίας"
|
545 |
-
|
546 |
-
#~ msgid "Google Captcha"
|
547 |
-
#~ msgstr "Google Captcha"
|
548 |
-
|
549 |
-
#~ msgid "Enable Google Captcha for:"
|
550 |
-
#~ msgstr "Ενεργοποίηση Google Captcha για:"
|
551 |
-
|
552 |
-
#~ msgid "Hide captcha for:"
|
553 |
-
#~ msgstr "Απόκρυψη captcha για:"
|
554 |
-
|
555 |
-
#~ msgid "Theme:"
|
556 |
-
#~ msgstr "Θέμα εμφάνισης:"
|
557 |
-
|
558 |
-
#~ msgid "requires"
|
559 |
-
#~ msgstr "απαιτεί"
|
560 |
-
|
561 |
-
#~ msgid ""
|
562 |
-
#~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
|
563 |
-
#~ "and try again."
|
564 |
-
#~ msgstr ""
|
565 |
-
#~ "ή μεγαλύτερη, γι 'αυτό έχει απενεργοποιηθεί! Παρακαλώ αναβαθμίστε το "
|
566 |
-
#~ "WordPress και δοκιμάστε ξανά."
|
567 |
-
|
568 |
-
#~ msgid "Back to the WordPress"
|
569 |
-
#~ msgstr "Επιστροφή στο WordPress"
|
570 |
-
|
571 |
-
#~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
572 |
-
#~ msgstr ""
|
573 |
-
#~ "Αν σας αρέσει η επέκτασή μας, παρακαλούμε βαθμολογήστε το με 5 αστέρια "
|
574 |
-
#~ "στο WordPress"
|
575 |
-
|
576 |
-
#~ msgid "Rate the plugin"
|
577 |
-
#~ msgstr "Βαθμολογήστε την επέκταση"
|
578 |
-
|
579 |
-
#~ msgid "If there is something wrong about it, please contact us"
|
580 |
-
#~ msgstr "Αν υπάρχει κάτι λάθος, παρακαλούμε επικοινωνήστε μαζί μας"
|
581 |
-
|
582 |
-
#~ msgid "Public Key"
|
583 |
-
#~ msgstr "Відкритий ключ"
|
584 |
-
|
585 |
-
#~ msgid "Private Key"
|
586 |
-
#~ msgstr "Закритий ключ"
|
587 |
-
|
588 |
-
#~ msgid "Enter public key"
|
589 |
-
#~ msgstr "Введіть відкритий ключ"
|
590 |
-
|
591 |
-
#, fuzzy
|
592 |
-
#~ msgid "Themes"
|
593 |
-
#~ msgstr "Тема:"
|
594 |
-
|
595 |
-
#~ msgid "WARNING: The captcha will not display while you not fill key fields."
|
596 |
-
#~ msgstr ""
|
597 |
-
#~ "ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
|
598 |
-
#~ "ключевые поля."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/google-captcha-es_ES.mo
CHANGED
Binary file
|
languages/google-captcha-es_ES.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: Cloudzeroxyz <cloudzeroxyz@gmail.com>\n"
|
@@ -13,19 +13,37 @@ 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 |
msgid "Google Captcha Settings"
|
22 |
msgstr "Googe Captcha Ajustes"
|
23 |
|
24 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
msgid "Please wait until Google reCAPTCHA is loaded."
|
26 |
msgstr "Por favor espere hasta que se carga Google reCAPTCHA."
|
27 |
|
28 |
-
#: google-captcha.php:
|
29 |
msgid ""
|
30 |
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
31 |
"reload this page."
|
@@ -33,447 +51,600 @@ msgstr ""
|
|
33 |
"Error al cargar Google reCAPTCHA. Por favor, compruebe su conexión a "
|
34 |
"internet y vuelva a cargar esta página."
|
35 |
|
36 |
-
#: google-captcha.php:
|
37 |
msgid "Warning"
|
38 |
msgstr "Atención"
|
39 |
|
40 |
-
#: google-captcha.php:
|
41 |
-
#: google-captcha.php:
|
42 |
msgid "Error"
|
43 |
msgstr "Error "
|
44 |
|
45 |
-
#: google-captcha.php:
|
46 |
msgid "You are in the whitelist"
|
47 |
msgstr "Estás en la lista blanca"
|
48 |
|
49 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
msgid "Site Key"
|
51 |
msgstr "Clave del sitio"
|
52 |
|
53 |
-
#:
|
54 |
msgid "Secret Key"
|
55 |
msgstr "Clave Secreta"
|
56 |
|
57 |
-
#:
|
|
|
58 |
msgid "Version"
|
59 |
msgstr "Versión"
|
60 |
|
61 |
-
#:
|
62 |
-
msgid "Invisible
|
63 |
-
msgstr "
|
64 |
|
65 |
-
#:
|
66 |
msgid "Login form"
|
67 |
msgstr "Formulario de acceso"
|
68 |
|
69 |
-
#:
|
|
|
70 |
msgid "Registration form"
|
71 |
msgstr "Formulario de registro"
|
72 |
|
73 |
-
#:
|
74 |
msgid "Reset password form"
|
75 |
msgstr "Formulario de restablecimiento de contraseña"
|
76 |
|
77 |
-
#:
|
78 |
msgid "Comments form"
|
79 |
msgstr "Formulario de comentarios"
|
80 |
|
81 |
-
#:
|
82 |
msgid "Enter site key"
|
83 |
msgstr "Introduce la clave de sitio"
|
84 |
|
85 |
-
#:
|
86 |
-
|
|
|
87 |
msgstr ""
|
88 |
-
"ADVERTENCIA: El Captcha no se mostrará mientras usted no llene los campos "
|
89 |
-
"de clave."
|
90 |
|
91 |
-
#:
|
92 |
msgid "Enter secret key"
|
93 |
msgstr "Introduce la clave secreta"
|
94 |
|
95 |
-
#:
|
96 |
-
msgid "Settings saved"
|
97 |
-
msgstr "
|
98 |
-
|
99 |
-
#: google-captcha.php:578
|
100 |
-
msgid "All plugin settings were restored"
|
101 |
-
msgstr "Se restauraron todos los parámetros de plugin"
|
102 |
-
|
103 |
-
#: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
|
104 |
-
msgid "Settings"
|
105 |
-
msgstr "Configuraciónes"
|
106 |
-
|
107 |
-
#: google-captcha.php:596
|
108 |
-
msgid "Whitelist"
|
109 |
-
msgstr "Lista Blanca"
|
110 |
-
|
111 |
-
#: google-captcha.php:597
|
112 |
-
msgid "Custom code"
|
113 |
-
msgstr "Código personalizado"
|
114 |
|
115 |
-
#:
|
116 |
-
msgid "
|
117 |
-
msgstr "
|
118 |
|
119 |
-
#:
|
120 |
msgid ""
|
121 |
-
"
|
122 |
-
"
|
123 |
msgstr ""
|
124 |
-
"Sólo un reCAPTCHA puede visualizarse en la página, está relacionado con "
|
125 |
-
"características de la versión 1 de reCAPTCHA."
|
126 |
|
127 |
-
#:
|
128 |
-
|
129 |
-
msgid ""
|
130 |
-
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
131 |
-
"please use %s button"
|
132 |
msgstr ""
|
133 |
-
"Si desea añadir un Google Captcha (reCAPTCHA) a su página o post, por favor "
|
134 |
-
"usar %s botón"
|
135 |
|
136 |
-
#:
|
137 |
-
|
138 |
-
msgid ""
|
139 |
-
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
140 |
-
"on %s button in the content edit block using the Visual mode. If the button "
|
141 |
-
"isn't displayed or you would like to add the Google Captcha (reCAPTCHA) to "
|
142 |
-
"your own form , please use the shortcode %s"
|
143 |
msgstr ""
|
144 |
-
"Puede añadir el Google Captcha (reCAPTCHA) a tu página o post haciendo clic "
|
145 |
-
"en %s en el contenido editar bloque usando el modo Visual. Si el botón no "
|
146 |
-
"aparece o gustaría añadir el Google Captcha (reCAPTCHA) a su propia forma, "
|
147 |
-
"utilice el código %s"
|
148 |
-
|
149 |
-
#: google-captcha.php:628
|
150 |
-
msgid "Authentication"
|
151 |
-
msgstr "Autentificación"
|
152 |
|
153 |
-
#:
|
154 |
-
|
155 |
-
msgid ""
|
156 |
-
"In order to use reCAPTCHA, please enter site and secret keys. You can manage "
|
157 |
-
"your API keys %shere%s"
|
158 |
msgstr ""
|
159 |
-
"Para poder utilizar reCAPTCHA, introduce clave del sitio y clave secreta. "
|
160 |
-
"Usted puede administrar su API claves %shere%s"
|
161 |
-
|
162 |
-
#: google-captcha.php:644
|
163 |
-
msgid "Test Keys"
|
164 |
-
msgstr "Test Claves"
|
165 |
|
166 |
-
#:
|
167 |
-
msgid "
|
168 |
-
msgstr "
|
169 |
-
|
170 |
-
#: google-captcha.php:650
|
171 |
-
msgid "Enable reCAPTCHA for"
|
172 |
-
msgstr "Permite reCAPTCHA para"
|
173 |
|
174 |
-
#:
|
175 |
msgid "WordPress default"
|
176 |
msgstr "WordPress por defecto"
|
177 |
|
178 |
-
#:
|
179 |
-
msgid "This option is available only for network or for main blog"
|
180 |
-
msgstr "
|
181 |
|
182 |
-
#:
|
183 |
-
msgid "Plugins"
|
184 |
-
msgstr "
|
185 |
|
186 |
-
#:
|
187 |
-
#,
|
188 |
-
msgid "
|
189 |
-
msgstr "
|
190 |
|
191 |
-
#:
|
192 |
-
msgid "
|
193 |
-
msgstr "
|
194 |
|
195 |
-
#:
|
196 |
-
msgid "for
|
197 |
-
msgstr "
|
198 |
|
199 |
-
#:
|
200 |
-
|
201 |
-
|
|
|
202 |
|
203 |
-
#:
|
204 |
-
msgid "
|
205 |
msgstr ""
|
206 |
-
"Marcar para añadir captcha a formularios en sus páginas de configuración"
|
207 |
|
208 |
-
#:
|
209 |
-
|
210 |
-
msgid ""
|
211 |
-
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
212 |
msgstr ""
|
213 |
-
"Si desea añadir Google Captcha (reCAPTCHA) a un formulario personalizado ver "
|
214 |
-
"%s"
|
215 |
-
|
216 |
-
#: google-captcha.php:699 google-captcha.php:1296
|
217 |
-
msgid "FAQ"
|
218 |
-
msgstr "Preguntas Frecuentes"
|
219 |
|
220 |
-
#:
|
221 |
-
|
222 |
-
|
|
|
223 |
|
224 |
-
#:
|
225 |
msgid "Whitelist Notification"
|
226 |
msgstr "Notificaciones de la Lista Blanca"
|
227 |
|
228 |
-
#:
|
229 |
-
msgid ""
|
230 |
-
"This message will be displayed instead of the reCAPTCHA if the user IP is "
|
231 |
-
"added to the whitelist"
|
232 |
msgstr ""
|
233 |
-
"Este mensaje se visualizará en lugar del reCAPTCHA si la IP del usuario se "
|
234 |
-
"agrega a la lista blanca"
|
235 |
|
236 |
-
#:
|
237 |
-
msgid "reCAPTCHA Version"
|
238 |
-
msgstr "reCAPTCHA Versión"
|
239 |
-
|
240 |
-
#: google-captcha.php:736
|
241 |
msgid ""
|
242 |
-
"
|
243 |
-
"
|
244 |
msgstr ""
|
245 |
-
"reCAPTCHA no será visible para no sospechoso usuarios mientras que los "
|
246 |
-
"sospechosos tendrán que pasar el captcha"
|
247 |
|
248 |
-
#:
|
249 |
-
msgid "
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
msgid "for version"
|
254 |
-
msgstr "para versión"
|
255 |
|
256 |
-
#:
|
257 |
-
msgid "
|
258 |
-
msgstr "
|
259 |
|
260 |
-
#:
|
261 |
-
msgid "
|
262 |
-
|
|
|
263 |
|
264 |
-
#:
|
265 |
-
msgid "
|
266 |
-
msgstr "
|
267 |
|
268 |
-
#:
|
269 |
-
msgid "
|
270 |
-
msgstr "
|
271 |
|
272 |
-
#:
|
273 |
-
msgid "
|
274 |
-
msgstr "
|
275 |
|
276 |
-
#:
|
277 |
-
msgid "
|
278 |
-
msgstr "
|
279 |
|
280 |
-
#:
|
281 |
-
msgid "
|
282 |
-
msgstr "
|
283 |
|
284 |
-
#:
|
285 |
-
msgid "
|
286 |
-
msgstr "
|
287 |
|
288 |
-
#:
|
289 |
-
msgid "
|
290 |
-
msgstr "
|
291 |
|
292 |
-
#:
|
293 |
-
msgid "
|
294 |
-
msgstr "
|
295 |
|
296 |
-
#:
|
297 |
-
msgid "
|
298 |
-
msgstr "
|
299 |
|
300 |
-
#:
|
301 |
-
msgid "
|
302 |
-
msgstr "
|
303 |
|
304 |
-
#:
|
305 |
-
msgid ""
|
306 |
-
"More than one reCAPTCHA has been found in the current form. Please remove "
|
307 |
-
"all unnecessary reCAPTCHA fields to make it work properly."
|
308 |
msgstr ""
|
309 |
-
"Más de un reCAPTCHA se ha encontrado en la forma actual. Por favor, elimine "
|
310 |
-
"todos los campos de reCAPTCHA innecesarios para que funcione correctamente."
|
311 |
|
312 |
-
#:
|
313 |
-
msgid "
|
314 |
-
msgstr "
|
315 |
|
316 |
-
#:
|
317 |
-
msgid "
|
318 |
-
msgstr "
|
319 |
|
320 |
-
#:
|
321 |
-
msgid "
|
322 |
-
msgstr "
|
323 |
|
324 |
-
#:
|
325 |
-
msgid "
|
326 |
-
msgstr "
|
327 |
|
328 |
-
#:
|
329 |
-
msgid "
|
330 |
-
msgstr "
|
331 |
|
332 |
-
#: includes/
|
333 |
-
msgid "
|
334 |
-
|
|
|
|
|
335 |
|
336 |
-
#: includes/whitelist.php:
|
337 |
-
msgid "Add
|
338 |
-
msgstr "
|
339 |
|
340 |
-
#: includes/whitelist.php:
|
341 |
-
msgid "
|
342 |
-
msgstr "
|
343 |
|
344 |
-
#: includes/whitelist.php:
|
345 |
msgid "My IP"
|
346 |
msgstr "Mi IP"
|
347 |
|
348 |
-
#: includes/whitelist.php:
|
349 |
-
msgid "Save IP to the whitelist"
|
350 |
-
msgstr "Guardar IP a la lista blanca"
|
351 |
-
|
352 |
-
#: includes/whitelist.php:100 includes/pro_banners.php:44
|
353 |
-
msgid "Allowed formats"
|
354 |
-
msgstr "Formatos permitidos"
|
355 |
-
|
356 |
-
#: includes/whitelist.php:101
|
357 |
msgid "Allowed diapason"
|
358 |
msgstr "Diapason permitido"
|
359 |
|
360 |
-
#: includes/whitelist.php:
|
|
|
|
|
|
|
|
|
361 |
msgid "Search IP"
|
362 |
msgstr "Buscar IP"
|
363 |
|
364 |
-
#: includes/whitelist.php:
|
365 |
msgid "Nothing found"
|
366 |
msgstr "Nada encontrado"
|
367 |
|
368 |
-
#: includes/whitelist.php:
|
369 |
msgid "No IP in the whitelist"
|
370 |
msgstr "No IP en la lista blanca"
|
371 |
|
372 |
-
#: includes/whitelist.php:
|
373 |
-
msgid "IP
|
374 |
-
msgstr "
|
375 |
|
376 |
-
#: includes/whitelist.php:
|
377 |
-
msgid "Date
|
378 |
-
msgstr "
|
379 |
|
380 |
-
#: includes/whitelist.php:
|
381 |
-
msgid "
|
382 |
-
msgstr "
|
383 |
|
384 |
-
#: includes/whitelist.php:
|
385 |
-
msgid "IP added to the whitelist successfully"
|
386 |
-
msgstr "
|
387 |
|
388 |
-
#: includes/whitelist.php:
|
389 |
-
#: includes/whitelist.php:
|
390 |
-
|
391 |
-
|
392 |
-
msgstr "Algunos errores ocurrió"
|
393 |
|
394 |
-
#: includes/whitelist.php:
|
395 |
-
msgid "IP is already in the whitelist"
|
396 |
-
msgstr "
|
397 |
|
398 |
-
#: includes/whitelist.php:
|
399 |
msgid "Invalid IP. See allowed formats."
|
400 |
msgstr "IP es no válido. Ver formatos permitidos."
|
401 |
|
402 |
-
#: includes/whitelist.php:
|
403 |
-
msgid "One IP was deleted successfully"
|
404 |
-
msgstr "
|
405 |
|
406 |
-
#: includes/whitelist.php:
|
407 |
-
msgid "You have not entered any IP"
|
408 |
-
msgstr "
|
409 |
|
410 |
-
#: includes/whitelist.php:
|
411 |
-
msgid "You have not entered any IP in to the search form"
|
412 |
-
msgstr "
|
413 |
|
414 |
-
#: includes/whitelist.php:
|
415 |
msgid "Search results for"
|
416 |
msgstr "Resultados de la búsqueda para"
|
417 |
|
418 |
-
|
419 |
-
|
420 |
-
msgstr "Esta opción está disponible en la versión Pro de plugin"
|
421 |
|
422 |
-
|
423 |
-
|
424 |
-
msgstr "Сerrar"
|
425 |
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
|
430 |
-
|
431 |
-
|
432 |
-
msgstr "
|
|
|
|
|
433 |
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
|
438 |
-
|
439 |
-
|
440 |
-
msgstr "punto y coma"
|
441 |
|
442 |
-
|
443 |
-
|
444 |
-
msgstr "ordinario espacio, tabulador, nueva línea o retorno de carro"
|
445 |
|
446 |
-
|
447 |
-
|
448 |
-
msgstr "Permite separadores de razones: una coma"
|
449 |
|
450 |
-
|
451 |
-
|
452 |
-
msgstr "tabulador, nueva línea o retorno de carro"
|
453 |
|
454 |
-
|
455 |
-
|
456 |
-
msgstr "Normal"
|
457 |
|
458 |
-
|
459 |
-
|
460 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
461 |
|
462 |
-
|
463 |
-
|
464 |
-
msgstr "reCAPTCHA Idioma"
|
465 |
|
466 |
-
|
467 |
-
|
468 |
-
msgstr "Usar la actual idioma del sitio"
|
469 |
|
470 |
-
|
471 |
-
|
472 |
-
msgstr "Usando"
|
473 |
|
474 |
-
|
475 |
-
|
476 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
477 |
|
478 |
#, fuzzy
|
479 |
#~ msgid "Error: You have entered an incorrect reCAPTCHA value"
|
@@ -496,10 +667,6 @@ msgstr "reCAPTCHA Tamaño"
|
|
496 |
#~ msgid "powered by"
|
497 |
#~ msgstr "impulsado por"
|
498 |
|
499 |
-
#, fuzzy
|
500 |
-
#~ msgid "Activate"
|
501 |
-
#~ msgstr "Tema Activado"
|
502 |
-
|
503 |
#~ msgid "Contact form"
|
504 |
#~ msgstr "Formulario de contacto"
|
505 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-08-21 15:08+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: Cloudzeroxyz <cloudzeroxyz@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.8.7.1\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: google-captcha.php:35 google-captcha.php:37 google-captcha.php:499
|
21 |
+
#: includes/class-gglcptch-settings-tabs.php:152
|
22 |
msgid "Google Captcha Settings"
|
23 |
msgstr "Googe Captcha Ajustes"
|
24 |
|
25 |
+
#: google-captcha.php:37 google-captcha.php:1002 google-captcha.php:1023
|
26 |
+
#: includes/class-gglcptch-settings-tabs.php:25
|
27 |
+
msgid "Settings"
|
28 |
+
msgstr "Configuraciónes"
|
29 |
+
|
30 |
+
#: google-captcha.php:39 includes/whitelist.php:44
|
31 |
+
msgid "Google Captcha Whitelist"
|
32 |
+
msgstr ""
|
33 |
+
|
34 |
+
#: google-captcha.php:39
|
35 |
+
msgid "Whitelist"
|
36 |
+
msgstr "Lista Blanca"
|
37 |
+
|
38 |
+
#: google-captcha.php:45 includes/pro_banners.php:29
|
39 |
+
msgid "Upgrade to Pro"
|
40 |
+
msgstr "Actualizar a Pro"
|
41 |
+
|
42 |
+
#: google-captcha.php:267
|
43 |
msgid "Please wait until Google reCAPTCHA is loaded."
|
44 |
msgstr "Por favor espere hasta que se carga Google reCAPTCHA."
|
45 |
|
46 |
+
#: google-captcha.php:268
|
47 |
msgid ""
|
48 |
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
49 |
"reload this page."
|
51 |
"Error al cargar Google reCAPTCHA. Por favor, compruebe su conexión a "
|
52 |
"internet y vuelva a cargar esta página."
|
53 |
|
54 |
+
#: google-captcha.php:288
|
55 |
msgid "Warning"
|
56 |
msgstr "Atención"
|
57 |
|
58 |
+
#: google-captcha.php:292 google-captcha.php:807 google-captcha.php:838
|
59 |
+
#: google-captcha.php:867 google-captcha.php:897 google-captcha.php:926
|
60 |
msgid "Error"
|
61 |
msgstr "Error "
|
62 |
|
63 |
+
#: google-captcha.php:390
|
64 |
msgid "You are in the whitelist"
|
65 |
msgstr "Estás en la lista blanca"
|
66 |
|
67 |
+
#: google-captcha.php:555 google-captcha.php:1043
|
68 |
+
msgid "To use Google Captcha you must get the keys from"
|
69 |
+
msgstr "Para utilizar Google Captcha debe obtener las claves de"
|
70 |
+
|
71 |
+
#: google-captcha.php:556 google-captcha.php:1044
|
72 |
+
msgid "here"
|
73 |
+
msgstr "aquí"
|
74 |
+
|
75 |
+
#: google-captcha.php:557 google-captcha.php:1045
|
76 |
+
msgid "and enter them on the"
|
77 |
+
msgstr "e introducirlas en"
|
78 |
+
|
79 |
+
#: google-captcha.php:559 google-captcha.php:1047
|
80 |
+
msgid "plugin setting page"
|
81 |
+
msgstr "página de configuración de plugin"
|
82 |
+
|
83 |
+
#: google-captcha.php:762
|
84 |
+
msgid "User response is missing."
|
85 |
+
msgstr "Respuesta del usuario está ausente."
|
86 |
+
|
87 |
+
#: google-captcha.php:766 google-captcha.php:774
|
88 |
+
msgid "Secret Key is invalid."
|
89 |
+
msgstr ""
|
90 |
+
|
91 |
+
#: google-captcha.php:767 google-captcha.php:775
|
92 |
+
msgid "Check your domain configurations"
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#: google-captcha.php:768 google-captcha.php:776
|
96 |
+
msgid "and enter it again"
|
97 |
+
msgstr "e introducirle otra vez"
|
98 |
+
|
99 |
+
#: google-captcha.php:771
|
100 |
+
msgid "Secret Key is missing."
|
101 |
+
msgstr "Clave Secreta está ausente."
|
102 |
+
|
103 |
+
#: google-captcha.php:778
|
104 |
+
msgid "User response is invalid"
|
105 |
+
msgstr "Respuesta del usuario no es válido"
|
106 |
+
|
107 |
+
#: google-captcha.php:779
|
108 |
+
msgid "You have entered an incorrect reCAPTCHA value."
|
109 |
+
msgstr "Ha introducido un valor incorrecto de reCAPTCHA."
|
110 |
+
|
111 |
+
#: google-captcha.php:780
|
112 |
+
msgid ""
|
113 |
+
"More than one reCAPTCHA has been found in the current form. Please remove "
|
114 |
+
"all unnecessary reCAPTCHA fields to make it work properly."
|
115 |
+
msgstr ""
|
116 |
+
"Más de un reCAPTCHA se ha encontrado en la forma actual. Por favor, elimine "
|
117 |
+
"todos los campos de reCAPTCHA innecesarios para que funcione correctamente."
|
118 |
+
|
119 |
+
#: google-captcha.php:926
|
120 |
+
msgid "Click the BACK button on your browser and try again."
|
121 |
+
msgstr ""
|
122 |
+
|
123 |
+
#: google-captcha.php:954
|
124 |
+
msgid "Please submit \"Test verification\""
|
125 |
+
msgstr ""
|
126 |
+
|
127 |
+
#: google-captcha.php:956
|
128 |
+
msgid "Please complete the captcha and submit \"Test verification\""
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#: google-captcha.php:962
|
132 |
+
msgid "Test verification"
|
133 |
+
msgstr "Test de verificación"
|
134 |
+
|
135 |
+
#: google-captcha.php:983
|
136 |
+
msgid "The verification is successfully completed."
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
+
#: google-captcha.php:1024
|
140 |
+
msgid "FAQ"
|
141 |
+
msgstr "Preguntas Frecuentes"
|
142 |
+
|
143 |
+
#: google-captcha.php:1025
|
144 |
+
msgid "Support"
|
145 |
+
msgstr "Soporte"
|
146 |
+
|
147 |
+
#: includes/class-gglcptch-settings-tabs.php:26
|
148 |
+
msgid "Misc"
|
149 |
+
msgstr ""
|
150 |
+
|
151 |
+
#: includes/class-gglcptch-settings-tabs.php:27
|
152 |
+
msgid "Custom Code"
|
153 |
+
msgstr ""
|
154 |
+
|
155 |
+
#: includes/class-gglcptch-settings-tabs.php:28
|
156 |
+
msgid "License Key"
|
157 |
+
msgstr ""
|
158 |
+
|
159 |
+
#: includes/class-gglcptch-settings-tabs.php:51
|
160 |
msgid "Site Key"
|
161 |
msgstr "Clave del sitio"
|
162 |
|
163 |
+
#: includes/class-gglcptch-settings-tabs.php:56
|
164 |
msgid "Secret Key"
|
165 |
msgstr "Clave Secreta"
|
166 |
|
167 |
+
#: includes/class-gglcptch-settings-tabs.php:63
|
168 |
+
#: includes/class-gglcptch-settings-tabs.php:64
|
169 |
msgid "Version"
|
170 |
msgstr "Versión"
|
171 |
|
172 |
+
#: includes/class-gglcptch-settings-tabs.php:65
|
173 |
+
msgid "Invisible"
|
174 |
+
msgstr ""
|
175 |
|
176 |
+
#: includes/class-gglcptch-settings-tabs.php:70 includes/pro_banners.php:78
|
177 |
msgid "Login form"
|
178 |
msgstr "Formulario de acceso"
|
179 |
|
180 |
+
#: includes/class-gglcptch-settings-tabs.php:71 includes/pro_banners.php:68
|
181 |
+
#: includes/pro_banners.php:79
|
182 |
msgid "Registration form"
|
183 |
msgstr "Formulario de registro"
|
184 |
|
185 |
+
#: includes/class-gglcptch-settings-tabs.php:72
|
186 |
msgid "Reset password form"
|
187 |
msgstr "Formulario de restablecimiento de contraseña"
|
188 |
|
189 |
+
#: includes/class-gglcptch-settings-tabs.php:73 includes/pro_banners.php:69
|
190 |
msgid "Comments form"
|
191 |
msgstr "Formulario de comentarios"
|
192 |
|
193 |
+
#: includes/class-gglcptch-settings-tabs.php:98
|
194 |
msgid "Enter site key"
|
195 |
msgstr "Introduce la clave de sitio"
|
196 |
|
197 |
+
#: includes/class-gglcptch-settings-tabs.php:99
|
198 |
+
#: includes/class-gglcptch-settings-tabs.php:106
|
199 |
+
msgid "WARNING: The captcha will not be displayed until you fill key fields."
|
200 |
msgstr ""
|
|
|
|
|
201 |
|
202 |
+
#: includes/class-gglcptch-settings-tabs.php:105
|
203 |
msgid "Enter secret key"
|
204 |
msgstr "Introduce la clave secreta"
|
205 |
|
206 |
+
#: includes/class-gglcptch-settings-tabs.php:138
|
207 |
+
msgid "Settings saved."
|
208 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
|
210 |
+
#: includes/class-gglcptch-settings-tabs.php:155
|
211 |
+
msgid "Authentication"
|
212 |
+
msgstr "Autentificación"
|
213 |
|
214 |
+
#: includes/class-gglcptch-settings-tabs.php:156
|
215 |
msgid ""
|
216 |
+
"Register your website with Google to get required API keys and enter them "
|
217 |
+
"below."
|
218 |
msgstr ""
|
|
|
|
|
219 |
|
220 |
+
#: includes/class-gglcptch-settings-tabs.php:156
|
221 |
+
msgid "Get the API Keys"
|
|
|
|
|
|
|
222 |
msgstr ""
|
|
|
|
|
223 |
|
224 |
+
#: includes/class-gglcptch-settings-tabs.php:173
|
225 |
+
msgid "Test ReCaptcha"
|
|
|
|
|
|
|
|
|
|
|
226 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
|
228 |
+
#: includes/class-gglcptch-settings-tabs.php:179
|
229 |
+
msgid "General"
|
|
|
|
|
|
|
230 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
231 |
|
232 |
+
#: includes/class-gglcptch-settings-tabs.php:182
|
233 |
+
msgid "Enable ReCaptcha for"
|
234 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
235 |
|
236 |
+
#: includes/class-gglcptch-settings-tabs.php:186
|
237 |
msgid "WordPress default"
|
238 |
msgstr "WordPress por defecto"
|
239 |
|
240 |
+
#: includes/class-gglcptch-settings-tabs.php:194
|
241 |
+
msgid "This option is available only for network or for main blog."
|
242 |
+
msgstr ""
|
243 |
|
244 |
+
#: includes/class-gglcptch-settings-tabs.php:206 includes/pro_banners.php:55
|
245 |
+
msgid "External Plugins"
|
246 |
+
msgstr ""
|
247 |
|
248 |
+
#: includes/class-gglcptch-settings-tabs.php:215
|
249 |
+
#, fuzzy
|
250 |
+
msgid "Activate"
|
251 |
+
msgstr "Tema Activado"
|
252 |
|
253 |
+
#: includes/class-gglcptch-settings-tabs.php:218
|
254 |
+
msgid "Install Now"
|
255 |
+
msgstr ""
|
256 |
|
257 |
+
#: includes/class-gglcptch-settings-tabs.php:221
|
258 |
+
msgid "Enable for adding captcha to forms on their settings pages."
|
259 |
+
msgstr ""
|
260 |
|
261 |
+
#: includes/class-gglcptch-settings-tabs.php:236
|
262 |
+
#: includes/class-gglcptch-settings-tabs.php:296 includes/pro_banners.php:20
|
263 |
+
msgid "Close"
|
264 |
+
msgstr "Сerrar"
|
265 |
|
266 |
+
#: includes/class-gglcptch-settings-tabs.php:245
|
267 |
+
msgid "Hide ReCaptcha in Comments Form for"
|
268 |
msgstr ""
|
|
|
269 |
|
270 |
+
#: includes/class-gglcptch-settings-tabs.php:257
|
271 |
+
msgid "ReCaptcha Version"
|
|
|
|
|
272 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
273 |
|
274 |
+
#: includes/class-gglcptch-settings-tabs.php:271
|
275 |
+
#: includes/class-gglcptch-settings-tabs.php:283
|
276 |
+
msgid "Theme"
|
277 |
+
msgstr ""
|
278 |
|
279 |
+
#: includes/class-gglcptch-settings-tabs.php:305
|
280 |
msgid "Whitelist Notification"
|
281 |
msgstr "Notificaciones de la Lista Blanca"
|
282 |
|
283 |
+
#: includes/class-gglcptch-settings-tabs.php:308
|
284 |
+
msgid "This message will be displayed instead of the ReCaptcha."
|
|
|
|
|
285 |
msgstr ""
|
|
|
|
|
286 |
|
287 |
+
#: includes/class-gglcptch-settings-tabs.php:322
|
|
|
|
|
|
|
|
|
288 |
msgid ""
|
289 |
+
"Only one ReCaptcha can be displayed on the page, it's related to ReCaptcha "
|
290 |
+
"version 1 features."
|
291 |
msgstr ""
|
|
|
|
|
292 |
|
293 |
+
#: includes/class-gglcptch-settings-tabs.php:325
|
294 |
+
msgid ""
|
295 |
+
"ReCaptcha version was changed. Please submit \"Test ReCaptcha\" and "
|
296 |
+
"regenerate Site and Secret keys if necessary."
|
297 |
+
msgstr ""
|
|
|
|
|
298 |
|
299 |
+
#: includes/class-gglcptch-settings-tabs.php:338
|
300 |
+
msgid "Google Captcha Shortcode"
|
301 |
+
msgstr ""
|
302 |
|
303 |
+
#: includes/class-gglcptch-settings-tabs.php:341
|
304 |
+
msgid ""
|
305 |
+
"Add Google Captcha to your posts or pages using the following shortcode:"
|
306 |
+
msgstr ""
|
307 |
|
308 |
+
#: includes/pro_banners.php:17
|
309 |
+
msgid "This options is available in Pro version of plugin"
|
310 |
+
msgstr "Esta opción está disponible en la versión Pro de plugin"
|
311 |
|
312 |
+
#: includes/pro_banners.php:40 includes/whitelist.php:84
|
313 |
+
msgid "Allowed formats"
|
314 |
+
msgstr "Formatos permitidos"
|
315 |
|
316 |
+
#: includes/pro_banners.php:41
|
317 |
+
msgid "Allowed separators for IPs: a comma"
|
318 |
+
msgstr "Permitidos separadores para IPs: una coma"
|
319 |
|
320 |
+
#: includes/pro_banners.php:41 includes/pro_banners.php:44
|
321 |
+
msgid "semicolon"
|
322 |
+
msgstr "punto y coma"
|
323 |
|
324 |
+
#: includes/pro_banners.php:41
|
325 |
+
msgid "ordinary space, tab, new line or carriage return."
|
326 |
+
msgstr ""
|
327 |
|
328 |
+
#: includes/pro_banners.php:42
|
329 |
+
msgid "Reason"
|
330 |
+
msgstr "Razon"
|
331 |
|
332 |
+
#: includes/pro_banners.php:44
|
333 |
+
msgid "Allowed separators for reasons: a comma"
|
334 |
+
msgstr "Permite separadores de razones: una coma"
|
335 |
|
336 |
+
#: includes/pro_banners.php:44
|
337 |
+
msgid "tab, new line or carriage return."
|
338 |
+
msgstr ""
|
339 |
|
340 |
+
#: includes/pro_banners.php:70
|
341 |
+
msgid "Create a Group form"
|
342 |
+
msgstr ""
|
343 |
|
344 |
+
#: includes/pro_banners.php:80
|
345 |
+
msgid "Lost password form"
|
346 |
+
msgstr ""
|
347 |
|
348 |
+
#: includes/pro_banners.php:81
|
349 |
+
msgid "Checkout form"
|
|
|
|
|
350 |
msgstr ""
|
|
|
|
|
351 |
|
352 |
+
#: includes/pro_banners.php:94
|
353 |
+
msgid "Size"
|
354 |
+
msgstr ""
|
355 |
|
356 |
+
#: includes/pro_banners.php:98
|
357 |
+
msgid "Normal"
|
358 |
+
msgstr "Normal"
|
359 |
|
360 |
+
#: includes/pro_banners.php:99
|
361 |
+
msgid "Compact"
|
362 |
+
msgstr "Compacto"
|
363 |
|
364 |
+
#: includes/pro_banners.php:104
|
365 |
+
msgid "Language"
|
366 |
+
msgstr ""
|
367 |
|
368 |
+
#: includes/pro_banners.php:112
|
369 |
+
msgid "Multilanguage"
|
370 |
+
msgstr ""
|
371 |
|
372 |
+
#: includes/pro_banners.php:115
|
373 |
+
msgid ""
|
374 |
+
"Enable to switch language automatically on multilingual website using "
|
375 |
+
"Multilanguage plugin."
|
376 |
+
msgstr ""
|
377 |
|
378 |
+
#: includes/whitelist.php:47
|
379 |
+
msgid "Add New"
|
380 |
+
msgstr ""
|
381 |
|
382 |
+
#: includes/whitelist.php:72
|
383 |
+
msgid "IP to whitelist"
|
384 |
+
msgstr ""
|
385 |
|
386 |
+
#: includes/whitelist.php:79
|
387 |
msgid "My IP"
|
388 |
msgstr "Mi IP"
|
389 |
|
390 |
+
#: includes/whitelist.php:86
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
391 |
msgid "Allowed diapason"
|
392 |
msgstr "Diapason permitido"
|
393 |
|
394 |
+
#: includes/whitelist.php:90
|
395 |
+
msgid "Add IP to whitelist"
|
396 |
+
msgstr ""
|
397 |
+
|
398 |
+
#: includes/whitelist.php:95
|
399 |
msgid "Search IP"
|
400 |
msgstr "Buscar IP"
|
401 |
|
402 |
+
#: includes/whitelist.php:149
|
403 |
msgid "Nothing found"
|
404 |
msgstr "Nada encontrado"
|
405 |
|
406 |
+
#: includes/whitelist.php:149
|
407 |
msgid "No IP in the whitelist"
|
408 |
msgstr "No IP en la lista blanca"
|
409 |
|
410 |
+
#: includes/whitelist.php:156
|
411 |
+
msgid "IP Address"
|
412 |
+
msgstr ""
|
413 |
|
414 |
+
#: includes/whitelist.php:157
|
415 |
+
msgid "Date Added"
|
416 |
+
msgstr ""
|
417 |
|
418 |
+
#: includes/whitelist.php:211 includes/whitelist.php:221
|
419 |
+
msgid "Delete"
|
420 |
+
msgstr ""
|
421 |
|
422 |
+
#: includes/whitelist.php:307
|
423 |
+
msgid "IP added to the whitelist successfully."
|
424 |
+
msgstr ""
|
425 |
|
426 |
+
#: includes/whitelist.php:309 includes/whitelist.php:330
|
427 |
+
#: includes/whitelist.php:340
|
428 |
+
msgid "Some errors occurred."
|
429 |
+
msgstr ""
|
|
|
430 |
|
431 |
+
#: includes/whitelist.php:311
|
432 |
+
msgid "IP is already in the whitelist."
|
433 |
+
msgstr ""
|
434 |
|
435 |
+
#: includes/whitelist.php:314
|
436 |
msgid "Invalid IP. See allowed formats."
|
437 |
msgstr "IP es no válido. Ver formatos permitidos."
|
438 |
|
439 |
+
#: includes/whitelist.php:336
|
440 |
+
msgid "One IP was deleted successfully."
|
441 |
+
msgstr ""
|
442 |
|
443 |
+
#: includes/whitelist.php:343
|
444 |
+
msgid "You have not entered any IP."
|
445 |
+
msgstr ""
|
446 |
|
447 |
+
#: includes/whitelist.php:346
|
448 |
+
msgid "You have not entered any IP in to the search form."
|
449 |
+
msgstr ""
|
450 |
|
451 |
+
#: includes/whitelist.php:348
|
452 |
msgid "Search results for"
|
453 |
msgstr "Resultados de la búsqueda para"
|
454 |
|
455 |
+
#~ msgid "Check your domain configuration"
|
456 |
+
#~ msgstr "Compruebe su configuración de dominio"
|
|
|
457 |
|
458 |
+
#~ msgid "Click the BACK button on your browser, and try again."
|
459 |
+
#~ msgstr "Haga clic en el botón atrás de su navegador y vuelve a intentarlo."
|
|
|
460 |
|
461 |
+
#~ msgid "Please, complete the captcha and submit \"Test verification\""
|
462 |
+
#~ msgstr ""
|
463 |
+
#~ "Por favor, completar el captcha y presentar \"Test de verificación\""
|
464 |
|
465 |
+
#~ msgid ""
|
466 |
+
#~ "WARNING: The captcha will not display while you don't fill key fields."
|
467 |
+
#~ msgstr ""
|
468 |
+
#~ "ADVERTENCIA: El Captcha no se mostrará mientras usted no llene los "
|
469 |
+
#~ "campos de clave."
|
470 |
|
471 |
+
#~ msgid "Check off for adding captcha to forms on their settings pages"
|
472 |
+
#~ msgstr ""
|
473 |
+
#~ "Marcar para añadir captcha a formularios en sus páginas de configuración"
|
474 |
|
475 |
+
#~ msgid "Invisible reCAPTCHA"
|
476 |
+
#~ msgstr "Invisible reCAPTCHA"
|
|
|
477 |
|
478 |
+
#~ msgid "Settings saved"
|
479 |
+
#~ msgstr "Configuraciónes guardada"
|
|
|
480 |
|
481 |
+
#~ msgid "All plugin settings were restored"
|
482 |
+
#~ msgstr "Se restauraron todos los parámetros de plugin"
|
|
|
483 |
|
484 |
+
#~ msgid "Custom code"
|
485 |
+
#~ msgstr "Código personalizado"
|
|
|
486 |
|
487 |
+
#~ msgid "Go PRO"
|
488 |
+
#~ msgstr "Go PRO"
|
|
|
489 |
|
490 |
+
#~ msgid ""
|
491 |
+
#~ "Only one reCAPTCHA can be displayed on the page, it's related to "
|
492 |
+
#~ "reCAPTCHA version 1 features."
|
493 |
+
#~ msgstr ""
|
494 |
+
#~ "Sólo un reCAPTCHA puede visualizarse en la página, está relacionado con "
|
495 |
+
#~ "características de la versión 1 de reCAPTCHA."
|
496 |
+
|
497 |
+
#~ msgid ""
|
498 |
+
#~ "If you would like to add a Google Captcha (reCAPTCHA) to your page or "
|
499 |
+
#~ "post, please use %s button"
|
500 |
+
#~ msgstr ""
|
501 |
+
#~ "Si desea añadir un Google Captcha (reCAPTCHA) a su página o post, por "
|
502 |
+
#~ "favor usar %s botón"
|
503 |
+
|
504 |
+
#~ msgid ""
|
505 |
+
#~ "You can add the Google Captcha (reCAPTCHA) to your page or post by "
|
506 |
+
#~ "clicking on %s button in the content edit block using the Visual mode. If "
|
507 |
+
#~ "the button isn't displayed or you would like to add the Google Captcha "
|
508 |
+
#~ "(reCAPTCHA) to your own form , please use the shortcode %s"
|
509 |
+
#~ msgstr ""
|
510 |
+
#~ "Puede añadir el Google Captcha (reCAPTCHA) a tu página o post haciendo "
|
511 |
+
#~ "clic en %s en el contenido editar bloque usando el modo Visual. Si el "
|
512 |
+
#~ "botón no aparece o gustaría añadir el Google Captcha (reCAPTCHA) a su "
|
513 |
+
#~ "propia forma, utilice el código %s"
|
514 |
+
|
515 |
+
#~ msgid ""
|
516 |
+
#~ "In order to use reCAPTCHA, please enter site and secret keys. You can "
|
517 |
+
#~ "manage your API keys %shere%s"
|
518 |
+
#~ msgstr ""
|
519 |
+
#~ "Para poder utilizar reCAPTCHA, introduce clave del sitio y clave secreta. "
|
520 |
+
#~ "Usted puede administrar su API claves %shere%s"
|
521 |
+
|
522 |
+
#~ msgid "Test Keys"
|
523 |
+
#~ msgstr "Test Claves"
|
524 |
+
|
525 |
+
#~ msgid "Options"
|
526 |
+
#~ msgstr "Opciones"
|
527 |
+
|
528 |
+
#~ msgid "Enable reCAPTCHA for"
|
529 |
+
#~ msgstr "Permite reCAPTCHA para"
|
530 |
+
|
531 |
+
#~ msgid "This option is available only for network or for main blog"
|
532 |
+
#~ msgstr "Esta opción está disponible sólo para red o para blog principal"
|
533 |
+
|
534 |
+
#~ msgid "Plugins"
|
535 |
+
#~ msgstr "Plugins"
|
536 |
+
|
537 |
+
#~ msgid "You should %s to use this functionality"
|
538 |
+
#~ msgstr "Usted debe %s para usar esta funcionalidad"
|
539 |
+
|
540 |
+
#~ msgid "activate"
|
541 |
+
#~ msgstr "activar"
|
542 |
+
|
543 |
+
#~ msgid "for network"
|
544 |
+
#~ msgstr "para red"
|
545 |
+
|
546 |
+
#~ msgid "download"
|
547 |
+
#~ msgstr "descargar"
|
548 |
+
|
549 |
+
#~ msgid ""
|
550 |
+
#~ "If you would like to add Google Captcha (reCAPTCHA) to a custom form see "
|
551 |
+
#~ "%s"
|
552 |
+
#~ msgstr ""
|
553 |
+
#~ "Si desea añadir Google Captcha (reCAPTCHA) a un formulario personalizado "
|
554 |
+
#~ "ver %s"
|
555 |
+
|
556 |
+
#~ msgid "Hide reCAPTCHA in Comments Form for"
|
557 |
+
#~ msgstr "Ocultar reCAPTCHA en formulario de comentarios para"
|
558 |
+
|
559 |
+
#~ msgid ""
|
560 |
+
#~ "This message will be displayed instead of the reCAPTCHA if the user IP is "
|
561 |
+
#~ "added to the whitelist"
|
562 |
+
#~ msgstr ""
|
563 |
+
#~ "Este mensaje se visualizará en lugar del reCAPTCHA si la IP del usuario "
|
564 |
+
#~ "se agrega a la lista blanca"
|
565 |
+
|
566 |
+
#~ msgid "reCAPTCHA Version"
|
567 |
+
#~ msgstr "reCAPTCHA Versión"
|
568 |
+
|
569 |
+
#~ msgid ""
|
570 |
+
#~ "reCAPTCHA block won't be visible for non-suspicious users while "
|
571 |
+
#~ "suspicious ones will have to pass the captcha"
|
572 |
+
#~ msgstr ""
|
573 |
+
#~ "reCAPTCHA no será visible para no sospechoso usuarios mientras que los "
|
574 |
+
#~ "sospechosos tendrán que pasar el captcha"
|
575 |
+
|
576 |
+
#~ msgid "reCAPTCHA Theme"
|
577 |
+
#~ msgstr "reCAPTCHA Tema"
|
578 |
+
|
579 |
+
#~ msgid "for version"
|
580 |
+
#~ msgstr "para versión"
|
581 |
+
|
582 |
+
#~ msgid "Save Changes"
|
583 |
+
#~ msgstr "Guardar Cambios"
|
584 |
+
|
585 |
+
#~ msgid "Secret Key is invalid"
|
586 |
+
#~ msgstr "Clave secreta no es válido"
|
587 |
+
|
588 |
+
#~ msgid "The verification is successfully completed"
|
589 |
+
#~ msgstr "La verificación es completada con éxito"
|
590 |
+
|
591 |
+
#~ msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
|
592 |
+
#~ msgstr "Para IP direcciones de lo lista blanca reCAPTCHA no se mostrarán"
|
593 |
+
|
594 |
+
#~ msgid "Add IP to the whitelist"
|
595 |
+
#~ msgstr "Añadir IP a la lista blanca"
|
596 |
|
597 |
+
#~ msgid "Save changes"
|
598 |
+
#~ msgstr "Guardar cambios"
|
|
|
599 |
|
600 |
+
#~ msgid "Save IP to the whitelist"
|
601 |
+
#~ msgstr "Guardar IP a la lista blanca"
|
|
|
602 |
|
603 |
+
#~ msgid "IP address"
|
604 |
+
#~ msgstr "Dirección IP"
|
|
|
605 |
|
606 |
+
#~ msgid "Date added"
|
607 |
+
#~ msgstr "Fecha agregada"
|
608 |
+
|
609 |
+
#~ msgid "Remove from the whitelist"
|
610 |
+
#~ msgstr "Quitar de la lista blanca"
|
611 |
+
|
612 |
+
#~ msgid "IP added to the whitelist successfully"
|
613 |
+
#~ msgstr "IP se ha agregado a la lista blanca correctamente"
|
614 |
+
|
615 |
+
#, fuzzy
|
616 |
+
#~ msgid "Some errors occurred"
|
617 |
+
#~ msgstr "Algunos errores ocurrió"
|
618 |
+
|
619 |
+
#~ msgid "IP is already in the whitelist"
|
620 |
+
#~ msgstr "IP ya está en la lista blanca"
|
621 |
+
|
622 |
+
#~ msgid "One IP was deleted successfully"
|
623 |
+
#~ msgstr "Una dirección IP se ha eliminado correctamente"
|
624 |
+
|
625 |
+
#~ msgid "You have not entered any IP"
|
626 |
+
#~ msgstr "No se ha introducido ningún IP"
|
627 |
+
|
628 |
+
#~ msgid "You have not entered any IP in to the search form"
|
629 |
+
#~ msgstr "No se ha introducido ningún IP en el formulario de búsqueda"
|
630 |
+
|
631 |
+
#~ msgid "ordinary space, tab, new line or carriage return"
|
632 |
+
#~ msgstr "ordinario espacio, tabulador, nueva línea o retorno de carro"
|
633 |
+
|
634 |
+
#~ msgid "tab, new line or carriage return"
|
635 |
+
#~ msgstr "tabulador, nueva línea o retorno de carro"
|
636 |
+
|
637 |
+
#~ msgid "reCAPTCHA Language"
|
638 |
+
#~ msgstr "reCAPTCHA Idioma"
|
639 |
+
|
640 |
+
#~ msgid "Use the current site language"
|
641 |
+
#~ msgstr "Usar la actual idioma del sitio"
|
642 |
+
|
643 |
+
#~ msgid "Using"
|
644 |
+
#~ msgstr "Usando"
|
645 |
+
|
646 |
+
#~ msgid "reCAPTCHA Size"
|
647 |
+
#~ msgstr "reCAPTCHA Tamaño"
|
648 |
|
649 |
#, fuzzy
|
650 |
#~ msgid "Error: You have entered an incorrect reCAPTCHA value"
|
667 |
#~ msgid "powered by"
|
668 |
#~ msgstr "impulsado por"
|
669 |
|
|
|
|
|
|
|
|
|
670 |
#~ msgid "Contact form"
|
671 |
#~ msgstr "Formulario de contacto"
|
672 |
|
languages/google-captcha-fa_IR.mo
DELETED
Binary file
|
languages/google-captcha-fa_IR.po
DELETED
@@ -1,561 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Google Сaptcha\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-05-16 09:25+0300\n"
|
6 |
-
"PO-Revision-Date: 2017-05-16 09:25+0300\n"
|
7 |
-
"Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: Amirreza Nasiri <nasiri.amirreza.96@gmail.com>\n"
|
9 |
-
"Language: fa_IR\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && n"
|
14 |
-
"%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
|
15 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Loco-Source-Locale: fr_FR\n"
|
17 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
18 |
-
"X-Poedit-Basepath: ..\n"
|
19 |
-
"X-Generator: Poedit 1.5.4\n"
|
20 |
-
"X-Loco-Parser: loco_parse_po\n"
|
21 |
-
"X-Loco-Target-Locale: uk_UA\n"
|
22 |
-
"X-Poedit-SearchPath-0: .\n"
|
23 |
-
|
24 |
-
#: google-captcha.php:34 google-captcha.php:593
|
25 |
-
msgid "Google Captcha Settings"
|
26 |
-
msgstr "تنظیمات Google Captcha"
|
27 |
-
|
28 |
-
#: google-captcha.php:248
|
29 |
-
msgid "Please wait until Google reCAPTCHA is loaded."
|
30 |
-
msgstr ""
|
31 |
-
|
32 |
-
#: google-captcha.php:249
|
33 |
-
msgid ""
|
34 |
-
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
35 |
-
"reload this page."
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: google-captcha.php:269
|
39 |
-
msgid "Warning"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
|
43 |
-
#: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
|
44 |
-
msgid "Error"
|
45 |
-
msgstr "خطا"
|
46 |
-
|
47 |
-
#: google-captcha.php:371
|
48 |
-
msgid "You are in the whitelist"
|
49 |
-
msgstr ""
|
50 |
-
|
51 |
-
#: google-captcha.php:498
|
52 |
-
#, fuzzy
|
53 |
-
msgid "Site Key"
|
54 |
-
msgstr "کلید سایت (site key در تنظیمات گوگل)"
|
55 |
-
|
56 |
-
#: google-captcha.php:503
|
57 |
-
msgid "Secret Key"
|
58 |
-
msgstr "کلید سری (secret key در تنظیمات گوگل)"
|
59 |
-
|
60 |
-
#: google-captcha.php:510 google-captcha.php:511
|
61 |
-
#, fuzzy
|
62 |
-
msgid "Version"
|
63 |
-
msgstr "نسخه"
|
64 |
-
|
65 |
-
#: google-captcha.php:512
|
66 |
-
#, fuzzy
|
67 |
-
msgid "Invisible reCAPTCHA"
|
68 |
-
msgstr "فعال کردن CAPTCHA"
|
69 |
-
|
70 |
-
#: google-captcha.php:517
|
71 |
-
msgid "Login form"
|
72 |
-
msgstr "فرم ورود"
|
73 |
-
|
74 |
-
#: google-captcha.php:518
|
75 |
-
msgid "Registration form"
|
76 |
-
msgstr "فرم ثبت نام"
|
77 |
-
|
78 |
-
#: google-captcha.php:519
|
79 |
-
msgid "Reset password form"
|
80 |
-
msgstr "فرم فراموش رمز عبور"
|
81 |
-
|
82 |
-
#: google-captcha.php:520
|
83 |
-
msgid "Comments form"
|
84 |
-
msgstr "فرم دیدگاه ها"
|
85 |
-
|
86 |
-
#: google-captcha.php:539
|
87 |
-
msgid "Enter site key"
|
88 |
-
msgstr "کلید سایت را وارد کنید"
|
89 |
-
|
90 |
-
#: google-captcha.php:540 google-captcha.php:546
|
91 |
-
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
92 |
-
msgstr ""
|
93 |
-
"تذکر: Captcha تا زمانی که فیلد مربوط به کلیدها را وارد نکنید، نشان داده "
|
94 |
-
"نخواهد شد."
|
95 |
-
|
96 |
-
#: google-captcha.php:545
|
97 |
-
msgid "Enter secret key"
|
98 |
-
msgstr "کلید سری را وارد کنید"
|
99 |
-
|
100 |
-
#: google-captcha.php:572
|
101 |
-
msgid "Settings saved"
|
102 |
-
msgstr "تنظیمات ذخیره شدند"
|
103 |
-
|
104 |
-
#: google-captcha.php:578
|
105 |
-
#, fuzzy
|
106 |
-
msgid "All plugin settings were restored"
|
107 |
-
msgstr "تمام تنظیمات پلاگین بازگردانده شدند."
|
108 |
-
|
109 |
-
#: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
|
110 |
-
msgid "Settings"
|
111 |
-
msgstr "تنظیمات"
|
112 |
-
|
113 |
-
#: google-captcha.php:596
|
114 |
-
msgid "Whitelist"
|
115 |
-
msgstr ""
|
116 |
-
|
117 |
-
#: google-captcha.php:597
|
118 |
-
msgid "Custom code"
|
119 |
-
msgstr ""
|
120 |
-
|
121 |
-
#: google-captcha.php:598
|
122 |
-
msgid "Go PRO"
|
123 |
-
msgstr "ارتقاء به نسخه حرفه ای"
|
124 |
-
|
125 |
-
#: google-captcha.php:603
|
126 |
-
msgid ""
|
127 |
-
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
128 |
-
"version 1 features."
|
129 |
-
msgstr ""
|
130 |
-
|
131 |
-
#: google-captcha.php:618
|
132 |
-
#, fuzzy, php-format
|
133 |
-
msgid ""
|
134 |
-
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
135 |
-
"please use %s button"
|
136 |
-
msgstr ""
|
137 |
-
"اگر می خواهید که Google Captcha را به فرم دلخواه خود اضافه کنید، کافیست شورت "
|
138 |
-
"کد زیر را کپی کرده و درون فرم مورد نظر بچسبانید:"
|
139 |
-
|
140 |
-
#: google-captcha.php:622
|
141 |
-
#, php-format
|
142 |
-
msgid ""
|
143 |
-
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
144 |
-
"on %s button in the content edit block using the Visual mode. If the button "
|
145 |
-
"isn't displayed or you would like to add the Google Captcha (reCAPTCHA) to "
|
146 |
-
"your own form , please use the shortcode %s"
|
147 |
-
msgstr ""
|
148 |
-
|
149 |
-
#: google-captcha.php:628
|
150 |
-
msgid "Authentication"
|
151 |
-
msgstr "تایید هویت"
|
152 |
-
|
153 |
-
#: google-captcha.php:629
|
154 |
-
#, php-format
|
155 |
-
msgid ""
|
156 |
-
"In order to use reCAPTCHA, please enter site and secret keys. You can manage "
|
157 |
-
"your API keys %shere%s"
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
-
#: google-captcha.php:644
|
161 |
-
#, fuzzy
|
162 |
-
msgid "Test Keys"
|
163 |
-
msgstr "کلید سری (secret key در تنظیمات گوگل)"
|
164 |
-
|
165 |
-
#: google-captcha.php:647
|
166 |
-
msgid "Options"
|
167 |
-
msgstr "تنظیمات"
|
168 |
-
|
169 |
-
#: google-captcha.php:650
|
170 |
-
msgid "Enable reCAPTCHA for"
|
171 |
-
msgstr "فعال کردن reCAPTCHA برای"
|
172 |
-
|
173 |
-
#: google-captcha.php:654
|
174 |
-
msgid "WordPress default"
|
175 |
-
msgstr ""
|
176 |
-
|
177 |
-
#: google-captcha.php:663
|
178 |
-
msgid "This option is available only for network or for main blog"
|
179 |
-
msgstr ""
|
180 |
-
|
181 |
-
#: google-captcha.php:672
|
182 |
-
msgid "Plugins"
|
183 |
-
msgstr ""
|
184 |
-
|
185 |
-
#: google-captcha.php:680 google-captcha.php:685
|
186 |
-
#, fuzzy, php-format
|
187 |
-
msgid "You should %s to use this functionality"
|
188 |
-
msgstr "تا از این قابلیت استفاده کنید"
|
189 |
-
|
190 |
-
#: google-captcha.php:681
|
191 |
-
msgid "activate"
|
192 |
-
msgstr "فعال کنید"
|
193 |
-
|
194 |
-
#: google-captcha.php:681
|
195 |
-
msgid "for network"
|
196 |
-
msgstr ""
|
197 |
-
|
198 |
-
#: google-captcha.php:686
|
199 |
-
msgid "download"
|
200 |
-
msgstr "دانلود"
|
201 |
-
|
202 |
-
#: google-captcha.php:690
|
203 |
-
msgid "Check off for adding captcha to forms on their settings pages"
|
204 |
-
msgstr ""
|
205 |
-
|
206 |
-
#: google-captcha.php:699
|
207 |
-
#, php-format
|
208 |
-
msgid ""
|
209 |
-
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
210 |
-
msgstr ""
|
211 |
-
|
212 |
-
#: google-captcha.php:699 google-captcha.php:1296
|
213 |
-
msgid "FAQ"
|
214 |
-
msgstr "سوالات متداول"
|
215 |
-
|
216 |
-
#: google-captcha.php:704
|
217 |
-
#, fuzzy
|
218 |
-
msgid "Hide reCAPTCHA in Comments Form for"
|
219 |
-
msgstr "reCAPTCHA را در فرم دیدگاه ها مخفی کن در"
|
220 |
-
|
221 |
-
#: google-captcha.php:716
|
222 |
-
#, fuzzy
|
223 |
-
msgid "Whitelist Notification"
|
224 |
-
msgstr "تایید هویت"
|
225 |
-
|
226 |
-
#: google-captcha.php:720
|
227 |
-
msgid ""
|
228 |
-
"This message will be displayed instead of the reCAPTCHA if the user IP is "
|
229 |
-
"added to the whitelist"
|
230 |
-
msgstr ""
|
231 |
-
|
232 |
-
#: google-captcha.php:726
|
233 |
-
#, fuzzy
|
234 |
-
msgid "reCAPTCHA Version"
|
235 |
-
msgstr "نسخه reCAPTCHA"
|
236 |
-
|
237 |
-
#: google-captcha.php:736
|
238 |
-
msgid ""
|
239 |
-
"reCAPTCHA block won't be visible for non-suspicious users while suspicious "
|
240 |
-
"ones will have to pass the captcha"
|
241 |
-
msgstr ""
|
242 |
-
|
243 |
-
#: google-captcha.php:744 google-captcha.php:757
|
244 |
-
#, fuzzy
|
245 |
-
msgid "reCAPTCHA Theme"
|
246 |
-
msgstr "پوسته reCAPTCHA"
|
247 |
-
|
248 |
-
#: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
|
249 |
-
msgid "for version"
|
250 |
-
msgstr "برای نسخه"
|
251 |
-
|
252 |
-
#: google-captcha.php:770
|
253 |
-
msgid "Save Changes"
|
254 |
-
msgstr "ذخیره کردن تنظیمات"
|
255 |
-
|
256 |
-
#: google-captcha.php:834 google-captcha.php:1315
|
257 |
-
msgid "To use Google Captcha you must get the keys from"
|
258 |
-
msgstr "برای استفاده از Google Captcha باید کلید ها را تهیه کنید از"
|
259 |
-
|
260 |
-
#: google-captcha.php:835 google-captcha.php:1316
|
261 |
-
msgid "here"
|
262 |
-
msgstr "اینجا"
|
263 |
-
|
264 |
-
#: google-captcha.php:836 google-captcha.php:1317
|
265 |
-
msgid "and enter them on the"
|
266 |
-
msgstr "و آنها را وارد کنید در"
|
267 |
-
|
268 |
-
#: google-captcha.php:838 google-captcha.php:1319
|
269 |
-
msgid "plugin setting page"
|
270 |
-
msgstr "صفحه تنظیمات افزونه"
|
271 |
-
|
272 |
-
#: google-captcha.php:1041
|
273 |
-
msgid "User response is missing."
|
274 |
-
msgstr ""
|
275 |
-
|
276 |
-
#: google-captcha.php:1045 google-captcha.php:1053
|
277 |
-
#, fuzzy
|
278 |
-
msgid "Secret Key is invalid"
|
279 |
-
msgstr "کلید سری (secret key در تنظیمات گوگل)"
|
280 |
-
|
281 |
-
#: google-captcha.php:1046 google-captcha.php:1054
|
282 |
-
msgid "Check your domain configuration"
|
283 |
-
msgstr ""
|
284 |
-
|
285 |
-
#: google-captcha.php:1047 google-captcha.php:1055
|
286 |
-
#, fuzzy
|
287 |
-
msgid "and enter it again"
|
288 |
-
msgstr "و آنها را وارد کنید در"
|
289 |
-
|
290 |
-
#: google-captcha.php:1050
|
291 |
-
#, fuzzy
|
292 |
-
msgid "Secret Key is missing."
|
293 |
-
msgstr "کلید سری (secret key در تنظیمات گوگل)"
|
294 |
-
|
295 |
-
#: google-captcha.php:1057
|
296 |
-
msgid "User response is invalid"
|
297 |
-
msgstr ""
|
298 |
-
|
299 |
-
#: google-captcha.php:1058
|
300 |
-
#, fuzzy
|
301 |
-
msgid "You have entered an incorrect reCAPTCHA value."
|
302 |
-
msgstr "شما مقدار CAPTCHA اشتباهی را وارد کرده اید."
|
303 |
-
|
304 |
-
#: google-captcha.php:1059
|
305 |
-
msgid ""
|
306 |
-
"More than one reCAPTCHA has been found in the current form. Please remove "
|
307 |
-
"all unnecessary reCAPTCHA fields to make it work properly."
|
308 |
-
msgstr ""
|
309 |
-
|
310 |
-
#: google-captcha.php:1205
|
311 |
-
#, fuzzy
|
312 |
-
msgid "Click the BACK button on your browser, and try again."
|
313 |
-
msgstr ""
|
314 |
-
"خطا: شما مقدار CAPTCHA اشتباهی را وارد کرده اید. به صفحه قبلی بازگشته و "
|
315 |
-
"دوباره تلاش کنید."
|
316 |
-
|
317 |
-
#: google-captcha.php:1230
|
318 |
-
msgid "Please, complete the captcha and submit \"Test verification\""
|
319 |
-
msgstr ""
|
320 |
-
|
321 |
-
#: google-captcha.php:1235
|
322 |
-
msgid "Test verification"
|
323 |
-
msgstr ""
|
324 |
-
|
325 |
-
#: google-captcha.php:1256
|
326 |
-
msgid "The verification is successfully completed"
|
327 |
-
msgstr ""
|
328 |
-
|
329 |
-
#: google-captcha.php:1297
|
330 |
-
msgid "Support"
|
331 |
-
msgstr "پشتیبانی"
|
332 |
-
|
333 |
-
#: includes/whitelist.php:64
|
334 |
-
msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
|
335 |
-
msgstr ""
|
336 |
-
|
337 |
-
#: includes/whitelist.php:71
|
338 |
-
msgid "Add IP to the whitelist"
|
339 |
-
msgstr ""
|
340 |
-
|
341 |
-
#: includes/whitelist.php:75
|
342 |
-
#, fuzzy
|
343 |
-
msgid "Save changes"
|
344 |
-
msgstr "ذخیره کردن تنظیمات"
|
345 |
-
|
346 |
-
#: includes/whitelist.php:92
|
347 |
-
msgid "My IP"
|
348 |
-
msgstr ""
|
349 |
-
|
350 |
-
#: includes/whitelist.php:96
|
351 |
-
msgid "Save IP to the whitelist"
|
352 |
-
msgstr ""
|
353 |
-
|
354 |
-
#: includes/whitelist.php:100 includes/pro_banners.php:44
|
355 |
-
msgid "Allowed formats"
|
356 |
-
msgstr ""
|
357 |
-
|
358 |
-
#: includes/whitelist.php:101
|
359 |
-
msgid "Allowed diapason"
|
360 |
-
msgstr ""
|
361 |
-
|
362 |
-
#: includes/whitelist.php:106
|
363 |
-
msgid "Search IP"
|
364 |
-
msgstr ""
|
365 |
-
|
366 |
-
#: includes/whitelist.php:160
|
367 |
-
msgid "Nothing found"
|
368 |
-
msgstr ""
|
369 |
-
|
370 |
-
#: includes/whitelist.php:160
|
371 |
-
msgid "No IP in the whitelist"
|
372 |
-
msgstr ""
|
373 |
-
|
374 |
-
#: includes/whitelist.php:167
|
375 |
-
msgid "IP address"
|
376 |
-
msgstr ""
|
377 |
-
|
378 |
-
#: includes/whitelist.php:168
|
379 |
-
msgid "Date added"
|
380 |
-
msgstr ""
|
381 |
-
|
382 |
-
#: includes/whitelist.php:222 includes/whitelist.php:232
|
383 |
-
msgid "Remove from the whitelist"
|
384 |
-
msgstr ""
|
385 |
-
|
386 |
-
#: includes/whitelist.php:318
|
387 |
-
msgid "IP added to the whitelist successfully"
|
388 |
-
msgstr ""
|
389 |
-
|
390 |
-
#: includes/whitelist.php:320 includes/whitelist.php:341
|
391 |
-
#: includes/whitelist.php:351
|
392 |
-
msgid "Some errors occurred"
|
393 |
-
msgstr ""
|
394 |
-
|
395 |
-
#: includes/whitelist.php:322
|
396 |
-
msgid "IP is already in the whitelist"
|
397 |
-
msgstr ""
|
398 |
-
|
399 |
-
#: includes/whitelist.php:325
|
400 |
-
msgid "Invalid IP. See allowed formats."
|
401 |
-
msgstr ""
|
402 |
-
|
403 |
-
#: includes/whitelist.php:347
|
404 |
-
msgid "One IP was deleted successfully"
|
405 |
-
msgstr ""
|
406 |
-
|
407 |
-
#: includes/whitelist.php:354
|
408 |
-
msgid "You have not entered any IP"
|
409 |
-
msgstr ""
|
410 |
-
|
411 |
-
#: includes/whitelist.php:357
|
412 |
-
msgid "You have not entered any IP in to the search form"
|
413 |
-
msgstr ""
|
414 |
-
|
415 |
-
#: includes/whitelist.php:359
|
416 |
-
msgid "Search results for"
|
417 |
-
msgstr ""
|
418 |
-
|
419 |
-
#: includes/pro_banners.php:17
|
420 |
-
msgid "This options is available in Pro version of plugin"
|
421 |
-
msgstr ""
|
422 |
-
|
423 |
-
#: includes/pro_banners.php:20
|
424 |
-
msgid "Close"
|
425 |
-
msgstr "بستن"
|
426 |
-
|
427 |
-
#: includes/pro_banners.php:29
|
428 |
-
msgid "Upgrade to Pro"
|
429 |
-
msgstr ""
|
430 |
-
|
431 |
-
#: includes/pro_banners.php:42
|
432 |
-
msgid "Reason"
|
433 |
-
msgstr ""
|
434 |
-
|
435 |
-
#: includes/pro_banners.php:45
|
436 |
-
msgid "Allowed separators for IPs: a comma"
|
437 |
-
msgstr ""
|
438 |
-
|
439 |
-
#: includes/pro_banners.php:45 includes/pro_banners.php:46
|
440 |
-
msgid "semicolon"
|
441 |
-
msgstr ""
|
442 |
-
|
443 |
-
#: includes/pro_banners.php:45
|
444 |
-
msgid "ordinary space, tab, new line or carriage return"
|
445 |
-
msgstr ""
|
446 |
-
|
447 |
-
#: includes/pro_banners.php:46
|
448 |
-
msgid "Allowed separators for reasons: a comma"
|
449 |
-
msgstr ""
|
450 |
-
|
451 |
-
#: includes/pro_banners.php:46
|
452 |
-
msgid "tab, new line or carriage return"
|
453 |
-
msgstr ""
|
454 |
-
|
455 |
-
#: includes/pro_banners.php:71
|
456 |
-
msgid "Normal"
|
457 |
-
msgstr "عادی"
|
458 |
-
|
459 |
-
#: includes/pro_banners.php:72
|
460 |
-
msgid "Compact"
|
461 |
-
msgstr "فشرده"
|
462 |
-
|
463 |
-
#: includes/pro_banners.php:76
|
464 |
-
#, fuzzy
|
465 |
-
msgid "reCAPTCHA Language"
|
466 |
-
msgstr "زبان reCAPTCHA "
|
467 |
-
|
468 |
-
#: includes/pro_banners.php:83
|
469 |
-
msgid "Use the current site language"
|
470 |
-
msgstr "از زبان کنونی سایت استفاده کن"
|
471 |
-
|
472 |
-
#: includes/pro_banners.php:83
|
473 |
-
msgid "Using"
|
474 |
-
msgstr "استفاده کردن"
|
475 |
-
|
476 |
-
#: includes/pro_banners.php:89
|
477 |
-
#, fuzzy
|
478 |
-
msgid "reCAPTCHA Size"
|
479 |
-
msgstr "اندازه reCAPTCHA"
|
480 |
-
|
481 |
-
#~ msgid "Unlock premium options by upgrading to Pro version"
|
482 |
-
#~ msgstr "گزینه های اضافی را با آپگرید کردن به نسخه حرفه ای باز کنید"
|
483 |
-
|
484 |
-
#~ msgid "Learn More"
|
485 |
-
#~ msgstr "بیشتر بدانید"
|
486 |
-
|
487 |
-
#, fuzzy
|
488 |
-
#~ msgid "Error: You have entered an incorrect reCAPTCHA value"
|
489 |
-
#~ msgstr "خطا: شما مقدار CAPTCHA اشتباهی را وارد کرده اید."
|
490 |
-
|
491 |
-
#, fuzzy
|
492 |
-
#~ msgid "You have entered an incorrect reCAPTCHA value"
|
493 |
-
#~ msgstr "شما مقدار CAPTCHA اشتباهی را وارد کرده اید."
|
494 |
-
|
495 |
-
#, fuzzy
|
496 |
-
#~ msgid "Before you are able to do something, you must to register %shere%s"
|
497 |
-
#~ msgstr "قبل از این که قادر به انجام کاری باشید، باید ثبت نام کنید %s در %s"
|
498 |
-
|
499 |
-
#, fuzzy
|
500 |
-
#~ msgid "Enter site key and secret key, that you get after registration"
|
501 |
-
#~ msgstr "کلید سایت و کلید سری را که بعد از ثبت نام دریافت کردید، وارد کنید."
|
502 |
-
|
503 |
-
#, fuzzy
|
504 |
-
#~ msgid ""
|
505 |
-
#~ "Google Captcha version 2 will not work correctly, since the option "
|
506 |
-
#~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
|
507 |
-
#~ "service."
|
508 |
-
#~ msgstr ""
|
509 |
-
#~ "Google Captcha نسخه 2 به درستی کار نخواهد کرد چون گزینه \"allow_url_fopen"
|
510 |
-
#~ "\" در تنظیمات PHP هاست شما غیرفعال شده است."
|
511 |
-
|
512 |
-
#~ msgid ""
|
513 |
-
#~ "Google Captcha version 2 will not work correctly, since the option "
|
514 |
-
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
515 |
-
#~ msgstr ""
|
516 |
-
#~ "Google Captcha نسخه 2 به درستی کار نخواهد کرد چون گزینه \"allow_url_fopen"
|
517 |
-
#~ "\" در تنظیمات PHP هاست شما غیرفعال شده است."
|
518 |
-
|
519 |
-
#~ msgid "Read more."
|
520 |
-
#~ msgstr "بیشتر بخوانید."
|
521 |
-
|
522 |
-
#~ msgid "powered by"
|
523 |
-
#~ msgstr "قدرت گرفته از"
|
524 |
-
|
525 |
-
#~ msgid "Activate"
|
526 |
-
#~ msgstr "فعال"
|
527 |
-
|
528 |
-
#~ msgid "Download"
|
529 |
-
#~ msgstr "دانلود"
|
530 |
-
|
531 |
-
#~ msgid "You should"
|
532 |
-
#~ msgstr "شما باید"
|
533 |
-
|
534 |
-
#~ msgid "Notice:"
|
535 |
-
#~ msgstr "ملاحظة :"
|
536 |
-
|
537 |
-
#~ msgid ""
|
538 |
-
#~ "The plugin's settings have been changed. In order to save them please "
|
539 |
-
#~ "don't forget to click the 'Save Changes' button."
|
540 |
-
#~ msgstr "تم حفظ إعدادات الإضافة بنجاح."
|
541 |
-
|
542 |
-
#~ msgid "Contact form"
|
543 |
-
#~ msgstr "فورم الإتصال"
|
544 |
-
|
545 |
-
#~ msgid "Activate contact form"
|
546 |
-
#~ msgstr "تفعيل فورم الإتصال"
|
547 |
-
|
548 |
-
#~ msgid "Download contact form"
|
549 |
-
#~ msgstr "تحميل فورم الإتصال"
|
550 |
-
|
551 |
-
#~ msgid "Enable Google Captcha for:"
|
552 |
-
#~ msgstr "تفعيل Google Captcha في كل من :"
|
553 |
-
|
554 |
-
#~ msgid "Hide captcha for:"
|
555 |
-
#~ msgstr "تعطيل Google Captcha ل :"
|
556 |
-
|
557 |
-
#~ msgid "Theme:"
|
558 |
-
#~ msgstr "الإستايل :"
|
559 |
-
|
560 |
-
#~ msgid "Google Captcha"
|
561 |
-
#~ msgstr "Google Captcha"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/google-captcha-fr_FR.mo
DELETED
Binary file
|
languages/google-captcha-fr_FR.po
DELETED
@@ -1,607 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Google Сaptcha\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-05-16 09:25+0300\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: Denis Bodorr <lefinnois@lefinnois.net>\n"
|
9 |
-
"Language: fr_FR\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.4\n"
|
17 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
-
"X-Poedit-SearchPath-0: .\n"
|
19 |
-
|
20 |
-
#: google-captcha.php:34 google-captcha.php:593
|
21 |
-
msgid "Google Captcha Settings"
|
22 |
-
msgstr "Configuration Google Captcha"
|
23 |
-
|
24 |
-
#: google-captcha.php:248
|
25 |
-
msgid "Please wait until Google reCAPTCHA is loaded."
|
26 |
-
msgstr ""
|
27 |
-
|
28 |
-
#: google-captcha.php:249
|
29 |
-
msgid ""
|
30 |
-
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
31 |
-
"reload this page."
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: google-captcha.php:269
|
35 |
-
msgid "Warning"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
|
39 |
-
#: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
|
40 |
-
msgid "Error"
|
41 |
-
msgstr "Erreur"
|
42 |
-
|
43 |
-
#: google-captcha.php:371
|
44 |
-
msgid "You are in the whitelist"
|
45 |
-
msgstr ""
|
46 |
-
|
47 |
-
#: google-captcha.php:498
|
48 |
-
#, fuzzy
|
49 |
-
msgid "Site Key"
|
50 |
-
msgstr "Clé du site"
|
51 |
-
|
52 |
-
#: google-captcha.php:503
|
53 |
-
msgid "Secret Key"
|
54 |
-
msgstr "Clé secrète"
|
55 |
-
|
56 |
-
#: google-captcha.php:510 google-captcha.php:511
|
57 |
-
#, fuzzy
|
58 |
-
msgid "Version"
|
59 |
-
msgstr "Version"
|
60 |
-
|
61 |
-
#: google-captcha.php:512
|
62 |
-
#, fuzzy
|
63 |
-
msgid "Invisible reCAPTCHA"
|
64 |
-
msgstr "Activer CAPTCHA"
|
65 |
-
|
66 |
-
#: google-captcha.php:517
|
67 |
-
msgid "Login form"
|
68 |
-
msgstr "Formulaire de connexion"
|
69 |
-
|
70 |
-
#: google-captcha.php:518
|
71 |
-
msgid "Registration form"
|
72 |
-
msgstr "Formulaire d'enregistrement"
|
73 |
-
|
74 |
-
#: google-captcha.php:519
|
75 |
-
msgid "Reset password form"
|
76 |
-
msgstr "Formulaire de réinitialisation de mot de passe"
|
77 |
-
|
78 |
-
#: google-captcha.php:520
|
79 |
-
msgid "Comments form"
|
80 |
-
msgstr "Formulaire de commentaire"
|
81 |
-
|
82 |
-
#: google-captcha.php:539
|
83 |
-
msgid "Enter site key"
|
84 |
-
msgstr "Saisissez la clé du site"
|
85 |
-
|
86 |
-
#: google-captcha.php:540 google-captcha.php:546
|
87 |
-
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
88 |
-
msgstr ""
|
89 |
-
"ATTENTION: Le captcha ne s'affichera pas tant que vous n'avez pas spécifié "
|
90 |
-
"les clés"
|
91 |
-
|
92 |
-
#: google-captcha.php:545
|
93 |
-
msgid "Enter secret key"
|
94 |
-
msgstr "Saisissez la clé secrète"
|
95 |
-
|
96 |
-
#: google-captcha.php:572
|
97 |
-
msgid "Settings saved"
|
98 |
-
msgstr "Configuration enregistrée"
|
99 |
-
|
100 |
-
#: google-captcha.php:578
|
101 |
-
#, fuzzy
|
102 |
-
msgid "All plugin settings were restored"
|
103 |
-
msgstr "Tous les paramètre sont restaurés"
|
104 |
-
|
105 |
-
#: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
|
106 |
-
msgid "Settings"
|
107 |
-
msgstr "Configuration"
|
108 |
-
|
109 |
-
#: google-captcha.php:596
|
110 |
-
msgid "Whitelist"
|
111 |
-
msgstr ""
|
112 |
-
|
113 |
-
#: google-captcha.php:597
|
114 |
-
msgid "Custom code"
|
115 |
-
msgstr ""
|
116 |
-
|
117 |
-
#: google-captcha.php:598
|
118 |
-
msgid "Go PRO"
|
119 |
-
msgstr "Version PRO"
|
120 |
-
|
121 |
-
#: google-captcha.php:603
|
122 |
-
msgid ""
|
123 |
-
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
124 |
-
"version 1 features."
|
125 |
-
msgstr ""
|
126 |
-
|
127 |
-
#: google-captcha.php:618
|
128 |
-
#, fuzzy, php-format
|
129 |
-
msgid ""
|
130 |
-
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
131 |
-
"please use %s button"
|
132 |
-
msgstr ""
|
133 |
-
"Si vous voulez ajouter Google Captcha à vos propres formulaires, copiez/"
|
134 |
-
"collez simplement ce code:"
|
135 |
-
|
136 |
-
#: google-captcha.php:622
|
137 |
-
#, php-format
|
138 |
-
msgid ""
|
139 |
-
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
140 |
-
"on %s button in the content edit block using the Visual mode. If the button "
|
141 |
-
"isn't displayed or you would like to add the Google Captcha (reCAPTCHA) to "
|
142 |
-
"your own form , please use the shortcode %s"
|
143 |
-
msgstr ""
|
144 |
-
|
145 |
-
#: google-captcha.php:628
|
146 |
-
msgid "Authentication"
|
147 |
-
msgstr "Authentification"
|
148 |
-
|
149 |
-
#: google-captcha.php:629
|
150 |
-
#, php-format
|
151 |
-
msgid ""
|
152 |
-
"In order to use reCAPTCHA, please enter site and secret keys. You can manage "
|
153 |
-
"your API keys %shere%s"
|
154 |
-
msgstr ""
|
155 |
-
|
156 |
-
#: google-captcha.php:644
|
157 |
-
#, fuzzy
|
158 |
-
msgid "Test Keys"
|
159 |
-
msgstr "Clé secrète"
|
160 |
-
|
161 |
-
#: google-captcha.php:647
|
162 |
-
msgid "Options"
|
163 |
-
msgstr "Options"
|
164 |
-
|
165 |
-
#: google-captcha.php:650
|
166 |
-
msgid "Enable reCAPTCHA for"
|
167 |
-
msgstr "Activer reCAPTCHA pour"
|
168 |
-
|
169 |
-
#: google-captcha.php:654
|
170 |
-
msgid "WordPress default"
|
171 |
-
msgstr ""
|
172 |
-
|
173 |
-
#: google-captcha.php:663
|
174 |
-
msgid "This option is available only for network or for main blog"
|
175 |
-
msgstr ""
|
176 |
-
|
177 |
-
#: google-captcha.php:672
|
178 |
-
#, fuzzy
|
179 |
-
msgid "Plugins"
|
180 |
-
msgstr "Plugins Seite"
|
181 |
-
|
182 |
-
#: google-captcha.php:680 google-captcha.php:685
|
183 |
-
#, fuzzy, php-format
|
184 |
-
msgid "You should %s to use this functionality"
|
185 |
-
msgstr "pour utiliser cette fonctionnalité"
|
186 |
-
|
187 |
-
#: google-captcha.php:681
|
188 |
-
#, fuzzy
|
189 |
-
msgid "activate"
|
190 |
-
msgstr "activer"
|
191 |
-
|
192 |
-
#: google-captcha.php:681
|
193 |
-
msgid "for network"
|
194 |
-
msgstr ""
|
195 |
-
|
196 |
-
#: google-captcha.php:686
|
197 |
-
msgid "download"
|
198 |
-
msgstr "télécharger"
|
199 |
-
|
200 |
-
#: google-captcha.php:690
|
201 |
-
msgid "Check off for adding captcha to forms on their settings pages"
|
202 |
-
msgstr ""
|
203 |
-
|
204 |
-
#: google-captcha.php:699
|
205 |
-
#, php-format
|
206 |
-
msgid ""
|
207 |
-
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
208 |
-
msgstr ""
|
209 |
-
|
210 |
-
#: google-captcha.php:699 google-captcha.php:1296
|
211 |
-
msgid "FAQ"
|
212 |
-
msgstr "FAQ"
|
213 |
-
|
214 |
-
#: google-captcha.php:704
|
215 |
-
#, fuzzy
|
216 |
-
msgid "Hide reCAPTCHA in Comments Form for"
|
217 |
-
msgstr "Cacher reCAPTCHA dans le formulaire de commentaires pour"
|
218 |
-
|
219 |
-
#: google-captcha.php:716
|
220 |
-
#, fuzzy
|
221 |
-
msgid "Whitelist Notification"
|
222 |
-
msgstr "Authentification"
|
223 |
-
|
224 |
-
#: google-captcha.php:720
|
225 |
-
msgid ""
|
226 |
-
"This message will be displayed instead of the reCAPTCHA if the user IP is "
|
227 |
-
"added to the whitelist"
|
228 |
-
msgstr ""
|
229 |
-
|
230 |
-
#: google-captcha.php:726
|
231 |
-
#, fuzzy
|
232 |
-
msgid "reCAPTCHA Version"
|
233 |
-
msgstr "Version reCAPTCHA"
|
234 |
-
|
235 |
-
#: google-captcha.php:736
|
236 |
-
msgid ""
|
237 |
-
"reCAPTCHA block won't be visible for non-suspicious users while suspicious "
|
238 |
-
"ones will have to pass the captcha"
|
239 |
-
msgstr ""
|
240 |
-
|
241 |
-
#: google-captcha.php:744 google-captcha.php:757
|
242 |
-
#, fuzzy
|
243 |
-
msgid "reCAPTCHA Theme"
|
244 |
-
msgstr "Thème reCAPTCHA"
|
245 |
-
|
246 |
-
#: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
|
247 |
-
msgid "for version"
|
248 |
-
msgstr "pour la version"
|
249 |
-
|
250 |
-
#: google-captcha.php:770
|
251 |
-
msgid "Save Changes"
|
252 |
-
msgstr "Enregistrer les modifications"
|
253 |
-
|
254 |
-
#: google-captcha.php:834 google-captcha.php:1315
|
255 |
-
msgid "To use Google Captcha you must get the keys from"
|
256 |
-
msgstr "Pour utiliser Google Captcha vous devez obtenir les clés depuis"
|
257 |
-
|
258 |
-
#: google-captcha.php:835 google-captcha.php:1316
|
259 |
-
msgid "here"
|
260 |
-
msgstr "ici"
|
261 |
-
|
262 |
-
#: google-captcha.php:836 google-captcha.php:1317
|
263 |
-
msgid "and enter them on the"
|
264 |
-
msgstr "et les saisir sur la"
|
265 |
-
|
266 |
-
#: google-captcha.php:838 google-captcha.php:1319
|
267 |
-
msgid "plugin setting page"
|
268 |
-
msgstr "page de configuration de l'extension"
|
269 |
-
|
270 |
-
#: google-captcha.php:1041
|
271 |
-
msgid "User response is missing."
|
272 |
-
msgstr ""
|
273 |
-
|
274 |
-
#: google-captcha.php:1045 google-captcha.php:1053
|
275 |
-
#, fuzzy
|
276 |
-
msgid "Secret Key is invalid"
|
277 |
-
msgstr "Clé secrète"
|
278 |
-
|
279 |
-
#: google-captcha.php:1046 google-captcha.php:1054
|
280 |
-
msgid "Check your domain configuration"
|
281 |
-
msgstr ""
|
282 |
-
|
283 |
-
#: google-captcha.php:1047 google-captcha.php:1055
|
284 |
-
#, fuzzy
|
285 |
-
msgid "and enter it again"
|
286 |
-
msgstr "et les saisir sur la"
|
287 |
-
|
288 |
-
#: google-captcha.php:1050
|
289 |
-
#, fuzzy
|
290 |
-
msgid "Secret Key is missing."
|
291 |
-
msgstr "Clé secrète"
|
292 |
-
|
293 |
-
#: google-captcha.php:1057
|
294 |
-
msgid "User response is invalid"
|
295 |
-
msgstr ""
|
296 |
-
|
297 |
-
#: google-captcha.php:1058
|
298 |
-
#, fuzzy
|
299 |
-
msgid "You have entered an incorrect reCAPTCHA value."
|
300 |
-
msgstr "Vous avez saisi une valeur de CAPTCHA incorrecte"
|
301 |
-
|
302 |
-
#: google-captcha.php:1059
|
303 |
-
msgid ""
|
304 |
-
"More than one reCAPTCHA has been found in the current form. Please remove "
|
305 |
-
"all unnecessary reCAPTCHA fields to make it work properly."
|
306 |
-
msgstr ""
|
307 |
-
|
308 |
-
#: google-captcha.php:1205
|
309 |
-
#, fuzzy
|
310 |
-
msgid "Click the BACK button on your browser, and try again."
|
311 |
-
msgstr ""
|
312 |
-
"Vous avez saisi une valeur de CAPTCHA incorrecte. Cliquez sur le bouton "
|
313 |
-
"\"Revenir en arrière\" de votre navigateur et essayez à nouveau."
|
314 |
-
|
315 |
-
#: google-captcha.php:1230
|
316 |
-
msgid "Please, complete the captcha and submit \"Test verification\""
|
317 |
-
msgstr ""
|
318 |
-
|
319 |
-
#: google-captcha.php:1235
|
320 |
-
msgid "Test verification"
|
321 |
-
msgstr ""
|
322 |
-
|
323 |
-
#: google-captcha.php:1256
|
324 |
-
msgid "The verification is successfully completed"
|
325 |
-
msgstr ""
|
326 |
-
|
327 |
-
#: google-captcha.php:1297
|
328 |
-
msgid "Support"
|
329 |
-
msgstr "Support"
|
330 |
-
|
331 |
-
#: includes/whitelist.php:64
|
332 |
-
msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
|
333 |
-
msgstr ""
|
334 |
-
|
335 |
-
#: includes/whitelist.php:71
|
336 |
-
msgid "Add IP to the whitelist"
|
337 |
-
msgstr ""
|
338 |
-
|
339 |
-
#: includes/whitelist.php:75
|
340 |
-
#, fuzzy
|
341 |
-
msgid "Save changes"
|
342 |
-
msgstr "Enregistrer les modifications"
|
343 |
-
|
344 |
-
#: includes/whitelist.php:92
|
345 |
-
msgid "My IP"
|
346 |
-
msgstr ""
|
347 |
-
|
348 |
-
#: includes/whitelist.php:96
|
349 |
-
msgid "Save IP to the whitelist"
|
350 |
-
msgstr ""
|
351 |
-
|
352 |
-
#: includes/whitelist.php:100 includes/pro_banners.php:44
|
353 |
-
msgid "Allowed formats"
|
354 |
-
msgstr ""
|
355 |
-
|
356 |
-
#: includes/whitelist.php:101
|
357 |
-
msgid "Allowed diapason"
|
358 |
-
msgstr ""
|
359 |
-
|
360 |
-
#: includes/whitelist.php:106
|
361 |
-
msgid "Search IP"
|
362 |
-
msgstr ""
|
363 |
-
|
364 |
-
#: includes/whitelist.php:160
|
365 |
-
msgid "Nothing found"
|
366 |
-
msgstr ""
|
367 |
-
|
368 |
-
#: includes/whitelist.php:160
|
369 |
-
msgid "No IP in the whitelist"
|
370 |
-
msgstr ""
|
371 |
-
|
372 |
-
#: includes/whitelist.php:167
|
373 |
-
msgid "IP address"
|
374 |
-
msgstr ""
|
375 |
-
|
376 |
-
#: includes/whitelist.php:168
|
377 |
-
msgid "Date added"
|
378 |
-
msgstr ""
|
379 |
-
|
380 |
-
#: includes/whitelist.php:222 includes/whitelist.php:232
|
381 |
-
msgid "Remove from the whitelist"
|
382 |
-
msgstr ""
|
383 |
-
|
384 |
-
#: includes/whitelist.php:318
|
385 |
-
msgid "IP added to the whitelist successfully"
|
386 |
-
msgstr ""
|
387 |
-
|
388 |
-
#: includes/whitelist.php:320 includes/whitelist.php:341
|
389 |
-
#: includes/whitelist.php:351
|
390 |
-
msgid "Some errors occurred"
|
391 |
-
msgstr ""
|
392 |
-
|
393 |
-
#: includes/whitelist.php:322
|
394 |
-
msgid "IP is already in the whitelist"
|
395 |
-
msgstr ""
|
396 |
-
|
397 |
-
#: includes/whitelist.php:325
|
398 |
-
msgid "Invalid IP. See allowed formats."
|
399 |
-
msgstr ""
|
400 |
-
|
401 |
-
#: includes/whitelist.php:347
|
402 |
-
msgid "One IP was deleted successfully"
|
403 |
-
msgstr ""
|
404 |
-
|
405 |
-
#: includes/whitelist.php:354
|
406 |
-
msgid "You have not entered any IP"
|
407 |
-
msgstr ""
|
408 |
-
|
409 |
-
#: includes/whitelist.php:357
|
410 |
-
msgid "You have not entered any IP in to the search form"
|
411 |
-
msgstr ""
|
412 |
-
|
413 |
-
#: includes/whitelist.php:359
|
414 |
-
msgid "Search results for"
|
415 |
-
msgstr ""
|
416 |
-
|
417 |
-
#: includes/pro_banners.php:17
|
418 |
-
msgid "This options is available in Pro version of plugin"
|
419 |
-
msgstr ""
|
420 |
-
|
421 |
-
#: includes/pro_banners.php:20
|
422 |
-
msgid "Close"
|
423 |
-
msgstr "Fermer"
|
424 |
-
|
425 |
-
#: includes/pro_banners.php:29
|
426 |
-
msgid "Upgrade to Pro"
|
427 |
-
msgstr ""
|
428 |
-
|
429 |
-
#: includes/pro_banners.php:42
|
430 |
-
msgid "Reason"
|
431 |
-
msgstr ""
|
432 |
-
|
433 |
-
#: includes/pro_banners.php:45
|
434 |
-
msgid "Allowed separators for IPs: a comma"
|
435 |
-
msgstr ""
|
436 |
-
|
437 |
-
#: includes/pro_banners.php:45 includes/pro_banners.php:46
|
438 |
-
msgid "semicolon"
|
439 |
-
msgstr ""
|
440 |
-
|
441 |
-
#: includes/pro_banners.php:45
|
442 |
-
msgid "ordinary space, tab, new line or carriage return"
|
443 |
-
msgstr ""
|
444 |
-
|
445 |
-
#: includes/pro_banners.php:46
|
446 |
-
msgid "Allowed separators for reasons: a comma"
|
447 |
-
msgstr ""
|
448 |
-
|
449 |
-
#: includes/pro_banners.php:46
|
450 |
-
msgid "tab, new line or carriage return"
|
451 |
-
msgstr ""
|
452 |
-
|
453 |
-
#: includes/pro_banners.php:71
|
454 |
-
msgid "Normal"
|
455 |
-
msgstr ""
|
456 |
-
|
457 |
-
#: includes/pro_banners.php:72
|
458 |
-
msgid "Compact"
|
459 |
-
msgstr ""
|
460 |
-
|
461 |
-
#: includes/pro_banners.php:76
|
462 |
-
#, fuzzy
|
463 |
-
msgid "reCAPTCHA Language"
|
464 |
-
msgstr "Langue reCAPTCHA"
|
465 |
-
|
466 |
-
#: includes/pro_banners.php:83
|
467 |
-
msgid "Use the current site language"
|
468 |
-
msgstr "Utiliser le langage courant du site"
|
469 |
-
|
470 |
-
#: includes/pro_banners.php:83
|
471 |
-
msgid "Using"
|
472 |
-
msgstr "Utilisant"
|
473 |
-
|
474 |
-
#: includes/pro_banners.php:89
|
475 |
-
#, fuzzy
|
476 |
-
msgid "reCAPTCHA Size"
|
477 |
-
msgstr "Taille ReCAPTCHA"
|
478 |
-
|
479 |
-
#~ msgid "Unlock premium options by upgrading to Pro version"
|
480 |
-
#~ msgstr "Débloquez les options premium en mettant à jour vers la version Pro"
|
481 |
-
|
482 |
-
#~ msgid "Learn More"
|
483 |
-
#~ msgstr "En savoir plus"
|
484 |
-
|
485 |
-
#, fuzzy
|
486 |
-
#~ msgid "Error: You have entered an incorrect reCAPTCHA value"
|
487 |
-
#~ msgstr "ERREUR: Vous avez saisi une valeur de CAPTCHA incorrecte"
|
488 |
-
|
489 |
-
#, fuzzy
|
490 |
-
#~ msgid "You have entered an incorrect reCAPTCHA value"
|
491 |
-
#~ msgstr "Vous avez saisi une valeur de CAPTCHA incorrecte"
|
492 |
-
|
493 |
-
#, fuzzy
|
494 |
-
#~ msgid "Before you are able to do something, you must to register %shere%s"
|
495 |
-
#~ msgstr ""
|
496 |
-
#~ "Avant de pouvoir faire quoi que ce soit, vous devez vous enregistrer %s "
|
497 |
-
#~ "ici %s"
|
498 |
-
|
499 |
-
#, fuzzy
|
500 |
-
#~ msgid "Enter site key and secret key, that you get after registration"
|
501 |
-
#~ msgstr ""
|
502 |
-
#~ "Saisissez la clé du site et la clé secrète que vous avez obtenues après "
|
503 |
-
#~ "enregistrement"
|
504 |
-
|
505 |
-
#, fuzzy
|
506 |
-
#~ msgid ""
|
507 |
-
#~ "Google Captcha version 2 will not work correctly, since the option "
|
508 |
-
#~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
|
509 |
-
#~ "service."
|
510 |
-
#~ msgstr ""
|
511 |
-
#~ "Google Captcha version 2 ne fonctionnera pas correctement, car l'option "
|
512 |
-
#~ "\"allow_url_fopen\" est désactivée dans la configuration PHP de votre "
|
513 |
-
#~ "hébergement"
|
514 |
-
|
515 |
-
#~ msgid ""
|
516 |
-
#~ "Google Captcha version 2 will not work correctly, since the option "
|
517 |
-
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
518 |
-
#~ msgstr ""
|
519 |
-
#~ "Google Captcha version 2 ne fonctionnera pas correctement, car l'option "
|
520 |
-
#~ "\"allow_url_fopen\" est désactivée dans la configuration PHP de votre "
|
521 |
-
#~ "hébergement"
|
522 |
-
|
523 |
-
#~ msgid "Read more."
|
524 |
-
#~ msgstr "Lire plus"
|
525 |
-
|
526 |
-
#~ msgid "powered by"
|
527 |
-
#~ msgstr "par"
|
528 |
-
|
529 |
-
#~ msgid "Activate"
|
530 |
-
#~ msgstr "Activer"
|
531 |
-
|
532 |
-
#~ msgid "Download"
|
533 |
-
#~ msgstr "Télécharger"
|
534 |
-
|
535 |
-
#~ msgid "You should"
|
536 |
-
#~ msgstr "Vous devez"
|
537 |
-
|
538 |
-
#~ msgid "Notice:"
|
539 |
-
#~ msgstr "Hinweis:"
|
540 |
-
|
541 |
-
#~ msgid ""
|
542 |
-
#~ "The plugin's settings have been changed. In order to save them please "
|
543 |
-
#~ "don't forget to click the 'Save Changes' button."
|
544 |
-
#~ msgstr ""
|
545 |
-
#~ "Das Plugin-Einstellungen wurden geändert. Vergessen Sie nicht auf die "
|
546 |
-
#~ "Schaltfläche 'Änderungen speichern' zu klicken."
|
547 |
-
|
548 |
-
#~ msgid "Contact form"
|
549 |
-
#~ msgstr "Kontaktformular"
|
550 |
-
|
551 |
-
#~ msgid "Activate contact form"
|
552 |
-
#~ msgstr "Kontaktformular aktivieren"
|
553 |
-
|
554 |
-
#~ msgid "Download contact form"
|
555 |
-
#~ msgstr "Kontaktformular herunterladen"
|
556 |
-
|
557 |
-
#~ msgid "Enable Google Captcha for:"
|
558 |
-
#~ msgstr "Aktivieren Sie Google Captcha für:"
|
559 |
-
|
560 |
-
#~ msgid "Hide captcha for:"
|
561 |
-
#~ msgstr "CAPTCHA verbergen bei:"
|
562 |
-
|
563 |
-
#~ msgid "Theme:"
|
564 |
-
#~ msgstr "Theme:"
|
565 |
-
|
566 |
-
#~ msgid "Google Captcha"
|
567 |
-
#~ msgstr "Google Captcha"
|
568 |
-
|
569 |
-
#~ msgid "requires"
|
570 |
-
#~ msgstr "erfordert"
|
571 |
-
|
572 |
-
#~ msgid ""
|
573 |
-
#~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
|
574 |
-
#~ "and try again."
|
575 |
-
#~ msgstr ""
|
576 |
-
#~ "oder höher, deshalb ist es deaktiviert! Bitte aktualisieren Sie WordPress "
|
577 |
-
#~ "und versuchen Sie es erneut."
|
578 |
-
|
579 |
-
#~ msgid "Back to the WordPress"
|
580 |
-
#~ msgstr "Zurück zu Wordpress"
|
581 |
-
|
582 |
-
#~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
583 |
-
#~ msgstr ""
|
584 |
-
#~ "Bewerten Sie das Plugin mit 5 Sternen auf WordPress, wenn Sie es mögen."
|
585 |
-
|
586 |
-
#~ msgid "Rate the plugin"
|
587 |
-
#~ msgstr "Plugin bewerten"
|
588 |
-
|
589 |
-
#~ msgid "If there is something wrong about it, please contact us"
|
590 |
-
#~ msgstr "Wenn etwas nicht passt, kontieren Sie uns bitte"
|
591 |
-
|
592 |
-
#~ msgid "Public Key"
|
593 |
-
#~ msgstr "Öffentlicher Schlüssel"
|
594 |
-
|
595 |
-
#~ msgid "Private Key"
|
596 |
-
#~ msgstr "Privater Schlüssel"
|
597 |
-
|
598 |
-
#~ msgid "Enter public key"
|
599 |
-
#~ msgstr "Öffentlichen Schlüssel eingeben"
|
600 |
-
|
601 |
-
#~ msgid "Themes"
|
602 |
-
#~ msgstr "Themes"
|
603 |
-
|
604 |
-
#~ msgid "WARNING: The captcha will not display while you not fill key fields."
|
605 |
-
#~ msgstr ""
|
606 |
-
#~ "Warnung: es werden keine CAPTCHA Felder angezeigt, solange die Schlüssel "
|
607 |
-
#~ "nicht eingegeben sind."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/google-captcha-hi.mo
DELETED
Binary file
|
languages/google-captcha-hi.po
DELETED
@@ -1,753 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Google Сaptcha\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-05-16 09:26+0300\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: Development Logics Solutions Pvt Ltd "
|
9 |
-
"<contact@developmentlogics.com>\n"
|
10 |
-
"Language: hi\n"
|
11 |
-
"MIME-Version: 1.0\n"
|
12 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
-
"Content-Transfer-Encoding: 8bit\n"
|
14 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
15 |
-
"X-Poedit-Basepath: ..\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Generator: Poedit 1.5.4\n"
|
18 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19 |
-
"X-Poedit-SearchPath-0: .\n"
|
20 |
-
|
21 |
-
#: google-captcha.php:34 google-captcha.php:593
|
22 |
-
msgid "Google Captcha Settings"
|
23 |
-
msgstr "गूगल कॅप्चा सेटिंग्स"
|
24 |
-
|
25 |
-
#: google-captcha.php:248
|
26 |
-
msgid "Please wait until Google reCAPTCHA is loaded."
|
27 |
-
msgstr ""
|
28 |
-
|
29 |
-
#: google-captcha.php:249
|
30 |
-
msgid ""
|
31 |
-
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
32 |
-
"reload this page."
|
33 |
-
msgstr ""
|
34 |
-
|
35 |
-
#: google-captcha.php:269
|
36 |
-
msgid "Warning"
|
37 |
-
msgstr ""
|
38 |
-
|
39 |
-
#: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
|
40 |
-
#: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
|
41 |
-
msgid "Error"
|
42 |
-
msgstr "त्रुटि"
|
43 |
-
|
44 |
-
#: google-captcha.php:371
|
45 |
-
msgid "You are in the whitelist"
|
46 |
-
msgstr ""
|
47 |
-
|
48 |
-
#: google-captcha.php:498
|
49 |
-
#, fuzzy
|
50 |
-
msgid "Site Key"
|
51 |
-
msgstr "साइट कुंजी "
|
52 |
-
|
53 |
-
#: google-captcha.php:503
|
54 |
-
msgid "Secret Key"
|
55 |
-
msgstr "गुप्त कुंजी"
|
56 |
-
|
57 |
-
#: google-captcha.php:510 google-captcha.php:511
|
58 |
-
#, fuzzy
|
59 |
-
msgid "Version"
|
60 |
-
msgstr "संस्करण"
|
61 |
-
|
62 |
-
#: google-captcha.php:512
|
63 |
-
msgid "Invisible reCAPTCHA"
|
64 |
-
msgstr ""
|
65 |
-
|
66 |
-
#: google-captcha.php:517
|
67 |
-
msgid "Login form"
|
68 |
-
msgstr "प्रवेश फार्म"
|
69 |
-
|
70 |
-
#: google-captcha.php:518
|
71 |
-
msgid "Registration form"
|
72 |
-
msgstr "पंजीकरण फॉर्म"
|
73 |
-
|
74 |
-
#: google-captcha.php:519
|
75 |
-
msgid "Reset password form"
|
76 |
-
msgstr "पुन: पासवर्ड फार्म"
|
77 |
-
|
78 |
-
#: google-captcha.php:520
|
79 |
-
msgid "Comments form"
|
80 |
-
msgstr "टिप्पणियां फार्म"
|
81 |
-
|
82 |
-
#: google-captcha.php:539
|
83 |
-
msgid "Enter site key"
|
84 |
-
msgstr "दर्ज साइट कुंजी "
|
85 |
-
|
86 |
-
#: google-captcha.php:540 google-captcha.php:546
|
87 |
-
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
88 |
-
msgstr "चेतावनी: यदि आप कुंजी क्षेत्र नहीं भरेंगें तो कैप्चा प्रदर्शित नहीं करेगा।"
|
89 |
-
|
90 |
-
#: google-captcha.php:545
|
91 |
-
msgid "Enter secret key"
|
92 |
-
msgstr "दर्ज गुप्त कुंजी"
|
93 |
-
|
94 |
-
#: google-captcha.php:572
|
95 |
-
msgid "Settings saved"
|
96 |
-
msgstr "सेटिंग्स सुरक्षित"
|
97 |
-
|
98 |
-
#: google-captcha.php:578
|
99 |
-
#, fuzzy
|
100 |
-
msgid "All plugin settings were restored"
|
101 |
-
msgstr "प्लगइन सेटिंग पृष्ठ पर "
|
102 |
-
|
103 |
-
#: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
|
104 |
-
msgid "Settings"
|
105 |
-
msgstr "सेटिंग्स"
|
106 |
-
|
107 |
-
#: google-captcha.php:596
|
108 |
-
msgid "Whitelist"
|
109 |
-
msgstr ""
|
110 |
-
|
111 |
-
#: google-captcha.php:597
|
112 |
-
msgid "Custom code"
|
113 |
-
msgstr ""
|
114 |
-
|
115 |
-
#: google-captcha.php:598
|
116 |
-
msgid "Go PRO"
|
117 |
-
msgstr ""
|
118 |
-
|
119 |
-
#: google-captcha.php:603
|
120 |
-
msgid ""
|
121 |
-
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
122 |
-
"version 1 features."
|
123 |
-
msgstr ""
|
124 |
-
|
125 |
-
#: google-captcha.php:618
|
126 |
-
#, fuzzy, php-format
|
127 |
-
msgid ""
|
128 |
-
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
129 |
-
"please use %s button"
|
130 |
-
msgstr ""
|
131 |
-
"अगर आप अपने खुद के फार्म में गूगल कैप्चा जोड़ना चाहते हैं तो बस इस शॉर्टकोड को अपने पृष्ठ या "
|
132 |
-
"पोस्ट पर कॉपी और पेस्ट करेँ ।"
|
133 |
-
|
134 |
-
#: google-captcha.php:622
|
135 |
-
#, php-format
|
136 |
-
msgid ""
|
137 |
-
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
138 |
-
"on %s button in the content edit block using the Visual mode. If the button "
|
139 |
-
"isn't displayed or you would like to add the Google Captcha (reCAPTCHA) to "
|
140 |
-
"your own form , please use the shortcode %s"
|
141 |
-
msgstr ""
|
142 |
-
|
143 |
-
#: google-captcha.php:628
|
144 |
-
msgid "Authentication"
|
145 |
-
msgstr "प्रमाणीकरण"
|
146 |
-
|
147 |
-
#: google-captcha.php:629
|
148 |
-
#, php-format
|
149 |
-
msgid ""
|
150 |
-
"In order to use reCAPTCHA, please enter site and secret keys. You can manage "
|
151 |
-
"your API keys %shere%s"
|
152 |
-
msgstr ""
|
153 |
-
|
154 |
-
#: google-captcha.php:644
|
155 |
-
#, fuzzy
|
156 |
-
msgid "Test Keys"
|
157 |
-
msgstr "गुप्त कुंजी"
|
158 |
-
|
159 |
-
#: google-captcha.php:647
|
160 |
-
msgid "Options"
|
161 |
-
msgstr "विकल्प"
|
162 |
-
|
163 |
-
#: google-captcha.php:650
|
164 |
-
msgid "Enable reCAPTCHA for"
|
165 |
-
msgstr ""
|
166 |
-
|
167 |
-
#: google-captcha.php:654
|
168 |
-
#, fuzzy
|
169 |
-
msgid "WordPress default"
|
170 |
-
msgstr "वर्डप्रेस संस्करण"
|
171 |
-
|
172 |
-
#: google-captcha.php:663
|
173 |
-
msgid "This option is available only for network or for main blog"
|
174 |
-
msgstr ""
|
175 |
-
|
176 |
-
#: google-captcha.php:672
|
177 |
-
msgid "Plugins"
|
178 |
-
msgstr "प्लगइन्स"
|
179 |
-
|
180 |
-
#: google-captcha.php:680 google-captcha.php:685
|
181 |
-
#, php-format
|
182 |
-
msgid "You should %s to use this functionality"
|
183 |
-
msgstr ""
|
184 |
-
|
185 |
-
#: google-captcha.php:681
|
186 |
-
#, fuzzy
|
187 |
-
msgid "activate"
|
188 |
-
msgstr "सक्रिय"
|
189 |
-
|
190 |
-
#: google-captcha.php:681
|
191 |
-
msgid "for network"
|
192 |
-
msgstr ""
|
193 |
-
|
194 |
-
#: google-captcha.php:686
|
195 |
-
msgid "download"
|
196 |
-
msgstr ""
|
197 |
-
|
198 |
-
#: google-captcha.php:690
|
199 |
-
msgid "Check off for adding captcha to forms on their settings pages"
|
200 |
-
msgstr ""
|
201 |
-
|
202 |
-
#: google-captcha.php:699
|
203 |
-
#, php-format
|
204 |
-
msgid ""
|
205 |
-
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
206 |
-
msgstr ""
|
207 |
-
|
208 |
-
#: google-captcha.php:699 google-captcha.php:1296
|
209 |
-
msgid "FAQ"
|
210 |
-
msgstr "सामान्यतःपूछे जाने वाले प्रश्न (फ ए क्यू )"
|
211 |
-
|
212 |
-
#: google-captcha.php:704
|
213 |
-
#, fuzzy
|
214 |
-
msgid "Hide reCAPTCHA in Comments Form for"
|
215 |
-
msgstr "रीकैप्चा संस्करण के लिए"
|
216 |
-
|
217 |
-
#: google-captcha.php:716
|
218 |
-
#, fuzzy
|
219 |
-
msgid "Whitelist Notification"
|
220 |
-
msgstr "प्रमाणीकरण"
|
221 |
-
|
222 |
-
#: google-captcha.php:720
|
223 |
-
msgid ""
|
224 |
-
"This message will be displayed instead of the reCAPTCHA if the user IP is "
|
225 |
-
"added to the whitelist"
|
226 |
-
msgstr ""
|
227 |
-
|
228 |
-
#: google-captcha.php:726
|
229 |
-
#, fuzzy
|
230 |
-
msgid "reCAPTCHA Version"
|
231 |
-
msgstr "रीकैप्चा संस्करण:"
|
232 |
-
|
233 |
-
#: google-captcha.php:736
|
234 |
-
msgid ""
|
235 |
-
"reCAPTCHA block won't be visible for non-suspicious users while suspicious "
|
236 |
-
"ones will have to pass the captcha"
|
237 |
-
msgstr ""
|
238 |
-
|
239 |
-
#: google-captcha.php:744 google-captcha.php:757
|
240 |
-
#, fuzzy
|
241 |
-
msgid "reCAPTCHA Theme"
|
242 |
-
msgstr "रीकैप्चा संस्करण:"
|
243 |
-
|
244 |
-
#: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
|
245 |
-
#, fuzzy
|
246 |
-
msgid "for version"
|
247 |
-
msgstr "संस्करण"
|
248 |
-
|
249 |
-
#: google-captcha.php:770
|
250 |
-
msgid "Save Changes"
|
251 |
-
msgstr "परिवर्तनों को सुरक्षित करें"
|
252 |
-
|
253 |
-
#: google-captcha.php:834 google-captcha.php:1315
|
254 |
-
msgid "To use Google Captcha you must get the keys from"
|
255 |
-
msgstr "गूगल कॅप्चा का उपयोग करने के लिए,आप कुंजी लें "
|
256 |
-
|
257 |
-
#: google-captcha.php:835 google-captcha.php:1316
|
258 |
-
msgid "here"
|
259 |
-
msgstr "यहाँ से "
|
260 |
-
|
261 |
-
#: google-captcha.php:836 google-captcha.php:1317
|
262 |
-
msgid "and enter them on the"
|
263 |
-
msgstr "और उन्हें दर्ज करें "
|
264 |
-
|
265 |
-
#: google-captcha.php:838 google-captcha.php:1319
|
266 |
-
msgid "plugin setting page"
|
267 |
-
msgstr "प्लगइन सेटिंग पृष्ठ पर "
|
268 |
-
|
269 |
-
#: google-captcha.php:1041
|
270 |
-
msgid "User response is missing."
|
271 |
-
msgstr ""
|
272 |
-
|
273 |
-
#: google-captcha.php:1045 google-captcha.php:1053
|
274 |
-
#, fuzzy
|
275 |
-
msgid "Secret Key is invalid"
|
276 |
-
msgstr "गुप्त कुंजी"
|
277 |
-
|
278 |
-
#: google-captcha.php:1046 google-captcha.php:1054
|
279 |
-
msgid "Check your domain configuration"
|
280 |
-
msgstr ""
|
281 |
-
|
282 |
-
#: google-captcha.php:1047 google-captcha.php:1055
|
283 |
-
#, fuzzy
|
284 |
-
msgid "and enter it again"
|
285 |
-
msgstr "और उन्हें दर्ज करें "
|
286 |
-
|
287 |
-
#: google-captcha.php:1050
|
288 |
-
#, fuzzy
|
289 |
-
msgid "Secret Key is missing."
|
290 |
-
msgstr "गुप्त कुंजी"
|
291 |
-
|
292 |
-
#: google-captcha.php:1057
|
293 |
-
msgid "User response is invalid"
|
294 |
-
msgstr ""
|
295 |
-
|
296 |
-
#: google-captcha.php:1058
|
297 |
-
#, fuzzy
|
298 |
-
msgid "You have entered an incorrect reCAPTCHA value."
|
299 |
-
msgstr "आपने एक गलत कॅप्चा मान दर्ज किया है।"
|
300 |
-
|
301 |
-
#: google-captcha.php:1059
|
302 |
-
msgid ""
|
303 |
-
"More than one reCAPTCHA has been found in the current form. Please remove "
|
304 |
-
"all unnecessary reCAPTCHA fields to make it work properly."
|
305 |
-
msgstr ""
|
306 |
-
|
307 |
-
#: google-captcha.php:1205
|
308 |
-
#, fuzzy
|
309 |
-
msgid "Click the BACK button on your browser, and try again."
|
310 |
-
msgstr ""
|
311 |
-
"त्रुटि: आपने एक गलत कॅप्चा मान दर्ज किया है। अपने ब्राउज़र पर वापस बटन क्लिक करें, और फिर "
|
312 |
-
"कोशिश करें।"
|
313 |
-
|
314 |
-
#: google-captcha.php:1230
|
315 |
-
msgid "Please, complete the captcha and submit \"Test verification\""
|
316 |
-
msgstr ""
|
317 |
-
|
318 |
-
#: google-captcha.php:1235
|
319 |
-
msgid "Test verification"
|
320 |
-
msgstr ""
|
321 |
-
|
322 |
-
#: google-captcha.php:1256
|
323 |
-
msgid "The verification is successfully completed"
|
324 |
-
msgstr ""
|
325 |
-
|
326 |
-
#: google-captcha.php:1297
|
327 |
-
msgid "Support"
|
328 |
-
msgstr "सहयोग"
|
329 |
-
|
330 |
-
#: includes/whitelist.php:64
|
331 |
-
msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
|
332 |
-
msgstr ""
|
333 |
-
|
334 |
-
#: includes/whitelist.php:71
|
335 |
-
msgid "Add IP to the whitelist"
|
336 |
-
msgstr ""
|
337 |
-
|
338 |
-
#: includes/whitelist.php:75
|
339 |
-
#, fuzzy
|
340 |
-
msgid "Save changes"
|
341 |
-
msgstr "परिवर्तनों को सुरक्षित करें"
|
342 |
-
|
343 |
-
#: includes/whitelist.php:92
|
344 |
-
msgid "My IP"
|
345 |
-
msgstr ""
|
346 |
-
|
347 |
-
#: includes/whitelist.php:96
|
348 |
-
msgid "Save IP to the whitelist"
|
349 |
-
msgstr ""
|
350 |
-
|
351 |
-
#: includes/whitelist.php:100 includes/pro_banners.php:44
|
352 |
-
msgid "Allowed formats"
|
353 |
-
msgstr ""
|
354 |
-
|
355 |
-
#: includes/whitelist.php:101
|
356 |
-
msgid "Allowed diapason"
|
357 |
-
msgstr ""
|
358 |
-
|
359 |
-
#: includes/whitelist.php:106
|
360 |
-
msgid "Search IP"
|
361 |
-
msgstr ""
|
362 |
-
|
363 |
-
#: includes/whitelist.php:160
|
364 |
-
msgid "Nothing found"
|
365 |
-
msgstr ""
|
366 |
-
|
367 |
-
#: includes/whitelist.php:160
|
368 |
-
msgid "No IP in the whitelist"
|
369 |
-
msgstr ""
|
370 |
-
|
371 |
-
#: includes/whitelist.php:167
|
372 |
-
msgid "IP address"
|
373 |
-
msgstr ""
|
374 |
-
|
375 |
-
#: includes/whitelist.php:168
|
376 |
-
msgid "Date added"
|
377 |
-
msgstr ""
|
378 |
-
|
379 |
-
#: includes/whitelist.php:222 includes/whitelist.php:232
|
380 |
-
msgid "Remove from the whitelist"
|
381 |
-
msgstr ""
|
382 |
-
|
383 |
-
#: includes/whitelist.php:318
|
384 |
-
msgid "IP added to the whitelist successfully"
|
385 |
-
msgstr ""
|
386 |
-
|
387 |
-
#: includes/whitelist.php:320 includes/whitelist.php:341
|
388 |
-
#: includes/whitelist.php:351
|
389 |
-
msgid "Some errors occurred"
|
390 |
-
msgstr ""
|
391 |
-
|
392 |
-
#: includes/whitelist.php:322
|
393 |
-
msgid "IP is already in the whitelist"
|
394 |
-
msgstr ""
|
395 |
-
|
396 |
-
#: includes/whitelist.php:325
|
397 |
-
msgid "Invalid IP. See allowed formats."
|
398 |
-
msgstr ""
|
399 |
-
|
400 |
-
#: includes/whitelist.php:347
|
401 |
-
msgid "One IP was deleted successfully"
|
402 |
-
msgstr ""
|
403 |
-
|
404 |
-
#: includes/whitelist.php:354
|
405 |
-
msgid "You have not entered any IP"
|
406 |
-
msgstr ""
|
407 |
-
|
408 |
-
#: includes/whitelist.php:357
|
409 |
-
msgid "You have not entered any IP in to the search form"
|
410 |
-
msgstr ""
|
411 |
-
|
412 |
-
#: includes/whitelist.php:359
|
413 |
-
msgid "Search results for"
|
414 |
-
msgstr ""
|
415 |
-
|
416 |
-
#: includes/pro_banners.php:17
|
417 |
-
msgid "This options is available in Pro version of plugin"
|
418 |
-
msgstr ""
|
419 |
-
|
420 |
-
#: includes/pro_banners.php:20
|
421 |
-
msgid "Close"
|
422 |
-
msgstr ""
|
423 |
-
|
424 |
-
#: includes/pro_banners.php:29
|
425 |
-
msgid "Upgrade to Pro"
|
426 |
-
msgstr ""
|
427 |
-
|
428 |
-
#: includes/pro_banners.php:42
|
429 |
-
msgid "Reason"
|
430 |
-
msgstr ""
|
431 |
-
|
432 |
-
#: includes/pro_banners.php:45
|
433 |
-
msgid "Allowed separators for IPs: a comma"
|
434 |
-
msgstr ""
|
435 |
-
|
436 |
-
#: includes/pro_banners.php:45 includes/pro_banners.php:46
|
437 |
-
msgid "semicolon"
|
438 |
-
msgstr ""
|
439 |
-
|
440 |
-
#: includes/pro_banners.php:45
|
441 |
-
msgid "ordinary space, tab, new line or carriage return"
|
442 |
-
msgstr ""
|
443 |
-
|
444 |
-
#: includes/pro_banners.php:46
|
445 |
-
msgid "Allowed separators for reasons: a comma"
|
446 |
-
msgstr ""
|
447 |
-
|
448 |
-
#: includes/pro_banners.php:46
|
449 |
-
msgid "tab, new line or carriage return"
|
450 |
-
msgstr ""
|
451 |
-
|
452 |
-
#: includes/pro_banners.php:71
|
453 |
-
msgid "Normal"
|
454 |
-
msgstr ""
|
455 |
-
|
456 |
-
#: includes/pro_banners.php:72
|
457 |
-
msgid "Compact"
|
458 |
-
msgstr ""
|
459 |
-
|
460 |
-
#: includes/pro_banners.php:76
|
461 |
-
#, fuzzy
|
462 |
-
msgid "reCAPTCHA Language"
|
463 |
-
msgstr "रीकैप्चा संस्करण:"
|
464 |
-
|
465 |
-
#: includes/pro_banners.php:83
|
466 |
-
msgid "Use the current site language"
|
467 |
-
msgstr ""
|
468 |
-
|
469 |
-
#: includes/pro_banners.php:83
|
470 |
-
msgid "Using"
|
471 |
-
msgstr ""
|
472 |
-
|
473 |
-
#: includes/pro_banners.php:89
|
474 |
-
#, fuzzy
|
475 |
-
msgid "reCAPTCHA Size"
|
476 |
-
msgstr "रीकैप्चा संस्करण:"
|
477 |
-
|
478 |
-
#, fuzzy
|
479 |
-
#~ msgid "Error: You have entered an incorrect reCAPTCHA value"
|
480 |
-
#~ msgstr "त्रुटि: आपने एक गलत कॅप्चा मान दर्ज किया है।"
|
481 |
-
|
482 |
-
#, fuzzy
|
483 |
-
#~ msgid "You have entered an incorrect reCAPTCHA value"
|
484 |
-
#~ msgstr "आपने एक गलत कॅप्चा मान दर्ज किया है।"
|
485 |
-
|
486 |
-
#, fuzzy
|
487 |
-
#~ msgid "Before you are able to do something, you must to register %shere%s"
|
488 |
-
#~ msgstr " कुछ भी करने से पहले %s यहाँ %s पंजीकरण करायें "
|
489 |
-
|
490 |
-
#, fuzzy
|
491 |
-
#~ msgid "Enter site key and secret key, that you get after registration"
|
492 |
-
#~ msgstr "पंजीकरण के बाद जो साइट कुंजी और गुप्त कुंजी मिलती है उसे दर्ज करें।"
|
493 |
-
|
494 |
-
#, fuzzy
|
495 |
-
#~ msgid ""
|
496 |
-
#~ "Google Captcha version 2 will not work correctly, since the option "
|
497 |
-
#~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
|
498 |
-
#~ "service."
|
499 |
-
#~ msgstr ""
|
500 |
-
#~ "गूगल कैप्चा संस्करण 2 सही ढंग से काम नहीं करेगा, क्यूंकि विकल्प \"allow_url_fopen\" "
|
501 |
-
#~ "आपके होस्टिंग के पीएचपी सेटिंग में अक्षम है ।"
|
502 |
-
|
503 |
-
#~ msgid ""
|
504 |
-
#~ "Google Captcha version 2 will not work correctly, since the option "
|
505 |
-
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
506 |
-
#~ msgstr ""
|
507 |
-
#~ "गूगल कैप्चा संस्करण 2 सही ढंग से काम नहीं करेगा, क्यूंकि विकल्प \"allow_url_fopen\" "
|
508 |
-
#~ "आपके होस्टिंग के पीएचपी सेटिंग में अक्षम है ।"
|
509 |
-
|
510 |
-
#~ msgid "Read more."
|
511 |
-
#~ msgstr "और पढ़ें।"
|
512 |
-
|
513 |
-
#~ msgid "powered by"
|
514 |
-
#~ msgstr "के द्वारा संचालित"
|
515 |
-
|
516 |
-
#~ msgid "Activate"
|
517 |
-
#~ msgstr "सक्रिय"
|
518 |
-
|
519 |
-
#~ msgid "Notice:"
|
520 |
-
#~ msgstr "सूचना:"
|
521 |
-
|
522 |
-
#~ msgid ""
|
523 |
-
#~ "The plugin's settings have been changed. In order to save them please "
|
524 |
-
#~ "don't forget to click the 'Save Changes' button."
|
525 |
-
#~ msgstr ""
|
526 |
-
#~ "प्लगइन की सेटिंग्स बदल दी गयी है। उन्हें बचाने के लिए ,'परिवर्तन सुरक्षित' बटन क्लिक "
|
527 |
-
#~ "करना मत भूलना।"
|
528 |
-
|
529 |
-
#~ msgid "Contact form"
|
530 |
-
#~ msgstr "संपर्क फार्म"
|
531 |
-
|
532 |
-
#~ msgid "Activate contact form"
|
533 |
-
#~ msgstr "संपर्क फ़ॉर्म को सक्रिय करें"
|
534 |
-
|
535 |
-
#~ msgid "Download contact form"
|
536 |
-
#~ msgstr "डाउनलोड संपर्क फ़ॉर्म"
|
537 |
-
|
538 |
-
#~ msgid "Enable Google Captcha for:"
|
539 |
-
#~ msgstr "गूगल कैप्चा के लिए सक्षम करें:"
|
540 |
-
|
541 |
-
#~ msgid "Hide captcha for:"
|
542 |
-
#~ msgstr "कैप्चा छुपाएं:"
|
543 |
-
|
544 |
-
#~ msgid "Theme:"
|
545 |
-
#~ msgstr "विषय:"
|
546 |
-
|
547 |
-
#~ msgid "Google Captcha"
|
548 |
-
#~ msgstr "गूगल कॅप्चा"
|
549 |
-
|
550 |
-
#~ msgid "requires"
|
551 |
-
#~ msgstr "आवश्यकता है"
|
552 |
-
|
553 |
-
#~ msgid ""
|
554 |
-
#~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
|
555 |
-
#~ "and try again."
|
556 |
-
#~ msgstr ""
|
557 |
-
#~ "या अधिक कि है,इसलिये यह निष्क्रिय कर दिया गया है। वर्डप्रेस का उन्नयन करो और फिर "
|
558 |
-
#~ "कोशिश करें।"
|
559 |
-
|
560 |
-
#~ msgid "Back to the WordPress"
|
561 |
-
#~ msgstr "वापस वर्डप्रेस पर"
|
562 |
-
|
563 |
-
#~ msgid "Plugins page"
|
564 |
-
#~ msgstr "प्लगइन्स पृष्ठ"
|
565 |
-
|
566 |
-
#~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
567 |
-
#~ msgstr "यदि आप हमारे प्लगइन को पसंद करें तो कृपया वर्डप्रेस पर हमें 5 सितारों दे ।"
|
568 |
-
|
569 |
-
#~ msgid "Rate the plugin"
|
570 |
-
#~ msgstr "प्लगइन का मुल्यांकन"
|
571 |
-
|
572 |
-
#~ msgid "If there is something wrong about it, please contact us"
|
573 |
-
#~ msgstr "अगर कुछ गलत लगे तो हमें संपर्क करें ।"
|
574 |
-
|
575 |
-
#~ msgid "Public Key"
|
576 |
-
#~ msgstr "सार्वजनिक कुंजी"
|
577 |
-
|
578 |
-
#~ msgid "Private Key"
|
579 |
-
#~ msgstr "निजी कुंजी"
|
580 |
-
|
581 |
-
#~ msgid "Enter public key"
|
582 |
-
#~ msgstr "सार्वजनिक कुंजी दर्ज करें"
|
583 |
-
|
584 |
-
#~ msgid "Not set"
|
585 |
-
#~ msgstr "सेट नहीं"
|
586 |
-
|
587 |
-
#~ msgid "On"
|
588 |
-
#~ msgstr "चालू "
|
589 |
-
|
590 |
-
#~ msgid "Off"
|
591 |
-
#~ msgstr "बंद"
|
592 |
-
|
593 |
-
#~ msgid "N/A"
|
594 |
-
#~ msgstr "लागू नहीं (एन / ए)"
|
595 |
-
|
596 |
-
#~ msgid " Mb"
|
597 |
-
#~ msgstr "एमबी"
|
598 |
-
|
599 |
-
#~ msgid "Yes"
|
600 |
-
#~ msgstr "हाँ"
|
601 |
-
|
602 |
-
#~ msgid "No"
|
603 |
-
#~ msgstr "नहीं "
|
604 |
-
|
605 |
-
#~ msgid "Operating System"
|
606 |
-
#~ msgstr "प्रचालन तंत्र"
|
607 |
-
|
608 |
-
#~ msgid "Server"
|
609 |
-
#~ msgstr "सर्वर"
|
610 |
-
|
611 |
-
#~ msgid "Memory usage"
|
612 |
-
#~ msgstr "स्मृति उपयोग"
|
613 |
-
|
614 |
-
#~ msgid "MYSQL Version"
|
615 |
-
#~ msgstr "MySQL संस्करण"
|
616 |
-
|
617 |
-
#~ msgid "SQL Mode"
|
618 |
-
#~ msgstr "SQL साधन"
|
619 |
-
|
620 |
-
#~ msgid "PHP Safe Mode"
|
621 |
-
#~ msgstr "पीएचपी सुरक्षित साधन"
|
622 |
-
|
623 |
-
#~ msgid "PHP Allow URL fopen"
|
624 |
-
#~ msgstr "पीएचपी URL fopen की अनुमति दें"
|
625 |
-
|
626 |
-
#~ msgid "PHP Memory Limit"
|
627 |
-
#~ msgstr "पीएचपी स्मृति सीमा"
|
628 |
-
|
629 |
-
#~ msgid "PHP Max Upload Size"
|
630 |
-
#~ msgstr "पीएचपी अधिकतम अपलोड विस्तार"
|
631 |
-
|
632 |
-
#~ msgid "PHP Max Post Size"
|
633 |
-
#~ msgstr "पीएचपी अधिकतम पोस्ट का विस्तार"
|
634 |
-
|
635 |
-
#~ msgid "PHP Max Script Execute Time"
|
636 |
-
#~ msgstr "पीएचपी अधिकतम स्क्रिप्ट समय निष्पादित"
|
637 |
-
|
638 |
-
#~ msgid "PHP Exif support"
|
639 |
-
#~ msgstr "पीएचपी Exif समर्थन"
|
640 |
-
|
641 |
-
#~ msgid "PHP IPTC support"
|
642 |
-
#~ msgstr "पीएचपी IPTC समर्थन"
|
643 |
-
|
644 |
-
#~ msgid "PHP XML support"
|
645 |
-
#~ msgstr "XML पीएचपी समर्थन"
|
646 |
-
|
647 |
-
#~ msgid "Home URL"
|
648 |
-
#~ msgstr "गृह URL "
|
649 |
-
|
650 |
-
#~ msgid "WordPress DB Version"
|
651 |
-
#~ msgstr "वर्डप्रेस DB संस्करण"
|
652 |
-
|
653 |
-
#~ msgid "Multisite"
|
654 |
-
#~ msgstr "मल्टीसाइट"
|
655 |
-
|
656 |
-
#~ msgid "Active Theme"
|
657 |
-
#~ msgstr "सक्रिय विषय"
|
658 |
-
|
659 |
-
#~ msgid "Please enter a valid email address."
|
660 |
-
#~ msgstr "कृपया एक मान्य ईमेल पता दें।"
|
661 |
-
|
662 |
-
#~ msgid "Email with system info is sent to "
|
663 |
-
#~ msgstr "सिस्टम जानकारी के साथ ईमेल भेजा है"
|
664 |
-
|
665 |
-
#~ msgid "Thank you for contacting us."
|
666 |
-
#~ msgstr "हमें संपर्क करने के लिए धन्यवाद।"
|
667 |
-
|
668 |
-
#~ msgid "Sorry, email message could not be delivered."
|
669 |
-
#~ msgstr "क्षमा करें, ईमेल संदेश वितरित नहीं किया जा सका है।"
|
670 |
-
|
671 |
-
#~ msgid "Themes"
|
672 |
-
#~ msgstr "विषयों"
|
673 |
-
|
674 |
-
#~ msgid "System status"
|
675 |
-
#~ msgstr "तंत्र की स्थिति"
|
676 |
-
|
677 |
-
#~ msgid "All"
|
678 |
-
#~ msgstr "सभी"
|
679 |
-
|
680 |
-
#~ msgid "Installed"
|
681 |
-
#~ msgstr "स्थापित"
|
682 |
-
|
683 |
-
#~ msgid "Recommended"
|
684 |
-
#~ msgstr "सलाह दी जाती है "
|
685 |
-
|
686 |
-
#~ msgid "Installed plugins"
|
687 |
-
#~ msgstr "स्थापित प्लगइन्स"
|
688 |
-
|
689 |
-
#~ msgid "Go"
|
690 |
-
#~ msgstr "जाएं"
|
691 |
-
|
692 |
-
#~ msgid "DONATE"
|
693 |
-
#~ msgstr "दान"
|
694 |
-
|
695 |
-
#~ msgid "Activate this plugin"
|
696 |
-
#~ msgstr "प्लगइन सक्रिय करना "
|
697 |
-
|
698 |
-
#~ msgid "Recommended plugins"
|
699 |
-
#~ msgstr "प्लगइन जिनकी सलाह दी जाती है "
|
700 |
-
|
701 |
-
#~ msgid "Install now"
|
702 |
-
#~ msgstr "अभी स्थापित करें"
|
703 |
-
|
704 |
-
#~ msgid "Try again"
|
705 |
-
#~ msgstr "पुनः प्रयास करें"
|
706 |
-
|
707 |
-
#~ msgid "Preview “%s”"
|
708 |
-
#~ msgstr "पूर्व दर्शन “%s”"
|
709 |
-
|
710 |
-
#~ msgid "Install %s"
|
711 |
-
#~ msgstr "स्थापित करें %s"
|
712 |
-
|
713 |
-
#~ msgid "Install Now"
|
714 |
-
#~ msgstr "अभी स्थापित करें"
|
715 |
-
|
716 |
-
#~ msgid "Update to version %s"
|
717 |
-
#~ msgstr "संस्करण अपडेट करें"
|
718 |
-
|
719 |
-
#~ msgid "Update"
|
720 |
-
#~ msgstr "अपडेट"
|
721 |
-
|
722 |
-
#~ msgid "Preview %s"
|
723 |
-
#~ msgstr "पूर्व दर्शन %s"
|
724 |
-
|
725 |
-
#~ msgid "Preview"
|
726 |
-
#~ msgstr "पूर्व दर्शन"
|
727 |
-
|
728 |
-
#~ msgid "By %s"
|
729 |
-
#~ msgstr "द्वारा %s"
|
730 |
-
|
731 |
-
#~ msgid "Details"
|
732 |
-
#~ msgstr "विवरण"
|
733 |
-
|
734 |
-
#~ msgid "Already Installed"
|
735 |
-
#~ msgstr "पहले से ही स्थापित"
|
736 |
-
|
737 |
-
#~ msgid "Environment"
|
738 |
-
#~ msgstr "पर्यावरण"
|
739 |
-
|
740 |
-
#~ msgid "Active Plugins"
|
741 |
-
#~ msgstr "सक्रिय प्लगइन्स"
|
742 |
-
|
743 |
-
#~ msgid "Inactive Plugins"
|
744 |
-
#~ msgstr "निष्क्रिय प्लगइन्स"
|
745 |
-
|
746 |
-
#~ msgid "Send to support"
|
747 |
-
#~ msgstr "मदद के लिए भेजें "
|
748 |
-
|
749 |
-
#~ msgid "Send to custom email »"
|
750 |
-
#~ msgstr "कस्टम ईमेल को भेजें »"
|
751 |
-
|
752 |
-
#~ msgid "WARNING: The captcha will not display while you not fill key fields."
|
753 |
-
#~ msgstr "चेतावनी: यदि आपने कुंजी क्षेत्रों नहीं भरें है तो कैप्चा प्रदर्शित नहीं करेगा।"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/google-captcha-it_IT.mo
DELETED
Binary file
|
languages/google-captcha-it_IT.po
DELETED
@@ -1,600 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Google Сaptcha\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-05-16 09:26+0300\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: Istvan <wart17@hotmail.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.4\n"
|
17 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
-
"X-Poedit-SearchPath-0: .\n"
|
19 |
-
|
20 |
-
#: google-captcha.php:34 google-captcha.php:593
|
21 |
-
msgid "Google Captcha Settings"
|
22 |
-
msgstr "Impostazioni Google Captcha"
|
23 |
-
|
24 |
-
#: google-captcha.php:248
|
25 |
-
msgid "Please wait until Google reCAPTCHA is loaded."
|
26 |
-
msgstr ""
|
27 |
-
|
28 |
-
#: google-captcha.php:249
|
29 |
-
msgid ""
|
30 |
-
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
31 |
-
"reload this page."
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: google-captcha.php:269
|
35 |
-
msgid "Warning"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
|
39 |
-
#: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
|
40 |
-
msgid "Error"
|
41 |
-
msgstr ""
|
42 |
-
|
43 |
-
#: google-captcha.php:371
|
44 |
-
msgid "You are in the whitelist"
|
45 |
-
msgstr ""
|
46 |
-
|
47 |
-
#: google-captcha.php:498
|
48 |
-
#, fuzzy
|
49 |
-
msgid "Site Key"
|
50 |
-
msgstr "Chiave del sito"
|
51 |
-
|
52 |
-
#: google-captcha.php:503
|
53 |
-
msgid "Secret Key"
|
54 |
-
msgstr "Chiave segreta"
|
55 |
-
|
56 |
-
#: google-captcha.php:510 google-captcha.php:511
|
57 |
-
#, fuzzy
|
58 |
-
msgid "Version"
|
59 |
-
msgstr "versione"
|
60 |
-
|
61 |
-
#: google-captcha.php:512
|
62 |
-
msgid "Invisible reCAPTCHA"
|
63 |
-
msgstr ""
|
64 |
-
|
65 |
-
#: google-captcha.php:517
|
66 |
-
msgid "Login form"
|
67 |
-
msgstr "Form di accesso"
|
68 |
-
|
69 |
-
#: google-captcha.php:518
|
70 |
-
msgid "Registration form"
|
71 |
-
msgstr "Form di registrazione"
|
72 |
-
|
73 |
-
#: google-captcha.php:519
|
74 |
-
msgid "Reset password form"
|
75 |
-
msgstr "Form per resettare la password"
|
76 |
-
|
77 |
-
#: google-captcha.php:520
|
78 |
-
msgid "Comments form"
|
79 |
-
msgstr "Form dei commenti"
|
80 |
-
|
81 |
-
#: google-captcha.php:539
|
82 |
-
msgid "Enter site key"
|
83 |
-
msgstr "Introduci la Chiave del sito"
|
84 |
-
|
85 |
-
#: google-captcha.php:540 google-captcha.php:546
|
86 |
-
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
87 |
-
msgstr ""
|
88 |
-
"ATTENZIONE: Il Captcha non verrà mostrato mentre non riempi i campi chiave."
|
89 |
-
|
90 |
-
#: google-captcha.php:545
|
91 |
-
msgid "Enter secret key"
|
92 |
-
msgstr "Introduci la Chiave segreta"
|
93 |
-
|
94 |
-
#: google-captcha.php:572
|
95 |
-
msgid "Settings saved"
|
96 |
-
msgstr "Impostazioni salvate"
|
97 |
-
|
98 |
-
#: google-captcha.php:578
|
99 |
-
#, fuzzy
|
100 |
-
msgid "All plugin settings were restored"
|
101 |
-
msgstr "pagina di configurazione del plugin"
|
102 |
-
|
103 |
-
#: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
|
104 |
-
msgid "Settings"
|
105 |
-
msgstr "Impostazioni"
|
106 |
-
|
107 |
-
#: google-captcha.php:596
|
108 |
-
#, fuzzy
|
109 |
-
msgid "Whitelist"
|
110 |
-
msgstr "Blanco"
|
111 |
-
|
112 |
-
#: google-captcha.php:597
|
113 |
-
msgid "Custom code"
|
114 |
-
msgstr ""
|
115 |
-
|
116 |
-
#: google-captcha.php:598
|
117 |
-
msgid "Go PRO"
|
118 |
-
msgstr ""
|
119 |
-
|
120 |
-
#: google-captcha.php:603
|
121 |
-
msgid ""
|
122 |
-
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
123 |
-
"version 1 features."
|
124 |
-
msgstr ""
|
125 |
-
|
126 |
-
#: google-captcha.php:618
|
127 |
-
#, fuzzy, php-format
|
128 |
-
msgid ""
|
129 |
-
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
130 |
-
"please use %s button"
|
131 |
-
msgstr ""
|
132 |
-
"Se desideri aggiungere Google Captcha ad un tuo form, devi semplicemente "
|
133 |
-
"copiare ed incollare questo codice nel tuo post o pagina:"
|
134 |
-
|
135 |
-
#: google-captcha.php:622
|
136 |
-
#, php-format
|
137 |
-
msgid ""
|
138 |
-
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
139 |
-
"on %s button in the content edit block using the Visual mode. If the button "
|
140 |
-
"isn't displayed or you would like to add the Google Captcha (reCAPTCHA) to "
|
141 |
-
"your own form , please use the shortcode %s"
|
142 |
-
msgstr ""
|
143 |
-
|
144 |
-
#: google-captcha.php:628
|
145 |
-
msgid "Authentication"
|
146 |
-
msgstr "Autenticazione"
|
147 |
-
|
148 |
-
#: google-captcha.php:629
|
149 |
-
#, php-format
|
150 |
-
msgid ""
|
151 |
-
"In order to use reCAPTCHA, please enter site and secret keys. You can manage "
|
152 |
-
"your API keys %shere%s"
|
153 |
-
msgstr ""
|
154 |
-
|
155 |
-
#: google-captcha.php:644
|
156 |
-
#, fuzzy
|
157 |
-
msgid "Test Keys"
|
158 |
-
msgstr "Chiave segreta"
|
159 |
-
|
160 |
-
#: google-captcha.php:647
|
161 |
-
msgid "Options"
|
162 |
-
msgstr "Opzioni"
|
163 |
-
|
164 |
-
#: google-captcha.php:650
|
165 |
-
msgid "Enable reCAPTCHA for"
|
166 |
-
msgstr ""
|
167 |
-
|
168 |
-
#: google-captcha.php:654
|
169 |
-
msgid "WordPress default"
|
170 |
-
msgstr ""
|
171 |
-
|
172 |
-
#: google-captcha.php:663
|
173 |
-
msgid "This option is available only for network or for main blog"
|
174 |
-
msgstr ""
|
175 |
-
|
176 |
-
#: google-captcha.php:672
|
177 |
-
#, fuzzy
|
178 |
-
msgid "Plugins"
|
179 |
-
msgstr "Pagina dei plugins"
|
180 |
-
|
181 |
-
#: google-captcha.php:680 google-captcha.php:685
|
182 |
-
#, php-format
|
183 |
-
msgid "You should %s to use this functionality"
|
184 |
-
msgstr ""
|
185 |
-
|
186 |
-
#: google-captcha.php:681
|
187 |
-
#, fuzzy
|
188 |
-
msgid "activate"
|
189 |
-
msgstr "Tema Activado"
|
190 |
-
|
191 |
-
#: google-captcha.php:681
|
192 |
-
msgid "for network"
|
193 |
-
msgstr ""
|
194 |
-
|
195 |
-
#: google-captcha.php:686
|
196 |
-
msgid "download"
|
197 |
-
msgstr ""
|
198 |
-
|
199 |
-
#: google-captcha.php:690
|
200 |
-
msgid "Check off for adding captcha to forms on their settings pages"
|
201 |
-
msgstr ""
|
202 |
-
|
203 |
-
#: google-captcha.php:699
|
204 |
-
#, php-format
|
205 |
-
msgid ""
|
206 |
-
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
207 |
-
msgstr ""
|
208 |
-
|
209 |
-
#: google-captcha.php:699 google-captcha.php:1296
|
210 |
-
msgid "FAQ"
|
211 |
-
msgstr "Domande frequenti"
|
212 |
-
|
213 |
-
#: google-captcha.php:704
|
214 |
-
#, fuzzy
|
215 |
-
msgid "Hide reCAPTCHA in Comments Form for"
|
216 |
-
msgstr "per reCAPTCHA versione"
|
217 |
-
|
218 |
-
#: google-captcha.php:716
|
219 |
-
#, fuzzy
|
220 |
-
msgid "Whitelist Notification"
|
221 |
-
msgstr "Autenticazione"
|
222 |
-
|
223 |
-
#: google-captcha.php:720
|
224 |
-
msgid ""
|
225 |
-
"This message will be displayed instead of the reCAPTCHA if the user IP is "
|
226 |
-
"added to the whitelist"
|
227 |
-
msgstr ""
|
228 |
-
|
229 |
-
#: google-captcha.php:726
|
230 |
-
#, fuzzy
|
231 |
-
msgid "reCAPTCHA Version"
|
232 |
-
msgstr "reCAPTCHA versione:"
|
233 |
-
|
234 |
-
#: google-captcha.php:736
|
235 |
-
msgid ""
|
236 |
-
"reCAPTCHA block won't be visible for non-suspicious users while suspicious "
|
237 |
-
"ones will have to pass the captcha"
|
238 |
-
msgstr ""
|
239 |
-
|
240 |
-
#: google-captcha.php:744 google-captcha.php:757
|
241 |
-
#, fuzzy
|
242 |
-
msgid "reCAPTCHA Theme"
|
243 |
-
msgstr "reCAPTCHA versione:"
|
244 |
-
|
245 |
-
#: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
|
246 |
-
#, fuzzy
|
247 |
-
msgid "for version"
|
248 |
-
msgstr "versione"
|
249 |
-
|
250 |
-
#: google-captcha.php:770
|
251 |
-
msgid "Save Changes"
|
252 |
-
msgstr "Salva modifiche"
|
253 |
-
|
254 |
-
#: google-captcha.php:834 google-captcha.php:1315
|
255 |
-
msgid "To use Google Captcha you must get the keys from"
|
256 |
-
msgstr "Per utilizzare Google Captcha devi ottenere le chiavi da"
|
257 |
-
|
258 |
-
#: google-captcha.php:835 google-captcha.php:1316
|
259 |
-
msgid "here"
|
260 |
-
msgstr "qui"
|
261 |
-
|
262 |
-
#: google-captcha.php:836 google-captcha.php:1317
|
263 |
-
msgid "and enter them on the"
|
264 |
-
msgstr "ed introducili in"
|
265 |
-
|
266 |
-
#: google-captcha.php:838 google-captcha.php:1319
|
267 |
-
msgid "plugin setting page"
|
268 |
-
msgstr "pagina di configurazione del plugin"
|
269 |
-
|
270 |
-
#: google-captcha.php:1041
|
271 |
-
msgid "User response is missing."
|
272 |
-
msgstr ""
|
273 |
-
|
274 |
-
#: google-captcha.php:1045 google-captcha.php:1053
|
275 |
-
#, fuzzy
|
276 |
-
msgid "Secret Key is invalid"
|
277 |
-
msgstr "Chiave segreta"
|
278 |
-
|
279 |
-
#: google-captcha.php:1046 google-captcha.php:1054
|
280 |
-
msgid "Check your domain configuration"
|
281 |
-
msgstr ""
|
282 |
-
|
283 |
-
#: google-captcha.php:1047 google-captcha.php:1055
|
284 |
-
#, fuzzy
|
285 |
-
msgid "and enter it again"
|
286 |
-
msgstr "ed introducili in"
|
287 |
-
|
288 |
-
#: google-captcha.php:1050
|
289 |
-
#, fuzzy
|
290 |
-
msgid "Secret Key is missing."
|
291 |
-
msgstr "Chiave segreta"
|
292 |
-
|
293 |
-
#: google-captcha.php:1057
|
294 |
-
msgid "User response is invalid"
|
295 |
-
msgstr ""
|
296 |
-
|
297 |
-
#: google-captcha.php:1058
|
298 |
-
#, fuzzy
|
299 |
-
msgid "You have entered an incorrect reCAPTCHA value."
|
300 |
-
msgstr "Errore: Hai introdotto un valore CAPTCHA errato."
|
301 |
-
|
302 |
-
#: google-captcha.php:1059
|
303 |
-
msgid ""
|
304 |
-
"More than one reCAPTCHA has been found in the current form. Please remove "
|
305 |
-
"all unnecessary reCAPTCHA fields to make it work properly."
|
306 |
-
msgstr ""
|
307 |
-
|
308 |
-
#: google-captcha.php:1205
|
309 |
-
#, fuzzy
|
310 |
-
msgid "Click the BACK button on your browser, and try again."
|
311 |
-
msgstr ""
|
312 |
-
"Errore: Hai introdotto un valore CAPTCHA errato. Fai click sul bottone "
|
313 |
-
"Indietro del tuo browser e riprova."
|
314 |
-
|
315 |
-
#: google-captcha.php:1230
|
316 |
-
msgid "Please, complete the captcha and submit \"Test verification\""
|
317 |
-
msgstr ""
|
318 |
-
|
319 |
-
#: google-captcha.php:1235
|
320 |
-
msgid "Test verification"
|
321 |
-
msgstr ""
|
322 |
-
|
323 |
-
#: google-captcha.php:1256
|
324 |
-
msgid "The verification is successfully completed"
|
325 |
-
msgstr ""
|
326 |
-
|
327 |
-
#: google-captcha.php:1297
|
328 |
-
msgid "Support"
|
329 |
-
msgstr "Supporto"
|
330 |
-
|
331 |
-
#: includes/whitelist.php:64
|
332 |
-
msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
|
333 |
-
msgstr ""
|
334 |
-
|
335 |
-
#: includes/whitelist.php:71
|
336 |
-
msgid "Add IP to the whitelist"
|
337 |
-
msgstr ""
|
338 |
-
|
339 |
-
#: includes/whitelist.php:75
|
340 |
-
#, fuzzy
|
341 |
-
msgid "Save changes"
|
342 |
-
msgstr "Salva modifiche"
|
343 |
-
|
344 |
-
#: includes/whitelist.php:92
|
345 |
-
msgid "My IP"
|
346 |
-
msgstr ""
|
347 |
-
|
348 |
-
#: includes/whitelist.php:96
|
349 |
-
msgid "Save IP to the whitelist"
|
350 |
-
msgstr ""
|
351 |
-
|
352 |
-
#: includes/whitelist.php:100 includes/pro_banners.php:44
|
353 |
-
msgid "Allowed formats"
|
354 |
-
msgstr ""
|
355 |
-
|
356 |
-
#: includes/whitelist.php:101
|
357 |
-
msgid "Allowed diapason"
|
358 |
-
msgstr ""
|
359 |
-
|
360 |
-
#: includes/whitelist.php:106
|
361 |
-
msgid "Search IP"
|
362 |
-
msgstr ""
|
363 |
-
|
364 |
-
#: includes/whitelist.php:160
|
365 |
-
msgid "Nothing found"
|
366 |
-
msgstr ""
|
367 |
-
|
368 |
-
#: includes/whitelist.php:160
|
369 |
-
msgid "No IP in the whitelist"
|
370 |
-
msgstr ""
|
371 |
-
|
372 |
-
#: includes/whitelist.php:167
|
373 |
-
msgid "IP address"
|
374 |
-
msgstr ""
|
375 |
-
|
376 |
-
#: includes/whitelist.php:168
|
377 |
-
msgid "Date added"
|
378 |
-
msgstr ""
|
379 |
-
|
380 |
-
#: includes/whitelist.php:222 includes/whitelist.php:232
|
381 |
-
msgid "Remove from the whitelist"
|
382 |
-
msgstr ""
|
383 |
-
|
384 |
-
#: includes/whitelist.php:318
|
385 |
-
msgid "IP added to the whitelist successfully"
|
386 |
-
msgstr ""
|
387 |
-
|
388 |
-
#: includes/whitelist.php:320 includes/whitelist.php:341
|
389 |
-
#: includes/whitelist.php:351
|
390 |
-
msgid "Some errors occurred"
|
391 |
-
msgstr ""
|
392 |
-
|
393 |
-
#: includes/whitelist.php:322
|
394 |
-
msgid "IP is already in the whitelist"
|
395 |
-
msgstr ""
|
396 |
-
|
397 |
-
#: includes/whitelist.php:325
|
398 |
-
msgid "Invalid IP. See allowed formats."
|
399 |
-
msgstr ""
|
400 |
-
|
401 |
-
#: includes/whitelist.php:347
|
402 |
-
msgid "One IP was deleted successfully"
|
403 |
-
msgstr ""
|
404 |
-
|
405 |
-
#: includes/whitelist.php:354
|
406 |
-
msgid "You have not entered any IP"
|
407 |
-
msgstr ""
|
408 |
-
|
409 |
-
#: includes/whitelist.php:357
|
410 |
-
msgid "You have not entered any IP in to the search form"
|
411 |
-
msgstr ""
|
412 |
-
|
413 |
-
#: includes/whitelist.php:359
|
414 |
-
msgid "Search results for"
|
415 |
-
msgstr ""
|
416 |
-
|
417 |
-
#: includes/pro_banners.php:17
|
418 |
-
msgid "This options is available in Pro version of plugin"
|
419 |
-
msgstr ""
|
420 |
-
|
421 |
-
#: includes/pro_banners.php:20
|
422 |
-
msgid "Close"
|
423 |
-
msgstr ""
|
424 |
-
|
425 |
-
#: includes/pro_banners.php:29
|
426 |
-
msgid "Upgrade to Pro"
|
427 |
-
msgstr ""
|
428 |
-
|
429 |
-
#: includes/pro_banners.php:42
|
430 |
-
msgid "Reason"
|
431 |
-
msgstr ""
|
432 |
-
|
433 |
-
#: includes/pro_banners.php:45
|
434 |
-
msgid "Allowed separators for IPs: a comma"
|
435 |
-
msgstr ""
|
436 |
-
|
437 |
-
#: includes/pro_banners.php:45 includes/pro_banners.php:46
|
438 |
-
msgid "semicolon"
|
439 |
-
msgstr ""
|
440 |
-
|
441 |
-
#: includes/pro_banners.php:45
|
442 |
-
msgid "ordinary space, tab, new line or carriage return"
|
443 |
-
msgstr ""
|
444 |
-
|
445 |
-
#: includes/pro_banners.php:46
|
446 |
-
msgid "Allowed separators for reasons: a comma"
|
447 |
-
msgstr ""
|
448 |
-
|
449 |
-
#: includes/pro_banners.php:46
|
450 |
-
msgid "tab, new line or carriage return"
|
451 |
-
msgstr ""
|
452 |
-
|
453 |
-
#: includes/pro_banners.php:71
|
454 |
-
msgid "Normal"
|
455 |
-
msgstr ""
|
456 |
-
|
457 |
-
#: includes/pro_banners.php:72
|
458 |
-
msgid "Compact"
|
459 |
-
msgstr ""
|
460 |
-
|
461 |
-
#: includes/pro_banners.php:76
|
462 |
-
#, fuzzy
|
463 |
-
msgid "reCAPTCHA Language"
|
464 |
-
msgstr "reCAPTCHA versione:"
|
465 |
-
|
466 |
-
#: includes/pro_banners.php:83
|
467 |
-
msgid "Use the current site language"
|
468 |
-
msgstr ""
|
469 |
-
|
470 |
-
#: includes/pro_banners.php:83
|
471 |
-
msgid "Using"
|
472 |
-
msgstr ""
|
473 |
-
|
474 |
-
#: includes/pro_banners.php:89
|
475 |
-
#, fuzzy
|
476 |
-
msgid "reCAPTCHA Size"
|
477 |
-
msgstr "reCAPTCHA versione:"
|
478 |
-
|
479 |
-
#, fuzzy
|
480 |
-
#~ msgid "Error: You have entered an incorrect reCAPTCHA value"
|
481 |
-
#~ msgstr "Errore: Hai introdotto un valore CAPTCHA errato."
|
482 |
-
|
483 |
-
#, fuzzy
|
484 |
-
#~ msgid "You have entered an incorrect reCAPTCHA value"
|
485 |
-
#~ msgstr "Errore: Hai introdotto un valore CAPTCHA errato."
|
486 |
-
|
487 |
-
#, fuzzy
|
488 |
-
#~ msgid "Before you are able to do something, you must to register %shere%s"
|
489 |
-
#~ msgstr "Prima di poter fare qualcosa, devi registrare %s qui %s"
|
490 |
-
|
491 |
-
#, fuzzy
|
492 |
-
#~ msgid "Enter site key and secret key, that you get after registration"
|
493 |
-
#~ msgstr ""
|
494 |
-
#~ "Introduci la Chiave del sito e la Chiave segreta, che si ottengono dopo "
|
495 |
-
#~ "la registrazione."
|
496 |
-
|
497 |
-
#, fuzzy
|
498 |
-
#~ msgid ""
|
499 |
-
#~ "Google Captcha version 2 will not work correctly, since the option "
|
500 |
-
#~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
|
501 |
-
#~ "service."
|
502 |
-
#~ msgstr ""
|
503 |
-
#~ "Google Captcha versione 2 non funzionerà correttamente perchè l'opzione "
|
504 |
-
#~ "\"allow_url_fopen\" è disabilitata nelle impostazioni PHP del tuo hosting."
|
505 |
-
|
506 |
-
#~ msgid ""
|
507 |
-
#~ "Google Captcha version 2 will not work correctly, since the option "
|
508 |
-
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
509 |
-
#~ msgstr ""
|
510 |
-
#~ "Google Captcha versione 2 non funzionerà correttamente perchè l'opzione "
|
511 |
-
#~ "\"allow_url_fopen\" è disabilitata nelle impostazioni PHP del tuo hosting."
|
512 |
-
|
513 |
-
#~ msgid "Read more."
|
514 |
-
#~ msgstr "Continua a leggere."
|
515 |
-
|
516 |
-
#~ msgid "powered by"
|
517 |
-
#~ msgstr "powered by"
|
518 |
-
|
519 |
-
#, fuzzy
|
520 |
-
#~ msgid "Activate"
|
521 |
-
#~ msgstr "Tema Activado"
|
522 |
-
|
523 |
-
#~ msgid "Notice:"
|
524 |
-
#~ msgstr "Avviso:"
|
525 |
-
|
526 |
-
#~ msgid ""
|
527 |
-
#~ "The plugin's settings have been changed. In order to save them please "
|
528 |
-
#~ "don't forget to click the 'Save Changes' button."
|
529 |
-
#~ msgstr ""
|
530 |
-
#~ "Le impostazioni del plugin sono state modificate. Per salvarle non "
|
531 |
-
#~ "dimenticare di premere il tasto 'Salva modifiche'."
|
532 |
-
|
533 |
-
#~ msgid "Contact form"
|
534 |
-
#~ msgstr "Form di contatto"
|
535 |
-
|
536 |
-
#~ msgid "Activate contact form"
|
537 |
-
#~ msgstr "Attivare form di contatto"
|
538 |
-
|
539 |
-
#~ msgid "Download contact form"
|
540 |
-
#~ msgstr "Scaricare form di contatto"
|
541 |
-
|
542 |
-
#~ msgid "Google Captcha"
|
543 |
-
#~ msgstr "Google Captcha"
|
544 |
-
|
545 |
-
#~ msgid "Enable Google Captcha for:"
|
546 |
-
#~ msgstr "Abilitare Google Captcha per:"
|
547 |
-
|
548 |
-
#~ msgid "Hide captcha for:"
|
549 |
-
#~ msgstr "Nasondi captcha per:"
|
550 |
-
|
551 |
-
#~ msgid "Theme:"
|
552 |
-
#~ msgstr "Tema:"
|
553 |
-
|
554 |
-
#~ msgid "requires"
|
555 |
-
#~ msgstr "richiede"
|
556 |
-
|
557 |
-
#~ msgid ""
|
558 |
-
#~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
|
559 |
-
#~ "and try again."
|
560 |
-
#~ msgstr ""
|
561 |
-
#~ "o superiore, è per questo motivo che è stato disattivato! Per favore "
|
562 |
-
#~ "aggiorna Wordpress e riprova."
|
563 |
-
|
564 |
-
#~ msgid "Back to the WordPress"
|
565 |
-
#~ msgstr "Torna a WordPress"
|
566 |
-
|
567 |
-
#~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
568 |
-
#~ msgstr ""
|
569 |
-
#~ "Se ti piace il nostro plugin, per favore dacci 5 stelle su WordPress"
|
570 |
-
|
571 |
-
#~ msgid "Rate the plugin"
|
572 |
-
#~ msgstr "Votare il plugin"
|
573 |
-
|
574 |
-
#~ msgid "If there is something wrong about it, please contact us"
|
575 |
-
#~ msgstr "Se c'è qualche problema con esso, per favore contattaci"
|
576 |
-
|
577 |
-
#~ msgid "Public Key"
|
578 |
-
#~ msgstr "Clave Pública"
|
579 |
-
|
580 |
-
#~ msgid "Private Key"
|
581 |
-
#~ msgstr "Clave Privada"
|
582 |
-
|
583 |
-
#~ msgid "Enter public key"
|
584 |
-
#~ msgstr "Introduce la clave pública"
|
585 |
-
|
586 |
-
#~ msgid "Red"
|
587 |
-
#~ msgstr "Rojo"
|
588 |
-
|
589 |
-
#~ msgid "Blackglass"
|
590 |
-
#~ msgstr "Cristal Negro"
|
591 |
-
|
592 |
-
#~ msgid "Clean"
|
593 |
-
#~ msgstr "Limpio"
|
594 |
-
|
595 |
-
#~ msgid "Themes"
|
596 |
-
#~ msgstr "Temas"
|
597 |
-
|
598 |
-
#~ msgid "WARNING: The captcha will not display while you not fill key fields."
|
599 |
-
#~ msgstr ""
|
600 |
-
#~ "ADVERTENCIA: El Captcha no se mostrará mientras no llena los campos clave."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/google-captcha-pl_PL.mo
DELETED
Binary file
|
languages/google-captcha-pl_PL.po
DELETED
@@ -1,563 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Google Сaptcha\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-05-16 09:26+0300\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
9 |
-
"Language: pl_PL\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.4\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:34 google-captcha.php:593
|
22 |
-
msgid "Google Captcha Settings"
|
23 |
-
msgstr "Ustawienia Google Captcha"
|
24 |
-
|
25 |
-
#: google-captcha.php:248
|
26 |
-
msgid "Please wait until Google reCAPTCHA is loaded."
|
27 |
-
msgstr ""
|
28 |
-
|
29 |
-
#: google-captcha.php:249
|
30 |
-
msgid ""
|
31 |
-
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
32 |
-
"reload this page."
|
33 |
-
msgstr ""
|
34 |
-
|
35 |
-
#: google-captcha.php:269
|
36 |
-
msgid "Warning"
|
37 |
-
msgstr ""
|
38 |
-
|
39 |
-
#: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
|
40 |
-
#: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
|
41 |
-
msgid "Error"
|
42 |
-
msgstr ""
|
43 |
-
|
44 |
-
#: google-captcha.php:371
|
45 |
-
msgid "You are in the whitelist"
|
46 |
-
msgstr ""
|
47 |
-
|
48 |
-
#: google-captcha.php:498
|
49 |
-
#, fuzzy
|
50 |
-
msgid "Site Key"
|
51 |
-
msgstr "Klucz prywatny"
|
52 |
-
|
53 |
-
#: google-captcha.php:503
|
54 |
-
msgid "Secret Key"
|
55 |
-
msgstr ""
|
56 |
-
|
57 |
-
#: google-captcha.php:510 google-captcha.php:511
|
58 |
-
msgid "Version"
|
59 |
-
msgstr ""
|
60 |
-
|
61 |
-
#: google-captcha.php:512
|
62 |
-
msgid "Invisible reCAPTCHA"
|
63 |
-
msgstr ""
|
64 |
-
|
65 |
-
#: google-captcha.php:517
|
66 |
-
msgid "Login form"
|
67 |
-
msgstr "Formularz logowania"
|
68 |
-
|
69 |
-
#: google-captcha.php:518
|
70 |
-
msgid "Registration form"
|
71 |
-
msgstr "Formularz rejestracji"
|
72 |
-
|
73 |
-
#: google-captcha.php:519
|
74 |
-
msgid "Reset password form"
|
75 |
-
msgstr "Formularz odzyskiwania hasła"
|
76 |
-
|
77 |
-
#: google-captcha.php:520
|
78 |
-
msgid "Comments form"
|
79 |
-
msgstr "Formularz komentarza"
|
80 |
-
|
81 |
-
#: google-captcha.php:539
|
82 |
-
#, fuzzy
|
83 |
-
msgid "Enter site key"
|
84 |
-
msgstr "Wprowadź klucz prywatny"
|
85 |
-
|
86 |
-
#: google-captcha.php:540 google-captcha.php:546
|
87 |
-
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
88 |
-
msgstr ""
|
89 |
-
"OSTRZEŻENIE: Kod captcha nie będzie wyświetlany, jeżeli nie wprowadzisz "
|
90 |
-
"kluczy."
|
91 |
-
|
92 |
-
#: google-captcha.php:545
|
93 |
-
#, fuzzy
|
94 |
-
msgid "Enter secret key"
|
95 |
-
msgstr "Wprowadź klucz prywatny"
|
96 |
-
|
97 |
-
#: google-captcha.php:572
|
98 |
-
msgid "Settings saved"
|
99 |
-
msgstr "Ustawienia zapisane"
|
100 |
-
|
101 |
-
#: google-captcha.php:578
|
102 |
-
#, fuzzy
|
103 |
-
msgid "All plugin settings were restored"
|
104 |
-
msgstr "stronie ustawień wtyczki"
|
105 |
-
|
106 |
-
#: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
|
107 |
-
msgid "Settings"
|
108 |
-
msgstr "Ustawienia"
|
109 |
-
|
110 |
-
#: google-captcha.php:596
|
111 |
-
#, fuzzy
|
112 |
-
msgid "Whitelist"
|
113 |
-
msgstr "Biały"
|
114 |
-
|
115 |
-
#: google-captcha.php:597
|
116 |
-
msgid "Custom code"
|
117 |
-
msgstr ""
|
118 |
-
|
119 |
-
#: google-captcha.php:598
|
120 |
-
msgid "Go PRO"
|
121 |
-
msgstr ""
|
122 |
-
|
123 |
-
#: google-captcha.php:603
|
124 |
-
msgid ""
|
125 |
-
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
126 |
-
"version 1 features."
|
127 |
-
msgstr ""
|
128 |
-
|
129 |
-
#: google-captcha.php:618
|
130 |
-
#, fuzzy, php-format
|
131 |
-
msgid ""
|
132 |
-
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
133 |
-
"please use %s button"
|
134 |
-
msgstr ""
|
135 |
-
"Jeżeli chcesz umieścić wtyczkę Google Captcha we własnym formularzu, po "
|
136 |
-
"prostu skopiuj i wklej ten kod w swoim poście lub na swojej stronie:"
|
137 |
-
|
138 |
-
#: google-captcha.php:622
|
139 |
-
#, php-format
|
140 |
-
msgid ""
|
141 |
-
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
142 |
-
"on %s button in the content edit block using the Visual mode. If the button "
|
143 |
-
"isn't displayed or you would like to add the Google Captcha (reCAPTCHA) to "
|
144 |
-
"your own form , please use the shortcode %s"
|
145 |
-
msgstr ""
|
146 |
-
|
147 |
-
#: google-captcha.php:628
|
148 |
-
msgid "Authentication"
|
149 |
-
msgstr "Uwierzytelnianie"
|
150 |
-
|
151 |
-
#: google-captcha.php:629
|
152 |
-
#, php-format
|
153 |
-
msgid ""
|
154 |
-
"In order to use reCAPTCHA, please enter site and secret keys. You can manage "
|
155 |
-
"your API keys %shere%s"
|
156 |
-
msgstr ""
|
157 |
-
|
158 |
-
#: google-captcha.php:644
|
159 |
-
msgid "Test Keys"
|
160 |
-
msgstr ""
|
161 |
-
|
162 |
-
#: google-captcha.php:647
|
163 |
-
msgid "Options"
|
164 |
-
msgstr "Opcje"
|
165 |
-
|
166 |
-
#: google-captcha.php:650
|
167 |
-
msgid "Enable reCAPTCHA for"
|
168 |
-
msgstr ""
|
169 |
-
|
170 |
-
#: google-captcha.php:654
|
171 |
-
msgid "WordPress default"
|
172 |
-
msgstr ""
|
173 |
-
|
174 |
-
#: google-captcha.php:663
|
175 |
-
msgid "This option is available only for network or for main blog"
|
176 |
-
msgstr ""
|
177 |
-
|
178 |
-
#: google-captcha.php:672
|
179 |
-
#, fuzzy
|
180 |
-
msgid "Plugins"
|
181 |
-
msgstr "Strona Wtyczki"
|
182 |
-
|
183 |
-
#: google-captcha.php:680 google-captcha.php:685
|
184 |
-
#, php-format
|
185 |
-
msgid "You should %s to use this functionality"
|
186 |
-
msgstr ""
|
187 |
-
|
188 |
-
#: google-captcha.php:681
|
189 |
-
#, fuzzy
|
190 |
-
msgid "activate"
|
191 |
-
msgstr "Motyw aktywny"
|
192 |
-
|
193 |
-
#: google-captcha.php:681
|
194 |
-
msgid "for network"
|
195 |
-
msgstr ""
|
196 |
-
|
197 |
-
#: google-captcha.php:686
|
198 |
-
msgid "download"
|
199 |
-
msgstr ""
|
200 |
-
|
201 |
-
#: google-captcha.php:690
|
202 |
-
msgid "Check off for adding captcha to forms on their settings pages"
|
203 |
-
msgstr ""
|
204 |
-
|
205 |
-
#: google-captcha.php:699
|
206 |
-
#, php-format
|
207 |
-
msgid ""
|
208 |
-
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
209 |
-
msgstr ""
|
210 |
-
|
211 |
-
#: google-captcha.php:699 google-captcha.php:1296
|
212 |
-
msgid "FAQ"
|
213 |
-
msgstr "FAQ"
|
214 |
-
|
215 |
-
#: google-captcha.php:704
|
216 |
-
msgid "Hide reCAPTCHA in Comments Form for"
|
217 |
-
msgstr ""
|
218 |
-
|
219 |
-
#: google-captcha.php:716
|
220 |
-
#, fuzzy
|
221 |
-
msgid "Whitelist Notification"
|
222 |
-
msgstr "Uwierzytelnianie"
|
223 |
-
|
224 |
-
#: google-captcha.php:720
|
225 |
-
msgid ""
|
226 |
-
"This message will be displayed instead of the reCAPTCHA if the user IP is "
|
227 |
-
"added to the whitelist"
|
228 |
-
msgstr ""
|
229 |
-
|
230 |
-
#: google-captcha.php:726
|
231 |
-
msgid "reCAPTCHA Version"
|
232 |
-
msgstr ""
|
233 |
-
|
234 |
-
#: google-captcha.php:736
|
235 |
-
msgid ""
|
236 |
-
"reCAPTCHA block won't be visible for non-suspicious users while suspicious "
|
237 |
-
"ones will have to pass the captcha"
|
238 |
-
msgstr ""
|
239 |
-
|
240 |
-
#: google-captcha.php:744 google-captcha.php:757
|
241 |
-
msgid "reCAPTCHA Theme"
|
242 |
-
msgstr ""
|
243 |
-
|
244 |
-
#: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
|
245 |
-
msgid "for version"
|
246 |
-
msgstr ""
|
247 |
-
|
248 |
-
#: google-captcha.php:770
|
249 |
-
msgid "Save Changes"
|
250 |
-
msgstr "Zapisz zmiany"
|
251 |
-
|
252 |
-
#: google-captcha.php:834 google-captcha.php:1315
|
253 |
-
msgid "To use Google Captcha you must get the keys from"
|
254 |
-
msgstr "Aby korzystać z Google Captcha, musisz najpierw uzyskać klucze"
|
255 |
-
|
256 |
-
#: google-captcha.php:835 google-captcha.php:1316
|
257 |
-
msgid "here"
|
258 |
-
msgstr "stąd"
|
259 |
-
|
260 |
-
#: google-captcha.php:836 google-captcha.php:1317
|
261 |
-
msgid "and enter them on the"
|
262 |
-
msgstr "i wprowadzić je na"
|
263 |
-
|
264 |
-
#: google-captcha.php:838 google-captcha.php:1319
|
265 |
-
msgid "plugin setting page"
|
266 |
-
msgstr "stronie ustawień wtyczki"
|
267 |
-
|
268 |
-
#: google-captcha.php:1041
|
269 |
-
msgid "User response is missing."
|
270 |
-
msgstr ""
|
271 |
-
|
272 |
-
#: google-captcha.php:1045 google-captcha.php:1053
|
273 |
-
msgid "Secret Key is invalid"
|
274 |
-
msgstr ""
|
275 |
-
|
276 |
-
#: google-captcha.php:1046 google-captcha.php:1054
|
277 |
-
msgid "Check your domain configuration"
|
278 |
-
msgstr ""
|
279 |
-
|
280 |
-
#: google-captcha.php:1047 google-captcha.php:1055
|
281 |
-
#, fuzzy
|
282 |
-
msgid "and enter it again"
|
283 |
-
msgstr "i wprowadzić je na"
|
284 |
-
|
285 |
-
#: google-captcha.php:1050
|
286 |
-
msgid "Secret Key is missing."
|
287 |
-
msgstr ""
|
288 |
-
|
289 |
-
#: google-captcha.php:1057
|
290 |
-
msgid "User response is invalid"
|
291 |
-
msgstr ""
|
292 |
-
|
293 |
-
#: google-captcha.php:1058
|
294 |
-
#, fuzzy
|
295 |
-
msgid "You have entered an incorrect reCAPTCHA value."
|
296 |
-
msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA."
|
297 |
-
|
298 |
-
#: google-captcha.php:1059
|
299 |
-
msgid ""
|
300 |
-
"More than one reCAPTCHA has been found in the current form. Please remove "
|
301 |
-
"all unnecessary reCAPTCHA fields to make it work properly."
|
302 |
-
msgstr ""
|
303 |
-
|
304 |
-
#: google-captcha.php:1205
|
305 |
-
#, fuzzy
|
306 |
-
msgid "Click the BACK button on your browser, and try again."
|
307 |
-
msgstr ""
|
308 |
-
"Błąd: wprowadzono nieprawidłowy kod CAPTCHA. Kliknij przycisk WSTECZ na "
|
309 |
-
"pasku przeglądarki i spróbuj ponownie."
|
310 |
-
|
311 |
-
#: google-captcha.php:1230
|
312 |
-
msgid "Please, complete the captcha and submit \"Test verification\""
|
313 |
-
msgstr ""
|
314 |
-
|
315 |
-
#: google-captcha.php:1235
|
316 |
-
msgid "Test verification"
|
317 |
-
msgstr ""
|
318 |
-
|
319 |
-
#: google-captcha.php:1256
|
320 |
-
msgid "The verification is successfully completed"
|
321 |
-
msgstr ""
|
322 |
-
|
323 |
-
#: google-captcha.php:1297
|
324 |
-
msgid "Support"
|
325 |
-
msgstr "Wsparcie"
|
326 |
-
|
327 |
-
#: includes/whitelist.php:64
|
328 |
-
msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
|
329 |
-
msgstr ""
|
330 |
-
|
331 |
-
#: includes/whitelist.php:71
|
332 |
-
msgid "Add IP to the whitelist"
|
333 |
-
msgstr ""
|
334 |
-
|
335 |
-
#: includes/whitelist.php:75
|
336 |
-
#, fuzzy
|
337 |
-
msgid "Save changes"
|
338 |
-
msgstr "Zapisz zmiany"
|
339 |
-
|
340 |
-
#: includes/whitelist.php:92
|
341 |
-
msgid "My IP"
|
342 |
-
msgstr ""
|
343 |
-
|
344 |
-
#: includes/whitelist.php:96
|
345 |
-
msgid "Save IP to the whitelist"
|
346 |
-
msgstr ""
|
347 |
-
|
348 |
-
#: includes/whitelist.php:100 includes/pro_banners.php:44
|
349 |
-
msgid "Allowed formats"
|
350 |
-
msgstr ""
|
351 |
-
|
352 |
-
#: includes/whitelist.php:101
|
353 |
-
msgid "Allowed diapason"
|
354 |
-
msgstr ""
|
355 |
-
|
356 |
-
#: includes/whitelist.php:106
|
357 |
-
msgid "Search IP"
|
358 |
-
msgstr ""
|
359 |
-
|
360 |
-
#: includes/whitelist.php:160
|
361 |
-
msgid "Nothing found"
|
362 |
-
msgstr ""
|
363 |
-
|
364 |
-
#: includes/whitelist.php:160
|
365 |
-
msgid "No IP in the whitelist"
|
366 |
-
msgstr ""
|
367 |
-
|
368 |
-
#: includes/whitelist.php:167
|
369 |
-
msgid "IP address"
|
370 |
-
msgstr ""
|
371 |
-
|
372 |
-
#: includes/whitelist.php:168
|
373 |
-
msgid "Date added"
|
374 |
-
msgstr ""
|
375 |
-
|
376 |
-
#: includes/whitelist.php:222 includes/whitelist.php:232
|
377 |
-
msgid "Remove from the whitelist"
|
378 |
-
msgstr ""
|
379 |
-
|
380 |
-
#: includes/whitelist.php:318
|
381 |
-
msgid "IP added to the whitelist successfully"
|
382 |
-
msgstr ""
|
383 |
-
|
384 |
-
#: includes/whitelist.php:320 includes/whitelist.php:341
|
385 |
-
#: includes/whitelist.php:351
|
386 |
-
msgid "Some errors occurred"
|
387 |
-
msgstr ""
|
388 |
-
|
389 |
-
#: includes/whitelist.php:322
|
390 |
-
msgid "IP is already in the whitelist"
|
391 |
-
msgstr ""
|
392 |
-
|
393 |
-
#: includes/whitelist.php:325
|
394 |
-
msgid "Invalid IP. See allowed formats."
|
395 |
-
msgstr ""
|
396 |
-
|
397 |
-
#: includes/whitelist.php:347
|
398 |
-
msgid "One IP was deleted successfully"
|
399 |
-
msgstr ""
|
400 |
-
|
401 |
-
#: includes/whitelist.php:354
|
402 |
-
msgid "You have not entered any IP"
|
403 |
-
msgstr ""
|
404 |
-
|
405 |
-
#: includes/whitelist.php:357
|
406 |
-
msgid "You have not entered any IP in to the search form"
|
407 |
-
msgstr ""
|
408 |
-
|
409 |
-
#: includes/whitelist.php:359
|
410 |
-
msgid "Search results for"
|
411 |
-
msgstr ""
|
412 |
-
|
413 |
-
#: includes/pro_banners.php:17
|
414 |
-
msgid "This options is available in Pro version of plugin"
|
415 |
-
msgstr ""
|
416 |
-
|
417 |
-
#: includes/pro_banners.php:20
|
418 |
-
msgid "Close"
|
419 |
-
msgstr ""
|
420 |
-
|
421 |
-
#: includes/pro_banners.php:29
|
422 |
-
msgid "Upgrade to Pro"
|
423 |
-
msgstr ""
|
424 |
-
|
425 |
-
#: includes/pro_banners.php:42
|
426 |
-
msgid "Reason"
|
427 |
-
msgstr ""
|
428 |
-
|
429 |
-
#: includes/pro_banners.php:45
|
430 |
-
msgid "Allowed separators for IPs: a comma"
|
431 |
-
msgstr ""
|
432 |
-
|
433 |
-
#: includes/pro_banners.php:45 includes/pro_banners.php:46
|
434 |
-
msgid "semicolon"
|
435 |
-
msgstr ""
|
436 |
-
|
437 |
-
#: includes/pro_banners.php:45
|
438 |
-
msgid "ordinary space, tab, new line or carriage return"
|
439 |
-
msgstr ""
|
440 |
-
|
441 |
-
#: includes/pro_banners.php:46
|
442 |
-
msgid "Allowed separators for reasons: a comma"
|
443 |
-
msgstr ""
|
444 |
-
|
445 |
-
#: includes/pro_banners.php:46
|
446 |
-
msgid "tab, new line or carriage return"
|
447 |
-
msgstr ""
|
448 |
-
|
449 |
-
#: includes/pro_banners.php:71
|
450 |
-
msgid "Normal"
|
451 |
-
msgstr ""
|
452 |
-
|
453 |
-
#: includes/pro_banners.php:72
|
454 |
-
msgid "Compact"
|
455 |
-
msgstr ""
|
456 |
-
|
457 |
-
#: includes/pro_banners.php:76
|
458 |
-
msgid "reCAPTCHA Language"
|
459 |
-
msgstr ""
|
460 |
-
|
461 |
-
#: includes/pro_banners.php:83
|
462 |
-
msgid "Use the current site language"
|
463 |
-
msgstr ""
|
464 |
-
|
465 |
-
#: includes/pro_banners.php:83
|
466 |
-
msgid "Using"
|
467 |
-
msgstr ""
|
468 |
-
|
469 |
-
#: includes/pro_banners.php:89
|
470 |
-
msgid "reCAPTCHA Size"
|
471 |
-
msgstr ""
|
472 |
-
|
473 |
-
#, fuzzy
|
474 |
-
#~ msgid "Error: You have entered an incorrect reCAPTCHA value"
|
475 |
-
#~ msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA."
|
476 |
-
|
477 |
-
#, fuzzy
|
478 |
-
#~ msgid "You have entered an incorrect reCAPTCHA value"
|
479 |
-
#~ msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA."
|
480 |
-
|
481 |
-
#, fuzzy
|
482 |
-
#~ msgid "Before you are able to do something, you must to register %shere%s"
|
483 |
-
#~ msgstr "Aby móc cokolwiek zrobić, musisz się zarejestrować %s tutaj %s"
|
484 |
-
|
485 |
-
#, fuzzy
|
486 |
-
#~ msgid "Enter site key and secret key, that you get after registration"
|
487 |
-
#~ msgstr ""
|
488 |
-
#~ "Wprowadź swój klucz publiczny i prywatny, uzyskane po dokonaniu "
|
489 |
-
#~ "rejestracji."
|
490 |
-
|
491 |
-
#~ msgid "powered by"
|
492 |
-
#~ msgstr "opracowany przez"
|
493 |
-
|
494 |
-
#, fuzzy
|
495 |
-
#~ msgid "Activate"
|
496 |
-
#~ msgstr "Motyw aktywny"
|
497 |
-
|
498 |
-
#~ msgid "Contact form"
|
499 |
-
#~ msgstr "Formularz kontaktowy"
|
500 |
-
|
501 |
-
#~ msgid "Activate contact form"
|
502 |
-
#~ msgstr "Włącz formularz kontaktowy"
|
503 |
-
|
504 |
-
#~ msgid "Download contact form"
|
505 |
-
#~ msgstr "Pobierz formularz kontaktowy"
|
506 |
-
|
507 |
-
#~ msgid "Google Captcha"
|
508 |
-
#~ msgstr "Google Captcha"
|
509 |
-
|
510 |
-
#~ msgid "Enable Google Captcha for:"
|
511 |
-
#~ msgstr "Włącz Google Captcha na stronach:"
|
512 |
-
|
513 |
-
#~ msgid "Hide captcha for:"
|
514 |
-
#~ msgstr "Ukryj kod captcha dla:"
|
515 |
-
|
516 |
-
#~ msgid "Theme:"
|
517 |
-
#~ msgstr "Motyw:"
|
518 |
-
|
519 |
-
#~ msgid "requires"
|
520 |
-
#~ msgstr "wymaga"
|
521 |
-
|
522 |
-
#~ msgid ""
|
523 |
-
#~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
|
524 |
-
#~ "and try again."
|
525 |
-
#~ msgstr ""
|
526 |
-
#~ "lub wersji nowszej, dlatego wtyczka jest nieaktywna! Zaktualizuj swoją "
|
527 |
-
#~ "platformę WordPress i spróbuj ponownie."
|
528 |
-
|
529 |
-
#~ msgid "Back to the WordPress"
|
530 |
-
#~ msgstr "Wróć do WordPress"
|
531 |
-
|
532 |
-
#~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
533 |
-
#~ msgstr ""
|
534 |
-
#~ "Jeżeli podoba Ci się nasza wtyczka, oceń ją 5 gwiazdkami w witrynie "
|
535 |
-
#~ "WordPress"
|
536 |
-
|
537 |
-
#~ msgid "Rate the plugin"
|
538 |
-
#~ msgstr "Oceń wtyczkę"
|
539 |
-
|
540 |
-
#~ msgid "If there is something wrong about it, please contact us"
|
541 |
-
#~ msgstr "Jeżeli coś Ci się w niej nie podoba, skontaktuj się z nami"
|
542 |
-
|
543 |
-
#~ msgid "Public Key"
|
544 |
-
#~ msgstr "Klucz publiczny"
|
545 |
-
|
546 |
-
#~ msgid "Enter public key"
|
547 |
-
#~ msgstr "Wprowadź klucz publiczny"
|
548 |
-
|
549 |
-
#~ msgid "Red"
|
550 |
-
#~ msgstr "Czerwony"
|
551 |
-
|
552 |
-
#~ msgid "Blackglass"
|
553 |
-
#~ msgstr "Czarne szkło"
|
554 |
-
|
555 |
-
#~ msgid "Clean"
|
556 |
-
#~ msgstr "Czysty"
|
557 |
-
|
558 |
-
#~ msgid "Themes"
|
559 |
-
#~ msgstr "Motywy"
|
560 |
-
|
561 |
-
#~ msgid "WARNING: The captcha will not display while you not fill key fields."
|
562 |
-
#~ msgstr ""
|
563 |
-
#~ "UWAGA: kod CAPTCHA nie będzie wyświetlany, jeżeli niie wprowadzisz kluczy."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/google-captcha-pt_BR.mo
DELETED
Binary file
|
languages/google-captcha-pt_BR.po
DELETED
@@ -1,732 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Google Сaptcha\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-05-16 09:26+0300\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: Elton Peetz Prado <epeetz@gmail.com>\n"
|
9 |
-
"Language: pt_BR\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
-
"X-Poedit-Basepath: ..\n"
|
15 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit 1.5.4\n"
|
17 |
-
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
-
"X-Poedit-SearchPath-0: .\n"
|
19 |
-
|
20 |
-
#: google-captcha.php:34 google-captcha.php:593
|
21 |
-
msgid "Google Captcha Settings"
|
22 |
-
msgstr "Configurações Google Captcha"
|
23 |
-
|
24 |
-
#: google-captcha.php:248
|
25 |
-
msgid "Please wait until Google reCAPTCHA is loaded."
|
26 |
-
msgstr ""
|
27 |
-
|
28 |
-
#: google-captcha.php:249
|
29 |
-
msgid ""
|
30 |
-
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
31 |
-
"reload this page."
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: google-captcha.php:269
|
35 |
-
msgid "Warning"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
|
39 |
-
#: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
|
40 |
-
msgid "Error"
|
41 |
-
msgstr ""
|
42 |
-
|
43 |
-
#: google-captcha.php:371
|
44 |
-
msgid "You are in the whitelist"
|
45 |
-
msgstr ""
|
46 |
-
|
47 |
-
#: google-captcha.php:498
|
48 |
-
#, fuzzy
|
49 |
-
msgid "Site Key"
|
50 |
-
msgstr "URL do site"
|
51 |
-
|
52 |
-
#: google-captcha.php:503
|
53 |
-
msgid "Secret Key"
|
54 |
-
msgstr ""
|
55 |
-
|
56 |
-
#: google-captcha.php:510 google-captcha.php:511
|
57 |
-
#, fuzzy
|
58 |
-
msgid "Version"
|
59 |
-
msgstr "Versão do PHP"
|
60 |
-
|
61 |
-
#: google-captcha.php:512
|
62 |
-
msgid "Invisible reCAPTCHA"
|
63 |
-
msgstr ""
|
64 |
-
|
65 |
-
#: google-captcha.php:517
|
66 |
-
msgid "Login form"
|
67 |
-
msgstr "Formulário de login"
|
68 |
-
|
69 |
-
#: google-captcha.php:518
|
70 |
-
msgid "Registration form"
|
71 |
-
msgstr "Formulário de registro"
|
72 |
-
|
73 |
-
#: google-captcha.php:519
|
74 |
-
msgid "Reset password form"
|
75 |
-
msgstr "Formulário de alterar senha"
|
76 |
-
|
77 |
-
#: google-captcha.php:520
|
78 |
-
msgid "Comments form"
|
79 |
-
msgstr "Fomulário de comentários"
|
80 |
-
|
81 |
-
#: google-captcha.php:539
|
82 |
-
#, fuzzy
|
83 |
-
msgid "Enter site key"
|
84 |
-
msgstr "Digite a chave privada"
|
85 |
-
|
86 |
-
#: google-captcha.php:540 google-captcha.php:546
|
87 |
-
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
88 |
-
msgstr ""
|
89 |
-
"AVISO: O captcha não será exibido enquanto você não preencher os campos-"
|
90 |
-
"chave."
|
91 |
-
|
92 |
-
#: google-captcha.php:545
|
93 |
-
#, fuzzy
|
94 |
-
msgid "Enter secret key"
|
95 |
-
msgstr "Digite a chave privada"
|
96 |
-
|
97 |
-
#: google-captcha.php:572
|
98 |
-
msgid "Settings saved"
|
99 |
-
msgstr "Configurações salvas"
|
100 |
-
|
101 |
-
#: google-captcha.php:578
|
102 |
-
#, fuzzy
|
103 |
-
msgid "All plugin settings were restored"
|
104 |
-
msgstr "página de configuração do plugin"
|
105 |
-
|
106 |
-
#: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
|
107 |
-
msgid "Settings"
|
108 |
-
msgstr "Configurações"
|
109 |
-
|
110 |
-
#: google-captcha.php:596
|
111 |
-
msgid "Whitelist"
|
112 |
-
msgstr ""
|
113 |
-
|
114 |
-
#: google-captcha.php:597
|
115 |
-
msgid "Custom code"
|
116 |
-
msgstr ""
|
117 |
-
|
118 |
-
#: google-captcha.php:598
|
119 |
-
msgid "Go PRO"
|
120 |
-
msgstr ""
|
121 |
-
|
122 |
-
#: google-captcha.php:603
|
123 |
-
msgid ""
|
124 |
-
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
125 |
-
"version 1 features."
|
126 |
-
msgstr ""
|
127 |
-
|
128 |
-
#: google-captcha.php:618
|
129 |
-
#, fuzzy, php-format
|
130 |
-
msgid ""
|
131 |
-
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
132 |
-
"please use %s button"
|
133 |
-
msgstr ""
|
134 |
-
"Se você quiser adicionar o Google Captcha para seu próprio formulário, basta "
|
135 |
-
"copiar e colar este shortcode para o seu post ou página:"
|
136 |
-
|
137 |
-
#: google-captcha.php:622
|
138 |
-
#, php-format
|
139 |
-
msgid ""
|
140 |
-
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
141 |
-
"on %s button in the content edit block using the Visual mode. If the button "
|
142 |
-
"isn't displayed or you would like to add the Google Captcha (reCAPTCHA) to "
|
143 |
-
"your own form , please use the shortcode %s"
|
144 |
-
msgstr ""
|
145 |
-
|
146 |
-
#: google-captcha.php:628
|
147 |
-
msgid "Authentication"
|
148 |
-
msgstr "Autenticação"
|
149 |
-
|
150 |
-
#: google-captcha.php:629
|
151 |
-
#, php-format
|
152 |
-
msgid ""
|
153 |
-
"In order to use reCAPTCHA, please enter site and secret keys. You can manage "
|
154 |
-
"your API keys %shere%s"
|
155 |
-
msgstr ""
|
156 |
-
|
157 |
-
#: google-captcha.php:644
|
158 |
-
msgid "Test Keys"
|
159 |
-
msgstr ""
|
160 |
-
|
161 |
-
#: google-captcha.php:647
|
162 |
-
msgid "Options"
|
163 |
-
msgstr "Opções"
|
164 |
-
|
165 |
-
#: google-captcha.php:650
|
166 |
-
msgid "Enable reCAPTCHA for"
|
167 |
-
msgstr ""
|
168 |
-
|
169 |
-
#: google-captcha.php:654
|
170 |
-
#, fuzzy
|
171 |
-
msgid "WordPress default"
|
172 |
-
msgstr "Versão do WordPress"
|
173 |
-
|
174 |
-
#: google-captcha.php:663
|
175 |
-
msgid "This option is available only for network or for main blog"
|
176 |
-
msgstr ""
|
177 |
-
|
178 |
-
#: google-captcha.php:672
|
179 |
-
msgid "Plugins"
|
180 |
-
msgstr "Plugins"
|
181 |
-
|
182 |
-
#: google-captcha.php:680 google-captcha.php:685
|
183 |
-
#, php-format
|
184 |
-
msgid "You should %s to use this functionality"
|
185 |
-
msgstr ""
|
186 |
-
|
187 |
-
#: google-captcha.php:681
|
188 |
-
#, fuzzy
|
189 |
-
msgid "activate"
|
190 |
-
msgstr "Ativar"
|
191 |
-
|
192 |
-
#: google-captcha.php:681
|
193 |
-
msgid "for network"
|
194 |
-
msgstr ""
|
195 |
-
|
196 |
-
#: google-captcha.php:686
|
197 |
-
msgid "download"
|
198 |
-
msgstr ""
|
199 |
-
|
200 |
-
#: google-captcha.php:690
|
201 |
-
msgid "Check off for adding captcha to forms on their settings pages"
|
202 |
-
msgstr ""
|
203 |
-
|
204 |
-
#: google-captcha.php:699
|
205 |
-
#, php-format
|
206 |
-
msgid ""
|
207 |
-
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
208 |
-
msgstr ""
|
209 |
-
|
210 |
-
#: google-captcha.php:699 google-captcha.php:1296
|
211 |
-
msgid "FAQ"
|
212 |
-
msgstr "FAQ"
|
213 |
-
|
214 |
-
#: google-captcha.php:704
|
215 |
-
#, fuzzy
|
216 |
-
msgid "Hide reCAPTCHA in Comments Form for"
|
217 |
-
msgstr "Versão do PHP"
|
218 |
-
|
219 |
-
#: google-captcha.php:716
|
220 |
-
#, fuzzy
|
221 |
-
msgid "Whitelist Notification"
|
222 |
-
msgstr "Autenticação"
|
223 |
-
|
224 |
-
#: google-captcha.php:720
|
225 |
-
msgid ""
|
226 |
-
"This message will be displayed instead of the reCAPTCHA if the user IP is "
|
227 |
-
"added to the whitelist"
|
228 |
-
msgstr ""
|
229 |
-
|
230 |
-
#: google-captcha.php:726
|
231 |
-
#, fuzzy
|
232 |
-
msgid "reCAPTCHA Version"
|
233 |
-
msgstr "Versão do PHP"
|
234 |
-
|
235 |
-
#: google-captcha.php:736
|
236 |
-
msgid ""
|
237 |
-
"reCAPTCHA block won't be visible for non-suspicious users while suspicious "
|
238 |
-
"ones will have to pass the captcha"
|
239 |
-
msgstr ""
|
240 |
-
|
241 |
-
#: google-captcha.php:744 google-captcha.php:757
|
242 |
-
#, fuzzy
|
243 |
-
msgid "reCAPTCHA Theme"
|
244 |
-
msgstr "Versão do PHP"
|
245 |
-
|
246 |
-
#: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
|
247 |
-
#, fuzzy
|
248 |
-
msgid "for version"
|
249 |
-
msgstr "Versão do PHP"
|
250 |
-
|
251 |
-
#: google-captcha.php:770
|
252 |
-
msgid "Save Changes"
|
253 |
-
msgstr "Salvar alterações"
|
254 |
-
|
255 |
-
#: google-captcha.php:834 google-captcha.php:1315
|
256 |
-
msgid "To use Google Captcha you must get the keys from"
|
257 |
-
msgstr "Para usar o Google Captcha é necessário obter as chaves de"
|
258 |
-
|
259 |
-
#: google-captcha.php:835 google-captcha.php:1316
|
260 |
-
msgid "here"
|
261 |
-
msgstr "aqui"
|
262 |
-
|
263 |
-
#: google-captcha.php:836 google-captcha.php:1317
|
264 |
-
msgid "and enter them on the"
|
265 |
-
msgstr "e inserí-los no"
|
266 |
-
|
267 |
-
#: google-captcha.php:838 google-captcha.php:1319
|
268 |
-
msgid "plugin setting page"
|
269 |
-
msgstr "página de configuração do plugin"
|
270 |
-
|
271 |
-
#: google-captcha.php:1041
|
272 |
-
msgid "User response is missing."
|
273 |
-
msgstr ""
|
274 |
-
|
275 |
-
#: google-captcha.php:1045 google-captcha.php:1053
|
276 |
-
msgid "Secret Key is invalid"
|
277 |
-
msgstr ""
|
278 |
-
|
279 |
-
#: google-captcha.php:1046 google-captcha.php:1054
|
280 |
-
msgid "Check your domain configuration"
|
281 |
-
msgstr ""
|
282 |
-
|
283 |
-
#: google-captcha.php:1047 google-captcha.php:1055
|
284 |
-
#, fuzzy
|
285 |
-
msgid "and enter it again"
|
286 |
-
msgstr "e inserí-los no"
|
287 |
-
|
288 |
-
#: google-captcha.php:1050
|
289 |
-
msgid "Secret Key is missing."
|
290 |
-
msgstr ""
|
291 |
-
|
292 |
-
#: google-captcha.php:1057
|
293 |
-
msgid "User response is invalid"
|
294 |
-
msgstr ""
|
295 |
-
|
296 |
-
#: google-captcha.php:1058
|
297 |
-
#, fuzzy
|
298 |
-
msgid "You have entered an incorrect reCAPTCHA value."
|
299 |
-
msgstr "Erro: Você digitou um CAPTCHA com valor incorreto."
|
300 |
-
|
301 |
-
#: google-captcha.php:1059
|
302 |
-
msgid ""
|
303 |
-
"More than one reCAPTCHA has been found in the current form. Please remove "
|
304 |
-
"all unnecessary reCAPTCHA fields to make it work properly."
|
305 |
-
msgstr ""
|
306 |
-
|
307 |
-
#: google-captcha.php:1205
|
308 |
-
#, fuzzy
|
309 |
-
msgid "Click the BACK button on your browser, and try again."
|
310 |
-
msgstr ""
|
311 |
-
"Erro: Você digitou um CAPTCHA com valor incorreto. Clique no botão Voltar do "
|
312 |
-
"seu navegador e tente novamente."
|
313 |
-
|
314 |
-
#: google-captcha.php:1230
|
315 |
-
msgid "Please, complete the captcha and submit \"Test verification\""
|
316 |
-
msgstr ""
|
317 |
-
|
318 |
-
#: google-captcha.php:1235
|
319 |
-
msgid "Test verification"
|
320 |
-
msgstr ""
|
321 |
-
|
322 |
-
#: google-captcha.php:1256
|
323 |
-
msgid "The verification is successfully completed"
|
324 |
-
msgstr ""
|
325 |
-
|
326 |
-
#: google-captcha.php:1297
|
327 |
-
msgid "Support"
|
328 |
-
msgstr "Suporte"
|
329 |
-
|
330 |
-
#: includes/whitelist.php:64
|
331 |
-
msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
|
332 |
-
msgstr ""
|
333 |
-
|
334 |
-
#: includes/whitelist.php:71
|
335 |
-
msgid "Add IP to the whitelist"
|
336 |
-
msgstr ""
|
337 |
-
|
338 |
-
#: includes/whitelist.php:75
|
339 |
-
#, fuzzy
|
340 |
-
msgid "Save changes"
|
341 |
-
msgstr "Salvar alterações"
|
342 |
-
|
343 |
-
#: includes/whitelist.php:92
|
344 |
-
msgid "My IP"
|
345 |
-
msgstr ""
|
346 |
-
|
347 |
-
#: includes/whitelist.php:96
|
348 |
-
msgid "Save IP to the whitelist"
|
349 |
-
msgstr ""
|
350 |
-
|
351 |
-
#: includes/whitelist.php:100 includes/pro_banners.php:44
|
352 |
-
msgid "Allowed formats"
|
353 |
-
msgstr ""
|
354 |
-
|
355 |
-
#: includes/whitelist.php:101
|
356 |
-
msgid "Allowed diapason"
|
357 |
-
msgstr ""
|
358 |
-
|
359 |
-
#: includes/whitelist.php:106
|
360 |
-
msgid "Search IP"
|
361 |
-
msgstr ""
|
362 |
-
|
363 |
-
#: includes/whitelist.php:160
|
364 |
-
msgid "Nothing found"
|
365 |
-
msgstr ""
|
366 |
-
|
367 |
-
#: includes/whitelist.php:160
|
368 |
-
msgid "No IP in the whitelist"
|
369 |
-
msgstr ""
|
370 |
-
|
371 |
-
#: includes/whitelist.php:167
|
372 |
-
msgid "IP address"
|
373 |
-
msgstr ""
|
374 |
-
|
375 |
-
#: includes/whitelist.php:168
|
376 |
-
msgid "Date added"
|
377 |
-
msgstr ""
|
378 |
-
|
379 |
-
#: includes/whitelist.php:222 includes/whitelist.php:232
|
380 |
-
msgid "Remove from the whitelist"
|
381 |
-
msgstr ""
|
382 |
-
|
383 |
-
#: includes/whitelist.php:318
|
384 |
-
msgid "IP added to the whitelist successfully"
|
385 |
-
msgstr ""
|
386 |
-
|
387 |
-
#: includes/whitelist.php:320 includes/whitelist.php:341
|
388 |
-
#: includes/whitelist.php:351
|
389 |
-
msgid "Some errors occurred"
|
390 |
-
msgstr ""
|
391 |
-
|
392 |
-
#: includes/whitelist.php:322
|
393 |
-
msgid "IP is already in the whitelist"
|
394 |
-
msgstr ""
|
395 |
-
|
396 |
-
#: includes/whitelist.php:325
|
397 |
-
msgid "Invalid IP. See allowed formats."
|
398 |
-
msgstr ""
|
399 |
-
|
400 |
-
#: includes/whitelist.php:347
|
401 |
-
msgid "One IP was deleted successfully"
|
402 |
-
msgstr ""
|
403 |
-
|
404 |
-
#: includes/whitelist.php:354
|
405 |
-
msgid "You have not entered any IP"
|
406 |
-
msgstr ""
|
407 |
-
|
408 |
-
#: includes/whitelist.php:357
|
409 |
-
msgid "You have not entered any IP in to the search form"
|
410 |
-
msgstr ""
|
411 |
-
|
412 |
-
#: includes/whitelist.php:359
|
413 |
-
msgid "Search results for"
|
414 |
-
msgstr ""
|
415 |
-
|
416 |
-
#: includes/pro_banners.php:17
|
417 |
-
msgid "This options is available in Pro version of plugin"
|
418 |
-
msgstr ""
|
419 |
-
|
420 |
-
#: includes/pro_banners.php:20
|
421 |
-
msgid "Close"
|
422 |
-
msgstr ""
|
423 |
-
|
424 |
-
#: includes/pro_banners.php:29
|
425 |
-
msgid "Upgrade to Pro"
|
426 |
-
msgstr ""
|
427 |
-
|
428 |
-
#: includes/pro_banners.php:42
|
429 |
-
msgid "Reason"
|
430 |
-
msgstr ""
|
431 |
-
|
432 |
-
#: includes/pro_banners.php:45
|
433 |
-
msgid "Allowed separators for IPs: a comma"
|
434 |
-
msgstr ""
|
435 |
-
|
436 |
-
#: includes/pro_banners.php:45 includes/pro_banners.php:46
|
437 |
-
msgid "semicolon"
|
438 |
-
msgstr ""
|
439 |
-
|
440 |
-
#: includes/pro_banners.php:45
|
441 |
-
msgid "ordinary space, tab, new line or carriage return"
|
442 |
-
msgstr ""
|
443 |
-
|
444 |
-
#: includes/pro_banners.php:46
|
445 |
-
msgid "Allowed separators for reasons: a comma"
|
446 |
-
msgstr ""
|
447 |
-
|
448 |
-
#: includes/pro_banners.php:46
|
449 |
-
msgid "tab, new line or carriage return"
|
450 |
-
msgstr ""
|
451 |
-
|
452 |
-
#: includes/pro_banners.php:71
|
453 |
-
msgid "Normal"
|
454 |
-
msgstr ""
|
455 |
-
|
456 |
-
#: includes/pro_banners.php:72
|
457 |
-
msgid "Compact"
|
458 |
-
msgstr ""
|
459 |
-
|
460 |
-
#: includes/pro_banners.php:76
|
461 |
-
#, fuzzy
|
462 |
-
msgid "reCAPTCHA Language"
|
463 |
-
msgstr "Versão do PHP"
|
464 |
-
|
465 |
-
#: includes/pro_banners.php:83
|
466 |
-
msgid "Use the current site language"
|
467 |
-
msgstr ""
|
468 |
-
|
469 |
-
#: includes/pro_banners.php:83
|
470 |
-
msgid "Using"
|
471 |
-
msgstr ""
|
472 |
-
|
473 |
-
#: includes/pro_banners.php:89
|
474 |
-
#, fuzzy
|
475 |
-
msgid "reCAPTCHA Size"
|
476 |
-
msgstr "Versão do PHP"
|
477 |
-
|
478 |
-
#, fuzzy
|
479 |
-
#~ msgid "Error: You have entered an incorrect reCAPTCHA value"
|
480 |
-
#~ msgstr "Erro: Você digitou um CAPTCHA com valor incorreto."
|
481 |
-
|
482 |
-
#, fuzzy
|
483 |
-
#~ msgid "You have entered an incorrect reCAPTCHA value"
|
484 |
-
#~ msgstr "Erro: Você digitou um CAPTCHA com valor incorreto."
|
485 |
-
|
486 |
-
#, fuzzy
|
487 |
-
#~ msgid "Before you are able to do something, you must to register %shere%s"
|
488 |
-
#~ msgstr "Antes de você fazer alguma coisa, deve se registrar %s aqui %s"
|
489 |
-
|
490 |
-
#, fuzzy
|
491 |
-
#~ msgid "Enter site key and secret key, that you get after registration"
|
492 |
-
#~ msgstr ""
|
493 |
-
#~ "Digite as chaves públicas e privadas, que você recebe após o registro."
|
494 |
-
|
495 |
-
#, fuzzy
|
496 |
-
#~ msgid "Read more."
|
497 |
-
#~ msgstr "Saber mais"
|
498 |
-
|
499 |
-
#~ msgid "powered by"
|
500 |
-
#~ msgstr "distribuído por"
|
501 |
-
|
502 |
-
#~ msgid "Activate"
|
503 |
-
#~ msgstr "Ativar"
|
504 |
-
|
505 |
-
#~ msgid "Contact form"
|
506 |
-
#~ msgstr "Formulário de contato"
|
507 |
-
|
508 |
-
#~ msgid "Activate contact form"
|
509 |
-
#~ msgstr "Ativar formulário de contato"
|
510 |
-
|
511 |
-
#~ msgid "Download contact form"
|
512 |
-
#~ msgstr "Baixar formulário de contato"
|
513 |
-
|
514 |
-
#~ msgid "Google Captcha"
|
515 |
-
#~ msgstr "Google Captcha"
|
516 |
-
|
517 |
-
#~ msgid "Enable Google Captcha for:"
|
518 |
-
#~ msgstr "Ativar Google Captcha para:"
|
519 |
-
|
520 |
-
#~ msgid "Hide captcha for:"
|
521 |
-
#~ msgstr "Esconder captcha para:"
|
522 |
-
|
523 |
-
#~ msgid "Theme:"
|
524 |
-
#~ msgstr "Tema:"
|
525 |
-
|
526 |
-
#~ msgid "requires"
|
527 |
-
#~ msgstr "obrigatório"
|
528 |
-
|
529 |
-
#~ msgid ""
|
530 |
-
#~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
|
531 |
-
#~ "and try again."
|
532 |
-
#~ msgstr ""
|
533 |
-
#~ "ou superior, é por isso que ele foi desativado! Por favor, atualize "
|
534 |
-
#~ "WordPress e tente novamente."
|
535 |
-
|
536 |
-
#~ msgid "Back to the WordPress"
|
537 |
-
#~ msgstr "Voltar ao WordPress"
|
538 |
-
|
539 |
-
#~ msgid "Plugins page"
|
540 |
-
#~ msgstr "Página de plugins"
|
541 |
-
|
542 |
-
#~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
543 |
-
#~ msgstr ""
|
544 |
-
#~ "Se você gostar de nosso plugin, por favor, dê-lhe 5 estrelas em WordPress"
|
545 |
-
|
546 |
-
#~ msgid "Rate the plugin"
|
547 |
-
#~ msgstr "Classifique o plugin"
|
548 |
-
|
549 |
-
#~ msgid "If there is something wrong about it, please contact us"
|
550 |
-
#~ msgstr "Se há algo de errado com isso, por favor, entre em contato conosco"
|
551 |
-
|
552 |
-
#~ msgid "Public Key"
|
553 |
-
#~ msgstr "Chave pública"
|
554 |
-
|
555 |
-
#~ msgid "Private Key"
|
556 |
-
#~ msgstr "Chave privada"
|
557 |
-
|
558 |
-
#~ msgid "Enter public key"
|
559 |
-
#~ msgstr "Digite a chave pública"
|
560 |
-
|
561 |
-
#~ msgid "Not set"
|
562 |
-
#~ msgstr "Não definido"
|
563 |
-
|
564 |
-
#~ msgid "On"
|
565 |
-
#~ msgstr "Em"
|
566 |
-
|
567 |
-
#~ msgid "Off"
|
568 |
-
#~ msgstr "Off"
|
569 |
-
|
570 |
-
#~ msgid "N/A"
|
571 |
-
#~ msgstr "N/A"
|
572 |
-
|
573 |
-
#~ msgid " Mb"
|
574 |
-
#~ msgstr " Mb"
|
575 |
-
|
576 |
-
#~ msgid "Yes"
|
577 |
-
#~ msgstr "Sim"
|
578 |
-
|
579 |
-
#~ msgid "No"
|
580 |
-
#~ msgstr "Não"
|
581 |
-
|
582 |
-
#~ msgid "Operating System"
|
583 |
-
#~ msgstr "Sistema operacional"
|
584 |
-
|
585 |
-
#~ msgid "Server"
|
586 |
-
#~ msgstr "Servidor"
|
587 |
-
|
588 |
-
#~ msgid "Memory usage"
|
589 |
-
#~ msgstr "Uso da memória"
|
590 |
-
|
591 |
-
#~ msgid "MYSQL Version"
|
592 |
-
#~ msgstr "Versão MySQL"
|
593 |
-
|
594 |
-
#~ msgid "SQL Mode"
|
595 |
-
#~ msgstr "Modo SQL"
|
596 |
-
|
597 |
-
#~ msgid "PHP Safe Mode"
|
598 |
-
#~ msgstr "PHP Safe Mode"
|
599 |
-
|
600 |
-
#~ msgid "PHP Allow URL fopen"
|
601 |
-
#~ msgstr "Permitir PHP URL fopen"
|
602 |
-
|
603 |
-
#~ msgid "PHP Memory Limit"
|
604 |
-
#~ msgstr "Limite de memória do PHP"
|
605 |
-
|
606 |
-
#~ msgid "PHP Max Upload Size"
|
607 |
-
#~ msgstr "PHP Max Upload Size"
|
608 |
-
|
609 |
-
#~ msgid "PHP Max Post Size"
|
610 |
-
#~ msgstr "PHP Max Post Size"
|
611 |
-
|
612 |
-
#~ msgid "PHP Max Script Execute Time"
|
613 |
-
#~ msgstr "PHP Max Script Execute Time"
|
614 |
-
|
615 |
-
#~ msgid "PHP Exif support"
|
616 |
-
#~ msgstr "Suporte PHP Exif"
|
617 |
-
|
618 |
-
#~ msgid "PHP IPTC support"
|
619 |
-
#~ msgstr "Suporte PHP IPTC"
|
620 |
-
|
621 |
-
#~ msgid "PHP XML support"
|
622 |
-
#~ msgstr "Suporte a XML PHP"
|
623 |
-
|
624 |
-
#~ msgid "Home URL"
|
625 |
-
#~ msgstr "URL do início"
|
626 |
-
|
627 |
-
#~ msgid "WordPress DB Version"
|
628 |
-
#~ msgstr "Versão do DB WordPress"
|
629 |
-
|
630 |
-
#~ msgid "Multisite"
|
631 |
-
#~ msgstr "Multisite"
|
632 |
-
|
633 |
-
#~ msgid "Active Theme"
|
634 |
-
#~ msgstr "Tema ativo"
|
635 |
-
|
636 |
-
#~ msgid "Please enter a valid email address."
|
637 |
-
#~ msgstr "Por favor insira um endereço de e-mail válido."
|
638 |
-
|
639 |
-
#~ msgid "Email with system info is sent to "
|
640 |
-
#~ msgstr "E-mail com informações do sistema serão enviados para "
|
641 |
-
|
642 |
-
#~ msgid "Thank you for contacting us."
|
643 |
-
#~ msgstr "Obrigado por nos contatar."
|
644 |
-
|
645 |
-
#~ msgid "Sorry, email message could not be delivered."
|
646 |
-
#~ msgstr "Desculpe, mensagem de e-mail não pôde ser entregue."
|
647 |
-
|
648 |
-
#~ msgid "Themes"
|
649 |
-
#~ msgstr "Temas"
|
650 |
-
|
651 |
-
#~ msgid "System status"
|
652 |
-
#~ msgstr "Status do sistema"
|
653 |
-
|
654 |
-
#~ msgid "All"
|
655 |
-
#~ msgstr "Tudo"
|
656 |
-
|
657 |
-
#~ msgid "Installed"
|
658 |
-
#~ msgstr "Instalado"
|
659 |
-
|
660 |
-
#~ msgid "Recommended"
|
661 |
-
#~ msgstr "Recomendados"
|
662 |
-
|
663 |
-
#~ msgid "Installed plugins"
|
664 |
-
#~ msgstr "Plugins instalados"
|
665 |
-
|
666 |
-
#~ msgid "Go"
|
667 |
-
#~ msgstr "Ir"
|
668 |
-
|
669 |
-
#~ msgid "DONATE"
|
670 |
-
#~ msgstr "DOE"
|
671 |
-
|
672 |
-
#~ msgid "Activate this plugin"
|
673 |
-
#~ msgstr "Ative este plugin"
|
674 |
-
|
675 |
-
#~ msgid "Recommended plugins"
|
676 |
-
#~ msgstr "Plugins recomendados"
|
677 |
-
|
678 |
-
#~ msgid "Install now"
|
679 |
-
#~ msgstr "Instalar agora"
|
680 |
-
|
681 |
-
#~ msgid "Try again"
|
682 |
-
#~ msgstr "Tentar novamente"
|
683 |
-
|
684 |
-
#~ msgid "Preview “%s”"
|
685 |
-
#~ msgstr "Visualização “%s”"
|
686 |
-
|
687 |
-
#~ msgid "Install %s"
|
688 |
-
#~ msgstr "Instalação %s"
|
689 |
-
|
690 |
-
#~ msgid "Install Now"
|
691 |
-
#~ msgstr "Instalar agora"
|
692 |
-
|
693 |
-
#~ msgid "Update to version %s"
|
694 |
-
#~ msgstr "Atualizar para a versão %s"
|
695 |
-
|
696 |
-
#~ msgid "Update"
|
697 |
-
#~ msgstr "Atualizar"
|
698 |
-
|
699 |
-
#~ msgid "Preview %s"
|
700 |
-
#~ msgstr "Visualizar %s"
|
701 |
-
|
702 |
-
#~ msgid "Preview"
|
703 |
-
#~ msgstr "Visualizar"
|
704 |
-
|
705 |
-
#~ msgid "By %s"
|
706 |
-
#~ msgstr "Por %s"
|
707 |
-
|
708 |
-
#~ msgid "Details"
|
709 |
-
#~ msgstr "Detalhes"
|
710 |
-
|
711 |
-
#~ msgid "Already Installed"
|
712 |
-
#~ msgstr "Já instalado"
|
713 |
-
|
714 |
-
#~ msgid "Environment"
|
715 |
-
#~ msgstr "Ambiente"
|
716 |
-
|
717 |
-
#~ msgid "Active Plugins"
|
718 |
-
#~ msgstr "Plugins ativos"
|
719 |
-
|
720 |
-
#~ msgid "Inactive Plugins"
|
721 |
-
#~ msgstr "Plugins inativos"
|
722 |
-
|
723 |
-
#~ msgid "Send to support"
|
724 |
-
#~ msgstr "Enviar para o suporte"
|
725 |
-
|
726 |
-
#~ msgid "Send to custom email »"
|
727 |
-
#~ msgstr "Enviar para o e-mail personalizado »"
|
728 |
-
|
729 |
-
#~ msgid "WARNING: The captcha will not display while you not fill key fields."
|
730 |
-
#~ msgstr ""
|
731 |
-
#~ "ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
|
732 |
-
#~ "ключевые поля."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/google-captcha-ru_RU.mo
CHANGED
Binary file
|
languages/google-captcha-ru_RU.po
CHANGED
@@ -2,476 +2,668 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
9 |
-
"Language:
|
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.
|
|
|
|
|
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 "Please wait until Google reCAPTCHA is loaded."
|
25 |
msgstr "Пожалуйста, дождитесь окончания загрузки Google reCAPTCHA."
|
26 |
|
27 |
-
#: google-captcha.php:
|
28 |
msgid ""
|
29 |
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
30 |
"reload this page."
|
31 |
msgstr ""
|
32 |
-
"Не удалось загрузить Google reCAPTCHA.
|
33 |
-
"Интернет и перезагрузите эту страницу."
|
34 |
|
35 |
-
#: google-captcha.php:
|
36 |
msgid "Warning"
|
37 |
msgstr "Внимание"
|
38 |
|
39 |
-
#: google-captcha.php:
|
40 |
-
#: google-captcha.php:
|
41 |
msgid "Error"
|
42 |
msgstr "Ошибка"
|
43 |
|
44 |
-
#: google-captcha.php:
|
45 |
msgid "You are in the whitelist"
|
46 |
msgstr "Вы в белом списке"
|
47 |
|
48 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
msgid "Site Key"
|
50 |
msgstr "Ключ сайта"
|
51 |
|
52 |
-
#:
|
53 |
msgid "Secret Key"
|
54 |
msgstr "Секретный ключ"
|
55 |
|
56 |
-
#:
|
|
|
57 |
msgid "Version"
|
58 |
msgstr "Версия"
|
59 |
|
60 |
-
#:
|
61 |
-
msgid "Invisible
|
62 |
-
msgstr "Невидимая
|
63 |
|
64 |
-
#:
|
65 |
msgid "Login form"
|
66 |
msgstr "Форма логина"
|
67 |
|
68 |
-
#:
|
|
|
69 |
msgid "Registration form"
|
70 |
msgstr "Форма регистрации"
|
71 |
|
72 |
-
#:
|
73 |
msgid "Reset password form"
|
74 |
msgstr "Форма восстановления пароля"
|
75 |
|
76 |
-
#:
|
77 |
msgid "Comments form"
|
78 |
msgstr "Форма комментариев"
|
79 |
|
80 |
-
#:
|
81 |
msgid "Enter site key"
|
82 |
msgstr "Введите ключ сайта"
|
83 |
|
84 |
-
#:
|
85 |
-
|
|
|
86 |
msgstr ""
|
87 |
"ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
|
88 |
-
"
|
89 |
|
90 |
-
#:
|
91 |
msgid "Enter secret key"
|
92 |
msgstr "Введите секретный ключ"
|
93 |
|
94 |
-
#:
|
95 |
-
msgid "Settings saved"
|
96 |
-
msgstr "Настройки
|
97 |
-
|
98 |
-
#: google-captcha.php:578
|
99 |
-
msgid "All plugin settings were restored"
|
100 |
-
msgstr "Настройки плагина были восстановлены"
|
101 |
-
|
102 |
-
#: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
|
103 |
-
msgid "Settings"
|
104 |
-
msgstr "Настройки"
|
105 |
|
106 |
-
#:
|
107 |
-
msgid "Whitelist"
|
108 |
-
msgstr "Белый список"
|
109 |
-
|
110 |
-
#: google-captcha.php:597
|
111 |
-
msgid "Custom code"
|
112 |
-
msgstr "Пользовательский код"
|
113 |
-
|
114 |
-
#: google-captcha.php:598
|
115 |
-
msgid "Go PRO"
|
116 |
-
msgstr "Перейти на PRO версию"
|
117 |
-
|
118 |
-
#: google-captcha.php:603
|
119 |
-
msgid ""
|
120 |
-
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
121 |
-
"version 1 features."
|
122 |
-
msgstr ""
|
123 |
-
"В связи с особенностями работы reCAPTCHA версии 1 на странице может "
|
124 |
-
"отображаться только одна reCAPTCHA."
|
125 |
-
|
126 |
-
#: google-captcha.php:618
|
127 |
-
#, php-format
|
128 |
-
msgid ""
|
129 |
-
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
130 |
-
"please use %s button"
|
131 |
-
msgstr ""
|
132 |
-
"Если вы хотите добавить Google Captcha (reCAPTCHA) на вашу страницу или "
|
133 |
-
"пост, то используйте кнопку %s"
|
134 |
-
|
135 |
-
#: google-captcha.php:622
|
136 |
-
#, php-format
|
137 |
-
msgid ""
|
138 |
-
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
139 |
-
"on %s button in the content edit block using the Visual mode. If the button "
|
140 |
-
"isn't displayed or you would like to add the Google Captcha (reCAPTCHA) to "
|
141 |
-
"your own form , please use the shortcode %s"
|
142 |
-
msgstr ""
|
143 |
-
"Вы можете добавить Google Captcha (reCAPTCHA) на вашу страницу или пост, "
|
144 |
-
"нажав на кнопку %s в блоке редактирования контента в режиме Visual. Если "
|
145 |
-
"кнопка не отображается или вы хотите добавить Google Captcha (reCAPTCHA) в "
|
146 |
-
"вашу собственную форму, пожалуйста, используйте шорткод %s"
|
147 |
-
|
148 |
-
#: google-captcha.php:628
|
149 |
msgid "Authentication"
|
150 |
msgstr "Идентификация"
|
151 |
|
152 |
-
#:
|
153 |
-
#, php-format
|
154 |
msgid ""
|
155 |
-
"
|
156 |
-
"
|
157 |
msgstr ""
|
158 |
-
"
|
159 |
-
"
|
160 |
|
161 |
-
#:
|
162 |
-
msgid "
|
163 |
-
msgstr "
|
164 |
|
165 |
-
#:
|
166 |
-
msgid "
|
167 |
-
msgstr "
|
168 |
|
169 |
-
#:
|
170 |
-
msgid "
|
171 |
-
msgstr "
|
172 |
|
173 |
-
#:
|
|
|
|
|
|
|
|
|
174 |
msgid "WordPress default"
|
175 |
msgstr "Стандартных форм WordPress"
|
176 |
|
177 |
-
#:
|
178 |
-
msgid "This option is available only for network or for main blog"
|
179 |
-
msgstr "Эта опция доступна только для
|
180 |
-
|
181 |
-
#: google-captcha.php:672
|
182 |
-
msgid "Plugins"
|
183 |
-
msgstr "Плагинов"
|
184 |
|
185 |
-
#:
|
186 |
-
|
187 |
-
|
188 |
-
msgstr "Чтобы использовать этот функционал %s"
|
189 |
|
190 |
-
#:
|
191 |
-
msgid "
|
192 |
-
msgstr "
|
193 |
|
194 |
-
#:
|
195 |
-
msgid "
|
196 |
-
msgstr "
|
197 |
|
198 |
-
#:
|
199 |
-
msgid "
|
200 |
-
msgstr "
|
201 |
|
202 |
-
#:
|
203 |
-
|
204 |
-
|
|
|
205 |
|
206 |
-
#:
|
207 |
-
|
208 |
-
|
209 |
-
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
210 |
-
msgstr ""
|
211 |
-
"Если вы хотите добавить Google Captcha (reCAPTCHA) в кастомную форму, "
|
212 |
-
"смотрите %s"
|
213 |
|
214 |
-
#:
|
215 |
-
msgid "
|
216 |
-
msgstr "
|
217 |
|
218 |
-
#:
|
219 |
-
|
220 |
-
|
|
|
221 |
|
222 |
-
#:
|
223 |
msgid "Whitelist Notification"
|
224 |
msgstr "Уведомление о нахождении в белом списке"
|
225 |
|
226 |
-
#:
|
|
|
|
|
|
|
|
|
227 |
msgid ""
|
228 |
-
"
|
229 |
-
"
|
230 |
msgstr ""
|
231 |
-
"
|
232 |
-
"
|
233 |
-
|
234 |
-
#: google-captcha.php:726
|
235 |
-
msgid "reCAPTCHA Version"
|
236 |
-
msgstr "Версия reCAPTCHA"
|
237 |
|
238 |
-
#:
|
239 |
msgid ""
|
240 |
-
"
|
241 |
-
"
|
242 |
msgstr ""
|
243 |
-
"
|
244 |
-
"
|
245 |
-
"через капчу"
|
246 |
-
|
247 |
-
#: google-captcha.php:744 google-captcha.php:757
|
248 |
-
msgid "reCAPTCHA Theme"
|
249 |
-
msgstr "Тема reCAPTCHA"
|
250 |
-
|
251 |
-
#: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
|
252 |
-
msgid "for version"
|
253 |
-
msgstr "для версии"
|
254 |
|
255 |
-
#:
|
256 |
-
msgid "
|
257 |
-
msgstr "
|
258 |
|
259 |
-
#:
|
260 |
-
msgid "
|
261 |
-
|
|
|
|
|
|
|
262 |
|
263 |
-
#:
|
264 |
-
msgid "
|
265 |
-
msgstr "
|
266 |
|
267 |
-
#:
|
268 |
-
msgid "
|
269 |
-
msgstr "
|
270 |
|
271 |
-
#:
|
272 |
-
msgid "
|
273 |
-
msgstr "
|
274 |
|
275 |
-
#:
|
276 |
-
msgid "
|
277 |
-
msgstr "
|
278 |
|
279 |
-
#:
|
280 |
-
msgid "
|
281 |
-
msgstr "
|
282 |
|
283 |
-
#:
|
284 |
-
msgid "
|
285 |
-
msgstr "
|
286 |
|
287 |
-
#:
|
288 |
-
msgid "
|
289 |
-
msgstr "
|
290 |
|
291 |
-
#:
|
292 |
-
msgid "
|
293 |
-
msgstr "
|
294 |
|
295 |
-
#:
|
296 |
-
msgid "
|
297 |
-
msgstr "
|
298 |
|
299 |
-
#:
|
300 |
-
msgid "
|
301 |
-
msgstr "
|
302 |
|
303 |
-
#:
|
304 |
-
msgid ""
|
305 |
-
"
|
306 |
-
"all unnecessary reCAPTCHA fields to make it work properly."
|
307 |
-
msgstr ""
|
308 |
-
"В текущей форме найдено более одного блока reCAPTCHA. Пожалуйста, удалите "
|
309 |
-
"все лишние блоки reCAPTCHA для корректной дальнейшей работы."
|
310 |
|
311 |
-
#:
|
312 |
-
msgid "
|
313 |
-
msgstr "
|
314 |
|
315 |
-
#:
|
316 |
-
msgid "
|
317 |
-
msgstr "
|
318 |
|
319 |
-
#:
|
320 |
-
msgid "
|
321 |
-
msgstr "
|
322 |
|
323 |
-
#:
|
324 |
-
msgid "
|
325 |
-
msgstr "
|
326 |
|
327 |
-
#:
|
328 |
-
msgid "
|
329 |
-
msgstr "
|
330 |
|
331 |
-
#: includes/
|
332 |
-
msgid "
|
333 |
-
|
|
|
|
|
|
|
|
|
334 |
|
335 |
-
#: includes/whitelist.php:
|
336 |
-
msgid "Add
|
337 |
-
msgstr "Добавить
|
338 |
|
339 |
-
#: includes/whitelist.php:
|
340 |
-
msgid "
|
341 |
-
msgstr "
|
342 |
|
343 |
-
#: includes/whitelist.php:
|
344 |
msgid "My IP"
|
345 |
msgstr "Мой IP"
|
346 |
|
347 |
-
#: includes/whitelist.php:
|
348 |
-
msgid "Save IP to the whitelist"
|
349 |
-
msgstr "Сохранить IP в белый список"
|
350 |
-
|
351 |
-
#: includes/whitelist.php:100 includes/pro_banners.php:44
|
352 |
-
msgid "Allowed formats"
|
353 |
-
msgstr "Доступные форматы"
|
354 |
-
|
355 |
-
#: includes/whitelist.php:101
|
356 |
msgid "Allowed diapason"
|
357 |
msgstr "Доступные диапазоны"
|
358 |
|
359 |
-
#: includes/whitelist.php:
|
|
|
|
|
|
|
|
|
360 |
msgid "Search IP"
|
361 |
msgstr "Искать IP"
|
362 |
|
363 |
-
#: includes/whitelist.php:
|
364 |
msgid "Nothing found"
|
365 |
msgstr "Ничего не найдено"
|
366 |
|
367 |
-
#: includes/whitelist.php:
|
368 |
msgid "No IP in the whitelist"
|
369 |
msgstr "Список IP пуст"
|
370 |
|
371 |
-
#: includes/whitelist.php:
|
372 |
-
msgid "IP
|
373 |
-
msgstr "IP
|
374 |
|
375 |
-
#: includes/whitelist.php:
|
376 |
-
msgid "Date
|
377 |
msgstr "Дата добавления"
|
378 |
|
379 |
-
#: includes/whitelist.php:
|
380 |
-
msgid "
|
381 |
-
msgstr "Удалить
|
382 |
|
383 |
-
#: includes/whitelist.php:
|
384 |
-
msgid "IP added to the whitelist successfully"
|
385 |
-
msgstr "IP
|
386 |
|
387 |
-
#: includes/whitelist.php:
|
388 |
-
#: includes/whitelist.php:
|
389 |
-
msgid "Some errors occurred"
|
390 |
-
msgstr "Возникли некоторые
|
391 |
|
392 |
-
#: includes/whitelist.php:
|
393 |
-
msgid "IP is already in the whitelist"
|
394 |
-
msgstr "IP адрес уже в белом
|
395 |
|
396 |
-
#: includes/whitelist.php:
|
397 |
msgid "Invalid IP. See allowed formats."
|
398 |
msgstr "Неверный IP. Смотите доступные форматы."
|
399 |
|
400 |
-
#: includes/whitelist.php:
|
401 |
-
msgid "One IP was deleted successfully"
|
402 |
-
msgstr "Один IP был успешно
|
403 |
|
404 |
-
#: includes/whitelist.php:
|
405 |
-
msgid "You have not entered any IP"
|
406 |
-
msgstr "Вы не ввели IP"
|
407 |
|
408 |
-
#: includes/whitelist.php:
|
409 |
-
msgid "You have not entered any IP in to the search form"
|
410 |
-
msgstr "Вы не ввели
|
411 |
|
412 |
-
#: includes/whitelist.php:
|
413 |
msgid "Search results for"
|
414 |
msgstr "Результаты поиска для"
|
415 |
|
416 |
-
|
417 |
-
|
418 |
-
|
|
|
|
|
|
|
419 |
|
420 |
-
|
421 |
-
|
422 |
-
msgstr "Закрыть"
|
423 |
|
424 |
-
|
425 |
-
|
426 |
-
msgstr "
|
|
|
|
|
427 |
|
428 |
-
|
429 |
-
|
430 |
-
msgstr "Причина"
|
431 |
|
432 |
-
|
433 |
-
|
434 |
-
msgstr "Доступные разделители для IP-адресов: запятая"
|
435 |
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
|
440 |
-
|
441 |
-
|
442 |
-
msgstr "обычный пробел, табуляция или новая строка"
|
443 |
|
444 |
-
|
445 |
-
|
446 |
-
msgstr "Доступные разделители для причин: запятая"
|
447 |
|
448 |
-
|
449 |
-
|
450 |
-
msgstr "табуляция или новая строка"
|
451 |
|
452 |
-
|
453 |
-
|
454 |
-
msgstr "Нормальный"
|
455 |
|
456 |
-
|
457 |
-
|
458 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
459 |
|
460 |
-
|
461 |
-
|
462 |
-
msgstr "Язык reCAPTCHA"
|
463 |
|
464 |
-
|
465 |
-
|
466 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
467 |
|
468 |
-
|
469 |
-
|
470 |
-
msgstr "Используя"
|
471 |
|
472 |
-
|
473 |
-
|
474 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
475 |
|
476 |
#~ msgid "Unlock premium options by upgrading to Pro version"
|
477 |
#~ msgstr "Активируйте премиум опции обновившись до Pro версии"
|
@@ -519,9 +711,6 @@ msgstr "Размер reCAPTCHA"
|
|
519 |
#~ msgid "powered by"
|
520 |
#~ msgstr "разработано компанией"
|
521 |
|
522 |
-
#~ msgid "Activate"
|
523 |
-
#~ msgstr "Активировать"
|
524 |
-
|
525 |
#~ msgid "Download"
|
526 |
#~ msgstr "Скачать"
|
527 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-08-21 15:12+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
9 |
+
"Language: ru\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.8.7.1\n"
|
17 |
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
18 |
+
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: google-captcha.php:35 google-captcha.php:37 google-captcha.php:499
|
22 |
+
#: includes/class-gglcptch-settings-tabs.php:152
|
23 |
msgid "Google Captcha Settings"
|
24 |
msgstr "Настройки Google Captcha"
|
25 |
|
26 |
+
#: google-captcha.php:37 google-captcha.php:1002 google-captcha.php:1023
|
27 |
+
#: includes/class-gglcptch-settings-tabs.php:25
|
28 |
+
msgid "Settings"
|
29 |
+
msgstr "Настройки"
|
30 |
+
|
31 |
+
#: google-captcha.php:39 includes/whitelist.php:44
|
32 |
+
msgid "Google Captcha Whitelist"
|
33 |
+
msgstr "Белый cписок Google Captcha"
|
34 |
+
|
35 |
+
#: google-captcha.php:39
|
36 |
+
msgid "Whitelist"
|
37 |
+
msgstr "Белый список"
|
38 |
+
|
39 |
+
#: google-captcha.php:45 includes/pro_banners.php:29
|
40 |
+
msgid "Upgrade to Pro"
|
41 |
+
msgstr "Обновить до Pro"
|
42 |
+
|
43 |
+
#: google-captcha.php:267
|
44 |
msgid "Please wait until Google reCAPTCHA is loaded."
|
45 |
msgstr "Пожалуйста, дождитесь окончания загрузки Google reCAPTCHA."
|
46 |
|
47 |
+
#: google-captcha.php:268
|
48 |
msgid ""
|
49 |
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
50 |
"reload this page."
|
51 |
msgstr ""
|
52 |
+
"Не удалось загрузить Google reCAPTCHA. Пожалуйста, проверьте ваше "
|
53 |
+
"подключение к сети Интернет и перезагрузите эту страницу."
|
54 |
|
55 |
+
#: google-captcha.php:288
|
56 |
msgid "Warning"
|
57 |
msgstr "Внимание"
|
58 |
|
59 |
+
#: google-captcha.php:292 google-captcha.php:807 google-captcha.php:838
|
60 |
+
#: google-captcha.php:867 google-captcha.php:897 google-captcha.php:926
|
61 |
msgid "Error"
|
62 |
msgstr "Ошибка"
|
63 |
|
64 |
+
#: google-captcha.php:390
|
65 |
msgid "You are in the whitelist"
|
66 |
msgstr "Вы в белом списке"
|
67 |
|
68 |
+
#: google-captcha.php:555 google-captcha.php:1043
|
69 |
+
msgid "To use Google Captcha you must get the keys from"
|
70 |
+
msgstr "Чтобы использовать Google Captcha, вам необходимо получить ключи"
|
71 |
+
|
72 |
+
#: google-captcha.php:556 google-captcha.php:1044
|
73 |
+
msgid "here"
|
74 |
+
msgstr "здесь"
|
75 |
+
|
76 |
+
#: google-captcha.php:557 google-captcha.php:1045
|
77 |
+
msgid "and enter them on the"
|
78 |
+
msgstr "и вставить их на"
|
79 |
+
|
80 |
+
#: google-captcha.php:559 google-captcha.php:1047
|
81 |
+
msgid "plugin setting page"
|
82 |
+
msgstr "странице настроек плагина"
|
83 |
+
|
84 |
+
#: google-captcha.php:762
|
85 |
+
msgid "User response is missing."
|
86 |
+
msgstr "Ответ пользователя отсутствует."
|
87 |
+
|
88 |
+
#: google-captcha.php:766 google-captcha.php:774
|
89 |
+
msgid "Secret Key is invalid."
|
90 |
+
msgstr "Некорректный секретный ключ."
|
91 |
+
|
92 |
+
#: google-captcha.php:767 google-captcha.php:775
|
93 |
+
msgid "Check your domain configurations"
|
94 |
+
msgstr "Проверьте настройки вашего домена"
|
95 |
+
|
96 |
+
#: google-captcha.php:768 google-captcha.php:776
|
97 |
+
msgid "and enter it again"
|
98 |
+
msgstr "и введите его снова"
|
99 |
+
|
100 |
+
#: google-captcha.php:771
|
101 |
+
msgid "Secret Key is missing."
|
102 |
+
msgstr "Секретный ключ отсутствует."
|
103 |
+
|
104 |
+
#: google-captcha.php:778
|
105 |
+
msgid "User response is invalid"
|
106 |
+
msgstr "Некорректный ответ пользователя"
|
107 |
+
|
108 |
+
#: google-captcha.php:779
|
109 |
+
msgid "You have entered an incorrect reCAPTCHA value."
|
110 |
+
msgstr "Ошибка: Вы ввели неверное значение reCAPTCHA."
|
111 |
+
|
112 |
+
#: google-captcha.php:780
|
113 |
+
msgid ""
|
114 |
+
"More than one reCAPTCHA has been found in the current form. Please remove "
|
115 |
+
"all unnecessary reCAPTCHA fields to make it work properly."
|
116 |
+
msgstr ""
|
117 |
+
"В текущей форме найдено более одного блока reCAPTCHA. Пожалуйста, удалите "
|
118 |
+
"все лишние блоки reCAPTCHA для дальнейшей корректной работы."
|
119 |
+
|
120 |
+
#: google-captcha.php:926
|
121 |
+
msgid "Click the BACK button on your browser and try again."
|
122 |
+
msgstr "Нажмите кнопку НАЗАД в вашем браузере и попытайтесь снова."
|
123 |
+
|
124 |
+
#: google-captcha.php:954
|
125 |
+
msgid "Please submit \"Test verification\""
|
126 |
+
msgstr "Пожалуйста, нажмите кнопку \"Тестирование проверки\"."
|
127 |
+
|
128 |
+
#: google-captcha.php:956
|
129 |
+
msgid "Please complete the captcha and submit \"Test verification\""
|
130 |
+
msgstr ""
|
131 |
+
"Пожалуйста, заполните капчу и нажмите кнопку \"Тестирование проверки\"."
|
132 |
+
|
133 |
+
#: google-captcha.php:962
|
134 |
+
msgid "Test verification"
|
135 |
+
msgstr "Тестирование проверки"
|
136 |
+
|
137 |
+
#: google-captcha.php:983
|
138 |
+
msgid "The verification is successfully completed."
|
139 |
+
msgstr "Тестирование проверки успешно завершено."
|
140 |
+
|
141 |
+
#: google-captcha.php:1024
|
142 |
+
msgid "FAQ"
|
143 |
+
msgstr "FAQ"
|
144 |
+
|
145 |
+
#: google-captcha.php:1025
|
146 |
+
msgid "Support"
|
147 |
+
msgstr "Поддержка"
|
148 |
+
|
149 |
+
#: includes/class-gglcptch-settings-tabs.php:26
|
150 |
+
msgid "Misc"
|
151 |
+
msgstr "Разное"
|
152 |
+
|
153 |
+
#: includes/class-gglcptch-settings-tabs.php:27
|
154 |
+
msgid "Custom Code"
|
155 |
+
msgstr "Пользовательский код"
|
156 |
+
|
157 |
+
#: includes/class-gglcptch-settings-tabs.php:28
|
158 |
+
msgid "License Key"
|
159 |
+
msgstr "Лицензионный ключ"
|
160 |
+
|
161 |
+
#: includes/class-gglcptch-settings-tabs.php:51
|
162 |
msgid "Site Key"
|
163 |
msgstr "Ключ сайта"
|
164 |
|
165 |
+
#: includes/class-gglcptch-settings-tabs.php:56
|
166 |
msgid "Secret Key"
|
167 |
msgstr "Секретный ключ"
|
168 |
|
169 |
+
#: includes/class-gglcptch-settings-tabs.php:63
|
170 |
+
#: includes/class-gglcptch-settings-tabs.php:64
|
171 |
msgid "Version"
|
172 |
msgstr "Версия"
|
173 |
|
174 |
+
#: includes/class-gglcptch-settings-tabs.php:65
|
175 |
+
msgid "Invisible"
|
176 |
+
msgstr "Невидимая"
|
177 |
|
178 |
+
#: includes/class-gglcptch-settings-tabs.php:70 includes/pro_banners.php:78
|
179 |
msgid "Login form"
|
180 |
msgstr "Форма логина"
|
181 |
|
182 |
+
#: includes/class-gglcptch-settings-tabs.php:71 includes/pro_banners.php:68
|
183 |
+
#: includes/pro_banners.php:79
|
184 |
msgid "Registration form"
|
185 |
msgstr "Форма регистрации"
|
186 |
|
187 |
+
#: includes/class-gglcptch-settings-tabs.php:72
|
188 |
msgid "Reset password form"
|
189 |
msgstr "Форма восстановления пароля"
|
190 |
|
191 |
+
#: includes/class-gglcptch-settings-tabs.php:73 includes/pro_banners.php:69
|
192 |
msgid "Comments form"
|
193 |
msgstr "Форма комментариев"
|
194 |
|
195 |
+
#: includes/class-gglcptch-settings-tabs.php:98
|
196 |
msgid "Enter site key"
|
197 |
msgstr "Введите ключ сайта"
|
198 |
|
199 |
+
#: includes/class-gglcptch-settings-tabs.php:99
|
200 |
+
#: includes/class-gglcptch-settings-tabs.php:106
|
201 |
+
msgid "WARNING: The captcha will not be displayed until you fill key fields."
|
202 |
msgstr ""
|
203 |
"ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
|
204 |
+
"поля с ключами."
|
205 |
|
206 |
+
#: includes/class-gglcptch-settings-tabs.php:105
|
207 |
msgid "Enter secret key"
|
208 |
msgstr "Введите секретный ключ"
|
209 |
|
210 |
+
#: includes/class-gglcptch-settings-tabs.php:138
|
211 |
+
msgid "Settings saved."
|
212 |
+
msgstr "Настройки сохранены."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
213 |
|
214 |
+
#: includes/class-gglcptch-settings-tabs.php:155
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
215 |
msgid "Authentication"
|
216 |
msgstr "Идентификация"
|
217 |
|
218 |
+
#: includes/class-gglcptch-settings-tabs.php:156
|
|
|
219 |
msgid ""
|
220 |
+
"Register your website with Google to get required API keys and enter them "
|
221 |
+
"below."
|
222 |
msgstr ""
|
223 |
+
"Зарегистрируйте свой сайт с помощью Google, чтобы получить требуемые API "
|
224 |
+
"ключи и введите их ниже."
|
225 |
|
226 |
+
#: includes/class-gglcptch-settings-tabs.php:156
|
227 |
+
msgid "Get the API Keys"
|
228 |
+
msgstr "Получить API ключи"
|
229 |
|
230 |
+
#: includes/class-gglcptch-settings-tabs.php:173
|
231 |
+
msgid "Test ReCaptcha"
|
232 |
+
msgstr "Тестирование ReCaptcha"
|
233 |
|
234 |
+
#: includes/class-gglcptch-settings-tabs.php:179
|
235 |
+
msgid "General"
|
236 |
+
msgstr "Общее"
|
237 |
|
238 |
+
#: includes/class-gglcptch-settings-tabs.php:182
|
239 |
+
msgid "Enable ReCaptcha for"
|
240 |
+
msgstr "Включить ReCaptcha для"
|
241 |
+
|
242 |
+
#: includes/class-gglcptch-settings-tabs.php:186
|
243 |
msgid "WordPress default"
|
244 |
msgstr "Стандартных форм WordPress"
|
245 |
|
246 |
+
#: includes/class-gglcptch-settings-tabs.php:194
|
247 |
+
msgid "This option is available only for network or for main blog."
|
248 |
+
msgstr "Эта опция доступна только для сетевых настроек или главного блога."
|
|
|
|
|
|
|
|
|
249 |
|
250 |
+
#: includes/class-gglcptch-settings-tabs.php:206 includes/pro_banners.php:55
|
251 |
+
msgid "External Plugins"
|
252 |
+
msgstr "Внешние плагины"
|
|
|
253 |
|
254 |
+
#: includes/class-gglcptch-settings-tabs.php:215
|
255 |
+
msgid "Activate"
|
256 |
+
msgstr "Активировать"
|
257 |
|
258 |
+
#: includes/class-gglcptch-settings-tabs.php:218
|
259 |
+
msgid "Install Now"
|
260 |
+
msgstr "Установить сейчас"
|
261 |
|
262 |
+
#: includes/class-gglcptch-settings-tabs.php:221
|
263 |
+
msgid "Enable for adding captcha to forms on their settings pages."
|
264 |
+
msgstr "Включите для добавления капчи к формам на страницах их настроек."
|
265 |
|
266 |
+
#: includes/class-gglcptch-settings-tabs.php:236
|
267 |
+
#: includes/class-gglcptch-settings-tabs.php:296 includes/pro_banners.php:20
|
268 |
+
msgid "Close"
|
269 |
+
msgstr "Закрыть"
|
270 |
|
271 |
+
#: includes/class-gglcptch-settings-tabs.php:245
|
272 |
+
msgid "Hide ReCaptcha in Comments Form for"
|
273 |
+
msgstr "Скрыть ReCaptcha в форме комментариев для"
|
|
|
|
|
|
|
|
|
274 |
|
275 |
+
#: includes/class-gglcptch-settings-tabs.php:257
|
276 |
+
msgid "ReCaptcha Version"
|
277 |
+
msgstr "Версия ReCaptcha"
|
278 |
|
279 |
+
#: includes/class-gglcptch-settings-tabs.php:271
|
280 |
+
#: includes/class-gglcptch-settings-tabs.php:283
|
281 |
+
msgid "Theme"
|
282 |
+
msgstr "Тема"
|
283 |
|
284 |
+
#: includes/class-gglcptch-settings-tabs.php:305
|
285 |
msgid "Whitelist Notification"
|
286 |
msgstr "Уведомление о нахождении в белом списке"
|
287 |
|
288 |
+
#: includes/class-gglcptch-settings-tabs.php:308
|
289 |
+
msgid "This message will be displayed instead of the ReCaptcha."
|
290 |
+
msgstr "Это сообщение будет отображено вместо поля ReCaptcha."
|
291 |
+
|
292 |
+
#: includes/class-gglcptch-settings-tabs.php:322
|
293 |
msgid ""
|
294 |
+
"Only one ReCaptcha can be displayed on the page, it's related to ReCaptcha "
|
295 |
+
"version 1 features."
|
296 |
msgstr ""
|
297 |
+
"В связи с особенностями работы ReCaptcha версии 1, на странице может "
|
298 |
+
"отображаться только один блок ReCaptcha."
|
|
|
|
|
|
|
|
|
299 |
|
300 |
+
#: includes/class-gglcptch-settings-tabs.php:325
|
301 |
msgid ""
|
302 |
+
"ReCaptcha version was changed. Please submit \"Test ReCaptcha\" and "
|
303 |
+
"regenerate Site and Secret keys if necessary."
|
304 |
msgstr ""
|
305 |
+
"Версия ReCaptcha была изменена. Пожалуйста, нажмите \"Тестирование ReCaptcha"
|
306 |
+
"\" и при необходимости обновите секретный ключ и ключ сайта."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
307 |
|
308 |
+
#: includes/class-gglcptch-settings-tabs.php:338
|
309 |
+
msgid "Google Captcha Shortcode"
|
310 |
+
msgstr "Шорткод Google Captcha"
|
311 |
|
312 |
+
#: includes/class-gglcptch-settings-tabs.php:341
|
313 |
+
msgid ""
|
314 |
+
"Add Google Captcha to your posts or pages using the following shortcode:"
|
315 |
+
msgstr ""
|
316 |
+
"Добавьте Google Captcha в свои записи или страницы, используя следующий "
|
317 |
+
"шорткод:"
|
318 |
|
319 |
+
#: includes/pro_banners.php:17
|
320 |
+
msgid "This options is available in Pro version of plugin"
|
321 |
+
msgstr "Эта опция доступна в Pro версии плагина"
|
322 |
|
323 |
+
#: includes/pro_banners.php:40 includes/whitelist.php:84
|
324 |
+
msgid "Allowed formats"
|
325 |
+
msgstr "Доступные форматы"
|
326 |
|
327 |
+
#: includes/pro_banners.php:41
|
328 |
+
msgid "Allowed separators for IPs: a comma"
|
329 |
+
msgstr "Доступные разделители для IP-адресов: запятая"
|
330 |
|
331 |
+
#: includes/pro_banners.php:41 includes/pro_banners.php:44
|
332 |
+
msgid "semicolon"
|
333 |
+
msgstr "точка с запятой"
|
334 |
|
335 |
+
#: includes/pro_banners.php:41
|
336 |
+
msgid "ordinary space, tab, new line or carriage return."
|
337 |
+
msgstr "обычный пробел, табуляция, новая строка или возврат каретки."
|
338 |
|
339 |
+
#: includes/pro_banners.php:42
|
340 |
+
msgid "Reason"
|
341 |
+
msgstr "Причина"
|
342 |
|
343 |
+
#: includes/pro_banners.php:44
|
344 |
+
msgid "Allowed separators for reasons: a comma"
|
345 |
+
msgstr "Доступные разделители для причин: запятая"
|
346 |
|
347 |
+
#: includes/pro_banners.php:44
|
348 |
+
msgid "tab, new line or carriage return."
|
349 |
+
msgstr "табуляция, новая строка или возврат каретки."
|
350 |
|
351 |
+
#: includes/pro_banners.php:70
|
352 |
+
msgid "Create a Group form"
|
353 |
+
msgstr "Форма создания группы"
|
354 |
|
355 |
+
#: includes/pro_banners.php:80
|
356 |
+
msgid "Lost password form"
|
357 |
+
msgstr "Форма восстановления пароля"
|
358 |
|
359 |
+
#: includes/pro_banners.php:81
|
360 |
+
msgid "Checkout form"
|
361 |
+
msgstr "Форма оформления заказа"
|
|
|
|
|
|
|
|
|
362 |
|
363 |
+
#: includes/pro_banners.php:94
|
364 |
+
msgid "Size"
|
365 |
+
msgstr "Размер"
|
366 |
|
367 |
+
#: includes/pro_banners.php:98
|
368 |
+
msgid "Normal"
|
369 |
+
msgstr "Нормальный"
|
370 |
|
371 |
+
#: includes/pro_banners.php:99
|
372 |
+
msgid "Compact"
|
373 |
+
msgstr "Компактный"
|
374 |
|
375 |
+
#: includes/pro_banners.php:104
|
376 |
+
msgid "Language"
|
377 |
+
msgstr "Язык"
|
378 |
|
379 |
+
#: includes/pro_banners.php:112
|
380 |
+
msgid "Multilanguage"
|
381 |
+
msgstr "Multilanguage"
|
382 |
|
383 |
+
#: includes/pro_banners.php:115
|
384 |
+
msgid ""
|
385 |
+
"Enable to switch language automatically on multilingual website using "
|
386 |
+
"Multilanguage plugin."
|
387 |
+
msgstr ""
|
388 |
+
"Включить, чтобы переключить язык автоматически на многоязычном сайте, "
|
389 |
+
"используя плагин Multilanguage."
|
390 |
|
391 |
+
#: includes/whitelist.php:47
|
392 |
+
msgid "Add New"
|
393 |
+
msgstr "Добавить"
|
394 |
|
395 |
+
#: includes/whitelist.php:72
|
396 |
+
msgid "IP to whitelist"
|
397 |
+
msgstr "IP в белый список"
|
398 |
|
399 |
+
#: includes/whitelist.php:79
|
400 |
msgid "My IP"
|
401 |
msgstr "Мой IP"
|
402 |
|
403 |
+
#: includes/whitelist.php:86
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
404 |
msgid "Allowed diapason"
|
405 |
msgstr "Доступные диапазоны"
|
406 |
|
407 |
+
#: includes/whitelist.php:90
|
408 |
+
msgid "Add IP to whitelist"
|
409 |
+
msgstr "Добавить IP в белый список"
|
410 |
+
|
411 |
+
#: includes/whitelist.php:95
|
412 |
msgid "Search IP"
|
413 |
msgstr "Искать IP"
|
414 |
|
415 |
+
#: includes/whitelist.php:149
|
416 |
msgid "Nothing found"
|
417 |
msgstr "Ничего не найдено"
|
418 |
|
419 |
+
#: includes/whitelist.php:149
|
420 |
msgid "No IP in the whitelist"
|
421 |
msgstr "Список IP пуст"
|
422 |
|
423 |
+
#: includes/whitelist.php:156
|
424 |
+
msgid "IP Address"
|
425 |
+
msgstr "IP Адресс"
|
426 |
|
427 |
+
#: includes/whitelist.php:157
|
428 |
+
msgid "Date Added"
|
429 |
msgstr "Дата добавления"
|
430 |
|
431 |
+
#: includes/whitelist.php:211 includes/whitelist.php:221
|
432 |
+
msgid "Delete"
|
433 |
+
msgstr "Удалить"
|
434 |
|
435 |
+
#: includes/whitelist.php:307
|
436 |
+
msgid "IP added to the whitelist successfully."
|
437 |
+
msgstr "IP адрес успешно добавлен в белый список."
|
438 |
|
439 |
+
#: includes/whitelist.php:309 includes/whitelist.php:330
|
440 |
+
#: includes/whitelist.php:340
|
441 |
+
msgid "Some errors occurred."
|
442 |
+
msgstr "Возникли некоторые ошибки."
|
443 |
|
444 |
+
#: includes/whitelist.php:311
|
445 |
+
msgid "IP is already in the whitelist."
|
446 |
+
msgstr "IP адрес уже в белом списке."
|
447 |
|
448 |
+
#: includes/whitelist.php:314
|
449 |
msgid "Invalid IP. See allowed formats."
|
450 |
msgstr "Неверный IP. Смотите доступные форматы."
|
451 |
|
452 |
+
#: includes/whitelist.php:336
|
453 |
+
msgid "One IP was deleted successfully."
|
454 |
+
msgstr "Один IP адрес был успешно удален."
|
455 |
|
456 |
+
#: includes/whitelist.php:343
|
457 |
+
msgid "You have not entered any IP."
|
458 |
+
msgstr "Вы не ввели ни одного IP адреса."
|
459 |
|
460 |
+
#: includes/whitelist.php:346
|
461 |
+
msgid "You have not entered any IP in to the search form."
|
462 |
+
msgstr "Вы не ввели значения в форму поиска."
|
463 |
|
464 |
+
#: includes/whitelist.php:348
|
465 |
msgid "Search results for"
|
466 |
msgstr "Результаты поиска для"
|
467 |
|
468 |
+
#~ msgid ""
|
469 |
+
#~ "WARNING: The captcha will not be displayed until you don't fill key "
|
470 |
+
#~ "fields."
|
471 |
+
#~ msgstr ""
|
472 |
+
#~ "ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
|
473 |
+
#~ "поля с ключами."
|
474 |
|
475 |
+
#~ msgid "Check off for adding captcha to forms on their settings pages"
|
476 |
+
#~ msgstr "Выключите для добавления капчи к формам на страницах их настроек"
|
|
|
477 |
|
478 |
+
#~ msgid ""
|
479 |
+
#~ "WARNING: The captcha will not display while you don't fill key fields."
|
480 |
+
#~ msgstr ""
|
481 |
+
#~ "ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
|
482 |
+
#~ "ключевые поля."
|
483 |
|
484 |
+
#~ msgid "Click the BACK button on your browser, and try again."
|
485 |
+
#~ msgstr "Воспользуйтесь кнопкой НАЗАД в вашем браузере и попытайтесь снова."
|
|
|
486 |
|
487 |
+
#~ msgid "Check your domain configuration"
|
488 |
+
#~ msgstr "Проверьте настройки вашего домена"
|
|
|
489 |
|
490 |
+
#~ msgid "Please, complete the captcha and submit \"Test verification\""
|
491 |
+
#~ msgstr ""
|
492 |
+
#~ "Пожалуйста, заполните капчу и нажмите кнопку \"Тестирование проверки\""
|
493 |
|
494 |
+
#~ msgid "Invisible reCAPTCHA"
|
495 |
+
#~ msgstr "Невидимая reCAPTCHA"
|
|
|
496 |
|
497 |
+
#~ msgid "Settings saved"
|
498 |
+
#~ msgstr "Настройки сохранены"
|
|
|
499 |
|
500 |
+
#~ msgid "All plugin settings were restored"
|
501 |
+
#~ msgstr "Настройки плагина были восстановлены"
|
|
|
502 |
|
503 |
+
#~ msgid "Custom code"
|
504 |
+
#~ msgstr "Пользовательский код"
|
|
|
505 |
|
506 |
+
#~ msgid "Go PRO"
|
507 |
+
#~ msgstr "Перейти на PRO версию"
|
508 |
+
|
509 |
+
#~ msgid ""
|
510 |
+
#~ "Only one reCAPTCHA can be displayed on the page, it's related to "
|
511 |
+
#~ "reCAPTCHA version 1 features."
|
512 |
+
#~ msgstr ""
|
513 |
+
#~ "В связи с особенностями работы reCAPTCHA версии 1 на странице может "
|
514 |
+
#~ "отображаться только одна reCAPTCHA."
|
515 |
+
|
516 |
+
#~ msgid ""
|
517 |
+
#~ "If you would like to add a Google Captcha (reCAPTCHA) to your page or "
|
518 |
+
#~ "post, please use %s button"
|
519 |
+
#~ msgstr ""
|
520 |
+
#~ "Если вы хотите добавить Google Captcha (reCAPTCHA) на вашу страницу или "
|
521 |
+
#~ "пост, то используйте кнопку %s"
|
522 |
+
|
523 |
+
#~ msgid ""
|
524 |
+
#~ "You can add the Google Captcha (reCAPTCHA) to your page or post by "
|
525 |
+
#~ "clicking on %s button in the content edit block using the Visual mode. If "
|
526 |
+
#~ "the button isn't displayed or you would like to add the Google Captcha "
|
527 |
+
#~ "(reCAPTCHA) to your own form , please use the shortcode %s"
|
528 |
+
#~ msgstr ""
|
529 |
+
#~ "Вы можете добавить Google Captcha (reCAPTCHA) на вашу страницу или пост, "
|
530 |
+
#~ "нажав на кнопку %s в блоке редактирования контента в режиме Visual. Если "
|
531 |
+
#~ "кнопка не отображается или вы хотите добавить Google Captcha (reCAPTCHA) "
|
532 |
+
#~ "в вашу собственную форму, пожалуйста, используйте шорткод %s"
|
533 |
+
|
534 |
+
#~ msgid ""
|
535 |
+
#~ "In order to use reCAPTCHA, please enter site and secret keys. You can "
|
536 |
+
#~ "manage your API keys %shere%s"
|
537 |
+
#~ msgstr ""
|
538 |
+
#~ "Для использования reCAPTCHA, пожалуйста введите ключ сайта и секретный "
|
539 |
+
#~ "ключ. Вы можете управлять своими API ключами %sздесь%s"
|
540 |
+
|
541 |
+
#~ msgid "Test Keys"
|
542 |
+
#~ msgstr "Тестирование ключей"
|
543 |
+
|
544 |
+
#~ msgid "Options"
|
545 |
+
#~ msgstr "Опции"
|
546 |
+
|
547 |
+
#~ msgid "Enable reCAPTCHA for"
|
548 |
+
#~ msgstr "Включить reCAPTCHA для"
|
549 |
+
|
550 |
+
#~ msgid "This option is available only for network or for main blog"
|
551 |
+
#~ msgstr "Эта опция доступна только для сети или для основного блога"
|
552 |
+
|
553 |
+
#~ msgid "Plugins"
|
554 |
+
#~ msgstr "Плагинов"
|
555 |
+
|
556 |
+
#~ msgid "You should %s to use this functionality"
|
557 |
+
#~ msgstr "Чтобы использовать этот функционал %s"
|
558 |
+
|
559 |
+
#~ msgid "activate"
|
560 |
+
#~ msgstr "активируйте"
|
561 |
+
|
562 |
+
#~ msgid "for network"
|
563 |
+
#~ msgstr "для сети"
|
564 |
+
|
565 |
+
#~ msgid "download"
|
566 |
+
#~ msgstr "загрузить"
|
567 |
+
|
568 |
+
#~ msgid ""
|
569 |
+
#~ "If you would like to add Google Captcha (reCAPTCHA) to a custom form see "
|
570 |
+
#~ "%s"
|
571 |
+
#~ msgstr ""
|
572 |
+
#~ "Если вы хотите добавить Google Captcha (reCAPTCHA) в кастомную форму, "
|
573 |
+
#~ "смотрите %s"
|
574 |
|
575 |
+
#~ msgid "Hide reCAPTCHA in Comments Form for"
|
576 |
+
#~ msgstr "Скрыть reCAPTCHA в Форма комментариев для"
|
|
|
577 |
|
578 |
+
#~ msgid ""
|
579 |
+
#~ "This message will be displayed instead of the reCAPTCHA if the user IP is "
|
580 |
+
#~ "added to the whitelist"
|
581 |
+
#~ msgstr ""
|
582 |
+
#~ "Указанное сообщение будет отображаться вместо reCAPTCHA для IP адресов из "
|
583 |
+
#~ "белого списка"
|
584 |
+
|
585 |
+
#~ msgid "reCAPTCHA Version"
|
586 |
+
#~ msgstr "Версия reCAPTCHA"
|
587 |
+
|
588 |
+
#~ msgid ""
|
589 |
+
#~ "reCAPTCHA block won't be visible for non-suspicious users while "
|
590 |
+
#~ "suspicious ones will have to pass the captcha"
|
591 |
+
#~ msgstr ""
|
592 |
+
#~ "Блок reCAPTCHA не будет выводиться для пользователей, которые не вызывают "
|
593 |
+
#~ "подозрение, в то время как подозрительным пользователям придётся пройти "
|
594 |
+
#~ "через капчу"
|
595 |
+
|
596 |
+
#~ msgid "reCAPTCHA Theme"
|
597 |
+
#~ msgstr "Тема reCAPTCHA"
|
598 |
+
|
599 |
+
#~ msgid "for version"
|
600 |
+
#~ msgstr "для версии"
|
601 |
+
|
602 |
+
#~ msgid "Save Changes"
|
603 |
+
#~ msgstr "Сохранить изменения"
|
604 |
+
|
605 |
+
#~ msgid "Secret Key is invalid"
|
606 |
+
#~ msgstr "Некорректный секретный ключ"
|
607 |
+
|
608 |
+
#~ msgid "The verification is successfully completed"
|
609 |
+
#~ msgstr "Проверка завершена успешно"
|
610 |
+
|
611 |
+
#~ msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
|
612 |
+
#~ msgstr "Для IP адресов из белого списка reCAPTCHA отображаться не будет"
|
613 |
+
|
614 |
+
#~ msgid "Add IP to the whitelist"
|
615 |
+
#~ msgstr "Добавить IP в белый список"
|
616 |
+
|
617 |
+
#~ msgid "Save changes"
|
618 |
+
#~ msgstr "Сохранить изменения"
|
619 |
+
|
620 |
+
#~ msgid "Save IP to the whitelist"
|
621 |
+
#~ msgstr "Сохранить IP в белый список"
|
622 |
|
623 |
+
#~ msgid "IP address"
|
624 |
+
#~ msgstr "IP адрес"
|
|
|
625 |
|
626 |
+
#~ msgid "Date added"
|
627 |
+
#~ msgstr "Дата добавления"
|
628 |
+
|
629 |
+
#~ msgid "Remove from the whitelist"
|
630 |
+
#~ msgstr "Удалить из белого списка"
|
631 |
+
|
632 |
+
#~ msgid "IP added to the whitelist successfully"
|
633 |
+
#~ msgstr "IP был добавлен в белый список"
|
634 |
+
|
635 |
+
#~ msgid "Some errors occurred"
|
636 |
+
#~ msgstr "Возникли некоторые ошибки"
|
637 |
+
|
638 |
+
#~ msgid "IP is already in the whitelist"
|
639 |
+
#~ msgstr "IP адрес уже в белом списке"
|
640 |
+
|
641 |
+
#~ msgid "One IP was deleted successfully"
|
642 |
+
#~ msgstr "Один IP был успешно удалён"
|
643 |
+
|
644 |
+
#~ msgid "You have not entered any IP"
|
645 |
+
#~ msgstr "Вы не ввели IP"
|
646 |
+
|
647 |
+
#~ msgid "You have not entered any IP in to the search form"
|
648 |
+
#~ msgstr "Вы не ввели никакого значения в форму поиска"
|
649 |
+
|
650 |
+
#~ msgid "ordinary space, tab, new line or carriage return"
|
651 |
+
#~ msgstr "обычный пробел, табуляция или новая строка"
|
652 |
+
|
653 |
+
#~ msgid "tab, new line or carriage return"
|
654 |
+
#~ msgstr "табуляция или новая строка"
|
655 |
+
|
656 |
+
#~ msgid "reCAPTCHA Language"
|
657 |
+
#~ msgstr "Язык reCAPTCHA"
|
658 |
+
|
659 |
+
#~ msgid "Use the current site language"
|
660 |
+
#~ msgstr "Использовать текущий язык сайта"
|
661 |
+
|
662 |
+
#~ msgid "Using"
|
663 |
+
#~ msgstr "Используя"
|
664 |
+
|
665 |
+
#~ msgid "reCAPTCHA Size"
|
666 |
+
#~ msgstr "Размер reCAPTCHA"
|
667 |
|
668 |
#~ msgid "Unlock premium options by upgrading to Pro version"
|
669 |
#~ msgstr "Активируйте премиум опции обновившись до Pro версии"
|
711 |
#~ msgid "powered by"
|
712 |
#~ msgstr "разработано компанией"
|
713 |
|
|
|
|
|
|
|
714 |
#~ msgid "Download"
|
715 |
#~ msgstr "Скачать"
|
716 |
|
languages/google-captcha-uk.mo
CHANGED
Binary file
|
languages/google-captcha-uk.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
@@ -13,18 +13,38 @@ 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 |
"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 "Please wait until Google reCAPTCHA is loaded."
|
25 |
msgstr "Будь ласка, зачекайте, поки буде завантаженo Google reCAPTCHA."
|
26 |
|
27 |
-
#: google-captcha.php:
|
28 |
msgid ""
|
29 |
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
30 |
"reload this page."
|
@@ -32,445 +52,614 @@ msgstr ""
|
|
32 |
"Не вдалося завантажити Google reCAPTCHA. Будь ласка, перевірте підключення "
|
33 |
"до Інтернету та оновіть цю сторінку."
|
34 |
|
35 |
-
#: google-captcha.php:
|
36 |
msgid "Warning"
|
37 |
msgstr "Увага"
|
38 |
|
39 |
-
#: google-captcha.php:
|
40 |
-
#: google-captcha.php:
|
41 |
msgid "Error"
|
42 |
msgstr "Помилка"
|
43 |
|
44 |
-
#: google-captcha.php:
|
45 |
msgid "You are in the whitelist"
|
46 |
msgstr "Ви знаходитесь в білому списку"
|
47 |
|
48 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
msgid "Site Key"
|
50 |
-
msgstr "Ключ
|
51 |
|
52 |
-
#:
|
53 |
msgid "Secret Key"
|
54 |
msgstr "Секретний ключ"
|
55 |
|
56 |
-
#:
|
|
|
57 |
msgid "Version"
|
58 |
msgstr "Версія"
|
59 |
|
60 |
-
#:
|
61 |
-
msgid "Invisible
|
62 |
-
msgstr "Невидима
|
63 |
|
64 |
-
#:
|
65 |
msgid "Login form"
|
66 |
msgstr "Форма логіну"
|
67 |
|
68 |
-
#:
|
|
|
69 |
msgid "Registration form"
|
70 |
msgstr "Форма реєстрації"
|
71 |
|
72 |
-
#:
|
73 |
msgid "Reset password form"
|
74 |
msgstr "Форма відновлення паролю"
|
75 |
|
76 |
-
#:
|
77 |
msgid "Comments form"
|
78 |
msgstr "Форма коментарів"
|
79 |
|
80 |
-
#:
|
81 |
msgid "Enter site key"
|
82 |
msgstr "Введіть ключ сайту"
|
83 |
|
84 |
-
#:
|
85 |
-
|
|
|
86 |
msgstr ""
|
87 |
-
"УВАГА: Капча не буде відображатись, поки ви не заповните
|
88 |
|
89 |
-
#:
|
90 |
msgid "Enter secret key"
|
91 |
msgstr "Введіть секретний ключ"
|
92 |
|
93 |
-
#:
|
94 |
-
msgid "Settings saved"
|
95 |
-
msgstr "Налаштування
|
96 |
-
|
97 |
-
#: google-captcha.php:578
|
98 |
-
msgid "All plugin settings were restored"
|
99 |
-
msgstr "Налаштування плагіна були відновлені"
|
100 |
-
|
101 |
-
#: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
|
102 |
-
msgid "Settings"
|
103 |
-
msgstr "Налаштування"
|
104 |
-
|
105 |
-
#: google-captcha.php:596
|
106 |
-
msgid "Whitelist"
|
107 |
-
msgstr "Білий список"
|
108 |
-
|
109 |
-
#: google-captcha.php:597
|
110 |
-
msgid "Custom code"
|
111 |
-
msgstr "Користувацький код"
|
112 |
-
|
113 |
-
#: google-captcha.php:598
|
114 |
-
msgid "Go PRO"
|
115 |
-
msgstr "Перейти на PRO версію"
|
116 |
-
|
117 |
-
#: google-captcha.php:603
|
118 |
-
msgid ""
|
119 |
-
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
120 |
-
"version 1 features."
|
121 |
-
msgstr ""
|
122 |
-
"У зв'язку з особливостями роботи reCAPTCHA версії 1 на сторінці може "
|
123 |
-
"відображатися тільки одна reCAPTCHA."
|
124 |
-
|
125 |
-
#: google-captcha.php:618
|
126 |
-
#, php-format
|
127 |
-
msgid ""
|
128 |
-
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
129 |
-
"please use %s button"
|
130 |
-
msgstr ""
|
131 |
-
"Якщо ви хочете додати Google Captcha (reCAPTCHA) на вашу сторінку або пост, "
|
132 |
-
"то використовуйте кнопку %s"
|
133 |
|
134 |
-
#:
|
135 |
-
#, php-format
|
136 |
-
msgid ""
|
137 |
-
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
138 |
-
"on %s button in the content edit block using the Visual mode. If the button "
|
139 |
-
"isn't displayed or you would like to add the Google Captcha (reCAPTCHA) to "
|
140 |
-
"your own form , please use the shortcode %s"
|
141 |
-
msgstr ""
|
142 |
-
"Ви можете додати Google Captcha (reCAPTCHA) на вашу сторінку або пост, "
|
143 |
-
"натиснувши на кнопку %s в блоці редагування контенту в режимі Visual. Якщо "
|
144 |
-
"кнопка не відображається або ви хочете додати Google Captcha (reCAPTCHA) в "
|
145 |
-
"вашу власну форму, будь ласка, використовуйте шорткод %s"
|
146 |
-
|
147 |
-
#: google-captcha.php:628
|
148 |
msgid "Authentication"
|
149 |
msgstr "Ідентифікація"
|
150 |
|
151 |
-
#:
|
152 |
-
#, php-format
|
153 |
msgid ""
|
154 |
-
"
|
155 |
-
"
|
156 |
msgstr ""
|
157 |
-
"
|
158 |
-
"
|
|
|
|
|
|
|
|
|
159 |
|
160 |
-
#:
|
161 |
-
msgid "Test
|
162 |
-
msgstr "Тестування
|
163 |
|
164 |
-
#:
|
165 |
-
msgid "
|
166 |
-
msgstr "
|
167 |
|
168 |
-
#:
|
169 |
-
msgid "Enable
|
170 |
-
msgstr "Включити
|
171 |
|
172 |
-
#:
|
173 |
msgid "WordPress default"
|
174 |
msgstr "Стандартних форм WordPress"
|
175 |
|
176 |
-
#:
|
177 |
-
msgid "This option is available only for network or for main blog"
|
178 |
-
msgstr "Ця опція доступна тільки для мережі
|
179 |
|
180 |
-
#:
|
181 |
-
msgid "Plugins"
|
182 |
-
msgstr "
|
183 |
|
184 |
-
#:
|
185 |
-
|
186 |
-
|
187 |
-
msgstr "Щоб використовувати цей функціонал %s"
|
188 |
|
189 |
-
#:
|
190 |
-
msgid "
|
191 |
-
msgstr "
|
192 |
|
193 |
-
#:
|
194 |
-
msgid "for
|
195 |
-
msgstr "для
|
196 |
|
197 |
-
#:
|
198 |
-
|
199 |
-
|
|
|
200 |
|
201 |
-
#:
|
202 |
-
msgid "
|
203 |
-
msgstr "
|
204 |
|
205 |
-
#:
|
206 |
-
|
207 |
-
|
208 |
-
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
209 |
-
msgstr ""
|
210 |
-
"Якщо ви хочете додати Google Captcha (reCAPTCHA) в кастомний форму, дивіться "
|
211 |
-
"%s"
|
212 |
-
|
213 |
-
#: google-captcha.php:699 google-captcha.php:1296
|
214 |
-
msgid "FAQ"
|
215 |
-
msgstr "FAQ"
|
216 |
|
217 |
-
#:
|
218 |
-
|
219 |
-
|
|
|
220 |
|
221 |
-
#:
|
222 |
msgid "Whitelist Notification"
|
223 |
msgstr "Повідомлення про знаходження у білому списку"
|
224 |
|
225 |
-
#:
|
|
|
|
|
|
|
|
|
226 |
msgid ""
|
227 |
-
"
|
228 |
-
"
|
229 |
msgstr ""
|
230 |
-
"
|
231 |
-
"
|
232 |
|
233 |
-
#:
|
234 |
-
msgid "reCAPTCHA Version"
|
235 |
-
msgstr "Версія reCAPTCHA"
|
236 |
-
|
237 |
-
#: google-captcha.php:736
|
238 |
msgid ""
|
239 |
-
"
|
240 |
-
"
|
241 |
msgstr ""
|
242 |
-
"
|
243 |
-
"
|
244 |
-
|
245 |
-
#: google-captcha.php:744 google-captcha.php:757
|
246 |
-
msgid "reCAPTCHA Theme"
|
247 |
-
msgstr "reCAPTCHA theme"
|
248 |
|
249 |
-
#:
|
250 |
-
msgid "
|
251 |
-
msgstr "
|
252 |
|
253 |
-
#:
|
254 |
-
msgid "
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
msgstr "Щоб використовувати Google Captcha, вам необхідно отримати ключі з"
|
260 |
|
261 |
-
#:
|
262 |
-
msgid "
|
263 |
-
msgstr "
|
264 |
|
265 |
-
#:
|
266 |
-
msgid "
|
267 |
-
msgstr "
|
268 |
|
269 |
-
#:
|
270 |
-
msgid "
|
271 |
-
msgstr "
|
272 |
|
273 |
-
#:
|
274 |
-
msgid "
|
275 |
-
msgstr "
|
276 |
|
277 |
-
#:
|
278 |
-
msgid "
|
279 |
-
msgstr "
|
280 |
|
281 |
-
#:
|
282 |
-
msgid "
|
283 |
-
msgstr "
|
284 |
|
285 |
-
#:
|
286 |
-
msgid "
|
287 |
-
msgstr "
|
288 |
|
289 |
-
#:
|
290 |
-
msgid "
|
291 |
-
msgstr "
|
292 |
|
293 |
-
#:
|
294 |
-
msgid "
|
295 |
-
msgstr "
|
296 |
|
297 |
-
#:
|
298 |
-
msgid "
|
299 |
-
msgstr "
|
300 |
|
301 |
-
#:
|
302 |
-
msgid ""
|
303 |
-
"
|
304 |
-
"all unnecessary reCAPTCHA fields to make it work properly."
|
305 |
-
msgstr ""
|
306 |
-
"В поточній формі знайдено більш ніж один блок reCAPTCHA. Будь-ласка видаліть "
|
307 |
-
"усі зайві блоки reCAPTCHA для коректної подальшої роботи."
|
308 |
|
309 |
-
#:
|
310 |
-
msgid "
|
311 |
-
msgstr "
|
312 |
|
313 |
-
#:
|
314 |
-
msgid "
|
315 |
-
msgstr ""
|
316 |
-
"Будь ласка, заповніть капчу і натисніть кнопку \"Тестування перевірки\""
|
317 |
|
318 |
-
#:
|
319 |
-
msgid "
|
320 |
-
msgstr "
|
321 |
|
322 |
-
#:
|
323 |
-
msgid "
|
324 |
-
msgstr "
|
325 |
|
326 |
-
#:
|
327 |
-
msgid "
|
328 |
-
msgstr "
|
329 |
|
330 |
-
#: includes/
|
331 |
-
msgid "
|
332 |
-
|
|
|
|
|
|
|
|
|
333 |
|
334 |
-
#: includes/whitelist.php:
|
335 |
-
msgid "Add
|
336 |
-
msgstr "Додати
|
337 |
|
338 |
-
#: includes/whitelist.php:
|
339 |
-
msgid "
|
340 |
-
msgstr "
|
341 |
|
342 |
-
#: includes/whitelist.php:
|
343 |
msgid "My IP"
|
344 |
msgstr "Мій IP"
|
345 |
|
346 |
-
#: includes/whitelist.php:
|
347 |
-
msgid "Save IP to the whitelist"
|
348 |
-
msgstr "Зберегти IP до білого списку"
|
349 |
-
|
350 |
-
#: includes/whitelist.php:100 includes/pro_banners.php:44
|
351 |
-
msgid "Allowed formats"
|
352 |
-
msgstr "Доступні формати"
|
353 |
-
|
354 |
-
#: includes/whitelist.php:101
|
355 |
msgid "Allowed diapason"
|
356 |
msgstr "Доступні діапазони"
|
357 |
|
358 |
-
#: includes/whitelist.php:
|
|
|
|
|
|
|
|
|
359 |
msgid "Search IP"
|
360 |
msgstr "Шукати IP"
|
361 |
|
362 |
-
#: includes/whitelist.php:
|
363 |
msgid "Nothing found"
|
364 |
msgstr "Нічого не знайдено"
|
365 |
|
366 |
-
#: includes/whitelist.php:
|
367 |
msgid "No IP in the whitelist"
|
368 |
msgstr "Список IP порожній"
|
369 |
|
370 |
-
#: includes/whitelist.php:
|
371 |
-
msgid "IP
|
372 |
-
msgstr "IP
|
373 |
|
374 |
-
#: includes/whitelist.php:
|
375 |
-
msgid "Date
|
376 |
msgstr "Дата додавання"
|
377 |
|
378 |
-
#: includes/whitelist.php:
|
379 |
-
msgid "
|
380 |
-
msgstr "Видалити
|
381 |
|
382 |
-
#: includes/whitelist.php:
|
383 |
-
msgid "IP added to the whitelist successfully"
|
384 |
-
msgstr "IP
|
385 |
|
386 |
-
#: includes/whitelist.php:
|
387 |
-
#: includes/whitelist.php:
|
388 |
-
msgid "Some errors occurred"
|
389 |
-
msgstr "
|
390 |
|
391 |
-
#: includes/whitelist.php:
|
392 |
-
msgid "IP is already in the whitelist"
|
393 |
-
msgstr "IP
|
394 |
|
395 |
-
#: includes/whitelist.php:
|
396 |
msgid "Invalid IP. See allowed formats."
|
397 |
msgstr "Невірний IP. Дивіться доступні формати."
|
398 |
|
399 |
-
#: includes/whitelist.php:
|
400 |
-
msgid "One IP was deleted successfully"
|
401 |
-
msgstr "
|
402 |
|
403 |
-
#: includes/whitelist.php:
|
404 |
-
msgid "You have not entered any IP"
|
405 |
-
msgstr "Ви не ввели
|
406 |
|
407 |
-
#: includes/whitelist.php:
|
408 |
-
msgid "You have not entered any IP in to the search form"
|
409 |
-
msgstr "Ви не ввели ніякого значення у форму
|
410 |
|
411 |
-
#: includes/whitelist.php:
|
412 |
msgid "Search results for"
|
413 |
msgstr "Результати пошуку для"
|
414 |
|
415 |
-
|
416 |
-
|
417 |
-
|
|
|
|
|
418 |
|
419 |
-
|
420 |
-
|
421 |
-
msgstr "Закрити"
|
422 |
|
423 |
-
|
424 |
-
|
425 |
-
msgstr "Оновити до Pro"
|
426 |
|
427 |
-
|
428 |
-
|
429 |
-
msgstr "
|
|
|
430 |
|
431 |
-
|
432 |
-
|
433 |
-
msgstr "Доступні роздільники для IP: кома"
|
434 |
|
435 |
-
|
436 |
-
|
437 |
-
msgstr "крапка з комою"
|
438 |
|
439 |
-
|
440 |
-
|
441 |
-
msgstr "звичайний пробіл, табуляція або новий рядок"
|
442 |
|
443 |
-
|
444 |
-
|
445 |
-
msgstr "Доступні роздільники для причин: кома"
|
446 |
|
447 |
-
|
448 |
-
|
449 |
-
msgstr "табуляція, новий рядок або повернення каретки"
|
450 |
|
451 |
-
|
452 |
-
|
453 |
-
msgstr "Нормальний"
|
454 |
|
455 |
-
|
456 |
-
|
457 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
458 |
|
459 |
-
|
460 |
-
|
461 |
-
msgstr "Мова reCAPTCHA"
|
462 |
|
463 |
-
|
464 |
-
|
465 |
-
msgstr "Використовувати поточну мову сайту"
|
466 |
|
467 |
-
|
468 |
-
|
469 |
-
msgstr "Використовуючи"
|
470 |
|
471 |
-
|
472 |
-
|
473 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
474 |
|
475 |
#~ msgid "Unlock premium options by upgrading to Pro version"
|
476 |
#~ msgstr "Активуйте преміум опції оновившись до Pro версії"
|
@@ -516,9 +705,6 @@ msgstr "Розмір reCAPTCHA"
|
|
516 |
#~ msgid "powered by"
|
517 |
#~ msgstr "розроблено компанією"
|
518 |
|
519 |
-
#~ msgid "Activate"
|
520 |
-
#~ msgstr "Активувати"
|
521 |
-
|
522 |
#~ msgid "Download"
|
523 |
#~ msgstr "Завантажити"
|
524 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-08-21 15:12+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.8.7.1\n"
|
17 |
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
18 |
+
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: google-captcha.php:35 google-captcha.php:37 google-captcha.php:499
|
22 |
+
#: includes/class-gglcptch-settings-tabs.php:152
|
23 |
msgid "Google Captcha Settings"
|
24 |
msgstr "Налаштування Google Captcha"
|
25 |
|
26 |
+
#: google-captcha.php:37 google-captcha.php:1002 google-captcha.php:1023
|
27 |
+
#: includes/class-gglcptch-settings-tabs.php:25
|
28 |
+
msgid "Settings"
|
29 |
+
msgstr "Налаштування"
|
30 |
+
|
31 |
+
#: google-captcha.php:39 includes/whitelist.php:44
|
32 |
+
msgid "Google Captcha Whitelist"
|
33 |
+
msgstr "Білий список Google Captcha"
|
34 |
+
|
35 |
+
#: google-captcha.php:39
|
36 |
+
msgid "Whitelist"
|
37 |
+
msgstr "Білий список"
|
38 |
+
|
39 |
+
#: google-captcha.php:45 includes/pro_banners.php:29
|
40 |
+
msgid "Upgrade to Pro"
|
41 |
+
msgstr "Оновити до Pro"
|
42 |
+
|
43 |
+
#: google-captcha.php:267
|
44 |
msgid "Please wait until Google reCAPTCHA is loaded."
|
45 |
msgstr "Будь ласка, зачекайте, поки буде завантаженo Google reCAPTCHA."
|
46 |
|
47 |
+
#: google-captcha.php:268
|
48 |
msgid ""
|
49 |
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
50 |
"reload this page."
|
52 |
"Не вдалося завантажити Google reCAPTCHA. Будь ласка, перевірте підключення "
|
53 |
"до Інтернету та оновіть цю сторінку."
|
54 |
|
55 |
+
#: google-captcha.php:288
|
56 |
msgid "Warning"
|
57 |
msgstr "Увага"
|
58 |
|
59 |
+
#: google-captcha.php:292 google-captcha.php:807 google-captcha.php:838
|
60 |
+
#: google-captcha.php:867 google-captcha.php:897 google-captcha.php:926
|
61 |
msgid "Error"
|
62 |
msgstr "Помилка"
|
63 |
|
64 |
+
#: google-captcha.php:390
|
65 |
msgid "You are in the whitelist"
|
66 |
msgstr "Ви знаходитесь в білому списку"
|
67 |
|
68 |
+
#: google-captcha.php:555 google-captcha.php:1043
|
69 |
+
msgid "To use Google Captcha you must get the keys from"
|
70 |
+
msgstr "Щоб використовувати Google Captcha, вам необхідно отримати ключі з"
|
71 |
+
|
72 |
+
#: google-captcha.php:556 google-captcha.php:1044
|
73 |
+
msgid "here"
|
74 |
+
msgstr "тут"
|
75 |
+
|
76 |
+
#: google-captcha.php:557 google-captcha.php:1045
|
77 |
+
msgid "and enter them on the"
|
78 |
+
msgstr "і вставте їх у"
|
79 |
+
|
80 |
+
#: google-captcha.php:559 google-captcha.php:1047
|
81 |
+
msgid "plugin setting page"
|
82 |
+
msgstr "сторінку налаштувань плагіну"
|
83 |
+
|
84 |
+
#: google-captcha.php:762
|
85 |
+
msgid "User response is missing."
|
86 |
+
msgstr "Відповідь користувача відсутня."
|
87 |
+
|
88 |
+
#: google-captcha.php:766 google-captcha.php:774
|
89 |
+
msgid "Secret Key is invalid."
|
90 |
+
msgstr "Секретний ключ некоректний."
|
91 |
+
|
92 |
+
#: google-captcha.php:767 google-captcha.php:775
|
93 |
+
msgid "Check your domain configurations"
|
94 |
+
msgstr "Перевірте конфігурацію вашого домену"
|
95 |
+
|
96 |
+
#: google-captcha.php:768 google-captcha.php:776
|
97 |
+
msgid "and enter it again"
|
98 |
+
msgstr "і введіть його знову"
|
99 |
+
|
100 |
+
#: google-captcha.php:771
|
101 |
+
msgid "Secret Key is missing."
|
102 |
+
msgstr "Секретний ключ відсутній."
|
103 |
+
|
104 |
+
#: google-captcha.php:778
|
105 |
+
msgid "User response is invalid"
|
106 |
+
msgstr "Некоректна відповідь користувача"
|
107 |
+
|
108 |
+
#: google-captcha.php:779
|
109 |
+
msgid "You have entered an incorrect reCAPTCHA value."
|
110 |
+
msgstr "Ви ввели невірне значення reCAPTCHA."
|
111 |
+
|
112 |
+
#: google-captcha.php:780
|
113 |
+
msgid ""
|
114 |
+
"More than one reCAPTCHA has been found in the current form. Please remove "
|
115 |
+
"all unnecessary reCAPTCHA fields to make it work properly."
|
116 |
+
msgstr ""
|
117 |
+
"В поточній формі знайдено більш ніж один блок reCAPTCHA. Будь-ласка видаліть "
|
118 |
+
"усі зайві блоки reCAPTCHA для коректної подальшої роботи."
|
119 |
+
|
120 |
+
#: google-captcha.php:926
|
121 |
+
msgid "Click the BACK button on your browser and try again."
|
122 |
+
msgstr "Натисніть кнопку НАЗАД у браузері та спробуйте ще раз."
|
123 |
+
|
124 |
+
#: google-captcha.php:954
|
125 |
+
msgid "Please submit \"Test verification\""
|
126 |
+
msgstr "Будь ласка, натисніть кнопку \"Тестування перевірки\""
|
127 |
+
|
128 |
+
#: google-captcha.php:956
|
129 |
+
msgid "Please complete the captcha and submit \"Test verification\""
|
130 |
+
msgstr ""
|
131 |
+
"Будь ласка, заповніть капчу і натисніть кнопку \"Тестування перевірки\""
|
132 |
+
|
133 |
+
#: google-captcha.php:962
|
134 |
+
msgid "Test verification"
|
135 |
+
msgstr "Тестування перевірки"
|
136 |
+
|
137 |
+
#: google-captcha.php:983
|
138 |
+
msgid "The verification is successfully completed."
|
139 |
+
msgstr "Перевірка завершена успішно."
|
140 |
+
|
141 |
+
#: google-captcha.php:1024
|
142 |
+
msgid "FAQ"
|
143 |
+
msgstr "FAQ"
|
144 |
+
|
145 |
+
#: google-captcha.php:1025
|
146 |
+
msgid "Support"
|
147 |
+
msgstr "Техпідтримка"
|
148 |
+
|
149 |
+
#: includes/class-gglcptch-settings-tabs.php:26
|
150 |
+
msgid "Misc"
|
151 |
+
msgstr "Різне"
|
152 |
+
|
153 |
+
#: includes/class-gglcptch-settings-tabs.php:27
|
154 |
+
msgid "Custom Code"
|
155 |
+
msgstr "Користувацький код"
|
156 |
+
|
157 |
+
#: includes/class-gglcptch-settings-tabs.php:28
|
158 |
+
msgid "License Key"
|
159 |
+
msgstr "Ліцензійний ключ"
|
160 |
+
|
161 |
+
#: includes/class-gglcptch-settings-tabs.php:51
|
162 |
msgid "Site Key"
|
163 |
+
msgstr "Ключ сайту"
|
164 |
|
165 |
+
#: includes/class-gglcptch-settings-tabs.php:56
|
166 |
msgid "Secret Key"
|
167 |
msgstr "Секретний ключ"
|
168 |
|
169 |
+
#: includes/class-gglcptch-settings-tabs.php:63
|
170 |
+
#: includes/class-gglcptch-settings-tabs.php:64
|
171 |
msgid "Version"
|
172 |
msgstr "Версія"
|
173 |
|
174 |
+
#: includes/class-gglcptch-settings-tabs.php:65
|
175 |
+
msgid "Invisible"
|
176 |
+
msgstr "Невидима"
|
177 |
|
178 |
+
#: includes/class-gglcptch-settings-tabs.php:70 includes/pro_banners.php:78
|
179 |
msgid "Login form"
|
180 |
msgstr "Форма логіну"
|
181 |
|
182 |
+
#: includes/class-gglcptch-settings-tabs.php:71 includes/pro_banners.php:68
|
183 |
+
#: includes/pro_banners.php:79
|
184 |
msgid "Registration form"
|
185 |
msgstr "Форма реєстрації"
|
186 |
|
187 |
+
#: includes/class-gglcptch-settings-tabs.php:72
|
188 |
msgid "Reset password form"
|
189 |
msgstr "Форма відновлення паролю"
|
190 |
|
191 |
+
#: includes/class-gglcptch-settings-tabs.php:73 includes/pro_banners.php:69
|
192 |
msgid "Comments form"
|
193 |
msgstr "Форма коментарів"
|
194 |
|
195 |
+
#: includes/class-gglcptch-settings-tabs.php:98
|
196 |
msgid "Enter site key"
|
197 |
msgstr "Введіть ключ сайту"
|
198 |
|
199 |
+
#: includes/class-gglcptch-settings-tabs.php:99
|
200 |
+
#: includes/class-gglcptch-settings-tabs.php:106
|
201 |
+
msgid "WARNING: The captcha will not be displayed until you fill key fields."
|
202 |
msgstr ""
|
203 |
+
"УВАГА: Капча не буде відображатись, поки ви не заповните поля з ключами."
|
204 |
|
205 |
+
#: includes/class-gglcptch-settings-tabs.php:105
|
206 |
msgid "Enter secret key"
|
207 |
msgstr "Введіть секретний ключ"
|
208 |
|
209 |
+
#: includes/class-gglcptch-settings-tabs.php:138
|
210 |
+
msgid "Settings saved."
|
211 |
+
msgstr "Налаштування збережені."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
212 |
|
213 |
+
#: includes/class-gglcptch-settings-tabs.php:155
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
214 |
msgid "Authentication"
|
215 |
msgstr "Ідентифікація"
|
216 |
|
217 |
+
#: includes/class-gglcptch-settings-tabs.php:156
|
|
|
218 |
msgid ""
|
219 |
+
"Register your website with Google to get required API keys and enter them "
|
220 |
+
"below."
|
221 |
msgstr ""
|
222 |
+
"Зареєструйте свій веб-сайт за допомогою Google, щоб отримати необхідні API "
|
223 |
+
"ключі та введіть їх нижче."
|
224 |
+
|
225 |
+
#: includes/class-gglcptch-settings-tabs.php:156
|
226 |
+
msgid "Get the API Keys"
|
227 |
+
msgstr "Отримати API ключі"
|
228 |
|
229 |
+
#: includes/class-gglcptch-settings-tabs.php:173
|
230 |
+
msgid "Test ReCaptcha"
|
231 |
+
msgstr "Тестування ReCaptcha"
|
232 |
|
233 |
+
#: includes/class-gglcptch-settings-tabs.php:179
|
234 |
+
msgid "General"
|
235 |
+
msgstr "Загальне"
|
236 |
|
237 |
+
#: includes/class-gglcptch-settings-tabs.php:182
|
238 |
+
msgid "Enable ReCaptcha for"
|
239 |
+
msgstr "Включити ReCaptcha для"
|
240 |
|
241 |
+
#: includes/class-gglcptch-settings-tabs.php:186
|
242 |
msgid "WordPress default"
|
243 |
msgstr "Стандартних форм WordPress"
|
244 |
|
245 |
+
#: includes/class-gglcptch-settings-tabs.php:194
|
246 |
+
msgid "This option is available only for network or for main blog."
|
247 |
+
msgstr "Ця опція доступна тільки для мережі чи для головного блогу."
|
248 |
|
249 |
+
#: includes/class-gglcptch-settings-tabs.php:206 includes/pro_banners.php:55
|
250 |
+
msgid "External Plugins"
|
251 |
+
msgstr "Зовнішні плагіни"
|
252 |
|
253 |
+
#: includes/class-gglcptch-settings-tabs.php:215
|
254 |
+
msgid "Activate"
|
255 |
+
msgstr "Активувати"
|
|
|
256 |
|
257 |
+
#: includes/class-gglcptch-settings-tabs.php:218
|
258 |
+
msgid "Install Now"
|
259 |
+
msgstr "Встановити зараз"
|
260 |
|
261 |
+
#: includes/class-gglcptch-settings-tabs.php:221
|
262 |
+
msgid "Enable for adding captcha to forms on their settings pages."
|
263 |
+
msgstr "Увімкніть для додавання капчи до форм на сторінках їх налаштувань."
|
264 |
|
265 |
+
#: includes/class-gglcptch-settings-tabs.php:236
|
266 |
+
#: includes/class-gglcptch-settings-tabs.php:296 includes/pro_banners.php:20
|
267 |
+
msgid "Close"
|
268 |
+
msgstr "Закрити"
|
269 |
|
270 |
+
#: includes/class-gglcptch-settings-tabs.php:245
|
271 |
+
msgid "Hide ReCaptcha in Comments Form for"
|
272 |
+
msgstr "Приховати ReCaptcha у формі коментарів для"
|
273 |
|
274 |
+
#: includes/class-gglcptch-settings-tabs.php:257
|
275 |
+
msgid "ReCaptcha Version"
|
276 |
+
msgstr "Версія ReCaptcha"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
277 |
|
278 |
+
#: includes/class-gglcptch-settings-tabs.php:271
|
279 |
+
#: includes/class-gglcptch-settings-tabs.php:283
|
280 |
+
msgid "Theme"
|
281 |
+
msgstr "Тема"
|
282 |
|
283 |
+
#: includes/class-gglcptch-settings-tabs.php:305
|
284 |
msgid "Whitelist Notification"
|
285 |
msgstr "Повідомлення про знаходження у білому списку"
|
286 |
|
287 |
+
#: includes/class-gglcptch-settings-tabs.php:308
|
288 |
+
msgid "This message will be displayed instead of the ReCaptcha."
|
289 |
+
msgstr "Це повідомлення буде відображатися замість ReCaptcha."
|
290 |
+
|
291 |
+
#: includes/class-gglcptch-settings-tabs.php:322
|
292 |
msgid ""
|
293 |
+
"Only one ReCaptcha can be displayed on the page, it's related to ReCaptcha "
|
294 |
+
"version 1 features."
|
295 |
msgstr ""
|
296 |
+
"У зв'язку з особливостями роботи ReCaptcha версії 1 на сторінці може "
|
297 |
+
"відображатися тільки одна ReCaptcha."
|
298 |
|
299 |
+
#: includes/class-gglcptch-settings-tabs.php:325
|
|
|
|
|
|
|
|
|
300 |
msgid ""
|
301 |
+
"ReCaptcha version was changed. Please submit \"Test ReCaptcha\" and "
|
302 |
+
"regenerate Site and Secret keys if necessary."
|
303 |
msgstr ""
|
304 |
+
"Версія ReCaptcha була змінена. Будь ласка, натисніть \"Тестування ReCaptcha"
|
305 |
+
"\" та обновіть секретний ключ та ключ сайту, якщо це необхідно."
|
|
|
|
|
|
|
|
|
306 |
|
307 |
+
#: includes/class-gglcptch-settings-tabs.php:338
|
308 |
+
msgid "Google Captcha Shortcode"
|
309 |
+
msgstr "Шорткод Google Captcha"
|
310 |
|
311 |
+
#: includes/class-gglcptch-settings-tabs.php:341
|
312 |
+
msgid ""
|
313 |
+
"Add Google Captcha to your posts or pages using the following shortcode:"
|
314 |
+
msgstr ""
|
315 |
+
"Додайте Google Captcha до своїх постів або сторінок за допомогою такого "
|
316 |
+
"шорткоду:"
|
|
|
317 |
|
318 |
+
#: includes/pro_banners.php:17
|
319 |
+
msgid "This options is available in Pro version of plugin"
|
320 |
+
msgstr "Ця опція доступна в Pro версії плагіну"
|
321 |
|
322 |
+
#: includes/pro_banners.php:40 includes/whitelist.php:84
|
323 |
+
msgid "Allowed formats"
|
324 |
+
msgstr "Доступні формати"
|
325 |
|
326 |
+
#: includes/pro_banners.php:41
|
327 |
+
msgid "Allowed separators for IPs: a comma"
|
328 |
+
msgstr "Доступні роздільники для IP: кома"
|
329 |
|
330 |
+
#: includes/pro_banners.php:41 includes/pro_banners.php:44
|
331 |
+
msgid "semicolon"
|
332 |
+
msgstr "крапка з комою"
|
333 |
|
334 |
+
#: includes/pro_banners.php:41
|
335 |
+
msgid "ordinary space, tab, new line or carriage return."
|
336 |
+
msgstr "звичайній пробіл, табуляція, нова строка або повернення каретки."
|
337 |
|
338 |
+
#: includes/pro_banners.php:42
|
339 |
+
msgid "Reason"
|
340 |
+
msgstr "Причина"
|
341 |
|
342 |
+
#: includes/pro_banners.php:44
|
343 |
+
msgid "Allowed separators for reasons: a comma"
|
344 |
+
msgstr "Доступні роздільники для причин: кома"
|
345 |
|
346 |
+
#: includes/pro_banners.php:44
|
347 |
+
msgid "tab, new line or carriage return."
|
348 |
+
msgstr "табуляція, нова строка або повернення каретки."
|
349 |
|
350 |
+
#: includes/pro_banners.php:70
|
351 |
+
msgid "Create a Group form"
|
352 |
+
msgstr "Форма створення груп"
|
353 |
|
354 |
+
#: includes/pro_banners.php:80
|
355 |
+
msgid "Lost password form"
|
356 |
+
msgstr "Форма відновлення пароля"
|
357 |
|
358 |
+
#: includes/pro_banners.php:81
|
359 |
+
msgid "Checkout form"
|
360 |
+
msgstr "Форма оформлення замовлення"
|
|
|
|
|
|
|
|
|
361 |
|
362 |
+
#: includes/pro_banners.php:94
|
363 |
+
msgid "Size"
|
364 |
+
msgstr "Розмір"
|
365 |
|
366 |
+
#: includes/pro_banners.php:98
|
367 |
+
msgid "Normal"
|
368 |
+
msgstr "Нормальний"
|
|
|
369 |
|
370 |
+
#: includes/pro_banners.php:99
|
371 |
+
msgid "Compact"
|
372 |
+
msgstr "Компактний"
|
373 |
|
374 |
+
#: includes/pro_banners.php:104
|
375 |
+
msgid "Language"
|
376 |
+
msgstr "Мова"
|
377 |
|
378 |
+
#: includes/pro_banners.php:112
|
379 |
+
msgid "Multilanguage"
|
380 |
+
msgstr "Multilanguage"
|
381 |
|
382 |
+
#: includes/pro_banners.php:115
|
383 |
+
msgid ""
|
384 |
+
"Enable to switch language automatically on multilingual website using "
|
385 |
+
"Multilanguage plugin."
|
386 |
+
msgstr ""
|
387 |
+
"Включити, щоб перемкнути мову автоматично на багатомовному сайті, "
|
388 |
+
"використовуючи плагін Multilanguage."
|
389 |
|
390 |
+
#: includes/whitelist.php:47
|
391 |
+
msgid "Add New"
|
392 |
+
msgstr "Додати"
|
393 |
|
394 |
+
#: includes/whitelist.php:72
|
395 |
+
msgid "IP to whitelist"
|
396 |
+
msgstr "IP до білого списку"
|
397 |
|
398 |
+
#: includes/whitelist.php:79
|
399 |
msgid "My IP"
|
400 |
msgstr "Мій IP"
|
401 |
|
402 |
+
#: includes/whitelist.php:86
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
403 |
msgid "Allowed diapason"
|
404 |
msgstr "Доступні діапазони"
|
405 |
|
406 |
+
#: includes/whitelist.php:90
|
407 |
+
msgid "Add IP to whitelist"
|
408 |
+
msgstr "Додати IP до білого списку"
|
409 |
+
|
410 |
+
#: includes/whitelist.php:95
|
411 |
msgid "Search IP"
|
412 |
msgstr "Шукати IP"
|
413 |
|
414 |
+
#: includes/whitelist.php:149
|
415 |
msgid "Nothing found"
|
416 |
msgstr "Нічого не знайдено"
|
417 |
|
418 |
+
#: includes/whitelist.php:149
|
419 |
msgid "No IP in the whitelist"
|
420 |
msgstr "Список IP порожній"
|
421 |
|
422 |
+
#: includes/whitelist.php:156
|
423 |
+
msgid "IP Address"
|
424 |
+
msgstr "IP адреса"
|
425 |
|
426 |
+
#: includes/whitelist.php:157
|
427 |
+
msgid "Date Added"
|
428 |
msgstr "Дата додавання"
|
429 |
|
430 |
+
#: includes/whitelist.php:211 includes/whitelist.php:221
|
431 |
+
msgid "Delete"
|
432 |
+
msgstr "Видалити"
|
433 |
|
434 |
+
#: includes/whitelist.php:307
|
435 |
+
msgid "IP added to the whitelist successfully."
|
436 |
+
msgstr "IP успішно додано до білого списку."
|
437 |
|
438 |
+
#: includes/whitelist.php:309 includes/whitelist.php:330
|
439 |
+
#: includes/whitelist.php:340
|
440 |
+
msgid "Some errors occurred."
|
441 |
+
msgstr "Відбулися деякі помилки."
|
442 |
|
443 |
+
#: includes/whitelist.php:311
|
444 |
+
msgid "IP is already in the whitelist."
|
445 |
+
msgstr "IP вже знаходиться в білому списку."
|
446 |
|
447 |
+
#: includes/whitelist.php:314
|
448 |
msgid "Invalid IP. See allowed formats."
|
449 |
msgstr "Невірний IP. Дивіться доступні формати."
|
450 |
|
451 |
+
#: includes/whitelist.php:336
|
452 |
+
msgid "One IP was deleted successfully."
|
453 |
+
msgstr "Одну IP було видалено успішно."
|
454 |
|
455 |
+
#: includes/whitelist.php:343
|
456 |
+
msgid "You have not entered any IP."
|
457 |
+
msgstr "Ви не ввели жодного IP."
|
458 |
|
459 |
+
#: includes/whitelist.php:346
|
460 |
+
msgid "You have not entered any IP in to the search form."
|
461 |
+
msgstr "Ви не ввели ніякого значення у форму пошуку."
|
462 |
|
463 |
+
#: includes/whitelist.php:348
|
464 |
msgid "Search results for"
|
465 |
msgstr "Результати пошуку для"
|
466 |
|
467 |
+
#~ msgid ""
|
468 |
+
#~ "WARNING: The captcha will not be displayed until you don't fill key "
|
469 |
+
#~ "fields."
|
470 |
+
#~ msgstr ""
|
471 |
+
#~ "УВАГА: Капча не буде відображатись, поки ви не заповните поля з ключами."
|
472 |
|
473 |
+
#~ msgid "Check your domain configuration"
|
474 |
+
#~ msgstr "Перевірте конфігурацію вашого домену"
|
|
|
475 |
|
476 |
+
#~ msgid "Click the BACK button on your browser, and try again."
|
477 |
+
#~ msgstr "Скористайтесь кнопкою НАЗАД у своєму браузері та спробуйте знов."
|
|
|
478 |
|
479 |
+
#~ msgid ""
|
480 |
+
#~ "WARNING: The captcha will not display while you don't fill key fields."
|
481 |
+
#~ msgstr ""
|
482 |
+
#~ "УВАГА: Капча не буде відображатись, поки ви не заповните необхідні поля."
|
483 |
|
484 |
+
#~ msgid "Check off for adding captcha to forms on their settings pages"
|
485 |
+
#~ msgstr "Увімкніть для додавання капчи до форм на сторінках їх налаштувань"
|
|
|
486 |
|
487 |
+
#~ msgid "Invisible reCAPTCHA"
|
488 |
+
#~ msgstr "Невидима reCAPTCHA"
|
|
|
489 |
|
490 |
+
#~ msgid "Settings saved"
|
491 |
+
#~ msgstr "Налаштування збережено"
|
|
|
492 |
|
493 |
+
#~ msgid "All plugin settings were restored"
|
494 |
+
#~ msgstr "Налаштування плагіна були відновлені"
|
|
|
495 |
|
496 |
+
#~ msgid "Custom code"
|
497 |
+
#~ msgstr "Користувацький код"
|
|
|
498 |
|
499 |
+
#~ msgid "Go PRO"
|
500 |
+
#~ msgstr "Перейти на PRO версію"
|
|
|
501 |
|
502 |
+
#~ msgid ""
|
503 |
+
#~ "Only one reCAPTCHA can be displayed on the page, it's related to "
|
504 |
+
#~ "reCAPTCHA version 1 features."
|
505 |
+
#~ msgstr ""
|
506 |
+
#~ "У зв'язку з особливостями роботи reCAPTCHA версії 1 на сторінці може "
|
507 |
+
#~ "відображатися тільки одна reCAPTCHA."
|
508 |
+
|
509 |
+
#~ msgid ""
|
510 |
+
#~ "If you would like to add a Google Captcha (reCAPTCHA) to your page or "
|
511 |
+
#~ "post, please use %s button"
|
512 |
+
#~ msgstr ""
|
513 |
+
#~ "Якщо ви хочете додати Google Captcha (reCAPTCHA) на вашу сторінку або "
|
514 |
+
#~ "пост, то використовуйте кнопку %s"
|
515 |
+
|
516 |
+
#~ msgid ""
|
517 |
+
#~ "You can add the Google Captcha (reCAPTCHA) to your page or post by "
|
518 |
+
#~ "clicking on %s button in the content edit block using the Visual mode. If "
|
519 |
+
#~ "the button isn't displayed or you would like to add the Google Captcha "
|
520 |
+
#~ "(reCAPTCHA) to your own form , please use the shortcode %s"
|
521 |
+
#~ msgstr ""
|
522 |
+
#~ "Ви можете додати Google Captcha (reCAPTCHA) на вашу сторінку або пост, "
|
523 |
+
#~ "натиснувши на кнопку %s в блоці редагування контенту в режимі Visual. "
|
524 |
+
#~ "Якщо кнопка не відображається або ви хочете додати Google Captcha "
|
525 |
+
#~ "(reCAPTCHA) в вашу власну форму, будь ласка, використовуйте шорткод %s"
|
526 |
+
|
527 |
+
#~ msgid ""
|
528 |
+
#~ "In order to use reCAPTCHA, please enter site and secret keys. You can "
|
529 |
+
#~ "manage your API keys %shere%s"
|
530 |
+
#~ msgstr ""
|
531 |
+
#~ "Для використання reCAPTCHA, будь ласка, введіть ключ сайту і секретний "
|
532 |
+
#~ "ключ. Ви можете управляти своїми API ключами %sтут%s"
|
533 |
+
|
534 |
+
#~ msgid "Test Keys"
|
535 |
+
#~ msgstr "Тестування ключів"
|
536 |
+
|
537 |
+
#~ msgid "Options"
|
538 |
+
#~ msgstr "Опції"
|
539 |
+
|
540 |
+
#~ msgid "Enable reCAPTCHA for"
|
541 |
+
#~ msgstr "Включити reCAPTCHA для"
|
542 |
|
543 |
+
#~ msgid "This option is available only for network or for main blog"
|
544 |
+
#~ msgstr "Ця опція доступна тільки для мережі або для основного блогу"
|
|
|
545 |
|
546 |
+
#~ msgid "Plugins"
|
547 |
+
#~ msgstr "Плагінів"
|
|
|
548 |
|
549 |
+
#~ msgid "You should %s to use this functionality"
|
550 |
+
#~ msgstr "Щоб використовувати цей функціонал %s"
|
|
|
551 |
|
552 |
+
#~ msgid "activate"
|
553 |
+
#~ msgstr "активувати"
|
554 |
+
|
555 |
+
#~ msgid "for network"
|
556 |
+
#~ msgstr "для мережі"
|
557 |
+
|
558 |
+
#~ msgid "download"
|
559 |
+
#~ msgstr "завантажити"
|
560 |
+
|
561 |
+
#~ msgid ""
|
562 |
+
#~ "If you would like to add Google Captcha (reCAPTCHA) to a custom form see "
|
563 |
+
#~ "%s"
|
564 |
+
#~ msgstr ""
|
565 |
+
#~ "Якщо ви хочете додати Google Captcha (reCAPTCHA) в кастомний форму, "
|
566 |
+
#~ "дивіться %s"
|
567 |
+
|
568 |
+
#~ msgid "Hide reCAPTCHA in Comments Form for"
|
569 |
+
#~ msgstr "Приховати reCAPTCHA у Формі коментарів для"
|
570 |
+
|
571 |
+
#~ msgid ""
|
572 |
+
#~ "This message will be displayed instead of the reCAPTCHA if the user IP is "
|
573 |
+
#~ "added to the whitelist"
|
574 |
+
#~ msgstr ""
|
575 |
+
#~ "Вказане повідомлення буде відображатися замість reCAPTCHA якщо IP "
|
576 |
+
#~ "знаходиться в білому списку"
|
577 |
+
|
578 |
+
#~ msgid "reCAPTCHA Version"
|
579 |
+
#~ msgstr "Версія reCAPTCHA"
|
580 |
+
|
581 |
+
#~ msgid ""
|
582 |
+
#~ "reCAPTCHA block won't be visible for non-suspicious users while "
|
583 |
+
#~ "suspicious ones will have to pass the captcha"
|
584 |
+
#~ msgstr ""
|
585 |
+
#~ "Блок reCAPTCHA не буде відображений для користувачів, які не визивають "
|
586 |
+
#~ "підозру, в той час як підозрілим користувачам доведеться пройти капчу"
|
587 |
+
|
588 |
+
#~ msgid "reCAPTCHA Theme"
|
589 |
+
#~ msgstr "reCAPTCHA theme"
|
590 |
+
|
591 |
+
#~ msgid "for version"
|
592 |
+
#~ msgstr "для версії"
|
593 |
+
|
594 |
+
#~ msgid "Save Changes"
|
595 |
+
#~ msgstr "Зберегти зміни"
|
596 |
+
|
597 |
+
#~ msgid "Secret Key is invalid"
|
598 |
+
#~ msgstr "Секретний ключ некоректний"
|
599 |
+
|
600 |
+
#~ msgid "Please, complete the captcha and submit \"Test verification\""
|
601 |
+
#~ msgstr ""
|
602 |
+
#~ "Будь ласка, заповніть капчу і натисніть кнопку \"Тестування перевірки\""
|
603 |
+
|
604 |
+
#~ msgid "The verification is successfully completed"
|
605 |
+
#~ msgstr "Перевірка завершена успішно"
|
606 |
+
|
607 |
+
#~ msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
|
608 |
+
#~ msgstr "Для IP з білого списку reCAPTCHA відображена не буде"
|
609 |
+
|
610 |
+
#~ msgid "Add IP to the whitelist"
|
611 |
+
#~ msgstr "Додати IP до білого списку"
|
612 |
+
|
613 |
+
#~ msgid "Save changes"
|
614 |
+
#~ msgstr "Зберегти зміни"
|
615 |
+
|
616 |
+
#~ msgid "Save IP to the whitelist"
|
617 |
+
#~ msgstr "Зберегти IP до білого списку"
|
618 |
+
|
619 |
+
#~ msgid "IP address"
|
620 |
+
#~ msgstr "IP-адреса"
|
621 |
+
|
622 |
+
#~ msgid "Date added"
|
623 |
+
#~ msgstr "Дата додавання"
|
624 |
+
|
625 |
+
#~ msgid "Remove from the whitelist"
|
626 |
+
#~ msgstr "Видалити IP з білого списку"
|
627 |
+
|
628 |
+
#~ msgid "IP added to the whitelist successfully"
|
629 |
+
#~ msgstr "IP успішно додано до білого списку"
|
630 |
+
|
631 |
+
#~ msgid "Some errors occurred"
|
632 |
+
#~ msgstr "Трапились деякі помилки"
|
633 |
+
|
634 |
+
#~ msgid "IP is already in the whitelist"
|
635 |
+
#~ msgstr "IP-адреса вже знаходиться в білому списку"
|
636 |
+
|
637 |
+
#~ msgid "One IP was deleted successfully"
|
638 |
+
#~ msgstr "Один IP було видалено успішно"
|
639 |
+
|
640 |
+
#~ msgid "You have not entered any IP"
|
641 |
+
#~ msgstr "Ви не ввели ніякого значення"
|
642 |
+
|
643 |
+
#~ msgid "You have not entered any IP in to the search form"
|
644 |
+
#~ msgstr "Ви не ввели ніякого значення у форму пошуку"
|
645 |
+
|
646 |
+
#~ msgid "ordinary space, tab, new line or carriage return"
|
647 |
+
#~ msgstr "звичайний пробіл, табуляція або новий рядок"
|
648 |
+
|
649 |
+
#~ msgid "tab, new line or carriage return"
|
650 |
+
#~ msgstr "табуляція, новий рядок або повернення каретки"
|
651 |
+
|
652 |
+
#~ msgid "reCAPTCHA Language"
|
653 |
+
#~ msgstr "Мова reCAPTCHA"
|
654 |
+
|
655 |
+
#~ msgid "Use the current site language"
|
656 |
+
#~ msgstr "Використовувати поточну мову сайту"
|
657 |
+
|
658 |
+
#~ msgid "Using"
|
659 |
+
#~ msgstr "Використовуючи"
|
660 |
+
|
661 |
+
#~ msgid "reCAPTCHA Size"
|
662 |
+
#~ msgstr "Розмір reCAPTCHA"
|
663 |
|
664 |
#~ msgid "Unlock premium options by upgrading to Pro version"
|
665 |
#~ msgstr "Активуйте преміум опції оновившись до Pro версії"
|
705 |
#~ msgid "powered by"
|
706 |
#~ msgstr "розроблено компанією"
|
707 |
|
|
|
|
|
|
|
708 |
#~ msgid "Download"
|
709 |
#~ msgstr "Завантажити"
|
710 |
|
languages/google-captcha-zh_TW.mo
DELETED
Binary file
|
languages/google-captcha-zh_TW.po
DELETED
@@ -1,543 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Google Сaptcha\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-05-16 09:27+0300\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: Nick Lai <nick20080808@gmail.com>\n"
|
9 |
-
"Language: zh_TW\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.4\n"
|
17 |
-
"Plural-Forms: nplurals=1; plural=0;\n"
|
18 |
-
"X-Poedit-SearchPath-0: .\n"
|
19 |
-
|
20 |
-
#: google-captcha.php:34 google-captcha.php:593
|
21 |
-
msgid "Google Captcha Settings"
|
22 |
-
msgstr "reCAPTCHA 驗證碼設置"
|
23 |
-
|
24 |
-
#: google-captcha.php:248
|
25 |
-
msgid "Please wait until Google reCAPTCHA is loaded."
|
26 |
-
msgstr ""
|
27 |
-
|
28 |
-
#: google-captcha.php:249
|
29 |
-
msgid ""
|
30 |
-
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
31 |
-
"reload this page."
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: google-captcha.php:269
|
35 |
-
msgid "Warning"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: google-captcha.php:273 google-captcha.php:1086 google-captcha.php:1117
|
39 |
-
#: google-captcha.php:1146 google-captcha.php:1176 google-captcha.php:1205
|
40 |
-
msgid "Error"
|
41 |
-
msgstr ""
|
42 |
-
|
43 |
-
#: google-captcha.php:371
|
44 |
-
msgid "You are in the whitelist"
|
45 |
-
msgstr ""
|
46 |
-
|
47 |
-
#: google-captcha.php:498
|
48 |
-
#, fuzzy
|
49 |
-
msgid "Site Key"
|
50 |
-
msgstr "私有密鑰(Private Key)"
|
51 |
-
|
52 |
-
#: google-captcha.php:503
|
53 |
-
msgid "Secret Key"
|
54 |
-
msgstr ""
|
55 |
-
|
56 |
-
#: google-captcha.php:510 google-captcha.php:511
|
57 |
-
msgid "Version"
|
58 |
-
msgstr ""
|
59 |
-
|
60 |
-
#: google-captcha.php:512
|
61 |
-
msgid "Invisible reCAPTCHA"
|
62 |
-
msgstr ""
|
63 |
-
|
64 |
-
#: google-captcha.php:517
|
65 |
-
msgid "Login form"
|
66 |
-
msgstr "登入頁"
|
67 |
-
|
68 |
-
#: google-captcha.php:518
|
69 |
-
msgid "Registration form"
|
70 |
-
msgstr "用戶註冊頁"
|
71 |
-
|
72 |
-
#: google-captcha.php:519
|
73 |
-
msgid "Reset password form"
|
74 |
-
msgstr "重設密碼頁"
|
75 |
-
|
76 |
-
#: google-captcha.php:520
|
77 |
-
msgid "Comments form"
|
78 |
-
msgstr "發表迴響框"
|
79 |
-
|
80 |
-
#: google-captcha.php:539
|
81 |
-
#, fuzzy
|
82 |
-
msgid "Enter site key"
|
83 |
-
msgstr "輸入私有密鑰"
|
84 |
-
|
85 |
-
#: google-captcha.php:540 google-captcha.php:546
|
86 |
-
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
87 |
-
msgstr "警告:如果你不填寫此欄,驗證碼將不會顯示。"
|
88 |
-
|
89 |
-
#: google-captcha.php:545
|
90 |
-
#, fuzzy
|
91 |
-
msgid "Enter secret key"
|
92 |
-
msgstr "輸入私有密鑰"
|
93 |
-
|
94 |
-
#: google-captcha.php:572
|
95 |
-
msgid "Settings saved"
|
96 |
-
msgstr "設定已儲存"
|
97 |
-
|
98 |
-
#: google-captcha.php:578
|
99 |
-
#, fuzzy
|
100 |
-
msgid "All plugin settings were restored"
|
101 |
-
msgstr "外掛設置頁"
|
102 |
-
|
103 |
-
#: google-captcha.php:595 google-captcha.php:1274 google-captcha.php:1295
|
104 |
-
msgid "Settings"
|
105 |
-
msgstr "設定"
|
106 |
-
|
107 |
-
#: google-captcha.php:596
|
108 |
-
msgid "Whitelist"
|
109 |
-
msgstr ""
|
110 |
-
|
111 |
-
#: google-captcha.php:597
|
112 |
-
msgid "Custom code"
|
113 |
-
msgstr ""
|
114 |
-
|
115 |
-
#: google-captcha.php:598
|
116 |
-
msgid "Go PRO"
|
117 |
-
msgstr ""
|
118 |
-
|
119 |
-
#: google-captcha.php:603
|
120 |
-
msgid ""
|
121 |
-
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
122 |
-
"version 1 features."
|
123 |
-
msgstr ""
|
124 |
-
|
125 |
-
#: google-captcha.php:618
|
126 |
-
#, fuzzy, php-format
|
127 |
-
msgid ""
|
128 |
-
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
129 |
-
"please use %s button"
|
130 |
-
msgstr ""
|
131 |
-
"如果您想在自己的表格中加入reCAPTCHA驗證碼,只需貼上此代號到您的文章或頁面:"
|
132 |
-
|
133 |
-
#: google-captcha.php:622
|
134 |
-
#, php-format
|
135 |
-
msgid ""
|
136 |
-
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
137 |
-
"on %s button in the content edit block using the Visual mode. If the button "
|
138 |
-
"isn't displayed or you would like to add the Google Captcha (reCAPTCHA) to "
|
139 |
-
"your own form , please use the shortcode %s"
|
140 |
-
msgstr ""
|
141 |
-
|
142 |
-
#: google-captcha.php:628
|
143 |
-
msgid "Authentication"
|
144 |
-
msgstr "身份驗證"
|
145 |
-
|
146 |
-
#: google-captcha.php:629
|
147 |
-
#, php-format
|
148 |
-
msgid ""
|
149 |
-
"In order to use reCAPTCHA, please enter site and secret keys. You can manage "
|
150 |
-
"your API keys %shere%s"
|
151 |
-
msgstr ""
|
152 |
-
|
153 |
-
#: google-captcha.php:644
|
154 |
-
msgid "Test Keys"
|
155 |
-
msgstr ""
|
156 |
-
|
157 |
-
#: google-captcha.php:647
|
158 |
-
msgid "Options"
|
159 |
-
msgstr "選項"
|
160 |
-
|
161 |
-
#: google-captcha.php:650
|
162 |
-
msgid "Enable reCAPTCHA for"
|
163 |
-
msgstr ""
|
164 |
-
|
165 |
-
#: google-captcha.php:654
|
166 |
-
msgid "WordPress default"
|
167 |
-
msgstr ""
|
168 |
-
|
169 |
-
#: google-captcha.php:663
|
170 |
-
msgid "This option is available only for network or for main blog"
|
171 |
-
msgstr ""
|
172 |
-
|
173 |
-
#: google-captcha.php:672
|
174 |
-
#, fuzzy
|
175 |
-
msgid "Plugins"
|
176 |
-
msgstr "外掛頁面"
|
177 |
-
|
178 |
-
#: google-captcha.php:680 google-captcha.php:685
|
179 |
-
#, php-format
|
180 |
-
msgid "You should %s to use this functionality"
|
181 |
-
msgstr ""
|
182 |
-
|
183 |
-
#: google-captcha.php:681
|
184 |
-
#, fuzzy
|
185 |
-
msgid "activate"
|
186 |
-
msgstr "Активировать Contact form"
|
187 |
-
|
188 |
-
#: google-captcha.php:681
|
189 |
-
msgid "for network"
|
190 |
-
msgstr ""
|
191 |
-
|
192 |
-
#: google-captcha.php:686
|
193 |
-
msgid "download"
|
194 |
-
msgstr ""
|
195 |
-
|
196 |
-
#: google-captcha.php:690
|
197 |
-
msgid "Check off for adding captcha to forms on their settings pages"
|
198 |
-
msgstr ""
|
199 |
-
|
200 |
-
#: google-captcha.php:699
|
201 |
-
#, php-format
|
202 |
-
msgid ""
|
203 |
-
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
204 |
-
msgstr ""
|
205 |
-
|
206 |
-
#: google-captcha.php:699 google-captcha.php:1296
|
207 |
-
msgid "FAQ"
|
208 |
-
msgstr "常見問題"
|
209 |
-
|
210 |
-
#: google-captcha.php:704
|
211 |
-
msgid "Hide reCAPTCHA in Comments Form for"
|
212 |
-
msgstr ""
|
213 |
-
|
214 |
-
#: google-captcha.php:716
|
215 |
-
#, fuzzy
|
216 |
-
msgid "Whitelist Notification"
|
217 |
-
msgstr "身份驗證"
|
218 |
-
|
219 |
-
#: google-captcha.php:720
|
220 |
-
msgid ""
|
221 |
-
"This message will be displayed instead of the reCAPTCHA if the user IP is "
|
222 |
-
"added to the whitelist"
|
223 |
-
msgstr ""
|
224 |
-
|
225 |
-
#: google-captcha.php:726
|
226 |
-
msgid "reCAPTCHA Version"
|
227 |
-
msgstr ""
|
228 |
-
|
229 |
-
#: google-captcha.php:736
|
230 |
-
msgid ""
|
231 |
-
"reCAPTCHA block won't be visible for non-suspicious users while suspicious "
|
232 |
-
"ones will have to pass the captcha"
|
233 |
-
msgstr ""
|
234 |
-
|
235 |
-
#: google-captcha.php:744 google-captcha.php:757
|
236 |
-
msgid "reCAPTCHA Theme"
|
237 |
-
msgstr ""
|
238 |
-
|
239 |
-
#: google-captcha.php:745 google-captcha.php:758 includes/pro_banners.php:90
|
240 |
-
msgid "for version"
|
241 |
-
msgstr ""
|
242 |
-
|
243 |
-
#: google-captcha.php:770
|
244 |
-
msgid "Save Changes"
|
245 |
-
msgstr "儲存變更"
|
246 |
-
|
247 |
-
#: google-captcha.php:834 google-captcha.php:1315
|
248 |
-
msgid "To use Google Captcha you must get the keys from"
|
249 |
-
msgstr "如要用reCAPTCHA驗證碼,你必須輸入兩組金鑰。您可以在這裡領取:"
|
250 |
-
|
251 |
-
#: google-captcha.php:835 google-captcha.php:1316
|
252 |
-
msgid "here"
|
253 |
-
msgstr "點我"
|
254 |
-
|
255 |
-
#: google-captcha.php:836 google-captcha.php:1317
|
256 |
-
msgid "and enter them on the"
|
257 |
-
msgstr "然後將他們輸入到"
|
258 |
-
|
259 |
-
#: google-captcha.php:838 google-captcha.php:1319
|
260 |
-
msgid "plugin setting page"
|
261 |
-
msgstr "外掛設置頁"
|
262 |
-
|
263 |
-
#: google-captcha.php:1041
|
264 |
-
msgid "User response is missing."
|
265 |
-
msgstr ""
|
266 |
-
|
267 |
-
#: google-captcha.php:1045 google-captcha.php:1053
|
268 |
-
msgid "Secret Key is invalid"
|
269 |
-
msgstr ""
|
270 |
-
|
271 |
-
#: google-captcha.php:1046 google-captcha.php:1054
|
272 |
-
msgid "Check your domain configuration"
|
273 |
-
msgstr ""
|
274 |
-
|
275 |
-
#: google-captcha.php:1047 google-captcha.php:1055
|
276 |
-
#, fuzzy
|
277 |
-
msgid "and enter it again"
|
278 |
-
msgstr "然後將他們輸入到"
|
279 |
-
|
280 |
-
#: google-captcha.php:1050
|
281 |
-
msgid "Secret Key is missing."
|
282 |
-
msgstr ""
|
283 |
-
|
284 |
-
#: google-captcha.php:1057
|
285 |
-
msgid "User response is invalid"
|
286 |
-
msgstr ""
|
287 |
-
|
288 |
-
#: google-captcha.php:1058
|
289 |
-
#, fuzzy
|
290 |
-
msgid "You have entered an incorrect reCAPTCHA value."
|
291 |
-
msgstr "錯誤:您輸入的驗證碼不正確。"
|
292 |
-
|
293 |
-
#: google-captcha.php:1059
|
294 |
-
msgid ""
|
295 |
-
"More than one reCAPTCHA has been found in the current form. Please remove "
|
296 |
-
"all unnecessary reCAPTCHA fields to make it work properly."
|
297 |
-
msgstr ""
|
298 |
-
|
299 |
-
#: google-captcha.php:1205
|
300 |
-
#, fuzzy
|
301 |
-
msgid "Click the BACK button on your browser, and try again."
|
302 |
-
msgstr "錯誤:您輸入的驗證碼不正確。請回到上一頁,然後重新輸入。"
|
303 |
-
|
304 |
-
#: google-captcha.php:1230
|
305 |
-
msgid "Please, complete the captcha and submit \"Test verification\""
|
306 |
-
msgstr ""
|
307 |
-
|
308 |
-
#: google-captcha.php:1235
|
309 |
-
msgid "Test verification"
|
310 |
-
msgstr ""
|
311 |
-
|
312 |
-
#: google-captcha.php:1256
|
313 |
-
msgid "The verification is successfully completed"
|
314 |
-
msgstr ""
|
315 |
-
|
316 |
-
#: google-captcha.php:1297
|
317 |
-
msgid "Support"
|
318 |
-
msgstr "支援"
|
319 |
-
|
320 |
-
#: includes/whitelist.php:64
|
321 |
-
msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
|
322 |
-
msgstr ""
|
323 |
-
|
324 |
-
#: includes/whitelist.php:71
|
325 |
-
msgid "Add IP to the whitelist"
|
326 |
-
msgstr ""
|
327 |
-
|
328 |
-
#: includes/whitelist.php:75
|
329 |
-
#, fuzzy
|
330 |
-
msgid "Save changes"
|
331 |
-
msgstr "儲存變更"
|
332 |
-
|
333 |
-
#: includes/whitelist.php:92
|
334 |
-
msgid "My IP"
|
335 |
-
msgstr ""
|
336 |
-
|
337 |
-
#: includes/whitelist.php:96
|
338 |
-
msgid "Save IP to the whitelist"
|
339 |
-
msgstr ""
|
340 |
-
|
341 |
-
#: includes/whitelist.php:100 includes/pro_banners.php:44
|
342 |
-
msgid "Allowed formats"
|
343 |
-
msgstr ""
|
344 |
-
|
345 |
-
#: includes/whitelist.php:101
|
346 |
-
msgid "Allowed diapason"
|
347 |
-
msgstr ""
|
348 |
-
|
349 |
-
#: includes/whitelist.php:106
|
350 |
-
msgid "Search IP"
|
351 |
-
msgstr ""
|
352 |
-
|
353 |
-
#: includes/whitelist.php:160
|
354 |
-
msgid "Nothing found"
|
355 |
-
msgstr ""
|
356 |
-
|
357 |
-
#: includes/whitelist.php:160
|
358 |
-
msgid "No IP in the whitelist"
|
359 |
-
msgstr ""
|
360 |
-
|
361 |
-
#: includes/whitelist.php:167
|
362 |
-
msgid "IP address"
|
363 |
-
msgstr ""
|
364 |
-
|
365 |
-
#: includes/whitelist.php:168
|
366 |
-
msgid "Date added"
|
367 |
-
msgstr ""
|
368 |
-
|
369 |
-
#: includes/whitelist.php:222 includes/whitelist.php:232
|
370 |
-
msgid "Remove from the whitelist"
|
371 |
-
msgstr ""
|
372 |
-
|
373 |
-
#: includes/whitelist.php:318
|
374 |
-
msgid "IP added to the whitelist successfully"
|
375 |
-
msgstr ""
|
376 |
-
|
377 |
-
#: includes/whitelist.php:320 includes/whitelist.php:341
|
378 |
-
#: includes/whitelist.php:351
|
379 |
-
msgid "Some errors occurred"
|
380 |
-
msgstr ""
|
381 |
-
|
382 |
-
#: includes/whitelist.php:322
|
383 |
-
msgid "IP is already in the whitelist"
|
384 |
-
msgstr ""
|
385 |
-
|
386 |
-
#: includes/whitelist.php:325
|
387 |
-
msgid "Invalid IP. See allowed formats."
|
388 |
-
msgstr ""
|
389 |
-
|
390 |
-
#: includes/whitelist.php:347
|
391 |
-
msgid "One IP was deleted successfully"
|
392 |
-
msgstr ""
|
393 |
-
|
394 |
-
#: includes/whitelist.php:354
|
395 |
-
msgid "You have not entered any IP"
|
396 |
-
msgstr ""
|
397 |
-
|
398 |
-
#: includes/whitelist.php:357
|
399 |
-
msgid "You have not entered any IP in to the search form"
|
400 |
-
msgstr ""
|
401 |
-
|
402 |
-
#: includes/whitelist.php:359
|
403 |
-
msgid "Search results for"
|
404 |
-
msgstr ""
|
405 |
-
|
406 |
-
#: includes/pro_banners.php:17
|
407 |
-
msgid "This options is available in Pro version of plugin"
|
408 |
-
msgstr ""
|
409 |
-
|
410 |
-
#: includes/pro_banners.php:20
|
411 |
-
msgid "Close"
|
412 |
-
msgstr ""
|
413 |
-
|
414 |
-
#: includes/pro_banners.php:29
|
415 |
-
msgid "Upgrade to Pro"
|
416 |
-
msgstr ""
|
417 |
-
|
418 |
-
#: includes/pro_banners.php:42
|
419 |
-
msgid "Reason"
|
420 |
-
msgstr ""
|
421 |
-
|
422 |
-
#: includes/pro_banners.php:45
|
423 |
-
msgid "Allowed separators for IPs: a comma"
|
424 |
-
msgstr ""
|
425 |
-
|
426 |
-
#: includes/pro_banners.php:45 includes/pro_banners.php:46
|
427 |
-
msgid "semicolon"
|
428 |
-
msgstr ""
|
429 |
-
|
430 |
-
#: includes/pro_banners.php:45
|
431 |
-
msgid "ordinary space, tab, new line or carriage return"
|
432 |
-
msgstr ""
|
433 |
-
|
434 |
-
#: includes/pro_banners.php:46
|
435 |
-
msgid "Allowed separators for reasons: a comma"
|
436 |
-
msgstr ""
|
437 |
-
|
438 |
-
#: includes/pro_banners.php:46
|
439 |
-
msgid "tab, new line or carriage return"
|
440 |
-
msgstr ""
|
441 |
-
|
442 |
-
#: includes/pro_banners.php:71
|
443 |
-
msgid "Normal"
|
444 |
-
msgstr ""
|
445 |
-
|
446 |
-
#: includes/pro_banners.php:72
|
447 |
-
msgid "Compact"
|
448 |
-
msgstr ""
|
449 |
-
|
450 |
-
#: includes/pro_banners.php:76
|
451 |
-
msgid "reCAPTCHA Language"
|
452 |
-
msgstr ""
|
453 |
-
|
454 |
-
#: includes/pro_banners.php:83
|
455 |
-
msgid "Use the current site language"
|
456 |
-
msgstr ""
|
457 |
-
|
458 |
-
#: includes/pro_banners.php:83
|
459 |
-
msgid "Using"
|
460 |
-
msgstr ""
|
461 |
-
|
462 |
-
#: includes/pro_banners.php:89
|
463 |
-
msgid "reCAPTCHA Size"
|
464 |
-
msgstr ""
|
465 |
-
|
466 |
-
#, fuzzy
|
467 |
-
#~ msgid "Error: You have entered an incorrect reCAPTCHA value"
|
468 |
-
#~ msgstr "錯誤:您輸入的驗證碼不正確。"
|
469 |
-
|
470 |
-
#, fuzzy
|
471 |
-
#~ msgid "You have entered an incorrect reCAPTCHA value"
|
472 |
-
#~ msgstr "錯誤:您輸入的驗證碼不正確。"
|
473 |
-
|
474 |
-
#, fuzzy
|
475 |
-
#~ msgid "Before you are able to do something, you must to register %shere%s"
|
476 |
-
#~ msgstr "在開始使用本外掛之先,請到%s這裡%s註冊。"
|
477 |
-
|
478 |
-
#, fuzzy
|
479 |
-
#~ msgid "Enter site key and secret key, that you get after registration"
|
480 |
-
#~ msgstr "然後複製公開金鑰(Public Key)和私有密鑰(Private Key)到到以下方框。"
|
481 |
-
|
482 |
-
#~ msgid "powered by"
|
483 |
-
#~ msgstr "服務提供者:"
|
484 |
-
|
485 |
-
#, fuzzy
|
486 |
-
#~ msgid "Activate"
|
487 |
-
#~ msgstr "Активировать Contact form"
|
488 |
-
|
489 |
-
#~ msgid "Contact form"
|
490 |
-
#~ msgstr "聯絡表格"
|
491 |
-
|
492 |
-
#~ msgid "Activate contact form"
|
493 |
-
#~ msgstr "啟用聯絡表格"
|
494 |
-
|
495 |
-
#~ msgid "Download contact form"
|
496 |
-
#~ msgstr "下載聯絡表格"
|
497 |
-
|
498 |
-
#~ msgid "Google Captcha"
|
499 |
-
#~ msgstr "reCAPTCHA 驗證碼"
|
500 |
-
|
501 |
-
#~ msgid "Enable Google Captcha for:"
|
502 |
-
#~ msgstr "在下列畫面及表格使用reCAPTCHA:"
|
503 |
-
|
504 |
-
#~ msgid "Hide captcha for:"
|
505 |
-
#~ msgstr "為下列用戶隱藏驗證碼:"
|
506 |
-
|
507 |
-
#~ msgid "Theme:"
|
508 |
-
#~ msgstr "風格:"
|
509 |
-
|
510 |
-
#~ msgid "requires"
|
511 |
-
#~ msgstr "必須填寫"
|
512 |
-
|
513 |
-
#~ msgid ""
|
514 |
-
#~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
|
515 |
-
#~ "and try again."
|
516 |
-
#~ msgstr "或更高,因此本外掛已被停用。請升級您的WordPress,然後再試一次。"
|
517 |
-
|
518 |
-
#~ msgid "Back to the WordPress"
|
519 |
-
#~ msgstr "回到WordPress"
|
520 |
-
|
521 |
-
#~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
522 |
-
#~ msgstr "如果你喜歡本外掛,請到WordPress給它五星評級!"
|
523 |
-
|
524 |
-
#~ msgid "Rate the plugin"
|
525 |
-
#~ msgstr "為外掛評分"
|
526 |
-
|
527 |
-
#~ msgid "If there is something wrong about it, please contact us"
|
528 |
-
#~ msgstr "如果對本外掛出現任何錯誤,歡迎與我們聯絡"
|
529 |
-
|
530 |
-
#~ msgid "Public Key"
|
531 |
-
#~ msgstr "公開金鑰(Public Key)"
|
532 |
-
|
533 |
-
#~ msgid "Enter public key"
|
534 |
-
#~ msgstr "輸入公開金鑰"
|
535 |
-
|
536 |
-
#, fuzzy
|
537 |
-
#~ msgid "Themes"
|
538 |
-
#~ msgstr "Тема:"
|
539 |
-
|
540 |
-
#~ msgid "WARNING: The captcha will not display while you not fill key fields."
|
541 |
-
#~ msgstr ""
|
542 |
-
#~ "ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
|
543 |
-
#~ "ключевые поля."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
|
|
3 |
Donate link: https://bestwebsoft.com/donate/
|
4 |
Tags: anti-spam security, antispam, recaptcha, captcha, captha, Invisible reCaptcha, Invisible captcha, Invisibl reCaptcha, comment, cpatcha, google catcha, Invisible re captcha
|
5 |
Requires at least: 3.9
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -44,7 +44,7 @@ http://www.youtube.com/watch?v=qwHsW3IJ7gQ
|
|
44 |
* Supports Google Captcha (reCAPTCHA):
|
45 |
* Version 1
|
46 |
* Version 2
|
47 |
-
* Invisible reCAPTCHA
|
48 |
* Add custom code via plugin settings page
|
49 |
* Compatible with latest WordPress version
|
50 |
* Incredibly simple settings for fast setup without modifying code
|
@@ -90,18 +90,7 @@ Visit our Help Center if you have any questions, our friendly Support Team is ha
|
|
90 |
|
91 |
= Translation =
|
92 |
|
93 |
-
* Arabic (ar) (thanks to [SAID MOULLA](mailto:support@saidmoulla.com), www.saidmoulla.com)
|
94 |
-
* Brazilian Portuguese (pt_BR) (thanks to [Elton Fernandes Peetz Prado](mailto:epeetz@gmail.com))
|
95 |
-
* Bulgarian (bg_BG) (thanks to [Yasen Georgiev](mailto:me@ygeorgiev.com))
|
96 |
* Czech (cs_CZ) (thanks to [Michal Kučera](mailto:kucerami@gmail.com), www.n0lim.it, [PaMaDeSSoft](mailto:info@pamadessoft.cz), www.pamadessoft.cz)
|
97 |
-
* Chinese Traditional (zh_TW) (thanks to [Nick Lai](mailto:nick20080808@gmail.com))
|
98 |
-
* Farsi/Persian (fa_IR) (thanks to [Amirreza Nasiri](mailto:nasiri.amirreza.96@gmail.com), www.bytegate.ir)
|
99 |
-
* French (fr_FR) (thanks to [Denis Bodorr](mailto:lefinnois@lefinnois.net))
|
100 |
-
* German (de_DE) (thanks to [Fred Zimmer](mailto:fred.zimmer@medienconsulting.at), www.medienconsulting.at)
|
101 |
-
* Greek (el) (thanks to Dimitris Karantonis, www.soft4real.com/en-UK)
|
102 |
-
* Hindi (hi) (thanks to [Development Logics Solutions Pvt Ltd](mailto:contact@developmentlogics.com), www.developmentlogics.com)
|
103 |
-
* Italian (it_IT) (thanks to [Istvan](mailto:wart17@hotmail.com))
|
104 |
-
* Polish (pl_PL) (thanks to [Ryszard Glegola](mailto:ryszard.glegola@translanet.com), www.translanet.com)
|
105 |
* Russian (ru_RU)
|
106 |
* Spanish (es_ES)
|
107 |
* Ukrainian (uk)
|
@@ -110,7 +99,7 @@ Some of these translations are not complete. We are constantly adding new featur
|
|
110 |
|
111 |
= Recommended Plugins =
|
112 |
|
113 |
-
* [Updater](https://bestwebsoft.com/products/wordpress/plugins/updater/?k=f47f3eb3d739725d592249dbd129f7ff) - Automatically check and update WordPress core with all installed plugins to the latest versions.
|
114 |
* [Contact Form](https://bestwebsoft.com/products/wordpress/plugins/contact-form/?k=56575444122cff9ab3ee3e640efb001a) - Allow customers to reach you using secure contact form plugin any website must have.
|
115 |
* [Subscriber](https://bestwebsoft.com/products/wordpress/plugins/subscriber/?k=e6d1742fcf1806a39afac207f7920cf3) - Add email newsletter sign up form to WordPress posts, pages and widgets. Collect data and subscribe your users.
|
116 |
* [Multilanguage](https://bestwebsoft.com/products/wordpress/plugins/multilanguage/?k=e48e145002e4b2472e568a81d171b888) - Translate WordPress website content to other languages manually. Create multilingual pages, posts, widgets, menus, etc.
|
@@ -119,12 +108,6 @@ Some of these translations are not complete. We are constantly adding new featur
|
|
119 |
|
120 |
* lib/recaptchalib.php - Copyright © 2007. Mike Crawford, Ben Maurer (reCAPTCHA - <http://recaptcha.net>). All Rights Reserved.
|
121 |
|
122 |
-
= Donate =
|
123 |
-
|
124 |
-
Donations play an important role in supporting open-source projects. We greatly appreciate any donation you can make to help us continue further development of free products.
|
125 |
-
|
126 |
-
[Donate Now](https://bestwebsoft.com/donate/)
|
127 |
-
|
128 |
== Installation ==
|
129 |
|
130 |
1. Upload the `google-captcha` folder to the `/wp-content/plugins/` directory.
|
@@ -143,7 +126,7 @@ http://www.youtube.com/watch?v=RUJ9VwZLFSY
|
|
143 |
Follow the next steps in order to get and enable Google Captcha (reCAPTCHA) protection using the official Google Captcha keys:
|
144 |
1. Open your Wordpress admin dashboard.
|
145 |
2. Navigate to the plugin Settings page.
|
146 |
-
3. Click the "
|
147 |
4. Enter your domain name and click "Create Key" button.
|
148 |
5. You will see your public and private keys. Copy them and paste to the appropriate fields on plugin Settings page.
|
149 |
6. Save changes.
|
@@ -157,20 +140,20 @@ You should go to the Settings page and select the roles, for which you want to h
|
|
157 |
Follow the next steps in order to change the appearance of the Google Captcha:
|
158 |
1. Open your Wordpress admin dashboard.
|
159 |
2. Navigate to the plugin Settings page.
|
160 |
-
3. Select
|
161 |
-
4. Find the "
|
162 |
5. Save changes and check the result.
|
163 |
|
164 |
= Google Captcha (reCaptcha) not displayed on my comment form. Why? =
|
165 |
|
166 |
You might have a theme where "comments.php" is coded incorrectly. Wordpress version matters.
|
167 |
-
(WP2 series): Make sure that you theme contains a tag
|
168 |
Most WP2 themes already have it. The best place to put this tag is before the comment text area, you can move it up if it is below the comment text area.
|
169 |
(WP3 series): WP3 has a new function comment_form inside of /wp-includes/comment-template.php.
|
170 |
Your theme is probably not up-to-date to call that function from "comments.php".
|
171 |
WP3 theme does not need the code line do_action('comment_form'… inside of /wp-content/themes/[your_theme]/comments.php.
|
172 |
-
Instead it uses a new function call inside of "comments.php":
|
173 |
-
If you have WP3 and captcha is still missing, make sure your theme has
|
174 |
inside of /wp-content/themes/[your_theme]/comments.php (please check the Twenty Ten theme’s "comments.php" for proper example).
|
175 |
|
176 |
= How can I change the location of Google Captcha (reCAPTCHA) in the comments form? =
|
@@ -195,7 +178,7 @@ For PHP:
|
|
195 |
|
196 |
For HTML:
|
197 |
|
198 |
-
|
199 |
|
200 |
If you have followed all steps, but the problem remains, we can help you to configure your Google Captcha custom form. This will be a paid service since there are a lot of different custom forms and the code should be inserted individually into each of them, so we need some time to study each unique case.
|
201 |
|
@@ -221,6 +204,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
|
|
221 |
|
222 |
== Changelog ==
|
223 |
|
|
|
|
|
|
|
224 |
= V1.30 - 18.05.2017 =
|
225 |
* Update : The Spanish language file has been updated.
|
226 |
|
@@ -357,6 +343,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
|
|
357 |
|
358 |
== Upgrade Notice ==
|
359 |
|
|
|
|
|
|
|
360 |
= V1.30 =
|
361 |
* Languages updated.
|
362 |
|
3 |
Donate link: https://bestwebsoft.com/donate/
|
4 |
Tags: anti-spam security, antispam, recaptcha, captcha, captha, Invisible reCaptcha, Invisible captcha, Invisibl reCaptcha, comment, cpatcha, google catcha, Invisible re captcha
|
5 |
Requires at least: 3.9
|
6 |
+
Tested up to: 4.8.1
|
7 |
+
Stable tag: 1.31
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
44 |
* Supports Google Captcha (reCAPTCHA):
|
45 |
* Version 1
|
46 |
* Version 2
|
47 |
+
* Invisible reCAPTCHA
|
48 |
* Add custom code via plugin settings page
|
49 |
* Compatible with latest WordPress version
|
50 |
* Incredibly simple settings for fast setup without modifying code
|
90 |
|
91 |
= Translation =
|
92 |
|
|
|
|
|
|
|
93 |
* Czech (cs_CZ) (thanks to [Michal Kučera](mailto:kucerami@gmail.com), www.n0lim.it, [PaMaDeSSoft](mailto:info@pamadessoft.cz), www.pamadessoft.cz)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
* Russian (ru_RU)
|
95 |
* Spanish (es_ES)
|
96 |
* Ukrainian (uk)
|
99 |
|
100 |
= Recommended Plugins =
|
101 |
|
102 |
+
* [Updater](https://bestwebsoft.com/products/wordpress/plugins/updater/?k=f47f3eb3d739725d592249dbd129f7ff) - Automatically check and update WordPress website core with all installed plugins and themes to the latest versions.
|
103 |
* [Contact Form](https://bestwebsoft.com/products/wordpress/plugins/contact-form/?k=56575444122cff9ab3ee3e640efb001a) - Allow customers to reach you using secure contact form plugin any website must have.
|
104 |
* [Subscriber](https://bestwebsoft.com/products/wordpress/plugins/subscriber/?k=e6d1742fcf1806a39afac207f7920cf3) - Add email newsletter sign up form to WordPress posts, pages and widgets. Collect data and subscribe your users.
|
105 |
* [Multilanguage](https://bestwebsoft.com/products/wordpress/plugins/multilanguage/?k=e48e145002e4b2472e568a81d171b888) - Translate WordPress website content to other languages manually. Create multilingual pages, posts, widgets, menus, etc.
|
108 |
|
109 |
* lib/recaptchalib.php - Copyright © 2007. Mike Crawford, Ben Maurer (reCAPTCHA - <http://recaptcha.net>). All Rights Reserved.
|
110 |
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
== Installation ==
|
112 |
|
113 |
1. Upload the `google-captcha` folder to the `/wp-content/plugins/` directory.
|
126 |
Follow the next steps in order to get and enable Google Captcha (reCAPTCHA) protection using the official Google Captcha keys:
|
127 |
1. Open your Wordpress admin dashboard.
|
128 |
2. Navigate to the plugin Settings page.
|
129 |
+
3. Click the "Get the API Keys" link.
|
130 |
4. Enter your domain name and click "Create Key" button.
|
131 |
5. You will see your public and private keys. Copy them and paste to the appropriate fields on plugin Settings page.
|
132 |
6. Save changes.
|
140 |
Follow the next steps in order to change the appearance of the Google Captcha:
|
141 |
1. Open your Wordpress admin dashboard.
|
142 |
2. Navigate to the plugin Settings page.
|
143 |
+
3. Select ReCaptcha version.
|
144 |
+
4. Find the "Theme" option (only available for versions 1 and 2) and select the necessary style from the drop-down list.
|
145 |
5. Save changes and check the result.
|
146 |
|
147 |
= Google Captcha (reCaptcha) not displayed on my comment form. Why? =
|
148 |
|
149 |
You might have a theme where "comments.php" is coded incorrectly. Wordpress version matters.
|
150 |
+
(WP2 series): Make sure that you theme contains a tag <?php do_action('comment_form', $post->ID); ?> inside the file /wp-content/themes/[your_theme]/comments.php.
|
151 |
Most WP2 themes already have it. The best place to put this tag is before the comment text area, you can move it up if it is below the comment text area.
|
152 |
(WP3 series): WP3 has a new function comment_form inside of /wp-includes/comment-template.php.
|
153 |
Your theme is probably not up-to-date to call that function from "comments.php".
|
154 |
WP3 theme does not need the code line do_action('comment_form'… inside of /wp-content/themes/[your_theme]/comments.php.
|
155 |
+
Instead it uses a new function call inside of "comments.php": <?php comment_form(); ?>
|
156 |
+
If you have WP3 and captcha is still missing, make sure your theme has <?php comment_form(); ?>
|
157 |
inside of /wp-content/themes/[your_theme]/comments.php (please check the Twenty Ten theme’s "comments.php" for proper example).
|
158 |
|
159 |
= How can I change the location of Google Captcha (reCAPTCHA) in the comments form? =
|
178 |
|
179 |
For HTML:
|
180 |
|
181 |
+
`<?php if( function_exists( 'gglcptch_display' ) ) { echo gglcptch_display(); } ; ?>`
|
182 |
|
183 |
If you have followed all steps, but the problem remains, we can help you to configure your Google Captcha custom form. This will be a paid service since there are a lot of different custom forms and the code should be inserted individually into each of them, so we need some time to study each unique case.
|
184 |
|
204 |
|
205 |
== Changelog ==
|
206 |
|
207 |
+
= V1.31 - 21.08.2017 =
|
208 |
+
* Update : The plugin settings page has been updated.
|
209 |
+
|
210 |
= V1.30 - 18.05.2017 =
|
211 |
* Update : The Spanish language file has been updated.
|
212 |
|
343 |
|
344 |
== Upgrade Notice ==
|
345 |
|
346 |
+
= V1.31 =
|
347 |
+
* Appearance improved.
|
348 |
+
|
349 |
= V1.30 =
|
350 |
* Languages updated.
|
351 |
|
screenshot-8.png
CHANGED
Binary file
|
screenshot-9.png
CHANGED
Binary file
|