Version Description
- 06.04.2017 =
- NEW : Czech language file is added.
- Bugfix : Bug with incorrect My Page Facebook button link was fixed.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Facebook Button by BestWebSoft |
Version | 2.54 |
Comparing to | |
See all releases |
Code changes from version 2.53 to 2.54
- bws_menu/bws_functions.php +18 -17
- bws_menu/bws_menu.php +21 -21
- bws_menu/class-bws-settings.php +39 -25
- bws_menu/css/general_style.css +138 -21
- bws_menu/css/style.css +4 -3
- bws_menu/css/tipTip.css +0 -113
- bws_menu/deprecated.php +12 -12
- bws_menu/fonts/bwsicons.eot +0 -0
- bws_menu/fonts/bwsicons.svg +72 -0
- bws_menu/fonts/bwsicons.ttf +0 -0
- bws_menu/fonts/bwsicons.woff +0 -0
- bws_menu/images/bestwebsoft-logo-white.svg +0 -29
- bws_menu/images/logo-white-min.png +0 -0
- bws_menu/images/shortcode-icon.png +0 -0
- bws_menu/js/general_script.js +29 -11
- bws_menu/js/jquery.tipTip.minified.js +0 -21
- bws_menu/js/shortcode-button.js +2 -2
- bws_menu/languages/bestwebsoft-cs_CZ.mo +0 -0
- bws_menu/languages/bestwebsoft-cs_CZ.po +567 -627
- bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
- bws_menu/languages/bestwebsoft-fr_FR.po +552 -588
- bws_menu/languages/bestwebsoft-pl_PL.mo +0 -0
- bws_menu/languages/bestwebsoft-pl_PL.po +412 -401
- bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
- bws_menu/languages/bestwebsoft-ru_RU.po +404 -394
- bws_menu/languages/bestwebsoft-uk.mo +0 -0
- bws_menu/languages/bestwebsoft-uk.po +405 -395
- bws_menu/product_list.php +98 -91
- facebook-button-plugin.php +8 -8
- includes/class-fcbkbttn-settings.php +3 -3
- languages/facebook-button-plugin-cs_CZ.mo +0 -0
- languages/facebook-button-plugin-cs_CZ.po +497 -0
- languages/facebook-button-plugin-es_ES.mo +0 -0
- languages/facebook-button-plugin-es_ES.po +82 -83
- languages/facebook-button-plugin-fi_FI.mo +0 -0
- languages/facebook-button-plugin-fi_FI.po +79 -80
- languages/facebook-button-plugin-fr_FR.mo +0 -0
- languages/facebook-button-plugin-fr_FR.po +79 -80
- languages/facebook-button-plugin-hu_HU.mo +0 -0
- languages/facebook-button-plugin-hu_HU.po +79 -80
- languages/facebook-button-plugin-id_ID.mo +0 -0
- languages/facebook-button-plugin-id_ID.po +79 -80
- languages/facebook-button-plugin-ru_RU.mo +0 -0
- languages/facebook-button-plugin-ru_RU.po +82 -80
- languages/facebook-button-plugin-tr_TR.mo +0 -0
- languages/facebook-button-plugin-tr_TR.po +81 -82
- languages/facebook-button-plugin-uk.mo +0 -0
- languages/facebook-button-plugin-uk.po +82 -80
- readme.txt +50 -38
bws_menu/bws_functions.php
CHANGED
@@ -100,11 +100,11 @@ if ( ! function_exists( 'bws_plugin_reviews_block' ) ) {
|
|
100 |
</div>
|
101 |
<div class="bws-plugin-reviews-support">
|
102 |
<?php _e( 'Need help?', 'bestwebsoft' ); ?>
|
103 |
-
<a href="
|
104 |
</div>
|
105 |
<div class="bws-plugin-reviews-donate">
|
106 |
<?php _e( 'Want to support the plugin?', 'bestwebsoft' ); ?>
|
107 |
-
<a href="
|
108 |
</div>
|
109 |
</div>
|
110 |
<?php }
|
@@ -124,7 +124,7 @@ if ( ! function_exists ( 'bws_plugin_update_row' ) ) {
|
|
124 |
<div class="update-message' . $div_class . '"' . $style . '>';
|
125 |
if ( $wp_version >= 4.6 )
|
126 |
echo '<p>';
|
127 |
-
echo '<strong>' . __( 'WARNING: Illegal use notification', 'bestwebsoft' ) . '.</strong> ' . __( 'You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated.', 'bestwebsoft' ) . ' <a target="_blank" href="
|
128 |
if ( $wp_version >= 4.6 )
|
129 |
echo '</p>';
|
130 |
echo '</div>
|
@@ -141,9 +141,9 @@ if ( ! function_exists ( 'bws_plugin_update_row' ) ) {
|
|
141 |
if ( $wp_version >= 4.6 )
|
142 |
echo '<p>';
|
143 |
if ( isset( $bstwbsftwppdtplgns_options['trial'][ $plugin_key ] ) && $link_slug != false ) {
|
144 |
-
echo __( 'Notice: Your Pro Trial license has expired. To continue using the plugin, you should buy a Pro license', 'bestwebsoft' ) . ' - <a href="
|
145 |
} else {
|
146 |
-
echo __( 'Your license has expired. To continue getting top-priority support and plugin updates, you should extend it.', 'bestwebsoft' ) . ' <a target="_new" href="
|
147 |
}
|
148 |
if ( $wp_version >= 4.6 )
|
149 |
echo '</p>';
|
@@ -204,7 +204,7 @@ if ( ! function_exists( 'bws_admin_notices' ) ) {
|
|
204 |
<img title="" src="<?php echo esc_attr( $bws_plugin_banner_to_settings[0]['banner_url'] ); ?>" alt="" />
|
205 |
</div>
|
206 |
<div class="text">
|
207 |
-
<strong><?php
|
208 |
<?php _e( "Let's get started", 'bestwebsoft' ); ?>:
|
209 |
<a href="<?php echo $bws_plugin_banner_to_settings[0]['settings_url']; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
|
210 |
<?php if ( false != $bws_plugin_banner_to_settings[0]['post_type_url'] ) { ?>
|
@@ -336,7 +336,7 @@ if ( ! function_exists( 'bws_plugin_banner' ) ) {
|
|
336 |
<span><?php _e( 'Extend standard plugin functionality with new great options.', 'bestwebsoft' ); ?></span>
|
337 |
</div>
|
338 |
<div class="button_div">
|
339 |
-
<a class="button" target="_blank" href="
|
340 |
</div>
|
341 |
</div>
|
342 |
</div>
|
@@ -379,7 +379,7 @@ if ( ! function_exists ( 'bws_plugin_banner_timeout' ) ) {
|
|
379 |
<div class="icon">
|
380 |
<img title="" src="<?php echo $banner_url; ?>" alt="" />
|
381 |
</div>
|
382 |
-
<div class="text"><?php printf( __( "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY SUPPORT or UPDATES.", 'bestwebsoft' ), '<strong>' . $plugin_name . '</strong>', $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ); ?> <a target="_new" href="
|
383 |
</div>
|
384 |
</div>
|
385 |
<?php }
|
@@ -474,9 +474,9 @@ if ( ! function_exists( 'bws_plugin_suggest_feature_banner' ) ) {
|
|
474 |
<img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
|
475 |
</div>
|
476 |
<div class="text">
|
477 |
-
<strong><?php
|
478 |
<?php _e( "If you have a feature, suggestion or idea you'd like to see in the plugin, we'd love to hear about it!", 'bestwebsoft' ); ?>
|
479 |
-
<a target="_blank" href="
|
480 |
</div>
|
481 |
<form action="" method="post">
|
482 |
<button class="notice-dismiss bws_hide_settings_notice" title="<?php _e( 'Close notice', 'bestwebsoft' ); ?>"></button>
|
@@ -561,10 +561,13 @@ if ( ! function_exists ( 'bws_plugins_admin_init' ) ) {
|
|
561 |
|
562 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
|
563 |
function bws_admin_enqueue_scripts() {
|
|
|
|
|
|
|
|
|
|
|
564 |
wp_enqueue_style( 'bws-admin-css', bws_menu_url( 'css/general_style.css' ) );
|
565 |
-
|
566 |
-
wp_enqueue_script( 'jquery.tipTip.minified.js', bws_menu_url( 'js/jquery.tipTip.minified.js' ) );
|
567 |
-
wp_enqueue_script( 'bws-admin-scripts', bws_menu_url( 'js/general_script.js' ), array( 'jquery' ) );
|
568 |
|
569 |
if ( isset( $_GET['page'] ) && ( in_array( $_GET['page'], array( 'bws_panel', 'bws_themes', 'bws_system_status' ) ) || strpos( $_GET['page'], '-bws-panel' ) ) ) {
|
570 |
wp_enqueue_style( 'bws_menu_style', bws_menu_url( 'css/style.css' ) );
|
@@ -627,7 +630,6 @@ if ( ! function_exists ( 'bws_plugins_admin_head' ) ) {
|
|
627 |
var bws_shortcode_button = {
|
628 |
'label': '<?php esc_attr_e( "Add BWS Shortcode", "bestwebsoft" ); ?>',
|
629 |
'title': '<?php esc_attr_e( "Add BWS Plugins Shortcode", "bestwebsoft" ); ?>',
|
630 |
-
'icon_url': '<?php echo bws_menu_url( "images/shortcode-icon.png" ); ?>',
|
631 |
'function_name': [
|
632 |
<?php foreach ( $bws_shortcode_list as $key => $value ) {
|
633 |
if ( isset( $value['js_function'] ) )
|
@@ -909,7 +911,7 @@ if ( ! function_exists( 'bws_add_help_box' ) ) {
|
|
909 |
/* add help tab */
|
910 |
if ( ! function_exists( 'bws_help_tab' ) ) {
|
911 |
function bws_help_tab( $screen, $args ) {
|
912 |
-
$url = ( ! empty( $args['section'] ) ) ? '
|
913 |
|
914 |
$content = '<p><a href="' . $url . '" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' ) . '</a></p>';
|
915 |
|
@@ -925,7 +927,7 @@ if ( ! function_exists( 'bws_help_tab' ) ) {
|
|
925 |
'<p><strong>' . __( 'For more information:', 'bestwebsoft' ) . '</strong></p>' .
|
926 |
'<p><a href="https://drive.google.com/folderview?id=0B5l8lO-CaKt9VGh0a09vUjNFNjA&usp=sharing#list" target="_blank">' . __( 'Documentation', 'bestwebsoft' ) . '</a></p>' .
|
927 |
'<p><a href="http://www.youtube.com/user/bestwebsoft/playlists?flow=grid&sort=da&view=1" target="_blank">' . __( 'Video Instructions', 'bestwebsoft' ) . '</a></p>' .
|
928 |
-
'<p><a href="
|
929 |
);
|
930 |
}
|
931 |
}
|
@@ -972,7 +974,6 @@ if ( ! function_exists( 'bws_enqueue_custom_code_php' ) ) {
|
|
972 |
$blog_id = get_current_blog_id();
|
973 |
|
974 |
if ( ! $is_multisite && ! empty( $bstwbsftwppdtplgns_options['custom_code']['bws-custom-code.php'] ) ) {
|
975 |
-
|
976 |
if ( file_exists( $bstwbsftwppdtplgns_options['custom_code']['bws-custom-code.php'] ) ) {
|
977 |
if ( ! defined( 'BWS_GLOBAL' ) )
|
978 |
define( 'BWS_GLOBAL', true );
|
100 |
</div>
|
101 |
<div class="bws-plugin-reviews-support">
|
102 |
<?php _e( 'Need help?', 'bestwebsoft' ); ?>
|
103 |
+
<a href="https://support.bestwebsoft.com"><?php _e( 'Visit Help Center', 'bestwebsoft' ); ?></a>
|
104 |
</div>
|
105 |
<div class="bws-plugin-reviews-donate">
|
106 |
<?php _e( 'Want to support the plugin?', 'bestwebsoft' ); ?>
|
107 |
+
<a href="https://bestwebsoft.com/donate/"><?php _e( 'Donate', 'bestwebsoft' ); ?></a>
|
108 |
</div>
|
109 |
</div>
|
110 |
<?php }
|
124 |
<div class="update-message' . $div_class . '"' . $style . '>';
|
125 |
if ( $wp_version >= 4.6 )
|
126 |
echo '<p>';
|
127 |
+
echo '<strong>' . __( 'WARNING: Illegal use notification', 'bestwebsoft' ) . '.</strong> ' . __( 'You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated.', 'bestwebsoft' ) . ' <a target="_blank" href="https://support.bestwebsoft.com/hc/en-us/articles/204240089">' . __( 'Learn More', 'bestwebsoft' ) . '</a>';
|
128 |
if ( $wp_version >= 4.6 )
|
129 |
echo '</p>';
|
130 |
echo '</div>
|
141 |
if ( $wp_version >= 4.6 )
|
142 |
echo '<p>';
|
143 |
if ( isset( $bstwbsftwppdtplgns_options['trial'][ $plugin_key ] ) && $link_slug != false ) {
|
144 |
+
echo __( 'Notice: Your Pro Trial license has expired. To continue using the plugin, you should buy a Pro license', 'bestwebsoft' ) . ' - <a href="https://bestwebsoft.com/products/wordpress/plugins/' . $link_slug .'/">https://bestwebsoft.com/products/wordpress/plugins/' . $link_slug . '/</a>';
|
145 |
} else {
|
146 |
+
echo __( 'Your license has expired. To continue getting top-priority support and plugin updates, you should extend it.', 'bestwebsoft' ) . ' <a target="_new" href="https://support.bestwebsoft.com/entries/53487136">' . __( "Learn more", 'bestwebsoft' ) . '</a>';
|
147 |
}
|
148 |
if ( $wp_version >= 4.6 )
|
149 |
echo '</p>';
|
204 |
<img title="" src="<?php echo esc_attr( $bws_plugin_banner_to_settings[0]['banner_url'] ); ?>" alt="" />
|
205 |
</div>
|
206 |
<div class="text">
|
207 |
+
<strong><?php printf( __( 'Thank you for installing %s plugin!', 'bestwebsoft' ), $bws_plugin_banner_to_settings[0]['plugin_info']['Name'] ); ?> </strong><br />
|
208 |
<?php _e( "Let's get started", 'bestwebsoft' ); ?>:
|
209 |
<a href="<?php echo $bws_plugin_banner_to_settings[0]['settings_url']; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
|
210 |
<?php if ( false != $bws_plugin_banner_to_settings[0]['post_type_url'] ) { ?>
|
336 |
<span><?php _e( 'Extend standard plugin functionality with new great options.', 'bestwebsoft' ); ?></span>
|
337 |
</div>
|
338 |
<div class="button_div">
|
339 |
+
<a class="button" target="_blank" href="https://bestwebsoft.com/products/wordpress/plugins/<?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>
|
340 |
</div>
|
341 |
</div>
|
342 |
</div>
|
379 |
<div class="icon">
|
380 |
<img title="" src="<?php echo $banner_url; ?>" alt="" />
|
381 |
</div>
|
382 |
+
<div class="text"><?php printf( __( "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY SUPPORT or UPDATES.", 'bestwebsoft' ), '<strong>' . $plugin_name . '</strong>', $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ); ?> <a target="_new" href="https://support.bestwebsoft.com/entries/53487136"><?php _e( "Learn more", 'bestwebsoft' ); ?></a></div>
|
383 |
</div>
|
384 |
</div>
|
385 |
<?php }
|
474 |
<img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
|
475 |
</div>
|
476 |
<div class="text">
|
477 |
+
<strong><?php printf( __( 'Thank you for choosing %s plugin!', 'bestwebsoft' ), $plugin_info['Name'] ); ?></strong><br />
|
478 |
<?php _e( "If you have a feature, suggestion or idea you'd like to see in the plugin, we'd love to hear about it!", 'bestwebsoft' ); ?>
|
479 |
+
<a target="_blank" href="https://support.bestwebsoft.com/hc/en-us/requests/new"><?php _e( 'Suggest a Feature', 'bestwebsoft' ); ?></a>
|
480 |
</div>
|
481 |
<form action="" method="post">
|
482 |
<button class="notice-dismiss bws_hide_settings_notice" title="<?php _e( 'Close notice', 'bestwebsoft' ); ?>"></button>
|
561 |
|
562 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
|
563 |
function bws_admin_enqueue_scripts() {
|
564 |
+
global $wp_scripts;
|
565 |
+
|
566 |
+
$jquery_version = isset( $wp_scripts->registered['jquery-ui-core']->ver ) ? $wp_scripts->registered['jquery-ui-core']->ver : '1.12.1';
|
567 |
+
|
568 |
+
wp_enqueue_style( 'jquery-ui-style', '//code.jquery.com/ui/' . $jquery_version . '/themes/smoothness/jquery-ui.min.css', array(), $jquery_version );
|
569 |
wp_enqueue_style( 'bws-admin-css', bws_menu_url( 'css/general_style.css' ) );
|
570 |
+
wp_enqueue_script( 'bws-admin-scripts', bws_menu_url( 'js/general_script.js' ), array( 'jquery', 'jquery-ui-tooltip' ) );
|
|
|
|
|
571 |
|
572 |
if ( isset( $_GET['page'] ) && ( in_array( $_GET['page'], array( 'bws_panel', 'bws_themes', 'bws_system_status' ) ) || strpos( $_GET['page'], '-bws-panel' ) ) ) {
|
573 |
wp_enqueue_style( 'bws_menu_style', bws_menu_url( 'css/style.css' ) );
|
630 |
var bws_shortcode_button = {
|
631 |
'label': '<?php esc_attr_e( "Add BWS Shortcode", "bestwebsoft" ); ?>',
|
632 |
'title': '<?php esc_attr_e( "Add BWS Plugins Shortcode", "bestwebsoft" ); ?>',
|
|
|
633 |
'function_name': [
|
634 |
<?php foreach ( $bws_shortcode_list as $key => $value ) {
|
635 |
if ( isset( $value['js_function'] ) )
|
911 |
/* add help tab */
|
912 |
if ( ! function_exists( 'bws_help_tab' ) ) {
|
913 |
function bws_help_tab( $screen, $args ) {
|
914 |
+
$url = ( ! empty( $args['section'] ) ) ? 'https://support.bestwebsoft.com/hc/en-us/sections/' . $args['section'] : 'https://support.bestwebsoft.com/';
|
915 |
|
916 |
$content = '<p><a href="' . $url . '" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' ) . '</a></p>';
|
917 |
|
927 |
'<p><strong>' . __( 'For more information:', 'bestwebsoft' ) . '</strong></p>' .
|
928 |
'<p><a href="https://drive.google.com/folderview?id=0B5l8lO-CaKt9VGh0a09vUjNFNjA&usp=sharing#list" target="_blank">' . __( 'Documentation', 'bestwebsoft' ) . '</a></p>' .
|
929 |
'<p><a href="http://www.youtube.com/user/bestwebsoft/playlists?flow=grid&sort=da&view=1" target="_blank">' . __( 'Video Instructions', 'bestwebsoft' ) . '</a></p>' .
|
930 |
+
'<p><a href="https://support.bestwebsoft.com/hc/en-us/requests/new" target="_blank">' . __( 'Submit a Request', 'bestwebsoft' ) . '</a></p>'
|
931 |
);
|
932 |
}
|
933 |
}
|
974 |
$blog_id = get_current_blog_id();
|
975 |
|
976 |
if ( ! $is_multisite && ! empty( $bstwbsftwppdtplgns_options['custom_code']['bws-custom-code.php'] ) ) {
|
|
|
977 |
if ( file_exists( $bstwbsftwppdtplgns_options['custom_code']['bws-custom-code.php'] ) ) {
|
978 |
if ( ! defined( 'BWS_GLOBAL' ) )
|
979 |
define( 'BWS_GLOBAL', true );
|
bws_menu/bws_menu.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
-
* Version:
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
@@ -37,7 +37,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
37 |
$sitewide_active_plugins = ( function_exists( 'is_multisite' ) && is_multisite() ) ? get_site_option( 'active_sitewide_plugins' ) : array();
|
38 |
$update_availible_all = get_site_transient( 'update_plugins' );
|
39 |
|
40 |
-
$plugin_category = isset( $_GET['category'] ) ? $_GET['category'] : 'all';
|
41 |
|
42 |
if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || ! isset( $_GET['sub'] ) ) {
|
43 |
$bws_plugins_update_availible = $bws_plugins_expired = array();
|
@@ -53,14 +53,16 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
53 |
$is_pro_installed = array_key_exists( $value_plugin['pro_version'], $all_plugins );
|
54 |
}
|
55 |
/* check update_availible */
|
56 |
-
if ( $
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
|
|
|
|
64 |
}
|
65 |
/* check expired */
|
66 |
if ( $is_pro_installed && isset( $bstwbsftwppdtplgns_options['time_out'][ $value_plugin['pro_version'] ] ) &&
|
@@ -117,7 +119,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
117 |
$raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/update-check/1.0/', $options );
|
118 |
|
119 |
if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
|
120 |
-
$error = __( "Something went wrong. Please try again later. If the error appears again, please contact us", 'bestwebsoft' ) . ' <a href="
|
121 |
} else {
|
122 |
$response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
|
123 |
if ( is_array( $response ) && !empty( $response ) ) {
|
@@ -125,11 +127,11 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
125 |
if ( "wrong_license_key" == $value->package ) {
|
126 |
$error = __( "Wrong license key.", 'bestwebsoft' );
|
127 |
} elseif ( "wrong_domain" == $value->package ) {
|
128 |
-
$error = __( 'This license key is bound to another site. Change it via personal Client Area.', 'bestwebsoft' ) . '<a target="_blank" href="
|
129 |
} elseif ( "you_are_banned" == $value->package ) {
|
130 |
$error = __( "Unfortunately, you have exceeded the number of available tries per day.", 'bestwebsoft' );
|
131 |
} elseif ( "time_out" == $value->package ) {
|
132 |
-
$error = sprintf( __( "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates, you should extend it in your %s", 'bestwebsoft' ), ' <a href="
|
133 |
} elseif ( "duplicate_domen_for_trial" == $value->package ) {
|
134 |
$error = __( "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once.", 'bestwebsoft' );
|
135 |
} elseif ( is_array( $value->package ) && ! empty( $value->package ) ) {
|
@@ -171,7 +173,6 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
171 |
if ( empty( $sql_mode ) )
|
172 |
$sql_mode = __( 'Not set', 'bestwebsoft' );
|
173 |
|
174 |
-
$safe_mode = ( ini_get( 'safe_mode' ) ) ? __( 'On', 'bestwebsoft' ) : __( 'Off', 'bestwebsoft' );
|
175 |
$allow_url_fopen = ( ini_get( 'allow_url_fopen' ) ) ? __( 'On', 'bestwebsoft' ) : __( 'Off', 'bestwebsoft' );
|
176 |
$upload_max_filesize = ( ini_get( 'upload_max_filesize' ) )? ini_get( 'upload_max_filesize' ) : __( 'N/A', 'bestwebsoft' );
|
177 |
$post_max_size = ( ini_get( 'post_max_size' ) ) ? ini_get( 'post_max_size' ) : __( 'N/A', 'bestwebsoft' );
|
@@ -208,7 +209,6 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
208 |
__( 'Operating System', 'bestwebsoft' ) => PHP_OS,
|
209 |
__( 'Server', 'bestwebsoft' ) => $_SERVER["SERVER_SOFTWARE"],
|
210 |
__( 'PHP Version', 'bestwebsoft' ) => PHP_VERSION,
|
211 |
-
__( 'PHP Safe Mode', 'bestwebsoft' ) => $safe_mode,
|
212 |
__( 'PHP Allow URL fopen', 'bestwebsoft' ) => $allow_url_fopen,
|
213 |
__( 'PHP Memory Limit', 'bestwebsoft' ) => $memory_limit,
|
214 |
__( 'Memory Usage', 'bestwebsoft' ) => $memory_usage,
|
@@ -296,7 +296,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
296 |
<div class="bws-header">
|
297 |
<div class="bws-title">
|
298 |
<a href="<?php echo ( $is_main_page ) ? self_admin_url( 'admin.php?page=bws_panel' ) : self_admin_url( 'admin.php?page=' . $page ); ?>">
|
299 |
-
<
|
300 |
BestWebSoft
|
301 |
<span>panel</span>
|
302 |
</a>
|
@@ -314,8 +314,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
314 |
<?php } ?>
|
315 |
</div>
|
316 |
<div class="bws-help-links-wrapper">
|
317 |
-
<a href="<?php echo esc_url( '
|
318 |
-
<a href="<?php echo esc_url( '
|
319 |
</div>
|
320 |
<div class="clear"></div>
|
321 |
</div>
|
@@ -325,7 +325,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
325 |
<div class="bws-membership">
|
326 |
<div class="bws-membership-title"><?php printf( __( 'Get Access to %s+ Premium Plugins', 'bestwebsoft' ), '30' ); ?></div>
|
327 |
<form class="bws-membership-form" method="post" action="">
|
328 |
-
<span class="bws-membership-link"><a target="_blank" href="
|
329 |
<?php if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) &&
|
330 |
'5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
|
331 |
$bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
|
@@ -525,7 +525,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
525 |
}
|
526 |
|
527 |
if ( ! empty( $value_plugin['expired'] ) ) {
|
528 |
-
echo ' - <a class="bws-update-now" href="
|
529 |
} elseif ( ! empty( $value_plugin['update_availible'] ) ) {
|
530 |
$r = $update_availible_all->response[ $value_plugin['update_availible'] ];
|
531 |
echo ' - <a class="bws-update-now" href="' . wp_nonce_url( self_admin_url( 'update.php?action=upgrade-plugin&plugin=' ) . $value_plugin['update_availible'], 'upgrade-plugin_' . $value_plugin['update_availible'] ) . '" class="update-link" aria-label="' . sprintf( __( 'Update to v %s', 'bestwebsoft' ), $r->new_version ) . '">' . sprintf( __( 'Update to v %s', 'bestwebsoft' ), $r->new_version ) . '</a>';
|
@@ -550,7 +550,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
550 |
<?php }
|
551 |
}
|
552 |
} else { ?>
|
553 |
-
<a class="bws_donate" href="
|
554 |
<?php }
|
555 |
|
556 |
if ( $is_pro_active ) { ?>
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
+
* Version: 2.0.6
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
37 |
$sitewide_active_plugins = ( function_exists( 'is_multisite' ) && is_multisite() ) ? get_site_option( 'active_sitewide_plugins' ) : array();
|
38 |
$update_availible_all = get_site_transient( 'update_plugins' );
|
39 |
|
40 |
+
$plugin_category = isset( $_GET['category'] ) ? esc_html( $_GET['category'] ) : 'all';
|
41 |
|
42 |
if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || ! isset( $_GET['sub'] ) ) {
|
43 |
$bws_plugins_update_availible = $bws_plugins_expired = array();
|
53 |
$is_pro_installed = array_key_exists( $value_plugin['pro_version'], $all_plugins );
|
54 |
}
|
55 |
/* check update_availible */
|
56 |
+
if ( ! empty( $update_availible_all ) && ! empty( $update_availible_all->response ) ) {
|
57 |
+
if ( $is_pro_installed && array_key_exists( $value_plugin['pro_version'], $update_availible_all->response ) ) {
|
58 |
+
unset( $bws_plugins[ $key_plugin ] );
|
59 |
+
$value_plugin['update_availible'] = $value_plugin['pro_version'];
|
60 |
+
$bws_plugins_update_availible[ $key_plugin ] = $value_plugin;
|
61 |
+
} else if ( $is_installed && array_key_exists( $key_plugin, $update_availible_all->response ) ) {
|
62 |
+
unset( $bws_plugins[ $key_plugin ] );
|
63 |
+
$value_plugin['update_availible'] = $key_plugin;
|
64 |
+
$bws_plugins_update_availible[ $key_plugin ] = $value_plugin;
|
65 |
+
}
|
66 |
}
|
67 |
/* check expired */
|
68 |
if ( $is_pro_installed && isset( $bstwbsftwppdtplgns_options['time_out'][ $value_plugin['pro_version'] ] ) &&
|
119 |
$raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/update-check/1.0/', $options );
|
120 |
|
121 |
if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
|
122 |
+
$error = __( "Something went wrong. Please try again later. If the error appears again, please contact us", 'bestwebsoft' ) . ' <a href="https://support.bestwebsoft.com">BestWebSoft</a>. ' . __( "We are sorry for inconvenience.", 'bestwebsoft' );
|
123 |
} else {
|
124 |
$response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
|
125 |
if ( is_array( $response ) && !empty( $response ) ) {
|
127 |
if ( "wrong_license_key" == $value->package ) {
|
128 |
$error = __( "Wrong license key.", 'bestwebsoft' );
|
129 |
} elseif ( "wrong_domain" == $value->package ) {
|
130 |
+
$error = __( 'This license key is bound to another site. Change it via personal Client Area.', 'bestwebsoft' ) . '<a target="_blank" href="https://bestwebsoft.com/client-area">' . __( 'Log in', 'bestwebsoft' ) . '</a>';
|
131 |
} elseif ( "you_are_banned" == $value->package ) {
|
132 |
$error = __( "Unfortunately, you have exceeded the number of available tries per day.", 'bestwebsoft' );
|
133 |
} elseif ( "time_out" == $value->package ) {
|
134 |
+
$error = sprintf( __( "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates, you should extend it in your %s", 'bestwebsoft' ), ' <a href="https://bestwebsoft.com/client-area">Client Area</a>' );
|
135 |
} elseif ( "duplicate_domen_for_trial" == $value->package ) {
|
136 |
$error = __( "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once.", 'bestwebsoft' );
|
137 |
} elseif ( is_array( $value->package ) && ! empty( $value->package ) ) {
|
173 |
if ( empty( $sql_mode ) )
|
174 |
$sql_mode = __( 'Not set', 'bestwebsoft' );
|
175 |
|
|
|
176 |
$allow_url_fopen = ( ini_get( 'allow_url_fopen' ) ) ? __( 'On', 'bestwebsoft' ) : __( 'Off', 'bestwebsoft' );
|
177 |
$upload_max_filesize = ( ini_get( 'upload_max_filesize' ) )? ini_get( 'upload_max_filesize' ) : __( 'N/A', 'bestwebsoft' );
|
178 |
$post_max_size = ( ini_get( 'post_max_size' ) ) ? ini_get( 'post_max_size' ) : __( 'N/A', 'bestwebsoft' );
|
209 |
__( 'Operating System', 'bestwebsoft' ) => PHP_OS,
|
210 |
__( 'Server', 'bestwebsoft' ) => $_SERVER["SERVER_SOFTWARE"],
|
211 |
__( 'PHP Version', 'bestwebsoft' ) => PHP_VERSION,
|
|
|
212 |
__( 'PHP Allow URL fopen', 'bestwebsoft' ) => $allow_url_fopen,
|
213 |
__( 'PHP Memory Limit', 'bestwebsoft' ) => $memory_limit,
|
214 |
__( 'Memory Usage', 'bestwebsoft' ) => $memory_usage,
|
296 |
<div class="bws-header">
|
297 |
<div class="bws-title">
|
298 |
<a href="<?php echo ( $is_main_page ) ? self_admin_url( 'admin.php?page=bws_panel' ) : self_admin_url( 'admin.php?page=' . $page ); ?>">
|
299 |
+
<span class="bws-logo bwsicons bwsicons-bws-logo"></span>
|
300 |
BestWebSoft
|
301 |
<span>panel</span>
|
302 |
</a>
|
314 |
<?php } ?>
|
315 |
</div>
|
316 |
<div class="bws-help-links-wrapper">
|
317 |
+
<a href="<?php echo esc_url( 'https://support.bestwebsoft.com' ); ?>" target="_blank"><?php _e( 'Support', 'bestwebsoft' ); ?></a>
|
318 |
+
<a href="<?php echo esc_url( 'https://bestwebsoft.com/client-area' ); ?>" target="_blank" title="<?php _e( 'Manage purchased licenses & subscriptions', 'bestwebsoft' ); ?>">Client Area</a>
|
319 |
</div>
|
320 |
<div class="clear"></div>
|
321 |
</div>
|
325 |
<div class="bws-membership">
|
326 |
<div class="bws-membership-title"><?php printf( __( 'Get Access to %s+ Premium Plugins', 'bestwebsoft' ), '30' ); ?></div>
|
327 |
<form class="bws-membership-form" method="post" action="">
|
328 |
+
<span class="bws-membership-link"><a target="_blank" href="https://bestwebsoft.com/membership/"><?php _e( 'Subscribe to Pro Membership', 'bestwebsoft' ); ?></a> <?php _e( 'or', 'bestwebsoft' ); ?></span>
|
329 |
<?php if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) &&
|
330 |
'5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
|
331 |
$bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
|
525 |
}
|
526 |
|
527 |
if ( ! empty( $value_plugin['expired'] ) ) {
|
528 |
+
echo ' - <a class="bws-update-now" href="https://support.bestwebsoft.com/hc/en-us/articles/202356359" target="_blank">' . __( 'Renew to get updates', 'bestwebsoft' ) . '</a>';
|
529 |
} elseif ( ! empty( $value_plugin['update_availible'] ) ) {
|
530 |
$r = $update_availible_all->response[ $value_plugin['update_availible'] ];
|
531 |
echo ' - <a class="bws-update-now" href="' . wp_nonce_url( self_admin_url( 'update.php?action=upgrade-plugin&plugin=' ) . $value_plugin['update_availible'], 'upgrade-plugin_' . $value_plugin['update_availible'] ) . '" class="update-link" aria-label="' . sprintf( __( 'Update to v %s', 'bestwebsoft' ), $r->new_version ) . '">' . sprintf( __( 'Update to v %s', 'bestwebsoft' ), $r->new_version ) . '</a>';
|
550 |
<?php }
|
551 |
}
|
552 |
} else { ?>
|
553 |
+
<a class="bws_donate" href="https://bestwebsoft.com/donate/" target="_blank"><?php _e( 'Donate', 'bestwebsoft' ); ?></a> <span>|</span>
|
554 |
<?php }
|
555 |
|
556 |
if ( $is_pro_active ) { ?>
|
bws_menu/class-bws-settings.php
CHANGED
@@ -27,7 +27,8 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
27 |
public $link_key;
|
28 |
public $link_pn;
|
29 |
public $is_trial = false;
|
30 |
-
public $trial_days;
|
|
|
31 |
|
32 |
public $forbid_view = false;
|
33 |
public $change_permission_attr = '';
|
@@ -154,9 +155,9 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
154 |
}
|
155 |
$license_status .= '. <a target="_blank" href="' . $this->plugins_info['PluginURI'] . '">' . __( 'Upgrade to Pro', 'bestwebsoft' ) . '</a>';
|
156 |
} else {
|
157 |
-
$license_type = 'Pro';
|
158 |
if ( $finish < $today ) {
|
159 |
-
$license_status = sprintf( __( 'Expired on %s', 'bestwebsoft' ), $bstwbsftwppdtplgns_options['time_out'][ $this->plugin_basename ] ) . '. <a target="_blank" href="
|
160 |
} else {
|
161 |
$license_status = __( 'Active', 'bestwebsoft' );
|
162 |
}
|
@@ -485,10 +486,11 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
485 |
|
486 |
if ( ! empty( $newcontent ) && isset( $_POST["bws_custom_{$extension}_active"] ) ) {
|
487 |
$this->custom_code_args["is_{$extension}_active"] = true;
|
488 |
-
if ( $this->is_multisite )
|
489 |
-
$bstwbsftwppdtplgns_options['custom_code'][ $this->custom_code_args['blog_id'] ][ $file ] = $this->upload_dir['baseurl'] . '/bws-custom-code/' . $file;
|
490 |
-
else
|
491 |
-
$bstwbsftwppdtplgns_options['custom_code'][ $file ] = $this->upload_dir['baseurl'] . '/bws-custom-code/' . $file;
|
|
|
492 |
} else {
|
493 |
$this->custom_code_args["is_{$extension}_active"] = false;
|
494 |
if ( $this->is_multisite ) {
|
@@ -538,7 +540,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
538 |
* action - Display custom options on the 'misc' tab
|
539 |
*/
|
540 |
do_action( __CLASS__ . '_additional_misc_options_affected' );
|
541 |
-
if ( ! empty( $this->pro_page ) ) { ?>
|
542 |
<tr>
|
543 |
<th scope="row"><?php _e( 'Pro Options', 'bestwebsoft' ); ?></th>
|
544 |
<td>
|
@@ -695,12 +697,22 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
695 |
if ( $this->pro_plugin_is_activated ) {
|
696 |
deactivate_plugins( $this->plugin_basename ); ?>
|
697 |
<script type="text/javascript">
|
698 |
-
|
699 |
-
|
700 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
701 |
</script>
|
702 |
<p><strong><?php _e( 'Congratulations! Pro license is activated successfully.', 'bestwebsoft' ); ?></strong></p>
|
703 |
-
<p><?php printf( __( 'You will be automatically redirected to the %s in
|
704 |
<?php } else {
|
705 |
$attr = '';
|
706 |
if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $this->bws_license_plugin ]['count'] ) &&
|
@@ -743,7 +755,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
743 |
<tr>
|
744 |
<th scope="row"><?php _e( 'Manage License Settings', 'bestwebsoft' ); ?></th>
|
745 |
<td>
|
746 |
-
<a class="button button-secondary" href="
|
747 |
<div class="bws_info">
|
748 |
<?php _e( 'Manage active licenses, download BWS products, and view your payment history using BestWebSoft Client Area.', 'bestwebsoft' ); ?>
|
749 |
</div>
|
@@ -785,14 +797,14 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
785 |
$to_send["plugins"][ $this->plugin_basename ]["bws_license_key"] = $bws_license_key;
|
786 |
$to_send["plugins"][ $this->plugin_basename ]["bws_illegal_client"] = true;
|
787 |
$options = array(
|
788 |
-
|
789 |
-
|
790 |
-
|
791 |
-
|
792 |
$raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/update-check/1.0/', $options );
|
793 |
|
794 |
if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
|
795 |
-
$error = __( 'Something went wrong. Please try again later. If the error appears again, please contact us', 'bestwebsoft' ) . ': <a href=
|
796 |
} else {
|
797 |
$response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
|
798 |
if ( is_array( $response ) && !empty( $response ) ) {
|
@@ -859,7 +871,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
859 |
}
|
860 |
}
|
861 |
} else {
|
862 |
-
$error = __( 'Something went wrong. Please try again later. If the error appears again, please contact us', 'bestwebsoft' ) . ' <a href=
|
863 |
}
|
864 |
}
|
865 |
}
|
@@ -883,7 +895,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
883 |
|
884 |
if ( ! array_key_exists( $bws_license_plugin, $this->all_plugins ) ) {
|
885 |
$current = get_site_transient( 'update_plugins' );
|
886 |
-
if (
|
887 |
$to_send = array();
|
888 |
$to_send["plugins"][ $bws_license_plugin ] = array();
|
889 |
$to_send["plugins"][ $bws_license_plugin ]["bws_license_key"] = $bws_license_key;
|
@@ -895,7 +907,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
895 |
$raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/update-check/1.0/', $options );
|
896 |
|
897 |
if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
|
898 |
-
$error = __( "Something went wrong. Please try again later. If the error appears again, please contact us", 'bestwebsoft' ) . ': <a href="
|
899 |
} else {
|
900 |
$response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
|
901 |
if ( is_array( $response ) && ! empty( $response ) ) {
|
@@ -907,7 +919,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
907 |
} elseif ( "you_are_banned" == $single_response->package ) {
|
908 |
$error = __( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' );
|
909 |
} elseif ( "time_out" == $single_response->package ) {
|
910 |
-
$error = sprintf( __( "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates, you should extend it in your %s", 'bestwebsoft' ), ' <a href="
|
911 |
} elseif ( "duplicate_domen_for_trial" == $single_response->package ) {
|
912 |
$error = __( "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once.", 'bestwebsoft' );
|
913 |
}
|
@@ -1028,9 +1040,11 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
1028 |
* @return array The action results
|
1029 |
*/
|
1030 |
public function help_phrase() {
|
1031 |
-
|
1032 |
-
|
1033 |
-
|
|
|
|
|
1034 |
if ( '' != $this->doc_video_link )
|
1035 |
echo '</a>' . ' ' . __( 'or', 'bestwebsoft' ) . ' ' . '<a href="' . $this->doc_video_link . '" target="_blank">' . __( 'Watch the Video', 'bestwebsoft' );
|
1036 |
echo '</a></div>';
|
27 |
public $link_key;
|
28 |
public $link_pn;
|
29 |
public $is_trial = false;
|
30 |
+
public $trial_days;
|
31 |
+
public $bws_hide_pro_option_exist = true;
|
32 |
|
33 |
public $forbid_view = false;
|
34 |
public $change_permission_attr = '';
|
155 |
}
|
156 |
$license_status .= '. <a target="_blank" href="' . $this->plugins_info['PluginURI'] . '">' . __( 'Upgrade to Pro', 'bestwebsoft' ) . '</a>';
|
157 |
} else {
|
158 |
+
$license_type = isset( $bstwbsftwppdtplgns_options['nonprofit'][ $this->plugin_basename ] ) ? 'Nonprofit Pro' : 'Pro';
|
159 |
if ( $finish < $today ) {
|
160 |
+
$license_status = sprintf( __( 'Expired on %s', 'bestwebsoft' ), $bstwbsftwppdtplgns_options['time_out'][ $this->plugin_basename ] ) . '. <a target="_blank" href="https://support.bestwebsoft.com/entries/53487136">' . __( 'Renew Now', 'bestwebsoft' ) . '</a>';
|
161 |
} else {
|
162 |
$license_status = __( 'Active', 'bestwebsoft' );
|
163 |
}
|
486 |
|
487 |
if ( ! empty( $newcontent ) && isset( $_POST["bws_custom_{$extension}_active"] ) ) {
|
488 |
$this->custom_code_args["is_{$extension}_active"] = true;
|
489 |
+
if ( $this->is_multisite ) {
|
490 |
+
$bstwbsftwppdtplgns_options['custom_code'][ $this->custom_code_args['blog_id'] ][ $file ] = ( 'php' == $extension ) ? $real_file : $this->upload_dir['baseurl'] . '/bws-custom-code/' . $file;
|
491 |
+
} else {
|
492 |
+
$bstwbsftwppdtplgns_options['custom_code'][ $file ] = ( 'php' == $extension ) ? $real_file : $this->upload_dir['baseurl'] . '/bws-custom-code/' . $file;
|
493 |
+
}
|
494 |
} else {
|
495 |
$this->custom_code_args["is_{$extension}_active"] = false;
|
496 |
if ( $this->is_multisite ) {
|
540 |
* action - Display custom options on the 'misc' tab
|
541 |
*/
|
542 |
do_action( __CLASS__ . '_additional_misc_options_affected' );
|
543 |
+
if ( ! empty( $this->pro_page ) && $this->bws_hide_pro_option_exist ) { ?>
|
544 |
<tr>
|
545 |
<th scope="row"><?php _e( 'Pro Options', 'bestwebsoft' ); ?></th>
|
546 |
<td>
|
697 |
if ( $this->pro_plugin_is_activated ) {
|
698 |
deactivate_plugins( $this->plugin_basename ); ?>
|
699 |
<script type="text/javascript">
|
700 |
+
(function($) {
|
701 |
+
var i = 7;
|
702 |
+
function bws_set_timeout() {
|
703 |
+
i--;
|
704 |
+
if ( 0 == i ) {
|
705 |
+
window.location.href = '<?php echo $this->pro_page; ?>';
|
706 |
+
} else {
|
707 |
+
$( '#bws_timeout_counter' ).text( i );
|
708 |
+
window.setTimeout( bws_set_timeout, 1000 );
|
709 |
+
}
|
710 |
+
}
|
711 |
+
window.setTimeout( bws_set_timeout, 1000 );
|
712 |
+
})(jQuery);
|
713 |
</script>
|
714 |
<p><strong><?php _e( 'Congratulations! Pro license is activated successfully.', 'bestwebsoft' ); ?></strong></p>
|
715 |
+
<p><?php printf( __( 'You will be automatically redirected to the %s in %s seconds.', 'bestwebsoft' ), '<a href="' . $this->pro_page . '">' . __( 'Settings page', 'bestwebsoft' ) . '</a>', '<span id="bws_timeout_counter">7</span>' ); ?></p>
|
716 |
<?php } else {
|
717 |
$attr = '';
|
718 |
if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $this->bws_license_plugin ]['count'] ) &&
|
755 |
<tr>
|
756 |
<th scope="row"><?php _e( 'Manage License Settings', 'bestwebsoft' ); ?></th>
|
757 |
<td>
|
758 |
+
<a class="button button-secondary" href="https://bestwebsoft.com/client-area" target="_blank"><?php _e( 'Login to Client Area', 'bestwebsoft' ); ?></a>
|
759 |
<div class="bws_info">
|
760 |
<?php _e( 'Manage active licenses, download BWS products, and view your payment history using BestWebSoft Client Area.', 'bestwebsoft' ); ?>
|
761 |
</div>
|
797 |
$to_send["plugins"][ $this->plugin_basename ]["bws_license_key"] = $bws_license_key;
|
798 |
$to_send["plugins"][ $this->plugin_basename ]["bws_illegal_client"] = true;
|
799 |
$options = array(
|
800 |
+
'timeout' => ( ( defined('DOING_CRON') && DOING_CRON ) ? 30 : 3 ),
|
801 |
+
'body' => array( 'plugins' => serialize( $to_send ) ),
|
802 |
+
'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' )
|
803 |
+
);
|
804 |
$raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/update-check/1.0/', $options );
|
805 |
|
806 |
if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
|
807 |
+
$error = __( 'Something went wrong. Please try again later. If the error appears again, please contact us', 'bestwebsoft' ) . ': <a href=https://support.bestwebsoft.com>BestWebSoft</a>. ' . __( 'We are sorry for inconvenience.', 'bestwebsoft' );
|
808 |
} else {
|
809 |
$response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
|
810 |
if ( is_array( $response ) && !empty( $response ) ) {
|
871 |
}
|
872 |
}
|
873 |
} else {
|
874 |
+
$error = __( 'Something went wrong. Please try again later. If the error appears again, please contact us', 'bestwebsoft' ) . ' <a href=https://support.bestwebsoft.com>BestWebSoft</a>. ' . __( 'We are sorry for inconvenience.', 'bestwebsoft' );
|
875 |
}
|
876 |
}
|
877 |
}
|
895 |
|
896 |
if ( ! array_key_exists( $bws_license_plugin, $this->all_plugins ) ) {
|
897 |
$current = get_site_transient( 'update_plugins' );
|
898 |
+
if ( ! empty( $current ) && is_array( $current->response ) ) {
|
899 |
$to_send = array();
|
900 |
$to_send["plugins"][ $bws_license_plugin ] = array();
|
901 |
$to_send["plugins"][ $bws_license_plugin ]["bws_license_key"] = $bws_license_key;
|
907 |
$raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/update-check/1.0/', $options );
|
908 |
|
909 |
if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
|
910 |
+
$error = __( "Something went wrong. Please try again later. If the error appears again, please contact us", 'bestwebsoft' ) . ': <a href="https://support.bestwebsoft.com">BestWebSoft</a>. ' . __( "We are sorry for inconvenience.", 'bestwebsoft' );
|
911 |
} else {
|
912 |
$response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
|
913 |
if ( is_array( $response ) && ! empty( $response ) ) {
|
919 |
} elseif ( "you_are_banned" == $single_response->package ) {
|
920 |
$error = __( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' );
|
921 |
} elseif ( "time_out" == $single_response->package ) {
|
922 |
+
$error = sprintf( __( "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates, you should extend it in your %s", 'bestwebsoft' ), ' <a href="https://bestwebsoft.com/client-area">Client Area</a>' );
|
923 |
} elseif ( "duplicate_domen_for_trial" == $single_response->package ) {
|
924 |
$error = __( "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once.", 'bestwebsoft' );
|
925 |
}
|
1040 |
* @return array The action results
|
1041 |
*/
|
1042 |
public function help_phrase() {
|
1043 |
+
echo '<div class="bws_tab_description">' . __( 'Need Help?', 'bestwebsoft' ) . ' ';
|
1044 |
+
if ( '' != $this->doc_link )
|
1045 |
+
echo '<a href="' . $this->doc_link . '" target="_blank">' . __( 'Read the Instruction', 'bestwebsoft' );
|
1046 |
+
else
|
1047 |
+
echo '<a href="https://support.bestwebsoft.com/hc/en-us/" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' );
|
1048 |
if ( '' != $this->doc_video_link )
|
1049 |
echo '</a>' . ' ' . __( 'or', 'bestwebsoft' ) . ' ' . '<a href="' . $this->doc_video_link . '" target="_blank">' . __( 'Watch the Video', 'bestwebsoft' );
|
1050 |
echo '</a></div>';
|
bws_menu/css/general_style.css
CHANGED
@@ -1,8 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
#adminmenu #toplevel_page_bws_panel .wp-submenu li:nth-child(5) a {
|
2 |
border-top: 1px solid #444;
|
3 |
padding-top: 12px;
|
4 |
margin-top: 6px;
|
5 |
}
|
|
|
6 |
.bws_info {
|
7 |
color: #888;
|
8 |
font-size: 13px;
|
@@ -11,6 +57,9 @@
|
|
11 |
div.bws_info {
|
12 |
margin-top: 7px;
|
13 |
}
|
|
|
|
|
|
|
14 |
div.updated.bws-notice {
|
15 |
border-left: 4px solid #ffba00;
|
16 |
}
|
@@ -132,7 +181,8 @@ table.bws_pro_version td {
|
|
132 |
padding: 10px;
|
133 |
font-size: 14px;
|
134 |
}
|
135 |
-
.bws_pro_version_tooltip .bws_button
|
|
|
136 |
background: #dd5738;
|
137 |
border: none;
|
138 |
text-decoration: none;
|
@@ -174,7 +224,6 @@ a.bws_plugin_pro_version {
|
|
174 |
text-decoration: none;
|
175 |
color: #666;
|
176 |
}
|
177 |
-
/* #### Mobile Phones Portrait or Landscape #### */
|
178 |
@media screen and (max-width: 768px) {
|
179 |
.bws_pro_version_tooltip {
|
180 |
padding: 10px;
|
@@ -350,7 +399,6 @@ div.bws_banner_on_plugin_page .icon {
|
|
350 |
.rtl table.bws_pro_version td {
|
351 |
padding-right: 10px;
|
352 |
}
|
353 |
-
/* #### Mobile Phones Portrait or Landscape #### */
|
354 |
@media screen and (max-width: 768px) {
|
355 |
.bws_banner_on_plugin_page .text,
|
356 |
.bws_banner_on_plugin_page .icon,
|
@@ -370,7 +418,7 @@ div.bws_banner_on_plugin_page .icon {
|
|
370 |
padding: 15px 20px 21px;
|
371 |
}
|
372 |
}
|
373 |
-
/* display
|
374 |
span.bws_code {
|
375 |
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
|
376 |
font-size: 13px;
|
@@ -411,14 +459,32 @@ span.bws_code {
|
|
411 |
.bws_hidden_help_text {
|
412 |
display: none;
|
413 |
}
|
414 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
415 |
.mce-toolbar .mce-btn-group .mce-btn.mce-bws_shortcode_button {
|
416 |
background-color: #fff;
|
417 |
border: 1px solid #e5e5e5;
|
418 |
}
|
419 |
-
.mce-toolbar .mce-btn i.bws-shortcode-icon {
|
420 |
-
background: transparent url("../images/shortcode-icon.png");
|
421 |
-
}
|
422 |
#bws_shortcode_content,
|
423 |
#bws_shortcode_select_plugin {
|
424 |
margin-bottom: 10px;
|
@@ -457,15 +523,18 @@ span.bws_code {
|
|
457 |
#bws_shortcode_content .checkbox-title {
|
458 |
white-space: normal;
|
459 |
}
|
460 |
-
/*
|
|
|
|
|
461 |
.bws-plugin-update-tr .update-message {
|
462 |
margin-top: 0 !important;
|
463 |
}
|
464 |
.bws-plugin-update-tr .update-message :before {
|
465 |
content: '';
|
466 |
}
|
467 |
-
|
468 |
-
|
|
|
469 |
.bws_form #postbox-container-2 > div {
|
470 |
width: calc( 100% - 162px );
|
471 |
margin-left: 160px;
|
@@ -481,6 +550,10 @@ span.bws_code {
|
|
481 |
width: 100%;
|
482 |
box-sizing: border-box;
|
483 |
font-size: 13px;
|
|
|
|
|
|
|
|
|
484 |
}
|
485 |
#bws_settings_tabs {
|
486 |
z-index: 2;
|
@@ -491,11 +564,23 @@ span.bws_code {
|
|
491 |
border-top: 1px solid #ddd;
|
492 |
border-left: 1px solid #ddd;
|
493 |
border-bottom: 1px solid #ddd;
|
|
|
494 |
margin: 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
495 |
}
|
496 |
#bws_settings_tabs li {
|
497 |
margin: 0;
|
498 |
padding: 0;
|
|
|
|
|
|
|
499 |
}
|
500 |
#bws_settings_tabs li a {
|
501 |
display: block;
|
@@ -511,6 +596,7 @@ span.bws_code {
|
|
511 |
box-sizing: border-box;
|
512 |
transition: none;
|
513 |
-webkit-transition: none;
|
|
|
514 |
}
|
515 |
#bws_settings_tabs li.ui-tabs-active {
|
516 |
width: 161px;
|
@@ -538,15 +624,13 @@ span.bws_code {
|
|
538 |
content: "\f107";
|
539 |
}
|
540 |
#bws_settings_tabs li.bws-tab-custom_code a:before {
|
541 |
-
|
542 |
-
|
543 |
-
#bws_settings_tabs li.bws-tab-custom_code a:before {
|
544 |
-
content: "\f475";
|
545 |
}
|
546 |
#bws_settings_tabs li.bws-tab-license a:before {
|
547 |
content: "\f112";
|
548 |
}
|
549 |
-
/* custom */
|
550 |
#bws_settings_tabs li.bws-tab-images a:before {
|
551 |
content: "\f128";
|
552 |
}
|
@@ -563,11 +647,18 @@ span.bws_code {
|
|
563 |
content: "\f317";
|
564 |
}
|
565 |
#bws_settings_tabs li.bws-tab-errors a:before {
|
566 |
-
|
|
|
|
|
|
|
567 |
}
|
568 |
#bws_settings_tabs li.bws-tab-notifications a:before {
|
569 |
content: "\f466";
|
570 |
}
|
|
|
|
|
|
|
|
|
571 |
#bws_settings_tabs li:last-child a {
|
572 |
border-bottom: none;
|
573 |
}
|
@@ -578,12 +669,29 @@ span.bws_code {
|
|
578 |
float: right;
|
579 |
border: 1px solid #ddd;
|
580 |
background: #fff;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
581 |
}
|
582 |
#bws_settings_tabs_wrapper .bws_tab > *:not(.bws_pro_version_bloc):not(.bws_tab_sub_label):not(hr):not(.inline) {
|
583 |
margin-left: 10px;
|
584 |
margin-right: 10px;
|
585 |
width: calc( 100% - 20px );
|
586 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
587 |
.bws_form .postbox .hndle {
|
588 |
cursor: inherit;
|
589 |
}
|
@@ -602,8 +710,11 @@ span.bws_code {
|
|
602 |
.bws_tab .form-table textarea {
|
603 |
width: 100%;
|
604 |
}
|
605 |
-
.
|
606 |
-
margin-
|
|
|
|
|
|
|
607 |
}
|
608 |
.rtl #bws_settings_tabs {
|
609 |
float: right;
|
@@ -667,6 +778,12 @@ span.bws_code {
|
|
667 |
width: calc( 100% - 2px );
|
668 |
margin: 0;
|
669 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
670 |
}
|
671 |
@media screen and (max-width: 782px) {
|
672 |
.bws-hide-for-mobile {
|
@@ -677,10 +794,10 @@ span.bws_code {
|
|
677 |
#bws_settings_tabs_wrapper .bws_tab .form-table td input[type=file] {
|
678 |
width: 182px;
|
679 |
}
|
680 |
-
#bws_settings_tabs_wrapper .bws_tab .form-table td input[type=text],
|
681 |
#bws_settings_tabs_wrapper .bws_tab .form-table td input[type=password],
|
682 |
#bws_settings_tabs_wrapper .bws_tab .form-table td input[type=search],
|
683 |
-
#bws_settings_tabs_wrapper .bws_tab .form-table td input[type=number],
|
684 |
#bws_settings_tabs_wrapper .bws_tab .form-table td select,
|
685 |
#bws_settings_tabs_wrapper .bws_tab .form-table td textarea {
|
686 |
width: 100%;
|
1 |
+
/*
|
2 |
+
* bwsicons fonts
|
3 |
+
*/
|
4 |
+
@font-face {
|
5 |
+
font-family: 'bwsicons';
|
6 |
+
src: url('../fonts/bwsicons.eot?edecf2');
|
7 |
+
src: url('../fonts/bwsicons.eot?edecf2#iefix') format('embedded-opentype'),
|
8 |
+
url('../fonts/bwsicons.ttf?edecf2') format('truetype'),
|
9 |
+
url('../fonts/bwsicons.woff?edecf2') format('woff'),
|
10 |
+
url('../fonts/bwsicons.svg?edecf2#bwsicons') format('svg');
|
11 |
+
font-weight: normal;
|
12 |
+
font-style: normal;
|
13 |
+
}
|
14 |
+
.bwsicons {
|
15 |
+
/* use !important to prevent issues with browser extensions that change fonts */
|
16 |
+
font-family: 'bwsicons' !important;
|
17 |
+
speak: none;
|
18 |
+
font-style: normal;
|
19 |
+
font-weight: normal;
|
20 |
+
font-variant: normal;
|
21 |
+
text-transform: none;
|
22 |
+
line-height: 1;
|
23 |
+
-webkit-font-smoothing: antialiased;
|
24 |
+
-moz-osx-font-smoothing: grayscale;
|
25 |
+
}
|
26 |
+
.bwsicons-editor-code:before {
|
27 |
+
content: "\e93a";
|
28 |
+
}
|
29 |
+
.bwsicons-shortcode:before {
|
30 |
+
content: "\e93b";
|
31 |
+
}
|
32 |
+
.bwsicons-bws-logo:before {
|
33 |
+
content: "\e93c";
|
34 |
+
}
|
35 |
+
|
36 |
+
/*
|
37 |
+
* styles for bws_panel top level menu
|
38 |
+
*/
|
39 |
+
#adminmenu #toplevel_page_bws_panel .wp-menu-image {
|
40 |
+
font-family: 'bwsicons' !important;
|
41 |
+
}
|
42 |
+
#adminmenu #toplevel_page_bws_panel .wp-menu-image:before {
|
43 |
+
content: "\e93c";
|
44 |
+
font-family: 'bwsicons' !important;
|
45 |
+
}
|
46 |
#adminmenu #toplevel_page_bws_panel .wp-submenu li:nth-child(5) a {
|
47 |
border-top: 1px solid #444;
|
48 |
padding-top: 12px;
|
49 |
margin-top: 6px;
|
50 |
}
|
51 |
+
/* general styles */
|
52 |
.bws_info {
|
53 |
color: #888;
|
54 |
font-size: 13px;
|
57 |
div.bws_info {
|
58 |
margin-top: 7px;
|
59 |
}
|
60 |
+
.bws_info_small {
|
61 |
+
font-size: 11px !important;
|
62 |
+
}
|
63 |
div.updated.bws-notice {
|
64 |
border-left: 4px solid #ffba00;
|
65 |
}
|
181 |
padding: 10px;
|
182 |
font-size: 14px;
|
183 |
}
|
184 |
+
.bws_pro_version_tooltip .bws_button,
|
185 |
+
.bws_pro_version_tooltip .bws_button:hover {
|
186 |
background: #dd5738;
|
187 |
border: none;
|
188 |
text-decoration: none;
|
224 |
text-decoration: none;
|
225 |
color: #666;
|
226 |
}
|
|
|
227 |
@media screen and (max-width: 768px) {
|
228 |
.bws_pro_version_tooltip {
|
229 |
padding: 10px;
|
399 |
.rtl table.bws_pro_version td {
|
400 |
padding-right: 10px;
|
401 |
}
|
|
|
402 |
@media screen and (max-width: 768px) {
|
403 |
.bws_banner_on_plugin_page .text,
|
404 |
.bws_banner_on_plugin_page .icon,
|
418 |
padding: 15px 20px 21px;
|
419 |
}
|
420 |
}
|
421 |
+
/* display code */
|
422 |
span.bws_code {
|
423 |
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
|
424 |
font-size: 13px;
|
459 |
.bws_hidden_help_text {
|
460 |
display: none;
|
461 |
}
|
462 |
+
.bws-tooltip-content {
|
463 |
+
font-size: 11px;
|
464 |
+
color: #fff;
|
465 |
+
text-shadow: 0 0 2px #000;
|
466 |
+
padding: 4px 8px;
|
467 |
+
border: 1px solid rgba(255,255,255,0.25);
|
468 |
+
background-color: rgb(25,25,25);
|
469 |
+
background-color: rgba(25,25,25,0.92);
|
470 |
+
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
|
471 |
+
border-radius: 3px;
|
472 |
+
-webkit-border-radius: 3px;
|
473 |
+
-moz-border-radius: 3px;
|
474 |
+
box-shadow: 0 0 3px #555;
|
475 |
+
-webkit-box-shadow: 0 0 3px #555;
|
476 |
+
-moz-box-shadow: 0 0 3px #555;
|
477 |
+
}
|
478 |
+
.bws-tooltip-content a {
|
479 |
+
color: #00a0d2;
|
480 |
+
}
|
481 |
+
/*
|
482 |
+
* bws shortcode insert
|
483 |
+
*/
|
484 |
.mce-toolbar .mce-btn-group .mce-btn.mce-bws_shortcode_button {
|
485 |
background-color: #fff;
|
486 |
border: 1px solid #e5e5e5;
|
487 |
}
|
|
|
|
|
|
|
488 |
#bws_shortcode_content,
|
489 |
#bws_shortcode_select_plugin {
|
490 |
margin-bottom: 10px;
|
523 |
#bws_shortcode_content .checkbox-title {
|
524 |
white-space: normal;
|
525 |
}
|
526 |
+
/*
|
527 |
+
* styles for notices (license has expired, Illegal use notification ond other) on the /plugins.php page
|
528 |
+
*/
|
529 |
.bws-plugin-update-tr .update-message {
|
530 |
margin-top: 0 !important;
|
531 |
}
|
532 |
.bws-plugin-update-tr .update-message :before {
|
533 |
content: '';
|
534 |
}
|
535 |
+
/*
|
536 |
+
* Bws_Settings_Tabs
|
537 |
+
*/
|
538 |
.bws_form #postbox-container-2 > div {
|
539 |
width: calc( 100% - 162px );
|
540 |
margin-left: 160px;
|
550 |
width: 100%;
|
551 |
box-sizing: border-box;
|
552 |
font-size: 13px;
|
553 |
+
border: none;
|
554 |
+
padding: 0;
|
555 |
+
background: none;
|
556 |
+
font-family: inherit;
|
557 |
}
|
558 |
#bws_settings_tabs {
|
559 |
z-index: 2;
|
564 |
border-top: 1px solid #ddd;
|
565 |
border-left: 1px solid #ddd;
|
566 |
border-bottom: 1px solid #ddd;
|
567 |
+
border-right: 0;
|
568 |
margin: 0;
|
569 |
+
padding: 0;
|
570 |
+
border-radius: 0;
|
571 |
+
line-height: inherit;
|
572 |
+
}
|
573 |
+
#bws_settings_tabs .ui-state-default,
|
574 |
+
#bws_settings_tabs .ui-widget-content .ui-state-default,
|
575 |
+
#bws_settings_tabs .ui-widget-header .ui-state-default {
|
576 |
+
border: none;
|
577 |
}
|
578 |
#bws_settings_tabs li {
|
579 |
margin: 0;
|
580 |
padding: 0;
|
581 |
+
float: none;
|
582 |
+
background: none;
|
583 |
+
white-space: normal;
|
584 |
}
|
585 |
#bws_settings_tabs li a {
|
586 |
display: block;
|
596 |
box-sizing: border-box;
|
597 |
transition: none;
|
598 |
-webkit-transition: none;
|
599 |
+
float: none;
|
600 |
}
|
601 |
#bws_settings_tabs li.ui-tabs-active {
|
602 |
width: 161px;
|
624 |
content: "\f107";
|
625 |
}
|
626 |
#bws_settings_tabs li.bws-tab-custom_code a:before {
|
627 |
+
font-family: 'bwsicons';
|
628 |
+
content: "\e93a";
|
|
|
|
|
629 |
}
|
630 |
#bws_settings_tabs li.bws-tab-license a:before {
|
631 |
content: "\f112";
|
632 |
}
|
633 |
+
/* custom tabs */
|
634 |
#bws_settings_tabs li.bws-tab-images a:before {
|
635 |
content: "\f128";
|
636 |
}
|
647 |
content: "\f317";
|
648 |
}
|
649 |
#bws_settings_tabs li.bws-tab-errors a:before {
|
650 |
+
font-family: 'bwsicons';
|
651 |
+
content: "\e93d";
|
652 |
+
font-size: 18px;
|
653 |
+
left: 21px;
|
654 |
}
|
655 |
#bws_settings_tabs li.bws-tab-notifications a:before {
|
656 |
content: "\f466";
|
657 |
}
|
658 |
+
#bws_settings_tabs li.bws-tab-output a:before {
|
659 |
+
content: "\f498";
|
660 |
+
}
|
661 |
+
|
662 |
#bws_settings_tabs li:last-child a {
|
663 |
border-bottom: none;
|
664 |
}
|
669 |
float: right;
|
670 |
border: 1px solid #ddd;
|
671 |
background: #fff;
|
672 |
+
color: #444;
|
673 |
+
}
|
674 |
+
.bws_tab a {
|
675 |
+
color: #0073aa;
|
676 |
+
}
|
677 |
+
.bws_tab a:hover {
|
678 |
+
color: #00a0d2;
|
679 |
+
}
|
680 |
+
.bws_tab input, .bws_tab select, .bws_tab textarea, .bws_tab button {
|
681 |
+
font-family: inherit;
|
682 |
+
font-size: inherit;
|
683 |
}
|
684 |
#bws_settings_tabs_wrapper .bws_tab > *:not(.bws_pro_version_bloc):not(.bws_tab_sub_label):not(hr):not(.inline) {
|
685 |
margin-left: 10px;
|
686 |
margin-right: 10px;
|
687 |
width: calc( 100% - 20px );
|
688 |
}
|
689 |
+
#bws_settings_tabs_wrapper .bws_tab button,
|
690 |
+
#bws_settings_tabs_wrapper .bws_tab input[type="submit"],
|
691 |
+
#bws_settings_tabs_wrapper .bws_tab input[type="button"] {
|
692 |
+
white-space: normal;
|
693 |
+
height: auto;
|
694 |
+
}
|
695 |
.bws_form .postbox .hndle {
|
696 |
cursor: inherit;
|
697 |
}
|
710 |
.bws_tab .form-table textarea {
|
711 |
width: 100%;
|
712 |
}
|
713 |
+
#poststuff h3.bws_tab_label + hr {
|
714 |
+
margin-top: 18px;
|
715 |
+
}
|
716 |
+
.bws_tab_description + hr {
|
717 |
+
margin-top: 15px;
|
718 |
}
|
719 |
.rtl #bws_settings_tabs {
|
720 |
float: right;
|
778 |
width: calc( 100% - 2px );
|
779 |
margin: 0;
|
780 |
}
|
781 |
+
.bws_form #postbox-container-2 .postbox {
|
782 |
+
margin-bottom: 20px;
|
783 |
+
}
|
784 |
+
.bws_form .postbox-container div.submit {
|
785 |
+
display: none;
|
786 |
+
}
|
787 |
}
|
788 |
@media screen and (max-width: 782px) {
|
789 |
.bws-hide-for-mobile {
|
794 |
#bws_settings_tabs_wrapper .bws_tab .form-table td input[type=file] {
|
795 |
width: 182px;
|
796 |
}
|
797 |
+
#bws_settings_tabs_wrapper .bws_tab .form-table td input[type=text]:not(.small-text),
|
798 |
#bws_settings_tabs_wrapper .bws_tab .form-table td input[type=password],
|
799 |
#bws_settings_tabs_wrapper .bws_tab .form-table td input[type=search],
|
800 |
+
#bws_settings_tabs_wrapper .bws_tab .form-table td input[type=number]:not(.small-text),
|
801 |
#bws_settings_tabs_wrapper .bws_tab .form-table td select,
|
802 |
#bws_settings_tabs_wrapper .bws_tab .form-table td textarea {
|
803 |
width: 100%;
|
bws_menu/css/style.css
CHANGED
@@ -46,10 +46,11 @@ body[class*="-bws-panel"] .update-nag {
|
|
46 |
text-decoration: none;
|
47 |
box-shadow: none;
|
48 |
}
|
49 |
-
.bws-logo {
|
50 |
-
|
51 |
-
|
52 |
margin: 0 3px;
|
|
|
53 |
}
|
54 |
.bws-title span {
|
55 |
color: #8bbed2;
|
46 |
text-decoration: none;
|
47 |
box-shadow: none;
|
48 |
}
|
49 |
+
.bws-logo.bwsicons {
|
50 |
+
font-size: 25px;
|
51 |
+
color: #fff;
|
52 |
margin: 0 3px;
|
53 |
+
vertical-align: middle;
|
54 |
}
|
55 |
.bws-title span {
|
56 |
color: #8bbed2;
|
bws_menu/css/tipTip.css
DELETED
@@ -1,113 +0,0 @@
|
|
1 |
-
/* TipTip CSS - Version 1.2 */
|
2 |
-
|
3 |
-
#tiptip_holder {
|
4 |
-
display: none;
|
5 |
-
position: absolute;
|
6 |
-
top: 0;
|
7 |
-
left: 0;
|
8 |
-
z-index: 999999;
|
9 |
-
}
|
10 |
-
|
11 |
-
#tiptip_holder.tip_top {
|
12 |
-
padding-bottom: 5px;
|
13 |
-
}
|
14 |
-
|
15 |
-
#tiptip_holder.tip_bottom {
|
16 |
-
padding-top: 5px;
|
17 |
-
}
|
18 |
-
|
19 |
-
#tiptip_holder.tip_right {
|
20 |
-
padding-left: 5px;
|
21 |
-
}
|
22 |
-
|
23 |
-
#tiptip_holder.tip_left {
|
24 |
-
padding-right: 5px;
|
25 |
-
}
|
26 |
-
|
27 |
-
#tiptip_content {
|
28 |
-
font-size: 11px;
|
29 |
-
color: #fff;
|
30 |
-
text-shadow: 0 0 2px #000;
|
31 |
-
padding: 4px 8px;
|
32 |
-
border: 1px solid rgba(255,255,255,0.25);
|
33 |
-
background-color: rgb(25,25,25);
|
34 |
-
background-color: rgba(25,25,25,0.92);
|
35 |
-
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
|
36 |
-
border-radius: 3px;
|
37 |
-
-webkit-border-radius: 3px;
|
38 |
-
-moz-border-radius: 3px;
|
39 |
-
box-shadow: 0 0 3px #555;
|
40 |
-
-webkit-box-shadow: 0 0 3px #555;
|
41 |
-
-moz-box-shadow: 0 0 3px #555;
|
42 |
-
}
|
43 |
-
|
44 |
-
#tiptip_arrow, #tiptip_arrow_inner {
|
45 |
-
position: absolute;
|
46 |
-
border-color: transparent;
|
47 |
-
border-style: solid;
|
48 |
-
border-width: 6px;
|
49 |
-
height: 0;
|
50 |
-
width: 0;
|
51 |
-
}
|
52 |
-
|
53 |
-
#tiptip_holder.tip_top #tiptip_arrow {
|
54 |
-
border-top-color: #fff;
|
55 |
-
border-top-color: rgba(255,255,255,0.35);
|
56 |
-
}
|
57 |
-
|
58 |
-
#tiptip_holder.tip_bottom #tiptip_arrow {
|
59 |
-
border-bottom-color: #fff;
|
60 |
-
border-bottom-color: rgba(255,255,255,0.35);
|
61 |
-
}
|
62 |
-
|
63 |
-
#tiptip_holder.tip_right #tiptip_arrow {
|
64 |
-
border-right-color: #fff;
|
65 |
-
border-right-color: rgba(255,255,255,0.35);
|
66 |
-
}
|
67 |
-
|
68 |
-
#tiptip_holder.tip_left #tiptip_arrow {
|
69 |
-
border-left-color: #fff;
|
70 |
-
border-left-color: rgba(255,255,255,0.35);
|
71 |
-
}
|
72 |
-
|
73 |
-
#tiptip_holder.tip_top #tiptip_arrow_inner {
|
74 |
-
margin-top: -7px;
|
75 |
-
margin-left: -6px;
|
76 |
-
border-top-color: rgb(25,25,25);
|
77 |
-
border-top-color: rgba(25,25,25,0.92);
|
78 |
-
}
|
79 |
-
|
80 |
-
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
|
81 |
-
margin-top: -5px;
|
82 |
-
margin-left: -6px;
|
83 |
-
border-bottom-color: rgb(25,25,25);
|
84 |
-
border-bottom-color: rgba(25,25,25,0.92);
|
85 |
-
}
|
86 |
-
|
87 |
-
#tiptip_holder.tip_right #tiptip_arrow_inner {
|
88 |
-
margin-top: -6px;
|
89 |
-
margin-left: -5px;
|
90 |
-
border-right-color: rgb(25,25,25);
|
91 |
-
border-right-color: rgba(25,25,25,0.92);
|
92 |
-
}
|
93 |
-
|
94 |
-
#tiptip_holder.tip_left #tiptip_arrow_inner {
|
95 |
-
margin-top: -6px;
|
96 |
-
margin-left: -7px;
|
97 |
-
border-left-color: rgb(25,25,25);
|
98 |
-
border-left-color: rgba(25,25,25,0.92);
|
99 |
-
}
|
100 |
-
|
101 |
-
/* Webkit Hacks */
|
102 |
-
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
103 |
-
#tiptip_content {
|
104 |
-
padding: 4px 8px 5px 8px;
|
105 |
-
background-color: rgba(45,45,45,0.88);
|
106 |
-
}
|
107 |
-
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
|
108 |
-
border-bottom-color: rgba(45,45,45,0.88);
|
109 |
-
}
|
110 |
-
#tiptip_holder.tip_top #tiptip_arrow_inner {
|
111 |
-
border-top-color: rgba(20,20,20,0.92);
|
112 |
-
}
|
113 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bws_menu/deprecated.php
CHANGED
@@ -86,7 +86,7 @@ if ( ! function_exists ( 'bws_general_menu' ) ) {
|
|
86 |
}
|
87 |
}
|
88 |
|
89 |
-
add_menu_page( 'BWS Panel', 'BWS Panel', 'manage_options', 'bws_panel', 'bws_add_menu_render',
|
90 |
|
91 |
add_submenu_page( 'bws_panel', __( 'Plugins', 'bestwebsoft' ), __( 'Plugins', 'bestwebsoft' ), 'manage_options', 'bws_panel', 'bws_add_menu_render' );
|
92 |
add_submenu_page( 'bws_panel', __( 'Themes', 'bestwebsoft' ), __( 'Themes', 'bestwebsoft' ), 'manage_options', 'bws_themes', 'bws_add_menu_render' );
|
@@ -130,7 +130,7 @@ if ( ! function_exists( 'bws_check_pro_license' ) ) {
|
|
130 |
);
|
131 |
$raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/update-check/1.0/', $options );
|
132 |
if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
|
133 |
-
$result['error'] = __( 'Something went wrong. Please try again later. If the error appears again, please contact us', 'bestwebsoft' ) . ' <a href=
|
134 |
} else {
|
135 |
$response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
|
136 |
if ( is_array( $response ) && !empty( $response ) ) {
|
@@ -156,7 +156,7 @@ if ( ! function_exists( 'bws_check_pro_license' ) ) {
|
|
156 |
$result['message'] .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $value->time_out . '.';
|
157 |
|
158 |
if ( isset( $value->trial ) && $trial_plugin != false )
|
159 |
-
$result['message'] .= ' ' . sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="
|
160 |
|
161 |
if ( isset( $value->trial ) ) {
|
162 |
$bstwbsftwppdtplgns_options['trial'][ $plugin_basename ] = 1;
|
@@ -196,7 +196,7 @@ if ( ! function_exists( 'bws_check_pro_license' ) ) {
|
|
196 |
}
|
197 |
}
|
198 |
} else {
|
199 |
-
$result['error'] = __( 'Something went wrong. Please try again later. If the error appears again, please contact us', 'bestwebsoft' ) . ' <a href=
|
200 |
}
|
201 |
}
|
202 |
}
|
@@ -220,7 +220,7 @@ if ( ! function_exists ( 'bws_check_pro_license_form' ) ) {
|
|
220 |
$license_key = ( isset( $bstwbsftwppdtplgns_options[ $plugin_basename ] ) ) ? $bstwbsftwppdtplgns_options[ $plugin_basename ] : ''; ?>
|
221 |
<div class="clear"></div>
|
222 |
<form method="post" action="">
|
223 |
-
<p><?php echo _e( 'If necessary, 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="
|
224 |
<p>
|
225 |
<input type="text" maxlength="100" name="bws_license_key" value="<?php echo $license_key; ?>" />
|
226 |
<input type="hidden" name="bws_license_submit" value="submit" />
|
@@ -243,11 +243,11 @@ if ( ! function_exists( 'bws_go_pro_from_trial_tab' ) ) {
|
|
243 |
if ( $trial_license_is_set ) { ?>
|
244 |
<form method="post" action="">
|
245 |
<p>
|
246 |
-
<?php echo sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="
|
247 |
_e( 'After that, you can activate it by entering your license key.', 'bestwebsoft' ); ?><br />
|
248 |
<span class="bws_info">
|
249 |
<?php _e( 'License key can be found in the', 'bestwebsoft' ); ?>
|
250 |
-
<a href="
|
251 |
<?php _e( '(your username is the email address specified during the purchase).', 'bestwebsoft' ); ?>
|
252 |
</span>
|
253 |
</p>
|
@@ -349,7 +349,7 @@ if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
|
|
349 |
$raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/update-check/1.0/', $options );
|
350 |
|
351 |
if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
|
352 |
-
$result['error'] = __( "Something went wrong. Please try again later. If the error appears again, please contact us", 'bestwebsoft' ) . ' <a href="
|
353 |
} else {
|
354 |
$response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
|
355 |
if ( is_array( $response ) && !empty( $response ) ) {
|
@@ -361,7 +361,7 @@ if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
|
|
361 |
} elseif ( "you_are_banned" == $value->package ) {
|
362 |
$result['error'] = __( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' );
|
363 |
} elseif ( "time_out" == $value->package ) {
|
364 |
-
$result['error'] = sprintf( __( "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates, you should extend it in your %s", 'bestwebsoft' ), ' <a href="
|
365 |
} elseif ( "duplicate_domen_for_trial" == $value->package ) {
|
366 |
$result['error'] = __( "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once.", 'bestwebsoft' );
|
367 |
}
|
@@ -682,16 +682,16 @@ if ( ! function_exists( 'bws_go_pro_tab_show' ) ) {
|
|
682 |
<form method="post" action="">
|
683 |
<p>
|
684 |
<?php _e( 'Enter your license key to install and activate', 'bestwebsoft' ); ?>
|
685 |
-
<a href="
|
686 |
<?php _e( 'version of the plugin.', 'bestwebsoft' ); ?><br />
|
687 |
<span class="bws_info">
|
688 |
<?php _e( 'License key can be found in the', 'bestwebsoft' ); ?>
|
689 |
-
<a href="
|
690 |
<?php _e( '(your username is the email address specified during the purchase).', 'bestwebsoft' ); ?>
|
691 |
</span>
|
692 |
</p>
|
693 |
<?php if ( $trial_days_number !== false )
|
694 |
-
$trial_days_number = __( 'or', 'bestwebsoft' ) . ' <a href="
|
695 |
if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) &&
|
696 |
'5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
|
697 |
$bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
|
86 |
}
|
87 |
}
|
88 |
|
89 |
+
add_menu_page( 'BWS Panel', 'BWS Panel', 'manage_options', 'bws_panel', 'bws_add_menu_render', 'none', '1001' );
|
90 |
|
91 |
add_submenu_page( 'bws_panel', __( 'Plugins', 'bestwebsoft' ), __( 'Plugins', 'bestwebsoft' ), 'manage_options', 'bws_panel', 'bws_add_menu_render' );
|
92 |
add_submenu_page( 'bws_panel', __( 'Themes', 'bestwebsoft' ), __( 'Themes', 'bestwebsoft' ), 'manage_options', 'bws_themes', 'bws_add_menu_render' );
|
130 |
);
|
131 |
$raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/update-check/1.0/', $options );
|
132 |
if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
|
133 |
+
$result['error'] = __( 'Something went wrong. Please try again later. If the error appears again, please contact us', 'bestwebsoft' ) . ' <a href=https://support.bestwebsoft.com>BestWebSoft</a>. ' . __( 'We are sorry for inconvenience.', 'bestwebsoft' );
|
134 |
} else {
|
135 |
$response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
|
136 |
if ( is_array( $response ) && !empty( $response ) ) {
|
156 |
$result['message'] .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $value->time_out . '.';
|
157 |
|
158 |
if ( isset( $value->trial ) && $trial_plugin != false )
|
159 |
+
$result['message'] .= ' ' . sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="https://bestwebsoft.com/products/wordpress/plugins/' . $trial_plugin['link_slug'] . '/?k=' . $trial_plugin['link_key'] . '&pn=' . $trial_plugin['link_pn'] . '&v=' . $trial_plugin['plugin_info']['Version'] . '&wp_v=' . $wp_version . '" target="_blank" title="' . $trial_plugin['plugin_info']['Name'] . '">Pro</a>' );
|
160 |
|
161 |
if ( isset( $value->trial ) ) {
|
162 |
$bstwbsftwppdtplgns_options['trial'][ $plugin_basename ] = 1;
|
196 |
}
|
197 |
}
|
198 |
} else {
|
199 |
+
$result['error'] = __( 'Something went wrong. Please try again later. If the error appears again, please contact us', 'bestwebsoft' ) . ' <a href=https://support.bestwebsoft.com>BestWebSoft</a>. ' . __( 'We are sorry for inconvenience.', 'bestwebsoft' );
|
200 |
}
|
201 |
}
|
202 |
}
|
220 |
$license_key = ( isset( $bstwbsftwppdtplgns_options[ $plugin_basename ] ) ) ? $bstwbsftwppdtplgns_options[ $plugin_basename ] : ''; ?>
|
221 |
<div class="clear"></div>
|
222 |
<form method="post" action="">
|
223 |
+
<p><?php echo _e( 'If necessary, 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="https://bestwebsoft.com/client-area">https://bestwebsoft.com/client-area</a> ' . __( '(your username is the email address specified during the purchase). If necessary, please submit "Lost your password?" request.', 'bestwebsoft' ); ?></p>
|
224 |
<p>
|
225 |
<input type="text" maxlength="100" name="bws_license_key" value="<?php echo $license_key; ?>" />
|
226 |
<input type="hidden" name="bws_license_submit" value="submit" />
|
243 |
if ( $trial_license_is_set ) { ?>
|
244 |
<form method="post" action="">
|
245 |
<p>
|
246 |
+
<?php echo sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="https://bestwebsoft.com/products/wordpress/plugins/' . $link_slug . '/?k=' . $link_key . '&pn=' . $link_pn . '&v=' . $plugin_info["Version"] . '&wp_v=' . $wp_version .'" target="_blank" title="' . $plugin_info["Name"] . '">Pro</a>' ) . ' ';
|
247 |
_e( 'After that, you can activate it by entering your license key.', 'bestwebsoft' ); ?><br />
|
248 |
<span class="bws_info">
|
249 |
<?php _e( 'License key can be found in the', 'bestwebsoft' ); ?>
|
250 |
+
<a href="https://bestwebsoft.com/wp-login.php">Client Area</a>
|
251 |
<?php _e( '(your username is the email address specified during the purchase).', 'bestwebsoft' ); ?>
|
252 |
</span>
|
253 |
</p>
|
349 |
$raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/update-check/1.0/', $options );
|
350 |
|
351 |
if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
|
352 |
+
$result['error'] = __( "Something went wrong. Please try again later. If the error appears again, please contact us", 'bestwebsoft' ) . ' <a href="https://support.bestwebsoft.com">BestWebSoft</a>. ' . __( "We are sorry for inconvenience.", 'bestwebsoft' );
|
353 |
} else {
|
354 |
$response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
|
355 |
if ( is_array( $response ) && !empty( $response ) ) {
|
361 |
} elseif ( "you_are_banned" == $value->package ) {
|
362 |
$result['error'] = __( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' );
|
363 |
} elseif ( "time_out" == $value->package ) {
|
364 |
+
$result['error'] = sprintf( __( "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates, you should extend it in your %s", 'bestwebsoft' ), ' <a href="https://bestwebsoft.com/client-area">Client Area</a>' );
|
365 |
} elseif ( "duplicate_domen_for_trial" == $value->package ) {
|
366 |
$result['error'] = __( "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once.", 'bestwebsoft' );
|
367 |
}
|
682 |
<form method="post" action="">
|
683 |
<p>
|
684 |
<?php _e( 'Enter your license key to install and activate', 'bestwebsoft' ); ?>
|
685 |
+
<a href="https://bestwebsoft.com/products/wordpress/plugins/<?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>
|
686 |
<?php _e( 'version of the plugin.', 'bestwebsoft' ); ?><br />
|
687 |
<span class="bws_info">
|
688 |
<?php _e( 'License key can be found in the', 'bestwebsoft' ); ?>
|
689 |
+
<a href="https://bestwebsoft.com/wp-login.php">Client Area</a>
|
690 |
<?php _e( '(your username is the email address specified during the purchase).', 'bestwebsoft' ); ?>
|
691 |
</span>
|
692 |
</p>
|
693 |
<?php if ( $trial_days_number !== false )
|
694 |
+
$trial_days_number = __( 'or', 'bestwebsoft' ) . ' <a href="https://bestwebsoft.com/products/wordpress/plugins/' . $link_slug . '/trial/" target="_blank">' . sprintf( __( 'Start Your Free %s-Day Trial Now', 'bestwebsoft' ), $trial_days_number ) . '</a>';
|
695 |
if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) &&
|
696 |
'5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
|
697 |
$bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
|
bws_menu/fonts/bwsicons.eot
ADDED
Binary file
|
bws_menu/fonts/bwsicons.svg
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" standalone="no"?>
|
2 |
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
3 |
+
<svg xmlns="http://www.w3.org/2000/svg">
|
4 |
+
<metadata>Generated by IcoMoon</metadata>
|
5 |
+
<defs>
|
6 |
+
<font id="bwsicons" horiz-adv-x="1024">
|
7 |
+
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
8 |
+
<missing-glyph horiz-adv-x="1024" />
|
9 |
+
<glyph unicode=" " horiz-adv-x="512" d="" />
|
10 |
+
<glyph unicode="" glyph-name="adsense" d="M931.008 408.576h-273.408l-219.776-472.576h393.792l167.68 366.080c22.848 49.856-13.504 106.496-68.288 106.496zM470.656 896c-27.392 0-52.48-15.744-64.128-40.896l-424.32-919.104h384l448 960h-343.552z" />
|
11 |
+
<glyph unicode="" glyph-name="captcha" d="M689.344 966.272l-177.344-177.216-177.344 177.28c-156.544-54.208-280.448-178.112-334.656-334.592l177.344-177.28-177.344-177.216c54.208-156.48 178.176-280.32 334.656-334.528l177.344 177.28 177.344-177.28c156.544 54.208 280.448 178.048 334.656 334.528l-177.344 177.28 177.344 177.216c-54.208 156.48-178.176 280.384-334.656 334.528zM640.192 245.888c-26.368-40.192-74.88-51.968-118.528-51.968-42.304 0-93.568 12.48-121.344 31.168l6.976 111.552c33.984-58.88 131.008-83.84 142.080-22.208 4.16 27.136-6.272 54.848-29.824 71.424-46.4 31.936-112.256 27.776-137.216 97.728-17.344 48.512-8.32 114.304 4.864 142.72 24.96 56.128 78.336 88.832 165.632 85.312 22.208-0.704 59.648-10.368 81.088-28.416l-15.936-120.64c-18.048 38.080-43.648 49.152-66.56 49.92-39.552 0-63.808-25.664-66.56-63.744-2.752-36.096 14.592-54.080 47.168-67.904 68.608-28.416 119.232-45.76 128.96-135.808 3.392-36.032-4.864-74.816-20.8-99.136z" />
|
12 |
+
<glyph unicode="" glyph-name="car-rental" d="M967.232 539.84c30.272 8.704 52.416 36.608 52.416 69.696 0 40.064-25.344 59.52-65.408 59.52h-46.528l-33.024 126.144c-36.288 108.8-153.152 100.672-153.152 100.672h-442.24c0 0-93.568 8.128-129.856-100.672l-33.088-126.208h-46.528c-40.064 0-65.408-19.456-65.408-59.52 0-33.088 22.144-60.928 52.416-69.696-32-26.56-56.832-58.624-56.832-103.424v-162.88c0-20.928 23.808-43.84 46.528-46.528v-116.352c0-20.032 3.264-46.592 23.296-46.592h162.944c19.968 0 23.232 26.56 23.232 46.528v81.472h512v-81.472c0-19.968 3.264-46.528 23.296-46.528h162.944c20.032 0 23.296 26.56 23.296 46.528v116.352c24.064-1.344 46.464 25.6 46.464 46.528v162.944c0 44.8-24.768 76.864-56.768 103.488zM160 360c-53.056 0-96 34.048-96 76.032 0 41.92 42.944 75.968 96 75.968s96-34.048 96-75.968c0-41.984-42.944-76.032-96-76.032zM768 436.032c0 41.92 42.944 75.968 96 75.968s96-34.048 96-75.968c0-41.984-42.944-76.032-96-76.032s-96 34.048-96 76.032zM721.472 256h-418.944c-9.984 0-23.296 29.184-23.296 46.528 0 17.408 13.248 46.528 23.296 46.528h418.88c9.984 0 23.296-29.12 23.296-46.528 0-17.344-13.248-46.528-23.232-46.528zM139.648 575.936l67.456 207.744c17.536 52.608 120.96 60.736 110.656 60.736h388.544c-10.304 0 93.12-8.128 110.656-60.736l67.456-207.744h-744.768z" />
|
13 |
+
<glyph unicode="" glyph-name="contact-form-multi" d="M896 192l-64-64v512h-768l64 64h768zM1024 320l-64-64v512h-768l64 64h768zM164.544 393.344l-164.544 109.504v-333.44zM554.048 357.824l-167.552-108.032-169.344 109.504-211.904-295.296h759.424zM606.72 391.808l161.28-219.52v330.56zM386.56 325.76l381.44 250.24h-762.752z" />
|
14 |
+
<glyph unicode="" glyph-name="contact-form-to-db" horiz-adv-x="768" d="M761.536 960l-376.768-256-376.704 256zM766.528 116.672c0-99.776-173.504-180.672-381.696-180.672s-382.912 80.896-382.912 180.672v101.632c0-99.776 174.72-161.856 382.912-161.856s381.696 62.016 381.696 161.856v-101.632zM766.528 308.736c0-99.84-173.504-180.736-381.696-180.736s-382.912 80.896-382.912 180.736v101.568c0-99.776 174.72-161.856 382.912-161.856s381.696 62.016 381.696 161.856v-101.568zM384.768 320c-208.192 0-382.848 65.28-382.848 145.856v33.792l224.512 215.68 157.888-107.328 160.768 107.392 221.44-215.68v-33.792c0-80.64-173.568-145.92-381.76-145.92zM768 608l-148.416 156.736 148.416 99.264zM0 864l148.992-99.264-148.992-156.736z" />
|
15 |
+
<glyph unicode="" glyph-name="contact-form" d="M1024 768l-512-322.88-512 322.88zM0 668.672l241.152-148.8-241.152-263.872zM1024 256l-241.152 263.872 241.152 148.8zM0 128l320 346.496 192-125.184 195.84 125.184 316.16-346.496z" />
|
16 |
+
<glyph unicode="" glyph-name="custom-admin-page" d="M1023.488 120.512c-0.128-6.592-2.56 14.080-8.768 22.656-13.632 18.752-35.2 32.448-68.608 45.12-57.408 21.696-71.040 29.312-71.040 29.312l-0.576 49.984c0 0 21.504 15.040 28.224 62.144 0 0 11.264 6.336 18.688 25.856 3.968 10.368 7.808 45.568-8.576 42.432 0 0 9.536 41.472-3.584 82.176-6.72 20.928-21.76 35.136-44.288 35.136-9.28 9.28-29.12 18.24-55.296 19.52h-0.192c-52.352-2.496-80-14.208-97.088-54.656-21.76-51.264-6.080-82.176-6.080-82.176-16.448 3.136-12.544-32.064-8.576-42.432 7.424-19.52 18.688-25.856 18.688-25.856 6.656-47.104 28.16-62.144 28.16-62.144l-0.576-49.984c0 0-13.632-7.552-71.040-29.312-33.344-12.672-54.912-26.304-68.608-45.12-6.208-8.64-8.896-16.128-8.768-22.656 1.216-3.264-3.84-54.656 18.176-55.616h398.912c14.848 0 10.816 19.712 10.816 55.616zM64 640h704v-64c37.632 14.656 37.568 11.52 64 0v194.624c0 32.32-28.992 61.376-61.376 61.376h-704.448c-32.384 0-66.176-31.68-66.176-64v-640c0-32.32 33.792-64 66.176-64h490.944c0 0-15.936 24.512 0 64h-493.12v512zM320 768h64v-64h-64v64zM192 768h64v-64h-64v64zM64 768h64v-64h-64v64zM552.32 156.928c0.256 0.576-0.32 0.832 0 0v0z" />
|
17 |
+
<glyph unicode="" glyph-name="custom-fields-search" d="M1018.56 78.592l-242.24 242.112c39.424 63.872 62.208 139.264 62.208 220.16 0 231.296-187.776 419.136-419.2 419.136-231.872 0-419.328-187.84-419.328-419.136 0-231.808 187.456-419.648 419.328-419.648 84.992 0 163.776 25.28 229.696 68.416l240.512-240.448c12.416-12.416 43.52-1.664 69.312 24l36.032 36.16c25.728 25.664 36.544 56.768 23.68 69.248zM419.264 260.544c-154.688 0-280.32 125.632-280.32 280.256 0 154.688 125.632 279.872 280.32 279.872s279.936-125.248 279.936-279.872c0-154.624-125.248-280.256-279.936-280.256zM461.888 384h-155.776c-9.984 0-18.112 8.128-18.112 18.112v27.776c0 9.984 8.128 18.112 18.112 18.112h155.712c10.048 0 18.176-8.128 18.176-18.112v-27.712c0-10.048-8.128-18.176-18.112-18.176zM525.888 576h-219.776c-9.984 0-18.112-8.128-18.112-18.112v-27.712c0-10.048 8.128-18.176 18.112-18.176h219.712c10.048 0 18.176 8.128 18.176 18.112v27.776c0 9.984-8.128 18.112-18.112 18.112zM525.888 704h-219.776c-9.984 0-18.112-8.128-18.112-18.112v-27.712c0-10.048 8.128-18.176 18.112-18.176h219.712c10.048 0 18.176 8.128 18.176 18.112v27.776c0 9.984-8.128 18.112-18.112 18.112z" />
|
18 |
+
<glyph unicode="" glyph-name="custom-search" d="M1018.56 65.728l-242.24 242.112c39.424 63.872 62.208 139.264 62.208 220.16 0 231.36-187.84 419.136-419.264 419.136-231.808 0-419.264-187.84-419.264-419.136 0-231.808 187.456-419.648 419.328-419.648 84.992 0 163.776 25.28 229.696 68.416l240.512-240.448c12.416-12.416 43.52-1.664 69.312 24l36.032 36.16c25.728 25.664 36.544 56.768 23.68 69.248zM419.264 247.744c-154.688 0-280.32 125.632-280.32 280.256 0 154.688 125.632 279.872 280.32 279.872s279.936-125.248 279.936-279.872c0-154.688-125.248-280.256-279.936-280.256z" />
|
19 |
+
<glyph unicode="" glyph-name="db-manager" d="M388.672 232.064c-0.96-0.064-1.92-0.064-2.88-0.064-7.872-0.192-15.744-0.32-23.744-0.32-0.256 0-0.576 0-0.896 0-7.424 0-14.784 0.128-22.144 0.32-1.344 0-2.752 0.064-4.16 0.064-7.488 0.192-14.848 0.576-22.208 0.96-0.96 0.064-1.984 0.064-3.008 0.192-15.616 0.832-30.912 2.112-45.76 3.712-118.272 12.736-222.080 48.064-255.552 92.864-3.392 4.544-6.208 6.272-8.32 6.464v-140.928c27.2-70.912 182.912-125.056 358.848-125.696h6.336c0.704 0 1.344 0 2.048 0l3.904 0.064v0.064c36.544 0.384 71.616 3.2 104.576 7.808-37.376 43.456-62.848 96.704-72.384 155.136-4.864-0.256-9.728-0.576-14.656-0.64zM1024 221.568v68.992l-61.248 21.632c-4.224 14.72-10.048 28.672-17.28 41.792l27.904 58.688-48.768 48.768-58.688-27.968c-13.056 7.232-27.072 13.056-41.664 17.344l-21.76 61.184h-68.928l-21.824-61.12c-14.656-4.288-28.608-10.112-41.728-17.344l-58.688 27.904-48.768-48.768 27.968-58.688c-7.232-13.12-13.12-27.072-17.344-41.792l-61.184-21.632v-68.992l61.184-21.76c4.224-14.592 10.048-28.544 17.344-41.728l-27.968-58.688 48.768-48.768 58.688 27.968c13.12-7.296 27.072-13.12 41.728-17.28l21.824-61.312h68.928l21.76 61.248c14.592 4.224 28.608 9.984 41.664 17.28l58.688-27.968 48.768 48.768-27.904 58.688c7.232 13.056 13.056 27.136 17.28 41.728l61.248 21.824zM768 162.048c-51.84 0-93.952 42.112-93.952 93.888 0 51.904 42.048 93.888 93.952 93.888 51.84 0 93.888-42.048 93.888-93.888 0-51.776-42.048-93.888-93.888-93.888zM361.984 582.4v0c188.992 0 354.304 54.144 366.4 122.432v75.776c-12.096 64.448-177.408 115.392-366.4 115.392v0c-177.344 0-334.656-44.928-361.984-103.744v-99.776c27.328-62.336 184.64-110.080 361.984-110.080zM413.824 493.248c-0.704 0-1.408-0.064-2.24-0.128-7.488-0.32-15.168-0.64-22.912-0.896-1.024-0.064-1.984-0.064-2.944-0.064-7.872-0.192-15.744-0.384-23.744-0.384-0.256 0-0.576 0-0.896 0-7.424 0-14.784 0.128-22.144 0.384-1.344 0-2.752 0.064-4.16 0.128-7.424 0.192-14.784 0.512-22.144 0.896-0.96 0-1.984 0.064-2.944 0.192-15.616 0.832-30.912 2.112-45.824 3.648-118.272 12.736-222.080 48.064-255.552 92.8-3.392 4.672-6.208 6.4-8.32 6.592v-140.928c27.2-70.912 182.912-125.056 358.848-125.696h6.336c0.704 0 1.344 0 2.048 0l3.904 0.064v0.064c10.688 0.128 21.248 0.512 31.744 0.96 9.984 64.96 39.936 123.456 83.712 169.536-8.384-1.216-16.96-2.304-25.664-3.264-15.296-1.664-30.976-2.944-47.104-3.904z" />
|
20 |
+
<glyph unicode="" glyph-name="donate-button" d="M0 256h320v-320h384v320h320v384h-320v320h-384v-320h-320v-384z" />
|
21 |
+
<glyph unicode="" glyph-name="email-queue" d="M964.288 37.312c0-20.572-17.049-37.248-38.080-37.248s-38.080 16.676-38.080 37.248c0 20.572 17.049 37.248 38.080 37.248s38.080-16.676 38.080-37.248zM708.288 37.312c0-20.572-17.049-37.248-38.080-37.248s-38.080 16.676-38.080 37.248c0 20.572 17.049 37.248 38.080 37.248s38.080-16.676 38.080-37.248zM836.288 37.312c0-20.572-17.049-37.248-38.080-37.248s-38.080 16.676-38.080 37.248c0 20.572 17.049 37.248 38.080 37.248s38.080-16.676 38.080-37.248zM903.68 849.024c-85.632 73.984-203.2 110.976-352.64 110.976-172.608 0-310.080-52.224-412.544-156.672-92.352-93.696-138.496-207.552-138.496-341.568 0-112.64 38.016-211.904 113.984-297.856 94.912-107.264 222.528-160.96 398.016-160.96 90.304 0 86.080 71.616 16.384 71.616-149.056 0-256.32 41.216-336.96 123.904-68.864 69.888-103.296 156.224-103.296 259.008 0 117.568 36.096 215.168 108.352 292.864 84.352 91.264 206.336 136.896 365.888 136.896 115.008 0 206.528-27.264 274.56-81.728 68.096-54.464 102.080-129.408 102.080-224.768 0-78.912-19.008-142.848-57.024-191.744-37.952-48.96-80.96-73.344-128.768-73.344-14.72 0-27.84 4.224-39.36 12.608-11.584 8.384-17.28 21.888-17.28 40.384 0 9.92 1.472 21.184 4.416 33.92 2.88 12.736 7.552 29.568 13.824 50.56l83.776 270.080h-92.608l-31.488-103.616c-1.728 34.112-16.512 63.296-44.48 87.552-27.84 24.256-63.232 36.416-106.048 36.416-62.976 0-121.92-31.232-176.64-93.696-54.784-62.528-82.176-134.656-82.176-216.512 0-57.536 16.064-104.576 48.192-141.184s73.984-54.912 125.632-54.912c36.096 0 71.168 9.856 105.152 29.312 33.984 19.584 62.144 52.928 84.416 100.288-1.28-5.376-2.368-10.496-3.2-15.488-0.832-4.928-1.28-9.6-1.28-14.144 0-27.52 9.856-51.072 29.632-70.656 19.712-19.456 50.368-29.312 91.968-29.312 70.976 0 135.104 33.216 192.384 99.584 57.28 66.432 85.952 146.496 85.952 240.192 0 111.424-40.128 202.112-120.32 272zM596.992 404.672c-31.616-64.768-75.776-97.088-132.352-97.088-27.328 0-49.984 10.56-67.904 31.744-18.048 21.12-27.072 51.904-27.072 92.16 0 54.656 17.536 109.632 52.48 164.992 35.072 55.296 76.544 82.88 124.288 82.88 30.656 0 54.592-10.176 72-30.464 17.408-20.416 26.176-43.328 26.176-68.8-0.064-52.096-15.872-110.656-47.616-175.424z" />
|
22 |
+
<glyph unicode="" glyph-name="error-log-viewer" d="M576 960v-320h320zM448 352v-128c0-17.664 14.336-32 32-32s32 14.336 32 32v128c0 17.664-14.336 32-32 32s-32-14.336-32-32zM512 960h-384v-1024h768v640h-384v384zM352 128h-160v320h64v-256h96v-64zM640 352c0 52.992 43.008 96 96 96s96-43.008 96-96h-64c0 17.664-14.336 32-32 32s-32-14.336-32-32v-128c0-17.664 14.336-32 32-32s32 14.336 32 32v32h-32v64h96v-96c0-52.992-43.008-96-96-96s-96 43.008-96 96v128zM576 352v-128c0-52.992-43.008-96-96-96s-96 43.008-96 96v128c0 52.992 43.008 96 96 96s96-43.008 96-96z" />
|
23 |
+
<glyph unicode="" glyph-name="facebook-button" d="M748.864 771.584l-23.552 1.472-23.552 3.008-55.936 7.296h-3.008c-5.824 0-11.776-1.472-14.656-2.944l-11.84-5.824c-5.824-3.008-10.304-8.896-14.656-13.312-7.36-11.776-10.24-25.024-10.24-41.28 0-72.064 1.536-104.704 1.536-106.176l150.016-1.536-22.144-159.808-129.408-4.48v-512h-201.408v514.88h-120.832v162.112h116.352c1.472 0 4.48 45.312 4.48 143.872 0 7.36 0 11.84 0 19.2s0 14.72 0 22.016c1.472 7.36 1.472 13.248 2.944 20.672 1.472 7.296 4.48 14.656 7.36 20.544 8.832 27.968 21.76 50.048 42.304 69.184h-1.472l35.328 27.968c16.192 8.832 36.864 16.192 58.88 19.136l19.136 4.416c11.84 0 20.672 0 26.496 0l187.008-14.784-19.136-173.632z" />
|
24 |
+
<glyph unicode="" glyph-name="featured-posts" d="M128 576h256v-64h-256v64zM128 448h128v-64h-128v64zM128 320h128v-64h-128v64zM128 704h512v-64h-512v64zM128 832h512v-64h-512v64zM768 626.432v234.496c0 54.592-43.136 99.072-96.128 99.072h-575.744c-52.992 0-96.128-44.48-96.128-99.072v-697.792c0-54.656 43.136-99.136 96.128-99.136h304.384c64.576-78.080 162.176-127.872 271.424-127.872 194.432 0 352 157.568 352 351.936 0.064 161.024-108.288 296.512-255.936 338.368zM320 288.064c0-57.728 14.144-112 38.784-160.064h-262.656c-16.96 0-32.128 15.104-32.128 33.728v699.2c0 18.624 15.168 35.072 32.128 35.072h575.68c17.024 0 32.192-16.448 32.192-35.072v-222.528c-10.56 0.96-21.184 1.6-32 1.6-194.432 0-352-157.568-352-351.936zM917.76 317.504l-109.376-97.408 36.48-148.224c8.128-25.408-20.288-50.752-44.544-33.856l-125.632 80.448-125.568-80.448c-20.224-16.96-52.672 4.224-44.544 33.856l32.448 148.224-109.44 97.408c-20.224 16.96-12.16 55.040 12.16 55.040l145.856 12.736 56.704 139.712c12.16 25.472 44.608 25.472 56.768 0l56.704-139.712 145.856-12.736c24.256 0 36.416-38.080 16.128-55.040z" />
|
25 |
+
<glyph unicode="" glyph-name="gallery-categories" d="M932.992 832h-351.936c-77.696-0.832-101.888-2.304-123.072 21.888l-7.552 12.928c-40.704 59.776-54.912 53.376-131.968 53.376h-227.52c-50.112 0-90.944-40.768-90.944-90.944v-802.304c0-50.176 40.832-90.944 90.944-90.944h842.048c50.24 0 91.008 40.832 91.008 90.944v707.712c0 50.112-40.768 97.344-91.008 97.344zM384 128h-128v128h128v-128zM384 320h-128v128h128v-128zM384 512h-128v128h128v-128zM448 640h128v-128h-128v128zM576 128h-128v128h128v-128zM576 320h-128v128h128v-128zM768 128h-128v128h128v-128zM768 320h-128v128h128v-128zM768 512h-128v128h128v-128z" />
|
26 |
+
<glyph unicode="" glyph-name="gallery" d="M256-64h-256v256h256v-256zM256 320h-256v256h256v-256zM256 704h-256v256h256v-256zM640-64h-256v256h256v-256zM640 320h-256v256h256v-256zM640 704h-256v256h256v-256zM1024-64h-256v256h256v-256zM1024 320h-256v256h256v-256zM1024 704h-256v256h256v-256z" />
|
27 |
+
<glyph unicode="" glyph-name="google-analytics" d="M1024 489.728l-180.224 110.4c4.608 12.48 7.488 25.792 7.488 39.936 0 64-51.84 115.84-115.84 115.84s-115.84-51.904-115.84-115.84c0-30.4 11.968-57.792 31.040-78.464l-138.24-209.024c-11.904 4.16-24.512 6.848-37.824 6.848-32.192 0-61.248-13.12-82.24-34.304l-65.28 37.44c2.496 9.472 4.288 19.264 4.288 29.504 0 64-51.84 115.84-115.84 115.84s-115.84-51.904-115.84-115.84c0-22.016 6.464-42.368 17.088-59.84l-112.128-112.064c-0.32-0.448 39.616-39.616 40-40.064l112.448 112.448c17.216-10.112 36.992-16.32 58.432-16.32 33.344 0 63.168 14.272 84.288 36.8l64.192-36.8c-3.072-10.432-5.248-21.184-5.248-32.64 0-64 51.84-115.84 115.84-115.84s115.84 51.904 115.84 115.84c0 30.144-11.776 57.408-30.72 78.016l138.432 209.28c11.776-4.032 24.128-6.656 37.248-6.656 29.376 0 55.872 11.264 76.288 29.312l183.616-112.448 28.736 48.64z" />
|
28 |
+
<glyph unicode="" glyph-name="google-captcha" d="M960 640v255.232l-82.56-82.88c-93.056 91.264-220.864 147.648-361.984 147.648-284.672 0-515.456-229.184-515.456-512 0-282.752 230.784-512 515.456-512 141.44 0 269.504 56.576 362.624 148.224l-89.984 89.408c-70.080-68.736-166.4-111.168-272.64-111.168-214.336 0-388.16 172.608-388.16 385.6 0 212.928 173.76 385.536 388.16 385.536 106.176 0 202.432-42.368 272.512-111.040l-83.008-82.56h255.040zM512 480c0 52.992-43.008 96-96 96h-96v-320h64v128h21.248l42.752-128h64l-47.296 141.696c28.16 16.704 47.296 47.168 47.296 82.304zM384 511.232h32c17.664 0 32-14.336 32-32s-14.336-32-32-32h-32v64zM768 512v64h-192v-320h192v64h-128v64h64v64h-64v64z" />
|
29 |
+
<glyph unicode="" glyph-name="google-maps" horiz-adv-x="960" d="M480 960c-159.040 0-288-125.248-288-279.744 0-71.808 8.64-125.888 100.8-260.224 150.272-218.944 187.2-484.032 187.2-484.032s36.928 265.088 187.2 484.032c92.16 134.336 100.8 188.416 100.8 260.224 0 154.496-128.896 279.744-288 279.744zM480 552.256c-70.72 0-128 57.344-128 128 0 70.72 57.28 128 128 128s128-57.28 128-128c0-70.72-57.28-128-128-128z" />
|
30 |
+
<glyph unicode="" glyph-name="google-one" d="M853.824 404.928v-84.928h85.44v84.928h84.736v85.568h-84.736v85.504h-85.44v-85.504h-85.824v-85.568zM640 453.888c0 19.136-1.728 37.376-5.184 55.616h-308.032v-114.688h184.704c-13.632-92.224-98.752-143.424-184.704-143.424-113.152 0-203.328 95.552-203.328 210.304 0 114.688 90.176 210.304 203.328 210.304 47.616 0 95.36-16.576 130.24-51.328l88.448 87.808c-60.416 57.408-136.128 86.912-218.688 86.912-181.248 0-326.784-149.44-326.784-333.696s145.536-333.696 326.784-333.696c188.032 0 313.216 135.552 313.216 325.888z" />
|
31 |
+
<glyph unicode="" glyph-name="google-shortlink" d="M487.616 106.24l-113.152-113.152c-80.64-80.64-217.088-74.944-304.768 12.736s-93.376 224.128-12.736 304.768l113.152 113.152c56 55.936 138.816 70.272 213.632 44.48l-224.704-224.704c-43.136-43.136-45.248-110.976-4.672-151.552 40.512-40.512 108.352-38.464 151.488 4.736l225.472 225.472c26.944-75.392 12.864-159.36-43.712-215.936zM308.928 325.696l326.4 326.208c22.72 22.592 59.008 22.976 81.28 0.704s21.952-58.624-0.704-81.28l-326.4-326.4c-22.656-22.656-59.072-22.976-81.28-0.704-22.336 22.272-21.952 58.624 0.704 81.28l0.064 0.064-0.064 0.128zM967.040 585.6l-108.736-108.672c-56.576-56.576-140.544-70.656-215.872-43.776l225.024 225.024c43.136 43.136 45.248 110.976 4.672 151.488-40.576 40.576-108.416 38.464-151.552-4.672l-224.256-224.256c-25.856 74.816-11.456 157.632 44.48 213.632l108.736 108.736c80.64 80.64 217.088 74.944 304.768-12.736 87.68-87.744 93.376-224.128 12.736-304.768z" />
|
32 |
+
<glyph unicode="" glyph-name="google-sitemap" d="M768 384v-96h-128v96h-96v128h96v256h-256v-256h96v-128h-96v-96h-128v96h-256v-256h256v96h128v-96h256v96h128v-96h256v256z" />
|
33 |
+
<glyph unicode="" glyph-name="htaccess" d="M512 960v-256h256zM576 303.68v12.16c0 111.808 82.56 196.16 192 196.16v128h-320v320h-384v-960h448v214.272c0 42.24 27.456 72.64 64 89.408zM896 256v59.84c0 75.712-52.288 132.16-128 132.16s-128-56.448-128-132.16v-61.376c-25.28-1.408-64-14.528-64-40.128v-230.208c0-26.624 30.912-48.128 57.472-48.128h279.232c26.56 0 47.296 21.504 47.296 48.128v230.208c0 25.6-38.784 40.256-64 41.664zM831.104 14.080c1.472-3.136 1.088-6.72-0.896-9.536-2.048-2.816-5.312-4.544-8.96-4.544h-106.432c-3.584 0-6.912 1.728-9.024 4.544-1.92 2.816-2.304 6.464-0.896 9.536l25.728 79.296c-13.632 10.56-26.624 26.432-26.624 43.2 0 30.72 31.36 55.808 64 55.808 32.512 0 64-25.088 64-55.808 0-16.768-12.992-32.64-26.56-43.2l25.664-79.296zM832 256h-128v59.84c0 38.144 25.856 66.752 64 66.752s64-28.608 64-66.752v-59.84z" />
|
34 |
+
<glyph unicode="" glyph-name="job-board" d="M640 356.16c0.064-28.608-12.864-36.16-41.408-36.16h-171.52c-28.608 0-43.072 7.552-43.072 36.16v18.432c-134.208 9.024-257.984 39.936-384 73.472v-355.712c0-51.008 33.472-92.352 84.416-92.352h847.296c50.944 0 92.288 41.344 92.288 92.352v355.648c-125.952-33.472-249.728-64.384-384-73.408v-18.432zM462.848 384h98.24c8.256 0 14.912 6.656 14.912 14.848v98.304c0 8.192-6.656 14.848-14.848 14.848h-98.304c-8.192 0-14.848-6.656-14.848-14.848v-98.24c0-8.256 6.656-14.912 14.848-14.912zM931.648 832h-227.648v20.864c0 60.352-29.504 107.136-89.856 107.136h-203.776c-60.352 0-90.368-46.784-90.368-107.136v-20.864h-235.328c-51.008 0-84.48-41.344-84.48-92.352v-144.256c125.952-33.472 249.6-73.664 383.808-82.688v12.864c0 28.608 22.464 51.712 51.008 51.712h154.112c28.544 0 50.88-23.104 50.88-51.712v-13.568c134.208 9.024 258.048 49.92 384 83.392v144.256c0 51.008-41.344 92.352-92.352 92.352zM640 832h-256v27.84c0 21.376 20.48 36.16 41.856 36.16h172.288c21.312 0 41.856-19.648 41.856-40.96v-23.040z" />
|
35 |
+
<glyph unicode="" glyph-name="latest-posts" d="M128.016 576.080h256.032v-64.008h-256.032v64.008zM128.016 448.064h128.016v-64.008h-128.016v64.008zM128.016 320.048h128.016v-64.008h-128.016v64.008zM128.016 704.096h512.064v-64.008h-512.064v64.008zM128.016 832.112h512.064v-64.008h-512.064v64.008zM768.096 626.518v234.525c0 54.663-43.141 99.084-96.14 99.084h-575.816c-52.999 0-96.14-44.486-96.14-99.084v-697.943c0-54.663 43.141-99.084 96.14-99.084h304.422c64.584-78.090 162.196-127.888 271.458-127.888 194.456 0 352.044 157.588 352.044 351.98 0.064 161.044-108.302 296.549-255.968 338.41zM96.14 128.024c-16.962 0-32.132 15.106-32.132 33.732v699.287c0 18.626 15.17 35.076 32.132 35.076h575.752c17.026 0 32.196-16.45 32.196-35.076v-222.556c-10.561 0.96-21.187 1.6-32.004 1.6-194.456 0-352.044-157.588-352.044-351.98 0-57.735 14.146-112.014 38.789-160.084h-262.689zM768.096 255.976h-128.016v256.032h64.008v-192.024h64.008v-64.008z" />
|
36 |
+
<glyph unicode="" glyph-name="limit-attempts" d="M990.208 314.24v55.104c0 50.88-42.432 78.656-94.144 78.656-51.776 0-93.696-27.776-93.696-78.656v-56.192c-17.28-0.96-34.368-9.728-34.368-26.944v-125.888c0-17.856 14.72-32.32 32.896-32.32h190.784c18.176 0 32.32 14.464 32.32 32.32v125.888c0 17.216-16.576 27.072-33.792 28.032zM926.016 182.016c-0.96-1.408-2.56-2.304-4.352-2.304h-51.392c-1.728 0-3.328 0.832-4.352 2.304-0.96 1.408-1.152 3.264-0.448 4.8l12.416 31.168c-6.592 5.312-10.496 13.248-10.496 21.696 0 15.488 12.8 28.032 28.544 28.032 15.68 0 28.544-12.608 28.544-28.032 0-8.448-3.904-16.384-10.496-21.696l12.416-31.168c0.768-1.6 0.576-3.392-0.384-4.8zM955.328 312.832h-119.168v56.512c0 25.6 34.304 44.864 60.416 44.864 26.048 0 58.752-19.2 58.752-44.864v-56.512zM315.008 460.8c-4.928-2.944-19.648-8.896-33.472-12.8 13.76-3.904 28.544-9.856 33.408-12.8 9.856-4.928 12.8-16.704 6.912-26.56s-16.704-12.8-26.56-6.912c-4.928 2.944-17.728 12.8-27.52 23.616 3.968-13.696 5.952-30.464 5.952-36.352 0-10.816-8.832-19.648-18.688-19.648s-18.688 8.832-18.688 19.648c0 5.888 1.984 22.592 5.888 36.352-9.856-10.816-22.592-20.672-27.52-23.616-7.872-5.824-19.712-2.88-24.576 6.912s-2.944 21.632 6.848 26.56c4.928 2.944 19.648 8.896 33.472 12.8-13.824 3.904-28.544 9.856-33.472 12.8-9.856 4.928-12.8 16.704-6.912 26.56 4.928 9.856 16.704 12.8 25.536 6.912 4.928-2.944 17.728-12.8 27.52-23.616-3.84 13.696-5.824 30.464-5.824 36.352 0 10.816 8.832 19.648 18.688 19.648s18.688-8.832 18.688-19.648c0-5.888-1.984-22.592-5.888-36.352 9.856 10.816 22.592 20.672 27.52 23.616 8.832 5.888 20.672 2.944 25.536-6.912 5.952-9.856 2.944-21.632-6.848-26.56zM507.008 460.8c-4.928-2.944-19.648-8.896-33.472-12.8 13.76-3.904 28.544-9.856 33.408-12.8 9.856-4.928 12.8-16.704 6.912-26.56s-16.704-12.8-26.56-6.912c-4.928 2.944-17.728 12.8-27.52 23.616 3.968-13.696 5.952-30.464 5.952-36.352 0-10.816-8.832-19.648-18.688-19.648s-18.688 8.832-18.688 19.648c0 5.888 1.984 22.592 5.888 36.352-9.856-10.816-22.592-20.672-27.52-23.616-7.872-5.824-19.712-2.88-24.576 6.912s-2.944 21.632 6.848 26.56c4.928 2.944 19.648 8.896 33.472 12.8-13.824 3.904-28.544 9.856-33.472 12.8-9.856 4.928-12.8 16.704-6.912 26.56 4.928 9.856 16.704 12.8 25.536 6.912 4.928-2.944 17.728-12.8 27.52-23.616-3.84 13.696-5.824 30.464-5.824 36.352 0 10.816 8.832 19.648 18.688 19.648s18.688-8.832 18.688-19.648c0-5.888-1.984-22.592-5.888-36.352 9.856 10.816 22.592 20.672 27.52 23.616 8.832 5.888 20.672 2.944 25.536-6.912 5.952-9.856 2.944-21.632-6.848-26.56zM699.008 460.8c-4.928-2.944-19.648-8.832-33.408-12.8 13.76-3.904 28.544-9.856 33.408-12.8 9.856-4.928 12.8-16.704 6.912-26.56s-16.704-12.8-26.56-6.912c-4.928 2.944-17.728 12.8-27.52 23.616 3.904-13.76 5.888-30.464 5.888-36.352 0-10.816-8.832-19.648-18.688-19.648s-18.688 8.832-18.688 19.648c0 5.888 1.984 22.592 5.888 36.352-9.856-10.816-22.592-20.672-27.52-23.616-7.872-5.824-19.712-2.88-24.576 6.912s-2.944 21.632 6.848 26.56c4.928 2.944 19.648 8.896 33.472 12.8-13.824 3.904-28.544 9.856-33.472 12.8-9.856 4.928-12.8 16.704-6.912 26.56 4.928 9.856 16.704 12.8 25.536 6.912 4.928-2.944 17.728-12.8 27.52-23.616-3.84 13.696-5.824 30.464-5.824 36.352 0 10.816 8.832 19.648 18.688 19.648s18.688-8.832 18.688-19.648c0-5.888-1.984-22.592-5.888-36.352 9.856 10.816 22.592 20.672 27.52 23.616 8.832 5.888 20.672 2.944 25.536-6.912 5.952-9.856 2.944-21.632-6.848-26.56zM704 320h-640v256h768v-64h64v48.448c0 43.904-36.736 79.552-81.92 79.552h-732.16c-5.632 0-11.136-0.576-16.448-1.6-2.688-0.576-5.312-1.216-7.872-1.984-33.344-10.112-57.6-40.32-57.6-75.968v0-224.96c0-32.896 20.672-61.184 50.112-73.28 4.928-1.984 10.048-3.584 15.36-4.672 5.312-0.96 10.816-1.536 16.448-1.536h622.080v64z" />
|
37 |
+
<glyph unicode="" glyph-name="linkedin" d="M232.704-64h-220.032v660.608h219.968v-660.608zM212.992 719.296c-22.848-21.824-52.992-32.64-90.304-32.64h-1.344c-36.416 0-65.792 10.88-88 32.64s-33.344 48.896-33.344 81.28c0 32.896 11.456 60.096 34.304 81.664 22.912 21.568 52.8 32.32 89.728 32.32 36.864 0 66.432-10.816 88.64-32.32 22.208-21.568 33.536-48.768 33.984-81.664 0.448-32.384-10.752-59.52-33.664-81.28zM1024-64h-219.328v353.344c0 46.656-9.024 83.2-27.008 109.632-18.048 26.432-46.080 39.616-84.352 39.616-28.032 0-51.456-7.68-70.336-22.976s-32.96-34.304-42.304-56.96c-4.928-13.312-7.36-31.296-7.36-54.016v-368.64h-219.328c0.896 177.344 1.344 321.152 1.344 431.36s-0.192 176-0.704 197.248l-0.64 32h219.328v-94.080c8.448 13.44 17.088 25.28 25.984 35.392 9.344 10.688 21.888 22.208 37.696 34.688 15.808 12.416 35.136 22.080 57.984 28.992 22.912 6.912 48.384 10.368 76.352 10.368 76.032 0 137.088-25.216 183.36-75.648 46.208-50.432 69.312-124.352 69.312-221.632v-378.688z" />
|
38 |
+
<glyph unicode="" glyph-name="multilanguage" d="M152.64 228.224c0.128 0 17.28 0.32 23.616 4.032 16.128 10.048 37.888 34.752 56.96 57.152l5.952 6.912c24.192 27.712 48.704 59.776 73.024 95.552 4.48-3.328 10.368-7.872 15.168-11.584 9.408-7.168 18.816-14.4 22.912-17.024 9.088-5.952 43.904-24.96 52.224-28.672 1.472-0.576 3.84-1.536 6.592-2.688 17.152-7.168 26.368-10.624 32.192-10.624 6.336 0 9.728 3.968 10.816 7.68 1.216 4.736-3.136 38.784-14.72 42.56-3.776 1.408-71.232 28.992-81.216 33.6-5.76 2.816-17.472 7.68-27.136 11.712l-0.256 0.128c25.216 39.168 39.040 65.664 39.296 66.112 1.472 3.136 6.272 12.416 11.648 22.976 19.904 38.848 21.056 41.344 21.568 43.968 0.576 3.264 1.472 17.28 0.512 21.952l-2.752 8.128h-7.68c-3.584 0-7.232-1.472-13.312-3.84-3.584-1.472-7.936-3.136-12.8-4.736-7.168-2.368-16.64-7.296-25.728-12.16-8.512-4.48-19.136-10.048-23.808-10.816-7.424-1.728-24.832-7.808-41.664-13.696-6.848-2.432-13.312-4.672-18.368-6.4-16.192-5.44-46.976-14.4-60.288-17.92-6.336-1.728-12.352-2.688-17.536-3.456-5.632-0.896-10.56-1.728-14.208-2.944l-6.848-2.24 0.384-6.976c0.64-10.944 3.328-15.936 4.224-17.216 2.624-4.224 11.392-13.632 21.696-16 13.568-3.84 26.496-1.792 31.488-0.192 4.16 0.768 20.864 5.952 24.704 13.376 1.472 2.88 1.472 5.888 1.472 8.576 4.992 1.472 13.696 3.648 20.032 5.248 7.872 1.984 15.68 3.968 20.544 5.376l4.224 1.408c17.472 5.76 31.040 10.048 40.448 12.864-11.264-23.104-32.768-64.896-42.56-82.24-11.2-20.8-79.488-113.984-93.824-130.24-2.88-3.264-6.72-7.68-10.944-12.672-11.52-13.376-28.992-33.664-35.072-38.144l-12.16-8.896 13.568-6.656c1.92-0.896 4.16-1.28 7.616-1.28zM257.088 553.152l1.024-0.064c13.184 0 29.056 3.904 38.272 7.488 7.616 2.944 26.048 11.392 34.112 26.368 1.664 3.008 5.056 9.28 2.816 21.568-2.496 10.624-10.24 16.704-22.080 16.704h-0.128c-6.976-0.704-25.088-5.504-33.536-8.256l-4.544-1.28c-8.896-2.496-22.336-6.272-28.608-7.68-0.448-0.128-1.856-0.32-4.736-0.32-5.76 0-11.904 1.024-14.208 1.664l-1.984 1.92-10.24-0.192-2.432-5.44c-3.264-7.296 5.504-27.904 12.288-35.136 14.080-13.76 26.112-16.448 33.984-17.344zM706.496 35.776c-3.2-1.792-6.4-3.584-9.6-5.376-11.84-6.72-22.976-13.12-35.072-18.496-63.36-26.624-111.552-36.032-184.064-36.032-60.416 0-134.464 25.728-179.776 47.872-2.432 1.088-6.912 3.584-12.096 6.4-19.776 10.88-26.752 14.272-31.808 14.272-11.072 0-19.776-8.768-19.776-19.904 0-6.72 2.368-11.52 8.512-16.512 50.176-35.712 164.992-72 227.456-72h48.64c17.728 0 37.568 3.52 54.272 6.912 51.968 8.576 108.032 29.376 155.328 57.536l28.736-46.272 41.536 120.384-121.536 9.792 29.248-48.576zM684.672 446.912l80.512-23.744-36.48 128.512zM868.928 711.36v236.736c0 7.424-5.184 11.904-11.584 11.904-5.248 0-365.696-121.728-369.728-122.88l-323.328 112.128v-217.472c-49.28-16.448-84.608-27.776-86.4-28.288-3.456-1.152-8.128-2.304-11.584-6.272-1.152-1.152-1.728-3.904-2.304-5.632v-610.496c0-0.576 0.576-1.152 0.576-1.728 1.728-4.544 5.824-7.36 10.432-7.36 5.76 0 421.312 137.024 430.592 141.056 0 0 0.576 0 448.576-139.328v611.008l-85.248 26.624zM488.768 248.32l-383.424-123.328v539.2l383.424 131.968v-547.84zM827.584 902.656v-183.872l-294.592 85.824 294.592 98.048zM805.76 278.144l-21.44 76.48-122.304 36.8-26.048-62.272-59.072 17.536 125.184 303.552 57.984-17.536 104.896-372.096-59.2 17.536z" />
|
39 |
+
<glyph unicode="" glyph-name="pagination" d="M746.688 640v0h-234.688v-448h234.688c117.824 0 213.312 95.232 213.312 220.864 0 125.696-95.488 227.136-213.312 227.136zM814.464 384.448l-112.64-92.48c-6.656-5.568-14.848-8.512-23.552-8.512-12.416 0-24.064 6.4-31.232 17.024-11.84 17.728-8.448 41.984 7.744 55.168l74.176 60.928-71.936 60.032c-16 13.44-19.264 37.696-7.296 55.168 6.144 9.024 15.68 14.976 26.112 16.448 10.432 1.344 20.544-1.6 28.736-8.384l110.144-91.84c9.28-7.808 14.592-19.392 14.464-31.808 0.064-12.288-5.504-24.192-14.72-31.744zM0 412.864c0-125.632 95.488-220.864 213.312-220.864v0h234.688v448h-234.688c-117.824 0-213.312-101.44-213.312-227.136zM130.752 416.128c-0.064 12.416 5.184 24.064 14.528 31.872l110.144 91.904c8.192 6.784 18.304 9.664 28.736 8.32 10.432-1.472 19.904-7.424 26.112-16.448 11.904-17.536 8.704-41.728-7.296-55.168l-71.936-60.032 74.176-60.928c16.192-13.184 19.584-37.44 7.744-55.168-7.168-10.624-18.816-17.024-31.232-17.024-8.704 0-16.832 3.008-23.552 8.512l-112.64 92.48c-9.216 7.552-14.784 19.456-14.784 31.68z" />
|
40 |
+
<glyph unicode="" glyph-name="pdf-print" d="M960 704h-128v198.208c0 32.384-26.24 57.792-58.688 57.792h-522.624c-32.448 0-58.688-25.408-58.688-57.792v-198.208h-128c-35.328 0-64-28.672-64-64v-448c0-35.328 28.672-64 64-64h128v-134.784c0-31.616 25.6-57.216 57.216-57.216h525.568c31.616 0 57.216 25.6 57.216 57.216v134.784h128c35.328 0 64 28.672 64 64v448c0 35.328-28.672 64-64 64zM256 896h512v-192h-512v192zM768 128v-128h-512v192h512v-64zM768 512h-64v64h64v-64zM896 512h-64v64h64v-64z" />
|
41 |
+
<glyph unicode="" glyph-name="pinterest" d="M884.608 507.712c-7.616-37.76-19.584-74.112-35.968-108.928-16.448-34.88-36.416-65.472-60.032-91.904-23.616-26.496-52.608-47.68-86.976-63.488-34.432-15.744-72.256-23.68-113.408-23.68-27.2 0-54.208 6.528-81.024 19.712-26.752 13.12-45.952 31.168-57.6 54.144-4.032-15.936-9.6-38.976-16.768-69.184-7.232-30.144-11.904-49.6-14.080-58.496-2.24-8.832-6.272-23.36-12.352-43.584-6.016-20.416-11.2-34.944-15.552-43.712-4.416-8.832-10.816-21.632-19.2-38.528-8.384-16.768-17.6-32.64-27.584-47.616s-22.4-32.768-37.184-53.184l-8.448-3.264-5.44 6.208c-6.016 64.384-8.96 102.912-8.96 115.712 0 37.76 4.288 80 12.928 127.040 8.576 46.976 21.888 105.856 39.872 176.896 17.984 70.912 28.416 112.576 31.168 124.864-12.8 26.752-19.2 61.376-19.2 104 0 34.112 10.368 66.048 31.168 96s47.232 44.992 79.168 44.992c24.384 0 43.392-8.384 57.024-24.96s20.416-37.696 20.416-63.104c0-27.072-8.768-66.176-26.368-117.568-17.6-51.2-26.368-89.6-26.368-115.008 0-25.856 8.96-47.296 27.008-64.32 17.92-16.96 39.744-25.472 65.408-25.472 21.952 0 42.368 5.12 61.12 15.36 18.816 10.24 34.496 24.256 47.104 41.92 12.608 17.6 23.808 37.056 33.6 58.432 9.792 21.312 17.408 43.968 22.784 68.032 5.44 23.936 9.408 46.784 11.968 68.288 2.624 21.504 3.968 41.92 3.968 61.184 0 70.976-21.888 126.272-65.728 165.824-43.84 39.616-100.928 59.392-171.328 59.392-80 0-146.816-26.56-200.384-79.744-53.568-53.12-80.448-120.512-80.448-202.176 0-18.048 2.496-35.456 7.552-52.288 5.056-16.768 10.432-30.144 16.256-39.936 5.76-9.856 11.2-19.2 16.192-27.968 4.992-8.896 7.488-15.104 7.488-18.752 0-11.52-3.008-26.496-9.024-44.928-6.016-18.496-13.44-27.776-22.208-27.776-0.768 0-4.224 0.64-10.176 1.856-20.416 6.144-38.464 17.6-54.272 34.496-15.808 16.704-28.032 36.096-36.608 58.112-8.64 21.888-15.104 44.096-19.52 66.496s-6.592 44.16-6.592 65.472c0 44.352 7.488 86.080 22.464 125.248s35.712 73.28 62.144 102.464c26.368 29.184 56.768 54.4 91.2 75.648 34.368 21.312 71.424 37.312 110.976 48 39.616 10.624 80 16.064 121.216 16.064 63.168 0 121.984-13.696 176.384-40.96 54.336-27.392 98.56-67.072 132.608-119.104 33.984-52.096 51.008-110.976 51.008-176.576 0-39.36-3.84-77.952-11.392-115.648z" />
|
42 |
+
<glyph unicode="" glyph-name="popular-posts" d="M130.304 576h256v-64h-256v64zM130.304 448h128v-64h-128v64zM130.304 320h128v-64h-128v64zM130.304 704h512v-64h-512v64zM130.304 832h512v-64h-512v64zM770.304 626.432v234.496c0 54.592-43.136 99.072-96.192 99.072h-575.68c-52.992 0-96.128-44.48-96.128-99.072v-697.792c0-54.656 43.136-99.136 96.128-99.136h304.384c64.576-78.080 162.176-127.872 271.424-127.872 194.432 0 352 157.568 352 351.936 0.064 161.024-108.288 296.512-255.936 338.368zM361.088 128h-262.656c-16.96 0-32.128 15.104-32.128 33.728v699.2c0 18.624 15.168 35.072 32.128 35.072h575.68c16.96 0 32.128-16.448 32.128-35.072v-222.528c-10.496 0.96-21.12 1.6-31.936 1.6-194.432 0-352-157.568-352-351.936 0-57.728 14.144-112 38.784-160.064zM615.168 426.56c52.352 68.16 51.392 85.44 51.392 85.44s40.704-26.752 66.88-85.44c26.176-58.688 18.88-128.96 18.88-128.96s12.16 4.608 32.512 30.528c20.352 25.92 20.608 87.168 20.608 87.168s60.8-71.616 60.8-159.68c0-126.080-110.528-184.768-110.528-184.768s-67.904 53.568-89.216 92.352c-21.312 38.016-36.864 103.872-36.864 103.872s-30.080-55.488-30.080-90.88c1.92-69.888 45.568-105.344 45.568-105.344s-162.88 49.216-162.88 164.864c0.128 115.712 80.576 123.52 132.928 190.848z" />
|
43 |
+
<glyph unicode="" glyph-name="portfolio" d="M0 960h512v-512h-512v512zM1024-64h-1024v448h1024v-448zM1024 448h-448v128h448v-128zM1024 640h-448v128h448v-128zM1024 832h-448v127.936h448v-127.936z" />
|
44 |
+
<glyph unicode="" glyph-name="post-to-csv" horiz-adv-x="832" d="M512 960v-320h320zM448 960h-448v-1024h832v640h-384v384zM256 320h-64v32c0 17.664-14.336 32-32 32s-32-14.336-32-32v-128c0-17.664 14.336-32 32-32s32 14.336 32 32v32h64v-32c0-52.992-43.008-96-96-96s-96 43.008-96 96v128c0 52.992 43.008 96 96 96s96-43.008 96-96v-32zM640 448l32-213.312 32 213.312h64l-48-320h-96l-48 320h64zM512 352v-16h-64v16c0 17.664-14.336 32-32 32s-32-14.336-32-32 14.336-32 32-32c52.992 0 96-43.008 96-96s-43.008-96-96-96-96 43.008-96 96v16h64v-16c0-17.664 14.336-32 32-32s32 14.336 32 32-14.336 32-32 32c-52.992 0-96 43.008-96 96s43.008 96 96 96 96-43.008 96-96z" />
|
45 |
+
<glyph unicode="" glyph-name="profile-extra-fields" d="M0 256h640v-251.136l90.176 95.68 66.688-164.544 49.6 20.16-66.624 164.288 131.264-5.632-161.024 141.184h273.92v192h-1024v-192zM64 384h896v-64h-269.184l-50.816 34.816v-34.816h-576v64zM448 960v-192h576v192h-576zM193.792 665.28c109.376 0 130.176-63.936 152.32-152.96l37.888-0.32v448h-384v-448l41.472 0.32c22.144 89.024 42.88 152.96 152.32 152.96zM192 896c53.056 0 96-43.008 96-96 0-53.056-42.944-96-96-96-52.992 0-96 35.648-96 96 0 52.992 43.008 96 96 96zM0 191.936h512v-191.936h-512v191.936zM448 512h576v192h-576v-192z" />
|
46 |
+
<glyph unicode="" glyph-name="promobar" d="M972.8 832h-921.6c-20.288 0-51.2-30.72-51.2-51.2v-665.6c0-20.416 30.912-51.2 51.2-51.2h921.6c20.416 0 51.2 30.784 51.2 51.2v665.6c0 20.224-30.784 51.2-51.2 51.2zM320 768h64v-64h-64v64zM192 768h64v-64h-64v64zM64 768h64v-64h-64v64zM960 128h-896v512h896v-512zM128 576h768v-128h-768v128z" />
|
47 |
+
<glyph unicode="" glyph-name="quotes-and-tips" d="M448 64h-448v319.168l192 448.832h192l-127.936-384h191.936v-384zM1024 64h-448v319.168l192 448.832h192l-128-384h192v-384z" />
|
48 |
+
<glyph unicode="" glyph-name="rating" d="M1003.072 507.008l-218.752-194.752 72.96-296.512c16.192-50.752-40.512-101.568-89.152-67.648l-251.264 160.896-251.2-160.896c-40.512-33.92-105.344 8.384-89.152 67.648l64.832 296.512-218.88 194.752c-40.512 33.92-24.32 110.080 24.32 110.080l291.776 25.408 113.408 279.36c24.384 50.88 89.152 50.88 113.472 0l113.408-279.36 291.776-25.408c48.704-0.064 73.024-76.16 32.448-110.080z" />
|
49 |
+
<glyph unicode="" glyph-name="re-attacher" d="M700.8 495.936v-0.064c26.24-0.064 47.424-25.472 47.424-52.224 0-26.688-21.184-43.456-47.424-43.52h-377.856c-26.24 0-47.488 16.832-47.488 43.52 0 26.752 21.248 52.224 47.488 52.224h0.064v0.064h377.792zM300.032 256h-131.008c-93.312 0-169.024 91.136-169.024 196.416 0 105.152 75.712 187.584 169.024 187.584h131.008c64.768 0 121.024-35.584 149.376-95.936l-260.096-0.064c-49.92 0.064-90.368-42.048-90.432-90.752 0-48.64 40.448-101.248 90.432-101.248h260.992c-28.032-61.376-84.8-96-150.272-96zM852.096 256h-125.824c-65.472 0-122.24 34.624-150.272 96h260.48c49.92 0 90.432 52.608 90.368 101.248 0 48.704-40.448 90.816-90.432 90.816h-259.584c28.352 60.352 84.608 95.936 149.44 95.936h125.888c93.312 0 168.96-82.432 169.024-187.648-0.064-105.216-75.712-196.352-169.088-196.352z" />
|
50 |
+
<glyph unicode="" glyph-name="realty" d="M512 896l-256-256v192h-128v-320l-128-128h64v-384h512v320h192v-320h192v384h64z" />
|
51 |
+
<glyph unicode="" glyph-name="related-posts" d="M128 576h256v-64h-256v64zM128 448h128v-64h-128v64zM128 320h128v-64h-128v64zM128 704h512v-64h-512v64zM128 832h512v-64h-512v64zM768 626.432v234.496c0 54.592-43.136 99.072-96.128 99.072h-575.744c-52.992 0-96.128-44.48-96.128-99.072v-697.792c0-54.656 43.136-99.136 96.128-99.136h304.384c64.576-78.080 162.176-127.872 271.424-127.872 194.432 0 352 157.568 352 351.936 0.064 161.024-108.288 296.512-255.936 338.368zM358.784 128h-262.656c-16.96 0-32.128 15.104-32.128 33.728v699.2c0 18.624 15.168 35.072 32.128 35.072h575.68c17.024 0 32.192-16.448 32.192-35.072v-222.528c-10.56 0.96-21.184 1.6-32 1.6-194.432 0-352-157.568-352-351.936 0-57.728 14.144-112 38.784-160.064zM649.152 144.576c-3.52-0.384-7.040-0.576-10.624-0.576-0.064 0-0.128 0-0.256 0v0h-98.112c-68.544 0-124.16 58.368-124.16 132.928 0 2.304 0.256 4.544 0.384 6.784h-0.384c0.32 70.272 50.048 125.952 113.344 131.712 3.456 0.384 6.976 0.576 10.56 0.576 0.064 0 0.128 0 0.256 0v0h60.864c-20.736-18.048-36.928-41.536-47.040-68.48h-2.304c-2.816 0-5.632-0.256-8.384-0.576-32.704-5.056-58.048-38.848-58.048-70.656 0-34.496 29.696-63.808 66.432-63.808h75.136c2.816 0 5.632 0.256 8.32 0.576 32.704 5.056 58.048 38.912 58.048 70.656 0 3.328-0.384 6.592-0.896 9.792 4.352 8.64 14.080 14.912 24.832 14.912h43.008c1.472-8.192 2.24-16.64 2.24-25.344 0-2.304-0.256-4.544-0.384-6.784h0.384c-0.256-70.272-49.984-125.952-113.216-131.712zM814.656 144.96c-3.52-0.32-7.040-0.576-10.624-0.576-0.064 0-0.128 0-0.256 0v0h-60.864c20.736 18.048 36.928 41.536 47.040 68.48h2.368c2.816 0 5.632 0.256 8.384 0.576 32.704 5.056 58.048 38.848 58.048 70.656 0 34.496-29.696 63.808-66.432 63.808h-75.136c-2.816 0-5.632-0.256-8.384-0.576-32.704-5.056-58.048-38.912-58.048-70.656 0-3.328 0.384-6.592 0.896-9.792-4.352-8.64-14.080-14.912-24.832-14.912h-43.008c-1.408 8.192-2.24 16.64-2.24 25.344 0 2.304 0.256 4.544 0.384 6.784h-0.384c0.32 70.272 50.048 125.952 113.344 131.712 3.52 0.384 7.040 0.576 10.624 0.576 0.064 0 0.128 0 0.256 0v0h98.112c68.544 0 124.16-58.368 124.16-132.928 0-2.304-0.256-4.544-0.384-6.784h0.32c-0.32-70.272-50.048-125.952-113.344-131.712z" />
|
52 |
+
<glyph unicode="" glyph-name="sender" d="M704 320v-384h-384v384h-320l512 640 512-640h-320z" />
|
53 |
+
<glyph unicode="" glyph-name="smtp" d="M354.368 699.264l97.152 97.152c0.768 0.832 1.92 1.856 3.072 2.752l2.176 1.664c6.208 4.608 14.464 7.36 23.104 7.36s16.896-2.752 23.808-7.872l1.536-1.152c1.216-1.088 1.984-1.792 2.752-2.56l97.344-97.344c15.616-15.68 15.616-41.088 0-56.704-7.552-7.552-17.6-11.712-28.352-11.712-10.688 0-20.8 4.16-28.288 11.712l-28.736 28.736v-121.856c0-22.144-17.984-40.064-40.064-40.064-10.752 0-20.8 4.16-28.352 11.776-7.552 7.552-11.712 17.664-11.712 28.352v121.856l-28.736-28.736c-7.552-7.616-17.6-11.776-28.352-11.776-10.688 0-20.736 4.16-28.288 11.712-15.616 15.68-15.616 41.088-0.064 56.704zM576 540.096v31.744h381.44l-481.856-288.512-471.488 288.512h379.904v-31.744c0-52.992 43.008-96 96-96v0c52.992 0 96 43.008 96 96zM0 483.072l226.112-132.992-226.112-282.688zM34.816 0l256.064 309.568 184.704-111.872 188.032 111.872 252.608-309.568zM960 64.576l-233.344 285.504 233.344 132.992z" />
|
54 |
+
<glyph unicode="" glyph-name="social-buttons-pack" d="M850.944 279.744c-43.392 0-82.944-16-113.28-42.112l-391.808 198.272c0.064 2.048 0.32 4.032 0.32 6.144 0 6.528-0.448 12.928-1.152 19.328l390.208 199.232c30.656-27.456 71.168-44.288 115.712-44.288 95.552-0.064 173.056 76.928 173.056 171.84s-77.504 171.84-173.056 171.84c-95.616 0-173.056-76.928-173.056-171.84 0-6.528 0.448-12.992 1.152-19.328l-390.272-199.232c-30.656 27.456-71.168 44.288-115.712 44.288-95.552 0-173.056-76.928-173.056-171.84 0-94.976 77.504-171.904 173.056-171.904 49.152 0 93.504 20.48 124.992 53.248l381.44-193.088c-0.96-7.296-1.664-14.784-1.664-22.464 0-94.912 77.504-171.904 173.056-171.904 95.616 0.064 173.12 76.992 173.12 171.968 0 94.848-77.504 171.84-173.056 171.84z" />
|
55 |
+
<glyph unicode="" glyph-name="social-login" d="M384 320h-256v192h256v160l256-256-256-256v160zM320 896v0c-70.72 0-128-57.28-128-128v0-128h128v128h448v-704h-448v128h-128v-128c0-70.72 57.28-128 128-128v0h448c70.72 0 128 57.28 128 128v703.872c0 70.656-57.28 128-127.936 128l-448.064 0.128z" />
|
56 |
+
<glyph unicode="" glyph-name="subscriber" d="M575.104 247.104c-19.136-12.16-41.152-18.176-63.104-18.176s-43.968 6.080-63.104 18.24l-448.896 283.904v-526.272c0-38.016 30.784-68.8 68.8-68.8h886.336c38.080 0 68.864 30.784 68.864 68.8v526.272l-448.896-283.968zM989.248 668.48l-443.136 252.736c-21.12 12.032-47.040 12.032-68.16 0l-443.2-252.736c-21.504-12.224-34.752-35.072-34.752-59.776v-1.856l192-121.472v184.192c0 19.008 14.080 34.368 31.424 34.432h577.152c17.344-0.064 31.424-15.424 31.424-34.432v-184.192l192 121.472v1.856c0 24.704-13.248 47.552-34.752 59.776zM256 512h512v-64h-512v64zM256 640h512v-64h-512v64zM352.192 384l101.184-64h117.248l101.12 64z" />
|
57 |
+
<glyph unicode="" glyph-name="testimonials" d="M512 819.136c-282.752 0-512-160.448-512-358.336 0-197.952 229.248-358.4 512-358.4 62.656 0 122.752 7.872 178.24 22.336 30.144 7.808 61.44-32.128 128.96-124.736l51.264 204.928c94.72 65.088 153.536 155.648 153.536 255.808 0 197.952-229.184 358.4-512 358.4zM513.728 371.136c-53.056 0-96.064 43.008-96.064 96 0 53.056 43.008 96 96.064 96 52.992 0 95.936-42.944 95.936-96s-43.008-96-95.936-96zM257.728 371.136c-53.056 0-96.064 43.008-96.064 96 0 53.056 43.008 96 96.064 96 52.992 0 95.936-42.944 95.936-96s-43.008-96-95.936-96zM769.728 371.136c-53.056 0-96.064 43.008-96.064 96 0 53.056 43.008 96 96.064 96 52.992 0 95.936-42.944 95.936-96s-43.008-96-95.936-96z" />
|
58 |
+
<glyph unicode="" glyph-name="timesheet" d="M846.272 796.416h-796.544c-27.456 0-49.728 22.272-49.728 49.728v0.128c0 27.456 22.272 49.728 49.728 49.728h796.544c27.456 0 49.728-22.272 49.728-49.728v-0.128c0-27.456-22.272-49.728-49.728-49.728zM846.272 604.416h-796.544c-27.456 0-49.728 22.272-49.728 49.728v0.128c0 27.456 22.272 49.728 49.728 49.728h796.544c27.456 0 49.728-22.272 49.728-49.728v-0.128c0-27.456-22.272-49.728-49.728-49.728zM481.472 412.416h-431.744c-27.456 0-49.728 22.272-49.728 49.728v0.128c0 27.456 22.272 49.728 49.728 49.728h431.744c27.456 0 49.728-22.272 49.728-49.728v-0.128c0-27.456-22.272-49.728-49.728-49.728zM435.584 220.416h-385.856c-27.456 0-49.728 22.272-49.728 49.728v0.128c0 27.456 22.272 49.728 49.728 49.728h385.856c27.456 0 49.728-22.272 49.728-49.728v-0.128c0-27.456-22.272-49.728-49.728-49.728zM801.664 512c-122.752 0-222.272-99.52-222.272-222.272s99.52-222.272 222.272-222.272c122.752 0 222.336 99.52 222.336 222.272s-99.52 222.272-222.336 222.272zM864 256h-96v160c0 17.664 14.336 32 32 32s32-14.336 32-32v-96h32c17.664 0 32-14.336 32-32s-14.336-32-32-32z" />
|
59 |
+
<glyph unicode="" glyph-name="twitter" d="M918.72 686.208c0.64-9.088 0.64-18.176 0.64-27.264 0-277.568-211.136-597.376-597.12-597.376-118.912 0-229.376 34.432-322.24 94.272 16.896-1.984 33.152-2.624 50.688-2.624 98.112 0 188.416 33.152 260.544 89.728-92.224 1.92-169.6 62.4-196.224 145.6 12.992-1.984 25.984-3.264 39.616-3.264 18.88 0 37.696 2.624 55.232 7.168-96.128 19.456-168.256 104-168.256 206.016 0 0.64 0 1.92 0 2.624 27.904-15.616 60.416-25.344 94.848-26.624-56.576 37.632-93.568 102.016-93.568 174.848 0 38.976 10.368 74.752 28.544 105.984 103.36-127.488 258.624-210.688 432.768-219.776-3.264 15.616-5.184 31.872-5.184 48.128 0 115.712 93.568 209.984 209.856 209.984 60.416 0 115.008-25.344 153.344-66.304 47.424 9.088 92.928 26.688 133.184 50.688-15.616-48.768-48.704-89.728-92.288-115.712 42.24 4.544 83.2 16.256 120.832 32.512-28.48-41.6-64.256-78.72-105.216-108.608z" />
|
60 |
+
<glyph unicode="" glyph-name="updater" d="M576 128h-384c-35.328 0-64 28.672-64 64v320h-96c-12.416 0-23.744 7.232-28.992 18.432-2.048 4.352-3.008 8.96-3.008 13.568 0 7.36 2.56 14.656 7.424 20.48l163.84 182.656c6.080 7.296 15.104 11.52 24.576 11.52s18.496-4.224 24.576-11.52l156.16-182.656c4.864-5.888 7.424-13.12 7.424-20.48 0-4.608-0.96-9.216-3.008-13.568-5.312-11.2-16.576-18.432-28.992-18.432h-96v-256h320v-128zM448 768h384c35.328 0 64-28.672 64-64v-320h96c12.416 0 23.744-7.232 28.992-18.432 2.048-4.352 3.008-8.96 3.008-13.568 0-7.36-2.56-14.656-7.424-20.48l-163.84-182.656c-6.080-7.296-15.104-11.52-24.576-11.52s-18.496 4.224-24.576 11.52l-156.16 182.656c-4.864 5.888-7.424 13.12-7.424 20.48 0 4.608 0.96 9.216 3.008 13.568 5.312 11.2 16.576 18.432 28.992 18.432h96v256h-320v128z" />
|
61 |
+
<glyph unicode="" glyph-name="user-role" d="M563.264 522.88c25.472-7.552 34.048 30.656 35.456 55.040 1.472 23.488 4.352 96.96-26.752 90.432 6.336 49.088 11.328 93.376 9.088 116.864-7.744 82.432-52.544 168.448-192.576 174.784-119.040-6.336-190.976-92.416-198.784-174.848-2.24-23.424 2.304-67.776 8.64-116.928-31.104 6.656-23.040-66.944-21.632-90.432 1.472-24.448 9.92-62.72 35.392-55.168 12.672-100.352 65.6-132.352 65.6-132.352l-0.576-106.624c0 0-38.4-16.192-147.264-62.4-63.168-27.008-110.976-93.056-129.856-96.256 123.584-139.904 292.736-141.76 387.648-164.864 48.64 11.84 116.864 18.304 188.352 40.448-25.728 42.88-40.896 93.12-40.896 147.136 0 40.448 8.448 78.912 23.552 113.664-36.928 16.96-46.528 23.36-46.528 23.36l0.192 106.112c0-0.064 38.272 31.68 50.944 132.032zM1024 129.856v60.416l-53.632 18.944c-3.712 12.864-8.832 25.088-15.104 36.544l24.448 51.392-42.624 42.624-51.392-24.448c-11.392 6.336-23.68 11.456-36.48 15.168l-19.072 53.504h-60.288l-19.072-53.504c-12.8-3.712-25.024-8.832-36.544-15.168l-51.328 24.448-42.624-42.624 24.448-51.392c-6.336-11.456-11.456-23.68-15.168-36.544l-53.568-18.944v-60.416l53.568-19.072c3.712-12.8 8.832-25.024 15.168-36.48l-24.448-51.328 42.624-42.688 51.328 24.448c11.456-6.4 23.744-11.456 36.544-15.104l19.072-53.632h60.288l19.008 53.568c12.8 3.648 25.024 8.768 36.48 15.104l51.392-24.448 42.624 42.688-24.448 51.328c6.336 11.456 11.456 23.744 15.104 36.48l53.696 19.136zM800 77.76c-45.376 0-82.24 36.864-82.24 82.176 0 45.44 36.864 82.24 82.24 82.24 45.312 0 82.112-36.8 82.112-82.24 0-45.312-36.8-82.176-82.112-82.176z" />
|
62 |
+
<glyph unicode="" glyph-name="visitors-online" d="M153.856 272.832c2.176 1.984 4.48 4.16 7.040 6.464 22.912 20.992 57.536 52.736 102.080 71.36 32.448 13.568 56.192 24.32 72.896 32.384v12.736c-15.168 18.752-31.104 46.272-41.472 85.376-23.36 22.144-34.752 53.504-41.024 70.848l-2.688 7.168c-15.040 38.016-21.12 93.12 7.104 133.568 0.832 1.216 1.728 2.368 2.56 3.52-0.768 29.888 1.408 52.096 2.304 61.376 3.84 39.68 21.312 80.768 49.856 116.416-16.128 6.784-33.536 12.032-53.504 13.056-79.36-4.096-130.944-60.544-136.128-114.496-1.472-15.36 1.536-44.416 5.76-76.608-20.672 4.352-40.448-1.472-23.232-56.256 4.864-15.296 19.008-44.032 36.032-39.104 8.448-65.728 35.584-86.72 35.584-86.72l-0.64-69.824c0 0-17.216-10.56-89.728-40.896-42.176-17.664-74.112-60.864-86.656-63.040 34.304-38.144 73.792-59.904 112.768-74.176l41.088 6.848zM972.8 196.032c0-49.025-40.459-88.768-90.368-88.768s-90.368 39.743-90.368 88.768c0 49.025 40.459 88.768 90.368 88.768s90.368-39.743 90.368-88.768zM738.176 277.44c-2.432 1.152-4.672 2.624-7.168 3.648-92.16 38.464-119.616 56.96-119.616 56.96v88.704c0 0 39.232 21.632 49.984 105.152 1.472-0.448 2.944-0.64 4.352-0.64 18.944 0 30.336 37.12 35.968 55.296 10.176 32.896 8.576 71.488-13.504 71.488-1.408 0-2.944-0.192-4.544-0.512 5.376 40.896 3.136 73.344 1.216 92.8-6.592 68.608-72.064 140.416-172.864 145.664-100.8-5.248-166.272-76.864-172.864-145.472-1.92-19.52-4.16-52.16 1.216-93.056-1.664 0.32-3.2 0.512-4.672 0.512-22.336 0-26.752-37.76-13.376-71.488 6.976-17.664 17.216-55.104 36.032-55.104 1.408 0 2.816 0.192 4.352 0.64 10.752-83.52 49.984-105.344 49.984-105.344v-88.768c0 0-27.456-18.24-119.616-56.768-53.568-22.4-94.080-77.376-110.016-80.064 104.704-116.416 247.936-117.952 328.32-137.152l0.64 0.064c55.168 13.184 140.288 18.56 222.080 57.984-11.648 22.336-18.816 47.296-18.816 74.048 0 29.76 8.768 57.28 22.912 81.408zM790.592 335.616l2.368-1.408c25.92 16.256 56.512 25.984 89.472 25.984 44.352 0 84.48-17.344 114.432-45.12 9.216 7.68 18.496 15.36 27.136 24.96-12.544 2.112-44.48 45.376-86.592 63.040-72.576 30.272-89.728 40.896-89.728 40.896l-0.704 69.888c0 0 27.136 20.992 35.648 86.72 17.024-4.928 30.976 24 35.968 39.232 17.216 52.8-2.496 60.48-23.296 56.128 4.224 32.192 7.296 61.248 5.76 76.544-5.184 54.016-56.704 110.528-136.064 114.688-19.968-1.024-37.44-6.272-53.632-13.056 28.544-35.712 46.080-76.736 49.92-116.416 0.96-9.472 3.136-32 2.304-62.336 32.96-45.056 19.136-106.304 11.52-130.944-5.888-18.944-17.92-57.984-45.696-83.712-10.304-38.848-26.176-66.24-41.28-84.992v-12.736c16.704-8.064 40.32-18.88 72.704-32.384 9.92-4.096 19.648-9.024 29.76-14.976z" />
|
63 |
+
<glyph unicode="" glyph-name="zendesk-help-center" d="M384 768c0-105.6-85.952-191.232-192-191.232s-192 85.632-192 191.232h384zM384 576v-448h-384zM448 320v448h384zM853.632 64.32c3.456-0.192 6.912-0.32 10.368-0.32 91.84 0 165.568 77.376 159.68 170.432-5.056 79.616-69.696 144.192-149.312 149.248-3.456 0.192-6.912 0.32-10.368 0.32-91.84 0-165.632-77.376-159.68-170.432 5.056-79.616 69.696-144.256 149.312-149.248zM832 256v64h64v-64h89.6l-121.6-140.8-115.2 140.8h83.2zM640.768 320c-106.432 0-192.768-85.952-192.768-192h192.64c-37.568 93.76 0.128 192 0.128 192z" />
|
64 |
+
<glyph unicode="" glyph-name="opening" d="M896 531.2c-32-19.2-128-57.6-217.6-83.2 89.6-25.6 185.6-64 217.6-83.2 64-32 83.2-108.8 44.8-172.8s-108.8-83.2-172.8-44.8c-32 19.2-115.2 83.2-179.2 153.6 25.6-89.6 38.4-198.4 38.4-236.8 0-70.4-57.6-128-121.6-128s-121.6 57.6-121.6 128c0 38.4 12.8 147.2 38.4 236.8-64-70.4-147.2-134.4-179.2-153.6-51.2-38.4-128-19.2-160 44.8s-19.2 140.8 44.8 172.8c32 19.2 128 57.6 217.6 83.2-89.6 25.6-185.6 64-217.6 83.2-64 32-83.2 108.8-44.8 172.8 32 64 108.8 83.2 166.4 44.8 32-19.2 115.2-83.2 179.2-153.6-25.6 89.6-38.4 198.4-38.4 236.8 0 70.4 57.6 128 121.6 128s121.6-57.6 121.6-128c0-38.4-12.8-147.2-38.4-236.8 64 70.4 147.2 134.4 179.2 153.6 57.6 38.4 134.4 19.2 166.4-44.8 38.4-64 19.2-140.8-44.8-172.8z" />
|
65 |
+
<glyph unicode="" glyph-name="real-estate" d="M518.4 486.4h-83.2v-140.8h83.2c51.2 0 76.8 25.6 76.8 70.4s-25.6 70.4-76.8 70.4zM512 896l-256-256v192h-128v-320l-128-128h64v-384h896v384h64l-512 512zM588.8 128l-64 128h-89.6v-128h-115.2v448h198.4c121.6 0 185.6-57.6 185.6-153.6 0-70.4-25.6-115.2-83.2-140.8l96-147.2h-128v-6.4z" />
|
66 |
+
<glyph unicode="" glyph-name="renty" d="M1024 524.8c-6.4 0 0 12.8 0 25.6s-6.4 19.2-19.2 19.2-76.8 19.2-83.2 25.6c-6.4 0-64 38.4-115.2 76.8-25.6 19.2-57.6 19.2-83.2 19.2-25.6 6.4-83.2 12.8-166.4 12.8s-128-6.4-134.4-12.8c-19.2-6.4-70.4-89.6-102.4-96-51.2-12.8-307.2-44.8-307.2-44.8-12.8-12.8-12.8-64-12.8-76.8s0-38.4 6.4-44.8c12.8-6.4 19.2-12.8 19.2-12.8 6.4 0 38.4-12.8 76.8-19.2 6.4-51.2 38.4-83.2 70.4-83.2 25.6 0 51.2 19.2 64 51.2h6.4c6.4 0 12.8 12.8 12.8 0 0-6.4 25.6-6.4 32-6.4s32 0 44.8 0 38.4 6.4 44.8 12.8c6.4 0 12.8 25.6 19.2 38.4 6.4 6.4 25.6 38.4 32 44.8 19.2 12.8 32 12.8 38.4 6.4 6.4 0 38.4-12.8 44.8-57.6 0-32 6.4-57.6 6.4-57.6s115.2 19.2 192 32 102.4 12.8 102.4 12.8 0 0 0 6.4c6.4 6.4 25.6 32 32 57.6 12.8 32 6.4 19.2 12.8 32s6.4 12.8 12.8 12.8c6.4 6.4 25.6 0 38.4-25.6 6.4-12.8 12.8-44.8 19.2-38.4 6.4 0 64 32 70.4 44.8s6.4 0 12.8 12.8c6.4 12.8 12.8 32 12.8 32zM576 569.6l-230.4 32c0 0 76.8 83.2 83.2 83.2s185.6-6.4 185.6-12.8-19.2-51.2-25.6-70.4c-12.8-19.2-12.8-32-12.8-32zM819.2 595.2c0 0-12.8 0-19.2-6.4-6.4 0-44.8-6.4-51.2-12.8-12.8 0-44.8 0-51.2 0s-57.6-6.4-57.6-6.4h-57.6l38.4 102.4h108.8c0 0 6.4-6.4 19.2-12.8 12.8-12.8 57.6-38.4 70.4-44.8 12.8-12.8 0-19.2 0-19.2zM19.2 531.2l262.4-44.8v-64c0 0-262.4 51.2-262.4 57.6s0 51.2 0 51.2zM140.8 473.6c0-12.8-19.2-19.2-38.4-12.8l-44.8 6.4c-19.2 6.4-38.4 19.2-32 32 0 12.8 12.8 19.2 38.4 12.8l44.8-6.4c19.2-6.4 38.4-19.2 32-32zM281.6 448c0-12.8-19.2-25.6-38.4-19.2l-57.6 12.8c-19.2 6.4-32 19.2-32 32s19.2 19.2 38.4 19.2l51.2-6.4c19.2-6.4 38.4-19.2 38.4-38.4zM435.2 467.2c-38.4 0-76.8-44.8-76.8-102.4s32-102.4 76.8-102.4c44.8-6.4 76.8 38.4 76.8 96s-32 108.8-76.8 108.8zM454.4 300.8c-19.2 0-32 25.6-32 64 0 32 12.8 57.6 32 57.6s32-25.6 32-57.6c6.4-38.4-12.8-64-32-64zM857.6 492.8c-32 0-64-32-64-76.8s25.6-76.8 64-76.8c32 0 64 32 64 76.8-6.4 44.8-32 76.8-64 76.8zM883.2 364.8c-12.8 0-25.6 25.6-25.6 51.2s12.8 51.2 25.6 51.2 25.6-25.6 25.6-51.2c0-25.6-12.8-51.2-25.6-51.2z" />
|
67 |
+
<glyph unicode="" glyph-name="unity" d="M857.6 772.352l-70.4 38.144c0-69.952 0-127.232 0-127.232 0-190.784-147.2-273.472-326.4-273.472s-326.4 82.752-326.4 273.536c0 0 0 44.544 0 101.76l-32-12.736c-64-31.808-102.4-95.36-102.4-171.712v-311.68c0-69.952 38.4-133.568 102.4-171.712l275.2-152.64c64-38.144 140.8-38.144 204.8 0l275.2 152.64c64 38.144 102.4 101.76 102.4 171.712v311.68c0 76.352-38.4 139.904-102.4 171.712zM364.8 689.664c0-76.352 64-139.904 140.8-139.904s140.8 63.616 140.8 139.904v0 203.52l-64 38.144c-64 38.144-140.8 38.144-204.8 0l-12.8-6.336v-235.328z" />
|
68 |
+
<glyph unicode="" glyph-name="editor-code" d="M447.552 730.88l-93.312 101.12-354.24-384 354.24-384 93.312 101.12-260.992 282.88zM576.448 165.12l93.312-101.12 354.24 384-354.24 384-93.312-101.12 260.992-282.88z" />
|
69 |
+
<glyph unicode="" glyph-name="shortcode" d="M0 896v-896h384v192h-192v512h192v192h-192zM832 896h-192v-192h192v-512h-192v-192h384v896z" />
|
70 |
+
<glyph unicode="" glyph-name="bws-logo" d="M953.913 325.746c-21.447-38.855-46.592-77.198-75.435-114.233-68.551-100.466-192.91-193.365-254.919-225.052-38.457-19.684-89.088-34.702-126.805-44.316 204.459-39.538 403.285 114.46 466.034 352.37 6.997 26.852 12.004 53.134 15.417 78.734-7.566-15.872-15.588-31.744-24.292-47.502zM327.964 88.519c-70.087 61.952-114.176 154.169-114.176 264.533 0 207.076 154.852 374.898 345.884 374.898 117.931 0 222.151-64.114 284.501-161.906 1.479 4.494 3.129 9.045 4.437 13.54 17.010 57.799 23.438 113.38 18.887 162.816-35.442 34.93-77.995 62.976-126.862 82.716-207.588 83.854-477.753-63.431-543.346-312.946-40.789-154.51-9.899-309.931 70.485-420.58 19.058-3.527 39.14-4.494 60.188-3.072zM934.059 893.611c-119.694 109.682-325.632 79.019-507.79-59.392 44.658 22.357 92.16 36.807 139.89 42.098 103.31 41.529 200.932 38.343 264.704-19.342 70.656-63.886 83.797-180.167 46.364-307.314-25.145-85.618-73.159-176.185-141.995-258.958-154.567-185.742-454.428-341.902-620.203-137.671 13.596-54.67 39.481-102.059 78.62-137.842 96.313-88.178 248.377-85.618 398.962-9.33 85.504 43.349 170.61 110.364 244.565 198.201 38.286 45.397 70.884 93.127 97.564 141.54 116.224 210.603 121.97 435.655-0.683 548.011zM791.211 595.854c-4.38 5.86-23.666 26.226-28.956 30.436-56.092 45.056-124.985 71.68-199.68 71.68-46.99 0-91.648-10.468-132.38-29.468 15.246-6.656 30.322-14.165 45.284-22.756 155.989-89.088 240.64-247.808 205.824-372.224 2.788 3.3 5.518 6.599 8.021 9.785 54.784 71.054 114.859 157.298 144.953 243.712-12.174 23.78-26.453 46.82-43.065 68.836zM24.007 593.977c-71.794-176.469 23.154-384.683 207.303-496.299-24.86 33.451-41.7 72.42-56.149 121.344-137.444 102.741-194.446 258.162-134.087 372.907 39.708 75.662 123.79 115.029 221.355 114.404 33.166 41.017 72.704 74.524 115.996 99.214-158.549 1.877-299.065-75.264-354.418-211.57zM263.794 453.632c0.569 10.524 1.593 20.935 3.015 31.118-12.857-32.768-20.821-68.608-22.642-106.268-5.86-116.224 46.99-220.615 130.219-278.983 38.059 4.38 74.638 16.213 108.601 34.418-132.096 32.939-226.93 166.059-219.193 319.716z" />
|
71 |
+
<glyph unicode="" glyph-name="warning" d="M508.992-64c-287.040 3.136-512.64 235.584-508.928 524.352 3.52 274.112 239.040 502.592 514.944 499.648 287.040-3.136 512.64-235.584 508.928-524.352-3.52-274.112-239.040-502.592-514.944-499.648zM424.128 768c-0.576-5.44 11.84-247.744 17.92-365.76 0.704-14.208 5.952-18.24 5.952-18.24h128c0 0 5.568 6.784 6.4 25.472 3.584 82.752 16.64 321.152 18.304 358.528-60.16 0-117.12 0-176.576 0zM507.136 319.872c-68.288-2.688-108.352-41.088-105.408-101.056 2.816-57.472 46.592-92.544 113.152-90.752 69.952 1.92 107.264 39.168 104.384 104.256-2.496 55.808-46.4 90.112-112.128 87.552z" />
|
72 |
+
</font></defs></svg>
|
bws_menu/fonts/bwsicons.ttf
ADDED
Binary file
|
bws_menu/fonts/bwsicons.woff
ADDED
Binary file
|
bws_menu/images/bestwebsoft-logo-white.svg
DELETED
@@ -1,29 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="utf-8"?>
|
2 |
-
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3 |
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4 |
-
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5 |
-
width="32px" height="32px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
|
6 |
-
<g>
|
7 |
-
<path class="bstwbst-logo-layer bstwbst-logo-layer-1" fill="#fff" d="M93.223,60.751c-2.088,3.631-4.549,7.218-7.364,10.68C79.171,80.829,67.045,89.517,61,92.481
|
8 |
-
c-3.753,1.839-8.686,3.249-12.367,4.145c19.94,3.697,39.343-10.706,45.451-32.965c0.691-2.511,1.173-4.966,1.501-7.369
|
9 |
-
C94.857,57.786,94.077,59.269,93.223,60.751z"/>
|
10 |
-
<path class="bstwbst-logo-layer bstwbst-logo-layer-2" fill="#fff" d="M32.173,82.938c-6.837-5.798-11.139-14.422-11.139-24.752c0-19.367,15.104-35.063,33.734-35.063
|
11 |
-
c11.505,0,21.669,5.998,27.752,15.148c0.143-0.423,0.303-0.846,0.431-1.269c1.657-5.411,2.284-10.607,1.836-15.231
|
12 |
-
c-3.45-3.267-7.609-5.891-12.371-7.738c-20.242-7.845-46.591,5.931-52.994,29.273c-3.973,14.455-0.96,28.997,6.882,39.347
|
13 |
-
C28.154,82.979,30.119,83.069,32.173,82.938z"/>
|
14 |
-
<path class="bstwbst-logo-layer bstwbst-logo-layer-3" fill="#fff" d="M91.284,7.625c-11.678-10.262-31.767-7.394-49.53,5.554c4.354-2.09,8.988-3.442,13.641-3.937
|
15 |
-
c10.07-3.883,19.596-3.59,25.821,1.807c6.889,5.977,8.174,16.855,4.529,28.748c-2.457,8.009-7.14,16.482-13.86,24.23
|
16 |
-
C56.811,81.402,27.561,96.01,11.4,76.903c1.322,5.113,3.854,9.543,7.673,12.894c9.391,8.254,24.223,8.009,38.91,0.875
|
17 |
-
c8.338-4.052,16.631-10.324,23.854-18.542c3.73-4.245,6.911-8.709,9.521-13.244C102.692,39.188,103.252,18.134,91.284,7.625z"/>
|
18 |
-
<g>
|
19 |
-
<path class="bstwbst-logo-layer bstwbst-logo-layer-4" fill="#fff" d="M77.352,35.474c-0.425-0.548-2.314-2.453-2.826-2.847c-5.467-4.217-12.192-6.708-19.471-6.708
|
20 |
-
c-4.582,0-8.943,0.982-12.908,2.757c1.479,0.627,2.954,1.334,4.414,2.133c15.206,8.333,23.469,23.183,20.064,34.818
|
21 |
-
c0.271-0.31,0.541-0.613,0.78-0.915c5.34-6.647,11.205-14.72,14.141-22.799C80.365,39.694,78.969,37.535,77.352,35.474z"/>
|
22 |
-
<path class="bstwbst-logo-layer bstwbst-logo-layer-5" fill="#fff" d="M2.524,35.652c-7.002,16.51,2.255,35.986,20.224,46.431c-2.431-3.128-4.078-6.772-5.482-11.348
|
23 |
-
C3.868,61.12-1.692,46.576,4.189,35.843c3.88-7.078,12.069-10.76,21.595-10.699c3.226-3.841,7.091-6.971,11.314-9.283
|
24 |
-
C21.631,15.685,7.927,22.899,2.524,35.652z"/>
|
25 |
-
</g>
|
26 |
-
<path class="bstwbst-logo-layer bstwbst-logo-layer-6" fill="#fff" d="M25.91,48.781c0.053-0.986,0.149-1.961,0.292-2.917c-1.251,3.071-2.027,6.424-2.21,9.947
|
27 |
-
c-0.567,10.873,4.589,20.639,12.7,26.097c3.723-0.409,7.285-1.516,10.59-3.216C34.409,75.612,25.156,63.155,25.91,48.781z"/>
|
28 |
-
</g>
|
29 |
-
</svg>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bws_menu/images/logo-white-min.png
DELETED
Binary file
|
bws_menu/images/shortcode-icon.png
DELETED
Binary file
|
bws_menu/js/general_script.js
CHANGED
@@ -69,17 +69,35 @@ function bws_show_settings_notice() {
|
|
69 |
|
70 |
/* help tooltips */
|
71 |
if ( $( '.bws_help_box' ).length > 0 ) {
|
72 |
-
$(
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
'
|
81 |
-
|
82 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
}
|
84 |
|
85 |
/**
|
69 |
|
70 |
/* help tooltips */
|
71 |
if ( $( '.bws_help_box' ).length > 0 ) {
|
72 |
+
$( document ).tooltip( {
|
73 |
+
items: $( '.bws_help_box' ),
|
74 |
+
content: function() {
|
75 |
+
return $( this ).find( '.bws_hidden_help_text' ).html()
|
76 |
+
},
|
77 |
+
show: null, /* show immediately */
|
78 |
+
tooltipClass: "bws-tooltip-content",
|
79 |
+
open: function( event, ui ) {
|
80 |
+
if ( typeof( event.originalEvent ) === 'undefined' ) {
|
81 |
+
return false;
|
82 |
+
}
|
83 |
+
if ( $( event.originalEvent.target ).hasClass( 'bws-auto-width' ) ) {
|
84 |
+
ui.tooltip.css( "max-width", "inherit" );
|
85 |
+
}
|
86 |
+
var $id = $( ui.tooltip ).attr( 'id' );
|
87 |
+
/* close any lingering tooltips */
|
88 |
+
$( 'div.ui-tooltip' ).not( '#' + $id ).remove();
|
89 |
+
},
|
90 |
+
close: function( event, ui ) {
|
91 |
+
ui.tooltip.hover( function() {
|
92 |
+
$( this ).stop( true ).fadeTo( 200, 1 );
|
93 |
+
},
|
94 |
+
function() {
|
95 |
+
$( this ).fadeOut( '200', function() {
|
96 |
+
$( this ).remove();
|
97 |
+
});
|
98 |
+
});
|
99 |
+
}
|
100 |
+
});
|
101 |
}
|
102 |
|
103 |
/**
|
bws_menu/js/jquery.tipTip.minified.js
DELETED
@@ -1,21 +0,0 @@
|
|
1 |
-
/*
|
2 |
-
* TipTip
|
3 |
-
* Copyright 2010 Drew Wilson
|
4 |
-
* www.drewwilson.com
|
5 |
-
* code.drewwilson.com/entry/tiptip-jquery-plugin
|
6 |
-
*
|
7 |
-
* Version 1.3 - Updated: Mar. 23, 2010
|
8 |
-
*
|
9 |
-
* This Plug-In will create a custom tooltip to replace the default
|
10 |
-
* browser tooltip. It is extremely lightweight and very smart in
|
11 |
-
* that it detects the edges of the browser window and will make sure
|
12 |
-
* the tooltip stays within the current window size. As a result the
|
13 |
-
* tooltip will adjust itself to be displayed above, below, to the left
|
14 |
-
* or to the right depending on what is necessary to stay within the
|
15 |
-
* browser window. It is completely customizable as well via CSS.
|
16 |
-
*
|
17 |
-
* This TipTip jQuery plug-in is dual licensed under the MIT and GPL licenses:
|
18 |
-
* http://www.opensource.org/licenses/mit-license.php
|
19 |
-
* http://www.gnu.org/licenses/gpl.html
|
20 |
-
*/
|
21 |
-
(function($){$.fn.tipTip=function(options){var defaults={activation:"hover",keepAlive:false,maxWidth:"200px",edgeOffset:3,defaultPosition:"bottom",delay:400,fadeIn:200,fadeOut:200,attribute:"title",content:false,enter:function(){},exit:function(){}};var opts=$.extend(defaults,options);if($("#tiptip_holder").length<=0){var tiptip_holder=$('<div id="tiptip_holder" style="max-width:'+opts.maxWidth+';"></div>');var tiptip_content=$('<div id="tiptip_content"></div>');var tiptip_arrow=$('<div id="tiptip_arrow"></div>');$("body").append(tiptip_holder.html(tiptip_content).prepend(tiptip_arrow.html('<div id="tiptip_arrow_inner"></div>')))}else{var tiptip_holder=$("#tiptip_holder");var tiptip_content=$("#tiptip_content");var tiptip_arrow=$("#tiptip_arrow")}return this.each(function(){var org_elem=$(this);if(opts.content){var org_title=opts.content}else{var org_title=org_elem.attr(opts.attribute)}if(org_title!=""){if(!opts.content){org_elem.removeAttr(opts.attribute)}var timeout=false;if(opts.activation=="hover"){org_elem.hover(function(){active_tiptip()},function(){if(!opts.keepAlive){deactive_tiptip()}});if(opts.keepAlive){tiptip_holder.hover(function(){},function(){deactive_tiptip()})}}else if(opts.activation=="focus"){org_elem.focus(function(){active_tiptip()}).blur(function(){deactive_tiptip()})}else if(opts.activation=="click"){org_elem.click(function(){active_tiptip();return false}).hover(function(){},function(){if(!opts.keepAlive){deactive_tiptip()}});if(opts.keepAlive){tiptip_holder.hover(function(){},function(){deactive_tiptip()})}}function active_tiptip(){opts.enter.call(this);tiptip_content.html(org_title);tiptip_holder.hide().removeAttr("class").css("margin","0");tiptip_arrow.removeAttr("style");var top=parseInt(org_elem.offset()['top']);var left=parseInt(org_elem.offset()['left']);var org_width=parseInt(org_elem.outerWidth());var org_height=parseInt(org_elem.outerHeight());var tip_w=tiptip_holder.outerWidth();var tip_h=tiptip_holder.outerHeight();var w_compare=Math.round((org_width-tip_w)/2);var h_compare=Math.round((org_height-tip_h)/2);var marg_left=Math.round(left+w_compare);var marg_top=Math.round(top+org_height+opts.edgeOffset);var t_class="";var arrow_top="";var arrow_left=Math.round(tip_w-12)/2;if(opts.defaultPosition=="bottom"){t_class="_bottom"}else if(opts.defaultPosition=="top"){t_class="_top"}else if(opts.defaultPosition=="left"){t_class="_left"}else if(opts.defaultPosition=="right"){t_class="_right"}var right_compare=(w_compare+left)<parseInt($(window).scrollLeft());var left_compare=(tip_w+left)>parseInt($(window).width());if((right_compare&&w_compare<0)||(t_class=="_right"&&!left_compare)||(t_class=="_left"&&left<(tip_w+opts.edgeOffset+5))){t_class="_right";arrow_top=Math.round(tip_h-13)/2;arrow_left=-12;marg_left=Math.round(left+org_width+opts.edgeOffset);marg_top=Math.round(top+h_compare)}else if((left_compare&&w_compare<0)||(t_class=="_left"&&!right_compare)){t_class="_left";arrow_top=Math.round(tip_h-13)/2;arrow_left=Math.round(tip_w);marg_left=Math.round(left-(tip_w+opts.edgeOffset+5));marg_top=Math.round(top+h_compare)}var top_compare=(top+org_height+opts.edgeOffset+tip_h+8)>parseInt($(window).height()+$(window).scrollTop());var bottom_compare=((top+org_height)-(opts.edgeOffset+tip_h+8))<0;if(top_compare||(t_class=="_bottom"&&top_compare)||(t_class=="_top"&&!bottom_compare)){if(t_class=="_top"||t_class=="_bottom"){t_class="_top"}else{t_class=t_class+"_top"}arrow_top=tip_h;marg_top=Math.round(top-(tip_h+5+opts.edgeOffset))}else if(bottom_compare|(t_class=="_top"&&bottom_compare)||(t_class=="_bottom"&&!top_compare)){if(t_class=="_top"||t_class=="_bottom"){t_class="_bottom"}else{t_class=t_class+"_bottom"}arrow_top=-12;marg_top=Math.round(top+org_height+opts.edgeOffset)}if(t_class=="_right_top"||t_class=="_left_top"){marg_top=marg_top+5}else if(t_class=="_right_bottom"||t_class=="_left_bottom"){marg_top=marg_top-5}if(t_class=="_left_top"||t_class=="_left_bottom"){marg_left=marg_left+5}tiptip_arrow.css({"margin-left":arrow_left+"px","margin-top":arrow_top+"px"});tiptip_holder.css({"margin-left":marg_left+"px","margin-top":marg_top+"px"}).attr("class","tip"+t_class);if(timeout){clearTimeout(timeout)}timeout=setTimeout(function(){tiptip_holder.stop(true,true).fadeIn(opts.fadeIn)},opts.delay)}function deactive_tiptip(){opts.exit.call(this);if(timeout){clearTimeout(timeout)}tiptip_holder.fadeOut(opts.fadeOut)}}})}})(jQuery);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bws_menu/js/shortcode-button.js
CHANGED
@@ -59,7 +59,7 @@
|
|
59 |
ed.addButton( 'add_bws_shortcode', {
|
60 |
title : bws_shortcode_button.title,
|
61 |
classes: 'bws_shortcode_button widget btn',
|
62 |
-
icon: 'icon
|
63 |
text: bws_shortcode_button.label,
|
64 |
onclick: function() {
|
65 |
|
@@ -149,7 +149,7 @@
|
|
149 |
return {
|
150 |
longname : 'BWS Shortcode Buttons',
|
151 |
author : 'BWS',
|
152 |
-
authorurl : '
|
153 |
infourl : '',
|
154 |
version : "0.1"
|
155 |
};
|
59 |
ed.addButton( 'add_bws_shortcode', {
|
60 |
title : bws_shortcode_button.title,
|
61 |
classes: 'bws_shortcode_button widget btn',
|
62 |
+
icon: 'icon bwsicons bwsicons-shortcode',
|
63 |
text: bws_shortcode_button.label,
|
64 |
onclick: function() {
|
65 |
|
149 |
return {
|
150 |
longname : 'BWS Shortcode Buttons',
|
151 |
author : 'BWS',
|
152 |
+
authorurl : 'https://bestwebsoft.com',
|
153 |
infourl : '',
|
154 |
version : "0.1"
|
155 |
};
|
bws_menu/languages/bestwebsoft-cs_CZ.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-cs_CZ.po
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version:
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Mik013\n"
|
9 |
"Language: cs_CZ\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -13,7 +13,7 @@ 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 |
#: bws_functions.php:72 bws_functions.php:190
|
@@ -37,26 +37,24 @@ msgid "Plugins page"
|
|
37 |
msgstr "Stránka pluginů"
|
38 |
|
39 |
#: bws_functions.php:91
|
40 |
-
#, fuzzy
|
41 |
msgid "Like the plugin?"
|
42 |
-
msgstr "
|
43 |
|
44 |
#: bws_functions.php:93
|
45 |
msgid "Rate it"
|
46 |
-
msgstr ""
|
47 |
|
48 |
#: bws_functions.php:102
|
49 |
msgid "Need help?"
|
50 |
-
msgstr "
|
51 |
|
52 |
-
#: bws_functions.php:103 bws_functions.php:
|
53 |
msgid "Visit Help Center"
|
54 |
msgstr "Navštívit Centrum pomoci"
|
55 |
|
56 |
#: bws_functions.php:106
|
57 |
-
#, fuzzy
|
58 |
msgid "Want to support the plugin?"
|
59 |
-
msgstr "
|
60 |
|
61 |
#: bws_functions.php:107 bws_menu.php:553
|
62 |
msgid "Donate"
|
@@ -75,25 +73,23 @@ msgid ""
|
|
75 |
msgstr ""
|
76 |
"Pro licenci pluginu můžete používat pouze pro jednu doménu. Prosím "
|
77 |
"zkontrolujte a případně upravte Váš licenční klíč na vaší osobní stránce - "
|
78 |
-
"
|
79 |
"během 24 hodin, jinak bude Pro plugin deaktivován."
|
80 |
|
81 |
#: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
|
82 |
-
#: class-bws-settings.php:
|
83 |
msgid "Learn More"
|
84 |
msgstr "Dozvědět se více"
|
85 |
|
86 |
#: bws_functions.php:144
|
87 |
-
#, fuzzy
|
88 |
msgid ""
|
89 |
"Notice: Your Pro Trial license has expired. To continue using the plugin, "
|
90 |
"you should buy a Pro license"
|
91 |
msgstr ""
|
92 |
-
"Poznámka: Vaše zkušební Pro verze pluginu vypršela. Pro další
|
93 |
-
"pluginu bude nutné zakoupit
|
94 |
|
95 |
#: bws_functions.php:146
|
96 |
-
#, fuzzy
|
97 |
msgid ""
|
98 |
"Your license has expired. To continue getting top-priority support and "
|
99 |
"plugin updates, you should extend it."
|
@@ -127,8 +123,9 @@ msgstr ""
|
|
127 |
"aktualizujte na nejnovější verzi WordPressu."
|
128 |
|
129 |
#: bws_functions.php:207
|
130 |
-
|
131 |
-
|
|
|
132 |
|
133 |
#: bws_functions.php:208
|
134 |
msgid "Let's get started"
|
@@ -139,9 +136,8 @@ msgstr "Začněme"
|
|
139 |
msgid "Settings"
|
140 |
msgstr "Nastavení"
|
141 |
|
142 |
-
#: bws_functions.php:211
|
143 |
-
#: class-bws-settings.php:
|
144 |
-
#: class-bws-settings.php:1076
|
145 |
msgid "or"
|
146 |
msgstr "nebo"
|
147 |
|
@@ -168,12 +164,13 @@ msgstr "Méně detailů"
|
|
168 |
|
169 |
#: bws_functions.php:262
|
170 |
msgid "Deprecated function(-s) is used on the site here:"
|
171 |
-
msgstr ""
|
172 |
|
173 |
#: bws_functions.php:276
|
174 |
msgid ""
|
175 |
"This function(-s) will be removed over time. Please update the product(-s)."
|
176 |
msgstr ""
|
|
|
177 |
|
178 |
#: bws_functions.php:335
|
179 |
msgid "It’s time to upgrade your"
|
@@ -189,18 +186,21 @@ msgstr "verzi!"
|
|
189 |
|
190 |
#: bws_functions.php:336
|
191 |
msgid "Extend standard plugin functionality with new great options."
|
192 |
-
msgstr "Rozšiřuje standardní funkce pluginu novými
|
193 |
|
194 |
#: bws_functions.php:382
|
195 |
-
#,
|
196 |
msgid ""
|
197 |
"Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
|
198 |
"SUPPORT or UPDATES."
|
199 |
-
msgstr "
|
|
|
|
|
200 |
|
201 |
#: bws_functions.php:477
|
202 |
-
|
203 |
-
|
|
|
204 |
|
205 |
#: bws_functions.php:478
|
206 |
msgid ""
|
@@ -214,8 +214,8 @@ msgstr ""
|
|
214 |
msgid "Suggest a Feature"
|
215 |
msgstr "Navrhnout vlastnost"
|
216 |
|
217 |
-
#: bws_functions.php:495 class-bws-settings.php:
|
218 |
-
#: class-bws-settings.php:
|
219 |
msgid "Notice"
|
220 |
msgstr "Poznámka"
|
221 |
|
@@ -223,97 +223,87 @@ msgstr "Poznámka"
|
|
223 |
msgid "The plugin's settings have been changed."
|
224 |
msgstr "Nastavení pluginu bylo změněno."
|
225 |
|
226 |
-
#: bws_functions.php:496
|
227 |
-
#:
|
228 |
msgid "Save Changes"
|
229 |
msgstr "Uložit změny"
|
230 |
|
231 |
#: bws_functions.php:510
|
232 |
-
#, fuzzy
|
233 |
msgid ""
|
234 |
"You can always look at premium options by checking the \"Pro Options\" in "
|
235 |
"the \"Misc\" tab."
|
236 |
msgstr ""
|
237 |
-
"Vždy se můžete podívat na možnosti prémiové verze, kliknutím na \"
|
238 |
-
"
|
239 |
|
240 |
-
#: bws_functions.php:
|
241 |
msgid "Add shortcode"
|
242 |
msgstr "Přidat krátký kód"
|
243 |
|
244 |
-
#: bws_functions.php:
|
245 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
246 |
-
msgstr "
|
|
|
247 |
|
248 |
-
#: bws_functions.php:
|
249 |
msgid "Close"
|
250 |
msgstr "Zavřít"
|
251 |
|
252 |
-
#: bws_functions.php:
|
253 |
-
#, fuzzy
|
254 |
msgid "Are you sure you want to restore default settings?"
|
255 |
-
msgstr "Jste si jisti, že chcete obnovit
|
256 |
|
257 |
-
#: bws_functions.php:
|
258 |
msgid "Yes, restore all settings"
|
259 |
msgstr "Ano, obnovit veškerá nastavení"
|
260 |
|
261 |
-
#: bws_functions.php:
|
262 |
msgid "No, go back to the settings page"
|
263 |
msgstr "Ne, vrátit se zpět na stránku nastavení"
|
264 |
|
265 |
-
#: bws_functions.php:
|
266 |
msgid "Plugin"
|
267 |
msgstr "Plugin"
|
268 |
|
269 |
-
#: bws_functions.php:
|
270 |
msgid "Shortcode settings"
|
271 |
msgstr "Nastavení krátkých kódů"
|
272 |
|
273 |
-
#: bws_functions.php:
|
274 |
msgid "The shortcode will be inserted"
|
275 |
msgstr "Bude vložen krátký kód"
|
276 |
|
277 |
-
#: bws_functions.php:
|
278 |
msgid "Insert"
|
279 |
msgstr "Vložit"
|
280 |
|
281 |
-
#: bws_functions.php:
|
282 |
msgid "FAQ"
|
283 |
msgstr "Často kladené otázky (FAQ)"
|
284 |
|
285 |
-
#: bws_functions.php:
|
286 |
msgid "For more information:"
|
287 |
msgstr "Pro více informací:"
|
288 |
|
289 |
-
#: bws_functions.php:
|
290 |
msgid "Documentation"
|
291 |
msgstr "Dokumentace"
|
292 |
|
293 |
-
#: bws_functions.php:
|
294 |
msgid "Video Instructions"
|
295 |
msgstr "Video instrukce"
|
296 |
|
297 |
-
#: bws_functions.php:
|
298 |
-
#, fuzzy
|
299 |
msgid "Submit a Request"
|
300 |
msgstr "Odeslat požadavek"
|
301 |
|
302 |
-
#:
|
303 |
-
msgid "
|
304 |
-
msgstr "
|
305 |
-
|
306 |
-
#: deprecated.php:92 bws_menu.php:308 bws_menu.php:312 bws_menu.php:611
|
307 |
-
msgid "Themes"
|
308 |
-
msgstr "Šablony"
|
309 |
-
|
310 |
-
#: deprecated.php:93
|
311 |
-
msgid "System Status"
|
312 |
-
msgstr "Stav systému"
|
313 |
|
314 |
-
#:
|
315 |
-
#: class-bws-settings.php:
|
316 |
-
#:
|
317 |
msgid ""
|
318 |
"Something went wrong. Please try again later. If the error appears again, "
|
319 |
"please contact us"
|
@@ -321,189 +311,63 @@ msgstr ""
|
|
321 |
"Něco se pokazilo. Prosím zkuste to znovu později. Pokud se chyba objeví "
|
322 |
"znovu, obraťte se na nás"
|
323 |
|
324 |
-
#:
|
325 |
-
#: class-bws-settings.php:
|
326 |
-
#:
|
327 |
msgid "We are sorry for inconvenience."
|
328 |
msgstr "Omlouváme se za nepříjemnosti."
|
329 |
|
330 |
-
#:
|
331 |
-
#:
|
332 |
msgid "Wrong license key."
|
333 |
msgstr "Neplatný licenční klíč"
|
334 |
|
335 |
-
#:
|
336 |
-
#: class-bws-settings.php:917
|
337 |
-
#, fuzzy
|
338 |
-
msgid "This license key is bound to another site."
|
339 |
-
msgstr "Tento licenční klíč je přidružen k jiným webovým stránkám."
|
340 |
-
|
341 |
-
#: deprecated.php:143 class-bws-settings.php:817
|
342 |
-
msgid ""
|
343 |
-
"This license key is valid, but Your license has expired. If you want to "
|
344 |
-
"update our plugin in future, you should extend the license."
|
345 |
-
msgstr ""
|
346 |
-
"Tento licenční klíč je platný, ale vaše licence vypršela. Chcete-li náš "
|
347 |
-
"plugin v budoucnosti aktualizovat, měli by jste licenci prodloužit."
|
348 |
-
|
349 |
-
#: deprecated.php:145 class-bws-settings.php:819
|
350 |
-
msgid "Unfortunately, you have exceeded the number of available tries."
|
351 |
-
msgstr "Bohužel, překročili jste dostupný počet pokusů."
|
352 |
-
|
353 |
-
#: deprecated.php:147 class-bws-settings.php:821
|
354 |
-
msgid ""
|
355 |
-
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
356 |
-
"The Pro Trial license can be installed only once."
|
357 |
-
msgstr ""
|
358 |
-
"Bohužel, tato zkušební Pro licence již pro tuto doménu byla použita. "
|
359 |
-
"Zkušební Pro licence může být instalována pouze jedenkrát."
|
360 |
-
|
361 |
-
#: deprecated.php:151 class-bws-settings.php:825
|
362 |
-
msgid "The Pro Trial license key is valid."
|
363 |
-
msgstr "Licenční klíč zkušební Pro verze je platný"
|
364 |
-
|
365 |
-
#: deprecated.php:153 bws_menu.php:140 class-bws-settings.php:827
|
366 |
-
msgid "The license key is valid."
|
367 |
-
msgstr "Licenční klíč je platný"
|
368 |
-
|
369 |
-
#: deprecated.php:156 bws_menu.php:142 class-bws-settings.php:830
|
370 |
-
msgid "Your license will expire on"
|
371 |
-
msgstr "Vaše licence vyprší"
|
372 |
-
|
373 |
-
#: deprecated.php:159 deprecated.php:246 class-bws-settings.php:833
|
374 |
-
#, php-format
|
375 |
-
msgid ""
|
376 |
-
"In order to continue using the plugin it is necessary to buy a %s license."
|
377 |
-
msgstr ""
|
378 |
-
"Pokud chcete nadále využívat tento plugin, je nutné zakoupit %s licenci."
|
379 |
-
|
380 |
-
#: deprecated.php:204
|
381 |
-
msgid "Please, enter your license key"
|
382 |
-
msgstr "Prosím, vložte váš licenční klíč."
|
383 |
-
|
384 |
-
#: deprecated.php:223
|
385 |
-
#, fuzzy
|
386 |
-
msgid ""
|
387 |
-
"If necessary, you can check if the license key is correct or reenter it in "
|
388 |
-
"the field below. You can find your license key on your personal page - "
|
389 |
-
"Client Area - on our website"
|
390 |
-
msgstr ""
|
391 |
-
"V případě potřeby zkontrolujte, je-li licenční klíč správně zadán, případně "
|
392 |
-
"jej do pole níže vložte znova. Váš licenční klíč najdete na vaší osobní "
|
393 |
-
"stránce - Klientská zóna - na našem webu"
|
394 |
-
|
395 |
-
#: deprecated.php:223
|
396 |
msgid ""
|
397 |
-
"
|
398 |
-
"
|
399 |
msgstr ""
|
400 |
-
"
|
401 |
-
"
|
402 |
-
|
403 |
-
#: deprecated.php:227 bws_menu.php:336 bws_menu.php:347
|
404 |
-
#: class-bws-settings.php:749
|
405 |
-
msgid "Check license key"
|
406 |
-
msgstr "Zkontrolujte licenční klíč"
|
407 |
-
|
408 |
-
#: deprecated.php:247
|
409 |
-
#, fuzzy
|
410 |
-
msgid "After that, you can activate it by entering your license key."
|
411 |
-
msgstr "Poté, co jej aktivujete vložením vašeho licenčního klíče."
|
412 |
-
|
413 |
-
#: deprecated.php:249 deprecated.php:688
|
414 |
-
msgid "License key can be found in the"
|
415 |
-
msgstr "Licenční klíč najdete v"
|
416 |
|
417 |
-
#:
|
418 |
-
msgid "
|
419 |
-
msgstr "
|
420 |
-
|
421 |
-
#: deprecated.php:259 deprecated.php:267 deprecated.php:629 deprecated.php:700
|
422 |
-
#: deprecated.php:709 bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
|
423 |
-
#: class-bws-settings.php:728
|
424 |
-
msgid "Activate"
|
425 |
-
msgstr "Aktivovat"
|
426 |
|
427 |
-
#:
|
428 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
429 |
msgstr "Bohužel, překročili jste dostupný počet pokusů pro daný den."
|
430 |
|
431 |
-
#: deprecated.php:
|
432 |
-
#,
|
433 |
-
msgid ""
|
434 |
-
"Congratulations! The Pro license of the plugin is activated successfully."
|
435 |
-
msgstr "Gratulujeme! PRO licence pluginu je úspěšně aktivována."
|
436 |
-
|
437 |
-
#: deprecated.php:280 deprecated.php:669
|
438 |
-
msgid "Please, go to"
|
439 |
-
msgstr "Prosím, jděte na"
|
440 |
-
|
441 |
-
#: deprecated.php:280 deprecated.php:669
|
442 |
-
#, fuzzy
|
443 |
-
msgid "the setting page"
|
444 |
-
msgstr "stránka nastavení"
|
445 |
-
|
446 |
-
#: deprecated.php:281 deprecated.php:670
|
447 |
-
msgid "You will be redirected automatically in 5 seconds."
|
448 |
-
msgstr "Budete automaticky přesměrováni za 5 sekund."
|
449 |
-
|
450 |
-
#: deprecated.php:315
|
451 |
-
msgid "Check premium options on the plugin settings page!"
|
452 |
-
msgstr "Zkontrolujte prémiové možnosti na stránce nastavení pluginů!"
|
453 |
-
|
454 |
-
#: deprecated.php:322 bws_menu.php:99 class-bws-settings.php:781
|
455 |
-
msgid "Wrong license key"
|
456 |
-
msgstr "Špatný licenční klíč"
|
457 |
-
|
458 |
-
#: deprecated.php:362 deprecated.php:703 class-bws-settings.php:733
|
459 |
-
#: class-bws-settings.php:919
|
460 |
-
msgid ""
|
461 |
-
"Unfortunately, you have exceeded the number of available tries per day. "
|
462 |
-
"Please, upload the plugin manually."
|
463 |
-
msgstr ""
|
464 |
-
"Bohužel, jste překročili počet dostupných pokusů za den. Prosím, nahrejte "
|
465 |
-
"plugin ručně."
|
466 |
-
|
467 |
-
#: deprecated.php:364 bws_menu.php:132 class-bws-settings.php:921
|
468 |
-
#, fuzzy, php-format
|
469 |
msgid ""
|
470 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
471 |
"support and plugin updates, you should extend it in your %s"
|
472 |
msgstr ""
|
473 |
"Bohužel, Vaše licence vypršela. Chcete-li pokračovat v získávání top-"
|
474 |
-
"prioritní podpory a aktualizace pluginu měli byste ji prodloužit ve vašem"
|
475 |
|
476 |
-
#:
|
477 |
msgid ""
|
478 |
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
479 |
"Trial license can be installed only once."
|
480 |
msgstr ""
|
481 |
-
"Bohužel,
|
482 |
-
"
|
483 |
-
|
484 |
-
#: deprecated.php:387 deprecated.php:409 deprecated.php:431 bws_menu.php:400
|
485 |
-
#: bws_menu.php:431 bws_menu.php:442 class-bws-settings.php:947
|
486 |
-
#: class-bws-settings.php:969 class-bws-settings.php:991
|
487 |
-
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
488 |
-
msgstr "Stažení zip archivu selhalo. Prosíme, nahrajte plugin ručně."
|
489 |
|
490 |
-
#:
|
491 |
-
msgid "
|
492 |
-
msgstr "
|
493 |
|
494 |
-
#:
|
495 |
-
msgid ""
|
496 |
-
"
|
497 |
-
"plugin manually"
|
498 |
-
msgstr ""
|
499 |
-
"Váš server nepodporuje buď ZipArchive nebo Phar. Prosím, nahrajte plugin "
|
500 |
-
"ručně"
|
501 |
|
502 |
-
#:
|
503 |
-
msgid "
|
504 |
-
msgstr "
|
505 |
|
506 |
-
#:
|
507 |
msgid ""
|
508 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
509 |
"sorry for inconvenience."
|
@@ -511,256 +375,138 @@ msgstr ""
|
|
511 |
"Něco se pokazilo. Zkuste to později, nebo nahrajte plugin ručně. Omlouváme "
|
512 |
"se za nepříjemnosti."
|
513 |
|
514 |
-
#:
|
515 |
-
msgid "Please, enter Your license key"
|
516 |
-
msgstr "Prosím, vložte váš licenční klíč"
|
517 |
-
|
518 |
-
#: deprecated.php:478
|
519 |
-
msgid "Restore all plugin settings to defaults"
|
520 |
-
msgstr "Obnovit veškerá nastavení pluginu na výchozí hodnoty?"
|
521 |
-
|
522 |
-
#: deprecated.php:480
|
523 |
-
msgid "Restore settings"
|
524 |
-
msgstr "Obnovit nastavení"
|
525 |
-
|
526 |
-
#: deprecated.php:497 class-bws-settings.php:421
|
527 |
-
msgid "You do not have sufficient permissions to edit plugins for this site."
|
528 |
-
msgstr "Nemáte dostatečná oprávnění pro úpravu pluginů tohoto webu."
|
529 |
-
|
530 |
-
#: deprecated.php:548 deprecated.php:575
|
531 |
-
#, php-format
|
532 |
-
msgid "File %s edited successfully."
|
533 |
-
msgstr "Soubor %s byl úspěšně upraven."
|
534 |
-
|
535 |
-
#: deprecated.php:550 deprecated.php:577
|
536 |
-
msgid "Not enough permissions to create or update the file"
|
537 |
-
msgstr "Nedostatečná oprávnění pro vytvoření či úpravu souboru"
|
538 |
-
|
539 |
-
#: deprecated.php:580
|
540 |
-
msgid "Not enough permissions to create the file"
|
541 |
-
msgstr "Nedostatečná oprávnění pro vytvoření souboru"
|
542 |
-
|
543 |
-
#: deprecated.php:618 class-bws-settings.php:426
|
544 |
-
#, fuzzy
|
545 |
-
msgid "These styles will be added to the header on all pages of your site."
|
546 |
-
msgstr "Tyto styly budou přidány do záhlaví všech stránek vašeho webu."
|
547 |
-
|
548 |
-
#: deprecated.php:620 class-bws-settings.php:429
|
549 |
-
#, php-format
|
550 |
-
msgid ""
|
551 |
-
"This PHP code will be hooked to the %s action and will be printed on front "
|
552 |
-
"end only."
|
553 |
-
msgstr ""
|
554 |
-
"Tento PHP kód bude hooked to the %s action a bude zobrazen pouze na front "
|
555 |
-
"endu."
|
556 |
-
|
557 |
-
#: deprecated.php:624
|
558 |
-
#, fuzzy
|
559 |
-
msgid "Editing"
|
560 |
-
msgstr "Úpravy"
|
561 |
-
|
562 |
-
#: deprecated.php:626 class-bws-settings.php:450
|
563 |
-
msgid "Browsing"
|
564 |
-
msgstr "Procházení"
|
565 |
-
|
566 |
-
#: deprecated.php:633 class-bws-settings.php:461
|
567 |
-
#, php-format
|
568 |
-
msgid "Learn more about %s"
|
569 |
-
msgstr "Dozvědět se více o %s"
|
570 |
-
|
571 |
-
#: deprecated.php:644 class-bws-settings.php:440
|
572 |
-
#, php-format
|
573 |
-
msgid ""
|
574 |
-
"You need to make this files writable before you can save your changes. See "
|
575 |
-
"%s the Codex %s for more information."
|
576 |
-
msgstr ""
|
577 |
-
"Před tím, než budete moci vaše změny uložit, nastavte těmto souborům "
|
578 |
-
"oprávnění pro zápis. Podívejte se %s na Kodex %s pro více informací."
|
579 |
-
|
580 |
-
#: deprecated.php:667
|
581 |
-
#, fuzzy
|
582 |
-
msgid ""
|
583 |
-
"Congratulations! Pro version of the plugin is installed and activated "
|
584 |
-
"successfully."
|
585 |
-
msgstr "Gratulujeme! PRO verze pluginu byla úspěšně instalována a aktivována."
|
586 |
-
|
587 |
-
#: deprecated.php:677
|
588 |
-
msgid "Show Pro features"
|
589 |
-
msgstr "Zobrazit Pro vlastnosti"
|
590 |
-
|
591 |
-
#: deprecated.php:684
|
592 |
-
msgid "Enter your license key to install and activate"
|
593 |
-
msgstr "Vložte váš licenční klíč pro instalaci a aktivaci"
|
594 |
-
|
595 |
-
#: deprecated.php:686
|
596 |
-
msgid "version of the plugin."
|
597 |
-
msgstr "verze pluginu."
|
598 |
-
|
599 |
-
#: deprecated.php:694 class-bws-settings.php:736
|
600 |
-
#, php-format
|
601 |
-
msgid "Start Your Free %s-Day Trial Now"
|
602 |
-
msgstr "Vyzkoušejte vaší %s-denní zkušební verzi zdarma nyní"
|
603 |
-
|
604 |
-
#: bws_menu.php:128
|
605 |
-
#, fuzzy
|
606 |
-
msgid ""
|
607 |
-
"This license key is bound to another site. Change it via personal Client "
|
608 |
-
"Area."
|
609 |
-
msgstr ""
|
610 |
-
"Tento licenční klíč je přidružen k jiným webovým stránkám. Změňte jej "
|
611 |
-
"prostřednictvím osobní Klientská zóny."
|
612 |
-
|
613 |
-
#: bws_menu.php:128
|
614 |
-
#, fuzzy
|
615 |
-
msgid "Log in"
|
616 |
-
msgstr "Přihlášení"
|
617 |
-
|
618 |
-
#: bws_menu.php:144
|
619 |
-
#, fuzzy
|
620 |
-
msgid "Congratulations! Pro Membership license is activated successfully."
|
621 |
-
msgstr "Gratulujeme! Členská PRO licence byla úspěšně aktivována."
|
622 |
-
|
623 |
-
#: bws_menu.php:161
|
624 |
msgid "Please enter your license key."
|
625 |
msgstr "Prosím vložte váš licenční klíč."
|
626 |
|
627 |
-
#: bws_menu.php:
|
628 |
-
#, fuzzy
|
629 |
msgid "Not set"
|
630 |
msgstr "Nenastaveno"
|
631 |
|
632 |
-
#: bws_menu.php:
|
633 |
msgid "On"
|
634 |
msgstr "Zapnout"
|
635 |
|
636 |
-
|
637 |
-
|
638 |
msgid "Off"
|
639 |
msgstr "Vypnout"
|
640 |
|
641 |
-
#: bws_menu.php:
|
642 |
-
#: bws_menu.php:
|
643 |
msgid "N/A"
|
644 |
msgstr "N/A"
|
645 |
|
646 |
-
#: bws_menu.php:
|
647 |
msgid " Mb"
|
648 |
msgstr " Mb"
|
649 |
|
650 |
-
#: bws_menu.php:
|
651 |
msgid "Yes"
|
652 |
msgstr "Ano"
|
653 |
|
654 |
-
#: bws_menu.php:
|
655 |
msgid "No"
|
656 |
msgstr "Ne"
|
657 |
|
658 |
-
#: bws_menu.php:
|
659 |
-
#, fuzzy
|
660 |
msgid "WordPress Environment"
|
661 |
-
msgstr "
|
662 |
|
663 |
-
#: bws_menu.php:
|
664 |
msgid "Home URL"
|
665 |
msgstr "Domovská URL"
|
666 |
|
667 |
-
#: bws_menu.php:
|
668 |
-
#, fuzzy
|
669 |
msgid "Website URL"
|
670 |
msgstr "URL webových stránek"
|
671 |
|
672 |
-
#: bws_menu.php:
|
673 |
-
#, fuzzy
|
674 |
msgid "WP Version"
|
675 |
-
msgstr "
|
676 |
|
677 |
-
#: bws_menu.php:
|
678 |
msgid "WP Multisite"
|
679 |
-
msgstr ""
|
680 |
|
681 |
-
#: bws_menu.php:
|
682 |
-
#, fuzzy
|
683 |
msgid "WP Memory Limit"
|
684 |
-
msgstr "
|
685 |
|
686 |
-
#: bws_menu.php:
|
687 |
msgid "Active Theme"
|
688 |
msgstr "Aktivovat šablonu"
|
689 |
|
690 |
-
#: bws_menu.php:
|
691 |
#, php-format
|
692 |
msgid "by %s"
|
693 |
-
msgstr ""
|
694 |
|
695 |
-
#: bws_menu.php:
|
696 |
-
#, fuzzy
|
697 |
msgid "Server Environment"
|
698 |
msgstr "Prostředí"
|
699 |
|
700 |
-
#: bws_menu.php:
|
701 |
msgid "Operating System"
|
702 |
msgstr "Operační systém"
|
703 |
|
704 |
-
#: bws_menu.php:
|
705 |
msgid "Server"
|
706 |
msgstr "Server"
|
707 |
|
708 |
-
#: bws_menu.php:
|
709 |
msgid "PHP Version"
|
710 |
msgstr "PHP Verze"
|
711 |
|
712 |
-
|
713 |
-
msgid "PHP Safe Mode"
|
714 |
-
msgstr ""
|
715 |
-
|
716 |
#: bws_menu.php:212
|
717 |
msgid "PHP Allow URL fopen"
|
718 |
-
msgstr ""
|
719 |
|
720 |
#: bws_menu.php:213
|
721 |
msgid "PHP Memory Limit"
|
722 |
msgstr "PHP Limit paměti"
|
723 |
|
724 |
#: bws_menu.php:214
|
725 |
-
#, fuzzy
|
726 |
msgid "Memory Usage"
|
727 |
msgstr "Využití paměti"
|
728 |
|
|
|
729 |
#: bws_menu.php:215
|
730 |
msgid "PHP Max Upload Size"
|
731 |
-
msgstr ""
|
732 |
|
|
|
733 |
#: bws_menu.php:216
|
734 |
msgid "PHP Max Post Size"
|
735 |
-
msgstr ""
|
736 |
|
|
|
737 |
#: bws_menu.php:217
|
738 |
msgid "PHP Max Script Execute Time"
|
739 |
-
msgstr ""
|
740 |
|
741 |
#: bws_menu.php:218
|
742 |
msgid "PHP Exif support"
|
743 |
-
msgstr ""
|
744 |
|
745 |
#: bws_menu.php:219
|
746 |
msgid "PHP IPTC support"
|
747 |
-
msgstr ""
|
748 |
|
749 |
#: bws_menu.php:220
|
750 |
msgid "PHP XML support"
|
751 |
-
msgstr ""
|
752 |
|
753 |
#: bws_menu.php:226
|
754 |
msgid "Database"
|
755 |
-
msgstr ""
|
756 |
|
757 |
#: bws_menu.php:228
|
758 |
-
#, fuzzy
|
759 |
msgid "WP DB version"
|
760 |
-
msgstr "
|
761 |
|
762 |
#: bws_menu.php:229
|
763 |
-
#, fuzzy
|
764 |
msgid "MySQL version"
|
765 |
msgstr "Verze MYSQL"
|
766 |
|
@@ -781,7 +527,6 @@ msgid "Please enter a valid email address."
|
|
781 |
msgstr "Prosím vložte platnou e-mailovou adresu."
|
782 |
|
783 |
#: bws_menu.php:264
|
784 |
-
#, fuzzy
|
785 |
msgid "Email with system info is sent to"
|
786 |
msgstr "E-mail se systémovým nastavením byl odeslán na"
|
787 |
|
@@ -793,6 +538,14 @@ msgstr "Děkujeme, že jste nás kontaktovali."
|
|
793 |
msgid "Sorry, email message could not be delivered."
|
794 |
msgstr "Je nám líto, ale e-mail nemohl být doručen."
|
795 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
796 |
#: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
|
797 |
msgid "System status"
|
798 |
msgstr "Stav systému"
|
@@ -802,9 +555,8 @@ msgid "Support"
|
|
802 |
msgstr "Podpora"
|
803 |
|
804 |
#: bws_menu.php:318
|
805 |
-
#, fuzzy
|
806 |
msgid "Manage purchased licenses & subscriptions"
|
807 |
-
msgstr "Spravovat zakoupené licence
|
808 |
|
809 |
#: bws_menu.php:326
|
810 |
#, php-format
|
@@ -812,14 +564,24 @@ msgid "Get Access to %s+ Premium Plugins"
|
|
812 |
msgstr "Získejte přístup k %s+ Premiovým pluginům"
|
813 |
|
814 |
#: bws_menu.php:328
|
815 |
-
#, fuzzy
|
816 |
msgid "Subscribe to Pro Membership"
|
817 |
msgstr "Přihlásit se k Pro členství"
|
818 |
|
|
|
|
|
|
|
|
|
|
|
819 |
#: bws_menu.php:339
|
820 |
msgid "Enter your license key"
|
821 |
msgstr "Vložte váš licenční klíč"
|
822 |
|
|
|
|
|
|
|
|
|
|
|
|
|
823 |
#: bws_menu.php:361
|
824 |
msgid "Upload Plugin"
|
825 |
msgstr "Nahrát plugin"
|
@@ -838,12 +600,11 @@ msgstr ""
|
|
838 |
"nebo odstranit tento plugin."
|
839 |
|
840 |
#: bws_menu.php:367
|
841 |
-
#, fuzzy
|
842 |
msgid ""
|
843 |
"Plugin could not be activated because it triggered a <strong>fatal error</"
|
844 |
"strong>."
|
845 |
msgstr ""
|
846 |
-
"Plugin nemůže být aktivován, neboť způsobil <strong>
|
847 |
|
848 |
#: bws_menu.php:370
|
849 |
msgid "Plugin <strong>activated</strong>."
|
@@ -857,6 +618,13 @@ msgstr "Instalace pluginu"
|
|
857 |
msgid "Downloading install package from"
|
858 |
msgstr "Stahování instalačního balíčku z"
|
859 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
860 |
#: bws_menu.php:408
|
861 |
msgid "Unpacking the package"
|
862 |
msgstr "Rozbalování balíčku"
|
@@ -865,17 +633,32 @@ msgstr "Rozbalování balíčku"
|
|
865 |
msgid "Installing the plugin"
|
866 |
msgstr "Instalace pluginu"
|
867 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
868 |
#: bws_menu.php:427
|
869 |
#, php-format
|
870 |
msgid "The plugin %s is successfully installed."
|
871 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
872 |
|
873 |
#: bws_menu.php:439
|
874 |
msgid "Activate Plugin"
|
875 |
msgstr "Aktivovat plugin"
|
876 |
|
877 |
#: bws_menu.php:439 bws_menu.php:445
|
878 |
-
#, fuzzy
|
879 |
msgid "Return to BestWebSoft Panel"
|
880 |
msgstr "Návrat na BestWebSoft panel"
|
881 |
|
@@ -892,7 +675,6 @@ msgid "Not Installed"
|
|
892 |
msgstr "Neninstalováno"
|
893 |
|
894 |
#: bws_menu.php:457
|
895 |
-
#, fuzzy
|
896 |
msgid "Filter results"
|
897 |
msgstr "Výsledky filtrování"
|
898 |
|
@@ -905,20 +687,19 @@ msgid "Not installed"
|
|
905 |
msgstr "Neninstalováno"
|
906 |
|
907 |
#: bws_menu.php:528
|
908 |
-
#, fuzzy
|
909 |
msgid "Renew to get updates"
|
910 |
-
msgstr "
|
911 |
|
912 |
#: bws_menu.php:531
|
913 |
-
#,
|
914 |
msgid "Update to v %s"
|
915 |
-
msgstr "Aktualizovat na
|
916 |
|
917 |
#: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
|
918 |
msgid "Install Now"
|
919 |
msgstr "Instalovat nyní"
|
920 |
|
921 |
-
#: bws_menu.php:549 class-bws-settings.php:
|
922 |
msgid "Upgrade to Pro"
|
923 |
msgstr "Aktualizovat na Pro"
|
924 |
|
@@ -934,10 +715,11 @@ msgstr "Instalovat tento plugin"
|
|
934 |
msgid "Nothing found. Try another criteria."
|
935 |
msgstr "Nic nenalezeno. Zkuste jiná kritéria."
|
936 |
|
|
|
937 |
#: bws_menu.php:621 bws_menu.php:641
|
938 |
#, php-format
|
939 |
msgid "By %s"
|
940 |
-
msgstr ""
|
941 |
|
942 |
#: bws_menu.php:648
|
943 |
msgid "Already Installed"
|
@@ -955,380 +737,538 @@ msgstr "Odeslat podpoře"
|
|
955 |
msgid "Send to custom email »"
|
956 |
msgstr "Odeslat na vlastní e-mail »"
|
957 |
|
958 |
-
#:
|
959 |
-
msgid "Advertisement"
|
960 |
-
msgstr "Reklama"
|
961 |
-
|
962 |
-
#: product_list.php:8
|
963 |
-
msgid "Content & Media"
|
964 |
-
msgstr "Obsah & Média"
|
965 |
-
|
966 |
-
#: product_list.php:9
|
967 |
-
msgid "Management"
|
968 |
-
msgstr "Správa"
|
969 |
-
|
970 |
-
#: product_list.php:10
|
971 |
-
msgid "Recommended"
|
972 |
-
msgstr "Doporučeno"
|
973 |
-
|
974 |
-
#: product_list.php:11
|
975 |
-
msgid "Security"
|
976 |
-
msgstr "Bezpečnost"
|
977 |
-
|
978 |
-
#: product_list.php:12
|
979 |
-
msgid "Site Stats"
|
980 |
-
msgstr "Statistiky webu"
|
981 |
-
|
982 |
-
#: product_list.php:13
|
983 |
-
msgid "Social"
|
984 |
-
msgstr "Sociální"
|
985 |
-
|
986 |
-
#: product_list.php:14
|
987 |
-
msgid "Utilities"
|
988 |
-
msgstr "Utility"
|
989 |
-
|
990 |
-
#: product_list.php:15
|
991 |
-
msgid "Other"
|
992 |
-
msgstr "Ostatní"
|
993 |
-
|
994 |
-
#: class-bws-settings.php:129
|
995 |
-
#, fuzzy
|
996 |
msgid "Information"
|
997 |
-
msgstr "
|
998 |
|
999 |
-
#: class-bws-settings.php:
|
1000 |
-
#, fuzzy
|
1001 |
msgid "Inactive"
|
1002 |
-
msgstr "Neaktivní
|
1003 |
|
1004 |
-
#: class-bws-settings.php:
|
1005 |
msgid "Expired"
|
1006 |
-
msgstr ""
|
1007 |
|
1008 |
-
#: class-bws-settings.php:
|
1009 |
#, php-format
|
1010 |
msgid "%s day(-s) left"
|
1011 |
-
msgstr ""
|
1012 |
|
1013 |
-
#: class-bws-settings.php:
|
1014 |
-
#,
|
1015 |
msgid "Expired on %s"
|
1016 |
-
msgstr "
|
1017 |
|
1018 |
-
#: class-bws-settings.php:
|
1019 |
msgid "Renew Now"
|
1020 |
-
msgstr ""
|
1021 |
|
1022 |
-
#: class-bws-settings.php:
|
1023 |
-
#, fuzzy
|
1024 |
msgid "Active"
|
1025 |
-
msgstr "
|
1026 |
|
1027 |
-
#: class-bws-settings.php:
|
1028 |
-
#, fuzzy
|
1029 |
msgid "License"
|
1030 |
-
msgstr "
|
1031 |
|
1032 |
-
#: class-bws-settings.php:
|
1033 |
-
#, fuzzy
|
1034 |
msgid "Status"
|
1035 |
-
msgstr "Stav
|
1036 |
|
1037 |
-
#: class-bws-settings.php:
|
1038 |
-
#, fuzzy
|
1039 |
msgid "Version"
|
1040 |
-
msgstr "
|
1041 |
|
1042 |
-
#: class-bws-settings.php:
|
1043 |
-
#, fuzzy
|
1044 |
msgid "All plugin settings were restored."
|
1045 |
-
msgstr "
|
1046 |
|
1047 |
-
#: class-bws-settings.php:
|
1048 |
-
#, fuzzy
|
1049 |
msgid "Custom Code"
|
1050 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1051 |
|
1052 |
-
#: class-bws-settings.php:432
|
1053 |
-
#,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1054 |
msgid "These code will be added to the header on all pages of your site."
|
1055 |
-
msgstr "
|
1056 |
|
1057 |
-
#: class-bws-settings.php:
|
1058 |
#, php-format
|
1059 |
-
msgid "
|
|
|
|
|
1060 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1061 |
|
1062 |
-
#: class-bws-settings.php:
|
|
|
|
|
|
|
|
|
|
|
1063 |
msgid "Miscellaneous Settings"
|
1064 |
-
msgstr ""
|
1065 |
|
1066 |
-
#: class-bws-settings.php:
|
1067 |
#, php-format
|
1068 |
msgid ""
|
1069 |
"It is prohibited to change %s settings on this site in the %s network "
|
1070 |
"settings."
|
1071 |
-
msgstr ""
|
1072 |
|
1073 |
-
#: class-bws-settings.php:
|
1074 |
#, php-format
|
1075 |
msgid ""
|
1076 |
"It is prohibited to view %s settings on this site in the %s network settings."
|
1077 |
-
msgstr ""
|
1078 |
|
1079 |
-
#: class-bws-settings.php:
|
1080 |
-
#, fuzzy
|
1081 |
msgid "Pro Options"
|
1082 |
-
msgstr "
|
1083 |
|
1084 |
-
#: class-bws-settings.php:
|
1085 |
msgid "Enable to display plugin Pro options."
|
1086 |
-
msgstr ""
|
1087 |
|
1088 |
-
#: class-bws-settings.php:
|
1089 |
msgid "Track Usage"
|
1090 |
-
msgstr ""
|
1091 |
|
1092 |
-
#: class-bws-settings.php:
|
1093 |
msgid ""
|
1094 |
"Enable to allow tracking plugin usage anonymously in order to make it better."
|
1095 |
msgstr ""
|
|
|
1096 |
|
1097 |
-
#: class-bws-settings.php:
|
1098 |
-
#, fuzzy
|
1099 |
msgid "Default Settings"
|
1100 |
-
msgstr "
|
1101 |
|
1102 |
-
#: class-bws-settings.php:
|
1103 |
-
#, fuzzy
|
1104 |
msgid "Restore Settings"
|
1105 |
msgstr "Obnovit nastavení"
|
1106 |
|
1107 |
-
#: class-bws-settings.php:
|
1108 |
-
#, fuzzy
|
1109 |
msgid "This will restore plugin settings to defaults."
|
1110 |
-
msgstr "
|
1111 |
|
1112 |
-
#: class-bws-settings.php:
|
1113 |
msgid "Import / Export"
|
1114 |
-
msgstr ""
|
1115 |
|
1116 |
-
#: class-bws-settings.php:
|
1117 |
#: class-bws-settings.php:746
|
1118 |
-
#, fuzzy
|
1119 |
msgid "License Key"
|
1120 |
-
msgstr "
|
1121 |
|
1122 |
#: class-bws-settings.php:714
|
1123 |
-
#, fuzzy
|
1124 |
msgid "Congratulations! Pro license is activated successfully."
|
1125 |
-
msgstr "Gratulujeme!
|
1126 |
|
1127 |
#: class-bws-settings.php:715
|
1128 |
-
#,
|
1129 |
-
msgid "You will be automatically redirected to the %s in
|
1130 |
-
msgstr "
|
1131 |
|
1132 |
#: class-bws-settings.php:715
|
1133 |
-
#, fuzzy
|
1134 |
msgid "Settings page"
|
1135 |
-
msgstr "
|
1136 |
|
1137 |
#: class-bws-settings.php:730
|
1138 |
-
#,
|
1139 |
msgid "Enter your license key to activate %s and get premium plugin features."
|
1140 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1141 |
|
1142 |
#: class-bws-settings.php:751
|
1143 |
-
#, fuzzy
|
1144 |
msgid ""
|
1145 |
"If necessary, you can check if the license key is correct or reenter it in "
|
1146 |
"the field below."
|
1147 |
msgstr ""
|
1148 |
"V případě potřeby zkontrolujte, je-li licenční klíč správně zadán, případně "
|
1149 |
-
"jej do pole níže vložte znova.
|
1150 |
-
"stránce - Klientská zóna - na našem webu"
|
1151 |
|
1152 |
#: class-bws-settings.php:756
|
1153 |
msgid "Manage License Settings"
|
1154 |
-
msgstr ""
|
1155 |
|
1156 |
#: class-bws-settings.php:758
|
1157 |
-
#, fuzzy
|
1158 |
msgid "Login to Client Area"
|
1159 |
-
msgstr "
|
1160 |
|
1161 |
#: class-bws-settings.php:760
|
1162 |
msgid ""
|
1163 |
"Manage active licenses, download BWS products, and view your payment history "
|
1164 |
"using BestWebSoft Client Area."
|
1165 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1166 |
|
1167 |
-
#: class-bws-settings.php:
|
1168 |
-
|
|
|
|
|
|
|
1169 |
msgid "Need Help?"
|
1170 |
-
msgstr "
|
1171 |
|
1172 |
-
#: class-bws-settings.php:
|
1173 |
-
#, fuzzy
|
1174 |
msgid "Read the Instruction"
|
1175 |
-
msgstr "
|
1176 |
|
1177 |
-
#: class-bws-settings.php:
|
1178 |
msgid "Watch the Video"
|
1179 |
-
msgstr ""
|
1180 |
|
1181 |
-
#: class-bws-settings.php:
|
1182 |
-
#, fuzzy
|
1183 |
msgid "Start Your Free Trial"
|
1184 |
-
msgstr "Vyzkoušejte
|
1185 |
|
1186 |
-
|
1187 |
-
|
|
|
1188 |
|
1189 |
-
|
1190 |
-
|
1191 |
-
|
1192 |
|
1193 |
-
|
1194 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1195 |
|
1196 |
-
|
1197 |
-
|
|
|
|
|
|
|
|
|
|
|
1198 |
|
1199 |
-
|
1200 |
-
|
1201 |
-
|
1202 |
|
1203 |
-
|
1204 |
-
|
|
|
1205 |
|
1206 |
-
|
1207 |
-
|
|
|
1208 |
|
1209 |
-
|
1210 |
-
|
|
|
|
|
1211 |
|
1212 |
-
|
1213 |
-
|
|
|
1214 |
|
1215 |
-
|
1216 |
-
|
|
|
1217 |
|
1218 |
-
|
1219 |
-
|
|
|
1220 |
|
1221 |
-
|
1222 |
-
|
1223 |
-
|
1224 |
-
#~ msgstr ""
|
1225 |
-
#~ "Присоединяйтесь к BestWebSoft Pro Membership сегодня, отменяйте подписку "
|
1226 |
-
#~ "в любое время и используйте все плагины на одном сайте %s всего лишь за "
|
1227 |
-
#~ "%s в месяц."
|
1228 |
|
1229 |
-
|
1230 |
-
|
|
|
1231 |
|
1232 |
-
|
1233 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1234 |
|
1235 |
-
|
1236 |
-
|
|
|
1237 |
|
1238 |
-
|
1239 |
-
|
|
|
1240 |
|
1241 |
-
|
1242 |
-
|
|
|
1243 |
|
1244 |
-
|
1245 |
-
|
1246 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1247 |
#~ msgstr ""
|
1248 |
-
#~ "
|
1249 |
-
#~ "area, нажав на ссылку"
|
1250 |
|
1251 |
-
#~ msgid "
|
1252 |
-
#~ msgstr "
|
1253 |
|
1254 |
-
#~ msgid "
|
1255 |
-
#~ msgstr "
|
1256 |
|
1257 |
-
#~ msgid "
|
1258 |
-
#~ msgstr "
|
1259 |
|
1260 |
-
#~ msgid "
|
1261 |
-
#~ msgstr "
|
1262 |
|
1263 |
-
#~ msgid "
|
1264 |
-
#~
|
|
|
|
|
|
|
|
|
1265 |
|
1266 |
-
#~ msgid "
|
1267 |
-
#~
|
|
|
|
|
|
|
1268 |
|
1269 |
-
#~ msgid "
|
1270 |
-
#~ msgstr "
|
1271 |
|
1272 |
-
#~ msgid "
|
1273 |
-
#~
|
|
|
1274 |
|
1275 |
-
#~ msgid "
|
1276 |
-
#~ msgstr "
|
1277 |
|
1278 |
-
#~ msgid "
|
1279 |
-
#~
|
|
|
|
|
|
|
|
|
|
|
|
|
1280 |
|
1281 |
-
#~ msgid "
|
1282 |
-
#~
|
|
|
|
|
|
|
|
|
1283 |
|
1284 |
-
#~ msgid "
|
1285 |
-
#~
|
|
|
|
|
|
|
|
|
1286 |
|
1287 |
-
#~ msgid "
|
1288 |
-
#~ msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
1289 |
|
1290 |
#~ msgid ""
|
1291 |
-
#~ "
|
1292 |
-
#~ "
|
1293 |
#~ msgstr ""
|
1294 |
-
#~ "
|
1295 |
-
#~ "
|
1296 |
|
1297 |
-
#~ msgid "
|
1298 |
-
#~ msgstr "
|
|
|
1299 |
|
1300 |
-
#~ msgid "
|
1301 |
-
#~
|
|
|
|
|
|
|
|
|
1302 |
|
1303 |
-
#~ msgid "
|
1304 |
-
#~ msgstr "
|
1305 |
|
1306 |
-
#~ msgid "
|
1307 |
-
#~ msgstr "
|
1308 |
|
1309 |
-
#~ msgid "
|
1310 |
-
#~ msgstr "
|
1311 |
|
1312 |
-
#~ msgid "
|
1313 |
-
#~ msgstr "
|
1314 |
|
1315 |
-
#~ msgid "
|
1316 |
-
#~ msgstr "
|
1317 |
|
1318 |
-
#~ msgid "
|
1319 |
-
#~ msgstr "
|
1320 |
|
1321 |
-
|
1322 |
-
#~
|
|
|
1323 |
|
1324 |
-
#~ msgid "
|
1325 |
-
#~ msgstr "
|
1326 |
|
1327 |
-
#~ msgid "
|
1328 |
-
#~ msgstr "
|
1329 |
|
1330 |
-
#~ msgid "
|
1331 |
-
#~ msgstr "
|
1332 |
|
1333 |
-
#~ msgid "
|
1334 |
-
#~ msgstr "
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-03-28 13:50+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-03-28 13:50+0300\n"
|
7 |
+
"Last-Translator: Mik013\n"
|
8 |
"Language-Team: Mik013\n"
|
9 |
"Language: cs_CZ\n"
|
10 |
"MIME-Version: 1.0\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.8.7.1\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: bws_functions.php:72 bws_functions.php:190
|
37 |
msgstr "Stránka pluginů"
|
38 |
|
39 |
#: bws_functions.php:91
|
|
|
40 |
msgid "Like the plugin?"
|
41 |
+
msgstr "Líbí se vám plugin?"
|
42 |
|
43 |
#: bws_functions.php:93
|
44 |
msgid "Rate it"
|
45 |
+
msgstr "Ohodnoťte jej"
|
46 |
|
47 |
#: bws_functions.php:102
|
48 |
msgid "Need help?"
|
49 |
+
msgstr "Potřebujete pomoc?"
|
50 |
|
51 |
+
#: bws_functions.php:103 bws_functions.php:916 class-bws-settings.php:1047
|
52 |
msgid "Visit Help Center"
|
53 |
msgstr "Navštívit Centrum pomoci"
|
54 |
|
55 |
#: bws_functions.php:106
|
|
|
56 |
msgid "Want to support the plugin?"
|
57 |
+
msgstr "Chcete podpořit plugin?"
|
58 |
|
59 |
#: bws_functions.php:107 bws_menu.php:553
|
60 |
msgid "Donate"
|
73 |
msgstr ""
|
74 |
"Pro licenci pluginu můžete používat pouze pro jednu doménu. Prosím "
|
75 |
"zkontrolujte a případně upravte Váš licenční klíč na vaší osobní stránce - "
|
76 |
+
"Klientské zóně. Důrazně doporučujeme, aby jste tento problém odstranili "
|
77 |
"během 24 hodin, jinak bude Pro plugin deaktivován."
|
78 |
|
79 |
#: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
|
80 |
+
#: class-bws-settings.php:143
|
81 |
msgid "Learn More"
|
82 |
msgstr "Dozvědět se více"
|
83 |
|
84 |
#: bws_functions.php:144
|
|
|
85 |
msgid ""
|
86 |
"Notice: Your Pro Trial license has expired. To continue using the plugin, "
|
87 |
"you should buy a Pro license"
|
88 |
msgstr ""
|
89 |
+
"Poznámka: Vaše zkušební Pro verze pluginu vypršela. Pro další používání "
|
90 |
+
"pluginu bude nutné zakoupit PRO licenci"
|
91 |
|
92 |
#: bws_functions.php:146
|
|
|
93 |
msgid ""
|
94 |
"Your license has expired. To continue getting top-priority support and "
|
95 |
"plugin updates, you should extend it."
|
123 |
"aktualizujte na nejnovější verzi WordPressu."
|
124 |
|
125 |
#: bws_functions.php:207
|
126 |
+
#, php-format
|
127 |
+
msgid "Thank you for installing %s plugin!"
|
128 |
+
msgstr ""
|
129 |
|
130 |
#: bws_functions.php:208
|
131 |
msgid "Let's get started"
|
136 |
msgid "Settings"
|
137 |
msgstr "Nastavení"
|
138 |
|
139 |
+
#: bws_functions.php:211 bws_menu.php:328 class-bws-settings.php:736
|
140 |
+
#: class-bws-settings.php:1049 class-bws-settings.php:1059 deprecated.php:694
|
|
|
141 |
msgid "or"
|
142 |
msgstr "nebo"
|
143 |
|
164 |
|
165 |
#: bws_functions.php:262
|
166 |
msgid "Deprecated function(-s) is used on the site here:"
|
167 |
+
msgstr "Zastaralé funkce se používají na stránkách zde:"
|
168 |
|
169 |
#: bws_functions.php:276
|
170 |
msgid ""
|
171 |
"This function(-s) will be removed over time. Please update the product(-s)."
|
172 |
msgstr ""
|
173 |
+
"Tato funkce, bude v průběhu času odstraněna. Prosím aktualizujte produkt."
|
174 |
|
175 |
#: bws_functions.php:335
|
176 |
msgid "It’s time to upgrade your"
|
186 |
|
187 |
#: bws_functions.php:336
|
188 |
msgid "Extend standard plugin functionality with new great options."
|
189 |
+
msgstr "Rozšiřuje standardní funkce pluginu novými skvělými možnostmi."
|
190 |
|
191 |
#: bws_functions.php:382
|
192 |
+
#, php-format
|
193 |
msgid ""
|
194 |
"Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
|
195 |
"SUPPORT or UPDATES."
|
196 |
+
msgstr ""
|
197 |
+
"Váš licenční klíč pro %s vyprší dne %s a nebudou vám poskytovány TOP-"
|
198 |
+
"PRIOROTNÍ PODPORA a AKTUALIZACE."
|
199 |
|
200 |
#: bws_functions.php:477
|
201 |
+
#, php-format
|
202 |
+
msgid "Thank you for choosing %s plugin!"
|
203 |
+
msgstr ""
|
204 |
|
205 |
#: bws_functions.php:478
|
206 |
msgid ""
|
214 |
msgid "Suggest a Feature"
|
215 |
msgstr "Navrhnout vlastnost"
|
216 |
|
217 |
+
#: bws_functions.php:495 class-bws-settings.php:533 class-bws-settings.php:536
|
218 |
+
#: class-bws-settings.php:584 class-bws-settings.php:587
|
219 |
msgid "Notice"
|
220 |
msgstr "Poznámka"
|
221 |
|
223 |
msgid "The plugin's settings have been changed."
|
224 |
msgstr "Nastavení pluginu bylo změněno."
|
225 |
|
226 |
+
#: bws_functions.php:496 class-bws-settings.php:182 class-bws-settings.php:202
|
227 |
+
#: deprecated.php:640
|
228 |
msgid "Save Changes"
|
229 |
msgstr "Uložit změny"
|
230 |
|
231 |
#: bws_functions.php:510
|
|
|
232 |
msgid ""
|
233 |
"You can always look at premium options by checking the \"Pro Options\" in "
|
234 |
"the \"Misc\" tab."
|
235 |
msgstr ""
|
236 |
+
"Vždy se můžete podívat na možnosti prémiové verze, kliknutím na \"PRO "
|
237 |
+
"nastavení\" na \"Go PRO\" záložce"
|
238 |
|
239 |
+
#: bws_functions.php:651
|
240 |
msgid "Add shortcode"
|
241 |
msgstr "Přidat krátký kód"
|
242 |
|
243 |
+
#: bws_functions.php:651
|
244 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
245 |
+
msgstr ""
|
246 |
+
"Pomocí tohoto tlačítka můžete přidávat krátké kódy BestWebSoft pluginu."
|
247 |
|
248 |
+
#: bws_functions.php:700
|
249 |
msgid "Close"
|
250 |
msgstr "Zavřít"
|
251 |
|
252 |
+
#: bws_functions.php:792
|
|
|
253 |
msgid "Are you sure you want to restore default settings?"
|
254 |
+
msgstr "Jste si jisti, že chcete obnovit výchozí nastavení?"
|
255 |
|
256 |
+
#: bws_functions.php:795
|
257 |
msgid "Yes, restore all settings"
|
258 |
msgstr "Ano, obnovit veškerá nastavení"
|
259 |
|
260 |
+
#: bws_functions.php:796
|
261 |
msgid "No, go back to the settings page"
|
262 |
msgstr "Ne, vrátit se zpět na stránku nastavení"
|
263 |
|
264 |
+
#: bws_functions.php:842
|
265 |
msgid "Plugin"
|
266 |
msgstr "Plugin"
|
267 |
|
268 |
+
#: bws_functions.php:851
|
269 |
msgid "Shortcode settings"
|
270 |
msgstr "Nastavení krátkých kódů"
|
271 |
|
272 |
+
#: bws_functions.php:856
|
273 |
msgid "The shortcode will be inserted"
|
274 |
msgstr "Bude vložen krátký kód"
|
275 |
|
276 |
+
#: bws_functions.php:861
|
277 |
msgid "Insert"
|
278 |
msgstr "Vložit"
|
279 |
|
280 |
+
#: bws_functions.php:921
|
281 |
msgid "FAQ"
|
282 |
msgstr "Často kladené otázky (FAQ)"
|
283 |
|
284 |
+
#: bws_functions.php:927
|
285 |
msgid "For more information:"
|
286 |
msgstr "Pro více informací:"
|
287 |
|
288 |
+
#: bws_functions.php:928
|
289 |
msgid "Documentation"
|
290 |
msgstr "Dokumentace"
|
291 |
|
292 |
+
#: bws_functions.php:929
|
293 |
msgid "Video Instructions"
|
294 |
msgstr "Video instrukce"
|
295 |
|
296 |
+
#: bws_functions.php:930
|
|
|
297 |
msgid "Submit a Request"
|
298 |
msgstr "Odeslat požadavek"
|
299 |
|
300 |
+
#: bws_menu.php:101 class-bws-settings.php:781 deprecated.php:322
|
301 |
+
msgid "Wrong license key"
|
302 |
+
msgstr "Špatný licenční klíč"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
|
304 |
+
#: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
|
305 |
+
#: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
|
306 |
+
#: deprecated.php:352
|
307 |
msgid ""
|
308 |
"Something went wrong. Please try again later. If the error appears again, "
|
309 |
"please contact us"
|
311 |
"Něco se pokazilo. Prosím zkuste to znovu později. Pokud se chyba objeví "
|
312 |
"znovu, obraťte se na nás"
|
313 |
|
314 |
+
#: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
|
315 |
+
#: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
|
316 |
+
#: deprecated.php:352
|
317 |
msgid "We are sorry for inconvenience."
|
318 |
msgstr "Omlouváme se za nepříjemnosti."
|
319 |
|
320 |
+
#: bws_menu.php:128 class-bws-settings.php:813 class-bws-settings.php:916
|
321 |
+
#: deprecated.php:139 deprecated.php:358
|
322 |
msgid "Wrong license key."
|
323 |
msgstr "Neplatný licenční klíč"
|
324 |
|
325 |
+
#: bws_menu.php:130
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
326 |
msgid ""
|
327 |
+
"This license key is bound to another site. Change it via personal Client "
|
328 |
+
"Area."
|
329 |
msgstr ""
|
330 |
+
"Tento licenční klíč je přidružen k jinému webu. Změňte jej prostřednictvím "
|
331 |
+
"osobní Klientské zóny."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
332 |
|
333 |
+
#: bws_menu.php:130
|
334 |
+
msgid "Log in"
|
335 |
+
msgstr "Přihlášení"
|
|
|
|
|
|
|
|
|
|
|
|
|
336 |
|
337 |
+
#: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
|
338 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
339 |
msgstr "Bohužel, překročili jste dostupný počet pokusů pro daný den."
|
340 |
|
341 |
+
#: bws_menu.php:134 class-bws-settings.php:922 deprecated.php:364
|
342 |
+
#, php-format
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
343 |
msgid ""
|
344 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
345 |
"support and plugin updates, you should extend it in your %s"
|
346 |
msgstr ""
|
347 |
"Bohužel, Vaše licence vypršela. Chcete-li pokračovat v získávání top-"
|
348 |
+
"prioritní podpory a aktualizace pluginu měli byste ji prodloužit ve vašem %s"
|
349 |
|
350 |
+
#: bws_menu.php:136 class-bws-settings.php:924 deprecated.php:366
|
351 |
msgid ""
|
352 |
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
353 |
"Trial license can be installed only once."
|
354 |
msgstr ""
|
355 |
+
"Bohužel, pro tuto doménu již byla použita Pro licence. Zkušební Pro licence "
|
356 |
+
"může být instalována pouze jedenkrát."
|
|
|
|
|
|
|
|
|
|
|
|
|
357 |
|
358 |
+
#: bws_menu.php:142 class-bws-settings.php:828 deprecated.php:153
|
359 |
+
msgid "The license key is valid."
|
360 |
+
msgstr "Licenční klíč je platný"
|
361 |
|
362 |
+
#: bws_menu.php:144 class-bws-settings.php:831 deprecated.php:156
|
363 |
+
msgid "Your license will expire on"
|
364 |
+
msgstr "Vaše licence vyprší"
|
|
|
|
|
|
|
|
|
365 |
|
366 |
+
#: bws_menu.php:146
|
367 |
+
msgid "Congratulations! Pro Membership license is activated successfully."
|
368 |
+
msgstr "Gratulujeme! PRO členství bylo úspěšně aktivováno."
|
369 |
|
370 |
+
#: bws_menu.php:153 class-bws-settings.php:996 deprecated.php:435
|
371 |
msgid ""
|
372 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
373 |
"sorry for inconvenience."
|
375 |
"Něco se pokazilo. Zkuste to později, nebo nahrajte plugin ručně. Omlouváme "
|
376 |
"se za nepříjemnosti."
|
377 |
|
378 |
+
#: bws_menu.php:163
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
379 |
msgid "Please enter your license key."
|
380 |
msgstr "Prosím vložte váš licenční klíč."
|
381 |
|
382 |
+
#: bws_menu.php:174
|
|
|
383 |
msgid "Not set"
|
384 |
msgstr "Nenastaveno"
|
385 |
|
386 |
+
#: bws_menu.php:176
|
387 |
msgid "On"
|
388 |
msgstr "Zapnout"
|
389 |
|
390 |
+
# vypnout, nebo vypnuto
|
391 |
+
#: bws_menu.php:176
|
392 |
msgid "Off"
|
393 |
msgstr "Vypnout"
|
394 |
|
395 |
+
#: bws_menu.php:177 bws_menu.php:178 bws_menu.php:179 bws_menu.php:180
|
396 |
+
#: bws_menu.php:181 bws_menu.php:182 bws_menu.php:191
|
397 |
msgid "N/A"
|
398 |
msgstr "N/A"
|
399 |
|
400 |
+
#: bws_menu.php:182
|
401 |
msgid " Mb"
|
402 |
msgstr " Mb"
|
403 |
|
404 |
+
#: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
|
405 |
msgid "Yes"
|
406 |
msgstr "Ano"
|
407 |
|
408 |
+
#: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
|
409 |
msgid "No"
|
410 |
msgstr "Ne"
|
411 |
|
412 |
+
#: bws_menu.php:196
|
|
|
413 |
msgid "WordPress Environment"
|
414 |
+
msgstr "WordPress prostředí"
|
415 |
|
416 |
+
#: bws_menu.php:198
|
417 |
msgid "Home URL"
|
418 |
msgstr "Domovská URL"
|
419 |
|
420 |
+
#: bws_menu.php:199
|
|
|
421 |
msgid "Website URL"
|
422 |
msgstr "URL webových stránek"
|
423 |
|
424 |
+
#: bws_menu.php:200
|
|
|
425 |
msgid "WP Version"
|
426 |
+
msgstr "WP Verze"
|
427 |
|
428 |
+
#: bws_menu.php:201
|
429 |
msgid "WP Multisite"
|
430 |
+
msgstr "WP Multisite"
|
431 |
|
432 |
+
#: bws_menu.php:202
|
|
|
433 |
msgid "WP Memory Limit"
|
434 |
+
msgstr "WP pamětový limit (memory limit)"
|
435 |
|
436 |
+
#: bws_menu.php:203
|
437 |
msgid "Active Theme"
|
438 |
msgstr "Aktivovat šablonu"
|
439 |
|
440 |
+
#: bws_menu.php:203 bws_menu.php:248 bws_menu.php:251
|
441 |
#, php-format
|
442 |
msgid "by %s"
|
443 |
+
msgstr "podle %s"
|
444 |
|
445 |
+
#: bws_menu.php:207
|
|
|
446 |
msgid "Server Environment"
|
447 |
msgstr "Prostředí"
|
448 |
|
449 |
+
#: bws_menu.php:209
|
450 |
msgid "Operating System"
|
451 |
msgstr "Operační systém"
|
452 |
|
453 |
+
#: bws_menu.php:210
|
454 |
msgid "Server"
|
455 |
msgstr "Server"
|
456 |
|
457 |
+
#: bws_menu.php:211
|
458 |
msgid "PHP Version"
|
459 |
msgstr "PHP Verze"
|
460 |
|
461 |
+
# copy
|
|
|
|
|
|
|
462 |
#: bws_menu.php:212
|
463 |
msgid "PHP Allow URL fopen"
|
464 |
+
msgstr "PHP Allow URL fopen"
|
465 |
|
466 |
#: bws_menu.php:213
|
467 |
msgid "PHP Memory Limit"
|
468 |
msgstr "PHP Limit paměti"
|
469 |
|
470 |
#: bws_menu.php:214
|
|
|
471 |
msgid "Memory Usage"
|
472 |
msgstr "Využití paměti"
|
473 |
|
474 |
+
# copy
|
475 |
#: bws_menu.php:215
|
476 |
msgid "PHP Max Upload Size"
|
477 |
+
msgstr "PHP Max Upload Size"
|
478 |
|
479 |
+
# copy
|
480 |
#: bws_menu.php:216
|
481 |
msgid "PHP Max Post Size"
|
482 |
+
msgstr "PHP Max Post Size"
|
483 |
|
484 |
+
# copy
|
485 |
#: bws_menu.php:217
|
486 |
msgid "PHP Max Script Execute Time"
|
487 |
+
msgstr "PHP Max Script Execute Time"
|
488 |
|
489 |
#: bws_menu.php:218
|
490 |
msgid "PHP Exif support"
|
491 |
+
msgstr "PHP podpora Exif"
|
492 |
|
493 |
#: bws_menu.php:219
|
494 |
msgid "PHP IPTC support"
|
495 |
+
msgstr "PHP podpora IPTC"
|
496 |
|
497 |
#: bws_menu.php:220
|
498 |
msgid "PHP XML support"
|
499 |
+
msgstr "PHP podpora XML"
|
500 |
|
501 |
#: bws_menu.php:226
|
502 |
msgid "Database"
|
503 |
+
msgstr "Databáze"
|
504 |
|
505 |
#: bws_menu.php:228
|
|
|
506 |
msgid "WP DB version"
|
507 |
+
msgstr "WP verze DB"
|
508 |
|
509 |
#: bws_menu.php:229
|
|
|
510 |
msgid "MySQL version"
|
511 |
msgstr "Verze MYSQL"
|
512 |
|
527 |
msgstr "Prosím vložte platnou e-mailovou adresu."
|
528 |
|
529 |
#: bws_menu.php:264
|
|
|
530 |
msgid "Email with system info is sent to"
|
531 |
msgstr "E-mail se systémovým nastavením byl odeslán na"
|
532 |
|
538 |
msgid "Sorry, email message could not be delivered."
|
539 |
msgstr "Je nám líto, ale e-mail nemohl být doručen."
|
540 |
|
541 |
+
#: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
|
542 |
+
msgid "Plugins"
|
543 |
+
msgstr "Pluginy"
|
544 |
+
|
545 |
+
#: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
|
546 |
+
msgid "Themes"
|
547 |
+
msgstr "Šablony"
|
548 |
+
|
549 |
#: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
|
550 |
msgid "System status"
|
551 |
msgstr "Stav systému"
|
555 |
msgstr "Podpora"
|
556 |
|
557 |
#: bws_menu.php:318
|
|
|
558 |
msgid "Manage purchased licenses & subscriptions"
|
559 |
+
msgstr "Spravovat zakoupené licence a předplatné"
|
560 |
|
561 |
#: bws_menu.php:326
|
562 |
#, php-format
|
564 |
msgstr "Získejte přístup k %s+ Premiovým pluginům"
|
565 |
|
566 |
#: bws_menu.php:328
|
|
|
567 |
msgid "Subscribe to Pro Membership"
|
568 |
msgstr "Přihlásit se k Pro členství"
|
569 |
|
570 |
+
#: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:749
|
571 |
+
#: deprecated.php:227
|
572 |
+
msgid "Check license key"
|
573 |
+
msgstr "Zkontrolovat licenční klíč"
|
574 |
+
|
575 |
#: bws_menu.php:339
|
576 |
msgid "Enter your license key"
|
577 |
msgstr "Vložte váš licenční klíč"
|
578 |
|
579 |
+
#: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
|
580 |
+
#: class-bws-settings.php:728 deprecated.php:259 deprecated.php:267
|
581 |
+
#: deprecated.php:629 deprecated.php:700 deprecated.php:709
|
582 |
+
msgid "Activate"
|
583 |
+
msgstr "Aktivovat"
|
584 |
+
|
585 |
#: bws_menu.php:361
|
586 |
msgid "Upload Plugin"
|
587 |
msgstr "Nahrát plugin"
|
600 |
"nebo odstranit tento plugin."
|
601 |
|
602 |
#: bws_menu.php:367
|
|
|
603 |
msgid ""
|
604 |
"Plugin could not be activated because it triggered a <strong>fatal error</"
|
605 |
"strong>."
|
606 |
msgstr ""
|
607 |
+
"Plugin nemůže být aktivován, neboť způsobil <strong>závažnou chybu</strong>."
|
608 |
|
609 |
#: bws_menu.php:370
|
610 |
msgid "Plugin <strong>activated</strong>."
|
618 |
msgid "Downloading install package from"
|
619 |
msgstr "Stahování instalačního balíčku z"
|
620 |
|
621 |
+
#: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
|
622 |
+
#: class-bws-settings.php:948 class-bws-settings.php:970
|
623 |
+
#: class-bws-settings.php:992 deprecated.php:387 deprecated.php:409
|
624 |
+
#: deprecated.php:431
|
625 |
+
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
626 |
+
msgstr "Stažení zip archivu selhalo. Prosíme, nahrajte plugin ručně."
|
627 |
+
|
628 |
#: bws_menu.php:408
|
629 |
msgid "Unpacking the package"
|
630 |
msgstr "Rozbalování balíčku"
|
633 |
msgid "Installing the plugin"
|
634 |
msgstr "Instalace pluginu"
|
635 |
|
636 |
+
#: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
|
637 |
+
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
638 |
+
msgstr "Otevření zip archivu selhalo. Prosíme, nahrajte plugin ručně."
|
639 |
+
|
640 |
+
#: bws_menu.php:424 class-bws-settings.php:966 deprecated.php:405
|
641 |
+
msgid ""
|
642 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
643 |
+
"plugin manually"
|
644 |
+
msgstr ""
|
645 |
+
"Váš server nepodporuje buď ZipArchive nebo Phar. Prosím, nahrajte plugin "
|
646 |
+
"ručně"
|
647 |
+
|
648 |
#: bws_menu.php:427
|
649 |
#, php-format
|
650 |
msgid "The plugin %s is successfully installed."
|
651 |
+
msgstr "Plugin %s úspěšně nainstalován."
|
652 |
+
|
653 |
+
#: bws_menu.php:434 class-bws-settings.php:973 deprecated.php:412
|
654 |
+
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
655 |
+
msgstr "Nelze zapisovat do UploadDir. Prosím, nahrajte plugin ručně"
|
656 |
|
657 |
#: bws_menu.php:439
|
658 |
msgid "Activate Plugin"
|
659 |
msgstr "Aktivovat plugin"
|
660 |
|
661 |
#: bws_menu.php:439 bws_menu.php:445
|
|
|
662 |
msgid "Return to BestWebSoft Panel"
|
663 |
msgstr "Návrat na BestWebSoft panel"
|
664 |
|
675 |
msgstr "Neninstalováno"
|
676 |
|
677 |
#: bws_menu.php:457
|
|
|
678 |
msgid "Filter results"
|
679 |
msgstr "Výsledky filtrování"
|
680 |
|
687 |
msgstr "Neninstalováno"
|
688 |
|
689 |
#: bws_menu.php:528
|
|
|
690 |
msgid "Renew to get updates"
|
691 |
+
msgstr "Obnovit pro získání aktualizací"
|
692 |
|
693 |
#: bws_menu.php:531
|
694 |
+
#, php-format
|
695 |
msgid "Update to v %s"
|
696 |
+
msgstr "Aktualizovat na %s"
|
697 |
|
698 |
#: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
|
699 |
msgid "Install Now"
|
700 |
msgstr "Instalovat nyní"
|
701 |
|
702 |
+
#: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
|
703 |
msgid "Upgrade to Pro"
|
704 |
msgstr "Aktualizovat na Pro"
|
705 |
|
715 |
msgid "Nothing found. Try another criteria."
|
716 |
msgstr "Nic nenalezeno. Zkuste jiná kritéria."
|
717 |
|
718 |
+
# podle, nebo taky od
|
719 |
#: bws_menu.php:621 bws_menu.php:641
|
720 |
#, php-format
|
721 |
msgid "By %s"
|
722 |
+
msgstr "podle %s"
|
723 |
|
724 |
#: bws_menu.php:648
|
725 |
msgid "Already Installed"
|
737 |
msgid "Send to custom email »"
|
738 |
msgstr "Odeslat na vlastní e-mail »"
|
739 |
|
740 |
+
#: class-bws-settings.php:135
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
741 |
msgid "Information"
|
742 |
+
msgstr "Informace"
|
743 |
|
744 |
+
#: class-bws-settings.php:143
|
|
|
745 |
msgid "Inactive"
|
746 |
+
msgstr "Neaktivní"
|
747 |
|
748 |
+
#: class-bws-settings.php:151
|
749 |
msgid "Expired"
|
750 |
+
msgstr "Expirované"
|
751 |
|
752 |
+
#: class-bws-settings.php:154
|
753 |
#, php-format
|
754 |
msgid "%s day(-s) left"
|
755 |
+
msgstr "%s dnů zbývá"
|
756 |
|
757 |
+
#: class-bws-settings.php:160
|
758 |
+
#, php-format
|
759 |
msgid "Expired on %s"
|
760 |
+
msgstr "Vypršela dne %s"
|
761 |
|
762 |
+
#: class-bws-settings.php:160
|
763 |
msgid "Renew Now"
|
764 |
+
msgstr "Obnovit nyní"
|
765 |
|
766 |
+
#: class-bws-settings.php:162
|
|
|
767 |
msgid "Active"
|
768 |
+
msgstr "Aktivní"
|
769 |
|
770 |
+
#: class-bws-settings.php:167
|
|
|
771 |
msgid "License"
|
772 |
+
msgstr "Licence"
|
773 |
|
774 |
+
#: class-bws-settings.php:170
|
|
|
775 |
msgid "Status"
|
776 |
+
msgstr "Stav"
|
777 |
|
778 |
+
#: class-bws-settings.php:174
|
|
|
779 |
msgid "Version"
|
780 |
+
msgstr "Verze"
|
781 |
|
782 |
+
#: class-bws-settings.php:282
|
|
|
783 |
msgid "All plugin settings were restored."
|
784 |
+
msgstr "Všechna nastavení pluginu byla obnovena"
|
785 |
|
786 |
+
#: class-bws-settings.php:420
|
|
|
787 |
msgid "Custom Code"
|
788 |
+
msgstr "Vlastní kód"
|
789 |
+
|
790 |
+
#: class-bws-settings.php:424 deprecated.php:497
|
791 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
792 |
+
msgstr "Nemáte dostatečná oprávnění pro úpravu pluginů tohoto webu."
|
793 |
+
|
794 |
+
#: class-bws-settings.php:429 deprecated.php:618
|
795 |
+
msgid "These styles will be added to the header on all pages of your site."
|
796 |
+
msgstr "Tyto styly budou přidány do hlaviček všech stránek vašeho webu."
|
797 |
|
798 |
+
#: class-bws-settings.php:432 deprecated.php:620
|
799 |
+
#, php-format
|
800 |
+
msgid ""
|
801 |
+
"This PHP code will be hooked to the %s action and will be printed on front "
|
802 |
+
"end only."
|
803 |
+
msgstr ""
|
804 |
+
"Tento PHP kód bude závislý na %s akci a bude zobrazen pouze na front endu."
|
805 |
+
|
806 |
+
#: class-bws-settings.php:435
|
807 |
msgid "These code will be added to the header on all pages of your site."
|
808 |
+
msgstr "Tento kód bude přidán do záhlaví všech stránek vašeho webu."
|
809 |
|
810 |
+
#: class-bws-settings.php:443 deprecated.php:644
|
811 |
#, php-format
|
812 |
+
msgid ""
|
813 |
+
"You need to make this files writable before you can save your changes. See "
|
814 |
+
"%s the Codex %s for more information."
|
815 |
msgstr ""
|
816 |
+
"Před tím, než budete moci vaše změny uložit, nastavte těmto souborům "
|
817 |
+
"oprávnění pro zápis. Podívejte se %s na Kodex %s pro více informací."
|
818 |
+
|
819 |
+
#: class-bws-settings.php:453 deprecated.php:626
|
820 |
+
msgid "Browsing"
|
821 |
+
msgstr "Procházení"
|
822 |
+
|
823 |
+
#: class-bws-settings.php:457
|
824 |
+
#, php-format
|
825 |
+
msgid "Activate custom %s code."
|
826 |
+
msgstr "Aktivovat vlastní %s kód."
|
827 |
|
828 |
+
#: class-bws-settings.php:464 deprecated.php:633
|
829 |
+
#, php-format
|
830 |
+
msgid "Learn more about %s"
|
831 |
+
msgstr "Dozvědět se více o %s"
|
832 |
+
|
833 |
+
#: class-bws-settings.php:524
|
834 |
msgid "Miscellaneous Settings"
|
835 |
+
msgstr "Různá nastavení"
|
836 |
|
837 |
+
#: class-bws-settings.php:533 class-bws-settings.php:584
|
838 |
#, php-format
|
839 |
msgid ""
|
840 |
"It is prohibited to change %s settings on this site in the %s network "
|
841 |
"settings."
|
842 |
+
msgstr "Je zakázáno měnit nastavení %s na této stránce v %s nastavení sítě."
|
843 |
|
844 |
+
#: class-bws-settings.php:536 class-bws-settings.php:587
|
845 |
#, php-format
|
846 |
msgid ""
|
847 |
"It is prohibited to view %s settings on this site in the %s network settings."
|
848 |
+
msgstr "Je zobrazit nastavení %s na této stránce v %s nastavení sítě."
|
849 |
|
850 |
+
#: class-bws-settings.php:545
|
|
|
851 |
msgid "Pro Options"
|
852 |
+
msgstr "PRO nastavení"
|
853 |
|
854 |
+
#: class-bws-settings.php:548
|
855 |
msgid "Enable to display plugin Pro options."
|
856 |
+
msgstr "Povolit zobrazení PRO voleb pluginu."
|
857 |
|
858 |
+
#: class-bws-settings.php:553
|
859 |
msgid "Track Usage"
|
860 |
+
msgstr "Sběr statistik"
|
861 |
|
862 |
+
#: class-bws-settings.php:556
|
863 |
msgid ""
|
864 |
"Enable to allow tracking plugin usage anonymously in order to make it better."
|
865 |
msgstr ""
|
866 |
+
"Umožnit anonymní sledování využití pluginu tak, aby mohl být dále vylepšován."
|
867 |
|
868 |
+
#: class-bws-settings.php:560
|
|
|
869 |
msgid "Default Settings"
|
870 |
+
msgstr "Výchozí nastavení"
|
871 |
|
872 |
+
#: class-bws-settings.php:562
|
|
|
873 |
msgid "Restore Settings"
|
874 |
msgstr "Obnovit nastavení"
|
875 |
|
876 |
+
#: class-bws-settings.php:563
|
|
|
877 |
msgid "This will restore plugin settings to defaults."
|
878 |
+
msgstr "Toto obnoví veškerá nastavení pluginu na výchozí hodnoty."
|
879 |
|
880 |
+
#: class-bws-settings.php:575
|
881 |
msgid "Import / Export"
|
882 |
+
msgstr "Import / Export"
|
883 |
|
884 |
+
#: class-bws-settings.php:691 class-bws-settings.php:724
|
885 |
#: class-bws-settings.php:746
|
|
|
886 |
msgid "License Key"
|
887 |
+
msgstr "Licenční klíč"
|
888 |
|
889 |
#: class-bws-settings.php:714
|
|
|
890 |
msgid "Congratulations! Pro license is activated successfully."
|
891 |
+
msgstr "Gratulujeme! PRO licence byla úspěšně aktivována."
|
892 |
|
893 |
#: class-bws-settings.php:715
|
894 |
+
#, php-format
|
895 |
+
msgid "You will be automatically redirected to the %s in %s seconds."
|
896 |
+
msgstr ""
|
897 |
|
898 |
#: class-bws-settings.php:715
|
|
|
899 |
msgid "Settings page"
|
900 |
+
msgstr "Stránka nastavení"
|
901 |
|
902 |
#: class-bws-settings.php:730
|
903 |
+
#, php-format
|
904 |
msgid "Enter your license key to activate %s and get premium plugin features."
|
905 |
+
msgstr ""
|
906 |
+
"Vložte váš licenční klíč pro aktivaci %s a získání prémiových fukcí pluginu."
|
907 |
+
|
908 |
+
#: class-bws-settings.php:733 class-bws-settings.php:920 deprecated.php:362
|
909 |
+
#: deprecated.php:703
|
910 |
+
msgid ""
|
911 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
912 |
+
"Please, upload the plugin manually."
|
913 |
+
msgstr ""
|
914 |
+
"Bohužel, jste překročili počet dostupných pokusů za den. Prosím, nahrejte "
|
915 |
+
"plugin ručně."
|
916 |
+
|
917 |
+
#: class-bws-settings.php:736 deprecated.php:694
|
918 |
+
#, php-format
|
919 |
+
msgid "Start Your Free %s-Day Trial Now"
|
920 |
+
msgstr "Vyzkoušejte vaší %s-denní zkušební verzi zdarma nyní"
|
921 |
|
922 |
#: class-bws-settings.php:751
|
|
|
923 |
msgid ""
|
924 |
"If necessary, you can check if the license key is correct or reenter it in "
|
925 |
"the field below."
|
926 |
msgstr ""
|
927 |
"V případě potřeby zkontrolujte, je-li licenční klíč správně zadán, případně "
|
928 |
+
"jej do pole níže vložte znova."
|
|
|
929 |
|
930 |
#: class-bws-settings.php:756
|
931 |
msgid "Manage License Settings"
|
932 |
+
msgstr "Správa nastavení licencí"
|
933 |
|
934 |
#: class-bws-settings.php:758
|
|
|
935 |
msgid "Login to Client Area"
|
936 |
+
msgstr "Přihlášení do klientská zóny"
|
937 |
|
938 |
#: class-bws-settings.php:760
|
939 |
msgid ""
|
940 |
"Manage active licenses, download BWS products, and view your payment history "
|
941 |
"using BestWebSoft Client Area."
|
942 |
msgstr ""
|
943 |
+
"Správa aktivních licencí, stahování BWS produktů a zobrazení historie plateb "
|
944 |
+
"v BestWebSoft klientské zóně."
|
945 |
+
|
946 |
+
#: class-bws-settings.php:815 class-bws-settings.php:918 deprecated.php:141
|
947 |
+
#: deprecated.php:360
|
948 |
+
msgid "This license key is bound to another site."
|
949 |
+
msgstr "Tento licenční klíč je přidružen k jinému webu."
|
950 |
+
|
951 |
+
#: class-bws-settings.php:817 deprecated.php:143
|
952 |
+
msgid ""
|
953 |
+
"This license key is valid, but Your license has expired. If you want to "
|
954 |
+
"update our plugin in future, you should extend the license."
|
955 |
+
msgstr ""
|
956 |
+
"Tento licenční klíč je platný, ale vaše licence vypršela. Chcete-li náš "
|
957 |
+
"plugin v budoucnosti aktualizovat, měli by jste licenci prodloužit."
|
958 |
+
|
959 |
+
#: class-bws-settings.php:819 deprecated.php:145
|
960 |
+
msgid "Unfortunately, you have exceeded the number of available tries."
|
961 |
+
msgstr "Bohužel, překročili jste dostupný počet pokusů."
|
962 |
+
|
963 |
+
#: class-bws-settings.php:821 deprecated.php:147
|
964 |
+
msgid ""
|
965 |
+
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
966 |
+
"The Pro Trial license can be installed only once."
|
967 |
+
msgstr ""
|
968 |
+
"Bohužel, tato zkušební Pro licence již pro tuto doménu byla použita. "
|
969 |
+
"Zkušební Pro licence může být instalována pouze jedenkrát."
|
970 |
+
|
971 |
+
#: class-bws-settings.php:826 deprecated.php:151
|
972 |
+
msgid "The Pro Trial license key is valid."
|
973 |
+
msgstr "Licenční klíč zkušební Pro verze je platný"
|
974 |
+
|
975 |
+
#: class-bws-settings.php:834 deprecated.php:159 deprecated.php:246
|
976 |
+
#, php-format
|
977 |
+
msgid ""
|
978 |
+
"In order to continue using the plugin it is necessary to buy a %s license."
|
979 |
+
msgstr ""
|
980 |
+
"Pokud chcete nadále využívat tento plugin, je nutné zakoupit %s licenci."
|
981 |
|
982 |
+
#: class-bws-settings.php:1031 deprecated.php:463
|
983 |
+
msgid "Please, enter Your license key"
|
984 |
+
msgstr "Prosím, vložte váš licenční klíč"
|
985 |
+
|
986 |
+
#: class-bws-settings.php:1043
|
987 |
msgid "Need Help?"
|
988 |
+
msgstr "Potřebujete pomoc?"
|
989 |
|
990 |
+
#: class-bws-settings.php:1045
|
|
|
991 |
msgid "Read the Instruction"
|
992 |
+
msgstr "Přečíst si instrukce"
|
993 |
|
994 |
+
#: class-bws-settings.php:1049
|
995 |
msgid "Watch the Video"
|
996 |
+
msgstr "Přehrát video"
|
997 |
|
998 |
+
#: class-bws-settings.php:1060
|
|
|
999 |
msgid "Start Your Free Trial"
|
1000 |
+
msgstr "Vyzkoušejte po omezenou dobu"
|
1001 |
|
1002 |
+
#: deprecated.php:93
|
1003 |
+
msgid "System Status"
|
1004 |
+
msgstr "Stav systému"
|
1005 |
|
1006 |
+
#: deprecated.php:204
|
1007 |
+
msgid "Please, enter your license key"
|
1008 |
+
msgstr "Prosím, vložte váš licenční klíč."
|
1009 |
|
1010 |
+
#: deprecated.php:223
|
1011 |
+
msgid ""
|
1012 |
+
"If necessary, you can check if the license key is correct or reenter it in "
|
1013 |
+
"the field below. You can find your license key on your personal page - "
|
1014 |
+
"Client Area - on our website"
|
1015 |
+
msgstr ""
|
1016 |
+
"V případě potřeby zkontrolujte, je-li licenční klíč správně zadán, případně "
|
1017 |
+
"jej do pole níže vložte znova. Váš licenční klíč najdete na vaší osobní "
|
1018 |
+
"stránce - Klientská zóna - na našem webu"
|
1019 |
|
1020 |
+
#: deprecated.php:223
|
1021 |
+
msgid ""
|
1022 |
+
"(your username is the email address specified during the purchase). If "
|
1023 |
+
"necessary, please submit \"Lost your password?\" request."
|
1024 |
+
msgstr ""
|
1025 |
+
"(vaše uživatelské jméno je e-mailová adresa uvedena při nákupu). Pokud je to "
|
1026 |
+
"nutné, prosím odešlete \"Lost your password?\" požadavek."
|
1027 |
|
1028 |
+
#: deprecated.php:247
|
1029 |
+
msgid "After that, you can activate it by entering your license key."
|
1030 |
+
msgstr "Poté jej lze snadno aktivovat zadáním licenčního klíče."
|
1031 |
|
1032 |
+
#: deprecated.php:249 deprecated.php:688
|
1033 |
+
msgid "License key can be found in the"
|
1034 |
+
msgstr "Licenční klíč najdete v"
|
1035 |
|
1036 |
+
#: deprecated.php:251 deprecated.php:690
|
1037 |
+
msgid "(your username is the email address specified during the purchase)."
|
1038 |
+
msgstr "(vaše uživatelské jméno je e-mailová adresa uvedená při nákupu)."
|
1039 |
|
1040 |
+
#: deprecated.php:278
|
1041 |
+
msgid ""
|
1042 |
+
"Congratulations! The Pro license of the plugin is activated successfully."
|
1043 |
+
msgstr "Gratulujeme! PRO licence pluginu je úspěšně aktivována."
|
1044 |
|
1045 |
+
#: deprecated.php:280 deprecated.php:669
|
1046 |
+
msgid "Please, go to"
|
1047 |
+
msgstr "Prosím, jděte na"
|
1048 |
|
1049 |
+
#: deprecated.php:280 deprecated.php:669
|
1050 |
+
msgid "the setting page"
|
1051 |
+
msgstr "stránka nastavení"
|
1052 |
|
1053 |
+
#: deprecated.php:281 deprecated.php:670
|
1054 |
+
msgid "You will be redirected automatically in 5 seconds."
|
1055 |
+
msgstr "Budete automaticky přesměrováni za 5 sekund."
|
1056 |
|
1057 |
+
#: deprecated.php:315
|
1058 |
+
msgid "Check premium options on the plugin settings page!"
|
1059 |
+
msgstr "Zkontrolujte prémiové možnosti na stránce nastavení pluginů!"
|
|
|
|
|
|
|
|
|
1060 |
|
1061 |
+
#: deprecated.php:478
|
1062 |
+
msgid "Restore all plugin settings to defaults"
|
1063 |
+
msgstr "Obnovit veškerá nastavení pluginu na výchozí hodnoty?"
|
1064 |
|
1065 |
+
#: deprecated.php:480
|
1066 |
+
msgid "Restore settings"
|
1067 |
+
msgstr "Obnovit nastavení"
|
1068 |
+
|
1069 |
+
#: deprecated.php:548 deprecated.php:575
|
1070 |
+
#, php-format
|
1071 |
+
msgid "File %s edited successfully."
|
1072 |
+
msgstr "Soubor %s byl úspěšně upraven."
|
1073 |
|
1074 |
+
#: deprecated.php:550 deprecated.php:577
|
1075 |
+
msgid "Not enough permissions to create or update the file"
|
1076 |
+
msgstr "Nedostatečná oprávnění pro vytvoření či úpravu souboru"
|
1077 |
|
1078 |
+
#: deprecated.php:580
|
1079 |
+
msgid "Not enough permissions to create the file"
|
1080 |
+
msgstr "Nedostatečná oprávnění pro vytvoření souboru"
|
1081 |
|
1082 |
+
#: deprecated.php:624
|
1083 |
+
msgid "Editing"
|
1084 |
+
msgstr "Úprava"
|
1085 |
|
1086 |
+
#: deprecated.php:667
|
1087 |
+
msgid ""
|
1088 |
+
"Congratulations! Pro version of the plugin is installed and activated "
|
1089 |
+
"successfully."
|
1090 |
+
msgstr "Gratulujeme! PRO verze pluginu byla úspěšně instalována a aktivována."
|
1091 |
+
|
1092 |
+
#: deprecated.php:677
|
1093 |
+
msgid "Show Pro features"
|
1094 |
+
msgstr "Zobrazit Pro vlastnosti"
|
1095 |
+
|
1096 |
+
#: deprecated.php:684
|
1097 |
+
msgid "Enter your license key to install and activate"
|
1098 |
+
msgstr "Vložte váš licenční klíč pro instalaci a aktivaci"
|
1099 |
+
|
1100 |
+
#: deprecated.php:686
|
1101 |
+
msgid "version of the plugin."
|
1102 |
+
msgstr "verze pluginu."
|
1103 |
+
|
1104 |
+
#: product_list.php:7
|
1105 |
+
msgid "Advertisement"
|
1106 |
+
msgstr "Reklama"
|
1107 |
+
|
1108 |
+
#: product_list.php:8
|
1109 |
+
msgid "Content & Media"
|
1110 |
+
msgstr "Obsah & Média"
|
1111 |
+
|
1112 |
+
#: product_list.php:9
|
1113 |
+
msgid "Management"
|
1114 |
+
msgstr "Správa"
|
1115 |
+
|
1116 |
+
#: product_list.php:10
|
1117 |
+
msgid "Recommended"
|
1118 |
+
msgstr "Doporučeno"
|
1119 |
+
|
1120 |
+
#: product_list.php:11
|
1121 |
+
msgid "Security"
|
1122 |
+
msgstr "Bezpečnost"
|
1123 |
+
|
1124 |
+
#: product_list.php:12
|
1125 |
+
msgid "Site Stats"
|
1126 |
+
msgstr "Statistiky webu"
|
1127 |
+
|
1128 |
+
#: product_list.php:13
|
1129 |
+
msgid "Social"
|
1130 |
+
msgstr "Sociální"
|
1131 |
+
|
1132 |
+
#: product_list.php:14
|
1133 |
+
msgid "Utilities"
|
1134 |
+
msgstr "Utility"
|
1135 |
+
|
1136 |
+
#: product_list.php:15
|
1137 |
+
msgid "Other"
|
1138 |
+
msgstr "Ostatní"
|
1139 |
+
|
1140 |
+
#~ msgid "Thank you for installing"
|
1141 |
+
#~ msgstr "Děkujeme vám za instalaci"
|
1142 |
+
|
1143 |
+
#~ msgid "Thank you for choosing"
|
1144 |
+
#~ msgstr "Děkujeme, že jste si vybrali"
|
1145 |
+
|
1146 |
+
# copy
|
1147 |
+
#~ msgid "PHP Safe Mode"
|
1148 |
+
#~ msgstr "PHP Safe Mode"
|
1149 |
+
|
1150 |
+
#~ msgid "You will be automatically redirected to the %s in 7 seconds."
|
1151 |
+
#~ msgstr "Budete automaticky přesměrováni na %s za 7 sekund."
|
1152 |
+
|
1153 |
+
#~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
1154 |
#~ msgstr ""
|
1155 |
+
#~ "Pokud se Vám náš plugin líbí, dejte mu prosím 5 hvězdiček na WordPressu"
|
|
|
1156 |
|
1157 |
+
#~ msgid "Rate the plugin"
|
1158 |
+
#~ msgstr "Hodnotit plugin"
|
1159 |
|
1160 |
+
#~ msgid "If there is something wrong about it, please contact us"
|
1161 |
+
#~ msgstr "Pokud cokoli není v pořádku, obraťte se na nás"
|
1162 |
|
1163 |
+
#~ msgid "Donations play an important role in supporting great projects"
|
1164 |
+
#~ msgstr "Dary hrají důležitou roli v podpoře velkých projektů"
|
1165 |
|
1166 |
+
#~ msgid "This license key is bind to another site"
|
1167 |
+
#~ msgstr "Tento licenční klíč se váže k jinému webu"
|
1168 |
|
1169 |
+
#~ msgid ""
|
1170 |
+
#~ "Unfortunately, Your license has expired. To continue getting top-priority "
|
1171 |
+
#~ "support and plugin updates you should extend it in your"
|
1172 |
+
#~ msgstr ""
|
1173 |
+
#~ "Bohužel, Vaše licence vypršela. Chcete-li pokračovat v získávání top-"
|
1174 |
+
#~ "prioritní podpory a aktualizace pluginu měli byste ji prodloužit ve vašem"
|
1175 |
|
1176 |
+
#~ msgid ""
|
1177 |
+
#~ "Congratulations! Pro version of the plugin is successfully installed and "
|
1178 |
+
#~ "activated."
|
1179 |
+
#~ msgstr ""
|
1180 |
+
#~ "Gratulujeme! PRO verze pluginu byla úspěšně instalována a aktivována."
|
1181 |
|
1182 |
+
#~ msgid "After that you can activate it by entering your license key."
|
1183 |
+
#~ msgstr "Poté, co jej aktivujete vložením vašeho licenčního klíče."
|
1184 |
|
1185 |
+
#~ msgid ""
|
1186 |
+
#~ "Congratulations! The Pro license of the plugin is successfully activated."
|
1187 |
+
#~ msgstr "Gratulujeme! PRO licence pluginu je úspěšně aktivována."
|
1188 |
|
1189 |
+
#~ msgid "This license key is bind to another site."
|
1190 |
+
#~ msgstr "Tento licenční klíč je přidružen k jiným webovým stránkám."
|
1191 |
|
1192 |
+
#~ msgid ""
|
1193 |
+
#~ "If needed you can check if the license key is correct or reenter it in "
|
1194 |
+
#~ "the field below. You can find your license key on your personal page - "
|
1195 |
+
#~ "Client area - on our website"
|
1196 |
+
#~ msgstr ""
|
1197 |
+
#~ "V případě potřeby zkontrolujte, je-li licenční klíč správně zadán, "
|
1198 |
+
#~ "případně jej do pole níže vložte znova. Váš licenční klíč najdete na vaší "
|
1199 |
+
#~ "osobní stránce - Client area - na našem webu"
|
1200 |
|
1201 |
+
#~ msgid ""
|
1202 |
+
#~ "Notice: Your Pro Trial license has expired. To continue using the plugin "
|
1203 |
+
#~ "you should buy a Pro license"
|
1204 |
+
#~ msgstr ""
|
1205 |
+
#~ "Poznámka: Vaše zkušební Pro verze pluginu vypršela. Pro další využíváni "
|
1206 |
+
#~ "pluginu bude nutné zakoupit Pro licenci"
|
1207 |
|
1208 |
+
#~ msgid ""
|
1209 |
+
#~ "Your license has expired. To continue getting top-priority support and "
|
1210 |
+
#~ "plugin updates you should extend it."
|
1211 |
+
#~ msgstr ""
|
1212 |
+
#~ "Vaše licence vypršela. Pro přístup k top-prioritní podpoře a aktualizacím "
|
1213 |
+
#~ "pluginu ji budete muset prodloužit."
|
1214 |
|
1215 |
+
#~ msgid "You license for"
|
1216 |
+
#~ msgstr "Vaše licence pro"
|
1217 |
+
|
1218 |
+
#~ msgid "expires on"
|
1219 |
+
#~ msgstr "vyprší"
|
1220 |
+
|
1221 |
+
#~ msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
|
1222 |
+
#~ msgstr "a nebudete mít přístup k TOP-PRIORITNÍ PODPOŘE nebo AKTUALIZACÍM."
|
1223 |
|
1224 |
#~ msgid ""
|
1225 |
+
#~ "You can always look at premium options by clicking on the \"Show Pro "
|
1226 |
+
#~ "features\" in the \"Go PRO\" tab"
|
1227 |
#~ msgstr ""
|
1228 |
+
#~ "Vždy se můžete podívat na možnosti prémiové verze, kliknutím na "
|
1229 |
+
#~ "\"Zobrazit Pro vlastnosti\" na \"Go PRO\" záložce"
|
1230 |
|
1231 |
+
#~ msgid "Are you sure you want to restore all settings by default?"
|
1232 |
+
#~ msgstr ""
|
1233 |
+
#~ "Jste si jisti, že chcete obnovit veškerá nastavení na výchozí hodnoty?"
|
1234 |
|
1235 |
+
#~ msgid ""
|
1236 |
+
#~ "This license key is bind to another website. Change it via personal "
|
1237 |
+
#~ "Client Area."
|
1238 |
+
#~ msgstr ""
|
1239 |
+
#~ "Tento licenční klíč je přidružen k jiným webovým stránkám. Změňte jej "
|
1240 |
+
#~ "prostřednictvím osobní Klientské zóny."
|
1241 |
|
1242 |
+
#~ msgid "Congratulations! Pro Membership license is successfully activated."
|
1243 |
+
#~ msgstr "Gratulujeme! Členská PRO licence byla úspěšně aktivována."
|
1244 |
|
1245 |
+
#~ msgid "Memory usage"
|
1246 |
+
#~ msgstr "Využití paměti"
|
1247 |
|
1248 |
+
#~ msgid "MYSQL Version"
|
1249 |
+
#~ msgstr "Verze MYSQL"
|
1250 |
|
1251 |
+
#~ msgid "Site URL"
|
1252 |
+
#~ msgstr "URL webových stránek"
|
1253 |
|
1254 |
+
#~ msgid "WordPress Version"
|
1255 |
+
#~ msgstr "Verze WordPress"
|
1256 |
|
1257 |
+
#~ msgid "WordPress DB Version"
|
1258 |
+
#~ msgstr "WordPress verze DB"
|
1259 |
|
1260 |
+
# copy
|
1261 |
+
#~ msgid "Multisite"
|
1262 |
+
#~ msgstr "Multisite"
|
1263 |
|
1264 |
+
#~ msgid "Email with system info is sent to "
|
1265 |
+
#~ msgstr "E-mail se systémovým nastavením byl odeslán na"
|
1266 |
|
1267 |
+
#~ msgid "Client Area"
|
1268 |
+
#~ msgstr "Klientská zóna"
|
1269 |
|
1270 |
+
#~ msgid "Successfully installed the plugin"
|
1271 |
+
#~ msgstr "Plugin byl úspěšně instalován"
|
1272 |
|
1273 |
+
#~ msgid "Environment"
|
1274 |
+
#~ msgstr "Prostředí"
|
bws_menu/languages/bestwebsoft-fr_FR.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-fr_FR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
8 |
"Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"Language: fr_FR\n"
|
@@ -14,7 +14,7 @@ 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.
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: bws_functions.php:72 bws_functions.php:190
|
@@ -38,24 +38,22 @@ msgid "Plugins page"
|
|
38 |
msgstr "Page des extensions"
|
39 |
|
40 |
#: bws_functions.php:91
|
41 |
-
#, fuzzy
|
42 |
msgid "Like the plugin?"
|
43 |
msgstr "Voter pour l'extension"
|
44 |
|
45 |
#: bws_functions.php:93
|
46 |
msgid "Rate it"
|
47 |
-
msgstr ""
|
48 |
|
49 |
#: bws_functions.php:102
|
50 |
msgid "Need help?"
|
51 |
msgstr "Besoin d'aide ?"
|
52 |
|
53 |
-
#: bws_functions.php:103 bws_functions.php:
|
54 |
msgid "Visit Help Center"
|
55 |
msgstr "Visiter le site du support"
|
56 |
|
57 |
#: bws_functions.php:106
|
58 |
-
#, fuzzy
|
59 |
msgid "Want to support the plugin?"
|
60 |
msgstr "Voter pour l'extension"
|
61 |
|
@@ -81,27 +79,25 @@ msgstr ""
|
|
81 |
"inactive."
|
82 |
|
83 |
#: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
|
84 |
-
#: class-bws-settings.php:
|
85 |
msgid "Learn More"
|
86 |
msgstr "En savoir plus"
|
87 |
|
88 |
#: bws_functions.php:144
|
89 |
-
#, fuzzy
|
90 |
msgid ""
|
91 |
"Notice: Your Pro Trial license has expired. To continue using the plugin, "
|
92 |
"you should buy a Pro license"
|
93 |
msgstr ""
|
94 |
-
"Votre licence d'évaluation est terminée. Pour continuer à
|
95 |
-
"
|
96 |
|
97 |
#: bws_functions.php:146
|
98 |
-
#, fuzzy
|
99 |
msgid ""
|
100 |
"Your license has expired. To continue getting top-priority support and "
|
101 |
"plugin updates, you should extend it."
|
102 |
msgstr ""
|
103 |
"Votre licence est terminée. Pour continuer à disposer du support rapide et "
|
104 |
-
"des mises à jour de l'extension vous devez la
|
105 |
|
106 |
#: bws_functions.php:146 bws_functions.php:382 deprecated.php:584
|
107 |
msgid "Learn more"
|
@@ -130,8 +126,9 @@ msgstr ""
|
|
130 |
"correctement. Merci de mettre à jour Wordpress avec la dernière version."
|
131 |
|
132 |
#: bws_functions.php:207
|
133 |
-
|
134 |
-
|
|
|
135 |
|
136 |
#: bws_functions.php:208
|
137 |
msgid "Let's get started"
|
@@ -142,9 +139,8 @@ msgstr "Démarrer"
|
|
142 |
msgid "Settings"
|
143 |
msgstr "Réglages"
|
144 |
|
145 |
-
#: bws_functions.php:211
|
146 |
-
#: class-bws-settings.php:
|
147 |
-
#: class-bws-settings.php:1076
|
148 |
msgid "or"
|
149 |
msgstr "ou"
|
150 |
|
@@ -171,12 +167,14 @@ msgstr "Moins de détails"
|
|
171 |
|
172 |
#: bws_functions.php:262
|
173 |
msgid "Deprecated function(-s) is used on the site here:"
|
174 |
-
msgstr ""
|
175 |
|
176 |
#: bws_functions.php:276
|
177 |
msgid ""
|
178 |
"This function(-s) will be removed over time. Please update the product(-s)."
|
179 |
msgstr ""
|
|
|
|
|
180 |
|
181 |
#: bws_functions.php:335
|
182 |
msgid "It’s time to upgrade your"
|
@@ -197,15 +195,18 @@ msgstr ""
|
|
197 |
"options."
|
198 |
|
199 |
#: bws_functions.php:382
|
200 |
-
#,
|
201 |
msgid ""
|
202 |
"Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
|
203 |
"SUPPORT or UPDATES."
|
204 |
-
msgstr "
|
|
|
|
|
205 |
|
206 |
#: bws_functions.php:477
|
207 |
-
|
208 |
-
|
|
|
209 |
|
210 |
#: bws_functions.php:478
|
211 |
msgid ""
|
@@ -219,8 +220,8 @@ msgstr ""
|
|
219 |
msgid "Suggest a Feature"
|
220 |
msgstr "Proposer une fonctionnalité"
|
221 |
|
222 |
-
#: bws_functions.php:495 class-bws-settings.php:
|
223 |
-
#: class-bws-settings.php:
|
224 |
msgid "Notice"
|
225 |
msgstr "Avertissement"
|
226 |
|
@@ -228,96 +229,86 @@ msgstr "Avertissement"
|
|
228 |
msgid "The plugin's settings have been changed."
|
229 |
msgstr "Les paramètres de l'extension ont été modifiés."
|
230 |
|
231 |
-
#: bws_functions.php:496
|
232 |
-
#:
|
233 |
msgid "Save Changes"
|
234 |
-
msgstr "
|
235 |
|
236 |
#: bws_functions.php:510
|
237 |
-
#, fuzzy
|
238 |
msgid ""
|
239 |
"You can always look at premium options by checking the \"Pro Options\" in "
|
240 |
"the \"Misc\" tab."
|
241 |
msgstr ""
|
242 |
"Vous pouvez toujours consulter les options premium en cliquant sur le lien "
|
243 |
-
"\"Voir les fonctionnalités de la version PRO\" dans l'onglet
|
244 |
|
245 |
-
#: bws_functions.php:
|
246 |
msgid "Add shortcode"
|
247 |
msgstr "Ajouter le code court"
|
248 |
|
249 |
-
#: bws_functions.php:
|
250 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
251 |
msgstr "Ajouter le code court des extensions BestWebSoft avec ce bouton."
|
252 |
|
253 |
-
#: bws_functions.php:
|
254 |
msgid "Close"
|
255 |
msgstr "Fermer"
|
256 |
|
257 |
-
#: bws_functions.php:
|
258 |
-
#, fuzzy
|
259 |
msgid "Are you sure you want to restore default settings?"
|
260 |
msgstr "Êtes vous sûr de vouloir remettre toutes les valeurs par défaut ?"
|
261 |
|
262 |
-
#: bws_functions.php:
|
263 |
msgid "Yes, restore all settings"
|
264 |
msgstr "Oui, remettre les valeurs par défaut"
|
265 |
|
266 |
-
#: bws_functions.php:
|
267 |
msgid "No, go back to the settings page"
|
268 |
msgstr "Non, retourner à la page des paramètres"
|
269 |
|
270 |
-
#: bws_functions.php:
|
271 |
msgid "Plugin"
|
272 |
msgstr "Extension"
|
273 |
|
274 |
-
#: bws_functions.php:
|
275 |
msgid "Shortcode settings"
|
276 |
msgstr "Paramètres du code court"
|
277 |
|
278 |
-
#: bws_functions.php:
|
279 |
msgid "The shortcode will be inserted"
|
280 |
msgstr "Le code court sera inséré"
|
281 |
|
282 |
-
#: bws_functions.php:
|
283 |
msgid "Insert"
|
284 |
msgstr "Insérer"
|
285 |
|
286 |
-
#: bws_functions.php:
|
287 |
msgid "FAQ"
|
288 |
msgstr "FAQ"
|
289 |
|
290 |
-
#: bws_functions.php:
|
291 |
msgid "For more information:"
|
292 |
msgstr "Pour plus d'informations :"
|
293 |
|
294 |
-
#: bws_functions.php:
|
295 |
msgid "Documentation"
|
296 |
msgstr "Documentation"
|
297 |
|
298 |
-
#: bws_functions.php:
|
299 |
msgid "Video Instructions"
|
300 |
msgstr "Vidéo explicative"
|
301 |
|
302 |
-
#: bws_functions.php:
|
303 |
msgid "Submit a Request"
|
304 |
msgstr "Soumettre une requête"
|
305 |
|
306 |
-
#:
|
307 |
-
msgid "
|
308 |
-
msgstr "
|
309 |
-
|
310 |
-
#: deprecated.php:92 bws_menu.php:308 bws_menu.php:312 bws_menu.php:611
|
311 |
-
msgid "Themes"
|
312 |
-
msgstr "Thèmes"
|
313 |
-
|
314 |
-
#: deprecated.php:93
|
315 |
-
msgid "System Status"
|
316 |
-
msgstr "Etat du système"
|
317 |
|
318 |
-
#:
|
319 |
-
#: class-bws-settings.php:
|
320 |
-
#:
|
321 |
msgid ""
|
322 |
"Something went wrong. Please try again later. If the error appears again, "
|
323 |
"please contact us"
|
@@ -326,442 +317,179 @@ msgstr ""
|
|
326 |
"nouveau, merci de contacter <a href=http://support.bestwebsoft."
|
327 |
"com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
|
328 |
|
329 |
-
#:
|
330 |
-
#: class-bws-settings.php:
|
331 |
-
#:
|
332 |
msgid "We are sorry for inconvenience."
|
333 |
msgstr "Nous sommes désolés pour le désagrément."
|
334 |
|
335 |
-
#:
|
336 |
-
#:
|
337 |
msgid "Wrong license key."
|
338 |
msgstr "Clé de licence incorrecte."
|
339 |
|
340 |
-
#:
|
341 |
-
#: class-bws-settings.php:917
|
342 |
-
#, fuzzy
|
343 |
-
msgid "This license key is bound to another site."
|
344 |
-
msgstr "La clé de licence correspond à un autre site."
|
345 |
-
|
346 |
-
#: deprecated.php:143 class-bws-settings.php:817
|
347 |
msgid ""
|
348 |
-
"This license key is
|
349 |
-
"
|
350 |
msgstr ""
|
351 |
-
"La clé de licence
|
352 |
-
"
|
353 |
-
"vous devez la renouveller."
|
354 |
|
355 |
-
#:
|
356 |
-
msgid "
|
|
|
|
|
|
|
|
|
357 |
msgstr ""
|
358 |
"Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
|
359 |
"télécharger l'extension manuellement."
|
360 |
|
361 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
362 |
msgid ""
|
363 |
-
"Unfortunately, the Pro
|
364 |
-
"
|
365 |
msgstr ""
|
366 |
"Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
|
367 |
"peut-être installée qu'une seule fois."
|
368 |
|
369 |
-
#:
|
370 |
-
msgid "The Pro Trial license key is valid."
|
371 |
-
msgstr "La clé de licence d'évaluation est valide."
|
372 |
-
|
373 |
-
#: deprecated.php:153 bws_menu.php:140 class-bws-settings.php:827
|
374 |
msgid "The license key is valid."
|
375 |
msgstr "La clé de licence est valide."
|
376 |
|
377 |
-
#:
|
378 |
msgid "Your license will expire on"
|
379 |
msgstr "Votre licence se termine le "
|
380 |
|
381 |
-
#:
|
382 |
-
|
383 |
-
msgid ""
|
384 |
-
"In order to continue using the plugin it is necessary to buy a %s license."
|
385 |
-
msgstr ""
|
386 |
-
"Afin de pouvoir continuer à utiliser cette extension il est nécessaire "
|
387 |
-
"d'acheter une licence %s."
|
388 |
-
|
389 |
-
#: deprecated.php:204
|
390 |
-
msgid "Please, enter your license key"
|
391 |
-
msgstr "Merci de saisir votre clé de licence"
|
392 |
-
|
393 |
-
#: deprecated.php:223
|
394 |
-
#, fuzzy
|
395 |
-
msgid ""
|
396 |
-
"If necessary, you can check if the license key is correct or reenter it in "
|
397 |
-
"the field below. You can find your license key on your personal page - "
|
398 |
-
"Client Area - on our website"
|
399 |
msgstr ""
|
400 |
-
"
|
401 |
-
"saisir de nouveau dans le champ ci-dessous. Vous pouvez trouver votre clé de "
|
402 |
-
"licence sur votre page personnelle (zone client) sur notre site web."
|
403 |
|
404 |
-
#: deprecated.php:
|
405 |
msgid ""
|
406 |
-
"
|
407 |
-
"
|
408 |
msgstr ""
|
409 |
-
"
|
410 |
-
"l'
|
411 |
-
"mot de passe perdu."
|
412 |
|
413 |
-
#:
|
414 |
-
|
415 |
-
|
416 |
-
msgstr "Vérifier la clé de licence"
|
417 |
|
418 |
-
#:
|
419 |
-
|
420 |
-
|
421 |
-
msgstr ""
|
422 |
-
" Après vous pouvez activer cette extension en donnant votre clé de licence."
|
423 |
|
424 |
-
#:
|
425 |
-
msgid "
|
426 |
-
msgstr "
|
427 |
|
428 |
-
#:
|
429 |
-
msgid "
|
430 |
-
msgstr ""
|
431 |
-
"(votre nom d'utilisateur est l'adresse e-mail que vous avez donnée lors de "
|
432 |
-
"l'achat de l'extension)."
|
433 |
|
434 |
-
#:
|
435 |
-
#:
|
436 |
-
|
437 |
-
|
438 |
-
msgstr "Activé"
|
439 |
|
440 |
-
#:
|
441 |
-
msgid "
|
442 |
-
msgstr ""
|
443 |
-
"Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
|
444 |
-
"télécharger l'extension manuellement."
|
445 |
|
446 |
-
#:
|
447 |
-
|
448 |
-
|
449 |
-
"Congratulations! The Pro license of the plugin is activated successfully."
|
450 |
-
msgstr ""
|
451 |
-
"Félicitations! La version PRO de cette extension a été téléchargée et "
|
452 |
-
"activée avec succès."
|
453 |
|
454 |
-
#:
|
455 |
-
msgid "
|
456 |
-
msgstr "
|
457 |
|
458 |
-
#:
|
459 |
-
msgid "
|
460 |
-
msgstr "
|
461 |
|
462 |
-
#:
|
463 |
-
msgid "
|
464 |
-
msgstr "
|
465 |
|
466 |
-
#:
|
467 |
-
msgid "
|
468 |
-
msgstr ""
|
469 |
-
"Vérifier les options premium sur la page des paramètres de l'extension!"
|
470 |
|
471 |
-
#:
|
472 |
-
msgid "
|
473 |
-
msgstr "
|
474 |
|
475 |
-
#:
|
476 |
-
|
477 |
-
|
478 |
-
"Unfortunately, you have exceeded the number of available tries per day. "
|
479 |
-
"Please, upload the plugin manually."
|
480 |
-
msgstr ""
|
481 |
-
"Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
|
482 |
-
"télécharger l'extension manuellement."
|
483 |
|
484 |
-
#:
|
485 |
-
|
486 |
-
|
487 |
-
"Unfortunately, Your license has expired. To continue getting top-priority "
|
488 |
-
"support and plugin updates, you should extend it in your %s"
|
489 |
-
msgstr ""
|
490 |
-
"Désoler, votre licence est terminée. Pour continuer à disposer du support "
|
491 |
-
"rapide et des mises à jour de l'extension vous devez la renouveler dans votre"
|
492 |
|
493 |
-
#:
|
494 |
-
msgid ""
|
495 |
-
"
|
496 |
-
"Trial license can be installed only once."
|
497 |
-
msgstr ""
|
498 |
-
"Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
|
499 |
-
"peut-être installée qu'une seule fois."
|
500 |
|
501 |
-
#:
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
msgstr ""
|
506 |
-
"Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension "
|
507 |
-
"manuellement."
|
508 |
|
509 |
-
#:
|
510 |
-
msgid "
|
511 |
-
msgstr ""
|
512 |
-
"Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
|
513 |
-
"manuellement."
|
514 |
|
515 |
-
#:
|
516 |
-
msgid ""
|
517 |
-
"
|
518 |
-
"plugin manually"
|
519 |
-
msgstr ""
|
520 |
-
"Votre serveur n'a pas le support du format des archives ZIP ou Phar. Merci "
|
521 |
-
"de télécharger l'extension manuellement."
|
522 |
|
523 |
-
#:
|
524 |
-
msgid "
|
525 |
-
msgstr ""
|
526 |
-
"Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
|
527 |
-
"manuellement."
|
528 |
|
529 |
-
#:
|
530 |
-
msgid ""
|
531 |
-
"
|
532 |
-
"sorry for inconvenience."
|
533 |
-
msgstr ""
|
534 |
-
"Il est survenu une erreur. Essayer de nouveau ou bien télécharger "
|
535 |
-
"l'extension manuellement.Nous sommes désolés pour le désagrément."
|
536 |
|
537 |
-
#:
|
538 |
-
msgid "
|
539 |
-
msgstr "
|
540 |
|
541 |
-
#:
|
542 |
-
msgid "
|
543 |
-
msgstr "
|
544 |
|
545 |
-
#:
|
546 |
-
msgid "
|
547 |
-
msgstr "
|
548 |
|
549 |
-
#:
|
550 |
-
msgid "
|
551 |
-
msgstr ""
|
552 |
-
"Vous n'avez pas assez de droits pour modifier l'extension pour ce site."
|
553 |
|
554 |
-
#:
|
555 |
-
|
556 |
-
|
557 |
-
msgstr "Le fichier %s a été modifié avec succès."
|
558 |
|
559 |
-
#:
|
560 |
-
msgid "
|
561 |
-
msgstr "
|
562 |
-
|
563 |
-
#: deprecated.php:580
|
564 |
-
msgid "Not enough permissions to create the file"
|
565 |
-
msgstr "Pas assez de droits pour créer le fichier"
|
566 |
-
|
567 |
-
#: deprecated.php:618 class-bws-settings.php:426
|
568 |
-
msgid "These styles will be added to the header on all pages of your site."
|
569 |
-
msgstr ""
|
570 |
-
"Ces styles seront ajoutés aux entêtes sur tous les pages de votre site."
|
571 |
-
|
572 |
-
#: deprecated.php:620 class-bws-settings.php:429
|
573 |
-
#, fuzzy, php-format
|
574 |
-
msgid ""
|
575 |
-
"This PHP code will be hooked to the %s action and will be printed on front "
|
576 |
-
"end only."
|
577 |
-
msgstr ""
|
578 |
-
"Ce code PHP sera rattaché à l'action %s et sera affiché uniquement sur la "
|
579 |
-
"partie publique."
|
580 |
-
|
581 |
-
#: deprecated.php:624
|
582 |
-
msgid "Editing"
|
583 |
-
msgstr "Modifier"
|
584 |
-
|
585 |
-
#: deprecated.php:626 class-bws-settings.php:450
|
586 |
-
msgid "Browsing"
|
587 |
-
msgstr "Parcourir"
|
588 |
-
|
589 |
-
#: deprecated.php:633 class-bws-settings.php:461
|
590 |
-
#, php-format
|
591 |
-
msgid "Learn more about %s"
|
592 |
-
msgstr "En savoir plus sur %s"
|
593 |
-
|
594 |
-
#: deprecated.php:644 class-bws-settings.php:440
|
595 |
-
#, php-format
|
596 |
-
msgid ""
|
597 |
-
"You need to make this files writable before you can save your changes. See "
|
598 |
-
"%s the Codex %s for more information."
|
599 |
-
msgstr ""
|
600 |
-
"Vous devez rendre ce fichier modifiable avant de pouvoir enregistrer vos "
|
601 |
-
"modifications. Regarder %s du Codex %s pour plus d'informations."
|
602 |
-
|
603 |
-
#: deprecated.php:667
|
604 |
-
#, fuzzy
|
605 |
-
msgid ""
|
606 |
-
"Congratulations! Pro version of the plugin is installed and activated "
|
607 |
-
"successfully."
|
608 |
-
msgstr ""
|
609 |
-
"Félicitations! La version PRO de cette extension a été téléchargée et "
|
610 |
-
"activée avec succès."
|
611 |
-
|
612 |
-
#: deprecated.php:677
|
613 |
-
msgid "Show Pro features"
|
614 |
-
msgstr "Voir les fonctionnalités de la version PRO"
|
615 |
-
|
616 |
-
#: deprecated.php:684
|
617 |
-
msgid "Enter your license key to install and activate"
|
618 |
-
msgstr "Saisir votre clé de licence pour installer et activer"
|
619 |
-
|
620 |
-
#: deprecated.php:686
|
621 |
-
msgid "version of the plugin."
|
622 |
-
msgstr "version de l'extension."
|
623 |
-
|
624 |
-
#: deprecated.php:694 class-bws-settings.php:736
|
625 |
-
#, php-format
|
626 |
-
msgid "Start Your Free %s-Day Trial Now"
|
627 |
-
msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
|
628 |
-
|
629 |
-
#: bws_menu.php:128
|
630 |
-
#, fuzzy
|
631 |
-
msgid ""
|
632 |
-
"This license key is bound to another site. Change it via personal Client "
|
633 |
-
"Area."
|
634 |
-
msgstr ""
|
635 |
-
"La clé de licence correspond à un autre site. Modifier là au travers de "
|
636 |
-
"votre espace client."
|
637 |
-
|
638 |
-
#: bws_menu.php:128
|
639 |
-
msgid "Log in"
|
640 |
-
msgstr "Connexion"
|
641 |
-
|
642 |
-
#: bws_menu.php:144
|
643 |
-
#, fuzzy
|
644 |
-
msgid "Congratulations! Pro Membership license is activated successfully."
|
645 |
-
msgstr ""
|
646 |
-
"Félicitations! La version PRO de cette extension a été téléchargée et "
|
647 |
-
"activée avec succès."
|
648 |
-
|
649 |
-
#: bws_menu.php:161
|
650 |
-
msgid "Please enter your license key."
|
651 |
-
msgstr "Merci de saisir votre clé de licence."
|
652 |
-
|
653 |
-
#: bws_menu.php:172
|
654 |
-
msgid "Not set"
|
655 |
-
msgstr "Not set"
|
656 |
-
|
657 |
-
#: bws_menu.php:174 bws_menu.php:175
|
658 |
-
msgid "On"
|
659 |
-
msgstr "On"
|
660 |
-
|
661 |
-
#: bws_menu.php:174 bws_menu.php:175
|
662 |
-
msgid "Off"
|
663 |
-
msgstr "Off"
|
664 |
-
|
665 |
-
#: bws_menu.php:176 bws_menu.php:177 bws_menu.php:178 bws_menu.php:179
|
666 |
-
#: bws_menu.php:180 bws_menu.php:181 bws_menu.php:190
|
667 |
-
msgid "N/A"
|
668 |
-
msgstr "N/A"
|
669 |
-
|
670 |
-
#: bws_menu.php:181
|
671 |
-
msgid " Mb"
|
672 |
-
msgstr " Mb"
|
673 |
-
|
674 |
-
#: bws_menu.php:182 bws_menu.php:183 bws_menu.php:184 bws_menu.php:188
|
675 |
-
msgid "Yes"
|
676 |
-
msgstr "Yes"
|
677 |
-
|
678 |
-
#: bws_menu.php:182 bws_menu.php:183 bws_menu.php:184 bws_menu.php:188
|
679 |
-
msgid "No"
|
680 |
-
msgstr "No"
|
681 |
-
|
682 |
-
#: bws_menu.php:195
|
683 |
-
#, fuzzy
|
684 |
-
msgid "WordPress Environment"
|
685 |
-
msgstr "Environnent"
|
686 |
-
|
687 |
-
#: bws_menu.php:197
|
688 |
-
msgid "Home URL"
|
689 |
-
msgstr "Home URL"
|
690 |
-
|
691 |
-
#: bws_menu.php:198
|
692 |
-
#, fuzzy
|
693 |
-
msgid "Website URL"
|
694 |
-
msgstr "Site URL"
|
695 |
-
|
696 |
-
#: bws_menu.php:199
|
697 |
-
#, fuzzy
|
698 |
-
msgid "WP Version"
|
699 |
-
msgstr "PHP Version"
|
700 |
-
|
701 |
-
#: bws_menu.php:200
|
702 |
-
#, fuzzy
|
703 |
-
msgid "WP Multisite"
|
704 |
-
msgstr "Multisite"
|
705 |
-
|
706 |
-
#: bws_menu.php:201
|
707 |
-
#, fuzzy
|
708 |
-
msgid "WP Memory Limit"
|
709 |
-
msgstr "PHP Memory Limit"
|
710 |
-
|
711 |
-
#: bws_menu.php:202
|
712 |
-
msgid "Active Theme"
|
713 |
-
msgstr "Active Theme"
|
714 |
-
|
715 |
-
#: bws_menu.php:202 bws_menu.php:248 bws_menu.php:251
|
716 |
-
#, fuzzy, php-format
|
717 |
-
msgid "by %s"
|
718 |
-
msgstr "Par %s"
|
719 |
-
|
720 |
-
#: bws_menu.php:206
|
721 |
-
#, fuzzy
|
722 |
-
msgid "Server Environment"
|
723 |
-
msgstr "Environnent"
|
724 |
-
|
725 |
-
#: bws_menu.php:208
|
726 |
-
msgid "Operating System"
|
727 |
-
msgstr "Operating System"
|
728 |
-
|
729 |
-
#: bws_menu.php:209
|
730 |
-
msgid "Server"
|
731 |
-
msgstr "Server"
|
732 |
-
|
733 |
-
#: bws_menu.php:210
|
734 |
-
msgid "PHP Version"
|
735 |
-
msgstr "PHP Version"
|
736 |
-
|
737 |
-
#: bws_menu.php:211
|
738 |
-
msgid "PHP Safe Mode"
|
739 |
-
msgstr "PHP Safe Mode"
|
740 |
-
|
741 |
-
#: bws_menu.php:212
|
742 |
-
msgid "PHP Allow URL fopen"
|
743 |
-
msgstr "PHP Allow URL fopen"
|
744 |
-
|
745 |
-
#: bws_menu.php:213
|
746 |
-
msgid "PHP Memory Limit"
|
747 |
-
msgstr "PHP Memory Limit"
|
748 |
-
|
749 |
-
#: bws_menu.php:214
|
750 |
-
#, fuzzy
|
751 |
-
msgid "Memory Usage"
|
752 |
-
msgstr "Memory usage"
|
753 |
-
|
754 |
-
#: bws_menu.php:215
|
755 |
-
msgid "PHP Max Upload Size"
|
756 |
-
msgstr "PHP Max Upload Size"
|
757 |
-
|
758 |
-
#: bws_menu.php:216
|
759 |
-
msgid "PHP Max Post Size"
|
760 |
-
msgstr "PHP Max Post Size"
|
761 |
-
|
762 |
-
#: bws_menu.php:217
|
763 |
-
msgid "PHP Max Script Execute Time"
|
764 |
-
msgstr "PHP Max Script Execute Time"
|
765 |
|
766 |
#: bws_menu.php:218
|
767 |
msgid "PHP Exif support"
|
@@ -777,15 +505,13 @@ msgstr "PHP XML support"
|
|
777 |
|
778 |
#: bws_menu.php:226
|
779 |
msgid "Database"
|
780 |
-
msgstr ""
|
781 |
|
782 |
#: bws_menu.php:228
|
783 |
-
#, fuzzy
|
784 |
msgid "WP DB version"
|
785 |
msgstr "WordPress DB Version"
|
786 |
|
787 |
#: bws_menu.php:229
|
788 |
-
#, fuzzy
|
789 |
msgid "MySQL version"
|
790 |
msgstr "MYSQL Version"
|
791 |
|
@@ -806,7 +532,6 @@ msgid "Please enter a valid email address."
|
|
806 |
msgstr "Merci de saisir une adresse e-mail valide."
|
807 |
|
808 |
#: bws_menu.php:264
|
809 |
-
#, fuzzy
|
810 |
msgid "Email with system info is sent to"
|
811 |
msgstr "Le courriel avec les informations système est envoyé à"
|
812 |
|
@@ -818,6 +543,14 @@ msgstr "Merci de nous avoir contacté."
|
|
818 |
msgid "Sorry, email message could not be delivered."
|
819 |
msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
|
820 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
821 |
#: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
|
822 |
msgid "System status"
|
823 |
msgstr "Etat du système"
|
@@ -836,14 +569,24 @@ msgid "Get Access to %s+ Premium Plugins"
|
|
836 |
msgstr "Accéder à plus de %s extension premiums"
|
837 |
|
838 |
#: bws_menu.php:328
|
839 |
-
#, fuzzy
|
840 |
msgid "Subscribe to Pro Membership"
|
841 |
msgstr "Souscrire une adhésion PRO"
|
842 |
|
|
|
|
|
|
|
|
|
|
|
843 |
#: bws_menu.php:339
|
844 |
msgid "Enter your license key"
|
845 |
msgstr "Merci de saisir votre clé de licence"
|
846 |
|
|
|
|
|
|
|
|
|
|
|
|
|
847 |
#: bws_menu.php:361
|
848 |
msgid "Upload Plugin"
|
849 |
msgstr "Charger l'extension"
|
@@ -881,6 +624,15 @@ msgstr "Extensions installées"
|
|
881 |
msgid "Downloading install package from"
|
882 |
msgstr "Télécharger le paquet d'installation depuis"
|
883 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
884 |
#: bws_menu.php:408
|
885 |
msgid "Unpacking the package"
|
886 |
msgstr "Décompresser le paquet"
|
@@ -889,10 +641,30 @@ msgstr "Décompresser le paquet"
|
|
889 |
msgid "Installing the plugin"
|
890 |
msgstr "Installer l'extension"
|
891 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
892 |
#: bws_menu.php:427
|
893 |
#, php-format
|
894 |
msgid "The plugin %s is successfully installed."
|
|
|
|
|
|
|
|
|
895 |
msgstr ""
|
|
|
|
|
896 |
|
897 |
#: bws_menu.php:439
|
898 |
msgid "Activate Plugin"
|
@@ -923,7 +695,6 @@ msgid "Category"
|
|
923 |
msgstr "Catégorie"
|
924 |
|
925 |
#: bws_menu.php:524
|
926 |
-
#, fuzzy
|
927 |
msgid "Not installed"
|
928 |
msgstr "Non installé"
|
929 |
|
@@ -940,7 +711,7 @@ msgstr "Mettre à jour avec la version %s"
|
|
940 |
msgid "Install Now"
|
941 |
msgstr "Installer maintenant"
|
942 |
|
943 |
-
#: bws_menu.php:549 class-bws-settings.php:
|
944 |
msgid "Upgrade to Pro"
|
945 |
msgstr "Passer à la version PRO"
|
946 |
|
@@ -977,255 +748,445 @@ msgstr "Envoyé au support"
|
|
977 |
msgid "Send to custom email »"
|
978 |
msgstr "Envoyer un e-mail spécifique »"
|
979 |
|
980 |
-
#:
|
981 |
-
msgid "Advertisement"
|
982 |
-
msgstr "Publicité"
|
983 |
-
|
984 |
-
#: product_list.php:8
|
985 |
-
msgid "Content & Media"
|
986 |
-
msgstr "Contenu & média"
|
987 |
-
|
988 |
-
#: product_list.php:9
|
989 |
-
msgid "Management"
|
990 |
-
msgstr "Administration"
|
991 |
-
|
992 |
-
#: product_list.php:10
|
993 |
-
msgid "Recommended"
|
994 |
-
msgstr "Recommandé"
|
995 |
-
|
996 |
-
#: product_list.php:11
|
997 |
-
msgid "Security"
|
998 |
-
msgstr "Sécurité"
|
999 |
-
|
1000 |
-
#: product_list.php:12
|
1001 |
-
msgid "Site Stats"
|
1002 |
-
msgstr "Statistiques"
|
1003 |
-
|
1004 |
-
#: product_list.php:13
|
1005 |
-
msgid "Social"
|
1006 |
-
msgstr "Social"
|
1007 |
-
|
1008 |
-
#: product_list.php:14
|
1009 |
-
msgid "Utilities"
|
1010 |
-
msgstr "Utilitaires"
|
1011 |
-
|
1012 |
-
#: product_list.php:15
|
1013 |
-
msgid "Other"
|
1014 |
-
msgstr "Autre"
|
1015 |
-
|
1016 |
-
#: class-bws-settings.php:129
|
1017 |
-
#, fuzzy
|
1018 |
msgid "Information"
|
1019 |
-
msgstr "
|
1020 |
|
1021 |
-
#: class-bws-settings.php:
|
1022 |
-
#, fuzzy
|
1023 |
msgid "Inactive"
|
1024 |
-
msgstr "
|
1025 |
|
1026 |
-
#: class-bws-settings.php:
|
1027 |
msgid "Expired"
|
1028 |
-
msgstr ""
|
1029 |
|
1030 |
-
#: class-bws-settings.php:
|
1031 |
#, php-format
|
1032 |
msgid "%s day(-s) left"
|
1033 |
-
msgstr ""
|
1034 |
|
1035 |
-
#: class-bws-settings.php:
|
1036 |
-
#,
|
1037 |
msgid "Expired on %s"
|
1038 |
-
msgstr "
|
1039 |
|
1040 |
-
#: class-bws-settings.php:
|
1041 |
msgid "Renew Now"
|
1042 |
-
msgstr ""
|
1043 |
|
1044 |
-
#: class-bws-settings.php:
|
1045 |
-
#, fuzzy
|
1046 |
msgid "Active"
|
1047 |
msgstr "Activé"
|
1048 |
|
1049 |
-
#: class-bws-settings.php:
|
1050 |
-
#, fuzzy
|
1051 |
msgid "License"
|
1052 |
-
msgstr "
|
1053 |
|
1054 |
-
#: class-bws-settings.php:
|
1055 |
-
#, fuzzy
|
1056 |
msgid "Status"
|
1057 |
-
msgstr "Etat
|
1058 |
|
1059 |
-
#: class-bws-settings.php:
|
1060 |
-
#, fuzzy
|
1061 |
msgid "Version"
|
1062 |
-
msgstr "
|
1063 |
|
1064 |
-
#: class-bws-settings.php:
|
1065 |
-
#, fuzzy
|
1066 |
msgid "All plugin settings were restored."
|
1067 |
-
msgstr "Les paramètres de l'extension ont été
|
1068 |
|
1069 |
-
#: class-bws-settings.php:
|
1070 |
-
#, fuzzy
|
1071 |
msgid "Custom Code"
|
1072 |
-
msgstr "
|
1073 |
|
1074 |
-
#: class-bws-settings.php:
|
1075 |
-
|
1076 |
-
|
|
|
|
|
|
|
|
|
1077 |
msgstr ""
|
1078 |
"Ces styles seront ajoutés aux entêtes sur tous les pages de votre site."
|
1079 |
|
1080 |
-
#: class-bws-settings.php:
|
1081 |
#, php-format
|
1082 |
-
msgid "
|
|
|
|
|
1083 |
msgstr ""
|
|
|
|
|
1084 |
|
1085 |
-
#: class-bws-settings.php:
|
1086 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1087 |
msgstr ""
|
|
|
|
|
1088 |
|
1089 |
-
#: class-bws-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1090 |
#, php-format
|
1091 |
msgid ""
|
1092 |
"It is prohibited to change %s settings on this site in the %s network "
|
1093 |
"settings."
|
1094 |
msgstr ""
|
|
|
|
|
1095 |
|
1096 |
-
#: class-bws-settings.php:
|
1097 |
#, php-format
|
1098 |
msgid ""
|
1099 |
"It is prohibited to view %s settings on this site in the %s network settings."
|
1100 |
msgstr ""
|
|
|
|
|
1101 |
|
1102 |
-
#: class-bws-settings.php:
|
1103 |
-
#, fuzzy
|
1104 |
msgid "Pro Options"
|
1105 |
-
msgstr "
|
1106 |
|
1107 |
-
#: class-bws-settings.php:
|
1108 |
msgid "Enable to display plugin Pro options."
|
1109 |
-
msgstr ""
|
1110 |
|
1111 |
-
#: class-bws-settings.php:
|
1112 |
msgid "Track Usage"
|
1113 |
-
msgstr ""
|
1114 |
|
1115 |
-
#: class-bws-settings.php:
|
1116 |
msgid ""
|
1117 |
"Enable to allow tracking plugin usage anonymously in order to make it better."
|
1118 |
msgstr ""
|
|
|
|
|
1119 |
|
1120 |
-
#: class-bws-settings.php:
|
1121 |
-
#, fuzzy
|
1122 |
msgid "Default Settings"
|
1123 |
-
msgstr "Réglages"
|
1124 |
|
1125 |
-
#: class-bws-settings.php:
|
1126 |
-
#, fuzzy
|
1127 |
msgid "Restore Settings"
|
1128 |
msgstr "Remettre les paramètres"
|
1129 |
|
1130 |
-
#: class-bws-settings.php:
|
1131 |
-
#, fuzzy
|
1132 |
msgid "This will restore plugin settings to defaults."
|
1133 |
-
msgstr "Remettre les valeurs par défaut des paramètres de l'extension"
|
1134 |
|
1135 |
-
#: class-bws-settings.php:
|
1136 |
msgid "Import / Export"
|
1137 |
-
msgstr ""
|
1138 |
|
1139 |
-
#: class-bws-settings.php:
|
1140 |
#: class-bws-settings.php:746
|
1141 |
-
#, fuzzy
|
1142 |
msgid "License Key"
|
1143 |
-
msgstr "Clé de licence
|
1144 |
|
1145 |
#: class-bws-settings.php:714
|
1146 |
-
#, fuzzy
|
1147 |
msgid "Congratulations! Pro license is activated successfully."
|
1148 |
msgstr ""
|
1149 |
-
"Félicitations! La version PRO de cette extension a été
|
1150 |
-
"activée avec succès."
|
1151 |
|
1152 |
#: class-bws-settings.php:715
|
1153 |
-
#,
|
1154 |
-
msgid "You will be automatically redirected to the %s in
|
1155 |
-
msgstr "
|
1156 |
|
1157 |
#: class-bws-settings.php:715
|
1158 |
-
#, fuzzy
|
1159 |
msgid "Settings page"
|
1160 |
-
msgstr "
|
1161 |
|
1162 |
#: class-bws-settings.php:730
|
1163 |
-
#,
|
1164 |
msgid "Enter your license key to activate %s and get premium plugin features."
|
1165 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1166 |
|
1167 |
#: class-bws-settings.php:751
|
1168 |
-
#, fuzzy
|
1169 |
msgid ""
|
1170 |
"If necessary, you can check if the license key is correct or reenter it in "
|
1171 |
"the field below."
|
1172 |
msgstr ""
|
1173 |
"Si nécessaire vous pouvez vérifier que la clé de licence est correcte ou la "
|
1174 |
-
"saisir de nouveau dans le champ ci-dessous.
|
1175 |
-
"licence sur votre page personnelle (zone client) sur notre site web."
|
1176 |
|
1177 |
#: class-bws-settings.php:756
|
1178 |
msgid "Manage License Settings"
|
1179 |
-
msgstr ""
|
1180 |
|
1181 |
#: class-bws-settings.php:758
|
1182 |
-
#, fuzzy
|
1183 |
msgid "Login to Client Area"
|
1184 |
-
msgstr "
|
1185 |
|
1186 |
#: class-bws-settings.php:760
|
1187 |
msgid ""
|
1188 |
"Manage active licenses, download BWS products, and view your payment history "
|
1189 |
"using BestWebSoft Client Area."
|
1190 |
msgstr ""
|
|
|
|
|
1191 |
|
1192 |
-
#: class-bws-settings.php:
|
1193 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1194 |
msgid "Need Help?"
|
1195 |
msgstr "Besoin d'aide ?"
|
1196 |
|
1197 |
-
#: class-bws-settings.php:
|
1198 |
-
#, fuzzy
|
1199 |
msgid "Read the Instruction"
|
1200 |
-
msgstr "
|
1201 |
|
1202 |
-
#: class-bws-settings.php:
|
1203 |
msgid "Watch the Video"
|
1204 |
-
msgstr ""
|
1205 |
|
1206 |
-
#: class-bws-settings.php:
|
1207 |
-
#, fuzzy
|
1208 |
msgid "Start Your Free Trial"
|
1209 |
-
msgstr "Débuter votre licence d'évaluation gratuite
|
1210 |
|
1211 |
-
|
1212 |
-
|
|
|
1213 |
|
1214 |
-
|
1215 |
-
|
|
|
1216 |
|
1217 |
-
|
1218 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1219 |
|
1220 |
-
|
1221 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1222 |
|
1223 |
-
|
1224 |
-
|
1225 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1226 |
|
1227 |
-
|
1228 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1229 |
|
1230 |
#~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
1231 |
#~ msgstr ""
|
@@ -1238,8 +1199,11 @@ msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
|
|
1238 |
#~ msgid "Donations play an important role in supporting great projects"
|
1239 |
#~ msgstr "Les dons jouent un rôle important dans l'aide aux projets"
|
1240 |
|
1241 |
-
#~ msgid "
|
1242 |
-
#~ msgstr "
|
|
|
|
|
|
|
1243 |
|
1244 |
#~ msgid "Activate Membership"
|
1245 |
#~ msgstr "Activer l'adhésion"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-03-28 13:51+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-03-28 13:51+0300\n"
|
7 |
"Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
8 |
"Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"Language: fr_FR\n"
|
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.8.7.1\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: bws_functions.php:72 bws_functions.php:190
|
38 |
msgstr "Page des extensions"
|
39 |
|
40 |
#: bws_functions.php:91
|
|
|
41 |
msgid "Like the plugin?"
|
42 |
msgstr "Voter pour l'extension"
|
43 |
|
44 |
#: bws_functions.php:93
|
45 |
msgid "Rate it"
|
46 |
+
msgstr "Notez là"
|
47 |
|
48 |
#: bws_functions.php:102
|
49 |
msgid "Need help?"
|
50 |
msgstr "Besoin d'aide ?"
|
51 |
|
52 |
+
#: bws_functions.php:103 bws_functions.php:916 class-bws-settings.php:1047
|
53 |
msgid "Visit Help Center"
|
54 |
msgstr "Visiter le site du support"
|
55 |
|
56 |
#: bws_functions.php:106
|
|
|
57 |
msgid "Want to support the plugin?"
|
58 |
msgstr "Voter pour l'extension"
|
59 |
|
79 |
"inactive."
|
80 |
|
81 |
#: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
|
82 |
+
#: class-bws-settings.php:143
|
83 |
msgid "Learn More"
|
84 |
msgstr "En savoir plus"
|
85 |
|
86 |
#: bws_functions.php:144
|
|
|
87 |
msgid ""
|
88 |
"Notice: Your Pro Trial license has expired. To continue using the plugin, "
|
89 |
"you should buy a Pro license"
|
90 |
msgstr ""
|
91 |
+
"Information :Votre licence d'évaluation est terminée. Pour continuer à "
|
92 |
+
"utiliser cette extension, vous devez acheter une licence PRO."
|
93 |
|
94 |
#: bws_functions.php:146
|
|
|
95 |
msgid ""
|
96 |
"Your license has expired. To continue getting top-priority support and "
|
97 |
"plugin updates, you should extend it."
|
98 |
msgstr ""
|
99 |
"Votre licence est terminée. Pour continuer à disposer du support rapide et "
|
100 |
+
"des mises à jour de l'extension vous devez la renouveler."
|
101 |
|
102 |
#: bws_functions.php:146 bws_functions.php:382 deprecated.php:584
|
103 |
msgid "Learn more"
|
126 |
"correctement. Merci de mettre à jour Wordpress avec la dernière version."
|
127 |
|
128 |
#: bws_functions.php:207
|
129 |
+
#, php-format
|
130 |
+
msgid "Thank you for installing %s plugin!"
|
131 |
+
msgstr ""
|
132 |
|
133 |
#: bws_functions.php:208
|
134 |
msgid "Let's get started"
|
139 |
msgid "Settings"
|
140 |
msgstr "Réglages"
|
141 |
|
142 |
+
#: bws_functions.php:211 bws_menu.php:328 class-bws-settings.php:736
|
143 |
+
#: class-bws-settings.php:1049 class-bws-settings.php:1059 deprecated.php:694
|
|
|
144 |
msgid "or"
|
145 |
msgstr "ou"
|
146 |
|
167 |
|
168 |
#: bws_functions.php:262
|
169 |
msgid "Deprecated function(-s) is used on the site here:"
|
170 |
+
msgstr "Une ou des fonction(s) obsolètes sont utilisées sur ce site ici :"
|
171 |
|
172 |
#: bws_functions.php:276
|
173 |
msgid ""
|
174 |
"This function(-s) will be removed over time. Please update the product(-s)."
|
175 |
msgstr ""
|
176 |
+
"Ces fonctions seront supprimées rapidement. Merci de mettre à jour vos "
|
177 |
+
"produits."
|
178 |
|
179 |
#: bws_functions.php:335
|
180 |
msgid "It’s time to upgrade your"
|
195 |
"options."
|
196 |
|
197 |
#: bws_functions.php:382
|
198 |
+
#, php-format
|
199 |
msgid ""
|
200 |
"Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
|
201 |
"SUPPORT or UPDATES."
|
202 |
+
msgstr ""
|
203 |
+
"Votre clé de licence pour %s est terminée le %s et vous ne disposerez plus "
|
204 |
+
"du support rapide et des mises à jour."
|
205 |
|
206 |
#: bws_functions.php:477
|
207 |
+
#, php-format
|
208 |
+
msgid "Thank you for choosing %s plugin!"
|
209 |
+
msgstr ""
|
210 |
|
211 |
#: bws_functions.php:478
|
212 |
msgid ""
|
220 |
msgid "Suggest a Feature"
|
221 |
msgstr "Proposer une fonctionnalité"
|
222 |
|
223 |
+
#: bws_functions.php:495 class-bws-settings.php:533 class-bws-settings.php:536
|
224 |
+
#: class-bws-settings.php:584 class-bws-settings.php:587
|
225 |
msgid "Notice"
|
226 |
msgstr "Avertissement"
|
227 |
|
229 |
msgid "The plugin's settings have been changed."
|
230 |
msgstr "Les paramètres de l'extension ont été modifiés."
|
231 |
|
232 |
+
#: bws_functions.php:496 class-bws-settings.php:182 class-bws-settings.php:202
|
233 |
+
#: deprecated.php:640
|
234 |
msgid "Save Changes"
|
235 |
+
msgstr "Enregistrer les modifications"
|
236 |
|
237 |
#: bws_functions.php:510
|
|
|
238 |
msgid ""
|
239 |
"You can always look at premium options by checking the \"Pro Options\" in "
|
240 |
"the \"Misc\" tab."
|
241 |
msgstr ""
|
242 |
"Vous pouvez toujours consulter les options premium en cliquant sur le lien "
|
243 |
+
"\"Voir les fonctionnalités de la version PRO\" dans l'onglet divers."
|
244 |
|
245 |
+
#: bws_functions.php:651
|
246 |
msgid "Add shortcode"
|
247 |
msgstr "Ajouter le code court"
|
248 |
|
249 |
+
#: bws_functions.php:651
|
250 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
251 |
msgstr "Ajouter le code court des extensions BestWebSoft avec ce bouton."
|
252 |
|
253 |
+
#: bws_functions.php:700
|
254 |
msgid "Close"
|
255 |
msgstr "Fermer"
|
256 |
|
257 |
+
#: bws_functions.php:792
|
|
|
258 |
msgid "Are you sure you want to restore default settings?"
|
259 |
msgstr "Êtes vous sûr de vouloir remettre toutes les valeurs par défaut ?"
|
260 |
|
261 |
+
#: bws_functions.php:795
|
262 |
msgid "Yes, restore all settings"
|
263 |
msgstr "Oui, remettre les valeurs par défaut"
|
264 |
|
265 |
+
#: bws_functions.php:796
|
266 |
msgid "No, go back to the settings page"
|
267 |
msgstr "Non, retourner à la page des paramètres"
|
268 |
|
269 |
+
#: bws_functions.php:842
|
270 |
msgid "Plugin"
|
271 |
msgstr "Extension"
|
272 |
|
273 |
+
#: bws_functions.php:851
|
274 |
msgid "Shortcode settings"
|
275 |
msgstr "Paramètres du code court"
|
276 |
|
277 |
+
#: bws_functions.php:856
|
278 |
msgid "The shortcode will be inserted"
|
279 |
msgstr "Le code court sera inséré"
|
280 |
|
281 |
+
#: bws_functions.php:861
|
282 |
msgid "Insert"
|
283 |
msgstr "Insérer"
|
284 |
|
285 |
+
#: bws_functions.php:921
|
286 |
msgid "FAQ"
|
287 |
msgstr "FAQ"
|
288 |
|
289 |
+
#: bws_functions.php:927
|
290 |
msgid "For more information:"
|
291 |
msgstr "Pour plus d'informations :"
|
292 |
|
293 |
+
#: bws_functions.php:928
|
294 |
msgid "Documentation"
|
295 |
msgstr "Documentation"
|
296 |
|
297 |
+
#: bws_functions.php:929
|
298 |
msgid "Video Instructions"
|
299 |
msgstr "Vidéo explicative"
|
300 |
|
301 |
+
#: bws_functions.php:930
|
302 |
msgid "Submit a Request"
|
303 |
msgstr "Soumettre une requête"
|
304 |
|
305 |
+
#: bws_menu.php:101 class-bws-settings.php:781 deprecated.php:322
|
306 |
+
msgid "Wrong license key"
|
307 |
+
msgstr "Clé de licence incorrecte"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
308 |
|
309 |
+
#: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
|
310 |
+
#: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
|
311 |
+
#: deprecated.php:352
|
312 |
msgid ""
|
313 |
"Something went wrong. Please try again later. If the error appears again, "
|
314 |
"please contact us"
|
317 |
"nouveau, merci de contacter <a href=http://support.bestwebsoft."
|
318 |
"com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
|
319 |
|
320 |
+
#: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
|
321 |
+
#: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
|
322 |
+
#: deprecated.php:352
|
323 |
msgid "We are sorry for inconvenience."
|
324 |
msgstr "Nous sommes désolés pour le désagrément."
|
325 |
|
326 |
+
#: bws_menu.php:128 class-bws-settings.php:813 class-bws-settings.php:916
|
327 |
+
#: deprecated.php:139 deprecated.php:358
|
328 |
msgid "Wrong license key."
|
329 |
msgstr "Clé de licence incorrecte."
|
330 |
|
331 |
+
#: bws_menu.php:130
|
|
|
|
|
|
|
|
|
|
|
|
|
332 |
msgid ""
|
333 |
+
"This license key is bound to another site. Change it via personal Client "
|
334 |
+
"Area."
|
335 |
msgstr ""
|
336 |
+
"La clé de licence correspond à un autre site. Modifier là au travers de "
|
337 |
+
"votre espace client."
|
|
|
338 |
|
339 |
+
#: bws_menu.php:130
|
340 |
+
msgid "Log in"
|
341 |
+
msgstr "Connexion"
|
342 |
+
|
343 |
+
#: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
|
344 |
+
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
345 |
msgstr ""
|
346 |
"Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
|
347 |
"télécharger l'extension manuellement."
|
348 |
|
349 |
+
#: bws_menu.php:134 class-bws-settings.php:922 deprecated.php:364
|
350 |
+
#, php-format
|
351 |
+
msgid ""
|
352 |
+
"Unfortunately, Your license has expired. To continue getting top-priority "
|
353 |
+
"support and plugin updates, you should extend it in your %s"
|
354 |
+
msgstr ""
|
355 |
+
"Désoler, votre licence est terminée. Pour continuer à disposer du support "
|
356 |
+
"rapide et des mises à jour de l'extension vous devez la renouveler dans "
|
357 |
+
"votre %s"
|
358 |
+
|
359 |
+
#: bws_menu.php:136 class-bws-settings.php:924 deprecated.php:366
|
360 |
msgid ""
|
361 |
+
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
362 |
+
"Trial license can be installed only once."
|
363 |
msgstr ""
|
364 |
"Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
|
365 |
"peut-être installée qu'une seule fois."
|
366 |
|
367 |
+
#: bws_menu.php:142 class-bws-settings.php:828 deprecated.php:153
|
|
|
|
|
|
|
|
|
368 |
msgid "The license key is valid."
|
369 |
msgstr "La clé de licence est valide."
|
370 |
|
371 |
+
#: bws_menu.php:144 class-bws-settings.php:831 deprecated.php:156
|
372 |
msgid "Your license will expire on"
|
373 |
msgstr "Votre licence se termine le "
|
374 |
|
375 |
+
#: bws_menu.php:146
|
376 |
+
msgid "Congratulations! Pro Membership license is activated successfully."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
377 |
msgstr ""
|
378 |
+
"Félicitations! La version PRO de cette extension a été activée avec succès."
|
|
|
|
|
379 |
|
380 |
+
#: bws_menu.php:153 class-bws-settings.php:996 deprecated.php:435
|
381 |
msgid ""
|
382 |
+
"Something went wrong. Try again later or upload the plugin manually. We are "
|
383 |
+
"sorry for inconvenience."
|
384 |
msgstr ""
|
385 |
+
"Il est survenu une erreur. Essayer de nouveau ou bien télécharger "
|
386 |
+
"l'extension manuellement.Nous sommes désolés pour le désagrément."
|
|
|
387 |
|
388 |
+
#: bws_menu.php:163
|
389 |
+
msgid "Please enter your license key."
|
390 |
+
msgstr "Merci de saisir votre clé de licence."
|
|
|
391 |
|
392 |
+
#: bws_menu.php:174
|
393 |
+
msgid "Not set"
|
394 |
+
msgstr "Not set"
|
|
|
|
|
395 |
|
396 |
+
#: bws_menu.php:176
|
397 |
+
msgid "On"
|
398 |
+
msgstr "On"
|
399 |
|
400 |
+
#: bws_menu.php:176
|
401 |
+
msgid "Off"
|
402 |
+
msgstr "Off"
|
|
|
|
|
403 |
|
404 |
+
#: bws_menu.php:177 bws_menu.php:178 bws_menu.php:179 bws_menu.php:180
|
405 |
+
#: bws_menu.php:181 bws_menu.php:182 bws_menu.php:191
|
406 |
+
msgid "N/A"
|
407 |
+
msgstr "N/A"
|
|
|
408 |
|
409 |
+
#: bws_menu.php:182
|
410 |
+
msgid " Mb"
|
411 |
+
msgstr " Mb"
|
|
|
|
|
412 |
|
413 |
+
#: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
|
414 |
+
msgid "Yes"
|
415 |
+
msgstr "Yes"
|
|
|
|
|
|
|
|
|
416 |
|
417 |
+
#: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
|
418 |
+
msgid "No"
|
419 |
+
msgstr "No"
|
420 |
|
421 |
+
#: bws_menu.php:196
|
422 |
+
msgid "WordPress Environment"
|
423 |
+
msgstr "Environnent WordPress"
|
424 |
|
425 |
+
#: bws_menu.php:198
|
426 |
+
msgid "Home URL"
|
427 |
+
msgstr "Home URL"
|
428 |
|
429 |
+
#: bws_menu.php:199
|
430 |
+
msgid "Website URL"
|
431 |
+
msgstr "Site URL"
|
|
|
432 |
|
433 |
+
#: bws_menu.php:200
|
434 |
+
msgid "WP Version"
|
435 |
+
msgstr "WP Version"
|
436 |
|
437 |
+
#: bws_menu.php:201
|
438 |
+
msgid "WP Multisite"
|
439 |
+
msgstr "WP Multisite"
|
|
|
|
|
|
|
|
|
|
|
440 |
|
441 |
+
#: bws_menu.php:202
|
442 |
+
msgid "WP Memory Limit"
|
443 |
+
msgstr "WP Memory Limit"
|
|
|
|
|
|
|
|
|
|
|
444 |
|
445 |
+
#: bws_menu.php:203
|
446 |
+
msgid "Active Theme"
|
447 |
+
msgstr "Active Theme"
|
|
|
|
|
|
|
|
|
448 |
|
449 |
+
#: bws_menu.php:203 bws_menu.php:248 bws_menu.php:251
|
450 |
+
#, php-format
|
451 |
+
msgid "by %s"
|
452 |
+
msgstr "par %s"
|
|
|
|
|
|
|
453 |
|
454 |
+
#: bws_menu.php:207
|
455 |
+
msgid "Server Environment"
|
456 |
+
msgstr "Server Environnent"
|
|
|
|
|
457 |
|
458 |
+
#: bws_menu.php:209
|
459 |
+
msgid "Operating System"
|
460 |
+
msgstr "Operating System"
|
|
|
|
|
|
|
|
|
461 |
|
462 |
+
#: bws_menu.php:210
|
463 |
+
msgid "Server"
|
464 |
+
msgstr "Server"
|
|
|
|
|
465 |
|
466 |
+
#: bws_menu.php:211
|
467 |
+
msgid "PHP Version"
|
468 |
+
msgstr "PHP Version"
|
|
|
|
|
|
|
|
|
469 |
|
470 |
+
#: bws_menu.php:212
|
471 |
+
msgid "PHP Allow URL fopen"
|
472 |
+
msgstr "PHP Allow URL fopen"
|
473 |
|
474 |
+
#: bws_menu.php:213
|
475 |
+
msgid "PHP Memory Limit"
|
476 |
+
msgstr "PHP Memory Limit"
|
477 |
|
478 |
+
#: bws_menu.php:214
|
479 |
+
msgid "Memory Usage"
|
480 |
+
msgstr "Memory usage"
|
481 |
|
482 |
+
#: bws_menu.php:215
|
483 |
+
msgid "PHP Max Upload Size"
|
484 |
+
msgstr "PHP Max Upload Size"
|
|
|
485 |
|
486 |
+
#: bws_menu.php:216
|
487 |
+
msgid "PHP Max Post Size"
|
488 |
+
msgstr "PHP Max Post Size"
|
|
|
489 |
|
490 |
+
#: bws_menu.php:217
|
491 |
+
msgid "PHP Max Script Execute Time"
|
492 |
+
msgstr "PHP Max Script Execute Time"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
493 |
|
494 |
#: bws_menu.php:218
|
495 |
msgid "PHP Exif support"
|
505 |
|
506 |
#: bws_menu.php:226
|
507 |
msgid "Database"
|
508 |
+
msgstr "Base de données"
|
509 |
|
510 |
#: bws_menu.php:228
|
|
|
511 |
msgid "WP DB version"
|
512 |
msgstr "WordPress DB Version"
|
513 |
|
514 |
#: bws_menu.php:229
|
|
|
515 |
msgid "MySQL version"
|
516 |
msgstr "MYSQL Version"
|
517 |
|
532 |
msgstr "Merci de saisir une adresse e-mail valide."
|
533 |
|
534 |
#: bws_menu.php:264
|
|
|
535 |
msgid "Email with system info is sent to"
|
536 |
msgstr "Le courriel avec les informations système est envoyé à"
|
537 |
|
543 |
msgid "Sorry, email message could not be delivered."
|
544 |
msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
|
545 |
|
546 |
+
#: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
|
547 |
+
msgid "Plugins"
|
548 |
+
msgstr "Extensions"
|
549 |
+
|
550 |
+
#: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
|
551 |
+
msgid "Themes"
|
552 |
+
msgstr "Thèmes"
|
553 |
+
|
554 |
#: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
|
555 |
msgid "System status"
|
556 |
msgstr "Etat du système"
|
569 |
msgstr "Accéder à plus de %s extension premiums"
|
570 |
|
571 |
#: bws_menu.php:328
|
|
|
572 |
msgid "Subscribe to Pro Membership"
|
573 |
msgstr "Souscrire une adhésion PRO"
|
574 |
|
575 |
+
#: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:749
|
576 |
+
#: deprecated.php:227
|
577 |
+
msgid "Check license key"
|
578 |
+
msgstr "Vérifier la clé de licence"
|
579 |
+
|
580 |
#: bws_menu.php:339
|
581 |
msgid "Enter your license key"
|
582 |
msgstr "Merci de saisir votre clé de licence"
|
583 |
|
584 |
+
#: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
|
585 |
+
#: class-bws-settings.php:728 deprecated.php:259 deprecated.php:267
|
586 |
+
#: deprecated.php:629 deprecated.php:700 deprecated.php:709
|
587 |
+
msgid "Activate"
|
588 |
+
msgstr "Activé"
|
589 |
+
|
590 |
#: bws_menu.php:361
|
591 |
msgid "Upload Plugin"
|
592 |
msgstr "Charger l'extension"
|
624 |
msgid "Downloading install package from"
|
625 |
msgstr "Télécharger le paquet d'installation depuis"
|
626 |
|
627 |
+
#: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
|
628 |
+
#: class-bws-settings.php:948 class-bws-settings.php:970
|
629 |
+
#: class-bws-settings.php:992 deprecated.php:387 deprecated.php:409
|
630 |
+
#: deprecated.php:431
|
631 |
+
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
632 |
+
msgstr ""
|
633 |
+
"Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension "
|
634 |
+
"manuellement."
|
635 |
+
|
636 |
#: bws_menu.php:408
|
637 |
msgid "Unpacking the package"
|
638 |
msgstr "Décompresser le paquet"
|
641 |
msgid "Installing the plugin"
|
642 |
msgstr "Installer l'extension"
|
643 |
|
644 |
+
#: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
|
645 |
+
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
646 |
+
msgstr ""
|
647 |
+
"Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
|
648 |
+
"manuellement."
|
649 |
+
|
650 |
+
#: bws_menu.php:424 class-bws-settings.php:966 deprecated.php:405
|
651 |
+
msgid ""
|
652 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
653 |
+
"plugin manually"
|
654 |
+
msgstr ""
|
655 |
+
"Votre serveur n'a pas le support du format des archives ZIP ou Phar. Merci "
|
656 |
+
"de télécharger l'extension manuellement."
|
657 |
+
|
658 |
#: bws_menu.php:427
|
659 |
#, php-format
|
660 |
msgid "The plugin %s is successfully installed."
|
661 |
+
msgstr "L'extension %s a été installée avec succès."
|
662 |
+
|
663 |
+
#: bws_menu.php:434 class-bws-settings.php:973 deprecated.php:412
|
664 |
+
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
665 |
msgstr ""
|
666 |
+
"Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
|
667 |
+
"manuellement."
|
668 |
|
669 |
#: bws_menu.php:439
|
670 |
msgid "Activate Plugin"
|
695 |
msgstr "Catégorie"
|
696 |
|
697 |
#: bws_menu.php:524
|
|
|
698 |
msgid "Not installed"
|
699 |
msgstr "Non installé"
|
700 |
|
711 |
msgid "Install Now"
|
712 |
msgstr "Installer maintenant"
|
713 |
|
714 |
+
#: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
|
715 |
msgid "Upgrade to Pro"
|
716 |
msgstr "Passer à la version PRO"
|
717 |
|
748 |
msgid "Send to custom email »"
|
749 |
msgstr "Envoyer un e-mail spécifique »"
|
750 |
|
751 |
+
#: class-bws-settings.php:135
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
752 |
msgid "Information"
|
753 |
+
msgstr "Information"
|
754 |
|
755 |
+
#: class-bws-settings.php:143
|
|
|
756 |
msgid "Inactive"
|
757 |
+
msgstr "Inactive"
|
758 |
|
759 |
+
#: class-bws-settings.php:151
|
760 |
msgid "Expired"
|
761 |
+
msgstr "Expiré"
|
762 |
|
763 |
+
#: class-bws-settings.php:154
|
764 |
#, php-format
|
765 |
msgid "%s day(-s) left"
|
766 |
+
msgstr "%s jour(s) restant"
|
767 |
|
768 |
+
#: class-bws-settings.php:160
|
769 |
+
#, php-format
|
770 |
msgid "Expired on %s"
|
771 |
+
msgstr "Terminer le %s"
|
772 |
|
773 |
+
#: class-bws-settings.php:160
|
774 |
msgid "Renew Now"
|
775 |
+
msgstr "Renouveler maintenant"
|
776 |
|
777 |
+
#: class-bws-settings.php:162
|
|
|
778 |
msgid "Active"
|
779 |
msgstr "Activé"
|
780 |
|
781 |
+
#: class-bws-settings.php:167
|
|
|
782 |
msgid "License"
|
783 |
+
msgstr "Licence"
|
784 |
|
785 |
+
#: class-bws-settings.php:170
|
|
|
786 |
msgid "Status"
|
787 |
+
msgstr "Etat"
|
788 |
|
789 |
+
#: class-bws-settings.php:174
|
|
|
790 |
msgid "Version"
|
791 |
+
msgstr "Version"
|
792 |
|
793 |
+
#: class-bws-settings.php:282
|
|
|
794 |
msgid "All plugin settings were restored."
|
795 |
+
msgstr "Les paramètres de l'extension ont été remis aux valeurs d'origine."
|
796 |
|
797 |
+
#: class-bws-settings.php:420
|
|
|
798 |
msgid "Custom Code"
|
799 |
+
msgstr "Code personnalisé"
|
800 |
|
801 |
+
#: class-bws-settings.php:424 deprecated.php:497
|
802 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
803 |
+
msgstr ""
|
804 |
+
"Vous n'avez pas assez de droits pour modifier l'extension pour ce site."
|
805 |
+
|
806 |
+
#: class-bws-settings.php:429 deprecated.php:618
|
807 |
+
msgid "These styles will be added to the header on all pages of your site."
|
808 |
msgstr ""
|
809 |
"Ces styles seront ajoutés aux entêtes sur tous les pages de votre site."
|
810 |
|
811 |
+
#: class-bws-settings.php:432 deprecated.php:620
|
812 |
#, php-format
|
813 |
+
msgid ""
|
814 |
+
"This PHP code will be hooked to the %s action and will be printed on front "
|
815 |
+
"end only."
|
816 |
msgstr ""
|
817 |
+
"Ce code PHP sera rattaché à l'action %s et sera affiché uniquement sur la "
|
818 |
+
"partie publique."
|
819 |
|
820 |
+
#: class-bws-settings.php:435
|
821 |
+
msgid "These code will be added to the header on all pages of your site."
|
822 |
+
msgstr "Ce code sera ajouté aux entêtes sur tous les pages de votre site."
|
823 |
+
|
824 |
+
#: class-bws-settings.php:443 deprecated.php:644
|
825 |
+
#, php-format
|
826 |
+
msgid ""
|
827 |
+
"You need to make this files writable before you can save your changes. See "
|
828 |
+
"%s the Codex %s for more information."
|
829 |
msgstr ""
|
830 |
+
"Vous devez rendre ce fichier modifiable avant de pouvoir enregistrer vos "
|
831 |
+
"modifications. Regarder %s du Codex %s pour plus d'informations."
|
832 |
|
833 |
+
#: class-bws-settings.php:453 deprecated.php:626
|
834 |
+
msgid "Browsing"
|
835 |
+
msgstr "Parcourir"
|
836 |
+
|
837 |
+
#: class-bws-settings.php:457
|
838 |
+
#, php-format
|
839 |
+
msgid "Activate custom %s code."
|
840 |
+
msgstr "Activer le code personnalisé %s."
|
841 |
+
|
842 |
+
#: class-bws-settings.php:464 deprecated.php:633
|
843 |
+
#, php-format
|
844 |
+
msgid "Learn more about %s"
|
845 |
+
msgstr "En savoir plus sur %s"
|
846 |
+
|
847 |
+
#: class-bws-settings.php:524
|
848 |
+
msgid "Miscellaneous Settings"
|
849 |
+
msgstr "Paramètres divers"
|
850 |
+
|
851 |
+
#: class-bws-settings.php:533 class-bws-settings.php:584
|
852 |
#, php-format
|
853 |
msgid ""
|
854 |
"It is prohibited to change %s settings on this site in the %s network "
|
855 |
"settings."
|
856 |
msgstr ""
|
857 |
+
"Il est interdit de changer le paramètre %s sur ce site dans les paramètres "
|
858 |
+
"%s du réseau."
|
859 |
|
860 |
+
#: class-bws-settings.php:536 class-bws-settings.php:587
|
861 |
#, php-format
|
862 |
msgid ""
|
863 |
"It is prohibited to view %s settings on this site in the %s network settings."
|
864 |
msgstr ""
|
865 |
+
"Il est interdit de voir le paramètre %s sur ce site dans les paramètres %s "
|
866 |
+
"du réseau."
|
867 |
|
868 |
+
#: class-bws-settings.php:545
|
|
|
869 |
msgid "Pro Options"
|
870 |
+
msgstr "Options Pro"
|
871 |
|
872 |
+
#: class-bws-settings.php:548
|
873 |
msgid "Enable to display plugin Pro options."
|
874 |
+
msgstr "Activer pour voir les options PRO de l'extension."
|
875 |
|
876 |
+
#: class-bws-settings.php:553
|
877 |
msgid "Track Usage"
|
878 |
+
msgstr "Suivi de l'utilisation"
|
879 |
|
880 |
+
#: class-bws-settings.php:556
|
881 |
msgid ""
|
882 |
"Enable to allow tracking plugin usage anonymously in order to make it better."
|
883 |
msgstr ""
|
884 |
+
"Activer pour autoriser le suivi de l'utilisation de l'extension de manière "
|
885 |
+
"anonyme afin de le rendre meilleur."
|
886 |
|
887 |
+
#: class-bws-settings.php:560
|
|
|
888 |
msgid "Default Settings"
|
889 |
+
msgstr "Réglages par défauts"
|
890 |
|
891 |
+
#: class-bws-settings.php:562
|
|
|
892 |
msgid "Restore Settings"
|
893 |
msgstr "Remettre les paramètres"
|
894 |
|
895 |
+
#: class-bws-settings.php:563
|
|
|
896 |
msgid "This will restore plugin settings to defaults."
|
897 |
+
msgstr "Remettre les valeurs par défaut des paramètres de l'extension."
|
898 |
|
899 |
+
#: class-bws-settings.php:575
|
900 |
msgid "Import / Export"
|
901 |
+
msgstr "Importer / Exporter"
|
902 |
|
903 |
+
#: class-bws-settings.php:691 class-bws-settings.php:724
|
904 |
#: class-bws-settings.php:746
|
|
|
905 |
msgid "License Key"
|
906 |
+
msgstr "Clé de licence"
|
907 |
|
908 |
#: class-bws-settings.php:714
|
|
|
909 |
msgid "Congratulations! Pro license is activated successfully."
|
910 |
msgstr ""
|
911 |
+
"Félicitations! La version PRO de cette extension a été activée avec succès."
|
|
|
912 |
|
913 |
#: class-bws-settings.php:715
|
914 |
+
#, php-format
|
915 |
+
msgid "You will be automatically redirected to the %s in %s seconds."
|
916 |
+
msgstr ""
|
917 |
|
918 |
#: class-bws-settings.php:715
|
|
|
919 |
msgid "Settings page"
|
920 |
+
msgstr "Page des paramètres"
|
921 |
|
922 |
#: class-bws-settings.php:730
|
923 |
+
#, php-format
|
924 |
msgid "Enter your license key to activate %s and get premium plugin features."
|
925 |
+
msgstr ""
|
926 |
+
"Saisir votre clé de licence pour activer %s et obtenir les fonctionnalités "
|
927 |
+
"premium."
|
928 |
+
|
929 |
+
#: class-bws-settings.php:733 class-bws-settings.php:920 deprecated.php:362
|
930 |
+
#: deprecated.php:703
|
931 |
+
msgid ""
|
932 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
933 |
+
"Please, upload the plugin manually."
|
934 |
+
msgstr ""
|
935 |
+
"Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
|
936 |
+
"télécharger l'extension manuellement."
|
937 |
+
|
938 |
+
#: class-bws-settings.php:736 deprecated.php:694
|
939 |
+
#, php-format
|
940 |
+
msgid "Start Your Free %s-Day Trial Now"
|
941 |
+
msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
|
942 |
|
943 |
#: class-bws-settings.php:751
|
|
|
944 |
msgid ""
|
945 |
"If necessary, you can check if the license key is correct or reenter it in "
|
946 |
"the field below."
|
947 |
msgstr ""
|
948 |
"Si nécessaire vous pouvez vérifier que la clé de licence est correcte ou la "
|
949 |
+
"saisir de nouveau dans le champ ci-dessous."
|
|
|
950 |
|
951 |
#: class-bws-settings.php:756
|
952 |
msgid "Manage License Settings"
|
953 |
+
msgstr "Gérer les paramètres de licence"
|
954 |
|
955 |
#: class-bws-settings.php:758
|
|
|
956 |
msgid "Login to Client Area"
|
957 |
+
msgstr "Se connecter à l'espace client"
|
958 |
|
959 |
#: class-bws-settings.php:760
|
960 |
msgid ""
|
961 |
"Manage active licenses, download BWS products, and view your payment history "
|
962 |
"using BestWebSoft Client Area."
|
963 |
msgstr ""
|
964 |
+
"Gérer les licences actives, télécharger les produits BWS, et voir "
|
965 |
+
"l'historique de vos règlements dans l'interface client de BestWebSoft."
|
966 |
|
967 |
+
#: class-bws-settings.php:815 class-bws-settings.php:918 deprecated.php:141
|
968 |
+
#: deprecated.php:360
|
969 |
+
msgid "This license key is bound to another site."
|
970 |
+
msgstr "La clé de licence correspond à un autre site."
|
971 |
+
|
972 |
+
#: class-bws-settings.php:817 deprecated.php:143
|
973 |
+
msgid ""
|
974 |
+
"This license key is valid, but Your license has expired. If you want to "
|
975 |
+
"update our plugin in future, you should extend the license."
|
976 |
+
msgstr ""
|
977 |
+
"La clé de licence est valide mais votre durée de validité est passée. Pour "
|
978 |
+
"continuer à disposer du support rapide et des mises à jour de l'extension "
|
979 |
+
"vous devez la renouveller."
|
980 |
+
|
981 |
+
#: class-bws-settings.php:819 deprecated.php:145
|
982 |
+
msgid "Unfortunately, you have exceeded the number of available tries."
|
983 |
+
msgstr ""
|
984 |
+
"Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
|
985 |
+
"télécharger l'extension manuellement."
|
986 |
+
|
987 |
+
#: class-bws-settings.php:821 deprecated.php:147
|
988 |
+
msgid ""
|
989 |
+
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
990 |
+
"The Pro Trial license can be installed only once."
|
991 |
+
msgstr ""
|
992 |
+
"Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
|
993 |
+
"peut-être installée qu'une seule fois."
|
994 |
+
|
995 |
+
#: class-bws-settings.php:826 deprecated.php:151
|
996 |
+
msgid "The Pro Trial license key is valid."
|
997 |
+
msgstr "La clé de licence d'évaluation est valide."
|
998 |
+
|
999 |
+
#: class-bws-settings.php:834 deprecated.php:159 deprecated.php:246
|
1000 |
+
#, php-format
|
1001 |
+
msgid ""
|
1002 |
+
"In order to continue using the plugin it is necessary to buy a %s license."
|
1003 |
+
msgstr ""
|
1004 |
+
"Afin de pouvoir continuer à utiliser cette extension il est nécessaire "
|
1005 |
+
"d'acheter une licence %s."
|
1006 |
+
|
1007 |
+
#: class-bws-settings.php:1031 deprecated.php:463
|
1008 |
+
msgid "Please, enter Your license key"
|
1009 |
+
msgstr "Merci de saisir votre clé de licence"
|
1010 |
+
|
1011 |
+
#: class-bws-settings.php:1043
|
1012 |
msgid "Need Help?"
|
1013 |
msgstr "Besoin d'aide ?"
|
1014 |
|
1015 |
+
#: class-bws-settings.php:1045
|
|
|
1016 |
msgid "Read the Instruction"
|
1017 |
+
msgstr "Lire les instructions"
|
1018 |
|
1019 |
+
#: class-bws-settings.php:1049
|
1020 |
msgid "Watch the Video"
|
1021 |
+
msgstr "Regarder la vidéo"
|
1022 |
|
1023 |
+
#: class-bws-settings.php:1060
|
|
|
1024 |
msgid "Start Your Free Trial"
|
1025 |
+
msgstr "Débuter votre licence d'évaluation gratuite"
|
1026 |
|
1027 |
+
#: deprecated.php:93
|
1028 |
+
msgid "System Status"
|
1029 |
+
msgstr "Etat du système"
|
1030 |
|
1031 |
+
#: deprecated.php:204
|
1032 |
+
msgid "Please, enter your license key"
|
1033 |
+
msgstr "Merci de saisir votre clé de licence"
|
1034 |
|
1035 |
+
#: deprecated.php:223
|
1036 |
+
msgid ""
|
1037 |
+
"If necessary, you can check if the license key is correct or reenter it in "
|
1038 |
+
"the field below. You can find your license key on your personal page - "
|
1039 |
+
"Client Area - on our website"
|
1040 |
+
msgstr ""
|
1041 |
+
"Si nécessaire vous pouvez vérifier que la clé de licence est correcte ou la "
|
1042 |
+
"saisir de nouveau dans le champ ci-dessous. Vous pouvez trouver votre clé de "
|
1043 |
+
"licence sur votre page personnelle (zone client) sur notre site web."
|
1044 |
|
1045 |
+
#: deprecated.php:223
|
1046 |
+
msgid ""
|
1047 |
+
"(your username is the email address specified during the purchase). If "
|
1048 |
+
"necessary, please submit \"Lost your password?\" request."
|
1049 |
+
msgstr ""
|
1050 |
+
"(votre nom d'utilisateur est l'adresse e-mail que vous avez donnée lors de "
|
1051 |
+
"l'achat de l'extension). Si nécessaire, utilisez la fonction de demande de "
|
1052 |
+
"mot de passe perdu."
|
1053 |
|
1054 |
+
#: deprecated.php:247
|
1055 |
+
msgid "After that, you can activate it by entering your license key."
|
1056 |
+
msgstr ""
|
1057 |
+
" Après vous pouvez activer cette extension en donnant votre clé de licence."
|
1058 |
+
|
1059 |
+
#: deprecated.php:249 deprecated.php:688
|
1060 |
+
msgid "License key can be found in the"
|
1061 |
+
msgstr "La clé de licence peut être trouvée dans "
|
1062 |
+
|
1063 |
+
#: deprecated.php:251 deprecated.php:690
|
1064 |
+
msgid "(your username is the email address specified during the purchase)."
|
1065 |
+
msgstr ""
|
1066 |
+
"(votre nom d'utilisateur est l'adresse e-mail que vous avez donnée lors de "
|
1067 |
+
"l'achat de l'extension)."
|
1068 |
+
|
1069 |
+
#: deprecated.php:278
|
1070 |
+
msgid ""
|
1071 |
+
"Congratulations! The Pro license of the plugin is activated successfully."
|
1072 |
+
msgstr ""
|
1073 |
+
"Félicitations! La version PRO de cette extension a été activée avec succès."
|
1074 |
+
|
1075 |
+
#: deprecated.php:280 deprecated.php:669
|
1076 |
+
msgid "Please, go to"
|
1077 |
+
msgstr "Merci d’aller à"
|
1078 |
+
|
1079 |
+
#: deprecated.php:280 deprecated.php:669
|
1080 |
+
msgid "the setting page"
|
1081 |
+
msgstr "Options supplémentaires"
|
1082 |
+
|
1083 |
+
#: deprecated.php:281 deprecated.php:670
|
1084 |
+
msgid "You will be redirected automatically in 5 seconds."
|
1085 |
+
msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
|
1086 |
+
|
1087 |
+
#: deprecated.php:315
|
1088 |
+
msgid "Check premium options on the plugin settings page!"
|
1089 |
+
msgstr ""
|
1090 |
+
"Vérifier les options premium sur la page des paramètres de l'extension!"
|
1091 |
+
|
1092 |
+
#: deprecated.php:478
|
1093 |
+
msgid "Restore all plugin settings to defaults"
|
1094 |
+
msgstr "Remettre les valeurs par défaut des paramètres de l'extension"
|
1095 |
+
|
1096 |
+
#: deprecated.php:480
|
1097 |
+
msgid "Restore settings"
|
1098 |
+
msgstr "Remettre les paramètres"
|
1099 |
+
|
1100 |
+
#: deprecated.php:548 deprecated.php:575
|
1101 |
+
#, php-format
|
1102 |
+
msgid "File %s edited successfully."
|
1103 |
+
msgstr "Le fichier %s a été modifié avec succès."
|
1104 |
+
|
1105 |
+
#: deprecated.php:550 deprecated.php:577
|
1106 |
+
msgid "Not enough permissions to create or update the file"
|
1107 |
+
msgstr "Pas assez de droits pour créer ou modifier le fichier"
|
1108 |
+
|
1109 |
+
#: deprecated.php:580
|
1110 |
+
msgid "Not enough permissions to create the file"
|
1111 |
+
msgstr "Pas assez de droits pour créer le fichier"
|
1112 |
+
|
1113 |
+
#: deprecated.php:624
|
1114 |
+
msgid "Editing"
|
1115 |
+
msgstr "Modifier"
|
1116 |
|
1117 |
+
#: deprecated.php:667
|
1118 |
+
msgid ""
|
1119 |
+
"Congratulations! Pro version of the plugin is installed and activated "
|
1120 |
+
"successfully."
|
1121 |
+
msgstr ""
|
1122 |
+
"Félicitations! La version PRO de cette extension a été téléchargée et "
|
1123 |
+
"activée avec succès."
|
1124 |
+
|
1125 |
+
#: deprecated.php:677
|
1126 |
+
msgid "Show Pro features"
|
1127 |
+
msgstr "Voir les fonctionnalités de la version PRO"
|
1128 |
+
|
1129 |
+
#: deprecated.php:684
|
1130 |
+
msgid "Enter your license key to install and activate"
|
1131 |
+
msgstr "Saisir votre clé de licence pour installer et activer"
|
1132 |
+
|
1133 |
+
#: deprecated.php:686
|
1134 |
+
msgid "version of the plugin."
|
1135 |
+
msgstr "version de l'extension."
|
1136 |
+
|
1137 |
+
#: product_list.php:7
|
1138 |
+
msgid "Advertisement"
|
1139 |
+
msgstr "Publicité"
|
1140 |
+
|
1141 |
+
#: product_list.php:8
|
1142 |
+
msgid "Content & Media"
|
1143 |
+
msgstr "Contenu & média"
|
1144 |
+
|
1145 |
+
#: product_list.php:9
|
1146 |
+
msgid "Management"
|
1147 |
+
msgstr "Administration"
|
1148 |
+
|
1149 |
+
#: product_list.php:10
|
1150 |
+
msgid "Recommended"
|
1151 |
+
msgstr "Recommandé"
|
1152 |
+
|
1153 |
+
#: product_list.php:11
|
1154 |
+
msgid "Security"
|
1155 |
+
msgstr "Sécurité"
|
1156 |
+
|
1157 |
+
#: product_list.php:12
|
1158 |
+
msgid "Site Stats"
|
1159 |
+
msgstr "Statistiques"
|
1160 |
+
|
1161 |
+
#: product_list.php:13
|
1162 |
+
msgid "Social"
|
1163 |
+
msgstr "Social"
|
1164 |
+
|
1165 |
+
#: product_list.php:14
|
1166 |
+
msgid "Utilities"
|
1167 |
+
msgstr "Utilitaires"
|
1168 |
+
|
1169 |
+
#: product_list.php:15
|
1170 |
+
msgid "Other"
|
1171 |
+
msgstr "Autre"
|
1172 |
+
|
1173 |
+
#~ msgid "Thank you for installing"
|
1174 |
+
#~ msgstr "Merci d'avoir installé"
|
1175 |
+
|
1176 |
+
#~ msgid "Thank you for choosing"
|
1177 |
+
#~ msgstr "Merci d'avoir choisi"
|
1178 |
+
|
1179 |
+
#~ msgid "You will be automatically redirected to the %s in 7 seconds."
|
1180 |
+
#~ msgstr "Vous allez être redirigé automatiquement vers %s dans 7 secondes"
|
1181 |
+
|
1182 |
+
#~ msgid "PHP Safe Mode"
|
1183 |
+
#~ msgstr "PHP Safe Mode"
|
1184 |
+
|
1185 |
+
#~ msgid "WordPress Version"
|
1186 |
+
#~ msgstr "WordPress Version"
|
1187 |
+
|
1188 |
+
#~ msgid "Successfully installed the plugin"
|
1189 |
+
#~ msgstr "Extension installée avec succès"
|
1190 |
|
1191 |
#~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
1192 |
#~ msgstr ""
|
1199 |
#~ msgid "Donations play an important role in supporting great projects"
|
1200 |
#~ msgstr "Les dons jouent un rôle important dans l'aide aux projets"
|
1201 |
|
1202 |
+
#~ msgid "This license key is bind to another site"
|
1203 |
+
#~ msgstr "La clé de licence correspond à un autre site."
|
1204 |
+
|
1205 |
+
#~ msgid "You license for"
|
1206 |
+
#~ msgstr "Votre licence pour"
|
1207 |
|
1208 |
#~ msgid "Activate Membership"
|
1209 |
#~ msgstr "Activer l'adhésion"
|
bws_menu/languages/bestwebsoft-pl_PL.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-pl_PL.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Damian Dąbrowski <contact@codester.pl>\n"
|
9 |
"Language: pl_PL\n"
|
@@ -13,7 +13,7 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit 1.
|
17 |
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
18 |
"|| n%100>=20) ? 1 : 2);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
@@ -51,7 +51,7 @@ msgstr ""
|
|
51 |
msgid "Need help?"
|
52 |
msgstr "Potrzebujesz pomocy?"
|
53 |
|
54 |
-
#: bws_functions.php:103 bws_functions.php:
|
55 |
msgid "Visit Help Center"
|
56 |
msgstr ""
|
57 |
|
@@ -81,7 +81,7 @@ msgstr ""
|
|
81 |
"przeciwnym wypadku wersja PRO zostanie zablokowana."
|
82 |
|
83 |
#: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
|
84 |
-
#: class-bws-settings.php:
|
85 |
msgid "Learn More"
|
86 |
msgstr "Dowiedz się więcej"
|
87 |
|
@@ -129,8 +129,9 @@ msgstr ""
|
|
129 |
"Proszę zaktualizować WordPress do najnowszej wersji."
|
130 |
|
131 |
#: bws_functions.php:207
|
132 |
-
|
133 |
-
|
|
|
134 |
|
135 |
#: bws_functions.php:208
|
136 |
msgid "Let's get started"
|
@@ -141,9 +142,8 @@ msgstr "Zaczynajmny"
|
|
141 |
msgid "Settings"
|
142 |
msgstr "Ustawienia"
|
143 |
|
144 |
-
#: bws_functions.php:211
|
145 |
-
#: class-bws-settings.php:
|
146 |
-
#: class-bws-settings.php:1076
|
147 |
msgid "or"
|
148 |
msgstr "lub"
|
149 |
|
@@ -206,9 +206,9 @@ msgstr ""
|
|
206 |
"AKTUALIZACJI."
|
207 |
|
208 |
#: bws_functions.php:477
|
209 |
-
#,
|
210 |
-
msgid "Thank you for choosing"
|
211 |
-
msgstr "
|
212 |
|
213 |
#: bws_functions.php:478
|
214 |
msgid ""
|
@@ -220,8 +220,8 @@ msgstr ""
|
|
220 |
msgid "Suggest a Feature"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: bws_functions.php:495 class-bws-settings.php:
|
224 |
-
#: class-bws-settings.php:
|
225 |
msgid "Notice"
|
226 |
msgstr "Uwaga"
|
227 |
|
@@ -229,8 +229,8 @@ msgstr "Uwaga"
|
|
229 |
msgid "The plugin's settings have been changed."
|
230 |
msgstr "Ustawienia wtyczki zostały zmienione."
|
231 |
|
232 |
-
#: bws_functions.php:496
|
233 |
-
#:
|
234 |
msgid "Save Changes"
|
235 |
msgstr "Zapisz zmiany"
|
236 |
|
@@ -243,87 +243,78 @@ msgstr ""
|
|
243 |
"Zawsze możesz sprawdzić funkcje premium poprzez kliknięcie \"Pokaż funkcje "
|
244 |
"PRO\" w zakładce \"Go PRO\""
|
245 |
|
246 |
-
#: bws_functions.php:
|
247 |
#, fuzzy
|
248 |
msgid "Add shortcode"
|
249 |
msgstr "Dodaj BWS Shortcode"
|
250 |
|
251 |
-
#: bws_functions.php:
|
252 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: bws_functions.php:
|
256 |
msgid "Close"
|
257 |
msgstr "Zamknij"
|
258 |
|
259 |
-
#: bws_functions.php:
|
260 |
#, fuzzy
|
261 |
msgid "Are you sure you want to restore default settings?"
|
262 |
msgstr ""
|
263 |
"Czy jesteś pewien, że chcesz przywrócić wszystkie ustawienia do wartości "
|
264 |
"domyślnych?"
|
265 |
|
266 |
-
#: bws_functions.php:
|
267 |
msgid "Yes, restore all settings"
|
268 |
msgstr "Tak, przywróć wszystkie ustawienia"
|
269 |
|
270 |
-
#: bws_functions.php:
|
271 |
msgid "No, go back to the settings page"
|
272 |
msgstr "Nie, wróć do ustawień"
|
273 |
|
274 |
-
#: bws_functions.php:
|
275 |
msgid "Plugin"
|
276 |
msgstr "Wtyczka"
|
277 |
|
278 |
-
#: bws_functions.php:
|
279 |
msgid "Shortcode settings"
|
280 |
msgstr "Ustawienia shortcode"
|
281 |
|
282 |
-
#: bws_functions.php:
|
283 |
msgid "The shortcode will be inserted"
|
284 |
msgstr "Shortcode zostanie umieszczony"
|
285 |
|
286 |
-
#: bws_functions.php:
|
287 |
msgid "Insert"
|
288 |
msgstr "Umieść"
|
289 |
|
290 |
-
#: bws_functions.php:
|
291 |
msgid "FAQ"
|
292 |
msgstr "FAQ"
|
293 |
|
294 |
-
#: bws_functions.php:
|
295 |
msgid "For more information:"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: bws_functions.php:
|
299 |
msgid "Documentation"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: bws_functions.php:
|
303 |
msgid "Video Instructions"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: bws_functions.php:
|
307 |
#, fuzzy
|
308 |
msgid "Submit a Request"
|
309 |
msgstr "送信ボタン"
|
310 |
|
311 |
-
#:
|
312 |
-
msgid "
|
313 |
-
msgstr "
|
314 |
-
|
315 |
-
#: deprecated.php:92 bws_menu.php:308 bws_menu.php:312 bws_menu.php:611
|
316 |
-
msgid "Themes"
|
317 |
-
msgstr "Motywy"
|
318 |
-
|
319 |
-
#: deprecated.php:93
|
320 |
-
#, fuzzy
|
321 |
-
msgid "System Status"
|
322 |
-
msgstr "Status systemu"
|
323 |
|
324 |
-
#:
|
325 |
-
#: class-bws-settings.php:
|
326 |
-
#:
|
327 |
msgid ""
|
328 |
"Something went wrong. Please try again later. If the error appears again, "
|
329 |
"please contact us"
|
@@ -331,152 +322,33 @@ msgstr ""
|
|
331 |
"Coś poszło nie tak. Spróbuj ponownie później. Jeśli błąd pojawi się ponownie "
|
332 |
"proszę skontaktować się z nami"
|
333 |
|
334 |
-
#:
|
335 |
-
#: class-bws-settings.php:
|
336 |
-
#:
|
337 |
msgid "We are sorry for inconvenience."
|
338 |
msgstr "Przepraszamy za niedogodności."
|
339 |
|
340 |
-
#:
|
341 |
-
#:
|
342 |
msgid "Wrong license key."
|
343 |
msgstr "Niepoprawny klucz licencji"
|
344 |
|
345 |
-
#:
|
346 |
-
#: class-bws-settings.php:917
|
347 |
-
#, fuzzy
|
348 |
-
msgid "This license key is bound to another site."
|
349 |
-
msgstr "Klucz licencji został przypisany do innej strony."
|
350 |
-
|
351 |
-
#: deprecated.php:143 class-bws-settings.php:817
|
352 |
-
msgid ""
|
353 |
-
"This license key is valid, but Your license has expired. If you want to "
|
354 |
-
"update our plugin in future, you should extend the license."
|
355 |
-
msgstr ""
|
356 |
-
"Klucz jest poprawny, jednak Twoja licencja wygasła. Jeśli chcesz "
|
357 |
-
"aktualizować naszą wtyczkę w przyszłości powinieneś przedłużyć licencję."
|
358 |
-
|
359 |
-
#: deprecated.php:145 class-bws-settings.php:819
|
360 |
-
msgid "Unfortunately, you have exceeded the number of available tries."
|
361 |
-
msgstr "Niestety, przekroczono liczbę dostępnych prób."
|
362 |
-
|
363 |
-
#: deprecated.php:147 class-bws-settings.php:821
|
364 |
-
msgid ""
|
365 |
-
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
366 |
-
"The Pro Trial license can be installed only once."
|
367 |
-
msgstr ""
|
368 |
-
"Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
|
369 |
-
"może być wykorzystana tylko raz."
|
370 |
-
|
371 |
-
#: deprecated.php:151 class-bws-settings.php:825
|
372 |
-
msgid "The Pro Trial license key is valid."
|
373 |
-
msgstr "Klucz licencji do testowej wersji PRO jest poprawny."
|
374 |
-
|
375 |
-
#: deprecated.php:153 bws_menu.php:140 class-bws-settings.php:827
|
376 |
-
msgid "The license key is valid."
|
377 |
-
msgstr "Klucz licencji jest poprawny"
|
378 |
-
|
379 |
-
#: deprecated.php:156 bws_menu.php:142 class-bws-settings.php:830
|
380 |
-
msgid "Your license will expire on"
|
381 |
-
msgstr "Twoja licencja wygaśnie"
|
382 |
-
|
383 |
-
#: deprecated.php:159 deprecated.php:246 class-bws-settings.php:833
|
384 |
-
#, php-format
|
385 |
-
msgid ""
|
386 |
-
"In order to continue using the plugin it is necessary to buy a %s license."
|
387 |
-
msgstr ""
|
388 |
-
"W celu dalszego wykorzystywania wtyczki niezbędne jest wykupienie licencji "
|
389 |
-
"%s."
|
390 |
-
|
391 |
-
#: deprecated.php:204
|
392 |
-
msgid "Please, enter your license key"
|
393 |
-
msgstr "Podaj klucz licencji"
|
394 |
-
|
395 |
-
#: deprecated.php:223
|
396 |
-
#, fuzzy
|
397 |
-
msgid ""
|
398 |
-
"If necessary, you can check if the license key is correct or reenter it in "
|
399 |
-
"the field below. You can find your license key on your personal page - "
|
400 |
-
"Client Area - on our website"
|
401 |
-
msgstr ""
|
402 |
-
"Jeśli to konieczne możesz sprawdzić czy klucz jest poprawny lub umieścić go "
|
403 |
-
"w polu poniżej. Możesz znaleźć swój klucz na naszej stronie w strefie - "
|
404 |
-
"Panel Klienta"
|
405 |
-
|
406 |
-
#: deprecated.php:223
|
407 |
#, fuzzy
|
408 |
msgid ""
|
409 |
-
"
|
410 |
-
"
|
411 |
-
msgstr ""
|
412 |
-
"(login to adres email podany przy zakupie). Jeśli to koniczne użyj opcji "
|
413 |
-
"\"Zgubiłeś swoje hasło?\"."
|
414 |
-
|
415 |
-
#: deprecated.php:227 bws_menu.php:336 bws_menu.php:347
|
416 |
-
#: class-bws-settings.php:749
|
417 |
-
msgid "Check license key"
|
418 |
-
msgstr "Sprawdź klucz licencji"
|
419 |
-
|
420 |
-
#: deprecated.php:247
|
421 |
-
#, fuzzy
|
422 |
-
msgid "After that, you can activate it by entering your license key."
|
423 |
-
msgstr "Po wszystkim możesz aktywować wtyczkę poprzez podanie klucza licencji."
|
424 |
|
425 |
-
#:
|
426 |
-
msgid "
|
427 |
msgstr ""
|
428 |
|
429 |
-
#:
|
430 |
-
#, fuzzy
|
431 |
-
msgid "(your username is the email address specified during the purchase)."
|
432 |
-
msgstr "(twoja nazwa użytkownika to email podany podczas zakupu)."
|
433 |
-
|
434 |
-
#: deprecated.php:259 deprecated.php:267 deprecated.php:629 deprecated.php:700
|
435 |
-
#: deprecated.php:709 bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
|
436 |
-
#: class-bws-settings.php:728
|
437 |
-
msgid "Activate"
|
438 |
-
msgstr "Aktywuj"
|
439 |
-
|
440 |
-
#: deprecated.php:261 bws_menu.php:130 bws_menu.php:334
|
441 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
442 |
msgstr "Niestety, przekroczono dzienną liczbę dostępnych prób."
|
443 |
|
444 |
-
#: deprecated.php:
|
445 |
-
#, fuzzy
|
446 |
-
msgid ""
|
447 |
-
"Congratulations! The Pro license of the plugin is activated successfully."
|
448 |
-
msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
|
449 |
-
|
450 |
-
#: deprecated.php:280 deprecated.php:669
|
451 |
-
msgid "Please, go to"
|
452 |
-
msgstr "Proszę przejść do"
|
453 |
-
|
454 |
-
#: deprecated.php:280 deprecated.php:669
|
455 |
-
msgid "the setting page"
|
456 |
-
msgstr "ustawień"
|
457 |
-
|
458 |
-
#: deprecated.php:281 deprecated.php:670
|
459 |
-
msgid "You will be redirected automatically in 5 seconds."
|
460 |
-
msgstr "Zostaniesz automatycznie przekierowany w ciągu 5 sekund."
|
461 |
-
|
462 |
-
#: deprecated.php:315
|
463 |
-
msgid "Check premium options on the plugin settings page!"
|
464 |
-
msgstr "Sprawdź dodatkowe opcje premium w ustawieniach wtyczki."
|
465 |
-
|
466 |
-
#: deprecated.php:322 bws_menu.php:99 class-bws-settings.php:781
|
467 |
-
msgid "Wrong license key"
|
468 |
-
msgstr "Niepoprawny klucz licencji"
|
469 |
-
|
470 |
-
#: deprecated.php:362 deprecated.php:703 class-bws-settings.php:733
|
471 |
-
#: class-bws-settings.php:919
|
472 |
-
msgid ""
|
473 |
-
"Unfortunately, you have exceeded the number of available tries per day. "
|
474 |
-
"Please, upload the plugin manually."
|
475 |
-
msgstr ""
|
476 |
-
"Niestety, przekroczono liczb dostępnych prób na dziś. Proszę dodać wtyczkę "
|
477 |
-
"manualnie."
|
478 |
-
|
479 |
-
#: deprecated.php:364 bws_menu.php:132 class-bws-settings.php:921
|
480 |
#, fuzzy, php-format
|
481 |
msgid ""
|
482 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
@@ -485,7 +357,7 @@ msgstr ""
|
|
485 |
"Niestety, Twoja licencja wygasła. By nadal korzystać z szybkiego dostępu do "
|
486 |
"wsparcia oraz aktualizacji powinieneś przedłużyć licencję."
|
487 |
|
488 |
-
#:
|
489 |
msgid ""
|
490 |
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
491 |
"Trial license can be installed only once."
|
@@ -493,33 +365,20 @@ msgstr ""
|
|
493 |
"Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
|
494 |
"może być wykorzystana tylko raz."
|
495 |
|
496 |
-
#:
|
497 |
-
|
498 |
-
|
499 |
-
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
500 |
-
msgstr ""
|
501 |
-
"Pobieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
|
502 |
-
"manualnie"
|
503 |
-
|
504 |
-
#: deprecated.php:399 bws_menu.php:417 class-bws-settings.php:959
|
505 |
-
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
506 |
-
msgstr ""
|
507 |
-
"Otwieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
|
508 |
-
"manualnie"
|
509 |
|
510 |
-
#:
|
511 |
-
msgid ""
|
512 |
-
"
|
513 |
-
"plugin manually"
|
514 |
-
msgstr ""
|
515 |
-
"Twój serwer nie wspiera ZipAcrchive lub Phar. Proszę dodać wtyczkę manualnie"
|
516 |
|
517 |
-
#:
|
518 |
-
|
519 |
-
|
520 |
-
"
|
521 |
|
522 |
-
#:
|
523 |
msgid ""
|
524 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
525 |
"sorry for inconvenience."
|
@@ -527,200 +386,95 @@ msgstr ""
|
|
527 |
"Coś poszło nie tak. Spróbuj ponowie później lub dodaj wtyczkę manualnie. "
|
528 |
"Przepraszamy za niedogodności."
|
529 |
|
530 |
-
#:
|
531 |
-
msgid "Please, enter Your license key"
|
532 |
-
msgstr "Proszę podać klucz licencji."
|
533 |
-
|
534 |
-
#: deprecated.php:478
|
535 |
-
msgid "Restore all plugin settings to defaults"
|
536 |
-
msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
|
537 |
-
|
538 |
-
#: deprecated.php:480
|
539 |
-
msgid "Restore settings"
|
540 |
-
msgstr "Przywróć ustawienia"
|
541 |
-
|
542 |
-
#: deprecated.php:497 class-bws-settings.php:421
|
543 |
-
msgid "You do not have sufficient permissions to edit plugins for this site."
|
544 |
-
msgstr ""
|
545 |
-
|
546 |
-
#: deprecated.php:548 deprecated.php:575
|
547 |
-
#, php-format
|
548 |
-
msgid "File %s edited successfully."
|
549 |
-
msgstr ""
|
550 |
-
|
551 |
-
#: deprecated.php:550 deprecated.php:577
|
552 |
-
msgid "Not enough permissions to create or update the file"
|
553 |
-
msgstr ""
|
554 |
-
|
555 |
-
#: deprecated.php:580
|
556 |
-
msgid "Not enough permissions to create the file"
|
557 |
-
msgstr ""
|
558 |
-
|
559 |
-
#: deprecated.php:618 class-bws-settings.php:426
|
560 |
-
msgid "These styles will be added to the header on all pages of your site."
|
561 |
-
msgstr ""
|
562 |
-
|
563 |
-
#: deprecated.php:620 class-bws-settings.php:429
|
564 |
-
#, php-format
|
565 |
-
msgid ""
|
566 |
-
"This PHP code will be hooked to the %s action and will be printed on front "
|
567 |
-
"end only."
|
568 |
-
msgstr ""
|
569 |
-
|
570 |
-
#: deprecated.php:624
|
571 |
-
msgid "Editing"
|
572 |
-
msgstr ""
|
573 |
-
|
574 |
-
#: deprecated.php:626 class-bws-settings.php:450
|
575 |
-
msgid "Browsing"
|
576 |
-
msgstr ""
|
577 |
-
|
578 |
-
#: deprecated.php:633 class-bws-settings.php:461
|
579 |
-
#, fuzzy, php-format
|
580 |
-
msgid "Learn more about %s"
|
581 |
-
msgstr "Dowiedz się więcej"
|
582 |
-
|
583 |
-
#: deprecated.php:644 class-bws-settings.php:440
|
584 |
-
#, php-format
|
585 |
-
msgid ""
|
586 |
-
"You need to make this files writable before you can save your changes. See "
|
587 |
-
"%s the Codex %s for more information."
|
588 |
-
msgstr ""
|
589 |
-
|
590 |
-
#: deprecated.php:667
|
591 |
-
#, fuzzy
|
592 |
-
msgid ""
|
593 |
-
"Congratulations! Pro version of the plugin is installed and activated "
|
594 |
-
"successfully."
|
595 |
-
msgstr "Gratulacje! Wersja PRO została pobrana i aktywowana pomyślnie."
|
596 |
-
|
597 |
-
#: deprecated.php:677
|
598 |
-
msgid "Show Pro features"
|
599 |
-
msgstr "Pokaż funkcje PRO"
|
600 |
-
|
601 |
-
#: deprecated.php:684
|
602 |
-
msgid "Enter your license key to install and activate"
|
603 |
-
msgstr ""
|
604 |
-
|
605 |
-
#: deprecated.php:686
|
606 |
-
#, fuzzy
|
607 |
-
msgid "version of the plugin."
|
608 |
-
msgstr "Oceń wtyczkę"
|
609 |
-
|
610 |
-
#: deprecated.php:694 class-bws-settings.php:736
|
611 |
-
#, php-format
|
612 |
-
msgid "Start Your Free %s-Day Trial Now"
|
613 |
-
msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
|
614 |
-
|
615 |
-
#: bws_menu.php:128
|
616 |
-
#, fuzzy
|
617 |
-
msgid ""
|
618 |
-
"This license key is bound to another site. Change it via personal Client "
|
619 |
-
"Area."
|
620 |
-
msgstr "Klucz licencji został przypisany do innej strony."
|
621 |
-
|
622 |
-
#: bws_menu.php:128
|
623 |
-
msgid "Log in"
|
624 |
-
msgstr ""
|
625 |
-
|
626 |
-
#: bws_menu.php:144
|
627 |
-
#, fuzzy
|
628 |
-
msgid "Congratulations! Pro Membership license is activated successfully."
|
629 |
-
msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
|
630 |
-
|
631 |
-
#: bws_menu.php:161
|
632 |
#, fuzzy
|
633 |
msgid "Please enter your license key."
|
634 |
msgstr "Podaj klucz licencji"
|
635 |
|
636 |
-
#: bws_menu.php:
|
637 |
msgid "Not set"
|
638 |
msgstr "Nie ustawiono"
|
639 |
|
640 |
-
#: bws_menu.php:
|
641 |
msgid "On"
|
642 |
msgstr "Włączone"
|
643 |
|
644 |
-
#: bws_menu.php:
|
645 |
msgid "Off"
|
646 |
msgstr "Wyłączone"
|
647 |
|
648 |
-
#: bws_menu.php:
|
649 |
-
#: bws_menu.php:
|
650 |
msgid "N/A"
|
651 |
msgstr "Brak danych"
|
652 |
|
653 |
-
#: bws_menu.php:
|
654 |
msgid " Mb"
|
655 |
msgstr " Mb"
|
656 |
|
657 |
-
#: bws_menu.php:
|
658 |
msgid "Yes"
|
659 |
msgstr "Tak"
|
660 |
|
661 |
-
#: bws_menu.php:
|
662 |
msgid "No"
|
663 |
msgstr "Nie"
|
664 |
|
665 |
-
#: bws_menu.php:
|
666 |
#, fuzzy
|
667 |
msgid "WordPress Environment"
|
668 |
msgstr "Środowisko"
|
669 |
|
670 |
-
#: bws_menu.php:
|
671 |
msgid "Home URL"
|
672 |
msgstr "Adres strony głównej:"
|
673 |
|
674 |
-
#: bws_menu.php:
|
675 |
#, fuzzy
|
676 |
msgid "Website URL"
|
677 |
msgstr "Adres strony:"
|
678 |
|
679 |
-
#: bws_menu.php:
|
680 |
#, fuzzy
|
681 |
msgid "WP Version"
|
682 |
msgstr "Wersja PHP"
|
683 |
|
684 |
-
#: bws_menu.php:
|
685 |
#, fuzzy
|
686 |
msgid "WP Multisite"
|
687 |
msgstr "Multisite"
|
688 |
|
689 |
-
#: bws_menu.php:
|
690 |
#, fuzzy
|
691 |
msgid "WP Memory Limit"
|
692 |
msgstr "PHP Limit pamięci"
|
693 |
|
694 |
-
#: bws_menu.php:
|
695 |
msgid "Active Theme"
|
696 |
msgstr "Aktywny motyw"
|
697 |
|
698 |
-
#: bws_menu.php:
|
699 |
#, fuzzy, php-format
|
700 |
msgid "by %s"
|
701 |
msgstr "Od %s"
|
702 |
|
703 |
-
#: bws_menu.php:
|
704 |
#, fuzzy
|
705 |
msgid "Server Environment"
|
706 |
msgstr "Środowisko"
|
707 |
|
708 |
-
#: bws_menu.php:
|
709 |
msgid "Operating System"
|
710 |
msgstr "System operacyjny"
|
711 |
|
712 |
-
#: bws_menu.php:
|
713 |
msgid "Server"
|
714 |
msgstr "Serwer"
|
715 |
|
716 |
-
#: bws_menu.php:
|
717 |
msgid "PHP Version"
|
718 |
msgstr "Wersja PHP"
|
719 |
|
720 |
-
#: bws_menu.php:211
|
721 |
-
msgid "PHP Safe Mode"
|
722 |
-
msgstr "PHP Safe Mode"
|
723 |
-
|
724 |
#: bws_menu.php:212
|
725 |
msgid "PHP Allow URL fopen"
|
726 |
msgstr "Zezwól na PHP fopen"
|
@@ -801,6 +555,14 @@ msgstr "Dziękujemy za kontakt."
|
|
801 |
msgid "Sorry, email message could not be delivered."
|
802 |
msgstr "Przepraszamy, wiadomość nie została dostarczona."
|
803 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
804 |
#: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
|
805 |
msgid "System status"
|
806 |
msgstr "Status systemu"
|
@@ -823,11 +585,22 @@ msgstr ""
|
|
823 |
msgid "Subscribe to Pro Membership"
|
824 |
msgstr "有効なテーマ"
|
825 |
|
|
|
|
|
|
|
|
|
|
|
826 |
#: bws_menu.php:339
|
827 |
#, fuzzy
|
828 |
msgid "Enter your license key"
|
829 |
msgstr "Podaj klucz licencji"
|
830 |
|
|
|
|
|
|
|
|
|
|
|
|
|
831 |
#: bws_menu.php:361
|
832 |
#, fuzzy
|
833 |
msgid "Upload Plugin"
|
@@ -861,6 +634,15 @@ msgstr "Zainstalowane"
|
|
861 |
msgid "Downloading install package from"
|
862 |
msgstr ""
|
863 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
864 |
#: bws_menu.php:408
|
865 |
msgid "Unpacking the package"
|
866 |
msgstr ""
|
@@ -870,11 +652,29 @@ msgstr ""
|
|
870 |
msgid "Installing the plugin"
|
871 |
msgstr "Zainstalowane"
|
872 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
873 |
#: bws_menu.php:427
|
874 |
#, php-format
|
875 |
msgid "The plugin %s is successfully installed."
|
876 |
msgstr ""
|
877 |
|
|
|
|
|
|
|
|
|
|
|
878 |
#: bws_menu.php:439
|
879 |
#, fuzzy
|
880 |
msgid "Activate Plugin"
|
@@ -924,7 +724,7 @@ msgstr "Aktualizuj do wersji %s"
|
|
924 |
msgid "Install Now"
|
925 |
msgstr "Instaluj teraz"
|
926 |
|
927 |
-
#: bws_menu.php:549 class-bws-settings.php:
|
928 |
msgid "Upgrade to Pro"
|
929 |
msgstr ""
|
930 |
|
@@ -962,163 +762,157 @@ msgstr "Wyślij do supportu"
|
|
962 |
msgid "Send to custom email »"
|
963 |
msgstr "Prześlij na własny adres »"
|
964 |
|
965 |
-
#:
|
966 |
-
msgid "Advertisement"
|
967 |
-
msgstr ""
|
968 |
-
|
969 |
-
#: product_list.php:8
|
970 |
-
msgid "Content & Media"
|
971 |
-
msgstr ""
|
972 |
-
|
973 |
-
#: product_list.php:9
|
974 |
-
msgid "Management"
|
975 |
-
msgstr ""
|
976 |
-
|
977 |
-
#: product_list.php:10
|
978 |
-
msgid "Recommended"
|
979 |
-
msgstr "Polecane"
|
980 |
-
|
981 |
-
#: product_list.php:11
|
982 |
-
msgid "Security"
|
983 |
-
msgstr ""
|
984 |
-
|
985 |
-
#: product_list.php:12
|
986 |
-
#, fuzzy
|
987 |
-
msgid "Site Stats"
|
988 |
-
msgstr "Status systemu"
|
989 |
-
|
990 |
-
#: product_list.php:13
|
991 |
-
msgid "Social"
|
992 |
-
msgstr ""
|
993 |
-
|
994 |
-
#: product_list.php:14
|
995 |
-
msgid "Utilities"
|
996 |
-
msgstr ""
|
997 |
-
|
998 |
-
#: product_list.php:15
|
999 |
-
msgid "Other"
|
1000 |
-
msgstr ""
|
1001 |
-
|
1002 |
-
#: class-bws-settings.php:129
|
1003 |
msgid "Information"
|
1004 |
msgstr ""
|
1005 |
|
1006 |
-
#: class-bws-settings.php:
|
1007 |
#, fuzzy
|
1008 |
msgid "Inactive"
|
1009 |
msgstr "Nieaktywne wtyczki"
|
1010 |
|
1011 |
-
#: class-bws-settings.php:
|
1012 |
msgid "Expired"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
-
#: class-bws-settings.php:
|
1016 |
#, php-format
|
1017 |
msgid "%s day(-s) left"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
-
#: class-bws-settings.php:
|
1021 |
#, fuzzy, php-format
|
1022 |
msgid "Expired on %s"
|
1023 |
msgstr "wygasa"
|
1024 |
|
1025 |
-
#: class-bws-settings.php:
|
1026 |
msgid "Renew Now"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
-
#: class-bws-settings.php:
|
1030 |
#, fuzzy
|
1031 |
msgid "Active"
|
1032 |
msgstr "Aktywuj"
|
1033 |
|
1034 |
-
#: class-bws-settings.php:
|
1035 |
#, fuzzy
|
1036 |
msgid "License"
|
1037 |
msgstr "Niepoprawny klucz licencji"
|
1038 |
|
1039 |
-
#: class-bws-settings.php:
|
1040 |
#, fuzzy
|
1041 |
msgid "Status"
|
1042 |
msgstr "Status systemu"
|
1043 |
|
1044 |
-
#: class-bws-settings.php:
|
1045 |
#, fuzzy
|
1046 |
msgid "Version"
|
1047 |
msgstr "wersji!"
|
1048 |
|
1049 |
-
#: class-bws-settings.php:
|
1050 |
#, fuzzy
|
1051 |
msgid "All plugin settings were restored."
|
1052 |
msgstr "Ustawienia wtyczki zostały zmienione."
|
1053 |
|
1054 |
-
#: class-bws-settings.php:
|
1055 |
msgid "Custom Code"
|
1056 |
msgstr ""
|
1057 |
|
1058 |
-
#: class-bws-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1059 |
msgid "These code will be added to the header on all pages of your site."
|
1060 |
msgstr ""
|
1061 |
|
1062 |
-
#: class-bws-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1063 |
#, php-format
|
1064 |
msgid "Activate custom %s code."
|
1065 |
msgstr ""
|
1066 |
|
1067 |
-
#: class-bws-settings.php:
|
|
|
|
|
|
|
|
|
|
|
1068 |
msgid "Miscellaneous Settings"
|
1069 |
msgstr ""
|
1070 |
|
1071 |
-
#: class-bws-settings.php:
|
1072 |
#, php-format
|
1073 |
msgid ""
|
1074 |
"It is prohibited to change %s settings on this site in the %s network "
|
1075 |
"settings."
|
1076 |
msgstr ""
|
1077 |
|
1078 |
-
#: class-bws-settings.php:
|
1079 |
#, php-format
|
1080 |
msgid ""
|
1081 |
"It is prohibited to view %s settings on this site in the %s network settings."
|
1082 |
msgstr ""
|
1083 |
|
1084 |
-
#: class-bws-settings.php:
|
1085 |
#, fuzzy
|
1086 |
msgid "Pro Options"
|
1087 |
msgstr "Pro Plugins"
|
1088 |
|
1089 |
-
#: class-bws-settings.php:
|
1090 |
msgid "Enable to display plugin Pro options."
|
1091 |
msgstr ""
|
1092 |
|
1093 |
-
#: class-bws-settings.php:
|
1094 |
msgid "Track Usage"
|
1095 |
msgstr ""
|
1096 |
|
1097 |
-
#: class-bws-settings.php:
|
1098 |
msgid ""
|
1099 |
"Enable to allow tracking plugin usage anonymously in order to make it better."
|
1100 |
msgstr ""
|
1101 |
|
1102 |
-
#: class-bws-settings.php:
|
1103 |
#, fuzzy
|
1104 |
msgid "Default Settings"
|
1105 |
msgstr "Ustawienia"
|
1106 |
|
1107 |
-
#: class-bws-settings.php:
|
1108 |
#, fuzzy
|
1109 |
msgid "Restore Settings"
|
1110 |
msgstr "Przywróć ustawienia"
|
1111 |
|
1112 |
-
#: class-bws-settings.php:
|
1113 |
#, fuzzy
|
1114 |
msgid "This will restore plugin settings to defaults."
|
1115 |
msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
|
1116 |
|
1117 |
-
#: class-bws-settings.php:
|
1118 |
msgid "Import / Export"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
-
#: class-bws-settings.php:
|
1122 |
#: class-bws-settings.php:746
|
1123 |
#, fuzzy
|
1124 |
msgid "License Key"
|
@@ -1130,9 +924,9 @@ msgid "Congratulations! Pro license is activated successfully."
|
|
1130 |
msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
|
1131 |
|
1132 |
#: class-bws-settings.php:715
|
1133 |
-
#,
|
1134 |
-
msgid "You will be automatically redirected to the %s in
|
1135 |
-
msgstr "
|
1136 |
|
1137 |
#: class-bws-settings.php:715
|
1138 |
#, fuzzy
|
@@ -1144,6 +938,20 @@ msgstr "設定保存."
|
|
1144 |
msgid "Enter your license key to activate %s and get premium plugin features."
|
1145 |
msgstr ""
|
1146 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1147 |
#: class-bws-settings.php:751
|
1148 |
#, fuzzy
|
1149 |
msgid ""
|
@@ -1169,24 +977,227 @@ msgid ""
|
|
1169 |
"using BestWebSoft Client Area."
|
1170 |
msgstr ""
|
1171 |
|
1172 |
-
#: class-bws-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1173 |
#, fuzzy
|
1174 |
msgid "Need Help?"
|
1175 |
msgstr "Potrzebujesz pomocy?"
|
1176 |
|
1177 |
-
#: class-bws-settings.php:
|
1178 |
msgid "Read the Instruction"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: class-bws-settings.php:
|
1182 |
msgid "Watch the Video"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: class-bws-settings.php:
|
1186 |
#, fuzzy
|
1187 |
msgid "Start Your Free Trial"
|
1188 |
msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
|
1189 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1190 |
#~ msgid "You license for"
|
1191 |
#~ msgstr "Twoja licencja na"
|
1192 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-03-28 13:51+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-03-28 13:51+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Damian Dąbrowski <contact@codester.pl>\n"
|
9 |
"Language: pl_PL\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.8.7.1\n"
|
17 |
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
18 |
"|| n%100>=20) ? 1 : 2);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
51 |
msgid "Need help?"
|
52 |
msgstr "Potrzebujesz pomocy?"
|
53 |
|
54 |
+
#: bws_functions.php:103 bws_functions.php:916 class-bws-settings.php:1047
|
55 |
msgid "Visit Help Center"
|
56 |
msgstr ""
|
57 |
|
81 |
"przeciwnym wypadku wersja PRO zostanie zablokowana."
|
82 |
|
83 |
#: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
|
84 |
+
#: class-bws-settings.php:143
|
85 |
msgid "Learn More"
|
86 |
msgstr "Dowiedz się więcej"
|
87 |
|
129 |
"Proszę zaktualizować WordPress do najnowszej wersji."
|
130 |
|
131 |
#: bws_functions.php:207
|
132 |
+
#, php-format
|
133 |
+
msgid "Thank you for installing %s plugin!"
|
134 |
+
msgstr ""
|
135 |
|
136 |
#: bws_functions.php:208
|
137 |
msgid "Let's get started"
|
142 |
msgid "Settings"
|
143 |
msgstr "Ustawienia"
|
144 |
|
145 |
+
#: bws_functions.php:211 bws_menu.php:328 class-bws-settings.php:736
|
146 |
+
#: class-bws-settings.php:1049 class-bws-settings.php:1059 deprecated.php:694
|
|
|
147 |
msgid "or"
|
148 |
msgstr "lub"
|
149 |
|
206 |
"AKTUALIZACJI."
|
207 |
|
208 |
#: bws_functions.php:477
|
209 |
+
#, php-format
|
210 |
+
msgid "Thank you for choosing %s plugin!"
|
211 |
+
msgstr ""
|
212 |
|
213 |
#: bws_functions.php:478
|
214 |
msgid ""
|
220 |
msgid "Suggest a Feature"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: bws_functions.php:495 class-bws-settings.php:533 class-bws-settings.php:536
|
224 |
+
#: class-bws-settings.php:584 class-bws-settings.php:587
|
225 |
msgid "Notice"
|
226 |
msgstr "Uwaga"
|
227 |
|
229 |
msgid "The plugin's settings have been changed."
|
230 |
msgstr "Ustawienia wtyczki zostały zmienione."
|
231 |
|
232 |
+
#: bws_functions.php:496 class-bws-settings.php:182 class-bws-settings.php:202
|
233 |
+
#: deprecated.php:640
|
234 |
msgid "Save Changes"
|
235 |
msgstr "Zapisz zmiany"
|
236 |
|
243 |
"Zawsze możesz sprawdzić funkcje premium poprzez kliknięcie \"Pokaż funkcje "
|
244 |
"PRO\" w zakładce \"Go PRO\""
|
245 |
|
246 |
+
#: bws_functions.php:651
|
247 |
#, fuzzy
|
248 |
msgid "Add shortcode"
|
249 |
msgstr "Dodaj BWS Shortcode"
|
250 |
|
251 |
+
#: bws_functions.php:651
|
252 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: bws_functions.php:700
|
256 |
msgid "Close"
|
257 |
msgstr "Zamknij"
|
258 |
|
259 |
+
#: bws_functions.php:792
|
260 |
#, fuzzy
|
261 |
msgid "Are you sure you want to restore default settings?"
|
262 |
msgstr ""
|
263 |
"Czy jesteś pewien, że chcesz przywrócić wszystkie ustawienia do wartości "
|
264 |
"domyślnych?"
|
265 |
|
266 |
+
#: bws_functions.php:795
|
267 |
msgid "Yes, restore all settings"
|
268 |
msgstr "Tak, przywróć wszystkie ustawienia"
|
269 |
|
270 |
+
#: bws_functions.php:796
|
271 |
msgid "No, go back to the settings page"
|
272 |
msgstr "Nie, wróć do ustawień"
|
273 |
|
274 |
+
#: bws_functions.php:842
|
275 |
msgid "Plugin"
|
276 |
msgstr "Wtyczka"
|
277 |
|
278 |
+
#: bws_functions.php:851
|
279 |
msgid "Shortcode settings"
|
280 |
msgstr "Ustawienia shortcode"
|
281 |
|
282 |
+
#: bws_functions.php:856
|
283 |
msgid "The shortcode will be inserted"
|
284 |
msgstr "Shortcode zostanie umieszczony"
|
285 |
|
286 |
+
#: bws_functions.php:861
|
287 |
msgid "Insert"
|
288 |
msgstr "Umieść"
|
289 |
|
290 |
+
#: bws_functions.php:921
|
291 |
msgid "FAQ"
|
292 |
msgstr "FAQ"
|
293 |
|
294 |
+
#: bws_functions.php:927
|
295 |
msgid "For more information:"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: bws_functions.php:928
|
299 |
msgid "Documentation"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: bws_functions.php:929
|
303 |
msgid "Video Instructions"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: bws_functions.php:930
|
307 |
#, fuzzy
|
308 |
msgid "Submit a Request"
|
309 |
msgstr "送信ボタン"
|
310 |
|
311 |
+
#: bws_menu.php:101 class-bws-settings.php:781 deprecated.php:322
|
312 |
+
msgid "Wrong license key"
|
313 |
+
msgstr "Niepoprawny klucz licencji"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
314 |
|
315 |
+
#: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
|
316 |
+
#: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
|
317 |
+
#: deprecated.php:352
|
318 |
msgid ""
|
319 |
"Something went wrong. Please try again later. If the error appears again, "
|
320 |
"please contact us"
|
322 |
"Coś poszło nie tak. Spróbuj ponownie później. Jeśli błąd pojawi się ponownie "
|
323 |
"proszę skontaktować się z nami"
|
324 |
|
325 |
+
#: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
|
326 |
+
#: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
|
327 |
+
#: deprecated.php:352
|
328 |
msgid "We are sorry for inconvenience."
|
329 |
msgstr "Przepraszamy za niedogodności."
|
330 |
|
331 |
+
#: bws_menu.php:128 class-bws-settings.php:813 class-bws-settings.php:916
|
332 |
+
#: deprecated.php:139 deprecated.php:358
|
333 |
msgid "Wrong license key."
|
334 |
msgstr "Niepoprawny klucz licencji"
|
335 |
|
336 |
+
#: bws_menu.php:130
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
337 |
#, fuzzy
|
338 |
msgid ""
|
339 |
+
"This license key is bound to another site. Change it via personal Client "
|
340 |
+
"Area."
|
341 |
+
msgstr "Klucz licencji został przypisany do innej strony."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
342 |
|
343 |
+
#: bws_menu.php:130
|
344 |
+
msgid "Log in"
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
348 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
349 |
msgstr "Niestety, przekroczono dzienną liczbę dostępnych prób."
|
350 |
|
351 |
+
#: bws_menu.php:134 class-bws-settings.php:922 deprecated.php:364
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
352 |
#, fuzzy, php-format
|
353 |
msgid ""
|
354 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
357 |
"Niestety, Twoja licencja wygasła. By nadal korzystać z szybkiego dostępu do "
|
358 |
"wsparcia oraz aktualizacji powinieneś przedłużyć licencję."
|
359 |
|
360 |
+
#: bws_menu.php:136 class-bws-settings.php:924 deprecated.php:366
|
361 |
msgid ""
|
362 |
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
363 |
"Trial license can be installed only once."
|
365 |
"Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
|
366 |
"może być wykorzystana tylko raz."
|
367 |
|
368 |
+
#: bws_menu.php:142 class-bws-settings.php:828 deprecated.php:153
|
369 |
+
msgid "The license key is valid."
|
370 |
+
msgstr "Klucz licencji jest poprawny"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
371 |
|
372 |
+
#: bws_menu.php:144 class-bws-settings.php:831 deprecated.php:156
|
373 |
+
msgid "Your license will expire on"
|
374 |
+
msgstr "Twoja licencja wygaśnie"
|
|
|
|
|
|
|
375 |
|
376 |
+
#: bws_menu.php:146
|
377 |
+
#, fuzzy
|
378 |
+
msgid "Congratulations! Pro Membership license is activated successfully."
|
379 |
+
msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
|
380 |
|
381 |
+
#: bws_menu.php:153 class-bws-settings.php:996 deprecated.php:435
|
382 |
msgid ""
|
383 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
384 |
"sorry for inconvenience."
|
386 |
"Coś poszło nie tak. Spróbuj ponowie później lub dodaj wtyczkę manualnie. "
|
387 |
"Przepraszamy za niedogodności."
|
388 |
|
389 |
+
#: bws_menu.php:163
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
390 |
#, fuzzy
|
391 |
msgid "Please enter your license key."
|
392 |
msgstr "Podaj klucz licencji"
|
393 |
|
394 |
+
#: bws_menu.php:174
|
395 |
msgid "Not set"
|
396 |
msgstr "Nie ustawiono"
|
397 |
|
398 |
+
#: bws_menu.php:176
|
399 |
msgid "On"
|
400 |
msgstr "Włączone"
|
401 |
|
402 |
+
#: bws_menu.php:176
|
403 |
msgid "Off"
|
404 |
msgstr "Wyłączone"
|
405 |
|
406 |
+
#: bws_menu.php:177 bws_menu.php:178 bws_menu.php:179 bws_menu.php:180
|
407 |
+
#: bws_menu.php:181 bws_menu.php:182 bws_menu.php:191
|
408 |
msgid "N/A"
|
409 |
msgstr "Brak danych"
|
410 |
|
411 |
+
#: bws_menu.php:182
|
412 |
msgid " Mb"
|
413 |
msgstr " Mb"
|
414 |
|
415 |
+
#: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
|
416 |
msgid "Yes"
|
417 |
msgstr "Tak"
|
418 |
|
419 |
+
#: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
|
420 |
msgid "No"
|
421 |
msgstr "Nie"
|
422 |
|
423 |
+
#: bws_menu.php:196
|
424 |
#, fuzzy
|
425 |
msgid "WordPress Environment"
|
426 |
msgstr "Środowisko"
|
427 |
|
428 |
+
#: bws_menu.php:198
|
429 |
msgid "Home URL"
|
430 |
msgstr "Adres strony głównej:"
|
431 |
|
432 |
+
#: bws_menu.php:199
|
433 |
#, fuzzy
|
434 |
msgid "Website URL"
|
435 |
msgstr "Adres strony:"
|
436 |
|
437 |
+
#: bws_menu.php:200
|
438 |
#, fuzzy
|
439 |
msgid "WP Version"
|
440 |
msgstr "Wersja PHP"
|
441 |
|
442 |
+
#: bws_menu.php:201
|
443 |
#, fuzzy
|
444 |
msgid "WP Multisite"
|
445 |
msgstr "Multisite"
|
446 |
|
447 |
+
#: bws_menu.php:202
|
448 |
#, fuzzy
|
449 |
msgid "WP Memory Limit"
|
450 |
msgstr "PHP Limit pamięci"
|
451 |
|
452 |
+
#: bws_menu.php:203
|
453 |
msgid "Active Theme"
|
454 |
msgstr "Aktywny motyw"
|
455 |
|
456 |
+
#: bws_menu.php:203 bws_menu.php:248 bws_menu.php:251
|
457 |
#, fuzzy, php-format
|
458 |
msgid "by %s"
|
459 |
msgstr "Od %s"
|
460 |
|
461 |
+
#: bws_menu.php:207
|
462 |
#, fuzzy
|
463 |
msgid "Server Environment"
|
464 |
msgstr "Środowisko"
|
465 |
|
466 |
+
#: bws_menu.php:209
|
467 |
msgid "Operating System"
|
468 |
msgstr "System operacyjny"
|
469 |
|
470 |
+
#: bws_menu.php:210
|
471 |
msgid "Server"
|
472 |
msgstr "Serwer"
|
473 |
|
474 |
+
#: bws_menu.php:211
|
475 |
msgid "PHP Version"
|
476 |
msgstr "Wersja PHP"
|
477 |
|
|
|
|
|
|
|
|
|
478 |
#: bws_menu.php:212
|
479 |
msgid "PHP Allow URL fopen"
|
480 |
msgstr "Zezwól na PHP fopen"
|
555 |
msgid "Sorry, email message could not be delivered."
|
556 |
msgstr "Przepraszamy, wiadomość nie została dostarczona."
|
557 |
|
558 |
+
#: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
|
559 |
+
msgid "Plugins"
|
560 |
+
msgstr "Wtyczki"
|
561 |
+
|
562 |
+
#: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
|
563 |
+
msgid "Themes"
|
564 |
+
msgstr "Motywy"
|
565 |
+
|
566 |
#: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
|
567 |
msgid "System status"
|
568 |
msgstr "Status systemu"
|
585 |
msgid "Subscribe to Pro Membership"
|
586 |
msgstr "有効なテーマ"
|
587 |
|
588 |
+
#: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:749
|
589 |
+
#: deprecated.php:227
|
590 |
+
msgid "Check license key"
|
591 |
+
msgstr "Sprawdź klucz licencji"
|
592 |
+
|
593 |
#: bws_menu.php:339
|
594 |
#, fuzzy
|
595 |
msgid "Enter your license key"
|
596 |
msgstr "Podaj klucz licencji"
|
597 |
|
598 |
+
#: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
|
599 |
+
#: class-bws-settings.php:728 deprecated.php:259 deprecated.php:267
|
600 |
+
#: deprecated.php:629 deprecated.php:700 deprecated.php:709
|
601 |
+
msgid "Activate"
|
602 |
+
msgstr "Aktywuj"
|
603 |
+
|
604 |
#: bws_menu.php:361
|
605 |
#, fuzzy
|
606 |
msgid "Upload Plugin"
|
634 |
msgid "Downloading install package from"
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
|
638 |
+
#: class-bws-settings.php:948 class-bws-settings.php:970
|
639 |
+
#: class-bws-settings.php:992 deprecated.php:387 deprecated.php:409
|
640 |
+
#: deprecated.php:431
|
641 |
+
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
642 |
+
msgstr ""
|
643 |
+
"Pobieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
|
644 |
+
"manualnie"
|
645 |
+
|
646 |
#: bws_menu.php:408
|
647 |
msgid "Unpacking the package"
|
648 |
msgstr ""
|
652 |
msgid "Installing the plugin"
|
653 |
msgstr "Zainstalowane"
|
654 |
|
655 |
+
#: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
|
656 |
+
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
657 |
+
msgstr ""
|
658 |
+
"Otwieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
|
659 |
+
"manualnie"
|
660 |
+
|
661 |
+
#: bws_menu.php:424 class-bws-settings.php:966 deprecated.php:405
|
662 |
+
msgid ""
|
663 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
664 |
+
"plugin manually"
|
665 |
+
msgstr ""
|
666 |
+
"Twój serwer nie wspiera ZipAcrchive lub Phar. Proszę dodać wtyczkę manualnie"
|
667 |
+
|
668 |
#: bws_menu.php:427
|
669 |
#, php-format
|
670 |
msgid "The plugin %s is successfully installed."
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: bws_menu.php:434 class-bws-settings.php:973 deprecated.php:412
|
674 |
+
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
675 |
+
msgstr ""
|
676 |
+
"Folder uploadu jest chroniony przez zapisem. Proszę dodać wtyczkę manualnie"
|
677 |
+
|
678 |
#: bws_menu.php:439
|
679 |
#, fuzzy
|
680 |
msgid "Activate Plugin"
|
724 |
msgid "Install Now"
|
725 |
msgstr "Instaluj teraz"
|
726 |
|
727 |
+
#: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
|
728 |
msgid "Upgrade to Pro"
|
729 |
msgstr ""
|
730 |
|
762 |
msgid "Send to custom email »"
|
763 |
msgstr "Prześlij na własny adres »"
|
764 |
|
765 |
+
#: class-bws-settings.php:135
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
766 |
msgid "Information"
|
767 |
msgstr ""
|
768 |
|
769 |
+
#: class-bws-settings.php:143
|
770 |
#, fuzzy
|
771 |
msgid "Inactive"
|
772 |
msgstr "Nieaktywne wtyczki"
|
773 |
|
774 |
+
#: class-bws-settings.php:151
|
775 |
msgid "Expired"
|
776 |
msgstr ""
|
777 |
|
778 |
+
#: class-bws-settings.php:154
|
779 |
#, php-format
|
780 |
msgid "%s day(-s) left"
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: class-bws-settings.php:160
|
784 |
#, fuzzy, php-format
|
785 |
msgid "Expired on %s"
|
786 |
msgstr "wygasa"
|
787 |
|
788 |
+
#: class-bws-settings.php:160
|
789 |
msgid "Renew Now"
|
790 |
msgstr ""
|
791 |
|
792 |
+
#: class-bws-settings.php:162
|
793 |
#, fuzzy
|
794 |
msgid "Active"
|
795 |
msgstr "Aktywuj"
|
796 |
|
797 |
+
#: class-bws-settings.php:167
|
798 |
#, fuzzy
|
799 |
msgid "License"
|
800 |
msgstr "Niepoprawny klucz licencji"
|
801 |
|
802 |
+
#: class-bws-settings.php:170
|
803 |
#, fuzzy
|
804 |
msgid "Status"
|
805 |
msgstr "Status systemu"
|
806 |
|
807 |
+
#: class-bws-settings.php:174
|
808 |
#, fuzzy
|
809 |
msgid "Version"
|
810 |
msgstr "wersji!"
|
811 |
|
812 |
+
#: class-bws-settings.php:282
|
813 |
#, fuzzy
|
814 |
msgid "All plugin settings were restored."
|
815 |
msgstr "Ustawienia wtyczki zostały zmienione."
|
816 |
|
817 |
+
#: class-bws-settings.php:420
|
818 |
msgid "Custom Code"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: class-bws-settings.php:424 deprecated.php:497
|
822 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
823 |
+
msgstr ""
|
824 |
+
|
825 |
+
#: class-bws-settings.php:429 deprecated.php:618
|
826 |
+
msgid "These styles will be added to the header on all pages of your site."
|
827 |
+
msgstr ""
|
828 |
+
|
829 |
+
#: class-bws-settings.php:432 deprecated.php:620
|
830 |
+
#, php-format
|
831 |
+
msgid ""
|
832 |
+
"This PHP code will be hooked to the %s action and will be printed on front "
|
833 |
+
"end only."
|
834 |
+
msgstr ""
|
835 |
+
|
836 |
+
#: class-bws-settings.php:435
|
837 |
msgid "These code will be added to the header on all pages of your site."
|
838 |
msgstr ""
|
839 |
|
840 |
+
#: class-bws-settings.php:443 deprecated.php:644
|
841 |
+
#, php-format
|
842 |
+
msgid ""
|
843 |
+
"You need to make this files writable before you can save your changes. See "
|
844 |
+
"%s the Codex %s for more information."
|
845 |
+
msgstr ""
|
846 |
+
|
847 |
+
#: class-bws-settings.php:453 deprecated.php:626
|
848 |
+
msgid "Browsing"
|
849 |
+
msgstr ""
|
850 |
+
|
851 |
+
#: class-bws-settings.php:457
|
852 |
#, php-format
|
853 |
msgid "Activate custom %s code."
|
854 |
msgstr ""
|
855 |
|
856 |
+
#: class-bws-settings.php:464 deprecated.php:633
|
857 |
+
#, fuzzy, php-format
|
858 |
+
msgid "Learn more about %s"
|
859 |
+
msgstr "Dowiedz się więcej"
|
860 |
+
|
861 |
+
#: class-bws-settings.php:524
|
862 |
msgid "Miscellaneous Settings"
|
863 |
msgstr ""
|
864 |
|
865 |
+
#: class-bws-settings.php:533 class-bws-settings.php:584
|
866 |
#, php-format
|
867 |
msgid ""
|
868 |
"It is prohibited to change %s settings on this site in the %s network "
|
869 |
"settings."
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: class-bws-settings.php:536 class-bws-settings.php:587
|
873 |
#, php-format
|
874 |
msgid ""
|
875 |
"It is prohibited to view %s settings on this site in the %s network settings."
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: class-bws-settings.php:545
|
879 |
#, fuzzy
|
880 |
msgid "Pro Options"
|
881 |
msgstr "Pro Plugins"
|
882 |
|
883 |
+
#: class-bws-settings.php:548
|
884 |
msgid "Enable to display plugin Pro options."
|
885 |
msgstr ""
|
886 |
|
887 |
+
#: class-bws-settings.php:553
|
888 |
msgid "Track Usage"
|
889 |
msgstr ""
|
890 |
|
891 |
+
#: class-bws-settings.php:556
|
892 |
msgid ""
|
893 |
"Enable to allow tracking plugin usage anonymously in order to make it better."
|
894 |
msgstr ""
|
895 |
|
896 |
+
#: class-bws-settings.php:560
|
897 |
#, fuzzy
|
898 |
msgid "Default Settings"
|
899 |
msgstr "Ustawienia"
|
900 |
|
901 |
+
#: class-bws-settings.php:562
|
902 |
#, fuzzy
|
903 |
msgid "Restore Settings"
|
904 |
msgstr "Przywróć ustawienia"
|
905 |
|
906 |
+
#: class-bws-settings.php:563
|
907 |
#, fuzzy
|
908 |
msgid "This will restore plugin settings to defaults."
|
909 |
msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
|
910 |
|
911 |
+
#: class-bws-settings.php:575
|
912 |
msgid "Import / Export"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: class-bws-settings.php:691 class-bws-settings.php:724
|
916 |
#: class-bws-settings.php:746
|
917 |
#, fuzzy
|
918 |
msgid "License Key"
|
924 |
msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
|
925 |
|
926 |
#: class-bws-settings.php:715
|
927 |
+
#, php-format
|
928 |
+
msgid "You will be automatically redirected to the %s in %s seconds."
|
929 |
+
msgstr ""
|
930 |
|
931 |
#: class-bws-settings.php:715
|
932 |
#, fuzzy
|
938 |
msgid "Enter your license key to activate %s and get premium plugin features."
|
939 |
msgstr ""
|
940 |
|
941 |
+
#: class-bws-settings.php:733 class-bws-settings.php:920 deprecated.php:362
|
942 |
+
#: deprecated.php:703
|
943 |
+
msgid ""
|
944 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
945 |
+
"Please, upload the plugin manually."
|
946 |
+
msgstr ""
|
947 |
+
"Niestety, przekroczono liczb dostępnych prób na dziś. Proszę dodać wtyczkę "
|
948 |
+
"manualnie."
|
949 |
+
|
950 |
+
#: class-bws-settings.php:736 deprecated.php:694
|
951 |
+
#, php-format
|
952 |
+
msgid "Start Your Free %s-Day Trial Now"
|
953 |
+
msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
|
954 |
+
|
955 |
#: class-bws-settings.php:751
|
956 |
#, fuzzy
|
957 |
msgid ""
|
977 |
"using BestWebSoft Client Area."
|
978 |
msgstr ""
|
979 |
|
980 |
+
#: class-bws-settings.php:815 class-bws-settings.php:918 deprecated.php:141
|
981 |
+
#: deprecated.php:360
|
982 |
+
#, fuzzy
|
983 |
+
msgid "This license key is bound to another site."
|
984 |
+
msgstr "Klucz licencji został przypisany do innej strony."
|
985 |
+
|
986 |
+
#: class-bws-settings.php:817 deprecated.php:143
|
987 |
+
msgid ""
|
988 |
+
"This license key is valid, but Your license has expired. If you want to "
|
989 |
+
"update our plugin in future, you should extend the license."
|
990 |
+
msgstr ""
|
991 |
+
"Klucz jest poprawny, jednak Twoja licencja wygasła. Jeśli chcesz "
|
992 |
+
"aktualizować naszą wtyczkę w przyszłości powinieneś przedłużyć licencję."
|
993 |
+
|
994 |
+
#: class-bws-settings.php:819 deprecated.php:145
|
995 |
+
msgid "Unfortunately, you have exceeded the number of available tries."
|
996 |
+
msgstr "Niestety, przekroczono liczbę dostępnych prób."
|
997 |
+
|
998 |
+
#: class-bws-settings.php:821 deprecated.php:147
|
999 |
+
msgid ""
|
1000 |
+
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
1001 |
+
"The Pro Trial license can be installed only once."
|
1002 |
+
msgstr ""
|
1003 |
+
"Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
|
1004 |
+
"może być wykorzystana tylko raz."
|
1005 |
+
|
1006 |
+
#: class-bws-settings.php:826 deprecated.php:151
|
1007 |
+
msgid "The Pro Trial license key is valid."
|
1008 |
+
msgstr "Klucz licencji do testowej wersji PRO jest poprawny."
|
1009 |
+
|
1010 |
+
#: class-bws-settings.php:834 deprecated.php:159 deprecated.php:246
|
1011 |
+
#, php-format
|
1012 |
+
msgid ""
|
1013 |
+
"In order to continue using the plugin it is necessary to buy a %s license."
|
1014 |
+
msgstr ""
|
1015 |
+
"W celu dalszego wykorzystywania wtyczki niezbędne jest wykupienie licencji "
|
1016 |
+
"%s."
|
1017 |
+
|
1018 |
+
#: class-bws-settings.php:1031 deprecated.php:463
|
1019 |
+
msgid "Please, enter Your license key"
|
1020 |
+
msgstr "Proszę podać klucz licencji."
|
1021 |
+
|
1022 |
+
#: class-bws-settings.php:1043
|
1023 |
#, fuzzy
|
1024 |
msgid "Need Help?"
|
1025 |
msgstr "Potrzebujesz pomocy?"
|
1026 |
|
1027 |
+
#: class-bws-settings.php:1045
|
1028 |
msgid "Read the Instruction"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
+
#: class-bws-settings.php:1049
|
1032 |
msgid "Watch the Video"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
+
#: class-bws-settings.php:1060
|
1036 |
#, fuzzy
|
1037 |
msgid "Start Your Free Trial"
|
1038 |
msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
|
1039 |
|
1040 |
+
#: deprecated.php:93
|
1041 |
+
#, fuzzy
|
1042 |
+
msgid "System Status"
|
1043 |
+
msgstr "Status systemu"
|
1044 |
+
|
1045 |
+
#: deprecated.php:204
|
1046 |
+
msgid "Please, enter your license key"
|
1047 |
+
msgstr "Podaj klucz licencji"
|
1048 |
+
|
1049 |
+
#: deprecated.php:223
|
1050 |
+
#, fuzzy
|
1051 |
+
msgid ""
|
1052 |
+
"If necessary, you can check if the license key is correct or reenter it in "
|
1053 |
+
"the field below. You can find your license key on your personal page - "
|
1054 |
+
"Client Area - on our website"
|
1055 |
+
msgstr ""
|
1056 |
+
"Jeśli to konieczne możesz sprawdzić czy klucz jest poprawny lub umieścić go "
|
1057 |
+
"w polu poniżej. Możesz znaleźć swój klucz na naszej stronie w strefie - "
|
1058 |
+
"Panel Klienta"
|
1059 |
+
|
1060 |
+
#: deprecated.php:223
|
1061 |
+
#, fuzzy
|
1062 |
+
msgid ""
|
1063 |
+
"(your username is the email address specified during the purchase). If "
|
1064 |
+
"necessary, please submit \"Lost your password?\" request."
|
1065 |
+
msgstr ""
|
1066 |
+
"(login to adres email podany przy zakupie). Jeśli to koniczne użyj opcji "
|
1067 |
+
"\"Zgubiłeś swoje hasło?\"."
|
1068 |
+
|
1069 |
+
#: deprecated.php:247
|
1070 |
+
#, fuzzy
|
1071 |
+
msgid "After that, you can activate it by entering your license key."
|
1072 |
+
msgstr "Po wszystkim możesz aktywować wtyczkę poprzez podanie klucza licencji."
|
1073 |
+
|
1074 |
+
#: deprecated.php:249 deprecated.php:688
|
1075 |
+
msgid "License key can be found in the"
|
1076 |
+
msgstr ""
|
1077 |
+
|
1078 |
+
#: deprecated.php:251 deprecated.php:690
|
1079 |
+
#, fuzzy
|
1080 |
+
msgid "(your username is the email address specified during the purchase)."
|
1081 |
+
msgstr "(twoja nazwa użytkownika to email podany podczas zakupu)."
|
1082 |
+
|
1083 |
+
#: deprecated.php:278
|
1084 |
+
#, fuzzy
|
1085 |
+
msgid ""
|
1086 |
+
"Congratulations! The Pro license of the plugin is activated successfully."
|
1087 |
+
msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
|
1088 |
+
|
1089 |
+
#: deprecated.php:280 deprecated.php:669
|
1090 |
+
msgid "Please, go to"
|
1091 |
+
msgstr "Proszę przejść do"
|
1092 |
+
|
1093 |
+
#: deprecated.php:280 deprecated.php:669
|
1094 |
+
msgid "the setting page"
|
1095 |
+
msgstr "ustawień"
|
1096 |
+
|
1097 |
+
#: deprecated.php:281 deprecated.php:670
|
1098 |
+
msgid "You will be redirected automatically in 5 seconds."
|
1099 |
+
msgstr "Zostaniesz automatycznie przekierowany w ciągu 5 sekund."
|
1100 |
+
|
1101 |
+
#: deprecated.php:315
|
1102 |
+
msgid "Check premium options on the plugin settings page!"
|
1103 |
+
msgstr "Sprawdź dodatkowe opcje premium w ustawieniach wtyczki."
|
1104 |
+
|
1105 |
+
#: deprecated.php:478
|
1106 |
+
msgid "Restore all plugin settings to defaults"
|
1107 |
+
msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
|
1108 |
+
|
1109 |
+
#: deprecated.php:480
|
1110 |
+
msgid "Restore settings"
|
1111 |
+
msgstr "Przywróć ustawienia"
|
1112 |
+
|
1113 |
+
#: deprecated.php:548 deprecated.php:575
|
1114 |
+
#, php-format
|
1115 |
+
msgid "File %s edited successfully."
|
1116 |
+
msgstr ""
|
1117 |
+
|
1118 |
+
#: deprecated.php:550 deprecated.php:577
|
1119 |
+
msgid "Not enough permissions to create or update the file"
|
1120 |
+
msgstr ""
|
1121 |
+
|
1122 |
+
#: deprecated.php:580
|
1123 |
+
msgid "Not enough permissions to create the file"
|
1124 |
+
msgstr ""
|
1125 |
+
|
1126 |
+
#: deprecated.php:624
|
1127 |
+
msgid "Editing"
|
1128 |
+
msgstr ""
|
1129 |
+
|
1130 |
+
#: deprecated.php:667
|
1131 |
+
#, fuzzy
|
1132 |
+
msgid ""
|
1133 |
+
"Congratulations! Pro version of the plugin is installed and activated "
|
1134 |
+
"successfully."
|
1135 |
+
msgstr "Gratulacje! Wersja PRO została pobrana i aktywowana pomyślnie."
|
1136 |
+
|
1137 |
+
#: deprecated.php:677
|
1138 |
+
msgid "Show Pro features"
|
1139 |
+
msgstr "Pokaż funkcje PRO"
|
1140 |
+
|
1141 |
+
#: deprecated.php:684
|
1142 |
+
msgid "Enter your license key to install and activate"
|
1143 |
+
msgstr ""
|
1144 |
+
|
1145 |
+
#: deprecated.php:686
|
1146 |
+
#, fuzzy
|
1147 |
+
msgid "version of the plugin."
|
1148 |
+
msgstr "Oceń wtyczkę"
|
1149 |
+
|
1150 |
+
#: product_list.php:7
|
1151 |
+
msgid "Advertisement"
|
1152 |
+
msgstr ""
|
1153 |
+
|
1154 |
+
#: product_list.php:8
|
1155 |
+
msgid "Content & Media"
|
1156 |
+
msgstr ""
|
1157 |
+
|
1158 |
+
#: product_list.php:9
|
1159 |
+
msgid "Management"
|
1160 |
+
msgstr ""
|
1161 |
+
|
1162 |
+
#: product_list.php:10
|
1163 |
+
msgid "Recommended"
|
1164 |
+
msgstr "Polecane"
|
1165 |
+
|
1166 |
+
#: product_list.php:11
|
1167 |
+
msgid "Security"
|
1168 |
+
msgstr ""
|
1169 |
+
|
1170 |
+
#: product_list.php:12
|
1171 |
+
#, fuzzy
|
1172 |
+
msgid "Site Stats"
|
1173 |
+
msgstr "Status systemu"
|
1174 |
+
|
1175 |
+
#: product_list.php:13
|
1176 |
+
msgid "Social"
|
1177 |
+
msgstr ""
|
1178 |
+
|
1179 |
+
#: product_list.php:14
|
1180 |
+
msgid "Utilities"
|
1181 |
+
msgstr ""
|
1182 |
+
|
1183 |
+
#: product_list.php:15
|
1184 |
+
msgid "Other"
|
1185 |
+
msgstr ""
|
1186 |
+
|
1187 |
+
#~ msgid "Thank you for installing"
|
1188 |
+
#~ msgstr "Dziękujemy za instalację"
|
1189 |
+
|
1190 |
+
#, fuzzy
|
1191 |
+
#~ msgid "Thank you for choosing"
|
1192 |
+
#~ msgstr "Dziękujemy za instalację"
|
1193 |
+
|
1194 |
+
#, fuzzy
|
1195 |
+
#~ msgid "You will be automatically redirected to the %s in 7 seconds."
|
1196 |
+
#~ msgstr "Zostaniesz automatycznie przekierowany w ciągu 5 sekund."
|
1197 |
+
|
1198 |
+
#~ msgid "PHP Safe Mode"
|
1199 |
+
#~ msgstr "PHP Safe Mode"
|
1200 |
+
|
1201 |
#~ msgid "You license for"
|
1202 |
#~ msgstr "Twoja licencja na"
|
1203 |
|
bws_menu/languages/bestwebsoft-ru_RU.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-ru_RU.po
CHANGED
@@ -2,10 +2,10 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: bestwebsoft.com <
|
9 |
"Language: ru_RU\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -13,7 +13,7 @@ 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 |
#: bws_functions.php:72 bws_functions.php:190
|
@@ -48,7 +48,7 @@ msgstr "Оценить"
|
|
48 |
msgid "Need help?"
|
49 |
msgstr "Нужна помощь?"
|
50 |
|
51 |
-
#: bws_functions.php:103 bws_functions.php:
|
52 |
msgid "Visit Help Center"
|
53 |
msgstr "Перейти в Help Center"
|
54 |
|
@@ -77,7 +77,7 @@ msgstr ""
|
|
77 |
"проблему в течение 24 часов, в противном случае плагин будет деактивирован."
|
78 |
|
79 |
#: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
|
80 |
-
#: class-bws-settings.php:
|
81 |
msgid "Learn More"
|
82 |
msgstr "Подробнее"
|
83 |
|
@@ -124,8 +124,9 @@ msgstr ""
|
|
124 |
"Пожалуйста, обновите WordPress до последней версии."
|
125 |
|
126 |
#: bws_functions.php:207
|
127 |
-
|
128 |
-
|
|
|
129 |
|
130 |
#: bws_functions.php:208
|
131 |
msgid "Let's get started"
|
@@ -136,9 +137,8 @@ msgstr "Давайте начнем"
|
|
136 |
msgid "Settings"
|
137 |
msgstr "Настройки"
|
138 |
|
139 |
-
#: bws_functions.php:211
|
140 |
-
#: class-bws-settings.php:
|
141 |
-
#: class-bws-settings.php:1076
|
142 |
msgid "or"
|
143 |
msgstr "или"
|
144 |
|
@@ -200,8 +200,9 @@ msgstr ""
|
|
200 |
"приоритетную тех.поддержку или обновления."
|
201 |
|
202 |
#: bws_functions.php:477
|
203 |
-
|
204 |
-
|
|
|
205 |
|
206 |
#: bws_functions.php:478
|
207 |
msgid ""
|
@@ -216,8 +217,8 @@ msgstr ""
|
|
216 |
msgid "Suggest a Feature"
|
217 |
msgstr "Предложить функционал"
|
218 |
|
219 |
-
#: bws_functions.php:495 class-bws-settings.php:
|
220 |
-
#: class-bws-settings.php:
|
221 |
msgid "Notice"
|
222 |
msgstr "Внимание"
|
223 |
|
@@ -225,8 +226,8 @@ msgstr "Внимание"
|
|
225 |
msgid "The plugin's settings have been changed."
|
226 |
msgstr "Настройки плагина были изменены"
|
227 |
|
228 |
-
#: bws_functions.php:496
|
229 |
-
#:
|
230 |
msgid "Save Changes"
|
231 |
msgstr "Сохранить изменения"
|
232 |
|
@@ -238,83 +239,75 @@ msgstr ""
|
|
238 |
"Вы всегда можете просмотреть премиум опции нажав на кнопку \"Pro опции\" на "
|
239 |
"вкладке \"Разное\"."
|
240 |
|
241 |
-
#: bws_functions.php:
|
242 |
msgid "Add shortcode"
|
243 |
msgstr "Добавить шорткод"
|
244 |
|
245 |
-
#: bws_functions.php:
|
246 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
247 |
msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
|
248 |
|
249 |
-
#: bws_functions.php:
|
250 |
msgid "Close"
|
251 |
msgstr "Закрыть"
|
252 |
|
253 |
-
#: bws_functions.php:
|
254 |
msgid "Are you sure you want to restore default settings?"
|
255 |
msgstr ""
|
256 |
"Вы уверены что хотите восстановить все настройки плагина к настройкам по "
|
257 |
"умолчанию?"
|
258 |
|
259 |
-
#: bws_functions.php:
|
260 |
msgid "Yes, restore all settings"
|
261 |
msgstr "Да, восстановить все настройки"
|
262 |
|
263 |
-
#: bws_functions.php:
|
264 |
msgid "No, go back to the settings page"
|
265 |
msgstr "Нет, вернуться на страницу настроек"
|
266 |
|
267 |
-
#: bws_functions.php:
|
268 |
msgid "Plugin"
|
269 |
msgstr "Плагин"
|
270 |
|
271 |
-
#: bws_functions.php:
|
272 |
msgid "Shortcode settings"
|
273 |
msgstr "Настройки шорткода"
|
274 |
|
275 |
-
#: bws_functions.php:
|
276 |
msgid "The shortcode will be inserted"
|
277 |
msgstr "Будет вставлен шорткод"
|
278 |
|
279 |
-
#: bws_functions.php:
|
280 |
msgid "Insert"
|
281 |
msgstr "Вставить"
|
282 |
|
283 |
-
#: bws_functions.php:
|
284 |
msgid "FAQ"
|
285 |
msgstr "FAQ"
|
286 |
|
287 |
-
#: bws_functions.php:
|
288 |
msgid "For more information:"
|
289 |
msgstr "Для дополнительной информации:"
|
290 |
|
291 |
-
#: bws_functions.php:
|
292 |
msgid "Documentation"
|
293 |
msgstr "Документация"
|
294 |
|
295 |
-
#: bws_functions.php:
|
296 |
msgid "Video Instructions"
|
297 |
msgstr "Видео инструкции"
|
298 |
|
299 |
-
#: bws_functions.php:
|
300 |
msgid "Submit a Request"
|
301 |
msgstr "Отправить запрос"
|
302 |
|
303 |
-
#:
|
304 |
-
msgid "
|
305 |
-
msgstr "
|
306 |
-
|
307 |
-
#: deprecated.php:92 bws_menu.php:308 bws_menu.php:312 bws_menu.php:611
|
308 |
-
msgid "Themes"
|
309 |
-
msgstr "Темы"
|
310 |
-
|
311 |
-
#: deprecated.php:93
|
312 |
-
msgid "System Status"
|
313 |
-
msgstr "Системная информация"
|
314 |
|
315 |
-
#:
|
316 |
-
#: class-bws-settings.php:
|
317 |
-
#:
|
318 |
msgid ""
|
319 |
"Something went wrong. Please try again later. If the error appears again, "
|
320 |
"please contact us"
|
@@ -322,145 +315,33 @@ msgstr ""
|
|
322 |
"Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
|
323 |
"пожалуйста, свяжитесь с нами"
|
324 |
|
325 |
-
#:
|
326 |
-
#: class-bws-settings.php:
|
327 |
-
#:
|
328 |
msgid "We are sorry for inconvenience."
|
329 |
msgstr "Приносим извинения за неудобства."
|
330 |
|
331 |
-
#:
|
332 |
-
#:
|
333 |
msgid "Wrong license key."
|
334 |
msgstr "Неправильный лицензионный ключ."
|
335 |
|
336 |
-
#:
|
337 |
-
#: class-bws-settings.php:917
|
338 |
-
msgid "This license key is bound to another site."
|
339 |
-
msgstr "Этот лицензионный ключ привязан к другому сайту."
|
340 |
-
|
341 |
-
#: deprecated.php:143 class-bws-settings.php:817
|
342 |
-
msgid ""
|
343 |
-
"This license key is valid, but Your license has expired. If you want to "
|
344 |
-
"update our plugin in future, you should extend the license."
|
345 |
-
msgstr ""
|
346 |
-
"Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите "
|
347 |
-
"обновлять плагин в будущем, вы должны продлить лицензию."
|
348 |
-
|
349 |
-
#: deprecated.php:145 class-bws-settings.php:819
|
350 |
-
msgid "Unfortunately, you have exceeded the number of available tries."
|
351 |
-
msgstr "К сожалению, вы превысили количество доступных попыток."
|
352 |
-
|
353 |
-
#: deprecated.php:147 class-bws-settings.php:821
|
354 |
-
msgid ""
|
355 |
-
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
356 |
-
"The Pro Trial license can be installed only once."
|
357 |
-
msgstr ""
|
358 |
-
"К сожалению, Pro Trial версия плагина уже устанавливалась на этот домен. Pro "
|
359 |
-
"Trial версию можно устанавливать лишь один раз."
|
360 |
-
|
361 |
-
#: deprecated.php:151 class-bws-settings.php:825
|
362 |
-
msgid "The Pro Trial license key is valid."
|
363 |
-
msgstr "Ключ Pro Trial версии действителен."
|
364 |
-
|
365 |
-
#: deprecated.php:153 bws_menu.php:140 class-bws-settings.php:827
|
366 |
-
msgid "The license key is valid."
|
367 |
-
msgstr "Лицензионный ключ действителен."
|
368 |
-
|
369 |
-
#: deprecated.php:156 bws_menu.php:142 class-bws-settings.php:830
|
370 |
-
msgid "Your license will expire on"
|
371 |
-
msgstr "Ваша лицензия истечет"
|
372 |
-
|
373 |
-
#: deprecated.php:159 deprecated.php:246 class-bws-settings.php:833
|
374 |
-
#, php-format
|
375 |
-
msgid ""
|
376 |
-
"In order to continue using the plugin it is necessary to buy a %s license."
|
377 |
-
msgstr ""
|
378 |
-
"Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
|
379 |
-
|
380 |
-
#: deprecated.php:204
|
381 |
-
msgid "Please, enter your license key"
|
382 |
-
msgstr "Пожалуйста, введите Ваш лицензионный ключ"
|
383 |
-
|
384 |
-
#: deprecated.php:223
|
385 |
-
msgid ""
|
386 |
-
"If necessary, you can check if the license key is correct or reenter it in "
|
387 |
-
"the field below. You can find your license key on your personal page - "
|
388 |
-
"Client Area - on our website"
|
389 |
-
msgstr ""
|
390 |
-
"При необходимости вы можете проверить валидность лицензионного ключа или "
|
391 |
-
"повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на "
|
392 |
-
"своей личной странице - Client Area - на нашем сайте"
|
393 |
-
|
394 |
-
#: deprecated.php:223
|
395 |
msgid ""
|
396 |
-
"
|
397 |
-
"
|
398 |
msgstr ""
|
399 |
-
"
|
400 |
-
"необходимости нажмите \"Забыли пароль?\"."
|
401 |
-
|
402 |
-
#: deprecated.php:227 bws_menu.php:336 bws_menu.php:347
|
403 |
-
#: class-bws-settings.php:749
|
404 |
-
msgid "Check license key"
|
405 |
-
msgstr "Проверка лицензионного ключа"
|
406 |
-
|
407 |
-
#: deprecated.php:247
|
408 |
-
msgid "After that, you can activate it by entering your license key."
|
409 |
-
msgstr "После этого вы сможете активировать его введя лицензионный ключ."
|
410 |
-
|
411 |
-
#: deprecated.php:249 deprecated.php:688
|
412 |
-
msgid "License key can be found in the"
|
413 |
-
msgstr "Лицензионный ключ можно найти в"
|
414 |
-
|
415 |
-
#: deprecated.php:251 deprecated.php:690
|
416 |
-
msgid "(your username is the email address specified during the purchase)."
|
417 |
-
msgstr "(ваше имя пользователя - это емейл, указанный при покупке)."
|
418 |
|
419 |
-
#:
|
420 |
-
|
421 |
-
|
422 |
-
msgid "Activate"
|
423 |
-
msgstr "Активировать"
|
424 |
|
425 |
-
#:
|
426 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
427 |
msgstr "К сожалению, вы превысили количество доступных попыток."
|
428 |
|
429 |
-
#: deprecated.php:
|
430 |
-
msgid ""
|
431 |
-
"Congratulations! The Pro license of the plugin is activated successfully."
|
432 |
-
msgstr "Поздравляем! Pro версия плагина успешно активирована."
|
433 |
-
|
434 |
-
#: deprecated.php:280 deprecated.php:669
|
435 |
-
msgid "Please, go to"
|
436 |
-
msgstr "Пожалуйста, перейдите на"
|
437 |
-
|
438 |
-
#: deprecated.php:280 deprecated.php:669
|
439 |
-
msgid "the setting page"
|
440 |
-
msgstr "страницу настроек"
|
441 |
-
|
442 |
-
#: deprecated.php:281 deprecated.php:670
|
443 |
-
msgid "You will be redirected automatically in 5 seconds."
|
444 |
-
msgstr "Вы будете перенаправлены автоматически через 5 секунд."
|
445 |
-
|
446 |
-
#: deprecated.php:315
|
447 |
-
msgid "Check premium options on the plugin settings page!"
|
448 |
-
msgstr "Просмотрите премиум опции на странице настроек плагина!"
|
449 |
-
|
450 |
-
#: deprecated.php:322 bws_menu.php:99 class-bws-settings.php:781
|
451 |
-
msgid "Wrong license key"
|
452 |
-
msgstr "Неправильный лицензионный ключ"
|
453 |
-
|
454 |
-
#: deprecated.php:362 deprecated.php:703 class-bws-settings.php:733
|
455 |
-
#: class-bws-settings.php:919
|
456 |
-
msgid ""
|
457 |
-
"Unfortunately, you have exceeded the number of available tries per day. "
|
458 |
-
"Please, upload the plugin manually."
|
459 |
-
msgstr ""
|
460 |
-
"К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
|
461 |
-
"загрузите плагин вручную."
|
462 |
-
|
463 |
-
#: deprecated.php:364 bws_menu.php:132 class-bws-settings.php:921
|
464 |
#, php-format
|
465 |
msgid ""
|
466 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
@@ -470,7 +351,7 @@ msgstr ""
|
|
470 |
"обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
|
471 |
"вашей %s"
|
472 |
|
473 |
-
#:
|
474 |
msgid ""
|
475 |
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
476 |
"Trial license can be installed only once."
|
@@ -478,31 +359,19 @@ msgstr ""
|
|
478 |
"К сожалению, Pro лицензия уже была установлена на этом доменен. Pro Trial "
|
479 |
"лицензия может быть установлена только один раз."
|
480 |
|
481 |
-
#:
|
482 |
-
|
483 |
-
|
484 |
-
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
485 |
-
msgstr ""
|
486 |
-
"Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
|
487 |
-
|
488 |
-
#: deprecated.php:399 bws_menu.php:417 class-bws-settings.php:959
|
489 |
-
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
490 |
-
msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
|
491 |
|
492 |
-
#:
|
493 |
-
msgid ""
|
494 |
-
"
|
495 |
-
"plugin manually"
|
496 |
-
msgstr ""
|
497 |
-
"Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
|
498 |
-
"Пожалуйста, загрузите плагин вручную"
|
499 |
|
500 |
-
#:
|
501 |
-
msgid "
|
502 |
-
msgstr ""
|
503 |
-
"Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
|
504 |
|
505 |
-
#:
|
506 |
msgid ""
|
507 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
508 |
"sorry for inconvenience."
|
@@ -510,195 +379,88 @@ msgstr ""
|
|
510 |
"Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. "
|
511 |
"Приносим извинения за неудобства."
|
512 |
|
513 |
-
#:
|
514 |
-
msgid "Please, enter Your license key"
|
515 |
-
msgstr "Пожалуйста, введите ваш лицензионный ключ"
|
516 |
-
|
517 |
-
#: deprecated.php:478
|
518 |
-
msgid "Restore all plugin settings to defaults"
|
519 |
-
msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
|
520 |
-
|
521 |
-
#: deprecated.php:480
|
522 |
-
msgid "Restore settings"
|
523 |
-
msgstr "Восстановить настройки"
|
524 |
-
|
525 |
-
#: deprecated.php:497 class-bws-settings.php:421
|
526 |
-
msgid "You do not have sufficient permissions to edit plugins for this site."
|
527 |
-
msgstr ""
|
528 |
-
"У вас недостаточно полномочий, чтобы редактировать плагины на этом сайте."
|
529 |
-
|
530 |
-
#: deprecated.php:548 deprecated.php:575
|
531 |
-
#, php-format
|
532 |
-
msgid "File %s edited successfully."
|
533 |
-
msgstr "Файл %s успешно изменён."
|
534 |
-
|
535 |
-
#: deprecated.php:550 deprecated.php:577
|
536 |
-
msgid "Not enough permissions to create or update the file"
|
537 |
-
msgstr "Не достаточно прав для создания или обновления файла"
|
538 |
-
|
539 |
-
#: deprecated.php:580
|
540 |
-
msgid "Not enough permissions to create the file"
|
541 |
-
msgstr "Не достаточно прав для создания файла"
|
542 |
-
|
543 |
-
#: deprecated.php:618 class-bws-settings.php:426
|
544 |
-
msgid "These styles will be added to the header on all pages of your site."
|
545 |
-
msgstr "Эти стили будут добавлены в хедер на всех страницах вашего сайта."
|
546 |
-
|
547 |
-
#: deprecated.php:620 class-bws-settings.php:429
|
548 |
-
#, php-format
|
549 |
-
msgid ""
|
550 |
-
"This PHP code will be hooked to the %s action and will be printed on front "
|
551 |
-
"end only."
|
552 |
-
msgstr ""
|
553 |
-
"Этот PHP код будет прикреплен к %s аction и будет добавлен только во "
|
554 |
-
"фронтенде."
|
555 |
-
|
556 |
-
#: deprecated.php:624
|
557 |
-
msgid "Editing"
|
558 |
-
msgstr "Редактирование"
|
559 |
-
|
560 |
-
#: deprecated.php:626 class-bws-settings.php:450
|
561 |
-
msgid "Browsing"
|
562 |
-
msgstr "Просмотр"
|
563 |
-
|
564 |
-
#: deprecated.php:633 class-bws-settings.php:461
|
565 |
-
#, php-format
|
566 |
-
msgid "Learn more about %s"
|
567 |
-
msgstr "Подробнее о %s"
|
568 |
-
|
569 |
-
#: deprecated.php:644 class-bws-settings.php:440
|
570 |
-
#, php-format
|
571 |
-
msgid ""
|
572 |
-
"You need to make this files writable before you can save your changes. See "
|
573 |
-
"%s the Codex %s for more information."
|
574 |
-
msgstr ""
|
575 |
-
"Чтобы сохранить изменения, нужно сделать этот файл доступным для записи. "
|
576 |
-
"Дополнительную информацию можно получить в %s Кодексе %s."
|
577 |
-
|
578 |
-
#: deprecated.php:667
|
579 |
-
msgid ""
|
580 |
-
"Congratulations! Pro version of the plugin is installed and activated "
|
581 |
-
"successfully."
|
582 |
-
msgstr "Поздравляем! Pro версия плагина успешно загружена и активирована."
|
583 |
-
|
584 |
-
#: deprecated.php:677
|
585 |
-
msgid "Show Pro features"
|
586 |
-
msgstr "Показать Pro опции"
|
587 |
-
|
588 |
-
#: deprecated.php:684
|
589 |
-
msgid "Enter your license key to install and activate"
|
590 |
-
msgstr "Введите лицензионный ключ для установки и активации"
|
591 |
-
|
592 |
-
#: deprecated.php:686
|
593 |
-
msgid "version of the plugin."
|
594 |
-
msgstr "версия плагина."
|
595 |
-
|
596 |
-
#: deprecated.php:694 class-bws-settings.php:736
|
597 |
-
#, php-format
|
598 |
-
msgid "Start Your Free %s-Day Trial Now"
|
599 |
-
msgstr "Попробуйте %s-дневную Trial версию бесплатно"
|
600 |
-
|
601 |
-
#: bws_menu.php:128
|
602 |
-
msgid ""
|
603 |
-
"This license key is bound to another site. Change it via personal Client "
|
604 |
-
"Area."
|
605 |
-
msgstr ""
|
606 |
-
"Этот лицензионный ключ привязан к другому сайту. Измените это в Client Area."
|
607 |
-
|
608 |
-
#: bws_menu.php:128
|
609 |
-
msgid "Log in"
|
610 |
-
msgstr "Авторизоваться"
|
611 |
-
|
612 |
-
#: bws_menu.php:144
|
613 |
-
msgid "Congratulations! Pro Membership license is activated successfully."
|
614 |
-
msgstr "Поздравляем! Pro Membership лицензия успешно активирована."
|
615 |
-
|
616 |
-
#: bws_menu.php:161
|
617 |
msgid "Please enter your license key."
|
618 |
msgstr "Пожалуйста, введите Ваш лицензионный ключ."
|
619 |
|
620 |
-
#: bws_menu.php:
|
621 |
msgid "Not set"
|
622 |
msgstr "Не задан"
|
623 |
|
624 |
-
#: bws_menu.php:
|
625 |
msgid "On"
|
626 |
msgstr "Вкл"
|
627 |
|
628 |
-
#: bws_menu.php:
|
629 |
msgid "Off"
|
630 |
msgstr "Выкл"
|
631 |
|
632 |
-
#: bws_menu.php:
|
633 |
-
#: bws_menu.php:
|
634 |
msgid "N/A"
|
635 |
msgstr "Неизвестно"
|
636 |
|
637 |
-
#: bws_menu.php:
|
638 |
msgid " Mb"
|
639 |
msgstr "Mb"
|
640 |
|
641 |
-
#: bws_menu.php:
|
642 |
msgid "Yes"
|
643 |
msgstr "Да"
|
644 |
|
645 |
-
#: bws_menu.php:
|
646 |
msgid "No"
|
647 |
msgstr "Нет"
|
648 |
|
649 |
-
#: bws_menu.php:
|
650 |
msgid "WordPress Environment"
|
651 |
msgstr "WordPress Системная среда"
|
652 |
|
653 |
-
#: bws_menu.php:
|
654 |
msgid "Home URL"
|
655 |
msgstr "Основной адрес сайта"
|
656 |
|
657 |
-
#: bws_menu.php:
|
658 |
msgid "Website URL"
|
659 |
msgstr "Адрес сайта"
|
660 |
|
661 |
-
#: bws_menu.php:
|
662 |
msgid "WP Version"
|
663 |
msgstr "Версия WordPress"
|
664 |
|
665 |
-
#: bws_menu.php:
|
666 |
msgid "WP Multisite"
|
667 |
msgstr "Мультисайт"
|
668 |
|
669 |
-
#: bws_menu.php:
|
670 |
msgid "WP Memory Limit"
|
671 |
msgstr "Лимит памяти WordPress"
|
672 |
|
673 |
-
#: bws_menu.php:
|
674 |
msgid "Active Theme"
|
675 |
msgstr "Текущая тема"
|
676 |
|
677 |
-
#: bws_menu.php:
|
678 |
#, php-format
|
679 |
msgid "by %s"
|
680 |
msgstr "%s"
|
681 |
|
682 |
-
#: bws_menu.php:
|
683 |
msgid "Server Environment"
|
684 |
msgstr "Системная среда сервера"
|
685 |
|
686 |
-
#: bws_menu.php:
|
687 |
msgid "Operating System"
|
688 |
msgstr "Операционная система"
|
689 |
|
690 |
-
#: bws_menu.php:
|
691 |
msgid "Server"
|
692 |
msgstr "Тип сервера"
|
693 |
|
694 |
-
#: bws_menu.php:
|
695 |
msgid "PHP Version"
|
696 |
msgstr "Версия PHP"
|
697 |
|
698 |
-
#: bws_menu.php:211
|
699 |
-
msgid "PHP Safe Mode"
|
700 |
-
msgstr "PHP Safe Mode"
|
701 |
-
|
702 |
#: bws_menu.php:212
|
703 |
msgid "PHP Allow URL fopen"
|
704 |
msgstr "PHP Allow URL fopen"
|
@@ -775,8 +537,16 @@ msgstr "Спасибо что связались с нами."
|
|
775 |
msgid "Sorry, email message could not be delivered."
|
776 |
msgstr "Извините, ваш емейл не может быть отправлен."
|
777 |
|
778 |
-
#: bws_menu.php:
|
779 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
780 |
msgstr "Системная информация"
|
781 |
|
782 |
#: bws_menu.php:317
|
@@ -796,10 +566,21 @@ msgstr "Получить Доступ к %s+ Премиум Плагинам"
|
|
796 |
msgid "Subscribe to Pro Membership"
|
797 |
msgstr "Подписаться на Pro Membership"
|
798 |
|
|
|
|
|
|
|
|
|
|
|
799 |
#: bws_menu.php:339
|
800 |
msgid "Enter your license key"
|
801 |
msgstr "Ваш лицензионный ключ"
|
802 |
|
|
|
|
|
|
|
|
|
|
|
|
|
803 |
#: bws_menu.php:361
|
804 |
msgid "Upload Plugin"
|
805 |
msgstr "Добавить новый"
|
@@ -837,6 +618,14 @@ msgstr "Установка плагина"
|
|
837 |
msgid "Downloading install package from"
|
838 |
msgstr "Скачивание установочного пакета из"
|
839 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
840 |
#: bws_menu.php:408
|
841 |
msgid "Unpacking the package"
|
842 |
msgstr "Распаковка пакета"
|
@@ -845,11 +634,28 @@ msgstr "Распаковка пакета"
|
|
845 |
msgid "Installing the plugin"
|
846 |
msgstr "Установка плагина"
|
847 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
848 |
#: bws_menu.php:427
|
849 |
#, php-format
|
850 |
msgid "The plugin %s is successfully installed."
|
851 |
msgstr "Плагин %s успешно установлен."
|
852 |
|
|
|
|
|
|
|
|
|
|
|
853 |
#: bws_menu.php:439
|
854 |
msgid "Activate Plugin"
|
855 |
msgstr "Активировать плагин"
|
@@ -895,7 +701,7 @@ msgstr "Обновить до версии %s"
|
|
895 |
msgid "Install Now"
|
896 |
msgstr "Установить"
|
897 |
|
898 |
-
#: bws_menu.php:549 class-bws-settings.php:
|
899 |
msgid "Upgrade to Pro"
|
900 |
msgstr "Обновиться на Pro"
|
901 |
|
@@ -932,106 +738,106 @@ msgstr "Отправить в тех. поддержку"
|
|
932 |
msgid "Send to custom email »"
|
933 |
msgstr "Отправить на емейл »"
|
934 |
|
935 |
-
#:
|
936 |
-
msgid "Advertisement"
|
937 |
-
msgstr "Реклама"
|
938 |
-
|
939 |
-
#: product_list.php:8
|
940 |
-
msgid "Content & Media"
|
941 |
-
msgstr "Содержание & Медиа"
|
942 |
-
|
943 |
-
#: product_list.php:9
|
944 |
-
msgid "Management"
|
945 |
-
msgstr "Управление"
|
946 |
-
|
947 |
-
#: product_list.php:10
|
948 |
-
msgid "Recommended"
|
949 |
-
msgstr "Рекомендованные"
|
950 |
-
|
951 |
-
#: product_list.php:11
|
952 |
-
msgid "Security"
|
953 |
-
msgstr "Безопасность"
|
954 |
-
|
955 |
-
#: product_list.php:12
|
956 |
-
msgid "Site Stats"
|
957 |
-
msgstr "Статистика сайта"
|
958 |
-
|
959 |
-
#: product_list.php:13
|
960 |
-
msgid "Social"
|
961 |
-
msgstr "Социальное"
|
962 |
-
|
963 |
-
#: product_list.php:14
|
964 |
-
msgid "Utilities"
|
965 |
-
msgstr "Утилиты"
|
966 |
-
|
967 |
-
#: product_list.php:15
|
968 |
-
msgid "Other"
|
969 |
-
msgstr "Другое"
|
970 |
-
|
971 |
-
#: class-bws-settings.php:129
|
972 |
msgid "Information"
|
973 |
msgstr "Информация"
|
974 |
|
975 |
-
#: class-bws-settings.php:
|
976 |
msgid "Inactive"
|
977 |
msgstr "Неактивна"
|
978 |
|
979 |
-
#: class-bws-settings.php:
|
980 |
msgid "Expired"
|
981 |
msgstr "Истекла"
|
982 |
|
983 |
-
#: class-bws-settings.php:
|
984 |
#, php-format
|
985 |
msgid "%s day(-s) left"
|
986 |
msgstr "%s дней осталось"
|
987 |
|
988 |
-
#: class-bws-settings.php:
|
989 |
#, php-format
|
990 |
msgid "Expired on %s"
|
991 |
msgstr "Истекает %s"
|
992 |
|
993 |
-
#: class-bws-settings.php:
|
994 |
msgid "Renew Now"
|
995 |
msgstr "Возобновить сейчас"
|
996 |
|
997 |
-
#: class-bws-settings.php:
|
998 |
msgid "Active"
|
999 |
msgstr "Активна"
|
1000 |
|
1001 |
-
#: class-bws-settings.php:
|
1002 |
msgid "License"
|
1003 |
msgstr "Лицензия"
|
1004 |
|
1005 |
-
#: class-bws-settings.php:
|
1006 |
msgid "Status"
|
1007 |
msgstr "Статус"
|
1008 |
|
1009 |
-
#: class-bws-settings.php:
|
1010 |
msgid "Version"
|
1011 |
msgstr "Версия"
|
1012 |
|
1013 |
-
#: class-bws-settings.php:
|
1014 |
msgid "All plugin settings were restored."
|
1015 |
msgstr "Все настройки плагина были восстановлены."
|
1016 |
|
1017 |
-
#: class-bws-settings.php:
|
1018 |
msgid "Custom Code"
|
1019 |
msgstr "Пользовательский код"
|
1020 |
|
1021 |
-
#: class-bws-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1022 |
msgid "These code will be added to the header on all pages of your site."
|
1023 |
msgstr "Этот код будет добавлен в хедер на всех страницах вашего сайта."
|
1024 |
|
1025 |
-
#: class-bws-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1026 |
#, php-format
|
1027 |
msgid "Activate custom %s code."
|
1028 |
msgstr "Активировать пользовательский %s код."
|
1029 |
|
1030 |
-
#: class-bws-settings.php:
|
|
|
|
|
|
|
|
|
|
|
1031 |
msgid "Miscellaneous Settings"
|
1032 |
msgstr "Прочие настройки"
|
1033 |
|
1034 |
-
#: class-bws-settings.php:
|
1035 |
#, php-format
|
1036 |
msgid ""
|
1037 |
"It is prohibited to change %s settings on this site in the %s network "
|
@@ -1039,49 +845,49 @@ msgid ""
|
|
1039 |
msgstr ""
|
1040 |
"Cетевыми настройками %s запрещается изменять настройки %s на этом сайте."
|
1041 |
|
1042 |
-
#: class-bws-settings.php:
|
1043 |
#, php-format
|
1044 |
msgid ""
|
1045 |
"It is prohibited to view %s settings on this site in the %s network settings."
|
1046 |
msgstr ""
|
1047 |
"Cетевыми настройками %s запрещается просматривать настройки %s на этом сайте."
|
1048 |
|
1049 |
-
#: class-bws-settings.php:
|
1050 |
msgid "Pro Options"
|
1051 |
msgstr "Pro опции"
|
1052 |
|
1053 |
-
#: class-bws-settings.php:
|
1054 |
msgid "Enable to display plugin Pro options."
|
1055 |
msgstr "Включите для отображения Pro опций плагина."
|
1056 |
|
1057 |
-
#: class-bws-settings.php:
|
1058 |
msgid "Track Usage"
|
1059 |
msgstr "Собирать статистику"
|
1060 |
|
1061 |
-
#: class-bws-settings.php:
|
1062 |
msgid ""
|
1063 |
"Enable to allow tracking plugin usage anonymously in order to make it better."
|
1064 |
msgstr ""
|
1065 |
"Включить, чтобы разрешить анонимно отслеживать использование и сделать "
|
1066 |
"плагин лучше."
|
1067 |
|
1068 |
-
#: class-bws-settings.php:
|
1069 |
msgid "Default Settings"
|
1070 |
msgstr "Настройки по умолчанию"
|
1071 |
|
1072 |
-
#: class-bws-settings.php:
|
1073 |
msgid "Restore Settings"
|
1074 |
msgstr "Восстановить настройки"
|
1075 |
|
1076 |
-
#: class-bws-settings.php:
|
1077 |
msgid "This will restore plugin settings to defaults."
|
1078 |
msgstr "Восстановить все настройки плагина к настройкам по умолчанию."
|
1079 |
|
1080 |
-
#: class-bws-settings.php:
|
1081 |
msgid "Import / Export"
|
1082 |
msgstr "Импорт / Экспорт"
|
1083 |
|
1084 |
-
#: class-bws-settings.php:
|
1085 |
#: class-bws-settings.php:746
|
1086 |
msgid "License Key"
|
1087 |
msgstr "Лицензионный ключ"
|
@@ -1092,8 +898,8 @@ msgstr "Поздравляем! Pro лицензия успешно активи
|
|
1092 |
|
1093 |
#: class-bws-settings.php:715
|
1094 |
#, php-format
|
1095 |
-
msgid "You will be automatically redirected to the %s in
|
1096 |
-
msgstr "Вы будете автоматически перенаправлены на %s через
|
1097 |
|
1098 |
#: class-bws-settings.php:715
|
1099 |
msgid "Settings page"
|
@@ -1106,6 +912,20 @@ msgstr ""
|
|
1106 |
"Введите лицензионный ключ для активации %s и получения дополнительных "
|
1107 |
"возможностей плагина."
|
1108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1109 |
#: class-bws-settings.php:751
|
1110 |
msgid ""
|
1111 |
"If necessary, you can check if the license key is correct or reenter it in "
|
@@ -1130,22 +950,212 @@ msgstr ""
|
|
1130 |
"Управляй активными лицензиями, загружай BWS продукты, а также просматривай "
|
1131 |
"историю платежей с помощью BestWebSoft Client Area."
|
1132 |
|
1133 |
-
#: class-bws-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1134 |
msgid "Need Help?"
|
1135 |
msgstr "Нужна помощь?"
|
1136 |
|
1137 |
-
#: class-bws-settings.php:
|
1138 |
msgid "Read the Instruction"
|
1139 |
msgstr "Читать инструкцию"
|
1140 |
|
1141 |
-
#: class-bws-settings.php:
|
1142 |
msgid "Watch the Video"
|
1143 |
msgstr "Смотреть видео"
|
1144 |
|
1145 |
-
#: class-bws-settings.php:
|
1146 |
msgid "Start Your Free Trial"
|
1147 |
msgstr "Использовать бесплатную Trial версию"
|
1148 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1149 |
#~ msgid "You license for"
|
1150 |
#~ msgstr "Ваш лицензионный ключ для"
|
1151 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-03-28 13:51+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-03-28 13:53+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
+
"Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 1.8.7.1\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: bws_functions.php:72 bws_functions.php:190
|
48 |
msgid "Need help?"
|
49 |
msgstr "Нужна помощь?"
|
50 |
|
51 |
+
#: bws_functions.php:103 bws_functions.php:916 class-bws-settings.php:1047
|
52 |
msgid "Visit Help Center"
|
53 |
msgstr "Перейти в Help Center"
|
54 |
|
77 |
"проблему в течение 24 часов, в противном случае плагин будет деактивирован."
|
78 |
|
79 |
#: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
|
80 |
+
#: class-bws-settings.php:143
|
81 |
msgid "Learn More"
|
82 |
msgstr "Подробнее"
|
83 |
|
124 |
"Пожалуйста, обновите WordPress до последней версии."
|
125 |
|
126 |
#: bws_functions.php:207
|
127 |
+
#, php-format
|
128 |
+
msgid "Thank you for installing %s plugin!"
|
129 |
+
msgstr "Спасибо, что установили %s плагин!"
|
130 |
|
131 |
#: bws_functions.php:208
|
132 |
msgid "Let's get started"
|
137 |
msgid "Settings"
|
138 |
msgstr "Настройки"
|
139 |
|
140 |
+
#: bws_functions.php:211 bws_menu.php:328 class-bws-settings.php:736
|
141 |
+
#: class-bws-settings.php:1049 class-bws-settings.php:1059 deprecated.php:694
|
|
|
142 |
msgid "or"
|
143 |
msgstr "или"
|
144 |
|
200 |
"приоритетную тех.поддержку или обновления."
|
201 |
|
202 |
#: bws_functions.php:477
|
203 |
+
#, php-format
|
204 |
+
msgid "Thank you for choosing %s plugin!"
|
205 |
+
msgstr "Спасибо за выбор плагина %s!"
|
206 |
|
207 |
#: bws_functions.php:478
|
208 |
msgid ""
|
217 |
msgid "Suggest a Feature"
|
218 |
msgstr "Предложить функционал"
|
219 |
|
220 |
+
#: bws_functions.php:495 class-bws-settings.php:533 class-bws-settings.php:536
|
221 |
+
#: class-bws-settings.php:584 class-bws-settings.php:587
|
222 |
msgid "Notice"
|
223 |
msgstr "Внимание"
|
224 |
|
226 |
msgid "The plugin's settings have been changed."
|
227 |
msgstr "Настройки плагина были изменены"
|
228 |
|
229 |
+
#: bws_functions.php:496 class-bws-settings.php:182 class-bws-settings.php:202
|
230 |
+
#: deprecated.php:640
|
231 |
msgid "Save Changes"
|
232 |
msgstr "Сохранить изменения"
|
233 |
|
239 |
"Вы всегда можете просмотреть премиум опции нажав на кнопку \"Pro опции\" на "
|
240 |
"вкладке \"Разное\"."
|
241 |
|
242 |
+
#: bws_functions.php:651
|
243 |
msgid "Add shortcode"
|
244 |
msgstr "Добавить шорткод"
|
245 |
|
246 |
+
#: bws_functions.php:651
|
247 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
248 |
msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
|
249 |
|
250 |
+
#: bws_functions.php:700
|
251 |
msgid "Close"
|
252 |
msgstr "Закрыть"
|
253 |
|
254 |
+
#: bws_functions.php:792
|
255 |
msgid "Are you sure you want to restore default settings?"
|
256 |
msgstr ""
|
257 |
"Вы уверены что хотите восстановить все настройки плагина к настройкам по "
|
258 |
"умолчанию?"
|
259 |
|
260 |
+
#: bws_functions.php:795
|
261 |
msgid "Yes, restore all settings"
|
262 |
msgstr "Да, восстановить все настройки"
|
263 |
|
264 |
+
#: bws_functions.php:796
|
265 |
msgid "No, go back to the settings page"
|
266 |
msgstr "Нет, вернуться на страницу настроек"
|
267 |
|
268 |
+
#: bws_functions.php:842
|
269 |
msgid "Plugin"
|
270 |
msgstr "Плагин"
|
271 |
|
272 |
+
#: bws_functions.php:851
|
273 |
msgid "Shortcode settings"
|
274 |
msgstr "Настройки шорткода"
|
275 |
|
276 |
+
#: bws_functions.php:856
|
277 |
msgid "The shortcode will be inserted"
|
278 |
msgstr "Будет вставлен шорткод"
|
279 |
|
280 |
+
#: bws_functions.php:861
|
281 |
msgid "Insert"
|
282 |
msgstr "Вставить"
|
283 |
|
284 |
+
#: bws_functions.php:921
|
285 |
msgid "FAQ"
|
286 |
msgstr "FAQ"
|
287 |
|
288 |
+
#: bws_functions.php:927
|
289 |
msgid "For more information:"
|
290 |
msgstr "Для дополнительной информации:"
|
291 |
|
292 |
+
#: bws_functions.php:928
|
293 |
msgid "Documentation"
|
294 |
msgstr "Документация"
|
295 |
|
296 |
+
#: bws_functions.php:929
|
297 |
msgid "Video Instructions"
|
298 |
msgstr "Видео инструкции"
|
299 |
|
300 |
+
#: bws_functions.php:930
|
301 |
msgid "Submit a Request"
|
302 |
msgstr "Отправить запрос"
|
303 |
|
304 |
+
#: bws_menu.php:101 class-bws-settings.php:781 deprecated.php:322
|
305 |
+
msgid "Wrong license key"
|
306 |
+
msgstr "Неправильный лицензионный ключ"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
307 |
|
308 |
+
#: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
|
309 |
+
#: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
|
310 |
+
#: deprecated.php:352
|
311 |
msgid ""
|
312 |
"Something went wrong. Please try again later. If the error appears again, "
|
313 |
"please contact us"
|
315 |
"Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
|
316 |
"пожалуйста, свяжитесь с нами"
|
317 |
|
318 |
+
#: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
|
319 |
+
#: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
|
320 |
+
#: deprecated.php:352
|
321 |
msgid "We are sorry for inconvenience."
|
322 |
msgstr "Приносим извинения за неудобства."
|
323 |
|
324 |
+
#: bws_menu.php:128 class-bws-settings.php:813 class-bws-settings.php:916
|
325 |
+
#: deprecated.php:139 deprecated.php:358
|
326 |
msgid "Wrong license key."
|
327 |
msgstr "Неправильный лицензионный ключ."
|
328 |
|
329 |
+
#: bws_menu.php:130
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
330 |
msgid ""
|
331 |
+
"This license key is bound to another site. Change it via personal Client "
|
332 |
+
"Area."
|
333 |
msgstr ""
|
334 |
+
"Этот лицензионный ключ привязан к другому сайту. Измените это в Client Area."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
335 |
|
336 |
+
#: bws_menu.php:130
|
337 |
+
msgid "Log in"
|
338 |
+
msgstr "Авторизоваться"
|
|
|
|
|
339 |
|
340 |
+
#: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
|
341 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
342 |
msgstr "К сожалению, вы превысили количество доступных попыток."
|
343 |
|
344 |
+
#: bws_menu.php:134 class-bws-settings.php:922 deprecated.php:364
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
345 |
#, php-format
|
346 |
msgid ""
|
347 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
351 |
"обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
|
352 |
"вашей %s"
|
353 |
|
354 |
+
#: bws_menu.php:136 class-bws-settings.php:924 deprecated.php:366
|
355 |
msgid ""
|
356 |
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
357 |
"Trial license can be installed only once."
|
359 |
"К сожалению, Pro лицензия уже была установлена на этом доменен. Pro Trial "
|
360 |
"лицензия может быть установлена только один раз."
|
361 |
|
362 |
+
#: bws_menu.php:142 class-bws-settings.php:828 deprecated.php:153
|
363 |
+
msgid "The license key is valid."
|
364 |
+
msgstr "Лицензионный ключ действителен."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
365 |
|
366 |
+
#: bws_menu.php:144 class-bws-settings.php:831 deprecated.php:156
|
367 |
+
msgid "Your license will expire on"
|
368 |
+
msgstr "Ваша лицензия истечет"
|
|
|
|
|
|
|
|
|
369 |
|
370 |
+
#: bws_menu.php:146
|
371 |
+
msgid "Congratulations! Pro Membership license is activated successfully."
|
372 |
+
msgstr "Поздравляем! Pro Membership лицензия успешно активирована."
|
|
|
373 |
|
374 |
+
#: bws_menu.php:153 class-bws-settings.php:996 deprecated.php:435
|
375 |
msgid ""
|
376 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
377 |
"sorry for inconvenience."
|
379 |
"Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. "
|
380 |
"Приносим извинения за неудобства."
|
381 |
|
382 |
+
#: bws_menu.php:163
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
383 |
msgid "Please enter your license key."
|
384 |
msgstr "Пожалуйста, введите Ваш лицензионный ключ."
|
385 |
|
386 |
+
#: bws_menu.php:174
|
387 |
msgid "Not set"
|
388 |
msgstr "Не задан"
|
389 |
|
390 |
+
#: bws_menu.php:176
|
391 |
msgid "On"
|
392 |
msgstr "Вкл"
|
393 |
|
394 |
+
#: bws_menu.php:176
|
395 |
msgid "Off"
|
396 |
msgstr "Выкл"
|
397 |
|
398 |
+
#: bws_menu.php:177 bws_menu.php:178 bws_menu.php:179 bws_menu.php:180
|
399 |
+
#: bws_menu.php:181 bws_menu.php:182 bws_menu.php:191
|
400 |
msgid "N/A"
|
401 |
msgstr "Неизвестно"
|
402 |
|
403 |
+
#: bws_menu.php:182
|
404 |
msgid " Mb"
|
405 |
msgstr "Mb"
|
406 |
|
407 |
+
#: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
|
408 |
msgid "Yes"
|
409 |
msgstr "Да"
|
410 |
|
411 |
+
#: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
|
412 |
msgid "No"
|
413 |
msgstr "Нет"
|
414 |
|
415 |
+
#: bws_menu.php:196
|
416 |
msgid "WordPress Environment"
|
417 |
msgstr "WordPress Системная среда"
|
418 |
|
419 |
+
#: bws_menu.php:198
|
420 |
msgid "Home URL"
|
421 |
msgstr "Основной адрес сайта"
|
422 |
|
423 |
+
#: bws_menu.php:199
|
424 |
msgid "Website URL"
|
425 |
msgstr "Адрес сайта"
|
426 |
|
427 |
+
#: bws_menu.php:200
|
428 |
msgid "WP Version"
|
429 |
msgstr "Версия WordPress"
|
430 |
|
431 |
+
#: bws_menu.php:201
|
432 |
msgid "WP Multisite"
|
433 |
msgstr "Мультисайт"
|
434 |
|
435 |
+
#: bws_menu.php:202
|
436 |
msgid "WP Memory Limit"
|
437 |
msgstr "Лимит памяти WordPress"
|
438 |
|
439 |
+
#: bws_menu.php:203
|
440 |
msgid "Active Theme"
|
441 |
msgstr "Текущая тема"
|
442 |
|
443 |
+
#: bws_menu.php:203 bws_menu.php:248 bws_menu.php:251
|
444 |
#, php-format
|
445 |
msgid "by %s"
|
446 |
msgstr "%s"
|
447 |
|
448 |
+
#: bws_menu.php:207
|
449 |
msgid "Server Environment"
|
450 |
msgstr "Системная среда сервера"
|
451 |
|
452 |
+
#: bws_menu.php:209
|
453 |
msgid "Operating System"
|
454 |
msgstr "Операционная система"
|
455 |
|
456 |
+
#: bws_menu.php:210
|
457 |
msgid "Server"
|
458 |
msgstr "Тип сервера"
|
459 |
|
460 |
+
#: bws_menu.php:211
|
461 |
msgid "PHP Version"
|
462 |
msgstr "Версия PHP"
|
463 |
|
|
|
|
|
|
|
|
|
464 |
#: bws_menu.php:212
|
465 |
msgid "PHP Allow URL fopen"
|
466 |
msgstr "PHP Allow URL fopen"
|
537 |
msgid "Sorry, email message could not be delivered."
|
538 |
msgstr "Извините, ваш емейл не может быть отправлен."
|
539 |
|
540 |
+
#: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
|
541 |
+
msgid "Plugins"
|
542 |
+
msgstr "Плагины"
|
543 |
+
|
544 |
+
#: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
|
545 |
+
msgid "Themes"
|
546 |
+
msgstr "Темы"
|
547 |
+
|
548 |
+
#: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
|
549 |
+
msgid "System status"
|
550 |
msgstr "Системная информация"
|
551 |
|
552 |
#: bws_menu.php:317
|
566 |
msgid "Subscribe to Pro Membership"
|
567 |
msgstr "Подписаться на Pro Membership"
|
568 |
|
569 |
+
#: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:749
|
570 |
+
#: deprecated.php:227
|
571 |
+
msgid "Check license key"
|
572 |
+
msgstr "Проверка лицензионного ключа"
|
573 |
+
|
574 |
#: bws_menu.php:339
|
575 |
msgid "Enter your license key"
|
576 |
msgstr "Ваш лицензионный ключ"
|
577 |
|
578 |
+
#: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
|
579 |
+
#: class-bws-settings.php:728 deprecated.php:259 deprecated.php:267
|
580 |
+
#: deprecated.php:629 deprecated.php:700 deprecated.php:709
|
581 |
+
msgid "Activate"
|
582 |
+
msgstr "Активировать"
|
583 |
+
|
584 |
#: bws_menu.php:361
|
585 |
msgid "Upload Plugin"
|
586 |
msgstr "Добавить новый"
|
618 |
msgid "Downloading install package from"
|
619 |
msgstr "Скачивание установочного пакета из"
|
620 |
|
621 |
+
#: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
|
622 |
+
#: class-bws-settings.php:948 class-bws-settings.php:970
|
623 |
+
#: class-bws-settings.php:992 deprecated.php:387 deprecated.php:409
|
624 |
+
#: deprecated.php:431
|
625 |
+
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
626 |
+
msgstr ""
|
627 |
+
"Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
|
628 |
+
|
629 |
#: bws_menu.php:408
|
630 |
msgid "Unpacking the package"
|
631 |
msgstr "Распаковка пакета"
|
634 |
msgid "Installing the plugin"
|
635 |
msgstr "Установка плагина"
|
636 |
|
637 |
+
#: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
|
638 |
+
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
639 |
+
msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
|
640 |
+
|
641 |
+
#: bws_menu.php:424 class-bws-settings.php:966 deprecated.php:405
|
642 |
+
msgid ""
|
643 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
644 |
+
"plugin manually"
|
645 |
+
msgstr ""
|
646 |
+
"Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
|
647 |
+
"Пожалуйста, загрузите плагин вручную"
|
648 |
+
|
649 |
#: bws_menu.php:427
|
650 |
#, php-format
|
651 |
msgid "The plugin %s is successfully installed."
|
652 |
msgstr "Плагин %s успешно установлен."
|
653 |
|
654 |
+
#: bws_menu.php:434 class-bws-settings.php:973 deprecated.php:412
|
655 |
+
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
656 |
+
msgstr ""
|
657 |
+
"Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
|
658 |
+
|
659 |
#: bws_menu.php:439
|
660 |
msgid "Activate Plugin"
|
661 |
msgstr "Активировать плагин"
|
701 |
msgid "Install Now"
|
702 |
msgstr "Установить"
|
703 |
|
704 |
+
#: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
|
705 |
msgid "Upgrade to Pro"
|
706 |
msgstr "Обновиться на Pro"
|
707 |
|
738 |
msgid "Send to custom email »"
|
739 |
msgstr "Отправить на емейл »"
|
740 |
|
741 |
+
#: class-bws-settings.php:135
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
742 |
msgid "Information"
|
743 |
msgstr "Информация"
|
744 |
|
745 |
+
#: class-bws-settings.php:143
|
746 |
msgid "Inactive"
|
747 |
msgstr "Неактивна"
|
748 |
|
749 |
+
#: class-bws-settings.php:151
|
750 |
msgid "Expired"
|
751 |
msgstr "Истекла"
|
752 |
|
753 |
+
#: class-bws-settings.php:154
|
754 |
#, php-format
|
755 |
msgid "%s day(-s) left"
|
756 |
msgstr "%s дней осталось"
|
757 |
|
758 |
+
#: class-bws-settings.php:160
|
759 |
#, php-format
|
760 |
msgid "Expired on %s"
|
761 |
msgstr "Истекает %s"
|
762 |
|
763 |
+
#: class-bws-settings.php:160
|
764 |
msgid "Renew Now"
|
765 |
msgstr "Возобновить сейчас"
|
766 |
|
767 |
+
#: class-bws-settings.php:162
|
768 |
msgid "Active"
|
769 |
msgstr "Активна"
|
770 |
|
771 |
+
#: class-bws-settings.php:167
|
772 |
msgid "License"
|
773 |
msgstr "Лицензия"
|
774 |
|
775 |
+
#: class-bws-settings.php:170
|
776 |
msgid "Status"
|
777 |
msgstr "Статус"
|
778 |
|
779 |
+
#: class-bws-settings.php:174
|
780 |
msgid "Version"
|
781 |
msgstr "Версия"
|
782 |
|
783 |
+
#: class-bws-settings.php:282
|
784 |
msgid "All plugin settings were restored."
|
785 |
msgstr "Все настройки плагина были восстановлены."
|
786 |
|
787 |
+
#: class-bws-settings.php:420
|
788 |
msgid "Custom Code"
|
789 |
msgstr "Пользовательский код"
|
790 |
|
791 |
+
#: class-bws-settings.php:424 deprecated.php:497
|
792 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
793 |
+
msgstr ""
|
794 |
+
"У вас недостаточно полномочий, чтобы редактировать плагины на этом сайте."
|
795 |
+
|
796 |
+
#: class-bws-settings.php:429 deprecated.php:618
|
797 |
+
msgid "These styles will be added to the header on all pages of your site."
|
798 |
+
msgstr "Эти стили будут добавлены в хедер на всех страницах вашего сайта."
|
799 |
+
|
800 |
+
#: class-bws-settings.php:432 deprecated.php:620
|
801 |
+
#, php-format
|
802 |
+
msgid ""
|
803 |
+
"This PHP code will be hooked to the %s action and will be printed on front "
|
804 |
+
"end only."
|
805 |
+
msgstr ""
|
806 |
+
"Этот PHP код будет прикреплен к %s аction и будет добавлен только во "
|
807 |
+
"фронтенде."
|
808 |
+
|
809 |
+
#: class-bws-settings.php:435
|
810 |
msgid "These code will be added to the header on all pages of your site."
|
811 |
msgstr "Этот код будет добавлен в хедер на всех страницах вашего сайта."
|
812 |
|
813 |
+
#: class-bws-settings.php:443 deprecated.php:644
|
814 |
+
#, php-format
|
815 |
+
msgid ""
|
816 |
+
"You need to make this files writable before you can save your changes. See "
|
817 |
+
"%s the Codex %s for more information."
|
818 |
+
msgstr ""
|
819 |
+
"Чтобы сохранить изменения, нужно сделать этот файл доступным для записи. "
|
820 |
+
"Дополнительную информацию можно получить в %s Кодексе %s."
|
821 |
+
|
822 |
+
#: class-bws-settings.php:453 deprecated.php:626
|
823 |
+
msgid "Browsing"
|
824 |
+
msgstr "Просмотр"
|
825 |
+
|
826 |
+
#: class-bws-settings.php:457
|
827 |
#, php-format
|
828 |
msgid "Activate custom %s code."
|
829 |
msgstr "Активировать пользовательский %s код."
|
830 |
|
831 |
+
#: class-bws-settings.php:464 deprecated.php:633
|
832 |
+
#, php-format
|
833 |
+
msgid "Learn more about %s"
|
834 |
+
msgstr "Подробнее о %s"
|
835 |
+
|
836 |
+
#: class-bws-settings.php:524
|
837 |
msgid "Miscellaneous Settings"
|
838 |
msgstr "Прочие настройки"
|
839 |
|
840 |
+
#: class-bws-settings.php:533 class-bws-settings.php:584
|
841 |
#, php-format
|
842 |
msgid ""
|
843 |
"It is prohibited to change %s settings on this site in the %s network "
|
845 |
msgstr ""
|
846 |
"Cетевыми настройками %s запрещается изменять настройки %s на этом сайте."
|
847 |
|
848 |
+
#: class-bws-settings.php:536 class-bws-settings.php:587
|
849 |
#, php-format
|
850 |
msgid ""
|
851 |
"It is prohibited to view %s settings on this site in the %s network settings."
|
852 |
msgstr ""
|
853 |
"Cетевыми настройками %s запрещается просматривать настройки %s на этом сайте."
|
854 |
|
855 |
+
#: class-bws-settings.php:545
|
856 |
msgid "Pro Options"
|
857 |
msgstr "Pro опции"
|
858 |
|
859 |
+
#: class-bws-settings.php:548
|
860 |
msgid "Enable to display plugin Pro options."
|
861 |
msgstr "Включите для отображения Pro опций плагина."
|
862 |
|
863 |
+
#: class-bws-settings.php:553
|
864 |
msgid "Track Usage"
|
865 |
msgstr "Собирать статистику"
|
866 |
|
867 |
+
#: class-bws-settings.php:556
|
868 |
msgid ""
|
869 |
"Enable to allow tracking plugin usage anonymously in order to make it better."
|
870 |
msgstr ""
|
871 |
"Включить, чтобы разрешить анонимно отслеживать использование и сделать "
|
872 |
"плагин лучше."
|
873 |
|
874 |
+
#: class-bws-settings.php:560
|
875 |
msgid "Default Settings"
|
876 |
msgstr "Настройки по умолчанию"
|
877 |
|
878 |
+
#: class-bws-settings.php:562
|
879 |
msgid "Restore Settings"
|
880 |
msgstr "Восстановить настройки"
|
881 |
|
882 |
+
#: class-bws-settings.php:563
|
883 |
msgid "This will restore plugin settings to defaults."
|
884 |
msgstr "Восстановить все настройки плагина к настройкам по умолчанию."
|
885 |
|
886 |
+
#: class-bws-settings.php:575
|
887 |
msgid "Import / Export"
|
888 |
msgstr "Импорт / Экспорт"
|
889 |
|
890 |
+
#: class-bws-settings.php:691 class-bws-settings.php:724
|
891 |
#: class-bws-settings.php:746
|
892 |
msgid "License Key"
|
893 |
msgstr "Лицензионный ключ"
|
898 |
|
899 |
#: class-bws-settings.php:715
|
900 |
#, php-format
|
901 |
+
msgid "You will be automatically redirected to the %s in %s seconds."
|
902 |
+
msgstr "Вы будете автоматически перенаправлены на %s через %s секунд."
|
903 |
|
904 |
#: class-bws-settings.php:715
|
905 |
msgid "Settings page"
|
912 |
"Введите лицензионный ключ для активации %s и получения дополнительных "
|
913 |
"возможностей плагина."
|
914 |
|
915 |
+
#: class-bws-settings.php:733 class-bws-settings.php:920 deprecated.php:362
|
916 |
+
#: deprecated.php:703
|
917 |
+
msgid ""
|
918 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
919 |
+
"Please, upload the plugin manually."
|
920 |
+
msgstr ""
|
921 |
+
"К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
|
922 |
+
"загрузите плагин вручную."
|
923 |
+
|
924 |
+
#: class-bws-settings.php:736 deprecated.php:694
|
925 |
+
#, php-format
|
926 |
+
msgid "Start Your Free %s-Day Trial Now"
|
927 |
+
msgstr "Попробуйте %s-дневную Trial версию бесплатно"
|
928 |
+
|
929 |
#: class-bws-settings.php:751
|
930 |
msgid ""
|
931 |
"If necessary, you can check if the license key is correct or reenter it in "
|
950 |
"Управляй активными лицензиями, загружай BWS продукты, а также просматривай "
|
951 |
"историю платежей с помощью BestWebSoft Client Area."
|
952 |
|
953 |
+
#: class-bws-settings.php:815 class-bws-settings.php:918 deprecated.php:141
|
954 |
+
#: deprecated.php:360
|
955 |
+
msgid "This license key is bound to another site."
|
956 |
+
msgstr "Этот лицензионный ключ привязан к другому сайту."
|
957 |
+
|
958 |
+
#: class-bws-settings.php:817 deprecated.php:143
|
959 |
+
msgid ""
|
960 |
+
"This license key is valid, but Your license has expired. If you want to "
|
961 |
+
"update our plugin in future, you should extend the license."
|
962 |
+
msgstr ""
|
963 |
+
"Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите "
|
964 |
+
"обновлять плагин в будущем, вы должны продлить лицензию."
|
965 |
+
|
966 |
+
#: class-bws-settings.php:819 deprecated.php:145
|
967 |
+
msgid "Unfortunately, you have exceeded the number of available tries."
|
968 |
+
msgstr "К сожалению, вы превысили количество доступных попыток."
|
969 |
+
|
970 |
+
#: class-bws-settings.php:821 deprecated.php:147
|
971 |
+
msgid ""
|
972 |
+
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
973 |
+
"The Pro Trial license can be installed only once."
|
974 |
+
msgstr ""
|
975 |
+
"К сожалению, Pro Trial версия плагина уже устанавливалась на этот домен. Pro "
|
976 |
+
"Trial версию можно устанавливать лишь один раз."
|
977 |
+
|
978 |
+
#: class-bws-settings.php:826 deprecated.php:151
|
979 |
+
msgid "The Pro Trial license key is valid."
|
980 |
+
msgstr "Ключ Pro Trial версии действителен."
|
981 |
+
|
982 |
+
#: class-bws-settings.php:834 deprecated.php:159 deprecated.php:246
|
983 |
+
#, php-format
|
984 |
+
msgid ""
|
985 |
+
"In order to continue using the plugin it is necessary to buy a %s license."
|
986 |
+
msgstr ""
|
987 |
+
"Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
|
988 |
+
|
989 |
+
#: class-bws-settings.php:1031 deprecated.php:463
|
990 |
+
msgid "Please, enter Your license key"
|
991 |
+
msgstr "Пожалуйста, введите ваш лицензионный ключ"
|
992 |
+
|
993 |
+
#: class-bws-settings.php:1043
|
994 |
msgid "Need Help?"
|
995 |
msgstr "Нужна помощь?"
|
996 |
|
997 |
+
#: class-bws-settings.php:1045
|
998 |
msgid "Read the Instruction"
|
999 |
msgstr "Читать инструкцию"
|
1000 |
|
1001 |
+
#: class-bws-settings.php:1049
|
1002 |
msgid "Watch the Video"
|
1003 |
msgstr "Смотреть видео"
|
1004 |
|
1005 |
+
#: class-bws-settings.php:1060
|
1006 |
msgid "Start Your Free Trial"
|
1007 |
msgstr "Использовать бесплатную Trial версию"
|
1008 |
|
1009 |
+
#: deprecated.php:93
|
1010 |
+
msgid "System Status"
|
1011 |
+
msgstr "Системная информация"
|
1012 |
+
|
1013 |
+
#: deprecated.php:204
|
1014 |
+
msgid "Please, enter your license key"
|
1015 |
+
msgstr "Пожалуйста, введите Ваш лицензионный ключ"
|
1016 |
+
|
1017 |
+
#: deprecated.php:223
|
1018 |
+
msgid ""
|
1019 |
+
"If necessary, you can check if the license key is correct or reenter it in "
|
1020 |
+
"the field below. You can find your license key on your personal page - "
|
1021 |
+
"Client Area - on our website"
|
1022 |
+
msgstr ""
|
1023 |
+
"При необходимости вы можете проверить валидность лицензионного ключа или "
|
1024 |
+
"повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на "
|
1025 |
+
"своей личной странице - Client Area - на нашем сайте"
|
1026 |
+
|
1027 |
+
#: deprecated.php:223
|
1028 |
+
msgid ""
|
1029 |
+
"(your username is the email address specified during the purchase). If "
|
1030 |
+
"necessary, please submit \"Lost your password?\" request."
|
1031 |
+
msgstr ""
|
1032 |
+
"(ваше имя пользователя - это емейл, указанный при покупке). При "
|
1033 |
+
"необходимости нажмите \"Забыли пароль?\"."
|
1034 |
+
|
1035 |
+
#: deprecated.php:247
|
1036 |
+
msgid "After that, you can activate it by entering your license key."
|
1037 |
+
msgstr "После этого вы сможете активировать его введя лицензионный ключ."
|
1038 |
+
|
1039 |
+
#: deprecated.php:249 deprecated.php:688
|
1040 |
+
msgid "License key can be found in the"
|
1041 |
+
msgstr "Лицензионный ключ можно найти в"
|
1042 |
+
|
1043 |
+
#: deprecated.php:251 deprecated.php:690
|
1044 |
+
msgid "(your username is the email address specified during the purchase)."
|
1045 |
+
msgstr "(ваше имя пользователя - это емейл, указанный при покупке)."
|
1046 |
+
|
1047 |
+
#: deprecated.php:278
|
1048 |
+
msgid ""
|
1049 |
+
"Congratulations! The Pro license of the plugin is activated successfully."
|
1050 |
+
msgstr "Поздравляем! Pro версия плагина успешно активирована."
|
1051 |
+
|
1052 |
+
#: deprecated.php:280 deprecated.php:669
|
1053 |
+
msgid "Please, go to"
|
1054 |
+
msgstr "Пожалуйста, перейдите на"
|
1055 |
+
|
1056 |
+
#: deprecated.php:280 deprecated.php:669
|
1057 |
+
msgid "the setting page"
|
1058 |
+
msgstr "страницу настроек"
|
1059 |
+
|
1060 |
+
#: deprecated.php:281 deprecated.php:670
|
1061 |
+
msgid "You will be redirected automatically in 5 seconds."
|
1062 |
+
msgstr "Вы будете перенаправлены автоматически через 5 секунд."
|
1063 |
+
|
1064 |
+
#: deprecated.php:315
|
1065 |
+
msgid "Check premium options on the plugin settings page!"
|
1066 |
+
msgstr "Просмотрите премиум опции на странице настроек плагина!"
|
1067 |
+
|
1068 |
+
#: deprecated.php:478
|
1069 |
+
msgid "Restore all plugin settings to defaults"
|
1070 |
+
msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
|
1071 |
+
|
1072 |
+
#: deprecated.php:480
|
1073 |
+
msgid "Restore settings"
|
1074 |
+
msgstr "Восстановить настройки"
|
1075 |
+
|
1076 |
+
#: deprecated.php:548 deprecated.php:575
|
1077 |
+
#, php-format
|
1078 |
+
msgid "File %s edited successfully."
|
1079 |
+
msgstr "Файл %s успешно изменён."
|
1080 |
+
|
1081 |
+
#: deprecated.php:550 deprecated.php:577
|
1082 |
+
msgid "Not enough permissions to create or update the file"
|
1083 |
+
msgstr "Не достаточно прав для создания или обновления файла"
|
1084 |
+
|
1085 |
+
#: deprecated.php:580
|
1086 |
+
msgid "Not enough permissions to create the file"
|
1087 |
+
msgstr "Не достаточно прав для создания файла"
|
1088 |
+
|
1089 |
+
#: deprecated.php:624
|
1090 |
+
msgid "Editing"
|
1091 |
+
msgstr "Редактирование"
|
1092 |
+
|
1093 |
+
#: deprecated.php:667
|
1094 |
+
msgid ""
|
1095 |
+
"Congratulations! Pro version of the plugin is installed and activated "
|
1096 |
+
"successfully."
|
1097 |
+
msgstr "Поздравляем! Pro версия плагина успешно загружена и активирована."
|
1098 |
+
|
1099 |
+
#: deprecated.php:677
|
1100 |
+
msgid "Show Pro features"
|
1101 |
+
msgstr "Показать Pro опции"
|
1102 |
+
|
1103 |
+
#: deprecated.php:684
|
1104 |
+
msgid "Enter your license key to install and activate"
|
1105 |
+
msgstr "Введите лицензионный ключ для установки и активации"
|
1106 |
+
|
1107 |
+
#: deprecated.php:686
|
1108 |
+
msgid "version of the plugin."
|
1109 |
+
msgstr "версия плагина."
|
1110 |
+
|
1111 |
+
#: product_list.php:7
|
1112 |
+
msgid "Advertisement"
|
1113 |
+
msgstr "Реклама"
|
1114 |
+
|
1115 |
+
#: product_list.php:8
|
1116 |
+
msgid "Content & Media"
|
1117 |
+
msgstr "Содержание & Медиа"
|
1118 |
+
|
1119 |
+
#: product_list.php:9
|
1120 |
+
msgid "Management"
|
1121 |
+
msgstr "Управление"
|
1122 |
+
|
1123 |
+
#: product_list.php:10
|
1124 |
+
msgid "Recommended"
|
1125 |
+
msgstr "Рекомендованные"
|
1126 |
+
|
1127 |
+
#: product_list.php:11
|
1128 |
+
msgid "Security"
|
1129 |
+
msgstr "Безопасность"
|
1130 |
+
|
1131 |
+
#: product_list.php:12
|
1132 |
+
msgid "Site Stats"
|
1133 |
+
msgstr "Статистика сайта"
|
1134 |
+
|
1135 |
+
#: product_list.php:13
|
1136 |
+
msgid "Social"
|
1137 |
+
msgstr "Социальное"
|
1138 |
+
|
1139 |
+
#: product_list.php:14
|
1140 |
+
msgid "Utilities"
|
1141 |
+
msgstr "Утилиты"
|
1142 |
+
|
1143 |
+
#: product_list.php:15
|
1144 |
+
msgid "Other"
|
1145 |
+
msgstr "Другое"
|
1146 |
+
|
1147 |
+
#~ msgid "Thank you for installing"
|
1148 |
+
#~ msgstr "Спасибо за установку"
|
1149 |
+
|
1150 |
+
#~ msgid "Thank you for choosing"
|
1151 |
+
#~ msgstr "Спасибо за выбор"
|
1152 |
+
|
1153 |
+
#~ msgid "You will be automatically redirected to the %s in 7 seconds."
|
1154 |
+
#~ msgstr "Вы будете автоматически перенаправлены на %s через 7 секунд."
|
1155 |
+
|
1156 |
+
#~ msgid "PHP Safe Mode"
|
1157 |
+
#~ msgstr "PHP Safe Mode"
|
1158 |
+
|
1159 |
#~ msgid "You license for"
|
1160 |
#~ msgstr "Ваш лицензионный ключ для"
|
1161 |
|
bws_menu/languages/bestwebsoft-uk.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-uk.po
CHANGED
@@ -2,10 +2,10 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
-
"Language-Team: bestwebsoft.com <
|
9 |
"Language: ru_RU\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -13,7 +13,7 @@ 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 |
#: bws_functions.php:72 bws_functions.php:190
|
@@ -48,9 +48,9 @@ msgstr "Оцінити"
|
|
48 |
msgid "Need help?"
|
49 |
msgstr "Потрібна допомога?"
|
50 |
|
51 |
-
#: bws_functions.php:103 bws_functions.php:
|
52 |
msgid "Visit Help Center"
|
53 |
-
msgstr "Перейти
|
54 |
|
55 |
#: bws_functions.php:106
|
56 |
msgid "Want to support the plugin?"
|
@@ -77,7 +77,7 @@ msgstr ""
|
|
77 |
"протягом 24 годин, інакше плагін буде деактивовано."
|
78 |
|
79 |
#: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
|
80 |
-
#: class-bws-settings.php:
|
81 |
msgid "Learn More"
|
82 |
msgstr "Дізнатись більше"
|
83 |
|
@@ -123,8 +123,9 @@ msgstr ""
|
|
123 |
"ласка, оновіть WordPress до останньої версії."
|
124 |
|
125 |
#: bws_functions.php:207
|
126 |
-
|
127 |
-
|
|
|
128 |
|
129 |
#: bws_functions.php:208
|
130 |
msgid "Let's get started"
|
@@ -135,9 +136,8 @@ msgstr "Розпочнемо"
|
|
135 |
msgid "Settings"
|
136 |
msgstr "Налаштування"
|
137 |
|
138 |
-
#: bws_functions.php:211
|
139 |
-
#: class-bws-settings.php:
|
140 |
-
#: class-bws-settings.php:1076
|
141 |
msgid "or"
|
142 |
msgstr "або"
|
143 |
|
@@ -198,8 +198,9 @@ msgstr ""
|
|
198 |
"першочергову технічну підтримку та оновлення."
|
199 |
|
200 |
#: bws_functions.php:477
|
201 |
-
|
202 |
-
|
|
|
203 |
|
204 |
#: bws_functions.php:478
|
205 |
msgid ""
|
@@ -214,8 +215,8 @@ msgstr ""
|
|
214 |
msgid "Suggest a Feature"
|
215 |
msgstr "Запропонувати функціонал"
|
216 |
|
217 |
-
#: bws_functions.php:495 class-bws-settings.php:
|
218 |
-
#: class-bws-settings.php:
|
219 |
msgid "Notice"
|
220 |
msgstr "Зауважте"
|
221 |
|
@@ -223,8 +224,8 @@ msgstr "Зауважте"
|
|
223 |
msgid "The plugin's settings have been changed."
|
224 |
msgstr "Налаштування плагіну змінено."
|
225 |
|
226 |
-
#: bws_functions.php:496
|
227 |
-
#:
|
228 |
msgid "Save Changes"
|
229 |
msgstr "Зберегти зміни"
|
230 |
|
@@ -236,81 +237,73 @@ msgstr ""
|
|
236 |
"Ви завжди можете подивитися на преміум опції, натиснувши на кнопку \"Pro "
|
237 |
"опції\" на вкладці \"Різне\"."
|
238 |
|
239 |
-
#: bws_functions.php:
|
240 |
msgid "Add shortcode"
|
241 |
msgstr "Додати шорткод"
|
242 |
|
243 |
-
#: bws_functions.php:
|
244 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
245 |
msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
|
246 |
|
247 |
-
#: bws_functions.php:
|
248 |
msgid "Close"
|
249 |
msgstr "Закрити"
|
250 |
|
251 |
-
#: bws_functions.php:
|
252 |
msgid "Are you sure you want to restore default settings?"
|
253 |
msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
|
254 |
|
255 |
-
#: bws_functions.php:
|
256 |
msgid "Yes, restore all settings"
|
257 |
msgstr "Так, скинути налаштування"
|
258 |
|
259 |
-
#: bws_functions.php:
|
260 |
msgid "No, go back to the settings page"
|
261 |
msgstr "Ні, повернутись назад на сторінку налаштувань"
|
262 |
|
263 |
-
#: bws_functions.php:
|
264 |
msgid "Plugin"
|
265 |
msgstr "Плагін"
|
266 |
|
267 |
-
#: bws_functions.php:
|
268 |
msgid "Shortcode settings"
|
269 |
msgstr "Налаштування шорткоду"
|
270 |
|
271 |
-
#: bws_functions.php:
|
272 |
msgid "The shortcode will be inserted"
|
273 |
msgstr "Буде вставлено шорткод"
|
274 |
|
275 |
-
#: bws_functions.php:
|
276 |
msgid "Insert"
|
277 |
msgstr "Вставити"
|
278 |
|
279 |
-
#: bws_functions.php:
|
280 |
msgid "FAQ"
|
281 |
msgstr "FAQ"
|
282 |
|
283 |
-
#: bws_functions.php:
|
284 |
msgid "For more information:"
|
285 |
msgstr "Для отримання додаткової інформації:"
|
286 |
|
287 |
-
#: bws_functions.php:
|
288 |
msgid "Documentation"
|
289 |
msgstr "Документація"
|
290 |
|
291 |
-
#: bws_functions.php:
|
292 |
msgid "Video Instructions"
|
293 |
msgstr "Відео інструкції"
|
294 |
|
295 |
-
#: bws_functions.php:
|
296 |
msgid "Submit a Request"
|
297 |
msgstr "Надіслати запит"
|
298 |
|
299 |
-
#:
|
300 |
-
msgid "
|
301 |
-
msgstr "
|
302 |
-
|
303 |
-
#: deprecated.php:92 bws_menu.php:308 bws_menu.php:312 bws_menu.php:611
|
304 |
-
msgid "Themes"
|
305 |
-
msgstr "Теми"
|
306 |
-
|
307 |
-
#: deprecated.php:93
|
308 |
-
msgid "System Status"
|
309 |
-
msgstr "Системна інформація"
|
310 |
|
311 |
-
#:
|
312 |
-
#: class-bws-settings.php:
|
313 |
-
#:
|
314 |
msgid ""
|
315 |
"Something went wrong. Please try again later. If the error appears again, "
|
316 |
"please contact us"
|
@@ -318,145 +311,33 @@ msgstr ""
|
|
318 |
"Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
|
319 |
"повідомте нам"
|
320 |
|
321 |
-
#:
|
322 |
-
#: class-bws-settings.php:
|
323 |
-
#:
|
324 |
msgid "We are sorry for inconvenience."
|
325 |
msgstr "Просимо вибачення за незручності."
|
326 |
|
327 |
-
#:
|
328 |
-
#:
|
329 |
msgid "Wrong license key."
|
330 |
msgstr "Неправильний ліцензійний ключ."
|
331 |
|
332 |
-
#:
|
333 |
-
#: class-bws-settings.php:917
|
334 |
-
msgid "This license key is bound to another site."
|
335 |
-
msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
|
336 |
-
|
337 |
-
#: deprecated.php:143 class-bws-settings.php:817
|
338 |
-
msgid ""
|
339 |
-
"This license key is valid, but Your license has expired. If you want to "
|
340 |
-
"update our plugin in future, you should extend the license."
|
341 |
-
msgstr ""
|
342 |
-
"Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
|
343 |
-
"хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
|
344 |
-
|
345 |
-
#: deprecated.php:145 class-bws-settings.php:819
|
346 |
-
msgid "Unfortunately, you have exceeded the number of available tries."
|
347 |
-
msgstr "На жаль, ви перевищили кількість допустимих спроб."
|
348 |
-
|
349 |
-
#: deprecated.php:147 class-bws-settings.php:821
|
350 |
-
msgid ""
|
351 |
-
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
352 |
-
"The Pro Trial license can be installed only once."
|
353 |
-
msgstr ""
|
354 |
-
"На жаль, Trial Pro версія плагіну уже встановлювалась на цей домен. Trial "
|
355 |
-
"Pro версію можна встановлювати лише один раз."
|
356 |
-
|
357 |
-
#: deprecated.php:151 class-bws-settings.php:825
|
358 |
-
msgid "The Pro Trial license key is valid."
|
359 |
-
msgstr "Ключ тріал Pro версії вірний."
|
360 |
-
|
361 |
-
#: deprecated.php:153 bws_menu.php:140 class-bws-settings.php:827
|
362 |
-
msgid "The license key is valid."
|
363 |
-
msgstr "Ліцензійний ключ дійсний."
|
364 |
-
|
365 |
-
#: deprecated.php:156 bws_menu.php:142 class-bws-settings.php:830
|
366 |
-
msgid "Your license will expire on"
|
367 |
-
msgstr "Ваша ліцензія закінчується"
|
368 |
-
|
369 |
-
#: deprecated.php:159 deprecated.php:246 class-bws-settings.php:833
|
370 |
-
#, php-format
|
371 |
-
msgid ""
|
372 |
-
"In order to continue using the plugin it is necessary to buy a %s license."
|
373 |
-
msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
|
374 |
-
|
375 |
-
#: deprecated.php:204
|
376 |
-
msgid "Please, enter your license key"
|
377 |
-
msgstr "Будь ласка, введіть ваш ліцензійний ключ"
|
378 |
-
|
379 |
-
#: deprecated.php:223
|
380 |
-
msgid ""
|
381 |
-
"If necessary, you can check if the license key is correct or reenter it in "
|
382 |
-
"the field below. You can find your license key on your personal page - "
|
383 |
-
"Client Area - on our website"
|
384 |
-
msgstr ""
|
385 |
-
"При необхідності ви можете перевірити правильність вашого ліцензійного ключа "
|
386 |
-
"або знову ввести його у полі, що знаходиться нижче. Ви можете знайти свій "
|
387 |
-
"ліцензійний ключ на вашій персональній сторінці - Client area - на нашому "
|
388 |
-
"сайті"
|
389 |
-
|
390 |
-
#: deprecated.php:223
|
391 |
msgid ""
|
392 |
-
"
|
393 |
-
"
|
394 |
msgstr ""
|
395 |
-
"
|
396 |
-
"необхідності, будь ласка, відправте запит на відновлення вашого паролю."
|
397 |
-
|
398 |
-
#: deprecated.php:227 bws_menu.php:336 bws_menu.php:347
|
399 |
-
#: class-bws-settings.php:749
|
400 |
-
msgid "Check license key"
|
401 |
-
msgstr "Перевірте ліцензійний ключ"
|
402 |
-
|
403 |
-
#: deprecated.php:247
|
404 |
-
msgid "After that, you can activate it by entering your license key."
|
405 |
-
msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
|
406 |
-
|
407 |
-
#: deprecated.php:249 deprecated.php:688
|
408 |
-
msgid "License key can be found in the"
|
409 |
-
msgstr "Ліцензійний ключ можна знайти в"
|
410 |
-
|
411 |
-
#: deprecated.php:251 deprecated.php:690
|
412 |
-
msgid "(your username is the email address specified during the purchase)."
|
413 |
-
msgstr "(ваше ім'я користувача - це емейл, який ви вказували при купівлі)"
|
414 |
|
415 |
-
#:
|
416 |
-
|
417 |
-
|
418 |
-
msgid "Activate"
|
419 |
-
msgstr "Активувати"
|
420 |
|
421 |
-
#:
|
422 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
423 |
msgstr "На жаль, ви перевищили кількість допустимих спроб."
|
424 |
|
425 |
-
#: deprecated.php:
|
426 |
-
msgid ""
|
427 |
-
"Congratulations! The Pro license of the plugin is activated successfully."
|
428 |
-
msgstr "Вітаємо! Pro версію плагіну успішно активовано."
|
429 |
-
|
430 |
-
#: deprecated.php:280 deprecated.php:669
|
431 |
-
msgid "Please, go to"
|
432 |
-
msgstr "Будь ласка, перейдіть на"
|
433 |
-
|
434 |
-
#: deprecated.php:280 deprecated.php:669
|
435 |
-
msgid "the setting page"
|
436 |
-
msgstr "сторінку установок"
|
437 |
-
|
438 |
-
#: deprecated.php:281 deprecated.php:670
|
439 |
-
msgid "You will be redirected automatically in 5 seconds."
|
440 |
-
msgstr "Вас буде перенаправлено автоматично через 5 секунд."
|
441 |
-
|
442 |
-
#: deprecated.php:315
|
443 |
-
msgid "Check premium options on the plugin settings page!"
|
444 |
-
msgstr "Подивіться преміум опції на сторінці налаштувань плагіна!"
|
445 |
-
|
446 |
-
#: deprecated.php:322 bws_menu.php:99 class-bws-settings.php:781
|
447 |
-
msgid "Wrong license key"
|
448 |
-
msgstr "Невірний ключ ліцензії"
|
449 |
-
|
450 |
-
#: deprecated.php:362 deprecated.php:703 class-bws-settings.php:733
|
451 |
-
#: class-bws-settings.php:919
|
452 |
-
msgid ""
|
453 |
-
"Unfortunately, you have exceeded the number of available tries per day. "
|
454 |
-
"Please, upload the plugin manually."
|
455 |
-
msgstr ""
|
456 |
-
"На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
|
457 |
-
"завантажте плагін вручну"
|
458 |
-
|
459 |
-
#: deprecated.php:364 bws_menu.php:132 class-bws-settings.php:921
|
460 |
#, php-format
|
461 |
msgid ""
|
462 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
@@ -465,7 +346,7 @@ msgstr ""
|
|
465 |
"На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
|
466 |
"першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію на %s"
|
467 |
|
468 |
-
#:
|
469 |
msgid ""
|
470 |
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
471 |
"Trial license can be installed only once."
|
@@ -473,32 +354,19 @@ msgstr ""
|
|
473 |
"На жаль, Pro ліцензія уже використовувалась на цьому домені. Тріал Pro "
|
474 |
"версії плагіну можна використати лише один раз."
|
475 |
|
476 |
-
#:
|
477 |
-
|
478 |
-
|
479 |
-
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
480 |
-
msgstr ""
|
481 |
-
"Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
|
482 |
-
|
483 |
-
#: deprecated.php:399 bws_menu.php:417 class-bws-settings.php:959
|
484 |
-
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
485 |
-
msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
|
486 |
|
487 |
-
#:
|
488 |
-
msgid ""
|
489 |
-
"
|
490 |
-
"plugin manually"
|
491 |
-
msgstr ""
|
492 |
-
"Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
|
493 |
-
"вручну"
|
494 |
|
495 |
-
#:
|
496 |
-
msgid "
|
497 |
-
msgstr ""
|
498 |
-
"Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
|
499 |
-
"вручну"
|
500 |
|
501 |
-
#:
|
502 |
msgid ""
|
503 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
504 |
"sorry for inconvenience."
|
@@ -506,193 +374,88 @@ msgstr ""
|
|
506 |
"Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін "
|
507 |
"вручну. Просимо вибачення за незручності."
|
508 |
|
509 |
-
#:
|
510 |
-
msgid "Please, enter Your license key"
|
511 |
-
msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
|
512 |
-
|
513 |
-
#: deprecated.php:478
|
514 |
-
msgid "Restore all plugin settings to defaults"
|
515 |
-
msgstr "Скинути налаштування плагіну до стандартних"
|
516 |
-
|
517 |
-
#: deprecated.php:480
|
518 |
-
msgid "Restore settings"
|
519 |
-
msgstr "Скинути налаштування"
|
520 |
-
|
521 |
-
#: deprecated.php:497 class-bws-settings.php:421
|
522 |
-
msgid "You do not have sufficient permissions to edit plugins for this site."
|
523 |
-
msgstr "У вас недостатньо повноважень для редагування плагінів цього сайту."
|
524 |
-
|
525 |
-
#: deprecated.php:548 deprecated.php:575
|
526 |
-
#, php-format
|
527 |
-
msgid "File %s edited successfully."
|
528 |
-
msgstr "Файл %s успішно відредаговано."
|
529 |
-
|
530 |
-
#: deprecated.php:550 deprecated.php:577
|
531 |
-
msgid "Not enough permissions to create or update the file"
|
532 |
-
msgstr "У Вас недостатньо дозволів для створення або поновлення файлу"
|
533 |
-
|
534 |
-
#: deprecated.php:580
|
535 |
-
msgid "Not enough permissions to create the file"
|
536 |
-
msgstr "У Вас недостатньо дозволів для створення файлу"
|
537 |
-
|
538 |
-
#: deprecated.php:618 class-bws-settings.php:426
|
539 |
-
msgid "These styles will be added to the header on all pages of your site."
|
540 |
-
msgstr "Ці стилі будуть додані в заголовок на всіх сторінках вашого сайту."
|
541 |
-
|
542 |
-
#: deprecated.php:620 class-bws-settings.php:429
|
543 |
-
#, php-format
|
544 |
-
msgid ""
|
545 |
-
"This PHP code will be hooked to the %s action and will be printed on front "
|
546 |
-
"end only."
|
547 |
-
msgstr ""
|
548 |
-
"Цей PHP код буде прикріплений до %s action і буде додано лише у фронтенді."
|
549 |
-
|
550 |
-
#: deprecated.php:624
|
551 |
-
msgid "Editing"
|
552 |
-
msgstr "Редагування"
|
553 |
-
|
554 |
-
#: deprecated.php:626 class-bws-settings.php:450
|
555 |
-
msgid "Browsing"
|
556 |
-
msgstr "Огляд"
|
557 |
-
|
558 |
-
#: deprecated.php:633 class-bws-settings.php:461
|
559 |
-
#, php-format
|
560 |
-
msgid "Learn more about %s"
|
561 |
-
msgstr "Дізнатись більше про %s"
|
562 |
-
|
563 |
-
#: deprecated.php:644 class-bws-settings.php:440
|
564 |
-
#, php-format
|
565 |
-
msgid ""
|
566 |
-
"You need to make this files writable before you can save your changes. See "
|
567 |
-
"%s the Codex %s for more information."
|
568 |
-
msgstr ""
|
569 |
-
"Вам потрібно зробити цей файл доступним для запису, перед тим як ви зможете "
|
570 |
-
"зберегти свої зміни. Перегляньте %sКодекс%s для додаткової інформації."
|
571 |
-
|
572 |
-
#: deprecated.php:667
|
573 |
-
msgid ""
|
574 |
-
"Congratulations! Pro version of the plugin is installed and activated "
|
575 |
-
"successfully."
|
576 |
-
msgstr "Вітаємо! Pro версію плагіну успішно завантажено та активовано."
|
577 |
-
|
578 |
-
#: deprecated.php:677
|
579 |
-
msgid "Show Pro features"
|
580 |
-
msgstr "Показати Pro опції"
|
581 |
-
|
582 |
-
#: deprecated.php:684
|
583 |
-
msgid "Enter your license key to install and activate"
|
584 |
-
msgstr "Введіть ліцензійний ключ для установки і активації"
|
585 |
-
|
586 |
-
#: deprecated.php:686
|
587 |
-
msgid "version of the plugin."
|
588 |
-
msgstr "версія плагіна."
|
589 |
-
|
590 |
-
#: deprecated.php:694 class-bws-settings.php:736
|
591 |
-
#, php-format
|
592 |
-
msgid "Start Your Free %s-Day Trial Now"
|
593 |
-
msgstr "Спробуйте %s-денну Trial версію безкоштовно"
|
594 |
-
|
595 |
-
#: bws_menu.php:128
|
596 |
-
msgid ""
|
597 |
-
"This license key is bound to another site. Change it via personal Client "
|
598 |
-
"Area."
|
599 |
-
msgstr ""
|
600 |
-
"Цей ліцензійний ключ прив'язано до іншого сайту. Змініть це в Client Area."
|
601 |
-
|
602 |
-
#: bws_menu.php:128
|
603 |
-
msgid "Log in"
|
604 |
-
msgstr "Увійти"
|
605 |
-
|
606 |
-
#: bws_menu.php:144
|
607 |
-
msgid "Congratulations! Pro Membership license is activated successfully."
|
608 |
-
msgstr "Вітаємо! Pro Membership ліцензія успішно активована."
|
609 |
-
|
610 |
-
#: bws_menu.php:161
|
611 |
msgid "Please enter your license key."
|
612 |
msgstr "Будь ласка, введіть ваш ліцензійний ключ."
|
613 |
|
614 |
-
#: bws_menu.php:
|
615 |
msgid "Not set"
|
616 |
msgstr "Не задано"
|
617 |
|
618 |
-
#: bws_menu.php:
|
619 |
msgid "On"
|
620 |
msgstr "Увімк."
|
621 |
|
622 |
-
#: bws_menu.php:
|
623 |
msgid "Off"
|
624 |
msgstr "Вимк."
|
625 |
|
626 |
-
#: bws_menu.php:
|
627 |
-
#: bws_menu.php:
|
628 |
msgid "N/A"
|
629 |
msgstr "Невідомо"
|
630 |
|
631 |
-
#: bws_menu.php:
|
632 |
msgid " Mb"
|
633 |
msgstr "Мб"
|
634 |
|
635 |
-
#: bws_menu.php:
|
636 |
msgid "Yes"
|
637 |
msgstr "Так"
|
638 |
|
639 |
-
#: bws_menu.php:
|
640 |
msgid "No"
|
641 |
msgstr "Ні"
|
642 |
|
643 |
-
#: bws_menu.php:
|
644 |
msgid "WordPress Environment"
|
645 |
msgstr "Системне оточення WordPress"
|
646 |
|
647 |
-
#: bws_menu.php:
|
648 |
msgid "Home URL"
|
649 |
msgstr "Адреса домашньої сторінки"
|
650 |
|
651 |
-
#: bws_menu.php:
|
652 |
msgid "Website URL"
|
653 |
msgstr "Адреса сайту"
|
654 |
|
655 |
-
#: bws_menu.php:
|
656 |
msgid "WP Version"
|
657 |
msgstr "Версія WordPress"
|
658 |
|
659 |
-
#: bws_menu.php:
|
660 |
msgid "WP Multisite"
|
661 |
msgstr "Мультисайт"
|
662 |
|
663 |
-
#: bws_menu.php:
|
664 |
msgid "WP Memory Limit"
|
665 |
msgstr "Ліміт пам’яті WordPress"
|
666 |
|
667 |
-
#: bws_menu.php:
|
668 |
msgid "Active Theme"
|
669 |
msgstr "Активна тема"
|
670 |
|
671 |
-
#: bws_menu.php:
|
672 |
#, php-format
|
673 |
msgid "by %s"
|
674 |
msgstr "%s"
|
675 |
|
676 |
-
#: bws_menu.php:
|
677 |
msgid "Server Environment"
|
678 |
msgstr "Системне оточення сервера"
|
679 |
|
680 |
-
#: bws_menu.php:
|
681 |
msgid "Operating System"
|
682 |
msgstr "Операційна система"
|
683 |
|
684 |
-
#: bws_menu.php:
|
685 |
msgid "Server"
|
686 |
msgstr "Тип серверу"
|
687 |
|
688 |
-
#: bws_menu.php:
|
689 |
msgid "PHP Version"
|
690 |
msgstr "Версія PHP"
|
691 |
|
692 |
-
#: bws_menu.php:211
|
693 |
-
msgid "PHP Safe Mode"
|
694 |
-
msgstr "PHP Безпечний режим"
|
695 |
-
|
696 |
#: bws_menu.php:212
|
697 |
msgid "PHP Allow URL fopen"
|
698 |
msgstr "Дозволити PHP URL fopen"
|
@@ -769,9 +532,17 @@ msgstr "Дякуємо, що звернулись до нас."
|
|
769 |
msgid "Sorry, email message could not be delivered."
|
770 |
msgstr "Вибачте, ваше емейл не може бути доставлено"
|
771 |
|
772 |
-
#: bws_menu.php:
|
773 |
-
msgid "
|
774 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
775 |
|
776 |
#: bws_menu.php:317
|
777 |
msgid "Support"
|
@@ -790,10 +561,21 @@ msgstr "Отримати Доступ до %s+ Преміум Плагинам"
|
|
790 |
msgid "Subscribe to Pro Membership"
|
791 |
msgstr "Підписатися на Pro Membership"
|
792 |
|
|
|
|
|
|
|
|
|
|
|
793 |
#: bws_menu.php:339
|
794 |
msgid "Enter your license key"
|
795 |
msgstr "Ваш ліцензійний ключ"
|
796 |
|
|
|
|
|
|
|
|
|
|
|
|
|
797 |
#: bws_menu.php:361
|
798 |
msgid "Upload Plugin"
|
799 |
msgstr "Завантажити плагін"
|
@@ -831,6 +613,14 @@ msgstr "Встановлення плагіну"
|
|
831 |
msgid "Downloading install package from"
|
832 |
msgstr "Завантаження встановлюючого пакунку з"
|
833 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
834 |
#: bws_menu.php:408
|
835 |
msgid "Unpacking the package"
|
836 |
msgstr "Розпакування пакета"
|
@@ -839,11 +629,29 @@ msgstr "Розпакування пакета"
|
|
839 |
msgid "Installing the plugin"
|
840 |
msgstr "Встановлення плагіну"
|
841 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
842 |
#: bws_menu.php:427
|
843 |
#, php-format
|
844 |
msgid "The plugin %s is successfully installed."
|
845 |
msgstr "Плагін %s успішно встановлено."
|
846 |
|
|
|
|
|
|
|
|
|
|
|
|
|
847 |
#: bws_menu.php:439
|
848 |
msgid "Activate Plugin"
|
849 |
msgstr "Активувати плагін"
|
@@ -889,7 +697,7 @@ msgstr "Оновити до версії %s"
|
|
889 |
msgid "Install Now"
|
890 |
msgstr "Встановити"
|
891 |
|
892 |
-
#: bws_menu.php:549 class-bws-settings.php:
|
893 |
msgid "Upgrade to Pro"
|
894 |
msgstr "Оновитися на Pro"
|
895 |
|
@@ -926,106 +734,104 @@ msgstr "Відправити службі тех. підтримки"
|
|
926 |
msgid "Send to custom email »"
|
927 |
msgstr "Відправити на електронну адресу »"
|
928 |
|
929 |
-
#:
|
930 |
-
msgid "Advertisement"
|
931 |
-
msgstr "Реклама"
|
932 |
-
|
933 |
-
#: product_list.php:8
|
934 |
-
msgid "Content & Media"
|
935 |
-
msgstr "Зміст & Медіа"
|
936 |
-
|
937 |
-
#: product_list.php:9
|
938 |
-
msgid "Management"
|
939 |
-
msgstr "Управління"
|
940 |
-
|
941 |
-
#: product_list.php:10
|
942 |
-
msgid "Recommended"
|
943 |
-
msgstr "Рекомендовані "
|
944 |
-
|
945 |
-
#: product_list.php:11
|
946 |
-
msgid "Security"
|
947 |
-
msgstr "Безпека"
|
948 |
-
|
949 |
-
#: product_list.php:12
|
950 |
-
msgid "Site Stats"
|
951 |
-
msgstr "Статистика сайту"
|
952 |
-
|
953 |
-
#: product_list.php:13
|
954 |
-
msgid "Social"
|
955 |
-
msgstr "Соціальне"
|
956 |
-
|
957 |
-
#: product_list.php:14
|
958 |
-
msgid "Utilities"
|
959 |
-
msgstr "Утиліти"
|
960 |
-
|
961 |
-
#: product_list.php:15
|
962 |
-
msgid "Other"
|
963 |
-
msgstr "Інше"
|
964 |
-
|
965 |
-
#: class-bws-settings.php:129
|
966 |
msgid "Information"
|
967 |
msgstr "Інформація"
|
968 |
|
969 |
-
#: class-bws-settings.php:
|
970 |
msgid "Inactive"
|
971 |
msgstr "Неактивна"
|
972 |
|
973 |
-
#: class-bws-settings.php:
|
974 |
msgid "Expired"
|
975 |
msgstr "Закінчилась"
|
976 |
|
977 |
-
#: class-bws-settings.php:
|
978 |
#, php-format
|
979 |
msgid "%s day(-s) left"
|
980 |
msgstr "%s днів залишилося"
|
981 |
|
982 |
-
#: class-bws-settings.php:
|
983 |
#, php-format
|
984 |
msgid "Expired on %s"
|
985 |
msgstr "Витікає %s"
|
986 |
|
987 |
-
#: class-bws-settings.php:
|
988 |
msgid "Renew Now"
|
989 |
msgstr "Відновити зараз"
|
990 |
|
991 |
-
#: class-bws-settings.php:
|
992 |
msgid "Active"
|
993 |
msgstr "Активна"
|
994 |
|
995 |
-
#: class-bws-settings.php:
|
996 |
msgid "License"
|
997 |
msgstr "Ліцензія"
|
998 |
|
999 |
-
#: class-bws-settings.php:
|
1000 |
msgid "Status"
|
1001 |
msgstr "Статус"
|
1002 |
|
1003 |
-
#: class-bws-settings.php:
|
1004 |
msgid "Version"
|
1005 |
msgstr "Версія"
|
1006 |
|
1007 |
-
#: class-bws-settings.php:
|
1008 |
msgid "All plugin settings were restored."
|
1009 |
msgstr "Усі налаштування плагіну відновлені."
|
1010 |
|
1011 |
-
#: class-bws-settings.php:
|
1012 |
msgid "Custom Code"
|
1013 |
msgstr "Користувацький код"
|
1014 |
|
1015 |
-
#: class-bws-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1016 |
msgid "These code will be added to the header on all pages of your site."
|
1017 |
msgstr "Цей код буде додано в заголовок на всіх сторінках вашого сайту."
|
1018 |
|
1019 |
-
#: class-bws-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1020 |
#, php-format
|
1021 |
msgid "Activate custom %s code."
|
1022 |
msgstr "Активувать користувацький %s код."
|
1023 |
|
1024 |
-
#: class-bws-settings.php:
|
|
|
|
|
|
|
|
|
|
|
1025 |
msgid "Miscellaneous Settings"
|
1026 |
msgstr "Інші налаштування"
|
1027 |
|
1028 |
-
#: class-bws-settings.php:
|
1029 |
#, php-format
|
1030 |
msgid ""
|
1031 |
"It is prohibited to change %s settings on this site in the %s network "
|
@@ -1034,7 +840,7 @@ msgstr ""
|
|
1034 |
"Мережевими налаштуваннями %s забороняється змінювати налаштування %s на "
|
1035 |
"цьому сайті."
|
1036 |
|
1037 |
-
#: class-bws-settings.php:
|
1038 |
#, php-format
|
1039 |
msgid ""
|
1040 |
"It is prohibited to view %s settings on this site in the %s network settings."
|
@@ -1042,42 +848,42 @@ msgstr ""
|
|
1042 |
"Мережевими налаштуваннями %s забороняється дивитися налаштування %s на цьому "
|
1043 |
"сайті."
|
1044 |
|
1045 |
-
#: class-bws-settings.php:
|
1046 |
msgid "Pro Options"
|
1047 |
msgstr "Pro опції"
|
1048 |
|
1049 |
-
#: class-bws-settings.php:
|
1050 |
msgid "Enable to display plugin Pro options."
|
1051 |
msgstr "Увімкніть для відображення Pro опцій плагіна."
|
1052 |
|
1053 |
-
#: class-bws-settings.php:
|
1054 |
msgid "Track Usage"
|
1055 |
msgstr "Збирати статистику"
|
1056 |
|
1057 |
-
#: class-bws-settings.php:
|
1058 |
msgid ""
|
1059 |
"Enable to allow tracking plugin usage anonymously in order to make it better."
|
1060 |
msgstr ""
|
1061 |
"Включити, щоб дозволити анонімно відстежувати використання і зробити плагін "
|
1062 |
"краще."
|
1063 |
|
1064 |
-
#: class-bws-settings.php:
|
1065 |
msgid "Default Settings"
|
1066 |
msgstr "Налаштування за замовчуванням"
|
1067 |
|
1068 |
-
#: class-bws-settings.php:
|
1069 |
msgid "Restore Settings"
|
1070 |
msgstr "Відновлення налаштувань"
|
1071 |
|
1072 |
-
#: class-bws-settings.php:
|
1073 |
msgid "This will restore plugin settings to defaults."
|
1074 |
msgstr "Відновити всі налаштування плагіна до налаштувань за замовчуванням."
|
1075 |
|
1076 |
-
#: class-bws-settings.php:
|
1077 |
msgid "Import / Export"
|
1078 |
msgstr "Імпорт / Експорт"
|
1079 |
|
1080 |
-
#: class-bws-settings.php:
|
1081 |
#: class-bws-settings.php:746
|
1082 |
msgid "License Key"
|
1083 |
msgstr "Ключ ліцензії"
|
@@ -1088,8 +894,8 @@ msgstr "Вітаємо! Pro ліцензія успішно активована
|
|
1088 |
|
1089 |
#: class-bws-settings.php:715
|
1090 |
#, php-format
|
1091 |
-
msgid "You will be automatically redirected to the %s in
|
1092 |
-
msgstr "Вас буде автоматично перенаправлено на %s через
|
1093 |
|
1094 |
#: class-bws-settings.php:715
|
1095 |
msgid "Settings page"
|
@@ -1102,6 +908,20 @@ msgstr ""
|
|
1102 |
"Введіть ліцензійний ключ для активації %s і отримання додаткових можливостей "
|
1103 |
"плагіна."
|
1104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1105 |
#: class-bws-settings.php:751
|
1106 |
msgid ""
|
1107 |
"If necessary, you can check if the license key is correct or reenter it in "
|
@@ -1126,22 +946,212 @@ msgstr ""
|
|
1126 |
"Керуй активними ліцензіями, завантажуй BWS продукти, а також переглядай "
|
1127 |
"історію платежів за допомогою BestWebSoft Client Area."
|
1128 |
|
1129 |
-
#: class-bws-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1130 |
msgid "Need Help?"
|
1131 |
msgstr "Потрібна допомога?"
|
1132 |
|
1133 |
-
#: class-bws-settings.php:
|
1134 |
msgid "Read the Instruction"
|
1135 |
msgstr "Читати інструкцію"
|
1136 |
|
1137 |
-
#: class-bws-settings.php:
|
1138 |
msgid "Watch the Video"
|
1139 |
msgstr "Дивитися відео"
|
1140 |
|
1141 |
-
#: class-bws-settings.php:
|
1142 |
msgid "Start Your Free Trial"
|
1143 |
msgstr "Використовувати безкоштовну Trial версію"
|
1144 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1145 |
#~ msgid "You license for"
|
1146 |
#~ msgstr "Ваша ліцензія для"
|
1147 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-03-28 13:52+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-03-28 13:54+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
+
"Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.8.7.1\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: bws_functions.php:72 bws_functions.php:190
|
48 |
msgid "Need help?"
|
49 |
msgstr "Потрібна допомога?"
|
50 |
|
51 |
+
#: bws_functions.php:103 bws_functions.php:916 class-bws-settings.php:1047
|
52 |
msgid "Visit Help Center"
|
53 |
+
msgstr "Перейти до Help Center"
|
54 |
|
55 |
#: bws_functions.php:106
|
56 |
msgid "Want to support the plugin?"
|
77 |
"протягом 24 годин, інакше плагін буде деактивовано."
|
78 |
|
79 |
#: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
|
80 |
+
#: class-bws-settings.php:143
|
81 |
msgid "Learn More"
|
82 |
msgstr "Дізнатись більше"
|
83 |
|
123 |
"ласка, оновіть WordPress до останньої версії."
|
124 |
|
125 |
#: bws_functions.php:207
|
126 |
+
#, php-format
|
127 |
+
msgid "Thank you for installing %s plugin!"
|
128 |
+
msgstr "Дякуємо, що встановили %s плагін!"
|
129 |
|
130 |
#: bws_functions.php:208
|
131 |
msgid "Let's get started"
|
136 |
msgid "Settings"
|
137 |
msgstr "Налаштування"
|
138 |
|
139 |
+
#: bws_functions.php:211 bws_menu.php:328 class-bws-settings.php:736
|
140 |
+
#: class-bws-settings.php:1049 class-bws-settings.php:1059 deprecated.php:694
|
|
|
141 |
msgid "or"
|
142 |
msgstr "або"
|
143 |
|
198 |
"першочергову технічну підтримку та оновлення."
|
199 |
|
200 |
#: bws_functions.php:477
|
201 |
+
#, php-format
|
202 |
+
msgid "Thank you for choosing %s plugin!"
|
203 |
+
msgstr "Дякую за вибір плагіна %s!"
|
204 |
|
205 |
#: bws_functions.php:478
|
206 |
msgid ""
|
215 |
msgid "Suggest a Feature"
|
216 |
msgstr "Запропонувати функціонал"
|
217 |
|
218 |
+
#: bws_functions.php:495 class-bws-settings.php:533 class-bws-settings.php:536
|
219 |
+
#: class-bws-settings.php:584 class-bws-settings.php:587
|
220 |
msgid "Notice"
|
221 |
msgstr "Зауважте"
|
222 |
|
224 |
msgid "The plugin's settings have been changed."
|
225 |
msgstr "Налаштування плагіну змінено."
|
226 |
|
227 |
+
#: bws_functions.php:496 class-bws-settings.php:182 class-bws-settings.php:202
|
228 |
+
#: deprecated.php:640
|
229 |
msgid "Save Changes"
|
230 |
msgstr "Зберегти зміни"
|
231 |
|
237 |
"Ви завжди можете подивитися на преміум опції, натиснувши на кнопку \"Pro "
|
238 |
"опції\" на вкладці \"Різне\"."
|
239 |
|
240 |
+
#: bws_functions.php:651
|
241 |
msgid "Add shortcode"
|
242 |
msgstr "Додати шорткод"
|
243 |
|
244 |
+
#: bws_functions.php:651
|
245 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
246 |
msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
|
247 |
|
248 |
+
#: bws_functions.php:700
|
249 |
msgid "Close"
|
250 |
msgstr "Закрити"
|
251 |
|
252 |
+
#: bws_functions.php:792
|
253 |
msgid "Are you sure you want to restore default settings?"
|
254 |
msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
|
255 |
|
256 |
+
#: bws_functions.php:795
|
257 |
msgid "Yes, restore all settings"
|
258 |
msgstr "Так, скинути налаштування"
|
259 |
|
260 |
+
#: bws_functions.php:796
|
261 |
msgid "No, go back to the settings page"
|
262 |
msgstr "Ні, повернутись назад на сторінку налаштувань"
|
263 |
|
264 |
+
#: bws_functions.php:842
|
265 |
msgid "Plugin"
|
266 |
msgstr "Плагін"
|
267 |
|
268 |
+
#: bws_functions.php:851
|
269 |
msgid "Shortcode settings"
|
270 |
msgstr "Налаштування шорткоду"
|
271 |
|
272 |
+
#: bws_functions.php:856
|
273 |
msgid "The shortcode will be inserted"
|
274 |
msgstr "Буде вставлено шорткод"
|
275 |
|
276 |
+
#: bws_functions.php:861
|
277 |
msgid "Insert"
|
278 |
msgstr "Вставити"
|
279 |
|
280 |
+
#: bws_functions.php:921
|
281 |
msgid "FAQ"
|
282 |
msgstr "FAQ"
|
283 |
|
284 |
+
#: bws_functions.php:927
|
285 |
msgid "For more information:"
|
286 |
msgstr "Для отримання додаткової інформації:"
|
287 |
|
288 |
+
#: bws_functions.php:928
|
289 |
msgid "Documentation"
|
290 |
msgstr "Документація"
|
291 |
|
292 |
+
#: bws_functions.php:929
|
293 |
msgid "Video Instructions"
|
294 |
msgstr "Відео інструкції"
|
295 |
|
296 |
+
#: bws_functions.php:930
|
297 |
msgid "Submit a Request"
|
298 |
msgstr "Надіслати запит"
|
299 |
|
300 |
+
#: bws_menu.php:101 class-bws-settings.php:781 deprecated.php:322
|
301 |
+
msgid "Wrong license key"
|
302 |
+
msgstr "Невірний ключ ліцензії"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
|
304 |
+
#: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
|
305 |
+
#: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
|
306 |
+
#: deprecated.php:352
|
307 |
msgid ""
|
308 |
"Something went wrong. Please try again later. If the error appears again, "
|
309 |
"please contact us"
|
311 |
"Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
|
312 |
"повідомте нам"
|
313 |
|
314 |
+
#: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
|
315 |
+
#: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
|
316 |
+
#: deprecated.php:352
|
317 |
msgid "We are sorry for inconvenience."
|
318 |
msgstr "Просимо вибачення за незручності."
|
319 |
|
320 |
+
#: bws_menu.php:128 class-bws-settings.php:813 class-bws-settings.php:916
|
321 |
+
#: deprecated.php:139 deprecated.php:358
|
322 |
msgid "Wrong license key."
|
323 |
msgstr "Неправильний ліцензійний ключ."
|
324 |
|
325 |
+
#: bws_menu.php:130
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
326 |
msgid ""
|
327 |
+
"This license key is bound to another site. Change it via personal Client "
|
328 |
+
"Area."
|
329 |
msgstr ""
|
330 |
+
"Цей ліцензійний ключ прив'язано до іншого сайту. Змініть це в Client Area."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
331 |
|
332 |
+
#: bws_menu.php:130
|
333 |
+
msgid "Log in"
|
334 |
+
msgstr "Увійти"
|
|
|
|
|
335 |
|
336 |
+
#: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
|
337 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
338 |
msgstr "На жаль, ви перевищили кількість допустимих спроб."
|
339 |
|
340 |
+
#: bws_menu.php:134 class-bws-settings.php:922 deprecated.php:364
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
341 |
#, php-format
|
342 |
msgid ""
|
343 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
346 |
"На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
|
347 |
"першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію на %s"
|
348 |
|
349 |
+
#: bws_menu.php:136 class-bws-settings.php:924 deprecated.php:366
|
350 |
msgid ""
|
351 |
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
352 |
"Trial license can be installed only once."
|
354 |
"На жаль, Pro ліцензія уже використовувалась на цьому домені. Тріал Pro "
|
355 |
"версії плагіну можна використати лише один раз."
|
356 |
|
357 |
+
#: bws_menu.php:142 class-bws-settings.php:828 deprecated.php:153
|
358 |
+
msgid "The license key is valid."
|
359 |
+
msgstr "Ліцензійний ключ дійсний."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
360 |
|
361 |
+
#: bws_menu.php:144 class-bws-settings.php:831 deprecated.php:156
|
362 |
+
msgid "Your license will expire on"
|
363 |
+
msgstr "Ваша ліцензія закінчується"
|
|
|
|
|
|
|
|
|
364 |
|
365 |
+
#: bws_menu.php:146
|
366 |
+
msgid "Congratulations! Pro Membership license is activated successfully."
|
367 |
+
msgstr "Вітаємо! Pro Membership ліцензія успішно активована."
|
|
|
|
|
368 |
|
369 |
+
#: bws_menu.php:153 class-bws-settings.php:996 deprecated.php:435
|
370 |
msgid ""
|
371 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
372 |
"sorry for inconvenience."
|
374 |
"Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін "
|
375 |
"вручну. Просимо вибачення за незручності."
|
376 |
|
377 |
+
#: bws_menu.php:163
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
378 |
msgid "Please enter your license key."
|
379 |
msgstr "Будь ласка, введіть ваш ліцензійний ключ."
|
380 |
|
381 |
+
#: bws_menu.php:174
|
382 |
msgid "Not set"
|
383 |
msgstr "Не задано"
|
384 |
|
385 |
+
#: bws_menu.php:176
|
386 |
msgid "On"
|
387 |
msgstr "Увімк."
|
388 |
|
389 |
+
#: bws_menu.php:176
|
390 |
msgid "Off"
|
391 |
msgstr "Вимк."
|
392 |
|
393 |
+
#: bws_menu.php:177 bws_menu.php:178 bws_menu.php:179 bws_menu.php:180
|
394 |
+
#: bws_menu.php:181 bws_menu.php:182 bws_menu.php:191
|
395 |
msgid "N/A"
|
396 |
msgstr "Невідомо"
|
397 |
|
398 |
+
#: bws_menu.php:182
|
399 |
msgid " Mb"
|
400 |
msgstr "Мб"
|
401 |
|
402 |
+
#: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
|
403 |
msgid "Yes"
|
404 |
msgstr "Так"
|
405 |
|
406 |
+
#: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
|
407 |
msgid "No"
|
408 |
msgstr "Ні"
|
409 |
|
410 |
+
#: bws_menu.php:196
|
411 |
msgid "WordPress Environment"
|
412 |
msgstr "Системне оточення WordPress"
|
413 |
|
414 |
+
#: bws_menu.php:198
|
415 |
msgid "Home URL"
|
416 |
msgstr "Адреса домашньої сторінки"
|
417 |
|
418 |
+
#: bws_menu.php:199
|
419 |
msgid "Website URL"
|
420 |
msgstr "Адреса сайту"
|
421 |
|
422 |
+
#: bws_menu.php:200
|
423 |
msgid "WP Version"
|
424 |
msgstr "Версія WordPress"
|
425 |
|
426 |
+
#: bws_menu.php:201
|
427 |
msgid "WP Multisite"
|
428 |
msgstr "Мультисайт"
|
429 |
|
430 |
+
#: bws_menu.php:202
|
431 |
msgid "WP Memory Limit"
|
432 |
msgstr "Ліміт пам’яті WordPress"
|
433 |
|
434 |
+
#: bws_menu.php:203
|
435 |
msgid "Active Theme"
|
436 |
msgstr "Активна тема"
|
437 |
|
438 |
+
#: bws_menu.php:203 bws_menu.php:248 bws_menu.php:251
|
439 |
#, php-format
|
440 |
msgid "by %s"
|
441 |
msgstr "%s"
|
442 |
|
443 |
+
#: bws_menu.php:207
|
444 |
msgid "Server Environment"
|
445 |
msgstr "Системне оточення сервера"
|
446 |
|
447 |
+
#: bws_menu.php:209
|
448 |
msgid "Operating System"
|
449 |
msgstr "Операційна система"
|
450 |
|
451 |
+
#: bws_menu.php:210
|
452 |
msgid "Server"
|
453 |
msgstr "Тип серверу"
|
454 |
|
455 |
+
#: bws_menu.php:211
|
456 |
msgid "PHP Version"
|
457 |
msgstr "Версія PHP"
|
458 |
|
|
|
|
|
|
|
|
|
459 |
#: bws_menu.php:212
|
460 |
msgid "PHP Allow URL fopen"
|
461 |
msgstr "Дозволити PHP URL fopen"
|
532 |
msgid "Sorry, email message could not be delivered."
|
533 |
msgstr "Вибачте, ваше емейл не може бути доставлено"
|
534 |
|
535 |
+
#: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
|
536 |
+
msgid "Plugins"
|
537 |
+
msgstr "Плагіни"
|
538 |
+
|
539 |
+
#: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
|
540 |
+
msgid "Themes"
|
541 |
+
msgstr "Теми"
|
542 |
+
|
543 |
+
#: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
|
544 |
+
msgid "System status"
|
545 |
+
msgstr "Системна інформація"
|
546 |
|
547 |
#: bws_menu.php:317
|
548 |
msgid "Support"
|
561 |
msgid "Subscribe to Pro Membership"
|
562 |
msgstr "Підписатися на Pro Membership"
|
563 |
|
564 |
+
#: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:749
|
565 |
+
#: deprecated.php:227
|
566 |
+
msgid "Check license key"
|
567 |
+
msgstr "Перевірте ліцензійний ключ"
|
568 |
+
|
569 |
#: bws_menu.php:339
|
570 |
msgid "Enter your license key"
|
571 |
msgstr "Ваш ліцензійний ключ"
|
572 |
|
573 |
+
#: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
|
574 |
+
#: class-bws-settings.php:728 deprecated.php:259 deprecated.php:267
|
575 |
+
#: deprecated.php:629 deprecated.php:700 deprecated.php:709
|
576 |
+
msgid "Activate"
|
577 |
+
msgstr "Активувати"
|
578 |
+
|
579 |
#: bws_menu.php:361
|
580 |
msgid "Upload Plugin"
|
581 |
msgstr "Завантажити плагін"
|
613 |
msgid "Downloading install package from"
|
614 |
msgstr "Завантаження встановлюючого пакунку з"
|
615 |
|
616 |
+
#: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
|
617 |
+
#: class-bws-settings.php:948 class-bws-settings.php:970
|
618 |
+
#: class-bws-settings.php:992 deprecated.php:387 deprecated.php:409
|
619 |
+
#: deprecated.php:431
|
620 |
+
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
621 |
+
msgstr ""
|
622 |
+
"Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
|
623 |
+
|
624 |
#: bws_menu.php:408
|
625 |
msgid "Unpacking the package"
|
626 |
msgstr "Розпакування пакета"
|
629 |
msgid "Installing the plugin"
|
630 |
msgstr "Встановлення плагіну"
|
631 |
|
632 |
+
#: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
|
633 |
+
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
634 |
+
msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
|
635 |
+
|
636 |
+
#: bws_menu.php:424 class-bws-settings.php:966 deprecated.php:405
|
637 |
+
msgid ""
|
638 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
639 |
+
"plugin manually"
|
640 |
+
msgstr ""
|
641 |
+
"Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
|
642 |
+
"вручну"
|
643 |
+
|
644 |
#: bws_menu.php:427
|
645 |
#, php-format
|
646 |
msgid "The plugin %s is successfully installed."
|
647 |
msgstr "Плагін %s успішно встановлено."
|
648 |
|
649 |
+
#: bws_menu.php:434 class-bws-settings.php:973 deprecated.php:412
|
650 |
+
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
651 |
+
msgstr ""
|
652 |
+
"Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
|
653 |
+
"вручну"
|
654 |
+
|
655 |
#: bws_menu.php:439
|
656 |
msgid "Activate Plugin"
|
657 |
msgstr "Активувати плагін"
|
697 |
msgid "Install Now"
|
698 |
msgstr "Встановити"
|
699 |
|
700 |
+
#: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
|
701 |
msgid "Upgrade to Pro"
|
702 |
msgstr "Оновитися на Pro"
|
703 |
|
734 |
msgid "Send to custom email »"
|
735 |
msgstr "Відправити на електронну адресу »"
|
736 |
|
737 |
+
#: class-bws-settings.php:135
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
738 |
msgid "Information"
|
739 |
msgstr "Інформація"
|
740 |
|
741 |
+
#: class-bws-settings.php:143
|
742 |
msgid "Inactive"
|
743 |
msgstr "Неактивна"
|
744 |
|
745 |
+
#: class-bws-settings.php:151
|
746 |
msgid "Expired"
|
747 |
msgstr "Закінчилась"
|
748 |
|
749 |
+
#: class-bws-settings.php:154
|
750 |
#, php-format
|
751 |
msgid "%s day(-s) left"
|
752 |
msgstr "%s днів залишилося"
|
753 |
|
754 |
+
#: class-bws-settings.php:160
|
755 |
#, php-format
|
756 |
msgid "Expired on %s"
|
757 |
msgstr "Витікає %s"
|
758 |
|
759 |
+
#: class-bws-settings.php:160
|
760 |
msgid "Renew Now"
|
761 |
msgstr "Відновити зараз"
|
762 |
|
763 |
+
#: class-bws-settings.php:162
|
764 |
msgid "Active"
|
765 |
msgstr "Активна"
|
766 |
|
767 |
+
#: class-bws-settings.php:167
|
768 |
msgid "License"
|
769 |
msgstr "Ліцензія"
|
770 |
|
771 |
+
#: class-bws-settings.php:170
|
772 |
msgid "Status"
|
773 |
msgstr "Статус"
|
774 |
|
775 |
+
#: class-bws-settings.php:174
|
776 |
msgid "Version"
|
777 |
msgstr "Версія"
|
778 |
|
779 |
+
#: class-bws-settings.php:282
|
780 |
msgid "All plugin settings were restored."
|
781 |
msgstr "Усі налаштування плагіну відновлені."
|
782 |
|
783 |
+
#: class-bws-settings.php:420
|
784 |
msgid "Custom Code"
|
785 |
msgstr "Користувацький код"
|
786 |
|
787 |
+
#: class-bws-settings.php:424 deprecated.php:497
|
788 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
789 |
+
msgstr "У вас недостатньо повноважень для редагування плагінів цього сайту."
|
790 |
+
|
791 |
+
#: class-bws-settings.php:429 deprecated.php:618
|
792 |
+
msgid "These styles will be added to the header on all pages of your site."
|
793 |
+
msgstr "Ці стилі будуть додані в заголовок на всіх сторінках вашого сайту."
|
794 |
+
|
795 |
+
#: class-bws-settings.php:432 deprecated.php:620
|
796 |
+
#, php-format
|
797 |
+
msgid ""
|
798 |
+
"This PHP code will be hooked to the %s action and will be printed on front "
|
799 |
+
"end only."
|
800 |
+
msgstr ""
|
801 |
+
"Цей PHP код буде прикріплений до %s action і буде додано лише у фронтенді."
|
802 |
+
|
803 |
+
#: class-bws-settings.php:435
|
804 |
msgid "These code will be added to the header on all pages of your site."
|
805 |
msgstr "Цей код буде додано в заголовок на всіх сторінках вашого сайту."
|
806 |
|
807 |
+
#: class-bws-settings.php:443 deprecated.php:644
|
808 |
+
#, php-format
|
809 |
+
msgid ""
|
810 |
+
"You need to make this files writable before you can save your changes. See "
|
811 |
+
"%s the Codex %s for more information."
|
812 |
+
msgstr ""
|
813 |
+
"Вам потрібно зробити цей файл доступним для запису, перед тим як ви зможете "
|
814 |
+
"зберегти свої зміни. Перегляньте %sКодекс%s для додаткової інформації."
|
815 |
+
|
816 |
+
#: class-bws-settings.php:453 deprecated.php:626
|
817 |
+
msgid "Browsing"
|
818 |
+
msgstr "Огляд"
|
819 |
+
|
820 |
+
#: class-bws-settings.php:457
|
821 |
#, php-format
|
822 |
msgid "Activate custom %s code."
|
823 |
msgstr "Активувать користувацький %s код."
|
824 |
|
825 |
+
#: class-bws-settings.php:464 deprecated.php:633
|
826 |
+
#, php-format
|
827 |
+
msgid "Learn more about %s"
|
828 |
+
msgstr "Дізнатись більше про %s"
|
829 |
+
|
830 |
+
#: class-bws-settings.php:524
|
831 |
msgid "Miscellaneous Settings"
|
832 |
msgstr "Інші налаштування"
|
833 |
|
834 |
+
#: class-bws-settings.php:533 class-bws-settings.php:584
|
835 |
#, php-format
|
836 |
msgid ""
|
837 |
"It is prohibited to change %s settings on this site in the %s network "
|
840 |
"Мережевими налаштуваннями %s забороняється змінювати налаштування %s на "
|
841 |
"цьому сайті."
|
842 |
|
843 |
+
#: class-bws-settings.php:536 class-bws-settings.php:587
|
844 |
#, php-format
|
845 |
msgid ""
|
846 |
"It is prohibited to view %s settings on this site in the %s network settings."
|
848 |
"Мережевими налаштуваннями %s забороняється дивитися налаштування %s на цьому "
|
849 |
"сайті."
|
850 |
|
851 |
+
#: class-bws-settings.php:545
|
852 |
msgid "Pro Options"
|
853 |
msgstr "Pro опції"
|
854 |
|
855 |
+
#: class-bws-settings.php:548
|
856 |
msgid "Enable to display plugin Pro options."
|
857 |
msgstr "Увімкніть для відображення Pro опцій плагіна."
|
858 |
|
859 |
+
#: class-bws-settings.php:553
|
860 |
msgid "Track Usage"
|
861 |
msgstr "Збирати статистику"
|
862 |
|
863 |
+
#: class-bws-settings.php:556
|
864 |
msgid ""
|
865 |
"Enable to allow tracking plugin usage anonymously in order to make it better."
|
866 |
msgstr ""
|
867 |
"Включити, щоб дозволити анонімно відстежувати використання і зробити плагін "
|
868 |
"краще."
|
869 |
|
870 |
+
#: class-bws-settings.php:560
|
871 |
msgid "Default Settings"
|
872 |
msgstr "Налаштування за замовчуванням"
|
873 |
|
874 |
+
#: class-bws-settings.php:562
|
875 |
msgid "Restore Settings"
|
876 |
msgstr "Відновлення налаштувань"
|
877 |
|
878 |
+
#: class-bws-settings.php:563
|
879 |
msgid "This will restore plugin settings to defaults."
|
880 |
msgstr "Відновити всі налаштування плагіна до налаштувань за замовчуванням."
|
881 |
|
882 |
+
#: class-bws-settings.php:575
|
883 |
msgid "Import / Export"
|
884 |
msgstr "Імпорт / Експорт"
|
885 |
|
886 |
+
#: class-bws-settings.php:691 class-bws-settings.php:724
|
887 |
#: class-bws-settings.php:746
|
888 |
msgid "License Key"
|
889 |
msgstr "Ключ ліцензії"
|
894 |
|
895 |
#: class-bws-settings.php:715
|
896 |
#, php-format
|
897 |
+
msgid "You will be automatically redirected to the %s in %s seconds."
|
898 |
+
msgstr "Вас буде автоматично перенаправлено на %s через %s секунд."
|
899 |
|
900 |
#: class-bws-settings.php:715
|
901 |
msgid "Settings page"
|
908 |
"Введіть ліцензійний ключ для активації %s і отримання додаткових можливостей "
|
909 |
"плагіна."
|
910 |
|
911 |
+
#: class-bws-settings.php:733 class-bws-settings.php:920 deprecated.php:362
|
912 |
+
#: deprecated.php:703
|
913 |
+
msgid ""
|
914 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
915 |
+
"Please, upload the plugin manually."
|
916 |
+
msgstr ""
|
917 |
+
"На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
|
918 |
+
"завантажте плагін вручну"
|
919 |
+
|
920 |
+
#: class-bws-settings.php:736 deprecated.php:694
|
921 |
+
#, php-format
|
922 |
+
msgid "Start Your Free %s-Day Trial Now"
|
923 |
+
msgstr "Спробуйте %s-денну Trial версію безкоштовно"
|
924 |
+
|
925 |
#: class-bws-settings.php:751
|
926 |
msgid ""
|
927 |
"If necessary, you can check if the license key is correct or reenter it in "
|
946 |
"Керуй активними ліцензіями, завантажуй BWS продукти, а також переглядай "
|
947 |
"історію платежів за допомогою BestWebSoft Client Area."
|
948 |
|
949 |
+
#: class-bws-settings.php:815 class-bws-settings.php:918 deprecated.php:141
|
950 |
+
#: deprecated.php:360
|
951 |
+
msgid "This license key is bound to another site."
|
952 |
+
msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
|
953 |
+
|
954 |
+
#: class-bws-settings.php:817 deprecated.php:143
|
955 |
+
msgid ""
|
956 |
+
"This license key is valid, but Your license has expired. If you want to "
|
957 |
+
"update our plugin in future, you should extend the license."
|
958 |
+
msgstr ""
|
959 |
+
"Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
|
960 |
+
"хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
|
961 |
+
|
962 |
+
#: class-bws-settings.php:819 deprecated.php:145
|
963 |
+
msgid "Unfortunately, you have exceeded the number of available tries."
|
964 |
+
msgstr "На жаль, ви перевищили кількість допустимих спроб."
|
965 |
+
|
966 |
+
#: class-bws-settings.php:821 deprecated.php:147
|
967 |
+
msgid ""
|
968 |
+
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
969 |
+
"The Pro Trial license can be installed only once."
|
970 |
+
msgstr ""
|
971 |
+
"На жаль, Trial Pro версія плагіну уже встановлювалась на цей домен. Trial "
|
972 |
+
"Pro версію можна встановлювати лише один раз."
|
973 |
+
|
974 |
+
#: class-bws-settings.php:826 deprecated.php:151
|
975 |
+
msgid "The Pro Trial license key is valid."
|
976 |
+
msgstr "Ключ тріал Pro версії вірний."
|
977 |
+
|
978 |
+
#: class-bws-settings.php:834 deprecated.php:159 deprecated.php:246
|
979 |
+
#, php-format
|
980 |
+
msgid ""
|
981 |
+
"In order to continue using the plugin it is necessary to buy a %s license."
|
982 |
+
msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
|
983 |
+
|
984 |
+
#: class-bws-settings.php:1031 deprecated.php:463
|
985 |
+
msgid "Please, enter Your license key"
|
986 |
+
msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
|
987 |
+
|
988 |
+
#: class-bws-settings.php:1043
|
989 |
msgid "Need Help?"
|
990 |
msgstr "Потрібна допомога?"
|
991 |
|
992 |
+
#: class-bws-settings.php:1045
|
993 |
msgid "Read the Instruction"
|
994 |
msgstr "Читати інструкцію"
|
995 |
|
996 |
+
#: class-bws-settings.php:1049
|
997 |
msgid "Watch the Video"
|
998 |
msgstr "Дивитися відео"
|
999 |
|
1000 |
+
#: class-bws-settings.php:1060
|
1001 |
msgid "Start Your Free Trial"
|
1002 |
msgstr "Використовувати безкоштовну Trial версію"
|
1003 |
|
1004 |
+
#: deprecated.php:93
|
1005 |
+
msgid "System Status"
|
1006 |
+
msgstr "Системна інформація"
|
1007 |
+
|
1008 |
+
#: deprecated.php:204
|
1009 |
+
msgid "Please, enter your license key"
|
1010 |
+
msgstr "Будь ласка, введіть ваш ліцензійний ключ"
|
1011 |
+
|
1012 |
+
#: deprecated.php:223
|
1013 |
+
msgid ""
|
1014 |
+
"If necessary, you can check if the license key is correct or reenter it in "
|
1015 |
+
"the field below. You can find your license key on your personal page - "
|
1016 |
+
"Client Area - on our website"
|
1017 |
+
msgstr ""
|
1018 |
+
"При необхідності ви можете перевірити правильність вашого ліцензійного ключа "
|
1019 |
+
"або знову ввести його у полі, що знаходиться нижче. Ви можете знайти свій "
|
1020 |
+
"ліцензійний ключ на вашій персональній сторінці - Client area - на нашому "
|
1021 |
+
"сайті"
|
1022 |
+
|
1023 |
+
#: deprecated.php:223
|
1024 |
+
msgid ""
|
1025 |
+
"(your username is the email address specified during the purchase). If "
|
1026 |
+
"necessary, please submit \"Lost your password?\" request."
|
1027 |
+
msgstr ""
|
1028 |
+
"(ваше ім'я користувача - це емейл, який ви вказували при купівлі). При "
|
1029 |
+
"необхідності, будь ласка, відправте запит на відновлення вашого паролю."
|
1030 |
+
|
1031 |
+
#: deprecated.php:247
|
1032 |
+
msgid "After that, you can activate it by entering your license key."
|
1033 |
+
msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
|
1034 |
+
|
1035 |
+
#: deprecated.php:249 deprecated.php:688
|
1036 |
+
msgid "License key can be found in the"
|
1037 |
+
msgstr "Ліцензійний ключ можна знайти в"
|
1038 |
+
|
1039 |
+
#: deprecated.php:251 deprecated.php:690
|
1040 |
+
msgid "(your username is the email address specified during the purchase)."
|
1041 |
+
msgstr "(ваше ім'я користувача - це емейл, який ви вказували при купівлі)"
|
1042 |
+
|
1043 |
+
#: deprecated.php:278
|
1044 |
+
msgid ""
|
1045 |
+
"Congratulations! The Pro license of the plugin is activated successfully."
|
1046 |
+
msgstr "Вітаємо! Pro версію плагіну успішно активовано."
|
1047 |
+
|
1048 |
+
#: deprecated.php:280 deprecated.php:669
|
1049 |
+
msgid "Please, go to"
|
1050 |
+
msgstr "Будь ласка, перейдіть на"
|
1051 |
+
|
1052 |
+
#: deprecated.php:280 deprecated.php:669
|
1053 |
+
msgid "the setting page"
|
1054 |
+
msgstr "сторінку установок"
|
1055 |
+
|
1056 |
+
#: deprecated.php:281 deprecated.php:670
|
1057 |
+
msgid "You will be redirected automatically in 5 seconds."
|
1058 |
+
msgstr "Вас буде перенаправлено автоматично через 5 секунд."
|
1059 |
+
|
1060 |
+
#: deprecated.php:315
|
1061 |
+
msgid "Check premium options on the plugin settings page!"
|
1062 |
+
msgstr "Подивіться преміум опції на сторінці налаштувань плагіна!"
|
1063 |
+
|
1064 |
+
#: deprecated.php:478
|
1065 |
+
msgid "Restore all plugin settings to defaults"
|
1066 |
+
msgstr "Скинути налаштування плагіну до стандартних"
|
1067 |
+
|
1068 |
+
#: deprecated.php:480
|
1069 |
+
msgid "Restore settings"
|
1070 |
+
msgstr "Скинути налаштування"
|
1071 |
+
|
1072 |
+
#: deprecated.php:548 deprecated.php:575
|
1073 |
+
#, php-format
|
1074 |
+
msgid "File %s edited successfully."
|
1075 |
+
msgstr "Файл %s успішно відредаговано."
|
1076 |
+
|
1077 |
+
#: deprecated.php:550 deprecated.php:577
|
1078 |
+
msgid "Not enough permissions to create or update the file"
|
1079 |
+
msgstr "У Вас недостатньо дозволів для створення або поновлення файлу"
|
1080 |
+
|
1081 |
+
#: deprecated.php:580
|
1082 |
+
msgid "Not enough permissions to create the file"
|
1083 |
+
msgstr "У Вас недостатньо дозволів для створення файлу"
|
1084 |
+
|
1085 |
+
#: deprecated.php:624
|
1086 |
+
msgid "Editing"
|
1087 |
+
msgstr "Редагування"
|
1088 |
+
|
1089 |
+
#: deprecated.php:667
|
1090 |
+
msgid ""
|
1091 |
+
"Congratulations! Pro version of the plugin is installed and activated "
|
1092 |
+
"successfully."
|
1093 |
+
msgstr "Вітаємо! Pro версію плагіну успішно завантажено та активовано."
|
1094 |
+
|
1095 |
+
#: deprecated.php:677
|
1096 |
+
msgid "Show Pro features"
|
1097 |
+
msgstr "Показати Pro опції"
|
1098 |
+
|
1099 |
+
#: deprecated.php:684
|
1100 |
+
msgid "Enter your license key to install and activate"
|
1101 |
+
msgstr "Введіть ліцензійний ключ для установки і активації"
|
1102 |
+
|
1103 |
+
#: deprecated.php:686
|
1104 |
+
msgid "version of the plugin."
|
1105 |
+
msgstr "версія плагіна."
|
1106 |
+
|
1107 |
+
#: product_list.php:7
|
1108 |
+
msgid "Advertisement"
|
1109 |
+
msgstr "Реклама"
|
1110 |
+
|
1111 |
+
#: product_list.php:8
|
1112 |
+
msgid "Content & Media"
|
1113 |
+
msgstr "Зміст & Медіа"
|
1114 |
+
|
1115 |
+
#: product_list.php:9
|
1116 |
+
msgid "Management"
|
1117 |
+
msgstr "Управління"
|
1118 |
+
|
1119 |
+
#: product_list.php:10
|
1120 |
+
msgid "Recommended"
|
1121 |
+
msgstr "Рекомендовані "
|
1122 |
+
|
1123 |
+
#: product_list.php:11
|
1124 |
+
msgid "Security"
|
1125 |
+
msgstr "Безпека"
|
1126 |
+
|
1127 |
+
#: product_list.php:12
|
1128 |
+
msgid "Site Stats"
|
1129 |
+
msgstr "Статистика сайту"
|
1130 |
+
|
1131 |
+
#: product_list.php:13
|
1132 |
+
msgid "Social"
|
1133 |
+
msgstr "Соціальне"
|
1134 |
+
|
1135 |
+
#: product_list.php:14
|
1136 |
+
msgid "Utilities"
|
1137 |
+
msgstr "Утиліти"
|
1138 |
+
|
1139 |
+
#: product_list.php:15
|
1140 |
+
msgid "Other"
|
1141 |
+
msgstr "Інше"
|
1142 |
+
|
1143 |
+
#~ msgid "Thank you for installing"
|
1144 |
+
#~ msgstr "Дякуємо, що встановили"
|
1145 |
+
|
1146 |
+
#~ msgid "Thank you for choosing"
|
1147 |
+
#~ msgstr "Дякуємо, що обрали"
|
1148 |
+
|
1149 |
+
#~ msgid "You will be automatically redirected to the %s in 7 seconds."
|
1150 |
+
#~ msgstr "Вас буде автоматично перенаправлено на %s через 7 секунд."
|
1151 |
+
|
1152 |
+
#~ msgid "PHP Safe Mode"
|
1153 |
+
#~ msgstr "PHP Безпечний режим"
|
1154 |
+
|
1155 |
#~ msgid "You license for"
|
1156 |
#~ msgstr "Ваша ліцензія для"
|
1157 |
|
bws_menu/product_list.php
CHANGED
@@ -20,82 +20,82 @@ $bws_plugins = array(
|
|
20 |
'category' => array( 'security', 'recommended' ),
|
21 |
'name' => 'Captcha',
|
22 |
'description' => 'Protect WordPress website forms from spam entries by means of math logic.',
|
23 |
-
'link' => '
|
24 |
'settings' => 'admin.php?page=captcha.php',
|
25 |
'pro_version' => 'captcha-pro/captcha_pro.php',
|
26 |
-
'purchase' => '
|
27 |
'pro_settings' => 'admin.php?page=captcha_pro.php'
|
28 |
),
|
29 |
'car-rental/car-rental.php' => array(
|
30 |
'category' => array( 'content-and-media' ),
|
31 |
'name' => 'Car Rental',
|
32 |
'description' => 'Create your personal car rental/booking and reservation website.',
|
33 |
-
'link' => '
|
34 |
'settings' => 'admin.php?page=car-rental-settings',
|
35 |
'pro_version' => 'car-rental-pro/car-rental-pro.php',
|
36 |
-
'purchase' => '
|
37 |
'pro_settings' => 'admin.php?page=car-rental-pro-settings'
|
38 |
),
|
39 |
'contact-form-plugin/contact_form.php' => array(
|
40 |
'category' => array( 'other', 'recommended' ),
|
41 |
'name' => 'Contact Form',
|
42 |
'description' => 'Allow customers to reach you using secure contact form plugin any website must have.',
|
43 |
-
'link' => '
|
44 |
'settings' => 'admin.php?page=contact_form.php',
|
45 |
'pro_version' => 'contact-form-pro/contact_form_pro.php',
|
46 |
-
'purchase' => '
|
47 |
'pro_settings' => 'admin.php?page=contact_form_pro.php'
|
48 |
),
|
49 |
'contact-form-multi/contact-form-multi.php' => array(
|
50 |
'category' => array( 'other', 'recommended' ),
|
51 |
'name' => 'Contact Form Multi',
|
52 |
'description' => 'Add unlimited number of contact forms to WordPress website.',
|
53 |
-
'link' => '
|
54 |
'settings' => '',
|
55 |
'pro_version' => 'contact-form-multi-pro/contact-form-multi-pro.php',
|
56 |
-
'purchase' => '
|
57 |
'pro_settings' => ''
|
58 |
),
|
59 |
'contact-form-to-db/contact_form_to_db.php' => array(
|
60 |
'category' => array( 'other', 'recommended' ),
|
61 |
'name' => 'Contact Form to DB',
|
62 |
'description' => 'Save and manage contact form messages. Never lose important data.',
|
63 |
-
'link' => '
|
64 |
'settings' => 'admin.php?page=cntctfrmtdb_settings',
|
65 |
'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php',
|
66 |
-
'purchase' => '
|
67 |
'pro_settings' => 'admin.php?page=cntctfrmtdbpr_settings'
|
68 |
),
|
69 |
'custom-admin-page/custom-admin-page.php' => array(
|
70 |
'category' => array( 'utilities' ),
|
71 |
'name' => 'Custom Admin Page',
|
72 |
'description' => 'Add unlimited custom pages to WordPress admin dashboard.',
|
73 |
-
'link' => '
|
74 |
'settings' => 'admin.php?page=custom-admin-page.php'
|
75 |
),
|
76 |
'custom-fields-search/custom-fields-search.php' => array(
|
77 |
'category' => array( 'content-and-media' ),
|
78 |
'name' => 'Custom Fields Search',
|
79 |
'description' => 'Add custom fields to WordPress website search results.',
|
80 |
-
'link' => '
|
81 |
'settings' => 'admin.php?page=custom_fields_search.php'
|
82 |
),
|
83 |
'custom-search-plugin/custom-search-plugin.php' => array(
|
84 |
'category' => array( 'content-and-media' ),
|
85 |
'name' => 'Custom Search',
|
86 |
'description' => 'Add custom post types to WordPress website search results.',
|
87 |
-
'link' => '
|
88 |
'settings' => 'admin.php?page=custom_search.php',
|
89 |
'pro_version' => 'custom-search-pro/custom-search-pro.php',
|
90 |
-
'purchase' => '
|
91 |
'pro_settings' => 'admin.php?page=custom_search_pro.php'
|
92 |
),
|
93 |
'db-manager/db-manager.php' => array(
|
94 |
'category' => array( 'utilities' ),
|
95 |
'name' => 'DB Manager',
|
96 |
'description' => 'Manage database and file system right from your WordPress admin dashboard.',
|
97 |
-
'link' => '
|
98 |
-
'install_url' => '
|
99 |
'settings' => 'admin.php?page=db-manager.php',
|
100 |
'icon' => bws_menu_url( 'icons/plugins/' ) . 'db-manager.png'
|
101 |
),
|
@@ -103,389 +103,396 @@ $bws_plugins = array(
|
|
103 |
'category' => array( 'other' ),
|
104 |
'name' => 'Donate',
|
105 |
'description' => 'Add PayPal and 2CO donate buttons to receive charity payments.',
|
106 |
-
'link' => '
|
107 |
'settings' => 'admin.php?page=donate.php'
|
108 |
),
|
109 |
'email-queue/email-queue.php' => array(
|
110 |
'category' => array( 'other' ),
|
111 |
'name' => 'Email Queue',
|
112 |
'description' => 'Automatically add outgoing email messages to queue instead of sending them immediately.',
|
113 |
-
'link' => '
|
114 |
'settings' => 'admin.php?page=mlq_settings'
|
115 |
),
|
116 |
'error-log-viewer/error-log-viewer.php' => array(
|
117 |
'category' => array( 'utilities' ),
|
118 |
'name' => 'Error Log Viewer',
|
119 |
'description' => 'Get latest error log messages to diagnose website problems. Define and fix issues faster.',
|
120 |
-
'link' => '
|
121 |
'settings' => 'admin.php?page=rrrlgvwr.php&tab=settings'
|
122 |
),
|
123 |
'facebook-button-plugin/facebook-button-plugin.php' => array(
|
124 |
'category' => array( 'social' ),
|
125 |
'name' => 'Facebook Button',
|
126 |
'description' => 'Add Facebook Like, Share and Profile buttons to WordPress posts, pages and widgets.',
|
127 |
-
'link' => '
|
128 |
'settings' => 'admin.php?page=facebook-button-plugin.php',
|
129 |
'pro_version' => 'facebook-button-pro/facebook-button-pro.php',
|
130 |
-
'purchase' => '
|
131 |
'pro_settings' => 'admin.php?page=facebook-button-pro.php'
|
132 |
),
|
133 |
'bws-featured-posts/bws-featured-posts.php' => array(
|
134 |
'category' => array( 'content-and-media' ),
|
135 |
'name' => 'Featured Posts',
|
136 |
'description' => 'Add featured posts to WordPress posts or widgets. Highlight important information.',
|
137 |
-
'link' => '
|
138 |
'settings' => 'admin.php?page=featured-posts.php'
|
139 |
),
|
140 |
'gallery-plugin/gallery-plugin.php' => array(
|
141 |
'category' => array( 'content-and-media', 'recommended' ),
|
142 |
'name' => 'Gallery',
|
143 |
'description' => 'Add beautiful galleries, albums & images to your Wordpress website in few clicks.',
|
144 |
-
'link' => '
|
145 |
'settings' => 'admin.php?page=gallery-plugin.php',
|
146 |
'pro_version' => 'gallery-plugin-pro/gallery-plugin-pro.php',
|
147 |
-
'purchase' => '
|
148 |
'pro_settings' => 'admin.php?page=gallery-plugin-pro.php'
|
149 |
),
|
150 |
'gallery-categories/gallery-categories.php' => array(
|
151 |
'category' => array( 'content-and-media' ),
|
152 |
'name' => 'Gallery Categories',
|
153 |
'description' => 'Add unlimited gallery categories. Organize images to make the navigation through content easier.',
|
154 |
-
'link' => '
|
155 |
'settings' => ''
|
156 |
),
|
157 |
'google-one/google-plus-one.php' => array(
|
158 |
'category' => array( 'social' ),
|
159 |
'name' => 'Google +1',
|
160 |
'description' => 'Add Google +1 Share, Follow, Hangout buttons and profile badge to WordPress posts, pages and widgets.',
|
161 |
-
'link' => '
|
162 |
'settings' => 'admin.php?page=google-plus-one.php',
|
163 |
'pro_version' => 'google-one-pro/google-plus-one-pro.php',
|
164 |
-
'purchase' => '
|
165 |
'pro_settings' => 'admin.php?page=google-plus-one-pro.php'
|
166 |
),
|
167 |
'adsense-plugin/adsense-plugin.php' => array(
|
168 |
'category' => array( 'advertisement' ),
|
169 |
'name' => 'Google AdSense',
|
170 |
'description' => 'Add Adsense ads to pages, posts, custom posts, search results, categories, tags, pages, and widgets.',
|
171 |
-
'link' => '
|
172 |
'settings' => 'admin.php?page=adsense-plugin.php',
|
173 |
'pro_version' => 'adsense-pro/adsense-pro.php',
|
174 |
-
'purchase' => '
|
175 |
'pro_settings' => 'admin.php?page=adsense-pro.php'
|
176 |
),
|
177 |
'bws-google-analytics/bws-google-analytics.php' => array(
|
178 |
'category' => array( 'site-stats' ),
|
179 |
'name' => 'Google Analytics',
|
180 |
'description' => 'Add Google Analytics code to WordPress website and track basic stats.',
|
181 |
-
'link' => '
|
182 |
'settings' => 'admin.php?page=bws-google-analytics.php',
|
183 |
'pro_version' => 'bws-google-analytics-pro/bws-google-analytics-pro.php',
|
184 |
-
'purchase' => '
|
185 |
'pro_settings' => 'admin.php?page=bws-google-analytics-pro.php'
|
186 |
),
|
187 |
'google-captcha/google-captcha.php' => array(
|
188 |
'category' => array( 'security', 'recommended' ),
|
189 |
'name' => 'Google Captcha (reCAPTCHA)',
|
190 |
'description' => 'Protect WordPress website forms from spam entries with Google Captcha (reCaptcha).',
|
191 |
-
'link' => '
|
192 |
'settings' => 'admin.php?page=google-captcha.php',
|
193 |
'pro_version' => 'google-captcha-pro/google-captcha-pro.php',
|
194 |
-
'purchase' => '
|
195 |
'pro_settings' => 'admin.php?page=google-captcha-pro.php'
|
196 |
),
|
197 |
'bws-google-maps/bws-google-maps.php' => array(
|
198 |
'category' => array( 'content-and-media' ),
|
199 |
'name' => 'Google Maps',
|
200 |
'description' => 'Add customized Google maps to WordPress posts, pages and widgets.',
|
201 |
-
'link' => '
|
202 |
'settings' => 'admin.php?page=bws-google-maps.php',
|
203 |
'pro_version' => 'bws-google-maps-pro/bws-google-maps-pro.php',
|
204 |
-
'purchase' => '
|
205 |
'pro_settings' => 'admin.php?page=bws-google-maps-pro.php'
|
206 |
),
|
207 |
'google-sitemap-plugin/google-sitemap-plugin.php' => array(
|
208 |
'category' => array( 'other', 'recommended' ),
|
209 |
'name' => 'Google Sitemap',
|
210 |
'description' => 'Generate and add XML sitemap to WordPress website. Help search engines index your blog.',
|
211 |
-
'link' => '
|
212 |
'settings' => 'admin.php?page=google-sitemap-plugin.php',
|
213 |
'pro_version' => 'google-sitemap-pro/google-sitemap-pro.php',
|
214 |
-
'purchase' => '
|
215 |
'pro_settings' => 'admin.php?page=google-sitemap-pro.php'
|
216 |
),
|
217 |
'google-shortlink/google-shortlink.php' => array(
|
218 |
'category' => array( 'other' ),
|
219 |
'name' => 'Google Shortlink',
|
220 |
'description' => 'Replace external WordPress website links with Google shortlinks and track click stats.',
|
221 |
-
'link' => '
|
222 |
'settings' => 'admin.php?page=gglshrtlnk_options'
|
223 |
),
|
224 |
'htaccess/htaccess.php' => array(
|
225 |
'category' => array( 'security' ),
|
226 |
'name' => 'Htaccess',
|
227 |
'description' => 'Protect WordPress website – allow and deny access for certain IP addresses, hostnames, etc.',
|
228 |
-
'link' => '
|
229 |
'settings' => 'admin.php?page=htaccess.php',
|
230 |
'pro_version' => 'htaccess-pro/htaccess-pro.php',
|
231 |
-
'purchase' => '
|
232 |
'pro_settings' => 'admin.php?page=htaccess-pro.php'
|
233 |
),
|
234 |
'job-board/job-board.php' => array(
|
235 |
'category' => array( 'content-and-media' ),
|
236 |
'name' => 'Job Board',
|
237 |
'description' => 'Create your personal job board and listing WordPress website. Search jobs, submit CV/resumes, choose candidates.',
|
238 |
-
'link' => '
|
239 |
'settings' => 'admin.php?page=job-board.php'
|
240 |
),
|
241 |
'bws-latest-posts/bws-latest-posts.php' => array(
|
242 |
'category' => array( 'content-and-media' ),
|
243 |
'name' => 'Latest Posts',
|
244 |
'description' => 'Add latest posts or latest posts for selected categories widgets to WordPress website.',
|
245 |
-
'link' => '
|
246 |
'settings' => 'admin.php?page=latest-posts.php'
|
247 |
),
|
248 |
'limit-attempts/limit-attempts.php' => array(
|
249 |
'category' => array( 'security', 'recommended' ),
|
250 |
'name' => 'Limit Attempts',
|
251 |
'description' => 'Protect WordPress website against brute force attacks. Limit rate of login attempts.',
|
252 |
-
'link' => '
|
253 |
'settings' => 'admin.php?page=limit-attempts.php',
|
254 |
'pro_version' => 'limit-attempts-pro/limit-attempts-pro.php',
|
255 |
-
'purchase' => '
|
256 |
'pro_settings' => 'admin.php?page=limit-attempts-pro.php'
|
257 |
),
|
258 |
'bws-linkedin/bws-linkedin.php' => array(
|
259 |
'category' => array( 'social' ),
|
260 |
'name' => 'LinkedIn',
|
261 |
'description' => 'Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. 5 plugins included – profile, insider, etc.',
|
262 |
-
'link' => '
|
263 |
'settings' => 'admin.php?page=linkedin.php',
|
264 |
'pro_version' => 'bws-linkedin-pro/bws-linkedin-pro.php',
|
265 |
-
'purchase' => '
|
266 |
'pro_settings' => 'admin.php?page=linkedin-pro.php'
|
267 |
),
|
268 |
'multilanguage/multilanguage.php' => array(
|
269 |
'category' => array( 'content-and-media', 'recommended' ),
|
270 |
'name' => 'Multilanguage',
|
271 |
'description' => 'Translate WordPress website content to other languages manually. Create multilingual pages, posts, widgets, menus, etc.',
|
272 |
-
'link' => '
|
273 |
'settings' => 'admin.php?page=mltlngg_settings',
|
274 |
'pro_version' => 'multilanguage-pro/multilanguage-pro.php',
|
275 |
-
'purchase' => '
|
276 |
'pro_settings' => 'admin.php?page=mltlnggpr_settings'
|
277 |
),
|
278 |
'pagination/pagination.php' => array(
|
279 |
'category' => array( 'content-and-media' ),
|
280 |
'name' => 'Pagination',
|
281 |
'description' => 'Add customizable pagination to WordPress website. Split long content to multiple pages for better navigation.',
|
282 |
-
'link' => '
|
283 |
'settings' => 'admin.php?page=pagination.php',
|
284 |
'pro_version' => 'pagination-pro/pagination-pro.php',
|
285 |
-
'purchase' => '
|
286 |
'pro_settings' => 'admin.php?page=pagination-pro.php'
|
287 |
),
|
288 |
'pdf-print/pdf-print.php' => array(
|
289 |
'category' => array( 'other' ),
|
290 |
'name' => 'PDF & Print',
|
291 |
'description' => 'Generate PDF files and print WordPress posts/pages. Customize document header/footer styles and appearance.',
|
292 |
-
'link' => '
|
293 |
'settings' => 'admin.php?page=pdf-print.php',
|
294 |
'pro_version' => 'pdf-print-pro/pdf-print-pro.php',
|
295 |
-
'purchase' => '
|
296 |
'pro_settings' => 'admin.php?page=pdf-print-pro.php'
|
297 |
),
|
298 |
'bws-pinterest/bws-pinterest.php' => array(
|
299 |
'category' => array( 'social' ),
|
300 |
'name' => 'Pinterest',
|
301 |
'description' => 'Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, Profile) to WordPress posts, pages and widgets.',
|
302 |
-
'link' => '
|
303 |
'settings' => 'admin.php?page=pinterest.php',
|
304 |
'pro_version' => 'bws-pinterest-pro/bws-pinterest-pro.php',
|
305 |
-
'purchase' => '
|
306 |
'pro_settings' => 'admin.php?page=pinterest-pro.php'
|
307 |
),
|
308 |
'bws-popular-posts/bws-popular-posts.php' => array(
|
309 |
'category' => array( 'content-and-media', 'recommended' ),
|
310 |
'name' => 'Popular Posts',
|
311 |
'description' => 'Track views, comments and add most popular posts to Wordpress widgets.',
|
312 |
-
'link' => '
|
313 |
'settings' => 'admin.php?page=popular-posts.php'
|
314 |
),
|
315 |
'portfolio/portfolio.php' => array(
|
316 |
'category' => array( 'content-and-media', 'recommended' ),
|
317 |
'name' => 'Portfolio',
|
318 |
'description' => 'Create your personal portfolio WordPress website. Manage and showcase past projects to get more clients.',
|
319 |
-
'link' => '
|
320 |
'settings' => 'admin.php?page=portfolio.php',
|
321 |
'pro_version' => 'portfolio-pro/portfolio-pro.php',
|
322 |
-
'purchase' => '
|
323 |
'pro_settings' => 'admin.php?page=portfolio-pro.php'
|
324 |
),
|
325 |
'post-to-csv/post-to-csv.php' => array(
|
326 |
'category' => array( 'utilities' ),
|
327 |
'name' => 'Post to CSV',
|
328 |
'description' => 'Export WordPress posts to CSV file format easily. Configure data order.',
|
329 |
-
'link' => '
|
330 |
'settings' => 'admin.php?page=post-to-csv.php'
|
331 |
),
|
332 |
'profile-extra-fields/profile-extra-fields.php' => array(
|
333 |
'category' => array( 'management' ),
|
334 |
'name' => 'Profile Extra Fields',
|
335 |
'description' => 'Add extra fields to default WordPress user profile. The easiest way to create and manage additional custom values.',
|
336 |
-
'link' => '
|
337 |
'settings' => 'admin.php?page=profile-extra-fields.php'
|
338 |
),
|
339 |
'promobar/promobar.php' => array(
|
340 |
'category' => array( 'advertisement' ),
|
341 |
'name' => 'PromoBar',
|
342 |
'description' => 'Add and display HTML advertisement on WordPress website. Customize bar styles and appearance.',
|
343 |
-
'link' => '
|
344 |
'settings' => 'admin.php?page=promobar.php',
|
345 |
'pro_version' => 'promobar-pro/promobar-pro.php',
|
346 |
-
'purchase' => '
|
347 |
'pro_settings' => 'admin.php?page=promobar-pro.php'
|
348 |
),
|
349 |
'quotes-and-tips/quotes-and-tips.php' => array(
|
350 |
'category' => array( 'content-and-media' ),
|
351 |
'name' => 'Quotes and Tips',
|
352 |
'description' => 'Add customizable quotes and tips blocks to WordPress posts, pages and widgets.',
|
353 |
-
'link' => '
|
354 |
'settings' => 'admin.php?page=quotes-and-tips.php'
|
355 |
),
|
356 |
'rating-bws/rating-bws.php' => array(
|
357 |
'category' => array( 'content-and-media' ),
|
358 |
'name' => 'Rating',
|
359 |
'description' => 'Add rating plugin to your WordPress website to receive feedback from your customers.',
|
360 |
-
'link' => '
|
361 |
'settings' => 'admin.php?page=rating.php'
|
362 |
),
|
363 |
'realty/realty.php' => array(
|
364 |
'category' => array( 'content-and-media' ),
|
365 |
'name' => 'Realty',
|
366 |
'description' => 'Create your personal real estate WordPress website. Sell, rent and buy properties. Add, search and browse listings easily.',
|
367 |
-
'link' => '
|
368 |
'settings' => 'admin.php?page=realty_settings',
|
369 |
'pro_version' => 'realty-pro/realty-pro.php',
|
370 |
-
'purchase' => '
|
371 |
'pro_settings' => 'admin.php?page=realty_pro_settings'
|
372 |
),
|
373 |
're-attacher/re-attacher.php' => array(
|
374 |
'category' => array( 'utilities' ),
|
375 |
'name' => 'Re-attacher',
|
376 |
'description' => 'Attach, unattach and re-attach media files quickly to WordPress posts and pages.',
|
377 |
-
'link' => '
|
378 |
'settings' => 'admin.php?page=re-attacher.php'
|
379 |
),
|
380 |
'relevant/related-posts-plugin.php' => array(
|
381 |
'category' => array( 'content-and-media', 'recommended' ),
|
382 |
'name' => 'Relevant - Related Posts',
|
383 |
'description' => 'Add related posts to WordPress posts or widgets. Link your readers to relevant content.',
|
384 |
-
'link' => '
|
385 |
'settings' => 'admin.php?page=related-posts-plugin.php'
|
386 |
),
|
387 |
'sender/sender.php' => array(
|
388 |
'category' => array( 'social', 'recommended' ),
|
389 |
'name' => 'Sender',
|
390 |
'description' => 'Send bulk email messages to WordPress users. Custom templates, advanced settings and detailed reports.',
|
391 |
-
'link' => '
|
392 |
'settings' => 'admin.php?page=sndr_settings',
|
393 |
'pro_version' => 'sender-pro/sender-pro.php',
|
394 |
-
'purchase' => '
|
395 |
'pro_settings' => 'admin.php?page=sndrpr_settings'
|
396 |
),
|
397 |
'bws-smtp/bws-smtp.php' => array(
|
398 |
'category' => array( 'utilities' ),
|
399 |
'name' => 'SMTP',
|
400 |
'description' => 'Configure SMTP server to receive email messages from WordPress to Gmail, Yahoo, Hotmail and other services.',
|
401 |
-
'link' => '
|
402 |
'settings' => 'admin.php?page=bwssmtp_settings'
|
403 |
),
|
404 |
'social-buttons-pack/social-buttons-pack.php' => array(
|
405 |
'category' => array( 'social', 'recommended' ),
|
406 |
'name' => 'Social Buttons Pack',
|
407 |
'description' => 'Add social media buttons and widgets to WordPress posts, pages and widgets. FB, Twitter, G+1, Pinterest, LinkedIn.',
|
408 |
-
'link' => '
|
409 |
'settings' => 'admin.php?page=social-buttons.php',
|
410 |
'pro_version' => 'social-buttons-pack-pro/social-buttons-pack-pro.php',
|
411 |
-
'purchase' => '
|
412 |
'pro_settings' => 'admin.php?page=social-buttons.php'
|
413 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
414 |
'subscriber/subscriber.php' => array(
|
415 |
'category' => array( 'social', 'recommended' ),
|
416 |
'name' => 'Subscriber',
|
417 |
'description' => 'Add email newsletter sign up form to WordPress posts, pages and widgets. Collect data and subscribe your users.',
|
418 |
-
'link' => '
|
419 |
'settings' => 'admin.php?page=sbscrbr_settings_page',
|
420 |
'pro_version' => 'subscriber-pro/subscriber-pro.php',
|
421 |
-
'purchase' => '
|
422 |
'pro_settings' => 'admin.php?page=sbscrbrpr_settings_page'
|
423 |
),
|
424 |
'bws-testimonials/bws-testimonials.php' => array(
|
425 |
'category' => array( 'content-and-media', 'recommended' ),
|
426 |
'name' => 'Testimonials',
|
427 |
'description' => 'Add testimonials and feedbacks from your customers to WordPress posts, pages and widgets.',
|
428 |
-
'link' => '
|
429 |
'settings' => 'admin.php?page=testimonials.php'
|
430 |
),
|
431 |
'timesheet/timesheet.php' => array(
|
432 |
'category' => array( 'management' ),
|
433 |
'name' => 'Timesheet',
|
434 |
'description' => 'Best timesheet plugin for WordPress. Track employee time, streamline attendance and generate reports.',
|
435 |
-
'link' => '
|
436 |
'settings' => 'admin.php?page=timesheet_settings',
|
437 |
'pro_version' => 'timesheet-pro/timesheet-pro.php',
|
438 |
-
'purchase' => '
|
439 |
'pro_settings' => 'admin.php?page=timesheet_pro_settings'
|
440 |
),
|
441 |
'twitter-plugin/twitter.php' => array(
|
442 |
'category' => array( 'social' ),
|
443 |
'name' => 'Twitter',
|
444 |
'description' => 'Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts, pages and widgets.',
|
445 |
-
'link' => '
|
446 |
'settings' => 'admin.php?page=twitter.php',
|
447 |
'pro_version' => 'twitter-pro/twitter-pro.php',
|
448 |
-
'purchase' => '
|
449 |
'pro_settings' => 'admin.php?page=twitter-pro.php'
|
450 |
),
|
451 |
'updater/updater.php' => array(
|
452 |
'category' => array( 'utilities', 'recommended' ),
|
453 |
'name' => 'Updater',
|
454 |
'description' => 'Automatically check and update WordPress website core with all installed plugins and themes to the latest versions.',
|
455 |
-
'link' => '
|
456 |
'settings' => 'admin.php?page=updater-options',
|
457 |
'pro_version' => 'updater-pro/updater_pro.php',
|
458 |
-
'purchase' => '
|
459 |
'pro_settings' => 'admin.php?page=updater-pro-options'
|
460 |
),
|
461 |
'user-role/user-role.php' => array(
|
462 |
'category' => array( 'utilities' ),
|
463 |
'name' => 'User Role',
|
464 |
'description' => 'Powerful user role management plugin for WordPress website. Create, edit, copy, and delete user roles.',
|
465 |
-
'link' => '
|
466 |
'settings' => 'admin.php?page=user-role.php',
|
467 |
'pro_version' => 'user-role-pro/user-role-pro.php',
|
468 |
-
'purchase' => '
|
469 |
'pro_settings' => 'admin.php?page=user-role-pro.php'
|
470 |
),
|
471 |
'visitors-online/visitors-online.php' => array(
|
472 |
'category' => array( 'site-stats' ),
|
473 |
'name' => 'Visitors Online',
|
474 |
'description' => 'Display live count of online visitors who are currently browsing your WordPress website.',
|
475 |
-
'link' => '
|
476 |
'settings' => 'admin.php?page=visitors-online.php',
|
477 |
'pro_version' => 'visitors-online-pro/visitors-online-pro.php',
|
478 |
-
'purchase' => '
|
479 |
'pro_settings' => 'admin.php?page=visitors-online-pro.php'
|
480 |
),
|
481 |
'zendesk-help-center/zendesk-help-center.php' => array(
|
482 |
'category' => array( 'utilities' ),
|
483 |
'name' => 'Zendesk Help Center',
|
484 |
'description' => 'Backup and export Zendesk Help Center content automatically to your WordPress website database.',
|
485 |
-
'link' => '
|
486 |
'settings' => 'admin.php?page=zendesk_hc.php&action=settings',
|
487 |
'pro_version' => 'zendesk-help-center-pro/zendesk-help-center-pro.php',
|
488 |
-
'purchase' => '
|
489 |
'pro_settings' => 'admin.php?page=zendesk_hc_pro.php&tab=settings'
|
490 |
)
|
491 |
);
|
@@ -494,21 +501,21 @@ $themes = array(
|
|
494 |
(object) array(
|
495 |
'name' => 'Opening',
|
496 |
'slug' => 'opening',
|
497 |
-
'href' => '
|
498 |
),
|
499 |
(object) array(
|
500 |
'name' => 'Real Estate',
|
501 |
'slug' => 'realestate',
|
502 |
-
'href' => '
|
503 |
),
|
504 |
(object) array(
|
505 |
'name' => 'Renty',
|
506 |
'slug' => 'renty',
|
507 |
-
'href' => '
|
508 |
),
|
509 |
(object) array(
|
510 |
'name' => 'Unity',
|
511 |
'slug' => 'unity',
|
512 |
-
'href' => '
|
513 |
)
|
514 |
);
|
20 |
'category' => array( 'security', 'recommended' ),
|
21 |
'name' => 'Captcha',
|
22 |
'description' => 'Protect WordPress website forms from spam entries by means of math logic.',
|
23 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
24 |
'settings' => 'admin.php?page=captcha.php',
|
25 |
'pro_version' => 'captcha-pro/captcha_pro.php',
|
26 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
27 |
'pro_settings' => 'admin.php?page=captcha_pro.php'
|
28 |
),
|
29 |
'car-rental/car-rental.php' => array(
|
30 |
'category' => array( 'content-and-media' ),
|
31 |
'name' => 'Car Rental',
|
32 |
'description' => 'Create your personal car rental/booking and reservation website.',
|
33 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental/?k=444cac6df9a0d3a9763ab4753d24941b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
34 |
'settings' => 'admin.php?page=car-rental-settings',
|
35 |
'pro_version' => 'car-rental-pro/car-rental-pro.php',
|
36 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental/buy/?k=7643d4f0698252fa1159de078d22269c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
37 |
'pro_settings' => 'admin.php?page=car-rental-pro-settings'
|
38 |
),
|
39 |
'contact-form-plugin/contact_form.php' => array(
|
40 |
'category' => array( 'other', 'recommended' ),
|
41 |
'name' => 'Contact Form',
|
42 |
'description' => 'Allow customers to reach you using secure contact form plugin any website must have.',
|
43 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
44 |
'settings' => 'admin.php?page=contact_form.php',
|
45 |
'pro_version' => 'contact-form-pro/contact_form_pro.php',
|
46 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form/buy/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
47 |
'pro_settings' => 'admin.php?page=contact_form_pro.php'
|
48 |
),
|
49 |
'contact-form-multi/contact-form-multi.php' => array(
|
50 |
'category' => array( 'other', 'recommended' ),
|
51 |
'name' => 'Contact Form Multi',
|
52 |
'description' => 'Add unlimited number of contact forms to WordPress website.',
|
53 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
54 |
'settings' => '',
|
55 |
'pro_version' => 'contact-form-multi-pro/contact-form-multi-pro.php',
|
56 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-multi/buy/?k=fde3a18581c143654f060c398b07e8ac&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
57 |
'pro_settings' => ''
|
58 |
),
|
59 |
'contact-form-to-db/contact_form_to_db.php' => array(
|
60 |
'category' => array( 'other', 'recommended' ),
|
61 |
'name' => 'Contact Form to DB',
|
62 |
'description' => 'Save and manage contact form messages. Never lose important data.',
|
63 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
64 |
'settings' => 'admin.php?page=cntctfrmtdb_settings',
|
65 |
'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php',
|
66 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-to-db/buy/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
67 |
'pro_settings' => 'admin.php?page=cntctfrmtdbpr_settings'
|
68 |
),
|
69 |
'custom-admin-page/custom-admin-page.php' => array(
|
70 |
'category' => array( 'utilities' ),
|
71 |
'name' => 'Custom Admin Page',
|
72 |
'description' => 'Add unlimited custom pages to WordPress admin dashboard.',
|
73 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-admin-page/?k=9ac03f16c25e845e8e055a221c3e1467&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
74 |
'settings' => 'admin.php?page=custom-admin-page.php'
|
75 |
),
|
76 |
'custom-fields-search/custom-fields-search.php' => array(
|
77 |
'category' => array( 'content-and-media' ),
|
78 |
'name' => 'Custom Fields Search',
|
79 |
'description' => 'Add custom fields to WordPress website search results.',
|
80 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
81 |
'settings' => 'admin.php?page=custom_fields_search.php'
|
82 |
),
|
83 |
'custom-search-plugin/custom-search-plugin.php' => array(
|
84 |
'category' => array( 'content-and-media' ),
|
85 |
'name' => 'Custom Search',
|
86 |
'description' => 'Add custom post types to WordPress website search results.',
|
87 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-search/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
88 |
'settings' => 'admin.php?page=custom_search.php',
|
89 |
'pro_version' => 'custom-search-pro/custom-search-pro.php',
|
90 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-search/buy/?k=062b652ac6ac8ba863c9f30fc21d62c6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
91 |
'pro_settings' => 'admin.php?page=custom_search_pro.php'
|
92 |
),
|
93 |
'db-manager/db-manager.php' => array(
|
94 |
'category' => array( 'utilities' ),
|
95 |
'name' => 'DB Manager',
|
96 |
'description' => 'Manage database and file system right from your WordPress admin dashboard.',
|
97 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
98 |
+
'install_url' => 'https://bestwebsoft.com/products/wordpress/plugins/db-manager/download/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
99 |
'settings' => 'admin.php?page=db-manager.php',
|
100 |
'icon' => bws_menu_url( 'icons/plugins/' ) . 'db-manager.png'
|
101 |
),
|
103 |
'category' => array( 'other' ),
|
104 |
'name' => 'Donate',
|
105 |
'description' => 'Add PayPal and 2CO donate buttons to receive charity payments.',
|
106 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
107 |
'settings' => 'admin.php?page=donate.php'
|
108 |
),
|
109 |
'email-queue/email-queue.php' => array(
|
110 |
'category' => array( 'other' ),
|
111 |
'name' => 'Email Queue',
|
112 |
'description' => 'Automatically add outgoing email messages to queue instead of sending them immediately.',
|
113 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
114 |
'settings' => 'admin.php?page=mlq_settings'
|
115 |
),
|
116 |
'error-log-viewer/error-log-viewer.php' => array(
|
117 |
'category' => array( 'utilities' ),
|
118 |
'name' => 'Error Log Viewer',
|
119 |
'description' => 'Get latest error log messages to diagnose website problems. Define and fix issues faster.',
|
120 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/error-log-viewer/?k=da0de8bd2c7a0b2fea5df64d55a368b3&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
121 |
'settings' => 'admin.php?page=rrrlgvwr.php&tab=settings'
|
122 |
),
|
123 |
'facebook-button-plugin/facebook-button-plugin.php' => array(
|
124 |
'category' => array( 'social' ),
|
125 |
'name' => 'Facebook Button',
|
126 |
'description' => 'Add Facebook Like, Share and Profile buttons to WordPress posts, pages and widgets.',
|
127 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
128 |
'settings' => 'admin.php?page=facebook-button-plugin.php',
|
129 |
'pro_version' => 'facebook-button-pro/facebook-button-pro.php',
|
130 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/buy/?k=8da168e60a831cfb3525417c333ad275&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
131 |
'pro_settings' => 'admin.php?page=facebook-button-pro.php'
|
132 |
),
|
133 |
'bws-featured-posts/bws-featured-posts.php' => array(
|
134 |
'category' => array( 'content-and-media' ),
|
135 |
'name' => 'Featured Posts',
|
136 |
'description' => 'Add featured posts to WordPress posts or widgets. Highlight important information.',
|
137 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/featured-posts/?k=f0afb31185ba7c7d6d598528d69f6d97&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
138 |
'settings' => 'admin.php?page=featured-posts.php'
|
139 |
),
|
140 |
'gallery-plugin/gallery-plugin.php' => array(
|
141 |
'category' => array( 'content-and-media', 'recommended' ),
|
142 |
'name' => 'Gallery',
|
143 |
'description' => 'Add beautiful galleries, albums & images to your Wordpress website in few clicks.',
|
144 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/gallery/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
145 |
'settings' => 'admin.php?page=gallery-plugin.php',
|
146 |
'pro_version' => 'gallery-plugin-pro/gallery-plugin-pro.php',
|
147 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/gallery/buy/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
148 |
'pro_settings' => 'admin.php?page=gallery-plugin-pro.php'
|
149 |
),
|
150 |
'gallery-categories/gallery-categories.php' => array(
|
151 |
'category' => array( 'content-and-media' ),
|
152 |
'name' => 'Gallery Categories',
|
153 |
'description' => 'Add unlimited gallery categories. Organize images to make the navigation through content easier.',
|
154 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/gallery-categories/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
155 |
'settings' => ''
|
156 |
),
|
157 |
'google-one/google-plus-one.php' => array(
|
158 |
'category' => array( 'social' ),
|
159 |
'name' => 'Google +1',
|
160 |
'description' => 'Add Google +1 Share, Follow, Hangout buttons and profile badge to WordPress posts, pages and widgets.',
|
161 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
162 |
'settings' => 'admin.php?page=google-plus-one.php',
|
163 |
'pro_version' => 'google-one-pro/google-plus-one-pro.php',
|
164 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/google-plus-one/buy/?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
165 |
'pro_settings' => 'admin.php?page=google-plus-one-pro.php'
|
166 |
),
|
167 |
'adsense-plugin/adsense-plugin.php' => array(
|
168 |
'category' => array( 'advertisement' ),
|
169 |
'name' => 'Google AdSense',
|
170 |
'description' => 'Add Adsense ads to pages, posts, custom posts, search results, categories, tags, pages, and widgets.',
|
171 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
172 |
'settings' => 'admin.php?page=adsense-plugin.php',
|
173 |
'pro_version' => 'adsense-pro/adsense-pro.php',
|
174 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/google-adsense/buy/?k=c23889b293d62aa1ad2c96513405f0e1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
175 |
'pro_settings' => 'admin.php?page=adsense-pro.php'
|
176 |
),
|
177 |
'bws-google-analytics/bws-google-analytics.php' => array(
|
178 |
'category' => array( 'site-stats' ),
|
179 |
'name' => 'Google Analytics',
|
180 |
'description' => 'Add Google Analytics code to WordPress website and track basic stats.',
|
181 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
182 |
'settings' => 'admin.php?page=bws-google-analytics.php',
|
183 |
'pro_version' => 'bws-google-analytics-pro/bws-google-analytics-pro.php',
|
184 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/bws-google-analytics/buy/?k=83796e84fec3f70ecfcc8894a73a6c4a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
185 |
'pro_settings' => 'admin.php?page=bws-google-analytics-pro.php'
|
186 |
),
|
187 |
'google-captcha/google-captcha.php' => array(
|
188 |
'category' => array( 'security', 'recommended' ),
|
189 |
'name' => 'Google Captcha (reCAPTCHA)',
|
190 |
'description' => 'Protect WordPress website forms from spam entries with Google Captcha (reCaptcha).',
|
191 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
192 |
'settings' => 'admin.php?page=google-captcha.php',
|
193 |
'pro_version' => 'google-captcha-pro/google-captcha-pro.php',
|
194 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/google-captcha/buy/?k=773d30149acf1edc32e5c0766b96c134&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
195 |
'pro_settings' => 'admin.php?page=google-captcha-pro.php'
|
196 |
),
|
197 |
'bws-google-maps/bws-google-maps.php' => array(
|
198 |
'category' => array( 'content-and-media' ),
|
199 |
'name' => 'Google Maps',
|
200 |
'description' => 'Add customized Google maps to WordPress posts, pages and widgets.',
|
201 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
202 |
'settings' => 'admin.php?page=bws-google-maps.php',
|
203 |
'pro_version' => 'bws-google-maps-pro/bws-google-maps-pro.php',
|
204 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/bws-google-maps/buy/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
205 |
'pro_settings' => 'admin.php?page=bws-google-maps-pro.php'
|
206 |
),
|
207 |
'google-sitemap-plugin/google-sitemap-plugin.php' => array(
|
208 |
'category' => array( 'other', 'recommended' ),
|
209 |
'name' => 'Google Sitemap',
|
210 |
'description' => 'Generate and add XML sitemap to WordPress website. Help search engines index your blog.',
|
211 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
212 |
'settings' => 'admin.php?page=google-sitemap-plugin.php',
|
213 |
'pro_version' => 'google-sitemap-pro/google-sitemap-pro.php',
|
214 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/google-sitemap/buy/?k=7ea384a5cc36cb4c22741caa20dcd56d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
215 |
'pro_settings' => 'admin.php?page=google-sitemap-pro.php'
|
216 |
),
|
217 |
'google-shortlink/google-shortlink.php' => array(
|
218 |
'category' => array( 'other' ),
|
219 |
'name' => 'Google Shortlink',
|
220 |
'description' => 'Replace external WordPress website links with Google shortlinks and track click stats.',
|
221 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
222 |
'settings' => 'admin.php?page=gglshrtlnk_options'
|
223 |
),
|
224 |
'htaccess/htaccess.php' => array(
|
225 |
'category' => array( 'security' ),
|
226 |
'name' => 'Htaccess',
|
227 |
'description' => 'Protect WordPress website – allow and deny access for certain IP addresses, hostnames, etc.',
|
228 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
229 |
'settings' => 'admin.php?page=htaccess.php',
|
230 |
'pro_version' => 'htaccess-pro/htaccess-pro.php',
|
231 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/htaccess/buy/?k=59e9209a32864be534fda77d5e591c15&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
232 |
'pro_settings' => 'admin.php?page=htaccess-pro.php'
|
233 |
),
|
234 |
'job-board/job-board.php' => array(
|
235 |
'category' => array( 'content-and-media' ),
|
236 |
'name' => 'Job Board',
|
237 |
'description' => 'Create your personal job board and listing WordPress website. Search jobs, submit CV/resumes, choose candidates.',
|
238 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
239 |
'settings' => 'admin.php?page=job-board.php'
|
240 |
),
|
241 |
'bws-latest-posts/bws-latest-posts.php' => array(
|
242 |
'category' => array( 'content-and-media' ),
|
243 |
'name' => 'Latest Posts',
|
244 |
'description' => 'Add latest posts or latest posts for selected categories widgets to WordPress website.',
|
245 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/latest-posts/?k=ef4e125aadadd8d219140daa184a9399&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
246 |
'settings' => 'admin.php?page=latest-posts.php'
|
247 |
),
|
248 |
'limit-attempts/limit-attempts.php' => array(
|
249 |
'category' => array( 'security', 'recommended' ),
|
250 |
'name' => 'Limit Attempts',
|
251 |
'description' => 'Protect WordPress website against brute force attacks. Limit rate of login attempts.',
|
252 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/limit-attempts/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
253 |
'settings' => 'admin.php?page=limit-attempts.php',
|
254 |
'pro_version' => 'limit-attempts-pro/limit-attempts-pro.php',
|
255 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/limit-attempts/buy/?k=9d42cdf22c7fce2c4b6b447e6a2856e0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
256 |
'pro_settings' => 'admin.php?page=limit-attempts-pro.php'
|
257 |
),
|
258 |
'bws-linkedin/bws-linkedin.php' => array(
|
259 |
'category' => array( 'social' ),
|
260 |
'name' => 'LinkedIn',
|
261 |
'description' => 'Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. 5 plugins included – profile, insider, etc.',
|
262 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/linkedin/?k=d63c7319622ccc5f589dd2d545c1d77c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
263 |
'settings' => 'admin.php?page=linkedin.php',
|
264 |
'pro_version' => 'bws-linkedin-pro/bws-linkedin-pro.php',
|
265 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/linkedin/buy/?k=41dcc36192994408d24b103a02134567&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
266 |
'pro_settings' => 'admin.php?page=linkedin-pro.php'
|
267 |
),
|
268 |
'multilanguage/multilanguage.php' => array(
|
269 |
'category' => array( 'content-and-media', 'recommended' ),
|
270 |
'name' => 'Multilanguage',
|
271 |
'description' => 'Translate WordPress website content to other languages manually. Create multilingual pages, posts, widgets, menus, etc.',
|
272 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/multilanguage/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
273 |
'settings' => 'admin.php?page=mltlngg_settings',
|
274 |
'pro_version' => 'multilanguage-pro/multilanguage-pro.php',
|
275 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/multilanguage/buy/?k=2d1121cd9a5ced583fc29eefd51bdf57&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
276 |
'pro_settings' => 'admin.php?page=mltlnggpr_settings'
|
277 |
),
|
278 |
'pagination/pagination.php' => array(
|
279 |
'category' => array( 'content-and-media' ),
|
280 |
'name' => 'Pagination',
|
281 |
'description' => 'Add customizable pagination to WordPress website. Split long content to multiple pages for better navigation.',
|
282 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/pagination/?k=22adb940256f149559ba8fedcd728ac8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
283 |
'settings' => 'admin.php?page=pagination.php',
|
284 |
'pro_version' => 'pagination-pro/pagination-pro.php',
|
285 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/pagination/buy/?k=b87201d5a0505c621d0b14f4e8d4ccd6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
286 |
'pro_settings' => 'admin.php?page=pagination-pro.php'
|
287 |
),
|
288 |
'pdf-print/pdf-print.php' => array(
|
289 |
'category' => array( 'other' ),
|
290 |
'name' => 'PDF & Print',
|
291 |
'description' => 'Generate PDF files and print WordPress posts/pages. Customize document header/footer styles and appearance.',
|
292 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
293 |
'settings' => 'admin.php?page=pdf-print.php',
|
294 |
'pro_version' => 'pdf-print-pro/pdf-print-pro.php',
|
295 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/pdf-print/buy/?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
296 |
'pro_settings' => 'admin.php?page=pdf-print-pro.php'
|
297 |
),
|
298 |
'bws-pinterest/bws-pinterest.php' => array(
|
299 |
'category' => array( 'social' ),
|
300 |
'name' => 'Pinterest',
|
301 |
'description' => 'Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, Profile) to WordPress posts, pages and widgets.',
|
302 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/pinterest/?k=504107b6213f247a67fe7ffb94e97c78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
303 |
'settings' => 'admin.php?page=pinterest.php',
|
304 |
'pro_version' => 'bws-pinterest-pro/bws-pinterest-pro.php',
|
305 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/pinterest/buy/?k=ab0069edd1914a3ca8f541bfd88bb0bb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
306 |
'pro_settings' => 'admin.php?page=pinterest-pro.php'
|
307 |
),
|
308 |
'bws-popular-posts/bws-popular-posts.php' => array(
|
309 |
'category' => array( 'content-and-media', 'recommended' ),
|
310 |
'name' => 'Popular Posts',
|
311 |
'description' => 'Track views, comments and add most popular posts to Wordpress widgets.',
|
312 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/popular-posts/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
313 |
'settings' => 'admin.php?page=popular-posts.php'
|
314 |
),
|
315 |
'portfolio/portfolio.php' => array(
|
316 |
'category' => array( 'content-and-media', 'recommended' ),
|
317 |
'name' => 'Portfolio',
|
318 |
'description' => 'Create your personal portfolio WordPress website. Manage and showcase past projects to get more clients.',
|
319 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/portfolio/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
320 |
'settings' => 'admin.php?page=portfolio.php',
|
321 |
'pro_version' => 'portfolio-pro/portfolio-pro.php',
|
322 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/portfolio/buy/?k=2cc716026197d36538a414b728e49fdd&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
323 |
'pro_settings' => 'admin.php?page=portfolio-pro.php'
|
324 |
),
|
325 |
'post-to-csv/post-to-csv.php' => array(
|
326 |
'category' => array( 'utilities' ),
|
327 |
'name' => 'Post to CSV',
|
328 |
'description' => 'Export WordPress posts to CSV file format easily. Configure data order.',
|
329 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
330 |
'settings' => 'admin.php?page=post-to-csv.php'
|
331 |
),
|
332 |
'profile-extra-fields/profile-extra-fields.php' => array(
|
333 |
'category' => array( 'management' ),
|
334 |
'name' => 'Profile Extra Fields',
|
335 |
'description' => 'Add extra fields to default WordPress user profile. The easiest way to create and manage additional custom values.',
|
336 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/profile-extra-fields/?k=fe3b6c3dbc80bd4b1cf9a27a2f339820&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
337 |
'settings' => 'admin.php?page=profile-extra-fields.php'
|
338 |
),
|
339 |
'promobar/promobar.php' => array(
|
340 |
'category' => array( 'advertisement' ),
|
341 |
'name' => 'PromoBar',
|
342 |
'description' => 'Add and display HTML advertisement on WordPress website. Customize bar styles and appearance.',
|
343 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/promobar/?k=619eac2232d9cfa382c4e678c3b14766&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
344 |
'settings' => 'admin.php?page=promobar.php',
|
345 |
'pro_version' => 'promobar-pro/promobar-pro.php',
|
346 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/promobar/buy/?k=a9b09708502f12a1483532ba12fe2103&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
347 |
'pro_settings' => 'admin.php?page=promobar-pro.php'
|
348 |
),
|
349 |
'quotes-and-tips/quotes-and-tips.php' => array(
|
350 |
'category' => array( 'content-and-media' ),
|
351 |
'name' => 'Quotes and Tips',
|
352 |
'description' => 'Add customizable quotes and tips blocks to WordPress posts, pages and widgets.',
|
353 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
354 |
'settings' => 'admin.php?page=quotes-and-tips.php'
|
355 |
),
|
356 |
'rating-bws/rating-bws.php' => array(
|
357 |
'category' => array( 'content-and-media' ),
|
358 |
'name' => 'Rating',
|
359 |
'description' => 'Add rating plugin to your WordPress website to receive feedback from your customers.',
|
360 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/rating/?k=c00e0824bb999735a3224616ef51f4c5&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
361 |
'settings' => 'admin.php?page=rating.php'
|
362 |
),
|
363 |
'realty/realty.php' => array(
|
364 |
'category' => array( 'content-and-media' ),
|
365 |
'name' => 'Realty',
|
366 |
'description' => 'Create your personal real estate WordPress website. Sell, rent and buy properties. Add, search and browse listings easily.',
|
367 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/realty/?k=d55de979dbbbb7af0b2ff1d7f43884fa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
368 |
'settings' => 'admin.php?page=realty_settings',
|
369 |
'pro_version' => 'realty-pro/realty-pro.php',
|
370 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/realty/buy/?k=c7791f0a72acfb36f564a614dbccb474&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
371 |
'pro_settings' => 'admin.php?page=realty_pro_settings'
|
372 |
),
|
373 |
're-attacher/re-attacher.php' => array(
|
374 |
'category' => array( 'utilities' ),
|
375 |
'name' => 'Re-attacher',
|
376 |
'description' => 'Attach, unattach and re-attach media files quickly to WordPress posts and pages.',
|
377 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/re-attacher/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
378 |
'settings' => 'admin.php?page=re-attacher.php'
|
379 |
),
|
380 |
'relevant/related-posts-plugin.php' => array(
|
381 |
'category' => array( 'content-and-media', 'recommended' ),
|
382 |
'name' => 'Relevant - Related Posts',
|
383 |
'description' => 'Add related posts to WordPress posts or widgets. Link your readers to relevant content.',
|
384 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/related-posts/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
385 |
'settings' => 'admin.php?page=related-posts-plugin.php'
|
386 |
),
|
387 |
'sender/sender.php' => array(
|
388 |
'category' => array( 'social', 'recommended' ),
|
389 |
'name' => 'Sender',
|
390 |
'description' => 'Send bulk email messages to WordPress users. Custom templates, advanced settings and detailed reports.',
|
391 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
392 |
'settings' => 'admin.php?page=sndr_settings',
|
393 |
'pro_version' => 'sender-pro/sender-pro.php',
|
394 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/sender/buy/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
395 |
'pro_settings' => 'admin.php?page=sndrpr_settings'
|
396 |
),
|
397 |
'bws-smtp/bws-smtp.php' => array(
|
398 |
'category' => array( 'utilities' ),
|
399 |
'name' => 'SMTP',
|
400 |
'description' => 'Configure SMTP server to receive email messages from WordPress to Gmail, Yahoo, Hotmail and other services.',
|
401 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/smtp/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
402 |
'settings' => 'admin.php?page=bwssmtp_settings'
|
403 |
),
|
404 |
'social-buttons-pack/social-buttons-pack.php' => array(
|
405 |
'category' => array( 'social', 'recommended' ),
|
406 |
'name' => 'Social Buttons Pack',
|
407 |
'description' => 'Add social media buttons and widgets to WordPress posts, pages and widgets. FB, Twitter, G+1, Pinterest, LinkedIn.',
|
408 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/social-buttons-pack/?k=b6440fad9f54274429e536b0c61b42da&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
409 |
'settings' => 'admin.php?page=social-buttons.php',
|
410 |
'pro_version' => 'social-buttons-pack-pro/social-buttons-pack-pro.php',
|
411 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/social-buttons-pack/buy/?k=e7059cacde0d275b224a5d995c9160fd&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
412 |
'pro_settings' => 'admin.php?page=social-buttons.php'
|
413 |
),
|
414 |
+
'social-login-bws/social-login-bws.php' => array(
|
415 |
+
'category' => array( 'social' ),
|
416 |
+
'name' => 'Social Login',
|
417 |
+
'description' => 'Add social media login, registration, and commenting to your WordPress website.',
|
418 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/social-login/?k=62817c9c94f24129e40894e1d9c3f49d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
419 |
+
'settings' => 'admin.php?page=social-login.php'
|
420 |
+
),
|
421 |
'subscriber/subscriber.php' => array(
|
422 |
'category' => array( 'social', 'recommended' ),
|
423 |
'name' => 'Subscriber',
|
424 |
'description' => 'Add email newsletter sign up form to WordPress posts, pages and widgets. Collect data and subscribe your users.',
|
425 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
426 |
'settings' => 'admin.php?page=sbscrbr_settings_page',
|
427 |
'pro_version' => 'subscriber-pro/subscriber-pro.php',
|
428 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/subscriber/buy/?k=02dbb8b549925d9b74e70adc2a7282e4&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
429 |
'pro_settings' => 'admin.php?page=sbscrbrpr_settings_page'
|
430 |
),
|
431 |
'bws-testimonials/bws-testimonials.php' => array(
|
432 |
'category' => array( 'content-and-media', 'recommended' ),
|
433 |
'name' => 'Testimonials',
|
434 |
'description' => 'Add testimonials and feedbacks from your customers to WordPress posts, pages and widgets.',
|
435 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/testimonials/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
436 |
'settings' => 'admin.php?page=testimonials.php'
|
437 |
),
|
438 |
'timesheet/timesheet.php' => array(
|
439 |
'category' => array( 'management' ),
|
440 |
'name' => 'Timesheet',
|
441 |
'description' => 'Best timesheet plugin for WordPress. Track employee time, streamline attendance and generate reports.',
|
442 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/timesheet/?k=06a58bb78c17a43df01825925f05a5c1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
443 |
'settings' => 'admin.php?page=timesheet_settings',
|
444 |
'pro_version' => 'timesheet-pro/timesheet-pro.php',
|
445 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/timesheet/buy/?k=a448ce4cab0d365b7774c9bc3903b851&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
446 |
'pro_settings' => 'admin.php?page=timesheet_pro_settings'
|
447 |
),
|
448 |
'twitter-plugin/twitter.php' => array(
|
449 |
'category' => array( 'social' ),
|
450 |
'name' => 'Twitter',
|
451 |
'description' => 'Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts, pages and widgets.',
|
452 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/twitter/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
453 |
'settings' => 'admin.php?page=twitter.php',
|
454 |
'pro_version' => 'twitter-pro/twitter-pro.php',
|
455 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/twitter/buy/?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
456 |
'pro_settings' => 'admin.php?page=twitter-pro.php'
|
457 |
),
|
458 |
'updater/updater.php' => array(
|
459 |
'category' => array( 'utilities', 'recommended' ),
|
460 |
'name' => 'Updater',
|
461 |
'description' => 'Automatically check and update WordPress website core with all installed plugins and themes to the latest versions.',
|
462 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/updater/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
463 |
'settings' => 'admin.php?page=updater-options',
|
464 |
'pro_version' => 'updater-pro/updater_pro.php',
|
465 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/updater/buy/?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
466 |
'pro_settings' => 'admin.php?page=updater-pro-options'
|
467 |
),
|
468 |
'user-role/user-role.php' => array(
|
469 |
'category' => array( 'utilities' ),
|
470 |
'name' => 'User Role',
|
471 |
'description' => 'Powerful user role management plugin for WordPress website. Create, edit, copy, and delete user roles.',
|
472 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
473 |
'settings' => 'admin.php?page=user-role.php',
|
474 |
'pro_version' => 'user-role-pro/user-role-pro.php',
|
475 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/user-role/buy/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
476 |
'pro_settings' => 'admin.php?page=user-role-pro.php'
|
477 |
),
|
478 |
'visitors-online/visitors-online.php' => array(
|
479 |
'category' => array( 'site-stats' ),
|
480 |
'name' => 'Visitors Online',
|
481 |
'description' => 'Display live count of online visitors who are currently browsing your WordPress website.',
|
482 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/visitors-online/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
483 |
'settings' => 'admin.php?page=visitors-online.php',
|
484 |
'pro_version' => 'visitors-online-pro/visitors-online-pro.php',
|
485 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/visitors-online/buy/?k=f9a746075ff8a0a6cb192cb46526afd2&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
486 |
'pro_settings' => 'admin.php?page=visitors-online-pro.php'
|
487 |
),
|
488 |
'zendesk-help-center/zendesk-help-center.php' => array(
|
489 |
'category' => array( 'utilities' ),
|
490 |
'name' => 'Zendesk Help Center',
|
491 |
'description' => 'Backup and export Zendesk Help Center content automatically to your WordPress website database.',
|
492 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/zendesk-help-center/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
493 |
'settings' => 'admin.php?page=zendesk_hc.php&action=settings',
|
494 |
'pro_version' => 'zendesk-help-center-pro/zendesk-help-center-pro.php',
|
495 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/zendesk-help-center/buy/?k=45199e4538b5befe4d9566868a61a3aa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
496 |
'pro_settings' => 'admin.php?page=zendesk_hc_pro.php&tab=settings'
|
497 |
)
|
498 |
);
|
501 |
(object) array(
|
502 |
'name' => 'Opening',
|
503 |
'slug' => 'opening',
|
504 |
+
'href' => 'https://bestwebsoft.com/products/wordpress/themes/opening-job-board-wordpress-theme/'
|
505 |
),
|
506 |
(object) array(
|
507 |
'name' => 'Real Estate',
|
508 |
'slug' => 'realestate',
|
509 |
+
'href' => 'https://bestwebsoft.com/products/wordpress/themes/real-estate-creative-wordpress-theme/'
|
510 |
),
|
511 |
(object) array(
|
512 |
'name' => 'Renty',
|
513 |
'slug' => 'renty',
|
514 |
+
'href' => 'https://bestwebsoft.com/products/wordpress/themes/renty-car-rental-booking-wordpress-theme/'
|
515 |
),
|
516 |
(object) array(
|
517 |
'name' => 'Unity',
|
518 |
'slug' => 'unity',
|
519 |
+
'href' => 'https://bestwebsoft.com/products/wordpress/themes/unity-multipurpose-wordpress-theme/'
|
520 |
)
|
521 |
);
|
facebook-button-plugin.php
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
<?php
|
2 |
/*##
|
3 |
Plugin Name: Facebook Button by BestWebSoft
|
4 |
-
Plugin URI:
|
5 |
Description: Add Facebook Like, Share and Profile buttons to WordPress posts, pages and widgets.
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: facebook-button-plugin
|
8 |
Domain Path: /languages
|
9 |
-
Version: 2.
|
10 |
-
Author URI:
|
11 |
License: GPLv2 or later
|
12 |
*/
|
13 |
|
14 |
-
/* Copyright 2017 BestWebSoft (
|
15 |
|
16 |
This program is free software; you can redistribute it and/or modify
|
17 |
it under the terms of the GNU General Public License, version 2, as
|
@@ -41,7 +41,7 @@ if ( ! function_exists( 'fcbkbttn_add_pages' ) ) {
|
|
41 |
$submenu['facebook-button-plugin.php'][] = array(
|
42 |
'<span style="color:#d86463"> ' . __( 'Upgrade to Pro', 'facebook-button-plugin' ) . '</span>',
|
43 |
'manage_options',
|
44 |
-
'
|
45 |
/* pls*/
|
46 |
add_action( 'load-' . $settings, 'fcbkbttn_add_tabs' );
|
47 |
}
|
@@ -220,7 +220,7 @@ if ( ! function_exists( 'fcbkbttn_button' ) ) {
|
|
220 |
|
221 |
if ( 1 == $fcbkbttn_options['my_page'] ) {
|
222 |
$button .= '<div class="fcbk_button">
|
223 |
-
<a href="
|
224 |
<img src="' . $fcbkbttn_options['fb_img_link'] . '" alt="Fb-Button" />
|
225 |
</a>
|
226 |
</div>';
|
@@ -421,8 +421,8 @@ if ( ! function_exists ( 'fcbkbttn_links' ) ) {
|
|
421 |
if ( $file == $base ) {
|
422 |
if ( ! is_network_admin() )
|
423 |
$links[] = '<a href="admin.php?page=facebook-button-plugin.php">' . __( 'Settings', 'facebook-button-plugin' ) . '</a>';
|
424 |
-
$links[] = '<a href="
|
425 |
-
$links[] = '<a href="
|
426 |
}
|
427 |
return $links;
|
428 |
}
|
1 |
<?php
|
2 |
/*##
|
3 |
Plugin Name: Facebook Button by BestWebSoft
|
4 |
+
Plugin URI: https://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/
|
5 |
Description: Add Facebook Like, Share and Profile buttons to WordPress posts, pages and widgets.
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: facebook-button-plugin
|
8 |
Domain Path: /languages
|
9 |
+
Version: 2.54
|
10 |
+
Author URI: https://bestwebsoft.com/
|
11 |
License: GPLv2 or later
|
12 |
*/
|
13 |
|
14 |
+
/* Copyright 2017 BestWebSoft ( https://support.bestwebsoft.com )
|
15 |
|
16 |
This program is free software; you can redistribute it and/or modify
|
17 |
it under the terms of the GNU General Public License, version 2, as
|
41 |
$submenu['facebook-button-plugin.php'][] = array(
|
42 |
'<span style="color:#d86463"> ' . __( 'Upgrade to Pro', 'facebook-button-plugin' ) . '</span>',
|
43 |
'manage_options',
|
44 |
+
'https://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/?k=427287ceae749cbd015b4bba6041c4b8&pn=78&v=' . $fcbkbttn_plugin_info["Version"] . '&wp_v=' . $wp_version );
|
45 |
/* pls*/
|
46 |
add_action( 'load-' . $settings, 'fcbkbttn_add_tabs' );
|
47 |
}
|
220 |
|
221 |
if ( 1 == $fcbkbttn_options['my_page'] ) {
|
222 |
$button .= '<div class="fcbk_button">
|
223 |
+
<a href="https://www.facebook.com/' . $fcbkbttn_options['link'] . '" target="_blank">
|
224 |
<img src="' . $fcbkbttn_options['fb_img_link'] . '" alt="Fb-Button" />
|
225 |
</a>
|
226 |
</div>';
|
421 |
if ( $file == $base ) {
|
422 |
if ( ! is_network_admin() )
|
423 |
$links[] = '<a href="admin.php?page=facebook-button-plugin.php">' . __( 'Settings', 'facebook-button-plugin' ) . '</a>';
|
424 |
+
$links[] = '<a href="https://support.bestwebsoft.com/hc/en-us/sections/200538939" target="_blank">' . __( 'FAQ', 'facebook-button-plugin' ) . '</a>';
|
425 |
+
$links[] = '<a href="https://support.bestwebsoft.com">' . __( 'Support', 'facebook-button-plugin' ) . '</a>';
|
426 |
}
|
427 |
return $links;
|
428 |
}
|
includes/class-fcbkbttn-settings.php
CHANGED
@@ -172,7 +172,7 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
|
|
172 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
173 |
$this->all_plugins = get_plugins();
|
174 |
} ?>
|
175 |
-
<h3 class="bws_tab_label"><?php _e( 'Facebook
|
176 |
<?php $this->help_phrase(); ?>
|
177 |
<hr>
|
178 |
<div class="bws_tab_sub_label"><?php _e( 'General', 'facebook-button-plugin' ); ?></div>
|
@@ -231,7 +231,7 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
|
|
231 |
<?php }
|
232 |
} else { ?>
|
233 |
<input disabled="disabled" type="checkbox" name="fcbkbttn_use_multilanguage_locale" value="1" />
|
234 |
-
<span class="bws_info"><?php _e( 'Enable to switch language automatically on multilingual website using Multilanguage plugin.', 'facebook-button-plugin' ); ?> <a href="
|
235 |
<?php } ?>
|
236 |
</td>
|
237 |
</tr>
|
@@ -379,7 +379,7 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
|
|
379 |
</td>
|
380 |
</tr>
|
381 |
<tr class="fcbkbttn_like_enabled fcbkbttn_like_standard_layout">
|
382 |
-
<th><?php _e( 'Friends
|
383 |
<td>
|
384 |
<input name="fcbkbttn_faces" type='checkbox' value="1" <?php if ( 1 == $this->options['faces'] ) echo 'checked="checked"'; ?> />
|
385 |
<span class="bws_info"><?php _e( ' Enable to show faces of your friends who submitted the button.', 'facebook-button-plugin' ); ?></span>
|
172 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
173 |
$this->all_plugins = get_plugins();
|
174 |
} ?>
|
175 |
+
<h3 class="bws_tab_label"><?php _e( 'Facebook Button Settings', 'facebook-button-plugin' ); ?></h3>
|
176 |
<?php $this->help_phrase(); ?>
|
177 |
<hr>
|
178 |
<div class="bws_tab_sub_label"><?php _e( 'General', 'facebook-button-plugin' ); ?></div>
|
231 |
<?php }
|
232 |
} else { ?>
|
233 |
<input disabled="disabled" type="checkbox" name="fcbkbttn_use_multilanguage_locale" value="1" />
|
234 |
+
<span class="bws_info"><?php _e( 'Enable to switch language automatically on multilingual website using Multilanguage plugin.', 'facebook-button-plugin' ); ?> <a href="https://bestwebsoft.com/products/wordpress/plugins/multilanguage/?k=196fb3bb74b6e8b1e08f92cddfd54313&pn=78&v=<?php echo $this->plugins_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Learn More', 'facebook-button-plugin' ); ?></a></span>
|
235 |
<?php } ?>
|
236 |
</td>
|
237 |
</tr>
|
379 |
</td>
|
380 |
</tr>
|
381 |
<tr class="fcbkbttn_like_enabled fcbkbttn_like_standard_layout">
|
382 |
+
<th><?php _e( 'Friends Faces', 'facebook-button-plugin' ); ?></th>
|
383 |
<td>
|
384 |
<input name="fcbkbttn_faces" type='checkbox' value="1" <?php if ( 1 == $this->options['faces'] ) echo 'checked="checked"'; ?> />
|
385 |
<span class="bws_info"><?php _e( ' Enable to show faces of your friends who submitted the button.', 'facebook-button-plugin' ); ?></span>
|
languages/facebook-button-plugin-cs_CZ.mo
ADDED
Binary file
|
languages/facebook-button-plugin-cs_CZ.po
ADDED
@@ -0,0 +1,497 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: facebook-button-plugin\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-04-06 10:48+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-04-06 10:48+0300\n"
|
7 |
+
"Last-Translator: Mik013 <n0lim.it>\n"
|
8 |
+
"Language-Team: Mik013\n"
|
9 |
+
"Language: cs_CZ\n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
+
"X-Poedit-Basepath: ..\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.8.7.1\n"
|
17 |
+
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
18 |
+
"X-Poedit-SearchPath-0: .\n"
|
19 |
+
|
20 |
+
#: facebook-button-plugin.php:35 facebook-button-plugin.php:36
|
21 |
+
#: facebook-button-plugin.php:205 includes/class-fcbkbttn-settings.php:175
|
22 |
+
msgid "Facebook Button Settings"
|
23 |
+
msgstr "Nastavení tlačítka Facebook"
|
24 |
+
|
25 |
+
#: facebook-button-plugin.php:36 facebook-button-plugin.php:409
|
26 |
+
#: facebook-button-plugin.php:423 includes/class-fcbkbttn-settings.php:23
|
27 |
+
msgid "Settings"
|
28 |
+
msgstr "Nastavení"
|
29 |
+
|
30 |
+
#: facebook-button-plugin.php:42
|
31 |
+
msgid "Upgrade to Pro"
|
32 |
+
msgstr ""
|
33 |
+
|
34 |
+
#: facebook-button-plugin.php:206
|
35 |
+
msgid "Please, enable JavaScript in Your browser."
|
36 |
+
msgstr "Prosím, povolte JavaScript ve vašem prohlížeči."
|
37 |
+
|
38 |
+
#: facebook-button-plugin.php:302
|
39 |
+
msgid "Add Facebook buttons to your page or post"
|
40 |
+
msgstr "Přidat Facebook tlačítka na vaši stránku nebo příspěvek"
|
41 |
+
|
42 |
+
#: facebook-button-plugin.php:424
|
43 |
+
msgid "FAQ"
|
44 |
+
msgstr "Často kladené otázky (FAQ)"
|
45 |
+
|
46 |
+
#: facebook-button-plugin.php:425
|
47 |
+
msgid "Support"
|
48 |
+
msgstr "Podpora"
|
49 |
+
|
50 |
+
#: includes/class-fcbkbttn-settings.php:25
|
51 |
+
msgid "Display"
|
52 |
+
msgstr ""
|
53 |
+
|
54 |
+
#: includes/class-fcbkbttn-settings.php:27
|
55 |
+
msgid "Misc"
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: includes/class-fcbkbttn-settings.php:28
|
59 |
+
msgid "Custom Code"
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: includes/class-fcbkbttn-settings.php:30
|
63 |
+
msgid "License Key"
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: includes/class-fcbkbttn-settings.php:99
|
67 |
+
msgid "Settings saved"
|
68 |
+
msgstr "Nastavení uloženo"
|
69 |
+
|
70 |
+
#: includes/class-fcbkbttn-settings.php:128
|
71 |
+
msgid "Error: File size > 32K"
|
72 |
+
msgstr "Chyba: Velikost souboru > 32K"
|
73 |
+
|
74 |
+
#: includes/class-fcbkbttn-settings.php:131
|
75 |
+
msgid "Error: Invalid file type"
|
76 |
+
msgstr "Chyba: Neplatný typ souboru"
|
77 |
+
|
78 |
+
#: includes/class-fcbkbttn-settings.php:137
|
79 |
+
msgid "Upload successful."
|
80 |
+
msgstr "Úspěšně nahráno."
|
81 |
+
|
82 |
+
#: includes/class-fcbkbttn-settings.php:147
|
83 |
+
msgid "Error: failed to move file."
|
84 |
+
msgstr ""
|
85 |
+
|
86 |
+
#: includes/class-fcbkbttn-settings.php:150
|
87 |
+
msgid "Error: check image width or height."
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
+
#: includes/class-fcbkbttn-settings.php:154
|
91 |
+
msgid "Uploading Error: check image properties"
|
92 |
+
msgstr "Chyba nahrávání: zkontrolujte vlastnosti obrazu"
|
93 |
+
|
94 |
+
#: includes/class-fcbkbttn-settings.php:178
|
95 |
+
msgid "General"
|
96 |
+
msgstr ""
|
97 |
+
|
98 |
+
#: includes/class-fcbkbttn-settings.php:181
|
99 |
+
msgid "Buttons"
|
100 |
+
msgstr ""
|
101 |
+
|
102 |
+
#: includes/class-fcbkbttn-settings.php:184
|
103 |
+
msgid "Profile URL"
|
104 |
+
msgstr ""
|
105 |
+
|
106 |
+
#: includes/class-fcbkbttn-settings.php:185
|
107 |
+
#: includes/class-fcbkbttn-settings.php:371
|
108 |
+
msgid "Like"
|
109 |
+
msgstr "To se mi líbí"
|
110 |
+
|
111 |
+
#: includes/class-fcbkbttn-settings.php:186
|
112 |
+
msgid "Share"
|
113 |
+
msgstr "Sdílet"
|
114 |
+
|
115 |
+
#: includes/class-fcbkbttn-settings.php:191
|
116 |
+
msgid "Buttons Position"
|
117 |
+
msgstr ""
|
118 |
+
|
119 |
+
#: includes/class-fcbkbttn-settings.php:196
|
120 |
+
msgid "Before content"
|
121 |
+
msgstr ""
|
122 |
+
|
123 |
+
#: includes/class-fcbkbttn-settings.php:201
|
124 |
+
msgid "After content"
|
125 |
+
msgstr ""
|
126 |
+
|
127 |
+
#: includes/class-fcbkbttn-settings.php:207
|
128 |
+
msgid "Language"
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#: includes/class-fcbkbttn-settings.php:218
|
132 |
+
msgid "Select the default language for Facebook button(-s)."
|
133 |
+
msgstr ""
|
134 |
+
|
135 |
+
#: includes/class-fcbkbttn-settings.php:227
|
136 |
+
#: includes/class-fcbkbttn-settings.php:230
|
137 |
+
#: includes/class-fcbkbttn-settings.php:234
|
138 |
+
msgid ""
|
139 |
+
"Enable to switch language automatically on multilingual website using "
|
140 |
+
"Multilanguage plugin."
|
141 |
+
msgstr ""
|
142 |
+
|
143 |
+
#: includes/class-fcbkbttn-settings.php:230
|
144 |
+
#, php-format
|
145 |
+
msgid "Activate %s"
|
146 |
+
msgstr ""
|
147 |
+
|
148 |
+
#: includes/class-fcbkbttn-settings.php:234
|
149 |
+
msgid "Learn More"
|
150 |
+
msgstr "Více informací"
|
151 |
+
|
152 |
+
#: includes/class-fcbkbttn-settings.php:239
|
153 |
+
msgid "Excerpt"
|
154 |
+
msgstr ""
|
155 |
+
|
156 |
+
#: includes/class-fcbkbttn-settings.php:241
|
157 |
+
msgid "Enable to display buttons in excerpt."
|
158 |
+
msgstr ""
|
159 |
+
|
160 |
+
#: includes/class-fcbkbttn-settings.php:250
|
161 |
+
#: includes/class-fcbkbttn-settings.php:426
|
162 |
+
#: includes/class-fcbkbttn-settings.php:481
|
163 |
+
msgid "Close"
|
164 |
+
msgstr "Zavřít"
|
165 |
+
|
166 |
+
#: includes/class-fcbkbttn-settings.php:254
|
167 |
+
msgid "Meta Image"
|
168 |
+
msgstr ""
|
169 |
+
|
170 |
+
#: includes/class-fcbkbttn-settings.php:259
|
171 |
+
msgid "Featured Image"
|
172 |
+
msgstr "Vybraný obrázek"
|
173 |
+
|
174 |
+
#: includes/class-fcbkbttn-settings.php:263
|
175 |
+
msgid "Custom Image"
|
176 |
+
msgstr "Vlastní obrázek"
|
177 |
+
|
178 |
+
#: includes/class-fcbkbttn-settings.php:263
|
179 |
+
msgid "This image will be used for all posts"
|
180 |
+
msgstr ""
|
181 |
+
|
182 |
+
#: includes/class-fcbkbttn-settings.php:270
|
183 |
+
msgid "Meta Description"
|
184 |
+
msgstr ""
|
185 |
+
|
186 |
+
#: includes/class-fcbkbttn-settings.php:274
|
187 |
+
msgid ""
|
188 |
+
"This description will be used for all pages and posts. Leave blank to use "
|
189 |
+
"page description."
|
190 |
+
msgstr ""
|
191 |
+
|
192 |
+
#: includes/class-fcbkbttn-settings.php:283
|
193 |
+
msgid "Profile URL Button"
|
194 |
+
msgstr ""
|
195 |
+
|
196 |
+
#: includes/class-fcbkbttn-settings.php:286
|
197 |
+
msgid "Facebook ID or Username"
|
198 |
+
msgstr ""
|
199 |
+
|
200 |
+
#: includes/class-fcbkbttn-settings.php:293
|
201 |
+
msgid "Profile Button Image"
|
202 |
+
msgstr ""
|
203 |
+
|
204 |
+
#: includes/class-fcbkbttn-settings.php:300
|
205 |
+
msgid "Default"
|
206 |
+
msgstr ""
|
207 |
+
|
208 |
+
#: includes/class-fcbkbttn-settings.php:305
|
209 |
+
msgid "Custom image"
|
210 |
+
msgstr ""
|
211 |
+
|
212 |
+
#: includes/class-fcbkbttn-settings.php:309
|
213 |
+
msgid ""
|
214 |
+
"To use custom image, You need to setup permissions for upload directory of "
|
215 |
+
"your site"
|
216 |
+
msgstr ""
|
217 |
+
|
218 |
+
#: includes/class-fcbkbttn-settings.php:316
|
219 |
+
msgid "Current image"
|
220 |
+
msgstr "Aktuální obrázek"
|
221 |
+
|
222 |
+
#: includes/class-fcbkbttn-settings.php:324
|
223 |
+
msgid ""
|
224 |
+
"Image requirements: max image width:100px; max image height:40px; max image "
|
225 |
+
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
226 |
+
msgstr ""
|
227 |
+
|
228 |
+
#: includes/class-fcbkbttn-settings.php:328
|
229 |
+
msgid "Like&Share Buttons"
|
230 |
+
msgstr ""
|
231 |
+
|
232 |
+
#: includes/class-fcbkbttn-settings.php:331
|
233 |
+
msgid "Layout"
|
234 |
+
msgstr ""
|
235 |
+
|
236 |
+
#: includes/class-fcbkbttn-settings.php:366
|
237 |
+
msgid "Like Button Action"
|
238 |
+
msgstr ""
|
239 |
+
|
240 |
+
#: includes/class-fcbkbttn-settings.php:376
|
241 |
+
msgid "Recommend"
|
242 |
+
msgstr "Doporučit"
|
243 |
+
|
244 |
+
#: includes/class-fcbkbttn-settings.php:382
|
245 |
+
msgid "Friends Faces"
|
246 |
+
msgstr ""
|
247 |
+
|
248 |
+
#: includes/class-fcbkbttn-settings.php:385
|
249 |
+
msgid " Enable to show faces of your friends who submitted the button."
|
250 |
+
msgstr ""
|
251 |
+
|
252 |
+
#: includes/class-fcbkbttn-settings.php:389
|
253 |
+
msgid "Layout Width"
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: includes/class-fcbkbttn-settings.php:391
|
257 |
+
msgid "px"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: includes/class-fcbkbttn-settings.php:395
|
261 |
+
msgid "Theme"
|
262 |
+
msgstr ""
|
263 |
+
|
264 |
+
#: includes/class-fcbkbttn-settings.php:400
|
265 |
+
msgid "Light"
|
266 |
+
msgstr "Světlé"
|
267 |
+
|
268 |
+
#: includes/class-fcbkbttn-settings.php:405
|
269 |
+
msgid "Dark"
|
270 |
+
msgstr "Tmavé"
|
271 |
+
|
272 |
+
#: includes/class-fcbkbttn-settings.php:411
|
273 |
+
msgid "Like Button HTML Tag"
|
274 |
+
msgstr ""
|
275 |
+
|
276 |
+
#: includes/class-fcbkbttn-settings.php:417
|
277 |
+
#, php-format
|
278 |
+
msgid "Tag %s can be used to improve website code validation."
|
279 |
+
msgstr ""
|
280 |
+
|
281 |
+
#: includes/class-fcbkbttn-settings.php:430
|
282 |
+
msgid "URL to Like"
|
283 |
+
msgstr ""
|
284 |
+
|
285 |
+
#: includes/class-fcbkbttn-settings.php:432
|
286 |
+
msgid "Leave blank to use a current page."
|
287 |
+
msgstr ""
|
288 |
+
|
289 |
+
#: includes/class-fcbkbttn-settings.php:460
|
290 |
+
msgid "Facebook Buttons Shortchode"
|
291 |
+
msgstr ""
|
292 |
+
|
293 |
+
#: includes/class-fcbkbttn-settings.php:463
|
294 |
+
msgid ""
|
295 |
+
"Add Facebook button(-s) to your posts, pages, custom post types or widgets "
|
296 |
+
"by using the following shortcode:"
|
297 |
+
msgstr ""
|
298 |
+
|
299 |
+
#: includes/class-fcbkbttn-settings.php:482
|
300 |
+
msgid "Facebook Buttons Preview"
|
301 |
+
msgstr ""
|
302 |
+
|
303 |
+
#: includes/class-fcbkbttn-settings.php:497
|
304 |
+
msgid "Display Settings"
|
305 |
+
msgstr ""
|
306 |
+
|
307 |
+
#: includes/class-fcbkbttn-settings.php:506
|
308 |
+
msgid ""
|
309 |
+
"Please choose the necessary post types (or single pages) where Facebook "
|
310 |
+
"button will be displayed:"
|
311 |
+
msgstr ""
|
312 |
+
"Prosím, vyberte požadované typy příspěvků (nebo jednotlivé stránky), kde "
|
313 |
+
"budou zobrazeno tlačítko Facebook:"
|
314 |
+
|
315 |
+
#: includes/class-fcbkbttn-settings.php:513
|
316 |
+
msgid "Show URL for pages"
|
317 |
+
msgstr "Zobrazit URL pro stránky"
|
318 |
+
|
319 |
+
#: includes/class-fcbkbttn-settings.php:519
|
320 |
+
msgid "Example of the site's pages tree"
|
321 |
+
msgstr "Příklad stromu webu"
|
322 |
+
|
323 |
+
#: includes/class-fcbkbttn-settings.php:519
|
324 |
+
msgid "Example of site pages' tree"
|
325 |
+
msgstr "Example of site pages' tree"
|
326 |
+
|
327 |
+
#~ msgid "Error: moving file failed"
|
328 |
+
#~ msgstr "Chyba: přesun souboru se nezdařil"
|
329 |
+
|
330 |
+
#~ msgid "Error: check image width or height"
|
331 |
+
#~ msgstr "Chyba: zkontrolujte šířku nebo výšku obrázku"
|
332 |
+
|
333 |
+
#~ msgid "All plugin settings were restored."
|
334 |
+
#~ msgstr "Byla obnovena všechna nastavení pluginu."
|
335 |
+
|
336 |
+
#~ msgid "How to Use Step-by-step Instruction"
|
337 |
+
#~ msgstr "Instrukce jak používat krok-za-krokem"
|
338 |
+
|
339 |
+
#~ msgid "Extra settings"
|
340 |
+
#~ msgstr "Další nastavení"
|
341 |
+
|
342 |
+
#~ msgid "Custom code"
|
343 |
+
#~ msgstr "Vlastní kód"
|
344 |
+
|
345 |
+
#~ msgid "Go PRO"
|
346 |
+
#~ msgstr "Přejít na PRO"
|
347 |
+
|
348 |
+
#~ msgid ""
|
349 |
+
#~ "If you would like to add Facebook buttons to your page or post, please "
|
350 |
+
#~ "use %s button"
|
351 |
+
#~ msgstr ""
|
352 |
+
#~ "Pokud chcete přidat Facebook tlačítka na vaši stránku nebo příspěvek, "
|
353 |
+
#~ "použijte tlačítko %s"
|
354 |
+
|
355 |
+
#~ msgid ""
|
356 |
+
#~ "You can add Facebook buttons to your page or post by clicking on %s "
|
357 |
+
#~ "button in the content edit block using the Visual mode. If the button "
|
358 |
+
#~ "isn't displayed, please use the shortcode %s"
|
359 |
+
#~ msgstr ""
|
360 |
+
#~ "Můžete přidat Facebook tlačítka na vaši stránku nebo příspěvek kliknutím "
|
361 |
+
#~ "na tlačítko %s v bloku úprav obsahu pomocí Visual režimu. Pokud tlačítko "
|
362 |
+
#~ "není zobrazeno, použijte zkrácený kód %s"
|
363 |
+
|
364 |
+
#~ msgid "Display button"
|
365 |
+
#~ msgstr "Zobrazit tlačítko"
|
366 |
+
|
367 |
+
#~ msgid "My Page"
|
368 |
+
#~ msgstr "Moje stránka"
|
369 |
+
|
370 |
+
#~ msgid "Facebook buttons position"
|
371 |
+
#~ msgstr "Umístění Facebook tlačítka"
|
372 |
+
|
373 |
+
#~ msgid "Before"
|
374 |
+
#~ msgstr "Před"
|
375 |
+
|
376 |
+
#~ msgid "After"
|
377 |
+
#~ msgstr "Po"
|
378 |
+
|
379 |
+
#~ msgid "Before and After"
|
380 |
+
#~ msgstr "Před a Po"
|
381 |
+
|
382 |
+
#~ msgid "Shortcode"
|
383 |
+
#~ msgstr "Zkrácený kód"
|
384 |
+
|
385 |
+
#~ msgid "Facebook buttons language"
|
386 |
+
#~ msgstr "Jazyk Facebook tlačítek"
|
387 |
+
|
388 |
+
#~ msgid "Change the language of Facebook Button"
|
389 |
+
#~ msgstr "Změnit jazyk Facebook tlačítka"
|
390 |
+
|
391 |
+
#~ msgid "Use the current site language"
|
392 |
+
#~ msgstr "Použít aktuální jazyk webu"
|
393 |
+
|
394 |
+
#~ msgid "Using"
|
395 |
+
#~ msgstr "Použití"
|
396 |
+
|
397 |
+
#~ msgid "Activate"
|
398 |
+
#~ msgstr "Aktivovat"
|
399 |
+
|
400 |
+
#~ msgid "Download"
|
401 |
+
#~ msgstr "Stáhnout"
|
402 |
+
|
403 |
+
#~ msgid "Display buttons in excerpt"
|
404 |
+
#~ msgstr "Zobrazit tlačítka ve stručném obsahu"
|
405 |
+
|
406 |
+
#~ msgid "Meta tags"
|
407 |
+
#~ msgstr "Meta tagy"
|
408 |
+
|
409 |
+
#~ msgid "Image"
|
410 |
+
#~ msgstr "Obrázek"
|
411 |
+
|
412 |
+
#~ msgid "This image will be used for all of the posts"
|
413 |
+
#~ msgstr "Tento obrázek bude použit pro všechny příspěvky"
|
414 |
+
|
415 |
+
#~ msgid "Description"
|
416 |
+
#~ msgstr "Popis"
|
417 |
+
|
418 |
+
#~ msgid "Post excerpt"
|
419 |
+
#~ msgstr "Stručný obsah příspěvku"
|
420 |
+
|
421 |
+
#~ msgid "This description will be used for all of the posts"
|
422 |
+
#~ msgstr "Tento popis bude použit pro všechny příspěvky"
|
423 |
+
|
424 |
+
#~ msgid "If you upgrade to Pro version all your settings will be saved."
|
425 |
+
#~ msgstr ""
|
426 |
+
#~ "Pokud upgradujete na verzi Pro budou všechna vaše nastavení uložena."
|
427 |
+
|
428 |
+
#~ msgid "Unlock premium options by upgrading to Pro version"
|
429 |
+
#~ msgstr "Odemknout prémiové možnosti upgradem na Pro verzi"
|
430 |
+
|
431 |
+
#~ msgid "Your Facebook ID or username"
|
432 |
+
#~ msgstr "Vaše Facebook ID nebo uživatelské jméno"
|
433 |
+
|
434 |
+
#~ msgid "\"My page\" button image"
|
435 |
+
#~ msgstr "\"Moje stránka\" obrázek tlačítka"
|
436 |
+
|
437 |
+
#~ msgid "Standard Facebook image"
|
438 |
+
#~ msgstr "Standardní Facebook obrázek"
|
439 |
+
|
440 |
+
#~ msgid "Custom Facebook image"
|
441 |
+
#~ msgstr "Vlastní Facebook obrázek"
|
442 |
+
|
443 |
+
#~ msgid ""
|
444 |
+
#~ "To use custom image you need to setup permissions to upload directory of "
|
445 |
+
#~ "your site"
|
446 |
+
#~ msgstr ""
|
447 |
+
#~ "Chcete-li použít vlastní obrázek, je nutné nastavit oprávnění k nahrávání "
|
448 |
+
#~ "složek na vašem webu"
|
449 |
+
|
450 |
+
#~ msgid ""
|
451 |
+
#~ "Image properties: max image width:100px; max image height:40px; max image "
|
452 |
+
#~ "size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
453 |
+
#~ msgstr ""
|
454 |
+
#~ "Vlastnosti obrazu: max šířka obrázku: 100px; max výška obrázku: 40px; "
|
455 |
+
#~ "Maximální velikost obrazu: 32 Kb; typy obrázků: \"JPG\", \"JPEG\", \"png"
|
456 |
+
#~ "\"."
|
457 |
+
|
458 |
+
#~ msgid "Button layout"
|
459 |
+
#~ msgstr "Rozložení tlačítek"
|
460 |
+
|
461 |
+
#~ msgid "Like button action"
|
462 |
+
#~ msgstr "Akce tlačítka To se mi líbí"
|
463 |
+
|
464 |
+
#~ msgid "Show faces"
|
465 |
+
#~ msgstr "Ukázat tváře"
|
466 |
+
|
467 |
+
#~ msgid "Layout width"
|
468 |
+
#~ msgstr "Šířka layoutu"
|
469 |
+
|
470 |
+
#~ msgid "Color scheme"
|
471 |
+
#~ msgstr "Barevné schéma"
|
472 |
+
|
473 |
+
#~ msgid "Html tag for \"Like\" button"
|
474 |
+
#~ msgstr "HTML tag pro tlačítko \"To se mi líbí\""
|
475 |
+
|
476 |
+
#~ msgid "Use this tag to improve validation of your site"
|
477 |
+
#~ msgstr "Použijte tento tag s cílem zlepšit validitu vašeho webu"
|
478 |
+
|
479 |
+
#~ msgid "\"Like\" for an entire site on every page:"
|
480 |
+
#~ msgstr "\"To se mi líbí\" pro celý web na každé stránce:"
|
481 |
+
|
482 |
+
#~ msgid ""
|
483 |
+
#~ "Notice: \"Like for the entire site\" option does not create an extra "
|
484 |
+
#~ "button. This option merely allows your users to like the entire website "
|
485 |
+
#~ "when this option is enabled, or a single post when this option is "
|
486 |
+
#~ "disabled, when clicking the regular \"Like\" button."
|
487 |
+
#~ msgstr ""
|
488 |
+
#~ "Upozornění: Volba \"To se mi líbí\" nevytváří tlačítko navíc. Tato "
|
489 |
+
#~ "možnost pouze umožňuje uživatelům mít rád celý web, pokud je tato volba "
|
490 |
+
#~ "zapnuta, nebo na konkrétní příspěvek, pokud je tato volba vypnutá, při "
|
491 |
+
#~ "kliknutí na klasické \"To se mi líbí\" tlačítko."
|
492 |
+
|
493 |
+
#~ msgid "Save Changes"
|
494 |
+
#~ msgstr "Uložit změny"
|
495 |
+
|
496 |
+
#~ msgid "Facebook Button preview:"
|
497 |
+
#~ msgstr "Náhled tlačítka Facebook:"
|
languages/facebook-button-plugin-es_ES.mo
CHANGED
Binary file
|
languages/facebook-button-plugin-es_ES.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook-button-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Africa Boleko <info@markekimika.es>\n"
|
9 |
"Language: es_ES\n"
|
@@ -13,18 +13,18 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit 1.
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-Bookmarks: -1,102,-1,-1,-1,-1,-1,-1,-1,-1\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
#: facebook-button-plugin.php:35 facebook-button-plugin.php:36
|
22 |
-
#: facebook-button-plugin.php:
|
23 |
msgid "Facebook Button Settings"
|
24 |
msgstr "Ajustes de Facebook Button"
|
25 |
|
26 |
-
#: facebook-button-plugin.php:36 facebook-button-plugin.php:
|
27 |
-
#: facebook-button-plugin.php:
|
28 |
msgid "Settings"
|
29 |
msgstr "Ajustes"
|
30 |
|
@@ -32,19 +32,19 @@ msgstr "Ajustes"
|
|
32 |
msgid "Upgrade to Pro"
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: facebook-button-plugin.php:
|
36 |
msgid "Please, enable JavaScript in Your browser."
|
37 |
msgstr "Por favor, habilite JavaScrip en su navegador"
|
38 |
|
39 |
-
#: facebook-button-plugin.php:
|
40 |
msgid "Add Facebook buttons to your page or post"
|
41 |
msgstr "Añada los botones de Facebook a su página o post"
|
42 |
|
43 |
-
#: facebook-button-plugin.php:
|
44 |
msgid "FAQ"
|
45 |
msgstr "Preguntas frecuentes"
|
46 |
|
47 |
-
#: facebook-button-plugin.php:
|
48 |
msgid "Support"
|
49 |
msgstr "Soporte"
|
50 |
|
@@ -67,172 +67,167 @@ msgstr "Custom código"
|
|
67 |
msgid "License Key"
|
68 |
msgstr "Clave de licencia incorrecta"
|
69 |
|
70 |
-
#: includes/class-fcbkbttn-settings.php:
|
71 |
msgid "Settings saved"
|
72 |
msgstr "Configuración guardada"
|
73 |
|
74 |
-
#: includes/class-fcbkbttn-settings.php:
|
75 |
msgid "Error: File size > 32K"
|
76 |
msgstr "Error: Tamaño archivo >32K"
|
77 |
|
78 |
-
#: includes/class-fcbkbttn-settings.php:
|
79 |
msgid "Error: Invalid file type"
|
80 |
msgstr "Error: Tipo de archivo no válido"
|
81 |
|
82 |
-
#: includes/class-fcbkbttn-settings.php:
|
83 |
msgid "Upload successful."
|
84 |
msgstr "Descarga correcta"
|
85 |
|
86 |
-
#: includes/class-fcbkbttn-settings.php:
|
87 |
#, fuzzy
|
88 |
msgid "Error: failed to move file."
|
89 |
msgstr "Error: error al mover archivo"
|
90 |
|
91 |
-
#: includes/class-fcbkbttn-settings.php:
|
92 |
#, fuzzy
|
93 |
msgid "Error: check image width or height."
|
94 |
msgstr "Error: Compruebe la altura o anchura de la imagen"
|
95 |
|
96 |
-
#: includes/class-fcbkbttn-settings.php:
|
97 |
msgid "Uploading Error: check image properties"
|
98 |
msgstr "Error de descarga: compruebe las propiedades de la imagen"
|
99 |
|
100 |
-
#: includes/class-fcbkbttn-settings.php:
|
101 |
-
#, fuzzy
|
102 |
-
msgid "Facebook button Settings"
|
103 |
-
msgstr "Ajustes de Facebook Button"
|
104 |
-
|
105 |
-
#: includes/class-fcbkbttn-settings.php:174
|
106 |
msgid "General"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: includes/class-fcbkbttn-settings.php:
|
110 |
#, fuzzy
|
111 |
msgid "Buttons"
|
112 |
msgstr "Diseño del botón"
|
113 |
|
114 |
-
#: includes/class-fcbkbttn-settings.php:
|
115 |
msgid "Profile URL"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: includes/class-fcbkbttn-settings.php:
|
119 |
-
#: includes/class-fcbkbttn-settings.php:
|
120 |
msgid "Like"
|
121 |
msgstr "Me gusta"
|
122 |
|
123 |
-
#: includes/class-fcbkbttn-settings.php:
|
124 |
msgid "Share"
|
125 |
msgstr "Compartir"
|
126 |
|
127 |
-
#: includes/class-fcbkbttn-settings.php:
|
128 |
#, fuzzy
|
129 |
msgid "Buttons Position"
|
130 |
msgstr "Posición Facebook Buttons"
|
131 |
|
132 |
-
#: includes/class-fcbkbttn-settings.php:
|
133 |
#, fuzzy
|
134 |
msgid "Before content"
|
135 |
msgstr "Antes y Después"
|
136 |
|
137 |
-
#: includes/class-fcbkbttn-settings.php:
|
138 |
msgid "After content"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: includes/class-fcbkbttn-settings.php:
|
142 |
msgid "Language"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: includes/class-fcbkbttn-settings.php:
|
146 |
#, fuzzy
|
147 |
msgid "Select the default language for Facebook button(-s)."
|
148 |
msgstr "Cambie el idioma de Facebook Button"
|
149 |
|
150 |
-
#: includes/class-fcbkbttn-settings.php:
|
151 |
-
#: includes/class-fcbkbttn-settings.php:226
|
152 |
#: includes/class-fcbkbttn-settings.php:230
|
|
|
153 |
msgid ""
|
154 |
"Enable to switch language automatically on multilingual website using "
|
155 |
"Multilanguage plugin."
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: includes/class-fcbkbttn-settings.php:
|
159 |
#, fuzzy, php-format
|
160 |
msgid "Activate %s"
|
161 |
msgstr "Activado"
|
162 |
|
163 |
-
#: includes/class-fcbkbttn-settings.php:
|
164 |
msgid "Learn More"
|
165 |
msgstr "Conozca más"
|
166 |
|
167 |
-
#: includes/class-fcbkbttn-settings.php:
|
168 |
#, fuzzy
|
169 |
msgid "Excerpt"
|
170 |
msgstr "Post fragmentado"
|
171 |
|
172 |
-
#: includes/class-fcbkbttn-settings.php:
|
173 |
#, fuzzy
|
174 |
msgid "Enable to display buttons in excerpt."
|
175 |
msgstr "Despliegue el botón en el fragmento"
|
176 |
|
177 |
-
#: includes/class-fcbkbttn-settings.php:
|
178 |
-
#: includes/class-fcbkbttn-settings.php:
|
179 |
-
#: includes/class-fcbkbttn-settings.php:
|
180 |
msgid "Close"
|
181 |
msgstr "Cerrar"
|
182 |
|
183 |
-
#: includes/class-fcbkbttn-settings.php:
|
184 |
#, fuzzy
|
185 |
msgid "Meta Image"
|
186 |
msgstr "Meta etiquetas"
|
187 |
|
188 |
-
#: includes/class-fcbkbttn-settings.php:
|
189 |
msgid "Featured Image"
|
190 |
msgstr "Imagen distintitiva"
|
191 |
|
192 |
-
#: includes/class-fcbkbttn-settings.php:
|
193 |
msgid "Custom Image"
|
194 |
msgstr "Imagen customizada"
|
195 |
|
196 |
-
#: includes/class-fcbkbttn-settings.php:
|
197 |
#, fuzzy
|
198 |
msgid "This image will be used for all posts"
|
199 |
msgstr "Esta imagen serà usada para todos los posts"
|
200 |
|
201 |
-
#: includes/class-fcbkbttn-settings.php:
|
202 |
#, fuzzy
|
203 |
msgid "Meta Description"
|
204 |
msgstr "Descripción"
|
205 |
|
206 |
-
#: includes/class-fcbkbttn-settings.php:
|
207 |
#, fuzzy
|
208 |
msgid ""
|
209 |
"This description will be used for all pages and posts. Leave blank to use "
|
210 |
"page description."
|
211 |
msgstr "Esta descripción será utilitzada en todos los post"
|
212 |
|
213 |
-
#: includes/class-fcbkbttn-settings.php:
|
214 |
msgid "Profile URL Button"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: includes/class-fcbkbttn-settings.php:
|
218 |
#, fuzzy
|
219 |
msgid "Facebook ID or Username"
|
220 |
msgstr "Su ID de Facebook o usuario"
|
221 |
|
222 |
-
#: includes/class-fcbkbttn-settings.php:
|
223 |
msgid "Profile Button Image"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: includes/class-fcbkbttn-settings.php:
|
227 |
msgid "Default"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: includes/class-fcbkbttn-settings.php:
|
231 |
#, fuzzy
|
232 |
msgid "Custom image"
|
233 |
msgstr "Imagen customizada"
|
234 |
|
235 |
-
#: includes/class-fcbkbttn-settings.php:
|
236 |
#, fuzzy
|
237 |
msgid ""
|
238 |
"To use custom image, You need to setup permissions for upload directory of "
|
@@ -241,11 +236,11 @@ msgstr ""
|
|
241 |
"Para utilizar imágenes personalizadas necessita instalar permisos para "
|
242 |
"descargar el directorio de su sitio"
|
243 |
|
244 |
-
#: includes/class-fcbkbttn-settings.php:
|
245 |
msgid "Current image"
|
246 |
msgstr "Imagen actual"
|
247 |
|
248 |
-
#: includes/class-fcbkbttn-settings.php:
|
249 |
#, fuzzy
|
250 |
msgid ""
|
251 |
"Image requirements: max image width:100px; max image height:40px; max image "
|
@@ -255,94 +250,94 @@ msgstr ""
|
|
255 |
"imagen: 40px; tamaño máximo de imagen: 32Kb; tipus de imagen: \"jpg\", \"jpeg"
|
256 |
"\", \"png\"."
|
257 |
|
258 |
-
#: includes/class-fcbkbttn-settings.php:
|
259 |
#, fuzzy
|
260 |
msgid "Like&Share Buttons"
|
261 |
msgstr "Acción del botón \"me gusta\""
|
262 |
|
263 |
-
#: includes/class-fcbkbttn-settings.php:
|
264 |
#, fuzzy
|
265 |
msgid "Layout"
|
266 |
msgstr "Ancho del diseño"
|
267 |
|
268 |
-
#: includes/class-fcbkbttn-settings.php:
|
269 |
#, fuzzy
|
270 |
msgid "Like Button Action"
|
271 |
msgstr "Acción del botón \"me gusta\""
|
272 |
|
273 |
-
#: includes/class-fcbkbttn-settings.php:
|
274 |
msgid "Recommend"
|
275 |
msgstr "Recomendar"
|
276 |
|
277 |
-
#: includes/class-fcbkbttn-settings.php:
|
278 |
-
msgid "Friends
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: includes/class-fcbkbttn-settings.php:
|
282 |
msgid " Enable to show faces of your friends who submitted the button."
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: includes/class-fcbkbttn-settings.php:
|
286 |
#, fuzzy
|
287 |
msgid "Layout Width"
|
288 |
msgstr "Ancho del diseño"
|
289 |
|
290 |
-
#: includes/class-fcbkbttn-settings.php:
|
291 |
msgid "px"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: includes/class-fcbkbttn-settings.php:
|
295 |
msgid "Theme"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: includes/class-fcbkbttn-settings.php:
|
299 |
msgid "Light"
|
300 |
msgstr "Claro"
|
301 |
|
302 |
-
#: includes/class-fcbkbttn-settings.php:
|
303 |
msgid "Dark"
|
304 |
msgstr "Oscuro"
|
305 |
|
306 |
-
#: includes/class-fcbkbttn-settings.php:
|
307 |
#, fuzzy
|
308 |
msgid "Like Button HTML Tag"
|
309 |
msgstr "Acción del botón \"me gusta\""
|
310 |
|
311 |
-
#: includes/class-fcbkbttn-settings.php:
|
312 |
#, php-format
|
313 |
msgid "Tag %s can be used to improve website code validation."
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: includes/class-fcbkbttn-settings.php:
|
317 |
msgid "URL to Like"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: includes/class-fcbkbttn-settings.php:
|
321 |
msgid "Leave blank to use a current page."
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: includes/class-fcbkbttn-settings.php:
|
325 |
#, fuzzy
|
326 |
msgid "Facebook Buttons Shortchode"
|
327 |
msgstr "Posición Facebook Buttons"
|
328 |
|
329 |
-
#: includes/class-fcbkbttn-settings.php:
|
330 |
msgid ""
|
331 |
"Add Facebook button(-s) to your posts, pages, custom post types or widgets "
|
332 |
"by using the following shortcode:"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: includes/class-fcbkbttn-settings.php:
|
336 |
#, fuzzy
|
337 |
msgid "Facebook Buttons Preview"
|
338 |
msgstr "Vista preliminar del Facebook Button"
|
339 |
|
340 |
-
#: includes/class-fcbkbttn-settings.php:
|
341 |
#, fuzzy
|
342 |
msgid "Display Settings"
|
343 |
msgstr "Botón despliegue"
|
344 |
|
345 |
-
#: includes/class-fcbkbttn-settings.php:
|
346 |
msgid ""
|
347 |
"Please choose the necessary post types (or single pages) where Facebook "
|
348 |
"button will be displayed:"
|
@@ -350,18 +345,22 @@ msgstr ""
|
|
350 |
"Por favor, escoja los tipos de post necesario (o pàgines individuales) donde "
|
351 |
"el Facebook Button debe ser mostrado:"
|
352 |
|
353 |
-
#: includes/class-fcbkbttn-settings.php:
|
354 |
msgid "Show URL for pages"
|
355 |
msgstr "Mostrar la URL de las páginas"
|
356 |
|
357 |
-
#: includes/class-fcbkbttn-settings.php:
|
358 |
msgid "Example of the site's pages tree"
|
359 |
msgstr "Ejemplo de las tres páginas del sitio"
|
360 |
|
361 |
-
#: includes/class-fcbkbttn-settings.php:
|
362 |
msgid "Example of site pages' tree"
|
363 |
msgstr "Ejemplo de las tres pàgines del sitio"
|
364 |
|
|
|
|
|
|
|
|
|
365 |
#~ msgid "All plugin settings were restored."
|
366 |
#~ msgstr "Todos los ajustes del pluggin fueron restaurados"
|
367 |
|
@@ -521,12 +520,12 @@ msgstr "Ejemplo de las tres pàgines del sitio"
|
|
521 |
|
522 |
#~ msgid ""
|
523 |
#~ "Something went wrong. Try again later. If the error will appear again, "
|
524 |
-
#~ "please, contact us <a href=
|
525 |
#~ "a>. We are sorry for inconvenience."
|
526 |
#~ msgstr ""
|
527 |
#~ "Algo ha ido mal Pruebe más tarde. Si el error vuelve a aparecer otra vez "
|
528 |
-
#~ "contáctenos por favor <a href=
|
529 |
-
#~ "a>. Lamentamos los inconvenientes."
|
530 |
|
531 |
#~ msgid "This license key is bind to another site"
|
532 |
#~ msgstr "Esta clave de acceso pertenece a otro sitiio"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook-button-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-04-06 10:49+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-04-06 10:49+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Africa Boleko <info@markekimika.es>\n"
|
9 |
"Language: es_ES\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.8.7.1\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-Bookmarks: -1,102,-1,-1,-1,-1,-1,-1,-1,-1\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
#: facebook-button-plugin.php:35 facebook-button-plugin.php:36
|
22 |
+
#: facebook-button-plugin.php:205 includes/class-fcbkbttn-settings.php:175
|
23 |
msgid "Facebook Button Settings"
|
24 |
msgstr "Ajustes de Facebook Button"
|
25 |
|
26 |
+
#: facebook-button-plugin.php:36 facebook-button-plugin.php:409
|
27 |
+
#: facebook-button-plugin.php:423 includes/class-fcbkbttn-settings.php:23
|
28 |
msgid "Settings"
|
29 |
msgstr "Ajustes"
|
30 |
|
32 |
msgid "Upgrade to Pro"
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: facebook-button-plugin.php:206
|
36 |
msgid "Please, enable JavaScript in Your browser."
|
37 |
msgstr "Por favor, habilite JavaScrip en su navegador"
|
38 |
|
39 |
+
#: facebook-button-plugin.php:302
|
40 |
msgid "Add Facebook buttons to your page or post"
|
41 |
msgstr "Añada los botones de Facebook a su página o post"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:424
|
44 |
msgid "FAQ"
|
45 |
msgstr "Preguntas frecuentes"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:425
|
48 |
msgid "Support"
|
49 |
msgstr "Soporte"
|
50 |
|
67 |
msgid "License Key"
|
68 |
msgstr "Clave de licencia incorrecta"
|
69 |
|
70 |
+
#: includes/class-fcbkbttn-settings.php:99
|
71 |
msgid "Settings saved"
|
72 |
msgstr "Configuración guardada"
|
73 |
|
74 |
+
#: includes/class-fcbkbttn-settings.php:128
|
75 |
msgid "Error: File size > 32K"
|
76 |
msgstr "Error: Tamaño archivo >32K"
|
77 |
|
78 |
+
#: includes/class-fcbkbttn-settings.php:131
|
79 |
msgid "Error: Invalid file type"
|
80 |
msgstr "Error: Tipo de archivo no válido"
|
81 |
|
82 |
+
#: includes/class-fcbkbttn-settings.php:137
|
83 |
msgid "Upload successful."
|
84 |
msgstr "Descarga correcta"
|
85 |
|
86 |
+
#: includes/class-fcbkbttn-settings.php:147
|
87 |
#, fuzzy
|
88 |
msgid "Error: failed to move file."
|
89 |
msgstr "Error: error al mover archivo"
|
90 |
|
91 |
+
#: includes/class-fcbkbttn-settings.php:150
|
92 |
#, fuzzy
|
93 |
msgid "Error: check image width or height."
|
94 |
msgstr "Error: Compruebe la altura o anchura de la imagen"
|
95 |
|
96 |
+
#: includes/class-fcbkbttn-settings.php:154
|
97 |
msgid "Uploading Error: check image properties"
|
98 |
msgstr "Error de descarga: compruebe las propiedades de la imagen"
|
99 |
|
100 |
+
#: includes/class-fcbkbttn-settings.php:178
|
|
|
|
|
|
|
|
|
|
|
101 |
msgid "General"
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: includes/class-fcbkbttn-settings.php:181
|
105 |
#, fuzzy
|
106 |
msgid "Buttons"
|
107 |
msgstr "Diseño del botón"
|
108 |
|
109 |
+
#: includes/class-fcbkbttn-settings.php:184
|
110 |
msgid "Profile URL"
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: includes/class-fcbkbttn-settings.php:185
|
114 |
+
#: includes/class-fcbkbttn-settings.php:371
|
115 |
msgid "Like"
|
116 |
msgstr "Me gusta"
|
117 |
|
118 |
+
#: includes/class-fcbkbttn-settings.php:186
|
119 |
msgid "Share"
|
120 |
msgstr "Compartir"
|
121 |
|
122 |
+
#: includes/class-fcbkbttn-settings.php:191
|
123 |
#, fuzzy
|
124 |
msgid "Buttons Position"
|
125 |
msgstr "Posición Facebook Buttons"
|
126 |
|
127 |
+
#: includes/class-fcbkbttn-settings.php:196
|
128 |
#, fuzzy
|
129 |
msgid "Before content"
|
130 |
msgstr "Antes y Después"
|
131 |
|
132 |
+
#: includes/class-fcbkbttn-settings.php:201
|
133 |
msgid "After content"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: includes/class-fcbkbttn-settings.php:207
|
137 |
msgid "Language"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: includes/class-fcbkbttn-settings.php:218
|
141 |
#, fuzzy
|
142 |
msgid "Select the default language for Facebook button(-s)."
|
143 |
msgstr "Cambie el idioma de Facebook Button"
|
144 |
|
145 |
+
#: includes/class-fcbkbttn-settings.php:227
|
|
|
146 |
#: includes/class-fcbkbttn-settings.php:230
|
147 |
+
#: includes/class-fcbkbttn-settings.php:234
|
148 |
msgid ""
|
149 |
"Enable to switch language automatically on multilingual website using "
|
150 |
"Multilanguage plugin."
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: includes/class-fcbkbttn-settings.php:230
|
154 |
#, fuzzy, php-format
|
155 |
msgid "Activate %s"
|
156 |
msgstr "Activado"
|
157 |
|
158 |
+
#: includes/class-fcbkbttn-settings.php:234
|
159 |
msgid "Learn More"
|
160 |
msgstr "Conozca más"
|
161 |
|
162 |
+
#: includes/class-fcbkbttn-settings.php:239
|
163 |
#, fuzzy
|
164 |
msgid "Excerpt"
|
165 |
msgstr "Post fragmentado"
|
166 |
|
167 |
+
#: includes/class-fcbkbttn-settings.php:241
|
168 |
#, fuzzy
|
169 |
msgid "Enable to display buttons in excerpt."
|
170 |
msgstr "Despliegue el botón en el fragmento"
|
171 |
|
172 |
+
#: includes/class-fcbkbttn-settings.php:250
|
173 |
+
#: includes/class-fcbkbttn-settings.php:426
|
174 |
+
#: includes/class-fcbkbttn-settings.php:481
|
175 |
msgid "Close"
|
176 |
msgstr "Cerrar"
|
177 |
|
178 |
+
#: includes/class-fcbkbttn-settings.php:254
|
179 |
#, fuzzy
|
180 |
msgid "Meta Image"
|
181 |
msgstr "Meta etiquetas"
|
182 |
|
183 |
+
#: includes/class-fcbkbttn-settings.php:259
|
184 |
msgid "Featured Image"
|
185 |
msgstr "Imagen distintitiva"
|
186 |
|
187 |
+
#: includes/class-fcbkbttn-settings.php:263
|
188 |
msgid "Custom Image"
|
189 |
msgstr "Imagen customizada"
|
190 |
|
191 |
+
#: includes/class-fcbkbttn-settings.php:263
|
192 |
#, fuzzy
|
193 |
msgid "This image will be used for all posts"
|
194 |
msgstr "Esta imagen serà usada para todos los posts"
|
195 |
|
196 |
+
#: includes/class-fcbkbttn-settings.php:270
|
197 |
#, fuzzy
|
198 |
msgid "Meta Description"
|
199 |
msgstr "Descripción"
|
200 |
|
201 |
+
#: includes/class-fcbkbttn-settings.php:274
|
202 |
#, fuzzy
|
203 |
msgid ""
|
204 |
"This description will be used for all pages and posts. Leave blank to use "
|
205 |
"page description."
|
206 |
msgstr "Esta descripción será utilitzada en todos los post"
|
207 |
|
208 |
+
#: includes/class-fcbkbttn-settings.php:283
|
209 |
msgid "Profile URL Button"
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: includes/class-fcbkbttn-settings.php:286
|
213 |
#, fuzzy
|
214 |
msgid "Facebook ID or Username"
|
215 |
msgstr "Su ID de Facebook o usuario"
|
216 |
|
217 |
+
#: includes/class-fcbkbttn-settings.php:293
|
218 |
msgid "Profile Button Image"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: includes/class-fcbkbttn-settings.php:300
|
222 |
msgid "Default"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: includes/class-fcbkbttn-settings.php:305
|
226 |
#, fuzzy
|
227 |
msgid "Custom image"
|
228 |
msgstr "Imagen customizada"
|
229 |
|
230 |
+
#: includes/class-fcbkbttn-settings.php:309
|
231 |
#, fuzzy
|
232 |
msgid ""
|
233 |
"To use custom image, You need to setup permissions for upload directory of "
|
236 |
"Para utilizar imágenes personalizadas necessita instalar permisos para "
|
237 |
"descargar el directorio de su sitio"
|
238 |
|
239 |
+
#: includes/class-fcbkbttn-settings.php:316
|
240 |
msgid "Current image"
|
241 |
msgstr "Imagen actual"
|
242 |
|
243 |
+
#: includes/class-fcbkbttn-settings.php:324
|
244 |
#, fuzzy
|
245 |
msgid ""
|
246 |
"Image requirements: max image width:100px; max image height:40px; max image "
|
250 |
"imagen: 40px; tamaño máximo de imagen: 32Kb; tipus de imagen: \"jpg\", \"jpeg"
|
251 |
"\", \"png\"."
|
252 |
|
253 |
+
#: includes/class-fcbkbttn-settings.php:328
|
254 |
#, fuzzy
|
255 |
msgid "Like&Share Buttons"
|
256 |
msgstr "Acción del botón \"me gusta\""
|
257 |
|
258 |
+
#: includes/class-fcbkbttn-settings.php:331
|
259 |
#, fuzzy
|
260 |
msgid "Layout"
|
261 |
msgstr "Ancho del diseño"
|
262 |
|
263 |
+
#: includes/class-fcbkbttn-settings.php:366
|
264 |
#, fuzzy
|
265 |
msgid "Like Button Action"
|
266 |
msgstr "Acción del botón \"me gusta\""
|
267 |
|
268 |
+
#: includes/class-fcbkbttn-settings.php:376
|
269 |
msgid "Recommend"
|
270 |
msgstr "Recomendar"
|
271 |
|
272 |
+
#: includes/class-fcbkbttn-settings.php:382
|
273 |
+
msgid "Friends Faces"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: includes/class-fcbkbttn-settings.php:385
|
277 |
msgid " Enable to show faces of your friends who submitted the button."
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: includes/class-fcbkbttn-settings.php:389
|
281 |
#, fuzzy
|
282 |
msgid "Layout Width"
|
283 |
msgstr "Ancho del diseño"
|
284 |
|
285 |
+
#: includes/class-fcbkbttn-settings.php:391
|
286 |
msgid "px"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: includes/class-fcbkbttn-settings.php:395
|
290 |
msgid "Theme"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: includes/class-fcbkbttn-settings.php:400
|
294 |
msgid "Light"
|
295 |
msgstr "Claro"
|
296 |
|
297 |
+
#: includes/class-fcbkbttn-settings.php:405
|
298 |
msgid "Dark"
|
299 |
msgstr "Oscuro"
|
300 |
|
301 |
+
#: includes/class-fcbkbttn-settings.php:411
|
302 |
#, fuzzy
|
303 |
msgid "Like Button HTML Tag"
|
304 |
msgstr "Acción del botón \"me gusta\""
|
305 |
|
306 |
+
#: includes/class-fcbkbttn-settings.php:417
|
307 |
#, php-format
|
308 |
msgid "Tag %s can be used to improve website code validation."
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: includes/class-fcbkbttn-settings.php:430
|
312 |
msgid "URL to Like"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: includes/class-fcbkbttn-settings.php:432
|
316 |
msgid "Leave blank to use a current page."
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: includes/class-fcbkbttn-settings.php:460
|
320 |
#, fuzzy
|
321 |
msgid "Facebook Buttons Shortchode"
|
322 |
msgstr "Posición Facebook Buttons"
|
323 |
|
324 |
+
#: includes/class-fcbkbttn-settings.php:463
|
325 |
msgid ""
|
326 |
"Add Facebook button(-s) to your posts, pages, custom post types or widgets "
|
327 |
"by using the following shortcode:"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: includes/class-fcbkbttn-settings.php:482
|
331 |
#, fuzzy
|
332 |
msgid "Facebook Buttons Preview"
|
333 |
msgstr "Vista preliminar del Facebook Button"
|
334 |
|
335 |
+
#: includes/class-fcbkbttn-settings.php:497
|
336 |
#, fuzzy
|
337 |
msgid "Display Settings"
|
338 |
msgstr "Botón despliegue"
|
339 |
|
340 |
+
#: includes/class-fcbkbttn-settings.php:506
|
341 |
msgid ""
|
342 |
"Please choose the necessary post types (or single pages) where Facebook "
|
343 |
"button will be displayed:"
|
345 |
"Por favor, escoja los tipos de post necesario (o pàgines individuales) donde "
|
346 |
"el Facebook Button debe ser mostrado:"
|
347 |
|
348 |
+
#: includes/class-fcbkbttn-settings.php:513
|
349 |
msgid "Show URL for pages"
|
350 |
msgstr "Mostrar la URL de las páginas"
|
351 |
|
352 |
+
#: includes/class-fcbkbttn-settings.php:519
|
353 |
msgid "Example of the site's pages tree"
|
354 |
msgstr "Ejemplo de las tres páginas del sitio"
|
355 |
|
356 |
+
#: includes/class-fcbkbttn-settings.php:519
|
357 |
msgid "Example of site pages' tree"
|
358 |
msgstr "Ejemplo de las tres pàgines del sitio"
|
359 |
|
360 |
+
#, fuzzy
|
361 |
+
#~ msgid "Facebook button Settings"
|
362 |
+
#~ msgstr "Ajustes de Facebook Button"
|
363 |
+
|
364 |
#~ msgid "All plugin settings were restored."
|
365 |
#~ msgstr "Todos los ajustes del pluggin fueron restaurados"
|
366 |
|
520 |
|
521 |
#~ msgid ""
|
522 |
#~ "Something went wrong. Try again later. If the error will appear again, "
|
523 |
+
#~ "please, contact us <a href=https://support.bestwebsoft.com>BestWebSoft</"
|
524 |
#~ "a>. We are sorry for inconvenience."
|
525 |
#~ msgstr ""
|
526 |
#~ "Algo ha ido mal Pruebe más tarde. Si el error vuelve a aparecer otra vez "
|
527 |
+
#~ "contáctenos por favor <a href=https://support.bestwebsoft."
|
528 |
+
#~ "com>BestWebSoft</a>. Lamentamos los inconvenientes."
|
529 |
|
530 |
#~ msgid "This license key is bind to another site"
|
531 |
#~ msgstr "Esta clave de acceso pertenece a otro sitiio"
|
languages/facebook-button-plugin-fi_FI.mo
CHANGED
Binary file
|
languages/facebook-button-plugin-fi_FI.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook-button-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: Juhani Honkanen <juhani.honkanen@dnainternet.net>\n"
|
9 |
"Language: fi_FI\n"
|
@@ -13,17 +13,17 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit 1.
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: facebook-button-plugin.php:35 facebook-button-plugin.php:36
|
21 |
-
#: facebook-button-plugin.php:
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "Facebook Napin asetukset"
|
24 |
|
25 |
-
#: facebook-button-plugin.php:36 facebook-button-plugin.php:
|
26 |
-
#: facebook-button-plugin.php:
|
27 |
msgid "Settings"
|
28 |
msgstr "Asetukset"
|
29 |
|
@@ -31,20 +31,20 @@ msgstr "Asetukset"
|
|
31 |
msgid "Upgrade to Pro"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: facebook-button-plugin.php:
|
35 |
msgid "Please, enable JavaScript in Your browser."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: facebook-button-plugin.php:
|
39 |
#, fuzzy
|
40 |
msgid "Add Facebook buttons to your page or post"
|
41 |
msgstr "Facebook napin paikka:"
|
42 |
|
43 |
-
#: facebook-button-plugin.php:
|
44 |
msgid "FAQ"
|
45 |
msgstr "FAQ"
|
46 |
|
47 |
-
#: facebook-button-plugin.php:
|
48 |
msgid "Support"
|
49 |
msgstr "Tuki"
|
50 |
|
@@ -66,181 +66,176 @@ msgstr "Mukautettu Fecabook kuva"
|
|
66 |
msgid "License Key"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: includes/class-fcbkbttn-settings.php:
|
70 |
msgid "Settings saved"
|
71 |
msgstr "Asetukset tallennettu"
|
72 |
|
73 |
-
#: includes/class-fcbkbttn-settings.php:
|
74 |
msgid "Error: File size > 32K"
|
75 |
msgstr "Virhe: Tiedoston koko > 32K"
|
76 |
|
77 |
-
#: includes/class-fcbkbttn-settings.php:
|
78 |
msgid "Error: Invalid file type"
|
79 |
msgstr "Virhe: Väärä tiedostotyyppi"
|
80 |
|
81 |
-
#: includes/class-fcbkbttn-settings.php:
|
82 |
msgid "Upload successful."
|
83 |
msgstr "Lataaminen onnistui"
|
84 |
|
85 |
-
#: includes/class-fcbkbttn-settings.php:
|
86 |
#, fuzzy
|
87 |
msgid "Error: failed to move file."
|
88 |
msgstr "Virhe: tiedoston siirto epäonnistui"
|
89 |
|
90 |
-
#: includes/class-fcbkbttn-settings.php:
|
91 |
#, fuzzy
|
92 |
msgid "Error: check image width or height."
|
93 |
msgstr "Virhe: tarkista kuvan leveys tai korkeus"
|
94 |
|
95 |
-
#: includes/class-fcbkbttn-settings.php:
|
96 |
msgid "Uploading Error: check image properties"
|
97 |
msgstr "Virhe latauksessa: tarkista kuvan ominaisuudet"
|
98 |
|
99 |
-
#: includes/class-fcbkbttn-settings.php:
|
100 |
-
#, fuzzy
|
101 |
-
msgid "Facebook button Settings"
|
102 |
-
msgstr "Facebook Napin asetukset"
|
103 |
-
|
104 |
-
#: includes/class-fcbkbttn-settings.php:174
|
105 |
msgid "General"
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: includes/class-fcbkbttn-settings.php:
|
109 |
#, fuzzy
|
110 |
msgid "Buttons"
|
111 |
msgstr "Facebook napin paikka:"
|
112 |
|
113 |
-
#: includes/class-fcbkbttn-settings.php:
|
114 |
msgid "Profile URL"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: includes/class-fcbkbttn-settings.php:
|
118 |
-
#: includes/class-fcbkbttn-settings.php:
|
119 |
msgid "Like"
|
120 |
msgstr "Tykkää"
|
121 |
|
122 |
-
#: includes/class-fcbkbttn-settings.php:
|
123 |
msgid "Share"
|
124 |
msgstr "Jaa"
|
125 |
|
126 |
-
#: includes/class-fcbkbttn-settings.php:
|
127 |
#, fuzzy
|
128 |
msgid "Buttons Position"
|
129 |
msgstr "Facebook napin paikka:"
|
130 |
|
131 |
-
#: includes/class-fcbkbttn-settings.php:
|
132 |
#, fuzzy
|
133 |
msgid "Before content"
|
134 |
msgstr "Ennen ja Jälkeen"
|
135 |
|
136 |
-
#: includes/class-fcbkbttn-settings.php:
|
137 |
msgid "After content"
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: includes/class-fcbkbttn-settings.php:
|
141 |
msgid "Language"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: includes/class-fcbkbttn-settings.php:
|
145 |
#, fuzzy
|
146 |
msgid "Select the default language for Facebook button(-s)."
|
147 |
msgstr "Vaihda Facebook napin kieli"
|
148 |
|
149 |
-
#: includes/class-fcbkbttn-settings.php:
|
150 |
-
#: includes/class-fcbkbttn-settings.php:226
|
151 |
#: includes/class-fcbkbttn-settings.php:230
|
|
|
152 |
msgid ""
|
153 |
"Enable to switch language automatically on multilingual website using "
|
154 |
"Multilanguage plugin."
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: includes/class-fcbkbttn-settings.php:
|
158 |
#, php-format
|
159 |
msgid "Activate %s"
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: includes/class-fcbkbttn-settings.php:
|
163 |
msgid "Learn More"
|
164 |
msgstr "Lue Lisää"
|
165 |
|
166 |
-
#: includes/class-fcbkbttn-settings.php:
|
167 |
msgid "Excerpt"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: includes/class-fcbkbttn-settings.php:
|
171 |
#, fuzzy
|
172 |
msgid "Enable to display buttons in excerpt."
|
173 |
msgstr "Näytä nappi:"
|
174 |
|
175 |
-
#: includes/class-fcbkbttn-settings.php:
|
176 |
-
#: includes/class-fcbkbttn-settings.php:
|
177 |
-
#: includes/class-fcbkbttn-settings.php:
|
178 |
msgid "Close"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: includes/class-fcbkbttn-settings.php:
|
182 |
#, fuzzy
|
183 |
msgid "Meta Image"
|
184 |
msgstr "Mukautettu Fecabook kuva"
|
185 |
|
186 |
-
#: includes/class-fcbkbttn-settings.php:
|
187 |
msgid "Featured Image"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: includes/class-fcbkbttn-settings.php:
|
191 |
#, fuzzy
|
192 |
msgid "Custom Image"
|
193 |
msgstr "Mukautettu Fecabook kuva"
|
194 |
|
195 |
-
#: includes/class-fcbkbttn-settings.php:
|
196 |
msgid "This image will be used for all posts"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: includes/class-fcbkbttn-settings.php:
|
200 |
msgid "Meta Description"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: includes/class-fcbkbttn-settings.php:
|
204 |
msgid ""
|
205 |
"This description will be used for all pages and posts. Leave blank to use "
|
206 |
"page description."
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: includes/class-fcbkbttn-settings.php:
|
210 |
msgid "Profile URL Button"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: includes/class-fcbkbttn-settings.php:
|
214 |
#, fuzzy
|
215 |
msgid "Facebook ID or Username"
|
216 |
msgstr "Sinun Facebook ID:si tai käyttäjänimesi:"
|
217 |
|
218 |
-
#: includes/class-fcbkbttn-settings.php:
|
219 |
msgid "Profile Button Image"
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: includes/class-fcbkbttn-settings.php:
|
223 |
msgid "Default"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: includes/class-fcbkbttn-settings.php:
|
227 |
#, fuzzy
|
228 |
msgid "Custom image"
|
229 |
msgstr "Mukautettu Fecabook kuva"
|
230 |
|
231 |
-
#: includes/class-fcbkbttn-settings.php:
|
232 |
#, fuzzy
|
233 |
msgid ""
|
234 |
"To use custom image, You need to setup permissions for upload directory of "
|
235 |
"your site"
|
236 |
msgstr "Käyttääksesi mukautettua, kuva pitää voida ladata hakemistoosi"
|
237 |
|
238 |
-
#: includes/class-fcbkbttn-settings.php:
|
239 |
#, fuzzy
|
240 |
msgid "Current image"
|
241 |
msgstr "Nykyinen kuva:"
|
242 |
|
243 |
-
#: includes/class-fcbkbttn-settings.php:
|
244 |
#, fuzzy
|
245 |
msgid ""
|
246 |
"Image requirements: max image width:100px; max image height:40px; max image "
|
@@ -249,89 +244,89 @@ msgstr ""
|
|
249 |
"Kuvan ominaisuudet: max leveys 100px; max korkeus 40px; max koko 32Kb; kuvan "
|
250 |
"tyypit:\"jpg\", \"jpeg\", \"png\"."
|
251 |
|
252 |
-
#: includes/class-fcbkbttn-settings.php:
|
253 |
msgid "Like&Share Buttons"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: includes/class-fcbkbttn-settings.php:
|
257 |
msgid "Layout"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: includes/class-fcbkbttn-settings.php:
|
261 |
msgid "Like Button Action"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: includes/class-fcbkbttn-settings.php:
|
265 |
msgid "Recommend"
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: includes/class-fcbkbttn-settings.php:
|
269 |
-
msgid "Friends
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: includes/class-fcbkbttn-settings.php:
|
273 |
msgid " Enable to show faces of your friends who submitted the button."
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: includes/class-fcbkbttn-settings.php:
|
277 |
msgid "Layout Width"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: includes/class-fcbkbttn-settings.php:
|
281 |
msgid "px"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: includes/class-fcbkbttn-settings.php:
|
285 |
msgid "Theme"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: includes/class-fcbkbttn-settings.php:
|
289 |
msgid "Light"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: includes/class-fcbkbttn-settings.php:
|
293 |
msgid "Dark"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: includes/class-fcbkbttn-settings.php:
|
297 |
msgid "Like Button HTML Tag"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: includes/class-fcbkbttn-settings.php:
|
301 |
#, php-format
|
302 |
msgid "Tag %s can be used to improve website code validation."
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: includes/class-fcbkbttn-settings.php:
|
306 |
msgid "URL to Like"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: includes/class-fcbkbttn-settings.php:
|
310 |
msgid "Leave blank to use a current page."
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: includes/class-fcbkbttn-settings.php:
|
314 |
#, fuzzy
|
315 |
msgid "Facebook Buttons Shortchode"
|
316 |
msgstr "Facebook napin paikka:"
|
317 |
|
318 |
-
#: includes/class-fcbkbttn-settings.php:
|
319 |
msgid ""
|
320 |
"Add Facebook button(-s) to your posts, pages, custom post types or widgets "
|
321 |
"by using the following shortcode:"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: includes/class-fcbkbttn-settings.php:
|
325 |
#, fuzzy
|
326 |
msgid "Facebook Buttons Preview"
|
327 |
msgstr "Facebook Nappi"
|
328 |
|
329 |
-
#: includes/class-fcbkbttn-settings.php:
|
330 |
#, fuzzy
|
331 |
msgid "Display Settings"
|
332 |
msgstr "Näytä nappi:"
|
333 |
|
334 |
-
#: includes/class-fcbkbttn-settings.php:
|
335 |
msgid ""
|
336 |
"Please choose the necessary post types (or single pages) where Facebook "
|
337 |
"button will be displayed:"
|
@@ -339,18 +334,22 @@ msgstr ""
|
|
339 |
"Valitse haluamasi viestin tyyppi (tai yksittäiset sivut) joissa Facebook "
|
340 |
"nappi näytetään:"
|
341 |
|
342 |
-
#: includes/class-fcbkbttn-settings.php:
|
343 |
msgid "Show URL for pages"
|
344 |
msgstr "Näytä URL sivuilla"
|
345 |
|
346 |
-
#: includes/class-fcbkbttn-settings.php:
|
347 |
msgid "Example of the site's pages tree"
|
348 |
msgstr "Esimerkki sivuston sivuhakemistosta"
|
349 |
|
350 |
-
#: includes/class-fcbkbttn-settings.php:
|
351 |
msgid "Example of site pages' tree"
|
352 |
msgstr "Esimerkki sivun sivuhakemistosta"
|
353 |
|
|
|
|
|
|
|
|
|
354 |
#~ msgid "Extra settings"
|
355 |
#~ msgstr "Lisää asetuksia"
|
356 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook-button-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-04-06 10:49+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-04-06 10:49+0300\n"
|
7 |
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: Juhani Honkanen <juhani.honkanen@dnainternet.net>\n"
|
9 |
"Language: fi_FI\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.8.7.1\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: facebook-button-plugin.php:35 facebook-button-plugin.php:36
|
21 |
+
#: facebook-button-plugin.php:205 includes/class-fcbkbttn-settings.php:175
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "Facebook Napin asetukset"
|
24 |
|
25 |
+
#: facebook-button-plugin.php:36 facebook-button-plugin.php:409
|
26 |
+
#: facebook-button-plugin.php:423 includes/class-fcbkbttn-settings.php:23
|
27 |
msgid "Settings"
|
28 |
msgstr "Asetukset"
|
29 |
|
31 |
msgid "Upgrade to Pro"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: facebook-button-plugin.php:206
|
35 |
msgid "Please, enable JavaScript in Your browser."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: facebook-button-plugin.php:302
|
39 |
#, fuzzy
|
40 |
msgid "Add Facebook buttons to your page or post"
|
41 |
msgstr "Facebook napin paikka:"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:424
|
44 |
msgid "FAQ"
|
45 |
msgstr "FAQ"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:425
|
48 |
msgid "Support"
|
49 |
msgstr "Tuki"
|
50 |
|
66 |
msgid "License Key"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: includes/class-fcbkbttn-settings.php:99
|
70 |
msgid "Settings saved"
|
71 |
msgstr "Asetukset tallennettu"
|
72 |
|
73 |
+
#: includes/class-fcbkbttn-settings.php:128
|
74 |
msgid "Error: File size > 32K"
|
75 |
msgstr "Virhe: Tiedoston koko > 32K"
|
76 |
|
77 |
+
#: includes/class-fcbkbttn-settings.php:131
|
78 |
msgid "Error: Invalid file type"
|
79 |
msgstr "Virhe: Väärä tiedostotyyppi"
|
80 |
|
81 |
+
#: includes/class-fcbkbttn-settings.php:137
|
82 |
msgid "Upload successful."
|
83 |
msgstr "Lataaminen onnistui"
|
84 |
|
85 |
+
#: includes/class-fcbkbttn-settings.php:147
|
86 |
#, fuzzy
|
87 |
msgid "Error: failed to move file."
|
88 |
msgstr "Virhe: tiedoston siirto epäonnistui"
|
89 |
|
90 |
+
#: includes/class-fcbkbttn-settings.php:150
|
91 |
#, fuzzy
|
92 |
msgid "Error: check image width or height."
|
93 |
msgstr "Virhe: tarkista kuvan leveys tai korkeus"
|
94 |
|
95 |
+
#: includes/class-fcbkbttn-settings.php:154
|
96 |
msgid "Uploading Error: check image properties"
|
97 |
msgstr "Virhe latauksessa: tarkista kuvan ominaisuudet"
|
98 |
|
99 |
+
#: includes/class-fcbkbttn-settings.php:178
|
|
|
|
|
|
|
|
|
|
|
100 |
msgid "General"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: includes/class-fcbkbttn-settings.php:181
|
104 |
#, fuzzy
|
105 |
msgid "Buttons"
|
106 |
msgstr "Facebook napin paikka:"
|
107 |
|
108 |
+
#: includes/class-fcbkbttn-settings.php:184
|
109 |
msgid "Profile URL"
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: includes/class-fcbkbttn-settings.php:185
|
113 |
+
#: includes/class-fcbkbttn-settings.php:371
|
114 |
msgid "Like"
|
115 |
msgstr "Tykkää"
|
116 |
|
117 |
+
#: includes/class-fcbkbttn-settings.php:186
|
118 |
msgid "Share"
|
119 |
msgstr "Jaa"
|
120 |
|
121 |
+
#: includes/class-fcbkbttn-settings.php:191
|
122 |
#, fuzzy
|
123 |
msgid "Buttons Position"
|
124 |
msgstr "Facebook napin paikka:"
|
125 |
|
126 |
+
#: includes/class-fcbkbttn-settings.php:196
|
127 |
#, fuzzy
|
128 |
msgid "Before content"
|
129 |
msgstr "Ennen ja Jälkeen"
|
130 |
|
131 |
+
#: includes/class-fcbkbttn-settings.php:201
|
132 |
msgid "After content"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: includes/class-fcbkbttn-settings.php:207
|
136 |
msgid "Language"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: includes/class-fcbkbttn-settings.php:218
|
140 |
#, fuzzy
|
141 |
msgid "Select the default language for Facebook button(-s)."
|
142 |
msgstr "Vaihda Facebook napin kieli"
|
143 |
|
144 |
+
#: includes/class-fcbkbttn-settings.php:227
|
|
|
145 |
#: includes/class-fcbkbttn-settings.php:230
|
146 |
+
#: includes/class-fcbkbttn-settings.php:234
|
147 |
msgid ""
|
148 |
"Enable to switch language automatically on multilingual website using "
|
149 |
"Multilanguage plugin."
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: includes/class-fcbkbttn-settings.php:230
|
153 |
#, php-format
|
154 |
msgid "Activate %s"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: includes/class-fcbkbttn-settings.php:234
|
158 |
msgid "Learn More"
|
159 |
msgstr "Lue Lisää"
|
160 |
|
161 |
+
#: includes/class-fcbkbttn-settings.php:239
|
162 |
msgid "Excerpt"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: includes/class-fcbkbttn-settings.php:241
|
166 |
#, fuzzy
|
167 |
msgid "Enable to display buttons in excerpt."
|
168 |
msgstr "Näytä nappi:"
|
169 |
|
170 |
+
#: includes/class-fcbkbttn-settings.php:250
|
171 |
+
#: includes/class-fcbkbttn-settings.php:426
|
172 |
+
#: includes/class-fcbkbttn-settings.php:481
|
173 |
msgid "Close"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: includes/class-fcbkbttn-settings.php:254
|
177 |
#, fuzzy
|
178 |
msgid "Meta Image"
|
179 |
msgstr "Mukautettu Fecabook kuva"
|
180 |
|
181 |
+
#: includes/class-fcbkbttn-settings.php:259
|
182 |
msgid "Featured Image"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: includes/class-fcbkbttn-settings.php:263
|
186 |
#, fuzzy
|
187 |
msgid "Custom Image"
|
188 |
msgstr "Mukautettu Fecabook kuva"
|
189 |
|
190 |
+
#: includes/class-fcbkbttn-settings.php:263
|
191 |
msgid "This image will be used for all posts"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: includes/class-fcbkbttn-settings.php:270
|
195 |
msgid "Meta Description"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: includes/class-fcbkbttn-settings.php:274
|
199 |
msgid ""
|
200 |
"This description will be used for all pages and posts. Leave blank to use "
|
201 |
"page description."
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: includes/class-fcbkbttn-settings.php:283
|
205 |
msgid "Profile URL Button"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: includes/class-fcbkbttn-settings.php:286
|
209 |
#, fuzzy
|
210 |
msgid "Facebook ID or Username"
|
211 |
msgstr "Sinun Facebook ID:si tai käyttäjänimesi:"
|
212 |
|
213 |
+
#: includes/class-fcbkbttn-settings.php:293
|
214 |
msgid "Profile Button Image"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: includes/class-fcbkbttn-settings.php:300
|
218 |
msgid "Default"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: includes/class-fcbkbttn-settings.php:305
|
222 |
#, fuzzy
|
223 |
msgid "Custom image"
|
224 |
msgstr "Mukautettu Fecabook kuva"
|
225 |
|
226 |
+
#: includes/class-fcbkbttn-settings.php:309
|
227 |
#, fuzzy
|
228 |
msgid ""
|
229 |
"To use custom image, You need to setup permissions for upload directory of "
|
230 |
"your site"
|
231 |
msgstr "Käyttääksesi mukautettua, kuva pitää voida ladata hakemistoosi"
|
232 |
|
233 |
+
#: includes/class-fcbkbttn-settings.php:316
|
234 |
#, fuzzy
|
235 |
msgid "Current image"
|
236 |
msgstr "Nykyinen kuva:"
|
237 |
|
238 |
+
#: includes/class-fcbkbttn-settings.php:324
|
239 |
#, fuzzy
|
240 |
msgid ""
|
241 |
"Image requirements: max image width:100px; max image height:40px; max image "
|
244 |
"Kuvan ominaisuudet: max leveys 100px; max korkeus 40px; max koko 32Kb; kuvan "
|
245 |
"tyypit:\"jpg\", \"jpeg\", \"png\"."
|
246 |
|
247 |
+
#: includes/class-fcbkbttn-settings.php:328
|
248 |
msgid "Like&Share Buttons"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: includes/class-fcbkbttn-settings.php:331
|
252 |
msgid "Layout"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: includes/class-fcbkbttn-settings.php:366
|
256 |
msgid "Like Button Action"
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: includes/class-fcbkbttn-settings.php:376
|
260 |
msgid "Recommend"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: includes/class-fcbkbttn-settings.php:382
|
264 |
+
msgid "Friends Faces"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: includes/class-fcbkbttn-settings.php:385
|
268 |
msgid " Enable to show faces of your friends who submitted the button."
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: includes/class-fcbkbttn-settings.php:389
|
272 |
msgid "Layout Width"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: includes/class-fcbkbttn-settings.php:391
|
276 |
msgid "px"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: includes/class-fcbkbttn-settings.php:395
|
280 |
msgid "Theme"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: includes/class-fcbkbttn-settings.php:400
|
284 |
msgid "Light"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: includes/class-fcbkbttn-settings.php:405
|
288 |
msgid "Dark"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: includes/class-fcbkbttn-settings.php:411
|
292 |
msgid "Like Button HTML Tag"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: includes/class-fcbkbttn-settings.php:417
|
296 |
#, php-format
|
297 |
msgid "Tag %s can be used to improve website code validation."
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: includes/class-fcbkbttn-settings.php:430
|
301 |
msgid "URL to Like"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: includes/class-fcbkbttn-settings.php:432
|
305 |
msgid "Leave blank to use a current page."
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: includes/class-fcbkbttn-settings.php:460
|
309 |
#, fuzzy
|
310 |
msgid "Facebook Buttons Shortchode"
|
311 |
msgstr "Facebook napin paikka:"
|
312 |
|
313 |
+
#: includes/class-fcbkbttn-settings.php:463
|
314 |
msgid ""
|
315 |
"Add Facebook button(-s) to your posts, pages, custom post types or widgets "
|
316 |
"by using the following shortcode:"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: includes/class-fcbkbttn-settings.php:482
|
320 |
#, fuzzy
|
321 |
msgid "Facebook Buttons Preview"
|
322 |
msgstr "Facebook Nappi"
|
323 |
|
324 |
+
#: includes/class-fcbkbttn-settings.php:497
|
325 |
#, fuzzy
|
326 |
msgid "Display Settings"
|
327 |
msgstr "Näytä nappi:"
|
328 |
|
329 |
+
#: includes/class-fcbkbttn-settings.php:506
|
330 |
msgid ""
|
331 |
"Please choose the necessary post types (or single pages) where Facebook "
|
332 |
"button will be displayed:"
|
334 |
"Valitse haluamasi viestin tyyppi (tai yksittäiset sivut) joissa Facebook "
|
335 |
"nappi näytetään:"
|
336 |
|
337 |
+
#: includes/class-fcbkbttn-settings.php:513
|
338 |
msgid "Show URL for pages"
|
339 |
msgstr "Näytä URL sivuilla"
|
340 |
|
341 |
+
#: includes/class-fcbkbttn-settings.php:519
|
342 |
msgid "Example of the site's pages tree"
|
343 |
msgstr "Esimerkki sivuston sivuhakemistosta"
|
344 |
|
345 |
+
#: includes/class-fcbkbttn-settings.php:519
|
346 |
msgid "Example of site pages' tree"
|
347 |
msgstr "Esimerkki sivun sivuhakemistosta"
|
348 |
|
349 |
+
#, fuzzy
|
350 |
+
#~ msgid "Facebook button Settings"
|
351 |
+
#~ msgstr "Facebook Napin asetukset"
|
352 |
+
|
353 |
#~ msgid "Extra settings"
|
354 |
#~ msgstr "Lisää asetuksia"
|
355 |
|
languages/facebook-button-plugin-fr_FR.mo
CHANGED
Binary file
|
languages/facebook-button-plugin-fr_FR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook-button-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: http://wptheme.fr/\n"
|
9 |
"Language: fr\n"
|
@@ -13,17 +13,17 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit 1.
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: facebook-button-plugin.php:35 facebook-button-plugin.php:36
|
21 |
-
#: facebook-button-plugin.php:
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "Réglages du bouton Facebook"
|
24 |
|
25 |
-
#: facebook-button-plugin.php:36 facebook-button-plugin.php:
|
26 |
-
#: facebook-button-plugin.php:
|
27 |
msgid "Settings"
|
28 |
msgstr "Réglages"
|
29 |
|
@@ -31,20 +31,20 @@ msgstr "Réglages"
|
|
31 |
msgid "Upgrade to Pro"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: facebook-button-plugin.php:
|
35 |
msgid "Please, enable JavaScript in Your browser."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: facebook-button-plugin.php:
|
39 |
#, fuzzy
|
40 |
msgid "Add Facebook buttons to your page or post"
|
41 |
msgstr "Position du bouton Facebook"
|
42 |
|
43 |
-
#: facebook-button-plugin.php:
|
44 |
msgid "FAQ"
|
45 |
msgstr "FAQ"
|
46 |
|
47 |
-
#: facebook-button-plugin.php:
|
48 |
msgid "Support"
|
49 |
msgstr "Support"
|
50 |
|
@@ -66,180 +66,175 @@ msgstr "Image Facebook personnalisée"
|
|
66 |
msgid "License Key"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: includes/class-fcbkbttn-settings.php:
|
70 |
msgid "Settings saved"
|
71 |
msgstr "Réglages sauvegardés "
|
72 |
|
73 |
-
#: includes/class-fcbkbttn-settings.php:
|
74 |
msgid "Error: File size > 32K"
|
75 |
msgstr "Erreur : Poids du fichier > 32K"
|
76 |
|
77 |
-
#: includes/class-fcbkbttn-settings.php:
|
78 |
msgid "Error: Invalid file type"
|
79 |
msgstr "Erreur : Type de fichier invalide"
|
80 |
|
81 |
-
#: includes/class-fcbkbttn-settings.php:
|
82 |
msgid "Upload successful."
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: includes/class-fcbkbttn-settings.php:
|
86 |
#, fuzzy
|
87 |
msgid "Error: failed to move file."
|
88 |
msgstr "Erreur : le déplacement du fichier a echoué"
|
89 |
|
90 |
-
#: includes/class-fcbkbttn-settings.php:
|
91 |
#, fuzzy
|
92 |
msgid "Error: check image width or height."
|
93 |
msgstr "Erreur : Vérifiez la taille et la largeur de l'image"
|
94 |
|
95 |
-
#: includes/class-fcbkbttn-settings.php:
|
96 |
msgid "Uploading Error: check image properties"
|
97 |
msgstr "Erreur d'upload : vérifiez les propriétés de l'image"
|
98 |
|
99 |
-
#: includes/class-fcbkbttn-settings.php:
|
100 |
-
#, fuzzy
|
101 |
-
msgid "Facebook button Settings"
|
102 |
-
msgstr "Réglages du bouton Facebook"
|
103 |
-
|
104 |
-
#: includes/class-fcbkbttn-settings.php:174
|
105 |
msgid "General"
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: includes/class-fcbkbttn-settings.php:
|
109 |
#, fuzzy
|
110 |
msgid "Buttons"
|
111 |
msgstr "Position du bouton Facebook"
|
112 |
|
113 |
-
#: includes/class-fcbkbttn-settings.php:
|
114 |
msgid "Profile URL"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: includes/class-fcbkbttn-settings.php:
|
118 |
-
#: includes/class-fcbkbttn-settings.php:
|
119 |
msgid "Like"
|
120 |
msgstr "Like"
|
121 |
|
122 |
-
#: includes/class-fcbkbttn-settings.php:
|
123 |
msgid "Share"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: includes/class-fcbkbttn-settings.php:
|
127 |
#, fuzzy
|
128 |
msgid "Buttons Position"
|
129 |
msgstr "Position du bouton Facebook"
|
130 |
|
131 |
-
#: includes/class-fcbkbttn-settings.php:
|
132 |
#, fuzzy
|
133 |
msgid "Before content"
|
134 |
msgstr "Avant et après"
|
135 |
|
136 |
-
#: includes/class-fcbkbttn-settings.php:
|
137 |
msgid "After content"
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: includes/class-fcbkbttn-settings.php:
|
141 |
msgid "Language"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: includes/class-fcbkbttn-settings.php:
|
145 |
#, fuzzy
|
146 |
msgid "Select the default language for Facebook button(-s)."
|
147 |
msgstr "Changer la langue du bouton Facebook"
|
148 |
|
149 |
-
#: includes/class-fcbkbttn-settings.php:
|
150 |
-
#: includes/class-fcbkbttn-settings.php:226
|
151 |
#: includes/class-fcbkbttn-settings.php:230
|
|
|
152 |
msgid ""
|
153 |
"Enable to switch language automatically on multilingual website using "
|
154 |
"Multilanguage plugin."
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: includes/class-fcbkbttn-settings.php:
|
158 |
#, php-format
|
159 |
msgid "Activate %s"
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: includes/class-fcbkbttn-settings.php:
|
163 |
msgid "Learn More"
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: includes/class-fcbkbttn-settings.php:
|
167 |
msgid "Excerpt"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: includes/class-fcbkbttn-settings.php:
|
171 |
#, fuzzy
|
172 |
msgid "Enable to display buttons in excerpt."
|
173 |
msgstr "Afficher le bouton"
|
174 |
|
175 |
-
#: includes/class-fcbkbttn-settings.php:
|
176 |
-
#: includes/class-fcbkbttn-settings.php:
|
177 |
-
#: includes/class-fcbkbttn-settings.php:
|
178 |
msgid "Close"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: includes/class-fcbkbttn-settings.php:
|
182 |
#, fuzzy
|
183 |
msgid "Meta Image"
|
184 |
msgstr "Image Facebook personnalisée"
|
185 |
|
186 |
-
#: includes/class-fcbkbttn-settings.php:
|
187 |
msgid "Featured Image"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: includes/class-fcbkbttn-settings.php:
|
191 |
#, fuzzy
|
192 |
msgid "Custom Image"
|
193 |
msgstr "Image Facebook personnalisée"
|
194 |
|
195 |
-
#: includes/class-fcbkbttn-settings.php:
|
196 |
msgid "This image will be used for all posts"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: includes/class-fcbkbttn-settings.php:
|
200 |
msgid "Meta Description"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: includes/class-fcbkbttn-settings.php:
|
204 |
msgid ""
|
205 |
"This description will be used for all pages and posts. Leave blank to use "
|
206 |
"page description."
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: includes/class-fcbkbttn-settings.php:
|
210 |
msgid "Profile URL Button"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: includes/class-fcbkbttn-settings.php:
|
214 |
#, fuzzy
|
215 |
msgid "Facebook ID or Username"
|
216 |
msgstr "Votre identifiant Facebook"
|
217 |
|
218 |
-
#: includes/class-fcbkbttn-settings.php:
|
219 |
msgid "Profile Button Image"
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: includes/class-fcbkbttn-settings.php:
|
223 |
msgid "Default"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: includes/class-fcbkbttn-settings.php:
|
227 |
#, fuzzy
|
228 |
msgid "Custom image"
|
229 |
msgstr "Image Facebook personnalisée"
|
230 |
|
231 |
-
#: includes/class-fcbkbttn-settings.php:
|
232 |
msgid ""
|
233 |
"To use custom image, You need to setup permissions for upload directory of "
|
234 |
"your site"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: includes/class-fcbkbttn-settings.php:
|
238 |
#, fuzzy
|
239 |
msgid "Current image"
|
240 |
msgstr "Image actuelle"
|
241 |
|
242 |
-
#: includes/class-fcbkbttn-settings.php:
|
243 |
#, fuzzy
|
244 |
msgid ""
|
245 |
"Image requirements: max image width:100px; max image height:40px; max image "
|
@@ -248,106 +243,110 @@ msgstr ""
|
|
248 |
"Propriétés de l'image : largeur max:100px; hauteur max: 40px; poids max : "
|
249 |
"32kb; type d'image :\"jpg\", \"jpeg\", \"png\"."
|
250 |
|
251 |
-
#: includes/class-fcbkbttn-settings.php:
|
252 |
msgid "Like&Share Buttons"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: includes/class-fcbkbttn-settings.php:
|
256 |
msgid "Layout"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: includes/class-fcbkbttn-settings.php:
|
260 |
msgid "Like Button Action"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: includes/class-fcbkbttn-settings.php:
|
264 |
msgid "Recommend"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: includes/class-fcbkbttn-settings.php:
|
268 |
-
msgid "Friends
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: includes/class-fcbkbttn-settings.php:
|
272 |
msgid " Enable to show faces of your friends who submitted the button."
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: includes/class-fcbkbttn-settings.php:
|
276 |
msgid "Layout Width"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: includes/class-fcbkbttn-settings.php:
|
280 |
msgid "px"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: includes/class-fcbkbttn-settings.php:
|
284 |
msgid "Theme"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: includes/class-fcbkbttn-settings.php:
|
288 |
msgid "Light"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: includes/class-fcbkbttn-settings.php:
|
292 |
msgid "Dark"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: includes/class-fcbkbttn-settings.php:
|
296 |
msgid "Like Button HTML Tag"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: includes/class-fcbkbttn-settings.php:
|
300 |
#, php-format
|
301 |
msgid "Tag %s can be used to improve website code validation."
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: includes/class-fcbkbttn-settings.php:
|
305 |
msgid "URL to Like"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: includes/class-fcbkbttn-settings.php:
|
309 |
msgid "Leave blank to use a current page."
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: includes/class-fcbkbttn-settings.php:
|
313 |
#, fuzzy
|
314 |
msgid "Facebook Buttons Shortchode"
|
315 |
msgstr "Position du bouton Facebook"
|
316 |
|
317 |
-
#: includes/class-fcbkbttn-settings.php:
|
318 |
msgid ""
|
319 |
"Add Facebook button(-s) to your posts, pages, custom post types or widgets "
|
320 |
"by using the following shortcode:"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: includes/class-fcbkbttn-settings.php:
|
324 |
#, fuzzy
|
325 |
msgid "Facebook Buttons Preview"
|
326 |
msgstr "Bouton Facebook"
|
327 |
|
328 |
-
#: includes/class-fcbkbttn-settings.php:
|
329 |
#, fuzzy
|
330 |
msgid "Display Settings"
|
331 |
msgstr "Afficher le bouton"
|
332 |
|
333 |
-
#: includes/class-fcbkbttn-settings.php:
|
334 |
msgid ""
|
335 |
"Please choose the necessary post types (or single pages) where Facebook "
|
336 |
"button will be displayed:"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: includes/class-fcbkbttn-settings.php:
|
340 |
msgid "Show URL for pages"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: includes/class-fcbkbttn-settings.php:
|
344 |
msgid "Example of the site's pages tree"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: includes/class-fcbkbttn-settings.php:
|
348 |
msgid "Example of site pages' tree"
|
349 |
msgstr ""
|
350 |
|
|
|
|
|
|
|
|
|
351 |
#, fuzzy
|
352 |
#~ msgid "Extra settings"
|
353 |
#~ msgstr "Réglages"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook-button-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-04-06 10:49+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-04-06 10:49+0300\n"
|
7 |
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: http://wptheme.fr/\n"
|
9 |
"Language: fr\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.8.7.1\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: facebook-button-plugin.php:35 facebook-button-plugin.php:36
|
21 |
+
#: facebook-button-plugin.php:205 includes/class-fcbkbttn-settings.php:175
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "Réglages du bouton Facebook"
|
24 |
|
25 |
+
#: facebook-button-plugin.php:36 facebook-button-plugin.php:409
|
26 |
+
#: facebook-button-plugin.php:423 includes/class-fcbkbttn-settings.php:23
|
27 |
msgid "Settings"
|
28 |
msgstr "Réglages"
|
29 |
|
31 |
msgid "Upgrade to Pro"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: facebook-button-plugin.php:206
|
35 |
msgid "Please, enable JavaScript in Your browser."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: facebook-button-plugin.php:302
|
39 |
#, fuzzy
|
40 |
msgid "Add Facebook buttons to your page or post"
|
41 |
msgstr "Position du bouton Facebook"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:424
|
44 |
msgid "FAQ"
|
45 |
msgstr "FAQ"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:425
|
48 |
msgid "Support"
|
49 |
msgstr "Support"
|
50 |
|
66 |
msgid "License Key"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: includes/class-fcbkbttn-settings.php:99
|
70 |
msgid "Settings saved"
|
71 |
msgstr "Réglages sauvegardés "
|
72 |
|
73 |
+
#: includes/class-fcbkbttn-settings.php:128
|
74 |
msgid "Error: File size > 32K"
|
75 |
msgstr "Erreur : Poids du fichier > 32K"
|
76 |
|
77 |
+
#: includes/class-fcbkbttn-settings.php:131
|
78 |
msgid "Error: Invalid file type"
|
79 |
msgstr "Erreur : Type de fichier invalide"
|
80 |
|
81 |
+
#: includes/class-fcbkbttn-settings.php:137
|
82 |
msgid "Upload successful."
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: includes/class-fcbkbttn-settings.php:147
|
86 |
#, fuzzy
|
87 |
msgid "Error: failed to move file."
|
88 |
msgstr "Erreur : le déplacement du fichier a echoué"
|
89 |
|
90 |
+
#: includes/class-fcbkbttn-settings.php:150
|
91 |
#, fuzzy
|
92 |
msgid "Error: check image width or height."
|
93 |
msgstr "Erreur : Vérifiez la taille et la largeur de l'image"
|
94 |
|
95 |
+
#: includes/class-fcbkbttn-settings.php:154
|
96 |
msgid "Uploading Error: check image properties"
|
97 |
msgstr "Erreur d'upload : vérifiez les propriétés de l'image"
|
98 |
|
99 |
+
#: includes/class-fcbkbttn-settings.php:178
|
|
|
|
|
|
|
|
|
|
|
100 |
msgid "General"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: includes/class-fcbkbttn-settings.php:181
|
104 |
#, fuzzy
|
105 |
msgid "Buttons"
|
106 |
msgstr "Position du bouton Facebook"
|
107 |
|
108 |
+
#: includes/class-fcbkbttn-settings.php:184
|
109 |
msgid "Profile URL"
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: includes/class-fcbkbttn-settings.php:185
|
113 |
+
#: includes/class-fcbkbttn-settings.php:371
|
114 |
msgid "Like"
|
115 |
msgstr "Like"
|
116 |
|
117 |
+
#: includes/class-fcbkbttn-settings.php:186
|
118 |
msgid "Share"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: includes/class-fcbkbttn-settings.php:191
|
122 |
#, fuzzy
|
123 |
msgid "Buttons Position"
|
124 |
msgstr "Position du bouton Facebook"
|
125 |
|
126 |
+
#: includes/class-fcbkbttn-settings.php:196
|
127 |
#, fuzzy
|
128 |
msgid "Before content"
|
129 |
msgstr "Avant et après"
|
130 |
|
131 |
+
#: includes/class-fcbkbttn-settings.php:201
|
132 |
msgid "After content"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: includes/class-fcbkbttn-settings.php:207
|
136 |
msgid "Language"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: includes/class-fcbkbttn-settings.php:218
|
140 |
#, fuzzy
|
141 |
msgid "Select the default language for Facebook button(-s)."
|
142 |
msgstr "Changer la langue du bouton Facebook"
|
143 |
|
144 |
+
#: includes/class-fcbkbttn-settings.php:227
|
|
|
145 |
#: includes/class-fcbkbttn-settings.php:230
|
146 |
+
#: includes/class-fcbkbttn-settings.php:234
|
147 |
msgid ""
|
148 |
"Enable to switch language automatically on multilingual website using "
|
149 |
"Multilanguage plugin."
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: includes/class-fcbkbttn-settings.php:230
|
153 |
#, php-format
|
154 |
msgid "Activate %s"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: includes/class-fcbkbttn-settings.php:234
|
158 |
msgid "Learn More"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: includes/class-fcbkbttn-settings.php:239
|
162 |
msgid "Excerpt"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: includes/class-fcbkbttn-settings.php:241
|
166 |
#, fuzzy
|
167 |
msgid "Enable to display buttons in excerpt."
|
168 |
msgstr "Afficher le bouton"
|
169 |
|
170 |
+
#: includes/class-fcbkbttn-settings.php:250
|
171 |
+
#: includes/class-fcbkbttn-settings.php:426
|
172 |
+
#: includes/class-fcbkbttn-settings.php:481
|
173 |
msgid "Close"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: includes/class-fcbkbttn-settings.php:254
|
177 |
#, fuzzy
|
178 |
msgid "Meta Image"
|
179 |
msgstr "Image Facebook personnalisée"
|
180 |
|
181 |
+
#: includes/class-fcbkbttn-settings.php:259
|
182 |
msgid "Featured Image"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: includes/class-fcbkbttn-settings.php:263
|
186 |
#, fuzzy
|
187 |
msgid "Custom Image"
|
188 |
msgstr "Image Facebook personnalisée"
|
189 |
|
190 |
+
#: includes/class-fcbkbttn-settings.php:263
|
191 |
msgid "This image will be used for all posts"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: includes/class-fcbkbttn-settings.php:270
|
195 |
msgid "Meta Description"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: includes/class-fcbkbttn-settings.php:274
|
199 |
msgid ""
|
200 |
"This description will be used for all pages and posts. Leave blank to use "
|
201 |
"page description."
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: includes/class-fcbkbttn-settings.php:283
|
205 |
msgid "Profile URL Button"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: includes/class-fcbkbttn-settings.php:286
|
209 |
#, fuzzy
|
210 |
msgid "Facebook ID or Username"
|
211 |
msgstr "Votre identifiant Facebook"
|
212 |
|
213 |
+
#: includes/class-fcbkbttn-settings.php:293
|
214 |
msgid "Profile Button Image"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: includes/class-fcbkbttn-settings.php:300
|
218 |
msgid "Default"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: includes/class-fcbkbttn-settings.php:305
|
222 |
#, fuzzy
|
223 |
msgid "Custom image"
|
224 |
msgstr "Image Facebook personnalisée"
|
225 |
|
226 |
+
#: includes/class-fcbkbttn-settings.php:309
|
227 |
msgid ""
|
228 |
"To use custom image, You need to setup permissions for upload directory of "
|
229 |
"your site"
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: includes/class-fcbkbttn-settings.php:316
|
233 |
#, fuzzy
|
234 |
msgid "Current image"
|
235 |
msgstr "Image actuelle"
|
236 |
|
237 |
+
#: includes/class-fcbkbttn-settings.php:324
|
238 |
#, fuzzy
|
239 |
msgid ""
|
240 |
"Image requirements: max image width:100px; max image height:40px; max image "
|
243 |
"Propriétés de l'image : largeur max:100px; hauteur max: 40px; poids max : "
|
244 |
"32kb; type d'image :\"jpg\", \"jpeg\", \"png\"."
|
245 |
|
246 |
+
#: includes/class-fcbkbttn-settings.php:328
|
247 |
msgid "Like&Share Buttons"
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: includes/class-fcbkbttn-settings.php:331
|
251 |
msgid "Layout"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: includes/class-fcbkbttn-settings.php:366
|
255 |
msgid "Like Button Action"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: includes/class-fcbkbttn-settings.php:376
|
259 |
msgid "Recommend"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: includes/class-fcbkbttn-settings.php:382
|
263 |
+
msgid "Friends Faces"
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: includes/class-fcbkbttn-settings.php:385
|
267 |
msgid " Enable to show faces of your friends who submitted the button."
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: includes/class-fcbkbttn-settings.php:389
|
271 |
msgid "Layout Width"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: includes/class-fcbkbttn-settings.php:391
|
275 |
msgid "px"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: includes/class-fcbkbttn-settings.php:395
|
279 |
msgid "Theme"
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: includes/class-fcbkbttn-settings.php:400
|
283 |
msgid "Light"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: includes/class-fcbkbttn-settings.php:405
|
287 |
msgid "Dark"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: includes/class-fcbkbttn-settings.php:411
|
291 |
msgid "Like Button HTML Tag"
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: includes/class-fcbkbttn-settings.php:417
|
295 |
#, php-format
|
296 |
msgid "Tag %s can be used to improve website code validation."
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: includes/class-fcbkbttn-settings.php:430
|
300 |
msgid "URL to Like"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: includes/class-fcbkbttn-settings.php:432
|
304 |
msgid "Leave blank to use a current page."
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: includes/class-fcbkbttn-settings.php:460
|
308 |
#, fuzzy
|
309 |
msgid "Facebook Buttons Shortchode"
|
310 |
msgstr "Position du bouton Facebook"
|
311 |
|
312 |
+
#: includes/class-fcbkbttn-settings.php:463
|
313 |
msgid ""
|
314 |
"Add Facebook button(-s) to your posts, pages, custom post types or widgets "
|
315 |
"by using the following shortcode:"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: includes/class-fcbkbttn-settings.php:482
|
319 |
#, fuzzy
|
320 |
msgid "Facebook Buttons Preview"
|
321 |
msgstr "Bouton Facebook"
|
322 |
|
323 |
+
#: includes/class-fcbkbttn-settings.php:497
|
324 |
#, fuzzy
|
325 |
msgid "Display Settings"
|
326 |
msgstr "Afficher le bouton"
|
327 |
|
328 |
+
#: includes/class-fcbkbttn-settings.php:506
|
329 |
msgid ""
|
330 |
"Please choose the necessary post types (or single pages) where Facebook "
|
331 |
"button will be displayed:"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: includes/class-fcbkbttn-settings.php:513
|
335 |
msgid "Show URL for pages"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: includes/class-fcbkbttn-settings.php:519
|
339 |
msgid "Example of the site's pages tree"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: includes/class-fcbkbttn-settings.php:519
|
343 |
msgid "Example of site pages' tree"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#, fuzzy
|
347 |
+
#~ msgid "Facebook button Settings"
|
348 |
+
#~ msgstr "Réglages du bouton Facebook"
|
349 |
+
|
350 |
#, fuzzy
|
351 |
#~ msgid "Extra settings"
|
352 |
#~ msgstr "Réglages"
|
languages/facebook-button-plugin-hu_HU.mo
CHANGED
Binary file
|
languages/facebook-button-plugin-hu_HU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook-button-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: hu_HU\n"
|
@@ -13,16 +13,16 @@ 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 |
#: facebook-button-plugin.php:35 facebook-button-plugin.php:36
|
20 |
-
#: facebook-button-plugin.php:
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Facebook Gomb Beállítások"
|
23 |
|
24 |
-
#: facebook-button-plugin.php:36 facebook-button-plugin.php:
|
25 |
-
#: facebook-button-plugin.php:
|
26 |
msgid "Settings"
|
27 |
msgstr "Beállítások"
|
28 |
|
@@ -30,20 +30,20 @@ msgstr "Beállítások"
|
|
30 |
msgid "Upgrade to Pro"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: facebook-button-plugin.php:
|
34 |
msgid "Please, enable JavaScript in Your browser."
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: facebook-button-plugin.php:
|
38 |
#, fuzzy
|
39 |
msgid "Add Facebook buttons to your page or post"
|
40 |
msgstr "Facebook gombok helye"
|
41 |
|
42 |
-
#: facebook-button-plugin.php:
|
43 |
msgid "FAQ"
|
44 |
msgstr "Gy.I.K."
|
45 |
|
46 |
-
#: facebook-button-plugin.php:
|
47 |
msgid "Support"
|
48 |
msgstr "Támogatás"
|
49 |
|
@@ -65,169 +65,164 @@ msgstr "Egyéni Facebook kép"
|
|
65 |
msgid "License Key"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: includes/class-fcbkbttn-settings.php:
|
69 |
msgid "Settings saved"
|
70 |
msgstr "Beállítások mentve"
|
71 |
|
72 |
-
#: includes/class-fcbkbttn-settings.php:
|
73 |
msgid "Error: File size > 32K"
|
74 |
msgstr "Hiba: File méret > 32k"
|
75 |
|
76 |
-
#: includes/class-fcbkbttn-settings.php:
|
77 |
msgid "Error: Invalid file type"
|
78 |
msgstr "Hiba: Érvénytelen file típus"
|
79 |
|
80 |
-
#: includes/class-fcbkbttn-settings.php:
|
81 |
msgid "Upload successful."
|
82 |
msgstr "A feltöltés sikeres."
|
83 |
|
84 |
-
#: includes/class-fcbkbttn-settings.php:
|
85 |
#, fuzzy
|
86 |
msgid "Error: failed to move file."
|
87 |
msgstr "Hiba: file mozgatás sikertelen"
|
88 |
|
89 |
-
#: includes/class-fcbkbttn-settings.php:
|
90 |
#, fuzzy
|
91 |
msgid "Error: check image width or height."
|
92 |
msgstr "Hiba: ellenőrizze a kép szélességét és magasságát"
|
93 |
|
94 |
-
#: includes/class-fcbkbttn-settings.php:
|
95 |
msgid "Uploading Error: check image properties"
|
96 |
msgstr "Feltöltési Hiba: ellenőrizze a kép tulajdonságait"
|
97 |
|
98 |
-
#: includes/class-fcbkbttn-settings.php:
|
99 |
-
#, fuzzy
|
100 |
-
msgid "Facebook button Settings"
|
101 |
-
msgstr "Facebook Gomb Beállítások"
|
102 |
-
|
103 |
-
#: includes/class-fcbkbttn-settings.php:174
|
104 |
msgid "General"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: includes/class-fcbkbttn-settings.php:
|
108 |
#, fuzzy
|
109 |
msgid "Buttons"
|
110 |
msgstr "Facebook gombok helye"
|
111 |
|
112 |
-
#: includes/class-fcbkbttn-settings.php:
|
113 |
msgid "Profile URL"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: includes/class-fcbkbttn-settings.php:
|
117 |
-
#: includes/class-fcbkbttn-settings.php:
|
118 |
msgid "Like"
|
119 |
msgstr "Like"
|
120 |
|
121 |
-
#: includes/class-fcbkbttn-settings.php:
|
122 |
msgid "Share"
|
123 |
msgstr "Megosztás"
|
124 |
|
125 |
-
#: includes/class-fcbkbttn-settings.php:
|
126 |
#, fuzzy
|
127 |
msgid "Buttons Position"
|
128 |
msgstr "Facebook gombok helye"
|
129 |
|
130 |
-
#: includes/class-fcbkbttn-settings.php:
|
131 |
#, fuzzy
|
132 |
msgid "Before content"
|
133 |
msgstr "Előtte és Utána"
|
134 |
|
135 |
-
#: includes/class-fcbkbttn-settings.php:
|
136 |
msgid "After content"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: includes/class-fcbkbttn-settings.php:
|
140 |
msgid "Language"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: includes/class-fcbkbttn-settings.php:
|
144 |
#, fuzzy
|
145 |
msgid "Select the default language for Facebook button(-s)."
|
146 |
msgstr "Facebook Like Gomb nyelvének megváltoztatása"
|
147 |
|
148 |
-
#: includes/class-fcbkbttn-settings.php:
|
149 |
-
#: includes/class-fcbkbttn-settings.php:226
|
150 |
#: includes/class-fcbkbttn-settings.php:230
|
|
|
151 |
msgid ""
|
152 |
"Enable to switch language automatically on multilingual website using "
|
153 |
"Multilanguage plugin."
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: includes/class-fcbkbttn-settings.php:
|
157 |
#, php-format
|
158 |
msgid "Activate %s"
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: includes/class-fcbkbttn-settings.php:
|
162 |
msgid "Learn More"
|
163 |
msgstr "Olvasson tovább"
|
164 |
|
165 |
-
#: includes/class-fcbkbttn-settings.php:
|
166 |
msgid "Excerpt"
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: includes/class-fcbkbttn-settings.php:
|
170 |
#, fuzzy
|
171 |
msgid "Enable to display buttons in excerpt."
|
172 |
msgstr "Gomb megjelenítése"
|
173 |
|
174 |
-
#: includes/class-fcbkbttn-settings.php:
|
175 |
-
#: includes/class-fcbkbttn-settings.php:
|
176 |
-
#: includes/class-fcbkbttn-settings.php:
|
177 |
msgid "Close"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: includes/class-fcbkbttn-settings.php:
|
181 |
#, fuzzy
|
182 |
msgid "Meta Image"
|
183 |
msgstr "Egyéni Facebook kép"
|
184 |
|
185 |
-
#: includes/class-fcbkbttn-settings.php:
|
186 |
msgid "Featured Image"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: includes/class-fcbkbttn-settings.php:
|
190 |
#, fuzzy
|
191 |
msgid "Custom Image"
|
192 |
msgstr "Egyéni Facebook kép"
|
193 |
|
194 |
-
#: includes/class-fcbkbttn-settings.php:
|
195 |
msgid "This image will be used for all posts"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: includes/class-fcbkbttn-settings.php:
|
199 |
msgid "Meta Description"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: includes/class-fcbkbttn-settings.php:
|
203 |
msgid ""
|
204 |
"This description will be used for all pages and posts. Leave blank to use "
|
205 |
"page description."
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: includes/class-fcbkbttn-settings.php:
|
209 |
msgid "Profile URL Button"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: includes/class-fcbkbttn-settings.php:
|
213 |
#, fuzzy
|
214 |
msgid "Facebook ID or Username"
|
215 |
msgstr "Facebook ID-je vagy felhasználóneve"
|
216 |
|
217 |
-
#: includes/class-fcbkbttn-settings.php:
|
218 |
msgid "Profile Button Image"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: includes/class-fcbkbttn-settings.php:
|
222 |
msgid "Default"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: includes/class-fcbkbttn-settings.php:
|
226 |
#, fuzzy
|
227 |
msgid "Custom image"
|
228 |
msgstr "Egyéni Facebook kép"
|
229 |
|
230 |
-
#: includes/class-fcbkbttn-settings.php:
|
231 |
#, fuzzy
|
232 |
msgid ""
|
233 |
"To use custom image, You need to setup permissions for upload directory of "
|
@@ -236,11 +231,11 @@ msgstr ""
|
|
236 |
"Egyedi kép használatához az oldala feltöltési könyvtárához jogosultságot "
|
237 |
"kell beállítania"
|
238 |
|
239 |
-
#: includes/class-fcbkbttn-settings.php:
|
240 |
msgid "Current image"
|
241 |
msgstr "Aktuális kép"
|
242 |
|
243 |
-
#: includes/class-fcbkbttn-settings.php:
|
244 |
#, fuzzy
|
245 |
msgid ""
|
246 |
"Image requirements: max image width:100px; max image height:40px; max image "
|
@@ -249,92 +244,92 @@ msgstr ""
|
|
249 |
"Kép paraméterek: max kép szélesség: 100px; max kép magasság: 40px; max kép "
|
250 |
"méret: 32Kb; kép típusok:\"jpg\", \"jpeg\", \"png\"."
|
251 |
|
252 |
-
#: includes/class-fcbkbttn-settings.php:
|
253 |
#, fuzzy
|
254 |
msgid "Like&Share Buttons"
|
255 |
msgstr "Facebook gombok helye"
|
256 |
|
257 |
-
#: includes/class-fcbkbttn-settings.php:
|
258 |
msgid "Layout"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: includes/class-fcbkbttn-settings.php:
|
262 |
#, fuzzy
|
263 |
msgid "Like Button Action"
|
264 |
msgstr "Facebook gombok helye"
|
265 |
|
266 |
-
#: includes/class-fcbkbttn-settings.php:
|
267 |
msgid "Recommend"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: includes/class-fcbkbttn-settings.php:
|
271 |
-
msgid "Friends
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: includes/class-fcbkbttn-settings.php:
|
275 |
msgid " Enable to show faces of your friends who submitted the button."
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: includes/class-fcbkbttn-settings.php:
|
279 |
msgid "Layout Width"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: includes/class-fcbkbttn-settings.php:
|
283 |
msgid "px"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: includes/class-fcbkbttn-settings.php:
|
287 |
msgid "Theme"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: includes/class-fcbkbttn-settings.php:
|
291 |
msgid "Light"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: includes/class-fcbkbttn-settings.php:
|
295 |
msgid "Dark"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: includes/class-fcbkbttn-settings.php:
|
299 |
#, fuzzy
|
300 |
msgid "Like Button HTML Tag"
|
301 |
msgstr "Facebook gombok helye"
|
302 |
|
303 |
-
#: includes/class-fcbkbttn-settings.php:
|
304 |
#, php-format
|
305 |
msgid "Tag %s can be used to improve website code validation."
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: includes/class-fcbkbttn-settings.php:
|
309 |
msgid "URL to Like"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: includes/class-fcbkbttn-settings.php:
|
313 |
msgid "Leave blank to use a current page."
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: includes/class-fcbkbttn-settings.php:
|
317 |
#, fuzzy
|
318 |
msgid "Facebook Buttons Shortchode"
|
319 |
msgstr "Facebook gombok helye"
|
320 |
|
321 |
-
#: includes/class-fcbkbttn-settings.php:
|
322 |
msgid ""
|
323 |
"Add Facebook button(-s) to your posts, pages, custom post types or widgets "
|
324 |
"by using the following shortcode:"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: includes/class-fcbkbttn-settings.php:
|
328 |
#, fuzzy
|
329 |
msgid "Facebook Buttons Preview"
|
330 |
msgstr "Facebook Gomb Beállítások"
|
331 |
|
332 |
-
#: includes/class-fcbkbttn-settings.php:
|
333 |
#, fuzzy
|
334 |
msgid "Display Settings"
|
335 |
msgstr "Gomb megjelenítése"
|
336 |
|
337 |
-
#: includes/class-fcbkbttn-settings.php:
|
338 |
msgid ""
|
339 |
"Please choose the necessary post types (or single pages) where Facebook "
|
340 |
"button will be displayed:"
|
@@ -342,18 +337,22 @@ msgstr ""
|
|
342 |
"Kérjük válassza ki a szükséges bejegyzés típusokat (vagy egyedi oldalakat) "
|
343 |
"ahol a Facebook gomb megjelenjen:"
|
344 |
|
345 |
-
#: includes/class-fcbkbttn-settings.php:
|
346 |
msgid "Show URL for pages"
|
347 |
msgstr "URL megjelenítése oldalakon"
|
348 |
|
349 |
-
#: includes/class-fcbkbttn-settings.php:
|
350 |
msgid "Example of the site's pages tree"
|
351 |
msgstr "Példa az oldal lap struktúrájának fájára"
|
352 |
|
353 |
-
#: includes/class-fcbkbttn-settings.php:
|
354 |
msgid "Example of site pages' tree"
|
355 |
msgstr "Példa oldal lapjainak fa struktúrájára"
|
356 |
|
|
|
|
|
|
|
|
|
357 |
#~ msgid "All plugin settings were restored."
|
358 |
#~ msgstr "Minden plugin paraméter visszaállítva."
|
359 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook-button-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-04-06 10:49+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-04-06 10:49+0300\n"
|
7 |
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: hu_HU\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.8.7.1\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: facebook-button-plugin.php:35 facebook-button-plugin.php:36
|
20 |
+
#: facebook-button-plugin.php:205 includes/class-fcbkbttn-settings.php:175
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Facebook Gomb Beállítások"
|
23 |
|
24 |
+
#: facebook-button-plugin.php:36 facebook-button-plugin.php:409
|
25 |
+
#: facebook-button-plugin.php:423 includes/class-fcbkbttn-settings.php:23
|
26 |
msgid "Settings"
|
27 |
msgstr "Beállítások"
|
28 |
|
30 |
msgid "Upgrade to Pro"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: facebook-button-plugin.php:206
|
34 |
msgid "Please, enable JavaScript in Your browser."
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: facebook-button-plugin.php:302
|
38 |
#, fuzzy
|
39 |
msgid "Add Facebook buttons to your page or post"
|
40 |
msgstr "Facebook gombok helye"
|
41 |
|
42 |
+
#: facebook-button-plugin.php:424
|
43 |
msgid "FAQ"
|
44 |
msgstr "Gy.I.K."
|
45 |
|
46 |
+
#: facebook-button-plugin.php:425
|
47 |
msgid "Support"
|
48 |
msgstr "Támogatás"
|
49 |
|
65 |
msgid "License Key"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: includes/class-fcbkbttn-settings.php:99
|
69 |
msgid "Settings saved"
|
70 |
msgstr "Beállítások mentve"
|
71 |
|
72 |
+
#: includes/class-fcbkbttn-settings.php:128
|
73 |
msgid "Error: File size > 32K"
|
74 |
msgstr "Hiba: File méret > 32k"
|
75 |
|
76 |
+
#: includes/class-fcbkbttn-settings.php:131
|
77 |
msgid "Error: Invalid file type"
|
78 |
msgstr "Hiba: Érvénytelen file típus"
|
79 |
|
80 |
+
#: includes/class-fcbkbttn-settings.php:137
|
81 |
msgid "Upload successful."
|
82 |
msgstr "A feltöltés sikeres."
|
83 |
|
84 |
+
#: includes/class-fcbkbttn-settings.php:147
|
85 |
#, fuzzy
|
86 |
msgid "Error: failed to move file."
|
87 |
msgstr "Hiba: file mozgatás sikertelen"
|
88 |
|
89 |
+
#: includes/class-fcbkbttn-settings.php:150
|
90 |
#, fuzzy
|
91 |
msgid "Error: check image width or height."
|
92 |
msgstr "Hiba: ellenőrizze a kép szélességét és magasságát"
|
93 |
|
94 |
+
#: includes/class-fcbkbttn-settings.php:154
|
95 |
msgid "Uploading Error: check image properties"
|
96 |
msgstr "Feltöltési Hiba: ellenőrizze a kép tulajdonságait"
|
97 |
|
98 |
+
#: includes/class-fcbkbttn-settings.php:178
|
|
|
|
|
|
|
|
|
|
|
99 |
msgid "General"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: includes/class-fcbkbttn-settings.php:181
|
103 |
#, fuzzy
|
104 |
msgid "Buttons"
|
105 |
msgstr "Facebook gombok helye"
|
106 |
|
107 |
+
#: includes/class-fcbkbttn-settings.php:184
|
108 |
msgid "Profile URL"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: includes/class-fcbkbttn-settings.php:185
|
112 |
+
#: includes/class-fcbkbttn-settings.php:371
|
113 |
msgid "Like"
|
114 |
msgstr "Like"
|
115 |
|
116 |
+
#: includes/class-fcbkbttn-settings.php:186
|
117 |
msgid "Share"
|
118 |
msgstr "Megosztás"
|
119 |
|
120 |
+
#: includes/class-fcbkbttn-settings.php:191
|
121 |
#, fuzzy
|
122 |
msgid "Buttons Position"
|
123 |
msgstr "Facebook gombok helye"
|
124 |
|
125 |
+
#: includes/class-fcbkbttn-settings.php:196
|
126 |
#, fuzzy
|
127 |
msgid "Before content"
|
128 |
msgstr "Előtte és Utána"
|
129 |
|
130 |
+
#: includes/class-fcbkbttn-settings.php:201
|
131 |
msgid "After content"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: includes/class-fcbkbttn-settings.php:207
|
135 |
msgid "Language"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: includes/class-fcbkbttn-settings.php:218
|
139 |
#, fuzzy
|
140 |
msgid "Select the default language for Facebook button(-s)."
|
141 |
msgstr "Facebook Like Gomb nyelvének megváltoztatása"
|
142 |
|
143 |
+
#: includes/class-fcbkbttn-settings.php:227
|
|
|
144 |
#: includes/class-fcbkbttn-settings.php:230
|
145 |
+
#: includes/class-fcbkbttn-settings.php:234
|
146 |
msgid ""
|
147 |
"Enable to switch language automatically on multilingual website using "
|
148 |
"Multilanguage plugin."
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: includes/class-fcbkbttn-settings.php:230
|
152 |
#, php-format
|
153 |
msgid "Activate %s"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: includes/class-fcbkbttn-settings.php:234
|
157 |
msgid "Learn More"
|
158 |
msgstr "Olvasson tovább"
|
159 |
|
160 |
+
#: includes/class-fcbkbttn-settings.php:239
|
161 |
msgid "Excerpt"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: includes/class-fcbkbttn-settings.php:241
|
165 |
#, fuzzy
|
166 |
msgid "Enable to display buttons in excerpt."
|
167 |
msgstr "Gomb megjelenítése"
|
168 |
|
169 |
+
#: includes/class-fcbkbttn-settings.php:250
|
170 |
+
#: includes/class-fcbkbttn-settings.php:426
|
171 |
+
#: includes/class-fcbkbttn-settings.php:481
|
172 |
msgid "Close"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: includes/class-fcbkbttn-settings.php:254
|
176 |
#, fuzzy
|
177 |
msgid "Meta Image"
|
178 |
msgstr "Egyéni Facebook kép"
|
179 |
|
180 |
+
#: includes/class-fcbkbttn-settings.php:259
|
181 |
msgid "Featured Image"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: includes/class-fcbkbttn-settings.php:263
|
185 |
#, fuzzy
|
186 |
msgid "Custom Image"
|
187 |
msgstr "Egyéni Facebook kép"
|
188 |
|
189 |
+
#: includes/class-fcbkbttn-settings.php:263
|
190 |
msgid "This image will be used for all posts"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: includes/class-fcbkbttn-settings.php:270
|
194 |
msgid "Meta Description"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: includes/class-fcbkbttn-settings.php:274
|
198 |
msgid ""
|
199 |
"This description will be used for all pages and posts. Leave blank to use "
|
200 |
"page description."
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: includes/class-fcbkbttn-settings.php:283
|
204 |
msgid "Profile URL Button"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: includes/class-fcbkbttn-settings.php:286
|
208 |
#, fuzzy
|
209 |
msgid "Facebook ID or Username"
|
210 |
msgstr "Facebook ID-je vagy felhasználóneve"
|
211 |
|
212 |
+
#: includes/class-fcbkbttn-settings.php:293
|
213 |
msgid "Profile Button Image"
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: includes/class-fcbkbttn-settings.php:300
|
217 |
msgid "Default"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: includes/class-fcbkbttn-settings.php:305
|
221 |
#, fuzzy
|
222 |
msgid "Custom image"
|
223 |
msgstr "Egyéni Facebook kép"
|
224 |
|
225 |
+
#: includes/class-fcbkbttn-settings.php:309
|
226 |
#, fuzzy
|
227 |
msgid ""
|
228 |
"To use custom image, You need to setup permissions for upload directory of "
|
231 |
"Egyedi kép használatához az oldala feltöltési könyvtárához jogosultságot "
|
232 |
"kell beállítania"
|
233 |
|
234 |
+
#: includes/class-fcbkbttn-settings.php:316
|
235 |
msgid "Current image"
|
236 |
msgstr "Aktuális kép"
|
237 |
|
238 |
+
#: includes/class-fcbkbttn-settings.php:324
|
239 |
#, fuzzy
|
240 |
msgid ""
|
241 |
"Image requirements: max image width:100px; max image height:40px; max image "
|
244 |
"Kép paraméterek: max kép szélesség: 100px; max kép magasság: 40px; max kép "
|
245 |
"méret: 32Kb; kép típusok:\"jpg\", \"jpeg\", \"png\"."
|
246 |
|
247 |
+
#: includes/class-fcbkbttn-settings.php:328
|
248 |
#, fuzzy
|
249 |
msgid "Like&Share Buttons"
|
250 |
msgstr "Facebook gombok helye"
|
251 |
|
252 |
+
#: includes/class-fcbkbttn-settings.php:331
|
253 |
msgid "Layout"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: includes/class-fcbkbttn-settings.php:366
|
257 |
#, fuzzy
|
258 |
msgid "Like Button Action"
|
259 |
msgstr "Facebook gombok helye"
|
260 |
|
261 |
+
#: includes/class-fcbkbttn-settings.php:376
|
262 |
msgid "Recommend"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: includes/class-fcbkbttn-settings.php:382
|
266 |
+
msgid "Friends Faces"
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: includes/class-fcbkbttn-settings.php:385
|
270 |
msgid " Enable to show faces of your friends who submitted the button."
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: includes/class-fcbkbttn-settings.php:389
|
274 |
msgid "Layout Width"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: includes/class-fcbkbttn-settings.php:391
|
278 |
msgid "px"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: includes/class-fcbkbttn-settings.php:395
|
282 |
msgid "Theme"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: includes/class-fcbkbttn-settings.php:400
|
286 |
msgid "Light"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: includes/class-fcbkbttn-settings.php:405
|
290 |
msgid "Dark"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: includes/class-fcbkbttn-settings.php:411
|
294 |
#, fuzzy
|
295 |
msgid "Like Button HTML Tag"
|
296 |
msgstr "Facebook gombok helye"
|
297 |
|
298 |
+
#: includes/class-fcbkbttn-settings.php:417
|
299 |
#, php-format
|
300 |
msgid "Tag %s can be used to improve website code validation."
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: includes/class-fcbkbttn-settings.php:430
|
304 |
msgid "URL to Like"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: includes/class-fcbkbttn-settings.php:432
|
308 |
msgid "Leave blank to use a current page."
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: includes/class-fcbkbttn-settings.php:460
|
312 |
#, fuzzy
|
313 |
msgid "Facebook Buttons Shortchode"
|
314 |
msgstr "Facebook gombok helye"
|
315 |
|
316 |
+
#: includes/class-fcbkbttn-settings.php:463
|
317 |
msgid ""
|
318 |
"Add Facebook button(-s) to your posts, pages, custom post types or widgets "
|
319 |
"by using the following shortcode:"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: includes/class-fcbkbttn-settings.php:482
|
323 |
#, fuzzy
|
324 |
msgid "Facebook Buttons Preview"
|
325 |
msgstr "Facebook Gomb Beállítások"
|
326 |
|
327 |
+
#: includes/class-fcbkbttn-settings.php:497
|
328 |
#, fuzzy
|
329 |
msgid "Display Settings"
|
330 |
msgstr "Gomb megjelenítése"
|
331 |
|
332 |
+
#: includes/class-fcbkbttn-settings.php:506
|
333 |
msgid ""
|
334 |
"Please choose the necessary post types (or single pages) where Facebook "
|
335 |
"button will be displayed:"
|
337 |
"Kérjük válassza ki a szükséges bejegyzés típusokat (vagy egyedi oldalakat) "
|
338 |
"ahol a Facebook gomb megjelenjen:"
|
339 |
|
340 |
+
#: includes/class-fcbkbttn-settings.php:513
|
341 |
msgid "Show URL for pages"
|
342 |
msgstr "URL megjelenítése oldalakon"
|
343 |
|
344 |
+
#: includes/class-fcbkbttn-settings.php:519
|
345 |
msgid "Example of the site's pages tree"
|
346 |
msgstr "Példa az oldal lap struktúrájának fájára"
|
347 |
|
348 |
+
#: includes/class-fcbkbttn-settings.php:519
|
349 |
msgid "Example of site pages' tree"
|
350 |
msgstr "Példa oldal lapjainak fa struktúrájára"
|
351 |
|
352 |
+
#, fuzzy
|
353 |
+
#~ msgid "Facebook button Settings"
|
354 |
+
#~ msgstr "Facebook Gomb Beállítások"
|
355 |
+
|
356 |
#~ msgid "All plugin settings were restored."
|
357 |
#~ msgstr "Minden plugin paraméter visszaállítva."
|
358 |
|
languages/facebook-button-plugin-id_ID.mo
CHANGED
Binary file
|
languages/facebook-button-plugin-id_ID.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook-button-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: nasrulhaq <nasrulhaq81@gmail.com>\n"
|
9 |
"Language: es_ES\n"
|
@@ -13,16 +13,16 @@ 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 |
#: facebook-button-plugin.php:35 facebook-button-plugin.php:36
|
20 |
-
#: facebook-button-plugin.php:
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Pengaturan Facebook Button"
|
23 |
|
24 |
-
#: facebook-button-plugin.php:36 facebook-button-plugin.php:
|
25 |
-
#: facebook-button-plugin.php:
|
26 |
msgid "Settings"
|
27 |
msgstr "Pengaturan"
|
28 |
|
@@ -30,20 +30,20 @@ msgstr "Pengaturan"
|
|
30 |
msgid "Upgrade to Pro"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: facebook-button-plugin.php:
|
34 |
msgid "Please, enable JavaScript in Your browser."
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: facebook-button-plugin.php:
|
38 |
#, fuzzy
|
39 |
msgid "Add Facebook buttons to your page or post"
|
40 |
msgstr "Posisi Tombol Facebook"
|
41 |
|
42 |
-
#: facebook-button-plugin.php:
|
43 |
msgid "FAQ"
|
44 |
msgstr "SSS (Sık Sorulan Sorular)"
|
45 |
|
46 |
-
#: facebook-button-plugin.php:
|
47 |
msgid "Support"
|
48 |
msgstr "Dukungan"
|
49 |
|
@@ -65,180 +65,175 @@ msgstr "Kustom Gambar Facebook "
|
|
65 |
msgid "License Key"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: includes/class-fcbkbttn-settings.php:
|
69 |
msgid "Settings saved"
|
70 |
msgstr "Simpan Pengaturan"
|
71 |
|
72 |
-
#: includes/class-fcbkbttn-settings.php:
|
73 |
msgid "Error: File size > 32K"
|
74 |
msgstr "SALAH: Ukuran file lebih besar dari 32KB"
|
75 |
|
76 |
-
#: includes/class-fcbkbttn-settings.php:
|
77 |
msgid "Error: Invalid file type"
|
78 |
msgstr "SALAH: Tipe data tidak benar"
|
79 |
|
80 |
-
#: includes/class-fcbkbttn-settings.php:
|
81 |
msgid "Upload successful."
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: includes/class-fcbkbttn-settings.php:
|
85 |
#, fuzzy
|
86 |
msgid "Error: failed to move file."
|
87 |
msgstr "Salah: gagal memindahkan data"
|
88 |
|
89 |
-
#: includes/class-fcbkbttn-settings.php:
|
90 |
#, fuzzy
|
91 |
msgid "Error: check image width or height."
|
92 |
msgstr "Salah: periksa lebar atau panjang gambar"
|
93 |
|
94 |
-
#: includes/class-fcbkbttn-settings.php:
|
95 |
msgid "Uploading Error: check image properties"
|
96 |
msgstr "Gagal Mengunggah: periksa properti gambar"
|
97 |
|
98 |
-
#: includes/class-fcbkbttn-settings.php:
|
99 |
-
#, fuzzy
|
100 |
-
msgid "Facebook button Settings"
|
101 |
-
msgstr "Pengaturan Facebook Button"
|
102 |
-
|
103 |
-
#: includes/class-fcbkbttn-settings.php:174
|
104 |
msgid "General"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: includes/class-fcbkbttn-settings.php:
|
108 |
#, fuzzy
|
109 |
msgid "Buttons"
|
110 |
msgstr "Posisi Tombol Facebook"
|
111 |
|
112 |
-
#: includes/class-fcbkbttn-settings.php:
|
113 |
msgid "Profile URL"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: includes/class-fcbkbttn-settings.php:
|
117 |
-
#: includes/class-fcbkbttn-settings.php:
|
118 |
msgid "Like"
|
119 |
msgstr "Suka"
|
120 |
|
121 |
-
#: includes/class-fcbkbttn-settings.php:
|
122 |
msgid "Share"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: includes/class-fcbkbttn-settings.php:
|
126 |
#, fuzzy
|
127 |
msgid "Buttons Position"
|
128 |
msgstr "Posisi Tombol Facebook"
|
129 |
|
130 |
-
#: includes/class-fcbkbttn-settings.php:
|
131 |
#, fuzzy
|
132 |
msgid "Before content"
|
133 |
msgstr "Sebelum dan Setelah"
|
134 |
|
135 |
-
#: includes/class-fcbkbttn-settings.php:
|
136 |
msgid "After content"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: includes/class-fcbkbttn-settings.php:
|
140 |
msgid "Language"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: includes/class-fcbkbttn-settings.php:
|
144 |
#, fuzzy
|
145 |
msgid "Select the default language for Facebook button(-s)."
|
146 |
msgstr "Ubah bahasa Facebook Like Button"
|
147 |
|
148 |
-
#: includes/class-fcbkbttn-settings.php:
|
149 |
-
#: includes/class-fcbkbttn-settings.php:226
|
150 |
#: includes/class-fcbkbttn-settings.php:230
|
|
|
151 |
msgid ""
|
152 |
"Enable to switch language automatically on multilingual website using "
|
153 |
"Multilanguage plugin."
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: includes/class-fcbkbttn-settings.php:
|
157 |
#, fuzzy, php-format
|
158 |
msgid "Activate %s"
|
159 |
msgstr "Aktif Eklentiler"
|
160 |
|
161 |
-
#: includes/class-fcbkbttn-settings.php:
|
162 |
msgid "Learn More"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: includes/class-fcbkbttn-settings.php:
|
166 |
msgid "Excerpt"
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: includes/class-fcbkbttn-settings.php:
|
170 |
#, fuzzy
|
171 |
msgid "Enable to display buttons in excerpt."
|
172 |
msgstr "Tampilan tombol:"
|
173 |
|
174 |
-
#: includes/class-fcbkbttn-settings.php:
|
175 |
-
#: includes/class-fcbkbttn-settings.php:
|
176 |
-
#: includes/class-fcbkbttn-settings.php:
|
177 |
msgid "Close"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: includes/class-fcbkbttn-settings.php:
|
181 |
#, fuzzy
|
182 |
msgid "Meta Image"
|
183 |
msgstr "Kustom Gambar Facebook "
|
184 |
|
185 |
-
#: includes/class-fcbkbttn-settings.php:
|
186 |
msgid "Featured Image"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: includes/class-fcbkbttn-settings.php:
|
190 |
#, fuzzy
|
191 |
msgid "Custom Image"
|
192 |
msgstr "Kustom Gambar Facebook "
|
193 |
|
194 |
-
#: includes/class-fcbkbttn-settings.php:
|
195 |
msgid "This image will be used for all posts"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: includes/class-fcbkbttn-settings.php:
|
199 |
msgid "Meta Description"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: includes/class-fcbkbttn-settings.php:
|
203 |
msgid ""
|
204 |
"This description will be used for all pages and posts. Leave blank to use "
|
205 |
"page description."
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: includes/class-fcbkbttn-settings.php:
|
209 |
msgid "Profile URL Button"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: includes/class-fcbkbttn-settings.php:
|
213 |
#, fuzzy
|
214 |
msgid "Facebook ID or Username"
|
215 |
msgstr " ID Facebook:"
|
216 |
|
217 |
-
#: includes/class-fcbkbttn-settings.php:
|
218 |
msgid "Profile Button Image"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: includes/class-fcbkbttn-settings.php:
|
222 |
msgid "Default"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: includes/class-fcbkbttn-settings.php:
|
226 |
#, fuzzy
|
227 |
msgid "Custom image"
|
228 |
msgstr "Kustom Gambar Facebook "
|
229 |
|
230 |
-
#: includes/class-fcbkbttn-settings.php:
|
231 |
msgid ""
|
232 |
"To use custom image, You need to setup permissions for upload directory of "
|
233 |
"your site"
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: includes/class-fcbkbttn-settings.php:
|
237 |
#, fuzzy
|
238 |
msgid "Current image"
|
239 |
msgstr "Gambar tertentu:"
|
240 |
|
241 |
-
#: includes/class-fcbkbttn-settings.php:
|
242 |
#, fuzzy
|
243 |
msgid ""
|
244 |
"Image requirements: max image width:100px; max image height:40px; max image "
|
@@ -247,106 +242,110 @@ msgstr ""
|
|
247 |
"properti gambar: lebar gambar maks:100px; panjang gambar maks:40px; ukuran "
|
248 |
"gambar maks:32Kb; tipe gambar:\"jpg\",\"jpeg\", \"png\"."
|
249 |
|
250 |
-
#: includes/class-fcbkbttn-settings.php:
|
251 |
msgid "Like&Share Buttons"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: includes/class-fcbkbttn-settings.php:
|
255 |
msgid "Layout"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: includes/class-fcbkbttn-settings.php:
|
259 |
msgid "Like Button Action"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: includes/class-fcbkbttn-settings.php:
|
263 |
msgid "Recommend"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: includes/class-fcbkbttn-settings.php:
|
267 |
-
msgid "Friends
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: includes/class-fcbkbttn-settings.php:
|
271 |
msgid " Enable to show faces of your friends who submitted the button."
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: includes/class-fcbkbttn-settings.php:
|
275 |
msgid "Layout Width"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: includes/class-fcbkbttn-settings.php:
|
279 |
msgid "px"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: includes/class-fcbkbttn-settings.php:
|
283 |
msgid "Theme"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: includes/class-fcbkbttn-settings.php:
|
287 |
msgid "Light"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: includes/class-fcbkbttn-settings.php:
|
291 |
msgid "Dark"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: includes/class-fcbkbttn-settings.php:
|
295 |
msgid "Like Button HTML Tag"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: includes/class-fcbkbttn-settings.php:
|
299 |
#, php-format
|
300 |
msgid "Tag %s can be used to improve website code validation."
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: includes/class-fcbkbttn-settings.php:
|
304 |
msgid "URL to Like"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: includes/class-fcbkbttn-settings.php:
|
308 |
msgid "Leave blank to use a current page."
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: includes/class-fcbkbttn-settings.php:
|
312 |
#, fuzzy
|
313 |
msgid "Facebook Buttons Shortchode"
|
314 |
msgstr "Posisi Tombol Facebook"
|
315 |
|
316 |
-
#: includes/class-fcbkbttn-settings.php:
|
317 |
msgid ""
|
318 |
"Add Facebook button(-s) to your posts, pages, custom post types or widgets "
|
319 |
"by using the following shortcode:"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: includes/class-fcbkbttn-settings.php:
|
323 |
#, fuzzy
|
324 |
msgid "Facebook Buttons Preview"
|
325 |
msgstr "Tombol Facebook"
|
326 |
|
327 |
-
#: includes/class-fcbkbttn-settings.php:
|
328 |
#, fuzzy
|
329 |
msgid "Display Settings"
|
330 |
msgstr "Tampilan tombol:"
|
331 |
|
332 |
-
#: includes/class-fcbkbttn-settings.php:
|
333 |
msgid ""
|
334 |
"Please choose the necessary post types (or single pages) where Facebook "
|
335 |
"button will be displayed:"
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: includes/class-fcbkbttn-settings.php:
|
339 |
msgid "Show URL for pages"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: includes/class-fcbkbttn-settings.php:
|
343 |
msgid "Example of the site's pages tree"
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: includes/class-fcbkbttn-settings.php:
|
347 |
msgid "Example of site pages' tree"
|
348 |
msgstr ""
|
349 |
|
|
|
|
|
|
|
|
|
350 |
#, fuzzy
|
351 |
#~ msgid "Extra settings"
|
352 |
#~ msgstr "Pengaturan"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook-button-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-04-06 10:49+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-04-06 10:49+0300\n"
|
7 |
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: nasrulhaq <nasrulhaq81@gmail.com>\n"
|
9 |
"Language: es_ES\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.8.7.1\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: facebook-button-plugin.php:35 facebook-button-plugin.php:36
|
20 |
+
#: facebook-button-plugin.php:205 includes/class-fcbkbttn-settings.php:175
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Pengaturan Facebook Button"
|
23 |
|
24 |
+
#: facebook-button-plugin.php:36 facebook-button-plugin.php:409
|
25 |
+
#: facebook-button-plugin.php:423 includes/class-fcbkbttn-settings.php:23
|
26 |
msgid "Settings"
|
27 |
msgstr "Pengaturan"
|
28 |
|
30 |
msgid "Upgrade to Pro"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: facebook-button-plugin.php:206
|
34 |
msgid "Please, enable JavaScript in Your browser."
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: facebook-button-plugin.php:302
|
38 |
#, fuzzy
|
39 |
msgid "Add Facebook buttons to your page or post"
|
40 |
msgstr "Posisi Tombol Facebook"
|
41 |
|
42 |
+
#: facebook-button-plugin.php:424
|
43 |
msgid "FAQ"
|
44 |
msgstr "SSS (Sık Sorulan Sorular)"
|
45 |
|
46 |
+
#: facebook-button-plugin.php:425
|
47 |
msgid "Support"
|
48 |
msgstr "Dukungan"
|
49 |
|
65 |
msgid "License Key"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: includes/class-fcbkbttn-settings.php:99
|
69 |
msgid "Settings saved"
|
70 |
msgstr "Simpan Pengaturan"
|
71 |
|
72 |
+
#: includes/class-fcbkbttn-settings.php:128
|
73 |
msgid "Error: File size > 32K"
|
74 |
msgstr "SALAH: Ukuran file lebih besar dari 32KB"
|
75 |
|
76 |
+
#: includes/class-fcbkbttn-settings.php:131
|
77 |
msgid "Error: Invalid file type"
|
78 |
msgstr "SALAH: Tipe data tidak benar"
|
79 |
|
80 |
+
#: includes/class-fcbkbttn-settings.php:137
|
81 |
msgid "Upload successful."
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: includes/class-fcbkbttn-settings.php:147
|
85 |
#, fuzzy
|
86 |
msgid "Error: failed to move file."
|
87 |
msgstr "Salah: gagal memindahkan data"
|
88 |
|
89 |
+
#: includes/class-fcbkbttn-settings.php:150
|
90 |
#, fuzzy
|
91 |
msgid "Error: check image width or height."
|
92 |
msgstr "Salah: periksa lebar atau panjang gambar"
|
93 |
|
94 |
+
#: includes/class-fcbkbttn-settings.php:154
|
95 |
msgid "Uploading Error: check image properties"
|
96 |
msgstr "Gagal Mengunggah: periksa properti gambar"
|
97 |
|
98 |
+
#: includes/class-fcbkbttn-settings.php:178
|
|
|
|
|
|
|
|
|
|
|
99 |
msgid "General"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: includes/class-fcbkbttn-settings.php:181
|
103 |
#, fuzzy
|
104 |
msgid "Buttons"
|
105 |
msgstr "Posisi Tombol Facebook"
|
106 |
|
107 |
+
#: includes/class-fcbkbttn-settings.php:184
|
108 |
msgid "Profile URL"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: includes/class-fcbkbttn-settings.php:185
|
112 |
+
#: includes/class-fcbkbttn-settings.php:371
|
113 |
msgid "Like"
|
114 |
msgstr "Suka"
|
115 |
|
116 |
+
#: includes/class-fcbkbttn-settings.php:186
|
117 |
msgid "Share"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: includes/class-fcbkbttn-settings.php:191
|
121 |
#, fuzzy
|
122 |
msgid "Buttons Position"
|
123 |
msgstr "Posisi Tombol Facebook"
|
124 |
|
125 |
+
#: includes/class-fcbkbttn-settings.php:196
|
126 |
#, fuzzy
|
127 |
msgid "Before content"
|
128 |
msgstr "Sebelum dan Setelah"
|
129 |
|
130 |
+
#: includes/class-fcbkbttn-settings.php:201
|
131 |
msgid "After content"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: includes/class-fcbkbttn-settings.php:207
|
135 |
msgid "Language"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: includes/class-fcbkbttn-settings.php:218
|
139 |
#, fuzzy
|
140 |
msgid "Select the default language for Facebook button(-s)."
|
141 |
msgstr "Ubah bahasa Facebook Like Button"
|
142 |
|
143 |
+
#: includes/class-fcbkbttn-settings.php:227
|
|
|
144 |
#: includes/class-fcbkbttn-settings.php:230
|
145 |
+
#: includes/class-fcbkbttn-settings.php:234
|
146 |
msgid ""
|
147 |
"Enable to switch language automatically on multilingual website using "
|
148 |
"Multilanguage plugin."
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: includes/class-fcbkbttn-settings.php:230
|
152 |
#, fuzzy, php-format
|
153 |
msgid "Activate %s"
|
154 |
msgstr "Aktif Eklentiler"
|
155 |
|
156 |
+
#: includes/class-fcbkbttn-settings.php:234
|
157 |
msgid "Learn More"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: includes/class-fcbkbttn-settings.php:239
|
161 |
msgid "Excerpt"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: includes/class-fcbkbttn-settings.php:241
|
165 |
#, fuzzy
|
166 |
msgid "Enable to display buttons in excerpt."
|
167 |
msgstr "Tampilan tombol:"
|
168 |
|
169 |
+
#: includes/class-fcbkbttn-settings.php:250
|
170 |
+
#: includes/class-fcbkbttn-settings.php:426
|
171 |
+
#: includes/class-fcbkbttn-settings.php:481
|
172 |
msgid "Close"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: includes/class-fcbkbttn-settings.php:254
|
176 |
#, fuzzy
|
177 |
msgid "Meta Image"
|
178 |
msgstr "Kustom Gambar Facebook "
|
179 |
|
180 |
+
#: includes/class-fcbkbttn-settings.php:259
|
181 |
msgid "Featured Image"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: includes/class-fcbkbttn-settings.php:263
|
185 |
#, fuzzy
|
186 |
msgid "Custom Image"
|
187 |
msgstr "Kustom Gambar Facebook "
|
188 |
|
189 |
+
#: includes/class-fcbkbttn-settings.php:263
|
190 |
msgid "This image will be used for all posts"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: includes/class-fcbkbttn-settings.php:270
|
194 |
msgid "Meta Description"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: includes/class-fcbkbttn-settings.php:274
|
198 |
msgid ""
|
199 |
"This description will be used for all pages and posts. Leave blank to use "
|
200 |
"page description."
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: includes/class-fcbkbttn-settings.php:283
|
204 |
msgid "Profile URL Button"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: includes/class-fcbkbttn-settings.php:286
|
208 |
#, fuzzy
|
209 |
msgid "Facebook ID or Username"
|
210 |
msgstr " ID Facebook:"
|
211 |
|
212 |
+
#: includes/class-fcbkbttn-settings.php:293
|
213 |
msgid "Profile Button Image"
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: includes/class-fcbkbttn-settings.php:300
|
217 |
msgid "Default"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: includes/class-fcbkbttn-settings.php:305
|
221 |
#, fuzzy
|
222 |
msgid "Custom image"
|
223 |
msgstr "Kustom Gambar Facebook "
|
224 |
|
225 |
+
#: includes/class-fcbkbttn-settings.php:309
|
226 |
msgid ""
|
227 |
"To use custom image, You need to setup permissions for upload directory of "
|
228 |
"your site"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: includes/class-fcbkbttn-settings.php:316
|
232 |
#, fuzzy
|
233 |
msgid "Current image"
|
234 |
msgstr "Gambar tertentu:"
|
235 |
|
236 |
+
#: includes/class-fcbkbttn-settings.php:324
|
237 |
#, fuzzy
|
238 |
msgid ""
|
239 |
"Image requirements: max image width:100px; max image height:40px; max image "
|
242 |
"properti gambar: lebar gambar maks:100px; panjang gambar maks:40px; ukuran "
|
243 |
"gambar maks:32Kb; tipe gambar:\"jpg\",\"jpeg\", \"png\"."
|
244 |
|
245 |
+
#: includes/class-fcbkbttn-settings.php:328
|
246 |
msgid "Like&Share Buttons"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: includes/class-fcbkbttn-settings.php:331
|
250 |
msgid "Layout"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: includes/class-fcbkbttn-settings.php:366
|
254 |
msgid "Like Button Action"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: includes/class-fcbkbttn-settings.php:376
|
258 |
msgid "Recommend"
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: includes/class-fcbkbttn-settings.php:382
|
262 |
+
msgid "Friends Faces"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: includes/class-fcbkbttn-settings.php:385
|
266 |
msgid " Enable to show faces of your friends who submitted the button."
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: includes/class-fcbkbttn-settings.php:389
|
270 |
msgid "Layout Width"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: includes/class-fcbkbttn-settings.php:391
|
274 |
msgid "px"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: includes/class-fcbkbttn-settings.php:395
|
278 |
msgid "Theme"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: includes/class-fcbkbttn-settings.php:400
|
282 |
msgid "Light"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: includes/class-fcbkbttn-settings.php:405
|
286 |
msgid "Dark"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: includes/class-fcbkbttn-settings.php:411
|
290 |
msgid "Like Button HTML Tag"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: includes/class-fcbkbttn-settings.php:417
|
294 |
#, php-format
|
295 |
msgid "Tag %s can be used to improve website code validation."
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: includes/class-fcbkbttn-settings.php:430
|
299 |
msgid "URL to Like"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: includes/class-fcbkbttn-settings.php:432
|
303 |
msgid "Leave blank to use a current page."
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: includes/class-fcbkbttn-settings.php:460
|
307 |
#, fuzzy
|
308 |
msgid "Facebook Buttons Shortchode"
|
309 |
msgstr "Posisi Tombol Facebook"
|
310 |
|
311 |
+
#: includes/class-fcbkbttn-settings.php:463
|
312 |
msgid ""
|
313 |
"Add Facebook button(-s) to your posts, pages, custom post types or widgets "
|
314 |
"by using the following shortcode:"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: includes/class-fcbkbttn-settings.php:482
|
318 |
#, fuzzy
|
319 |
msgid "Facebook Buttons Preview"
|
320 |
msgstr "Tombol Facebook"
|
321 |
|
322 |
+
#: includes/class-fcbkbttn-settings.php:497
|
323 |
#, fuzzy
|
324 |
msgid "Display Settings"
|
325 |
msgstr "Tampilan tombol:"
|
326 |
|
327 |
+
#: includes/class-fcbkbttn-settings.php:506
|
328 |
msgid ""
|
329 |
"Please choose the necessary post types (or single pages) where Facebook "
|
330 |
"button will be displayed:"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: includes/class-fcbkbttn-settings.php:513
|
334 |
msgid "Show URL for pages"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: includes/class-fcbkbttn-settings.php:519
|
338 |
msgid "Example of the site's pages tree"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: includes/class-fcbkbttn-settings.php:519
|
342 |
msgid "Example of site pages' tree"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#, fuzzy
|
346 |
+
#~ msgid "Facebook button Settings"
|
347 |
+
#~ msgstr "Pengaturan Facebook Button"
|
348 |
+
|
349 |
#, fuzzy
|
350 |
#~ msgid "Extra settings"
|
351 |
#~ msgstr "Pengaturan"
|
languages/facebook-button-plugin-ru_RU.mo
CHANGED
Binary file
|
languages/facebook-button-plugin-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook-button-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -13,16 +13,16 @@ 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 |
#: facebook-button-plugin.php:35 facebook-button-plugin.php:36
|
20 |
-
#: facebook-button-plugin.php:
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Настройки Facebook Button"
|
23 |
|
24 |
-
#: facebook-button-plugin.php:36 facebook-button-plugin.php:
|
25 |
-
#: facebook-button-plugin.php:
|
26 |
msgid "Settings"
|
27 |
msgstr "Настройки"
|
28 |
|
@@ -30,19 +30,19 @@ msgstr "Настройки"
|
|
30 |
msgid "Upgrade to Pro"
|
31 |
msgstr "Обновиться до Pro"
|
32 |
|
33 |
-
#: facebook-button-plugin.php:
|
34 |
msgid "Please, enable JavaScript in Your browser."
|
35 |
msgstr "Пожалуйста, включите поддержку JavaScript в вашем браузере."
|
36 |
|
37 |
-
#: facebook-button-plugin.php:
|
38 |
msgid "Add Facebook buttons to your page or post"
|
39 |
msgstr "Добавить Facebook кнопки на вашу страницу или запись"
|
40 |
|
41 |
-
#: facebook-button-plugin.php:
|
42 |
msgid "FAQ"
|
43 |
msgstr "FAQ"
|
44 |
|
45 |
-
#: facebook-button-plugin.php:
|
46 |
msgid "Support"
|
47 |
msgstr "Поддержка"
|
48 |
|
@@ -62,82 +62,78 @@ msgstr "Пользовательский код"
|
|
62 |
msgid "License Key"
|
63 |
msgstr "Лицензионный ключ"
|
64 |
|
65 |
-
#: includes/class-fcbkbttn-settings.php:
|
66 |
msgid "Settings saved"
|
67 |
msgstr "Настройки сохранены"
|
68 |
|
69 |
-
#: includes/class-fcbkbttn-settings.php:
|
70 |
msgid "Error: File size > 32K"
|
71 |
msgstr "Ошибка: Размер файла > 32К"
|
72 |
|
73 |
-
#: includes/class-fcbkbttn-settings.php:
|
74 |
msgid "Error: Invalid file type"
|
75 |
msgstr "Ошибка: Некорректный тип файла"
|
76 |
|
77 |
-
#: includes/class-fcbkbttn-settings.php:
|
78 |
msgid "Upload successful."
|
79 |
msgstr "Загрузка прошла удачно."
|
80 |
|
81 |
-
#: includes/class-fcbkbttn-settings.php:
|
82 |
msgid "Error: failed to move file."
|
83 |
msgstr "Ошибка: При перемещении файла произошла ошибка."
|
84 |
|
85 |
-
#: includes/class-fcbkbttn-settings.php:
|
86 |
msgid "Error: check image width or height."
|
87 |
msgstr "Ошибка: Проверьте ширину и высоту изображения."
|
88 |
|
89 |
-
#: includes/class-fcbkbttn-settings.php:
|
90 |
msgid "Uploading Error: check image properties"
|
91 |
msgstr "Ошибка загрузки: Проверьте опции изображения"
|
92 |
|
93 |
-
#: includes/class-fcbkbttn-settings.php:
|
94 |
-
msgid "Facebook button Settings"
|
95 |
-
msgstr "Настройки Facebook button"
|
96 |
-
|
97 |
-
#: includes/class-fcbkbttn-settings.php:174
|
98 |
msgid "General"
|
99 |
msgstr "Общее"
|
100 |
|
101 |
-
#: includes/class-fcbkbttn-settings.php:
|
102 |
msgid "Buttons"
|
103 |
msgstr "Кнопоки"
|
104 |
|
105 |
-
#: includes/class-fcbkbttn-settings.php:
|
106 |
msgid "Profile URL"
|
107 |
msgstr "URL профиля"
|
108 |
|
109 |
-
#: includes/class-fcbkbttn-settings.php:
|
110 |
-
#: includes/class-fcbkbttn-settings.php:
|
111 |
msgid "Like"
|
112 |
msgstr "Нравится"
|
113 |
|
114 |
-
#: includes/class-fcbkbttn-settings.php:
|
115 |
msgid "Share"
|
116 |
msgstr "Поделиться"
|
117 |
|
118 |
-
#: includes/class-fcbkbttn-settings.php:
|
119 |
msgid "Buttons Position"
|
120 |
msgstr "Позиция кнопок"
|
121 |
|
122 |
-
#: includes/class-fcbkbttn-settings.php:
|
123 |
msgid "Before content"
|
124 |
msgstr "Перед содержимым"
|
125 |
|
126 |
-
#: includes/class-fcbkbttn-settings.php:
|
127 |
msgid "After content"
|
128 |
msgstr "После содержимого"
|
129 |
|
130 |
-
#: includes/class-fcbkbttn-settings.php:
|
131 |
msgid "Language"
|
132 |
msgstr "Язык"
|
133 |
|
134 |
-
#: includes/class-fcbkbttn-settings.php:
|
135 |
msgid "Select the default language for Facebook button(-s)."
|
136 |
msgstr "Выберите язык отображения по умолчанию для кнопок Facebook."
|
137 |
|
138 |
-
#: includes/class-fcbkbttn-settings.php:
|
139 |
-
#: includes/class-fcbkbttn-settings.php:226
|
140 |
#: includes/class-fcbkbttn-settings.php:230
|
|
|
141 |
msgid ""
|
142 |
"Enable to switch language automatically on multilingual website using "
|
143 |
"Multilanguage plugin."
|
@@ -145,50 +141,50 @@ msgstr ""
|
|
145 |
"Включить, чтобы переключить язык автоматически на многоязычном сайте, "
|
146 |
"используя Multilanguage плагин."
|
147 |
|
148 |
-
#: includes/class-fcbkbttn-settings.php:
|
149 |
#, php-format
|
150 |
msgid "Activate %s"
|
151 |
msgstr "Активировать %s"
|
152 |
|
153 |
-
#: includes/class-fcbkbttn-settings.php:
|
154 |
msgid "Learn More"
|
155 |
msgstr "Подробнее"
|
156 |
|
157 |
-
#: includes/class-fcbkbttn-settings.php:
|
158 |
msgid "Excerpt"
|
159 |
msgstr "Цитата"
|
160 |
|
161 |
-
#: includes/class-fcbkbttn-settings.php:
|
162 |
msgid "Enable to display buttons in excerpt."
|
163 |
msgstr "Включите, чтоб отображать кнопки для цитаты."
|
164 |
|
165 |
-
#: includes/class-fcbkbttn-settings.php:
|
166 |
-
#: includes/class-fcbkbttn-settings.php:
|
167 |
-
#: includes/class-fcbkbttn-settings.php:
|
168 |
msgid "Close"
|
169 |
msgstr "Закрыть"
|
170 |
|
171 |
-
#: includes/class-fcbkbttn-settings.php:
|
172 |
msgid "Meta Image"
|
173 |
msgstr "Мета изображение"
|
174 |
|
175 |
-
#: includes/class-fcbkbttn-settings.php:
|
176 |
msgid "Featured Image"
|
177 |
msgstr "Миниатюра записи"
|
178 |
|
179 |
-
#: includes/class-fcbkbttn-settings.php:
|
180 |
msgid "Custom Image"
|
181 |
msgstr "Пользовательское изображение"
|
182 |
|
183 |
-
#: includes/class-fcbkbttn-settings.php:
|
184 |
msgid "This image will be used for all posts"
|
185 |
msgstr "Это изображение будет использоваться для всех записей"
|
186 |
|
187 |
-
#: includes/class-fcbkbttn-settings.php:
|
188 |
msgid "Meta Description"
|
189 |
msgstr "Мета описание"
|
190 |
|
191 |
-
#: includes/class-fcbkbttn-settings.php:
|
192 |
msgid ""
|
193 |
"This description will be used for all pages and posts. Leave blank to use "
|
194 |
"page description."
|
@@ -196,27 +192,27 @@ msgstr ""
|
|
196 |
"Это описание будет использоваться для всех записей и страниц. Оставьте "
|
197 |
"пустым, чтобы использовать описание страницы."
|
198 |
|
199 |
-
#: includes/class-fcbkbttn-settings.php:
|
200 |
msgid "Profile URL Button"
|
201 |
msgstr "Кнопка URL профиля"
|
202 |
|
203 |
-
#: includes/class-fcbkbttn-settings.php:
|
204 |
msgid "Facebook ID or Username"
|
205 |
msgstr "Facebook ID или имя пользователя"
|
206 |
|
207 |
-
#: includes/class-fcbkbttn-settings.php:
|
208 |
msgid "Profile Button Image"
|
209 |
msgstr "Изображение кнопки профиля"
|
210 |
|
211 |
-
#: includes/class-fcbkbttn-settings.php:
|
212 |
msgid "Default"
|
213 |
msgstr "По умолчанию"
|
214 |
|
215 |
-
#: includes/class-fcbkbttn-settings.php:
|
216 |
msgid "Custom image"
|
217 |
msgstr "Пользовательское изображение"
|
218 |
|
219 |
-
#: includes/class-fcbkbttn-settings.php:
|
220 |
msgid ""
|
221 |
"To use custom image, You need to setup permissions for upload directory of "
|
222 |
"your site"
|
@@ -224,11 +220,11 @@ msgstr ""
|
|
224 |
"Для использования пользовательского изображения Вам нужно выдать права "
|
225 |
"доступа на папку загрузок на вашем сайте"
|
226 |
|
227 |
-
#: includes/class-fcbkbttn-settings.php:
|
228 |
msgid "Current image"
|
229 |
msgstr "Текущее изображение"
|
230 |
|
231 |
-
#: includes/class-fcbkbttn-settings.php:
|
232 |
msgid ""
|
233 |
"Image requirements: max image width:100px; max image height:40px; max image "
|
234 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
@@ -236,72 +232,72 @@ msgstr ""
|
|
236 |
"Требования к изображению: максимальная ширина:100px; максимальная "
|
237 |
"высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\", \"png\"."
|
238 |
|
239 |
-
#: includes/class-fcbkbttn-settings.php:
|
240 |
msgid "Like&Share Buttons"
|
241 |
msgstr "Кнопки \"Нравится\" и \"Поделиться\""
|
242 |
|
243 |
-
#: includes/class-fcbkbttn-settings.php:
|
244 |
msgid "Layout"
|
245 |
msgstr "Вид"
|
246 |
|
247 |
-
#: includes/class-fcbkbttn-settings.php:
|
248 |
msgid "Like Button Action"
|
249 |
msgstr "Действие кнопки \"Нравится\""
|
250 |
|
251 |
-
#: includes/class-fcbkbttn-settings.php:
|
252 |
msgid "Recommend"
|
253 |
msgstr "Рекомендую"
|
254 |
|
255 |
-
#: includes/class-fcbkbttn-settings.php:
|
256 |
-
msgid "Friends
|
257 |
msgstr "Лица друзей"
|
258 |
|
259 |
-
#: includes/class-fcbkbttn-settings.php:
|
260 |
msgid " Enable to show faces of your friends who submitted the button."
|
261 |
msgstr "Включить, чтобы показать лица своих друзей, которые нажали кнопку."
|
262 |
|
263 |
-
#: includes/class-fcbkbttn-settings.php:
|
264 |
msgid "Layout Width"
|
265 |
msgstr "Ширина блока"
|
266 |
|
267 |
-
#: includes/class-fcbkbttn-settings.php:
|
268 |
msgid "px"
|
269 |
msgstr "пикс"
|
270 |
|
271 |
-
#: includes/class-fcbkbttn-settings.php:
|
272 |
msgid "Theme"
|
273 |
msgstr "Тема"
|
274 |
|
275 |
-
#: includes/class-fcbkbttn-settings.php:
|
276 |
msgid "Light"
|
277 |
msgstr "Светлая"
|
278 |
|
279 |
-
#: includes/class-fcbkbttn-settings.php:
|
280 |
msgid "Dark"
|
281 |
msgstr "Тёмная"
|
282 |
|
283 |
-
#: includes/class-fcbkbttn-settings.php:
|
284 |
msgid "Like Button HTML Tag"
|
285 |
msgstr "HTML тег кнопки \"Нравится\""
|
286 |
|
287 |
-
#: includes/class-fcbkbttn-settings.php:
|
288 |
#, php-format
|
289 |
msgid "Tag %s can be used to improve website code validation."
|
290 |
msgstr "Тег %s может быть использован для улучшения валидации кода сайта."
|
291 |
|
292 |
-
#: includes/class-fcbkbttn-settings.php:
|
293 |
msgid "URL to Like"
|
294 |
msgstr "URL кнопки \"Нравится\""
|
295 |
|
296 |
-
#: includes/class-fcbkbttn-settings.php:
|
297 |
msgid "Leave blank to use a current page."
|
298 |
msgstr "Оставьте пустым, чтобы использовать текущую страницу."
|
299 |
|
300 |
-
#: includes/class-fcbkbttn-settings.php:
|
301 |
msgid "Facebook Buttons Shortchode"
|
302 |
msgstr "Шорткод Facebook кнопок"
|
303 |
|
304 |
-
#: includes/class-fcbkbttn-settings.php:
|
305 |
msgid ""
|
306 |
"Add Facebook button(-s) to your posts, pages, custom post types or widgets "
|
307 |
"by using the following shortcode:"
|
@@ -309,15 +305,15 @@ msgstr ""
|
|
309 |
"Добавить кнопки Facebook на ваши записи, страницы, пользовательские типы "
|
310 |
"записей или виджеты с помощью данного шорткода:"
|
311 |
|
312 |
-
#: includes/class-fcbkbttn-settings.php:
|
313 |
msgid "Facebook Buttons Preview"
|
314 |
msgstr "Предварительный просмотр Facebook кнопок"
|
315 |
|
316 |
-
#: includes/class-fcbkbttn-settings.php:
|
317 |
msgid "Display Settings"
|
318 |
msgstr "Настройка отображения"
|
319 |
|
320 |
-
#: includes/class-fcbkbttn-settings.php:
|
321 |
msgid ""
|
322 |
"Please choose the necessary post types (or single pages) where Facebook "
|
323 |
"button will be displayed:"
|
@@ -325,18 +321,24 @@ msgstr ""
|
|
325 |
"Пожалуйста, выберите те типы записей (или отдельные страницы), где будут "
|
326 |
"отображаться кнопки Facebook:"
|
327 |
|
328 |
-
#: includes/class-fcbkbttn-settings.php:
|
329 |
msgid "Show URL for pages"
|
330 |
msgstr "Отображать URL для страниц"
|
331 |
|
332 |
-
#: includes/class-fcbkbttn-settings.php:
|
333 |
msgid "Example of the site's pages tree"
|
334 |
msgstr "Пример дерева страниц сайта"
|
335 |
|
336 |
-
#: includes/class-fcbkbttn-settings.php:
|
337 |
msgid "Example of site pages' tree"
|
338 |
msgstr "Пример дерева страниц сайта"
|
339 |
|
|
|
|
|
|
|
|
|
|
|
|
|
340 |
#~ msgid "Multilanguage"
|
341 |
#~ msgstr "Multilanguage"
|
342 |
|
@@ -502,7 +504,7 @@ msgstr "Пример дерева страниц сайта"
|
|
502 |
|
503 |
#~ msgid ""
|
504 |
#~ "Something went wrong. Try again later. If the error will appear again, "
|
505 |
-
#~ "please, contact us <a href=
|
506 |
#~ "a>. We are sorry for inconvenience."
|
507 |
#~ msgstr ""
|
508 |
#~ "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook-button-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-04-06 10:49+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-04-06 10:49+0300\n"
|
7 |
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@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.8.7.1\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: facebook-button-plugin.php:35 facebook-button-plugin.php:36
|
20 |
+
#: facebook-button-plugin.php:205 includes/class-fcbkbttn-settings.php:175
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Настройки Facebook Button"
|
23 |
|
24 |
+
#: facebook-button-plugin.php:36 facebook-button-plugin.php:409
|
25 |
+
#: facebook-button-plugin.php:423 includes/class-fcbkbttn-settings.php:23
|
26 |
msgid "Settings"
|
27 |
msgstr "Настройки"
|
28 |
|
30 |
msgid "Upgrade to Pro"
|
31 |
msgstr "Обновиться до Pro"
|
32 |
|
33 |
+
#: facebook-button-plugin.php:206
|
34 |
msgid "Please, enable JavaScript in Your browser."
|
35 |
msgstr "Пожалуйста, включите поддержку JavaScript в вашем браузере."
|
36 |
|
37 |
+
#: facebook-button-plugin.php:302
|
38 |
msgid "Add Facebook buttons to your page or post"
|
39 |
msgstr "Добавить Facebook кнопки на вашу страницу или запись"
|
40 |
|
41 |
+
#: facebook-button-plugin.php:424
|
42 |
msgid "FAQ"
|
43 |
msgstr "FAQ"
|
44 |
|
45 |
+
#: facebook-button-plugin.php:425
|
46 |
msgid "Support"
|
47 |
msgstr "Поддержка"
|
48 |
|
62 |
msgid "License Key"
|
63 |
msgstr "Лицензионный ключ"
|
64 |
|
65 |
+
#: includes/class-fcbkbttn-settings.php:99
|
66 |
msgid "Settings saved"
|
67 |
msgstr "Настройки сохранены"
|
68 |
|
69 |
+
#: includes/class-fcbkbttn-settings.php:128
|
70 |
msgid "Error: File size > 32K"
|
71 |
msgstr "Ошибка: Размер файла > 32К"
|
72 |
|
73 |
+
#: includes/class-fcbkbttn-settings.php:131
|
74 |
msgid "Error: Invalid file type"
|
75 |
msgstr "Ошибка: Некорректный тип файла"
|
76 |
|
77 |
+
#: includes/class-fcbkbttn-settings.php:137
|
78 |
msgid "Upload successful."
|
79 |
msgstr "Загрузка прошла удачно."
|
80 |
|
81 |
+
#: includes/class-fcbkbttn-settings.php:147
|
82 |
msgid "Error: failed to move file."
|
83 |
msgstr "Ошибка: При перемещении файла произошла ошибка."
|
84 |
|
85 |
+
#: includes/class-fcbkbttn-settings.php:150
|
86 |
msgid "Error: check image width or height."
|
87 |
msgstr "Ошибка: Проверьте ширину и высоту изображения."
|
88 |
|
89 |
+
#: includes/class-fcbkbttn-settings.php:154
|
90 |
msgid "Uploading Error: check image properties"
|
91 |
msgstr "Ошибка загрузки: Проверьте опции изображения"
|
92 |
|
93 |
+
#: includes/class-fcbkbttn-settings.php:178
|
|
|
|
|
|
|
|
|
94 |
msgid "General"
|
95 |
msgstr "Общее"
|
96 |
|
97 |
+
#: includes/class-fcbkbttn-settings.php:181
|
98 |
msgid "Buttons"
|
99 |
msgstr "Кнопоки"
|
100 |
|
101 |
+
#: includes/class-fcbkbttn-settings.php:184
|
102 |
msgid "Profile URL"
|
103 |
msgstr "URL профиля"
|
104 |
|
105 |
+
#: includes/class-fcbkbttn-settings.php:185
|
106 |
+
#: includes/class-fcbkbttn-settings.php:371
|
107 |
msgid "Like"
|
108 |
msgstr "Нравится"
|
109 |
|
110 |
+
#: includes/class-fcbkbttn-settings.php:186
|
111 |
msgid "Share"
|
112 |
msgstr "Поделиться"
|
113 |
|
114 |
+
#: includes/class-fcbkbttn-settings.php:191
|
115 |
msgid "Buttons Position"
|
116 |
msgstr "Позиция кнопок"
|
117 |
|
118 |
+
#: includes/class-fcbkbttn-settings.php:196
|
119 |
msgid "Before content"
|
120 |
msgstr "Перед содержимым"
|
121 |
|
122 |
+
#: includes/class-fcbkbttn-settings.php:201
|
123 |
msgid "After content"
|
124 |
msgstr "После содержимого"
|
125 |
|
126 |
+
#: includes/class-fcbkbttn-settings.php:207
|
127 |
msgid "Language"
|
128 |
msgstr "Язык"
|
129 |
|
130 |
+
#: includes/class-fcbkbttn-settings.php:218
|
131 |
msgid "Select the default language for Facebook button(-s)."
|
132 |
msgstr "Выберите язык отображения по умолчанию для кнопок Facebook."
|
133 |
|
134 |
+
#: includes/class-fcbkbttn-settings.php:227
|
|
|
135 |
#: includes/class-fcbkbttn-settings.php:230
|
136 |
+
#: includes/class-fcbkbttn-settings.php:234
|
137 |
msgid ""
|
138 |
"Enable to switch language automatically on multilingual website using "
|
139 |
"Multilanguage plugin."
|
141 |
"Включить, чтобы переключить язык автоматически на многоязычном сайте, "
|
142 |
"используя Multilanguage плагин."
|
143 |
|
144 |
+
#: includes/class-fcbkbttn-settings.php:230
|
145 |
#, php-format
|
146 |
msgid "Activate %s"
|
147 |
msgstr "Активировать %s"
|
148 |
|
149 |
+
#: includes/class-fcbkbttn-settings.php:234
|
150 |
msgid "Learn More"
|
151 |
msgstr "Подробнее"
|
152 |
|
153 |
+
#: includes/class-fcbkbttn-settings.php:239
|
154 |
msgid "Excerpt"
|
155 |
msgstr "Цитата"
|
156 |
|
157 |
+
#: includes/class-fcbkbttn-settings.php:241
|
158 |
msgid "Enable to display buttons in excerpt."
|
159 |
msgstr "Включите, чтоб отображать кнопки для цитаты."
|
160 |
|
161 |
+
#: includes/class-fcbkbttn-settings.php:250
|
162 |
+
#: includes/class-fcbkbttn-settings.php:426
|
163 |
+
#: includes/class-fcbkbttn-settings.php:481
|
164 |
msgid "Close"
|
165 |
msgstr "Закрыть"
|
166 |
|
167 |
+
#: includes/class-fcbkbttn-settings.php:254
|
168 |
msgid "Meta Image"
|
169 |
msgstr "Мета изображение"
|
170 |
|
171 |
+
#: includes/class-fcbkbttn-settings.php:259
|
172 |
msgid "Featured Image"
|
173 |
msgstr "Миниатюра записи"
|
174 |
|
175 |
+
#: includes/class-fcbkbttn-settings.php:263
|
176 |
msgid "Custom Image"
|
177 |
msgstr "Пользовательское изображение"
|
178 |
|
179 |
+
#: includes/class-fcbkbttn-settings.php:263
|
180 |
msgid "This image will be used for all posts"
|
181 |
msgstr "Это изображение будет использоваться для всех записей"
|
182 |
|
183 |
+
#: includes/class-fcbkbttn-settings.php:270
|
184 |
msgid "Meta Description"
|
185 |
msgstr "Мета описание"
|
186 |
|
187 |
+
#: includes/class-fcbkbttn-settings.php:274
|
188 |
msgid ""
|
189 |
"This description will be used for all pages and posts. Leave blank to use "
|
190 |
"page description."
|
192 |
"Это описание будет использоваться для всех записей и страниц. Оставьте "
|
193 |
"пустым, чтобы использовать описание страницы."
|
194 |
|
195 |
+
#: includes/class-fcbkbttn-settings.php:283
|
196 |
msgid "Profile URL Button"
|
197 |
msgstr "Кнопка URL профиля"
|
198 |
|
199 |
+
#: includes/class-fcbkbttn-settings.php:286
|
200 |
msgid "Facebook ID or Username"
|
201 |
msgstr "Facebook ID или имя пользователя"
|
202 |
|
203 |
+
#: includes/class-fcbkbttn-settings.php:293
|
204 |
msgid "Profile Button Image"
|
205 |
msgstr "Изображение кнопки профиля"
|
206 |
|
207 |
+
#: includes/class-fcbkbttn-settings.php:300
|
208 |
msgid "Default"
|
209 |
msgstr "По умолчанию"
|
210 |
|
211 |
+
#: includes/class-fcbkbttn-settings.php:305
|
212 |
msgid "Custom image"
|
213 |
msgstr "Пользовательское изображение"
|
214 |
|
215 |
+
#: includes/class-fcbkbttn-settings.php:309
|
216 |
msgid ""
|
217 |
"To use custom image, You need to setup permissions for upload directory of "
|
218 |
"your site"
|
220 |
"Для использования пользовательского изображения Вам нужно выдать права "
|
221 |
"доступа на папку загрузок на вашем сайте"
|
222 |
|
223 |
+
#: includes/class-fcbkbttn-settings.php:316
|
224 |
msgid "Current image"
|
225 |
msgstr "Текущее изображение"
|
226 |
|
227 |
+
#: includes/class-fcbkbttn-settings.php:324
|
228 |
msgid ""
|
229 |
"Image requirements: max image width:100px; max image height:40px; max image "
|
230 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
232 |
"Требования к изображению: максимальная ширина:100px; максимальная "
|
233 |
"высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\", \"png\"."
|
234 |
|
235 |
+
#: includes/class-fcbkbttn-settings.php:328
|
236 |
msgid "Like&Share Buttons"
|
237 |
msgstr "Кнопки \"Нравится\" и \"Поделиться\""
|
238 |
|
239 |
+
#: includes/class-fcbkbttn-settings.php:331
|
240 |
msgid "Layout"
|
241 |
msgstr "Вид"
|
242 |
|
243 |
+
#: includes/class-fcbkbttn-settings.php:366
|
244 |
msgid "Like Button Action"
|
245 |
msgstr "Действие кнопки \"Нравится\""
|
246 |
|
247 |
+
#: includes/class-fcbkbttn-settings.php:376
|
248 |
msgid "Recommend"
|
249 |
msgstr "Рекомендую"
|
250 |
|
251 |
+
#: includes/class-fcbkbttn-settings.php:382
|
252 |
+
msgid "Friends Faces"
|
253 |
msgstr "Лица друзей"
|
254 |
|
255 |
+
#: includes/class-fcbkbttn-settings.php:385
|
256 |
msgid " Enable to show faces of your friends who submitted the button."
|
257 |
msgstr "Включить, чтобы показать лица своих друзей, которые нажали кнопку."
|
258 |
|
259 |
+
#: includes/class-fcbkbttn-settings.php:389
|
260 |
msgid "Layout Width"
|
261 |
msgstr "Ширина блока"
|
262 |
|
263 |
+
#: includes/class-fcbkbttn-settings.php:391
|
264 |
msgid "px"
|
265 |
msgstr "пикс"
|
266 |
|
267 |
+
#: includes/class-fcbkbttn-settings.php:395
|
268 |
msgid "Theme"
|
269 |
msgstr "Тема"
|
270 |
|
271 |
+
#: includes/class-fcbkbttn-settings.php:400
|
272 |
msgid "Light"
|
273 |
msgstr "Светлая"
|
274 |
|
275 |
+
#: includes/class-fcbkbttn-settings.php:405
|
276 |
msgid "Dark"
|
277 |
msgstr "Тёмная"
|
278 |
|
279 |
+
#: includes/class-fcbkbttn-settings.php:411
|
280 |
msgid "Like Button HTML Tag"
|
281 |
msgstr "HTML тег кнопки \"Нравится\""
|
282 |
|
283 |
+
#: includes/class-fcbkbttn-settings.php:417
|
284 |
#, php-format
|
285 |
msgid "Tag %s can be used to improve website code validation."
|
286 |
msgstr "Тег %s может быть использован для улучшения валидации кода сайта."
|
287 |
|
288 |
+
#: includes/class-fcbkbttn-settings.php:430
|
289 |
msgid "URL to Like"
|
290 |
msgstr "URL кнопки \"Нравится\""
|
291 |
|
292 |
+
#: includes/class-fcbkbttn-settings.php:432
|
293 |
msgid "Leave blank to use a current page."
|
294 |
msgstr "Оставьте пустым, чтобы использовать текущую страницу."
|
295 |
|
296 |
+
#: includes/class-fcbkbttn-settings.php:460
|
297 |
msgid "Facebook Buttons Shortchode"
|
298 |
msgstr "Шорткод Facebook кнопок"
|
299 |
|
300 |
+
#: includes/class-fcbkbttn-settings.php:463
|
301 |
msgid ""
|
302 |
"Add Facebook button(-s) to your posts, pages, custom post types or widgets "
|
303 |
"by using the following shortcode:"
|
305 |
"Добавить кнопки Facebook на ваши записи, страницы, пользовательские типы "
|
306 |
"записей или виджеты с помощью данного шорткода:"
|
307 |
|
308 |
+
#: includes/class-fcbkbttn-settings.php:482
|
309 |
msgid "Facebook Buttons Preview"
|
310 |
msgstr "Предварительный просмотр Facebook кнопок"
|
311 |
|
312 |
+
#: includes/class-fcbkbttn-settings.php:497
|
313 |
msgid "Display Settings"
|
314 |
msgstr "Настройка отображения"
|
315 |
|
316 |
+
#: includes/class-fcbkbttn-settings.php:506
|
317 |
msgid ""
|
318 |
"Please choose the necessary post types (or single pages) where Facebook "
|
319 |
"button will be displayed:"
|
321 |
"Пожалуйста, выберите те типы записей (или отдельные страницы), где будут "
|
322 |
"отображаться кнопки Facebook:"
|
323 |
|
324 |
+
#: includes/class-fcbkbttn-settings.php:513
|
325 |
msgid "Show URL for pages"
|
326 |
msgstr "Отображать URL для страниц"
|
327 |
|
328 |
+
#: includes/class-fcbkbttn-settings.php:519
|
329 |
msgid "Example of the site's pages tree"
|
330 |
msgstr "Пример дерева страниц сайта"
|
331 |
|
332 |
+
#: includes/class-fcbkbttn-settings.php:519
|
333 |
msgid "Example of site pages' tree"
|
334 |
msgstr "Пример дерева страниц сайта"
|
335 |
|
336 |
+
#~ msgid "Facebook button Settings"
|
337 |
+
#~ msgstr "Настройки Facebook button"
|
338 |
+
|
339 |
+
#~ msgid "Friends faces"
|
340 |
+
#~ msgstr "Лица друзей"
|
341 |
+
|
342 |
#~ msgid "Multilanguage"
|
343 |
#~ msgstr "Multilanguage"
|
344 |
|
504 |
|
505 |
#~ msgid ""
|
506 |
#~ "Something went wrong. Try again later. If the error will appear again, "
|
507 |
+
#~ "please, contact us <a href=https://support.bestwebsoft.com>BestWebSoft</"
|
508 |
#~ "a>. We are sorry for inconvenience."
|
509 |
#~ msgstr ""
|
510 |
#~ "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
|
languages/facebook-button-plugin-tr_TR.mo
CHANGED
Binary file
|
languages/facebook-button-plugin-tr_TR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook-button-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: Can Atasever <webmaster@canatasever.com>\n"
|
9 |
"Language: tr\n"
|
@@ -13,17 +13,17 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit 1.
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: facebook-button-plugin.php:35 facebook-button-plugin.php:36
|
21 |
-
#: facebook-button-plugin.php:
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "Facebook Buton Ayarları"
|
24 |
|
25 |
-
#: facebook-button-plugin.php:36 facebook-button-plugin.php:
|
26 |
-
#: facebook-button-plugin.php:
|
27 |
msgid "Settings"
|
28 |
msgstr "Ayarlar"
|
29 |
|
@@ -31,20 +31,20 @@ msgstr "Ayarlar"
|
|
31 |
msgid "Upgrade to Pro"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: facebook-button-plugin.php:
|
35 |
msgid "Please, enable JavaScript in Your browser."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: facebook-button-plugin.php:
|
39 |
#, fuzzy
|
40 |
msgid "Add Facebook buttons to your page or post"
|
41 |
msgstr "Facebook Butonu pozisyonu"
|
42 |
|
43 |
-
#: facebook-button-plugin.php:
|
44 |
msgid "FAQ"
|
45 |
msgstr "SSS"
|
46 |
|
47 |
-
#: facebook-button-plugin.php:
|
48 |
msgid "Support"
|
49 |
msgstr "Destek"
|
50 |
|
@@ -67,169 +67,164 @@ msgstr "Özel Facebook görseli"
|
|
67 |
msgid "License Key"
|
68 |
msgstr "Hatalı lisans anahtarı"
|
69 |
|
70 |
-
#: includes/class-fcbkbttn-settings.php:
|
71 |
msgid "Settings saved"
|
72 |
msgstr "Ayarlar kaydedildi"
|
73 |
|
74 |
-
#: includes/class-fcbkbttn-settings.php:
|
75 |
msgid "Error: File size > 32K"
|
76 |
msgstr "HATA: Dosya boyutu > 32K"
|
77 |
|
78 |
-
#: includes/class-fcbkbttn-settings.php:
|
79 |
msgid "Error: Invalid file type"
|
80 |
msgstr "HATA: Geçersiz dosya türü"
|
81 |
|
82 |
-
#: includes/class-fcbkbttn-settings.php:
|
83 |
msgid "Upload successful."
|
84 |
msgstr "Yükleme başarılı"
|
85 |
|
86 |
-
#: includes/class-fcbkbttn-settings.php:
|
87 |
#, fuzzy
|
88 |
msgid "Error: failed to move file."
|
89 |
msgstr "HATA: dosya taşıma başarısız."
|
90 |
|
91 |
-
#: includes/class-fcbkbttn-settings.php:
|
92 |
#, fuzzy
|
93 |
msgid "Error: check image width or height."
|
94 |
msgstr "HATA: görselin genişliğini ya da yüksekliğini kontrol edin."
|
95 |
|
96 |
-
#: includes/class-fcbkbttn-settings.php:
|
97 |
msgid "Uploading Error: check image properties"
|
98 |
msgstr "Yükleme Hatası: görselin özelliklerini kontrol edin."
|
99 |
|
100 |
-
#: includes/class-fcbkbttn-settings.php:
|
101 |
-
#, fuzzy
|
102 |
-
msgid "Facebook button Settings"
|
103 |
-
msgstr "Facebook Buton Ayarları"
|
104 |
-
|
105 |
-
#: includes/class-fcbkbttn-settings.php:174
|
106 |
msgid "General"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: includes/class-fcbkbttn-settings.php:
|
110 |
#, fuzzy
|
111 |
msgid "Buttons"
|
112 |
msgstr "Facebook Butonu pozisyonu"
|
113 |
|
114 |
-
#: includes/class-fcbkbttn-settings.php:
|
115 |
msgid "Profile URL"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: includes/class-fcbkbttn-settings.php:
|
119 |
-
#: includes/class-fcbkbttn-settings.php:
|
120 |
msgid "Like"
|
121 |
msgstr "Beğen"
|
122 |
|
123 |
-
#: includes/class-fcbkbttn-settings.php:
|
124 |
msgid "Share"
|
125 |
msgstr "Paylaş"
|
126 |
|
127 |
-
#: includes/class-fcbkbttn-settings.php:
|
128 |
#, fuzzy
|
129 |
msgid "Buttons Position"
|
130 |
msgstr "Facebook Butonu pozisyonu"
|
131 |
|
132 |
-
#: includes/class-fcbkbttn-settings.php:
|
133 |
#, fuzzy
|
134 |
msgid "Before content"
|
135 |
msgstr "Önce ve Sonra"
|
136 |
|
137 |
-
#: includes/class-fcbkbttn-settings.php:
|
138 |
msgid "After content"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: includes/class-fcbkbttn-settings.php:
|
142 |
msgid "Language"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: includes/class-fcbkbttn-settings.php:
|
146 |
#, fuzzy
|
147 |
msgid "Select the default language for Facebook button(-s)."
|
148 |
msgstr "Facebook Beğen butonunun dilini değiştirin"
|
149 |
|
150 |
-
#: includes/class-fcbkbttn-settings.php:
|
151 |
-
#: includes/class-fcbkbttn-settings.php:226
|
152 |
#: includes/class-fcbkbttn-settings.php:230
|
|
|
153 |
msgid ""
|
154 |
"Enable to switch language automatically on multilingual website using "
|
155 |
"Multilanguage plugin."
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: includes/class-fcbkbttn-settings.php:
|
159 |
#, php-format
|
160 |
msgid "Activate %s"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: includes/class-fcbkbttn-settings.php:
|
164 |
msgid "Learn More"
|
165 |
msgstr "Detaylı Bilgi"
|
166 |
|
167 |
-
#: includes/class-fcbkbttn-settings.php:
|
168 |
msgid "Excerpt"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: includes/class-fcbkbttn-settings.php:
|
172 |
#, fuzzy
|
173 |
msgid "Enable to display buttons in excerpt."
|
174 |
msgstr "Butonu Göster:"
|
175 |
|
176 |
-
#: includes/class-fcbkbttn-settings.php:
|
177 |
-
#: includes/class-fcbkbttn-settings.php:
|
178 |
-
#: includes/class-fcbkbttn-settings.php:
|
179 |
msgid "Close"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: includes/class-fcbkbttn-settings.php:
|
183 |
#, fuzzy
|
184 |
msgid "Meta Image"
|
185 |
msgstr "Özel Facebook görseli"
|
186 |
|
187 |
-
#: includes/class-fcbkbttn-settings.php:
|
188 |
msgid "Featured Image"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: includes/class-fcbkbttn-settings.php:
|
192 |
#, fuzzy
|
193 |
msgid "Custom Image"
|
194 |
msgstr "Özel Facebook görseli"
|
195 |
|
196 |
-
#: includes/class-fcbkbttn-settings.php:
|
197 |
msgid "This image will be used for all posts"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: includes/class-fcbkbttn-settings.php:
|
201 |
msgid "Meta Description"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: includes/class-fcbkbttn-settings.php:
|
205 |
msgid ""
|
206 |
"This description will be used for all pages and posts. Leave blank to use "
|
207 |
"page description."
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: includes/class-fcbkbttn-settings.php:
|
211 |
msgid "Profile URL Button"
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: includes/class-fcbkbttn-settings.php:
|
215 |
#, fuzzy
|
216 |
msgid "Facebook ID or Username"
|
217 |
msgstr "Facebook ID'niz:"
|
218 |
|
219 |
-
#: includes/class-fcbkbttn-settings.php:
|
220 |
msgid "Profile Button Image"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: includes/class-fcbkbttn-settings.php:
|
224 |
msgid "Default"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: includes/class-fcbkbttn-settings.php:
|
228 |
#, fuzzy
|
229 |
msgid "Custom image"
|
230 |
msgstr "Özel Facebook görseli"
|
231 |
|
232 |
-
#: includes/class-fcbkbttn-settings.php:
|
233 |
#, fuzzy
|
234 |
msgid ""
|
235 |
"To use custom image, You need to setup permissions for upload directory of "
|
@@ -238,12 +233,12 @@ msgstr ""
|
|
238 |
"Özel görsel kullanmak için sitenizin dizinine yükleme yapılmasına izin "
|
239 |
"vermelisiniz."
|
240 |
|
241 |
-
#: includes/class-fcbkbttn-settings.php:
|
242 |
#, fuzzy
|
243 |
msgid "Current image"
|
244 |
msgstr "Şu anki görsel:"
|
245 |
|
246 |
-
#: includes/class-fcbkbttn-settings.php:
|
247 |
#, fuzzy
|
248 |
msgid ""
|
249 |
"Image requirements: max image width:100px; max image height:40px; max image "
|
@@ -253,89 +248,89 @@ msgstr ""
|
|
253 |
"yüksekliği: 40px; maksimum görsel boyutu: 32 KB; uzantılar: \"jpg\", \"jpeg"
|
254 |
"\", \"png\"."
|
255 |
|
256 |
-
#: includes/class-fcbkbttn-settings.php:
|
257 |
msgid "Like&Share Buttons"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: includes/class-fcbkbttn-settings.php:
|
261 |
msgid "Layout"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: includes/class-fcbkbttn-settings.php:
|
265 |
msgid "Like Button Action"
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: includes/class-fcbkbttn-settings.php:
|
269 |
msgid "Recommend"
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: includes/class-fcbkbttn-settings.php:
|
273 |
-
msgid "Friends
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: includes/class-fcbkbttn-settings.php:
|
277 |
msgid " Enable to show faces of your friends who submitted the button."
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: includes/class-fcbkbttn-settings.php:
|
281 |
msgid "Layout Width"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: includes/class-fcbkbttn-settings.php:
|
285 |
msgid "px"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: includes/class-fcbkbttn-settings.php:
|
289 |
msgid "Theme"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: includes/class-fcbkbttn-settings.php:
|
293 |
msgid "Light"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: includes/class-fcbkbttn-settings.php:
|
297 |
msgid "Dark"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: includes/class-fcbkbttn-settings.php:
|
301 |
msgid "Like Button HTML Tag"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: includes/class-fcbkbttn-settings.php:
|
305 |
#, php-format
|
306 |
msgid "Tag %s can be used to improve website code validation."
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: includes/class-fcbkbttn-settings.php:
|
310 |
msgid "URL to Like"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: includes/class-fcbkbttn-settings.php:
|
314 |
msgid "Leave blank to use a current page."
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: includes/class-fcbkbttn-settings.php:
|
318 |
#, fuzzy
|
319 |
msgid "Facebook Buttons Shortchode"
|
320 |
msgstr "Facebook Butonu pozisyonu"
|
321 |
|
322 |
-
#: includes/class-fcbkbttn-settings.php:
|
323 |
msgid ""
|
324 |
"Add Facebook button(-s) to your posts, pages, custom post types or widgets "
|
325 |
"by using the following shortcode:"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: includes/class-fcbkbttn-settings.php:
|
329 |
#, fuzzy
|
330 |
msgid "Facebook Buttons Preview"
|
331 |
msgstr "Facebook Butonu"
|
332 |
|
333 |
-
#: includes/class-fcbkbttn-settings.php:
|
334 |
#, fuzzy
|
335 |
msgid "Display Settings"
|
336 |
msgstr "Butonu Göster:"
|
337 |
|
338 |
-
#: includes/class-fcbkbttn-settings.php:
|
339 |
msgid ""
|
340 |
"Please choose the necessary post types (or single pages) where Facebook "
|
341 |
"button will be displayed:"
|
@@ -343,18 +338,22 @@ msgstr ""
|
|
343 |
"Lütfen Facebook butonunun gösterileceği yazı türlerini (ya da tek sayfaları) "
|
344 |
"seçin."
|
345 |
|
346 |
-
#: includes/class-fcbkbttn-settings.php:
|
347 |
msgid "Show URL for pages"
|
348 |
msgstr "Sayfalar için URL göster"
|
349 |
|
350 |
-
#: includes/class-fcbkbttn-settings.php:
|
351 |
msgid "Example of the site's pages tree"
|
352 |
msgstr "Sitenin sayfalar izi için örnek"
|
353 |
|
354 |
-
#: includes/class-fcbkbttn-settings.php:
|
355 |
msgid "Example of site pages' tree"
|
356 |
msgstr "Site sayfaları izi için örnek"
|
357 |
|
|
|
|
|
|
|
|
|
358 |
#~ msgid "Extra settings"
|
359 |
#~ msgstr "Ekstra Ayarlar"
|
360 |
|
@@ -459,11 +458,11 @@ msgstr "Site sayfaları izi için örnek"
|
|
459 |
|
460 |
#~ msgid ""
|
461 |
#~ "Something went wrong. Try again later. If the error will appear again, "
|
462 |
-
#~ "please, contact us <a href=
|
463 |
#~ "a>. We are sorry for inconvenience."
|
464 |
#~ msgstr ""
|
465 |
#~ "Bir şeyler ters gitti, lütfen daha sonra tekrar deneyin. Eğer hata tekrar "
|
466 |
-
#~ "görünürse, lütfen <a href=
|
467 |
#~ "üzerinden bizimle iletişime geçin. Yaşadığınız rahatsızlık için üzgünüz."
|
468 |
|
469 |
#~ msgid "This license key is bind to another site"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook-button-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-04-06 10:49+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-04-06 10:49+0300\n"
|
7 |
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: Can Atasever <webmaster@canatasever.com>\n"
|
9 |
"Language: tr\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.8.7.1\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
#: facebook-button-plugin.php:35 facebook-button-plugin.php:36
|
21 |
+
#: facebook-button-plugin.php:205 includes/class-fcbkbttn-settings.php:175
|
22 |
msgid "Facebook Button Settings"
|
23 |
msgstr "Facebook Buton Ayarları"
|
24 |
|
25 |
+
#: facebook-button-plugin.php:36 facebook-button-plugin.php:409
|
26 |
+
#: facebook-button-plugin.php:423 includes/class-fcbkbttn-settings.php:23
|
27 |
msgid "Settings"
|
28 |
msgstr "Ayarlar"
|
29 |
|
31 |
msgid "Upgrade to Pro"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: facebook-button-plugin.php:206
|
35 |
msgid "Please, enable JavaScript in Your browser."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: facebook-button-plugin.php:302
|
39 |
#, fuzzy
|
40 |
msgid "Add Facebook buttons to your page or post"
|
41 |
msgstr "Facebook Butonu pozisyonu"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:424
|
44 |
msgid "FAQ"
|
45 |
msgstr "SSS"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:425
|
48 |
msgid "Support"
|
49 |
msgstr "Destek"
|
50 |
|
67 |
msgid "License Key"
|
68 |
msgstr "Hatalı lisans anahtarı"
|
69 |
|
70 |
+
#: includes/class-fcbkbttn-settings.php:99
|
71 |
msgid "Settings saved"
|
72 |
msgstr "Ayarlar kaydedildi"
|
73 |
|
74 |
+
#: includes/class-fcbkbttn-settings.php:128
|
75 |
msgid "Error: File size > 32K"
|
76 |
msgstr "HATA: Dosya boyutu > 32K"
|
77 |
|
78 |
+
#: includes/class-fcbkbttn-settings.php:131
|
79 |
msgid "Error: Invalid file type"
|
80 |
msgstr "HATA: Geçersiz dosya türü"
|
81 |
|
82 |
+
#: includes/class-fcbkbttn-settings.php:137
|
83 |
msgid "Upload successful."
|
84 |
msgstr "Yükleme başarılı"
|
85 |
|
86 |
+
#: includes/class-fcbkbttn-settings.php:147
|
87 |
#, fuzzy
|
88 |
msgid "Error: failed to move file."
|
89 |
msgstr "HATA: dosya taşıma başarısız."
|
90 |
|
91 |
+
#: includes/class-fcbkbttn-settings.php:150
|
92 |
#, fuzzy
|
93 |
msgid "Error: check image width or height."
|
94 |
msgstr "HATA: görselin genişliğini ya da yüksekliğini kontrol edin."
|
95 |
|
96 |
+
#: includes/class-fcbkbttn-settings.php:154
|
97 |
msgid "Uploading Error: check image properties"
|
98 |
msgstr "Yükleme Hatası: görselin özelliklerini kontrol edin."
|
99 |
|
100 |
+
#: includes/class-fcbkbttn-settings.php:178
|
|
|
|
|
|
|
|
|
|
|
101 |
msgid "General"
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: includes/class-fcbkbttn-settings.php:181
|
105 |
#, fuzzy
|
106 |
msgid "Buttons"
|
107 |
msgstr "Facebook Butonu pozisyonu"
|
108 |
|
109 |
+
#: includes/class-fcbkbttn-settings.php:184
|
110 |
msgid "Profile URL"
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: includes/class-fcbkbttn-settings.php:185
|
114 |
+
#: includes/class-fcbkbttn-settings.php:371
|
115 |
msgid "Like"
|
116 |
msgstr "Beğen"
|
117 |
|
118 |
+
#: includes/class-fcbkbttn-settings.php:186
|
119 |
msgid "Share"
|
120 |
msgstr "Paylaş"
|
121 |
|
122 |
+
#: includes/class-fcbkbttn-settings.php:191
|
123 |
#, fuzzy
|
124 |
msgid "Buttons Position"
|
125 |
msgstr "Facebook Butonu pozisyonu"
|
126 |
|
127 |
+
#: includes/class-fcbkbttn-settings.php:196
|
128 |
#, fuzzy
|
129 |
msgid "Before content"
|
130 |
msgstr "Önce ve Sonra"
|
131 |
|
132 |
+
#: includes/class-fcbkbttn-settings.php:201
|
133 |
msgid "After content"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: includes/class-fcbkbttn-settings.php:207
|
137 |
msgid "Language"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: includes/class-fcbkbttn-settings.php:218
|
141 |
#, fuzzy
|
142 |
msgid "Select the default language for Facebook button(-s)."
|
143 |
msgstr "Facebook Beğen butonunun dilini değiştirin"
|
144 |
|
145 |
+
#: includes/class-fcbkbttn-settings.php:227
|
|
|
146 |
#: includes/class-fcbkbttn-settings.php:230
|
147 |
+
#: includes/class-fcbkbttn-settings.php:234
|
148 |
msgid ""
|
149 |
"Enable to switch language automatically on multilingual website using "
|
150 |
"Multilanguage plugin."
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: includes/class-fcbkbttn-settings.php:230
|
154 |
#, php-format
|
155 |
msgid "Activate %s"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: includes/class-fcbkbttn-settings.php:234
|
159 |
msgid "Learn More"
|
160 |
msgstr "Detaylı Bilgi"
|
161 |
|
162 |
+
#: includes/class-fcbkbttn-settings.php:239
|
163 |
msgid "Excerpt"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: includes/class-fcbkbttn-settings.php:241
|
167 |
#, fuzzy
|
168 |
msgid "Enable to display buttons in excerpt."
|
169 |
msgstr "Butonu Göster:"
|
170 |
|
171 |
+
#: includes/class-fcbkbttn-settings.php:250
|
172 |
+
#: includes/class-fcbkbttn-settings.php:426
|
173 |
+
#: includes/class-fcbkbttn-settings.php:481
|
174 |
msgid "Close"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: includes/class-fcbkbttn-settings.php:254
|
178 |
#, fuzzy
|
179 |
msgid "Meta Image"
|
180 |
msgstr "Özel Facebook görseli"
|
181 |
|
182 |
+
#: includes/class-fcbkbttn-settings.php:259
|
183 |
msgid "Featured Image"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: includes/class-fcbkbttn-settings.php:263
|
187 |
#, fuzzy
|
188 |
msgid "Custom Image"
|
189 |
msgstr "Özel Facebook görseli"
|
190 |
|
191 |
+
#: includes/class-fcbkbttn-settings.php:263
|
192 |
msgid "This image will be used for all posts"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: includes/class-fcbkbttn-settings.php:270
|
196 |
msgid "Meta Description"
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: includes/class-fcbkbttn-settings.php:274
|
200 |
msgid ""
|
201 |
"This description will be used for all pages and posts. Leave blank to use "
|
202 |
"page description."
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: includes/class-fcbkbttn-settings.php:283
|
206 |
msgid "Profile URL Button"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: includes/class-fcbkbttn-settings.php:286
|
210 |
#, fuzzy
|
211 |
msgid "Facebook ID or Username"
|
212 |
msgstr "Facebook ID'niz:"
|
213 |
|
214 |
+
#: includes/class-fcbkbttn-settings.php:293
|
215 |
msgid "Profile Button Image"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: includes/class-fcbkbttn-settings.php:300
|
219 |
msgid "Default"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: includes/class-fcbkbttn-settings.php:305
|
223 |
#, fuzzy
|
224 |
msgid "Custom image"
|
225 |
msgstr "Özel Facebook görseli"
|
226 |
|
227 |
+
#: includes/class-fcbkbttn-settings.php:309
|
228 |
#, fuzzy
|
229 |
msgid ""
|
230 |
"To use custom image, You need to setup permissions for upload directory of "
|
233 |
"Özel görsel kullanmak için sitenizin dizinine yükleme yapılmasına izin "
|
234 |
"vermelisiniz."
|
235 |
|
236 |
+
#: includes/class-fcbkbttn-settings.php:316
|
237 |
#, fuzzy
|
238 |
msgid "Current image"
|
239 |
msgstr "Şu anki görsel:"
|
240 |
|
241 |
+
#: includes/class-fcbkbttn-settings.php:324
|
242 |
#, fuzzy
|
243 |
msgid ""
|
244 |
"Image requirements: max image width:100px; max image height:40px; max image "
|
248 |
"yüksekliği: 40px; maksimum görsel boyutu: 32 KB; uzantılar: \"jpg\", \"jpeg"
|
249 |
"\", \"png\"."
|
250 |
|
251 |
+
#: includes/class-fcbkbttn-settings.php:328
|
252 |
msgid "Like&Share Buttons"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: includes/class-fcbkbttn-settings.php:331
|
256 |
msgid "Layout"
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: includes/class-fcbkbttn-settings.php:366
|
260 |
msgid "Like Button Action"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: includes/class-fcbkbttn-settings.php:376
|
264 |
msgid "Recommend"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: includes/class-fcbkbttn-settings.php:382
|
268 |
+
msgid "Friends Faces"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: includes/class-fcbkbttn-settings.php:385
|
272 |
msgid " Enable to show faces of your friends who submitted the button."
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: includes/class-fcbkbttn-settings.php:389
|
276 |
msgid "Layout Width"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: includes/class-fcbkbttn-settings.php:391
|
280 |
msgid "px"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: includes/class-fcbkbttn-settings.php:395
|
284 |
msgid "Theme"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: includes/class-fcbkbttn-settings.php:400
|
288 |
msgid "Light"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: includes/class-fcbkbttn-settings.php:405
|
292 |
msgid "Dark"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: includes/class-fcbkbttn-settings.php:411
|
296 |
msgid "Like Button HTML Tag"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: includes/class-fcbkbttn-settings.php:417
|
300 |
#, php-format
|
301 |
msgid "Tag %s can be used to improve website code validation."
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: includes/class-fcbkbttn-settings.php:430
|
305 |
msgid "URL to Like"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: includes/class-fcbkbttn-settings.php:432
|
309 |
msgid "Leave blank to use a current page."
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: includes/class-fcbkbttn-settings.php:460
|
313 |
#, fuzzy
|
314 |
msgid "Facebook Buttons Shortchode"
|
315 |
msgstr "Facebook Butonu pozisyonu"
|
316 |
|
317 |
+
#: includes/class-fcbkbttn-settings.php:463
|
318 |
msgid ""
|
319 |
"Add Facebook button(-s) to your posts, pages, custom post types or widgets "
|
320 |
"by using the following shortcode:"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: includes/class-fcbkbttn-settings.php:482
|
324 |
#, fuzzy
|
325 |
msgid "Facebook Buttons Preview"
|
326 |
msgstr "Facebook Butonu"
|
327 |
|
328 |
+
#: includes/class-fcbkbttn-settings.php:497
|
329 |
#, fuzzy
|
330 |
msgid "Display Settings"
|
331 |
msgstr "Butonu Göster:"
|
332 |
|
333 |
+
#: includes/class-fcbkbttn-settings.php:506
|
334 |
msgid ""
|
335 |
"Please choose the necessary post types (or single pages) where Facebook "
|
336 |
"button will be displayed:"
|
338 |
"Lütfen Facebook butonunun gösterileceği yazı türlerini (ya da tek sayfaları) "
|
339 |
"seçin."
|
340 |
|
341 |
+
#: includes/class-fcbkbttn-settings.php:513
|
342 |
msgid "Show URL for pages"
|
343 |
msgstr "Sayfalar için URL göster"
|
344 |
|
345 |
+
#: includes/class-fcbkbttn-settings.php:519
|
346 |
msgid "Example of the site's pages tree"
|
347 |
msgstr "Sitenin sayfalar izi için örnek"
|
348 |
|
349 |
+
#: includes/class-fcbkbttn-settings.php:519
|
350 |
msgid "Example of site pages' tree"
|
351 |
msgstr "Site sayfaları izi için örnek"
|
352 |
|
353 |
+
#, fuzzy
|
354 |
+
#~ msgid "Facebook button Settings"
|
355 |
+
#~ msgstr "Facebook Buton Ayarları"
|
356 |
+
|
357 |
#~ msgid "Extra settings"
|
358 |
#~ msgstr "Ekstra Ayarlar"
|
359 |
|
458 |
|
459 |
#~ msgid ""
|
460 |
#~ "Something went wrong. Try again later. If the error will appear again, "
|
461 |
+
#~ "please, contact us <a href=https://support.bestwebsoft.com>BestWebSoft</"
|
462 |
#~ "a>. We are sorry for inconvenience."
|
463 |
#~ msgstr ""
|
464 |
#~ "Bir şeyler ters gitti, lütfen daha sonra tekrar deneyin. Eğer hata tekrar "
|
465 |
+
#~ "görünürse, lütfen <a href=https://support.bestwebsoft.com>BestWebSoft</a> "
|
466 |
#~ "üzerinden bizimle iletişime geçin. Yaşadığınız rahatsızlık için üzgünüz."
|
467 |
|
468 |
#~ msgid "This license key is bind to another site"
|
languages/facebook-button-plugin-uk.mo
CHANGED
Binary file
|
languages/facebook-button-plugin-uk.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook-button-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ua_UA\n"
|
@@ -13,16 +13,16 @@ 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 |
#: facebook-button-plugin.php:35 facebook-button-plugin.php:36
|
20 |
-
#: facebook-button-plugin.php:
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Установки кнопки Facebook"
|
23 |
|
24 |
-
#: facebook-button-plugin.php:36 facebook-button-plugin.php:
|
25 |
-
#: facebook-button-plugin.php:
|
26 |
msgid "Settings"
|
27 |
msgstr "Установки"
|
28 |
|
@@ -30,19 +30,19 @@ msgstr "Установки"
|
|
30 |
msgid "Upgrade to Pro"
|
31 |
msgstr "Оновитися до Pro"
|
32 |
|
33 |
-
#: facebook-button-plugin.php:
|
34 |
msgid "Please, enable JavaScript in Your browser."
|
35 |
msgstr "Будь ласка, активуйте JavaScript у Вашому браузері."
|
36 |
|
37 |
-
#: facebook-button-plugin.php:
|
38 |
msgid "Add Facebook buttons to your page or post"
|
39 |
msgstr "Додати кнопки Facebook на вашу сторінку або запис"
|
40 |
|
41 |
-
#: facebook-button-plugin.php:
|
42 |
msgid "FAQ"
|
43 |
msgstr "FAQ"
|
44 |
|
45 |
-
#: facebook-button-plugin.php:
|
46 |
msgid "Support"
|
47 |
msgstr "Підтримка"
|
48 |
|
@@ -62,82 +62,78 @@ msgstr "Користувацький код"
|
|
62 |
msgid "License Key"
|
63 |
msgstr "Ліцензійний ключ"
|
64 |
|
65 |
-
#: includes/class-fcbkbttn-settings.php:
|
66 |
msgid "Settings saved"
|
67 |
msgstr "Установки збережені"
|
68 |
|
69 |
-
#: includes/class-fcbkbttn-settings.php:
|
70 |
msgid "Error: File size > 32K"
|
71 |
msgstr "Помилка: Розмір файлу > 32K"
|
72 |
|
73 |
-
#: includes/class-fcbkbttn-settings.php:
|
74 |
msgid "Error: Invalid file type"
|
75 |
msgstr "Помилка: Невірний тип файлу"
|
76 |
|
77 |
-
#: includes/class-fcbkbttn-settings.php:
|
78 |
msgid "Upload successful."
|
79 |
msgstr "Файл був завантажений успішно"
|
80 |
|
81 |
-
#: includes/class-fcbkbttn-settings.php:
|
82 |
msgid "Error: failed to move file."
|
83 |
msgstr "Помилка: не вдалося переміщення файлу."
|
84 |
|
85 |
-
#: includes/class-fcbkbttn-settings.php:
|
86 |
msgid "Error: check image width or height."
|
87 |
msgstr "Помилка: Перевірте ширину або висоту зображення."
|
88 |
|
89 |
-
#: includes/class-fcbkbttn-settings.php:
|
90 |
msgid "Uploading Error: check image properties"
|
91 |
msgstr "Помилка Завантаження: Перевірте властивості зображення"
|
92 |
|
93 |
-
#: includes/class-fcbkbttn-settings.php:
|
94 |
-
msgid "Facebook button Settings"
|
95 |
-
msgstr "Установки кнопок Facebook"
|
96 |
-
|
97 |
-
#: includes/class-fcbkbttn-settings.php:174
|
98 |
msgid "General"
|
99 |
msgstr "Загальне"
|
100 |
|
101 |
-
#: includes/class-fcbkbttn-settings.php:
|
102 |
msgid "Buttons"
|
103 |
msgstr "Кнопки"
|
104 |
|
105 |
-
#: includes/class-fcbkbttn-settings.php:
|
106 |
msgid "Profile URL"
|
107 |
msgstr "URL профілю"
|
108 |
|
109 |
-
#: includes/class-fcbkbttn-settings.php:
|
110 |
-
#: includes/class-fcbkbttn-settings.php:
|
111 |
msgid "Like"
|
112 |
msgstr "Подобається"
|
113 |
|
114 |
-
#: includes/class-fcbkbttn-settings.php:
|
115 |
msgid "Share"
|
116 |
msgstr "Поширити"
|
117 |
|
118 |
-
#: includes/class-fcbkbttn-settings.php:
|
119 |
msgid "Buttons Position"
|
120 |
msgstr "Розташування кнопок"
|
121 |
|
122 |
-
#: includes/class-fcbkbttn-settings.php:
|
123 |
msgid "Before content"
|
124 |
msgstr "Перед вмістом"
|
125 |
|
126 |
-
#: includes/class-fcbkbttn-settings.php:
|
127 |
msgid "After content"
|
128 |
msgstr "Після вмісту"
|
129 |
|
130 |
-
#: includes/class-fcbkbttn-settings.php:
|
131 |
msgid "Language"
|
132 |
msgstr "Мова"
|
133 |
|
134 |
-
#: includes/class-fcbkbttn-settings.php:
|
135 |
msgid "Select the default language for Facebook button(-s)."
|
136 |
msgstr "Оберіть мову за замовчуванням для кнопок Facebook."
|
137 |
|
138 |
-
#: includes/class-fcbkbttn-settings.php:
|
139 |
-
#: includes/class-fcbkbttn-settings.php:226
|
140 |
#: includes/class-fcbkbttn-settings.php:230
|
|
|
141 |
msgid ""
|
142 |
"Enable to switch language automatically on multilingual website using "
|
143 |
"Multilanguage plugin."
|
@@ -145,50 +141,50 @@ msgstr ""
|
|
145 |
"Включити, щоб перемкнути мову автоматично на багатомовному сайті, "
|
146 |
"використовуючи Multilanguage плагін."
|
147 |
|
148 |
-
#: includes/class-fcbkbttn-settings.php:
|
149 |
#, php-format
|
150 |
msgid "Activate %s"
|
151 |
msgstr "Активувати %s"
|
152 |
|
153 |
-
#: includes/class-fcbkbttn-settings.php:
|
154 |
msgid "Learn More"
|
155 |
msgstr "Докладніше"
|
156 |
|
157 |
-
#: includes/class-fcbkbttn-settings.php:
|
158 |
msgid "Excerpt"
|
159 |
msgstr "Уривок"
|
160 |
|
161 |
-
#: includes/class-fcbkbttn-settings.php:
|
162 |
msgid "Enable to display buttons in excerpt."
|
163 |
msgstr "Ввімкнути для відображення кнопок в уривку."
|
164 |
|
165 |
-
#: includes/class-fcbkbttn-settings.php:
|
166 |
-
#: includes/class-fcbkbttn-settings.php:
|
167 |
-
#: includes/class-fcbkbttn-settings.php:
|
168 |
msgid "Close"
|
169 |
msgstr "Закрити"
|
170 |
|
171 |
-
#: includes/class-fcbkbttn-settings.php:
|
172 |
msgid "Meta Image"
|
173 |
msgstr "Мета зображення"
|
174 |
|
175 |
-
#: includes/class-fcbkbttn-settings.php:
|
176 |
msgid "Featured Image"
|
177 |
msgstr "Головне зображення"
|
178 |
|
179 |
-
#: includes/class-fcbkbttn-settings.php:
|
180 |
msgid "Custom Image"
|
181 |
msgstr "Користувацьке зображення"
|
182 |
|
183 |
-
#: includes/class-fcbkbttn-settings.php:
|
184 |
msgid "This image will be used for all posts"
|
185 |
msgstr "Це зображення буде використовуватися для всiх записiв"
|
186 |
|
187 |
-
#: includes/class-fcbkbttn-settings.php:
|
188 |
msgid "Meta Description"
|
189 |
msgstr "Мета опис"
|
190 |
|
191 |
-
#: includes/class-fcbkbttn-settings.php:
|
192 |
msgid ""
|
193 |
"This description will be used for all pages and posts. Leave blank to use "
|
194 |
"page description."
|
@@ -196,27 +192,27 @@ msgstr ""
|
|
196 |
"Цей опис буде використовуватися для всіх записів і сторінок. Залиште "
|
197 |
"порожнім, щоб використовувати опис сторінки."
|
198 |
|
199 |
-
#: includes/class-fcbkbttn-settings.php:
|
200 |
msgid "Profile URL Button"
|
201 |
msgstr "Кнопка URL профілю"
|
202 |
|
203 |
-
#: includes/class-fcbkbttn-settings.php:
|
204 |
msgid "Facebook ID or Username"
|
205 |
msgstr "Facebook ID або Ім'я користувача"
|
206 |
|
207 |
-
#: includes/class-fcbkbttn-settings.php:
|
208 |
msgid "Profile Button Image"
|
209 |
msgstr "Зображення кнопки профілю"
|
210 |
|
211 |
-
#: includes/class-fcbkbttn-settings.php:
|
212 |
msgid "Default"
|
213 |
msgstr "За замовчуванням"
|
214 |
|
215 |
-
#: includes/class-fcbkbttn-settings.php:
|
216 |
msgid "Custom image"
|
217 |
msgstr "Користувацьке зображення"
|
218 |
|
219 |
-
#: includes/class-fcbkbttn-settings.php:
|
220 |
msgid ""
|
221 |
"To use custom image, You need to setup permissions for upload directory of "
|
222 |
"your site"
|
@@ -224,11 +220,11 @@ msgstr ""
|
|
224 |
"Для використання користувацького зображення Вам необхідно видати права "
|
225 |
"доступу на папку завантажень на вашому сайті"
|
226 |
|
227 |
-
#: includes/class-fcbkbttn-settings.php:
|
228 |
msgid "Current image"
|
229 |
msgstr "Поточне зображення"
|
230 |
|
231 |
-
#: includes/class-fcbkbttn-settings.php:
|
232 |
msgid ""
|
233 |
"Image requirements: max image width:100px; max image height:40px; max image "
|
234 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
@@ -237,72 +233,72 @@ msgstr ""
|
|
237 |
"висота зображення: 40px; максимальний розмір зображення: 32Kb; типи "
|
238 |
"зображеннь :\"jpg\", \"jpeg\", \"png\"."
|
239 |
|
240 |
-
#: includes/class-fcbkbttn-settings.php:
|
241 |
msgid "Like&Share Buttons"
|
242 |
msgstr "Кнопки \"Подобається\" та \"Поширити\""
|
243 |
|
244 |
-
#: includes/class-fcbkbttn-settings.php:
|
245 |
msgid "Layout"
|
246 |
msgstr "Вид"
|
247 |
|
248 |
-
#: includes/class-fcbkbttn-settings.php:
|
249 |
msgid "Like Button Action"
|
250 |
msgstr "Дія кнопки \"Подобається\""
|
251 |
|
252 |
-
#: includes/class-fcbkbttn-settings.php:
|
253 |
msgid "Recommend"
|
254 |
msgstr "Рекомендую"
|
255 |
|
256 |
-
#: includes/class-fcbkbttn-settings.php:
|
257 |
-
msgid "Friends
|
258 |
msgstr "Обличчя друзів"
|
259 |
|
260 |
-
#: includes/class-fcbkbttn-settings.php:
|
261 |
msgid " Enable to show faces of your friends who submitted the button."
|
262 |
msgstr "Включити, щоб показати обличчя своїх друзів, які натиснули кнопку."
|
263 |
|
264 |
-
#: includes/class-fcbkbttn-settings.php:
|
265 |
msgid "Layout Width"
|
266 |
msgstr "Ширина блоку"
|
267 |
|
268 |
-
#: includes/class-fcbkbttn-settings.php:
|
269 |
msgid "px"
|
270 |
msgstr "пікс"
|
271 |
|
272 |
-
#: includes/class-fcbkbttn-settings.php:
|
273 |
msgid "Theme"
|
274 |
msgstr "Тема"
|
275 |
|
276 |
-
#: includes/class-fcbkbttn-settings.php:
|
277 |
msgid "Light"
|
278 |
msgstr "Світла"
|
279 |
|
280 |
-
#: includes/class-fcbkbttn-settings.php:
|
281 |
msgid "Dark"
|
282 |
msgstr "Темна"
|
283 |
|
284 |
-
#: includes/class-fcbkbttn-settings.php:
|
285 |
msgid "Like Button HTML Tag"
|
286 |
msgstr "HTML тег кнопки \"Подобається\""
|
287 |
|
288 |
-
#: includes/class-fcbkbttn-settings.php:
|
289 |
#, php-format
|
290 |
msgid "Tag %s can be used to improve website code validation."
|
291 |
msgstr "Тег %s може бути використаний для поліпшення валідації коду сайту."
|
292 |
|
293 |
-
#: includes/class-fcbkbttn-settings.php:
|
294 |
msgid "URL to Like"
|
295 |
msgstr "URL кнопки \"Подобається\""
|
296 |
|
297 |
-
#: includes/class-fcbkbttn-settings.php:
|
298 |
msgid "Leave blank to use a current page."
|
299 |
msgstr "Залиште порожнім, щоб використовувати поточну сторінку."
|
300 |
|
301 |
-
#: includes/class-fcbkbttn-settings.php:
|
302 |
msgid "Facebook Buttons Shortchode"
|
303 |
msgstr "Шорткод Facebook кнопок"
|
304 |
|
305 |
-
#: includes/class-fcbkbttn-settings.php:
|
306 |
msgid ""
|
307 |
"Add Facebook button(-s) to your posts, pages, custom post types or widgets "
|
308 |
"by using the following shortcode:"
|
@@ -310,15 +306,15 @@ msgstr ""
|
|
310 |
"Додати кнопки Facebook на ваші записи, сторінки, користувацькі типи записів "
|
311 |
"або віджети за допомогою даного шорткода:"
|
312 |
|
313 |
-
#: includes/class-fcbkbttn-settings.php:
|
314 |
msgid "Facebook Buttons Preview"
|
315 |
msgstr "Попередній перегляд Facebook кнопок"
|
316 |
|
317 |
-
#: includes/class-fcbkbttn-settings.php:
|
318 |
msgid "Display Settings"
|
319 |
msgstr "Налаштування відображення"
|
320 |
|
321 |
-
#: includes/class-fcbkbttn-settings.php:
|
322 |
msgid ""
|
323 |
"Please choose the necessary post types (or single pages) where Facebook "
|
324 |
"button will be displayed:"
|
@@ -326,18 +322,24 @@ msgstr ""
|
|
326 |
"Будь ласка, оберіть необхідні типи записів (чи сторінок), де буде "
|
327 |
"відображатися кнопка Facebook"
|
328 |
|
329 |
-
#: includes/class-fcbkbttn-settings.php:
|
330 |
msgid "Show URL for pages"
|
331 |
msgstr "Відображати URL сторінок"
|
332 |
|
333 |
-
#: includes/class-fcbkbttn-settings.php:
|
334 |
msgid "Example of the site's pages tree"
|
335 |
msgstr "Приклад дерева сторінок сайту"
|
336 |
|
337 |
-
#: includes/class-fcbkbttn-settings.php:
|
338 |
msgid "Example of site pages' tree"
|
339 |
msgstr "Приклад дерева сторінок сайту"
|
340 |
|
|
|
|
|
|
|
|
|
|
|
|
|
341 |
#~ msgid "All plugin settings were restored."
|
342 |
#~ msgstr "Всі налаштування плагіну було скинуто до стандартних."
|
343 |
|
@@ -498,7 +500,7 @@ msgstr "Приклад дерева сторінок сайту"
|
|
498 |
|
499 |
#~ msgid ""
|
500 |
#~ "Something went wrong. Try again later. If the error will appear again, "
|
501 |
-
#~ "please, contact us <a href=
|
502 |
#~ "a>. We are sorry for inconvenience."
|
503 |
#~ msgstr ""
|
504 |
#~ "Виникли певні проблеми. Спробуйте ще раз пізніше. Якщо помилка виникатиме "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook-button-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-04-06 10:49+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-04-06 10:50+0300\n"
|
7 |
"Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ua_UA\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.8.7.1\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
#: facebook-button-plugin.php:35 facebook-button-plugin.php:36
|
20 |
+
#: facebook-button-plugin.php:205 includes/class-fcbkbttn-settings.php:175
|
21 |
msgid "Facebook Button Settings"
|
22 |
msgstr "Установки кнопки Facebook"
|
23 |
|
24 |
+
#: facebook-button-plugin.php:36 facebook-button-plugin.php:409
|
25 |
+
#: facebook-button-plugin.php:423 includes/class-fcbkbttn-settings.php:23
|
26 |
msgid "Settings"
|
27 |
msgstr "Установки"
|
28 |
|
30 |
msgid "Upgrade to Pro"
|
31 |
msgstr "Оновитися до Pro"
|
32 |
|
33 |
+
#: facebook-button-plugin.php:206
|
34 |
msgid "Please, enable JavaScript in Your browser."
|
35 |
msgstr "Будь ласка, активуйте JavaScript у Вашому браузері."
|
36 |
|
37 |
+
#: facebook-button-plugin.php:302
|
38 |
msgid "Add Facebook buttons to your page or post"
|
39 |
msgstr "Додати кнопки Facebook на вашу сторінку або запис"
|
40 |
|
41 |
+
#: facebook-button-plugin.php:424
|
42 |
msgid "FAQ"
|
43 |
msgstr "FAQ"
|
44 |
|
45 |
+
#: facebook-button-plugin.php:425
|
46 |
msgid "Support"
|
47 |
msgstr "Підтримка"
|
48 |
|
62 |
msgid "License Key"
|
63 |
msgstr "Ліцензійний ключ"
|
64 |
|
65 |
+
#: includes/class-fcbkbttn-settings.php:99
|
66 |
msgid "Settings saved"
|
67 |
msgstr "Установки збережені"
|
68 |
|
69 |
+
#: includes/class-fcbkbttn-settings.php:128
|
70 |
msgid "Error: File size > 32K"
|
71 |
msgstr "Помилка: Розмір файлу > 32K"
|
72 |
|
73 |
+
#: includes/class-fcbkbttn-settings.php:131
|
74 |
msgid "Error: Invalid file type"
|
75 |
msgstr "Помилка: Невірний тип файлу"
|
76 |
|
77 |
+
#: includes/class-fcbkbttn-settings.php:137
|
78 |
msgid "Upload successful."
|
79 |
msgstr "Файл був завантажений успішно"
|
80 |
|
81 |
+
#: includes/class-fcbkbttn-settings.php:147
|
82 |
msgid "Error: failed to move file."
|
83 |
msgstr "Помилка: не вдалося переміщення файлу."
|
84 |
|
85 |
+
#: includes/class-fcbkbttn-settings.php:150
|
86 |
msgid "Error: check image width or height."
|
87 |
msgstr "Помилка: Перевірте ширину або висоту зображення."
|
88 |
|
89 |
+
#: includes/class-fcbkbttn-settings.php:154
|
90 |
msgid "Uploading Error: check image properties"
|
91 |
msgstr "Помилка Завантаження: Перевірте властивості зображення"
|
92 |
|
93 |
+
#: includes/class-fcbkbttn-settings.php:178
|
|
|
|
|
|
|
|
|
94 |
msgid "General"
|
95 |
msgstr "Загальне"
|
96 |
|
97 |
+
#: includes/class-fcbkbttn-settings.php:181
|
98 |
msgid "Buttons"
|
99 |
msgstr "Кнопки"
|
100 |
|
101 |
+
#: includes/class-fcbkbttn-settings.php:184
|
102 |
msgid "Profile URL"
|
103 |
msgstr "URL профілю"
|
104 |
|
105 |
+
#: includes/class-fcbkbttn-settings.php:185
|
106 |
+
#: includes/class-fcbkbttn-settings.php:371
|
107 |
msgid "Like"
|
108 |
msgstr "Подобається"
|
109 |
|
110 |
+
#: includes/class-fcbkbttn-settings.php:186
|
111 |
msgid "Share"
|
112 |
msgstr "Поширити"
|
113 |
|
114 |
+
#: includes/class-fcbkbttn-settings.php:191
|
115 |
msgid "Buttons Position"
|
116 |
msgstr "Розташування кнопок"
|
117 |
|
118 |
+
#: includes/class-fcbkbttn-settings.php:196
|
119 |
msgid "Before content"
|
120 |
msgstr "Перед вмістом"
|
121 |
|
122 |
+
#: includes/class-fcbkbttn-settings.php:201
|
123 |
msgid "After content"
|
124 |
msgstr "Після вмісту"
|
125 |
|
126 |
+
#: includes/class-fcbkbttn-settings.php:207
|
127 |
msgid "Language"
|
128 |
msgstr "Мова"
|
129 |
|
130 |
+
#: includes/class-fcbkbttn-settings.php:218
|
131 |
msgid "Select the default language for Facebook button(-s)."
|
132 |
msgstr "Оберіть мову за замовчуванням для кнопок Facebook."
|
133 |
|
134 |
+
#: includes/class-fcbkbttn-settings.php:227
|
|
|
135 |
#: includes/class-fcbkbttn-settings.php:230
|
136 |
+
#: includes/class-fcbkbttn-settings.php:234
|
137 |
msgid ""
|
138 |
"Enable to switch language automatically on multilingual website using "
|
139 |
"Multilanguage plugin."
|
141 |
"Включити, щоб перемкнути мову автоматично на багатомовному сайті, "
|
142 |
"використовуючи Multilanguage плагін."
|
143 |
|
144 |
+
#: includes/class-fcbkbttn-settings.php:230
|
145 |
#, php-format
|
146 |
msgid "Activate %s"
|
147 |
msgstr "Активувати %s"
|
148 |
|
149 |
+
#: includes/class-fcbkbttn-settings.php:234
|
150 |
msgid "Learn More"
|
151 |
msgstr "Докладніше"
|
152 |
|
153 |
+
#: includes/class-fcbkbttn-settings.php:239
|
154 |
msgid "Excerpt"
|
155 |
msgstr "Уривок"
|
156 |
|
157 |
+
#: includes/class-fcbkbttn-settings.php:241
|
158 |
msgid "Enable to display buttons in excerpt."
|
159 |
msgstr "Ввімкнути для відображення кнопок в уривку."
|
160 |
|
161 |
+
#: includes/class-fcbkbttn-settings.php:250
|
162 |
+
#: includes/class-fcbkbttn-settings.php:426
|
163 |
+
#: includes/class-fcbkbttn-settings.php:481
|
164 |
msgid "Close"
|
165 |
msgstr "Закрити"
|
166 |
|
167 |
+
#: includes/class-fcbkbttn-settings.php:254
|
168 |
msgid "Meta Image"
|
169 |
msgstr "Мета зображення"
|
170 |
|
171 |
+
#: includes/class-fcbkbttn-settings.php:259
|
172 |
msgid "Featured Image"
|
173 |
msgstr "Головне зображення"
|
174 |
|
175 |
+
#: includes/class-fcbkbttn-settings.php:263
|
176 |
msgid "Custom Image"
|
177 |
msgstr "Користувацьке зображення"
|
178 |
|
179 |
+
#: includes/class-fcbkbttn-settings.php:263
|
180 |
msgid "This image will be used for all posts"
|
181 |
msgstr "Це зображення буде використовуватися для всiх записiв"
|
182 |
|
183 |
+
#: includes/class-fcbkbttn-settings.php:270
|
184 |
msgid "Meta Description"
|
185 |
msgstr "Мета опис"
|
186 |
|
187 |
+
#: includes/class-fcbkbttn-settings.php:274
|
188 |
msgid ""
|
189 |
"This description will be used for all pages and posts. Leave blank to use "
|
190 |
"page description."
|
192 |
"Цей опис буде використовуватися для всіх записів і сторінок. Залиште "
|
193 |
"порожнім, щоб використовувати опис сторінки."
|
194 |
|
195 |
+
#: includes/class-fcbkbttn-settings.php:283
|
196 |
msgid "Profile URL Button"
|
197 |
msgstr "Кнопка URL профілю"
|
198 |
|
199 |
+
#: includes/class-fcbkbttn-settings.php:286
|
200 |
msgid "Facebook ID or Username"
|
201 |
msgstr "Facebook ID або Ім'я користувача"
|
202 |
|
203 |
+
#: includes/class-fcbkbttn-settings.php:293
|
204 |
msgid "Profile Button Image"
|
205 |
msgstr "Зображення кнопки профілю"
|
206 |
|
207 |
+
#: includes/class-fcbkbttn-settings.php:300
|
208 |
msgid "Default"
|
209 |
msgstr "За замовчуванням"
|
210 |
|
211 |
+
#: includes/class-fcbkbttn-settings.php:305
|
212 |
msgid "Custom image"
|
213 |
msgstr "Користувацьке зображення"
|
214 |
|
215 |
+
#: includes/class-fcbkbttn-settings.php:309
|
216 |
msgid ""
|
217 |
"To use custom image, You need to setup permissions for upload directory of "
|
218 |
"your site"
|
220 |
"Для використання користувацького зображення Вам необхідно видати права "
|
221 |
"доступу на папку завантажень на вашому сайті"
|
222 |
|
223 |
+
#: includes/class-fcbkbttn-settings.php:316
|
224 |
msgid "Current image"
|
225 |
msgstr "Поточне зображення"
|
226 |
|
227 |
+
#: includes/class-fcbkbttn-settings.php:324
|
228 |
msgid ""
|
229 |
"Image requirements: max image width:100px; max image height:40px; max image "
|
230 |
"size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
|
233 |
"висота зображення: 40px; максимальний розмір зображення: 32Kb; типи "
|
234 |
"зображеннь :\"jpg\", \"jpeg\", \"png\"."
|
235 |
|
236 |
+
#: includes/class-fcbkbttn-settings.php:328
|
237 |
msgid "Like&Share Buttons"
|
238 |
msgstr "Кнопки \"Подобається\" та \"Поширити\""
|
239 |
|
240 |
+
#: includes/class-fcbkbttn-settings.php:331
|
241 |
msgid "Layout"
|
242 |
msgstr "Вид"
|
243 |
|
244 |
+
#: includes/class-fcbkbttn-settings.php:366
|
245 |
msgid "Like Button Action"
|
246 |
msgstr "Дія кнопки \"Подобається\""
|
247 |
|
248 |
+
#: includes/class-fcbkbttn-settings.php:376
|
249 |
msgid "Recommend"
|
250 |
msgstr "Рекомендую"
|
251 |
|
252 |
+
#: includes/class-fcbkbttn-settings.php:382
|
253 |
+
msgid "Friends Faces"
|
254 |
msgstr "Обличчя друзів"
|
255 |
|
256 |
+
#: includes/class-fcbkbttn-settings.php:385
|
257 |
msgid " Enable to show faces of your friends who submitted the button."
|
258 |
msgstr "Включити, щоб показати обличчя своїх друзів, які натиснули кнопку."
|
259 |
|
260 |
+
#: includes/class-fcbkbttn-settings.php:389
|
261 |
msgid "Layout Width"
|
262 |
msgstr "Ширина блоку"
|
263 |
|
264 |
+
#: includes/class-fcbkbttn-settings.php:391
|
265 |
msgid "px"
|
266 |
msgstr "пікс"
|
267 |
|
268 |
+
#: includes/class-fcbkbttn-settings.php:395
|
269 |
msgid "Theme"
|
270 |
msgstr "Тема"
|
271 |
|
272 |
+
#: includes/class-fcbkbttn-settings.php:400
|
273 |
msgid "Light"
|
274 |
msgstr "Світла"
|
275 |
|
276 |
+
#: includes/class-fcbkbttn-settings.php:405
|
277 |
msgid "Dark"
|
278 |
msgstr "Темна"
|
279 |
|
280 |
+
#: includes/class-fcbkbttn-settings.php:411
|
281 |
msgid "Like Button HTML Tag"
|
282 |
msgstr "HTML тег кнопки \"Подобається\""
|
283 |
|
284 |
+
#: includes/class-fcbkbttn-settings.php:417
|
285 |
#, php-format
|
286 |
msgid "Tag %s can be used to improve website code validation."
|
287 |
msgstr "Тег %s може бути використаний для поліпшення валідації коду сайту."
|
288 |
|
289 |
+
#: includes/class-fcbkbttn-settings.php:430
|
290 |
msgid "URL to Like"
|
291 |
msgstr "URL кнопки \"Подобається\""
|
292 |
|
293 |
+
#: includes/class-fcbkbttn-settings.php:432
|
294 |
msgid "Leave blank to use a current page."
|
295 |
msgstr "Залиште порожнім, щоб використовувати поточну сторінку."
|
296 |
|
297 |
+
#: includes/class-fcbkbttn-settings.php:460
|
298 |
msgid "Facebook Buttons Shortchode"
|
299 |
msgstr "Шорткод Facebook кнопок"
|
300 |
|
301 |
+
#: includes/class-fcbkbttn-settings.php:463
|
302 |
msgid ""
|
303 |
"Add Facebook button(-s) to your posts, pages, custom post types or widgets "
|
304 |
"by using the following shortcode:"
|
306 |
"Додати кнопки Facebook на ваші записи, сторінки, користувацькі типи записів "
|
307 |
"або віджети за допомогою даного шорткода:"
|
308 |
|
309 |
+
#: includes/class-fcbkbttn-settings.php:482
|
310 |
msgid "Facebook Buttons Preview"
|
311 |
msgstr "Попередній перегляд Facebook кнопок"
|
312 |
|
313 |
+
#: includes/class-fcbkbttn-settings.php:497
|
314 |
msgid "Display Settings"
|
315 |
msgstr "Налаштування відображення"
|
316 |
|
317 |
+
#: includes/class-fcbkbttn-settings.php:506
|
318 |
msgid ""
|
319 |
"Please choose the necessary post types (or single pages) where Facebook "
|
320 |
"button will be displayed:"
|
322 |
"Будь ласка, оберіть необхідні типи записів (чи сторінок), де буде "
|
323 |
"відображатися кнопка Facebook"
|
324 |
|
325 |
+
#: includes/class-fcbkbttn-settings.php:513
|
326 |
msgid "Show URL for pages"
|
327 |
msgstr "Відображати URL сторінок"
|
328 |
|
329 |
+
#: includes/class-fcbkbttn-settings.php:519
|
330 |
msgid "Example of the site's pages tree"
|
331 |
msgstr "Приклад дерева сторінок сайту"
|
332 |
|
333 |
+
#: includes/class-fcbkbttn-settings.php:519
|
334 |
msgid "Example of site pages' tree"
|
335 |
msgstr "Приклад дерева сторінок сайту"
|
336 |
|
337 |
+
#~ msgid "Facebook button Settings"
|
338 |
+
#~ msgstr "Установки кнопок Facebook"
|
339 |
+
|
340 |
+
#~ msgid "Friends faces"
|
341 |
+
#~ msgstr "Обличчя друзів"
|
342 |
+
|
343 |
#~ msgid "All plugin settings were restored."
|
344 |
#~ msgstr "Всі налаштування плагіну було скинуто до стандартних."
|
345 |
|
500 |
|
501 |
#~ msgid ""
|
502 |
#~ "Something went wrong. Try again later. If the error will appear again, "
|
503 |
+
#~ "please, contact us <a href=https://support.bestwebsoft.com>BestWebSoft</"
|
504 |
#~ "a>. We are sorry for inconvenience."
|
505 |
#~ msgstr ""
|
506 |
#~ "Виникли певні проблеми. Спробуйте ще раз пізніше. Якщо помилка виникатиме "
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Facebook Button by BestWebSoft ===
|
2 |
Contributors: bestwebsoft
|
3 |
-
Donate link:
|
4 |
Tags: facebook buttons, share, like, add share button, social buttons, facebook, facebook button icon, follow, follow button, like button, share button, facebook plugin
|
5 |
Requires at least: 3.8
|
6 |
-
Tested up to: 4.7.
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -16,7 +16,7 @@ Facebook plugin is a best social media solution which adds Follow, Like, and Sha
|
|
16 |
|
17 |
Customize the appearance, configure settings, and enable other advanced options to get more social traffic to your website and keep your visitors involved!
|
18 |
|
19 |
-
|
20 |
|
21 |
= Free Features =
|
22 |
|
@@ -36,7 +36,7 @@ http://www.youtube.com/watch?v=hGNQs-rF8b8
|
|
36 |
* Before and after
|
37 |
* Custom position (using shortcode)
|
38 |
* Show/hide faces option
|
39 |
-
* Compatible with [Multilanguage](
|
40 |
* Choose Like button action – like or recommend
|
41 |
* Use a standard Follow button image or replace it with custom one
|
42 |
* Add custom code via plugin settings page
|
@@ -58,11 +58,11 @@ http://www.youtube.com/watch?v=hGNQs-rF8b8
|
|
58 |
> * Single pages
|
59 |
> * Facebook button preview
|
60 |
> * Configure all subsites on the network
|
61 |
-
> * Get answer to your support question within one business day ([Support Policy](
|
62 |
>
|
63 |
-
> [Upgrade to Pro Now](
|
64 |
|
65 |
-
If you have a feature suggestion or idea you'd like to see in the plugin, we'd love to hear about it! [Suggest a Feature](
|
66 |
|
67 |
= Documentation & Videos =
|
68 |
|
@@ -73,10 +73,11 @@ If you have a feature suggestion or idea you'd like to see in the plugin, we'd l
|
|
73 |
|
74 |
= Help & Support =
|
75 |
|
76 |
-
Visit our Help Center if you have any questions, our friendly Support Team is happy to help — <
|
77 |
|
78 |
= Translation =
|
79 |
|
|
|
80 |
* Finnish (fi_FI) (thanks to [Juhani Honkanen](mailto:juhani.honkanen@dnainternet.net))
|
81 |
* French (fr_FR) (thanks to [Murat](mailto:wpthemefr@gmail.com))
|
82 |
* Indonesian (id_ID) (thanks to Nasrulhaq, www.al-badar.net)
|
@@ -86,66 +87,70 @@ Visit our Help Center if you have any questions, our friendly Support Team is ha
|
|
86 |
* Turkish (tr_TR) (thanks to [Can Atasever](mailto:webmaster@canatasever.com))
|
87 |
* Ukrainian (uk)
|
88 |
|
89 |
-
Some of these translations are not complete. We are constantly adding new features which should be translated. If you would like to create your own language pack or update the existing one, you can send [the text of PO and MO files](
|
90 |
|
91 |
= Recommended Plugins =
|
92 |
|
93 |
-
* [Updater](
|
94 |
-
* [Google +1](
|
95 |
-
* [LinkedIn](
|
96 |
-
* [Multilanguage](
|
97 |
-
* [Pinterest](
|
98 |
-
* [Twitter](
|
99 |
|
100 |
= Donate =
|
101 |
|
102 |
Donations play an important role in supporting open-source projects. We greatly appreciate any donation you can make to help us continue further development of free products.
|
103 |
|
104 |
-
[Donate Now](
|
105 |
|
106 |
== Installation ==
|
107 |
|
108 |
1. Upload the folder `facebook-button-plugin` to the directory `/wp-content/plugins/`.
|
109 |
2. Activate the plugin via the 'Plugins' menu in your WordPress admin panel.
|
110 |
-
3. You can adjust the necessary settings in your WordPress admin panel - "
|
111 |
|
112 |
[View a Step-by-step Instruction on Facebook Button by BestWebSoft Installation](https://docs.google.com/document/d/1LDmKKxLHq0GavaGcevj4g-8SjLcYPruSKg5Kos9plxM/)
|
113 |
|
114 |
-
|
115 |
|
116 |
== Frequently Asked Questions ==
|
117 |
|
118 |
-
=
|
119 |
|
120 |
-
|
|
|
121 |
|
122 |
-
=
|
123 |
|
124 |
-
1. In WordPress admin panel, please go to
|
125 |
-
2. If you
|
126 |
|
127 |
-
= How to
|
128 |
|
129 |
-
In WordPress admin panel, please go to
|
130 |
|
131 |
-
=
|
132 |
|
133 |
-
1. In WordPress admin panel, please go to
|
134 |
-
2. If you
|
135 |
|
136 |
-
=
|
137 |
|
138 |
-
|
139 |
-
|
140 |
|
141 |
-
= I
|
142 |
|
143 |
-
|
144 |
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
|
|
|
|
|
|
149 |
|
150 |
== Screenshots ==
|
151 |
|
@@ -155,6 +160,10 @@ Please make sure that the problem hasn't been discussed yet on our forum (<http:
|
|
155 |
|
156 |
== Changelog ==
|
157 |
|
|
|
|
|
|
|
|
|
158 |
= V2.53 - 31.01.2017 =
|
159 |
* Update : The plugin settings page has been updated.
|
160 |
|
@@ -369,6 +378,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<http:
|
|
369 |
|
370 |
== Upgrade Notice ==
|
371 |
|
|
|
|
|
|
|
372 |
= V2.53 =
|
373 |
* Usability improved.
|
374 |
|
1 |
=== Facebook Button by BestWebSoft ===
|
2 |
Contributors: bestwebsoft
|
3 |
+
Donate link: https://bestwebsoft.com/donate/
|
4 |
Tags: facebook buttons, share, like, add share button, social buttons, facebook, facebook button icon, follow, follow button, like button, share button, facebook plugin
|
5 |
Requires at least: 3.8
|
6 |
+
Tested up to: 4.7.3
|
7 |
+
Stable tag: 2.54
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
16 |
|
17 |
Customize the appearance, configure settings, and enable other advanced options to get more social traffic to your website and keep your visitors involved!
|
18 |
|
19 |
+
https://www.youtube.com/watch?v=hGNQs-rF8b8
|
20 |
|
21 |
= Free Features =
|
22 |
|
36 |
* Before and after
|
37 |
* Custom position (using shortcode)
|
38 |
* Show/hide faces option
|
39 |
+
* Compatible with [Multilanguage](https://bestwebsoft.com/products/wordpress/plugins/multilanguage/?k=ce7cc6ad47715a97a579a6d9b59ed8b3) (current website language detection)
|
40 |
* Choose Like button action – like or recommend
|
41 |
* Use a standard Follow button image or replace it with custom one
|
42 |
* Add custom code via plugin settings page
|
58 |
> * Single pages
|
59 |
> * Facebook button preview
|
60 |
> * Configure all subsites on the network
|
61 |
+
> * Get answer to your support question within one business day ([Support Policy](https://bestwebsoft.com/support-policy/))
|
62 |
>
|
63 |
+
> [Upgrade to Pro Now](https://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/?k=4caab51af6593e97ad1e329fe0f53072)
|
64 |
|
65 |
+
If you have a feature suggestion or idea you'd like to see in the plugin, we'd love to hear about it! [Suggest a Feature](https://support.bestwebsoft.com/hc/en-us/requests/new)
|
66 |
|
67 |
= Documentation & Videos =
|
68 |
|
73 |
|
74 |
= Help & Support =
|
75 |
|
76 |
+
Visit our Help Center if you have any questions, our friendly Support Team is happy to help — <https://support.bestwebsoft.com/>
|
77 |
|
78 |
= Translation =
|
79 |
|
80 |
+
* Czech (cs_CZ) (thanks to [Michal Kučera](mailto:kucerami@gmail.com) www.n0lim.it)
|
81 |
* Finnish (fi_FI) (thanks to [Juhani Honkanen](mailto:juhani.honkanen@dnainternet.net))
|
82 |
* French (fr_FR) (thanks to [Murat](mailto:wpthemefr@gmail.com))
|
83 |
* Indonesian (id_ID) (thanks to Nasrulhaq, www.al-badar.net)
|
87 |
* Turkish (tr_TR) (thanks to [Can Atasever](mailto:webmaster@canatasever.com))
|
88 |
* Ukrainian (uk)
|
89 |
|
90 |
+
Some of these translations are not complete. We are constantly adding new features which should be translated. If you would like to create your own language pack or update the existing one, you can send [the text of PO and MO files](https://codex.wordpress.org/Translating_WordPress) to [BestWebSoft](https://support.bestwebsoft.com/hc/en-us/requests/new) and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO [files Poedit](https://www.poedit.net/download.php).
|
91 |
|
92 |
= Recommended Plugins =
|
93 |
|
94 |
+
* [Updater](https://bestwebsoft.com/products/wordpress/plugins/updater/?k=5019f1216fc048f1419fe4645da69381) - Automatically check and update WordPress core with all installed plugins to the latest versions. Manual mode, email notifications and backups of all your files and database before updating.
|
95 |
+
* [Google +1](https://bestwebsoft.com/products/wordpress/plugins/google-plus-one/?k=1f911e6a8a57be8dec36aa4c617773d2) - Add Google +1 Share, Follow, Hangout buttons and profile badge to WordPress posts, pages and widgets.
|
96 |
+
* [LinkedIn](https://bestwebsoft.com/products/wordpress/plugins/linkedin/?k=b51477f9bcefca82ad8a4a1901806171) - Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. 5 plugins included – profile, insider, etc.
|
97 |
+
* [Multilanguage](https://bestwebsoft.com/products/wordpress/plugins/multilanguage/?k=ce7cc6ad47715a97a579a6d9b59ed8b3) - Translate WordPress website content to other languages manually. Create multilingual pages, posts, widgets, menus, etc.
|
98 |
+
* [Pinterest](https://bestwebsoft.com/products/wordpress/plugins/pinterest/?k=6c0ee1d224732f70f3099746cfc82c92) - Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, Profile) to WordPress posts, pages and widgets.
|
99 |
+
* [Twitter](https://bestwebsoft.com/products/wordpress/plugins/twitter/?k=f1d29ef28baa75cc05d52def8ca1021d) - Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts, pages and widgets.
|
100 |
|
101 |
= Donate =
|
102 |
|
103 |
Donations play an important role in supporting open-source projects. We greatly appreciate any donation you can make to help us continue further development of free products.
|
104 |
|
105 |
+
[Donate Now](https://bestwebsoft.com/donate/)
|
106 |
|
107 |
== Installation ==
|
108 |
|
109 |
1. Upload the folder `facebook-button-plugin` to the directory `/wp-content/plugins/`.
|
110 |
2. Activate the plugin via the 'Plugins' menu in your WordPress admin panel.
|
111 |
+
3. You can adjust the necessary settings in your WordPress admin panel - "Facebook Button".
|
112 |
|
113 |
[View a Step-by-step Instruction on Facebook Button by BestWebSoft Installation](https://docs.google.com/document/d/1LDmKKxLHq0GavaGcevj4g-8SjLcYPruSKg5Kos9plxM/)
|
114 |
|
115 |
+
https://www.youtube.com/watch?v=pAKsQPz3RZc
|
116 |
|
117 |
== Frequently Asked Questions ==
|
118 |
|
119 |
+
= After the plugin installation and settings adjustment on the settings page, it is still not working =
|
120 |
|
121 |
+
1. You should click "Save Changes". Make sure that you got the message "Settings saved".
|
122 |
+
2. Refresh your web page where Facebook Button icon should be placed.
|
123 |
|
124 |
+
= How to change Facebook Button icon ("Profile URL")? =
|
125 |
|
126 |
+
1. In WordPress admin panel, please go to Facebook Button settings page and choose one of the listed positions: Default Profile Button Image or Custom Profile Button Image. Then click "Save Changes".
|
127 |
+
2. If you choose Custom Profile Button Image, you can upload your own picture. You should click "Choose file" and choose an image in your folder. Then click "Save Changes".
|
128 |
|
129 |
+
= How to set Facebook Button position on the page? =
|
130 |
|
131 |
+
In WordPress admin panel, please go to Facebook Button settings page and choose one of the listed positions: Before content or After content. Then click "Save Changes".
|
132 |
|
133 |
+
= After clicking Facebook Button icon, I see the Facebook Home page instead of the necessary account page =
|
134 |
|
135 |
+
1. In WordPress admin panel, please go to Facebook Button settings page and enter your Facebook ID or username. Then click "Save Changes".
|
136 |
+
2. If you do not have the Facebook account yet, you should create it here. After the account is created, please follow the instructions above.
|
137 |
|
138 |
+
= When people like and/or leave comments to my post, will this be displayed on my Facebook page? =
|
139 |
|
140 |
+
No, it will not. The case is: Like for a WordPress site is a Like of a certain URL, but not the page content, while on Facebook it's Like of the content, not the URL. I.e. these are two different things, and it is impossible to link them.
|
141 |
+
For more data on the Like button, please check the developers' page (<https://developers.facebook.com/docs/plugins/like-button>).
|
142 |
|
143 |
+
= If I install a new version of the plugin, will I lose all the likes I got on the previous version (I mean will they switch to zero on my website?)? =
|
144 |
|
145 |
+
You will not lose them because they are stored on the Facebook server.
|
146 |
|
147 |
+
= I have some problems with the plugin's work. What Information should I provide to receive proper support? =
|
148 |
+
|
149 |
+
Please make sure that the problem hasn't been discussed yet on our forum (<https://support.bestwebsoft.com>). If no, please provide the following data along with your problem's description:
|
150 |
+
- The link to the page where the problem occurs
|
151 |
+
- The name of the plugin and its version. If you are using a pro version - your order number.
|
152 |
+
- The version of your WordPress installation
|
153 |
+
- Copy and paste into the message your system status report. Please read more here: [Instruction on System Status](https://docs.google.com/document/d/1Wi2X8RdRGXk9kMszQy1xItJrpN0ncXgioH935MaBKtc/)
|
154 |
|
155 |
== Screenshots ==
|
156 |
|
160 |
|
161 |
== Changelog ==
|
162 |
|
163 |
+
= V2.54 - 06.04.2017 =
|
164 |
+
* NEW : Czech language file is added.
|
165 |
+
* Bugfix : Bug with incorrect My Page Facebook button link was fixed.
|
166 |
+
|
167 |
= V2.53 - 31.01.2017 =
|
168 |
* Update : The plugin settings page has been updated.
|
169 |
|
378 |
|
379 |
== Upgrade Notice ==
|
380 |
|
381 |
+
= V2.54 =
|
382 |
+
* Languages updated.
|
383 |
+
|
384 |
= V2.53 =
|
385 |
* Usability improved.
|
386 |
|