Version Description
- 07.04.2015 =
- Bugfix : Captcha work with comments forms with disabled javascript was fixed.
- Bugfix : Check reCaptcha v2 in PHP version 5.6 and above was fixed.
- NEW : The Italian language file is added.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Google Captcha (reCAPTCHA) by BestWebSoft |
Version | 1.14 |
Comparing to | |
See all releases |
Code changes from version 1.13 to 1.14
- bws_menu/bws_functions.php +738 -0
- bws_menu/bws_menu.php +135 -111
- bws_menu/css/general_style.css +7 -2
- bws_menu/css/general_style_wp_before_3.8.css +7 -2
- bws_menu/icons/bws-google-analytics.png +0 -0
- bws_menu/icons/bws-google-maps.png +0 -0
- bws_menu/icons/bws-smtp.png +0 -0
- bws_menu/icons/contact-form-multi.png +0 -0
- bws_menu/icons/db-manager.png +0 -0
- bws_menu/icons/promobar.png +0 -0
- bws_menu/icons/realty.png +0 -0
- bws_menu/icons/subscriber.png +0 -0
- bws_menu/images/close_banner.png +0 -0
- {images → bws_menu/images}/px.png +0 -0
- bws_menu/js/c_o_o_k_i_e.js +96 -0
- bws_menu/languages/bestwebsoft-de_DE.mo +0 -0
- bws_menu/languages/bestwebsoft-de_DE.po +324 -109
- bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
- bws_menu/languages/bestwebsoft-fr_FR.po +310 -114
- bws_menu/languages/bestwebsoft-it_IT.mo +0 -0
- bws_menu/languages/bestwebsoft-it_IT.po +379 -111
- bws_menu/languages/bestwebsoft-ja.mo +0 -0
- bws_menu/languages/bestwebsoft-ja.po +312 -114
- bws_menu/languages/bestwebsoft-pt_BR.mo +0 -0
- bws_menu/languages/bestwebsoft-pt_BR.po +322 -107
- bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
- bws_menu/languages/bestwebsoft-ru_RU.po +305 -102
- bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
- bws_menu/languages/bestwebsoft-sr_RS.po +310 -111
- bws_menu/languages/bestwebsoft-sv_SE.mo +0 -0
- bws_menu/languages/bestwebsoft-sv_SE.po +309 -108
- bws_menu/languages/bestwebsoft-uk.mo +0 -0
- bws_menu/languages/bestwebsoft-uk.po +339 -106
- google-captcha.php +32 -86
- js/script.js +3 -0
- languages/google_captcha-bg_BG.mo +0 -0
- languages/google_captcha-bg_BG.po +92 -86
- languages/google_captcha-el.mo +0 -0
- languages/google_captcha-el.po +96 -86
- languages/google_captcha-es_ES.mo +0 -0
- languages/google_captcha-es_ES.po +95 -86
- languages/google_captcha-it_IT.mo +0 -0
- languages/google_captcha-it_IT.po +269 -0
- languages/google_captcha-pl_PL.mo +0 -0
- languages/google_captcha-pl_PL.po +96 -86
- languages/google_captcha-pt_BR.mo +0 -0
- languages/google_captcha-pt_BR.po +95 -86
- languages/google_captcha-ru_RU.mo +0 -0
- languages/google_captcha-ru_RU.po +101 -86
- languages/google_captcha-uk.mo +0 -0
- languages/google_captcha-uk.po +102 -86
- languages/google_captcha-zh_TW.mo +0 -0
- languages/google_captcha-zh_TW.po +92 -86
- lib_v2/license.txt +0 -0
- lib_v2/recaptchalib.php +13 -2
- readme.txt +13 -2
bws_menu/bws_functions.php
ADDED
@@ -0,0 +1,738 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/*
|
3 |
+
* General functions for BestWebSoft plugins
|
4 |
+
* Version: 1.0.7
|
5 |
+
*/
|
6 |
+
if ( ! function_exists ( 'bws_add_general_menu' ) ) {
|
7 |
+
function bws_add_general_menu( $base ) {
|
8 |
+
global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_added_menu;
|
9 |
+
$bws_menu_info = get_plugin_data( dirname( dirname( plugin_dir_path( __FILE__ ) ) ) . '/' . dirname( $base ) . '/bws_menu/bws_menu.php' );
|
10 |
+
$bws_menu_version = $bws_menu_info["Version"];
|
11 |
+
|
12 |
+
if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
|
13 |
+
if ( is_multisite() ) {
|
14 |
+
if ( ! get_site_option( 'bstwbsftwppdtplgns_options' ) )
|
15 |
+
add_site_option( 'bstwbsftwppdtplgns_options', array() );
|
16 |
+
$bstwbsftwppdtplgns_options = get_site_option( 'bstwbsftwppdtplgns_options' );
|
17 |
+
} else {
|
18 |
+
if ( ! get_option( 'bstwbsftwppdtplgns_options' ) )
|
19 |
+
add_option( 'bstwbsftwppdtplgns_options', array() );
|
20 |
+
$bstwbsftwppdtplgns_options = get_option( 'bstwbsftwppdtplgns_options' );
|
21 |
+
}
|
22 |
+
}
|
23 |
+
|
24 |
+
if ( isset( $bstwbsftwppdtplgns_options['bws_menu_version'] ) ) {
|
25 |
+
$bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
|
26 |
+
unset( $bstwbsftwppdtplgns_options['bws_menu_version'] );
|
27 |
+
if ( is_multisite() )
|
28 |
+
update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
|
29 |
+
else
|
30 |
+
update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
|
31 |
+
require_once( dirname( __FILE__ ) . '/bws_menu.php' );
|
32 |
+
} else if ( ! isset( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] ) || $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] < $bws_menu_version ) {
|
33 |
+
$bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
|
34 |
+
if ( is_multisite() )
|
35 |
+
update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
|
36 |
+
else
|
37 |
+
update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
|
38 |
+
require_once( dirname( __FILE__ ) . '/bws_menu.php' );
|
39 |
+
} else if ( ! isset( $bstwbsftwppdtplgns_added_menu ) ) {
|
40 |
+
$all_plugins = get_plugins();
|
41 |
+
$plugin_with_newer_menu = $base;
|
42 |
+
foreach ( $bstwbsftwppdtplgns_options['bws_menu']['version'] as $key => $value ) {
|
43 |
+
if ( array_key_exists( $key, $all_plugins ) ) {
|
44 |
+
if ( $bws_menu_version < $value && is_plugin_active( $base ) ) {
|
45 |
+
$plugin_with_newer_menu = $key;
|
46 |
+
}
|
47 |
+
} else {
|
48 |
+
unset( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $key ] );
|
49 |
+
if ( is_multisite() )
|
50 |
+
update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
|
51 |
+
else
|
52 |
+
update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
|
53 |
+
}
|
54 |
+
}
|
55 |
+
$plugin_with_newer_menu = explode( '/', $plugin_with_newer_menu );
|
56 |
+
$wp_content_dir = defined( 'WP_CONTENT_DIR' ) ? basename( WP_CONTENT_DIR ) : 'wp-content';
|
57 |
+
|
58 |
+
if ( file_exists( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' ) )
|
59 |
+
require_once( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' );
|
60 |
+
else
|
61 |
+
require_once( dirname( __FILE__ ) . '/bws_menu.php' );
|
62 |
+
$bstwbsftwppdtplgns_added_menu = true;
|
63 |
+
}
|
64 |
+
add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( 'images/px.png', __FILE__ ), 1001 );
|
65 |
+
}
|
66 |
+
}
|
67 |
+
|
68 |
+
|
69 |
+
/**
|
70 |
+
* Function check if plugin is compatible with current WP version
|
71 |
+
* @return void
|
72 |
+
*/
|
73 |
+
if ( ! function_exists ( 'bws_wp_version_check' ) ) {
|
74 |
+
function bws_wp_version_check( $plugin_basename, $plugin_info, $require_wp ) {
|
75 |
+
global $wp_version;
|
76 |
+
if ( version_compare( $wp_version, $require_wp, "<" ) ) {
|
77 |
+
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
78 |
+
if ( is_plugin_active( $plugin_basename ) ) {
|
79 |
+
deactivate_plugins( $plugin_basename );
|
80 |
+
$admin_url = ( function_exists( 'get_admin_url' ) ) ? get_admin_url( null, 'plugins.php' ) : esc_url( '/wp-admin/plugins.php' );
|
81 |
+
wp_die(
|
82 |
+
sprintf(
|
83 |
+
"<strong>%s</strong> %s <strong>WordPress %s</strong> %s <br /><br />%s <a href='%s'>%s</a>.",
|
84 |
+
$plugin_info['Name'],
|
85 |
+
__( 'requires', 'bestwebsoft' ),
|
86 |
+
$require_wp,
|
87 |
+
__( 'or higher, that is why it has been deactivated! Please upgrade WordPress and try again.', 'bestwebsoft' ),
|
88 |
+
__( 'Back to the WordPress', 'bestwebsoft' ),
|
89 |
+
$admin_url,
|
90 |
+
__( 'Plugins page', 'bestwebsoft' )
|
91 |
+
)
|
92 |
+
);
|
93 |
+
}
|
94 |
+
}
|
95 |
+
}
|
96 |
+
}
|
97 |
+
|
98 |
+
if ( ! function_exists( 'bws_plugin_banner' ) ) {
|
99 |
+
function bws_plugin_banner( $plugin_info, $this_banner_prefix, $link_slug, $link_key, $link_pn, $banner_url ) {
|
100 |
+
global $wp_version, $bstwbsftwppdtplgns_cookie_add, $bstwbsftwppdtplgns_banner_array;
|
101 |
+
|
102 |
+
if ( empty( $bstwbsftwppdtplgns_banner_array ) ) {
|
103 |
+
if ( ! function_exists( 'bws_get_banner_array' ) )
|
104 |
+
require_once( dirname( __FILE__ ) . '/bws_menu.php' );
|
105 |
+
bws_get_banner_array();
|
106 |
+
}
|
107 |
+
|
108 |
+
if ( ! function_exists( 'is_plugin_active' ) )
|
109 |
+
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
110 |
+
|
111 |
+
$all_plugins = get_plugins();
|
112 |
+
|
113 |
+
$this_banner = $this_banner_prefix . '_hide_banner_on_plugin_page';
|
114 |
+
foreach ( $bstwbsftwppdtplgns_banner_array as $key => $value ) {
|
115 |
+
if ( $this_banner == $value[0] ) {
|
116 |
+
if ( ! isset( $bstwbsftwppdtplgns_cookie_add ) ) {
|
117 |
+
echo '<script type="text/javascript" src="' . plugins_url( 'js/c_o_o_k_i_e.js', __FILE__ ) . '"></script>';
|
118 |
+
$bstwbsftwppdtplgns_cookie_add = true;
|
119 |
+
} ?>
|
120 |
+
<script type="text/javascript">
|
121 |
+
(function($) {
|
122 |
+
$(document).ready( function() {
|
123 |
+
var hide_message = $.cookie( '<?php echo $this_banner_prefix; ?>_hide_banner_on_plugin_page' );
|
124 |
+
if ( hide_message == "true" ) {
|
125 |
+
$( ".<?php echo $this_banner_prefix; ?>_message" ).css( "display", "none" );
|
126 |
+
} else {
|
127 |
+
$( ".<?php echo $this_banner_prefix; ?>_message" ).css( "display", "block" );
|
128 |
+
};
|
129 |
+
$( ".<?php echo $this_banner_prefix; ?>_close_icon" ).click( function() {
|
130 |
+
$( ".<?php echo $this_banner_prefix; ?>_message" ).css( "display", "none" );
|
131 |
+
$.cookie( "<?php echo $this_banner_prefix; ?>_hide_banner_on_plugin_page", "true", { expires: 32 } );
|
132 |
+
});
|
133 |
+
});
|
134 |
+
})(jQuery);
|
135 |
+
</script>
|
136 |
+
<div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
|
137 |
+
<div class="<?php echo $this_banner_prefix; ?>_message bws_banner_on_plugin_page" style="display: none;">
|
138 |
+
<img class="<?php echo $this_banner_prefix; ?>_close_icon close_icon" title="" src="<?php echo plugins_url( 'images/close_banner.png', __FILE__ ); ?>" alt=""/>
|
139 |
+
<div class="button_div">
|
140 |
+
<a class="button" target="_blank" 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; ?>"><?php _e( 'Learn More', 'bestwebsoft' ); ?></a>
|
141 |
+
</div>
|
142 |
+
<div class="text"><?php
|
143 |
+
_e( 'It’s time to upgrade your', 'bestwebsoft' ); ?> <strong><?php echo $plugin_info['Name']; ?> plugin</strong> <?php _e( 'to', 'bestwebsoft' ); ?> <strong>PRO</strong> <?php _e( 'version!', 'bestwebsoft' ); ?><br />
|
144 |
+
<span><?php _e( 'Extend standard plugin functionality with new great options.', 'bestwebsoft' ); ?></span>
|
145 |
+
</div>
|
146 |
+
<div class="icon">
|
147 |
+
<img title="" src="<?php echo $banner_url; ?>" alt="" />
|
148 |
+
</div>
|
149 |
+
</div>
|
150 |
+
</div>
|
151 |
+
<?php break;
|
152 |
+
}
|
153 |
+
if ( isset( $all_plugins[ $value[1] ] ) && $all_plugins[ $value[1] ]["Version"] >= $value[2] && is_plugin_active( $value[1] ) && ! isset( $_COOKIE[ $value[0] ] ) ) {
|
154 |
+
break;
|
155 |
+
}
|
156 |
+
}
|
157 |
+
}
|
158 |
+
}
|
159 |
+
|
160 |
+
if ( ! function_exists( 'bws_plugin_reviews_block' ) ) {
|
161 |
+
function bws_plugin_reviews_block( $plugin_name, $plugin_slug ) { ?>
|
162 |
+
<div class="bws-plugin-reviews">
|
163 |
+
<div class="bws-plugin-reviews-rate">
|
164 |
+
<?php _e( 'If you enjoy our plugin, please give it 5 stars on WordPress', 'bestwebsoft' ); ?>:
|
165 |
+
<a href="http://wordpress.org/support/view/plugin-reviews/<?php echo $plugin_slug; ?>" target="_blank" title="<?php echo $plugin_name; ?> reviews"><?php _e( 'Rate the plugin', 'bestwebsoft' ); ?></a>
|
166 |
+
</div>
|
167 |
+
<div class="bws-plugin-reviews-support">
|
168 |
+
<?php _e( 'If there is something wrong about it, please contact us', 'bestwebsoft' ); ?>:
|
169 |
+
<a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a>
|
170 |
+
</div>
|
171 |
+
</div>
|
172 |
+
<?php }
|
173 |
+
}
|
174 |
+
|
175 |
+
if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
|
176 |
+
function bws_go_pro_tab_check( $plugin_basename ) {
|
177 |
+
global $wp_version, $bstwbsftwppdtplgns_options;
|
178 |
+
$result = array();
|
179 |
+
|
180 |
+
$bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
|
181 |
+
|
182 |
+
if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( $plugin_basename, 'bws_license_nonce_name' ) ) {
|
183 |
+
if ( '' != $bws_license_key ) {
|
184 |
+
if ( strlen( $bws_license_key ) != 18 ) {
|
185 |
+
$result['error'] = __( "Wrong license key", 'bestwebsoft' );
|
186 |
+
} else {
|
187 |
+
$bws_license_plugin = stripslashes( esc_html( $_POST['bws_license_plugin'] ) );
|
188 |
+
if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - (24 * 60 * 60) ) ) {
|
189 |
+
$bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
|
190 |
+
} else {
|
191 |
+
$bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = 1;
|
192 |
+
$bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] = time();
|
193 |
+
}
|
194 |
+
|
195 |
+
/* download Pro */
|
196 |
+
if ( ! function_exists( 'get_plugins' ) )
|
197 |
+
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
198 |
+
|
199 |
+
$all_plugins = get_plugins();
|
200 |
+
|
201 |
+
if ( ! array_key_exists( $bws_license_plugin, $all_plugins ) ) {
|
202 |
+
$current = get_site_transient( 'update_plugins' );
|
203 |
+
if ( is_array( $all_plugins ) && !empty( $all_plugins ) && isset( $current ) && is_array( $current->response ) ) {
|
204 |
+
$to_send = array();
|
205 |
+
$to_send["plugins"][ $bws_license_plugin ] = array();
|
206 |
+
$to_send["plugins"][ $bws_license_plugin ]["bws_license_key"] = $bws_license_key;
|
207 |
+
$to_send["plugins"][ $bws_license_plugin ]["bws_illegal_client"] = true;
|
208 |
+
$options = array(
|
209 |
+
'timeout' => ( ( defined('DOING_CRON') && DOING_CRON ) ? 30 : 3 ),
|
210 |
+
'body' => array( 'plugins' => serialize( $to_send ) ),
|
211 |
+
'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' ) );
|
212 |
+
$raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/update-check/1.0/', $options );
|
213 |
+
|
214 |
+
if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
|
215 |
+
$result['error'] = __( "Something went wrong. Please try again later. If the error appears again, please contact us", 'bestwebsoft' ) . ' <a href="http://support.bestwebsoft.com">BestWebSoft</a>. ' . __( "We are sorry for inconvenience.", 'bestwebsoft' );
|
216 |
+
} else {
|
217 |
+
$response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
|
218 |
+
if ( is_array( $response ) && !empty( $response ) ) {
|
219 |
+
foreach ( $response as $key => $value ) {
|
220 |
+
if ( "wrong_license_key" == $value->package ) {
|
221 |
+
$result['error'] = __( "Wrong license key", 'bestwebsoft' );
|
222 |
+
} elseif ( "wrong_domain" == $value->package ) {
|
223 |
+
$result['error'] = __( "This license key is bind to another site", 'bestwebsoft' );
|
224 |
+
} elseif ( "you_are_banned" == $value->package ) {
|
225 |
+
$result['error'] = __( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' );
|
226 |
+
} elseif ( "time_out" == $value->package ) {
|
227 |
+
$result['error'] = __( "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your", 'bestwebsoft' ) . ' <a href="http://bestwebsoft.com/wp-admin/admin.php?page=bws_plugins_client_area">Client area</a>';
|
228 |
+
} elseif ( "duplicate_domen_for_trial" == $value->package ) {
|
229 |
+
$result['error'] = __( "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once.", 'bestwebsoft' );
|
230 |
+
}
|
231 |
+
}
|
232 |
+
if ( empty( $result['error'] ) ) {
|
233 |
+
$bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
|
234 |
+
|
235 |
+
$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';
|
236 |
+
$uploadDir = wp_upload_dir();
|
237 |
+
$zip_name = explode( '/', $bws_license_plugin );
|
238 |
+
$received_content = file_get_contents( $url );
|
239 |
+
if ( ! $received_content ) {
|
240 |
+
$result['error'] = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
|
241 |
+
} else {
|
242 |
+
if ( is_writable( $uploadDir["path"] ) ) {
|
243 |
+
$file_put_contents = $uploadDir["path"] . "/" . $zip_name[0] . ".zip";
|
244 |
+
if ( file_put_contents( $file_put_contents, $received_content ) ) {
|
245 |
+
@chmod( $file_put_contents, octdec( 755 ) );
|
246 |
+
if ( class_exists( 'ZipArchive' ) ) {
|
247 |
+
$zip = new ZipArchive();
|
248 |
+
if ( $zip->open( $file_put_contents ) === TRUE ) {
|
249 |
+
$zip->extractTo( WP_PLUGIN_DIR );
|
250 |
+
$zip->close();
|
251 |
+
} else {
|
252 |
+
$result['error'] = __( "Failed to open the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
|
253 |
+
}
|
254 |
+
} elseif ( class_exists( 'Phar' ) ) {
|
255 |
+
$phar = new PharData( $file_put_contents );
|
256 |
+
$phar->extractTo( WP_PLUGIN_DIR );
|
257 |
+
} else {
|
258 |
+
$result['error'] = __( "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually", 'bestwebsoft' );
|
259 |
+
}
|
260 |
+
@unlink( $file_put_contents );
|
261 |
+
} else {
|
262 |
+
$result['error'] = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
|
263 |
+
}
|
264 |
+
} else {
|
265 |
+
$result['error'] = __( "UploadDir is not writable. Please, upload the plugin manually", 'bestwebsoft' );
|
266 |
+
}
|
267 |
+
}
|
268 |
+
|
269 |
+
/* activate Pro */
|
270 |
+
if ( file_exists( WP_PLUGIN_DIR . '/' . $zip_name[0] ) ) {
|
271 |
+
if ( is_multisite() && is_plugin_active_for_network( plugin_basename( __FILE__ ) ) ) {
|
272 |
+
/* if multisite and free plugin is network activated */
|
273 |
+
$active_plugins = get_site_option( 'active_sitewide_plugins' );
|
274 |
+
$active_plugins[ $bws_license_plugin ] = time();
|
275 |
+
update_site_option( 'active_sitewide_plugins', $active_plugins );
|
276 |
+
} else {
|
277 |
+
/* activate on a single blog */
|
278 |
+
$active_plugins = get_option( 'active_plugins' );
|
279 |
+
array_push( $active_plugins, $bws_license_plugin );
|
280 |
+
update_option( 'active_plugins', $active_plugins );
|
281 |
+
}
|
282 |
+
$result['pro_plugin_is_activated'] = true;
|
283 |
+
} elseif ( empty( $result['error'] ) ) {
|
284 |
+
$result['error'] = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
|
285 |
+
}
|
286 |
+
}
|
287 |
+
} else {
|
288 |
+
$result['error'] = __( "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience.", 'bestwebsoft' );
|
289 |
+
}
|
290 |
+
}
|
291 |
+
}
|
292 |
+
} else {
|
293 |
+
$bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
|
294 |
+
/* activate Pro */
|
295 |
+
if ( ! is_plugin_active( $bws_license_plugin ) ) {
|
296 |
+
if ( is_multisite() && is_plugin_active_for_network( plugin_basename( __FILE__ ) ) ) {
|
297 |
+
/* if multisite and free plugin is network activated */
|
298 |
+
$network_wide = true;
|
299 |
+
} else {
|
300 |
+
/* activate on a single blog */
|
301 |
+
$network_wide = false;
|
302 |
+
}
|
303 |
+
activate_plugin( $bws_license_plugin, NULL, $network_wide );
|
304 |
+
$result['pro_plugin_is_activated'] = true;
|
305 |
+
}
|
306 |
+
}
|
307 |
+
if ( is_multisite() )
|
308 |
+
update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
|
309 |
+
else
|
310 |
+
update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
|
311 |
+
}
|
312 |
+
} else {
|
313 |
+
$result['error'] = __( "Please, enter Your license key", 'bestwebsoft' );
|
314 |
+
}
|
315 |
+
}
|
316 |
+
return $result;
|
317 |
+
}
|
318 |
+
}
|
319 |
+
|
320 |
+
if ( ! function_exists( 'bws_go_pro_tab' ) ) {
|
321 |
+
function bws_go_pro_tab( $plugin_info, $plugin_basename, $page, $pro_page, $bws_license_plugin, $link_slug, $link_key, $link_pn, $pro_plugin_is_activated = false ) {
|
322 |
+
global $wp_version, $bstwbsftwppdtplgns_options;
|
323 |
+
$bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
|
324 |
+
if ( $pro_plugin_is_activated ) { ?>
|
325 |
+
<script type="text/javascript">
|
326 |
+
window.setTimeout( function() {
|
327 |
+
window.location.href = 'admin.php?page=<?php echo $pro_page; ?>';
|
328 |
+
}, 5000 );
|
329 |
+
</script>
|
330 |
+
<p><?php _e( "Congratulations! The PRO version of the plugin is successfully download and activated.", 'bestwebsoft' ); ?></p>
|
331 |
+
<p>
|
332 |
+
<?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="admin.php?page=<?php echo $pro_page; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
|
333 |
+
(<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
|
334 |
+
</p>
|
335 |
+
<?php } else { ?>
|
336 |
+
<form method="post" action="admin.php?page=<?php echo $page; ?>&action=go_pro">
|
337 |
+
<p>
|
338 |
+
<?php _e( 'You can download and activate', 'bestwebsoft' ); ?>
|
339 |
+
<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>
|
340 |
+
<?php _e( 'version of this plugin by entering Your license key.', 'bestwebsoft' ); ?><br />
|
341 |
+
<span class="bws_info">
|
342 |
+
<?php _e( 'You can find your license key on your personal page Client area, by clicking on the link', 'bestwebsoft' ); ?>
|
343 |
+
<a href="http://bestwebsoft.com/wp-login.php">http://bestwebsoft.com/wp-login.php</a>
|
344 |
+
<?php _e( '(your username is the email you specify when purchasing the product).', 'bestwebsoft' ); ?>
|
345 |
+
</span>
|
346 |
+
</p>
|
347 |
+
<?php if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) &&
|
348 |
+
'5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
|
349 |
+
$bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
|
350 |
+
<p>
|
351 |
+
<input disabled="disabled" type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
|
352 |
+
<input disabled="disabled" type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
|
353 |
+
</p>
|
354 |
+
<p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
|
355 |
+
<?php } else { ?>
|
356 |
+
<p>
|
357 |
+
<input type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
|
358 |
+
<input type="hidden" name="bws_license_plugin" value="<?php echo $bws_license_plugin; ?>" />
|
359 |
+
<input type="hidden" name="bws_license_submit" value="submit" />
|
360 |
+
<input type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
|
361 |
+
<?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
|
362 |
+
</p>
|
363 |
+
<?php } ?>
|
364 |
+
</form>
|
365 |
+
<?php }
|
366 |
+
}
|
367 |
+
}
|
368 |
+
|
369 |
+
if ( ! function_exists( 'bws_check_pro_license' ) ) {
|
370 |
+
function bws_check_pro_license( $plugin_basename ) {
|
371 |
+
global $wp_version, $bstwbsftwppdtplgns_options;
|
372 |
+
$result = array();
|
373 |
+
|
374 |
+
if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( $plugin_basename, 'bws_license_nonce_name' ) ) {
|
375 |
+
$license_key = isset( $_POST['bws_license_key'] ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : '';
|
376 |
+
|
377 |
+
if ( '' != $license_key ) {
|
378 |
+
if ( ! function_exists( 'get_plugins' ) )
|
379 |
+
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
380 |
+
$plugins_all = get_plugins();
|
381 |
+
$current = get_site_transient( 'update_plugins' );
|
382 |
+
|
383 |
+
if ( is_array( $plugins_all ) && !empty( $plugins_all ) && isset( $current ) && is_array( $current->response ) ) {
|
384 |
+
$to_send = array();
|
385 |
+
$to_send["plugins"][ $plugin_basename ] = $plugins_all[ $plugin_basename ];
|
386 |
+
$to_send["plugins"][ $plugin_basename ]["bws_license_key"] = $license_key;
|
387 |
+
$to_send["plugins"][ $plugin_basename ]["bws_illegal_client"] = true;
|
388 |
+
$options = array(
|
389 |
+
'timeout' => ( ( defined('DOING_CRON') && DOING_CRON ) ? 30 : 3),
|
390 |
+
'body' => array( 'plugins' => serialize( $to_send ) ),
|
391 |
+
'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' )
|
392 |
+
);
|
393 |
+
$raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/update-check/1.0/', $options );
|
394 |
+
if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
|
395 |
+
$result['error'] = __( 'Something went wrong. Please try again later. If the error appears again, please contact us', 'bestwebsoft' ) . ' <a href=http://support.bestwebsoft.com>BestWebSoft</a>. ' . __( 'We are sorry for inconvenience.', 'bestwebsoft' );
|
396 |
+
} else {
|
397 |
+
$response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
|
398 |
+
if ( is_array( $response ) && !empty( $response ) ) {
|
399 |
+
foreach ( $response as $key => $value ) {
|
400 |
+
if ( "wrong_license_key" == $value->package ) {
|
401 |
+
$result['error'] = __( 'Wrong license key', 'bestwebsoft' );
|
402 |
+
} else if ( "wrong_domain" == $value->package ) {
|
403 |
+
$result['error'] = __( 'This license key is bind to another site', 'bestwebsoft' );
|
404 |
+
} else if ( "time_out" == $value->package ) {
|
405 |
+
$result['message'] = __( 'This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license.', 'bestwebsoft' );
|
406 |
+
} elseif ( "you_are_banned" == $value->package ) {
|
407 |
+
$result['error'] = __( "Unfortunately, you have exceeded the number of available tries.", 'bestwebsoft' );
|
408 |
+
}
|
409 |
+
if ( empty( $result['message'] ) && empty( $result['error'] ) ) {
|
410 |
+
if ( isset( $value->time_out ) && '' != $value->time_out )
|
411 |
+
$result['message'] = __( 'The license key is valid. Your license will expire on', 'bestwebsoft' ) . ' ' . $value->time_out;
|
412 |
+
else
|
413 |
+
$result['message'] = __( 'The license key is valid.', 'bestwebsoft' );
|
414 |
+
}
|
415 |
+
if ( empty( $result['error'] ) ) {
|
416 |
+
if ( $bstwbsftwppdtplgns_options[ $plugin_basename ] != $license_key ) {
|
417 |
+
$bstwbsftwppdtplgns_options[ $plugin_basename ] = $license_key;
|
418 |
+
$bstwbsftwppdtplgns_options['time_out'][ $plugin_basename ] = $value->time_out;
|
419 |
+
if ( is_multisite() )
|
420 |
+
update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
|
421 |
+
else
|
422 |
+
update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
|
423 |
+
$file = @fopen( dirname( dirname( __FILE__ ) ) . "/license_key.txt" , "w+" );
|
424 |
+
if ( $file ) {
|
425 |
+
@fwrite( $file, $license_key );
|
426 |
+
@fclose( $file );
|
427 |
+
}
|
428 |
+
}
|
429 |
+
}
|
430 |
+
}
|
431 |
+
} else {
|
432 |
+
$result['error'] = __( 'Something went wrong. Please try again later. If the error appears again, please contact us', 'bestwebsoft' ) . ' <a href=http://support.bestwebsoft.com>BestWebSoft</a>. ' . __( 'We are sorry for inconvenience.', 'bestwebsoft' );
|
433 |
+
}
|
434 |
+
}
|
435 |
+
}
|
436 |
+
} else {
|
437 |
+
$result['error'] = __( 'Please, enter your license key', 'bestwebsoft' );
|
438 |
+
}
|
439 |
+
}
|
440 |
+
return $result;
|
441 |
+
}
|
442 |
+
}
|
443 |
+
|
444 |
+
if ( ! function_exists ( 'bws_check_pro_license_form' ) ) {
|
445 |
+
function bws_check_pro_license_form( $plugin_basename, $page ) {
|
446 |
+
global $bstwbsftwppdtplgns_options;
|
447 |
+
$license_key = ( isset( $bstwbsftwppdtplgns_options[ $plugin_basename ] ) ) ? $bstwbsftwppdtplgns_options[ $plugin_basename ] : ''; ?>
|
448 |
+
<div class="clear"></div>
|
449 |
+
<form method="post" action="admin.php?page=<?php echo $page; ?>">
|
450 |
+
<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>
|
451 |
+
<p>
|
452 |
+
<input type="text" name="bws_license_key" value="<?php echo $license_key; ?>" />
|
453 |
+
<input type="hidden" name="bws_license_submit" value="submit" />
|
454 |
+
<input type="submit" class="button-primary" value="<?php _e( 'Check license key', 'bestwebsoft' ) ?>" />
|
455 |
+
<?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
|
456 |
+
</p>
|
457 |
+
</form>
|
458 |
+
<?php }
|
459 |
+
}
|
460 |
+
|
461 |
+
if ( ! function_exists ( 'bws_plugin_update_row' ) ) {
|
462 |
+
function bws_plugin_update_row( $plugin_key ) {
|
463 |
+
global $bstwbsftwppdtplgns_options;
|
464 |
+
$wp_list_table = _get_list_table( 'WP_Plugins_List_Table' );
|
465 |
+
if ( isset( $bstwbsftwppdtplgns_options['wrong_license_key'][ $plugin_key ] ) ) {
|
466 |
+
echo '<tr class="plugin-update-tr">
|
467 |
+
<td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
|
468 |
+
<div class="update-message" style="background-color: #FFEBE8; border-color: #CC0000;">' . __( 'WARNING: We have noticed illegal use of our plugin by you. We strongly recommend you to solve the problem within 24 hours, otherwise the plugin will be deactivated. Please go to your personal', 'bestwebsoft' ) . ' <a href="http://bestwebsoft.com/wp-admin/admin.php?page=bws_plugins_client_area">Client area</a> ' . __( '(your username is the email you specify when purchasing the product), where you can make the necessary changes.', 'bestwebsoft' ) . '</div>
|
469 |
+
</td>
|
470 |
+
</tr>';
|
471 |
+
} elseif ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) && strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) < strtotime( date("m/d/Y") ) ) {
|
472 |
+
echo '<tr class="plugin-update-tr">
|
473 |
+
<td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
|
474 |
+
<div class="update-message" style="color: #8C0000;">' . __( 'Your license has expired. To continue getting top-priority support and plugin updates you should extend it.', 'bestwebsoft' ) . ' <a target="_new" href="http://support.bestwebsoft.com/entries/53487136">' . __( "Learn more", 'bestwebsoft' ) . '</div>
|
475 |
+
</td>
|
476 |
+
</tr>';
|
477 |
+
}
|
478 |
+
}
|
479 |
+
}
|
480 |
+
|
481 |
+
if ( ! function_exists ( 'bws_plugin_banner_timeout' ) ) {
|
482 |
+
function bws_plugin_banner_timeout( $plugin_key, $plugin_prefix, $plugin_name, $banner_url = false ) {
|
483 |
+
global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_cookie_add;
|
484 |
+
if ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) && ( strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) < strtotime( date("m/d/Y") . '+1 month' ) ) && ( strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) > strtotime( date("m/d/Y") ) ) ) {
|
485 |
+
if ( ! isset( $bstwbsftwppdtplgns_cookie_add ) ) {
|
486 |
+
echo '<script type="text/javascript" src="' . plugins_url( 'js/c_o_o_k_i_e.js', __FILE__ ) . '"></script>';
|
487 |
+
$bstwbsftwppdtplgns_cookie_add = true;
|
488 |
+
} ?>
|
489 |
+
<script type="text/javascript">
|
490 |
+
(function($) {
|
491 |
+
$(document).ready( function() {
|
492 |
+
var hide_message = $.cookie( "<?php echo $plugin_prefix; ?>_timeout_hide_banner_on_plugin_page" );
|
493 |
+
if ( hide_message == "true" ) {
|
494 |
+
$( ".<?php echo $plugin_prefix; ?>_message" ).css( "display", "none" );
|
495 |
+
} else {
|
496 |
+
$( ".<?php echo $plugin_prefix; ?>_message" ).css( "display", "block" );
|
497 |
+
}
|
498 |
+
$( ".<?php echo $plugin_prefix; ?>_close_icon" ).click( function() {
|
499 |
+
$( ".<?php echo $plugin_prefix; ?>_message" ).css( "display", "none" );
|
500 |
+
$.cookie( "<?php echo $plugin_prefix; ?>_timeout_hide_banner_on_plugin_page", "true", { expires: 30 } );
|
501 |
+
});
|
502 |
+
});
|
503 |
+
})(jQuery);
|
504 |
+
</script>
|
505 |
+
<div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
|
506 |
+
<div class="<?php echo $plugin_prefix; ?>_message bws_banner_on_plugin_page" style="display:none;">
|
507 |
+
<img class="<?php echo $plugin_prefix; ?>_close_icon close_icon" title="" src="<?php echo plugins_url( 'images/close_banner.png', __FILE__ ); ?>" alt=""/>
|
508 |
+
<div class="text"><?php _e( "You license for", 'bestwebsoft' ); ?> <strong><?php echo $plugin_name; ?></strong> <?php echo __( "expires on", 'bestwebsoft' ) . ' ' . $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] . ' ' . __( "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES.", 'bestwebsoft' ); ?> <a target="_new" href="http://support.bestwebsoft.com/entries/53487136"><?php _e( "Learn more", 'bestwebsoft' ); ?></a></div>
|
509 |
+
<div class="icon">
|
510 |
+
<img title="" src="<?php echo $banner_url; ?>" alt="" />
|
511 |
+
</div>
|
512 |
+
</div>
|
513 |
+
</div>
|
514 |
+
<?php }
|
515 |
+
}
|
516 |
+
}
|
517 |
+
|
518 |
+
if ( ! function_exists ( 'bws_plugin_init' ) ) {
|
519 |
+
function bws_plugin_init() {
|
520 |
+
/* Internationalization, first(!) */
|
521 |
+
load_plugin_textdomain( 'bestwebsoft', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
|
522 |
+
}
|
523 |
+
}
|
524 |
+
|
525 |
+
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
|
526 |
+
function bws_admin_enqueue_scripts() {
|
527 |
+
global $wp_version;
|
528 |
+
if ( $wp_version < 3.8 )
|
529 |
+
wp_enqueue_style( 'bws-admin-stylesheet', plugins_url( 'css/general_style_wp_before_3.8.css', __FILE__ ) );
|
530 |
+
else
|
531 |
+
wp_enqueue_style( 'bws-admin-stylesheet', plugins_url( 'css/general_style.css', __FILE__ ) );
|
532 |
+
|
533 |
+
if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) {
|
534 |
+
wp_enqueue_style( 'bws_menu_style', plugins_url( 'css/style.css', __FILE__ ) );
|
535 |
+
wp_enqueue_script( 'bws_menu_script', plugins_url( 'js/bws_menu.js' , __FILE__ ) );
|
536 |
+
if ( $wp_version >= '3.8' )
|
537 |
+
wp_enqueue_script( 'theme-install' );
|
538 |
+
elseif ( $wp_version >= '3.4' )
|
539 |
+
wp_enqueue_script( 'theme' );
|
540 |
+
}
|
541 |
+
}
|
542 |
+
}
|
543 |
+
|
544 |
+
if ( ! function_exists ( 'bws_admin_head' ) ) {
|
545 |
+
function bws_admin_head() {
|
546 |
+
if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) { ?>
|
547 |
+
<noscript>
|
548 |
+
<style type="text/css">
|
549 |
+
.bws_product_button {
|
550 |
+
display: inline-block;
|
551 |
+
}
|
552 |
+
</style>
|
553 |
+
</noscript>
|
554 |
+
<?php }
|
555 |
+
}
|
556 |
+
}
|
557 |
+
|
558 |
+
/**
|
559 |
+
* Tooltip block
|
560 |
+
*/
|
561 |
+
if ( ! function_exists( 'bws_add_tooltip_admin' ) ) {
|
562 |
+
function bws_add_tooltip_admin( $tooltip_args = array() ) {
|
563 |
+
new BWS_add_admin_tooltip( $tooltip_args );
|
564 |
+
}
|
565 |
+
}
|
566 |
+
|
567 |
+
if ( ! class_exists( 'BWS_add_admin_tooltip' ) ) {
|
568 |
+
class BWS_add_admin_tooltip {
|
569 |
+
private $tooltip_args;
|
570 |
+
|
571 |
+
public function __construct( $tooltip_args ) {
|
572 |
+
global $wp_version;
|
573 |
+
if ( 3.3 > $wp_version )
|
574 |
+
return;
|
575 |
+
/* Default arguments */
|
576 |
+
$tooltip_args_default = array(
|
577 |
+
'tooltip_id' => false,
|
578 |
+
'css_selector' => false,
|
579 |
+
'actions' => array(
|
580 |
+
'click' => true,
|
581 |
+
'onload' => false,
|
582 |
+
),
|
583 |
+
'buttons' => array(
|
584 |
+
'close' => array(
|
585 |
+
'type' => 'dismiss',
|
586 |
+
'text' => __( 'Close', 'bestwebsoft' ),
|
587 |
+
),
|
588 |
+
),
|
589 |
+
'position' => array(
|
590 |
+
'edge' => 'top',
|
591 |
+
'align' => 'center',
|
592 |
+
'pos-left' => 0,
|
593 |
+
'pos-top' => 0,
|
594 |
+
'zindex' => 10000
|
595 |
+
),
|
596 |
+
);
|
597 |
+
$tooltip_args = array_merge( $tooltip_args_default, $tooltip_args );
|
598 |
+
/* Check that our merged array has default values */
|
599 |
+
foreach ( $tooltip_args_default as $arg_key => $arg_value ) {
|
600 |
+
if ( is_array( $arg_value ) ) {
|
601 |
+
foreach ( $arg_value as $key => $value) {
|
602 |
+
if ( ! isset( $tooltip_args[ $arg_key ][ $key ] ) ) {
|
603 |
+
$tooltip_args[ $arg_key ][ $key ] = $tooltip_args_default[ $arg_key ][ $key ];
|
604 |
+
}
|
605 |
+
}
|
606 |
+
}
|
607 |
+
}
|
608 |
+
/* Check if tooltip is dismissed */
|
609 |
+
if ( true === $tooltip_args['actions']['onload'] ) {
|
610 |
+
if ( in_array( $tooltip_args['tooltip_id'], array_filter( explode( ',', (string) get_user_meta( get_current_user_id(), 'dismissed_wp_pointers', true ) ) ) ) ) {
|
611 |
+
$tooltip_args['actions']['onload'] = false;
|
612 |
+
}
|
613 |
+
}
|
614 |
+
/* Check entered data */
|
615 |
+
if ( false === $tooltip_args['tooltip_id'] || false === $tooltip_args['css_selector'] || ( false === $tooltip_args['actions']['click'] && false === $tooltip_args['actions']['onload'] ) ) {
|
616 |
+
/* if not enough data to output a tooltip */
|
617 |
+
return;
|
618 |
+
} else {
|
619 |
+
/* check position */
|
620 |
+
if ( ! in_array( $tooltip_args['position']['edge'], array( 'left', 'right', 'top', 'bottom' ) ) ) {
|
621 |
+
$tooltip_args['position']['edge'] = 'top';
|
622 |
+
}
|
623 |
+
if ( ! in_array( $tooltip_args['position']['align'], array( 'top', 'bottom', 'left', 'right', 'center', ) ) ) {
|
624 |
+
$tooltip_args['position']['align'] = 'center';
|
625 |
+
}
|
626 |
+
}
|
627 |
+
/* fix position */
|
628 |
+
switch ( $tooltip_args['position']['edge'] ) {
|
629 |
+
case 'left':
|
630 |
+
case 'right':
|
631 |
+
switch ( $tooltip_args['position']['align'] ) {
|
632 |
+
case 'top':
|
633 |
+
case 'bottom':
|
634 |
+
$tooltip_args['position']['align'] = 'center';
|
635 |
+
break;
|
636 |
+
}
|
637 |
+
break;
|
638 |
+
case 'top':
|
639 |
+
case 'bottom':
|
640 |
+
if ( $tooltip_args['position']['align'] == 'left' ) {
|
641 |
+
$tooltip_args['position']['pos-left'] -= 65;
|
642 |
+
}
|
643 |
+
break;
|
644 |
+
}
|
645 |
+
$this->tooltip_args = $tooltip_args;
|
646 |
+
/* add styles and scripts */
|
647 |
+
wp_enqueue_style( 'wp-pointer' );
|
648 |
+
wp_enqueue_script( 'wp-pointer' );
|
649 |
+
/* add script that displays our tooltip */
|
650 |
+
add_action( 'admin_print_footer_scripts', array( $this, 'add_scripts' ) );
|
651 |
+
}
|
652 |
+
|
653 |
+
/**
|
654 |
+
* Display tooltip
|
655 |
+
*/
|
656 |
+
public function add_scripts() {
|
657 |
+
$tooltip_args = $this->tooltip_args; ?>
|
658 |
+
<script type="text/javascript">
|
659 |
+
(function($) {
|
660 |
+
var pointer_options = <?php echo json_encode( $tooltip_args ); ?>;
|
661 |
+
pointer_buttons = pointer_options['buttons'];
|
662 |
+
/* extend pointer options - add close button */
|
663 |
+
pointer_options = $.extend(pointer_options, {
|
664 |
+
buttons: function(event, t) {
|
665 |
+
var button;
|
666 |
+
/* check and add dismiss-type buttons */
|
667 |
+
for( var but in pointer_buttons ) {
|
668 |
+
if ( typeof pointer_buttons[ but ]['type'] != 'undefined' && pointer_buttons[ but ]['type'] == 'dismiss' && typeof pointer_buttons[ but ]['text'] != 'undefined' && pointer_buttons[ but ]['text'] != '' ) {
|
669 |
+
button += '<a style="margin:0px 5px 2px;" class="button-secondary">' + pointer_buttons[ but ]['text'] + '</a>';
|
670 |
+
}
|
671 |
+
}
|
672 |
+
button = jQuery( button );
|
673 |
+
button.bind('click.pointer', function () {
|
674 |
+
t.element.pointer('close');
|
675 |
+
});
|
676 |
+
return button;
|
677 |
+
},
|
678 |
+
/* add ajax dismiss functionality */
|
679 |
+
close : $.proxy(function () {
|
680 |
+
if ( pointer_options['actions']['onload'] == true ) {
|
681 |
+
$.post( ajaxurl, this );
|
682 |
+
}
|
683 |
+
}, {
|
684 |
+
pointer: pointer_options['tooltip_id'],
|
685 |
+
action: 'dismiss-wp-pointer'
|
686 |
+
})
|
687 |
+
});
|
688 |
+
/* function to display pointer */
|
689 |
+
function displayPointer( cssSelector ) {
|
690 |
+
cssSelector.pointer(pointer_options).pointer({
|
691 |
+
pointerClass: 'wp-pointer ' + pointer_options["tooltip_id"],
|
692 |
+
content: pointer_options['content'],
|
693 |
+
position:
|
694 |
+
{
|
695 |
+
edge: pointer_options['position']['edge'],
|
696 |
+
align: pointer_options['position']['align'],
|
697 |
+
},
|
698 |
+
}).pointer('open');
|
699 |
+
/* display buttons that are not type of dismiss */
|
700 |
+
for ( var but in pointer_buttons ) {
|
701 |
+
if ( typeof pointer_buttons[ but ]['type'] != 'undefined' && pointer_buttons[ but ]['type'] != 'dismiss' && typeof pointer_buttons[ but ]['text'] != 'undefined' && pointer_buttons[ but ]['text'] != '' ) {
|
702 |
+
$( '.' + pointer_options['tooltip_id'] + ' .button-secondary').first().before( '<a class="button-primary" style="margin-right: 5px;" ' +
|
703 |
+
( ( pointer_buttons[ but ]['type'] == 'link' && typeof pointer_buttons[ but ]['link'] != 'undefined' && pointer_buttons[ but ]['link'] != '') ? 'target="_blank" href="' + pointer_buttons[ but ]['link'] + '"' : '' )
|
704 |
+
+ '>' + pointer_buttons[ but ]['text'] + '</a>' );
|
705 |
+
};
|
706 |
+
}
|
707 |
+
/* adjust position of pointer */
|
708 |
+
topPos = parseInt( $( "." + pointer_options["tooltip_id"] ).css("top") ) + parseInt( pointer_options['position']['pos-top'] );
|
709 |
+
leftPos = parseInt( $( "." + pointer_options["tooltip_id"] ).css("left") ) + parseInt( pointer_options['position']['pos-left'] );
|
710 |
+
if ( pointer_options['position']['align'] == 'left' ) {
|
711 |
+
leftPos += cssSelector.outerWidth()/2;
|
712 |
+
};
|
713 |
+
$( "." + pointer_options["tooltip_id"] ).css({ "top": topPos + "px", "left": leftPos + "px" });
|
714 |
+
/* adjust z-index if need */
|
715 |
+
pointerZindex = parseInt( $( "." + pointer_options["tooltip_id"] ).css("z-index") );
|
716 |
+
if ( pointerZindex != pointer_options['position']['zindex'] ) {
|
717 |
+
$( "." + pointer_options["tooltip_id"] ).css({ "z-index": pointer_options['position']['zindex'] });
|
718 |
+
}
|
719 |
+
}
|
720 |
+
/* display pointer for the first time */
|
721 |
+
if ( pointer_options['actions']['onload'] ) {
|
722 |
+
displayPointer( $( pointer_options['css_selector'] ) );
|
723 |
+
}
|
724 |
+
/* display pointer when clicked on selector */
|
725 |
+
if ( pointer_options['actions']['click'] ) {
|
726 |
+
$( pointer_options['css_selector'] ).click( function () {
|
727 |
+
displayPointer( $( this ) );
|
728 |
+
});
|
729 |
+
}
|
730 |
+
})(jQuery);
|
731 |
+
</script>
|
732 |
+
<?php }
|
733 |
+
}
|
734 |
+
}
|
735 |
+
|
736 |
+
add_action( 'admin_init', 'bws_plugin_init' );
|
737 |
+
add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
|
738 |
+
add_action( 'admin_head', 'bws_admin_head' );
|
bws_menu/bws_menu.php
CHANGED
@@ -1,18 +1,21 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
-
* Version: 1.
|
5 |
*/
|
6 |
|
|
|
|
|
|
|
7 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
8 |
function bws_add_menu_render() {
|
9 |
-
global $wpdb, $
|
10 |
$error = $message = $bwsmn_form_email = '';
|
11 |
$bws_donate_link = 'https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94';
|
12 |
|
13 |
if ( ! function_exists( 'is_plugin_active_for_network' ) )
|
14 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
15 |
-
|
16 |
if ( function_exists( 'is_multisite' ) )
|
17 |
$admin_url = ( ! is_multisite() ) ? admin_url( '/' ) : network_admin_url( '/' );
|
18 |
else
|
@@ -40,7 +43,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
40 |
'pro_version' => 'contact-form-pro/contact_form_pro.php',
|
41 |
'purchase' => 'http://bestwebsoft.com/products/contact-form/buy/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
42 |
'pro_settings' => 'admin.php?page=contact_form_pro.php'
|
43 |
-
),
|
44 |
'facebook-button-plugin/facebook-button-plugin.php' => array(
|
45 |
'name' => 'Facebook Like Button',
|
46 |
'description' => 'Allows you to add the Follow and Like buttons the easiest way.',
|
@@ -62,7 +65,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
62 |
'pro_version' => 'twitter-pro/twitter-pro.php',
|
63 |
'purchase' => 'http://bestwebsoft.com/products/twitter/buy/?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
64 |
'pro_settings' => 'admin.php?page=twitter-pro.php'
|
65 |
-
),
|
66 |
'portfolio/portfolio.php' => array(
|
67 |
'name' => 'Portfolio',
|
68 |
'description' => 'Allows you to create a page with the information about your past projects.',
|
@@ -207,7 +210,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
207 |
'link' => 'http://bestwebsoft.com/products/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
208 |
'download' => 'http://bestwebsoft.com/products/htaccess/download/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
209 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Htaccess+Bestwebsoft&plugin-search-input=Search+Plugins',
|
210 |
-
'settings' => 'admin.php?page=htaccess.php'
|
|
|
|
|
|
|
211 |
),
|
212 |
'google-captcha/google-captcha.php' => array(
|
213 |
'name' => 'Google Captcha (reCAPTCHA) by BestWebSoft',
|
@@ -267,7 +273,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
267 |
'link' => 'http://bestwebsoft.com/products/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
268 |
'download' => 'http://bestwebsoft.com/products/bws-google-analytics/download/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
269 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Google+Analytics+Bestwebsoft&plugin-search-input=Search+Plugins',
|
270 |
-
'settings' => 'admin.php?page=bws-google-analytics.php'
|
|
|
|
|
|
|
271 |
),
|
272 |
'db-manager/db-manager.php' => array(
|
273 |
'name' => 'DB manager',
|
@@ -362,16 +371,46 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
362 |
'download' => 'http://bestwebsoft.com/products/re-attacher/download/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
363 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Re-attacher+BestWebSoft&plugin-search-input=Search+Plugins',
|
364 |
'settings' => 'admin.php?page=re-attacher.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
365 |
)
|
366 |
);
|
367 |
-
|
368 |
$all_plugins = get_plugins();
|
369 |
$active_plugins = get_option( 'active_plugins' );
|
370 |
$recommend_plugins = array_diff_key( $bws_plugins, $all_plugins );
|
371 |
$bws_plugins_pro = array();
|
372 |
|
373 |
foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
|
374 |
-
if ( ! isset( $all_plugins[ $key_plugin ] ) && isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) {
|
375 |
unset( $recommend_plugins[ $key_plugin ] );
|
376 |
}
|
377 |
}
|
@@ -386,7 +425,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
386 |
if ( isset( $value['pro_version'] ) && $value['pro_version'] == $key_plugin ) {
|
387 |
$bws_plugins_pro[ $key_plugin ] = $key;
|
388 |
unset( $all_plugins[ $key ] );
|
389 |
-
}
|
390 |
}
|
391 |
}
|
392 |
}
|
@@ -399,7 +438,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
399 |
$sql_mode = $mysql_info[0]->Value;
|
400 |
if ( empty( $sql_mode ) )
|
401 |
$sql_mode = __( 'Not set', 'bestwebsoft' );
|
402 |
-
|
403 |
$safe_mode = ( ini_get( 'safe_mode' ) ) ? __( 'On', 'bestwebsoft' ) : __( 'Off', 'bestwebsoft' );
|
404 |
$allow_url_fopen = ( ini_get( 'allow_url_fopen' ) ) ? __( 'On', 'bestwebsoft' ) : __( 'Off', 'bestwebsoft' );
|
405 |
$upload_max_filesize = ( ini_get( 'upload_max_filesize' ) )? ini_get( 'upload_max_filesize' ) : __( 'N/A', 'bestwebsoft' );
|
@@ -455,7 +494,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
455 |
$system_info['active_plugins'][ $plugin['Name'] ] = $plugin['Version'];
|
456 |
else
|
457 |
$system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
|
458 |
-
}
|
459 |
}
|
460 |
|
461 |
if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) ||
|
@@ -467,7 +506,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
467 |
} else {
|
468 |
$email = $bwsmn_form_email;
|
469 |
$bwsmn_form_email = '';
|
470 |
-
$message = __( 'Email with system info is sent to ', 'bestwebsoft' ) . $email;
|
471 |
}
|
472 |
} else {
|
473 |
$email = 'plugin_system_status@bestwebsoft.com';
|
@@ -482,14 +521,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
482 |
<h4>Environment</h4>
|
483 |
<table>';
|
484 |
foreach ( $system_info['system_info'] as $key => $value ) {
|
485 |
-
$message_text .= '<tr><td>'. $key .'</td><td>'. $value .'</td></tr>';
|
486 |
}
|
487 |
$message_text .= '</table>';
|
488 |
if ( ! empty( $system_info['active_plugins'] ) ) {
|
489 |
$message_text .= '<h4>Active Plugins</h4>
|
490 |
<table>';
|
491 |
-
foreach ( $system_info['active_plugins'] as $key => $value ) {
|
492 |
-
$message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
|
493 |
}
|
494 |
$message_text .= '</table>';
|
495 |
}
|
@@ -517,21 +556,21 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
517 |
<li><a class="bws_system_status <?php if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&action=system_status"><?php _e( 'System status', 'bestwebsoft' ); ?></a></li>
|
518 |
</ul>
|
519 |
<div class="clear"></div>
|
520 |
-
</h2>
|
521 |
<h2 class="nav-tab-wrapper">
|
522 |
<a class="nav-tab<?php if ( !isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
|
523 |
<?php if ( $wp_version >= '3.4' ) { ?>
|
524 |
<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'themes' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&action=themes"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
|
525 |
<?php } ?>
|
526 |
-
</h2>
|
527 |
-
<?php if ( ! isset( $_GET['action'] ) ) { ?>
|
528 |
<ul class="subsubsub">
|
529 |
<li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
|
530 |
<li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&sub=installed"><?php _e( 'Installed', 'bestwebsoft' ); ?></a></li> |
|
531 |
<li><a <?php if ( isset( $_GET['sub'] ) && 'recommended' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&sub=recommended"><?php _e( 'Recommended', 'bestwebsoft' ); ?></a></li>
|
532 |
</ul>
|
533 |
<div class="clear"></div>
|
534 |
-
<?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
|
535 |
<h4 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
|
536 |
<?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
|
537 |
if ( isset( $bws_plugins_pro[ $key_plugin ] ) )
|
@@ -545,33 +584,33 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
545 |
$key_plugin_explode = explode( '/', $key_plugin );
|
546 |
$icon = $key_plugin_explode[0];
|
547 |
}
|
548 |
-
}
|
549 |
|
550 |
if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && ( in_array( $bws_plugins[ $key_plugin ]['pro_version'], $active_plugins ) || is_plugin_active_for_network( $bws_plugins[ $key_plugin ]['pro_version'] ) ) ) { ?>
|
551 |
<div class="bws_product_box bws_exist_overlay">
|
552 |
-
<div class="bws_product">
|
553 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
554 |
<div class="bws_product_content">
|
555 |
<div class="bws_product_icon">
|
556 |
<div class="bws_product_icon_pro">PRO</div>
|
557 |
-
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
558 |
-
</div>
|
559 |
<div class="bws_product_description"><?php echo $value_plugin["Description"]; ?></div>
|
560 |
</div>
|
561 |
<div class="clear"></div>
|
562 |
</div>
|
563 |
-
<div class="bws_product_links">
|
564 |
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
565 |
<?php if ( '' != $bws_plugins[ $key_plugin ]["pro_settings"] ) { ?>
|
566 |
<span> | </span>
|
567 |
<a href="<?php echo $bws_plugins[ $key_plugin ]["pro_settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
|
568 |
<?php } ?>
|
569 |
</div>
|
570 |
-
</div>
|
571 |
<?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) && ( in_array( $key_plugin, $active_plugins ) || is_plugin_active_for_network( $key_plugin ) ) ) {
|
572 |
if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
|
573 |
<div class="bws_product_box bws_product_deactivated">
|
574 |
-
<div class="bws_product">
|
575 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
576 |
<div class="bws_product_content">
|
577 |
<div class="bws_product_icon">
|
@@ -581,7 +620,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
581 |
<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
|
582 |
</div>
|
583 |
<div class="clear"></div>
|
584 |
-
</div>
|
585 |
<div class="bws_product_links">
|
586 |
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
587 |
<span> | </span>
|
@@ -590,7 +629,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
590 |
</div>
|
591 |
<?php } else { ?>
|
592 |
<div class="bws_product_box bws_product_free">
|
593 |
-
<div class="bws_product">
|
594 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
595 |
<div class="bws_product_content">
|
596 |
<div class="bws_product_icon">
|
@@ -608,7 +647,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
608 |
</a>
|
609 |
<?php } ?>
|
610 |
<div class="clear"></div>
|
611 |
-
</div>
|
612 |
<div class="bws_product_links">
|
613 |
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
614 |
<?php if ( '' != $bws_plugins[ $key_plugin ]["settings"] ) { ?>
|
@@ -620,9 +659,9 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
620 |
<?php }
|
621 |
} elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
|
622 |
<div class="bws_product_box bws_product_deactivated bws_product_free">
|
623 |
-
<div class="bws_product">
|
624 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
625 |
-
<div class="bws_product_content">
|
626 |
<div class="bws_product_icon">
|
627 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
628 |
</div>
|
@@ -663,21 +702,21 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
663 |
}
|
664 |
} ?>
|
665 |
<div class="bws_product_box">
|
666 |
-
<div class="bws_product">
|
667 |
<div class="bws_product_title"><?php echo $value_plugin["name"]; ?></div>
|
668 |
<div class="bws_product_content">
|
669 |
<div class="bws_product_icon">
|
670 |
-
<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) ) { ?>
|
671 |
<div class="bws_product_icon_pro">PRO</div>
|
672 |
<?php } ?>
|
673 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
674 |
</div>
|
675 |
<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
|
676 |
</div>
|
677 |
-
<?php if ( isset( $bws_plugins[ $key_plugin ]["pro_version"] ) ) { ?>
|
678 |
<a class="bws_product_button" href="<?php echo $bws_plugins[ $key_plugin ]["purchase"]; ?>" target="_blank">
|
679 |
<?php _e( 'Go', 'bestwebsoft' ); ?> <strong>PRO</strong>
|
680 |
-
</a>
|
681 |
<?php } else { ?>
|
682 |
<a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
|
683 |
<strong><?php _e( 'DONATE', 'bestwebsoft' ); ?></strong>
|
@@ -685,15 +724,15 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
685 |
<?php } ?>
|
686 |
</div>
|
687 |
<div class="clear"></div>
|
688 |
-
<div class="bws_product_links">
|
689 |
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
690 |
<span> | </span>
|
691 |
<a href="<?php echo $bws_plugins[ $key_plugin ]["wp_install"]; ?>" target="_blank"><?php _e( "Install now", 'bestwebsoft' ); ?></a>
|
692 |
</div>
|
693 |
</div>
|
694 |
-
<?php }
|
695 |
-
} ?>
|
696 |
-
<?php } elseif ( 'themes' == $_GET['action'] ) { ?>
|
697 |
<div id="availablethemes">
|
698 |
<?php global $tabs, $tab, $paged, $type, $theme_field_defaults;
|
699 |
include( ABSPATH . 'wp-admin/includes/theme-install.php' );
|
@@ -709,7 +748,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
709 |
$api = themes_api( 'query_themes', $args );
|
710 |
|
711 |
if ( is_wp_error( $api ) )
|
712 |
-
wp_die( $api->get_error_message() . '</p> <p><a href="#" onclick="document.location.reload(); return false;">' . __( 'Try again' ) . '</a>' );
|
713 |
|
714 |
$theme_class->items = $api->themes;
|
715 |
$theme_class->set_pagination_args( array(
|
@@ -727,7 +766,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
727 |
|
728 |
$name = wp_kses( $theme->name, $themes_allowedtags );
|
729 |
$author = wp_kses( $theme->author, $themes_allowedtags );
|
730 |
-
$preview_title = sprintf( __('Preview “%s”'), $name );
|
731 |
$preview_url = add_query_arg( array(
|
732 |
'tab' => 'theme-information',
|
733 |
'theme' => $theme->slug,
|
@@ -758,29 +797,29 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
758 |
switch ( $status ) {
|
759 |
default:
|
760 |
case 'install':
|
761 |
-
$actions[] = '<a class="install-now" href="' . esc_url( wp_nonce_url( $install_url, 'install-theme_' . $theme->slug ) ) . '" title="' . esc_attr( sprintf( __( 'Install %s' ), $name ) ) . '">' . __( 'Install Now' ) . '</a>';
|
762 |
break;
|
763 |
case 'update_available':
|
764 |
-
$actions[] = '<a class="install-now" href="' . esc_url( wp_nonce_url( $update_url, 'upgrade-theme_' . $theme->slug ) ) . '" title="' . esc_attr( sprintf( __( 'Update to version %s' ), $theme->version ) ) . '">' . __( 'Update' ) . '</a>';
|
765 |
break;
|
766 |
case 'newer_installed':
|
767 |
case 'latest_installed':
|
768 |
-
$actions[] = '<span class="install-now" title="' . esc_attr__( 'This theme is already installed and is up to date' ) . '">' . _x( 'Installed', 'theme' ) . '</span>';
|
769 |
break;
|
770 |
}
|
771 |
-
$actions[] = '<a class="install-theme-preview" href="' . esc_url( $preview_url ) . '" title="' . esc_attr( sprintf( __( 'Preview %s' ), $name ) ) . '">' . __( 'Preview' ) . '</a>';
|
772 |
$actions = apply_filters( 'theme_install_actions', $actions, $theme ); ?>
|
773 |
<a class="screenshot install-theme-preview" href="<?php echo esc_url( $preview_url ); ?>" title="<?php echo esc_attr( $preview_title ); ?>">
|
774 |
<img src='<?php echo esc_url( $theme->screenshot_url ); ?>' width='150' />
|
775 |
</a>
|
776 |
<h3><?php echo $name; ?></h3>
|
777 |
-
<div class="theme-author"><?php printf( __( 'By %s' ), $author ); ?></div>
|
778 |
<div class="action-links">
|
779 |
<ul>
|
780 |
<?php foreach ( $actions as $action ): ?>
|
781 |
<li><?php echo $action; ?></li>
|
782 |
<?php endforeach; ?>
|
783 |
-
<li class="hide-if-no-js"><a href="#" class="theme-detail"><?php _e('Details') ?></a></li>
|
784 |
</ul>
|
785 |
</div>
|
786 |
<?php $theme_class->install_theme_info( $theme ); ?>
|
@@ -806,13 +845,13 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
806 |
<?php } else { ?>
|
807 |
<div class="theme-screenshot blank"></div>
|
808 |
<?php } ?>
|
809 |
-
<div class="theme-author"><?php printf( __( 'By %s' ), $theme->author ); ?></div>
|
810 |
<h3 class="theme-name"><?php echo $theme->name; ?></h3>
|
811 |
<div class="theme-actions">
|
812 |
-
<a class="button button-secondary preview install-theme-preview" href="theme-install.php?theme=<?php echo $theme->slug ?>"><?php esc_html_e( 'Learn More' ); ?></a>
|
813 |
</div>
|
814 |
<?php if ( $theme->installed ) { ?>
|
815 |
-
<div class="theme-installed"><?php _e( 'Already Installed' ); ?></div>
|
816 |
<?php } ?>
|
817 |
</div>
|
818 |
<?php } ?>
|
@@ -830,11 +869,11 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
830 |
<table class="bws_system_info">
|
831 |
<thead><tr><th><?php _e( 'Environment', 'bestwebsoft' ); ?></th><td></td></tr></thead>
|
832 |
<tbody>
|
833 |
-
<?php foreach ( $system_info['system_info'] as $key => $value ) { ?>
|
834 |
<tr>
|
835 |
<td scope="row"><?php echo $key; ?></td>
|
836 |
<td scope="row"><?php echo $value; ?></td>
|
837 |
-
</tr>
|
838 |
<?php } ?>
|
839 |
</tbody>
|
840 |
</table>
|
@@ -842,11 +881,11 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
842 |
<thead><tr><th><?php _e( 'Active Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
|
843 |
<tbody>
|
844 |
<?php if ( ! empty( $system_info['active_plugins'] ) ) {
|
845 |
-
foreach ( $system_info['active_plugins'] as $key => $value ) { ?>
|
846 |
<tr>
|
847 |
<td scope="row"><?php echo $key; ?></td>
|
848 |
<td scope="row"><?php echo $value; ?></td>
|
849 |
-
</tr>
|
850 |
<?php }
|
851 |
} ?>
|
852 |
</tbody>
|
@@ -855,78 +894,63 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
855 |
<thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
|
856 |
<tbody>
|
857 |
<?php if ( ! empty( $system_info['inactive_plugins'] ) ) {
|
858 |
-
foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
|
859 |
<tr>
|
860 |
<td scope="row"><?php echo $key; ?></td>
|
861 |
<td scope="row"><?php echo $value; ?></td>
|
862 |
-
</tr>
|
863 |
-
<?php }
|
864 |
} ?>
|
865 |
</tbody>
|
866 |
</table>
|
867 |
-
<div class="clear"></div>
|
868 |
<form method="post" action="admin.php?page=bws_plugins&action=system_status">
|
869 |
-
<p>
|
870 |
<input type="hidden" name="bwsmn_form_submit" value="submit" />
|
871 |
<input type="submit" class="button-primary" value="<?php _e( 'Send to support', 'bestwebsoft' ) ?>" />
|
872 |
-
<?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ); ?>
|
873 |
-
</p>
|
874 |
-
</form>
|
875 |
-
<form method="post" action="admin.php?page=bws_plugins&action=system_status">
|
876 |
-
<p>
|
877 |
-
<input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
|
878 |
<input type="submit" class="button" value="<?php _e( 'Send to custom email »', 'bestwebsoft' ) ?>" />
|
879 |
<input type="text" value="<?php echo $bwsmn_form_email; ?>" name="bwsmn_form_email" />
|
880 |
<?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
|
881 |
-
</p>
|
882 |
-
</form>
|
883 |
</div>
|
884 |
<?php } ?>
|
885 |
</div>
|
886 |
<?php }
|
887 |
}
|
888 |
|
889 |
-
if ( ! function_exists
|
890 |
-
function
|
891 |
-
|
892 |
-
|
893 |
-
|
894 |
-
|
895 |
-
|
896 |
-
|
897 |
-
|
898 |
-
|
899 |
-
|
900 |
-
|
901 |
-
|
902 |
-
|
903 |
-
|
904 |
-
|
905 |
-
|
906 |
-
|
907 |
-
|
908 |
-
|
909 |
-
|
910 |
-
|
911 |
-
|
912 |
-
|
913 |
-
|
914 |
-
|
915 |
-
|
916 |
-
function bws_admin_head() {
|
917 |
-
if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) { ?>
|
918 |
-
<noscript>
|
919 |
-
<style type="text/css">
|
920 |
-
.bws_product_button {
|
921 |
-
display: inline-block;
|
922 |
-
}
|
923 |
-
</style>
|
924 |
-
</noscript>
|
925 |
-
<?php }
|
926 |
}
|
927 |
-
}
|
928 |
-
|
929 |
-
add_action( 'admin_init', 'bws_plugin_init' );
|
930 |
-
add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
|
931 |
-
add_action( 'admin_head', 'bws_admin_head' );
|
932 |
-
?>
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
+
* Version: 1.5.6
|
5 |
*/
|
6 |
|
7 |
+
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
8 |
+
require_once( dirname( __FILE__ ) . '/bws_functions.php' );
|
9 |
+
|
10 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
11 |
function bws_add_menu_render() {
|
12 |
+
global $wpdb, $wp_version, $bws_plugin_info;
|
13 |
$error = $message = $bwsmn_form_email = '';
|
14 |
$bws_donate_link = 'https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94';
|
15 |
|
16 |
if ( ! function_exists( 'is_plugin_active_for_network' ) )
|
17 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
18 |
+
|
19 |
if ( function_exists( 'is_multisite' ) )
|
20 |
$admin_url = ( ! is_multisite() ) ? admin_url( '/' ) : network_admin_url( '/' );
|
21 |
else
|
43 |
'pro_version' => 'contact-form-pro/contact_form_pro.php',
|
44 |
'purchase' => 'http://bestwebsoft.com/products/contact-form/buy/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
45 |
'pro_settings' => 'admin.php?page=contact_form_pro.php'
|
46 |
+
),
|
47 |
'facebook-button-plugin/facebook-button-plugin.php' => array(
|
48 |
'name' => 'Facebook Like Button',
|
49 |
'description' => 'Allows you to add the Follow and Like buttons the easiest way.',
|
65 |
'pro_version' => 'twitter-pro/twitter-pro.php',
|
66 |
'purchase' => 'http://bestwebsoft.com/products/twitter/buy/?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
67 |
'pro_settings' => 'admin.php?page=twitter-pro.php'
|
68 |
+
),
|
69 |
'portfolio/portfolio.php' => array(
|
70 |
'name' => 'Portfolio',
|
71 |
'description' => 'Allows you to create a page with the information about your past projects.',
|
210 |
'link' => 'http://bestwebsoft.com/products/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
211 |
'download' => 'http://bestwebsoft.com/products/htaccess/download/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
212 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Htaccess+Bestwebsoft&plugin-search-input=Search+Plugins',
|
213 |
+
'settings' => 'admin.php?page=htaccess.php',
|
214 |
+
'pro_version' => 'htaccess-pro/htaccess-pro.php',
|
215 |
+
'purchase' => 'http://bestwebsoft.com/products/htaccess/buy/?k=59e9209a32864be534fda77d5e591c15&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
216 |
+
'pro_settings' => 'admin.php?page=htaccess-pro.php'
|
217 |
),
|
218 |
'google-captcha/google-captcha.php' => array(
|
219 |
'name' => 'Google Captcha (reCAPTCHA) by BestWebSoft',
|
273 |
'link' => 'http://bestwebsoft.com/products/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
274 |
'download' => 'http://bestwebsoft.com/products/bws-google-analytics/download/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
275 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Google+Analytics+Bestwebsoft&plugin-search-input=Search+Plugins',
|
276 |
+
'settings' => 'admin.php?page=bws-google-analytics.php',
|
277 |
+
'pro_version' => 'bws-google-analytics-pro/bws-google-analytics-pro.php',
|
278 |
+
'purchase' => 'http://bestwebsoft.com/products/bws-google-analytics/buy/?k=83796e84fec3f70ecfcc8894a73a6c4a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
279 |
+
'pro_settings' => 'admin.php?page=bws-google-analytics-pro.php'
|
280 |
),
|
281 |
'db-manager/db-manager.php' => array(
|
282 |
'name' => 'DB manager',
|
371 |
'download' => 'http://bestwebsoft.com/products/re-attacher/download/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
372 |
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Re-attacher+BestWebSoft&plugin-search-input=Search+Plugins',
|
373 |
'settings' => 'admin.php?page=re-attacher.php'
|
374 |
+
),
|
375 |
+
'bws-smtp/bws-smtp.php' => array(
|
376 |
+
'name' => 'SMTP by BesWebSoft',
|
377 |
+
'description' => 'This plugin introduces an easy way to configure sending email messages via SMTP.',
|
378 |
+
'link' => 'http://bestwebsoft.com/products/bws-smtp/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
379 |
+
'download' => 'http://bestwebsoft.com/products/bws-smtp/download/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
380 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=SMTP+BestWebSoft&plugin-search-input=Search+Plugins',
|
381 |
+
'settings' => 'admin.php?page=bwssmtp_settings'
|
382 |
+
),
|
383 |
+
'promobar/promobar.php' => array(
|
384 |
+
'name' => 'PromoBar',
|
385 |
+
'description' => 'This plugin allows placing banners with any data on your website.',
|
386 |
+
'link' => 'http://bestwebsoft.com/products/promobar/?k=619eac2232d9cfa382c4e678c3b14766&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
387 |
+
'download' => 'http://bestwebsoft.com/products/promobar/download/?k=619eac2232d9cfa382c4e678c3b14766&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
388 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=PromoBar+BestWebSoft&plugin-search-input=Search+Plugins',
|
389 |
+
'settings' => 'admin.php?page=promobar.php',
|
390 |
+
'pro_version' => 'promobar-pro/promobar-pro.php',
|
391 |
+
'purchase' => 'http://bestwebsoft.com/products/promobar/buy/?k=a9b09708502f12a1483532ba12fe2103&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
392 |
+
'pro_settings' => 'admin.php?page=promobar-pro.php'
|
393 |
+
),
|
394 |
+
'realty/realty.php' => array(
|
395 |
+
'name' => 'Realty',
|
396 |
+
'description' => 'A convenient plugin that adds Real Estate functionality.',
|
397 |
+
'link' => 'http://bestwebsoft.com/products/realty/?k=d55de979dbbbb7af0b2ff1d7f43884fa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
398 |
+
'download' => 'http://bestwebsoft.com/products/realty/download/?k=d55de979dbbbb7af0b2ff1d7f43884fa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
399 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Realty+BestWebSoft&plugin-search-input=Search+Plugins',
|
400 |
+
'settings' => 'admin.php?page=realty_settings',
|
401 |
+
'pro_version' => 'realty-pro/realty-pro.php',
|
402 |
+
'purchase' => 'http://bestwebsoft.com/products/realty/buy/?k=c7791f0a72acfb36f564a614dbccb474&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
403 |
+
'pro_settings' => 'admin.php?page=realty_pro_settings'
|
404 |
)
|
405 |
);
|
406 |
+
|
407 |
$all_plugins = get_plugins();
|
408 |
$active_plugins = get_option( 'active_plugins' );
|
409 |
$recommend_plugins = array_diff_key( $bws_plugins, $all_plugins );
|
410 |
$bws_plugins_pro = array();
|
411 |
|
412 |
foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
|
413 |
+
if ( ! isset( $all_plugins[ $key_plugin ] ) && isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) {
|
414 |
unset( $recommend_plugins[ $key_plugin ] );
|
415 |
}
|
416 |
}
|
425 |
if ( isset( $value['pro_version'] ) && $value['pro_version'] == $key_plugin ) {
|
426 |
$bws_plugins_pro[ $key_plugin ] = $key;
|
427 |
unset( $all_plugins[ $key ] );
|
428 |
+
}
|
429 |
}
|
430 |
}
|
431 |
}
|
438 |
$sql_mode = $mysql_info[0]->Value;
|
439 |
if ( empty( $sql_mode ) )
|
440 |
$sql_mode = __( 'Not set', 'bestwebsoft' );
|
441 |
+
|
442 |
$safe_mode = ( ini_get( 'safe_mode' ) ) ? __( 'On', 'bestwebsoft' ) : __( 'Off', 'bestwebsoft' );
|
443 |
$allow_url_fopen = ( ini_get( 'allow_url_fopen' ) ) ? __( 'On', 'bestwebsoft' ) : __( 'Off', 'bestwebsoft' );
|
444 |
$upload_max_filesize = ( ini_get( 'upload_max_filesize' ) )? ini_get( 'upload_max_filesize' ) : __( 'N/A', 'bestwebsoft' );
|
494 |
$system_info['active_plugins'][ $plugin['Name'] ] = $plugin['Version'];
|
495 |
else
|
496 |
$system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
|
497 |
+
}
|
498 |
}
|
499 |
|
500 |
if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) ||
|
506 |
} else {
|
507 |
$email = $bwsmn_form_email;
|
508 |
$bwsmn_form_email = '';
|
509 |
+
$message = __( 'Email with system info is sent to ', 'bestwebsoft' ) . $email;
|
510 |
}
|
511 |
} else {
|
512 |
$email = 'plugin_system_status@bestwebsoft.com';
|
521 |
<h4>Environment</h4>
|
522 |
<table>';
|
523 |
foreach ( $system_info['system_info'] as $key => $value ) {
|
524 |
+
$message_text .= '<tr><td>'. $key .'</td><td>'. $value .'</td></tr>';
|
525 |
}
|
526 |
$message_text .= '</table>';
|
527 |
if ( ! empty( $system_info['active_plugins'] ) ) {
|
528 |
$message_text .= '<h4>Active Plugins</h4>
|
529 |
<table>';
|
530 |
+
foreach ( $system_info['active_plugins'] as $key => $value ) {
|
531 |
+
$message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
|
532 |
}
|
533 |
$message_text .= '</table>';
|
534 |
}
|
556 |
<li><a class="bws_system_status <?php if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&action=system_status"><?php _e( 'System status', 'bestwebsoft' ); ?></a></li>
|
557 |
</ul>
|
558 |
<div class="clear"></div>
|
559 |
+
</h2>
|
560 |
<h2 class="nav-tab-wrapper">
|
561 |
<a class="nav-tab<?php if ( !isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
|
562 |
<?php if ( $wp_version >= '3.4' ) { ?>
|
563 |
<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'themes' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&action=themes"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
|
564 |
<?php } ?>
|
565 |
+
</h2>
|
566 |
+
<?php if ( ! isset( $_GET['action'] ) ) { ?>
|
567 |
<ul class="subsubsub">
|
568 |
<li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
|
569 |
<li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&sub=installed"><?php _e( 'Installed', 'bestwebsoft' ); ?></a></li> |
|
570 |
<li><a <?php if ( isset( $_GET['sub'] ) && 'recommended' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&sub=recommended"><?php _e( 'Recommended', 'bestwebsoft' ); ?></a></li>
|
571 |
</ul>
|
572 |
<div class="clear"></div>
|
573 |
+
<?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
|
574 |
<h4 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
|
575 |
<?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
|
576 |
if ( isset( $bws_plugins_pro[ $key_plugin ] ) )
|
584 |
$key_plugin_explode = explode( '/', $key_plugin );
|
585 |
$icon = $key_plugin_explode[0];
|
586 |
}
|
587 |
+
}
|
588 |
|
589 |
if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && ( in_array( $bws_plugins[ $key_plugin ]['pro_version'], $active_plugins ) || is_plugin_active_for_network( $bws_plugins[ $key_plugin ]['pro_version'] ) ) ) { ?>
|
590 |
<div class="bws_product_box bws_exist_overlay">
|
591 |
+
<div class="bws_product">
|
592 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
593 |
<div class="bws_product_content">
|
594 |
<div class="bws_product_icon">
|
595 |
<div class="bws_product_icon_pro">PRO</div>
|
596 |
+
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
597 |
+
</div>
|
598 |
<div class="bws_product_description"><?php echo $value_plugin["Description"]; ?></div>
|
599 |
</div>
|
600 |
<div class="clear"></div>
|
601 |
</div>
|
602 |
+
<div class="bws_product_links">
|
603 |
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
604 |
<?php if ( '' != $bws_plugins[ $key_plugin ]["pro_settings"] ) { ?>
|
605 |
<span> | </span>
|
606 |
<a href="<?php echo $bws_plugins[ $key_plugin ]["pro_settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
|
607 |
<?php } ?>
|
608 |
</div>
|
609 |
+
</div>
|
610 |
<?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) && ( in_array( $key_plugin, $active_plugins ) || is_plugin_active_for_network( $key_plugin ) ) ) {
|
611 |
if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
|
612 |
<div class="bws_product_box bws_product_deactivated">
|
613 |
+
<div class="bws_product">
|
614 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
615 |
<div class="bws_product_content">
|
616 |
<div class="bws_product_icon">
|
620 |
<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
|
621 |
</div>
|
622 |
<div class="clear"></div>
|
623 |
+
</div>
|
624 |
<div class="bws_product_links">
|
625 |
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
626 |
<span> | </span>
|
629 |
</div>
|
630 |
<?php } else { ?>
|
631 |
<div class="bws_product_box bws_product_free">
|
632 |
+
<div class="bws_product">
|
633 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
634 |
<div class="bws_product_content">
|
635 |
<div class="bws_product_icon">
|
647 |
</a>
|
648 |
<?php } ?>
|
649 |
<div class="clear"></div>
|
650 |
+
</div>
|
651 |
<div class="bws_product_links">
|
652 |
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
653 |
<?php if ( '' != $bws_plugins[ $key_plugin ]["settings"] ) { ?>
|
659 |
<?php }
|
660 |
} elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
|
661 |
<div class="bws_product_box bws_product_deactivated bws_product_free">
|
662 |
+
<div class="bws_product">
|
663 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
664 |
+
<div class="bws_product_content">
|
665 |
<div class="bws_product_icon">
|
666 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
667 |
</div>
|
702 |
}
|
703 |
} ?>
|
704 |
<div class="bws_product_box">
|
705 |
+
<div class="bws_product">
|
706 |
<div class="bws_product_title"><?php echo $value_plugin["name"]; ?></div>
|
707 |
<div class="bws_product_content">
|
708 |
<div class="bws_product_icon">
|
709 |
+
<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) ) { ?>
|
710 |
<div class="bws_product_icon_pro">PRO</div>
|
711 |
<?php } ?>
|
712 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
713 |
</div>
|
714 |
<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
|
715 |
</div>
|
716 |
+
<?php if ( isset( $bws_plugins[ $key_plugin ]["pro_version"] ) ) { ?>
|
717 |
<a class="bws_product_button" href="<?php echo $bws_plugins[ $key_plugin ]["purchase"]; ?>" target="_blank">
|
718 |
<?php _e( 'Go', 'bestwebsoft' ); ?> <strong>PRO</strong>
|
719 |
+
</a>
|
720 |
<?php } else { ?>
|
721 |
<a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
|
722 |
<strong><?php _e( 'DONATE', 'bestwebsoft' ); ?></strong>
|
724 |
<?php } ?>
|
725 |
</div>
|
726 |
<div class="clear"></div>
|
727 |
+
<div class="bws_product_links">
|
728 |
<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
|
729 |
<span> | </span>
|
730 |
<a href="<?php echo $bws_plugins[ $key_plugin ]["wp_install"]; ?>" target="_blank"><?php _e( "Install now", 'bestwebsoft' ); ?></a>
|
731 |
</div>
|
732 |
</div>
|
733 |
+
<?php }
|
734 |
+
} ?>
|
735 |
+
<?php } elseif ( 'themes' == $_GET['action'] ) { ?>
|
736 |
<div id="availablethemes">
|
737 |
<?php global $tabs, $tab, $paged, $type, $theme_field_defaults;
|
738 |
include( ABSPATH . 'wp-admin/includes/theme-install.php' );
|
748 |
$api = themes_api( 'query_themes', $args );
|
749 |
|
750 |
if ( is_wp_error( $api ) )
|
751 |
+
wp_die( $api->get_error_message() . '</p> <p><a href="#" onclick="document.location.reload(); return false;">' . __( 'Try again', 'bestwebsoft' ) . '</a>' );
|
752 |
|
753 |
$theme_class->items = $api->themes;
|
754 |
$theme_class->set_pagination_args( array(
|
766 |
|
767 |
$name = wp_kses( $theme->name, $themes_allowedtags );
|
768 |
$author = wp_kses( $theme->author, $themes_allowedtags );
|
769 |
+
$preview_title = sprintf( __( 'Preview “%s”', 'bestwebsoft' ), $name );
|
770 |
$preview_url = add_query_arg( array(
|
771 |
'tab' => 'theme-information',
|
772 |
'theme' => $theme->slug,
|
797 |
switch ( $status ) {
|
798 |
default:
|
799 |
case 'install':
|
800 |
+
$actions[] = '<a class="install-now" href="' . esc_url( wp_nonce_url( $install_url, 'install-theme_' . $theme->slug ) ) . '" title="' . esc_attr( sprintf( __( 'Install %s', 'bestwebsoft' ), $name ) ) . '">' . __( 'Install Now', 'bestwebsoft' ) . '</a>';
|
801 |
break;
|
802 |
case 'update_available':
|
803 |
+
$actions[] = '<a class="install-now" href="' . esc_url( wp_nonce_url( $update_url, 'upgrade-theme_' . $theme->slug ) ) . '" title="' . esc_attr( sprintf( __( 'Update to version %s', 'bestwebsoft' ), $theme->version ) ) . '">' . __( 'Update', 'bestwebsoft' ) . '</a>';
|
804 |
break;
|
805 |
case 'newer_installed':
|
806 |
case 'latest_installed':
|
807 |
+
$actions[] = '<span class="install-now" title="' . esc_attr__( 'This theme is already installed and is up to date' ) . '">' . _x( 'Installed', 'theme', 'bestwebsoft' ) . '</span>';
|
808 |
break;
|
809 |
}
|
810 |
+
$actions[] = '<a class="install-theme-preview" href="' . esc_url( $preview_url ) . '" title="' . esc_attr( sprintf( __( 'Preview %s', 'bestwebsoft' ), $name ) ) . '">' . __( 'Preview', 'bestwebsoft' ) . '</a>';
|
811 |
$actions = apply_filters( 'theme_install_actions', $actions, $theme ); ?>
|
812 |
<a class="screenshot install-theme-preview" href="<?php echo esc_url( $preview_url ); ?>" title="<?php echo esc_attr( $preview_title ); ?>">
|
813 |
<img src='<?php echo esc_url( $theme->screenshot_url ); ?>' width='150' />
|
814 |
</a>
|
815 |
<h3><?php echo $name; ?></h3>
|
816 |
+
<div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), $author ); ?></div>
|
817 |
<div class="action-links">
|
818 |
<ul>
|
819 |
<?php foreach ( $actions as $action ): ?>
|
820 |
<li><?php echo $action; ?></li>
|
821 |
<?php endforeach; ?>
|
822 |
+
<li class="hide-if-no-js"><a href="#" class="theme-detail"><?php _e( 'Details', 'bestwebsoft' ) ?></a></li>
|
823 |
</ul>
|
824 |
</div>
|
825 |
<?php $theme_class->install_theme_info( $theme ); ?>
|
845 |
<?php } else { ?>
|
846 |
<div class="theme-screenshot blank"></div>
|
847 |
<?php } ?>
|
848 |
+
<div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), $theme->author ); ?></div>
|
849 |
<h3 class="theme-name"><?php echo $theme->name; ?></h3>
|
850 |
<div class="theme-actions">
|
851 |
+
<a class="button button-secondary preview install-theme-preview" href="theme-install.php?theme=<?php echo $theme->slug ?>"><?php esc_html_e( 'Learn More', 'bestwebsoft' ); ?></a>
|
852 |
</div>
|
853 |
<?php if ( $theme->installed ) { ?>
|
854 |
+
<div class="theme-installed"><?php _e( 'Already Installed', 'bestwebsoft' ); ?></div>
|
855 |
<?php } ?>
|
856 |
</div>
|
857 |
<?php } ?>
|
869 |
<table class="bws_system_info">
|
870 |
<thead><tr><th><?php _e( 'Environment', 'bestwebsoft' ); ?></th><td></td></tr></thead>
|
871 |
<tbody>
|
872 |
+
<?php foreach ( $system_info['system_info'] as $key => $value ) { ?>
|
873 |
<tr>
|
874 |
<td scope="row"><?php echo $key; ?></td>
|
875 |
<td scope="row"><?php echo $value; ?></td>
|
876 |
+
</tr>
|
877 |
<?php } ?>
|
878 |
</tbody>
|
879 |
</table>
|
881 |
<thead><tr><th><?php _e( 'Active Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
|
882 |
<tbody>
|
883 |
<?php if ( ! empty( $system_info['active_plugins'] ) ) {
|
884 |
+
foreach ( $system_info['active_plugins'] as $key => $value ) { ?>
|
885 |
<tr>
|
886 |
<td scope="row"><?php echo $key; ?></td>
|
887 |
<td scope="row"><?php echo $value; ?></td>
|
888 |
+
</tr>
|
889 |
<?php }
|
890 |
} ?>
|
891 |
</tbody>
|
894 |
<thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
|
895 |
<tbody>
|
896 |
<?php if ( ! empty( $system_info['inactive_plugins'] ) ) {
|
897 |
+
foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
|
898 |
<tr>
|
899 |
<td scope="row"><?php echo $key; ?></td>
|
900 |
<td scope="row"><?php echo $value; ?></td>
|
901 |
+
</tr>
|
902 |
+
<?php }
|
903 |
} ?>
|
904 |
</tbody>
|
905 |
</table>
|
906 |
+
<div class="clear"></div>
|
907 |
<form method="post" action="admin.php?page=bws_plugins&action=system_status">
|
908 |
+
<p>
|
909 |
<input type="hidden" name="bwsmn_form_submit" value="submit" />
|
910 |
<input type="submit" class="button-primary" value="<?php _e( 'Send to support', 'bestwebsoft' ) ?>" />
|
911 |
+
<?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ); ?>
|
912 |
+
</p>
|
913 |
+
</form>
|
914 |
+
<form method="post" action="admin.php?page=bws_plugins&action=system_status">
|
915 |
+
<p>
|
916 |
+
<input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
|
917 |
<input type="submit" class="button" value="<?php _e( 'Send to custom email »', 'bestwebsoft' ) ?>" />
|
918 |
<input type="text" value="<?php echo $bwsmn_form_email; ?>" name="bwsmn_form_email" />
|
919 |
<?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
|
920 |
+
</p>
|
921 |
+
</form>
|
922 |
</div>
|
923 |
<?php } ?>
|
924 |
</div>
|
925 |
<?php }
|
926 |
}
|
927 |
|
928 |
+
if ( ! function_exists( 'bws_get_banner_array' ) ) {
|
929 |
+
function bws_get_banner_array() {
|
930 |
+
global $bstwbsftwppdtplgns_banner_array;
|
931 |
+
$bstwbsftwppdtplgns_banner_array = array(
|
932 |
+
array( 'rlt_hide_banner_on_plugin_page', 'realty/realty.php', '1.0.0' ),
|
933 |
+
array( 'prmbr_hide_banner_on_plugin_page', 'promobar/promobar.php', '1.0.0' ),
|
934 |
+
array( 'gglnltcs_hide_banner_on_plugin_page', 'bws-google-analytics/bws-google-analytics.php', '1.6.2' ),
|
935 |
+
array( 'htccss_hide_banner_on_plugin_page', 'htaccess/htaccess.php', '1.6.3' ),
|
936 |
+
array( 'sbscrbr_hide_banner_on_plugin_page', 'subscriber/subscriber.php', '1.1.8' ),
|
937 |
+
array( 'lmtttmpts_hide_banner_on_plugin_page', 'limit-attempts/limit-attempts.php', '1.0.2' ),
|
938 |
+
array( 'sndr_hide_banner_on_plugin_page', 'sender/sender.php', '0.5' ),
|
939 |
+
array( 'srrl_hide_banner_on_plugin_page', 'user-role/user-role.php', '1.4' ),
|
940 |
+
array( 'pdtr_hide_banner_on_plugin_page', 'updater/updater.php', '1.12' ),
|
941 |
+
array( 'cntctfrmtdb_hide_banner_on_plugin_page', 'contact-form-to-db/contact_form_to_db.php', '1.2' ),
|
942 |
+
array( 'cntctfrmmlt_hide_banner_on_plugin_page', 'contact-form-multi/contact-form-multi.php', '1.0.7' ),
|
943 |
+
array( 'gglmps_hide_banner_on_plugin_page', 'bws-google-maps/bws-google-maps.php', '1.2' ),
|
944 |
+
array( 'fcbkbttn_hide_banner_on_plugin_page', 'facebook-button-plugin/facebook-button-plugin.php', '2.29' ),
|
945 |
+
array( 'twttr_hide_banner_on_plugin_page', 'twitter-plugin/twitter.php', '2.34' ),
|
946 |
+
array( 'pdfprnt_hide_banner_on_plugin_page', 'pdf-print/pdf-print.php', '1.7.1' ),
|
947 |
+
array( 'gglplsn_hide_banner_on_plugin_page', 'google-one/google-plus-one.php', '1.1.4' ),
|
948 |
+
array( 'gglstmp_hide_banner_on_plugin_page', 'google-sitemap-plugin/google-sitemap-plugin.php', '2.8.4' ),
|
949 |
+
array( 'cntctfrmpr_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-pro/contact_form_pro.php', '1.14' ),
|
950 |
+
array( 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.62' ),
|
951 |
+
array( 'cntctfrm_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.47' ),
|
952 |
+
array( 'cptch_hide_banner_on_plugin_page', 'captcha/captcha.php', '3.8.4' ),
|
953 |
+
array( 'gllr_hide_banner_on_plugin_page', 'gallery-plugin/gallery-plugin.php', '3.9.1' )
|
954 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
955 |
}
|
956 |
+
}
|
|
|
|
|
|
|
|
|
|
bws_menu/css/general_style.css
CHANGED
@@ -10,6 +10,10 @@
|
|
10 |
.sticky-menu #toplevel_page_bws_plugins .wp-submenu .wp-first-item {
|
11 |
display: none;
|
12 |
}
|
|
|
|
|
|
|
|
|
13 |
/*
|
14 |
* styles for rate-support div on the settings page
|
15 |
*/
|
@@ -116,6 +120,8 @@ table.bws_pro_version td {
|
|
116 |
.bws_pro_version_tooltip .bws_info {
|
117 |
float: left;
|
118 |
padding-top: 10px;
|
|
|
|
|
119 |
}
|
120 |
.bws_pro_version_tooltip .bws_pro_links {
|
121 |
float: right;
|
@@ -210,7 +216,7 @@ a.bws_plugin_pro_version {
|
|
210 |
border: none;
|
211 |
font-size: 14px;
|
212 |
margin: 18px 0 18px 16px;
|
213 |
-
padding: 12px
|
214 |
color: #FFF;
|
215 |
text-shadow: none;
|
216 |
font-weight: bold;
|
@@ -222,7 +228,6 @@ a.bws_plugin_pro_version {
|
|
222 |
height: 50px;
|
223 |
text-align: center;
|
224 |
text-transform: uppercase;
|
225 |
-
width: 147px;
|
226 |
box-shadow: none;
|
227 |
line-height: 26px;
|
228 |
}
|
10 |
.sticky-menu #toplevel_page_bws_plugins .wp-submenu .wp-first-item {
|
11 |
display: none;
|
12 |
}
|
13 |
+
.bws_info {
|
14 |
+
color: #888888;
|
15 |
+
font-size: 10px;
|
16 |
+
}
|
17 |
/*
|
18 |
* styles for rate-support div on the settings page
|
19 |
*/
|
120 |
.bws_pro_version_tooltip .bws_info {
|
121 |
float: left;
|
122 |
padding-top: 10px;
|
123 |
+
font-size: 14px;
|
124 |
+
color: #444;
|
125 |
}
|
126 |
.bws_pro_version_tooltip .bws_pro_links {
|
127 |
float: right;
|
216 |
border: none;
|
217 |
font-size: 14px;
|
218 |
margin: 18px 0 18px 16px;
|
219 |
+
padding: 12px 29px;
|
220 |
color: #FFF;
|
221 |
text-shadow: none;
|
222 |
font-weight: bold;
|
228 |
height: 50px;
|
229 |
text-align: center;
|
230 |
text-transform: uppercase;
|
|
|
231 |
box-shadow: none;
|
232 |
line-height: 26px;
|
233 |
}
|
bws_menu/css/general_style_wp_before_3.8.css
CHANGED
@@ -14,6 +14,10 @@
|
|
14 |
#toplevel_page_bws_plugins .wp-submenu .wp-first-item {
|
15 |
display: none;
|
16 |
}
|
|
|
|
|
|
|
|
|
17 |
/*
|
18 |
* styles for rate-support div on the settings page
|
19 |
*/
|
@@ -118,6 +122,8 @@ table.bws_pro_version td {
|
|
118 |
.bws_pro_version_tooltip .bws_info {
|
119 |
float: left;
|
120 |
padding-top: 10px;
|
|
|
|
|
121 |
}
|
122 |
.bws_pro_version_tooltip .bws_pro_links {
|
123 |
float: right;
|
@@ -215,7 +221,7 @@ a.bws_plugin_pro_version {
|
|
215 |
border: none;
|
216 |
font-size: 14px;
|
217 |
margin: 18px 0 18px 16px;
|
218 |
-
padding: 14px
|
219 |
color: #FFF;
|
220 |
text-shadow: none;
|
221 |
font-weight: bold;
|
@@ -227,7 +233,6 @@ a.bws_plugin_pro_version {
|
|
227 |
height: 50px;
|
228 |
text-align: center;
|
229 |
text-transform: uppercase;
|
230 |
-
width: 147px;
|
231 |
box-shadow: none;
|
232 |
-moz-box-sizing: border-box;
|
233 |
-webkit-box-sizing: border-box;
|
14 |
#toplevel_page_bws_plugins .wp-submenu .wp-first-item {
|
15 |
display: none;
|
16 |
}
|
17 |
+
.bws_info {
|
18 |
+
color: #888888;
|
19 |
+
font-size: 10px;
|
20 |
+
}
|
21 |
/*
|
22 |
* styles for rate-support div on the settings page
|
23 |
*/
|
122 |
.bws_pro_version_tooltip .bws_info {
|
123 |
float: left;
|
124 |
padding-top: 10px;
|
125 |
+
font-size: 14px;
|
126 |
+
color: #444;
|
127 |
}
|
128 |
.bws_pro_version_tooltip .bws_pro_links {
|
129 |
float: right;
|
221 |
border: none;
|
222 |
font-size: 14px;
|
223 |
margin: 18px 0 18px 16px;
|
224 |
+
padding: 14px 29px;
|
225 |
color: #FFF;
|
226 |
text-shadow: none;
|
227 |
font-weight: bold;
|
233 |
height: 50px;
|
234 |
text-align: center;
|
235 |
text-transform: uppercase;
|
|
|
236 |
box-shadow: none;
|
237 |
-moz-box-sizing: border-box;
|
238 |
-webkit-box-sizing: border-box;
|
bws_menu/icons/bws-google-analytics.png
CHANGED
File without changes
|
bws_menu/icons/bws-google-maps.png
CHANGED
File without changes
|
bws_menu/icons/bws-smtp.png
ADDED
Binary file
|
bws_menu/icons/contact-form-multi.png
CHANGED
File without changes
|
bws_menu/icons/db-manager.png
CHANGED
File without changes
|
bws_menu/icons/promobar.png
ADDED
Binary file
|
bws_menu/icons/realty.png
ADDED
Binary file
|
bws_menu/icons/subscriber.png
CHANGED
File without changes
|
bws_menu/images/close_banner.png
ADDED
Binary file
|
{images → bws_menu/images}/px.png
RENAMED
File without changes
|
bws_menu/js/c_o_o_k_i_e.js
ADDED
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* Cookie plugin
|
3 |
+
*
|
4 |
+
* Copyright (c) 2006 Klaus Hartl (stilbuero.de)
|
5 |
+
* Dual licensed under the MIT and GPL licenses:
|
6 |
+
* http://www.opensource.org/licenses/mit-license.php
|
7 |
+
* http://www.gnu.org/licenses/gpl.html
|
8 |
+
*
|
9 |
+
*/
|
10 |
+
|
11 |
+
/**
|
12 |
+
* Create a cookie with the given name and value and other optional parameters.
|
13 |
+
*
|
14 |
+
* @example $.cookie('the_cookie', 'the_value');
|
15 |
+
* @desc Set the value of a cookie.
|
16 |
+
* @example $.cookie('the_cookie', 'the_value', { expires: 7, path: '/', domain: 'jquery.com', secure: true });
|
17 |
+
* @desc Create a cookie with all available options.
|
18 |
+
* @example $.cookie('the_cookie', 'the_value');
|
19 |
+
* @desc Create a session cookie.
|
20 |
+
* @example $.cookie('the_cookie', null);
|
21 |
+
* @desc Delete a cookie by passing null as value. Keep in mind that you have to use the same path and domain
|
22 |
+
* used when the cookie was set.
|
23 |
+
*
|
24 |
+
* @param String name The name of the cookie.
|
25 |
+
* @param String value The value of the cookie.
|
26 |
+
* @param Object options An object literal containing key/value pairs to provide optional cookie attributes.
|
27 |
+
* @option Number|Date expires Either an integer specifying the expiration date from now on in days or a Date object.
|
28 |
+
* If a negative value is specified (e.g. a date in the past), the cookie will be deleted.
|
29 |
+
* If set to null or omitted, the cookie will be a session cookie and will not be retained
|
30 |
+
* when the the browser exits.
|
31 |
+
* @option String path The value of the path atribute of the cookie (default: path of page that created the cookie).
|
32 |
+
* @option String domain The value of the domain attribute of the cookie (default: domain of page that created the cookie).
|
33 |
+
* @option Boolean secure If true, the secure attribute of the cookie will be set and the cookie transmission will
|
34 |
+
* require a secure protocol (like HTTPS).
|
35 |
+
* @type undefined
|
36 |
+
*
|
37 |
+
* @name $.cookie
|
38 |
+
* @cat Plugins/Cookie
|
39 |
+
* @author Klaus Hartl/klaus.hartl@stilbuero.de
|
40 |
+
*/
|
41 |
+
|
42 |
+
/**
|
43 |
+
* Get the value of a cookie with the given name.
|
44 |
+
*
|
45 |
+
* @example $.cookie('the_cookie');
|
46 |
+
* @desc Get the value of a cookie.
|
47 |
+
*
|
48 |
+
* @param String name The name of the cookie.
|
49 |
+
* @return The value of the cookie.
|
50 |
+
* @type String
|
51 |
+
*
|
52 |
+
* @name $.cookie
|
53 |
+
* @cat Plugins/Cookie
|
54 |
+
* @author Klaus Hartl/klaus.hartl@stilbuero.de
|
55 |
+
*/
|
56 |
+
jQuery.cookie = function(name, value, options) {
|
57 |
+
if (typeof value != 'undefined') { // name and value given, set cookie
|
58 |
+
options = options || {};
|
59 |
+
if (value === null) {
|
60 |
+
value = '';
|
61 |
+
options.expires = -1;
|
62 |
+
}
|
63 |
+
var expires = '';
|
64 |
+
if (options.expires && (typeof options.expires == 'number' || options.expires.toUTCString)) {
|
65 |
+
var date;
|
66 |
+
if (typeof options.expires == 'number') {
|
67 |
+
date = new Date();
|
68 |
+
date.setTime(date.getTime() + (options.expires * 24 * 60 * 60 * 1000));
|
69 |
+
} else {
|
70 |
+
date = options.expires;
|
71 |
+
}
|
72 |
+
expires = '; expires=' + date.toUTCString(); // use expires attribute, max-age is not supported by IE
|
73 |
+
}
|
74 |
+
// CAUTION: Needed to parenthesize options.path and options.domain
|
75 |
+
// in the following expressions, otherwise they evaluate to undefined
|
76 |
+
// in the packed version for some reason...
|
77 |
+
var path = options.path ? '; path=' + (options.path) : '';
|
78 |
+
var domain = options.domain ? '; domain=' + (options.domain) : '';
|
79 |
+
var secure = options.secure ? '; secure' : '';
|
80 |
+
document.cookie = [name, '=', encodeURIComponent(value), expires, path, domain, secure].join('');
|
81 |
+
} else { // only name given, get cookie
|
82 |
+
var cookieValue = null;
|
83 |
+
if (document.cookie && document.cookie != '') {
|
84 |
+
var cookies = document.cookie.split(';');
|
85 |
+
for (var i = 0; i < cookies.length; i++) {
|
86 |
+
var cookie = jQuery.trim(cookies[i]);
|
87 |
+
// Does this cookie string begin with the name we want?
|
88 |
+
if (cookie.substring(0, name.length + 1) == (name + '=')) {
|
89 |
+
cookieValue = decodeURIComponent(cookie.substring(name.length + 1));
|
90 |
+
break;
|
91 |
+
}
|
92 |
+
}
|
93 |
+
}
|
94 |
+
return cookieValue;
|
95 |
+
}
|
96 |
+
};
|
bws_menu/languages/bestwebsoft-de_DE.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-de_DE.po
CHANGED
@@ -2,394 +2,612 @@ 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: \n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
-
"X-Generator: Poedit 1.5.
|
15 |
-
"X-Poedit-SourceCharset:
|
16 |
"X-Poedit-KeywordsList: __;_e\n"
|
17 |
"X-Poedit-Basepath: ..\n"
|
18 |
"X-Textdomain-Support: yes\n"
|
|
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
# @ captcha
|
22 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
msgid "Not set"
|
24 |
msgstr "Nicht festgelegt"
|
25 |
|
26 |
# @ captcha
|
27 |
-
#: bws_menu.php:
|
28 |
-
#: bws_menu.php:354
|
29 |
msgid "On"
|
30 |
msgstr "Ein"
|
31 |
|
32 |
# @ captcha
|
33 |
-
#: bws_menu.php:
|
34 |
-
#: bws_menu.php:354
|
35 |
msgid "Off"
|
36 |
msgstr "Ausgeschaltet"
|
37 |
|
38 |
# @ captcha
|
39 |
-
#: bws_menu.php:
|
40 |
-
#: bws_menu.php:
|
41 |
-
#: bws_menu.php:357
|
42 |
-
#: bws_menu.php:358
|
43 |
-
#: bws_menu.php:359
|
44 |
-
#: bws_menu.php:371
|
45 |
msgid "N/A"
|
46 |
msgstr "keine Angaben"
|
47 |
|
48 |
# @ captcha
|
49 |
-
#: bws_menu.php:
|
50 |
msgid " Mb"
|
51 |
msgstr " Mb"
|
52 |
|
53 |
# @ captcha
|
54 |
-
#: bws_menu.php:
|
55 |
-
#: bws_menu.php:361
|
56 |
-
#: bws_menu.php:362
|
57 |
-
#: bws_menu.php:367
|
58 |
msgid "Yes"
|
59 |
msgstr "Ja"
|
60 |
|
61 |
# @ captcha
|
62 |
-
#: bws_menu.php:
|
63 |
-
#: bws_menu.php:361
|
64 |
-
#: bws_menu.php:362
|
65 |
-
#: bws_menu.php:369
|
66 |
msgid "No"
|
67 |
msgstr "Nein"
|
68 |
|
69 |
# @ captcha
|
70 |
-
#: bws_menu.php:
|
71 |
msgid "Operating System"
|
72 |
msgstr "Betriebs-System"
|
73 |
|
74 |
# @ captcha
|
75 |
-
#: bws_menu.php:
|
76 |
msgid "Server"
|
77 |
msgstr "Server"
|
78 |
|
79 |
# @ captcha
|
80 |
-
#: bws_menu.php:
|
81 |
msgid "Memory usage"
|
82 |
msgstr "Speichernutzung"
|
83 |
|
84 |
# @ captcha
|
85 |
-
#: bws_menu.php:
|
86 |
msgid "MYSQL Version"
|
87 |
msgstr "MYSQL Version"
|
88 |
|
89 |
# @ captcha
|
90 |
-
#: bws_menu.php:
|
91 |
msgid "SQL Mode"
|
92 |
msgstr "SQL Modus"
|
93 |
|
94 |
# @ captcha
|
95 |
-
#: bws_menu.php:
|
96 |
msgid "PHP Version"
|
97 |
msgstr "PHP Version"
|
98 |
|
99 |
# @ captcha
|
100 |
-
#: bws_menu.php:
|
101 |
msgid "PHP Safe Mode"
|
102 |
msgstr "PHP Gesicherter Modus"
|
103 |
|
104 |
# @ captcha
|
105 |
-
#: bws_menu.php:
|
106 |
msgid "PHP Allow URL fopen"
|
107 |
msgstr "PHP Erlaubet URL zu öffnen (fopen)"
|
108 |
|
109 |
# @ captcha
|
110 |
-
#: bws_menu.php:
|
111 |
msgid "PHP Memory Limit"
|
112 |
msgstr "PHP Speicher-Grenze"
|
113 |
|
114 |
# @ captcha
|
115 |
-
#: bws_menu.php:
|
116 |
msgid "PHP Max Upload Size"
|
117 |
msgstr "PHP Maximale Upload Größe"
|
118 |
|
119 |
# @ captcha
|
120 |
-
#: bws_menu.php:
|
121 |
msgid "PHP Max Post Size"
|
122 |
msgstr "PHP Maximale Beitrags-Größe"
|
123 |
|
124 |
# @ captcha
|
125 |
-
#: bws_menu.php:
|
126 |
msgid "PHP Max Script Execute Time"
|
127 |
msgstr "PHP Maximale Script Ausführungszeit"
|
128 |
|
129 |
# @ captcha
|
130 |
-
#: bws_menu.php:
|
131 |
msgid "PHP Exif support"
|
132 |
msgstr "PHP Exif Support"
|
133 |
|
134 |
# @ captcha
|
135 |
-
#: bws_menu.php:
|
136 |
msgid "PHP IPTC support"
|
137 |
msgstr "PHP IPTC Support"
|
138 |
|
139 |
# @ captcha
|
140 |
-
#: bws_menu.php:
|
141 |
msgid "PHP XML support"
|
142 |
msgstr "PHP XML Support"
|
143 |
|
144 |
# @ captcha
|
145 |
-
#: bws_menu.php:
|
146 |
msgid "Site URL"
|
147 |
msgstr "Site URL"
|
148 |
|
149 |
# @ captcha
|
150 |
-
#: bws_menu.php:
|
151 |
msgid "Home URL"
|
152 |
msgstr "Home URL"
|
153 |
|
154 |
# @ captcha
|
155 |
-
#: bws_menu.php:
|
156 |
msgid "WordPress Version"
|
157 |
msgstr "WordPress Version"
|
158 |
|
159 |
# @ captcha
|
160 |
-
#: bws_menu.php:
|
161 |
msgid "WordPress DB Version"
|
162 |
msgstr "WordPress DB Version"
|
163 |
|
164 |
# @ captcha
|
165 |
-
#: bws_menu.php:
|
166 |
msgid "Multisite"
|
167 |
msgstr "Multisite"
|
168 |
|
169 |
# @ captcha
|
170 |
-
#: bws_menu.php:
|
171 |
msgid "Active Theme"
|
172 |
msgstr "Actives Theme"
|
173 |
|
174 |
# @ captcha
|
175 |
-
#: bws_menu.php:
|
176 |
msgid "Please enter a valid email address."
|
177 |
msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
|
178 |
|
179 |
# @ captcha
|
180 |
-
#: bws_menu.php:
|
181 |
msgid "Email with system info is sent to "
|
182 |
msgstr "E-Mail-mit System Informationen wird gesendet an "
|
183 |
|
184 |
# @ captcha
|
185 |
-
#: bws_menu.php:
|
186 |
msgid "Thank you for contacting us."
|
187 |
msgstr "Vielen Dank für Ihre Kontaktaufnahme."
|
188 |
|
189 |
# @ captcha
|
190 |
-
#: bws_menu.php:
|
191 |
msgid "Sorry, email message could not be delivered."
|
192 |
msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
|
193 |
|
194 |
-
#: bws_menu.php:
|
195 |
msgid "Need help?"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: bws_menu.php:
|
199 |
msgid "Client area"
|
200 |
msgstr ""
|
201 |
|
202 |
# @ captcha
|
203 |
-
#: bws_menu.php:
|
204 |
-
#: bws_menu.php:778
|
205 |
msgid "System status"
|
206 |
msgstr "System Status"
|
207 |
|
208 |
# @ captcha
|
209 |
-
#: bws_menu.php:
|
210 |
#, fuzzy
|
211 |
msgid "Plugins"
|
212 |
msgstr "BWS Plugins"
|
213 |
|
214 |
-
#: bws_menu.php:
|
215 |
msgid "Themes"
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: bws_menu.php:
|
219 |
msgid "All"
|
220 |
msgstr ""
|
221 |
|
222 |
# @ default
|
223 |
-
#: bws_menu.php:
|
224 |
#, fuzzy
|
225 |
msgid "Installed"
|
226 |
msgstr "Installiere %s"
|
227 |
|
228 |
# @ captcha
|
229 |
-
#: bws_menu.php:
|
230 |
#, fuzzy
|
231 |
msgid "Recommended"
|
232 |
msgstr "Empfohlene Plugins"
|
233 |
|
234 |
# @ captcha
|
235 |
-
#: bws_menu.php:
|
236 |
msgid "Installed plugins"
|
237 |
msgstr "Installierte Plugins"
|
238 |
|
239 |
# @ captcha
|
240 |
-
#: bws_menu.php:
|
241 |
-
#: bws_menu.php:536
|
242 |
-
#: bws_menu.php:563
|
243 |
-
#: bws_menu.php:593
|
244 |
-
#: bws_menu.php:639
|
245 |
-
#, fuzzy
|
246 |
-
msgid "Learn more"
|
247 |
-
msgstr "Lesen Sie mehr"
|
248 |
-
|
249 |
-
# @ captcha
|
250 |
-
#: bws_menu.php:517
|
251 |
-
#: bws_menu.php:566
|
252 |
msgid "Settings"
|
253 |
msgstr "Einstellungen"
|
254 |
|
255 |
# @ captcha
|
256 |
-
#: bws_menu.php:
|
257 |
-
#: bws_menu.php:595
|
258 |
#, fuzzy
|
259 |
msgid "Activate this plugin"
|
260 |
msgstr "Aktivierte Plugins"
|
261 |
|
262 |
-
|
263 |
-
#: bws_menu.php:538
|
264 |
-
#: bws_menu.php:595
|
265 |
-
#, fuzzy
|
266 |
-
msgid "Activate"
|
267 |
-
msgstr "Aktivierte Plugins"
|
268 |
-
|
269 |
-
#: bws_menu.php:553
|
270 |
-
#: bws_menu.php:583
|
271 |
-
#: bws_menu.php:629
|
272 |
msgid "Go"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: bws_menu.php:
|
276 |
-
#: bws_menu.php:587
|
277 |
-
#: bws_menu.php:633
|
278 |
msgid "DONATE"
|
279 |
msgstr ""
|
280 |
|
281 |
# @ captcha
|
282 |
-
#: bws_menu.php:
|
283 |
msgid "Recommended plugins"
|
284 |
msgstr "Empfohlene Plugins"
|
285 |
|
286 |
# @ default
|
287 |
-
#: bws_menu.php:
|
288 |
#, fuzzy
|
289 |
msgid "Install now"
|
290 |
msgstr "Installiere %s"
|
291 |
|
292 |
-
#: bws_menu.php:
|
293 |
msgid "Try again"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: bws_menu.php:
|
297 |
#, php-format
|
298 |
msgid "Preview “%s”"
|
299 |
msgstr ""
|
300 |
|
301 |
# @ default
|
302 |
-
#: bws_menu.php:
|
303 |
#, php-format
|
304 |
msgid "Install %s"
|
305 |
msgstr "Installiere %s"
|
306 |
|
307 |
# @ default
|
308 |
-
#: bws_menu.php:
|
309 |
#, fuzzy
|
310 |
msgid "Install Now"
|
311 |
msgstr "Installiere %s"
|
312 |
|
313 |
-
#: bws_menu.php:
|
314 |
#, php-format
|
315 |
msgid "Update to version %s"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: bws_menu.php:
|
319 |
msgid "Update"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: bws_menu.php:
|
323 |
#, php-format
|
324 |
msgid "Preview %s"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: bws_menu.php:
|
328 |
msgid "Preview"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: bws_menu.php:
|
332 |
-
#: bws_menu.php:759
|
333 |
#, php-format
|
334 |
msgid "By %s"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: bws_menu.php:
|
338 |
msgid "Details"
|
339 |
msgstr ""
|
340 |
|
341 |
# @ default
|
342 |
-
#: bws_menu.php:
|
343 |
#, fuzzy
|
344 |
msgid "Already Installed"
|
345 |
msgstr "Installiere %s"
|
346 |
|
347 |
# @ captcha
|
348 |
-
#: bws_menu.php:
|
349 |
msgid "Environment"
|
350 |
msgstr "Umgebungsvariable"
|
351 |
|
352 |
# @ captcha
|
353 |
-
#: bws_menu.php:
|
354 |
msgid "Active Plugins"
|
355 |
msgstr "Aktivierte Plugins"
|
356 |
|
357 |
# @ captcha
|
358 |
-
#: bws_menu.php:
|
359 |
msgid "Inactive Plugins"
|
360 |
msgstr "Inactive Plugins"
|
361 |
|
362 |
# @ captcha
|
363 |
-
#: bws_menu.php:
|
364 |
msgid "Send to support"
|
365 |
msgstr "Sende zuzm Support"
|
366 |
|
367 |
# @ captcha
|
368 |
-
#: bws_menu.php:
|
369 |
msgid "Send to custom email »"
|
370 |
msgstr "Senden Sie eine benutzerdefinierte E-Mail zu »"
|
371 |
|
372 |
# @ captcha
|
373 |
#~ msgid "Pro plugins"
|
374 |
#~ msgstr "BWS Plugins"
|
|
|
375 |
# @ captcha
|
376 |
#~ msgid "Activated plugins"
|
377 |
#~ msgstr "Aktivierte Plugins"
|
|
|
378 |
# @ captcha
|
379 |
#~ msgid "Read more"
|
380 |
#~ msgstr "Lesen Sie mehr"
|
|
|
381 |
# @ captcha
|
382 |
#~ msgid "Purchase"
|
383 |
#~ msgstr "Kaufen"
|
|
|
384 |
# @ captcha
|
385 |
#~ msgid "Free plugins"
|
386 |
#~ msgstr "Freie Plugins"
|
|
|
387 |
# @ captcha
|
388 |
#~ msgid "Download"
|
389 |
#~ msgstr "Herunterladen"
|
|
|
390 |
# @ captcha
|
391 |
#~ msgid "Install now from wordpress.org"
|
392 |
#~ msgstr "Installiere jetzt von wordpress.org"
|
|
|
393 |
# @ captcha
|
394 |
#, fuzzy
|
395 |
#~ msgid "Activated theme"
|
@@ -405,9 +623,6 @@ msgstr "Senden Sie eine benutzerdefinierte E-Mail zu »"
|
|
405 |
#~ msgid "Recommended themes"
|
406 |
#~ msgstr "Empfohlene Plugins"
|
407 |
|
408 |
-
# @ captcha
|
409 |
-
#~ msgid "If you have any questions, please contact us via"
|
410 |
-
#~ msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
|
411 |
# @ default
|
412 |
#, fuzzy
|
413 |
#~ msgid "installed"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-03-05 13:11+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-03-05 13:12+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
13 |
+
"X-Generator: Poedit 1.5.4\n"
|
14 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Textdomain-Support: yes\n"
|
18 |
+
"Language: de_DE\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: bws_functions.php:84
|
22 |
+
msgid "requires"
|
23 |
+
msgstr ""
|
24 |
+
|
25 |
+
#: bws_functions.php:85
|
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:86
|
32 |
+
msgid "Back to the WordPress"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
# @ captcha
|
36 |
+
#: bws_functions.php:87
|
37 |
+
#, fuzzy
|
38 |
+
msgid "Plugins page"
|
39 |
+
msgstr "BWS Plugins"
|
40 |
+
|
41 |
+
# @ captcha
|
42 |
+
#: bws_functions.php:134
|
43 |
+
#, fuzzy
|
44 |
+
msgid "Learn More"
|
45 |
+
msgstr "Lesen Sie mehr"
|
46 |
+
|
47 |
+
#: bws_functions.php:137
|
48 |
+
msgid "It’s time to upgrade your"
|
49 |
+
msgstr ""
|
50 |
+
|
51 |
+
#: bws_functions.php:137
|
52 |
+
msgid "to"
|
53 |
+
msgstr ""
|
54 |
+
|
55 |
+
# @ captcha
|
56 |
+
#: bws_functions.php:137
|
57 |
+
#, fuzzy
|
58 |
+
msgid "version!"
|
59 |
+
msgstr "PHP Version"
|
60 |
+
|
61 |
+
#: bws_functions.php:138
|
62 |
+
msgid "Extend standard plugin functionality with new great options."
|
63 |
+
msgstr ""
|
64 |
+
|
65 |
+
#: bws_functions.php:158
|
66 |
+
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
67 |
+
msgstr ""
|
68 |
+
|
69 |
+
# @ captcha
|
70 |
+
#: bws_functions.php:159
|
71 |
+
#, fuzzy
|
72 |
+
msgid "Rate the plugin"
|
73 |
+
msgstr "Aktivierte Plugins"
|
74 |
+
|
75 |
+
# @ captcha
|
76 |
+
#: bws_functions.php:162
|
77 |
+
#, fuzzy
|
78 |
+
msgid "If there is something wrong about it, please contact us"
|
79 |
+
msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
|
80 |
+
|
81 |
+
#: bws_functions.php:179 bws_functions.php:215 bws_functions.php:395
|
82 |
+
msgid "Wrong license key"
|
83 |
+
msgstr ""
|
84 |
+
|
85 |
+
#: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
|
86 |
+
msgid ""
|
87 |
+
"Something went wrong. Please try again later. If the error appears again, "
|
88 |
+
"please contact us"
|
89 |
+
msgstr ""
|
90 |
+
|
91 |
+
#: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
|
92 |
+
msgid "We are sorry for inconvenience."
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#: bws_functions.php:217 bws_functions.php:397
|
96 |
+
msgid "This license key is bind to another site"
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: bws_functions.php:219 bws_functions.php:348
|
100 |
+
msgid ""
|
101 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
102 |
+
"Please, upload the plugin manually."
|
103 |
+
msgstr ""
|
104 |
+
|
105 |
+
#: bws_functions.php:221
|
106 |
+
msgid ""
|
107 |
+
"Unfortunately, Your license has expired. To continue getting top-priority "
|
108 |
+
"support and plugin updates you should extend it in your"
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: bws_functions.php:223
|
112 |
+
msgid ""
|
113 |
+
"Unfortunately, the PRO licence was already installed to this domain. The PRO "
|
114 |
+
"Trial license can be installed only once."
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
+
#: bws_functions.php:234 bws_functions.php:256 bws_functions.php:278
|
118 |
+
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
119 |
+
msgstr ""
|
120 |
+
|
121 |
+
#: bws_functions.php:246
|
122 |
+
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: bws_functions.php:252
|
126 |
+
msgid ""
|
127 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
128 |
+
"plugin manually"
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#: bws_functions.php:259
|
132 |
+
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
133 |
+
msgstr ""
|
134 |
+
|
135 |
+
#: bws_functions.php:282
|
136 |
+
msgid ""
|
137 |
+
"Something went wrong. Try again later or upload the plugin manually. We are "
|
138 |
+
"sorry for inconvenience."
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
+
#: bws_functions.php:307
|
142 |
+
msgid "Please, enter Your license key"
|
143 |
+
msgstr ""
|
144 |
+
|
145 |
+
#: bws_functions.php:324
|
146 |
+
msgid ""
|
147 |
+
"Congratulations! The PRO version of the plugin is successfully download and "
|
148 |
+
"activated."
|
149 |
+
msgstr ""
|
150 |
+
|
151 |
+
#: bws_functions.php:326
|
152 |
+
msgid "Please, go to"
|
153 |
+
msgstr ""
|
154 |
+
|
155 |
+
#: bws_functions.php:326
|
156 |
+
msgid "the setting page"
|
157 |
+
msgstr ""
|
158 |
+
|
159 |
+
#: bws_functions.php:327
|
160 |
+
msgid "You will be redirected automatically in 5 seconds."
|
161 |
+
msgstr ""
|
162 |
+
|
163 |
+
#: bws_functions.php:332
|
164 |
+
msgid "You can download and activate"
|
165 |
+
msgstr ""
|
166 |
+
|
167 |
+
#: bws_functions.php:334
|
168 |
+
msgid "version of this plugin by entering Your license key."
|
169 |
+
msgstr ""
|
170 |
+
|
171 |
+
#: bws_functions.php:336
|
172 |
+
msgid ""
|
173 |
+
"You can find your license key on your personal page Client area, by clicking "
|
174 |
+
"on the link"
|
175 |
+
msgstr ""
|
176 |
+
|
177 |
+
#: bws_functions.php:338
|
178 |
+
msgid "(your username is the email you specify when purchasing the product)."
|
179 |
+
msgstr ""
|
180 |
+
|
181 |
+
# @ captcha
|
182 |
+
#: bws_functions.php:346 bws_functions.php:354 bws_menu.php:613
|
183 |
+
#: bws_menu.php:670
|
184 |
+
#, fuzzy
|
185 |
+
msgid "Activate"
|
186 |
+
msgstr "Aktivierte Plugins"
|
187 |
+
|
188 |
+
#: bws_functions.php:399
|
189 |
+
msgid ""
|
190 |
+
"This license key is valid, but Your license has expired. If you want to "
|
191 |
+
"update our plugin in future, you should extend the license."
|
192 |
+
msgstr ""
|
193 |
+
|
194 |
+
#: bws_functions.php:401
|
195 |
+
msgid "Unfortunately, you have exceeded the number of available tries."
|
196 |
+
msgstr ""
|
197 |
+
|
198 |
+
#: bws_functions.php:405
|
199 |
+
msgid "The license key is valid. Your license will expire on"
|
200 |
+
msgstr ""
|
201 |
+
|
202 |
+
#: bws_functions.php:407
|
203 |
+
msgid "The license key is valid."
|
204 |
+
msgstr ""
|
205 |
+
|
206 |
+
#: bws_functions.php:431
|
207 |
+
msgid "Please, enter your license key"
|
208 |
+
msgstr ""
|
209 |
+
|
210 |
+
#: bws_functions.php:444
|
211 |
+
msgid ""
|
212 |
+
"If needed you can check if the license key is correct or reenter it in the "
|
213 |
+
"field below. You can find your license key on your personal page - Client "
|
214 |
+
"area - on our website"
|
215 |
+
msgstr ""
|
216 |
+
|
217 |
+
#: bws_functions.php:444
|
218 |
+
msgid ""
|
219 |
+
"(your username is the email you specify when purchasing the product). If "
|
220 |
+
"necessary, please submit \"Lost your password?\" request."
|
221 |
+
msgstr ""
|
222 |
+
|
223 |
+
#: bws_functions.php:448
|
224 |
+
msgid "Check license key"
|
225 |
+
msgstr ""
|
226 |
+
|
227 |
+
#: bws_functions.php:462
|
228 |
+
msgid ""
|
229 |
+
"WARNING: We have noticed illegal use of our plugin by you. We strongly "
|
230 |
+
"recommend you to solve the problem within 24 hours, otherwise the plugin "
|
231 |
+
"will be deactivated. Please go to your personal"
|
232 |
+
msgstr ""
|
233 |
+
|
234 |
+
#: bws_functions.php:462
|
235 |
+
msgid ""
|
236 |
+
"(your username is the email you specify when purchasing the product), where "
|
237 |
+
"you can make the necessary changes."
|
238 |
+
msgstr ""
|
239 |
+
|
240 |
+
#: bws_functions.php:468
|
241 |
+
msgid ""
|
242 |
+
"Your license has expired. To continue getting top-priority support and "
|
243 |
+
"plugin updates you should extend it."
|
244 |
+
msgstr ""
|
245 |
+
|
246 |
# @ captcha
|
247 |
+
#: bws_functions.php:468 bws_functions.php:502 bws_menu.php:589
|
248 |
+
#: bws_menu.php:611 bws_menu.php:638 bws_menu.php:668 bws_menu.php:714
|
249 |
+
#, fuzzy
|
250 |
+
msgid "Learn more"
|
251 |
+
msgstr "Lesen Sie mehr"
|
252 |
+
|
253 |
+
#: bws_functions.php:502
|
254 |
+
msgid "You license for"
|
255 |
+
msgstr ""
|
256 |
+
|
257 |
+
#: bws_functions.php:502
|
258 |
+
msgid "expires on"
|
259 |
+
msgstr ""
|
260 |
+
|
261 |
+
#: bws_functions.php:502
|
262 |
+
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
263 |
+
msgstr ""
|
264 |
+
|
265 |
+
#: bws_functions.php:580
|
266 |
+
msgid "Close"
|
267 |
+
msgstr ""
|
268 |
+
|
269 |
+
# @ captcha
|
270 |
+
#: bws_menu.php:426
|
271 |
msgid "Not set"
|
272 |
msgstr "Nicht festgelegt"
|
273 |
|
274 |
# @ captcha
|
275 |
+
#: bws_menu.php:428 bws_menu.php:429
|
|
|
276 |
msgid "On"
|
277 |
msgstr "Ein"
|
278 |
|
279 |
# @ captcha
|
280 |
+
#: bws_menu.php:428 bws_menu.php:429
|
|
|
281 |
msgid "Off"
|
282 |
msgstr "Ausgeschaltet"
|
283 |
|
284 |
# @ captcha
|
285 |
+
#: bws_menu.php:430 bws_menu.php:431 bws_menu.php:432 bws_menu.php:433
|
286 |
+
#: bws_menu.php:434 bws_menu.php:446
|
|
|
|
|
|
|
|
|
287 |
msgid "N/A"
|
288 |
msgstr "keine Angaben"
|
289 |
|
290 |
# @ captcha
|
291 |
+
#: bws_menu.php:434
|
292 |
msgid " Mb"
|
293 |
msgstr " Mb"
|
294 |
|
295 |
# @ captcha
|
296 |
+
#: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:442
|
|
|
|
|
|
|
297 |
msgid "Yes"
|
298 |
msgstr "Ja"
|
299 |
|
300 |
# @ captcha
|
301 |
+
#: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:444
|
|
|
|
|
|
|
302 |
msgid "No"
|
303 |
msgstr "Nein"
|
304 |
|
305 |
# @ captcha
|
306 |
+
#: bws_menu.php:454
|
307 |
msgid "Operating System"
|
308 |
msgstr "Betriebs-System"
|
309 |
|
310 |
# @ captcha
|
311 |
+
#: bws_menu.php:455
|
312 |
msgid "Server"
|
313 |
msgstr "Server"
|
314 |
|
315 |
# @ captcha
|
316 |
+
#: bws_menu.php:456
|
317 |
msgid "Memory usage"
|
318 |
msgstr "Speichernutzung"
|
319 |
|
320 |
# @ captcha
|
321 |
+
#: bws_menu.php:457
|
322 |
msgid "MYSQL Version"
|
323 |
msgstr "MYSQL Version"
|
324 |
|
325 |
# @ captcha
|
326 |
+
#: bws_menu.php:458
|
327 |
msgid "SQL Mode"
|
328 |
msgstr "SQL Modus"
|
329 |
|
330 |
# @ captcha
|
331 |
+
#: bws_menu.php:459
|
332 |
msgid "PHP Version"
|
333 |
msgstr "PHP Version"
|
334 |
|
335 |
# @ captcha
|
336 |
+
#: bws_menu.php:460
|
337 |
msgid "PHP Safe Mode"
|
338 |
msgstr "PHP Gesicherter Modus"
|
339 |
|
340 |
# @ captcha
|
341 |
+
#: bws_menu.php:461
|
342 |
msgid "PHP Allow URL fopen"
|
343 |
msgstr "PHP Erlaubet URL zu öffnen (fopen)"
|
344 |
|
345 |
# @ captcha
|
346 |
+
#: bws_menu.php:462
|
347 |
msgid "PHP Memory Limit"
|
348 |
msgstr "PHP Speicher-Grenze"
|
349 |
|
350 |
# @ captcha
|
351 |
+
#: bws_menu.php:463
|
352 |
msgid "PHP Max Upload Size"
|
353 |
msgstr "PHP Maximale Upload Größe"
|
354 |
|
355 |
# @ captcha
|
356 |
+
#: bws_menu.php:464
|
357 |
msgid "PHP Max Post Size"
|
358 |
msgstr "PHP Maximale Beitrags-Größe"
|
359 |
|
360 |
# @ captcha
|
361 |
+
#: bws_menu.php:465
|
362 |
msgid "PHP Max Script Execute Time"
|
363 |
msgstr "PHP Maximale Script Ausführungszeit"
|
364 |
|
365 |
# @ captcha
|
366 |
+
#: bws_menu.php:466
|
367 |
msgid "PHP Exif support"
|
368 |
msgstr "PHP Exif Support"
|
369 |
|
370 |
# @ captcha
|
371 |
+
#: bws_menu.php:467
|
372 |
msgid "PHP IPTC support"
|
373 |
msgstr "PHP IPTC Support"
|
374 |
|
375 |
# @ captcha
|
376 |
+
#: bws_menu.php:468
|
377 |
msgid "PHP XML support"
|
378 |
msgstr "PHP XML Support"
|
379 |
|
380 |
# @ captcha
|
381 |
+
#: bws_menu.php:469
|
382 |
msgid "Site URL"
|
383 |
msgstr "Site URL"
|
384 |
|
385 |
# @ captcha
|
386 |
+
#: bws_menu.php:470
|
387 |
msgid "Home URL"
|
388 |
msgstr "Home URL"
|
389 |
|
390 |
# @ captcha
|
391 |
+
#: bws_menu.php:473
|
392 |
msgid "WordPress Version"
|
393 |
msgstr "WordPress Version"
|
394 |
|
395 |
# @ captcha
|
396 |
+
#: bws_menu.php:474
|
397 |
msgid "WordPress DB Version"
|
398 |
msgstr "WordPress DB Version"
|
399 |
|
400 |
# @ captcha
|
401 |
+
#: bws_menu.php:475
|
402 |
msgid "Multisite"
|
403 |
msgstr "Multisite"
|
404 |
|
405 |
# @ captcha
|
406 |
+
#: bws_menu.php:476
|
407 |
msgid "Active Theme"
|
408 |
msgstr "Actives Theme"
|
409 |
|
410 |
# @ captcha
|
411 |
+
#: bws_menu.php:491
|
412 |
msgid "Please enter a valid email address."
|
413 |
msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
|
414 |
|
415 |
# @ captcha
|
416 |
+
#: bws_menu.php:495
|
417 |
msgid "Email with system info is sent to "
|
418 |
msgstr "E-Mail-mit System Informationen wird gesendet an "
|
419 |
|
420 |
# @ captcha
|
421 |
+
#: bws_menu.php:499
|
422 |
msgid "Thank you for contacting us."
|
423 |
msgstr "Vielen Dank für Ihre Kontaktaufnahme."
|
424 |
|
425 |
# @ captcha
|
426 |
+
#: bws_menu.php:532
|
427 |
msgid "Sorry, email message could not be delivered."
|
428 |
msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
|
429 |
|
430 |
+
#: bws_menu.php:540
|
431 |
msgid "Need help?"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: bws_menu.php:541
|
435 |
msgid "Client area"
|
436 |
msgstr ""
|
437 |
|
438 |
# @ captcha
|
439 |
+
#: bws_menu.php:542 bws_menu.php:853
|
|
|
440 |
msgid "System status"
|
441 |
msgstr "System Status"
|
442 |
|
443 |
# @ captcha
|
444 |
+
#: bws_menu.php:547
|
445 |
#, fuzzy
|
446 |
msgid "Plugins"
|
447 |
msgstr "BWS Plugins"
|
448 |
|
449 |
+
#: bws_menu.php:549
|
450 |
msgid "Themes"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: bws_menu.php:554
|
454 |
msgid "All"
|
455 |
msgstr ""
|
456 |
|
457 |
# @ default
|
458 |
+
#: bws_menu.php:555
|
459 |
#, fuzzy
|
460 |
msgid "Installed"
|
461 |
msgstr "Installiere %s"
|
462 |
|
463 |
# @ captcha
|
464 |
+
#: bws_menu.php:556
|
465 |
#, fuzzy
|
466 |
msgid "Recommended"
|
467 |
msgstr "Empfohlene Plugins"
|
468 |
|
469 |
# @ captcha
|
470 |
+
#: bws_menu.php:560
|
471 |
msgid "Installed plugins"
|
472 |
msgstr "Installierte Plugins"
|
473 |
|
474 |
# @ captcha
|
475 |
+
#: bws_menu.php:592 bws_menu.php:641
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
476 |
msgid "Settings"
|
477 |
msgstr "Einstellungen"
|
478 |
|
479 |
# @ captcha
|
480 |
+
#: bws_menu.php:613 bws_menu.php:670
|
|
|
481 |
#, fuzzy
|
482 |
msgid "Activate this plugin"
|
483 |
msgstr "Aktivierte Plugins"
|
484 |
|
485 |
+
#: bws_menu.php:628 bws_menu.php:658 bws_menu.php:704
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
486 |
msgid "Go"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: bws_menu.php:632 bws_menu.php:662 bws_menu.php:708
|
|
|
|
|
490 |
msgid "DONATE"
|
491 |
msgstr ""
|
492 |
|
493 |
# @ captcha
|
494 |
+
#: bws_menu.php:678
|
495 |
msgid "Recommended plugins"
|
496 |
msgstr "Empfohlene Plugins"
|
497 |
|
498 |
# @ default
|
499 |
+
#: bws_menu.php:716
|
500 |
#, fuzzy
|
501 |
msgid "Install now"
|
502 |
msgstr "Installiere %s"
|
503 |
|
504 |
+
#: bws_menu.php:737
|
505 |
msgid "Try again"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: bws_menu.php:755
|
509 |
#, php-format
|
510 |
msgid "Preview “%s”"
|
511 |
msgstr ""
|
512 |
|
513 |
# @ default
|
514 |
+
#: bws_menu.php:786
|
515 |
#, php-format
|
516 |
msgid "Install %s"
|
517 |
msgstr "Installiere %s"
|
518 |
|
519 |
# @ default
|
520 |
+
#: bws_menu.php:786
|
521 |
#, fuzzy
|
522 |
msgid "Install Now"
|
523 |
msgstr "Installiere %s"
|
524 |
|
525 |
+
#: bws_menu.php:789
|
526 |
#, php-format
|
527 |
msgid "Update to version %s"
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: bws_menu.php:789
|
531 |
msgid "Update"
|
532 |
msgstr ""
|
533 |
|
534 |
+
#: bws_menu.php:796
|
535 |
#, php-format
|
536 |
msgid "Preview %s"
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: bws_menu.php:796
|
540 |
msgid "Preview"
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: bws_menu.php:802 bws_menu.php:834
|
|
|
544 |
#, php-format
|
545 |
msgid "By %s"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: bws_menu.php:808
|
549 |
msgid "Details"
|
550 |
msgstr ""
|
551 |
|
552 |
# @ default
|
553 |
+
#: bws_menu.php:840
|
554 |
#, fuzzy
|
555 |
msgid "Already Installed"
|
556 |
msgstr "Installiere %s"
|
557 |
|
558 |
# @ captcha
|
559 |
+
#: bws_menu.php:856
|
560 |
msgid "Environment"
|
561 |
msgstr "Umgebungsvariable"
|
562 |
|
563 |
# @ captcha
|
564 |
+
#: bws_menu.php:867
|
565 |
msgid "Active Plugins"
|
566 |
msgstr "Aktivierte Plugins"
|
567 |
|
568 |
# @ captcha
|
569 |
+
#: bws_menu.php:880
|
570 |
msgid "Inactive Plugins"
|
571 |
msgstr "Inactive Plugins"
|
572 |
|
573 |
# @ captcha
|
574 |
+
#: bws_menu.php:896
|
575 |
msgid "Send to support"
|
576 |
msgstr "Sende zuzm Support"
|
577 |
|
578 |
# @ captcha
|
579 |
+
#: bws_menu.php:903
|
580 |
msgid "Send to custom email »"
|
581 |
msgstr "Senden Sie eine benutzerdefinierte E-Mail zu »"
|
582 |
|
583 |
# @ captcha
|
584 |
#~ msgid "Pro plugins"
|
585 |
#~ msgstr "BWS Plugins"
|
586 |
+
|
587 |
# @ captcha
|
588 |
#~ msgid "Activated plugins"
|
589 |
#~ msgstr "Aktivierte Plugins"
|
590 |
+
|
591 |
# @ captcha
|
592 |
#~ msgid "Read more"
|
593 |
#~ msgstr "Lesen Sie mehr"
|
594 |
+
|
595 |
# @ captcha
|
596 |
#~ msgid "Purchase"
|
597 |
#~ msgstr "Kaufen"
|
598 |
+
|
599 |
# @ captcha
|
600 |
#~ msgid "Free plugins"
|
601 |
#~ msgstr "Freie Plugins"
|
602 |
+
|
603 |
# @ captcha
|
604 |
#~ msgid "Download"
|
605 |
#~ msgstr "Herunterladen"
|
606 |
+
|
607 |
# @ captcha
|
608 |
#~ msgid "Install now from wordpress.org"
|
609 |
#~ msgstr "Installiere jetzt von wordpress.org"
|
610 |
+
|
611 |
# @ captcha
|
612 |
#, fuzzy
|
613 |
#~ msgid "Activated theme"
|
623 |
#~ msgid "Recommended themes"
|
624 |
#~ msgstr "Empfohlene Plugins"
|
625 |
|
|
|
|
|
|
|
626 |
# @ default
|
627 |
#, fuzzy
|
628 |
#~ msgid "installed"
|
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: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"Language: fr_FR\n"
|
@@ -14,299 +14,507 @@ msgstr ""
|
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"Plural-Forms: nplurals=2;plural=n>2;\n"
|
17 |
-
"X-Generator: Poedit 1.5.
|
18 |
-
"X-Poedit-Language: French\n"
|
19 |
-
"X-Poedit-Country: FRANCE\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
msgid "Not set"
|
24 |
msgstr "Not set"
|
25 |
|
26 |
-
#: bws_menu.php:
|
27 |
-
#: bws_menu.php:354
|
28 |
msgid "On"
|
29 |
msgstr "On"
|
30 |
|
31 |
-
#: bws_menu.php:
|
32 |
-
#: bws_menu.php:354
|
33 |
msgid "Off"
|
34 |
msgstr "Off"
|
35 |
|
36 |
-
#: bws_menu.php:
|
37 |
-
#: bws_menu.php:
|
38 |
-
#: bws_menu.php:357
|
39 |
-
#: bws_menu.php:358
|
40 |
-
#: bws_menu.php:359
|
41 |
-
#: bws_menu.php:371
|
42 |
msgid "N/A"
|
43 |
msgstr "N/A"
|
44 |
|
45 |
-
#: bws_menu.php:
|
46 |
msgid " Mb"
|
47 |
msgstr " Mb"
|
48 |
|
49 |
-
#: bws_menu.php:
|
50 |
-
#: bws_menu.php:361
|
51 |
-
#: bws_menu.php:362
|
52 |
-
#: bws_menu.php:367
|
53 |
msgid "Yes"
|
54 |
msgstr "Yes"
|
55 |
|
56 |
-
#: bws_menu.php:
|
57 |
-
#: bws_menu.php:361
|
58 |
-
#: bws_menu.php:362
|
59 |
-
#: bws_menu.php:369
|
60 |
msgid "No"
|
61 |
msgstr "No"
|
62 |
|
63 |
-
#: bws_menu.php:
|
64 |
msgid "Operating System"
|
65 |
msgstr "Operating System"
|
66 |
|
67 |
-
#: bws_menu.php:
|
68 |
msgid "Server"
|
69 |
msgstr "Server"
|
70 |
|
71 |
-
#: bws_menu.php:
|
72 |
msgid "Memory usage"
|
73 |
msgstr "Memory usage"
|
74 |
|
75 |
-
#: bws_menu.php:
|
76 |
msgid "MYSQL Version"
|
77 |
msgstr "MYSQL Version"
|
78 |
|
79 |
-
#: bws_menu.php:
|
80 |
msgid "SQL Mode"
|
81 |
msgstr "SQL Mode"
|
82 |
|
83 |
-
#: bws_menu.php:
|
84 |
msgid "PHP Version"
|
85 |
msgstr "PHP Version"
|
86 |
|
87 |
-
#: bws_menu.php:
|
88 |
msgid "PHP Safe Mode"
|
89 |
msgstr "PHP Safe Mode"
|
90 |
|
91 |
-
#: bws_menu.php:
|
92 |
msgid "PHP Allow URL fopen"
|
93 |
msgstr "PHP Allow URL fopen"
|
94 |
|
95 |
-
#: bws_menu.php:
|
96 |
msgid "PHP Memory Limit"
|
97 |
msgstr "PHP Memory Limit"
|
98 |
|
99 |
-
#: bws_menu.php:
|
100 |
msgid "PHP Max Upload Size"
|
101 |
msgstr "PHP Max Upload Size"
|
102 |
|
103 |
-
#: bws_menu.php:
|
104 |
msgid "PHP Max Post Size"
|
105 |
msgstr "PHP Max Post Size"
|
106 |
|
107 |
-
#: bws_menu.php:
|
108 |
msgid "PHP Max Script Execute Time"
|
109 |
msgstr "PHP Max Script Execute Time"
|
110 |
|
111 |
-
#: bws_menu.php:
|
112 |
msgid "PHP Exif support"
|
113 |
msgstr "PHP Exif support"
|
114 |
|
115 |
-
#: bws_menu.php:
|
116 |
msgid "PHP IPTC support"
|
117 |
msgstr "PHP IPTC support"
|
118 |
|
119 |
-
#: bws_menu.php:
|
120 |
msgid "PHP XML support"
|
121 |
msgstr "PHP XML support"
|
122 |
|
123 |
-
#: bws_menu.php:
|
124 |
msgid "Site URL"
|
125 |
msgstr "Site URL"
|
126 |
|
127 |
-
#: bws_menu.php:
|
128 |
msgid "Home URL"
|
129 |
msgstr "Home URL"
|
130 |
|
131 |
-
#: bws_menu.php:
|
132 |
msgid "WordPress Version"
|
133 |
msgstr "WordPress Version"
|
134 |
|
135 |
-
#: bws_menu.php:
|
136 |
msgid "WordPress DB Version"
|
137 |
msgstr "WordPress DB Version"
|
138 |
|
139 |
-
#: bws_menu.php:
|
140 |
msgid "Multisite"
|
141 |
msgstr "Multisite"
|
142 |
|
143 |
-
#: bws_menu.php:
|
144 |
msgid "Active Theme"
|
145 |
msgstr "Active Theme"
|
146 |
|
147 |
-
#: bws_menu.php:
|
148 |
msgid "Please enter a valid email address."
|
149 |
msgstr "Merci de saisir une adresse e-mail valide."
|
150 |
|
151 |
-
#: bws_menu.php:
|
152 |
msgid "Email with system info is sent to "
|
153 |
msgstr "Le courriel avec les informations système est envoyé à"
|
154 |
|
155 |
-
#: bws_menu.php:
|
156 |
msgid "Thank you for contacting us."
|
157 |
msgstr "Merci de nous avoir contacté."
|
158 |
|
159 |
-
#: bws_menu.php:
|
160 |
msgid "Sorry, email message could not be delivered."
|
161 |
msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
|
162 |
|
163 |
-
#: bws_menu.php:
|
164 |
msgid "Need help?"
|
165 |
msgstr "Besoin d'aide ?"
|
166 |
|
167 |
-
#: bws_menu.php:
|
168 |
msgid "Client area"
|
169 |
msgstr "Espace client"
|
170 |
|
171 |
-
#: bws_menu.php:
|
172 |
-
#: bws_menu.php:778
|
173 |
msgid "System status"
|
174 |
msgstr "System status"
|
175 |
|
176 |
-
#: bws_menu.php:
|
177 |
msgid "Plugins"
|
178 |
msgstr "Externsions"
|
179 |
|
180 |
-
#: bws_menu.php:
|
181 |
msgid "Themes"
|
182 |
msgstr "Thèmes"
|
183 |
|
184 |
-
#: bws_menu.php:
|
185 |
msgid "All"
|
186 |
msgstr "Tous"
|
187 |
|
188 |
-
#: bws_menu.php:
|
189 |
msgid "Installed"
|
190 |
msgstr "Installé"
|
191 |
|
192 |
-
#: bws_menu.php:
|
193 |
msgid "Recommended"
|
194 |
msgstr "Recommandé"
|
195 |
|
196 |
-
#: bws_menu.php:
|
197 |
msgid "Installed plugins"
|
198 |
msgstr "Plugin installé"
|
199 |
|
200 |
-
#: bws_menu.php:
|
201 |
-
#: bws_menu.php:536
|
202 |
-
#: bws_menu.php:563
|
203 |
-
#: bws_menu.php:593
|
204 |
-
#: bws_menu.php:639
|
205 |
-
msgid "Learn more"
|
206 |
-
msgstr "En savoir plus"
|
207 |
-
|
208 |
-
#: bws_menu.php:517
|
209 |
-
#: bws_menu.php:566
|
210 |
msgid "Settings"
|
211 |
msgstr "Réglages"
|
212 |
|
213 |
-
#: bws_menu.php:
|
214 |
-
#: bws_menu.php:595
|
215 |
msgid "Activate this plugin"
|
216 |
msgstr "Activer cette extension"
|
217 |
|
218 |
-
#: bws_menu.php:
|
219 |
-
#: bws_menu.php:595
|
220 |
-
msgid "Activate"
|
221 |
-
msgstr "Activé"
|
222 |
-
|
223 |
-
#: bws_menu.php:553
|
224 |
-
#: bws_menu.php:583
|
225 |
-
#: bws_menu.php:629
|
226 |
msgid "Go"
|
227 |
msgstr "Passez"
|
228 |
|
229 |
-
#: bws_menu.php:
|
230 |
-
#: bws_menu.php:587
|
231 |
-
#: bws_menu.php:633
|
232 |
msgid "DONATE"
|
233 |
msgstr "Faire un don"
|
234 |
|
235 |
-
#: bws_menu.php:
|
236 |
msgid "Recommended plugins"
|
237 |
msgstr "Plugin recommandé"
|
238 |
|
239 |
-
#: bws_menu.php:
|
240 |
msgid "Install now"
|
241 |
msgstr "Installer maintenant"
|
242 |
|
243 |
-
#: bws_menu.php:
|
244 |
msgid "Try again"
|
245 |
msgstr "Essayer de nouveau"
|
246 |
|
247 |
-
#: bws_menu.php:
|
248 |
#, php-format
|
249 |
msgid "Preview “%s”"
|
250 |
msgstr "Pré-visualiser “%s”"
|
251 |
|
252 |
-
#: bws_menu.php:
|
253 |
#, php-format
|
254 |
msgid "Install %s"
|
255 |
msgstr "%s installé"
|
256 |
|
257 |
-
#: bws_menu.php:
|
258 |
msgid "Install Now"
|
259 |
msgstr "Installa Ora"
|
260 |
|
261 |
-
#: bws_menu.php:
|
262 |
#, php-format
|
263 |
msgid "Update to version %s"
|
264 |
msgstr "Mettre à jour pour la version %s"
|
265 |
|
266 |
-
#: bws_menu.php:
|
267 |
msgid "Update"
|
268 |
msgstr "Mettre à jour"
|
269 |
|
270 |
-
#: bws_menu.php:
|
271 |
#, php-format
|
272 |
msgid "Preview %s"
|
273 |
msgstr "Pré-visualiser %s"
|
274 |
|
275 |
-
#: bws_menu.php:
|
276 |
msgid "Preview"
|
277 |
msgstr "Pré-visualiser"
|
278 |
|
279 |
-
#: bws_menu.php:
|
280 |
-
#: bws_menu.php:759
|
281 |
#, php-format
|
282 |
msgid "By %s"
|
283 |
msgstr "Par %s"
|
284 |
|
285 |
-
#: bws_menu.php:
|
286 |
msgid "Details"
|
287 |
msgstr "Détails"
|
288 |
|
289 |
-
#: bws_menu.php:
|
290 |
msgid "Already Installed"
|
291 |
msgstr "Déjà installé"
|
292 |
|
293 |
-
#: bws_menu.php:
|
294 |
msgid "Environment"
|
295 |
msgstr "Environment"
|
296 |
|
297 |
-
#: bws_menu.php:
|
298 |
msgid "Active Plugins"
|
299 |
msgstr "Plugin actifs"
|
300 |
|
301 |
-
#: bws_menu.php:
|
302 |
msgid "Inactive Plugins"
|
303 |
msgstr "Plugin inactifs"
|
304 |
|
305 |
-
#: bws_menu.php:
|
306 |
msgid "Send to support"
|
307 |
msgstr "Envoyé au support"
|
308 |
|
309 |
-
#: bws_menu.php:
|
310 |
msgid "Send to custom email »"
|
311 |
msgstr "Envoyer un e-mail spécifique »"
|
312 |
|
@@ -352,9 +560,6 @@ msgstr "Envoyer un e-mail spécifique »"
|
|
352 |
#~ msgid "Recommended themes"
|
353 |
#~ msgstr "Thèmes recommandés"
|
354 |
|
355 |
-
#~ msgid "If you have any questions, please contact us via"
|
356 |
-
#~ msgstr "Si vous avez des questions, merci de contacter via "
|
357 |
-
|
358 |
#~ msgid "Switch to old interface"
|
359 |
#~ msgstr "Basculer vers l'ancienne interface"
|
360 |
|
@@ -459,9 +664,6 @@ msgstr "Envoyer un e-mail spécifique »"
|
|
459 |
#~ msgid "Settings saved."
|
460 |
#~ msgstr "Options sauvegardées."
|
461 |
|
462 |
-
#~ msgid "Extra settings"
|
463 |
-
#~ msgstr "Options supplémentaires"
|
464 |
-
|
465 |
#~ msgid ""
|
466 |
#~ "If you would like to add the Contact Form to your website, just copy and "
|
467 |
#~ "paste this shortcode to your post or page or widget:"
|
@@ -567,9 +769,6 @@ msgstr "Envoyer un e-mail spécifique »"
|
|
567 |
#~ msgid "Display 'Send me a copy' block"
|
568 |
#~ msgstr "S'envoyer une copie"
|
569 |
|
570 |
-
#~ msgid "Required fields"
|
571 |
-
#~ msgstr "Champ obligatoire"
|
572 |
-
|
573 |
#~ msgid "Name"
|
574 |
#~ msgstr "Nom"
|
575 |
|
@@ -800,9 +999,6 @@ msgstr "Envoyer un e-mail spécifique »"
|
|
800 |
#~ msgid "Please enter subject..."
|
801 |
#~ msgstr "Merci de saisir le sujet..."
|
802 |
|
803 |
-
#~ msgid "Please enter your message..."
|
804 |
-
#~ msgstr "Merci de saisir votre message..."
|
805 |
-
|
806 |
#~ msgid ""
|
807 |
#~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
808 |
#~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-03-05 13:12+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-03-05 13:12+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"Language: fr_FR\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"Plural-Forms: nplurals=2;plural=n>2;\n"
|
17 |
+
"X-Generator: Poedit 1.5.4\n"
|
|
|
|
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: bws_functions.php:84
|
21 |
+
#, fuzzy
|
22 |
+
msgid "requires"
|
23 |
+
msgstr "Champ obligatoire"
|
24 |
+
|
25 |
+
#: bws_functions.php:85
|
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:86
|
32 |
+
msgid "Back to the WordPress"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: bws_functions.php:87
|
36 |
+
#, fuzzy
|
37 |
+
msgid "Plugins page"
|
38 |
+
msgstr "Externsions"
|
39 |
+
|
40 |
+
#: bws_functions.php:134
|
41 |
+
#, fuzzy
|
42 |
+
msgid "Learn More"
|
43 |
+
msgstr "En savoir plus"
|
44 |
+
|
45 |
+
#: bws_functions.php:137
|
46 |
+
msgid "It’s time to upgrade your"
|
47 |
+
msgstr ""
|
48 |
+
|
49 |
+
#: bws_functions.php:137
|
50 |
+
msgid "to"
|
51 |
+
msgstr ""
|
52 |
+
|
53 |
+
#: bws_functions.php:137
|
54 |
+
#, fuzzy
|
55 |
+
msgid "version!"
|
56 |
+
msgstr "PHP Version"
|
57 |
+
|
58 |
+
#: bws_functions.php:138
|
59 |
+
msgid "Extend standard plugin functionality with new great options."
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: bws_functions.php:158
|
63 |
+
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: bws_functions.php:159
|
67 |
+
#, fuzzy
|
68 |
+
msgid "Rate the plugin"
|
69 |
+
msgstr "Activer cette extension"
|
70 |
+
|
71 |
+
#: bws_functions.php:162
|
72 |
+
#, fuzzy
|
73 |
+
msgid "If there is something wrong about it, please contact us"
|
74 |
+
msgstr "Si vous avez des questions, merci de contacter via "
|
75 |
+
|
76 |
+
#: bws_functions.php:179 bws_functions.php:215 bws_functions.php:395
|
77 |
+
msgid "Wrong license key"
|
78 |
+
msgstr ""
|
79 |
+
|
80 |
+
#: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
|
81 |
+
msgid ""
|
82 |
+
"Something went wrong. Please try again later. If the error appears again, "
|
83 |
+
"please contact us"
|
84 |
+
msgstr ""
|
85 |
+
|
86 |
+
#: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
|
87 |
+
msgid "We are sorry for inconvenience."
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
+
#: bws_functions.php:217 bws_functions.php:397
|
91 |
+
msgid "This license key is bind to another site"
|
92 |
+
msgstr ""
|
93 |
+
|
94 |
+
#: bws_functions.php:219 bws_functions.php:348
|
95 |
+
msgid ""
|
96 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
97 |
+
"Please, upload the plugin manually."
|
98 |
+
msgstr ""
|
99 |
+
|
100 |
+
#: bws_functions.php:221
|
101 |
+
msgid ""
|
102 |
+
"Unfortunately, Your license has expired. To continue getting top-priority "
|
103 |
+
"support and plugin updates you should extend it in your"
|
104 |
+
msgstr ""
|
105 |
+
|
106 |
+
#: bws_functions.php:223
|
107 |
+
msgid ""
|
108 |
+
"Unfortunately, the PRO licence was already installed to this domain. The PRO "
|
109 |
+
"Trial license can be installed only once."
|
110 |
+
msgstr ""
|
111 |
+
|
112 |
+
#: bws_functions.php:234 bws_functions.php:256 bws_functions.php:278
|
113 |
+
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
114 |
+
msgstr ""
|
115 |
+
|
116 |
+
#: bws_functions.php:246
|
117 |
+
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
+
#: bws_functions.php:252
|
121 |
+
msgid ""
|
122 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
123 |
+
"plugin manually"
|
124 |
+
msgstr ""
|
125 |
+
|
126 |
+
#: bws_functions.php:259
|
127 |
+
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: bws_functions.php:282
|
131 |
+
msgid ""
|
132 |
+
"Something went wrong. Try again later or upload the plugin manually. We are "
|
133 |
+
"sorry for inconvenience."
|
134 |
+
msgstr ""
|
135 |
+
|
136 |
+
#: bws_functions.php:307
|
137 |
+
#, fuzzy
|
138 |
+
msgid "Please, enter Your license key"
|
139 |
+
msgstr "Merci de saisir votre message..."
|
140 |
+
|
141 |
+
#: bws_functions.php:324
|
142 |
+
msgid ""
|
143 |
+
"Congratulations! The PRO version of the plugin is successfully download and "
|
144 |
+
"activated."
|
145 |
+
msgstr ""
|
146 |
+
|
147 |
+
#: bws_functions.php:326
|
148 |
+
msgid "Please, go to"
|
149 |
+
msgstr ""
|
150 |
+
|
151 |
+
#: bws_functions.php:326
|
152 |
+
#, fuzzy
|
153 |
+
msgid "the setting page"
|
154 |
+
msgstr "Options supplémentaires"
|
155 |
+
|
156 |
+
#: bws_functions.php:327
|
157 |
+
msgid "You will be redirected automatically in 5 seconds."
|
158 |
+
msgstr ""
|
159 |
+
|
160 |
+
#: bws_functions.php:332
|
161 |
+
msgid "You can download and activate"
|
162 |
+
msgstr ""
|
163 |
+
|
164 |
+
#: bws_functions.php:334
|
165 |
+
msgid "version of this plugin by entering Your license key."
|
166 |
+
msgstr ""
|
167 |
+
|
168 |
+
#: bws_functions.php:336
|
169 |
+
msgid ""
|
170 |
+
"You can find your license key on your personal page Client area, by clicking "
|
171 |
+
"on the link"
|
172 |
+
msgstr ""
|
173 |
+
|
174 |
+
#: bws_functions.php:338
|
175 |
+
msgid "(your username is the email you specify when purchasing the product)."
|
176 |
+
msgstr ""
|
177 |
+
|
178 |
+
#: bws_functions.php:346 bws_functions.php:354 bws_menu.php:613
|
179 |
+
#: bws_menu.php:670
|
180 |
+
msgid "Activate"
|
181 |
+
msgstr "Activé"
|
182 |
+
|
183 |
+
#: bws_functions.php:399
|
184 |
+
msgid ""
|
185 |
+
"This license key is valid, but Your license has expired. If you want to "
|
186 |
+
"update our plugin in future, you should extend the license."
|
187 |
+
msgstr ""
|
188 |
+
|
189 |
+
#: bws_functions.php:401
|
190 |
+
msgid "Unfortunately, you have exceeded the number of available tries."
|
191 |
+
msgstr ""
|
192 |
+
|
193 |
+
#: bws_functions.php:405
|
194 |
+
msgid "The license key is valid. Your license will expire on"
|
195 |
+
msgstr ""
|
196 |
+
|
197 |
+
#: bws_functions.php:407
|
198 |
+
msgid "The license key is valid."
|
199 |
+
msgstr ""
|
200 |
+
|
201 |
+
#: bws_functions.php:431
|
202 |
+
#, fuzzy
|
203 |
+
msgid "Please, enter your license key"
|
204 |
+
msgstr "Merci de saisir votre message..."
|
205 |
+
|
206 |
+
#: bws_functions.php:444
|
207 |
+
msgid ""
|
208 |
+
"If needed you can check if the license key is correct or reenter it in the "
|
209 |
+
"field below. You can find your license key on your personal page - Client "
|
210 |
+
"area - on our website"
|
211 |
+
msgstr ""
|
212 |
+
|
213 |
+
#: bws_functions.php:444
|
214 |
+
msgid ""
|
215 |
+
"(your username is the email you specify when purchasing the product). If "
|
216 |
+
"necessary, please submit \"Lost your password?\" request."
|
217 |
+
msgstr ""
|
218 |
+
|
219 |
+
#: bws_functions.php:448
|
220 |
+
msgid "Check license key"
|
221 |
+
msgstr ""
|
222 |
+
|
223 |
+
#: bws_functions.php:462
|
224 |
+
msgid ""
|
225 |
+
"WARNING: We have noticed illegal use of our plugin by you. We strongly "
|
226 |
+
"recommend you to solve the problem within 24 hours, otherwise the plugin "
|
227 |
+
"will be deactivated. Please go to your personal"
|
228 |
+
msgstr ""
|
229 |
+
|
230 |
+
#: bws_functions.php:462
|
231 |
+
msgid ""
|
232 |
+
"(your username is the email you specify when purchasing the product), where "
|
233 |
+
"you can make the necessary changes."
|
234 |
+
msgstr ""
|
235 |
+
|
236 |
+
#: bws_functions.php:468
|
237 |
+
msgid ""
|
238 |
+
"Your license has expired. To continue getting top-priority support and "
|
239 |
+
"plugin updates you should extend it."
|
240 |
+
msgstr ""
|
241 |
+
|
242 |
+
#: bws_functions.php:468 bws_functions.php:502 bws_menu.php:589
|
243 |
+
#: bws_menu.php:611 bws_menu.php:638 bws_menu.php:668 bws_menu.php:714
|
244 |
+
msgid "Learn more"
|
245 |
+
msgstr "En savoir plus"
|
246 |
+
|
247 |
+
#: bws_functions.php:502
|
248 |
+
msgid "You license for"
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
+
#: bws_functions.php:502
|
252 |
+
msgid "expires on"
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: bws_functions.php:502
|
256 |
+
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
257 |
+
msgstr ""
|
258 |
+
|
259 |
+
#: bws_functions.php:580
|
260 |
+
msgid "Close"
|
261 |
+
msgstr ""
|
262 |
+
|
263 |
+
#: bws_menu.php:426
|
264 |
msgid "Not set"
|
265 |
msgstr "Not set"
|
266 |
|
267 |
+
#: bws_menu.php:428 bws_menu.php:429
|
|
|
268 |
msgid "On"
|
269 |
msgstr "On"
|
270 |
|
271 |
+
#: bws_menu.php:428 bws_menu.php:429
|
|
|
272 |
msgid "Off"
|
273 |
msgstr "Off"
|
274 |
|
275 |
+
#: bws_menu.php:430 bws_menu.php:431 bws_menu.php:432 bws_menu.php:433
|
276 |
+
#: bws_menu.php:434 bws_menu.php:446
|
|
|
|
|
|
|
|
|
277 |
msgid "N/A"
|
278 |
msgstr "N/A"
|
279 |
|
280 |
+
#: bws_menu.php:434
|
281 |
msgid " Mb"
|
282 |
msgstr " Mb"
|
283 |
|
284 |
+
#: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:442
|
|
|
|
|
|
|
285 |
msgid "Yes"
|
286 |
msgstr "Yes"
|
287 |
|
288 |
+
#: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:444
|
|
|
|
|
|
|
289 |
msgid "No"
|
290 |
msgstr "No"
|
291 |
|
292 |
+
#: bws_menu.php:454
|
293 |
msgid "Operating System"
|
294 |
msgstr "Operating System"
|
295 |
|
296 |
+
#: bws_menu.php:455
|
297 |
msgid "Server"
|
298 |
msgstr "Server"
|
299 |
|
300 |
+
#: bws_menu.php:456
|
301 |
msgid "Memory usage"
|
302 |
msgstr "Memory usage"
|
303 |
|
304 |
+
#: bws_menu.php:457
|
305 |
msgid "MYSQL Version"
|
306 |
msgstr "MYSQL Version"
|
307 |
|
308 |
+
#: bws_menu.php:458
|
309 |
msgid "SQL Mode"
|
310 |
msgstr "SQL Mode"
|
311 |
|
312 |
+
#: bws_menu.php:459
|
313 |
msgid "PHP Version"
|
314 |
msgstr "PHP Version"
|
315 |
|
316 |
+
#: bws_menu.php:460
|
317 |
msgid "PHP Safe Mode"
|
318 |
msgstr "PHP Safe Mode"
|
319 |
|
320 |
+
#: bws_menu.php:461
|
321 |
msgid "PHP Allow URL fopen"
|
322 |
msgstr "PHP Allow URL fopen"
|
323 |
|
324 |
+
#: bws_menu.php:462
|
325 |
msgid "PHP Memory Limit"
|
326 |
msgstr "PHP Memory Limit"
|
327 |
|
328 |
+
#: bws_menu.php:463
|
329 |
msgid "PHP Max Upload Size"
|
330 |
msgstr "PHP Max Upload Size"
|
331 |
|
332 |
+
#: bws_menu.php:464
|
333 |
msgid "PHP Max Post Size"
|
334 |
msgstr "PHP Max Post Size"
|
335 |
|
336 |
+
#: bws_menu.php:465
|
337 |
msgid "PHP Max Script Execute Time"
|
338 |
msgstr "PHP Max Script Execute Time"
|
339 |
|
340 |
+
#: bws_menu.php:466
|
341 |
msgid "PHP Exif support"
|
342 |
msgstr "PHP Exif support"
|
343 |
|
344 |
+
#: bws_menu.php:467
|
345 |
msgid "PHP IPTC support"
|
346 |
msgstr "PHP IPTC support"
|
347 |
|
348 |
+
#: bws_menu.php:468
|
349 |
msgid "PHP XML support"
|
350 |
msgstr "PHP XML support"
|
351 |
|
352 |
+
#: bws_menu.php:469
|
353 |
msgid "Site URL"
|
354 |
msgstr "Site URL"
|
355 |
|
356 |
+
#: bws_menu.php:470
|
357 |
msgid "Home URL"
|
358 |
msgstr "Home URL"
|
359 |
|
360 |
+
#: bws_menu.php:473
|
361 |
msgid "WordPress Version"
|
362 |
msgstr "WordPress Version"
|
363 |
|
364 |
+
#: bws_menu.php:474
|
365 |
msgid "WordPress DB Version"
|
366 |
msgstr "WordPress DB Version"
|
367 |
|
368 |
+
#: bws_menu.php:475
|
369 |
msgid "Multisite"
|
370 |
msgstr "Multisite"
|
371 |
|
372 |
+
#: bws_menu.php:476
|
373 |
msgid "Active Theme"
|
374 |
msgstr "Active Theme"
|
375 |
|
376 |
+
#: bws_menu.php:491
|
377 |
msgid "Please enter a valid email address."
|
378 |
msgstr "Merci de saisir une adresse e-mail valide."
|
379 |
|
380 |
+
#: bws_menu.php:495
|
381 |
msgid "Email with system info is sent to "
|
382 |
msgstr "Le courriel avec les informations système est envoyé à"
|
383 |
|
384 |
+
#: bws_menu.php:499
|
385 |
msgid "Thank you for contacting us."
|
386 |
msgstr "Merci de nous avoir contacté."
|
387 |
|
388 |
+
#: bws_menu.php:532
|
389 |
msgid "Sorry, email message could not be delivered."
|
390 |
msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
|
391 |
|
392 |
+
#: bws_menu.php:540
|
393 |
msgid "Need help?"
|
394 |
msgstr "Besoin d'aide ?"
|
395 |
|
396 |
+
#: bws_menu.php:541
|
397 |
msgid "Client area"
|
398 |
msgstr "Espace client"
|
399 |
|
400 |
+
#: bws_menu.php:542 bws_menu.php:853
|
|
|
401 |
msgid "System status"
|
402 |
msgstr "System status"
|
403 |
|
404 |
+
#: bws_menu.php:547
|
405 |
msgid "Plugins"
|
406 |
msgstr "Externsions"
|
407 |
|
408 |
+
#: bws_menu.php:549
|
409 |
msgid "Themes"
|
410 |
msgstr "Thèmes"
|
411 |
|
412 |
+
#: bws_menu.php:554
|
413 |
msgid "All"
|
414 |
msgstr "Tous"
|
415 |
|
416 |
+
#: bws_menu.php:555
|
417 |
msgid "Installed"
|
418 |
msgstr "Installé"
|
419 |
|
420 |
+
#: bws_menu.php:556
|
421 |
msgid "Recommended"
|
422 |
msgstr "Recommandé"
|
423 |
|
424 |
+
#: bws_menu.php:560
|
425 |
msgid "Installed plugins"
|
426 |
msgstr "Plugin installé"
|
427 |
|
428 |
+
#: bws_menu.php:592 bws_menu.php:641
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
429 |
msgid "Settings"
|
430 |
msgstr "Réglages"
|
431 |
|
432 |
+
#: bws_menu.php:613 bws_menu.php:670
|
|
|
433 |
msgid "Activate this plugin"
|
434 |
msgstr "Activer cette extension"
|
435 |
|
436 |
+
#: bws_menu.php:628 bws_menu.php:658 bws_menu.php:704
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
437 |
msgid "Go"
|
438 |
msgstr "Passez"
|
439 |
|
440 |
+
#: bws_menu.php:632 bws_menu.php:662 bws_menu.php:708
|
|
|
|
|
441 |
msgid "DONATE"
|
442 |
msgstr "Faire un don"
|
443 |
|
444 |
+
#: bws_menu.php:678
|
445 |
msgid "Recommended plugins"
|
446 |
msgstr "Plugin recommandé"
|
447 |
|
448 |
+
#: bws_menu.php:716
|
449 |
msgid "Install now"
|
450 |
msgstr "Installer maintenant"
|
451 |
|
452 |
+
#: bws_menu.php:737
|
453 |
msgid "Try again"
|
454 |
msgstr "Essayer de nouveau"
|
455 |
|
456 |
+
#: bws_menu.php:755
|
457 |
#, php-format
|
458 |
msgid "Preview “%s”"
|
459 |
msgstr "Pré-visualiser “%s”"
|
460 |
|
461 |
+
#: bws_menu.php:786
|
462 |
#, php-format
|
463 |
msgid "Install %s"
|
464 |
msgstr "%s installé"
|
465 |
|
466 |
+
#: bws_menu.php:786
|
467 |
msgid "Install Now"
|
468 |
msgstr "Installa Ora"
|
469 |
|
470 |
+
#: bws_menu.php:789
|
471 |
#, php-format
|
472 |
msgid "Update to version %s"
|
473 |
msgstr "Mettre à jour pour la version %s"
|
474 |
|
475 |
+
#: bws_menu.php:789
|
476 |
msgid "Update"
|
477 |
msgstr "Mettre à jour"
|
478 |
|
479 |
+
#: bws_menu.php:796
|
480 |
#, php-format
|
481 |
msgid "Preview %s"
|
482 |
msgstr "Pré-visualiser %s"
|
483 |
|
484 |
+
#: bws_menu.php:796
|
485 |
msgid "Preview"
|
486 |
msgstr "Pré-visualiser"
|
487 |
|
488 |
+
#: bws_menu.php:802 bws_menu.php:834
|
|
|
489 |
#, php-format
|
490 |
msgid "By %s"
|
491 |
msgstr "Par %s"
|
492 |
|
493 |
+
#: bws_menu.php:808
|
494 |
msgid "Details"
|
495 |
msgstr "Détails"
|
496 |
|
497 |
+
#: bws_menu.php:840
|
498 |
msgid "Already Installed"
|
499 |
msgstr "Déjà installé"
|
500 |
|
501 |
+
#: bws_menu.php:856
|
502 |
msgid "Environment"
|
503 |
msgstr "Environment"
|
504 |
|
505 |
+
#: bws_menu.php:867
|
506 |
msgid "Active Plugins"
|
507 |
msgstr "Plugin actifs"
|
508 |
|
509 |
+
#: bws_menu.php:880
|
510 |
msgid "Inactive Plugins"
|
511 |
msgstr "Plugin inactifs"
|
512 |
|
513 |
+
#: bws_menu.php:896
|
514 |
msgid "Send to support"
|
515 |
msgstr "Envoyé au support"
|
516 |
|
517 |
+
#: bws_menu.php:903
|
518 |
msgid "Send to custom email »"
|
519 |
msgstr "Envoyer un e-mail spécifique »"
|
520 |
|
560 |
#~ msgid "Recommended themes"
|
561 |
#~ msgstr "Thèmes recommandés"
|
562 |
|
|
|
|
|
|
|
563 |
#~ msgid "Switch to old interface"
|
564 |
#~ msgstr "Basculer vers l'ancienne interface"
|
565 |
|
664 |
#~ msgid "Settings saved."
|
665 |
#~ msgstr "Options sauvegardées."
|
666 |
|
|
|
|
|
|
|
667 |
#~ msgid ""
|
668 |
#~ "If you would like to add the Contact Form to your website, just copy and "
|
669 |
#~ "paste this shortcode to your post or page or widget:"
|
769 |
#~ msgid "Display 'Send me a copy' block"
|
770 |
#~ msgstr "S'envoyer une copie"
|
771 |
|
|
|
|
|
|
|
772 |
#~ msgid "Name"
|
773 |
#~ msgstr "Nom"
|
774 |
|
999 |
#~ msgid "Please enter subject..."
|
1000 |
#~ msgstr "Merci de saisir le sujet..."
|
1001 |
|
|
|
|
|
|
|
1002 |
#~ msgid ""
|
1003 |
#~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
1004 |
#~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
|
bws_menu/languages/bestwebsoft-it_IT.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-it_IT.po
CHANGED
@@ -2,395 +2,615 @@ 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: \n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
"X-Generator: Poedit 1.5.4\n"
|
15 |
-
"X-Poedit-SourceCharset:
|
16 |
"X-Poedit-KeywordsList: __;_e\n"
|
17 |
"X-Poedit-Basepath: ..\n"
|
18 |
"X-Textdomain-Support: yes\n"
|
|
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
# @ bestwebsoft
|
22 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
msgid "Not set"
|
24 |
msgstr "Non impostato"
|
25 |
|
26 |
# @ bestwebsoft
|
27 |
-
#: bws_menu.php:
|
28 |
-
#: bws_menu.php:354
|
29 |
msgid "On"
|
30 |
msgstr "Abilitato"
|
31 |
|
32 |
# @ bestwebsoft
|
33 |
-
#: bws_menu.php:
|
34 |
-
#: bws_menu.php:354
|
35 |
msgid "Off"
|
36 |
msgstr "Disabilitato"
|
37 |
|
38 |
# @ bestwebsoft
|
39 |
-
#: bws_menu.php:
|
40 |
-
#: bws_menu.php:
|
41 |
-
#: bws_menu.php:357
|
42 |
-
#: bws_menu.php:358
|
43 |
-
#: bws_menu.php:359
|
44 |
-
#: bws_menu.php:371
|
45 |
msgid "N/A"
|
46 |
msgstr "Non disponibile"
|
47 |
|
48 |
# @ bestwebsoft
|
49 |
-
#: bws_menu.php:
|
50 |
msgid " Mb"
|
51 |
msgstr "Mb"
|
52 |
|
53 |
# @ bestwebsoft
|
54 |
-
#: bws_menu.php:
|
55 |
-
#: bws_menu.php:361
|
56 |
-
#: bws_menu.php:362
|
57 |
-
#: bws_menu.php:367
|
58 |
msgid "Yes"
|
59 |
msgstr "Sì"
|
60 |
|
61 |
# @ bestwebsoft
|
62 |
-
#: bws_menu.php:
|
63 |
-
#: bws_menu.php:361
|
64 |
-
#: bws_menu.php:362
|
65 |
-
#: bws_menu.php:369
|
66 |
msgid "No"
|
67 |
msgstr "No"
|
68 |
|
69 |
# @ bestwebsoft
|
70 |
-
#: bws_menu.php:
|
71 |
msgid "Operating System"
|
72 |
msgstr "Sistema operativo"
|
73 |
|
74 |
# @ bestwebsoft
|
75 |
-
#: bws_menu.php:
|
76 |
msgid "Server"
|
77 |
msgstr "Server"
|
78 |
|
79 |
# @ bestwebsoft
|
80 |
-
#: bws_menu.php:
|
81 |
msgid "Memory usage"
|
82 |
msgstr "Utilizzo memoria"
|
83 |
|
84 |
# @ bestwebsoft
|
85 |
-
#: bws_menu.php:
|
86 |
msgid "MYSQL Version"
|
87 |
msgstr "Versione MYSQL"
|
88 |
|
89 |
# @ bestwebsoft
|
90 |
-
#: bws_menu.php:
|
91 |
msgid "SQL Mode"
|
92 |
msgstr "Modalità SQL"
|
93 |
|
94 |
# @ bestwebsoft
|
95 |
-
#: bws_menu.php:
|
96 |
msgid "PHP Version"
|
97 |
msgstr "Versione PHP"
|
98 |
|
99 |
# @ bestwebsoft
|
100 |
-
#: bws_menu.php:
|
101 |
msgid "PHP Safe Mode"
|
102 |
msgstr "Safe Mode PHP"
|
103 |
|
104 |
# @ bestwebsoft
|
105 |
-
#: bws_menu.php:
|
106 |
msgid "PHP Allow URL fopen"
|
107 |
msgstr "Consenti URL fopen PHP"
|
108 |
|
109 |
# @ bestwebsoft
|
110 |
-
#: bws_menu.php:
|
111 |
msgid "PHP Memory Limit"
|
112 |
msgstr "Limite di memoria PHP"
|
113 |
|
114 |
# @ bestwebsoft
|
115 |
-
#: bws_menu.php:
|
116 |
msgid "PHP Max Upload Size"
|
117 |
msgstr "Dimensione upload massima PHP"
|
118 |
|
119 |
# @ bestwebsoft
|
120 |
-
#: bws_menu.php:
|
121 |
msgid "PHP Max Post Size"
|
122 |
msgstr "Dimensione massima Post PHP"
|
123 |
|
124 |
# @ bestwebsoft
|
125 |
-
#: bws_menu.php:
|
126 |
msgid "PHP Max Script Execute Time"
|
127 |
msgstr "Tempo massimo di esecuzione PHP"
|
128 |
|
129 |
# @ bestwebsoft
|
130 |
-
#: bws_menu.php:
|
131 |
msgid "PHP Exif support"
|
132 |
msgstr "Supporto Exif PHP"
|
133 |
|
134 |
# @ bestwebsoft
|
135 |
-
#: bws_menu.php:
|
136 |
msgid "PHP IPTC support"
|
137 |
msgstr "Supporto IPTC PHP"
|
138 |
|
139 |
# @ bestwebsoft
|
140 |
-
#: bws_menu.php:
|
141 |
msgid "PHP XML support"
|
142 |
msgstr "Supporto XML PHP"
|
143 |
|
144 |
# @ bestwebsoft
|
145 |
-
#: bws_menu.php:
|
146 |
msgid "Site URL"
|
147 |
msgstr "URL sito"
|
148 |
|
149 |
# @ bestwebsoft
|
150 |
-
#: bws_menu.php:
|
151 |
msgid "Home URL"
|
152 |
msgstr "URL home"
|
153 |
|
154 |
# @ bestwebsoft
|
155 |
-
#: bws_menu.php:
|
156 |
msgid "WordPress Version"
|
157 |
msgstr "Versione WordPress"
|
158 |
|
159 |
# @ bestwebsoft
|
160 |
-
#: bws_menu.php:
|
161 |
msgid "WordPress DB Version"
|
162 |
msgstr "Versione DB WordPress"
|
163 |
|
164 |
# @ bestwebsoft
|
165 |
-
#: bws_menu.php:
|
166 |
msgid "Multisite"
|
167 |
msgstr "Multisito"
|
168 |
|
169 |
# @ bestwebsoft
|
170 |
-
#: bws_menu.php:
|
171 |
msgid "Active Theme"
|
172 |
msgstr "Tema attivo"
|
173 |
|
174 |
# @ bestwebsoft
|
175 |
-
#: bws_menu.php:
|
176 |
msgid "Please enter a valid email address."
|
177 |
msgstr "Per favore inserisci un indirizzo e-mail valido."
|
178 |
|
179 |
# @ bestwebsoft
|
180 |
-
#: bws_menu.php:
|
181 |
msgid "Email with system info is sent to "
|
182 |
msgstr "Email con informazioni di sistema spedita a "
|
183 |
|
184 |
# @ bestwebsoft
|
185 |
-
#: bws_menu.php:
|
186 |
msgid "Thank you for contacting us."
|
187 |
msgstr "Grazie per averci contattato."
|
188 |
|
189 |
# @ bestwebsoft
|
190 |
-
#: bws_menu.php:
|
191 |
msgid "Sorry, email message could not be delivered."
|
192 |
msgstr "Spiacenti, il messaggio email non può essere inviato."
|
193 |
|
194 |
-
#: bws_menu.php:
|
195 |
msgid "Need help?"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: bws_menu.php:
|
199 |
msgid "Client area"
|
200 |
msgstr ""
|
201 |
|
202 |
# @ bestwebsoft
|
203 |
-
#: bws_menu.php:
|
204 |
-
#: bws_menu.php:778
|
205 |
msgid "System status"
|
206 |
msgstr "Stato sistema"
|
207 |
|
208 |
# @ bestwebsoft
|
209 |
-
#: bws_menu.php:
|
210 |
#, fuzzy
|
211 |
msgid "Plugins"
|
212 |
msgstr "Plugin Pro"
|
213 |
|
214 |
-
#: bws_menu.php:
|
215 |
msgid "Themes"
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: bws_menu.php:
|
219 |
msgid "All"
|
220 |
msgstr ""
|
221 |
|
222 |
# @ default
|
223 |
-
#: bws_menu.php:
|
224 |
#, fuzzy
|
225 |
msgid "Installed"
|
226 |
msgstr "Installa %s"
|
227 |
|
228 |
# @ bestwebsoft
|
229 |
-
#: bws_menu.php:
|
230 |
#, fuzzy
|
231 |
msgid "Recommended"
|
232 |
msgstr "Plugin raccomandati"
|
233 |
|
234 |
# @ bestwebsoft
|
235 |
-
#: bws_menu.php:
|
236 |
msgid "Installed plugins"
|
237 |
msgstr "Plugin installati"
|
238 |
|
239 |
-
# @ bestwebsoft
|
240 |
-
#: bws_menu.php:514
|
241 |
-
#: bws_menu.php:536
|
242 |
-
#: bws_menu.php:563
|
243 |
-
#: bws_menu.php:593
|
244 |
-
#: bws_menu.php:639
|
245 |
-
#, fuzzy
|
246 |
-
msgid "Learn more"
|
247 |
-
msgstr "Leggi tutto"
|
248 |
-
|
249 |
# @ bestwebsoft
|
250 |
# @ captcha
|
251 |
-
#: bws_menu.php:
|
252 |
-
#: bws_menu.php:566
|
253 |
msgid "Settings"
|
254 |
msgstr "Impostazioni"
|
255 |
|
256 |
# @ bestwebsoft
|
257 |
-
#: bws_menu.php:
|
258 |
-
#: bws_menu.php:595
|
259 |
#, fuzzy
|
260 |
msgid "Activate this plugin"
|
261 |
msgstr "Plugin attivi"
|
262 |
|
263 |
-
|
264 |
-
#: bws_menu.php:538
|
265 |
-
#: bws_menu.php:595
|
266 |
-
#, fuzzy
|
267 |
-
msgid "Activate"
|
268 |
-
msgstr "Plugin attivi"
|
269 |
-
|
270 |
-
#: bws_menu.php:553
|
271 |
-
#: bws_menu.php:583
|
272 |
-
#: bws_menu.php:629
|
273 |
msgid "Go"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: bws_menu.php:
|
277 |
-
#: bws_menu.php:587
|
278 |
-
#: bws_menu.php:633
|
279 |
msgid "DONATE"
|
280 |
msgstr ""
|
281 |
|
282 |
# @ bestwebsoft
|
283 |
-
#: bws_menu.php:
|
284 |
msgid "Recommended plugins"
|
285 |
msgstr "Plugin raccomandati"
|
286 |
|
287 |
# @ default
|
288 |
-
#: bws_menu.php:
|
289 |
#, fuzzy
|
290 |
msgid "Install now"
|
291 |
msgstr "Installa %s"
|
292 |
|
293 |
-
#: bws_menu.php:
|
294 |
msgid "Try again"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: bws_menu.php:
|
298 |
#, php-format
|
299 |
msgid "Preview “%s”"
|
300 |
msgstr ""
|
301 |
|
302 |
# @ default
|
303 |
-
#: bws_menu.php:
|
304 |
#, php-format
|
305 |
msgid "Install %s"
|
306 |
msgstr "Installa %s"
|
307 |
|
308 |
# @ default
|
309 |
-
#: bws_menu.php:
|
310 |
#, fuzzy
|
311 |
msgid "Install Now"
|
312 |
msgstr "Installa %s"
|
313 |
|
314 |
-
#: bws_menu.php:
|
315 |
#, php-format
|
316 |
msgid "Update to version %s"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: bws_menu.php:
|
320 |
msgid "Update"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: bws_menu.php:
|
324 |
#, php-format
|
325 |
msgid "Preview %s"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: bws_menu.php:
|
329 |
msgid "Preview"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: bws_menu.php:
|
333 |
-
#: bws_menu.php:759
|
334 |
#, php-format
|
335 |
msgid "By %s"
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: bws_menu.php:
|
339 |
msgid "Details"
|
340 |
msgstr ""
|
341 |
|
342 |
# @ default
|
343 |
-
#: bws_menu.php:
|
344 |
#, fuzzy
|
345 |
msgid "Already Installed"
|
346 |
msgstr "Installa %s"
|
347 |
|
348 |
# @ bestwebsoft
|
349 |
-
#: bws_menu.php:
|
350 |
msgid "Environment"
|
351 |
msgstr "Ambiente"
|
352 |
|
353 |
# @ bestwebsoft
|
354 |
-
#: bws_menu.php:
|
355 |
msgid "Active Plugins"
|
356 |
msgstr "Plugin attivi"
|
357 |
|
358 |
# @ bestwebsoft
|
359 |
-
#: bws_menu.php:
|
360 |
msgid "Inactive Plugins"
|
361 |
msgstr "Plugin inattivi"
|
362 |
|
363 |
# @ bestwebsoft
|
364 |
-
#: bws_menu.php:
|
365 |
msgid "Send to support"
|
366 |
msgstr "Invia al supporto"
|
367 |
|
368 |
# @ bestwebsoft
|
369 |
-
#: bws_menu.php:
|
370 |
msgid "Send to custom email »"
|
371 |
msgstr "Invia a una email personalizzata »"
|
372 |
|
373 |
# @ bestwebsoft
|
374 |
#~ msgid "Pro plugins"
|
375 |
#~ msgstr "Plugin Pro"
|
|
|
376 |
# @ bestwebsoft
|
377 |
#~ msgid "Activated plugins"
|
378 |
#~ msgstr "Plugin attivi"
|
|
|
379 |
# @ bestwebsoft
|
380 |
#~ msgid "Read more"
|
381 |
#~ msgstr "Leggi tutto"
|
|
|
382 |
# @ bestwebsoft
|
383 |
#~ msgid "Purchase"
|
384 |
#~ msgstr "Acquista"
|
|
|
385 |
# @ bestwebsoft
|
386 |
#~ msgid "Free plugins"
|
387 |
#~ msgstr "Plugin gratuiti"
|
|
|
388 |
# @ bestwebsoft
|
389 |
#~ msgid "Download"
|
390 |
#~ msgstr "Scarica"
|
|
|
391 |
# @ bestwebsoft
|
392 |
#~ msgid "Install now from wordpress.org"
|
393 |
#~ msgstr "Installa ora da wordpress.org"
|
|
|
394 |
# @ bestwebsoft
|
395 |
#, fuzzy
|
396 |
#~ msgid "Activated theme"
|
@@ -406,9 +626,6 @@ msgstr "Invia a una email personalizzata »"
|
|
406 |
#~ msgid "Recommended themes"
|
407 |
#~ msgstr "Plugin raccomandati"
|
408 |
|
409 |
-
# @ bestwebsoft
|
410 |
-
#~ msgid "If you have any questions, please contact us via"
|
411 |
-
#~ msgstr "Se hai domande, contattaci tramite"
|
412 |
# @ default
|
413 |
#, fuzzy
|
414 |
#~ msgid "installed"
|
@@ -422,9 +639,11 @@ msgstr "Invia a una email personalizzata »"
|
|
422 |
# @ captcha
|
423 |
#~ msgid "Captcha"
|
424 |
#~ msgstr "Captcha"
|
|
|
425 |
# @ captcha
|
426 |
#~ msgid "Login form"
|
427 |
#~ msgstr "Modulo di login"
|
|
|
428 |
# @ captcha
|
429 |
#, fuzzy
|
430 |
#~ msgid "Registration form"
|
@@ -433,6 +652,7 @@ msgstr "Invia a una email personalizzata »"
|
|
433 |
# @ captcha
|
434 |
#~ msgid "Register form"
|
435 |
#~ msgstr "Modulo di registrazione"
|
|
|
436 |
# @ captcha
|
437 |
#, fuzzy
|
438 |
#~ msgid "Reset Password form"
|
@@ -441,24 +661,31 @@ msgstr "Invia a una email personalizzata »"
|
|
441 |
# @ captcha
|
442 |
#~ msgid "Lost password form"
|
443 |
#~ msgstr "Modulo recupero password"
|
|
|
444 |
# @ captcha
|
445 |
#~ msgid "Comments form"
|
446 |
#~ msgstr "Modulo dei commenti"
|
|
|
447 |
# @ captcha
|
448 |
#~ msgid "Hide CAPTCHA for registered users"
|
449 |
#~ msgstr "Nascondi CAPTCHA per gli utenti registrati"
|
|
|
450 |
# @ captcha
|
451 |
#~ msgid "Plus (+)"
|
452 |
#~ msgstr "Addizione (+)"
|
|
|
453 |
# @ captcha
|
454 |
#~ msgid "Plus"
|
455 |
#~ msgstr "Più"
|
|
|
456 |
# @ captcha
|
457 |
#~ msgid "Minus (−)"
|
458 |
#~ msgstr "Sottrazione (−)"
|
|
|
459 |
# @ captcha
|
460 |
#~ msgid "Minus"
|
461 |
#~ msgstr "Meno"
|
|
|
462 |
# @ captcha
|
463 |
#, fuzzy
|
464 |
#~ msgid "Multiplication (×)"
|
@@ -472,15 +699,19 @@ msgstr "Invia a una email personalizzata »"
|
|
472 |
# @ captcha
|
473 |
#~ msgid "Numbers"
|
474 |
#~ msgstr "Numeri"
|
|
|
475 |
# @ captcha
|
476 |
#~ msgid "Words"
|
477 |
#~ msgstr "Parole"
|
|
|
478 |
# @ captcha
|
479 |
#~ msgid "FAQ"
|
480 |
#~ msgstr "FAQ"
|
|
|
481 |
# @ captcha
|
482 |
#~ msgid "Support"
|
483 |
#~ msgstr "Supporto"
|
|
|
484 |
# @ captcha
|
485 |
#, fuzzy
|
486 |
#~ msgid ""
|
@@ -492,6 +723,7 @@ msgstr "Invia a una email personalizzata »"
|
|
492 |
# @ captcha
|
493 |
#~ msgid "Options saved."
|
494 |
#~ msgstr "Impostazioni salvate."
|
|
|
495 |
# @ captcha
|
496 |
#, fuzzy
|
497 |
#~ msgid "Enable CAPTCHA for:"
|
@@ -500,15 +732,19 @@ msgstr "Invia a una email personalizzata »"
|
|
500 |
# @ captcha
|
501 |
#~ msgid "Contact form"
|
502 |
#~ msgstr "Modulo di contatto"
|
|
|
503 |
# @ captcha
|
504 |
#~ msgid "powered by"
|
505 |
#~ msgstr "powered by"
|
|
|
506 |
# @ captcha
|
507 |
#~ msgid "Activate contact form"
|
508 |
#~ msgstr "Attiva modulo di contatto"
|
|
|
509 |
# @ captcha
|
510 |
#~ msgid "Download contact form"
|
511 |
#~ msgstr "Scarica il plugin per il modulo di contatto"
|
|
|
512 |
# @ captcha
|
513 |
#, fuzzy
|
514 |
#~ msgid ""
|
@@ -520,6 +756,7 @@ msgstr "Invia a una email personalizzata »"
|
|
520 |
# @ captcha
|
521 |
#~ msgid "\"Create a Group\" form"
|
522 |
#~ msgstr "Modulo \"Crea un gruppo\""
|
|
|
523 |
# @ captcha
|
524 |
#~ msgid ""
|
525 |
#~ "This functionality is available in the Pro version of the plugin. For "
|
@@ -527,6 +764,7 @@ msgstr "Invia a una email personalizzata »"
|
|
527 |
#~ msgstr ""
|
528 |
#~ "Questa funzionalità è disponibile nella versione Pro del plugin. Per "
|
529 |
#~ "maggiori dettagli, per favore vai al link"
|
|
|
530 |
# @ captcha
|
531 |
#, fuzzy
|
532 |
#~ msgid "Title for CAPTCHA in the form"
|
@@ -535,18 +773,23 @@ msgstr "Invia a una email personalizzata »"
|
|
535 |
# @ captcha
|
536 |
#~ msgid "Arithmetic actions for CAPTCHA"
|
537 |
#~ msgstr "Operazioni aritmetiche per il CAPTCHA"
|
|
|
538 |
# @ captcha
|
539 |
#~ msgid "CAPTCHA complexity level"
|
540 |
#~ msgstr "Livello complessità CAPTCHA"
|
|
|
541 |
# @ default
|
542 |
#~ msgid "Save Changes"
|
543 |
#~ msgstr "Salva le modifiche"
|
|
|
544 |
# @ captcha
|
545 |
#~ msgid "ERROR"
|
546 |
#~ msgstr "ERRORE"
|
|
|
547 |
# @ captcha
|
548 |
#~ msgid "Please fill the form."
|
549 |
#~ msgstr "Per favore compila il modulo."
|
|
|
550 |
# @ captcha
|
551 |
#, fuzzy
|
552 |
#~ msgid "Please enter a valid CAPTCHA value."
|
@@ -564,90 +807,115 @@ msgstr "Invia a una email personalizzata »"
|
|
564 |
# @ captcha
|
565 |
#~ msgid "zero"
|
566 |
#~ msgstr "zero"
|
|
|
567 |
# @ captcha
|
568 |
#~ msgid "one"
|
569 |
#~ msgstr "uno"
|
570 |
-
|
571 |
-
#~ msgid "two"
|
572 |
-
#~ msgstr "due"
|
573 |
# @ captcha
|
574 |
#~ msgid "three"
|
575 |
#~ msgstr "tre"
|
|
|
576 |
# @ captcha
|
577 |
#~ msgid "four"
|
578 |
#~ msgstr "quattro"
|
|
|
579 |
# @ captcha
|
580 |
#~ msgid "five"
|
581 |
#~ msgstr "cinque"
|
|
|
582 |
# @ captcha
|
583 |
#~ msgid "six"
|
584 |
#~ msgstr "sei"
|
|
|
585 |
# @ captcha
|
586 |
#~ msgid "seven"
|
587 |
#~ msgstr "sette"
|
|
|
588 |
# @ captcha
|
589 |
#~ msgid "eight"
|
590 |
#~ msgstr "otto"
|
|
|
591 |
# @ captcha
|
592 |
#~ msgid "nine"
|
593 |
#~ msgstr "nove"
|
|
|
594 |
# @ captcha
|
595 |
#~ msgid "eleven"
|
596 |
#~ msgstr "undici"
|
|
|
597 |
# @ captcha
|
598 |
#~ msgid "twelve"
|
599 |
#~ msgstr "dodici"
|
|
|
600 |
# @ captcha
|
601 |
#~ msgid "thirteen"
|
602 |
#~ msgstr "tredici"
|
|
|
603 |
# @ captcha
|
604 |
#~ msgid "fourteen"
|
605 |
#~ msgstr "quattordici"
|
|
|
606 |
# @ captcha
|
607 |
#~ msgid "fifteen"
|
608 |
#~ msgstr "quindici"
|
|
|
609 |
# @ captcha
|
610 |
#~ msgid "sixteen"
|
611 |
#~ msgstr "sedici"
|
|
|
612 |
# @ captcha
|
613 |
#~ msgid "seventeen"
|
614 |
#~ msgstr "diciassette"
|
|
|
615 |
# @ captcha
|
616 |
#~ msgid "eighteen"
|
617 |
#~ msgstr "diciotto"
|
|
|
618 |
# @ captcha
|
619 |
#~ msgid "nineteen"
|
620 |
#~ msgstr "diciannove"
|
|
|
621 |
# @ captcha
|
622 |
#~ msgid "ten"
|
623 |
#~ msgstr "dieci"
|
|
|
624 |
# @ captcha
|
625 |
#~ msgid "twenty"
|
626 |
#~ msgstr "venti"
|
|
|
627 |
# @ captcha
|
628 |
#~ msgid "thirty"
|
629 |
#~ msgstr "trenta"
|
|
|
630 |
# @ captcha
|
631 |
#~ msgid "forty"
|
632 |
#~ msgstr "quaranta"
|
|
|
633 |
# @ captcha
|
634 |
#~ msgid "fifty"
|
635 |
#~ msgstr "cinquanta"
|
|
|
636 |
# @ captcha
|
637 |
#~ msgid "sixty"
|
638 |
#~ msgstr "sessanta"
|
|
|
639 |
# @ captcha
|
640 |
#~ msgid "seventy"
|
641 |
#~ msgstr "settanta"
|
|
|
642 |
# @ captcha
|
643 |
#~ msgid "eighty"
|
644 |
#~ msgstr "ottanta"
|
|
|
645 |
# @ captcha
|
646 |
#~ msgid "ninety"
|
647 |
#~ msgstr "novanta"
|
|
|
648 |
# @ captcha
|
649 |
#~ msgid "and"
|
650 |
#~ msgstr "e"
|
|
|
651 |
# @ captcha
|
652 |
#, fuzzy
|
653 |
#~ msgid "Encryption password is not set"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-03-05 13:12+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-03-05 13:13+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Marco <marco@blackstudio.it>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
13 |
"X-Generator: Poedit 1.5.4\n"
|
14 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Textdomain-Support: yes\n"
|
18 |
+
"Language: it_IT\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: bws_functions.php:84
|
22 |
+
msgid "requires"
|
23 |
+
msgstr ""
|
24 |
+
|
25 |
+
#: bws_functions.php:85
|
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:86
|
32 |
+
msgid "Back to the WordPress"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
# @ bestwebsoft
|
36 |
+
#: bws_functions.php:87
|
37 |
+
#, fuzzy
|
38 |
+
msgid "Plugins page"
|
39 |
+
msgstr "Plugin Pro"
|
40 |
+
|
41 |
+
# @ bestwebsoft
|
42 |
+
#: bws_functions.php:134
|
43 |
+
#, fuzzy
|
44 |
+
msgid "Learn More"
|
45 |
+
msgstr "Leggi tutto"
|
46 |
+
|
47 |
+
#: bws_functions.php:137
|
48 |
+
msgid "It’s time to upgrade your"
|
49 |
+
msgstr ""
|
50 |
+
|
51 |
+
# @ captcha
|
52 |
+
#: bws_functions.php:137
|
53 |
+
#, fuzzy
|
54 |
+
msgid "to"
|
55 |
+
msgstr "due"
|
56 |
+
|
57 |
+
# @ bestwebsoft
|
58 |
+
#: bws_functions.php:137
|
59 |
+
#, fuzzy
|
60 |
+
msgid "version!"
|
61 |
+
msgstr "Versione PHP"
|
62 |
+
|
63 |
+
#: bws_functions.php:138
|
64 |
+
msgid "Extend standard plugin functionality with new great options."
|
65 |
+
msgstr ""
|
66 |
+
|
67 |
+
#: bws_functions.php:158
|
68 |
+
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
69 |
+
msgstr ""
|
70 |
+
|
71 |
+
# @ bestwebsoft
|
72 |
+
#: bws_functions.php:159
|
73 |
+
#, fuzzy
|
74 |
+
msgid "Rate the plugin"
|
75 |
+
msgstr "Plugin attivi"
|
76 |
+
|
77 |
+
# @ bestwebsoft
|
78 |
+
#: bws_functions.php:162
|
79 |
+
#, fuzzy
|
80 |
+
msgid "If there is something wrong about it, please contact us"
|
81 |
+
msgstr "Se hai domande, contattaci tramite"
|
82 |
+
|
83 |
+
#: bws_functions.php:179 bws_functions.php:215 bws_functions.php:395
|
84 |
+
msgid "Wrong license key"
|
85 |
+
msgstr ""
|
86 |
+
|
87 |
+
#: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
|
88 |
+
msgid ""
|
89 |
+
"Something went wrong. Please try again later. If the error appears again, "
|
90 |
+
"please contact us"
|
91 |
+
msgstr ""
|
92 |
+
|
93 |
+
#: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
|
94 |
+
msgid "We are sorry for inconvenience."
|
95 |
+
msgstr ""
|
96 |
+
|
97 |
+
#: bws_functions.php:217 bws_functions.php:397
|
98 |
+
msgid "This license key is bind to another site"
|
99 |
+
msgstr ""
|
100 |
+
|
101 |
+
#: bws_functions.php:219 bws_functions.php:348
|
102 |
+
msgid ""
|
103 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
104 |
+
"Please, upload the plugin manually."
|
105 |
+
msgstr ""
|
106 |
+
|
107 |
+
#: bws_functions.php:221
|
108 |
+
msgid ""
|
109 |
+
"Unfortunately, Your license has expired. To continue getting top-priority "
|
110 |
+
"support and plugin updates you should extend it in your"
|
111 |
+
msgstr ""
|
112 |
+
|
113 |
+
#: bws_functions.php:223
|
114 |
+
msgid ""
|
115 |
+
"Unfortunately, the PRO licence was already installed to this domain. The PRO "
|
116 |
+
"Trial license can be installed only once."
|
117 |
+
msgstr ""
|
118 |
+
|
119 |
+
#: bws_functions.php:234 bws_functions.php:256 bws_functions.php:278
|
120 |
+
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
121 |
+
msgstr ""
|
122 |
+
|
123 |
+
#: bws_functions.php:246
|
124 |
+
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
125 |
+
msgstr ""
|
126 |
+
|
127 |
+
#: bws_functions.php:252
|
128 |
+
msgid ""
|
129 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
130 |
+
"plugin manually"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: bws_functions.php:259
|
134 |
+
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: bws_functions.php:282
|
138 |
+
msgid ""
|
139 |
+
"Something went wrong. Try again later or upload the plugin manually. We are "
|
140 |
+
"sorry for inconvenience."
|
141 |
+
msgstr ""
|
142 |
+
|
143 |
+
#: bws_functions.php:307
|
144 |
+
msgid "Please, enter Your license key"
|
145 |
+
msgstr ""
|
146 |
+
|
147 |
+
#: bws_functions.php:324
|
148 |
+
msgid ""
|
149 |
+
"Congratulations! The PRO version of the plugin is successfully download and "
|
150 |
+
"activated."
|
151 |
+
msgstr ""
|
152 |
+
|
153 |
+
#: bws_functions.php:326
|
154 |
+
msgid "Please, go to"
|
155 |
+
msgstr ""
|
156 |
+
|
157 |
+
#: bws_functions.php:326
|
158 |
+
msgid "the setting page"
|
159 |
+
msgstr ""
|
160 |
+
|
161 |
+
#: bws_functions.php:327
|
162 |
+
msgid "You will be redirected automatically in 5 seconds."
|
163 |
+
msgstr ""
|
164 |
+
|
165 |
+
#: bws_functions.php:332
|
166 |
+
msgid "You can download and activate"
|
167 |
+
msgstr ""
|
168 |
+
|
169 |
+
#: bws_functions.php:334
|
170 |
+
msgid "version of this plugin by entering Your license key."
|
171 |
+
msgstr ""
|
172 |
+
|
173 |
+
#: bws_functions.php:336
|
174 |
+
msgid ""
|
175 |
+
"You can find your license key on your personal page Client area, by clicking "
|
176 |
+
"on the link"
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: bws_functions.php:338
|
180 |
+
msgid "(your username is the email you specify when purchasing the product)."
|
181 |
+
msgstr ""
|
182 |
+
|
183 |
+
# @ bestwebsoft
|
184 |
+
#: bws_functions.php:346 bws_functions.php:354 bws_menu.php:613
|
185 |
+
#: bws_menu.php:670
|
186 |
+
#, fuzzy
|
187 |
+
msgid "Activate"
|
188 |
+
msgstr "Plugin attivi"
|
189 |
+
|
190 |
+
#: bws_functions.php:399
|
191 |
+
msgid ""
|
192 |
+
"This license key is valid, but Your license has expired. If you want to "
|
193 |
+
"update our plugin in future, you should extend the license."
|
194 |
+
msgstr ""
|
195 |
+
|
196 |
+
#: bws_functions.php:401
|
197 |
+
msgid "Unfortunately, you have exceeded the number of available tries."
|
198 |
+
msgstr ""
|
199 |
+
|
200 |
+
#: bws_functions.php:405
|
201 |
+
msgid "The license key is valid. Your license will expire on"
|
202 |
+
msgstr ""
|
203 |
+
|
204 |
+
#: bws_functions.php:407
|
205 |
+
msgid "The license key is valid."
|
206 |
+
msgstr ""
|
207 |
+
|
208 |
+
#: bws_functions.php:431
|
209 |
+
msgid "Please, enter your license key"
|
210 |
+
msgstr ""
|
211 |
+
|
212 |
+
#: bws_functions.php:444
|
213 |
+
msgid ""
|
214 |
+
"If needed you can check if the license key is correct or reenter it in the "
|
215 |
+
"field below. You can find your license key on your personal page - Client "
|
216 |
+
"area - on our website"
|
217 |
+
msgstr ""
|
218 |
+
|
219 |
+
#: bws_functions.php:444
|
220 |
+
msgid ""
|
221 |
+
"(your username is the email you specify when purchasing the product). If "
|
222 |
+
"necessary, please submit \"Lost your password?\" request."
|
223 |
+
msgstr ""
|
224 |
+
|
225 |
+
#: bws_functions.php:448
|
226 |
+
msgid "Check license key"
|
227 |
+
msgstr ""
|
228 |
+
|
229 |
+
#: bws_functions.php:462
|
230 |
+
msgid ""
|
231 |
+
"WARNING: We have noticed illegal use of our plugin by you. We strongly "
|
232 |
+
"recommend you to solve the problem within 24 hours, otherwise the plugin "
|
233 |
+
"will be deactivated. Please go to your personal"
|
234 |
+
msgstr ""
|
235 |
+
|
236 |
+
#: bws_functions.php:462
|
237 |
+
msgid ""
|
238 |
+
"(your username is the email you specify when purchasing the product), where "
|
239 |
+
"you can make the necessary changes."
|
240 |
+
msgstr ""
|
241 |
+
|
242 |
+
#: bws_functions.php:468
|
243 |
+
msgid ""
|
244 |
+
"Your license has expired. To continue getting top-priority support and "
|
245 |
+
"plugin updates you should extend it."
|
246 |
+
msgstr ""
|
247 |
+
|
248 |
# @ bestwebsoft
|
249 |
+
#: bws_functions.php:468 bws_functions.php:502 bws_menu.php:589
|
250 |
+
#: bws_menu.php:611 bws_menu.php:638 bws_menu.php:668 bws_menu.php:714
|
251 |
+
#, fuzzy
|
252 |
+
msgid "Learn more"
|
253 |
+
msgstr "Leggi tutto"
|
254 |
+
|
255 |
+
#: bws_functions.php:502
|
256 |
+
msgid "You license for"
|
257 |
+
msgstr ""
|
258 |
+
|
259 |
+
#: bws_functions.php:502
|
260 |
+
msgid "expires on"
|
261 |
+
msgstr ""
|
262 |
+
|
263 |
+
#: bws_functions.php:502
|
264 |
+
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
265 |
+
msgstr ""
|
266 |
+
|
267 |
+
#: bws_functions.php:580
|
268 |
+
msgid "Close"
|
269 |
+
msgstr ""
|
270 |
+
|
271 |
+
# @ bestwebsoft
|
272 |
+
#: bws_menu.php:426
|
273 |
msgid "Not set"
|
274 |
msgstr "Non impostato"
|
275 |
|
276 |
# @ bestwebsoft
|
277 |
+
#: bws_menu.php:428 bws_menu.php:429
|
|
|
278 |
msgid "On"
|
279 |
msgstr "Abilitato"
|
280 |
|
281 |
# @ bestwebsoft
|
282 |
+
#: bws_menu.php:428 bws_menu.php:429
|
|
|
283 |
msgid "Off"
|
284 |
msgstr "Disabilitato"
|
285 |
|
286 |
# @ bestwebsoft
|
287 |
+
#: bws_menu.php:430 bws_menu.php:431 bws_menu.php:432 bws_menu.php:433
|
288 |
+
#: bws_menu.php:434 bws_menu.php:446
|
|
|
|
|
|
|
|
|
289 |
msgid "N/A"
|
290 |
msgstr "Non disponibile"
|
291 |
|
292 |
# @ bestwebsoft
|
293 |
+
#: bws_menu.php:434
|
294 |
msgid " Mb"
|
295 |
msgstr "Mb"
|
296 |
|
297 |
# @ bestwebsoft
|
298 |
+
#: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:442
|
|
|
|
|
|
|
299 |
msgid "Yes"
|
300 |
msgstr "Sì"
|
301 |
|
302 |
# @ bestwebsoft
|
303 |
+
#: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:444
|
|
|
|
|
|
|
304 |
msgid "No"
|
305 |
msgstr "No"
|
306 |
|
307 |
# @ bestwebsoft
|
308 |
+
#: bws_menu.php:454
|
309 |
msgid "Operating System"
|
310 |
msgstr "Sistema operativo"
|
311 |
|
312 |
# @ bestwebsoft
|
313 |
+
#: bws_menu.php:455
|
314 |
msgid "Server"
|
315 |
msgstr "Server"
|
316 |
|
317 |
# @ bestwebsoft
|
318 |
+
#: bws_menu.php:456
|
319 |
msgid "Memory usage"
|
320 |
msgstr "Utilizzo memoria"
|
321 |
|
322 |
# @ bestwebsoft
|
323 |
+
#: bws_menu.php:457
|
324 |
msgid "MYSQL Version"
|
325 |
msgstr "Versione MYSQL"
|
326 |
|
327 |
# @ bestwebsoft
|
328 |
+
#: bws_menu.php:458
|
329 |
msgid "SQL Mode"
|
330 |
msgstr "Modalità SQL"
|
331 |
|
332 |
# @ bestwebsoft
|
333 |
+
#: bws_menu.php:459
|
334 |
msgid "PHP Version"
|
335 |
msgstr "Versione PHP"
|
336 |
|
337 |
# @ bestwebsoft
|
338 |
+
#: bws_menu.php:460
|
339 |
msgid "PHP Safe Mode"
|
340 |
msgstr "Safe Mode PHP"
|
341 |
|
342 |
# @ bestwebsoft
|
343 |
+
#: bws_menu.php:461
|
344 |
msgid "PHP Allow URL fopen"
|
345 |
msgstr "Consenti URL fopen PHP"
|
346 |
|
347 |
# @ bestwebsoft
|
348 |
+
#: bws_menu.php:462
|
349 |
msgid "PHP Memory Limit"
|
350 |
msgstr "Limite di memoria PHP"
|
351 |
|
352 |
# @ bestwebsoft
|
353 |
+
#: bws_menu.php:463
|
354 |
msgid "PHP Max Upload Size"
|
355 |
msgstr "Dimensione upload massima PHP"
|
356 |
|
357 |
# @ bestwebsoft
|
358 |
+
#: bws_menu.php:464
|
359 |
msgid "PHP Max Post Size"
|
360 |
msgstr "Dimensione massima Post PHP"
|
361 |
|
362 |
# @ bestwebsoft
|
363 |
+
#: bws_menu.php:465
|
364 |
msgid "PHP Max Script Execute Time"
|
365 |
msgstr "Tempo massimo di esecuzione PHP"
|
366 |
|
367 |
# @ bestwebsoft
|
368 |
+
#: bws_menu.php:466
|
369 |
msgid "PHP Exif support"
|
370 |
msgstr "Supporto Exif PHP"
|
371 |
|
372 |
# @ bestwebsoft
|
373 |
+
#: bws_menu.php:467
|
374 |
msgid "PHP IPTC support"
|
375 |
msgstr "Supporto IPTC PHP"
|
376 |
|
377 |
# @ bestwebsoft
|
378 |
+
#: bws_menu.php:468
|
379 |
msgid "PHP XML support"
|
380 |
msgstr "Supporto XML PHP"
|
381 |
|
382 |
# @ bestwebsoft
|
383 |
+
#: bws_menu.php:469
|
384 |
msgid "Site URL"
|
385 |
msgstr "URL sito"
|
386 |
|
387 |
# @ bestwebsoft
|
388 |
+
#: bws_menu.php:470
|
389 |
msgid "Home URL"
|
390 |
msgstr "URL home"
|
391 |
|
392 |
# @ bestwebsoft
|
393 |
+
#: bws_menu.php:473
|
394 |
msgid "WordPress Version"
|
395 |
msgstr "Versione WordPress"
|
396 |
|
397 |
# @ bestwebsoft
|
398 |
+
#: bws_menu.php:474
|
399 |
msgid "WordPress DB Version"
|
400 |
msgstr "Versione DB WordPress"
|
401 |
|
402 |
# @ bestwebsoft
|
403 |
+
#: bws_menu.php:475
|
404 |
msgid "Multisite"
|
405 |
msgstr "Multisito"
|
406 |
|
407 |
# @ bestwebsoft
|
408 |
+
#: bws_menu.php:476
|
409 |
msgid "Active Theme"
|
410 |
msgstr "Tema attivo"
|
411 |
|
412 |
# @ bestwebsoft
|
413 |
+
#: bws_menu.php:491
|
414 |
msgid "Please enter a valid email address."
|
415 |
msgstr "Per favore inserisci un indirizzo e-mail valido."
|
416 |
|
417 |
# @ bestwebsoft
|
418 |
+
#: bws_menu.php:495
|
419 |
msgid "Email with system info is sent to "
|
420 |
msgstr "Email con informazioni di sistema spedita a "
|
421 |
|
422 |
# @ bestwebsoft
|
423 |
+
#: bws_menu.php:499
|
424 |
msgid "Thank you for contacting us."
|
425 |
msgstr "Grazie per averci contattato."
|
426 |
|
427 |
# @ bestwebsoft
|
428 |
+
#: bws_menu.php:532
|
429 |
msgid "Sorry, email message could not be delivered."
|
430 |
msgstr "Spiacenti, il messaggio email non può essere inviato."
|
431 |
|
432 |
+
#: bws_menu.php:540
|
433 |
msgid "Need help?"
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: bws_menu.php:541
|
437 |
msgid "Client area"
|
438 |
msgstr ""
|
439 |
|
440 |
# @ bestwebsoft
|
441 |
+
#: bws_menu.php:542 bws_menu.php:853
|
|
|
442 |
msgid "System status"
|
443 |
msgstr "Stato sistema"
|
444 |
|
445 |
# @ bestwebsoft
|
446 |
+
#: bws_menu.php:547
|
447 |
#, fuzzy
|
448 |
msgid "Plugins"
|
449 |
msgstr "Plugin Pro"
|
450 |
|
451 |
+
#: bws_menu.php:549
|
452 |
msgid "Themes"
|
453 |
msgstr ""
|
454 |
|
455 |
+
#: bws_menu.php:554
|
456 |
msgid "All"
|
457 |
msgstr ""
|
458 |
|
459 |
# @ default
|
460 |
+
#: bws_menu.php:555
|
461 |
#, fuzzy
|
462 |
msgid "Installed"
|
463 |
msgstr "Installa %s"
|
464 |
|
465 |
# @ bestwebsoft
|
466 |
+
#: bws_menu.php:556
|
467 |
#, fuzzy
|
468 |
msgid "Recommended"
|
469 |
msgstr "Plugin raccomandati"
|
470 |
|
471 |
# @ bestwebsoft
|
472 |
+
#: bws_menu.php:560
|
473 |
msgid "Installed plugins"
|
474 |
msgstr "Plugin installati"
|
475 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
476 |
# @ bestwebsoft
|
477 |
# @ captcha
|
478 |
+
#: bws_menu.php:592 bws_menu.php:641
|
|
|
479 |
msgid "Settings"
|
480 |
msgstr "Impostazioni"
|
481 |
|
482 |
# @ bestwebsoft
|
483 |
+
#: bws_menu.php:613 bws_menu.php:670
|
|
|
484 |
#, fuzzy
|
485 |
msgid "Activate this plugin"
|
486 |
msgstr "Plugin attivi"
|
487 |
|
488 |
+
#: bws_menu.php:628 bws_menu.php:658 bws_menu.php:704
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
489 |
msgid "Go"
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: bws_menu.php:632 bws_menu.php:662 bws_menu.php:708
|
|
|
|
|
493 |
msgid "DONATE"
|
494 |
msgstr ""
|
495 |
|
496 |
# @ bestwebsoft
|
497 |
+
#: bws_menu.php:678
|
498 |
msgid "Recommended plugins"
|
499 |
msgstr "Plugin raccomandati"
|
500 |
|
501 |
# @ default
|
502 |
+
#: bws_menu.php:716
|
503 |
#, fuzzy
|
504 |
msgid "Install now"
|
505 |
msgstr "Installa %s"
|
506 |
|
507 |
+
#: bws_menu.php:737
|
508 |
msgid "Try again"
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: bws_menu.php:755
|
512 |
#, php-format
|
513 |
msgid "Preview “%s”"
|
514 |
msgstr ""
|
515 |
|
516 |
# @ default
|
517 |
+
#: bws_menu.php:786
|
518 |
#, php-format
|
519 |
msgid "Install %s"
|
520 |
msgstr "Installa %s"
|
521 |
|
522 |
# @ default
|
523 |
+
#: bws_menu.php:786
|
524 |
#, fuzzy
|
525 |
msgid "Install Now"
|
526 |
msgstr "Installa %s"
|
527 |
|
528 |
+
#: bws_menu.php:789
|
529 |
#, php-format
|
530 |
msgid "Update to version %s"
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: bws_menu.php:789
|
534 |
msgid "Update"
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: bws_menu.php:796
|
538 |
#, php-format
|
539 |
msgid "Preview %s"
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: bws_menu.php:796
|
543 |
msgid "Preview"
|
544 |
msgstr ""
|
545 |
|
546 |
+
#: bws_menu.php:802 bws_menu.php:834
|
|
|
547 |
#, php-format
|
548 |
msgid "By %s"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: bws_menu.php:808
|
552 |
msgid "Details"
|
553 |
msgstr ""
|
554 |
|
555 |
# @ default
|
556 |
+
#: bws_menu.php:840
|
557 |
#, fuzzy
|
558 |
msgid "Already Installed"
|
559 |
msgstr "Installa %s"
|
560 |
|
561 |
# @ bestwebsoft
|
562 |
+
#: bws_menu.php:856
|
563 |
msgid "Environment"
|
564 |
msgstr "Ambiente"
|
565 |
|
566 |
# @ bestwebsoft
|
567 |
+
#: bws_menu.php:867
|
568 |
msgid "Active Plugins"
|
569 |
msgstr "Plugin attivi"
|
570 |
|
571 |
# @ bestwebsoft
|
572 |
+
#: bws_menu.php:880
|
573 |
msgid "Inactive Plugins"
|
574 |
msgstr "Plugin inattivi"
|
575 |
|
576 |
# @ bestwebsoft
|
577 |
+
#: bws_menu.php:896
|
578 |
msgid "Send to support"
|
579 |
msgstr "Invia al supporto"
|
580 |
|
581 |
# @ bestwebsoft
|
582 |
+
#: bws_menu.php:903
|
583 |
msgid "Send to custom email »"
|
584 |
msgstr "Invia a una email personalizzata »"
|
585 |
|
586 |
# @ bestwebsoft
|
587 |
#~ msgid "Pro plugins"
|
588 |
#~ msgstr "Plugin Pro"
|
589 |
+
|
590 |
# @ bestwebsoft
|
591 |
#~ msgid "Activated plugins"
|
592 |
#~ msgstr "Plugin attivi"
|
593 |
+
|
594 |
# @ bestwebsoft
|
595 |
#~ msgid "Read more"
|
596 |
#~ msgstr "Leggi tutto"
|
597 |
+
|
598 |
# @ bestwebsoft
|
599 |
#~ msgid "Purchase"
|
600 |
#~ msgstr "Acquista"
|
601 |
+
|
602 |
# @ bestwebsoft
|
603 |
#~ msgid "Free plugins"
|
604 |
#~ msgstr "Plugin gratuiti"
|
605 |
+
|
606 |
# @ bestwebsoft
|
607 |
#~ msgid "Download"
|
608 |
#~ msgstr "Scarica"
|
609 |
+
|
610 |
# @ bestwebsoft
|
611 |
#~ msgid "Install now from wordpress.org"
|
612 |
#~ msgstr "Installa ora da wordpress.org"
|
613 |
+
|
614 |
# @ bestwebsoft
|
615 |
#, fuzzy
|
616 |
#~ msgid "Activated theme"
|
626 |
#~ msgid "Recommended themes"
|
627 |
#~ msgstr "Plugin raccomandati"
|
628 |
|
|
|
|
|
|
|
629 |
# @ default
|
630 |
#, fuzzy
|
631 |
#~ msgid "installed"
|
639 |
# @ captcha
|
640 |
#~ msgid "Captcha"
|
641 |
#~ msgstr "Captcha"
|
642 |
+
|
643 |
# @ captcha
|
644 |
#~ msgid "Login form"
|
645 |
#~ msgstr "Modulo di login"
|
646 |
+
|
647 |
# @ captcha
|
648 |
#, fuzzy
|
649 |
#~ msgid "Registration form"
|
652 |
# @ captcha
|
653 |
#~ msgid "Register form"
|
654 |
#~ msgstr "Modulo di registrazione"
|
655 |
+
|
656 |
# @ captcha
|
657 |
#, fuzzy
|
658 |
#~ msgid "Reset Password form"
|
661 |
# @ captcha
|
662 |
#~ msgid "Lost password form"
|
663 |
#~ msgstr "Modulo recupero password"
|
664 |
+
|
665 |
# @ captcha
|
666 |
#~ msgid "Comments form"
|
667 |
#~ msgstr "Modulo dei commenti"
|
668 |
+
|
669 |
# @ captcha
|
670 |
#~ msgid "Hide CAPTCHA for registered users"
|
671 |
#~ msgstr "Nascondi CAPTCHA per gli utenti registrati"
|
672 |
+
|
673 |
# @ captcha
|
674 |
#~ msgid "Plus (+)"
|
675 |
#~ msgstr "Addizione (+)"
|
676 |
+
|
677 |
# @ captcha
|
678 |
#~ msgid "Plus"
|
679 |
#~ msgstr "Più"
|
680 |
+
|
681 |
# @ captcha
|
682 |
#~ msgid "Minus (−)"
|
683 |
#~ msgstr "Sottrazione (−)"
|
684 |
+
|
685 |
# @ captcha
|
686 |
#~ msgid "Minus"
|
687 |
#~ msgstr "Meno"
|
688 |
+
|
689 |
# @ captcha
|
690 |
#, fuzzy
|
691 |
#~ msgid "Multiplication (×)"
|
699 |
# @ captcha
|
700 |
#~ msgid "Numbers"
|
701 |
#~ msgstr "Numeri"
|
702 |
+
|
703 |
# @ captcha
|
704 |
#~ msgid "Words"
|
705 |
#~ msgstr "Parole"
|
706 |
+
|
707 |
# @ captcha
|
708 |
#~ msgid "FAQ"
|
709 |
#~ msgstr "FAQ"
|
710 |
+
|
711 |
# @ captcha
|
712 |
#~ msgid "Support"
|
713 |
#~ msgstr "Supporto"
|
714 |
+
|
715 |
# @ captcha
|
716 |
#, fuzzy
|
717 |
#~ msgid ""
|
723 |
# @ captcha
|
724 |
#~ msgid "Options saved."
|
725 |
#~ msgstr "Impostazioni salvate."
|
726 |
+
|
727 |
# @ captcha
|
728 |
#, fuzzy
|
729 |
#~ msgid "Enable CAPTCHA for:"
|
732 |
# @ captcha
|
733 |
#~ msgid "Contact form"
|
734 |
#~ msgstr "Modulo di contatto"
|
735 |
+
|
736 |
# @ captcha
|
737 |
#~ msgid "powered by"
|
738 |
#~ msgstr "powered by"
|
739 |
+
|
740 |
# @ captcha
|
741 |
#~ msgid "Activate contact form"
|
742 |
#~ msgstr "Attiva modulo di contatto"
|
743 |
+
|
744 |
# @ captcha
|
745 |
#~ msgid "Download contact form"
|
746 |
#~ msgstr "Scarica il plugin per il modulo di contatto"
|
747 |
+
|
748 |
# @ captcha
|
749 |
#, fuzzy
|
750 |
#~ msgid ""
|
756 |
# @ captcha
|
757 |
#~ msgid "\"Create a Group\" form"
|
758 |
#~ msgstr "Modulo \"Crea un gruppo\""
|
759 |
+
|
760 |
# @ captcha
|
761 |
#~ msgid ""
|
762 |
#~ "This functionality is available in the Pro version of the plugin. For "
|
764 |
#~ msgstr ""
|
765 |
#~ "Questa funzionalità è disponibile nella versione Pro del plugin. Per "
|
766 |
#~ "maggiori dettagli, per favore vai al link"
|
767 |
+
|
768 |
# @ captcha
|
769 |
#, fuzzy
|
770 |
#~ msgid "Title for CAPTCHA in the form"
|
773 |
# @ captcha
|
774 |
#~ msgid "Arithmetic actions for CAPTCHA"
|
775 |
#~ msgstr "Operazioni aritmetiche per il CAPTCHA"
|
776 |
+
|
777 |
# @ captcha
|
778 |
#~ msgid "CAPTCHA complexity level"
|
779 |
#~ msgstr "Livello complessità CAPTCHA"
|
780 |
+
|
781 |
# @ default
|
782 |
#~ msgid "Save Changes"
|
783 |
#~ msgstr "Salva le modifiche"
|
784 |
+
|
785 |
# @ captcha
|
786 |
#~ msgid "ERROR"
|
787 |
#~ msgstr "ERRORE"
|
788 |
+
|
789 |
# @ captcha
|
790 |
#~ msgid "Please fill the form."
|
791 |
#~ msgstr "Per favore compila il modulo."
|
792 |
+
|
793 |
# @ captcha
|
794 |
#, fuzzy
|
795 |
#~ msgid "Please enter a valid CAPTCHA value."
|
807 |
# @ captcha
|
808 |
#~ msgid "zero"
|
809 |
#~ msgstr "zero"
|
810 |
+
|
811 |
# @ captcha
|
812 |
#~ msgid "one"
|
813 |
#~ msgstr "uno"
|
814 |
+
|
|
|
|
|
815 |
# @ captcha
|
816 |
#~ msgid "three"
|
817 |
#~ msgstr "tre"
|
818 |
+
|
819 |
# @ captcha
|
820 |
#~ msgid "four"
|
821 |
#~ msgstr "quattro"
|
822 |
+
|
823 |
# @ captcha
|
824 |
#~ msgid "five"
|
825 |
#~ msgstr "cinque"
|
826 |
+
|
827 |
# @ captcha
|
828 |
#~ msgid "six"
|
829 |
#~ msgstr "sei"
|
830 |
+
|
831 |
# @ captcha
|
832 |
#~ msgid "seven"
|
833 |
#~ msgstr "sette"
|
834 |
+
|
835 |
# @ captcha
|
836 |
#~ msgid "eight"
|
837 |
#~ msgstr "otto"
|
838 |
+
|
839 |
# @ captcha
|
840 |
#~ msgid "nine"
|
841 |
#~ msgstr "nove"
|
842 |
+
|
843 |
# @ captcha
|
844 |
#~ msgid "eleven"
|
845 |
#~ msgstr "undici"
|
846 |
+
|
847 |
# @ captcha
|
848 |
#~ msgid "twelve"
|
849 |
#~ msgstr "dodici"
|
850 |
+
|
851 |
# @ captcha
|
852 |
#~ msgid "thirteen"
|
853 |
#~ msgstr "tredici"
|
854 |
+
|
855 |
# @ captcha
|
856 |
#~ msgid "fourteen"
|
857 |
#~ msgstr "quattordici"
|
858 |
+
|
859 |
# @ captcha
|
860 |
#~ msgid "fifteen"
|
861 |
#~ msgstr "quindici"
|
862 |
+
|
863 |
# @ captcha
|
864 |
#~ msgid "sixteen"
|
865 |
#~ msgstr "sedici"
|
866 |
+
|
867 |
# @ captcha
|
868 |
#~ msgid "seventeen"
|
869 |
#~ msgstr "diciassette"
|
870 |
+
|
871 |
# @ captcha
|
872 |
#~ msgid "eighteen"
|
873 |
#~ msgstr "diciotto"
|
874 |
+
|
875 |
# @ captcha
|
876 |
#~ msgid "nineteen"
|
877 |
#~ msgstr "diciannove"
|
878 |
+
|
879 |
# @ captcha
|
880 |
#~ msgid "ten"
|
881 |
#~ msgstr "dieci"
|
882 |
+
|
883 |
# @ captcha
|
884 |
#~ msgid "twenty"
|
885 |
#~ msgstr "venti"
|
886 |
+
|
887 |
# @ captcha
|
888 |
#~ msgid "thirty"
|
889 |
#~ msgstr "trenta"
|
890 |
+
|
891 |
# @ captcha
|
892 |
#~ msgid "forty"
|
893 |
#~ msgstr "quaranta"
|
894 |
+
|
895 |
# @ captcha
|
896 |
#~ msgid "fifty"
|
897 |
#~ msgstr "cinquanta"
|
898 |
+
|
899 |
# @ captcha
|
900 |
#~ msgid "sixty"
|
901 |
#~ msgstr "sessanta"
|
902 |
+
|
903 |
# @ captcha
|
904 |
#~ msgid "seventy"
|
905 |
#~ msgstr "settanta"
|
906 |
+
|
907 |
# @ captcha
|
908 |
#~ msgid "eighty"
|
909 |
#~ msgstr "ottanta"
|
910 |
+
|
911 |
# @ captcha
|
912 |
#~ msgid "ninety"
|
913 |
#~ msgstr "novanta"
|
914 |
+
|
915 |
# @ captcha
|
916 |
#~ msgid "and"
|
917 |
#~ msgstr "e"
|
918 |
+
|
919 |
# @ captcha
|
920 |
#, fuzzy
|
921 |
#~ 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"
|
@@ -13,305 +13,515 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Generator: Poedit 1.5.
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
msgid "Not set"
|
21 |
msgstr "未設定"
|
22 |
|
23 |
-
#: bws_menu.php:
|
24 |
-
#: bws_menu.php:354
|
25 |
msgid "On"
|
26 |
msgstr "On"
|
27 |
|
28 |
-
#: bws_menu.php:
|
29 |
-
#: bws_menu.php:354
|
30 |
msgid "Off"
|
31 |
msgstr "Off"
|
32 |
|
33 |
-
#: bws_menu.php:
|
34 |
-
#: bws_menu.php:
|
35 |
-
#: bws_menu.php:357
|
36 |
-
#: bws_menu.php:358
|
37 |
-
#: bws_menu.php:359
|
38 |
-
#: bws_menu.php:371
|
39 |
msgid "N/A"
|
40 |
msgstr "該当なし"
|
41 |
|
42 |
-
#: bws_menu.php:
|
43 |
msgid " Mb"
|
44 |
msgstr " Mb"
|
45 |
|
46 |
-
#: bws_menu.php:
|
47 |
-
#: bws_menu.php:361
|
48 |
-
#: bws_menu.php:362
|
49 |
-
#: bws_menu.php:367
|
50 |
msgid "Yes"
|
51 |
msgstr "はい"
|
52 |
|
53 |
-
#: bws_menu.php:
|
54 |
-
#: bws_menu.php:361
|
55 |
-
#: bws_menu.php:362
|
56 |
-
#: bws_menu.php:369
|
57 |
msgid "No"
|
58 |
msgstr "いいえ"
|
59 |
|
60 |
-
#: bws_menu.php:
|
61 |
msgid "Operating System"
|
62 |
msgstr "オペレーション・システム"
|
63 |
|
64 |
-
#: bws_menu.php:
|
65 |
msgid "Server"
|
66 |
msgstr "サーバ"
|
67 |
|
68 |
-
#: bws_menu.php:
|
69 |
msgid "Memory usage"
|
70 |
msgstr "メモリー使用"
|
71 |
|
72 |
-
#: bws_menu.php:
|
73 |
msgid "MYSQL Version"
|
74 |
msgstr "MYSQL バージョン"
|
75 |
|
76 |
-
#: bws_menu.php:
|
77 |
msgid "SQL Mode"
|
78 |
msgstr "SQLモード"
|
79 |
|
80 |
-
#: bws_menu.php:
|
81 |
msgid "PHP Version"
|
82 |
msgstr "PHP バージョン"
|
83 |
|
84 |
-
#: bws_menu.php:
|
85 |
msgid "PHP Safe Mode"
|
86 |
msgstr "PHP Safe Mode"
|
87 |
|
88 |
-
#: bws_menu.php:
|
89 |
msgid "PHP Allow URL fopen"
|
90 |
msgstr "PHP Allow URL fopen"
|
91 |
|
92 |
-
#: bws_menu.php:
|
93 |
msgid "PHP Memory Limit"
|
94 |
msgstr "PHP Memory Limit"
|
95 |
|
96 |
-
#: bws_menu.php:
|
97 |
msgid "PHP Max Upload Size"
|
98 |
msgstr "PHP Max Upload Size"
|
99 |
|
100 |
-
#: bws_menu.php:
|
101 |
msgid "PHP Max Post Size"
|
102 |
msgstr "PHP Max Post Size"
|
103 |
|
104 |
-
#: bws_menu.php:
|
105 |
msgid "PHP Max Script Execute Time"
|
106 |
msgstr "PHP Max Script Execute Time"
|
107 |
|
108 |
-
#: bws_menu.php:
|
109 |
msgid "PHP Exif support"
|
110 |
msgstr "PHP Exif サポート"
|
111 |
|
112 |
-
#: bws_menu.php:
|
113 |
msgid "PHP IPTC support"
|
114 |
msgstr "PHP IPTC サポート"
|
115 |
|
116 |
-
#: bws_menu.php:
|
117 |
msgid "PHP XML support"
|
118 |
msgstr "PHP XML サポート"
|
119 |
|
120 |
-
#: bws_menu.php:
|
121 |
msgid "Site URL"
|
122 |
msgstr "サイトURL"
|
123 |
|
124 |
-
#: bws_menu.php:
|
125 |
msgid "Home URL"
|
126 |
msgstr "ホームURL"
|
127 |
|
128 |
-
#: bws_menu.php:
|
129 |
msgid "WordPress Version"
|
130 |
msgstr "WordPress バージョン"
|
131 |
|
132 |
-
#: bws_menu.php:
|
133 |
msgid "WordPress DB Version"
|
134 |
msgstr "WordPress データベース バージョン"
|
135 |
|
136 |
-
#: bws_menu.php:
|
137 |
msgid "Multisite"
|
138 |
msgstr "複数サイト"
|
139 |
|
140 |
-
#: bws_menu.php:
|
141 |
msgid "Active Theme"
|
142 |
msgstr "有効なテーマ"
|
143 |
|
144 |
-
#: bws_menu.php:
|
145 |
msgid "Please enter a valid email address."
|
146 |
msgstr "正確なEメール・アドレスを入力して下さい。"
|
147 |
|
148 |
-
#: bws_menu.php:
|
149 |
msgid "Email with system info is sent to "
|
150 |
msgstr "システム情報をメールで送信:"
|
151 |
|
152 |
-
#: bws_menu.php:
|
153 |
msgid "Thank you for contacting us."
|
154 |
msgstr "ご連絡ありがとうございます"
|
155 |
|
156 |
-
#: bws_menu.php:
|
157 |
msgid "Sorry, email message could not be delivered."
|
158 |
msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
|
159 |
|
160 |
-
#: bws_menu.php:
|
161 |
msgid "Need help?"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: bws_menu.php:
|
165 |
msgid "Client area"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: bws_menu.php:
|
169 |
-
#: bws_menu.php:778
|
170 |
msgid "System status"
|
171 |
msgstr "システム状況"
|
172 |
|
173 |
-
#: bws_menu.php:
|
174 |
#, fuzzy
|
175 |
msgid "Plugins"
|
176 |
msgstr "Pro Plugins"
|
177 |
|
178 |
-
#: bws_menu.php:
|
179 |
msgid "Themes"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: bws_menu.php:
|
183 |
msgid "All"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: bws_menu.php:
|
187 |
#, fuzzy
|
188 |
msgid "Installed"
|
189 |
msgstr "%s 導入"
|
190 |
|
191 |
-
#: bws_menu.php:
|
192 |
#, fuzzy
|
193 |
msgid "Recommended"
|
194 |
msgstr "推奨プラグイン"
|
195 |
|
196 |
-
#: bws_menu.php:
|
197 |
msgid "Installed plugins"
|
198 |
msgstr "導入済みプラグイン"
|
199 |
|
200 |
-
#: bws_menu.php:
|
201 |
-
#: bws_menu.php:536
|
202 |
-
#: bws_menu.php:563
|
203 |
-
#: bws_menu.php:593
|
204 |
-
#: bws_menu.php:639
|
205 |
-
#, fuzzy
|
206 |
-
msgid "Learn more"
|
207 |
-
msgstr "もっと読む"
|
208 |
-
|
209 |
-
#: bws_menu.php:517
|
210 |
-
#: bws_menu.php:566
|
211 |
msgid "Settings"
|
212 |
msgstr "設定"
|
213 |
|
214 |
-
#: bws_menu.php:
|
215 |
-
#: bws_menu.php:595
|
216 |
#, fuzzy
|
217 |
msgid "Activate this plugin"
|
218 |
msgstr "有効なプラグイン"
|
219 |
|
220 |
-
#: bws_menu.php:
|
221 |
-
#: bws_menu.php:595
|
222 |
-
#, fuzzy
|
223 |
-
msgid "Activate"
|
224 |
-
msgstr "有効なcaptcha"
|
225 |
-
|
226 |
-
#: bws_menu.php:553
|
227 |
-
#: bws_menu.php:583
|
228 |
-
#: bws_menu.php:629
|
229 |
msgid "Go"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: bws_menu.php:
|
233 |
-
#: bws_menu.php:587
|
234 |
-
#: bws_menu.php:633
|
235 |
msgid "DONATE"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: bws_menu.php:
|
239 |
msgid "Recommended plugins"
|
240 |
msgstr "推奨プラグイン"
|
241 |
|
242 |
-
#: bws_menu.php:
|
243 |
#, fuzzy
|
244 |
msgid "Install now"
|
245 |
msgstr "Installa Ora"
|
246 |
|
247 |
-
#: bws_menu.php:
|
248 |
msgid "Try again"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: bws_menu.php:
|
252 |
#, php-format
|
253 |
msgid "Preview “%s”"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: bws_menu.php:
|
257 |
#, php-format
|
258 |
msgid "Install %s"
|
259 |
msgstr "%s 導入"
|
260 |
|
261 |
-
#: bws_menu.php:
|
262 |
msgid "Install Now"
|
263 |
msgstr "Installa Ora"
|
264 |
|
265 |
-
#: bws_menu.php:
|
266 |
#, php-format
|
267 |
msgid "Update to version %s"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: bws_menu.php:
|
271 |
msgid "Update"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: bws_menu.php:
|
275 |
#, php-format
|
276 |
msgid "Preview %s"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: bws_menu.php:
|
280 |
msgid "Preview"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: bws_menu.php:
|
284 |
-
#: bws_menu.php:759
|
285 |
#, php-format
|
286 |
msgid "By %s"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: bws_menu.php:
|
290 |
msgid "Details"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: bws_menu.php:
|
294 |
#, fuzzy
|
295 |
msgid "Already Installed"
|
296 |
msgstr "%s 導入"
|
297 |
|
298 |
-
#: bws_menu.php:
|
299 |
msgid "Environment"
|
300 |
msgstr "環境"
|
301 |
|
302 |
-
#: bws_menu.php:
|
303 |
msgid "Active Plugins"
|
304 |
msgstr "有効なプラグイン"
|
305 |
|
306 |
-
#: bws_menu.php:
|
307 |
msgid "Inactive Plugins"
|
308 |
msgstr "無効なプラグイン"
|
309 |
|
310 |
-
#: bws_menu.php:
|
311 |
msgid "Send to support"
|
312 |
msgstr "サポートに送信"
|
313 |
|
314 |
-
#: bws_menu.php:
|
315 |
msgid "Send to custom email »"
|
316 |
msgstr "カスタムEメールに送信»"
|
317 |
|
@@ -348,9 +558,6 @@ msgstr "カスタムEメールに送信»"
|
|
348 |
#~ msgid "Recommended themes"
|
349 |
#~ msgstr "推奨プラグイン"
|
350 |
|
351 |
-
#~ msgid "If you have any questions, please contact us via"
|
352 |
-
#~ msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
|
353 |
-
|
354 |
#, fuzzy
|
355 |
#~ msgid "installed"
|
356 |
#~ msgstr "%s 導入"
|
@@ -450,9 +657,6 @@ msgstr "カスタムEメールに送信»"
|
|
450 |
#~ msgid "Settings saved."
|
451 |
#~ msgstr "設定保存."
|
452 |
|
453 |
-
#~ msgid "Extra settings"
|
454 |
-
#~ msgstr "追加設定"
|
455 |
-
|
456 |
#~ msgid ""
|
457 |
#~ "If you would like to add the Contact Form to your website, just copy and "
|
458 |
#~ "paste this shortcode to your post or page or widget:"
|
@@ -566,9 +770,6 @@ msgstr "カスタムEメールに送信»"
|
|
566 |
#~ msgid "Display 'Send me a copy' block"
|
567 |
#~ msgstr "コピーブロックを自分に送る"
|
568 |
|
569 |
-
#~ msgid "Required fields"
|
570 |
-
#~ msgstr "必須フィールド"
|
571 |
-
|
572 |
#~ msgid "Name"
|
573 |
#~ msgstr "名前"
|
574 |
|
@@ -791,9 +992,6 @@ msgstr "カスタムEメールに送信»"
|
|
791 |
#~ msgid "Please enter subject..."
|
792 |
#~ msgstr "件名を入力して下さい..."
|
793 |
|
794 |
-
#~ msgid "Please enter your message..."
|
795 |
-
#~ msgstr "メッセージを入力して下さい..."
|
796 |
-
|
797 |
#~ msgid ""
|
798 |
#~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
799 |
#~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-03-05 13:13+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-03-05 13:14+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: foken <foken@gmx.com>\n"
|
9 |
"Language: ja_JP\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: bws_functions.php:84
|
20 |
+
#, fuzzy
|
21 |
+
msgid "requires"
|
22 |
+
msgstr "必須フィールド"
|
23 |
+
|
24 |
+
#: bws_functions.php:85
|
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:86
|
31 |
+
msgid "Back to the WordPress"
|
32 |
+
msgstr ""
|
33 |
+
|
34 |
+
#: bws_functions.php:87
|
35 |
+
#, fuzzy
|
36 |
+
msgid "Plugins page"
|
37 |
+
msgstr "Pro Plugins"
|
38 |
+
|
39 |
+
#: bws_functions.php:134
|
40 |
+
#, fuzzy
|
41 |
+
msgid "Learn More"
|
42 |
+
msgstr "もっと読む"
|
43 |
+
|
44 |
+
#: bws_functions.php:137
|
45 |
+
msgid "It’s time to upgrade your"
|
46 |
+
msgstr ""
|
47 |
+
|
48 |
+
#: bws_functions.php:137
|
49 |
+
msgid "to"
|
50 |
+
msgstr ""
|
51 |
+
|
52 |
+
#: bws_functions.php:137
|
53 |
+
#, fuzzy
|
54 |
+
msgid "version!"
|
55 |
+
msgstr "PHP バージョン"
|
56 |
+
|
57 |
+
#: bws_functions.php:138
|
58 |
+
msgid "Extend standard plugin functionality with new great options."
|
59 |
+
msgstr ""
|
60 |
+
|
61 |
+
#: bws_functions.php:158
|
62 |
+
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
63 |
+
msgstr ""
|
64 |
+
|
65 |
+
#: bws_functions.php:159
|
66 |
+
#, fuzzy
|
67 |
+
msgid "Rate the plugin"
|
68 |
+
msgstr "有効なプラグイン"
|
69 |
+
|
70 |
+
#: bws_functions.php:162
|
71 |
+
#, fuzzy
|
72 |
+
msgid "If there is something wrong about it, please contact us"
|
73 |
+
msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
|
74 |
+
|
75 |
+
#: bws_functions.php:179 bws_functions.php:215 bws_functions.php:395
|
76 |
+
msgid "Wrong license key"
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
|
80 |
+
msgid ""
|
81 |
+
"Something went wrong. Please try again later. If the error appears again, "
|
82 |
+
"please contact us"
|
83 |
+
msgstr ""
|
84 |
+
|
85 |
+
#: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
|
86 |
+
msgid "We are sorry for inconvenience."
|
87 |
+
msgstr ""
|
88 |
+
|
89 |
+
#: bws_functions.php:217 bws_functions.php:397
|
90 |
+
msgid "This license key is bind to another site"
|
91 |
+
msgstr ""
|
92 |
+
|
93 |
+
#: bws_functions.php:219 bws_functions.php:348
|
94 |
+
msgid ""
|
95 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
96 |
+
"Please, upload the plugin manually."
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: bws_functions.php:221
|
100 |
+
msgid ""
|
101 |
+
"Unfortunately, Your license has expired. To continue getting top-priority "
|
102 |
+
"support and plugin updates you should extend it in your"
|
103 |
+
msgstr ""
|
104 |
+
|
105 |
+
#: bws_functions.php:223
|
106 |
+
msgid ""
|
107 |
+
"Unfortunately, the PRO licence was already installed to this domain. The PRO "
|
108 |
+
"Trial license can be installed only once."
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: bws_functions.php:234 bws_functions.php:256 bws_functions.php:278
|
112 |
+
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
113 |
+
msgstr ""
|
114 |
+
|
115 |
+
#: bws_functions.php:246
|
116 |
+
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
117 |
+
msgstr ""
|
118 |
+
|
119 |
+
#: bws_functions.php:252
|
120 |
+
msgid ""
|
121 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
122 |
+
"plugin manually"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: bws_functions.php:259
|
126 |
+
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
+
#: bws_functions.php:282
|
130 |
+
msgid ""
|
131 |
+
"Something went wrong. Try again later or upload the plugin manually. We are "
|
132 |
+
"sorry for inconvenience."
|
133 |
+
msgstr ""
|
134 |
+
|
135 |
+
#: bws_functions.php:307
|
136 |
+
#, fuzzy
|
137 |
+
msgid "Please, enter Your license key"
|
138 |
+
msgstr "メッセージを入力して下さい..."
|
139 |
+
|
140 |
+
#: bws_functions.php:324
|
141 |
+
msgid ""
|
142 |
+
"Congratulations! The PRO version of the plugin is successfully download and "
|
143 |
+
"activated."
|
144 |
+
msgstr ""
|
145 |
+
|
146 |
+
#: bws_functions.php:326
|
147 |
+
msgid "Please, go to"
|
148 |
+
msgstr ""
|
149 |
+
|
150 |
+
#: bws_functions.php:326
|
151 |
+
#, fuzzy
|
152 |
+
msgid "the setting page"
|
153 |
+
msgstr "追加設定"
|
154 |
+
|
155 |
+
#: bws_functions.php:327
|
156 |
+
msgid "You will be redirected automatically in 5 seconds."
|
157 |
+
msgstr ""
|
158 |
+
|
159 |
+
#: bws_functions.php:332
|
160 |
+
msgid "You can download and activate"
|
161 |
+
msgstr ""
|
162 |
+
|
163 |
+
#: bws_functions.php:334
|
164 |
+
msgid "version of this plugin by entering Your license key."
|
165 |
+
msgstr ""
|
166 |
+
|
167 |
+
#: bws_functions.php:336
|
168 |
+
msgid ""
|
169 |
+
"You can find your license key on your personal page Client area, by clicking "
|
170 |
+
"on the link"
|
171 |
+
msgstr ""
|
172 |
+
|
173 |
+
#: bws_functions.php:338
|
174 |
+
msgid "(your username is the email you specify when purchasing the product)."
|
175 |
+
msgstr ""
|
176 |
+
|
177 |
+
#: bws_functions.php:346 bws_functions.php:354 bws_menu.php:613
|
178 |
+
#: bws_menu.php:670
|
179 |
+
#, fuzzy
|
180 |
+
msgid "Activate"
|
181 |
+
msgstr "有効なcaptcha"
|
182 |
+
|
183 |
+
#: bws_functions.php:399
|
184 |
+
msgid ""
|
185 |
+
"This license key is valid, but Your license has expired. If you want to "
|
186 |
+
"update our plugin in future, you should extend the license."
|
187 |
+
msgstr ""
|
188 |
+
|
189 |
+
#: bws_functions.php:401
|
190 |
+
msgid "Unfortunately, you have exceeded the number of available tries."
|
191 |
+
msgstr ""
|
192 |
+
|
193 |
+
#: bws_functions.php:405
|
194 |
+
msgid "The license key is valid. Your license will expire on"
|
195 |
+
msgstr ""
|
196 |
+
|
197 |
+
#: bws_functions.php:407
|
198 |
+
msgid "The license key is valid."
|
199 |
+
msgstr ""
|
200 |
+
|
201 |
+
#: bws_functions.php:431
|
202 |
+
#, fuzzy
|
203 |
+
msgid "Please, enter your license key"
|
204 |
+
msgstr "メッセージを入力して下さい..."
|
205 |
+
|
206 |
+
#: bws_functions.php:444
|
207 |
+
msgid ""
|
208 |
+
"If needed you can check if the license key is correct or reenter it in the "
|
209 |
+
"field below. You can find your license key on your personal page - Client "
|
210 |
+
"area - on our website"
|
211 |
+
msgstr ""
|
212 |
+
|
213 |
+
#: bws_functions.php:444
|
214 |
+
msgid ""
|
215 |
+
"(your username is the email you specify when purchasing the product). If "
|
216 |
+
"necessary, please submit \"Lost your password?\" request."
|
217 |
+
msgstr ""
|
218 |
+
|
219 |
+
#: bws_functions.php:448
|
220 |
+
msgid "Check license key"
|
221 |
+
msgstr ""
|
222 |
+
|
223 |
+
#: bws_functions.php:462
|
224 |
+
msgid ""
|
225 |
+
"WARNING: We have noticed illegal use of our plugin by you. We strongly "
|
226 |
+
"recommend you to solve the problem within 24 hours, otherwise the plugin "
|
227 |
+
"will be deactivated. Please go to your personal"
|
228 |
+
msgstr ""
|
229 |
+
|
230 |
+
#: bws_functions.php:462
|
231 |
+
msgid ""
|
232 |
+
"(your username is the email you specify when purchasing the product), where "
|
233 |
+
"you can make the necessary changes."
|
234 |
+
msgstr ""
|
235 |
+
|
236 |
+
#: bws_functions.php:468
|
237 |
+
msgid ""
|
238 |
+
"Your license has expired. To continue getting top-priority support and "
|
239 |
+
"plugin updates you should extend it."
|
240 |
+
msgstr ""
|
241 |
+
|
242 |
+
#: bws_functions.php:468 bws_functions.php:502 bws_menu.php:589
|
243 |
+
#: bws_menu.php:611 bws_menu.php:638 bws_menu.php:668 bws_menu.php:714
|
244 |
+
#, fuzzy
|
245 |
+
msgid "Learn more"
|
246 |
+
msgstr "もっと読む"
|
247 |
+
|
248 |
+
#: bws_functions.php:502
|
249 |
+
msgid "You license for"
|
250 |
+
msgstr ""
|
251 |
+
|
252 |
+
#: bws_functions.php:502
|
253 |
+
msgid "expires on"
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: bws_functions.php:502
|
257 |
+
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: bws_functions.php:580
|
261 |
+
msgid "Close"
|
262 |
+
msgstr ""
|
263 |
+
|
264 |
+
#: bws_menu.php:426
|
265 |
msgid "Not set"
|
266 |
msgstr "未設定"
|
267 |
|
268 |
+
#: bws_menu.php:428 bws_menu.php:429
|
|
|
269 |
msgid "On"
|
270 |
msgstr "On"
|
271 |
|
272 |
+
#: bws_menu.php:428 bws_menu.php:429
|
|
|
273 |
msgid "Off"
|
274 |
msgstr "Off"
|
275 |
|
276 |
+
#: bws_menu.php:430 bws_menu.php:431 bws_menu.php:432 bws_menu.php:433
|
277 |
+
#: bws_menu.php:434 bws_menu.php:446
|
|
|
|
|
|
|
|
|
278 |
msgid "N/A"
|
279 |
msgstr "該当なし"
|
280 |
|
281 |
+
#: bws_menu.php:434
|
282 |
msgid " Mb"
|
283 |
msgstr " Mb"
|
284 |
|
285 |
+
#: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:442
|
|
|
|
|
|
|
286 |
msgid "Yes"
|
287 |
msgstr "はい"
|
288 |
|
289 |
+
#: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:444
|
|
|
|
|
|
|
290 |
msgid "No"
|
291 |
msgstr "いいえ"
|
292 |
|
293 |
+
#: bws_menu.php:454
|
294 |
msgid "Operating System"
|
295 |
msgstr "オペレーション・システム"
|
296 |
|
297 |
+
#: bws_menu.php:455
|
298 |
msgid "Server"
|
299 |
msgstr "サーバ"
|
300 |
|
301 |
+
#: bws_menu.php:456
|
302 |
msgid "Memory usage"
|
303 |
msgstr "メモリー使用"
|
304 |
|
305 |
+
#: bws_menu.php:457
|
306 |
msgid "MYSQL Version"
|
307 |
msgstr "MYSQL バージョン"
|
308 |
|
309 |
+
#: bws_menu.php:458
|
310 |
msgid "SQL Mode"
|
311 |
msgstr "SQLモード"
|
312 |
|
313 |
+
#: bws_menu.php:459
|
314 |
msgid "PHP Version"
|
315 |
msgstr "PHP バージョン"
|
316 |
|
317 |
+
#: bws_menu.php:460
|
318 |
msgid "PHP Safe Mode"
|
319 |
msgstr "PHP Safe Mode"
|
320 |
|
321 |
+
#: bws_menu.php:461
|
322 |
msgid "PHP Allow URL fopen"
|
323 |
msgstr "PHP Allow URL fopen"
|
324 |
|
325 |
+
#: bws_menu.php:462
|
326 |
msgid "PHP Memory Limit"
|
327 |
msgstr "PHP Memory Limit"
|
328 |
|
329 |
+
#: bws_menu.php:463
|
330 |
msgid "PHP Max Upload Size"
|
331 |
msgstr "PHP Max Upload Size"
|
332 |
|
333 |
+
#: bws_menu.php:464
|
334 |
msgid "PHP Max Post Size"
|
335 |
msgstr "PHP Max Post Size"
|
336 |
|
337 |
+
#: bws_menu.php:465
|
338 |
msgid "PHP Max Script Execute Time"
|
339 |
msgstr "PHP Max Script Execute Time"
|
340 |
|
341 |
+
#: bws_menu.php:466
|
342 |
msgid "PHP Exif support"
|
343 |
msgstr "PHP Exif サポート"
|
344 |
|
345 |
+
#: bws_menu.php:467
|
346 |
msgid "PHP IPTC support"
|
347 |
msgstr "PHP IPTC サポート"
|
348 |
|
349 |
+
#: bws_menu.php:468
|
350 |
msgid "PHP XML support"
|
351 |
msgstr "PHP XML サポート"
|
352 |
|
353 |
+
#: bws_menu.php:469
|
354 |
msgid "Site URL"
|
355 |
msgstr "サイトURL"
|
356 |
|
357 |
+
#: bws_menu.php:470
|
358 |
msgid "Home URL"
|
359 |
msgstr "ホームURL"
|
360 |
|
361 |
+
#: bws_menu.php:473
|
362 |
msgid "WordPress Version"
|
363 |
msgstr "WordPress バージョン"
|
364 |
|
365 |
+
#: bws_menu.php:474
|
366 |
msgid "WordPress DB Version"
|
367 |
msgstr "WordPress データベース バージョン"
|
368 |
|
369 |
+
#: bws_menu.php:475
|
370 |
msgid "Multisite"
|
371 |
msgstr "複数サイト"
|
372 |
|
373 |
+
#: bws_menu.php:476
|
374 |
msgid "Active Theme"
|
375 |
msgstr "有効なテーマ"
|
376 |
|
377 |
+
#: bws_menu.php:491
|
378 |
msgid "Please enter a valid email address."
|
379 |
msgstr "正確なEメール・アドレスを入力して下さい。"
|
380 |
|
381 |
+
#: bws_menu.php:495
|
382 |
msgid "Email with system info is sent to "
|
383 |
msgstr "システム情報をメールで送信:"
|
384 |
|
385 |
+
#: bws_menu.php:499
|
386 |
msgid "Thank you for contacting us."
|
387 |
msgstr "ご連絡ありがとうございます"
|
388 |
|
389 |
+
#: bws_menu.php:532
|
390 |
msgid "Sorry, email message could not be delivered."
|
391 |
msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
|
392 |
|
393 |
+
#: bws_menu.php:540
|
394 |
msgid "Need help?"
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: bws_menu.php:541
|
398 |
msgid "Client area"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: bws_menu.php:542 bws_menu.php:853
|
|
|
402 |
msgid "System status"
|
403 |
msgstr "システム状況"
|
404 |
|
405 |
+
#: bws_menu.php:547
|
406 |
#, fuzzy
|
407 |
msgid "Plugins"
|
408 |
msgstr "Pro Plugins"
|
409 |
|
410 |
+
#: bws_menu.php:549
|
411 |
msgid "Themes"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: bws_menu.php:554
|
415 |
msgid "All"
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: bws_menu.php:555
|
419 |
#, fuzzy
|
420 |
msgid "Installed"
|
421 |
msgstr "%s 導入"
|
422 |
|
423 |
+
#: bws_menu.php:556
|
424 |
#, fuzzy
|
425 |
msgid "Recommended"
|
426 |
msgstr "推奨プラグイン"
|
427 |
|
428 |
+
#: bws_menu.php:560
|
429 |
msgid "Installed plugins"
|
430 |
msgstr "導入済みプラグイン"
|
431 |
|
432 |
+
#: bws_menu.php:592 bws_menu.php:641
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
433 |
msgid "Settings"
|
434 |
msgstr "設定"
|
435 |
|
436 |
+
#: bws_menu.php:613 bws_menu.php:670
|
|
|
437 |
#, fuzzy
|
438 |
msgid "Activate this plugin"
|
439 |
msgstr "有効なプラグイン"
|
440 |
|
441 |
+
#: bws_menu.php:628 bws_menu.php:658 bws_menu.php:704
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
442 |
msgid "Go"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: bws_menu.php:632 bws_menu.php:662 bws_menu.php:708
|
|
|
|
|
446 |
msgid "DONATE"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: bws_menu.php:678
|
450 |
msgid "Recommended plugins"
|
451 |
msgstr "推奨プラグイン"
|
452 |
|
453 |
+
#: bws_menu.php:716
|
454 |
#, fuzzy
|
455 |
msgid "Install now"
|
456 |
msgstr "Installa Ora"
|
457 |
|
458 |
+
#: bws_menu.php:737
|
459 |
msgid "Try again"
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: bws_menu.php:755
|
463 |
#, php-format
|
464 |
msgid "Preview “%s”"
|
465 |
msgstr ""
|
466 |
|
467 |
+
#: bws_menu.php:786
|
468 |
#, php-format
|
469 |
msgid "Install %s"
|
470 |
msgstr "%s 導入"
|
471 |
|
472 |
+
#: bws_menu.php:786
|
473 |
msgid "Install Now"
|
474 |
msgstr "Installa Ora"
|
475 |
|
476 |
+
#: bws_menu.php:789
|
477 |
#, php-format
|
478 |
msgid "Update to version %s"
|
479 |
msgstr ""
|
480 |
|
481 |
+
#: bws_menu.php:789
|
482 |
msgid "Update"
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: bws_menu.php:796
|
486 |
#, php-format
|
487 |
msgid "Preview %s"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: bws_menu.php:796
|
491 |
msgid "Preview"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: bws_menu.php:802 bws_menu.php:834
|
|
|
495 |
#, php-format
|
496 |
msgid "By %s"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: bws_menu.php:808
|
500 |
msgid "Details"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: bws_menu.php:840
|
504 |
#, fuzzy
|
505 |
msgid "Already Installed"
|
506 |
msgstr "%s 導入"
|
507 |
|
508 |
+
#: bws_menu.php:856
|
509 |
msgid "Environment"
|
510 |
msgstr "環境"
|
511 |
|
512 |
+
#: bws_menu.php:867
|
513 |
msgid "Active Plugins"
|
514 |
msgstr "有効なプラグイン"
|
515 |
|
516 |
+
#: bws_menu.php:880
|
517 |
msgid "Inactive Plugins"
|
518 |
msgstr "無効なプラグイン"
|
519 |
|
520 |
+
#: bws_menu.php:896
|
521 |
msgid "Send to support"
|
522 |
msgstr "サポートに送信"
|
523 |
|
524 |
+
#: bws_menu.php:903
|
525 |
msgid "Send to custom email »"
|
526 |
msgstr "カスタムEメールに送信»"
|
527 |
|
558 |
#~ msgid "Recommended themes"
|
559 |
#~ msgstr "推奨プラグイン"
|
560 |
|
|
|
|
|
|
|
561 |
#, fuzzy
|
562 |
#~ msgid "installed"
|
563 |
#~ msgstr "%s 導入"
|
657 |
#~ msgid "Settings saved."
|
658 |
#~ msgstr "設定保存."
|
659 |
|
|
|
|
|
|
|
660 |
#~ msgid ""
|
661 |
#~ "If you would like to add the Contact Form to your website, just copy and "
|
662 |
#~ "paste this shortcode to your post or page or widget:"
|
770 |
#~ msgid "Display 'Send me a copy' block"
|
771 |
#~ msgstr "コピーブロックを自分に送る"
|
772 |
|
|
|
|
|
|
|
773 |
#~ msgid "Name"
|
774 |
#~ msgstr "名前"
|
775 |
|
992 |
#~ msgid "Please enter subject..."
|
993 |
#~ msgstr "件名を入力して下さい..."
|
994 |
|
|
|
|
|
|
|
995 |
#~ msgid ""
|
996 |
#~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
|
997 |
#~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
|
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"
|
@@ -11,385 +11,603 @@ msgstr ""
|
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
-
"X-Generator: Poedit 1.5.
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e\n"
|
17 |
"X-Poedit-Basepath: ..\n"
|
18 |
"X-Textdomain-Support: yes\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
# @ captcha
|
22 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
msgid "Not set"
|
24 |
msgstr "Não definido"
|
25 |
|
26 |
# @ captcha
|
27 |
-
#: bws_menu.php:
|
28 |
-
#: bws_menu.php:354
|
29 |
msgid "On"
|
30 |
msgstr "Ligado"
|
31 |
|
32 |
# @ captcha
|
33 |
-
#: bws_menu.php:
|
34 |
-
#: bws_menu.php:354
|
35 |
msgid "Off"
|
36 |
msgstr "Desligado"
|
37 |
|
38 |
# @ captcha
|
39 |
-
#: bws_menu.php:
|
40 |
-
#: bws_menu.php:
|
41 |
-
#: bws_menu.php:357
|
42 |
-
#: bws_menu.php:358
|
43 |
-
#: bws_menu.php:359
|
44 |
-
#: bws_menu.php:371
|
45 |
msgid "N/A"
|
46 |
msgstr "N/D"
|
47 |
|
48 |
# @ captcha
|
49 |
-
#: bws_menu.php:
|
50 |
msgid " Mb"
|
51 |
msgstr " Mb"
|
52 |
|
53 |
# @ captcha
|
54 |
-
#: bws_menu.php:
|
55 |
-
#: bws_menu.php:361
|
56 |
-
#: bws_menu.php:362
|
57 |
-
#: bws_menu.php:367
|
58 |
msgid "Yes"
|
59 |
msgstr "Sim"
|
60 |
|
61 |
# @ captcha
|
62 |
-
#: bws_menu.php:
|
63 |
-
#: bws_menu.php:361
|
64 |
-
#: bws_menu.php:362
|
65 |
-
#: bws_menu.php:369
|
66 |
msgid "No"
|
67 |
msgstr "Não"
|
68 |
|
69 |
# @ captcha
|
70 |
-
#: bws_menu.php:
|
71 |
msgid "Operating System"
|
72 |
msgstr "Sistema Operacional"
|
73 |
|
74 |
# @ captcha
|
75 |
-
#: bws_menu.php:
|
76 |
msgid "Server"
|
77 |
msgstr "Servidor"
|
78 |
|
79 |
# @ captcha
|
80 |
-
#: bws_menu.php:
|
81 |
msgid "Memory usage"
|
82 |
msgstr "Uso de memória"
|
83 |
|
84 |
# @ captcha
|
85 |
-
#: bws_menu.php:
|
86 |
msgid "MYSQL Version"
|
87 |
msgstr "Versão do MySQL"
|
88 |
|
89 |
# @ captcha
|
90 |
-
#: bws_menu.php:
|
91 |
msgid "SQL Mode"
|
92 |
msgstr "Modo SQL"
|
93 |
|
94 |
# @ captcha
|
95 |
-
#: bws_menu.php:
|
96 |
msgid "PHP Version"
|
97 |
msgstr "Versão do PHP"
|
98 |
|
99 |
# @ captcha
|
100 |
-
#: bws_menu.php:
|
101 |
msgid "PHP Safe Mode"
|
102 |
msgstr "Modo de Segurança do PHP"
|
103 |
|
104 |
# @ captcha
|
105 |
-
#: bws_menu.php:
|
106 |
msgid "PHP Allow URL fopen"
|
107 |
msgstr "Permissão de fopen de URL do PHP"
|
108 |
|
109 |
# @ captcha
|
110 |
-
#: bws_menu.php:
|
111 |
msgid "PHP Memory Limit"
|
112 |
msgstr "Limite de Memória do PHP"
|
113 |
|
114 |
# @ captcha
|
115 |
-
#: bws_menu.php:
|
116 |
msgid "PHP Max Upload Size"
|
117 |
msgstr "Tamanho Máximo de Upload no PHP"
|
118 |
|
119 |
# @ captcha
|
120 |
-
#: bws_menu.php:
|
121 |
msgid "PHP Max Post Size"
|
122 |
msgstr "Tamanho Máximo de Envio do PHP"
|
123 |
|
124 |
# @ captcha
|
125 |
-
#: bws_menu.php:
|
126 |
msgid "PHP Max Script Execute Time"
|
127 |
msgstr "Tempo de Execução Máximo do PHP"
|
128 |
|
129 |
# @ captcha
|
130 |
-
#: bws_menu.php:
|
131 |
msgid "PHP Exif support"
|
132 |
msgstr "Suporte a Exif no PHP"
|
133 |
|
134 |
# @ captcha
|
135 |
-
#: bws_menu.php:
|
136 |
msgid "PHP IPTC support"
|
137 |
msgstr "Suporte da IPTC no PHP"
|
138 |
|
139 |
# @ captcha
|
140 |
-
#: bws_menu.php:
|
141 |
msgid "PHP XML support"
|
142 |
msgstr "Suporte a XML no PHP"
|
143 |
|
144 |
# @ captcha
|
145 |
-
#: bws_menu.php:
|
146 |
msgid "Site URL"
|
147 |
msgstr "URL do Site"
|
148 |
|
149 |
# @ captcha
|
150 |
-
#: bws_menu.php:
|
151 |
msgid "Home URL"
|
152 |
msgstr "URL da Página Inicial"
|
153 |
|
154 |
# @ captcha
|
155 |
-
#: bws_menu.php:
|
156 |
msgid "WordPress Version"
|
157 |
msgstr "Versão do WordPress"
|
158 |
|
159 |
# @ captcha
|
160 |
-
#: bws_menu.php:
|
161 |
msgid "WordPress DB Version"
|
162 |
msgstr "Versão do DB do WordPress"
|
163 |
|
164 |
# @ captcha
|
165 |
-
#: bws_menu.php:
|
166 |
msgid "Multisite"
|
167 |
msgstr "Multisite"
|
168 |
|
169 |
# @ captcha
|
170 |
-
#: bws_menu.php:
|
171 |
msgid "Active Theme"
|
172 |
msgstr "Tema Ativo"
|
173 |
|
174 |
# @ captcha
|
175 |
-
#: bws_menu.php:
|
176 |
msgid "Please enter a valid email address."
|
177 |
msgstr "Por favor, informe um endereço de email válido."
|
178 |
|
179 |
# @ captcha
|
180 |
-
#: bws_menu.php:
|
181 |
msgid "Email with system info is sent to "
|
182 |
msgstr "Email com informações do sistema é enviado para "
|
183 |
|
184 |
# @ captcha
|
185 |
-
#: bws_menu.php:
|
186 |
msgid "Thank you for contacting us."
|
187 |
msgstr "Obrigado por nos contatar."
|
188 |
|
189 |
# @ captcha
|
190 |
-
#: bws_menu.php:
|
191 |
msgid "Sorry, email message could not be delivered."
|
192 |
msgstr "Desculpe, a mensagem de email não pôde ser enviada."
|
193 |
|
194 |
-
#: bws_menu.php:
|
195 |
msgid "Need help?"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: bws_menu.php:
|
199 |
msgid "Client area"
|
200 |
msgstr ""
|
201 |
|
202 |
# @ captcha
|
203 |
-
#: bws_menu.php:
|
204 |
-
#: bws_menu.php:778
|
205 |
msgid "System status"
|
206 |
msgstr "Status do sistema"
|
207 |
|
208 |
# @ captcha
|
209 |
-
#: bws_menu.php:
|
210 |
#, fuzzy
|
211 |
msgid "Plugins"
|
212 |
msgstr "Plugins Pro"
|
213 |
|
214 |
-
#: bws_menu.php:
|
215 |
msgid "Themes"
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: bws_menu.php:
|
219 |
msgid "All"
|
220 |
msgstr ""
|
221 |
|
222 |
# @ default
|
223 |
-
#: bws_menu.php:
|
224 |
#, fuzzy
|
225 |
msgid "Installed"
|
226 |
msgstr "Instalar %s"
|
227 |
|
228 |
# @ captcha
|
229 |
-
#: bws_menu.php:
|
230 |
#, fuzzy
|
231 |
msgid "Recommended"
|
232 |
msgstr "Plugins Recomendados"
|
233 |
|
234 |
# @ captcha
|
235 |
-
#: bws_menu.php:
|
236 |
msgid "Installed plugins"
|
237 |
msgstr "Plugins Instalados"
|
238 |
|
239 |
# @ captcha
|
240 |
-
#: bws_menu.php:
|
241 |
-
#: bws_menu.php:536
|
242 |
-
#: bws_menu.php:563
|
243 |
-
#: bws_menu.php:593
|
244 |
-
#: bws_menu.php:639
|
245 |
-
#, fuzzy
|
246 |
-
msgid "Learn more"
|
247 |
-
msgstr "Leia Mais"
|
248 |
-
|
249 |
-
# @ captcha
|
250 |
-
#: bws_menu.php:517
|
251 |
-
#: bws_menu.php:566
|
252 |
msgid "Settings"
|
253 |
msgstr "Configurações"
|
254 |
|
255 |
# @ captcha
|
256 |
-
#: bws_menu.php:
|
257 |
-
#: bws_menu.php:595
|
258 |
#, fuzzy
|
259 |
msgid "Activate this plugin"
|
260 |
msgstr "Plugins ativados"
|
261 |
|
262 |
-
|
263 |
-
#: bws_menu.php:538
|
264 |
-
#: bws_menu.php:595
|
265 |
-
#, fuzzy
|
266 |
-
msgid "Activate"
|
267 |
-
msgstr "Plugins ativados"
|
268 |
-
|
269 |
-
#: bws_menu.php:553
|
270 |
-
#: bws_menu.php:583
|
271 |
-
#: bws_menu.php:629
|
272 |
msgid "Go"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: bws_menu.php:
|
276 |
-
#: bws_menu.php:587
|
277 |
-
#: bws_menu.php:633
|
278 |
msgid "DONATE"
|
279 |
msgstr ""
|
280 |
|
281 |
# @ captcha
|
282 |
-
#: bws_menu.php:
|
283 |
msgid "Recommended plugins"
|
284 |
msgstr "Plugins Recomendados"
|
285 |
|
286 |
# @ default
|
287 |
-
#: bws_menu.php:
|
288 |
#, fuzzy
|
289 |
msgid "Install now"
|
290 |
msgstr "Instalar %s"
|
291 |
|
292 |
-
#: bws_menu.php:
|
293 |
msgid "Try again"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: bws_menu.php:
|
297 |
#, php-format
|
298 |
msgid "Preview “%s”"
|
299 |
msgstr ""
|
300 |
|
301 |
# @ default
|
302 |
-
#: bws_menu.php:
|
303 |
#, php-format
|
304 |
msgid "Install %s"
|
305 |
msgstr "Instalar %s"
|
306 |
|
307 |
# @ default
|
308 |
-
#: bws_menu.php:
|
309 |
#, fuzzy
|
310 |
msgid "Install Now"
|
311 |
msgstr "Instalar %s"
|
312 |
|
313 |
-
#: bws_menu.php:
|
314 |
#, php-format
|
315 |
msgid "Update to version %s"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: bws_menu.php:
|
319 |
msgid "Update"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: bws_menu.php:
|
323 |
#, php-format
|
324 |
msgid "Preview %s"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: bws_menu.php:
|
328 |
msgid "Preview"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: bws_menu.php:
|
332 |
-
#: bws_menu.php:759
|
333 |
#, php-format
|
334 |
msgid "By %s"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: bws_menu.php:
|
338 |
msgid "Details"
|
339 |
msgstr ""
|
340 |
|
341 |
# @ default
|
342 |
-
#: bws_menu.php:
|
343 |
#, fuzzy
|
344 |
msgid "Already Installed"
|
345 |
msgstr "Instalar %s"
|
346 |
|
347 |
# @ captcha
|
348 |
-
#: bws_menu.php:
|
349 |
msgid "Environment"
|
350 |
msgstr "Ambiente"
|
351 |
|
352 |
# @ captcha
|
353 |
-
#: bws_menu.php:
|
354 |
msgid "Active Plugins"
|
355 |
msgstr "Plugins Ativos"
|
356 |
|
357 |
# @ captcha
|
358 |
-
#: bws_menu.php:
|
359 |
msgid "Inactive Plugins"
|
360 |
msgstr "Plugins Inativos"
|
361 |
|
362 |
# @ captcha
|
363 |
-
#: bws_menu.php:
|
364 |
msgid "Send to support"
|
365 |
msgstr "Enviar para o suporte"
|
366 |
|
367 |
# @ captcha
|
368 |
-
#: bws_menu.php:
|
369 |
msgid "Send to custom email »"
|
370 |
msgstr "Enviar para email personalizado »"
|
371 |
|
372 |
# @ captcha
|
373 |
#~ msgid "Pro plugins"
|
374 |
#~ msgstr "Plugins Pro"
|
|
|
375 |
# @ captcha
|
376 |
#~ msgid "Activated plugins"
|
377 |
#~ msgstr "Plugins ativados"
|
|
|
378 |
# @ captcha
|
379 |
#~ msgid "Read more"
|
380 |
#~ msgstr "Leia Mais"
|
|
|
381 |
# @ captcha
|
382 |
#~ msgid "Purchase"
|
383 |
#~ msgstr "Compra"
|
|
|
384 |
# @ captcha
|
385 |
#~ msgid "Free plugins"
|
386 |
#~ msgstr "Plugins Grátis"
|
|
|
387 |
# @ captcha
|
388 |
#~ msgid "Download"
|
389 |
#~ msgstr "Baixar"
|
|
|
390 |
# @ captcha
|
391 |
#~ msgid "Install now from wordpress.org"
|
392 |
#~ msgstr "Instale agora do site do wordpress (wordpress.org)"
|
|
|
393 |
# @ captcha
|
394 |
#, fuzzy
|
395 |
#~ msgid "Activated theme"
|
@@ -405,9 +623,6 @@ msgstr "Enviar para email personalizado »"
|
|
405 |
#~ msgid "Recommended themes"
|
406 |
#~ msgstr "Plugins Recomendados"
|
407 |
|
408 |
-
# @ captcha
|
409 |
-
#~ msgid "If you have any questions, please contact us via"
|
410 |
-
#~ msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
|
411 |
# @ default
|
412 |
#, fuzzy
|
413 |
#~ msgid "installed"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-03-05 13:14+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-03-05 13:14+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"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
+
"X-Generator: Poedit 1.5.4\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e\n"
|
17 |
"X-Poedit-Basepath: ..\n"
|
18 |
"X-Textdomain-Support: yes\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: bws_functions.php:84
|
22 |
+
msgid "requires"
|
23 |
+
msgstr ""
|
24 |
+
|
25 |
+
#: bws_functions.php:85
|
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:86
|
32 |
+
msgid "Back to the WordPress"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
# @ captcha
|
36 |
+
#: bws_functions.php:87
|
37 |
+
#, fuzzy
|
38 |
+
msgid "Plugins page"
|
39 |
+
msgstr "Plugins Pro"
|
40 |
+
|
41 |
+
# @ captcha
|
42 |
+
#: bws_functions.php:134
|
43 |
+
#, fuzzy
|
44 |
+
msgid "Learn More"
|
45 |
+
msgstr "Leia Mais"
|
46 |
+
|
47 |
+
#: bws_functions.php:137
|
48 |
+
msgid "It’s time to upgrade your"
|
49 |
+
msgstr ""
|
50 |
+
|
51 |
+
#: bws_functions.php:137
|
52 |
+
msgid "to"
|
53 |
+
msgstr ""
|
54 |
+
|
55 |
+
# @ captcha
|
56 |
+
#: bws_functions.php:137
|
57 |
+
#, fuzzy
|
58 |
+
msgid "version!"
|
59 |
+
msgstr "Versão do PHP"
|
60 |
+
|
61 |
+
#: bws_functions.php:138
|
62 |
+
msgid "Extend standard plugin functionality with new great options."
|
63 |
+
msgstr ""
|
64 |
+
|
65 |
+
#: bws_functions.php:158
|
66 |
+
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
67 |
+
msgstr ""
|
68 |
+
|
69 |
+
# @ captcha
|
70 |
+
#: bws_functions.php:159
|
71 |
+
#, fuzzy
|
72 |
+
msgid "Rate the plugin"
|
73 |
+
msgstr "Plugins ativados"
|
74 |
+
|
75 |
+
# @ captcha
|
76 |
+
#: bws_functions.php:162
|
77 |
+
#, fuzzy
|
78 |
+
msgid "If there is something wrong about it, please contact us"
|
79 |
+
msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
|
80 |
+
|
81 |
+
#: bws_functions.php:179 bws_functions.php:215 bws_functions.php:395
|
82 |
+
msgid "Wrong license key"
|
83 |
+
msgstr ""
|
84 |
+
|
85 |
+
#: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
|
86 |
+
msgid ""
|
87 |
+
"Something went wrong. Please try again later. If the error appears again, "
|
88 |
+
"please contact us"
|
89 |
+
msgstr ""
|
90 |
+
|
91 |
+
#: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
|
92 |
+
msgid "We are sorry for inconvenience."
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#: bws_functions.php:217 bws_functions.php:397
|
96 |
+
msgid "This license key is bind to another site"
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: bws_functions.php:219 bws_functions.php:348
|
100 |
+
msgid ""
|
101 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
102 |
+
"Please, upload the plugin manually."
|
103 |
+
msgstr ""
|
104 |
+
|
105 |
+
#: bws_functions.php:221
|
106 |
+
msgid ""
|
107 |
+
"Unfortunately, Your license has expired. To continue getting top-priority "
|
108 |
+
"support and plugin updates you should extend it in your"
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: bws_functions.php:223
|
112 |
+
msgid ""
|
113 |
+
"Unfortunately, the PRO licence was already installed to this domain. The PRO "
|
114 |
+
"Trial license can be installed only once."
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
+
#: bws_functions.php:234 bws_functions.php:256 bws_functions.php:278
|
118 |
+
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
119 |
+
msgstr ""
|
120 |
+
|
121 |
+
#: bws_functions.php:246
|
122 |
+
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: bws_functions.php:252
|
126 |
+
msgid ""
|
127 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
128 |
+
"plugin manually"
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#: bws_functions.php:259
|
132 |
+
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
133 |
+
msgstr ""
|
134 |
+
|
135 |
+
#: bws_functions.php:282
|
136 |
+
msgid ""
|
137 |
+
"Something went wrong. Try again later or upload the plugin manually. We are "
|
138 |
+
"sorry for inconvenience."
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
+
#: bws_functions.php:307
|
142 |
+
msgid "Please, enter Your license key"
|
143 |
+
msgstr ""
|
144 |
+
|
145 |
+
#: bws_functions.php:324
|
146 |
+
msgid ""
|
147 |
+
"Congratulations! The PRO version of the plugin is successfully download and "
|
148 |
+
"activated."
|
149 |
+
msgstr ""
|
150 |
+
|
151 |
+
#: bws_functions.php:326
|
152 |
+
msgid "Please, go to"
|
153 |
+
msgstr ""
|
154 |
+
|
155 |
+
#: bws_functions.php:326
|
156 |
+
msgid "the setting page"
|
157 |
+
msgstr ""
|
158 |
+
|
159 |
+
#: bws_functions.php:327
|
160 |
+
msgid "You will be redirected automatically in 5 seconds."
|
161 |
+
msgstr ""
|
162 |
+
|
163 |
+
#: bws_functions.php:332
|
164 |
+
msgid "You can download and activate"
|
165 |
+
msgstr ""
|
166 |
+
|
167 |
+
#: bws_functions.php:334
|
168 |
+
msgid "version of this plugin by entering Your license key."
|
169 |
+
msgstr ""
|
170 |
+
|
171 |
+
#: bws_functions.php:336
|
172 |
+
msgid ""
|
173 |
+
"You can find your license key on your personal page Client area, by clicking "
|
174 |
+
"on the link"
|
175 |
+
msgstr ""
|
176 |
+
|
177 |
+
#: bws_functions.php:338
|
178 |
+
msgid "(your username is the email you specify when purchasing the product)."
|
179 |
+
msgstr ""
|
180 |
+
|
181 |
+
# @ captcha
|
182 |
+
#: bws_functions.php:346 bws_functions.php:354 bws_menu.php:613
|
183 |
+
#: bws_menu.php:670
|
184 |
+
#, fuzzy
|
185 |
+
msgid "Activate"
|
186 |
+
msgstr "Plugins ativados"
|
187 |
+
|
188 |
+
#: bws_functions.php:399
|
189 |
+
msgid ""
|
190 |
+
"This license key is valid, but Your license has expired. If you want to "
|
191 |
+
"update our plugin in future, you should extend the license."
|
192 |
+
msgstr ""
|
193 |
+
|
194 |
+
#: bws_functions.php:401
|
195 |
+
msgid "Unfortunately, you have exceeded the number of available tries."
|
196 |
+
msgstr ""
|
197 |
+
|
198 |
+
#: bws_functions.php:405
|
199 |
+
msgid "The license key is valid. Your license will expire on"
|
200 |
+
msgstr ""
|
201 |
+
|
202 |
+
#: bws_functions.php:407
|
203 |
+
msgid "The license key is valid."
|
204 |
+
msgstr ""
|
205 |
+
|
206 |
+
#: bws_functions.php:431
|
207 |
+
msgid "Please, enter your license key"
|
208 |
+
msgstr ""
|
209 |
+
|
210 |
+
#: bws_functions.php:444
|
211 |
+
msgid ""
|
212 |
+
"If needed you can check if the license key is correct or reenter it in the "
|
213 |
+
"field below. You can find your license key on your personal page - Client "
|
214 |
+
"area - on our website"
|
215 |
+
msgstr ""
|
216 |
+
|
217 |
+
#: bws_functions.php:444
|
218 |
+
msgid ""
|
219 |
+
"(your username is the email you specify when purchasing the product). If "
|
220 |
+
"necessary, please submit \"Lost your password?\" request."
|
221 |
+
msgstr ""
|
222 |
+
|
223 |
+
#: bws_functions.php:448
|
224 |
+
msgid "Check license key"
|
225 |
+
msgstr ""
|
226 |
+
|
227 |
+
#: bws_functions.php:462
|
228 |
+
msgid ""
|
229 |
+
"WARNING: We have noticed illegal use of our plugin by you. We strongly "
|
230 |
+
"recommend you to solve the problem within 24 hours, otherwise the plugin "
|
231 |
+
"will be deactivated. Please go to your personal"
|
232 |
+
msgstr ""
|
233 |
+
|
234 |
+
#: bws_functions.php:462
|
235 |
+
msgid ""
|
236 |
+
"(your username is the email you specify when purchasing the product), where "
|
237 |
+
"you can make the necessary changes."
|
238 |
+
msgstr ""
|
239 |
+
|
240 |
+
#: bws_functions.php:468
|
241 |
+
msgid ""
|
242 |
+
"Your license has expired. To continue getting top-priority support and "
|
243 |
+
"plugin updates you should extend it."
|
244 |
+
msgstr ""
|
245 |
+
|
246 |
# @ captcha
|
247 |
+
#: bws_functions.php:468 bws_functions.php:502 bws_menu.php:589
|
248 |
+
#: bws_menu.php:611 bws_menu.php:638 bws_menu.php:668 bws_menu.php:714
|
249 |
+
#, fuzzy
|
250 |
+
msgid "Learn more"
|
251 |
+
msgstr "Leia Mais"
|
252 |
+
|
253 |
+
#: bws_functions.php:502
|
254 |
+
msgid "You license for"
|
255 |
+
msgstr ""
|
256 |
+
|
257 |
+
#: bws_functions.php:502
|
258 |
+
msgid "expires on"
|
259 |
+
msgstr ""
|
260 |
+
|
261 |
+
#: bws_functions.php:502
|
262 |
+
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
263 |
+
msgstr ""
|
264 |
+
|
265 |
+
#: bws_functions.php:580
|
266 |
+
msgid "Close"
|
267 |
+
msgstr ""
|
268 |
+
|
269 |
+
# @ captcha
|
270 |
+
#: bws_menu.php:426
|
271 |
msgid "Not set"
|
272 |
msgstr "Não definido"
|
273 |
|
274 |
# @ captcha
|
275 |
+
#: bws_menu.php:428 bws_menu.php:429
|
|
|
276 |
msgid "On"
|
277 |
msgstr "Ligado"
|
278 |
|
279 |
# @ captcha
|
280 |
+
#: bws_menu.php:428 bws_menu.php:429
|
|
|
281 |
msgid "Off"
|
282 |
msgstr "Desligado"
|
283 |
|
284 |
# @ captcha
|
285 |
+
#: bws_menu.php:430 bws_menu.php:431 bws_menu.php:432 bws_menu.php:433
|
286 |
+
#: bws_menu.php:434 bws_menu.php:446
|
|
|
|
|
|
|
|
|
287 |
msgid "N/A"
|
288 |
msgstr "N/D"
|
289 |
|
290 |
# @ captcha
|
291 |
+
#: bws_menu.php:434
|
292 |
msgid " Mb"
|
293 |
msgstr " Mb"
|
294 |
|
295 |
# @ captcha
|
296 |
+
#: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:442
|
|
|
|
|
|
|
297 |
msgid "Yes"
|
298 |
msgstr "Sim"
|
299 |
|
300 |
# @ captcha
|
301 |
+
#: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:444
|
|
|
|
|
|
|
302 |
msgid "No"
|
303 |
msgstr "Não"
|
304 |
|
305 |
# @ captcha
|
306 |
+
#: bws_menu.php:454
|
307 |
msgid "Operating System"
|
308 |
msgstr "Sistema Operacional"
|
309 |
|
310 |
# @ captcha
|
311 |
+
#: bws_menu.php:455
|
312 |
msgid "Server"
|
313 |
msgstr "Servidor"
|
314 |
|
315 |
# @ captcha
|
316 |
+
#: bws_menu.php:456
|
317 |
msgid "Memory usage"
|
318 |
msgstr "Uso de memória"
|
319 |
|
320 |
# @ captcha
|
321 |
+
#: bws_menu.php:457
|
322 |
msgid "MYSQL Version"
|
323 |
msgstr "Versão do MySQL"
|
324 |
|
325 |
# @ captcha
|
326 |
+
#: bws_menu.php:458
|
327 |
msgid "SQL Mode"
|
328 |
msgstr "Modo SQL"
|
329 |
|
330 |
# @ captcha
|
331 |
+
#: bws_menu.php:459
|
332 |
msgid "PHP Version"
|
333 |
msgstr "Versão do PHP"
|
334 |
|
335 |
# @ captcha
|
336 |
+
#: bws_menu.php:460
|
337 |
msgid "PHP Safe Mode"
|
338 |
msgstr "Modo de Segurança do PHP"
|
339 |
|
340 |
# @ captcha
|
341 |
+
#: bws_menu.php:461
|
342 |
msgid "PHP Allow URL fopen"
|
343 |
msgstr "Permissão de fopen de URL do PHP"
|
344 |
|
345 |
# @ captcha
|
346 |
+
#: bws_menu.php:462
|
347 |
msgid "PHP Memory Limit"
|
348 |
msgstr "Limite de Memória do PHP"
|
349 |
|
350 |
# @ captcha
|
351 |
+
#: bws_menu.php:463
|
352 |
msgid "PHP Max Upload Size"
|
353 |
msgstr "Tamanho Máximo de Upload no PHP"
|
354 |
|
355 |
# @ captcha
|
356 |
+
#: bws_menu.php:464
|
357 |
msgid "PHP Max Post Size"
|
358 |
msgstr "Tamanho Máximo de Envio do PHP"
|
359 |
|
360 |
# @ captcha
|
361 |
+
#: bws_menu.php:465
|
362 |
msgid "PHP Max Script Execute Time"
|
363 |
msgstr "Tempo de Execução Máximo do PHP"
|
364 |
|
365 |
# @ captcha
|
366 |
+
#: bws_menu.php:466
|
367 |
msgid "PHP Exif support"
|
368 |
msgstr "Suporte a Exif no PHP"
|
369 |
|
370 |
# @ captcha
|
371 |
+
#: bws_menu.php:467
|
372 |
msgid "PHP IPTC support"
|
373 |
msgstr "Suporte da IPTC no PHP"
|
374 |
|
375 |
# @ captcha
|
376 |
+
#: bws_menu.php:468
|
377 |
msgid "PHP XML support"
|
378 |
msgstr "Suporte a XML no PHP"
|
379 |
|
380 |
# @ captcha
|
381 |
+
#: bws_menu.php:469
|
382 |
msgid "Site URL"
|
383 |
msgstr "URL do Site"
|
384 |
|
385 |
# @ captcha
|
386 |
+
#: bws_menu.php:470
|
387 |
msgid "Home URL"
|
388 |
msgstr "URL da Página Inicial"
|
389 |
|
390 |
# @ captcha
|
391 |
+
#: bws_menu.php:473
|
392 |
msgid "WordPress Version"
|
393 |
msgstr "Versão do WordPress"
|
394 |
|
395 |
# @ captcha
|
396 |
+
#: bws_menu.php:474
|
397 |
msgid "WordPress DB Version"
|
398 |
msgstr "Versão do DB do WordPress"
|
399 |
|
400 |
# @ captcha
|
401 |
+
#: bws_menu.php:475
|
402 |
msgid "Multisite"
|
403 |
msgstr "Multisite"
|
404 |
|
405 |
# @ captcha
|
406 |
+
#: bws_menu.php:476
|
407 |
msgid "Active Theme"
|
408 |
msgstr "Tema Ativo"
|
409 |
|
410 |
# @ captcha
|
411 |
+
#: bws_menu.php:491
|
412 |
msgid "Please enter a valid email address."
|
413 |
msgstr "Por favor, informe um endereço de email válido."
|
414 |
|
415 |
# @ captcha
|
416 |
+
#: bws_menu.php:495
|
417 |
msgid "Email with system info is sent to "
|
418 |
msgstr "Email com informações do sistema é enviado para "
|
419 |
|
420 |
# @ captcha
|
421 |
+
#: bws_menu.php:499
|
422 |
msgid "Thank you for contacting us."
|
423 |
msgstr "Obrigado por nos contatar."
|
424 |
|
425 |
# @ captcha
|
426 |
+
#: bws_menu.php:532
|
427 |
msgid "Sorry, email message could not be delivered."
|
428 |
msgstr "Desculpe, a mensagem de email não pôde ser enviada."
|
429 |
|
430 |
+
#: bws_menu.php:540
|
431 |
msgid "Need help?"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: bws_menu.php:541
|
435 |
msgid "Client area"
|
436 |
msgstr ""
|
437 |
|
438 |
# @ captcha
|
439 |
+
#: bws_menu.php:542 bws_menu.php:853
|
|
|
440 |
msgid "System status"
|
441 |
msgstr "Status do sistema"
|
442 |
|
443 |
# @ captcha
|
444 |
+
#: bws_menu.php:547
|
445 |
#, fuzzy
|
446 |
msgid "Plugins"
|
447 |
msgstr "Plugins Pro"
|
448 |
|
449 |
+
#: bws_menu.php:549
|
450 |
msgid "Themes"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: bws_menu.php:554
|
454 |
msgid "All"
|
455 |
msgstr ""
|
456 |
|
457 |
# @ default
|
458 |
+
#: bws_menu.php:555
|
459 |
#, fuzzy
|
460 |
msgid "Installed"
|
461 |
msgstr "Instalar %s"
|
462 |
|
463 |
# @ captcha
|
464 |
+
#: bws_menu.php:556
|
465 |
#, fuzzy
|
466 |
msgid "Recommended"
|
467 |
msgstr "Plugins Recomendados"
|
468 |
|
469 |
# @ captcha
|
470 |
+
#: bws_menu.php:560
|
471 |
msgid "Installed plugins"
|
472 |
msgstr "Plugins Instalados"
|
473 |
|
474 |
# @ captcha
|
475 |
+
#: bws_menu.php:592 bws_menu.php:641
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
476 |
msgid "Settings"
|
477 |
msgstr "Configurações"
|
478 |
|
479 |
# @ captcha
|
480 |
+
#: bws_menu.php:613 bws_menu.php:670
|
|
|
481 |
#, fuzzy
|
482 |
msgid "Activate this plugin"
|
483 |
msgstr "Plugins ativados"
|
484 |
|
485 |
+
#: bws_menu.php:628 bws_menu.php:658 bws_menu.php:704
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
486 |
msgid "Go"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: bws_menu.php:632 bws_menu.php:662 bws_menu.php:708
|
|
|
|
|
490 |
msgid "DONATE"
|
491 |
msgstr ""
|
492 |
|
493 |
# @ captcha
|
494 |
+
#: bws_menu.php:678
|
495 |
msgid "Recommended plugins"
|
496 |
msgstr "Plugins Recomendados"
|
497 |
|
498 |
# @ default
|
499 |
+
#: bws_menu.php:716
|
500 |
#, fuzzy
|
501 |
msgid "Install now"
|
502 |
msgstr "Instalar %s"
|
503 |
|
504 |
+
#: bws_menu.php:737
|
505 |
msgid "Try again"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: bws_menu.php:755
|
509 |
#, php-format
|
510 |
msgid "Preview “%s”"
|
511 |
msgstr ""
|
512 |
|
513 |
# @ default
|
514 |
+
#: bws_menu.php:786
|
515 |
#, php-format
|
516 |
msgid "Install %s"
|
517 |
msgstr "Instalar %s"
|
518 |
|
519 |
# @ default
|
520 |
+
#: bws_menu.php:786
|
521 |
#, fuzzy
|
522 |
msgid "Install Now"
|
523 |
msgstr "Instalar %s"
|
524 |
|
525 |
+
#: bws_menu.php:789
|
526 |
#, php-format
|
527 |
msgid "Update to version %s"
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: bws_menu.php:789
|
531 |
msgid "Update"
|
532 |
msgstr ""
|
533 |
|
534 |
+
#: bws_menu.php:796
|
535 |
#, php-format
|
536 |
msgid "Preview %s"
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: bws_menu.php:796
|
540 |
msgid "Preview"
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: bws_menu.php:802 bws_menu.php:834
|
|
|
544 |
#, php-format
|
545 |
msgid "By %s"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: bws_menu.php:808
|
549 |
msgid "Details"
|
550 |
msgstr ""
|
551 |
|
552 |
# @ default
|
553 |
+
#: bws_menu.php:840
|
554 |
#, fuzzy
|
555 |
msgid "Already Installed"
|
556 |
msgstr "Instalar %s"
|
557 |
|
558 |
# @ captcha
|
559 |
+
#: bws_menu.php:856
|
560 |
msgid "Environment"
|
561 |
msgstr "Ambiente"
|
562 |
|
563 |
# @ captcha
|
564 |
+
#: bws_menu.php:867
|
565 |
msgid "Active Plugins"
|
566 |
msgstr "Plugins Ativos"
|
567 |
|
568 |
# @ captcha
|
569 |
+
#: bws_menu.php:880
|
570 |
msgid "Inactive Plugins"
|
571 |
msgstr "Plugins Inativos"
|
572 |
|
573 |
# @ captcha
|
574 |
+
#: bws_menu.php:896
|
575 |
msgid "Send to support"
|
576 |
msgstr "Enviar para o suporte"
|
577 |
|
578 |
# @ captcha
|
579 |
+
#: bws_menu.php:903
|
580 |
msgid "Send to custom email »"
|
581 |
msgstr "Enviar para email personalizado »"
|
582 |
|
583 |
# @ captcha
|
584 |
#~ msgid "Pro plugins"
|
585 |
#~ msgstr "Plugins Pro"
|
586 |
+
|
587 |
# @ captcha
|
588 |
#~ msgid "Activated plugins"
|
589 |
#~ msgstr "Plugins ativados"
|
590 |
+
|
591 |
# @ captcha
|
592 |
#~ msgid "Read more"
|
593 |
#~ msgstr "Leia Mais"
|
594 |
+
|
595 |
# @ captcha
|
596 |
#~ msgid "Purchase"
|
597 |
#~ msgstr "Compra"
|
598 |
+
|
599 |
# @ captcha
|
600 |
#~ msgid "Free plugins"
|
601 |
#~ msgstr "Plugins Grátis"
|
602 |
+
|
603 |
# @ captcha
|
604 |
#~ msgid "Download"
|
605 |
#~ msgstr "Baixar"
|
606 |
+
|
607 |
# @ captcha
|
608 |
#~ msgid "Install now from wordpress.org"
|
609 |
#~ msgstr "Instale agora do site do wordpress (wordpress.org)"
|
610 |
+
|
611 |
# @ captcha
|
612 |
#, fuzzy
|
613 |
#~ msgid "Activated theme"
|
623 |
#~ msgid "Recommended themes"
|
624 |
#~ msgstr "Plugins Recomendados"
|
625 |
|
|
|
|
|
|
|
626 |
# @ default
|
627 |
#, fuzzy
|
628 |
#~ msgid "installed"
|
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,294 +16,500 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
msgid "Not set"
|
21 |
msgstr "Не задан"
|
22 |
|
23 |
-
#: bws_menu.php:
|
24 |
-
#: bws_menu.php:
|
25 |
msgid "On"
|
26 |
msgstr "Вкл"
|
27 |
|
28 |
-
#: bws_menu.php:
|
29 |
-
#: bws_menu.php:
|
30 |
msgid "Off"
|
31 |
msgstr "Выкл"
|
32 |
|
33 |
-
#: bws_menu.php:
|
34 |
-
#: bws_menu.php:
|
35 |
-
#: bws_menu.php:
|
36 |
-
#: bws_menu.php:
|
37 |
-
#: bws_menu.php:
|
38 |
-
#: bws_menu.php:
|
39 |
msgid "N/A"
|
40 |
msgstr "Неизвестно"
|
41 |
|
42 |
-
#: bws_menu.php:
|
43 |
msgid " Mb"
|
44 |
msgstr "Mb"
|
45 |
|
46 |
-
#: bws_menu.php:
|
47 |
-
#: bws_menu.php:
|
48 |
-
#: bws_menu.php:
|
49 |
-
#: bws_menu.php:
|
50 |
msgid "Yes"
|
51 |
msgstr "Да"
|
52 |
|
53 |
-
#: bws_menu.php:
|
54 |
-
#: bws_menu.php:
|
55 |
-
#: bws_menu.php:
|
56 |
-
#: bws_menu.php:
|
57 |
msgid "No"
|
58 |
msgstr "Нет"
|
59 |
|
60 |
-
#: bws_menu.php:
|
61 |
msgid "Operating System"
|
62 |
msgstr "Операционная система"
|
63 |
|
64 |
-
#: bws_menu.php:
|
65 |
msgid "Server"
|
66 |
msgstr "Тип сервера"
|
67 |
|
68 |
-
#: bws_menu.php:
|
69 |
msgid "Memory usage"
|
70 |
msgstr "Памяти использовано"
|
71 |
|
72 |
-
#: bws_menu.php:
|
73 |
msgid "MYSQL Version"
|
74 |
msgstr "Версия MYSQL"
|
75 |
|
76 |
-
#: bws_menu.php:
|
77 |
msgid "SQL Mode"
|
78 |
msgstr "Режим SQL"
|
79 |
|
80 |
-
#: bws_menu.php:
|
81 |
msgid "PHP Version"
|
82 |
msgstr "Версия PHP"
|
83 |
|
84 |
-
#: bws_menu.php:
|
85 |
msgid "PHP Safe Mode"
|
86 |
msgstr "PHP Safe Mode"
|
87 |
|
88 |
-
#: bws_menu.php:
|
89 |
msgid "PHP Allow URL fopen"
|
90 |
msgstr "PHP Allow URL fopen"
|
91 |
|
92 |
-
#: bws_menu.php:
|
93 |
msgid "PHP Memory Limit"
|
94 |
msgstr "Лимит памяти"
|
95 |
|
96 |
-
#: bws_menu.php:
|
97 |
msgid "PHP Max Upload Size"
|
98 |
msgstr "Макс. размер загружаемого файла"
|
99 |
|
100 |
-
#: bws_menu.php:
|
101 |
msgid "PHP Max Post Size"
|
102 |
msgstr "Макс. размер записи"
|
103 |
|
104 |
-
#: bws_menu.php:
|
105 |
msgid "PHP Max Script Execute Time"
|
106 |
msgstr "Макс. время выполнения сценария"
|
107 |
|
108 |
-
#: bws_menu.php:
|
109 |
msgid "PHP Exif support"
|
110 |
msgstr "Поддержка PHP Exif"
|
111 |
|
112 |
-
#: bws_menu.php:
|
113 |
msgid "PHP IPTC support"
|
114 |
msgstr "Поддержка PHP IPTC"
|
115 |
|
116 |
-
#: bws_menu.php:
|
117 |
msgid "PHP XML support"
|
118 |
msgstr "Поддержка PHP XML"
|
119 |
|
120 |
-
#: bws_menu.php:
|
121 |
msgid "Site URL"
|
122 |
msgstr "Адрес сайта"
|
123 |
|
124 |
-
#: bws_menu.php:
|
125 |
msgid "Home URL"
|
126 |
msgstr "Основной адрес сайта"
|
127 |
|
128 |
-
#: bws_menu.php:
|
129 |
msgid "WordPress Version"
|
130 |
msgstr "Версия WordPress"
|
131 |
|
132 |
-
#: bws_menu.php:
|
133 |
msgid "WordPress DB Version"
|
134 |
msgstr "Версия базы данных WordPress"
|
135 |
|
136 |
-
#: bws_menu.php:
|
137 |
msgid "Multisite"
|
138 |
msgstr "Мультиблог"
|
139 |
|
140 |
-
#: bws_menu.php:
|
141 |
msgid "Active Theme"
|
142 |
msgstr "Текущая тема"
|
143 |
|
144 |
-
#: bws_menu.php:
|
145 |
msgid "Please enter a valid email address."
|
146 |
msgstr "Пожалуйста, введите валидный емайл."
|
147 |
|
148 |
-
#: bws_menu.php:
|
149 |
msgid "Email with system info is sent to "
|
150 |
msgstr "E-mail с системной информацией отправлен на"
|
151 |
|
152 |
-
#: bws_menu.php:
|
153 |
msgid "Thank you for contacting us."
|
154 |
msgstr "Спасибо что связались с нами."
|
155 |
|
156 |
-
#: bws_menu.php:
|
157 |
msgid "Sorry, email message could not be delivered."
|
158 |
msgstr "Извините, ваш email не может быть отправлен."
|
159 |
|
160 |
-
#: bws_menu.php:
|
161 |
msgid "Need help?"
|
162 |
msgstr "Нужна помощь?"
|
163 |
|
164 |
-
#: bws_menu.php:
|
165 |
msgid "Client area"
|
166 |
msgstr "Client area"
|
167 |
|
168 |
-
#: bws_menu.php:
|
169 |
-
#: bws_menu.php:
|
170 |
msgid "System status"
|
171 |
msgstr "Системная информация"
|
172 |
|
173 |
-
#: bws_menu.php:
|
174 |
msgid "Plugins"
|
175 |
msgstr "Плагины"
|
176 |
|
177 |
-
#: bws_menu.php:
|
178 |
msgid "Themes"
|
179 |
msgstr "Темы"
|
180 |
|
181 |
-
#: bws_menu.php:
|
182 |
msgid "All"
|
183 |
msgstr "Все"
|
184 |
|
185 |
-
#: bws_menu.php:
|
186 |
msgid "Installed"
|
187 |
msgstr "Установленные"
|
188 |
|
189 |
-
#: bws_menu.php:
|
190 |
msgid "Recommended"
|
191 |
msgstr "Рекомендованные"
|
192 |
|
193 |
-
#: bws_menu.php:
|
194 |
msgid "Installed plugins"
|
195 |
msgstr "Установленные плагины"
|
196 |
|
197 |
-
#: bws_menu.php:
|
198 |
-
#: bws_menu.php:
|
199 |
-
#: bws_menu.php:563
|
200 |
-
#: bws_menu.php:593
|
201 |
-
#: bws_menu.php:639
|
202 |
-
msgid "Learn more"
|
203 |
-
msgstr "Подробнее"
|
204 |
-
|
205 |
-
#: bws_menu.php:517
|
206 |
-
#: bws_menu.php:566
|
207 |
msgid "Settings"
|
208 |
msgstr "Настройки"
|
209 |
|
210 |
-
#: bws_menu.php:
|
211 |
-
#: bws_menu.php:
|
212 |
msgid "Activate this plugin"
|
213 |
msgstr "Активировать плагин"
|
214 |
|
215 |
-
#: bws_menu.php:
|
216 |
-
#: bws_menu.php:
|
217 |
-
|
218 |
-
msgstr "Активировать"
|
219 |
-
|
220 |
-
#: bws_menu.php:553
|
221 |
-
#: bws_menu.php:583
|
222 |
-
#: bws_menu.php:629
|
223 |
msgid "Go"
|
224 |
msgstr "Перейти на"
|
225 |
|
226 |
-
#: bws_menu.php:
|
227 |
-
#: bws_menu.php:
|
228 |
-
#: bws_menu.php:
|
229 |
msgid "DONATE"
|
230 |
msgstr "Пожертвовать"
|
231 |
|
232 |
-
#: bws_menu.php:
|
233 |
msgid "Recommended plugins"
|
234 |
msgstr "Рекомендованные к установке плагины"
|
235 |
|
236 |
-
#: bws_menu.php:
|
237 |
msgid "Install now"
|
238 |
msgstr "Установить"
|
239 |
|
240 |
-
#: bws_menu.php:
|
241 |
msgid "Try again"
|
242 |
msgstr "Попробовать снова"
|
243 |
|
244 |
-
#: bws_menu.php:
|
245 |
#, php-format
|
246 |
msgid "Preview “%s”"
|
247 |
msgstr "Просмотр “%s”"
|
248 |
|
249 |
-
#: bws_menu.php:
|
250 |
#, php-format
|
251 |
msgid "Install %s"
|
252 |
msgstr "Установлено %s"
|
253 |
|
254 |
-
#: bws_menu.php:
|
255 |
msgid "Install Now"
|
256 |
msgstr "Установить"
|
257 |
|
258 |
-
#: bws_menu.php:
|
259 |
#, php-format
|
260 |
msgid "Update to version %s"
|
261 |
msgstr "Обновить до версии %s"
|
262 |
|
263 |
-
#: bws_menu.php:
|
264 |
msgid "Update"
|
265 |
msgstr "Обновить"
|
266 |
|
267 |
-
#: bws_menu.php:
|
268 |
#, php-format
|
269 |
msgid "Preview %s"
|
270 |
msgstr "Просмотр %s"
|
271 |
|
272 |
-
#: bws_menu.php:
|
273 |
msgid "Preview"
|
274 |
msgstr "Просмотр"
|
275 |
|
276 |
-
#: bws_menu.php:
|
277 |
-
#: bws_menu.php:
|
278 |
#, php-format
|
279 |
msgid "By %s"
|
280 |
msgstr "%s"
|
281 |
|
282 |
-
#: bws_menu.php:
|
283 |
msgid "Details"
|
284 |
msgstr "Детали"
|
285 |
|
286 |
-
#: bws_menu.php:
|
287 |
msgid "Already Installed"
|
288 |
msgstr "Уже установлена"
|
289 |
|
290 |
-
#: bws_menu.php:
|
291 |
msgid "Environment"
|
292 |
msgstr "Системная среда"
|
293 |
|
294 |
-
#: bws_menu.php:
|
295 |
msgid "Active Plugins"
|
296 |
msgstr "Активированные плагины"
|
297 |
|
298 |
-
#: bws_menu.php:
|
299 |
msgid "Inactive Plugins"
|
300 |
msgstr "Неактивированные плагины"
|
301 |
|
302 |
-
#: bws_menu.php:
|
303 |
msgid "Send to support"
|
304 |
msgstr "Отправить в тех. поддержку"
|
305 |
|
306 |
-
#: bws_menu.php:
|
307 |
msgid "Send to custom email »"
|
308 |
msgstr "Отправить на емейл »"
|
309 |
|
@@ -349,9 +555,6 @@ msgstr "Отправить на емейл »"
|
|
349 |
#~ msgid "Recommended themes"
|
350 |
#~ msgstr "Рекомендованные темы"
|
351 |
|
352 |
-
#~ msgid "If you have any questions, please contact us via"
|
353 |
-
#~ msgstr "Если у вас есть какие-то вопросы, обращайтесь на"
|
354 |
-
|
355 |
#~ msgid "Switch to old interface"
|
356 |
#~ msgstr "Переключится на старый интерфейс"
|
357 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-03-05 13:14+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-03-20 11:07+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:84
|
20 |
+
msgid "requires"
|
21 |
+
msgstr "требует"
|
22 |
+
|
23 |
+
#: bws_functions.php:85
|
24 |
+
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
25 |
+
msgstr "или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и попробуйте еще раз."
|
26 |
+
|
27 |
+
#: bws_functions.php:86
|
28 |
+
msgid "Back to the WordPress"
|
29 |
+
msgstr "Вернуться к WordPress на"
|
30 |
+
|
31 |
+
#: bws_functions.php:87
|
32 |
+
msgid "Plugins page"
|
33 |
+
msgstr "Страницу плагинов"
|
34 |
+
|
35 |
+
#: bws_functions.php:134
|
36 |
+
msgid "Learn More"
|
37 |
+
msgstr "Подробнее"
|
38 |
+
|
39 |
+
#: bws_functions.php:137
|
40 |
+
msgid "It’s time to upgrade your"
|
41 |
+
msgstr "Настало время обновить Ваш"
|
42 |
+
|
43 |
+
#: bws_functions.php:137
|
44 |
+
msgid "to"
|
45 |
+
msgstr "до"
|
46 |
+
|
47 |
+
#: bws_functions.php:137
|
48 |
+
msgid "version!"
|
49 |
+
msgstr "версии!"
|
50 |
+
|
51 |
+
#: bws_functions.php:138
|
52 |
+
msgid "Extend standard plugin functionality with new great options."
|
53 |
+
msgstr "Расширяет возможности стандартного функционала плагина."
|
54 |
+
|
55 |
+
#: bws_functions.php:158
|
56 |
+
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
57 |
+
msgstr "Если вам понравился плагин, пожалуйста, поставьте нам 5 звезд на WordPress"
|
58 |
+
|
59 |
+
#: bws_functions.php:159
|
60 |
+
msgid "Rate the plugin"
|
61 |
+
msgstr "Оценить плагин"
|
62 |
+
|
63 |
+
#: bws_functions.php:162
|
64 |
+
msgid "If there is something wrong about it, please contact us"
|
65 |
+
msgstr "Если у вас есть какие-то вопросы, обращайтесь"
|
66 |
+
|
67 |
+
#: bws_functions.php:179
|
68 |
+
#: bws_functions.php:215
|
69 |
+
#: bws_functions.php:395
|
70 |
+
msgid "Wrong license key"
|
71 |
+
msgstr "Неправильный лицензионный ключ"
|
72 |
+
|
73 |
+
#: bws_functions.php:209
|
74 |
+
#: bws_functions.php:389
|
75 |
+
#: bws_functions.php:426
|
76 |
+
msgid "Something went wrong. Please try again later. If the error appears again, please contact us"
|
77 |
+
msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами"
|
78 |
+
|
79 |
+
#: bws_functions.php:209
|
80 |
+
#: bws_functions.php:389
|
81 |
+
#: bws_functions.php:426
|
82 |
+
msgid "We are sorry for inconvenience."
|
83 |
+
msgstr "Приносим извинения за неудобства."
|
84 |
+
|
85 |
+
#: bws_functions.php:217
|
86 |
+
#: bws_functions.php:397
|
87 |
+
msgid "This license key is bind to another site"
|
88 |
+
msgstr "Этот лицензионный ключ привязан к другому сайту"
|
89 |
+
|
90 |
+
#: bws_functions.php:219
|
91 |
+
#: bws_functions.php:348
|
92 |
+
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
93 |
+
msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
|
94 |
+
|
95 |
+
#: bws_functions.php:221
|
96 |
+
msgid "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your"
|
97 |
+
msgstr "К сожалению, время использования вашей лицензии истекло. Для получения обновлений приоритетного саппорта вам нужно продлить лицензию перейдя на вашей"
|
98 |
+
|
99 |
+
#: bws_functions.php:223
|
100 |
+
msgid "Unfortunately, the PRO licence was already installed to this domain. The PRO Trial license can be installed only once."
|
101 |
+
msgstr "К сожалению, PRO лицензия уже была установлена на этом доменен. PRO Trial лицензия может быть установлена только один раз."
|
102 |
+
|
103 |
+
#: bws_functions.php:234
|
104 |
+
#: bws_functions.php:256
|
105 |
+
#: bws_functions.php:278
|
106 |
+
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
107 |
+
msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
|
108 |
+
|
109 |
+
#: bws_functions.php:246
|
110 |
+
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
111 |
+
msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
|
112 |
+
|
113 |
+
#: bws_functions.php:252
|
114 |
+
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
115 |
+
msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
|
116 |
+
|
117 |
+
#: bws_functions.php:259
|
118 |
+
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
119 |
+
msgstr "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
|
120 |
+
|
121 |
+
#: bws_functions.php:282
|
122 |
+
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience."
|
123 |
+
msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
|
124 |
+
|
125 |
+
#: bws_functions.php:307
|
126 |
+
msgid "Please, enter Your license key"
|
127 |
+
msgstr "Пожалуйста, введите ваш лицензионный ключ"
|
128 |
+
|
129 |
+
#: bws_functions.php:324
|
130 |
+
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
131 |
+
msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
|
132 |
+
|
133 |
+
#: bws_functions.php:326
|
134 |
+
msgid "Please, go to"
|
135 |
+
msgstr "Пожалуйста, перейдите на"
|
136 |
+
|
137 |
+
#: bws_functions.php:326
|
138 |
+
msgid "the setting page"
|
139 |
+
msgstr "страницу настроек"
|
140 |
+
|
141 |
+
#: bws_functions.php:327
|
142 |
+
msgid "You will be redirected automatically in 5 seconds."
|
143 |
+
msgstr "Вы будете перенаправлены автоматически через 5 секунд."
|
144 |
+
|
145 |
+
#: bws_functions.php:332
|
146 |
+
msgid "You can download and activate"
|
147 |
+
msgstr "Вы можете скачать и активировать"
|
148 |
+
|
149 |
+
#: bws_functions.php:334
|
150 |
+
msgid "version of this plugin by entering Your license key."
|
151 |
+
msgstr "версию этого плагина, введя ваш лицензионный ключ."
|
152 |
+
|
153 |
+
#: bws_functions.php:336
|
154 |
+
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
155 |
+
msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
|
156 |
+
|
157 |
+
#: bws_functions.php:338
|
158 |
+
msgid "(your username is the email you specify when purchasing the product)."
|
159 |
+
msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
|
160 |
+
|
161 |
+
#: bws_functions.php:346
|
162 |
+
#: bws_functions.php:354
|
163 |
+
#: bws_menu.php:613
|
164 |
+
#: bws_menu.php:670
|
165 |
+
msgid "Activate"
|
166 |
+
msgstr "Активировать"
|
167 |
+
|
168 |
+
#: bws_functions.php:399
|
169 |
+
msgid "This license key is valid, but Your license has expired. If you want to update our plugin in future, you should extend the license."
|
170 |
+
msgstr "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите обновлять плагин в будущем, вы должны продлить лицензию."
|
171 |
+
|
172 |
+
#: bws_functions.php:401
|
173 |
+
msgid "Unfortunately, you have exceeded the number of available tries."
|
174 |
+
msgstr "К сожалению, вы превысили количество доступных попыток."
|
175 |
+
|
176 |
+
#: bws_functions.php:405
|
177 |
+
msgid "The license key is valid. Your license will expire on"
|
178 |
+
msgstr "Лицензионный ключ принят. Ваша лицензия истечет"
|
179 |
+
|
180 |
+
#: bws_functions.php:407
|
181 |
+
msgid "The license key is valid."
|
182 |
+
msgstr "Лицензионный ключ принят."
|
183 |
+
|
184 |
+
#: bws_functions.php:431
|
185 |
+
msgid "Please, enter your license key"
|
186 |
+
msgstr "Пожалуйста, введите Ваш лицензионный ключ"
|
187 |
+
|
188 |
+
#: bws_functions.php:444
|
189 |
+
msgid "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"
|
190 |
+
msgstr "При необходимости вы можете проверить валидность лицензионного ключа или повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на своей личной странице - Client area - на нашем сайте"
|
191 |
+
|
192 |
+
#: bws_functions.php:444
|
193 |
+
msgid "(your username is the email you specify when purchasing the product). If necessary, please submit \"Lost your password?\" request."
|
194 |
+
msgstr "(ваш пользователь это емейл, который вы указывали при покупке продукта). При необходимости нажмите \"Lost your password?\"."
|
195 |
+
|
196 |
+
#: bws_functions.php:448
|
197 |
+
msgid "Check license key"
|
198 |
+
msgstr "Проверка лицензионного ключа"
|
199 |
+
|
200 |
+
#: bws_functions.php:462
|
201 |
+
msgid "WARNING: We have noticed illegal use of our plugin by you. We strongly recommend you to solve the problem within 24 hours, otherwise the plugin will be deactivated. Please go to your personal"
|
202 |
+
msgstr "ВНИМАНИЕ: Было замечено незаконное использования вами нашего плагина. Мы настоятельно рекомендуем Вам, решить данную проблему в течение 24 часов, в противном случае плагин будет деативирован. Пожалуйста, перейдите на вашу личную"
|
203 |
+
|
204 |
+
#: bws_functions.php:462
|
205 |
+
msgid "(your username is the email you specify when purchasing the product), where you can make the necessary changes."
|
206 |
+
msgstr "(ваш пользователь это емейл, который вы указывали при покупке продукта), где вы можете сделать необходимые изменения."
|
207 |
+
|
208 |
+
#: bws_functions.php:468
|
209 |
+
msgid "Your license has expired. To continue getting top-priority support and plugin updates you should extend it."
|
210 |
+
msgstr "Время использования вашей лицензии истекло. Если вы хотите обновлять ваш плагин в дальшем и иметь приоритетную тех.поддержку, то вам нужно продлить лицензию."
|
211 |
+
|
212 |
+
#: bws_functions.php:468
|
213 |
+
#: bws_functions.php:502
|
214 |
+
#: bws_menu.php:589
|
215 |
+
#: bws_menu.php:611
|
216 |
+
#: bws_menu.php:638
|
217 |
+
#: bws_menu.php:668
|
218 |
+
#: bws_menu.php:714
|
219 |
+
msgid "Learn more"
|
220 |
+
msgstr "Подробнее"
|
221 |
+
|
222 |
+
#: bws_functions.php:502
|
223 |
+
msgid "You license for"
|
224 |
+
msgstr "Ваш лицензионный ключ для"
|
225 |
+
|
226 |
+
#: bws_functions.php:502
|
227 |
+
msgid "expires on"
|
228 |
+
msgstr "истекает"
|
229 |
+
|
230 |
+
#: bws_functions.php:502
|
231 |
+
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
232 |
+
msgstr "и вы не будете получать приоритетную тех.поддержку или обновления."
|
233 |
+
|
234 |
+
#: bws_functions.php:580
|
235 |
+
msgid "Close"
|
236 |
+
msgstr "Закрыть"
|
237 |
+
|
238 |
+
#: bws_menu.php:426
|
239 |
msgid "Not set"
|
240 |
msgstr "Не задан"
|
241 |
|
242 |
+
#: bws_menu.php:428
|
243 |
+
#: bws_menu.php:429
|
244 |
msgid "On"
|
245 |
msgstr "Вкл"
|
246 |
|
247 |
+
#: bws_menu.php:428
|
248 |
+
#: bws_menu.php:429
|
249 |
msgid "Off"
|
250 |
msgstr "Выкл"
|
251 |
|
252 |
+
#: bws_menu.php:430
|
253 |
+
#: bws_menu.php:431
|
254 |
+
#: bws_menu.php:432
|
255 |
+
#: bws_menu.php:433
|
256 |
+
#: bws_menu.php:434
|
257 |
+
#: bws_menu.php:446
|
258 |
msgid "N/A"
|
259 |
msgstr "Неизвестно"
|
260 |
|
261 |
+
#: bws_menu.php:434
|
262 |
msgid " Mb"
|
263 |
msgstr "Mb"
|
264 |
|
265 |
+
#: bws_menu.php:435
|
266 |
+
#: bws_menu.php:436
|
267 |
+
#: bws_menu.php:437
|
268 |
+
#: bws_menu.php:442
|
269 |
msgid "Yes"
|
270 |
msgstr "Да"
|
271 |
|
272 |
+
#: bws_menu.php:435
|
273 |
+
#: bws_menu.php:436
|
274 |
+
#: bws_menu.php:437
|
275 |
+
#: bws_menu.php:444
|
276 |
msgid "No"
|
277 |
msgstr "Нет"
|
278 |
|
279 |
+
#: bws_menu.php:454
|
280 |
msgid "Operating System"
|
281 |
msgstr "Операционная система"
|
282 |
|
283 |
+
#: bws_menu.php:455
|
284 |
msgid "Server"
|
285 |
msgstr "Тип сервера"
|
286 |
|
287 |
+
#: bws_menu.php:456
|
288 |
msgid "Memory usage"
|
289 |
msgstr "Памяти использовано"
|
290 |
|
291 |
+
#: bws_menu.php:457
|
292 |
msgid "MYSQL Version"
|
293 |
msgstr "Версия MYSQL"
|
294 |
|
295 |
+
#: bws_menu.php:458
|
296 |
msgid "SQL Mode"
|
297 |
msgstr "Режим SQL"
|
298 |
|
299 |
+
#: bws_menu.php:459
|
300 |
msgid "PHP Version"
|
301 |
msgstr "Версия PHP"
|
302 |
|
303 |
+
#: bws_menu.php:460
|
304 |
msgid "PHP Safe Mode"
|
305 |
msgstr "PHP Safe Mode"
|
306 |
|
307 |
+
#: bws_menu.php:461
|
308 |
msgid "PHP Allow URL fopen"
|
309 |
msgstr "PHP Allow URL fopen"
|
310 |
|
311 |
+
#: bws_menu.php:462
|
312 |
msgid "PHP Memory Limit"
|
313 |
msgstr "Лимит памяти"
|
314 |
|
315 |
+
#: bws_menu.php:463
|
316 |
msgid "PHP Max Upload Size"
|
317 |
msgstr "Макс. размер загружаемого файла"
|
318 |
|
319 |
+
#: bws_menu.php:464
|
320 |
msgid "PHP Max Post Size"
|
321 |
msgstr "Макс. размер записи"
|
322 |
|
323 |
+
#: bws_menu.php:465
|
324 |
msgid "PHP Max Script Execute Time"
|
325 |
msgstr "Макс. время выполнения сценария"
|
326 |
|
327 |
+
#: bws_menu.php:466
|
328 |
msgid "PHP Exif support"
|
329 |
msgstr "Поддержка PHP Exif"
|
330 |
|
331 |
+
#: bws_menu.php:467
|
332 |
msgid "PHP IPTC support"
|
333 |
msgstr "Поддержка PHP IPTC"
|
334 |
|
335 |
+
#: bws_menu.php:468
|
336 |
msgid "PHP XML support"
|
337 |
msgstr "Поддержка PHP XML"
|
338 |
|
339 |
+
#: bws_menu.php:469
|
340 |
msgid "Site URL"
|
341 |
msgstr "Адрес сайта"
|
342 |
|
343 |
+
#: bws_menu.php:470
|
344 |
msgid "Home URL"
|
345 |
msgstr "Основной адрес сайта"
|
346 |
|
347 |
+
#: bws_menu.php:473
|
348 |
msgid "WordPress Version"
|
349 |
msgstr "Версия WordPress"
|
350 |
|
351 |
+
#: bws_menu.php:474
|
352 |
msgid "WordPress DB Version"
|
353 |
msgstr "Версия базы данных WordPress"
|
354 |
|
355 |
+
#: bws_menu.php:475
|
356 |
msgid "Multisite"
|
357 |
msgstr "Мультиблог"
|
358 |
|
359 |
+
#: bws_menu.php:476
|
360 |
msgid "Active Theme"
|
361 |
msgstr "Текущая тема"
|
362 |
|
363 |
+
#: bws_menu.php:491
|
364 |
msgid "Please enter a valid email address."
|
365 |
msgstr "Пожалуйста, введите валидный емайл."
|
366 |
|
367 |
+
#: bws_menu.php:495
|
368 |
msgid "Email with system info is sent to "
|
369 |
msgstr "E-mail с системной информацией отправлен на"
|
370 |
|
371 |
+
#: bws_menu.php:499
|
372 |
msgid "Thank you for contacting us."
|
373 |
msgstr "Спасибо что связались с нами."
|
374 |
|
375 |
+
#: bws_menu.php:532
|
376 |
msgid "Sorry, email message could not be delivered."
|
377 |
msgstr "Извините, ваш email не может быть отправлен."
|
378 |
|
379 |
+
#: bws_menu.php:540
|
380 |
msgid "Need help?"
|
381 |
msgstr "Нужна помощь?"
|
382 |
|
383 |
+
#: bws_menu.php:541
|
384 |
msgid "Client area"
|
385 |
msgstr "Client area"
|
386 |
|
387 |
+
#: bws_menu.php:542
|
388 |
+
#: bws_menu.php:853
|
389 |
msgid "System status"
|
390 |
msgstr "Системная информация"
|
391 |
|
392 |
+
#: bws_menu.php:547
|
393 |
msgid "Plugins"
|
394 |
msgstr "Плагины"
|
395 |
|
396 |
+
#: bws_menu.php:549
|
397 |
msgid "Themes"
|
398 |
msgstr "Темы"
|
399 |
|
400 |
+
#: bws_menu.php:554
|
401 |
msgid "All"
|
402 |
msgstr "Все"
|
403 |
|
404 |
+
#: bws_menu.php:555
|
405 |
msgid "Installed"
|
406 |
msgstr "Установленные"
|
407 |
|
408 |
+
#: bws_menu.php:556
|
409 |
msgid "Recommended"
|
410 |
msgstr "Рекомендованные"
|
411 |
|
412 |
+
#: bws_menu.php:560
|
413 |
msgid "Installed plugins"
|
414 |
msgstr "Установленные плагины"
|
415 |
|
416 |
+
#: bws_menu.php:592
|
417 |
+
#: bws_menu.php:641
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
418 |
msgid "Settings"
|
419 |
msgstr "Настройки"
|
420 |
|
421 |
+
#: bws_menu.php:613
|
422 |
+
#: bws_menu.php:670
|
423 |
msgid "Activate this plugin"
|
424 |
msgstr "Активировать плагин"
|
425 |
|
426 |
+
#: bws_menu.php:628
|
427 |
+
#: bws_menu.php:658
|
428 |
+
#: bws_menu.php:704
|
|
|
|
|
|
|
|
|
|
|
429 |
msgid "Go"
|
430 |
msgstr "Перейти на"
|
431 |
|
432 |
+
#: bws_menu.php:632
|
433 |
+
#: bws_menu.php:662
|
434 |
+
#: bws_menu.php:708
|
435 |
msgid "DONATE"
|
436 |
msgstr "Пожертвовать"
|
437 |
|
438 |
+
#: bws_menu.php:678
|
439 |
msgid "Recommended plugins"
|
440 |
msgstr "Рекомендованные к установке плагины"
|
441 |
|
442 |
+
#: bws_menu.php:716
|
443 |
msgid "Install now"
|
444 |
msgstr "Установить"
|
445 |
|
446 |
+
#: bws_menu.php:737
|
447 |
msgid "Try again"
|
448 |
msgstr "Попробовать снова"
|
449 |
|
450 |
+
#: bws_menu.php:755
|
451 |
#, php-format
|
452 |
msgid "Preview “%s”"
|
453 |
msgstr "Просмотр “%s”"
|
454 |
|
455 |
+
#: bws_menu.php:786
|
456 |
#, php-format
|
457 |
msgid "Install %s"
|
458 |
msgstr "Установлено %s"
|
459 |
|
460 |
+
#: bws_menu.php:786
|
461 |
msgid "Install Now"
|
462 |
msgstr "Установить"
|
463 |
|
464 |
+
#: bws_menu.php:789
|
465 |
#, php-format
|
466 |
msgid "Update to version %s"
|
467 |
msgstr "Обновить до версии %s"
|
468 |
|
469 |
+
#: bws_menu.php:789
|
470 |
msgid "Update"
|
471 |
msgstr "Обновить"
|
472 |
|
473 |
+
#: bws_menu.php:796
|
474 |
#, php-format
|
475 |
msgid "Preview %s"
|
476 |
msgstr "Просмотр %s"
|
477 |
|
478 |
+
#: bws_menu.php:796
|
479 |
msgid "Preview"
|
480 |
msgstr "Просмотр"
|
481 |
|
482 |
+
#: bws_menu.php:802
|
483 |
+
#: bws_menu.php:834
|
484 |
#, php-format
|
485 |
msgid "By %s"
|
486 |
msgstr "%s"
|
487 |
|
488 |
+
#: bws_menu.php:808
|
489 |
msgid "Details"
|
490 |
msgstr "Детали"
|
491 |
|
492 |
+
#: bws_menu.php:840
|
493 |
msgid "Already Installed"
|
494 |
msgstr "Уже установлена"
|
495 |
|
496 |
+
#: bws_menu.php:856
|
497 |
msgid "Environment"
|
498 |
msgstr "Системная среда"
|
499 |
|
500 |
+
#: bws_menu.php:867
|
501 |
msgid "Active Plugins"
|
502 |
msgstr "Активированные плагины"
|
503 |
|
504 |
+
#: bws_menu.php:880
|
505 |
msgid "Inactive Plugins"
|
506 |
msgstr "Неактивированные плагины"
|
507 |
|
508 |
+
#: bws_menu.php:896
|
509 |
msgid "Send to support"
|
510 |
msgstr "Отправить в тех. поддержку"
|
511 |
|
512 |
+
#: bws_menu.php:903
|
513 |
msgid "Send to custom email »"
|
514 |
msgstr "Отправить на емейл »"
|
515 |
|
555 |
#~ msgid "Recommended themes"
|
556 |
#~ msgstr "Рекомендованные темы"
|
557 |
|
|
|
|
|
|
|
558 |
#~ msgid "Switch to old interface"
|
559 |
#~ msgstr "Переключится на старый интерфейс"
|
560 |
|
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"
|
@@ -14,312 +14,520 @@ msgstr ""
|
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
17 |
-
"X-Generator: Poedit 1.5.
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
msgid "Not set"
|
22 |
msgstr "Nije podešeno"
|
23 |
|
24 |
-
#: bws_menu.php:
|
25 |
-
#: bws_menu.php:354
|
26 |
msgid "On"
|
27 |
msgstr "Uključeno"
|
28 |
|
29 |
-
#: bws_menu.php:
|
30 |
-
#: bws_menu.php:354
|
31 |
msgid "Off"
|
32 |
msgstr "Isključeno"
|
33 |
|
34 |
-
#: bws_menu.php:
|
35 |
-
#: bws_menu.php:
|
36 |
-
#: bws_menu.php:357
|
37 |
-
#: bws_menu.php:358
|
38 |
-
#: bws_menu.php:359
|
39 |
-
#: bws_menu.php:371
|
40 |
msgid "N/A"
|
41 |
msgstr "N/A"
|
42 |
|
43 |
-
#: bws_menu.php:
|
44 |
msgid " Mb"
|
45 |
msgstr " Mb"
|
46 |
|
47 |
-
#: bws_menu.php:
|
48 |
-
#: bws_menu.php:361
|
49 |
-
#: bws_menu.php:362
|
50 |
-
#: bws_menu.php:367
|
51 |
msgid "Yes"
|
52 |
msgstr "Da"
|
53 |
|
54 |
-
#: bws_menu.php:
|
55 |
-
#: bws_menu.php:361
|
56 |
-
#: bws_menu.php:362
|
57 |
-
#: bws_menu.php:369
|
58 |
msgid "No"
|
59 |
msgstr "Ne"
|
60 |
|
61 |
-
#: bws_menu.php:
|
62 |
msgid "Operating System"
|
63 |
msgstr "Operativni Sistem"
|
64 |
|
65 |
-
#: bws_menu.php:
|
66 |
msgid "Server"
|
67 |
msgstr "Server"
|
68 |
|
69 |
-
#: bws_menu.php:
|
70 |
msgid "Memory usage"
|
71 |
msgstr "Upotreba memorije"
|
72 |
|
73 |
-
#: bws_menu.php:
|
74 |
msgid "MYSQL Version"
|
75 |
msgstr "MYSQL Verzija"
|
76 |
|
77 |
-
#: bws_menu.php:
|
78 |
msgid "SQL Mode"
|
79 |
msgstr "SQL način"
|
80 |
|
81 |
-
#: bws_menu.php:
|
82 |
msgid "PHP Version"
|
83 |
msgstr "PHP Verzija"
|
84 |
|
85 |
-
#: bws_menu.php:
|
86 |
msgid "PHP Safe Mode"
|
87 |
msgstr "PHP Sigurni način"
|
88 |
|
89 |
-
#: bws_menu.php:
|
90 |
msgid "PHP Allow URL fopen"
|
91 |
msgstr "PHP Dozvoli URL fopen"
|
92 |
|
93 |
-
#: bws_menu.php:
|
94 |
msgid "PHP Memory Limit"
|
95 |
msgstr "PHP Ograničenje memorije"
|
96 |
|
97 |
-
#: bws_menu.php:
|
98 |
#, fuzzy
|
99 |
msgid "PHP Max Upload Size"
|
100 |
msgstr "Envoi de fichier"
|
101 |
|
102 |
-
#: bws_menu.php:
|
103 |
msgid "PHP Max Post Size"
|
104 |
msgstr "PHP Max veličina za učitavanje"
|
105 |
|
106 |
-
#: bws_menu.php:
|
107 |
msgid "PHP Max Script Execute Time"
|
108 |
msgstr "PHP Max veličina posta"
|
109 |
|
110 |
-
#: bws_menu.php:
|
111 |
msgid "PHP Exif support"
|
112 |
msgstr "PHP Exif podrška"
|
113 |
|
114 |
-
#: bws_menu.php:
|
115 |
msgid "PHP IPTC support"
|
116 |
msgstr "PHP IPTC podrška"
|
117 |
|
118 |
-
#: bws_menu.php:
|
119 |
msgid "PHP XML support"
|
120 |
msgstr "PHP XML podrška"
|
121 |
|
122 |
-
#: bws_menu.php:
|
123 |
#, fuzzy
|
124 |
msgid "Site URL"
|
125 |
msgstr "URL du lien"
|
126 |
|
127 |
-
#: bws_menu.php:
|
128 |
msgid "Home URL"
|
129 |
msgstr "URL naslovne"
|
130 |
|
131 |
-
#: bws_menu.php:
|
132 |
msgid "WordPress Version"
|
133 |
msgstr "WordPress Verzija"
|
134 |
|
135 |
-
#: bws_menu.php:
|
136 |
msgid "WordPress DB Version"
|
137 |
msgstr "WordPress DB Verzija"
|
138 |
|
139 |
-
#: bws_menu.php:
|
140 |
msgid "Multisite"
|
141 |
msgstr "Višenamenski sajt"
|
142 |
|
143 |
-
#: bws_menu.php:
|
144 |
msgid "Active Theme"
|
145 |
msgstr "Aktivna tema"
|
146 |
|
147 |
-
#: bws_menu.php:
|
148 |
msgid "Please enter a valid email address."
|
149 |
msgstr "Molimo unesite važeću mejl adresu"
|
150 |
|
151 |
-
#: bws_menu.php:
|
152 |
msgid "Email with system info is sent to "
|
153 |
msgstr "Mejl sa sistemskim informacijama je poslat na"
|
154 |
|
155 |
-
#: bws_menu.php:
|
156 |
msgid "Thank you for contacting us."
|
157 |
msgstr "Hvala što ste nas kontaktirali"
|
158 |
|
159 |
-
#: bws_menu.php:
|
160 |
msgid "Sorry, email message could not be delivered."
|
161 |
msgstr "Nažalost mejl poruka nije prosleđena"
|
162 |
|
163 |
-
#: bws_menu.php:
|
164 |
msgid "Need help?"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: bws_menu.php:
|
168 |
msgid "Client area"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: bws_menu.php:
|
172 |
-
#: bws_menu.php:778
|
173 |
msgid "System status"
|
174 |
msgstr "Sistemski status"
|
175 |
|
176 |
-
#: bws_menu.php:
|
177 |
#, fuzzy
|
178 |
msgid "Plugins"
|
179 |
msgstr "Pro moduli"
|
180 |
|
181 |
-
#: bws_menu.php:
|
182 |
msgid "Themes"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: bws_menu.php:
|
186 |
msgid "All"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: bws_menu.php:
|
190 |
#, fuzzy
|
191 |
msgid "Installed"
|
192 |
msgstr "Instalacija %s"
|
193 |
|
194 |
-
#: bws_menu.php:
|
195 |
#, fuzzy
|
196 |
msgid "Recommended"
|
197 |
msgstr "Preporučeni moduli"
|
198 |
|
199 |
-
#: bws_menu.php:
|
200 |
msgid "Installed plugins"
|
201 |
msgstr "Instalirani moduli"
|
202 |
|
203 |
-
#: bws_menu.php:
|
204 |
-
#: bws_menu.php:536
|
205 |
-
#: bws_menu.php:563
|
206 |
-
#: bws_menu.php:593
|
207 |
-
#: bws_menu.php:639
|
208 |
-
#, fuzzy
|
209 |
-
msgid "Learn more"
|
210 |
-
msgstr "Pročitaj više"
|
211 |
-
|
212 |
-
#: bws_menu.php:517
|
213 |
-
#: bws_menu.php:566
|
214 |
msgid "Settings"
|
215 |
msgstr "Podešavanja"
|
216 |
|
217 |
-
#: bws_menu.php:
|
218 |
-
#: bws_menu.php:595
|
219 |
#, fuzzy
|
220 |
msgid "Activate this plugin"
|
221 |
msgstr "Aktivirani moduli"
|
222 |
|
223 |
-
#: bws_menu.php:
|
224 |
-
#: bws_menu.php:595
|
225 |
-
#, fuzzy
|
226 |
-
msgid "Activate"
|
227 |
-
msgstr "Aktivirani moduli"
|
228 |
-
|
229 |
-
#: bws_menu.php:553
|
230 |
-
#: bws_menu.php:583
|
231 |
-
#: bws_menu.php:629
|
232 |
msgid "Go"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: bws_menu.php:
|
236 |
-
#: bws_menu.php:587
|
237 |
-
#: bws_menu.php:633
|
238 |
msgid "DONATE"
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: bws_menu.php:
|
242 |
msgid "Recommended plugins"
|
243 |
msgstr "Preporučeni moduli"
|
244 |
|
245 |
-
#: bws_menu.php:
|
246 |
#, fuzzy
|
247 |
msgid "Install now"
|
248 |
msgstr "Instalacija %s"
|
249 |
|
250 |
-
#: bws_menu.php:
|
251 |
msgid "Try again"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: bws_menu.php:
|
255 |
#, php-format
|
256 |
msgid "Preview “%s”"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: bws_menu.php:
|
260 |
#, php-format
|
261 |
msgid "Install %s"
|
262 |
msgstr "Instalacija %s"
|
263 |
|
264 |
-
#: bws_menu.php:
|
265 |
#, fuzzy
|
266 |
msgid "Install Now"
|
267 |
msgstr "Instalacija %s"
|
268 |
|
269 |
-
#: bws_menu.php:
|
270 |
#, php-format
|
271 |
msgid "Update to version %s"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: bws_menu.php:
|
275 |
#, fuzzy
|
276 |
msgid "Update"
|
277 |
msgstr "date"
|
278 |
|
279 |
-
#: bws_menu.php:
|
280 |
#, php-format
|
281 |
msgid "Preview %s"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: bws_menu.php:
|
285 |
msgid "Preview"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: bws_menu.php:
|
289 |
-
#: bws_menu.php:759
|
290 |
#, php-format
|
291 |
msgid "By %s"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: bws_menu.php:
|
295 |
msgid "Details"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: bws_menu.php:
|
299 |
#, fuzzy
|
300 |
msgid "Already Installed"
|
301 |
msgstr "Instalacija %s"
|
302 |
|
303 |
-
#: bws_menu.php:
|
304 |
msgid "Environment"
|
305 |
msgstr "Okruženje"
|
306 |
|
307 |
-
#: bws_menu.php:
|
308 |
#, fuzzy
|
309 |
msgid "Active Plugins"
|
310 |
msgstr "Extensions activées"
|
311 |
|
312 |
-
#: bws_menu.php:
|
313 |
#, fuzzy
|
314 |
msgid "Inactive Plugins"
|
315 |
msgstr "Extensions activées"
|
316 |
|
317 |
-
#: bws_menu.php:
|
318 |
#, fuzzy
|
319 |
msgid "Send to support"
|
320 |
msgstr "Soutien"
|
321 |
|
322 |
-
#: bws_menu.php:
|
323 |
msgid "Send to custom email »"
|
324 |
msgstr "Pošalji na korisnički mejl »"
|
325 |
|
@@ -356,9 +564,6 @@ msgstr "Pošalji na korisnički mejl »"
|
|
356 |
#~ msgid "Recommended themes"
|
357 |
#~ msgstr "Preporučeni moduli"
|
358 |
|
359 |
-
#~ msgid "If you have any questions, please contact us via"
|
360 |
-
#~ msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
|
361 |
-
|
362 |
#, fuzzy
|
363 |
#~ msgid "installed"
|
364 |
#~ msgstr "Instalacija %s"
|
@@ -442,9 +647,6 @@ msgstr "Pošalji na korisnički mejl »"
|
|
442 |
#~ msgid "sort images"
|
443 |
#~ msgstr "poređaj slike"
|
444 |
|
445 |
-
#~ msgid "on the plugin settings page ("
|
446 |
-
#~ msgstr "na stranici za podešavanje modula ("
|
447 |
-
|
448 |
#~ msgid "Title"
|
449 |
#~ msgstr "Naslov"
|
450 |
|
@@ -563,9 +765,6 @@ msgstr "Pošalji na korisnički mejl »"
|
|
563 |
#~ msgid "Vertical"
|
564 |
#~ msgstr "Vertikalno"
|
565 |
|
566 |
-
#~ msgid "top"
|
567 |
-
#~ msgstr "vrh"
|
568 |
-
|
569 |
#~ msgid "bottom"
|
570 |
#~ msgstr "dno"
|
571 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-03-05 13:14+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-03-05 13:15+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"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
17 |
+
"X-Generator: Poedit 1.5.4\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: bws_functions.php:84
|
21 |
+
msgid "requires"
|
22 |
+
msgstr ""
|
23 |
+
|
24 |
+
#: bws_functions.php:85
|
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:86
|
31 |
+
msgid "Back to the WordPress"
|
32 |
+
msgstr ""
|
33 |
+
|
34 |
+
#: bws_functions.php:87
|
35 |
+
#, fuzzy
|
36 |
+
msgid "Plugins page"
|
37 |
+
msgstr "Pro moduli"
|
38 |
+
|
39 |
+
#: bws_functions.php:134
|
40 |
+
#, fuzzy
|
41 |
+
msgid "Learn More"
|
42 |
+
msgstr "Pročitaj više"
|
43 |
+
|
44 |
+
#: bws_functions.php:137
|
45 |
+
msgid "It’s time to upgrade your"
|
46 |
+
msgstr ""
|
47 |
+
|
48 |
+
#: bws_functions.php:137
|
49 |
+
#, fuzzy
|
50 |
+
msgid "to"
|
51 |
+
msgstr "vrh"
|
52 |
+
|
53 |
+
#: bws_functions.php:137
|
54 |
+
#, fuzzy
|
55 |
+
msgid "version!"
|
56 |
+
msgstr "PHP Verzija"
|
57 |
+
|
58 |
+
#: bws_functions.php:138
|
59 |
+
msgid "Extend standard plugin functionality with new great options."
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: bws_functions.php:158
|
63 |
+
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: bws_functions.php:159
|
67 |
+
#, fuzzy
|
68 |
+
msgid "Rate the plugin"
|
69 |
+
msgstr "Aktivirani moduli"
|
70 |
+
|
71 |
+
#: bws_functions.php:162
|
72 |
+
#, fuzzy
|
73 |
+
msgid "If there is something wrong about it, please contact us"
|
74 |
+
msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
|
75 |
+
|
76 |
+
#: bws_functions.php:179 bws_functions.php:215 bws_functions.php:395
|
77 |
+
msgid "Wrong license key"
|
78 |
+
msgstr ""
|
79 |
+
|
80 |
+
#: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
|
81 |
+
msgid ""
|
82 |
+
"Something went wrong. Please try again later. If the error appears again, "
|
83 |
+
"please contact us"
|
84 |
+
msgstr ""
|
85 |
+
|
86 |
+
#: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
|
87 |
+
msgid "We are sorry for inconvenience."
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
+
#: bws_functions.php:217 bws_functions.php:397
|
91 |
+
msgid "This license key is bind to another site"
|
92 |
+
msgstr ""
|
93 |
+
|
94 |
+
#: bws_functions.php:219 bws_functions.php:348
|
95 |
+
msgid ""
|
96 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
97 |
+
"Please, upload the plugin manually."
|
98 |
+
msgstr ""
|
99 |
+
|
100 |
+
#: bws_functions.php:221
|
101 |
+
msgid ""
|
102 |
+
"Unfortunately, Your license has expired. To continue getting top-priority "
|
103 |
+
"support and plugin updates you should extend it in your"
|
104 |
+
msgstr ""
|
105 |
+
|
106 |
+
#: bws_functions.php:223
|
107 |
+
msgid ""
|
108 |
+
"Unfortunately, the PRO licence was already installed to this domain. The PRO "
|
109 |
+
"Trial license can be installed only once."
|
110 |
+
msgstr ""
|
111 |
+
|
112 |
+
#: bws_functions.php:234 bws_functions.php:256 bws_functions.php:278
|
113 |
+
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
114 |
+
msgstr ""
|
115 |
+
|
116 |
+
#: bws_functions.php:246
|
117 |
+
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
+
#: bws_functions.php:252
|
121 |
+
msgid ""
|
122 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
123 |
+
"plugin manually"
|
124 |
+
msgstr ""
|
125 |
+
|
126 |
+
#: bws_functions.php:259
|
127 |
+
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: bws_functions.php:282
|
131 |
+
msgid ""
|
132 |
+
"Something went wrong. Try again later or upload the plugin manually. We are "
|
133 |
+
"sorry for inconvenience."
|
134 |
+
msgstr ""
|
135 |
+
|
136 |
+
#: bws_functions.php:307
|
137 |
+
msgid "Please, enter Your license key"
|
138 |
+
msgstr ""
|
139 |
+
|
140 |
+
#: bws_functions.php:324
|
141 |
+
msgid ""
|
142 |
+
"Congratulations! The PRO version of the plugin is successfully download and "
|
143 |
+
"activated."
|
144 |
+
msgstr ""
|
145 |
+
|
146 |
+
#: bws_functions.php:326
|
147 |
+
msgid "Please, go to"
|
148 |
+
msgstr ""
|
149 |
+
|
150 |
+
#: bws_functions.php:326
|
151 |
+
#, fuzzy
|
152 |
+
msgid "the setting page"
|
153 |
+
msgstr "na stranici za podešavanje modula ("
|
154 |
+
|
155 |
+
#: bws_functions.php:327
|
156 |
+
msgid "You will be redirected automatically in 5 seconds."
|
157 |
+
msgstr ""
|
158 |
+
|
159 |
+
#: bws_functions.php:332
|
160 |
+
msgid "You can download and activate"
|
161 |
+
msgstr ""
|
162 |
+
|
163 |
+
#: bws_functions.php:334
|
164 |
+
msgid "version of this plugin by entering Your license key."
|
165 |
+
msgstr ""
|
166 |
+
|
167 |
+
#: bws_functions.php:336
|
168 |
+
msgid ""
|
169 |
+
"You can find your license key on your personal page Client area, by clicking "
|
170 |
+
"on the link"
|
171 |
+
msgstr ""
|
172 |
+
|
173 |
+
#: bws_functions.php:338
|
174 |
+
msgid "(your username is the email you specify when purchasing the product)."
|
175 |
+
msgstr ""
|
176 |
+
|
177 |
+
#: bws_functions.php:346 bws_functions.php:354 bws_menu.php:613
|
178 |
+
#: bws_menu.php:670
|
179 |
+
#, fuzzy
|
180 |
+
msgid "Activate"
|
181 |
+
msgstr "Aktivirani moduli"
|
182 |
+
|
183 |
+
#: bws_functions.php:399
|
184 |
+
msgid ""
|
185 |
+
"This license key is valid, but Your license has expired. If you want to "
|
186 |
+
"update our plugin in future, you should extend the license."
|
187 |
+
msgstr ""
|
188 |
+
|
189 |
+
#: bws_functions.php:401
|
190 |
+
msgid "Unfortunately, you have exceeded the number of available tries."
|
191 |
+
msgstr ""
|
192 |
+
|
193 |
+
#: bws_functions.php:405
|
194 |
+
msgid "The license key is valid. Your license will expire on"
|
195 |
+
msgstr ""
|
196 |
+
|
197 |
+
#: bws_functions.php:407
|
198 |
+
msgid "The license key is valid."
|
199 |
+
msgstr ""
|
200 |
+
|
201 |
+
#: bws_functions.php:431
|
202 |
+
msgid "Please, enter your license key"
|
203 |
+
msgstr ""
|
204 |
+
|
205 |
+
#: bws_functions.php:444
|
206 |
+
msgid ""
|
207 |
+
"If needed you can check if the license key is correct or reenter it in the "
|
208 |
+
"field below. You can find your license key on your personal page - Client "
|
209 |
+
"area - on our website"
|
210 |
+
msgstr ""
|
211 |
+
|
212 |
+
#: bws_functions.php:444
|
213 |
+
msgid ""
|
214 |
+
"(your username is the email you specify when purchasing the product). If "
|
215 |
+
"necessary, please submit \"Lost your password?\" request."
|
216 |
+
msgstr ""
|
217 |
+
|
218 |
+
#: bws_functions.php:448
|
219 |
+
msgid "Check license key"
|
220 |
+
msgstr ""
|
221 |
+
|
222 |
+
#: bws_functions.php:462
|
223 |
+
msgid ""
|
224 |
+
"WARNING: We have noticed illegal use of our plugin by you. We strongly "
|
225 |
+
"recommend you to solve the problem within 24 hours, otherwise the plugin "
|
226 |
+
"will be deactivated. Please go to your personal"
|
227 |
+
msgstr ""
|
228 |
+
|
229 |
+
#: bws_functions.php:462
|
230 |
+
msgid ""
|
231 |
+
"(your username is the email you specify when purchasing the product), where "
|
232 |
+
"you can make the necessary changes."
|
233 |
+
msgstr ""
|
234 |
+
|
235 |
+
#: bws_functions.php:468
|
236 |
+
msgid ""
|
237 |
+
"Your license has expired. To continue getting top-priority support and "
|
238 |
+
"plugin updates you should extend it."
|
239 |
+
msgstr ""
|
240 |
+
|
241 |
+
#: bws_functions.php:468 bws_functions.php:502 bws_menu.php:589
|
242 |
+
#: bws_menu.php:611 bws_menu.php:638 bws_menu.php:668 bws_menu.php:714
|
243 |
+
#, fuzzy
|
244 |
+
msgid "Learn more"
|
245 |
+
msgstr "Pročitaj više"
|
246 |
+
|
247 |
+
#: bws_functions.php:502
|
248 |
+
msgid "You license for"
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
+
#: bws_functions.php:502
|
252 |
+
msgid "expires on"
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: bws_functions.php:502
|
256 |
+
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
257 |
+
msgstr ""
|
258 |
+
|
259 |
+
#: bws_functions.php:580
|
260 |
+
msgid "Close"
|
261 |
+
msgstr ""
|
262 |
+
|
263 |
+
#: bws_menu.php:426
|
264 |
msgid "Not set"
|
265 |
msgstr "Nije podešeno"
|
266 |
|
267 |
+
#: bws_menu.php:428 bws_menu.php:429
|
|
|
268 |
msgid "On"
|
269 |
msgstr "Uključeno"
|
270 |
|
271 |
+
#: bws_menu.php:428 bws_menu.php:429
|
|
|
272 |
msgid "Off"
|
273 |
msgstr "Isključeno"
|
274 |
|
275 |
+
#: bws_menu.php:430 bws_menu.php:431 bws_menu.php:432 bws_menu.php:433
|
276 |
+
#: bws_menu.php:434 bws_menu.php:446
|
|
|
|
|
|
|
|
|
277 |
msgid "N/A"
|
278 |
msgstr "N/A"
|
279 |
|
280 |
+
#: bws_menu.php:434
|
281 |
msgid " Mb"
|
282 |
msgstr " Mb"
|
283 |
|
284 |
+
#: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:442
|
|
|
|
|
|
|
285 |
msgid "Yes"
|
286 |
msgstr "Da"
|
287 |
|
288 |
+
#: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:444
|
|
|
|
|
|
|
289 |
msgid "No"
|
290 |
msgstr "Ne"
|
291 |
|
292 |
+
#: bws_menu.php:454
|
293 |
msgid "Operating System"
|
294 |
msgstr "Operativni Sistem"
|
295 |
|
296 |
+
#: bws_menu.php:455
|
297 |
msgid "Server"
|
298 |
msgstr "Server"
|
299 |
|
300 |
+
#: bws_menu.php:456
|
301 |
msgid "Memory usage"
|
302 |
msgstr "Upotreba memorije"
|
303 |
|
304 |
+
#: bws_menu.php:457
|
305 |
msgid "MYSQL Version"
|
306 |
msgstr "MYSQL Verzija"
|
307 |
|
308 |
+
#: bws_menu.php:458
|
309 |
msgid "SQL Mode"
|
310 |
msgstr "SQL način"
|
311 |
|
312 |
+
#: bws_menu.php:459
|
313 |
msgid "PHP Version"
|
314 |
msgstr "PHP Verzija"
|
315 |
|
316 |
+
#: bws_menu.php:460
|
317 |
msgid "PHP Safe Mode"
|
318 |
msgstr "PHP Sigurni način"
|
319 |
|
320 |
+
#: bws_menu.php:461
|
321 |
msgid "PHP Allow URL fopen"
|
322 |
msgstr "PHP Dozvoli URL fopen"
|
323 |
|
324 |
+
#: bws_menu.php:462
|
325 |
msgid "PHP Memory Limit"
|
326 |
msgstr "PHP Ograničenje memorije"
|
327 |
|
328 |
+
#: bws_menu.php:463
|
329 |
#, fuzzy
|
330 |
msgid "PHP Max Upload Size"
|
331 |
msgstr "Envoi de fichier"
|
332 |
|
333 |
+
#: bws_menu.php:464
|
334 |
msgid "PHP Max Post Size"
|
335 |
msgstr "PHP Max veličina za učitavanje"
|
336 |
|
337 |
+
#: bws_menu.php:465
|
338 |
msgid "PHP Max Script Execute Time"
|
339 |
msgstr "PHP Max veličina posta"
|
340 |
|
341 |
+
#: bws_menu.php:466
|
342 |
msgid "PHP Exif support"
|
343 |
msgstr "PHP Exif podrška"
|
344 |
|
345 |
+
#: bws_menu.php:467
|
346 |
msgid "PHP IPTC support"
|
347 |
msgstr "PHP IPTC podrška"
|
348 |
|
349 |
+
#: bws_menu.php:468
|
350 |
msgid "PHP XML support"
|
351 |
msgstr "PHP XML podrška"
|
352 |
|
353 |
+
#: bws_menu.php:469
|
354 |
#, fuzzy
|
355 |
msgid "Site URL"
|
356 |
msgstr "URL du lien"
|
357 |
|
358 |
+
#: bws_menu.php:470
|
359 |
msgid "Home URL"
|
360 |
msgstr "URL naslovne"
|
361 |
|
362 |
+
#: bws_menu.php:473
|
363 |
msgid "WordPress Version"
|
364 |
msgstr "WordPress Verzija"
|
365 |
|
366 |
+
#: bws_menu.php:474
|
367 |
msgid "WordPress DB Version"
|
368 |
msgstr "WordPress DB Verzija"
|
369 |
|
370 |
+
#: bws_menu.php:475
|
371 |
msgid "Multisite"
|
372 |
msgstr "Višenamenski sajt"
|
373 |
|
374 |
+
#: bws_menu.php:476
|
375 |
msgid "Active Theme"
|
376 |
msgstr "Aktivna tema"
|
377 |
|
378 |
+
#: bws_menu.php:491
|
379 |
msgid "Please enter a valid email address."
|
380 |
msgstr "Molimo unesite važeću mejl adresu"
|
381 |
|
382 |
+
#: bws_menu.php:495
|
383 |
msgid "Email with system info is sent to "
|
384 |
msgstr "Mejl sa sistemskim informacijama je poslat na"
|
385 |
|
386 |
+
#: bws_menu.php:499
|
387 |
msgid "Thank you for contacting us."
|
388 |
msgstr "Hvala što ste nas kontaktirali"
|
389 |
|
390 |
+
#: bws_menu.php:532
|
391 |
msgid "Sorry, email message could not be delivered."
|
392 |
msgstr "Nažalost mejl poruka nije prosleđena"
|
393 |
|
394 |
+
#: bws_menu.php:540
|
395 |
msgid "Need help?"
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: bws_menu.php:541
|
399 |
msgid "Client area"
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: bws_menu.php:542 bws_menu.php:853
|
|
|
403 |
msgid "System status"
|
404 |
msgstr "Sistemski status"
|
405 |
|
406 |
+
#: bws_menu.php:547
|
407 |
#, fuzzy
|
408 |
msgid "Plugins"
|
409 |
msgstr "Pro moduli"
|
410 |
|
411 |
+
#: bws_menu.php:549
|
412 |
msgid "Themes"
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: bws_menu.php:554
|
416 |
msgid "All"
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: bws_menu.php:555
|
420 |
#, fuzzy
|
421 |
msgid "Installed"
|
422 |
msgstr "Instalacija %s"
|
423 |
|
424 |
+
#: bws_menu.php:556
|
425 |
#, fuzzy
|
426 |
msgid "Recommended"
|
427 |
msgstr "Preporučeni moduli"
|
428 |
|
429 |
+
#: bws_menu.php:560
|
430 |
msgid "Installed plugins"
|
431 |
msgstr "Instalirani moduli"
|
432 |
|
433 |
+
#: bws_menu.php:592 bws_menu.php:641
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
434 |
msgid "Settings"
|
435 |
msgstr "Podešavanja"
|
436 |
|
437 |
+
#: bws_menu.php:613 bws_menu.php:670
|
|
|
438 |
#, fuzzy
|
439 |
msgid "Activate this plugin"
|
440 |
msgstr "Aktivirani moduli"
|
441 |
|
442 |
+
#: bws_menu.php:628 bws_menu.php:658 bws_menu.php:704
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
443 |
msgid "Go"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: bws_menu.php:632 bws_menu.php:662 bws_menu.php:708
|
|
|
|
|
447 |
msgid "DONATE"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: bws_menu.php:678
|
451 |
msgid "Recommended plugins"
|
452 |
msgstr "Preporučeni moduli"
|
453 |
|
454 |
+
#: bws_menu.php:716
|
455 |
#, fuzzy
|
456 |
msgid "Install now"
|
457 |
msgstr "Instalacija %s"
|
458 |
|
459 |
+
#: bws_menu.php:737
|
460 |
msgid "Try again"
|
461 |
msgstr ""
|
462 |
|
463 |
+
#: bws_menu.php:755
|
464 |
#, php-format
|
465 |
msgid "Preview “%s”"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: bws_menu.php:786
|
469 |
#, php-format
|
470 |
msgid "Install %s"
|
471 |
msgstr "Instalacija %s"
|
472 |
|
473 |
+
#: bws_menu.php:786
|
474 |
#, fuzzy
|
475 |
msgid "Install Now"
|
476 |
msgstr "Instalacija %s"
|
477 |
|
478 |
+
#: bws_menu.php:789
|
479 |
#, php-format
|
480 |
msgid "Update to version %s"
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: bws_menu.php:789
|
484 |
#, fuzzy
|
485 |
msgid "Update"
|
486 |
msgstr "date"
|
487 |
|
488 |
+
#: bws_menu.php:796
|
489 |
#, php-format
|
490 |
msgid "Preview %s"
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: bws_menu.php:796
|
494 |
msgid "Preview"
|
495 |
msgstr ""
|
496 |
|
497 |
+
#: bws_menu.php:802 bws_menu.php:834
|
|
|
498 |
#, php-format
|
499 |
msgid "By %s"
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: bws_menu.php:808
|
503 |
msgid "Details"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: bws_menu.php:840
|
507 |
#, fuzzy
|
508 |
msgid "Already Installed"
|
509 |
msgstr "Instalacija %s"
|
510 |
|
511 |
+
#: bws_menu.php:856
|
512 |
msgid "Environment"
|
513 |
msgstr "Okruženje"
|
514 |
|
515 |
+
#: bws_menu.php:867
|
516 |
#, fuzzy
|
517 |
msgid "Active Plugins"
|
518 |
msgstr "Extensions activées"
|
519 |
|
520 |
+
#: bws_menu.php:880
|
521 |
#, fuzzy
|
522 |
msgid "Inactive Plugins"
|
523 |
msgstr "Extensions activées"
|
524 |
|
525 |
+
#: bws_menu.php:896
|
526 |
#, fuzzy
|
527 |
msgid "Send to support"
|
528 |
msgstr "Soutien"
|
529 |
|
530 |
+
#: bws_menu.php:903
|
531 |
msgid "Send to custom email »"
|
532 |
msgstr "Pošalji na korisnički mejl »"
|
533 |
|
564 |
#~ msgid "Recommended themes"
|
565 |
#~ msgstr "Preporučeni moduli"
|
566 |
|
|
|
|
|
|
|
567 |
#, fuzzy
|
568 |
#~ msgid "installed"
|
569 |
#~ msgstr "Instalacija %s"
|
647 |
#~ msgid "sort images"
|
648 |
#~ msgstr "poređaj slike"
|
649 |
|
|
|
|
|
|
|
650 |
#~ msgid "Title"
|
651 |
#~ msgstr "Naslov"
|
652 |
|
765 |
#~ msgid "Vertical"
|
766 |
#~ msgstr "Vertikalno"
|
767 |
|
|
|
|
|
|
|
768 |
#~ msgid "bottom"
|
769 |
#~ msgstr "dno"
|
770 |
|
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"
|
@@ -13,305 +13,512 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Generator: Poedit 1.5.
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
msgid "Not set"
|
21 |
msgstr "Inte angiven"
|
22 |
|
23 |
-
#: bws_menu.php:
|
24 |
-
#: bws_menu.php:354
|
25 |
msgid "On"
|
26 |
msgstr "På"
|
27 |
|
28 |
-
#: bws_menu.php:
|
29 |
-
#: bws_menu.php:354
|
30 |
msgid "Off"
|
31 |
msgstr "Av"
|
32 |
|
33 |
-
#: bws_menu.php:
|
34 |
-
#: bws_menu.php:
|
35 |
-
#: bws_menu.php:357
|
36 |
-
#: bws_menu.php:358
|
37 |
-
#: bws_menu.php:359
|
38 |
-
#: bws_menu.php:371
|
39 |
msgid "N/A"
|
40 |
msgstr "Finns ej"
|
41 |
|
42 |
-
#: bws_menu.php:
|
43 |
msgid " Mb"
|
44 |
msgstr " Mb"
|
45 |
|
46 |
-
#: bws_menu.php:
|
47 |
-
#: bws_menu.php:361
|
48 |
-
#: bws_menu.php:362
|
49 |
-
#: bws_menu.php:367
|
50 |
msgid "Yes"
|
51 |
msgstr "Ja"
|
52 |
|
53 |
-
#: bws_menu.php:
|
54 |
-
#: bws_menu.php:361
|
55 |
-
#: bws_menu.php:362
|
56 |
-
#: bws_menu.php:369
|
57 |
msgid "No"
|
58 |
msgstr "Nej"
|
59 |
|
60 |
-
#: bws_menu.php:
|
61 |
msgid "Operating System"
|
62 |
msgstr "Operativsystem"
|
63 |
|
64 |
-
#: bws_menu.php:
|
65 |
msgid "Server"
|
66 |
msgstr "Server"
|
67 |
|
68 |
-
#: bws_menu.php:
|
69 |
msgid "Memory usage"
|
70 |
msgstr "Minnesanvändning"
|
71 |
|
72 |
-
#: bws_menu.php:
|
73 |
msgid "MYSQL Version"
|
74 |
msgstr "MySQL-version"
|
75 |
|
76 |
-
#: bws_menu.php:
|
77 |
msgid "SQL Mode"
|
78 |
msgstr "SQL-läge"
|
79 |
|
80 |
-
#: bws_menu.php:
|
81 |
msgid "PHP Version"
|
82 |
msgstr "PHP-version"
|
83 |
|
84 |
-
#: bws_menu.php:
|
85 |
msgid "PHP Safe Mode"
|
86 |
msgstr "PHP säkert läge"
|
87 |
|
88 |
-
#: bws_menu.php:
|
89 |
msgid "PHP Allow URL fopen"
|
90 |
msgstr "PHP tillåt URL fopen"
|
91 |
|
92 |
-
#: bws_menu.php:
|
93 |
msgid "PHP Memory Limit"
|
94 |
msgstr "PHP Minnesgräns"
|
95 |
|
96 |
-
#: bws_menu.php:
|
97 |
msgid "PHP Max Upload Size"
|
98 |
msgstr "PHP Max uppladdningstorlek"
|
99 |
|
100 |
-
#: bws_menu.php:
|
101 |
msgid "PHP Max Post Size"
|
102 |
msgstr "PHP Max poststorlek"
|
103 |
|
104 |
-
#: bws_menu.php:
|
105 |
msgid "PHP Max Script Execute Time"
|
106 |
msgstr "PHP Max skriptexekverinstid"
|
107 |
|
108 |
-
#: bws_menu.php:
|
109 |
msgid "PHP Exif support"
|
110 |
msgstr "PHP Exifstöd"
|
111 |
|
112 |
-
#: bws_menu.php:
|
113 |
msgid "PHP IPTC support"
|
114 |
msgstr "PHP ITPC-stöd"
|
115 |
|
116 |
-
#: bws_menu.php:
|
117 |
msgid "PHP XML support"
|
118 |
msgstr "PHP XML-stöd"
|
119 |
|
120 |
-
#: bws_menu.php:
|
121 |
msgid "Site URL"
|
122 |
msgstr "SajtURL"
|
123 |
|
124 |
-
#: bws_menu.php:
|
125 |
msgid "Home URL"
|
126 |
msgstr "HemURL"
|
127 |
|
128 |
-
#: bws_menu.php:
|
129 |
msgid "WordPress Version"
|
130 |
msgstr "WordPress-version"
|
131 |
|
132 |
-
#: bws_menu.php:
|
133 |
msgid "WordPress DB Version"
|
134 |
msgstr "WordPress-DB-version"
|
135 |
|
136 |
-
#: bws_menu.php:
|
137 |
msgid "Multisite"
|
138 |
msgstr "Multisajt"
|
139 |
|
140 |
-
#: bws_menu.php:
|
141 |
msgid "Active Theme"
|
142 |
msgstr "Aktivt tema"
|
143 |
|
144 |
-
#: bws_menu.php:
|
145 |
msgid "Please enter a valid email address."
|
146 |
msgstr "Var god ange en giltig epost-adress."
|
147 |
|
148 |
-
#: bws_menu.php:
|
149 |
msgid "Email with system info is sent to "
|
150 |
msgstr "Epost med systeminfo är skickat till"
|
151 |
|
152 |
-
#: bws_menu.php:
|
153 |
msgid "Thank you for contacting us."
|
154 |
msgstr "Tack för att du kontaktade oss."
|
155 |
|
156 |
-
#: bws_menu.php:
|
157 |
msgid "Sorry, email message could not be delivered."
|
158 |
msgstr "Ledsen, eposten kunde inte levereras."
|
159 |
|
160 |
-
#: bws_menu.php:
|
161 |
msgid "Need help?"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: bws_menu.php:
|
165 |
msgid "Client area"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: bws_menu.php:
|
169 |
-
#: bws_menu.php:778
|
170 |
msgid "System status"
|
171 |
msgstr "Systemstatus"
|
172 |
|
173 |
-
#: bws_menu.php:
|
174 |
#, fuzzy
|
175 |
msgid "Plugins"
|
176 |
msgstr "Betaltillägg"
|
177 |
|
178 |
-
#: bws_menu.php:
|
179 |
msgid "Themes"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: bws_menu.php:
|
183 |
msgid "All"
|
184 |
msgstr ""
|
185 |
|
186 |
-
#: bws_menu.php:
|
187 |
#, fuzzy
|
188 |
msgid "Installed"
|
189 |
msgstr "Installera %s"
|
190 |
|
191 |
-
#: bws_menu.php:
|
192 |
#, fuzzy
|
193 |
msgid "Recommended"
|
194 |
msgstr "Rekommenderade tillägg"
|
195 |
|
196 |
-
#: bws_menu.php:
|
197 |
msgid "Installed plugins"
|
198 |
msgstr "Installerade tillägg"
|
199 |
|
200 |
-
#: bws_menu.php:
|
201 |
-
#: bws_menu.php:536
|
202 |
-
#: bws_menu.php:563
|
203 |
-
#: bws_menu.php:593
|
204 |
-
#: bws_menu.php:639
|
205 |
-
#, fuzzy
|
206 |
-
msgid "Learn more"
|
207 |
-
msgstr "Läs mer"
|
208 |
-
|
209 |
-
#: bws_menu.php:517
|
210 |
-
#: bws_menu.php:566
|
211 |
msgid "Settings"
|
212 |
msgstr "Inställningar"
|
213 |
|
214 |
-
#: bws_menu.php:
|
215 |
-
#: bws_menu.php:595
|
216 |
#, fuzzy
|
217 |
msgid "Activate this plugin"
|
218 |
msgstr "Aktiverade tillägg"
|
219 |
|
220 |
-
#: bws_menu.php:
|
221 |
-
#: bws_menu.php:595
|
222 |
-
#, fuzzy
|
223 |
-
msgid "Activate"
|
224 |
-
msgstr "Aktiverade tillägg"
|
225 |
-
|
226 |
-
#: bws_menu.php:553
|
227 |
-
#: bws_menu.php:583
|
228 |
-
#: bws_menu.php:629
|
229 |
msgid "Go"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: bws_menu.php:
|
233 |
-
#: bws_menu.php:587
|
234 |
-
#: bws_menu.php:633
|
235 |
msgid "DONATE"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: bws_menu.php:
|
239 |
msgid "Recommended plugins"
|
240 |
msgstr "Rekommenderade tillägg"
|
241 |
|
242 |
-
#: bws_menu.php:
|
243 |
#, fuzzy
|
244 |
msgid "Install now"
|
245 |
msgstr "Установить сейчас"
|
246 |
|
247 |
-
#: bws_menu.php:
|
248 |
msgid "Try again"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: bws_menu.php:
|
252 |
#, php-format
|
253 |
msgid "Preview “%s”"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: bws_menu.php:
|
257 |
#, php-format
|
258 |
msgid "Install %s"
|
259 |
msgstr "Installera %s"
|
260 |
|
261 |
-
#: bws_menu.php:
|
262 |
msgid "Install Now"
|
263 |
msgstr "Установить сейчас"
|
264 |
|
265 |
-
#: bws_menu.php:
|
266 |
#, php-format
|
267 |
msgid "Update to version %s"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: bws_menu.php:
|
271 |
msgid "Update"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: bws_menu.php:
|
275 |
#, php-format
|
276 |
msgid "Preview %s"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: bws_menu.php:
|
280 |
msgid "Preview"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: bws_menu.php:
|
284 |
-
#: bws_menu.php:759
|
285 |
#, php-format
|
286 |
msgid "By %s"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: bws_menu.php:
|
290 |
msgid "Details"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: bws_menu.php:
|
294 |
#, fuzzy
|
295 |
msgid "Already Installed"
|
296 |
msgstr "Installera %s"
|
297 |
|
298 |
-
#: bws_menu.php:
|
299 |
msgid "Environment"
|
300 |
msgstr "Miljövariabler"
|
301 |
|
302 |
-
#: bws_menu.php:
|
303 |
msgid "Active Plugins"
|
304 |
msgstr "Aktiverade tillägg"
|
305 |
|
306 |
-
#: bws_menu.php:
|
307 |
msgid "Inactive Plugins"
|
308 |
msgstr "Inaktiverade tillägg"
|
309 |
|
310 |
-
#: bws_menu.php:
|
311 |
msgid "Send to support"
|
312 |
msgstr "Skicka till support"
|
313 |
|
314 |
-
#: bws_menu.php:
|
315 |
msgid "Send to custom email »"
|
316 |
msgstr "Skicka till anpassad epost »"
|
317 |
|
@@ -348,9 +555,6 @@ msgstr "Skicka till anpassad epost »"
|
|
348 |
#~ msgid "Recommended themes"
|
349 |
#~ msgstr "Rekommenderade tillägg"
|
350 |
|
351 |
-
#~ msgid "If you have any questions, please contact us via"
|
352 |
-
#~ msgstr "Om du har några frågor, kontakta oss via"
|
353 |
-
|
354 |
#, fuzzy
|
355 |
#~ msgid "installed"
|
356 |
#~ msgstr "Installera %s"
|
@@ -477,9 +681,6 @@ msgstr "Skicka till anpassad epost »"
|
|
477 |
#~ msgid "one"
|
478 |
#~ msgstr "ett"
|
479 |
|
480 |
-
#~ msgid "two"
|
481 |
-
#~ msgstr "två"
|
482 |
-
|
483 |
#~ msgid "three"
|
484 |
#~ msgstr "tre"
|
485 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-03-05 13:15+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-03-05 13:15+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"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: bws_functions.php:84
|
20 |
+
msgid "requires"
|
21 |
+
msgstr ""
|
22 |
+
|
23 |
+
#: bws_functions.php:85
|
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:86
|
30 |
+
msgid "Back to the WordPress"
|
31 |
+
msgstr ""
|
32 |
+
|
33 |
+
#: bws_functions.php:87
|
34 |
+
#, fuzzy
|
35 |
+
msgid "Plugins page"
|
36 |
+
msgstr "Betaltillägg"
|
37 |
+
|
38 |
+
#: bws_functions.php:134
|
39 |
+
#, fuzzy
|
40 |
+
msgid "Learn More"
|
41 |
+
msgstr "Läs mer"
|
42 |
+
|
43 |
+
#: bws_functions.php:137
|
44 |
+
msgid "It’s time to upgrade your"
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: bws_functions.php:137
|
48 |
+
#, fuzzy
|
49 |
+
msgid "to"
|
50 |
+
msgstr "två"
|
51 |
+
|
52 |
+
#: bws_functions.php:137
|
53 |
+
#, fuzzy
|
54 |
+
msgid "version!"
|
55 |
+
msgstr "PHP-version"
|
56 |
+
|
57 |
+
#: bws_functions.php:138
|
58 |
+
msgid "Extend standard plugin functionality with new great options."
|
59 |
+
msgstr ""
|
60 |
+
|
61 |
+
#: bws_functions.php:158
|
62 |
+
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
63 |
+
msgstr ""
|
64 |
+
|
65 |
+
#: bws_functions.php:159
|
66 |
+
#, fuzzy
|
67 |
+
msgid "Rate the plugin"
|
68 |
+
msgstr "Aktiverade tillägg"
|
69 |
+
|
70 |
+
#: bws_functions.php:162
|
71 |
+
#, fuzzy
|
72 |
+
msgid "If there is something wrong about it, please contact us"
|
73 |
+
msgstr "Om du har några frågor, kontakta oss via"
|
74 |
+
|
75 |
+
#: bws_functions.php:179 bws_functions.php:215 bws_functions.php:395
|
76 |
+
msgid "Wrong license key"
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
|
80 |
+
msgid ""
|
81 |
+
"Something went wrong. Please try again later. If the error appears again, "
|
82 |
+
"please contact us"
|
83 |
+
msgstr ""
|
84 |
+
|
85 |
+
#: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
|
86 |
+
msgid "We are sorry for inconvenience."
|
87 |
+
msgstr ""
|
88 |
+
|
89 |
+
#: bws_functions.php:217 bws_functions.php:397
|
90 |
+
msgid "This license key is bind to another site"
|
91 |
+
msgstr ""
|
92 |
+
|
93 |
+
#: bws_functions.php:219 bws_functions.php:348
|
94 |
+
msgid ""
|
95 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
96 |
+
"Please, upload the plugin manually."
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: bws_functions.php:221
|
100 |
+
msgid ""
|
101 |
+
"Unfortunately, Your license has expired. To continue getting top-priority "
|
102 |
+
"support and plugin updates you should extend it in your"
|
103 |
+
msgstr ""
|
104 |
+
|
105 |
+
#: bws_functions.php:223
|
106 |
+
msgid ""
|
107 |
+
"Unfortunately, the PRO licence was already installed to this domain. The PRO "
|
108 |
+
"Trial license can be installed only once."
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: bws_functions.php:234 bws_functions.php:256 bws_functions.php:278
|
112 |
+
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
113 |
+
msgstr ""
|
114 |
+
|
115 |
+
#: bws_functions.php:246
|
116 |
+
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
117 |
+
msgstr ""
|
118 |
+
|
119 |
+
#: bws_functions.php:252
|
120 |
+
msgid ""
|
121 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
122 |
+
"plugin manually"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: bws_functions.php:259
|
126 |
+
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
+
#: bws_functions.php:282
|
130 |
+
msgid ""
|
131 |
+
"Something went wrong. Try again later or upload the plugin manually. We are "
|
132 |
+
"sorry for inconvenience."
|
133 |
+
msgstr ""
|
134 |
+
|
135 |
+
#: bws_functions.php:307
|
136 |
+
msgid "Please, enter Your license key"
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
+
#: bws_functions.php:324
|
140 |
+
msgid ""
|
141 |
+
"Congratulations! The PRO version of the plugin is successfully download and "
|
142 |
+
"activated."
|
143 |
+
msgstr ""
|
144 |
+
|
145 |
+
#: bws_functions.php:326
|
146 |
+
msgid "Please, go to"
|
147 |
+
msgstr ""
|
148 |
+
|
149 |
+
#: bws_functions.php:326
|
150 |
+
msgid "the setting page"
|
151 |
+
msgstr ""
|
152 |
+
|
153 |
+
#: bws_functions.php:327
|
154 |
+
msgid "You will be redirected automatically in 5 seconds."
|
155 |
+
msgstr ""
|
156 |
+
|
157 |
+
#: bws_functions.php:332
|
158 |
+
msgid "You can download and activate"
|
159 |
+
msgstr ""
|
160 |
+
|
161 |
+
#: bws_functions.php:334
|
162 |
+
msgid "version of this plugin by entering Your license key."
|
163 |
+
msgstr ""
|
164 |
+
|
165 |
+
#: bws_functions.php:336
|
166 |
+
msgid ""
|
167 |
+
"You can find your license key on your personal page Client area, by clicking "
|
168 |
+
"on the link"
|
169 |
+
msgstr ""
|
170 |
+
|
171 |
+
#: bws_functions.php:338
|
172 |
+
msgid "(your username is the email you specify when purchasing the product)."
|
173 |
+
msgstr ""
|
174 |
+
|
175 |
+
#: bws_functions.php:346 bws_functions.php:354 bws_menu.php:613
|
176 |
+
#: bws_menu.php:670
|
177 |
+
#, fuzzy
|
178 |
+
msgid "Activate"
|
179 |
+
msgstr "Aktiverade tillägg"
|
180 |
+
|
181 |
+
#: bws_functions.php:399
|
182 |
+
msgid ""
|
183 |
+
"This license key is valid, but Your license has expired. If you want to "
|
184 |
+
"update our plugin in future, you should extend the license."
|
185 |
+
msgstr ""
|
186 |
+
|
187 |
+
#: bws_functions.php:401
|
188 |
+
msgid "Unfortunately, you have exceeded the number of available tries."
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#: bws_functions.php:405
|
192 |
+
msgid "The license key is valid. Your license will expire on"
|
193 |
+
msgstr ""
|
194 |
+
|
195 |
+
#: bws_functions.php:407
|
196 |
+
msgid "The license key is valid."
|
197 |
+
msgstr ""
|
198 |
+
|
199 |
+
#: bws_functions.php:431
|
200 |
+
msgid "Please, enter your license key"
|
201 |
+
msgstr ""
|
202 |
+
|
203 |
+
#: bws_functions.php:444
|
204 |
+
msgid ""
|
205 |
+
"If needed you can check if the license key is correct or reenter it in the "
|
206 |
+
"field below. You can find your license key on your personal page - Client "
|
207 |
+
"area - on our website"
|
208 |
+
msgstr ""
|
209 |
+
|
210 |
+
#: bws_functions.php:444
|
211 |
+
msgid ""
|
212 |
+
"(your username is the email you specify when purchasing the product). If "
|
213 |
+
"necessary, please submit \"Lost your password?\" request."
|
214 |
+
msgstr ""
|
215 |
+
|
216 |
+
#: bws_functions.php:448
|
217 |
+
msgid "Check license key"
|
218 |
+
msgstr ""
|
219 |
+
|
220 |
+
#: bws_functions.php:462
|
221 |
+
msgid ""
|
222 |
+
"WARNING: We have noticed illegal use of our plugin by you. We strongly "
|
223 |
+
"recommend you to solve the problem within 24 hours, otherwise the plugin "
|
224 |
+
"will be deactivated. Please go to your personal"
|
225 |
+
msgstr ""
|
226 |
+
|
227 |
+
#: bws_functions.php:462
|
228 |
+
msgid ""
|
229 |
+
"(your username is the email you specify when purchasing the product), where "
|
230 |
+
"you can make the necessary changes."
|
231 |
+
msgstr ""
|
232 |
+
|
233 |
+
#: bws_functions.php:468
|
234 |
+
msgid ""
|
235 |
+
"Your license has expired. To continue getting top-priority support and "
|
236 |
+
"plugin updates you should extend it."
|
237 |
+
msgstr ""
|
238 |
+
|
239 |
+
#: bws_functions.php:468 bws_functions.php:502 bws_menu.php:589
|
240 |
+
#: bws_menu.php:611 bws_menu.php:638 bws_menu.php:668 bws_menu.php:714
|
241 |
+
#, fuzzy
|
242 |
+
msgid "Learn more"
|
243 |
+
msgstr "Läs mer"
|
244 |
+
|
245 |
+
#: bws_functions.php:502
|
246 |
+
msgid "You license for"
|
247 |
+
msgstr ""
|
248 |
+
|
249 |
+
#: bws_functions.php:502
|
250 |
+
msgid "expires on"
|
251 |
+
msgstr ""
|
252 |
+
|
253 |
+
#: bws_functions.php:502
|
254 |
+
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
255 |
+
msgstr ""
|
256 |
+
|
257 |
+
#: bws_functions.php:580
|
258 |
+
msgid "Close"
|
259 |
+
msgstr ""
|
260 |
+
|
261 |
+
#: bws_menu.php:426
|
262 |
msgid "Not set"
|
263 |
msgstr "Inte angiven"
|
264 |
|
265 |
+
#: bws_menu.php:428 bws_menu.php:429
|
|
|
266 |
msgid "On"
|
267 |
msgstr "På"
|
268 |
|
269 |
+
#: bws_menu.php:428 bws_menu.php:429
|
|
|
270 |
msgid "Off"
|
271 |
msgstr "Av"
|
272 |
|
273 |
+
#: bws_menu.php:430 bws_menu.php:431 bws_menu.php:432 bws_menu.php:433
|
274 |
+
#: bws_menu.php:434 bws_menu.php:446
|
|
|
|
|
|
|
|
|
275 |
msgid "N/A"
|
276 |
msgstr "Finns ej"
|
277 |
|
278 |
+
#: bws_menu.php:434
|
279 |
msgid " Mb"
|
280 |
msgstr " Mb"
|
281 |
|
282 |
+
#: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:442
|
|
|
|
|
|
|
283 |
msgid "Yes"
|
284 |
msgstr "Ja"
|
285 |
|
286 |
+
#: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:444
|
|
|
|
|
|
|
287 |
msgid "No"
|
288 |
msgstr "Nej"
|
289 |
|
290 |
+
#: bws_menu.php:454
|
291 |
msgid "Operating System"
|
292 |
msgstr "Operativsystem"
|
293 |
|
294 |
+
#: bws_menu.php:455
|
295 |
msgid "Server"
|
296 |
msgstr "Server"
|
297 |
|
298 |
+
#: bws_menu.php:456
|
299 |
msgid "Memory usage"
|
300 |
msgstr "Minnesanvändning"
|
301 |
|
302 |
+
#: bws_menu.php:457
|
303 |
msgid "MYSQL Version"
|
304 |
msgstr "MySQL-version"
|
305 |
|
306 |
+
#: bws_menu.php:458
|
307 |
msgid "SQL Mode"
|
308 |
msgstr "SQL-läge"
|
309 |
|
310 |
+
#: bws_menu.php:459
|
311 |
msgid "PHP Version"
|
312 |
msgstr "PHP-version"
|
313 |
|
314 |
+
#: bws_menu.php:460
|
315 |
msgid "PHP Safe Mode"
|
316 |
msgstr "PHP säkert läge"
|
317 |
|
318 |
+
#: bws_menu.php:461
|
319 |
msgid "PHP Allow URL fopen"
|
320 |
msgstr "PHP tillåt URL fopen"
|
321 |
|
322 |
+
#: bws_menu.php:462
|
323 |
msgid "PHP Memory Limit"
|
324 |
msgstr "PHP Minnesgräns"
|
325 |
|
326 |
+
#: bws_menu.php:463
|
327 |
msgid "PHP Max Upload Size"
|
328 |
msgstr "PHP Max uppladdningstorlek"
|
329 |
|
330 |
+
#: bws_menu.php:464
|
331 |
msgid "PHP Max Post Size"
|
332 |
msgstr "PHP Max poststorlek"
|
333 |
|
334 |
+
#: bws_menu.php:465
|
335 |
msgid "PHP Max Script Execute Time"
|
336 |
msgstr "PHP Max skriptexekverinstid"
|
337 |
|
338 |
+
#: bws_menu.php:466
|
339 |
msgid "PHP Exif support"
|
340 |
msgstr "PHP Exifstöd"
|
341 |
|
342 |
+
#: bws_menu.php:467
|
343 |
msgid "PHP IPTC support"
|
344 |
msgstr "PHP ITPC-stöd"
|
345 |
|
346 |
+
#: bws_menu.php:468
|
347 |
msgid "PHP XML support"
|
348 |
msgstr "PHP XML-stöd"
|
349 |
|
350 |
+
#: bws_menu.php:469
|
351 |
msgid "Site URL"
|
352 |
msgstr "SajtURL"
|
353 |
|
354 |
+
#: bws_menu.php:470
|
355 |
msgid "Home URL"
|
356 |
msgstr "HemURL"
|
357 |
|
358 |
+
#: bws_menu.php:473
|
359 |
msgid "WordPress Version"
|
360 |
msgstr "WordPress-version"
|
361 |
|
362 |
+
#: bws_menu.php:474
|
363 |
msgid "WordPress DB Version"
|
364 |
msgstr "WordPress-DB-version"
|
365 |
|
366 |
+
#: bws_menu.php:475
|
367 |
msgid "Multisite"
|
368 |
msgstr "Multisajt"
|
369 |
|
370 |
+
#: bws_menu.php:476
|
371 |
msgid "Active Theme"
|
372 |
msgstr "Aktivt tema"
|
373 |
|
374 |
+
#: bws_menu.php:491
|
375 |
msgid "Please enter a valid email address."
|
376 |
msgstr "Var god ange en giltig epost-adress."
|
377 |
|
378 |
+
#: bws_menu.php:495
|
379 |
msgid "Email with system info is sent to "
|
380 |
msgstr "Epost med systeminfo är skickat till"
|
381 |
|
382 |
+
#: bws_menu.php:499
|
383 |
msgid "Thank you for contacting us."
|
384 |
msgstr "Tack för att du kontaktade oss."
|
385 |
|
386 |
+
#: bws_menu.php:532
|
387 |
msgid "Sorry, email message could not be delivered."
|
388 |
msgstr "Ledsen, eposten kunde inte levereras."
|
389 |
|
390 |
+
#: bws_menu.php:540
|
391 |
msgid "Need help?"
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: bws_menu.php:541
|
395 |
msgid "Client area"
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: bws_menu.php:542 bws_menu.php:853
|
|
|
399 |
msgid "System status"
|
400 |
msgstr "Systemstatus"
|
401 |
|
402 |
+
#: bws_menu.php:547
|
403 |
#, fuzzy
|
404 |
msgid "Plugins"
|
405 |
msgstr "Betaltillägg"
|
406 |
|
407 |
+
#: bws_menu.php:549
|
408 |
msgid "Themes"
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: bws_menu.php:554
|
412 |
msgid "All"
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: bws_menu.php:555
|
416 |
#, fuzzy
|
417 |
msgid "Installed"
|
418 |
msgstr "Installera %s"
|
419 |
|
420 |
+
#: bws_menu.php:556
|
421 |
#, fuzzy
|
422 |
msgid "Recommended"
|
423 |
msgstr "Rekommenderade tillägg"
|
424 |
|
425 |
+
#: bws_menu.php:560
|
426 |
msgid "Installed plugins"
|
427 |
msgstr "Installerade tillägg"
|
428 |
|
429 |
+
#: bws_menu.php:592 bws_menu.php:641
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
430 |
msgid "Settings"
|
431 |
msgstr "Inställningar"
|
432 |
|
433 |
+
#: bws_menu.php:613 bws_menu.php:670
|
|
|
434 |
#, fuzzy
|
435 |
msgid "Activate this plugin"
|
436 |
msgstr "Aktiverade tillägg"
|
437 |
|
438 |
+
#: bws_menu.php:628 bws_menu.php:658 bws_menu.php:704
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
439 |
msgid "Go"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: bws_menu.php:632 bws_menu.php:662 bws_menu.php:708
|
|
|
|
|
443 |
msgid "DONATE"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: bws_menu.php:678
|
447 |
msgid "Recommended plugins"
|
448 |
msgstr "Rekommenderade tillägg"
|
449 |
|
450 |
+
#: bws_menu.php:716
|
451 |
#, fuzzy
|
452 |
msgid "Install now"
|
453 |
msgstr "Установить сейчас"
|
454 |
|
455 |
+
#: bws_menu.php:737
|
456 |
msgid "Try again"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#: bws_menu.php:755
|
460 |
#, php-format
|
461 |
msgid "Preview “%s”"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: bws_menu.php:786
|
465 |
#, php-format
|
466 |
msgid "Install %s"
|
467 |
msgstr "Installera %s"
|
468 |
|
469 |
+
#: bws_menu.php:786
|
470 |
msgid "Install Now"
|
471 |
msgstr "Установить сейчас"
|
472 |
|
473 |
+
#: bws_menu.php:789
|
474 |
#, php-format
|
475 |
msgid "Update to version %s"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: bws_menu.php:789
|
479 |
msgid "Update"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: bws_menu.php:796
|
483 |
#, php-format
|
484 |
msgid "Preview %s"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: bws_menu.php:796
|
488 |
msgid "Preview"
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: bws_menu.php:802 bws_menu.php:834
|
|
|
492 |
#, php-format
|
493 |
msgid "By %s"
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: bws_menu.php:808
|
497 |
msgid "Details"
|
498 |
msgstr ""
|
499 |
|
500 |
+
#: bws_menu.php:840
|
501 |
#, fuzzy
|
502 |
msgid "Already Installed"
|
503 |
msgstr "Installera %s"
|
504 |
|
505 |
+
#: bws_menu.php:856
|
506 |
msgid "Environment"
|
507 |
msgstr "Miljövariabler"
|
508 |
|
509 |
+
#: bws_menu.php:867
|
510 |
msgid "Active Plugins"
|
511 |
msgstr "Aktiverade tillägg"
|
512 |
|
513 |
+
#: bws_menu.php:880
|
514 |
msgid "Inactive Plugins"
|
515 |
msgstr "Inaktiverade tillägg"
|
516 |
|
517 |
+
#: bws_menu.php:896
|
518 |
msgid "Send to support"
|
519 |
msgstr "Skicka till support"
|
520 |
|
521 |
+
#: bws_menu.php:903
|
522 |
msgid "Send to custom email »"
|
523 |
msgstr "Skicka till anpassad epost »"
|
524 |
|
555 |
#~ msgid "Recommended themes"
|
556 |
#~ msgstr "Rekommenderade tillägg"
|
557 |
|
|
|
|
|
|
|
558 |
#, fuzzy
|
559 |
#~ msgid "installed"
|
560 |
#~ msgstr "Installera %s"
|
681 |
#~ msgid "one"
|
682 |
#~ msgstr "ett"
|
683 |
|
|
|
|
|
|
|
684 |
#~ msgid "three"
|
685 |
#~ msgstr "tre"
|
686 |
|
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"
|
@@ -13,297 +13,536 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit 1.
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
msgid "Not set"
|
21 |
msgstr "Не задано"
|
22 |
|
23 |
-
#: bws_menu.php:
|
24 |
-
#: bws_menu.php:354
|
25 |
msgid "On"
|
26 |
msgstr "Увімк."
|
27 |
|
28 |
-
#: bws_menu.php:
|
29 |
-
#: bws_menu.php:354
|
30 |
msgid "Off"
|
31 |
msgstr "Вимк."
|
32 |
|
33 |
-
#: bws_menu.php:
|
34 |
-
#: bws_menu.php:
|
35 |
-
#: bws_menu.php:357
|
36 |
-
#: bws_menu.php:358
|
37 |
-
#: bws_menu.php:359
|
38 |
-
#: bws_menu.php:371
|
39 |
msgid "N/A"
|
40 |
msgstr "Невідомо"
|
41 |
|
42 |
-
#: bws_menu.php:
|
43 |
msgid " Mb"
|
44 |
msgstr "Мб"
|
45 |
|
46 |
-
#: bws_menu.php:
|
47 |
-
#: bws_menu.php:361
|
48 |
-
#: bws_menu.php:362
|
49 |
-
#: bws_menu.php:367
|
50 |
msgid "Yes"
|
51 |
msgstr "Так"
|
52 |
|
53 |
-
#: bws_menu.php:
|
54 |
-
#: bws_menu.php:361
|
55 |
-
#: bws_menu.php:362
|
56 |
-
#: bws_menu.php:369
|
57 |
msgid "No"
|
58 |
msgstr "Ні"
|
59 |
|
60 |
-
#: bws_menu.php:
|
61 |
msgid "Operating System"
|
62 |
msgstr "Операційна система"
|
63 |
|
64 |
-
#: bws_menu.php:
|
65 |
msgid "Server"
|
66 |
msgstr "Тип серверу"
|
67 |
|
68 |
-
#: bws_menu.php:
|
69 |
msgid "Memory usage"
|
70 |
msgstr "Пам’яті використано"
|
71 |
|
72 |
-
#: bws_menu.php:
|
73 |
msgid "MYSQL Version"
|
74 |
msgstr "Версія MYSQL"
|
75 |
|
76 |
-
#: bws_menu.php:
|
77 |
msgid "SQL Mode"
|
78 |
msgstr "Режим SQL"
|
79 |
|
80 |
-
#: bws_menu.php:
|
81 |
msgid "PHP Version"
|
82 |
msgstr "Версія PHP"
|
83 |
|
84 |
-
#: bws_menu.php:
|
85 |
msgid "PHP Safe Mode"
|
86 |
msgstr "PHP Безпечний режим"
|
87 |
|
88 |
-
#: bws_menu.php:
|
89 |
msgid "PHP Allow URL fopen"
|
90 |
msgstr "Дозволити PHP URL fopen"
|
91 |
|
92 |
-
#: bws_menu.php:
|
93 |
msgid "PHP Memory Limit"
|
94 |
msgstr "Ліміт пам’яті"
|
95 |
|
96 |
-
#: bws_menu.php:
|
97 |
msgid "PHP Max Upload Size"
|
98 |
msgstr "Макс. розмір файлу, що завантажується"
|
99 |
|
100 |
-
#: bws_menu.php:
|
101 |
msgid "PHP Max Post Size"
|
102 |
msgstr "Макс. розмір посту"
|
103 |
|
104 |
-
#: bws_menu.php:
|
105 |
msgid "PHP Max Script Execute Time"
|
106 |
msgstr "Макс. час виконання сценарію"
|
107 |
|
108 |
-
#: bws_menu.php:
|
109 |
msgid "PHP Exif support"
|
110 |
msgstr "Підтримка PHP Exif"
|
111 |
|
112 |
-
#: bws_menu.php:
|
113 |
msgid "PHP IPTC support"
|
114 |
msgstr "Підтримка PHP IPTC"
|
115 |
|
116 |
-
#: bws_menu.php:
|
117 |
msgid "PHP XML support"
|
118 |
msgstr "Підтримка PHP XML"
|
119 |
|
120 |
-
#: bws_menu.php:
|
121 |
msgid "Site URL"
|
122 |
msgstr "Адреса сайту"
|
123 |
|
124 |
-
#: bws_menu.php:
|
125 |
msgid "Home URL"
|
126 |
msgstr "Адреса домашньої сторінки"
|
127 |
|
128 |
-
#: bws_menu.php:
|
129 |
msgid "WordPress Version"
|
130 |
msgstr "Версія WordPress"
|
131 |
|
132 |
-
#: bws_menu.php:
|
133 |
msgid "WordPress DB Version"
|
134 |
msgstr "Версія бази даних WordPress"
|
135 |
|
136 |
-
#: bws_menu.php:
|
137 |
msgid "Multisite"
|
138 |
msgstr "Мультисайт"
|
139 |
|
140 |
-
#: bws_menu.php:
|
141 |
msgid "Active Theme"
|
142 |
msgstr "Активна тема"
|
143 |
|
144 |
-
#: bws_menu.php:
|
145 |
msgid "Please enter a valid email address."
|
146 |
msgstr "Будь ласка, введіть коректний емейл."
|
147 |
|
148 |
-
#: bws_menu.php:
|
149 |
msgid "Email with system info is sent to "
|
150 |
msgstr "Емейл з системною інформацією надіслано на"
|
151 |
|
152 |
-
#: bws_menu.php:
|
153 |
msgid "Thank you for contacting us."
|
154 |
msgstr "Дякуємо, що звернулись до нас."
|
155 |
|
156 |
-
#: bws_menu.php:
|
157 |
msgid "Sorry, email message could not be delivered."
|
158 |
msgstr "Вибачте, ваше емейл не може бути доставлено"
|
159 |
|
160 |
-
#: bws_menu.php:
|
161 |
msgid "Need help?"
|
162 |
msgstr "Потрібна допомога?"
|
163 |
|
164 |
-
#: bws_menu.php:
|
165 |
msgid "Client area"
|
166 |
msgstr "Клієнтам"
|
167 |
|
168 |
-
#: bws_menu.php:
|
169 |
-
#: bws_menu.php:778
|
170 |
msgid "System status"
|
171 |
msgstr "Системна інформація"
|
172 |
|
173 |
-
#: bws_menu.php:
|
174 |
msgid "Plugins"
|
175 |
msgstr "Плагіни"
|
176 |
|
177 |
-
#: bws_menu.php:
|
178 |
msgid "Themes"
|
179 |
msgstr "Теми"
|
180 |
|
181 |
-
#: bws_menu.php:
|
182 |
msgid "All"
|
183 |
msgstr "Всі"
|
184 |
|
185 |
-
#: bws_menu.php:
|
186 |
msgid "Installed"
|
187 |
msgstr "Встановлені"
|
188 |
|
189 |
-
#: bws_menu.php:
|
190 |
msgid "Recommended"
|
191 |
msgstr "Рекомендовані "
|
192 |
|
193 |
-
#: bws_menu.php:
|
194 |
msgid "Installed plugins"
|
195 |
msgstr "Встановлені плагіни"
|
196 |
|
197 |
-
#: bws_menu.php:
|
198 |
-
#: bws_menu.php:536
|
199 |
-
#: bws_menu.php:563
|
200 |
-
#: bws_menu.php:593
|
201 |
-
#: bws_menu.php:639
|
202 |
-
msgid "Learn more"
|
203 |
-
msgstr "Дізнатись більше"
|
204 |
-
|
205 |
-
#: bws_menu.php:517
|
206 |
-
#: bws_menu.php:566
|
207 |
msgid "Settings"
|
208 |
msgstr "Налаштування"
|
209 |
|
210 |
-
#: bws_menu.php:
|
211 |
-
#: bws_menu.php:595
|
212 |
msgid "Activate this plugin"
|
213 |
msgstr "Активувати плагін"
|
214 |
|
215 |
-
#: bws_menu.php:
|
216 |
-
#: bws_menu.php:595
|
217 |
-
msgid "Activate"
|
218 |
-
msgstr "Активувати"
|
219 |
-
|
220 |
-
#: bws_menu.php:553
|
221 |
-
#: bws_menu.php:583
|
222 |
-
#: bws_menu.php:629
|
223 |
msgid "Go"
|
224 |
msgstr "Перейти"
|
225 |
|
226 |
-
#: bws_menu.php:
|
227 |
-
#: bws_menu.php:587
|
228 |
-
#: bws_menu.php:633
|
229 |
msgid "DONATE"
|
230 |
msgstr "Підтримати нас"
|
231 |
|
232 |
-
#: bws_menu.php:
|
233 |
msgid "Recommended plugins"
|
234 |
msgstr "Рекомендовані плагіни"
|
235 |
|
236 |
-
#: bws_menu.php:
|
237 |
msgid "Install now"
|
238 |
msgstr "Встановити"
|
239 |
|
240 |
-
#: bws_menu.php:
|
241 |
msgid "Try again"
|
242 |
msgstr "Спробувати ще раз"
|
243 |
|
244 |
-
#: bws_menu.php:
|
245 |
#, php-format
|
246 |
msgid "Preview “%s”"
|
247 |
msgstr "Попередній перегляд “%s”"
|
248 |
|
249 |
-
#: bws_menu.php:
|
250 |
#, php-format
|
251 |
msgid "Install %s"
|
252 |
msgstr "Встановити %s"
|
253 |
|
254 |
-
#: bws_menu.php:
|
255 |
msgid "Install Now"
|
256 |
msgstr "Встановити"
|
257 |
|
258 |
-
#: bws_menu.php:
|
259 |
#, php-format
|
260 |
msgid "Update to version %s"
|
261 |
msgstr "Оновити до версії %s"
|
262 |
|
263 |
-
#: bws_menu.php:
|
264 |
msgid "Update"
|
265 |
msgstr "Оновити"
|
266 |
|
267 |
-
#: bws_menu.php:
|
268 |
#, php-format
|
269 |
msgid "Preview %s"
|
270 |
msgstr "Попередній перегляд %s"
|
271 |
|
272 |
-
#: bws_menu.php:
|
273 |
msgid "Preview"
|
274 |
msgstr "Попередній перегляд"
|
275 |
|
276 |
-
#: bws_menu.php:
|
277 |
-
#: bws_menu.php:759
|
278 |
#, php-format
|
279 |
msgid "By %s"
|
280 |
msgstr "За %s"
|
281 |
|
282 |
-
#: bws_menu.php:
|
283 |
msgid "Details"
|
284 |
msgstr "Деталі"
|
285 |
|
286 |
-
#: bws_menu.php:
|
287 |
msgid "Already Installed"
|
288 |
msgstr "Уже встановлено %s"
|
289 |
|
290 |
-
#: bws_menu.php:
|
291 |
msgid "Environment"
|
292 |
msgstr "Системне оточення"
|
293 |
|
294 |
-
#: bws_menu.php:
|
295 |
msgid "Active Plugins"
|
296 |
msgstr "Активні плагіни"
|
297 |
|
298 |
-
#: bws_menu.php:
|
299 |
msgid "Inactive Plugins"
|
300 |
msgstr "Не активні плагіни"
|
301 |
|
302 |
-
#: bws_menu.php:
|
303 |
msgid "Send to support"
|
304 |
msgstr "Відправити службі тех. підтримки"
|
305 |
|
306 |
-
#: bws_menu.php:
|
307 |
msgid "Send to custom email »"
|
308 |
msgstr "Відправити на електронну адресу »"
|
309 |
|
@@ -340,9 +579,6 @@ msgstr "Відправити на електронну адресу »"
|
|
340 |
#~ msgid "Recommended themes"
|
341 |
#~ msgstr "Рекомендовані до установки плагіни"
|
342 |
|
343 |
-
#~ msgid "If you have any questions, please contact us via"
|
344 |
-
#~ msgstr "Якщо у вас виникли будь-які питанні, будь ласка, звертайтеся на"
|
345 |
-
|
346 |
#, fuzzy
|
347 |
#~ msgid "installed"
|
348 |
#~ msgstr "Установлено %s"
|
@@ -468,9 +704,6 @@ msgstr "Відправити на електронну адресу »"
|
|
468 |
#~ msgid "one"
|
469 |
#~ msgstr "один"
|
470 |
|
471 |
-
#~ msgid "two"
|
472 |
-
#~ msgstr "два"
|
473 |
-
|
474 |
#~ msgid "three"
|
475 |
#~ msgstr "три"
|
476 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-03-05 13:15+0300\n"
|
6 |
+
"PO-Revision-Date: 2015-03-05 13:16+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"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: bws_functions.php:84
|
20 |
+
msgid "requires"
|
21 |
+
msgstr "потребує"
|
22 |
+
|
23 |
+
#: bws_functions.php:85
|
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:86
|
32 |
+
msgid "Back to the WordPress"
|
33 |
+
msgstr "Повернутися на WordPress на"
|
34 |
+
|
35 |
+
#: bws_functions.php:87
|
36 |
+
msgid "Plugins page"
|
37 |
+
msgstr "Сторінку Плагінів"
|
38 |
+
|
39 |
+
#: bws_functions.php:134
|
40 |
+
msgid "Learn More"
|
41 |
+
msgstr "Дізнатись більше"
|
42 |
+
|
43 |
+
#: bws_functions.php:137
|
44 |
+
msgid "It’s time to upgrade your"
|
45 |
+
msgstr "Настав час модернізувати Ваш"
|
46 |
+
|
47 |
+
#: bws_functions.php:137
|
48 |
+
msgid "to"
|
49 |
+
msgstr "до"
|
50 |
+
|
51 |
+
#: bws_functions.php:137
|
52 |
+
msgid "version!"
|
53 |
+
msgstr "версії!"
|
54 |
+
|
55 |
+
#: bws_functions.php:138
|
56 |
+
msgid "Extend standard plugin functionality with new great options."
|
57 |
+
msgstr "Розширює можливості стандартного функціоналу плагіна."
|
58 |
+
|
59 |
+
#: bws_functions.php:158
|
60 |
+
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
61 |
+
msgstr ""
|
62 |
+
"Якщо вам сподобався плагін, будь ласка, поставте нам 5 зірочок на WordPress"
|
63 |
+
|
64 |
+
#: bws_functions.php:159
|
65 |
+
msgid "Rate the plugin"
|
66 |
+
msgstr "Оцінити плагін"
|
67 |
+
|
68 |
+
#: bws_functions.php:162
|
69 |
+
msgid "If there is something wrong about it, please contact us"
|
70 |
+
msgstr "Якщо щось не так, будь ласка, повідомте нам"
|
71 |
+
|
72 |
+
#: bws_functions.php:179 bws_functions.php:215 bws_functions.php:395
|
73 |
+
msgid "Wrong license key"
|
74 |
+
msgstr "Невірний ключ ліцензії"
|
75 |
+
|
76 |
+
#: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
|
77 |
+
msgid ""
|
78 |
+
"Something went wrong. Please try again later. If the error appears again, "
|
79 |
+
"please contact us"
|
80 |
+
msgstr ""
|
81 |
+
"Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
|
82 |
+
"повідомте нам"
|
83 |
+
|
84 |
+
#: bws_functions.php:209 bws_functions.php:389 bws_functions.php:426
|
85 |
+
msgid "We are sorry for inconvenience."
|
86 |
+
msgstr "Просимо вибачення за незручності."
|
87 |
+
|
88 |
+
#: bws_functions.php:217 bws_functions.php:397
|
89 |
+
msgid "This license key is bind to another site"
|
90 |
+
msgstr "Цей ліцензійний ключ прив'язано до іншого сайту"
|
91 |
+
|
92 |
+
#: bws_functions.php:219 bws_functions.php:348
|
93 |
+
msgid ""
|
94 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
95 |
+
"Please, upload the plugin manually."
|
96 |
+
msgstr ""
|
97 |
+
"На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
|
98 |
+
"завантажте плагін вручну"
|
99 |
+
|
100 |
+
#: bws_functions.php:221
|
101 |
+
msgid ""
|
102 |
+
"Unfortunately, Your license has expired. To continue getting top-priority "
|
103 |
+
"support and plugin updates you should extend it in your"
|
104 |
+
msgstr ""
|
105 |
+
"На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
|
106 |
+
"першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію"
|
107 |
+
|
108 |
+
#: bws_functions.php:223
|
109 |
+
msgid ""
|
110 |
+
"Unfortunately, the PRO licence was already installed to this domain. The PRO "
|
111 |
+
"Trial license can be installed only once."
|
112 |
+
msgstr ""
|
113 |
+
"На жаль, PRO ліцензія уже використовувалась на цьому домені. Тріал PRO "
|
114 |
+
"версії плагіну можна використати лише один раз"
|
115 |
+
|
116 |
+
#: bws_functions.php:234 bws_functions.php:256 bws_functions.php:278
|
117 |
+
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
118 |
+
msgstr ""
|
119 |
+
"Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
|
120 |
+
|
121 |
+
#: bws_functions.php:246
|
122 |
+
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
123 |
+
msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
|
124 |
+
|
125 |
+
#: bws_functions.php:252
|
126 |
+
msgid ""
|
127 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
128 |
+
"plugin manually"
|
129 |
+
msgstr ""
|
130 |
+
"Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
|
131 |
+
"вручну"
|
132 |
+
|
133 |
+
#: bws_functions.php:259
|
134 |
+
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
135 |
+
msgstr ""
|
136 |
+
"Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
|
137 |
+
"вручну"
|
138 |
+
|
139 |
+
#: bws_functions.php:282
|
140 |
+
msgid ""
|
141 |
+
"Something went wrong. Try again later or upload the plugin manually. We are "
|
142 |
+
"sorry for inconvenience."
|
143 |
+
msgstr ""
|
144 |
+
"Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін "
|
145 |
+
"вручну. Просимо вібачення за незручності."
|
146 |
+
|
147 |
+
#: bws_functions.php:307
|
148 |
+
msgid "Please, enter Your license key"
|
149 |
+
msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
|
150 |
+
|
151 |
+
#: bws_functions.php:324
|
152 |
+
msgid ""
|
153 |
+
"Congratulations! The PRO version of the plugin is successfully download and "
|
154 |
+
"activated."
|
155 |
+
msgstr "Вітаємо! PRO версію плагіну успішно завантажено та активовано."
|
156 |
+
|
157 |
+
#: bws_functions.php:326
|
158 |
+
msgid "Please, go to"
|
159 |
+
msgstr "Будь ласка, перейдіть на"
|
160 |
+
|
161 |
+
#: bws_functions.php:326
|
162 |
+
msgid "the setting page"
|
163 |
+
msgstr "сторінку установок"
|
164 |
+
|
165 |
+
#: bws_functions.php:327
|
166 |
+
msgid "You will be redirected automatically in 5 seconds."
|
167 |
+
msgstr "Вас буде перенаправлено автоматично через 5 секунд."
|
168 |
+
|
169 |
+
#: bws_functions.php:332
|
170 |
+
msgid "You can download and activate"
|
171 |
+
msgstr "Ви можете завантажити та активувати"
|
172 |
+
|
173 |
+
#: bws_functions.php:334
|
174 |
+
msgid "version of this plugin by entering Your license key."
|
175 |
+
msgstr "версію цього плагіну, якщо впишете ваш ліцензійний ключ."
|
176 |
+
|
177 |
+
#: bws_functions.php:336
|
178 |
+
msgid ""
|
179 |
+
"You can find your license key on your personal page Client area, by clicking "
|
180 |
+
"on the link"
|
181 |
+
msgstr ""
|
182 |
+
"Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у "
|
183 |
+
"Client area, перейшовши за посиланням"
|
184 |
+
|
185 |
+
#: bws_functions.php:338
|
186 |
+
msgid "(your username is the email you specify when purchasing the product)."
|
187 |
+
msgstr "(ваше ім'я - це емейл, який ви вказували при купівлі плагіну)"
|
188 |
+
|
189 |
+
#: bws_functions.php:346 bws_functions.php:354 bws_menu.php:613
|
190 |
+
#: bws_menu.php:670
|
191 |
+
msgid "Activate"
|
192 |
+
msgstr "Активувати"
|
193 |
+
|
194 |
+
#: bws_functions.php:399
|
195 |
+
msgid ""
|
196 |
+
"This license key is valid, but Your license has expired. If you want to "
|
197 |
+
"update our plugin in future, you should extend the license."
|
198 |
+
msgstr ""
|
199 |
+
"Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
|
200 |
+
"хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
|
201 |
+
|
202 |
+
#: bws_functions.php:401
|
203 |
+
msgid "Unfortunately, you have exceeded the number of available tries."
|
204 |
+
msgstr "На жаль, ви перевищили кількість допустимих спроб."
|
205 |
+
|
206 |
+
#: bws_functions.php:405
|
207 |
+
msgid "The license key is valid. Your license will expire on"
|
208 |
+
msgstr "Ліцензійний ключ дійсний. Строк вашої ліцензії витікає"
|
209 |
+
|
210 |
+
#: bws_functions.php:407
|
211 |
+
msgid "The license key is valid."
|
212 |
+
msgstr "Ліцензійний ключ дійсний."
|
213 |
+
|
214 |
+
#: bws_functions.php:431
|
215 |
+
msgid "Please, enter your license key"
|
216 |
+
msgstr "Будь ласка, введіть ваш ліцензійний ключ"
|
217 |
+
|
218 |
+
#: bws_functions.php:444
|
219 |
+
msgid ""
|
220 |
+
"If needed you can check if the license key is correct or reenter it in the "
|
221 |
+
"field below. You can find your license key on your personal page - Client "
|
222 |
+
"area - on our website"
|
223 |
+
msgstr ""
|
224 |
+
"При необхідності ви можете перевірити правильність вашого ліцензійного ключа "
|
225 |
+
"або знову ввести його у полі, що знаходиться нижче. Ви можете знайти свій "
|
226 |
+
"ліцензійний ключ на вашій персональній сторінці - Client area - на нашому "
|
227 |
+
"сайті."
|
228 |
+
|
229 |
+
#: bws_functions.php:444
|
230 |
+
msgid ""
|
231 |
+
"(your username is the email you specify when purchasing the product). If "
|
232 |
+
"necessary, please submit \"Lost your password?\" request."
|
233 |
+
msgstr ""
|
234 |
+
"(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі "
|
235 |
+
"продукту). При необхідності, будь ласка, відправте запит на відновлення "
|
236 |
+
"вашого паролю."
|
237 |
+
|
238 |
+
#: bws_functions.php:448
|
239 |
+
msgid "Check license key"
|
240 |
+
msgstr "Перевірте ліцензійний ключ"
|
241 |
+
|
242 |
+
#: bws_functions.php:462
|
243 |
+
msgid ""
|
244 |
+
"WARNING: We have noticed illegal use of our plugin by you. We strongly "
|
245 |
+
"recommend you to solve the problem within 24 hours, otherwise the plugin "
|
246 |
+
"will be deactivated. Please go to your personal"
|
247 |
+
msgstr ""
|
248 |
+
"Застереження: Ми помітили, що ви нелегально використовуєте наш плагін. Ми "
|
249 |
+
"радимо вам вирішити цю проблему протягом доби, у противному разі плагін буде "
|
250 |
+
"деактивовано. Будь ласка, зайдіть на вашу персональну сторінку"
|
251 |
+
|
252 |
+
#: bws_functions.php:462
|
253 |
+
msgid ""
|
254 |
+
"(your username is the email you specify when purchasing the product), where "
|
255 |
+
"you can make the necessary changes."
|
256 |
+
msgstr ""
|
257 |
+
"(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі "
|
258 |
+
"продукту), де ви можете внести потрібні зміни."
|
259 |
+
|
260 |
+
#: bws_functions.php:468
|
261 |
+
msgid ""
|
262 |
+
"Your license has expired. To continue getting top-priority support and "
|
263 |
+
"plugin updates you should extend it."
|
264 |
+
msgstr ""
|
265 |
+
"Строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у "
|
266 |
+
"майбутньому, вам слід подовжити ліцензію."
|
267 |
+
|
268 |
+
#: bws_functions.php:468 bws_functions.php:502 bws_menu.php:589
|
269 |
+
#: bws_menu.php:611 bws_menu.php:638 bws_menu.php:668 bws_menu.php:714
|
270 |
+
msgid "Learn more"
|
271 |
+
msgstr "Дізнатись більше"
|
272 |
+
|
273 |
+
#: bws_functions.php:502
|
274 |
+
msgid "You license for"
|
275 |
+
msgstr "Ваша ліцензія для"
|
276 |
+
|
277 |
+
#: bws_functions.php:502
|
278 |
+
msgid "expires on"
|
279 |
+
msgstr "витікає"
|
280 |
+
|
281 |
+
#: bws_functions.php:502
|
282 |
+
msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
283 |
+
msgstr ""
|
284 |
+
"та ви більше не будете оримувати першочергову технічну підтримку та "
|
285 |
+
"оновлення."
|
286 |
+
|
287 |
+
#: bws_functions.php:580
|
288 |
+
msgid "Close"
|
289 |
+
msgstr "Закрити"
|
290 |
+
|
291 |
+
#: bws_menu.php:426
|
292 |
msgid "Not set"
|
293 |
msgstr "Не задано"
|
294 |
|
295 |
+
#: bws_menu.php:428 bws_menu.php:429
|
|
|
296 |
msgid "On"
|
297 |
msgstr "Увімк."
|
298 |
|
299 |
+
#: bws_menu.php:428 bws_menu.php:429
|
|
|
300 |
msgid "Off"
|
301 |
msgstr "Вимк."
|
302 |
|
303 |
+
#: bws_menu.php:430 bws_menu.php:431 bws_menu.php:432 bws_menu.php:433
|
304 |
+
#: bws_menu.php:434 bws_menu.php:446
|
|
|
|
|
|
|
|
|
305 |
msgid "N/A"
|
306 |
msgstr "Невідомо"
|
307 |
|
308 |
+
#: bws_menu.php:434
|
309 |
msgid " Mb"
|
310 |
msgstr "Мб"
|
311 |
|
312 |
+
#: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:442
|
|
|
|
|
|
|
313 |
msgid "Yes"
|
314 |
msgstr "Так"
|
315 |
|
316 |
+
#: bws_menu.php:435 bws_menu.php:436 bws_menu.php:437 bws_menu.php:444
|
|
|
|
|
|
|
317 |
msgid "No"
|
318 |
msgstr "Ні"
|
319 |
|
320 |
+
#: bws_menu.php:454
|
321 |
msgid "Operating System"
|
322 |
msgstr "Операційна система"
|
323 |
|
324 |
+
#: bws_menu.php:455
|
325 |
msgid "Server"
|
326 |
msgstr "Тип серверу"
|
327 |
|
328 |
+
#: bws_menu.php:456
|
329 |
msgid "Memory usage"
|
330 |
msgstr "Пам’яті використано"
|
331 |
|
332 |
+
#: bws_menu.php:457
|
333 |
msgid "MYSQL Version"
|
334 |
msgstr "Версія MYSQL"
|
335 |
|
336 |
+
#: bws_menu.php:458
|
337 |
msgid "SQL Mode"
|
338 |
msgstr "Режим SQL"
|
339 |
|
340 |
+
#: bws_menu.php:459
|
341 |
msgid "PHP Version"
|
342 |
msgstr "Версія PHP"
|
343 |
|
344 |
+
#: bws_menu.php:460
|
345 |
msgid "PHP Safe Mode"
|
346 |
msgstr "PHP Безпечний режим"
|
347 |
|
348 |
+
#: bws_menu.php:461
|
349 |
msgid "PHP Allow URL fopen"
|
350 |
msgstr "Дозволити PHP URL fopen"
|
351 |
|
352 |
+
#: bws_menu.php:462
|
353 |
msgid "PHP Memory Limit"
|
354 |
msgstr "Ліміт пам’яті"
|
355 |
|
356 |
+
#: bws_menu.php:463
|
357 |
msgid "PHP Max Upload Size"
|
358 |
msgstr "Макс. розмір файлу, що завантажується"
|
359 |
|
360 |
+
#: bws_menu.php:464
|
361 |
msgid "PHP Max Post Size"
|
362 |
msgstr "Макс. розмір посту"
|
363 |
|
364 |
+
#: bws_menu.php:465
|
365 |
msgid "PHP Max Script Execute Time"
|
366 |
msgstr "Макс. час виконання сценарію"
|
367 |
|
368 |
+
#: bws_menu.php:466
|
369 |
msgid "PHP Exif support"
|
370 |
msgstr "Підтримка PHP Exif"
|
371 |
|
372 |
+
#: bws_menu.php:467
|
373 |
msgid "PHP IPTC support"
|
374 |
msgstr "Підтримка PHP IPTC"
|
375 |
|
376 |
+
#: bws_menu.php:468
|
377 |
msgid "PHP XML support"
|
378 |
msgstr "Підтримка PHP XML"
|
379 |
|
380 |
+
#: bws_menu.php:469
|
381 |
msgid "Site URL"
|
382 |
msgstr "Адреса сайту"
|
383 |
|
384 |
+
#: bws_menu.php:470
|
385 |
msgid "Home URL"
|
386 |
msgstr "Адреса домашньої сторінки"
|
387 |
|
388 |
+
#: bws_menu.php:473
|
389 |
msgid "WordPress Version"
|
390 |
msgstr "Версія WordPress"
|
391 |
|
392 |
+
#: bws_menu.php:474
|
393 |
msgid "WordPress DB Version"
|
394 |
msgstr "Версія бази даних WordPress"
|
395 |
|
396 |
+
#: bws_menu.php:475
|
397 |
msgid "Multisite"
|
398 |
msgstr "Мультисайт"
|
399 |
|
400 |
+
#: bws_menu.php:476
|
401 |
msgid "Active Theme"
|
402 |
msgstr "Активна тема"
|
403 |
|
404 |
+
#: bws_menu.php:491
|
405 |
msgid "Please enter a valid email address."
|
406 |
msgstr "Будь ласка, введіть коректний емейл."
|
407 |
|
408 |
+
#: bws_menu.php:495
|
409 |
msgid "Email with system info is sent to "
|
410 |
msgstr "Емейл з системною інформацією надіслано на"
|
411 |
|
412 |
+
#: bws_menu.php:499
|
413 |
msgid "Thank you for contacting us."
|
414 |
msgstr "Дякуємо, що звернулись до нас."
|
415 |
|
416 |
+
#: bws_menu.php:532
|
417 |
msgid "Sorry, email message could not be delivered."
|
418 |
msgstr "Вибачте, ваше емейл не може бути доставлено"
|
419 |
|
420 |
+
#: bws_menu.php:540
|
421 |
msgid "Need help?"
|
422 |
msgstr "Потрібна допомога?"
|
423 |
|
424 |
+
#: bws_menu.php:541
|
425 |
msgid "Client area"
|
426 |
msgstr "Клієнтам"
|
427 |
|
428 |
+
#: bws_menu.php:542 bws_menu.php:853
|
|
|
429 |
msgid "System status"
|
430 |
msgstr "Системна інформація"
|
431 |
|
432 |
+
#: bws_menu.php:547
|
433 |
msgid "Plugins"
|
434 |
msgstr "Плагіни"
|
435 |
|
436 |
+
#: bws_menu.php:549
|
437 |
msgid "Themes"
|
438 |
msgstr "Теми"
|
439 |
|
440 |
+
#: bws_menu.php:554
|
441 |
msgid "All"
|
442 |
msgstr "Всі"
|
443 |
|
444 |
+
#: bws_menu.php:555
|
445 |
msgid "Installed"
|
446 |
msgstr "Встановлені"
|
447 |
|
448 |
+
#: bws_menu.php:556
|
449 |
msgid "Recommended"
|
450 |
msgstr "Рекомендовані "
|
451 |
|
452 |
+
#: bws_menu.php:560
|
453 |
msgid "Installed plugins"
|
454 |
msgstr "Встановлені плагіни"
|
455 |
|
456 |
+
#: bws_menu.php:592 bws_menu.php:641
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
457 |
msgid "Settings"
|
458 |
msgstr "Налаштування"
|
459 |
|
460 |
+
#: bws_menu.php:613 bws_menu.php:670
|
|
|
461 |
msgid "Activate this plugin"
|
462 |
msgstr "Активувати плагін"
|
463 |
|
464 |
+
#: bws_menu.php:628 bws_menu.php:658 bws_menu.php:704
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
465 |
msgid "Go"
|
466 |
msgstr "Перейти"
|
467 |
|
468 |
+
#: bws_menu.php:632 bws_menu.php:662 bws_menu.php:708
|
|
|
|
|
469 |
msgid "DONATE"
|
470 |
msgstr "Підтримати нас"
|
471 |
|
472 |
+
#: bws_menu.php:678
|
473 |
msgid "Recommended plugins"
|
474 |
msgstr "Рекомендовані плагіни"
|
475 |
|
476 |
+
#: bws_menu.php:716
|
477 |
msgid "Install now"
|
478 |
msgstr "Встановити"
|
479 |
|
480 |
+
#: bws_menu.php:737
|
481 |
msgid "Try again"
|
482 |
msgstr "Спробувати ще раз"
|
483 |
|
484 |
+
#: bws_menu.php:755
|
485 |
#, php-format
|
486 |
msgid "Preview “%s”"
|
487 |
msgstr "Попередній перегляд “%s”"
|
488 |
|
489 |
+
#: bws_menu.php:786
|
490 |
#, php-format
|
491 |
msgid "Install %s"
|
492 |
msgstr "Встановити %s"
|
493 |
|
494 |
+
#: bws_menu.php:786
|
495 |
msgid "Install Now"
|
496 |
msgstr "Встановити"
|
497 |
|
498 |
+
#: bws_menu.php:789
|
499 |
#, php-format
|
500 |
msgid "Update to version %s"
|
501 |
msgstr "Оновити до версії %s"
|
502 |
|
503 |
+
#: bws_menu.php:789
|
504 |
msgid "Update"
|
505 |
msgstr "Оновити"
|
506 |
|
507 |
+
#: bws_menu.php:796
|
508 |
#, php-format
|
509 |
msgid "Preview %s"
|
510 |
msgstr "Попередній перегляд %s"
|
511 |
|
512 |
+
#: bws_menu.php:796
|
513 |
msgid "Preview"
|
514 |
msgstr "Попередній перегляд"
|
515 |
|
516 |
+
#: bws_menu.php:802 bws_menu.php:834
|
|
|
517 |
#, php-format
|
518 |
msgid "By %s"
|
519 |
msgstr "За %s"
|
520 |
|
521 |
+
#: bws_menu.php:808
|
522 |
msgid "Details"
|
523 |
msgstr "Деталі"
|
524 |
|
525 |
+
#: bws_menu.php:840
|
526 |
msgid "Already Installed"
|
527 |
msgstr "Уже встановлено %s"
|
528 |
|
529 |
+
#: bws_menu.php:856
|
530 |
msgid "Environment"
|
531 |
msgstr "Системне оточення"
|
532 |
|
533 |
+
#: bws_menu.php:867
|
534 |
msgid "Active Plugins"
|
535 |
msgstr "Активні плагіни"
|
536 |
|
537 |
+
#: bws_menu.php:880
|
538 |
msgid "Inactive Plugins"
|
539 |
msgstr "Не активні плагіни"
|
540 |
|
541 |
+
#: bws_menu.php:896
|
542 |
msgid "Send to support"
|
543 |
msgstr "Відправити службі тех. підтримки"
|
544 |
|
545 |
+
#: bws_menu.php:903
|
546 |
msgid "Send to custom email »"
|
547 |
msgstr "Відправити на електронну адресу »"
|
548 |
|
579 |
#~ msgid "Recommended themes"
|
580 |
#~ msgstr "Рекомендовані до установки плагіни"
|
581 |
|
|
|
|
|
|
|
582 |
#, fuzzy
|
583 |
#~ msgid "installed"
|
584 |
#~ msgstr "Установлено %s"
|
704 |
#~ msgid "one"
|
705 |
#~ msgstr "один"
|
706 |
|
|
|
|
|
|
|
707 |
#~ msgid "three"
|
708 |
#~ msgstr "три"
|
709 |
|
google-captcha.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Captcha (reCAPTCHA) by BestWebSoft
|
|
4 |
Plugin URI: http://bestwebsoft.com/products/
|
5 |
Description: Plugin Google Captcha intended to prove that the visitor is a human being and not a spam robot.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 1.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv3 or later
|
10 |
*/
|
@@ -28,86 +28,27 @@ License: GPLv3 or later
|
|
28 |
/* Add menu page */
|
29 |
if ( ! function_exists( 'google_capthca_admin_menu' ) ) {
|
30 |
function google_capthca_admin_menu() {
|
31 |
-
|
32 |
-
|
33 |
-
$bws_menu_version = $bws_menu_info["Version"];
|
34 |
-
$base = plugin_basename( __FILE__ );
|
35 |
-
|
36 |
-
if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
|
37 |
-
if ( is_multisite() ) {
|
38 |
-
if ( ! get_site_option( 'bstwbsftwppdtplgns_options' ) )
|
39 |
-
add_site_option( 'bstwbsftwppdtplgns_options', array() );
|
40 |
-
$bstwbsftwppdtplgns_options = get_site_option( 'bstwbsftwppdtplgns_options' );
|
41 |
-
} else {
|
42 |
-
if ( ! get_option( 'bstwbsftwppdtplgns_options' ) )
|
43 |
-
add_option( 'bstwbsftwppdtplgns_options', array() );
|
44 |
-
$bstwbsftwppdtplgns_options = get_option( 'bstwbsftwppdtplgns_options' );
|
45 |
-
}
|
46 |
-
}
|
47 |
-
|
48 |
-
if ( isset( $bstwbsftwppdtplgns_options['bws_menu_version'] ) ) {
|
49 |
-
$bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
|
50 |
-
unset( $bstwbsftwppdtplgns_options['bws_menu_version'] );
|
51 |
-
if ( is_multisite() )
|
52 |
-
update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
|
53 |
-
else
|
54 |
-
update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
|
55 |
-
require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
|
56 |
-
} else if ( ! isset( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] ) || $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] < $bws_menu_version ) {
|
57 |
-
$bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
|
58 |
-
if ( is_multisite() )
|
59 |
-
update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
|
60 |
-
else
|
61 |
-
update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
|
62 |
-
require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
|
63 |
-
} else if ( ! isset( $bstwbsftwppdtplgns_added_menu ) ) {
|
64 |
-
$plugin_with_newer_menu = $base;
|
65 |
-
foreach ( $bstwbsftwppdtplgns_options['bws_menu']['version'] as $key => $value ) {
|
66 |
-
if ( $bws_menu_version < $value && is_plugin_active( $base ) ) {
|
67 |
-
$plugin_with_newer_menu = $key;
|
68 |
-
}
|
69 |
-
}
|
70 |
-
$plugin_with_newer_menu = explode( '/', $plugin_with_newer_menu );
|
71 |
-
$wp_content_dir = defined( 'WP_CONTENT_DIR' ) ? basename( WP_CONTENT_DIR ) : 'wp-content';
|
72 |
-
if ( file_exists( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' ) )
|
73 |
-
require_once( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' );
|
74 |
-
else
|
75 |
-
require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
|
76 |
-
$bstwbsftwppdtplgns_added_menu = true;
|
77 |
-
}
|
78 |
-
|
79 |
-
add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( "images/px.png", __FILE__ ), 1001 );
|
80 |
-
add_submenu_page( 'bws_plugins', __( 'Google Captcha Settings', 'google_captcha' ), __( 'Google Captcha', 'google_captcha' ), 'manage_options', 'google-captcha.php', 'gglcptch_settings_page' );
|
81 |
-
}
|
82 |
-
}
|
83 |
-
|
84 |
-
/* Function check if plugin is compatible with current WP version */
|
85 |
-
if ( ! function_exists ( 'gglcptch_version_check' ) ) {
|
86 |
-
function gglcptch_version_check() {
|
87 |
-
global $wp_version, $gglcptch_plugin_info;
|
88 |
-
$require_wp = "3.0"; /* Wordpress at least requires version */
|
89 |
-
$plugin = plugin_basename( __FILE__ );
|
90 |
-
if ( version_compare( $wp_version, $require_wp, "<" ) ) {
|
91 |
-
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
92 |
-
if ( is_plugin_active( $plugin ) ) {
|
93 |
-
deactivate_plugins( $plugin );
|
94 |
-
$admin_url = ( function_exists( 'get_admin_url' ) ) ? get_admin_url( null, 'plugins.php' ) : esc_url( '/wp-admin/plugins.php' );
|
95 |
-
if ( ! $gglcptch_plugin_info )
|
96 |
-
$gglcptch_plugin_info = get_plugin_data( __FILE__, false );
|
97 |
-
wp_die( "<strong>" . $gglcptch_plugin_info['Name'] . " </strong> " . __( 'requires', 'google_captcha' ) . " <strong>WordPress " . $require_wp . "</strong> " . __( 'or higher, that is why it has been deactivated! Please upgrade WordPress and try again.', 'google_captcha') . "<br /><br />" . __( 'Back to the WordPress', 'google_captcha') . " <a href='" . $admin_url . "'>" . __( 'Plugins page', 'google_captcha') . "</a>." );
|
98 |
-
}
|
99 |
-
}
|
100 |
}
|
101 |
}
|
102 |
|
103 |
if ( ! function_exists( 'gglcptch_init' ) ) {
|
104 |
function gglcptch_init() {
|
105 |
-
global $gglcptch_options, $gglcptch_allow_url_fopen;
|
106 |
|
107 |
load_plugin_textdomain( 'google_captcha', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
|
108 |
|
109 |
-
|
110 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
|
112 |
/* Get options from the database */
|
113 |
$gglcptch_options = get_option( 'gglcptch_options' );
|
@@ -125,6 +66,7 @@ if ( ! function_exists( 'gglcptch_init' ) ) {
|
|
125 |
if ( '1' == $gglcptch_options['comments_form'] ) {
|
126 |
add_action( 'comment_form_after_fields', 'gglcptch_commentform_display' );
|
127 |
add_action( 'comment_form_logged_in_after', 'gglcptch_commentform_display' );
|
|
|
128 |
}
|
129 |
|
130 |
if ( '1' == $gglcptch_options['reset_pwd_form'] ) {
|
@@ -138,6 +80,7 @@ if ( ! function_exists( 'gglcptch_init' ) ) {
|
|
138 |
/* for multisite */
|
139 |
add_action( 'signup_extra_fields', 'gglcptch_login_display' );
|
140 |
}
|
|
|
141 |
if ( '1' == $gglcptch_options['contact_form'] ) {
|
142 |
add_filter( 'cntctfrm_display_captcha', 'gglcptch_cf_display' );
|
143 |
add_filter( 'cntctfrmpr_display_captcha', 'gglcptch_cf_display' );
|
@@ -149,9 +92,6 @@ if ( ! function_exists( 'gglcptch_admin_init' ) ) {
|
|
149 |
function gglcptch_admin_init() {
|
150 |
global $bws_plugin_info, $gglcptch_plugin_info;
|
151 |
|
152 |
-
if ( ! $gglcptch_plugin_info )
|
153 |
-
$gglcptch_plugin_info = get_plugin_data( __FILE__, false );
|
154 |
-
|
155 |
if ( ! isset( $bws_plugin_info ) || empty( $bws_plugin_info ) )
|
156 |
$bws_plugin_info = array( 'id' => '109', 'version' => $gglcptch_plugin_info["Version"] );
|
157 |
|
@@ -175,6 +115,7 @@ if ( ! function_exists( 'gglcptch_add_style' ) ) {
|
|
175 |
if ( ! function_exists( 'gglcptch_add_script' ) ) {
|
176 |
function gglcptch_add_script() {
|
177 |
wp_enqueue_script( 'gglcptch_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery' ) );
|
|
|
178 |
}
|
179 |
}
|
180 |
/* Google catpcha settings */
|
@@ -387,16 +328,7 @@ if ( ! function_exists( 'gglcptch_settings_page' ) ) {
|
|
387 |
</p>
|
388 |
<?php wp_nonce_field( plugin_basename( __FILE__ ), 'gglcptch_nonce_name' ); ?>
|
389 |
</form>
|
390 |
-
|
391 |
-
<div class="bws-plugin-reviews-rate">
|
392 |
-
<?php _e( 'If you enjoy our plugin, please give it 5 stars on WordPress', 'google_captcha' ); ?>:
|
393 |
-
<a href="http://wordpress.org/support/view/plugin-reviews/google-captcha" target="_blank" title="Google Captcha reviews"><?php _e( 'Rate the plugin', 'google_captcha' ); ?></a>
|
394 |
-
</div>
|
395 |
-
<div class="bws-plugin-reviews-support">
|
396 |
-
<?php _e( 'If there is something wrong about it, please contact us', 'google_captcha' ); ?>:
|
397 |
-
<a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a>
|
398 |
-
</div>
|
399 |
-
</div>
|
400 |
</div>
|
401 |
<?php }
|
402 |
}
|
@@ -703,6 +635,20 @@ if ( ! function_exists( 'gglcptch_captcha_check' ) ) {
|
|
703 |
}
|
704 |
}
|
705 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
706 |
if ( ! function_exists( 'gglcptch_delete_options' ) ) {
|
707 |
function gglcptch_delete_options() {
|
708 |
delete_option( 'gglcptch_options' );
|
4 |
Plugin URI: http://bestwebsoft.com/products/
|
5 |
Description: Plugin Google Captcha intended to prove that the visitor is a human being and not a spam robot.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 1.14
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv3 or later
|
10 |
*/
|
28 |
/* Add menu page */
|
29 |
if ( ! function_exists( 'google_capthca_admin_menu' ) ) {
|
30 |
function google_capthca_admin_menu() {
|
31 |
+
bws_add_general_menu( plugin_basename( __FILE__ ) );
|
32 |
+
add_submenu_page( 'bws_plugins', __( 'Google Captcha Settings', 'google_captcha' ), 'Google Captcha', 'manage_options', 'google-captcha.php', 'gglcptch_settings_page' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
}
|
34 |
}
|
35 |
|
36 |
if ( ! function_exists( 'gglcptch_init' ) ) {
|
37 |
function gglcptch_init() {
|
38 |
+
global $gglcptch_options, $gglcptch_allow_url_fopen, $gglcptch_plugin_info;
|
39 |
|
40 |
load_plugin_textdomain( 'google_captcha', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
|
41 |
|
42 |
+
require_once( dirname( __FILE__ ) . '/bws_menu/bws_functions.php' );
|
43 |
+
|
44 |
+
if ( empty( $gglcptch_plugin_info ) ) {
|
45 |
+
if ( ! function_exists( 'get_plugin_data' ) )
|
46 |
+
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
47 |
+
$gglcptch_plugin_info = get_plugin_data( __FILE__ );
|
48 |
+
}
|
49 |
+
|
50 |
+
/* Function check if plugin is compatible with current WP version */
|
51 |
+
bws_wp_version_check( plugin_basename( __FILE__ ), $gglcptch_plugin_info, "3.0" );
|
52 |
|
53 |
/* Get options from the database */
|
54 |
$gglcptch_options = get_option( 'gglcptch_options' );
|
66 |
if ( '1' == $gglcptch_options['comments_form'] ) {
|
67 |
add_action( 'comment_form_after_fields', 'gglcptch_commentform_display' );
|
68 |
add_action( 'comment_form_logged_in_after', 'gglcptch_commentform_display' );
|
69 |
+
add_action( 'pre_comment_on_post', 'gglcptch_coommentform_check' );
|
70 |
}
|
71 |
|
72 |
if ( '1' == $gglcptch_options['reset_pwd_form'] ) {
|
80 |
/* for multisite */
|
81 |
add_action( 'signup_extra_fields', 'gglcptch_login_display' );
|
82 |
}
|
83 |
+
|
84 |
if ( '1' == $gglcptch_options['contact_form'] ) {
|
85 |
add_filter( 'cntctfrm_display_captcha', 'gglcptch_cf_display' );
|
86 |
add_filter( 'cntctfrmpr_display_captcha', 'gglcptch_cf_display' );
|
92 |
function gglcptch_admin_init() {
|
93 |
global $bws_plugin_info, $gglcptch_plugin_info;
|
94 |
|
|
|
|
|
|
|
95 |
if ( ! isset( $bws_plugin_info ) || empty( $bws_plugin_info ) )
|
96 |
$bws_plugin_info = array( 'id' => '109', 'version' => $gglcptch_plugin_info["Version"] );
|
97 |
|
115 |
if ( ! function_exists( 'gglcptch_add_script' ) ) {
|
116 |
function gglcptch_add_script() {
|
117 |
wp_enqueue_script( 'gglcptch_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery' ) );
|
118 |
+
wp_localize_script( 'gglcptch_script', 'gglcptch_vars', array( 'nonce' => wp_create_nonce( 'gglcptch_recaptcha_nonce' ) ) );
|
119 |
}
|
120 |
}
|
121 |
/* Google catpcha settings */
|
328 |
</p>
|
329 |
<?php wp_nonce_field( plugin_basename( __FILE__ ), 'gglcptch_nonce_name' ); ?>
|
330 |
</form>
|
331 |
+
<?php bws_plugin_reviews_block( $gglcptch_plugin_info['Name'], 'google-captcha' ); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
332 |
</div>
|
333 |
<?php }
|
334 |
}
|
635 |
}
|
636 |
}
|
637 |
|
638 |
+
/* Check JS enabled for comment form */
|
639 |
+
if ( ! function_exists( 'gglcptch_coommentform_check' ) ) {
|
640 |
+
function gglcptch_coommentform_check() {
|
641 |
+
if ( isset( $_POST['gglcptch_test_enable_js_field'] ) ) {
|
642 |
+
if ( wp_verify_nonce( $_POST['gglcptch_test_enable_js_field'], 'gglcptch_recaptcha_nonce' ) )
|
643 |
+
return;
|
644 |
+
else
|
645 |
+
gglcptch_lostpassword_check();
|
646 |
+
} else {
|
647 |
+
gglcptch_lostpassword_check();
|
648 |
+
}
|
649 |
+
}
|
650 |
+
}
|
651 |
+
|
652 |
if ( ! function_exists( 'gglcptch_delete_options' ) ) {
|
653 |
function gglcptch_delete_options() {
|
654 |
delete_option( 'gglcptch_options' );
|
js/script.js
CHANGED
@@ -6,6 +6,9 @@
|
|
6 |
$error.remove();
|
7 |
}
|
8 |
});
|
|
|
|
|
|
|
9 |
$( 'form' ).submit( function( e ) {
|
10 |
var $form = $( this ),
|
11 |
$captcha = $form.find( '#recaptcha_widget_div:visible' ),
|
6 |
$error.remove();
|
7 |
}
|
8 |
});
|
9 |
+
|
10 |
+
$( '.gglcptch' ).append( '<input type="hidden" value="' + gglcptch_vars.nonce + '" name="gglcptch_test_enable_js_field" />' );
|
11 |
+
|
12 |
$( 'form' ).submit( function( e ) {
|
13 |
var $form = $( this ),
|
14 |
$captcha = $form.find( '#recaptcha_widget_div:visible' ),
|
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_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Yasen Georgiev <me@ygeorgiev.com>\n"
|
@@ -16,215 +16,221 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.6.6\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: google-captcha.php:
|
20 |
-
#: google-captcha.php:
|
21 |
msgid "Google Captcha Settings"
|
22 |
msgstr "Настройки на Google Captcha"
|
23 |
|
24 |
-
#: google-captcha.php:
|
25 |
msgid "Google Captcha"
|
26 |
msgstr "Google Captcha"
|
27 |
|
28 |
-
#: google-captcha.php:
|
29 |
-
msgid "requires"
|
30 |
-
msgstr "изисква"
|
31 |
-
|
32 |
-
#: google-captcha.php:97
|
33 |
-
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
34 |
-
msgstr "или по-висока. За това не беше деактивиран."
|
35 |
-
|
36 |
-
#: google-captcha.php:97
|
37 |
-
msgid "Back to the WordPress"
|
38 |
-
msgstr "Назад към WordPress"
|
39 |
-
|
40 |
-
#: google-captcha.php:97
|
41 |
-
msgid "Plugins page"
|
42 |
-
msgstr "Страница с плъгини"
|
43 |
-
|
44 |
-
#: google-captcha.php:226
|
45 |
msgid "Site key"
|
46 |
msgstr "Ключ"
|
47 |
|
48 |
-
#: google-captcha.php:
|
49 |
msgid "Secret Key"
|
50 |
msgstr "Секретен ключ"
|
51 |
|
52 |
-
#: google-captcha.php:
|
53 |
msgid "Login form"
|
54 |
msgstr "Форма за вход"
|
55 |
|
56 |
-
#: google-captcha.php:
|
57 |
msgid "Registration form"
|
58 |
msgstr "Форма регистрация"
|
59 |
|
60 |
-
#: google-captcha.php:
|
61 |
msgid "Reset password form"
|
62 |
msgstr "Форма за възстановяване на парола"
|
63 |
|
64 |
-
#: google-captcha.php:
|
65 |
msgid "Comments form"
|
66 |
msgstr "Форма за коментиране"
|
67 |
|
68 |
-
#: google-captcha.php:
|
69 |
msgid "Enter site key"
|
70 |
msgstr "Въведете ключ"
|
71 |
|
72 |
-
#: google-captcha.php:
|
73 |
-
#: google-captcha.php:
|
74 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
75 |
msgstr "ПРЕДУПРЕЖДЕНИЕ: Google Captcha няма да се покаже докато не въведете ключовите полета."
|
76 |
|
77 |
-
#: google-captcha.php:
|
78 |
msgid "Enter secret key"
|
79 |
msgstr "Въведете секретен ключ"
|
80 |
|
81 |
-
#: google-captcha.php:
|
82 |
-
#: google-captcha.php:
|
83 |
-
#: google-captcha.php:
|
84 |
msgid "Settings"
|
85 |
msgstr "Настройки"
|
86 |
|
87 |
-
#: google-captcha.php:
|
88 |
-
#: google-captcha.php:
|
89 |
msgid "FAQ"
|
90 |
msgstr "ЧЗВ"
|
91 |
|
92 |
-
#: google-captcha.php:
|
93 |
msgid "Notice:"
|
94 |
msgstr "Внимание:"
|
95 |
|
96 |
-
#: google-captcha.php:
|
97 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
98 |
msgstr "Настройките бяха успешно променени. В случай, че искате да ги запаметите, моля, не забравяйте да кликнете върху бутона \"Запази промените\"."
|
99 |
|
100 |
-
#: google-captcha.php:
|
101 |
msgid "Settings saved"
|
102 |
msgstr "Настройките бяха запазени успешно."
|
103 |
|
104 |
-
#: google-captcha.php:
|
105 |
msgid "Google Captcha version 2 will not work correctly, since the option \"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: google-captcha.php:
|
109 |
msgid "Read more."
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: google-captcha.php:
|
113 |
msgid "If you would like to add the Google Captcha to your own form, just copy and paste this shortcode to your post or page:"
|
114 |
msgstr "Ако искате да добавите Google Captcha към Ваша собствена форма, проста копирайте и поставете този код на желаната публикация или страница:"
|
115 |
|
116 |
-
#: google-captcha.php:
|
117 |
msgid "Authentication"
|
118 |
msgstr "Идентификация"
|
119 |
|
120 |
-
#: google-captcha.php:
|
121 |
#, php-format
|
122 |
msgid "Before you are able to do something, you must to register %s here %s"
|
123 |
msgstr "Преди да можете да направите нещо, трябва да се %sрегистрирате%s."
|
124 |
|
125 |
-
#: google-captcha.php:
|
126 |
msgid "Enter site key and secret key, that you get after registration."
|
127 |
msgstr "Въведете ключ и секретен ключ, който взимате след регистрация в Google Captcha."
|
128 |
|
129 |
-
#: google-captcha.php:
|
130 |
msgid "Options"
|
131 |
msgstr "Опции"
|
132 |
|
133 |
-
#: google-captcha.php:
|
134 |
msgid "Enable Google Captcha for:"
|
135 |
msgstr "Активирай Google Captcha за:"
|
136 |
|
137 |
-
#: google-captcha.php:
|
138 |
-
#: google-captcha.php:
|
139 |
-
#: google-captcha.php:
|
140 |
msgid "Contact form"
|
141 |
msgstr "Contact form"
|
142 |
|
143 |
-
#: google-captcha.php:
|
144 |
-
#: google-captcha.php:
|
145 |
-
#: google-captcha.php:
|
146 |
msgid "powered by"
|
147 |
msgstr "разработено от"
|
148 |
|
149 |
-
#: google-captcha.php:
|
150 |
msgid "Activate contact form"
|
151 |
msgstr "Активирай Contact form"
|
152 |
|
153 |
-
#: google-captcha.php:
|
154 |
msgid "Download contact form"
|
155 |
msgstr "Изтегли Contact form"
|
156 |
|
157 |
-
#: google-captcha.php:
|
158 |
msgid "Hide captcha for:"
|
159 |
msgstr "Не показвай Google Captcha за:"
|
160 |
|
161 |
-
#: google-captcha.php:
|
162 |
msgid "reCAPTCHA version:"
|
163 |
msgstr "Версия на reCAPTCHA:"
|
164 |
|
165 |
-
#: google-captcha.php:
|
166 |
-
#: google-captcha.php:
|
167 |
msgid "version"
|
168 |
msgstr "версия"
|
169 |
|
170 |
-
#: google-captcha.php:
|
171 |
-
#: google-captcha.php:
|
172 |
msgid "Theme:"
|
173 |
msgstr "Тема:"
|
174 |
|
175 |
-
#: google-captcha.php:
|
176 |
-
#: google-captcha.php:
|
177 |
msgid "for reCAPTCHA version"
|
178 |
msgstr "за reCAPTCHA версия"
|
179 |
|
180 |
-
#: google-captcha.php:
|
181 |
msgid "Save Changes"
|
182 |
msgstr "Запази промените"
|
183 |
|
184 |
-
#: google-captcha.php:
|
185 |
-
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
186 |
-
msgstr "Ако харесвате нашия плъгин, моля дайде му 5 звезди в WordPress"
|
187 |
-
|
188 |
-
#: google-captcha.php:398
|
189 |
-
msgid "Rate the plugin"
|
190 |
-
msgstr "Оцени"
|
191 |
-
|
192 |
-
#: google-captcha.php:401
|
193 |
-
msgid "If there is something wrong about it, please contact us"
|
194 |
-
msgstr "Ако има нещо нередно, моля, свържете се с нас."
|
195 |
-
|
196 |
-
#: google-captcha.php:450
|
197 |
msgid "To use Google Captcha you must get the keys from"
|
198 |
msgstr "За да използвате Google Captcha трябва да вземете ключовете от"
|
199 |
|
200 |
-
#: google-captcha.php:
|
201 |
msgid "here"
|
202 |
msgstr "тук"
|
203 |
|
204 |
-
#: google-captcha.php:
|
205 |
msgid "and enter them on the"
|
206 |
msgstr "и да ги въведете в"
|
207 |
|
208 |
-
#: google-captcha.php:
|
209 |
msgid "plugin setting page"
|
210 |
msgstr "настройките на плъгина"
|
211 |
|
212 |
-
#: google-captcha.php:
|
213 |
-
#: google-captcha.php:
|
214 |
msgid "Error: You have entered an incorrect CAPTCHA value."
|
215 |
msgstr "Грешка: Въвели сте невалиден анти-спам код."
|
216 |
|
217 |
-
#: google-captcha.php:
|
218 |
-
#: google-captcha.php:
|
219 |
-
#: google-captcha.php:
|
220 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
221 |
msgid "Error: You have entered an incorrect CAPTCHA value. Click the BACK button on your browser, and try again."
|
222 |
msgstr "Грешка: Въвели сте невалиден анти-спам код. Натиснете бутона НАЗАД в браузъра и опитайте отново."
|
223 |
|
224 |
-
#: google-captcha.php:
|
225 |
msgid "Support"
|
226 |
msgstr "Поддръжка"
|
227 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
228 |
#~ msgid "Public Key"
|
229 |
#~ msgstr "Открытый ключ"
|
230 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-04-07 14:12+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Yasen Georgiev <me@ygeorgiev.com>\n"
|
16 |
"X-Generator: Poedit 1.6.6\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: google-captcha.php:32
|
20 |
+
#: google-captcha.php:229
|
21 |
msgid "Google Captcha Settings"
|
22 |
msgstr "Настройки на Google Captcha"
|
23 |
|
24 |
+
#: google-captcha.php:32
|
25 |
msgid "Google Captcha"
|
26 |
msgstr "Google Captcha"
|
27 |
|
28 |
+
#: google-captcha.php:166
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
msgid "Site key"
|
30 |
msgstr "Ключ"
|
31 |
|
32 |
+
#: google-captcha.php:171
|
33 |
msgid "Secret Key"
|
34 |
msgstr "Секретен ключ"
|
35 |
|
36 |
+
#: google-captcha.php:179
|
37 |
msgid "Login form"
|
38 |
msgstr "Форма за вход"
|
39 |
|
40 |
+
#: google-captcha.php:180
|
41 |
msgid "Registration form"
|
42 |
msgstr "Форма регистрация"
|
43 |
|
44 |
+
#: google-captcha.php:181
|
45 |
msgid "Reset password form"
|
46 |
msgstr "Форма за възстановяване на парола"
|
47 |
|
48 |
+
#: google-captcha.php:182
|
49 |
msgid "Comments form"
|
50 |
msgstr "Форма за коментиране"
|
51 |
|
52 |
+
#: google-captcha.php:197
|
53 |
msgid "Enter site key"
|
54 |
msgstr "Въведете ключ"
|
55 |
|
56 |
+
#: google-captcha.php:198
|
57 |
+
#: google-captcha.php:204
|
58 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
59 |
msgstr "ПРЕДУПРЕЖДЕНИЕ: Google Captcha няма да се покаже докато не въведете ключовите полета."
|
60 |
|
61 |
+
#: google-captcha.php:203
|
62 |
msgid "Enter secret key"
|
63 |
msgstr "Въведете секретен ключ"
|
64 |
|
65 |
+
#: google-captcha.php:231
|
66 |
+
#: google-captcha.php:590
|
67 |
+
#: google-captcha.php:603
|
68 |
msgid "Settings"
|
69 |
msgstr "Настройки"
|
70 |
|
71 |
+
#: google-captcha.php:232
|
72 |
+
#: google-captcha.php:604
|
73 |
msgid "FAQ"
|
74 |
msgstr "ЧЗВ"
|
75 |
|
76 |
+
#: google-captcha.php:234
|
77 |
msgid "Notice:"
|
78 |
msgstr "Внимание:"
|
79 |
|
80 |
+
#: google-captcha.php:234
|
81 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
82 |
msgstr "Настройките бяха успешно променени. В случай, че искате да ги запаметите, моля, не забравяйте да кликнете върху бутона \"Запази промените\"."
|
83 |
|
84 |
+
#: google-captcha.php:235
|
85 |
msgid "Settings saved"
|
86 |
msgstr "Настройките бяха запазени успешно."
|
87 |
|
88 |
+
#: google-captcha.php:239
|
89 |
msgid "Google Captcha version 2 will not work correctly, since the option \"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: google-captcha.php:240
|
93 |
msgid "Read more."
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: google-captcha.php:243
|
97 |
msgid "If you would like to add the Google Captcha to your own form, just copy and paste this shortcode to your post or page:"
|
98 |
msgstr "Ако искате да добавите Google Captcha към Ваша собствена форма, проста копирайте и поставете този код на желаната публикация или страница:"
|
99 |
|
100 |
+
#: google-captcha.php:245
|
101 |
msgid "Authentication"
|
102 |
msgstr "Идентификация"
|
103 |
|
104 |
+
#: google-captcha.php:246
|
105 |
#, php-format
|
106 |
msgid "Before you are able to do something, you must to register %s here %s"
|
107 |
msgstr "Преди да можете да направите нещо, трябва да се %sрегистрирате%s."
|
108 |
|
109 |
+
#: google-captcha.php:247
|
110 |
msgid "Enter site key and secret key, that you get after registration."
|
111 |
msgstr "Въведете ключ и секретен ключ, който взимате след регистрация в Google Captcha."
|
112 |
|
113 |
+
#: google-captcha.php:259
|
114 |
msgid "Options"
|
115 |
msgstr "Опции"
|
116 |
|
117 |
+
#: google-captcha.php:262
|
118 |
msgid "Enable Google Captcha for:"
|
119 |
msgstr "Активирай Google Captcha за:"
|
120 |
|
121 |
+
#: google-captcha.php:272
|
122 |
+
#: google-captcha.php:275
|
123 |
+
#: google-captcha.php:279
|
124 |
msgid "Contact form"
|
125 |
msgstr "Contact form"
|
126 |
|
127 |
+
#: google-captcha.php:273
|
128 |
+
#: google-captcha.php:276
|
129 |
+
#: google-captcha.php:280
|
130 |
msgid "powered by"
|
131 |
msgstr "разработено от"
|
132 |
|
133 |
+
#: google-captcha.php:276
|
134 |
msgid "Activate contact form"
|
135 |
msgstr "Активирай Contact form"
|
136 |
|
137 |
+
#: google-captcha.php:280
|
138 |
msgid "Download contact form"
|
139 |
msgstr "Изтегли Contact form"
|
140 |
|
141 |
+
#: google-captcha.php:285
|
142 |
msgid "Hide captcha for:"
|
143 |
msgstr "Не показвай Google Captcha за:"
|
144 |
|
145 |
+
#: google-captcha.php:293
|
146 |
msgid "reCAPTCHA version:"
|
147 |
msgstr "Версия на reCAPTCHA:"
|
148 |
|
149 |
+
#: google-captcha.php:295
|
150 |
+
#: google-captcha.php:296
|
151 |
msgid "version"
|
152 |
msgstr "версия"
|
153 |
|
154 |
+
#: google-captcha.php:301
|
155 |
+
#: google-captcha.php:314
|
156 |
msgid "Theme:"
|
157 |
msgstr "Тема:"
|
158 |
|
159 |
+
#: google-captcha.php:302
|
160 |
+
#: google-captcha.php:315
|
161 |
msgid "for reCAPTCHA version"
|
162 |
msgstr "за reCAPTCHA версия"
|
163 |
|
164 |
+
#: google-captcha.php:326
|
165 |
msgid "Save Changes"
|
166 |
msgstr "Запази промените"
|
167 |
|
168 |
+
#: google-captcha.php:376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
msgid "To use Google Captcha you must get the keys from"
|
170 |
msgstr "За да използвате Google Captcha трябва да вземете ключовете от"
|
171 |
|
172 |
+
#: google-captcha.php:377
|
173 |
msgid "here"
|
174 |
msgstr "тук"
|
175 |
|
176 |
+
#: google-captcha.php:378
|
177 |
msgid "and enter them on the"
|
178 |
msgstr "и да ги въведете в"
|
179 |
|
180 |
+
#: google-captcha.php:380
|
181 |
msgid "plugin setting page"
|
182 |
msgstr "настройките на плъгина"
|
183 |
|
184 |
+
#: google-captcha.php:397
|
185 |
+
#: google-captcha.php:434
|
186 |
msgid "Error: You have entered an incorrect CAPTCHA value."
|
187 |
msgstr "Грешка: Въвели сте невалиден анти-спам код."
|
188 |
|
189 |
+
#: google-captcha.php:502
|
190 |
+
#: google-captcha.php:512
|
191 |
+
#: google-captcha.php:521
|
192 |
+
msgid "Error"
|
193 |
+
msgstr ""
|
194 |
+
|
195 |
+
#: google-captcha.php:502
|
196 |
+
#: google-captcha.php:512
|
197 |
+
#: google-captcha.php:521
|
198 |
+
#, fuzzy
|
199 |
+
msgid "You have entered an incorrect CAPTCHA value."
|
200 |
+
msgstr "Грешка: Въвели сте невалиден анти-спам код."
|
201 |
+
|
202 |
+
#: google-captcha.php:563
|
203 |
+
#: google-captcha.php:568
|
204 |
msgid "Error: You have entered an incorrect CAPTCHA value. Click the BACK button on your browser, and try again."
|
205 |
msgstr "Грешка: Въвели сте невалиден анти-спам код. Натиснете бутона НАЗАД в браузъра и опитайте отново."
|
206 |
|
207 |
+
#: google-captcha.php:605
|
208 |
msgid "Support"
|
209 |
msgstr "Поддръжка"
|
210 |
|
211 |
+
#~ msgid "requires"
|
212 |
+
#~ msgstr "изисква"
|
213 |
+
|
214 |
+
#~ msgid ""
|
215 |
+
#~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
|
216 |
+
#~ "and try again."
|
217 |
+
#~ msgstr "или по-висока. За това не беше деактивиран."
|
218 |
+
|
219 |
+
#~ msgid "Back to the WordPress"
|
220 |
+
#~ msgstr "Назад към WordPress"
|
221 |
+
|
222 |
+
#~ msgid "Plugins page"
|
223 |
+
#~ msgstr "Страница с плъгини"
|
224 |
+
|
225 |
+
#~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
226 |
+
#~ msgstr "Ако харесвате нашия плъгин, моля дайде му 5 звезди в WordPress"
|
227 |
+
|
228 |
+
#~ msgid "Rate the plugin"
|
229 |
+
#~ msgstr "Оцени"
|
230 |
+
|
231 |
+
#~ msgid "If there is something wrong about it, please contact us"
|
232 |
+
#~ msgstr "Ако има нещо нередно, моля, свържете се с нас."
|
233 |
+
|
234 |
#~ msgid "Public Key"
|
235 |
#~ msgstr "Открытый ключ"
|
236 |
|
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_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft <support@bestwebsoft.com>\n"
|
8 |
"Language-Team: Dimitris Karantonis\n"
|
@@ -16,215 +16,225 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.7\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: google-captcha.php:
|
20 |
-
#: google-captcha.php:
|
21 |
msgid "Google Captcha Settings"
|
22 |
msgstr "Ρυθμίσεις Google Captcha"
|
23 |
|
24 |
-
#: google-captcha.php:
|
25 |
msgid "Google Captcha"
|
26 |
msgstr "Google Captcha"
|
27 |
|
28 |
-
#: google-captcha.php:
|
29 |
-
msgid "requires"
|
30 |
-
msgstr "απαιτεί"
|
31 |
-
|
32 |
-
#: google-captcha.php:97
|
33 |
-
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
34 |
-
msgstr "ή μεγαλύτερη, γι 'αυτό έχει απενεργοποιηθεί! Παρακαλώ αναβαθμίστε το WordPress και δοκιμάστε ξανά."
|
35 |
-
|
36 |
-
#: google-captcha.php:97
|
37 |
-
msgid "Back to the WordPress"
|
38 |
-
msgstr "Επιστροφή στο WordPress"
|
39 |
-
|
40 |
-
#: google-captcha.php:97
|
41 |
-
msgid "Plugins page"
|
42 |
-
msgstr "Σελίδα επεκτάσεων"
|
43 |
-
|
44 |
-
#: google-captcha.php:231
|
45 |
msgid "Site key"
|
46 |
msgstr "Κλειδί ιστοσελίδας"
|
47 |
|
48 |
-
#: google-captcha.php:
|
49 |
msgid "Secret Key"
|
50 |
msgstr "Μυστικό κλειδί"
|
51 |
|
52 |
-
#: google-captcha.php:
|
53 |
msgid "Login form"
|
54 |
msgstr "Φόρμα εισόδου"
|
55 |
|
56 |
-
#: google-captcha.php:
|
57 |
msgid "Registration form"
|
58 |
msgstr "Φόρμα εγγραφής"
|
59 |
|
60 |
-
#: google-captcha.php:
|
61 |
msgid "Reset password form"
|
62 |
msgstr "Φόρμα ανάκτησης κωδικού πρόσβασης"
|
63 |
|
64 |
-
#: google-captcha.php:
|
65 |
msgid "Comments form"
|
66 |
msgstr "Φόρμα για σχόλια"
|
67 |
|
68 |
-
#: google-captcha.php:
|
69 |
msgid "Enter site key"
|
70 |
msgstr "Εισάγετε το κλειδί της ιστοσελίδας"
|
71 |
|
72 |
-
#: google-captcha.php:
|
73 |
-
#: google-captcha.php:
|
74 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
75 |
msgstr "ΠΡΟΣΟΧΗ: Το captcha δεν θα εμφανιστεί εάν δεν συμπληρώσετε τα κλειδιά στα πεδία."
|
76 |
|
77 |
-
#: google-captcha.php:
|
78 |
msgid "Enter secret key"
|
79 |
msgstr "Εισάγετε το μυστικό κλειδί"
|
80 |
|
81 |
-
#: google-captcha.php:
|
82 |
-
#: google-captcha.php:
|
83 |
-
#: google-captcha.php:
|
84 |
msgid "Settings"
|
85 |
msgstr "Ρυθμίσεις"
|
86 |
|
87 |
-
#: google-captcha.php:
|
88 |
-
#: google-captcha.php:
|
89 |
msgid "FAQ"
|
90 |
msgstr "Συχνές Ερωτήσεις"
|
91 |
|
92 |
-
#: google-captcha.php:
|
93 |
msgid "Notice:"
|
94 |
msgstr "Σημείωση:"
|
95 |
|
96 |
-
#: google-captcha.php:
|
97 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
98 |
msgstr "Οι ρυθμίσεις της επέκτασης έχουν τροποποιηθεί. Για να τις αποθηκεύσετε, παρακαλούμε μην ξεχάσετε να κάνετε κλικ στο κουμπί \"Αποθήκευση αλλαγών\"."
|
99 |
|
100 |
-
#: google-captcha.php:
|
101 |
msgid "Settings saved"
|
102 |
msgstr "Οι ρυμθίσεις αποθηκεύτηκαν"
|
103 |
|
104 |
-
#: google-captcha.php:
|
105 |
msgid "Google Captcha version 2 will not work correctly, since the option \"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
106 |
msgstr "Η έκδοση 2 του Google Captcha δεν θα λειτουργήσει σωστά, αφού η επιλογή \"allow_url_fopen\" είναι απενεργοποιημένη στις ρυθμίσεις PHP του παρόχου φιλοξενίας σας."
|
107 |
|
108 |
-
#: google-captcha.php:
|
109 |
msgid "Read more."
|
110 |
msgstr "Διαβάστε περισσότερα."
|
111 |
|
112 |
-
#: google-captcha.php:
|
113 |
msgid "If you would like to add the Google Captcha to your own form, just copy and paste this shortcode to your post or page:"
|
114 |
msgstr "Αν θέλετε να προσθέσετε το Google Captcha στη δική σας φόρμα, απλά αντιγράψτε και επικολλήστε αυτό το σύντομο κωδικό στη δημοσίευση ή στη σελίδα σας:"
|
115 |
|
116 |
-
#: google-captcha.php:
|
117 |
msgid "Authentication"
|
118 |
msgstr "Πιστοποίηση"
|
119 |
|
120 |
-
#: google-captcha.php:
|
121 |
#, php-format
|
122 |
msgid "Before you are able to do something, you must to register %s here %s"
|
123 |
msgstr "Πριν να είστε σε θέση να κάνετε κάτι, θα πρέπει να εγγραφείτε %s εδώ %s"
|
124 |
|
125 |
-
#: google-captcha.php:
|
126 |
msgid "Enter site key and secret key, that you get after registration."
|
127 |
msgstr "Πληκτρολογήστε το κλειδί της ιστοσελίδας και το μυστικό κλειδί, τα οποία παραλάβατε μετά την εγγραφή."
|
128 |
|
129 |
-
#: google-captcha.php:
|
130 |
msgid "Options"
|
131 |
msgstr "Επιλογές"
|
132 |
|
133 |
-
#: google-captcha.php:
|
134 |
msgid "Enable Google Captcha for:"
|
135 |
msgstr "Ενεργοποίηση Google Captcha για:"
|
136 |
|
137 |
-
#: google-captcha.php:
|
138 |
-
#: google-captcha.php:
|
139 |
-
#: google-captcha.php:
|
140 |
msgid "Contact form"
|
141 |
msgstr "Φόρμα επικοινωνίας"
|
142 |
|
143 |
-
#: google-captcha.php:
|
144 |
-
#: google-captcha.php:
|
145 |
-
#: google-captcha.php:
|
146 |
msgid "powered by"
|
147 |
msgstr "υποστήριξη από"
|
148 |
|
149 |
-
#: google-captcha.php:
|
150 |
msgid "Activate contact form"
|
151 |
msgstr "Ενεργοποίηση φόρμας επικοινωνίας"
|
152 |
|
153 |
-
#: google-captcha.php:
|
154 |
msgid "Download contact form"
|
155 |
msgstr "Κατέβασμα φόρμας επικοινωνίας"
|
156 |
|
157 |
-
#: google-captcha.php:
|
158 |
msgid "Hide captcha for:"
|
159 |
msgstr "Απόκρυψη captcha για:"
|
160 |
|
161 |
-
#: google-captcha.php:
|
162 |
msgid "reCAPTCHA version:"
|
163 |
msgstr "Έκδοση reCAPTCHA:"
|
164 |
|
165 |
-
#: google-captcha.php:
|
166 |
-
#: google-captcha.php:
|
167 |
msgid "version"
|
168 |
msgstr "έκδοση"
|
169 |
|
170 |
-
#: google-captcha.php:
|
171 |
-
#: google-captcha.php:
|
172 |
msgid "Theme:"
|
173 |
msgstr "Θέμα εμφάνισης:"
|
174 |
|
175 |
-
#: google-captcha.php:
|
176 |
-
#: google-captcha.php:
|
177 |
msgid "for reCAPTCHA version"
|
178 |
msgstr "για την έκδοση reCAPTCHA"
|
179 |
|
180 |
-
#: google-captcha.php:
|
181 |
msgid "Save Changes"
|
182 |
msgstr "Αποθήκευση αλλαγών"
|
183 |
|
184 |
-
#: google-captcha.php:
|
185 |
-
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
186 |
-
msgstr "Αν σας αρέσει η επέκτασή μας, παρακαλούμε βαθμολογήστε το με 5 αστέρια στο WordPress"
|
187 |
-
|
188 |
-
#: google-captcha.php:400
|
189 |
-
msgid "Rate the plugin"
|
190 |
-
msgstr "Βαθμολογήστε την επέκταση"
|
191 |
-
|
192 |
-
#: google-captcha.php:403
|
193 |
-
msgid "If there is something wrong about it, please contact us"
|
194 |
-
msgstr "Αν υπάρχει κάτι λάθος, παρακαλούμε επικοινωνήστε μαζί μας"
|
195 |
-
|
196 |
-
#: google-captcha.php:452
|
197 |
msgid "To use Google Captcha you must get the keys from"
|
198 |
msgstr "Για να χρησιμοποιήσετε το Google Captcha θα πρέπει να πάρετε τα κλειδιά από"
|
199 |
|
200 |
-
#: google-captcha.php:
|
201 |
msgid "here"
|
202 |
msgstr "εδώ"
|
203 |
|
204 |
-
#: google-captcha.php:
|
205 |
msgid "and enter them on the"
|
206 |
msgstr "και να τα εισάγετε στη"
|
207 |
|
208 |
-
#: google-captcha.php:
|
209 |
msgid "plugin setting page"
|
210 |
msgstr "σελίδα ρυθμίσεων της επέκτασης"
|
211 |
|
212 |
-
#: google-captcha.php:
|
213 |
-
#: google-captcha.php:
|
214 |
msgid "Error: You have entered an incorrect CAPTCHA value."
|
215 |
msgstr "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA."
|
216 |
|
217 |
-
#: google-captcha.php:
|
218 |
-
#: google-captcha.php:
|
219 |
-
#: google-captcha.php:
|
220 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
221 |
msgid "Error: You have entered an incorrect CAPTCHA value. Click the BACK button on your browser, and try again."
|
222 |
msgstr "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA. Κάντε κλικ στο κουμπί Πίσω στον περιηγητή σας, και δοκιμάστε ξανά."
|
223 |
|
224 |
-
#: google-captcha.php:
|
225 |
msgid "Support"
|
226 |
msgstr "Υποστήριξη"
|
227 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
228 |
#~ msgid "Public Key"
|
229 |
#~ msgstr "Відкритий ключ"
|
230 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-04-07 14:13+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft <support@bestwebsoft.com>\n"
|
8 |
"Language-Team: Dimitris Karantonis\n"
|
16 |
"X-Generator: Poedit 1.5.7\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: google-captcha.php:32
|
20 |
+
#: google-captcha.php:229
|
21 |
msgid "Google Captcha Settings"
|
22 |
msgstr "Ρυθμίσεις Google Captcha"
|
23 |
|
24 |
+
#: google-captcha.php:32
|
25 |
msgid "Google Captcha"
|
26 |
msgstr "Google Captcha"
|
27 |
|
28 |
+
#: google-captcha.php:166
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
msgid "Site key"
|
30 |
msgstr "Κλειδί ιστοσελίδας"
|
31 |
|
32 |
+
#: google-captcha.php:171
|
33 |
msgid "Secret Key"
|
34 |
msgstr "Μυστικό κλειδί"
|
35 |
|
36 |
+
#: google-captcha.php:179
|
37 |
msgid "Login form"
|
38 |
msgstr "Φόρμα εισόδου"
|
39 |
|
40 |
+
#: google-captcha.php:180
|
41 |
msgid "Registration form"
|
42 |
msgstr "Φόρμα εγγραφής"
|
43 |
|
44 |
+
#: google-captcha.php:181
|
45 |
msgid "Reset password form"
|
46 |
msgstr "Φόρμα ανάκτησης κωδικού πρόσβασης"
|
47 |
|
48 |
+
#: google-captcha.php:182
|
49 |
msgid "Comments form"
|
50 |
msgstr "Φόρμα για σχόλια"
|
51 |
|
52 |
+
#: google-captcha.php:197
|
53 |
msgid "Enter site key"
|
54 |
msgstr "Εισάγετε το κλειδί της ιστοσελίδας"
|
55 |
|
56 |
+
#: google-captcha.php:198
|
57 |
+
#: google-captcha.php:204
|
58 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
59 |
msgstr "ΠΡΟΣΟΧΗ: Το captcha δεν θα εμφανιστεί εάν δεν συμπληρώσετε τα κλειδιά στα πεδία."
|
60 |
|
61 |
+
#: google-captcha.php:203
|
62 |
msgid "Enter secret key"
|
63 |
msgstr "Εισάγετε το μυστικό κλειδί"
|
64 |
|
65 |
+
#: google-captcha.php:231
|
66 |
+
#: google-captcha.php:590
|
67 |
+
#: google-captcha.php:603
|
68 |
msgid "Settings"
|
69 |
msgstr "Ρυθμίσεις"
|
70 |
|
71 |
+
#: google-captcha.php:232
|
72 |
+
#: google-captcha.php:604
|
73 |
msgid "FAQ"
|
74 |
msgstr "Συχνές Ερωτήσεις"
|
75 |
|
76 |
+
#: google-captcha.php:234
|
77 |
msgid "Notice:"
|
78 |
msgstr "Σημείωση:"
|
79 |
|
80 |
+
#: google-captcha.php:234
|
81 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
82 |
msgstr "Οι ρυθμίσεις της επέκτασης έχουν τροποποιηθεί. Για να τις αποθηκεύσετε, παρακαλούμε μην ξεχάσετε να κάνετε κλικ στο κουμπί \"Αποθήκευση αλλαγών\"."
|
83 |
|
84 |
+
#: google-captcha.php:235
|
85 |
msgid "Settings saved"
|
86 |
msgstr "Οι ρυμθίσεις αποθηκεύτηκαν"
|
87 |
|
88 |
+
#: google-captcha.php:239
|
89 |
msgid "Google Captcha version 2 will not work correctly, since the option \"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
90 |
msgstr "Η έκδοση 2 του Google Captcha δεν θα λειτουργήσει σωστά, αφού η επιλογή \"allow_url_fopen\" είναι απενεργοποιημένη στις ρυθμίσεις PHP του παρόχου φιλοξενίας σας."
|
91 |
|
92 |
+
#: google-captcha.php:240
|
93 |
msgid "Read more."
|
94 |
msgstr "Διαβάστε περισσότερα."
|
95 |
|
96 |
+
#: google-captcha.php:243
|
97 |
msgid "If you would like to add the Google Captcha to your own form, just copy and paste this shortcode to your post or page:"
|
98 |
msgstr "Αν θέλετε να προσθέσετε το Google Captcha στη δική σας φόρμα, απλά αντιγράψτε και επικολλήστε αυτό το σύντομο κωδικό στη δημοσίευση ή στη σελίδα σας:"
|
99 |
|
100 |
+
#: google-captcha.php:245
|
101 |
msgid "Authentication"
|
102 |
msgstr "Πιστοποίηση"
|
103 |
|
104 |
+
#: google-captcha.php:246
|
105 |
#, php-format
|
106 |
msgid "Before you are able to do something, you must to register %s here %s"
|
107 |
msgstr "Πριν να είστε σε θέση να κάνετε κάτι, θα πρέπει να εγγραφείτε %s εδώ %s"
|
108 |
|
109 |
+
#: google-captcha.php:247
|
110 |
msgid "Enter site key and secret key, that you get after registration."
|
111 |
msgstr "Πληκτρολογήστε το κλειδί της ιστοσελίδας και το μυστικό κλειδί, τα οποία παραλάβατε μετά την εγγραφή."
|
112 |
|
113 |
+
#: google-captcha.php:259
|
114 |
msgid "Options"
|
115 |
msgstr "Επιλογές"
|
116 |
|
117 |
+
#: google-captcha.php:262
|
118 |
msgid "Enable Google Captcha for:"
|
119 |
msgstr "Ενεργοποίηση Google Captcha για:"
|
120 |
|
121 |
+
#: google-captcha.php:272
|
122 |
+
#: google-captcha.php:275
|
123 |
+
#: google-captcha.php:279
|
124 |
msgid "Contact form"
|
125 |
msgstr "Φόρμα επικοινωνίας"
|
126 |
|
127 |
+
#: google-captcha.php:273
|
128 |
+
#: google-captcha.php:276
|
129 |
+
#: google-captcha.php:280
|
130 |
msgid "powered by"
|
131 |
msgstr "υποστήριξη από"
|
132 |
|
133 |
+
#: google-captcha.php:276
|
134 |
msgid "Activate contact form"
|
135 |
msgstr "Ενεργοποίηση φόρμας επικοινωνίας"
|
136 |
|
137 |
+
#: google-captcha.php:280
|
138 |
msgid "Download contact form"
|
139 |
msgstr "Κατέβασμα φόρμας επικοινωνίας"
|
140 |
|
141 |
+
#: google-captcha.php:285
|
142 |
msgid "Hide captcha for:"
|
143 |
msgstr "Απόκρυψη captcha για:"
|
144 |
|
145 |
+
#: google-captcha.php:293
|
146 |
msgid "reCAPTCHA version:"
|
147 |
msgstr "Έκδοση reCAPTCHA:"
|
148 |
|
149 |
+
#: google-captcha.php:295
|
150 |
+
#: google-captcha.php:296
|
151 |
msgid "version"
|
152 |
msgstr "έκδοση"
|
153 |
|
154 |
+
#: google-captcha.php:301
|
155 |
+
#: google-captcha.php:314
|
156 |
msgid "Theme:"
|
157 |
msgstr "Θέμα εμφάνισης:"
|
158 |
|
159 |
+
#: google-captcha.php:302
|
160 |
+
#: google-captcha.php:315
|
161 |
msgid "for reCAPTCHA version"
|
162 |
msgstr "για την έκδοση reCAPTCHA"
|
163 |
|
164 |
+
#: google-captcha.php:326
|
165 |
msgid "Save Changes"
|
166 |
msgstr "Αποθήκευση αλλαγών"
|
167 |
|
168 |
+
#: google-captcha.php:376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
msgid "To use Google Captcha you must get the keys from"
|
170 |
msgstr "Για να χρησιμοποιήσετε το Google Captcha θα πρέπει να πάρετε τα κλειδιά από"
|
171 |
|
172 |
+
#: google-captcha.php:377
|
173 |
msgid "here"
|
174 |
msgstr "εδώ"
|
175 |
|
176 |
+
#: google-captcha.php:378
|
177 |
msgid "and enter them on the"
|
178 |
msgstr "και να τα εισάγετε στη"
|
179 |
|
180 |
+
#: google-captcha.php:380
|
181 |
msgid "plugin setting page"
|
182 |
msgstr "σελίδα ρυθμίσεων της επέκτασης"
|
183 |
|
184 |
+
#: google-captcha.php:397
|
185 |
+
#: google-captcha.php:434
|
186 |
msgid "Error: You have entered an incorrect CAPTCHA value."
|
187 |
msgstr "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA."
|
188 |
|
189 |
+
#: google-captcha.php:502
|
190 |
+
#: google-captcha.php:512
|
191 |
+
#: google-captcha.php:521
|
192 |
+
msgid "Error"
|
193 |
+
msgstr ""
|
194 |
+
|
195 |
+
#: google-captcha.php:502
|
196 |
+
#: google-captcha.php:512
|
197 |
+
#: google-captcha.php:521
|
198 |
+
#, fuzzy
|
199 |
+
msgid "You have entered an incorrect CAPTCHA value."
|
200 |
+
msgstr "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA."
|
201 |
+
|
202 |
+
#: google-captcha.php:563
|
203 |
+
#: google-captcha.php:568
|
204 |
msgid "Error: You have entered an incorrect CAPTCHA value. Click the BACK button on your browser, and try again."
|
205 |
msgstr "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA. Κάντε κλικ στο κουμπί Πίσω στον περιηγητή σας, και δοκιμάστε ξανά."
|
206 |
|
207 |
+
#: google-captcha.php:605
|
208 |
msgid "Support"
|
209 |
msgstr "Υποστήριξη"
|
210 |
|
211 |
+
#~ msgid "requires"
|
212 |
+
#~ msgstr "απαιτεί"
|
213 |
+
|
214 |
+
#~ msgid ""
|
215 |
+
#~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
|
216 |
+
#~ "and try again."
|
217 |
+
#~ msgstr ""
|
218 |
+
#~ "ή μεγαλύτερη, γι 'αυτό έχει απενεργοποιηθεί! Παρακαλώ αναβαθμίστε το "
|
219 |
+
#~ "WordPress και δοκιμάστε ξανά."
|
220 |
+
|
221 |
+
#~ msgid "Back to the WordPress"
|
222 |
+
#~ msgstr "Επιστροφή στο WordPress"
|
223 |
+
|
224 |
+
#~ msgid "Plugins page"
|
225 |
+
#~ msgstr "Σελίδα επεκτάσεων"
|
226 |
+
|
227 |
+
#~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
228 |
+
#~ msgstr ""
|
229 |
+
#~ "Αν σας αρέσει η επέκτασή μας, παρακαλούμε βαθμολογήστε το με 5 αστέρια "
|
230 |
+
#~ "στο WordPress"
|
231 |
+
|
232 |
+
#~ msgid "Rate the plugin"
|
233 |
+
#~ msgstr "Βαθμολογήστε την επέκταση"
|
234 |
+
|
235 |
+
#~ msgid "If there is something wrong about it, please contact us"
|
236 |
+
#~ msgstr "Αν υπάρχει κάτι λάθος, παρακαλούμε επικοινωνήστε μαζί μας"
|
237 |
+
|
238 |
#~ msgid "Public Key"
|
239 |
#~ msgstr "Відкритий ключ"
|
240 |
|
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_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft <support@bestwebsoft.com>\n"
|
8 |
"Language-Team: Cloudzeroxyz <cloudzeroxyz@gmail.com>\n"
|
@@ -17,218 +17,227 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: google-captcha.php:
|
21 |
-
#: google-captcha.php:
|
22 |
msgid "Google Captcha Settings"
|
23 |
msgstr "Googe Captcha Ajustes"
|
24 |
|
25 |
-
#: google-captcha.php:
|
26 |
msgid "Google Captcha"
|
27 |
msgstr "Google Captcha"
|
28 |
|
29 |
-
#: google-captcha.php:
|
30 |
-
msgid "requires"
|
31 |
-
msgstr "requiere"
|
32 |
-
|
33 |
-
#: google-captcha.php:97
|
34 |
-
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
35 |
-
msgstr "o superior, es por eso que ha sido desactivado! Por favor, actualice WordPress y vuelva a intentarlo."
|
36 |
-
|
37 |
-
#: google-captcha.php:97
|
38 |
-
msgid "Back to the WordPress"
|
39 |
-
msgstr "Volver a WordPress"
|
40 |
-
|
41 |
-
#: google-captcha.php:97
|
42 |
-
msgid "Plugins page"
|
43 |
-
msgstr "Página de Plugins"
|
44 |
-
|
45 |
-
#: google-captcha.php:231
|
46 |
msgid "Site key"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: google-captcha.php:
|
50 |
msgid "Secret Key"
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: google-captcha.php:
|
54 |
msgid "Login form"
|
55 |
msgstr "Formulario de acceso"
|
56 |
|
57 |
-
#: google-captcha.php:
|
58 |
msgid "Registration form"
|
59 |
msgstr "Formulario de registro"
|
60 |
|
61 |
-
#: google-captcha.php:
|
62 |
msgid "Reset password form"
|
63 |
msgstr "Formulario de restablecimiento de contraseña"
|
64 |
|
65 |
-
#: google-captcha.php:
|
66 |
msgid "Comments form"
|
67 |
msgstr "Formulario de comentarios"
|
68 |
|
69 |
-
#: google-captcha.php:
|
70 |
#, fuzzy
|
71 |
msgid "Enter site key"
|
72 |
msgstr "Introduce la clave privada"
|
73 |
|
74 |
-
#: google-captcha.php:
|
75 |
-
#: google-captcha.php:
|
76 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
77 |
msgstr "ADVERTENCIA: El Captcha no se mostrará mientras usted no llene los campos clave."
|
78 |
|
79 |
-
#: google-captcha.php:
|
80 |
#, fuzzy
|
81 |
msgid "Enter secret key"
|
82 |
msgstr "Introduce la clave privada"
|
83 |
|
84 |
-
#: google-captcha.php:
|
85 |
-
#: google-captcha.php:
|
86 |
-
#: google-captcha.php:
|
87 |
msgid "Settings"
|
88 |
msgstr "Ajustes"
|
89 |
|
90 |
-
#: google-captcha.php:
|
91 |
-
#: google-captcha.php:
|
92 |
msgid "FAQ"
|
93 |
msgstr "Preguntas Frecuentes"
|
94 |
|
95 |
-
#: google-captcha.php:
|
96 |
msgid "Notice:"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: google-captcha.php:
|
100 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: google-captcha.php:
|
104 |
msgid "Settings saved"
|
105 |
msgstr "Configuración guardada"
|
106 |
|
107 |
-
#: google-captcha.php:
|
108 |
msgid "Google Captcha version 2 will not work correctly, since the option \"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: google-captcha.php:
|
112 |
msgid "Read more."
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: google-captcha.php:
|
116 |
msgid "If you would like to add the Google Captcha to your own form, just copy and paste this shortcode to your post or page:"
|
117 |
msgstr "Si quisiera añadir el Google Captcha para su formulario, simplemente copia y pega este código corto en tu post o página:"
|
118 |
|
119 |
-
#: google-captcha.php:
|
120 |
msgid "Authentication"
|
121 |
msgstr "Autentificación"
|
122 |
|
123 |
-
#: google-captcha.php:
|
124 |
#, php-format
|
125 |
msgid "Before you are able to do something, you must to register %s here %s"
|
126 |
msgstr "Antes de que pueda hacer algo, debe registrar %s aquí %s"
|
127 |
|
128 |
-
#: google-captcha.php:
|
129 |
#, fuzzy
|
130 |
msgid "Enter site key and secret key, that you get after registration."
|
131 |
msgstr "Introduzca las claves pública y privada, que se obtiene después de Registrarse."
|
132 |
|
133 |
-
#: google-captcha.php:
|
134 |
msgid "Options"
|
135 |
msgstr "Opciones"
|
136 |
|
137 |
-
#: google-captcha.php:
|
138 |
msgid "Enable Google Captcha for:"
|
139 |
msgstr "Habilitar Google Captcha para:"
|
140 |
|
141 |
-
#: google-captcha.php:
|
142 |
-
#: google-captcha.php:
|
143 |
-
#: google-captcha.php:
|
144 |
msgid "Contact form"
|
145 |
msgstr "Formulario de contacto"
|
146 |
|
147 |
-
#: google-captcha.php:
|
148 |
-
#: google-captcha.php:
|
149 |
-
#: google-captcha.php:
|
150 |
msgid "powered by"
|
151 |
msgstr "impulsado por"
|
152 |
|
153 |
-
#: google-captcha.php:
|
154 |
msgid "Activate contact form"
|
155 |
msgstr "Activar formulario de contacto"
|
156 |
|
157 |
-
#: google-captcha.php:
|
158 |
msgid "Download contact form"
|
159 |
msgstr "Descargar formulario de contacto"
|
160 |
|
161 |
-
#: google-captcha.php:
|
162 |
msgid "Hide captcha for:"
|
163 |
msgstr "Ocultar captcha para:"
|
164 |
|
165 |
-
#: google-captcha.php:
|
166 |
msgid "reCAPTCHA version:"
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: google-captcha.php:
|
170 |
-
#: google-captcha.php:
|
171 |
msgid "version"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: google-captcha.php:
|
175 |
-
#: google-captcha.php:
|
176 |
msgid "Theme:"
|
177 |
msgstr "Tema:"
|
178 |
|
179 |
-
#: google-captcha.php:
|
180 |
-
#: google-captcha.php:
|
181 |
msgid "for reCAPTCHA version"
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: google-captcha.php:
|
185 |
msgid "Save Changes"
|
186 |
msgstr "Guardar Cambios"
|
187 |
|
188 |
-
#: google-captcha.php:
|
189 |
-
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
190 |
-
msgstr "Si te gusta nuestro plugin, por favor, dale 5 estrellas en WordPress"
|
191 |
-
|
192 |
-
#: google-captcha.php:400
|
193 |
-
msgid "Rate the plugin"
|
194 |
-
msgstr "Valorar el plugin"
|
195 |
-
|
196 |
-
#: google-captcha.php:403
|
197 |
-
msgid "If there is something wrong about it, please contact us"
|
198 |
-
msgstr "Si hay algo malo en ello, por favor ponte en contacto con nosotros"
|
199 |
-
|
200 |
-
#: google-captcha.php:452
|
201 |
msgid "To use Google Captcha you must get the keys from"
|
202 |
msgstr "Para utilizar Google Captcha debe obtener las claves de"
|
203 |
|
204 |
-
#: google-captcha.php:
|
205 |
msgid "here"
|
206 |
msgstr "aquí"
|
207 |
|
208 |
-
#: google-captcha.php:
|
209 |
msgid "and enter them on the"
|
210 |
msgstr "e introducirlas en"
|
211 |
|
212 |
-
#: google-captcha.php:
|
213 |
msgid "plugin setting page"
|
214 |
msgstr "página de configuración de plugin"
|
215 |
|
216 |
-
#: google-captcha.php:
|
217 |
-
#: google-captcha.php:
|
218 |
msgid "Error: You have entered an incorrect CAPTCHA value."
|
219 |
msgstr "Error: Ha introducido un valor incorrecto de CAPTCHA."
|
220 |
|
221 |
-
#: google-captcha.php:
|
222 |
-
#: google-captcha.php:
|
223 |
-
#: google-captcha.php:
|
224 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
msgid "Error: You have entered an incorrect CAPTCHA value. Click the BACK button on your browser, and try again."
|
226 |
msgstr "Error: Ha introducido un valor incorrecto de CAPTCHA. Haga clic en el botón Regresar de su navegador y vuelva a intentarlo."
|
227 |
|
228 |
-
#: google-captcha.php:
|
229 |
msgid "Support"
|
230 |
msgstr "Soporte"
|
231 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
232 |
#~ msgid "Public Key"
|
233 |
#~ msgstr "Clave Pública"
|
234 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-04-07 14:13+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft <support@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:32
|
21 |
+
#: google-captcha.php:229
|
22 |
msgid "Google Captcha Settings"
|
23 |
msgstr "Googe Captcha Ajustes"
|
24 |
|
25 |
+
#: google-captcha.php:32
|
26 |
msgid "Google Captcha"
|
27 |
msgstr "Google Captcha"
|
28 |
|
29 |
+
#: google-captcha.php:166
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
msgid "Site key"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: google-captcha.php:171
|
34 |
msgid "Secret Key"
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: google-captcha.php:179
|
38 |
msgid "Login form"
|
39 |
msgstr "Formulario de acceso"
|
40 |
|
41 |
+
#: google-captcha.php:180
|
42 |
msgid "Registration form"
|
43 |
msgstr "Formulario de registro"
|
44 |
|
45 |
+
#: google-captcha.php:181
|
46 |
msgid "Reset password form"
|
47 |
msgstr "Formulario de restablecimiento de contraseña"
|
48 |
|
49 |
+
#: google-captcha.php:182
|
50 |
msgid "Comments form"
|
51 |
msgstr "Formulario de comentarios"
|
52 |
|
53 |
+
#: google-captcha.php:197
|
54 |
#, fuzzy
|
55 |
msgid "Enter site key"
|
56 |
msgstr "Introduce la clave privada"
|
57 |
|
58 |
+
#: google-captcha.php:198
|
59 |
+
#: google-captcha.php:204
|
60 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
61 |
msgstr "ADVERTENCIA: El Captcha no se mostrará mientras usted no llene los campos clave."
|
62 |
|
63 |
+
#: google-captcha.php:203
|
64 |
#, fuzzy
|
65 |
msgid "Enter secret key"
|
66 |
msgstr "Introduce la clave privada"
|
67 |
|
68 |
+
#: google-captcha.php:231
|
69 |
+
#: google-captcha.php:590
|
70 |
+
#: google-captcha.php:603
|
71 |
msgid "Settings"
|
72 |
msgstr "Ajustes"
|
73 |
|
74 |
+
#: google-captcha.php:232
|
75 |
+
#: google-captcha.php:604
|
76 |
msgid "FAQ"
|
77 |
msgstr "Preguntas Frecuentes"
|
78 |
|
79 |
+
#: google-captcha.php:234
|
80 |
msgid "Notice:"
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: google-captcha.php:234
|
84 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: google-captcha.php:235
|
88 |
msgid "Settings saved"
|
89 |
msgstr "Configuración guardada"
|
90 |
|
91 |
+
#: google-captcha.php:239
|
92 |
msgid "Google Captcha version 2 will not work correctly, since the option \"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: google-captcha.php:240
|
96 |
msgid "Read more."
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: google-captcha.php:243
|
100 |
msgid "If you would like to add the Google Captcha to your own form, just copy and paste this shortcode to your post or page:"
|
101 |
msgstr "Si quisiera añadir el Google Captcha para su formulario, simplemente copia y pega este código corto en tu post o página:"
|
102 |
|
103 |
+
#: google-captcha.php:245
|
104 |
msgid "Authentication"
|
105 |
msgstr "Autentificación"
|
106 |
|
107 |
+
#: google-captcha.php:246
|
108 |
#, php-format
|
109 |
msgid "Before you are able to do something, you must to register %s here %s"
|
110 |
msgstr "Antes de que pueda hacer algo, debe registrar %s aquí %s"
|
111 |
|
112 |
+
#: google-captcha.php:247
|
113 |
#, fuzzy
|
114 |
msgid "Enter site key and secret key, that you get after registration."
|
115 |
msgstr "Introduzca las claves pública y privada, que se obtiene después de Registrarse."
|
116 |
|
117 |
+
#: google-captcha.php:259
|
118 |
msgid "Options"
|
119 |
msgstr "Opciones"
|
120 |
|
121 |
+
#: google-captcha.php:262
|
122 |
msgid "Enable Google Captcha for:"
|
123 |
msgstr "Habilitar Google Captcha para:"
|
124 |
|
125 |
+
#: google-captcha.php:272
|
126 |
+
#: google-captcha.php:275
|
127 |
+
#: google-captcha.php:279
|
128 |
msgid "Contact form"
|
129 |
msgstr "Formulario de contacto"
|
130 |
|
131 |
+
#: google-captcha.php:273
|
132 |
+
#: google-captcha.php:276
|
133 |
+
#: google-captcha.php:280
|
134 |
msgid "powered by"
|
135 |
msgstr "impulsado por"
|
136 |
|
137 |
+
#: google-captcha.php:276
|
138 |
msgid "Activate contact form"
|
139 |
msgstr "Activar formulario de contacto"
|
140 |
|
141 |
+
#: google-captcha.php:280
|
142 |
msgid "Download contact form"
|
143 |
msgstr "Descargar formulario de contacto"
|
144 |
|
145 |
+
#: google-captcha.php:285
|
146 |
msgid "Hide captcha for:"
|
147 |
msgstr "Ocultar captcha para:"
|
148 |
|
149 |
+
#: google-captcha.php:293
|
150 |
msgid "reCAPTCHA version:"
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: google-captcha.php:295
|
154 |
+
#: google-captcha.php:296
|
155 |
msgid "version"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: google-captcha.php:301
|
159 |
+
#: google-captcha.php:314
|
160 |
msgid "Theme:"
|
161 |
msgstr "Tema:"
|
162 |
|
163 |
+
#: google-captcha.php:302
|
164 |
+
#: google-captcha.php:315
|
165 |
msgid "for reCAPTCHA version"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: google-captcha.php:326
|
169 |
msgid "Save Changes"
|
170 |
msgstr "Guardar Cambios"
|
171 |
|
172 |
+
#: google-captcha.php:376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
msgid "To use Google Captcha you must get the keys from"
|
174 |
msgstr "Para utilizar Google Captcha debe obtener las claves de"
|
175 |
|
176 |
+
#: google-captcha.php:377
|
177 |
msgid "here"
|
178 |
msgstr "aquí"
|
179 |
|
180 |
+
#: google-captcha.php:378
|
181 |
msgid "and enter them on the"
|
182 |
msgstr "e introducirlas en"
|
183 |
|
184 |
+
#: google-captcha.php:380
|
185 |
msgid "plugin setting page"
|
186 |
msgstr "página de configuración de plugin"
|
187 |
|
188 |
+
#: google-captcha.php:397
|
189 |
+
#: google-captcha.php:434
|
190 |
msgid "Error: You have entered an incorrect CAPTCHA value."
|
191 |
msgstr "Error: Ha introducido un valor incorrecto de CAPTCHA."
|
192 |
|
193 |
+
#: google-captcha.php:502
|
194 |
+
#: google-captcha.php:512
|
195 |
+
#: google-captcha.php:521
|
196 |
+
msgid "Error"
|
197 |
+
msgstr ""
|
198 |
+
|
199 |
+
#: google-captcha.php:502
|
200 |
+
#: google-captcha.php:512
|
201 |
+
#: google-captcha.php:521
|
202 |
+
#, fuzzy
|
203 |
+
msgid "You have entered an incorrect CAPTCHA value."
|
204 |
+
msgstr "Error: Ha introducido un valor incorrecto de CAPTCHA."
|
205 |
+
|
206 |
+
#: google-captcha.php:563
|
207 |
+
#: google-captcha.php:568
|
208 |
msgid "Error: You have entered an incorrect CAPTCHA value. Click the BACK button on your browser, and try again."
|
209 |
msgstr "Error: Ha introducido un valor incorrecto de CAPTCHA. Haga clic en el botón Regresar de su navegador y vuelva a intentarlo."
|
210 |
|
211 |
+
#: google-captcha.php:605
|
212 |
msgid "Support"
|
213 |
msgstr "Soporte"
|
214 |
|
215 |
+
#~ msgid "requires"
|
216 |
+
#~ msgstr "requiere"
|
217 |
+
|
218 |
+
#~ msgid ""
|
219 |
+
#~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
|
220 |
+
#~ "and try again."
|
221 |
+
#~ msgstr ""
|
222 |
+
#~ "o superior, es por eso que ha sido desactivado! Por favor, actualice "
|
223 |
+
#~ "WordPress y vuelva a intentarlo."
|
224 |
+
|
225 |
+
#~ msgid "Back to the WordPress"
|
226 |
+
#~ msgstr "Volver a WordPress"
|
227 |
+
|
228 |
+
#~ msgid "Plugins page"
|
229 |
+
#~ msgstr "Página de Plugins"
|
230 |
+
|
231 |
+
#~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
232 |
+
#~ msgstr ""
|
233 |
+
#~ "Si te gusta nuestro plugin, por favor, dale 5 estrellas en WordPress"
|
234 |
+
|
235 |
+
#~ msgid "Rate the plugin"
|
236 |
+
#~ msgstr "Valorar el plugin"
|
237 |
+
|
238 |
+
#~ msgid "If there is something wrong about it, please contact us"
|
239 |
+
#~ msgstr "Si hay algo malo en ello, por favor ponte en contacto con nosotros"
|
240 |
+
|
241 |
#~ msgid "Public Key"
|
242 |
#~ msgstr "Clave Pública"
|
243 |
|
languages/google_captcha-it_IT.mo
ADDED
Binary file
|
languages/google_captcha-it_IT.po
ADDED
@@ -0,0 +1,269 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: google_captcha\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-04-07 14:13+0300\n"
|
6 |
+
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: Istvan <wart17@hotmail.com>\n"
|
8 |
+
"Language-Team: Istvan <wart17@hotmail.com>\n"
|
9 |
+
"Language: es_419\n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
+
"X-Poedit-Basepath: ..\n"
|
15 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.7\n"
|
17 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
+
"X-Poedit-Language: Italian\n"
|
19 |
+
"X-Poedit-Country: ITALY\n"
|
20 |
+
"X-Poedit-SearchPath-0: .\n"
|
21 |
+
|
22 |
+
#: google-captcha.php:32
|
23 |
+
#: google-captcha.php:229
|
24 |
+
msgid "Google Captcha Settings"
|
25 |
+
msgstr "Impostazioni Google Captcha"
|
26 |
+
|
27 |
+
#: google-captcha.php:32
|
28 |
+
msgid "Google Captcha"
|
29 |
+
msgstr "Google Captcha"
|
30 |
+
|
31 |
+
#: google-captcha.php:166
|
32 |
+
msgid "Site key"
|
33 |
+
msgstr "Chiave del sito"
|
34 |
+
|
35 |
+
#: google-captcha.php:171
|
36 |
+
msgid "Secret Key"
|
37 |
+
msgstr "Chiave segreta"
|
38 |
+
|
39 |
+
#: google-captcha.php:179
|
40 |
+
msgid "Login form"
|
41 |
+
msgstr "Form di accesso"
|
42 |
+
|
43 |
+
#: google-captcha.php:180
|
44 |
+
msgid "Registration form"
|
45 |
+
msgstr "Form di registrazione"
|
46 |
+
|
47 |
+
#: google-captcha.php:181
|
48 |
+
msgid "Reset password form"
|
49 |
+
msgstr "Form per resettare la password"
|
50 |
+
|
51 |
+
#: google-captcha.php:182
|
52 |
+
msgid "Comments form"
|
53 |
+
msgstr "Form dei commenti"
|
54 |
+
|
55 |
+
#: google-captcha.php:197
|
56 |
+
msgid "Enter site key"
|
57 |
+
msgstr "Introduci la Chiave del sito"
|
58 |
+
|
59 |
+
#: google-captcha.php:198
|
60 |
+
#: google-captcha.php:204
|
61 |
+
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
62 |
+
msgstr "ATTENZIONE: Il Captcha non verrà mostrato mentre non riempi i campi chiave."
|
63 |
+
|
64 |
+
#: google-captcha.php:203
|
65 |
+
msgid "Enter secret key"
|
66 |
+
msgstr "Introduci la Chiave segreta"
|
67 |
+
|
68 |
+
#: google-captcha.php:231
|
69 |
+
#: google-captcha.php:590
|
70 |
+
#: google-captcha.php:603
|
71 |
+
msgid "Settings"
|
72 |
+
msgstr "Impostazioni"
|
73 |
+
|
74 |
+
#: google-captcha.php:232
|
75 |
+
#: google-captcha.php:604
|
76 |
+
msgid "FAQ"
|
77 |
+
msgstr "Domande frequenti"
|
78 |
+
|
79 |
+
#: google-captcha.php:234
|
80 |
+
msgid "Notice:"
|
81 |
+
msgstr "Avviso:"
|
82 |
+
|
83 |
+
#: google-captcha.php:234
|
84 |
+
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
85 |
+
msgstr "Le impostazioni del plugin sono state modificate. Per salvarle non dimenticare di premere il tasto 'Salva modifiche'."
|
86 |
+
|
87 |
+
#: google-captcha.php:235
|
88 |
+
msgid "Settings saved"
|
89 |
+
msgstr "Impostazioni salvate"
|
90 |
+
|
91 |
+
#: google-captcha.php:239
|
92 |
+
msgid "Google Captcha version 2 will not work correctly, since the option \"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
93 |
+
msgstr "Google Captcha versione 2 non funzionerà correttamente perchè l'opzione \"allow_url_fopen\" è disabilitata nelle impostazioni PHP del tuo hosting."
|
94 |
+
|
95 |
+
#: google-captcha.php:240
|
96 |
+
msgid "Read more."
|
97 |
+
msgstr "Continua a leggere."
|
98 |
+
|
99 |
+
#: google-captcha.php:243
|
100 |
+
msgid "If you would like to add the Google Captcha to your own form, just copy and paste this shortcode to your post or page:"
|
101 |
+
msgstr "Se desideri aggiungere Google Captcha ad un tuo form, devi semplicemente copiare ed incollare questo codice nel tuo post o pagina:"
|
102 |
+
|
103 |
+
#: google-captcha.php:245
|
104 |
+
msgid "Authentication"
|
105 |
+
msgstr "Autenticazione"
|
106 |
+
|
107 |
+
#: google-captcha.php:246
|
108 |
+
#, php-format
|
109 |
+
msgid "Before you are able to do something, you must to register %s here %s"
|
110 |
+
msgstr "Prima di poter fare qualcosa, devi registrare %s qui %s"
|
111 |
+
|
112 |
+
#: google-captcha.php:247
|
113 |
+
msgid "Enter site key and secret key, that you get after registration."
|
114 |
+
msgstr "Introduci la Chiave del sito e la Chiave segreta, che si ottengono dopo la registrazione."
|
115 |
+
|
116 |
+
#: google-captcha.php:259
|
117 |
+
msgid "Options"
|
118 |
+
msgstr "Opzioni"
|
119 |
+
|
120 |
+
#: google-captcha.php:262
|
121 |
+
msgid "Enable Google Captcha for:"
|
122 |
+
msgstr "Abilitare Google Captcha per:"
|
123 |
+
|
124 |
+
#: google-captcha.php:272
|
125 |
+
#: google-captcha.php:275
|
126 |
+
#: google-captcha.php:279
|
127 |
+
msgid "Contact form"
|
128 |
+
msgstr "Form di contatto"
|
129 |
+
|
130 |
+
#: google-captcha.php:273
|
131 |
+
#: google-captcha.php:276
|
132 |
+
#: google-captcha.php:280
|
133 |
+
msgid "powered by"
|
134 |
+
msgstr "powered by"
|
135 |
+
|
136 |
+
#: google-captcha.php:276
|
137 |
+
msgid "Activate contact form"
|
138 |
+
msgstr "Attivare form di contatto"
|
139 |
+
|
140 |
+
#: google-captcha.php:280
|
141 |
+
msgid "Download contact form"
|
142 |
+
msgstr "Scaricare form di contatto"
|
143 |
+
|
144 |
+
#: google-captcha.php:285
|
145 |
+
msgid "Hide captcha for:"
|
146 |
+
msgstr "Nasondi captcha per:"
|
147 |
+
|
148 |
+
#: google-captcha.php:293
|
149 |
+
msgid "reCAPTCHA version:"
|
150 |
+
msgstr "reCAPTCHA versione:"
|
151 |
+
|
152 |
+
#: google-captcha.php:295
|
153 |
+
#: google-captcha.php:296
|
154 |
+
msgid "version"
|
155 |
+
msgstr "versione"
|
156 |
+
|
157 |
+
#: google-captcha.php:301
|
158 |
+
#: google-captcha.php:314
|
159 |
+
msgid "Theme:"
|
160 |
+
msgstr "Tema:"
|
161 |
+
|
162 |
+
#: google-captcha.php:302
|
163 |
+
#: google-captcha.php:315
|
164 |
+
msgid "for reCAPTCHA version"
|
165 |
+
msgstr "per reCAPTCHA versione"
|
166 |
+
|
167 |
+
#: google-captcha.php:326
|
168 |
+
msgid "Save Changes"
|
169 |
+
msgstr "Salva modifiche"
|
170 |
+
|
171 |
+
#: google-captcha.php:376
|
172 |
+
msgid "To use Google Captcha you must get the keys from"
|
173 |
+
msgstr "Per utilizzare Google Captcha devi ottenere le chiavi da"
|
174 |
+
|
175 |
+
#: google-captcha.php:377
|
176 |
+
msgid "here"
|
177 |
+
msgstr "qui"
|
178 |
+
|
179 |
+
#: google-captcha.php:378
|
180 |
+
msgid "and enter them on the"
|
181 |
+
msgstr "ed introducili in"
|
182 |
+
|
183 |
+
#: google-captcha.php:380
|
184 |
+
msgid "plugin setting page"
|
185 |
+
msgstr "pagina di configurazione del plugin"
|
186 |
+
|
187 |
+
#: google-captcha.php:397
|
188 |
+
#: google-captcha.php:434
|
189 |
+
msgid "Error: You have entered an incorrect CAPTCHA value."
|
190 |
+
msgstr "Errore: Hai introdotto un valore CAPTCHA errato."
|
191 |
+
|
192 |
+
#: google-captcha.php:502
|
193 |
+
#: google-captcha.php:512
|
194 |
+
#: google-captcha.php:521
|
195 |
+
msgid "Error"
|
196 |
+
msgstr ""
|
197 |
+
|
198 |
+
#: google-captcha.php:502
|
199 |
+
#: google-captcha.php:512
|
200 |
+
#: google-captcha.php:521
|
201 |
+
#, fuzzy
|
202 |
+
msgid "You have entered an incorrect CAPTCHA value."
|
203 |
+
msgstr "Errore: Hai introdotto un valore CAPTCHA errato."
|
204 |
+
|
205 |
+
#: google-captcha.php:563
|
206 |
+
#: google-captcha.php:568
|
207 |
+
msgid "Error: You have entered an incorrect CAPTCHA value. Click the BACK button on your browser, and try again."
|
208 |
+
msgstr "Errore: Hai introdotto un valore CAPTCHA errato. Fai click sul bottone Indietro del tuo browser e riprova."
|
209 |
+
|
210 |
+
#: google-captcha.php:605
|
211 |
+
msgid "Support"
|
212 |
+
msgstr "Supporto"
|
213 |
+
|
214 |
+
#~ msgid "requires"
|
215 |
+
#~ msgstr "richiede"
|
216 |
+
|
217 |
+
#~ msgid ""
|
218 |
+
#~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
|
219 |
+
#~ "and try again."
|
220 |
+
#~ msgstr ""
|
221 |
+
#~ "o superiore, è per questo motivo che è stato disattivato! Per favore "
|
222 |
+
#~ "aggiorna Wordpress e riprova."
|
223 |
+
|
224 |
+
#~ msgid "Back to the WordPress"
|
225 |
+
#~ msgstr "Torna a WordPress"
|
226 |
+
|
227 |
+
#~ msgid "Plugins page"
|
228 |
+
#~ msgstr "Pagina dei plugins"
|
229 |
+
|
230 |
+
#~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
231 |
+
#~ msgstr ""
|
232 |
+
#~ "Se ti piace il nostro plugin, per favore dacci 5 stelle su WordPress"
|
233 |
+
|
234 |
+
#~ msgid "Rate the plugin"
|
235 |
+
#~ msgstr "Votare il plugin"
|
236 |
+
|
237 |
+
#~ msgid "If there is something wrong about it, please contact us"
|
238 |
+
#~ msgstr "Se c'è qualche problema con esso, per favore contattaci"
|
239 |
+
|
240 |
+
#~ msgid "Public Key"
|
241 |
+
#~ msgstr "Clave Pública"
|
242 |
+
|
243 |
+
#~ msgid "Private Key"
|
244 |
+
#~ msgstr "Clave Privada"
|
245 |
+
|
246 |
+
#~ msgid "Enter public key"
|
247 |
+
#~ msgstr "Introduce la clave pública"
|
248 |
+
|
249 |
+
#~ msgid "Red"
|
250 |
+
#~ msgstr "Rojo"
|
251 |
+
|
252 |
+
#~ msgid "White"
|
253 |
+
#~ msgstr "Blanco"
|
254 |
+
|
255 |
+
#~ msgid "Blackglass"
|
256 |
+
#~ msgstr "Cristal Negro"
|
257 |
+
|
258 |
+
#~ msgid "Clean"
|
259 |
+
#~ msgstr "Limpio"
|
260 |
+
|
261 |
+
#~ msgid "Activated theme"
|
262 |
+
#~ msgstr "Tema Activado"
|
263 |
+
|
264 |
+
#~ msgid "Themes"
|
265 |
+
#~ msgstr "Temas"
|
266 |
+
|
267 |
+
#~ msgid "WARNING: The captcha will not display while you not fill key fields."
|
268 |
+
#~ msgstr ""
|
269 |
+
#~ "ADVERTENCIA: El Captcha no se mostrará mientras no llena los campos clave."
|
languages/google_captcha-pl_PL.mo
CHANGED
Binary file
|
languages/google_captcha-pl_PL.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft <support@bestwebsoft.com>\n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
@@ -17,218 +17,228 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: google-captcha.php:
|
21 |
-
#: google-captcha.php:
|
22 |
msgid "Google Captcha Settings"
|
23 |
msgstr "Ustawienia Google Captcha"
|
24 |
|
25 |
-
#: google-captcha.php:
|
26 |
msgid "Google Captcha"
|
27 |
msgstr "Google Captcha"
|
28 |
|
29 |
-
#: google-captcha.php:
|
30 |
-
msgid "requires"
|
31 |
-
msgstr "wymaga"
|
32 |
-
|
33 |
-
#: google-captcha.php:97
|
34 |
-
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
35 |
-
msgstr "lub wersji nowszej, dlatego wtyczka jest nieaktywna! Zaktualizuj swoją platformę WordPress i spróbuj ponownie."
|
36 |
-
|
37 |
-
#: google-captcha.php:97
|
38 |
-
msgid "Back to the WordPress"
|
39 |
-
msgstr "Wróć do WordPress"
|
40 |
-
|
41 |
-
#: google-captcha.php:97
|
42 |
-
msgid "Plugins page"
|
43 |
-
msgstr "Strona Wtyczki"
|
44 |
-
|
45 |
-
#: google-captcha.php:231
|
46 |
msgid "Site key"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: google-captcha.php:
|
50 |
msgid "Secret Key"
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: google-captcha.php:
|
54 |
msgid "Login form"
|
55 |
msgstr "Formularz logowania"
|
56 |
|
57 |
-
#: google-captcha.php:
|
58 |
msgid "Registration form"
|
59 |
msgstr "Formularz rejestracji"
|
60 |
|
61 |
-
#: google-captcha.php:
|
62 |
msgid "Reset password form"
|
63 |
msgstr "Formularz odzyskiwania hasła"
|
64 |
|
65 |
-
#: google-captcha.php:
|
66 |
msgid "Comments form"
|
67 |
msgstr "Formularz komentarza"
|
68 |
|
69 |
-
#: google-captcha.php:
|
70 |
#, fuzzy
|
71 |
msgid "Enter site key"
|
72 |
msgstr "Wprowadź klucz prywatny"
|
73 |
|
74 |
-
#: google-captcha.php:
|
75 |
-
#: google-captcha.php:
|
76 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
77 |
msgstr "OSTRZEŻENIE: Kod captcha nie będzie wyświetlany, jeżeli nie wprowadzisz kluczy."
|
78 |
|
79 |
-
#: google-captcha.php:
|
80 |
#, fuzzy
|
81 |
msgid "Enter secret key"
|
82 |
msgstr "Wprowadź klucz prywatny"
|
83 |
|
84 |
-
#: google-captcha.php:
|
85 |
-
#: google-captcha.php:
|
86 |
-
#: google-captcha.php:
|
87 |
msgid "Settings"
|
88 |
msgstr "Ustawienia"
|
89 |
|
90 |
-
#: google-captcha.php:
|
91 |
-
#: google-captcha.php:
|
92 |
msgid "FAQ"
|
93 |
msgstr "FAQ"
|
94 |
|
95 |
-
#: google-captcha.php:
|
96 |
msgid "Notice:"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: google-captcha.php:
|
100 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: google-captcha.php:
|
104 |
msgid "Settings saved"
|
105 |
msgstr "Ustawienia zapisane"
|
106 |
|
107 |
-
#: google-captcha.php:
|
108 |
msgid "Google Captcha version 2 will not work correctly, since the option \"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: google-captcha.php:
|
112 |
msgid "Read more."
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: google-captcha.php:
|
116 |
msgid "If you would like to add the Google Captcha to your own form, just copy and paste this shortcode to your post or page:"
|
117 |
msgstr "Jeżeli chcesz umieścić wtyczkę Google Captcha we własnym formularzu, po prostu skopiuj i wklej ten kod w swoim poście lub na swojej stronie:"
|
118 |
|
119 |
-
#: google-captcha.php:
|
120 |
msgid "Authentication"
|
121 |
msgstr "Uwierzytelnianie"
|
122 |
|
123 |
-
#: google-captcha.php:
|
124 |
#, php-format
|
125 |
msgid "Before you are able to do something, you must to register %s here %s"
|
126 |
msgstr "Aby móc cokolwiek zrobić, musisz się zarejestrować %s tutaj %s"
|
127 |
|
128 |
-
#: google-captcha.php:
|
129 |
#, fuzzy
|
130 |
msgid "Enter site key and secret key, that you get after registration."
|
131 |
msgstr "Wprowadź swój klucz publiczny i prywatny, uzyskane po dokonaniu rejestracji."
|
132 |
|
133 |
-
#: google-captcha.php:
|
134 |
msgid "Options"
|
135 |
msgstr "Opcje"
|
136 |
|
137 |
-
#: google-captcha.php:
|
138 |
msgid "Enable Google Captcha for:"
|
139 |
msgstr "Włącz Google Captcha na stronach:"
|
140 |
|
141 |
-
#: google-captcha.php:
|
142 |
-
#: google-captcha.php:
|
143 |
-
#: google-captcha.php:
|
144 |
msgid "Contact form"
|
145 |
msgstr "Formularz kontaktowy"
|
146 |
|
147 |
-
#: google-captcha.php:
|
148 |
-
#: google-captcha.php:
|
149 |
-
#: google-captcha.php:
|
150 |
msgid "powered by"
|
151 |
msgstr "opracowany przez"
|
152 |
|
153 |
-
#: google-captcha.php:
|
154 |
msgid "Activate contact form"
|
155 |
msgstr "Włącz formularz kontaktowy"
|
156 |
|
157 |
-
#: google-captcha.php:
|
158 |
msgid "Download contact form"
|
159 |
msgstr "Pobierz formularz kontaktowy"
|
160 |
|
161 |
-
#: google-captcha.php:
|
162 |
msgid "Hide captcha for:"
|
163 |
msgstr "Ukryj kod captcha dla:"
|
164 |
|
165 |
-
#: google-captcha.php:
|
166 |
msgid "reCAPTCHA version:"
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: google-captcha.php:
|
170 |
-
#: google-captcha.php:
|
171 |
msgid "version"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: google-captcha.php:
|
175 |
-
#: google-captcha.php:
|
176 |
msgid "Theme:"
|
177 |
msgstr "Motyw:"
|
178 |
|
179 |
-
#: google-captcha.php:
|
180 |
-
#: google-captcha.php:
|
181 |
msgid "for reCAPTCHA version"
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: google-captcha.php:
|
185 |
msgid "Save Changes"
|
186 |
msgstr "Zapisz zmiany"
|
187 |
|
188 |
-
#: google-captcha.php:
|
189 |
-
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
190 |
-
msgstr "Jeżeli podoba Ci się nasza wtyczka, oceń ją 5 gwiazdkami w witrynie WordPress"
|
191 |
-
|
192 |
-
#: google-captcha.php:400
|
193 |
-
msgid "Rate the plugin"
|
194 |
-
msgstr "Oceń wtyczkę"
|
195 |
-
|
196 |
-
#: google-captcha.php:403
|
197 |
-
msgid "If there is something wrong about it, please contact us"
|
198 |
-
msgstr "Jeżeli coś Ci się w niej nie podoba, skontaktuj się z nami"
|
199 |
-
|
200 |
-
#: google-captcha.php:452
|
201 |
msgid "To use Google Captcha you must get the keys from"
|
202 |
msgstr "Aby korzystać z Google Captcha, musisz najpierw uzyskać klucze"
|
203 |
|
204 |
-
#: google-captcha.php:
|
205 |
msgid "here"
|
206 |
msgstr "stąd"
|
207 |
|
208 |
-
#: google-captcha.php:
|
209 |
msgid "and enter them on the"
|
210 |
msgstr "i wprowadzić je na"
|
211 |
|
212 |
-
#: google-captcha.php:
|
213 |
msgid "plugin setting page"
|
214 |
msgstr "stronie ustawień wtyczki"
|
215 |
|
216 |
-
#: google-captcha.php:
|
217 |
-
#: google-captcha.php:
|
218 |
msgid "Error: You have entered an incorrect CAPTCHA value."
|
219 |
msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA."
|
220 |
|
221 |
-
#: google-captcha.php:
|
222 |
-
#: google-captcha.php:
|
223 |
-
#: google-captcha.php:
|
224 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
msgid "Error: You have entered an incorrect CAPTCHA value. Click the BACK button on your browser, and try again."
|
226 |
msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA. Kliknij przycisk WSTECZ na pasku przeglądarki i spróbuj ponownie."
|
227 |
|
228 |
-
#: google-captcha.php:
|
229 |
msgid "Support"
|
230 |
msgstr "Wsparcie"
|
231 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
232 |
#~ msgid "Public Key"
|
233 |
#~ msgstr "Klucz publiczny"
|
234 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-04-07 14:13+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft <support@bestwebsoft.com>\n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
17 |
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: google-captcha.php:32
|
21 |
+
#: google-captcha.php:229
|
22 |
msgid "Google Captcha Settings"
|
23 |
msgstr "Ustawienia Google Captcha"
|
24 |
|
25 |
+
#: google-captcha.php:32
|
26 |
msgid "Google Captcha"
|
27 |
msgstr "Google Captcha"
|
28 |
|
29 |
+
#: google-captcha.php:166
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
msgid "Site key"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: google-captcha.php:171
|
34 |
msgid "Secret Key"
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: google-captcha.php:179
|
38 |
msgid "Login form"
|
39 |
msgstr "Formularz logowania"
|
40 |
|
41 |
+
#: google-captcha.php:180
|
42 |
msgid "Registration form"
|
43 |
msgstr "Formularz rejestracji"
|
44 |
|
45 |
+
#: google-captcha.php:181
|
46 |
msgid "Reset password form"
|
47 |
msgstr "Formularz odzyskiwania hasła"
|
48 |
|
49 |
+
#: google-captcha.php:182
|
50 |
msgid "Comments form"
|
51 |
msgstr "Formularz komentarza"
|
52 |
|
53 |
+
#: google-captcha.php:197
|
54 |
#, fuzzy
|
55 |
msgid "Enter site key"
|
56 |
msgstr "Wprowadź klucz prywatny"
|
57 |
|
58 |
+
#: google-captcha.php:198
|
59 |
+
#: google-captcha.php:204
|
60 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
61 |
msgstr "OSTRZEŻENIE: Kod captcha nie będzie wyświetlany, jeżeli nie wprowadzisz kluczy."
|
62 |
|
63 |
+
#: google-captcha.php:203
|
64 |
#, fuzzy
|
65 |
msgid "Enter secret key"
|
66 |
msgstr "Wprowadź klucz prywatny"
|
67 |
|
68 |
+
#: google-captcha.php:231
|
69 |
+
#: google-captcha.php:590
|
70 |
+
#: google-captcha.php:603
|
71 |
msgid "Settings"
|
72 |
msgstr "Ustawienia"
|
73 |
|
74 |
+
#: google-captcha.php:232
|
75 |
+
#: google-captcha.php:604
|
76 |
msgid "FAQ"
|
77 |
msgstr "FAQ"
|
78 |
|
79 |
+
#: google-captcha.php:234
|
80 |
msgid "Notice:"
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: google-captcha.php:234
|
84 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: google-captcha.php:235
|
88 |
msgid "Settings saved"
|
89 |
msgstr "Ustawienia zapisane"
|
90 |
|
91 |
+
#: google-captcha.php:239
|
92 |
msgid "Google Captcha version 2 will not work correctly, since the option \"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: google-captcha.php:240
|
96 |
msgid "Read more."
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: google-captcha.php:243
|
100 |
msgid "If you would like to add the Google Captcha to your own form, just copy and paste this shortcode to your post or page:"
|
101 |
msgstr "Jeżeli chcesz umieścić wtyczkę Google Captcha we własnym formularzu, po prostu skopiuj i wklej ten kod w swoim poście lub na swojej stronie:"
|
102 |
|
103 |
+
#: google-captcha.php:245
|
104 |
msgid "Authentication"
|
105 |
msgstr "Uwierzytelnianie"
|
106 |
|
107 |
+
#: google-captcha.php:246
|
108 |
#, php-format
|
109 |
msgid "Before you are able to do something, you must to register %s here %s"
|
110 |
msgstr "Aby móc cokolwiek zrobić, musisz się zarejestrować %s tutaj %s"
|
111 |
|
112 |
+
#: google-captcha.php:247
|
113 |
#, fuzzy
|
114 |
msgid "Enter site key and secret key, that you get after registration."
|
115 |
msgstr "Wprowadź swój klucz publiczny i prywatny, uzyskane po dokonaniu rejestracji."
|
116 |
|
117 |
+
#: google-captcha.php:259
|
118 |
msgid "Options"
|
119 |
msgstr "Opcje"
|
120 |
|
121 |
+
#: google-captcha.php:262
|
122 |
msgid "Enable Google Captcha for:"
|
123 |
msgstr "Włącz Google Captcha na stronach:"
|
124 |
|
125 |
+
#: google-captcha.php:272
|
126 |
+
#: google-captcha.php:275
|
127 |
+
#: google-captcha.php:279
|
128 |
msgid "Contact form"
|
129 |
msgstr "Formularz kontaktowy"
|
130 |
|
131 |
+
#: google-captcha.php:273
|
132 |
+
#: google-captcha.php:276
|
133 |
+
#: google-captcha.php:280
|
134 |
msgid "powered by"
|
135 |
msgstr "opracowany przez"
|
136 |
|
137 |
+
#: google-captcha.php:276
|
138 |
msgid "Activate contact form"
|
139 |
msgstr "Włącz formularz kontaktowy"
|
140 |
|
141 |
+
#: google-captcha.php:280
|
142 |
msgid "Download contact form"
|
143 |
msgstr "Pobierz formularz kontaktowy"
|
144 |
|
145 |
+
#: google-captcha.php:285
|
146 |
msgid "Hide captcha for:"
|
147 |
msgstr "Ukryj kod captcha dla:"
|
148 |
|
149 |
+
#: google-captcha.php:293
|
150 |
msgid "reCAPTCHA version:"
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: google-captcha.php:295
|
154 |
+
#: google-captcha.php:296
|
155 |
msgid "version"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: google-captcha.php:301
|
159 |
+
#: google-captcha.php:314
|
160 |
msgid "Theme:"
|
161 |
msgstr "Motyw:"
|
162 |
|
163 |
+
#: google-captcha.php:302
|
164 |
+
#: google-captcha.php:315
|
165 |
msgid "for reCAPTCHA version"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: google-captcha.php:326
|
169 |
msgid "Save Changes"
|
170 |
msgstr "Zapisz zmiany"
|
171 |
|
172 |
+
#: google-captcha.php:376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
msgid "To use Google Captcha you must get the keys from"
|
174 |
msgstr "Aby korzystać z Google Captcha, musisz najpierw uzyskać klucze"
|
175 |
|
176 |
+
#: google-captcha.php:377
|
177 |
msgid "here"
|
178 |
msgstr "stąd"
|
179 |
|
180 |
+
#: google-captcha.php:378
|
181 |
msgid "and enter them on the"
|
182 |
msgstr "i wprowadzić je na"
|
183 |
|
184 |
+
#: google-captcha.php:380
|
185 |
msgid "plugin setting page"
|
186 |
msgstr "stronie ustawień wtyczki"
|
187 |
|
188 |
+
#: google-captcha.php:397
|
189 |
+
#: google-captcha.php:434
|
190 |
msgid "Error: You have entered an incorrect CAPTCHA value."
|
191 |
msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA."
|
192 |
|
193 |
+
#: google-captcha.php:502
|
194 |
+
#: google-captcha.php:512
|
195 |
+
#: google-captcha.php:521
|
196 |
+
msgid "Error"
|
197 |
+
msgstr ""
|
198 |
+
|
199 |
+
#: google-captcha.php:502
|
200 |
+
#: google-captcha.php:512
|
201 |
+
#: google-captcha.php:521
|
202 |
+
#, fuzzy
|
203 |
+
msgid "You have entered an incorrect CAPTCHA value."
|
204 |
+
msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA."
|
205 |
+
|
206 |
+
#: google-captcha.php:563
|
207 |
+
#: google-captcha.php:568
|
208 |
msgid "Error: You have entered an incorrect CAPTCHA value. Click the BACK button on your browser, and try again."
|
209 |
msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA. Kliknij przycisk WSTECZ na pasku przeglądarki i spróbuj ponownie."
|
210 |
|
211 |
+
#: google-captcha.php:605
|
212 |
msgid "Support"
|
213 |
msgstr "Wsparcie"
|
214 |
|
215 |
+
#~ msgid "requires"
|
216 |
+
#~ msgstr "wymaga"
|
217 |
+
|
218 |
+
#~ msgid ""
|
219 |
+
#~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
|
220 |
+
#~ "and try again."
|
221 |
+
#~ msgstr ""
|
222 |
+
#~ "lub wersji nowszej, dlatego wtyczka jest nieaktywna! Zaktualizuj swoją "
|
223 |
+
#~ "platformę WordPress i spróbuj ponownie."
|
224 |
+
|
225 |
+
#~ msgid "Back to the WordPress"
|
226 |
+
#~ msgstr "Wróć do WordPress"
|
227 |
+
|
228 |
+
#~ msgid "Plugins page"
|
229 |
+
#~ msgstr "Strona Wtyczki"
|
230 |
+
|
231 |
+
#~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
232 |
+
#~ msgstr ""
|
233 |
+
#~ "Jeżeli podoba Ci się nasza wtyczka, oceń ją 5 gwiazdkami w witrynie "
|
234 |
+
#~ "WordPress"
|
235 |
+
|
236 |
+
#~ msgid "Rate the plugin"
|
237 |
+
#~ msgstr "Oceń wtyczkę"
|
238 |
+
|
239 |
+
#~ msgid "If there is something wrong about it, please contact us"
|
240 |
+
#~ msgstr "Jeżeli coś Ci się w niej nie podoba, skontaktuj się z nami"
|
241 |
+
|
242 |
#~ msgid "Public Key"
|
243 |
#~ msgstr "Klucz publiczny"
|
244 |
|
languages/google_captcha-pt_BR.mo
CHANGED
Binary file
|
languages/google_captcha-pt_BR.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft <support@bestwebsoft.com>\n"
|
8 |
"Language-Team: Elton Peetz Prado <epeetz@gmail.com>\n"
|
@@ -17,222 +17,231 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: google-captcha.php:
|
21 |
-
#: google-captcha.php:
|
22 |
msgid "Google Captcha Settings"
|
23 |
msgstr "Configurações Google Captcha"
|
24 |
|
25 |
-
#: google-captcha.php:
|
26 |
msgid "Google Captcha"
|
27 |
msgstr "Google Captcha"
|
28 |
|
29 |
-
#: google-captcha.php:
|
30 |
-
msgid "requires"
|
31 |
-
msgstr "obrigatório"
|
32 |
-
|
33 |
-
#: google-captcha.php:97
|
34 |
-
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
35 |
-
msgstr "ou superior, é por isso que ele foi desativado! Por favor, atualize WordPress e tente novamente."
|
36 |
-
|
37 |
-
#: google-captcha.php:97
|
38 |
-
msgid "Back to the WordPress"
|
39 |
-
msgstr "Voltar ao WordPress"
|
40 |
-
|
41 |
-
#: google-captcha.php:97
|
42 |
-
msgid "Plugins page"
|
43 |
-
msgstr "Página de plugins"
|
44 |
-
|
45 |
-
#: google-captcha.php:231
|
46 |
#, fuzzy
|
47 |
msgid "Site key"
|
48 |
msgstr "URL do site"
|
49 |
|
50 |
-
#: google-captcha.php:
|
51 |
msgid "Secret Key"
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: google-captcha.php:
|
55 |
msgid "Login form"
|
56 |
msgstr "Formulário de login"
|
57 |
|
58 |
-
#: google-captcha.php:
|
59 |
msgid "Registration form"
|
60 |
msgstr "Formulário de registro"
|
61 |
|
62 |
-
#: google-captcha.php:
|
63 |
msgid "Reset password form"
|
64 |
msgstr "Formulário de alterar senha"
|
65 |
|
66 |
-
#: google-captcha.php:
|
67 |
msgid "Comments form"
|
68 |
msgstr "Fomulário de comentários"
|
69 |
|
70 |
-
#: google-captcha.php:
|
71 |
#, fuzzy
|
72 |
msgid "Enter site key"
|
73 |
msgstr "Digite a chave privada"
|
74 |
|
75 |
-
#: google-captcha.php:
|
76 |
-
#: google-captcha.php:
|
77 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
78 |
msgstr "AVISO: O captcha não será exibido enquanto você não preencher os campos-chave."
|
79 |
|
80 |
-
#: google-captcha.php:
|
81 |
#, fuzzy
|
82 |
msgid "Enter secret key"
|
83 |
msgstr "Digite a chave privada"
|
84 |
|
85 |
-
#: google-captcha.php:
|
86 |
-
#: google-captcha.php:
|
87 |
-
#: google-captcha.php:
|
88 |
msgid "Settings"
|
89 |
msgstr "Configurações"
|
90 |
|
91 |
-
#: google-captcha.php:
|
92 |
-
#: google-captcha.php:
|
93 |
msgid "FAQ"
|
94 |
msgstr "FAQ"
|
95 |
|
96 |
-
#: google-captcha.php:
|
97 |
msgid "Notice:"
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: google-captcha.php:
|
101 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: google-captcha.php:
|
105 |
msgid "Settings saved"
|
106 |
msgstr "Configurações salvas"
|
107 |
|
108 |
-
#: google-captcha.php:
|
109 |
msgid "Google Captcha version 2 will not work correctly, since the option \"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: google-captcha.php:
|
113 |
#, fuzzy
|
114 |
msgid "Read more."
|
115 |
msgstr "Saber mais"
|
116 |
|
117 |
-
#: google-captcha.php:
|
118 |
msgid "If you would like to add the Google Captcha to your own form, just copy and paste this shortcode to your post or page:"
|
119 |
msgstr "Se você quiser adicionar o Google Captcha para seu próprio formulário, basta copiar e colar este shortcode para o seu post ou página:"
|
120 |
|
121 |
-
#: google-captcha.php:
|
122 |
msgid "Authentication"
|
123 |
msgstr "Autenticação"
|
124 |
|
125 |
-
#: google-captcha.php:
|
126 |
#, php-format
|
127 |
msgid "Before you are able to do something, you must to register %s here %s"
|
128 |
msgstr "Antes de você fazer alguma coisa, deve se registrar %s aqui %s"
|
129 |
|
130 |
-
#: google-captcha.php:
|
131 |
#, fuzzy
|
132 |
msgid "Enter site key and secret key, that you get after registration."
|
133 |
msgstr "Digite as chaves públicas e privadas, que você recebe após o registro."
|
134 |
|
135 |
-
#: google-captcha.php:
|
136 |
msgid "Options"
|
137 |
msgstr "Opções"
|
138 |
|
139 |
-
#: google-captcha.php:
|
140 |
msgid "Enable Google Captcha for:"
|
141 |
msgstr "Ativar Google Captcha para:"
|
142 |
|
143 |
-
#: google-captcha.php:
|
144 |
-
#: google-captcha.php:
|
145 |
-
#: google-captcha.php:
|
146 |
msgid "Contact form"
|
147 |
msgstr "Formulário de contato"
|
148 |
|
149 |
-
#: google-captcha.php:
|
150 |
-
#: google-captcha.php:
|
151 |
-
#: google-captcha.php:
|
152 |
msgid "powered by"
|
153 |
msgstr "distribuído por"
|
154 |
|
155 |
-
#: google-captcha.php:
|
156 |
msgid "Activate contact form"
|
157 |
msgstr "Ativar formulário de contato"
|
158 |
|
159 |
-
#: google-captcha.php:
|
160 |
msgid "Download contact form"
|
161 |
msgstr "Baixar formulário de contato"
|
162 |
|
163 |
-
#: google-captcha.php:
|
164 |
msgid "Hide captcha for:"
|
165 |
msgstr "Esconder captcha para:"
|
166 |
|
167 |
-
#: google-captcha.php:
|
168 |
#, fuzzy
|
169 |
msgid "reCAPTCHA version:"
|
170 |
msgstr "Versão do PHP"
|
171 |
|
172 |
-
#: google-captcha.php:
|
173 |
-
#: google-captcha.php:
|
174 |
#, fuzzy
|
175 |
msgid "version"
|
176 |
msgstr "Versão do PHP"
|
177 |
|
178 |
-
#: google-captcha.php:
|
179 |
-
#: google-captcha.php:
|
180 |
msgid "Theme:"
|
181 |
msgstr "Tema:"
|
182 |
|
183 |
-
#: google-captcha.php:
|
184 |
-
#: google-captcha.php:
|
185 |
msgid "for reCAPTCHA version"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: google-captcha.php:
|
189 |
msgid "Save Changes"
|
190 |
msgstr "Salvar alterações"
|
191 |
|
192 |
-
#: google-captcha.php:
|
193 |
-
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
194 |
-
msgstr "Se você gostar de nosso plugin, por favor, dê-lhe 5 estrelas em WordPress"
|
195 |
-
|
196 |
-
#: google-captcha.php:400
|
197 |
-
msgid "Rate the plugin"
|
198 |
-
msgstr "Classifique o plugin"
|
199 |
-
|
200 |
-
#: google-captcha.php:403
|
201 |
-
msgid "If there is something wrong about it, please contact us"
|
202 |
-
msgstr "Se há algo de errado com isso, por favor, entre em contato conosco"
|
203 |
-
|
204 |
-
#: google-captcha.php:452
|
205 |
msgid "To use Google Captcha you must get the keys from"
|
206 |
msgstr "Para usar o Google Captcha é necessário obter as chaves de"
|
207 |
|
208 |
-
#: google-captcha.php:
|
209 |
msgid "here"
|
210 |
msgstr "aqui"
|
211 |
|
212 |
-
#: google-captcha.php:
|
213 |
msgid "and enter them on the"
|
214 |
msgstr "e inserí-los no"
|
215 |
|
216 |
-
#: google-captcha.php:
|
217 |
msgid "plugin setting page"
|
218 |
msgstr "página de configuração do plugin"
|
219 |
|
220 |
-
#: google-captcha.php:
|
221 |
-
#: google-captcha.php:
|
222 |
msgid "Error: You have entered an incorrect CAPTCHA value."
|
223 |
msgstr "Erro: Você digitou um CAPTCHA com valor incorreto."
|
224 |
|
225 |
-
#: google-captcha.php:
|
226 |
-
#: google-captcha.php:
|
227 |
-
#: google-captcha.php:
|
228 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
229 |
msgid "Error: You have entered an incorrect CAPTCHA value. Click the BACK button on your browser, and try again."
|
230 |
msgstr "Erro: Você digitou um CAPTCHA com valor incorreto. Clique no botão Voltar do seu navegador e tente novamente."
|
231 |
|
232 |
-
#: google-captcha.php:
|
233 |
msgid "Support"
|
234 |
msgstr "Suporte"
|
235 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
#~ msgid "Public Key"
|
237 |
#~ msgstr "Chave pública"
|
238 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-04-07 14:13+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft <support@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:32
|
21 |
+
#: google-captcha.php:229
|
22 |
msgid "Google Captcha Settings"
|
23 |
msgstr "Configurações Google Captcha"
|
24 |
|
25 |
+
#: google-captcha.php:32
|
26 |
msgid "Google Captcha"
|
27 |
msgstr "Google Captcha"
|
28 |
|
29 |
+
#: google-captcha.php:166
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
#, fuzzy
|
31 |
msgid "Site key"
|
32 |
msgstr "URL do site"
|
33 |
|
34 |
+
#: google-captcha.php:171
|
35 |
msgid "Secret Key"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: google-captcha.php:179
|
39 |
msgid "Login form"
|
40 |
msgstr "Formulário de login"
|
41 |
|
42 |
+
#: google-captcha.php:180
|
43 |
msgid "Registration form"
|
44 |
msgstr "Formulário de registro"
|
45 |
|
46 |
+
#: google-captcha.php:181
|
47 |
msgid "Reset password form"
|
48 |
msgstr "Formulário de alterar senha"
|
49 |
|
50 |
+
#: google-captcha.php:182
|
51 |
msgid "Comments form"
|
52 |
msgstr "Fomulário de comentários"
|
53 |
|
54 |
+
#: google-captcha.php:197
|
55 |
#, fuzzy
|
56 |
msgid "Enter site key"
|
57 |
msgstr "Digite a chave privada"
|
58 |
|
59 |
+
#: google-captcha.php:198
|
60 |
+
#: google-captcha.php:204
|
61 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
62 |
msgstr "AVISO: O captcha não será exibido enquanto você não preencher os campos-chave."
|
63 |
|
64 |
+
#: google-captcha.php:203
|
65 |
#, fuzzy
|
66 |
msgid "Enter secret key"
|
67 |
msgstr "Digite a chave privada"
|
68 |
|
69 |
+
#: google-captcha.php:231
|
70 |
+
#: google-captcha.php:590
|
71 |
+
#: google-captcha.php:603
|
72 |
msgid "Settings"
|
73 |
msgstr "Configurações"
|
74 |
|
75 |
+
#: google-captcha.php:232
|
76 |
+
#: google-captcha.php:604
|
77 |
msgid "FAQ"
|
78 |
msgstr "FAQ"
|
79 |
|
80 |
+
#: google-captcha.php:234
|
81 |
msgid "Notice:"
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: google-captcha.php:234
|
85 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
86 |
msgstr ""
|
87 |
|
88 |
+
#: google-captcha.php:235
|
89 |
msgid "Settings saved"
|
90 |
msgstr "Configurações salvas"
|
91 |
|
92 |
+
#: google-captcha.php:239
|
93 |
msgid "Google Captcha version 2 will not work correctly, since the option \"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: google-captcha.php:240
|
97 |
#, fuzzy
|
98 |
msgid "Read more."
|
99 |
msgstr "Saber mais"
|
100 |
|
101 |
+
#: google-captcha.php:243
|
102 |
msgid "If you would like to add the Google Captcha to your own form, just copy and paste this shortcode to your post or page:"
|
103 |
msgstr "Se você quiser adicionar o Google Captcha para seu próprio formulário, basta copiar e colar este shortcode para o seu post ou página:"
|
104 |
|
105 |
+
#: google-captcha.php:245
|
106 |
msgid "Authentication"
|
107 |
msgstr "Autenticação"
|
108 |
|
109 |
+
#: google-captcha.php:246
|
110 |
#, php-format
|
111 |
msgid "Before you are able to do something, you must to register %s here %s"
|
112 |
msgstr "Antes de você fazer alguma coisa, deve se registrar %s aqui %s"
|
113 |
|
114 |
+
#: google-captcha.php:247
|
115 |
#, fuzzy
|
116 |
msgid "Enter site key and secret key, that you get after registration."
|
117 |
msgstr "Digite as chaves públicas e privadas, que você recebe após o registro."
|
118 |
|
119 |
+
#: google-captcha.php:259
|
120 |
msgid "Options"
|
121 |
msgstr "Opções"
|
122 |
|
123 |
+
#: google-captcha.php:262
|
124 |
msgid "Enable Google Captcha for:"
|
125 |
msgstr "Ativar Google Captcha para:"
|
126 |
|
127 |
+
#: google-captcha.php:272
|
128 |
+
#: google-captcha.php:275
|
129 |
+
#: google-captcha.php:279
|
130 |
msgid "Contact form"
|
131 |
msgstr "Formulário de contato"
|
132 |
|
133 |
+
#: google-captcha.php:273
|
134 |
+
#: google-captcha.php:276
|
135 |
+
#: google-captcha.php:280
|
136 |
msgid "powered by"
|
137 |
msgstr "distribuído por"
|
138 |
|
139 |
+
#: google-captcha.php:276
|
140 |
msgid "Activate contact form"
|
141 |
msgstr "Ativar formulário de contato"
|
142 |
|
143 |
+
#: google-captcha.php:280
|
144 |
msgid "Download contact form"
|
145 |
msgstr "Baixar formulário de contato"
|
146 |
|
147 |
+
#: google-captcha.php:285
|
148 |
msgid "Hide captcha for:"
|
149 |
msgstr "Esconder captcha para:"
|
150 |
|
151 |
+
#: google-captcha.php:293
|
152 |
#, fuzzy
|
153 |
msgid "reCAPTCHA version:"
|
154 |
msgstr "Versão do PHP"
|
155 |
|
156 |
+
#: google-captcha.php:295
|
157 |
+
#: google-captcha.php:296
|
158 |
#, fuzzy
|
159 |
msgid "version"
|
160 |
msgstr "Versão do PHP"
|
161 |
|
162 |
+
#: google-captcha.php:301
|
163 |
+
#: google-captcha.php:314
|
164 |
msgid "Theme:"
|
165 |
msgstr "Tema:"
|
166 |
|
167 |
+
#: google-captcha.php:302
|
168 |
+
#: google-captcha.php:315
|
169 |
msgid "for reCAPTCHA version"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: google-captcha.php:326
|
173 |
msgid "Save Changes"
|
174 |
msgstr "Salvar alterações"
|
175 |
|
176 |
+
#: google-captcha.php:376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
msgid "To use Google Captcha you must get the keys from"
|
178 |
msgstr "Para usar o Google Captcha é necessário obter as chaves de"
|
179 |
|
180 |
+
#: google-captcha.php:377
|
181 |
msgid "here"
|
182 |
msgstr "aqui"
|
183 |
|
184 |
+
#: google-captcha.php:378
|
185 |
msgid "and enter them on the"
|
186 |
msgstr "e inserí-los no"
|
187 |
|
188 |
+
#: google-captcha.php:380
|
189 |
msgid "plugin setting page"
|
190 |
msgstr "página de configuração do plugin"
|
191 |
|
192 |
+
#: google-captcha.php:397
|
193 |
+
#: google-captcha.php:434
|
194 |
msgid "Error: You have entered an incorrect CAPTCHA value."
|
195 |
msgstr "Erro: Você digitou um CAPTCHA com valor incorreto."
|
196 |
|
197 |
+
#: google-captcha.php:502
|
198 |
+
#: google-captcha.php:512
|
199 |
+
#: google-captcha.php:521
|
200 |
+
msgid "Error"
|
201 |
+
msgstr ""
|
202 |
+
|
203 |
+
#: google-captcha.php:502
|
204 |
+
#: google-captcha.php:512
|
205 |
+
#: google-captcha.php:521
|
206 |
+
#, fuzzy
|
207 |
+
msgid "You have entered an incorrect CAPTCHA value."
|
208 |
+
msgstr "Erro: Você digitou um CAPTCHA com valor incorreto."
|
209 |
+
|
210 |
+
#: google-captcha.php:563
|
211 |
+
#: google-captcha.php:568
|
212 |
msgid "Error: You have entered an incorrect CAPTCHA value. Click the BACK button on your browser, and try again."
|
213 |
msgstr "Erro: Você digitou um CAPTCHA com valor incorreto. Clique no botão Voltar do seu navegador e tente novamente."
|
214 |
|
215 |
+
#: google-captcha.php:605
|
216 |
msgid "Support"
|
217 |
msgstr "Suporte"
|
218 |
|
219 |
+
#~ msgid "requires"
|
220 |
+
#~ msgstr "obrigatório"
|
221 |
+
|
222 |
+
#~ msgid ""
|
223 |
+
#~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
|
224 |
+
#~ "and try again."
|
225 |
+
#~ msgstr ""
|
226 |
+
#~ "ou superior, é por isso que ele foi desativado! Por favor, atualize "
|
227 |
+
#~ "WordPress e tente novamente."
|
228 |
+
|
229 |
+
#~ msgid "Back to the WordPress"
|
230 |
+
#~ msgstr "Voltar ao WordPress"
|
231 |
+
|
232 |
+
#~ msgid "Plugins page"
|
233 |
+
#~ msgstr "Página de plugins"
|
234 |
+
|
235 |
+
#~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
236 |
+
#~ msgstr ""
|
237 |
+
#~ "Se você gostar de nosso plugin, por favor, dê-lhe 5 estrelas em WordPress"
|
238 |
+
|
239 |
+
#~ msgid "Rate the plugin"
|
240 |
+
#~ msgstr "Classifique o plugin"
|
241 |
+
|
242 |
+
#~ msgid "If there is something wrong about it, please contact us"
|
243 |
+
#~ msgstr "Se há algo de errado com isso, por favor, entre em contato conosco"
|
244 |
+
|
245 |
#~ msgid "Public Key"
|
246 |
#~ msgstr "Chave pública"
|
247 |
|
languages/google_captcha-ru_RU.mo
CHANGED
Binary file
|
languages/google_captcha-ru_RU.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft <support@bestwebsoft.com>\n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
@@ -16,215 +16,230 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.7\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: google-captcha.php:
|
20 |
-
#: google-captcha.php:
|
21 |
msgid "Google Captcha Settings"
|
22 |
msgstr "Настройки Google Captcha"
|
23 |
|
24 |
-
#: google-captcha.php:
|
25 |
msgid "Google Captcha"
|
26 |
msgstr "Google Captcha"
|
27 |
|
28 |
-
#: google-captcha.php:
|
29 |
-
msgid "requires"
|
30 |
-
msgstr "требует"
|
31 |
-
|
32 |
-
#: google-captcha.php:97
|
33 |
-
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
34 |
-
msgstr "или выше, поэтому плагин был деактивирован! Обновите WordPress и повторите попытку."
|
35 |
-
|
36 |
-
#: google-captcha.php:97
|
37 |
-
msgid "Back to the WordPress"
|
38 |
-
msgstr "Вернуться назад на WordPress"
|
39 |
-
|
40 |
-
#: google-captcha.php:97
|
41 |
-
msgid "Plugins page"
|
42 |
-
msgstr "Страницу плагинов"
|
43 |
-
|
44 |
-
#: google-captcha.php:231
|
45 |
msgid "Site key"
|
46 |
msgstr "Ключ"
|
47 |
|
48 |
-
#: google-captcha.php:
|
49 |
msgid "Secret Key"
|
50 |
msgstr "Секретный ключ"
|
51 |
|
52 |
-
#: google-captcha.php:
|
53 |
msgid "Login form"
|
54 |
msgstr "Форма логина"
|
55 |
|
56 |
-
#: google-captcha.php:
|
57 |
msgid "Registration form"
|
58 |
msgstr "Форма регистрации"
|
59 |
|
60 |
-
#: google-captcha.php:
|
61 |
msgid "Reset password form"
|
62 |
msgstr "Форма восстановления пароля"
|
63 |
|
64 |
-
#: google-captcha.php:
|
65 |
msgid "Comments form"
|
66 |
msgstr "Форма комментариев"
|
67 |
|
68 |
-
#: google-captcha.php:
|
69 |
msgid "Enter site key"
|
70 |
msgstr "Введите ключ"
|
71 |
|
72 |
-
#: google-captcha.php:
|
73 |
-
#: google-captcha.php:
|
74 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
75 |
msgstr "ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните ключевые поля."
|
76 |
|
77 |
-
#: google-captcha.php:
|
78 |
msgid "Enter secret key"
|
79 |
msgstr "Введите секретный ключ"
|
80 |
|
81 |
-
#: google-captcha.php:
|
82 |
-
#: google-captcha.php:
|
83 |
-
#: google-captcha.php:
|
84 |
msgid "Settings"
|
85 |
msgstr "Настройки"
|
86 |
|
87 |
-
#: google-captcha.php:
|
88 |
-
#: google-captcha.php:
|
89 |
msgid "FAQ"
|
90 |
msgstr "FAQ"
|
91 |
|
92 |
-
#: google-captcha.php:
|
93 |
msgid "Notice:"
|
94 |
msgstr "Обратите внимание:"
|
95 |
|
96 |
-
#: google-captcha.php:
|
97 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
98 |
msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку 'Сохранить изменения'."
|
99 |
|
100 |
-
#: google-captcha.php:
|
101 |
msgid "Settings saved"
|
102 |
msgstr "Настройки сохранены"
|
103 |
|
104 |
-
#: google-captcha.php:
|
105 |
msgid "Google Captcha version 2 will not work correctly, since the option \"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
106 |
msgstr "Google Captcha версии 2 не будет работать корректно, потому что отключена опция \"allow_url_fopen\" в настройках PHP вашего хостинга."
|
107 |
|
108 |
-
#: google-captcha.php:
|
109 |
msgid "Read more."
|
110 |
msgstr "Подробнее."
|
111 |
|
112 |
-
#: google-captcha.php:
|
113 |
msgid "If you would like to add the Google Captcha to your own form, just copy and paste this shortcode to your post or page:"
|
114 |
msgstr "Если вы хотите добавить Google Captcha в свою форму, просто скопируйте и вставьте в контент страницы или поста этот шорткод:"
|
115 |
|
116 |
-
#: google-captcha.php:
|
117 |
msgid "Authentication"
|
118 |
msgstr "Идентификация"
|
119 |
|
120 |
-
#: google-captcha.php:
|
121 |
#, php-format
|
122 |
msgid "Before you are able to do something, you must to register %s here %s"
|
123 |
msgstr "Прежде чем вы сможете сделать что-нибудь, вы должны зарегистрироваться %s здесь %s"
|
124 |
|
125 |
-
#: google-captcha.php:
|
126 |
msgid "Enter site key and secret key, that you get after registration."
|
127 |
msgstr "Введите ключ и секретный ключ, которые вы получили после регистрации."
|
128 |
|
129 |
-
#: google-captcha.php:
|
130 |
msgid "Options"
|
131 |
msgstr "Опции"
|
132 |
|
133 |
-
#: google-captcha.php:
|
134 |
msgid "Enable Google Captcha for:"
|
135 |
msgstr "Отображать Google Captcha для:"
|
136 |
|
137 |
-
#: google-captcha.php:
|
138 |
-
#: google-captcha.php:
|
139 |
-
#: google-captcha.php:
|
140 |
msgid "Contact form"
|
141 |
msgstr "Contact form"
|
142 |
|
143 |
-
#: google-captcha.php:
|
144 |
-
#: google-captcha.php:
|
145 |
-
#: google-captcha.php:
|
146 |
msgid "powered by"
|
147 |
msgstr "разработано компанией"
|
148 |
|
149 |
-
#: google-captcha.php:
|
150 |
msgid "Activate contact form"
|
151 |
msgstr "Активировать Contact form"
|
152 |
|
153 |
-
#: google-captcha.php:
|
154 |
msgid "Download contact form"
|
155 |
msgstr "Скачать Contact form"
|
156 |
|
157 |
-
#: google-captcha.php:
|
158 |
msgid "Hide captcha for:"
|
159 |
msgstr "Не показывать Google Captcha для:"
|
160 |
|
161 |
-
#: google-captcha.php:
|
162 |
msgid "reCAPTCHA version:"
|
163 |
msgstr "Версия reCAPTCHA:"
|
164 |
|
165 |
-
#: google-captcha.php:
|
166 |
-
#: google-captcha.php:
|
167 |
msgid "version"
|
168 |
msgstr "версия"
|
169 |
|
170 |
-
#: google-captcha.php:
|
171 |
-
#: google-captcha.php:
|
172 |
msgid "Theme:"
|
173 |
msgstr "Тема:"
|
174 |
|
175 |
-
#: google-captcha.php:
|
176 |
-
#: google-captcha.php:
|
177 |
msgid "for reCAPTCHA version"
|
178 |
msgstr "для reCAPTCHA версии"
|
179 |
|
180 |
-
#: google-captcha.php:
|
181 |
msgid "Save Changes"
|
182 |
msgstr "Сохранить изменения"
|
183 |
|
184 |
-
#: google-captcha.php:
|
185 |
-
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
186 |
-
msgstr "Если вам понравился плагин, пожалуйста, поставте нам 5 звезд на WordPress"
|
187 |
-
|
188 |
-
#: google-captcha.php:400
|
189 |
-
msgid "Rate the plugin"
|
190 |
-
msgstr "Оценить плагин"
|
191 |
-
|
192 |
-
#: google-captcha.php:403
|
193 |
-
msgid "If there is something wrong about it, please contact us"
|
194 |
-
msgstr "Если у вас есть какие-то вопросы, обращайтесь"
|
195 |
-
|
196 |
-
#: google-captcha.php:452
|
197 |
msgid "To use Google Captcha you must get the keys from"
|
198 |
msgstr "Чтобы использовать Google Captcha вам необходимо получить ключи"
|
199 |
|
200 |
-
#: google-captcha.php:
|
201 |
msgid "here"
|
202 |
msgstr "здесь"
|
203 |
|
204 |
-
#: google-captcha.php:
|
205 |
msgid "and enter them on the"
|
206 |
msgstr "и вставить их на"
|
207 |
|
208 |
-
#: google-captcha.php:
|
209 |
msgid "plugin setting page"
|
210 |
msgstr "страницу настроек плагина"
|
211 |
|
212 |
-
#: google-captcha.php:
|
213 |
-
#: google-captcha.php:
|
214 |
msgid "Error: You have entered an incorrect CAPTCHA value."
|
215 |
msgstr "Ошибка: Вы ввели неверное значение Captcha."
|
216 |
|
217 |
-
#: google-captcha.php:
|
218 |
-
#: google-captcha.php:
|
219 |
-
#: google-captcha.php:
|
220 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
221 |
msgid "Error: You have entered an incorrect CAPTCHA value. Click the BACK button on your browser, and try again."
|
222 |
msgstr "Ошибка: Вы ввели неверное значение Captcha. Нажмите копку НАЗАД в своем браузере и попытайтесь еще."
|
223 |
|
224 |
-
#: google-captcha.php:
|
225 |
msgid "Support"
|
226 |
msgstr "Поддержка"
|
227 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
228 |
#~ msgid "Public Key"
|
229 |
#~ msgstr "Открытый ключ"
|
230 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-04-07 14:13+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft <support@bestwebsoft.com>\n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
16 |
"X-Generator: Poedit 1.5.7\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: google-captcha.php:32
|
20 |
+
#: google-captcha.php:229
|
21 |
msgid "Google Captcha Settings"
|
22 |
msgstr "Настройки Google Captcha"
|
23 |
|
24 |
+
#: google-captcha.php:32
|
25 |
msgid "Google Captcha"
|
26 |
msgstr "Google Captcha"
|
27 |
|
28 |
+
#: google-captcha.php:166
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
msgid "Site key"
|
30 |
msgstr "Ключ"
|
31 |
|
32 |
+
#: google-captcha.php:171
|
33 |
msgid "Secret Key"
|
34 |
msgstr "Секретный ключ"
|
35 |
|
36 |
+
#: google-captcha.php:179
|
37 |
msgid "Login form"
|
38 |
msgstr "Форма логина"
|
39 |
|
40 |
+
#: google-captcha.php:180
|
41 |
msgid "Registration form"
|
42 |
msgstr "Форма регистрации"
|
43 |
|
44 |
+
#: google-captcha.php:181
|
45 |
msgid "Reset password form"
|
46 |
msgstr "Форма восстановления пароля"
|
47 |
|
48 |
+
#: google-captcha.php:182
|
49 |
msgid "Comments form"
|
50 |
msgstr "Форма комментариев"
|
51 |
|
52 |
+
#: google-captcha.php:197
|
53 |
msgid "Enter site key"
|
54 |
msgstr "Введите ключ"
|
55 |
|
56 |
+
#: google-captcha.php:198
|
57 |
+
#: google-captcha.php:204
|
58 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
59 |
msgstr "ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните ключевые поля."
|
60 |
|
61 |
+
#: google-captcha.php:203
|
62 |
msgid "Enter secret key"
|
63 |
msgstr "Введите секретный ключ"
|
64 |
|
65 |
+
#: google-captcha.php:231
|
66 |
+
#: google-captcha.php:590
|
67 |
+
#: google-captcha.php:603
|
68 |
msgid "Settings"
|
69 |
msgstr "Настройки"
|
70 |
|
71 |
+
#: google-captcha.php:232
|
72 |
+
#: google-captcha.php:604
|
73 |
msgid "FAQ"
|
74 |
msgstr "FAQ"
|
75 |
|
76 |
+
#: google-captcha.php:234
|
77 |
msgid "Notice:"
|
78 |
msgstr "Обратите внимание:"
|
79 |
|
80 |
+
#: google-captcha.php:234
|
81 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
82 |
msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку 'Сохранить изменения'."
|
83 |
|
84 |
+
#: google-captcha.php:235
|
85 |
msgid "Settings saved"
|
86 |
msgstr "Настройки сохранены"
|
87 |
|
88 |
+
#: google-captcha.php:239
|
89 |
msgid "Google Captcha version 2 will not work correctly, since the option \"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
90 |
msgstr "Google Captcha версии 2 не будет работать корректно, потому что отключена опция \"allow_url_fopen\" в настройках PHP вашего хостинга."
|
91 |
|
92 |
+
#: google-captcha.php:240
|
93 |
msgid "Read more."
|
94 |
msgstr "Подробнее."
|
95 |
|
96 |
+
#: google-captcha.php:243
|
97 |
msgid "If you would like to add the Google Captcha to your own form, just copy and paste this shortcode to your post or page:"
|
98 |
msgstr "Если вы хотите добавить Google Captcha в свою форму, просто скопируйте и вставьте в контент страницы или поста этот шорткод:"
|
99 |
|
100 |
+
#: google-captcha.php:245
|
101 |
msgid "Authentication"
|
102 |
msgstr "Идентификация"
|
103 |
|
104 |
+
#: google-captcha.php:246
|
105 |
#, php-format
|
106 |
msgid "Before you are able to do something, you must to register %s here %s"
|
107 |
msgstr "Прежде чем вы сможете сделать что-нибудь, вы должны зарегистрироваться %s здесь %s"
|
108 |
|
109 |
+
#: google-captcha.php:247
|
110 |
msgid "Enter site key and secret key, that you get after registration."
|
111 |
msgstr "Введите ключ и секретный ключ, которые вы получили после регистрации."
|
112 |
|
113 |
+
#: google-captcha.php:259
|
114 |
msgid "Options"
|
115 |
msgstr "Опции"
|
116 |
|
117 |
+
#: google-captcha.php:262
|
118 |
msgid "Enable Google Captcha for:"
|
119 |
msgstr "Отображать Google Captcha для:"
|
120 |
|
121 |
+
#: google-captcha.php:272
|
122 |
+
#: google-captcha.php:275
|
123 |
+
#: google-captcha.php:279
|
124 |
msgid "Contact form"
|
125 |
msgstr "Contact form"
|
126 |
|
127 |
+
#: google-captcha.php:273
|
128 |
+
#: google-captcha.php:276
|
129 |
+
#: google-captcha.php:280
|
130 |
msgid "powered by"
|
131 |
msgstr "разработано компанией"
|
132 |
|
133 |
+
#: google-captcha.php:276
|
134 |
msgid "Activate contact form"
|
135 |
msgstr "Активировать Contact form"
|
136 |
|
137 |
+
#: google-captcha.php:280
|
138 |
msgid "Download contact form"
|
139 |
msgstr "Скачать Contact form"
|
140 |
|
141 |
+
#: google-captcha.php:285
|
142 |
msgid "Hide captcha for:"
|
143 |
msgstr "Не показывать Google Captcha для:"
|
144 |
|
145 |
+
#: google-captcha.php:293
|
146 |
msgid "reCAPTCHA version:"
|
147 |
msgstr "Версия reCAPTCHA:"
|
148 |
|
149 |
+
#: google-captcha.php:295
|
150 |
+
#: google-captcha.php:296
|
151 |
msgid "version"
|
152 |
msgstr "версия"
|
153 |
|
154 |
+
#: google-captcha.php:301
|
155 |
+
#: google-captcha.php:314
|
156 |
msgid "Theme:"
|
157 |
msgstr "Тема:"
|
158 |
|
159 |
+
#: google-captcha.php:302
|
160 |
+
#: google-captcha.php:315
|
161 |
msgid "for reCAPTCHA version"
|
162 |
msgstr "для reCAPTCHA версии"
|
163 |
|
164 |
+
#: google-captcha.php:326
|
165 |
msgid "Save Changes"
|
166 |
msgstr "Сохранить изменения"
|
167 |
|
168 |
+
#: google-captcha.php:376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
msgid "To use Google Captcha you must get the keys from"
|
170 |
msgstr "Чтобы использовать Google Captcha вам необходимо получить ключи"
|
171 |
|
172 |
+
#: google-captcha.php:377
|
173 |
msgid "here"
|
174 |
msgstr "здесь"
|
175 |
|
176 |
+
#: google-captcha.php:378
|
177 |
msgid "and enter them on the"
|
178 |
msgstr "и вставить их на"
|
179 |
|
180 |
+
#: google-captcha.php:380
|
181 |
msgid "plugin setting page"
|
182 |
msgstr "страницу настроек плагина"
|
183 |
|
184 |
+
#: google-captcha.php:397
|
185 |
+
#: google-captcha.php:434
|
186 |
msgid "Error: You have entered an incorrect CAPTCHA value."
|
187 |
msgstr "Ошибка: Вы ввели неверное значение Captcha."
|
188 |
|
189 |
+
#: google-captcha.php:502
|
190 |
+
#: google-captcha.php:512
|
191 |
+
#: google-captcha.php:521
|
192 |
+
msgid "Error"
|
193 |
+
msgstr "Ошибка"
|
194 |
+
|
195 |
+
#: google-captcha.php:502
|
196 |
+
#: google-captcha.php:512
|
197 |
+
#: google-captcha.php:521
|
198 |
+
msgid "You have entered an incorrect CAPTCHA value."
|
199 |
+
msgstr "Ошибка: Вы ввели неверное значение Captcha."
|
200 |
+
|
201 |
+
#: google-captcha.php:563
|
202 |
+
#: google-captcha.php:568
|
203 |
msgid "Error: You have entered an incorrect CAPTCHA value. Click the BACK button on your browser, and try again."
|
204 |
msgstr "Ошибка: Вы ввели неверное значение Captcha. Нажмите копку НАЗАД в своем браузере и попытайтесь еще."
|
205 |
|
206 |
+
#: google-captcha.php:605
|
207 |
msgid "Support"
|
208 |
msgstr "Поддержка"
|
209 |
|
210 |
+
#~ msgid ""
|
211 |
+
#~ "An unexpected error has occurred. If this message appears again, please "
|
212 |
+
#~ "contact the Administrator."
|
213 |
+
#~ msgstr ""
|
214 |
+
#~ "Произошла непредвиденная ошибка, если вы постоянно видите это сообщение "
|
215 |
+
#~ "свяжитесь с Администратором."
|
216 |
+
|
217 |
+
#~ msgid "requires"
|
218 |
+
#~ msgstr "требует"
|
219 |
+
|
220 |
+
#~ msgid ""
|
221 |
+
#~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
|
222 |
+
#~ "and try again."
|
223 |
+
#~ msgstr ""
|
224 |
+
#~ "или выше, поэтому плагин был деактивирован! Обновите WordPress и "
|
225 |
+
#~ "повторите попытку."
|
226 |
+
|
227 |
+
#~ msgid "Back to the WordPress"
|
228 |
+
#~ msgstr "Вернуться назад на WordPress"
|
229 |
+
|
230 |
+
#~ msgid "Plugins page"
|
231 |
+
#~ msgstr "Страницу плагинов"
|
232 |
+
|
233 |
+
#~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
234 |
+
#~ msgstr ""
|
235 |
+
#~ "Если вам понравился плагин, пожалуйста, поставте нам 5 звезд на WordPress"
|
236 |
+
|
237 |
+
#~ msgid "Rate the plugin"
|
238 |
+
#~ msgstr "Оценить плагин"
|
239 |
+
|
240 |
+
#~ msgid "If there is something wrong about it, please contact us"
|
241 |
+
#~ msgstr "Если у вас есть какие-то вопросы, обращайтесь"
|
242 |
+
|
243 |
#~ msgid "Public Key"
|
244 |
#~ msgstr "Открытый ключ"
|
245 |
|
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_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft <support@bestwebsoft.com>\n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
@@ -16,215 +16,231 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: google-captcha.php:
|
20 |
-
#: google-captcha.php:
|
21 |
msgid "Google Captcha Settings"
|
22 |
msgstr "Налаштування Google Captcha"
|
23 |
|
24 |
-
#: google-captcha.php:
|
25 |
msgid "Google Captcha"
|
26 |
msgstr "Google Captcha"
|
27 |
|
28 |
-
#: google-captcha.php:
|
29 |
-
msgid "requires"
|
30 |
-
msgstr "потребує"
|
31 |
-
|
32 |
-
#: google-captcha.php:97
|
33 |
-
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
34 |
-
msgstr "або вище, тому його було деактивовано! Оновіть WordPress та спробуйте ще раз."
|
35 |
-
|
36 |
-
#: google-captcha.php:97
|
37 |
-
msgid "Back to the WordPress"
|
38 |
-
msgstr "Повернутися на WordPress"
|
39 |
-
|
40 |
-
#: google-captcha.php:97
|
41 |
-
msgid "Plugins page"
|
42 |
-
msgstr "На сторінку плагінів"
|
43 |
-
|
44 |
-
#: google-captcha.php:231
|
45 |
msgid "Site key"
|
46 |
msgstr "Ключ сайту"
|
47 |
|
48 |
-
#: google-captcha.php:
|
49 |
msgid "Secret Key"
|
50 |
msgstr "Секретний ключ"
|
51 |
|
52 |
-
#: google-captcha.php:
|
53 |
msgid "Login form"
|
54 |
msgstr "Форма логіну"
|
55 |
|
56 |
-
#: google-captcha.php:
|
57 |
msgid "Registration form"
|
58 |
msgstr "Форма реєстрації"
|
59 |
|
60 |
-
#: google-captcha.php:
|
61 |
msgid "Reset password form"
|
62 |
msgstr "Форма відновлення паролю"
|
63 |
|
64 |
-
#: google-captcha.php:
|
65 |
msgid "Comments form"
|
66 |
msgstr "Форма коментарів"
|
67 |
|
68 |
-
#: google-captcha.php:
|
69 |
msgid "Enter site key"
|
70 |
msgstr "Введіть ключ сайту"
|
71 |
|
72 |
-
#: google-captcha.php:
|
73 |
-
#: google-captcha.php:
|
74 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
75 |
msgstr "УВАГА: Капча не буде відображатись, поки ви не заповните необхідні поля."
|
76 |
|
77 |
-
#: google-captcha.php:
|
78 |
msgid "Enter secret key"
|
79 |
msgstr "Введіть секретний ключ"
|
80 |
|
81 |
-
#: google-captcha.php:
|
82 |
-
#: google-captcha.php:
|
83 |
-
#: google-captcha.php:
|
84 |
msgid "Settings"
|
85 |
msgstr "Налаштування"
|
86 |
|
87 |
-
#: google-captcha.php:
|
88 |
-
#: google-captcha.php:
|
89 |
msgid "FAQ"
|
90 |
msgstr "FAQ"
|
91 |
|
92 |
-
#: google-captcha.php:
|
93 |
msgid "Notice:"
|
94 |
msgstr "Увага:"
|
95 |
|
96 |
-
#: google-captcha.php:
|
97 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
98 |
msgstr "Налаштування плагіну змінено. Щоб зберегти їх, будь ласка, не забудьте клікнути 'Зберегти зміни'."
|
99 |
|
100 |
-
#: google-captcha.php:
|
101 |
msgid "Settings saved"
|
102 |
msgstr "Налаштування збережено"
|
103 |
|
104 |
-
#: google-captcha.php:
|
105 |
msgid "Google Captcha version 2 will not work correctly, since the option \"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
106 |
msgstr "версія 2 плагіну Google Captcha не працюватиме коректно, тому що опція \"allow_url_fopen\" заблокована в PHP налаштуваннях вашого хостінгу."
|
107 |
|
108 |
-
#: google-captcha.php:
|
109 |
msgid "Read more."
|
110 |
msgstr "Дізнатись більше."
|
111 |
|
112 |
-
#: google-captcha.php:
|
113 |
msgid "If you would like to add the Google Captcha to your own form, just copy and paste this shortcode to your post or page:"
|
114 |
msgstr "Якщо ви хочете додати Google Captcha у свою форму, просто вставте цей шорткод в контент сторінки чи посту:"
|
115 |
|
116 |
-
#: google-captcha.php:
|
117 |
msgid "Authentication"
|
118 |
msgstr "Ідентифікація"
|
119 |
|
120 |
-
#: google-captcha.php:
|
121 |
#, php-format
|
122 |
msgid "Before you are able to do something, you must to register %s here %s"
|
123 |
msgstr "Щоб виконувати якісь дії, спершу зареєструйтесь %s тут %s"
|
124 |
|
125 |
-
#: google-captcha.php:
|
126 |
msgid "Enter site key and secret key, that you get after registration."
|
127 |
msgstr "Введіть відкритий і секретний ключі, які ви отримали після реєстрації."
|
128 |
|
129 |
-
#: google-captcha.php:
|
130 |
msgid "Options"
|
131 |
msgstr "Опції"
|
132 |
|
133 |
-
#: google-captcha.php:
|
134 |
msgid "Enable Google Captcha for:"
|
135 |
msgstr "Відображати Google Captcha для:"
|
136 |
|
137 |
-
#: google-captcha.php:
|
138 |
-
#: google-captcha.php:
|
139 |
-
#: google-captcha.php:
|
140 |
msgid "Contact form"
|
141 |
msgstr "Контактна форма"
|
142 |
|
143 |
-
#: google-captcha.php:
|
144 |
-
#: google-captcha.php:
|
145 |
-
#: google-captcha.php:
|
146 |
msgid "powered by"
|
147 |
msgstr "розроблено компанією"
|
148 |
|
149 |
-
#: google-captcha.php:
|
150 |
msgid "Activate contact form"
|
151 |
msgstr "Активувати контактну форму"
|
152 |
|
153 |
-
#: google-captcha.php:
|
154 |
msgid "Download contact form"
|
155 |
msgstr "Завантажити контактну форму"
|
156 |
|
157 |
-
#: google-captcha.php:
|
158 |
msgid "Hide captcha for:"
|
159 |
msgstr "Не відображати Google Captcha для:"
|
160 |
|
161 |
-
#: google-captcha.php:
|
162 |
msgid "reCAPTCHA version:"
|
163 |
msgstr "версія reCAPTCHA:"
|
164 |
|
165 |
-
#: google-captcha.php:
|
166 |
-
#: google-captcha.php:
|
167 |
msgid "version"
|
168 |
msgstr "версія"
|
169 |
|
170 |
-
#: google-captcha.php:
|
171 |
-
#: google-captcha.php:
|
172 |
msgid "Theme:"
|
173 |
msgstr "Тема:"
|
174 |
|
175 |
-
#: google-captcha.php:
|
176 |
-
#: google-captcha.php:
|
177 |
msgid "for reCAPTCHA version"
|
178 |
msgstr "для версії reCAPTCHA"
|
179 |
|
180 |
-
#: google-captcha.php:
|
181 |
msgid "Save Changes"
|
182 |
msgstr "Зберегти зміни"
|
183 |
|
184 |
-
#: google-captcha.php:
|
185 |
-
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
186 |
-
msgstr "Якщо вам сподобався наш плагін, будь ласка, поставте нам 5 зірочок на WordPress"
|
187 |
-
|
188 |
-
#: google-captcha.php:400
|
189 |
-
msgid "Rate the plugin"
|
190 |
-
msgstr "Оцінити плагін"
|
191 |
-
|
192 |
-
#: google-captcha.php:403
|
193 |
-
msgid "If there is something wrong about it, please contact us"
|
194 |
-
msgstr "Якщо у вас виникли проблеми, будь ласка, повідомте нам"
|
195 |
-
|
196 |
-
#: google-captcha.php:452
|
197 |
msgid "To use Google Captcha you must get the keys from"
|
198 |
msgstr "Щоб використовувати Google Captcha, вам необхідно отримати ключі з"
|
199 |
|
200 |
-
#: google-captcha.php:
|
201 |
msgid "here"
|
202 |
msgstr "тут"
|
203 |
|
204 |
-
#: google-captcha.php:
|
205 |
msgid "and enter them on the"
|
206 |
msgstr "і вставте їх у"
|
207 |
|
208 |
-
#: google-captcha.php:
|
209 |
msgid "plugin setting page"
|
210 |
msgstr "сторінку налаштувань плагіну"
|
211 |
|
212 |
-
#: google-captcha.php:
|
213 |
-
#: google-captcha.php:
|
214 |
msgid "Error: You have entered an incorrect CAPTCHA value."
|
215 |
msgstr "Помилка: Ви ввели невірне значення Captcha."
|
216 |
|
217 |
-
#: google-captcha.php:
|
218 |
-
#: google-captcha.php:
|
219 |
-
#: google-captcha.php:
|
220 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
221 |
msgid "Error: You have entered an incorrect CAPTCHA value. Click the BACK button on your browser, and try again."
|
222 |
msgstr "Помилка: Ви ввели невірне значення Captcha. Клікніть НАЗАД у своєму браузері та спробуйте ще раз."
|
223 |
|
224 |
-
#: google-captcha.php:
|
225 |
msgid "Support"
|
226 |
msgstr "Техпідтримка"
|
227 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
228 |
#~ msgid "Public Key"
|
229 |
#~ msgstr "Відкритий ключ"
|
230 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-04-07 14:13+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft <support@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:32
|
20 |
+
#: google-captcha.php:229
|
21 |
msgid "Google Captcha Settings"
|
22 |
msgstr "Налаштування Google Captcha"
|
23 |
|
24 |
+
#: google-captcha.php:32
|
25 |
msgid "Google Captcha"
|
26 |
msgstr "Google Captcha"
|
27 |
|
28 |
+
#: google-captcha.php:166
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
msgid "Site key"
|
30 |
msgstr "Ключ сайту"
|
31 |
|
32 |
+
#: google-captcha.php:171
|
33 |
msgid "Secret Key"
|
34 |
msgstr "Секретний ключ"
|
35 |
|
36 |
+
#: google-captcha.php:179
|
37 |
msgid "Login form"
|
38 |
msgstr "Форма логіну"
|
39 |
|
40 |
+
#: google-captcha.php:180
|
41 |
msgid "Registration form"
|
42 |
msgstr "Форма реєстрації"
|
43 |
|
44 |
+
#: google-captcha.php:181
|
45 |
msgid "Reset password form"
|
46 |
msgstr "Форма відновлення паролю"
|
47 |
|
48 |
+
#: google-captcha.php:182
|
49 |
msgid "Comments form"
|
50 |
msgstr "Форма коментарів"
|
51 |
|
52 |
+
#: google-captcha.php:197
|
53 |
msgid "Enter site key"
|
54 |
msgstr "Введіть ключ сайту"
|
55 |
|
56 |
+
#: google-captcha.php:198
|
57 |
+
#: google-captcha.php:204
|
58 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
59 |
msgstr "УВАГА: Капча не буде відображатись, поки ви не заповните необхідні поля."
|
60 |
|
61 |
+
#: google-captcha.php:203
|
62 |
msgid "Enter secret key"
|
63 |
msgstr "Введіть секретний ключ"
|
64 |
|
65 |
+
#: google-captcha.php:231
|
66 |
+
#: google-captcha.php:590
|
67 |
+
#: google-captcha.php:603
|
68 |
msgid "Settings"
|
69 |
msgstr "Налаштування"
|
70 |
|
71 |
+
#: google-captcha.php:232
|
72 |
+
#: google-captcha.php:604
|
73 |
msgid "FAQ"
|
74 |
msgstr "FAQ"
|
75 |
|
76 |
+
#: google-captcha.php:234
|
77 |
msgid "Notice:"
|
78 |
msgstr "Увага:"
|
79 |
|
80 |
+
#: google-captcha.php:234
|
81 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
82 |
msgstr "Налаштування плагіну змінено. Щоб зберегти їх, будь ласка, не забудьте клікнути 'Зберегти зміни'."
|
83 |
|
84 |
+
#: google-captcha.php:235
|
85 |
msgid "Settings saved"
|
86 |
msgstr "Налаштування збережено"
|
87 |
|
88 |
+
#: google-captcha.php:239
|
89 |
msgid "Google Captcha version 2 will not work correctly, since the option \"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
90 |
msgstr "версія 2 плагіну Google Captcha не працюватиме коректно, тому що опція \"allow_url_fopen\" заблокована в PHP налаштуваннях вашого хостінгу."
|
91 |
|
92 |
+
#: google-captcha.php:240
|
93 |
msgid "Read more."
|
94 |
msgstr "Дізнатись більше."
|
95 |
|
96 |
+
#: google-captcha.php:243
|
97 |
msgid "If you would like to add the Google Captcha to your own form, just copy and paste this shortcode to your post or page:"
|
98 |
msgstr "Якщо ви хочете додати Google Captcha у свою форму, просто вставте цей шорткод в контент сторінки чи посту:"
|
99 |
|
100 |
+
#: google-captcha.php:245
|
101 |
msgid "Authentication"
|
102 |
msgstr "Ідентифікація"
|
103 |
|
104 |
+
#: google-captcha.php:246
|
105 |
#, php-format
|
106 |
msgid "Before you are able to do something, you must to register %s here %s"
|
107 |
msgstr "Щоб виконувати якісь дії, спершу зареєструйтесь %s тут %s"
|
108 |
|
109 |
+
#: google-captcha.php:247
|
110 |
msgid "Enter site key and secret key, that you get after registration."
|
111 |
msgstr "Введіть відкритий і секретний ключі, які ви отримали після реєстрації."
|
112 |
|
113 |
+
#: google-captcha.php:259
|
114 |
msgid "Options"
|
115 |
msgstr "Опції"
|
116 |
|
117 |
+
#: google-captcha.php:262
|
118 |
msgid "Enable Google Captcha for:"
|
119 |
msgstr "Відображати Google Captcha для:"
|
120 |
|
121 |
+
#: google-captcha.php:272
|
122 |
+
#: google-captcha.php:275
|
123 |
+
#: google-captcha.php:279
|
124 |
msgid "Contact form"
|
125 |
msgstr "Контактна форма"
|
126 |
|
127 |
+
#: google-captcha.php:273
|
128 |
+
#: google-captcha.php:276
|
129 |
+
#: google-captcha.php:280
|
130 |
msgid "powered by"
|
131 |
msgstr "розроблено компанією"
|
132 |
|
133 |
+
#: google-captcha.php:276
|
134 |
msgid "Activate contact form"
|
135 |
msgstr "Активувати контактну форму"
|
136 |
|
137 |
+
#: google-captcha.php:280
|
138 |
msgid "Download contact form"
|
139 |
msgstr "Завантажити контактну форму"
|
140 |
|
141 |
+
#: google-captcha.php:285
|
142 |
msgid "Hide captcha for:"
|
143 |
msgstr "Не відображати Google Captcha для:"
|
144 |
|
145 |
+
#: google-captcha.php:293
|
146 |
msgid "reCAPTCHA version:"
|
147 |
msgstr "версія reCAPTCHA:"
|
148 |
|
149 |
+
#: google-captcha.php:295
|
150 |
+
#: google-captcha.php:296
|
151 |
msgid "version"
|
152 |
msgstr "версія"
|
153 |
|
154 |
+
#: google-captcha.php:301
|
155 |
+
#: google-captcha.php:314
|
156 |
msgid "Theme:"
|
157 |
msgstr "Тема:"
|
158 |
|
159 |
+
#: google-captcha.php:302
|
160 |
+
#: google-captcha.php:315
|
161 |
msgid "for reCAPTCHA version"
|
162 |
msgstr "для версії reCAPTCHA"
|
163 |
|
164 |
+
#: google-captcha.php:326
|
165 |
msgid "Save Changes"
|
166 |
msgstr "Зберегти зміни"
|
167 |
|
168 |
+
#: google-captcha.php:376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
msgid "To use Google Captcha you must get the keys from"
|
170 |
msgstr "Щоб використовувати Google Captcha, вам необхідно отримати ключі з"
|
171 |
|
172 |
+
#: google-captcha.php:377
|
173 |
msgid "here"
|
174 |
msgstr "тут"
|
175 |
|
176 |
+
#: google-captcha.php:378
|
177 |
msgid "and enter them on the"
|
178 |
msgstr "і вставте їх у"
|
179 |
|
180 |
+
#: google-captcha.php:380
|
181 |
msgid "plugin setting page"
|
182 |
msgstr "сторінку налаштувань плагіну"
|
183 |
|
184 |
+
#: google-captcha.php:397
|
185 |
+
#: google-captcha.php:434
|
186 |
msgid "Error: You have entered an incorrect CAPTCHA value."
|
187 |
msgstr "Помилка: Ви ввели невірне значення Captcha."
|
188 |
|
189 |
+
#: google-captcha.php:502
|
190 |
+
#: google-captcha.php:512
|
191 |
+
#: google-captcha.php:521
|
192 |
+
msgid "Error"
|
193 |
+
msgstr "Помилка"
|
194 |
+
|
195 |
+
#: google-captcha.php:502
|
196 |
+
#: google-captcha.php:512
|
197 |
+
#: google-captcha.php:521
|
198 |
+
msgid "You have entered an incorrect CAPTCHA value."
|
199 |
+
msgstr "Помилка: Ви ввели невірне значення Captcha."
|
200 |
+
|
201 |
+
#: google-captcha.php:563
|
202 |
+
#: google-captcha.php:568
|
203 |
msgid "Error: You have entered an incorrect CAPTCHA value. Click the BACK button on your browser, and try again."
|
204 |
msgstr "Помилка: Ви ввели невірне значення Captcha. Клікніть НАЗАД у своєму браузері та спробуйте ще раз."
|
205 |
|
206 |
+
#: google-captcha.php:605
|
207 |
msgid "Support"
|
208 |
msgstr "Техпідтримка"
|
209 |
|
210 |
+
#~ msgid ""
|
211 |
+
#~ "An unexpected error has occurred. If this message appears again, please "
|
212 |
+
#~ "contact the Administrator."
|
213 |
+
#~ msgstr ""
|
214 |
+
#~ "Сталась невідома помилка, якщо ви постійно бачите це повідомлення "
|
215 |
+
#~ "зв'яжіться будь ласка з Адміністратором"
|
216 |
+
|
217 |
+
#~ msgid "requires"
|
218 |
+
#~ msgstr "потребує"
|
219 |
+
|
220 |
+
#~ msgid ""
|
221 |
+
#~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
|
222 |
+
#~ "and try again."
|
223 |
+
#~ msgstr ""
|
224 |
+
#~ "або вище, тому його було деактивовано! Оновіть WordPress та спробуйте ще "
|
225 |
+
#~ "раз."
|
226 |
+
|
227 |
+
#~ msgid "Back to the WordPress"
|
228 |
+
#~ msgstr "Повернутися на WordPress"
|
229 |
+
|
230 |
+
#~ msgid "Plugins page"
|
231 |
+
#~ msgstr "На сторінку плагінів"
|
232 |
+
|
233 |
+
#~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
234 |
+
#~ msgstr ""
|
235 |
+
#~ "Якщо вам сподобався наш плагін, будь ласка, поставте нам 5 зірочок на "
|
236 |
+
#~ "WordPress"
|
237 |
+
|
238 |
+
#~ msgid "Rate the plugin"
|
239 |
+
#~ msgstr "Оцінити плагін"
|
240 |
+
|
241 |
+
#~ msgid "If there is something wrong about it, please contact us"
|
242 |
+
#~ msgstr "Якщо у вас виникли проблеми, будь ласка, повідомте нам"
|
243 |
+
|
244 |
#~ msgid "Public Key"
|
245 |
#~ msgstr "Відкритий ключ"
|
246 |
|
languages/google_captcha-zh_TW.mo
CHANGED
Binary file
|
languages/google_captcha-zh_TW.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft <support@bestwebsoft.com>\n"
|
8 |
"Language-Team: Nick Lai <nick20080808@gmail.com>\n"
|
@@ -17,218 +17,224 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=1; plural=0;\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: google-captcha.php:
|
21 |
-
#: google-captcha.php:
|
22 |
msgid "Google Captcha Settings"
|
23 |
msgstr "reCAPTCHA 驗證碼設置"
|
24 |
|
25 |
-
#: google-captcha.php:
|
26 |
msgid "Google Captcha"
|
27 |
msgstr "reCAPTCHA 驗證碼"
|
28 |
|
29 |
-
#: google-captcha.php:
|
30 |
-
msgid "requires"
|
31 |
-
msgstr "必須填寫"
|
32 |
-
|
33 |
-
#: google-captcha.php:97
|
34 |
-
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
35 |
-
msgstr "或更高,因此本外掛已被停用。請升級您的WordPress,然後再試一次。"
|
36 |
-
|
37 |
-
#: google-captcha.php:97
|
38 |
-
msgid "Back to the WordPress"
|
39 |
-
msgstr "回到WordPress"
|
40 |
-
|
41 |
-
#: google-captcha.php:97
|
42 |
-
msgid "Plugins page"
|
43 |
-
msgstr "外掛頁面"
|
44 |
-
|
45 |
-
#: google-captcha.php:231
|
46 |
msgid "Site key"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: google-captcha.php:
|
50 |
msgid "Secret Key"
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: google-captcha.php:
|
54 |
msgid "Login form"
|
55 |
msgstr "登入頁"
|
56 |
|
57 |
-
#: google-captcha.php:
|
58 |
msgid "Registration form"
|
59 |
msgstr "用戶註冊頁"
|
60 |
|
61 |
-
#: google-captcha.php:
|
62 |
msgid "Reset password form"
|
63 |
msgstr "重設密碼頁"
|
64 |
|
65 |
-
#: google-captcha.php:
|
66 |
msgid "Comments form"
|
67 |
msgstr "發表迴響框"
|
68 |
|
69 |
-
#: google-captcha.php:
|
70 |
#, fuzzy
|
71 |
msgid "Enter site key"
|
72 |
msgstr "輸入私有密鑰"
|
73 |
|
74 |
-
#: google-captcha.php:
|
75 |
-
#: google-captcha.php:
|
76 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
77 |
msgstr "警告:如果你不填寫此欄,驗證碼將不會顯示。"
|
78 |
|
79 |
-
#: google-captcha.php:
|
80 |
#, fuzzy
|
81 |
msgid "Enter secret key"
|
82 |
msgstr "輸入私有密鑰"
|
83 |
|
84 |
-
#: google-captcha.php:
|
85 |
-
#: google-captcha.php:
|
86 |
-
#: google-captcha.php:
|
87 |
msgid "Settings"
|
88 |
msgstr "設定"
|
89 |
|
90 |
-
#: google-captcha.php:
|
91 |
-
#: google-captcha.php:
|
92 |
msgid "FAQ"
|
93 |
msgstr "常見問題"
|
94 |
|
95 |
-
#: google-captcha.php:
|
96 |
msgid "Notice:"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: google-captcha.php:
|
100 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: google-captcha.php:
|
104 |
msgid "Settings saved"
|
105 |
msgstr "設定已儲存"
|
106 |
|
107 |
-
#: google-captcha.php:
|
108 |
msgid "Google Captcha version 2 will not work correctly, since the option \"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: google-captcha.php:
|
112 |
msgid "Read more."
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: google-captcha.php:
|
116 |
msgid "If you would like to add the Google Captcha to your own form, just copy and paste this shortcode to your post or page:"
|
117 |
msgstr "如果您想在自己的表格中加入reCAPTCHA驗證碼,只需貼上此代號到您的文章或頁面:"
|
118 |
|
119 |
-
#: google-captcha.php:
|
120 |
msgid "Authentication"
|
121 |
msgstr "身份驗證"
|
122 |
|
123 |
-
#: google-captcha.php:
|
124 |
#, php-format
|
125 |
msgid "Before you are able to do something, you must to register %s here %s"
|
126 |
msgstr "在開始使用本外掛之先,請到%s這裡%s註冊。"
|
127 |
|
128 |
-
#: google-captcha.php:
|
129 |
#, fuzzy
|
130 |
msgid "Enter site key and secret key, that you get after registration."
|
131 |
msgstr "然後複製公開金鑰(Public Key)和私有密鑰(Private Key)到到以下方框。"
|
132 |
|
133 |
-
#: google-captcha.php:
|
134 |
msgid "Options"
|
135 |
msgstr "選項"
|
136 |
|
137 |
-
#: google-captcha.php:
|
138 |
msgid "Enable Google Captcha for:"
|
139 |
msgstr "在下列畫面及表格使用reCAPTCHA:"
|
140 |
|
141 |
-
#: google-captcha.php:
|
142 |
-
#: google-captcha.php:
|
143 |
-
#: google-captcha.php:
|
144 |
msgid "Contact form"
|
145 |
msgstr "聯絡表格"
|
146 |
|
147 |
-
#: google-captcha.php:
|
148 |
-
#: google-captcha.php:
|
149 |
-
#: google-captcha.php:
|
150 |
msgid "powered by"
|
151 |
msgstr "服務提供者:"
|
152 |
|
153 |
-
#: google-captcha.php:
|
154 |
msgid "Activate contact form"
|
155 |
msgstr "啟用聯絡表格"
|
156 |
|
157 |
-
#: google-captcha.php:
|
158 |
msgid "Download contact form"
|
159 |
msgstr "下載聯絡表格"
|
160 |
|
161 |
-
#: google-captcha.php:
|
162 |
msgid "Hide captcha for:"
|
163 |
msgstr "為下列用戶隱藏驗證碼:"
|
164 |
|
165 |
-
#: google-captcha.php:
|
166 |
msgid "reCAPTCHA version:"
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: google-captcha.php:
|
170 |
-
#: google-captcha.php:
|
171 |
msgid "version"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: google-captcha.php:
|
175 |
-
#: google-captcha.php:
|
176 |
msgid "Theme:"
|
177 |
msgstr "風格:"
|
178 |
|
179 |
-
#: google-captcha.php:
|
180 |
-
#: google-captcha.php:
|
181 |
msgid "for reCAPTCHA version"
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: google-captcha.php:
|
185 |
msgid "Save Changes"
|
186 |
msgstr "儲存變更"
|
187 |
|
188 |
-
#: google-captcha.php:
|
189 |
-
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
190 |
-
msgstr "如果你喜歡本外掛,請到WordPress給它五星評級!"
|
191 |
-
|
192 |
-
#: google-captcha.php:400
|
193 |
-
msgid "Rate the plugin"
|
194 |
-
msgstr "為外掛評分"
|
195 |
-
|
196 |
-
#: google-captcha.php:403
|
197 |
-
msgid "If there is something wrong about it, please contact us"
|
198 |
-
msgstr "如果對本外掛出現任何錯誤,歡迎與我們聯絡"
|
199 |
-
|
200 |
-
#: google-captcha.php:452
|
201 |
msgid "To use Google Captcha you must get the keys from"
|
202 |
msgstr "如要用reCAPTCHA驗證碼,你必須輸入兩組金鑰。您可以在這裡領取:"
|
203 |
|
204 |
-
#: google-captcha.php:
|
205 |
msgid "here"
|
206 |
msgstr "點我"
|
207 |
|
208 |
-
#: google-captcha.php:
|
209 |
msgid "and enter them on the"
|
210 |
msgstr "然後將他們輸入到"
|
211 |
|
212 |
-
#: google-captcha.php:
|
213 |
msgid "plugin setting page"
|
214 |
msgstr "外掛設置頁"
|
215 |
|
216 |
-
#: google-captcha.php:
|
217 |
-
#: google-captcha.php:
|
218 |
msgid "Error: You have entered an incorrect CAPTCHA value."
|
219 |
msgstr "錯誤:您輸入的驗證碼不正確。"
|
220 |
|
221 |
-
#: google-captcha.php:
|
222 |
-
#: google-captcha.php:
|
223 |
-
#: google-captcha.php:
|
224 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
msgid "Error: You have entered an incorrect CAPTCHA value. Click the BACK button on your browser, and try again."
|
226 |
msgstr "錯誤:您輸入的驗證碼不正確。請回到上一頁,然後重新輸入。"
|
227 |
|
228 |
-
#: google-captcha.php:
|
229 |
msgid "Support"
|
230 |
msgstr "支援"
|
231 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
232 |
#~ msgid "Public Key"
|
233 |
#~ msgstr "公開金鑰(Public Key)"
|
234 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-04-07 14:13+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft <support@bestwebsoft.com>\n"
|
8 |
"Language-Team: Nick Lai <nick20080808@gmail.com>\n"
|
17 |
"Plural-Forms: nplurals=1; plural=0;\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: google-captcha.php:32
|
21 |
+
#: google-captcha.php:229
|
22 |
msgid "Google Captcha Settings"
|
23 |
msgstr "reCAPTCHA 驗證碼設置"
|
24 |
|
25 |
+
#: google-captcha.php:32
|
26 |
msgid "Google Captcha"
|
27 |
msgstr "reCAPTCHA 驗證碼"
|
28 |
|
29 |
+
#: google-captcha.php:166
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
msgid "Site key"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: google-captcha.php:171
|
34 |
msgid "Secret Key"
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: google-captcha.php:179
|
38 |
msgid "Login form"
|
39 |
msgstr "登入頁"
|
40 |
|
41 |
+
#: google-captcha.php:180
|
42 |
msgid "Registration form"
|
43 |
msgstr "用戶註冊頁"
|
44 |
|
45 |
+
#: google-captcha.php:181
|
46 |
msgid "Reset password form"
|
47 |
msgstr "重設密碼頁"
|
48 |
|
49 |
+
#: google-captcha.php:182
|
50 |
msgid "Comments form"
|
51 |
msgstr "發表迴響框"
|
52 |
|
53 |
+
#: google-captcha.php:197
|
54 |
#, fuzzy
|
55 |
msgid "Enter site key"
|
56 |
msgstr "輸入私有密鑰"
|
57 |
|
58 |
+
#: google-captcha.php:198
|
59 |
+
#: google-captcha.php:204
|
60 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
61 |
msgstr "警告:如果你不填寫此欄,驗證碼將不會顯示。"
|
62 |
|
63 |
+
#: google-captcha.php:203
|
64 |
#, fuzzy
|
65 |
msgid "Enter secret key"
|
66 |
msgstr "輸入私有密鑰"
|
67 |
|
68 |
+
#: google-captcha.php:231
|
69 |
+
#: google-captcha.php:590
|
70 |
+
#: google-captcha.php:603
|
71 |
msgid "Settings"
|
72 |
msgstr "設定"
|
73 |
|
74 |
+
#: google-captcha.php:232
|
75 |
+
#: google-captcha.php:604
|
76 |
msgid "FAQ"
|
77 |
msgstr "常見問題"
|
78 |
|
79 |
+
#: google-captcha.php:234
|
80 |
msgid "Notice:"
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: google-captcha.php:234
|
84 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: google-captcha.php:235
|
88 |
msgid "Settings saved"
|
89 |
msgstr "設定已儲存"
|
90 |
|
91 |
+
#: google-captcha.php:239
|
92 |
msgid "Google Captcha version 2 will not work correctly, since the option \"allow_url_fopen\" is disabled in the PHP settings of your hosting."
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: google-captcha.php:240
|
96 |
msgid "Read more."
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: google-captcha.php:243
|
100 |
msgid "If you would like to add the Google Captcha to your own form, just copy and paste this shortcode to your post or page:"
|
101 |
msgstr "如果您想在自己的表格中加入reCAPTCHA驗證碼,只需貼上此代號到您的文章或頁面:"
|
102 |
|
103 |
+
#: google-captcha.php:245
|
104 |
msgid "Authentication"
|
105 |
msgstr "身份驗證"
|
106 |
|
107 |
+
#: google-captcha.php:246
|
108 |
#, php-format
|
109 |
msgid "Before you are able to do something, you must to register %s here %s"
|
110 |
msgstr "在開始使用本外掛之先,請到%s這裡%s註冊。"
|
111 |
|
112 |
+
#: google-captcha.php:247
|
113 |
#, fuzzy
|
114 |
msgid "Enter site key and secret key, that you get after registration."
|
115 |
msgstr "然後複製公開金鑰(Public Key)和私有密鑰(Private Key)到到以下方框。"
|
116 |
|
117 |
+
#: google-captcha.php:259
|
118 |
msgid "Options"
|
119 |
msgstr "選項"
|
120 |
|
121 |
+
#: google-captcha.php:262
|
122 |
msgid "Enable Google Captcha for:"
|
123 |
msgstr "在下列畫面及表格使用reCAPTCHA:"
|
124 |
|
125 |
+
#: google-captcha.php:272
|
126 |
+
#: google-captcha.php:275
|
127 |
+
#: google-captcha.php:279
|
128 |
msgid "Contact form"
|
129 |
msgstr "聯絡表格"
|
130 |
|
131 |
+
#: google-captcha.php:273
|
132 |
+
#: google-captcha.php:276
|
133 |
+
#: google-captcha.php:280
|
134 |
msgid "powered by"
|
135 |
msgstr "服務提供者:"
|
136 |
|
137 |
+
#: google-captcha.php:276
|
138 |
msgid "Activate contact form"
|
139 |
msgstr "啟用聯絡表格"
|
140 |
|
141 |
+
#: google-captcha.php:280
|
142 |
msgid "Download contact form"
|
143 |
msgstr "下載聯絡表格"
|
144 |
|
145 |
+
#: google-captcha.php:285
|
146 |
msgid "Hide captcha for:"
|
147 |
msgstr "為下列用戶隱藏驗證碼:"
|
148 |
|
149 |
+
#: google-captcha.php:293
|
150 |
msgid "reCAPTCHA version:"
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: google-captcha.php:295
|
154 |
+
#: google-captcha.php:296
|
155 |
msgid "version"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: google-captcha.php:301
|
159 |
+
#: google-captcha.php:314
|
160 |
msgid "Theme:"
|
161 |
msgstr "風格:"
|
162 |
|
163 |
+
#: google-captcha.php:302
|
164 |
+
#: google-captcha.php:315
|
165 |
msgid "for reCAPTCHA version"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: google-captcha.php:326
|
169 |
msgid "Save Changes"
|
170 |
msgstr "儲存變更"
|
171 |
|
172 |
+
#: google-captcha.php:376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
msgid "To use Google Captcha you must get the keys from"
|
174 |
msgstr "如要用reCAPTCHA驗證碼,你必須輸入兩組金鑰。您可以在這裡領取:"
|
175 |
|
176 |
+
#: google-captcha.php:377
|
177 |
msgid "here"
|
178 |
msgstr "點我"
|
179 |
|
180 |
+
#: google-captcha.php:378
|
181 |
msgid "and enter them on the"
|
182 |
msgstr "然後將他們輸入到"
|
183 |
|
184 |
+
#: google-captcha.php:380
|
185 |
msgid "plugin setting page"
|
186 |
msgstr "外掛設置頁"
|
187 |
|
188 |
+
#: google-captcha.php:397
|
189 |
+
#: google-captcha.php:434
|
190 |
msgid "Error: You have entered an incorrect CAPTCHA value."
|
191 |
msgstr "錯誤:您輸入的驗證碼不正確。"
|
192 |
|
193 |
+
#: google-captcha.php:502
|
194 |
+
#: google-captcha.php:512
|
195 |
+
#: google-captcha.php:521
|
196 |
+
msgid "Error"
|
197 |
+
msgstr ""
|
198 |
+
|
199 |
+
#: google-captcha.php:502
|
200 |
+
#: google-captcha.php:512
|
201 |
+
#: google-captcha.php:521
|
202 |
+
#, fuzzy
|
203 |
+
msgid "You have entered an incorrect CAPTCHA value."
|
204 |
+
msgstr "錯誤:您輸入的驗證碼不正確。"
|
205 |
+
|
206 |
+
#: google-captcha.php:563
|
207 |
+
#: google-captcha.php:568
|
208 |
msgid "Error: You have entered an incorrect CAPTCHA value. Click the BACK button on your browser, and try again."
|
209 |
msgstr "錯誤:您輸入的驗證碼不正確。請回到上一頁,然後重新輸入。"
|
210 |
|
211 |
+
#: google-captcha.php:605
|
212 |
msgid "Support"
|
213 |
msgstr "支援"
|
214 |
|
215 |
+
#~ msgid "requires"
|
216 |
+
#~ msgstr "必須填寫"
|
217 |
+
|
218 |
+
#~ msgid ""
|
219 |
+
#~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
|
220 |
+
#~ "and try again."
|
221 |
+
#~ msgstr "或更高,因此本外掛已被停用。請升級您的WordPress,然後再試一次。"
|
222 |
+
|
223 |
+
#~ msgid "Back to the WordPress"
|
224 |
+
#~ msgstr "回到WordPress"
|
225 |
+
|
226 |
+
#~ msgid "Plugins page"
|
227 |
+
#~ msgstr "外掛頁面"
|
228 |
+
|
229 |
+
#~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
230 |
+
#~ msgstr "如果你喜歡本外掛,請到WordPress給它五星評級!"
|
231 |
+
|
232 |
+
#~ msgid "Rate the plugin"
|
233 |
+
#~ msgstr "為外掛評分"
|
234 |
+
|
235 |
+
#~ msgid "If there is something wrong about it, please contact us"
|
236 |
+
#~ msgstr "如果對本外掛出現任何錯誤,歡迎與我們聯絡"
|
237 |
+
|
238 |
#~ msgid "Public Key"
|
239 |
#~ msgstr "公開金鑰(Public Key)"
|
240 |
|
lib_v2/license.txt
CHANGED
File without changes
|
lib_v2/recaptchalib.php
CHANGED
@@ -88,10 +88,21 @@ class ReCaptcha
|
|
88 |
*
|
89 |
* @return array response
|
90 |
*/
|
91 |
-
private function _submitHTTPGet($path, $data)
|
92 |
{
|
93 |
$req = $this->_encodeQS($data);
|
94 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
return $response;
|
96 |
}
|
97 |
|
88 |
*
|
89 |
* @return array response
|
90 |
*/
|
91 |
+
private function _submitHTTPGet( $path, $data )
|
92 |
{
|
93 |
$req = $this->_encodeQS($data);
|
94 |
+
if ( version_compare( phpversion(), '5.6', '<' ) ) {
|
95 |
+
$response = file_get_contents( $path . $req );
|
96 |
+
} else {
|
97 |
+
$ctx = array(
|
98 |
+
'ssl' => array(
|
99 |
+
'verify_peer' => false,
|
100 |
+
'verify_peer_name' => false,
|
101 |
+
'allow_self_signed' => true
|
102 |
+
)
|
103 |
+
);
|
104 |
+
$response = file_get_contents( $path . $req, false, stream_context_create( $ctx ) );
|
105 |
+
}
|
106 |
return $response;
|
107 |
}
|
108 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
|
|
3 |
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94
|
4 |
Tags: antispam, anti-spam, capcha, anti-spam security, arithmetic actions, captcha, captha, capcha, catcha, cpatcha, captcha theme, comment, digitize books, digitize newspapers, digitize radio shows, google, gogle, google captcha, login, lost password, re captcha, recaptcha, re-captcha, registration, shortcode, site keys, spam, text captcha.
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -44,6 +44,7 @@ There is also a premium version of the plugin <a href="http://bestwebsoft.com/pr
|
|
44 |
* Brazilian Portuguese (pt_BR) (thanks to <a href="mailto:epeetz@gmail.com">Elton Fernandes Peetz Prado</a>)
|
45 |
* Bulgarian (bg_BG) (thanks to <a href="mailto:me@ygeorgiev.com">Yasen Georgiev</a>)
|
46 |
* Chinese Traditional (zh_TW) (thanks to <a href="mailto:nick20080808@gmail.com">Nick Lai</a>)
|
|
|
47 |
* Greek (el) (thanks to Dimitris Karantonis, www.soft4real.com/en-UK)
|
48 |
* Polish (pl_PL) (thanks to <a href="mailto:ryszard.glegola@translanet.com">Ryszard Glegola</a>, www.translanet.com)
|
49 |
* Russian (ru_RU)
|
@@ -67,6 +68,8 @@ We can fix some things for free for the users who provide translation of our plu
|
|
67 |
3. Plugin settings are located in "BWS Plugins" > "Google Captcha".
|
68 |
4. Create a form in post and insert the shortcode [bws_google_captcha] into the form.
|
69 |
|
|
|
|
|
70 |
== Frequently Asked Questions ==
|
71 |
|
72 |
= How to get Google Captcha keys? =
|
@@ -147,6 +150,11 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
147 |
|
148 |
== Changelog ==
|
149 |
|
|
|
|
|
|
|
|
|
|
|
150 |
= V1.13 - 13.02.2015 =
|
151 |
* Bugfix : We fixed the vulnerability when entering the dashboard.
|
152 |
* NEW : The Greek language file is added.
|
@@ -212,6 +220,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
212 |
|
213 |
== Upgrade Notice ==
|
214 |
|
|
|
|
|
|
|
215 |
= V1.13 =
|
216 |
We fixed the vulnerability when entering the dashboard. The Greek language file is added.
|
217 |
|
3 |
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94
|
4 |
Tags: antispam, anti-spam, capcha, anti-spam security, arithmetic actions, captcha, captha, capcha, catcha, cpatcha, captcha theme, comment, digitize books, digitize newspapers, digitize radio shows, google, gogle, google captcha, login, lost password, re captcha, recaptcha, re-captcha, registration, shortcode, site keys, spam, text captcha.
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 4.2-beta4
|
7 |
+
Stable tag: 1.14
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
44 |
* Brazilian Portuguese (pt_BR) (thanks to <a href="mailto:epeetz@gmail.com">Elton Fernandes Peetz Prado</a>)
|
45 |
* Bulgarian (bg_BG) (thanks to <a href="mailto:me@ygeorgiev.com">Yasen Georgiev</a>)
|
46 |
* Chinese Traditional (zh_TW) (thanks to <a href="mailto:nick20080808@gmail.com">Nick Lai</a>)
|
47 |
+
* Italian (it_IT) (thanks to <a href="mailto:wart17@hotmail.com">Istvan</a>)
|
48 |
* Greek (el) (thanks to Dimitris Karantonis, www.soft4real.com/en-UK)
|
49 |
* Polish (pl_PL) (thanks to <a href="mailto:ryszard.glegola@translanet.com">Ryszard Glegola</a>, www.translanet.com)
|
50 |
* Russian (ru_RU)
|
68 |
3. Plugin settings are located in "BWS Plugins" > "Google Captcha".
|
69 |
4. Create a form in post and insert the shortcode [bws_google_captcha] into the form.
|
70 |
|
71 |
+
<a href="https://docs.google.com/document/d/1Nrccb-OLDN80yYjz_6-JPErdpZoslqfPV-g2IZ-GD0A/edit" target="_blank">View a Step-by-step Instruction on Google Captcha (reCAPTCHA) Installation</a>.
|
72 |
+
|
73 |
== Frequently Asked Questions ==
|
74 |
|
75 |
= How to get Google Captcha keys? =
|
150 |
|
151 |
== Changelog ==
|
152 |
|
153 |
+
= V1.14 - 07.04.2015 =
|
154 |
+
* Bugfix : Captcha work with comments forms with disabled javascript was fixed.
|
155 |
+
* Bugfix : Check reCaptcha v2 in PHP version 5.6 and above was fixed.
|
156 |
+
* NEW : The Italian language file is added.
|
157 |
+
|
158 |
= V1.13 - 13.02.2015 =
|
159 |
* Bugfix : We fixed the vulnerability when entering the dashboard.
|
160 |
* NEW : The Greek language file is added.
|
220 |
|
221 |
== Upgrade Notice ==
|
222 |
|
223 |
+
= V1.14 =
|
224 |
+
Captcha work with comments forms with disabled javascript was fixed. Check reCaptcha v2 in PHP version 5.6 and above was fixed. The Italian language file is added.
|
225 |
+
|
226 |
= V1.13 =
|
227 |
We fixed the vulnerability when entering the dashboard. The Greek language file is added.
|
228 |
|