Version Description
- 19.04.2016 =
- NEW : Ability to test entered site key and secret key.
- NEW : Ability to add custom styles.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Google Captcha (reCAPTCHA) by BestWebSoft |
Version | 1.23 |
Comparing to | |
See all releases |
Code changes from version 1.22 to 1.23
- bws_menu/bws_functions.php +285 -46
- bws_menu/bws_menu.php +8 -4
- bws_menu/css/codemirror.css +270 -0
- bws_menu/css/general_style.css +22 -10
- bws_menu/js/codemirror.js +5 -0
- bws_menu/js/general_script.js +10 -0
- bws_menu/languages/bestwebsoft-de_DE.mo +0 -0
- bws_menu/languages/bestwebsoft-de_DE.po +263 -209
- bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
- bws_menu/languages/bestwebsoft-fr_FR.po +194 -141
- bws_menu/languages/bestwebsoft-it_IT.mo +0 -0
- bws_menu/languages/bestwebsoft-it_IT.po +314 -209
- bws_menu/languages/bestwebsoft-ja.mo +0 -0
- bws_menu/languages/bestwebsoft-ja.po +258 -210
- bws_menu/languages/bestwebsoft-pl_PL.mo +0 -0
- bws_menu/languages/bestwebsoft-pl_PL.po +151 -98
- bws_menu/languages/bestwebsoft-pt_BR.mo +0 -0
- bws_menu/languages/bestwebsoft-pt_BR.po +263 -209
- bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
- bws_menu/languages/bestwebsoft-ru_RU.po +332 -233
- bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
- bws_menu/languages/bestwebsoft-sr_RS.po +254 -209
- bws_menu/languages/bestwebsoft-sv_SE.mo +0 -0
- bws_menu/languages/bestwebsoft-sv_SE.po +254 -209
- bws_menu/languages/bestwebsoft-uk.mo +0 -0
- bws_menu/languages/bestwebsoft-uk.po +327 -231
- css/style.css +6 -0
- google-captcha.php +180 -110
- js/admin_script.js +61 -0
- js/script.js +1 -1
- languages/google-captcha-ar.mo +0 -0
- languages/google-captcha-ar.po +116 -70
- languages/google-captcha-bg_BG.mo +0 -0
- languages/google-captcha-bg_BG.po +106 -66
- languages/google-captcha-cs_CZ.mo +0 -0
- languages/google-captcha-cs_CZ.po +116 -70
- languages/google-captcha-de_DE.mo +0 -0
- languages/google-captcha-de_DE.po +116 -70
- languages/google-captcha-el.mo +0 -0
- languages/google-captcha-el.po +116 -70
- languages/google-captcha-es_ES.mo +0 -0
- languages/google-captcha-es_ES.po +105 -66
- languages/google-captcha-fa_IR.mo +0 -0
- languages/google-captcha-fa_IR.po +117 -71
- languages/google-captcha-fr_FR.mo +0 -0
- languages/google-captcha-fr_FR.po +119 -74
- languages/google-captcha-hi.mo +0 -0
- languages/google-captcha-hi.po +115 -69
- languages/google-captcha-it_IT.mo +0 -0
- languages/google-captcha-it_IT.po +115 -69
- languages/google-captcha-pl_PL.mo +0 -0
- languages/google-captcha-pl_PL.po +105 -66
- languages/google-captcha-pt_BR.mo +0 -0
- languages/google-captcha-pt_BR.po +105 -66
- languages/google-captcha-ru_RU.mo +0 -0
- languages/google-captcha-ru_RU.po +114 -70
- languages/google-captcha-uk.mo +0 -0
- languages/google-captcha-uk.po +116 -71
- readme.txt +21 -12
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
- screenshot-4.png +0 -0
- screenshot-5.png +0 -0
- screenshot-6.png +0 -0
- screenshot-7.png +0 -0
- screenshot-8.png +0 -0
bws_menu/bws_functions.php
CHANGED
@@ -139,8 +139,8 @@ if ( ! function_exists( 'bws_plugin_banner' ) ) {
|
|
139 |
})(jQuery);
|
140 |
</script>
|
141 |
<div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
|
142 |
-
<div class="<?php echo $this_banner_prefix; ?>_message bws_banner_on_plugin_page" style="display: none;">
|
143 |
-
<
|
144 |
<div class="icon">
|
145 |
<img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
|
146 |
</div>
|
@@ -167,7 +167,7 @@ if ( ! function_exists( 'bws_plugin_reviews_block' ) ) {
|
|
167 |
<div class="bws-plugin-reviews">
|
168 |
<div class="bws-plugin-reviews-rate">
|
169 |
<?php _e( 'If you enjoy our plugin, please give it 5 stars on WordPress', 'bestwebsoft' ); ?>:
|
170 |
-
<a href="http://wordpress.org/support/view/plugin-reviews/<?php echo $plugin_slug;
|
171 |
</div>
|
172 |
<div class="bws-plugin-reviews-support">
|
173 |
<?php _e( 'If there is something wrong about it, please contact us', 'bestwebsoft' ); ?>:
|
@@ -261,47 +261,47 @@ if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
|
|
261 |
|
262 |
$url = 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/downloads/?bws_first_download=' . $bws_license_plugin . '&bws_license_key=' . $bws_license_key . '&download_from=5';
|
263 |
$uploadDir = wp_upload_dir();
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
} else {
|
289 |
-
$result['error'] = __( "Failed to open the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
|
290 |
-
}
|
291 |
-
} elseif ( class_exists( 'Phar' ) ) {
|
292 |
-
$phar = new PharData( $file_put_contents );
|
293 |
-
$phar->extractTo( WP_PLUGIN_DIR );
|
294 |
} else {
|
295 |
-
$result['error'] = __( "
|
296 |
}
|
297 |
-
|
|
|
|
|
298 |
} else {
|
299 |
-
$result['error'] = __( "
|
300 |
}
|
|
|
301 |
} else {
|
302 |
-
$result['error'] = __( "
|
303 |
}
|
|
|
|
|
304 |
}
|
|
|
305 |
|
306 |
/* activate Pro */
|
307 |
if ( file_exists( WP_PLUGIN_DIR . '/' . $zip_name[0] ) ) {
|
@@ -384,7 +384,7 @@ if ( ! function_exists( 'bws_go_pro_tab_show' ) ) {
|
|
384 |
</p>
|
385 |
<?php } else {
|
386 |
if ( $bws_hide_premium_options_check ) { ?>
|
387 |
-
<form method="post" action="
|
388 |
<p>
|
389 |
<input type="hidden" name="bws_hide_premium_options_submit" value="submit" />
|
390 |
<input type="submit" class="button" value="<?php _e( 'Show Pro features', 'bestwebsoft' ); ?>" />
|
@@ -392,7 +392,7 @@ if ( ! function_exists( 'bws_go_pro_tab_show' ) ) {
|
|
392 |
</p>
|
393 |
</form>
|
394 |
<?php } ?>
|
395 |
-
<form method="post" action="
|
396 |
<p>
|
397 |
<?php _e( 'You can download and activate', 'bestwebsoft' ); ?>
|
398 |
<a href="http://bestwebsoft.com/products/<?php echo $link_slug; ?>/?k=<?php echo $link_key; ?>&pn=<?php echo $link_pn; ?>&v=<?php echo $plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php echo $plugin_info["Name"]; ?> Pro">Pro</a>
|
@@ -434,7 +434,7 @@ if ( ! function_exists( 'bws_go_pro_from_trial_tab' ) ) {
|
|
434 |
global $wp_version, $bstwbsftwppdtplgns_options;
|
435 |
$bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
|
436 |
if ( $trial_license_is_set ) { ?>
|
437 |
-
<form method="post" action="
|
438 |
<p>
|
439 |
<?php echo sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="http://bestwebsoft.com/products/' . $link_slug . '/?k=' . $link_key . '&pn=' . $link_pn . '&v=' . $plugin_info["Version"] . '&wp_v=' . $wp_version .'" target="_blank" title="' . $plugin_info["Name"] . '">Pro</a>' ) . ' ';
|
440 |
_e( 'After that you can activate it by entering your license key.', 'bestwebsoft' ); ?><br />
|
@@ -567,11 +567,11 @@ if ( ! function_exists( 'bws_check_pro_license' ) ) {
|
|
567 |
}
|
568 |
|
569 |
if ( ! function_exists ( 'bws_check_pro_license_form' ) ) {
|
570 |
-
function bws_check_pro_license_form( $plugin_basename
|
571 |
global $bstwbsftwppdtplgns_options;
|
572 |
$license_key = ( isset( $bstwbsftwppdtplgns_options[ $plugin_basename ] ) ) ? $bstwbsftwppdtplgns_options[ $plugin_basename ] : ''; ?>
|
573 |
<div class="clear"></div>
|
574 |
-
<form method="post" action="
|
575 |
<p><?php echo _e( 'If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website', 'bestwebsoft' ) . ' <a href="http://bestwebsoft.com/wp-login.php">http://bestwebsoft.com/wp-login.php</a> ' . __( '(your username is the email you specify when purchasing the product). If necessary, please submit "Lost your password?" request.', 'bestwebsoft' ); ?></p>
|
576 |
<p>
|
577 |
<input type="text" maxlength="100" name="bws_license_key" value="<?php echo $license_key; ?>" />
|
@@ -648,8 +648,8 @@ if ( ! function_exists ( 'bws_plugin_banner_timeout' ) ) {
|
|
648 |
})(jQuery);
|
649 |
</script>
|
650 |
<div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
|
651 |
-
<div class="<?php echo $plugin_prefix; ?>_message bws_banner_on_plugin_page" style="display:none;">
|
652 |
-
<
|
653 |
<div class="icon">
|
654 |
<img title="" src="<?php echo $banner_url; ?>" alt="" />
|
655 |
</div>
|
@@ -679,7 +679,7 @@ if ( ! function_exists( 'bws_plugin_banner_to_settings' ) ) {
|
|
679 |
$banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
|
680 |
} ?>
|
681 |
<div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
|
682 |
-
<div class="bws_banner_on_plugin_page">
|
683 |
<div class="icon">
|
684 |
<img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
|
685 |
</div>
|
@@ -702,6 +702,65 @@ if ( ! function_exists( 'bws_plugin_banner_to_settings' ) ) {
|
|
702 |
<?php }
|
703 |
}
|
704 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
705 |
if ( ! function_exists( 'bws_show_settings_notice' ) ) {
|
706 |
function bws_show_settings_notice() { ?>
|
707 |
<div id="bws_save_settings_notice" class="updated fade below-h2" style="display:none;">
|
@@ -804,7 +863,7 @@ if ( ! function_exists ( 'bws_plugins_admin_head' ) ) {
|
|
804 |
<!-- TinyMCE Shortcode Plugin -->
|
805 |
<script type='text/javascript'>
|
806 |
var bws_shortcode_button = {
|
807 |
-
'title': '<?php
|
808 |
'function_name': [
|
809 |
<?php foreach ( $bws_shortcode_list as $key => $value ) {
|
810 |
if ( isset( $value['js_function'] ) )
|
@@ -838,6 +897,13 @@ if ( ! function_exists ( 'bws_plugins_admin_head' ) ) {
|
|
838 |
}
|
839 |
}
|
840 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
841 |
/**
|
842 |
* Tooltip block
|
843 |
*/
|
@@ -1090,9 +1156,182 @@ if ( ! function_exists( 'bws_help_tab' ) ) {
|
|
1090 |
}
|
1091 |
}
|
1092 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1093 |
add_action( 'admin_init', 'bws_plugins_admin_init' );
|
1094 |
add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
|
1095 |
add_action( 'admin_head', 'bws_plugins_admin_head' );
|
1096 |
add_action( 'admin_footer','bws_shortcode_media_button_popup' );
|
1097 |
|
1098 |
-
add_action( 'admin_notices', 'bws_versions_notice' );
|
|
|
|
139 |
})(jQuery);
|
140 |
</script>
|
141 |
<div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
|
142 |
+
<div class="<?php echo $this_banner_prefix; ?>_message bws_banner_on_plugin_page bws_go_pro_banner" style="display: none;">
|
143 |
+
<button class="<?php echo $this_banner_prefix; ?>_close_icon close_icon notice-dismiss bws_hide_settings_notice" title="<?php _e( 'Close notice', 'bestwebsoft' ); ?>"></button>
|
144 |
<div class="icon">
|
145 |
<img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
|
146 |
</div>
|
167 |
<div class="bws-plugin-reviews">
|
168 |
<div class="bws-plugin-reviews-rate">
|
169 |
<?php _e( 'If you enjoy our plugin, please give it 5 stars on WordPress', 'bestwebsoft' ); ?>:
|
170 |
+
<a href="http://wordpress.org/support/view/plugin-reviews/<?php echo $plugin_slug; ?>?filter=5" target="_blank" title="<?php echo $plugin_name; ?> reviews"><?php _e( 'Rate the plugin', 'bestwebsoft' ); ?></a>
|
171 |
</div>
|
172 |
<div class="bws-plugin-reviews-support">
|
173 |
<?php _e( 'If there is something wrong about it, please contact us', 'bestwebsoft' ); ?>:
|
261 |
|
262 |
$url = 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/downloads/?bws_first_download=' . $bws_license_plugin . '&bws_license_key=' . $bws_license_key . '&download_from=5';
|
263 |
$uploadDir = wp_upload_dir();
|
264 |
+
$zip_name = explode( '/', $bws_license_plugin );
|
265 |
+
|
266 |
+
if ( !function_exists( 'curl_init' ) ) {
|
267 |
+
$received_content = file_get_contents( $url );
|
268 |
+
} else {
|
269 |
+
$ch = curl_init();
|
270 |
+
curl_setopt( $ch, CURLOPT_URL, $url );
|
271 |
+
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
|
272 |
+
$received_content = curl_exec( $ch );
|
273 |
+
curl_close( $ch );
|
274 |
+
}
|
275 |
|
276 |
+
if ( ! $received_content ) {
|
277 |
+
$result['error'] = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
|
278 |
+
} else {
|
279 |
+
if ( is_writable( $uploadDir["path"] ) ) {
|
280 |
+
$file_put_contents = $uploadDir["path"] . "/" . $zip_name[0] . ".zip";
|
281 |
+
if ( file_put_contents( $file_put_contents, $received_content ) ) {
|
282 |
+
@chmod( $file_put_contents, octdec( 755 ) );
|
283 |
+
if ( class_exists( 'ZipArchive' ) ) {
|
284 |
+
$zip = new ZipArchive();
|
285 |
+
if ( $zip->open( $file_put_contents ) === TRUE ) {
|
286 |
+
$zip->extractTo( WP_PLUGIN_DIR );
|
287 |
+
$zip->close();
|
|
|
|
|
|
|
|
|
|
|
|
|
288 |
} else {
|
289 |
+
$result['error'] = __( "Failed to open the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
|
290 |
}
|
291 |
+
} elseif ( class_exists( 'Phar' ) ) {
|
292 |
+
$phar = new PharData( $file_put_contents );
|
293 |
+
$phar->extractTo( WP_PLUGIN_DIR );
|
294 |
} else {
|
295 |
+
$result['error'] = __( "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually", 'bestwebsoft' );
|
296 |
}
|
297 |
+
@unlink( $file_put_contents );
|
298 |
} else {
|
299 |
+
$result['error'] = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
|
300 |
}
|
301 |
+
} else {
|
302 |
+
$result['error'] = __( "UploadDir is not writable. Please, upload the plugin manually", 'bestwebsoft' );
|
303 |
}
|
304 |
+
}
|
305 |
|
306 |
/* activate Pro */
|
307 |
if ( file_exists( WP_PLUGIN_DIR . '/' . $zip_name[0] ) ) {
|
384 |
</p>
|
385 |
<?php } else {
|
386 |
if ( $bws_hide_premium_options_check ) { ?>
|
387 |
+
<form method="post" action="">
|
388 |
<p>
|
389 |
<input type="hidden" name="bws_hide_premium_options_submit" value="submit" />
|
390 |
<input type="submit" class="button" value="<?php _e( 'Show Pro features', 'bestwebsoft' ); ?>" />
|
392 |
</p>
|
393 |
</form>
|
394 |
<?php } ?>
|
395 |
+
<form method="post" action="">
|
396 |
<p>
|
397 |
<?php _e( 'You can download and activate', 'bestwebsoft' ); ?>
|
398 |
<a href="http://bestwebsoft.com/products/<?php echo $link_slug; ?>/?k=<?php echo $link_key; ?>&pn=<?php echo $link_pn; ?>&v=<?php echo $plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php echo $plugin_info["Name"]; ?> Pro">Pro</a>
|
434 |
global $wp_version, $bstwbsftwppdtplgns_options;
|
435 |
$bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
|
436 |
if ( $trial_license_is_set ) { ?>
|
437 |
+
<form method="post" action="">
|
438 |
<p>
|
439 |
<?php echo sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="http://bestwebsoft.com/products/' . $link_slug . '/?k=' . $link_key . '&pn=' . $link_pn . '&v=' . $plugin_info["Version"] . '&wp_v=' . $wp_version .'" target="_blank" title="' . $plugin_info["Name"] . '">Pro</a>' ) . ' ';
|
440 |
_e( 'After that you can activate it by entering your license key.', 'bestwebsoft' ); ?><br />
|
567 |
}
|
568 |
|
569 |
if ( ! function_exists ( 'bws_check_pro_license_form' ) ) {
|
570 |
+
function bws_check_pro_license_form( $plugin_basename ) {
|
571 |
global $bstwbsftwppdtplgns_options;
|
572 |
$license_key = ( isset( $bstwbsftwppdtplgns_options[ $plugin_basename ] ) ) ? $bstwbsftwppdtplgns_options[ $plugin_basename ] : ''; ?>
|
573 |
<div class="clear"></div>
|
574 |
+
<form method="post" action="">
|
575 |
<p><?php echo _e( 'If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website', 'bestwebsoft' ) . ' <a href="http://bestwebsoft.com/wp-login.php">http://bestwebsoft.com/wp-login.php</a> ' . __( '(your username is the email you specify when purchasing the product). If necessary, please submit "Lost your password?" request.', 'bestwebsoft' ); ?></p>
|
576 |
<p>
|
577 |
<input type="text" maxlength="100" name="bws_license_key" value="<?php echo $license_key; ?>" />
|
648 |
})(jQuery);
|
649 |
</script>
|
650 |
<div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
|
651 |
+
<div class="<?php echo $plugin_prefix; ?>_message bws_banner_on_plugin_page bws_banner_timeout" style="display:none;">
|
652 |
+
<button class="<?php echo $plugin_prefix; ?>_close_icon close_icon notice-dismiss bws_hide_settings_notice" title="<?php _e( 'Close notice', 'bestwebsoft' ); ?>"></button>
|
653 |
<div class="icon">
|
654 |
<img title="" src="<?php echo $banner_url; ?>" alt="" />
|
655 |
</div>
|
679 |
$banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
|
680 |
} ?>
|
681 |
<div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
|
682 |
+
<div class="bws_banner_on_plugin_page bws_banner_to_settings">
|
683 |
<div class="icon">
|
684 |
<img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
|
685 |
</div>
|
702 |
<?php }
|
703 |
}
|
704 |
|
705 |
+
if ( ! function_exists( 'bws_plugin_suggest_feature_banner' ) ) {
|
706 |
+
function bws_plugin_suggest_feature_banner( $plugin_info, $plugin_options_name, $banner_url_or_slug ) {
|
707 |
+
global $wp_version;
|
708 |
+
|
709 |
+
$plugin_options = get_option( $plugin_options_name );
|
710 |
+
|
711 |
+
if ( isset( $plugin_options['display_suggest_feature_banner'] ) && 0 == $plugin_options['display_suggest_feature_banner'] )
|
712 |
+
return;
|
713 |
+
|
714 |
+
if ( ! isset( $plugin_options['first_install'] ) ) {
|
715 |
+
$plugin_options['first_install'] = strtotime( "now" );
|
716 |
+
update_option( $plugin_options_name, $plugin_options );
|
717 |
+
$return = true;
|
718 |
+
} elseif ( strtotime( '-2 week' ) < $plugin_options['first_install'] ) {
|
719 |
+
$return = true;
|
720 |
+
}
|
721 |
+
|
722 |
+
if ( ! isset( $plugin_options['go_settings_counter'] ) ) {
|
723 |
+
$plugin_options['go_settings_counter'] = 1;
|
724 |
+
update_option( $plugin_options_name, $plugin_options );
|
725 |
+
$return = true;
|
726 |
+
} elseif ( 20 > $plugin_options['go_settings_counter'] ) {
|
727 |
+
$plugin_options['go_settings_counter'] = $plugin_options['go_settings_counter'] + 1;
|
728 |
+
update_option( $plugin_options_name, $plugin_options );
|
729 |
+
$return = true;
|
730 |
+
}
|
731 |
+
|
732 |
+
if ( isset( $return ) )
|
733 |
+
return;
|
734 |
+
|
735 |
+
if ( isset( $_POST['bws_hide_suggest_feature_banner_' . $plugin_options_name ] ) && check_admin_referer( $plugin_info['Name'], 'bws_settings_nonce_name' ) ) {
|
736 |
+
$plugin_options['display_suggest_feature_banner'] = 0;
|
737 |
+
update_option( $plugin_options_name, $plugin_options );
|
738 |
+
return;
|
739 |
+
}
|
740 |
+
|
741 |
+
if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
|
742 |
+
$banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
|
743 |
+
} ?>
|
744 |
+
<div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
|
745 |
+
<div class="bws_banner_on_plugin_page bws_suggest_feature_banner">
|
746 |
+
<div class="icon">
|
747 |
+
<img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
|
748 |
+
</div>
|
749 |
+
<div class="text">
|
750 |
+
<strong><?php _e( 'Thank you for choosing', 'bestwebsoft' ); ?> <?php echo $plugin_info['Name']; ?> plugin!</strong><br />
|
751 |
+
<?php _e( "If you have a feature, suggestion or idea you'd like to see in the plugin, we'd love to hear about it!", 'bestwebsoft' ); ?>
|
752 |
+
<a target="_blank" href="http://support.bestwebsoft.com/hc/en-us/requests/new"><?php _e( 'Suggest a Feature', 'bestwebsoft' ); ?></a>
|
753 |
+
</div>
|
754 |
+
<form action="" method="post">
|
755 |
+
<button class="notice-dismiss bws_hide_settings_notice" title="<?php _e( 'Close notice', 'bestwebsoft' ); ?>"></button>
|
756 |
+
<input type="hidden" name="bws_hide_suggest_feature_banner_<?php echo $plugin_options_name; ?>" value="hide" />
|
757 |
+
<?php wp_nonce_field( $plugin_info['Name'], 'bws_settings_nonce_name' ); ?>
|
758 |
+
</form>
|
759 |
+
</div>
|
760 |
+
</div>
|
761 |
+
<?php }
|
762 |
+
}
|
763 |
+
|
764 |
if ( ! function_exists( 'bws_show_settings_notice' ) ) {
|
765 |
function bws_show_settings_notice() { ?>
|
766 |
<div id="bws_save_settings_notice" class="updated fade below-h2" style="display:none;">
|
863 |
<!-- TinyMCE Shortcode Plugin -->
|
864 |
<script type='text/javascript'>
|
865 |
var bws_shortcode_button = {
|
866 |
+
'title': '<?php esc_attr_e( "Add BWS Plugins Shortcode", "bestwebsoft" ); ?>',
|
867 |
'function_name': [
|
868 |
<?php foreach ( $bws_shortcode_list as $key => $value ) {
|
869 |
if ( isset( $value['js_function'] ) )
|
897 |
}
|
898 |
}
|
899 |
|
900 |
+
if ( ! function_exists ( 'bws_plugins_include_codemirror' ) ) {
|
901 |
+
function bws_plugins_include_codemirror() {
|
902 |
+
wp_enqueue_style( 'codemirror.css', plugins_url( 'css/codemirror.css', __FILE__ ) );
|
903 |
+
wp_enqueue_script( 'codemirror.js', plugins_url( 'js/codemirror.js', __FILE__ ), array( 'jquery' ) );
|
904 |
+
}
|
905 |
+
}
|
906 |
+
|
907 |
/**
|
908 |
* Tooltip block
|
909 |
*/
|
1156 |
}
|
1157 |
}
|
1158 |
|
1159 |
+
/**
|
1160 |
+
* Function display 'Custom code' tab
|
1161 |
+
*/
|
1162 |
+
if ( ! function_exists( 'bws_custom_code_tab' ) ) {
|
1163 |
+
function bws_custom_code_tab() {
|
1164 |
+
if ( ! current_user_can( 'edit_plugins' ) )
|
1165 |
+
wp_die( __( 'You do not have sufficient permissions to edit plugins for this site.', 'bestwebsoft' ) );
|
1166 |
+
|
1167 |
+
global $bstwbsftwppdtplgns_options;
|
1168 |
+
|
1169 |
+
$message = $content = '';
|
1170 |
+
$is_active = false;
|
1171 |
+
|
1172 |
+
$upload_dir = wp_upload_dir();
|
1173 |
+
$folder = $upload_dir['basedir'] . '/bws-custom-code';
|
1174 |
+
if ( ! $upload_dir["error"] ) {
|
1175 |
+
if ( ! is_dir( $folder ) )
|
1176 |
+
wp_mkdir_p( $folder, 0755 );
|
1177 |
+
}
|
1178 |
+
|
1179 |
+
$file = 'bws-custom-code.css';
|
1180 |
+
$real_file = $folder . '/' . $file;
|
1181 |
+
$is_multisite = is_multisite();
|
1182 |
+
if ( $is_multisite )
|
1183 |
+
$blog_id = get_current_blog_id();
|
1184 |
+
|
1185 |
+
if ( isset( $_REQUEST['bws_update_custom_code'] ) && check_admin_referer( 'bws_update_' . $file ) ) {
|
1186 |
+
|
1187 |
+
$newcontent = wp_unslash( $_POST['bws_newcontent_css'] );
|
1188 |
+
|
1189 |
+
|
1190 |
+
if ( ! empty( $newcontent ) && isset( $_REQUEST['bws_custom_css_active'] ) ) {
|
1191 |
+
if ( $is_multisite )
|
1192 |
+
$bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $file ] = $upload_dir['baseurl'] . '/bws-custom-code/' . $file;
|
1193 |
+
else
|
1194 |
+
$bstwbsftwppdtplgns_options['custom_code'][ $file ] = $upload_dir['baseurl'] . '/bws-custom-code/' . $file;
|
1195 |
+
} else {
|
1196 |
+
if ( $is_multisite ) {
|
1197 |
+
if ( isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $file ] ) )
|
1198 |
+
unset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $file ] );
|
1199 |
+
} else {
|
1200 |
+
if ( isset( $bstwbsftwppdtplgns_options['custom_code'][ $file ] ) )
|
1201 |
+
unset( $bstwbsftwppdtplgns_options['custom_code'][ $file ] );
|
1202 |
+
}
|
1203 |
+
}
|
1204 |
+
|
1205 |
+
if ( $f = fopen( $real_file, 'w+' ) ) {
|
1206 |
+
fwrite( $f, $newcontent );
|
1207 |
+
fclose( $f );
|
1208 |
+
$message = __( 'File edited successfully.', 'bestwebsoft' );
|
1209 |
+
} else {
|
1210 |
+
$error = __( 'Not enough permissions to create or update the file', 'bestwebsoft' ) . ' ' . $real_file . '. <a href="https://codex.wordpress.org/Changing_File_Permissions">' . __( 'Learn more', 'bestwebsoft' ) . '</a>';
|
1211 |
+
}
|
1212 |
+
|
1213 |
+
if ( $is_multisite )
|
1214 |
+
update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
|
1215 |
+
else
|
1216 |
+
update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
|
1217 |
+
}
|
1218 |
+
|
1219 |
+
if ( file_exists( $real_file ) ) {
|
1220 |
+
update_recently_edited( $real_file );
|
1221 |
+
$content = file_get_contents( $real_file );
|
1222 |
+
$content = esc_textarea( $content );
|
1223 |
+
if ( ( $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $file ] ) ) ||
|
1224 |
+
( ! $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $file ] ) ) ) {
|
1225 |
+
$is_active = true;
|
1226 |
+
}
|
1227 |
+
}
|
1228 |
+
|
1229 |
+
if ( ! empty( $message ) ) { ?>
|
1230 |
+
<div id="message" class="below-h2 updated notice is-dismissible"><p><?php echo $message; ?></p></div>
|
1231 |
+
<?php } ?>
|
1232 |
+
<p><?php _e( 'These styles will be added to the header on all pages of your site.', 'bestwebsoft' ); ?></p>
|
1233 |
+
<p><big>
|
1234 |
+
<?php if ( ! file_exists( $real_file ) || ( is_writeable( $real_file ) ) ) {
|
1235 |
+
echo __( 'Editing', 'bestwebsoft' ) . ' <strong>' . $file . '</strong>';
|
1236 |
+
} else {
|
1237 |
+
echo __( 'Browsing', 'bestwebsoft' ) . ' <strong>' . $file . '</strong>';
|
1238 |
+
} ?>
|
1239 |
+
</big></p>
|
1240 |
+
<form action="" method="post">
|
1241 |
+
<?php wp_nonce_field( 'bws_update_' . $file ); ?>
|
1242 |
+
<p><label><input type="checkbox" name="bws_custom_css_active" value="1" <?php if ( $is_active ) echo "checked"; ?> /> <?php _e( 'Activate', 'bestwebsoft' ); ?></label></p>
|
1243 |
+
<textarea cols="70" rows="25" name="bws_newcontent_css" id="bws_newcontent_css"><?php echo $content; ?></textarea>
|
1244 |
+
<p class="description">
|
1245 |
+
<a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started" target="_blank"><?php _e( 'Learn more about CSS', 'bestwebsoft' ); ?></a>
|
1246 |
+
</p>
|
1247 |
+
<?php if ( ! file_exists( $real_file ) || is_writeable( $real_file ) ) { ?>
|
1248 |
+
<p class="submit">
|
1249 |
+
<input type="hidden" name="bws_update_custom_code" value="submit" />
|
1250 |
+
<?php submit_button( __( 'Save Changes', 'bestwebsoft' ), 'primary', 'submit', false ); ?>
|
1251 |
+
</p>
|
1252 |
+
<?php } else { ?>
|
1253 |
+
<p><em><?php printf( __( 'You need to make this file writable before you can save your changes. See %s the Codex %s for more information.', 'bestwebsoft' ),
|
1254 |
+
'<a href="https://codex.wordpress.org/Changing_File_Permissions">',
|
1255 |
+
'</a>' ); ?></em></p>
|
1256 |
+
<?php } ?>
|
1257 |
+
</form>
|
1258 |
+
<?php }
|
1259 |
+
}
|
1260 |
+
|
1261 |
+
if ( ! function_exists( 'bws_enqueue_custom_code' ) ) {
|
1262 |
+
function bws_enqueue_custom_code() {
|
1263 |
+
global $bstwbsftwppdtplgns_options;
|
1264 |
+
|
1265 |
+
if ( ! isset( $bstwbsftwppdtplgns_options ) )
|
1266 |
+
$bstwbsftwppdtplgns_options = ( function_exists( 'is_multisite' ) && is_multisite() ) ? get_site_option( 'bstwbsftwppdtplgns_options' ) : get_option( 'bstwbsftwppdtplgns_options' );
|
1267 |
+
|
1268 |
+
if ( ! empty( $bstwbsftwppdtplgns_options['custom_code'] ) ) {
|
1269 |
+
$is_multisite = is_multisite();
|
1270 |
+
if ( $is_multisite )
|
1271 |
+
$blog_id = get_current_blog_id();
|
1272 |
+
|
1273 |
+
if ( ! $is_multisite && ! empty( $bstwbsftwppdtplgns_options['custom_code']['bws-custom-code.css'] ) )
|
1274 |
+
wp_enqueue_style( 'bws-custom-style', $bstwbsftwppdtplgns_options['custom_code']['bws-custom-code.css'] );
|
1275 |
+
elseif ( $is_multisite && ! empty( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ]['bws-custom-code.css'] ) )
|
1276 |
+
wp_enqueue_style( 'bws-custom-style', $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ]['bws-custom-code.css'] );
|
1277 |
+
}
|
1278 |
+
}
|
1279 |
+
}
|
1280 |
+
|
1281 |
+
if ( ! function_exists( 'bws_delete_plugin' ) ) {
|
1282 |
+
function bws_delete_plugin( $basename ) {
|
1283 |
+
global $bstwbsftwppdtplgns_options;
|
1284 |
+
|
1285 |
+
$is_multisite = is_multisite();
|
1286 |
+
if ( $is_multisite )
|
1287 |
+
$blog_id = get_current_blog_id();
|
1288 |
+
|
1289 |
+
if ( ! isset( $bstwbsftwppdtplgns_options ) )
|
1290 |
+
$bstwbsftwppdtplgns_options = ( $is_multisite ) ? get_site_option( 'bstwbsftwppdtplgns_options' ) : get_option( 'bstwbsftwppdtplgns_options' );
|
1291 |
+
|
1292 |
+
/* remove bws_menu versions */
|
1293 |
+
unset( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $basename ] );
|
1294 |
+
/* if empty ['bws_menu']['version'] - there is no other bws plugins - delete all */
|
1295 |
+
if ( empty( $bstwbsftwppdtplgns_options['bws_menu']['version'] ) ) {
|
1296 |
+
/* remove options */
|
1297 |
+
if ( $is_multisite )
|
1298 |
+
delete_site_option( 'bstwbsftwppdtplgns_options' );
|
1299 |
+
else
|
1300 |
+
delete_option( 'bstwbsftwppdtplgns_options' );
|
1301 |
+
|
1302 |
+
/* remove custom_code */
|
1303 |
+
if ( $is_multisite ) {
|
1304 |
+
global $wpdb;
|
1305 |
+
$old_blog = $wpdb->blogid;
|
1306 |
+
/* Get all blog ids */
|
1307 |
+
$blogids = $wpdb->get_col( "SELECT `blog_id` FROM $wpdb->blogs" );
|
1308 |
+
foreach ( $blogids as $blog_id ) {
|
1309 |
+
switch_to_blog( $blog_id );
|
1310 |
+
$upload_dir = wp_upload_dir();
|
1311 |
+
$folder = $upload_dir['basedir'] . '/bws-custom-code';
|
1312 |
+
if ( file_exists( $folder ) && is_dir( $folder ) ) {
|
1313 |
+
array_map( 'unlink', glob( "$folder/*" ) );
|
1314 |
+
rmdir( $folder );
|
1315 |
+
}
|
1316 |
+
}
|
1317 |
+
switch_to_blog( $old_blog );
|
1318 |
+
} else {
|
1319 |
+
$upload_dir = wp_upload_dir();
|
1320 |
+
$folder = $upload_dir['basedir'] . '/bws-custom-code';
|
1321 |
+
if ( file_exists( $folder ) && is_dir( $folder ) ) {
|
1322 |
+
array_map( 'unlink', glob( "$folder/*" ) );
|
1323 |
+
rmdir( $folder );
|
1324 |
+
}
|
1325 |
+
}
|
1326 |
+
}
|
1327 |
+
}
|
1328 |
+
}
|
1329 |
+
|
1330 |
add_action( 'admin_init', 'bws_plugins_admin_init' );
|
1331 |
add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
|
1332 |
add_action( 'admin_head', 'bws_plugins_admin_head' );
|
1333 |
add_action( 'admin_footer','bws_shortcode_media_button_popup' );
|
1334 |
|
1335 |
+
add_action( 'admin_notices', 'bws_versions_notice' );
|
1336 |
+
|
1337 |
+
add_action( 'wp_enqueue_scripts', 'bws_enqueue_custom_code', 20 );
|
bws_menu/bws_menu.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
-
* Version: 1.8.
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
@@ -390,8 +390,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
390 |
'bws-smtp/bws-smtp.php' => array(
|
391 |
'name' => 'SMTP',
|
392 |
'description' => 'This plugin introduces an easy way to configure sending email messages via SMTP.',
|
393 |
-
'link' => 'http://bestwebsoft.com/products/
|
394 |
-
'download' => 'http://bestwebsoft.com/products/
|
395 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=SMTP+BestWebSoft&plugin-search-input=Search+Plugins',
|
396 |
'settings' => 'admin.php?page=bwssmtp_settings'
|
397 |
),
|
@@ -423,7 +423,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
423 |
'link' => 'http://bestwebsoft.com/products/zendesk-help-center/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
424 |
'download' => 'http://bestwebsoft.com/products/zendesk-help-center/download/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
425 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Zendesk+Help+Center+Backup+BestWebSoft&plugin-search-input=Search+Plugins',
|
426 |
-
'settings' => 'admin.php?page=zendesk_hc.php&tab=settings'
|
|
|
|
|
|
|
427 |
),
|
428 |
'social-buttons-pack/social-buttons-pack.php' => array(
|
429 |
'name' => 'Social Buttons Pack',
|
@@ -992,6 +995,7 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
|
|
992 |
function bws_get_banner_array() {
|
993 |
global $bstwbsftwppdtplgns_banner_array;
|
994 |
$bstwbsftwppdtplgns_banner_array = array(
|
|
|
995 |
array( 'gglcptch_hide_banner_on_plugin_page', 'google-captcha/google-captcha.php', '1.18' ),
|
996 |
array( 'mltlngg_hide_banner_on_plugin_page', 'multilanguage/multilanguage.php', '1.1.1' ),
|
997 |
array( 'adsns_hide_banner_on_plugin_page', 'adsense-plugin/adsense-plugin.php', '1.36' ),
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
+
* Version: 1.8.3
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
390 |
'bws-smtp/bws-smtp.php' => array(
|
391 |
'name' => 'SMTP',
|
392 |
'description' => 'This plugin introduces an easy way to configure sending email messages via SMTP.',
|
393 |
+
'link' => 'http://bestwebsoft.com/products/smtp/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
394 |
+
'download' => 'http://bestwebsoft.com/products/smtp/download/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
395 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=SMTP+BestWebSoft&plugin-search-input=Search+Plugins',
|
396 |
'settings' => 'admin.php?page=bwssmtp_settings'
|
397 |
),
|
423 |
'link' => 'http://bestwebsoft.com/products/zendesk-help-center/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
424 |
'download' => 'http://bestwebsoft.com/products/zendesk-help-center/download/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
425 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Zendesk+Help+Center+Backup+BestWebSoft&plugin-search-input=Search+Plugins',
|
426 |
+
'settings' => 'admin.php?page=zendesk_hc.php&tab=settings',
|
427 |
+
'pro_version' => 'zendesk-help-center-pro/zendesk-help-center-pro.php',
|
428 |
+
'purchase' => 'http://bestwebsoft.com/products/zendesk-help-center/buy/?k=45199e4538b5befe4d9566868a61a3aa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
429 |
+
'pro_settings' => 'admin.php?page=zendesk_hc.php&tab=settings'
|
430 |
),
|
431 |
'social-buttons-pack/social-buttons-pack.php' => array(
|
432 |
'name' => 'Social Buttons Pack',
|
995 |
function bws_get_banner_array() {
|
996 |
global $bstwbsftwppdtplgns_banner_array;
|
997 |
$bstwbsftwppdtplgns_banner_array = array(
|
998 |
+
array( 'zndskhcpr_hide_banner_on_plugin_page', 'zendesk-help-center/zendesk-help-center.php', '1.0.0' ),
|
999 |
array( 'gglcptch_hide_banner_on_plugin_page', 'google-captcha/google-captcha.php', '1.18' ),
|
1000 |
array( 'mltlngg_hide_banner_on_plugin_page', 'multilanguage/multilanguage.php', '1.1.1' ),
|
1001 |
array( 'adsns_hide_banner_on_plugin_page', 'adsense-plugin/adsense-plugin.php', '1.36' ),
|
bws_menu/css/codemirror.css
ADDED
@@ -0,0 +1,270 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* BASICS */
|
2 |
+
|
3 |
+
.CodeMirror {
|
4 |
+
/* Set height, width, borders, and global font properties here */
|
5 |
+
font-family: monospace;
|
6 |
+
height: 500px;
|
7 |
+
}
|
8 |
+
.CodeMirror-scroll {
|
9 |
+
/* Set scrolling behaviour here */
|
10 |
+
overflow: auto;
|
11 |
+
}
|
12 |
+
|
13 |
+
/* PADDING */
|
14 |
+
|
15 |
+
.CodeMirror-lines {
|
16 |
+
padding: 4px 0; /* Vertical padding around content */
|
17 |
+
}
|
18 |
+
.CodeMirror pre {
|
19 |
+
padding: 0 4px; /* Horizontal padding of content */
|
20 |
+
}
|
21 |
+
|
22 |
+
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
|
23 |
+
background-color: white; /* The little square between H and V scrollbars */
|
24 |
+
}
|
25 |
+
|
26 |
+
/* GUTTER */
|
27 |
+
|
28 |
+
.CodeMirror-gutters {
|
29 |
+
border-right: 1px solid #ddd;
|
30 |
+
background-color: #f7f7f7;
|
31 |
+
white-space: nowrap;
|
32 |
+
}
|
33 |
+
.CodeMirror-linenumbers {}
|
34 |
+
.CodeMirror-linenumber {
|
35 |
+
padding: 0 3px 0 5px;
|
36 |
+
min-width: 20px;
|
37 |
+
text-align: right;
|
38 |
+
color: #999;
|
39 |
+
-moz-box-sizing: content-box;
|
40 |
+
box-sizing: content-box;
|
41 |
+
}
|
42 |
+
|
43 |
+
/* CURSOR */
|
44 |
+
|
45 |
+
.CodeMirror div.CodeMirror-cursor {
|
46 |
+
border-left: 1px solid black;
|
47 |
+
}
|
48 |
+
/* Shown when moving in bi-directional text */
|
49 |
+
.CodeMirror div.CodeMirror-secondarycursor {
|
50 |
+
border-left: 1px solid silver;
|
51 |
+
}
|
52 |
+
.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
|
53 |
+
width: auto;
|
54 |
+
border: 0;
|
55 |
+
background: #7e7;
|
56 |
+
}
|
57 |
+
/* Can style cursor different in overwrite (non-insert) mode */
|
58 |
+
div.CodeMirror-overwrite div.CodeMirror-cursor {}
|
59 |
+
|
60 |
+
.cm-tab { display: inline-block; }
|
61 |
+
|
62 |
+
.CodeMirror-ruler {
|
63 |
+
border-left: 1px solid #ccc;
|
64 |
+
position: absolute;
|
65 |
+
}
|
66 |
+
|
67 |
+
/* DEFAULT THEME */
|
68 |
+
|
69 |
+
.cm-s-default .cm-keyword {color: #708;}
|
70 |
+
.cm-s-default .cm-atom {color: #219;}
|
71 |
+
.cm-s-default .cm-number {color: #164;}
|
72 |
+
.cm-s-default .cm-def {color: #00f;}
|
73 |
+
.cm-s-default .cm-variable {color: black;}
|
74 |
+
.cm-s-default .cm-variable-2 {color: #05a;}
|
75 |
+
.cm-s-default .cm-variable-3 {color: #085;}
|
76 |
+
.cm-s-default .cm-property {color: black;}
|
77 |
+
.cm-s-default .cm-operator {color: black;}
|
78 |
+
.cm-s-default .cm-comment {color: #a50;}
|
79 |
+
.cm-s-default .cm-string {color: #a11;}
|
80 |
+
.cm-s-default .cm-string-2 {color: #f50;}
|
81 |
+
.cm-s-default .cm-meta {color: #555;}
|
82 |
+
.cm-s-default .cm-qualifier {color: #555;}
|
83 |
+
.cm-s-default .cm-builtin {color: #30a;}
|
84 |
+
.cm-s-default .cm-bracket {color: #997;}
|
85 |
+
.cm-s-default .cm-tag {color: #170;}
|
86 |
+
.cm-s-default .cm-attribute {color: #00c;}
|
87 |
+
.cm-s-default .cm-header {color: blue;}
|
88 |
+
.cm-s-default .cm-quote {color: #090;}
|
89 |
+
.cm-s-default .cm-hr {color: #999;}
|
90 |
+
.cm-s-default .cm-link {color: #00c;}
|
91 |
+
|
92 |
+
.cm-negative {color: #d44;}
|
93 |
+
.cm-positive {color: #292;}
|
94 |
+
.cm-header, .cm-strong {font-weight: bold;}
|
95 |
+
.cm-em {font-style: italic;}
|
96 |
+
.cm-link {text-decoration: underline;}
|
97 |
+
|
98 |
+
.cm-s-default .cm-error {color: #f00;}
|
99 |
+
.cm-invalidchar {color: #f00;}
|
100 |
+
|
101 |
+
div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
|
102 |
+
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
|
103 |
+
.CodeMirror-activeline-background {background: #e8f2ff;}
|
104 |
+
|
105 |
+
/* STOP */
|
106 |
+
|
107 |
+
/* The rest of this file contains styles related to the mechanics of
|
108 |
+
the editor. You probably shouldn't touch them. */
|
109 |
+
|
110 |
+
.CodeMirror {
|
111 |
+
line-height: 1;
|
112 |
+
position: relative;
|
113 |
+
overflow: hidden;
|
114 |
+
background: white;
|
115 |
+
color: black;
|
116 |
+
}
|
117 |
+
|
118 |
+
.CodeMirror-scroll {
|
119 |
+
/* 30px is the magic margin used to hide the element's real scrollbars */
|
120 |
+
/* See overflow: hidden in .CodeMirror */
|
121 |
+
margin-bottom: -30px; margin-right: -30px;
|
122 |
+
padding-bottom: 30px;
|
123 |
+
height: 100%;
|
124 |
+
outline: none; /* Prevent dragging from highlighting the element */
|
125 |
+
position: relative;
|
126 |
+
-moz-box-sizing: content-box;
|
127 |
+
box-sizing: content-box;
|
128 |
+
}
|
129 |
+
.CodeMirror-sizer {
|
130 |
+
position: relative;
|
131 |
+
border-right: 30px solid transparent;
|
132 |
+
-moz-box-sizing: content-box;
|
133 |
+
box-sizing: content-box;
|
134 |
+
}
|
135 |
+
|
136 |
+
/* The fake, visible scrollbars. Used to force redraw during scrolling
|
137 |
+
before actuall scrolling happens, thus preventing shaking and
|
138 |
+
flickering artifacts. */
|
139 |
+
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
|
140 |
+
position: absolute;
|
141 |
+
z-index: 6;
|
142 |
+
display: none;
|
143 |
+
}
|
144 |
+
.CodeMirror-vscrollbar {
|
145 |
+
right: 0; top: 0;
|
146 |
+
overflow-x: hidden;
|
147 |
+
overflow-y: scroll;
|
148 |
+
}
|
149 |
+
.CodeMirror-hscrollbar {
|
150 |
+
bottom: 0; left: 0;
|
151 |
+
overflow-y: hidden;
|
152 |
+
overflow-x: scroll;
|
153 |
+
}
|
154 |
+
.CodeMirror-scrollbar-filler {
|
155 |
+
right: 0; bottom: 0;
|
156 |
+
}
|
157 |
+
.CodeMirror-gutter-filler {
|
158 |
+
left: 0; bottom: 0;
|
159 |
+
}
|
160 |
+
|
161 |
+
.CodeMirror-gutters {
|
162 |
+
position: absolute; left: 0; top: 0;
|
163 |
+
padding-bottom: 30px;
|
164 |
+
z-index: 3;
|
165 |
+
}
|
166 |
+
.CodeMirror-gutter {
|
167 |
+
white-space: normal;
|
168 |
+
height: 100%;
|
169 |
+
-moz-box-sizing: content-box;
|
170 |
+
box-sizing: content-box;
|
171 |
+
padding-bottom: 30px;
|
172 |
+
margin-bottom: -32px;
|
173 |
+
display: inline-block;
|
174 |
+
/* Hack to make IE7 behave */
|
175 |
+
*zoom:1;
|
176 |
+
*display:inline;
|
177 |
+
}
|
178 |
+
.CodeMirror-gutter-elt {
|
179 |
+
position: absolute;
|
180 |
+
cursor: default;
|
181 |
+
z-index: 4;
|
182 |
+
}
|
183 |
+
|
184 |
+
.CodeMirror-lines {
|
185 |
+
cursor: text;
|
186 |
+
}
|
187 |
+
.CodeMirror pre {
|
188 |
+
/* Reset some styles that the rest of the page might have set */
|
189 |
+
-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
|
190 |
+
border-width: 0;
|
191 |
+
background: transparent;
|
192 |
+
font-family: inherit;
|
193 |
+
font-size: inherit;
|
194 |
+
margin: 0;
|
195 |
+
white-space: pre;
|
196 |
+
word-wrap: normal;
|
197 |
+
line-height: inherit;
|
198 |
+
color: inherit;
|
199 |
+
z-index: 2;
|
200 |
+
position: relative;
|
201 |
+
overflow: visible;
|
202 |
+
}
|
203 |
+
.CodeMirror-wrap pre {
|
204 |
+
word-wrap: break-word;
|
205 |
+
white-space: pre-wrap;
|
206 |
+
word-break: normal;
|
207 |
+
}
|
208 |
+
|
209 |
+
.CodeMirror-linebackground {
|
210 |
+
position: absolute;
|
211 |
+
left: 0; right: 0; top: 0; bottom: 0;
|
212 |
+
z-index: 0;
|
213 |
+
}
|
214 |
+
|
215 |
+
.CodeMirror-linewidget {
|
216 |
+
position: relative;
|
217 |
+
z-index: 2;
|
218 |
+
overflow: auto;
|
219 |
+
}
|
220 |
+
|
221 |
+
.CodeMirror-widget {}
|
222 |
+
|
223 |
+
.CodeMirror-wrap .CodeMirror-scroll {
|
224 |
+
overflow-x: hidden;
|
225 |
+
}
|
226 |
+
|
227 |
+
.CodeMirror-measure {
|
228 |
+
position: absolute;
|
229 |
+
width: 100%;
|
230 |
+
height: 0;
|
231 |
+
overflow: hidden;
|
232 |
+
visibility: hidden;
|
233 |
+
}
|
234 |
+
.CodeMirror-measure pre { position: static; }
|
235 |
+
|
236 |
+
.CodeMirror div.CodeMirror-cursor {
|
237 |
+
position: absolute;
|
238 |
+
border-right: none;
|
239 |
+
width: 0;
|
240 |
+
}
|
241 |
+
|
242 |
+
div.CodeMirror-cursors {
|
243 |
+
visibility: hidden;
|
244 |
+
position: relative;
|
245 |
+
z-index: 1;
|
246 |
+
}
|
247 |
+
.CodeMirror-focused div.CodeMirror-cursors {
|
248 |
+
visibility: visible;
|
249 |
+
}
|
250 |
+
|
251 |
+
.CodeMirror-selected { background: #d9d9d9; }
|
252 |
+
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
|
253 |
+
|
254 |
+
.cm-searching {
|
255 |
+
background: #ffa;
|
256 |
+
background: rgba(255, 255, 0, .4);
|
257 |
+
}
|
258 |
+
|
259 |
+
/* IE7 hack to prevent it from returning funny offsetTops on the spans */
|
260 |
+
.CodeMirror span { *vertical-align: text-bottom; }
|
261 |
+
|
262 |
+
/* Used to force a border model for a node */
|
263 |
+
.cm-force-border { padding-right: .1px; }
|
264 |
+
|
265 |
+
@media print {
|
266 |
+
/* Hide the cursor when printing */
|
267 |
+
.CodeMirror div.CodeMirror-cursors {
|
268 |
+
visibility: hidden;
|
269 |
+
}
|
270 |
+
}
|
bws_menu/css/general_style.css
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
display: none;
|
12 |
}
|
13 |
.bws_info {
|
14 |
-
color: #
|
15 |
font-size: 10px;
|
16 |
}
|
17 |
/*
|
@@ -212,14 +212,14 @@ a.bws_plugin_pro_version {
|
|
212 |
max-width: 80%;
|
213 |
}
|
214 |
.bws_banner_on_plugin_page .text span {
|
215 |
-
font-size:
|
216 |
opacity: 0.7;
|
217 |
}
|
218 |
div.bws_banner_on_plugin_page .button {
|
219 |
float: right;
|
220 |
border: none;
|
221 |
font-size: 14px;
|
222 |
-
margin: 18px
|
223 |
padding: 12px 29px;
|
224 |
color: #FFF;
|
225 |
text-shadow: none;
|
@@ -247,22 +247,34 @@ div.bws_banner_on_plugin_page .icon {
|
|
247 |
.bws_banner_on_plugin_page .icon img {
|
248 |
max-width: 60px;
|
249 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
250 |
.bws_banner_on_plugin_page .text + .icon {
|
251 |
display: none;
|
252 |
}
|
253 |
-
.bws_banner_on_plugin_page .close_icon {
|
254 |
-
float: right;
|
255 |
-
margin: 8px;
|
256 |
-
cursor: pointer;
|
257 |
-
}
|
258 |
.rtl div.bws_banner_on_plugin_page .button,
|
259 |
-
.rtl .
|
260 |
float: left;
|
261 |
}
|
262 |
.rtl div.bws_banner_on_plugin_page .icon,
|
263 |
-
.rtl .bws_banner_on_plugin_page .text
|
|
|
264 |
float: right;
|
265 |
}
|
|
|
|
|
|
|
|
|
266 |
/* #### Mobile Phones Portrait or Landscape #### */
|
267 |
@media screen and (max-device-width: 768px) {
|
268 |
.bws_banner_on_plugin_page .text,
|
11 |
display: none;
|
12 |
}
|
13 |
.bws_info {
|
14 |
+
color: #888;
|
15 |
font-size: 10px;
|
16 |
}
|
17 |
/*
|
212 |
max-width: 80%;
|
213 |
}
|
214 |
.bws_banner_on_plugin_page .text span {
|
215 |
+
font-size: 14px;
|
216 |
opacity: 0.7;
|
217 |
}
|
218 |
div.bws_banner_on_plugin_page .button {
|
219 |
float: right;
|
220 |
border: none;
|
221 |
font-size: 14px;
|
222 |
+
margin: 18px 40px;
|
223 |
padding: 12px 29px;
|
224 |
color: #FFF;
|
225 |
text-shadow: none;
|
247 |
.bws_banner_on_plugin_page .icon img {
|
248 |
max-width: 60px;
|
249 |
}
|
250 |
+
.bws_go_pro_banner .icon:before {
|
251 |
+
content: 'PRO';
|
252 |
+
background: #F26E50;
|
253 |
+
border-radius: 4px;
|
254 |
+
color: #FFF;
|
255 |
+
font-size: 11px;
|
256 |
+
font-weight: bold;
|
257 |
+
display: block;
|
258 |
+
padding: 0px 4px;
|
259 |
+
margin: 0 15px -7px;
|
260 |
+
position: relative;
|
261 |
+
}
|
262 |
.bws_banner_on_plugin_page .text + .icon {
|
263 |
display: none;
|
264 |
}
|
|
|
|
|
|
|
|
|
|
|
265 |
.rtl div.bws_banner_on_plugin_page .button,
|
266 |
+
.rtl .bws_pro_version_tooltip .bws_button {
|
267 |
float: left;
|
268 |
}
|
269 |
.rtl div.bws_banner_on_plugin_page .icon,
|
270 |
+
.rtl .bws_banner_on_plugin_page .text,
|
271 |
+
.rtl .bws_pro_version_tooltip .bws_info {
|
272 |
float: right;
|
273 |
}
|
274 |
+
.rtl table.bws_pro_version th,
|
275 |
+
.rtl table.bws_pro_version td {
|
276 |
+
padding-right: 10px;
|
277 |
+
}
|
278 |
/* #### Mobile Phones Portrait or Landscape #### */
|
279 |
@media screen and (max-device-width: 768px) {
|
280 |
.bws_banner_on_plugin_page .text,
|
bws_menu/js/codemirror.js
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
!function(a){if("object"==typeof exports&&"object"==typeof module)module.exports=a();else{if("function"==typeof define&&define.amd)return define([],a);this.CodeMirror=a()}}(function(){"use strict";function z(a,c){if(!(this instanceof z))return new z(a,c);this.options=c=c||{},Fg($d,c,!1),N(c);var d=c.value;"string"==typeof d&&(d=new zf(d,c.mode)),this.doc=d;var e=this.display=new A(a,d);e.wrapper.CodeMirror=this,J(this),H(this),c.lineWrapping&&(this.display.wrapper.className+=" CodeMirror-wrap"),c.autofocus&&!r&&Rc(this),this.state={keyMaps:[],overlays:[],modeGen:0,overwrite:!1,focused:!1,suppressEdits:!1,pasteIncoming:!1,cutIncoming:!1,draggingText:!1,highlight:new vg},b&&setTimeout(Gg(Qc,this,!0),20),Uc(this);var f=this;Ac(this,function(){f.curOp.forceUpdate=!0,Df(f,d),c.autofocus&&!r||Rg()==e.input?setTimeout(Gg(vd,f),20):wd(f);for(var a in _d)_d.hasOwnProperty(a)&&_d[a](f,c[a],be);for(var b=0;b<fe.length;++b)fe[b](f)})}function A(a,b){var d=this,e=d.input=Mg("textarea",null,null,"position: absolute; padding: 0; width: 1px; height: 1em; outline: none");h?e.style.width="1000px":e.setAttribute("wrap","off"),q&&(e.style.border="1px solid black"),e.setAttribute("autocorrect","off"),e.setAttribute("autocapitalize","off"),e.setAttribute("spellcheck","false"),d.inputDiv=Mg("div",[e],null,"overflow: hidden; position: relative; width: 3px; height: 0px;"),d.scrollbarH=Mg("div",[Mg("div",null,null,"height: 100%; min-height: 1px")],"CodeMirror-hscrollbar"),d.scrollbarV=Mg("div",[Mg("div",null,null,"min-width: 1px")],"CodeMirror-vscrollbar"),d.scrollbarFiller=Mg("div",null,"CodeMirror-scrollbar-filler"),d.gutterFiller=Mg("div",null,"CodeMirror-gutter-filler"),d.lineDiv=Mg("div",null,"CodeMirror-code"),d.selectionDiv=Mg("div",null,null,"position: relative; z-index: 1"),d.cursorDiv=Mg("div",null,"CodeMirror-cursors"),d.measure=Mg("div",null,"CodeMirror-measure"),d.lineMeasure=Mg("div",null,"CodeMirror-measure"),d.lineSpace=Mg("div",[d.measure,d.lineMeasure,d.selectionDiv,d.cursorDiv,d.lineDiv],null,"position: relative; outline: none"),d.mover=Mg("div",[Mg("div",[d.lineSpace],"CodeMirror-lines")],null,"position: relative"),d.sizer=Mg("div",[d.mover],"CodeMirror-sizer"),d.heightForcer=Mg("div",null,null,"position: absolute; height: "+qg+"px; width: 1px;"),d.gutters=Mg("div",null,"CodeMirror-gutters"),d.lineGutter=null,d.scroller=Mg("div",[d.sizer,d.heightForcer,d.gutters],"CodeMirror-scroll"),d.scroller.setAttribute("tabIndex","-1"),d.wrapper=Mg("div",[d.inputDiv,d.scrollbarH,d.scrollbarV,d.scrollbarFiller,d.gutterFiller,d.scroller],"CodeMirror"),c&&(d.gutters.style.zIndex=-1,d.scroller.style.paddingRight=0),q&&(e.style.width="0px"),h||(d.scroller.draggable=!0),m&&(d.inputDiv.style.height="1px",d.inputDiv.style.position="absolute"),c&&(d.scrollbarH.style.minHeight=d.scrollbarV.style.minWidth="18px"),a.appendChild?a.appendChild(d.wrapper):a(d.wrapper),d.viewFrom=d.viewTo=b.first,d.view=[],d.externalMeasured=null,d.viewOffset=0,d.lastSizeC=0,d.updateLineNumbers=null,d.lineNumWidth=d.lineNumInnerWidth=d.lineNumChars=null,d.prevInput="",d.alignWidgets=!1,d.pollingFast=!1,d.poll=new vg,d.cachedCharWidth=d.cachedTextHeight=d.cachedPaddingH=null,d.inaccurateSelection=!1,d.maxLine=null,d.maxLineLength=0,d.maxLineChanged=!1,d.wheelDX=d.wheelDY=d.wheelStartX=d.wheelStartY=null,d.shift=!1}function B(a){a.doc.mode=z.getMode(a.options,a.doc.modeOption),C(a)}function C(a){a.doc.iter(function(a){a.stateAfter&&(a.stateAfter=null),a.styles&&(a.styles=null)}),a.doc.frontier=a.doc.first,Tb(a,100),a.state.modeGen++,a.curOp&&Gc(a)}function D(a){a.options.lineWrapping?(Ug(a.display.wrapper,"CodeMirror-wrap"),a.display.sizer.style.minWidth=""):(Tg(a.display.wrapper,"CodeMirror-wrap"),M(a)),F(a),Gc(a),jc(a),setTimeout(function(){P(a)},100)}function E(a){var b=vc(a.display),c=a.options.lineWrapping,d=c&&Math.max(5,a.display.scroller.clientWidth/wc(a.display)-3);return function(e){if(Ve(a.doc,e))return 0;var f=0;if(e.widgets)for(var g=0;g<e.widgets.length;g++)e.widgets[g].height&&(f+=e.widgets[g].height);return c?f+(Math.ceil(e.text.length/d)||1)*b:f+b}}function F(a){var b=a.doc,c=E(a);b.iter(function(a){var b=c(a);b!=a.height&&Hf(a,b)})}function G(a){var b=ke[a.options.keyMap],c=b.style;a.display.wrapper.className=a.display.wrapper.className.replace(/\s*cm-keymap-\S+/g,"")+(c?" cm-keymap-"+c:"")}function H(a){a.display.wrapper.className=a.display.wrapper.className.replace(/\s*cm-s-\S+/g,"")+a.options.theme.replace(/(^|\s)\s*/g," cm-s-"),jc(a)}function I(a){J(a),Gc(a),setTimeout(function(){R(a)},20)}function J(a){var b=a.display.gutters,c=a.options.gutters;Og(b);for(var d=0;d<c.length;++d){var e=c[d],f=b.appendChild(Mg("div",null,"CodeMirror-gutter "+e));"CodeMirror-linenumbers"==e&&(a.display.lineGutter=f,f.style.width=(a.display.lineNumWidth||1)+"px")}b.style.display=d?"":"none",K(a)}function K(a){var b=a.display.gutters.offsetWidth;a.display.sizer.style.marginLeft=b+"px",a.display.scrollbarH.style.left=a.options.fixedGutter?b+"px":0}function L(a){if(0==a.height)return 0;for(var c,b=a.text.length,d=a;c=Oe(d);){var e=c.find(0,!0);d=e.from.line,b+=e.from.ch-e.to.ch}for(d=a;c=Pe(d);){var e=c.find(0,!0);b-=d.text.length-e.from.ch,d=e.to.line,b+=d.text.length-e.to.ch}return b}function M(a){var b=a.display,c=a.doc;b.maxLine=Ef(c,c.first),b.maxLineLength=L(b.maxLine),b.maxLineChanged=!0,c.iter(function(a){var c=L(a);c>b.maxLineLength&&(b.maxLineLength=c,b.maxLine=a)})}function N(a){var b=Cg(a.gutters,"CodeMirror-linenumbers");-1==b&&a.lineNumbers?a.gutters=a.gutters.concat(["CodeMirror-linenumbers"]):b>-1&&!a.lineNumbers&&(a.gutters=a.gutters.slice(0),a.gutters.splice(b,1))}function O(a){var b=a.display.scroller;return{clientHeight:b.clientHeight,barHeight:a.display.scrollbarV.clientHeight,scrollWidth:b.scrollWidth,clientWidth:b.clientWidth,barWidth:a.display.scrollbarH.clientWidth,docHeight:Math.round(a.doc.height+Yb(a.display))}}function P(a,b){b||(b=O(a));var c=a.display,d=b.docHeight+qg,e=b.scrollWidth>b.clientWidth,f=d>b.clientHeight;if(f?(c.scrollbarV.style.display="block",c.scrollbarV.style.bottom=e?Yg(c.measure)+"px":"0",c.scrollbarV.firstChild.style.height=Math.max(0,d-b.clientHeight+(b.barHeight||c.scrollbarV.clientHeight))+"px"):(c.scrollbarV.style.display="",c.scrollbarV.firstChild.style.height="0"),e?(c.scrollbarH.style.display="block",c.scrollbarH.style.right=f?Yg(c.measure)+"px":"0",c.scrollbarH.firstChild.style.width=b.scrollWidth-b.clientWidth+(b.barWidth||c.scrollbarH.clientWidth)+"px"):(c.scrollbarH.style.display="",c.scrollbarH.firstChild.style.width="0"),e&&f?(c.scrollbarFiller.style.display="block",c.scrollbarFiller.style.height=c.scrollbarFiller.style.width=Yg(c.measure)+"px"):c.scrollbarFiller.style.display="",e&&a.options.coverGutterNextToScrollbar&&a.options.fixedGutter?(c.gutterFiller.style.display="block",c.gutterFiller.style.height=Yg(c.measure)+"px",c.gutterFiller.style.width=c.gutters.offsetWidth+"px"):c.gutterFiller.style.display="",n&&0===Yg(c.measure)){c.scrollbarV.style.minWidth=c.scrollbarH.style.minHeight=o?"18px":"12px";var g=function(b){dg(b)!=c.scrollbarV&&dg(b)!=c.scrollbarH&&Bc(a,Xc)(b)};fg(c.scrollbarV,"mousedown",g),fg(c.scrollbarH,"mousedown",g)}}function Q(a,b,c){var d=c&&null!=c.top?c.top:a.scroller.scrollTop;d=Math.floor(d-Xb(a));var e=c&&null!=c.bottom?c.bottom:d+a.wrapper.clientHeight,f=Jf(b,d),g=Jf(b,e);if(c&&c.ensure){var h=c.ensure.from.line,i=c.ensure.to.line;if(f>h)return{from:h,to:Jf(b,Kf(Ef(b,h))+a.wrapper.clientHeight)};if(Math.min(i,b.lastLine())>=g)return{from:Jf(b,Kf(Ef(b,i))-a.wrapper.clientHeight),to:i}}return{from:f,to:g}}function R(a){var b=a.display,c=b.view;if(b.alignWidgets||b.gutters.firstChild&&a.options.fixedGutter){for(var d=U(b)-b.scroller.scrollLeft+a.doc.scrollLeft,e=b.gutters.offsetWidth,f=d+"px",g=0;g<c.length;g++)if(!c[g].hidden){a.options.fixedGutter&&c[g].gutter&&(c[g].gutter.style.left=f);var h=c[g].alignable;if(h)for(var i=0;i<h.length;i++)h[i].style.left=f}a.options.fixedGutter&&(b.gutters.style.left=d+e+"px")}}function S(a){if(!a.options.lineNumbers)return!1;var b=a.doc,c=T(a.options,b.first+b.size-1),d=a.display;if(c.length!=d.lineNumChars){var e=d.measure.appendChild(Mg("div",[Mg("div",c)],"CodeMirror-linenumber CodeMirror-gutter-elt")),f=e.firstChild.offsetWidth,g=e.offsetWidth-f;return d.lineGutter.style.width="",d.lineNumInnerWidth=Math.max(f,d.lineGutter.offsetWidth-g),d.lineNumWidth=d.lineNumInnerWidth+g,d.lineNumChars=d.lineNumInnerWidth?c.length:-1,d.lineGutter.style.width=d.lineNumWidth+"px",K(a),!0}return!1}function T(a,b){return String(a.lineNumberFormatter(b+a.firstLineNumber))}function U(a){return a.scroller.getBoundingClientRect().left-a.sizer.getBoundingClientRect().left}function V(a,b,c){for(var f,d=a.display.viewFrom,e=a.display.viewTo,g=Q(a.display,a.doc,b),i=!0;;i=!1){var j=a.display.scroller.clientWidth;if(!W(a,g,c))break;f=!0,a.display.maxLineChanged&&!a.options.lineWrapping&&X(a);var k=O(a);if(Pb(a),Y(a,k),P(a,k),h&&a.options.lineWrapping&&Z(a,k),i&&a.options.lineWrapping&&j!=a.display.scroller.clientWidth)c=!0;else if(c=!1,b&&null!=b.top&&(b={top:Math.min(k.docHeight-qg-k.clientHeight,b.top)}),g=Q(a.display,a.doc,b),g.from>=a.display.viewFrom&&g.to<=a.display.viewTo)break}return a.display.updateLineNumbers=null,f&&(kg(a,"update",a),(a.display.viewFrom!=d||a.display.viewTo!=e)&&kg(a,"viewportChange",a,a.display.viewFrom,a.display.viewTo)),f}function W(a,b,c){var d=a.display,e=a.doc;if(!d.wrapper.offsetWidth)return Ic(a),void 0;if(!(!c&&b.from>=d.viewFrom&&b.to<=d.viewTo&&0==Mc(a))){S(a)&&Ic(a);var f=ab(a),g=e.first+e.size,h=Math.max(b.from-a.options.viewportMargin,e.first),i=Math.min(g,b.to+a.options.viewportMargin);d.viewFrom<h&&h-d.viewFrom<20&&(h=Math.max(e.first,d.viewFrom)),d.viewTo>i&&d.viewTo-i<20&&(i=Math.min(g,d.viewTo)),y&&(h=Te(a.doc,h),i=Ue(a.doc,i));var j=h!=d.viewFrom||i!=d.viewTo||d.lastSizeC!=d.wrapper.clientHeight;Lc(a,h,i),d.viewOffset=Kf(Ef(a.doc,d.viewFrom)),a.display.mover.style.top=d.viewOffset+"px";var k=Mc(a);if(j||0!=k||c){var l=Rg();return k>4&&(d.lineDiv.style.display="none"),bb(a,d.updateLineNumbers,f),k>4&&(d.lineDiv.style.display=""),l&&Rg()!=l&&l.offsetHeight&&l.focus(),Og(d.cursorDiv),Og(d.selectionDiv),j&&(d.lastSizeC=d.wrapper.clientHeight,Tb(a,400)),$(a),!0}}}function X(a){var b=a.display,c=bc(a,b.maxLine,b.maxLine.text.length).left;b.maxLineChanged=!1;var d=Math.max(0,c+3),e=Math.max(0,b.sizer.offsetLeft+d+qg-b.scroller.clientWidth);b.sizer.style.minWidth=d+"px",e<a.doc.scrollLeft&&hd(a,Math.min(b.scroller.scrollLeft,e),!0)}function Y(a,b){a.display.sizer.style.minHeight=a.display.heightForcer.style.top=b.docHeight+"px",a.display.gutters.style.height=Math.max(b.docHeight,b.clientHeight-qg)+"px"}function Z(a,b){a.display.sizer.offsetWidth+a.display.gutters.offsetWidth<a.display.scroller.clientWidth-1&&(a.display.sizer.style.minHeight=a.display.heightForcer.style.top="0px",a.display.gutters.style.height=b.docHeight+"px")}function $(a){for(var b=a.display,d=b.lineDiv.offsetTop,e=0;e<b.view.length;e++){var g,f=b.view[e];if(!f.hidden){if(c){var h=f.node.offsetTop+f.node.offsetHeight;g=h-d,d=h}else{var i=f.node.getBoundingClientRect();g=i.bottom-i.top}var j=f.line.height-g;if(2>g&&(g=vc(b)),(j>.001||-.001>j)&&(Hf(f.line,g),_(f.line),f.rest))for(var k=0;k<f.rest.length;k++)_(f.rest[k])}}}function _(a){if(a.widgets)for(var b=0;b<a.widgets.length;++b)a.widgets[b].height=a.widgets[b].node.offsetHeight}function ab(a){for(var b=a.display,c={},d={},e=b.gutters.firstChild,f=0;e;e=e.nextSibling,++f)c[a.options.gutters[f]]=e.offsetLeft,d[a.options.gutters[f]]=e.offsetWidth;return{fixedPos:U(b),gutterTotalWidth:b.gutters.offsetWidth,gutterLeft:c,gutterWidth:d,wrapperWidth:b.wrapper.clientWidth}}function bb(a,b,c){function i(b){var c=b.nextSibling;return h&&s&&a.display.currentWheelTarget==b?b.style.display="none":b.parentNode.removeChild(b),c}for(var d=a.display,e=a.options.lineNumbers,f=d.lineDiv,g=f.firstChild,j=d.view,k=d.viewFrom,l=0;l<j.length;l++){var m=j[l];if(m.hidden);else if(m.node){for(;g!=m.node;)g=i(g);var o=e&&null!=b&&k>=b&&m.lineNumber;m.changes&&(Cg(m.changes,"gutter")>-1&&(o=!1),cb(a,m,k,c)),o&&(Og(m.lineNumber),m.lineNumber.appendChild(document.createTextNode(T(a.options,k)))),g=m.node.nextSibling}else{var n=kb(a,m,k,c);f.insertBefore(n,g)}k+=m.size}for(;g;)g=i(g)}function cb(a,b,c,d){for(var e=0;e<b.changes.length;e++){var f=b.changes[e];"text"==f?gb(a,b):"gutter"==f?ib(a,b,c,d):"class"==f?hb(b):"widget"==f&&jb(b,d)}b.changes=null}function db(a){return a.node==a.text&&(a.node=Mg("div",null,null,"position: relative"),a.text.parentNode&&a.text.parentNode.replaceChild(a.node,a.text),a.node.appendChild(a.text),c&&(a.node.style.zIndex=2)),a.node}function eb(a){var b=a.bgClass?a.bgClass+" "+(a.line.bgClass||""):a.line.bgClass;if(b&&(b+=" CodeMirror-linebackground"),a.background)b?a.background.className=b:(a.background.parentNode.removeChild(a.background),a.background=null);else if(b){var c=db(a);a.background=c.insertBefore(Mg("div",null,b),c.firstChild)}}function fb(a,b){var c=a.display.externalMeasured;return c&&c.line==b.line?(a.display.externalMeasured=null,b.measure=c.measure,c.built):nf(a,b)}function gb(a,b){var c=b.text.className,d=fb(a,b);b.text==b.node&&(b.node=d.pre),b.text.parentNode.replaceChild(d.pre,b.text),b.text=d.pre,d.bgClass!=b.bgClass||d.textClass!=b.textClass?(b.bgClass=d.bgClass,b.textClass=d.textClass,hb(b)):c&&(b.text.className=c)}function hb(a){eb(a),a.line.wrapClass?db(a).className=a.line.wrapClass:a.node!=a.text&&(a.node.className="");var b=a.textClass?a.textClass+" "+(a.line.textClass||""):a.line.textClass;a.text.className=b||""}function ib(a,b,c,d){b.gutter&&(b.node.removeChild(b.gutter),b.gutter=null);var e=b.line.gutterMarkers;if(a.options.lineNumbers||e){var f=db(b),g=b.gutter=f.insertBefore(Mg("div",null,"CodeMirror-gutter-wrapper","position: absolute; left: "+(a.options.fixedGutter?d.fixedPos:-d.gutterTotalWidth)+"px"),b.text);if(!a.options.lineNumbers||e&&e["CodeMirror-linenumbers"]||(b.lineNumber=g.appendChild(Mg("div",T(a.options,c),"CodeMirror-linenumber CodeMirror-gutter-elt","left: "+d.gutterLeft["CodeMirror-linenumbers"]+"px; width: "+a.display.lineNumInnerWidth+"px"))),e)for(var h=0;h<a.options.gutters.length;++h){var i=a.options.gutters[h],j=e.hasOwnProperty(i)&&e[i];j&&g.appendChild(Mg("div",[j],"CodeMirror-gutter-elt","left: "+d.gutterLeft[i]+"px; width: "+d.gutterWidth[i]+"px"))}}}function jb(a,b){a.alignable&&(a.alignable=null);for(var d,c=a.node.firstChild;c;c=d){var d=c.nextSibling;"CodeMirror-linewidget"==c.className&&a.node.removeChild(c)}lb(a,b)}function kb(a,b,c,d){var e=fb(a,b);return b.text=b.node=e.pre,e.bgClass&&(b.bgClass=e.bgClass),e.textClass&&(b.textClass=e.textClass),hb(b),ib(a,b,c,d),lb(b,d),b.node}function lb(a,b){if(mb(a.line,a,b,!0),a.rest)for(var c=0;c<a.rest.length;c++)mb(a.rest[c],a,b,!1)}function mb(a,b,c,d){if(a.widgets)for(var e=db(b),f=0,g=a.widgets;f<g.length;++f){var h=g[f],i=Mg("div",[h.node],"CodeMirror-linewidget");h.handleMouseEvents||(i.ignoreEvents=!0),nb(h,i,b,c),d&&h.above?e.insertBefore(i,b.gutter||b.text):e.appendChild(i),kg(h,"redraw")}}function nb(a,b,c,d){if(a.noHScroll){(c.alignable||(c.alignable=[])).push(b);var e=d.wrapperWidth;b.style.left=d.fixedPos+"px",a.coverGutter||(e-=d.gutterTotalWidth,b.style.paddingLeft=d.gutterTotalWidth+"px"),b.style.width=e+"px"}a.coverGutter&&(b.style.zIndex=5,b.style.position="relative",a.noHScroll||(b.style.marginLeft=-d.gutterTotalWidth+"px"))}function qb(a){return ob(a.line,a.ch)}function rb(a,b){return pb(a,b)<0?b:a}function sb(a,b){return pb(a,b)<0?a:b}function tb(a,b){this.ranges=a,this.primIndex=b}function ub(a,b){this.anchor=a,this.head=b}function vb(a,b){var c=a[b];a.sort(function(a,b){return pb(a.from(),b.from())}),b=Cg(a,c);for(var d=1;d<a.length;d++){var e=a[d],f=a[d-1];if(pb(f.to(),e.from())>=0){var g=sb(f.from(),e.from()),h=rb(f.to(),e.to()),i=f.empty()?e.from()==e.head:f.from()==f.head;b>=d&&--b,a.splice(--d,2,new ub(i?h:g,i?g:h))}}return new tb(a,b)}function wb(a,b){return new tb([new ub(a,b||a)],0)}function xb(a,b){return Math.max(a.first,Math.min(b,a.first+a.size-1))}function yb(a,b){if(b.line<a.first)return ob(a.first,0);var c=a.first+a.size-1;return b.line>c?ob(c,Ef(a,c).text.length):zb(b,Ef(a,b.line).text.length)}function zb(a,b){var c=a.ch;return null==c||c>b?ob(a.line,b):0>c?ob(a.line,0):a}function Ab(a,b){return b>=a.first&&b<a.first+a.size}function Bb(a,b){for(var c=[],d=0;d<b.length;d++)c[d]=yb(a,b[d]);return c}function Cb(a,b,c,d){if(a.cm&&a.cm.display.shift||a.extend){var e=b.anchor;if(d){var f=pb(c,e)<0;f!=pb(d,e)<0?(e=c,c=d):f!=pb(c,d)<0&&(c=d)}return new ub(e,c)}return new ub(d||c,c)}function Db(a,b,c,d){Jb(a,new tb([Cb(a,a.sel.primary(),b,c)],0),d)}function Eb(a,b,c){for(var d=[],e=0;e<a.sel.ranges.length;e++)d[e]=Cb(a,a.sel.ranges[e],b[e],null);var f=vb(d,a.sel.primIndex);Jb(a,f,c)}function Fb(a,b,c,d){var e=a.sel.ranges.slice(0);e[b]=c,Jb(a,vb(e,a.sel.primIndex),d)}function Gb(a,b,c,d){Jb(a,wb(b,c),d)}function Hb(a,b){var c={ranges:b.ranges,update:function(b){this.ranges=[];for(var c=0;c<b.length;c++)this.ranges[c]=new ub(yb(a,b[c].anchor),yb(a,b[c].head))}};return hg(a,"beforeSelectionChange",a,c),a.cm&&hg(a.cm,"beforeSelectionChange",a.cm,c),c.ranges!=b.ranges?vb(c.ranges,c.ranges.length-1):b}function Ib(a,b,c){var d=a.history.done,e=Ag(d);e&&e.ranges?(d[d.length-1]=b,Kb(a,b,c)):Jb(a,b,c)}function Jb(a,b,c){Kb(a,b,c),Sf(a,a.sel,a.cm?a.cm.curOp.id:0/0,c)}function Kb(a,b,c){(og(a,"beforeSelectionChange")||a.cm&&og(a.cm,"beforeSelectionChange"))&&(b=Hb(a,b));var d=pb(b.primary().head,a.sel.primary().head)<0?-1:1;Lb(a,Nb(a,b,d,!0)),c&&c.scroll===!1||!a.cm||Sd(a.cm)}function Lb(a,b){b.equals(a.sel)||(a.sel=b,a.cm&&(a.cm.curOp.updateInput=a.cm.curOp.selectionChanged=!0,ng(a.cm)),kg(a,"cursorActivity",a))}function Mb(a){Lb(a,Nb(a,a.sel,null,!1),sg)}function Nb(a,b,c,d){for(var e,f=0;f<b.ranges.length;f++){var g=b.ranges[f],h=Ob(a,g.anchor,c,d),i=Ob(a,g.head,c,d);(e||h!=g.anchor||i!=g.head)&&(e||(e=b.ranges.slice(0,f)),e[f]=new ub(h,i))}return e?vb(e,b.primIndex):b}function Ob(a,b,c,d){var e=!1,f=b,g=c||1;a.cantEdit=!1;a:for(;;){var h=Ef(a,f.line);if(h.markedSpans)for(var i=0;i<h.markedSpans.length;++i){var j=h.markedSpans[i],k=j.marker;if((null==j.from||(k.inclusiveLeft?j.from<=f.ch:j.from<f.ch))&&(null==j.to||(k.inclusiveRight?j.to>=f.ch:j.to>f.ch))){if(d&&(hg(k,"beforeCursorEnter"),k.explicitlyCleared)){if(h.markedSpans){--i;continue}break}if(!k.atomic)continue;var l=k.find(0>g?-1:1);if(0==pb(l,f)&&(l.ch+=g,l.ch<0?l=l.line>a.first?yb(a,ob(l.line-1)):null:l.ch>h.text.length&&(l=l.line<a.first+a.size-1?ob(l.line+1,0):null),!l)){if(e)return d?(a.cantEdit=!0,ob(a.first,0)):Ob(a,b,c,!0);e=!0,l=b,g=-g}f=l;continue a}}return f}}function Pb(a){for(var b=a.display,c=a.doc,d=document.createDocumentFragment(),e=document.createDocumentFragment(),f=0;f<c.sel.ranges.length;f++){var g=c.sel.ranges[f],h=g.empty();(h||a.options.showCursorWhenSelecting)&&Qb(a,g,d),h||Rb(a,g,e)}if(a.options.moveInputWithCursor){var i=pc(a,c.sel.primary().head,"div"),j=b.wrapper.getBoundingClientRect(),k=b.lineDiv.getBoundingClientRect(),l=Math.max(0,Math.min(b.wrapper.clientHeight-10,i.top+k.top-j.top)),m=Math.max(0,Math.min(b.wrapper.clientWidth-10,i.left+k.left-j.left));b.inputDiv.style.top=l+"px",b.inputDiv.style.left=m+"px"}Pg(b.cursorDiv,d),Pg(b.selectionDiv,e)}function Qb(a,b,c){var d=pc(a,b.head,"div"),e=c.appendChild(Mg("div","\xa0","CodeMirror-cursor"));if(e.style.left=d.left+"px",e.style.top=d.top+"px",e.style.height=Math.max(0,d.bottom-d.top)*a.options.cursorHeight+"px",d.other){var f=c.appendChild(Mg("div","\xa0","CodeMirror-cursor CodeMirror-secondarycursor"));f.style.display="",f.style.left=d.other.left+"px",f.style.top=d.other.top+"px",f.style.height=.85*(d.other.bottom-d.other.top)+"px"}}function Rb(a,b,c){function j(a,b,c,d){0>b&&(b=0),b=Math.round(b),d=Math.round(d),f.appendChild(Mg("div",null,"CodeMirror-selected","position: absolute; left: "+a+"px; top: "+b+"px; width: "+(null==c?i-a:c)+"px; height: "+(d-b)+"px"))}function k(b,c,d){function m(c,d){return oc(a,ob(b,c),"div",f,d)}var k,l,f=Ef(e,b),g=f.text.length;return fh(Lf(f),c||0,null==d?g:d,function(a,b,e){var n,o,p,f=m(a,"left");if(a==b)n=f,o=p=f.left;else{if(n=m(b-1,"right"),"rtl"==e){var q=f;f=n,n=q}o=f.left,p=n.right}null==c&&0==a&&(o=h),n.top-f.top>3&&(j(o,f.top,null,f.bottom),o=h,f.bottom<n.top&&j(o,f.bottom,null,n.top)),null==d&&b==g&&(p=i),(!k||f.top<k.top||f.top==k.top&&f.left<k.left)&&(k=f),(!l||n.bottom>l.bottom||n.bottom==l.bottom&&n.right>l.right)&&(l=n),h+1>o&&(o=h),j(o,n.top,p-o,n.bottom)}),{start:k,end:l}}var d=a.display,e=a.doc,f=document.createDocumentFragment(),g=Zb(a.display),h=g.left,i=d.lineSpace.offsetWidth-g.right,l=b.from(),m=b.to();if(l.line==m.line)k(l.line,l.ch,m.ch);else{var n=Ef(e,l.line),o=Ef(e,m.line),p=Re(n)==Re(o),q=k(l.line,l.ch,p?n.text.length+1:null).end,r=k(m.line,p?0:null,m.ch).start;p&&(q.top<r.top-2?(j(q.right,q.top,null,q.bottom),j(h,r.top,r.left,r.bottom)):j(q.right,q.top,r.left-q.right,q.bottom)),q.bottom<r.top&&j(h,q.bottom,null,r.top)}c.appendChild(f)}function Sb(a){if(a.state.focused){var b=a.display;clearInterval(b.blinker);var c=!0;b.cursorDiv.style.visibility="",a.options.cursorBlinkRate>0&&(b.blinker=setInterval(function(){b.cursorDiv.style.visibility=(c=!c)?"":"hidden"},a.options.cursorBlinkRate))}}function Tb(a,b){a.doc.mode.startState&&a.doc.frontier<a.display.viewTo&&a.state.highlight.set(b,Gg(Ub,a))}function Ub(a){var b=a.doc;if(b.frontier<b.first&&(b.frontier=b.first),!(b.frontier>=a.display.viewTo)){var c=+new Date+a.options.workTime,d=he(b.mode,Wb(a,b.frontier));Ac(a,function(){b.iter(b.frontier,Math.min(b.first+b.size,a.display.viewTo+500),function(e){if(b.frontier>=a.display.viewFrom){var f=e.styles,g=gf(a,e,d,!0);e.styles=g.styles,g.classes?e.styleClasses=g.classes:e.styleClasses&&(e.styleClasses=null);for(var h=!f||f.length!=e.styles.length,i=0;!h&&i<f.length;++i)h=f[i]!=e.styles[i];h&&Hc(a,b.frontier,"text"),e.stateAfter=he(b.mode,d)}else jf(a,e.text,d),e.stateAfter=0==b.frontier%5?he(b.mode,d):null;return++b.frontier,+new Date>c?(Tb(a,a.options.workDelay),!0):void 0})})}}function Vb(a,b,c){for(var d,e,f=a.doc,g=c?-1:b-(a.doc.mode.innerMode?1e3:100),h=b;h>g;--h){if(h<=f.first)return f.first;var i=Ef(f,h-1);if(i.stateAfter&&(!c||h<=f.frontier))return h;var j=wg(i.text,null,a.options.tabSize);(null==e||d>j)&&(e=h-1,d=j)}return e}function Wb(a,b,c){var d=a.doc,e=a.display;if(!d.mode.startState)return!0;var f=Vb(a,b,c),g=f>d.first&&Ef(d,f-1).stateAfter;return g=g?he(d.mode,g):ie(d.mode),d.iter(f,b,function(c){jf(a,c.text,g);var h=f==b-1||0==f%5||f>=e.viewFrom&&f<e.viewTo;c.stateAfter=h?he(d.mode,g):null,++f}),c&&(d.frontier=f),g}function Xb(a){return a.lineSpace.offsetTop}function Yb(a){return a.mover.offsetHeight-a.lineSpace.offsetHeight}function Zb(a){if(a.cachedPaddingH)return a.cachedPaddingH;var b=Pg(a.measure,Mg("pre","x")),c=window.getComputedStyle?window.getComputedStyle(b):b.currentStyle,d={left:parseInt(c.paddingLeft),right:parseInt(c.paddingRight)};return isNaN(d.left)||isNaN(d.right)||(a.cachedPaddingH=d),d}function $b(a,b,c){var d=a.options.lineWrapping,e=d&&a.display.scroller.clientWidth;if(!b.measure.heights||d&&b.measure.width!=e){var f=b.measure.heights=[];if(d){b.measure.width=e;for(var g=b.text.firstChild.getClientRects(),h=0;h<g.length-1;h++){var i=g[h],j=g[h+1];Math.abs(i.bottom-j.bottom)>2&&f.push((i.bottom+j.top)/2-c.top)}}f.push(c.bottom-c.top)}}function _b(a,b,c){if(a.line==b)return{map:a.measure.map,cache:a.measure.cache};for(var d=0;d<a.rest.length;d++)if(a.rest[d]==b)return{map:a.measure.maps[d],cache:a.measure.caches[d]};for(var d=0;d<a.rest.length;d++)if(If(a.rest[d])>c)return{map:a.measure.maps[d],cache:a.measure.caches[d],before:!0}}function ac(a,b){b=Re(b);var c=If(b),d=a.display.externalMeasured=new Ec(a.doc,b,c);d.lineN=c;var e=d.built=nf(a,d);return d.text=e.pre,Pg(a.display.lineMeasure,e.pre),d}function bc(a,b,c,d){return ec(a,dc(a,b),c,d)}function cc(a,b){if(b>=a.display.viewFrom&&b<a.display.viewTo)return a.display.view[Jc(a,b)];var c=a.display.externalMeasured;return c&&b>=c.lineN&&b<c.lineN+c.size?c:void 0}function dc(a,b){var c=If(b),d=cc(a,c);d&&!d.text?d=null:d&&d.changes&&cb(a,d,c,ab(a)),d||(d=ac(a,b));var e=_b(d,b,c);return{line:b,view:d,rect:null,map:e.map,cache:e.cache,before:e.before,hasHeights:!1}}function ec(a,b,c,d){b.before&&(c=-1);var f,e=c+(d||"");return b.cache.hasOwnProperty(e)?f=b.cache[e]:(b.rect||(b.rect=b.view.text.getBoundingClientRect()),b.hasHeights||($b(a,b.view,b.rect),b.hasHeights=!0),f=gc(a,b,c,d),f.bogus||(b.cache[e]=f)),{left:f.left,right:f.right,top:f.top,bottom:f.bottom}}function gc(a,b,c,e){for(var h,i,j,k,f=b.map,l=0;l<f.length;l+=3){var m=f[l],n=f[l+1];if(m>c?(i=0,j=1,k="left"):n>c?(i=c-m,j=i+1):(l==f.length-3||c==n&&f[l+3]>c)&&(j=n-m,i=j-1,c>=n&&(k="right")),null!=i){if(h=f[l+2],m==n&&e==(h.insertLeft?"left":"right")&&(k=e),"left"==e&&0==i)for(;l&&f[l-2]==f[l-3]&&f[l-1].insertLeft;)h=f[(l-=3)+2],k="left";if("right"==e&&i==n-m)for(;l<f.length-3&&f[l+3]==f[l+4]&&!f[l+5].insertLeft;)h=f[(l+=3)+2],k="right";break}}var o;if(3==h.nodeType){for(;i&&Lg(b.line.text.charAt(m+i));)--i;for(;n>m+j&&Lg(b.line.text.charAt(m+j));)++j;if(d&&0==i&&j==n-m)o=h.parentNode.getBoundingClientRect();else if(g&&a.options.lineWrapping){var p=Ng(h,i,j).getClientRects();o=p.length?p["right"==e?p.length-1:0]:fc}else o=Ng(h,i,j).getBoundingClientRect()}else{i>0&&(k=e="right");var p;o=a.options.lineWrapping&&(p=h.getClientRects()).length>1?p["right"==e?p.length-1:0]:h.getBoundingClientRect()}if(d&&!i&&(!o||!o.left&&!o.right)){var q=h.parentNode.getClientRects()[0];o=q?{left:q.left,right:q.left+wc(a.display),top:q.top,bottom:q.bottom}:fc}for(var r,s=(o.bottom+o.top)/2-b.rect.top,t=b.view.measure.heights,l=0;l<t.length-1&&!(s<t[l]);l++);r=l?t[l-1]:0,s=t[l];var u={left:("right"==k?o.right:o.left)-b.rect.left,right:("left"==k?o.left:o.right)-b.rect.left,top:r,bottom:s};return o.left||o.right||(u.bogus=!0),u}function hc(a){if(a.measure&&(a.measure.cache={},a.measure.heights=null,a.rest))for(var b=0;b<a.rest.length;b++)a.measure.caches[b]={}}function ic(a){a.display.externalMeasure=null,Og(a.display.lineMeasure);for(var b=0;b<a.display.view.length;b++)hc(a.display.view[b])}function jc(a){ic(a),a.display.cachedCharWidth=a.display.cachedTextHeight=a.display.cachedPaddingH=null,a.options.lineWrapping||(a.display.maxLineChanged=!0),a.display.lineNumChars=null}function kc(){return window.pageXOffset||(document.documentElement||document.body).scrollLeft}function lc(){return window.pageYOffset||(document.documentElement||document.body).scrollTop}function mc(a,b,c,d){if(b.widgets)for(var e=0;e<b.widgets.length;++e)if(b.widgets[e].above){var f=Ze(b.widgets[e]);c.top+=f,c.bottom+=f}if("line"==d)return c;d||(d="local");var g=Kf(b);if("local"==d?g+=Xb(a.display):g-=a.display.viewOffset,"page"==d||"window"==d){var h=a.display.lineSpace.getBoundingClientRect();g+=h.top+("window"==d?0:lc());var i=h.left+("window"==d?0:kc());c.left+=i,c.right+=i}return c.top+=g,c.bottom+=g,c}function nc(a,b,c){if("div"==c)return b;var d=b.left,e=b.top;if("page"==c)d-=kc(),e-=lc();else if("local"==c||!c){var f=a.display.sizer.getBoundingClientRect();d+=f.left,e+=f.top}var g=a.display.lineSpace.getBoundingClientRect();return{left:d-g.left,top:e-g.top}}function oc(a,b,c,d,e){return d||(d=Ef(a.doc,b.line)),mc(a,d,bc(a,d,b.ch,e),c)}function pc(a,b,c,d,e){function f(b,f){var g=ec(a,e,b,f?"right":"left");return f?g.left=g.right:g.right=g.left,mc(a,d,g,c)}function g(a,b){var c=h[b],d=c.level%2;return a==gh(c)&&b&&c.level<h[b-1].level?(c=h[--b],a=hh(c)-(c.level%2?0:1),d=!0):a==hh(c)&&b<h.length-1&&c.level<h[b+1].level&&(c=h[++b],a=gh(c)-c.level%2,d=!1),d&&a==c.to&&a>c.from?f(a-1):f(a,d)}d=d||Ef(a.doc,b.line),e||(e=dc(a,d));var h=Lf(d),i=b.ch;if(!h)return f(i);var j=oh(h,i),k=g(i,j);return null!=nh&&(k.other=g(i,nh)),k}function qc(a,b){var c=0,b=yb(a.doc,b);a.options.lineWrapping||(c=wc(a.display)*b.ch);var d=Ef(a.doc,b.line),e=Kf(d)+Xb(a.display);return{left:c,right:c,top:e,bottom:e+d.height}}function rc(a,b,c,d){var e=ob(a,b);return e.xRel=d,c&&(e.outside=!0),e}function sc(a,b,c){var d=a.doc;if(c+=a.display.viewOffset,0>c)return rc(d.first,0,!0,-1);var e=Jf(d,c),f=d.first+d.size-1;if(e>f)return rc(d.first+d.size-1,Ef(d,f).text.length,!0,1);0>b&&(b=0);for(var g=Ef(d,e);;){var h=tc(a,g,e,b,c),i=Pe(g),j=i&&i.find(0,!0);if(!i||!(h.ch>j.from.ch||h.ch==j.from.ch&&h.xRel>0))return h;e=If(g=j.to.line)}}function tc(a,b,c,d,e){function j(d){var e=pc(a,ob(c,d),"line",b,i);return g=!0,f>e.bottom?e.left-h:f<e.top?e.left+h:(g=!1,e.left)}var f=e-Kf(b),g=!1,h=2*a.display.wrapper.clientWidth,i=dc(a,b),k=Lf(b),l=b.text.length,m=ih(b),n=jh(b),o=j(m),p=g,q=j(n),r=g;if(d>q)return rc(c,n,r,1);for(;;){if(k?n==m||n==qh(b,m,1):1>=n-m){for(var s=o>d||q-d>=d-o?m:n,t=d-(s==m?o:q);Lg(b.text.charAt(s));)++s;var u=rc(c,s,s==m?p:r,-1>t?-1:t>1?1:0);return u}var v=Math.ceil(l/2),w=m+v;if(k){w=m;for(var x=0;v>x;++x)w=qh(b,w,1)}var y=j(w);y>d?(n=w,q=y,(r=g)&&(q+=1e3),l=v):(m=w,o=y,p=g,l-=v)}}function vc(a){if(null!=a.cachedTextHeight)return a.cachedTextHeight;if(null==uc){uc=Mg("pre");for(var b=0;49>b;++b)uc.appendChild(document.createTextNode("x")),uc.appendChild(Mg("br"));uc.appendChild(document.createTextNode("x"))}Pg(a.measure,uc);var c=uc.offsetHeight/50;return c>3&&(a.cachedTextHeight=c),Og(a.measure),c||1}function wc(a){if(null!=a.cachedCharWidth)return a.cachedCharWidth;var b=Mg("span","xxxxxxxxxx"),c=Mg("pre",[b]);Pg(a.measure,c);var d=b.getBoundingClientRect(),e=(d.right-d.left)/10;return e>2&&(a.cachedCharWidth=e),e||10}function yc(a){a.curOp={viewChanged:!1,startHeight:a.doc.height,forceUpdate:!1,updateInput:null,typing:!1,changeObjs:null,cursorActivityHandlers:null,selectionChanged:!1,updateMaxLine:!1,scrollLeft:null,scrollTop:null,scrollToPos:null,id:++xc},jg++||(ig=[])}function zc(a){var b=a.curOp,c=a.doc,d=a.display;if(a.curOp=null,b.updateMaxLine&&M(a),b.viewChanged||b.forceUpdate||null!=b.scrollTop||b.scrollToPos&&(b.scrollToPos.from.line<d.viewFrom||b.scrollToPos.to.line>=d.viewTo)||d.maxLineChanged&&a.options.lineWrapping){var e=V(a,{top:b.scrollTop,ensure:b.scrollToPos},b.forceUpdate);a.display.scroller.offsetHeight&&(a.doc.scrollTop=a.display.scroller.scrollTop)}if(!e&&b.selectionChanged&&Pb(a),e||b.startHeight==a.doc.height||P(a),null!=b.scrollTop&&d.scroller.scrollTop!=b.scrollTop){var f=Math.max(0,Math.min(d.scroller.scrollHeight-d.scroller.clientHeight,b.scrollTop));d.scroller.scrollTop=d.scrollbarV.scrollTop=c.scrollTop=f}if(null!=b.scrollLeft&&d.scroller.scrollLeft!=b.scrollLeft){var g=Math.max(0,Math.min(d.scroller.scrollWidth-d.scroller.clientWidth,b.scrollLeft));d.scroller.scrollLeft=d.scrollbarH.scrollLeft=c.scrollLeft=g,R(a)}if(b.scrollToPos){var h=Od(a,yb(a.doc,b.scrollToPos.from),yb(a.doc,b.scrollToPos.to),b.scrollToPos.margin);b.scrollToPos.isCursor&&a.state.focused&&Nd(a,h)}b.selectionChanged&&Sb(a),a.state.focused&&b.updateInput&&Qc(a,b.typing);var i=b.maybeHiddenMarkers,j=b.maybeUnhiddenMarkers;if(i)for(var k=0;k<i.length;++k)i[k].lines.length||hg(i[k],"hide");if(j)for(var k=0;k<j.length;++k)j[k].lines.length&&hg(j[k],"unhide");var l;if(--jg||(l=ig,ig=null),b.changeObjs&&hg(a,"changes",a,b.changeObjs),l)for(var k=0;k<l.length;++k)l[k]();if(b.cursorActivityHandlers)for(var k=0;k<b.cursorActivityHandlers.length;k++)b.cursorActivityHandlers[k](a)}function Ac(a,b){if(a.curOp)return b();yc(a);try{return b()}finally{zc(a)}}function Bc(a,b){return function(){if(a.curOp)return b.apply(a,arguments);yc(a);try{return b.apply(a,arguments)}finally{zc(a)}}}function Cc(a){return function(){if(this.curOp)return a.apply(this,arguments);yc(this);try{return a.apply(this,arguments)}finally{zc(this)}}}function Dc(a){return function(){var b=this.cm;if(!b||b.curOp)return a.apply(this,arguments);yc(b);try{return a.apply(this,arguments)}finally{zc(b)}}}function Ec(a,b,c){this.line=b,this.rest=Se(b),this.size=this.rest?If(Ag(this.rest))-c+1:1,this.node=this.text=null,this.hidden=Ve(a,b)
|
2 |
+
}function Fc(a,b,c){for(var e,d=[],f=b;c>f;f=e){var g=new Ec(a.doc,Ef(a.doc,f),f);e=f+g.size,d.push(g)}return d}function Gc(a,b,c,d){null==b&&(b=a.doc.first),null==c&&(c=a.doc.first+a.doc.size),d||(d=0);var e=a.display;if(d&&c<e.viewTo&&(null==e.updateLineNumbers||e.updateLineNumbers>b)&&(e.updateLineNumbers=b),a.curOp.viewChanged=!0,b>=e.viewTo)y&&Te(a.doc,b)<e.viewTo&&Ic(a);else if(c<=e.viewFrom)y&&Ue(a.doc,c+d)>e.viewFrom?Ic(a):(e.viewFrom+=d,e.viewTo+=d);else if(b<=e.viewFrom&&c>=e.viewTo)Ic(a);else if(b<=e.viewFrom){var f=Kc(a,c,c+d,1);f?(e.view=e.view.slice(f.index),e.viewFrom=f.lineN,e.viewTo+=d):Ic(a)}else if(c>=e.viewTo){var f=Kc(a,b,b,-1);f?(e.view=e.view.slice(0,f.index),e.viewTo=f.lineN):Ic(a)}else{var g=Kc(a,b,b,-1),h=Kc(a,c,c+d,1);g&&h?(e.view=e.view.slice(0,g.index).concat(Fc(a,g.lineN,h.lineN)).concat(e.view.slice(h.index)),e.viewTo+=d):Ic(a)}var i=e.externalMeasured;i&&(c<i.lineN?i.lineN+=d:b<i.lineN+i.size&&(e.externalMeasured=null))}function Hc(a,b,c){a.curOp.viewChanged=!0;var d=a.display,e=a.display.externalMeasured;if(e&&b>=e.lineN&&b<e.lineN+e.size&&(d.externalMeasured=null),!(b<d.viewFrom||b>=d.viewTo)){var f=d.view[Jc(a,b)];if(null!=f.node){var g=f.changes||(f.changes=[]);-1==Cg(g,c)&&g.push(c)}}}function Ic(a){a.display.viewFrom=a.display.viewTo=a.doc.first,a.display.view=[],a.display.viewOffset=0}function Jc(a,b){if(b>=a.display.viewTo)return null;if(b-=a.display.viewFrom,0>b)return null;for(var c=a.display.view,d=0;d<c.length;d++)if(b-=c[d].size,0>b)return d}function Kc(a,b,c,d){var f,e=Jc(a,b),g=a.display.view;if(!y)return{index:e,lineN:c};for(var h=0,i=a.display.viewFrom;e>h;h++)i+=g[h].size;if(i!=b){if(d>0){if(e==g.length-1)return null;f=i+g[e].size-b,e++}else f=i-b;b+=f,c+=f}for(;Te(a.doc,c)!=c;){if(e==(0>d?0:g.length-1))return null;c+=d*g[e-(0>d?1:0)].size,e+=d}return{index:e,lineN:c}}function Lc(a,b,c){var d=a.display,e=d.view;0==e.length||b>=d.viewTo||c<=d.viewFrom?(d.view=Fc(a,b,c),d.viewFrom=b):(d.viewFrom>b?d.view=Fc(a,b,d.viewFrom).concat(d.view):d.viewFrom<b&&(d.view=d.view.slice(Jc(a,b))),d.viewFrom=b,d.viewTo<c?d.view=d.view.concat(Fc(a,d.viewTo,c)):d.viewTo>c&&(d.view=d.view.slice(0,Jc(a,c)))),d.viewTo=c}function Mc(a){for(var b=a.display.view,c=0,d=0;d<b.length;d++){var e=b[d];e.hidden||e.node&&!e.changes||++c}return c}function Nc(a){a.display.pollingFast||a.display.poll.set(a.options.pollInterval,function(){Pc(a),a.state.focused&&Nc(a)})}function Oc(a){function c(){var d=Pc(a);d||b?(a.display.pollingFast=!1,Nc(a)):(b=!0,a.display.poll.set(60,c))}var b=!1;a.display.pollingFast=!0,a.display.poll.set(20,c)}function Pc(a){var b=a.display.input,c=a.display.prevInput,e=a.doc;if(!a.state.focused||ch(b)&&!c||Tc(a)||a.options.disableInput)return!1;a.state.pasteIncoming&&a.state.fakedLastChar&&(b.value=b.value.substring(0,b.value.length-1),a.state.fakedLastChar=!1);var f=b.value;if(f==c&&!a.somethingSelected())return!1;if(g&&!d&&a.display.inputHasSelection===f)return Qc(a),!1;var h=!a.curOp;h&&yc(a),a.display.shift=!1;for(var i=0,j=Math.min(c.length,f.length);j>i&&c.charCodeAt(i)==f.charCodeAt(i);)++i;for(var k=f.slice(i),l=bh(k),m=a.state.pasteIncoming&&l.length>1&&e.sel.ranges.length==l.length,n=e.sel.ranges.length-1;n>=0;n--){var o=e.sel.ranges[n],p=o.from(),q=o.to();i<c.length?p=ob(p.line,p.ch-(c.length-i)):a.state.overwrite&&o.empty()&&!a.state.pasteIncoming&&(q=ob(q.line,Math.min(Ef(e,q.line).text.length,q.ch+Ag(l).length)));var r=a.curOp.updateInput,s={from:p,to:q,text:m?[l[n]]:l,origin:a.state.pasteIncoming?"paste":a.state.cutIncoming?"cut":"+input"};if(Gd(a.doc,s),kg(a,"inputRead",a,s),k&&!a.state.pasteIncoming&&a.options.electricChars&&a.options.smartIndent&&o.head.ch<100&&(!n||e.sel.ranges[n-1].head.line!=o.head.line)){var t=a.getModeAt(o.head);if(t.electricChars){for(var u=0;u<t.electricChars.length;u++)if(k.indexOf(t.electricChars.charAt(u))>-1){Ud(a,o.head.line,"smart");break}}else if(t.electricInput){var v=Ad(s);t.electricInput.test(Ef(e,v.line).text.slice(0,v.ch))&&Ud(a,o.head.line,"smart")}}}return Sd(a),a.curOp.updateInput=r,a.curOp.typing=!0,f.length>1e3||f.indexOf("\n")>-1?b.value=a.display.prevInput="":a.display.prevInput=f,h&&zc(a),a.state.pasteIncoming=a.state.cutIncoming=!1,!0}function Qc(a,b){var c,e,f=a.doc;if(a.somethingSelected()){a.display.prevInput="";var h=f.sel.primary();c=dh&&(h.to().line-h.from().line>100||(e=a.getSelection()).length>1e3);var i=c?"-":e||a.getSelection();a.display.input.value=i,a.state.focused&&Bg(a.display.input),g&&!d&&(a.display.inputHasSelection=i)}else b||(a.display.prevInput=a.display.input.value="",g&&!d&&(a.display.inputHasSelection=null));a.display.inaccurateSelection=c}function Rc(a){"nocursor"==a.options.readOnly||r&&Rg()==a.display.input||a.display.input.focus()}function Sc(a){a.state.focused||(Rc(a),vd(a))}function Tc(a){return a.options.readOnly||a.doc.cantEdit}function Uc(a){function e(){a.state.focused&&setTimeout(Gg(Rc,a),0)}function i(){null==f&&(f=setTimeout(function(){f=null,c.cachedCharWidth=c.cachedTextHeight=c.cachedPaddingH=Xg=null,a.setSize()},100))}function j(){Qg(document.body,c.wrapper)?setTimeout(j,5e3):gg(window,"resize",i)}function k(b){mg(a,b)||cg(b)}function l(b){if(a.somethingSelected())c.inaccurateSelection&&(c.prevInput="",c.inaccurateSelection=!1,c.input.value=a.getSelection(),Bg(c.input));else{for(var d="",e=[],f=0;f<a.doc.sel.ranges.length;f++){var g=a.doc.sel.ranges[f].head.line,h={anchor:ob(g,0),head:ob(g+1,0)};e.push(h),d+=a.getRange(h.anchor,h.head)}"cut"==b.type?a.setSelections(e,null,sg):(c.prevInput="",c.input.value=d,Bg(c.input))}"cut"==b.type&&(a.state.cutIncoming=!0)}var c=a.display;fg(c.scroller,"mousedown",Bc(a,Xc)),b?fg(c.scroller,"dblclick",Bc(a,function(b){if(!mg(a,b)){var c=Wc(a,b);if(c&&!cd(a,b)&&!Vc(a.display,b)){_f(b);var d=Zd(a.doc,c);Db(a.doc,d.anchor,d.head)}}})):fg(c.scroller,"dblclick",function(b){mg(a,b)||_f(b)}),fg(c.lineSpace,"selectstart",function(a){Vc(c,a)||_f(a)}),w||fg(c.scroller,"contextmenu",function(b){yd(a,b)}),fg(c.scroller,"scroll",function(){c.scroller.clientHeight&&(gd(a,c.scroller.scrollTop),hd(a,c.scroller.scrollLeft,!0),hg(a,"scroll",a))}),fg(c.scrollbarV,"scroll",function(){c.scroller.clientHeight&&gd(a,c.scrollbarV.scrollTop)}),fg(c.scrollbarH,"scroll",function(){c.scroller.clientHeight&&hd(a,c.scrollbarH.scrollLeft)}),fg(c.scroller,"mousewheel",function(b){kd(a,b)}),fg(c.scroller,"DOMMouseScroll",function(b){kd(a,b)}),fg(c.scrollbarH,"mousedown",e),fg(c.scrollbarV,"mousedown",e),fg(c.wrapper,"scroll",function(){c.wrapper.scrollTop=c.wrapper.scrollLeft=0});var f;fg(window,"resize",i),setTimeout(j,5e3),fg(c.input,"keyup",Bc(a,td)),fg(c.input,"input",function(){g&&!d&&a.display.inputHasSelection&&(a.display.inputHasSelection=null),Oc(a)}),fg(c.input,"keydown",Bc(a,rd)),fg(c.input,"keypress",Bc(a,ud)),fg(c.input,"focus",Gg(vd,a)),fg(c.input,"blur",Gg(wd,a)),a.options.dragDrop&&(fg(c.scroller,"dragstart",function(b){fd(a,b)}),fg(c.scroller,"dragenter",k),fg(c.scroller,"dragover",k),fg(c.scroller,"drop",Bc(a,ed))),fg(c.scroller,"paste",function(b){Vc(c,b)||(a.state.pasteIncoming=!0,Rc(a),Oc(a))}),fg(c.input,"paste",function(){if(h&&!a.state.fakedLastChar&&!(new Date-a.state.lastMiddleDown<200)){var b=c.input.selectionStart,d=c.input.selectionEnd;c.input.value+="$",c.input.selectionStart=b,c.input.selectionEnd=d,a.state.fakedLastChar=!0}a.state.pasteIncoming=!0,Oc(a)}),fg(c.input,"cut",l),fg(c.input,"copy",l),m&&fg(c.sizer,"mouseup",function(){Rg()==c.input&&c.input.blur(),Rc(a)})}function Vc(a,b){for(var c=dg(b);c!=a.wrapper;c=c.parentNode)if(!c||c.ignoreEvents||c.parentNode==a.sizer&&c!=a.mover)return!0}function Wc(a,b,c,d){var e=a.display;if(!c){var f=dg(b);if(f==e.scrollbarH||f==e.scrollbarV||f==e.scrollbarFiller||f==e.gutterFiller)return null}var g,h,i=e.lineSpace.getBoundingClientRect();try{g=b.clientX-i.left,h=b.clientY-i.top}catch(b){return null}var k,j=sc(a,g,h);if(d&&1==j.xRel&&(k=Ef(a.doc,j.line).text).length==j.ch){var l=wg(k,k.length,a.options.tabSize)-k.length;j=ob(j.line,Math.round((g-Zb(a.display).left)/wc(a.display))-l)}return j}function Xc(a){if(!mg(this,a)){var b=this,c=b.display;if(c.shift=a.shiftKey,Vc(c,a))return h||(c.scroller.draggable=!1,setTimeout(function(){c.scroller.draggable=!0},100)),void 0;if(!cd(b,a)){var d=Wc(b,a);switch(window.focus(),eg(a)){case 1:d?$c(b,a,d):dg(a)==c.scroller&&_f(a);break;case 2:h&&(b.state.lastMiddleDown=+new Date),d&&Db(b.doc,d),setTimeout(Gg(Rc,b),20),_f(a);break;case 3:w&&yd(b,a)}}}}function $c(a,b,c){setTimeout(Gg(Sc,a),0);var e,d=+new Date;Zc&&Zc.time>d-400&&0==pb(Zc.pos,c)?e="triple":Yc&&Yc.time>d-400&&0==pb(Yc.pos,c)?(e="double",Zc={time:d,pos:c}):(e="single",Yc={time:d,pos:c});var f=a.doc.sel,g=s?b.metaKey:b.ctrlKey;a.options.dragDrop&&Wg&&!g&&!Tc(a)&&"single"==e&&f.contains(c)>-1&&f.somethingSelected()?_c(a,b,c):ad(a,b,c,e,g)}function _c(a,c,e){var f=a.display,g=Bc(a,function(i){h&&(f.scroller.draggable=!1),a.state.draggingText=!1,gg(document,"mouseup",g),gg(f.scroller,"drop",g),Math.abs(c.clientX-i.clientX)+Math.abs(c.clientY-i.clientY)<10&&(_f(i),Db(a.doc,e),Rc(a),b&&!d&&setTimeout(function(){document.body.focus(),Rc(a)},20))});h&&(f.scroller.draggable=!0),a.state.draggingText=g,f.scroller.dragDrop&&f.scroller.dragDrop(),fg(document,"mouseup",g),fg(f.scroller,"drop",g)}function ad(a,b,c,d,f){function p(b){if(0!=pb(o,b))if(o=b,"rect"==d){for(var e=[],f=a.options.tabSize,g=wg(Ef(i,c.line).text,c.ch,f),h=wg(Ef(i,b.line).text,b.ch,f),m=Math.min(g,h),n=Math.max(g,h),p=Math.min(c.line,b.line),q=Math.min(a.lastLine(),Math.max(c.line,b.line));q>=p;p++){var r=Ef(i,p).text,s=xg(r,m,f);m==n?e.push(new ub(ob(p,s),ob(p,s))):r.length>s&&e.push(new ub(ob(p,s),ob(p,xg(r,n,f))))}e.length||e.push(new ub(c,c)),Jb(i,vb(l.ranges.slice(0,k).concat(e),k),tg)}else{var t=j,u=t.anchor,v=b;if("single"!=d){if("double"==d)var w=Zd(i,b);else var w=new ub(ob(b.line,0),yb(i,ob(b.line+1,0)));pb(w.anchor,u)>0?(v=w.head,u=sb(t.from(),w.anchor)):(v=w.anchor,u=rb(t.to(),w.head))}var e=l.ranges.slice(0);e[k]=new ub(yb(i,u),v),Jb(i,vb(e,k),tg)}}function s(b){var c=++r,e=Wc(a,b,!0,"rect"==d);if(e)if(0!=pb(e,o)){Sc(a),p(e);var f=Q(h,i);(e.line>=f.to||e.line<f.from)&&setTimeout(Bc(a,function(){r==c&&s(b)}),150)}else{var g=b.clientY<q.top?-20:b.clientY>q.bottom?20:0;g&&setTimeout(Bc(a,function(){r==c&&(h.scroller.scrollTop+=g,s(b))}),50)}}function t(b){r=1/0,_f(b),Rc(a),gg(document,"mousemove",u),gg(document,"mouseup",v),i.history.lastSelOrigin=null}var h=a.display,i=a.doc;_f(b);var j,k,l=i.sel;if(f?(k=i.sel.contains(c),j=k>-1?i.sel.ranges[k]:new ub(c,c)):j=i.sel.primary(),b.altKey)d="rect",f||(j=new ub(c,c)),c=Wc(a,b,!0,!0),k=-1;else if("double"==d){var m=Zd(i,c);j=a.display.shift||i.extend?Cb(i,j,m.anchor,m.head):m}else if("triple"==d){var n=new ub(ob(c.line,0),yb(i,ob(c.line+1,0)));j=a.display.shift||i.extend?Cb(i,j,n.anchor,n.head):n}else j=Cb(i,j,c);f?k>-1?Fb(i,k,j,tg):(k=i.sel.ranges.length,Jb(i,vb(i.sel.ranges.concat([j]),k),{scroll:!1,origin:"*mouse"})):(k=0,Jb(i,new tb([j],0),tg));var o=c,q=h.wrapper.getBoundingClientRect(),r=0,u=Bc(a,function(a){(g&&!e?a.buttons:eg(a))?s(a):t(a)}),v=Bc(a,t);fg(document,"mousemove",u),fg(document,"mouseup",v)}function bd(a,b,c,d,e){try{var f=b.clientX,g=b.clientY}catch(b){return!1}if(f>=Math.floor(a.display.gutters.getBoundingClientRect().right))return!1;d&&_f(b);var h=a.display,i=h.lineDiv.getBoundingClientRect();if(g>i.bottom||!og(a,c))return bg(b);g-=i.top-h.viewOffset;for(var j=0;j<a.options.gutters.length;++j){var k=h.gutters.childNodes[j];if(k&&k.getBoundingClientRect().right>=f){var l=Jf(a.doc,g),m=a.options.gutters[j];return e(a,c,a,l,m,b),bg(b)}}}function cd(a,b){return bd(a,b,"gutterClick",!0,kg)}function ed(a){var c=this;if(!mg(c,a)&&!Vc(c.display,a)){_f(a),b&&(dd=+new Date);var d=Wc(c,a,!0),e=a.dataTransfer.files;if(d&&!Tc(c))if(e&&e.length&&window.FileReader&&window.File)for(var f=e.length,g=Array(f),h=0,i=function(a,b){var e=new FileReader;e.onload=Bc(c,function(){if(g[b]=e.result,++h==f){d=yb(c.doc,d);var a={from:d,to:d,text:bh(g.join("\n")),origin:"paste"};Gd(c.doc,a),Ib(c.doc,wb(d,Ad(a)))}}),e.readAsText(a)},j=0;f>j;++j)i(e[j],j);else{if(c.state.draggingText&&c.doc.sel.contains(d)>-1)return c.state.draggingText(a),setTimeout(Gg(Rc,c),20),void 0;try{var g=a.dataTransfer.getData("Text");if(g){var k=c.state.draggingText&&c.listSelections();if(Kb(c.doc,wb(d,d)),k)for(var j=0;j<k.length;++j)Md(c.doc,"",k[j].anchor,k[j].head,"drag");c.replaceSelection(g,"around","paste"),Rc(c)}}catch(a){}}}}function fd(a,c){if(b&&(!a.state.draggingText||+new Date-dd<100))return cg(c),void 0;if(!mg(a,c)&&!Vc(a.display,c)&&(c.dataTransfer.setData("Text",a.getSelection()),c.dataTransfer.setDragImage&&!l)){var d=Mg("img",null,null,"position: fixed; left: 0; top: 0;");d.src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",k&&(d.width=d.height=1,a.display.wrapper.appendChild(d),d._top=d.offsetTop),c.dataTransfer.setDragImage(d,0,0),k&&d.parentNode.removeChild(d)}}function gd(b,c){Math.abs(b.doc.scrollTop-c)<2||(b.doc.scrollTop=c,a||V(b,{top:c}),b.display.scroller.scrollTop!=c&&(b.display.scroller.scrollTop=c),b.display.scrollbarV.scrollTop!=c&&(b.display.scrollbarV.scrollTop=c),a&&V(b),Tb(b,100))}function hd(a,b,c){(c?b==a.doc.scrollLeft:Math.abs(a.doc.scrollLeft-b)<2)||(b=Math.min(b,a.display.scroller.scrollWidth-a.display.scroller.clientWidth),a.doc.scrollLeft=b,R(a),a.display.scroller.scrollLeft!=b&&(a.display.scroller.scrollLeft=b),a.display.scrollbarH.scrollLeft!=b&&(a.display.scrollbarH.scrollLeft=b))}function kd(b,c){var d=c.wheelDeltaX,e=c.wheelDeltaY;null==d&&c.detail&&c.axis==c.HORIZONTAL_AXIS&&(d=c.detail),null==e&&c.detail&&c.axis==c.VERTICAL_AXIS?e=c.detail:null==e&&(e=c.wheelDelta);var f=b.display,g=f.scroller;if(d&&g.scrollWidth>g.clientWidth||e&&g.scrollHeight>g.clientHeight){if(e&&s&&h)a:for(var i=c.target,j=f.view;i!=g;i=i.parentNode)for(var l=0;l<j.length;l++)if(j[l].node==i){b.display.currentWheelTarget=i;break a}if(d&&!a&&!k&&null!=jd)return e&&gd(b,Math.max(0,Math.min(g.scrollTop+e*jd,g.scrollHeight-g.clientHeight))),hd(b,Math.max(0,Math.min(g.scrollLeft+d*jd,g.scrollWidth-g.clientWidth))),_f(c),f.wheelStartX=null,void 0;if(e&&null!=jd){var m=e*jd,n=b.doc.scrollTop,o=n+f.wrapper.clientHeight;0>m?n=Math.max(0,n+m-50):o=Math.min(b.doc.height,o+m+50),V(b,{top:n,bottom:o})}20>id&&(null==f.wheelStartX?(f.wheelStartX=g.scrollLeft,f.wheelStartY=g.scrollTop,f.wheelDX=d,f.wheelDY=e,setTimeout(function(){if(null!=f.wheelStartX){var a=g.scrollLeft-f.wheelStartX,b=g.scrollTop-f.wheelStartY,c=b&&f.wheelDY&&b/f.wheelDY||a&&f.wheelDX&&a/f.wheelDX;f.wheelStartX=f.wheelStartY=null,c&&(jd=(jd*id+c)/(id+1),++id)}},200)):(f.wheelDX+=d,f.wheelDY+=e))}}function ld(a,b,c){if("string"==typeof b&&(b=je[b],!b))return!1;a.display.pollingFast&&Pc(a)&&(a.display.pollingFast=!1);var d=a.display.shift,e=!1;try{Tc(a)&&(a.state.suppressEdits=!0),c&&(a.display.shift=!1),e=b(a)!=rg}finally{a.display.shift=d,a.state.suppressEdits=!1}return e}function md(a){var b=a.state.keyMaps.slice(0);return a.options.extraKeys&&b.push(a.options.extraKeys),b.push(a.options.keyMap),b}function od(a,b){var c=le(a.options.keyMap),d=c.auto;clearTimeout(nd),d&&!ne(b)&&(nd=setTimeout(function(){le(a.options.keyMap)==c&&(a.options.keyMap=d.call?d.call(null,a):d,G(a))},50));var e=oe(b,!0),f=!1;if(!e)return!1;var g=md(a);return f=b.shiftKey?me("Shift-"+e,g,function(b){return ld(a,b,!0)})||me(e,g,function(b){return("string"==typeof b?/^go[A-Z]/.test(b):b.motion)?ld(a,b):void 0}):me(e,g,function(b){return ld(a,b)}),f&&(_f(b),Sb(a),kg(a,"keyHandled",a,e,b)),f}function pd(a,b,c){var d=me("'"+c+"'",md(a),function(b){return ld(a,b,!0)});return d&&(_f(b),Sb(a),kg(a,"keyHandled",a,"'"+c+"'",b)),d}function rd(a){var c=this;if(Sc(c),!mg(c,a)){b&&27==a.keyCode&&(a.returnValue=!1);var d=a.keyCode;c.display.shift=16==d||a.shiftKey;var e=od(c,a);k&&(qd=e?d:null,!e&&88==d&&!dh&&(s?a.metaKey:a.ctrlKey)&&c.replaceSelection("",null,"cut")),18!=d||/\bCodeMirror-crosshair\b/.test(c.display.lineDiv.className)||sd(c)}}function sd(a){function c(a){18!=a.keyCode&&a.altKey||(Tg(b,"CodeMirror-crosshair"),gg(document,"keyup",c),gg(document,"mouseover",c))}var b=a.display.lineDiv;Ug(b,"CodeMirror-crosshair"),fg(document,"keyup",c),fg(document,"mouseover",c)}function td(a){mg(this,a)||16==a.keyCode&&(this.doc.sel.shift=!1)}function ud(a){var b=this;if(!mg(b,a)){var c=a.keyCode,e=a.charCode;if(k&&c==qd)return qd=null,_f(a),void 0;if(!(k&&(!a.which||a.which<10)||m)||!od(b,a)){var f=String.fromCharCode(null==e?c:e);pd(b,a,f)||(g&&!d&&(b.display.inputHasSelection=null),Oc(b))}}}function vd(a){"nocursor"!=a.options.readOnly&&(a.state.focused||(hg(a,"focus",a),a.state.focused=!0,Ug(a.display.wrapper,"CodeMirror-focused"),a.curOp||"\u200b"==a.display.prevInput||(Qc(a),h&&setTimeout(Gg(Qc,a,!0),0))),Nc(a),Sb(a))}function wd(a){a.state.focused&&(hg(a,"blur",a),a.state.focused=!1,Tg(a.display.wrapper,"CodeMirror-focused")),clearInterval(a.display.blinker),setTimeout(function(){a.state.focused||(a.display.shift=!1)},150)}function yd(a,b){function j(){if(null!=c.input.selectionStart){var b=c.input.value="\u200b"+(a.somethingSelected()?c.input.value:"");c.prevInput="\u200b",c.input.selectionStart=1,c.input.selectionEnd=b.length}}function l(){if(c.inputDiv.style.position="relative",c.input.style.cssText=i,d&&(c.scrollbarV.scrollTop=c.scroller.scrollTop=f),Nc(a),null!=c.input.selectionStart){(!g||d)&&j(),clearTimeout(xd);var b=0,e=function(){"\u200b"==c.prevInput&&0==c.input.selectionStart?Bc(a,je.selectAll)(a):b++<10?xd=setTimeout(e,500):Qc(a)};xd=setTimeout(e,200)}}if(!mg(a,b,"contextmenu")){var c=a.display;if(!Vc(c,b)&&!zd(a,b)){var e=Wc(a,b),f=c.scroller.scrollTop;if(e&&!k){var h=a.options.resetSelectionOnContextMenu;h&&-1==a.doc.sel.contains(e)&&Bc(a,Jb)(a.doc,wb(e),sg);var i=c.input.style.cssText;if(c.inputDiv.style.position="absolute",c.input.style.cssText="position: fixed; width: 30px; height: 30px; top: "+(b.clientY-5)+"px; left: "+(b.clientX-5)+"px; z-index: 1000; background: "+(g?"rgba(255, 255, 255, .05)":"transparent")+"; outline: none; border-width: 0; outline: none; overflow: hidden; opacity: .05; filter: alpha(opacity=5);",Rc(a),Qc(a),a.somethingSelected()||(c.input.value=c.prevInput=" "),g&&!d&&j(),w){cg(b);var m=function(){gg(window,"mouseup",m),setTimeout(l,20)};fg(window,"mouseup",m)}else setTimeout(l,50)}}}}function zd(a,b){return og(a,"gutterContextMenu")?bd(a,b,"gutterContextMenu",!1,hg):!1}function Bd(a,b){if(pb(a,b.from)<0)return a;if(pb(a,b.to)<=0)return Ad(b);var c=a.line+b.text.length-(b.to.line-b.from.line)-1,d=a.ch;return a.line==b.to.line&&(d+=Ad(b).ch-b.to.ch),ob(c,d)}function Cd(a,b){for(var c=[],d=0;d<a.sel.ranges.length;d++){var e=a.sel.ranges[d];c.push(new ub(Bd(e.anchor,b),Bd(e.head,b)))}return vb(c,a.sel.primIndex)}function Dd(a,b,c){return a.line==b.line?ob(c.line,a.ch-b.ch+c.ch):ob(c.line+(a.line-b.line),a.ch)}function Ed(a,b,c){for(var d=[],e=ob(a.first,0),f=e,g=0;g<b.length;g++){var h=b[g],i=Dd(h.from,e,f),j=Dd(Ad(h),e,f);if(e=h.to,f=j,"around"==c){var k=a.sel.ranges[g],l=pb(k.head,k.anchor)<0;d[g]=new ub(l?j:i,l?i:j)}else d[g]=new ub(i,i)}return new tb(d,a.sel.primIndex)}function Fd(a,b,c){var d={canceled:!1,from:b.from,to:b.to,text:b.text,origin:b.origin,cancel:function(){this.canceled=!0}};return c&&(d.update=function(b,c,d,e){b&&(this.from=yb(a,b)),c&&(this.to=yb(a,c)),d&&(this.text=d),void 0!==e&&(this.origin=e)}),hg(a,"beforeChange",a,d),a.cm&&hg(a.cm,"beforeChange",a.cm,d),d.canceled?null:{from:d.from,to:d.to,text:d.text,origin:d.origin}}function Gd(a,b,c){if(a.cm){if(!a.cm.curOp)return Bc(a.cm,Gd)(a,b,c);if(a.cm.state.suppressEdits)return}if(!(og(a,"beforeChange")||a.cm&&og(a.cm,"beforeChange"))||(b=Fd(a,b,!0))){var d=x&&!c&&He(a,b.from,b.to);if(d)for(var e=d.length-1;e>=0;--e)Hd(a,{from:d[e].from,to:d[e].to,text:e?[""]:b.text});else Hd(a,b)}}function Hd(a,b){if(1!=b.text.length||""!=b.text[0]||0!=pb(b.from,b.to)){var c=Cd(a,b);Qf(a,b,c,a.cm?a.cm.curOp.id:0/0),Kd(a,b,c,Ee(a,b));var d=[];Cf(a,function(a,c){c||-1!=Cg(d,a.history)||($f(a.history,b),d.push(a.history)),Kd(a,b,null,Ee(a,b))})}}function Id(a,b,c){if(!a.cm||!a.cm.state.suppressEdits){for(var e,d=a.history,f=a.sel,g="undo"==b?d.done:d.undone,h="undo"==b?d.undone:d.done,i=0;i<g.length&&(e=g[i],c?!e.ranges||e.equals(a.sel):e.ranges);i++);if(i!=g.length){for(d.lastOrigin=d.lastSelOrigin=null;e=g.pop(),e.ranges;){if(Tf(e,h),c&&!e.equals(a.sel))return Jb(a,e,{clearRedo:!1}),void 0;f=e}var j=[];Tf(f,h),h.push({changes:j,generation:d.generation}),d.generation=e.generation||++d.maxGeneration;for(var k=og(a,"beforeChange")||a.cm&&og(a.cm,"beforeChange"),i=e.changes.length-1;i>=0;--i){var l=e.changes[i];if(l.origin=b,k&&!Fd(a,l,!1))return g.length=0,void 0;j.push(Nf(a,l));var m=i?Cd(a,l,null):Ag(g);Kd(a,l,m,Ge(a,l)),a.cm&&Sd(a.cm);var n=[];Cf(a,function(a,b){b||-1!=Cg(n,a.history)||($f(a.history,l),n.push(a.history)),Kd(a,l,null,Ge(a,l))})}}}}function Jd(a,b){a.first+=b,a.sel=new tb(Dg(a.sel.ranges,function(a){return new ub(ob(a.anchor.line+b,a.anchor.ch),ob(a.head.line+b,a.head.ch))}),a.sel.primIndex),a.cm&&Gc(a.cm,a.first,a.first-b,b)}function Kd(a,b,c,d){if(a.cm&&!a.cm.curOp)return Bc(a.cm,Kd)(a,b,c,d);if(b.to.line<a.first)return Jd(a,b.text.length-1-(b.to.line-b.from.line)),void 0;if(!(b.from.line>a.lastLine())){if(b.from.line<a.first){var e=b.text.length-1-(a.first-b.from.line);Jd(a,e),b={from:ob(a.first,0),to:ob(b.to.line+e,b.to.ch),text:[Ag(b.text)],origin:b.origin}}var f=a.lastLine();b.to.line>f&&(b={from:b.from,to:ob(f,Ef(a,f).text.length),text:[b.text[0]],origin:b.origin}),b.removed=Ff(a,b.from,b.to),c||(c=Cd(a,b,null)),a.cm?Ld(a.cm,b,d):vf(a,b,d),Kb(a,c,sg)}}function Ld(a,b,c){var d=a.doc,e=a.display,f=b.from,g=b.to,h=!1,i=f.line;a.options.lineWrapping||(i=If(Re(Ef(d,f.line))),d.iter(i,g.line+1,function(a){return a==e.maxLine?(h=!0,!0):void 0})),d.sel.contains(b.from,b.to)>-1&&ng(a),vf(d,b,c,E(a)),a.options.lineWrapping||(d.iter(i,f.line+b.text.length,function(a){var b=L(a);b>e.maxLineLength&&(e.maxLine=a,e.maxLineLength=b,e.maxLineChanged=!0,h=!1)}),h&&(a.curOp.updateMaxLine=!0)),d.frontier=Math.min(d.frontier,f.line),Tb(a,400);var j=b.text.length-(g.line-f.line)-1;f.line!=g.line||1!=b.text.length||uf(a.doc,b)?Gc(a,f.line,g.line+1,j):Hc(a,f.line,"text");var k=og(a,"changes"),l=og(a,"change");if(l||k){var m={from:f,to:g,text:b.text,removed:b.removed,origin:b.origin};l&&kg(a,"change",a,m),k&&(a.curOp.changeObjs||(a.curOp.changeObjs=[])).push(m)}}function Md(a,b,c,d,e){if(d||(d=c),pb(d,c)<0){var f=d;d=c,c=f}"string"==typeof b&&(b=bh(b)),Gd(a,{from:c,to:d,text:b,origin:e})}function Nd(a,b){var c=a.display,d=c.sizer.getBoundingClientRect(),e=null;if(b.top+d.top<0?e=!0:b.bottom+d.top>(window.innerHeight||document.documentElement.clientHeight)&&(e=!1),null!=e&&!p){var f=Mg("div","\u200b",null,"position: absolute; top: "+(b.top-c.viewOffset-Xb(a.display))+"px; height: "+(b.bottom-b.top+qg)+"px; left: "+b.left+"px; width: 2px;");a.display.lineSpace.appendChild(f),f.scrollIntoView(e),a.display.lineSpace.removeChild(f)}}function Od(a,b,c,d){for(null==d&&(d=0);;){var e=!1,f=pc(a,b),g=c&&c!=b?pc(a,c):f,h=Qd(a,Math.min(f.left,g.left),Math.min(f.top,g.top)-d,Math.max(f.left,g.left),Math.max(f.bottom,g.bottom)+d),i=a.doc.scrollTop,j=a.doc.scrollLeft;if(null!=h.scrollTop&&(gd(a,h.scrollTop),Math.abs(a.doc.scrollTop-i)>1&&(e=!0)),null!=h.scrollLeft&&(hd(a,h.scrollLeft),Math.abs(a.doc.scrollLeft-j)>1&&(e=!0)),!e)return f}}function Pd(a,b,c,d,e){var f=Qd(a,b,c,d,e);null!=f.scrollTop&&gd(a,f.scrollTop),null!=f.scrollLeft&&hd(a,f.scrollLeft)}function Qd(a,b,c,d,e){var f=a.display,g=vc(a.display);0>c&&(c=0);var h=a.curOp&&null!=a.curOp.scrollTop?a.curOp.scrollTop:f.scroller.scrollTop,i=f.scroller.clientHeight-qg,j={},k=a.doc.height+Yb(f),l=g>c,m=e>k-g;if(h>c)j.scrollTop=l?0:c;else if(e>h+i){var n=Math.min(c,(m?k:e)-i);n!=h&&(j.scrollTop=n)}var o=a.curOp&&null!=a.curOp.scrollLeft?a.curOp.scrollLeft:f.scroller.scrollLeft,p=f.scroller.clientWidth-qg;b+=f.gutters.offsetWidth,d+=f.gutters.offsetWidth;var q=f.gutters.offsetWidth,r=q+10>b;return o+q>b||r?(r&&(b=0),j.scrollLeft=Math.max(0,b-10-q)):d>p+o-3&&(j.scrollLeft=d+10-p),j}function Rd(a,b,c){(null!=b||null!=c)&&Td(a),null!=b&&(a.curOp.scrollLeft=(null==a.curOp.scrollLeft?a.doc.scrollLeft:a.curOp.scrollLeft)+b),null!=c&&(a.curOp.scrollTop=(null==a.curOp.scrollTop?a.doc.scrollTop:a.curOp.scrollTop)+c)}function Sd(a){Td(a);var b=a.getCursor(),c=b,d=b;a.options.lineWrapping||(c=b.ch?ob(b.line,b.ch-1):b,d=ob(b.line,b.ch+1)),a.curOp.scrollToPos={from:c,to:d,margin:a.options.cursorScrollMargin,isCursor:!0}}function Td(a){var b=a.curOp.scrollToPos;if(b){a.curOp.scrollToPos=null;var c=qc(a,b.from),d=qc(a,b.to),e=Qd(a,Math.min(c.left,d.left),Math.min(c.top,d.top)-b.margin,Math.max(c.right,d.right),Math.max(c.bottom,d.bottom)+b.margin);a.scrollTo(e.scrollLeft,e.scrollTop)}}function Ud(a,b,c,d){var f,e=a.doc;null==c&&(c="add"),"smart"==c&&(a.doc.mode.indent?f=Wb(a,b):c="prev");var g=a.options.tabSize,h=Ef(e,b),i=wg(h.text,null,g);h.stateAfter&&(h.stateAfter=null);var k,j=h.text.match(/^\s*/)[0];if(d||/\S/.test(h.text)){if("smart"==c&&(k=a.doc.mode.indent(f,h.text.slice(j.length),h.text),k==rg)){if(!d)return;c="prev"}}else k=0,c="not";"prev"==c?k=b>e.first?wg(Ef(e,b-1).text,null,g):0:"add"==c?k=i+a.options.indentUnit:"subtract"==c?k=i-a.options.indentUnit:"number"==typeof c&&(k=i+c),k=Math.max(0,k);var l="",m=0;if(a.options.indentWithTabs)for(var n=Math.floor(k/g);n;--n)m+=g,l+=" ";if(k>m&&(l+=zg(k-m)),l!=j)Md(a.doc,l,ob(b,0),ob(b,j.length),"+input");else for(var n=0;n<e.sel.ranges.length;n++){var o=e.sel.ranges[n];if(o.head.line==b&&o.head.ch<j.length){var m=ob(b,j.length);Fb(e,n,new ub(m,m));break}}h.stateAfter=null}function Vd(a,b,c,d){var e=b,f=b,g=a.doc;return"number"==typeof b?f=Ef(g,xb(g,b)):e=If(b),null==e?null:(d(f,e)&&Hc(a,e,c),f)}function Wd(a,b){for(var c=a.doc.sel.ranges,d=[],e=0;e<c.length;e++){for(var f=b(c[e]);d.length&&pb(f.from,Ag(d).to)<=0;){var g=d.pop();if(pb(g.from,f.from)<0){f.from=g.from;break}}d.push(f)}Ac(a,function(){for(var b=d.length-1;b>=0;b--)Md(a.doc,"",d[b].from,d[b].to,"+delete");Sd(a)})}function Xd(a,b,c,d,e){function k(){var b=f+c;return b<a.first||b>=a.first+a.size?j=!1:(f=b,i=Ef(a,b))}function l(a){var b=(e?qh:rh)(i,g,c,!0);if(null==b){if(a||!k())return j=!1;g=e?(0>c?jh:ih)(i):0>c?i.text.length:0}else g=b;return!0}var f=b.line,g=b.ch,h=c,i=Ef(a,f),j=!0;if("char"==d)l();else if("column"==d)l(!0);else if("word"==d||"group"==d)for(var m=null,n="group"==d,o=!0;!(0>c)||l(!o);o=!1){var p=i.text.charAt(g)||"\n",q=Ig(p)?"w":n&&"\n"==p?"n":!n||/\s/.test(p)?null:"p";if(!n||o||q||(q="s"),m&&m!=q){0>c&&(c=1,l());break}if(q&&(m=q),c>0&&!l(!o))break}var r=Ob(a,ob(f,g),h,!0);return j||(r.hitSide=!0),r}function Yd(a,b,c,d){var g,e=a.doc,f=b.left;if("page"==d){var h=Math.min(a.display.wrapper.clientHeight,window.innerHeight||document.documentElement.clientHeight);g=b.top+c*(h-(0>c?1.5:.5)*vc(a.display))}else"line"==d&&(g=c>0?b.bottom+3:b.top-3);for(;;){var i=sc(a,f,g);if(!i.outside)break;if(0>c?0>=g:g>=e.height){i.hitSide=!0;break}g+=5*c}return i}function Zd(a,b){var c=Ef(a,b.line).text,d=b.ch,e=b.ch;if(c){(b.xRel<0||e==c.length)&&d?--d:++e;for(var f=c.charAt(d),g=Ig(f)?Ig:/\s/.test(f)?function(a){return/\s/.test(a)}:function(a){return!/\s/.test(a)&&!Ig(a)};d>0&&g(c.charAt(d-1));)--d;for(;e<c.length&&g(c.charAt(e));)++e}return new ub(ob(b.line,d),ob(b.line,e))}function ae(a,b,c,d){z.defaults[a]=b,c&&(_d[a]=d?function(a,b,d){d!=be&&c(a,b,d)}:c)}function le(a){return"string"==typeof a?ke[a]:a}function se(a,b,c,d,e){if(d&&d.shared)return ue(a,b,c,d,e);if(a.cm&&!a.cm.curOp)return Bc(a.cm,se)(a,b,c,d,e);var f=new qe(a,e),g=pb(b,c);if(d&&Fg(d,f,!1),g>0||0==g&&f.clearWhenEmpty!==!1)return f;if(f.replacedWith&&(f.collapsed=!0,f.widgetNode=Mg("span",[f.replacedWith],"CodeMirror-widget"),d.handleMouseEvents||(f.widgetNode.ignoreEvents=!0),d.insertLeft&&(f.widgetNode.insertLeft=!0)),f.collapsed){if(Qe(a,b.line,b,c,f)||b.line!=c.line&&Qe(a,c.line,b,c,f))throw new Error("Inserting collapsed marker partially overlapping an existing one");y=!0}f.addToHistory&&Qf(a,{from:b,to:c,origin:"markText"},a.sel,0/0);var j,h=b.line,i=a.cm;if(a.iter(h,c.line+1,function(a){i&&f.collapsed&&!i.options.lineWrapping&&Re(a)==i.display.maxLine&&(j=!0),f.collapsed&&h!=b.line&&Hf(a,0),Be(a,new ye(f,h==b.line?b.ch:null,h==c.line?c.ch:null)),++h}),f.collapsed&&a.iter(b.line,c.line+1,function(b){Ve(a,b)&&Hf(b,0)}),f.clearOnEnter&&fg(f,"beforeCursorEnter",function(){f.clear()}),f.readOnly&&(x=!0,(a.history.done.length||a.history.undone.length)&&a.clearHistory()),f.collapsed&&(f.id=++re,f.atomic=!0),i){if(j&&(i.curOp.updateMaxLine=!0),f.collapsed)Gc(i,b.line,c.line+1);else if(f.className||f.title||f.startStyle||f.endStyle)for(var k=b.line;k<=c.line;k++)Hc(i,k,"text");f.atomic&&Mb(i.doc),kg(i,"markerAdded",i,f)}return f}function ue(a,b,c,d,e){d=Fg(d),d.shared=!1;var f=[se(a,b,c,d,e)],g=f[0],h=d.widgetNode;return Cf(a,function(a){h&&(d.widgetNode=h.cloneNode(!0)),f.push(se(a,yb(a,b),yb(a,c),d,e));for(var i=0;i<a.linked.length;++i)if(a.linked[i].isParent)return;g=Ag(f)}),new te(f,g)}function ve(a){return a.findMarks(ob(a.first,0),a.clipPos(ob(a.lastLine())),function(a){return a.parent})}function we(a,b){for(var c=0;c<b.length;c++){var d=b[c],e=d.find(),f=a.clipPos(e.from),g=a.clipPos(e.to);if(pb(f,g)){var h=se(a,f,g,d.primary,d.primary.type);d.markers.push(h),h.parent=d}}}function xe(a){for(var b=0;b<a.length;b++){var c=a[b],d=[c.primary.doc];Cf(c.primary.doc,function(a){d.push(a)});for(var e=0;e<c.markers.length;e++){var f=c.markers[e];-1==Cg(d,f.doc)&&(f.parent=null,c.markers.splice(e--,1))}}}function ye(a,b,c){this.marker=a,this.from=b,this.to=c}function ze(a,b){if(a)for(var c=0;c<a.length;++c){var d=a[c];if(d.marker==b)return d}}function Ae(a,b){for(var c,d=0;d<a.length;++d)a[d]!=b&&(c||(c=[])).push(a[d]);return c}function Be(a,b){a.markedSpans=a.markedSpans?a.markedSpans.concat([b]):[b],b.marker.attachLine(a)}function Ce(a,b,c){if(a)for(var e,d=0;d<a.length;++d){var f=a[d],g=f.marker,h=null==f.from||(g.inclusiveLeft?f.from<=b:f.from<b);if(h||f.from==b&&"bookmark"==g.type&&(!c||!f.marker.insertLeft)){var i=null==f.to||(g.inclusiveRight?f.to>=b:f.to>b);(e||(e=[])).push(new ye(g,f.from,i?null:f.to))}}return e}function De(a,b,c){if(a)for(var e,d=0;d<a.length;++d){var f=a[d],g=f.marker,h=null==f.to||(g.inclusiveRight?f.to>=b:f.to>b);if(h||f.from==b&&"bookmark"==g.type&&(!c||f.marker.insertLeft)){var i=null==f.from||(g.inclusiveLeft?f.from<=b:f.from<b);(e||(e=[])).push(new ye(g,i?null:f.from-b,null==f.to?null:f.to-b))}}return e}function Ee(a,b){var c=Ab(a,b.from.line)&&Ef(a,b.from.line).markedSpans,d=Ab(a,b.to.line)&&Ef(a,b.to.line).markedSpans;if(!c&&!d)return null;var e=b.from.ch,f=b.to.ch,g=0==pb(b.from,b.to),h=Ce(c,e,g),i=De(d,f,g),j=1==b.text.length,k=Ag(b.text).length+(j?e:0);if(h)for(var l=0;l<h.length;++l){var m=h[l];if(null==m.to){var n=ze(i,m.marker);n?j&&(m.to=null==n.to?null:n.to+k):m.to=e}}if(i)for(var l=0;l<i.length;++l){var m=i[l];if(null!=m.to&&(m.to+=k),null==m.from){var n=ze(h,m.marker);n||(m.from=k,j&&(h||(h=[])).push(m))}else m.from+=k,j&&(h||(h=[])).push(m)}h&&(h=Fe(h)),i&&i!=h&&(i=Fe(i));var o=[h];if(!j){var q,p=b.text.length-2;if(p>0&&h)for(var l=0;l<h.length;++l)null==h[l].to&&(q||(q=[])).push(new ye(h[l].marker,null,null));for(var l=0;p>l;++l)o.push(q);o.push(i)}return o}function Fe(a){for(var b=0;b<a.length;++b){var c=a[b];null!=c.from&&c.from==c.to&&c.marker.clearWhenEmpty!==!1&&a.splice(b--,1)}return a.length?a:null}function Ge(a,b){var c=Wf(a,b),d=Ee(a,b);if(!c)return d;if(!d)return c;for(var e=0;e<c.length;++e){var f=c[e],g=d[e];if(f&&g)a:for(var h=0;h<g.length;++h){for(var i=g[h],j=0;j<f.length;++j)if(f[j].marker==i.marker)continue a;f.push(i)}else g&&(c[e]=g)}return c}function He(a,b,c){var d=null;if(a.iter(b.line,c.line+1,function(a){if(a.markedSpans)for(var b=0;b<a.markedSpans.length;++b){var c=a.markedSpans[b].marker;!c.readOnly||d&&-1!=Cg(d,c)||(d||(d=[])).push(c)}}),!d)return null;for(var e=[{from:b,to:c}],f=0;f<d.length;++f)for(var g=d[f],h=g.find(0),i=0;i<e.length;++i){var j=e[i];
|
3 |
+
if(!(pb(j.to,h.from)<0||pb(j.from,h.to)>0)){var k=[i,1],l=pb(j.from,h.from),m=pb(j.to,h.to);(0>l||!g.inclusiveLeft&&!l)&&k.push({from:j.from,to:h.from}),(m>0||!g.inclusiveRight&&!m)&&k.push({from:h.to,to:j.to}),e.splice.apply(e,k),i+=k.length-1}}return e}function Ie(a){var b=a.markedSpans;if(b){for(var c=0;c<b.length;++c)b[c].marker.detachLine(a);a.markedSpans=null}}function Je(a,b){if(b){for(var c=0;c<b.length;++c)b[c].marker.attachLine(a);a.markedSpans=b}}function Ke(a){return a.inclusiveLeft?-1:0}function Le(a){return a.inclusiveRight?1:0}function Me(a,b){var c=a.lines.length-b.lines.length;if(0!=c)return c;var d=a.find(),e=b.find(),f=pb(d.from,e.from)||Ke(a)-Ke(b);if(f)return-f;var g=pb(d.to,e.to)||Le(a)-Le(b);return g?g:b.id-a.id}function Ne(a,b){var d,c=y&&a.markedSpans;if(c)for(var e,f=0;f<c.length;++f)e=c[f],e.marker.collapsed&&null==(b?e.from:e.to)&&(!d||Me(d,e.marker)<0)&&(d=e.marker);return d}function Oe(a){return Ne(a,!0)}function Pe(a){return Ne(a,!1)}function Qe(a,b,c,d,e){var f=Ef(a,b),g=y&&f.markedSpans;if(g)for(var h=0;h<g.length;++h){var i=g[h];if(i.marker.collapsed){var j=i.marker.find(0),k=pb(j.from,c)||Ke(i.marker)-Ke(e),l=pb(j.to,d)||Le(i.marker)-Le(e);if(!(k>=0&&0>=l||0>=k&&l>=0)&&(0>=k&&(pb(j.to,c)||Le(i.marker)-Ke(e))>0||k>=0&&(pb(j.from,d)||Ke(i.marker)-Le(e))<0))return!0}}}function Re(a){for(var b;b=Oe(a);)a=b.find(-1,!0).line;return a}function Se(a){for(var b,c;b=Pe(a);)a=b.find(1,!0).line,(c||(c=[])).push(a);return c}function Te(a,b){var c=Ef(a,b),d=Re(c);return c==d?b:If(d)}function Ue(a,b){if(b>a.lastLine())return b;var d,c=Ef(a,b);if(!Ve(a,c))return b;for(;d=Pe(c);)c=d.find(1,!0).line;return If(c)+1}function Ve(a,b){var c=y&&b.markedSpans;if(c)for(var d,e=0;e<c.length;++e)if(d=c[e],d.marker.collapsed){if(null==d.from)return!0;if(!d.marker.widgetNode&&0==d.from&&d.marker.inclusiveLeft&&We(a,b,d))return!0}}function We(a,b,c){if(null==c.to){var d=c.marker.find(1,!0);return We(a,d.line,ze(d.line.markedSpans,c.marker))}if(c.marker.inclusiveRight&&c.to==b.text.length)return!0;for(var e,f=0;f<b.markedSpans.length;++f)if(e=b.markedSpans[f],e.marker.collapsed&&!e.marker.widgetNode&&e.from==c.to&&(null==e.to||e.to!=c.from)&&(e.marker.inclusiveLeft||c.marker.inclusiveRight)&&We(a,b,e))return!0}function Ye(a,b,c){Kf(b)<(a.curOp&&a.curOp.scrollTop||a.doc.scrollTop)&&Rd(a,null,c)}function Ze(a){return null!=a.height?a.height:(Qg(document.body,a.node)||Pg(a.cm.display.measure,Mg("div",[a.node],null,"position: relative")),a.height=a.node.offsetHeight)}function $e(a,b,c,d){var e=new Xe(a,c,d);return e.noHScroll&&(a.display.alignWidgets=!0),Vd(a,b,"widget",function(b){var c=b.widgets||(b.widgets=[]);if(null==e.insertAt?c.push(e):c.splice(Math.min(c.length-1,Math.max(0,e.insertAt)),0,e),e.line=b,!Ve(a.doc,b)){var d=Kf(b)<a.doc.scrollTop;Hf(b,b.height+Ze(e)),d&&Rd(a,null,e.height),a.curOp.forceUpdate=!0}return!0}),e}function af(a,b,c,d){a.text=b,a.stateAfter&&(a.stateAfter=null),a.styles&&(a.styles=null),null!=a.order&&(a.order=null),Ie(a),Je(a,c);var e=d?d(a):1;e!=a.height&&Hf(a,e)}function bf(a){a.parent=null,Ie(a)}function cf(a,b){if(a)for(;;){var c=a.match(/(?:^|\s+)line-(background-)?(\S+)/);if(!c)break;a=a.slice(0,c.index)+a.slice(c.index+c[0].length);var d=c[1]?"bgClass":"textClass";null==b[d]?b[d]=c[2]:new RegExp("(?:^|s)"+c[2]+"(?:$|s)").test(b[d])||(b[d]+=" "+c[2])}return a}function df(a,b){if(a.blankLine)return a.blankLine(b);if(a.innerMode){var c=z.innerMode(a,b);return c.mode.blankLine?c.mode.blankLine(c.state):void 0}}function ef(a,b,c){var d=a.token(b,c);if(b.pos<=b.start)throw new Error("Mode "+a.name+" failed to advance stream.");return d}function ff(a,b,c,d,e,f,g){var h=c.flattenSpans;null==h&&(h=a.options.flattenSpans);var l,i=0,j=null,k=new pe(b,a.options.tabSize);for(""==b&&cf(df(c,d),f);!k.eol();){if(k.pos>a.options.maxHighlightLength?(h=!1,g&&jf(a,b,d,k.pos),k.pos=b.length,l=null):l=cf(ef(c,k,d),f),a.options.addModeClass){var m=z.innerMode(c,d).mode.name;m&&(l="m-"+(l?m+" "+l:m))}h&&j==l||(i<k.start&&e(k.start,j),i=k.start,j=l),k.start=k.pos}for(;i<k.pos;){var n=Math.min(k.pos,i+5e4);e(n,j),i=n}}function gf(a,b,c,d){var e=[a.state.modeGen],f={};ff(a,b.text,a.doc.mode,c,function(a,b){e.push(a,b)},f,d);for(var g=0;g<a.state.overlays.length;++g){var h=a.state.overlays[g],i=1,j=0;ff(a,b.text,h.mode,!0,function(a,b){for(var c=i;a>j;){var d=e[i];d>a&&e.splice(i,1,a,e[i+1],d),i+=2,j=Math.min(a,d)}if(b)if(h.opaque)e.splice(c,i-c,a,"cm-overlay "+b),i=c+2;else for(;i>c;c+=2){var f=e[c+1];e[c+1]=(f?f+" ":"")+"cm-overlay "+b}},f)}return{styles:e,classes:f.bgClass||f.textClass?f:null}}function hf(a,b){if(!b.styles||b.styles[0]!=a.state.modeGen){var c=gf(a,b,b.stateAfter=Wb(a,If(b)));b.styles=c.styles,c.classes?b.styleClasses=c.classes:b.styleClasses&&(b.styleClasses=null)}return b.styles}function jf(a,b,c,d){var e=a.doc.mode,f=new pe(b,a.options.tabSize);for(f.start=f.pos=d||0,""==b&&df(e,c);!f.eol()&&f.pos<=a.options.maxHighlightLength;)ef(e,f,c),f.start=f.pos}function mf(a,b){if(!a||/^\s*$/.test(a))return null;var c=b.addModeClass?lf:kf;return c[a]||(c[a]=a.replace(/\S+/g,"cm-$&"))}function nf(a,b){var c=Mg("span",null,null,h?"padding-right: .1px":null),d={pre:Mg("pre",[c]),content:c,col:0,pos:0,cm:a};b.measure={};for(var e=0;e<=(b.rest?b.rest.length:0);e++){var i,f=e?b.rest[e-1]:b.line;d.pos=0,d.addToken=pf,(g||h)&&a.getOption("lineWrapping")&&(d.addToken=qf(d.addToken)),ah(a.display.measure)&&(i=Lf(f))&&(d.addToken=rf(d.addToken,i)),d.map=[],tf(f,d,hf(a,f)),f.styleClasses&&(f.styleClasses.bgClass&&(d.bgClass=Vg(f.styleClasses.bgClass,d.bgClass||"")),f.styleClasses.textClass&&(d.textClass=Vg(f.styleClasses.textClass,d.textClass||""))),0==d.map.length&&d.map.push(0,0,d.content.appendChild($g(a.display.measure))),0==e?(b.measure.map=d.map,b.measure.cache={}):((b.measure.maps||(b.measure.maps=[])).push(d.map),(b.measure.caches||(b.measure.caches=[])).push({}))}return hg(a,"renderLine",a,b.line,d.pre),d}function of(a){var b=Mg("span","\u2022","cm-invalidchar");return b.title="\\u"+a.charCodeAt(0).toString(16),b}function pf(a,b,c,e,f,g){if(b){var h=a.cm.options.specialChars,i=!1;if(h.test(b))for(var j=document.createDocumentFragment(),k=0;;){h.lastIndex=k;var l=h.exec(b),m=l?l.index-k:b.length-k;if(m){var n=document.createTextNode(b.slice(k,k+m));d?j.appendChild(Mg("span",[n])):j.appendChild(n),a.map.push(a.pos,a.pos+m,n),a.col+=m,a.pos+=m}if(!l)break;if(k+=m+1," "==l[0]){var o=a.cm.options.tabSize,p=o-a.col%o,n=j.appendChild(Mg("span",zg(p),"cm-tab"));a.col+=p}else{var n=a.cm.options.specialCharPlaceholder(l[0]);d?j.appendChild(Mg("span",[n])):j.appendChild(n),a.col+=1}a.map.push(a.pos,a.pos+1,n),a.pos++}else{a.col+=b.length;var j=document.createTextNode(b);a.map.push(a.pos,a.pos+b.length,j),d&&(i=!0),a.pos+=b.length}if(c||e||f||i){var q=c||"";e&&(q+=e),f&&(q+=f);var r=Mg("span",[j],q);return g&&(r.title=g),a.content.appendChild(r)}a.content.appendChild(j)}}function qf(a){function b(a){for(var b=" ",c=0;c<a.length-2;++c)b+=c%2?" ":"\xa0";return b+=" "}return function(c,d,e,f,g,h){a(c,d.replace(/ {3,}/g,b),e,f,g,h)}}function rf(a,b){return function(c,d,e,f,g,h){e=e?e+" cm-force-border":"cm-force-border";for(var i=c.pos,j=i+d.length;;){for(var k=0;k<b.length;k++){var l=b[k];if(l.to>i&&l.from<=i)break}if(l.to>=j)return a(c,d,e,f,g,h);a(c,d.slice(0,l.to-i),e,f,null,h),f=null,d=d.slice(l.to-i),i=l.to}}}function sf(a,b,c,d){var e=!d&&c.widgetNode;e&&(a.map.push(a.pos,a.pos+b,e),a.content.appendChild(e)),a.pos+=b}function tf(a,b,c){var d=a.markedSpans,e=a.text,f=0;if(d)for(var k,m,n,o,p,q,h=e.length,i=0,g=1,j="",l=0;;){if(l==i){m=n=o=p="",q=null,l=1/0;for(var r=[],s=0;s<d.length;++s){var t=d[s],u=t.marker;t.from<=i&&(null==t.to||t.to>i)?(null!=t.to&&l>t.to&&(l=t.to,n=""),u.className&&(m+=" "+u.className),u.startStyle&&t.from==i&&(o+=" "+u.startStyle),u.endStyle&&t.to==l&&(n+=" "+u.endStyle),u.title&&!p&&(p=u.title),u.collapsed&&(!q||Me(q.marker,u)<0)&&(q=t)):t.from>i&&l>t.from&&(l=t.from),"bookmark"==u.type&&t.from==i&&u.widgetNode&&r.push(u)}if(q&&(q.from||0)==i&&(sf(b,(null==q.to?h+1:q.to)-i,q.marker,null==q.from),null==q.to))return;if(!q&&r.length)for(var s=0;s<r.length;++s)sf(b,0,r[s])}if(i>=h)break;for(var v=Math.min(h,l);;){if(j){var w=i+j.length;if(!q){var x=w>v?j.slice(0,v-i):j;b.addToken(b,x,k?k+m:m,o,i+x.length==l?n:"",p)}if(w>=v){j=j.slice(v-i),i=v;break}i=w,o=""}j=e.slice(f,f=c[g++]),k=mf(c[g++],b.cm.options)}}else for(var g=1;g<c.length;g+=2)b.addToken(b,e.slice(f,f=c[g]),mf(c[g+1],b.cm.options))}function uf(a,b){return 0==b.from.ch&&0==b.to.ch&&""==Ag(b.text)&&(!a.cm||a.cm.options.wholeLineUpdateBefore)}function vf(a,b,c,d){function e(a){return c?c[a]:null}function f(a,c,e){af(a,c,e,d),kg(a,"change",a,b)}var g=b.from,h=b.to,i=b.text,j=Ef(a,g.line),k=Ef(a,h.line),l=Ag(i),m=e(i.length-1),n=h.line-g.line;if(uf(a,b)){for(var o=0,p=[];o<i.length-1;++o)p.push(new _e(i[o],e(o),d));f(k,k.text,m),n&&a.remove(g.line,n),p.length&&a.insert(g.line,p)}else if(j==k)if(1==i.length)f(j,j.text.slice(0,g.ch)+l+j.text.slice(h.ch),m);else{for(var p=[],o=1;o<i.length-1;++o)p.push(new _e(i[o],e(o),d));p.push(new _e(l+j.text.slice(h.ch),m,d)),f(j,j.text.slice(0,g.ch)+i[0],e(0)),a.insert(g.line+1,p)}else if(1==i.length)f(j,j.text.slice(0,g.ch)+i[0]+k.text.slice(h.ch),e(0)),a.remove(g.line+1,n);else{f(j,j.text.slice(0,g.ch)+i[0],e(0)),f(k,l+k.text.slice(h.ch),m);for(var o=1,p=[];o<i.length-1;++o)p.push(new _e(i[o],e(o),d));n>1&&a.remove(g.line+1,n-1),a.insert(g.line+1,p)}kg(a,"change",a,b)}function wf(a){this.lines=a,this.parent=null;for(var b=0,c=0;b<a.length;++b)a[b].parent=this,c+=a[b].height;this.height=c}function xf(a){this.children=a;for(var b=0,c=0,d=0;d<a.length;++d){var e=a[d];b+=e.chunkSize(),c+=e.height,e.parent=this}this.size=b,this.height=c,this.parent=null}function Cf(a,b,c){function d(a,e,f){if(a.linked)for(var g=0;g<a.linked.length;++g){var h=a.linked[g];if(h.doc!=e){var i=f&&h.sharedHist;(!c||i)&&(b(h.doc,i),d(h.doc,a,i))}}}d(a,null,!0)}function Df(a,b){if(b.cm)throw new Error("This document is already in use.");a.doc=b,b.cm=a,F(a),B(a),a.options.lineWrapping||M(a),a.options.mode=b.modeOption,Gc(a)}function Ef(a,b){if(b-=a.first,0>b||b>=a.size)throw new Error("There is no line "+(b+a.first)+" in the document.");for(var c=a;!c.lines;)for(var d=0;;++d){var e=c.children[d],f=e.chunkSize();if(f>b){c=e;break}b-=f}return c.lines[b]}function Ff(a,b,c){var d=[],e=b.line;return a.iter(b.line,c.line+1,function(a){var f=a.text;e==c.line&&(f=f.slice(0,c.ch)),e==b.line&&(f=f.slice(b.ch)),d.push(f),++e}),d}function Gf(a,b,c){var d=[];return a.iter(b,c,function(a){d.push(a.text)}),d}function Hf(a,b){var c=b-a.height;if(c)for(var d=a;d;d=d.parent)d.height+=c}function If(a){if(null==a.parent)return null;for(var b=a.parent,c=Cg(b.lines,a),d=b.parent;d;b=d,d=d.parent)for(var e=0;d.children[e]!=b;++e)c+=d.children[e].chunkSize();return c+b.first}function Jf(a,b){var c=a.first;a:do{for(var d=0;d<a.children.length;++d){var e=a.children[d],f=e.height;if(f>b){a=e;continue a}b-=f,c+=e.chunkSize()}return c}while(!a.lines);for(var d=0;d<a.lines.length;++d){var g=a.lines[d],h=g.height;if(h>b)break;b-=h}return c+d}function Kf(a){a=Re(a);for(var b=0,c=a.parent,d=0;d<c.lines.length;++d){var e=c.lines[d];if(e==a)break;b+=e.height}for(var f=c.parent;f;c=f,f=c.parent)for(var d=0;d<f.children.length;++d){var g=f.children[d];if(g==c)break;b+=g.height}return b}function Lf(a){var b=a.order;return null==b&&(b=a.order=sh(a.text)),b}function Mf(a){this.done=[],this.undone=[],this.undoDepth=1/0,this.lastModTime=this.lastSelTime=0,this.lastOp=null,this.lastOrigin=this.lastSelOrigin=null,this.generation=this.maxGeneration=a||1}function Nf(a,b){var c={from:qb(b.from),to:Ad(b),text:Ff(a,b.from,b.to)};return Uf(a,c,b.from.line,b.to.line+1),Cf(a,function(a){Uf(a,c,b.from.line,b.to.line+1)},!0),c}function Of(a){for(;a.length;){var b=Ag(a);if(!b.ranges)break;a.pop()}}function Pf(a,b){return b?(Of(a.done),Ag(a.done)):a.done.length&&!Ag(a.done).ranges?Ag(a.done):a.done.length>1&&!a.done[a.done.length-2].ranges?(a.done.pop(),Ag(a.done)):void 0}function Qf(a,b,c,d){var e=a.history;e.undone.length=0;var g,f=+new Date;if((e.lastOp==d||e.lastOrigin==b.origin&&b.origin&&("+"==b.origin.charAt(0)&&a.cm&&e.lastModTime>f-a.cm.options.historyEventDelay||"*"==b.origin.charAt(0)))&&(g=Pf(e,e.lastOp==d))){var h=Ag(g.changes);0==pb(b.from,b.to)&&0==pb(b.from,h.to)?h.to=Ad(b):g.changes.push(Nf(a,b))}else{var i=Ag(e.done);for(i&&i.ranges||Tf(a.sel,e.done),g={changes:[Nf(a,b)],generation:e.generation},e.done.push(g);e.done.length>e.undoDepth;)e.done.shift(),e.done[0].ranges||e.done.shift()}e.done.push(c),e.generation=++e.maxGeneration,e.lastModTime=e.lastSelTime=f,e.lastOp=d,e.lastOrigin=e.lastSelOrigin=b.origin,h||hg(a,"historyAdded")}function Rf(a,b,c,d){var e=b.charAt(0);return"*"==e||"+"==e&&c.ranges.length==d.ranges.length&&c.somethingSelected()==d.somethingSelected()&&new Date-a.history.lastSelTime<=(a.cm?a.cm.options.historyEventDelay:500)}function Sf(a,b,c,d){var e=a.history,f=d&&d.origin;c==e.lastOp||f&&e.lastSelOrigin==f&&(e.lastModTime==e.lastSelTime&&e.lastOrigin==f||Rf(a,f,Ag(e.done),b))?e.done[e.done.length-1]=b:Tf(b,e.done),e.lastSelTime=+new Date,e.lastSelOrigin=f,e.lastOp=c,d&&d.clearRedo!==!1&&Of(e.undone)}function Tf(a,b){var c=Ag(b);c&&c.ranges&&c.equals(a)||b.push(a)}function Uf(a,b,c,d){var e=b["spans_"+a.id],f=0;a.iter(Math.max(a.first,c),Math.min(a.first+a.size,d),function(c){c.markedSpans&&((e||(e=b["spans_"+a.id]={}))[f]=c.markedSpans),++f})}function Vf(a){if(!a)return null;for(var c,b=0;b<a.length;++b)a[b].marker.explicitlyCleared?c||(c=a.slice(0,b)):c&&c.push(a[b]);return c?c.length?c:null:a}function Wf(a,b){var c=b["spans_"+a.id];if(!c)return null;for(var d=0,e=[];d<b.text.length;++d)e.push(Vf(c[d]));return e}function Xf(a,b,c){for(var d=0,e=[];d<a.length;++d){var f=a[d];if(f.ranges)e.push(c?tb.prototype.deepCopy.call(f):f);else{var g=f.changes,h=[];e.push({changes:h});for(var i=0;i<g.length;++i){var k,j=g[i];if(h.push({from:j.from,to:j.to,text:j.text}),b)for(var l in j)(k=l.match(/^spans_(\d+)$/))&&Cg(b,Number(k[1]))>-1&&(Ag(h)[l]=j[l],delete j[l])}}}return e}function Yf(a,b,c,d){c<a.line?a.line+=d:b<a.line&&(a.line=b,a.ch=0)}function Zf(a,b,c,d){for(var e=0;e<a.length;++e){var f=a[e],g=!0;if(f.ranges){f.copied||(f=a[e]=f.deepCopy(),f.copied=!0);for(var h=0;h<f.ranges.length;h++)Yf(f.ranges[h].anchor,b,c,d),Yf(f.ranges[h].head,b,c,d)}else{for(var h=0;h<f.changes.length;++h){var i=f.changes[h];if(c<i.from.line)i.from=ob(i.from.line+d,i.from.ch),i.to=ob(i.to.line+d,i.to.ch);else if(b<=i.to.line){g=!1;break}}g||(a.splice(0,e+1),e=0)}}}function $f(a,b){var c=b.from.line,d=b.to.line,e=b.text.length-(d-c)-1;Zf(a.done,c,d,e),Zf(a.undone,c,d,e)}function bg(a){return null!=a.defaultPrevented?a.defaultPrevented:0==a.returnValue}function dg(a){return a.target||a.srcElement}function eg(a){var b=a.which;return null==b&&(1&a.button?b=1:2&a.button?b=3:4&a.button&&(b=2)),s&&a.ctrlKey&&1==b&&(b=3),b}function kg(a,b){function e(a){return function(){a.apply(null,d)}}var c=a._handlers&&a._handlers[b];if(c){var d=Array.prototype.slice.call(arguments,2);ig||(++jg,ig=[],setTimeout(lg,0));for(var f=0;f<c.length;++f)ig.push(e(c[f]))}}function lg(){--jg;var a=ig;ig=null;for(var b=0;b<a.length;++b)a[b]()}function mg(a,b,c){return hg(a,c||b.type,a,b),bg(b)||b.codemirrorIgnore}function ng(a){var b=a._handlers&&a._handlers.cursorActivity;if(b)for(var c=a.curOp.cursorActivityHandlers||(a.curOp.cursorActivityHandlers=[]),d=0;d<b.length;++d)-1==Cg(c,b[d])&&c.push(b[d])}function og(a,b){var c=a._handlers&&a._handlers[b];return c&&c.length>0}function pg(a){a.prototype.on=function(a,b){fg(this,a,b)},a.prototype.off=function(a,b){gg(this,a,b)}}function vg(){this.id=null}function xg(a,b,c){for(var d=0,e=0;;){var f=a.indexOf(" ",d);-1==f&&(f=a.length);var g=f-d;if(f==a.length||e+g>=b)return d+Math.min(g,b-e);if(e+=f-d,e+=c-e%c,d=f+1,e>=b)return d}}function zg(a){for(;yg.length<=a;)yg.push(Ag(yg)+" ");return yg[a]}function Ag(a){return a[a.length-1]}function Cg(a,b){for(var c=0;c<a.length;++c)if(a[c]==b)return c;return-1}function Dg(a,b){for(var c=[],d=0;d<a.length;d++)c[d]=b(a[d],d);return c}function Eg(a,b){var c;if(Object.create)c=Object.create(a);else{var d=function(){};d.prototype=a,c=new d}return b&&Fg(b,c),c}function Fg(a,b,c){b||(b={});for(var d in a)!a.hasOwnProperty(d)||c===!1&&b.hasOwnProperty(d)||(b[d]=a[d]);return b}function Gg(a){var b=Array.prototype.slice.call(arguments,1);return function(){return a.apply(null,b)}}function Jg(a){for(var b in a)if(a.hasOwnProperty(b)&&a[b])return!1;return!0}function Lg(a){return a.charCodeAt(0)>=768&&Kg.test(a)}function Mg(a,b,c,d){var e=document.createElement(a);if(c&&(e.className=c),d&&(e.style.cssText=d),"string"==typeof b)e.appendChild(document.createTextNode(b));else if(b)for(var f=0;f<b.length;++f)e.appendChild(b[f]);return e}function Og(a){for(var b=a.childNodes.length;b>0;--b)a.removeChild(a.firstChild);return a}function Pg(a,b){return Og(a).appendChild(b)}function Qg(a,b){if(a.contains)return a.contains(b);for(;b=b.parentNode;)if(b==a)return!0}function Rg(){return document.activeElement}function Sg(a){return new RegExp("\\b"+a+"\\b\\s*")}function Tg(a,b){var c=Sg(b);c.test(a.className)&&(a.className=a.className.replace(c,""))}function Ug(a,b){Sg(b).test(a.className)||(a.className+=" "+b)}function Vg(a,b){for(var c=a.split(" "),d=0;d<c.length;d++)c[d]&&!Sg(c[d]).test(b)&&(b+=" "+c[d]);return b}function Yg(a){if(null!=Xg)return Xg;var b=Mg("div",null,null,"width: 50px; height: 50px; overflow-x: scroll");return Pg(a,b),b.offsetWidth&&(Xg=b.offsetHeight-b.clientHeight),Xg||0}function $g(a){if(null==Zg){var b=Mg("span","\u200b");Pg(a,Mg("span",[b,document.createTextNode("x")])),0!=a.firstChild.offsetHeight&&(Zg=b.offsetWidth<=1&&b.offsetHeight>2&&!c)}return Zg?Mg("span","\u200b"):Mg("span","\xa0",null,"display: inline-block; width: 1px; margin-right: -1px")}function ah(a){if(null!=_g)return _g;var b=Pg(a,document.createTextNode("A\u062eA")),c=Ng(b,0,1).getBoundingClientRect();if(c.left==c.right)return!1;var d=Ng(b,1,2).getBoundingClientRect();return _g=d.right-c.right<3}function fh(a,b,c,d){if(!a)return d(b,c,"ltr");for(var e=!1,f=0;f<a.length;++f){var g=a[f];(g.from<c&&g.to>b||b==c&&g.to==b)&&(d(Math.max(g.from,b),Math.min(g.to,c),1==g.level?"rtl":"ltr"),e=!0)}e||d(b,c,"ltr")}function gh(a){return a.level%2?a.to:a.from}function hh(a){return a.level%2?a.from:a.to}function ih(a){var b=Lf(a);return b?gh(b[0]):0}function jh(a){var b=Lf(a);return b?hh(Ag(b)):a.text.length}function kh(a,b){var c=Ef(a.doc,b),d=Re(c);d!=c&&(b=If(d));var e=Lf(d),f=e?e[0].level%2?jh(d):ih(d):0;return ob(b,f)}function lh(a,b){for(var c,d=Ef(a.doc,b);c=Pe(d);)d=c.find(1,!0).line,b=null;var e=Lf(d),f=e?e[0].level%2?ih(d):jh(d):d.text.length;return ob(null==b?If(d):b,f)}function mh(a,b,c){var d=a[0].level;return b==d?!0:c==d?!1:c>b}function oh(a,b){nh=null;for(var d,c=0;c<a.length;++c){var e=a[c];if(e.from<b&&e.to>b)return c;if(e.from==b||e.to==b){if(null!=d)return mh(a,e.level,a[d].level)?(e.from!=e.to&&(nh=d),c):(e.from!=e.to&&(nh=c),d);d=c}}return d}function ph(a,b,c,d){if(!d)return b+c;do b+=c;while(b>0&&Lg(a.text.charAt(b)));return b}function qh(a,b,c,d){var e=Lf(a);if(!e)return rh(a,b,c,d);for(var f=oh(e,b),g=e[f],h=ph(a,b,g.level%2?-c:c,d);;){if(h>g.from&&h<g.to)return h;if(h==g.from||h==g.to)return oh(e,h)==f?h:(g=e[f+=c],c>0==g.level%2?g.to:g.from);if(g=e[f+=c],!g)return null;h=c>0==g.level%2?ph(a,g.to,-1,d):ph(a,g.from,1,d)}}function rh(a,b,c,d){var e=b+c;if(d)for(;e>0&&Lg(a.text.charAt(e));)e+=c;return 0>e||e>a.text.length?null:e}var a=/gecko\/\d/i.test(navigator.userAgent),b=/MSIE \d/.test(navigator.userAgent),c=b&&(null==document.documentMode||document.documentMode<8),d=b&&(null==document.documentMode||document.documentMode<9),e=b&&(null==document.documentMode||document.documentMode<10),f=/Trident\/([7-9]|\d{2,})\./.test(navigator.userAgent),g=b||f,h=/WebKit\//.test(navigator.userAgent),i=h&&/Qt\/\d+\.\d+/.test(navigator.userAgent),j=/Chrome\//.test(navigator.userAgent),k=/Opera\//.test(navigator.userAgent),l=/Apple Computer/.test(navigator.vendor),m=/KHTML\//.test(navigator.userAgent),n=/Mac OS X 1\d\D([7-9]|\d\d)\D/.test(navigator.userAgent),o=/Mac OS X 1\d\D([8-9]|\d\d)\D/.test(navigator.userAgent),p=/PhantomJS/.test(navigator.userAgent),q=/AppleWebKit/.test(navigator.userAgent)&&/Mobile\/\w+/.test(navigator.userAgent),r=q||/Android|webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(navigator.userAgent),s=q||/Mac/.test(navigator.platform),t=/win/i.test(navigator.platform),u=k&&navigator.userAgent.match(/Version\/(\d*\.\d*)/);u&&(u=Number(u[1])),u&&u>=15&&(k=!1,h=!0);var v=s&&(i||k&&(null==u||12.11>u)),w=a||g&&!d,x=!1,y=!1,ob=z.Pos=function(a,b){return this instanceof ob?(this.line=a,this.ch=b,void 0):new ob(a,b)},pb=z.cmpPos=function(a,b){return a.line-b.line||a.ch-b.ch};tb.prototype={primary:function(){return this.ranges[this.primIndex]},equals:function(a){if(a==this)return!0;if(a.primIndex!=this.primIndex||a.ranges.length!=this.ranges.length)return!1;for(var b=0;b<this.ranges.length;b++){var c=this.ranges[b],d=a.ranges[b];if(0!=pb(c.anchor,d.anchor)||0!=pb(c.head,d.head))return!1}return!0},deepCopy:function(){for(var a=[],b=0;b<this.ranges.length;b++)a[b]=new ub(qb(this.ranges[b].anchor),qb(this.ranges[b].head));return new tb(a,this.primIndex)},somethingSelected:function(){for(var a=0;a<this.ranges.length;a++)if(!this.ranges[a].empty())return!0;return!1},contains:function(a,b){b||(b=a);for(var c=0;c<this.ranges.length;c++){var d=this.ranges[c];if(pb(b,d.from())>=0&&pb(a,d.to())<=0)return c}return-1}},ub.prototype={from:function(){return sb(this.anchor,this.head)},to:function(){return rb(this.anchor,this.head)},empty:function(){return this.head.line==this.anchor.line&&this.head.ch==this.anchor.ch}};var uc,Yc,Zc,fc={left:0,right:0,top:0,bottom:0},xc=0,dd=0,id=0,jd=null;g?jd=-.53:a?jd=15:j?jd=-.7:l&&(jd=-1/3);var nd,xd,qd=null,Ad=z.changeEnd=function(a){return a.text?ob(a.from.line+a.text.length-1,Ag(a.text).length+(1==a.text.length?a.from.ch:0)):a.to};z.prototype={constructor:z,focus:function(){window.focus(),Rc(this),Oc(this)},setOption:function(a,b){var c=this.options,d=c[a];(c[a]!=b||"mode"==a)&&(c[a]=b,_d.hasOwnProperty(a)&&Bc(this,_d[a])(this,b,d))},getOption:function(a){return this.options[a]},getDoc:function(){return this.doc},addKeyMap:function(a,b){this.state.keyMaps[b?"push":"unshift"](a)},removeKeyMap:function(a){for(var b=this.state.keyMaps,c=0;c<b.length;++c)if(b[c]==a||"string"!=typeof b[c]&&b[c].name==a)return b.splice(c,1),!0},addOverlay:Cc(function(a,b){var c=a.token?a:z.getMode(this.options,a);if(c.startState)throw new Error("Overlays may not be stateful.");this.state.overlays.push({mode:c,modeSpec:a,opaque:b&&b.opaque}),this.state.modeGen++,Gc(this)}),removeOverlay:Cc(function(a){for(var b=this.state.overlays,c=0;c<b.length;++c){var d=b[c].modeSpec;if(d==a||"string"==typeof a&&d.name==a)return b.splice(c,1),this.state.modeGen++,Gc(this),void 0}}),indentLine:Cc(function(a,b,c){"string"!=typeof b&&"number"!=typeof b&&(b=null==b?this.options.smartIndent?"smart":"prev":b?"add":"subtract"),Ab(this.doc,a)&&Ud(this,a,b,c)}),indentSelection:Cc(function(a){for(var b=this.doc.sel.ranges,c=-1,d=0;d<b.length;d++){var e=b[d];if(e.empty())e.head.line>c&&(Ud(this,e.head.line,a,!0),c=e.head.line,d==this.doc.sel.primIndex&&Sd(this));else{var f=Math.max(c,e.from().line),g=e.to();c=Math.min(this.lastLine(),g.line-(g.ch?0:1))+1;for(var h=f;c>h;++h)Ud(this,h,a)}}}),getTokenAt:function(a,b){var c=this.doc;a=yb(c,a);for(var d=Wb(this,a.line,b),e=this.doc.mode,f=Ef(c,a.line),g=new pe(f.text,this.options.tabSize);g.pos<a.ch&&!g.eol();){g.start=g.pos;var h=ef(e,g,d)}return{start:g.start,end:g.pos,string:g.current(),type:h||null,state:d}},getTokenTypeAt:function(a){a=yb(this.doc,a);var f,b=hf(this,Ef(this.doc,a.line)),c=0,d=(b.length-1)/2,e=a.ch;if(0==e)f=b[2];else for(;;){var g=c+d>>1;if((g?b[2*g-1]:0)>=e)d=g;else{if(!(b[2*g+1]<e)){f=b[2*g+2];break}c=g+1}}var h=f?f.indexOf("cm-overlay "):-1;return 0>h?f:0==h?null:f.slice(0,h-1)},getModeAt:function(a){var b=this.doc.mode;return b.innerMode?z.innerMode(b,this.getTokenAt(a).state).mode:b},getHelper:function(a,b){return this.getHelpers(a,b)[0]},getHelpers:function(a,b){var c=[];if(!ge.hasOwnProperty(b))return ge;var d=ge[b],e=this.getModeAt(a);if("string"==typeof e[b])d[e[b]]&&c.push(d[e[b]]);else if(e[b])for(var f=0;f<e[b].length;f++){var g=d[e[b][f]];g&&c.push(g)}else e.helperType&&d[e.helperType]?c.push(d[e.helperType]):d[e.name]&&c.push(d[e.name]);for(var f=0;f<d._global.length;f++){var h=d._global[f];h.pred(e,this)&&-1==Cg(c,h.val)&&c.push(h.val)}return c},getStateAfter:function(a,b){var c=this.doc;return a=xb(c,null==a?c.first+c.size-1:a),Wb(this,a+1,b)},cursorCoords:function(a,b){var c,d=this.doc.sel.primary();return c=null==a?d.head:"object"==typeof a?yb(this.doc,a):a?d.from():d.to(),pc(this,c,b||"page")},charCoords:function(a,b){return oc(this,yb(this.doc,a),b||"page")},coordsChar:function(a,b){return a=nc(this,a,b||"page"),sc(this,a.left,a.top)},lineAtHeight:function(a,b){return a=nc(this,{top:a,left:0},b||"page").top,Jf(this.doc,a+this.display.viewOffset)},heightAtLine:function(a,b){var c=!1,d=this.doc.first+this.doc.size-1;a<this.doc.first?a=this.doc.first:a>d&&(a=d,c=!0);var e=Ef(this.doc,a);return mc(this,e,{top:0,left:0},b||"page").top+(c?this.doc.height-Kf(e):0)},defaultTextHeight:function(){return vc(this.display)},defaultCharWidth:function(){return wc(this.display)},setGutterMarker:Cc(function(a,b,c){return Vd(this,a,"gutter",function(a){var d=a.gutterMarkers||(a.gutterMarkers={});return d[b]=c,!c&&Jg(d)&&(a.gutterMarkers=null),!0})}),clearGutter:Cc(function(a){var b=this,c=b.doc,d=c.first;c.iter(function(c){c.gutterMarkers&&c.gutterMarkers[a]&&(c.gutterMarkers[a]=null,Hc(b,d,"gutter"),Jg(c.gutterMarkers)&&(c.gutterMarkers=null)),++d})}),addLineClass:Cc(function(a,b,c){return Vd(this,a,"class",function(a){var d="text"==b?"textClass":"background"==b?"bgClass":"wrapClass";if(a[d]){if(new RegExp("(?:^|\\s)"+c+"(?:$|\\s)").test(a[d]))return!1;a[d]+=" "+c}else a[d]=c;return!0})}),removeLineClass:Cc(function(a,b,c){return Vd(this,a,"class",function(a){var d="text"==b?"textClass":"background"==b?"bgClass":"wrapClass",e=a[d];if(!e)return!1;if(null==c)a[d]=null;else{var f=e.match(new RegExp("(?:^|\\s+)"+c+"(?:$|\\s+)"));if(!f)return!1;var g=f.index+f[0].length;a[d]=e.slice(0,f.index)+(f.index&&g!=e.length?" ":"")+e.slice(g)||null}return!0})}),addLineWidget:Cc(function(a,b,c){return $e(this,a,b,c)}),removeLineWidget:function(a){a.clear()},lineInfo:function(a){if("number"==typeof a){if(!Ab(this.doc,a))return null;var b=a;if(a=Ef(this.doc,a),!a)return null}else{var b=If(a);if(null==b)return null}return{line:b,handle:a,text:a.text,gutterMarkers:a.gutterMarkers,textClass:a.textClass,bgClass:a.bgClass,wrapClass:a.wrapClass,widgets:a.widgets}},getViewport:function(){return{from:this.display.viewFrom,to:this.display.viewTo}},addWidget:function(a,b,c,d,e){var f=this.display;a=pc(this,yb(this.doc,a));var g=a.bottom,h=a.left;if(b.style.position="absolute",f.sizer.appendChild(b),"over"==d)g=a.top;else if("above"==d||"near"==d){var i=Math.max(f.wrapper.clientHeight,this.doc.height),j=Math.max(f.sizer.clientWidth,f.lineSpace.clientWidth);("above"==d||a.bottom+b.offsetHeight>i)&&a.top>b.offsetHeight?g=a.top-b.offsetHeight:a.bottom+b.offsetHeight<=i&&(g=a.bottom),h+b.offsetWidth>j&&(h=j-b.offsetWidth)}b.style.top=g+"px",b.style.left=b.style.right="","right"==e?(h=f.sizer.clientWidth-b.offsetWidth,b.style.right="0px"):("left"==e?h=0:"middle"==e&&(h=(f.sizer.clientWidth-b.offsetWidth)/2),b.style.left=h+"px"),c&&Pd(this,h,g,h+b.offsetWidth,g+b.offsetHeight)},triggerOnKeyDown:Cc(rd),triggerOnKeyPress:Cc(ud),triggerOnKeyUp:Cc(td),execCommand:function(a){return je.hasOwnProperty(a)?je[a](this):void 0},findPosH:function(a,b,c,d){var e=1;0>b&&(e=-1,b=-b);for(var f=0,g=yb(this.doc,a);b>f&&(g=Xd(this.doc,g,e,c,d),!g.hitSide);++f);return g},moveH:Cc(function(a,b){var c=this;c.extendSelectionsBy(function(d){return c.display.shift||c.doc.extend||d.empty()?Xd(c.doc,d.head,a,b,c.options.rtlMoveVisually):0>a?d.from():d.to()},ug)}),deleteH:Cc(function(a,b){var c=this.doc.sel,d=this.doc;c.somethingSelected()?d.replaceSelection("",null,"+delete"):Wd(this,function(c){var e=Xd(d,c.head,a,b,!1);return 0>a?{from:e,to:c.head}:{from:c.head,to:e}})}),findPosV:function(a,b,c,d){var e=1,f=d;0>b&&(e=-1,b=-b);for(var g=0,h=yb(this.doc,a);b>g;++g){var i=pc(this,h,"div");if(null==f?f=i.left:i.left=f,h=Yd(this,i,e,c),h.hitSide)break}return h},moveV:Cc(function(a,b){var c=this,d=this.doc,e=[],f=!c.display.shift&&!d.extend&&d.sel.somethingSelected();if(d.extendSelectionsBy(function(g){if(f)return 0>a?g.from():g.to();var h=pc(c,g.head,"div");null!=g.goalColumn&&(h.left=g.goalColumn),e.push(h.left);var i=Yd(c,h,a,b);return"page"==b&&g==d.sel.primary()&&Rd(c,null,oc(c,i,"div").top-h.top),i},ug),e.length)for(var g=0;g<d.sel.ranges.length;g++)d.sel.ranges[g].goalColumn=e[g]}),toggleOverwrite:function(a){(null==a||a!=this.state.overwrite)&&((this.state.overwrite=!this.state.overwrite)?Ug(this.display.cursorDiv,"CodeMirror-overwrite"):Tg(this.display.cursorDiv,"CodeMirror-overwrite"),hg(this,"overwriteToggle",this,this.state.overwrite))},hasFocus:function(){return Rg()==this.display.input},scrollTo:Cc(function(a,b){(null!=a||null!=b)&&Td(this),null!=a&&(this.curOp.scrollLeft=a),null!=b&&(this.curOp.scrollTop=b)}),getScrollInfo:function(){var a=this.display.scroller,b=qg;return{left:a.scrollLeft,top:a.scrollTop,height:a.scrollHeight-b,width:a.scrollWidth-b,clientHeight:a.clientHeight-b,clientWidth:a.clientWidth-b}},scrollIntoView:Cc(function(a,b){if(null==a?(a={from:this.doc.sel.primary().head,to:null},null==b&&(b=this.options.cursorScrollMargin)):"number"==typeof a?a={from:ob(a,0),to:null}:null==a.from&&(a={from:a,to:null}),a.to||(a.to=a.from),a.margin=b||0,null!=a.from.line)Td(this),this.curOp.scrollToPos=a;else{var c=Qd(this,Math.min(a.from.left,a.to.left),Math.min(a.from.top,a.to.top)-a.margin,Math.max(a.from.right,a.to.right),Math.max(a.from.bottom,a.to.bottom)+a.margin);this.scrollTo(c.scrollLeft,c.scrollTop)}}),setSize:Cc(function(a,b){function c(a){return"number"==typeof a||/^\d+$/.test(String(a))?a+"px":a}null!=a&&(this.display.wrapper.style.width=c(a)),null!=b&&(this.display.wrapper.style.height=c(b)),this.options.lineWrapping&&ic(this),this.curOp.forceUpdate=!0,hg(this,"refresh",this)}),operation:function(a){return Ac(this,a)},refresh:Cc(function(){var a=this.display.cachedTextHeight;Gc(this),this.curOp.forceUpdate=!0,jc(this),this.scrollTo(this.doc.scrollLeft,this.doc.scrollTop),K(this),(null==a||Math.abs(a-vc(this.display))>.5)&&F(this),hg(this,"refresh",this)}),swapDoc:Cc(function(a){var b=this.doc;return b.cm=null,Df(this,a),jc(this),Qc(this),this.scrollTo(a.scrollLeft,a.scrollTop),kg(this,"swapDoc",this,b),b}),getInputField:function(){return this.display.input},getWrapperElement:function(){return this.display.wrapper},getScrollerElement:function(){return this.display.scroller},getGutterElement:function(){return this.display.gutters}},pg(z);var $d=z.defaults={},_d=z.optionHandlers={},be=z.Init={toString:function(){return"CodeMirror.Init"}};ae("value","",function(a,b){a.setValue(b)},!0),ae("mode",null,function(a,b){a.doc.modeOption=b,B(a)},!0),ae("indentUnit",2,B,!0),ae("indentWithTabs",!1),ae("smartIndent",!0),ae("tabSize",4,function(a){C(a),jc(a),Gc(a)},!0),ae("specialChars",/[\t\u0000-\u0019\u00ad\u200b\u2028\u2029\ufeff]/g,function(a,b){a.options.specialChars=new RegExp(b.source+(b.test(" ")?"":"| "),"g"),a.refresh()},!0),ae("specialCharPlaceholder",of,function(a){a.refresh()},!0),ae("electricChars",!0),ae("rtlMoveVisually",!t),ae("wholeLineUpdateBefore",!0),ae("theme","default",function(a){H(a),I(a)},!0),ae("keyMap","default",G),ae("extraKeys",null),ae("lineWrapping",!1,D,!0),ae("gutters",[],function(a){N(a.options),I(a)},!0),ae("fixedGutter",!0,function(a,b){a.display.gutters.style.left=b?U(a.display)+"px":"0",a.refresh()
|
4 |
+
},!0),ae("coverGutterNextToScrollbar",!1,P,!0),ae("lineNumbers",!1,function(a){N(a.options),I(a)},!0),ae("firstLineNumber",1,I,!0),ae("lineNumberFormatter",function(a){return a},I,!0),ae("showCursorWhenSelecting",!1,Pb,!0),ae("resetSelectionOnContextMenu",!0),ae("readOnly",!1,function(a,b){"nocursor"==b?(wd(a),a.display.input.blur(),a.display.disabled=!0):(a.display.disabled=!1,b||Qc(a))}),ae("disableInput",!1,function(a,b){b||Qc(a)},!0),ae("dragDrop",!0),ae("cursorBlinkRate",530),ae("cursorScrollMargin",0),ae("cursorHeight",1),ae("workTime",100),ae("workDelay",100),ae("flattenSpans",!0,C,!0),ae("addModeClass",!1,C,!0),ae("pollInterval",100),ae("undoDepth",200,function(a,b){a.doc.history.undoDepth=b}),ae("historyEventDelay",1250),ae("viewportMargin",10,function(a){a.refresh()},!0),ae("maxHighlightLength",1e4,C,!0),ae("moveInputWithCursor",!0,function(a,b){b||(a.display.inputDiv.style.top=a.display.inputDiv.style.left=0)}),ae("tabindex",null,function(a,b){a.display.input.tabIndex=b||""}),ae("autofocus",null);var ce=z.modes={},de=z.mimeModes={};z.defineMode=function(a,b){if(z.defaults.mode||"null"==a||(z.defaults.mode=a),arguments.length>2){b.dependencies=[];for(var c=2;c<arguments.length;++c)b.dependencies.push(arguments[c])}ce[a]=b},z.defineMIME=function(a,b){de[a]=b},z.resolveMode=function(a){if("string"==typeof a&&de.hasOwnProperty(a))a=de[a];else if(a&&"string"==typeof a.name&&de.hasOwnProperty(a.name)){var b=de[a.name];"string"==typeof b&&(b={name:b}),a=Eg(b,a),a.name=b.name}else if("string"==typeof a&&/^[\w\-]+\/[\w\-]+\+xml$/.test(a))return z.resolveMode("application/xml");return"string"==typeof a?{name:a}:a||{name:"null"}},z.getMode=function(a,b){var b=z.resolveMode(b),c=ce[b.name];if(!c)return z.getMode(a,"text/plain");var d=c(a,b);if(ee.hasOwnProperty(b.name)){var e=ee[b.name];for(var f in e)e.hasOwnProperty(f)&&(d.hasOwnProperty(f)&&(d["_"+f]=d[f]),d[f]=e[f])}if(d.name=b.name,b.helperType&&(d.helperType=b.helperType),b.modeProps)for(var f in b.modeProps)d[f]=b.modeProps[f];return d},z.defineMode("null",function(){return{token:function(a){a.skipToEnd()}}}),z.defineMIME("text/plain","null");var ee=z.modeExtensions={};z.extendMode=function(a,b){var c=ee.hasOwnProperty(a)?ee[a]:ee[a]={};Fg(b,c)},z.defineExtension=function(a,b){z.prototype[a]=b},z.defineDocExtension=function(a,b){zf.prototype[a]=b},z.defineOption=ae;var fe=[];z.defineInitHook=function(a){fe.push(a)};var ge=z.helpers={};z.registerHelper=function(a,b,c){ge.hasOwnProperty(a)||(ge[a]=z[a]={_global:[]}),ge[a][b]=c},z.registerGlobalHelper=function(a,b,c,d){z.registerHelper(a,b,d),ge[a]._global.push({pred:c,val:d})};var he=z.copyState=function(a,b){if(b===!0)return b;if(a.copyState)return a.copyState(b);var c={};for(var d in b){var e=b[d];e instanceof Array&&(e=e.concat([])),c[d]=e}return c},ie=z.startState=function(a,b,c){return a.startState?a.startState(b,c):!0};z.innerMode=function(a,b){for(;a.innerMode;){var c=a.innerMode(b);if(!c||c.mode==a)break;b=c.state,a=c.mode}return c||{mode:a,state:b}};var je=z.commands={selectAll:function(a){a.setSelection(ob(a.firstLine(),0),ob(a.lastLine()),sg)},singleSelection:function(a){a.setSelection(a.getCursor("anchor"),a.getCursor("head"),sg)},killLine:function(a){Wd(a,function(b){if(b.empty()){var c=Ef(a.doc,b.head.line).text.length;return b.head.ch==c&&b.head.line<a.lastLine()?{from:b.head,to:ob(b.head.line+1,0)}:{from:b.head,to:ob(b.head.line,c)}}return{from:b.from(),to:b.to()}})},deleteLine:function(a){Wd(a,function(b){return{from:ob(b.from().line,0),to:yb(a.doc,ob(b.to().line+1,0))}})},delLineLeft:function(a){Wd(a,function(a){return{from:ob(a.from().line,0),to:a.from()}})},undo:function(a){a.undo()},redo:function(a){a.redo()},undoSelection:function(a){a.undoSelection()},redoSelection:function(a){a.redoSelection()},goDocStart:function(a){a.extendSelection(ob(a.firstLine(),0))},goDocEnd:function(a){a.extendSelection(ob(a.lastLine()))},goLineStart:function(a){a.extendSelectionsBy(function(b){return kh(a,b.head.line)},ug)},goLineStartSmart:function(a){a.extendSelectionsBy(function(b){var c=kh(a,b.head.line),d=a.getLineHandle(c.line),e=Lf(d);if(!e||0==e[0].level){var f=Math.max(0,d.text.search(/\S/)),g=b.head.line==c.line&&b.head.ch<=f&&b.head.ch;return ob(c.line,g?0:f)}return c},ug)},goLineEnd:function(a){a.extendSelectionsBy(function(b){return lh(a,b.head.line)},ug)},goLineRight:function(a){a.extendSelectionsBy(function(b){var c=a.charCoords(b.head,"div").top+5;return a.coordsChar({left:a.display.lineDiv.offsetWidth+100,top:c},"div")},ug)},goLineLeft:function(a){a.extendSelectionsBy(function(b){var c=a.charCoords(b.head,"div").top+5;return a.coordsChar({left:0,top:c},"div")},ug)},goLineUp:function(a){a.moveV(-1,"line")},goLineDown:function(a){a.moveV(1,"line")},goPageUp:function(a){a.moveV(-1,"page")},goPageDown:function(a){a.moveV(1,"page")},goCharLeft:function(a){a.moveH(-1,"char")},goCharRight:function(a){a.moveH(1,"char")},goColumnLeft:function(a){a.moveH(-1,"column")},goColumnRight:function(a){a.moveH(1,"column")},goWordLeft:function(a){a.moveH(-1,"word")},goGroupRight:function(a){a.moveH(1,"group")},goGroupLeft:function(a){a.moveH(-1,"group")},goWordRight:function(a){a.moveH(1,"word")},delCharBefore:function(a){a.deleteH(-1,"char")},delCharAfter:function(a){a.deleteH(1,"char")},delWordBefore:function(a){a.deleteH(-1,"word")},delWordAfter:function(a){a.deleteH(1,"word")},delGroupBefore:function(a){a.deleteH(-1,"group")},delGroupAfter:function(a){a.deleteH(1,"group")},indentAuto:function(a){a.indentSelection("smart")},indentMore:function(a){a.indentSelection("add")},indentLess:function(a){a.indentSelection("subtract")},insertTab:function(a){a.replaceSelection(" ")},insertSoftTab:function(a){for(var b=[],c=a.listSelections(),d=a.options.tabSize,e=0;e<c.length;e++){var f=c[e].from(),g=wg(a.getLine(f.line),f.ch,d);b.push(new Array(d-g%d+1).join(" "))}a.replaceSelections(b)},defaultTab:function(a){a.somethingSelected()?a.indentSelection("add"):a.execCommand("insertTab")},transposeChars:function(a){Ac(a,function(){for(var b=a.listSelections(),c=0;c<b.length;c++){var d=b[c].head,e=Ef(a.doc,d.line).text;d.ch>0&&d.ch<e.length-1&&a.replaceRange(e.charAt(d.ch)+e.charAt(d.ch-1),ob(d.line,d.ch-1),ob(d.line,d.ch+1))}})},newlineAndIndent:function(a){Ac(a,function(){for(var b=a.listSelections().length,c=0;b>c;c++){var d=a.listSelections()[c];a.replaceRange("\n",d.anchor,d.head,"+input"),a.indentLine(d.from().line+1,null,!0),Sd(a)}})},toggleOverwrite:function(a){a.toggleOverwrite()}},ke=z.keyMap={};ke.basic={Left:"goCharLeft",Right:"goCharRight",Up:"goLineUp",Down:"goLineDown",End:"goLineEnd",Home:"goLineStartSmart",PageUp:"goPageUp",PageDown:"goPageDown",Delete:"delCharAfter",Backspace:"delCharBefore","Shift-Backspace":"delCharBefore",Tab:"defaultTab","Shift-Tab":"indentAuto",Enter:"newlineAndIndent",Insert:"toggleOverwrite",Esc:"singleSelection"},ke.pcDefault={"Ctrl-A":"selectAll","Ctrl-D":"deleteLine","Ctrl-Z":"undo","Shift-Ctrl-Z":"redo","Ctrl-Y":"redo","Ctrl-Home":"goDocStart","Ctrl-Up":"goDocStart","Ctrl-End":"goDocEnd","Ctrl-Down":"goDocEnd","Ctrl-Left":"goGroupLeft","Ctrl-Right":"goGroupRight","Alt-Left":"goLineStart","Alt-Right":"goLineEnd","Ctrl-Backspace":"delGroupBefore","Ctrl-Delete":"delGroupAfter","Ctrl-S":"save","Ctrl-F":"find","Ctrl-G":"findNext","Shift-Ctrl-G":"findPrev","Shift-Ctrl-F":"replace","Shift-Ctrl-R":"replaceAll","Ctrl-[":"indentLess","Ctrl-]":"indentMore","Ctrl-U":"undoSelection","Shift-Ctrl-U":"redoSelection","Alt-U":"redoSelection",fallthrough:"basic"},ke.macDefault={"Cmd-A":"selectAll","Cmd-D":"deleteLine","Cmd-Z":"undo","Shift-Cmd-Z":"redo","Cmd-Y":"redo","Cmd-Up":"goDocStart","Cmd-End":"goDocEnd","Cmd-Down":"goDocEnd","Alt-Left":"goGroupLeft","Alt-Right":"goGroupRight","Cmd-Left":"goLineStart","Cmd-Right":"goLineEnd","Alt-Backspace":"delGroupBefore","Ctrl-Alt-Backspace":"delGroupAfter","Alt-Delete":"delGroupAfter","Cmd-S":"save","Cmd-F":"find","Cmd-G":"findNext","Shift-Cmd-G":"findPrev","Cmd-Alt-F":"replace","Shift-Cmd-Alt-F":"replaceAll","Cmd-[":"indentLess","Cmd-]":"indentMore","Cmd-Backspace":"delLineLeft","Cmd-U":"undoSelection","Shift-Cmd-U":"redoSelection",fallthrough:["basic","emacsy"]},ke.emacsy={"Ctrl-F":"goCharRight","Ctrl-B":"goCharLeft","Ctrl-P":"goLineUp","Ctrl-N":"goLineDown","Alt-F":"goWordRight","Alt-B":"goWordLeft","Ctrl-A":"goLineStart","Ctrl-E":"goLineEnd","Ctrl-V":"goPageDown","Shift-Ctrl-V":"goPageUp","Ctrl-D":"delCharAfter","Ctrl-H":"delCharBefore","Alt-D":"delWordAfter","Alt-Backspace":"delWordBefore","Ctrl-K":"killLine","Ctrl-T":"transposeChars"},ke["default"]=s?ke.macDefault:ke.pcDefault;var me=z.lookupKey=function(a,b,c){function d(b){b=le(b);var e=b[a];if(e===!1)return"stop";if(null!=e&&c(e))return!0;if(b.nofallthrough)return"stop";var f=b.fallthrough;if(null==f)return!1;if("[object Array]"!=Object.prototype.toString.call(f))return d(f);for(var g=0;g<f.length;++g){var h=d(f[g]);if(h)return h}return!1}for(var e=0;e<b.length;++e){var f=d(b[e]);if(f)return"stop"!=f}},ne=z.isModifierKey=function(a){var b=eh[a.keyCode];return"Ctrl"==b||"Alt"==b||"Shift"==b||"Mod"==b},oe=z.keyName=function(a,b){if(k&&34==a.keyCode&&a["char"])return!1;var c=eh[a.keyCode];return null==c||a.altGraphKey?!1:(a.altKey&&(c="Alt-"+c),(v?a.metaKey:a.ctrlKey)&&(c="Ctrl-"+c),(v?a.ctrlKey:a.metaKey)&&(c="Cmd-"+c),!b&&a.shiftKey&&(c="Shift-"+c),c)};z.fromTextArea=function(a,b){function d(){a.value=i.getValue()}if(b||(b={}),b.value=a.value,!b.tabindex&&a.tabindex&&(b.tabindex=a.tabindex),!b.placeholder&&a.placeholder&&(b.placeholder=a.placeholder),null==b.autofocus){var c=Rg();b.autofocus=c==a||null!=a.getAttribute("autofocus")&&c==document.body}if(a.form&&(fg(a.form,"submit",d),!b.leaveSubmitMethodAlone)){var e=a.form,f=e.submit;try{var g=e.submit=function(){d(),e.submit=f,e.submit(),e.submit=g}}catch(h){}}a.style.display="none";var i=z(function(b){a.parentNode.insertBefore(b,a.nextSibling)},b);return i.save=d,i.getTextArea=function(){return a},i.toTextArea=function(){d(),a.parentNode.removeChild(i.getWrapperElement()),a.style.display="",a.form&&(gg(a.form,"submit",d),"function"==typeof a.form.submit&&(a.form.submit=f))},i};var pe=z.StringStream=function(a,b){this.pos=this.start=0,this.string=a,this.tabSize=b||8,this.lastColumnPos=this.lastColumnValue=0,this.lineStart=0};pe.prototype={eol:function(){return this.pos>=this.string.length},sol:function(){return this.pos==this.lineStart},peek:function(){return this.string.charAt(this.pos)||void 0},next:function(){return this.pos<this.string.length?this.string.charAt(this.pos++):void 0},eat:function(a){var b=this.string.charAt(this.pos);if("string"==typeof a)var c=b==a;else var c=b&&(a.test?a.test(b):a(b));return c?(++this.pos,b):void 0},eatWhile:function(a){for(var b=this.pos;this.eat(a););return this.pos>b},eatSpace:function(){for(var a=this.pos;/[\s\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;return this.pos>a},skipToEnd:function(){this.pos=this.string.length},skipTo:function(a){var b=this.string.indexOf(a,this.pos);return b>-1?(this.pos=b,!0):void 0},backUp:function(a){this.pos-=a},column:function(){return this.lastColumnPos<this.start&&(this.lastColumnValue=wg(this.string,this.start,this.tabSize,this.lastColumnPos,this.lastColumnValue),this.lastColumnPos=this.start),this.lastColumnValue-(this.lineStart?wg(this.string,this.lineStart,this.tabSize):0)},indentation:function(){return wg(this.string,null,this.tabSize)-(this.lineStart?wg(this.string,this.lineStart,this.tabSize):0)},match:function(a,b,c){if("string"!=typeof a){var f=this.string.slice(this.pos).match(a);return f&&f.index>0?null:(f&&b!==!1&&(this.pos+=f[0].length),f)}var d=function(a){return c?a.toLowerCase():a},e=this.string.substr(this.pos,a.length);return d(e)==d(a)?(b!==!1&&(this.pos+=a.length),!0):void 0},current:function(){return this.string.slice(this.start,this.pos)},hideFirstChars:function(a,b){this.lineStart+=a;try{return b()}finally{this.lineStart-=a}}};var qe=z.TextMarker=function(a,b){this.lines=[],this.type=b,this.doc=a};pg(qe),qe.prototype.clear=function(){if(!this.explicitlyCleared){var a=this.doc.cm,b=a&&!a.curOp;if(b&&yc(a),og(this,"clear")){var c=this.find();c&&kg(this,"clear",c.from,c.to)}for(var d=null,e=null,f=0;f<this.lines.length;++f){var g=this.lines[f],h=ze(g.markedSpans,this);a&&!this.collapsed?Hc(a,If(g),"text"):a&&(null!=h.to&&(e=If(g)),null!=h.from&&(d=If(g))),g.markedSpans=Ae(g.markedSpans,h),null==h.from&&this.collapsed&&!Ve(this.doc,g)&&a&&Hf(g,vc(a.display))}if(a&&this.collapsed&&!a.options.lineWrapping)for(var f=0;f<this.lines.length;++f){var i=Re(this.lines[f]),j=L(i);j>a.display.maxLineLength&&(a.display.maxLine=i,a.display.maxLineLength=j,a.display.maxLineChanged=!0)}null!=d&&a&&this.collapsed&&Gc(a,d,e+1),this.lines.length=0,this.explicitlyCleared=!0,this.atomic&&this.doc.cantEdit&&(this.doc.cantEdit=!1,a&&Mb(a.doc)),a&&kg(a,"markerCleared",a,this),b&&zc(a),this.parent&&this.parent.clear()}},qe.prototype.find=function(a,b){null==a&&"bookmark"==this.type&&(a=1);for(var c,d,e=0;e<this.lines.length;++e){var f=this.lines[e],g=ze(f.markedSpans,this);if(null!=g.from&&(c=ob(b?f:If(f),g.from),-1==a))return c;if(null!=g.to&&(d=ob(b?f:If(f),g.to),1==a))return d}return c&&{from:c,to:d}},qe.prototype.changed=function(){var a=this.find(-1,!0),b=this,c=this.doc.cm;a&&c&&Ac(c,function(){var d=a.line,e=If(a.line),f=cc(c,e);if(f&&(hc(f),c.curOp.selectionChanged=c.curOp.forceUpdate=!0),c.curOp.updateMaxLine=!0,!Ve(b.doc,d)&&null!=b.height){var g=b.height;b.height=null;var h=Ze(b)-g;h&&Hf(d,d.height+h)}})},qe.prototype.attachLine=function(a){if(!this.lines.length&&this.doc.cm){var b=this.doc.cm.curOp;b.maybeHiddenMarkers&&-1!=Cg(b.maybeHiddenMarkers,this)||(b.maybeUnhiddenMarkers||(b.maybeUnhiddenMarkers=[])).push(this)}this.lines.push(a)},qe.prototype.detachLine=function(a){if(this.lines.splice(Cg(this.lines,a),1),!this.lines.length&&this.doc.cm){var b=this.doc.cm.curOp;(b.maybeHiddenMarkers||(b.maybeHiddenMarkers=[])).push(this)}};var re=0,te=z.SharedTextMarker=function(a,b){this.markers=a,this.primary=b;for(var c=0;c<a.length;++c)a[c].parent=this};pg(te),te.prototype.clear=function(){if(!this.explicitlyCleared){this.explicitlyCleared=!0;for(var a=0;a<this.markers.length;++a)this.markers[a].clear();kg(this,"clear")}},te.prototype.find=function(a,b){return this.primary.find(a,b)};var Xe=z.LineWidget=function(a,b,c){if(c)for(var d in c)c.hasOwnProperty(d)&&(this[d]=c[d]);this.cm=a,this.node=b};pg(Xe),Xe.prototype.clear=function(){var a=this.cm,b=this.line.widgets,c=this.line,d=If(c);if(null!=d&&b){for(var e=0;e<b.length;++e)b[e]==this&&b.splice(e--,1);b.length||(c.widgets=null);var f=Ze(this);Ac(a,function(){Ye(a,c,-f),Hc(a,d,"widget"),Hf(c,Math.max(0,c.height-f))})}},Xe.prototype.changed=function(){var a=this.height,b=this.cm,c=this.line;this.height=null;var d=Ze(this)-a;d&&Ac(b,function(){b.curOp.forceUpdate=!0,Ye(b,c,d),Hf(c,c.height+d)})};var _e=z.Line=function(a,b,c){this.text=a,Je(this,b),this.height=c?c(this):1};pg(_e),_e.prototype.lineNo=function(){return If(this)};var kf={},lf={};wf.prototype={chunkSize:function(){return this.lines.length},removeInner:function(a,b){for(var c=a,d=a+b;d>c;++c){var e=this.lines[c];this.height-=e.height,bf(e),kg(e,"delete")}this.lines.splice(a,b)},collapse:function(a){a.push.apply(a,this.lines)},insertInner:function(a,b,c){this.height+=c,this.lines=this.lines.slice(0,a).concat(b).concat(this.lines.slice(a));for(var d=0;d<b.length;++d)b[d].parent=this},iterN:function(a,b,c){for(var d=a+b;d>a;++a)if(c(this.lines[a]))return!0}},xf.prototype={chunkSize:function(){return this.size},removeInner:function(a,b){this.size-=b;for(var c=0;c<this.children.length;++c){var d=this.children[c],e=d.chunkSize();if(e>a){var f=Math.min(b,e-a),g=d.height;if(d.removeInner(a,f),this.height-=g-d.height,e==f&&(this.children.splice(c--,1),d.parent=null),0==(b-=f))break;a=0}else a-=e}if(this.size-b<25&&(this.children.length>1||!(this.children[0]instanceof wf))){var h=[];this.collapse(h),this.children=[new wf(h)],this.children[0].parent=this}},collapse:function(a){for(var b=0;b<this.children.length;++b)this.children[b].collapse(a)},insertInner:function(a,b,c){this.size+=b.length,this.height+=c;for(var d=0;d<this.children.length;++d){var e=this.children[d],f=e.chunkSize();if(f>=a){if(e.insertInner(a,b,c),e.lines&&e.lines.length>50){for(;e.lines.length>50;){var g=e.lines.splice(e.lines.length-25,25),h=new wf(g);e.height-=h.height,this.children.splice(d+1,0,h),h.parent=this}this.maybeSpill()}break}a-=f}},maybeSpill:function(){if(!(this.children.length<=10)){var a=this;do{var b=a.children.splice(a.children.length-5,5),c=new xf(b);if(a.parent){a.size-=c.size,a.height-=c.height;var e=Cg(a.parent.children,a);a.parent.children.splice(e+1,0,c)}else{var d=new xf(a.children);d.parent=a,a.children=[d,c],a=d}c.parent=a.parent}while(a.children.length>10);a.parent.maybeSpill()}},iterN:function(a,b,c){for(var d=0;d<this.children.length;++d){var e=this.children[d],f=e.chunkSize();if(f>a){var g=Math.min(b,f-a);if(e.iterN(a,g,c))return!0;if(0==(b-=g))break;a=0}else a-=f}}};var yf=0,zf=z.Doc=function(a,b,c){if(!(this instanceof zf))return new zf(a,b,c);null==c&&(c=0),xf.call(this,[new wf([new _e("",null)])]),this.first=c,this.scrollTop=this.scrollLeft=0,this.cantEdit=!1,this.cleanGeneration=1,this.frontier=c;var d=ob(c,0);this.sel=wb(d),this.history=new Mf(null),this.id=++yf,this.modeOption=b,"string"==typeof a&&(a=bh(a)),vf(this,{from:d,to:d,text:a}),Jb(this,wb(d),sg)};zf.prototype=Eg(xf.prototype,{constructor:zf,iter:function(a,b,c){c?this.iterN(a-this.first,b-a,c):this.iterN(this.first,this.first+this.size,a)},insert:function(a,b){for(var c=0,d=0;d<b.length;++d)c+=b[d].height;this.insertInner(a-this.first,b,c)},remove:function(a,b){this.removeInner(a-this.first,b)},getValue:function(a){var b=Gf(this,this.first,this.first+this.size);return a===!1?b:b.join(a||"\n")},setValue:Dc(function(a){var b=ob(this.first,0),c=this.first+this.size-1;Gd(this,{from:b,to:ob(c,Ef(this,c).text.length),text:bh(a),origin:"setValue"},!0),Jb(this,wb(b))}),replaceRange:function(a,b,c,d){b=yb(this,b),c=c?yb(this,c):b,Md(this,a,b,c,d)},getRange:function(a,b,c){var d=Ff(this,yb(this,a),yb(this,b));return c===!1?d:d.join(c||"\n")},getLine:function(a){var b=this.getLineHandle(a);return b&&b.text},getLineHandle:function(a){return Ab(this,a)?Ef(this,a):void 0},getLineNumber:function(a){return If(a)},getLineHandleVisualStart:function(a){return"number"==typeof a&&(a=Ef(this,a)),Re(a)},lineCount:function(){return this.size},firstLine:function(){return this.first},lastLine:function(){return this.first+this.size-1},clipPos:function(a){return yb(this,a)},getCursor:function(a){var c,b=this.sel.primary();return c=null==a||"head"==a?b.head:"anchor"==a?b.anchor:"end"==a||"to"==a||a===!1?b.to():b.from()},listSelections:function(){return this.sel.ranges},somethingSelected:function(){return this.sel.somethingSelected()},setCursor:Dc(function(a,b,c){Gb(this,yb(this,"number"==typeof a?ob(a,b||0):a),null,c)}),setSelection:Dc(function(a,b,c){Gb(this,yb(this,a),yb(this,b||a),c)}),extendSelection:Dc(function(a,b,c){Db(this,yb(this,a),b&&yb(this,b),c)}),extendSelections:Dc(function(a,b){Eb(this,Bb(this,a,b))}),extendSelectionsBy:Dc(function(a,b){Eb(this,Dg(this.sel.ranges,a),b)}),setSelections:Dc(function(a,b,c){if(a.length){for(var d=0,e=[];d<a.length;d++)e[d]=new ub(yb(this,a[d].anchor),yb(this,a[d].head));null==b&&(b=Math.min(a.length-1,this.sel.primIndex)),Jb(this,vb(e,b),c)}}),addSelection:Dc(function(a,b,c){var d=this.sel.ranges.slice(0);d.push(new ub(yb(this,a),yb(this,b||a))),Jb(this,vb(d,d.length-1),c)}),getSelection:function(a){for(var c,b=this.sel.ranges,d=0;d<b.length;d++){var e=Ff(this,b[d].from(),b[d].to());c=c?c.concat(e):e}return a===!1?c:c.join(a||"\n")},getSelections:function(a){for(var b=[],c=this.sel.ranges,d=0;d<c.length;d++){var e=Ff(this,c[d].from(),c[d].to());a!==!1&&(e=e.join(a||"\n")),b[d]=e}return b},replaceSelection:Dc(function(a,b,c){for(var d=[],e=0;e<this.sel.ranges.length;e++)d[e]=a;this.replaceSelections(d,b,c||"+input")}),replaceSelections:function(a,b,c){for(var d=[],e=this.sel,f=0;f<e.ranges.length;f++){var g=e.ranges[f];d[f]={from:g.from(),to:g.to(),text:bh(a[f]),origin:c}}for(var h=b&&"end"!=b&&Ed(this,d,b),f=d.length-1;f>=0;f--)Gd(this,d[f]);h?Ib(this,h):this.cm&&Sd(this.cm)},undo:Dc(function(){Id(this,"undo")}),redo:Dc(function(){Id(this,"redo")}),undoSelection:Dc(function(){Id(this,"undo",!0)}),redoSelection:Dc(function(){Id(this,"redo",!0)}),setExtending:function(a){this.extend=a},getExtending:function(){return this.extend},historySize:function(){for(var a=this.history,b=0,c=0,d=0;d<a.done.length;d++)a.done[d].ranges||++b;for(var d=0;d<a.undone.length;d++)a.undone[d].ranges||++c;return{undo:b,redo:c}},clearHistory:function(){this.history=new Mf(this.history.maxGeneration)},markClean:function(){this.cleanGeneration=this.changeGeneration(!0)},changeGeneration:function(a){return a&&(this.history.lastOp=this.history.lastOrigin=null),this.history.generation},isClean:function(a){return this.history.generation==(a||this.cleanGeneration)},getHistory:function(){return{done:Xf(this.history.done),undone:Xf(this.history.undone)}},setHistory:function(a){var b=this.history=new Mf(this.history.maxGeneration);b.done=Xf(a.done.slice(0),null,!0),b.undone=Xf(a.undone.slice(0),null,!0)},markText:function(a,b,c){return se(this,yb(this,a),yb(this,b),c,"range")},setBookmark:function(a,b){var c={replacedWith:b&&(null==b.nodeType?b.widget:b),insertLeft:b&&b.insertLeft,clearWhenEmpty:!1,shared:b&&b.shared};return a=yb(this,a),se(this,a,a,c,"bookmark")},findMarksAt:function(a){a=yb(this,a);var b=[],c=Ef(this,a.line).markedSpans;if(c)for(var d=0;d<c.length;++d){var e=c[d];(null==e.from||e.from<=a.ch)&&(null==e.to||e.to>=a.ch)&&b.push(e.marker.parent||e.marker)}return b},findMarks:function(a,b,c){a=yb(this,a),b=yb(this,b);var d=[],e=a.line;return this.iter(a.line,b.line+1,function(f){var g=f.markedSpans;if(g)for(var h=0;h<g.length;h++){var i=g[h];e==a.line&&a.ch>i.to||null==i.from&&e!=a.line||e==b.line&&i.from>b.ch||c&&!c(i.marker)||d.push(i.marker.parent||i.marker)}++e}),d},getAllMarks:function(){var a=[];return this.iter(function(b){var c=b.markedSpans;if(c)for(var d=0;d<c.length;++d)null!=c[d].from&&a.push(c[d].marker)}),a},posFromIndex:function(a){var b,c=this.first;return this.iter(function(d){var e=d.text.length+1;return e>a?(b=a,!0):(a-=e,++c,void 0)}),yb(this,ob(c,b))},indexFromPos:function(a){a=yb(this,a);var b=a.ch;return a.line<this.first||a.ch<0?0:(this.iter(this.first,a.line,function(a){b+=a.text.length+1}),b)},copy:function(a){var b=new zf(Gf(this,this.first,this.first+this.size),this.modeOption,this.first);return b.scrollTop=this.scrollTop,b.scrollLeft=this.scrollLeft,b.sel=this.sel,b.extend=!1,a&&(b.history.undoDepth=this.history.undoDepth,b.setHistory(this.getHistory())),b},linkedDoc:function(a){a||(a={});var b=this.first,c=this.first+this.size;null!=a.from&&a.from>b&&(b=a.from),null!=a.to&&a.to<c&&(c=a.to);var d=new zf(Gf(this,b,c),a.mode||this.modeOption,b);return a.sharedHist&&(d.history=this.history),(this.linked||(this.linked=[])).push({doc:d,sharedHist:a.sharedHist}),d.linked=[{doc:this,isParent:!0,sharedHist:a.sharedHist}],we(d,ve(this)),d},unlinkDoc:function(a){if(a instanceof z&&(a=a.doc),this.linked)for(var b=0;b<this.linked.length;++b){var c=this.linked[b];if(c.doc==a){this.linked.splice(b,1),a.unlinkDoc(this),xe(ve(this));break}}if(a.history==this.history){var d=[a.id];Cf(a,function(a){d.push(a.id)},!0),a.history=new Mf(null),a.history.done=Xf(this.history.done,d),a.history.undone=Xf(this.history.undone,d)}},iterLinkedDocs:function(a){Cf(this,a)},getMode:function(){return this.mode},getEditor:function(){return this.cm}}),zf.prototype.eachLine=zf.prototype.iter;var Af="iter insert remove copy getEditor".split(" ");for(var Bf in zf.prototype)zf.prototype.hasOwnProperty(Bf)&&Cg(Af,Bf)<0&&(z.prototype[Bf]=function(a){return function(){return a.apply(this.doc,arguments)}}(zf.prototype[Bf]));pg(zf);var ig,_f=z.e_preventDefault=function(a){a.preventDefault?a.preventDefault():a.returnValue=!1},ag=z.e_stopPropagation=function(a){a.stopPropagation?a.stopPropagation():a.cancelBubble=!0},cg=z.e_stop=function(a){_f(a),ag(a)},fg=z.on=function(a,b,c){if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent("on"+b,c);else{var d=a._handlers||(a._handlers={}),e=d[b]||(d[b]=[]);e.push(c)}},gg=z.off=function(a,b,c){if(a.removeEventListener)a.removeEventListener(b,c,!1);else if(a.detachEvent)a.detachEvent("on"+b,c);else{var d=a._handlers&&a._handlers[b];if(!d)return;for(var e=0;e<d.length;++e)if(d[e]==c){d.splice(e,1);break}}},hg=z.signal=function(a,b){var c=a._handlers&&a._handlers[b];if(c)for(var d=Array.prototype.slice.call(arguments,2),e=0;e<c.length;++e)c[e].apply(null,d)},jg=0,qg=30,rg=z.Pass={toString:function(){return"CodeMirror.Pass"}},sg={scroll:!1},tg={origin:"*mouse"},ug={origin:"+move"};vg.prototype.set=function(a,b){clearTimeout(this.id),this.id=setTimeout(b,a)};var wg=z.countColumn=function(a,b,c,d,e){null==b&&(b=a.search(/[^\s\u00a0]/),-1==b&&(b=a.length));for(var f=d||0,g=e||0;;){var h=a.indexOf(" ",f);if(0>h||h>=b)return g+(b-f);g+=h-f,g+=c-g%c,f=h+1}},yg=[""],Bg=function(a){a.select()};q?Bg=function(a){a.selectionStart=0,a.selectionEnd=a.value.length}:g&&(Bg=function(a){try{a.select()}catch(b){}}),[].indexOf&&(Cg=function(a,b){return a.indexOf(b)}),[].map&&(Dg=function(a,b){return a.map(b)});var Ng,Hg=/[\u00df\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/,Ig=z.isWordChar=function(a){return/\w/.test(a)||a>"\x80"&&(a.toUpperCase()!=a.toLowerCase()||Hg.test(a))},Kg=/[\u0300-\u036f\u0483-\u0489\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u065e\u0670\u06d6-\u06dc\u06de-\u06e4\u06e7\u06e8\u06ea-\u06ed\u0711\u0730-\u074a\u07a6-\u07b0\u07eb-\u07f3\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0900-\u0902\u093c\u0941-\u0948\u094d\u0951-\u0955\u0962\u0963\u0981\u09bc\u09be\u09c1-\u09c4\u09cd\u09d7\u09e2\u09e3\u0a01\u0a02\u0a3c\u0a41\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a70\u0a71\u0a75\u0a81\u0a82\u0abc\u0ac1-\u0ac5\u0ac7\u0ac8\u0acd\u0ae2\u0ae3\u0b01\u0b3c\u0b3e\u0b3f\u0b41-\u0b44\u0b4d\u0b56\u0b57\u0b62\u0b63\u0b82\u0bbe\u0bc0\u0bcd\u0bd7\u0c3e-\u0c40\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0cbc\u0cbf\u0cc2\u0cc6\u0ccc\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0d3e\u0d41-\u0d44\u0d4d\u0d57\u0d62\u0d63\u0dca\u0dcf\u0dd2-\u0dd4\u0dd6\u0ddf\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0eb1\u0eb4-\u0eb9\u0ebb\u0ebc\u0ec8-\u0ecd\u0f18\u0f19\u0f35\u0f37\u0f39\u0f71-\u0f7e\u0f80-\u0f84\u0f86\u0f87\u0f90-\u0f97\u0f99-\u0fbc\u0fc6\u102d-\u1030\u1032-\u1037\u1039\u103a\u103d\u103e\u1058\u1059\u105e-\u1060\u1071-\u1074\u1082\u1085\u1086\u108d\u109d\u135f\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17b7-\u17bd\u17c6\u17c9-\u17d3\u17dd\u180b-\u180d\u18a9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193b\u1a17\u1a18\u1a56\u1a58-\u1a5e\u1a60\u1a62\u1a65-\u1a6c\u1a73-\u1a7c\u1a7f\u1b00-\u1b03\u1b34\u1b36-\u1b3a\u1b3c\u1b42\u1b6b-\u1b73\u1b80\u1b81\u1ba2-\u1ba5\u1ba8\u1ba9\u1c2c-\u1c33\u1c36\u1c37\u1cd0-\u1cd2\u1cd4-\u1ce0\u1ce2-\u1ce8\u1ced\u1dc0-\u1de6\u1dfd-\u1dff\u200c\u200d\u20d0-\u20f0\u2cef-\u2cf1\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua66f-\ua672\ua67c\ua67d\ua6f0\ua6f1\ua802\ua806\ua80b\ua825\ua826\ua8c4\ua8e0-\ua8f1\ua926-\ua92d\ua947-\ua951\ua980-\ua982\ua9b3\ua9b6-\ua9b9\ua9bc\uaa29-\uaa2e\uaa31\uaa32\uaa35\uaa36\uaa43\uaa4c\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uabe5\uabe8\uabed\udc00-\udfff\ufb1e\ufe00-\ufe0f\ufe20-\ufe26\uff9e\uff9f]/;Ng=document.createRange?function(a,b,c){var d=document.createRange();return d.setEnd(a,c),d.setStart(a,b),d}:function(a,b,c){var d=document.body.createTextRange();return d.moveToElementText(a.parentNode),d.collapse(!0),d.moveEnd("character",c),d.moveStart("character",b),d},b&&(Rg=function(){try{return document.activeElement}catch(a){return document.body}});var Xg,Zg,_g,Wg=function(){if(d)return!1;var a=Mg("div");return"draggable"in a||"dragDrop"in a}(),bh=z.splitLines=3!="\n\nb".split(/\n/).length?function(a){for(var b=0,c=[],d=a.length;d>=b;){var e=a.indexOf("\n",b);-1==e&&(e=a.length);var f=a.slice(b,"\r"==a.charAt(e-1)?e-1:e),g=f.indexOf("\r");-1!=g?(c.push(f.slice(0,g)),b+=g+1):(c.push(f),b=e+1)}return c}:function(a){return a.split(/\r\n?|\n/)},ch=window.getSelection?function(a){try{return a.selectionStart!=a.selectionEnd}catch(b){return!1}}:function(a){try{var b=a.ownerDocument.selection.createRange()}catch(c){}return b&&b.parentElement()==a?0!=b.compareEndPoints("StartToEnd",b):!1},dh=function(){var a=Mg("div");return"oncopy"in a?!0:(a.setAttribute("oncopy","return;"),"function"==typeof a.oncopy)}(),eh={3:"Enter",8:"Backspace",9:"Tab",13:"Enter",16:"Shift",17:"Ctrl",18:"Alt",19:"Pause",20:"CapsLock",27:"Esc",32:"Space",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"Left",38:"Up",39:"Right",40:"Down",44:"PrintScrn",45:"Insert",46:"Delete",59:";",61:"=",91:"Mod",92:"Mod",93:"Mod",107:"=",109:"-",127:"Delete",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'",63232:"Up",63233:"Down",63234:"Left",63235:"Right",63272:"Delete",63273:"Home",63275:"End",63276:"PageUp",63277:"PageDown",63302:"Insert"};z.keyNames=eh,function(){for(var a=0;10>a;a++)eh[a+48]=eh[a+96]=String(a);for(var a=65;90>=a;a++)eh[a]=String.fromCharCode(a);for(var a=1;12>=a;a++)eh[a+111]=eh[a+63235]="F"+a}();var nh,sh=function(){function c(c){return 247>=c?a.charAt(c):c>=1424&&1524>=c?"R":c>=1536&&1773>=c?b.charAt(c-1536):c>=1774&&2220>=c?"r":c>=8192&&8203>=c?"w":8204==c?"b":"L"}function j(a,b,c){this.level=a,this.from=b,this.to=c}var a="bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNbbbbbbsbbbbbbbbbbbbbbbbbbbbbbbbbb,N%%%%NNNNLNNNNN%%11NLNNN1LNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN",b="rrrrrrrrrrrr,rNNmmmmmmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmrrrrrrrnnnnnnnnnn%nnrrrmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmNmmmm",d=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/,e=/[stwN]/,f=/[LRr]/,g=/[Lb1n]/,h=/[1n]/,i="L";return function(a){if(!d.test(a))return!1;for(var m,b=a.length,k=[],l=0;b>l;++l)k.push(m=c(a.charCodeAt(l)));for(var l=0,n=i;b>l;++l){var m=k[l];"m"==m?k[l]=n:n=m}for(var l=0,o=i;b>l;++l){var m=k[l];"1"==m&&"r"==o?k[l]="n":f.test(m)&&(o=m,"r"==m&&(k[l]="R"))}for(var l=1,n=k[0];b-1>l;++l){var m=k[l];"+"==m&&"1"==n&&"1"==k[l+1]?k[l]="1":","!=m||n!=k[l+1]||"1"!=n&&"n"!=n||(k[l]=n),n=m}for(var l=0;b>l;++l){var m=k[l];if(","==m)k[l]="N";else if("%"==m){for(var p=l+1;b>p&&"%"==k[p];++p);for(var q=l&&"!"==k[l-1]||b>p&&"1"==k[p]?"1":"N",r=l;p>r;++r)k[r]=q;l=p-1}}for(var l=0,o=i;b>l;++l){var m=k[l];"L"==o&&"1"==m?k[l]="L":f.test(m)&&(o=m)}for(var l=0;b>l;++l)if(e.test(k[l])){for(var p=l+1;b>p&&e.test(k[p]);++p);for(var s="L"==(l?k[l-1]:i),t="L"==(b>p?k[p]:i),q=s||t?"L":"R",r=l;p>r;++r)k[r]=q;l=p-1}for(var v,u=[],l=0;b>l;)if(g.test(k[l])){var w=l;for(++l;b>l&&g.test(k[l]);++l);u.push(new j(0,w,l))}else{var x=l,y=u.length;for(++l;b>l&&"L"!=k[l];++l);for(var r=x;l>r;)if(h.test(k[r])){r>x&&u.splice(y,0,new j(1,x,r));var z=r;for(++r;l>r&&h.test(k[r]);++r);u.splice(y,0,new j(2,z,r)),x=r}else++r;l>x&&u.splice(y,0,new j(1,x,l))}return 1==u[0].level&&(v=a.match(/^\s+/))&&(u[0].from=v[0].length,u.unshift(new j(0,0,v[0].length))),1==Ag(u).level&&(v=a.match(/\s+$/))&&(Ag(u).to-=v[0].length,u.push(new j(0,b-v[0].length,b))),u[0].level!=Ag(u).level&&u.push(new j(u[0].level,b,b)),u}}();return z.version="4.0.4",z}),function(a){"object"==typeof exports&&"object"==typeof module?a(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],a):a(CodeMirror)}(function(a){"use strict";function b(a){for(var b={},c=0;c<a.length;++c)b[a[c]]=!0;return b}function q(a,b){for(var d,c=!1;null!=(d=a.next());){if(c&&"/"==d){b.tokenize=null;
|
5 |
+
break}c="*"==d}return["comment","comment"]}function r(a,b){return a.skipTo("-->")?(a.match("-->"),b.tokenize=null):a.skipToEnd(),["comment","comment"]}a.defineMode("css",function(b,c){function p(a,b){return n=b,a}function q(a,b){var c=a.next();if(e[c]){var d=e[c](a,b);if(d!==!1)return d}return"@"==c?(a.eatWhile(/[\w\\\-]/),p("def",a.current())):"="==c||("~"==c||"|"==c)&&a.eat("=")?p(null,"compare"):'"'==c||"'"==c?(b.tokenize=r(c),b.tokenize(a,b)):"#"==c?(a.eatWhile(/[\w\\\-]/),p("atom","hash")):"!"==c?(a.match(/^\s*\w*/),p("keyword","important")):/\d/.test(c)||"."==c&&a.eat(/\d/)?(a.eatWhile(/[\w.%]/),p("number","unit")):"-"!==c?/[,+>*\/]/.test(c)?p(null,"select-op"):"."==c&&a.match(/^-?[_a-z][_a-z0-9-]*/i)?p("qualifier","qualifier"):/[:;{}\[\]\(\)]/.test(c)?p(null,c):"u"==c&&a.match("rl(")?(a.backUp(1),b.tokenize=s,p("property","word")):/[\w\\\-]/.test(c)?(a.eatWhile(/[\w\\\-]/),p("property","word")):p(null,null):/[\d.]/.test(a.peek())?(a.eatWhile(/[\w.%]/),p("number","unit")):a.match(/^[^-]+-/)?p("meta","meta"):void 0}function r(a){return function(b,c){for(var e,d=!1;null!=(e=b.next());){if(e==a&&!d){")"==a&&b.backUp(1);break}d=!d&&"\\"==e}return(e==a||!d&&")"!=a)&&(c.tokenize=null),p("string","string")}}function s(a,b){return a.next(),b.tokenize=a.match(/\s*[\"\')]/,!1)?null:r(")"),p(null,"(")}function t(a,b,c){this.type=a,this.indent=b,this.prev=c}function u(a,b,c){return a.context=new t(c,b.indentation()+d,a.context),c}function v(a){return a.context=a.context.prev,a.context.type}function w(a,b,c){return z[c.context.type](a,b,c)}function x(a,b,c,d){for(var e=d||1;e>0;e--)c.context=c.context.prev;return w(a,b,c)}function y(a){var b=a.current().toLowerCase();o=k.hasOwnProperty(b)?"atom":j.hasOwnProperty(b)?"keyword":"variable"}c.propertyKeywords||(c=a.resolveMode("text/css"));var n,o,d=b.indentUnit,e=c.tokenHooks,f=c.mediaTypes||{},g=c.mediaFeatures||{},h=c.propertyKeywords||{},i=c.nonStandardPropertyKeywords||{},j=c.colorKeywords||{},k=c.valueKeywords||{},l=c.fontProperties||{},m=c.allowNested,z={};return z.top=function(a,b,c){if("{"==a)return u(c,b,"block");if("}"==a&&c.context.prev)return v(c);if("@media"==a)return u(c,b,"media");if("@font-face"==a)return"font_face_before";if(/^@(-(moz|ms|o|webkit)-)?keyframes$/.test(a))return"keyframes";if(a&&"@"==a.charAt(0))return u(c,b,"at");if("hash"==a)o="builtin";else if("word"==a)o="tag";else{if("variable-definition"==a)return"maybeprop";if("interpolation"==a)return u(c,b,"interpolation");if(":"==a)return"pseudo";if(m&&"("==a)return u(c,b,"params")}return c.context.type},z.block=function(a,b,c){if("word"==a){var d=b.current().toLowerCase();return h.hasOwnProperty(d)?(o="property","maybeprop"):i.hasOwnProperty(d)?(o="string-2","maybeprop"):m?(o=b.match(/^\s*:/,!1)?"property":"tag","block"):(o+=" error","maybeprop")}return"meta"==a?"block":m||"hash"!=a&&"qualifier"!=a?z.top(a,b,c):(o="error","block")},z.maybeprop=function(a,b,c){return":"==a?u(c,b,"prop"):w(a,b,c)},z.prop=function(a,b,c){if(";"==a)return v(c);if("{"==a&&m)return u(c,b,"propBlock");if("}"==a||"{"==a)return x(a,b,c);if("("==a)return u(c,b,"parens");if("hash"!=a||/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/.test(b.current())){if("word"==a)y(b);else if("interpolation"==a)return u(c,b,"interpolation")}else o+=" error";return"prop"},z.propBlock=function(a,b,c){return"}"==a?v(c):"word"==a?(o="property","maybeprop"):c.context.type},z.parens=function(a,b,c){return"{"==a||"}"==a?x(a,b,c):")"==a?v(c):"parens"},z.pseudo=function(a,b,c){return"word"==a?(o="variable-3",c.context.type):w(a,b,c)},z.media=function(a,b,c){if("("==a)return u(c,b,"media_parens");if("}"==a)return x(a,b,c);if("{"==a)return v(c)&&u(c,b,m?"block":"top");if("word"==a){var d=b.current().toLowerCase();o="only"==d||"not"==d||"and"==d?"keyword":f.hasOwnProperty(d)?"attribute":g.hasOwnProperty(d)?"property":"error"}return c.context.type},z.media_parens=function(a,b,c){return")"==a?v(c):"{"==a||"}"==a?x(a,b,c,2):z.media(a,b,c)},z.font_face_before=function(a,b,c){return"{"==a?u(c,b,"font_face"):w(a,b,c)},z.font_face=function(a,b,c){return"}"==a?v(c):"word"==a?(o=l.hasOwnProperty(b.current().toLowerCase())?"property":"error","maybeprop"):"font_face"},z.keyframes=function(a,b,c){return"word"==a?(o="variable","keyframes"):"{"==a?u(c,b,"top"):w(a,b,c)},z.at=function(a,b,c){return";"==a?v(c):"{"==a||"}"==a?x(a,b,c):("word"==a?o="tag":"hash"==a&&(o="builtin"),"at")},z.interpolation=function(a,b,c){return"}"==a?v(c):"{"==a||";"==a?x(a,b,c):("variable"!=a&&(o="error"),"interpolation")},z.params=function(a,b,c){return")"==a?v(c):"{"==a||"}"==a?x(a,b,c):("word"==a&&y(b),"params")},{startState:function(a){return{tokenize:null,state:"top",context:new t("top",a||0,null)}},token:function(a,b){if(!b.tokenize&&a.eatSpace())return null;var c=(b.tokenize||q)(a,b);return c&&"object"==typeof c&&(n=c[1],c=c[0]),o=c,b.state=z[b.state](n,a,b),o},indent:function(a,b){var c=a.context,e=b&&b.charAt(0),f=c.indent;return"prop"==c.type&&"}"==e&&(c=c.prev),!c.prev||("}"!=e||"block"!=c.type&&"top"!=c.type&&"interpolation"!=c.type&&"font_face"!=c.type)&&(")"!=e||"parens"!=c.type&&"params"!=c.type&&"media_parens"!=c.type)&&("{"!=e||"at"!=c.type&&"media"!=c.type)||(f=c.indent-d,c=c.prev),f},electricChars:"}",blockCommentStart:"/*",blockCommentEnd:"*/",fold:"brace"}});var c=["all","aural","braille","handheld","print","projection","screen","tty","tv","embossed"],d=b(c),e=["width","min-width","max-width","height","min-height","max-height","device-width","min-device-width","max-device-width","device-height","min-device-height","max-device-height","aspect-ratio","min-aspect-ratio","max-aspect-ratio","device-aspect-ratio","min-device-aspect-ratio","max-device-aspect-ratio","color","min-color","max-color","color-index","min-color-index","max-color-index","monochrome","min-monochrome","max-monochrome","resolution","min-resolution","max-resolution","scan","grid"],f=b(e),g=["align-content","align-items","align-self","alignment-adjust","alignment-baseline","anchor-point","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","appearance","azimuth","backface-visibility","background","background-attachment","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","baseline-shift","binding","bleed","bookmark-label","bookmark-level","bookmark-state","bookmark-target","border","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","clear","clip","color","color-profile","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","content","counter-increment","counter-reset","crop","cue","cue-after","cue-before","cursor","direction","display","dominant-baseline","drop-initial-after-adjust","drop-initial-after-align","drop-initial-before-adjust","drop-initial-before-align","drop-initial-size","drop-initial-value","elevation","empty-cells","fit","fit-position","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","float-offset","flow-from","flow-into","font","font-feature-settings","font-family","font-kerning","font-language-override","font-size","font-size-adjust","font-stretch","font-style","font-synthesis","font-variant","font-variant-alternates","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-weight","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-position","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","inline-box-align","justify-content","left","letter-spacing","line-break","line-height","line-stacking","line-stacking-ruby","line-stacking-shift","line-stacking-strategy","list-style","list-style-image","list-style-position","list-style-type","margin","margin-bottom","margin-left","margin-right","margin-top","marker-offset","marks","marquee-direction","marquee-loop","marquee-play-count","marquee-speed","marquee-style","max-height","max-width","min-height","min-width","move-to","nav-down","nav-index","nav-left","nav-right","nav-up","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-style","overflow-wrap","overflow-x","overflow-y","padding","padding-bottom","padding-left","padding-right","padding-top","page","page-break-after","page-break-before","page-break-inside","page-policy","pause","pause-after","pause-before","perspective","perspective-origin","pitch","pitch-range","play-during","position","presentation-level","punctuation-trim","quotes","region-break-after","region-break-before","region-break-inside","region-fragment","rendering-intent","resize","rest","rest-after","rest-before","richness","right","rotation","rotation-point","ruby-align","ruby-overhang","ruby-position","ruby-span","shape-inside","shape-outside","size","speak","speak-as","speak-header","speak-numeral","speak-punctuation","speech-rate","stress","string-set","tab-size","table-layout","target","target-name","target-new","target-position","text-align","text-align-last","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip","text-decoration-style","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-height","text-indent","text-justify","text-outline","text-overflow","text-shadow","text-size-adjust","text-space-collapse","text-transform","text-underline-position","text-wrap","top","transform","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","volume","white-space","widows","width","word-break","word-spacing","word-wrap","z-index","clip-path","clip-rule","mask","enable-background","filter","flood-color","flood-opacity","lighting-color","stop-color","stop-opacity","pointer-events","color-interpolation","color-interpolation-filters","color-profile","color-rendering","fill","fill-opacity","fill-rule","image-rendering","marker","marker-end","marker-mid","marker-start","shape-rendering","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-rendering","baseline-shift","dominant-baseline","glyph-orientation-horizontal","glyph-orientation-vertical","kerning","text-anchor","writing-mode"],h=b(g),i=["scrollbar-arrow-color","scrollbar-base-color","scrollbar-dark-shadow-color","scrollbar-face-color","scrollbar-highlight-color","scrollbar-shadow-color","scrollbar-3d-light-color","scrollbar-track-color","shape-inside","searchfield-cancel-button","searchfield-decoration","searchfield-results-button","searchfield-results-decoration","zoom"],i=b(i),j=["aliceblue","antiquewhite","aqua","aquamarine","azure","beige","bisque","black","blanchedalmond","blue","blueviolet","brown","burlywood","cadetblue","chartreuse","chocolate","coral","cornflowerblue","cornsilk","crimson","cyan","darkblue","darkcyan","darkgoldenrod","darkgray","darkgreen","darkkhaki","darkmagenta","darkolivegreen","darkorange","darkorchid","darkred","darksalmon","darkseagreen","darkslateblue","darkslategray","darkturquoise","darkviolet","deeppink","deepskyblue","dimgray","dodgerblue","firebrick","floralwhite","forestgreen","fuchsia","gainsboro","ghostwhite","gold","goldenrod","gray","grey","green","greenyellow","honeydew","hotpink","indianred","indigo","ivory","khaki","lavender","lavenderblush","lawngreen","lemonchiffon","lightblue","lightcoral","lightcyan","lightgoldenrodyellow","lightgray","lightgreen","lightpink","lightsalmon","lightseagreen","lightskyblue","lightslategray","lightsteelblue","lightyellow","lime","limegreen","linen","magenta","maroon","mediumaquamarine","mediumblue","mediumorchid","mediumpurple","mediumseagreen","mediumslateblue","mediumspringgreen","mediumturquoise","mediumvioletred","midnightblue","mintcream","mistyrose","moccasin","navajowhite","navy","oldlace","olive","olivedrab","orange","orangered","orchid","palegoldenrod","palegreen","paleturquoise","palevioletred","papayawhip","peachpuff","peru","pink","plum","powderblue","purple","red","rosybrown","royalblue","saddlebrown","salmon","sandybrown","seagreen","seashell","sienna","silver","skyblue","slateblue","slategray","snow","springgreen","steelblue","tan","teal","thistle","tomato","turquoise","violet","wheat","white","whitesmoke","yellow","yellowgreen"],k=b(j),l=["above","absolute","activeborder","activecaption","afar","after-white-space","ahead","alias","all","all-scroll","alternate","always","amharic","amharic-abegede","antialiased","appworkspace","arabic-indic","armenian","asterisks","auto","avoid","avoid-column","avoid-page","avoid-region","background","backwards","baseline","below","bidi-override","binary","bengali","blink","block","block-axis","bold","bolder","border","border-box","both","bottom","break","break-all","break-word","button","button-bevel","buttonface","buttonhighlight","buttonshadow","buttontext","cambodian","capitalize","caps-lock-indicator","caption","captiontext","caret","cell","center","checkbox","circle","cjk-earthly-branch","cjk-heavenly-stem","cjk-ideographic","clear","clip","close-quote","col-resize","collapse","column","compact","condensed","contain","content","content-box","context-menu","continuous","copy","cover","crop","cross","crosshair","currentcolor","cursive","dashed","decimal","decimal-leading-zero","default","default-button","destination-atop","destination-in","destination-out","destination-over","devanagari","disc","discard","document","dot-dash","dot-dot-dash","dotted","double","down","e-resize","ease","ease-in","ease-in-out","ease-out","element","ellipse","ellipsis","embed","end","ethiopic","ethiopic-abegede","ethiopic-abegede-am-et","ethiopic-abegede-gez","ethiopic-abegede-ti-er","ethiopic-abegede-ti-et","ethiopic-halehame-aa-er","ethiopic-halehame-aa-et","ethiopic-halehame-am-et","ethiopic-halehame-gez","ethiopic-halehame-om-et","ethiopic-halehame-sid-et","ethiopic-halehame-so-et","ethiopic-halehame-ti-er","ethiopic-halehame-ti-et","ethiopic-halehame-tig","ew-resize","expanded","extra-condensed","extra-expanded","fantasy","fast","fill","fixed","flat","footnotes","forwards","from","geometricPrecision","georgian","graytext","groove","gujarati","gurmukhi","hand","hangul","hangul-consonant","hebrew","help","hidden","hide","higher","highlight","highlighttext","hiragana","hiragana-iroha","horizontal","hsl","hsla","icon","ignore","inactiveborder","inactivecaption","inactivecaptiontext","infinite","infobackground","infotext","inherit","initial","inline","inline-axis","inline-block","inline-table","inset","inside","intrinsic","invert","italic","justify","kannada","katakana","katakana-iroha","keep-all","khmer","landscape","lao","large","larger","left","level","lighter","line-through","linear","lines","list-item","listbox","listitem","local","logical","loud","lower","lower-alpha","lower-armenian","lower-greek","lower-hexadecimal","lower-latin","lower-norwegian","lower-roman","lowercase","ltr","malayalam","match","media-controls-background","media-current-time-display","media-fullscreen-button","media-mute-button","media-play-button","media-return-to-realtime-button","media-rewind-button","media-seek-back-button","media-seek-forward-button","media-slider","media-sliderthumb","media-time-remaining-display","media-volume-slider","media-volume-slider-container","media-volume-sliderthumb","medium","menu","menulist","menulist-button","menulist-text","menulist-textfield","menutext","message-box","middle","min-intrinsic","mix","mongolian","monospace","move","multiple","myanmar","n-resize","narrower","ne-resize","nesw-resize","no-close-quote","no-drop","no-open-quote","no-repeat","none","normal","not-allowed","nowrap","ns-resize","nw-resize","nwse-resize","oblique","octal","open-quote","optimizeLegibility","optimizeSpeed","oriya","oromo","outset","outside","outside-shape","overlay","overline","padding","padding-box","painted","page","paused","persian","plus-darker","plus-lighter","pointer","polygon","portrait","pre","pre-line","pre-wrap","preserve-3d","progress","push-button","radio","read-only","read-write","read-write-plaintext-only","rectangle","region","relative","repeat","repeat-x","repeat-y","reset","reverse","rgb","rgba","ridge","right","round","row-resize","rtl","run-in","running","s-resize","sans-serif","scroll","scrollbar","se-resize","searchfield","searchfield-cancel-button","searchfield-decoration","searchfield-results-button","searchfield-results-decoration","semi-condensed","semi-expanded","separate","serif","show","sidama","single","skip-white-space","slide","slider-horizontal","slider-vertical","sliderthumb-horizontal","sliderthumb-vertical","slow","small","small-caps","small-caption","smaller","solid","somali","source-atop","source-in","source-out","source-over","space","square","square-button","start","static","status-bar","stretch","stroke","sub","subpixel-antialiased","super","sw-resize","table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row","table-row-group","telugu","text","text-bottom","text-top","textarea","textfield","thai","thick","thin","threeddarkshadow","threedface","threedhighlight","threedlightshadow","threedshadow","tibetan","tigre","tigrinya-er","tigrinya-er-abegede","tigrinya-et","tigrinya-et-abegede","to","top","transparent","ultra-condensed","ultra-expanded","underline","up","upper-alpha","upper-armenian","upper-greek","upper-hexadecimal","upper-latin","upper-norwegian","upper-roman","uppercase","urdu","url","vertical","vertical-text","visible","visibleFill","visiblePainted","visibleStroke","visual","w-resize","wait","wave","wider","window","windowframe","windowtext","x-large","x-small","xor","xx-large","xx-small"],m=b(l),n=["font-family","src","unicode-range","font-variant","font-feature-settings","font-stretch","font-weight","font-style"],o=b(n),p=c.concat(e).concat(g).concat(i).concat(j).concat(l);a.registerHelper("hintWords","css",p),a.defineMIME("text/css",{mediaTypes:d,mediaFeatures:f,propertyKeywords:h,nonStandardPropertyKeywords:i,colorKeywords:k,valueKeywords:m,fontProperties:o,tokenHooks:{"<":function(a,b){return a.match("!--")?(b.tokenize=r,r(a,b)):!1},"/":function(a,b){return a.eat("*")?(b.tokenize=q,q(a,b)):!1}},name:"css"}),a.defineMIME("text/x-scss",{mediaTypes:d,mediaFeatures:f,propertyKeywords:h,nonStandardPropertyKeywords:i,colorKeywords:k,valueKeywords:m,fontProperties:o,allowNested:!0,tokenHooks:{"/":function(a,b){return a.eat("/")?(a.skipToEnd(),["comment","comment"]):a.eat("*")?(b.tokenize=q,q(a,b)):["operator","operator"]},":":function(a){return a.match(/\s*{/)?[null,"{"]:!1},$:function(a){return a.match(/^[\w-]+/),a.match(/^\s*:/,!1)?["variable-2","variable-definition"]:["variable-2","variable"]},"#":function(a){return a.eat("{")?[null,"interpolation"]:!1}},name:"css",helperType:"scss"}),a.defineMIME("text/x-less",{mediaTypes:d,mediaFeatures:f,propertyKeywords:h,nonStandardPropertyKeywords:i,colorKeywords:k,valueKeywords:m,fontProperties:o,allowNested:!0,tokenHooks:{"/":function(a,b){return a.eat("/")?(a.skipToEnd(),["comment","comment"]):a.eat("*")?(b.tokenize=q,q(a,b)):["operator","operator"]},"@":function(a){return a.match(/^(charset|document|font-face|import|(-(moz|ms|o|webkit)-)?keyframes|media|namespace|page|supports)\b/,!1)?!1:(a.eatWhile(/[\w\\\-]/),a.match(/^\s*:/,!1)?["variable-2","variable-definition"]:["variable-2","variable"])},"&":function(){return["atom","atom"]}},name:"css",helperType:"less"})}),function(a){"object"==typeof exports&&"object"==typeof module?a(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],a):a(CodeMirror)}(function(a){"use strict";function d(a){for(var d=0;d<a.state.activeLines.length;d++)a.removeLineClass(a.state.activeLines[d],"wrap",b),a.removeLineClass(a.state.activeLines[d],"background",c)}function e(a,b){if(a.length!=b.length)return!1;for(var c=0;c<a.length;c++)if(a[c]!=b[c])return!1;return!0}function f(a,f){for(var g=[],h=0;h<f.length;h++){var i=a.getLineHandleVisualStart(f[h].head.line);g[g.length-1]!=i&&g.push(i)}e(a.state.activeLines,g)||a.operation(function(){d(a);for(var e=0;e<g.length;e++)a.addLineClass(g[e],"wrap",b),a.addLineClass(g[e],"background",c);a.state.activeLines=g})}function g(a,b){f(a,b.ranges)}var b="CodeMirror-activeline",c="CodeMirror-activeline-background";a.defineOption("styleActiveLine",!1,function(b,c,e){var h=e&&e!=a.Init;c&&!h?(b.state.activeLines=[],f(b,b.listSelections()),b.on("beforeSelectionChange",g)):!c&&h&&(b.off("beforeSelectionChange",g),d(b),delete b.state.activeLines)})}),function(a){"object"==typeof exports&&"object"==typeof module?a(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],a):a(CodeMirror)}(function(a){function e(a,b,e,g){var h=a.getLineHandle(b.line),i=b.ch-1,j=i>=0&&d[h.text.charAt(i)]||d[h.text.charAt(++i)];if(!j)return null;var k=">"==j.charAt(1)?1:-1;if(e&&k>0!=(i==b.ch))return null;var l=a.getTokenTypeAt(c(b.line,i+1)),m=f(a,c(b.line,i+(k>0?1:0)),k,l||null,g);return null==m?null:{from:c(b.line,i),to:m&&m.pos,match:m&&m.ch==j.charAt(0),forward:k>0}}function f(a,b,e,f,g){for(var h=g&&g.maxScanLineLength||1e4,i=g&&g.maxScanLines||1e3,j=[],k=g&&g.bracketRegex?g.bracketRegex:/[(){}[\]]/,l=e>0?Math.min(b.line+i,a.lastLine()+1):Math.max(a.firstLine()-1,b.line-i),m=b.line;m!=l;m+=e){var n=a.getLine(m);if(n){var o=e>0?0:n.length-1,p=e>0?n.length:-1;if(!(n.length>h))for(m==b.line&&(o=b.ch-(0>e?1:0));o!=p;o+=e){var q=n.charAt(o);if(k.test(q)&&(void 0===f||a.getTokenTypeAt(c(m,o+1))==f)){var r=d[q];if(">"==r.charAt(1)==e>0)j.push(q);else{if(!j.length)return{pos:c(m,o),ch:q};j.pop()}}}}}return m-e==(e>0?a.lastLine():a.firstLine())?!1:null}function g(a,d,f){for(var g=a.state.matchBrackets.maxHighlightLineLength||1e3,h=[],i=a.listSelections(),j=0;j<i.length;j++){var k=i[j].empty()&&e(a,i[j].head,!1,f);if(k&&a.getLine(k.from.line).length<=g){var l=k.match?"CodeMirror-matchingbracket":"CodeMirror-nonmatchingbracket";h.push(a.markText(k.from,c(k.from.line,k.from.ch+1),{className:l})),k.to&&a.getLine(k.to.line).length<=g&&h.push(a.markText(k.to,c(k.to.line,k.to.ch+1),{className:l}))}}if(h.length){b&&a.state.focused&&a.display.input.focus();var m=function(){a.operation(function(){for(var a=0;a<h.length;a++)h[a].clear()})};if(!d)return m;setTimeout(m,800)}}function i(a){a.operation(function(){h&&(h(),h=null),h=g(a,!1,a.state.matchBrackets)})}var b=/MSIE \d/.test(navigator.userAgent)&&(null==document.documentMode||document.documentMode<8),c=a.Pos,d={"(":")>",")":"(<","[":"]>","]":"[<","{":"}>","}":"{<"},h=null;a.defineOption("matchBrackets",!1,function(b,c,d){d&&d!=a.Init&&b.off("cursorActivity",i),c&&(b.state.matchBrackets="object"==typeof c?c:{},b.on("cursorActivity",i))}),a.defineExtension("matchBrackets",function(){g(this,!0)}),a.defineExtension("findMatchingBracket",function(a,b,c){return e(this,a,b,c)}),a.defineExtension("scanForBracket",function(a,b,c,d){return f(this,a,b,c,d)})});
|
bws_menu/js/general_script.js
CHANGED
@@ -19,5 +19,15 @@ function bws_show_settings_notice() {
|
|
19 |
event.preventDefault();
|
20 |
$( '.bws_form #bws-submit-button' ).click();
|
21 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
});
|
23 |
})(jQuery);
|
19 |
event.preventDefault();
|
20 |
$( '.bws_form #bws-submit-button' ).click();
|
21 |
});
|
22 |
+
|
23 |
+
if ( typeof CodeMirror == 'function' && $( '#bws_newcontent_css' ).length > 0 ) {
|
24 |
+
var editor = CodeMirror.fromTextArea( document.getElementById("bws_newcontent_css"), {
|
25 |
+
mode: "css",
|
26 |
+
theme: "default",
|
27 |
+
styleActiveLine: true,
|
28 |
+
matchBrackets: true,
|
29 |
+
lineNumbers: true
|
30 |
+
});
|
31 |
+
}
|
32 |
});
|
33 |
})(jQuery);
|
bws_menu/languages/bestwebsoft-de_DE.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-de_DE.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:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
|
9 |
"Language: de_DE\n"
|
@@ -18,629 +18,683 @@ msgstr ""
|
|
18 |
"X-Textdomain-Support: yes\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
-
#: bws_functions.php:
|
22 |
-
#: bws_functions.php:63
|
23 |
msgid "requires"
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: bws_functions.php:
|
27 |
-
msgid "
|
|
|
|
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: bws_functions.php:
|
31 |
msgid "Back to the WordPress"
|
32 |
msgstr ""
|
33 |
|
34 |
# @ captcha
|
35 |
-
#: bws_functions.php:
|
36 |
#, fuzzy
|
37 |
msgid "Plugins page"
|
38 |
msgstr "BWS Plugins"
|
39 |
|
40 |
-
#: bws_functions.php:
|
41 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: bws_functions.php:
|
45 |
msgid "It’s time to upgrade your"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: bws_functions.php:
|
49 |
msgid "to"
|
50 |
msgstr ""
|
51 |
|
52 |
# @ captcha
|
53 |
-
#: bws_functions.php:
|
54 |
#, fuzzy
|
55 |
msgid "version!"
|
56 |
msgstr "PHP Version"
|
57 |
|
58 |
-
#: bws_functions.php:
|
59 |
msgid "Extend standard plugin functionality with new great options."
|
60 |
msgstr ""
|
61 |
|
62 |
# @ captcha
|
63 |
-
#: bws_functions.php:
|
64 |
-
#: bws_functions.php:561
|
65 |
#, fuzzy
|
66 |
msgid "Learn More"
|
67 |
msgstr "Lesen Sie mehr"
|
68 |
|
69 |
-
#: bws_functions.php:
|
70 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
71 |
msgstr ""
|
72 |
|
73 |
# @ captcha
|
74 |
-
#: bws_functions.php:
|
75 |
#, fuzzy
|
76 |
msgid "Rate the plugin"
|
77 |
msgstr "Aktivierte Plugins"
|
78 |
|
79 |
# @ captcha
|
80 |
-
#: bws_functions.php:
|
81 |
#, fuzzy
|
82 |
msgid "If there is something wrong about it, please contact us"
|
83 |
msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
|
84 |
|
85 |
-
#: bws_functions.php:
|
86 |
msgid "Check premium options on the plugin settings page!"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: bws_functions.php:
|
90 |
-
#: bws_functions.php:222
|
91 |
msgid "Wrong license key"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: bws_functions.php:
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: bws_functions.php:
|
101 |
-
#: bws_functions.php:474
|
102 |
-
#: bws_functions.php:525
|
103 |
msgid "We are sorry for inconvenience."
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: bws_functions.php:
|
107 |
msgid "This license key is bind to another site"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: bws_functions.php:
|
111 |
-
|
112 |
-
|
|
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: bws_functions.php:
|
116 |
-
msgid "
|
|
|
|
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: bws_functions.php:
|
120 |
-
msgid "
|
|
|
|
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: bws_functions.php:
|
124 |
-
#: bws_functions.php:273
|
125 |
-
#: bws_functions.php:295
|
126 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: bws_functions.php:
|
130 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: bws_functions.php:
|
134 |
-
msgid "
|
|
|
|
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: bws_functions.php:
|
138 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: bws_functions.php:
|
142 |
-
msgid "
|
|
|
|
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: bws_functions.php:
|
146 |
msgid "Please, enter Your license key"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: bws_functions.php:
|
150 |
-
msgid "
|
|
|
|
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: bws_functions.php:
|
154 |
-
#: bws_functions.php:441
|
155 |
msgid "Please, go to"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: bws_functions.php:
|
159 |
-
#: bws_functions.php:441
|
160 |
msgid "the setting page"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: bws_functions.php:
|
164 |
-
#: bws_functions.php:442
|
165 |
msgid "You will be redirected automatically in 5 seconds."
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: bws_functions.php:
|
169 |
msgid "Show Pro features"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: bws_functions.php:
|
173 |
msgid "You can download and activate"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: bws_functions.php:
|
177 |
msgid "version of this plugin by entering Your license key."
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: bws_functions.php:
|
181 |
-
|
182 |
-
|
|
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: bws_functions.php:
|
186 |
-
#: bws_functions.php:412
|
187 |
msgid "(your username is the email you specify when purchasing the product)."
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: bws_functions.php:
|
191 |
-
#: bws_functions.php:659
|
192 |
msgid "or"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: bws_functions.php:
|
196 |
#, php-format
|
197 |
msgid "Start Your Free %s-Day Trial Now"
|
198 |
msgstr ""
|
199 |
|
200 |
# @ captcha
|
201 |
-
#: bws_functions.php:
|
202 |
-
#: bws_functions.php:
|
203 |
-
#: bws_functions.php:420
|
204 |
-
#: bws_functions.php:428
|
205 |
-
#: bws_menu.php:693
|
206 |
#: bws_menu.php:750
|
207 |
#, fuzzy
|
208 |
msgid "Activate"
|
209 |
msgstr "Aktivierte Plugins"
|
210 |
|
211 |
-
#: bws_functions.php:
|
212 |
-
#: bws_functions.php:500
|
213 |
#, php-format
|
214 |
-
msgid "
|
|
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: bws_functions.php:
|
218 |
msgid "After that you can activate it by entering your license key."
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: bws_functions.php:
|
222 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: bws_functions.php:
|
226 |
-
msgid "
|
|
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: bws_functions.php:
|
230 |
msgid "Wrong license key."
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: bws_functions.php:
|
234 |
msgid "This license key is bind to another site."
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: bws_functions.php:
|
238 |
-
msgid "
|
|
|
|
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: bws_functions.php:
|
242 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: bws_functions.php:
|
246 |
-
msgid "
|
|
|
|
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: bws_functions.php:
|
250 |
msgid "The Pro Trial license key is valid."
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: bws_functions.php:
|
254 |
msgid "The license key is valid."
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: bws_functions.php:
|
258 |
msgid "Your license will expire on"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: bws_functions.php:
|
262 |
msgid "Please, enter your license key"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: bws_functions.php:
|
266 |
-
msgid "
|
|
|
|
|
|
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: bws_functions.php:
|
270 |
-
msgid "
|
|
|
|
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: bws_functions.php:
|
274 |
msgid "Check license key"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: bws_functions.php:
|
278 |
msgid "WARNING: Illegal use notification"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: bws_functions.php:
|
282 |
-
msgid "
|
|
|
|
|
|
|
|
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: bws_functions.php:
|
286 |
-
msgid "
|
|
|
|
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: bws_functions.php:
|
290 |
-
msgid "
|
|
|
|
|
291 |
msgstr ""
|
292 |
|
293 |
# @ captcha
|
294 |
-
#: bws_functions.php:
|
295 |
-
#:
|
296 |
-
#: bws_menu.php:669
|
297 |
-
#: bws_menu.php:691
|
298 |
-
#: bws_menu.php:718
|
299 |
-
#: bws_menu.php:748
|
300 |
#: bws_menu.php:794
|
301 |
#, fuzzy
|
302 |
msgid "Learn more"
|
303 |
msgstr "Lesen Sie mehr"
|
304 |
|
305 |
-
#: bws_functions.php:
|
306 |
#, php-format
|
307 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: bws_functions.php:
|
311 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: bws_functions.php:
|
315 |
msgid "The Pro Trial license will expire on"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: bws_functions.php:
|
319 |
msgid "You license for"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: bws_functions.php:
|
323 |
msgid "expires on"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: bws_functions.php:
|
327 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
328 |
msgstr ""
|
329 |
|
330 |
# @ captcha
|
331 |
-
#: bws_functions.php:
|
332 |
#, fuzzy
|
333 |
msgid "Thank you for installing"
|
334 |
msgstr "Vielen Dank für Ihre Kontaktaufnahme."
|
335 |
|
336 |
-
#: bws_functions.php:
|
337 |
msgid "Let's get started"
|
338 |
msgstr ""
|
339 |
|
340 |
# @ captcha
|
341 |
-
#: bws_functions.php:
|
342 |
#, fuzzy
|
343 |
msgid "Configure Settings"
|
344 |
msgstr "Einstellungen"
|
345 |
|
346 |
-
#: bws_functions.php:
|
347 |
msgid "Add New"
|
348 |
msgstr ""
|
349 |
|
350 |
-
|
351 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: bws_functions.php:
|
|
|
|
|
|
|
|
|
355 |
msgid "Notice"
|
356 |
msgstr ""
|
357 |
|
358 |
-
#: bws_functions.php:
|
359 |
msgid "The plugin's settings have been changed."
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: bws_functions.php:
|
363 |
msgid "Save Changes"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: bws_functions.php:
|
367 |
-
msgid "
|
368 |
-
|
369 |
-
|
370 |
-
#: bws_functions.php:773
|
371 |
-
msgid "Add BWS Plugins Shortcode"
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: bws_functions.php:
|
375 |
msgid "Add shortcode"
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: bws_functions.php:
|
379 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: bws_functions.php:
|
383 |
msgid "Close"
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: bws_functions.php:
|
387 |
msgid "Restore all plugin settings to defaults"
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: bws_functions.php:
|
391 |
msgid "Restore settings"
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: bws_functions.php:
|
395 |
msgid "Are you sure you want to restore all settings by default?"
|
396 |
msgstr ""
|
397 |
|
398 |
-
#: bws_functions.php:
|
399 |
msgid "Yes, restore all settings"
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: bws_functions.php:
|
403 |
msgid "No, go back to the settings page"
|
404 |
msgstr ""
|
405 |
|
406 |
# @ captcha
|
407 |
-
#: bws_functions.php:
|
408 |
#, fuzzy
|
409 |
msgid "Plugin"
|
410 |
msgstr "BWS Plugins"
|
411 |
|
412 |
# @ captcha
|
413 |
-
#: bws_functions.php:
|
414 |
#, fuzzy
|
415 |
msgid "Shortcode settings"
|
416 |
msgstr "Einstellungen"
|
417 |
|
418 |
-
#: bws_functions.php:
|
419 |
msgid "The shortcode will be inserted"
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: bws_functions.php:
|
423 |
msgid "Insert"
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: bws_functions.php:
|
427 |
msgid "Visit Help Center"
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: bws_functions.php:
|
431 |
msgid "FAQ"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: bws_functions.php:
|
435 |
msgid "For more information:"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: bws_functions.php:
|
439 |
msgid "Documentation"
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: bws_functions.php:
|
443 |
msgid "Video Instructions"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: bws_functions.php:
|
447 |
msgid "Submit a Request"
|
448 |
msgstr ""
|
449 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
450 |
# @ captcha
|
451 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
452 |
msgid "Not set"
|
453 |
msgstr "Nicht festgelegt"
|
454 |
|
455 |
# @ captcha
|
456 |
-
#: bws_menu.php:
|
457 |
-
#: bws_menu.php:509
|
458 |
msgid "On"
|
459 |
msgstr "Ein"
|
460 |
|
461 |
# @ captcha
|
462 |
-
#: bws_menu.php:
|
463 |
-
#: bws_menu.php:509
|
464 |
msgid "Off"
|
465 |
msgstr "Ausgeschaltet"
|
466 |
|
467 |
# @ captcha
|
468 |
-
#: bws_menu.php:
|
469 |
-
#: bws_menu.php:
|
470 |
-
#: bws_menu.php:512
|
471 |
-
#: bws_menu.php:513
|
472 |
-
#: bws_menu.php:514
|
473 |
-
#: bws_menu.php:526
|
474 |
msgid "N/A"
|
475 |
msgstr "keine Angaben"
|
476 |
|
477 |
# @ captcha
|
478 |
-
#: bws_menu.php:
|
479 |
msgid " Mb"
|
480 |
msgstr " Mb"
|
481 |
|
482 |
# @ captcha
|
483 |
-
#: bws_menu.php:
|
484 |
-
#: bws_menu.php:516
|
485 |
-
#: bws_menu.php:517
|
486 |
-
#: bws_menu.php:522
|
487 |
msgid "Yes"
|
488 |
msgstr "Ja"
|
489 |
|
490 |
# @ captcha
|
491 |
-
#: bws_menu.php:
|
492 |
-
#: bws_menu.php:516
|
493 |
-
#: bws_menu.php:517
|
494 |
-
#: bws_menu.php:524
|
495 |
msgid "No"
|
496 |
msgstr "Nein"
|
497 |
|
498 |
# @ captcha
|
499 |
-
#: bws_menu.php:
|
500 |
msgid "Operating System"
|
501 |
msgstr "Betriebs-System"
|
502 |
|
503 |
# @ captcha
|
504 |
-
#: bws_menu.php:
|
505 |
msgid "Server"
|
506 |
msgstr "Server"
|
507 |
|
508 |
# @ captcha
|
509 |
-
#: bws_menu.php:
|
510 |
msgid "Memory usage"
|
511 |
msgstr "Speichernutzung"
|
512 |
|
513 |
# @ captcha
|
514 |
-
#: bws_menu.php:
|
515 |
msgid "MYSQL Version"
|
516 |
msgstr "MYSQL Version"
|
517 |
|
518 |
# @ captcha
|
519 |
-
#: bws_menu.php:
|
520 |
msgid "SQL Mode"
|
521 |
msgstr "SQL Modus"
|
522 |
|
523 |
# @ captcha
|
524 |
-
#: bws_menu.php:
|
525 |
msgid "PHP Version"
|
526 |
msgstr "PHP Version"
|
527 |
|
528 |
# @ captcha
|
529 |
-
#: bws_menu.php:
|
530 |
msgid "PHP Safe Mode"
|
531 |
msgstr "PHP Gesicherter Modus"
|
532 |
|
533 |
# @ captcha
|
534 |
-
#: bws_menu.php:
|
535 |
msgid "PHP Allow URL fopen"
|
536 |
msgstr "PHP Erlaubet URL zu öffnen (fopen)"
|
537 |
|
538 |
# @ captcha
|
539 |
-
#: bws_menu.php:
|
540 |
msgid "PHP Memory Limit"
|
541 |
msgstr "PHP Speicher-Grenze"
|
542 |
|
543 |
# @ captcha
|
544 |
-
#: bws_menu.php:
|
545 |
msgid "PHP Max Upload Size"
|
546 |
msgstr "PHP Maximale Upload Größe"
|
547 |
|
548 |
# @ captcha
|
549 |
-
#: bws_menu.php:
|
550 |
msgid "PHP Max Post Size"
|
551 |
msgstr "PHP Maximale Beitrags-Größe"
|
552 |
|
553 |
# @ captcha
|
554 |
-
#: bws_menu.php:
|
555 |
msgid "PHP Max Script Execute Time"
|
556 |
msgstr "PHP Maximale Script Ausführungszeit"
|
557 |
|
558 |
# @ captcha
|
559 |
-
#: bws_menu.php:
|
560 |
msgid "PHP Exif support"
|
561 |
msgstr "PHP Exif Support"
|
562 |
|
563 |
# @ captcha
|
564 |
-
#: bws_menu.php:
|
565 |
msgid "PHP IPTC support"
|
566 |
msgstr "PHP IPTC Support"
|
567 |
|
568 |
# @ captcha
|
569 |
-
#: bws_menu.php:
|
570 |
msgid "PHP XML support"
|
571 |
msgstr "PHP XML Support"
|
572 |
|
573 |
# @ captcha
|
574 |
-
#: bws_menu.php:
|
575 |
msgid "Site URL"
|
576 |
msgstr "Site URL"
|
577 |
|
578 |
# @ captcha
|
579 |
-
#: bws_menu.php:
|
580 |
msgid "Home URL"
|
581 |
msgstr "Home URL"
|
582 |
|
583 |
# @ captcha
|
584 |
-
#: bws_menu.php:
|
585 |
msgid "WordPress Version"
|
586 |
msgstr "WordPress Version"
|
587 |
|
588 |
# @ captcha
|
589 |
-
#: bws_menu.php:
|
590 |
msgid "WordPress DB Version"
|
591 |
msgstr "WordPress DB Version"
|
592 |
|
593 |
# @ captcha
|
594 |
-
#: bws_menu.php:
|
595 |
msgid "Multisite"
|
596 |
msgstr "Multisite"
|
597 |
|
598 |
# @ captcha
|
599 |
-
#: bws_menu.php:
|
600 |
msgid "Active Theme"
|
601 |
msgstr "Actives Theme"
|
602 |
|
603 |
# @ captcha
|
604 |
-
#: bws_menu.php:
|
605 |
msgid "Please enter a valid email address."
|
606 |
msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
|
607 |
|
608 |
# @ captcha
|
609 |
-
#: bws_menu.php:
|
610 |
msgid "Email with system info is sent to "
|
611 |
msgstr "E-Mail-mit System Informationen wird gesendet an "
|
612 |
|
613 |
# @ captcha
|
614 |
-
#: bws_menu.php:
|
615 |
msgid "Thank you for contacting us."
|
616 |
msgstr "Vielen Dank für Ihre Kontaktaufnahme."
|
617 |
|
618 |
# @ captcha
|
619 |
-
#: bws_menu.php:
|
620 |
msgid "Sorry, email message could not be delivered."
|
621 |
msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
|
622 |
|
623 |
-
#: bws_menu.php:
|
624 |
msgid "Need help?"
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: bws_menu.php:
|
628 |
msgid "Client area"
|
629 |
msgstr ""
|
630 |
|
631 |
# @ captcha
|
632 |
-
#: bws_menu.php:
|
633 |
-
#: bws_menu.php:933
|
634 |
msgid "System status"
|
635 |
msgstr "System Status"
|
636 |
|
637 |
# @ captcha
|
638 |
-
#: bws_menu.php:
|
639 |
#, fuzzy
|
640 |
msgid "Plugins"
|
641 |
msgstr "BWS Plugins"
|
642 |
|
643 |
-
#: bws_menu.php:
|
644 |
msgid "Themes"
|
645 |
msgstr ""
|
646 |
|
@@ -666,27 +720,21 @@ msgid "Installed plugins"
|
|
666 |
msgstr "Installierte Plugins"
|
667 |
|
668 |
# @ captcha
|
669 |
-
#: bws_menu.php:672
|
670 |
-
#: bws_menu.php:721
|
671 |
msgid "Settings"
|
672 |
msgstr "Einstellungen"
|
673 |
|
674 |
# @ captcha
|
675 |
-
#: bws_menu.php:693
|
676 |
-
#: bws_menu.php:750
|
677 |
#, fuzzy
|
678 |
msgid "Activate this plugin"
|
679 |
msgstr "Aktivierte Plugins"
|
680 |
|
681 |
-
#: bws_menu.php:708
|
682 |
-
#: bws_menu.php:738
|
683 |
-
#: bws_menu.php:784
|
684 |
msgid "Go"
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: bws_menu.php:712
|
688 |
-
#: bws_menu.php:742
|
689 |
-
#: bws_menu.php:788
|
690 |
msgid "DONATE"
|
691 |
msgstr ""
|
692 |
|
@@ -740,8 +788,7 @@ msgstr ""
|
|
740 |
msgid "Preview"
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: bws_menu.php:882
|
744 |
-
#: bws_menu.php:914
|
745 |
#, php-format
|
746 |
msgid "By %s"
|
747 |
msgstr ""
|
@@ -784,24 +831,31 @@ msgstr "Senden Sie eine benutzerdefinierte E-Mail zu »"
|
|
784 |
# @ captcha
|
785 |
#~ msgid "Pro plugins"
|
786 |
#~ msgstr "BWS Plugins"
|
|
|
787 |
# @ captcha
|
788 |
#~ msgid "Activated plugins"
|
789 |
#~ msgstr "Aktivierte Plugins"
|
|
|
790 |
# @ captcha
|
791 |
#~ msgid "Read more"
|
792 |
#~ msgstr "Lesen Sie mehr"
|
|
|
793 |
# @ captcha
|
794 |
#~ msgid "Purchase"
|
795 |
#~ msgstr "Kaufen"
|
|
|
796 |
# @ captcha
|
797 |
#~ msgid "Free plugins"
|
798 |
#~ msgstr "Freie Plugins"
|
|
|
799 |
# @ captcha
|
800 |
#~ msgid "Download"
|
801 |
#~ msgstr "Herunterladen"
|
|
|
802 |
# @ captcha
|
803 |
#~ msgid "Install now from wordpress.org"
|
804 |
#~ msgstr "Installiere jetzt von wordpress.org"
|
|
|
805 |
# @ captcha
|
806 |
#, fuzzy
|
807 |
#~ msgid "Activated theme"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-03-10 15:33+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-03-10 15:33+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
|
9 |
"Language: de_DE\n"
|
18 |
"X-Textdomain-Support: yes\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: bws_functions.php:65 bws_functions.php:89
|
|
|
22 |
msgid "requires"
|
23 |
msgstr ""
|
24 |
|
25 |
+
#: bws_functions.php:67
|
26 |
+
msgid ""
|
27 |
+
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
28 |
+
"try again."
|
29 |
msgstr ""
|
30 |
|
31 |
+
#: bws_functions.php:68
|
32 |
msgid "Back to the WordPress"
|
33 |
msgstr ""
|
34 |
|
35 |
# @ captcha
|
36 |
+
#: bws_functions.php:70
|
37 |
#, fuzzy
|
38 |
msgid "Plugins page"
|
39 |
msgstr "BWS Plugins"
|
40 |
|
41 |
+
#: bws_functions.php:91
|
42 |
+
msgid ""
|
43 |
+
"or higher! We do not guarantee that our plugin will work correctly. Please "
|
44 |
+
"upgrade to WordPress latest version."
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
|
48 |
+
#: bws_functions.php:755
|
49 |
+
msgid "Close notice"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: bws_functions.php:148
|
53 |
msgid "It’s time to upgrade your"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: bws_functions.php:148
|
57 |
msgid "to"
|
58 |
msgstr ""
|
59 |
|
60 |
# @ captcha
|
61 |
+
#: bws_functions.php:148
|
62 |
#, fuzzy
|
63 |
msgid "version!"
|
64 |
msgstr "PHP Version"
|
65 |
|
66 |
+
#: bws_functions.php:149
|
67 |
msgid "Extend standard plugin functionality with new great options."
|
68 |
msgstr ""
|
69 |
|
70 |
# @ captcha
|
71 |
+
#: bws_functions.php:152 bws_functions.php:593
|
|
|
72 |
#, fuzzy
|
73 |
msgid "Learn More"
|
74 |
msgstr "Lesen Sie mehr"
|
75 |
|
76 |
+
#: bws_functions.php:169
|
77 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
78 |
msgstr ""
|
79 |
|
80 |
# @ captcha
|
81 |
+
#: bws_functions.php:170
|
82 |
#, fuzzy
|
83 |
msgid "Rate the plugin"
|
84 |
msgstr "Aktivierte Plugins"
|
85 |
|
86 |
# @ captcha
|
87 |
+
#: bws_functions.php:173
|
88 |
#, fuzzy
|
89 |
msgid "If there is something wrong about it, please contact us"
|
90 |
msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
|
91 |
|
92 |
+
#: bws_functions.php:205
|
93 |
msgid "Check premium options on the plugin settings page!"
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: bws_functions.php:212 bws_functions.php:248
|
|
|
97 |
msgid "Wrong license key"
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
|
101 |
+
msgid ""
|
102 |
+
"Something went wrong. Please try again later. If the error appears again, "
|
103 |
+
"please contact us"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
|
|
|
|
|
107 |
msgid "We are sorry for inconvenience."
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: bws_functions.php:250
|
111 |
msgid "This license key is bind to another site"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: bws_functions.php:252 bws_functions.php:416
|
115 |
+
msgid ""
|
116 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
117 |
+
"Please, upload the plugin manually."
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: bws_functions.php:254
|
121 |
+
msgid ""
|
122 |
+
"Unfortunately, Your license has expired. To continue getting top-priority "
|
123 |
+
"support and plugin updates you should extend it in your"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: bws_functions.php:256
|
127 |
+
msgid ""
|
128 |
+
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
129 |
+
"Trial license can be installed only once."
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
|
|
|
|
|
133 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: bws_functions.php:289
|
137 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: bws_functions.php:295
|
141 |
+
msgid ""
|
142 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
143 |
+
"plugin manually"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: bws_functions.php:302
|
147 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: bws_functions.php:325
|
151 |
+
msgid ""
|
152 |
+
"Something went wrong. Try again later or upload the plugin manually. We are "
|
153 |
+
"sorry for inconvenience."
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: bws_functions.php:350
|
157 |
msgid "Please, enter Your license key"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: bws_functions.php:380
|
161 |
+
msgid ""
|
162 |
+
"Congratulations! The Pro version of the plugin is successfully download and "
|
163 |
+
"activated."
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: bws_functions.php:382 bws_functions.php:473
|
|
|
167 |
msgid "Please, go to"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: bws_functions.php:382 bws_functions.php:473
|
|
|
171 |
msgid "the setting page"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: bws_functions.php:383 bws_functions.php:474
|
|
|
175 |
msgid "You will be redirected automatically in 5 seconds."
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: bws_functions.php:390
|
179 |
msgid "Show Pro features"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: bws_functions.php:397
|
183 |
msgid "You can download and activate"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: bws_functions.php:399
|
187 |
msgid "version of this plugin by entering Your license key."
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: bws_functions.php:401 bws_functions.php:442
|
191 |
+
msgid ""
|
192 |
+
"You can find your license key on your personal page Client area, by clicking "
|
193 |
+
"on the link"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: bws_functions.php:403 bws_functions.php:444
|
|
|
197 |
msgid "(your username is the email you specify when purchasing the product)."
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: bws_functions.php:407 bws_functions.php:691
|
|
|
201 |
msgid "or"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: bws_functions.php:407
|
205 |
#, php-format
|
206 |
msgid "Start Your Free %s-Day Trial Now"
|
207 |
msgstr ""
|
208 |
|
209 |
# @ captcha
|
210 |
+
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
211 |
+
#: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
|
|
|
|
|
|
|
212 |
#: bws_menu.php:750
|
213 |
#, fuzzy
|
214 |
msgid "Activate"
|
215 |
msgstr "Aktivierte Plugins"
|
216 |
|
217 |
+
#: bws_functions.php:439 bws_functions.php:532
|
|
|
218 |
#, php-format
|
219 |
+
msgid ""
|
220 |
+
"In order to continue using the plugin it is necessary to buy a %s license."
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: bws_functions.php:440
|
224 |
msgid "After that you can activate it by entering your license key."
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: bws_functions.php:454
|
228 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: bws_functions.php:471
|
232 |
+
msgid ""
|
233 |
+
"Congratulations! The Pro license of the plugin is successfully activated."
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: bws_functions.php:512
|
237 |
msgid "Wrong license key."
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: bws_functions.php:514
|
241 |
msgid "This license key is bind to another site."
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: bws_functions.php:516
|
245 |
+
msgid ""
|
246 |
+
"This license key is valid, but Your license has expired. If you want to "
|
247 |
+
"update our plugin in future, you should extend the license."
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: bws_functions.php:518
|
251 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: bws_functions.php:520
|
255 |
+
msgid ""
|
256 |
+
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
257 |
+
"The Pro Trial license can be installed only once."
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: bws_functions.php:524
|
261 |
msgid "The Pro Trial license key is valid."
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: bws_functions.php:526
|
265 |
msgid "The license key is valid."
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: bws_functions.php:529
|
269 |
msgid "Your license will expire on"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: bws_functions.php:562
|
273 |
msgid "Please, enter your license key"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: bws_functions.php:575
|
277 |
+
msgid ""
|
278 |
+
"If needed you can check if the license key is correct or reenter it in the "
|
279 |
+
"field below. You can find your license key on your personal page - Client "
|
280 |
+
"area - on our website"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: bws_functions.php:575
|
284 |
+
msgid ""
|
285 |
+
"(your username is the email you specify when purchasing the product). If "
|
286 |
+
"necessary, please submit \"Lost your password?\" request."
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: bws_functions.php:579
|
290 |
msgid "Check license key"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: bws_functions.php:593
|
294 |
msgid "WARNING: Illegal use notification"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: bws_functions.php:593
|
298 |
+
msgid ""
|
299 |
+
"You can use one license of the Pro plugin for one domain only. Please check "
|
300 |
+
"and edit your license or domain if necessary using you personal Client Area. "
|
301 |
+
"We strongly recommend you to solve the problem within 24 hours, otherwise "
|
302 |
+
"the Pro plugin will be deactivated."
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: bws_functions.php:601
|
306 |
+
msgid ""
|
307 |
+
"Notice: Your Pro Trial license has expired. To continue using the plugin you "
|
308 |
+
"should buy a Pro license"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: bws_functions.php:603
|
312 |
+
msgid ""
|
313 |
+
"Your license has expired. To continue getting top-priority support and "
|
314 |
+
"plugin updates you should extend it."
|
315 |
msgstr ""
|
316 |
|
317 |
# @ captcha
|
318 |
+
#: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
|
319 |
+
#: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
|
|
|
|
|
|
|
|
|
320 |
#: bws_menu.php:794
|
321 |
#, fuzzy
|
322 |
msgid "Learn more"
|
323 |
msgstr "Lesen Sie mehr"
|
324 |
|
325 |
+
#: bws_functions.php:613
|
326 |
#, php-format
|
327 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: bws_functions.php:615
|
331 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: bws_functions.php:618
|
335 |
msgid "The Pro Trial license will expire on"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: bws_functions.php:656
|
339 |
msgid "You license for"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: bws_functions.php:656
|
343 |
msgid "expires on"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: bws_functions.php:656
|
347 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
348 |
msgstr ""
|
349 |
|
350 |
# @ captcha
|
351 |
+
#: bws_functions.php:687
|
352 |
#, fuzzy
|
353 |
msgid "Thank you for installing"
|
354 |
msgstr "Vielen Dank für Ihre Kontaktaufnahme."
|
355 |
|
356 |
+
#: bws_functions.php:688
|
357 |
msgid "Let's get started"
|
358 |
msgstr ""
|
359 |
|
360 |
# @ captcha
|
361 |
+
#: bws_functions.php:689
|
362 |
#, fuzzy
|
363 |
msgid "Configure Settings"
|
364 |
msgstr "Einstellungen"
|
365 |
|
366 |
+
#: bws_functions.php:692
|
367 |
msgid "Add New"
|
368 |
msgstr ""
|
369 |
|
370 |
+
# @ captcha
|
371 |
+
#: bws_functions.php:750
|
372 |
+
#, fuzzy
|
373 |
+
msgid "Thank you for choosing"
|
374 |
+
msgstr "Vielen Dank für Ihre Kontaktaufnahme."
|
375 |
+
|
376 |
+
#: bws_functions.php:751
|
377 |
+
msgid ""
|
378 |
+
"If you have a feature, suggestion or idea you'd like to see in the plugin, "
|
379 |
+
"we'd love to hear about it!"
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: bws_functions.php:752
|
383 |
+
msgid "Suggest a Feature"
|
384 |
+
msgstr ""
|
385 |
+
|
386 |
+
#: bws_functions.php:768
|
387 |
msgid "Notice"
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: bws_functions.php:768
|
391 |
msgid "The plugin's settings have been changed."
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: bws_functions.php:769 bws_functions.php:1240
|
395 |
msgid "Save Changes"
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: bws_functions.php:786
|
399 |
+
msgid ""
|
400 |
+
"You can always look at premium options by clicking on the \"Show Pro features"
|
401 |
+
"\" in the \"Go PRO\" tab"
|
|
|
|
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: bws_functions.php:886
|
405 |
msgid "Add shortcode"
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: bws_functions.php:886
|
409 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: bws_functions.php:935
|
413 |
msgid "Close"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: bws_functions.php:1027
|
417 |
msgid "Restore all plugin settings to defaults"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: bws_functions.php:1029
|
421 |
msgid "Restore settings"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: bws_functions.php:1040
|
425 |
msgid "Are you sure you want to restore all settings by default?"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: bws_functions.php:1043
|
429 |
msgid "Yes, restore all settings"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: bws_functions.php:1044
|
433 |
msgid "No, go back to the settings page"
|
434 |
msgstr ""
|
435 |
|
436 |
# @ captcha
|
437 |
+
#: bws_functions.php:1090
|
438 |
#, fuzzy
|
439 |
msgid "Plugin"
|
440 |
msgstr "BWS Plugins"
|
441 |
|
442 |
# @ captcha
|
443 |
+
#: bws_functions.php:1099
|
444 |
#, fuzzy
|
445 |
msgid "Shortcode settings"
|
446 |
msgstr "Einstellungen"
|
447 |
|
448 |
+
#: bws_functions.php:1104
|
449 |
msgid "The shortcode will be inserted"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: bws_functions.php:1109
|
453 |
msgid "Insert"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: bws_functions.php:1140
|
457 |
msgid "Visit Help Center"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: bws_functions.php:1145
|
461 |
msgid "FAQ"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: bws_functions.php:1151
|
465 |
msgid "For more information:"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: bws_functions.php:1152
|
469 |
msgid "Documentation"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: bws_functions.php:1153
|
473 |
msgid "Video Instructions"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: bws_functions.php:1154
|
477 |
msgid "Submit a Request"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: bws_functions.php:1165
|
481 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
482 |
+
msgstr ""
|
483 |
+
|
484 |
+
#: bws_functions.php:1196
|
485 |
+
msgid "File edited successfully."
|
486 |
+
msgstr ""
|
487 |
+
|
488 |
+
#: bws_functions.php:1198
|
489 |
+
msgid "Not enough permissions to create or update the file"
|
490 |
+
msgstr ""
|
491 |
+
|
492 |
+
#: bws_functions.php:1222
|
493 |
+
msgid "These styles will be added to the header on all pages of your site."
|
494 |
+
msgstr ""
|
495 |
+
|
496 |
+
#: bws_functions.php:1225
|
497 |
+
msgid "Editing"
|
498 |
+
msgstr ""
|
499 |
+
|
500 |
+
#: bws_functions.php:1227
|
501 |
+
msgid "Browsing"
|
502 |
+
msgstr ""
|
503 |
+
|
504 |
# @ captcha
|
505 |
+
#: bws_functions.php:1235
|
506 |
+
#, fuzzy
|
507 |
+
msgid "Learn more about CSS"
|
508 |
+
msgstr "Lesen Sie mehr"
|
509 |
+
|
510 |
+
#: bws_functions.php:1243
|
511 |
+
#, php-format
|
512 |
+
msgid ""
|
513 |
+
"You need to make this file writable before you can save your changes. See %s "
|
514 |
+
"the Codex %s for more information."
|
515 |
+
msgstr ""
|
516 |
+
|
517 |
+
# @ captcha
|
518 |
+
#: bws_menu.php:509
|
519 |
msgid "Not set"
|
520 |
msgstr "Nicht festgelegt"
|
521 |
|
522 |
# @ captcha
|
523 |
+
#: bws_menu.php:511 bws_menu.php:512
|
|
|
524 |
msgid "On"
|
525 |
msgstr "Ein"
|
526 |
|
527 |
# @ captcha
|
528 |
+
#: bws_menu.php:511 bws_menu.php:512
|
|
|
529 |
msgid "Off"
|
530 |
msgstr "Ausgeschaltet"
|
531 |
|
532 |
# @ captcha
|
533 |
+
#: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
|
534 |
+
#: bws_menu.php:517 bws_menu.php:529
|
|
|
|
|
|
|
|
|
535 |
msgid "N/A"
|
536 |
msgstr "keine Angaben"
|
537 |
|
538 |
# @ captcha
|
539 |
+
#: bws_menu.php:517
|
540 |
msgid " Mb"
|
541 |
msgstr " Mb"
|
542 |
|
543 |
# @ captcha
|
544 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
|
|
|
|
|
|
|
545 |
msgid "Yes"
|
546 |
msgstr "Ja"
|
547 |
|
548 |
# @ captcha
|
549 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
|
|
|
|
|
|
|
550 |
msgid "No"
|
551 |
msgstr "Nein"
|
552 |
|
553 |
# @ captcha
|
554 |
+
#: bws_menu.php:537
|
555 |
msgid "Operating System"
|
556 |
msgstr "Betriebs-System"
|
557 |
|
558 |
# @ captcha
|
559 |
+
#: bws_menu.php:538
|
560 |
msgid "Server"
|
561 |
msgstr "Server"
|
562 |
|
563 |
# @ captcha
|
564 |
+
#: bws_menu.php:539
|
565 |
msgid "Memory usage"
|
566 |
msgstr "Speichernutzung"
|
567 |
|
568 |
# @ captcha
|
569 |
+
#: bws_menu.php:540
|
570 |
msgid "MYSQL Version"
|
571 |
msgstr "MYSQL Version"
|
572 |
|
573 |
# @ captcha
|
574 |
+
#: bws_menu.php:541
|
575 |
msgid "SQL Mode"
|
576 |
msgstr "SQL Modus"
|
577 |
|
578 |
# @ captcha
|
579 |
+
#: bws_menu.php:542
|
580 |
msgid "PHP Version"
|
581 |
msgstr "PHP Version"
|
582 |
|
583 |
# @ captcha
|
584 |
+
#: bws_menu.php:543
|
585 |
msgid "PHP Safe Mode"
|
586 |
msgstr "PHP Gesicherter Modus"
|
587 |
|
588 |
# @ captcha
|
589 |
+
#: bws_menu.php:544
|
590 |
msgid "PHP Allow URL fopen"
|
591 |
msgstr "PHP Erlaubet URL zu öffnen (fopen)"
|
592 |
|
593 |
# @ captcha
|
594 |
+
#: bws_menu.php:545
|
595 |
msgid "PHP Memory Limit"
|
596 |
msgstr "PHP Speicher-Grenze"
|
597 |
|
598 |
# @ captcha
|
599 |
+
#: bws_menu.php:546
|
600 |
msgid "PHP Max Upload Size"
|
601 |
msgstr "PHP Maximale Upload Größe"
|
602 |
|
603 |
# @ captcha
|
604 |
+
#: bws_menu.php:547
|
605 |
msgid "PHP Max Post Size"
|
606 |
msgstr "PHP Maximale Beitrags-Größe"
|
607 |
|
608 |
# @ captcha
|
609 |
+
#: bws_menu.php:548
|
610 |
msgid "PHP Max Script Execute Time"
|
611 |
msgstr "PHP Maximale Script Ausführungszeit"
|
612 |
|
613 |
# @ captcha
|
614 |
+
#: bws_menu.php:549
|
615 |
msgid "PHP Exif support"
|
616 |
msgstr "PHP Exif Support"
|
617 |
|
618 |
# @ captcha
|
619 |
+
#: bws_menu.php:550
|
620 |
msgid "PHP IPTC support"
|
621 |
msgstr "PHP IPTC Support"
|
622 |
|
623 |
# @ captcha
|
624 |
+
#: bws_menu.php:551
|
625 |
msgid "PHP XML support"
|
626 |
msgstr "PHP XML Support"
|
627 |
|
628 |
# @ captcha
|
629 |
+
#: bws_menu.php:552
|
630 |
msgid "Site URL"
|
631 |
msgstr "Site URL"
|
632 |
|
633 |
# @ captcha
|
634 |
+
#: bws_menu.php:553
|
635 |
msgid "Home URL"
|
636 |
msgstr "Home URL"
|
637 |
|
638 |
# @ captcha
|
639 |
+
#: bws_menu.php:556
|
640 |
msgid "WordPress Version"
|
641 |
msgstr "WordPress Version"
|
642 |
|
643 |
# @ captcha
|
644 |
+
#: bws_menu.php:557
|
645 |
msgid "WordPress DB Version"
|
646 |
msgstr "WordPress DB Version"
|
647 |
|
648 |
# @ captcha
|
649 |
+
#: bws_menu.php:558
|
650 |
msgid "Multisite"
|
651 |
msgstr "Multisite"
|
652 |
|
653 |
# @ captcha
|
654 |
+
#: bws_menu.php:559
|
655 |
msgid "Active Theme"
|
656 |
msgstr "Actives Theme"
|
657 |
|
658 |
# @ captcha
|
659 |
+
#: bws_menu.php:574
|
660 |
msgid "Please enter a valid email address."
|
661 |
msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
|
662 |
|
663 |
# @ captcha
|
664 |
+
#: bws_menu.php:578
|
665 |
msgid "Email with system info is sent to "
|
666 |
msgstr "E-Mail-mit System Informationen wird gesendet an "
|
667 |
|
668 |
# @ captcha
|
669 |
+
#: bws_menu.php:582
|
670 |
msgid "Thank you for contacting us."
|
671 |
msgstr "Vielen Dank für Ihre Kontaktaufnahme."
|
672 |
|
673 |
# @ captcha
|
674 |
+
#: bws_menu.php:615
|
675 |
msgid "Sorry, email message could not be delivered."
|
676 |
msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
|
677 |
|
678 |
+
#: bws_menu.php:622
|
679 |
msgid "Need help?"
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: bws_menu.php:623
|
683 |
msgid "Client area"
|
684 |
msgstr ""
|
685 |
|
686 |
# @ captcha
|
687 |
+
#: bws_menu.php:624 bws_menu.php:933
|
|
|
688 |
msgid "System status"
|
689 |
msgstr "System Status"
|
690 |
|
691 |
# @ captcha
|
692 |
+
#: bws_menu.php:629
|
693 |
#, fuzzy
|
694 |
msgid "Plugins"
|
695 |
msgstr "BWS Plugins"
|
696 |
|
697 |
+
#: bws_menu.php:630
|
698 |
msgid "Themes"
|
699 |
msgstr ""
|
700 |
|
720 |
msgstr "Installierte Plugins"
|
721 |
|
722 |
# @ captcha
|
723 |
+
#: bws_menu.php:672 bws_menu.php:721
|
|
|
724 |
msgid "Settings"
|
725 |
msgstr "Einstellungen"
|
726 |
|
727 |
# @ captcha
|
728 |
+
#: bws_menu.php:693 bws_menu.php:750
|
|
|
729 |
#, fuzzy
|
730 |
msgid "Activate this plugin"
|
731 |
msgstr "Aktivierte Plugins"
|
732 |
|
733 |
+
#: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
|
|
|
|
|
734 |
msgid "Go"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
|
|
|
|
|
738 |
msgid "DONATE"
|
739 |
msgstr ""
|
740 |
|
788 |
msgid "Preview"
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: bws_menu.php:882 bws_menu.php:914
|
|
|
792 |
#, php-format
|
793 |
msgid "By %s"
|
794 |
msgstr ""
|
831 |
# @ captcha
|
832 |
#~ msgid "Pro plugins"
|
833 |
#~ msgstr "BWS Plugins"
|
834 |
+
|
835 |
# @ captcha
|
836 |
#~ msgid "Activated plugins"
|
837 |
#~ msgstr "Aktivierte Plugins"
|
838 |
+
|
839 |
# @ captcha
|
840 |
#~ msgid "Read more"
|
841 |
#~ msgstr "Lesen Sie mehr"
|
842 |
+
|
843 |
# @ captcha
|
844 |
#~ msgid "Purchase"
|
845 |
#~ msgstr "Kaufen"
|
846 |
+
|
847 |
# @ captcha
|
848 |
#~ msgid "Free plugins"
|
849 |
#~ msgstr "Freie Plugins"
|
850 |
+
|
851 |
# @ captcha
|
852 |
#~ msgid "Download"
|
853 |
#~ msgstr "Herunterladen"
|
854 |
+
|
855 |
# @ captcha
|
856 |
#~ msgid "Install now from wordpress.org"
|
857 |
#~ msgstr "Installiere jetzt von wordpress.org"
|
858 |
+
|
859 |
# @ captcha
|
860 |
#, fuzzy
|
861 |
#~ msgid "Activated theme"
|
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:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
8 |
"Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"Language: fr_FR\n"
|
@@ -17,11 +17,11 @@ msgstr ""
|
|
17 |
"X-Generator: Poedit 1.5.4\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: bws_functions.php:
|
21 |
msgid "requires"
|
22 |
msgstr "obligatoire"
|
23 |
|
24 |
-
#: bws_functions.php:
|
25 |
msgid ""
|
26 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
27 |
"try again."
|
@@ -29,15 +29,15 @@ msgstr ""
|
|
29 |
"ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à "
|
30 |
"jour de WordPress puis de ré-essayer."
|
31 |
|
32 |
-
#: bws_functions.php:
|
33 |
msgid "Back to the WordPress"
|
34 |
msgstr "Retour à WordPress"
|
35 |
|
36 |
-
#: bws_functions.php:
|
37 |
msgid "Plugins page"
|
38 |
msgstr "Page des extensions"
|
39 |
|
40 |
-
#: bws_functions.php:
|
41 |
msgid ""
|
42 |
"or higher! We do not guarantee that our plugin will work correctly. Please "
|
43 |
"upgrade to WordPress latest version."
|
@@ -45,52 +45,57 @@ msgstr ""
|
|
45 |
"ou plus ! Nous ne garantissons pas que notre extension fonctionne "
|
46 |
"correctement. Merci de mettre à jour Wordpress avec la dernière version."
|
47 |
|
48 |
-
#: bws_functions.php:
|
|
|
|
|
|
|
|
|
|
|
49 |
msgid "It’s time to upgrade your"
|
50 |
msgstr "C'est le moment de mettre à jour votre "
|
51 |
|
52 |
-
#: bws_functions.php:
|
53 |
msgid "to"
|
54 |
msgstr "à"
|
55 |
|
56 |
-
#: bws_functions.php:
|
57 |
msgid "version!"
|
58 |
msgstr "version"
|
59 |
|
60 |
-
#: bws_functions.php:
|
61 |
msgid "Extend standard plugin functionality with new great options."
|
62 |
msgstr ""
|
63 |
"Étend les fonctionnalités classiques de l'extension avec des nouvelles "
|
64 |
"options."
|
65 |
|
66 |
-
#: bws_functions.php:
|
67 |
msgid "Learn More"
|
68 |
msgstr "En savoir plus"
|
69 |
|
70 |
-
#: bws_functions.php:
|
71 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
72 |
msgstr ""
|
73 |
"Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans "
|
74 |
"Wordpress"
|
75 |
|
76 |
-
#: bws_functions.php:
|
77 |
msgid "Rate the plugin"
|
78 |
msgstr "Voter pour l'extension"
|
79 |
|
80 |
-
#: bws_functions.php:
|
81 |
msgid "If there is something wrong about it, please contact us"
|
82 |
msgstr "Si vous avez une question, n'hésitez pas à nous contacter"
|
83 |
|
84 |
-
#: bws_functions.php:
|
85 |
msgid "Check premium options on the plugin settings page!"
|
86 |
msgstr ""
|
87 |
"Vérifier les options premium sur la page des paramètres de l'extension!"
|
88 |
|
89 |
-
#: bws_functions.php:
|
90 |
msgid "Wrong license key"
|
91 |
msgstr "Clé de licence incorrecte"
|
92 |
|
93 |
-
#: bws_functions.php:
|
94 |
msgid ""
|
95 |
"Something went wrong. Please try again later. If the error appears again, "
|
96 |
"please contact us"
|
@@ -99,15 +104,15 @@ msgstr ""
|
|
99 |
"nouveau, merci de contacter <a href=http://support.bestwebsoft."
|
100 |
"com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
|
101 |
|
102 |
-
#: bws_functions.php:
|
103 |
msgid "We are sorry for inconvenience."
|
104 |
msgstr "Nous sommes désolés pour le désagrément."
|
105 |
|
106 |
-
#: bws_functions.php:
|
107 |
msgid "This license key is bind to another site"
|
108 |
msgstr "La clé de licence correspond à un autre site."
|
109 |
|
110 |
-
#: bws_functions.php:
|
111 |
msgid ""
|
112 |
"Unfortunately, you have exceeded the number of available tries per day. "
|
113 |
"Please, upload the plugin manually."
|
@@ -115,7 +120,7 @@ msgstr ""
|
|
115 |
"Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
|
116 |
"télécharger l'extension manuellement."
|
117 |
|
118 |
-
#: bws_functions.php:
|
119 |
msgid ""
|
120 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
121 |
"support and plugin updates you should extend it in your"
|
@@ -123,7 +128,7 @@ msgstr ""
|
|
123 |
"Désoler, votre licence est terminée. Pour continuer à disposer du support "
|
124 |
"rapide et des mises à jour de l'extension vous devez la renouveler dans votre"
|
125 |
|
126 |
-
#: bws_functions.php:
|
127 |
msgid ""
|
128 |
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
129 |
"Trial license can be installed only once."
|
@@ -131,19 +136,19 @@ msgstr ""
|
|
131 |
"Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
|
132 |
"peut-être installée qu'une seule fois."
|
133 |
|
134 |
-
#: bws_functions.php:
|
135 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
136 |
msgstr ""
|
137 |
"Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension "
|
138 |
"manuellement."
|
139 |
|
140 |
-
#: bws_functions.php:
|
141 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
142 |
msgstr ""
|
143 |
"Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
|
144 |
"manuellement."
|
145 |
|
146 |
-
#: bws_functions.php:
|
147 |
msgid ""
|
148 |
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
149 |
"plugin manually"
|
@@ -151,13 +156,13 @@ msgstr ""
|
|
151 |
"Votre serveur n'a pas le support du format des archives ZIP ou Phar. Merci "
|
152 |
"de télécharger l'extension manuellement."
|
153 |
|
154 |
-
#: bws_functions.php:
|
155 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
156 |
msgstr ""
|
157 |
"Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
|
158 |
"manuellement."
|
159 |
|
160 |
-
#: bws_functions.php:
|
161 |
msgid ""
|
162 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
163 |
"sorry for inconvenience."
|
@@ -165,11 +170,11 @@ msgstr ""
|
|
165 |
"Il est survenu une erreur. Essayer de nouveau ou bien télécharger "
|
166 |
"l'extension manuellement.Nous sommes désolés pour le désagrément."
|
167 |
|
168 |
-
#: bws_functions.php:
|
169 |
msgid "Please, enter Your license key"
|
170 |
msgstr "Merci de saisir votre clé de licence"
|
171 |
|
172 |
-
#: bws_functions.php:
|
173 |
msgid ""
|
174 |
"Congratulations! The Pro version of the plugin is successfully download and "
|
175 |
"activated."
|
@@ -177,31 +182,31 @@ msgstr ""
|
|
177 |
"Félicitations! La version PRO de cette extension a été téléchargée et "
|
178 |
"activée avec succès."
|
179 |
|
180 |
-
#: bws_functions.php:
|
181 |
msgid "Please, go to"
|
182 |
msgstr "Merci d’aller à"
|
183 |
|
184 |
-
#: bws_functions.php:
|
185 |
msgid "the setting page"
|
186 |
msgstr "Options supplémentaires"
|
187 |
|
188 |
-
#: bws_functions.php:
|
189 |
msgid "You will be redirected automatically in 5 seconds."
|
190 |
msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
|
191 |
|
192 |
-
#: bws_functions.php:
|
193 |
msgid "Show Pro features"
|
194 |
msgstr "Voir les fonctionnalités de la version PRO"
|
195 |
|
196 |
-
#: bws_functions.php:
|
197 |
msgid "You can download and activate"
|
198 |
msgstr "Vous pouvez télécharger et activer la version "
|
199 |
|
200 |
-
#: bws_functions.php:
|
201 |
msgid "version of this plugin by entering Your license key."
|
202 |
msgstr " de cette extension en donnant votre clé de licence."
|
203 |
|
204 |
-
#: bws_functions.php:
|
205 |
msgid ""
|
206 |
"You can find your license key on your personal page Client area, by clicking "
|
207 |
"on the link"
|
@@ -209,27 +214,28 @@ msgstr ""
|
|
209 |
"Vous pouvez trouver votre clé de licence sur votre page personnelle dans la "
|
210 |
"zone cliente en cliquant sur le lien"
|
211 |
|
212 |
-
#: bws_functions.php:
|
213 |
msgid "(your username is the email you specify when purchasing the product)."
|
214 |
msgstr ""
|
215 |
"(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de "
|
216 |
"l'achat de l'extension)."
|
217 |
|
218 |
-
#: bws_functions.php:
|
219 |
msgid "or"
|
220 |
msgstr "ou"
|
221 |
|
222 |
-
#: bws_functions.php:
|
223 |
#, php-format
|
224 |
msgid "Start Your Free %s-Day Trial Now"
|
225 |
msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
|
226 |
|
227 |
-
#: bws_functions.php:
|
228 |
-
#: bws_functions.php:
|
|
|
229 |
msgid "Activate"
|
230 |
msgstr "Activé"
|
231 |
|
232 |
-
#: bws_functions.php:
|
233 |
#, php-format
|
234 |
msgid ""
|
235 |
"In order to continue using the plugin it is necessary to buy a %s license."
|
@@ -237,33 +243,33 @@ msgstr ""
|
|
237 |
"Afin de pouvoir continuer à utiliser cette extension il est nécessaire "
|
238 |
"d'acheter une licence %s."
|
239 |
|
240 |
-
#: bws_functions.php:
|
241 |
msgid "After that you can activate it by entering your license key."
|
242 |
msgstr ""
|
243 |
" Après vous pouvez activer cette extension en donnant votre clé de licence."
|
244 |
|
245 |
-
#: bws_functions.php:
|
246 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
247 |
msgstr ""
|
248 |
"Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
|
249 |
"télécharger l'extension manuellement."
|
250 |
|
251 |
-
#: bws_functions.php:
|
252 |
msgid ""
|
253 |
"Congratulations! The Pro license of the plugin is successfully activated."
|
254 |
msgstr ""
|
255 |
"Félicitations! La version PRO de cette extension a été téléchargée et "
|
256 |
"activée avec succès."
|
257 |
|
258 |
-
#: bws_functions.php:
|
259 |
msgid "Wrong license key."
|
260 |
msgstr "Clé de licence incorrecte."
|
261 |
|
262 |
-
#: bws_functions.php:
|
263 |
msgid "This license key is bind to another site."
|
264 |
msgstr "La clé de licence correspond à un autre site."
|
265 |
|
266 |
-
#: bws_functions.php:
|
267 |
msgid ""
|
268 |
"This license key is valid, but Your license has expired. If you want to "
|
269 |
"update our plugin in future, you should extend the license."
|
@@ -272,13 +278,13 @@ msgstr ""
|
|
272 |
"continuer à disposer du support rapide et des mises à jour de l'extension "
|
273 |
"vous devez la renouveller."
|
274 |
|
275 |
-
#: bws_functions.php:
|
276 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
277 |
msgstr ""
|
278 |
"Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
|
279 |
"télécharger l'extension manuellement."
|
280 |
|
281 |
-
#: bws_functions.php:
|
282 |
msgid ""
|
283 |
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
284 |
"The Pro Trial license can be installed only once."
|
@@ -286,23 +292,23 @@ msgstr ""
|
|
286 |
"Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
|
287 |
"peut-être installée qu'une seule fois."
|
288 |
|
289 |
-
#: bws_functions.php:
|
290 |
msgid "The Pro Trial license key is valid."
|
291 |
msgstr "La clé de licence d'évaluation est valide."
|
292 |
|
293 |
-
#: bws_functions.php:
|
294 |
msgid "The license key is valid."
|
295 |
msgstr "La clé de licence est valide."
|
296 |
|
297 |
-
#: bws_functions.php:
|
298 |
msgid "Your license will expire on"
|
299 |
msgstr "Votre licence se termine le "
|
300 |
|
301 |
-
#: bws_functions.php:
|
302 |
msgid "Please, enter your license key"
|
303 |
msgstr "Merci de saisir votre clé de licence"
|
304 |
|
305 |
-
#: bws_functions.php:
|
306 |
msgid ""
|
307 |
"If needed you can check if the license key is correct or reenter it in the "
|
308 |
"field below. You can find your license key on your personal page - Client "
|
@@ -312,7 +318,7 @@ msgstr ""
|
|
312 |
"saisir de nouveau dans le champ ci-dessous. Vous pouvez trouver votre clé de "
|
313 |
"licence sur votre page personnelle (zone client) sur notre site web."
|
314 |
|
315 |
-
#: bws_functions.php:
|
316 |
msgid ""
|
317 |
"(your username is the email you specify when purchasing the product). If "
|
318 |
"necessary, please submit \"Lost your password?\" request."
|
@@ -321,15 +327,15 @@ msgstr ""
|
|
321 |
"l'achat de l'extension). Si nécessaire, utilisez la fonction de demande de "
|
322 |
"mot de passe perdu."
|
323 |
|
324 |
-
#: bws_functions.php:
|
325 |
msgid "Check license key"
|
326 |
msgstr "Vérifier la clé de licence"
|
327 |
|
328 |
-
#: bws_functions.php:
|
329 |
msgid "WARNING: Illegal use notification"
|
330 |
msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
|
331 |
|
332 |
-
#: bws_functions.php:
|
333 |
msgid ""
|
334 |
"You can use one license of the Pro plugin for one domain only. Please check "
|
335 |
"and edit your license or domain if necessary using you personal Client Area. "
|
@@ -342,7 +348,7 @@ msgstr ""
|
|
342 |
"de résoudre ce problème dans les 24 heures, sinon l'extension sera rendue "
|
343 |
"inactive."
|
344 |
|
345 |
-
#: bws_functions.php:
|
346 |
msgid ""
|
347 |
"Notice: Your Pro Trial license has expired. To continue using the plugin you "
|
348 |
"should buy a Pro license"
|
@@ -350,7 +356,7 @@ msgstr ""
|
|
350 |
"Votre licence d'évaluation est terminée. Pour continuer à disposer du "
|
351 |
"support rapide et des mises à jour de l'extension vous devez la renouveler."
|
352 |
|
353 |
-
#: bws_functions.php:
|
354 |
msgid ""
|
355 |
"Your license has expired. To continue getting top-priority support and "
|
356 |
"plugin updates you should extend it."
|
@@ -358,70 +364,82 @@ msgstr ""
|
|
358 |
"Votre licence est terminée. Pour continuer à disposer du support rapide et "
|
359 |
"des mises à jour de l'extension vous devez la renouveller."
|
360 |
|
361 |
-
#: bws_functions.php:
|
362 |
-
#: bws_menu.php:
|
|
|
363 |
msgid "Learn more"
|
364 |
msgstr "En savoir plus"
|
365 |
|
366 |
-
#: bws_functions.php:
|
367 |
#, php-format
|
368 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
369 |
msgstr ""
|
370 |
"Avertissement : vous utilisez la version d'évaluation de l'extension %s."
|
371 |
|
372 |
-
#: bws_functions.php:
|
373 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
374 |
msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension."
|
375 |
|
376 |
-
#: bws_functions.php:
|
377 |
msgid "The Pro Trial license will expire on"
|
378 |
msgstr "La licence PRO d'évaluation expirera le"
|
379 |
|
380 |
-
#: bws_functions.php:
|
381 |
msgid "You license for"
|
382 |
msgstr "Votre licence pour"
|
383 |
|
384 |
-
#: bws_functions.php:
|
385 |
msgid "expires on"
|
386 |
msgstr "se termine le"
|
387 |
|
388 |
-
#: bws_functions.php:
|
389 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
390 |
msgstr "et vous ne disposerez plus du support rapide et des mises à jour."
|
391 |
|
392 |
-
#: bws_functions.php:
|
393 |
msgid "Thank you for installing"
|
394 |
msgstr "Merci d'avoir installé"
|
395 |
|
396 |
-
#: bws_functions.php:
|
397 |
msgid "Let's get started"
|
398 |
msgstr "Démarrer"
|
399 |
|
400 |
-
#: bws_functions.php:
|
401 |
msgid "Configure Settings"
|
402 |
msgstr "Configuration des paramètres"
|
403 |
|
404 |
-
#: bws_functions.php:
|
405 |
msgid "Add New"
|
406 |
msgstr "Ajouter"
|
407 |
|
408 |
-
#: bws_functions.php:
|
409 |
-
|
410 |
-
|
|
|
411 |
|
412 |
-
#: bws_functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
413 |
msgid "Notice"
|
414 |
msgstr "Avertissement"
|
415 |
|
416 |
-
#: bws_functions.php:
|
417 |
msgid "The plugin's settings have been changed."
|
418 |
msgstr "Les paramètres de l'extension ont été modifiés."
|
419 |
|
420 |
-
#: bws_functions.php:
|
421 |
msgid "Save Changes"
|
422 |
msgstr "Sauvegarder les modifications"
|
423 |
|
424 |
-
#: bws_functions.php:
|
425 |
msgid ""
|
426 |
"You can always look at premium options by clicking on the \"Show Pro features"
|
427 |
"\" in the \"Go PRO\" tab"
|
@@ -429,228 +447,260 @@ msgstr ""
|
|
429 |
"Vous pouvez toujours consulter les options premium en cliquant sur le lien "
|
430 |
"\"Voir les fonctionnalités de la version PRO\" dans l'onglet Passer PRO"
|
431 |
|
432 |
-
#: bws_functions.php:
|
433 |
-
msgid "Add BWS Plugins Shortcode"
|
434 |
-
msgstr "Ajouter le code court de l'extension BWS"
|
435 |
-
|
436 |
-
#: bws_functions.php:793
|
437 |
msgid "Add shortcode"
|
438 |
msgstr "Ajouter le code court"
|
439 |
|
440 |
-
#: bws_functions.php:
|
441 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
442 |
msgstr "Ajouter le code court des extensions BestWebSoft avec ce bouton."
|
443 |
|
444 |
-
#: bws_functions.php:
|
445 |
msgid "Close"
|
446 |
msgstr "Fermer"
|
447 |
|
448 |
-
#: bws_functions.php:
|
449 |
msgid "Restore all plugin settings to defaults"
|
450 |
msgstr "Remettre les valeurs par défaut des paramètres de l'extension"
|
451 |
|
452 |
-
#: bws_functions.php:
|
453 |
msgid "Restore settings"
|
454 |
msgstr "Remettre les paramètres"
|
455 |
|
456 |
-
#: bws_functions.php:
|
457 |
msgid "Are you sure you want to restore all settings by default?"
|
458 |
msgstr "Êtes vous sûr de vouloir remettre toutes les valeurs par défaut ?"
|
459 |
|
460 |
-
#: bws_functions.php:
|
461 |
msgid "Yes, restore all settings"
|
462 |
msgstr "Oui, remettre les valeurs par défaut"
|
463 |
|
464 |
-
#: bws_functions.php:
|
465 |
msgid "No, go back to the settings page"
|
466 |
msgstr "Non, retourner à la page des paramètres"
|
467 |
|
468 |
-
#: bws_functions.php:
|
469 |
msgid "Plugin"
|
470 |
msgstr "Extension"
|
471 |
|
472 |
-
#: bws_functions.php:
|
473 |
msgid "Shortcode settings"
|
474 |
msgstr "Paramètres du code court"
|
475 |
|
476 |
-
#: bws_functions.php:
|
477 |
msgid "The shortcode will be inserted"
|
478 |
msgstr "Le code court sera inséré"
|
479 |
|
480 |
-
#: bws_functions.php:
|
481 |
msgid "Insert"
|
482 |
msgstr "Insérer"
|
483 |
|
484 |
-
#: bws_functions.php:
|
485 |
msgid "Visit Help Center"
|
486 |
msgstr "Visiter le site du support"
|
487 |
|
488 |
-
#: bws_functions.php:
|
489 |
msgid "FAQ"
|
490 |
msgstr "FAQ"
|
491 |
|
492 |
-
#: bws_functions.php:
|
493 |
msgid "For more information:"
|
494 |
msgstr "Pour plus d'informations :"
|
495 |
|
496 |
-
#: bws_functions.php:
|
497 |
msgid "Documentation"
|
498 |
msgstr "Documentation"
|
499 |
|
500 |
-
#: bws_functions.php:
|
501 |
msgid "Video Instructions"
|
502 |
msgstr "Vidéo explicative"
|
503 |
|
504 |
-
#: bws_functions.php:
|
505 |
msgid "Submit a Request"
|
506 |
msgstr "Soumettre une requête"
|
507 |
|
508 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
509 |
msgid "Not set"
|
510 |
msgstr "Not set"
|
511 |
|
512 |
-
#: bws_menu.php:
|
513 |
msgid "On"
|
514 |
msgstr "On"
|
515 |
|
516 |
-
#: bws_menu.php:
|
517 |
msgid "Off"
|
518 |
msgstr "Off"
|
519 |
|
520 |
-
#: bws_menu.php:
|
521 |
-
#: bws_menu.php:
|
522 |
msgid "N/A"
|
523 |
msgstr "N/A"
|
524 |
|
525 |
-
#: bws_menu.php:
|
526 |
msgid " Mb"
|
527 |
msgstr " Mb"
|
528 |
|
529 |
-
#: bws_menu.php:
|
530 |
msgid "Yes"
|
531 |
msgstr "Yes"
|
532 |
|
533 |
-
#: bws_menu.php:
|
534 |
msgid "No"
|
535 |
msgstr "No"
|
536 |
|
537 |
-
#: bws_menu.php:
|
538 |
msgid "Operating System"
|
539 |
msgstr "Operating System"
|
540 |
|
541 |
-
#: bws_menu.php:
|
542 |
msgid "Server"
|
543 |
msgstr "Server"
|
544 |
|
545 |
-
#: bws_menu.php:
|
546 |
msgid "Memory usage"
|
547 |
msgstr "Memory usage"
|
548 |
|
549 |
-
#: bws_menu.php:
|
550 |
msgid "MYSQL Version"
|
551 |
msgstr "MYSQL Version"
|
552 |
|
553 |
-
#: bws_menu.php:
|
554 |
msgid "SQL Mode"
|
555 |
msgstr "SQL Mode"
|
556 |
|
557 |
-
#: bws_menu.php:
|
558 |
msgid "PHP Version"
|
559 |
msgstr "PHP Version"
|
560 |
|
561 |
-
#: bws_menu.php:
|
562 |
msgid "PHP Safe Mode"
|
563 |
msgstr "PHP Safe Mode"
|
564 |
|
565 |
-
#: bws_menu.php:
|
566 |
msgid "PHP Allow URL fopen"
|
567 |
msgstr "PHP Allow URL fopen"
|
568 |
|
569 |
-
#: bws_menu.php:
|
570 |
msgid "PHP Memory Limit"
|
571 |
msgstr "PHP Memory Limit"
|
572 |
|
573 |
-
#: bws_menu.php:
|
574 |
msgid "PHP Max Upload Size"
|
575 |
msgstr "PHP Max Upload Size"
|
576 |
|
577 |
-
#: bws_menu.php:
|
578 |
msgid "PHP Max Post Size"
|
579 |
msgstr "PHP Max Post Size"
|
580 |
|
581 |
-
#: bws_menu.php:
|
582 |
msgid "PHP Max Script Execute Time"
|
583 |
msgstr "PHP Max Script Execute Time"
|
584 |
|
585 |
-
#: bws_menu.php:
|
586 |
msgid "PHP Exif support"
|
587 |
msgstr "PHP Exif support"
|
588 |
|
589 |
-
#: bws_menu.php:
|
590 |
msgid "PHP IPTC support"
|
591 |
msgstr "PHP IPTC support"
|
592 |
|
593 |
-
#: bws_menu.php:
|
594 |
msgid "PHP XML support"
|
595 |
msgstr "PHP XML support"
|
596 |
|
597 |
-
#: bws_menu.php:
|
598 |
msgid "Site URL"
|
599 |
msgstr "Site URL"
|
600 |
|
601 |
-
#: bws_menu.php:
|
602 |
msgid "Home URL"
|
603 |
msgstr "Home URL"
|
604 |
|
605 |
-
#: bws_menu.php:
|
606 |
msgid "WordPress Version"
|
607 |
msgstr "WordPress Version"
|
608 |
|
609 |
-
#: bws_menu.php:
|
610 |
msgid "WordPress DB Version"
|
611 |
msgstr "WordPress DB Version"
|
612 |
|
613 |
-
#: bws_menu.php:
|
614 |
msgid "Multisite"
|
615 |
msgstr "Multisite"
|
616 |
|
617 |
-
#: bws_menu.php:
|
618 |
msgid "Active Theme"
|
619 |
msgstr "Active Theme"
|
620 |
|
621 |
-
#: bws_menu.php:
|
622 |
msgid "Please enter a valid email address."
|
623 |
msgstr "Merci de saisir une adresse e-mail valide."
|
624 |
|
625 |
-
#: bws_menu.php:
|
626 |
msgid "Email with system info is sent to "
|
627 |
msgstr "Le courriel avec les informations système est envoyé à"
|
628 |
|
629 |
-
#: bws_menu.php:
|
630 |
msgid "Thank you for contacting us."
|
631 |
msgstr "Merci de nous avoir contacté."
|
632 |
|
633 |
-
#: bws_menu.php:
|
634 |
msgid "Sorry, email message could not be delivered."
|
635 |
msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
|
636 |
|
637 |
-
#: bws_menu.php:
|
638 |
msgid "Need help?"
|
639 |
msgstr "Besoin d'aide ?"
|
640 |
|
641 |
-
#: bws_menu.php:
|
642 |
msgid "Client area"
|
643 |
msgstr "Espace client"
|
644 |
|
645 |
-
#: bws_menu.php:
|
646 |
msgid "System status"
|
647 |
msgstr "System status"
|
648 |
|
649 |
-
#: bws_menu.php:
|
650 |
msgid "Plugins"
|
651 |
msgstr "Extensions"
|
652 |
|
653 |
-
#: bws_menu.php:
|
654 |
msgid "Themes"
|
655 |
msgstr "Thèmes"
|
656 |
|
@@ -763,6 +813,9 @@ msgstr "Envoyé au support"
|
|
763 |
msgid "Send to custom email »"
|
764 |
msgstr "Envoyer un e-mail spécifique »"
|
765 |
|
|
|
|
|
|
|
766 |
#~ msgid ""
|
767 |
#~ "(your username is the email you specify when purchasing the product), "
|
768 |
#~ "where you can make the necessary changes."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-03-10 15:34+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-03-10 15:34+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"
|
17 |
"X-Generator: Poedit 1.5.4\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: bws_functions.php:65 bws_functions.php:89
|
21 |
msgid "requires"
|
22 |
msgstr "obligatoire"
|
23 |
|
24 |
+
#: bws_functions.php:67
|
25 |
msgid ""
|
26 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
27 |
"try again."
|
29 |
"ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à "
|
30 |
"jour de WordPress puis de ré-essayer."
|
31 |
|
32 |
+
#: bws_functions.php:68
|
33 |
msgid "Back to the WordPress"
|
34 |
msgstr "Retour à WordPress"
|
35 |
|
36 |
+
#: bws_functions.php:70
|
37 |
msgid "Plugins page"
|
38 |
msgstr "Page des extensions"
|
39 |
|
40 |
+
#: bws_functions.php:91
|
41 |
msgid ""
|
42 |
"or higher! We do not guarantee that our plugin will work correctly. Please "
|
43 |
"upgrade to WordPress latest version."
|
45 |
"ou plus ! Nous ne garantissons pas que notre extension fonctionne "
|
46 |
"correctement. Merci de mettre à jour Wordpress avec la dernière version."
|
47 |
|
48 |
+
#: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
|
49 |
+
#: bws_functions.php:755
|
50 |
+
msgid "Close notice"
|
51 |
+
msgstr "Effacer l'avertissement"
|
52 |
+
|
53 |
+
#: bws_functions.php:148
|
54 |
msgid "It’s time to upgrade your"
|
55 |
msgstr "C'est le moment de mettre à jour votre "
|
56 |
|
57 |
+
#: bws_functions.php:148
|
58 |
msgid "to"
|
59 |
msgstr "à"
|
60 |
|
61 |
+
#: bws_functions.php:148
|
62 |
msgid "version!"
|
63 |
msgstr "version"
|
64 |
|
65 |
+
#: bws_functions.php:149
|
66 |
msgid "Extend standard plugin functionality with new great options."
|
67 |
msgstr ""
|
68 |
"Étend les fonctionnalités classiques de l'extension avec des nouvelles "
|
69 |
"options."
|
70 |
|
71 |
+
#: bws_functions.php:152 bws_functions.php:593
|
72 |
msgid "Learn More"
|
73 |
msgstr "En savoir plus"
|
74 |
|
75 |
+
#: bws_functions.php:169
|
76 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
77 |
msgstr ""
|
78 |
"Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans "
|
79 |
"Wordpress"
|
80 |
|
81 |
+
#: bws_functions.php:170
|
82 |
msgid "Rate the plugin"
|
83 |
msgstr "Voter pour l'extension"
|
84 |
|
85 |
+
#: bws_functions.php:173
|
86 |
msgid "If there is something wrong about it, please contact us"
|
87 |
msgstr "Si vous avez une question, n'hésitez pas à nous contacter"
|
88 |
|
89 |
+
#: bws_functions.php:205
|
90 |
msgid "Check premium options on the plugin settings page!"
|
91 |
msgstr ""
|
92 |
"Vérifier les options premium sur la page des paramètres de l'extension!"
|
93 |
|
94 |
+
#: bws_functions.php:212 bws_functions.php:248
|
95 |
msgid "Wrong license key"
|
96 |
msgstr "Clé de licence incorrecte"
|
97 |
|
98 |
+
#: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
|
99 |
msgid ""
|
100 |
"Something went wrong. Please try again later. If the error appears again, "
|
101 |
"please contact us"
|
104 |
"nouveau, merci de contacter <a href=http://support.bestwebsoft."
|
105 |
"com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
|
106 |
|
107 |
+
#: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
|
108 |
msgid "We are sorry for inconvenience."
|
109 |
msgstr "Nous sommes désolés pour le désagrément."
|
110 |
|
111 |
+
#: bws_functions.php:250
|
112 |
msgid "This license key is bind to another site"
|
113 |
msgstr "La clé de licence correspond à un autre site."
|
114 |
|
115 |
+
#: bws_functions.php:252 bws_functions.php:416
|
116 |
msgid ""
|
117 |
"Unfortunately, you have exceeded the number of available tries per day. "
|
118 |
"Please, upload the plugin manually."
|
120 |
"Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
|
121 |
"télécharger l'extension manuellement."
|
122 |
|
123 |
+
#: bws_functions.php:254
|
124 |
msgid ""
|
125 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
126 |
"support and plugin updates you should extend it in your"
|
128 |
"Désoler, votre licence est terminée. Pour continuer à disposer du support "
|
129 |
"rapide et des mises à jour de l'extension vous devez la renouveler dans votre"
|
130 |
|
131 |
+
#: bws_functions.php:256
|
132 |
msgid ""
|
133 |
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
134 |
"Trial license can be installed only once."
|
136 |
"Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
|
137 |
"peut-être installée qu'une seule fois."
|
138 |
|
139 |
+
#: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
|
140 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
141 |
msgstr ""
|
142 |
"Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension "
|
143 |
"manuellement."
|
144 |
|
145 |
+
#: bws_functions.php:289
|
146 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
147 |
msgstr ""
|
148 |
"Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
|
149 |
"manuellement."
|
150 |
|
151 |
+
#: bws_functions.php:295
|
152 |
msgid ""
|
153 |
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
154 |
"plugin manually"
|
156 |
"Votre serveur n'a pas le support du format des archives ZIP ou Phar. Merci "
|
157 |
"de télécharger l'extension manuellement."
|
158 |
|
159 |
+
#: bws_functions.php:302
|
160 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
161 |
msgstr ""
|
162 |
"Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
|
163 |
"manuellement."
|
164 |
|
165 |
+
#: bws_functions.php:325
|
166 |
msgid ""
|
167 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
168 |
"sorry for inconvenience."
|
170 |
"Il est survenu une erreur. Essayer de nouveau ou bien télécharger "
|
171 |
"l'extension manuellement.Nous sommes désolés pour le désagrément."
|
172 |
|
173 |
+
#: bws_functions.php:350
|
174 |
msgid "Please, enter Your license key"
|
175 |
msgstr "Merci de saisir votre clé de licence"
|
176 |
|
177 |
+
#: bws_functions.php:380
|
178 |
msgid ""
|
179 |
"Congratulations! The Pro version of the plugin is successfully download and "
|
180 |
"activated."
|
182 |
"Félicitations! La version PRO de cette extension a été téléchargée et "
|
183 |
"activée avec succès."
|
184 |
|
185 |
+
#: bws_functions.php:382 bws_functions.php:473
|
186 |
msgid "Please, go to"
|
187 |
msgstr "Merci d’aller à"
|
188 |
|
189 |
+
#: bws_functions.php:382 bws_functions.php:473
|
190 |
msgid "the setting page"
|
191 |
msgstr "Options supplémentaires"
|
192 |
|
193 |
+
#: bws_functions.php:383 bws_functions.php:474
|
194 |
msgid "You will be redirected automatically in 5 seconds."
|
195 |
msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
|
196 |
|
197 |
+
#: bws_functions.php:390
|
198 |
msgid "Show Pro features"
|
199 |
msgstr "Voir les fonctionnalités de la version PRO"
|
200 |
|
201 |
+
#: bws_functions.php:397
|
202 |
msgid "You can download and activate"
|
203 |
msgstr "Vous pouvez télécharger et activer la version "
|
204 |
|
205 |
+
#: bws_functions.php:399
|
206 |
msgid "version of this plugin by entering Your license key."
|
207 |
msgstr " de cette extension en donnant votre clé de licence."
|
208 |
|
209 |
+
#: bws_functions.php:401 bws_functions.php:442
|
210 |
msgid ""
|
211 |
"You can find your license key on your personal page Client area, by clicking "
|
212 |
"on the link"
|
214 |
"Vous pouvez trouver votre clé de licence sur votre page personnelle dans la "
|
215 |
"zone cliente en cliquant sur le lien"
|
216 |
|
217 |
+
#: bws_functions.php:403 bws_functions.php:444
|
218 |
msgid "(your username is the email you specify when purchasing the product)."
|
219 |
msgstr ""
|
220 |
"(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de "
|
221 |
"l'achat de l'extension)."
|
222 |
|
223 |
+
#: bws_functions.php:407 bws_functions.php:691
|
224 |
msgid "or"
|
225 |
msgstr "ou"
|
226 |
|
227 |
+
#: bws_functions.php:407
|
228 |
#, php-format
|
229 |
msgid "Start Your Free %s-Day Trial Now"
|
230 |
msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
|
231 |
|
232 |
+
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
233 |
+
#: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
|
234 |
+
#: bws_menu.php:750
|
235 |
msgid "Activate"
|
236 |
msgstr "Activé"
|
237 |
|
238 |
+
#: bws_functions.php:439 bws_functions.php:532
|
239 |
#, php-format
|
240 |
msgid ""
|
241 |
"In order to continue using the plugin it is necessary to buy a %s license."
|
243 |
"Afin de pouvoir continuer à utiliser cette extension il est nécessaire "
|
244 |
"d'acheter une licence %s."
|
245 |
|
246 |
+
#: bws_functions.php:440
|
247 |
msgid "After that you can activate it by entering your license key."
|
248 |
msgstr ""
|
249 |
" Après vous pouvez activer cette extension en donnant votre clé de licence."
|
250 |
|
251 |
+
#: bws_functions.php:454
|
252 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
253 |
msgstr ""
|
254 |
"Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
|
255 |
"télécharger l'extension manuellement."
|
256 |
|
257 |
+
#: bws_functions.php:471
|
258 |
msgid ""
|
259 |
"Congratulations! The Pro license of the plugin is successfully activated."
|
260 |
msgstr ""
|
261 |
"Félicitations! La version PRO de cette extension a été téléchargée et "
|
262 |
"activée avec succès."
|
263 |
|
264 |
+
#: bws_functions.php:512
|
265 |
msgid "Wrong license key."
|
266 |
msgstr "Clé de licence incorrecte."
|
267 |
|
268 |
+
#: bws_functions.php:514
|
269 |
msgid "This license key is bind to another site."
|
270 |
msgstr "La clé de licence correspond à un autre site."
|
271 |
|
272 |
+
#: bws_functions.php:516
|
273 |
msgid ""
|
274 |
"This license key is valid, but Your license has expired. If you want to "
|
275 |
"update our plugin in future, you should extend the license."
|
278 |
"continuer à disposer du support rapide et des mises à jour de l'extension "
|
279 |
"vous devez la renouveller."
|
280 |
|
281 |
+
#: bws_functions.php:518
|
282 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
283 |
msgstr ""
|
284 |
"Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
|
285 |
"télécharger l'extension manuellement."
|
286 |
|
287 |
+
#: bws_functions.php:520
|
288 |
msgid ""
|
289 |
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
290 |
"The Pro Trial license can be installed only once."
|
292 |
"Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
|
293 |
"peut-être installée qu'une seule fois."
|
294 |
|
295 |
+
#: bws_functions.php:524
|
296 |
msgid "The Pro Trial license key is valid."
|
297 |
msgstr "La clé de licence d'évaluation est valide."
|
298 |
|
299 |
+
#: bws_functions.php:526
|
300 |
msgid "The license key is valid."
|
301 |
msgstr "La clé de licence est valide."
|
302 |
|
303 |
+
#: bws_functions.php:529
|
304 |
msgid "Your license will expire on"
|
305 |
msgstr "Votre licence se termine le "
|
306 |
|
307 |
+
#: bws_functions.php:562
|
308 |
msgid "Please, enter your license key"
|
309 |
msgstr "Merci de saisir votre clé de licence"
|
310 |
|
311 |
+
#: bws_functions.php:575
|
312 |
msgid ""
|
313 |
"If needed you can check if the license key is correct or reenter it in the "
|
314 |
"field below. You can find your license key on your personal page - Client "
|
318 |
"saisir de nouveau dans le champ ci-dessous. Vous pouvez trouver votre clé de "
|
319 |
"licence sur votre page personnelle (zone client) sur notre site web."
|
320 |
|
321 |
+
#: bws_functions.php:575
|
322 |
msgid ""
|
323 |
"(your username is the email you specify when purchasing the product). If "
|
324 |
"necessary, please submit \"Lost your password?\" request."
|
327 |
"l'achat de l'extension). Si nécessaire, utilisez la fonction de demande de "
|
328 |
"mot de passe perdu."
|
329 |
|
330 |
+
#: bws_functions.php:579
|
331 |
msgid "Check license key"
|
332 |
msgstr "Vérifier la clé de licence"
|
333 |
|
334 |
+
#: bws_functions.php:593
|
335 |
msgid "WARNING: Illegal use notification"
|
336 |
msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
|
337 |
|
338 |
+
#: bws_functions.php:593
|
339 |
msgid ""
|
340 |
"You can use one license of the Pro plugin for one domain only. Please check "
|
341 |
"and edit your license or domain if necessary using you personal Client Area. "
|
348 |
"de résoudre ce problème dans les 24 heures, sinon l'extension sera rendue "
|
349 |
"inactive."
|
350 |
|
351 |
+
#: bws_functions.php:601
|
352 |
msgid ""
|
353 |
"Notice: Your Pro Trial license has expired. To continue using the plugin you "
|
354 |
"should buy a Pro license"
|
356 |
"Votre licence d'évaluation est terminée. Pour continuer à disposer du "
|
357 |
"support rapide et des mises à jour de l'extension vous devez la renouveler."
|
358 |
|
359 |
+
#: bws_functions.php:603
|
360 |
msgid ""
|
361 |
"Your license has expired. To continue getting top-priority support and "
|
362 |
"plugin updates you should extend it."
|
364 |
"Votre licence est terminée. Pour continuer à disposer du support rapide et "
|
365 |
"des mises à jour de l'extension vous devez la renouveller."
|
366 |
|
367 |
+
#: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
|
368 |
+
#: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
|
369 |
+
#: bws_menu.php:794
|
370 |
msgid "Learn more"
|
371 |
msgstr "En savoir plus"
|
372 |
|
373 |
+
#: bws_functions.php:613
|
374 |
#, php-format
|
375 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
376 |
msgstr ""
|
377 |
"Avertissement : vous utilisez la version d'évaluation de l'extension %s."
|
378 |
|
379 |
+
#: bws_functions.php:615
|
380 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
381 |
msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension."
|
382 |
|
383 |
+
#: bws_functions.php:618
|
384 |
msgid "The Pro Trial license will expire on"
|
385 |
msgstr "La licence PRO d'évaluation expirera le"
|
386 |
|
387 |
+
#: bws_functions.php:656
|
388 |
msgid "You license for"
|
389 |
msgstr "Votre licence pour"
|
390 |
|
391 |
+
#: bws_functions.php:656
|
392 |
msgid "expires on"
|
393 |
msgstr "se termine le"
|
394 |
|
395 |
+
#: bws_functions.php:656
|
396 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
397 |
msgstr "et vous ne disposerez plus du support rapide et des mises à jour."
|
398 |
|
399 |
+
#: bws_functions.php:687
|
400 |
msgid "Thank you for installing"
|
401 |
msgstr "Merci d'avoir installé"
|
402 |
|
403 |
+
#: bws_functions.php:688
|
404 |
msgid "Let's get started"
|
405 |
msgstr "Démarrer"
|
406 |
|
407 |
+
#: bws_functions.php:689
|
408 |
msgid "Configure Settings"
|
409 |
msgstr "Configuration des paramètres"
|
410 |
|
411 |
+
#: bws_functions.php:692
|
412 |
msgid "Add New"
|
413 |
msgstr "Ajouter"
|
414 |
|
415 |
+
#: bws_functions.php:750
|
416 |
+
#, fuzzy
|
417 |
+
msgid "Thank you for choosing"
|
418 |
+
msgstr "Merci d'avoir installé"
|
419 |
|
420 |
+
#: bws_functions.php:751
|
421 |
+
msgid ""
|
422 |
+
"If you have a feature, suggestion or idea you'd like to see in the plugin, "
|
423 |
+
"we'd love to hear about it!"
|
424 |
+
msgstr ""
|
425 |
+
|
426 |
+
#: bws_functions.php:752
|
427 |
+
msgid "Suggest a Feature"
|
428 |
+
msgstr ""
|
429 |
+
|
430 |
+
#: bws_functions.php:768
|
431 |
msgid "Notice"
|
432 |
msgstr "Avertissement"
|
433 |
|
434 |
+
#: bws_functions.php:768
|
435 |
msgid "The plugin's settings have been changed."
|
436 |
msgstr "Les paramètres de l'extension ont été modifiés."
|
437 |
|
438 |
+
#: bws_functions.php:769 bws_functions.php:1240
|
439 |
msgid "Save Changes"
|
440 |
msgstr "Sauvegarder les modifications"
|
441 |
|
442 |
+
#: bws_functions.php:786
|
443 |
msgid ""
|
444 |
"You can always look at premium options by clicking on the \"Show Pro features"
|
445 |
"\" in the \"Go PRO\" tab"
|
447 |
"Vous pouvez toujours consulter les options premium en cliquant sur le lien "
|
448 |
"\"Voir les fonctionnalités de la version PRO\" dans l'onglet Passer PRO"
|
449 |
|
450 |
+
#: bws_functions.php:886
|
|
|
|
|
|
|
|
|
451 |
msgid "Add shortcode"
|
452 |
msgstr "Ajouter le code court"
|
453 |
|
454 |
+
#: bws_functions.php:886
|
455 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
456 |
msgstr "Ajouter le code court des extensions BestWebSoft avec ce bouton."
|
457 |
|
458 |
+
#: bws_functions.php:935
|
459 |
msgid "Close"
|
460 |
msgstr "Fermer"
|
461 |
|
462 |
+
#: bws_functions.php:1027
|
463 |
msgid "Restore all plugin settings to defaults"
|
464 |
msgstr "Remettre les valeurs par défaut des paramètres de l'extension"
|
465 |
|
466 |
+
#: bws_functions.php:1029
|
467 |
msgid "Restore settings"
|
468 |
msgstr "Remettre les paramètres"
|
469 |
|
470 |
+
#: bws_functions.php:1040
|
471 |
msgid "Are you sure you want to restore all settings by default?"
|
472 |
msgstr "Êtes vous sûr de vouloir remettre toutes les valeurs par défaut ?"
|
473 |
|
474 |
+
#: bws_functions.php:1043
|
475 |
msgid "Yes, restore all settings"
|
476 |
msgstr "Oui, remettre les valeurs par défaut"
|
477 |
|
478 |
+
#: bws_functions.php:1044
|
479 |
msgid "No, go back to the settings page"
|
480 |
msgstr "Non, retourner à la page des paramètres"
|
481 |
|
482 |
+
#: bws_functions.php:1090
|
483 |
msgid "Plugin"
|
484 |
msgstr "Extension"
|
485 |
|
486 |
+
#: bws_functions.php:1099
|
487 |
msgid "Shortcode settings"
|
488 |
msgstr "Paramètres du code court"
|
489 |
|
490 |
+
#: bws_functions.php:1104
|
491 |
msgid "The shortcode will be inserted"
|
492 |
msgstr "Le code court sera inséré"
|
493 |
|
494 |
+
#: bws_functions.php:1109
|
495 |
msgid "Insert"
|
496 |
msgstr "Insérer"
|
497 |
|
498 |
+
#: bws_functions.php:1140
|
499 |
msgid "Visit Help Center"
|
500 |
msgstr "Visiter le site du support"
|
501 |
|
502 |
+
#: bws_functions.php:1145
|
503 |
msgid "FAQ"
|
504 |
msgstr "FAQ"
|
505 |
|
506 |
+
#: bws_functions.php:1151
|
507 |
msgid "For more information:"
|
508 |
msgstr "Pour plus d'informations :"
|
509 |
|
510 |
+
#: bws_functions.php:1152
|
511 |
msgid "Documentation"
|
512 |
msgstr "Documentation"
|
513 |
|
514 |
+
#: bws_functions.php:1153
|
515 |
msgid "Video Instructions"
|
516 |
msgstr "Vidéo explicative"
|
517 |
|
518 |
+
#: bws_functions.php:1154
|
519 |
msgid "Submit a Request"
|
520 |
msgstr "Soumettre une requête"
|
521 |
|
522 |
+
#: bws_functions.php:1165
|
523 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
524 |
+
msgstr ""
|
525 |
+
|
526 |
+
#: bws_functions.php:1196
|
527 |
+
msgid "File edited successfully."
|
528 |
+
msgstr ""
|
529 |
+
|
530 |
+
#: bws_functions.php:1198
|
531 |
+
msgid "Not enough permissions to create or update the file"
|
532 |
+
msgstr ""
|
533 |
+
|
534 |
+
#: bws_functions.php:1222
|
535 |
+
msgid "These styles will be added to the header on all pages of your site."
|
536 |
+
msgstr ""
|
537 |
+
|
538 |
+
#: bws_functions.php:1225
|
539 |
+
msgid "Editing"
|
540 |
+
msgstr ""
|
541 |
+
|
542 |
+
#: bws_functions.php:1227
|
543 |
+
msgid "Browsing"
|
544 |
+
msgstr ""
|
545 |
+
|
546 |
+
#: bws_functions.php:1235
|
547 |
+
#, fuzzy
|
548 |
+
msgid "Learn more about CSS"
|
549 |
+
msgstr "En savoir plus"
|
550 |
+
|
551 |
+
#: bws_functions.php:1243
|
552 |
+
#, php-format
|
553 |
+
msgid ""
|
554 |
+
"You need to make this file writable before you can save your changes. See %s "
|
555 |
+
"the Codex %s for more information."
|
556 |
+
msgstr ""
|
557 |
+
|
558 |
+
#: bws_menu.php:509
|
559 |
msgid "Not set"
|
560 |
msgstr "Not set"
|
561 |
|
562 |
+
#: bws_menu.php:511 bws_menu.php:512
|
563 |
msgid "On"
|
564 |
msgstr "On"
|
565 |
|
566 |
+
#: bws_menu.php:511 bws_menu.php:512
|
567 |
msgid "Off"
|
568 |
msgstr "Off"
|
569 |
|
570 |
+
#: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
|
571 |
+
#: bws_menu.php:517 bws_menu.php:529
|
572 |
msgid "N/A"
|
573 |
msgstr "N/A"
|
574 |
|
575 |
+
#: bws_menu.php:517
|
576 |
msgid " Mb"
|
577 |
msgstr " Mb"
|
578 |
|
579 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
|
580 |
msgid "Yes"
|
581 |
msgstr "Yes"
|
582 |
|
583 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
|
584 |
msgid "No"
|
585 |
msgstr "No"
|
586 |
|
587 |
+
#: bws_menu.php:537
|
588 |
msgid "Operating System"
|
589 |
msgstr "Operating System"
|
590 |
|
591 |
+
#: bws_menu.php:538
|
592 |
msgid "Server"
|
593 |
msgstr "Server"
|
594 |
|
595 |
+
#: bws_menu.php:539
|
596 |
msgid "Memory usage"
|
597 |
msgstr "Memory usage"
|
598 |
|
599 |
+
#: bws_menu.php:540
|
600 |
msgid "MYSQL Version"
|
601 |
msgstr "MYSQL Version"
|
602 |
|
603 |
+
#: bws_menu.php:541
|
604 |
msgid "SQL Mode"
|
605 |
msgstr "SQL Mode"
|
606 |
|
607 |
+
#: bws_menu.php:542
|
608 |
msgid "PHP Version"
|
609 |
msgstr "PHP Version"
|
610 |
|
611 |
+
#: bws_menu.php:543
|
612 |
msgid "PHP Safe Mode"
|
613 |
msgstr "PHP Safe Mode"
|
614 |
|
615 |
+
#: bws_menu.php:544
|
616 |
msgid "PHP Allow URL fopen"
|
617 |
msgstr "PHP Allow URL fopen"
|
618 |
|
619 |
+
#: bws_menu.php:545
|
620 |
msgid "PHP Memory Limit"
|
621 |
msgstr "PHP Memory Limit"
|
622 |
|
623 |
+
#: bws_menu.php:546
|
624 |
msgid "PHP Max Upload Size"
|
625 |
msgstr "PHP Max Upload Size"
|
626 |
|
627 |
+
#: bws_menu.php:547
|
628 |
msgid "PHP Max Post Size"
|
629 |
msgstr "PHP Max Post Size"
|
630 |
|
631 |
+
#: bws_menu.php:548
|
632 |
msgid "PHP Max Script Execute Time"
|
633 |
msgstr "PHP Max Script Execute Time"
|
634 |
|
635 |
+
#: bws_menu.php:549
|
636 |
msgid "PHP Exif support"
|
637 |
msgstr "PHP Exif support"
|
638 |
|
639 |
+
#: bws_menu.php:550
|
640 |
msgid "PHP IPTC support"
|
641 |
msgstr "PHP IPTC support"
|
642 |
|
643 |
+
#: bws_menu.php:551
|
644 |
msgid "PHP XML support"
|
645 |
msgstr "PHP XML support"
|
646 |
|
647 |
+
#: bws_menu.php:552
|
648 |
msgid "Site URL"
|
649 |
msgstr "Site URL"
|
650 |
|
651 |
+
#: bws_menu.php:553
|
652 |
msgid "Home URL"
|
653 |
msgstr "Home URL"
|
654 |
|
655 |
+
#: bws_menu.php:556
|
656 |
msgid "WordPress Version"
|
657 |
msgstr "WordPress Version"
|
658 |
|
659 |
+
#: bws_menu.php:557
|
660 |
msgid "WordPress DB Version"
|
661 |
msgstr "WordPress DB Version"
|
662 |
|
663 |
+
#: bws_menu.php:558
|
664 |
msgid "Multisite"
|
665 |
msgstr "Multisite"
|
666 |
|
667 |
+
#: bws_menu.php:559
|
668 |
msgid "Active Theme"
|
669 |
msgstr "Active Theme"
|
670 |
|
671 |
+
#: bws_menu.php:574
|
672 |
msgid "Please enter a valid email address."
|
673 |
msgstr "Merci de saisir une adresse e-mail valide."
|
674 |
|
675 |
+
#: bws_menu.php:578
|
676 |
msgid "Email with system info is sent to "
|
677 |
msgstr "Le courriel avec les informations système est envoyé à"
|
678 |
|
679 |
+
#: bws_menu.php:582
|
680 |
msgid "Thank you for contacting us."
|
681 |
msgstr "Merci de nous avoir contacté."
|
682 |
|
683 |
+
#: bws_menu.php:615
|
684 |
msgid "Sorry, email message could not be delivered."
|
685 |
msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
|
686 |
|
687 |
+
#: bws_menu.php:622
|
688 |
msgid "Need help?"
|
689 |
msgstr "Besoin d'aide ?"
|
690 |
|
691 |
+
#: bws_menu.php:623
|
692 |
msgid "Client area"
|
693 |
msgstr "Espace client"
|
694 |
|
695 |
+
#: bws_menu.php:624 bws_menu.php:933
|
696 |
msgid "System status"
|
697 |
msgstr "System status"
|
698 |
|
699 |
+
#: bws_menu.php:629
|
700 |
msgid "Plugins"
|
701 |
msgstr "Extensions"
|
702 |
|
703 |
+
#: bws_menu.php:630
|
704 |
msgid "Themes"
|
705 |
msgstr "Thèmes"
|
706 |
|
813 |
msgid "Send to custom email »"
|
814 |
msgstr "Envoyer un e-mail spécifique »"
|
815 |
|
816 |
+
#~ msgid "Add BWS Plugins Shortcode"
|
817 |
+
#~ msgstr "Ajouter le code court de l'extension BWS"
|
818 |
+
|
819 |
#~ msgid ""
|
820 |
#~ "(your username is the email you specify when purchasing the product), "
|
821 |
#~ "where you can make the necessary changes."
|
bws_menu/languages/bestwebsoft-it_IT.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-it_IT.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:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Marco <marco@blackstudio.it>\n"
|
9 |
"Language: it_IT\n"
|
@@ -18,637 +18,691 @@ msgstr ""
|
|
18 |
"X-Textdomain-Support: yes\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
-
#: bws_functions.php:
|
22 |
-
#: bws_functions.php:63
|
23 |
msgid "requires"
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: bws_functions.php:
|
27 |
-
msgid "
|
|
|
|
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: bws_functions.php:
|
31 |
msgid "Back to the WordPress"
|
32 |
msgstr ""
|
33 |
|
34 |
# @ bestwebsoft
|
35 |
-
#: bws_functions.php:
|
36 |
#, fuzzy
|
37 |
msgid "Plugins page"
|
38 |
msgstr "Plugin Pro"
|
39 |
|
40 |
-
#: bws_functions.php:
|
41 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: bws_functions.php:
|
45 |
msgid "It’s time to upgrade your"
|
46 |
msgstr ""
|
47 |
|
48 |
# @ captcha
|
49 |
-
#: bws_functions.php:
|
50 |
#, fuzzy
|
51 |
msgid "to"
|
52 |
msgstr "due"
|
53 |
|
54 |
# @ bestwebsoft
|
55 |
-
#: bws_functions.php:
|
56 |
#, fuzzy
|
57 |
msgid "version!"
|
58 |
msgstr "Versione PHP"
|
59 |
|
60 |
-
#: bws_functions.php:
|
61 |
msgid "Extend standard plugin functionality with new great options."
|
62 |
msgstr ""
|
63 |
|
64 |
# @ bestwebsoft
|
65 |
-
#: bws_functions.php:
|
66 |
-
#: bws_functions.php:561
|
67 |
#, fuzzy
|
68 |
msgid "Learn More"
|
69 |
msgstr "Leggi tutto"
|
70 |
|
71 |
-
#: bws_functions.php:
|
72 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
73 |
msgstr ""
|
74 |
|
75 |
# @ bestwebsoft
|
76 |
-
#: bws_functions.php:
|
77 |
#, fuzzy
|
78 |
msgid "Rate the plugin"
|
79 |
msgstr "Plugin attivi"
|
80 |
|
81 |
# @ bestwebsoft
|
82 |
-
#: bws_functions.php:
|
83 |
#, fuzzy
|
84 |
msgid "If there is something wrong about it, please contact us"
|
85 |
msgstr "Se hai domande, contattaci tramite"
|
86 |
|
87 |
-
#: bws_functions.php:
|
88 |
msgid "Check premium options on the plugin settings page!"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: bws_functions.php:
|
92 |
-
#: bws_functions.php:222
|
93 |
msgid "Wrong license key"
|
94 |
msgstr ""
|
95 |
|
96 |
-
#: bws_functions.php:
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: bws_functions.php:
|
103 |
-
#: bws_functions.php:474
|
104 |
-
#: bws_functions.php:525
|
105 |
msgid "We are sorry for inconvenience."
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: bws_functions.php:
|
109 |
msgid "This license key is bind to another site"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: bws_functions.php:
|
113 |
-
|
114 |
-
|
|
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: bws_functions.php:
|
118 |
-
msgid "
|
|
|
|
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: bws_functions.php:
|
122 |
-
msgid "
|
|
|
|
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: bws_functions.php:
|
126 |
-
#: bws_functions.php:273
|
127 |
-
#: bws_functions.php:295
|
128 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: bws_functions.php:
|
132 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: bws_functions.php:
|
136 |
-
msgid "
|
|
|
|
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: bws_functions.php:
|
140 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: bws_functions.php:
|
144 |
-
msgid "
|
|
|
|
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: bws_functions.php:
|
148 |
msgid "Please, enter Your license key"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: bws_functions.php:
|
152 |
-
msgid "
|
|
|
|
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: bws_functions.php:
|
156 |
-
#: bws_functions.php:441
|
157 |
msgid "Please, go to"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: bws_functions.php:
|
161 |
-
#: bws_functions.php:441
|
162 |
msgid "the setting page"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: bws_functions.php:
|
166 |
-
#: bws_functions.php:442
|
167 |
msgid "You will be redirected automatically in 5 seconds."
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: bws_functions.php:
|
171 |
msgid "Show Pro features"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: bws_functions.php:
|
175 |
msgid "You can download and activate"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: bws_functions.php:
|
179 |
msgid "version of this plugin by entering Your license key."
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: bws_functions.php:
|
183 |
-
|
184 |
-
|
|
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: bws_functions.php:
|
188 |
-
#: bws_functions.php:412
|
189 |
msgid "(your username is the email you specify when purchasing the product)."
|
190 |
msgstr ""
|
191 |
|
192 |
# @ captcha
|
193 |
-
#: bws_functions.php:
|
194 |
-
#: bws_functions.php:659
|
195 |
#, fuzzy
|
196 |
msgid "or"
|
197 |
msgstr "quattro"
|
198 |
|
199 |
-
#: bws_functions.php:
|
200 |
#, php-format
|
201 |
msgid "Start Your Free %s-Day Trial Now"
|
202 |
msgstr ""
|
203 |
|
204 |
# @ bestwebsoft
|
205 |
-
#: bws_functions.php:
|
206 |
-
#: bws_functions.php:
|
207 |
-
#: bws_functions.php:420
|
208 |
-
#: bws_functions.php:428
|
209 |
-
#: bws_menu.php:693
|
210 |
#: bws_menu.php:750
|
211 |
#, fuzzy
|
212 |
msgid "Activate"
|
213 |
msgstr "Plugin attivi"
|
214 |
|
215 |
-
#: bws_functions.php:
|
216 |
-
#: bws_functions.php:500
|
217 |
#, php-format
|
218 |
-
msgid "
|
|
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: bws_functions.php:
|
222 |
msgid "After that you can activate it by entering your license key."
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: bws_functions.php:
|
226 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: bws_functions.php:
|
230 |
-
msgid "
|
|
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: bws_functions.php:
|
234 |
msgid "Wrong license key."
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: bws_functions.php:
|
238 |
msgid "This license key is bind to another site."
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: bws_functions.php:
|
242 |
-
msgid "
|
|
|
|
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: bws_functions.php:
|
246 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: bws_functions.php:
|
250 |
-
msgid "
|
|
|
|
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: bws_functions.php:
|
254 |
msgid "The Pro Trial license key is valid."
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: bws_functions.php:
|
258 |
msgid "The license key is valid."
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: bws_functions.php:
|
262 |
msgid "Your license will expire on"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: bws_functions.php:
|
266 |
msgid "Please, enter your license key"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: bws_functions.php:
|
270 |
-
msgid "
|
|
|
|
|
|
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: bws_functions.php:
|
274 |
-
msgid "
|
|
|
|
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: bws_functions.php:
|
278 |
msgid "Check license key"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: bws_functions.php:
|
282 |
msgid "WARNING: Illegal use notification"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: bws_functions.php:
|
286 |
-
msgid "
|
|
|
|
|
|
|
|
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: bws_functions.php:
|
290 |
-
msgid "
|
|
|
|
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: bws_functions.php:
|
294 |
-
msgid "
|
|
|
|
|
295 |
msgstr ""
|
296 |
|
297 |
# @ bestwebsoft
|
298 |
-
#: bws_functions.php:
|
299 |
-
#:
|
300 |
-
#: bws_menu.php:669
|
301 |
-
#: bws_menu.php:691
|
302 |
-
#: bws_menu.php:718
|
303 |
-
#: bws_menu.php:748
|
304 |
#: bws_menu.php:794
|
305 |
#, fuzzy
|
306 |
msgid "Learn more"
|
307 |
msgstr "Leggi tutto"
|
308 |
|
309 |
-
#: bws_functions.php:
|
310 |
#, php-format
|
311 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: bws_functions.php:
|
315 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: bws_functions.php:
|
319 |
msgid "The Pro Trial license will expire on"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: bws_functions.php:
|
323 |
msgid "You license for"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: bws_functions.php:
|
327 |
msgid "expires on"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: bws_functions.php:
|
331 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
332 |
msgstr ""
|
333 |
|
334 |
# @ bestwebsoft
|
335 |
-
#: bws_functions.php:
|
336 |
#, fuzzy
|
337 |
msgid "Thank you for installing"
|
338 |
msgstr "Grazie per averci contattato."
|
339 |
|
340 |
-
#: bws_functions.php:
|
341 |
msgid "Let's get started"
|
342 |
msgstr ""
|
343 |
|
344 |
# @ bestwebsoft
|
345 |
# @ captcha
|
346 |
-
#: bws_functions.php:
|
347 |
#, fuzzy
|
348 |
msgid "Configure Settings"
|
349 |
msgstr "Impostazioni"
|
350 |
|
351 |
-
#: bws_functions.php:
|
352 |
msgid "Add New"
|
353 |
msgstr ""
|
354 |
|
355 |
-
|
356 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: bws_functions.php:
|
360 |
msgid "Notice"
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: bws_functions.php:
|
364 |
msgid "The plugin's settings have been changed."
|
365 |
msgstr ""
|
366 |
|
367 |
# @ default
|
368 |
-
#: bws_functions.php:
|
369 |
msgid "Save Changes"
|
370 |
msgstr "Salva le modifiche"
|
371 |
|
372 |
-
#: bws_functions.php:
|
373 |
-
msgid "
|
374 |
-
|
375 |
-
|
376 |
-
#: bws_functions.php:773
|
377 |
-
msgid "Add BWS Plugins Shortcode"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: bws_functions.php:
|
381 |
msgid "Add shortcode"
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: bws_functions.php:
|
385 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: bws_functions.php:
|
389 |
msgid "Close"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: bws_functions.php:
|
393 |
msgid "Restore all plugin settings to defaults"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: bws_functions.php:
|
397 |
msgid "Restore settings"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: bws_functions.php:
|
401 |
msgid "Are you sure you want to restore all settings by default?"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: bws_functions.php:
|
405 |
msgid "Yes, restore all settings"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: bws_functions.php:
|
409 |
msgid "No, go back to the settings page"
|
410 |
msgstr ""
|
411 |
|
412 |
# @ bestwebsoft
|
413 |
-
#: bws_functions.php:
|
414 |
#, fuzzy
|
415 |
msgid "Plugin"
|
416 |
msgstr "Plugin Pro"
|
417 |
|
418 |
# @ bestwebsoft
|
419 |
# @ captcha
|
420 |
-
#: bws_functions.php:
|
421 |
#, fuzzy
|
422 |
msgid "Shortcode settings"
|
423 |
msgstr "Impostazioni"
|
424 |
|
425 |
-
#: bws_functions.php:
|
426 |
msgid "The shortcode will be inserted"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: bws_functions.php:
|
430 |
msgid "Insert"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: bws_functions.php:
|
434 |
msgid "Visit Help Center"
|
435 |
msgstr ""
|
436 |
|
437 |
# @ captcha
|
438 |
-
#: bws_functions.php:
|
439 |
msgid "FAQ"
|
440 |
msgstr "FAQ"
|
441 |
|
442 |
-
#: bws_functions.php:
|
443 |
msgid "For more information:"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: bws_functions.php:
|
447 |
msgid "Documentation"
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: bws_functions.php:
|
451 |
msgid "Video Instructions"
|
452 |
msgstr ""
|
453 |
|
454 |
-
#: bws_functions.php:
|
455 |
msgid "Submit a Request"
|
456 |
msgstr ""
|
457 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
458 |
# @ bestwebsoft
|
459 |
-
#: bws_menu.php:
|
460 |
msgid "Not set"
|
461 |
msgstr "Non impostato"
|
462 |
|
463 |
# @ bestwebsoft
|
464 |
-
#: bws_menu.php:
|
465 |
-
#: bws_menu.php:509
|
466 |
msgid "On"
|
467 |
msgstr "Abilitato"
|
468 |
|
469 |
# @ bestwebsoft
|
470 |
-
#: bws_menu.php:
|
471 |
-
#: bws_menu.php:509
|
472 |
msgid "Off"
|
473 |
msgstr "Disabilitato"
|
474 |
|
475 |
# @ bestwebsoft
|
476 |
-
#: bws_menu.php:
|
477 |
-
#: bws_menu.php:
|
478 |
-
#: bws_menu.php:512
|
479 |
-
#: bws_menu.php:513
|
480 |
-
#: bws_menu.php:514
|
481 |
-
#: bws_menu.php:526
|
482 |
msgid "N/A"
|
483 |
msgstr "Non disponibile"
|
484 |
|
485 |
# @ bestwebsoft
|
486 |
-
#: bws_menu.php:
|
487 |
msgid " Mb"
|
488 |
msgstr "Mb"
|
489 |
|
490 |
# @ bestwebsoft
|
491 |
-
#: bws_menu.php:
|
492 |
-
#: bws_menu.php:516
|
493 |
-
#: bws_menu.php:517
|
494 |
-
#: bws_menu.php:522
|
495 |
msgid "Yes"
|
496 |
msgstr "Sì"
|
497 |
|
498 |
# @ bestwebsoft
|
499 |
-
#: bws_menu.php:
|
500 |
-
#: bws_menu.php:516
|
501 |
-
#: bws_menu.php:517
|
502 |
-
#: bws_menu.php:524
|
503 |
msgid "No"
|
504 |
msgstr "No"
|
505 |
|
506 |
# @ bestwebsoft
|
507 |
-
#: bws_menu.php:
|
508 |
msgid "Operating System"
|
509 |
msgstr "Sistema operativo"
|
510 |
|
511 |
# @ bestwebsoft
|
512 |
-
#: bws_menu.php:
|
513 |
msgid "Server"
|
514 |
msgstr "Server"
|
515 |
|
516 |
# @ bestwebsoft
|
517 |
-
#: bws_menu.php:
|
518 |
msgid "Memory usage"
|
519 |
msgstr "Utilizzo memoria"
|
520 |
|
521 |
# @ bestwebsoft
|
522 |
-
#: bws_menu.php:
|
523 |
msgid "MYSQL Version"
|
524 |
msgstr "Versione MYSQL"
|
525 |
|
526 |
# @ bestwebsoft
|
527 |
-
#: bws_menu.php:
|
528 |
msgid "SQL Mode"
|
529 |
msgstr "Modalità SQL"
|
530 |
|
531 |
# @ bestwebsoft
|
532 |
-
#: bws_menu.php:
|
533 |
msgid "PHP Version"
|
534 |
msgstr "Versione PHP"
|
535 |
|
536 |
# @ bestwebsoft
|
537 |
-
#: bws_menu.php:
|
538 |
msgid "PHP Safe Mode"
|
539 |
msgstr "Safe Mode PHP"
|
540 |
|
541 |
# @ bestwebsoft
|
542 |
-
#: bws_menu.php:
|
543 |
msgid "PHP Allow URL fopen"
|
544 |
msgstr "Consenti URL fopen PHP"
|
545 |
|
546 |
# @ bestwebsoft
|
547 |
-
#: bws_menu.php:
|
548 |
msgid "PHP Memory Limit"
|
549 |
msgstr "Limite di memoria PHP"
|
550 |
|
551 |
# @ bestwebsoft
|
552 |
-
#: bws_menu.php:
|
553 |
msgid "PHP Max Upload Size"
|
554 |
msgstr "Dimensione upload massima PHP"
|
555 |
|
556 |
# @ bestwebsoft
|
557 |
-
#: bws_menu.php:
|
558 |
msgid "PHP Max Post Size"
|
559 |
msgstr "Dimensione massima Post PHP"
|
560 |
|
561 |
# @ bestwebsoft
|
562 |
-
#: bws_menu.php:
|
563 |
msgid "PHP Max Script Execute Time"
|
564 |
msgstr "Tempo massimo di esecuzione PHP"
|
565 |
|
566 |
# @ bestwebsoft
|
567 |
-
#: bws_menu.php:
|
568 |
msgid "PHP Exif support"
|
569 |
msgstr "Supporto Exif PHP"
|
570 |
|
571 |
# @ bestwebsoft
|
572 |
-
#: bws_menu.php:
|
573 |
msgid "PHP IPTC support"
|
574 |
msgstr "Supporto IPTC PHP"
|
575 |
|
576 |
# @ bestwebsoft
|
577 |
-
#: bws_menu.php:
|
578 |
msgid "PHP XML support"
|
579 |
msgstr "Supporto XML PHP"
|
580 |
|
581 |
# @ bestwebsoft
|
582 |
-
#: bws_menu.php:
|
583 |
msgid "Site URL"
|
584 |
msgstr "URL sito"
|
585 |
|
586 |
# @ bestwebsoft
|
587 |
-
#: bws_menu.php:
|
588 |
msgid "Home URL"
|
589 |
msgstr "URL home"
|
590 |
|
591 |
# @ bestwebsoft
|
592 |
-
#: bws_menu.php:
|
593 |
msgid "WordPress Version"
|
594 |
msgstr "Versione WordPress"
|
595 |
|
596 |
# @ bestwebsoft
|
597 |
-
#: bws_menu.php:
|
598 |
msgid "WordPress DB Version"
|
599 |
msgstr "Versione DB WordPress"
|
600 |
|
601 |
# @ bestwebsoft
|
602 |
-
#: bws_menu.php:
|
603 |
msgid "Multisite"
|
604 |
msgstr "Multisito"
|
605 |
|
606 |
# @ bestwebsoft
|
607 |
-
#: bws_menu.php:
|
608 |
msgid "Active Theme"
|
609 |
msgstr "Tema attivo"
|
610 |
|
611 |
# @ bestwebsoft
|
612 |
-
#: bws_menu.php:
|
613 |
msgid "Please enter a valid email address."
|
614 |
msgstr "Per favore inserisci un indirizzo e-mail valido."
|
615 |
|
616 |
# @ bestwebsoft
|
617 |
-
#: bws_menu.php:
|
618 |
msgid "Email with system info is sent to "
|
619 |
msgstr "Email con informazioni di sistema spedita a "
|
620 |
|
621 |
# @ bestwebsoft
|
622 |
-
#: bws_menu.php:
|
623 |
msgid "Thank you for contacting us."
|
624 |
msgstr "Grazie per averci contattato."
|
625 |
|
626 |
# @ bestwebsoft
|
627 |
-
#: bws_menu.php:
|
628 |
msgid "Sorry, email message could not be delivered."
|
629 |
msgstr "Spiacenti, il messaggio email non può essere inviato."
|
630 |
|
631 |
-
#: bws_menu.php:
|
632 |
msgid "Need help?"
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: bws_menu.php:
|
636 |
msgid "Client area"
|
637 |
msgstr ""
|
638 |
|
639 |
# @ bestwebsoft
|
640 |
-
#: bws_menu.php:
|
641 |
-
#: bws_menu.php:933
|
642 |
msgid "System status"
|
643 |
msgstr "Stato sistema"
|
644 |
|
645 |
# @ bestwebsoft
|
646 |
-
#: bws_menu.php:
|
647 |
#, fuzzy
|
648 |
msgid "Plugins"
|
649 |
msgstr "Plugin Pro"
|
650 |
|
651 |
-
#: bws_menu.php:
|
652 |
msgid "Themes"
|
653 |
msgstr ""
|
654 |
|
@@ -675,27 +729,21 @@ msgstr "Plugin installati"
|
|
675 |
|
676 |
# @ bestwebsoft
|
677 |
# @ captcha
|
678 |
-
#: bws_menu.php:672
|
679 |
-
#: bws_menu.php:721
|
680 |
msgid "Settings"
|
681 |
msgstr "Impostazioni"
|
682 |
|
683 |
# @ bestwebsoft
|
684 |
-
#: bws_menu.php:693
|
685 |
-
#: bws_menu.php:750
|
686 |
#, fuzzy
|
687 |
msgid "Activate this plugin"
|
688 |
msgstr "Plugin attivi"
|
689 |
|
690 |
-
#: bws_menu.php:708
|
691 |
-
#: bws_menu.php:738
|
692 |
-
#: bws_menu.php:784
|
693 |
msgid "Go"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: bws_menu.php:712
|
697 |
-
#: bws_menu.php:742
|
698 |
-
#: bws_menu.php:788
|
699 |
msgid "DONATE"
|
700 |
msgstr ""
|
701 |
|
@@ -749,8 +797,7 @@ msgstr ""
|
|
749 |
msgid "Preview"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: bws_menu.php:882
|
753 |
-
#: bws_menu.php:914
|
754 |
#, php-format
|
755 |
msgid "By %s"
|
756 |
msgstr ""
|
@@ -793,24 +840,31 @@ msgstr "Invia a una email personalizzata »"
|
|
793 |
# @ bestwebsoft
|
794 |
#~ msgid "Pro plugins"
|
795 |
#~ msgstr "Plugin Pro"
|
|
|
796 |
# @ bestwebsoft
|
797 |
#~ msgid "Activated plugins"
|
798 |
#~ msgstr "Plugin attivi"
|
|
|
799 |
# @ bestwebsoft
|
800 |
#~ msgid "Read more"
|
801 |
#~ msgstr "Leggi tutto"
|
|
|
802 |
# @ bestwebsoft
|
803 |
#~ msgid "Purchase"
|
804 |
#~ msgstr "Acquista"
|
|
|
805 |
# @ bestwebsoft
|
806 |
#~ msgid "Free plugins"
|
807 |
#~ msgstr "Plugin gratuiti"
|
|
|
808 |
# @ bestwebsoft
|
809 |
#~ msgid "Download"
|
810 |
#~ msgstr "Scarica"
|
|
|
811 |
# @ bestwebsoft
|
812 |
#~ msgid "Install now from wordpress.org"
|
813 |
#~ msgstr "Installa ora da wordpress.org"
|
|
|
814 |
# @ bestwebsoft
|
815 |
#, fuzzy
|
816 |
#~ msgid "Activated theme"
|
@@ -839,9 +893,11 @@ msgstr "Invia a una email personalizzata »"
|
|
839 |
# @ captcha
|
840 |
#~ msgid "Captcha"
|
841 |
#~ msgstr "Captcha"
|
|
|
842 |
# @ captcha
|
843 |
#~ msgid "Login form"
|
844 |
#~ msgstr "Modulo di login"
|
|
|
845 |
# @ captcha
|
846 |
#, fuzzy
|
847 |
#~ msgid "Registration form"
|
@@ -850,6 +906,7 @@ msgstr "Invia a una email personalizzata »"
|
|
850 |
# @ captcha
|
851 |
#~ msgid "Register form"
|
852 |
#~ msgstr "Modulo di registrazione"
|
|
|
853 |
# @ captcha
|
854 |
#, fuzzy
|
855 |
#~ msgid "Reset Password form"
|
@@ -858,24 +915,31 @@ msgstr "Invia a una email personalizzata »"
|
|
858 |
# @ captcha
|
859 |
#~ msgid "Lost password form"
|
860 |
#~ msgstr "Modulo recupero password"
|
|
|
861 |
# @ captcha
|
862 |
#~ msgid "Comments form"
|
863 |
#~ msgstr "Modulo dei commenti"
|
|
|
864 |
# @ captcha
|
865 |
#~ msgid "Hide CAPTCHA for registered users"
|
866 |
#~ msgstr "Nascondi CAPTCHA per gli utenti registrati"
|
|
|
867 |
# @ captcha
|
868 |
#~ msgid "Plus (+)"
|
869 |
#~ msgstr "Addizione (+)"
|
|
|
870 |
# @ captcha
|
871 |
#~ msgid "Plus"
|
872 |
#~ msgstr "Più"
|
|
|
873 |
# @ captcha
|
874 |
#~ msgid "Minus (−)"
|
875 |
#~ msgstr "Sottrazione (−)"
|
|
|
876 |
# @ captcha
|
877 |
#~ msgid "Minus"
|
878 |
#~ msgstr "Meno"
|
|
|
879 |
# @ captcha
|
880 |
#, fuzzy
|
881 |
#~ msgid "Multiplication (×)"
|
@@ -889,12 +953,15 @@ msgstr "Invia a una email personalizzata »"
|
|
889 |
# @ captcha
|
890 |
#~ msgid "Numbers"
|
891 |
#~ msgstr "Numeri"
|
|
|
892 |
# @ captcha
|
893 |
#~ msgid "Words"
|
894 |
#~ msgstr "Parole"
|
|
|
895 |
# @ captcha
|
896 |
#~ msgid "Support"
|
897 |
#~ msgstr "Supporto"
|
|
|
898 |
# @ captcha
|
899 |
#, fuzzy
|
900 |
#~ msgid ""
|
@@ -906,6 +973,7 @@ msgstr "Invia a una email personalizzata »"
|
|
906 |
# @ captcha
|
907 |
#~ msgid "Options saved."
|
908 |
#~ msgstr "Impostazioni salvate."
|
|
|
909 |
# @ captcha
|
910 |
#, fuzzy
|
911 |
#~ msgid "Enable CAPTCHA for:"
|
@@ -914,15 +982,19 @@ msgstr "Invia a una email personalizzata »"
|
|
914 |
# @ captcha
|
915 |
#~ msgid "Contact form"
|
916 |
#~ msgstr "Modulo di contatto"
|
|
|
917 |
# @ captcha
|
918 |
#~ msgid "powered by"
|
919 |
#~ msgstr "powered by"
|
|
|
920 |
# @ captcha
|
921 |
#~ msgid "Activate contact form"
|
922 |
#~ msgstr "Attiva modulo di contatto"
|
|
|
923 |
# @ captcha
|
924 |
#~ msgid "Download contact form"
|
925 |
#~ msgstr "Scarica il plugin per il modulo di contatto"
|
|
|
926 |
# @ captcha
|
927 |
#, fuzzy
|
928 |
#~ msgid ""
|
@@ -934,6 +1006,7 @@ msgstr "Invia a una email personalizzata »"
|
|
934 |
# @ captcha
|
935 |
#~ msgid "\"Create a Group\" form"
|
936 |
#~ msgstr "Modulo \"Crea un gruppo\""
|
|
|
937 |
# @ captcha
|
938 |
#~ msgid ""
|
939 |
#~ "This functionality is available in the Pro version of the plugin. For "
|
@@ -941,6 +1014,7 @@ msgstr "Invia a una email personalizzata »"
|
|
941 |
#~ msgstr ""
|
942 |
#~ "Questa funzionalità è disponibile nella versione Pro del plugin. Per "
|
943 |
#~ "maggiori dettagli, per favore vai al link"
|
|
|
944 |
# @ captcha
|
945 |
#, fuzzy
|
946 |
#~ msgid "Title for CAPTCHA in the form"
|
@@ -949,15 +1023,19 @@ msgstr "Invia a una email personalizzata »"
|
|
949 |
# @ captcha
|
950 |
#~ msgid "Arithmetic actions for CAPTCHA"
|
951 |
#~ msgstr "Operazioni aritmetiche per il CAPTCHA"
|
|
|
952 |
# @ captcha
|
953 |
#~ msgid "CAPTCHA complexity level"
|
954 |
#~ msgstr "Livello complessità CAPTCHA"
|
|
|
955 |
# @ captcha
|
956 |
#~ msgid "ERROR"
|
957 |
#~ msgstr "ERRORE"
|
|
|
958 |
# @ captcha
|
959 |
#~ msgid "Please fill the form."
|
960 |
#~ msgstr "Per favore compila il modulo."
|
|
|
961 |
# @ captcha
|
962 |
#, fuzzy
|
963 |
#~ msgid "Please enter a valid CAPTCHA value."
|
@@ -975,84 +1053,111 @@ msgstr "Invia a una email personalizzata »"
|
|
975 |
# @ captcha
|
976 |
#~ msgid "zero"
|
977 |
#~ msgstr "zero"
|
|
|
978 |
# @ captcha
|
979 |
#~ msgid "one"
|
980 |
#~ msgstr "uno"
|
|
|
981 |
# @ captcha
|
982 |
#~ msgid "three"
|
983 |
#~ msgstr "tre"
|
|
|
984 |
# @ captcha
|
985 |
#~ msgid "five"
|
986 |
#~ msgstr "cinque"
|
|
|
987 |
# @ captcha
|
988 |
#~ msgid "six"
|
989 |
#~ msgstr "sei"
|
|
|
990 |
# @ captcha
|
991 |
#~ msgid "seven"
|
992 |
#~ msgstr "sette"
|
|
|
993 |
# @ captcha
|
994 |
#~ msgid "eight"
|
995 |
#~ msgstr "otto"
|
|
|
996 |
# @ captcha
|
997 |
#~ msgid "nine"
|
998 |
#~ msgstr "nove"
|
|
|
999 |
# @ captcha
|
1000 |
#~ msgid "eleven"
|
1001 |
#~ msgstr "undici"
|
|
|
1002 |
# @ captcha
|
1003 |
#~ msgid "twelve"
|
1004 |
#~ msgstr "dodici"
|
|
|
1005 |
# @ captcha
|
1006 |
#~ msgid "thirteen"
|
1007 |
#~ msgstr "tredici"
|
|
|
1008 |
# @ captcha
|
1009 |
#~ msgid "fourteen"
|
1010 |
#~ msgstr "quattordici"
|
|
|
1011 |
# @ captcha
|
1012 |
#~ msgid "fifteen"
|
1013 |
#~ msgstr "quindici"
|
|
|
1014 |
# @ captcha
|
1015 |
#~ msgid "sixteen"
|
1016 |
#~ msgstr "sedici"
|
|
|
1017 |
# @ captcha
|
1018 |
#~ msgid "seventeen"
|
1019 |
#~ msgstr "diciassette"
|
|
|
1020 |
# @ captcha
|
1021 |
#~ msgid "eighteen"
|
1022 |
#~ msgstr "diciotto"
|
|
|
1023 |
# @ captcha
|
1024 |
#~ msgid "nineteen"
|
1025 |
#~ msgstr "diciannove"
|
|
|
1026 |
# @ captcha
|
1027 |
#~ msgid "ten"
|
1028 |
#~ msgstr "dieci"
|
|
|
1029 |
# @ captcha
|
1030 |
#~ msgid "twenty"
|
1031 |
#~ msgstr "venti"
|
|
|
1032 |
# @ captcha
|
1033 |
#~ msgid "thirty"
|
1034 |
#~ msgstr "trenta"
|
|
|
1035 |
# @ captcha
|
1036 |
#~ msgid "forty"
|
1037 |
#~ msgstr "quaranta"
|
|
|
1038 |
# @ captcha
|
1039 |
#~ msgid "fifty"
|
1040 |
#~ msgstr "cinquanta"
|
|
|
1041 |
# @ captcha
|
1042 |
#~ msgid "sixty"
|
1043 |
#~ msgstr "sessanta"
|
|
|
1044 |
# @ captcha
|
1045 |
#~ msgid "seventy"
|
1046 |
#~ msgstr "settanta"
|
|
|
1047 |
# @ captcha
|
1048 |
#~ msgid "eighty"
|
1049 |
#~ msgstr "ottanta"
|
|
|
1050 |
# @ captcha
|
1051 |
#~ msgid "ninety"
|
1052 |
#~ msgstr "novanta"
|
|
|
1053 |
# @ captcha
|
1054 |
#~ msgid "and"
|
1055 |
#~ msgstr "e"
|
|
|
1056 |
# @ captcha
|
1057 |
#, fuzzy
|
1058 |
#~ msgid "Encryption password is not set"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-03-10 15:34+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-03-10 15:34+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Marco <marco@blackstudio.it>\n"
|
9 |
"Language: it_IT\n"
|
18 |
"X-Textdomain-Support: yes\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: bws_functions.php:65 bws_functions.php:89
|
|
|
22 |
msgid "requires"
|
23 |
msgstr ""
|
24 |
|
25 |
+
#: bws_functions.php:67
|
26 |
+
msgid ""
|
27 |
+
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
28 |
+
"try again."
|
29 |
msgstr ""
|
30 |
|
31 |
+
#: bws_functions.php:68
|
32 |
msgid "Back to the WordPress"
|
33 |
msgstr ""
|
34 |
|
35 |
# @ bestwebsoft
|
36 |
+
#: bws_functions.php:70
|
37 |
#, fuzzy
|
38 |
msgid "Plugins page"
|
39 |
msgstr "Plugin Pro"
|
40 |
|
41 |
+
#: bws_functions.php:91
|
42 |
+
msgid ""
|
43 |
+
"or higher! We do not guarantee that our plugin will work correctly. Please "
|
44 |
+
"upgrade to WordPress latest version."
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
|
48 |
+
#: bws_functions.php:755
|
49 |
+
msgid "Close notice"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: bws_functions.php:148
|
53 |
msgid "It’s time to upgrade your"
|
54 |
msgstr ""
|
55 |
|
56 |
# @ captcha
|
57 |
+
#: bws_functions.php:148
|
58 |
#, fuzzy
|
59 |
msgid "to"
|
60 |
msgstr "due"
|
61 |
|
62 |
# @ bestwebsoft
|
63 |
+
#: bws_functions.php:148
|
64 |
#, fuzzy
|
65 |
msgid "version!"
|
66 |
msgstr "Versione PHP"
|
67 |
|
68 |
+
#: bws_functions.php:149
|
69 |
msgid "Extend standard plugin functionality with new great options."
|
70 |
msgstr ""
|
71 |
|
72 |
# @ bestwebsoft
|
73 |
+
#: bws_functions.php:152 bws_functions.php:593
|
|
|
74 |
#, fuzzy
|
75 |
msgid "Learn More"
|
76 |
msgstr "Leggi tutto"
|
77 |
|
78 |
+
#: bws_functions.php:169
|
79 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
80 |
msgstr ""
|
81 |
|
82 |
# @ bestwebsoft
|
83 |
+
#: bws_functions.php:170
|
84 |
#, fuzzy
|
85 |
msgid "Rate the plugin"
|
86 |
msgstr "Plugin attivi"
|
87 |
|
88 |
# @ bestwebsoft
|
89 |
+
#: bws_functions.php:173
|
90 |
#, fuzzy
|
91 |
msgid "If there is something wrong about it, please contact us"
|
92 |
msgstr "Se hai domande, contattaci tramite"
|
93 |
|
94 |
+
#: bws_functions.php:205
|
95 |
msgid "Check premium options on the plugin settings page!"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: bws_functions.php:212 bws_functions.php:248
|
|
|
99 |
msgid "Wrong license key"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
|
103 |
+
msgid ""
|
104 |
+
"Something went wrong. Please try again later. If the error appears again, "
|
105 |
+
"please contact us"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
|
|
|
|
|
109 |
msgid "We are sorry for inconvenience."
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: bws_functions.php:250
|
113 |
msgid "This license key is bind to another site"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: bws_functions.php:252 bws_functions.php:416
|
117 |
+
msgid ""
|
118 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
119 |
+
"Please, upload the plugin manually."
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: bws_functions.php:254
|
123 |
+
msgid ""
|
124 |
+
"Unfortunately, Your license has expired. To continue getting top-priority "
|
125 |
+
"support and plugin updates you should extend it in your"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: bws_functions.php:256
|
129 |
+
msgid ""
|
130 |
+
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
131 |
+
"Trial license can be installed only once."
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
|
|
|
|
|
135 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: bws_functions.php:289
|
139 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: bws_functions.php:295
|
143 |
+
msgid ""
|
144 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
145 |
+
"plugin manually"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: bws_functions.php:302
|
149 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: bws_functions.php:325
|
153 |
+
msgid ""
|
154 |
+
"Something went wrong. Try again later or upload the plugin manually. We are "
|
155 |
+
"sorry for inconvenience."
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: bws_functions.php:350
|
159 |
msgid "Please, enter Your license key"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: bws_functions.php:380
|
163 |
+
msgid ""
|
164 |
+
"Congratulations! The Pro version of the plugin is successfully download and "
|
165 |
+
"activated."
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: bws_functions.php:382 bws_functions.php:473
|
|
|
169 |
msgid "Please, go to"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: bws_functions.php:382 bws_functions.php:473
|
|
|
173 |
msgid "the setting page"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: bws_functions.php:383 bws_functions.php:474
|
|
|
177 |
msgid "You will be redirected automatically in 5 seconds."
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: bws_functions.php:390
|
181 |
msgid "Show Pro features"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: bws_functions.php:397
|
185 |
msgid "You can download and activate"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: bws_functions.php:399
|
189 |
msgid "version of this plugin by entering Your license key."
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: bws_functions.php:401 bws_functions.php:442
|
193 |
+
msgid ""
|
194 |
+
"You can find your license key on your personal page Client area, by clicking "
|
195 |
+
"on the link"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: bws_functions.php:403 bws_functions.php:444
|
|
|
199 |
msgid "(your username is the email you specify when purchasing the product)."
|
200 |
msgstr ""
|
201 |
|
202 |
# @ captcha
|
203 |
+
#: bws_functions.php:407 bws_functions.php:691
|
|
|
204 |
#, fuzzy
|
205 |
msgid "or"
|
206 |
msgstr "quattro"
|
207 |
|
208 |
+
#: bws_functions.php:407
|
209 |
#, php-format
|
210 |
msgid "Start Your Free %s-Day Trial Now"
|
211 |
msgstr ""
|
212 |
|
213 |
# @ bestwebsoft
|
214 |
+
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
215 |
+
#: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
|
|
|
|
|
|
|
216 |
#: bws_menu.php:750
|
217 |
#, fuzzy
|
218 |
msgid "Activate"
|
219 |
msgstr "Plugin attivi"
|
220 |
|
221 |
+
#: bws_functions.php:439 bws_functions.php:532
|
|
|
222 |
#, php-format
|
223 |
+
msgid ""
|
224 |
+
"In order to continue using the plugin it is necessary to buy a %s license."
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: bws_functions.php:440
|
228 |
msgid "After that you can activate it by entering your license key."
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: bws_functions.php:454
|
232 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: bws_functions.php:471
|
236 |
+
msgid ""
|
237 |
+
"Congratulations! The Pro license of the plugin is successfully activated."
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: bws_functions.php:512
|
241 |
msgid "Wrong license key."
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: bws_functions.php:514
|
245 |
msgid "This license key is bind to another site."
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: bws_functions.php:516
|
249 |
+
msgid ""
|
250 |
+
"This license key is valid, but Your license has expired. If you want to "
|
251 |
+
"update our plugin in future, you should extend the license."
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: bws_functions.php:518
|
255 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: bws_functions.php:520
|
259 |
+
msgid ""
|
260 |
+
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
261 |
+
"The Pro Trial license can be installed only once."
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: bws_functions.php:524
|
265 |
msgid "The Pro Trial license key is valid."
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: bws_functions.php:526
|
269 |
msgid "The license key is valid."
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: bws_functions.php:529
|
273 |
msgid "Your license will expire on"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: bws_functions.php:562
|
277 |
msgid "Please, enter your license key"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: bws_functions.php:575
|
281 |
+
msgid ""
|
282 |
+
"If needed you can check if the license key is correct or reenter it in the "
|
283 |
+
"field below. You can find your license key on your personal page - Client "
|
284 |
+
"area - on our website"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: bws_functions.php:575
|
288 |
+
msgid ""
|
289 |
+
"(your username is the email you specify when purchasing the product). If "
|
290 |
+
"necessary, please submit \"Lost your password?\" request."
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: bws_functions.php:579
|
294 |
msgid "Check license key"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: bws_functions.php:593
|
298 |
msgid "WARNING: Illegal use notification"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: bws_functions.php:593
|
302 |
+
msgid ""
|
303 |
+
"You can use one license of the Pro plugin for one domain only. Please check "
|
304 |
+
"and edit your license or domain if necessary using you personal Client Area. "
|
305 |
+
"We strongly recommend you to solve the problem within 24 hours, otherwise "
|
306 |
+
"the Pro plugin will be deactivated."
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: bws_functions.php:601
|
310 |
+
msgid ""
|
311 |
+
"Notice: Your Pro Trial license has expired. To continue using the plugin you "
|
312 |
+
"should buy a Pro license"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: bws_functions.php:603
|
316 |
+
msgid ""
|
317 |
+
"Your license has expired. To continue getting top-priority support and "
|
318 |
+
"plugin updates you should extend it."
|
319 |
msgstr ""
|
320 |
|
321 |
# @ bestwebsoft
|
322 |
+
#: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
|
323 |
+
#: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
|
|
|
|
|
|
|
|
|
324 |
#: bws_menu.php:794
|
325 |
#, fuzzy
|
326 |
msgid "Learn more"
|
327 |
msgstr "Leggi tutto"
|
328 |
|
329 |
+
#: bws_functions.php:613
|
330 |
#, php-format
|
331 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: bws_functions.php:615
|
335 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: bws_functions.php:618
|
339 |
msgid "The Pro Trial license will expire on"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: bws_functions.php:656
|
343 |
msgid "You license for"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: bws_functions.php:656
|
347 |
msgid "expires on"
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: bws_functions.php:656
|
351 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
352 |
msgstr ""
|
353 |
|
354 |
# @ bestwebsoft
|
355 |
+
#: bws_functions.php:687
|
356 |
#, fuzzy
|
357 |
msgid "Thank you for installing"
|
358 |
msgstr "Grazie per averci contattato."
|
359 |
|
360 |
+
#: bws_functions.php:688
|
361 |
msgid "Let's get started"
|
362 |
msgstr ""
|
363 |
|
364 |
# @ bestwebsoft
|
365 |
# @ captcha
|
366 |
+
#: bws_functions.php:689
|
367 |
#, fuzzy
|
368 |
msgid "Configure Settings"
|
369 |
msgstr "Impostazioni"
|
370 |
|
371 |
+
#: bws_functions.php:692
|
372 |
msgid "Add New"
|
373 |
msgstr ""
|
374 |
|
375 |
+
# @ bestwebsoft
|
376 |
+
#: bws_functions.php:750
|
377 |
+
#, fuzzy
|
378 |
+
msgid "Thank you for choosing"
|
379 |
+
msgstr "Grazie per averci contattato."
|
380 |
+
|
381 |
+
#: bws_functions.php:751
|
382 |
+
msgid ""
|
383 |
+
"If you have a feature, suggestion or idea you'd like to see in the plugin, "
|
384 |
+
"we'd love to hear about it!"
|
385 |
+
msgstr ""
|
386 |
+
|
387 |
+
#: bws_functions.php:752
|
388 |
+
msgid "Suggest a Feature"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: bws_functions.php:768
|
392 |
msgid "Notice"
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: bws_functions.php:768
|
396 |
msgid "The plugin's settings have been changed."
|
397 |
msgstr ""
|
398 |
|
399 |
# @ default
|
400 |
+
#: bws_functions.php:769 bws_functions.php:1240
|
401 |
msgid "Save Changes"
|
402 |
msgstr "Salva le modifiche"
|
403 |
|
404 |
+
#: bws_functions.php:786
|
405 |
+
msgid ""
|
406 |
+
"You can always look at premium options by clicking on the \"Show Pro features"
|
407 |
+
"\" in the \"Go PRO\" tab"
|
|
|
|
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: bws_functions.php:886
|
411 |
msgid "Add shortcode"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: bws_functions.php:886
|
415 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: bws_functions.php:935
|
419 |
msgid "Close"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: bws_functions.php:1027
|
423 |
msgid "Restore all plugin settings to defaults"
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: bws_functions.php:1029
|
427 |
msgid "Restore settings"
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: bws_functions.php:1040
|
431 |
msgid "Are you sure you want to restore all settings by default?"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: bws_functions.php:1043
|
435 |
msgid "Yes, restore all settings"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: bws_functions.php:1044
|
439 |
msgid "No, go back to the settings page"
|
440 |
msgstr ""
|
441 |
|
442 |
# @ bestwebsoft
|
443 |
+
#: bws_functions.php:1090
|
444 |
#, fuzzy
|
445 |
msgid "Plugin"
|
446 |
msgstr "Plugin Pro"
|
447 |
|
448 |
# @ bestwebsoft
|
449 |
# @ captcha
|
450 |
+
#: bws_functions.php:1099
|
451 |
#, fuzzy
|
452 |
msgid "Shortcode settings"
|
453 |
msgstr "Impostazioni"
|
454 |
|
455 |
+
#: bws_functions.php:1104
|
456 |
msgid "The shortcode will be inserted"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#: bws_functions.php:1109
|
460 |
msgid "Insert"
|
461 |
msgstr ""
|
462 |
|
463 |
+
#: bws_functions.php:1140
|
464 |
msgid "Visit Help Center"
|
465 |
msgstr ""
|
466 |
|
467 |
# @ captcha
|
468 |
+
#: bws_functions.php:1145
|
469 |
msgid "FAQ"
|
470 |
msgstr "FAQ"
|
471 |
|
472 |
+
#: bws_functions.php:1151
|
473 |
msgid "For more information:"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: bws_functions.php:1152
|
477 |
msgid "Documentation"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: bws_functions.php:1153
|
481 |
msgid "Video Instructions"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: bws_functions.php:1154
|
485 |
msgid "Submit a Request"
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: bws_functions.php:1165
|
489 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
490 |
+
msgstr ""
|
491 |
+
|
492 |
+
#: bws_functions.php:1196
|
493 |
+
msgid "File edited successfully."
|
494 |
+
msgstr ""
|
495 |
+
|
496 |
+
#: bws_functions.php:1198
|
497 |
+
msgid "Not enough permissions to create or update the file"
|
498 |
+
msgstr ""
|
499 |
+
|
500 |
+
#: bws_functions.php:1222
|
501 |
+
msgid "These styles will be added to the header on all pages of your site."
|
502 |
+
msgstr ""
|
503 |
+
|
504 |
+
#: bws_functions.php:1225
|
505 |
+
msgid "Editing"
|
506 |
+
msgstr ""
|
507 |
+
|
508 |
+
#: bws_functions.php:1227
|
509 |
+
msgid "Browsing"
|
510 |
+
msgstr ""
|
511 |
+
|
512 |
+
# @ bestwebsoft
|
513 |
+
#: bws_functions.php:1235
|
514 |
+
#, fuzzy
|
515 |
+
msgid "Learn more about CSS"
|
516 |
+
msgstr "Leggi tutto"
|
517 |
+
|
518 |
+
#: bws_functions.php:1243
|
519 |
+
#, php-format
|
520 |
+
msgid ""
|
521 |
+
"You need to make this file writable before you can save your changes. See %s "
|
522 |
+
"the Codex %s for more information."
|
523 |
+
msgstr ""
|
524 |
+
|
525 |
# @ bestwebsoft
|
526 |
+
#: bws_menu.php:509
|
527 |
msgid "Not set"
|
528 |
msgstr "Non impostato"
|
529 |
|
530 |
# @ bestwebsoft
|
531 |
+
#: bws_menu.php:511 bws_menu.php:512
|
|
|
532 |
msgid "On"
|
533 |
msgstr "Abilitato"
|
534 |
|
535 |
# @ bestwebsoft
|
536 |
+
#: bws_menu.php:511 bws_menu.php:512
|
|
|
537 |
msgid "Off"
|
538 |
msgstr "Disabilitato"
|
539 |
|
540 |
# @ bestwebsoft
|
541 |
+
#: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
|
542 |
+
#: bws_menu.php:517 bws_menu.php:529
|
|
|
|
|
|
|
|
|
543 |
msgid "N/A"
|
544 |
msgstr "Non disponibile"
|
545 |
|
546 |
# @ bestwebsoft
|
547 |
+
#: bws_menu.php:517
|
548 |
msgid " Mb"
|
549 |
msgstr "Mb"
|
550 |
|
551 |
# @ bestwebsoft
|
552 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
|
|
|
|
|
|
|
553 |
msgid "Yes"
|
554 |
msgstr "Sì"
|
555 |
|
556 |
# @ bestwebsoft
|
557 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
|
|
|
|
|
|
|
558 |
msgid "No"
|
559 |
msgstr "No"
|
560 |
|
561 |
# @ bestwebsoft
|
562 |
+
#: bws_menu.php:537
|
563 |
msgid "Operating System"
|
564 |
msgstr "Sistema operativo"
|
565 |
|
566 |
# @ bestwebsoft
|
567 |
+
#: bws_menu.php:538
|
568 |
msgid "Server"
|
569 |
msgstr "Server"
|
570 |
|
571 |
# @ bestwebsoft
|
572 |
+
#: bws_menu.php:539
|
573 |
msgid "Memory usage"
|
574 |
msgstr "Utilizzo memoria"
|
575 |
|
576 |
# @ bestwebsoft
|
577 |
+
#: bws_menu.php:540
|
578 |
msgid "MYSQL Version"
|
579 |
msgstr "Versione MYSQL"
|
580 |
|
581 |
# @ bestwebsoft
|
582 |
+
#: bws_menu.php:541
|
583 |
msgid "SQL Mode"
|
584 |
msgstr "Modalità SQL"
|
585 |
|
586 |
# @ bestwebsoft
|
587 |
+
#: bws_menu.php:542
|
588 |
msgid "PHP Version"
|
589 |
msgstr "Versione PHP"
|
590 |
|
591 |
# @ bestwebsoft
|
592 |
+
#: bws_menu.php:543
|
593 |
msgid "PHP Safe Mode"
|
594 |
msgstr "Safe Mode PHP"
|
595 |
|
596 |
# @ bestwebsoft
|
597 |
+
#: bws_menu.php:544
|
598 |
msgid "PHP Allow URL fopen"
|
599 |
msgstr "Consenti URL fopen PHP"
|
600 |
|
601 |
# @ bestwebsoft
|
602 |
+
#: bws_menu.php:545
|
603 |
msgid "PHP Memory Limit"
|
604 |
msgstr "Limite di memoria PHP"
|
605 |
|
606 |
# @ bestwebsoft
|
607 |
+
#: bws_menu.php:546
|
608 |
msgid "PHP Max Upload Size"
|
609 |
msgstr "Dimensione upload massima PHP"
|
610 |
|
611 |
# @ bestwebsoft
|
612 |
+
#: bws_menu.php:547
|
613 |
msgid "PHP Max Post Size"
|
614 |
msgstr "Dimensione massima Post PHP"
|
615 |
|
616 |
# @ bestwebsoft
|
617 |
+
#: bws_menu.php:548
|
618 |
msgid "PHP Max Script Execute Time"
|
619 |
msgstr "Tempo massimo di esecuzione PHP"
|
620 |
|
621 |
# @ bestwebsoft
|
622 |
+
#: bws_menu.php:549
|
623 |
msgid "PHP Exif support"
|
624 |
msgstr "Supporto Exif PHP"
|
625 |
|
626 |
# @ bestwebsoft
|
627 |
+
#: bws_menu.php:550
|
628 |
msgid "PHP IPTC support"
|
629 |
msgstr "Supporto IPTC PHP"
|
630 |
|
631 |
# @ bestwebsoft
|
632 |
+
#: bws_menu.php:551
|
633 |
msgid "PHP XML support"
|
634 |
msgstr "Supporto XML PHP"
|
635 |
|
636 |
# @ bestwebsoft
|
637 |
+
#: bws_menu.php:552
|
638 |
msgid "Site URL"
|
639 |
msgstr "URL sito"
|
640 |
|
641 |
# @ bestwebsoft
|
642 |
+
#: bws_menu.php:553
|
643 |
msgid "Home URL"
|
644 |
msgstr "URL home"
|
645 |
|
646 |
# @ bestwebsoft
|
647 |
+
#: bws_menu.php:556
|
648 |
msgid "WordPress Version"
|
649 |
msgstr "Versione WordPress"
|
650 |
|
651 |
# @ bestwebsoft
|
652 |
+
#: bws_menu.php:557
|
653 |
msgid "WordPress DB Version"
|
654 |
msgstr "Versione DB WordPress"
|
655 |
|
656 |
# @ bestwebsoft
|
657 |
+
#: bws_menu.php:558
|
658 |
msgid "Multisite"
|
659 |
msgstr "Multisito"
|
660 |
|
661 |
# @ bestwebsoft
|
662 |
+
#: bws_menu.php:559
|
663 |
msgid "Active Theme"
|
664 |
msgstr "Tema attivo"
|
665 |
|
666 |
# @ bestwebsoft
|
667 |
+
#: bws_menu.php:574
|
668 |
msgid "Please enter a valid email address."
|
669 |
msgstr "Per favore inserisci un indirizzo e-mail valido."
|
670 |
|
671 |
# @ bestwebsoft
|
672 |
+
#: bws_menu.php:578
|
673 |
msgid "Email with system info is sent to "
|
674 |
msgstr "Email con informazioni di sistema spedita a "
|
675 |
|
676 |
# @ bestwebsoft
|
677 |
+
#: bws_menu.php:582
|
678 |
msgid "Thank you for contacting us."
|
679 |
msgstr "Grazie per averci contattato."
|
680 |
|
681 |
# @ bestwebsoft
|
682 |
+
#: bws_menu.php:615
|
683 |
msgid "Sorry, email message could not be delivered."
|
684 |
msgstr "Spiacenti, il messaggio email non può essere inviato."
|
685 |
|
686 |
+
#: bws_menu.php:622
|
687 |
msgid "Need help?"
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: bws_menu.php:623
|
691 |
msgid "Client area"
|
692 |
msgstr ""
|
693 |
|
694 |
# @ bestwebsoft
|
695 |
+
#: bws_menu.php:624 bws_menu.php:933
|
|
|
696 |
msgid "System status"
|
697 |
msgstr "Stato sistema"
|
698 |
|
699 |
# @ bestwebsoft
|
700 |
+
#: bws_menu.php:629
|
701 |
#, fuzzy
|
702 |
msgid "Plugins"
|
703 |
msgstr "Plugin Pro"
|
704 |
|
705 |
+
#: bws_menu.php:630
|
706 |
msgid "Themes"
|
707 |
msgstr ""
|
708 |
|
729 |
|
730 |
# @ bestwebsoft
|
731 |
# @ captcha
|
732 |
+
#: bws_menu.php:672 bws_menu.php:721
|
|
|
733 |
msgid "Settings"
|
734 |
msgstr "Impostazioni"
|
735 |
|
736 |
# @ bestwebsoft
|
737 |
+
#: bws_menu.php:693 bws_menu.php:750
|
|
|
738 |
#, fuzzy
|
739 |
msgid "Activate this plugin"
|
740 |
msgstr "Plugin attivi"
|
741 |
|
742 |
+
#: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
|
|
|
|
|
743 |
msgid "Go"
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
|
|
|
|
|
747 |
msgid "DONATE"
|
748 |
msgstr ""
|
749 |
|
797 |
msgid "Preview"
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: bws_menu.php:882 bws_menu.php:914
|
|
|
801 |
#, php-format
|
802 |
msgid "By %s"
|
803 |
msgstr ""
|
840 |
# @ bestwebsoft
|
841 |
#~ msgid "Pro plugins"
|
842 |
#~ msgstr "Plugin Pro"
|
843 |
+
|
844 |
# @ bestwebsoft
|
845 |
#~ msgid "Activated plugins"
|
846 |
#~ msgstr "Plugin attivi"
|
847 |
+
|
848 |
# @ bestwebsoft
|
849 |
#~ msgid "Read more"
|
850 |
#~ msgstr "Leggi tutto"
|
851 |
+
|
852 |
# @ bestwebsoft
|
853 |
#~ msgid "Purchase"
|
854 |
#~ msgstr "Acquista"
|
855 |
+
|
856 |
# @ bestwebsoft
|
857 |
#~ msgid "Free plugins"
|
858 |
#~ msgstr "Plugin gratuiti"
|
859 |
+
|
860 |
# @ bestwebsoft
|
861 |
#~ msgid "Download"
|
862 |
#~ msgstr "Scarica"
|
863 |
+
|
864 |
# @ bestwebsoft
|
865 |
#~ msgid "Install now from wordpress.org"
|
866 |
#~ msgstr "Installa ora da wordpress.org"
|
867 |
+
|
868 |
# @ bestwebsoft
|
869 |
#, fuzzy
|
870 |
#~ msgid "Activated theme"
|
893 |
# @ captcha
|
894 |
#~ msgid "Captcha"
|
895 |
#~ msgstr "Captcha"
|
896 |
+
|
897 |
# @ captcha
|
898 |
#~ msgid "Login form"
|
899 |
#~ msgstr "Modulo di login"
|
900 |
+
|
901 |
# @ captcha
|
902 |
#, fuzzy
|
903 |
#~ msgid "Registration form"
|
906 |
# @ captcha
|
907 |
#~ msgid "Register form"
|
908 |
#~ msgstr "Modulo di registrazione"
|
909 |
+
|
910 |
# @ captcha
|
911 |
#, fuzzy
|
912 |
#~ msgid "Reset Password form"
|
915 |
# @ captcha
|
916 |
#~ msgid "Lost password form"
|
917 |
#~ msgstr "Modulo recupero password"
|
918 |
+
|
919 |
# @ captcha
|
920 |
#~ msgid "Comments form"
|
921 |
#~ msgstr "Modulo dei commenti"
|
922 |
+
|
923 |
# @ captcha
|
924 |
#~ msgid "Hide CAPTCHA for registered users"
|
925 |
#~ msgstr "Nascondi CAPTCHA per gli utenti registrati"
|
926 |
+
|
927 |
# @ captcha
|
928 |
#~ msgid "Plus (+)"
|
929 |
#~ msgstr "Addizione (+)"
|
930 |
+
|
931 |
# @ captcha
|
932 |
#~ msgid "Plus"
|
933 |
#~ msgstr "Più"
|
934 |
+
|
935 |
# @ captcha
|
936 |
#~ msgid "Minus (−)"
|
937 |
#~ msgstr "Sottrazione (−)"
|
938 |
+
|
939 |
# @ captcha
|
940 |
#~ msgid "Minus"
|
941 |
#~ msgstr "Meno"
|
942 |
+
|
943 |
# @ captcha
|
944 |
#, fuzzy
|
945 |
#~ msgid "Multiplication (×)"
|
953 |
# @ captcha
|
954 |
#~ msgid "Numbers"
|
955 |
#~ msgstr "Numeri"
|
956 |
+
|
957 |
# @ captcha
|
958 |
#~ msgid "Words"
|
959 |
#~ msgstr "Parole"
|
960 |
+
|
961 |
# @ captcha
|
962 |
#~ msgid "Support"
|
963 |
#~ msgstr "Supporto"
|
964 |
+
|
965 |
# @ captcha
|
966 |
#, fuzzy
|
967 |
#~ msgid ""
|
973 |
# @ captcha
|
974 |
#~ msgid "Options saved."
|
975 |
#~ msgstr "Impostazioni salvate."
|
976 |
+
|
977 |
# @ captcha
|
978 |
#, fuzzy
|
979 |
#~ msgid "Enable CAPTCHA for:"
|
982 |
# @ captcha
|
983 |
#~ msgid "Contact form"
|
984 |
#~ msgstr "Modulo di contatto"
|
985 |
+
|
986 |
# @ captcha
|
987 |
#~ msgid "powered by"
|
988 |
#~ msgstr "powered by"
|
989 |
+
|
990 |
# @ captcha
|
991 |
#~ msgid "Activate contact form"
|
992 |
#~ msgstr "Attiva modulo di contatto"
|
993 |
+
|
994 |
# @ captcha
|
995 |
#~ msgid "Download contact form"
|
996 |
#~ msgstr "Scarica il plugin per il modulo di contatto"
|
997 |
+
|
998 |
# @ captcha
|
999 |
#, fuzzy
|
1000 |
#~ msgid ""
|
1006 |
# @ captcha
|
1007 |
#~ msgid "\"Create a Group\" form"
|
1008 |
#~ msgstr "Modulo \"Crea un gruppo\""
|
1009 |
+
|
1010 |
# @ captcha
|
1011 |
#~ msgid ""
|
1012 |
#~ "This functionality is available in the Pro version of the plugin. For "
|
1014 |
#~ msgstr ""
|
1015 |
#~ "Questa funzionalità è disponibile nella versione Pro del plugin. Per "
|
1016 |
#~ "maggiori dettagli, per favore vai al link"
|
1017 |
+
|
1018 |
# @ captcha
|
1019 |
#, fuzzy
|
1020 |
#~ msgid "Title for CAPTCHA in the form"
|
1023 |
# @ captcha
|
1024 |
#~ msgid "Arithmetic actions for CAPTCHA"
|
1025 |
#~ msgstr "Operazioni aritmetiche per il CAPTCHA"
|
1026 |
+
|
1027 |
# @ captcha
|
1028 |
#~ msgid "CAPTCHA complexity level"
|
1029 |
#~ msgstr "Livello complessità CAPTCHA"
|
1030 |
+
|
1031 |
# @ captcha
|
1032 |
#~ msgid "ERROR"
|
1033 |
#~ msgstr "ERRORE"
|
1034 |
+
|
1035 |
# @ captcha
|
1036 |
#~ msgid "Please fill the form."
|
1037 |
#~ msgstr "Per favore compila il modulo."
|
1038 |
+
|
1039 |
# @ captcha
|
1040 |
#, fuzzy
|
1041 |
#~ msgid "Please enter a valid CAPTCHA value."
|
1053 |
# @ captcha
|
1054 |
#~ msgid "zero"
|
1055 |
#~ msgstr "zero"
|
1056 |
+
|
1057 |
# @ captcha
|
1058 |
#~ msgid "one"
|
1059 |
#~ msgstr "uno"
|
1060 |
+
|
1061 |
# @ captcha
|
1062 |
#~ msgid "three"
|
1063 |
#~ msgstr "tre"
|
1064 |
+
|
1065 |
# @ captcha
|
1066 |
#~ msgid "five"
|
1067 |
#~ msgstr "cinque"
|
1068 |
+
|
1069 |
# @ captcha
|
1070 |
#~ msgid "six"
|
1071 |
#~ msgstr "sei"
|
1072 |
+
|
1073 |
# @ captcha
|
1074 |
#~ msgid "seven"
|
1075 |
#~ msgstr "sette"
|
1076 |
+
|
1077 |
# @ captcha
|
1078 |
#~ msgid "eight"
|
1079 |
#~ msgstr "otto"
|
1080 |
+
|
1081 |
# @ captcha
|
1082 |
#~ msgid "nine"
|
1083 |
#~ msgstr "nove"
|
1084 |
+
|
1085 |
# @ captcha
|
1086 |
#~ msgid "eleven"
|
1087 |
#~ msgstr "undici"
|
1088 |
+
|
1089 |
# @ captcha
|
1090 |
#~ msgid "twelve"
|
1091 |
#~ msgstr "dodici"
|
1092 |
+
|
1093 |
# @ captcha
|
1094 |
#~ msgid "thirteen"
|
1095 |
#~ msgstr "tredici"
|
1096 |
+
|
1097 |
# @ captcha
|
1098 |
#~ msgid "fourteen"
|
1099 |
#~ msgstr "quattordici"
|
1100 |
+
|
1101 |
# @ captcha
|
1102 |
#~ msgid "fifteen"
|
1103 |
#~ msgstr "quindici"
|
1104 |
+
|
1105 |
# @ captcha
|
1106 |
#~ msgid "sixteen"
|
1107 |
#~ msgstr "sedici"
|
1108 |
+
|
1109 |
# @ captcha
|
1110 |
#~ msgid "seventeen"
|
1111 |
#~ msgstr "diciassette"
|
1112 |
+
|
1113 |
# @ captcha
|
1114 |
#~ msgid "eighteen"
|
1115 |
#~ msgstr "diciotto"
|
1116 |
+
|
1117 |
# @ captcha
|
1118 |
#~ msgid "nineteen"
|
1119 |
#~ msgstr "diciannove"
|
1120 |
+
|
1121 |
# @ captcha
|
1122 |
#~ msgid "ten"
|
1123 |
#~ msgstr "dieci"
|
1124 |
+
|
1125 |
# @ captcha
|
1126 |
#~ msgid "twenty"
|
1127 |
#~ msgstr "venti"
|
1128 |
+
|
1129 |
# @ captcha
|
1130 |
#~ msgid "thirty"
|
1131 |
#~ msgstr "trenta"
|
1132 |
+
|
1133 |
# @ captcha
|
1134 |
#~ msgid "forty"
|
1135 |
#~ msgstr "quaranta"
|
1136 |
+
|
1137 |
# @ captcha
|
1138 |
#~ msgid "fifty"
|
1139 |
#~ msgstr "cinquanta"
|
1140 |
+
|
1141 |
# @ captcha
|
1142 |
#~ msgid "sixty"
|
1143 |
#~ msgstr "sessanta"
|
1144 |
+
|
1145 |
# @ captcha
|
1146 |
#~ msgid "seventy"
|
1147 |
#~ msgstr "settanta"
|
1148 |
+
|
1149 |
# @ captcha
|
1150 |
#~ msgid "eighty"
|
1151 |
#~ msgstr "ottanta"
|
1152 |
+
|
1153 |
# @ captcha
|
1154 |
#~ msgid "ninety"
|
1155 |
#~ msgstr "novanta"
|
1156 |
+
|
1157 |
# @ captcha
|
1158 |
#~ msgid "and"
|
1159 |
#~ msgstr "e"
|
1160 |
+
|
1161 |
# @ captcha
|
1162 |
#, fuzzy
|
1163 |
#~ msgid "Encryption password is not set"
|
bws_menu/languages/bestwebsoft-ja.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-ja.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:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: foken <foken@gmx.com>\n"
|
9 |
"Language: ja_JP\n"
|
@@ -16,594 +16,645 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: bws_functions.php:
|
20 |
-
#: bws_functions.php:63
|
21 |
#, fuzzy
|
22 |
msgid "requires"
|
23 |
msgstr "必須フィールド"
|
24 |
|
25 |
-
#: bws_functions.php:
|
26 |
-
msgid "
|
|
|
|
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: bws_functions.php:
|
30 |
msgid "Back to the WordPress"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: bws_functions.php:
|
34 |
#, fuzzy
|
35 |
msgid "Plugins page"
|
36 |
msgstr "Pro Plugins"
|
37 |
|
38 |
-
#: bws_functions.php:
|
39 |
-
msgid "
|
|
|
|
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: bws_functions.php:
|
|
|
|
|
|
|
|
|
|
|
43 |
msgid "It’s time to upgrade your"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: bws_functions.php:
|
47 |
msgid "to"
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: bws_functions.php:
|
51 |
#, fuzzy
|
52 |
msgid "version!"
|
53 |
msgstr "PHP バージョン"
|
54 |
|
55 |
-
#: bws_functions.php:
|
56 |
msgid "Extend standard plugin functionality with new great options."
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: bws_functions.php:
|
60 |
-
#: bws_functions.php:561
|
61 |
#, fuzzy
|
62 |
msgid "Learn More"
|
63 |
msgstr "もっと読む"
|
64 |
|
65 |
-
#: bws_functions.php:
|
66 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: bws_functions.php:
|
70 |
#, fuzzy
|
71 |
msgid "Rate the plugin"
|
72 |
msgstr "有効なプラグイン"
|
73 |
|
74 |
-
#: bws_functions.php:
|
75 |
#, fuzzy
|
76 |
msgid "If there is something wrong about it, please contact us"
|
77 |
msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
|
78 |
|
79 |
-
#: bws_functions.php:
|
80 |
msgid "Check premium options on the plugin settings page!"
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: bws_functions.php:
|
84 |
-
#: bws_functions.php:222
|
85 |
msgid "Wrong license key"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: bws_functions.php:
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: bws_functions.php:
|
95 |
-
#: bws_functions.php:474
|
96 |
-
#: bws_functions.php:525
|
97 |
msgid "We are sorry for inconvenience."
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: bws_functions.php:
|
101 |
msgid "This license key is bind to another site"
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: bws_functions.php:
|
105 |
-
|
106 |
-
|
|
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: bws_functions.php:
|
110 |
-
msgid "
|
|
|
|
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: bws_functions.php:
|
114 |
-
msgid "
|
|
|
|
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: bws_functions.php:
|
118 |
-
#: bws_functions.php:273
|
119 |
-
#: bws_functions.php:295
|
120 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: bws_functions.php:
|
124 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: bws_functions.php:
|
128 |
-
msgid "
|
|
|
|
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: bws_functions.php:
|
132 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: bws_functions.php:
|
136 |
-
msgid "
|
|
|
|
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: bws_functions.php:
|
140 |
#, fuzzy
|
141 |
msgid "Please, enter Your license key"
|
142 |
msgstr "メッセージを入力して下さい..."
|
143 |
|
144 |
-
#: bws_functions.php:
|
145 |
-
msgid "
|
|
|
|
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: bws_functions.php:
|
149 |
-
#: bws_functions.php:441
|
150 |
msgid "Please, go to"
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: bws_functions.php:
|
154 |
-
#: bws_functions.php:441
|
155 |
#, fuzzy
|
156 |
msgid "the setting page"
|
157 |
msgstr "追加設定"
|
158 |
|
159 |
-
#: bws_functions.php:
|
160 |
-
#: bws_functions.php:442
|
161 |
msgid "You will be redirected automatically in 5 seconds."
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: bws_functions.php:
|
165 |
msgid "Show Pro features"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: bws_functions.php:
|
169 |
msgid "You can download and activate"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: bws_functions.php:
|
173 |
msgid "version of this plugin by entering Your license key."
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: bws_functions.php:
|
177 |
-
|
178 |
-
|
|
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: bws_functions.php:
|
182 |
-
#: bws_functions.php:412
|
183 |
msgid "(your username is the email you specify when purchasing the product)."
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: bws_functions.php:
|
187 |
-
#: bws_functions.php:659
|
188 |
msgid "or"
|
189 |
msgstr "又は"
|
190 |
|
191 |
-
#: bws_functions.php:
|
192 |
#, php-format
|
193 |
msgid "Start Your Free %s-Day Trial Now"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: bws_functions.php:
|
197 |
-
#: bws_functions.php:
|
198 |
-
#: bws_functions.php:420
|
199 |
-
#: bws_functions.php:428
|
200 |
-
#: bws_menu.php:693
|
201 |
#: bws_menu.php:750
|
202 |
#, fuzzy
|
203 |
msgid "Activate"
|
204 |
msgstr "有効なcaptcha"
|
205 |
|
206 |
-
#: bws_functions.php:
|
207 |
-
#: bws_functions.php:500
|
208 |
#, php-format
|
209 |
-
msgid "
|
|
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: bws_functions.php:
|
213 |
msgid "After that you can activate it by entering your license key."
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: bws_functions.php:
|
217 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: bws_functions.php:
|
221 |
-
msgid "
|
|
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: bws_functions.php:
|
225 |
msgid "Wrong license key."
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: bws_functions.php:
|
229 |
msgid "This license key is bind to another site."
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: bws_functions.php:
|
233 |
-
msgid "
|
|
|
|
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: bws_functions.php:
|
237 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: bws_functions.php:
|
241 |
-
msgid "
|
|
|
|
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: bws_functions.php:
|
245 |
msgid "The Pro Trial license key is valid."
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: bws_functions.php:
|
249 |
msgid "The license key is valid."
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: bws_functions.php:
|
253 |
msgid "Your license will expire on"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: bws_functions.php:
|
257 |
#, fuzzy
|
258 |
msgid "Please, enter your license key"
|
259 |
msgstr "メッセージを入力して下さい..."
|
260 |
|
261 |
-
#: bws_functions.php:
|
262 |
-
msgid "
|
|
|
|
|
|
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: bws_functions.php:
|
266 |
-
msgid "
|
|
|
|
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: bws_functions.php:
|
270 |
msgid "Check license key"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: bws_functions.php:
|
274 |
msgid "WARNING: Illegal use notification"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: bws_functions.php:
|
278 |
-
msgid "
|
|
|
|
|
|
|
|
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: bws_functions.php:
|
282 |
-
msgid "
|
|
|
|
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: bws_functions.php:
|
286 |
-
msgid "
|
|
|
|
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: bws_functions.php:
|
290 |
-
#:
|
291 |
-
#: bws_menu.php:669
|
292 |
-
#: bws_menu.php:691
|
293 |
-
#: bws_menu.php:718
|
294 |
-
#: bws_menu.php:748
|
295 |
#: bws_menu.php:794
|
296 |
#, fuzzy
|
297 |
msgid "Learn more"
|
298 |
msgstr "もっと読む"
|
299 |
|
300 |
-
#: bws_functions.php:
|
301 |
#, php-format
|
302 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: bws_functions.php:
|
306 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: bws_functions.php:
|
310 |
msgid "The Pro Trial license will expire on"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: bws_functions.php:
|
314 |
msgid "You license for"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: bws_functions.php:
|
318 |
msgid "expires on"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: bws_functions.php:
|
322 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: bws_functions.php:
|
326 |
#, fuzzy
|
327 |
msgid "Thank you for installing"
|
328 |
msgstr "ご連絡ありがとうございます"
|
329 |
|
330 |
-
#: bws_functions.php:
|
331 |
msgid "Let's get started"
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: bws_functions.php:
|
335 |
#, fuzzy
|
336 |
msgid "Configure Settings"
|
337 |
msgstr "コンタクトフォーム設定"
|
338 |
|
339 |
-
#: bws_functions.php:
|
340 |
msgid "Add New"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: bws_functions.php:
|
344 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: bws_functions.php:
|
348 |
msgid "Notice"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: bws_functions.php:
|
352 |
msgid "The plugin's settings have been changed."
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: bws_functions.php:
|
356 |
msgid "Save Changes"
|
357 |
msgstr "変更を保存"
|
358 |
|
359 |
-
#: bws_functions.php:
|
360 |
-
msgid "
|
|
|
|
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: bws_functions.php:
|
364 |
-
#, fuzzy
|
365 |
-
msgid "Add BWS Plugins Shortcode"
|
366 |
-
msgstr "短いコードの利用"
|
367 |
-
|
368 |
-
#: bws_functions.php:793
|
369 |
#, fuzzy
|
370 |
msgid "Add shortcode"
|
371 |
msgstr "短いコードの利用"
|
372 |
|
373 |
-
#: bws_functions.php:
|
374 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: bws_functions.php:
|
378 |
msgid "Close"
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: bws_functions.php:
|
382 |
msgid "Restore all plugin settings to defaults"
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: bws_functions.php:
|
386 |
#, fuzzy
|
387 |
msgid "Restore settings"
|
388 |
msgstr "追加設定"
|
389 |
|
390 |
-
#: bws_functions.php:
|
391 |
#, fuzzy
|
392 |
msgid "Are you sure you want to restore all settings by default?"
|
393 |
msgstr "本当に、この言語データを削除しますか?"
|
394 |
|
395 |
-
#: bws_functions.php:
|
396 |
msgid "Yes, restore all settings"
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: bws_functions.php:
|
400 |
#, fuzzy
|
401 |
msgid "No, go back to the settings page"
|
402 |
msgstr "追加設定"
|
403 |
|
404 |
-
#: bws_functions.php:
|
405 |
#, fuzzy
|
406 |
msgid "Plugin"
|
407 |
msgstr "Pro Plugins"
|
408 |
|
409 |
-
#: bws_functions.php:
|
410 |
#, fuzzy
|
411 |
msgid "Shortcode settings"
|
412 |
msgstr "追加設定"
|
413 |
|
414 |
-
#: bws_functions.php:
|
415 |
msgid "The shortcode will be inserted"
|
416 |
msgstr ""
|
417 |
|
418 |
-
#: bws_functions.php:
|
419 |
msgid "Insert"
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: bws_functions.php:
|
423 |
msgid "Visit Help Center"
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: bws_functions.php:
|
427 |
msgid "FAQ"
|
428 |
msgstr "FAQ"
|
429 |
|
430 |
-
#: bws_functions.php:
|
431 |
msgid "For more information:"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: bws_functions.php:
|
435 |
msgid "Documentation"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: bws_functions.php:
|
439 |
msgid "Video Instructions"
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: bws_functions.php:
|
443 |
#, fuzzy
|
444 |
msgid "Submit a Request"
|
445 |
msgstr "送信ボタン"
|
446 |
|
447 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
448 |
msgid "Not set"
|
449 |
msgstr "未設定"
|
450 |
|
451 |
-
#: bws_menu.php:
|
452 |
-
#: bws_menu.php:509
|
453 |
msgid "On"
|
454 |
msgstr "On"
|
455 |
|
456 |
-
#: bws_menu.php:
|
457 |
-
#: bws_menu.php:509
|
458 |
msgid "Off"
|
459 |
msgstr "Off"
|
460 |
|
461 |
-
#: bws_menu.php:
|
462 |
-
#: bws_menu.php:
|
463 |
-
#: bws_menu.php:512
|
464 |
-
#: bws_menu.php:513
|
465 |
-
#: bws_menu.php:514
|
466 |
-
#: bws_menu.php:526
|
467 |
msgid "N/A"
|
468 |
msgstr "該当なし"
|
469 |
|
470 |
-
#: bws_menu.php:
|
471 |
msgid " Mb"
|
472 |
msgstr " Mb"
|
473 |
|
474 |
-
#: bws_menu.php:
|
475 |
-
#: bws_menu.php:516
|
476 |
-
#: bws_menu.php:517
|
477 |
-
#: bws_menu.php:522
|
478 |
msgid "Yes"
|
479 |
msgstr "はい"
|
480 |
|
481 |
-
#: bws_menu.php:
|
482 |
-
#: bws_menu.php:516
|
483 |
-
#: bws_menu.php:517
|
484 |
-
#: bws_menu.php:524
|
485 |
msgid "No"
|
486 |
msgstr "いいえ"
|
487 |
|
488 |
-
#: bws_menu.php:
|
489 |
msgid "Operating System"
|
490 |
msgstr "オペレーション・システム"
|
491 |
|
492 |
-
#: bws_menu.php:
|
493 |
msgid "Server"
|
494 |
msgstr "サーバ"
|
495 |
|
496 |
-
#: bws_menu.php:
|
497 |
msgid "Memory usage"
|
498 |
msgstr "メモリー使用"
|
499 |
|
500 |
-
#: bws_menu.php:
|
501 |
msgid "MYSQL Version"
|
502 |
msgstr "MYSQL バージョン"
|
503 |
|
504 |
-
#: bws_menu.php:
|
505 |
msgid "SQL Mode"
|
506 |
msgstr "SQLモード"
|
507 |
|
508 |
-
#: bws_menu.php:
|
509 |
msgid "PHP Version"
|
510 |
msgstr "PHP バージョン"
|
511 |
|
512 |
-
#: bws_menu.php:
|
513 |
msgid "PHP Safe Mode"
|
514 |
msgstr "PHP Safe Mode"
|
515 |
|
516 |
-
#: bws_menu.php:
|
517 |
msgid "PHP Allow URL fopen"
|
518 |
msgstr "PHP Allow URL fopen"
|
519 |
|
520 |
-
#: bws_menu.php:
|
521 |
msgid "PHP Memory Limit"
|
522 |
msgstr "PHP Memory Limit"
|
523 |
|
524 |
-
#: bws_menu.php:
|
525 |
msgid "PHP Max Upload Size"
|
526 |
msgstr "PHP Max Upload Size"
|
527 |
|
528 |
-
#: bws_menu.php:
|
529 |
msgid "PHP Max Post Size"
|
530 |
msgstr "PHP Max Post Size"
|
531 |
|
532 |
-
#: bws_menu.php:
|
533 |
msgid "PHP Max Script Execute Time"
|
534 |
msgstr "PHP Max Script Execute Time"
|
535 |
|
536 |
-
#: bws_menu.php:
|
537 |
msgid "PHP Exif support"
|
538 |
msgstr "PHP Exif サポート"
|
539 |
|
540 |
-
#: bws_menu.php:
|
541 |
msgid "PHP IPTC support"
|
542 |
msgstr "PHP IPTC サポート"
|
543 |
|
544 |
-
#: bws_menu.php:
|
545 |
msgid "PHP XML support"
|
546 |
msgstr "PHP XML サポート"
|
547 |
|
548 |
-
#: bws_menu.php:
|
549 |
msgid "Site URL"
|
550 |
msgstr "サイトURL"
|
551 |
|
552 |
-
#: bws_menu.php:
|
553 |
msgid "Home URL"
|
554 |
msgstr "ホームURL"
|
555 |
|
556 |
-
#: bws_menu.php:
|
557 |
msgid "WordPress Version"
|
558 |
msgstr "WordPress バージョン"
|
559 |
|
560 |
-
#: bws_menu.php:
|
561 |
msgid "WordPress DB Version"
|
562 |
msgstr "WordPress データベース バージョン"
|
563 |
|
564 |
-
#: bws_menu.php:
|
565 |
msgid "Multisite"
|
566 |
msgstr "複数サイト"
|
567 |
|
568 |
-
#: bws_menu.php:
|
569 |
msgid "Active Theme"
|
570 |
msgstr "有効なテーマ"
|
571 |
|
572 |
-
#: bws_menu.php:
|
573 |
msgid "Please enter a valid email address."
|
574 |
msgstr "正確なEメール・アドレスを入力して下さい。"
|
575 |
|
576 |
-
#: bws_menu.php:
|
577 |
msgid "Email with system info is sent to "
|
578 |
msgstr "システム情報をメールで送信:"
|
579 |
|
580 |
-
#: bws_menu.php:
|
581 |
msgid "Thank you for contacting us."
|
582 |
msgstr "ご連絡ありがとうございます"
|
583 |
|
584 |
-
#: bws_menu.php:
|
585 |
msgid "Sorry, email message could not be delivered."
|
586 |
msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
|
587 |
|
588 |
-
#: bws_menu.php:
|
589 |
msgid "Need help?"
|
590 |
msgstr ""
|
591 |
|
592 |
-
#: bws_menu.php:
|
593 |
msgid "Client area"
|
594 |
msgstr ""
|
595 |
|
596 |
-
#: bws_menu.php:
|
597 |
-
#: bws_menu.php:933
|
598 |
msgid "System status"
|
599 |
msgstr "システム状況"
|
600 |
|
601 |
-
#: bws_menu.php:
|
602 |
#, fuzzy
|
603 |
msgid "Plugins"
|
604 |
msgstr "Pro Plugins"
|
605 |
|
606 |
-
#: bws_menu.php:
|
607 |
msgid "Themes"
|
608 |
msgstr ""
|
609 |
|
@@ -625,26 +676,20 @@ msgstr "推奨プラグイン"
|
|
625 |
msgid "Installed plugins"
|
626 |
msgstr "導入済みプラグイン"
|
627 |
|
628 |
-
#: bws_menu.php:672
|
629 |
-
#: bws_menu.php:721
|
630 |
msgid "Settings"
|
631 |
msgstr "設定"
|
632 |
|
633 |
-
#: bws_menu.php:693
|
634 |
-
#: bws_menu.php:750
|
635 |
#, fuzzy
|
636 |
msgid "Activate this plugin"
|
637 |
msgstr "有効なプラグイン"
|
638 |
|
639 |
-
#: bws_menu.php:708
|
640 |
-
#: bws_menu.php:738
|
641 |
-
#: bws_menu.php:784
|
642 |
msgid "Go"
|
643 |
msgstr ""
|
644 |
|
645 |
-
#: bws_menu.php:712
|
646 |
-
#: bws_menu.php:742
|
647 |
-
#: bws_menu.php:788
|
648 |
msgid "DONATE"
|
649 |
msgstr ""
|
650 |
|
@@ -693,8 +738,7 @@ msgstr ""
|
|
693 |
msgid "Preview"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: bws_menu.php:882
|
697 |
-
#: bws_menu.php:914
|
698 |
#, php-format
|
699 |
msgid "By %s"
|
700 |
msgstr ""
|
@@ -728,6 +772,10 @@ msgstr "サポートに送信"
|
|
728 |
msgid "Send to custom email »"
|
729 |
msgstr "カスタムEメールに送信»"
|
730 |
|
|
|
|
|
|
|
|
|
731 |
#~ msgid "Pro plugins"
|
732 |
#~ msgstr "Pro Plugins"
|
733 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-03-10 15:34+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-03-10 15:34+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: foken <foken@gmx.com>\n"
|
9 |
"Language: ja_JP\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: bws_functions.php:65 bws_functions.php:89
|
|
|
20 |
#, fuzzy
|
21 |
msgid "requires"
|
22 |
msgstr "必須フィールド"
|
23 |
|
24 |
+
#: bws_functions.php:67
|
25 |
+
msgid ""
|
26 |
+
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
27 |
+
"try again."
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: bws_functions.php:68
|
31 |
msgid "Back to the WordPress"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: bws_functions.php:70
|
35 |
#, fuzzy
|
36 |
msgid "Plugins page"
|
37 |
msgstr "Pro Plugins"
|
38 |
|
39 |
+
#: bws_functions.php:91
|
40 |
+
msgid ""
|
41 |
+
"or higher! We do not guarantee that our plugin will work correctly. Please "
|
42 |
+
"upgrade to WordPress latest version."
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
|
46 |
+
#: bws_functions.php:755
|
47 |
+
msgid "Close notice"
|
48 |
+
msgstr ""
|
49 |
+
|
50 |
+
#: bws_functions.php:148
|
51 |
msgid "It’s time to upgrade your"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: bws_functions.php:148
|
55 |
msgid "to"
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: bws_functions.php:148
|
59 |
#, fuzzy
|
60 |
msgid "version!"
|
61 |
msgstr "PHP バージョン"
|
62 |
|
63 |
+
#: bws_functions.php:149
|
64 |
msgid "Extend standard plugin functionality with new great options."
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: bws_functions.php:152 bws_functions.php:593
|
|
|
68 |
#, fuzzy
|
69 |
msgid "Learn More"
|
70 |
msgstr "もっと読む"
|
71 |
|
72 |
+
#: bws_functions.php:169
|
73 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: bws_functions.php:170
|
77 |
#, fuzzy
|
78 |
msgid "Rate the plugin"
|
79 |
msgstr "有効なプラグイン"
|
80 |
|
81 |
+
#: bws_functions.php:173
|
82 |
#, fuzzy
|
83 |
msgid "If there is something wrong about it, please contact us"
|
84 |
msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
|
85 |
|
86 |
+
#: bws_functions.php:205
|
87 |
msgid "Check premium options on the plugin settings page!"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: bws_functions.php:212 bws_functions.php:248
|
|
|
91 |
msgid "Wrong license key"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
|
95 |
+
msgid ""
|
96 |
+
"Something went wrong. Please try again later. If the error appears again, "
|
97 |
+
"please contact us"
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
|
|
|
|
|
101 |
msgid "We are sorry for inconvenience."
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: bws_functions.php:250
|
105 |
msgid "This license key is bind to another site"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: bws_functions.php:252 bws_functions.php:416
|
109 |
+
msgid ""
|
110 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
111 |
+
"Please, upload the plugin manually."
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: bws_functions.php:254
|
115 |
+
msgid ""
|
116 |
+
"Unfortunately, Your license has expired. To continue getting top-priority "
|
117 |
+
"support and plugin updates you should extend it in your"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: bws_functions.php:256
|
121 |
+
msgid ""
|
122 |
+
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
123 |
+
"Trial license can be installed only once."
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
|
|
|
|
|
127 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: bws_functions.php:289
|
131 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: bws_functions.php:295
|
135 |
+
msgid ""
|
136 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
137 |
+
"plugin manually"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: bws_functions.php:302
|
141 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: bws_functions.php:325
|
145 |
+
msgid ""
|
146 |
+
"Something went wrong. Try again later or upload the plugin manually. We are "
|
147 |
+
"sorry for inconvenience."
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: bws_functions.php:350
|
151 |
#, fuzzy
|
152 |
msgid "Please, enter Your license key"
|
153 |
msgstr "メッセージを入力して下さい..."
|
154 |
|
155 |
+
#: bws_functions.php:380
|
156 |
+
msgid ""
|
157 |
+
"Congratulations! The Pro version of the plugin is successfully download and "
|
158 |
+
"activated."
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: bws_functions.php:382 bws_functions.php:473
|
|
|
162 |
msgid "Please, go to"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: bws_functions.php:382 bws_functions.php:473
|
|
|
166 |
#, fuzzy
|
167 |
msgid "the setting page"
|
168 |
msgstr "追加設定"
|
169 |
|
170 |
+
#: bws_functions.php:383 bws_functions.php:474
|
|
|
171 |
msgid "You will be redirected automatically in 5 seconds."
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: bws_functions.php:390
|
175 |
msgid "Show Pro features"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: bws_functions.php:397
|
179 |
msgid "You can download and activate"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: bws_functions.php:399
|
183 |
msgid "version of this plugin by entering Your license key."
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: bws_functions.php:401 bws_functions.php:442
|
187 |
+
msgid ""
|
188 |
+
"You can find your license key on your personal page Client area, by clicking "
|
189 |
+
"on the link"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: bws_functions.php:403 bws_functions.php:444
|
|
|
193 |
msgid "(your username is the email you specify when purchasing the product)."
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: bws_functions.php:407 bws_functions.php:691
|
|
|
197 |
msgid "or"
|
198 |
msgstr "又は"
|
199 |
|
200 |
+
#: bws_functions.php:407
|
201 |
#, php-format
|
202 |
msgid "Start Your Free %s-Day Trial Now"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
206 |
+
#: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
|
|
|
|
|
|
|
207 |
#: bws_menu.php:750
|
208 |
#, fuzzy
|
209 |
msgid "Activate"
|
210 |
msgstr "有効なcaptcha"
|
211 |
|
212 |
+
#: bws_functions.php:439 bws_functions.php:532
|
|
|
213 |
#, php-format
|
214 |
+
msgid ""
|
215 |
+
"In order to continue using the plugin it is necessary to buy a %s license."
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: bws_functions.php:440
|
219 |
msgid "After that you can activate it by entering your license key."
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: bws_functions.php:454
|
223 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: bws_functions.php:471
|
227 |
+
msgid ""
|
228 |
+
"Congratulations! The Pro license of the plugin is successfully activated."
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: bws_functions.php:512
|
232 |
msgid "Wrong license key."
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: bws_functions.php:514
|
236 |
msgid "This license key is bind to another site."
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: bws_functions.php:516
|
240 |
+
msgid ""
|
241 |
+
"This license key is valid, but Your license has expired. If you want to "
|
242 |
+
"update our plugin in future, you should extend the license."
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: bws_functions.php:518
|
246 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: bws_functions.php:520
|
250 |
+
msgid ""
|
251 |
+
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
252 |
+
"The Pro Trial license can be installed only once."
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: bws_functions.php:524
|
256 |
msgid "The Pro Trial license key is valid."
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: bws_functions.php:526
|
260 |
msgid "The license key is valid."
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: bws_functions.php:529
|
264 |
msgid "Your license will expire on"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: bws_functions.php:562
|
268 |
#, fuzzy
|
269 |
msgid "Please, enter your license key"
|
270 |
msgstr "メッセージを入力して下さい..."
|
271 |
|
272 |
+
#: bws_functions.php:575
|
273 |
+
msgid ""
|
274 |
+
"If needed you can check if the license key is correct or reenter it in the "
|
275 |
+
"field below. You can find your license key on your personal page - Client "
|
276 |
+
"area - on our website"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: bws_functions.php:575
|
280 |
+
msgid ""
|
281 |
+
"(your username is the email you specify when purchasing the product). If "
|
282 |
+
"necessary, please submit \"Lost your password?\" request."
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: bws_functions.php:579
|
286 |
msgid "Check license key"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: bws_functions.php:593
|
290 |
msgid "WARNING: Illegal use notification"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: bws_functions.php:593
|
294 |
+
msgid ""
|
295 |
+
"You can use one license of the Pro plugin for one domain only. Please check "
|
296 |
+
"and edit your license or domain if necessary using you personal Client Area. "
|
297 |
+
"We strongly recommend you to solve the problem within 24 hours, otherwise "
|
298 |
+
"the Pro plugin will be deactivated."
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: bws_functions.php:601
|
302 |
+
msgid ""
|
303 |
+
"Notice: Your Pro Trial license has expired. To continue using the plugin you "
|
304 |
+
"should buy a Pro license"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: bws_functions.php:603
|
308 |
+
msgid ""
|
309 |
+
"Your license has expired. To continue getting top-priority support and "
|
310 |
+
"plugin updates you should extend it."
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
|
314 |
+
#: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
|
|
|
|
|
|
|
|
|
315 |
#: bws_menu.php:794
|
316 |
#, fuzzy
|
317 |
msgid "Learn more"
|
318 |
msgstr "もっと読む"
|
319 |
|
320 |
+
#: bws_functions.php:613
|
321 |
#, php-format
|
322 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: bws_functions.php:615
|
326 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: bws_functions.php:618
|
330 |
msgid "The Pro Trial license will expire on"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: bws_functions.php:656
|
334 |
msgid "You license for"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: bws_functions.php:656
|
338 |
msgid "expires on"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: bws_functions.php:656
|
342 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: bws_functions.php:687
|
346 |
#, fuzzy
|
347 |
msgid "Thank you for installing"
|
348 |
msgstr "ご連絡ありがとうございます"
|
349 |
|
350 |
+
#: bws_functions.php:688
|
351 |
msgid "Let's get started"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: bws_functions.php:689
|
355 |
#, fuzzy
|
356 |
msgid "Configure Settings"
|
357 |
msgstr "コンタクトフォーム設定"
|
358 |
|
359 |
+
#: bws_functions.php:692
|
360 |
msgid "Add New"
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: bws_functions.php:750
|
364 |
+
#, fuzzy
|
365 |
+
msgid "Thank you for choosing"
|
366 |
+
msgstr "ご連絡ありがとうございます"
|
367 |
+
|
368 |
+
#: bws_functions.php:751
|
369 |
+
msgid ""
|
370 |
+
"If you have a feature, suggestion or idea you'd like to see in the plugin, "
|
371 |
+
"we'd love to hear about it!"
|
372 |
+
msgstr ""
|
373 |
+
|
374 |
+
#: bws_functions.php:752
|
375 |
+
msgid "Suggest a Feature"
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: bws_functions.php:768
|
379 |
msgid "Notice"
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: bws_functions.php:768
|
383 |
msgid "The plugin's settings have been changed."
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: bws_functions.php:769 bws_functions.php:1240
|
387 |
msgid "Save Changes"
|
388 |
msgstr "変更を保存"
|
389 |
|
390 |
+
#: bws_functions.php:786
|
391 |
+
msgid ""
|
392 |
+
"You can always look at premium options by clicking on the \"Show Pro features"
|
393 |
+
"\" in the \"Go PRO\" tab"
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: bws_functions.php:886
|
|
|
|
|
|
|
|
|
|
|
397 |
#, fuzzy
|
398 |
msgid "Add shortcode"
|
399 |
msgstr "短いコードの利用"
|
400 |
|
401 |
+
#: bws_functions.php:886
|
402 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: bws_functions.php:935
|
406 |
msgid "Close"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: bws_functions.php:1027
|
410 |
msgid "Restore all plugin settings to defaults"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: bws_functions.php:1029
|
414 |
#, fuzzy
|
415 |
msgid "Restore settings"
|
416 |
msgstr "追加設定"
|
417 |
|
418 |
+
#: bws_functions.php:1040
|
419 |
#, fuzzy
|
420 |
msgid "Are you sure you want to restore all settings by default?"
|
421 |
msgstr "本当に、この言語データを削除しますか?"
|
422 |
|
423 |
+
#: bws_functions.php:1043
|
424 |
msgid "Yes, restore all settings"
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: bws_functions.php:1044
|
428 |
#, fuzzy
|
429 |
msgid "No, go back to the settings page"
|
430 |
msgstr "追加設定"
|
431 |
|
432 |
+
#: bws_functions.php:1090
|
433 |
#, fuzzy
|
434 |
msgid "Plugin"
|
435 |
msgstr "Pro Plugins"
|
436 |
|
437 |
+
#: bws_functions.php:1099
|
438 |
#, fuzzy
|
439 |
msgid "Shortcode settings"
|
440 |
msgstr "追加設定"
|
441 |
|
442 |
+
#: bws_functions.php:1104
|
443 |
msgid "The shortcode will be inserted"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: bws_functions.php:1109
|
447 |
msgid "Insert"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: bws_functions.php:1140
|
451 |
msgid "Visit Help Center"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: bws_functions.php:1145
|
455 |
msgid "FAQ"
|
456 |
msgstr "FAQ"
|
457 |
|
458 |
+
#: bws_functions.php:1151
|
459 |
msgid "For more information:"
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: bws_functions.php:1152
|
463 |
msgid "Documentation"
|
464 |
msgstr ""
|
465 |
|
466 |
+
#: bws_functions.php:1153
|
467 |
msgid "Video Instructions"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: bws_functions.php:1154
|
471 |
#, fuzzy
|
472 |
msgid "Submit a Request"
|
473 |
msgstr "送信ボタン"
|
474 |
|
475 |
+
#: bws_functions.php:1165
|
476 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
477 |
+
msgstr ""
|
478 |
+
|
479 |
+
#: bws_functions.php:1196
|
480 |
+
msgid "File edited successfully."
|
481 |
+
msgstr ""
|
482 |
+
|
483 |
+
#: bws_functions.php:1198
|
484 |
+
msgid "Not enough permissions to create or update the file"
|
485 |
+
msgstr ""
|
486 |
+
|
487 |
+
#: bws_functions.php:1222
|
488 |
+
msgid "These styles will be added to the header on all pages of your site."
|
489 |
+
msgstr ""
|
490 |
+
|
491 |
+
#: bws_functions.php:1225
|
492 |
+
msgid "Editing"
|
493 |
+
msgstr ""
|
494 |
+
|
495 |
+
#: bws_functions.php:1227
|
496 |
+
msgid "Browsing"
|
497 |
+
msgstr ""
|
498 |
+
|
499 |
+
#: bws_functions.php:1235
|
500 |
+
#, fuzzy
|
501 |
+
msgid "Learn more about CSS"
|
502 |
+
msgstr "もっと読む"
|
503 |
+
|
504 |
+
#: bws_functions.php:1243
|
505 |
+
#, php-format
|
506 |
+
msgid ""
|
507 |
+
"You need to make this file writable before you can save your changes. See %s "
|
508 |
+
"the Codex %s for more information."
|
509 |
+
msgstr ""
|
510 |
+
|
511 |
+
#: bws_menu.php:509
|
512 |
msgid "Not set"
|
513 |
msgstr "未設定"
|
514 |
|
515 |
+
#: bws_menu.php:511 bws_menu.php:512
|
|
|
516 |
msgid "On"
|
517 |
msgstr "On"
|
518 |
|
519 |
+
#: bws_menu.php:511 bws_menu.php:512
|
|
|
520 |
msgid "Off"
|
521 |
msgstr "Off"
|
522 |
|
523 |
+
#: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
|
524 |
+
#: bws_menu.php:517 bws_menu.php:529
|
|
|
|
|
|
|
|
|
525 |
msgid "N/A"
|
526 |
msgstr "該当なし"
|
527 |
|
528 |
+
#: bws_menu.php:517
|
529 |
msgid " Mb"
|
530 |
msgstr " Mb"
|
531 |
|
532 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
|
|
|
|
|
|
|
533 |
msgid "Yes"
|
534 |
msgstr "はい"
|
535 |
|
536 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
|
|
|
|
|
|
|
537 |
msgid "No"
|
538 |
msgstr "いいえ"
|
539 |
|
540 |
+
#: bws_menu.php:537
|
541 |
msgid "Operating System"
|
542 |
msgstr "オペレーション・システム"
|
543 |
|
544 |
+
#: bws_menu.php:538
|
545 |
msgid "Server"
|
546 |
msgstr "サーバ"
|
547 |
|
548 |
+
#: bws_menu.php:539
|
549 |
msgid "Memory usage"
|
550 |
msgstr "メモリー使用"
|
551 |
|
552 |
+
#: bws_menu.php:540
|
553 |
msgid "MYSQL Version"
|
554 |
msgstr "MYSQL バージョン"
|
555 |
|
556 |
+
#: bws_menu.php:541
|
557 |
msgid "SQL Mode"
|
558 |
msgstr "SQLモード"
|
559 |
|
560 |
+
#: bws_menu.php:542
|
561 |
msgid "PHP Version"
|
562 |
msgstr "PHP バージョン"
|
563 |
|
564 |
+
#: bws_menu.php:543
|
565 |
msgid "PHP Safe Mode"
|
566 |
msgstr "PHP Safe Mode"
|
567 |
|
568 |
+
#: bws_menu.php:544
|
569 |
msgid "PHP Allow URL fopen"
|
570 |
msgstr "PHP Allow URL fopen"
|
571 |
|
572 |
+
#: bws_menu.php:545
|
573 |
msgid "PHP Memory Limit"
|
574 |
msgstr "PHP Memory Limit"
|
575 |
|
576 |
+
#: bws_menu.php:546
|
577 |
msgid "PHP Max Upload Size"
|
578 |
msgstr "PHP Max Upload Size"
|
579 |
|
580 |
+
#: bws_menu.php:547
|
581 |
msgid "PHP Max Post Size"
|
582 |
msgstr "PHP Max Post Size"
|
583 |
|
584 |
+
#: bws_menu.php:548
|
585 |
msgid "PHP Max Script Execute Time"
|
586 |
msgstr "PHP Max Script Execute Time"
|
587 |
|
588 |
+
#: bws_menu.php:549
|
589 |
msgid "PHP Exif support"
|
590 |
msgstr "PHP Exif サポート"
|
591 |
|
592 |
+
#: bws_menu.php:550
|
593 |
msgid "PHP IPTC support"
|
594 |
msgstr "PHP IPTC サポート"
|
595 |
|
596 |
+
#: bws_menu.php:551
|
597 |
msgid "PHP XML support"
|
598 |
msgstr "PHP XML サポート"
|
599 |
|
600 |
+
#: bws_menu.php:552
|
601 |
msgid "Site URL"
|
602 |
msgstr "サイトURL"
|
603 |
|
604 |
+
#: bws_menu.php:553
|
605 |
msgid "Home URL"
|
606 |
msgstr "ホームURL"
|
607 |
|
608 |
+
#: bws_menu.php:556
|
609 |
msgid "WordPress Version"
|
610 |
msgstr "WordPress バージョン"
|
611 |
|
612 |
+
#: bws_menu.php:557
|
613 |
msgid "WordPress DB Version"
|
614 |
msgstr "WordPress データベース バージョン"
|
615 |
|
616 |
+
#: bws_menu.php:558
|
617 |
msgid "Multisite"
|
618 |
msgstr "複数サイト"
|
619 |
|
620 |
+
#: bws_menu.php:559
|
621 |
msgid "Active Theme"
|
622 |
msgstr "有効なテーマ"
|
623 |
|
624 |
+
#: bws_menu.php:574
|
625 |
msgid "Please enter a valid email address."
|
626 |
msgstr "正確なEメール・アドレスを入力して下さい。"
|
627 |
|
628 |
+
#: bws_menu.php:578
|
629 |
msgid "Email with system info is sent to "
|
630 |
msgstr "システム情報をメールで送信:"
|
631 |
|
632 |
+
#: bws_menu.php:582
|
633 |
msgid "Thank you for contacting us."
|
634 |
msgstr "ご連絡ありがとうございます"
|
635 |
|
636 |
+
#: bws_menu.php:615
|
637 |
msgid "Sorry, email message could not be delivered."
|
638 |
msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
|
639 |
|
640 |
+
#: bws_menu.php:622
|
641 |
msgid "Need help?"
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: bws_menu.php:623
|
645 |
msgid "Client area"
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: bws_menu.php:624 bws_menu.php:933
|
|
|
649 |
msgid "System status"
|
650 |
msgstr "システム状況"
|
651 |
|
652 |
+
#: bws_menu.php:629
|
653 |
#, fuzzy
|
654 |
msgid "Plugins"
|
655 |
msgstr "Pro Plugins"
|
656 |
|
657 |
+
#: bws_menu.php:630
|
658 |
msgid "Themes"
|
659 |
msgstr ""
|
660 |
|
676 |
msgid "Installed plugins"
|
677 |
msgstr "導入済みプラグイン"
|
678 |
|
679 |
+
#: bws_menu.php:672 bws_menu.php:721
|
|
|
680 |
msgid "Settings"
|
681 |
msgstr "設定"
|
682 |
|
683 |
+
#: bws_menu.php:693 bws_menu.php:750
|
|
|
684 |
#, fuzzy
|
685 |
msgid "Activate this plugin"
|
686 |
msgstr "有効なプラグイン"
|
687 |
|
688 |
+
#: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
|
|
|
|
|
689 |
msgid "Go"
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
|
|
|
|
|
693 |
msgid "DONATE"
|
694 |
msgstr ""
|
695 |
|
738 |
msgid "Preview"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: bws_menu.php:882 bws_menu.php:914
|
|
|
742 |
#, php-format
|
743 |
msgid "By %s"
|
744 |
msgstr ""
|
772 |
msgid "Send to custom email »"
|
773 |
msgstr "カスタムEメールに送信»"
|
774 |
|
775 |
+
#, fuzzy
|
776 |
+
#~ msgid "Add BWS Plugins Shortcode"
|
777 |
+
#~ msgstr "短いコードの利用"
|
778 |
+
|
779 |
#~ msgid "Pro plugins"
|
780 |
#~ msgstr "Pro Plugins"
|
781 |
|
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: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Damian Dąbrowski <contact@codester.pl>\n"
|
9 |
"Language: pl_PL\n"
|
@@ -46,6 +46,11 @@ msgstr ""
|
|
46 |
"lub nowsza! Nie gwarantujemy, że nasza wtyczka będzie działała poprawnie. "
|
47 |
"Proszę zaktualizować WordPress do najnowszej wersji."
|
48 |
|
|
|
|
|
|
|
|
|
|
|
49 |
#: bws_functions.php:148
|
50 |
msgid "It’s time to upgrade your"
|
51 |
msgstr "Czas by zaktualizować"
|
@@ -214,7 +219,8 @@ msgid "Start Your Free %s-Day Trial Now"
|
|
214 |
msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
|
215 |
|
216 |
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
217 |
-
#: bws_functions.php:460
|
|
|
218 |
msgid "Activate"
|
219 |
msgstr "Aktywuj"
|
220 |
|
@@ -337,8 +343,9 @@ msgstr ""
|
|
337 |
"Twoja licencja wygasła. Aby podtrzymać szybki dostęp do pomocy i "
|
338 |
"aktualizacji powinieneś przedłużyć licencję."
|
339 |
|
340 |
-
#: bws_functions.php:603 bws_functions.php:656
|
341 |
-
#: bws_menu.php:
|
|
|
342 |
msgid "Learn more"
|
343 |
msgstr "Dowiedz się więcej"
|
344 |
|
@@ -385,23 +392,34 @@ msgstr "Konfiguruj Ustawienia"
|
|
385 |
msgid "Add New"
|
386 |
msgstr "Dodaj nowy"
|
387 |
|
388 |
-
#: bws_functions.php:
|
389 |
-
|
390 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
391 |
|
392 |
-
#: bws_functions.php:
|
393 |
msgid "Notice"
|
394 |
msgstr "Uwaga"
|
395 |
|
396 |
-
#: bws_functions.php:
|
397 |
msgid "The plugin's settings have been changed."
|
398 |
msgstr "Ustawienia wtyczki zostały zmienione."
|
399 |
|
400 |
-
#: bws_functions.php:
|
401 |
msgid "Save Changes"
|
402 |
msgstr "Zapisz zmiany"
|
403 |
|
404 |
-
#: bws_functions.php:
|
405 |
msgid ""
|
406 |
"You can always look at premium options by clicking on the \"Show Pro features"
|
407 |
"\" in the \"Go PRO\" tab"
|
@@ -409,344 +427,379 @@ msgstr ""
|
|
409 |
"Zawsze możesz sprawdzić funkcje premium poprzez kliknięcie \"Pokaż funkcje "
|
410 |
"PRO\" w zakładce \"Go PRO\""
|
411 |
|
412 |
-
#: bws_functions.php:
|
413 |
-
msgid "Add BWS Plugins Shortcode"
|
414 |
-
msgstr "Dodaj BWS Shortcode"
|
415 |
-
|
416 |
-
#: bws_functions.php:827
|
417 |
#, fuzzy
|
418 |
msgid "Add shortcode"
|
419 |
msgstr "Dodaj BWS Shortcode"
|
420 |
|
421 |
-
#: bws_functions.php:
|
422 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: bws_functions.php:
|
426 |
msgid "Close"
|
427 |
msgstr "Zamknij"
|
428 |
|
429 |
-
#: bws_functions.php:
|
430 |
msgid "Restore all plugin settings to defaults"
|
431 |
msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
|
432 |
|
433 |
-
#: bws_functions.php:
|
434 |
msgid "Restore settings"
|
435 |
msgstr "Przywróć ustawienia"
|
436 |
|
437 |
-
#: bws_functions.php:
|
438 |
msgid "Are you sure you want to restore all settings by default?"
|
439 |
msgstr ""
|
440 |
"Czy jesteś pewien, że chcesz przywrócić wszystkie ustawienia do wartości "
|
441 |
"domyślnych?"
|
442 |
|
443 |
-
#: bws_functions.php:
|
444 |
msgid "Yes, restore all settings"
|
445 |
msgstr "Tak, przywróć wszystkie ustawienia"
|
446 |
|
447 |
-
#: bws_functions.php:
|
448 |
msgid "No, go back to the settings page"
|
449 |
msgstr "Nie, wróć do ustawień"
|
450 |
|
451 |
-
#: bws_functions.php:
|
452 |
msgid "Plugin"
|
453 |
msgstr "Wtyczka"
|
454 |
|
455 |
-
#: bws_functions.php:
|
456 |
msgid "Shortcode settings"
|
457 |
msgstr "Ustawienia shortcode"
|
458 |
|
459 |
-
#: bws_functions.php:
|
460 |
msgid "The shortcode will be inserted"
|
461 |
msgstr "Shortcode zostanie umieszczony"
|
462 |
|
463 |
-
#: bws_functions.php:
|
464 |
msgid "Insert"
|
465 |
msgstr "Umieść"
|
466 |
|
467 |
-
#: bws_functions.php:
|
468 |
msgid "Visit Help Center"
|
469 |
msgstr ""
|
470 |
|
471 |
-
#: bws_functions.php:
|
472 |
msgid "FAQ"
|
473 |
msgstr "FAQ"
|
474 |
|
475 |
-
#: bws_functions.php:
|
476 |
msgid "For more information:"
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: bws_functions.php:
|
480 |
msgid "Documentation"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: bws_functions.php:
|
484 |
msgid "Video Instructions"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: bws_functions.php:
|
488 |
#, fuzzy
|
489 |
msgid "Submit a Request"
|
490 |
msgstr "送信ボタン"
|
491 |
|
492 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
493 |
msgid "Not set"
|
494 |
msgstr "Nie ustawiono"
|
495 |
|
496 |
-
#: bws_menu.php:
|
497 |
msgid "On"
|
498 |
msgstr "Włączone"
|
499 |
|
500 |
-
#: bws_menu.php:
|
501 |
msgid "Off"
|
502 |
msgstr "Wyłączone"
|
503 |
|
504 |
-
#: bws_menu.php:
|
505 |
-
#: bws_menu.php:
|
506 |
msgid "N/A"
|
507 |
msgstr "Brak danych"
|
508 |
|
509 |
-
#: bws_menu.php:
|
510 |
msgid " Mb"
|
511 |
msgstr " Mb"
|
512 |
|
513 |
-
#: bws_menu.php:
|
514 |
msgid "Yes"
|
515 |
msgstr "Tak"
|
516 |
|
517 |
-
#: bws_menu.php:
|
518 |
msgid "No"
|
519 |
msgstr "Nie"
|
520 |
|
521 |
-
#: bws_menu.php:
|
522 |
msgid "Operating System"
|
523 |
msgstr "System operacyjny"
|
524 |
|
525 |
-
#: bws_menu.php:
|
526 |
msgid "Server"
|
527 |
msgstr "Serwer"
|
528 |
|
529 |
-
#: bws_menu.php:
|
530 |
msgid "Memory usage"
|
531 |
msgstr "Wykorzystanie pamięci"
|
532 |
|
533 |
-
#: bws_menu.php:
|
534 |
msgid "MYSQL Version"
|
535 |
msgstr "Wersja MySQL"
|
536 |
|
537 |
-
#: bws_menu.php:
|
538 |
msgid "SQL Mode"
|
539 |
msgstr "Tryb SQL"
|
540 |
|
541 |
-
#: bws_menu.php:
|
542 |
msgid "PHP Version"
|
543 |
msgstr "Wersja PHP"
|
544 |
|
545 |
-
#: bws_menu.php:
|
546 |
msgid "PHP Safe Mode"
|
547 |
msgstr "PHP Safe Mode"
|
548 |
|
549 |
-
#: bws_menu.php:
|
550 |
msgid "PHP Allow URL fopen"
|
551 |
msgstr "Zezwól na PHP fopen"
|
552 |
|
553 |
-
#: bws_menu.php:
|
554 |
msgid "PHP Memory Limit"
|
555 |
msgstr "PHP Limit pamięci"
|
556 |
|
557 |
-
#: bws_menu.php:
|
558 |
msgid "PHP Max Upload Size"
|
559 |
msgstr "PHP Max rozmiar przesyłanego pliku"
|
560 |
|
561 |
-
#: bws_menu.php:
|
562 |
msgid "PHP Max Post Size"
|
563 |
msgstr "PHP Max rozmiar przesyłania POST"
|
564 |
|
565 |
-
#: bws_menu.php:
|
566 |
msgid "PHP Max Script Execute Time"
|
567 |
msgstr "PHP Max czas przetwarzania skryptu"
|
568 |
|
569 |
-
#: bws_menu.php:
|
570 |
msgid "PHP Exif support"
|
571 |
msgstr "PHP Wsparcie Exif"
|
572 |
|
573 |
-
#: bws_menu.php:
|
574 |
msgid "PHP IPTC support"
|
575 |
msgstr "PHP Wsparcie IPTC"
|
576 |
|
577 |
-
#: bws_menu.php:
|
578 |
msgid "PHP XML support"
|
579 |
msgstr "PHP Wsparcie XML"
|
580 |
|
581 |
-
#: bws_menu.php:
|
582 |
msgid "Site URL"
|
583 |
msgstr "Adres strony:"
|
584 |
|
585 |
-
#: bws_menu.php:
|
586 |
msgid "Home URL"
|
587 |
msgstr "Adres strony głównej:"
|
588 |
|
589 |
-
#: bws_menu.php:
|
590 |
msgid "WordPress Version"
|
591 |
msgstr "Wersja WordPress"
|
592 |
|
593 |
-
#: bws_menu.php:
|
594 |
msgid "WordPress DB Version"
|
595 |
msgstr "Wersja Bazy Danych dla WordPress"
|
596 |
|
597 |
-
#: bws_menu.php:
|
598 |
msgid "Multisite"
|
599 |
msgstr "Multisite"
|
600 |
|
601 |
-
#: bws_menu.php:
|
602 |
msgid "Active Theme"
|
603 |
msgstr "Aktywny motyw"
|
604 |
|
605 |
-
#: bws_menu.php:
|
606 |
msgid "Please enter a valid email address."
|
607 |
msgstr "Podaj poprawny adres email"
|
608 |
|
609 |
-
#: bws_menu.php:
|
610 |
msgid "Email with system info is sent to "
|
611 |
msgstr "Wiadomość z informacjami systemowymi zostanie wysłana do "
|
612 |
|
613 |
-
#: bws_menu.php:
|
614 |
msgid "Thank you for contacting us."
|
615 |
msgstr "Dziękujemy za kontakt."
|
616 |
|
617 |
-
#: bws_menu.php:
|
618 |
msgid "Sorry, email message could not be delivered."
|
619 |
msgstr "Przepraszamy, wiadomość nie została dostarczona."
|
620 |
|
621 |
-
#: bws_menu.php:
|
622 |
msgid "Need help?"
|
623 |
msgstr "Potrzebujesz pomocy?"
|
624 |
|
625 |
-
#: bws_menu.php:
|
626 |
msgid "Client area"
|
627 |
msgstr "Panel Klienta"
|
628 |
|
629 |
-
#: bws_menu.php:
|
630 |
msgid "System status"
|
631 |
msgstr "Status systemu"
|
632 |
|
633 |
-
#: bws_menu.php:
|
634 |
msgid "Plugins"
|
635 |
msgstr "Wtyczki"
|
636 |
|
637 |
-
#: bws_menu.php:
|
638 |
msgid "Themes"
|
639 |
msgstr "Motywy"
|
640 |
|
641 |
-
#: bws_menu.php:
|
642 |
msgid "All"
|
643 |
msgstr "Wszystko"
|
644 |
|
645 |
-
#: bws_menu.php:
|
646 |
msgid "Installed"
|
647 |
msgstr "Zainstalowane"
|
648 |
|
649 |
-
#: bws_menu.php:
|
650 |
msgid "Recommended"
|
651 |
msgstr "Polecane"
|
652 |
|
653 |
-
#: bws_menu.php:
|
654 |
msgid "Installed plugins"
|
655 |
msgstr "Zainstalowane"
|
656 |
|
657 |
-
#: bws_menu.php:
|
658 |
msgid "Settings"
|
659 |
msgstr "Ustawienia"
|
660 |
|
661 |
-
#: bws_menu.php:
|
662 |
msgid "Activate this plugin"
|
663 |
msgstr "Aktywuj wtyczkę"
|
664 |
|
665 |
-
#: bws_menu.php:
|
666 |
msgid "Go"
|
667 |
msgstr "Go"
|
668 |
|
669 |
-
#: bws_menu.php:
|
670 |
msgid "DONATE"
|
671 |
msgstr "DOTACJA"
|
672 |
|
673 |
-
#: bws_menu.php:
|
674 |
msgid "Recommended plugins"
|
675 |
msgstr "Polecane"
|
676 |
|
677 |
-
#: bws_menu.php:
|
678 |
msgid "Install now"
|
679 |
msgstr "Instaluj teraz"
|
680 |
|
681 |
-
#: bws_menu.php:
|
682 |
msgid "Try again"
|
683 |
msgstr "Spróbuj ponownie"
|
684 |
|
685 |
-
#: bws_menu.php:
|
686 |
#, php-format
|
687 |
msgid "Preview “%s”"
|
688 |
msgstr "Podgląd “%s”"
|
689 |
|
690 |
-
#: bws_menu.php:
|
691 |
#, php-format
|
692 |
msgid "Install %s"
|
693 |
msgstr "Instaluj %s"
|
694 |
|
695 |
-
#: bws_menu.php:
|
696 |
msgid "Install Now"
|
697 |
msgstr "Instaluj teraz"
|
698 |
|
699 |
-
#: bws_menu.php:
|
700 |
#, php-format
|
701 |
msgid "Update to version %s"
|
702 |
msgstr "Aktualizuj do wersji %s"
|
703 |
|
704 |
-
#: bws_menu.php:
|
705 |
msgid "Update"
|
706 |
msgstr "Aktualizuj"
|
707 |
|
708 |
-
#: bws_menu.php:
|
709 |
#, php-format
|
710 |
msgid "Preview %s"
|
711 |
msgstr "Podgląd %s"
|
712 |
|
713 |
-
#: bws_menu.php:
|
714 |
msgid "Preview"
|
715 |
msgstr "Podgląd"
|
716 |
|
717 |
-
#: bws_menu.php:
|
718 |
#, php-format
|
719 |
msgid "By %s"
|
720 |
msgstr "Od %s"
|
721 |
|
722 |
-
#: bws_menu.php:
|
723 |
msgid "Details"
|
724 |
msgstr "Szczegóły"
|
725 |
|
726 |
-
#: bws_menu.php:
|
727 |
msgid "Already Installed"
|
728 |
msgstr "Zainstalowane"
|
729 |
|
730 |
-
#: bws_menu.php:
|
731 |
msgid "Environment"
|
732 |
msgstr "Środowisko"
|
733 |
|
734 |
-
#: bws_menu.php:
|
735 |
msgid "Active Plugins"
|
736 |
msgstr "Aktywne wtyczki"
|
737 |
|
738 |
-
#: bws_menu.php:
|
739 |
msgid "Inactive Plugins"
|
740 |
msgstr "Nieaktywne wtyczki"
|
741 |
|
742 |
-
#: bws_menu.php:
|
743 |
msgid "Send to support"
|
744 |
msgstr "Wyślij do supportu"
|
745 |
|
746 |
-
#: bws_menu.php:
|
747 |
msgid "Send to custom email »"
|
748 |
msgstr "Prześlij na własny adres »"
|
749 |
|
|
|
|
|
|
|
750 |
#~ msgid "Pro plugins"
|
751 |
#~ msgstr "Pro Plugins"
|
752 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-03-10 15:34+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-03-10 15:34+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"
|
46 |
"lub nowsza! Nie gwarantujemy, że nasza wtyczka będzie działała poprawnie. "
|
47 |
"Proszę zaktualizować WordPress do najnowszej wersji."
|
48 |
|
49 |
+
#: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
|
50 |
+
#: bws_functions.php:755
|
51 |
+
msgid "Close notice"
|
52 |
+
msgstr "Zamknij powiadomienie"
|
53 |
+
|
54 |
#: bws_functions.php:148
|
55 |
msgid "It’s time to upgrade your"
|
56 |
msgstr "Czas by zaktualizować"
|
219 |
msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
|
220 |
|
221 |
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
222 |
+
#: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
|
223 |
+
#: bws_menu.php:750
|
224 |
msgid "Activate"
|
225 |
msgstr "Aktywuj"
|
226 |
|
343 |
"Twoja licencja wygasła. Aby podtrzymać szybki dostęp do pomocy i "
|
344 |
"aktualizacji powinieneś przedłużyć licencję."
|
345 |
|
346 |
+
#: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
|
347 |
+
#: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
|
348 |
+
#: bws_menu.php:794
|
349 |
msgid "Learn more"
|
350 |
msgstr "Dowiedz się więcej"
|
351 |
|
392 |
msgid "Add New"
|
393 |
msgstr "Dodaj nowy"
|
394 |
|
395 |
+
#: bws_functions.php:750
|
396 |
+
#, fuzzy
|
397 |
+
msgid "Thank you for choosing"
|
398 |
+
msgstr "Dziękujemy za instalację"
|
399 |
+
|
400 |
+
#: bws_functions.php:751
|
401 |
+
msgid ""
|
402 |
+
"If you have a feature, suggestion or idea you'd like to see in the plugin, "
|
403 |
+
"we'd love to hear about it!"
|
404 |
+
msgstr ""
|
405 |
+
|
406 |
+
#: bws_functions.php:752
|
407 |
+
msgid "Suggest a Feature"
|
408 |
+
msgstr ""
|
409 |
|
410 |
+
#: bws_functions.php:768
|
411 |
msgid "Notice"
|
412 |
msgstr "Uwaga"
|
413 |
|
414 |
+
#: bws_functions.php:768
|
415 |
msgid "The plugin's settings have been changed."
|
416 |
msgstr "Ustawienia wtyczki zostały zmienione."
|
417 |
|
418 |
+
#: bws_functions.php:769 bws_functions.php:1240
|
419 |
msgid "Save Changes"
|
420 |
msgstr "Zapisz zmiany"
|
421 |
|
422 |
+
#: bws_functions.php:786
|
423 |
msgid ""
|
424 |
"You can always look at premium options by clicking on the \"Show Pro features"
|
425 |
"\" in the \"Go PRO\" tab"
|
427 |
"Zawsze możesz sprawdzić funkcje premium poprzez kliknięcie \"Pokaż funkcje "
|
428 |
"PRO\" w zakładce \"Go PRO\""
|
429 |
|
430 |
+
#: bws_functions.php:886
|
|
|
|
|
|
|
|
|
431 |
#, fuzzy
|
432 |
msgid "Add shortcode"
|
433 |
msgstr "Dodaj BWS Shortcode"
|
434 |
|
435 |
+
#: bws_functions.php:886
|
436 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: bws_functions.php:935
|
440 |
msgid "Close"
|
441 |
msgstr "Zamknij"
|
442 |
|
443 |
+
#: bws_functions.php:1027
|
444 |
msgid "Restore all plugin settings to defaults"
|
445 |
msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
|
446 |
|
447 |
+
#: bws_functions.php:1029
|
448 |
msgid "Restore settings"
|
449 |
msgstr "Przywróć ustawienia"
|
450 |
|
451 |
+
#: bws_functions.php:1040
|
452 |
msgid "Are you sure you want to restore all settings by default?"
|
453 |
msgstr ""
|
454 |
"Czy jesteś pewien, że chcesz przywrócić wszystkie ustawienia do wartości "
|
455 |
"domyślnych?"
|
456 |
|
457 |
+
#: bws_functions.php:1043
|
458 |
msgid "Yes, restore all settings"
|
459 |
msgstr "Tak, przywróć wszystkie ustawienia"
|
460 |
|
461 |
+
#: bws_functions.php:1044
|
462 |
msgid "No, go back to the settings page"
|
463 |
msgstr "Nie, wróć do ustawień"
|
464 |
|
465 |
+
#: bws_functions.php:1090
|
466 |
msgid "Plugin"
|
467 |
msgstr "Wtyczka"
|
468 |
|
469 |
+
#: bws_functions.php:1099
|
470 |
msgid "Shortcode settings"
|
471 |
msgstr "Ustawienia shortcode"
|
472 |
|
473 |
+
#: bws_functions.php:1104
|
474 |
msgid "The shortcode will be inserted"
|
475 |
msgstr "Shortcode zostanie umieszczony"
|
476 |
|
477 |
+
#: bws_functions.php:1109
|
478 |
msgid "Insert"
|
479 |
msgstr "Umieść"
|
480 |
|
481 |
+
#: bws_functions.php:1140
|
482 |
msgid "Visit Help Center"
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: bws_functions.php:1145
|
486 |
msgid "FAQ"
|
487 |
msgstr "FAQ"
|
488 |
|
489 |
+
#: bws_functions.php:1151
|
490 |
msgid "For more information:"
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: bws_functions.php:1152
|
494 |
msgid "Documentation"
|
495 |
msgstr ""
|
496 |
|
497 |
+
#: bws_functions.php:1153
|
498 |
msgid "Video Instructions"
|
499 |
msgstr ""
|
500 |
|
501 |
+
#: bws_functions.php:1154
|
502 |
#, fuzzy
|
503 |
msgid "Submit a Request"
|
504 |
msgstr "送信ボタン"
|
505 |
|
506 |
+
#: bws_functions.php:1165
|
507 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
508 |
+
msgstr ""
|
509 |
+
|
510 |
+
#: bws_functions.php:1196
|
511 |
+
msgid "File edited successfully."
|
512 |
+
msgstr ""
|
513 |
+
|
514 |
+
#: bws_functions.php:1198
|
515 |
+
msgid "Not enough permissions to create or update the file"
|
516 |
+
msgstr ""
|
517 |
+
|
518 |
+
#: bws_functions.php:1222
|
519 |
+
msgid "These styles will be added to the header on all pages of your site."
|
520 |
+
msgstr ""
|
521 |
+
|
522 |
+
#: bws_functions.php:1225
|
523 |
+
msgid "Editing"
|
524 |
+
msgstr ""
|
525 |
+
|
526 |
+
#: bws_functions.php:1227
|
527 |
+
msgid "Browsing"
|
528 |
+
msgstr ""
|
529 |
+
|
530 |
+
#: bws_functions.php:1235
|
531 |
+
#, fuzzy
|
532 |
+
msgid "Learn more about CSS"
|
533 |
+
msgstr "Dowiedz się więcej"
|
534 |
+
|
535 |
+
#: bws_functions.php:1243
|
536 |
+
#, php-format
|
537 |
+
msgid ""
|
538 |
+
"You need to make this file writable before you can save your changes. See %s "
|
539 |
+
"the Codex %s for more information."
|
540 |
+
msgstr ""
|
541 |
+
|
542 |
+
#: bws_menu.php:509
|
543 |
msgid "Not set"
|
544 |
msgstr "Nie ustawiono"
|
545 |
|
546 |
+
#: bws_menu.php:511 bws_menu.php:512
|
547 |
msgid "On"
|
548 |
msgstr "Włączone"
|
549 |
|
550 |
+
#: bws_menu.php:511 bws_menu.php:512
|
551 |
msgid "Off"
|
552 |
msgstr "Wyłączone"
|
553 |
|
554 |
+
#: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
|
555 |
+
#: bws_menu.php:517 bws_menu.php:529
|
556 |
msgid "N/A"
|
557 |
msgstr "Brak danych"
|
558 |
|
559 |
+
#: bws_menu.php:517
|
560 |
msgid " Mb"
|
561 |
msgstr " Mb"
|
562 |
|
563 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
|
564 |
msgid "Yes"
|
565 |
msgstr "Tak"
|
566 |
|
567 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
|
568 |
msgid "No"
|
569 |
msgstr "Nie"
|
570 |
|
571 |
+
#: bws_menu.php:537
|
572 |
msgid "Operating System"
|
573 |
msgstr "System operacyjny"
|
574 |
|
575 |
+
#: bws_menu.php:538
|
576 |
msgid "Server"
|
577 |
msgstr "Serwer"
|
578 |
|
579 |
+
#: bws_menu.php:539
|
580 |
msgid "Memory usage"
|
581 |
msgstr "Wykorzystanie pamięci"
|
582 |
|
583 |
+
#: bws_menu.php:540
|
584 |
msgid "MYSQL Version"
|
585 |
msgstr "Wersja MySQL"
|
586 |
|
587 |
+
#: bws_menu.php:541
|
588 |
msgid "SQL Mode"
|
589 |
msgstr "Tryb SQL"
|
590 |
|
591 |
+
#: bws_menu.php:542
|
592 |
msgid "PHP Version"
|
593 |
msgstr "Wersja PHP"
|
594 |
|
595 |
+
#: bws_menu.php:543
|
596 |
msgid "PHP Safe Mode"
|
597 |
msgstr "PHP Safe Mode"
|
598 |
|
599 |
+
#: bws_menu.php:544
|
600 |
msgid "PHP Allow URL fopen"
|
601 |
msgstr "Zezwól na PHP fopen"
|
602 |
|
603 |
+
#: bws_menu.php:545
|
604 |
msgid "PHP Memory Limit"
|
605 |
msgstr "PHP Limit pamięci"
|
606 |
|
607 |
+
#: bws_menu.php:546
|
608 |
msgid "PHP Max Upload Size"
|
609 |
msgstr "PHP Max rozmiar przesyłanego pliku"
|
610 |
|
611 |
+
#: bws_menu.php:547
|
612 |
msgid "PHP Max Post Size"
|
613 |
msgstr "PHP Max rozmiar przesyłania POST"
|
614 |
|
615 |
+
#: bws_menu.php:548
|
616 |
msgid "PHP Max Script Execute Time"
|
617 |
msgstr "PHP Max czas przetwarzania skryptu"
|
618 |
|
619 |
+
#: bws_menu.php:549
|
620 |
msgid "PHP Exif support"
|
621 |
msgstr "PHP Wsparcie Exif"
|
622 |
|
623 |
+
#: bws_menu.php:550
|
624 |
msgid "PHP IPTC support"
|
625 |
msgstr "PHP Wsparcie IPTC"
|
626 |
|
627 |
+
#: bws_menu.php:551
|
628 |
msgid "PHP XML support"
|
629 |
msgstr "PHP Wsparcie XML"
|
630 |
|
631 |
+
#: bws_menu.php:552
|
632 |
msgid "Site URL"
|
633 |
msgstr "Adres strony:"
|
634 |
|
635 |
+
#: bws_menu.php:553
|
636 |
msgid "Home URL"
|
637 |
msgstr "Adres strony głównej:"
|
638 |
|
639 |
+
#: bws_menu.php:556
|
640 |
msgid "WordPress Version"
|
641 |
msgstr "Wersja WordPress"
|
642 |
|
643 |
+
#: bws_menu.php:557
|
644 |
msgid "WordPress DB Version"
|
645 |
msgstr "Wersja Bazy Danych dla WordPress"
|
646 |
|
647 |
+
#: bws_menu.php:558
|
648 |
msgid "Multisite"
|
649 |
msgstr "Multisite"
|
650 |
|
651 |
+
#: bws_menu.php:559
|
652 |
msgid "Active Theme"
|
653 |
msgstr "Aktywny motyw"
|
654 |
|
655 |
+
#: bws_menu.php:574
|
656 |
msgid "Please enter a valid email address."
|
657 |
msgstr "Podaj poprawny adres email"
|
658 |
|
659 |
+
#: bws_menu.php:578
|
660 |
msgid "Email with system info is sent to "
|
661 |
msgstr "Wiadomość z informacjami systemowymi zostanie wysłana do "
|
662 |
|
663 |
+
#: bws_menu.php:582
|
664 |
msgid "Thank you for contacting us."
|
665 |
msgstr "Dziękujemy za kontakt."
|
666 |
|
667 |
+
#: bws_menu.php:615
|
668 |
msgid "Sorry, email message could not be delivered."
|
669 |
msgstr "Przepraszamy, wiadomość nie została dostarczona."
|
670 |
|
671 |
+
#: bws_menu.php:622
|
672 |
msgid "Need help?"
|
673 |
msgstr "Potrzebujesz pomocy?"
|
674 |
|
675 |
+
#: bws_menu.php:623
|
676 |
msgid "Client area"
|
677 |
msgstr "Panel Klienta"
|
678 |
|
679 |
+
#: bws_menu.php:624 bws_menu.php:933
|
680 |
msgid "System status"
|
681 |
msgstr "Status systemu"
|
682 |
|
683 |
+
#: bws_menu.php:629
|
684 |
msgid "Plugins"
|
685 |
msgstr "Wtyczki"
|
686 |
|
687 |
+
#: bws_menu.php:630
|
688 |
msgid "Themes"
|
689 |
msgstr "Motywy"
|
690 |
|
691 |
+
#: bws_menu.php:634
|
692 |
msgid "All"
|
693 |
msgstr "Wszystko"
|
694 |
|
695 |
+
#: bws_menu.php:635
|
696 |
msgid "Installed"
|
697 |
msgstr "Zainstalowane"
|
698 |
|
699 |
+
#: bws_menu.php:636
|
700 |
msgid "Recommended"
|
701 |
msgstr "Polecane"
|
702 |
|
703 |
+
#: bws_menu.php:640
|
704 |
msgid "Installed plugins"
|
705 |
msgstr "Zainstalowane"
|
706 |
|
707 |
+
#: bws_menu.php:672 bws_menu.php:721
|
708 |
msgid "Settings"
|
709 |
msgstr "Ustawienia"
|
710 |
|
711 |
+
#: bws_menu.php:693 bws_menu.php:750
|
712 |
msgid "Activate this plugin"
|
713 |
msgstr "Aktywuj wtyczkę"
|
714 |
|
715 |
+
#: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
|
716 |
msgid "Go"
|
717 |
msgstr "Go"
|
718 |
|
719 |
+
#: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
|
720 |
msgid "DONATE"
|
721 |
msgstr "DOTACJA"
|
722 |
|
723 |
+
#: bws_menu.php:758
|
724 |
msgid "Recommended plugins"
|
725 |
msgstr "Polecane"
|
726 |
|
727 |
+
#: bws_menu.php:796
|
728 |
msgid "Install now"
|
729 |
msgstr "Instaluj teraz"
|
730 |
|
731 |
+
#: bws_menu.php:817
|
732 |
msgid "Try again"
|
733 |
msgstr "Spróbuj ponownie"
|
734 |
|
735 |
+
#: bws_menu.php:835
|
736 |
#, php-format
|
737 |
msgid "Preview “%s”"
|
738 |
msgstr "Podgląd “%s”"
|
739 |
|
740 |
+
#: bws_menu.php:866
|
741 |
#, php-format
|
742 |
msgid "Install %s"
|
743 |
msgstr "Instaluj %s"
|
744 |
|
745 |
+
#: bws_menu.php:866
|
746 |
msgid "Install Now"
|
747 |
msgstr "Instaluj teraz"
|
748 |
|
749 |
+
#: bws_menu.php:869
|
750 |
#, php-format
|
751 |
msgid "Update to version %s"
|
752 |
msgstr "Aktualizuj do wersji %s"
|
753 |
|
754 |
+
#: bws_menu.php:869
|
755 |
msgid "Update"
|
756 |
msgstr "Aktualizuj"
|
757 |
|
758 |
+
#: bws_menu.php:876
|
759 |
#, php-format
|
760 |
msgid "Preview %s"
|
761 |
msgstr "Podgląd %s"
|
762 |
|
763 |
+
#: bws_menu.php:876
|
764 |
msgid "Preview"
|
765 |
msgstr "Podgląd"
|
766 |
|
767 |
+
#: bws_menu.php:882 bws_menu.php:914
|
768 |
#, php-format
|
769 |
msgid "By %s"
|
770 |
msgstr "Od %s"
|
771 |
|
772 |
+
#: bws_menu.php:888
|
773 |
msgid "Details"
|
774 |
msgstr "Szczegóły"
|
775 |
|
776 |
+
#: bws_menu.php:920
|
777 |
msgid "Already Installed"
|
778 |
msgstr "Zainstalowane"
|
779 |
|
780 |
+
#: bws_menu.php:936
|
781 |
msgid "Environment"
|
782 |
msgstr "Środowisko"
|
783 |
|
784 |
+
#: bws_menu.php:947
|
785 |
msgid "Active Plugins"
|
786 |
msgstr "Aktywne wtyczki"
|
787 |
|
788 |
+
#: bws_menu.php:960
|
789 |
msgid "Inactive Plugins"
|
790 |
msgstr "Nieaktywne wtyczki"
|
791 |
|
792 |
+
#: bws_menu.php:976
|
793 |
msgid "Send to support"
|
794 |
msgstr "Wyślij do supportu"
|
795 |
|
796 |
+
#: bws_menu.php:983
|
797 |
msgid "Send to custom email »"
|
798 |
msgstr "Prześlij na własny adres »"
|
799 |
|
800 |
+
#~ msgid "Add BWS Plugins Shortcode"
|
801 |
+
#~ msgstr "Dodaj BWS Shortcode"
|
802 |
+
|
803 |
#~ msgid "Pro plugins"
|
804 |
#~ msgstr "Pro Plugins"
|
805 |
|
bws_menu/languages/bestwebsoft-pt_BR.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-pt_BR.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:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
|
9 |
"Language: pt_BR\n"
|
@@ -18,629 +18,683 @@ msgstr ""
|
|
18 |
"X-Textdomain-Support: yes\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
-
#: bws_functions.php:
|
22 |
-
#: bws_functions.php:63
|
23 |
msgid "requires"
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: bws_functions.php:
|
27 |
-
msgid "
|
|
|
|
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: bws_functions.php:
|
31 |
msgid "Back to the WordPress"
|
32 |
msgstr ""
|
33 |
|
34 |
# @ captcha
|
35 |
-
#: bws_functions.php:
|
36 |
#, fuzzy
|
37 |
msgid "Plugins page"
|
38 |
msgstr "Plugins Pro"
|
39 |
|
40 |
-
#: bws_functions.php:
|
41 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: bws_functions.php:
|
45 |
msgid "It’s time to upgrade your"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: bws_functions.php:
|
49 |
msgid "to"
|
50 |
msgstr ""
|
51 |
|
52 |
# @ captcha
|
53 |
-
#: bws_functions.php:
|
54 |
#, fuzzy
|
55 |
msgid "version!"
|
56 |
msgstr "Versão do PHP"
|
57 |
|
58 |
-
#: bws_functions.php:
|
59 |
msgid "Extend standard plugin functionality with new great options."
|
60 |
msgstr ""
|
61 |
|
62 |
# @ captcha
|
63 |
-
#: bws_functions.php:
|
64 |
-
#: bws_functions.php:561
|
65 |
#, fuzzy
|
66 |
msgid "Learn More"
|
67 |
msgstr "Leia Mais"
|
68 |
|
69 |
-
#: bws_functions.php:
|
70 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
71 |
msgstr ""
|
72 |
|
73 |
# @ captcha
|
74 |
-
#: bws_functions.php:
|
75 |
#, fuzzy
|
76 |
msgid "Rate the plugin"
|
77 |
msgstr "Plugins ativados"
|
78 |
|
79 |
# @ captcha
|
80 |
-
#: bws_functions.php:
|
81 |
#, fuzzy
|
82 |
msgid "If there is something wrong about it, please contact us"
|
83 |
msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
|
84 |
|
85 |
-
#: bws_functions.php:
|
86 |
msgid "Check premium options on the plugin settings page!"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: bws_functions.php:
|
90 |
-
#: bws_functions.php:222
|
91 |
msgid "Wrong license key"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: bws_functions.php:
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: bws_functions.php:
|
101 |
-
#: bws_functions.php:474
|
102 |
-
#: bws_functions.php:525
|
103 |
msgid "We are sorry for inconvenience."
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: bws_functions.php:
|
107 |
msgid "This license key is bind to another site"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: bws_functions.php:
|
111 |
-
|
112 |
-
|
|
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: bws_functions.php:
|
116 |
-
msgid "
|
|
|
|
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: bws_functions.php:
|
120 |
-
msgid "
|
|
|
|
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: bws_functions.php:
|
124 |
-
#: bws_functions.php:273
|
125 |
-
#: bws_functions.php:295
|
126 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: bws_functions.php:
|
130 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: bws_functions.php:
|
134 |
-
msgid "
|
|
|
|
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: bws_functions.php:
|
138 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: bws_functions.php:
|
142 |
-
msgid "
|
|
|
|
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: bws_functions.php:
|
146 |
msgid "Please, enter Your license key"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: bws_functions.php:
|
150 |
-
msgid "
|
|
|
|
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: bws_functions.php:
|
154 |
-
#: bws_functions.php:441
|
155 |
msgid "Please, go to"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: bws_functions.php:
|
159 |
-
#: bws_functions.php:441
|
160 |
msgid "the setting page"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: bws_functions.php:
|
164 |
-
#: bws_functions.php:442
|
165 |
msgid "You will be redirected automatically in 5 seconds."
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: bws_functions.php:
|
169 |
msgid "Show Pro features"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: bws_functions.php:
|
173 |
msgid "You can download and activate"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: bws_functions.php:
|
177 |
msgid "version of this plugin by entering Your license key."
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: bws_functions.php:
|
181 |
-
|
182 |
-
|
|
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: bws_functions.php:
|
186 |
-
#: bws_functions.php:412
|
187 |
msgid "(your username is the email you specify when purchasing the product)."
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: bws_functions.php:
|
191 |
-
#: bws_functions.php:659
|
192 |
msgid "or"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: bws_functions.php:
|
196 |
#, php-format
|
197 |
msgid "Start Your Free %s-Day Trial Now"
|
198 |
msgstr ""
|
199 |
|
200 |
# @ captcha
|
201 |
-
#: bws_functions.php:
|
202 |
-
#: bws_functions.php:
|
203 |
-
#: bws_functions.php:420
|
204 |
-
#: bws_functions.php:428
|
205 |
-
#: bws_menu.php:693
|
206 |
#: bws_menu.php:750
|
207 |
#, fuzzy
|
208 |
msgid "Activate"
|
209 |
msgstr "Plugins ativados"
|
210 |
|
211 |
-
#: bws_functions.php:
|
212 |
-
#: bws_functions.php:500
|
213 |
#, php-format
|
214 |
-
msgid "
|
|
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: bws_functions.php:
|
218 |
msgid "After that you can activate it by entering your license key."
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: bws_functions.php:
|
222 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: bws_functions.php:
|
226 |
-
msgid "
|
|
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: bws_functions.php:
|
230 |
msgid "Wrong license key."
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: bws_functions.php:
|
234 |
msgid "This license key is bind to another site."
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: bws_functions.php:
|
238 |
-
msgid "
|
|
|
|
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: bws_functions.php:
|
242 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: bws_functions.php:
|
246 |
-
msgid "
|
|
|
|
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: bws_functions.php:
|
250 |
msgid "The Pro Trial license key is valid."
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: bws_functions.php:
|
254 |
msgid "The license key is valid."
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: bws_functions.php:
|
258 |
msgid "Your license will expire on"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: bws_functions.php:
|
262 |
msgid "Please, enter your license key"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: bws_functions.php:
|
266 |
-
msgid "
|
|
|
|
|
|
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: bws_functions.php:
|
270 |
-
msgid "
|
|
|
|
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: bws_functions.php:
|
274 |
msgid "Check license key"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: bws_functions.php:
|
278 |
msgid "WARNING: Illegal use notification"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: bws_functions.php:
|
282 |
-
msgid "
|
|
|
|
|
|
|
|
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: bws_functions.php:
|
286 |
-
msgid "
|
|
|
|
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: bws_functions.php:
|
290 |
-
msgid "
|
|
|
|
|
291 |
msgstr ""
|
292 |
|
293 |
# @ captcha
|
294 |
-
#: bws_functions.php:
|
295 |
-
#:
|
296 |
-
#: bws_menu.php:669
|
297 |
-
#: bws_menu.php:691
|
298 |
-
#: bws_menu.php:718
|
299 |
-
#: bws_menu.php:748
|
300 |
#: bws_menu.php:794
|
301 |
#, fuzzy
|
302 |
msgid "Learn more"
|
303 |
msgstr "Leia Mais"
|
304 |
|
305 |
-
#: bws_functions.php:
|
306 |
#, php-format
|
307 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: bws_functions.php:
|
311 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: bws_functions.php:
|
315 |
msgid "The Pro Trial license will expire on"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: bws_functions.php:
|
319 |
msgid "You license for"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: bws_functions.php:
|
323 |
msgid "expires on"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: bws_functions.php:
|
327 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
328 |
msgstr ""
|
329 |
|
330 |
# @ captcha
|
331 |
-
#: bws_functions.php:
|
332 |
#, fuzzy
|
333 |
msgid "Thank you for installing"
|
334 |
msgstr "Obrigado por nos contatar."
|
335 |
|
336 |
-
#: bws_functions.php:
|
337 |
msgid "Let's get started"
|
338 |
msgstr ""
|
339 |
|
340 |
# @ captcha
|
341 |
-
#: bws_functions.php:
|
342 |
#, fuzzy
|
343 |
msgid "Configure Settings"
|
344 |
msgstr "Configurações"
|
345 |
|
346 |
-
#: bws_functions.php:
|
347 |
msgid "Add New"
|
348 |
msgstr ""
|
349 |
|
350 |
-
|
351 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: bws_functions.php:
|
|
|
|
|
|
|
|
|
355 |
msgid "Notice"
|
356 |
msgstr ""
|
357 |
|
358 |
-
#: bws_functions.php:
|
359 |
msgid "The plugin's settings have been changed."
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: bws_functions.php:
|
363 |
msgid "Save Changes"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: bws_functions.php:
|
367 |
-
msgid "
|
368 |
-
|
369 |
-
|
370 |
-
#: bws_functions.php:773
|
371 |
-
msgid "Add BWS Plugins Shortcode"
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: bws_functions.php:
|
375 |
msgid "Add shortcode"
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: bws_functions.php:
|
379 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: bws_functions.php:
|
383 |
msgid "Close"
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: bws_functions.php:
|
387 |
msgid "Restore all plugin settings to defaults"
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: bws_functions.php:
|
391 |
msgid "Restore settings"
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: bws_functions.php:
|
395 |
msgid "Are you sure you want to restore all settings by default?"
|
396 |
msgstr ""
|
397 |
|
398 |
-
#: bws_functions.php:
|
399 |
msgid "Yes, restore all settings"
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: bws_functions.php:
|
403 |
msgid "No, go back to the settings page"
|
404 |
msgstr ""
|
405 |
|
406 |
# @ captcha
|
407 |
-
#: bws_functions.php:
|
408 |
#, fuzzy
|
409 |
msgid "Plugin"
|
410 |
msgstr "Plugins Pro"
|
411 |
|
412 |
# @ captcha
|
413 |
-
#: bws_functions.php:
|
414 |
#, fuzzy
|
415 |
msgid "Shortcode settings"
|
416 |
msgstr "Configurações"
|
417 |
|
418 |
-
#: bws_functions.php:
|
419 |
msgid "The shortcode will be inserted"
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: bws_functions.php:
|
423 |
msgid "Insert"
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: bws_functions.php:
|
427 |
msgid "Visit Help Center"
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: bws_functions.php:
|
431 |
msgid "FAQ"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: bws_functions.php:
|
435 |
msgid "For more information:"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: bws_functions.php:
|
439 |
msgid "Documentation"
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: bws_functions.php:
|
443 |
msgid "Video Instructions"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: bws_functions.php:
|
447 |
msgid "Submit a Request"
|
448 |
msgstr ""
|
449 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
450 |
# @ captcha
|
451 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
452 |
msgid "Not set"
|
453 |
msgstr "Não definido"
|
454 |
|
455 |
# @ captcha
|
456 |
-
#: bws_menu.php:
|
457 |
-
#: bws_menu.php:509
|
458 |
msgid "On"
|
459 |
msgstr "Ligado"
|
460 |
|
461 |
# @ captcha
|
462 |
-
#: bws_menu.php:
|
463 |
-
#: bws_menu.php:509
|
464 |
msgid "Off"
|
465 |
msgstr "Desligado"
|
466 |
|
467 |
# @ captcha
|
468 |
-
#: bws_menu.php:
|
469 |
-
#: bws_menu.php:
|
470 |
-
#: bws_menu.php:512
|
471 |
-
#: bws_menu.php:513
|
472 |
-
#: bws_menu.php:514
|
473 |
-
#: bws_menu.php:526
|
474 |
msgid "N/A"
|
475 |
msgstr "N/D"
|
476 |
|
477 |
# @ captcha
|
478 |
-
#: bws_menu.php:
|
479 |
msgid " Mb"
|
480 |
msgstr " Mb"
|
481 |
|
482 |
# @ captcha
|
483 |
-
#: bws_menu.php:
|
484 |
-
#: bws_menu.php:516
|
485 |
-
#: bws_menu.php:517
|
486 |
-
#: bws_menu.php:522
|
487 |
msgid "Yes"
|
488 |
msgstr "Sim"
|
489 |
|
490 |
# @ captcha
|
491 |
-
#: bws_menu.php:
|
492 |
-
#: bws_menu.php:516
|
493 |
-
#: bws_menu.php:517
|
494 |
-
#: bws_menu.php:524
|
495 |
msgid "No"
|
496 |
msgstr "Não"
|
497 |
|
498 |
# @ captcha
|
499 |
-
#: bws_menu.php:
|
500 |
msgid "Operating System"
|
501 |
msgstr "Sistema Operacional"
|
502 |
|
503 |
# @ captcha
|
504 |
-
#: bws_menu.php:
|
505 |
msgid "Server"
|
506 |
msgstr "Servidor"
|
507 |
|
508 |
# @ captcha
|
509 |
-
#: bws_menu.php:
|
510 |
msgid "Memory usage"
|
511 |
msgstr "Uso de memória"
|
512 |
|
513 |
# @ captcha
|
514 |
-
#: bws_menu.php:
|
515 |
msgid "MYSQL Version"
|
516 |
msgstr "Versão do MySQL"
|
517 |
|
518 |
# @ captcha
|
519 |
-
#: bws_menu.php:
|
520 |
msgid "SQL Mode"
|
521 |
msgstr "Modo SQL"
|
522 |
|
523 |
# @ captcha
|
524 |
-
#: bws_menu.php:
|
525 |
msgid "PHP Version"
|
526 |
msgstr "Versão do PHP"
|
527 |
|
528 |
# @ captcha
|
529 |
-
#: bws_menu.php:
|
530 |
msgid "PHP Safe Mode"
|
531 |
msgstr "Modo de Segurança do PHP"
|
532 |
|
533 |
# @ captcha
|
534 |
-
#: bws_menu.php:
|
535 |
msgid "PHP Allow URL fopen"
|
536 |
msgstr "Permissão de fopen de URL do PHP"
|
537 |
|
538 |
# @ captcha
|
539 |
-
#: bws_menu.php:
|
540 |
msgid "PHP Memory Limit"
|
541 |
msgstr "Limite de Memória do PHP"
|
542 |
|
543 |
# @ captcha
|
544 |
-
#: bws_menu.php:
|
545 |
msgid "PHP Max Upload Size"
|
546 |
msgstr "Tamanho Máximo de Upload no PHP"
|
547 |
|
548 |
# @ captcha
|
549 |
-
#: bws_menu.php:
|
550 |
msgid "PHP Max Post Size"
|
551 |
msgstr "Tamanho Máximo de Envio do PHP"
|
552 |
|
553 |
# @ captcha
|
554 |
-
#: bws_menu.php:
|
555 |
msgid "PHP Max Script Execute Time"
|
556 |
msgstr "Tempo de Execução Máximo do PHP"
|
557 |
|
558 |
# @ captcha
|
559 |
-
#: bws_menu.php:
|
560 |
msgid "PHP Exif support"
|
561 |
msgstr "Suporte a Exif no PHP"
|
562 |
|
563 |
# @ captcha
|
564 |
-
#: bws_menu.php:
|
565 |
msgid "PHP IPTC support"
|
566 |
msgstr "Suporte da IPTC no PHP"
|
567 |
|
568 |
# @ captcha
|
569 |
-
#: bws_menu.php:
|
570 |
msgid "PHP XML support"
|
571 |
msgstr "Suporte a XML no PHP"
|
572 |
|
573 |
# @ captcha
|
574 |
-
#: bws_menu.php:
|
575 |
msgid "Site URL"
|
576 |
msgstr "URL do Site"
|
577 |
|
578 |
# @ captcha
|
579 |
-
#: bws_menu.php:
|
580 |
msgid "Home URL"
|
581 |
msgstr "URL da Página Inicial"
|
582 |
|
583 |
# @ captcha
|
584 |
-
#: bws_menu.php:
|
585 |
msgid "WordPress Version"
|
586 |
msgstr "Versão do WordPress"
|
587 |
|
588 |
# @ captcha
|
589 |
-
#: bws_menu.php:
|
590 |
msgid "WordPress DB Version"
|
591 |
msgstr "Versão do DB do WordPress"
|
592 |
|
593 |
# @ captcha
|
594 |
-
#: bws_menu.php:
|
595 |
msgid "Multisite"
|
596 |
msgstr "Multisite"
|
597 |
|
598 |
# @ captcha
|
599 |
-
#: bws_menu.php:
|
600 |
msgid "Active Theme"
|
601 |
msgstr "Tema Ativo"
|
602 |
|
603 |
# @ captcha
|
604 |
-
#: bws_menu.php:
|
605 |
msgid "Please enter a valid email address."
|
606 |
msgstr "Por favor, informe um endereço de email válido."
|
607 |
|
608 |
# @ captcha
|
609 |
-
#: bws_menu.php:
|
610 |
msgid "Email with system info is sent to "
|
611 |
msgstr "Email com informações do sistema é enviado para "
|
612 |
|
613 |
# @ captcha
|
614 |
-
#: bws_menu.php:
|
615 |
msgid "Thank you for contacting us."
|
616 |
msgstr "Obrigado por nos contatar."
|
617 |
|
618 |
# @ captcha
|
619 |
-
#: bws_menu.php:
|
620 |
msgid "Sorry, email message could not be delivered."
|
621 |
msgstr "Desculpe, a mensagem de email não pôde ser enviada."
|
622 |
|
623 |
-
#: bws_menu.php:
|
624 |
msgid "Need help?"
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: bws_menu.php:
|
628 |
msgid "Client area"
|
629 |
msgstr ""
|
630 |
|
631 |
# @ captcha
|
632 |
-
#: bws_menu.php:
|
633 |
-
#: bws_menu.php:933
|
634 |
msgid "System status"
|
635 |
msgstr "Status do sistema"
|
636 |
|
637 |
# @ captcha
|
638 |
-
#: bws_menu.php:
|
639 |
#, fuzzy
|
640 |
msgid "Plugins"
|
641 |
msgstr "Plugins Pro"
|
642 |
|
643 |
-
#: bws_menu.php:
|
644 |
msgid "Themes"
|
645 |
msgstr ""
|
646 |
|
@@ -666,27 +720,21 @@ msgid "Installed plugins"
|
|
666 |
msgstr "Plugins Instalados"
|
667 |
|
668 |
# @ captcha
|
669 |
-
#: bws_menu.php:672
|
670 |
-
#: bws_menu.php:721
|
671 |
msgid "Settings"
|
672 |
msgstr "Configurações"
|
673 |
|
674 |
# @ captcha
|
675 |
-
#: bws_menu.php:693
|
676 |
-
#: bws_menu.php:750
|
677 |
#, fuzzy
|
678 |
msgid "Activate this plugin"
|
679 |
msgstr "Plugins ativados"
|
680 |
|
681 |
-
#: bws_menu.php:708
|
682 |
-
#: bws_menu.php:738
|
683 |
-
#: bws_menu.php:784
|
684 |
msgid "Go"
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: bws_menu.php:712
|
688 |
-
#: bws_menu.php:742
|
689 |
-
#: bws_menu.php:788
|
690 |
msgid "DONATE"
|
691 |
msgstr ""
|
692 |
|
@@ -740,8 +788,7 @@ msgstr ""
|
|
740 |
msgid "Preview"
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: bws_menu.php:882
|
744 |
-
#: bws_menu.php:914
|
745 |
#, php-format
|
746 |
msgid "By %s"
|
747 |
msgstr ""
|
@@ -784,24 +831,31 @@ msgstr "Enviar para email personalizado »"
|
|
784 |
# @ captcha
|
785 |
#~ msgid "Pro plugins"
|
786 |
#~ msgstr "Plugins Pro"
|
|
|
787 |
# @ captcha
|
788 |
#~ msgid "Activated plugins"
|
789 |
#~ msgstr "Plugins ativados"
|
|
|
790 |
# @ captcha
|
791 |
#~ msgid "Read more"
|
792 |
#~ msgstr "Leia Mais"
|
|
|
793 |
# @ captcha
|
794 |
#~ msgid "Purchase"
|
795 |
#~ msgstr "Compra"
|
|
|
796 |
# @ captcha
|
797 |
#~ msgid "Free plugins"
|
798 |
#~ msgstr "Plugins Grátis"
|
|
|
799 |
# @ captcha
|
800 |
#~ msgid "Download"
|
801 |
#~ msgstr "Baixar"
|
|
|
802 |
# @ captcha
|
803 |
#~ msgid "Install now from wordpress.org"
|
804 |
#~ msgstr "Instale agora do site do wordpress (wordpress.org)"
|
|
|
805 |
# @ captcha
|
806 |
#, fuzzy
|
807 |
#~ msgid "Activated theme"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-03-10 15:34+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-03-10 15:34+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
|
9 |
"Language: pt_BR\n"
|
18 |
"X-Textdomain-Support: yes\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: bws_functions.php:65 bws_functions.php:89
|
|
|
22 |
msgid "requires"
|
23 |
msgstr ""
|
24 |
|
25 |
+
#: bws_functions.php:67
|
26 |
+
msgid ""
|
27 |
+
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
28 |
+
"try again."
|
29 |
msgstr ""
|
30 |
|
31 |
+
#: bws_functions.php:68
|
32 |
msgid "Back to the WordPress"
|
33 |
msgstr ""
|
34 |
|
35 |
# @ captcha
|
36 |
+
#: bws_functions.php:70
|
37 |
#, fuzzy
|
38 |
msgid "Plugins page"
|
39 |
msgstr "Plugins Pro"
|
40 |
|
41 |
+
#: bws_functions.php:91
|
42 |
+
msgid ""
|
43 |
+
"or higher! We do not guarantee that our plugin will work correctly. Please "
|
44 |
+
"upgrade to WordPress latest version."
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
|
48 |
+
#: bws_functions.php:755
|
49 |
+
msgid "Close notice"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: bws_functions.php:148
|
53 |
msgid "It’s time to upgrade your"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: bws_functions.php:148
|
57 |
msgid "to"
|
58 |
msgstr ""
|
59 |
|
60 |
# @ captcha
|
61 |
+
#: bws_functions.php:148
|
62 |
#, fuzzy
|
63 |
msgid "version!"
|
64 |
msgstr "Versão do PHP"
|
65 |
|
66 |
+
#: bws_functions.php:149
|
67 |
msgid "Extend standard plugin functionality with new great options."
|
68 |
msgstr ""
|
69 |
|
70 |
# @ captcha
|
71 |
+
#: bws_functions.php:152 bws_functions.php:593
|
|
|
72 |
#, fuzzy
|
73 |
msgid "Learn More"
|
74 |
msgstr "Leia Mais"
|
75 |
|
76 |
+
#: bws_functions.php:169
|
77 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
78 |
msgstr ""
|
79 |
|
80 |
# @ captcha
|
81 |
+
#: bws_functions.php:170
|
82 |
#, fuzzy
|
83 |
msgid "Rate the plugin"
|
84 |
msgstr "Plugins ativados"
|
85 |
|
86 |
# @ captcha
|
87 |
+
#: bws_functions.php:173
|
88 |
#, fuzzy
|
89 |
msgid "If there is something wrong about it, please contact us"
|
90 |
msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
|
91 |
|
92 |
+
#: bws_functions.php:205
|
93 |
msgid "Check premium options on the plugin settings page!"
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: bws_functions.php:212 bws_functions.php:248
|
|
|
97 |
msgid "Wrong license key"
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
|
101 |
+
msgid ""
|
102 |
+
"Something went wrong. Please try again later. If the error appears again, "
|
103 |
+
"please contact us"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
|
|
|
|
|
107 |
msgid "We are sorry for inconvenience."
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: bws_functions.php:250
|
111 |
msgid "This license key is bind to another site"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: bws_functions.php:252 bws_functions.php:416
|
115 |
+
msgid ""
|
116 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
117 |
+
"Please, upload the plugin manually."
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: bws_functions.php:254
|
121 |
+
msgid ""
|
122 |
+
"Unfortunately, Your license has expired. To continue getting top-priority "
|
123 |
+
"support and plugin updates you should extend it in your"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: bws_functions.php:256
|
127 |
+
msgid ""
|
128 |
+
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
129 |
+
"Trial license can be installed only once."
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
|
|
|
|
|
133 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: bws_functions.php:289
|
137 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: bws_functions.php:295
|
141 |
+
msgid ""
|
142 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
143 |
+
"plugin manually"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: bws_functions.php:302
|
147 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: bws_functions.php:325
|
151 |
+
msgid ""
|
152 |
+
"Something went wrong. Try again later or upload the plugin manually. We are "
|
153 |
+
"sorry for inconvenience."
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: bws_functions.php:350
|
157 |
msgid "Please, enter Your license key"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: bws_functions.php:380
|
161 |
+
msgid ""
|
162 |
+
"Congratulations! The Pro version of the plugin is successfully download and "
|
163 |
+
"activated."
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: bws_functions.php:382 bws_functions.php:473
|
|
|
167 |
msgid "Please, go to"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: bws_functions.php:382 bws_functions.php:473
|
|
|
171 |
msgid "the setting page"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: bws_functions.php:383 bws_functions.php:474
|
|
|
175 |
msgid "You will be redirected automatically in 5 seconds."
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: bws_functions.php:390
|
179 |
msgid "Show Pro features"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: bws_functions.php:397
|
183 |
msgid "You can download and activate"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: bws_functions.php:399
|
187 |
msgid "version of this plugin by entering Your license key."
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: bws_functions.php:401 bws_functions.php:442
|
191 |
+
msgid ""
|
192 |
+
"You can find your license key on your personal page Client area, by clicking "
|
193 |
+
"on the link"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: bws_functions.php:403 bws_functions.php:444
|
|
|
197 |
msgid "(your username is the email you specify when purchasing the product)."
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: bws_functions.php:407 bws_functions.php:691
|
|
|
201 |
msgid "or"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: bws_functions.php:407
|
205 |
#, php-format
|
206 |
msgid "Start Your Free %s-Day Trial Now"
|
207 |
msgstr ""
|
208 |
|
209 |
# @ captcha
|
210 |
+
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
211 |
+
#: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
|
|
|
|
|
|
|
212 |
#: bws_menu.php:750
|
213 |
#, fuzzy
|
214 |
msgid "Activate"
|
215 |
msgstr "Plugins ativados"
|
216 |
|
217 |
+
#: bws_functions.php:439 bws_functions.php:532
|
|
|
218 |
#, php-format
|
219 |
+
msgid ""
|
220 |
+
"In order to continue using the plugin it is necessary to buy a %s license."
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: bws_functions.php:440
|
224 |
msgid "After that you can activate it by entering your license key."
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: bws_functions.php:454
|
228 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: bws_functions.php:471
|
232 |
+
msgid ""
|
233 |
+
"Congratulations! The Pro license of the plugin is successfully activated."
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: bws_functions.php:512
|
237 |
msgid "Wrong license key."
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: bws_functions.php:514
|
241 |
msgid "This license key is bind to another site."
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: bws_functions.php:516
|
245 |
+
msgid ""
|
246 |
+
"This license key is valid, but Your license has expired. If you want to "
|
247 |
+
"update our plugin in future, you should extend the license."
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: bws_functions.php:518
|
251 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: bws_functions.php:520
|
255 |
+
msgid ""
|
256 |
+
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
257 |
+
"The Pro Trial license can be installed only once."
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: bws_functions.php:524
|
261 |
msgid "The Pro Trial license key is valid."
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: bws_functions.php:526
|
265 |
msgid "The license key is valid."
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: bws_functions.php:529
|
269 |
msgid "Your license will expire on"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: bws_functions.php:562
|
273 |
msgid "Please, enter your license key"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: bws_functions.php:575
|
277 |
+
msgid ""
|
278 |
+
"If needed you can check if the license key is correct or reenter it in the "
|
279 |
+
"field below. You can find your license key on your personal page - Client "
|
280 |
+
"area - on our website"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: bws_functions.php:575
|
284 |
+
msgid ""
|
285 |
+
"(your username is the email you specify when purchasing the product). If "
|
286 |
+
"necessary, please submit \"Lost your password?\" request."
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: bws_functions.php:579
|
290 |
msgid "Check license key"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: bws_functions.php:593
|
294 |
msgid "WARNING: Illegal use notification"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: bws_functions.php:593
|
298 |
+
msgid ""
|
299 |
+
"You can use one license of the Pro plugin for one domain only. Please check "
|
300 |
+
"and edit your license or domain if necessary using you personal Client Area. "
|
301 |
+
"We strongly recommend you to solve the problem within 24 hours, otherwise "
|
302 |
+
"the Pro plugin will be deactivated."
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: bws_functions.php:601
|
306 |
+
msgid ""
|
307 |
+
"Notice: Your Pro Trial license has expired. To continue using the plugin you "
|
308 |
+
"should buy a Pro license"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: bws_functions.php:603
|
312 |
+
msgid ""
|
313 |
+
"Your license has expired. To continue getting top-priority support and "
|
314 |
+
"plugin updates you should extend it."
|
315 |
msgstr ""
|
316 |
|
317 |
# @ captcha
|
318 |
+
#: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
|
319 |
+
#: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
|
|
|
|
|
|
|
|
|
320 |
#: bws_menu.php:794
|
321 |
#, fuzzy
|
322 |
msgid "Learn more"
|
323 |
msgstr "Leia Mais"
|
324 |
|
325 |
+
#: bws_functions.php:613
|
326 |
#, php-format
|
327 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: bws_functions.php:615
|
331 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: bws_functions.php:618
|
335 |
msgid "The Pro Trial license will expire on"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: bws_functions.php:656
|
339 |
msgid "You license for"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: bws_functions.php:656
|
343 |
msgid "expires on"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: bws_functions.php:656
|
347 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
348 |
msgstr ""
|
349 |
|
350 |
# @ captcha
|
351 |
+
#: bws_functions.php:687
|
352 |
#, fuzzy
|
353 |
msgid "Thank you for installing"
|
354 |
msgstr "Obrigado por nos contatar."
|
355 |
|
356 |
+
#: bws_functions.php:688
|
357 |
msgid "Let's get started"
|
358 |
msgstr ""
|
359 |
|
360 |
# @ captcha
|
361 |
+
#: bws_functions.php:689
|
362 |
#, fuzzy
|
363 |
msgid "Configure Settings"
|
364 |
msgstr "Configurações"
|
365 |
|
366 |
+
#: bws_functions.php:692
|
367 |
msgid "Add New"
|
368 |
msgstr ""
|
369 |
|
370 |
+
# @ captcha
|
371 |
+
#: bws_functions.php:750
|
372 |
+
#, fuzzy
|
373 |
+
msgid "Thank you for choosing"
|
374 |
+
msgstr "Obrigado por nos contatar."
|
375 |
+
|
376 |
+
#: bws_functions.php:751
|
377 |
+
msgid ""
|
378 |
+
"If you have a feature, suggestion or idea you'd like to see in the plugin, "
|
379 |
+
"we'd love to hear about it!"
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: bws_functions.php:752
|
383 |
+
msgid "Suggest a Feature"
|
384 |
+
msgstr ""
|
385 |
+
|
386 |
+
#: bws_functions.php:768
|
387 |
msgid "Notice"
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: bws_functions.php:768
|
391 |
msgid "The plugin's settings have been changed."
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: bws_functions.php:769 bws_functions.php:1240
|
395 |
msgid "Save Changes"
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: bws_functions.php:786
|
399 |
+
msgid ""
|
400 |
+
"You can always look at premium options by clicking on the \"Show Pro features"
|
401 |
+
"\" in the \"Go PRO\" tab"
|
|
|
|
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: bws_functions.php:886
|
405 |
msgid "Add shortcode"
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: bws_functions.php:886
|
409 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: bws_functions.php:935
|
413 |
msgid "Close"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: bws_functions.php:1027
|
417 |
msgid "Restore all plugin settings to defaults"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: bws_functions.php:1029
|
421 |
msgid "Restore settings"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: bws_functions.php:1040
|
425 |
msgid "Are you sure you want to restore all settings by default?"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: bws_functions.php:1043
|
429 |
msgid "Yes, restore all settings"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: bws_functions.php:1044
|
433 |
msgid "No, go back to the settings page"
|
434 |
msgstr ""
|
435 |
|
436 |
# @ captcha
|
437 |
+
#: bws_functions.php:1090
|
438 |
#, fuzzy
|
439 |
msgid "Plugin"
|
440 |
msgstr "Plugins Pro"
|
441 |
|
442 |
# @ captcha
|
443 |
+
#: bws_functions.php:1099
|
444 |
#, fuzzy
|
445 |
msgid "Shortcode settings"
|
446 |
msgstr "Configurações"
|
447 |
|
448 |
+
#: bws_functions.php:1104
|
449 |
msgid "The shortcode will be inserted"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: bws_functions.php:1109
|
453 |
msgid "Insert"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: bws_functions.php:1140
|
457 |
msgid "Visit Help Center"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: bws_functions.php:1145
|
461 |
msgid "FAQ"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: bws_functions.php:1151
|
465 |
msgid "For more information:"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: bws_functions.php:1152
|
469 |
msgid "Documentation"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: bws_functions.php:1153
|
473 |
msgid "Video Instructions"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: bws_functions.php:1154
|
477 |
msgid "Submit a Request"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: bws_functions.php:1165
|
481 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
482 |
+
msgstr ""
|
483 |
+
|
484 |
+
#: bws_functions.php:1196
|
485 |
+
msgid "File edited successfully."
|
486 |
+
msgstr ""
|
487 |
+
|
488 |
+
#: bws_functions.php:1198
|
489 |
+
msgid "Not enough permissions to create or update the file"
|
490 |
+
msgstr ""
|
491 |
+
|
492 |
+
#: bws_functions.php:1222
|
493 |
+
msgid "These styles will be added to the header on all pages of your site."
|
494 |
+
msgstr ""
|
495 |
+
|
496 |
+
#: bws_functions.php:1225
|
497 |
+
msgid "Editing"
|
498 |
+
msgstr ""
|
499 |
+
|
500 |
+
#: bws_functions.php:1227
|
501 |
+
msgid "Browsing"
|
502 |
+
msgstr ""
|
503 |
+
|
504 |
# @ captcha
|
505 |
+
#: bws_functions.php:1235
|
506 |
+
#, fuzzy
|
507 |
+
msgid "Learn more about CSS"
|
508 |
+
msgstr "Leia Mais"
|
509 |
+
|
510 |
+
#: bws_functions.php:1243
|
511 |
+
#, php-format
|
512 |
+
msgid ""
|
513 |
+
"You need to make this file writable before you can save your changes. See %s "
|
514 |
+
"the Codex %s for more information."
|
515 |
+
msgstr ""
|
516 |
+
|
517 |
+
# @ captcha
|
518 |
+
#: bws_menu.php:509
|
519 |
msgid "Not set"
|
520 |
msgstr "Não definido"
|
521 |
|
522 |
# @ captcha
|
523 |
+
#: bws_menu.php:511 bws_menu.php:512
|
|
|
524 |
msgid "On"
|
525 |
msgstr "Ligado"
|
526 |
|
527 |
# @ captcha
|
528 |
+
#: bws_menu.php:511 bws_menu.php:512
|
|
|
529 |
msgid "Off"
|
530 |
msgstr "Desligado"
|
531 |
|
532 |
# @ captcha
|
533 |
+
#: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
|
534 |
+
#: bws_menu.php:517 bws_menu.php:529
|
|
|
|
|
|
|
|
|
535 |
msgid "N/A"
|
536 |
msgstr "N/D"
|
537 |
|
538 |
# @ captcha
|
539 |
+
#: bws_menu.php:517
|
540 |
msgid " Mb"
|
541 |
msgstr " Mb"
|
542 |
|
543 |
# @ captcha
|
544 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
|
|
|
|
|
|
|
545 |
msgid "Yes"
|
546 |
msgstr "Sim"
|
547 |
|
548 |
# @ captcha
|
549 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
|
|
|
|
|
|
|
550 |
msgid "No"
|
551 |
msgstr "Não"
|
552 |
|
553 |
# @ captcha
|
554 |
+
#: bws_menu.php:537
|
555 |
msgid "Operating System"
|
556 |
msgstr "Sistema Operacional"
|
557 |
|
558 |
# @ captcha
|
559 |
+
#: bws_menu.php:538
|
560 |
msgid "Server"
|
561 |
msgstr "Servidor"
|
562 |
|
563 |
# @ captcha
|
564 |
+
#: bws_menu.php:539
|
565 |
msgid "Memory usage"
|
566 |
msgstr "Uso de memória"
|
567 |
|
568 |
# @ captcha
|
569 |
+
#: bws_menu.php:540
|
570 |
msgid "MYSQL Version"
|
571 |
msgstr "Versão do MySQL"
|
572 |
|
573 |
# @ captcha
|
574 |
+
#: bws_menu.php:541
|
575 |
msgid "SQL Mode"
|
576 |
msgstr "Modo SQL"
|
577 |
|
578 |
# @ captcha
|
579 |
+
#: bws_menu.php:542
|
580 |
msgid "PHP Version"
|
581 |
msgstr "Versão do PHP"
|
582 |
|
583 |
# @ captcha
|
584 |
+
#: bws_menu.php:543
|
585 |
msgid "PHP Safe Mode"
|
586 |
msgstr "Modo de Segurança do PHP"
|
587 |
|
588 |
# @ captcha
|
589 |
+
#: bws_menu.php:544
|
590 |
msgid "PHP Allow URL fopen"
|
591 |
msgstr "Permissão de fopen de URL do PHP"
|
592 |
|
593 |
# @ captcha
|
594 |
+
#: bws_menu.php:545
|
595 |
msgid "PHP Memory Limit"
|
596 |
msgstr "Limite de Memória do PHP"
|
597 |
|
598 |
# @ captcha
|
599 |
+
#: bws_menu.php:546
|
600 |
msgid "PHP Max Upload Size"
|
601 |
msgstr "Tamanho Máximo de Upload no PHP"
|
602 |
|
603 |
# @ captcha
|
604 |
+
#: bws_menu.php:547
|
605 |
msgid "PHP Max Post Size"
|
606 |
msgstr "Tamanho Máximo de Envio do PHP"
|
607 |
|
608 |
# @ captcha
|
609 |
+
#: bws_menu.php:548
|
610 |
msgid "PHP Max Script Execute Time"
|
611 |
msgstr "Tempo de Execução Máximo do PHP"
|
612 |
|
613 |
# @ captcha
|
614 |
+
#: bws_menu.php:549
|
615 |
msgid "PHP Exif support"
|
616 |
msgstr "Suporte a Exif no PHP"
|
617 |
|
618 |
# @ captcha
|
619 |
+
#: bws_menu.php:550
|
620 |
msgid "PHP IPTC support"
|
621 |
msgstr "Suporte da IPTC no PHP"
|
622 |
|
623 |
# @ captcha
|
624 |
+
#: bws_menu.php:551
|
625 |
msgid "PHP XML support"
|
626 |
msgstr "Suporte a XML no PHP"
|
627 |
|
628 |
# @ captcha
|
629 |
+
#: bws_menu.php:552
|
630 |
msgid "Site URL"
|
631 |
msgstr "URL do Site"
|
632 |
|
633 |
# @ captcha
|
634 |
+
#: bws_menu.php:553
|
635 |
msgid "Home URL"
|
636 |
msgstr "URL da Página Inicial"
|
637 |
|
638 |
# @ captcha
|
639 |
+
#: bws_menu.php:556
|
640 |
msgid "WordPress Version"
|
641 |
msgstr "Versão do WordPress"
|
642 |
|
643 |
# @ captcha
|
644 |
+
#: bws_menu.php:557
|
645 |
msgid "WordPress DB Version"
|
646 |
msgstr "Versão do DB do WordPress"
|
647 |
|
648 |
# @ captcha
|
649 |
+
#: bws_menu.php:558
|
650 |
msgid "Multisite"
|
651 |
msgstr "Multisite"
|
652 |
|
653 |
# @ captcha
|
654 |
+
#: bws_menu.php:559
|
655 |
msgid "Active Theme"
|
656 |
msgstr "Tema Ativo"
|
657 |
|
658 |
# @ captcha
|
659 |
+
#: bws_menu.php:574
|
660 |
msgid "Please enter a valid email address."
|
661 |
msgstr "Por favor, informe um endereço de email válido."
|
662 |
|
663 |
# @ captcha
|
664 |
+
#: bws_menu.php:578
|
665 |
msgid "Email with system info is sent to "
|
666 |
msgstr "Email com informações do sistema é enviado para "
|
667 |
|
668 |
# @ captcha
|
669 |
+
#: bws_menu.php:582
|
670 |
msgid "Thank you for contacting us."
|
671 |
msgstr "Obrigado por nos contatar."
|
672 |
|
673 |
# @ captcha
|
674 |
+
#: bws_menu.php:615
|
675 |
msgid "Sorry, email message could not be delivered."
|
676 |
msgstr "Desculpe, a mensagem de email não pôde ser enviada."
|
677 |
|
678 |
+
#: bws_menu.php:622
|
679 |
msgid "Need help?"
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: bws_menu.php:623
|
683 |
msgid "Client area"
|
684 |
msgstr ""
|
685 |
|
686 |
# @ captcha
|
687 |
+
#: bws_menu.php:624 bws_menu.php:933
|
|
|
688 |
msgid "System status"
|
689 |
msgstr "Status do sistema"
|
690 |
|
691 |
# @ captcha
|
692 |
+
#: bws_menu.php:629
|
693 |
#, fuzzy
|
694 |
msgid "Plugins"
|
695 |
msgstr "Plugins Pro"
|
696 |
|
697 |
+
#: bws_menu.php:630
|
698 |
msgid "Themes"
|
699 |
msgstr ""
|
700 |
|
720 |
msgstr "Plugins Instalados"
|
721 |
|
722 |
# @ captcha
|
723 |
+
#: bws_menu.php:672 bws_menu.php:721
|
|
|
724 |
msgid "Settings"
|
725 |
msgstr "Configurações"
|
726 |
|
727 |
# @ captcha
|
728 |
+
#: bws_menu.php:693 bws_menu.php:750
|
|
|
729 |
#, fuzzy
|
730 |
msgid "Activate this plugin"
|
731 |
msgstr "Plugins ativados"
|
732 |
|
733 |
+
#: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
|
|
|
|
|
734 |
msgid "Go"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
|
|
|
|
|
738 |
msgid "DONATE"
|
739 |
msgstr ""
|
740 |
|
788 |
msgid "Preview"
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: bws_menu.php:882 bws_menu.php:914
|
|
|
792 |
#, php-format
|
793 |
msgid "By %s"
|
794 |
msgstr ""
|
831 |
# @ captcha
|
832 |
#~ msgid "Pro plugins"
|
833 |
#~ msgstr "Plugins Pro"
|
834 |
+
|
835 |
# @ captcha
|
836 |
#~ msgid "Activated plugins"
|
837 |
#~ msgstr "Plugins ativados"
|
838 |
+
|
839 |
# @ captcha
|
840 |
#~ msgid "Read more"
|
841 |
#~ msgstr "Leia Mais"
|
842 |
+
|
843 |
# @ captcha
|
844 |
#~ msgid "Purchase"
|
845 |
#~ msgstr "Compra"
|
846 |
+
|
847 |
# @ captcha
|
848 |
#~ msgid "Free plugins"
|
849 |
#~ msgstr "Plugins Grátis"
|
850 |
+
|
851 |
# @ captcha
|
852 |
#~ msgid "Download"
|
853 |
#~ msgstr "Baixar"
|
854 |
+
|
855 |
# @ captcha
|
856 |
#~ msgid "Install now from wordpress.org"
|
857 |
#~ msgstr "Instale agora do site do wordpress (wordpress.org)"
|
858 |
+
|
859 |
# @ captcha
|
860 |
#, fuzzy
|
861 |
#~ msgid "Activated theme"
|
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:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -16,572 +16,675 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: bws_functions.php:
|
20 |
-
#: bws_functions.php:63
|
21 |
msgid "requires"
|
22 |
msgstr "требует"
|
23 |
|
24 |
-
#: bws_functions.php:
|
25 |
-
msgid "
|
26 |
-
|
|
|
|
|
|
|
|
|
27 |
|
28 |
-
#: bws_functions.php:
|
29 |
msgid "Back to the WordPress"
|
30 |
msgstr "Вернуться к WordPress на"
|
31 |
|
32 |
-
#: bws_functions.php:
|
33 |
msgid "Plugins page"
|
34 |
msgstr "Страницу плагинов"
|
35 |
|
36 |
-
#: bws_functions.php:
|
37 |
-
msgid "
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
-
#: bws_functions.php:
|
41 |
msgid "It’s time to upgrade your"
|
42 |
msgstr "Настало время обновить Ваш"
|
43 |
|
44 |
-
#: bws_functions.php:
|
45 |
msgid "to"
|
46 |
msgstr "до"
|
47 |
|
48 |
-
#: bws_functions.php:
|
49 |
msgid "version!"
|
50 |
msgstr "версии!"
|
51 |
|
52 |
-
#: bws_functions.php:
|
53 |
msgid "Extend standard plugin functionality with new great options."
|
54 |
msgstr "Расширяет возможности стандартного функционала плагина."
|
55 |
|
56 |
-
#: bws_functions.php:
|
57 |
-
#: bws_functions.php:561
|
58 |
msgid "Learn More"
|
59 |
msgstr "Подробнее"
|
60 |
|
61 |
-
#: bws_functions.php:
|
62 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
63 |
-
msgstr "
|
|
|
64 |
|
65 |
-
#: bws_functions.php:
|
66 |
msgid "Rate the plugin"
|
67 |
msgstr "Оценить плагин"
|
68 |
|
69 |
-
#: bws_functions.php:
|
70 |
msgid "If there is something wrong about it, please contact us"
|
71 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь"
|
72 |
|
73 |
-
#: bws_functions.php:
|
74 |
msgid "Check premium options on the plugin settings page!"
|
75 |
msgstr "Просмотрите премиум опции на странице настроек плагина!"
|
76 |
|
77 |
-
#: bws_functions.php:
|
78 |
-
#: bws_functions.php:222
|
79 |
msgid "Wrong license key"
|
80 |
msgstr "Неправильный лицензионный ключ"
|
81 |
|
82 |
-
#: bws_functions.php:
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
msgstr "
|
|
|
|
|
87 |
|
88 |
-
#: bws_functions.php:
|
89 |
-
#: bws_functions.php:474
|
90 |
-
#: bws_functions.php:525
|
91 |
msgid "We are sorry for inconvenience."
|
92 |
msgstr "Приносим извинения за неудобства."
|
93 |
|
94 |
-
#: bws_functions.php:
|
95 |
msgid "This license key is bind to another site"
|
96 |
msgstr "Этот лицензионный ключ привязан к другому сайту"
|
97 |
|
98 |
-
#: bws_functions.php:
|
99 |
-
|
100 |
-
|
101 |
-
|
|
|
|
|
|
|
102 |
|
103 |
-
#: bws_functions.php:
|
104 |
-
msgid "
|
105 |
-
|
|
|
|
|
|
|
|
|
|
|
106 |
|
107 |
-
#: bws_functions.php:
|
108 |
-
msgid "
|
109 |
-
|
|
|
|
|
|
|
|
|
110 |
|
111 |
-
#: bws_functions.php:
|
112 |
-
#: bws_functions.php:273
|
113 |
-
#: bws_functions.php:295
|
114 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
115 |
-
msgstr "
|
|
|
116 |
|
117 |
-
#: bws_functions.php:
|
118 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
119 |
msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
|
120 |
|
121 |
-
#: bws_functions.php:
|
122 |
-
msgid "
|
123 |
-
|
|
|
|
|
|
|
|
|
124 |
|
125 |
-
#: bws_functions.php:
|
126 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
127 |
-
msgstr "
|
|
|
128 |
|
129 |
-
#: bws_functions.php:
|
130 |
-
msgid "
|
131 |
-
|
|
|
|
|
|
|
|
|
132 |
|
133 |
-
#: bws_functions.php:
|
134 |
msgid "Please, enter Your license key"
|
135 |
msgstr "Пожалуйста, введите ваш лицензионный ключ"
|
136 |
|
137 |
-
#: bws_functions.php:
|
138 |
-
msgid "
|
|
|
|
|
139 |
msgstr "Поздравляем! Pro версия плагина была успешно загружена и активирована."
|
140 |
|
141 |
-
#: bws_functions.php:
|
142 |
-
#: bws_functions.php:441
|
143 |
msgid "Please, go to"
|
144 |
msgstr "Пожалуйста, перейдите на"
|
145 |
|
146 |
-
#: bws_functions.php:
|
147 |
-
#: bws_functions.php:441
|
148 |
msgid "the setting page"
|
149 |
msgstr "страницу настроек"
|
150 |
|
151 |
-
#: bws_functions.php:
|
152 |
-
#: bws_functions.php:442
|
153 |
msgid "You will be redirected automatically in 5 seconds."
|
154 |
msgstr "Вы будете перенаправлены автоматически через 5 секунд."
|
155 |
|
156 |
-
#: bws_functions.php:
|
157 |
msgid "Show Pro features"
|
158 |
msgstr "Показать Pro опции"
|
159 |
|
160 |
-
#: bws_functions.php:
|
161 |
msgid "You can download and activate"
|
162 |
msgstr "Вы можете скачать и активировать"
|
163 |
|
164 |
-
#: bws_functions.php:
|
165 |
msgid "version of this plugin by entering Your license key."
|
166 |
msgstr "версию этого плагина, введя ваш лицензионный ключ."
|
167 |
|
168 |
-
#: bws_functions.php:
|
169 |
-
|
170 |
-
|
171 |
-
|
|
|
|
|
|
|
172 |
|
173 |
-
#: bws_functions.php:
|
174 |
-
#: bws_functions.php:412
|
175 |
msgid "(your username is the email you specify when purchasing the product)."
|
176 |
-
msgstr "
|
|
|
|
|
177 |
|
178 |
-
#: bws_functions.php:
|
179 |
-
#: bws_functions.php:659
|
180 |
msgid "or"
|
181 |
msgstr "или"
|
182 |
|
183 |
-
#: bws_functions.php:
|
184 |
#, php-format
|
185 |
msgid "Start Your Free %s-Day Trial Now"
|
186 |
msgstr "Попробуйте %s-дневную Trial версию бесплатно"
|
187 |
|
188 |
-
#: bws_functions.php:
|
189 |
-
#: bws_functions.php:
|
190 |
-
#: bws_functions.php:420
|
191 |
-
#: bws_functions.php:428
|
192 |
-
#: bws_menu.php:693
|
193 |
#: bws_menu.php:750
|
194 |
msgid "Activate"
|
195 |
msgstr "Активировать"
|
196 |
|
197 |
-
#: bws_functions.php:
|
198 |
-
#: bws_functions.php:500
|
199 |
#, php-format
|
200 |
-
msgid "
|
201 |
-
|
|
|
|
|
202 |
|
203 |
-
#: bws_functions.php:
|
204 |
msgid "After that you can activate it by entering your license key."
|
205 |
msgstr "После этого вы сможете активировать его введя лицензионный ключ."
|
206 |
|
207 |
-
#: bws_functions.php:
|
208 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
209 |
msgstr "К сожалению, вы превысили количество доступных попыток."
|
210 |
|
211 |
-
#: bws_functions.php:
|
212 |
-
msgid "
|
|
|
213 |
msgstr "Поздравляем! Pro версия плагина была успешно активирована."
|
214 |
|
215 |
-
#: bws_functions.php:
|
216 |
msgid "Wrong license key."
|
217 |
msgstr "Неправильный лицензионный ключ."
|
218 |
|
219 |
-
#: bws_functions.php:
|
220 |
msgid "This license key is bind to another site."
|
221 |
msgstr "Этот лицензионный ключ привязан к другому сайту."
|
222 |
|
223 |
-
#: bws_functions.php:
|
224 |
-
msgid "
|
225 |
-
|
|
|
|
|
|
|
|
|
226 |
|
227 |
-
#: bws_functions.php:
|
228 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
229 |
msgstr "К сожалению, вы превысили количество доступных попыток."
|
230 |
|
231 |
-
#: bws_functions.php:
|
232 |
-
msgid "
|
233 |
-
|
|
|
|
|
|
|
|
|
234 |
|
235 |
-
#: bws_functions.php:
|
236 |
msgid "The Pro Trial license key is valid."
|
237 |
msgstr "Ключ Pro Trial версии действителен."
|
238 |
|
239 |
-
#: bws_functions.php:
|
240 |
msgid "The license key is valid."
|
241 |
msgstr "Лицензионный ключ действителен."
|
242 |
|
243 |
-
#: bws_functions.php:
|
244 |
msgid "Your license will expire on"
|
245 |
msgstr "Ваша лицензия истечет"
|
246 |
|
247 |
-
#: bws_functions.php:
|
248 |
msgid "Please, enter your license key"
|
249 |
msgstr "Пожалуйста, введите Ваш лицензионный ключ"
|
250 |
|
251 |
-
#: bws_functions.php:
|
252 |
-
msgid "
|
253 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
254 |
|
255 |
-
#: bws_functions.php:
|
256 |
-
msgid "
|
257 |
-
|
|
|
|
|
|
|
|
|
258 |
|
259 |
-
#: bws_functions.php:
|
260 |
msgid "Check license key"
|
261 |
msgstr "Проверка лицензионного ключа"
|
262 |
|
263 |
-
#: bws_functions.php:
|
264 |
msgid "WARNING: Illegal use notification"
|
265 |
msgstr "ВНИМАНИЕ: уведомление о незаконном использовании"
|
266 |
|
267 |
-
#: bws_functions.php:
|
268 |
-
msgid "
|
269 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
270 |
|
271 |
-
#: bws_functions.php:
|
272 |
-
msgid "
|
273 |
-
|
|
|
|
|
|
|
|
|
274 |
|
275 |
-
#: bws_functions.php:
|
276 |
-
msgid "
|
277 |
-
|
|
|
|
|
|
|
|
|
|
|
278 |
|
279 |
-
#: bws_functions.php:
|
280 |
-
#:
|
281 |
-
#: bws_menu.php:669
|
282 |
-
#: bws_menu.php:691
|
283 |
-
#: bws_menu.php:718
|
284 |
-
#: bws_menu.php:748
|
285 |
#: bws_menu.php:794
|
286 |
msgid "Learn more"
|
287 |
msgstr "Подробнее"
|
288 |
|
289 |
-
#: bws_functions.php:
|
290 |
#, php-format
|
291 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
292 |
msgstr "Внимание: Вы используете Pro Trial версию плагина %s."
|
293 |
|
294 |
-
#: bws_functions.php:
|
295 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
296 |
msgstr "Внимание: Вы используете Pro Trial версию плагина."
|
297 |
|
298 |
-
#: bws_functions.php:
|
299 |
msgid "The Pro Trial license will expire on"
|
300 |
msgstr "Ваша лицензия Pro Trial версии плагина истекает"
|
301 |
|
302 |
-
#: bws_functions.php:
|
303 |
msgid "You license for"
|
304 |
msgstr "Ваш лицензионный ключ для"
|
305 |
|
306 |
-
#: bws_functions.php:
|
307 |
msgid "expires on"
|
308 |
msgstr "истекает"
|
309 |
|
310 |
-
#: bws_functions.php:
|
311 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
312 |
msgstr "и вы не будете получать приоритетную тех.поддержку или обновления."
|
313 |
|
314 |
-
#: bws_functions.php:
|
315 |
msgid "Thank you for installing"
|
316 |
msgstr "Спасибо за установку"
|
317 |
|
318 |
-
#: bws_functions.php:
|
319 |
msgid "Let's get started"
|
320 |
msgstr "Давайте начнем"
|
321 |
|
322 |
-
#: bws_functions.php:
|
323 |
msgid "Configure Settings"
|
324 |
msgstr "Настройка параметров"
|
325 |
|
326 |
-
#: bws_functions.php:
|
327 |
msgid "Add New"
|
328 |
msgstr "Добавить"
|
329 |
|
330 |
-
#: bws_functions.php:
|
331 |
-
msgid "
|
332 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
333 |
|
334 |
-
#: bws_functions.php:
|
335 |
msgid "Notice"
|
336 |
msgstr "Внимание"
|
337 |
|
338 |
-
#: bws_functions.php:
|
339 |
msgid "The plugin's settings have been changed."
|
340 |
msgstr "Настройки плагина были изменены"
|
341 |
|
342 |
-
#: bws_functions.php:
|
343 |
msgid "Save Changes"
|
344 |
msgstr "Сохранить изменения"
|
345 |
|
346 |
-
#: bws_functions.php:
|
347 |
-
msgid "
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
|
354 |
-
#: bws_functions.php:
|
355 |
msgid "Add shortcode"
|
356 |
msgstr "Добавить шорткод"
|
357 |
|
358 |
-
#: bws_functions.php:
|
359 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
360 |
msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
|
361 |
|
362 |
-
#: bws_functions.php:
|
363 |
msgid "Close"
|
364 |
msgstr "Закрыть"
|
365 |
|
366 |
-
#: bws_functions.php:
|
367 |
msgid "Restore all plugin settings to defaults"
|
368 |
msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
|
369 |
|
370 |
-
#: bws_functions.php:
|
371 |
msgid "Restore settings"
|
372 |
msgstr "Восстановить настройки"
|
373 |
|
374 |
-
#: bws_functions.php:
|
375 |
msgid "Are you sure you want to restore all settings by default?"
|
376 |
-
msgstr "
|
|
|
|
|
377 |
|
378 |
-
#: bws_functions.php:
|
379 |
msgid "Yes, restore all settings"
|
380 |
msgstr "Да, восстановить все настройки"
|
381 |
|
382 |
-
#: bws_functions.php:
|
383 |
msgid "No, go back to the settings page"
|
384 |
msgstr "Нет, вернуться на страницу настроек"
|
385 |
|
386 |
-
#: bws_functions.php:
|
387 |
msgid "Plugin"
|
388 |
msgstr "Плагин"
|
389 |
|
390 |
-
#: bws_functions.php:
|
391 |
msgid "Shortcode settings"
|
392 |
msgstr "Настройки шорткода"
|
393 |
|
394 |
-
#: bws_functions.php:
|
395 |
msgid "The shortcode will be inserted"
|
396 |
msgstr "Будет вставлен шорткод"
|
397 |
|
398 |
-
#: bws_functions.php:
|
399 |
msgid "Insert"
|
400 |
msgstr "Вставить"
|
401 |
|
402 |
-
#: bws_functions.php:
|
403 |
msgid "Visit Help Center"
|
404 |
msgstr "Перейти в Help Center"
|
405 |
|
406 |
-
#: bws_functions.php:
|
407 |
msgid "FAQ"
|
408 |
msgstr "FAQ"
|
409 |
|
410 |
-
#: bws_functions.php:
|
411 |
msgid "For more information:"
|
412 |
msgstr "Для дополнительной информации:"
|
413 |
|
414 |
-
#: bws_functions.php:
|
415 |
msgid "Documentation"
|
416 |
msgstr "Документация"
|
417 |
|
418 |
-
#: bws_functions.php:
|
419 |
msgid "Video Instructions"
|
420 |
msgstr "Видео инструкции"
|
421 |
|
422 |
-
#: bws_functions.php:
|
423 |
msgid "Submit a Request"
|
424 |
msgstr "Отправить запрос"
|
425 |
|
426 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
427 |
msgid "Not set"
|
428 |
msgstr "Не задан"
|
429 |
|
430 |
-
#: bws_menu.php:
|
431 |
-
#: bws_menu.php:509
|
432 |
msgid "On"
|
433 |
msgstr "Вкл"
|
434 |
|
435 |
-
#: bws_menu.php:
|
436 |
-
#: bws_menu.php:509
|
437 |
msgid "Off"
|
438 |
msgstr "Выкл"
|
439 |
|
440 |
-
#: bws_menu.php:
|
441 |
-
#: bws_menu.php:
|
442 |
-
#: bws_menu.php:512
|
443 |
-
#: bws_menu.php:513
|
444 |
-
#: bws_menu.php:514
|
445 |
-
#: bws_menu.php:526
|
446 |
msgid "N/A"
|
447 |
msgstr "Неизвестно"
|
448 |
|
449 |
-
#: bws_menu.php:
|
450 |
msgid " Mb"
|
451 |
msgstr "Mb"
|
452 |
|
453 |
-
#: bws_menu.php:
|
454 |
-
#: bws_menu.php:516
|
455 |
-
#: bws_menu.php:517
|
456 |
-
#: bws_menu.php:522
|
457 |
msgid "Yes"
|
458 |
msgstr "Да"
|
459 |
|
460 |
-
#: bws_menu.php:
|
461 |
-
#: bws_menu.php:516
|
462 |
-
#: bws_menu.php:517
|
463 |
-
#: bws_menu.php:524
|
464 |
msgid "No"
|
465 |
msgstr "Нет"
|
466 |
|
467 |
-
#: bws_menu.php:
|
468 |
msgid "Operating System"
|
469 |
msgstr "Операционная система"
|
470 |
|
471 |
-
#: bws_menu.php:
|
472 |
msgid "Server"
|
473 |
msgstr "Тип сервера"
|
474 |
|
475 |
-
#: bws_menu.php:
|
476 |
msgid "Memory usage"
|
477 |
msgstr "Памяти использовано"
|
478 |
|
479 |
-
#: bws_menu.php:
|
480 |
msgid "MYSQL Version"
|
481 |
msgstr "Версия MYSQL"
|
482 |
|
483 |
-
#: bws_menu.php:
|
484 |
msgid "SQL Mode"
|
485 |
msgstr "Режим SQL"
|
486 |
|
487 |
-
#: bws_menu.php:
|
488 |
msgid "PHP Version"
|
489 |
msgstr "Версия PHP"
|
490 |
|
491 |
-
#: bws_menu.php:
|
492 |
msgid "PHP Safe Mode"
|
493 |
msgstr "PHP Safe Mode"
|
494 |
|
495 |
-
#: bws_menu.php:
|
496 |
msgid "PHP Allow URL fopen"
|
497 |
msgstr "PHP Allow URL fopen"
|
498 |
|
499 |
-
#: bws_menu.php:
|
500 |
msgid "PHP Memory Limit"
|
501 |
msgstr "Лимит памяти"
|
502 |
|
503 |
-
#: bws_menu.php:
|
504 |
msgid "PHP Max Upload Size"
|
505 |
msgstr "Макс. размер загружаемого файла"
|
506 |
|
507 |
-
#: bws_menu.php:
|
508 |
msgid "PHP Max Post Size"
|
509 |
msgstr "Макс. размер записи"
|
510 |
|
511 |
-
#: bws_menu.php:
|
512 |
msgid "PHP Max Script Execute Time"
|
513 |
msgstr "Макс. время выполнения сценария"
|
514 |
|
515 |
-
#: bws_menu.php:
|
516 |
msgid "PHP Exif support"
|
517 |
msgstr "Поддержка PHP Exif"
|
518 |
|
519 |
-
#: bws_menu.php:
|
520 |
msgid "PHP IPTC support"
|
521 |
msgstr "Поддержка PHP IPTC"
|
522 |
|
523 |
-
#: bws_menu.php:
|
524 |
msgid "PHP XML support"
|
525 |
msgstr "Поддержка PHP XML"
|
526 |
|
527 |
-
#: bws_menu.php:
|
528 |
msgid "Site URL"
|
529 |
msgstr "Адрес сайта"
|
530 |
|
531 |
-
#: bws_menu.php:
|
532 |
msgid "Home URL"
|
533 |
msgstr "Основной адрес сайта"
|
534 |
|
535 |
-
#: bws_menu.php:
|
536 |
msgid "WordPress Version"
|
537 |
msgstr "Версия WordPress"
|
538 |
|
539 |
-
#: bws_menu.php:
|
540 |
msgid "WordPress DB Version"
|
541 |
msgstr "Версия базы данных WordPress"
|
542 |
|
543 |
-
#: bws_menu.php:
|
544 |
msgid "Multisite"
|
545 |
msgstr "Мультиблог"
|
546 |
|
547 |
-
#: bws_menu.php:
|
548 |
msgid "Active Theme"
|
549 |
msgstr "Текущая тема"
|
550 |
|
551 |
-
#: bws_menu.php:
|
552 |
msgid "Please enter a valid email address."
|
553 |
msgstr "Пожалуйста, введите валидный емайл."
|
554 |
|
555 |
-
#: bws_menu.php:
|
556 |
msgid "Email with system info is sent to "
|
557 |
msgstr "Емейл с системной информацией отправлен на"
|
558 |
|
559 |
-
#: bws_menu.php:
|
560 |
msgid "Thank you for contacting us."
|
561 |
msgstr "Спасибо что связались с нами."
|
562 |
|
563 |
-
#: bws_menu.php:
|
564 |
msgid "Sorry, email message could not be delivered."
|
565 |
msgstr "Извините, ваш емейл не может быть отправлен."
|
566 |
|
567 |
-
#: bws_menu.php:
|
568 |
msgid "Need help?"
|
569 |
msgstr "Нужна помощь?"
|
570 |
|
571 |
-
#: bws_menu.php:
|
572 |
msgid "Client area"
|
573 |
msgstr "Client area"
|
574 |
|
575 |
-
#: bws_menu.php:
|
576 |
-
#: bws_menu.php:933
|
577 |
msgid "System status"
|
578 |
msgstr "Системная информация"
|
579 |
|
580 |
-
#: bws_menu.php:
|
581 |
msgid "Plugins"
|
582 |
msgstr "Плагины"
|
583 |
|
584 |
-
#: bws_menu.php:
|
585 |
msgid "Themes"
|
586 |
msgstr "Темы"
|
587 |
|
@@ -601,25 +704,19 @@ msgstr "Рекомендованные"
|
|
601 |
msgid "Installed plugins"
|
602 |
msgstr "Установленные плагины"
|
603 |
|
604 |
-
#: bws_menu.php:672
|
605 |
-
#: bws_menu.php:721
|
606 |
msgid "Settings"
|
607 |
msgstr "Настройки"
|
608 |
|
609 |
-
#: bws_menu.php:693
|
610 |
-
#: bws_menu.php:750
|
611 |
msgid "Activate this plugin"
|
612 |
msgstr "Активировать плагин"
|
613 |
|
614 |
-
#: bws_menu.php:708
|
615 |
-
#: bws_menu.php:738
|
616 |
-
#: bws_menu.php:784
|
617 |
msgid "Go"
|
618 |
msgstr "Перейти на"
|
619 |
|
620 |
-
#: bws_menu.php:712
|
621 |
-
#: bws_menu.php:742
|
622 |
-
#: bws_menu.php:788
|
623 |
msgid "DONATE"
|
624 |
msgstr "Пожертвовать"
|
625 |
|
@@ -667,8 +764,7 @@ msgstr "Просмотр %s"
|
|
667 |
msgid "Preview"
|
668 |
msgstr "Просмотр"
|
669 |
|
670 |
-
#: bws_menu.php:882
|
671 |
-
#: bws_menu.php:914
|
672 |
#, php-format
|
673 |
msgid "By %s"
|
674 |
msgstr "%s"
|
@@ -701,6 +797,9 @@ msgstr "Отправить в тех. поддержку"
|
|
701 |
msgid "Send to custom email »"
|
702 |
msgstr "Отправить на емейл »"
|
703 |
|
|
|
|
|
|
|
704 |
#~ msgid "Select Plugin"
|
705 |
#~ msgstr "Выберите плагин"
|
706 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-03-10 15:34+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-03-10 15:44+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: bws_functions.php:65 bws_functions.php:89
|
|
|
20 |
msgid "requires"
|
21 |
msgstr "требует"
|
22 |
|
23 |
+
#: bws_functions.php:67
|
24 |
+
msgid ""
|
25 |
+
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
26 |
+
"try again."
|
27 |
+
msgstr ""
|
28 |
+
"или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и "
|
29 |
+
"попробуйте еще раз."
|
30 |
|
31 |
+
#: bws_functions.php:68
|
32 |
msgid "Back to the WordPress"
|
33 |
msgstr "Вернуться к WordPress на"
|
34 |
|
35 |
+
#: bws_functions.php:70
|
36 |
msgid "Plugins page"
|
37 |
msgstr "Страницу плагинов"
|
38 |
|
39 |
+
#: bws_functions.php:91
|
40 |
+
msgid ""
|
41 |
+
"or higher! We do not guarantee that our plugin will work correctly. Please "
|
42 |
+
"upgrade to WordPress latest version."
|
43 |
+
msgstr ""
|
44 |
+
"или выше! Мы не гарантируем, что наш плагин будет работать корректно. "
|
45 |
+
"Пожалуйста, обновите WordPress до последней версии."
|
46 |
+
|
47 |
+
#: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
|
48 |
+
#: bws_functions.php:755
|
49 |
+
msgid "Close notice"
|
50 |
+
msgstr "Закрыть"
|
51 |
|
52 |
+
#: bws_functions.php:148
|
53 |
msgid "It’s time to upgrade your"
|
54 |
msgstr "Настало время обновить Ваш"
|
55 |
|
56 |
+
#: bws_functions.php:148
|
57 |
msgid "to"
|
58 |
msgstr "до"
|
59 |
|
60 |
+
#: bws_functions.php:148
|
61 |
msgid "version!"
|
62 |
msgstr "версии!"
|
63 |
|
64 |
+
#: bws_functions.php:149
|
65 |
msgid "Extend standard plugin functionality with new great options."
|
66 |
msgstr "Расширяет возможности стандартного функционала плагина."
|
67 |
|
68 |
+
#: bws_functions.php:152 bws_functions.php:593
|
|
|
69 |
msgid "Learn More"
|
70 |
msgstr "Подробнее"
|
71 |
|
72 |
+
#: bws_functions.php:169
|
73 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
74 |
+
msgstr ""
|
75 |
+
"Если вам понравился плагин, пожалуйста, поставьте нам 5 звезд на WordPress"
|
76 |
|
77 |
+
#: bws_functions.php:170
|
78 |
msgid "Rate the plugin"
|
79 |
msgstr "Оценить плагин"
|
80 |
|
81 |
+
#: bws_functions.php:173
|
82 |
msgid "If there is something wrong about it, please contact us"
|
83 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь"
|
84 |
|
85 |
+
#: bws_functions.php:205
|
86 |
msgid "Check premium options on the plugin settings page!"
|
87 |
msgstr "Просмотрите премиум опции на странице настроек плагина!"
|
88 |
|
89 |
+
#: bws_functions.php:212 bws_functions.php:248
|
|
|
90 |
msgid "Wrong license key"
|
91 |
msgstr "Неправильный лицензионный ключ"
|
92 |
|
93 |
+
#: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
|
94 |
+
msgid ""
|
95 |
+
"Something went wrong. Please try again later. If the error appears again, "
|
96 |
+
"please contact us"
|
97 |
+
msgstr ""
|
98 |
+
"Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
|
99 |
+
"пожалуйста, свяжитесь с нами"
|
100 |
|
101 |
+
#: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
|
|
|
|
|
102 |
msgid "We are sorry for inconvenience."
|
103 |
msgstr "Приносим извинения за неудобства."
|
104 |
|
105 |
+
#: bws_functions.php:250
|
106 |
msgid "This license key is bind to another site"
|
107 |
msgstr "Этот лицензионный ключ привязан к другому сайту"
|
108 |
|
109 |
+
#: bws_functions.php:252 bws_functions.php:416
|
110 |
+
msgid ""
|
111 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
112 |
+
"Please, upload the plugin manually."
|
113 |
+
msgstr ""
|
114 |
+
"К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
|
115 |
+
"загрузите плагин вручную."
|
116 |
|
117 |
+
#: bws_functions.php:254
|
118 |
+
msgid ""
|
119 |
+
"Unfortunately, Your license has expired. To continue getting top-priority "
|
120 |
+
"support and plugin updates you should extend it in your"
|
121 |
+
msgstr ""
|
122 |
+
"К сожалению, время использования вашей лицензии истекло. Для получения "
|
123 |
+
"обновлений приоритетного саппорта вам нужно продлить лицензию перейдя на "
|
124 |
+
"вашей"
|
125 |
|
126 |
+
#: bws_functions.php:256
|
127 |
+
msgid ""
|
128 |
+
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
129 |
+
"Trial license can be installed only once."
|
130 |
+
msgstr ""
|
131 |
+
"К сожалению, Pro лицензия уже была установлена на этом доменен. Pro Trial "
|
132 |
+
"лицензия может быть установлена только один раз."
|
133 |
|
134 |
+
#: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
|
|
|
|
|
135 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
136 |
+
msgstr ""
|
137 |
+
"Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
|
138 |
|
139 |
+
#: bws_functions.php:289
|
140 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
141 |
msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
|
142 |
|
143 |
+
#: bws_functions.php:295
|
144 |
+
msgid ""
|
145 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
146 |
+
"plugin manually"
|
147 |
+
msgstr ""
|
148 |
+
"Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
|
149 |
+
"Пожалуйста, загрузите плагин вручную"
|
150 |
|
151 |
+
#: bws_functions.php:302
|
152 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
153 |
+
msgstr ""
|
154 |
+
"Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
|
155 |
|
156 |
+
#: bws_functions.php:325
|
157 |
+
msgid ""
|
158 |
+
"Something went wrong. Try again later or upload the plugin manually. We are "
|
159 |
+
"sorry for inconvenience."
|
160 |
+
msgstr ""
|
161 |
+
"Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. "
|
162 |
+
"Приносим извинения за неудобства."
|
163 |
|
164 |
+
#: bws_functions.php:350
|
165 |
msgid "Please, enter Your license key"
|
166 |
msgstr "Пожалуйста, введите ваш лицензионный ключ"
|
167 |
|
168 |
+
#: bws_functions.php:380
|
169 |
+
msgid ""
|
170 |
+
"Congratulations! The Pro version of the plugin is successfully download and "
|
171 |
+
"activated."
|
172 |
msgstr "Поздравляем! Pro версия плагина была успешно загружена и активирована."
|
173 |
|
174 |
+
#: bws_functions.php:382 bws_functions.php:473
|
|
|
175 |
msgid "Please, go to"
|
176 |
msgstr "Пожалуйста, перейдите на"
|
177 |
|
178 |
+
#: bws_functions.php:382 bws_functions.php:473
|
|
|
179 |
msgid "the setting page"
|
180 |
msgstr "страницу настроек"
|
181 |
|
182 |
+
#: bws_functions.php:383 bws_functions.php:474
|
|
|
183 |
msgid "You will be redirected automatically in 5 seconds."
|
184 |
msgstr "Вы будете перенаправлены автоматически через 5 секунд."
|
185 |
|
186 |
+
#: bws_functions.php:390
|
187 |
msgid "Show Pro features"
|
188 |
msgstr "Показать Pro опции"
|
189 |
|
190 |
+
#: bws_functions.php:397
|
191 |
msgid "You can download and activate"
|
192 |
msgstr "Вы можете скачать и активировать"
|
193 |
|
194 |
+
#: bws_functions.php:399
|
195 |
msgid "version of this plugin by entering Your license key."
|
196 |
msgstr "версию этого плагина, введя ваш лицензионный ключ."
|
197 |
|
198 |
+
#: bws_functions.php:401 bws_functions.php:442
|
199 |
+
msgid ""
|
200 |
+
"You can find your license key on your personal page Client area, by clicking "
|
201 |
+
"on the link"
|
202 |
+
msgstr ""
|
203 |
+
"Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, "
|
204 |
+
"нажав на ссылку"
|
205 |
|
206 |
+
#: bws_functions.php:403 bws_functions.php:444
|
|
|
207 |
msgid "(your username is the email you specify when purchasing the product)."
|
208 |
+
msgstr ""
|
209 |
+
"(ваше имя пользователя - это электронный адрес, указанный при покупке "
|
210 |
+
"продукта)."
|
211 |
|
212 |
+
#: bws_functions.php:407 bws_functions.php:691
|
|
|
213 |
msgid "or"
|
214 |
msgstr "или"
|
215 |
|
216 |
+
#: bws_functions.php:407
|
217 |
#, php-format
|
218 |
msgid "Start Your Free %s-Day Trial Now"
|
219 |
msgstr "Попробуйте %s-дневную Trial версию бесплатно"
|
220 |
|
221 |
+
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
222 |
+
#: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
|
|
|
|
|
|
|
223 |
#: bws_menu.php:750
|
224 |
msgid "Activate"
|
225 |
msgstr "Активировать"
|
226 |
|
227 |
+
#: bws_functions.php:439 bws_functions.php:532
|
|
|
228 |
#, php-format
|
229 |
+
msgid ""
|
230 |
+
"In order to continue using the plugin it is necessary to buy a %s license."
|
231 |
+
msgstr ""
|
232 |
+
"Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
|
233 |
|
234 |
+
#: bws_functions.php:440
|
235 |
msgid "After that you can activate it by entering your license key."
|
236 |
msgstr "После этого вы сможете активировать его введя лицензионный ключ."
|
237 |
|
238 |
+
#: bws_functions.php:454
|
239 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
240 |
msgstr "К сожалению, вы превысили количество доступных попыток."
|
241 |
|
242 |
+
#: bws_functions.php:471
|
243 |
+
msgid ""
|
244 |
+
"Congratulations! The Pro license of the plugin is successfully activated."
|
245 |
msgstr "Поздравляем! Pro версия плагина была успешно активирована."
|
246 |
|
247 |
+
#: bws_functions.php:512
|
248 |
msgid "Wrong license key."
|
249 |
msgstr "Неправильный лицензионный ключ."
|
250 |
|
251 |
+
#: bws_functions.php:514
|
252 |
msgid "This license key is bind to another site."
|
253 |
msgstr "Этот лицензионный ключ привязан к другому сайту."
|
254 |
|
255 |
+
#: bws_functions.php:516
|
256 |
+
msgid ""
|
257 |
+
"This license key is valid, but Your license has expired. If you want to "
|
258 |
+
"update our plugin in future, you should extend the license."
|
259 |
+
msgstr ""
|
260 |
+
"Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите "
|
261 |
+
"обновлять плагин в будущем, вы должны продлить лицензию."
|
262 |
|
263 |
+
#: bws_functions.php:518
|
264 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
265 |
msgstr "К сожалению, вы превысили количество доступных попыток."
|
266 |
|
267 |
+
#: bws_functions.php:520
|
268 |
+
msgid ""
|
269 |
+
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
270 |
+
"The Pro Trial license can be installed only once."
|
271 |
+
msgstr ""
|
272 |
+
"К сожалению, Pro Trial версия плагина уже устанавливалась на этот домен. Pro "
|
273 |
+
"Trial версию можно устанавливать лишь один раз."
|
274 |
|
275 |
+
#: bws_functions.php:524
|
276 |
msgid "The Pro Trial license key is valid."
|
277 |
msgstr "Ключ Pro Trial версии действителен."
|
278 |
|
279 |
+
#: bws_functions.php:526
|
280 |
msgid "The license key is valid."
|
281 |
msgstr "Лицензионный ключ действителен."
|
282 |
|
283 |
+
#: bws_functions.php:529
|
284 |
msgid "Your license will expire on"
|
285 |
msgstr "Ваша лицензия истечет"
|
286 |
|
287 |
+
#: bws_functions.php:562
|
288 |
msgid "Please, enter your license key"
|
289 |
msgstr "Пожалуйста, введите Ваш лицензионный ключ"
|
290 |
|
291 |
+
#: bws_functions.php:575
|
292 |
+
msgid ""
|
293 |
+
"If needed you can check if the license key is correct or reenter it in the "
|
294 |
+
"field below. You can find your license key on your personal page - Client "
|
295 |
+
"area - on our website"
|
296 |
+
msgstr ""
|
297 |
+
"При необходимости вы можете проверить валидность лицензионного ключа или "
|
298 |
+
"повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на "
|
299 |
+
"своей личной странице - Client area - на нашем сайте"
|
300 |
|
301 |
+
#: bws_functions.php:575
|
302 |
+
msgid ""
|
303 |
+
"(your username is the email you specify when purchasing the product). If "
|
304 |
+
"necessary, please submit \"Lost your password?\" request."
|
305 |
+
msgstr ""
|
306 |
+
"(ваш пользователь это емейл, который вы указывали при покупке продукта). При "
|
307 |
+
"необходимости нажмите \"Забыли пароль?\"."
|
308 |
|
309 |
+
#: bws_functions.php:579
|
310 |
msgid "Check license key"
|
311 |
msgstr "Проверка лицензионного ключа"
|
312 |
|
313 |
+
#: bws_functions.php:593
|
314 |
msgid "WARNING: Illegal use notification"
|
315 |
msgstr "ВНИМАНИЕ: уведомление о незаконном использовании"
|
316 |
|
317 |
+
#: bws_functions.php:593
|
318 |
+
msgid ""
|
319 |
+
"You can use one license of the Pro plugin for one domain only. Please check "
|
320 |
+
"and edit your license or domain if necessary using you personal Client Area. "
|
321 |
+
"We strongly recommend you to solve the problem within 24 hours, otherwise "
|
322 |
+
"the Pro plugin will be deactivated."
|
323 |
+
msgstr ""
|
324 |
+
"Вы можете использовать одну лицензию Pro плагина только для одного домена. "
|
325 |
+
"Пожалуйста, проверьте и отредактируйте при необходимости лицензию или домен, "
|
326 |
+
"используя Ваш личный Client Area. Мы настоятельно рекомендуем вам решить "
|
327 |
+
"проблему в течение 24 часов, в противном случае плагин будет деактивирован."
|
328 |
|
329 |
+
#: bws_functions.php:601
|
330 |
+
msgid ""
|
331 |
+
"Notice: Your Pro Trial license has expired. To continue using the plugin you "
|
332 |
+
"should buy a Pro license"
|
333 |
+
msgstr ""
|
334 |
+
"Внимание: Срок действия Pro Trial версии истек. Чтобы продолжить "
|
335 |
+
"пользоваться плагином, пожалуйста, приобретите лицензию Pro"
|
336 |
|
337 |
+
#: bws_functions.php:603
|
338 |
+
msgid ""
|
339 |
+
"Your license has expired. To continue getting top-priority support and "
|
340 |
+
"plugin updates you should extend it."
|
341 |
+
msgstr ""
|
342 |
+
"Время использования вашей лицензии истекло. Если вы хотите обновлять ваш "
|
343 |
+
"плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно "
|
344 |
+
"продлить лицензию."
|
345 |
|
346 |
+
#: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
|
347 |
+
#: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
|
|
|
|
|
|
|
|
|
348 |
#: bws_menu.php:794
|
349 |
msgid "Learn more"
|
350 |
msgstr "Подробнее"
|
351 |
|
352 |
+
#: bws_functions.php:613
|
353 |
#, php-format
|
354 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
355 |
msgstr "Внимание: Вы используете Pro Trial версию плагина %s."
|
356 |
|
357 |
+
#: bws_functions.php:615
|
358 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
359 |
msgstr "Внимание: Вы используете Pro Trial версию плагина."
|
360 |
|
361 |
+
#: bws_functions.php:618
|
362 |
msgid "The Pro Trial license will expire on"
|
363 |
msgstr "Ваша лицензия Pro Trial версии плагина истекает"
|
364 |
|
365 |
+
#: bws_functions.php:656
|
366 |
msgid "You license for"
|
367 |
msgstr "Ваш лицензионный ключ для"
|
368 |
|
369 |
+
#: bws_functions.php:656
|
370 |
msgid "expires on"
|
371 |
msgstr "истекает"
|
372 |
|
373 |
+
#: bws_functions.php:656
|
374 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
375 |
msgstr "и вы не будете получать приоритетную тех.поддержку или обновления."
|
376 |
|
377 |
+
#: bws_functions.php:687
|
378 |
msgid "Thank you for installing"
|
379 |
msgstr "Спасибо за установку"
|
380 |
|
381 |
+
#: bws_functions.php:688
|
382 |
msgid "Let's get started"
|
383 |
msgstr "Давайте начнем"
|
384 |
|
385 |
+
#: bws_functions.php:689
|
386 |
msgid "Configure Settings"
|
387 |
msgstr "Настройка параметров"
|
388 |
|
389 |
+
#: bws_functions.php:692
|
390 |
msgid "Add New"
|
391 |
msgstr "Добавить"
|
392 |
|
393 |
+
#: bws_functions.php:750
|
394 |
+
msgid "Thank you for choosing"
|
395 |
+
msgstr "Спасибо за выбор"
|
396 |
+
|
397 |
+
#: bws_functions.php:751
|
398 |
+
msgid ""
|
399 |
+
"If you have a feature, suggestion or idea you'd like to see in the plugin, "
|
400 |
+
"we'd love to hear about it!"
|
401 |
+
msgstr ""
|
402 |
+
"Если у вас есть предложения по добавлению нового или улучшению текущего "
|
403 |
+
"функционала плагина, пожалуйста, присылайте их нам! Мы вседа открыты для "
|
404 |
+
"новых идей!"
|
405 |
+
|
406 |
+
#: bws_functions.php:752
|
407 |
+
msgid "Suggest a Feature"
|
408 |
+
msgstr "Предложить функционал"
|
409 |
|
410 |
+
#: bws_functions.php:768
|
411 |
msgid "Notice"
|
412 |
msgstr "Внимание"
|
413 |
|
414 |
+
#: bws_functions.php:768
|
415 |
msgid "The plugin's settings have been changed."
|
416 |
msgstr "Настройки плагина были изменены"
|
417 |
|
418 |
+
#: bws_functions.php:769 bws_functions.php:1240
|
419 |
msgid "Save Changes"
|
420 |
msgstr "Сохранить изменения"
|
421 |
|
422 |
+
#: bws_functions.php:786
|
423 |
+
msgid ""
|
424 |
+
"You can always look at premium options by clicking on the \"Show Pro features"
|
425 |
+
"\" in the \"Go PRO\" tab"
|
426 |
+
msgstr ""
|
427 |
+
"Вы всегда можете просмотреть премиум опции нажав на кнопку \"Показать Pro "
|
428 |
+
"опции\" на вкладке \"Перейти на PRO\""
|
429 |
|
430 |
+
#: bws_functions.php:886
|
431 |
msgid "Add shortcode"
|
432 |
msgstr "Добавить шорткод"
|
433 |
|
434 |
+
#: bws_functions.php:886
|
435 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
436 |
msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
|
437 |
|
438 |
+
#: bws_functions.php:935
|
439 |
msgid "Close"
|
440 |
msgstr "Закрыть"
|
441 |
|
442 |
+
#: bws_functions.php:1027
|
443 |
msgid "Restore all plugin settings to defaults"
|
444 |
msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
|
445 |
|
446 |
+
#: bws_functions.php:1029
|
447 |
msgid "Restore settings"
|
448 |
msgstr "Восстановить настройки"
|
449 |
|
450 |
+
#: bws_functions.php:1040
|
451 |
msgid "Are you sure you want to restore all settings by default?"
|
452 |
+
msgstr ""
|
453 |
+
"Вы уверены что хотите восстановить все настройки плагина к настройкам по "
|
454 |
+
"умолчанию?"
|
455 |
|
456 |
+
#: bws_functions.php:1043
|
457 |
msgid "Yes, restore all settings"
|
458 |
msgstr "Да, восстановить все настройки"
|
459 |
|
460 |
+
#: bws_functions.php:1044
|
461 |
msgid "No, go back to the settings page"
|
462 |
msgstr "Нет, вернуться на страницу настроек"
|
463 |
|
464 |
+
#: bws_functions.php:1090
|
465 |
msgid "Plugin"
|
466 |
msgstr "Плагин"
|
467 |
|
468 |
+
#: bws_functions.php:1099
|
469 |
msgid "Shortcode settings"
|
470 |
msgstr "Настройки шорткода"
|
471 |
|
472 |
+
#: bws_functions.php:1104
|
473 |
msgid "The shortcode will be inserted"
|
474 |
msgstr "Будет вставлен шорткод"
|
475 |
|
476 |
+
#: bws_functions.php:1109
|
477 |
msgid "Insert"
|
478 |
msgstr "Вставить"
|
479 |
|
480 |
+
#: bws_functions.php:1140
|
481 |
msgid "Visit Help Center"
|
482 |
msgstr "Перейти в Help Center"
|
483 |
|
484 |
+
#: bws_functions.php:1145
|
485 |
msgid "FAQ"
|
486 |
msgstr "FAQ"
|
487 |
|
488 |
+
#: bws_functions.php:1151
|
489 |
msgid "For more information:"
|
490 |
msgstr "Для дополнительной информации:"
|
491 |
|
492 |
+
#: bws_functions.php:1152
|
493 |
msgid "Documentation"
|
494 |
msgstr "Документация"
|
495 |
|
496 |
+
#: bws_functions.php:1153
|
497 |
msgid "Video Instructions"
|
498 |
msgstr "Видео инструкции"
|
499 |
|
500 |
+
#: bws_functions.php:1154
|
501 |
msgid "Submit a Request"
|
502 |
msgstr "Отправить запрос"
|
503 |
|
504 |
+
#: bws_functions.php:1165
|
505 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
506 |
+
msgstr ""
|
507 |
+
"У вас недостаточно полномочий, чтобы редактировать плагины на этом сайте."
|
508 |
+
|
509 |
+
#: bws_functions.php:1196
|
510 |
+
msgid "File edited successfully."
|
511 |
+
msgstr "Файл успешно изменён."
|
512 |
+
|
513 |
+
#: bws_functions.php:1198
|
514 |
+
msgid "Not enough permissions to create or update the file"
|
515 |
+
msgstr "Не достаточно прав для создания или обновления файла"
|
516 |
+
|
517 |
+
#: bws_functions.php:1222
|
518 |
+
msgid "These styles will be added to the header on all pages of your site."
|
519 |
+
msgstr "Эти стили будут добавлены в хедер на всех страницах вашего сайта."
|
520 |
+
|
521 |
+
#: bws_functions.php:1225
|
522 |
+
msgid "Editing"
|
523 |
+
msgstr "Редактирование"
|
524 |
+
|
525 |
+
#: bws_functions.php:1227
|
526 |
+
msgid "Browsing"
|
527 |
+
msgstr "Просмотр"
|
528 |
+
|
529 |
+
#: bws_functions.php:1235
|
530 |
+
msgid "Learn more about CSS"
|
531 |
+
msgstr "Подробнее о CSS"
|
532 |
+
|
533 |
+
#: bws_functions.php:1243
|
534 |
+
#, php-format
|
535 |
+
msgid ""
|
536 |
+
"You need to make this file writable before you can save your changes. See %s "
|
537 |
+
"the Codex %s for more information."
|
538 |
+
msgstr ""
|
539 |
+
"Чтобы сохранить изменения, нужно сделать этот файл доступным для записи. "
|
540 |
+
"Дополнительную информацию можно получить в %sКодексе%s."
|
541 |
+
|
542 |
+
#: bws_menu.php:509
|
543 |
msgid "Not set"
|
544 |
msgstr "Не задан"
|
545 |
|
546 |
+
#: bws_menu.php:511 bws_menu.php:512
|
|
|
547 |
msgid "On"
|
548 |
msgstr "Вкл"
|
549 |
|
550 |
+
#: bws_menu.php:511 bws_menu.php:512
|
|
|
551 |
msgid "Off"
|
552 |
msgstr "Выкл"
|
553 |
|
554 |
+
#: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
|
555 |
+
#: bws_menu.php:517 bws_menu.php:529
|
|
|
|
|
|
|
|
|
556 |
msgid "N/A"
|
557 |
msgstr "Неизвестно"
|
558 |
|
559 |
+
#: bws_menu.php:517
|
560 |
msgid " Mb"
|
561 |
msgstr "Mb"
|
562 |
|
563 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
|
|
|
|
|
|
|
564 |
msgid "Yes"
|
565 |
msgstr "Да"
|
566 |
|
567 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
|
|
|
|
|
|
|
568 |
msgid "No"
|
569 |
msgstr "Нет"
|
570 |
|
571 |
+
#: bws_menu.php:537
|
572 |
msgid "Operating System"
|
573 |
msgstr "Операционная система"
|
574 |
|
575 |
+
#: bws_menu.php:538
|
576 |
msgid "Server"
|
577 |
msgstr "Тип сервера"
|
578 |
|
579 |
+
#: bws_menu.php:539
|
580 |
msgid "Memory usage"
|
581 |
msgstr "Памяти использовано"
|
582 |
|
583 |
+
#: bws_menu.php:540
|
584 |
msgid "MYSQL Version"
|
585 |
msgstr "Версия MYSQL"
|
586 |
|
587 |
+
#: bws_menu.php:541
|
588 |
msgid "SQL Mode"
|
589 |
msgstr "Режим SQL"
|
590 |
|
591 |
+
#: bws_menu.php:542
|
592 |
msgid "PHP Version"
|
593 |
msgstr "Версия PHP"
|
594 |
|
595 |
+
#: bws_menu.php:543
|
596 |
msgid "PHP Safe Mode"
|
597 |
msgstr "PHP Safe Mode"
|
598 |
|
599 |
+
#: bws_menu.php:544
|
600 |
msgid "PHP Allow URL fopen"
|
601 |
msgstr "PHP Allow URL fopen"
|
602 |
|
603 |
+
#: bws_menu.php:545
|
604 |
msgid "PHP Memory Limit"
|
605 |
msgstr "Лимит памяти"
|
606 |
|
607 |
+
#: bws_menu.php:546
|
608 |
msgid "PHP Max Upload Size"
|
609 |
msgstr "Макс. размер загружаемого файла"
|
610 |
|
611 |
+
#: bws_menu.php:547
|
612 |
msgid "PHP Max Post Size"
|
613 |
msgstr "Макс. размер записи"
|
614 |
|
615 |
+
#: bws_menu.php:548
|
616 |
msgid "PHP Max Script Execute Time"
|
617 |
msgstr "Макс. время выполнения сценария"
|
618 |
|
619 |
+
#: bws_menu.php:549
|
620 |
msgid "PHP Exif support"
|
621 |
msgstr "Поддержка PHP Exif"
|
622 |
|
623 |
+
#: bws_menu.php:550
|
624 |
msgid "PHP IPTC support"
|
625 |
msgstr "Поддержка PHP IPTC"
|
626 |
|
627 |
+
#: bws_menu.php:551
|
628 |
msgid "PHP XML support"
|
629 |
msgstr "Поддержка PHP XML"
|
630 |
|
631 |
+
#: bws_menu.php:552
|
632 |
msgid "Site URL"
|
633 |
msgstr "Адрес сайта"
|
634 |
|
635 |
+
#: bws_menu.php:553
|
636 |
msgid "Home URL"
|
637 |
msgstr "Основной адрес сайта"
|
638 |
|
639 |
+
#: bws_menu.php:556
|
640 |
msgid "WordPress Version"
|
641 |
msgstr "Версия WordPress"
|
642 |
|
643 |
+
#: bws_menu.php:557
|
644 |
msgid "WordPress DB Version"
|
645 |
msgstr "Версия базы данных WordPress"
|
646 |
|
647 |
+
#: bws_menu.php:558
|
648 |
msgid "Multisite"
|
649 |
msgstr "Мультиблог"
|
650 |
|
651 |
+
#: bws_menu.php:559
|
652 |
msgid "Active Theme"
|
653 |
msgstr "Текущая тема"
|
654 |
|
655 |
+
#: bws_menu.php:574
|
656 |
msgid "Please enter a valid email address."
|
657 |
msgstr "Пожалуйста, введите валидный емайл."
|
658 |
|
659 |
+
#: bws_menu.php:578
|
660 |
msgid "Email with system info is sent to "
|
661 |
msgstr "Емейл с системной информацией отправлен на"
|
662 |
|
663 |
+
#: bws_menu.php:582
|
664 |
msgid "Thank you for contacting us."
|
665 |
msgstr "Спасибо что связались с нами."
|
666 |
|
667 |
+
#: bws_menu.php:615
|
668 |
msgid "Sorry, email message could not be delivered."
|
669 |
msgstr "Извините, ваш емейл не может быть отправлен."
|
670 |
|
671 |
+
#: bws_menu.php:622
|
672 |
msgid "Need help?"
|
673 |
msgstr "Нужна помощь?"
|
674 |
|
675 |
+
#: bws_menu.php:623
|
676 |
msgid "Client area"
|
677 |
msgstr "Client area"
|
678 |
|
679 |
+
#: bws_menu.php:624 bws_menu.php:933
|
|
|
680 |
msgid "System status"
|
681 |
msgstr "Системная информация"
|
682 |
|
683 |
+
#: bws_menu.php:629
|
684 |
msgid "Plugins"
|
685 |
msgstr "Плагины"
|
686 |
|
687 |
+
#: bws_menu.php:630
|
688 |
msgid "Themes"
|
689 |
msgstr "Темы"
|
690 |
|
704 |
msgid "Installed plugins"
|
705 |
msgstr "Установленные плагины"
|
706 |
|
707 |
+
#: bws_menu.php:672 bws_menu.php:721
|
|
|
708 |
msgid "Settings"
|
709 |
msgstr "Настройки"
|
710 |
|
711 |
+
#: bws_menu.php:693 bws_menu.php:750
|
|
|
712 |
msgid "Activate this plugin"
|
713 |
msgstr "Активировать плагин"
|
714 |
|
715 |
+
#: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
|
|
|
|
|
716 |
msgid "Go"
|
717 |
msgstr "Перейти на"
|
718 |
|
719 |
+
#: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
|
|
|
|
|
720 |
msgid "DONATE"
|
721 |
msgstr "Пожертвовать"
|
722 |
|
764 |
msgid "Preview"
|
765 |
msgstr "Просмотр"
|
766 |
|
767 |
+
#: bws_menu.php:882 bws_menu.php:914
|
|
|
768 |
#, php-format
|
769 |
msgid "By %s"
|
770 |
msgstr "%s"
|
797 |
msgid "Send to custom email »"
|
798 |
msgstr "Отправить на емейл »"
|
799 |
|
800 |
+
#~ msgid "Add BWS Plugins Shortcode"
|
801 |
+
#~ msgstr "Добавить шорткод BWS Плагина"
|
802 |
+
|
803 |
#~ msgid "Select Plugin"
|
804 |
#~ msgstr "Выберите плагин"
|
805 |
|
bws_menu/languages/bestwebsoft-sr_RS.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-sr_RS.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:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
|
9 |
"Language: fr_FR\n"
|
@@ -17,591 +17,643 @@ msgstr ""
|
|
17 |
"X-Generator: Poedit 1.5.4\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: bws_functions.php:
|
21 |
-
#: bws_functions.php:63
|
22 |
msgid "requires"
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: bws_functions.php:
|
26 |
-
msgid "
|
|
|
|
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: bws_functions.php:
|
30 |
msgid "Back to the WordPress"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: bws_functions.php:
|
34 |
#, fuzzy
|
35 |
msgid "Plugins page"
|
36 |
msgstr "Pro moduli"
|
37 |
|
38 |
-
#: bws_functions.php:
|
39 |
-
msgid "
|
|
|
|
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: bws_functions.php:
|
|
|
|
|
|
|
|
|
|
|
43 |
msgid "It’s time to upgrade your"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: bws_functions.php:
|
47 |
#, fuzzy
|
48 |
msgid "to"
|
49 |
msgstr "vrh"
|
50 |
|
51 |
-
#: bws_functions.php:
|
52 |
#, fuzzy
|
53 |
msgid "version!"
|
54 |
msgstr "PHP Verzija"
|
55 |
|
56 |
-
#: bws_functions.php:
|
57 |
msgid "Extend standard plugin functionality with new great options."
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: bws_functions.php:
|
61 |
-
#: bws_functions.php:561
|
62 |
#, fuzzy
|
63 |
msgid "Learn More"
|
64 |
msgstr "Pročitaj više"
|
65 |
|
66 |
-
#: bws_functions.php:
|
67 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
68 |
msgstr ""
|
69 |
|
70 |
-
#: bws_functions.php:
|
71 |
#, fuzzy
|
72 |
msgid "Rate the plugin"
|
73 |
msgstr "Aktivirani moduli"
|
74 |
|
75 |
-
#: bws_functions.php:
|
76 |
#, fuzzy
|
77 |
msgid "If there is something wrong about it, please contact us"
|
78 |
msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
|
79 |
|
80 |
-
#: bws_functions.php:
|
81 |
msgid "Check premium options on the plugin settings page!"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: bws_functions.php:
|
85 |
-
#: bws_functions.php:222
|
86 |
msgid "Wrong license key"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: bws_functions.php:
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: bws_functions.php:
|
96 |
-
#: bws_functions.php:474
|
97 |
-
#: bws_functions.php:525
|
98 |
msgid "We are sorry for inconvenience."
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: bws_functions.php:
|
102 |
msgid "This license key is bind to another site"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: bws_functions.php:
|
106 |
-
|
107 |
-
|
|
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: bws_functions.php:
|
111 |
-
msgid "
|
|
|
|
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: bws_functions.php:
|
115 |
-
msgid "
|
|
|
|
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: bws_functions.php:
|
119 |
-
#: bws_functions.php:273
|
120 |
-
#: bws_functions.php:295
|
121 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: bws_functions.php:
|
125 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: bws_functions.php:
|
129 |
-
msgid "
|
|
|
|
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: bws_functions.php:
|
133 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: bws_functions.php:
|
137 |
-
msgid "
|
|
|
|
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: bws_functions.php:
|
141 |
msgid "Please, enter Your license key"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: bws_functions.php:
|
145 |
-
msgid "
|
|
|
|
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: bws_functions.php:
|
149 |
-
#: bws_functions.php:441
|
150 |
msgid "Please, go to"
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: bws_functions.php:
|
154 |
-
#: bws_functions.php:441
|
155 |
#, fuzzy
|
156 |
msgid "the setting page"
|
157 |
msgstr "na stranici za podešavanje modula ("
|
158 |
|
159 |
-
#: bws_functions.php:
|
160 |
-
#: bws_functions.php:442
|
161 |
msgid "You will be redirected automatically in 5 seconds."
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: bws_functions.php:
|
165 |
msgid "Show Pro features"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: bws_functions.php:
|
169 |
msgid "You can download and activate"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: bws_functions.php:
|
173 |
msgid "version of this plugin by entering Your license key."
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: bws_functions.php:
|
177 |
-
|
178 |
-
|
|
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: bws_functions.php:
|
182 |
-
#: bws_functions.php:412
|
183 |
msgid "(your username is the email you specify when purchasing the product)."
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: bws_functions.php:
|
187 |
-
#: bws_functions.php:659
|
188 |
msgid "or"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: bws_functions.php:
|
192 |
#, php-format
|
193 |
msgid "Start Your Free %s-Day Trial Now"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: bws_functions.php:
|
197 |
-
#: bws_functions.php:
|
198 |
-
#: bws_functions.php:420
|
199 |
-
#: bws_functions.php:428
|
200 |
-
#: bws_menu.php:693
|
201 |
#: bws_menu.php:750
|
202 |
#, fuzzy
|
203 |
msgid "Activate"
|
204 |
msgstr "Aktivirani moduli"
|
205 |
|
206 |
-
#: bws_functions.php:
|
207 |
-
#: bws_functions.php:500
|
208 |
#, php-format
|
209 |
-
msgid "
|
|
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: bws_functions.php:
|
213 |
msgid "After that you can activate it by entering your license key."
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: bws_functions.php:
|
217 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: bws_functions.php:
|
221 |
-
msgid "
|
|
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: bws_functions.php:
|
225 |
msgid "Wrong license key."
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: bws_functions.php:
|
229 |
msgid "This license key is bind to another site."
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: bws_functions.php:
|
233 |
-
msgid "
|
|
|
|
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: bws_functions.php:
|
237 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: bws_functions.php:
|
241 |
-
msgid "
|
|
|
|
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: bws_functions.php:
|
245 |
msgid "The Pro Trial license key is valid."
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: bws_functions.php:
|
249 |
msgid "The license key is valid."
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: bws_functions.php:
|
253 |
msgid "Your license will expire on"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: bws_functions.php:
|
257 |
msgid "Please, enter your license key"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: bws_functions.php:
|
261 |
-
msgid "
|
|
|
|
|
|
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: bws_functions.php:
|
265 |
-
msgid "
|
|
|
|
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: bws_functions.php:
|
269 |
msgid "Check license key"
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: bws_functions.php:
|
273 |
msgid "WARNING: Illegal use notification"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: bws_functions.php:
|
277 |
-
msgid "
|
|
|
|
|
|
|
|
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: bws_functions.php:
|
281 |
-
msgid "
|
|
|
|
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: bws_functions.php:
|
285 |
-
msgid "
|
|
|
|
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: bws_functions.php:
|
289 |
-
#:
|
290 |
-
#: bws_menu.php:669
|
291 |
-
#: bws_menu.php:691
|
292 |
-
#: bws_menu.php:718
|
293 |
-
#: bws_menu.php:748
|
294 |
#: bws_menu.php:794
|
295 |
#, fuzzy
|
296 |
msgid "Learn more"
|
297 |
msgstr "Pročitaj više"
|
298 |
|
299 |
-
#: bws_functions.php:
|
300 |
#, php-format
|
301 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: bws_functions.php:
|
305 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: bws_functions.php:
|
309 |
msgid "The Pro Trial license will expire on"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: bws_functions.php:
|
313 |
msgid "You license for"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: bws_functions.php:
|
317 |
msgid "expires on"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: bws_functions.php:
|
321 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: bws_functions.php:
|
325 |
#, fuzzy
|
326 |
msgid "Thank you for installing"
|
327 |
msgstr "Hvala što ste nas kontaktirali"
|
328 |
|
329 |
-
#: bws_functions.php:
|
330 |
msgid "Let's get started"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: bws_functions.php:
|
334 |
#, fuzzy
|
335 |
msgid "Configure Settings"
|
336 |
msgstr "na stranici za podešavanje modula ("
|
337 |
|
338 |
-
#: bws_functions.php:
|
339 |
msgid "Add New"
|
340 |
msgstr "Ajouter"
|
341 |
|
342 |
-
#: bws_functions.php:
|
343 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: bws_functions.php:
|
|
|
|
|
|
|
|
|
347 |
msgid "Notice"
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: bws_functions.php:
|
351 |
msgid "The plugin's settings have been changed."
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: bws_functions.php:
|
355 |
msgid "Save Changes"
|
356 |
msgstr "Sačuvaj izmene"
|
357 |
|
358 |
-
#: bws_functions.php:
|
359 |
-
msgid "
|
360 |
-
|
361 |
-
|
362 |
-
#: bws_functions.php:773
|
363 |
-
msgid "Add BWS Plugins Shortcode"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: bws_functions.php:
|
367 |
#, fuzzy
|
368 |
msgid "Add shortcode"
|
369 |
msgstr "Kratak kod za Galeriju"
|
370 |
|
371 |
-
#: bws_functions.php:
|
372 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: bws_functions.php:
|
376 |
msgid "Close"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: bws_functions.php:
|
380 |
msgid "Restore all plugin settings to defaults"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: bws_functions.php:
|
384 |
#, fuzzy
|
385 |
msgid "Restore settings"
|
386 |
msgstr "na stranici za podešavanje modula ("
|
387 |
|
388 |
-
#: bws_functions.php:
|
389 |
msgid "Are you sure you want to restore all settings by default?"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: bws_functions.php:
|
393 |
msgid "Yes, restore all settings"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: bws_functions.php:
|
397 |
#, fuzzy
|
398 |
msgid "No, go back to the settings page"
|
399 |
msgstr "na stranici za podešavanje modula ("
|
400 |
|
401 |
-
#: bws_functions.php:
|
402 |
#, fuzzy
|
403 |
msgid "Plugin"
|
404 |
msgstr "Pro moduli"
|
405 |
|
406 |
-
#: bws_functions.php:
|
407 |
#, fuzzy
|
408 |
msgid "Shortcode settings"
|
409 |
msgstr "na stranici za podešavanje modula ("
|
410 |
|
411 |
-
#: bws_functions.php:
|
412 |
msgid "The shortcode will be inserted"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: bws_functions.php:
|
416 |
msgid "Insert"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: bws_functions.php:
|
420 |
msgid "Visit Help Center"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: bws_functions.php:
|
424 |
msgid "FAQ"
|
425 |
msgstr "FAQ"
|
426 |
|
427 |
-
#: bws_functions.php:
|
428 |
msgid "For more information:"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: bws_functions.php:
|
432 |
msgid "Documentation"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: bws_functions.php:
|
436 |
msgid "Video Instructions"
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: bws_functions.php:
|
440 |
msgid "Submit a Request"
|
441 |
msgstr ""
|
442 |
|
443 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
444 |
msgid "Not set"
|
445 |
msgstr "Nije podešeno"
|
446 |
|
447 |
-
#: bws_menu.php:
|
448 |
-
#: bws_menu.php:509
|
449 |
msgid "On"
|
450 |
msgstr "Uključeno"
|
451 |
|
452 |
-
#: bws_menu.php:
|
453 |
-
#: bws_menu.php:509
|
454 |
msgid "Off"
|
455 |
msgstr "Isključeno"
|
456 |
|
457 |
-
#: bws_menu.php:
|
458 |
-
#: bws_menu.php:
|
459 |
-
#: bws_menu.php:512
|
460 |
-
#: bws_menu.php:513
|
461 |
-
#: bws_menu.php:514
|
462 |
-
#: bws_menu.php:526
|
463 |
msgid "N/A"
|
464 |
msgstr "N/A"
|
465 |
|
466 |
-
#: bws_menu.php:
|
467 |
msgid " Mb"
|
468 |
msgstr " Mb"
|
469 |
|
470 |
-
#: bws_menu.php:
|
471 |
-
#: bws_menu.php:516
|
472 |
-
#: bws_menu.php:517
|
473 |
-
#: bws_menu.php:522
|
474 |
msgid "Yes"
|
475 |
msgstr "Da"
|
476 |
|
477 |
-
#: bws_menu.php:
|
478 |
-
#: bws_menu.php:516
|
479 |
-
#: bws_menu.php:517
|
480 |
-
#: bws_menu.php:524
|
481 |
msgid "No"
|
482 |
msgstr "Ne"
|
483 |
|
484 |
-
#: bws_menu.php:
|
485 |
msgid "Operating System"
|
486 |
msgstr "Operativni Sistem"
|
487 |
|
488 |
-
#: bws_menu.php:
|
489 |
msgid "Server"
|
490 |
msgstr "Server"
|
491 |
|
492 |
-
#: bws_menu.php:
|
493 |
msgid "Memory usage"
|
494 |
msgstr "Upotreba memorije"
|
495 |
|
496 |
-
#: bws_menu.php:
|
497 |
msgid "MYSQL Version"
|
498 |
msgstr "MYSQL Verzija"
|
499 |
|
500 |
-
#: bws_menu.php:
|
501 |
msgid "SQL Mode"
|
502 |
msgstr "SQL način"
|
503 |
|
504 |
-
#: bws_menu.php:
|
505 |
msgid "PHP Version"
|
506 |
msgstr "PHP Verzija"
|
507 |
|
508 |
-
#: bws_menu.php:
|
509 |
msgid "PHP Safe Mode"
|
510 |
msgstr "PHP Sigurni način"
|
511 |
|
512 |
-
#: bws_menu.php:
|
513 |
msgid "PHP Allow URL fopen"
|
514 |
msgstr "PHP Dozvoli URL fopen"
|
515 |
|
516 |
-
#: bws_menu.php:
|
517 |
msgid "PHP Memory Limit"
|
518 |
msgstr "PHP Ograničenje memorije"
|
519 |
|
520 |
-
#: bws_menu.php:
|
521 |
#, fuzzy
|
522 |
msgid "PHP Max Upload Size"
|
523 |
msgstr "Envoi de fichier"
|
524 |
|
525 |
-
#: bws_menu.php:
|
526 |
msgid "PHP Max Post Size"
|
527 |
msgstr "PHP Max veličina za učitavanje"
|
528 |
|
529 |
-
#: bws_menu.php:
|
530 |
msgid "PHP Max Script Execute Time"
|
531 |
msgstr "PHP Max veličina posta"
|
532 |
|
533 |
-
#: bws_menu.php:
|
534 |
msgid "PHP Exif support"
|
535 |
msgstr "PHP Exif podrška"
|
536 |
|
537 |
-
#: bws_menu.php:
|
538 |
msgid "PHP IPTC support"
|
539 |
msgstr "PHP IPTC podrška"
|
540 |
|
541 |
-
#: bws_menu.php:
|
542 |
msgid "PHP XML support"
|
543 |
msgstr "PHP XML podrška"
|
544 |
|
545 |
-
#: bws_menu.php:
|
546 |
#, fuzzy
|
547 |
msgid "Site URL"
|
548 |
msgstr "URL du lien"
|
549 |
|
550 |
-
#: bws_menu.php:
|
551 |
msgid "Home URL"
|
552 |
msgstr "URL naslovne"
|
553 |
|
554 |
-
#: bws_menu.php:
|
555 |
msgid "WordPress Version"
|
556 |
msgstr "WordPress Verzija"
|
557 |
|
558 |
-
#: bws_menu.php:
|
559 |
msgid "WordPress DB Version"
|
560 |
msgstr "WordPress DB Verzija"
|
561 |
|
562 |
-
#: bws_menu.php:
|
563 |
msgid "Multisite"
|
564 |
msgstr "Višenamenski sajt"
|
565 |
|
566 |
-
#: bws_menu.php:
|
567 |
msgid "Active Theme"
|
568 |
msgstr "Aktivna tema"
|
569 |
|
570 |
-
#: bws_menu.php:
|
571 |
msgid "Please enter a valid email address."
|
572 |
msgstr "Molimo unesite važeću mejl adresu"
|
573 |
|
574 |
-
#: bws_menu.php:
|
575 |
msgid "Email with system info is sent to "
|
576 |
msgstr "Mejl sa sistemskim informacijama je poslat na"
|
577 |
|
578 |
-
#: bws_menu.php:
|
579 |
msgid "Thank you for contacting us."
|
580 |
msgstr "Hvala što ste nas kontaktirali"
|
581 |
|
582 |
-
#: bws_menu.php:
|
583 |
msgid "Sorry, email message could not be delivered."
|
584 |
msgstr "Nažalost mejl poruka nije prosleđena"
|
585 |
|
586 |
-
#: bws_menu.php:
|
587 |
msgid "Need help?"
|
588 |
msgstr ""
|
589 |
|
590 |
-
#: bws_menu.php:
|
591 |
msgid "Client area"
|
592 |
msgstr ""
|
593 |
|
594 |
-
#: bws_menu.php:
|
595 |
-
#: bws_menu.php:933
|
596 |
msgid "System status"
|
597 |
msgstr "Sistemski status"
|
598 |
|
599 |
-
#: bws_menu.php:
|
600 |
#, fuzzy
|
601 |
msgid "Plugins"
|
602 |
msgstr "Pro moduli"
|
603 |
|
604 |
-
#: bws_menu.php:
|
605 |
msgid "Themes"
|
606 |
msgstr ""
|
607 |
|
@@ -623,26 +675,20 @@ msgstr "Preporučeni moduli"
|
|
623 |
msgid "Installed plugins"
|
624 |
msgstr "Instalirani moduli"
|
625 |
|
626 |
-
#: bws_menu.php:672
|
627 |
-
#: bws_menu.php:721
|
628 |
msgid "Settings"
|
629 |
msgstr "Podešavanja"
|
630 |
|
631 |
-
#: bws_menu.php:693
|
632 |
-
#: bws_menu.php:750
|
633 |
#, fuzzy
|
634 |
msgid "Activate this plugin"
|
635 |
msgstr "Aktivirani moduli"
|
636 |
|
637 |
-
#: bws_menu.php:708
|
638 |
-
#: bws_menu.php:738
|
639 |
-
#: bws_menu.php:784
|
640 |
msgid "Go"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: bws_menu.php:712
|
644 |
-
#: bws_menu.php:742
|
645 |
-
#: bws_menu.php:788
|
646 |
msgid "DONATE"
|
647 |
msgstr ""
|
648 |
|
@@ -693,8 +739,7 @@ msgstr ""
|
|
693 |
msgid "Preview"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: bws_menu.php:882
|
697 |
-
#: bws_menu.php:914
|
698 |
#, php-format
|
699 |
msgid "By %s"
|
700 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-03-10 15:40+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-03-10 15:40+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
|
9 |
"Language: fr_FR\n"
|
17 |
"X-Generator: Poedit 1.5.4\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: bws_functions.php:65 bws_functions.php:89
|
|
|
21 |
msgid "requires"
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: bws_functions.php:67
|
25 |
+
msgid ""
|
26 |
+
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
27 |
+
"try again."
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: bws_functions.php:68
|
31 |
msgid "Back to the WordPress"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: bws_functions.php:70
|
35 |
#, fuzzy
|
36 |
msgid "Plugins page"
|
37 |
msgstr "Pro moduli"
|
38 |
|
39 |
+
#: bws_functions.php:91
|
40 |
+
msgid ""
|
41 |
+
"or higher! We do not guarantee that our plugin will work correctly. Please "
|
42 |
+
"upgrade to WordPress latest version."
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
|
46 |
+
#: bws_functions.php:755
|
47 |
+
msgid "Close notice"
|
48 |
+
msgstr ""
|
49 |
+
|
50 |
+
#: bws_functions.php:148
|
51 |
msgid "It’s time to upgrade your"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: bws_functions.php:148
|
55 |
#, fuzzy
|
56 |
msgid "to"
|
57 |
msgstr "vrh"
|
58 |
|
59 |
+
#: bws_functions.php:148
|
60 |
#, fuzzy
|
61 |
msgid "version!"
|
62 |
msgstr "PHP Verzija"
|
63 |
|
64 |
+
#: bws_functions.php:149
|
65 |
msgid "Extend standard plugin functionality with new great options."
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: bws_functions.php:152 bws_functions.php:593
|
|
|
69 |
#, fuzzy
|
70 |
msgid "Learn More"
|
71 |
msgstr "Pročitaj više"
|
72 |
|
73 |
+
#: bws_functions.php:169
|
74 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: bws_functions.php:170
|
78 |
#, fuzzy
|
79 |
msgid "Rate the plugin"
|
80 |
msgstr "Aktivirani moduli"
|
81 |
|
82 |
+
#: bws_functions.php:173
|
83 |
#, fuzzy
|
84 |
msgid "If there is something wrong about it, please contact us"
|
85 |
msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
|
86 |
|
87 |
+
#: bws_functions.php:205
|
88 |
msgid "Check premium options on the plugin settings page!"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: bws_functions.php:212 bws_functions.php:248
|
|
|
92 |
msgid "Wrong license key"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
|
96 |
+
msgid ""
|
97 |
+
"Something went wrong. Please try again later. If the error appears again, "
|
98 |
+
"please contact us"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
|
|
|
|
|
102 |
msgid "We are sorry for inconvenience."
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: bws_functions.php:250
|
106 |
msgid "This license key is bind to another site"
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: bws_functions.php:252 bws_functions.php:416
|
110 |
+
msgid ""
|
111 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
112 |
+
"Please, upload the plugin manually."
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: bws_functions.php:254
|
116 |
+
msgid ""
|
117 |
+
"Unfortunately, Your license has expired. To continue getting top-priority "
|
118 |
+
"support and plugin updates you should extend it in your"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: bws_functions.php:256
|
122 |
+
msgid ""
|
123 |
+
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
124 |
+
"Trial license can be installed only once."
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
|
|
|
|
|
128 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: bws_functions.php:289
|
132 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: bws_functions.php:295
|
136 |
+
msgid ""
|
137 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
138 |
+
"plugin manually"
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: bws_functions.php:302
|
142 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: bws_functions.php:325
|
146 |
+
msgid ""
|
147 |
+
"Something went wrong. Try again later or upload the plugin manually. We are "
|
148 |
+
"sorry for inconvenience."
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: bws_functions.php:350
|
152 |
msgid "Please, enter Your license key"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: bws_functions.php:380
|
156 |
+
msgid ""
|
157 |
+
"Congratulations! The Pro version of the plugin is successfully download and "
|
158 |
+
"activated."
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: bws_functions.php:382 bws_functions.php:473
|
|
|
162 |
msgid "Please, go to"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: bws_functions.php:382 bws_functions.php:473
|
|
|
166 |
#, fuzzy
|
167 |
msgid "the setting page"
|
168 |
msgstr "na stranici za podešavanje modula ("
|
169 |
|
170 |
+
#: bws_functions.php:383 bws_functions.php:474
|
|
|
171 |
msgid "You will be redirected automatically in 5 seconds."
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: bws_functions.php:390
|
175 |
msgid "Show Pro features"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: bws_functions.php:397
|
179 |
msgid "You can download and activate"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: bws_functions.php:399
|
183 |
msgid "version of this plugin by entering Your license key."
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: bws_functions.php:401 bws_functions.php:442
|
187 |
+
msgid ""
|
188 |
+
"You can find your license key on your personal page Client area, by clicking "
|
189 |
+
"on the link"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: bws_functions.php:403 bws_functions.php:444
|
|
|
193 |
msgid "(your username is the email you specify when purchasing the product)."
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: bws_functions.php:407 bws_functions.php:691
|
|
|
197 |
msgid "or"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: bws_functions.php:407
|
201 |
#, php-format
|
202 |
msgid "Start Your Free %s-Day Trial Now"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
206 |
+
#: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
|
|
|
|
|
|
|
207 |
#: bws_menu.php:750
|
208 |
#, fuzzy
|
209 |
msgid "Activate"
|
210 |
msgstr "Aktivirani moduli"
|
211 |
|
212 |
+
#: bws_functions.php:439 bws_functions.php:532
|
|
|
213 |
#, php-format
|
214 |
+
msgid ""
|
215 |
+
"In order to continue using the plugin it is necessary to buy a %s license."
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: bws_functions.php:440
|
219 |
msgid "After that you can activate it by entering your license key."
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: bws_functions.php:454
|
223 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: bws_functions.php:471
|
227 |
+
msgid ""
|
228 |
+
"Congratulations! The Pro license of the plugin is successfully activated."
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: bws_functions.php:512
|
232 |
msgid "Wrong license key."
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: bws_functions.php:514
|
236 |
msgid "This license key is bind to another site."
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: bws_functions.php:516
|
240 |
+
msgid ""
|
241 |
+
"This license key is valid, but Your license has expired. If you want to "
|
242 |
+
"update our plugin in future, you should extend the license."
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: bws_functions.php:518
|
246 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: bws_functions.php:520
|
250 |
+
msgid ""
|
251 |
+
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
252 |
+
"The Pro Trial license can be installed only once."
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: bws_functions.php:524
|
256 |
msgid "The Pro Trial license key is valid."
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: bws_functions.php:526
|
260 |
msgid "The license key is valid."
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: bws_functions.php:529
|
264 |
msgid "Your license will expire on"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: bws_functions.php:562
|
268 |
msgid "Please, enter your license key"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: bws_functions.php:575
|
272 |
+
msgid ""
|
273 |
+
"If needed you can check if the license key is correct or reenter it in the "
|
274 |
+
"field below. You can find your license key on your personal page - Client "
|
275 |
+
"area - on our website"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: bws_functions.php:575
|
279 |
+
msgid ""
|
280 |
+
"(your username is the email you specify when purchasing the product). If "
|
281 |
+
"necessary, please submit \"Lost your password?\" request."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: bws_functions.php:579
|
285 |
msgid "Check license key"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: bws_functions.php:593
|
289 |
msgid "WARNING: Illegal use notification"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: bws_functions.php:593
|
293 |
+
msgid ""
|
294 |
+
"You can use one license of the Pro plugin for one domain only. Please check "
|
295 |
+
"and edit your license or domain if necessary using you personal Client Area. "
|
296 |
+
"We strongly recommend you to solve the problem within 24 hours, otherwise "
|
297 |
+
"the Pro plugin will be deactivated."
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: bws_functions.php:601
|
301 |
+
msgid ""
|
302 |
+
"Notice: Your Pro Trial license has expired. To continue using the plugin you "
|
303 |
+
"should buy a Pro license"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: bws_functions.php:603
|
307 |
+
msgid ""
|
308 |
+
"Your license has expired. To continue getting top-priority support and "
|
309 |
+
"plugin updates you should extend it."
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
|
313 |
+
#: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
|
|
|
|
|
|
|
|
|
314 |
#: bws_menu.php:794
|
315 |
#, fuzzy
|
316 |
msgid "Learn more"
|
317 |
msgstr "Pročitaj više"
|
318 |
|
319 |
+
#: bws_functions.php:613
|
320 |
#, php-format
|
321 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: bws_functions.php:615
|
325 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: bws_functions.php:618
|
329 |
msgid "The Pro Trial license will expire on"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: bws_functions.php:656
|
333 |
msgid "You license for"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: bws_functions.php:656
|
337 |
msgid "expires on"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: bws_functions.php:656
|
341 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: bws_functions.php:687
|
345 |
#, fuzzy
|
346 |
msgid "Thank you for installing"
|
347 |
msgstr "Hvala što ste nas kontaktirali"
|
348 |
|
349 |
+
#: bws_functions.php:688
|
350 |
msgid "Let's get started"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: bws_functions.php:689
|
354 |
#, fuzzy
|
355 |
msgid "Configure Settings"
|
356 |
msgstr "na stranici za podešavanje modula ("
|
357 |
|
358 |
+
#: bws_functions.php:692
|
359 |
msgid "Add New"
|
360 |
msgstr "Ajouter"
|
361 |
|
362 |
+
#: bws_functions.php:750
|
363 |
+
#, fuzzy
|
364 |
+
msgid "Thank you for choosing"
|
365 |
+
msgstr "Hvala što ste nas kontaktirali"
|
366 |
+
|
367 |
+
#: bws_functions.php:751
|
368 |
+
msgid ""
|
369 |
+
"If you have a feature, suggestion or idea you'd like to see in the plugin, "
|
370 |
+
"we'd love to hear about it!"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: bws_functions.php:752
|
374 |
+
msgid "Suggest a Feature"
|
375 |
+
msgstr ""
|
376 |
+
|
377 |
+
#: bws_functions.php:768
|
378 |
msgid "Notice"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: bws_functions.php:768
|
382 |
msgid "The plugin's settings have been changed."
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: bws_functions.php:769 bws_functions.php:1240
|
386 |
msgid "Save Changes"
|
387 |
msgstr "Sačuvaj izmene"
|
388 |
|
389 |
+
#: bws_functions.php:786
|
390 |
+
msgid ""
|
391 |
+
"You can always look at premium options by clicking on the \"Show Pro features"
|
392 |
+
"\" in the \"Go PRO\" tab"
|
|
|
|
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: bws_functions.php:886
|
396 |
#, fuzzy
|
397 |
msgid "Add shortcode"
|
398 |
msgstr "Kratak kod za Galeriju"
|
399 |
|
400 |
+
#: bws_functions.php:886
|
401 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: bws_functions.php:935
|
405 |
msgid "Close"
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: bws_functions.php:1027
|
409 |
msgid "Restore all plugin settings to defaults"
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: bws_functions.php:1029
|
413 |
#, fuzzy
|
414 |
msgid "Restore settings"
|
415 |
msgstr "na stranici za podešavanje modula ("
|
416 |
|
417 |
+
#: bws_functions.php:1040
|
418 |
msgid "Are you sure you want to restore all settings by default?"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: bws_functions.php:1043
|
422 |
msgid "Yes, restore all settings"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: bws_functions.php:1044
|
426 |
#, fuzzy
|
427 |
msgid "No, go back to the settings page"
|
428 |
msgstr "na stranici za podešavanje modula ("
|
429 |
|
430 |
+
#: bws_functions.php:1090
|
431 |
#, fuzzy
|
432 |
msgid "Plugin"
|
433 |
msgstr "Pro moduli"
|
434 |
|
435 |
+
#: bws_functions.php:1099
|
436 |
#, fuzzy
|
437 |
msgid "Shortcode settings"
|
438 |
msgstr "na stranici za podešavanje modula ("
|
439 |
|
440 |
+
#: bws_functions.php:1104
|
441 |
msgid "The shortcode will be inserted"
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: bws_functions.php:1109
|
445 |
msgid "Insert"
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: bws_functions.php:1140
|
449 |
msgid "Visit Help Center"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: bws_functions.php:1145
|
453 |
msgid "FAQ"
|
454 |
msgstr "FAQ"
|
455 |
|
456 |
+
#: bws_functions.php:1151
|
457 |
msgid "For more information:"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: bws_functions.php:1152
|
461 |
msgid "Documentation"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: bws_functions.php:1153
|
465 |
msgid "Video Instructions"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: bws_functions.php:1154
|
469 |
msgid "Submit a Request"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: bws_functions.php:1165
|
473 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
474 |
+
msgstr ""
|
475 |
+
|
476 |
+
#: bws_functions.php:1196
|
477 |
+
msgid "File edited successfully."
|
478 |
+
msgstr ""
|
479 |
+
|
480 |
+
#: bws_functions.php:1198
|
481 |
+
msgid "Not enough permissions to create or update the file"
|
482 |
+
msgstr ""
|
483 |
+
|
484 |
+
#: bws_functions.php:1222
|
485 |
+
msgid "These styles will be added to the header on all pages of your site."
|
486 |
+
msgstr ""
|
487 |
+
|
488 |
+
#: bws_functions.php:1225
|
489 |
+
msgid "Editing"
|
490 |
+
msgstr ""
|
491 |
+
|
492 |
+
#: bws_functions.php:1227
|
493 |
+
msgid "Browsing"
|
494 |
+
msgstr ""
|
495 |
+
|
496 |
+
#: bws_functions.php:1235
|
497 |
+
#, fuzzy
|
498 |
+
msgid "Learn more about CSS"
|
499 |
+
msgstr "Pročitaj više"
|
500 |
+
|
501 |
+
#: bws_functions.php:1243
|
502 |
+
#, php-format
|
503 |
+
msgid ""
|
504 |
+
"You need to make this file writable before you can save your changes. See %s "
|
505 |
+
"the Codex %s for more information."
|
506 |
+
msgstr ""
|
507 |
+
|
508 |
+
#: bws_menu.php:509
|
509 |
msgid "Not set"
|
510 |
msgstr "Nije podešeno"
|
511 |
|
512 |
+
#: bws_menu.php:511 bws_menu.php:512
|
|
|
513 |
msgid "On"
|
514 |
msgstr "Uključeno"
|
515 |
|
516 |
+
#: bws_menu.php:511 bws_menu.php:512
|
|
|
517 |
msgid "Off"
|
518 |
msgstr "Isključeno"
|
519 |
|
520 |
+
#: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
|
521 |
+
#: bws_menu.php:517 bws_menu.php:529
|
|
|
|
|
|
|
|
|
522 |
msgid "N/A"
|
523 |
msgstr "N/A"
|
524 |
|
525 |
+
#: bws_menu.php:517
|
526 |
msgid " Mb"
|
527 |
msgstr " Mb"
|
528 |
|
529 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
|
|
|
|
|
|
|
530 |
msgid "Yes"
|
531 |
msgstr "Da"
|
532 |
|
533 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
|
|
|
|
|
|
|
534 |
msgid "No"
|
535 |
msgstr "Ne"
|
536 |
|
537 |
+
#: bws_menu.php:537
|
538 |
msgid "Operating System"
|
539 |
msgstr "Operativni Sistem"
|
540 |
|
541 |
+
#: bws_menu.php:538
|
542 |
msgid "Server"
|
543 |
msgstr "Server"
|
544 |
|
545 |
+
#: bws_menu.php:539
|
546 |
msgid "Memory usage"
|
547 |
msgstr "Upotreba memorije"
|
548 |
|
549 |
+
#: bws_menu.php:540
|
550 |
msgid "MYSQL Version"
|
551 |
msgstr "MYSQL Verzija"
|
552 |
|
553 |
+
#: bws_menu.php:541
|
554 |
msgid "SQL Mode"
|
555 |
msgstr "SQL način"
|
556 |
|
557 |
+
#: bws_menu.php:542
|
558 |
msgid "PHP Version"
|
559 |
msgstr "PHP Verzija"
|
560 |
|
561 |
+
#: bws_menu.php:543
|
562 |
msgid "PHP Safe Mode"
|
563 |
msgstr "PHP Sigurni način"
|
564 |
|
565 |
+
#: bws_menu.php:544
|
566 |
msgid "PHP Allow URL fopen"
|
567 |
msgstr "PHP Dozvoli URL fopen"
|
568 |
|
569 |
+
#: bws_menu.php:545
|
570 |
msgid "PHP Memory Limit"
|
571 |
msgstr "PHP Ograničenje memorije"
|
572 |
|
573 |
+
#: bws_menu.php:546
|
574 |
#, fuzzy
|
575 |
msgid "PHP Max Upload Size"
|
576 |
msgstr "Envoi de fichier"
|
577 |
|
578 |
+
#: bws_menu.php:547
|
579 |
msgid "PHP Max Post Size"
|
580 |
msgstr "PHP Max veličina za učitavanje"
|
581 |
|
582 |
+
#: bws_menu.php:548
|
583 |
msgid "PHP Max Script Execute Time"
|
584 |
msgstr "PHP Max veličina posta"
|
585 |
|
586 |
+
#: bws_menu.php:549
|
587 |
msgid "PHP Exif support"
|
588 |
msgstr "PHP Exif podrška"
|
589 |
|
590 |
+
#: bws_menu.php:550
|
591 |
msgid "PHP IPTC support"
|
592 |
msgstr "PHP IPTC podrška"
|
593 |
|
594 |
+
#: bws_menu.php:551
|
595 |
msgid "PHP XML support"
|
596 |
msgstr "PHP XML podrška"
|
597 |
|
598 |
+
#: bws_menu.php:552
|
599 |
#, fuzzy
|
600 |
msgid "Site URL"
|
601 |
msgstr "URL du lien"
|
602 |
|
603 |
+
#: bws_menu.php:553
|
604 |
msgid "Home URL"
|
605 |
msgstr "URL naslovne"
|
606 |
|
607 |
+
#: bws_menu.php:556
|
608 |
msgid "WordPress Version"
|
609 |
msgstr "WordPress Verzija"
|
610 |
|
611 |
+
#: bws_menu.php:557
|
612 |
msgid "WordPress DB Version"
|
613 |
msgstr "WordPress DB Verzija"
|
614 |
|
615 |
+
#: bws_menu.php:558
|
616 |
msgid "Multisite"
|
617 |
msgstr "Višenamenski sajt"
|
618 |
|
619 |
+
#: bws_menu.php:559
|
620 |
msgid "Active Theme"
|
621 |
msgstr "Aktivna tema"
|
622 |
|
623 |
+
#: bws_menu.php:574
|
624 |
msgid "Please enter a valid email address."
|
625 |
msgstr "Molimo unesite važeću mejl adresu"
|
626 |
|
627 |
+
#: bws_menu.php:578
|
628 |
msgid "Email with system info is sent to "
|
629 |
msgstr "Mejl sa sistemskim informacijama je poslat na"
|
630 |
|
631 |
+
#: bws_menu.php:582
|
632 |
msgid "Thank you for contacting us."
|
633 |
msgstr "Hvala što ste nas kontaktirali"
|
634 |
|
635 |
+
#: bws_menu.php:615
|
636 |
msgid "Sorry, email message could not be delivered."
|
637 |
msgstr "Nažalost mejl poruka nije prosleđena"
|
638 |
|
639 |
+
#: bws_menu.php:622
|
640 |
msgid "Need help?"
|
641 |
msgstr ""
|
642 |
|
643 |
+
#: bws_menu.php:623
|
644 |
msgid "Client area"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: bws_menu.php:624 bws_menu.php:933
|
|
|
648 |
msgid "System status"
|
649 |
msgstr "Sistemski status"
|
650 |
|
651 |
+
#: bws_menu.php:629
|
652 |
#, fuzzy
|
653 |
msgid "Plugins"
|
654 |
msgstr "Pro moduli"
|
655 |
|
656 |
+
#: bws_menu.php:630
|
657 |
msgid "Themes"
|
658 |
msgstr ""
|
659 |
|
675 |
msgid "Installed plugins"
|
676 |
msgstr "Instalirani moduli"
|
677 |
|
678 |
+
#: bws_menu.php:672 bws_menu.php:721
|
|
|
679 |
msgid "Settings"
|
680 |
msgstr "Podešavanja"
|
681 |
|
682 |
+
#: bws_menu.php:693 bws_menu.php:750
|
|
|
683 |
#, fuzzy
|
684 |
msgid "Activate this plugin"
|
685 |
msgstr "Aktivirani moduli"
|
686 |
|
687 |
+
#: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
|
|
|
|
|
688 |
msgid "Go"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
|
|
|
|
|
692 |
msgid "DONATE"
|
693 |
msgstr ""
|
694 |
|
739 |
msgid "Preview"
|
740 |
msgstr ""
|
741 |
|
742 |
+
#: bws_menu.php:882 bws_menu.php:914
|
|
|
743 |
#, php-format
|
744 |
msgid "By %s"
|
745 |
msgstr ""
|
bws_menu/languages/bestwebsoft-sv_SE.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-sv_SE.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:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
|
9 |
"Language: sv_SE\n"
|
@@ -16,586 +16,638 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: bws_functions.php:
|
20 |
-
#: bws_functions.php:63
|
21 |
msgid "requires"
|
22 |
msgstr ""
|
23 |
|
24 |
-
#: bws_functions.php:
|
25 |
-
msgid "
|
|
|
|
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: bws_functions.php:
|
29 |
msgid "Back to the WordPress"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: bws_functions.php:
|
33 |
#, fuzzy
|
34 |
msgid "Plugins page"
|
35 |
msgstr "Betaltillägg"
|
36 |
|
37 |
-
#: bws_functions.php:
|
38 |
-
msgid "
|
|
|
|
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: bws_functions.php:
|
|
|
|
|
|
|
|
|
|
|
42 |
msgid "It’s time to upgrade your"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: bws_functions.php:
|
46 |
#, fuzzy
|
47 |
msgid "to"
|
48 |
msgstr "två"
|
49 |
|
50 |
-
#: bws_functions.php:
|
51 |
#, fuzzy
|
52 |
msgid "version!"
|
53 |
msgstr "PHP-version"
|
54 |
|
55 |
-
#: bws_functions.php:
|
56 |
msgid "Extend standard plugin functionality with new great options."
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: bws_functions.php:
|
60 |
-
#: bws_functions.php:561
|
61 |
#, fuzzy
|
62 |
msgid "Learn More"
|
63 |
msgstr "Läs mer"
|
64 |
|
65 |
-
#: bws_functions.php:
|
66 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: bws_functions.php:
|
70 |
#, fuzzy
|
71 |
msgid "Rate the plugin"
|
72 |
msgstr "Aktiverade tillägg"
|
73 |
|
74 |
-
#: bws_functions.php:
|
75 |
#, fuzzy
|
76 |
msgid "If there is something wrong about it, please contact us"
|
77 |
msgstr "Om du har några frågor, kontakta oss via"
|
78 |
|
79 |
-
#: bws_functions.php:
|
80 |
msgid "Check premium options on the plugin settings page!"
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: bws_functions.php:
|
84 |
-
#: bws_functions.php:222
|
85 |
msgid "Wrong license key"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: bws_functions.php:
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: bws_functions.php:
|
95 |
-
#: bws_functions.php:474
|
96 |
-
#: bws_functions.php:525
|
97 |
msgid "We are sorry for inconvenience."
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: bws_functions.php:
|
101 |
msgid "This license key is bind to another site"
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: bws_functions.php:
|
105 |
-
|
106 |
-
|
|
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: bws_functions.php:
|
110 |
-
msgid "
|
|
|
|
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: bws_functions.php:
|
114 |
-
msgid "
|
|
|
|
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: bws_functions.php:
|
118 |
-
#: bws_functions.php:273
|
119 |
-
#: bws_functions.php:295
|
120 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: bws_functions.php:
|
124 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: bws_functions.php:
|
128 |
-
msgid "
|
|
|
|
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: bws_functions.php:
|
132 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: bws_functions.php:
|
136 |
-
msgid "
|
|
|
|
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: bws_functions.php:
|
140 |
msgid "Please, enter Your license key"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: bws_functions.php:
|
144 |
-
msgid "
|
|
|
|
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: bws_functions.php:
|
148 |
-
#: bws_functions.php:441
|
149 |
msgid "Please, go to"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: bws_functions.php:
|
153 |
-
#: bws_functions.php:441
|
154 |
msgid "the setting page"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: bws_functions.php:
|
158 |
-
#: bws_functions.php:442
|
159 |
msgid "You will be redirected automatically in 5 seconds."
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: bws_functions.php:
|
163 |
msgid "Show Pro features"
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: bws_functions.php:
|
167 |
msgid "You can download and activate"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: bws_functions.php:
|
171 |
msgid "version of this plugin by entering Your license key."
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: bws_functions.php:
|
175 |
-
|
176 |
-
|
|
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: bws_functions.php:
|
180 |
-
#: bws_functions.php:412
|
181 |
msgid "(your username is the email you specify when purchasing the product)."
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: bws_functions.php:
|
185 |
-
#: bws_functions.php:659
|
186 |
#, fuzzy
|
187 |
msgid "or"
|
188 |
msgstr "fyra"
|
189 |
|
190 |
-
#: bws_functions.php:
|
191 |
#, php-format
|
192 |
msgid "Start Your Free %s-Day Trial Now"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: bws_functions.php:
|
196 |
-
#: bws_functions.php:
|
197 |
-
#: bws_functions.php:420
|
198 |
-
#: bws_functions.php:428
|
199 |
-
#: bws_menu.php:693
|
200 |
#: bws_menu.php:750
|
201 |
#, fuzzy
|
202 |
msgid "Activate"
|
203 |
msgstr "Aktiverade tillägg"
|
204 |
|
205 |
-
#: bws_functions.php:
|
206 |
-
#: bws_functions.php:500
|
207 |
#, php-format
|
208 |
-
msgid "
|
|
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: bws_functions.php:
|
212 |
msgid "After that you can activate it by entering your license key."
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: bws_functions.php:
|
216 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: bws_functions.php:
|
220 |
-
msgid "
|
|
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: bws_functions.php:
|
224 |
msgid "Wrong license key."
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: bws_functions.php:
|
228 |
msgid "This license key is bind to another site."
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: bws_functions.php:
|
232 |
-
msgid "
|
|
|
|
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: bws_functions.php:
|
236 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: bws_functions.php:
|
240 |
-
msgid "
|
|
|
|
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: bws_functions.php:
|
244 |
msgid "The Pro Trial license key is valid."
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: bws_functions.php:
|
248 |
msgid "The license key is valid."
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: bws_functions.php:
|
252 |
msgid "Your license will expire on"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: bws_functions.php:
|
256 |
msgid "Please, enter your license key"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: bws_functions.php:
|
260 |
-
msgid "
|
|
|
|
|
|
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: bws_functions.php:
|
264 |
-
msgid "
|
|
|
|
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: bws_functions.php:
|
268 |
msgid "Check license key"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: bws_functions.php:
|
272 |
msgid "WARNING: Illegal use notification"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: bws_functions.php:
|
276 |
-
msgid "
|
|
|
|
|
|
|
|
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: bws_functions.php:
|
280 |
-
msgid "
|
|
|
|
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: bws_functions.php:
|
284 |
-
msgid "
|
|
|
|
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: bws_functions.php:
|
288 |
-
#:
|
289 |
-
#: bws_menu.php:669
|
290 |
-
#: bws_menu.php:691
|
291 |
-
#: bws_menu.php:718
|
292 |
-
#: bws_menu.php:748
|
293 |
#: bws_menu.php:794
|
294 |
#, fuzzy
|
295 |
msgid "Learn more"
|
296 |
msgstr "Läs mer"
|
297 |
|
298 |
-
#: bws_functions.php:
|
299 |
#, php-format
|
300 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: bws_functions.php:
|
304 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: bws_functions.php:
|
308 |
msgid "The Pro Trial license will expire on"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: bws_functions.php:
|
312 |
msgid "You license for"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: bws_functions.php:
|
316 |
msgid "expires on"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: bws_functions.php:
|
320 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: bws_functions.php:
|
324 |
#, fuzzy
|
325 |
msgid "Thank you for installing"
|
326 |
msgstr "Tack för att du kontaktade oss."
|
327 |
|
328 |
-
#: bws_functions.php:
|
329 |
msgid "Let's get started"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: bws_functions.php:
|
333 |
#, fuzzy
|
334 |
msgid "Configure Settings"
|
335 |
msgstr "Inställningar"
|
336 |
|
337 |
-
#: bws_functions.php:
|
338 |
msgid "Add New"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: bws_functions.php:
|
342 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: bws_functions.php:
|
|
|
|
|
|
|
|
|
346 |
msgid "Notice"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: bws_functions.php:
|
350 |
msgid "The plugin's settings have been changed."
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: bws_functions.php:
|
354 |
msgid "Save Changes"
|
355 |
msgstr "Spara ändringar"
|
356 |
|
357 |
-
#: bws_functions.php:
|
358 |
-
msgid "
|
359 |
-
|
360 |
-
|
361 |
-
#: bws_functions.php:773
|
362 |
-
msgid "Add BWS Plugins Shortcode"
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: bws_functions.php:
|
366 |
msgid "Add shortcode"
|
367 |
msgstr ""
|
368 |
|
369 |
-
#: bws_functions.php:
|
370 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: bws_functions.php:
|
374 |
msgid "Close"
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: bws_functions.php:
|
378 |
msgid "Restore all plugin settings to defaults"
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: bws_functions.php:
|
382 |
msgid "Restore settings"
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: bws_functions.php:
|
386 |
msgid "Are you sure you want to restore all settings by default?"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: bws_functions.php:
|
390 |
msgid "Yes, restore all settings"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: bws_functions.php:
|
394 |
msgid "No, go back to the settings page"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: bws_functions.php:
|
398 |
#, fuzzy
|
399 |
msgid "Plugin"
|
400 |
msgstr "Betaltillägg"
|
401 |
|
402 |
-
#: bws_functions.php:
|
403 |
#, fuzzy
|
404 |
msgid "Shortcode settings"
|
405 |
msgstr "Inställningar"
|
406 |
|
407 |
-
#: bws_functions.php:
|
408 |
msgid "The shortcode will be inserted"
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: bws_functions.php:
|
412 |
msgid "Insert"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: bws_functions.php:
|
416 |
msgid "Visit Help Center"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: bws_functions.php:
|
420 |
msgid "FAQ"
|
421 |
msgstr "FAQ"
|
422 |
|
423 |
-
#: bws_functions.php:
|
424 |
msgid "For more information:"
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: bws_functions.php:
|
428 |
msgid "Documentation"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: bws_functions.php:
|
432 |
msgid "Video Instructions"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: bws_functions.php:
|
436 |
msgid "Submit a Request"
|
437 |
msgstr ""
|
438 |
|
439 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
440 |
msgid "Not set"
|
441 |
msgstr "Inte angiven"
|
442 |
|
443 |
-
#: bws_menu.php:
|
444 |
-
#: bws_menu.php:509
|
445 |
msgid "On"
|
446 |
msgstr "På"
|
447 |
|
448 |
-
#: bws_menu.php:
|
449 |
-
#: bws_menu.php:509
|
450 |
msgid "Off"
|
451 |
msgstr "Av"
|
452 |
|
453 |
-
#: bws_menu.php:
|
454 |
-
#: bws_menu.php:
|
455 |
-
#: bws_menu.php:512
|
456 |
-
#: bws_menu.php:513
|
457 |
-
#: bws_menu.php:514
|
458 |
-
#: bws_menu.php:526
|
459 |
msgid "N/A"
|
460 |
msgstr "Finns ej"
|
461 |
|
462 |
-
#: bws_menu.php:
|
463 |
msgid " Mb"
|
464 |
msgstr " Mb"
|
465 |
|
466 |
-
#: bws_menu.php:
|
467 |
-
#: bws_menu.php:516
|
468 |
-
#: bws_menu.php:517
|
469 |
-
#: bws_menu.php:522
|
470 |
msgid "Yes"
|
471 |
msgstr "Ja"
|
472 |
|
473 |
-
#: bws_menu.php:
|
474 |
-
#: bws_menu.php:516
|
475 |
-
#: bws_menu.php:517
|
476 |
-
#: bws_menu.php:524
|
477 |
msgid "No"
|
478 |
msgstr "Nej"
|
479 |
|
480 |
-
#: bws_menu.php:
|
481 |
msgid "Operating System"
|
482 |
msgstr "Operativsystem"
|
483 |
|
484 |
-
#: bws_menu.php:
|
485 |
msgid "Server"
|
486 |
msgstr "Server"
|
487 |
|
488 |
-
#: bws_menu.php:
|
489 |
msgid "Memory usage"
|
490 |
msgstr "Minnesanvändning"
|
491 |
|
492 |
-
#: bws_menu.php:
|
493 |
msgid "MYSQL Version"
|
494 |
msgstr "MySQL-version"
|
495 |
|
496 |
-
#: bws_menu.php:
|
497 |
msgid "SQL Mode"
|
498 |
msgstr "SQL-läge"
|
499 |
|
500 |
-
#: bws_menu.php:
|
501 |
msgid "PHP Version"
|
502 |
msgstr "PHP-version"
|
503 |
|
504 |
-
#: bws_menu.php:
|
505 |
msgid "PHP Safe Mode"
|
506 |
msgstr "PHP säkert läge"
|
507 |
|
508 |
-
#: bws_menu.php:
|
509 |
msgid "PHP Allow URL fopen"
|
510 |
msgstr "PHP tillåt URL fopen"
|
511 |
|
512 |
-
#: bws_menu.php:
|
513 |
msgid "PHP Memory Limit"
|
514 |
msgstr "PHP Minnesgräns"
|
515 |
|
516 |
-
#: bws_menu.php:
|
517 |
msgid "PHP Max Upload Size"
|
518 |
msgstr "PHP Max uppladdningstorlek"
|
519 |
|
520 |
-
#: bws_menu.php:
|
521 |
msgid "PHP Max Post Size"
|
522 |
msgstr "PHP Max poststorlek"
|
523 |
|
524 |
-
#: bws_menu.php:
|
525 |
msgid "PHP Max Script Execute Time"
|
526 |
msgstr "PHP Max skriptexekverinstid"
|
527 |
|
528 |
-
#: bws_menu.php:
|
529 |
msgid "PHP Exif support"
|
530 |
msgstr "PHP Exifstöd"
|
531 |
|
532 |
-
#: bws_menu.php:
|
533 |
msgid "PHP IPTC support"
|
534 |
msgstr "PHP ITPC-stöd"
|
535 |
|
536 |
-
#: bws_menu.php:
|
537 |
msgid "PHP XML support"
|
538 |
msgstr "PHP XML-stöd"
|
539 |
|
540 |
-
#: bws_menu.php:
|
541 |
msgid "Site URL"
|
542 |
msgstr "SajtURL"
|
543 |
|
544 |
-
#: bws_menu.php:
|
545 |
msgid "Home URL"
|
546 |
msgstr "HemURL"
|
547 |
|
548 |
-
#: bws_menu.php:
|
549 |
msgid "WordPress Version"
|
550 |
msgstr "WordPress-version"
|
551 |
|
552 |
-
#: bws_menu.php:
|
553 |
msgid "WordPress DB Version"
|
554 |
msgstr "WordPress-DB-version"
|
555 |
|
556 |
-
#: bws_menu.php:
|
557 |
msgid "Multisite"
|
558 |
msgstr "Multisajt"
|
559 |
|
560 |
-
#: bws_menu.php:
|
561 |
msgid "Active Theme"
|
562 |
msgstr "Aktivt tema"
|
563 |
|
564 |
-
#: bws_menu.php:
|
565 |
msgid "Please enter a valid email address."
|
566 |
msgstr "Var god ange en giltig epost-adress."
|
567 |
|
568 |
-
#: bws_menu.php:
|
569 |
msgid "Email with system info is sent to "
|
570 |
msgstr "Epost med systeminfo är skickat till"
|
571 |
|
572 |
-
#: bws_menu.php:
|
573 |
msgid "Thank you for contacting us."
|
574 |
msgstr "Tack för att du kontaktade oss."
|
575 |
|
576 |
-
#: bws_menu.php:
|
577 |
msgid "Sorry, email message could not be delivered."
|
578 |
msgstr "Ledsen, eposten kunde inte levereras."
|
579 |
|
580 |
-
#: bws_menu.php:
|
581 |
msgid "Need help?"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: bws_menu.php:
|
585 |
msgid "Client area"
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: bws_menu.php:
|
589 |
-
#: bws_menu.php:933
|
590 |
msgid "System status"
|
591 |
msgstr "Systemstatus"
|
592 |
|
593 |
-
#: bws_menu.php:
|
594 |
#, fuzzy
|
595 |
msgid "Plugins"
|
596 |
msgstr "Betaltillägg"
|
597 |
|
598 |
-
#: bws_menu.php:
|
599 |
msgid "Themes"
|
600 |
msgstr ""
|
601 |
|
@@ -617,26 +669,20 @@ msgstr "Rekommenderade tillägg"
|
|
617 |
msgid "Installed plugins"
|
618 |
msgstr "Installerade tillägg"
|
619 |
|
620 |
-
#: bws_menu.php:672
|
621 |
-
#: bws_menu.php:721
|
622 |
msgid "Settings"
|
623 |
msgstr "Inställningar"
|
624 |
|
625 |
-
#: bws_menu.php:693
|
626 |
-
#: bws_menu.php:750
|
627 |
#, fuzzy
|
628 |
msgid "Activate this plugin"
|
629 |
msgstr "Aktiverade tillägg"
|
630 |
|
631 |
-
#: bws_menu.php:708
|
632 |
-
#: bws_menu.php:738
|
633 |
-
#: bws_menu.php:784
|
634 |
msgid "Go"
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: bws_menu.php:712
|
638 |
-
#: bws_menu.php:742
|
639 |
-
#: bws_menu.php:788
|
640 |
msgid "DONATE"
|
641 |
msgstr ""
|
642 |
|
@@ -685,8 +731,7 @@ msgstr ""
|
|
685 |
msgid "Preview"
|
686 |
msgstr ""
|
687 |
|
688 |
-
#: bws_menu.php:882
|
689 |
-
#: bws_menu.php:914
|
690 |
#, php-format
|
691 |
msgid "By %s"
|
692 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-03-10 15:40+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-03-10 15:40+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
|
9 |
"Language: sv_SE\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: bws_functions.php:65 bws_functions.php:89
|
|
|
20 |
msgid "requires"
|
21 |
msgstr ""
|
22 |
|
23 |
+
#: bws_functions.php:67
|
24 |
+
msgid ""
|
25 |
+
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
26 |
+
"try again."
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: bws_functions.php:68
|
30 |
msgid "Back to the WordPress"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: bws_functions.php:70
|
34 |
#, fuzzy
|
35 |
msgid "Plugins page"
|
36 |
msgstr "Betaltillägg"
|
37 |
|
38 |
+
#: bws_functions.php:91
|
39 |
+
msgid ""
|
40 |
+
"or higher! We do not guarantee that our plugin will work correctly. Please "
|
41 |
+
"upgrade to WordPress latest version."
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
|
45 |
+
#: bws_functions.php:755
|
46 |
+
msgid "Close notice"
|
47 |
+
msgstr ""
|
48 |
+
|
49 |
+
#: bws_functions.php:148
|
50 |
msgid "It’s time to upgrade your"
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: bws_functions.php:148
|
54 |
#, fuzzy
|
55 |
msgid "to"
|
56 |
msgstr "två"
|
57 |
|
58 |
+
#: bws_functions.php:148
|
59 |
#, fuzzy
|
60 |
msgid "version!"
|
61 |
msgstr "PHP-version"
|
62 |
|
63 |
+
#: bws_functions.php:149
|
64 |
msgid "Extend standard plugin functionality with new great options."
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: bws_functions.php:152 bws_functions.php:593
|
|
|
68 |
#, fuzzy
|
69 |
msgid "Learn More"
|
70 |
msgstr "Läs mer"
|
71 |
|
72 |
+
#: bws_functions.php:169
|
73 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: bws_functions.php:170
|
77 |
#, fuzzy
|
78 |
msgid "Rate the plugin"
|
79 |
msgstr "Aktiverade tillägg"
|
80 |
|
81 |
+
#: bws_functions.php:173
|
82 |
#, fuzzy
|
83 |
msgid "If there is something wrong about it, please contact us"
|
84 |
msgstr "Om du har några frågor, kontakta oss via"
|
85 |
|
86 |
+
#: bws_functions.php:205
|
87 |
msgid "Check premium options on the plugin settings page!"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: bws_functions.php:212 bws_functions.php:248
|
|
|
91 |
msgid "Wrong license key"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
|
95 |
+
msgid ""
|
96 |
+
"Something went wrong. Please try again later. If the error appears again, "
|
97 |
+
"please contact us"
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
|
|
|
|
|
101 |
msgid "We are sorry for inconvenience."
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: bws_functions.php:250
|
105 |
msgid "This license key is bind to another site"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: bws_functions.php:252 bws_functions.php:416
|
109 |
+
msgid ""
|
110 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
111 |
+
"Please, upload the plugin manually."
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: bws_functions.php:254
|
115 |
+
msgid ""
|
116 |
+
"Unfortunately, Your license has expired. To continue getting top-priority "
|
117 |
+
"support and plugin updates you should extend it in your"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: bws_functions.php:256
|
121 |
+
msgid ""
|
122 |
+
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
123 |
+
"Trial license can be installed only once."
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
|
|
|
|
|
127 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: bws_functions.php:289
|
131 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: bws_functions.php:295
|
135 |
+
msgid ""
|
136 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
137 |
+
"plugin manually"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: bws_functions.php:302
|
141 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: bws_functions.php:325
|
145 |
+
msgid ""
|
146 |
+
"Something went wrong. Try again later or upload the plugin manually. We are "
|
147 |
+
"sorry for inconvenience."
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: bws_functions.php:350
|
151 |
msgid "Please, enter Your license key"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: bws_functions.php:380
|
155 |
+
msgid ""
|
156 |
+
"Congratulations! The Pro version of the plugin is successfully download and "
|
157 |
+
"activated."
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: bws_functions.php:382 bws_functions.php:473
|
|
|
161 |
msgid "Please, go to"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: bws_functions.php:382 bws_functions.php:473
|
|
|
165 |
msgid "the setting page"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: bws_functions.php:383 bws_functions.php:474
|
|
|
169 |
msgid "You will be redirected automatically in 5 seconds."
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: bws_functions.php:390
|
173 |
msgid "Show Pro features"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: bws_functions.php:397
|
177 |
msgid "You can download and activate"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: bws_functions.php:399
|
181 |
msgid "version of this plugin by entering Your license key."
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: bws_functions.php:401 bws_functions.php:442
|
185 |
+
msgid ""
|
186 |
+
"You can find your license key on your personal page Client area, by clicking "
|
187 |
+
"on the link"
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: bws_functions.php:403 bws_functions.php:444
|
|
|
191 |
msgid "(your username is the email you specify when purchasing the product)."
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: bws_functions.php:407 bws_functions.php:691
|
|
|
195 |
#, fuzzy
|
196 |
msgid "or"
|
197 |
msgstr "fyra"
|
198 |
|
199 |
+
#: bws_functions.php:407
|
200 |
#, php-format
|
201 |
msgid "Start Your Free %s-Day Trial Now"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
205 |
+
#: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
|
|
|
|
|
|
|
206 |
#: bws_menu.php:750
|
207 |
#, fuzzy
|
208 |
msgid "Activate"
|
209 |
msgstr "Aktiverade tillägg"
|
210 |
|
211 |
+
#: bws_functions.php:439 bws_functions.php:532
|
|
|
212 |
#, php-format
|
213 |
+
msgid ""
|
214 |
+
"In order to continue using the plugin it is necessary to buy a %s license."
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: bws_functions.php:440
|
218 |
msgid "After that you can activate it by entering your license key."
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: bws_functions.php:454
|
222 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: bws_functions.php:471
|
226 |
+
msgid ""
|
227 |
+
"Congratulations! The Pro license of the plugin is successfully activated."
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: bws_functions.php:512
|
231 |
msgid "Wrong license key."
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: bws_functions.php:514
|
235 |
msgid "This license key is bind to another site."
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: bws_functions.php:516
|
239 |
+
msgid ""
|
240 |
+
"This license key is valid, but Your license has expired. If you want to "
|
241 |
+
"update our plugin in future, you should extend the license."
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: bws_functions.php:518
|
245 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: bws_functions.php:520
|
249 |
+
msgid ""
|
250 |
+
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
251 |
+
"The Pro Trial license can be installed only once."
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: bws_functions.php:524
|
255 |
msgid "The Pro Trial license key is valid."
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: bws_functions.php:526
|
259 |
msgid "The license key is valid."
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: bws_functions.php:529
|
263 |
msgid "Your license will expire on"
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: bws_functions.php:562
|
267 |
msgid "Please, enter your license key"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: bws_functions.php:575
|
271 |
+
msgid ""
|
272 |
+
"If needed you can check if the license key is correct or reenter it in the "
|
273 |
+
"field below. You can find your license key on your personal page - Client "
|
274 |
+
"area - on our website"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: bws_functions.php:575
|
278 |
+
msgid ""
|
279 |
+
"(your username is the email you specify when purchasing the product). If "
|
280 |
+
"necessary, please submit \"Lost your password?\" request."
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: bws_functions.php:579
|
284 |
msgid "Check license key"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: bws_functions.php:593
|
288 |
msgid "WARNING: Illegal use notification"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: bws_functions.php:593
|
292 |
+
msgid ""
|
293 |
+
"You can use one license of the Pro plugin for one domain only. Please check "
|
294 |
+
"and edit your license or domain if necessary using you personal Client Area. "
|
295 |
+
"We strongly recommend you to solve the problem within 24 hours, otherwise "
|
296 |
+
"the Pro plugin will be deactivated."
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: bws_functions.php:601
|
300 |
+
msgid ""
|
301 |
+
"Notice: Your Pro Trial license has expired. To continue using the plugin you "
|
302 |
+
"should buy a Pro license"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: bws_functions.php:603
|
306 |
+
msgid ""
|
307 |
+
"Your license has expired. To continue getting top-priority support and "
|
308 |
+
"plugin updates you should extend it."
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
|
312 |
+
#: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
|
|
|
|
|
|
|
|
|
313 |
#: bws_menu.php:794
|
314 |
#, fuzzy
|
315 |
msgid "Learn more"
|
316 |
msgstr "Läs mer"
|
317 |
|
318 |
+
#: bws_functions.php:613
|
319 |
#, php-format
|
320 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: bws_functions.php:615
|
324 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: bws_functions.php:618
|
328 |
msgid "The Pro Trial license will expire on"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: bws_functions.php:656
|
332 |
msgid "You license for"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: bws_functions.php:656
|
336 |
msgid "expires on"
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: bws_functions.php:656
|
340 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: bws_functions.php:687
|
344 |
#, fuzzy
|
345 |
msgid "Thank you for installing"
|
346 |
msgstr "Tack för att du kontaktade oss."
|
347 |
|
348 |
+
#: bws_functions.php:688
|
349 |
msgid "Let's get started"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: bws_functions.php:689
|
353 |
#, fuzzy
|
354 |
msgid "Configure Settings"
|
355 |
msgstr "Inställningar"
|
356 |
|
357 |
+
#: bws_functions.php:692
|
358 |
msgid "Add New"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: bws_functions.php:750
|
362 |
+
#, fuzzy
|
363 |
+
msgid "Thank you for choosing"
|
364 |
+
msgstr "Tack för att du kontaktade oss."
|
365 |
+
|
366 |
+
#: bws_functions.php:751
|
367 |
+
msgid ""
|
368 |
+
"If you have a feature, suggestion or idea you'd like to see in the plugin, "
|
369 |
+
"we'd love to hear about it!"
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: bws_functions.php:752
|
373 |
+
msgid "Suggest a Feature"
|
374 |
+
msgstr ""
|
375 |
+
|
376 |
+
#: bws_functions.php:768
|
377 |
msgid "Notice"
|
378 |
msgstr ""
|
379 |
|
380 |
+
#: bws_functions.php:768
|
381 |
msgid "The plugin's settings have been changed."
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: bws_functions.php:769 bws_functions.php:1240
|
385 |
msgid "Save Changes"
|
386 |
msgstr "Spara ändringar"
|
387 |
|
388 |
+
#: bws_functions.php:786
|
389 |
+
msgid ""
|
390 |
+
"You can always look at premium options by clicking on the \"Show Pro features"
|
391 |
+
"\" in the \"Go PRO\" tab"
|
|
|
|
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: bws_functions.php:886
|
395 |
msgid "Add shortcode"
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: bws_functions.php:886
|
399 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: bws_functions.php:935
|
403 |
msgid "Close"
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: bws_functions.php:1027
|
407 |
msgid "Restore all plugin settings to defaults"
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: bws_functions.php:1029
|
411 |
msgid "Restore settings"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: bws_functions.php:1040
|
415 |
msgid "Are you sure you want to restore all settings by default?"
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: bws_functions.php:1043
|
419 |
msgid "Yes, restore all settings"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: bws_functions.php:1044
|
423 |
msgid "No, go back to the settings page"
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: bws_functions.php:1090
|
427 |
#, fuzzy
|
428 |
msgid "Plugin"
|
429 |
msgstr "Betaltillägg"
|
430 |
|
431 |
+
#: bws_functions.php:1099
|
432 |
#, fuzzy
|
433 |
msgid "Shortcode settings"
|
434 |
msgstr "Inställningar"
|
435 |
|
436 |
+
#: bws_functions.php:1104
|
437 |
msgid "The shortcode will be inserted"
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: bws_functions.php:1109
|
441 |
msgid "Insert"
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: bws_functions.php:1140
|
445 |
msgid "Visit Help Center"
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: bws_functions.php:1145
|
449 |
msgid "FAQ"
|
450 |
msgstr "FAQ"
|
451 |
|
452 |
+
#: bws_functions.php:1151
|
453 |
msgid "For more information:"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: bws_functions.php:1152
|
457 |
msgid "Documentation"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: bws_functions.php:1153
|
461 |
msgid "Video Instructions"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: bws_functions.php:1154
|
465 |
msgid "Submit a Request"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: bws_functions.php:1165
|
469 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
470 |
+
msgstr ""
|
471 |
+
|
472 |
+
#: bws_functions.php:1196
|
473 |
+
msgid "File edited successfully."
|
474 |
+
msgstr ""
|
475 |
+
|
476 |
+
#: bws_functions.php:1198
|
477 |
+
msgid "Not enough permissions to create or update the file"
|
478 |
+
msgstr ""
|
479 |
+
|
480 |
+
#: bws_functions.php:1222
|
481 |
+
msgid "These styles will be added to the header on all pages of your site."
|
482 |
+
msgstr ""
|
483 |
+
|
484 |
+
#: bws_functions.php:1225
|
485 |
+
msgid "Editing"
|
486 |
+
msgstr ""
|
487 |
+
|
488 |
+
#: bws_functions.php:1227
|
489 |
+
msgid "Browsing"
|
490 |
+
msgstr ""
|
491 |
+
|
492 |
+
#: bws_functions.php:1235
|
493 |
+
#, fuzzy
|
494 |
+
msgid "Learn more about CSS"
|
495 |
+
msgstr "Läs mer"
|
496 |
+
|
497 |
+
#: bws_functions.php:1243
|
498 |
+
#, php-format
|
499 |
+
msgid ""
|
500 |
+
"You need to make this file writable before you can save your changes. See %s "
|
501 |
+
"the Codex %s for more information."
|
502 |
+
msgstr ""
|
503 |
+
|
504 |
+
#: bws_menu.php:509
|
505 |
msgid "Not set"
|
506 |
msgstr "Inte angiven"
|
507 |
|
508 |
+
#: bws_menu.php:511 bws_menu.php:512
|
|
|
509 |
msgid "On"
|
510 |
msgstr "På"
|
511 |
|
512 |
+
#: bws_menu.php:511 bws_menu.php:512
|
|
|
513 |
msgid "Off"
|
514 |
msgstr "Av"
|
515 |
|
516 |
+
#: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
|
517 |
+
#: bws_menu.php:517 bws_menu.php:529
|
|
|
|
|
|
|
|
|
518 |
msgid "N/A"
|
519 |
msgstr "Finns ej"
|
520 |
|
521 |
+
#: bws_menu.php:517
|
522 |
msgid " Mb"
|
523 |
msgstr " Mb"
|
524 |
|
525 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
|
|
|
|
|
|
|
526 |
msgid "Yes"
|
527 |
msgstr "Ja"
|
528 |
|
529 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
|
|
|
|
|
|
|
530 |
msgid "No"
|
531 |
msgstr "Nej"
|
532 |
|
533 |
+
#: bws_menu.php:537
|
534 |
msgid "Operating System"
|
535 |
msgstr "Operativsystem"
|
536 |
|
537 |
+
#: bws_menu.php:538
|
538 |
msgid "Server"
|
539 |
msgstr "Server"
|
540 |
|
541 |
+
#: bws_menu.php:539
|
542 |
msgid "Memory usage"
|
543 |
msgstr "Minnesanvändning"
|
544 |
|
545 |
+
#: bws_menu.php:540
|
546 |
msgid "MYSQL Version"
|
547 |
msgstr "MySQL-version"
|
548 |
|
549 |
+
#: bws_menu.php:541
|
550 |
msgid "SQL Mode"
|
551 |
msgstr "SQL-läge"
|
552 |
|
553 |
+
#: bws_menu.php:542
|
554 |
msgid "PHP Version"
|
555 |
msgstr "PHP-version"
|
556 |
|
557 |
+
#: bws_menu.php:543
|
558 |
msgid "PHP Safe Mode"
|
559 |
msgstr "PHP säkert läge"
|
560 |
|
561 |
+
#: bws_menu.php:544
|
562 |
msgid "PHP Allow URL fopen"
|
563 |
msgstr "PHP tillåt URL fopen"
|
564 |
|
565 |
+
#: bws_menu.php:545
|
566 |
msgid "PHP Memory Limit"
|
567 |
msgstr "PHP Minnesgräns"
|
568 |
|
569 |
+
#: bws_menu.php:546
|
570 |
msgid "PHP Max Upload Size"
|
571 |
msgstr "PHP Max uppladdningstorlek"
|
572 |
|
573 |
+
#: bws_menu.php:547
|
574 |
msgid "PHP Max Post Size"
|
575 |
msgstr "PHP Max poststorlek"
|
576 |
|
577 |
+
#: bws_menu.php:548
|
578 |
msgid "PHP Max Script Execute Time"
|
579 |
msgstr "PHP Max skriptexekverinstid"
|
580 |
|
581 |
+
#: bws_menu.php:549
|
582 |
msgid "PHP Exif support"
|
583 |
msgstr "PHP Exifstöd"
|
584 |
|
585 |
+
#: bws_menu.php:550
|
586 |
msgid "PHP IPTC support"
|
587 |
msgstr "PHP ITPC-stöd"
|
588 |
|
589 |
+
#: bws_menu.php:551
|
590 |
msgid "PHP XML support"
|
591 |
msgstr "PHP XML-stöd"
|
592 |
|
593 |
+
#: bws_menu.php:552
|
594 |
msgid "Site URL"
|
595 |
msgstr "SajtURL"
|
596 |
|
597 |
+
#: bws_menu.php:553
|
598 |
msgid "Home URL"
|
599 |
msgstr "HemURL"
|
600 |
|
601 |
+
#: bws_menu.php:556
|
602 |
msgid "WordPress Version"
|
603 |
msgstr "WordPress-version"
|
604 |
|
605 |
+
#: bws_menu.php:557
|
606 |
msgid "WordPress DB Version"
|
607 |
msgstr "WordPress-DB-version"
|
608 |
|
609 |
+
#: bws_menu.php:558
|
610 |
msgid "Multisite"
|
611 |
msgstr "Multisajt"
|
612 |
|
613 |
+
#: bws_menu.php:559
|
614 |
msgid "Active Theme"
|
615 |
msgstr "Aktivt tema"
|
616 |
|
617 |
+
#: bws_menu.php:574
|
618 |
msgid "Please enter a valid email address."
|
619 |
msgstr "Var god ange en giltig epost-adress."
|
620 |
|
621 |
+
#: bws_menu.php:578
|
622 |
msgid "Email with system info is sent to "
|
623 |
msgstr "Epost med systeminfo är skickat till"
|
624 |
|
625 |
+
#: bws_menu.php:582
|
626 |
msgid "Thank you for contacting us."
|
627 |
msgstr "Tack för att du kontaktade oss."
|
628 |
|
629 |
+
#: bws_menu.php:615
|
630 |
msgid "Sorry, email message could not be delivered."
|
631 |
msgstr "Ledsen, eposten kunde inte levereras."
|
632 |
|
633 |
+
#: bws_menu.php:622
|
634 |
msgid "Need help?"
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: bws_menu.php:623
|
638 |
msgid "Client area"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: bws_menu.php:624 bws_menu.php:933
|
|
|
642 |
msgid "System status"
|
643 |
msgstr "Systemstatus"
|
644 |
|
645 |
+
#: bws_menu.php:629
|
646 |
#, fuzzy
|
647 |
msgid "Plugins"
|
648 |
msgstr "Betaltillägg"
|
649 |
|
650 |
+
#: bws_menu.php:630
|
651 |
msgid "Themes"
|
652 |
msgstr ""
|
653 |
|
669 |
msgid "Installed plugins"
|
670 |
msgstr "Installerade tillägg"
|
671 |
|
672 |
+
#: bws_menu.php:672 bws_menu.php:721
|
|
|
673 |
msgid "Settings"
|
674 |
msgstr "Inställningar"
|
675 |
|
676 |
+
#: bws_menu.php:693 bws_menu.php:750
|
|
|
677 |
#, fuzzy
|
678 |
msgid "Activate this plugin"
|
679 |
msgstr "Aktiverade tillägg"
|
680 |
|
681 |
+
#: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
|
|
|
|
|
682 |
msgid "Go"
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
|
|
|
|
|
686 |
msgid "DONATE"
|
687 |
msgstr ""
|
688 |
|
731 |
msgid "Preview"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: bws_menu.php:882 bws_menu.php:914
|
|
|
735 |
#, php-format
|
736 |
msgid "By %s"
|
737 |
msgstr ""
|
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:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -16,572 +16,672 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: bws_functions.php:
|
20 |
-
#: bws_functions.php:63
|
21 |
msgid "requires"
|
22 |
msgstr "потребує"
|
23 |
|
24 |
-
#: bws_functions.php:
|
25 |
-
msgid "
|
26 |
-
|
|
|
|
|
|
|
|
|
27 |
|
28 |
-
#: bws_functions.php:
|
29 |
msgid "Back to the WordPress"
|
30 |
msgstr "Повернутися на WordPress на"
|
31 |
|
32 |
-
#: bws_functions.php:
|
33 |
msgid "Plugins page"
|
34 |
msgstr "Сторінку Плагінів"
|
35 |
|
36 |
-
#: bws_functions.php:
|
37 |
-
msgid "
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
-
#: bws_functions.php:
|
41 |
msgid "It’s time to upgrade your"
|
42 |
msgstr "Настав час модернізувати Ваш"
|
43 |
|
44 |
-
#: bws_functions.php:
|
45 |
msgid "to"
|
46 |
msgstr "до"
|
47 |
|
48 |
-
#: bws_functions.php:
|
49 |
msgid "version!"
|
50 |
msgstr "версії!"
|
51 |
|
52 |
-
#: bws_functions.php:
|
53 |
msgid "Extend standard plugin functionality with new great options."
|
54 |
msgstr "Розширює можливості стандартного функціоналу плагіна."
|
55 |
|
56 |
-
#: bws_functions.php:
|
57 |
-
#: bws_functions.php:561
|
58 |
msgid "Learn More"
|
59 |
msgstr "Дізнатись більше"
|
60 |
|
61 |
-
#: bws_functions.php:
|
62 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
63 |
-
msgstr "
|
|
|
64 |
|
65 |
-
#: bws_functions.php:
|
66 |
msgid "Rate the plugin"
|
67 |
msgstr "Оцінити плагін"
|
68 |
|
69 |
-
#: bws_functions.php:
|
70 |
msgid "If there is something wrong about it, please contact us"
|
71 |
msgstr "Якщо щось не так, будь ласка, повідомте нам"
|
72 |
|
73 |
-
#: bws_functions.php:
|
74 |
msgid "Check premium options on the plugin settings page!"
|
75 |
msgstr "Подивіться преміум опції на сторінці налаштувань плагіна!"
|
76 |
|
77 |
-
#: bws_functions.php:
|
78 |
-
#: bws_functions.php:222
|
79 |
msgid "Wrong license key"
|
80 |
msgstr "Невірний ключ ліцензії"
|
81 |
|
82 |
-
#: bws_functions.php:
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
msgstr "
|
|
|
|
|
87 |
|
88 |
-
#: bws_functions.php:
|
89 |
-
#: bws_functions.php:474
|
90 |
-
#: bws_functions.php:525
|
91 |
msgid "We are sorry for inconvenience."
|
92 |
msgstr "Просимо вибачення за незручності."
|
93 |
|
94 |
-
#: bws_functions.php:
|
95 |
msgid "This license key is bind to another site"
|
96 |
msgstr "Цей ліцензійний ключ прив'язано до іншого сайту"
|
97 |
|
98 |
-
#: bws_functions.php:
|
99 |
-
|
100 |
-
|
101 |
-
|
|
|
|
|
|
|
102 |
|
103 |
-
#: bws_functions.php:
|
104 |
-
msgid "
|
105 |
-
|
|
|
|
|
|
|
|
|
106 |
|
107 |
-
#: bws_functions.php:
|
108 |
-
msgid "
|
109 |
-
|
|
|
|
|
|
|
|
|
110 |
|
111 |
-
#: bws_functions.php:
|
112 |
-
#: bws_functions.php:273
|
113 |
-
#: bws_functions.php:295
|
114 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
115 |
-
msgstr "
|
|
|
116 |
|
117 |
-
#: bws_functions.php:
|
118 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
119 |
msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
|
120 |
|
121 |
-
#: bws_functions.php:
|
122 |
-
msgid "
|
123 |
-
|
|
|
|
|
|
|
|
|
124 |
|
125 |
-
#: bws_functions.php:
|
126 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
127 |
-
msgstr "
|
|
|
|
|
128 |
|
129 |
-
#: bws_functions.php:
|
130 |
-
msgid "
|
131 |
-
|
|
|
|
|
|
|
|
|
132 |
|
133 |
-
#: bws_functions.php:
|
134 |
msgid "Please, enter Your license key"
|
135 |
msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
|
136 |
|
137 |
-
#: bws_functions.php:
|
138 |
-
msgid "
|
|
|
|
|
139 |
msgstr "Вітаємо! Pro версію плагіну успішно завантажено та активовано."
|
140 |
|
141 |
-
#: bws_functions.php:
|
142 |
-
#: bws_functions.php:441
|
143 |
msgid "Please, go to"
|
144 |
msgstr "Будь ласка, перейдіть на"
|
145 |
|
146 |
-
#: bws_functions.php:
|
147 |
-
#: bws_functions.php:441
|
148 |
msgid "the setting page"
|
149 |
msgstr "сторінку установок"
|
150 |
|
151 |
-
#: bws_functions.php:
|
152 |
-
#: bws_functions.php:442
|
153 |
msgid "You will be redirected automatically in 5 seconds."
|
154 |
msgstr "Вас буде перенаправлено автоматично через 5 секунд."
|
155 |
|
156 |
-
#: bws_functions.php:
|
157 |
msgid "Show Pro features"
|
158 |
msgstr "Показати Pro опції"
|
159 |
|
160 |
-
#: bws_functions.php:
|
161 |
msgid "You can download and activate"
|
162 |
msgstr "Ви можете завантажити та активувати"
|
163 |
|
164 |
-
#: bws_functions.php:
|
165 |
msgid "version of this plugin by entering Your license key."
|
166 |
msgstr "версію цього плагіну, якщо впишете ваш ліцензійний ключ."
|
167 |
|
168 |
-
#: bws_functions.php:
|
169 |
-
|
170 |
-
|
171 |
-
|
|
|
|
|
|
|
172 |
|
173 |
-
#: bws_functions.php:
|
174 |
-
#: bws_functions.php:412
|
175 |
msgid "(your username is the email you specify when purchasing the product)."
|
176 |
msgstr "(ваше ім'я - це емейл, який ви вказували при купівлі плагіну)"
|
177 |
|
178 |
-
#: bws_functions.php:
|
179 |
-
#: bws_functions.php:659
|
180 |
msgid "or"
|
181 |
msgstr "або"
|
182 |
|
183 |
-
#: bws_functions.php:
|
184 |
#, php-format
|
185 |
msgid "Start Your Free %s-Day Trial Now"
|
186 |
msgstr "Спробуйте %s-денну тріал версію безкоштовно"
|
187 |
|
188 |
-
#: bws_functions.php:
|
189 |
-
#: bws_functions.php:
|
190 |
-
#: bws_functions.php:420
|
191 |
-
#: bws_functions.php:428
|
192 |
-
#: bws_menu.php:693
|
193 |
#: bws_menu.php:750
|
194 |
msgid "Activate"
|
195 |
msgstr "Активувати"
|
196 |
|
197 |
-
#: bws_functions.php:
|
198 |
-
#: bws_functions.php:500
|
199 |
#, php-format
|
200 |
-
msgid "
|
|
|
201 |
msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
|
202 |
|
203 |
-
#: bws_functions.php:
|
204 |
msgid "After that you can activate it by entering your license key."
|
205 |
msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
|
206 |
|
207 |
-
#: bws_functions.php:
|
208 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
209 |
msgstr "На жаль, ви перевищили кількість допустимих спроб."
|
210 |
|
211 |
-
#: bws_functions.php:
|
212 |
-
msgid "
|
|
|
213 |
msgstr "Вітаємо! Pro версію плагіну успішно активовано."
|
214 |
|
215 |
-
#: bws_functions.php:
|
216 |
msgid "Wrong license key."
|
217 |
msgstr "Неправильний ліцензійний ключ."
|
218 |
|
219 |
-
#: bws_functions.php:
|
220 |
msgid "This license key is bind to another site."
|
221 |
msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
|
222 |
|
223 |
-
#: bws_functions.php:
|
224 |
-
msgid "
|
225 |
-
|
|
|
|
|
|
|
|
|
226 |
|
227 |
-
#: bws_functions.php:
|
228 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
229 |
msgstr "На жаль, ви перевищили кількість допустимих спроб."
|
230 |
|
231 |
-
#: bws_functions.php:
|
232 |
-
msgid "
|
233 |
-
|
|
|
|
|
|
|
|
|
234 |
|
235 |
-
#: bws_functions.php:
|
236 |
msgid "The Pro Trial license key is valid."
|
237 |
msgstr "Ключ тріал Pro версії вірний."
|
238 |
|
239 |
-
#: bws_functions.php:
|
240 |
msgid "The license key is valid."
|
241 |
msgstr "Ліцензійний ключ дійсний."
|
242 |
|
243 |
-
#: bws_functions.php:
|
244 |
msgid "Your license will expire on"
|
245 |
msgstr "Ваша ліцензія закінчується"
|
246 |
|
247 |
-
#: bws_functions.php:
|
248 |
msgid "Please, enter your license key"
|
249 |
msgstr "Будь ласка, введіть ваш ліцензійний ключ"
|
250 |
|
251 |
-
#: bws_functions.php:
|
252 |
-
msgid "
|
253 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
254 |
|
255 |
-
#: bws_functions.php:
|
256 |
-
msgid "
|
257 |
-
|
|
|
|
|
|
|
|
|
|
|
258 |
|
259 |
-
#: bws_functions.php:
|
260 |
msgid "Check license key"
|
261 |
msgstr "Перевірте ліцензійний ключ"
|
262 |
|
263 |
-
#: bws_functions.php:
|
264 |
msgid "WARNING: Illegal use notification"
|
265 |
msgstr "УВАГА: виявлено несанкціоноване використання плагіну"
|
266 |
|
267 |
-
#: bws_functions.php:
|
268 |
-
msgid "
|
269 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
270 |
|
271 |
-
#: bws_functions.php:
|
272 |
-
msgid "
|
273 |
-
|
|
|
|
|
|
|
|
|
274 |
|
275 |
-
#: bws_functions.php:
|
276 |
-
msgid "
|
277 |
-
|
|
|
|
|
|
|
|
|
278 |
|
279 |
-
#: bws_functions.php:
|
280 |
-
#:
|
281 |
-
#: bws_menu.php:669
|
282 |
-
#: bws_menu.php:691
|
283 |
-
#: bws_menu.php:718
|
284 |
-
#: bws_menu.php:748
|
285 |
#: bws_menu.php:794
|
286 |
msgid "Learn more"
|
287 |
msgstr "Дізнатись більше"
|
288 |
|
289 |
-
#: bws_functions.php:
|
290 |
#, php-format
|
291 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
292 |
msgstr "Увага: Ви використовуєте тріал Pro версію плагіну %s."
|
293 |
|
294 |
-
#: bws_functions.php:
|
295 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
296 |
msgstr "Увага: Ви використовуєте тріал Pro версію плагіну."
|
297 |
|
298 |
-
#: bws_functions.php:
|
299 |
msgid "The Pro Trial license will expire on"
|
300 |
msgstr "Тріал період Pro версії плагіну закінчується"
|
301 |
|
302 |
-
#: bws_functions.php:
|
303 |
msgid "You license for"
|
304 |
msgstr "Ваша ліцензія для"
|
305 |
|
306 |
-
#: bws_functions.php:
|
307 |
msgid "expires on"
|
308 |
msgstr "витікає"
|
309 |
|
310 |
-
#: bws_functions.php:
|
311 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
312 |
-
msgstr "
|
|
|
|
|
313 |
|
314 |
-
#: bws_functions.php:
|
315 |
msgid "Thank you for installing"
|
316 |
msgstr "Дякуємо, що встановили"
|
317 |
|
318 |
-
#: bws_functions.php:
|
319 |
msgid "Let's get started"
|
320 |
msgstr "Розпочнемо"
|
321 |
|
322 |
-
#: bws_functions.php:
|
323 |
msgid "Configure Settings"
|
324 |
msgstr "Налаштувати плагін"
|
325 |
|
326 |
-
#: bws_functions.php:
|
327 |
msgid "Add New"
|
328 |
msgstr "Додати"
|
329 |
|
330 |
-
#: bws_functions.php:
|
331 |
-
msgid "
|
332 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
333 |
|
334 |
-
#: bws_functions.php:
|
|
|
|
|
|
|
|
|
335 |
msgid "Notice"
|
336 |
msgstr "Зауважте"
|
337 |
|
338 |
-
#: bws_functions.php:
|
339 |
msgid "The plugin's settings have been changed."
|
340 |
msgstr "Налаштування плагіну змінено."
|
341 |
|
342 |
-
#: bws_functions.php:
|
343 |
msgid "Save Changes"
|
344 |
msgstr "Зберегти зміни"
|
345 |
|
346 |
-
#: bws_functions.php:
|
347 |
-
msgid "
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
|
354 |
-
#: bws_functions.php:
|
355 |
msgid "Add shortcode"
|
356 |
msgstr "Додати шорткод"
|
357 |
|
358 |
-
#: bws_functions.php:
|
359 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
360 |
msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
|
361 |
|
362 |
-
#: bws_functions.php:
|
363 |
msgid "Close"
|
364 |
msgstr "Закрити"
|
365 |
|
366 |
-
#: bws_functions.php:
|
367 |
msgid "Restore all plugin settings to defaults"
|
368 |
msgstr "Скинути налаштування плагіну до стандартних"
|
369 |
|
370 |
-
#: bws_functions.php:
|
371 |
msgid "Restore settings"
|
372 |
msgstr "Скинути налаштування"
|
373 |
|
374 |
-
#: bws_functions.php:
|
375 |
msgid "Are you sure you want to restore all settings by default?"
|
376 |
msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
|
377 |
|
378 |
-
#: bws_functions.php:
|
379 |
msgid "Yes, restore all settings"
|
380 |
msgstr "Так, скинути налаштування"
|
381 |
|
382 |
-
#: bws_functions.php:
|
383 |
msgid "No, go back to the settings page"
|
384 |
msgstr "Ні, повернутись назад на сторінку налаштувань"
|
385 |
|
386 |
-
#: bws_functions.php:
|
387 |
msgid "Plugin"
|
388 |
msgstr "Плагін"
|
389 |
|
390 |
-
#: bws_functions.php:
|
391 |
msgid "Shortcode settings"
|
392 |
msgstr "Налаштування шорткоду"
|
393 |
|
394 |
-
#: bws_functions.php:
|
395 |
msgid "The shortcode will be inserted"
|
396 |
msgstr "Буде вставлено шорткод"
|
397 |
|
398 |
-
#: bws_functions.php:
|
399 |
msgid "Insert"
|
400 |
msgstr "Вставити"
|
401 |
|
402 |
-
#: bws_functions.php:
|
403 |
msgid "Visit Help Center"
|
404 |
msgstr "Перейти в Help Center"
|
405 |
|
406 |
-
#: bws_functions.php:
|
407 |
msgid "FAQ"
|
408 |
msgstr "FAQ"
|
409 |
|
410 |
-
#: bws_functions.php:
|
411 |
msgid "For more information:"
|
412 |
msgstr "Для отримання додаткової інформації:"
|
413 |
|
414 |
-
#: bws_functions.php:
|
415 |
msgid "Documentation"
|
416 |
msgstr "Документація"
|
417 |
|
418 |
-
#: bws_functions.php:
|
419 |
msgid "Video Instructions"
|
420 |
msgstr "Відео інструкції"
|
421 |
|
422 |
-
#: bws_functions.php:
|
423 |
msgid "Submit a Request"
|
424 |
msgstr "Надіслати запит"
|
425 |
|
426 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
427 |
msgid "Not set"
|
428 |
msgstr "Не задано"
|
429 |
|
430 |
-
#: bws_menu.php:
|
431 |
-
#: bws_menu.php:509
|
432 |
msgid "On"
|
433 |
msgstr "Увімк."
|
434 |
|
435 |
-
#: bws_menu.php:
|
436 |
-
#: bws_menu.php:509
|
437 |
msgid "Off"
|
438 |
msgstr "Вимк."
|
439 |
|
440 |
-
#: bws_menu.php:
|
441 |
-
#: bws_menu.php:
|
442 |
-
#: bws_menu.php:512
|
443 |
-
#: bws_menu.php:513
|
444 |
-
#: bws_menu.php:514
|
445 |
-
#: bws_menu.php:526
|
446 |
msgid "N/A"
|
447 |
msgstr "Невідомо"
|
448 |
|
449 |
-
#: bws_menu.php:
|
450 |
msgid " Mb"
|
451 |
msgstr "Мб"
|
452 |
|
453 |
-
#: bws_menu.php:
|
454 |
-
#: bws_menu.php:516
|
455 |
-
#: bws_menu.php:517
|
456 |
-
#: bws_menu.php:522
|
457 |
msgid "Yes"
|
458 |
msgstr "Так"
|
459 |
|
460 |
-
#: bws_menu.php:
|
461 |
-
#: bws_menu.php:516
|
462 |
-
#: bws_menu.php:517
|
463 |
-
#: bws_menu.php:524
|
464 |
msgid "No"
|
465 |
msgstr "Ні"
|
466 |
|
467 |
-
#: bws_menu.php:
|
468 |
msgid "Operating System"
|
469 |
msgstr "Операційна система"
|
470 |
|
471 |
-
#: bws_menu.php:
|
472 |
msgid "Server"
|
473 |
msgstr "Тип серверу"
|
474 |
|
475 |
-
#: bws_menu.php:
|
476 |
msgid "Memory usage"
|
477 |
msgstr "Пам’яті використано"
|
478 |
|
479 |
-
#: bws_menu.php:
|
480 |
msgid "MYSQL Version"
|
481 |
msgstr "Версія MYSQL"
|
482 |
|
483 |
-
#: bws_menu.php:
|
484 |
msgid "SQL Mode"
|
485 |
msgstr "Режим SQL"
|
486 |
|
487 |
-
#: bws_menu.php:
|
488 |
msgid "PHP Version"
|
489 |
msgstr "Версія PHP"
|
490 |
|
491 |
-
#: bws_menu.php:
|
492 |
msgid "PHP Safe Mode"
|
493 |
msgstr "PHP Безпечний режим"
|
494 |
|
495 |
-
#: bws_menu.php:
|
496 |
msgid "PHP Allow URL fopen"
|
497 |
msgstr "Дозволити PHP URL fopen"
|
498 |
|
499 |
-
#: bws_menu.php:
|
500 |
msgid "PHP Memory Limit"
|
501 |
msgstr "Ліміт пам’яті"
|
502 |
|
503 |
-
#: bws_menu.php:
|
504 |
msgid "PHP Max Upload Size"
|
505 |
msgstr "Макс. розмір файлу, що завантажується"
|
506 |
|
507 |
-
#: bws_menu.php:
|
508 |
msgid "PHP Max Post Size"
|
509 |
msgstr "Макс. розмір посту"
|
510 |
|
511 |
-
#: bws_menu.php:
|
512 |
msgid "PHP Max Script Execute Time"
|
513 |
msgstr "Макс. час виконання сценарію"
|
514 |
|
515 |
-
#: bws_menu.php:
|
516 |
msgid "PHP Exif support"
|
517 |
msgstr "Підтримка PHP Exif"
|
518 |
|
519 |
-
#: bws_menu.php:
|
520 |
msgid "PHP IPTC support"
|
521 |
msgstr "Підтримка PHP IPTC"
|
522 |
|
523 |
-
#: bws_menu.php:
|
524 |
msgid "PHP XML support"
|
525 |
msgstr "Підтримка PHP XML"
|
526 |
|
527 |
-
#: bws_menu.php:
|
528 |
msgid "Site URL"
|
529 |
msgstr "Адреса сайту"
|
530 |
|
531 |
-
#: bws_menu.php:
|
532 |
msgid "Home URL"
|
533 |
msgstr "Адреса домашньої сторінки"
|
534 |
|
535 |
-
#: bws_menu.php:
|
536 |
msgid "WordPress Version"
|
537 |
msgstr "Версія WordPress"
|
538 |
|
539 |
-
#: bws_menu.php:
|
540 |
msgid "WordPress DB Version"
|
541 |
msgstr "Версія бази даних WordPress"
|
542 |
|
543 |
-
#: bws_menu.php:
|
544 |
msgid "Multisite"
|
545 |
msgstr "Мультисайт"
|
546 |
|
547 |
-
#: bws_menu.php:
|
548 |
msgid "Active Theme"
|
549 |
msgstr "Активна тема"
|
550 |
|
551 |
-
#: bws_menu.php:
|
552 |
msgid "Please enter a valid email address."
|
553 |
msgstr "Будь ласка, введіть коректний емейл."
|
554 |
|
555 |
-
#: bws_menu.php:
|
556 |
msgid "Email with system info is sent to "
|
557 |
msgstr "Емейл з системною інформацією надіслано на"
|
558 |
|
559 |
-
#: bws_menu.php:
|
560 |
msgid "Thank you for contacting us."
|
561 |
msgstr "Дякуємо, що звернулись до нас."
|
562 |
|
563 |
-
#: bws_menu.php:
|
564 |
msgid "Sorry, email message could not be delivered."
|
565 |
msgstr "Вибачте, ваше емейл не може бути доставлено"
|
566 |
|
567 |
-
#: bws_menu.php:
|
568 |
msgid "Need help?"
|
569 |
msgstr "Потрібна допомога?"
|
570 |
|
571 |
-
#: bws_menu.php:
|
572 |
msgid "Client area"
|
573 |
msgstr "Клієнтам"
|
574 |
|
575 |
-
#: bws_menu.php:
|
576 |
-
#: bws_menu.php:933
|
577 |
msgid "System status"
|
578 |
msgstr "Системна інформація"
|
579 |
|
580 |
-
#: bws_menu.php:
|
581 |
msgid "Plugins"
|
582 |
msgstr "Плагіни"
|
583 |
|
584 |
-
#: bws_menu.php:
|
585 |
msgid "Themes"
|
586 |
msgstr "Теми"
|
587 |
|
@@ -601,25 +701,19 @@ msgstr "Рекомендовані "
|
|
601 |
msgid "Installed plugins"
|
602 |
msgstr "Встановлені плагіни"
|
603 |
|
604 |
-
#: bws_menu.php:672
|
605 |
-
#: bws_menu.php:721
|
606 |
msgid "Settings"
|
607 |
msgstr "Налаштування"
|
608 |
|
609 |
-
#: bws_menu.php:693
|
610 |
-
#: bws_menu.php:750
|
611 |
msgid "Activate this plugin"
|
612 |
msgstr "Активувати плагін"
|
613 |
|
614 |
-
#: bws_menu.php:708
|
615 |
-
#: bws_menu.php:738
|
616 |
-
#: bws_menu.php:784
|
617 |
msgid "Go"
|
618 |
msgstr "Перейти"
|
619 |
|
620 |
-
#: bws_menu.php:712
|
621 |
-
#: bws_menu.php:742
|
622 |
-
#: bws_menu.php:788
|
623 |
msgid "DONATE"
|
624 |
msgstr "Підтримати нас"
|
625 |
|
@@ -667,8 +761,7 @@ msgstr "Попередній перегляд %s"
|
|
667 |
msgid "Preview"
|
668 |
msgstr "Попередній перегляд"
|
669 |
|
670 |
-
#: bws_menu.php:882
|
671 |
-
#: bws_menu.php:914
|
672 |
#, php-format
|
673 |
msgid "By %s"
|
674 |
msgstr "За %s"
|
@@ -701,6 +794,9 @@ msgstr "Відправити службі тех. підтримки"
|
|
701 |
msgid "Send to custom email »"
|
702 |
msgstr "Відправити на електронну адресу »"
|
703 |
|
|
|
|
|
|
|
704 |
#~ msgid ""
|
705 |
#~ "(your username is the email you specify when purchasing the product), "
|
706 |
#~ "where you can make the necessary changes."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-03-10 15:40+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-03-10 15:43+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: bws_functions.php:65 bws_functions.php:89
|
|
|
20 |
msgid "requires"
|
21 |
msgstr "потребує"
|
22 |
|
23 |
+
#: bws_functions.php:67
|
24 |
+
msgid ""
|
25 |
+
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
26 |
+
"try again."
|
27 |
+
msgstr ""
|
28 |
+
"чи вище, тому його було деактивовано! Будь ласка оновіть WordPress та "
|
29 |
+
"спробуйте ще раз."
|
30 |
|
31 |
+
#: bws_functions.php:68
|
32 |
msgid "Back to the WordPress"
|
33 |
msgstr "Повернутися на WordPress на"
|
34 |
|
35 |
+
#: bws_functions.php:70
|
36 |
msgid "Plugins page"
|
37 |
msgstr "Сторінку Плагінів"
|
38 |
|
39 |
+
#: bws_functions.php:91
|
40 |
+
msgid ""
|
41 |
+
"or higher! We do not guarantee that our plugin will work correctly. Please "
|
42 |
+
"upgrade to WordPress latest version."
|
43 |
+
msgstr ""
|
44 |
+
"чи вище! Ми не гарантуємо, що наш плагін буде працювати правильно. Будь "
|
45 |
+
"ласка, оновіть WordPress до останньої версії."
|
46 |
+
|
47 |
+
#: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
|
48 |
+
#: bws_functions.php:755
|
49 |
+
msgid "Close notice"
|
50 |
+
msgstr "Закрити"
|
51 |
|
52 |
+
#: bws_functions.php:148
|
53 |
msgid "It’s time to upgrade your"
|
54 |
msgstr "Настав час модернізувати Ваш"
|
55 |
|
56 |
+
#: bws_functions.php:148
|
57 |
msgid "to"
|
58 |
msgstr "до"
|
59 |
|
60 |
+
#: bws_functions.php:148
|
61 |
msgid "version!"
|
62 |
msgstr "версії!"
|
63 |
|
64 |
+
#: bws_functions.php:149
|
65 |
msgid "Extend standard plugin functionality with new great options."
|
66 |
msgstr "Розширює можливості стандартного функціоналу плагіна."
|
67 |
|
68 |
+
#: bws_functions.php:152 bws_functions.php:593
|
|
|
69 |
msgid "Learn More"
|
70 |
msgstr "Дізнатись більше"
|
71 |
|
72 |
+
#: bws_functions.php:169
|
73 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
74 |
+
msgstr ""
|
75 |
+
"Якщо вам сподобався плагін, будь ласка, поставте нам 5 зірочок на WordPress"
|
76 |
|
77 |
+
#: bws_functions.php:170
|
78 |
msgid "Rate the plugin"
|
79 |
msgstr "Оцінити плагін"
|
80 |
|
81 |
+
#: bws_functions.php:173
|
82 |
msgid "If there is something wrong about it, please contact us"
|
83 |
msgstr "Якщо щось не так, будь ласка, повідомте нам"
|
84 |
|
85 |
+
#: bws_functions.php:205
|
86 |
msgid "Check premium options on the plugin settings page!"
|
87 |
msgstr "Подивіться преміум опції на сторінці налаштувань плагіна!"
|
88 |
|
89 |
+
#: bws_functions.php:212 bws_functions.php:248
|
|
|
90 |
msgid "Wrong license key"
|
91 |
msgstr "Невірний ключ ліцензії"
|
92 |
|
93 |
+
#: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
|
94 |
+
msgid ""
|
95 |
+
"Something went wrong. Please try again later. If the error appears again, "
|
96 |
+
"please contact us"
|
97 |
+
msgstr ""
|
98 |
+
"Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
|
99 |
+
"повідомте нам"
|
100 |
|
101 |
+
#: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
|
|
|
|
|
102 |
msgid "We are sorry for inconvenience."
|
103 |
msgstr "Просимо вибачення за незручності."
|
104 |
|
105 |
+
#: bws_functions.php:250
|
106 |
msgid "This license key is bind to another site"
|
107 |
msgstr "Цей ліцензійний ключ прив'язано до іншого сайту"
|
108 |
|
109 |
+
#: bws_functions.php:252 bws_functions.php:416
|
110 |
+
msgid ""
|
111 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
112 |
+
"Please, upload the plugin manually."
|
113 |
+
msgstr ""
|
114 |
+
"На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
|
115 |
+
"завантажте плагін вручну"
|
116 |
|
117 |
+
#: bws_functions.php:254
|
118 |
+
msgid ""
|
119 |
+
"Unfortunately, Your license has expired. To continue getting top-priority "
|
120 |
+
"support and plugin updates you should extend it in your"
|
121 |
+
msgstr ""
|
122 |
+
"На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
|
123 |
+
"першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію"
|
124 |
|
125 |
+
#: bws_functions.php:256
|
126 |
+
msgid ""
|
127 |
+
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
128 |
+
"Trial license can be installed only once."
|
129 |
+
msgstr ""
|
130 |
+
"На жаль, Pro ліцензія уже використовувалась на цьому домені. Тріал Pro "
|
131 |
+
"версії плагіну можна використати лише один раз."
|
132 |
|
133 |
+
#: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
|
|
|
|
|
134 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
135 |
+
msgstr ""
|
136 |
+
"Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
|
137 |
|
138 |
+
#: bws_functions.php:289
|
139 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
140 |
msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
|
141 |
|
142 |
+
#: bws_functions.php:295
|
143 |
+
msgid ""
|
144 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
145 |
+
"plugin manually"
|
146 |
+
msgstr ""
|
147 |
+
"Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
|
148 |
+
"вручну"
|
149 |
|
150 |
+
#: bws_functions.php:302
|
151 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
152 |
+
msgstr ""
|
153 |
+
"Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
|
154 |
+
"вручну"
|
155 |
|
156 |
+
#: bws_functions.php:325
|
157 |
+
msgid ""
|
158 |
+
"Something went wrong. Try again later or upload the plugin manually. We are "
|
159 |
+
"sorry for inconvenience."
|
160 |
+
msgstr ""
|
161 |
+
"Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін "
|
162 |
+
"вручну. Просимо вибачення за незручності."
|
163 |
|
164 |
+
#: bws_functions.php:350
|
165 |
msgid "Please, enter Your license key"
|
166 |
msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
|
167 |
|
168 |
+
#: bws_functions.php:380
|
169 |
+
msgid ""
|
170 |
+
"Congratulations! The Pro version of the plugin is successfully download and "
|
171 |
+
"activated."
|
172 |
msgstr "Вітаємо! Pro версію плагіну успішно завантажено та активовано."
|
173 |
|
174 |
+
#: bws_functions.php:382 bws_functions.php:473
|
|
|
175 |
msgid "Please, go to"
|
176 |
msgstr "Будь ласка, перейдіть на"
|
177 |
|
178 |
+
#: bws_functions.php:382 bws_functions.php:473
|
|
|
179 |
msgid "the setting page"
|
180 |
msgstr "сторінку установок"
|
181 |
|
182 |
+
#: bws_functions.php:383 bws_functions.php:474
|
|
|
183 |
msgid "You will be redirected automatically in 5 seconds."
|
184 |
msgstr "Вас буде перенаправлено автоматично через 5 секунд."
|
185 |
|
186 |
+
#: bws_functions.php:390
|
187 |
msgid "Show Pro features"
|
188 |
msgstr "Показати Pro опції"
|
189 |
|
190 |
+
#: bws_functions.php:397
|
191 |
msgid "You can download and activate"
|
192 |
msgstr "Ви можете завантажити та активувати"
|
193 |
|
194 |
+
#: bws_functions.php:399
|
195 |
msgid "version of this plugin by entering Your license key."
|
196 |
msgstr "версію цього плагіну, якщо впишете ваш ліцензійний ключ."
|
197 |
|
198 |
+
#: bws_functions.php:401 bws_functions.php:442
|
199 |
+
msgid ""
|
200 |
+
"You can find your license key on your personal page Client area, by clicking "
|
201 |
+
"on the link"
|
202 |
+
msgstr ""
|
203 |
+
"Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у "
|
204 |
+
"Client area, перейшовши за посиланням"
|
205 |
|
206 |
+
#: bws_functions.php:403 bws_functions.php:444
|
|
|
207 |
msgid "(your username is the email you specify when purchasing the product)."
|
208 |
msgstr "(ваше ім'я - це емейл, який ви вказували при купівлі плагіну)"
|
209 |
|
210 |
+
#: bws_functions.php:407 bws_functions.php:691
|
|
|
211 |
msgid "or"
|
212 |
msgstr "або"
|
213 |
|
214 |
+
#: bws_functions.php:407
|
215 |
#, php-format
|
216 |
msgid "Start Your Free %s-Day Trial Now"
|
217 |
msgstr "Спробуйте %s-денну тріал версію безкоштовно"
|
218 |
|
219 |
+
#: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
|
220 |
+
#: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
|
|
|
|
|
|
|
221 |
#: bws_menu.php:750
|
222 |
msgid "Activate"
|
223 |
msgstr "Активувати"
|
224 |
|
225 |
+
#: bws_functions.php:439 bws_functions.php:532
|
|
|
226 |
#, php-format
|
227 |
+
msgid ""
|
228 |
+
"In order to continue using the plugin it is necessary to buy a %s license."
|
229 |
msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
|
230 |
|
231 |
+
#: bws_functions.php:440
|
232 |
msgid "After that you can activate it by entering your license key."
|
233 |
msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
|
234 |
|
235 |
+
#: bws_functions.php:454
|
236 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
237 |
msgstr "На жаль, ви перевищили кількість допустимих спроб."
|
238 |
|
239 |
+
#: bws_functions.php:471
|
240 |
+
msgid ""
|
241 |
+
"Congratulations! The Pro license of the plugin is successfully activated."
|
242 |
msgstr "Вітаємо! Pro версію плагіну успішно активовано."
|
243 |
|
244 |
+
#: bws_functions.php:512
|
245 |
msgid "Wrong license key."
|
246 |
msgstr "Неправильний ліцензійний ключ."
|
247 |
|
248 |
+
#: bws_functions.php:514
|
249 |
msgid "This license key is bind to another site."
|
250 |
msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
|
251 |
|
252 |
+
#: bws_functions.php:516
|
253 |
+
msgid ""
|
254 |
+
"This license key is valid, but Your license has expired. If you want to "
|
255 |
+
"update our plugin in future, you should extend the license."
|
256 |
+
msgstr ""
|
257 |
+
"Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
|
258 |
+
"хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
|
259 |
|
260 |
+
#: bws_functions.php:518
|
261 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
262 |
msgstr "На жаль, ви перевищили кількість допустимих спроб."
|
263 |
|
264 |
+
#: bws_functions.php:520
|
265 |
+
msgid ""
|
266 |
+
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
267 |
+
"The Pro Trial license can be installed only once."
|
268 |
+
msgstr ""
|
269 |
+
"На жаль, тріал Pro версія плагіну уже встановлювалась на цей домен. Тріал "
|
270 |
+
"Pro версію можна встановлювати лише один раз."
|
271 |
|
272 |
+
#: bws_functions.php:524
|
273 |
msgid "The Pro Trial license key is valid."
|
274 |
msgstr "Ключ тріал Pro версії вірний."
|
275 |
|
276 |
+
#: bws_functions.php:526
|
277 |
msgid "The license key is valid."
|
278 |
msgstr "Ліцензійний ключ дійсний."
|
279 |
|
280 |
+
#: bws_functions.php:529
|
281 |
msgid "Your license will expire on"
|
282 |
msgstr "Ваша ліцензія закінчується"
|
283 |
|
284 |
+
#: bws_functions.php:562
|
285 |
msgid "Please, enter your license key"
|
286 |
msgstr "Будь ласка, введіть ваш ліцензійний ключ"
|
287 |
|
288 |
+
#: bws_functions.php:575
|
289 |
+
msgid ""
|
290 |
+
"If needed you can check if the license key is correct or reenter it in the "
|
291 |
+
"field below. You can find your license key on your personal page - Client "
|
292 |
+
"area - on our website"
|
293 |
+
msgstr ""
|
294 |
+
"При необхідності ви можете перевірити правильність вашого ліцензійного ключа "
|
295 |
+
"або знову ввести його у полі, що знаходиться нижче. Ви можете знайти свій "
|
296 |
+
"ліцензійний ключ на вашій персональній сторінці - Client area - на нашому "
|
297 |
+
"сайті."
|
298 |
|
299 |
+
#: bws_functions.php:575
|
300 |
+
msgid ""
|
301 |
+
"(your username is the email you specify when purchasing the product). If "
|
302 |
+
"necessary, please submit \"Lost your password?\" request."
|
303 |
+
msgstr ""
|
304 |
+
"(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі "
|
305 |
+
"продукту). При необхідності, будь ласка, відправте запит на відновлення "
|
306 |
+
"вашого паролю."
|
307 |
|
308 |
+
#: bws_functions.php:579
|
309 |
msgid "Check license key"
|
310 |
msgstr "Перевірте ліцензійний ключ"
|
311 |
|
312 |
+
#: bws_functions.php:593
|
313 |
msgid "WARNING: Illegal use notification"
|
314 |
msgstr "УВАГА: виявлено несанкціоноване використання плагіну"
|
315 |
|
316 |
+
#: bws_functions.php:593
|
317 |
+
msgid ""
|
318 |
+
"You can use one license of the Pro plugin for one domain only. Please check "
|
319 |
+
"and edit your license or domain if necessary using you personal Client Area. "
|
320 |
+
"We strongly recommend you to solve the problem within 24 hours, otherwise "
|
321 |
+
"the Pro plugin will be deactivated."
|
322 |
+
msgstr ""
|
323 |
+
"Ви можете використовувати одну ліцензію Про-плагіну для одного домену. Будь "
|
324 |
+
"ласка, переконайтесь, що інформацію щодо ліцензії і домену введено вірно, у "
|
325 |
+
"вкладці Client Area. Ми настійливо рекомендуємо Вам вирішити це питання "
|
326 |
+
"протягом 24 годин, інакше плагін буде деактивовано."
|
327 |
|
328 |
+
#: bws_functions.php:601
|
329 |
+
msgid ""
|
330 |
+
"Notice: Your Pro Trial license has expired. To continue using the plugin you "
|
331 |
+
"should buy a Pro license"
|
332 |
+
msgstr ""
|
333 |
+
"Увага: Термін дії тріал періоду Pro версії плагіну скінчився. Щоб продовжити "
|
334 |
+
"користуватись плагіном, будь ласка, придбайте ліцензію Pro"
|
335 |
|
336 |
+
#: bws_functions.php:603
|
337 |
+
msgid ""
|
338 |
+
"Your license has expired. To continue getting top-priority support and "
|
339 |
+
"plugin updates you should extend it."
|
340 |
+
msgstr ""
|
341 |
+
"Строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у "
|
342 |
+
"майбутньому, вам слід подовжити ліцензію."
|
343 |
|
344 |
+
#: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
|
345 |
+
#: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
|
|
|
|
|
|
|
|
|
346 |
#: bws_menu.php:794
|
347 |
msgid "Learn more"
|
348 |
msgstr "Дізнатись більше"
|
349 |
|
350 |
+
#: bws_functions.php:613
|
351 |
#, php-format
|
352 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
353 |
msgstr "Увага: Ви використовуєте тріал Pro версію плагіну %s."
|
354 |
|
355 |
+
#: bws_functions.php:615
|
356 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
357 |
msgstr "Увага: Ви використовуєте тріал Pro версію плагіну."
|
358 |
|
359 |
+
#: bws_functions.php:618
|
360 |
msgid "The Pro Trial license will expire on"
|
361 |
msgstr "Тріал період Pro версії плагіну закінчується"
|
362 |
|
363 |
+
#: bws_functions.php:656
|
364 |
msgid "You license for"
|
365 |
msgstr "Ваша ліцензія для"
|
366 |
|
367 |
+
#: bws_functions.php:656
|
368 |
msgid "expires on"
|
369 |
msgstr "витікає"
|
370 |
|
371 |
+
#: bws_functions.php:656
|
372 |
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
373 |
+
msgstr ""
|
374 |
+
"та ви більше не будете отримувати першочергову технічну підтримку та "
|
375 |
+
"оновлення."
|
376 |
|
377 |
+
#: bws_functions.php:687
|
378 |
msgid "Thank you for installing"
|
379 |
msgstr "Дякуємо, що встановили"
|
380 |
|
381 |
+
#: bws_functions.php:688
|
382 |
msgid "Let's get started"
|
383 |
msgstr "Розпочнемо"
|
384 |
|
385 |
+
#: bws_functions.php:689
|
386 |
msgid "Configure Settings"
|
387 |
msgstr "Налаштувати плагін"
|
388 |
|
389 |
+
#: bws_functions.php:692
|
390 |
msgid "Add New"
|
391 |
msgstr "Додати"
|
392 |
|
393 |
+
#: bws_functions.php:750
|
394 |
+
msgid "Thank you for choosing"
|
395 |
+
msgstr "Дякуємо, що обрали"
|
396 |
+
|
397 |
+
#: bws_functions.php:751
|
398 |
+
msgid ""
|
399 |
+
"If you have a feature, suggestion or idea you'd like to see in the plugin, "
|
400 |
+
"we'd love to hear about it!"
|
401 |
+
msgstr ""
|
402 |
+
"Якщо у вас є пропозиції по додаванню нового або поліпшення поточного "
|
403 |
+
"функціоналу плагіна, будь ласка, надсилайте їх нам! Ми завжди відкриті для "
|
404 |
+
"нових ідей!"
|
405 |
|
406 |
+
#: bws_functions.php:752
|
407 |
+
msgid "Suggest a Feature"
|
408 |
+
msgstr "Запропонувати функціонал"
|
409 |
+
|
410 |
+
#: bws_functions.php:768
|
411 |
msgid "Notice"
|
412 |
msgstr "Зауважте"
|
413 |
|
414 |
+
#: bws_functions.php:768
|
415 |
msgid "The plugin's settings have been changed."
|
416 |
msgstr "Налаштування плагіну змінено."
|
417 |
|
418 |
+
#: bws_functions.php:769 bws_functions.php:1240
|
419 |
msgid "Save Changes"
|
420 |
msgstr "Зберегти зміни"
|
421 |
|
422 |
+
#: bws_functions.php:786
|
423 |
+
msgid ""
|
424 |
+
"You can always look at premium options by clicking on the \"Show Pro features"
|
425 |
+
"\" in the \"Go PRO\" tab"
|
426 |
+
msgstr ""
|
427 |
+
"Ви завжди можете подивитися на преміум опції, натиснувши на кнопку "
|
428 |
+
"\"Показати Pro особливост\" на вкладці \"Перейти на PRO\""
|
429 |
|
430 |
+
#: bws_functions.php:886
|
431 |
msgid "Add shortcode"
|
432 |
msgstr "Додати шорткод"
|
433 |
|
434 |
+
#: bws_functions.php:886
|
435 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
436 |
msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
|
437 |
|
438 |
+
#: bws_functions.php:935
|
439 |
msgid "Close"
|
440 |
msgstr "Закрити"
|
441 |
|
442 |
+
#: bws_functions.php:1027
|
443 |
msgid "Restore all plugin settings to defaults"
|
444 |
msgstr "Скинути налаштування плагіну до стандартних"
|
445 |
|
446 |
+
#: bws_functions.php:1029
|
447 |
msgid "Restore settings"
|
448 |
msgstr "Скинути налаштування"
|
449 |
|
450 |
+
#: bws_functions.php:1040
|
451 |
msgid "Are you sure you want to restore all settings by default?"
|
452 |
msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
|
453 |
|
454 |
+
#: bws_functions.php:1043
|
455 |
msgid "Yes, restore all settings"
|
456 |
msgstr "Так, скинути налаштування"
|
457 |
|
458 |
+
#: bws_functions.php:1044
|
459 |
msgid "No, go back to the settings page"
|
460 |
msgstr "Ні, повернутись назад на сторінку налаштувань"
|
461 |
|
462 |
+
#: bws_functions.php:1090
|
463 |
msgid "Plugin"
|
464 |
msgstr "Плагін"
|
465 |
|
466 |
+
#: bws_functions.php:1099
|
467 |
msgid "Shortcode settings"
|
468 |
msgstr "Налаштування шорткоду"
|
469 |
|
470 |
+
#: bws_functions.php:1104
|
471 |
msgid "The shortcode will be inserted"
|
472 |
msgstr "Буде вставлено шорткод"
|
473 |
|
474 |
+
#: bws_functions.php:1109
|
475 |
msgid "Insert"
|
476 |
msgstr "Вставити"
|
477 |
|
478 |
+
#: bws_functions.php:1140
|
479 |
msgid "Visit Help Center"
|
480 |
msgstr "Перейти в Help Center"
|
481 |
|
482 |
+
#: bws_functions.php:1145
|
483 |
msgid "FAQ"
|
484 |
msgstr "FAQ"
|
485 |
|
486 |
+
#: bws_functions.php:1151
|
487 |
msgid "For more information:"
|
488 |
msgstr "Для отримання додаткової інформації:"
|
489 |
|
490 |
+
#: bws_functions.php:1152
|
491 |
msgid "Documentation"
|
492 |
msgstr "Документація"
|
493 |
|
494 |
+
#: bws_functions.php:1153
|
495 |
msgid "Video Instructions"
|
496 |
msgstr "Відео інструкції"
|
497 |
|
498 |
+
#: bws_functions.php:1154
|
499 |
msgid "Submit a Request"
|
500 |
msgstr "Надіслати запит"
|
501 |
|
502 |
+
#: bws_functions.php:1165
|
503 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
504 |
+
msgstr "У вас недостатньо повноважень для редагування плагінів цього сайту."
|
505 |
+
|
506 |
+
#: bws_functions.php:1196
|
507 |
+
msgid "File edited successfully."
|
508 |
+
msgstr "Файл успішно відредаговано."
|
509 |
+
|
510 |
+
#: bws_functions.php:1198
|
511 |
+
msgid "Not enough permissions to create or update the file"
|
512 |
+
msgstr "У Вас недостатньо дозволів для створення або поновлення файлу"
|
513 |
+
|
514 |
+
#: bws_functions.php:1222
|
515 |
+
msgid "These styles will be added to the header on all pages of your site."
|
516 |
+
msgstr "Ці стилі будуть додані в заголовок на всіх сторінках вашого сайту."
|
517 |
+
|
518 |
+
#: bws_functions.php:1225
|
519 |
+
msgid "Editing"
|
520 |
+
msgstr "Редагування"
|
521 |
+
|
522 |
+
#: bws_functions.php:1227
|
523 |
+
msgid "Browsing"
|
524 |
+
msgstr "Огляд"
|
525 |
+
|
526 |
+
#: bws_functions.php:1235
|
527 |
+
msgid "Learn more about CSS"
|
528 |
+
msgstr "Дізнатись більше про CSS"
|
529 |
+
|
530 |
+
#: bws_functions.php:1243
|
531 |
+
#, php-format
|
532 |
+
msgid ""
|
533 |
+
"You need to make this file writable before you can save your changes. See %s "
|
534 |
+
"the Codex %s for more information."
|
535 |
+
msgstr ""
|
536 |
+
"Вам потрібно зробити цей файл доступним для запису, перед тим як ви зможете "
|
537 |
+
"зберегти свої зміни. Перегляньте %sКодекс%s для додаткової інформації."
|
538 |
+
|
539 |
+
#: bws_menu.php:509
|
540 |
msgid "Not set"
|
541 |
msgstr "Не задано"
|
542 |
|
543 |
+
#: bws_menu.php:511 bws_menu.php:512
|
|
|
544 |
msgid "On"
|
545 |
msgstr "Увімк."
|
546 |
|
547 |
+
#: bws_menu.php:511 bws_menu.php:512
|
|
|
548 |
msgid "Off"
|
549 |
msgstr "Вимк."
|
550 |
|
551 |
+
#: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
|
552 |
+
#: bws_menu.php:517 bws_menu.php:529
|
|
|
|
|
|
|
|
|
553 |
msgid "N/A"
|
554 |
msgstr "Невідомо"
|
555 |
|
556 |
+
#: bws_menu.php:517
|
557 |
msgid " Mb"
|
558 |
msgstr "Мб"
|
559 |
|
560 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
|
|
|
|
|
|
|
561 |
msgid "Yes"
|
562 |
msgstr "Так"
|
563 |
|
564 |
+
#: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
|
|
|
|
|
|
|
565 |
msgid "No"
|
566 |
msgstr "Ні"
|
567 |
|
568 |
+
#: bws_menu.php:537
|
569 |
msgid "Operating System"
|
570 |
msgstr "Операційна система"
|
571 |
|
572 |
+
#: bws_menu.php:538
|
573 |
msgid "Server"
|
574 |
msgstr "Тип серверу"
|
575 |
|
576 |
+
#: bws_menu.php:539
|
577 |
msgid "Memory usage"
|
578 |
msgstr "Пам’яті використано"
|
579 |
|
580 |
+
#: bws_menu.php:540
|
581 |
msgid "MYSQL Version"
|
582 |
msgstr "Версія MYSQL"
|
583 |
|
584 |
+
#: bws_menu.php:541
|
585 |
msgid "SQL Mode"
|
586 |
msgstr "Режим SQL"
|
587 |
|
588 |
+
#: bws_menu.php:542
|
589 |
msgid "PHP Version"
|
590 |
msgstr "Версія PHP"
|
591 |
|
592 |
+
#: bws_menu.php:543
|
593 |
msgid "PHP Safe Mode"
|
594 |
msgstr "PHP Безпечний режим"
|
595 |
|
596 |
+
#: bws_menu.php:544
|
597 |
msgid "PHP Allow URL fopen"
|
598 |
msgstr "Дозволити PHP URL fopen"
|
599 |
|
600 |
+
#: bws_menu.php:545
|
601 |
msgid "PHP Memory Limit"
|
602 |
msgstr "Ліміт пам’яті"
|
603 |
|
604 |
+
#: bws_menu.php:546
|
605 |
msgid "PHP Max Upload Size"
|
606 |
msgstr "Макс. розмір файлу, що завантажується"
|
607 |
|
608 |
+
#: bws_menu.php:547
|
609 |
msgid "PHP Max Post Size"
|
610 |
msgstr "Макс. розмір посту"
|
611 |
|
612 |
+
#: bws_menu.php:548
|
613 |
msgid "PHP Max Script Execute Time"
|
614 |
msgstr "Макс. час виконання сценарію"
|
615 |
|
616 |
+
#: bws_menu.php:549
|
617 |
msgid "PHP Exif support"
|
618 |
msgstr "Підтримка PHP Exif"
|
619 |
|
620 |
+
#: bws_menu.php:550
|
621 |
msgid "PHP IPTC support"
|
622 |
msgstr "Підтримка PHP IPTC"
|
623 |
|
624 |
+
#: bws_menu.php:551
|
625 |
msgid "PHP XML support"
|
626 |
msgstr "Підтримка PHP XML"
|
627 |
|
628 |
+
#: bws_menu.php:552
|
629 |
msgid "Site URL"
|
630 |
msgstr "Адреса сайту"
|
631 |
|
632 |
+
#: bws_menu.php:553
|
633 |
msgid "Home URL"
|
634 |
msgstr "Адреса домашньої сторінки"
|
635 |
|
636 |
+
#: bws_menu.php:556
|
637 |
msgid "WordPress Version"
|
638 |
msgstr "Версія WordPress"
|
639 |
|
640 |
+
#: bws_menu.php:557
|
641 |
msgid "WordPress DB Version"
|
642 |
msgstr "Версія бази даних WordPress"
|
643 |
|
644 |
+
#: bws_menu.php:558
|
645 |
msgid "Multisite"
|
646 |
msgstr "Мультисайт"
|
647 |
|
648 |
+
#: bws_menu.php:559
|
649 |
msgid "Active Theme"
|
650 |
msgstr "Активна тема"
|
651 |
|
652 |
+
#: bws_menu.php:574
|
653 |
msgid "Please enter a valid email address."
|
654 |
msgstr "Будь ласка, введіть коректний емейл."
|
655 |
|
656 |
+
#: bws_menu.php:578
|
657 |
msgid "Email with system info is sent to "
|
658 |
msgstr "Емейл з системною інформацією надіслано на"
|
659 |
|
660 |
+
#: bws_menu.php:582
|
661 |
msgid "Thank you for contacting us."
|
662 |
msgstr "Дякуємо, що звернулись до нас."
|
663 |
|
664 |
+
#: bws_menu.php:615
|
665 |
msgid "Sorry, email message could not be delivered."
|
666 |
msgstr "Вибачте, ваше емейл не може бути доставлено"
|
667 |
|
668 |
+
#: bws_menu.php:622
|
669 |
msgid "Need help?"
|
670 |
msgstr "Потрібна допомога?"
|
671 |
|
672 |
+
#: bws_menu.php:623
|
673 |
msgid "Client area"
|
674 |
msgstr "Клієнтам"
|
675 |
|
676 |
+
#: bws_menu.php:624 bws_menu.php:933
|
|
|
677 |
msgid "System status"
|
678 |
msgstr "Системна інформація"
|
679 |
|
680 |
+
#: bws_menu.php:629
|
681 |
msgid "Plugins"
|
682 |
msgstr "Плагіни"
|
683 |
|
684 |
+
#: bws_menu.php:630
|
685 |
msgid "Themes"
|
686 |
msgstr "Теми"
|
687 |
|
701 |
msgid "Installed plugins"
|
702 |
msgstr "Встановлені плагіни"
|
703 |
|
704 |
+
#: bws_menu.php:672 bws_menu.php:721
|
|
|
705 |
msgid "Settings"
|
706 |
msgstr "Налаштування"
|
707 |
|
708 |
+
#: bws_menu.php:693 bws_menu.php:750
|
|
|
709 |
msgid "Activate this plugin"
|
710 |
msgstr "Активувати плагін"
|
711 |
|
712 |
+
#: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
|
|
|
|
|
713 |
msgid "Go"
|
714 |
msgstr "Перейти"
|
715 |
|
716 |
+
#: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
|
|
|
|
|
717 |
msgid "DONATE"
|
718 |
msgstr "Підтримати нас"
|
719 |
|
761 |
msgid "Preview"
|
762 |
msgstr "Попередній перегляд"
|
763 |
|
764 |
+
#: bws_menu.php:882 bws_menu.php:914
|
|
|
765 |
#, php-format
|
766 |
msgid "By %s"
|
767 |
msgstr "За %s"
|
794 |
msgid "Send to custom email »"
|
795 |
msgstr "Відправити на електронну адресу »"
|
796 |
|
797 |
+
#~ msgid "Add BWS Plugins Shortcode"
|
798 |
+
#~ msgstr "Додати BWS шорткод"
|
799 |
+
|
800 |
#~ msgid ""
|
801 |
#~ "(your username is the email you specify when purchasing the product), "
|
802 |
#~ "where you can make the necessary changes."
|
css/style.css
CHANGED
@@ -7,4 +7,10 @@
|
|
7 |
#gglcptch-keys input[type=text] {
|
8 |
max-width: 350px;
|
9 |
width: 100%;
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
}
|
7 |
#gglcptch-keys input[type=text] {
|
8 |
max-width: 350px;
|
9 |
width: 100%;
|
10 |
+
}
|
11 |
+
.gglcptch_verified {
|
12 |
+
color: #03AA03;
|
13 |
+
}
|
14 |
+
.gglcptch_error_msg {
|
15 |
+
color: #dc3232;
|
16 |
}
|
google-captcha.php
CHANGED
@@ -6,7 +6,7 @@ Description: Plugin Google Captcha intended to prove that the visitor is a human
|
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: google-captcha
|
8 |
Domain Path: /languages
|
9 |
-
Version: 1.
|
10 |
Author URI: http://bestwebsoft.com/
|
11 |
License: GPLv3 or later
|
12 |
*/
|
@@ -26,6 +26,7 @@ License: GPLv3 or later
|
|
26 |
along with this program; if not, write to the Free Software
|
27 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
28 |
*/
|
|
|
29 |
/* Add menu page */
|
30 |
if ( ! function_exists( 'gglcptch_admin_menu' ) ) {
|
31 |
function gglcptch_admin_menu() {
|
@@ -42,13 +43,6 @@ if ( ! function_exists( 'gglcptch_plugins_loaded' ) ) {
|
|
42 |
}
|
43 |
}
|
44 |
|
45 |
-
/* Get option from the php.ini */
|
46 |
-
if ( ! function_exists( 'gglcptch_get_allow_url_fopen' ) ) {
|
47 |
-
function gglcptch_get_allow_url_fopen() {
|
48 |
-
return ( ini_get( 'allow_url_fopen' ) != 1 ) ? false : true;
|
49 |
-
}
|
50 |
-
}
|
51 |
-
|
52 |
if ( ! function_exists( 'gglcptch_init' ) ) {
|
53 |
function gglcptch_init() {
|
54 |
global $gglcptch_plugin_info;
|
@@ -79,7 +73,7 @@ if ( ! function_exists( 'gglcptch_admin_init' ) ) {
|
|
79 |
register_gglcptch_settings();
|
80 |
|
81 |
/* add google captcha to global $bws_shortcode_list */
|
82 |
-
$bws_shortcode_list['gglcptch'] = array( 'name' => 'Google Captcha (reCAPTCHA)'
|
83 |
}
|
84 |
}
|
85 |
|
@@ -89,6 +83,26 @@ if ( ! function_exists( 'gglcptch_add_admin_script_styles' ) ) {
|
|
89 |
if ( isset( $_REQUEST['page'] ) && 'google-captcha.php' == $_REQUEST['page'] ) {
|
90 |
wp_enqueue_style( 'gglcptch_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
|
91 |
wp_enqueue_script( 'gglcptch_admin_script', plugins_url( 'js/admin_script.js', __FILE__ ), array( 'jquery' ) );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
}
|
93 |
}
|
94 |
}
|
@@ -103,7 +117,7 @@ if ( ! function_exists( 'gglcptch_remove_dublicate_scripts' ) ) {
|
|
103 |
if ( ! is_object( $wp_scripts ) || empty( $wp_scripts ) )
|
104 |
return false;
|
105 |
|
106 |
-
foreach( $wp_scripts->registered as $script_name => $args ) {
|
107 |
if ( preg_match( "|google\.com/recaptcha/api\.js|", $args->src ) && 'gglcptch_api' != $script_name )
|
108 |
/* remove a previously enqueued script */
|
109 |
wp_dequeue_script( $script_name );
|
@@ -126,7 +140,7 @@ if ( ! function_exists( 'gglcptch_add_styles' ) ) {
|
|
126 |
*/
|
127 |
if ( ! function_exists( 'gglcptch_add_scripts' ) ) {
|
128 |
function gglcptch_add_scripts() {
|
129 |
-
global $
|
130 |
|
131 |
if ( empty( $gglcptch_options ) )
|
132 |
$gglcptch_options = get_option( 'gglcptch_options' );
|
@@ -134,7 +148,7 @@ if ( ! function_exists( 'gglcptch_add_scripts' ) ) {
|
|
134 |
if ( isset( $gglcptch_options['recaptcha_version'] ) && 'v2' == $gglcptch_options['recaptcha_version'] )
|
135 |
gglcptch_remove_dublicate_scripts();
|
136 |
|
137 |
-
wp_enqueue_script( 'gglcptch_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery', 'gglcptch_api' ),
|
138 |
|
139 |
$version = $gglcptch_options['recaptcha_version'] == 'v2' ? '_v2' : '';
|
140 |
|
@@ -160,7 +174,7 @@ if ( ! function_exists( 'gglcptch_add_scripts' ) ) {
|
|
160 |
if ( ! function_exists( 'gglcptch_add_async_attribute' ) ) {
|
161 |
function gglcptch_add_async_attribute( $tag, $handle ) {
|
162 |
if ( 'gglcptch_api' == $handle )
|
163 |
-
$tag = str_replace( ' src', ' async="async" defer="defer" src', $tag );
|
164 |
return $tag;
|
165 |
}
|
166 |
}
|
@@ -180,10 +194,11 @@ if ( ! function_exists( 'register_gglcptch_settings' ) ) {
|
|
180 |
'contact_form' => '0',
|
181 |
'theme' => 'red',
|
182 |
'theme_v2' => 'light',
|
183 |
-
'recaptcha_version' =>
|
184 |
'plugin_option_version' => $gglcptch_plugin_info["Version"],
|
185 |
'first_install' => strtotime( "now" ),
|
186 |
-
'display_settings_notice' => 1
|
|
|
187 |
);
|
188 |
|
189 |
if ( function_exists( 'get_editable_roles' ) ) {
|
@@ -210,54 +225,6 @@ if ( ! function_exists( 'register_gglcptch_settings' ) ) {
|
|
210 |
}
|
211 |
}
|
212 |
|
213 |
-
global $gglcptch_options;
|
214 |
-
if ( ! $gglcptch_options ) {
|
215 |
-
$gglcptch_options = get_option( 'gglcptch_options' );
|
216 |
-
if ( ! $gglcptch_options ) {
|
217 |
-
register_gglcptch_settings();
|
218 |
-
$gglcptch_options = get_option( 'gglcptch_options' );
|
219 |
-
}
|
220 |
-
}
|
221 |
-
|
222 |
-
/* Add hooks */
|
223 |
-
if ( '1' == $gglcptch_options['login_form'] || '1' == $gglcptch_options['reset_pwd_form'] || '1' == $gglcptch_options['registration_form'] ) {
|
224 |
-
add_action( 'login_enqueue_scripts', 'gglcptch_add_styles' );
|
225 |
-
|
226 |
-
if ( '1' == $gglcptch_options['login_form'] ) {
|
227 |
-
add_action( 'login_form', 'gglcptch_login_display' );
|
228 |
-
add_action( 'authenticate', 'gglcptch_login_check', 21, 1 );
|
229 |
-
}
|
230 |
-
|
231 |
-
if ( '1' == $gglcptch_options['reset_pwd_form'] ) {
|
232 |
-
add_action( 'lostpassword_form', 'gglcptch_login_display' );
|
233 |
-
add_action( 'allow_password_reset', 'gglcptch_lostpassword_check' );
|
234 |
-
}
|
235 |
-
|
236 |
-
if ( '1' == $gglcptch_options['registration_form'] ) {
|
237 |
-
if ( ! is_multisite() ) {
|
238 |
-
add_action( 'register_form', 'gglcptch_login_display' );
|
239 |
-
add_action( 'registration_errors', 'gglcptch_lostpassword_check' );
|
240 |
-
} else {
|
241 |
-
add_action( 'signup_extra_fields', 'gglcptch_signup_display' );
|
242 |
-
add_action( 'signup_blogform', 'gglcptch_signup_display' );
|
243 |
-
add_filter( 'wpmu_validate_user_signup', 'gglcptch_signup_check' );
|
244 |
-
}
|
245 |
-
}
|
246 |
-
}
|
247 |
-
|
248 |
-
if ( '1' == $gglcptch_options['comments_form'] ) {
|
249 |
-
add_action( 'comment_form_after_fields', 'gglcptch_commentform_display' );
|
250 |
-
add_action( 'comment_form_logged_in_after', 'gglcptch_commentform_display' );
|
251 |
-
add_action( 'pre_comment_on_post', 'gglcptch_commentform_check' );
|
252 |
-
}
|
253 |
-
|
254 |
-
if ( '1' == $gglcptch_options['contact_form'] ) {
|
255 |
-
add_filter( 'cntctfrm_display_captcha', 'gglcptch_cf_display', 10, 2 );
|
256 |
-
add_filter( 'cntctfrmpr_display_captcha', 'gglcptch_cf_display', 10, 2 );
|
257 |
-
add_filter( 'cntctfrm_check_form', 'gglcptch_recaptcha_check' );
|
258 |
-
add_filter( 'cntctfrmpr_check_form', 'gglcptch_recaptcha_check' );
|
259 |
-
}
|
260 |
-
|
261 |
if ( ! function_exists( 'gglcptch_plugin_status' ) ) {
|
262 |
function gglcptch_plugin_status( $plugins, $all_plugins, $is_network ) {
|
263 |
$result = array(
|
@@ -361,6 +328,9 @@ if ( ! function_exists( 'gglcptch_settings_page' ) ) {
|
|
361 |
} else
|
362 |
$gglcptch_keys['private']['error_msg'] = '';
|
363 |
|
|
|
|
|
|
|
364 |
$gglcptch_options['public_key'] = trim( stripslashes( esc_html( $_POST['gglcptch_public_key'] ) ) );
|
365 |
$gglcptch_options['private_key'] = trim( stripslashes( esc_html( $_POST['gglcptch_private_key'] ) ) );
|
366 |
$gglcptch_options['login_form'] = isset( $_POST['gglcptch_login_form'] ) ? 1 : 0;
|
@@ -403,14 +373,10 @@ if ( ! function_exists( 'gglcptch_settings_page' ) ) {
|
|
403 |
<h1 style="line-height: normal;"><?php _e( 'Google Captcha Settings', 'google-captcha' ); ?></h1>
|
404 |
<h2 class="nav-tab-wrapper">
|
405 |
<a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=google-captcha.php"><?php _e( 'Settings', 'google-captcha' ); ?></a>
|
|
|
406 |
<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>
|
407 |
</h2>
|
408 |
<?php if ( ! isset( $_GET['action'] ) && ! isset( $_REQUEST['bws_restore_default'] ) ) {
|
409 |
-
if ( ! gglcptch_get_allow_url_fopen() && $gglcptch_options['recaptcha_version'] == 'v2' ) {
|
410 |
-
printf( '<div class="error inline"><p><strong>%s</strong></p></div>',
|
411 |
-
__( 'Google Captcha version 2 will not work correctly, since the option "allow_url_fopen" is disabled. Please contact your hosting support service.', 'google-captcha' )
|
412 |
-
);
|
413 |
-
}
|
414 |
if ( $gglcptch_options['recaptcha_version'] == 'v1' ) {
|
415 |
printf( '<div id="gglcptch_v1_notice" class="updated inline"><p><strong>%s</strong></p></div>',
|
416 |
__( "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA version 1 features.", 'google-captcha' )
|
@@ -441,7 +407,7 @@ if ( ! function_exists( 'gglcptch_settings_page' ) ) {
|
|
441 |
</div>
|
442 |
</div>
|
443 |
</div>
|
444 |
-
<form class="bws_form" method="post" action="admin.php?page=google-captcha.php">
|
445 |
<h3><?php _e( 'Authentication', 'google-captcha' ); ?></h3>
|
446 |
<p><?php printf( __( 'Before you are able to do something, you must to register %shere%s', 'google-captcha' ), '<a target="_blank" href="https://www.google.com/recaptcha/admin#list">','</a>.' ); ?></p>
|
447 |
<p><?php _e( 'Enter site key and secret key, that you get after registration.', 'google-captcha' ); ?></p>
|
@@ -451,11 +417,17 @@ if ( ! function_exists( 'gglcptch_settings_page' ) ) {
|
|
451 |
<th scope="row"><?php echo $fields['display_name']; ?></th>
|
452 |
<td>
|
453 |
<input type="text" name="<?php echo $fields['form_name']; ?>" value="<?php echo $gglcptch_options[ $key . '_key' ] ?>" maxlength="200" />
|
454 |
-
<label class="gglcptch_error_msg"><?php echo $fields['error_msg']; ?></label>
|
|
|
455 |
</td>
|
456 |
</tr>
|
457 |
<?php } ?>
|
458 |
</table>
|
|
|
|
|
|
|
|
|
|
|
459 |
<h3><?php _e( 'Options', 'google-captcha' ); ?></h3>
|
460 |
<table class="form-table">
|
461 |
<tr valign="top">
|
@@ -636,6 +608,8 @@ if ( ! function_exists( 'gglcptch_settings_page' ) ) {
|
|
636 |
</form>
|
637 |
<?php bws_form_restore_default_settings( $plugin_basename );
|
638 |
}
|
|
|
|
|
639 |
} elseif ( 'go_pro' == $_GET['action'] ) {
|
640 |
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'] ) );
|
641 |
}
|
@@ -665,7 +639,7 @@ if ( ! function_exists( 'gglcptch_check_role' ) ) {
|
|
665 |
/* Display google captcha via shortcode */
|
666 |
if ( ! function_exists( 'gglcptch_display' ) ) {
|
667 |
function gglcptch_display( $content = false ) {
|
668 |
-
global $gglcptch_options, $gglcptch_count
|
669 |
|
670 |
if ( empty( $gglcptch_options ) )
|
671 |
$gglcptch_options = get_option( 'gglcptch_options' );
|
@@ -673,12 +647,6 @@ if ( ! function_exists( 'gglcptch_display' ) ) {
|
|
673 |
if ( ! $gglcptch_count )
|
674 |
$gglcptch_count = 1;
|
675 |
|
676 |
-
if ( ! gglcptch_get_allow_url_fopen() && isset( $gglcptch_options['recaptcha_version'] ) && $gglcptch_options['recaptcha_version'] == 'v2' ) {
|
677 |
-
$content .= '<div class="gglcptch allow_url_fopen_off"></div>';
|
678 |
-
$gglcptch_count++;
|
679 |
-
return $content;
|
680 |
-
}
|
681 |
-
|
682 |
$publickey = $gglcptch_options['public_key'];
|
683 |
$privatekey = $gglcptch_options['private_key'];
|
684 |
|
@@ -688,8 +656,8 @@ if ( ! function_exists( 'gglcptch_display' ) ) {
|
|
688 |
$content .= sprintf(
|
689 |
'<strong>%s <a target="_blank" href="https://www.google.com/recaptcha/admin#list">%s</a> %s <a target="_blank" href="%s">%s</a>.</strong>',
|
690 |
__( 'To use Google Captcha you must get the keys from', 'google-captcha' ),
|
691 |
-
__
|
692 |
-
__
|
693 |
admin_url( '/admin.php?page=google-captcha.php' ),
|
694 |
__( 'plugin setting page', 'google-captcha' )
|
695 |
);
|
@@ -698,6 +666,7 @@ if ( ! function_exists( 'gglcptch_display' ) ) {
|
|
698 |
$gglcptch_count++;
|
699 |
return $content;
|
700 |
}
|
|
|
701 |
if ( isset( $gglcptch_options['recaptcha_version'] ) && 'v2' == $gglcptch_options['recaptcha_version'] ) {
|
702 |
$content .= '<div id="gglcptch_recaptcha_' . $gglcptch_count . '" class="gglcptch_recaptcha"></div>
|
703 |
<noscript>
|
@@ -724,7 +693,7 @@ if ( ! function_exists( 'gglcptch_display' ) ) {
|
|
724 |
|
725 |
/* register reCAPTCHA script */
|
726 |
if ( ! wp_script_is( 'gglcptch_api', 'registered' ) ) {
|
727 |
-
wp_register_script( 'gglcptch_api', $api_url, false,
|
728 |
add_action( 'wp_footer', 'gglcptch_add_scripts' );
|
729 |
if (
|
730 |
'1' == $gglcptch_options['login_form'] ||
|
@@ -755,16 +724,9 @@ if ( ! function_exists( 'gglcptch_get_response' ) ) {
|
|
755 |
|
756 |
/* Check google captcha */
|
757 |
if ( ! function_exists( 'gglcptch_check' ) ) {
|
758 |
-
function gglcptch_check() {
|
759 |
global $gglcptch_options;
|
760 |
|
761 |
-
if ( ! gglcptch_get_allow_url_fopen() && isset( $gglcptch_options['recaptcha_version'] ) && $gglcptch_options['recaptcha_version'] == 'v2' ) {
|
762 |
-
return array(
|
763 |
-
'response' => false,
|
764 |
-
'reason' => 'ERROR_ALLOW_URL_FOPEN'
|
765 |
-
);
|
766 |
-
}
|
767 |
-
|
768 |
$publickey = $gglcptch_options['public_key'];
|
769 |
$privatekey = $gglcptch_options['private_key'];
|
770 |
|
@@ -801,7 +763,7 @@ if ( ! function_exists( 'gglcptch_check' ) ) {
|
|
801 |
} else {
|
802 |
return array(
|
803 |
'response' => false,
|
804 |
-
'reason' => 'VERIFICATION_FAILED'
|
805 |
);
|
806 |
}
|
807 |
} else {
|
@@ -823,11 +785,12 @@ if ( ! function_exists( 'gglcptch_check' ) ) {
|
|
823 |
}
|
824 |
|
825 |
require_once( 'lib/recaptchalib.php' );
|
826 |
-
$
|
827 |
-
|
|
|
828 |
return array(
|
829 |
'response' => false,
|
830 |
-
'reason' => 'VERIFICATION_FAILED'
|
831 |
);
|
832 |
} else {
|
833 |
return array(
|
@@ -878,7 +841,7 @@ if ( ! function_exists( 'gglcptch_login_check' ) ) {
|
|
878 |
$result = gglcptch_check();
|
879 |
|
880 |
if ( ! $result['response'] ) {
|
881 |
-
if ( $result['reason'] == '
|
882 |
return $user;
|
883 |
}
|
884 |
|
@@ -917,7 +880,7 @@ if ( ! function_exists( 'gglcptch_recaptcha_check' ) ) {
|
|
917 |
$result = gglcptch_check();
|
918 |
|
919 |
|
920 |
-
if ( $result['response'] || $result['reason'] == '
|
921 |
return true;
|
922 |
|
923 |
return $display_error ? '<strong>' . __( 'Error', 'google-captcha' ) . '</strong>: ' . __( 'You have entered an incorrect reCAPTCHA value', 'google-captcha' ) . '.' : false;
|
@@ -931,7 +894,7 @@ if ( ! function_exists( 'gglcptch_lostpassword_check' ) ) {
|
|
931 |
|
932 |
$result = gglcptch_check();
|
933 |
|
934 |
-
if ( $result['response'] || $result['reason'] == '
|
935 |
return $allow;
|
936 |
|
937 |
if ( ! is_wp_error( $allow ) )
|
@@ -962,7 +925,7 @@ if ( ! function_exists( 'gglcptch_signup_check' ) ) {
|
|
962 |
|
963 |
$check_result = gglcptch_check();
|
964 |
|
965 |
-
if ( $check_result['response'] || $check_result['reason'] == '
|
966 |
return $result;
|
967 |
|
968 |
$error = $result['errors'];
|
@@ -989,7 +952,7 @@ if ( ! function_exists( 'gglcptch_commentform_check' ) ) {
|
|
989 |
|
990 |
$result = gglcptch_check();
|
991 |
|
992 |
-
if ( $result['response'] ||
|
993 |
return;
|
994 |
|
995 |
wp_die( __( 'ERROR', 'google-captcha' ) . ': ' . __( 'You have entered an incorrect reCAPTCHA value. Click the BACK button on your browser, and try again.', 'google-captcha' ) );
|
@@ -1012,6 +975,66 @@ if ( ! function_exists( 'gglcptch_captcha_check' ) ) {
|
|
1012 |
}
|
1013 |
}
|
1014 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1015 |
if ( ! function_exists( 'gglcptch_action_links' ) ) {
|
1016 |
function gglcptch_action_links( $links, $file ) {
|
1017 |
if ( ! is_network_admin() ) {
|
@@ -1034,17 +1057,6 @@ if ( ! function_exists( 'gglcptch_shortcode_button_content' ) ) {
|
|
1034 |
<div id="gglcptch" style="display:none;">
|
1035 |
<input class="bws_default_shortcode" type="hidden" name="default" value="[bws_google_captcha]" />
|
1036 |
</div>
|
1037 |
-
<script type="text/javascript">
|
1038 |
-
function gglcptch_shortcode_init() {
|
1039 |
-
(function($) {
|
1040 |
-
var current_object = '<?php echo ( $wp_version < 3.9 ) ? "#TB_ajaxContent" : ".mce-reset" ?>';
|
1041 |
-
$( current_object + ' #bws_shortcode_display' ).bind( 'display_shortcode', function() {
|
1042 |
-
var shortcode = '[bws_google_captcha]';
|
1043 |
-
$( this ).text( shortcode );
|
1044 |
-
});
|
1045 |
-
})(jQuery);
|
1046 |
-
}
|
1047 |
-
</script>
|
1048 |
<?php }
|
1049 |
}
|
1050 |
|
@@ -1065,7 +1077,7 @@ if ( ! function_exists ( 'gglcptch_plugin_banner' ) ) {
|
|
1065 |
function gglcptch_plugin_banner() {
|
1066 |
global $hook_suffix, $gglcptch_plugin_info, $gglcptch_options;
|
1067 |
if ( 'plugins.php' == $hook_suffix ) {
|
1068 |
-
if ( empty( $gglcptch_options['public_key'] ) ||
|
1069 |
<div class="error">
|
1070 |
<p>
|
1071 |
<?php printf(
|
@@ -1084,6 +1096,10 @@ if ( ! function_exists ( 'gglcptch_plugin_banner' ) ) {
|
|
1084 |
|
1085 |
bws_plugin_banner_to_settings( $gglcptch_plugin_info, 'gglcptch_options', 'google-captcha', 'admin.php?page=google-captcha.php' );
|
1086 |
}
|
|
|
|
|
|
|
|
|
1087 |
}
|
1088 |
}
|
1089 |
|
@@ -1114,9 +1130,59 @@ if ( ! function_exists( 'gglcptch_delete_options' ) ) {
|
|
1114 |
} else {
|
1115 |
delete_option( 'gglcptch_options' );
|
1116 |
}
|
|
|
|
|
|
|
|
|
1117 |
}
|
1118 |
}
|
1119 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1120 |
add_action( 'admin_menu', 'gglcptch_admin_menu' );
|
1121 |
|
1122 |
add_action( 'init', 'gglcptch_init' );
|
@@ -1127,11 +1193,12 @@ add_action( 'plugins_loaded', 'gglcptch_plugins_loaded' );
|
|
1127 |
add_action( 'admin_enqueue_scripts', 'gglcptch_add_admin_script_styles' );
|
1128 |
add_action( 'wp_enqueue_scripts', 'gglcptch_add_styles' );
|
1129 |
add_filter( 'script_loader_tag', 'gglcptch_add_async_attribute', 10, 2 );
|
|
|
1130 |
|
1131 |
/* custom filter for bws button in tinyMCE */
|
1132 |
add_filter( 'bws_shortcode_button_content', 'gglcptch_shortcode_button_content' );
|
1133 |
add_shortcode( 'bws_google_captcha', 'gglcptch_display' );
|
1134 |
-
add_filter('widget_text', 'do_shortcode');
|
1135 |
|
1136 |
add_filter( 'plugin_action_links', 'gglcptch_action_links', 10, 2 );
|
1137 |
add_filter( 'plugin_row_meta', 'gglcptch_links', 10, 2 );
|
@@ -1140,5 +1207,8 @@ add_action( 'admin_notices', 'gglcptch_plugin_banner' );
|
|
1140 |
|
1141 |
add_action( 'wp_ajax_gglcptch_captcha_check', 'gglcptch_captcha_check' );
|
1142 |
add_action( 'wp_ajax_nopriv_gglcptch_captcha_check', 'gglcptch_captcha_check' );
|
|
|
|
|
|
|
1143 |
|
1144 |
register_uninstall_hook( __FILE__, 'gglcptch_delete_options' );
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: google-captcha
|
8 |
Domain Path: /languages
|
9 |
+
Version: 1.23
|
10 |
Author URI: http://bestwebsoft.com/
|
11 |
License: GPLv3 or later
|
12 |
*/
|
26 |
along with this program; if not, write to the Free Software
|
27 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
28 |
*/
|
29 |
+
|
30 |
/* Add menu page */
|
31 |
if ( ! function_exists( 'gglcptch_admin_menu' ) ) {
|
32 |
function gglcptch_admin_menu() {
|
43 |
}
|
44 |
}
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
if ( ! function_exists( 'gglcptch_init' ) ) {
|
47 |
function gglcptch_init() {
|
48 |
global $gglcptch_plugin_info;
|
73 |
register_gglcptch_settings();
|
74 |
|
75 |
/* add google captcha to global $bws_shortcode_list */
|
76 |
+
$bws_shortcode_list['gglcptch'] = array( 'name' => 'Google Captcha (reCAPTCHA)' );
|
77 |
}
|
78 |
}
|
79 |
|
83 |
if ( isset( $_REQUEST['page'] ) && 'google-captcha.php' == $_REQUEST['page'] ) {
|
84 |
wp_enqueue_style( 'gglcptch_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
|
85 |
wp_enqueue_script( 'gglcptch_admin_script', plugins_url( 'js/admin_script.js', __FILE__ ), array( 'jquery' ) );
|
86 |
+
|
87 |
+
if ( isset( $_GET['action'] ) && 'custom_code' == $_GET['action'] )
|
88 |
+
bws_plugins_include_codemirror();
|
89 |
+
}
|
90 |
+
}
|
91 |
+
}
|
92 |
+
|
93 |
+
/* Add google captcha admin styles for test key */
|
94 |
+
if ( ! function_exists( 'gglcptch_admin_footer' ) ) {
|
95 |
+
function gglcptch_admin_footer() {
|
96 |
+
if ( isset( $_REQUEST['page'] ) && 'google-captcha.php' == $_REQUEST['page'] ) {
|
97 |
+
/* for gglcptch test key */
|
98 |
+
global $gglcptch_options;
|
99 |
+
if ( isset( $gglcptch_options['recaptcha_version'] ) && 'v2' == $gglcptch_options['recaptcha_version'] ) {
|
100 |
+
$api_url = "https://www.google.com/recaptcha/api.js";
|
101 |
+
} else {
|
102 |
+
$api_url = "//www.google.com/recaptcha/api/js/recaptcha_ajax.js";
|
103 |
+
}
|
104 |
+
wp_register_script( 'gglcptch_api', $api_url, false, false, true );
|
105 |
+
gglcptch_add_scripts();
|
106 |
}
|
107 |
}
|
108 |
}
|
117 |
if ( ! is_object( $wp_scripts ) || empty( $wp_scripts ) )
|
118 |
return false;
|
119 |
|
120 |
+
foreach ( $wp_scripts->registered as $script_name => $args ) {
|
121 |
if ( preg_match( "|google\.com/recaptcha/api\.js|", $args->src ) && 'gglcptch_api' != $script_name )
|
122 |
/* remove a previously enqueued script */
|
123 |
wp_dequeue_script( $script_name );
|
140 |
*/
|
141 |
if ( ! function_exists( 'gglcptch_add_scripts' ) ) {
|
142 |
function gglcptch_add_scripts() {
|
143 |
+
global $gglcptch_options;
|
144 |
|
145 |
if ( empty( $gglcptch_options ) )
|
146 |
$gglcptch_options = get_option( 'gglcptch_options' );
|
148 |
if ( isset( $gglcptch_options['recaptcha_version'] ) && 'v2' == $gglcptch_options['recaptcha_version'] )
|
149 |
gglcptch_remove_dublicate_scripts();
|
150 |
|
151 |
+
wp_enqueue_script( 'gglcptch_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery', 'gglcptch_api' ), false, true );
|
152 |
|
153 |
$version = $gglcptch_options['recaptcha_version'] == 'v2' ? '_v2' : '';
|
154 |
|
174 |
if ( ! function_exists( 'gglcptch_add_async_attribute' ) ) {
|
175 |
function gglcptch_add_async_attribute( $tag, $handle ) {
|
176 |
if ( 'gglcptch_api' == $handle )
|
177 |
+
$tag = str_replace( ' src', ' data-cfasync="false" async="async" defer="defer" src', $tag );
|
178 |
return $tag;
|
179 |
}
|
180 |
}
|
194 |
'contact_form' => '0',
|
195 |
'theme' => 'red',
|
196 |
'theme_v2' => 'light',
|
197 |
+
'recaptcha_version' => 'v2',
|
198 |
'plugin_option_version' => $gglcptch_plugin_info["Version"],
|
199 |
'first_install' => strtotime( "now" ),
|
200 |
+
'display_settings_notice' => 1,
|
201 |
+
'suggest_feature_banner' => 1,
|
202 |
);
|
203 |
|
204 |
if ( function_exists( 'get_editable_roles' ) ) {
|
225 |
}
|
226 |
}
|
227 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
228 |
if ( ! function_exists( 'gglcptch_plugin_status' ) ) {
|
229 |
function gglcptch_plugin_status( $plugins, $all_plugins, $is_network ) {
|
230 |
$result = array(
|
328 |
} else
|
329 |
$gglcptch_keys['private']['error_msg'] = '';
|
330 |
|
331 |
+
if ( $_POST['gglcptch_public_key'] != $gglcptch_options['public_key'] || $_POST['gglcptch_private_key'] != $gglcptch_options['private_key'] )
|
332 |
+
$gglcptch_options['keys_verified'] = false;
|
333 |
+
|
334 |
$gglcptch_options['public_key'] = trim( stripslashes( esc_html( $_POST['gglcptch_public_key'] ) ) );
|
335 |
$gglcptch_options['private_key'] = trim( stripslashes( esc_html( $_POST['gglcptch_private_key'] ) ) );
|
336 |
$gglcptch_options['login_form'] = isset( $_POST['gglcptch_login_form'] ) ? 1 : 0;
|
373 |
<h1 style="line-height: normal;"><?php _e( 'Google Captcha Settings', 'google-captcha' ); ?></h1>
|
374 |
<h2 class="nav-tab-wrapper">
|
375 |
<a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=google-captcha.php"><?php _e( 'Settings', 'google-captcha' ); ?></a>
|
376 |
+
<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>
|
377 |
<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>
|
378 |
</h2>
|
379 |
<?php if ( ! isset( $_GET['action'] ) && ! isset( $_REQUEST['bws_restore_default'] ) ) {
|
|
|
|
|
|
|
|
|
|
|
380 |
if ( $gglcptch_options['recaptcha_version'] == 'v1' ) {
|
381 |
printf( '<div id="gglcptch_v1_notice" class="updated inline"><p><strong>%s</strong></p></div>',
|
382 |
__( "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA version 1 features.", 'google-captcha' )
|
407 |
</div>
|
408 |
</div>
|
409 |
</div>
|
410 |
+
<form id="gglcptch_admin_settings_page" class="bws_form" method="post" action="admin.php?page=google-captcha.php">
|
411 |
<h3><?php _e( 'Authentication', 'google-captcha' ); ?></h3>
|
412 |
<p><?php printf( __( 'Before you are able to do something, you must to register %shere%s', 'google-captcha' ), '<a target="_blank" href="https://www.google.com/recaptcha/admin#list">','</a>.' ); ?></p>
|
413 |
<p><?php _e( 'Enter site key and secret key, that you get after registration.', 'google-captcha' ); ?></p>
|
417 |
<th scope="row"><?php echo $fields['display_name']; ?></th>
|
418 |
<td>
|
419 |
<input type="text" name="<?php echo $fields['form_name']; ?>" value="<?php echo $gglcptch_options[ $key . '_key' ] ?>" maxlength="200" />
|
420 |
+
<label class="gglcptch_error_msg error"><?php echo $fields['error_msg']; ?></label>
|
421 |
+
<span class="dashicons dashicons-yes gglcptch_verified <?php if ( ! isset( $gglcptch_options['keys_verified'] ) || true !== $gglcptch_options['keys_verified'] ) echo 'hidden'; ?>"></span>
|
422 |
</td>
|
423 |
</tr>
|
424 |
<?php } ?>
|
425 |
</table>
|
426 |
+
<?php if ( ! empty( $gglcptch_options['public_key'] ) && ! empty( $gglcptch_options['private_key'] ) ) { ?>
|
427 |
+
<p id="gglcptch-test-keys" class="submit hide-if-no-js">
|
428 |
+
<a class="button button-primary" 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>
|
429 |
+
</p>
|
430 |
+
<?php } ?>
|
431 |
<h3><?php _e( 'Options', 'google-captcha' ); ?></h3>
|
432 |
<table class="form-table">
|
433 |
<tr valign="top">
|
608 |
</form>
|
609 |
<?php bws_form_restore_default_settings( $plugin_basename );
|
610 |
}
|
611 |
+
} elseif ( 'custom_code' == $_GET['action'] ) {
|
612 |
+
bws_custom_code_tab();
|
613 |
} elseif ( 'go_pro' == $_GET['action'] ) {
|
614 |
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'] ) );
|
615 |
}
|
639 |
/* Display google captcha via shortcode */
|
640 |
if ( ! function_exists( 'gglcptch_display' ) ) {
|
641 |
function gglcptch_display( $content = false ) {
|
642 |
+
global $gglcptch_options, $gglcptch_count;
|
643 |
|
644 |
if ( empty( $gglcptch_options ) )
|
645 |
$gglcptch_options = get_option( 'gglcptch_options' );
|
647 |
if ( ! $gglcptch_count )
|
648 |
$gglcptch_count = 1;
|
649 |
|
|
|
|
|
|
|
|
|
|
|
|
|
650 |
$publickey = $gglcptch_options['public_key'];
|
651 |
$privatekey = $gglcptch_options['private_key'];
|
652 |
|
656 |
$content .= sprintf(
|
657 |
'<strong>%s <a target="_blank" href="https://www.google.com/recaptcha/admin#list">%s</a> %s <a target="_blank" href="%s">%s</a>.</strong>',
|
658 |
__( 'To use Google Captcha you must get the keys from', 'google-captcha' ),
|
659 |
+
__( 'here', 'google-captcha' ),
|
660 |
+
__( 'and enter them on the', 'google-captcha' ),
|
661 |
admin_url( '/admin.php?page=google-captcha.php' ),
|
662 |
__( 'plugin setting page', 'google-captcha' )
|
663 |
);
|
666 |
$gglcptch_count++;
|
667 |
return $content;
|
668 |
}
|
669 |
+
|
670 |
if ( isset( $gglcptch_options['recaptcha_version'] ) && 'v2' == $gglcptch_options['recaptcha_version'] ) {
|
671 |
$content .= '<div id="gglcptch_recaptcha_' . $gglcptch_count . '" class="gglcptch_recaptcha"></div>
|
672 |
<noscript>
|
693 |
|
694 |
/* register reCAPTCHA script */
|
695 |
if ( ! wp_script_is( 'gglcptch_api', 'registered' ) ) {
|
696 |
+
wp_register_script( 'gglcptch_api', $api_url, false, false, true );
|
697 |
add_action( 'wp_footer', 'gglcptch_add_scripts' );
|
698 |
if (
|
699 |
'1' == $gglcptch_options['login_form'] ||
|
724 |
|
725 |
/* Check google captcha */
|
726 |
if ( ! function_exists( 'gglcptch_check' ) ) {
|
727 |
+
function gglcptch_check( $debug = false ) {
|
728 |
global $gglcptch_options;
|
729 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
730 |
$publickey = $gglcptch_options['public_key'];
|
731 |
$privatekey = $gglcptch_options['private_key'];
|
732 |
|
763 |
} else {
|
764 |
return array(
|
765 |
'response' => false,
|
766 |
+
'reason' => $debug ? $response['error-codes'] : 'VERIFICATION_FAILED'
|
767 |
);
|
768 |
}
|
769 |
} else {
|
785 |
}
|
786 |
|
787 |
require_once( 'lib/recaptchalib.php' );
|
788 |
+
$response = gglcptch_recaptcha_check_answer( $privatekey, $gglcptch_remote_addr, $gglcptch_recaptcha_challenge_field, $gglcptch_recaptcha_response_field );
|
789 |
+
|
790 |
+
if ( ! $response->is_valid ) {
|
791 |
return array(
|
792 |
'response' => false,
|
793 |
+
'reason' => $debug ? $response->error : 'VERIFICATION_FAILED'
|
794 |
);
|
795 |
} else {
|
796 |
return array(
|
841 |
$result = gglcptch_check();
|
842 |
|
843 |
if ( ! $result['response'] ) {
|
844 |
+
if ( $result['reason'] == 'ERROR_NO_KEYS' ) {
|
845 |
return $user;
|
846 |
}
|
847 |
|
880 |
$result = gglcptch_check();
|
881 |
|
882 |
|
883 |
+
if ( $result['response'] || $result['reason'] == 'ERROR_NO_KEYS' )
|
884 |
return true;
|
885 |
|
886 |
return $display_error ? '<strong>' . __( 'Error', 'google-captcha' ) . '</strong>: ' . __( 'You have entered an incorrect reCAPTCHA value', 'google-captcha' ) . '.' : false;
|
894 |
|
895 |
$result = gglcptch_check();
|
896 |
|
897 |
+
if ( $result['response'] || $result['reason'] == 'ERROR_NO_KEYS' )
|
898 |
return $allow;
|
899 |
|
900 |
if ( ! is_wp_error( $allow ) )
|
925 |
|
926 |
$check_result = gglcptch_check();
|
927 |
|
928 |
+
if ( $check_result['response'] || $check_result['reason'] == 'ERROR_NO_KEYS' )
|
929 |
return $result;
|
930 |
|
931 |
$error = $result['errors'];
|
952 |
|
953 |
$result = gglcptch_check();
|
954 |
|
955 |
+
if ( $result['response'] || $result['reason'] == 'ERROR_NO_KEYS' )
|
956 |
return;
|
957 |
|
958 |
wp_die( __( 'ERROR', 'google-captcha' ) . ': ' . __( 'You have entered an incorrect reCAPTCHA value. Click the BACK button on your browser, and try again.', 'google-captcha' ) );
|
975 |
}
|
976 |
}
|
977 |
|
978 |
+
if ( ! function_exists( 'gglcptch_test_keys' ) ) {
|
979 |
+
function gglcptch_test_keys() {
|
980 |
+
if ( isset( $_REQUEST['_wpnonce'] ) && wp_verify_nonce( $_REQUEST['_wpnonce'] , $_REQUEST['action'] ) ) {
|
981 |
+
header( 'Content-Type: text/html' ); ?>
|
982 |
+
<p><?php _e( 'Please, complete the captcha and submit "Test verification"', 'google-captcha' ); ?></p>
|
983 |
+
<?php echo gglcptch_display(); ?>
|
984 |
+
<p>
|
985 |
+
<input type="hidden" name="gglcptch_test_keys_verification-nonce" value="<?php echo wp_create_nonce( 'gglcptch_test_keys_verification' ); ?>" />
|
986 |
+
<button id="gglcptch_test_keys_verification" name="action" class="button-primary" value="gglcptch_test_keys_verification"><?php _e( 'Test verification', 'google-captcha' ); ?></button>
|
987 |
+
</p>
|
988 |
+
<?php }
|
989 |
+
die();
|
990 |
+
}
|
991 |
+
}
|
992 |
+
|
993 |
+
if ( ! function_exists( 'gglcptch_test_keys_verification' ) ) {
|
994 |
+
function gglcptch_test_keys_verification() {
|
995 |
+
if ( isset( $_REQUEST['_wpnonce'] ) && wp_verify_nonce( $_REQUEST['_wpnonce'] , $_REQUEST['action'] ) ) {
|
996 |
+
$result = gglcptch_check( true );
|
997 |
+
if ( ! $result['response'] ) {
|
998 |
+
$errors = array(
|
999 |
+
/* custom error */
|
1000 |
+
'RECAPTCHA_EMPTY_RESPONSE' => __( 'The user response was missing.', 'google-captcha' ),
|
1001 |
+
/* v2 error */
|
1002 |
+
'missing-input-secret' => __( 'The Secret Key is missing.', 'google-captcha' ),
|
1003 |
+
'invalid-input-secret' => sprintf(
|
1004 |
+
'<strong>%s</strong>. <a target="_blank" href="https://www.google.com/recaptcha/admin#list">%s</a> %s.',
|
1005 |
+
__( 'The Secret Key is invalid', 'google-captcha' ),
|
1006 |
+
__( 'Check your domain configuration', 'google-captcha' ),
|
1007 |
+
__( 'and enter it again', 'google-captcha' )
|
1008 |
+
),
|
1009 |
+
'missing-input-response' => __( 'The user response was missing.', 'google-captcha' ),
|
1010 |
+
'invalid-input-response' => __( 'The user response is invalid.', 'google-captcha' ),
|
1011 |
+
/* v1 error */
|
1012 |
+
'invalid-site-private-key' => sprintf(
|
1013 |
+
'<strong>%s</strong>. <a target="_blank" href="https://www.google.com/recaptcha/admin#list">%s</a> %s.',
|
1014 |
+
__( 'The Secret Key is invalid', 'google-captcha' ),
|
1015 |
+
__( 'Check your domain configuration', 'google-captcha' ),
|
1016 |
+
__( 'and enter it again', 'google-captcha' )
|
1017 |
+
),
|
1018 |
+
'incorrect-captcha-sol' => __( 'The user response is invalid.', 'google-captcha' ),
|
1019 |
+
);
|
1020 |
+
|
1021 |
+
if ( isset( $result['reason'] ) ) {
|
1022 |
+
foreach ( (array)$result['reason'] as $error ) { ?>
|
1023 |
+
<div class="error gglcptch-test-results"><p><?php echo $errors[ $error ]; ?></p></div>
|
1024 |
+
<?php }
|
1025 |
+
}
|
1026 |
+
} else { ?>
|
1027 |
+
<div class="updated gglcptch-test-results"><p><?php _e( 'The verification is successfully completed.','google-captcha' ); ?></p></div>
|
1028 |
+
<?php
|
1029 |
+
$gglcptch_options = get_option( 'gglcptch_options' );
|
1030 |
+
$gglcptch_options['keys_verified'] = true;
|
1031 |
+
update_option( 'gglcptch_options', $gglcptch_options );
|
1032 |
+
}
|
1033 |
+
}
|
1034 |
+
die();
|
1035 |
+
}
|
1036 |
+
}
|
1037 |
+
|
1038 |
if ( ! function_exists( 'gglcptch_action_links' ) ) {
|
1039 |
function gglcptch_action_links( $links, $file ) {
|
1040 |
if ( ! is_network_admin() ) {
|
1057 |
<div id="gglcptch" style="display:none;">
|
1058 |
<input class="bws_default_shortcode" type="hidden" name="default" value="[bws_google_captcha]" />
|
1059 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1060 |
<?php }
|
1061 |
}
|
1062 |
|
1077 |
function gglcptch_plugin_banner() {
|
1078 |
global $hook_suffix, $gglcptch_plugin_info, $gglcptch_options;
|
1079 |
if ( 'plugins.php' == $hook_suffix ) {
|
1080 |
+
if ( empty( $gglcptch_options['public_key'] ) || empty( $gglcptch_options['private_key'] ) ) { ?>
|
1081 |
<div class="error">
|
1082 |
<p>
|
1083 |
<?php printf(
|
1096 |
|
1097 |
bws_plugin_banner_to_settings( $gglcptch_plugin_info, 'gglcptch_options', 'google-captcha', 'admin.php?page=google-captcha.php' );
|
1098 |
}
|
1099 |
+
|
1100 |
+
if ( isset( $_GET['page'] ) && 'google-captcha.php' == $_GET['page'] ) {
|
1101 |
+
bws_plugin_suggest_feature_banner( $gglcptch_plugin_info, 'gglcptch_options', 'google-captcha' );
|
1102 |
+
}
|
1103 |
}
|
1104 |
}
|
1105 |
|
1130 |
} else {
|
1131 |
delete_option( 'gglcptch_options' );
|
1132 |
}
|
1133 |
+
|
1134 |
+
require_once( dirname( __FILE__ ) . '/bws_menu/bws_include.php' );
|
1135 |
+
bws_include_init( plugin_basename( __FILE__ ) );
|
1136 |
+
bws_delete_plugin( plugin_basename( __FILE__ ) );
|
1137 |
}
|
1138 |
}
|
1139 |
|
1140 |
+
global $gglcptch_options;
|
1141 |
+
$gglcptch_options = get_option( 'gglcptch_options' );
|
1142 |
+
if ( empty( $gglcptch_options ) ) {
|
1143 |
+
register_gglcptch_settings();
|
1144 |
+
$gglcptch_options = get_option( 'gglcptch_options' );
|
1145 |
+
}
|
1146 |
+
|
1147 |
+
/* Add hooks */
|
1148 |
+
if ( '1' == $gglcptch_options['login_form'] || '1' == $gglcptch_options['reset_pwd_form'] || '1' == $gglcptch_options['registration_form'] ) {
|
1149 |
+
add_action( 'login_enqueue_scripts', 'gglcptch_add_styles' );
|
1150 |
+
|
1151 |
+
if ( '1' == $gglcptch_options['login_form'] ) {
|
1152 |
+
add_action( 'login_form', 'gglcptch_login_display' );
|
1153 |
+
add_action( 'authenticate', 'gglcptch_login_check', 21, 1 );
|
1154 |
+
}
|
1155 |
+
|
1156 |
+
if ( '1' == $gglcptch_options['reset_pwd_form'] ) {
|
1157 |
+
add_action( 'lostpassword_form', 'gglcptch_login_display' );
|
1158 |
+
add_action( 'allow_password_reset', 'gglcptch_lostpassword_check' );
|
1159 |
+
}
|
1160 |
+
|
1161 |
+
if ( '1' == $gglcptch_options['registration_form'] ) {
|
1162 |
+
if ( ! is_multisite() ) {
|
1163 |
+
add_action( 'register_form', 'gglcptch_login_display' );
|
1164 |
+
add_action( 'registration_errors', 'gglcptch_lostpassword_check' );
|
1165 |
+
} else {
|
1166 |
+
add_action( 'signup_extra_fields', 'gglcptch_signup_display' );
|
1167 |
+
add_action( 'signup_blogform', 'gglcptch_signup_display' );
|
1168 |
+
add_filter( 'wpmu_validate_user_signup', 'gglcptch_signup_check' );
|
1169 |
+
}
|
1170 |
+
}
|
1171 |
+
}
|
1172 |
+
|
1173 |
+
if ( '1' == $gglcptch_options['comments_form'] ) {
|
1174 |
+
add_action( 'comment_form_after_fields', 'gglcptch_commentform_display' );
|
1175 |
+
add_action( 'comment_form_logged_in_after', 'gglcptch_commentform_display' );
|
1176 |
+
add_action( 'pre_comment_on_post', 'gglcptch_commentform_check' );
|
1177 |
+
}
|
1178 |
+
|
1179 |
+
if ( '1' == $gglcptch_options['contact_form'] ) {
|
1180 |
+
add_filter( 'cntctfrm_display_captcha', 'gglcptch_cf_display', 10, 2 );
|
1181 |
+
add_filter( 'cntctfrmpr_display_captcha', 'gglcptch_cf_display', 10, 2 );
|
1182 |
+
add_filter( 'cntctfrm_check_form', 'gglcptch_recaptcha_check' );
|
1183 |
+
add_filter( 'cntctfrmpr_check_form', 'gglcptch_recaptcha_check' );
|
1184 |
+
}
|
1185 |
+
|
1186 |
add_action( 'admin_menu', 'gglcptch_admin_menu' );
|
1187 |
|
1188 |
add_action( 'init', 'gglcptch_init' );
|
1193 |
add_action( 'admin_enqueue_scripts', 'gglcptch_add_admin_script_styles' );
|
1194 |
add_action( 'wp_enqueue_scripts', 'gglcptch_add_styles' );
|
1195 |
add_filter( 'script_loader_tag', 'gglcptch_add_async_attribute', 10, 2 );
|
1196 |
+
add_action( 'admin_footer', 'gglcptch_admin_footer' );
|
1197 |
|
1198 |
/* custom filter for bws button in tinyMCE */
|
1199 |
add_filter( 'bws_shortcode_button_content', 'gglcptch_shortcode_button_content' );
|
1200 |
add_shortcode( 'bws_google_captcha', 'gglcptch_display' );
|
1201 |
+
add_filter( 'widget_text', 'do_shortcode' );
|
1202 |
|
1203 |
add_filter( 'plugin_action_links', 'gglcptch_action_links', 10, 2 );
|
1204 |
add_filter( 'plugin_row_meta', 'gglcptch_links', 10, 2 );
|
1207 |
|
1208 |
add_action( 'wp_ajax_gglcptch_captcha_check', 'gglcptch_captcha_check' );
|
1209 |
add_action( 'wp_ajax_nopriv_gglcptch_captcha_check', 'gglcptch_captcha_check' );
|
1210 |
+
add_action( 'wp_ajax_gglcptch-test-keys', 'gglcptch_test_keys' );
|
1211 |
+
add_action( 'wp_ajax_gglcptch_test_keys_verification', 'gglcptch_test_keys_verification' );
|
1212 |
+
|
1213 |
|
1214 |
register_uninstall_hook( __FILE__, 'gglcptch_delete_options' );
|
js/admin_script.js
CHANGED
@@ -9,5 +9,66 @@
|
|
9 |
$( '.gglcptch_theme_' + gglcptch_version_selected ).show();
|
10 |
$( '.gglcptch_theme_' + gglcptch_version_not_selected ).hide();
|
11 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
});
|
13 |
})(jQuery);
|
9 |
$( '.gglcptch_theme_' + gglcptch_version_selected ).show();
|
10 |
$( '.gglcptch_theme_' + gglcptch_version_not_selected ).hide();
|
11 |
});
|
12 |
+
|
13 |
+
$( 'input[name="gglcptch_private_key"], input[name="gglcptch_public_key"]' ).change( function() {
|
14 |
+
$( '.gglcptch_verified, #gglcptch-test-keys, #gglcptch-test-block' ).hide();
|
15 |
+
});
|
16 |
+
});
|
17 |
+
|
18 |
+
$(document).on( 'click', '#gglcptch-test-keys a', function(e) {
|
19 |
+
e.preventDefault();
|
20 |
+
|
21 |
+
if ( ! $( '#gglcptch-test-block' ).length )
|
22 |
+
$( this ).closest( 'p' ).after( '<div id="gglcptch-test-block" />');
|
23 |
+
|
24 |
+
$( '.gglcptch-test-results' ).remove();
|
25 |
+
|
26 |
+
$( '#gglcptch-test-block' ).load( $( this ).prop( 'href' ), function() {
|
27 |
+
$( '.gglcptch_v1, .gglcptch_v2' ).each( function() {
|
28 |
+
var container = $( this ).find( '.gglcptch_recaptcha' ).attr( 'id' );
|
29 |
+
if ( $( this ).is( ':visible' ) ) {
|
30 |
+
gglcptch.display( container );
|
31 |
+
}
|
32 |
+
});
|
33 |
+
});
|
34 |
+
|
35 |
+
e.stopPropagation();
|
36 |
+
$( '#gglcptch-test-keys' ).hide();
|
37 |
+
return false;
|
38 |
+
});
|
39 |
+
|
40 |
+
$(document).on( 'click', '#gglcptch_test_keys_verification', function(e) {
|
41 |
+
e.preventDefault();
|
42 |
+
$.ajax({
|
43 |
+
async : false,
|
44 |
+
cache : false,
|
45 |
+
type : 'POST',
|
46 |
+
url : ajaxurl,
|
47 |
+
headers : {
|
48 |
+
'Content-Type' : 'application/x-www-form-urlencoded'
|
49 |
+
},
|
50 |
+
data : {
|
51 |
+
action: 'gglcptch_test_keys_verification',
|
52 |
+
recaptcha_challenge_field : $( '#recaptcha_challenge_field' ).val(),
|
53 |
+
recaptcha_response_field : $( '#recaptcha_response_field' ).val(),
|
54 |
+
'g-recaptcha-response' : $( '.g-recaptcha-response' ).val(),
|
55 |
+
_wpnonce : $('[name="gglcptch_test_keys_verification-nonce"]' ).val()
|
56 |
+
},
|
57 |
+
success: function( data ) {
|
58 |
+
$( '#gglcptch-test-block' ).after( data );
|
59 |
+
$( '#gglcptch-test-block' ).html( '' );
|
60 |
+
if ( $( '.gglcptch-test-results' ).hasClass( 'updated' ) ) {
|
61 |
+
$( '.gglcptch_verified' ).show();
|
62 |
+
} else {
|
63 |
+
$( '.gglcptch_verified' ).hide();
|
64 |
+
if ( 'v2' == $( 'input[name="gglcptch_recaptcha_version"]:checked' ).val() ) {
|
65 |
+
$( '#gglcptch-test-keys' ).show();
|
66 |
+
}
|
67 |
+
}
|
68 |
+
}
|
69 |
+
});
|
70 |
+
|
71 |
+
e.stopPropagation();
|
72 |
+
return false;
|
73 |
});
|
74 |
})(jQuery);
|
js/script.js
CHANGED
@@ -101,7 +101,7 @@
|
|
101 |
|
102 |
$( '#recaptcha_widget_div' ).on( 'input paste change', '#recaptcha_response_field', cleanError );
|
103 |
|
104 |
-
$( 'form' ).not( '[name="loginform"], [name="registerform"], [name="lostpasswordform"], #setupform, #cntctfrmpr_contact_form, #cntctfrm_contact_form, #commentform' ).submit( function( e ) {
|
105 |
var $form = $( this ),
|
106 |
$gglcptch = $form.find( '.gglcptch' ),
|
107 |
$captcha = $gglcptch.filter( '.gglcptch_v1' ).find( '.gglcptch_recaptcha:visible' ),
|
101 |
|
102 |
$( '#recaptcha_widget_div' ).on( 'input paste change', '#recaptcha_response_field', cleanError );
|
103 |
|
104 |
+
$( 'form' ).not( '[name="loginform"], [name="registerform"], [name="lostpasswordform"], #setupform, #cntctfrmpr_contact_form, #cntctfrm_contact_form, #commentform, #gglcptch_admin_settings_page' ).submit( function( e ) {
|
105 |
var $form = $( this ),
|
106 |
$gglcptch = $form.find( '.gglcptch' ),
|
107 |
$captcha = $gglcptch.filter( '.gglcptch_v1' ).find( '.gglcptch_recaptcha:visible' ),
|
languages/google-captcha-ar.mo
CHANGED
Binary file
|
languages/google-captcha-ar.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: SAID MOULLA <mor0cc0@live.com >\n"
|
9 |
"Language: uk\n"
|
@@ -21,103 +21,98 @@ msgstr ""
|
|
21 |
"X-Loco-Target-Locale: uk_UA\n"
|
22 |
"X-Poedit-SearchPath-0: .\n"
|
23 |
|
24 |
-
#: google-captcha.php:
|
25 |
msgid "Google Captcha Settings"
|
26 |
msgstr "إعدادات Google Captcha"
|
27 |
|
28 |
-
#: google-captcha.php:
|
29 |
msgid "Warning"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: google-captcha.php:
|
33 |
msgid ""
|
34 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
35 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
36 |
"blocks."
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: google-captcha.php:
|
40 |
#, fuzzy
|
41 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
42 |
msgstr "خطأ: لقد أدخلت قيمة كابتشا بشكل خاطئ."
|
43 |
|
44 |
-
#: google-captcha.php:
|
45 |
msgid "Normal"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: google-captcha.php:
|
49 |
msgid "Compact"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: google-captcha.php:
|
53 |
msgid "Site key"
|
54 |
msgstr "مفتاح الموقع"
|
55 |
|
56 |
-
#: google-captcha.php:
|
57 |
msgid "Secret Key"
|
58 |
msgstr "المفتاح السري"
|
59 |
|
60 |
-
#: google-captcha.php:
|
61 |
msgid "Login form"
|
62 |
msgstr "فورم تسجيل الدخول"
|
63 |
|
64 |
-
#: google-captcha.php:
|
65 |
msgid "Registration form"
|
66 |
msgstr "فورم التسجيل"
|
67 |
|
68 |
-
#: google-captcha.php:
|
69 |
msgid "Reset password form"
|
70 |
msgstr "فورم إعادة تعيين كلمة السر"
|
71 |
|
72 |
-
#: google-captcha.php:
|
73 |
msgid "Comments form"
|
74 |
msgstr "فورم التعليقات"
|
75 |
|
76 |
-
#: google-captcha.php:
|
77 |
msgid "Enter site key"
|
78 |
msgstr "أدخل مفتاح الموقع"
|
79 |
|
80 |
-
#: google-captcha.php:
|
81 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
82 |
msgstr "تحذير: الكابتشا لن تعمل في حالة عدم إدخال المفاتيح."
|
83 |
|
84 |
-
#: google-captcha.php:
|
85 |
msgid "Enter secret key"
|
86 |
msgstr "أدخل المفتاح السري"
|
87 |
|
88 |
-
#: google-captcha.php:
|
89 |
msgid "Settings saved"
|
90 |
msgstr "تم حفظ الإعدادات"
|
91 |
|
92 |
-
#: google-captcha.php:
|
93 |
#, fuzzy
|
94 |
msgid "All plugin settings were restored."
|
95 |
msgstr "صفحة إعدادات الإضافة"
|
96 |
|
97 |
-
#: google-captcha.php:
|
98 |
msgid "Settings"
|
99 |
msgstr "إعدادات"
|
100 |
|
101 |
-
#: google-captcha.php:
|
102 |
-
msgid "
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: google-captcha.php:
|
106 |
-
|
107 |
-
msgid ""
|
108 |
-
"Google Captcha version 2 will not work correctly, since the option "
|
109 |
-
"\"allow_url_fopen\" is disabled. Please contact your hosting support service."
|
110 |
msgstr ""
|
111 |
-
"النسخة الثانية من Google Captcha لن تعمل بشكل جيد، في حالة تم تعطيل الدالة "
|
112 |
-
"\"allow_url_fopen\" في PHP الإستضافة."
|
113 |
|
114 |
-
#: google-captcha.php:
|
115 |
msgid ""
|
116 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
117 |
"version 1 features."
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: google-captcha.php:
|
121 |
#, fuzzy, php-format
|
122 |
msgid ""
|
123 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
@@ -126,7 +121,7 @@ msgstr ""
|
|
126 |
"إذا كنت ترغب في إضافة Google Captcha إلى الفورم، فقط قم بنسخ ولصق هذا الكود "
|
127 |
"في المقال أو الصفحة."
|
128 |
|
129 |
-
#: google-captcha.php:
|
130 |
#, php-format
|
131 |
msgid ""
|
132 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
@@ -135,160 +130,165 @@ msgid ""
|
|
135 |
"your own form , please use the shortcode %s"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: google-captcha.php:
|
139 |
msgid "Authentication"
|
140 |
msgstr "المصادقة"
|
141 |
|
142 |
-
#: google-captcha.php:
|
143 |
#, fuzzy, php-format
|
144 |
msgid "Before you are able to do something, you must to register %shere%s"
|
145 |
msgstr "قبل التفكير في عمل أي شيء، لابد من التسجيل %s من هنا %s"
|
146 |
|
147 |
-
#: google-captcha.php:
|
148 |
msgid "Enter site key and secret key, that you get after registration."
|
149 |
msgstr "أدخل مفتاح الموقع والمفتاح السري، الذي حصلت عليه بعد التسجيل."
|
150 |
|
151 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
152 |
msgid "Options"
|
153 |
msgstr "خيارات"
|
154 |
|
155 |
-
#: google-captcha.php:
|
156 |
msgid "Enable reCAPTCHA for"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: google-captcha.php:
|
160 |
msgid "WordPress default"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: google-captcha.php:
|
164 |
msgid "This option is available only for network or for main blog"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: google-captcha.php:
|
168 |
msgid "Plugins"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: google-captcha.php:
|
172 |
#, php-format
|
173 |
msgid "You should %s to use this functionality"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: google-captcha.php:
|
177 |
msgid "activate"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: google-captcha.php:
|
181 |
msgid "for network"
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: google-captcha.php:
|
185 |
msgid "download"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: google-captcha.php:
|
189 |
msgid "Close"
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: google-captcha.php:
|
193 |
msgid "Unlock premium options by upgrading to Pro version"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: google-captcha.php:
|
197 |
msgid "Learn More"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: google-captcha.php:
|
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:
|
207 |
msgid "FAQ"
|
208 |
msgstr "أسئلة شائعة"
|
209 |
|
210 |
-
#: google-captcha.php:
|
211 |
#, fuzzy
|
212 |
msgid "Hide reCAPTCHA in Comments form for"
|
213 |
msgstr "لنسخة reCAPTCHA"
|
214 |
|
215 |
-
#: google-captcha.php:
|
216 |
#, fuzzy
|
217 |
msgid "reCAPTCHA version"
|
218 |
msgstr "نسخة reCAPTCHA:"
|
219 |
|
220 |
-
#: google-captcha.php:
|
221 |
-
#: google-captcha.php:
|
222 |
msgid "version"
|
223 |
msgstr "النسخة"
|
224 |
|
225 |
-
#: google-captcha.php:
|
226 |
#, fuzzy
|
227 |
msgid "reCAPTCHA theme"
|
228 |
msgstr "نسخة reCAPTCHA:"
|
229 |
|
230 |
-
#: google-captcha.php:
|
231 |
#, fuzzy
|
232 |
msgid "for version"
|
233 |
msgstr "النسخة"
|
234 |
|
235 |
-
#: google-captcha.php:
|
236 |
#, fuzzy
|
237 |
msgid "reCAPTCHA language"
|
238 |
msgstr "نسخة reCAPTCHA:"
|
239 |
|
240 |
-
#: google-captcha.php:
|
241 |
msgid "Use the current site language"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: google-captcha.php:
|
245 |
msgid "Using"
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: google-captcha.php:
|
249 |
#, fuzzy
|
250 |
msgid "reCAPTCHA size"
|
251 |
msgstr "نسخة reCAPTCHA:"
|
252 |
|
253 |
-
#: google-captcha.php:
|
254 |
msgid "Save Changes"
|
255 |
msgstr "حفظ التغييرات"
|
256 |
|
257 |
-
#: google-captcha.php:
|
258 |
msgid "To use Google Captcha you must get the keys from"
|
259 |
msgstr "لتفعيل Google Captcha لابد من الحصول على المفاتيح من"
|
260 |
|
261 |
-
#: google-captcha.php:
|
262 |
msgid "here"
|
263 |
msgstr "هنا"
|
264 |
|
265 |
-
#: google-captcha.php:
|
266 |
msgid "and enter them on the"
|
267 |
msgstr "ثم أدخلهم في"
|
268 |
|
269 |
-
#: google-captcha.php:
|
270 |
msgid "plugin setting page"
|
271 |
msgstr "صفحة إعدادات الإضافة"
|
272 |
|
273 |
-
#: google-captcha.php:
|
274 |
msgid "Error"
|
275 |
msgstr "خطأ"
|
276 |
|
277 |
-
#: google-captcha.php:
|
278 |
#, fuzzy
|
279 |
msgid "You have entered an incorrect reCAPTCHA value."
|
280 |
msgstr "لقد أدخلت قيمة كابتشا بشكل خاطئ"
|
281 |
|
282 |
-
#: google-captcha.php:
|
283 |
#, fuzzy
|
284 |
msgid "You have entered an incorrect reCAPTCHA value"
|
285 |
msgstr "لقد أدخلت قيمة كابتشا بشكل خاطئ"
|
286 |
|
287 |
-
#: google-captcha.php:
|
288 |
msgid "ERROR"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: google-captcha.php:
|
292 |
#, fuzzy
|
293 |
msgid ""
|
294 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
@@ -296,10 +296,56 @@ msgid ""
|
|
296 |
msgstr ""
|
297 |
"خطأ: لقد أدخلت قيمة كابتشا بشكل خاطئ. اضغط زر الرجوع في المتصفح وحاول مجددا."
|
298 |
|
299 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
msgid "Support"
|
301 |
msgstr "الدعم الفني"
|
302 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
#~ msgid ""
|
304 |
#~ "Google Captcha version 2 will not work correctly, since the option "
|
305 |
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-05 17:13+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-04-05 17:13+0300\n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: SAID MOULLA <mor0cc0@live.com >\n"
|
9 |
"Language: uk\n"
|
21 |
"X-Loco-Target-Locale: uk_UA\n"
|
22 |
"X-Poedit-SearchPath-0: .\n"
|
23 |
|
24 |
+
#: google-captcha.php:34 google-captcha.php:367
|
25 |
msgid "Google Captcha Settings"
|
26 |
msgstr "إعدادات Google Captcha"
|
27 |
|
28 |
+
#: google-captcha.php:154
|
29 |
msgid "Warning"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: google-captcha.php:154
|
33 |
msgid ""
|
34 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
35 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
36 |
"blocks."
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: google-captcha.php:158
|
40 |
#, fuzzy
|
41 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
42 |
msgstr "خطأ: لقد أدخلت قيمة كابتشا بشكل خاطئ."
|
43 |
|
44 |
+
#: google-captcha.php:272
|
45 |
msgid "Normal"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: google-captcha.php:273
|
49 |
msgid "Compact"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: google-captcha.php:279
|
53 |
msgid "Site key"
|
54 |
msgstr "مفتاح الموقع"
|
55 |
|
56 |
+
#: google-captcha.php:284
|
57 |
msgid "Secret Key"
|
58 |
msgstr "المفتاح السري"
|
59 |
|
60 |
+
#: google-captcha.php:292
|
61 |
msgid "Login form"
|
62 |
msgstr "فورم تسجيل الدخول"
|
63 |
|
64 |
+
#: google-captcha.php:293
|
65 |
msgid "Registration form"
|
66 |
msgstr "فورم التسجيل"
|
67 |
|
68 |
+
#: google-captcha.php:294
|
69 |
msgid "Reset password form"
|
70 |
msgstr "فورم إعادة تعيين كلمة السر"
|
71 |
|
72 |
+
#: google-captcha.php:295
|
73 |
msgid "Comments form"
|
74 |
msgstr "فورم التعليقات"
|
75 |
|
76 |
+
#: google-captcha.php:314
|
77 |
msgid "Enter site key"
|
78 |
msgstr "أدخل مفتاح الموقع"
|
79 |
|
80 |
+
#: google-captcha.php:315 google-captcha.php:321
|
81 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
82 |
msgstr "تحذير: الكابتشا لن تعمل في حالة عدم إدخال المفاتيح."
|
83 |
|
84 |
+
#: google-captcha.php:320
|
85 |
msgid "Enter secret key"
|
86 |
msgstr "أدخل المفتاح السري"
|
87 |
|
88 |
+
#: google-captcha.php:346
|
89 |
msgid "Settings saved"
|
90 |
msgstr "تم حفظ الإعدادات"
|
91 |
|
92 |
+
#: google-captcha.php:352
|
93 |
#, fuzzy
|
94 |
msgid "All plugin settings were restored."
|
95 |
msgstr "صفحة إعدادات الإضافة"
|
96 |
|
97 |
+
#: google-captcha.php:369 google-captcha.php:1040 google-captcha.php:1073
|
98 |
msgid "Settings"
|
99 |
msgstr "إعدادات"
|
100 |
|
101 |
+
#: google-captcha.php:370
|
102 |
+
msgid "Custom code"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: google-captcha.php:371
|
106 |
+
msgid "Go PRO"
|
|
|
|
|
|
|
107 |
msgstr ""
|
|
|
|
|
108 |
|
109 |
+
#: google-captcha.php:376
|
110 |
msgid ""
|
111 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
112 |
"version 1 features."
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: google-captcha.php:391
|
116 |
#, fuzzy, php-format
|
117 |
msgid ""
|
118 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
121 |
"إذا كنت ترغب في إضافة Google Captcha إلى الفورم، فقط قم بنسخ ولصق هذا الكود "
|
122 |
"في المقال أو الصفحة."
|
123 |
|
124 |
+
#: google-captcha.php:397
|
125 |
#, php-format
|
126 |
msgid ""
|
127 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
130 |
"your own form , please use the shortcode %s"
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: google-captcha.php:405
|
134 |
msgid "Authentication"
|
135 |
msgstr "المصادقة"
|
136 |
|
137 |
+
#: google-captcha.php:406
|
138 |
#, fuzzy, php-format
|
139 |
msgid "Before you are able to do something, you must to register %shere%s"
|
140 |
msgstr "قبل التفكير في عمل أي شيء، لابد من التسجيل %s من هنا %s"
|
141 |
|
142 |
+
#: google-captcha.php:407
|
143 |
msgid "Enter site key and secret key, that you get after registration."
|
144 |
msgstr "أدخل مفتاح الموقع والمفتاح السري، الذي حصلت عليه بعد التسجيل."
|
145 |
|
146 |
+
#: google-captcha.php:422
|
147 |
+
#, fuzzy
|
148 |
+
msgid "Test Keys"
|
149 |
+
msgstr "المفتاح السري"
|
150 |
+
|
151 |
+
#: google-captcha.php:425
|
152 |
msgid "Options"
|
153 |
msgstr "خيارات"
|
154 |
|
155 |
+
#: google-captcha.php:428
|
156 |
msgid "Enable reCAPTCHA for"
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: google-captcha.php:432
|
160 |
msgid "WordPress default"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: google-captcha.php:441
|
164 |
msgid "This option is available only for network or for main blog"
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: google-captcha.php:449
|
168 |
msgid "Plugins"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: google-captcha.php:457 google-captcha.php:462
|
172 |
#, php-format
|
173 |
msgid "You should %s to use this functionality"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: google-captcha.php:458
|
177 |
msgid "activate"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: google-captcha.php:458
|
181 |
msgid "for network"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: google-captcha.php:463
|
185 |
msgid "download"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: google-captcha.php:475 google-captcha.php:552
|
189 |
msgid "Close"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: google-captcha.php:487 google-captcha.php:588
|
193 |
msgid "Unlock premium options by upgrading to Pro version"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: google-captcha.php:490 google-captcha.php:591
|
197 |
msgid "Learn More"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: google-captcha.php:496
|
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:496 google-captcha.php:1074
|
207 |
msgid "FAQ"
|
208 |
msgstr "أسئلة شائعة"
|
209 |
|
210 |
+
#: google-captcha.php:501
|
211 |
#, fuzzy
|
212 |
msgid "Hide reCAPTCHA in Comments form for"
|
213 |
msgstr "لنسخة reCAPTCHA"
|
214 |
|
215 |
+
#: google-captcha.php:513
|
216 |
#, fuzzy
|
217 |
msgid "reCAPTCHA version"
|
218 |
msgstr "نسخة reCAPTCHA:"
|
219 |
|
220 |
+
#: google-captcha.php:516 google-captcha.php:517 google-captcha.php:518
|
221 |
+
#: google-captcha.php:519
|
222 |
msgid "version"
|
223 |
msgstr "النسخة"
|
224 |
|
225 |
+
#: google-captcha.php:525 google-captcha.php:538
|
226 |
#, fuzzy
|
227 |
msgid "reCAPTCHA theme"
|
228 |
msgstr "نسخة reCAPTCHA:"
|
229 |
|
230 |
+
#: google-captcha.php:526 google-captcha.php:539 google-captcha.php:570
|
231 |
#, fuzzy
|
232 |
msgid "for version"
|
233 |
msgstr "النسخة"
|
234 |
|
235 |
+
#: google-captcha.php:556
|
236 |
#, fuzzy
|
237 |
msgid "reCAPTCHA language"
|
238 |
msgstr "نسخة reCAPTCHA:"
|
239 |
|
240 |
+
#: google-captcha.php:563
|
241 |
msgid "Use the current site language"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: google-captcha.php:563
|
245 |
msgid "Using"
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: google-captcha.php:569
|
249 |
#, fuzzy
|
250 |
msgid "reCAPTCHA size"
|
251 |
msgstr "نسخة reCAPTCHA:"
|
252 |
|
253 |
+
#: google-captcha.php:598
|
254 |
msgid "Save Changes"
|
255 |
msgstr "حفظ التغييرات"
|
256 |
|
257 |
+
#: google-captcha.php:652 google-captcha.php:1090
|
258 |
msgid "To use Google Captcha you must get the keys from"
|
259 |
msgstr "لتفعيل Google Captcha لابد من الحصول على المفاتيح من"
|
260 |
|
261 |
+
#: google-captcha.php:653 google-captcha.php:1091
|
262 |
msgid "here"
|
263 |
msgstr "هنا"
|
264 |
|
265 |
+
#: google-captcha.php:654 google-captcha.php:1092
|
266 |
msgid "and enter them on the"
|
267 |
msgstr "ثم أدخلهم في"
|
268 |
|
269 |
+
#: google-captcha.php:656 google-captcha.php:1094
|
270 |
msgid "plugin setting page"
|
271 |
msgstr "صفحة إعدادات الإضافة"
|
272 |
|
273 |
+
#: google-captcha.php:842 google-captcha.php:880
|
274 |
msgid "Error"
|
275 |
msgstr "خطأ"
|
276 |
|
277 |
+
#: google-captcha.php:842
|
278 |
#, fuzzy
|
279 |
msgid "You have entered an incorrect reCAPTCHA value."
|
280 |
msgstr "لقد أدخلت قيمة كابتشا بشكل خاطئ"
|
281 |
|
282 |
+
#: google-captcha.php:880 google-captcha.php:897 google-captcha.php:926
|
283 |
#, fuzzy
|
284 |
msgid "You have entered an incorrect reCAPTCHA value"
|
285 |
msgstr "لقد أدخلت قيمة كابتشا بشكل خاطئ"
|
286 |
|
287 |
+
#: google-captcha.php:897 google-captcha.php:926 google-captcha.php:952
|
288 |
msgid "ERROR"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: google-captcha.php:952
|
292 |
#, fuzzy
|
293 |
msgid ""
|
294 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
296 |
msgstr ""
|
297 |
"خطأ: لقد أدخلت قيمة كابتشا بشكل خاطئ. اضغط زر الرجوع في المتصفح وحاول مجددا."
|
298 |
|
299 |
+
#: google-captcha.php:976
|
300 |
+
msgid "Please, complete the captcha and submit \"Test verification\""
|
301 |
+
msgstr ""
|
302 |
+
|
303 |
+
#: google-captcha.php:980
|
304 |
+
msgid "Test verification"
|
305 |
+
msgstr ""
|
306 |
+
|
307 |
+
#: google-captcha.php:994 google-captcha.php:1003
|
308 |
+
msgid "The user response was missing."
|
309 |
+
msgstr ""
|
310 |
+
|
311 |
+
#: google-captcha.php:996
|
312 |
+
msgid "The Secret Key is missing."
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#: google-captcha.php:999 google-captcha.php:1008
|
316 |
+
msgid "The Secret Key is invalid"
|
317 |
+
msgstr ""
|
318 |
+
|
319 |
+
#: google-captcha.php:1000 google-captcha.php:1009
|
320 |
+
msgid "Check your domain configuration"
|
321 |
+
msgstr ""
|
322 |
+
|
323 |
+
#: google-captcha.php:1001 google-captcha.php:1010
|
324 |
+
#, fuzzy
|
325 |
+
msgid "and enter it again"
|
326 |
+
msgstr "ثم أدخلهم في"
|
327 |
+
|
328 |
+
#: google-captcha.php:1004 google-captcha.php:1012
|
329 |
+
msgid "The user response is invalid."
|
330 |
+
msgstr ""
|
331 |
+
|
332 |
+
#: google-captcha.php:1021
|
333 |
+
msgid "The verification is successfully completed."
|
334 |
+
msgstr ""
|
335 |
+
|
336 |
+
#: google-captcha.php:1075
|
337 |
msgid "Support"
|
338 |
msgstr "الدعم الفني"
|
339 |
|
340 |
+
#, fuzzy
|
341 |
+
#~ msgid ""
|
342 |
+
#~ "Google Captcha version 2 will not work correctly, since the option "
|
343 |
+
#~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
|
344 |
+
#~ "service."
|
345 |
+
#~ msgstr ""
|
346 |
+
#~ "النسخة الثانية من Google Captcha لن تعمل بشكل جيد، في حالة تم تعطيل "
|
347 |
+
#~ "الدالة \"allow_url_fopen\" في PHP الإستضافة."
|
348 |
+
|
349 |
#~ msgid ""
|
350 |
#~ "Google Captcha version 2 will not work correctly, since the option "
|
351 |
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
languages/google-captcha-bg_BG.mo
CHANGED
Binary file
|
languages/google-captcha-bg_BG.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: Yasen Georgiev <me@ygeorgiev.com>\n"
|
@@ -16,102 +16,100 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
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 "Warning"
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: google-captcha.php:
|
28 |
msgid ""
|
29 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
30 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
31 |
"blocks."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: google-captcha.php:
|
35 |
#, fuzzy
|
36 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
37 |
msgstr "Грешка: Въвели сте невалиден анти-спам код."
|
38 |
|
39 |
-
#: google-captcha.php:
|
40 |
msgid "Normal"
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: google-captcha.php:
|
44 |
msgid "Compact"
|
45 |
msgstr ""
|
46 |
|
47 |
-
#: google-captcha.php:
|
48 |
msgid "Site key"
|
49 |
msgstr "Ключ"
|
50 |
|
51 |
-
#: google-captcha.php:
|
52 |
msgid "Secret Key"
|
53 |
msgstr "Секретен ключ"
|
54 |
|
55 |
-
#: google-captcha.php:
|
56 |
msgid "Login form"
|
57 |
msgstr "Форма за вход"
|
58 |
|
59 |
-
#: google-captcha.php:
|
60 |
msgid "Registration form"
|
61 |
msgstr "Форма регистрация"
|
62 |
|
63 |
-
#: google-captcha.php:
|
64 |
msgid "Reset password form"
|
65 |
msgstr "Форма за възстановяване на парола"
|
66 |
|
67 |
-
#: google-captcha.php:
|
68 |
msgid "Comments form"
|
69 |
msgstr "Форма за коментиране"
|
70 |
|
71 |
-
#: google-captcha.php:
|
72 |
msgid "Enter site key"
|
73 |
msgstr "Въведете ключ"
|
74 |
|
75 |
-
#: google-captcha.php:
|
76 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
77 |
msgstr ""
|
78 |
"ПРЕДУПРЕЖДЕНИЕ: Google Captcha няма да се покаже докато не въведете "
|
79 |
"ключовите полета."
|
80 |
|
81 |
-
#: google-captcha.php:
|
82 |
msgid "Enter secret key"
|
83 |
msgstr "Въведете секретен ключ"
|
84 |
|
85 |
-
#: google-captcha.php:
|
86 |
msgid "Settings saved"
|
87 |
msgstr "Настройките бяха запазени успешно."
|
88 |
|
89 |
-
#: google-captcha.php:
|
90 |
#, fuzzy
|
91 |
msgid "All plugin settings were restored."
|
92 |
msgstr "настройките на плъгина"
|
93 |
|
94 |
-
#: google-captcha.php:
|
95 |
msgid "Settings"
|
96 |
msgstr "Настройки"
|
97 |
|
98 |
-
#: google-captcha.php:
|
99 |
-
msgid "
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: google-captcha.php:
|
103 |
-
msgid ""
|
104 |
-
"Google Captcha version 2 will not work correctly, since the option "
|
105 |
-
"\"allow_url_fopen\" is disabled. Please contact your hosting support service."
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: google-captcha.php:
|
109 |
msgid ""
|
110 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
111 |
"version 1 features."
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: google-captcha.php:
|
115 |
#, fuzzy, php-format
|
116 |
msgid ""
|
117 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
@@ -120,7 +118,7 @@ msgstr ""
|
|
120 |
"Ако искате да добавите Google Captcha към Ваша собствена форма, проста "
|
121 |
"копирайте и поставете този код на желаната публикация или страница:"
|
122 |
|
123 |
-
#: google-captcha.php:
|
124 |
#, php-format
|
125 |
msgid ""
|
126 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
@@ -129,164 +127,169 @@ msgid ""
|
|
129 |
"your own form , please use the shortcode %s"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: google-captcha.php:
|
133 |
msgid "Authentication"
|
134 |
msgstr "Идентификация"
|
135 |
|
136 |
-
#: google-captcha.php:
|
137 |
#, fuzzy, php-format
|
138 |
msgid "Before you are able to do something, you must to register %shere%s"
|
139 |
msgstr "Преди да можете да направите нещо, трябва да се %sрегистрирате%s."
|
140 |
|
141 |
-
#: google-captcha.php:
|
142 |
msgid "Enter site key and secret key, that you get after registration."
|
143 |
msgstr ""
|
144 |
"Въведете ключ и секретен ключ, който взимате след регистрация в Google "
|
145 |
"Captcha."
|
146 |
|
147 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
148 |
msgid "Options"
|
149 |
msgstr "Опции"
|
150 |
|
151 |
-
#: google-captcha.php:
|
152 |
msgid "Enable reCAPTCHA for"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: google-captcha.php:
|
156 |
msgid "WordPress default"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: google-captcha.php:
|
160 |
msgid "This option is available only for network or for main blog"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: google-captcha.php:
|
164 |
#, fuzzy
|
165 |
msgid "Plugins"
|
166 |
msgstr "Страница с плъгини"
|
167 |
|
168 |
-
#: google-captcha.php:
|
169 |
#, php-format
|
170 |
msgid "You should %s to use this functionality"
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: google-captcha.php:
|
174 |
#, fuzzy
|
175 |
msgid "activate"
|
176 |
msgstr "Активировать Contact form"
|
177 |
|
178 |
-
#: google-captcha.php:
|
179 |
msgid "for network"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: google-captcha.php:
|
183 |
msgid "download"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: google-captcha.php:
|
187 |
msgid "Close"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: google-captcha.php:
|
191 |
msgid "Unlock premium options by upgrading to Pro version"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: google-captcha.php:
|
195 |
msgid "Learn More"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: google-captcha.php:
|
199 |
#, php-format
|
200 |
msgid ""
|
201 |
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: google-captcha.php:
|
205 |
msgid "FAQ"
|
206 |
msgstr "ЧЗВ"
|
207 |
|
208 |
-
#: google-captcha.php:
|
209 |
#, fuzzy
|
210 |
msgid "Hide reCAPTCHA in Comments form for"
|
211 |
msgstr "за reCAPTCHA версия"
|
212 |
|
213 |
-
#: google-captcha.php:
|
214 |
#, fuzzy
|
215 |
msgid "reCAPTCHA version"
|
216 |
msgstr "Версия на reCAPTCHA:"
|
217 |
|
218 |
-
#: google-captcha.php:
|
219 |
-
#: google-captcha.php:
|
220 |
msgid "version"
|
221 |
msgstr "версия"
|
222 |
|
223 |
-
#: google-captcha.php:
|
224 |
#, fuzzy
|
225 |
msgid "reCAPTCHA theme"
|
226 |
msgstr "Версия на reCAPTCHA:"
|
227 |
|
228 |
-
#: google-captcha.php:
|
229 |
#, fuzzy
|
230 |
msgid "for version"
|
231 |
msgstr "версия"
|
232 |
|
233 |
-
#: google-captcha.php:
|
234 |
#, fuzzy
|
235 |
msgid "reCAPTCHA language"
|
236 |
msgstr "Версия на reCAPTCHA:"
|
237 |
|
238 |
-
#: google-captcha.php:
|
239 |
msgid "Use the current site language"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: google-captcha.php:
|
243 |
msgid "Using"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: google-captcha.php:
|
247 |
#, fuzzy
|
248 |
msgid "reCAPTCHA size"
|
249 |
msgstr "Версия на reCAPTCHA:"
|
250 |
|
251 |
-
#: google-captcha.php:
|
252 |
msgid "Save Changes"
|
253 |
msgstr "Запази промените"
|
254 |
|
255 |
-
#: google-captcha.php:
|
256 |
msgid "To use Google Captcha you must get the keys from"
|
257 |
msgstr "За да използвате Google Captcha трябва да вземете ключовете от"
|
258 |
|
259 |
-
#: google-captcha.php:
|
260 |
msgid "here"
|
261 |
msgstr "тук"
|
262 |
|
263 |
-
#: google-captcha.php:
|
264 |
msgid "and enter them on the"
|
265 |
msgstr "и да ги въведете в"
|
266 |
|
267 |
-
#: google-captcha.php:
|
268 |
msgid "plugin setting page"
|
269 |
msgstr "настройките на плъгина"
|
270 |
|
271 |
-
#: google-captcha.php:
|
272 |
msgid "Error"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: google-captcha.php:
|
276 |
#, fuzzy
|
277 |
msgid "You have entered an incorrect reCAPTCHA value."
|
278 |
msgstr "Грешка: Въвели сте невалиден анти-спам код."
|
279 |
|
280 |
-
#: google-captcha.php:
|
281 |
#, fuzzy
|
282 |
msgid "You have entered an incorrect reCAPTCHA value"
|
283 |
msgstr "Грешка: Въвели сте невалиден анти-спам код."
|
284 |
|
285 |
-
#: google-captcha.php:
|
286 |
msgid "ERROR"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: google-captcha.php:
|
290 |
#, fuzzy
|
291 |
msgid ""
|
292 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
@@ -295,7 +298,44 @@ msgstr ""
|
|
295 |
"Грешка: Въвели сте невалиден анти-спам код. Натиснете бутона НАЗАД в "
|
296 |
"браузъра и опитайте отново."
|
297 |
|
298 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
299 |
msgid "Support"
|
300 |
msgstr "Поддръжка"
|
301 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-05 17:13+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: Yasen Georgiev <me@ygeorgiev.com>\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: google-captcha.php:34 google-captcha.php:367
|
20 |
msgid "Google Captcha Settings"
|
21 |
msgstr "Настройки на Google Captcha"
|
22 |
|
23 |
+
#: google-captcha.php:154
|
24 |
msgid "Warning"
|
25 |
msgstr ""
|
26 |
|
27 |
+
#: google-captcha.php:154
|
28 |
msgid ""
|
29 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
30 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
31 |
"blocks."
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: google-captcha.php:158
|
35 |
#, fuzzy
|
36 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
37 |
msgstr "Грешка: Въвели сте невалиден анти-спам код."
|
38 |
|
39 |
+
#: google-captcha.php:272
|
40 |
msgid "Normal"
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: google-captcha.php:273
|
44 |
msgid "Compact"
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: google-captcha.php:279
|
48 |
msgid "Site key"
|
49 |
msgstr "Ключ"
|
50 |
|
51 |
+
#: google-captcha.php:284
|
52 |
msgid "Secret Key"
|
53 |
msgstr "Секретен ключ"
|
54 |
|
55 |
+
#: google-captcha.php:292
|
56 |
msgid "Login form"
|
57 |
msgstr "Форма за вход"
|
58 |
|
59 |
+
#: google-captcha.php:293
|
60 |
msgid "Registration form"
|
61 |
msgstr "Форма регистрация"
|
62 |
|
63 |
+
#: google-captcha.php:294
|
64 |
msgid "Reset password form"
|
65 |
msgstr "Форма за възстановяване на парола"
|
66 |
|
67 |
+
#: google-captcha.php:295
|
68 |
msgid "Comments form"
|
69 |
msgstr "Форма за коментиране"
|
70 |
|
71 |
+
#: google-captcha.php:314
|
72 |
msgid "Enter site key"
|
73 |
msgstr "Въведете ключ"
|
74 |
|
75 |
+
#: google-captcha.php:315 google-captcha.php:321
|
76 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
77 |
msgstr ""
|
78 |
"ПРЕДУПРЕЖДЕНИЕ: Google Captcha няма да се покаже докато не въведете "
|
79 |
"ключовите полета."
|
80 |
|
81 |
+
#: google-captcha.php:320
|
82 |
msgid "Enter secret key"
|
83 |
msgstr "Въведете секретен ключ"
|
84 |
|
85 |
+
#: google-captcha.php:346
|
86 |
msgid "Settings saved"
|
87 |
msgstr "Настройките бяха запазени успешно."
|
88 |
|
89 |
+
#: google-captcha.php:352
|
90 |
#, fuzzy
|
91 |
msgid "All plugin settings were restored."
|
92 |
msgstr "настройките на плъгина"
|
93 |
|
94 |
+
#: google-captcha.php:369 google-captcha.php:1040 google-captcha.php:1073
|
95 |
msgid "Settings"
|
96 |
msgstr "Настройки"
|
97 |
|
98 |
+
#: google-captcha.php:370
|
99 |
+
msgid "Custom code"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: google-captcha.php:371
|
103 |
+
msgid "Go PRO"
|
|
|
|
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: google-captcha.php:376
|
107 |
msgid ""
|
108 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
109 |
"version 1 features."
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: google-captcha.php:391
|
113 |
#, fuzzy, php-format
|
114 |
msgid ""
|
115 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
118 |
"Ако искате да добавите Google Captcha към Ваша собствена форма, проста "
|
119 |
"копирайте и поставете този код на желаната публикация или страница:"
|
120 |
|
121 |
+
#: google-captcha.php:397
|
122 |
#, php-format
|
123 |
msgid ""
|
124 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
127 |
"your own form , please use the shortcode %s"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: google-captcha.php:405
|
131 |
msgid "Authentication"
|
132 |
msgstr "Идентификация"
|
133 |
|
134 |
+
#: google-captcha.php:406
|
135 |
#, fuzzy, php-format
|
136 |
msgid "Before you are able to do something, you must to register %shere%s"
|
137 |
msgstr "Преди да можете да направите нещо, трябва да се %sрегистрирате%s."
|
138 |
|
139 |
+
#: google-captcha.php:407
|
140 |
msgid "Enter site key and secret key, that you get after registration."
|
141 |
msgstr ""
|
142 |
"Въведете ключ и секретен ключ, който взимате след регистрация в Google "
|
143 |
"Captcha."
|
144 |
|
145 |
+
#: google-captcha.php:422
|
146 |
+
#, fuzzy
|
147 |
+
msgid "Test Keys"
|
148 |
+
msgstr "Секретен ключ"
|
149 |
+
|
150 |
+
#: google-captcha.php:425
|
151 |
msgid "Options"
|
152 |
msgstr "Опции"
|
153 |
|
154 |
+
#: google-captcha.php:428
|
155 |
msgid "Enable reCAPTCHA for"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: google-captcha.php:432
|
159 |
msgid "WordPress default"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: google-captcha.php:441
|
163 |
msgid "This option is available only for network or for main blog"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: google-captcha.php:449
|
167 |
#, fuzzy
|
168 |
msgid "Plugins"
|
169 |
msgstr "Страница с плъгини"
|
170 |
|
171 |
+
#: google-captcha.php:457 google-captcha.php:462
|
172 |
#, php-format
|
173 |
msgid "You should %s to use this functionality"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: google-captcha.php:458
|
177 |
#, fuzzy
|
178 |
msgid "activate"
|
179 |
msgstr "Активировать Contact form"
|
180 |
|
181 |
+
#: google-captcha.php:458
|
182 |
msgid "for network"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: google-captcha.php:463
|
186 |
msgid "download"
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: google-captcha.php:475 google-captcha.php:552
|
190 |
msgid "Close"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: google-captcha.php:487 google-captcha.php:588
|
194 |
msgid "Unlock premium options by upgrading to Pro version"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: google-captcha.php:490 google-captcha.php:591
|
198 |
msgid "Learn More"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: google-captcha.php:496
|
202 |
#, php-format
|
203 |
msgid ""
|
204 |
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: google-captcha.php:496 google-captcha.php:1074
|
208 |
msgid "FAQ"
|
209 |
msgstr "ЧЗВ"
|
210 |
|
211 |
+
#: google-captcha.php:501
|
212 |
#, fuzzy
|
213 |
msgid "Hide reCAPTCHA in Comments form for"
|
214 |
msgstr "за reCAPTCHA версия"
|
215 |
|
216 |
+
#: google-captcha.php:513
|
217 |
#, fuzzy
|
218 |
msgid "reCAPTCHA version"
|
219 |
msgstr "Версия на reCAPTCHA:"
|
220 |
|
221 |
+
#: google-captcha.php:516 google-captcha.php:517 google-captcha.php:518
|
222 |
+
#: google-captcha.php:519
|
223 |
msgid "version"
|
224 |
msgstr "версия"
|
225 |
|
226 |
+
#: google-captcha.php:525 google-captcha.php:538
|
227 |
#, fuzzy
|
228 |
msgid "reCAPTCHA theme"
|
229 |
msgstr "Версия на reCAPTCHA:"
|
230 |
|
231 |
+
#: google-captcha.php:526 google-captcha.php:539 google-captcha.php:570
|
232 |
#, fuzzy
|
233 |
msgid "for version"
|
234 |
msgstr "версия"
|
235 |
|
236 |
+
#: google-captcha.php:556
|
237 |
#, fuzzy
|
238 |
msgid "reCAPTCHA language"
|
239 |
msgstr "Версия на reCAPTCHA:"
|
240 |
|
241 |
+
#: google-captcha.php:563
|
242 |
msgid "Use the current site language"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: google-captcha.php:563
|
246 |
msgid "Using"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: google-captcha.php:569
|
250 |
#, fuzzy
|
251 |
msgid "reCAPTCHA size"
|
252 |
msgstr "Версия на reCAPTCHA:"
|
253 |
|
254 |
+
#: google-captcha.php:598
|
255 |
msgid "Save Changes"
|
256 |
msgstr "Запази промените"
|
257 |
|
258 |
+
#: google-captcha.php:652 google-captcha.php:1090
|
259 |
msgid "To use Google Captcha you must get the keys from"
|
260 |
msgstr "За да използвате Google Captcha трябва да вземете ключовете от"
|
261 |
|
262 |
+
#: google-captcha.php:653 google-captcha.php:1091
|
263 |
msgid "here"
|
264 |
msgstr "тук"
|
265 |
|
266 |
+
#: google-captcha.php:654 google-captcha.php:1092
|
267 |
msgid "and enter them on the"
|
268 |
msgstr "и да ги въведете в"
|
269 |
|
270 |
+
#: google-captcha.php:656 google-captcha.php:1094
|
271 |
msgid "plugin setting page"
|
272 |
msgstr "настройките на плъгина"
|
273 |
|
274 |
+
#: google-captcha.php:842 google-captcha.php:880
|
275 |
msgid "Error"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: google-captcha.php:842
|
279 |
#, fuzzy
|
280 |
msgid "You have entered an incorrect reCAPTCHA value."
|
281 |
msgstr "Грешка: Въвели сте невалиден анти-спам код."
|
282 |
|
283 |
+
#: google-captcha.php:880 google-captcha.php:897 google-captcha.php:926
|
284 |
#, fuzzy
|
285 |
msgid "You have entered an incorrect reCAPTCHA value"
|
286 |
msgstr "Грешка: Въвели сте невалиден анти-спам код."
|
287 |
|
288 |
+
#: google-captcha.php:897 google-captcha.php:926 google-captcha.php:952
|
289 |
msgid "ERROR"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: google-captcha.php:952
|
293 |
#, fuzzy
|
294 |
msgid ""
|
295 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
298 |
"Грешка: Въвели сте невалиден анти-спам код. Натиснете бутона НАЗАД в "
|
299 |
"браузъра и опитайте отново."
|
300 |
|
301 |
+
#: google-captcha.php:976
|
302 |
+
msgid "Please, complete the captcha and submit \"Test verification\""
|
303 |
+
msgstr ""
|
304 |
+
|
305 |
+
#: google-captcha.php:980
|
306 |
+
msgid "Test verification"
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
+
#: google-captcha.php:994 google-captcha.php:1003
|
310 |
+
msgid "The user response was missing."
|
311 |
+
msgstr ""
|
312 |
+
|
313 |
+
#: google-captcha.php:996
|
314 |
+
msgid "The Secret Key is missing."
|
315 |
+
msgstr ""
|
316 |
+
|
317 |
+
#: google-captcha.php:999 google-captcha.php:1008
|
318 |
+
msgid "The Secret Key is invalid"
|
319 |
+
msgstr ""
|
320 |
+
|
321 |
+
#: google-captcha.php:1000 google-captcha.php:1009
|
322 |
+
msgid "Check your domain configuration"
|
323 |
+
msgstr ""
|
324 |
+
|
325 |
+
#: google-captcha.php:1001 google-captcha.php:1010
|
326 |
+
#, fuzzy
|
327 |
+
msgid "and enter it again"
|
328 |
+
msgstr "и да ги въведете в"
|
329 |
+
|
330 |
+
#: google-captcha.php:1004 google-captcha.php:1012
|
331 |
+
msgid "The user response is invalid."
|
332 |
+
msgstr ""
|
333 |
+
|
334 |
+
#: google-captcha.php:1021
|
335 |
+
msgid "The verification is successfully completed."
|
336 |
+
msgstr ""
|
337 |
+
|
338 |
+
#: google-captcha.php:1075
|
339 |
msgid "Support"
|
340 |
msgstr "Поддръжка"
|
341 |
|
languages/google-captcha-cs_CZ.mo
CHANGED
Binary file
|
languages/google-captcha-cs_CZ.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
@@ -16,95 +16,90 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: google-captcha.php:
|
20 |
msgid "Google Captcha Settings"
|
21 |
msgstr "Nastavení Google Captcha"
|
22 |
|
23 |
-
#: google-captcha.php:
|
24 |
msgid "Warning"
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: google-captcha.php:
|
28 |
msgid ""
|
29 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
30 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
31 |
"blocks."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: google-captcha.php:
|
35 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
36 |
msgstr "Chyba: Zadali jste nesprávnou hodnotu reCAPTCHA ."
|
37 |
|
38 |
-
#: google-captcha.php:
|
39 |
msgid "Normal"
|
40 |
msgstr "Normální"
|
41 |
|
42 |
-
#: google-captcha.php:
|
43 |
msgid "Compact"
|
44 |
msgstr "Kompaktní"
|
45 |
|
46 |
-
#: google-captcha.php:
|
47 |
msgid "Site key"
|
48 |
msgstr "Klíč serveru"
|
49 |
|
50 |
-
#: google-captcha.php:
|
51 |
msgid "Secret Key"
|
52 |
msgstr "Tajný klíč:"
|
53 |
|
54 |
-
#: google-captcha.php:
|
55 |
msgid "Login form"
|
56 |
msgstr "Přihlašovací formulář"
|
57 |
|
58 |
-
#: google-captcha.php:
|
59 |
msgid "Registration form"
|
60 |
msgstr "Registrační formulář"
|
61 |
|
62 |
-
#: google-captcha.php:
|
63 |
msgid "Reset password form"
|
64 |
msgstr "Formulář pro resetování hesla "
|
65 |
|
66 |
-
#: google-captcha.php:
|
67 |
msgid "Comments form"
|
68 |
msgstr "Formulář komentářů"
|
69 |
|
70 |
-
#: google-captcha.php:
|
71 |
msgid "Enter site key"
|
72 |
msgstr "Zadejte klíč serveru"
|
73 |
|
74 |
-
#: google-captcha.php:
|
75 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
76 |
msgstr "VAROVÁNÍ: Captcha se nezobrazí, když nejsou vyplněná pole s klíči."
|
77 |
|
78 |
-
#: google-captcha.php:
|
79 |
msgid "Enter secret key"
|
80 |
msgstr "Zadejte tajný klíč"
|
81 |
|
82 |
-
#: google-captcha.php:
|
83 |
msgid "Settings saved"
|
84 |
msgstr "Nastavení uloženo"
|
85 |
|
86 |
-
#: google-captcha.php:
|
87 |
msgid "All plugin settings were restored."
|
88 |
msgstr "Výchozí nastavení pluginu bylo obnoveno."
|
89 |
|
90 |
-
#: google-captcha.php:
|
91 |
msgid "Settings"
|
92 |
msgstr "Nastavení"
|
93 |
|
94 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
95 |
msgid "Go PRO"
|
96 |
msgstr "Získat verzi Pro"
|
97 |
|
98 |
-
#: google-captcha.php:
|
99 |
-
msgid ""
|
100 |
-
"Google Captcha version 2 will not work correctly, since the option "
|
101 |
-
"\"allow_url_fopen\" is disabled. Please contact your hosting support service."
|
102 |
-
msgstr ""
|
103 |
-
"Google Captcha verze 2 nebude fungovat správně, protože je zakázána možnost "
|
104 |
-
"\"allow_url_fopen\". Obraťte se na podporu vašeho poskytovatele hostingové "
|
105 |
-
"služby."
|
106 |
-
|
107 |
-
#: google-captcha.php:416
|
108 |
msgid ""
|
109 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
110 |
"version 1 features."
|
@@ -112,7 +107,7 @@ msgstr ""
|
|
112 |
"Pouze jeden reCAPTCHA lze zobrazit na stránce, to souvisí s funkcí verze 1 "
|
113 |
"reCAPTCHA."
|
114 |
|
115 |
-
#: google-captcha.php:
|
116 |
#, php-format
|
117 |
msgid ""
|
118 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
@@ -121,7 +116,7 @@ msgstr ""
|
|
121 |
"Pokud byste chtěli přidat Google Captcha (reCAPTCHA) na vaše stránky nebo "
|
122 |
"příspěvku, použijte tlačítko %s"
|
123 |
|
124 |
-
#: google-captcha.php:
|
125 |
#, php-format
|
126 |
msgid ""
|
127 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
@@ -134,70 +129,75 @@ msgstr ""
|
|
134 |
"Pokud tlačítko není zobrazeno, nebo chcete přidat Google Captcha (reCAPTCHA) "
|
135 |
"na vlastním formuláři, použijte shortcode %s"
|
136 |
|
137 |
-
#: google-captcha.php:
|
138 |
msgid "Authentication"
|
139 |
msgstr "Autentizace"
|
140 |
|
141 |
-
#: google-captcha.php:
|
142 |
#, php-format
|
143 |
msgid "Before you are able to do something, you must to register %shere%s"
|
144 |
msgstr ""
|
145 |
"Nejdříve, než budete schopni něco udělat, musíte se zaregistrovat % szde %s"
|
146 |
|
147 |
-
#: google-captcha.php:
|
148 |
msgid "Enter site key and secret key, that you get after registration."
|
149 |
msgstr "Zadejte klíč serveru a tajný klíč, které obdržíte po registraci."
|
150 |
|
151 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
152 |
msgid "Options"
|
153 |
msgstr "Možnosti"
|
154 |
|
155 |
-
#: google-captcha.php:
|
156 |
msgid "Enable reCAPTCHA for"
|
157 |
msgstr "Povolit reCAPTCHA pro"
|
158 |
|
159 |
-
#: google-captcha.php:
|
160 |
msgid "WordPress default"
|
161 |
msgstr "Výchozí WordPress"
|
162 |
|
163 |
-
#: google-captcha.php:
|
164 |
msgid "This option is available only for network or for main blog"
|
165 |
msgstr "Tato možnost je k dispozici pouze pro síť nebo pro hlavní blog"
|
166 |
|
167 |
-
#: google-captcha.php:
|
168 |
msgid "Plugins"
|
169 |
msgstr "Pluginy"
|
170 |
|
171 |
-
#: google-captcha.php:
|
172 |
#, php-format
|
173 |
msgid "You should %s to use this functionality"
|
174 |
msgstr "Měli byste použít tuto %s funkci"
|
175 |
|
176 |
-
#: google-captcha.php:
|
177 |
msgid "activate"
|
178 |
msgstr "Aktivování"
|
179 |
|
180 |
-
#: google-captcha.php:
|
181 |
msgid "for network"
|
182 |
msgstr "pro síť"
|
183 |
|
184 |
-
#: google-captcha.php:
|
185 |
msgid "download"
|
186 |
msgstr "stáhnout"
|
187 |
|
188 |
-
#: google-captcha.php:
|
189 |
msgid "Close"
|
190 |
msgstr "Zavřít"
|
191 |
|
192 |
-
#: google-captcha.php:
|
193 |
msgid "Unlock premium options by upgrading to Pro version"
|
194 |
msgstr "Odemknout prémiové možnosti po aktualizaci na verzi Pro"
|
195 |
|
196 |
-
#: google-captcha.php:
|
197 |
msgid "Learn More"
|
198 |
msgstr "Více informací"
|
199 |
|
200 |
-
#: google-captcha.php:
|
201 |
#, php-format
|
202 |
msgid ""
|
203 |
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
@@ -205,85 +205,85 @@ msgstr ""
|
|
205 |
"Pokud byste chtěli přidat Google Captcha (reCAPTCHA) do vlastního formuláře "
|
206 |
"viz %s"
|
207 |
|
208 |
-
#: google-captcha.php:
|
209 |
msgid "FAQ"
|
210 |
msgstr "Často kladené otázky"
|
211 |
|
212 |
-
#: google-captcha.php:
|
213 |
msgid "Hide reCAPTCHA in Comments form for"
|
214 |
msgstr "Skrýt reCAPTCHA ve formuláři komentářů pro"
|
215 |
|
216 |
-
#: google-captcha.php:
|
217 |
msgid "reCAPTCHA version"
|
218 |
msgstr "Verze reCAPTCHA "
|
219 |
|
220 |
-
#: google-captcha.php:
|
221 |
-
#: google-captcha.php:
|
222 |
msgid "version"
|
223 |
msgstr "verze"
|
224 |
|
225 |
-
#: google-captcha.php:
|
226 |
msgid "reCAPTCHA theme"
|
227 |
msgstr "Vzhled reCAPTCHA"
|
228 |
|
229 |
-
#: google-captcha.php:
|
230 |
msgid "for version"
|
231 |
msgstr "pro verzi"
|
232 |
|
233 |
-
#: google-captcha.php:
|
234 |
msgid "reCAPTCHA language"
|
235 |
msgstr "reCAPTCHA jazyk"
|
236 |
|
237 |
-
#: google-captcha.php:
|
238 |
msgid "Use the current site language"
|
239 |
msgstr "Použít aktuální jazyk webu"
|
240 |
|
241 |
-
#: google-captcha.php:
|
242 |
msgid "Using"
|
243 |
msgstr "Použití"
|
244 |
|
245 |
-
#: google-captcha.php:
|
246 |
msgid "reCAPTCHA size"
|
247 |
msgstr "Velikost reCAPTCHA "
|
248 |
|
249 |
-
#: google-captcha.php:
|
250 |
msgid "Save Changes"
|
251 |
msgstr "Uložit změny"
|
252 |
|
253 |
-
#: google-captcha.php:
|
254 |
msgid "To use Google Captcha you must get the keys from"
|
255 |
msgstr "Chcete-li použít Google Captcha musíte získat klíče z"
|
256 |
|
257 |
-
#: google-captcha.php:
|
258 |
msgid "here"
|
259 |
msgstr "zde"
|
260 |
|
261 |
-
#: google-captcha.php:
|
262 |
msgid "and enter them on the"
|
263 |
msgstr "a zadejte je v"
|
264 |
|
265 |
-
#: google-captcha.php:
|
266 |
msgid "plugin setting page"
|
267 |
msgstr "stránka nastavení pluginu"
|
268 |
|
269 |
-
#: google-captcha.php:
|
270 |
msgid "Error"
|
271 |
msgstr "Chyba"
|
272 |
|
273 |
-
#: google-captcha.php:
|
274 |
msgid "You have entered an incorrect reCAPTCHA value."
|
275 |
msgstr "Zadali jste nesprávnou hodnotu reCAPTCHA ."
|
276 |
|
277 |
-
#: google-captcha.php:
|
278 |
#, fuzzy
|
279 |
msgid "You have entered an incorrect reCAPTCHA value"
|
280 |
msgstr "Zadali jste nesprávnou hodnotu reCAPTCHA ."
|
281 |
|
282 |
-
#: google-captcha.php:
|
283 |
msgid "ERROR"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: google-captcha.php:
|
287 |
msgid ""
|
288 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
289 |
"browser, and try again."
|
@@ -291,10 +291,56 @@ msgstr ""
|
|
291 |
"Zadali jste nesprávnou hodnotu reCAPTCHA . Klepněte na tlačítko zpět ve "
|
292 |
"vašem prohlížeči a opakujte akci."
|
293 |
|
294 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
295 |
msgid "Support"
|
296 |
msgstr "Podpora"
|
297 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
298 |
#~ msgid ""
|
299 |
#~ "Google Captcha version 2 will not work correctly, since the option "
|
300 |
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-05 17:13+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: google-captcha.php:34 google-captcha.php:367
|
20 |
msgid "Google Captcha Settings"
|
21 |
msgstr "Nastavení Google Captcha"
|
22 |
|
23 |
+
#: google-captcha.php:154
|
24 |
msgid "Warning"
|
25 |
msgstr ""
|
26 |
|
27 |
+
#: google-captcha.php:154
|
28 |
msgid ""
|
29 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
30 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
31 |
"blocks."
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: google-captcha.php:158
|
35 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
36 |
msgstr "Chyba: Zadali jste nesprávnou hodnotu reCAPTCHA ."
|
37 |
|
38 |
+
#: google-captcha.php:272
|
39 |
msgid "Normal"
|
40 |
msgstr "Normální"
|
41 |
|
42 |
+
#: google-captcha.php:273
|
43 |
msgid "Compact"
|
44 |
msgstr "Kompaktní"
|
45 |
|
46 |
+
#: google-captcha.php:279
|
47 |
msgid "Site key"
|
48 |
msgstr "Klíč serveru"
|
49 |
|
50 |
+
#: google-captcha.php:284
|
51 |
msgid "Secret Key"
|
52 |
msgstr "Tajný klíč:"
|
53 |
|
54 |
+
#: google-captcha.php:292
|
55 |
msgid "Login form"
|
56 |
msgstr "Přihlašovací formulář"
|
57 |
|
58 |
+
#: google-captcha.php:293
|
59 |
msgid "Registration form"
|
60 |
msgstr "Registrační formulář"
|
61 |
|
62 |
+
#: google-captcha.php:294
|
63 |
msgid "Reset password form"
|
64 |
msgstr "Formulář pro resetování hesla "
|
65 |
|
66 |
+
#: google-captcha.php:295
|
67 |
msgid "Comments form"
|
68 |
msgstr "Formulář komentářů"
|
69 |
|
70 |
+
#: google-captcha.php:314
|
71 |
msgid "Enter site key"
|
72 |
msgstr "Zadejte klíč serveru"
|
73 |
|
74 |
+
#: google-captcha.php:315 google-captcha.php:321
|
75 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
76 |
msgstr "VAROVÁNÍ: Captcha se nezobrazí, když nejsou vyplněná pole s klíči."
|
77 |
|
78 |
+
#: google-captcha.php:320
|
79 |
msgid "Enter secret key"
|
80 |
msgstr "Zadejte tajný klíč"
|
81 |
|
82 |
+
#: google-captcha.php:346
|
83 |
msgid "Settings saved"
|
84 |
msgstr "Nastavení uloženo"
|
85 |
|
86 |
+
#: google-captcha.php:352
|
87 |
msgid "All plugin settings were restored."
|
88 |
msgstr "Výchozí nastavení pluginu bylo obnoveno."
|
89 |
|
90 |
+
#: google-captcha.php:369 google-captcha.php:1040 google-captcha.php:1073
|
91 |
msgid "Settings"
|
92 |
msgstr "Nastavení"
|
93 |
|
94 |
+
#: google-captcha.php:370
|
95 |
+
msgid "Custom code"
|
96 |
+
msgstr ""
|
97 |
+
|
98 |
+
#: google-captcha.php:371
|
99 |
msgid "Go PRO"
|
100 |
msgstr "Získat verzi Pro"
|
101 |
|
102 |
+
#: google-captcha.php:376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
msgid ""
|
104 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
105 |
"version 1 features."
|
107 |
"Pouze jeden reCAPTCHA lze zobrazit na stránce, to souvisí s funkcí verze 1 "
|
108 |
"reCAPTCHA."
|
109 |
|
110 |
+
#: google-captcha.php:391
|
111 |
#, php-format
|
112 |
msgid ""
|
113 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
116 |
"Pokud byste chtěli přidat Google Captcha (reCAPTCHA) na vaše stránky nebo "
|
117 |
"příspěvku, použijte tlačítko %s"
|
118 |
|
119 |
+
#: google-captcha.php:397
|
120 |
#, php-format
|
121 |
msgid ""
|
122 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
129 |
"Pokud tlačítko není zobrazeno, nebo chcete přidat Google Captcha (reCAPTCHA) "
|
130 |
"na vlastním formuláři, použijte shortcode %s"
|
131 |
|
132 |
+
#: google-captcha.php:405
|
133 |
msgid "Authentication"
|
134 |
msgstr "Autentizace"
|
135 |
|
136 |
+
#: google-captcha.php:406
|
137 |
#, php-format
|
138 |
msgid "Before you are able to do something, you must to register %shere%s"
|
139 |
msgstr ""
|
140 |
"Nejdříve, než budete schopni něco udělat, musíte se zaregistrovat % szde %s"
|
141 |
|
142 |
+
#: google-captcha.php:407
|
143 |
msgid "Enter site key and secret key, that you get after registration."
|
144 |
msgstr "Zadejte klíč serveru a tajný klíč, které obdržíte po registraci."
|
145 |
|
146 |
+
#: google-captcha.php:422
|
147 |
+
#, fuzzy
|
148 |
+
msgid "Test Keys"
|
149 |
+
msgstr "Tajný klíč:"
|
150 |
+
|
151 |
+
#: google-captcha.php:425
|
152 |
msgid "Options"
|
153 |
msgstr "Možnosti"
|
154 |
|
155 |
+
#: google-captcha.php:428
|
156 |
msgid "Enable reCAPTCHA for"
|
157 |
msgstr "Povolit reCAPTCHA pro"
|
158 |
|
159 |
+
#: google-captcha.php:432
|
160 |
msgid "WordPress default"
|
161 |
msgstr "Výchozí WordPress"
|
162 |
|
163 |
+
#: google-captcha.php:441
|
164 |
msgid "This option is available only for network or for main blog"
|
165 |
msgstr "Tato možnost je k dispozici pouze pro síť nebo pro hlavní blog"
|
166 |
|
167 |
+
#: google-captcha.php:449
|
168 |
msgid "Plugins"
|
169 |
msgstr "Pluginy"
|
170 |
|
171 |
+
#: google-captcha.php:457 google-captcha.php:462
|
172 |
#, php-format
|
173 |
msgid "You should %s to use this functionality"
|
174 |
msgstr "Měli byste použít tuto %s funkci"
|
175 |
|
176 |
+
#: google-captcha.php:458
|
177 |
msgid "activate"
|
178 |
msgstr "Aktivování"
|
179 |
|
180 |
+
#: google-captcha.php:458
|
181 |
msgid "for network"
|
182 |
msgstr "pro síť"
|
183 |
|
184 |
+
#: google-captcha.php:463
|
185 |
msgid "download"
|
186 |
msgstr "stáhnout"
|
187 |
|
188 |
+
#: google-captcha.php:475 google-captcha.php:552
|
189 |
msgid "Close"
|
190 |
msgstr "Zavřít"
|
191 |
|
192 |
+
#: google-captcha.php:487 google-captcha.php:588
|
193 |
msgid "Unlock premium options by upgrading to Pro version"
|
194 |
msgstr "Odemknout prémiové možnosti po aktualizaci na verzi Pro"
|
195 |
|
196 |
+
#: google-captcha.php:490 google-captcha.php:591
|
197 |
msgid "Learn More"
|
198 |
msgstr "Více informací"
|
199 |
|
200 |
+
#: google-captcha.php:496
|
201 |
#, php-format
|
202 |
msgid ""
|
203 |
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
205 |
"Pokud byste chtěli přidat Google Captcha (reCAPTCHA) do vlastního formuláře "
|
206 |
"viz %s"
|
207 |
|
208 |
+
#: google-captcha.php:496 google-captcha.php:1074
|
209 |
msgid "FAQ"
|
210 |
msgstr "Často kladené otázky"
|
211 |
|
212 |
+
#: google-captcha.php:501
|
213 |
msgid "Hide reCAPTCHA in Comments form for"
|
214 |
msgstr "Skrýt reCAPTCHA ve formuláři komentářů pro"
|
215 |
|
216 |
+
#: google-captcha.php:513
|
217 |
msgid "reCAPTCHA version"
|
218 |
msgstr "Verze reCAPTCHA "
|
219 |
|
220 |
+
#: google-captcha.php:516 google-captcha.php:517 google-captcha.php:518
|
221 |
+
#: google-captcha.php:519
|
222 |
msgid "version"
|
223 |
msgstr "verze"
|
224 |
|
225 |
+
#: google-captcha.php:525 google-captcha.php:538
|
226 |
msgid "reCAPTCHA theme"
|
227 |
msgstr "Vzhled reCAPTCHA"
|
228 |
|
229 |
+
#: google-captcha.php:526 google-captcha.php:539 google-captcha.php:570
|
230 |
msgid "for version"
|
231 |
msgstr "pro verzi"
|
232 |
|
233 |
+
#: google-captcha.php:556
|
234 |
msgid "reCAPTCHA language"
|
235 |
msgstr "reCAPTCHA jazyk"
|
236 |
|
237 |
+
#: google-captcha.php:563
|
238 |
msgid "Use the current site language"
|
239 |
msgstr "Použít aktuální jazyk webu"
|
240 |
|
241 |
+
#: google-captcha.php:563
|
242 |
msgid "Using"
|
243 |
msgstr "Použití"
|
244 |
|
245 |
+
#: google-captcha.php:569
|
246 |
msgid "reCAPTCHA size"
|
247 |
msgstr "Velikost reCAPTCHA "
|
248 |
|
249 |
+
#: google-captcha.php:598
|
250 |
msgid "Save Changes"
|
251 |
msgstr "Uložit změny"
|
252 |
|
253 |
+
#: google-captcha.php:652 google-captcha.php:1090
|
254 |
msgid "To use Google Captcha you must get the keys from"
|
255 |
msgstr "Chcete-li použít Google Captcha musíte získat klíče z"
|
256 |
|
257 |
+
#: google-captcha.php:653 google-captcha.php:1091
|
258 |
msgid "here"
|
259 |
msgstr "zde"
|
260 |
|
261 |
+
#: google-captcha.php:654 google-captcha.php:1092
|
262 |
msgid "and enter them on the"
|
263 |
msgstr "a zadejte je v"
|
264 |
|
265 |
+
#: google-captcha.php:656 google-captcha.php:1094
|
266 |
msgid "plugin setting page"
|
267 |
msgstr "stránka nastavení pluginu"
|
268 |
|
269 |
+
#: google-captcha.php:842 google-captcha.php:880
|
270 |
msgid "Error"
|
271 |
msgstr "Chyba"
|
272 |
|
273 |
+
#: google-captcha.php:842
|
274 |
msgid "You have entered an incorrect reCAPTCHA value."
|
275 |
msgstr "Zadali jste nesprávnou hodnotu reCAPTCHA ."
|
276 |
|
277 |
+
#: google-captcha.php:880 google-captcha.php:897 google-captcha.php:926
|
278 |
#, fuzzy
|
279 |
msgid "You have entered an incorrect reCAPTCHA value"
|
280 |
msgstr "Zadali jste nesprávnou hodnotu reCAPTCHA ."
|
281 |
|
282 |
+
#: google-captcha.php:897 google-captcha.php:926 google-captcha.php:952
|
283 |
msgid "ERROR"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: google-captcha.php:952
|
287 |
msgid ""
|
288 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
289 |
"browser, and try again."
|
291 |
"Zadali jste nesprávnou hodnotu reCAPTCHA . Klepněte na tlačítko zpět ve "
|
292 |
"vašem prohlížeči a opakujte akci."
|
293 |
|
294 |
+
#: google-captcha.php:976
|
295 |
+
msgid "Please, complete the captcha and submit \"Test verification\""
|
296 |
+
msgstr ""
|
297 |
+
|
298 |
+
#: google-captcha.php:980
|
299 |
+
msgid "Test verification"
|
300 |
+
msgstr ""
|
301 |
+
|
302 |
+
#: google-captcha.php:994 google-captcha.php:1003
|
303 |
+
msgid "The user response was missing."
|
304 |
+
msgstr ""
|
305 |
+
|
306 |
+
#: google-captcha.php:996
|
307 |
+
msgid "The Secret Key is missing."
|
308 |
+
msgstr ""
|
309 |
+
|
310 |
+
#: google-captcha.php:999 google-captcha.php:1008
|
311 |
+
msgid "The Secret Key is invalid"
|
312 |
+
msgstr ""
|
313 |
+
|
314 |
+
#: google-captcha.php:1000 google-captcha.php:1009
|
315 |
+
msgid "Check your domain configuration"
|
316 |
+
msgstr ""
|
317 |
+
|
318 |
+
#: google-captcha.php:1001 google-captcha.php:1010
|
319 |
+
#, fuzzy
|
320 |
+
msgid "and enter it again"
|
321 |
+
msgstr "a zadejte je v"
|
322 |
+
|
323 |
+
#: google-captcha.php:1004 google-captcha.php:1012
|
324 |
+
msgid "The user response is invalid."
|
325 |
+
msgstr ""
|
326 |
+
|
327 |
+
#: google-captcha.php:1021
|
328 |
+
msgid "The verification is successfully completed."
|
329 |
+
msgstr ""
|
330 |
+
|
331 |
+
#: google-captcha.php:1075
|
332 |
msgid "Support"
|
333 |
msgstr "Podpora"
|
334 |
|
335 |
+
#~ msgid ""
|
336 |
+
#~ "Google Captcha version 2 will not work correctly, since the option "
|
337 |
+
#~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
|
338 |
+
#~ "service."
|
339 |
+
#~ msgstr ""
|
340 |
+
#~ "Google Captcha verze 2 nebude fungovat správně, protože je zakázána "
|
341 |
+
#~ "možnost \"allow_url_fopen\". Obraťte se na podporu vašeho poskytovatele "
|
342 |
+
#~ "hostingové služby."
|
343 |
+
|
344 |
#~ msgid ""
|
345 |
#~ "Google Captcha version 2 will not work correctly, since the option "
|
346 |
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
languages/google-captcha-de_DE.mo
CHANGED
Binary file
|
languages/google-captcha-de_DE.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: Fred Zimmer <fred.zimmer@medienconsulting.at>\n"
|
@@ -17,106 +17,100 @@ msgstr ""
|
|
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 "Google Captcha-Einstellungen"
|
23 |
|
24 |
-
#: google-captcha.php:
|
25 |
msgid "Warning"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: google-captcha.php:
|
29 |
msgid ""
|
30 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
31 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
32 |
"blocks."
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: google-captcha.php:
|
36 |
#, fuzzy
|
37 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
38 |
msgstr "Fehler: Sie haben den CAPTCHA nicht korrekt eingegeben."
|
39 |
|
40 |
-
#: google-captcha.php:
|
41 |
msgid "Normal"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: google-captcha.php:
|
45 |
msgid "Compact"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: google-captcha.php:
|
49 |
msgid "Site key"
|
50 |
msgstr "Site-Schlüssel"
|
51 |
|
52 |
-
#: google-captcha.php:
|
53 |
msgid "Secret Key"
|
54 |
msgstr "Geheimer Schlüssel"
|
55 |
|
56 |
-
#: google-captcha.php:
|
57 |
msgid "Login form"
|
58 |
msgstr "Login Formular"
|
59 |
|
60 |
-
#: google-captcha.php:
|
61 |
msgid "Registration form"
|
62 |
msgstr "Registrierungsformular"
|
63 |
|
64 |
-
#: google-captcha.php:
|
65 |
msgid "Reset password form"
|
66 |
msgstr "Passwort Forumlar zurücksetzen"
|
67 |
|
68 |
-
#: google-captcha.php:
|
69 |
msgid "Comments form"
|
70 |
msgstr "Kommentarformular"
|
71 |
|
72 |
-
#: google-captcha.php:
|
73 |
msgid "Enter site key"
|
74 |
msgstr "Geben Sie den Site-Schlüssel ein"
|
75 |
|
76 |
-
#: google-captcha.php:
|
77 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
78 |
msgstr ""
|
79 |
"WARNUNG: das CAPTCHA wird nicht angezeigt wenn die Schlüsselfelder nicht "
|
80 |
"ausgefüllt sind!"
|
81 |
|
82 |
-
#: google-captcha.php:
|
83 |
msgid "Enter secret key"
|
84 |
msgstr "Geben Sie den geheimen Schlüssel ein"
|
85 |
|
86 |
-
#: google-captcha.php:
|
87 |
msgid "Settings saved"
|
88 |
msgstr "Einstellungen gespeichert"
|
89 |
|
90 |
-
#: google-captcha.php:
|
91 |
#, fuzzy
|
92 |
msgid "All plugin settings were restored."
|
93 |
msgstr "Plugin Einstellungsseite"
|
94 |
|
95 |
-
#: google-captcha.php:
|
96 |
msgid "Settings"
|
97 |
msgstr "Einstellungen"
|
98 |
|
99 |
-
#: google-captcha.php:
|
100 |
-
msgid "
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: google-captcha.php:
|
104 |
-
|
105 |
-
msgid ""
|
106 |
-
"Google Captcha version 2 will not work correctly, since the option "
|
107 |
-
"\"allow_url_fopen\" is disabled. Please contact your hosting support service."
|
108 |
msgstr ""
|
109 |
-
"Google Captcha Version 2 funktioniert nicht ordnungsgemäß, da die Option "
|
110 |
-
"\"Allow_url_fopen\" in den PHP-Einstellungen von Ihrem hosting deaktiviert "
|
111 |
-
"ist."
|
112 |
|
113 |
-
#: google-captcha.php:
|
114 |
msgid ""
|
115 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
116 |
"version 1 features."
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: google-captcha.php:
|
120 |
#, fuzzy, php-format
|
121 |
msgid ""
|
122 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
@@ -125,7 +119,7 @@ msgstr ""
|
|
125 |
"Wenn Sie Ihrem eigenen Formular Google CAPTCHA hinzufügen wollen, dann "
|
126 |
"kopieren Sie diesen Shortcode in Ihren Beitrag oder Seite"
|
127 |
|
128 |
-
#: google-captcha.php:
|
129 |
#, php-format
|
130 |
msgid ""
|
131 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
@@ -134,166 +128,171 @@ msgid ""
|
|
134 |
"your own form , please use the shortcode %s"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: google-captcha.php:
|
138 |
msgid "Authentication"
|
139 |
msgstr "Authentifizierung"
|
140 |
|
141 |
-
#: google-captcha.php:
|
142 |
#, fuzzy, php-format
|
143 |
msgid "Before you are able to do something, you must to register %shere%s"
|
144 |
msgstr "Bevor Sie etwas tun können, müssen Sie %s hier %s registrieren"
|
145 |
|
146 |
-
#: google-captcha.php:
|
147 |
msgid "Enter site key and secret key, that you get after registration."
|
148 |
msgstr ""
|
149 |
"Geben Sie den Site- und Geheimen Schlüssel ein, den Sie nach der "
|
150 |
"Registrierung erhalten werden."
|
151 |
|
152 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
153 |
msgid "Options"
|
154 |
msgstr "Optionen"
|
155 |
|
156 |
-
#: google-captcha.php:
|
157 |
msgid "Enable reCAPTCHA for"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: google-captcha.php:
|
161 |
msgid "WordPress default"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: google-captcha.php:
|
165 |
msgid "This option is available only for network or for main blog"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: google-captcha.php:
|
169 |
#, fuzzy
|
170 |
msgid "Plugins"
|
171 |
msgstr "Plugins Seite"
|
172 |
|
173 |
-
#: google-captcha.php:
|
174 |
#, php-format
|
175 |
msgid "You should %s to use this functionality"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: google-captcha.php:
|
179 |
#, fuzzy
|
180 |
msgid "activate"
|
181 |
msgstr "Oberfläche aktivieren"
|
182 |
|
183 |
-
#: google-captcha.php:
|
184 |
msgid "for network"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: google-captcha.php:
|
188 |
msgid "download"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: google-captcha.php:
|
192 |
msgid "Close"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: google-captcha.php:
|
196 |
msgid "Unlock premium options by upgrading to Pro version"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: google-captcha.php:
|
200 |
msgid "Learn More"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: google-captcha.php:
|
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:
|
210 |
msgid "FAQ"
|
211 |
msgstr "FAQ"
|
212 |
|
213 |
-
#: google-captcha.php:
|
214 |
#, fuzzy
|
215 |
msgid "Hide reCAPTCHA in Comments form for"
|
216 |
msgstr "für ReCAPTCHA-version"
|
217 |
|
218 |
-
#: google-captcha.php:
|
219 |
#, fuzzy
|
220 |
msgid "reCAPTCHA version"
|
221 |
msgstr "ReCAPTCHA Version:"
|
222 |
|
223 |
-
#: google-captcha.php:
|
224 |
-
#: google-captcha.php:
|
225 |
msgid "version"
|
226 |
msgstr "Version"
|
227 |
|
228 |
-
#: google-captcha.php:
|
229 |
#, fuzzy
|
230 |
msgid "reCAPTCHA theme"
|
231 |
msgstr "ReCAPTCHA Version:"
|
232 |
|
233 |
-
#: google-captcha.php:
|
234 |
#, fuzzy
|
235 |
msgid "for version"
|
236 |
msgstr "Version"
|
237 |
|
238 |
-
#: google-captcha.php:
|
239 |
#, fuzzy
|
240 |
msgid "reCAPTCHA language"
|
241 |
msgstr "ReCAPTCHA Version:"
|
242 |
|
243 |
-
#: google-captcha.php:
|
244 |
msgid "Use the current site language"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: google-captcha.php:
|
248 |
msgid "Using"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: google-captcha.php:
|
252 |
#, fuzzy
|
253 |
msgid "reCAPTCHA size"
|
254 |
msgstr "ReCAPTCHA Version:"
|
255 |
|
256 |
-
#: google-captcha.php:
|
257 |
msgid "Save Changes"
|
258 |
msgstr "Änderungen speichern"
|
259 |
|
260 |
-
#: google-captcha.php:
|
261 |
msgid "To use Google Captcha you must get the keys from"
|
262 |
msgstr ""
|
263 |
"Um Google Catpcha verwenden zu können, müssen Sie sich die Schlüssel holen "
|
264 |
"bei"
|
265 |
|
266 |
-
#: google-captcha.php:
|
267 |
msgid "here"
|
268 |
msgstr "hier"
|
269 |
|
270 |
-
#: google-captcha.php:
|
271 |
msgid "and enter them on the"
|
272 |
msgstr "und geben Sie sie ein auf"
|
273 |
|
274 |
-
#: google-captcha.php:
|
275 |
msgid "plugin setting page"
|
276 |
msgstr "Plugin Einstellungsseite"
|
277 |
|
278 |
-
#: google-captcha.php:
|
279 |
msgid "Error"
|
280 |
msgstr "Fehler"
|
281 |
|
282 |
-
#: google-captcha.php:
|
283 |
#, fuzzy
|
284 |
msgid "You have entered an incorrect reCAPTCHA value."
|
285 |
msgstr "Sie haben den CAPTCHA nicht korrekt eingegeben."
|
286 |
|
287 |
-
#: google-captcha.php:
|
288 |
#, fuzzy
|
289 |
msgid "You have entered an incorrect reCAPTCHA value"
|
290 |
msgstr "Sie haben den CAPTCHA nicht korrekt eingegeben."
|
291 |
|
292 |
-
#: google-captcha.php:
|
293 |
msgid "ERROR"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: google-captcha.php:
|
297 |
#, fuzzy
|
298 |
msgid ""
|
299 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
@@ -302,10 +301,57 @@ msgstr ""
|
|
302 |
"Fehler: Sie haben den CAPTCHA nicht korrekt eingegeben. Klicken Sie auf den "
|
303 |
"\"zurück\" Knopf im Browser und versuchen Sie es nochmal."
|
304 |
|
305 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
306 |
msgid "Support"
|
307 |
msgstr "Support"
|
308 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
309 |
#~ msgid ""
|
310 |
#~ "Google Captcha version 2 will not work correctly, since the option "
|
311 |
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-05 17:14+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: Fred Zimmer <fred.zimmer@medienconsulting.at>\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: google-captcha.php:34 google-captcha.php:367
|
21 |
msgid "Google Captcha Settings"
|
22 |
msgstr "Google Captcha-Einstellungen"
|
23 |
|
24 |
+
#: google-captcha.php:154
|
25 |
msgid "Warning"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: google-captcha.php:154
|
29 |
msgid ""
|
30 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
31 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
32 |
"blocks."
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: google-captcha.php:158
|
36 |
#, fuzzy
|
37 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
38 |
msgstr "Fehler: Sie haben den CAPTCHA nicht korrekt eingegeben."
|
39 |
|
40 |
+
#: google-captcha.php:272
|
41 |
msgid "Normal"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: google-captcha.php:273
|
45 |
msgid "Compact"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: google-captcha.php:279
|
49 |
msgid "Site key"
|
50 |
msgstr "Site-Schlüssel"
|
51 |
|
52 |
+
#: google-captcha.php:284
|
53 |
msgid "Secret Key"
|
54 |
msgstr "Geheimer Schlüssel"
|
55 |
|
56 |
+
#: google-captcha.php:292
|
57 |
msgid "Login form"
|
58 |
msgstr "Login Formular"
|
59 |
|
60 |
+
#: google-captcha.php:293
|
61 |
msgid "Registration form"
|
62 |
msgstr "Registrierungsformular"
|
63 |
|
64 |
+
#: google-captcha.php:294
|
65 |
msgid "Reset password form"
|
66 |
msgstr "Passwort Forumlar zurücksetzen"
|
67 |
|
68 |
+
#: google-captcha.php:295
|
69 |
msgid "Comments form"
|
70 |
msgstr "Kommentarformular"
|
71 |
|
72 |
+
#: google-captcha.php:314
|
73 |
msgid "Enter site key"
|
74 |
msgstr "Geben Sie den Site-Schlüssel ein"
|
75 |
|
76 |
+
#: google-captcha.php:315 google-captcha.php:321
|
77 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
78 |
msgstr ""
|
79 |
"WARNUNG: das CAPTCHA wird nicht angezeigt wenn die Schlüsselfelder nicht "
|
80 |
"ausgefüllt sind!"
|
81 |
|
82 |
+
#: google-captcha.php:320
|
83 |
msgid "Enter secret key"
|
84 |
msgstr "Geben Sie den geheimen Schlüssel ein"
|
85 |
|
86 |
+
#: google-captcha.php:346
|
87 |
msgid "Settings saved"
|
88 |
msgstr "Einstellungen gespeichert"
|
89 |
|
90 |
+
#: google-captcha.php:352
|
91 |
#, fuzzy
|
92 |
msgid "All plugin settings were restored."
|
93 |
msgstr "Plugin Einstellungsseite"
|
94 |
|
95 |
+
#: google-captcha.php:369 google-captcha.php:1040 google-captcha.php:1073
|
96 |
msgid "Settings"
|
97 |
msgstr "Einstellungen"
|
98 |
|
99 |
+
#: google-captcha.php:370
|
100 |
+
msgid "Custom code"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: google-captcha.php:371
|
104 |
+
msgid "Go PRO"
|
|
|
|
|
|
|
105 |
msgstr ""
|
|
|
|
|
|
|
106 |
|
107 |
+
#: google-captcha.php:376
|
108 |
msgid ""
|
109 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
110 |
"version 1 features."
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: google-captcha.php:391
|
114 |
#, fuzzy, php-format
|
115 |
msgid ""
|
116 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
119 |
"Wenn Sie Ihrem eigenen Formular Google CAPTCHA hinzufügen wollen, dann "
|
120 |
"kopieren Sie diesen Shortcode in Ihren Beitrag oder Seite"
|
121 |
|
122 |
+
#: google-captcha.php:397
|
123 |
#, php-format
|
124 |
msgid ""
|
125 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
128 |
"your own form , please use the shortcode %s"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: google-captcha.php:405
|
132 |
msgid "Authentication"
|
133 |
msgstr "Authentifizierung"
|
134 |
|
135 |
+
#: google-captcha.php:406
|
136 |
#, fuzzy, php-format
|
137 |
msgid "Before you are able to do something, you must to register %shere%s"
|
138 |
msgstr "Bevor Sie etwas tun können, müssen Sie %s hier %s registrieren"
|
139 |
|
140 |
+
#: google-captcha.php:407
|
141 |
msgid "Enter site key and secret key, that you get after registration."
|
142 |
msgstr ""
|
143 |
"Geben Sie den Site- und Geheimen Schlüssel ein, den Sie nach der "
|
144 |
"Registrierung erhalten werden."
|
145 |
|
146 |
+
#: google-captcha.php:422
|
147 |
+
#, fuzzy
|
148 |
+
msgid "Test Keys"
|
149 |
+
msgstr "Geheimer Schlüssel"
|
150 |
+
|
151 |
+
#: google-captcha.php:425
|
152 |
msgid "Options"
|
153 |
msgstr "Optionen"
|
154 |
|
155 |
+
#: google-captcha.php:428
|
156 |
msgid "Enable reCAPTCHA for"
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: google-captcha.php:432
|
160 |
msgid "WordPress default"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: google-captcha.php:441
|
164 |
msgid "This option is available only for network or for main blog"
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: google-captcha.php:449
|
168 |
#, fuzzy
|
169 |
msgid "Plugins"
|
170 |
msgstr "Plugins Seite"
|
171 |
|
172 |
+
#: google-captcha.php:457 google-captcha.php:462
|
173 |
#, php-format
|
174 |
msgid "You should %s to use this functionality"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: google-captcha.php:458
|
178 |
#, fuzzy
|
179 |
msgid "activate"
|
180 |
msgstr "Oberfläche aktivieren"
|
181 |
|
182 |
+
#: google-captcha.php:458
|
183 |
msgid "for network"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: google-captcha.php:463
|
187 |
msgid "download"
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: google-captcha.php:475 google-captcha.php:552
|
191 |
msgid "Close"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: google-captcha.php:487 google-captcha.php:588
|
195 |
msgid "Unlock premium options by upgrading to Pro version"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: google-captcha.php:490 google-captcha.php:591
|
199 |
msgid "Learn More"
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: google-captcha.php:496
|
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:496 google-captcha.php:1074
|
209 |
msgid "FAQ"
|
210 |
msgstr "FAQ"
|
211 |
|
212 |
+
#: google-captcha.php:501
|
213 |
#, fuzzy
|
214 |
msgid "Hide reCAPTCHA in Comments form for"
|
215 |
msgstr "für ReCAPTCHA-version"
|
216 |
|
217 |
+
#: google-captcha.php:513
|
218 |
#, fuzzy
|
219 |
msgid "reCAPTCHA version"
|
220 |
msgstr "ReCAPTCHA Version:"
|
221 |
|
222 |
+
#: google-captcha.php:516 google-captcha.php:517 google-captcha.php:518
|
223 |
+
#: google-captcha.php:519
|
224 |
msgid "version"
|
225 |
msgstr "Version"
|
226 |
|
227 |
+
#: google-captcha.php:525 google-captcha.php:538
|
228 |
#, fuzzy
|
229 |
msgid "reCAPTCHA theme"
|
230 |
msgstr "ReCAPTCHA Version:"
|
231 |
|
232 |
+
#: google-captcha.php:526 google-captcha.php:539 google-captcha.php:570
|
233 |
#, fuzzy
|
234 |
msgid "for version"
|
235 |
msgstr "Version"
|
236 |
|
237 |
+
#: google-captcha.php:556
|
238 |
#, fuzzy
|
239 |
msgid "reCAPTCHA language"
|
240 |
msgstr "ReCAPTCHA Version:"
|
241 |
|
242 |
+
#: google-captcha.php:563
|
243 |
msgid "Use the current site language"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: google-captcha.php:563
|
247 |
msgid "Using"
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: google-captcha.php:569
|
251 |
#, fuzzy
|
252 |
msgid "reCAPTCHA size"
|
253 |
msgstr "ReCAPTCHA Version:"
|
254 |
|
255 |
+
#: google-captcha.php:598
|
256 |
msgid "Save Changes"
|
257 |
msgstr "Änderungen speichern"
|
258 |
|
259 |
+
#: google-captcha.php:652 google-captcha.php:1090
|
260 |
msgid "To use Google Captcha you must get the keys from"
|
261 |
msgstr ""
|
262 |
"Um Google Catpcha verwenden zu können, müssen Sie sich die Schlüssel holen "
|
263 |
"bei"
|
264 |
|
265 |
+
#: google-captcha.php:653 google-captcha.php:1091
|
266 |
msgid "here"
|
267 |
msgstr "hier"
|
268 |
|
269 |
+
#: google-captcha.php:654 google-captcha.php:1092
|
270 |
msgid "and enter them on the"
|
271 |
msgstr "und geben Sie sie ein auf"
|
272 |
|
273 |
+
#: google-captcha.php:656 google-captcha.php:1094
|
274 |
msgid "plugin setting page"
|
275 |
msgstr "Plugin Einstellungsseite"
|
276 |
|
277 |
+
#: google-captcha.php:842 google-captcha.php:880
|
278 |
msgid "Error"
|
279 |
msgstr "Fehler"
|
280 |
|
281 |
+
#: google-captcha.php:842
|
282 |
#, fuzzy
|
283 |
msgid "You have entered an incorrect reCAPTCHA value."
|
284 |
msgstr "Sie haben den CAPTCHA nicht korrekt eingegeben."
|
285 |
|
286 |
+
#: google-captcha.php:880 google-captcha.php:897 google-captcha.php:926
|
287 |
#, fuzzy
|
288 |
msgid "You have entered an incorrect reCAPTCHA value"
|
289 |
msgstr "Sie haben den CAPTCHA nicht korrekt eingegeben."
|
290 |
|
291 |
+
#: google-captcha.php:897 google-captcha.php:926 google-captcha.php:952
|
292 |
msgid "ERROR"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: google-captcha.php:952
|
296 |
#, fuzzy
|
297 |
msgid ""
|
298 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
301 |
"Fehler: Sie haben den CAPTCHA nicht korrekt eingegeben. Klicken Sie auf den "
|
302 |
"\"zurück\" Knopf im Browser und versuchen Sie es nochmal."
|
303 |
|
304 |
+
#: google-captcha.php:976
|
305 |
+
msgid "Please, complete the captcha and submit \"Test verification\""
|
306 |
+
msgstr ""
|
307 |
+
|
308 |
+
#: google-captcha.php:980
|
309 |
+
msgid "Test verification"
|
310 |
+
msgstr ""
|
311 |
+
|
312 |
+
#: google-captcha.php:994 google-captcha.php:1003
|
313 |
+
msgid "The user response was missing."
|
314 |
+
msgstr ""
|
315 |
+
|
316 |
+
#: google-captcha.php:996
|
317 |
+
msgid "The Secret Key is missing."
|
318 |
+
msgstr ""
|
319 |
+
|
320 |
+
#: google-captcha.php:999 google-captcha.php:1008
|
321 |
+
msgid "The Secret Key is invalid"
|
322 |
+
msgstr ""
|
323 |
+
|
324 |
+
#: google-captcha.php:1000 google-captcha.php:1009
|
325 |
+
msgid "Check your domain configuration"
|
326 |
+
msgstr ""
|
327 |
+
|
328 |
+
#: google-captcha.php:1001 google-captcha.php:1010
|
329 |
+
#, fuzzy
|
330 |
+
msgid "and enter it again"
|
331 |
+
msgstr "und geben Sie sie ein auf"
|
332 |
+
|
333 |
+
#: google-captcha.php:1004 google-captcha.php:1012
|
334 |
+
msgid "The user response is invalid."
|
335 |
+
msgstr ""
|
336 |
+
|
337 |
+
#: google-captcha.php:1021
|
338 |
+
msgid "The verification is successfully completed."
|
339 |
+
msgstr ""
|
340 |
+
|
341 |
+
#: google-captcha.php:1075
|
342 |
msgid "Support"
|
343 |
msgstr "Support"
|
344 |
|
345 |
+
#, fuzzy
|
346 |
+
#~ msgid ""
|
347 |
+
#~ "Google Captcha version 2 will not work correctly, since the option "
|
348 |
+
#~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
|
349 |
+
#~ "service."
|
350 |
+
#~ msgstr ""
|
351 |
+
#~ "Google Captcha Version 2 funktioniert nicht ordnungsgemäß, da die Option "
|
352 |
+
#~ "\"Allow_url_fopen\" in den PHP-Einstellungen von Ihrem hosting "
|
353 |
+
#~ "deaktiviert ist."
|
354 |
+
|
355 |
#~ msgid ""
|
356 |
#~ "Google Captcha version 2 will not work correctly, since the option "
|
357 |
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
languages/google-captcha-el.mo
CHANGED
Binary file
|
languages/google-captcha-el.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: Dimitris Karantonis\n"
|
@@ -16,106 +16,100 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
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 "Warning"
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: google-captcha.php:
|
28 |
msgid ""
|
29 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
30 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
31 |
"blocks."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: google-captcha.php:
|
35 |
#, fuzzy
|
36 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
37 |
msgstr "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA."
|
38 |
|
39 |
-
#: google-captcha.php:
|
40 |
msgid "Normal"
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: google-captcha.php:
|
44 |
msgid "Compact"
|
45 |
msgstr ""
|
46 |
|
47 |
-
#: google-captcha.php:
|
48 |
msgid "Site key"
|
49 |
msgstr "Κλειδί ιστοσελίδας"
|
50 |
|
51 |
-
#: google-captcha.php:
|
52 |
msgid "Secret Key"
|
53 |
msgstr "Μυστικό κλειδί"
|
54 |
|
55 |
-
#: google-captcha.php:
|
56 |
msgid "Login form"
|
57 |
msgstr "Φόρμα εισόδου"
|
58 |
|
59 |
-
#: google-captcha.php:
|
60 |
msgid "Registration form"
|
61 |
msgstr "Φόρμα εγγραφής"
|
62 |
|
63 |
-
#: google-captcha.php:
|
64 |
msgid "Reset password form"
|
65 |
msgstr "Φόρμα ανάκτησης κωδικού πρόσβασης"
|
66 |
|
67 |
-
#: google-captcha.php:
|
68 |
msgid "Comments form"
|
69 |
msgstr "Φόρμα για σχόλια"
|
70 |
|
71 |
-
#: google-captcha.php:
|
72 |
msgid "Enter site key"
|
73 |
msgstr "Εισάγετε το κλειδί της ιστοσελίδας"
|
74 |
|
75 |
-
#: google-captcha.php:
|
76 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
77 |
msgstr ""
|
78 |
"ΠΡΟΣΟΧΗ: Το captcha δεν θα εμφανιστεί εάν δεν συμπληρώσετε τα κλειδιά στα "
|
79 |
"πεδία."
|
80 |
|
81 |
-
#: google-captcha.php:
|
82 |
msgid "Enter secret key"
|
83 |
msgstr "Εισάγετε το μυστικό κλειδί"
|
84 |
|
85 |
-
#: google-captcha.php:
|
86 |
msgid "Settings saved"
|
87 |
msgstr "Οι ρυμθίσεις αποθηκεύτηκαν"
|
88 |
|
89 |
-
#: google-captcha.php:
|
90 |
#, fuzzy
|
91 |
msgid "All plugin settings were restored."
|
92 |
msgstr "σελίδα ρυθμίσεων της επέκτασης"
|
93 |
|
94 |
-
#: google-captcha.php:
|
95 |
msgid "Settings"
|
96 |
msgstr "Ρυθμίσεις"
|
97 |
|
98 |
-
#: google-captcha.php:
|
99 |
-
msgid "
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: google-captcha.php:
|
103 |
-
|
104 |
-
msgid ""
|
105 |
-
"Google Captcha version 2 will not work correctly, since the option "
|
106 |
-
"\"allow_url_fopen\" is disabled. Please contact your hosting support service."
|
107 |
msgstr ""
|
108 |
-
"Η έκδοση 2 του Google Captcha δεν θα λειτουργήσει σωστά, αφού η επιλογή "
|
109 |
-
"\"allow_url_fopen\" είναι απενεργοποιημένη στις ρυθμίσεις PHP του παρόχου "
|
110 |
-
"φιλοξενίας σας."
|
111 |
|
112 |
-
#: google-captcha.php:
|
113 |
msgid ""
|
114 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
115 |
"version 1 features."
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: google-captcha.php:
|
119 |
#, fuzzy, php-format
|
120 |
msgid ""
|
121 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
@@ -125,7 +119,7 @@ msgstr ""
|
|
125 |
"αντιγράψτε και επικολλήστε αυτό το σύντομο κωδικό στη δημοσίευση ή στη "
|
126 |
"σελίδα σας:"
|
127 |
|
128 |
-
#: google-captcha.php:
|
129 |
#, php-format
|
130 |
msgid ""
|
131 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
@@ -134,166 +128,171 @@ msgid ""
|
|
134 |
"your own form , please use the shortcode %s"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: google-captcha.php:
|
138 |
msgid "Authentication"
|
139 |
msgstr "Πιστοποίηση"
|
140 |
|
141 |
-
#: google-captcha.php:
|
142 |
#, fuzzy, php-format
|
143 |
msgid "Before you are able to do something, you must to register %shere%s"
|
144 |
msgstr ""
|
145 |
"Πριν να είστε σε θέση να κάνετε κάτι, θα πρέπει να εγγραφείτε %s εδώ %s"
|
146 |
|
147 |
-
#: google-captcha.php:
|
148 |
msgid "Enter site key and secret key, that you get after registration."
|
149 |
msgstr ""
|
150 |
"Πληκτρολογήστε το κλειδί της ιστοσελίδας και το μυστικό κλειδί, τα οποία "
|
151 |
"παραλάβατε μετά την εγγραφή."
|
152 |
|
153 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
154 |
msgid "Options"
|
155 |
msgstr "Επιλογές"
|
156 |
|
157 |
-
#: google-captcha.php:
|
158 |
msgid "Enable reCAPTCHA for"
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: google-captcha.php:
|
162 |
msgid "WordPress default"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: google-captcha.php:
|
166 |
msgid "This option is available only for network or for main blog"
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: google-captcha.php:
|
170 |
#, fuzzy
|
171 |
msgid "Plugins"
|
172 |
msgstr "Σελίδα επεκτάσεων"
|
173 |
|
174 |
-
#: google-captcha.php:
|
175 |
#, php-format
|
176 |
msgid "You should %s to use this functionality"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: google-captcha.php:
|
180 |
#, fuzzy
|
181 |
msgid "activate"
|
182 |
msgstr "Активировать Contact form"
|
183 |
|
184 |
-
#: google-captcha.php:
|
185 |
msgid "for network"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: google-captcha.php:
|
189 |
msgid "download"
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: google-captcha.php:
|
193 |
msgid "Close"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: google-captcha.php:
|
197 |
msgid "Unlock premium options by upgrading to Pro version"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: google-captcha.php:
|
201 |
msgid "Learn More"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: google-captcha.php:
|
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:
|
211 |
msgid "FAQ"
|
212 |
msgstr "Συχνές Ερωτήσεις"
|
213 |
|
214 |
-
#: google-captcha.php:
|
215 |
#, fuzzy
|
216 |
msgid "Hide reCAPTCHA in Comments form for"
|
217 |
msgstr "για την έκδοση reCAPTCHA"
|
218 |
|
219 |
-
#: google-captcha.php:
|
220 |
#, fuzzy
|
221 |
msgid "reCAPTCHA version"
|
222 |
msgstr "Έκδοση reCAPTCHA:"
|
223 |
|
224 |
-
#: google-captcha.php:
|
225 |
-
#: google-captcha.php:
|
226 |
msgid "version"
|
227 |
msgstr "έκδοση"
|
228 |
|
229 |
-
#: google-captcha.php:
|
230 |
#, fuzzy
|
231 |
msgid "reCAPTCHA theme"
|
232 |
msgstr "Έκδοση reCAPTCHA:"
|
233 |
|
234 |
-
#: google-captcha.php:
|
235 |
#, fuzzy
|
236 |
msgid "for version"
|
237 |
msgstr "έκδοση"
|
238 |
|
239 |
-
#: google-captcha.php:
|
240 |
#, fuzzy
|
241 |
msgid "reCAPTCHA language"
|
242 |
msgstr "Έκδοση reCAPTCHA:"
|
243 |
|
244 |
-
#: google-captcha.php:
|
245 |
msgid "Use the current site language"
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: google-captcha.php:
|
249 |
msgid "Using"
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: google-captcha.php:
|
253 |
#, fuzzy
|
254 |
msgid "reCAPTCHA size"
|
255 |
msgstr "Έκδοση reCAPTCHA:"
|
256 |
|
257 |
-
#: google-captcha.php:
|
258 |
msgid "Save Changes"
|
259 |
msgstr "Αποθήκευση αλλαγών"
|
260 |
|
261 |
-
#: google-captcha.php:
|
262 |
msgid "To use Google Captcha you must get the keys from"
|
263 |
msgstr ""
|
264 |
"Για να χρησιμοποιήσετε το Google Captcha θα πρέπει να πάρετε τα κλειδιά από"
|
265 |
|
266 |
-
#: google-captcha.php:
|
267 |
msgid "here"
|
268 |
msgstr "εδώ"
|
269 |
|
270 |
-
#: google-captcha.php:
|
271 |
msgid "and enter them on the"
|
272 |
msgstr "και να τα εισάγετε στη"
|
273 |
|
274 |
-
#: google-captcha.php:
|
275 |
msgid "plugin setting page"
|
276 |
msgstr "σελίδα ρυθμίσεων της επέκτασης"
|
277 |
|
278 |
-
#: google-captcha.php:
|
279 |
msgid "Error"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: google-captcha.php:
|
283 |
#, fuzzy
|
284 |
msgid "You have entered an incorrect reCAPTCHA value."
|
285 |
msgstr "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA."
|
286 |
|
287 |
-
#: google-captcha.php:
|
288 |
#, fuzzy
|
289 |
msgid "You have entered an incorrect reCAPTCHA value"
|
290 |
msgstr "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA."
|
291 |
|
292 |
-
#: google-captcha.php:
|
293 |
msgid "ERROR"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: google-captcha.php:
|
297 |
#, fuzzy
|
298 |
msgid ""
|
299 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
@@ -302,10 +301,57 @@ msgstr ""
|
|
302 |
"Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA. Κάντε κλικ στο κουμπί Πίσω "
|
303 |
"στον περιηγητή σας, και δοκιμάστε ξανά."
|
304 |
|
305 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
306 |
msgid "Support"
|
307 |
msgstr "Υποστήριξη"
|
308 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
309 |
#~ msgid ""
|
310 |
#~ "Google Captcha version 2 will not work correctly, since the option "
|
311 |
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-05 17:14+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: Dimitris Karantonis\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: google-captcha.php:34 google-captcha.php:367
|
20 |
msgid "Google Captcha Settings"
|
21 |
msgstr "Ρυθμίσεις Google Captcha"
|
22 |
|
23 |
+
#: google-captcha.php:154
|
24 |
msgid "Warning"
|
25 |
msgstr ""
|
26 |
|
27 |
+
#: google-captcha.php:154
|
28 |
msgid ""
|
29 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
30 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
31 |
"blocks."
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: google-captcha.php:158
|
35 |
#, fuzzy
|
36 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
37 |
msgstr "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA."
|
38 |
|
39 |
+
#: google-captcha.php:272
|
40 |
msgid "Normal"
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: google-captcha.php:273
|
44 |
msgid "Compact"
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: google-captcha.php:279
|
48 |
msgid "Site key"
|
49 |
msgstr "Κλειδί ιστοσελίδας"
|
50 |
|
51 |
+
#: google-captcha.php:284
|
52 |
msgid "Secret Key"
|
53 |
msgstr "Μυστικό κλειδί"
|
54 |
|
55 |
+
#: google-captcha.php:292
|
56 |
msgid "Login form"
|
57 |
msgstr "Φόρμα εισόδου"
|
58 |
|
59 |
+
#: google-captcha.php:293
|
60 |
msgid "Registration form"
|
61 |
msgstr "Φόρμα εγγραφής"
|
62 |
|
63 |
+
#: google-captcha.php:294
|
64 |
msgid "Reset password form"
|
65 |
msgstr "Φόρμα ανάκτησης κωδικού πρόσβασης"
|
66 |
|
67 |
+
#: google-captcha.php:295
|
68 |
msgid "Comments form"
|
69 |
msgstr "Φόρμα για σχόλια"
|
70 |
|
71 |
+
#: google-captcha.php:314
|
72 |
msgid "Enter site key"
|
73 |
msgstr "Εισάγετε το κλειδί της ιστοσελίδας"
|
74 |
|
75 |
+
#: google-captcha.php:315 google-captcha.php:321
|
76 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
77 |
msgstr ""
|
78 |
"ΠΡΟΣΟΧΗ: Το captcha δεν θα εμφανιστεί εάν δεν συμπληρώσετε τα κλειδιά στα "
|
79 |
"πεδία."
|
80 |
|
81 |
+
#: google-captcha.php:320
|
82 |
msgid "Enter secret key"
|
83 |
msgstr "Εισάγετε το μυστικό κλειδί"
|
84 |
|
85 |
+
#: google-captcha.php:346
|
86 |
msgid "Settings saved"
|
87 |
msgstr "Οι ρυμθίσεις αποθηκεύτηκαν"
|
88 |
|
89 |
+
#: google-captcha.php:352
|
90 |
#, fuzzy
|
91 |
msgid "All plugin settings were restored."
|
92 |
msgstr "σελίδα ρυθμίσεων της επέκτασης"
|
93 |
|
94 |
+
#: google-captcha.php:369 google-captcha.php:1040 google-captcha.php:1073
|
95 |
msgid "Settings"
|
96 |
msgstr "Ρυθμίσεις"
|
97 |
|
98 |
+
#: google-captcha.php:370
|
99 |
+
msgid "Custom code"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: google-captcha.php:371
|
103 |
+
msgid "Go PRO"
|
|
|
|
|
|
|
104 |
msgstr ""
|
|
|
|
|
|
|
105 |
|
106 |
+
#: google-captcha.php:376
|
107 |
msgid ""
|
108 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
109 |
"version 1 features."
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: google-captcha.php:391
|
113 |
#, fuzzy, php-format
|
114 |
msgid ""
|
115 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
119 |
"αντιγράψτε και επικολλήστε αυτό το σύντομο κωδικό στη δημοσίευση ή στη "
|
120 |
"σελίδα σας:"
|
121 |
|
122 |
+
#: google-captcha.php:397
|
123 |
#, php-format
|
124 |
msgid ""
|
125 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
128 |
"your own form , please use the shortcode %s"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: google-captcha.php:405
|
132 |
msgid "Authentication"
|
133 |
msgstr "Πιστοποίηση"
|
134 |
|
135 |
+
#: google-captcha.php:406
|
136 |
#, fuzzy, php-format
|
137 |
msgid "Before you are able to do something, you must to register %shere%s"
|
138 |
msgstr ""
|
139 |
"Πριν να είστε σε θέση να κάνετε κάτι, θα πρέπει να εγγραφείτε %s εδώ %s"
|
140 |
|
141 |
+
#: google-captcha.php:407
|
142 |
msgid "Enter site key and secret key, that you get after registration."
|
143 |
msgstr ""
|
144 |
"Πληκτρολογήστε το κλειδί της ιστοσελίδας και το μυστικό κλειδί, τα οποία "
|
145 |
"παραλάβατε μετά την εγγραφή."
|
146 |
|
147 |
+
#: google-captcha.php:422
|
148 |
+
#, fuzzy
|
149 |
+
msgid "Test Keys"
|
150 |
+
msgstr "Μυστικό κλειδί"
|
151 |
+
|
152 |
+
#: google-captcha.php:425
|
153 |
msgid "Options"
|
154 |
msgstr "Επιλογές"
|
155 |
|
156 |
+
#: google-captcha.php:428
|
157 |
msgid "Enable reCAPTCHA for"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: google-captcha.php:432
|
161 |
msgid "WordPress default"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: google-captcha.php:441
|
165 |
msgid "This option is available only for network or for main blog"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: google-captcha.php:449
|
169 |
#, fuzzy
|
170 |
msgid "Plugins"
|
171 |
msgstr "Σελίδα επεκτάσεων"
|
172 |
|
173 |
+
#: google-captcha.php:457 google-captcha.php:462
|
174 |
#, php-format
|
175 |
msgid "You should %s to use this functionality"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: google-captcha.php:458
|
179 |
#, fuzzy
|
180 |
msgid "activate"
|
181 |
msgstr "Активировать Contact form"
|
182 |
|
183 |
+
#: google-captcha.php:458
|
184 |
msgid "for network"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: google-captcha.php:463
|
188 |
msgid "download"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: google-captcha.php:475 google-captcha.php:552
|
192 |
msgid "Close"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: google-captcha.php:487 google-captcha.php:588
|
196 |
msgid "Unlock premium options by upgrading to Pro version"
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: google-captcha.php:490 google-captcha.php:591
|
200 |
msgid "Learn More"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: google-captcha.php:496
|
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:496 google-captcha.php:1074
|
210 |
msgid "FAQ"
|
211 |
msgstr "Συχνές Ερωτήσεις"
|
212 |
|
213 |
+
#: google-captcha.php:501
|
214 |
#, fuzzy
|
215 |
msgid "Hide reCAPTCHA in Comments form for"
|
216 |
msgstr "για την έκδοση reCAPTCHA"
|
217 |
|
218 |
+
#: google-captcha.php:513
|
219 |
#, fuzzy
|
220 |
msgid "reCAPTCHA version"
|
221 |
msgstr "Έκδοση reCAPTCHA:"
|
222 |
|
223 |
+
#: google-captcha.php:516 google-captcha.php:517 google-captcha.php:518
|
224 |
+
#: google-captcha.php:519
|
225 |
msgid "version"
|
226 |
msgstr "έκδοση"
|
227 |
|
228 |
+
#: google-captcha.php:525 google-captcha.php:538
|
229 |
#, fuzzy
|
230 |
msgid "reCAPTCHA theme"
|
231 |
msgstr "Έκδοση reCAPTCHA:"
|
232 |
|
233 |
+
#: google-captcha.php:526 google-captcha.php:539 google-captcha.php:570
|
234 |
#, fuzzy
|
235 |
msgid "for version"
|
236 |
msgstr "έκδοση"
|
237 |
|
238 |
+
#: google-captcha.php:556
|
239 |
#, fuzzy
|
240 |
msgid "reCAPTCHA language"
|
241 |
msgstr "Έκδοση reCAPTCHA:"
|
242 |
|
243 |
+
#: google-captcha.php:563
|
244 |
msgid "Use the current site language"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: google-captcha.php:563
|
248 |
msgid "Using"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: google-captcha.php:569
|
252 |
#, fuzzy
|
253 |
msgid "reCAPTCHA size"
|
254 |
msgstr "Έκδοση reCAPTCHA:"
|
255 |
|
256 |
+
#: google-captcha.php:598
|
257 |
msgid "Save Changes"
|
258 |
msgstr "Αποθήκευση αλλαγών"
|
259 |
|
260 |
+
#: google-captcha.php:652 google-captcha.php:1090
|
261 |
msgid "To use Google Captcha you must get the keys from"
|
262 |
msgstr ""
|
263 |
"Για να χρησιμοποιήσετε το Google Captcha θα πρέπει να πάρετε τα κλειδιά από"
|
264 |
|
265 |
+
#: google-captcha.php:653 google-captcha.php:1091
|
266 |
msgid "here"
|
267 |
msgstr "εδώ"
|
268 |
|
269 |
+
#: google-captcha.php:654 google-captcha.php:1092
|
270 |
msgid "and enter them on the"
|
271 |
msgstr "και να τα εισάγετε στη"
|
272 |
|
273 |
+
#: google-captcha.php:656 google-captcha.php:1094
|
274 |
msgid "plugin setting page"
|
275 |
msgstr "σελίδα ρυθμίσεων της επέκτασης"
|
276 |
|
277 |
+
#: google-captcha.php:842 google-captcha.php:880
|
278 |
msgid "Error"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: google-captcha.php:842
|
282 |
#, fuzzy
|
283 |
msgid "You have entered an incorrect reCAPTCHA value."
|
284 |
msgstr "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA."
|
285 |
|
286 |
+
#: google-captcha.php:880 google-captcha.php:897 google-captcha.php:926
|
287 |
#, fuzzy
|
288 |
msgid "You have entered an incorrect reCAPTCHA value"
|
289 |
msgstr "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA."
|
290 |
|
291 |
+
#: google-captcha.php:897 google-captcha.php:926 google-captcha.php:952
|
292 |
msgid "ERROR"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: google-captcha.php:952
|
296 |
#, fuzzy
|
297 |
msgid ""
|
298 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
301 |
"Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA. Κάντε κλικ στο κουμπί Πίσω "
|
302 |
"στον περιηγητή σας, και δοκιμάστε ξανά."
|
303 |
|
304 |
+
#: google-captcha.php:976
|
305 |
+
msgid "Please, complete the captcha and submit \"Test verification\""
|
306 |
+
msgstr ""
|
307 |
+
|
308 |
+
#: google-captcha.php:980
|
309 |
+
msgid "Test verification"
|
310 |
+
msgstr ""
|
311 |
+
|
312 |
+
#: google-captcha.php:994 google-captcha.php:1003
|
313 |
+
msgid "The user response was missing."
|
314 |
+
msgstr ""
|
315 |
+
|
316 |
+
#: google-captcha.php:996
|
317 |
+
msgid "The Secret Key is missing."
|
318 |
+
msgstr ""
|
319 |
+
|
320 |
+
#: google-captcha.php:999 google-captcha.php:1008
|
321 |
+
msgid "The Secret Key is invalid"
|
322 |
+
msgstr ""
|
323 |
+
|
324 |
+
#: google-captcha.php:1000 google-captcha.php:1009
|
325 |
+
msgid "Check your domain configuration"
|
326 |
+
msgstr ""
|
327 |
+
|
328 |
+
#: google-captcha.php:1001 google-captcha.php:1010
|
329 |
+
#, fuzzy
|
330 |
+
msgid "and enter it again"
|
331 |
+
msgstr "και να τα εισάγετε στη"
|
332 |
+
|
333 |
+
#: google-captcha.php:1004 google-captcha.php:1012
|
334 |
+
msgid "The user response is invalid."
|
335 |
+
msgstr ""
|
336 |
+
|
337 |
+
#: google-captcha.php:1021
|
338 |
+
msgid "The verification is successfully completed."
|
339 |
+
msgstr ""
|
340 |
+
|
341 |
+
#: google-captcha.php:1075
|
342 |
msgid "Support"
|
343 |
msgstr "Υποστήριξη"
|
344 |
|
345 |
+
#, fuzzy
|
346 |
+
#~ msgid ""
|
347 |
+
#~ "Google Captcha version 2 will not work correctly, since the option "
|
348 |
+
#~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
|
349 |
+
#~ "service."
|
350 |
+
#~ msgstr ""
|
351 |
+
#~ "Η έκδοση 2 του Google Captcha δεν θα λειτουργήσει σωστά, αφού η επιλογή "
|
352 |
+
#~ "\"allow_url_fopen\" είναι απενεργοποιημένη στις ρυθμίσεις PHP του παρόχου "
|
353 |
+
#~ "φιλοξενίας σας."
|
354 |
+
|
355 |
#~ msgid ""
|
356 |
#~ "Google Captcha version 2 will not work correctly, since the option "
|
357 |
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
languages/google-captcha-es_ES.mo
CHANGED
Binary file
|
languages/google-captcha-es_ES.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: Cloudzeroxyz <cloudzeroxyz@gmail.com>\n"
|
@@ -17,104 +17,102 @@ msgstr ""
|
|
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 "Warning"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: google-captcha.php:
|
29 |
msgid ""
|
30 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
31 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
32 |
"blocks."
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: google-captcha.php:
|
36 |
#, fuzzy
|
37 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
38 |
msgstr "Error: Ha introducido un valor incorrecto de CAPTCHA."
|
39 |
|
40 |
-
#: google-captcha.php:
|
41 |
msgid "Normal"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: google-captcha.php:
|
45 |
msgid "Compact"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: google-captcha.php:
|
49 |
msgid "Site key"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: google-captcha.php:
|
53 |
msgid "Secret Key"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: google-captcha.php:
|
57 |
msgid "Login form"
|
58 |
msgstr "Formulario de acceso"
|
59 |
|
60 |
-
#: google-captcha.php:
|
61 |
msgid "Registration form"
|
62 |
msgstr "Formulario de registro"
|
63 |
|
64 |
-
#: google-captcha.php:
|
65 |
msgid "Reset password form"
|
66 |
msgstr "Formulario de restablecimiento de contraseña"
|
67 |
|
68 |
-
#: google-captcha.php:
|
69 |
msgid "Comments form"
|
70 |
msgstr "Formulario de comentarios"
|
71 |
|
72 |
-
#: google-captcha.php:
|
73 |
#, fuzzy
|
74 |
msgid "Enter site key"
|
75 |
msgstr "Introduce la clave privada"
|
76 |
|
77 |
-
#: google-captcha.php:
|
78 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
79 |
msgstr ""
|
80 |
"ADVERTENCIA: El Captcha no se mostrará mientras usted no llene los campos "
|
81 |
"clave."
|
82 |
|
83 |
-
#: google-captcha.php:
|
84 |
#, fuzzy
|
85 |
msgid "Enter secret key"
|
86 |
msgstr "Introduce la clave privada"
|
87 |
|
88 |
-
#: google-captcha.php:
|
89 |
msgid "Settings saved"
|
90 |
msgstr "Configuración guardada"
|
91 |
|
92 |
-
#: google-captcha.php:
|
93 |
#, fuzzy
|
94 |
msgid "All plugin settings were restored."
|
95 |
msgstr "página de configuración de plugin"
|
96 |
|
97 |
-
#: google-captcha.php:
|
98 |
msgid "Settings"
|
99 |
msgstr "Ajustes"
|
100 |
|
101 |
-
#: google-captcha.php:
|
102 |
-
msgid "
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: google-captcha.php:
|
106 |
-
msgid ""
|
107 |
-
"Google Captcha version 2 will not work correctly, since the option "
|
108 |
-
"\"allow_url_fopen\" is disabled. Please contact your hosting support service."
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: google-captcha.php:
|
112 |
msgid ""
|
113 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
114 |
"version 1 features."
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: google-captcha.php:
|
118 |
#, fuzzy, php-format
|
119 |
msgid ""
|
120 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
@@ -123,7 +121,7 @@ msgstr ""
|
|
123 |
"Si quisiera añadir el Google Captcha para su formulario, simplemente copia y "
|
124 |
"pega este código corto en tu post o página:"
|
125 |
|
126 |
-
#: google-captcha.php:
|
127 |
#, php-format
|
128 |
msgid ""
|
129 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
@@ -132,159 +130,163 @@ msgid ""
|
|
132 |
"your own form , please use the shortcode %s"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: google-captcha.php:
|
136 |
msgid "Authentication"
|
137 |
msgstr "Autentificación"
|
138 |
|
139 |
-
#: google-captcha.php:
|
140 |
#, fuzzy, php-format
|
141 |
msgid "Before you are able to do something, you must to register %shere%s"
|
142 |
msgstr "Antes de que pueda hacer algo, debe registrar %s aquí %s"
|
143 |
|
144 |
-
#: google-captcha.php:
|
145 |
#, fuzzy
|
146 |
msgid "Enter site key and secret key, that you get after registration."
|
147 |
msgstr ""
|
148 |
"Introduzca las claves pública y privada, que se obtiene después de "
|
149 |
"Registrarse."
|
150 |
|
151 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
152 |
msgid "Options"
|
153 |
msgstr "Opciones"
|
154 |
|
155 |
-
#: google-captcha.php:
|
156 |
msgid "Enable reCAPTCHA for"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: google-captcha.php:
|
160 |
msgid "WordPress default"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: google-captcha.php:
|
164 |
msgid "This option is available only for network or for main blog"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: google-captcha.php:
|
168 |
#, fuzzy
|
169 |
msgid "Plugins"
|
170 |
msgstr "Página de Plugins"
|
171 |
|
172 |
-
#: google-captcha.php:
|
173 |
#, php-format
|
174 |
msgid "You should %s to use this functionality"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: google-captcha.php:
|
178 |
#, fuzzy
|
179 |
msgid "activate"
|
180 |
msgstr "Tema Activado"
|
181 |
|
182 |
-
#: google-captcha.php:
|
183 |
msgid "for network"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: google-captcha.php:
|
187 |
msgid "download"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: google-captcha.php:
|
191 |
msgid "Close"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: google-captcha.php:
|
195 |
msgid "Unlock premium options by upgrading to Pro version"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: google-captcha.php:
|
199 |
msgid "Learn More"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: google-captcha.php:
|
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:
|
209 |
msgid "FAQ"
|
210 |
msgstr "Preguntas Frecuentes"
|
211 |
|
212 |
-
#: google-captcha.php:
|
213 |
msgid "Hide reCAPTCHA in Comments form for"
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: google-captcha.php:
|
217 |
msgid "reCAPTCHA version"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: google-captcha.php:
|
221 |
-
#: google-captcha.php:
|
222 |
msgid "version"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: google-captcha.php:
|
226 |
msgid "reCAPTCHA theme"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: google-captcha.php:
|
230 |
msgid "for version"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: google-captcha.php:
|
234 |
msgid "reCAPTCHA language"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: google-captcha.php:
|
238 |
msgid "Use the current site language"
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: google-captcha.php:
|
242 |
msgid "Using"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: google-captcha.php:
|
246 |
msgid "reCAPTCHA size"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: google-captcha.php:
|
250 |
msgid "Save Changes"
|
251 |
msgstr "Guardar Cambios"
|
252 |
|
253 |
-
#: google-captcha.php:
|
254 |
msgid "To use Google Captcha you must get the keys from"
|
255 |
msgstr "Para utilizar Google Captcha debe obtener las claves de"
|
256 |
|
257 |
-
#: google-captcha.php:
|
258 |
msgid "here"
|
259 |
msgstr "aquí"
|
260 |
|
261 |
-
#: google-captcha.php:
|
262 |
msgid "and enter them on the"
|
263 |
msgstr "e introducirlas en"
|
264 |
|
265 |
-
#: google-captcha.php:
|
266 |
msgid "plugin setting page"
|
267 |
msgstr "página de configuración de plugin"
|
268 |
|
269 |
-
#: google-captcha.php:
|
270 |
msgid "Error"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: google-captcha.php:
|
274 |
#, fuzzy
|
275 |
msgid "You have entered an incorrect reCAPTCHA value."
|
276 |
msgstr "Error: Ha introducido un valor incorrecto de CAPTCHA."
|
277 |
|
278 |
-
#: google-captcha.php:
|
279 |
#, fuzzy
|
280 |
msgid "You have entered an incorrect reCAPTCHA value"
|
281 |
msgstr "Error: Ha introducido un valor incorrecto de CAPTCHA."
|
282 |
|
283 |
-
#: google-captcha.php:
|
284 |
msgid "ERROR"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: google-captcha.php:
|
288 |
#, fuzzy
|
289 |
msgid ""
|
290 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
@@ -293,7 +295,44 @@ msgstr ""
|
|
293 |
"Error: Ha introducido un valor incorrecto de CAPTCHA. Haga clic en el botón "
|
294 |
"Regresar de su navegador y vuelva a intentarlo."
|
295 |
|
296 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
297 |
msgid "Support"
|
298 |
msgstr "Soporte"
|
299 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-05 17:14+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: Cloudzeroxyz <cloudzeroxyz@gmail.com>\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: google-captcha.php:34 google-captcha.php:367
|
21 |
msgid "Google Captcha Settings"
|
22 |
msgstr "Googe Captcha Ajustes"
|
23 |
|
24 |
+
#: google-captcha.php:154
|
25 |
msgid "Warning"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: google-captcha.php:154
|
29 |
msgid ""
|
30 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
31 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
32 |
"blocks."
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: google-captcha.php:158
|
36 |
#, fuzzy
|
37 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
38 |
msgstr "Error: Ha introducido un valor incorrecto de CAPTCHA."
|
39 |
|
40 |
+
#: google-captcha.php:272
|
41 |
msgid "Normal"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: google-captcha.php:273
|
45 |
msgid "Compact"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: google-captcha.php:279
|
49 |
msgid "Site key"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: google-captcha.php:284
|
53 |
msgid "Secret Key"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: google-captcha.php:292
|
57 |
msgid "Login form"
|
58 |
msgstr "Formulario de acceso"
|
59 |
|
60 |
+
#: google-captcha.php:293
|
61 |
msgid "Registration form"
|
62 |
msgstr "Formulario de registro"
|
63 |
|
64 |
+
#: google-captcha.php:294
|
65 |
msgid "Reset password form"
|
66 |
msgstr "Formulario de restablecimiento de contraseña"
|
67 |
|
68 |
+
#: google-captcha.php:295
|
69 |
msgid "Comments form"
|
70 |
msgstr "Formulario de comentarios"
|
71 |
|
72 |
+
#: google-captcha.php:314
|
73 |
#, fuzzy
|
74 |
msgid "Enter site key"
|
75 |
msgstr "Introduce la clave privada"
|
76 |
|
77 |
+
#: google-captcha.php:315 google-captcha.php:321
|
78 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
79 |
msgstr ""
|
80 |
"ADVERTENCIA: El Captcha no se mostrará mientras usted no llene los campos "
|
81 |
"clave."
|
82 |
|
83 |
+
#: google-captcha.php:320
|
84 |
#, fuzzy
|
85 |
msgid "Enter secret key"
|
86 |
msgstr "Introduce la clave privada"
|
87 |
|
88 |
+
#: google-captcha.php:346
|
89 |
msgid "Settings saved"
|
90 |
msgstr "Configuración guardada"
|
91 |
|
92 |
+
#: google-captcha.php:352
|
93 |
#, fuzzy
|
94 |
msgid "All plugin settings were restored."
|
95 |
msgstr "página de configuración de plugin"
|
96 |
|
97 |
+
#: google-captcha.php:369 google-captcha.php:1040 google-captcha.php:1073
|
98 |
msgid "Settings"
|
99 |
msgstr "Ajustes"
|
100 |
|
101 |
+
#: google-captcha.php:370
|
102 |
+
msgid "Custom code"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: google-captcha.php:371
|
106 |
+
msgid "Go PRO"
|
|
|
|
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: google-captcha.php:376
|
110 |
msgid ""
|
111 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
112 |
"version 1 features."
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: google-captcha.php:391
|
116 |
#, fuzzy, php-format
|
117 |
msgid ""
|
118 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
121 |
"Si quisiera añadir el Google Captcha para su formulario, simplemente copia y "
|
122 |
"pega este código corto en tu post o página:"
|
123 |
|
124 |
+
#: google-captcha.php:397
|
125 |
#, php-format
|
126 |
msgid ""
|
127 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
130 |
"your own form , please use the shortcode %s"
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: google-captcha.php:405
|
134 |
msgid "Authentication"
|
135 |
msgstr "Autentificación"
|
136 |
|
137 |
+
#: google-captcha.php:406
|
138 |
#, fuzzy, php-format
|
139 |
msgid "Before you are able to do something, you must to register %shere%s"
|
140 |
msgstr "Antes de que pueda hacer algo, debe registrar %s aquí %s"
|
141 |
|
142 |
+
#: google-captcha.php:407
|
143 |
#, fuzzy
|
144 |
msgid "Enter site key and secret key, that you get after registration."
|
145 |
msgstr ""
|
146 |
"Introduzca las claves pública y privada, que se obtiene después de "
|
147 |
"Registrarse."
|
148 |
|
149 |
+
#: google-captcha.php:422
|
150 |
+
msgid "Test Keys"
|
151 |
+
msgstr ""
|
152 |
+
|
153 |
+
#: google-captcha.php:425
|
154 |
msgid "Options"
|
155 |
msgstr "Opciones"
|
156 |
|
157 |
+
#: google-captcha.php:428
|
158 |
msgid "Enable reCAPTCHA for"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: google-captcha.php:432
|
162 |
msgid "WordPress default"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: google-captcha.php:441
|
166 |
msgid "This option is available only for network or for main blog"
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: google-captcha.php:449
|
170 |
#, fuzzy
|
171 |
msgid "Plugins"
|
172 |
msgstr "Página de Plugins"
|
173 |
|
174 |
+
#: google-captcha.php:457 google-captcha.php:462
|
175 |
#, php-format
|
176 |
msgid "You should %s to use this functionality"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: google-captcha.php:458
|
180 |
#, fuzzy
|
181 |
msgid "activate"
|
182 |
msgstr "Tema Activado"
|
183 |
|
184 |
+
#: google-captcha.php:458
|
185 |
msgid "for network"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: google-captcha.php:463
|
189 |
msgid "download"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: google-captcha.php:475 google-captcha.php:552
|
193 |
msgid "Close"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: google-captcha.php:487 google-captcha.php:588
|
197 |
msgid "Unlock premium options by upgrading to Pro version"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: google-captcha.php:490 google-captcha.php:591
|
201 |
msgid "Learn More"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: google-captcha.php:496
|
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:496 google-captcha.php:1074
|
211 |
msgid "FAQ"
|
212 |
msgstr "Preguntas Frecuentes"
|
213 |
|
214 |
+
#: google-captcha.php:501
|
215 |
msgid "Hide reCAPTCHA in Comments form for"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: google-captcha.php:513
|
219 |
msgid "reCAPTCHA version"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: google-captcha.php:516 google-captcha.php:517 google-captcha.php:518
|
223 |
+
#: google-captcha.php:519
|
224 |
msgid "version"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: google-captcha.php:525 google-captcha.php:538
|
228 |
msgid "reCAPTCHA theme"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: google-captcha.php:526 google-captcha.php:539 google-captcha.php:570
|
232 |
msgid "for version"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: google-captcha.php:556
|
236 |
msgid "reCAPTCHA language"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: google-captcha.php:563
|
240 |
msgid "Use the current site language"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: google-captcha.php:563
|
244 |
msgid "Using"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: google-captcha.php:569
|
248 |
msgid "reCAPTCHA size"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: google-captcha.php:598
|
252 |
msgid "Save Changes"
|
253 |
msgstr "Guardar Cambios"
|
254 |
|
255 |
+
#: google-captcha.php:652 google-captcha.php:1090
|
256 |
msgid "To use Google Captcha you must get the keys from"
|
257 |
msgstr "Para utilizar Google Captcha debe obtener las claves de"
|
258 |
|
259 |
+
#: google-captcha.php:653 google-captcha.php:1091
|
260 |
msgid "here"
|
261 |
msgstr "aquí"
|
262 |
|
263 |
+
#: google-captcha.php:654 google-captcha.php:1092
|
264 |
msgid "and enter them on the"
|
265 |
msgstr "e introducirlas en"
|
266 |
|
267 |
+
#: google-captcha.php:656 google-captcha.php:1094
|
268 |
msgid "plugin setting page"
|
269 |
msgstr "página de configuración de plugin"
|
270 |
|
271 |
+
#: google-captcha.php:842 google-captcha.php:880
|
272 |
msgid "Error"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: google-captcha.php:842
|
276 |
#, fuzzy
|
277 |
msgid "You have entered an incorrect reCAPTCHA value."
|
278 |
msgstr "Error: Ha introducido un valor incorrecto de CAPTCHA."
|
279 |
|
280 |
+
#: google-captcha.php:880 google-captcha.php:897 google-captcha.php:926
|
281 |
#, fuzzy
|
282 |
msgid "You have entered an incorrect reCAPTCHA value"
|
283 |
msgstr "Error: Ha introducido un valor incorrecto de CAPTCHA."
|
284 |
|
285 |
+
#: google-captcha.php:897 google-captcha.php:926 google-captcha.php:952
|
286 |
msgid "ERROR"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: google-captcha.php:952
|
290 |
#, fuzzy
|
291 |
msgid ""
|
292 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
295 |
"Error: Ha introducido un valor incorrecto de CAPTCHA. Haga clic en el botón "
|
296 |
"Regresar de su navegador y vuelva a intentarlo."
|
297 |
|
298 |
+
#: google-captcha.php:976
|
299 |
+
msgid "Please, complete the captcha and submit \"Test verification\""
|
300 |
+
msgstr ""
|
301 |
+
|
302 |
+
#: google-captcha.php:980
|
303 |
+
msgid "Test verification"
|
304 |
+
msgstr ""
|
305 |
+
|
306 |
+
#: google-captcha.php:994 google-captcha.php:1003
|
307 |
+
msgid "The user response was missing."
|
308 |
+
msgstr ""
|
309 |
+
|
310 |
+
#: google-captcha.php:996
|
311 |
+
msgid "The Secret Key is missing."
|
312 |
+
msgstr ""
|
313 |
+
|
314 |
+
#: google-captcha.php:999 google-captcha.php:1008
|
315 |
+
msgid "The Secret Key is invalid"
|
316 |
+
msgstr ""
|
317 |
+
|
318 |
+
#: google-captcha.php:1000 google-captcha.php:1009
|
319 |
+
msgid "Check your domain configuration"
|
320 |
+
msgstr ""
|
321 |
+
|
322 |
+
#: google-captcha.php:1001 google-captcha.php:1010
|
323 |
+
#, fuzzy
|
324 |
+
msgid "and enter it again"
|
325 |
+
msgstr "e introducirlas en"
|
326 |
+
|
327 |
+
#: google-captcha.php:1004 google-captcha.php:1012
|
328 |
+
msgid "The user response is invalid."
|
329 |
+
msgstr ""
|
330 |
+
|
331 |
+
#: google-captcha.php:1021
|
332 |
+
msgid "The verification is successfully completed."
|
333 |
+
msgstr ""
|
334 |
+
|
335 |
+
#: google-captcha.php:1075
|
336 |
msgid "Support"
|
337 |
msgstr "Soporte"
|
338 |
|
languages/google-captcha-fa_IR.mo
CHANGED
Binary file
|
languages/google-captcha-fa_IR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
-
"PO-Revision-Date: 2016-
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: Amirreza Nasiri <nasiri.amirreza.96@gmail.com>\n"
|
9 |
"Language: fa_IR\n"
|
@@ -21,104 +21,99 @@ msgstr ""
|
|
21 |
"X-Loco-Target-Locale: uk_UA\n"
|
22 |
"X-Poedit-SearchPath-0: .\n"
|
23 |
|
24 |
-
#: google-captcha.php:
|
25 |
msgid "Google Captcha Settings"
|
26 |
msgstr "تنظیمات Google Captcha"
|
27 |
|
28 |
-
#: google-captcha.php:
|
29 |
msgid "Warning"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: google-captcha.php:
|
33 |
msgid ""
|
34 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
35 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
36 |
"blocks."
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: google-captcha.php:
|
40 |
#, fuzzy
|
41 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
42 |
msgstr "خطا: شما مقدار CAPTCHA اشتباهی را وارد کرده اید."
|
43 |
|
44 |
-
#: google-captcha.php:
|
45 |
msgid "Normal"
|
46 |
msgstr "عادی"
|
47 |
|
48 |
-
#: google-captcha.php:
|
49 |
msgid "Compact"
|
50 |
msgstr "فشرده"
|
51 |
|
52 |
-
#: google-captcha.php:
|
53 |
msgid "Site key"
|
54 |
msgstr "کلید سایت (site key در تنظیمات گوگل)"
|
55 |
|
56 |
-
#: google-captcha.php:
|
57 |
msgid "Secret Key"
|
58 |
msgstr "کلید سری (secret key در تنظیمات گوگل)"
|
59 |
|
60 |
-
#: google-captcha.php:
|
61 |
msgid "Login form"
|
62 |
msgstr "فرم ورود"
|
63 |
|
64 |
-
#: google-captcha.php:
|
65 |
msgid "Registration form"
|
66 |
msgstr "فرم ثبت نام"
|
67 |
|
68 |
-
#: google-captcha.php:
|
69 |
msgid "Reset password form"
|
70 |
msgstr "فرم فراموش رمز عبور"
|
71 |
|
72 |
-
#: google-captcha.php:
|
73 |
msgid "Comments form"
|
74 |
msgstr "فرم دیدگاه ها"
|
75 |
|
76 |
-
#: google-captcha.php:
|
77 |
msgid "Enter site key"
|
78 |
msgstr "کلید سایت را وارد کنید"
|
79 |
|
80 |
-
#: google-captcha.php:
|
81 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
82 |
msgstr ""
|
83 |
"تذکر: Captcha تا زمانی که فیلد مربوط به کلیدها را وارد نکنید، نشان داده "
|
84 |
"نخواهد شد."
|
85 |
|
86 |
-
#: google-captcha.php:
|
87 |
msgid "Enter secret key"
|
88 |
msgstr "کلید سری را وارد کنید"
|
89 |
|
90 |
-
#: google-captcha.php:
|
91 |
msgid "Settings saved"
|
92 |
msgstr "تنظیمات ذخیره شدند"
|
93 |
|
94 |
-
#: google-captcha.php:
|
95 |
msgid "All plugin settings were restored."
|
96 |
msgstr "تمام تنظیمات پلاگین بازگردانده شدند."
|
97 |
|
98 |
-
#: google-captcha.php:
|
99 |
msgid "Settings"
|
100 |
msgstr "تنظیمات"
|
101 |
|
102 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
103 |
msgid "Go PRO"
|
104 |
msgstr "ارتقاء به نسخه حرفه ای"
|
105 |
|
106 |
-
#: google-captcha.php:
|
107 |
-
#, fuzzy
|
108 |
-
msgid ""
|
109 |
-
"Google Captcha version 2 will not work correctly, since the option "
|
110 |
-
"\"allow_url_fopen\" is disabled. Please contact your hosting support service."
|
111 |
-
msgstr ""
|
112 |
-
"Google Captcha نسخه 2 به درستی کار نخواهد کرد چون گزینه \"allow_url_fopen\" "
|
113 |
-
"در تنظیمات PHP هاست شما غیرفعال شده است."
|
114 |
-
|
115 |
-
#: google-captcha.php:416
|
116 |
msgid ""
|
117 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
118 |
"version 1 features."
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: google-captcha.php:
|
122 |
#, fuzzy, php-format
|
123 |
msgid ""
|
124 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
@@ -127,7 +122,7 @@ msgstr ""
|
|
127 |
"اگر می خواهید که Google Captcha را به فرم دلخواه خود اضافه کنید، کافیست شورت "
|
128 |
"کد زیر را کپی کرده و درون فرم مورد نظر بچسبانید:"
|
129 |
|
130 |
-
#: google-captcha.php:
|
131 |
#, php-format
|
132 |
msgid ""
|
133 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
@@ -136,154 +131,159 @@ msgid ""
|
|
136 |
"your own form , please use the shortcode %s"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: google-captcha.php:
|
140 |
msgid "Authentication"
|
141 |
msgstr "تایید هویت"
|
142 |
|
143 |
-
#: google-captcha.php:
|
144 |
#, fuzzy, php-format
|
145 |
msgid "Before you are able to do something, you must to register %shere%s"
|
146 |
msgstr "قبل از این که قادر به انجام کاری باشید، باید ثبت نام کنید %s در %s"
|
147 |
|
148 |
-
#: google-captcha.php:
|
149 |
msgid "Enter site key and secret key, that you get after registration."
|
150 |
msgstr "کلید سایت و کلید سری را که بعد از ثبت نام دریافت کردید، وارد کنید."
|
151 |
|
152 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
153 |
msgid "Options"
|
154 |
msgstr "تنظیمات"
|
155 |
|
156 |
-
#: google-captcha.php:
|
157 |
msgid "Enable reCAPTCHA for"
|
158 |
msgstr "فعال کردن reCAPTCHA برای"
|
159 |
|
160 |
-
#: google-captcha.php:
|
161 |
msgid "WordPress default"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: google-captcha.php:
|
165 |
msgid "This option is available only for network or for main blog"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: google-captcha.php:
|
169 |
msgid "Plugins"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: google-captcha.php:
|
173 |
#, fuzzy, php-format
|
174 |
msgid "You should %s to use this functionality"
|
175 |
msgstr "تا از این قابلیت استفاده کنید"
|
176 |
|
177 |
-
#: google-captcha.php:
|
178 |
msgid "activate"
|
179 |
msgstr "فعال کنید"
|
180 |
|
181 |
-
#: google-captcha.php:
|
182 |
msgid "for network"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: google-captcha.php:
|
186 |
msgid "download"
|
187 |
msgstr "دانلود"
|
188 |
|
189 |
-
#: google-captcha.php:
|
190 |
msgid "Close"
|
191 |
msgstr "بستن"
|
192 |
|
193 |
-
#: google-captcha.php:
|
194 |
msgid "Unlock premium options by upgrading to Pro version"
|
195 |
msgstr "گزینه های اضافی را با آپگرید کردن به نسخه حرفه ای باز کنید"
|
196 |
|
197 |
-
#: google-captcha.php:
|
198 |
msgid "Learn More"
|
199 |
msgstr "بیشتر بدانید"
|
200 |
|
201 |
-
#: google-captcha.php:
|
202 |
#, php-format
|
203 |
msgid ""
|
204 |
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: google-captcha.php:
|
208 |
msgid "FAQ"
|
209 |
msgstr "سوالات متداول"
|
210 |
|
211 |
-
#: google-captcha.php:
|
212 |
msgid "Hide reCAPTCHA in Comments form for"
|
213 |
msgstr "reCAPTCHA را در فرم دیدگاه ها مخفی کن در"
|
214 |
|
215 |
-
#: google-captcha.php:
|
216 |
msgid "reCAPTCHA version"
|
217 |
msgstr "نسخه reCAPTCHA"
|
218 |
|
219 |
-
#: google-captcha.php:
|
220 |
-
#: google-captcha.php:
|
221 |
msgid "version"
|
222 |
msgstr "نسخه"
|
223 |
|
224 |
-
#: google-captcha.php:
|
225 |
msgid "reCAPTCHA theme"
|
226 |
msgstr "پوسته reCAPTCHA"
|
227 |
|
228 |
-
#: google-captcha.php:
|
229 |
msgid "for version"
|
230 |
msgstr "برای نسخه"
|
231 |
|
232 |
-
#: google-captcha.php:
|
233 |
msgid "reCAPTCHA language"
|
234 |
msgstr "زبان reCAPTCHA "
|
235 |
|
236 |
-
#: google-captcha.php:
|
237 |
msgid "Use the current site language"
|
238 |
msgstr "از زبان کنونی سایت استفاده کن"
|
239 |
|
240 |
-
#: google-captcha.php:
|
241 |
msgid "Using"
|
242 |
msgstr "استفاده کردن"
|
243 |
|
244 |
-
#: google-captcha.php:
|
245 |
msgid "reCAPTCHA size"
|
246 |
msgstr "اندازه reCAPTCHA"
|
247 |
|
248 |
-
#: google-captcha.php:
|
249 |
msgid "Save Changes"
|
250 |
msgstr "ذخیره کردن تنظیمات"
|
251 |
|
252 |
-
#: google-captcha.php:
|
253 |
msgid "To use Google Captcha you must get the keys from"
|
254 |
msgstr "برای استفاده از Google Captcha باید کلید ها را تهیه کنید از"
|
255 |
|
256 |
-
#: google-captcha.php:
|
257 |
msgid "here"
|
258 |
msgstr "اینجا"
|
259 |
|
260 |
-
#: google-captcha.php:
|
261 |
msgid "and enter them on the"
|
262 |
msgstr "و آنها را وارد کنید در"
|
263 |
|
264 |
-
#: google-captcha.php:
|
265 |
msgid "plugin setting page"
|
266 |
msgstr "صفحه تنظیمات افزونه"
|
267 |
|
268 |
-
#: google-captcha.php:
|
269 |
msgid "Error"
|
270 |
msgstr "خطا"
|
271 |
|
272 |
-
#: google-captcha.php:
|
273 |
#, fuzzy
|
274 |
msgid "You have entered an incorrect reCAPTCHA value."
|
275 |
msgstr "شما مقدار CAPTCHA اشتباهی را وارد کرده اید."
|
276 |
|
277 |
-
#: google-captcha.php:
|
278 |
#, fuzzy
|
279 |
msgid "You have entered an incorrect reCAPTCHA value"
|
280 |
msgstr "شما مقدار CAPTCHA اشتباهی را وارد کرده اید."
|
281 |
|
282 |
-
#: google-captcha.php:
|
283 |
msgid "ERROR"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: google-captcha.php:
|
287 |
#, fuzzy
|
288 |
msgid ""
|
289 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
@@ -292,10 +292,56 @@ msgstr ""
|
|
292 |
"خطا: شما مقدار CAPTCHA اشتباهی را وارد کرده اید. به صفحه قبلی بازگشته و "
|
293 |
"دوباره تلاش کنید."
|
294 |
|
295 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
296 |
msgid "Support"
|
297 |
msgstr "پشتیبانی"
|
298 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
299 |
#~ msgid ""
|
300 |
#~ "Google Captcha version 2 will not work correctly, since the option "
|
301 |
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-05 17:14+0300\n"
|
6 |
+
"PO-Revision-Date: 2016-04-05 17:14+0300\n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: Amirreza Nasiri <nasiri.amirreza.96@gmail.com>\n"
|
9 |
"Language: fa_IR\n"
|
21 |
"X-Loco-Target-Locale: uk_UA\n"
|
22 |
"X-Poedit-SearchPath-0: .\n"
|
23 |
|
24 |
+
#: google-captcha.php:34 google-captcha.php:367
|
25 |
msgid "Google Captcha Settings"
|
26 |
msgstr "تنظیمات Google Captcha"
|
27 |
|
28 |
+
#: google-captcha.php:154
|
29 |
msgid "Warning"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: google-captcha.php:154
|
33 |
msgid ""
|
34 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
35 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
36 |
"blocks."
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: google-captcha.php:158
|
40 |
#, fuzzy
|
41 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
42 |
msgstr "خطا: شما مقدار CAPTCHA اشتباهی را وارد کرده اید."
|
43 |
|
44 |
+
#: google-captcha.php:272
|
45 |
msgid "Normal"
|
46 |
msgstr "عادی"
|
47 |
|
48 |
+
#: google-captcha.php:273
|
49 |
msgid "Compact"
|
50 |
msgstr "فشرده"
|
51 |
|
52 |
+
#: google-captcha.php:279
|
53 |
msgid "Site key"
|
54 |
msgstr "کلید سایت (site key در تنظیمات گوگل)"
|
55 |
|
56 |
+
#: google-captcha.php:284
|
57 |
msgid "Secret Key"
|
58 |
msgstr "کلید سری (secret key در تنظیمات گوگل)"
|
59 |
|
60 |
+
#: google-captcha.php:292
|
61 |
msgid "Login form"
|
62 |
msgstr "فرم ورود"
|
63 |
|
64 |
+
#: google-captcha.php:293
|
65 |
msgid "Registration form"
|
66 |
msgstr "فرم ثبت نام"
|
67 |
|
68 |
+
#: google-captcha.php:294
|
69 |
msgid "Reset password form"
|
70 |
msgstr "فرم فراموش رمز عبور"
|
71 |
|
72 |
+
#: google-captcha.php:295
|
73 |
msgid "Comments form"
|
74 |
msgstr "فرم دیدگاه ها"
|
75 |
|
76 |
+
#: google-captcha.php:314
|
77 |
msgid "Enter site key"
|
78 |
msgstr "کلید سایت را وارد کنید"
|
79 |
|
80 |
+
#: google-captcha.php:315 google-captcha.php:321
|
81 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
82 |
msgstr ""
|
83 |
"تذکر: Captcha تا زمانی که فیلد مربوط به کلیدها را وارد نکنید، نشان داده "
|
84 |
"نخواهد شد."
|
85 |
|
86 |
+
#: google-captcha.php:320
|
87 |
msgid "Enter secret key"
|
88 |
msgstr "کلید سری را وارد کنید"
|
89 |
|
90 |
+
#: google-captcha.php:346
|
91 |
msgid "Settings saved"
|
92 |
msgstr "تنظیمات ذخیره شدند"
|
93 |
|
94 |
+
#: google-captcha.php:352
|
95 |
msgid "All plugin settings were restored."
|
96 |
msgstr "تمام تنظیمات پلاگین بازگردانده شدند."
|
97 |
|
98 |
+
#: google-captcha.php:369 google-captcha.php:1040 google-captcha.php:1073
|
99 |
msgid "Settings"
|
100 |
msgstr "تنظیمات"
|
101 |
|
102 |
+
#: google-captcha.php:370
|
103 |
+
msgid "Custom code"
|
104 |
+
msgstr ""
|
105 |
+
|
106 |
+
#: google-captcha.php:371
|
107 |
msgid "Go PRO"
|
108 |
msgstr "ارتقاء به نسخه حرفه ای"
|
109 |
|
110 |
+
#: google-captcha.php:376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
msgid ""
|
112 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
113 |
"version 1 features."
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: google-captcha.php:391
|
117 |
#, fuzzy, php-format
|
118 |
msgid ""
|
119 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
122 |
"اگر می خواهید که Google Captcha را به فرم دلخواه خود اضافه کنید، کافیست شورت "
|
123 |
"کد زیر را کپی کرده و درون فرم مورد نظر بچسبانید:"
|
124 |
|
125 |
+
#: google-captcha.php:397
|
126 |
#, php-format
|
127 |
msgid ""
|
128 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
131 |
"your own form , please use the shortcode %s"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: google-captcha.php:405
|
135 |
msgid "Authentication"
|
136 |
msgstr "تایید هویت"
|
137 |
|
138 |
+
#: google-captcha.php:406
|
139 |
#, fuzzy, php-format
|
140 |
msgid "Before you are able to do something, you must to register %shere%s"
|
141 |
msgstr "قبل از این که قادر به انجام کاری باشید، باید ثبت نام کنید %s در %s"
|
142 |
|
143 |
+
#: google-captcha.php:407
|
144 |
msgid "Enter site key and secret key, that you get after registration."
|
145 |
msgstr "کلید سایت و کلید سری را که بعد از ثبت نام دریافت کردید، وارد کنید."
|
146 |
|
147 |
+
#: google-captcha.php:422
|
148 |
+
#, fuzzy
|
149 |
+
msgid "Test Keys"
|
150 |
+
msgstr "کلید سری (secret key در تنظیمات گوگل)"
|
151 |
+
|
152 |
+
#: google-captcha.php:425
|
153 |
msgid "Options"
|
154 |
msgstr "تنظیمات"
|
155 |
|
156 |
+
#: google-captcha.php:428
|
157 |
msgid "Enable reCAPTCHA for"
|
158 |
msgstr "فعال کردن reCAPTCHA برای"
|
159 |
|
160 |
+
#: google-captcha.php:432
|
161 |
msgid "WordPress default"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: google-captcha.php:441
|
165 |
msgid "This option is available only for network or for main blog"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: google-captcha.php:449
|
169 |
msgid "Plugins"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: google-captcha.php:457 google-captcha.php:462
|
173 |
#, fuzzy, php-format
|
174 |
msgid "You should %s to use this functionality"
|
175 |
msgstr "تا از این قابلیت استفاده کنید"
|
176 |
|
177 |
+
#: google-captcha.php:458
|
178 |
msgid "activate"
|
179 |
msgstr "فعال کنید"
|
180 |
|
181 |
+
#: google-captcha.php:458
|
182 |
msgid "for network"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: google-captcha.php:463
|
186 |
msgid "download"
|
187 |
msgstr "دانلود"
|
188 |
|
189 |
+
#: google-captcha.php:475 google-captcha.php:552
|
190 |
msgid "Close"
|
191 |
msgstr "بستن"
|
192 |
|
193 |
+
#: google-captcha.php:487 google-captcha.php:588
|
194 |
msgid "Unlock premium options by upgrading to Pro version"
|
195 |
msgstr "گزینه های اضافی را با آپگرید کردن به نسخه حرفه ای باز کنید"
|
196 |
|
197 |
+
#: google-captcha.php:490 google-captcha.php:591
|
198 |
msgid "Learn More"
|
199 |
msgstr "بیشتر بدانید"
|
200 |
|
201 |
+
#: google-captcha.php:496
|
202 |
#, php-format
|
203 |
msgid ""
|
204 |
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: google-captcha.php:496 google-captcha.php:1074
|
208 |
msgid "FAQ"
|
209 |
msgstr "سوالات متداول"
|
210 |
|
211 |
+
#: google-captcha.php:501
|
212 |
msgid "Hide reCAPTCHA in Comments form for"
|
213 |
msgstr "reCAPTCHA را در فرم دیدگاه ها مخفی کن در"
|
214 |
|
215 |
+
#: google-captcha.php:513
|
216 |
msgid "reCAPTCHA version"
|
217 |
msgstr "نسخه reCAPTCHA"
|
218 |
|
219 |
+
#: google-captcha.php:516 google-captcha.php:517 google-captcha.php:518
|
220 |
+
#: google-captcha.php:519
|
221 |
msgid "version"
|
222 |
msgstr "نسخه"
|
223 |
|
224 |
+
#: google-captcha.php:525 google-captcha.php:538
|
225 |
msgid "reCAPTCHA theme"
|
226 |
msgstr "پوسته reCAPTCHA"
|
227 |
|
228 |
+
#: google-captcha.php:526 google-captcha.php:539 google-captcha.php:570
|
229 |
msgid "for version"
|
230 |
msgstr "برای نسخه"
|
231 |
|
232 |
+
#: google-captcha.php:556
|
233 |
msgid "reCAPTCHA language"
|
234 |
msgstr "زبان reCAPTCHA "
|
235 |
|
236 |
+
#: google-captcha.php:563
|
237 |
msgid "Use the current site language"
|
238 |
msgstr "از زبان کنونی سایت استفاده کن"
|
239 |
|
240 |
+
#: google-captcha.php:563
|
241 |
msgid "Using"
|
242 |
msgstr "استفاده کردن"
|
243 |
|
244 |
+
#: google-captcha.php:569
|
245 |
msgid "reCAPTCHA size"
|
246 |
msgstr "اندازه reCAPTCHA"
|
247 |
|
248 |
+
#: google-captcha.php:598
|
249 |
msgid "Save Changes"
|
250 |
msgstr "ذخیره کردن تنظیمات"
|
251 |
|
252 |
+
#: google-captcha.php:652 google-captcha.php:1090
|
253 |
msgid "To use Google Captcha you must get the keys from"
|
254 |
msgstr "برای استفاده از Google Captcha باید کلید ها را تهیه کنید از"
|
255 |
|
256 |
+
#: google-captcha.php:653 google-captcha.php:1091
|
257 |
msgid "here"
|
258 |
msgstr "اینجا"
|
259 |
|
260 |
+
#: google-captcha.php:654 google-captcha.php:1092
|
261 |
msgid "and enter them on the"
|
262 |
msgstr "و آنها را وارد کنید در"
|
263 |
|
264 |
+
#: google-captcha.php:656 google-captcha.php:1094
|
265 |
msgid "plugin setting page"
|
266 |
msgstr "صفحه تنظیمات افزونه"
|
267 |
|
268 |
+
#: google-captcha.php:842 google-captcha.php:880
|
269 |
msgid "Error"
|
270 |
msgstr "خطا"
|
271 |
|
272 |
+
#: google-captcha.php:842
|
273 |
#, fuzzy
|
274 |
msgid "You have entered an incorrect reCAPTCHA value."
|
275 |
msgstr "شما مقدار CAPTCHA اشتباهی را وارد کرده اید."
|
276 |
|
277 |
+
#: google-captcha.php:880 google-captcha.php:897 google-captcha.php:926
|
278 |
#, fuzzy
|
279 |
msgid "You have entered an incorrect reCAPTCHA value"
|
280 |
msgstr "شما مقدار CAPTCHA اشتباهی را وارد کرده اید."
|
281 |
|
282 |
+
#: google-captcha.php:897 google-captcha.php:926 google-captcha.php:952
|
283 |
msgid "ERROR"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: google-captcha.php:952
|
287 |
#, fuzzy
|
288 |
msgid ""
|
289 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
292 |
"خطا: شما مقدار CAPTCHA اشتباهی را وارد کرده اید. به صفحه قبلی بازگشته و "
|
293 |
"دوباره تلاش کنید."
|
294 |
|
295 |
+
#: google-captcha.php:976
|
296 |
+
msgid "Please, complete the captcha and submit \"Test verification\""
|
297 |
+
msgstr ""
|
298 |
+
|
299 |
+
#: google-captcha.php:980
|
300 |
+
msgid "Test verification"
|
301 |
+
msgstr ""
|
302 |
+
|
303 |
+
#: google-captcha.php:994 google-captcha.php:1003
|
304 |
+
msgid "The user response was missing."
|
305 |
+
msgstr ""
|
306 |
+
|
307 |
+
#: google-captcha.php:996
|
308 |
+
msgid "The Secret Key is missing."
|
309 |
+
msgstr ""
|
310 |
+
|
311 |
+
#: google-captcha.php:999 google-captcha.php:1008
|
312 |
+
msgid "The Secret Key is invalid"
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#: google-captcha.php:1000 google-captcha.php:1009
|
316 |
+
msgid "Check your domain configuration"
|
317 |
+
msgstr ""
|
318 |
+
|
319 |
+
#: google-captcha.php:1001 google-captcha.php:1010
|
320 |
+
#, fuzzy
|
321 |
+
msgid "and enter it again"
|
322 |
+
msgstr "و آنها را وارد کنید در"
|
323 |
+
|
324 |
+
#: google-captcha.php:1004 google-captcha.php:1012
|
325 |
+
msgid "The user response is invalid."
|
326 |
+
msgstr ""
|
327 |
+
|
328 |
+
#: google-captcha.php:1021
|
329 |
+
msgid "The verification is successfully completed."
|
330 |
+
msgstr ""
|
331 |
+
|
332 |
+
#: google-captcha.php:1075
|
333 |
msgid "Support"
|
334 |
msgstr "پشتیبانی"
|
335 |
|
336 |
+
#, fuzzy
|
337 |
+
#~ msgid ""
|
338 |
+
#~ "Google Captcha version 2 will not work correctly, since the option "
|
339 |
+
#~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
|
340 |
+
#~ "service."
|
341 |
+
#~ msgstr ""
|
342 |
+
#~ "Google Captcha نسخه 2 به درستی کار نخواهد کرد چون گزینه \"allow_url_fopen"
|
343 |
+
#~ "\" در تنظیمات PHP هاست شما غیرفعال شده است."
|
344 |
+
|
345 |
#~ msgid ""
|
346 |
#~ "Google Captcha version 2 will not work correctly, since the option "
|
347 |
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
languages/google-captcha-fr_FR.mo
CHANGED
Binary file
|
languages/google-captcha-fr_FR.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: Denis Bodorr <lefinnois@lefinnois.net>\n"
|
@@ -17,106 +17,100 @@ msgstr ""
|
|
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 "Configuration Google Captcha"
|
23 |
|
24 |
-
#: google-captcha.php:
|
25 |
msgid "Warning"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: google-captcha.php:
|
29 |
msgid ""
|
30 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
31 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
32 |
"blocks."
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: google-captcha.php:
|
36 |
#, fuzzy
|
37 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
38 |
msgstr "ERREUR: Vous avez saisi une valeur de CAPTCHA incorrecte"
|
39 |
|
40 |
-
#: google-captcha.php:
|
41 |
msgid "Normal"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: google-captcha.php:
|
45 |
msgid "Compact"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: google-captcha.php:
|
49 |
msgid "Site key"
|
50 |
msgstr "Clé du site"
|
51 |
|
52 |
-
#: google-captcha.php:
|
53 |
msgid "Secret Key"
|
54 |
msgstr "Clé secrète"
|
55 |
|
56 |
-
#: google-captcha.php:
|
57 |
msgid "Login form"
|
58 |
msgstr "Formulaire de connexion"
|
59 |
|
60 |
-
#: google-captcha.php:
|
61 |
msgid "Registration form"
|
62 |
msgstr "Formulaire d'enregistrement"
|
63 |
|
64 |
-
#: google-captcha.php:
|
65 |
msgid "Reset password form"
|
66 |
msgstr "Formulaire de réinitialisation de mot de passe"
|
67 |
|
68 |
-
#: google-captcha.php:
|
69 |
msgid "Comments form"
|
70 |
msgstr "Formulaire de commentaire"
|
71 |
|
72 |
-
#: google-captcha.php:
|
73 |
msgid "Enter site key"
|
74 |
msgstr "Saisissez la clé du site"
|
75 |
|
76 |
-
#: google-captcha.php:
|
77 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
78 |
msgstr ""
|
79 |
"ATTENTION: Le captcha ne s'affichera pas tant que vous n'avez pas spécifié "
|
80 |
"les clés"
|
81 |
|
82 |
-
#: google-captcha.php:
|
83 |
msgid "Enter secret key"
|
84 |
msgstr "Saisissez la clé secrète"
|
85 |
|
86 |
-
#: google-captcha.php:
|
87 |
msgid "Settings saved"
|
88 |
msgstr "Configuration enregistrée"
|
89 |
|
90 |
-
#: google-captcha.php:
|
91 |
#, fuzzy
|
92 |
msgid "All plugin settings were restored."
|
93 |
msgstr "Tous les paramètre sont restaurés"
|
94 |
|
95 |
-
#: google-captcha.php:
|
96 |
msgid "Settings"
|
97 |
msgstr "Configuration"
|
98 |
|
99 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
100 |
msgid "Go PRO"
|
101 |
msgstr "Version PRO"
|
102 |
|
103 |
-
#: google-captcha.php:
|
104 |
-
#, fuzzy
|
105 |
-
msgid ""
|
106 |
-
"Google Captcha version 2 will not work correctly, since the option "
|
107 |
-
"\"allow_url_fopen\" is disabled. Please contact your hosting support service."
|
108 |
-
msgstr ""
|
109 |
-
"Google Captcha version 2 ne fonctionnera pas correctement, car l'option "
|
110 |
-
"\"allow_url_fopen\" est désactivée dans la configuration PHP de votre "
|
111 |
-
"hébergement"
|
112 |
-
|
113 |
-
#: google-captcha.php:416
|
114 |
msgid ""
|
115 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
116 |
"version 1 features."
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: google-captcha.php:
|
120 |
#, fuzzy, php-format
|
121 |
msgid ""
|
122 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
@@ -125,7 +119,7 @@ msgstr ""
|
|
125 |
"Si vous voulez ajouter Google Captcha à vos propres formulaires, copiez/"
|
126 |
"collez simplement ce code:"
|
127 |
|
128 |
-
#: google-captcha.php:
|
129 |
#, php-format
|
130 |
msgid ""
|
131 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
@@ -134,172 +128,223 @@ msgid ""
|
|
134 |
"your own form , please use the shortcode %s"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: google-captcha.php:
|
138 |
msgid "Authentication"
|
139 |
msgstr "Authentification"
|
140 |
|
141 |
-
#: google-captcha.php:
|
142 |
#, fuzzy, php-format
|
143 |
msgid "Before you are able to do something, you must to register %shere%s"
|
144 |
msgstr ""
|
145 |
"Avant de pouvoir faire quoi que ce soit, vous devez vous enregistrer %s ici "
|
146 |
"%s"
|
147 |
|
148 |
-
#: google-captcha.php:
|
149 |
msgid "Enter site key and secret key, that you get after registration."
|
150 |
msgstr ""
|
151 |
"Saisissez la clé du site et la clé secrète que vous avez obtenues après "
|
152 |
"enregistrement"
|
153 |
|
154 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
155 |
msgid "Options"
|
156 |
msgstr "Options"
|
157 |
|
158 |
-
#: google-captcha.php:
|
159 |
msgid "Enable reCAPTCHA for"
|
160 |
msgstr "Activer reCAPTCHA pour"
|
161 |
|
162 |
-
#: google-captcha.php:
|
163 |
msgid "WordPress default"
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: google-captcha.php:
|
167 |
msgid "This option is available only for network or for main blog"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: google-captcha.php:
|
171 |
#, fuzzy
|
172 |
msgid "Plugins"
|
173 |
msgstr "Plugins Seite"
|
174 |
|
175 |
-
#: google-captcha.php:
|
176 |
#, fuzzy, php-format
|
177 |
msgid "You should %s to use this functionality"
|
178 |
msgstr "pour utiliser cette fonctionnalité"
|
179 |
|
180 |
-
#: google-captcha.php:
|
181 |
#, fuzzy
|
182 |
msgid "activate"
|
183 |
msgstr "activer"
|
184 |
|
185 |
-
#: google-captcha.php:
|
186 |
msgid "for network"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: google-captcha.php:
|
190 |
msgid "download"
|
191 |
msgstr "télécharger"
|
192 |
|
193 |
-
#: google-captcha.php:
|
194 |
msgid "Close"
|
195 |
msgstr "Fermer"
|
196 |
|
197 |
-
#: google-captcha.php:
|
198 |
msgid "Unlock premium options by upgrading to Pro version"
|
199 |
msgstr "Débloquez les options premium en mettant à jour vers la version Pro"
|
200 |
|
201 |
-
#: google-captcha.php:
|
202 |
msgid "Learn More"
|
203 |
msgstr "En savoir plus"
|
204 |
|
205 |
-
#: google-captcha.php:
|
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:
|
212 |
msgid "FAQ"
|
213 |
msgstr "FAQ"
|
214 |
|
215 |
-
#: google-captcha.php:
|
216 |
msgid "Hide reCAPTCHA in Comments form for"
|
217 |
msgstr "Cacher reCAPTCHA dans le formulaire de commentaires pour"
|
218 |
|
219 |
-
#: google-captcha.php:
|
220 |
msgid "reCAPTCHA version"
|
221 |
msgstr "Version reCAPTCHA"
|
222 |
|
223 |
-
#: google-captcha.php:
|
224 |
-
#: google-captcha.php:
|
225 |
msgid "version"
|
226 |
msgstr "Version"
|
227 |
|
228 |
-
#: google-captcha.php:
|
229 |
msgid "reCAPTCHA theme"
|
230 |
msgstr "Thème reCAPTCHA"
|
231 |
|
232 |
-
#: google-captcha.php:
|
233 |
msgid "for version"
|
234 |
msgstr "pour la version"
|
235 |
|
236 |
-
#: google-captcha.php:
|
237 |
msgid "reCAPTCHA language"
|
238 |
msgstr "Langue reCAPTCHA"
|
239 |
|
240 |
-
#: google-captcha.php:
|
241 |
msgid "Use the current site language"
|
242 |
msgstr "Utiliser le langage courant du site"
|
243 |
|
244 |
-
#: google-captcha.php:
|
245 |
msgid "Using"
|
246 |
msgstr "Utilisant"
|
247 |
|
248 |
-
#: google-captcha.php:
|
249 |
msgid "reCAPTCHA size"
|
250 |
msgstr "Taille ReCAPTCHA"
|
251 |
|
252 |
-
#: google-captcha.php:
|
253 |
msgid "Save Changes"
|
254 |
msgstr "Enregistrer les modifications"
|
255 |
|
256 |
-
#: google-captcha.php:
|
257 |
msgid "To use Google Captcha you must get the keys from"
|
258 |
msgstr "Pour utiliser Google Captcha vous devez obtenir les clés depuis"
|
259 |
|
260 |
-
#: google-captcha.php:
|
261 |
msgid "here"
|
262 |
msgstr "ici"
|
263 |
|
264 |
-
#: google-captcha.php:
|
265 |
msgid "and enter them on the"
|
266 |
msgstr "et les saisir sur la"
|
267 |
|
268 |
-
#: google-captcha.php:
|
269 |
msgid "plugin setting page"
|
270 |
msgstr "page de configuration de l'extension"
|
271 |
|
272 |
-
#: google-captcha.php:
|
273 |
msgid "Error"
|
274 |
msgstr "Erreur"
|
275 |
|
276 |
-
#: google-captcha.php:
|
277 |
#, fuzzy
|
278 |
msgid "You have entered an incorrect reCAPTCHA value."
|
279 |
msgstr "Vous avez saisi une valeur de CAPTCHA incorrecte"
|
280 |
|
281 |
-
#: google-captcha.php:
|
282 |
#, fuzzy
|
283 |
msgid "You have entered an incorrect reCAPTCHA value"
|
284 |
msgstr "Vous avez saisi une valeur de CAPTCHA incorrecte"
|
285 |
|
286 |
-
#: google-captcha.php:
|
287 |
msgid "ERROR"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: google-captcha.php:
|
291 |
-
#, fuzzy
|
292 |
msgid ""
|
293 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
294 |
"browser, and try again."
|
295 |
msgstr ""
|
296 |
-
"
|
297 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
298 |
|
299 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
msgid "Support"
|
301 |
msgstr "Support"
|
302 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
#~ msgid ""
|
304 |
#~ "Google Captcha version 2 will not work correctly, since the option "
|
305 |
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-05 17:14+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: Denis Bodorr <lefinnois@lefinnois.net>\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: google-captcha.php:34 google-captcha.php:367
|
21 |
msgid "Google Captcha Settings"
|
22 |
msgstr "Configuration Google Captcha"
|
23 |
|
24 |
+
#: google-captcha.php:154
|
25 |
msgid "Warning"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: google-captcha.php:154
|
29 |
msgid ""
|
30 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
31 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
32 |
"blocks."
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: google-captcha.php:158
|
36 |
#, fuzzy
|
37 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
38 |
msgstr "ERREUR: Vous avez saisi une valeur de CAPTCHA incorrecte"
|
39 |
|
40 |
+
#: google-captcha.php:272
|
41 |
msgid "Normal"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: google-captcha.php:273
|
45 |
msgid "Compact"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: google-captcha.php:279
|
49 |
msgid "Site key"
|
50 |
msgstr "Clé du site"
|
51 |
|
52 |
+
#: google-captcha.php:284
|
53 |
msgid "Secret Key"
|
54 |
msgstr "Clé secrète"
|
55 |
|
56 |
+
#: google-captcha.php:292
|
57 |
msgid "Login form"
|
58 |
msgstr "Formulaire de connexion"
|
59 |
|
60 |
+
#: google-captcha.php:293
|
61 |
msgid "Registration form"
|
62 |
msgstr "Formulaire d'enregistrement"
|
63 |
|
64 |
+
#: google-captcha.php:294
|
65 |
msgid "Reset password form"
|
66 |
msgstr "Formulaire de réinitialisation de mot de passe"
|
67 |
|
68 |
+
#: google-captcha.php:295
|
69 |
msgid "Comments form"
|
70 |
msgstr "Formulaire de commentaire"
|
71 |
|
72 |
+
#: google-captcha.php:314
|
73 |
msgid "Enter site key"
|
74 |
msgstr "Saisissez la clé du site"
|
75 |
|
76 |
+
#: google-captcha.php:315 google-captcha.php:321
|
77 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
78 |
msgstr ""
|
79 |
"ATTENTION: Le captcha ne s'affichera pas tant que vous n'avez pas spécifié "
|
80 |
"les clés"
|
81 |
|
82 |
+
#: google-captcha.php:320
|
83 |
msgid "Enter secret key"
|
84 |
msgstr "Saisissez la clé secrète"
|
85 |
|
86 |
+
#: google-captcha.php:346
|
87 |
msgid "Settings saved"
|
88 |
msgstr "Configuration enregistrée"
|
89 |
|
90 |
+
#: google-captcha.php:352
|
91 |
#, fuzzy
|
92 |
msgid "All plugin settings were restored."
|
93 |
msgstr "Tous les paramètre sont restaurés"
|
94 |
|
95 |
+
#: google-captcha.php:369 google-captcha.php:1040 google-captcha.php:1073
|
96 |
msgid "Settings"
|
97 |
msgstr "Configuration"
|
98 |
|
99 |
+
#: google-captcha.php:370
|
100 |
+
msgid "Custom code"
|
101 |
+
msgstr ""
|
102 |
+
|
103 |
+
#: google-captcha.php:371
|
104 |
msgid "Go PRO"
|
105 |
msgstr "Version PRO"
|
106 |
|
107 |
+
#: google-captcha.php:376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
msgid ""
|
109 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
110 |
"version 1 features."
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: google-captcha.php:391
|
114 |
#, fuzzy, php-format
|
115 |
msgid ""
|
116 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
119 |
"Si vous voulez ajouter Google Captcha à vos propres formulaires, copiez/"
|
120 |
"collez simplement ce code:"
|
121 |
|
122 |
+
#: google-captcha.php:397
|
123 |
#, php-format
|
124 |
msgid ""
|
125 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
128 |
"your own form , please use the shortcode %s"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: google-captcha.php:405
|
132 |
msgid "Authentication"
|
133 |
msgstr "Authentification"
|
134 |
|
135 |
+
#: google-captcha.php:406
|
136 |
#, fuzzy, php-format
|
137 |
msgid "Before you are able to do something, you must to register %shere%s"
|
138 |
msgstr ""
|
139 |
"Avant de pouvoir faire quoi que ce soit, vous devez vous enregistrer %s ici "
|
140 |
"%s"
|
141 |
|
142 |
+
#: google-captcha.php:407
|
143 |
msgid "Enter site key and secret key, that you get after registration."
|
144 |
msgstr ""
|
145 |
"Saisissez la clé du site et la clé secrète que vous avez obtenues après "
|
146 |
"enregistrement"
|
147 |
|
148 |
+
#: google-captcha.php:422
|
149 |
+
#, fuzzy
|
150 |
+
msgid "Test Keys"
|
151 |
+
msgstr "Clé secrète"
|
152 |
+
|
153 |
+
#: google-captcha.php:425
|
154 |
msgid "Options"
|
155 |
msgstr "Options"
|
156 |
|
157 |
+
#: google-captcha.php:428
|
158 |
msgid "Enable reCAPTCHA for"
|
159 |
msgstr "Activer reCAPTCHA pour"
|
160 |
|
161 |
+
#: google-captcha.php:432
|
162 |
msgid "WordPress default"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: google-captcha.php:441
|
166 |
msgid "This option is available only for network or for main blog"
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: google-captcha.php:449
|
170 |
#, fuzzy
|
171 |
msgid "Plugins"
|
172 |
msgstr "Plugins Seite"
|
173 |
|
174 |
+
#: google-captcha.php:457 google-captcha.php:462
|
175 |
#, fuzzy, php-format
|
176 |
msgid "You should %s to use this functionality"
|
177 |
msgstr "pour utiliser cette fonctionnalité"
|
178 |
|
179 |
+
#: google-captcha.php:458
|
180 |
#, fuzzy
|
181 |
msgid "activate"
|
182 |
msgstr "activer"
|
183 |
|
184 |
+
#: google-captcha.php:458
|
185 |
msgid "for network"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: google-captcha.php:463
|
189 |
msgid "download"
|
190 |
msgstr "télécharger"
|
191 |
|
192 |
+
#: google-captcha.php:475 google-captcha.php:552
|
193 |
msgid "Close"
|
194 |
msgstr "Fermer"
|
195 |
|
196 |
+
#: google-captcha.php:487 google-captcha.php:588
|
197 |
msgid "Unlock premium options by upgrading to Pro version"
|
198 |
msgstr "Débloquez les options premium en mettant à jour vers la version Pro"
|
199 |
|
200 |
+
#: google-captcha.php:490 google-captcha.php:591
|
201 |
msgid "Learn More"
|
202 |
msgstr "En savoir plus"
|
203 |
|
204 |
+
#: google-captcha.php:496
|
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:496 google-captcha.php:1074
|
211 |
msgid "FAQ"
|
212 |
msgstr "FAQ"
|
213 |
|
214 |
+
#: google-captcha.php:501
|
215 |
msgid "Hide reCAPTCHA in Comments form for"
|
216 |
msgstr "Cacher reCAPTCHA dans le formulaire de commentaires pour"
|
217 |
|
218 |
+
#: google-captcha.php:513
|
219 |
msgid "reCAPTCHA version"
|
220 |
msgstr "Version reCAPTCHA"
|
221 |
|
222 |
+
#: google-captcha.php:516 google-captcha.php:517 google-captcha.php:518
|
223 |
+
#: google-captcha.php:519
|
224 |
msgid "version"
|
225 |
msgstr "Version"
|
226 |
|
227 |
+
#: google-captcha.php:525 google-captcha.php:538
|
228 |
msgid "reCAPTCHA theme"
|
229 |
msgstr "Thème reCAPTCHA"
|
230 |
|
231 |
+
#: google-captcha.php:526 google-captcha.php:539 google-captcha.php:570
|
232 |
msgid "for version"
|
233 |
msgstr "pour la version"
|
234 |
|
235 |
+
#: google-captcha.php:556
|
236 |
msgid "reCAPTCHA language"
|
237 |
msgstr "Langue reCAPTCHA"
|
238 |
|
239 |
+
#: google-captcha.php:563
|
240 |
msgid "Use the current site language"
|
241 |
msgstr "Utiliser le langage courant du site"
|
242 |
|
243 |
+
#: google-captcha.php:563
|
244 |
msgid "Using"
|
245 |
msgstr "Utilisant"
|
246 |
|
247 |
+
#: google-captcha.php:569
|
248 |
msgid "reCAPTCHA size"
|
249 |
msgstr "Taille ReCAPTCHA"
|
250 |
|
251 |
+
#: google-captcha.php:598
|
252 |
msgid "Save Changes"
|
253 |
msgstr "Enregistrer les modifications"
|
254 |
|
255 |
+
#: google-captcha.php:652 google-captcha.php:1090
|
256 |
msgid "To use Google Captcha you must get the keys from"
|
257 |
msgstr "Pour utiliser Google Captcha vous devez obtenir les clés depuis"
|
258 |
|
259 |
+
#: google-captcha.php:653 google-captcha.php:1091
|
260 |
msgid "here"
|
261 |
msgstr "ici"
|
262 |
|
263 |
+
#: google-captcha.php:654 google-captcha.php:1092
|
264 |
msgid "and enter them on the"
|
265 |
msgstr "et les saisir sur la"
|
266 |
|
267 |
+
#: google-captcha.php:656 google-captcha.php:1094
|
268 |
msgid "plugin setting page"
|
269 |
msgstr "page de configuration de l'extension"
|
270 |
|
271 |
+
#: google-captcha.php:842 google-captcha.php:880
|
272 |
msgid "Error"
|
273 |
msgstr "Erreur"
|
274 |
|
275 |
+
#: google-captcha.php:842
|
276 |
#, fuzzy
|
277 |
msgid "You have entered an incorrect reCAPTCHA value."
|
278 |
msgstr "Vous avez saisi une valeur de CAPTCHA incorrecte"
|
279 |
|
280 |
+
#: google-captcha.php:880 google-captcha.php:897 google-captcha.php:926
|
281 |
#, fuzzy
|
282 |
msgid "You have entered an incorrect reCAPTCHA value"
|
283 |
msgstr "Vous avez saisi une valeur de CAPTCHA incorrecte"
|
284 |
|
285 |
+
#: google-captcha.php:897 google-captcha.php:926 google-captcha.php:952
|
286 |
msgid "ERROR"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: google-captcha.php:952
|
|
|
290 |
msgid ""
|
291 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
292 |
"browser, and try again."
|
293 |
msgstr ""
|
294 |
+
"Vous avez saisi une valeur de CAPTCHA incorrecte. Cliquez sur le bouton "
|
295 |
+
"\"Revenir en arrière\" de votre navigateur et essayez à nouveau."
|
296 |
+
|
297 |
+
#: google-captcha.php:976
|
298 |
+
msgid "Please, complete the captcha and submit \"Test verification\""
|
299 |
+
msgstr ""
|
300 |
+
|
301 |
+
#: google-captcha.php:980
|
302 |
+
msgid "Test verification"
|
303 |
+
msgstr ""
|
304 |
+
|
305 |
+
#: google-captcha.php:994 google-captcha.php:1003
|
306 |
+
msgid "The user response was missing."
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
+
#: google-captcha.php:996
|
310 |
+
msgid "The Secret Key is missing."
|
311 |
+
msgstr ""
|
312 |
|
313 |
+
#: google-captcha.php:999 google-captcha.php:1008
|
314 |
+
msgid "The Secret Key is invalid"
|
315 |
+
msgstr ""
|
316 |
+
|
317 |
+
#: google-captcha.php:1000 google-captcha.php:1009
|
318 |
+
msgid "Check your domain configuration"
|
319 |
+
msgstr ""
|
320 |
+
|
321 |
+
#: google-captcha.php:1001 google-captcha.php:1010
|
322 |
+
#, fuzzy
|
323 |
+
msgid "and enter it again"
|
324 |
+
msgstr "et les saisir sur la"
|
325 |
+
|
326 |
+
#: google-captcha.php:1004 google-captcha.php:1012
|
327 |
+
msgid "The user response is invalid."
|
328 |
+
msgstr ""
|
329 |
+
|
330 |
+
#: google-captcha.php:1021
|
331 |
+
msgid "The verification is successfully completed."
|
332 |
+
msgstr ""
|
333 |
+
|
334 |
+
#: google-captcha.php:1075
|
335 |
msgid "Support"
|
336 |
msgstr "Support"
|
337 |
|
338 |
+
#, fuzzy
|
339 |
+
#~ msgid ""
|
340 |
+
#~ "Google Captcha version 2 will not work correctly, since the option "
|
341 |
+
#~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
|
342 |
+
#~ "service."
|
343 |
+
#~ msgstr ""
|
344 |
+
#~ "Google Captcha version 2 ne fonctionnera pas correctement, car l'option "
|
345 |
+
#~ "\"allow_url_fopen\" est désactivée dans la configuration PHP de votre "
|
346 |
+
#~ "hébergement"
|
347 |
+
|
348 |
#~ msgid ""
|
349 |
#~ "Google Captcha version 2 will not work correctly, since the option "
|
350 |
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
languages/google-captcha-hi.mo
CHANGED
Binary file
|
languages/google-captcha-hi.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: Development Logics Solutions Pvt Ltd "
|
@@ -18,103 +18,98 @@ msgstr ""
|
|
18 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
-
#: google-captcha.php:
|
22 |
msgid "Google Captcha Settings"
|
23 |
msgstr "गूगल कॅप्चा सेटिंग्स"
|
24 |
|
25 |
-
#: google-captcha.php:
|
26 |
msgid "Warning"
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: google-captcha.php:
|
30 |
msgid ""
|
31 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
32 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
33 |
"blocks."
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: google-captcha.php:
|
37 |
#, fuzzy
|
38 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
39 |
msgstr "त्रुटि: आपने एक गलत कॅप्चा मान दर्ज किया है।"
|
40 |
|
41 |
-
#: google-captcha.php:
|
42 |
msgid "Normal"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: google-captcha.php:
|
46 |
msgid "Compact"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: google-captcha.php:
|
50 |
msgid "Site key"
|
51 |
msgstr "साइट कुंजी "
|
52 |
|
53 |
-
#: google-captcha.php:
|
54 |
msgid "Secret Key"
|
55 |
msgstr "गुप्त कुंजी"
|
56 |
|
57 |
-
#: google-captcha.php:
|
58 |
msgid "Login form"
|
59 |
msgstr "प्रवेश फार्म"
|
60 |
|
61 |
-
#: google-captcha.php:
|
62 |
msgid "Registration form"
|
63 |
msgstr "पंजीकरण फॉर्म"
|
64 |
|
65 |
-
#: google-captcha.php:
|
66 |
msgid "Reset password form"
|
67 |
msgstr "पुन: पासवर्ड फार्म"
|
68 |
|
69 |
-
#: google-captcha.php:
|
70 |
msgid "Comments form"
|
71 |
msgstr "टिप्पणियां फार्म"
|
72 |
|
73 |
-
#: google-captcha.php:
|
74 |
msgid "Enter site key"
|
75 |
msgstr "दर्ज साइट कुंजी "
|
76 |
|
77 |
-
#: google-captcha.php:
|
78 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
79 |
msgstr "चेतावनी: यदि आप कुंजी क्षेत्र नहीं भरेंगें तो कैप्चा प्रदर्शित नहीं करेगा।"
|
80 |
|
81 |
-
#: google-captcha.php:
|
82 |
msgid "Enter secret key"
|
83 |
msgstr "दर्ज गुप्त कुंजी"
|
84 |
|
85 |
-
#: google-captcha.php:
|
86 |
msgid "Settings saved"
|
87 |
msgstr "सेटिंग्स सुरक्षित"
|
88 |
|
89 |
-
#: google-captcha.php:
|
90 |
#, fuzzy
|
91 |
msgid "All plugin settings were restored."
|
92 |
msgstr "प्लगइन सेटिंग पृष्ठ पर "
|
93 |
|
94 |
-
#: google-captcha.php:
|
95 |
msgid "Settings"
|
96 |
msgstr "सेटिंग्स"
|
97 |
|
98 |
-
#: google-captcha.php:
|
99 |
-
msgid "
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: google-captcha.php:
|
103 |
-
|
104 |
-
msgid ""
|
105 |
-
"Google Captcha version 2 will not work correctly, since the option "
|
106 |
-
"\"allow_url_fopen\" is disabled. Please contact your hosting support service."
|
107 |
msgstr ""
|
108 |
-
"गूगल कैप्चा संस्करण 2 सही ढंग से काम नहीं करेगा, क्यूंकि विकल्प \"allow_url_fopen\" आपके "
|
109 |
-
"होस्टिंग के पीएचपी सेटिंग में अक्षम है ।"
|
110 |
|
111 |
-
#: google-captcha.php:
|
112 |
msgid ""
|
113 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
114 |
"version 1 features."
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: google-captcha.php:
|
118 |
#, fuzzy, php-format
|
119 |
msgid ""
|
120 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
@@ -123,7 +118,7 @@ msgstr ""
|
|
123 |
"अगर आप अपने खुद के फार्म में गूगल कैप्चा जोड़ना चाहते हैं तो बस इस शॉर्टकोड को अपने पृष्ठ या "
|
124 |
"पोस्ट पर कॉपी और पेस्ट करेँ ।"
|
125 |
|
126 |
-
#: google-captcha.php:
|
127 |
#, php-format
|
128 |
msgid ""
|
129 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
@@ -132,162 +127,167 @@ msgid ""
|
|
132 |
"your own form , please use the shortcode %s"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: google-captcha.php:
|
136 |
msgid "Authentication"
|
137 |
msgstr "प्रमाणीकरण"
|
138 |
|
139 |
-
#: google-captcha.php:
|
140 |
#, fuzzy, php-format
|
141 |
msgid "Before you are able to do something, you must to register %shere%s"
|
142 |
msgstr " कुछ भी करने से पहले %s यहाँ %s पंजीकरण करायें "
|
143 |
|
144 |
-
#: google-captcha.php:
|
145 |
msgid "Enter site key and secret key, that you get after registration."
|
146 |
msgstr "पंजीकरण के बाद जो साइट कुंजी और गुप्त कुंजी मिलती है उसे दर्ज करें।"
|
147 |
|
148 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
149 |
msgid "Options"
|
150 |
msgstr "विकल्प"
|
151 |
|
152 |
-
#: google-captcha.php:
|
153 |
msgid "Enable reCAPTCHA for"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: google-captcha.php:
|
157 |
#, fuzzy
|
158 |
msgid "WordPress default"
|
159 |
msgstr "वर्डप्रेस संस्करण"
|
160 |
|
161 |
-
#: google-captcha.php:
|
162 |
msgid "This option is available only for network or for main blog"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: google-captcha.php:
|
166 |
msgid "Plugins"
|
167 |
msgstr "प्लगइन्स"
|
168 |
|
169 |
-
#: google-captcha.php:
|
170 |
#, php-format
|
171 |
msgid "You should %s to use this functionality"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: google-captcha.php:
|
175 |
#, fuzzy
|
176 |
msgid "activate"
|
177 |
msgstr "सक्रिय"
|
178 |
|
179 |
-
#: google-captcha.php:
|
180 |
msgid "for network"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: google-captcha.php:
|
184 |
msgid "download"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: google-captcha.php:
|
188 |
msgid "Close"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: google-captcha.php:
|
192 |
msgid "Unlock premium options by upgrading to Pro version"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: google-captcha.php:
|
196 |
msgid "Learn More"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: google-captcha.php:
|
200 |
#, php-format
|
201 |
msgid ""
|
202 |
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: google-captcha.php:
|
206 |
msgid "FAQ"
|
207 |
msgstr "सामान्यतःपूछे जाने वाले प्रश्न (फ ए क्यू )"
|
208 |
|
209 |
-
#: google-captcha.php:
|
210 |
#, fuzzy
|
211 |
msgid "Hide reCAPTCHA in Comments form for"
|
212 |
msgstr "रीकैप्चा संस्करण के लिए"
|
213 |
|
214 |
-
#: google-captcha.php:
|
215 |
#, fuzzy
|
216 |
msgid "reCAPTCHA version"
|
217 |
msgstr "रीकैप्चा संस्करण:"
|
218 |
|
219 |
-
#: google-captcha.php:
|
220 |
-
#: google-captcha.php:
|
221 |
msgid "version"
|
222 |
msgstr "संस्करण"
|
223 |
|
224 |
-
#: google-captcha.php:
|
225 |
#, fuzzy
|
226 |
msgid "reCAPTCHA theme"
|
227 |
msgstr "रीकैप्चा संस्करण:"
|
228 |
|
229 |
-
#: google-captcha.php:
|
230 |
#, fuzzy
|
231 |
msgid "for version"
|
232 |
msgstr "संस्करण"
|
233 |
|
234 |
-
#: google-captcha.php:
|
235 |
#, fuzzy
|
236 |
msgid "reCAPTCHA language"
|
237 |
msgstr "रीकैप्चा संस्करण:"
|
238 |
|
239 |
-
#: google-captcha.php:
|
240 |
msgid "Use the current site language"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: google-captcha.php:
|
244 |
msgid "Using"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: google-captcha.php:
|
248 |
#, fuzzy
|
249 |
msgid "reCAPTCHA size"
|
250 |
msgstr "रीकैप्चा संस्करण:"
|
251 |
|
252 |
-
#: google-captcha.php:
|
253 |
msgid "Save Changes"
|
254 |
msgstr "परिवर्तनों को सुरक्षित करें"
|
255 |
|
256 |
-
#: google-captcha.php:
|
257 |
msgid "To use Google Captcha you must get the keys from"
|
258 |
msgstr "गूगल कॅप्चा का उपयोग करने के लिए,आप कुंजी लें "
|
259 |
|
260 |
-
#: google-captcha.php:
|
261 |
msgid "here"
|
262 |
msgstr "यहाँ से "
|
263 |
|
264 |
-
#: google-captcha.php:
|
265 |
msgid "and enter them on the"
|
266 |
msgstr "और उन्हें दर्ज करें "
|
267 |
|
268 |
-
#: google-captcha.php:
|
269 |
msgid "plugin setting page"
|
270 |
msgstr "प्लगइन सेटिंग पृष्ठ पर "
|
271 |
|
272 |
-
#: google-captcha.php:
|
273 |
msgid "Error"
|
274 |
msgstr "त्रुटि"
|
275 |
|
276 |
-
#: google-captcha.php:
|
277 |
#, fuzzy
|
278 |
msgid "You have entered an incorrect reCAPTCHA value."
|
279 |
msgstr "आपने एक गलत कॅप्चा मान दर्ज किया है।"
|
280 |
|
281 |
-
#: google-captcha.php:
|
282 |
#, fuzzy
|
283 |
msgid "You have entered an incorrect reCAPTCHA value"
|
284 |
msgstr "आपने एक गलत कॅप्चा मान दर्ज किया है।"
|
285 |
|
286 |
-
#: google-captcha.php:
|
287 |
msgid "ERROR"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: google-captcha.php:
|
291 |
#, fuzzy
|
292 |
msgid ""
|
293 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
@@ -296,10 +296,56 @@ msgstr ""
|
|
296 |
"त्रुटि: आपने एक गलत कॅप्चा मान दर्ज किया है। अपने ब्राउज़र पर वापस बटन क्लिक करें, और फिर "
|
297 |
"कोशिश करें।"
|
298 |
|
299 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
msgid "Support"
|
301 |
msgstr "सहयोग"
|
302 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
#~ msgid ""
|
304 |
#~ "Google Captcha version 2 will not work correctly, since the option "
|
305 |
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-05 17:14+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: Development Logics Solutions Pvt Ltd "
|
18 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: google-captcha.php:34 google-captcha.php:367
|
22 |
msgid "Google Captcha Settings"
|
23 |
msgstr "गूगल कॅप्चा सेटिंग्स"
|
24 |
|
25 |
+
#: google-captcha.php:154
|
26 |
msgid "Warning"
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: google-captcha.php:154
|
30 |
msgid ""
|
31 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
32 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
33 |
"blocks."
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: google-captcha.php:158
|
37 |
#, fuzzy
|
38 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
39 |
msgstr "त्रुटि: आपने एक गलत कॅप्चा मान दर्ज किया है।"
|
40 |
|
41 |
+
#: google-captcha.php:272
|
42 |
msgid "Normal"
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: google-captcha.php:273
|
46 |
msgid "Compact"
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: google-captcha.php:279
|
50 |
msgid "Site key"
|
51 |
msgstr "साइट कुंजी "
|
52 |
|
53 |
+
#: google-captcha.php:284
|
54 |
msgid "Secret Key"
|
55 |
msgstr "गुप्त कुंजी"
|
56 |
|
57 |
+
#: google-captcha.php:292
|
58 |
msgid "Login form"
|
59 |
msgstr "प्रवेश फार्म"
|
60 |
|
61 |
+
#: google-captcha.php:293
|
62 |
msgid "Registration form"
|
63 |
msgstr "पंजीकरण फॉर्म"
|
64 |
|
65 |
+
#: google-captcha.php:294
|
66 |
msgid "Reset password form"
|
67 |
msgstr "पुन: पासवर्ड फार्म"
|
68 |
|
69 |
+
#: google-captcha.php:295
|
70 |
msgid "Comments form"
|
71 |
msgstr "टिप्पणियां फार्म"
|
72 |
|
73 |
+
#: google-captcha.php:314
|
74 |
msgid "Enter site key"
|
75 |
msgstr "दर्ज साइट कुंजी "
|
76 |
|
77 |
+
#: google-captcha.php:315 google-captcha.php:321
|
78 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
79 |
msgstr "चेतावनी: यदि आप कुंजी क्षेत्र नहीं भरेंगें तो कैप्चा प्रदर्शित नहीं करेगा।"
|
80 |
|
81 |
+
#: google-captcha.php:320
|
82 |
msgid "Enter secret key"
|
83 |
msgstr "दर्ज गुप्त कुंजी"
|
84 |
|
85 |
+
#: google-captcha.php:346
|
86 |
msgid "Settings saved"
|
87 |
msgstr "सेटिंग्स सुरक्षित"
|
88 |
|
89 |
+
#: google-captcha.php:352
|
90 |
#, fuzzy
|
91 |
msgid "All plugin settings were restored."
|
92 |
msgstr "प्लगइन सेटिंग पृष्ठ पर "
|
93 |
|
94 |
+
#: google-captcha.php:369 google-captcha.php:1040 google-captcha.php:1073
|
95 |
msgid "Settings"
|
96 |
msgstr "सेटिंग्स"
|
97 |
|
98 |
+
#: google-captcha.php:370
|
99 |
+
msgid "Custom code"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: google-captcha.php:371
|
103 |
+
msgid "Go PRO"
|
|
|
|
|
|
|
104 |
msgstr ""
|
|
|
|
|
105 |
|
106 |
+
#: google-captcha.php:376
|
107 |
msgid ""
|
108 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
109 |
"version 1 features."
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: google-captcha.php:391
|
113 |
#, fuzzy, php-format
|
114 |
msgid ""
|
115 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
118 |
"अगर आप अपने खुद के फार्म में गूगल कैप्चा जोड़ना चाहते हैं तो बस इस शॉर्टकोड को अपने पृष्ठ या "
|
119 |
"पोस्ट पर कॉपी और पेस्ट करेँ ।"
|
120 |
|
121 |
+
#: google-captcha.php:397
|
122 |
#, php-format
|
123 |
msgid ""
|
124 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
127 |
"your own form , please use the shortcode %s"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: google-captcha.php:405
|
131 |
msgid "Authentication"
|
132 |
msgstr "प्रमाणीकरण"
|
133 |
|
134 |
+
#: google-captcha.php:406
|
135 |
#, fuzzy, php-format
|
136 |
msgid "Before you are able to do something, you must to register %shere%s"
|
137 |
msgstr " कुछ भी करने से पहले %s यहाँ %s पंजीकरण करायें "
|
138 |
|
139 |
+
#: google-captcha.php:407
|
140 |
msgid "Enter site key and secret key, that you get after registration."
|
141 |
msgstr "पंजीकरण के बाद जो साइट कुंजी और गुप्त कुंजी मिलती है उसे दर्ज करें।"
|
142 |
|
143 |
+
#: google-captcha.php:422
|
144 |
+
#, fuzzy
|
145 |
+
msgid "Test Keys"
|
146 |
+
msgstr "गुप्त कुंजी"
|
147 |
+
|
148 |
+
#: google-captcha.php:425
|
149 |
msgid "Options"
|
150 |
msgstr "विकल्प"
|
151 |
|
152 |
+
#: google-captcha.php:428
|
153 |
msgid "Enable reCAPTCHA for"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: google-captcha.php:432
|
157 |
#, fuzzy
|
158 |
msgid "WordPress default"
|
159 |
msgstr "वर्डप्रेस संस्करण"
|
160 |
|
161 |
+
#: google-captcha.php:441
|
162 |
msgid "This option is available only for network or for main blog"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: google-captcha.php:449
|
166 |
msgid "Plugins"
|
167 |
msgstr "प्लगइन्स"
|
168 |
|
169 |
+
#: google-captcha.php:457 google-captcha.php:462
|
170 |
#, php-format
|
171 |
msgid "You should %s to use this functionality"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: google-captcha.php:458
|
175 |
#, fuzzy
|
176 |
msgid "activate"
|
177 |
msgstr "सक्रिय"
|
178 |
|
179 |
+
#: google-captcha.php:458
|
180 |
msgid "for network"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: google-captcha.php:463
|
184 |
msgid "download"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: google-captcha.php:475 google-captcha.php:552
|
188 |
msgid "Close"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: google-captcha.php:487 google-captcha.php:588
|
192 |
msgid "Unlock premium options by upgrading to Pro version"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: google-captcha.php:490 google-captcha.php:591
|
196 |
msgid "Learn More"
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: google-captcha.php:496
|
200 |
#, php-format
|
201 |
msgid ""
|
202 |
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: google-captcha.php:496 google-captcha.php:1074
|
206 |
msgid "FAQ"
|
207 |
msgstr "सामान्यतःपूछे जाने वाले प्रश्न (फ ए क्यू )"
|
208 |
|
209 |
+
#: google-captcha.php:501
|
210 |
#, fuzzy
|
211 |
msgid "Hide reCAPTCHA in Comments form for"
|
212 |
msgstr "रीकैप्चा संस्करण के लिए"
|
213 |
|
214 |
+
#: google-captcha.php:513
|
215 |
#, fuzzy
|
216 |
msgid "reCAPTCHA version"
|
217 |
msgstr "रीकैप्चा संस्करण:"
|
218 |
|
219 |
+
#: google-captcha.php:516 google-captcha.php:517 google-captcha.php:518
|
220 |
+
#: google-captcha.php:519
|
221 |
msgid "version"
|
222 |
msgstr "संस्करण"
|
223 |
|
224 |
+
#: google-captcha.php:525 google-captcha.php:538
|
225 |
#, fuzzy
|
226 |
msgid "reCAPTCHA theme"
|
227 |
msgstr "रीकैप्चा संस्करण:"
|
228 |
|
229 |
+
#: google-captcha.php:526 google-captcha.php:539 google-captcha.php:570
|
230 |
#, fuzzy
|
231 |
msgid "for version"
|
232 |
msgstr "संस्करण"
|
233 |
|
234 |
+
#: google-captcha.php:556
|
235 |
#, fuzzy
|
236 |
msgid "reCAPTCHA language"
|
237 |
msgstr "रीकैप्चा संस्करण:"
|
238 |
|
239 |
+
#: google-captcha.php:563
|
240 |
msgid "Use the current site language"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: google-captcha.php:563
|
244 |
msgid "Using"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: google-captcha.php:569
|
248 |
#, fuzzy
|
249 |
msgid "reCAPTCHA size"
|
250 |
msgstr "रीकैप्चा संस्करण:"
|
251 |
|
252 |
+
#: google-captcha.php:598
|
253 |
msgid "Save Changes"
|
254 |
msgstr "परिवर्तनों को सुरक्षित करें"
|
255 |
|
256 |
+
#: google-captcha.php:652 google-captcha.php:1090
|
257 |
msgid "To use Google Captcha you must get the keys from"
|
258 |
msgstr "गूगल कॅप्चा का उपयोग करने के लिए,आप कुंजी लें "
|
259 |
|
260 |
+
#: google-captcha.php:653 google-captcha.php:1091
|
261 |
msgid "here"
|
262 |
msgstr "यहाँ से "
|
263 |
|
264 |
+
#: google-captcha.php:654 google-captcha.php:1092
|
265 |
msgid "and enter them on the"
|
266 |
msgstr "और उन्हें दर्ज करें "
|
267 |
|
268 |
+
#: google-captcha.php:656 google-captcha.php:1094
|
269 |
msgid "plugin setting page"
|
270 |
msgstr "प्लगइन सेटिंग पृष्ठ पर "
|
271 |
|
272 |
+
#: google-captcha.php:842 google-captcha.php:880
|
273 |
msgid "Error"
|
274 |
msgstr "त्रुटि"
|
275 |
|
276 |
+
#: google-captcha.php:842
|
277 |
#, fuzzy
|
278 |
msgid "You have entered an incorrect reCAPTCHA value."
|
279 |
msgstr "आपने एक गलत कॅप्चा मान दर्ज किया है।"
|
280 |
|
281 |
+
#: google-captcha.php:880 google-captcha.php:897 google-captcha.php:926
|
282 |
#, fuzzy
|
283 |
msgid "You have entered an incorrect reCAPTCHA value"
|
284 |
msgstr "आपने एक गलत कॅप्चा मान दर्ज किया है।"
|
285 |
|
286 |
+
#: google-captcha.php:897 google-captcha.php:926 google-captcha.php:952
|
287 |
msgid "ERROR"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: google-captcha.php:952
|
291 |
#, fuzzy
|
292 |
msgid ""
|
293 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
296 |
"त्रुटि: आपने एक गलत कॅप्चा मान दर्ज किया है। अपने ब्राउज़र पर वापस बटन क्लिक करें, और फिर "
|
297 |
"कोशिश करें।"
|
298 |
|
299 |
+
#: google-captcha.php:976
|
300 |
+
msgid "Please, complete the captcha and submit \"Test verification\""
|
301 |
+
msgstr ""
|
302 |
+
|
303 |
+
#: google-captcha.php:980
|
304 |
+
msgid "Test verification"
|
305 |
+
msgstr ""
|
306 |
+
|
307 |
+
#: google-captcha.php:994 google-captcha.php:1003
|
308 |
+
msgid "The user response was missing."
|
309 |
+
msgstr ""
|
310 |
+
|
311 |
+
#: google-captcha.php:996
|
312 |
+
msgid "The Secret Key is missing."
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#: google-captcha.php:999 google-captcha.php:1008
|
316 |
+
msgid "The Secret Key is invalid"
|
317 |
+
msgstr ""
|
318 |
+
|
319 |
+
#: google-captcha.php:1000 google-captcha.php:1009
|
320 |
+
msgid "Check your domain configuration"
|
321 |
+
msgstr ""
|
322 |
+
|
323 |
+
#: google-captcha.php:1001 google-captcha.php:1010
|
324 |
+
#, fuzzy
|
325 |
+
msgid "and enter it again"
|
326 |
+
msgstr "और उन्हें दर्ज करें "
|
327 |
+
|
328 |
+
#: google-captcha.php:1004 google-captcha.php:1012
|
329 |
+
msgid "The user response is invalid."
|
330 |
+
msgstr ""
|
331 |
+
|
332 |
+
#: google-captcha.php:1021
|
333 |
+
msgid "The verification is successfully completed."
|
334 |
+
msgstr ""
|
335 |
+
|
336 |
+
#: google-captcha.php:1075
|
337 |
msgid "Support"
|
338 |
msgstr "सहयोग"
|
339 |
|
340 |
+
#, fuzzy
|
341 |
+
#~ msgid ""
|
342 |
+
#~ "Google Captcha version 2 will not work correctly, since the option "
|
343 |
+
#~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
|
344 |
+
#~ "service."
|
345 |
+
#~ msgstr ""
|
346 |
+
#~ "गूगल कैप्चा संस्करण 2 सही ढंग से काम नहीं करेगा, क्यूंकि विकल्प \"allow_url_fopen\" "
|
347 |
+
#~ "आपके होस्टिंग के पीएचपी सेटिंग में अक्षम है ।"
|
348 |
+
|
349 |
#~ msgid ""
|
350 |
#~ "Google Captcha version 2 will not work correctly, since the option "
|
351 |
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
languages/google-captcha-it_IT.mo
CHANGED
Binary file
|
languages/google-captcha-it_IT.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: Istvan <wart17@hotmail.com>\n"
|
@@ -17,104 +17,99 @@ msgstr ""
|
|
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 "Impostazioni Google Captcha"
|
23 |
|
24 |
-
#: google-captcha.php:
|
25 |
msgid "Warning"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: google-captcha.php:
|
29 |
msgid ""
|
30 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
31 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
32 |
"blocks."
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: google-captcha.php:
|
36 |
#, fuzzy
|
37 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
38 |
msgstr "Errore: Hai introdotto un valore CAPTCHA errato."
|
39 |
|
40 |
-
#: google-captcha.php:
|
41 |
msgid "Normal"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: google-captcha.php:
|
45 |
msgid "Compact"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: google-captcha.php:
|
49 |
msgid "Site key"
|
50 |
msgstr "Chiave del sito"
|
51 |
|
52 |
-
#: google-captcha.php:
|
53 |
msgid "Secret Key"
|
54 |
msgstr "Chiave segreta"
|
55 |
|
56 |
-
#: google-captcha.php:
|
57 |
msgid "Login form"
|
58 |
msgstr "Form di accesso"
|
59 |
|
60 |
-
#: google-captcha.php:
|
61 |
msgid "Registration form"
|
62 |
msgstr "Form di registrazione"
|
63 |
|
64 |
-
#: google-captcha.php:
|
65 |
msgid "Reset password form"
|
66 |
msgstr "Form per resettare la password"
|
67 |
|
68 |
-
#: google-captcha.php:
|
69 |
msgid "Comments form"
|
70 |
msgstr "Form dei commenti"
|
71 |
|
72 |
-
#: google-captcha.php:
|
73 |
msgid "Enter site key"
|
74 |
msgstr "Introduci la Chiave del sito"
|
75 |
|
76 |
-
#: google-captcha.php:
|
77 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
78 |
msgstr ""
|
79 |
"ATTENZIONE: Il Captcha non verrà mostrato mentre non riempi i campi chiave."
|
80 |
|
81 |
-
#: google-captcha.php:
|
82 |
msgid "Enter secret key"
|
83 |
msgstr "Introduci la Chiave segreta"
|
84 |
|
85 |
-
#: google-captcha.php:
|
86 |
msgid "Settings saved"
|
87 |
msgstr "Impostazioni salvate"
|
88 |
|
89 |
-
#: google-captcha.php:
|
90 |
#, fuzzy
|
91 |
msgid "All plugin settings were restored."
|
92 |
msgstr "pagina di configurazione del plugin"
|
93 |
|
94 |
-
#: google-captcha.php:
|
95 |
msgid "Settings"
|
96 |
msgstr "Impostazioni"
|
97 |
|
98 |
-
#: google-captcha.php:
|
99 |
-
msgid "
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: google-captcha.php:
|
103 |
-
|
104 |
-
msgid ""
|
105 |
-
"Google Captcha version 2 will not work correctly, since the option "
|
106 |
-
"\"allow_url_fopen\" is disabled. Please contact your hosting support service."
|
107 |
msgstr ""
|
108 |
-
"Google Captcha versione 2 non funzionerà correttamente perchè l'opzione "
|
109 |
-
"\"allow_url_fopen\" è disabilitata nelle impostazioni PHP del tuo hosting."
|
110 |
|
111 |
-
#: google-captcha.php:
|
112 |
msgid ""
|
113 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
114 |
"version 1 features."
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: google-captcha.php:
|
118 |
#, fuzzy, php-format
|
119 |
msgid ""
|
120 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
@@ -123,7 +118,7 @@ msgstr ""
|
|
123 |
"Se desideri aggiungere Google Captcha ad un tuo form, devi semplicemente "
|
124 |
"copiare ed incollare questo codice nel tuo post o pagina:"
|
125 |
|
126 |
-
#: google-captcha.php:
|
127 |
#, php-format
|
128 |
msgid ""
|
129 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
@@ -132,164 +127,169 @@ msgid ""
|
|
132 |
"your own form , please use the shortcode %s"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: google-captcha.php:
|
136 |
msgid "Authentication"
|
137 |
msgstr "Autenticazione"
|
138 |
|
139 |
-
#: google-captcha.php:
|
140 |
#, fuzzy, php-format
|
141 |
msgid "Before you are able to do something, you must to register %shere%s"
|
142 |
msgstr "Prima di poter fare qualcosa, devi registrare %s qui %s"
|
143 |
|
144 |
-
#: google-captcha.php:
|
145 |
msgid "Enter site key and secret key, that you get after registration."
|
146 |
msgstr ""
|
147 |
"Introduci la Chiave del sito e la Chiave segreta, che si ottengono dopo la "
|
148 |
"registrazione."
|
149 |
|
150 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
151 |
msgid "Options"
|
152 |
msgstr "Opzioni"
|
153 |
|
154 |
-
#: google-captcha.php:
|
155 |
msgid "Enable reCAPTCHA for"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: google-captcha.php:
|
159 |
msgid "WordPress default"
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: google-captcha.php:
|
163 |
msgid "This option is available only for network or for main blog"
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: google-captcha.php:
|
167 |
#, fuzzy
|
168 |
msgid "Plugins"
|
169 |
msgstr "Pagina dei plugins"
|
170 |
|
171 |
-
#: google-captcha.php:
|
172 |
#, php-format
|
173 |
msgid "You should %s to use this functionality"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: google-captcha.php:
|
177 |
#, fuzzy
|
178 |
msgid "activate"
|
179 |
msgstr "Tema Activado"
|
180 |
|
181 |
-
#: google-captcha.php:
|
182 |
msgid "for network"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: google-captcha.php:
|
186 |
msgid "download"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: google-captcha.php:
|
190 |
msgid "Close"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: google-captcha.php:
|
194 |
msgid "Unlock premium options by upgrading to Pro version"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: google-captcha.php:
|
198 |
msgid "Learn More"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: google-captcha.php:
|
202 |
#, php-format
|
203 |
msgid ""
|
204 |
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: google-captcha.php:
|
208 |
msgid "FAQ"
|
209 |
msgstr "Domande frequenti"
|
210 |
|
211 |
-
#: google-captcha.php:
|
212 |
#, fuzzy
|
213 |
msgid "Hide reCAPTCHA in Comments form for"
|
214 |
msgstr "per reCAPTCHA versione"
|
215 |
|
216 |
-
#: google-captcha.php:
|
217 |
#, fuzzy
|
218 |
msgid "reCAPTCHA version"
|
219 |
msgstr "reCAPTCHA versione:"
|
220 |
|
221 |
-
#: google-captcha.php:
|
222 |
-
#: google-captcha.php:
|
223 |
msgid "version"
|
224 |
msgstr "versione"
|
225 |
|
226 |
-
#: google-captcha.php:
|
227 |
#, fuzzy
|
228 |
msgid "reCAPTCHA theme"
|
229 |
msgstr "reCAPTCHA versione:"
|
230 |
|
231 |
-
#: google-captcha.php:
|
232 |
#, fuzzy
|
233 |
msgid "for version"
|
234 |
msgstr "versione"
|
235 |
|
236 |
-
#: google-captcha.php:
|
237 |
#, fuzzy
|
238 |
msgid "reCAPTCHA language"
|
239 |
msgstr "reCAPTCHA versione:"
|
240 |
|
241 |
-
#: google-captcha.php:
|
242 |
msgid "Use the current site language"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: google-captcha.php:
|
246 |
msgid "Using"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: google-captcha.php:
|
250 |
#, fuzzy
|
251 |
msgid "reCAPTCHA size"
|
252 |
msgstr "reCAPTCHA versione:"
|
253 |
|
254 |
-
#: google-captcha.php:
|
255 |
msgid "Save Changes"
|
256 |
msgstr "Salva modifiche"
|
257 |
|
258 |
-
#: google-captcha.php:
|
259 |
msgid "To use Google Captcha you must get the keys from"
|
260 |
msgstr "Per utilizzare Google Captcha devi ottenere le chiavi da"
|
261 |
|
262 |
-
#: google-captcha.php:
|
263 |
msgid "here"
|
264 |
msgstr "qui"
|
265 |
|
266 |
-
#: google-captcha.php:
|
267 |
msgid "and enter them on the"
|
268 |
msgstr "ed introducili in"
|
269 |
|
270 |
-
#: google-captcha.php:
|
271 |
msgid "plugin setting page"
|
272 |
msgstr "pagina di configurazione del plugin"
|
273 |
|
274 |
-
#: google-captcha.php:
|
275 |
msgid "Error"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: google-captcha.php:
|
279 |
#, fuzzy
|
280 |
msgid "You have entered an incorrect reCAPTCHA value."
|
281 |
msgstr "Errore: Hai introdotto un valore CAPTCHA errato."
|
282 |
|
283 |
-
#: google-captcha.php:
|
284 |
#, fuzzy
|
285 |
msgid "You have entered an incorrect reCAPTCHA value"
|
286 |
msgstr "Errore: Hai introdotto un valore CAPTCHA errato."
|
287 |
|
288 |
-
#: google-captcha.php:
|
289 |
msgid "ERROR"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: google-captcha.php:
|
293 |
#, fuzzy
|
294 |
msgid ""
|
295 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
@@ -298,10 +298,56 @@ msgstr ""
|
|
298 |
"Errore: Hai introdotto un valore CAPTCHA errato. Fai click sul bottone "
|
299 |
"Indietro del tuo browser e riprova."
|
300 |
|
301 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
302 |
msgid "Support"
|
303 |
msgstr "Supporto"
|
304 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
305 |
#~ msgid ""
|
306 |
#~ "Google Captcha version 2 will not work correctly, since the option "
|
307 |
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-05 17:14+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: Istvan <wart17@hotmail.com>\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: google-captcha.php:34 google-captcha.php:367
|
21 |
msgid "Google Captcha Settings"
|
22 |
msgstr "Impostazioni Google Captcha"
|
23 |
|
24 |
+
#: google-captcha.php:154
|
25 |
msgid "Warning"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: google-captcha.php:154
|
29 |
msgid ""
|
30 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
31 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
32 |
"blocks."
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: google-captcha.php:158
|
36 |
#, fuzzy
|
37 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
38 |
msgstr "Errore: Hai introdotto un valore CAPTCHA errato."
|
39 |
|
40 |
+
#: google-captcha.php:272
|
41 |
msgid "Normal"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: google-captcha.php:273
|
45 |
msgid "Compact"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: google-captcha.php:279
|
49 |
msgid "Site key"
|
50 |
msgstr "Chiave del sito"
|
51 |
|
52 |
+
#: google-captcha.php:284
|
53 |
msgid "Secret Key"
|
54 |
msgstr "Chiave segreta"
|
55 |
|
56 |
+
#: google-captcha.php:292
|
57 |
msgid "Login form"
|
58 |
msgstr "Form di accesso"
|
59 |
|
60 |
+
#: google-captcha.php:293
|
61 |
msgid "Registration form"
|
62 |
msgstr "Form di registrazione"
|
63 |
|
64 |
+
#: google-captcha.php:294
|
65 |
msgid "Reset password form"
|
66 |
msgstr "Form per resettare la password"
|
67 |
|
68 |
+
#: google-captcha.php:295
|
69 |
msgid "Comments form"
|
70 |
msgstr "Form dei commenti"
|
71 |
|
72 |
+
#: google-captcha.php:314
|
73 |
msgid "Enter site key"
|
74 |
msgstr "Introduci la Chiave del sito"
|
75 |
|
76 |
+
#: google-captcha.php:315 google-captcha.php:321
|
77 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
78 |
msgstr ""
|
79 |
"ATTENZIONE: Il Captcha non verrà mostrato mentre non riempi i campi chiave."
|
80 |
|
81 |
+
#: google-captcha.php:320
|
82 |
msgid "Enter secret key"
|
83 |
msgstr "Introduci la Chiave segreta"
|
84 |
|
85 |
+
#: google-captcha.php:346
|
86 |
msgid "Settings saved"
|
87 |
msgstr "Impostazioni salvate"
|
88 |
|
89 |
+
#: google-captcha.php:352
|
90 |
#, fuzzy
|
91 |
msgid "All plugin settings were restored."
|
92 |
msgstr "pagina di configurazione del plugin"
|
93 |
|
94 |
+
#: google-captcha.php:369 google-captcha.php:1040 google-captcha.php:1073
|
95 |
msgid "Settings"
|
96 |
msgstr "Impostazioni"
|
97 |
|
98 |
+
#: google-captcha.php:370
|
99 |
+
msgid "Custom code"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: google-captcha.php:371
|
103 |
+
msgid "Go PRO"
|
|
|
|
|
|
|
104 |
msgstr ""
|
|
|
|
|
105 |
|
106 |
+
#: google-captcha.php:376
|
107 |
msgid ""
|
108 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
109 |
"version 1 features."
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: google-captcha.php:391
|
113 |
#, fuzzy, php-format
|
114 |
msgid ""
|
115 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
118 |
"Se desideri aggiungere Google Captcha ad un tuo form, devi semplicemente "
|
119 |
"copiare ed incollare questo codice nel tuo post o pagina:"
|
120 |
|
121 |
+
#: google-captcha.php:397
|
122 |
#, php-format
|
123 |
msgid ""
|
124 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
127 |
"your own form , please use the shortcode %s"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: google-captcha.php:405
|
131 |
msgid "Authentication"
|
132 |
msgstr "Autenticazione"
|
133 |
|
134 |
+
#: google-captcha.php:406
|
135 |
#, fuzzy, php-format
|
136 |
msgid "Before you are able to do something, you must to register %shere%s"
|
137 |
msgstr "Prima di poter fare qualcosa, devi registrare %s qui %s"
|
138 |
|
139 |
+
#: google-captcha.php:407
|
140 |
msgid "Enter site key and secret key, that you get after registration."
|
141 |
msgstr ""
|
142 |
"Introduci la Chiave del sito e la Chiave segreta, che si ottengono dopo la "
|
143 |
"registrazione."
|
144 |
|
145 |
+
#: google-captcha.php:422
|
146 |
+
#, fuzzy
|
147 |
+
msgid "Test Keys"
|
148 |
+
msgstr "Chiave segreta"
|
149 |
+
|
150 |
+
#: google-captcha.php:425
|
151 |
msgid "Options"
|
152 |
msgstr "Opzioni"
|
153 |
|
154 |
+
#: google-captcha.php:428
|
155 |
msgid "Enable reCAPTCHA for"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: google-captcha.php:432
|
159 |
msgid "WordPress default"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: google-captcha.php:441
|
163 |
msgid "This option is available only for network or for main blog"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: google-captcha.php:449
|
167 |
#, fuzzy
|
168 |
msgid "Plugins"
|
169 |
msgstr "Pagina dei plugins"
|
170 |
|
171 |
+
#: google-captcha.php:457 google-captcha.php:462
|
172 |
#, php-format
|
173 |
msgid "You should %s to use this functionality"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: google-captcha.php:458
|
177 |
#, fuzzy
|
178 |
msgid "activate"
|
179 |
msgstr "Tema Activado"
|
180 |
|
181 |
+
#: google-captcha.php:458
|
182 |
msgid "for network"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: google-captcha.php:463
|
186 |
msgid "download"
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: google-captcha.php:475 google-captcha.php:552
|
190 |
msgid "Close"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: google-captcha.php:487 google-captcha.php:588
|
194 |
msgid "Unlock premium options by upgrading to Pro version"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: google-captcha.php:490 google-captcha.php:591
|
198 |
msgid "Learn More"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: google-captcha.php:496
|
202 |
#, php-format
|
203 |
msgid ""
|
204 |
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: google-captcha.php:496 google-captcha.php:1074
|
208 |
msgid "FAQ"
|
209 |
msgstr "Domande frequenti"
|
210 |
|
211 |
+
#: google-captcha.php:501
|
212 |
#, fuzzy
|
213 |
msgid "Hide reCAPTCHA in Comments form for"
|
214 |
msgstr "per reCAPTCHA versione"
|
215 |
|
216 |
+
#: google-captcha.php:513
|
217 |
#, fuzzy
|
218 |
msgid "reCAPTCHA version"
|
219 |
msgstr "reCAPTCHA versione:"
|
220 |
|
221 |
+
#: google-captcha.php:516 google-captcha.php:517 google-captcha.php:518
|
222 |
+
#: google-captcha.php:519
|
223 |
msgid "version"
|
224 |
msgstr "versione"
|
225 |
|
226 |
+
#: google-captcha.php:525 google-captcha.php:538
|
227 |
#, fuzzy
|
228 |
msgid "reCAPTCHA theme"
|
229 |
msgstr "reCAPTCHA versione:"
|
230 |
|
231 |
+
#: google-captcha.php:526 google-captcha.php:539 google-captcha.php:570
|
232 |
#, fuzzy
|
233 |
msgid "for version"
|
234 |
msgstr "versione"
|
235 |
|
236 |
+
#: google-captcha.php:556
|
237 |
#, fuzzy
|
238 |
msgid "reCAPTCHA language"
|
239 |
msgstr "reCAPTCHA versione:"
|
240 |
|
241 |
+
#: google-captcha.php:563
|
242 |
msgid "Use the current site language"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: google-captcha.php:563
|
246 |
msgid "Using"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: google-captcha.php:569
|
250 |
#, fuzzy
|
251 |
msgid "reCAPTCHA size"
|
252 |
msgstr "reCAPTCHA versione:"
|
253 |
|
254 |
+
#: google-captcha.php:598
|
255 |
msgid "Save Changes"
|
256 |
msgstr "Salva modifiche"
|
257 |
|
258 |
+
#: google-captcha.php:652 google-captcha.php:1090
|
259 |
msgid "To use Google Captcha you must get the keys from"
|
260 |
msgstr "Per utilizzare Google Captcha devi ottenere le chiavi da"
|
261 |
|
262 |
+
#: google-captcha.php:653 google-captcha.php:1091
|
263 |
msgid "here"
|
264 |
msgstr "qui"
|
265 |
|
266 |
+
#: google-captcha.php:654 google-captcha.php:1092
|
267 |
msgid "and enter them on the"
|
268 |
msgstr "ed introducili in"
|
269 |
|
270 |
+
#: google-captcha.php:656 google-captcha.php:1094
|
271 |
msgid "plugin setting page"
|
272 |
msgstr "pagina di configurazione del plugin"
|
273 |
|
274 |
+
#: google-captcha.php:842 google-captcha.php:880
|
275 |
msgid "Error"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: google-captcha.php:842
|
279 |
#, fuzzy
|
280 |
msgid "You have entered an incorrect reCAPTCHA value."
|
281 |
msgstr "Errore: Hai introdotto un valore CAPTCHA errato."
|
282 |
|
283 |
+
#: google-captcha.php:880 google-captcha.php:897 google-captcha.php:926
|
284 |
#, fuzzy
|
285 |
msgid "You have entered an incorrect reCAPTCHA value"
|
286 |
msgstr "Errore: Hai introdotto un valore CAPTCHA errato."
|
287 |
|
288 |
+
#: google-captcha.php:897 google-captcha.php:926 google-captcha.php:952
|
289 |
msgid "ERROR"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: google-captcha.php:952
|
293 |
#, fuzzy
|
294 |
msgid ""
|
295 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
298 |
"Errore: Hai introdotto un valore CAPTCHA errato. Fai click sul bottone "
|
299 |
"Indietro del tuo browser e riprova."
|
300 |
|
301 |
+
#: google-captcha.php:976
|
302 |
+
msgid "Please, complete the captcha and submit \"Test verification\""
|
303 |
+
msgstr ""
|
304 |
+
|
305 |
+
#: google-captcha.php:980
|
306 |
+
msgid "Test verification"
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
+
#: google-captcha.php:994 google-captcha.php:1003
|
310 |
+
msgid "The user response was missing."
|
311 |
+
msgstr ""
|
312 |
+
|
313 |
+
#: google-captcha.php:996
|
314 |
+
msgid "The Secret Key is missing."
|
315 |
+
msgstr ""
|
316 |
+
|
317 |
+
#: google-captcha.php:999 google-captcha.php:1008
|
318 |
+
msgid "The Secret Key is invalid"
|
319 |
+
msgstr ""
|
320 |
+
|
321 |
+
#: google-captcha.php:1000 google-captcha.php:1009
|
322 |
+
msgid "Check your domain configuration"
|
323 |
+
msgstr ""
|
324 |
+
|
325 |
+
#: google-captcha.php:1001 google-captcha.php:1010
|
326 |
+
#, fuzzy
|
327 |
+
msgid "and enter it again"
|
328 |
+
msgstr "ed introducili in"
|
329 |
+
|
330 |
+
#: google-captcha.php:1004 google-captcha.php:1012
|
331 |
+
msgid "The user response is invalid."
|
332 |
+
msgstr ""
|
333 |
+
|
334 |
+
#: google-captcha.php:1021
|
335 |
+
msgid "The verification is successfully completed."
|
336 |
+
msgstr ""
|
337 |
+
|
338 |
+
#: google-captcha.php:1075
|
339 |
msgid "Support"
|
340 |
msgstr "Supporto"
|
341 |
|
342 |
+
#, fuzzy
|
343 |
+
#~ msgid ""
|
344 |
+
#~ "Google Captcha version 2 will not work correctly, since the option "
|
345 |
+
#~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
|
346 |
+
#~ "service."
|
347 |
+
#~ msgstr ""
|
348 |
+
#~ "Google Captcha versione 2 non funzionerà correttamente perchè l'opzione "
|
349 |
+
#~ "\"allow_url_fopen\" è disabilitata nelle impostazioni PHP del tuo hosting."
|
350 |
+
|
351 |
#~ msgid ""
|
352 |
#~ "Google Captcha version 2 will not work correctly, since the option "
|
353 |
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
languages/google-captcha-pl_PL.mo
CHANGED
Binary file
|
languages/google-captcha-pl_PL.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
@@ -18,104 +18,102 @@ msgstr ""
|
|
18 |
"|| n%100>=20) ? 1 : 2);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
-
#: google-captcha.php:
|
22 |
msgid "Google Captcha Settings"
|
23 |
msgstr "Ustawienia Google Captcha"
|
24 |
|
25 |
-
#: google-captcha.php:
|
26 |
msgid "Warning"
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: google-captcha.php:
|
30 |
msgid ""
|
31 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
32 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
33 |
"blocks."
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: google-captcha.php:
|
37 |
#, fuzzy
|
38 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
39 |
msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA."
|
40 |
|
41 |
-
#: google-captcha.php:
|
42 |
msgid "Normal"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: google-captcha.php:
|
46 |
msgid "Compact"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: google-captcha.php:
|
50 |
msgid "Site key"
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: google-captcha.php:
|
54 |
msgid "Secret Key"
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: google-captcha.php:
|
58 |
msgid "Login form"
|
59 |
msgstr "Formularz logowania"
|
60 |
|
61 |
-
#: google-captcha.php:
|
62 |
msgid "Registration form"
|
63 |
msgstr "Formularz rejestracji"
|
64 |
|
65 |
-
#: google-captcha.php:
|
66 |
msgid "Reset password form"
|
67 |
msgstr "Formularz odzyskiwania hasła"
|
68 |
|
69 |
-
#: google-captcha.php:
|
70 |
msgid "Comments form"
|
71 |
msgstr "Formularz komentarza"
|
72 |
|
73 |
-
#: google-captcha.php:
|
74 |
#, fuzzy
|
75 |
msgid "Enter site key"
|
76 |
msgstr "Wprowadź klucz prywatny"
|
77 |
|
78 |
-
#: google-captcha.php:
|
79 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
80 |
msgstr ""
|
81 |
"OSTRZEŻENIE: Kod captcha nie będzie wyświetlany, jeżeli nie wprowadzisz "
|
82 |
"kluczy."
|
83 |
|
84 |
-
#: google-captcha.php:
|
85 |
#, fuzzy
|
86 |
msgid "Enter secret key"
|
87 |
msgstr "Wprowadź klucz prywatny"
|
88 |
|
89 |
-
#: google-captcha.php:
|
90 |
msgid "Settings saved"
|
91 |
msgstr "Ustawienia zapisane"
|
92 |
|
93 |
-
#: google-captcha.php:
|
94 |
#, fuzzy
|
95 |
msgid "All plugin settings were restored."
|
96 |
msgstr "stronie ustawień wtyczki"
|
97 |
|
98 |
-
#: google-captcha.php:
|
99 |
msgid "Settings"
|
100 |
msgstr "Ustawienia"
|
101 |
|
102 |
-
#: google-captcha.php:
|
103 |
-
msgid "
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: google-captcha.php:
|
107 |
-
msgid ""
|
108 |
-
"Google Captcha version 2 will not work correctly, since the option "
|
109 |
-
"\"allow_url_fopen\" is disabled. Please contact your hosting support service."
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: google-captcha.php:
|
113 |
msgid ""
|
114 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
115 |
"version 1 features."
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: google-captcha.php:
|
119 |
#, fuzzy, php-format
|
120 |
msgid ""
|
121 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
@@ -124,7 +122,7 @@ msgstr ""
|
|
124 |
"Jeżeli chcesz umieścić wtyczkę Google Captcha we własnym formularzu, po "
|
125 |
"prostu skopiuj i wklej ten kod w swoim poście lub na swojej stronie:"
|
126 |
|
127 |
-
#: google-captcha.php:
|
128 |
#, php-format
|
129 |
msgid ""
|
130 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
@@ -133,158 +131,162 @@ msgid ""
|
|
133 |
"your own form , please use the shortcode %s"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: google-captcha.php:
|
137 |
msgid "Authentication"
|
138 |
msgstr "Uwierzytelnianie"
|
139 |
|
140 |
-
#: google-captcha.php:
|
141 |
#, fuzzy, php-format
|
142 |
msgid "Before you are able to do something, you must to register %shere%s"
|
143 |
msgstr "Aby móc cokolwiek zrobić, musisz się zarejestrować %s tutaj %s"
|
144 |
|
145 |
-
#: google-captcha.php:
|
146 |
#, fuzzy
|
147 |
msgid "Enter site key and secret key, that you get after registration."
|
148 |
msgstr ""
|
149 |
"Wprowadź swój klucz publiczny i prywatny, uzyskane po dokonaniu rejestracji."
|
150 |
|
151 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
152 |
msgid "Options"
|
153 |
msgstr "Opcje"
|
154 |
|
155 |
-
#: google-captcha.php:
|
156 |
msgid "Enable reCAPTCHA for"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: google-captcha.php:
|
160 |
msgid "WordPress default"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: google-captcha.php:
|
164 |
msgid "This option is available only for network or for main blog"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: google-captcha.php:
|
168 |
#, fuzzy
|
169 |
msgid "Plugins"
|
170 |
msgstr "Strona Wtyczki"
|
171 |
|
172 |
-
#: google-captcha.php:
|
173 |
#, php-format
|
174 |
msgid "You should %s to use this functionality"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: google-captcha.php:
|
178 |
#, fuzzy
|
179 |
msgid "activate"
|
180 |
msgstr "Motyw aktywny"
|
181 |
|
182 |
-
#: google-captcha.php:
|
183 |
msgid "for network"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: google-captcha.php:
|
187 |
msgid "download"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: google-captcha.php:
|
191 |
msgid "Close"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: google-captcha.php:
|
195 |
msgid "Unlock premium options by upgrading to Pro version"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: google-captcha.php:
|
199 |
msgid "Learn More"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: google-captcha.php:
|
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:
|
209 |
msgid "FAQ"
|
210 |
msgstr "FAQ"
|
211 |
|
212 |
-
#: google-captcha.php:
|
213 |
msgid "Hide reCAPTCHA in Comments form for"
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: google-captcha.php:
|
217 |
msgid "reCAPTCHA version"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: google-captcha.php:
|
221 |
-
#: google-captcha.php:
|
222 |
msgid "version"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: google-captcha.php:
|
226 |
msgid "reCAPTCHA theme"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: google-captcha.php:
|
230 |
msgid "for version"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: google-captcha.php:
|
234 |
msgid "reCAPTCHA language"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: google-captcha.php:
|
238 |
msgid "Use the current site language"
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: google-captcha.php:
|
242 |
msgid "Using"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: google-captcha.php:
|
246 |
msgid "reCAPTCHA size"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: google-captcha.php:
|
250 |
msgid "Save Changes"
|
251 |
msgstr "Zapisz zmiany"
|
252 |
|
253 |
-
#: google-captcha.php:
|
254 |
msgid "To use Google Captcha you must get the keys from"
|
255 |
msgstr "Aby korzystać z Google Captcha, musisz najpierw uzyskać klucze"
|
256 |
|
257 |
-
#: google-captcha.php:
|
258 |
msgid "here"
|
259 |
msgstr "stąd"
|
260 |
|
261 |
-
#: google-captcha.php:
|
262 |
msgid "and enter them on the"
|
263 |
msgstr "i wprowadzić je na"
|
264 |
|
265 |
-
#: google-captcha.php:
|
266 |
msgid "plugin setting page"
|
267 |
msgstr "stronie ustawień wtyczki"
|
268 |
|
269 |
-
#: google-captcha.php:
|
270 |
msgid "Error"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: google-captcha.php:
|
274 |
#, fuzzy
|
275 |
msgid "You have entered an incorrect reCAPTCHA value."
|
276 |
msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA."
|
277 |
|
278 |
-
#: google-captcha.php:
|
279 |
#, fuzzy
|
280 |
msgid "You have entered an incorrect reCAPTCHA value"
|
281 |
msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA."
|
282 |
|
283 |
-
#: google-captcha.php:
|
284 |
msgid "ERROR"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: google-captcha.php:
|
288 |
#, fuzzy
|
289 |
msgid ""
|
290 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
@@ -293,7 +295,44 @@ msgstr ""
|
|
293 |
"Błąd: wprowadzono nieprawidłowy kod CAPTCHA. Kliknij przycisk WSTECZ na "
|
294 |
"pasku przeglądarki i spróbuj ponownie."
|
295 |
|
296 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
297 |
msgid "Support"
|
298 |
msgstr "Wsparcie"
|
299 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-05 17:14+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
18 |
"|| n%100>=20) ? 1 : 2);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: google-captcha.php:34 google-captcha.php:367
|
22 |
msgid "Google Captcha Settings"
|
23 |
msgstr "Ustawienia Google Captcha"
|
24 |
|
25 |
+
#: google-captcha.php:154
|
26 |
msgid "Warning"
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: google-captcha.php:154
|
30 |
msgid ""
|
31 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
32 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
33 |
"blocks."
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: google-captcha.php:158
|
37 |
#, fuzzy
|
38 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
39 |
msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA."
|
40 |
|
41 |
+
#: google-captcha.php:272
|
42 |
msgid "Normal"
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: google-captcha.php:273
|
46 |
msgid "Compact"
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: google-captcha.php:279
|
50 |
msgid "Site key"
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: google-captcha.php:284
|
54 |
msgid "Secret Key"
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: google-captcha.php:292
|
58 |
msgid "Login form"
|
59 |
msgstr "Formularz logowania"
|
60 |
|
61 |
+
#: google-captcha.php:293
|
62 |
msgid "Registration form"
|
63 |
msgstr "Formularz rejestracji"
|
64 |
|
65 |
+
#: google-captcha.php:294
|
66 |
msgid "Reset password form"
|
67 |
msgstr "Formularz odzyskiwania hasła"
|
68 |
|
69 |
+
#: google-captcha.php:295
|
70 |
msgid "Comments form"
|
71 |
msgstr "Formularz komentarza"
|
72 |
|
73 |
+
#: google-captcha.php:314
|
74 |
#, fuzzy
|
75 |
msgid "Enter site key"
|
76 |
msgstr "Wprowadź klucz prywatny"
|
77 |
|
78 |
+
#: google-captcha.php:315 google-captcha.php:321
|
79 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
80 |
msgstr ""
|
81 |
"OSTRZEŻENIE: Kod captcha nie będzie wyświetlany, jeżeli nie wprowadzisz "
|
82 |
"kluczy."
|
83 |
|
84 |
+
#: google-captcha.php:320
|
85 |
#, fuzzy
|
86 |
msgid "Enter secret key"
|
87 |
msgstr "Wprowadź klucz prywatny"
|
88 |
|
89 |
+
#: google-captcha.php:346
|
90 |
msgid "Settings saved"
|
91 |
msgstr "Ustawienia zapisane"
|
92 |
|
93 |
+
#: google-captcha.php:352
|
94 |
#, fuzzy
|
95 |
msgid "All plugin settings were restored."
|
96 |
msgstr "stronie ustawień wtyczki"
|
97 |
|
98 |
+
#: google-captcha.php:369 google-captcha.php:1040 google-captcha.php:1073
|
99 |
msgid "Settings"
|
100 |
msgstr "Ustawienia"
|
101 |
|
102 |
+
#: google-captcha.php:370
|
103 |
+
msgid "Custom code"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: google-captcha.php:371
|
107 |
+
msgid "Go PRO"
|
|
|
|
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: google-captcha.php:376
|
111 |
msgid ""
|
112 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
113 |
"version 1 features."
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: google-captcha.php:391
|
117 |
#, fuzzy, php-format
|
118 |
msgid ""
|
119 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
122 |
"Jeżeli chcesz umieścić wtyczkę Google Captcha we własnym formularzu, po "
|
123 |
"prostu skopiuj i wklej ten kod w swoim poście lub na swojej stronie:"
|
124 |
|
125 |
+
#: google-captcha.php:397
|
126 |
#, php-format
|
127 |
msgid ""
|
128 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
131 |
"your own form , please use the shortcode %s"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: google-captcha.php:405
|
135 |
msgid "Authentication"
|
136 |
msgstr "Uwierzytelnianie"
|
137 |
|
138 |
+
#: google-captcha.php:406
|
139 |
#, fuzzy, php-format
|
140 |
msgid "Before you are able to do something, you must to register %shere%s"
|
141 |
msgstr "Aby móc cokolwiek zrobić, musisz się zarejestrować %s tutaj %s"
|
142 |
|
143 |
+
#: google-captcha.php:407
|
144 |
#, fuzzy
|
145 |
msgid "Enter site key and secret key, that you get after registration."
|
146 |
msgstr ""
|
147 |
"Wprowadź swój klucz publiczny i prywatny, uzyskane po dokonaniu rejestracji."
|
148 |
|
149 |
+
#: google-captcha.php:422
|
150 |
+
msgid "Test Keys"
|
151 |
+
msgstr ""
|
152 |
+
|
153 |
+
#: google-captcha.php:425
|
154 |
msgid "Options"
|
155 |
msgstr "Opcje"
|
156 |
|
157 |
+
#: google-captcha.php:428
|
158 |
msgid "Enable reCAPTCHA for"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: google-captcha.php:432
|
162 |
msgid "WordPress default"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: google-captcha.php:441
|
166 |
msgid "This option is available only for network or for main blog"
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: google-captcha.php:449
|
170 |
#, fuzzy
|
171 |
msgid "Plugins"
|
172 |
msgstr "Strona Wtyczki"
|
173 |
|
174 |
+
#: google-captcha.php:457 google-captcha.php:462
|
175 |
#, php-format
|
176 |
msgid "You should %s to use this functionality"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: google-captcha.php:458
|
180 |
#, fuzzy
|
181 |
msgid "activate"
|
182 |
msgstr "Motyw aktywny"
|
183 |
|
184 |
+
#: google-captcha.php:458
|
185 |
msgid "for network"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: google-captcha.php:463
|
189 |
msgid "download"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: google-captcha.php:475 google-captcha.php:552
|
193 |
msgid "Close"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: google-captcha.php:487 google-captcha.php:588
|
197 |
msgid "Unlock premium options by upgrading to Pro version"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: google-captcha.php:490 google-captcha.php:591
|
201 |
msgid "Learn More"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: google-captcha.php:496
|
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:496 google-captcha.php:1074
|
211 |
msgid "FAQ"
|
212 |
msgstr "FAQ"
|
213 |
|
214 |
+
#: google-captcha.php:501
|
215 |
msgid "Hide reCAPTCHA in Comments form for"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: google-captcha.php:513
|
219 |
msgid "reCAPTCHA version"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: google-captcha.php:516 google-captcha.php:517 google-captcha.php:518
|
223 |
+
#: google-captcha.php:519
|
224 |
msgid "version"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: google-captcha.php:525 google-captcha.php:538
|
228 |
msgid "reCAPTCHA theme"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: google-captcha.php:526 google-captcha.php:539 google-captcha.php:570
|
232 |
msgid "for version"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: google-captcha.php:556
|
236 |
msgid "reCAPTCHA language"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: google-captcha.php:563
|
240 |
msgid "Use the current site language"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: google-captcha.php:563
|
244 |
msgid "Using"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: google-captcha.php:569
|
248 |
msgid "reCAPTCHA size"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: google-captcha.php:598
|
252 |
msgid "Save Changes"
|
253 |
msgstr "Zapisz zmiany"
|
254 |
|
255 |
+
#: google-captcha.php:652 google-captcha.php:1090
|
256 |
msgid "To use Google Captcha you must get the keys from"
|
257 |
msgstr "Aby korzystać z Google Captcha, musisz najpierw uzyskać klucze"
|
258 |
|
259 |
+
#: google-captcha.php:653 google-captcha.php:1091
|
260 |
msgid "here"
|
261 |
msgstr "stąd"
|
262 |
|
263 |
+
#: google-captcha.php:654 google-captcha.php:1092
|
264 |
msgid "and enter them on the"
|
265 |
msgstr "i wprowadzić je na"
|
266 |
|
267 |
+
#: google-captcha.php:656 google-captcha.php:1094
|
268 |
msgid "plugin setting page"
|
269 |
msgstr "stronie ustawień wtyczki"
|
270 |
|
271 |
+
#: google-captcha.php:842 google-captcha.php:880
|
272 |
msgid "Error"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: google-captcha.php:842
|
276 |
#, fuzzy
|
277 |
msgid "You have entered an incorrect reCAPTCHA value."
|
278 |
msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA."
|
279 |
|
280 |
+
#: google-captcha.php:880 google-captcha.php:897 google-captcha.php:926
|
281 |
#, fuzzy
|
282 |
msgid "You have entered an incorrect reCAPTCHA value"
|
283 |
msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA."
|
284 |
|
285 |
+
#: google-captcha.php:897 google-captcha.php:926 google-captcha.php:952
|
286 |
msgid "ERROR"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: google-captcha.php:952
|
290 |
#, fuzzy
|
291 |
msgid ""
|
292 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
295 |
"Błąd: wprowadzono nieprawidłowy kod CAPTCHA. Kliknij przycisk WSTECZ na "
|
296 |
"pasku przeglądarki i spróbuj ponownie."
|
297 |
|
298 |
+
#: google-captcha.php:976
|
299 |
+
msgid "Please, complete the captcha and submit \"Test verification\""
|
300 |
+
msgstr ""
|
301 |
+
|
302 |
+
#: google-captcha.php:980
|
303 |
+
msgid "Test verification"
|
304 |
+
msgstr ""
|
305 |
+
|
306 |
+
#: google-captcha.php:994 google-captcha.php:1003
|
307 |
+
msgid "The user response was missing."
|
308 |
+
msgstr ""
|
309 |
+
|
310 |
+
#: google-captcha.php:996
|
311 |
+
msgid "The Secret Key is missing."
|
312 |
+
msgstr ""
|
313 |
+
|
314 |
+
#: google-captcha.php:999 google-captcha.php:1008
|
315 |
+
msgid "The Secret Key is invalid"
|
316 |
+
msgstr ""
|
317 |
+
|
318 |
+
#: google-captcha.php:1000 google-captcha.php:1009
|
319 |
+
msgid "Check your domain configuration"
|
320 |
+
msgstr ""
|
321 |
+
|
322 |
+
#: google-captcha.php:1001 google-captcha.php:1010
|
323 |
+
#, fuzzy
|
324 |
+
msgid "and enter it again"
|
325 |
+
msgstr "i wprowadzić je na"
|
326 |
+
|
327 |
+
#: google-captcha.php:1004 google-captcha.php:1012
|
328 |
+
msgid "The user response is invalid."
|
329 |
+
msgstr ""
|
330 |
+
|
331 |
+
#: google-captcha.php:1021
|
332 |
+
msgid "The verification is successfully completed."
|
333 |
+
msgstr ""
|
334 |
+
|
335 |
+
#: google-captcha.php:1075
|
336 |
msgid "Support"
|
337 |
msgstr "Wsparcie"
|
338 |
|
languages/google-captcha-pt_BR.mo
CHANGED
Binary file
|
languages/google-captcha-pt_BR.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: Elton Peetz Prado <epeetz@gmail.com>\n"
|
@@ -17,105 +17,103 @@ msgstr ""
|
|
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 "Configurações Google Captcha"
|
23 |
|
24 |
-
#: google-captcha.php:
|
25 |
msgid "Warning"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: google-captcha.php:
|
29 |
msgid ""
|
30 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
31 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
32 |
"blocks."
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: google-captcha.php:
|
36 |
#, fuzzy
|
37 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
38 |
msgstr "Erro: Você digitou um CAPTCHA com valor incorreto."
|
39 |
|
40 |
-
#: google-captcha.php:
|
41 |
msgid "Normal"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: google-captcha.php:
|
45 |
msgid "Compact"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: google-captcha.php:
|
49 |
#, fuzzy
|
50 |
msgid "Site key"
|
51 |
msgstr "URL do site"
|
52 |
|
53 |
-
#: google-captcha.php:
|
54 |
msgid "Secret Key"
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: google-captcha.php:
|
58 |
msgid "Login form"
|
59 |
msgstr "Formulário de login"
|
60 |
|
61 |
-
#: google-captcha.php:
|
62 |
msgid "Registration form"
|
63 |
msgstr "Formulário de registro"
|
64 |
|
65 |
-
#: google-captcha.php:
|
66 |
msgid "Reset password form"
|
67 |
msgstr "Formulário de alterar senha"
|
68 |
|
69 |
-
#: google-captcha.php:
|
70 |
msgid "Comments form"
|
71 |
msgstr "Fomulário de comentários"
|
72 |
|
73 |
-
#: google-captcha.php:
|
74 |
#, fuzzy
|
75 |
msgid "Enter site key"
|
76 |
msgstr "Digite a chave privada"
|
77 |
|
78 |
-
#: google-captcha.php:
|
79 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
80 |
msgstr ""
|
81 |
"AVISO: O captcha não será exibido enquanto você não preencher os campos-"
|
82 |
"chave."
|
83 |
|
84 |
-
#: google-captcha.php:
|
85 |
#, fuzzy
|
86 |
msgid "Enter secret key"
|
87 |
msgstr "Digite a chave privada"
|
88 |
|
89 |
-
#: google-captcha.php:
|
90 |
msgid "Settings saved"
|
91 |
msgstr "Configurações salvas"
|
92 |
|
93 |
-
#: google-captcha.php:
|
94 |
#, fuzzy
|
95 |
msgid "All plugin settings were restored."
|
96 |
msgstr "página de configuração do plugin"
|
97 |
|
98 |
-
#: google-captcha.php:
|
99 |
msgid "Settings"
|
100 |
msgstr "Configurações"
|
101 |
|
102 |
-
#: google-captcha.php:
|
103 |
-
msgid "
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: google-captcha.php:
|
107 |
-
msgid ""
|
108 |
-
"Google Captcha version 2 will not work correctly, since the option "
|
109 |
-
"\"allow_url_fopen\" is disabled. Please contact your hosting support service."
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: google-captcha.php:
|
113 |
msgid ""
|
114 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
115 |
"version 1 features."
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: google-captcha.php:
|
119 |
#, fuzzy, php-format
|
120 |
msgid ""
|
121 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
@@ -124,7 +122,7 @@ msgstr ""
|
|
124 |
"Se você quiser adicionar o Google Captcha para seu próprio formulário, basta "
|
125 |
"copiar e colar este shortcode para o seu post ou página:"
|
126 |
|
127 |
-
#: google-captcha.php:
|
128 |
#, php-format
|
129 |
msgid ""
|
130 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
@@ -133,164 +131,168 @@ msgid ""
|
|
133 |
"your own form , please use the shortcode %s"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: google-captcha.php:
|
137 |
msgid "Authentication"
|
138 |
msgstr "Autenticação"
|
139 |
|
140 |
-
#: google-captcha.php:
|
141 |
#, fuzzy, php-format
|
142 |
msgid "Before you are able to do something, you must to register %shere%s"
|
143 |
msgstr "Antes de você fazer alguma coisa, deve se registrar %s aqui %s"
|
144 |
|
145 |
-
#: google-captcha.php:
|
146 |
#, fuzzy
|
147 |
msgid "Enter site key and secret key, that you get after registration."
|
148 |
msgstr "Digite as chaves públicas e privadas, que você recebe após o registro."
|
149 |
|
150 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
151 |
msgid "Options"
|
152 |
msgstr "Opções"
|
153 |
|
154 |
-
#: google-captcha.php:
|
155 |
msgid "Enable reCAPTCHA for"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: google-captcha.php:
|
159 |
#, fuzzy
|
160 |
msgid "WordPress default"
|
161 |
msgstr "Versão do WordPress"
|
162 |
|
163 |
-
#: google-captcha.php:
|
164 |
msgid "This option is available only for network or for main blog"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: google-captcha.php:
|
168 |
msgid "Plugins"
|
169 |
msgstr "Plugins"
|
170 |
|
171 |
-
#: google-captcha.php:
|
172 |
#, php-format
|
173 |
msgid "You should %s to use this functionality"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: google-captcha.php:
|
177 |
#, fuzzy
|
178 |
msgid "activate"
|
179 |
msgstr "Ativar"
|
180 |
|
181 |
-
#: google-captcha.php:
|
182 |
msgid "for network"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: google-captcha.php:
|
186 |
msgid "download"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: google-captcha.php:
|
190 |
msgid "Close"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: google-captcha.php:
|
194 |
msgid "Unlock premium options by upgrading to Pro version"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: google-captcha.php:
|
198 |
msgid "Learn More"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: google-captcha.php:
|
202 |
#, php-format
|
203 |
msgid ""
|
204 |
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: google-captcha.php:
|
208 |
msgid "FAQ"
|
209 |
msgstr "FAQ"
|
210 |
|
211 |
-
#: google-captcha.php:
|
212 |
#, fuzzy
|
213 |
msgid "Hide reCAPTCHA in Comments form for"
|
214 |
msgstr "Versão do PHP"
|
215 |
|
216 |
-
#: google-captcha.php:
|
217 |
#, fuzzy
|
218 |
msgid "reCAPTCHA version"
|
219 |
msgstr "Versão do PHP"
|
220 |
|
221 |
-
#: google-captcha.php:
|
222 |
-
#: google-captcha.php:
|
223 |
#, fuzzy
|
224 |
msgid "version"
|
225 |
msgstr "Versão do PHP"
|
226 |
|
227 |
-
#: google-captcha.php:
|
228 |
#, fuzzy
|
229 |
msgid "reCAPTCHA theme"
|
230 |
msgstr "Versão do PHP"
|
231 |
|
232 |
-
#: google-captcha.php:
|
233 |
#, fuzzy
|
234 |
msgid "for version"
|
235 |
msgstr "Versão do PHP"
|
236 |
|
237 |
-
#: google-captcha.php:
|
238 |
#, fuzzy
|
239 |
msgid "reCAPTCHA language"
|
240 |
msgstr "Versão do PHP"
|
241 |
|
242 |
-
#: google-captcha.php:
|
243 |
msgid "Use the current site language"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: google-captcha.php:
|
247 |
msgid "Using"
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: google-captcha.php:
|
251 |
#, fuzzy
|
252 |
msgid "reCAPTCHA size"
|
253 |
msgstr "Versão do PHP"
|
254 |
|
255 |
-
#: google-captcha.php:
|
256 |
msgid "Save Changes"
|
257 |
msgstr "Salvar alterações"
|
258 |
|
259 |
-
#: google-captcha.php:
|
260 |
msgid "To use Google Captcha you must get the keys from"
|
261 |
msgstr "Para usar o Google Captcha é necessário obter as chaves de"
|
262 |
|
263 |
-
#: google-captcha.php:
|
264 |
msgid "here"
|
265 |
msgstr "aqui"
|
266 |
|
267 |
-
#: google-captcha.php:
|
268 |
msgid "and enter them on the"
|
269 |
msgstr "e inserí-los no"
|
270 |
|
271 |
-
#: google-captcha.php:
|
272 |
msgid "plugin setting page"
|
273 |
msgstr "página de configuração do plugin"
|
274 |
|
275 |
-
#: google-captcha.php:
|
276 |
msgid "Error"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: google-captcha.php:
|
280 |
#, fuzzy
|
281 |
msgid "You have entered an incorrect reCAPTCHA value."
|
282 |
msgstr "Erro: Você digitou um CAPTCHA com valor incorreto."
|
283 |
|
284 |
-
#: google-captcha.php:
|
285 |
#, fuzzy
|
286 |
msgid "You have entered an incorrect reCAPTCHA value"
|
287 |
msgstr "Erro: Você digitou um CAPTCHA com valor incorreto."
|
288 |
|
289 |
-
#: google-captcha.php:
|
290 |
msgid "ERROR"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: google-captcha.php:
|
294 |
#, fuzzy
|
295 |
msgid ""
|
296 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
@@ -299,7 +301,44 @@ msgstr ""
|
|
299 |
"Erro: Você digitou um CAPTCHA com valor incorreto. Clique no botão Voltar do "
|
300 |
"seu navegador e tente novamente."
|
301 |
|
302 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
msgid "Support"
|
304 |
msgstr "Suporte"
|
305 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-05 17:14+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: Elton Peetz Prado <epeetz@gmail.com>\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: google-captcha.php:34 google-captcha.php:367
|
21 |
msgid "Google Captcha Settings"
|
22 |
msgstr "Configurações Google Captcha"
|
23 |
|
24 |
+
#: google-captcha.php:154
|
25 |
msgid "Warning"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: google-captcha.php:154
|
29 |
msgid ""
|
30 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
31 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
32 |
"blocks."
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: google-captcha.php:158
|
36 |
#, fuzzy
|
37 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
38 |
msgstr "Erro: Você digitou um CAPTCHA com valor incorreto."
|
39 |
|
40 |
+
#: google-captcha.php:272
|
41 |
msgid "Normal"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: google-captcha.php:273
|
45 |
msgid "Compact"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: google-captcha.php:279
|
49 |
#, fuzzy
|
50 |
msgid "Site key"
|
51 |
msgstr "URL do site"
|
52 |
|
53 |
+
#: google-captcha.php:284
|
54 |
msgid "Secret Key"
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: google-captcha.php:292
|
58 |
msgid "Login form"
|
59 |
msgstr "Formulário de login"
|
60 |
|
61 |
+
#: google-captcha.php:293
|
62 |
msgid "Registration form"
|
63 |
msgstr "Formulário de registro"
|
64 |
|
65 |
+
#: google-captcha.php:294
|
66 |
msgid "Reset password form"
|
67 |
msgstr "Formulário de alterar senha"
|
68 |
|
69 |
+
#: google-captcha.php:295
|
70 |
msgid "Comments form"
|
71 |
msgstr "Fomulário de comentários"
|
72 |
|
73 |
+
#: google-captcha.php:314
|
74 |
#, fuzzy
|
75 |
msgid "Enter site key"
|
76 |
msgstr "Digite a chave privada"
|
77 |
|
78 |
+
#: google-captcha.php:315 google-captcha.php:321
|
79 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
80 |
msgstr ""
|
81 |
"AVISO: O captcha não será exibido enquanto você não preencher os campos-"
|
82 |
"chave."
|
83 |
|
84 |
+
#: google-captcha.php:320
|
85 |
#, fuzzy
|
86 |
msgid "Enter secret key"
|
87 |
msgstr "Digite a chave privada"
|
88 |
|
89 |
+
#: google-captcha.php:346
|
90 |
msgid "Settings saved"
|
91 |
msgstr "Configurações salvas"
|
92 |
|
93 |
+
#: google-captcha.php:352
|
94 |
#, fuzzy
|
95 |
msgid "All plugin settings were restored."
|
96 |
msgstr "página de configuração do plugin"
|
97 |
|
98 |
+
#: google-captcha.php:369 google-captcha.php:1040 google-captcha.php:1073
|
99 |
msgid "Settings"
|
100 |
msgstr "Configurações"
|
101 |
|
102 |
+
#: google-captcha.php:370
|
103 |
+
msgid "Custom code"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: google-captcha.php:371
|
107 |
+
msgid "Go PRO"
|
|
|
|
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: google-captcha.php:376
|
111 |
msgid ""
|
112 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
113 |
"version 1 features."
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: google-captcha.php:391
|
117 |
#, fuzzy, php-format
|
118 |
msgid ""
|
119 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
122 |
"Se você quiser adicionar o Google Captcha para seu próprio formulário, basta "
|
123 |
"copiar e colar este shortcode para o seu post ou página:"
|
124 |
|
125 |
+
#: google-captcha.php:397
|
126 |
#, php-format
|
127 |
msgid ""
|
128 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
131 |
"your own form , please use the shortcode %s"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: google-captcha.php:405
|
135 |
msgid "Authentication"
|
136 |
msgstr "Autenticação"
|
137 |
|
138 |
+
#: google-captcha.php:406
|
139 |
#, fuzzy, php-format
|
140 |
msgid "Before you are able to do something, you must to register %shere%s"
|
141 |
msgstr "Antes de você fazer alguma coisa, deve se registrar %s aqui %s"
|
142 |
|
143 |
+
#: google-captcha.php:407
|
144 |
#, fuzzy
|
145 |
msgid "Enter site key and secret key, that you get after registration."
|
146 |
msgstr "Digite as chaves públicas e privadas, que você recebe após o registro."
|
147 |
|
148 |
+
#: google-captcha.php:422
|
149 |
+
msgid "Test Keys"
|
150 |
+
msgstr ""
|
151 |
+
|
152 |
+
#: google-captcha.php:425
|
153 |
msgid "Options"
|
154 |
msgstr "Opções"
|
155 |
|
156 |
+
#: google-captcha.php:428
|
157 |
msgid "Enable reCAPTCHA for"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: google-captcha.php:432
|
161 |
#, fuzzy
|
162 |
msgid "WordPress default"
|
163 |
msgstr "Versão do WordPress"
|
164 |
|
165 |
+
#: google-captcha.php:441
|
166 |
msgid "This option is available only for network or for main blog"
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: google-captcha.php:449
|
170 |
msgid "Plugins"
|
171 |
msgstr "Plugins"
|
172 |
|
173 |
+
#: google-captcha.php:457 google-captcha.php:462
|
174 |
#, php-format
|
175 |
msgid "You should %s to use this functionality"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: google-captcha.php:458
|
179 |
#, fuzzy
|
180 |
msgid "activate"
|
181 |
msgstr "Ativar"
|
182 |
|
183 |
+
#: google-captcha.php:458
|
184 |
msgid "for network"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: google-captcha.php:463
|
188 |
msgid "download"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: google-captcha.php:475 google-captcha.php:552
|
192 |
msgid "Close"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: google-captcha.php:487 google-captcha.php:588
|
196 |
msgid "Unlock premium options by upgrading to Pro version"
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: google-captcha.php:490 google-captcha.php:591
|
200 |
msgid "Learn More"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: google-captcha.php:496
|
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:496 google-captcha.php:1074
|
210 |
msgid "FAQ"
|
211 |
msgstr "FAQ"
|
212 |
|
213 |
+
#: google-captcha.php:501
|
214 |
#, fuzzy
|
215 |
msgid "Hide reCAPTCHA in Comments form for"
|
216 |
msgstr "Versão do PHP"
|
217 |
|
218 |
+
#: google-captcha.php:513
|
219 |
#, fuzzy
|
220 |
msgid "reCAPTCHA version"
|
221 |
msgstr "Versão do PHP"
|
222 |
|
223 |
+
#: google-captcha.php:516 google-captcha.php:517 google-captcha.php:518
|
224 |
+
#: google-captcha.php:519
|
225 |
#, fuzzy
|
226 |
msgid "version"
|
227 |
msgstr "Versão do PHP"
|
228 |
|
229 |
+
#: google-captcha.php:525 google-captcha.php:538
|
230 |
#, fuzzy
|
231 |
msgid "reCAPTCHA theme"
|
232 |
msgstr "Versão do PHP"
|
233 |
|
234 |
+
#: google-captcha.php:526 google-captcha.php:539 google-captcha.php:570
|
235 |
#, fuzzy
|
236 |
msgid "for version"
|
237 |
msgstr "Versão do PHP"
|
238 |
|
239 |
+
#: google-captcha.php:556
|
240 |
#, fuzzy
|
241 |
msgid "reCAPTCHA language"
|
242 |
msgstr "Versão do PHP"
|
243 |
|
244 |
+
#: google-captcha.php:563
|
245 |
msgid "Use the current site language"
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: google-captcha.php:563
|
249 |
msgid "Using"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: google-captcha.php:569
|
253 |
#, fuzzy
|
254 |
msgid "reCAPTCHA size"
|
255 |
msgstr "Versão do PHP"
|
256 |
|
257 |
+
#: google-captcha.php:598
|
258 |
msgid "Save Changes"
|
259 |
msgstr "Salvar alterações"
|
260 |
|
261 |
+
#: google-captcha.php:652 google-captcha.php:1090
|
262 |
msgid "To use Google Captcha you must get the keys from"
|
263 |
msgstr "Para usar o Google Captcha é necessário obter as chaves de"
|
264 |
|
265 |
+
#: google-captcha.php:653 google-captcha.php:1091
|
266 |
msgid "here"
|
267 |
msgstr "aqui"
|
268 |
|
269 |
+
#: google-captcha.php:654 google-captcha.php:1092
|
270 |
msgid "and enter them on the"
|
271 |
msgstr "e inserí-los no"
|
272 |
|
273 |
+
#: google-captcha.php:656 google-captcha.php:1094
|
274 |
msgid "plugin setting page"
|
275 |
msgstr "página de configuração do plugin"
|
276 |
|
277 |
+
#: google-captcha.php:842 google-captcha.php:880
|
278 |
msgid "Error"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: google-captcha.php:842
|
282 |
#, fuzzy
|
283 |
msgid "You have entered an incorrect reCAPTCHA value."
|
284 |
msgstr "Erro: Você digitou um CAPTCHA com valor incorreto."
|
285 |
|
286 |
+
#: google-captcha.php:880 google-captcha.php:897 google-captcha.php:926
|
287 |
#, fuzzy
|
288 |
msgid "You have entered an incorrect reCAPTCHA value"
|
289 |
msgstr "Erro: Você digitou um CAPTCHA com valor incorreto."
|
290 |
|
291 |
+
#: google-captcha.php:897 google-captcha.php:926 google-captcha.php:952
|
292 |
msgid "ERROR"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: google-captcha.php:952
|
296 |
#, fuzzy
|
297 |
msgid ""
|
298 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
301 |
"Erro: Você digitou um CAPTCHA com valor incorreto. Clique no botão Voltar do "
|
302 |
"seu navegador e tente novamente."
|
303 |
|
304 |
+
#: google-captcha.php:976
|
305 |
+
msgid "Please, complete the captcha and submit \"Test verification\""
|
306 |
+
msgstr ""
|
307 |
+
|
308 |
+
#: google-captcha.php:980
|
309 |
+
msgid "Test verification"
|
310 |
+
msgstr ""
|
311 |
+
|
312 |
+
#: google-captcha.php:994 google-captcha.php:1003
|
313 |
+
msgid "The user response was missing."
|
314 |
+
msgstr ""
|
315 |
+
|
316 |
+
#: google-captcha.php:996
|
317 |
+
msgid "The Secret Key is missing."
|
318 |
+
msgstr ""
|
319 |
+
|
320 |
+
#: google-captcha.php:999 google-captcha.php:1008
|
321 |
+
msgid "The Secret Key is invalid"
|
322 |
+
msgstr ""
|
323 |
+
|
324 |
+
#: google-captcha.php:1000 google-captcha.php:1009
|
325 |
+
msgid "Check your domain configuration"
|
326 |
+
msgstr ""
|
327 |
+
|
328 |
+
#: google-captcha.php:1001 google-captcha.php:1010
|
329 |
+
#, fuzzy
|
330 |
+
msgid "and enter it again"
|
331 |
+
msgstr "e inserí-los no"
|
332 |
+
|
333 |
+
#: google-captcha.php:1004 google-captcha.php:1012
|
334 |
+
msgid "The user response is invalid."
|
335 |
+
msgstr ""
|
336 |
+
|
337 |
+
#: google-captcha.php:1021
|
338 |
+
msgid "The verification is successfully completed."
|
339 |
+
msgstr ""
|
340 |
+
|
341 |
+
#: google-captcha.php:1075
|
342 |
msgid "Support"
|
343 |
msgstr "Suporte"
|
344 |
|
languages/google-captcha-ru_RU.mo
CHANGED
Binary file
|
languages/google-captcha-ru_RU.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
@@ -16,15 +16,15 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: google-captcha.php:
|
20 |
msgid "Google Captcha Settings"
|
21 |
msgstr "Настройки Google Captcha"
|
22 |
|
23 |
-
#: google-captcha.php:
|
24 |
msgid "Warning"
|
25 |
msgstr "Внимание"
|
26 |
|
27 |
-
#: google-captcha.php:
|
28 |
msgid ""
|
29 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
30 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
@@ -34,82 +34,77 @@ msgstr ""
|
|
34 |
"reCAPTCHA не будет работать корректно. Пожалуйста, удалите все лишние блоки "
|
35 |
"reCAPTCHA."
|
36 |
|
37 |
-
#: google-captcha.php:
|
38 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
39 |
msgstr "Ошибка: Вы ввели неверное значение reCAPTCHA."
|
40 |
|
41 |
-
#: google-captcha.php:
|
42 |
msgid "Normal"
|
43 |
msgstr "Нормальный"
|
44 |
|
45 |
-
#: google-captcha.php:
|
46 |
msgid "Compact"
|
47 |
msgstr "Компактный"
|
48 |
|
49 |
-
#: google-captcha.php:
|
50 |
msgid "Site key"
|
51 |
msgstr "Ключ"
|
52 |
|
53 |
-
#: google-captcha.php:
|
54 |
msgid "Secret Key"
|
55 |
msgstr "Секретный ключ"
|
56 |
|
57 |
-
#: google-captcha.php:
|
58 |
msgid "Login form"
|
59 |
msgstr "Форма логина"
|
60 |
|
61 |
-
#: google-captcha.php:
|
62 |
msgid "Registration form"
|
63 |
msgstr "Форма регистрации"
|
64 |
|
65 |
-
#: google-captcha.php:
|
66 |
msgid "Reset password form"
|
67 |
msgstr "Форма восстановления пароля"
|
68 |
|
69 |
-
#: google-captcha.php:
|
70 |
msgid "Comments form"
|
71 |
msgstr "Форма комментариев"
|
72 |
|
73 |
-
#: google-captcha.php:
|
74 |
msgid "Enter site key"
|
75 |
msgstr "Введите ключ"
|
76 |
|
77 |
-
#: google-captcha.php:
|
78 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
79 |
msgstr ""
|
80 |
"ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
|
81 |
"ключевые поля."
|
82 |
|
83 |
-
#: google-captcha.php:
|
84 |
msgid "Enter secret key"
|
85 |
msgstr "Введите секретный ключ"
|
86 |
|
87 |
-
#: google-captcha.php:
|
88 |
msgid "Settings saved"
|
89 |
msgstr "Настройки сохранены"
|
90 |
|
91 |
-
#: google-captcha.php:
|
92 |
msgid "All plugin settings were restored."
|
93 |
msgstr "Настройки плагина были восстановлены."
|
94 |
|
95 |
-
#: google-captcha.php:
|
96 |
msgid "Settings"
|
97 |
msgstr "Настройки"
|
98 |
|
99 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
100 |
msgid "Go PRO"
|
101 |
msgstr "Перейти на PRO версию"
|
102 |
|
103 |
-
#: google-captcha.php:
|
104 |
-
msgid ""
|
105 |
-
"Google Captcha version 2 will not work correctly, since the option "
|
106 |
-
"\"allow_url_fopen\" is disabled. Please contact your hosting support service."
|
107 |
-
msgstr ""
|
108 |
-
"Google Captcha версии 2 не будет работать корректно, потому что отключена "
|
109 |
-
"опция \"allow_url_fopen\". Пожалуйста, обратитесь в службу поддержки вашего "
|
110 |
-
"хостинга."
|
111 |
-
|
112 |
-
#: google-captcha.php:416
|
113 |
msgid ""
|
114 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
115 |
"version 1 features."
|
@@ -117,7 +112,7 @@ msgstr ""
|
|
117 |
"В связи с особенностями работы reCAPTCHA версии 1 на странице может "
|
118 |
"отображаться только одна reCAPTCHA."
|
119 |
|
120 |
-
#: google-captcha.php:
|
121 |
#, php-format
|
122 |
msgid ""
|
123 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
@@ -126,7 +121,7 @@ msgstr ""
|
|
126 |
"Если вы хотите добавить Google Captcha (reCAPTCHA) на вашу страницу или "
|
127 |
"пост, то используйте кнопку %s"
|
128 |
|
129 |
-
#: google-captcha.php:
|
130 |
#, php-format
|
131 |
msgid ""
|
132 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
@@ -139,71 +134,75 @@ msgstr ""
|
|
139 |
"кнопка не отображается или вы хотите добавить Google Captcha (reCAPTCHA) в "
|
140 |
"вашу собственную форму, пожалуйста, используйте шорткод %s"
|
141 |
|
142 |
-
#: google-captcha.php:
|
143 |
msgid "Authentication"
|
144 |
msgstr "Идентификация"
|
145 |
|
146 |
-
#: google-captcha.php:
|
147 |
#, php-format
|
148 |
msgid "Before you are able to do something, you must to register %shere%s"
|
149 |
msgstr ""
|
150 |
"Прежде чем вы сможете сделать что-нибудь, вы должны зарегистрироваться "
|
151 |
"%sздесь%s"
|
152 |
|
153 |
-
#: google-captcha.php:
|
154 |
msgid "Enter site key and secret key, that you get after registration."
|
155 |
msgstr "Введите ключ и секретный ключ, которые вы получили после регистрации."
|
156 |
|
157 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
158 |
msgid "Options"
|
159 |
msgstr "Опции"
|
160 |
|
161 |
-
#: google-captcha.php:
|
162 |
msgid "Enable reCAPTCHA for"
|
163 |
msgstr "Включить reCAPTCHA для"
|
164 |
|
165 |
-
#: google-captcha.php:
|
166 |
msgid "WordPress default"
|
167 |
msgstr "Стандартных форм WordPress"
|
168 |
|
169 |
-
#: google-captcha.php:
|
170 |
msgid "This option is available only for network or for main blog"
|
171 |
msgstr "Эта опция доступна только для сети или для основного блога"
|
172 |
|
173 |
-
#: google-captcha.php:
|
174 |
msgid "Plugins"
|
175 |
msgstr "Плагинов"
|
176 |
|
177 |
-
#: google-captcha.php:
|
178 |
#, php-format
|
179 |
msgid "You should %s to use this functionality"
|
180 |
msgstr "Чтобы использовать этот функционал %s"
|
181 |
|
182 |
-
#: google-captcha.php:
|
183 |
msgid "activate"
|
184 |
msgstr "активируйте"
|
185 |
|
186 |
-
#: google-captcha.php:
|
187 |
msgid "for network"
|
188 |
msgstr "для сети"
|
189 |
|
190 |
-
#: google-captcha.php:
|
191 |
msgid "download"
|
192 |
msgstr "загрузить"
|
193 |
|
194 |
-
#: google-captcha.php:
|
195 |
msgid "Close"
|
196 |
msgstr "Закрыть"
|
197 |
|
198 |
-
#: google-captcha.php:
|
199 |
msgid "Unlock premium options by upgrading to Pro version"
|
200 |
msgstr "Активируйте премиум опции обновившись до Pro версии"
|
201 |
|
202 |
-
#: google-captcha.php:
|
203 |
msgid "Learn More"
|
204 |
msgstr "Подробнее"
|
205 |
|
206 |
-
#: google-captcha.php:
|
207 |
#, php-format
|
208 |
msgid ""
|
209 |
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
@@ -211,84 +210,84 @@ msgstr ""
|
|
211 |
"Если вы хотите добавить Google Captcha (reCAPTCHA) в кастомную форму, "
|
212 |
"смотрите %s"
|
213 |
|
214 |
-
#: google-captcha.php:
|
215 |
msgid "FAQ"
|
216 |
msgstr "FAQ"
|
217 |
|
218 |
-
#: google-captcha.php:
|
219 |
msgid "Hide reCAPTCHA in Comments form for"
|
220 |
msgstr "Скрыть reCAPTCHA в Форма комментариев для"
|
221 |
|
222 |
-
#: google-captcha.php:
|
223 |
msgid "reCAPTCHA version"
|
224 |
msgstr "Версия reCAPTCHA"
|
225 |
|
226 |
-
#: google-captcha.php:
|
227 |
-
#: google-captcha.php:
|
228 |
msgid "version"
|
229 |
msgstr "версия"
|
230 |
|
231 |
-
#: google-captcha.php:
|
232 |
msgid "reCAPTCHA theme"
|
233 |
msgstr "Тема reCAPTCHA"
|
234 |
|
235 |
-
#: google-captcha.php:
|
236 |
msgid "for version"
|
237 |
msgstr "для версии"
|
238 |
|
239 |
-
#: google-captcha.php:
|
240 |
msgid "reCAPTCHA language"
|
241 |
msgstr "Язык reCAPTCHA"
|
242 |
|
243 |
-
#: google-captcha.php:
|
244 |
msgid "Use the current site language"
|
245 |
msgstr "Использовать текущий язык сайта"
|
246 |
|
247 |
-
#: google-captcha.php:
|
248 |
msgid "Using"
|
249 |
msgstr "Используя"
|
250 |
|
251 |
-
#: google-captcha.php:
|
252 |
msgid "reCAPTCHA size"
|
253 |
msgstr "Размер reCAPTCHA"
|
254 |
|
255 |
-
#: google-captcha.php:
|
256 |
msgid "Save Changes"
|
257 |
msgstr "Сохранить изменения"
|
258 |
|
259 |
-
#: google-captcha.php:
|
260 |
msgid "To use Google Captcha you must get the keys from"
|
261 |
msgstr "Чтобы использовать Google Captcha вам необходимо получить ключи"
|
262 |
|
263 |
-
#: google-captcha.php:
|
264 |
msgid "here"
|
265 |
msgstr "здесь"
|
266 |
|
267 |
-
#: google-captcha.php:
|
268 |
msgid "and enter them on the"
|
269 |
msgstr "и вставить их на"
|
270 |
|
271 |
-
#: google-captcha.php:
|
272 |
msgid "plugin setting page"
|
273 |
msgstr "страницу настроек плагина"
|
274 |
|
275 |
-
#: google-captcha.php:
|
276 |
msgid "Error"
|
277 |
msgstr "Ошибка"
|
278 |
|
279 |
-
#: google-captcha.php:
|
280 |
msgid "You have entered an incorrect reCAPTCHA value."
|
281 |
msgstr "Ошибка: Вы ввели неверное значение reCAPTCHA."
|
282 |
|
283 |
-
#: google-captcha.php:
|
284 |
msgid "You have entered an incorrect reCAPTCHA value"
|
285 |
msgstr "Вы ввели неверное значение reCAPTCHA."
|
286 |
|
287 |
-
#: google-captcha.php:
|
288 |
msgid "ERROR"
|
289 |
msgstr "ОШИБКА"
|
290 |
|
291 |
-
#: google-captcha.php:
|
292 |
msgid ""
|
293 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
294 |
"browser, and try again."
|
@@ -296,10 +295,55 @@ msgstr ""
|
|
296 |
"Ошибка: Вы ввели неверное значение reCAPTCHA. Нажмите копку НАЗАД в своем "
|
297 |
"браузере и попытайтесь снова."
|
298 |
|
299 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
msgid "Support"
|
301 |
msgstr "Поддержка"
|
302 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
#~ msgid ""
|
304 |
#~ "Google Captcha version 2 will not work correctly, since the option "
|
305 |
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-05 17:14+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: google-captcha.php:34 google-captcha.php:367
|
20 |
msgid "Google Captcha Settings"
|
21 |
msgstr "Настройки Google Captcha"
|
22 |
|
23 |
+
#: google-captcha.php:154
|
24 |
msgid "Warning"
|
25 |
msgstr "Внимание"
|
26 |
|
27 |
+
#: google-captcha.php:154
|
28 |
msgid ""
|
29 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
30 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
34 |
"reCAPTCHA не будет работать корректно. Пожалуйста, удалите все лишние блоки "
|
35 |
"reCAPTCHA."
|
36 |
|
37 |
+
#: google-captcha.php:158
|
38 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
39 |
msgstr "Ошибка: Вы ввели неверное значение reCAPTCHA."
|
40 |
|
41 |
+
#: google-captcha.php:272
|
42 |
msgid "Normal"
|
43 |
msgstr "Нормальный"
|
44 |
|
45 |
+
#: google-captcha.php:273
|
46 |
msgid "Compact"
|
47 |
msgstr "Компактный"
|
48 |
|
49 |
+
#: google-captcha.php:279
|
50 |
msgid "Site key"
|
51 |
msgstr "Ключ"
|
52 |
|
53 |
+
#: google-captcha.php:284
|
54 |
msgid "Secret Key"
|
55 |
msgstr "Секретный ключ"
|
56 |
|
57 |
+
#: google-captcha.php:292
|
58 |
msgid "Login form"
|
59 |
msgstr "Форма логина"
|
60 |
|
61 |
+
#: google-captcha.php:293
|
62 |
msgid "Registration form"
|
63 |
msgstr "Форма регистрации"
|
64 |
|
65 |
+
#: google-captcha.php:294
|
66 |
msgid "Reset password form"
|
67 |
msgstr "Форма восстановления пароля"
|
68 |
|
69 |
+
#: google-captcha.php:295
|
70 |
msgid "Comments form"
|
71 |
msgstr "Форма комментариев"
|
72 |
|
73 |
+
#: google-captcha.php:314
|
74 |
msgid "Enter site key"
|
75 |
msgstr "Введите ключ"
|
76 |
|
77 |
+
#: google-captcha.php:315 google-captcha.php:321
|
78 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
79 |
msgstr ""
|
80 |
"ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
|
81 |
"ключевые поля."
|
82 |
|
83 |
+
#: google-captcha.php:320
|
84 |
msgid "Enter secret key"
|
85 |
msgstr "Введите секретный ключ"
|
86 |
|
87 |
+
#: google-captcha.php:346
|
88 |
msgid "Settings saved"
|
89 |
msgstr "Настройки сохранены"
|
90 |
|
91 |
+
#: google-captcha.php:352
|
92 |
msgid "All plugin settings were restored."
|
93 |
msgstr "Настройки плагина были восстановлены."
|
94 |
|
95 |
+
#: google-captcha.php:369 google-captcha.php:1040 google-captcha.php:1073
|
96 |
msgid "Settings"
|
97 |
msgstr "Настройки"
|
98 |
|
99 |
+
#: google-captcha.php:370
|
100 |
+
msgid "Custom code"
|
101 |
+
msgstr "Пользовательский код"
|
102 |
+
|
103 |
+
#: google-captcha.php:371
|
104 |
msgid "Go PRO"
|
105 |
msgstr "Перейти на PRO версию"
|
106 |
|
107 |
+
#: google-captcha.php:376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
msgid ""
|
109 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
110 |
"version 1 features."
|
112 |
"В связи с особенностями работы reCAPTCHA версии 1 на странице может "
|
113 |
"отображаться только одна reCAPTCHA."
|
114 |
|
115 |
+
#: google-captcha.php:391
|
116 |
#, php-format
|
117 |
msgid ""
|
118 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
121 |
"Если вы хотите добавить Google Captcha (reCAPTCHA) на вашу страницу или "
|
122 |
"пост, то используйте кнопку %s"
|
123 |
|
124 |
+
#: google-captcha.php:397
|
125 |
#, php-format
|
126 |
msgid ""
|
127 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
134 |
"кнопка не отображается или вы хотите добавить Google Captcha (reCAPTCHA) в "
|
135 |
"вашу собственную форму, пожалуйста, используйте шорткод %s"
|
136 |
|
137 |
+
#: google-captcha.php:405
|
138 |
msgid "Authentication"
|
139 |
msgstr "Идентификация"
|
140 |
|
141 |
+
#: google-captcha.php:406
|
142 |
#, php-format
|
143 |
msgid "Before you are able to do something, you must to register %shere%s"
|
144 |
msgstr ""
|
145 |
"Прежде чем вы сможете сделать что-нибудь, вы должны зарегистрироваться "
|
146 |
"%sздесь%s"
|
147 |
|
148 |
+
#: google-captcha.php:407
|
149 |
msgid "Enter site key and secret key, that you get after registration."
|
150 |
msgstr "Введите ключ и секретный ключ, которые вы получили после регистрации."
|
151 |
|
152 |
+
#: google-captcha.php:422
|
153 |
+
msgid "Test Keys"
|
154 |
+
msgstr "Тестирование ключей"
|
155 |
+
|
156 |
+
#: google-captcha.php:425
|
157 |
msgid "Options"
|
158 |
msgstr "Опции"
|
159 |
|
160 |
+
#: google-captcha.php:428
|
161 |
msgid "Enable reCAPTCHA for"
|
162 |
msgstr "Включить reCAPTCHA для"
|
163 |
|
164 |
+
#: google-captcha.php:432
|
165 |
msgid "WordPress default"
|
166 |
msgstr "Стандартных форм WordPress"
|
167 |
|
168 |
+
#: google-captcha.php:441
|
169 |
msgid "This option is available only for network or for main blog"
|
170 |
msgstr "Эта опция доступна только для сети или для основного блога"
|
171 |
|
172 |
+
#: google-captcha.php:449
|
173 |
msgid "Plugins"
|
174 |
msgstr "Плагинов"
|
175 |
|
176 |
+
#: google-captcha.php:457 google-captcha.php:462
|
177 |
#, php-format
|
178 |
msgid "You should %s to use this functionality"
|
179 |
msgstr "Чтобы использовать этот функционал %s"
|
180 |
|
181 |
+
#: google-captcha.php:458
|
182 |
msgid "activate"
|
183 |
msgstr "активируйте"
|
184 |
|
185 |
+
#: google-captcha.php:458
|
186 |
msgid "for network"
|
187 |
msgstr "для сети"
|
188 |
|
189 |
+
#: google-captcha.php:463
|
190 |
msgid "download"
|
191 |
msgstr "загрузить"
|
192 |
|
193 |
+
#: google-captcha.php:475 google-captcha.php:552
|
194 |
msgid "Close"
|
195 |
msgstr "Закрыть"
|
196 |
|
197 |
+
#: google-captcha.php:487 google-captcha.php:588
|
198 |
msgid "Unlock premium options by upgrading to Pro version"
|
199 |
msgstr "Активируйте премиум опции обновившись до Pro версии"
|
200 |
|
201 |
+
#: google-captcha.php:490 google-captcha.php:591
|
202 |
msgid "Learn More"
|
203 |
msgstr "Подробнее"
|
204 |
|
205 |
+
#: google-captcha.php:496
|
206 |
#, php-format
|
207 |
msgid ""
|
208 |
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
210 |
"Если вы хотите добавить Google Captcha (reCAPTCHA) в кастомную форму, "
|
211 |
"смотрите %s"
|
212 |
|
213 |
+
#: google-captcha.php:496 google-captcha.php:1074
|
214 |
msgid "FAQ"
|
215 |
msgstr "FAQ"
|
216 |
|
217 |
+
#: google-captcha.php:501
|
218 |
msgid "Hide reCAPTCHA in Comments form for"
|
219 |
msgstr "Скрыть reCAPTCHA в Форма комментариев для"
|
220 |
|
221 |
+
#: google-captcha.php:513
|
222 |
msgid "reCAPTCHA version"
|
223 |
msgstr "Версия reCAPTCHA"
|
224 |
|
225 |
+
#: google-captcha.php:516 google-captcha.php:517 google-captcha.php:518
|
226 |
+
#: google-captcha.php:519
|
227 |
msgid "version"
|
228 |
msgstr "версия"
|
229 |
|
230 |
+
#: google-captcha.php:525 google-captcha.php:538
|
231 |
msgid "reCAPTCHA theme"
|
232 |
msgstr "Тема reCAPTCHA"
|
233 |
|
234 |
+
#: google-captcha.php:526 google-captcha.php:539 google-captcha.php:570
|
235 |
msgid "for version"
|
236 |
msgstr "для версии"
|
237 |
|
238 |
+
#: google-captcha.php:556
|
239 |
msgid "reCAPTCHA language"
|
240 |
msgstr "Язык reCAPTCHA"
|
241 |
|
242 |
+
#: google-captcha.php:563
|
243 |
msgid "Use the current site language"
|
244 |
msgstr "Использовать текущий язык сайта"
|
245 |
|
246 |
+
#: google-captcha.php:563
|
247 |
msgid "Using"
|
248 |
msgstr "Используя"
|
249 |
|
250 |
+
#: google-captcha.php:569
|
251 |
msgid "reCAPTCHA size"
|
252 |
msgstr "Размер reCAPTCHA"
|
253 |
|
254 |
+
#: google-captcha.php:598
|
255 |
msgid "Save Changes"
|
256 |
msgstr "Сохранить изменения"
|
257 |
|
258 |
+
#: google-captcha.php:652 google-captcha.php:1090
|
259 |
msgid "To use Google Captcha you must get the keys from"
|
260 |
msgstr "Чтобы использовать Google Captcha вам необходимо получить ключи"
|
261 |
|
262 |
+
#: google-captcha.php:653 google-captcha.php:1091
|
263 |
msgid "here"
|
264 |
msgstr "здесь"
|
265 |
|
266 |
+
#: google-captcha.php:654 google-captcha.php:1092
|
267 |
msgid "and enter them on the"
|
268 |
msgstr "и вставить их на"
|
269 |
|
270 |
+
#: google-captcha.php:656 google-captcha.php:1094
|
271 |
msgid "plugin setting page"
|
272 |
msgstr "страницу настроек плагина"
|
273 |
|
274 |
+
#: google-captcha.php:842 google-captcha.php:880
|
275 |
msgid "Error"
|
276 |
msgstr "Ошибка"
|
277 |
|
278 |
+
#: google-captcha.php:842
|
279 |
msgid "You have entered an incorrect reCAPTCHA value."
|
280 |
msgstr "Ошибка: Вы ввели неверное значение reCAPTCHA."
|
281 |
|
282 |
+
#: google-captcha.php:880 google-captcha.php:897 google-captcha.php:926
|
283 |
msgid "You have entered an incorrect reCAPTCHA value"
|
284 |
msgstr "Вы ввели неверное значение reCAPTCHA."
|
285 |
|
286 |
+
#: google-captcha.php:897 google-captcha.php:926 google-captcha.php:952
|
287 |
msgid "ERROR"
|
288 |
msgstr "ОШИБКА"
|
289 |
|
290 |
+
#: google-captcha.php:952
|
291 |
msgid ""
|
292 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
293 |
"browser, and try again."
|
295 |
"Ошибка: Вы ввели неверное значение reCAPTCHA. Нажмите копку НАЗАД в своем "
|
296 |
"браузере и попытайтесь снова."
|
297 |
|
298 |
+
#: google-captcha.php:976
|
299 |
+
msgid "Please, complete the captcha and submit \"Test verification\""
|
300 |
+
msgstr "Пожалуйста, заполните капчу и нажмите кнопку \"Тестирование проверки\""
|
301 |
+
|
302 |
+
#: google-captcha.php:980
|
303 |
+
msgid "Test verification"
|
304 |
+
msgstr "Тестирование проверки"
|
305 |
+
|
306 |
+
#: google-captcha.php:994 google-captcha.php:1003
|
307 |
+
msgid "The user response was missing."
|
308 |
+
msgstr "Ответ пользователя отсутствует."
|
309 |
+
|
310 |
+
#: google-captcha.php:996
|
311 |
+
msgid "The Secret Key is missing."
|
312 |
+
msgstr "Секретный ключ отсутствует."
|
313 |
+
|
314 |
+
#: google-captcha.php:999 google-captcha.php:1008
|
315 |
+
msgid "The Secret Key is invalid"
|
316 |
+
msgstr "Секретный ключ некорректный"
|
317 |
+
|
318 |
+
#: google-captcha.php:1000 google-captcha.php:1009
|
319 |
+
msgid "Check your domain configuration"
|
320 |
+
msgstr "Проверьте настройки вашего домена"
|
321 |
+
|
322 |
+
#: google-captcha.php:1001 google-captcha.php:1010
|
323 |
+
msgid "and enter it again"
|
324 |
+
msgstr "и введите его снова"
|
325 |
+
|
326 |
+
#: google-captcha.php:1004 google-captcha.php:1012
|
327 |
+
msgid "The user response is invalid."
|
328 |
+
msgstr "Некорректный ответ пользователя."
|
329 |
+
|
330 |
+
#: google-captcha.php:1021
|
331 |
+
msgid "The verification is successfully completed."
|
332 |
+
msgstr "Проверка завершена успешно."
|
333 |
+
|
334 |
+
#: google-captcha.php:1075
|
335 |
msgid "Support"
|
336 |
msgstr "Поддержка"
|
337 |
|
338 |
+
#~ msgid ""
|
339 |
+
#~ "Google Captcha version 2 will not work correctly, since the option "
|
340 |
+
#~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
|
341 |
+
#~ "service."
|
342 |
+
#~ msgstr ""
|
343 |
+
#~ "Google Captcha версии 2 не будет работать корректно, потому что отключена "
|
344 |
+
#~ "опция \"allow_url_fopen\". Пожалуйста, обратитесь в службу поддержки "
|
345 |
+
#~ "вашего хостинга."
|
346 |
+
|
347 |
#~ msgid ""
|
348 |
#~ "Google Captcha version 2 will not work correctly, since the option "
|
349 |
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
languages/google-captcha-uk.mo
CHANGED
Binary file
|
languages/google-captcha-uk.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
@@ -16,15 +16,15 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: google-captcha.php:
|
20 |
msgid "Google Captcha Settings"
|
21 |
msgstr "Налаштування Google Captcha"
|
22 |
|
23 |
-
#: google-captcha.php:
|
24 |
msgid "Warning"
|
25 |
msgstr "Увага"
|
26 |
|
27 |
-
#: google-captcha.php:
|
28 |
msgid ""
|
29 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
30 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
@@ -34,83 +34,78 @@ msgstr ""
|
|
34 |
"reCAPTCHA не буде працювати коректно. Будь-ласка видаліть усі зайві блоки "
|
35 |
"reCAPTCHA."
|
36 |
|
37 |
-
#: google-captcha.php:
|
38 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
39 |
msgstr ""
|
40 |
"Помилка: Ви ввели невірне значення Captcha.Помилка: Ви ввели невірне "
|
41 |
"значення reCAPTCHA."
|
42 |
|
43 |
-
#: google-captcha.php:
|
44 |
msgid "Normal"
|
45 |
msgstr "Нормальний"
|
46 |
|
47 |
-
#: google-captcha.php:
|
48 |
msgid "Compact"
|
49 |
msgstr "Компактний"
|
50 |
|
51 |
-
#: google-captcha.php:
|
52 |
msgid "Site key"
|
53 |
msgstr "Ключ сайту"
|
54 |
|
55 |
-
#: google-captcha.php:
|
56 |
msgid "Secret Key"
|
57 |
msgstr "Секретний ключ"
|
58 |
|
59 |
-
#: google-captcha.php:
|
60 |
msgid "Login form"
|
61 |
msgstr "Форма логіну"
|
62 |
|
63 |
-
#: google-captcha.php:
|
64 |
msgid "Registration form"
|
65 |
msgstr "Форма реєстрації"
|
66 |
|
67 |
-
#: google-captcha.php:
|
68 |
msgid "Reset password form"
|
69 |
msgstr "Форма відновлення паролю"
|
70 |
|
71 |
-
#: google-captcha.php:
|
72 |
msgid "Comments form"
|
73 |
msgstr "Форма коментарів"
|
74 |
|
75 |
-
#: google-captcha.php:
|
76 |
msgid "Enter site key"
|
77 |
msgstr "Введіть ключ сайту"
|
78 |
|
79 |
-
#: google-captcha.php:
|
80 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
81 |
msgstr ""
|
82 |
"УВАГА: Капча не буде відображатись, поки ви не заповните необхідні поля."
|
83 |
|
84 |
-
#: google-captcha.php:
|
85 |
msgid "Enter secret key"
|
86 |
msgstr "Введіть секретний ключ"
|
87 |
|
88 |
-
#: google-captcha.php:
|
89 |
msgid "Settings saved"
|
90 |
msgstr "Налаштування збережено"
|
91 |
|
92 |
-
#: google-captcha.php:
|
93 |
msgid "All plugin settings were restored."
|
94 |
msgstr "Налаштування плагіна були відновлені."
|
95 |
|
96 |
-
#: google-captcha.php:
|
97 |
msgid "Settings"
|
98 |
msgstr "Налаштування"
|
99 |
|
100 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
101 |
msgid "Go PRO"
|
102 |
msgstr "Перейти на PRO версію"
|
103 |
|
104 |
-
#: google-captcha.php:
|
105 |
-
msgid ""
|
106 |
-
"Google Captcha version 2 will not work correctly, since the option "
|
107 |
-
"\"allow_url_fopen\" is disabled. Please contact your hosting support service."
|
108 |
-
msgstr ""
|
109 |
-
"Google Captcha версії 2 не працюватиме коректно, тому що відключена опція "
|
110 |
-
"\"allow_url_fopen \". Будь ласка, зверніться в службу підтримки вашого "
|
111 |
-
"хостингу."
|
112 |
-
|
113 |
-
#: google-captcha.php:416
|
114 |
msgid ""
|
115 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
116 |
"version 1 features."
|
@@ -118,7 +113,7 @@ msgstr ""
|
|
118 |
"У зв'язку з особливостями роботи reCAPTCHA версії 1 на сторінці може "
|
119 |
"відображатися тільки одна reCAPTCHA."
|
120 |
|
121 |
-
#: google-captcha.php:
|
122 |
#, php-format
|
123 |
msgid ""
|
124 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
@@ -127,7 +122,7 @@ msgstr ""
|
|
127 |
"Якщо ви хочете додати Google Captcha (reCAPTCHA) на вашу сторінку або пост, "
|
128 |
"то використовуйте кнопку %s"
|
129 |
|
130 |
-
#: google-captcha.php:
|
131 |
#, php-format
|
132 |
msgid ""
|
133 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
@@ -140,69 +135,73 @@ msgstr ""
|
|
140 |
"кнопка не відображається або ви хочете додати Google Captcha (reCAPTCHA) в "
|
141 |
"вашу власну форму, будь ласка, використовуйте шорткод %s"
|
142 |
|
143 |
-
#: google-captcha.php:
|
144 |
msgid "Authentication"
|
145 |
msgstr "Ідентифікація"
|
146 |
|
147 |
-
#: google-captcha.php:
|
148 |
#, php-format
|
149 |
msgid "Before you are able to do something, you must to register %shere%s"
|
150 |
msgstr "Щоб виконувати якісь дії, спершу зареєструйтесь %sтут%s"
|
151 |
|
152 |
-
#: google-captcha.php:
|
153 |
msgid "Enter site key and secret key, that you get after registration."
|
154 |
msgstr "Введіть відкритий і секретний ключі, які ви отримали після реєстрації."
|
155 |
|
156 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
157 |
msgid "Options"
|
158 |
msgstr "Опції"
|
159 |
|
160 |
-
#: google-captcha.php:
|
161 |
msgid "Enable reCAPTCHA for"
|
162 |
msgstr "Включити reCAPTCHA для"
|
163 |
|
164 |
-
#: google-captcha.php:
|
165 |
msgid "WordPress default"
|
166 |
msgstr "Стандартних форм WordPress"
|
167 |
|
168 |
-
#: google-captcha.php:
|
169 |
msgid "This option is available only for network or for main blog"
|
170 |
msgstr "Ця опція доступна тільки для мережі або для основного блогу"
|
171 |
|
172 |
-
#: google-captcha.php:
|
173 |
msgid "Plugins"
|
174 |
msgstr "Плагінів"
|
175 |
|
176 |
-
#: google-captcha.php:
|
177 |
#, php-format
|
178 |
msgid "You should %s to use this functionality"
|
179 |
msgstr "Щоб використовувати цей функціонал %s"
|
180 |
|
181 |
-
#: google-captcha.php:
|
182 |
msgid "activate"
|
183 |
msgstr "активувати"
|
184 |
|
185 |
-
#: google-captcha.php:
|
186 |
msgid "for network"
|
187 |
msgstr "для мережі"
|
188 |
|
189 |
-
#: google-captcha.php:
|
190 |
msgid "download"
|
191 |
msgstr "завантажити"
|
192 |
|
193 |
-
#: google-captcha.php:
|
194 |
msgid "Close"
|
195 |
msgstr "Закрити"
|
196 |
|
197 |
-
#: google-captcha.php:
|
198 |
msgid "Unlock premium options by upgrading to Pro version"
|
199 |
msgstr "Активуйте преміум опції оновившись до Pro версії"
|
200 |
|
201 |
-
#: google-captcha.php:
|
202 |
msgid "Learn More"
|
203 |
msgstr "Детальніше"
|
204 |
|
205 |
-
#: google-captcha.php:
|
206 |
#, php-format
|
207 |
msgid ""
|
208 |
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
@@ -210,84 +209,84 @@ msgstr ""
|
|
210 |
"Якщо ви хочете додати Google Captcha (reCAPTCHA) в кастомний форму, дивіться "
|
211 |
"%s"
|
212 |
|
213 |
-
#: google-captcha.php:
|
214 |
msgid "FAQ"
|
215 |
msgstr "FAQ"
|
216 |
|
217 |
-
#: google-captcha.php:
|
218 |
msgid "Hide reCAPTCHA in Comments form for"
|
219 |
-
msgstr "Приховати reCAPTCHA у
|
220 |
|
221 |
-
#: google-captcha.php:
|
222 |
msgid "reCAPTCHA version"
|
223 |
msgstr "Версія reCAPTCHA"
|
224 |
|
225 |
-
#: google-captcha.php:
|
226 |
-
#: google-captcha.php:
|
227 |
msgid "version"
|
228 |
msgstr "версія"
|
229 |
|
230 |
-
#: google-captcha.php:
|
231 |
msgid "reCAPTCHA theme"
|
232 |
msgstr "reCAPTCHA theme"
|
233 |
|
234 |
-
#: google-captcha.php:
|
235 |
msgid "for version"
|
236 |
msgstr "для версії"
|
237 |
|
238 |
-
#: google-captcha.php:
|
239 |
msgid "reCAPTCHA language"
|
240 |
msgstr "Мова reCAPTCHA"
|
241 |
|
242 |
-
#: google-captcha.php:
|
243 |
msgid "Use the current site language"
|
244 |
msgstr "Використовувати поточну мову сайту"
|
245 |
|
246 |
-
#: google-captcha.php:
|
247 |
msgid "Using"
|
248 |
msgstr "Використовуючи"
|
249 |
|
250 |
-
#: google-captcha.php:
|
251 |
msgid "reCAPTCHA size"
|
252 |
msgstr "Розмір reCAPTCHA"
|
253 |
|
254 |
-
#: google-captcha.php:
|
255 |
msgid "Save Changes"
|
256 |
msgstr "Зберегти зміни"
|
257 |
|
258 |
-
#: google-captcha.php:
|
259 |
msgid "To use Google Captcha you must get the keys from"
|
260 |
msgstr "Щоб використовувати Google Captcha, вам необхідно отримати ключі з"
|
261 |
|
262 |
-
#: google-captcha.php:
|
263 |
msgid "here"
|
264 |
msgstr "тут"
|
265 |
|
266 |
-
#: google-captcha.php:
|
267 |
msgid "and enter them on the"
|
268 |
msgstr "і вставте їх у"
|
269 |
|
270 |
-
#: google-captcha.php:
|
271 |
msgid "plugin setting page"
|
272 |
msgstr "сторінку налаштувань плагіну"
|
273 |
|
274 |
-
#: google-captcha.php:
|
275 |
msgid "Error"
|
276 |
msgstr "Помилка"
|
277 |
|
278 |
-
#: google-captcha.php:
|
279 |
msgid "You have entered an incorrect reCAPTCHA value."
|
280 |
msgstr "Ви ввели невірне значення reCAPTCHA."
|
281 |
|
282 |
-
#: google-captcha.php:
|
283 |
msgid "You have entered an incorrect reCAPTCHA value"
|
284 |
msgstr "Ви ввели невірне значення reCAPTCHA"
|
285 |
|
286 |
-
#: google-captcha.php:
|
287 |
msgid "ERROR"
|
288 |
msgstr "ПОМИЛКА"
|
289 |
|
290 |
-
#: google-captcha.php:
|
291 |
msgid ""
|
292 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
293 |
"browser, and try again."
|
@@ -295,10 +294,56 @@ msgstr ""
|
|
295 |
"Помилка: Ви ввели невірне значення Captcha. Клікніть НАЗАД у своєму браузері "
|
296 |
"та спробуйте знову."
|
297 |
|
298 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
299 |
msgid "Support"
|
300 |
msgstr "Техпідтримка"
|
301 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
302 |
#~ msgid ""
|
303 |
#~ "Google Captcha version 2 will not work correctly, since the option "
|
304 |
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-04-05 17:20+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: google-captcha.php:34 google-captcha.php:367
|
20 |
msgid "Google Captcha Settings"
|
21 |
msgstr "Налаштування Google Captcha"
|
22 |
|
23 |
+
#: google-captcha.php:154
|
24 |
msgid "Warning"
|
25 |
msgstr "Увага"
|
26 |
|
27 |
+
#: google-captcha.php:154
|
28 |
msgid ""
|
29 |
"It has been found more than one reCAPTCHA in current form. In this case "
|
30 |
"reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
|
34 |
"reCAPTCHA не буде працювати коректно. Будь-ласка видаліть усі зайві блоки "
|
35 |
"reCAPTCHA."
|
36 |
|
37 |
+
#: google-captcha.php:158
|
38 |
msgid "Error: You have entered an incorrect reCAPTCHA value."
|
39 |
msgstr ""
|
40 |
"Помилка: Ви ввели невірне значення Captcha.Помилка: Ви ввели невірне "
|
41 |
"значення reCAPTCHA."
|
42 |
|
43 |
+
#: google-captcha.php:272
|
44 |
msgid "Normal"
|
45 |
msgstr "Нормальний"
|
46 |
|
47 |
+
#: google-captcha.php:273
|
48 |
msgid "Compact"
|
49 |
msgstr "Компактний"
|
50 |
|
51 |
+
#: google-captcha.php:279
|
52 |
msgid "Site key"
|
53 |
msgstr "Ключ сайту"
|
54 |
|
55 |
+
#: google-captcha.php:284
|
56 |
msgid "Secret Key"
|
57 |
msgstr "Секретний ключ"
|
58 |
|
59 |
+
#: google-captcha.php:292
|
60 |
msgid "Login form"
|
61 |
msgstr "Форма логіну"
|
62 |
|
63 |
+
#: google-captcha.php:293
|
64 |
msgid "Registration form"
|
65 |
msgstr "Форма реєстрації"
|
66 |
|
67 |
+
#: google-captcha.php:294
|
68 |
msgid "Reset password form"
|
69 |
msgstr "Форма відновлення паролю"
|
70 |
|
71 |
+
#: google-captcha.php:295
|
72 |
msgid "Comments form"
|
73 |
msgstr "Форма коментарів"
|
74 |
|
75 |
+
#: google-captcha.php:314
|
76 |
msgid "Enter site key"
|
77 |
msgstr "Введіть ключ сайту"
|
78 |
|
79 |
+
#: google-captcha.php:315 google-captcha.php:321
|
80 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
81 |
msgstr ""
|
82 |
"УВАГА: Капча не буде відображатись, поки ви не заповните необхідні поля."
|
83 |
|
84 |
+
#: google-captcha.php:320
|
85 |
msgid "Enter secret key"
|
86 |
msgstr "Введіть секретний ключ"
|
87 |
|
88 |
+
#: google-captcha.php:346
|
89 |
msgid "Settings saved"
|
90 |
msgstr "Налаштування збережено"
|
91 |
|
92 |
+
#: google-captcha.php:352
|
93 |
msgid "All plugin settings were restored."
|
94 |
msgstr "Налаштування плагіна були відновлені."
|
95 |
|
96 |
+
#: google-captcha.php:369 google-captcha.php:1040 google-captcha.php:1073
|
97 |
msgid "Settings"
|
98 |
msgstr "Налаштування"
|
99 |
|
100 |
+
#: google-captcha.php:370
|
101 |
+
msgid "Custom code"
|
102 |
+
msgstr "Користувацький код"
|
103 |
+
|
104 |
+
#: google-captcha.php:371
|
105 |
msgid "Go PRO"
|
106 |
msgstr "Перейти на PRO версію"
|
107 |
|
108 |
+
#: google-captcha.php:376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
msgid ""
|
110 |
"Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
|
111 |
"version 1 features."
|
113 |
"У зв'язку з особливостями роботи reCAPTCHA версії 1 на сторінці може "
|
114 |
"відображатися тільки одна reCAPTCHA."
|
115 |
|
116 |
+
#: google-captcha.php:391
|
117 |
#, php-format
|
118 |
msgid ""
|
119 |
"If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
|
122 |
"Якщо ви хочете додати Google Captcha (reCAPTCHA) на вашу сторінку або пост, "
|
123 |
"то використовуйте кнопку %s"
|
124 |
|
125 |
+
#: google-captcha.php:397
|
126 |
#, php-format
|
127 |
msgid ""
|
128 |
"You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
|
135 |
"кнопка не відображається або ви хочете додати Google Captcha (reCAPTCHA) в "
|
136 |
"вашу власну форму, будь ласка, використовуйте шорткод %s"
|
137 |
|
138 |
+
#: google-captcha.php:405
|
139 |
msgid "Authentication"
|
140 |
msgstr "Ідентифікація"
|
141 |
|
142 |
+
#: google-captcha.php:406
|
143 |
#, php-format
|
144 |
msgid "Before you are able to do something, you must to register %shere%s"
|
145 |
msgstr "Щоб виконувати якісь дії, спершу зареєструйтесь %sтут%s"
|
146 |
|
147 |
+
#: google-captcha.php:407
|
148 |
msgid "Enter site key and secret key, that you get after registration."
|
149 |
msgstr "Введіть відкритий і секретний ключі, які ви отримали після реєстрації."
|
150 |
|
151 |
+
#: google-captcha.php:422
|
152 |
+
msgid "Test Keys"
|
153 |
+
msgstr "Тестування ключів"
|
154 |
+
|
155 |
+
#: google-captcha.php:425
|
156 |
msgid "Options"
|
157 |
msgstr "Опції"
|
158 |
|
159 |
+
#: google-captcha.php:428
|
160 |
msgid "Enable reCAPTCHA for"
|
161 |
msgstr "Включити reCAPTCHA для"
|
162 |
|
163 |
+
#: google-captcha.php:432
|
164 |
msgid "WordPress default"
|
165 |
msgstr "Стандартних форм WordPress"
|
166 |
|
167 |
+
#: google-captcha.php:441
|
168 |
msgid "This option is available only for network or for main blog"
|
169 |
msgstr "Ця опція доступна тільки для мережі або для основного блогу"
|
170 |
|
171 |
+
#: google-captcha.php:449
|
172 |
msgid "Plugins"
|
173 |
msgstr "Плагінів"
|
174 |
|
175 |
+
#: google-captcha.php:457 google-captcha.php:462
|
176 |
#, php-format
|
177 |
msgid "You should %s to use this functionality"
|
178 |
msgstr "Щоб використовувати цей функціонал %s"
|
179 |
|
180 |
+
#: google-captcha.php:458
|
181 |
msgid "activate"
|
182 |
msgstr "активувати"
|
183 |
|
184 |
+
#: google-captcha.php:458
|
185 |
msgid "for network"
|
186 |
msgstr "для мережі"
|
187 |
|
188 |
+
#: google-captcha.php:463
|
189 |
msgid "download"
|
190 |
msgstr "завантажити"
|
191 |
|
192 |
+
#: google-captcha.php:475 google-captcha.php:552
|
193 |
msgid "Close"
|
194 |
msgstr "Закрити"
|
195 |
|
196 |
+
#: google-captcha.php:487 google-captcha.php:588
|
197 |
msgid "Unlock premium options by upgrading to Pro version"
|
198 |
msgstr "Активуйте преміум опції оновившись до Pro версії"
|
199 |
|
200 |
+
#: google-captcha.php:490 google-captcha.php:591
|
201 |
msgid "Learn More"
|
202 |
msgstr "Детальніше"
|
203 |
|
204 |
+
#: google-captcha.php:496
|
205 |
#, php-format
|
206 |
msgid ""
|
207 |
"If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
|
209 |
"Якщо ви хочете додати Google Captcha (reCAPTCHA) в кастомний форму, дивіться "
|
210 |
"%s"
|
211 |
|
212 |
+
#: google-captcha.php:496 google-captcha.php:1074
|
213 |
msgid "FAQ"
|
214 |
msgstr "FAQ"
|
215 |
|
216 |
+
#: google-captcha.php:501
|
217 |
msgid "Hide reCAPTCHA in Comments form for"
|
218 |
+
msgstr "Приховати reCAPTCHA у Формі коментарів для"
|
219 |
|
220 |
+
#: google-captcha.php:513
|
221 |
msgid "reCAPTCHA version"
|
222 |
msgstr "Версія reCAPTCHA"
|
223 |
|
224 |
+
#: google-captcha.php:516 google-captcha.php:517 google-captcha.php:518
|
225 |
+
#: google-captcha.php:519
|
226 |
msgid "version"
|
227 |
msgstr "версія"
|
228 |
|
229 |
+
#: google-captcha.php:525 google-captcha.php:538
|
230 |
msgid "reCAPTCHA theme"
|
231 |
msgstr "reCAPTCHA theme"
|
232 |
|
233 |
+
#: google-captcha.php:526 google-captcha.php:539 google-captcha.php:570
|
234 |
msgid "for version"
|
235 |
msgstr "для версії"
|
236 |
|
237 |
+
#: google-captcha.php:556
|
238 |
msgid "reCAPTCHA language"
|
239 |
msgstr "Мова reCAPTCHA"
|
240 |
|
241 |
+
#: google-captcha.php:563
|
242 |
msgid "Use the current site language"
|
243 |
msgstr "Використовувати поточну мову сайту"
|
244 |
|
245 |
+
#: google-captcha.php:563
|
246 |
msgid "Using"
|
247 |
msgstr "Використовуючи"
|
248 |
|
249 |
+
#: google-captcha.php:569
|
250 |
msgid "reCAPTCHA size"
|
251 |
msgstr "Розмір reCAPTCHA"
|
252 |
|
253 |
+
#: google-captcha.php:598
|
254 |
msgid "Save Changes"
|
255 |
msgstr "Зберегти зміни"
|
256 |
|
257 |
+
#: google-captcha.php:652 google-captcha.php:1090
|
258 |
msgid "To use Google Captcha you must get the keys from"
|
259 |
msgstr "Щоб використовувати Google Captcha, вам необхідно отримати ключі з"
|
260 |
|
261 |
+
#: google-captcha.php:653 google-captcha.php:1091
|
262 |
msgid "here"
|
263 |
msgstr "тут"
|
264 |
|
265 |
+
#: google-captcha.php:654 google-captcha.php:1092
|
266 |
msgid "and enter them on the"
|
267 |
msgstr "і вставте їх у"
|
268 |
|
269 |
+
#: google-captcha.php:656 google-captcha.php:1094
|
270 |
msgid "plugin setting page"
|
271 |
msgstr "сторінку налаштувань плагіну"
|
272 |
|
273 |
+
#: google-captcha.php:842 google-captcha.php:880
|
274 |
msgid "Error"
|
275 |
msgstr "Помилка"
|
276 |
|
277 |
+
#: google-captcha.php:842
|
278 |
msgid "You have entered an incorrect reCAPTCHA value."
|
279 |
msgstr "Ви ввели невірне значення reCAPTCHA."
|
280 |
|
281 |
+
#: google-captcha.php:880 google-captcha.php:897 google-captcha.php:926
|
282 |
msgid "You have entered an incorrect reCAPTCHA value"
|
283 |
msgstr "Ви ввели невірне значення reCAPTCHA"
|
284 |
|
285 |
+
#: google-captcha.php:897 google-captcha.php:926 google-captcha.php:952
|
286 |
msgid "ERROR"
|
287 |
msgstr "ПОМИЛКА"
|
288 |
|
289 |
+
#: google-captcha.php:952
|
290 |
msgid ""
|
291 |
"You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
|
292 |
"browser, and try again."
|
294 |
"Помилка: Ви ввели невірне значення Captcha. Клікніть НАЗАД у своєму браузері "
|
295 |
"та спробуйте знову."
|
296 |
|
297 |
+
#: google-captcha.php:976
|
298 |
+
msgid "Please, complete the captcha and submit \"Test verification\""
|
299 |
+
msgstr ""
|
300 |
+
"Будь ласка, заповніть капчу і натисніть кнопку \"Тестування перевірки\""
|
301 |
+
|
302 |
+
#: google-captcha.php:980
|
303 |
+
msgid "Test verification"
|
304 |
+
msgstr "Тестування перевірки"
|
305 |
+
|
306 |
+
#: google-captcha.php:994 google-captcha.php:1003
|
307 |
+
msgid "The user response was missing."
|
308 |
+
msgstr "Відповідь користувача відсутня."
|
309 |
+
|
310 |
+
#: google-captcha.php:996
|
311 |
+
msgid "The Secret Key is missing."
|
312 |
+
msgstr "Секретний ключ відсутній."
|
313 |
+
|
314 |
+
#: google-captcha.php:999 google-captcha.php:1008
|
315 |
+
msgid "The Secret Key is invalid"
|
316 |
+
msgstr "Секретний ключ некоректний"
|
317 |
+
|
318 |
+
#: google-captcha.php:1000 google-captcha.php:1009
|
319 |
+
msgid "Check your domain configuration"
|
320 |
+
msgstr "Перевірте конфігурацію вашого домену"
|
321 |
+
|
322 |
+
#: google-captcha.php:1001 google-captcha.php:1010
|
323 |
+
msgid "and enter it again"
|
324 |
+
msgstr "і введіть його знову"
|
325 |
+
|
326 |
+
#: google-captcha.php:1004 google-captcha.php:1012
|
327 |
+
msgid "The user response is invalid."
|
328 |
+
msgstr "Некоректна відповідь користувача."
|
329 |
+
|
330 |
+
#: google-captcha.php:1021
|
331 |
+
msgid "The verification is successfully completed."
|
332 |
+
msgstr "Перевірка завершена успішно."
|
333 |
+
|
334 |
+
#: google-captcha.php:1075
|
335 |
msgid "Support"
|
336 |
msgstr "Техпідтримка"
|
337 |
|
338 |
+
#~ msgid ""
|
339 |
+
#~ "Google Captcha version 2 will not work correctly, since the option "
|
340 |
+
#~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
|
341 |
+
#~ "service."
|
342 |
+
#~ msgstr ""
|
343 |
+
#~ "Google Captcha версії 2 не працюватиме коректно, тому що відключена опція "
|
344 |
+
#~ "\"allow_url_fopen \". Будь ласка, зверніться в службу підтримки вашого "
|
345 |
+
#~ "хостингу."
|
346 |
+
|
347 |
#~ msgid ""
|
348 |
#~ "Google Captcha version 2 will not work correctly, since the option "
|
349 |
#~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Google Captcha (reCAPTCHA) by BestWebSoft ===
|
2 |
Contributors: bestwebsoft
|
3 |
Donate link: http://bestwebsoft.com/donate/
|
4 |
-
Tags:
|
5 |
Requires at least: 3.8
|
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 |
|
@@ -37,6 +37,8 @@ http://www.youtube.com/watch?v=qwHsW3IJ7gQ
|
|
37 |
* Supports version 1 and version 2 Google Captcha (reCAPTCHA).
|
38 |
* Supports standard Google Captcha (reCAPTCHA) themes.
|
39 |
|
|
|
|
|
40 |
= Recommended Plugins =
|
41 |
|
42 |
The author of the Google Captcha (reCAPTCHA) also recommends the following plugins:
|
@@ -66,7 +68,7 @@ If you would like to create your own language pack or update the existing one, y
|
|
66 |
|
67 |
= Technical support =
|
68 |
|
69 |
-
Dear users, our plugins are available for free download. If you have any questions or recommendations regarding the functionality of our plugins (existing options, new options, current issues), please feel free to contact us. Please note that we accept requests in English only. All messages in
|
70 |
|
71 |
If you notice any bugs in the plugins, you can notify us about it and we'll investigate and fix the issue then. Your request should contain URL of the website, issues description and WordPress admin panel credentials.
|
72 |
Moreover we can customize the plugin according to your requirements. It's a paid service (as a rule it costs $40, but the price can vary depending on the amount of the necessary changes and their complexity). Please note that we could also include this or that feature (developed for you) in the next release and share with the other users then.
|
@@ -134,17 +136,21 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
134 |
|
135 |
== Screenshots ==
|
136 |
|
137 |
-
1. Google Captcha (reCAPTCHA)
|
138 |
-
2.
|
139 |
-
3.
|
140 |
-
4.
|
141 |
-
5.
|
142 |
-
6.
|
143 |
-
7. The form with Google Captcha (reCAPTCHA)
|
144 |
-
8.
|
145 |
|
146 |
== Changelog ==
|
147 |
|
|
|
|
|
|
|
|
|
148 |
= V1.22 - 25.02.2016 =
|
149 |
* NEW : The Czech language file has been added.
|
150 |
* UPDATE : Functionality of plugin`s scripts adding has been changed so that they will be added only on pages where the CAPTCHA will be displayed.
|
@@ -251,6 +257,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
251 |
|
252 |
== Upgrade Notice ==
|
253 |
|
|
|
|
|
|
|
254 |
= V1.22 =
|
255 |
The Czech language file has been added. Functionality of plugin`s scripts adding has been changed so that they will be added only on pages where the CAPTCHA will be displayed. The bug with displaying several reCAPTCHA`s blocks on the same page in different forms has been fixed. The bug with definition of JS function on() has been fixed.
|
256 |
|
1 |
=== Google Captcha (reCAPTCHA) by BestWebSoft ===
|
2 |
Contributors: bestwebsoft
|
3 |
Donate link: http://bestwebsoft.com/donate/
|
4 |
+
Tags: antispam, captcha, capcha, security, website security, google captcha, google captcha plugin, recaptcha, recaptcha plugin, add recaptcha, recaptcha protection, spam protection
|
5 |
Requires at least: 3.8
|
6 |
+
Tested up to: 4.5.2
|
7 |
+
Stable tag: 1.23
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
37 |
* Supports version 1 and version 2 Google Captcha (reCAPTCHA).
|
38 |
* Supports standard Google Captcha (reCAPTCHA) themes.
|
39 |
|
40 |
+
If you have a feature, suggestion or idea you'd like to see in the plugin, we'd love to hear about it! <a href="http://support.bestwebsoft.com/hc/en-us/requests/new" target="_blank">Suggest a Feature</a>
|
41 |
+
|
42 |
= Recommended Plugins =
|
43 |
|
44 |
The author of the Google Captcha (reCAPTCHA) also recommends the following plugins:
|
68 |
|
69 |
= Technical support =
|
70 |
|
71 |
+
Dear users, our plugins are available for free download. If you have any questions or recommendations regarding the functionality of our plugins (existing options, new options, current issues), please feel free to contact us. Please note that we accept requests in English only. All messages in other languages won't be accepted.
|
72 |
|
73 |
If you notice any bugs in the plugins, you can notify us about it and we'll investigate and fix the issue then. Your request should contain URL of the website, issues description and WordPress admin panel credentials.
|
74 |
Moreover we can customize the plugin according to your requirements. It's a paid service (as a rule it costs $40, but the price can vary depending on the amount of the necessary changes and their complexity). Please note that we could also include this or that feature (developed for you) in the next release and share with the other users then.
|
136 |
|
137 |
== Screenshots ==
|
138 |
|
139 |
+
1. Login form with Google Captcha (reCAPTCHA).
|
140 |
+
2. Registration form with Google Captcha (reCAPTCHA).
|
141 |
+
3. Lost password form with Google Captcha (reCAPTCHA).
|
142 |
+
4. Comments form with Google Captcha (reCAPTCHA).
|
143 |
+
5. Contact Form with Google Captcha (reCAPTCHA).
|
144 |
+
6. The form with Google Captcha (reCAPTCHA) version 1.
|
145 |
+
7. The form with Google Captcha (reCAPTCHA) dark theme.
|
146 |
+
8. Google Captcha (reCAPTCHA) Settings page.
|
147 |
|
148 |
== Changelog ==
|
149 |
|
150 |
+
= V1.23 - 19.04.2016 =
|
151 |
+
* NEW : Ability to test entered site key and secret key.
|
152 |
+
* NEW : Ability to add custom styles.
|
153 |
+
|
154 |
= V1.22 - 25.02.2016 =
|
155 |
* NEW : The Czech language file has been added.
|
156 |
* UPDATE : Functionality of plugin`s scripts adding has been changed so that they will be added only on pages where the CAPTCHA will be displayed.
|
257 |
|
258 |
== Upgrade Notice ==
|
259 |
|
260 |
+
= V1.23 =
|
261 |
+
Ability to test entered site key and secret key. Ability to add custom styles.
|
262 |
+
|
263 |
= V1.22 =
|
264 |
The Czech language file has been added. Functionality of plugin`s scripts adding has been changed so that they will be added only on pages where the CAPTCHA will be displayed. The bug with displaying several reCAPTCHA`s blocks on the same page in different forms has been fixed. The bug with definition of JS function on() has been fixed.
|
265 |
|
screenshot-1.png
CHANGED
Binary file
|
screenshot-2.png
CHANGED
Binary file
|
screenshot-3.png
CHANGED
Binary file
|
screenshot-4.png
CHANGED
Binary file
|
screenshot-5.png
CHANGED
Binary file
|
screenshot-6.png
CHANGED
Binary file
|
screenshot-7.png
CHANGED
Binary file
|
screenshot-8.png
CHANGED
Binary file
|