Version Description
- 04.12.2017 =
- Bugfix : The compatibility issue with Google Captcha (reCAPTCHA) plugin has been fixed.
- Bugfix : The compatibility issue with Captcha plugin has been fixed.
- NEW : The Indonesian language file has been added.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | ![]() |
Version | 4.0.8 |
Comparing to | |
See all releases |
Code changes from version 4.0.7 to 4.0.8
- bws_menu/bws_functions.php +76 -64
- bws_menu/bws_include.php +2 -1
- bws_menu/bws_menu.php +90 -103
- bws_menu/class-bws-settings.php +52 -41
- bws_menu/css/modal.css +114 -0
- bws_menu/deactivation-form.php +429 -0
- bws_menu/deprecated.php +30 -26
- bws_menu/fonts/bwsicons.eot +0 -0
- bws_menu/fonts/bwsicons.svg +1 -4
- bws_menu/fonts/bwsicons.ttf +0 -0
- bws_menu/fonts/bwsicons.woff +0 -0
- bws_menu/languages/bestwebsoft-cs_CZ.mo +0 -0
- bws_menu/languages/bestwebsoft-cs_CZ.po +546 -297
- bws_menu/languages/bestwebsoft-es_ES.mo +0 -0
- bws_menu/languages/bestwebsoft-es_ES.po +1791 -0
- bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
- bws_menu/languages/bestwebsoft-fr_FR.po +412 -286
- bws_menu/languages/bestwebsoft-id_ID.mo +0 -0
- bws_menu/languages/bestwebsoft-id_ID.po +409 -283
- bws_menu/languages/bestwebsoft-nl_NL.mo +0 -0
- bws_menu/languages/bestwebsoft-nl_NL.po +409 -283
- bws_menu/languages/bestwebsoft-pl_PL.mo +0 -0
- bws_menu/languages/bestwebsoft-pl_PL.po +415 -289
- bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
- bws_menu/languages/bestwebsoft-ru_RU.po +462 -290
- bws_menu/languages/bestwebsoft-uk.mo +0 -0
- bws_menu/languages/bestwebsoft-uk.po +456 -291
- bws_menu/product_list.php +14 -25
- contact_form.php +367 -378
- languages/contact-form-plugin-af_ZA.mo +0 -0
- languages/contact-form-plugin-af_ZA.po +271 -247
- languages/contact-form-plugin-ca.mo +0 -0
- languages/contact-form-plugin-ca.po +253 -242
- languages/contact-form-plugin-cs_CZ.mo +0 -0
- languages/contact-form-plugin-cs_CZ.po +271 -246
- languages/contact-form-plugin-da_DK.mo +0 -0
- languages/contact-form-plugin-da_DK.po +274 -250
- languages/contact-form-plugin-de_DE.mo +0 -0
- languages/contact-form-plugin-de_DE.po +271 -247
- languages/contact-form-plugin-el.mo +0 -0
- languages/contact-form-plugin-el.po +275 -251
- languages/contact-form-plugin-es_ES.mo +0 -0
- languages/contact-form-plugin-es_ES.po +270 -246
- languages/contact-form-plugin-et.mo +0 -0
- languages/contact-form-plugin-et.po +270 -246
- languages/contact-form-plugin-fr_FR.mo +0 -0
- languages/contact-form-plugin-fr_FR.po +271 -247
- languages/contact-form-plugin-id_ID.mo +0 -0
- languages/contact-form-plugin-id_ID.po +1337 -0
bws_menu/bws_functions.php
CHANGED
@@ -4,6 +4,7 @@
|
|
4 |
*/
|
5 |
|
6 |
require( dirname( __FILE__ ) . '/deprecated.php' );
|
|
|
7 |
|
8 |
/**
|
9 |
* Function to add 'bestwebsoft' slug for BWS_Menu MO file if BWS_Menu loaded from theme.
|
@@ -55,7 +56,7 @@ if ( ! function_exists ( 'bws_menu_url' ) ) {
|
|
55 |
* Function check if plugin is compatible with current WP version
|
56 |
* @return void
|
57 |
*/
|
58 |
-
if ( ! function_exists
|
59 |
function bws_wp_min_version_check( $plugin_basename, $plugin_info, $require_wp, $min_wp = false ) {
|
60 |
global $wp_version, $bws_versions_notice_array;
|
61 |
if ( false == $min_wp )
|
@@ -89,7 +90,7 @@ if ( ! function_exists( 'bws_plugin_reviews_block' ) ) {
|
|
89 |
<div class="bws-plugin-reviews">
|
90 |
<div class="bws-plugin-reviews-rate">
|
91 |
<?php _e( 'Like the plugin?', 'bestwebsoft' ); ?>
|
92 |
-
<a href="
|
93 |
<?php _e( 'Rate it', 'bestwebsoft' ); ?>
|
94 |
<span class="dashicons dashicons-star-filled"></span>
|
95 |
<span class="dashicons dashicons-star-filled"></span>
|
@@ -119,12 +120,12 @@ if ( ! function_exists ( 'bws_plugin_update_row' ) ) {
|
|
119 |
$class = ( $wp_version >= 4.6 ) ? 'active' : '';
|
120 |
$style = ( $wp_version < 4.6 ) ? ' style="background-color: #FFEBE8;border-color: #CC0000;"' : '';
|
121 |
$div_class = ( $wp_version >= 4.6 ) ? ' notice inline notice-warning notice-alt' : '';
|
122 |
-
echo '<tr class="bws-plugin-update-tr plugin-update-tr ' . $class . '" id="' . $explode_plugin_key[0] . '-update" data-slug="' . $explode_plugin_key[0] . '" data-plugin="' . $plugin_key . '">
|
123 |
-
<td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
|
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
|
128 |
if ( $wp_version >= 4.6 )
|
129 |
echo '</p>';
|
130 |
echo '</div>
|
@@ -135,13 +136,13 @@ if ( ! function_exists ( 'bws_plugin_update_row' ) ) {
|
|
135 |
$class = ( $wp_version >= 4.6 ) ? 'active' : '';
|
136 |
$style = ( $wp_version < 4.6 ) ? ' style="color: #8C0000;"' : '';
|
137 |
$div_class = ( $wp_version >= 4.6 ) ? ' notice inline notice-warning notice-alt' : '';
|
138 |
-
echo '<tr class="bws-plugin-update-tr plugin-update-tr ' . $class . '" id="' . $explode_plugin_key[0] . '-update" data-slug="' . $explode_plugin_key[0] . '" data-plugin="' . $plugin_key . '">
|
139 |
-
<td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
|
140 |
<div class="update-message' . $div_class . '"' . $style . '>';
|
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 |
}
|
@@ -155,18 +156,18 @@ if ( ! function_exists ( 'bws_plugin_update_row' ) ) {
|
|
155 |
$class = ( $wp_version >= 4.6 ) ? 'active' : '';
|
156 |
$style = ( $wp_version < 4.6 ) ? ' style="color: #8C0000;"' : '';
|
157 |
$div_class = ( $wp_version >= 4.6 ) ? ' notice inline notice-warning notice-alt' : '';
|
158 |
-
echo '<tr class="bws-plugin-update-tr plugin-update-tr ' . $class . '" id="' . $explode_plugin_key[0] . '-update" data-slug="' . $explode_plugin_key[0] . '" data-plugin="' . $plugin_key . '">
|
159 |
-
<td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
|
160 |
<div class="update-message' . $div_class . '"' . $style . '>';
|
161 |
if ( $wp_version >= 4.6 )
|
162 |
echo '<p>';
|
163 |
if ( $free_plugin_name != false ) {
|
164 |
-
|
165 |
} else {
|
166 |
_e( 'Notice: You are using the Pro Trial license of plugin.', 'bestwebsoft' );
|
167 |
}
|
168 |
if ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) )
|
169 |
-
echo ' ' . __(
|
170 |
if ( $wp_version >= 4.6 )
|
171 |
echo '</p>';
|
172 |
echo '</div>
|
@@ -183,15 +184,15 @@ if ( ! function_exists( 'bws_admin_notices' ) ) {
|
|
183 |
/* versions notice */
|
184 |
if ( ! empty( $bws_versions_notice_array ) ) {
|
185 |
foreach ( $bws_versions_notice_array as $key => $value ) { ?>
|
186 |
-
<div class="update-nag"
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
<?php }
|
196 |
}
|
197 |
|
@@ -204,12 +205,13 @@ 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 printf( __( 'Thank you for installing %s plugin!', 'bestwebsoft' ), $bws_plugin_banner_to_settings[0]['plugin_info']['Name'] );
|
|
|
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'] ) { ?>
|
211 |
<?php _e( 'or', 'bestwebsoft' ); ?>
|
212 |
-
<a href="<?php echo $bws_plugin_banner_to_settings[0]['post_type_url']; ?>"><?php _e( 'Add New', 'bestwebsoft' ); ?></a>
|
213 |
<?php } ?>
|
214 |
</div>
|
215 |
<form action="" method="post">
|
@@ -239,9 +241,9 @@ if ( ! function_exists( 'bws_admin_notices' ) ) {
|
|
239 |
<div class="bws-details hide-if-js">
|
240 |
<?php foreach ( $bws_plugin_banner_to_settings as $value ) { ?>
|
241 |
<div>
|
242 |
-
<strong><?php echo str_replace( ' by BestWebSoft', '', $value['plugin_info']['Name'] ); ?></strong> <a href="<?php echo $value['settings_url']; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
|
243 |
<?php if ( false != $value['post_type_url'] ) { ?>
|
244 |
-
 | <a target="_blank" href="<?php echo $value['post_type_url']; ?>"><?php _e( 'Add New', 'bestwebsoft' ); ?></a>
|
245 |
<?php } ?>
|
246 |
<input type="hidden" name="bws_hide_settings_notice_<?php echo $value['plugin_options_name']; ?>" value="hide" />
|
247 |
</div>
|
@@ -331,12 +333,12 @@ if ( ! function_exists( 'bws_plugin_banner' ) ) {
|
|
331 |
<div class="icon">
|
332 |
<img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
|
333 |
</div>
|
334 |
-
<div class="text"
|
335 |
-
_e( 'It’s time to upgrade your', 'bestwebsoft' ); ?> <strong><?php echo $plugin_info['Name']; ?> plugin</strong> <?php _e( 'to', 'bestwebsoft' ); ?> <strong>Pro</strong> <?php _e( 'version!', 'bestwebsoft' ); ?><br />
|
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
|
340 |
</div>
|
341 |
</div>
|
342 |
</div>
|
@@ -350,9 +352,14 @@ if ( ! function_exists( 'bws_plugin_banner' ) ) {
|
|
350 |
}
|
351 |
|
352 |
if ( ! function_exists ( 'bws_plugin_banner_timeout' ) ) {
|
353 |
-
function bws_plugin_banner_timeout( $plugin_key, $plugin_prefix, $plugin_name, $
|
354 |
global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_cookie_add;
|
355 |
if ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) && ( strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) < strtotime( date("m/d/Y") . '+1 month' ) ) && ( strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) > strtotime( date("m/d/Y") ) ) ) {
|
|
|
|
|
|
|
|
|
|
|
356 |
if ( ! isset( $bstwbsftwppdtplgns_cookie_add ) ) {
|
357 |
echo '<script type="text/javascript" src="' . bws_menu_url( 'js/c_o_o_k_i_e.js' ) . '"></script>';
|
358 |
$bstwbsftwppdtplgns_cookie_add = true;
|
@@ -377,7 +384,7 @@ if ( ! function_exists ( 'bws_plugin_banner_timeout' ) ) {
|
|
377 |
<div class="<?php echo $plugin_prefix; ?>_message_timeout bws_banner_on_plugin_page bws_banner_timeout" style="display:none;">
|
378 |
<button class="<?php echo $plugin_prefix; ?>_close_icon close_icon notice-dismiss bws_hide_settings_notice" title="<?php _e( 'Close notice', 'bestwebsoft' ); ?>"></button>
|
379 |
<div class="icon">
|
380 |
-
<img title="" src="<?php echo $
|
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>
|
@@ -523,7 +530,7 @@ if ( ! function_exists ( 'bws_plugins_admin_init' ) ) {
|
|
523 |
function bws_plugins_admin_init() {
|
524 |
if ( isset( $_GET['bws_activate_plugin'] ) && check_admin_referer( 'bws_activate_plugin' . $_GET['bws_activate_plugin'] ) ) {
|
525 |
|
526 |
-
$plugin = isset( $_GET['bws_activate_plugin'] ) ? $_GET['bws_activate_plugin'] : '';
|
527 |
$result = activate_plugin( $plugin, '', is_network_admin() );
|
528 |
if ( is_wp_error( $result ) ) {
|
529 |
if ( 'unexpected_output' == $result->get_error_code() ) {
|
@@ -544,11 +551,24 @@ if ( ! function_exists ( 'bws_plugins_admin_init' ) ) {
|
|
544 |
unset( $recent[ $plugin ] );
|
545 |
update_site_option( 'recently_activated', $recent );
|
546 |
}
|
547 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
548 |
exit();
|
549 |
}
|
550 |
|
551 |
-
if ( isset( $_GET['page'] ) && $_GET['page'] == 'bws_panel' ) {
|
552 |
if ( ! session_id() )
|
553 |
@session_start();
|
554 |
}
|
@@ -559,7 +579,7 @@ if ( ! function_exists ( 'bws_plugins_admin_init' ) ) {
|
|
559 |
|
560 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
|
561 |
function bws_admin_enqueue_scripts() {
|
562 |
-
global $wp_scripts;
|
563 |
|
564 |
$jquery_version = isset( $wp_scripts->registered['jquery-ui-core']->ver ) ? $wp_scripts->registered['jquery-ui-core']->ver : '1.12.1';
|
565 |
|
@@ -574,6 +594,10 @@ if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
|
|
574 |
add_thickbox();
|
575 |
wp_enqueue_script( 'plugin-install' );
|
576 |
}
|
|
|
|
|
|
|
|
|
577 |
}
|
578 |
}
|
579 |
|
@@ -652,14 +676,24 @@ if ( ! function_exists ( 'bws_plugins_admin_head' ) ) {
|
|
652 |
),
|
653 |
'set_timeout' => 2000
|
654 |
);
|
655 |
-
if ( $wp_version < '3.9' )
|
656 |
-
$tooltip_args['css_selector'] = '.mce_add_bws_shortcode';
|
657 |
bws_add_tooltip_in_admin( $tooltip_args );
|
658 |
}
|
659 |
}
|
660 |
}
|
661 |
}
|
662 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
663 |
if ( ! function_exists ( 'bws_plugins_include_codemirror' ) ) {
|
664 |
function bws_plugins_include_codemirror() {
|
665 |
wp_enqueue_style( 'codemirror.css', bws_menu_url( 'css/codemirror.css' ) );
|
@@ -833,7 +867,7 @@ if ( ! function_exists( 'bws_shortcode_media_button_popup' ) ) {
|
|
833 |
<h4><?php _e( 'Plugin', 'bestwebsoft' ); ?></h4>
|
834 |
<select name="bws_shortcode_select" id="bws_shortcode_select">
|
835 |
<?php foreach ( $bws_shortcode_list as $key => $value ) { ?>
|
836 |
-
<option value="<?php echo $key; ?>"><?php echo $value['name']; ?></option>
|
837 |
<?php } ?>
|
838 |
</select>
|
839 |
</div>
|
@@ -847,33 +881,9 @@ if ( ! function_exists( 'bws_shortcode_media_button_popup' ) ) {
|
|
847 |
<p><?php _e( 'The shortcode will be inserted', 'bestwebsoft' ); ?></p>
|
848 |
<div id="bws_shortcode_block"><div id="bws_shortcode_display"></div></div>
|
849 |
</div>
|
850 |
-
<?php if ( $wp_version < '3.9' ) { ?>
|
851 |
-
<p>
|
852 |
-
<button class="button-primary primary bws_shortcode_insert"><?php _e( 'Insert', 'bestwebsoft' ); ?></button>
|
853 |
-
</p>
|
854 |
-
<?php } ?>
|
855 |
</div>
|
856 |
</div>
|
857 |
<?php }
|
858 |
-
if ( $wp_version < '3.9' ) { ?>
|
859 |
-
<script type="text/javascript">
|
860 |
-
(function($){
|
861 |
-
$( '.bws_shortcode_insert' ).on( 'click',function() {
|
862 |
-
var shortcode = $( '#TB_ajaxContent #bws_shortcode_display' ).text();
|
863 |
-
if ( '' != shortcode ) {
|
864 |
-
/* insert shortcode to tinymce */
|
865 |
-
if ( !tinyMCE.activeEditor || tinyMCE.activeEditor.isHidden() ) {
|
866 |
-
$( 'textarea#content' ).val( shortcode );
|
867 |
-
} else {
|
868 |
-
tinyMCE.execCommand( 'mceInsertContent', false, shortcode );
|
869 |
-
}
|
870 |
-
}
|
871 |
-
/* close the thickbox after adding shortcode to editor */
|
872 |
-
self.parent.tb_remove();
|
873 |
-
});
|
874 |
-
})(jQuery);
|
875 |
-
</script>
|
876 |
-
<?php }
|
877 |
}
|
878 |
}
|
879 |
|
@@ -890,6 +900,8 @@ if ( ! function_exists( 'bws_shortcode_output' ) ) {
|
|
890 |
/**
|
891 |
* output tooltip
|
892 |
* @since 1.9.8
|
|
|
|
|
893 |
*/
|
894 |
if ( ! function_exists( 'bws_add_help_box' ) ) {
|
895 |
function bws_add_help_box( $content, $class = '' ) {
|
@@ -904,7 +916,7 @@ if ( ! function_exists( 'bws_help_tab' ) ) {
|
|
904 |
function bws_help_tab( $screen, $args ) {
|
905 |
$url = ( ! empty( $args['section'] ) ) ? 'https://support.bestwebsoft.com/hc/en-us/sections/' . $args['section'] : 'https://support.bestwebsoft.com/';
|
906 |
|
907 |
-
$content = '<p><a href="' . $url . '" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' ) . '</a></p>';
|
908 |
|
909 |
$screen->add_help_tab(
|
910 |
array(
|
@@ -1048,7 +1060,7 @@ if ( ! function_exists( 'bws_delete_plugin' ) ) {
|
|
1048 |
add_action( 'admin_init', 'bws_plugins_admin_init' );
|
1049 |
add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
|
1050 |
add_action( 'admin_head', 'bws_plugins_admin_head' );
|
1051 |
-
add_action( 'admin_footer','
|
1052 |
|
1053 |
add_action( 'admin_notices', 'bws_admin_notices', 30 );
|
1054 |
|
4 |
*/
|
5 |
|
6 |
require( dirname( __FILE__ ) . '/deprecated.php' );
|
7 |
+
require_once( dirname( __FILE__ ) . '/deactivation-form.php' );
|
8 |
|
9 |
/**
|
10 |
* Function to add 'bestwebsoft' slug for BWS_Menu MO file if BWS_Menu loaded from theme.
|
56 |
* Function check if plugin is compatible with current WP version
|
57 |
* @return void
|
58 |
*/
|
59 |
+
if ( ! function_exists( 'bws_wp_min_version_check' ) ) {
|
60 |
function bws_wp_min_version_check( $plugin_basename, $plugin_info, $require_wp, $min_wp = false ) {
|
61 |
global $wp_version, $bws_versions_notice_array;
|
62 |
if ( false == $min_wp )
|
90 |
<div class="bws-plugin-reviews">
|
91 |
<div class="bws-plugin-reviews-rate">
|
92 |
<?php _e( 'Like the plugin?', 'bestwebsoft' ); ?>
|
93 |
+
<a href="https://wordpress.org/support/view/plugin-reviews/<?php echo esc_attr( $plugin_slug ); ?>?filter=5" target="_blank" title="<?php printf( __( '%s reviews', 'bestwebsoft' ), sanitize_text_field( $plugin_name ) ); ?>">
|
94 |
<?php _e( 'Rate it', 'bestwebsoft' ); ?>
|
95 |
<span class="dashicons dashicons-star-filled"></span>
|
96 |
<span class="dashicons dashicons-star-filled"></span>
|
120 |
$class = ( $wp_version >= 4.6 ) ? 'active' : '';
|
121 |
$style = ( $wp_version < 4.6 ) ? ' style="background-color: #FFEBE8;border-color: #CC0000;"' : '';
|
122 |
$div_class = ( $wp_version >= 4.6 ) ? ' notice inline notice-warning notice-alt' : '';
|
123 |
+
echo '<tr class="bws-plugin-update-tr plugin-update-tr ' . $class . '" id="' . esc_attr( $explode_plugin_key[0] ) . '-update" data-slug="' . esc_attr( $explode_plugin_key[0] ) . '" data-plugin="' . esc_attr( $plugin_key ) . '">
|
124 |
+
<td colspan="' . esc_attr( $wp_list_table->get_column_count() ) . '" class="plugin-update colspanchange">
|
125 |
<div class="update-message' . $div_class . '"' . $style . '>';
|
126 |
if ( $wp_version >= 4.6 )
|
127 |
echo '<p>';
|
128 |
+
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 your 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>';
|
129 |
if ( $wp_version >= 4.6 )
|
130 |
echo '</p>';
|
131 |
echo '</div>
|
136 |
$class = ( $wp_version >= 4.6 ) ? 'active' : '';
|
137 |
$style = ( $wp_version < 4.6 ) ? ' style="color: #8C0000;"' : '';
|
138 |
$div_class = ( $wp_version >= 4.6 ) ? ' notice inline notice-warning notice-alt' : '';
|
139 |
+
echo '<tr class="bws-plugin-update-tr plugin-update-tr ' . $class . '" id="' . esc_attr( $explode_plugin_key[0] ) . '-update" data-slug="' . esc_attr( $explode_plugin_key[0] ) . '" data-plugin="' . esc_attr( $plugin_key ) . '">
|
140 |
+
<td colspan="' . esc_attr( $wp_list_table->get_column_count() ) . '" class="plugin-update colspanchange">
|
141 |
<div class="update-message' . $div_class . '"' . $style . '>';
|
142 |
if ( $wp_version >= 4.6 )
|
143 |
echo '<p>';
|
144 |
if ( isset( $bstwbsftwppdtplgns_options['trial'][ $plugin_key ] ) && $link_slug != false ) {
|
145 |
+
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/' . esc_attr( $link_slug ) . '/">https://bestwebsoft.com/products/wordpress/plugins/' . esc_attr( $link_slug ) . '/</a>';
|
146 |
} else {
|
147 |
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>';
|
148 |
}
|
156 |
$class = ( $wp_version >= 4.6 ) ? 'active' : '';
|
157 |
$style = ( $wp_version < 4.6 ) ? ' style="color: #8C0000;"' : '';
|
158 |
$div_class = ( $wp_version >= 4.6 ) ? ' notice inline notice-warning notice-alt' : '';
|
159 |
+
echo '<tr class="bws-plugin-update-tr plugin-update-tr ' . $class . '" id="' . esc_attr( $explode_plugin_key[0] ) . '-update" data-slug="' . esc_attr( $explode_plugin_key[0] ) . '" data-plugin="' . esc_attr( $plugin_key ) . '">
|
160 |
+
<td colspan="' . esc_attr( $wp_list_table->get_column_count() ) . '" class="plugin-update colspanchange">
|
161 |
<div class="update-message' . $div_class . '"' . $style . '>';
|
162 |
if ( $wp_version >= 4.6 )
|
163 |
echo '<p>';
|
164 |
if ( $free_plugin_name != false ) {
|
165 |
+
printf( __( 'Notice: You are using the Pro Trial license of %s plugin.', 'bestwebsoft' ), $free_plugin_name );
|
166 |
} else {
|
167 |
_e( 'Notice: You are using the Pro Trial license of plugin.', 'bestwebsoft' );
|
168 |
}
|
169 |
if ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) )
|
170 |
+
echo ' ' . __( 'The Pro Trial license will expire on', 'bestwebsoft' ) . ' ' . $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] . '.';
|
171 |
if ( $wp_version >= 4.6 )
|
172 |
echo '</p>';
|
173 |
echo '</div>
|
184 |
/* versions notice */
|
185 |
if ( ! empty( $bws_versions_notice_array ) ) {
|
186 |
foreach ( $bws_versions_notice_array as $key => $value ) { ?>
|
187 |
+
<div class="update-nag">
|
188 |
+
<?php printf(
|
189 |
+
"<strong>%s</strong> %s <strong>WordPress %s</strong> %s",
|
190 |
+
$value['name'],
|
191 |
+
__( 'requires', 'bestwebsoft' ),
|
192 |
+
$value['version'],
|
193 |
+
__( 'or higher! We do not guarantee that our plugin will work correctly. Please upgrade to WordPress latest version.', 'bestwebsoft' )
|
194 |
+
); ?>
|
195 |
+
</div>
|
196 |
<?php }
|
197 |
}
|
198 |
|
205 |
<img title="" src="<?php echo esc_attr( $bws_plugin_banner_to_settings[0]['banner_url'] ); ?>" alt="" />
|
206 |
</div>
|
207 |
<div class="text">
|
208 |
+
<strong><?php printf( __( 'Thank you for installing %s plugin!', 'bestwebsoft' ), $bws_plugin_banner_to_settings[0]['plugin_info']['Name'] ); ?></strong>
|
209 |
+
<br />
|
210 |
<?php _e( "Let's get started", 'bestwebsoft' ); ?>:
|
211 |
+
<a href="<?php echo esc_url( self_admin_url( $bws_plugin_banner_to_settings[0]['settings_url'] ) ); ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
|
212 |
<?php if ( false != $bws_plugin_banner_to_settings[0]['post_type_url'] ) { ?>
|
213 |
<?php _e( 'or', 'bestwebsoft' ); ?>
|
214 |
+
<a href="<?php echo esc_url( self_admin_url( $bws_plugin_banner_to_settings[0]['post_type_url'] ) ); ?>"><?php _e( 'Add New', 'bestwebsoft' ); ?></a>
|
215 |
<?php } ?>
|
216 |
</div>
|
217 |
<form action="" method="post">
|
241 |
<div class="bws-details hide-if-js">
|
242 |
<?php foreach ( $bws_plugin_banner_to_settings as $value ) { ?>
|
243 |
<div>
|
244 |
+
<strong><?php echo str_replace( ' by BestWebSoft', '', $value['plugin_info']['Name'] ); ?></strong> <a href="<?php echo esc_url( self_admin_url( $value['settings_url'] ) ); ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
|
245 |
<?php if ( false != $value['post_type_url'] ) { ?>
|
246 |
+
 | <a target="_blank" href="<?php echo esc_url( self_admin_url( $value['post_type_url'] ) ); ?>"><?php _e( 'Add New', 'bestwebsoft' ); ?></a>
|
247 |
<?php } ?>
|
248 |
<input type="hidden" name="bws_hide_settings_notice_<?php echo $value['plugin_options_name']; ?>" value="hide" />
|
249 |
</div>
|
333 |
<div class="icon">
|
334 |
<img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
|
335 |
</div>
|
336 |
+
<div class="text">
|
337 |
+
<?php _e( 'It’s time to upgrade your', 'bestwebsoft' ); ?> <strong><?php echo $plugin_info['Name']; ?> plugin</strong> <?php _e( 'to', 'bestwebsoft' ); ?> <strong>Pro</strong> <?php _e( 'version!', 'bestwebsoft' ); ?><br />
|
338 |
<span><?php _e( 'Extend standard plugin functionality with new great options.', 'bestwebsoft' ); ?></span>
|
339 |
</div>
|
340 |
<div class="button_div">
|
341 |
+
<a class="button" target="_blank" href="<?php echo esc_url( 'https://bestwebsoft.com/products/wordpress/plugins/' . $link_slug . '/?k=' . $link_key . '&pn=' . $link_pn . '&v=' . $plugin_info["Version"] . '&wp_v=' . $wp_version ); ?>"><?php _e( 'Learn More', 'bestwebsoft' ); ?></a>
|
342 |
</div>
|
343 |
</div>
|
344 |
</div>
|
352 |
}
|
353 |
|
354 |
if ( ! function_exists ( 'bws_plugin_banner_timeout' ) ) {
|
355 |
+
function bws_plugin_banner_timeout( $plugin_key, $plugin_prefix, $plugin_name, $banner_url_or_slug = false ) {
|
356 |
global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_cookie_add;
|
357 |
if ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) && ( strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) < strtotime( date("m/d/Y") . '+1 month' ) ) && ( strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) > strtotime( date("m/d/Y") ) ) ) {
|
358 |
+
|
359 |
+
if ( $banner_url_or_slug && false == strrpos( $banner_url_or_slug, '/' ) ) {
|
360 |
+
$banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
|
361 |
+
}
|
362 |
+
|
363 |
if ( ! isset( $bstwbsftwppdtplgns_cookie_add ) ) {
|
364 |
echo '<script type="text/javascript" src="' . bws_menu_url( 'js/c_o_o_k_i_e.js' ) . '"></script>';
|
365 |
$bstwbsftwppdtplgns_cookie_add = true;
|
384 |
<div class="<?php echo $plugin_prefix; ?>_message_timeout bws_banner_on_plugin_page bws_banner_timeout" style="display:none;">
|
385 |
<button class="<?php echo $plugin_prefix; ?>_close_icon close_icon notice-dismiss bws_hide_settings_notice" title="<?php _e( 'Close notice', 'bestwebsoft' ); ?>"></button>
|
386 |
<div class="icon">
|
387 |
+
<img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
|
388 |
</div>
|
389 |
<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>
|
390 |
</div>
|
530 |
function bws_plugins_admin_init() {
|
531 |
if ( isset( $_GET['bws_activate_plugin'] ) && check_admin_referer( 'bws_activate_plugin' . $_GET['bws_activate_plugin'] ) ) {
|
532 |
|
533 |
+
$plugin = isset( $_GET['bws_activate_plugin'] ) ? sanitize_text_field( $_GET['bws_activate_plugin'] ) : '';
|
534 |
$result = activate_plugin( $plugin, '', is_network_admin() );
|
535 |
if ( is_wp_error( $result ) ) {
|
536 |
if ( 'unexpected_output' == $result->get_error_code() ) {
|
551 |
unset( $recent[ $plugin ] );
|
552 |
update_site_option( 'recently_activated', $recent );
|
553 |
}
|
554 |
+
/**
|
555 |
+
* @deprecated 1.9.8 (15.12.2016)
|
556 |
+
*/
|
557 |
+
$is_main_page = in_array( $_GET['page'], array( 'bws_panel', 'bws_themes', 'bws_system_status' ) );
|
558 |
+
$page = esc_attr( $_GET['page'] );
|
559 |
+
$tab = isset( $_GET['tab'] ) ? esc_attr( $_GET['tab'] ) : '';
|
560 |
+
|
561 |
+
if ( $is_main_page )
|
562 |
+
$current_page = 'admin.php?page=' . $page;
|
563 |
+
else
|
564 |
+
$current_page = isset( $_GET['tab'] ) ? 'admin.php?page=' . $page . '&tab=' . $tab : 'admin.php?page=' . $page;
|
565 |
+
/*end deprecated */
|
566 |
+
|
567 |
+
wp_redirect( self_admin_url( $current_page . '&activate=true' ) );
|
568 |
exit();
|
569 |
}
|
570 |
|
571 |
+
if ( isset( $_GET['page'] ) && ( $_GET['page'] == 'bws_panel' || strpos( $_GET['page'], '-bws-panel' ) ) ) {
|
572 |
if ( ! session_id() )
|
573 |
@session_start();
|
574 |
}
|
579 |
|
580 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
|
581 |
function bws_admin_enqueue_scripts() {
|
582 |
+
global $wp_scripts, $hook_suffix;
|
583 |
|
584 |
$jquery_version = isset( $wp_scripts->registered['jquery-ui-core']->ver ) ? $wp_scripts->registered['jquery-ui-core']->ver : '1.12.1';
|
585 |
|
594 |
add_thickbox();
|
595 |
wp_enqueue_script( 'plugin-install' );
|
596 |
}
|
597 |
+
|
598 |
+
if ( 'plugins.php' == $hook_suffix && ! defined( 'DOING_AJAX' ) ) {
|
599 |
+
wp_enqueue_style( 'bws-modal-css', bws_menu_url( 'css/modal.css' ) );
|
600 |
+
}
|
601 |
}
|
602 |
}
|
603 |
|
676 |
),
|
677 |
'set_timeout' => 2000
|
678 |
);
|
|
|
|
|
679 |
bws_add_tooltip_in_admin( $tooltip_args );
|
680 |
}
|
681 |
}
|
682 |
}
|
683 |
}
|
684 |
|
685 |
+
if ( ! function_exists ( 'bws_plugins_admin_footer' ) ) {
|
686 |
+
function bws_plugins_admin_footer() {
|
687 |
+
global $hook_suffix;
|
688 |
+
|
689 |
+
bws_shortcode_media_button_popup();
|
690 |
+
|
691 |
+
if ( 'plugins.php' == $hook_suffix && ! defined( 'DOING_AJAX' ) ) {
|
692 |
+
bws_add_deactivation_feedback_dialog_box();
|
693 |
+
}
|
694 |
+
}
|
695 |
+
}
|
696 |
+
|
697 |
if ( ! function_exists ( 'bws_plugins_include_codemirror' ) ) {
|
698 |
function bws_plugins_include_codemirror() {
|
699 |
wp_enqueue_style( 'codemirror.css', bws_menu_url( 'css/codemirror.css' ) );
|
867 |
<h4><?php _e( 'Plugin', 'bestwebsoft' ); ?></h4>
|
868 |
<select name="bws_shortcode_select" id="bws_shortcode_select">
|
869 |
<?php foreach ( $bws_shortcode_list as $key => $value ) { ?>
|
870 |
+
<option value="<?php echo esc_attr( $key ); ?>"><?php echo $value['name']; ?></option>
|
871 |
<?php } ?>
|
872 |
</select>
|
873 |
</div>
|
881 |
<p><?php _e( 'The shortcode will be inserted', 'bestwebsoft' ); ?></p>
|
882 |
<div id="bws_shortcode_block"><div id="bws_shortcode_display"></div></div>
|
883 |
</div>
|
|
|
|
|
|
|
|
|
|
|
884 |
</div>
|
885 |
</div>
|
886 |
<?php }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
887 |
}
|
888 |
}
|
889 |
|
900 |
/**
|
901 |
* output tooltip
|
902 |
* @since 1.9.8
|
903 |
+
* @param string $content - HTML content for the tooltip
|
904 |
+
* @param string $class - Can be standart "bws-hide-for-mobile" (tooltip will be hidden in 782px) and "bws-auto-width" (need for img) or some custom class.
|
905 |
*/
|
906 |
if ( ! function_exists( 'bws_add_help_box' ) ) {
|
907 |
function bws_add_help_box( $content, $class = '' ) {
|
916 |
function bws_help_tab( $screen, $args ) {
|
917 |
$url = ( ! empty( $args['section'] ) ) ? 'https://support.bestwebsoft.com/hc/en-us/sections/' . $args['section'] : 'https://support.bestwebsoft.com/';
|
918 |
|
919 |
+
$content = '<p><a href="' . esc_url( $url ) . '" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' ) . '</a></p>';
|
920 |
|
921 |
$screen->add_help_tab(
|
922 |
array(
|
1060 |
add_action( 'admin_init', 'bws_plugins_admin_init' );
|
1061 |
add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
|
1062 |
add_action( 'admin_head', 'bws_plugins_admin_head' );
|
1063 |
+
add_action( 'admin_footer','bws_plugins_admin_footer' );
|
1064 |
|
1065 |
add_action( 'admin_notices', 'bws_admin_notices', 30 );
|
1066 |
|
bws_menu/bws_include.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
|
6 |
if ( ! function_exists ( 'bws_include_init' ) ) {
|
7 |
function bws_include_init( $base, $bws_menu_source = 'plugins' ) {
|
8 |
-
global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_added_menu;
|
9 |
if ( ! function_exists( 'get_plugin_data' ) )
|
10 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
11 |
|
@@ -14,6 +14,7 @@ if ( ! function_exists ( 'bws_include_init' ) ) {
|
|
14 |
|
15 |
if ( $bws_menu_source == 'plugins' ) {
|
16 |
$bws_menu_dir = $wp_plugins_dir . '/' . dirname( $base ) . '/bws_menu/bws_menu.php';
|
|
|
17 |
} else {
|
18 |
$bws_menu_dir = $wp_content_dir . '/themes/' . $base . '/inc/bws_menu/bws_menu.php';
|
19 |
}
|
5 |
|
6 |
if ( ! function_exists ( 'bws_include_init' ) ) {
|
7 |
function bws_include_init( $base, $bws_menu_source = 'plugins' ) {
|
8 |
+
global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_added_menu, $bstwbsftwppdtplgns_active_plugins;
|
9 |
if ( ! function_exists( 'get_plugin_data' ) )
|
10 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
11 |
|
14 |
|
15 |
if ( $bws_menu_source == 'plugins' ) {
|
16 |
$bws_menu_dir = $wp_plugins_dir . '/' . dirname( $base ) . '/bws_menu/bws_menu.php';
|
17 |
+
$bstwbsftwppdtplgns_active_plugins[ $base ] = get_plugin_data( $wp_plugins_dir . '/' . $base );
|
18 |
} else {
|
19 |
$bws_menu_dir = $wp_content_dir . '/themes/' . $base . '/inc/bws_menu/bws_menu.php';
|
20 |
}
|
bws_menu/bws_menu.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
-
* Version: 2.
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
@@ -10,7 +10,7 @@ if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
|
10 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
11 |
function bws_add_menu_render() {
|
12 |
global $wpdb, $wp_version, $bws_plugin_info, $bstwbsftwppdtplgns_options;
|
13 |
-
$error = $message =
|
14 |
|
15 |
/**
|
16 |
* @deprecated 1.9.8 (15.12.2016)
|
@@ -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'] ) ?
|
41 |
|
42 |
if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || ! isset( $_GET['sub'] ) ) {
|
43 |
$bws_plugins_update_availible = $bws_plugins_expired = array();
|
@@ -87,7 +87,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
87 |
$update_membership_list = true;
|
88 |
|
89 |
if ( isset( $_POST['bws_license_key'] ) )
|
90 |
-
$bws_license_key =
|
91 |
|
92 |
if ( isset( $_SESSION['bws_membership_time_check'] ) && isset( $_SESSION['bws_membership_list'] ) && $_SESSION['bws_membership_time_check'] < strtotime( '+12 hours' ) ) {
|
93 |
$update_membership_list = false;
|
@@ -143,7 +143,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
143 |
if ( isset( $value->time_out ) && $value->time_out != '' )
|
144 |
$message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $value->time_out . '.';
|
145 |
} else {
|
146 |
-
$message = __( 'Congratulations! Pro Membership license is
|
147 |
}
|
148 |
|
149 |
$bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
|
@@ -178,7 +178,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
178 |
$post_max_size = ( ini_get( 'post_max_size' ) ) ? ini_get( 'post_max_size' ) : __( 'N/A', 'bestwebsoft' );
|
179 |
$max_execution_time = ( ini_get( 'max_execution_time' ) ) ? ini_get( 'max_execution_time' ) : __( 'N/A', 'bestwebsoft' );
|
180 |
$memory_limit = ( ini_get( 'memory_limit' ) ) ? ini_get( 'memory_limit' ) : __( 'N/A', 'bestwebsoft' );
|
181 |
-
$wp_memory_limit = ( defined( 'WP_MEMORY_LIMIT' ) ) ? WP_MEMORY_LIMIT : __( 'N/A', 'bestwebsoft' );
|
182 |
$memory_usage = ( function_exists( 'memory_get_usage' ) ) ? round( memory_get_usage() / 1024 / 1024, 2 ) . __( ' Mb', 'bestwebsoft' ) : __( 'N/A', 'bestwebsoft' );
|
183 |
$exif_read_data = ( is_callable( 'exif_read_data' ) ) ? __( 'Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" : __( 'No', 'bestwebsoft' );
|
184 |
$iptcparse = ( is_callable( 'iptcparse' ) ) ? __( 'Yes', 'bestwebsoft' ) : __( 'No', 'bestwebsoft' );
|
@@ -199,7 +199,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
199 |
__( 'Website URL', 'bestwebsoft' ) => get_option( 'siteurl' ),
|
200 |
__( 'WP Version', 'bestwebsoft' ) => $wp_version,
|
201 |
__( 'WP Multisite', 'bestwebsoft' ) => $multisite,
|
202 |
-
__( 'WP Memory Limit', 'bestwebsoft' ) => $wp_memory_limit,
|
203 |
__( 'Active Theme', 'bestwebsoft' ) => $theme['Name'] . ' ' . $theme['Version'] . ' (' . sprintf( __( 'by %s', 'bestwebsoft' ), $theme['Author'] ) . ')'
|
204 |
),
|
205 |
),
|
@@ -217,7 +217,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
217 |
__( 'PHP Max Script Execute Time', 'bestwebsoft' ) => $max_execution_time,
|
218 |
__( 'PHP Exif support', 'bestwebsoft' ) => $exif_read_data,
|
219 |
__( 'PHP IPTC support', 'bestwebsoft' ) => $iptcparse,
|
220 |
-
__( 'PHP XML support', 'bestwebsoft' ) => $xml_parser_create,
|
221 |
'$_SERVER[HTTP_HOST]' => $_SERVER['HTTP_HOST'],
|
222 |
'$_SERVER[SERVER_NAME]' => $_SERVER['SERVER_NAME'],
|
223 |
),
|
@@ -255,13 +255,11 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
255 |
|
256 |
if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) || ( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
|
257 |
if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
|
258 |
-
$
|
259 |
-
if (
|
260 |
-
$error = __(
|
261 |
} else {
|
262 |
-
$
|
263 |
-
$bwsmn_form_email = '';
|
264 |
-
$message = __( 'Email with system info is sent to', 'bestwebsoft' ) . ' ' . $email;
|
265 |
}
|
266 |
} else {
|
267 |
$email = 'plugin_system_status@bestwebsoft.com';
|
@@ -273,14 +271,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
273 |
$headers .= 'Content-type: text/html; charset=utf-8' . "\n";
|
274 |
$headers .= 'From: ' . get_option( 'admin_email' );
|
275 |
$message_text = '<html><head><title>System Info From ' . home_url() . '</title></head><body>';
|
276 |
-
foreach ( $system_info as $info ) {
|
277 |
-
if ( ! empty( $info['data'] ) ) {
|
278 |
$message_text .= '<h4>' . $info['name'];
|
279 |
if ( isset( $info['count'] ) )
|
280 |
$message_text .= ' (' . $info['count'] . ')';
|
281 |
$message_text .= '</h4><table>';
|
282 |
foreach ( $info['data'] as $key => $value ) {
|
283 |
-
$message_text .= '<tr><td>'. $key .'</td><td>'. $value .'</td></tr>';
|
284 |
}
|
285 |
$message_text .= '</table>';
|
286 |
}
|
@@ -295,27 +293,27 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
295 |
<div class="bws-wrap">
|
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>
|
303 |
</div>
|
304 |
-
<div class="bws-menu-item-icon">•••</div>
|
305 |
<div class="bws-nav-tab-wrapper">
|
306 |
<?php if ( $is_main_page ) { ?>
|
307 |
<a class="bws-nav-tab<?php if ( 'bws_panel' == $page ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=bws_panel' ); ?>"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
|
308 |
<a class="bws-nav-tab<?php if ( 'bws_themes' == $page ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=bws_themes' ); ?>"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
|
309 |
<a class="bws-nav-tab<?php if ( 'bws_system_status' == $page ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=bws_system_status' ); ?>"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
|
310 |
<?php } else { ?>
|
311 |
-
<a class="bws-nav-tab<?php if ( ! isset( $_GET['tab'] ) ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=' . $page ); ?>"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
|
312 |
-
<a class="bws-nav-tab<?php if ( 'themes' == $tab ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=' . $page . '&tab=themes' ); ?>"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
|
313 |
-
<a class="bws-nav-tab<?php if ( 'system-status' == $tab ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=' . $page . '&tab=system-status' ); ?>"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
|
314 |
<?php } ?>
|
315 |
</div>
|
316 |
<div class="bws-help-links-wrapper">
|
317 |
-
<a href="
|
318 |
-
<a href="
|
319 |
</div>
|
320 |
<div class="clear"></div>
|
321 |
</div>
|
@@ -330,16 +328,16 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
330 |
'5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
|
331 |
$bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
|
332 |
<div class="bws_form_input_wrap">
|
333 |
-
<input disabled="disabled" type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
|
334 |
<div class="bws_error"><?php _e( "Unfortunately, you have exceeded the number of available tries per day.", 'bestwebsoft' ); ?></div>
|
335 |
</div>
|
336 |
<input disabled="disabled" type="submit" class="bws-button" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
|
337 |
<?php } else { ?>
|
338 |
<div class="bws_form_input_wrap">
|
339 |
-
<input <?php if ( "" != $error ) echo
|
340 |
-
<div class="bws_error" <?php if ( "" == $error ) echo
|
341 |
</div>
|
342 |
-
<input type="hidden" name="bws_license_plugin" value="<?php echo $bws_license_plugin; ?>" />
|
343 |
<input type="hidden" name="bws_license_submit" value="submit" />
|
344 |
<?php if ( empty( $plugins_array ) ) { ?>
|
345 |
<input type="submit" class="bws-button" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
|
@@ -355,14 +353,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
355 |
<?php } ?>
|
356 |
<div class="bws-wrap-content wrap">
|
357 |
<?php if ( 'bws_panel' == $page || ( ! isset( $_GET['tab'] ) && ! $is_main_page ) ) { ?>
|
358 |
-
<div class="updated notice is-dismissible inline" <?php if ( '' == $message || '' != $error ) echo
|
359 |
<h1>
|
360 |
<?php _e( 'Plugins', 'bestwebsoft' ); ?>
|
361 |
<a href="<?php echo self_admin_url( 'plugin-install.php?tab=upload' ); ?>" class="upload page-title-action add-new-h2"><?php _e( 'Upload Plugin', 'bestwebsoft' ); ?></a>
|
362 |
</h1>
|
363 |
<?php if ( isset( $_GET['error'] ) ) {
|
364 |
if ( isset( $_GET['charsout'] ) )
|
365 |
-
$errmsg = sprintf(__( 'The plugin generated %d characters of <strong>unexpected output</strong> during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.' ), $_GET['charsout'] );
|
366 |
else
|
367 |
$errmsg = __( 'Plugin could not be activated because it triggered a <strong>fatal error</strong>.' ); ?>
|
368 |
<div id="message" class="error is-dismissible"><p><?php echo $errmsg; ?></p></div>
|
@@ -372,7 +370,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
372 |
|
373 |
if ( isset( $_POST['bws_plugin_action_submit'] ) && isset( $_POST['bws_install_plugin'] ) && check_admin_referer( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ) ) {
|
374 |
|
375 |
-
$bws_license_plugin =
|
376 |
|
377 |
echo '<h2>' . __( 'Installing Plugin', 'bestwebsoft' ) . ': ' . $plugins_array[ $bws_license_plugin ]['name'] . '</h2>';
|
378 |
|
@@ -436,19 +434,28 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
436 |
}
|
437 |
|
438 |
if ( file_exists( WP_PLUGIN_DIR . '/' . $zip_name[0] ) ) {
|
439 |
-
echo '<p><a href="' . wp_nonce_url( $current_page . '&
|
440 |
} else {
|
441 |
if ( empty( $error ) )
|
442 |
$error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
|
443 |
|
444 |
echo '<p class="error">' . $error . '</p>';
|
445 |
-
echo '<p><a href="' . self_admin_url( $current_page ) . '" target="_parent">' . __( 'Return to BestWebSoft Panel', 'bestwebsoft' ) . '</a></p>';
|
446 |
}
|
447 |
-
} else {
|
|
|
|
|
|
|
448 |
<ul class="subsubsub">
|
449 |
-
<li
|
450 |
-
|
451 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
452 |
</ul>
|
453 |
<div class="clear"></div>
|
454 |
<div class="bws-filter-top">
|
@@ -460,14 +467,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
460 |
<div class="bws-filter-title"><?php _e( 'Category', 'bestwebsoft' ); ?></div>
|
461 |
<ul class="bws-category">
|
462 |
<li>
|
463 |
-
<?php $sub_in_url = ( isset( $_GET['sub'] ) && in_array( $_GET['sub'], array( 'installed', 'not_installed' ) ) ) ? '&
|
464 |
-
<a <?php if ( 'all' == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo self_admin_url( $current_page . $sub_in_url ); ?>"><?php _e( 'All', 'bestwebsoft' ); ?>
|
465 |
<span>(<?php echo count( $bws_plugins ); ?>)</span>
|
466 |
</a>
|
467 |
</li>
|
468 |
<?php foreach ( $bws_plugins_category as $category_key => $category_value ) { ?>
|
469 |
<li>
|
470 |
-
<a <?php if ( $category_key == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( $current_page . $sub_in_url . '&
|
471 |
<span>(<?php echo $category_value['count']; ?>)</span>
|
472 |
</a>
|
473 |
</li>
|
@@ -499,7 +506,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
499 |
( isset( $_GET['sub'] ) && 'not_installed' == $_GET['sub'] && ( $is_pro_installed || $is_installed ) ) )
|
500 |
continue;
|
501 |
|
502 |
-
$link_attr = isset( $value_plugin['install_url'] ) ? 'href="' . $value_plugin['install_url'] . '" target="_blank"' : 'href="' . esc_url( self_admin_url( 'plugin-install.php?tab=plugin-information&plugin=' . $key_plugin_explode[0] . '&from=import&TB_iframe=true&width=600&height=550' ) ) . '" class="thickbox open-plugin-details-modal"';
|
503 |
|
504 |
$nothing_found = false; ?>
|
505 |
<div class="bws_product_box<?php if ( $is_active || $is_pro_active ) echo ' bws_product_active'; ?>">
|
@@ -528,7 +535,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
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='
|
532 |
} ?>
|
533 |
</div>
|
534 |
<div class="bws_product_description">
|
@@ -536,8 +543,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
536 |
</div>
|
537 |
<div class="bws_product_links">
|
538 |
<?php if ( $is_active || $is_pro_active ) {
|
539 |
-
if ( $is_pro_isset ) {
|
540 |
-
if (
|
541 |
if ( ! empty( $plugins_array ) && array_key_exists( $value_plugin['pro_version'], $plugins_array ) ) { ?>
|
542 |
<form method="post" action="">
|
543 |
<input type="submit" class="button button-secondary" value="<?php _e( 'Install Now', 'bestwebsoft' ); ?>" />
|
@@ -546,7 +553,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
546 |
<?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ); ?>
|
547 |
</form>
|
548 |
<?php } else { ?>
|
549 |
-
<a class="button button-secondary bws_upgrade_button" href="<?php echo $bws_plugins[ $key_plugin ]['purchase']; ?>" target="_blank"><?php _e( 'Upgrade to Pro', 'bestwebsoft' ); ?></a>
|
550 |
<?php }
|
551 |
}
|
552 |
} else { ?>
|
@@ -554,13 +561,13 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
554 |
<?php }
|
555 |
|
556 |
if ( $is_pro_active ) { ?>
|
557 |
-
<a class="bws_settings" href="<?php echo $bws_plugins[ $key_plugin ]["pro_settings"]; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
|
558 |
<?php } else { ?>
|
559 |
-
<a class="bws_settings" href="<?php echo $bws_plugins[ $key_plugin ]["settings"]; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
|
560 |
<?php }
|
561 |
} else {
|
562 |
if ( $is_pro_installed ) { ?>
|
563 |
-
<a class="button button-secondary" href="<?php echo wp_nonce_url( $current_page . '&
|
564 |
<?php } elseif ( ! empty( $plugins_array ) && isset( $value_plugin['pro_version'] ) && array_key_exists( $value_plugin['pro_version'], $plugins_array ) ) { ?>
|
565 |
<form method="post" action="">
|
566 |
<input type="submit" class="button button-secondary" value="<?php _e( 'Install Now', 'bestwebsoft' ); ?>" />
|
@@ -569,10 +576,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
569 |
<?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ); ?>
|
570 |
</form>
|
571 |
<?php } elseif ( $is_installed ) { ?>
|
572 |
-
<a class="button button-secondary" href="<?php echo wp_nonce_url( $current_page . '&
|
573 |
<?php } else {
|
574 |
-
$install_url = isset( $value_plugin['install_url'] ) ? $value_plugin['install_url'] :
|
575 |
-
<a class="button button-secondary" href="<?php echo $install_url; ?>" title="<?php _e( 'Install this plugin', 'bestwebsoft' ); ?>" target="_blank"><?php _e( 'Install Now', 'bestwebsoft' ); ?></a>
|
576 |
<?php }
|
577 |
} ?>
|
578 |
</div>
|
@@ -589,14 +596,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
589 |
<div class="bws-filter-title"><?php _e( 'Category', 'bestwebsoft' ); ?></div>
|
590 |
<ul class="bws-category">
|
591 |
<li>
|
592 |
-
<?php $sub_in_url = ( isset( $_GET['sub'] ) && in_array( $_GET['sub'], array( 'installed', 'not_installed' ) ) ) ? '&
|
593 |
-
<a <?php if ( 'all' == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo self_admin_url( $current_page . $sub_in_url ); ?>"><?php _e( 'All', 'bestwebsoft' ); ?>
|
594 |
<span>(<?php echo count( $bws_plugins ); ?>)</span>
|
595 |
</a>
|
596 |
</li>
|
597 |
<?php foreach ( $bws_plugins_category as $category_key => $category_value ) { ?>
|
598 |
<li>
|
599 |
-
<a <?php if ( $category_key == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( $current_page . $sub_in_url . '&
|
600 |
<span>(<?php echo $category_value['count']; ?>)</span>
|
601 |
</a>
|
602 |
</li>
|
@@ -610,58 +617,37 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
610 |
require( dirname( __FILE__ ) . '/product_list.php' ); ?>
|
611 |
<h1><?php _e( 'Themes', 'bestwebsoft' ); ?></h1>
|
612 |
<div id="availablethemes" class="bws-availablethemes">
|
613 |
-
|
614 |
-
|
615 |
-
|
616 |
$installed_theme = wp_get_theme( $theme->slug ); ?>
|
617 |
-
<
|
618 |
-
<
|
619 |
-
|
620 |
-
<h3><?php echo $theme->name; ?></h3>
|
621 |
-
<div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), 'BestWebSoft' ); ?></div>
|
622 |
-
<div class="action-links">
|
623 |
-
<ul>
|
624 |
-
<?php if ( $installed_theme->exists() ) { ?>
|
625 |
-
<li><span class="install-now" title="'<?php esc_attr__( 'This theme is already installed and is up to date' ); ?>"><?php echo _x( 'Installed', 'theme', 'bestwebsoft' ); ?></span></li>
|
626 |
-
<?php } ?>
|
627 |
-
<li><a class="theme-detail" href="<?php echo esc_url( $theme->href ); ?>" target="_blank"><?php _e( 'Learn More', 'bestwebsoft' ); ?></a></li>
|
628 |
-
</ul>
|
629 |
-
</div>
|
630 |
-
</div>
|
631 |
-
<?php }
|
632 |
-
} else { ?>
|
633 |
-
<div class="theme-browser content-filterable rendered">
|
634 |
-
<div class="themes wp-clearfix">
|
635 |
-
<?php foreach ( $themes as $key => $theme ) {
|
636 |
-
$installed_theme = wp_get_theme( $theme->slug ); ?>
|
637 |
-
<div class="theme" tabindex="0">
|
638 |
-
<div class="theme-screenshot">
|
639 |
-
<img src="<?php echo bws_menu_url( "icons/themes/" ) . $theme->slug . '.png'; ?>" alt="" />
|
640 |
-
</div>
|
641 |
-
<div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), 'BestWebSoft' ); ?></div>
|
642 |
-
<h3 class="theme-name"><?php echo $theme->name; ?></h3>
|
643 |
-
<div class="theme-actions">
|
644 |
-
<a class="button button-secondary preview install-theme-preview" href="<?php echo $theme->href; ?>" target="_blank"><?php esc_html_e( 'Learn More', 'bestwebsoft' ); ?></a>
|
645 |
-
</div>
|
646 |
-
<?php if ( $installed_theme->exists() ) {
|
647 |
-
if ( $wp_version < '4.6' ) { ?>
|
648 |
-
<div class="theme-installed"><?php _e( 'Already Installed', 'bestwebsoft' ); ?></div>
|
649 |
-
<?php } else { ?>
|
650 |
-
<div class="notice notice-success notice-alt inline"><p><?php _e( 'Installed', 'bestwebsoft' ); ?></p></div>
|
651 |
-
<?php }
|
652 |
-
} ?>
|
653 |
</div>
|
654 |
-
|
655 |
-
|
656 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
657 |
</div>
|
658 |
-
|
659 |
-
<p><a class="bws_browse_link" href="
|
660 |
</div>
|
661 |
<?php } elseif ( 'bws_system_status' == $page || 'system-status' == $tab ) { ?>
|
662 |
<h1><?php _e( 'System status', 'bestwebsoft' ); ?></h1>
|
663 |
-
<div class="updated fade notice is-dismissible inline" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo
|
664 |
-
<div class="error" <?php if ( "" == $error ) echo
|
665 |
<form method="post" action="">
|
666 |
<p>
|
667 |
<input type="hidden" name="bwsmn_form_submit" value="submit" />
|
@@ -673,7 +659,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
673 |
<p>
|
674 |
<input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
|
675 |
<input type="submit" class="button" value="<?php _e( 'Send to custom email »', 'bestwebsoft' ) ?>" />
|
676 |
-
<input type="text" maxlength="250" value="
|
677 |
<?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
|
678 |
</p>
|
679 |
</form>
|
@@ -685,7 +671,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
685 |
<strong>
|
686 |
<?php echo $info['name'];
|
687 |
if ( isset( $info['count'] ) )
|
688 |
-
echo ' (' . $info['count'] . ')'; ?>
|
689 |
</strong>
|
690 |
</th>
|
691 |
</tr>
|
@@ -699,7 +685,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
699 |
<?php } ?>
|
700 |
</tbody>
|
701 |
</table>
|
702 |
-
<?php }
|
703 |
} ?>
|
704 |
</div>
|
705 |
</div>
|
@@ -710,6 +696,7 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
|
|
710 |
function bws_get_banner_array() {
|
711 |
global $bstwbsftwppdtplgns_banner_array;
|
712 |
$bstwbsftwppdtplgns_banner_array = array(
|
|
|
713 |
array( 'sclbttns_hide_banner_on_plugin_page', 'social-buttons-pack/social-buttons-pack.php', '1.1.0' ),
|
714 |
array( 'tmsht_hide_banner_on_plugin_page', 'timesheet/timesheet.php', '0.1.3' ),
|
715 |
array( 'pgntn_hide_banner_on_plugin_page', 'pagination/pagination.php', '1.0.6' ),
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
+
* Version: 2.1.5
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
10 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
11 |
function bws_add_menu_render() {
|
12 |
global $wpdb, $wp_version, $bws_plugin_info, $bstwbsftwppdtplgns_options;
|
13 |
+
$error = $message = '';
|
14 |
|
15 |
/**
|
16 |
* @deprecated 1.9.8 (15.12.2016)
|
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_attr( $_GET['category'] ) : 'all';
|
41 |
|
42 |
if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || ! isset( $_GET['sub'] ) ) {
|
43 |
$bws_plugins_update_availible = $bws_plugins_expired = array();
|
87 |
$update_membership_list = true;
|
88 |
|
89 |
if ( isset( $_POST['bws_license_key'] ) )
|
90 |
+
$bws_license_key = sanitize_text_field( $_POST['bws_license_key'] );
|
91 |
|
92 |
if ( isset( $_SESSION['bws_membership_time_check'] ) && isset( $_SESSION['bws_membership_list'] ) && $_SESSION['bws_membership_time_check'] < strtotime( '+12 hours' ) ) {
|
93 |
$update_membership_list = false;
|
143 |
if ( isset( $value->time_out ) && $value->time_out != '' )
|
144 |
$message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $value->time_out . '.';
|
145 |
} else {
|
146 |
+
$message = __( 'Congratulations! Pro Membership license is activated successfully.', 'bestwebsoft' );
|
147 |
}
|
148 |
|
149 |
$bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
|
178 |
$post_max_size = ( ini_get( 'post_max_size' ) ) ? ini_get( 'post_max_size' ) : __( 'N/A', 'bestwebsoft' );
|
179 |
$max_execution_time = ( ini_get( 'max_execution_time' ) ) ? ini_get( 'max_execution_time' ) : __( 'N/A', 'bestwebsoft' );
|
180 |
$memory_limit = ( ini_get( 'memory_limit' ) ) ? ini_get( 'memory_limit' ) : __( 'N/A', 'bestwebsoft' );
|
181 |
+
$wp_memory_limit = ( defined( 'WP_MEMORY_LIMIT' ) ) ? WP_MEMORY_LIMIT : __( 'N/A', 'bestwebsoft' );
|
182 |
$memory_usage = ( function_exists( 'memory_get_usage' ) ) ? round( memory_get_usage() / 1024 / 1024, 2 ) . __( ' Mb', 'bestwebsoft' ) : __( 'N/A', 'bestwebsoft' );
|
183 |
$exif_read_data = ( is_callable( 'exif_read_data' ) ) ? __( 'Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" : __( 'No', 'bestwebsoft' );
|
184 |
$iptcparse = ( is_callable( 'iptcparse' ) ) ? __( 'Yes', 'bestwebsoft' ) : __( 'No', 'bestwebsoft' );
|
199 |
__( 'Website URL', 'bestwebsoft' ) => get_option( 'siteurl' ),
|
200 |
__( 'WP Version', 'bestwebsoft' ) => $wp_version,
|
201 |
__( 'WP Multisite', 'bestwebsoft' ) => $multisite,
|
202 |
+
__( 'WP Memory Limit', 'bestwebsoft' ) => $wp_memory_limit,
|
203 |
__( 'Active Theme', 'bestwebsoft' ) => $theme['Name'] . ' ' . $theme['Version'] . ' (' . sprintf( __( 'by %s', 'bestwebsoft' ), $theme['Author'] ) . ')'
|
204 |
),
|
205 |
),
|
217 |
__( 'PHP Max Script Execute Time', 'bestwebsoft' ) => $max_execution_time,
|
218 |
__( 'PHP Exif support', 'bestwebsoft' ) => $exif_read_data,
|
219 |
__( 'PHP IPTC support', 'bestwebsoft' ) => $iptcparse,
|
220 |
+
__( 'PHP XML support', 'bestwebsoft' ) => $xml_parser_create,
|
221 |
'$_SERVER[HTTP_HOST]' => $_SERVER['HTTP_HOST'],
|
222 |
'$_SERVER[SERVER_NAME]' => $_SERVER['SERVER_NAME'],
|
223 |
),
|
255 |
|
256 |
if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) || ( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
|
257 |
if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
|
258 |
+
$email = sanitize_email( $_REQUEST['bwsmn_form_email'] );
|
259 |
+
if ( '' == $email ) {
|
260 |
+
$error = __( 'Please enter a valid email address.', 'bestwebsoft' );
|
261 |
} else {
|
262 |
+
$message = sprintf( __( 'Email with system info is sent to %s.', 'bestwebsoft' ), $email );
|
|
|
|
|
263 |
}
|
264 |
} else {
|
265 |
$email = 'plugin_system_status@bestwebsoft.com';
|
271 |
$headers .= 'Content-type: text/html; charset=utf-8' . "\n";
|
272 |
$headers .= 'From: ' . get_option( 'admin_email' );
|
273 |
$message_text = '<html><head><title>System Info From ' . home_url() . '</title></head><body>';
|
274 |
+
foreach ( $system_info as $info ) {
|
275 |
+
if ( ! empty( $info['data'] ) ) {
|
276 |
$message_text .= '<h4>' . $info['name'];
|
277 |
if ( isset( $info['count'] ) )
|
278 |
$message_text .= ' (' . $info['count'] . ')';
|
279 |
$message_text .= '</h4><table>';
|
280 |
foreach ( $info['data'] as $key => $value ) {
|
281 |
+
$message_text .= '<tr><td>' . $key . '</td><td>' . $value . '</td></tr>';
|
282 |
}
|
283 |
$message_text .= '</table>';
|
284 |
}
|
293 |
<div class="bws-wrap">
|
294 |
<div class="bws-header">
|
295 |
<div class="bws-title">
|
296 |
+
<a href="<?php echo ( $is_main_page ) ? self_admin_url( 'admin.php?page=bws_panel' ) : esc_url( self_admin_url( 'admin.php?page=' . $page ) ); ?>">
|
297 |
<span class="bws-logo bwsicons bwsicons-bws-logo"></span>
|
298 |
BestWebSoft
|
299 |
<span>panel</span>
|
300 |
</a>
|
301 |
</div>
|
302 |
+
<div class="bws-menu-item-icon">•••</div>
|
303 |
<div class="bws-nav-tab-wrapper">
|
304 |
<?php if ( $is_main_page ) { ?>
|
305 |
<a class="bws-nav-tab<?php if ( 'bws_panel' == $page ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=bws_panel' ); ?>"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
|
306 |
<a class="bws-nav-tab<?php if ( 'bws_themes' == $page ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=bws_themes' ); ?>"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
|
307 |
<a class="bws-nav-tab<?php if ( 'bws_system_status' == $page ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=bws_system_status' ); ?>"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
|
308 |
<?php } else { ?>
|
309 |
+
<a class="bws-nav-tab<?php if ( ! isset( $_GET['tab'] ) ) echo ' bws-nav-tab-active'; ?>" href="<?php echo esc_url( self_admin_url( 'admin.php?page=' . $page ) ); ?>"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
|
310 |
+
<a class="bws-nav-tab<?php if ( 'themes' == $tab ) echo ' bws-nav-tab-active'; ?>" href="<?php echo esc_url( self_admin_url( 'admin.php?page=' . $page . '&tab=themes' ) ); ?>"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
|
311 |
+
<a class="bws-nav-tab<?php if ( 'system-status' == $tab ) echo ' bws-nav-tab-active'; ?>" href="<?php echo esc_url( self_admin_url( 'admin.php?page=' . $page . '&tab=system-status' ) ); ?>"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
|
312 |
<?php } ?>
|
313 |
</div>
|
314 |
<div class="bws-help-links-wrapper">
|
315 |
+
<a href="https://support.bestwebsoft.com" target="_blank"><?php _e( 'Support', 'bestwebsoft' ); ?></a>
|
316 |
+
<a href="https://bestwebsoft.com/client-area" target="_blank" title="<?php _e( 'Manage purchased licenses & subscriptions', 'bestwebsoft' ); ?>">Client Area</a>
|
317 |
</div>
|
318 |
<div class="clear"></div>
|
319 |
</div>
|
328 |
'5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
|
329 |
$bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
|
330 |
<div class="bws_form_input_wrap">
|
331 |
+
<input disabled="disabled" type="text" name="bws_license_key" value="<?php echo esc_attr( $bws_license_key); ?>" />
|
332 |
<div class="bws_error"><?php _e( "Unfortunately, you have exceeded the number of available tries per day.", 'bestwebsoft' ); ?></div>
|
333 |
</div>
|
334 |
<input disabled="disabled" type="submit" class="bws-button" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
|
335 |
<?php } else { ?>
|
336 |
<div class="bws_form_input_wrap">
|
337 |
+
<input <?php if ( "" != $error ) echo 'class="bws_input_error"'; ?> type="text" placeholder="<?php _e( 'Enter your license key', 'bestwebsoft' ); ?>" maxlength="100" name="bws_license_key" value="<?php echo esc_attr( $bws_license_key ); ?>" />
|
338 |
+
<div class="bws_error" <?php if ( "" == $error ) echo 'style="display:none"'; ?>><?php echo $error; ?></div>
|
339 |
</div>
|
340 |
+
<input type="hidden" name="bws_license_plugin" value="<?php echo esc_attr( $bws_license_plugin ); ?>" />
|
341 |
<input type="hidden" name="bws_license_submit" value="submit" />
|
342 |
<?php if ( empty( $plugins_array ) ) { ?>
|
343 |
<input type="submit" class="bws-button" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
|
353 |
<?php } ?>
|
354 |
<div class="bws-wrap-content wrap">
|
355 |
<?php if ( 'bws_panel' == $page || ( ! isset( $_GET['tab'] ) && ! $is_main_page ) ) { ?>
|
356 |
+
<div class="updated notice is-dismissible inline" <?php if ( '' == $message || '' != $error ) echo 'style="display:none"'; ?>><p><?php echo $message; ?></p></div>
|
357 |
<h1>
|
358 |
<?php _e( 'Plugins', 'bestwebsoft' ); ?>
|
359 |
<a href="<?php echo self_admin_url( 'plugin-install.php?tab=upload' ); ?>" class="upload page-title-action add-new-h2"><?php _e( 'Upload Plugin', 'bestwebsoft' ); ?></a>
|
360 |
</h1>
|
361 |
<?php if ( isset( $_GET['error'] ) ) {
|
362 |
if ( isset( $_GET['charsout'] ) )
|
363 |
+
$errmsg = sprintf( __( 'The plugin generated %d characters of <strong>unexpected output</strong> during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.' ), $_GET['charsout'] );
|
364 |
else
|
365 |
$errmsg = __( 'Plugin could not be activated because it triggered a <strong>fatal error</strong>.' ); ?>
|
366 |
<div id="message" class="error is-dismissible"><p><?php echo $errmsg; ?></p></div>
|
370 |
|
371 |
if ( isset( $_POST['bws_plugin_action_submit'] ) && isset( $_POST['bws_install_plugin'] ) && check_admin_referer( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ) ) {
|
372 |
|
373 |
+
$bws_license_plugin = sanitize_text_field( $_POST['bws_install_plugin'] );
|
374 |
|
375 |
echo '<h2>' . __( 'Installing Plugin', 'bestwebsoft' ) . ': ' . $plugins_array[ $bws_license_plugin ]['name'] . '</h2>';
|
376 |
|
434 |
}
|
435 |
|
436 |
if ( file_exists( WP_PLUGIN_DIR . '/' . $zip_name[0] ) ) {
|
437 |
+
echo '<p><a href="' . esc_url( wp_nonce_url( self_admin_url( $current_page . '&bws_activate_plugin=' . $bws_license_plugin ), 'bws_activate_plugin' . $bws_license_plugin ) ) . '" target="_parent">' . __( 'Activate Plugin', 'bestwebsoft' ) . '</a> | <a href="' . esc_url( self_admin_url( $current_page ) ) . '" target="_parent">' . __( 'Return to BestWebSoft Panel', 'bestwebsoft' ) . '</a></p>';
|
438 |
} else {
|
439 |
if ( empty( $error ) )
|
440 |
$error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
|
441 |
|
442 |
echo '<p class="error">' . $error . '</p>';
|
443 |
+
echo '<p><a href="' . esc_url( self_admin_url( $current_page ) ) . '" target="_parent">' . __( 'Return to BestWebSoft Panel', 'bestwebsoft' ) . '</a></p>';
|
444 |
}
|
445 |
+
} else {
|
446 |
+
$category_href = $current_page;
|
447 |
+
if ( 'all' != $plugin_category )
|
448 |
+
$category_href .= '&category=' . $plugin_category; ?>
|
449 |
<ul class="subsubsub">
|
450 |
+
<li>
|
451 |
+
<a <?php if ( ! isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="<?php echo esc_url( self_admin_url( $category_href ) ); ?>"><?php _e( 'All', 'bestwebsoft' ); ?></a>
|
452 |
+
</li> |
|
453 |
+
<li>
|
454 |
+
<a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="<?php echo esc_url( self_admin_url( $category_href . '&sub=installed' ) ); ?>"><?php _e( 'Installed', 'bestwebsoft' ); ?></a>
|
455 |
+
</li> |
|
456 |
+
<li>
|
457 |
+
<a <?php if ( isset( $_GET['sub'] ) && 'not_installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="<?php echo esc_url( self_admin_url( $category_href . '&sub=not_installed' ) ); ?>"><?php _e( 'Not Installed', 'bestwebsoft' ); ?></a>
|
458 |
+
</li>
|
459 |
</ul>
|
460 |
<div class="clear"></div>
|
461 |
<div class="bws-filter-top">
|
467 |
<div class="bws-filter-title"><?php _e( 'Category', 'bestwebsoft' ); ?></div>
|
468 |
<ul class="bws-category">
|
469 |
<li>
|
470 |
+
<?php $sub_in_url = ( isset( $_GET['sub'] ) && in_array( $_GET['sub'], array( 'installed', 'not_installed' ) ) ) ? '&sub=' . $_GET['sub'] : ''; ?>
|
471 |
+
<a <?php if ( 'all' == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url(self_admin_url( $current_page . $sub_in_url ) ); ?>"><?php _e( 'All', 'bestwebsoft' ); ?>
|
472 |
<span>(<?php echo count( $bws_plugins ); ?>)</span>
|
473 |
</a>
|
474 |
</li>
|
475 |
<?php foreach ( $bws_plugins_category as $category_key => $category_value ) { ?>
|
476 |
<li>
|
477 |
+
<a <?php if ( $category_key == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( $current_page . $sub_in_url . '&category=' . $category_key ) ); ?>"><?php echo $category_value['name']; ?>
|
478 |
<span>(<?php echo $category_value['count']; ?>)</span>
|
479 |
</a>
|
480 |
</li>
|
506 |
( isset( $_GET['sub'] ) && 'not_installed' == $_GET['sub'] && ( $is_pro_installed || $is_installed ) ) )
|
507 |
continue;
|
508 |
|
509 |
+
$link_attr = isset( $value_plugin['install_url'] ) ? 'href="' . esc_url( $value_plugin['install_url'] ) . '" target="_blank"' : 'href="' . esc_url( self_admin_url( 'plugin-install.php?tab=plugin-information&plugin=' . $key_plugin_explode[0] . '&from=import&TB_iframe=true&width=600&height=550' ) ) . '" class="thickbox open-plugin-details-modal"';
|
510 |
|
511 |
$nothing_found = false; ?>
|
512 |
<div class="bws_product_box<?php if ( $is_active || $is_pro_active ) echo ' bws_product_active'; ?>">
|
535 |
echo ' - <a class="bws-update-now" href="https://support.bestwebsoft.com/hc/en-us/articles/202356359" target="_blank">' . __( 'Renew to get updates', 'bestwebsoft' ) . '</a>';
|
536 |
} elseif ( ! empty( $value_plugin['update_availible'] ) ) {
|
537 |
$r = $update_availible_all->response[ $value_plugin['update_availible'] ];
|
538 |
+
echo ' - <a class="bws-update-now" href="' . esc_url( 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>';
|
539 |
} ?>
|
540 |
</div>
|
541 |
<div class="bws_product_description">
|
543 |
</div>
|
544 |
<div class="bws_product_links">
|
545 |
<?php if ( $is_active || $is_pro_active ) {
|
546 |
+
if ( $is_pro_isset ) {
|
547 |
+
if ( ! $is_pro_installed ) {
|
548 |
if ( ! empty( $plugins_array ) && array_key_exists( $value_plugin['pro_version'], $plugins_array ) ) { ?>
|
549 |
<form method="post" action="">
|
550 |
<input type="submit" class="button button-secondary" value="<?php _e( 'Install Now', 'bestwebsoft' ); ?>" />
|
553 |
<?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ); ?>
|
554 |
</form>
|
555 |
<?php } else { ?>
|
556 |
+
<a class="button button-secondary bws_upgrade_button" href="<?php echo esc_url( $bws_plugins[ $key_plugin ]['purchase'] ); ?>" target="_blank"><?php _e( 'Upgrade to Pro', 'bestwebsoft' ); ?></a>
|
557 |
<?php }
|
558 |
}
|
559 |
} else { ?>
|
561 |
<?php }
|
562 |
|
563 |
if ( $is_pro_active ) { ?>
|
564 |
+
<a class="bws_settings" href="<?php echo esc_url( self_admin_url( $bws_plugins[ $key_plugin ]["pro_settings"] ) ); ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
|
565 |
<?php } else { ?>
|
566 |
+
<a class="bws_settings" href="<?php echo esc_url( self_admin_url( $bws_plugins[ $key_plugin ]["settings"] ) ); ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
|
567 |
<?php }
|
568 |
} else {
|
569 |
if ( $is_pro_installed ) { ?>
|
570 |
+
<a class="button button-secondary" href="<?php echo esc_url( wp_nonce_url( self_admin_url( $current_page . '&bws_activate_plugin=' . $value_plugin['pro_version'] ), 'bws_activate_plugin' . $value_plugin['pro_version'] ) ); ?>" title="<?php _e( 'Activate this plugin', 'bestwebsoft' ); ?>"><?php _e( 'Activate', 'bestwebsoft' ); ?></a>
|
571 |
<?php } elseif ( ! empty( $plugins_array ) && isset( $value_plugin['pro_version'] ) && array_key_exists( $value_plugin['pro_version'], $plugins_array ) ) { ?>
|
572 |
<form method="post" action="">
|
573 |
<input type="submit" class="button button-secondary" value="<?php _e( 'Install Now', 'bestwebsoft' ); ?>" />
|
576 |
<?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ); ?>
|
577 |
</form>
|
578 |
<?php } elseif ( $is_installed ) { ?>
|
579 |
+
<a class="button button-secondary" href="<?php echo esc_url( wp_nonce_url( self_admin_url( $current_page . '&bws_activate_plugin=' . $key_plugin ), 'bws_activate_plugin' . $key_plugin ) ); ?>" title="<?php _e( 'Activate this plugin', 'bestwebsoft' ); ?>"><?php _e( 'Activate', 'bestwebsoft' ); ?></a>
|
580 |
<?php } else {
|
581 |
+
$install_url = isset( $value_plugin['install_url'] ) ? $value_plugin['install_url'] : self_admin_url( 'plugin-install.php?tab=search&type=term&s=' . str_replace( ' ', '+', str_replace( '-', '', $value_plugin['name'] ) ) . '+BestWebSoft&plugin-search-input=Search+Plugins' ); ?>
|
582 |
+
<a class="button button-secondary" href="<?php echo esc_url( $install_url ); ?>" title="<?php _e( 'Install this plugin', 'bestwebsoft' ); ?>" target="_blank"><?php _e( 'Install Now', 'bestwebsoft' ); ?></a>
|
583 |
<?php }
|
584 |
} ?>
|
585 |
</div>
|
596 |
<div class="bws-filter-title"><?php _e( 'Category', 'bestwebsoft' ); ?></div>
|
597 |
<ul class="bws-category">
|
598 |
<li>
|
599 |
+
<?php $sub_in_url = ( isset( $_GET['sub'] ) && in_array( $_GET['sub'], array( 'installed', 'not_installed' ) ) ) ? '&sub=' . $_GET['sub'] : ''; ?>
|
600 |
+
<a <?php if ( 'all' == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( $current_page . $sub_in_url ) ); ?>"><?php _e( 'All', 'bestwebsoft' ); ?>
|
601 |
<span>(<?php echo count( $bws_plugins ); ?>)</span>
|
602 |
</a>
|
603 |
</li>
|
604 |
<?php foreach ( $bws_plugins_category as $category_key => $category_value ) { ?>
|
605 |
<li>
|
606 |
+
<a <?php if ( $category_key == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( $current_page . $sub_in_url . '&category=' . $category_key ) ); ?>"><?php echo $category_value['name']; ?>
|
607 |
<span>(<?php echo $category_value['count']; ?>)</span>
|
608 |
</a>
|
609 |
</li>
|
617 |
require( dirname( __FILE__ ) . '/product_list.php' ); ?>
|
618 |
<h1><?php _e( 'Themes', 'bestwebsoft' ); ?></h1>
|
619 |
<div id="availablethemes" class="bws-availablethemes">
|
620 |
+
<div class="theme-browser content-filterable rendered">
|
621 |
+
<div class="themes wp-clearfix">
|
622 |
+
<?php foreach ( $themes as $key => $theme ) {
|
623 |
$installed_theme = wp_get_theme( $theme->slug ); ?>
|
624 |
+
<div class="theme" tabindex="0">
|
625 |
+
<div class="theme-screenshot">
|
626 |
+
<img src="<?php echo bws_menu_url( "icons/themes/" ) . $theme->slug . '.png'; ?>" alt="" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
627 |
</div>
|
628 |
+
<div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), 'BestWebSoft' ); ?></div>
|
629 |
+
<h3 class="theme-name"><?php echo $theme->name; ?></h3>
|
630 |
+
<div class="theme-actions">
|
631 |
+
<a class="button button-secondary preview install-theme-preview" href="<?php echo esc_url( $theme->href ); ?>" target="_blank"><?php _e( 'Learn More', 'bestwebsoft' ); ?></a>
|
632 |
+
</div>
|
633 |
+
<?php if ( $installed_theme->exists() ) {
|
634 |
+
if ( $wp_version < '4.6' ) { ?>
|
635 |
+
<div class="theme-installed"><?php _e( 'Already Installed', 'bestwebsoft' ); ?></div>
|
636 |
+
<?php } else { ?>
|
637 |
+
<div class="notice notice-success notice-alt inline"><p><?php _e( 'Installed', 'bestwebsoft' ); ?></p></div>
|
638 |
+
<?php }
|
639 |
+
} ?>
|
640 |
+
</div>
|
641 |
+
<?php } ?>
|
642 |
+
<br class="clear" />
|
643 |
</div>
|
644 |
+
</div>
|
645 |
+
<p><a class="bws_browse_link" href="https://bestwebsoft.com/products/wordpress/themes/" target="_blank"><?php _e( 'Browse More WordPress Themes', 'bestwebsoft' ); ?> <span class="dashicons dashicons-arrow-right-alt2"></span></a></p>
|
646 |
</div>
|
647 |
<?php } elseif ( 'bws_system_status' == $page || 'system-status' == $tab ) { ?>
|
648 |
<h1><?php _e( 'System status', 'bestwebsoft' ); ?></h1>
|
649 |
+
<div class="updated fade notice is-dismissible inline" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo 'style="display:none"'; ?>><p><strong><?php echo $message; ?></strong></p></div>
|
650 |
+
<div class="error" <?php if ( "" == $error ) echo 'style="display:none"'; ?>><p><strong><?php echo $error; ?></strong></p></div>
|
651 |
<form method="post" action="">
|
652 |
<p>
|
653 |
<input type="hidden" name="bwsmn_form_submit" value="submit" />
|
659 |
<p>
|
660 |
<input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
|
661 |
<input type="submit" class="button" value="<?php _e( 'Send to custom email »', 'bestwebsoft' ) ?>" />
|
662 |
+
<input type="text" maxlength="250" value="" name="bwsmn_form_email" />
|
663 |
<?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
|
664 |
</p>
|
665 |
</form>
|
671 |
<strong>
|
672 |
<?php echo $info['name'];
|
673 |
if ( isset( $info['count'] ) )
|
674 |
+
echo ' (' . $info['count'] . ')'; ?>
|
675 |
</strong>
|
676 |
</th>
|
677 |
</tr>
|
685 |
<?php } ?>
|
686 |
</tbody>
|
687 |
</table>
|
688 |
+
<?php }
|
689 |
} ?>
|
690 |
</div>
|
691 |
</div>
|
696 |
function bws_get_banner_array() {
|
697 |
global $bstwbsftwppdtplgns_banner_array;
|
698 |
$bstwbsftwppdtplgns_banner_array = array(
|
699 |
+
array( 'gglstpvrfctn_hide_banner_on_plugin_page', 'bws-google-2-step-verification/bws-google-2-step-verification.php', '1.0.0' ),
|
700 |
array( 'sclbttns_hide_banner_on_plugin_page', 'social-buttons-pack/social-buttons-pack.php', '1.1.0' ),
|
701 |
array( 'tmsht_hide_banner_on_plugin_page', 'timesheet/timesheet.php', '0.1.3' ),
|
702 |
array( 'pgntn_hide_banner_on_plugin_page', 'pagination/pagination.php', '1.0.6' ),
|
bws_menu/class-bws-settings.php
CHANGED
@@ -7,12 +7,13 @@
|
|
7 |
|
8 |
if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
9 |
class Bws_Settings_Tabs {
|
10 |
-
private $tabs;
|
11 |
-
private $plugin_basename;
|
12 |
-
private $prefix;
|
13 |
private $pro_plugin_is_activated = false;
|
14 |
private $custom_code_args = array();
|
15 |
-
|
|
|
|
|
|
|
16 |
|
17 |
public $options;
|
18 |
public $default_options;
|
@@ -128,7 +129,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
128 |
<div id="post-body" class="metabox-holder columns-2">
|
129 |
<div id="post-body-content" style="position: relative;">
|
130 |
<?php $this->display_tabs(); ?>
|
131 |
-
</div><!--
|
132 |
<div id="postbox-container-1" class="postbox-container">
|
133 |
<div class="meta-box-sortables ui-sortable">
|
134 |
<div id="submitdiv" class="postbox">
|
@@ -153,7 +154,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
153 |
$daysleft = floor( ( $finish - $today ) / ( 60*60*24 ) );
|
154 |
$license_status = sprintf( __( '%s day(-s) left', 'bestwebsoft' ), $daysleft );
|
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 ) {
|
@@ -260,9 +261,11 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
260 |
foreach ( $this->tabs as $tab_slug => $data ) {
|
261 |
if ( ! empty( $data['is_pro'] ) && $this->hide_pro_tabs )
|
262 |
continue; ?>
|
263 |
-
<div class="bws_tab ui-tabs-panel ui-widget-content ui-corner-bottom" id="<?php echo $this->prefix . '_' . $tab_slug; ?>
|
264 |
-
<?php
|
265 |
-
|
|
|
|
|
266 |
} ?>
|
267 |
</div>
|
268 |
<?php }
|
@@ -397,7 +400,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
397 |
|
398 |
if ( file_exists( $real_file ) ) {
|
399 |
update_recently_edited( $real_file );
|
400 |
-
$this->custom_code_args["content_{$extension}"] =
|
401 |
if ( ( $this->is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $this->custom_code_args['blog_id'] ][ $file ] ) ) ||
|
402 |
( ! $this->is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $file ] ) ) ) {
|
403 |
$this->custom_code_args["is_{$extension}_active"] = true;
|
@@ -429,7 +432,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
429 |
'css' => array( 'description' => __( 'These styles will be added to the header on all pages of your site.', 'bestwebsoft' ),
|
430 |
'learn_more_link' => 'https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started'
|
431 |
),
|
432 |
-
'php' => array( 'description' => sprintf( __( 'This PHP code will be hooked to the %s action and will be printed on front end only.', 'bestwebsoft' ), '<a href="
|
433 |
'learn_more_link' => 'http://php.net/'
|
434 |
),
|
435 |
'js' => array( 'description' => __( 'These code will be added to the header on all pages of your site.', 'bestwebsoft' ),
|
@@ -453,14 +456,16 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
453 |
echo '(' . __( 'Browsing', 'bestwebsoft' ) . ')'; ?>
|
454 |
</big></p>
|
455 |
<p class="bws_info">
|
456 |
-
<
|
457 |
-
|
|
|
|
|
458 |
</p>
|
459 |
-
<textarea cols="70" rows="25" name="bws_newcontent_<?php echo $extension; ?>" id="bws_newcontent_<?php echo $extension; ?>"><?php if ( isset( $this->custom_code_args["content_{$extension}"] ) ) echo $this->custom_code_args["content_{$extension}"]; ?></textarea>
|
460 |
<p class="bws_info">
|
461 |
<?php echo $extension_data['description']; ?>
|
462 |
<br>
|
463 |
-
<a href="<?php echo $extension_data['learn_more_link']; ?>" target="_blank">
|
464 |
<?php printf( __( 'Learn more about %s', 'bestwebsoft' ), $name ); ?>
|
465 |
</a>
|
466 |
</p>
|
@@ -483,6 +488,8 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
483 |
if ( isset( $_POST["bws_newcontent_{$extension}"] ) &&
|
484 |
$this->custom_code_args["{$extension}_writeable"] ) {
|
485 |
$newcontent = trim( wp_unslash( $_POST["bws_newcontent_{$extension}"] ) );
|
|
|
|
|
486 |
|
487 |
if ( ! empty( $newcontent ) && isset( $_POST["bws_custom_{$extension}_active"] ) ) {
|
488 |
$this->custom_code_args["is_{$extension}_active"] = true;
|
@@ -544,16 +551,20 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
544 |
<tr>
|
545 |
<th scope="row"><?php _e( 'Pro Options', 'bestwebsoft' ); ?></th>
|
546 |
<td>
|
547 |
-
<
|
548 |
-
|
|
|
|
|
549 |
</td>
|
550 |
</tr>
|
551 |
<?php } ?>
|
552 |
<tr>
|
553 |
<th scope="row"><?php _e( 'Track Usage', 'bestwebsoft' ); ?></th>
|
554 |
<td>
|
555 |
-
<
|
556 |
-
|
|
|
|
|
557 |
</td>
|
558 |
</tr>
|
559 |
<tr>
|
@@ -692,7 +703,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
692 |
<?php $this->help_phrase(); ?>
|
693 |
<hr>
|
694 |
<?php if ( ! empty( $this->pro_page ) ) {
|
695 |
-
$bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes(
|
696 |
|
697 |
if ( $this->pro_plugin_is_activated ) {
|
698 |
deactivate_plugins( $this->plugin_basename ); ?>
|
@@ -702,7 +713,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
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 );
|
@@ -712,7 +723,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
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'] ) &&
|
@@ -723,17 +734,17 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
723 |
<tr>
|
724 |
<th scope="row"><?php _e( 'License Key', 'bestwebsoft' ); ?></th>
|
725 |
<td>
|
726 |
-
<input <?php echo $attr; ?> type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
|
727 |
-
<input <?php echo $attr; ?> type="hidden" name="bws_license_plugin" value="<?php echo $this->bws_license_plugin; ?>" />
|
728 |
<input <?php echo $attr; ?> type="submit" class="button button-secondary" name="bws_license_submit" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
|
729 |
<div class="bws_info">
|
730 |
-
<?php printf( __( 'Enter your license key to activate %s and get premium plugin features.', 'bestwebsoft' ), '<a href="' . $this->plugins_info['PluginURI'] . '?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank" title="' . $this->plugins_info["Name"] . ' Pro">' . $this->plugins_info["Name"] . ' Pro</a>' ); ?>
|
731 |
</div>
|
732 |
<?php if ( '' != $attr ) { ?>
|
733 |
<p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
|
734 |
<?php }
|
735 |
if ( $this->trial_days !== false )
|
736 |
-
echo '<p>' . __( 'or', 'bestwebsoft' ) . ' <a href="' . $this->plugins_info['PluginURI'] . 'trial/?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank">' . sprintf( __( 'Start Your Free %s-Day Trial Now', 'bestwebsoft' ), $this->trial_days ) . '</a></p>'; ?>
|
737 |
</td>
|
738 |
</tr>
|
739 |
</table>
|
@@ -745,7 +756,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
745 |
<tr>
|
746 |
<th scope="row"><?php _e( 'License Key', 'bestwebsoft' ); ?></th>
|
747 |
<td>
|
748 |
-
<input type="text" maxlength="100" name="bws_license_key" value="<?php echo $license_key; ?>" />
|
749 |
<input type="submit" class="button button-secondary" name="bws_license_submit" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
|
750 |
<div class="bws_info">
|
751 |
<?php _e( 'If necessary, you can check if the license key is correct or reenter it in the field below.', 'bestwebsoft' ); ?>
|
@@ -774,7 +785,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
774 |
private function save_options_license_key() {
|
775 |
global $wp_version, $bstwbsftwppdtplgns_options;
|
776 |
|
777 |
-
$bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes(
|
778 |
|
779 |
if ( '' != $bws_license_key ) {
|
780 |
if ( strlen( $bws_license_key ) != 18 ) {
|
@@ -831,7 +842,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
831 |
$message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $single_response->time_out . '.';
|
832 |
|
833 |
if ( isset( $single_response->trial ) && $this->is_trial )
|
834 |
-
$message .= ' ' . sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="' . $this->plugins_info['PluginURI'] . '?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank" title="' . $this->plugins_info["Name"] . '">Pro</a>' );
|
835 |
}
|
836 |
|
837 |
if ( isset( $single_response->trial ) ) {
|
@@ -878,7 +889,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
878 |
/* Go Pro */
|
879 |
} else {
|
880 |
|
881 |
-
$bws_license_plugin = stripslashes(
|
882 |
if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - (24 * 60 * 60) ) ) {
|
883 |
$bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
|
884 |
} else {
|
@@ -919,7 +930,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
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 |
}
|
@@ -945,7 +956,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
945 |
}
|
946 |
|
947 |
if ( ! $received_content ) {
|
948 |
-
$error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
|
949 |
} else {
|
950 |
if ( is_writable( $this->upload_dir["path"] ) ) {
|
951 |
$file_put_contents = $this->upload_dir["path"] . "/" . $zip_name[0] . ".zip";
|
@@ -957,20 +968,20 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
957 |
$zip->extractTo( WP_PLUGIN_DIR );
|
958 |
$zip->close();
|
959 |
} else {
|
960 |
-
$error = __( "Failed to open the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
|
961 |
}
|
962 |
} elseif ( class_exists( 'Phar' ) ) {
|
963 |
$phar = new PharData( $file_put_contents );
|
964 |
$phar->extractTo( WP_PLUGIN_DIR );
|
965 |
} else {
|
966 |
-
$error = __( "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually", 'bestwebsoft' );
|
967 |
}
|
968 |
@unlink( $file_put_contents );
|
969 |
} else {
|
970 |
-
$error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
|
971 |
}
|
972 |
} else {
|
973 |
-
$error = __( "UploadDir is not writable. Please, upload the plugin manually", 'bestwebsoft' );
|
974 |
}
|
975 |
}
|
976 |
|
@@ -989,7 +1000,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
989 |
}
|
990 |
$this->pro_plugin_is_activated = true;
|
991 |
} elseif ( empty( $error ) ) {
|
992 |
-
$error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
|
993 |
}
|
994 |
}
|
995 |
} else {
|
@@ -1042,22 +1053,22 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
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>';
|
1051 |
}
|
1052 |
|
1053 |
public function bws_pro_block_links() {
|
1054 |
global $wp_version; ?>
|
1055 |
<div class="bws_pro_version_tooltip">
|
1056 |
-
<a class="bws_button" href="<?php echo $this->plugins_info['PluginURI']; ?>?k=<?php echo $this->link_key; ?>&pn=<?php echo $this->link_pn; ?>&v=<?php echo $this->plugins_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php echo $this->plugins_info["Name"]; ?>"><?php _e( 'Upgrade to Pro', 'bestwebsoft' ); ?></a>
|
1057 |
<?php if ( $this->trial_days !== false ) { ?>
|
1058 |
<span class="bws_trial_info">
|
1059 |
<?php _e( 'or', 'bestwebsoft' ); ?>
|
1060 |
-
<a href="<?php echo $this->plugins_info['PluginURI']
|
1061 |
</span>
|
1062 |
<?php } ?>
|
1063 |
<div class="clear"></div>
|
7 |
|
8 |
if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
9 |
class Bws_Settings_Tabs {
|
10 |
+
private $tabs;
|
|
|
|
|
11 |
private $pro_plugin_is_activated = false;
|
12 |
private $custom_code_args = array();
|
13 |
+
|
14 |
+
public $plugin_basename;
|
15 |
+
public $prefix;
|
16 |
+
public $wp_slug;
|
17 |
|
18 |
public $options;
|
19 |
public $default_options;
|
129 |
<div id="post-body" class="metabox-holder columns-2">
|
130 |
<div id="post-body-content" style="position: relative;">
|
131 |
<?php $this->display_tabs(); ?>
|
132 |
+
</div><!-- #post-body-content -->
|
133 |
<div id="postbox-container-1" class="postbox-container">
|
134 |
<div class="meta-box-sortables ui-sortable">
|
135 |
<div id="submitdiv" class="postbox">
|
154 |
$daysleft = floor( ( $finish - $today ) / ( 60*60*24 ) );
|
155 |
$license_status = sprintf( __( '%s day(-s) left', 'bestwebsoft' ), $daysleft );
|
156 |
}
|
157 |
+
$license_status .= '. <a target="_blank" href="' . esc_url( $this->plugins_info['PluginURI'] ) . '">' . __( 'Upgrade to Pro', 'bestwebsoft' ) . '</a>';
|
158 |
} else {
|
159 |
$license_type = isset( $bstwbsftwppdtplgns_options['nonprofit'][ $this->plugin_basename ] ) ? 'Nonprofit Pro' : 'Pro';
|
160 |
if ( $finish < $today ) {
|
261 |
foreach ( $this->tabs as $tab_slug => $data ) {
|
262 |
if ( ! empty( $data['is_pro'] ) && $this->hide_pro_tabs )
|
263 |
continue; ?>
|
264 |
+
<div class="bws_tab ui-tabs-panel ui-widget-content ui-corner-bottom" id="<?php echo esc_attr( $this->prefix . '_' . $tab_slug . '_tab' ); ?>" aria-labelledby="ui-id-2" role="tabpanel" aria-hidden="false" style="display: block;">
|
265 |
+
<?php $tab_slug = str_replace( '-', '_', $tab_slug );
|
266 |
+
if ( method_exists( $this, 'tab_' . $tab_slug ) ) {
|
267 |
+
call_user_func( array( $this, 'tab_' . $tab_slug ) );
|
268 |
+
do_action_ref_array( __CLASS__ . '_after_tab_' . $tab_slug, array( &$this ) );
|
269 |
} ?>
|
270 |
</div>
|
271 |
<?php }
|
400 |
|
401 |
if ( file_exists( $real_file ) ) {
|
402 |
update_recently_edited( $real_file );
|
403 |
+
$this->custom_code_args["content_{$extension}"] = file_get_contents( $real_file );
|
404 |
if ( ( $this->is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $this->custom_code_args['blog_id'] ][ $file ] ) ) ||
|
405 |
( ! $this->is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $file ] ) ) ) {
|
406 |
$this->custom_code_args["is_{$extension}_active"] = true;
|
432 |
'css' => array( 'description' => __( 'These styles will be added to the header on all pages of your site.', 'bestwebsoft' ),
|
433 |
'learn_more_link' => 'https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started'
|
434 |
),
|
435 |
+
'php' => array( 'description' => sprintf( __( 'This PHP code will be hooked to the %s action and will be printed on front end only.', 'bestwebsoft' ), '<a href="https://codex.wordpress.org/Plugin_API/Action_Reference/init" target="_blank"><code>init</code></a>' ),
|
436 |
'learn_more_link' => 'http://php.net/'
|
437 |
),
|
438 |
'js' => array( 'description' => __( 'These code will be added to the header on all pages of your site.', 'bestwebsoft' ),
|
456 |
echo '(' . __( 'Browsing', 'bestwebsoft' ) . ')'; ?>
|
457 |
</big></p>
|
458 |
<p class="bws_info">
|
459 |
+
<label>
|
460 |
+
<input type="checkbox" name="bws_custom_<?php echo $extension; ?>_active" value="1" <?php if ( $this->custom_code_args["is_{$extension}_active"] ) echo "checked"; ?> />
|
461 |
+
<?php printf( __( 'Activate custom %s code.', 'bestwebsoft' ), $name ); ?>
|
462 |
+
</label>
|
463 |
</p>
|
464 |
+
<textarea cols="70" rows="25" name="bws_newcontent_<?php echo $extension; ?>" id="bws_newcontent_<?php echo $extension; ?>"><?php if ( isset( $this->custom_code_args["content_{$extension}"] ) ) echo esc_textarea( $this->custom_code_args["content_{$extension}"] ); ?></textarea>
|
465 |
<p class="bws_info">
|
466 |
<?php echo $extension_data['description']; ?>
|
467 |
<br>
|
468 |
+
<a href="<?php echo esc_url( $extension_data['learn_more_link'] ); ?>" target="_blank">
|
469 |
<?php printf( __( 'Learn more about %s', 'bestwebsoft' ), $name ); ?>
|
470 |
</a>
|
471 |
</p>
|
488 |
if ( isset( $_POST["bws_newcontent_{$extension}"] ) &&
|
489 |
$this->custom_code_args["{$extension}_writeable"] ) {
|
490 |
$newcontent = trim( wp_unslash( $_POST["bws_newcontent_{$extension}"] ) );
|
491 |
+
if ( 'css' == $extension )
|
492 |
+
$newcontent = wp_kses( $newcontent, 'strip' );
|
493 |
|
494 |
if ( ! empty( $newcontent ) && isset( $_POST["bws_custom_{$extension}_active"] ) ) {
|
495 |
$this->custom_code_args["is_{$extension}_active"] = true;
|
551 |
<tr>
|
552 |
<th scope="row"><?php _e( 'Pro Options', 'bestwebsoft' ); ?></th>
|
553 |
<td>
|
554 |
+
<label>
|
555 |
+
<input <?php echo $this->change_permission_attr; ?> name="bws_hide_premium_options_submit" type="checkbox" value="1" <?php if ( ! $this->hide_pro_tabs ) echo 'checked="checked "'; ?> />
|
556 |
+
<span class="bws_info"><?php _e( 'Enable to display plugin Pro options.', 'bestwebsoft' ); ?></span>
|
557 |
+
</label>
|
558 |
</td>
|
559 |
</tr>
|
560 |
<?php } ?>
|
561 |
<tr>
|
562 |
<th scope="row"><?php _e( 'Track Usage', 'bestwebsoft' ); ?></th>
|
563 |
<td>
|
564 |
+
<label>
|
565 |
+
<input <?php echo $this->change_permission_attr; ?> name="bws_track_usage" type="checkbox" value="1" <?php if ( ! empty( $bstwbsftwppdtplgns_options['track_usage']['products'][ $this->plugin_basename ] ) ) echo 'checked="checked "'; ?>/>
|
566 |
+
<span class="bws_info"><?php _e( 'Enable to allow tracking plugin usage anonymously in order to make it better.', 'bestwebsoft' ); ?></span>
|
567 |
+
</label>
|
568 |
</td>
|
569 |
</tr>
|
570 |
<tr>
|
703 |
<?php $this->help_phrase(); ?>
|
704 |
<hr>
|
705 |
<?php if ( ! empty( $this->pro_page ) ) {
|
706 |
+
$bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( sanitize_text_field( $_POST['bws_license_key'] ) ) : "";
|
707 |
|
708 |
if ( $this->pro_plugin_is_activated ) {
|
709 |
deactivate_plugins( $this->plugin_basename ); ?>
|
713 |
function bws_set_timeout() {
|
714 |
i--;
|
715 |
if ( 0 == i ) {
|
716 |
+
window.location.href = '<?php echo esc_url( self_admin_url( $this->pro_page ) ); ?>';
|
717 |
} else {
|
718 |
$( '#bws_timeout_counter' ).text( i );
|
719 |
window.setTimeout( bws_set_timeout, 1000 );
|
723 |
})(jQuery);
|
724 |
</script>
|
725 |
<p><strong><?php _e( 'Congratulations! Pro license is activated successfully.', 'bestwebsoft' ); ?></strong></p>
|
726 |
+
<p><?php printf( __( 'You will be automatically redirected to the %s in %s seconds.', 'bestwebsoft' ), '<a href="' . esc_url( self_admin_url( $this->pro_page ) ) . '">' . __( 'Settings page', 'bestwebsoft' ) . '</a>', '<span id="bws_timeout_counter">7</span>' ); ?></p>
|
727 |
<?php } else {
|
728 |
$attr = '';
|
729 |
if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $this->bws_license_plugin ]['count'] ) &&
|
734 |
<tr>
|
735 |
<th scope="row"><?php _e( 'License Key', 'bestwebsoft' ); ?></th>
|
736 |
<td>
|
737 |
+
<input <?php echo $attr; ?> type="text" name="bws_license_key" value="<?php echo esc_attr( $bws_license_key ); ?>" />
|
738 |
+
<input <?php echo $attr; ?> type="hidden" name="bws_license_plugin" value="<?php echo esc_attr( $this->bws_license_plugin ); ?>" />
|
739 |
<input <?php echo $attr; ?> type="submit" class="button button-secondary" name="bws_license_submit" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
|
740 |
<div class="bws_info">
|
741 |
+
<?php printf( __( 'Enter your license key to activate %s and get premium plugin features.', 'bestwebsoft' ), '<a href="' . esc_url( $this->plugins_info['PluginURI'] . '?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version ) . '" target="_blank" title="' . $this->plugins_info["Name"] . ' Pro">' . $this->plugins_info["Name"] . ' Pro</a>' ); ?>
|
742 |
</div>
|
743 |
<?php if ( '' != $attr ) { ?>
|
744 |
<p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
|
745 |
<?php }
|
746 |
if ( $this->trial_days !== false )
|
747 |
+
echo '<p>' . __( 'or', 'bestwebsoft' ) . ' <a href="' . esc_url( $this->plugins_info['PluginURI'] . 'trial/?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version ) . '" target="_blank">' . sprintf( __( 'Start Your Free %s-Day Trial Now', 'bestwebsoft' ), $this->trial_days ) . '</a></p>'; ?>
|
748 |
</td>
|
749 |
</tr>
|
750 |
</table>
|
756 |
<tr>
|
757 |
<th scope="row"><?php _e( 'License Key', 'bestwebsoft' ); ?></th>
|
758 |
<td>
|
759 |
+
<input type="text" maxlength="100" name="bws_license_key" value="<?php echo esc_attr( $license_key ); ?>" />
|
760 |
<input type="submit" class="button button-secondary" name="bws_license_submit" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
|
761 |
<div class="bws_info">
|
762 |
<?php _e( 'If necessary, you can check if the license key is correct or reenter it in the field below.', 'bestwebsoft' ); ?>
|
785 |
private function save_options_license_key() {
|
786 |
global $wp_version, $bstwbsftwppdtplgns_options;
|
787 |
|
788 |
+
$bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( sanitize_text_field( $_POST['bws_license_key'] ) ) : '';
|
789 |
|
790 |
if ( '' != $bws_license_key ) {
|
791 |
if ( strlen( $bws_license_key ) != 18 ) {
|
842 |
$message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $single_response->time_out . '.';
|
843 |
|
844 |
if ( isset( $single_response->trial ) && $this->is_trial )
|
845 |
+
$message .= ' ' . sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="' . esc_url( $this->plugins_info['PluginURI'] . '?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version ) . '" target="_blank" title="' . $this->plugins_info["Name"] . '">Pro</a>' );
|
846 |
}
|
847 |
|
848 |
if ( isset( $single_response->trial ) ) {
|
889 |
/* Go Pro */
|
890 |
} else {
|
891 |
|
892 |
+
$bws_license_plugin = stripslashes( sanitize_text_field( $_POST['bws_license_plugin'] ) );
|
893 |
if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - (24 * 60 * 60) ) ) {
|
894 |
$bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
|
895 |
} else {
|
930 |
} elseif ( "you_are_banned" == $single_response->package ) {
|
931 |
$error = __( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' );
|
932 |
} elseif ( "time_out" == $single_response->package ) {
|
933 |
+
$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>' );
|
934 |
} elseif ( "duplicate_domen_for_trial" == $single_response->package ) {
|
935 |
$error = __( "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once.", 'bestwebsoft' );
|
936 |
}
|
956 |
}
|
957 |
|
958 |
if ( ! $received_content ) {
|
959 |
+
$error = __( "Failed to download the zip archive. Please, upload the plugin manually.", 'bestwebsoft' );
|
960 |
} else {
|
961 |
if ( is_writable( $this->upload_dir["path"] ) ) {
|
962 |
$file_put_contents = $this->upload_dir["path"] . "/" . $zip_name[0] . ".zip";
|
968 |
$zip->extractTo( WP_PLUGIN_DIR );
|
969 |
$zip->close();
|
970 |
} else {
|
971 |
+
$error = __( "Failed to open the zip archive. Please, upload the plugin manually.", 'bestwebsoft' );
|
972 |
}
|
973 |
} elseif ( class_exists( 'Phar' ) ) {
|
974 |
$phar = new PharData( $file_put_contents );
|
975 |
$phar->extractTo( WP_PLUGIN_DIR );
|
976 |
} else {
|
977 |
+
$error = __( "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually.", 'bestwebsoft' );
|
978 |
}
|
979 |
@unlink( $file_put_contents );
|
980 |
} else {
|
981 |
+
$error = __( "Failed to download the zip archive. Please, upload the plugin manually.", 'bestwebsoft' );
|
982 |
}
|
983 |
} else {
|
984 |
+
$error = __( "UploadDir is not writable. Please, upload the plugin manually.", 'bestwebsoft' );
|
985 |
}
|
986 |
}
|
987 |
|
1000 |
}
|
1001 |
$this->pro_plugin_is_activated = true;
|
1002 |
} elseif ( empty( $error ) ) {
|
1003 |
+
$error = __( "Failed to download the zip archive. Please, upload the plugin manually.", 'bestwebsoft' );
|
1004 |
}
|
1005 |
}
|
1006 |
} else {
|
1053 |
public function help_phrase() {
|
1054 |
echo '<div class="bws_tab_description">' . __( 'Need Help?', 'bestwebsoft' ) . ' ';
|
1055 |
if ( '' != $this->doc_link )
|
1056 |
+
echo '<a href="' . esc_url( $this->doc_link ) . '" target="_blank">' . __( 'Read the Instruction', 'bestwebsoft' );
|
1057 |
else
|
1058 |
echo '<a href="https://support.bestwebsoft.com/hc/en-us/" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' );
|
1059 |
if ( '' != $this->doc_video_link )
|
1060 |
+
echo '</a>' . ' ' . __( 'or', 'bestwebsoft' ) . ' ' . '<a href="' . esc_url( $this->doc_video_link ) . '" target="_blank">' . __( 'Watch the Video', 'bestwebsoft' );
|
1061 |
echo '</a></div>';
|
1062 |
}
|
1063 |
|
1064 |
public function bws_pro_block_links() {
|
1065 |
global $wp_version; ?>
|
1066 |
<div class="bws_pro_version_tooltip">
|
1067 |
+
<a class="bws_button" href="<?php echo esc_url( $this->plugins_info['PluginURI'] ); ?>?k=<?php echo $this->link_key; ?>&pn=<?php echo $this->link_pn; ?>&v=<?php echo $this->plugins_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php echo $this->plugins_info["Name"]; ?>"><?php _e( 'Upgrade to Pro', 'bestwebsoft' ); ?></a>
|
1068 |
<?php if ( $this->trial_days !== false ) { ?>
|
1069 |
<span class="bws_trial_info">
|
1070 |
<?php _e( 'or', 'bestwebsoft' ); ?>
|
1071 |
+
<a href="<?php echo esc_url( $this->plugins_info['PluginURI'] . '?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version ); ?>" target="_blank" title="<?php echo $this->plugins_info["Name"]; ?>"><?php _e( 'Start Your Free Trial', 'bestwebsoft' ); ?></a>
|
1072 |
</span>
|
1073 |
<?php } ?>
|
1074 |
<div class="clear"></div>
|
bws_menu/css/modal.css
ADDED
@@ -0,0 +1,114 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.bws-modal {
|
2 |
+
position: fixed;
|
3 |
+
overflow: auto;
|
4 |
+
height: 100%;
|
5 |
+
width: 100%;
|
6 |
+
top: 0;
|
7 |
+
z-index: 100000;
|
8 |
+
display: none;
|
9 |
+
background: rgba(0, 0, 0, 0.6);
|
10 |
+
}
|
11 |
+
.bws-modal.active {
|
12 |
+
display: block;
|
13 |
+
}
|
14 |
+
.bws-modal.active:before {
|
15 |
+
display: block;
|
16 |
+
}
|
17 |
+
.bws-modal .bws-modal-dialog {
|
18 |
+
background: transparent;
|
19 |
+
position: absolute;
|
20 |
+
left: 50%;
|
21 |
+
margin-left: -298px;
|
22 |
+
padding-bottom: 30px;
|
23 |
+
top: -100%;
|
24 |
+
z-index: 100001;
|
25 |
+
width: 596px;
|
26 |
+
}
|
27 |
+
.bws-modal.active .bws-modal-dialog {
|
28 |
+
top: 10%;
|
29 |
+
}
|
30 |
+
.bws-modal .bws-modal-body,
|
31 |
+
.bws-modal .bws-modal-footer {
|
32 |
+
border: 0;
|
33 |
+
background: #fff;
|
34 |
+
padding: 25px 25px 15px;
|
35 |
+
}
|
36 |
+
.bws-modal .bws-modal-body {
|
37 |
+
border-bottom: 0;
|
38 |
+
}
|
39 |
+
.bws-modal .bws-modal-body p {
|
40 |
+
font-size: 1.3em;
|
41 |
+
}
|
42 |
+
.bws-modal .bws-modal-body h2 {
|
43 |
+
font-size: 1.6em;
|
44 |
+
font-weight: bold;
|
45 |
+
margin-top: 0;
|
46 |
+
}
|
47 |
+
.bws-modal .bws-modal-footer {
|
48 |
+
border-top: #eeeeee solid 1px;
|
49 |
+
text-align: right;
|
50 |
+
}
|
51 |
+
.bws-modal .bws-modal-footer .button {
|
52 |
+
margin: 0 7px;
|
53 |
+
}
|
54 |
+
.bws-modal .bws-modal-footer .button:first-child {
|
55 |
+
margin: 0;
|
56 |
+
}
|
57 |
+
.bws-modal .bws-modal-panel>.notice.inline {
|
58 |
+
margin: 0;
|
59 |
+
display: none;
|
60 |
+
}
|
61 |
+
.bws-modal .bws-modal-panel:not(.active) {
|
62 |
+
display: none;
|
63 |
+
}
|
64 |
+
body.has-bws-modal {
|
65 |
+
overflow: hidden;
|
66 |
+
}
|
67 |
+
.bws-modal.bws-modal-deactivation-feedback .bws-modal-reason-input,
|
68 |
+
.bws-modal.bws-modal-deactivation-feedback .bws-modal-internal-message {
|
69 |
+
margin: 3px 0 3px 22px;
|
70 |
+
}
|
71 |
+
.bws-modal.bws-modal-deactivation-feedback .bws-modal-reason-input input,
|
72 |
+
.bws-modal.bws-modal-deactivation-feedback .bws-modal-reason-input textarea,
|
73 |
+
.bws-modal.bws-modal-deactivation-feedback .bws-modal-internal-message input,
|
74 |
+
.bws-modal.bws-modal-deactivation-feedback .bws-modal-internal-message textarea {
|
75 |
+
width: 100%;
|
76 |
+
}
|
77 |
+
.bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason.has-internal-message .bws-modal-internal-message {
|
78 |
+
border: 1px solid #ccc;
|
79 |
+
padding: 7px;
|
80 |
+
display: none;
|
81 |
+
}
|
82 |
+
.bws-modal.bws-modal-deactivation-feedback .bws-modal-anonymous-label {
|
83 |
+
padding-top: 15px;
|
84 |
+
}
|
85 |
+
.bws-modal.bws-modal-deactivation-feedback .bws-modal-panel {
|
86 |
+
margin-top: 0 !important;
|
87 |
+
}
|
88 |
+
|
89 |
+
@media (max-width: 650px) {
|
90 |
+
.bws-modal .bws-modal-dialog {
|
91 |
+
margin-left: -50%;
|
92 |
+
box-sizing: border-box;
|
93 |
+
padding-left: 10px;
|
94 |
+
padding-right: 10px;
|
95 |
+
width: 100%;
|
96 |
+
}
|
97 |
+
.bws-modal .bws-modal-dialog .bws-modal-panel>h3>strong {
|
98 |
+
font-size: 1.3em;
|
99 |
+
}
|
100 |
+
.bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason li.bws-modal-reason {
|
101 |
+
margin-bottom: 10px;
|
102 |
+
}
|
103 |
+
.bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason li.bws-modal-reason .bws-modal-reason-input,
|
104 |
+
.bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason li.bws-modal-reason .bws-modal-internal-message {
|
105 |
+
margin-left: 29px;
|
106 |
+
}
|
107 |
+
.bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason li.bws-modal-reason label {
|
108 |
+
display: table;
|
109 |
+
}
|
110 |
+
.bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason li.bws-modal-reason label>span {
|
111 |
+
display: table-cell;
|
112 |
+
font-size: 1.3em;
|
113 |
+
}
|
114 |
+
}
|
bws_menu/deactivation-form.php
ADDED
@@ -0,0 +1,429 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Displays the content of the dialog box when the user clicks on the "Deactivate" link on the plugin settings page
|
4 |
+
* @package BestWebSoft
|
5 |
+
* @since 2.1.3
|
6 |
+
*/
|
7 |
+
if ( ! defined( 'ABSPATH' ) )
|
8 |
+
exit;
|
9 |
+
|
10 |
+
/**
|
11 |
+
* Displays a confirmation and feedback dialog box when the user clicks on the "Deactivate" link on the plugins
|
12 |
+
* page.
|
13 |
+
*
|
14 |
+
* @since 2.1.3
|
15 |
+
*/
|
16 |
+
if ( ! function_exists( 'bws_add_deactivation_feedback_dialog_box' ) ) {
|
17 |
+
function bws_add_deactivation_feedback_dialog_box() {
|
18 |
+
global $bstwbsftwppdtplgns_active_plugins;
|
19 |
+
if ( empty( $bstwbsftwppdtplgns_active_plugins ) )
|
20 |
+
return;
|
21 |
+
|
22 |
+
foreach ( $bstwbsftwppdtplgns_active_plugins as $basename => $plugin_data ) {
|
23 |
+
|
24 |
+
$slug = dirname( $basename );
|
25 |
+
$plugin_id = sanitize_title( $plugin_data['Name'] );
|
26 |
+
|
27 |
+
$contact_support_template = __( 'Need help? We are ready to answer your questions.', 'bestwebsoft' ) . ' <a href="https://support.bestwebsoft.com/hc/en-us/requests/new" target="_blank">' . __( 'Contact Support', 'bestwebsoft' ) . '</a>';
|
28 |
+
|
29 |
+
$reasons = array(
|
30 |
+
array(
|
31 |
+
'id' => 'NOT_WORKING',
|
32 |
+
'text' => __( 'The plugin is not working', 'bestwebsoft' ),
|
33 |
+
'input_type' => 'textarea',
|
34 |
+
'input_placeholder' => __( "Kindly share what didn't work so we can fix it in future updates...", 'bestwebsoft' )
|
35 |
+
),
|
36 |
+
array(
|
37 |
+
'id' => 'DIDNT_WORK_AS_EXPECTED',
|
38 |
+
'text' => __( "The plugin didn't work as expected", 'bestwebsoft' ),
|
39 |
+
'input_type' => 'textarea',
|
40 |
+
'input_placeholder' => __( 'What did you expect?', 'bestwebsoft' )
|
41 |
+
),
|
42 |
+
array(
|
43 |
+
'id' => 'SUDDENLY_STOPPED_WORKING',
|
44 |
+
'text' => __( 'The plugin suddenly stopped working', 'bestwebsoft' ),
|
45 |
+
'input_type' => '',
|
46 |
+
'input_placeholder' => '',
|
47 |
+
'internal_message' => $contact_support_template
|
48 |
+
),
|
49 |
+
array(
|
50 |
+
'id' => 'BROKE_MY_SITE',
|
51 |
+
'text' => __( 'The plugin broke my site', 'bestwebsoft' ),
|
52 |
+
'input_type' => '',
|
53 |
+
'input_placeholder' => '',
|
54 |
+
'internal_message' => $contact_support_template
|
55 |
+
),
|
56 |
+
array(
|
57 |
+
'id' => 'COULDNT_MAKE_IT_WORK',
|
58 |
+
'text' => __( "I couldn't understand how to get it work", 'bestwebsoft' ),
|
59 |
+
'input_type' => '',
|
60 |
+
'input_placeholder' => '',
|
61 |
+
'internal_message' => $contact_support_template
|
62 |
+
),
|
63 |
+
array(
|
64 |
+
'id' => 'FOUND_A_BETTER_PLUGIN',
|
65 |
+
'text' => __( 'I found a better plugin', 'bestwebsoft' ),
|
66 |
+
'input_type' => 'textfield',
|
67 |
+
'input_placeholder' => __( "What's the plugin name?", 'bestwebsoft' )
|
68 |
+
),
|
69 |
+
array(
|
70 |
+
'id' => 'GREAT_BUT_NEED_SPECIFIC_FEATURE',
|
71 |
+
'text' => __( "The plugin is great, but I need specific feature that you don't support", 'bestwebsoft' ),
|
72 |
+
'input_type' => 'textarea',
|
73 |
+
'input_placeholder' => __( 'What feature?', 'bestwebsoft' )
|
74 |
+
),
|
75 |
+
array(
|
76 |
+
'id' => 'NO_LONGER_NEEDED',
|
77 |
+
'text' => __( 'I no longer need the plugin', 'bestwebsoft' ),
|
78 |
+
'input_type' => '',
|
79 |
+
'input_placeholder' => ''
|
80 |
+
),
|
81 |
+
array(
|
82 |
+
'id' => 'TEMPORARY_DEACTIVATION',
|
83 |
+
'text' => __( "It's a temporary deactivation, I'm just debugging an issue", 'bestwebsoft' ),
|
84 |
+
'input_type' => '',
|
85 |
+
'input_placeholder' => ''
|
86 |
+
),
|
87 |
+
array(
|
88 |
+
'id' => 'OTHER',
|
89 |
+
'text' => __( 'Other', 'bestwebsoft' ),
|
90 |
+
'input_type' => 'textfield',
|
91 |
+
'input_placeholder' => ''
|
92 |
+
)
|
93 |
+
);
|
94 |
+
|
95 |
+
$reasons_list_items_html = '';
|
96 |
+
|
97 |
+
foreach ( $reasons as $reason ) {
|
98 |
+
$list_item_classes = 'bws-modal-reason' . ( ! empty( $reason['input_type'] ) ? ' has-input' : '' );
|
99 |
+
|
100 |
+
if ( ! empty( $reason['internal_message'] ) ) {
|
101 |
+
$list_item_classes .= ' has-internal-message';
|
102 |
+
$reason_internal_message = $reason['internal_message'];
|
103 |
+
} else {
|
104 |
+
$reason_internal_message = '';
|
105 |
+
}
|
106 |
+
|
107 |
+
$reasons_list_items_html .= '<li class="' . $list_item_classes . '" data-input-type="' . $reason['input_type'] . '" data-input-placeholder="' . $reason['input_placeholder'] . '">
|
108 |
+
<label>
|
109 |
+
<span>
|
110 |
+
<input type="radio" name="selected-reason" value="' . $reason['id'] . '"/>
|
111 |
+
</span>
|
112 |
+
<span>' . $reason['text'] . '</span>
|
113 |
+
</label>
|
114 |
+
<div class="bws-modal-internal-message">' . $reason_internal_message . '</div>
|
115 |
+
</li>';
|
116 |
+
} ?>
|
117 |
+
<script type="text/javascript">
|
118 |
+
(function($) {
|
119 |
+
var modalHtml =
|
120 |
+
'<div class="bws-modal bws-modal-deactivation-feedback">'
|
121 |
+
+ ' <div class="bws-modal-dialog">'
|
122 |
+
+ ' <div class="bws-modal-body">'
|
123 |
+
+ ' <h2><?php _e( 'Quick Feedback', 'bestwebsoft' ); ?></h2>'
|
124 |
+
+ ' <div class="bws-modal-panel active"><p><?php _e( 'If you have a moment, please let us know why you are deactivating', 'bestwebsoft' ); ?>:</p><ul>' + <?php echo json_encode( $reasons_list_items_html ); ?> + '</ul>'
|
125 |
+
+ ' <label class="bws-modal-anonymous-label">'
|
126 |
+
+ ' <input type="checkbox" checked="checked" />'
|
127 |
+
+ ' <?php _e( 'Send website data and allow to contact me back', 'bestwebsoft' ); ?>'
|
128 |
+
+ ' </label>'
|
129 |
+
+ ' </div>'
|
130 |
+
+ ' </div>'
|
131 |
+
+ ' <div class="bws-modal-footer">'
|
132 |
+
+ ' <a href="#" class="button button-secondary bws-modal-button-close"><?php _e( 'Cancel', 'bestwebsoft' ); ?></a>'
|
133 |
+
+ ' <a href="#" class="button button-primary bws-modal-button-deactivate"></a>'
|
134 |
+
+ ' <div class="clear"></div>'
|
135 |
+
+ ' </div>'
|
136 |
+
+ ' </div>'
|
137 |
+
+ '</div>',
|
138 |
+
$modal = $( modalHtml ),
|
139 |
+
$deactivateLink = $( '#the-list .active[data-plugin="<?php echo $basename; ?>"] .deactivate a' ),
|
140 |
+
$anonymousFeedback = $modal.find( '.bws-modal-anonymous-label' ),
|
141 |
+
selectedReasonID = false;
|
142 |
+
|
143 |
+
/* WP added data-plugin attr after 4.5 version/ In prev version was id attr */
|
144 |
+
if ( 0 == $deactivateLink.length )
|
145 |
+
$deactivateLink = $( '#the-list .active#<?php echo $plugin_id; ?> .deactivate a' );
|
146 |
+
|
147 |
+
$modal.appendTo( $( 'body' ) );
|
148 |
+
|
149 |
+
BwsModalRegisterEventHandlers();
|
150 |
+
|
151 |
+
function BwsModalRegisterEventHandlers() {
|
152 |
+
$deactivateLink.click( function( evt ) {
|
153 |
+
evt.preventDefault();
|
154 |
+
|
155 |
+
/* Display the dialog box.*/
|
156 |
+
BwsModalReset();
|
157 |
+
$modal.addClass( 'active' );
|
158 |
+
$( 'body' ).addClass( 'has-bws-modal' );
|
159 |
+
});
|
160 |
+
|
161 |
+
$modal.on( 'input propertychange', '.bws-modal-reason-input input', function() {
|
162 |
+
if ( ! BwsModalIsReasonSelected( 'OTHER' ) ) {
|
163 |
+
return;
|
164 |
+
}
|
165 |
+
|
166 |
+
var reason = $( this ).val().trim();
|
167 |
+
|
168 |
+
/* If reason is not empty, remove the error-message class of the message container to change the message color back to default. */
|
169 |
+
if ( reason.length > 0 ) {
|
170 |
+
$modal.find( '.message' ).removeClass( 'error-message' );
|
171 |
+
BwsModalEnableDeactivateButton();
|
172 |
+
}
|
173 |
+
});
|
174 |
+
|
175 |
+
$modal.on( 'blur', '.bws-modal-reason-input input', function() {
|
176 |
+
var $userReason = $( this );
|
177 |
+
|
178 |
+
setTimeout( function() {
|
179 |
+
if ( ! BwsModalIsReasonSelected( 'OTHER' ) ) {
|
180 |
+
return;
|
181 |
+
}
|
182 |
+
|
183 |
+
/* If reason is empty, add the error-message class to the message container to change the message color to red. */
|
184 |
+
if ( 0 === $userReason.val().trim().length ) {
|
185 |
+
$modal.find( '.message' ).addClass( 'error-message' );
|
186 |
+
BwsModalDisableDeactivateButton();
|
187 |
+
}
|
188 |
+
}, 150 );
|
189 |
+
});
|
190 |
+
|
191 |
+
$modal.on( 'click', '.bws-modal-footer .button', function( evt ) {
|
192 |
+
evt.preventDefault();
|
193 |
+
|
194 |
+
if ( $( this ).hasClass( 'disabled' ) ) {
|
195 |
+
return;
|
196 |
+
}
|
197 |
+
|
198 |
+
var _parent = $( this ).parents( '.bws-modal:first' ),
|
199 |
+
_this = $( this );
|
200 |
+
|
201 |
+
if ( _this.hasClass( 'allow-deactivate' ) ) {
|
202 |
+
var $radio = $modal.find( 'input[type="radio"]:checked' );
|
203 |
+
|
204 |
+
if ( 0 === $radio.length ) {
|
205 |
+
/* If no selected reason, just deactivate the plugin. */
|
206 |
+
window.location.href = $deactivateLink.attr( 'href' );
|
207 |
+
return;
|
208 |
+
}
|
209 |
+
|
210 |
+
var $selected_reason = $radio.parents( 'li:first' ),
|
211 |
+
$input = $selected_reason.find( 'textarea, input[type="text"]' ),
|
212 |
+
userReason = ( 0 !== $input.length ) ? $input.val().trim() : '';
|
213 |
+
|
214 |
+
if ( BwsModalIsReasonSelected( 'OTHER' ) && '' === userReason ) {
|
215 |
+
return;
|
216 |
+
}
|
217 |
+
|
218 |
+
var is_anonymous = ( $anonymousFeedback.find( 'input' ).is( ':checked' ) ) ? 0 : 1;
|
219 |
+
|
220 |
+
$.ajax({
|
221 |
+
url : ajaxurl,
|
222 |
+
method : 'POST',
|
223 |
+
data : {
|
224 |
+
'action' : 'bws_submit_uninstall_reason_action',
|
225 |
+
'plugin' : '<?php echo $basename; ?>',
|
226 |
+
'reason_id' : $radio.val(),
|
227 |
+
'reason_info' : userReason,
|
228 |
+
'is_anonymous' : is_anonymous,
|
229 |
+
'bws_ajax_nonce' : '<?php echo wp_create_nonce( 'bws_ajax_nonce' ); ?>'
|
230 |
+
},
|
231 |
+
beforeSend: function() {
|
232 |
+
_parent.find( '.bws-modal-footer .button' ).addClass( 'disabled' );
|
233 |
+
_parent.find( '.bws-modal-footer .button-secondary' ).text( '<?php _e( 'Processing', 'bestwebsoft' ); ?>' + '...' );
|
234 |
+
},
|
235 |
+
complete : function( message ) {
|
236 |
+
/* Do not show the dialog box, deactivate the plugin. */
|
237 |
+
window.location.href = $deactivateLink.attr( 'href' );
|
238 |
+
}
|
239 |
+
});
|
240 |
+
} else if ( _this.hasClass( 'bws-modal-button-deactivate' ) ) {
|
241 |
+
/* Change the Deactivate button's text and show the reasons panel. */
|
242 |
+
_parent.find( '.bws-modal-button-deactivate' ).addClass( 'allow-deactivate' );
|
243 |
+
BwsModalShowPanel();
|
244 |
+
}
|
245 |
+
});
|
246 |
+
|
247 |
+
$modal.on( 'click', 'input[type="radio"]', function() {
|
248 |
+
var $selectedReasonOption = $( this );
|
249 |
+
|
250 |
+
/* If the selection has not changed, do not proceed. */
|
251 |
+
if ( selectedReasonID === $selectedReasonOption.val() )
|
252 |
+
return;
|
253 |
+
|
254 |
+
selectedReasonID = $selectedReasonOption.val();
|
255 |
+
|
256 |
+
$anonymousFeedback.show();
|
257 |
+
|
258 |
+
var _parent = $( this ).parents( 'li:first' );
|
259 |
+
|
260 |
+
$modal.find( '.bws-modal-reason-input' ).remove();
|
261 |
+
$modal.find( '.bws-modal-internal-message' ).hide();
|
262 |
+
$modal.find( '.bws-modal-button-deactivate' ).text( '<?php _e( 'Submit & Deactivate', 'bestwebsoft' ); ?>' );
|
263 |
+
|
264 |
+
BwsModalEnableDeactivateButton();
|
265 |
+
|
266 |
+
if ( _parent.hasClass( 'has-internal-message' ) ) {
|
267 |
+
_parent.find( '.bws-modal-internal-message' ).show();
|
268 |
+
}
|
269 |
+
|
270 |
+
if (_parent.hasClass('has-input')) {
|
271 |
+
var reasonInputHtml = '<div class="bws-modal-reason-input"><span class="message"></span>' + ( ( 'textfield' === _parent.data( 'input-type' ) ) ? '<input type="text" />' : '<textarea rows="5" maxlength="200"></textarea>' ) + '</div>';
|
272 |
+
|
273 |
+
_parent.append( $( reasonInputHtml ) );
|
274 |
+
_parent.find( 'input, textarea' ).attr( 'placeholder', _parent.data( 'input-placeholder' ) ).focus();
|
275 |
+
|
276 |
+
if ( BwsModalIsReasonSelected( 'OTHER' ) ) {
|
277 |
+
$modal.find( '.message' ).text( '<?php _e( 'Please tell us the reason so we can improve it.', 'bestwebsoft' ); ?>' ).show();
|
278 |
+
BwsModalDisableDeactivateButton();
|
279 |
+
}
|
280 |
+
}
|
281 |
+
});
|
282 |
+
|
283 |
+
/* If the user has clicked outside the window, cancel it. */
|
284 |
+
$modal.on( 'click', function( evt ) {
|
285 |
+
var $target = $( evt.target );
|
286 |
+
|
287 |
+
/* If the user has clicked anywhere in the modal dialog, just return. */
|
288 |
+
if ( $target.hasClass( 'bws-modal-body' ) || $target.hasClass( 'bws-modal-footer' ) ) {
|
289 |
+
return;
|
290 |
+
}
|
291 |
+
|
292 |
+
/* If the user has not clicked the close button and the clicked element is inside the modal dialog, just return. */
|
293 |
+
if ( ! $target.hasClass( 'bws-modal-button-close' ) && ( $target.parents( '.bws-modal-body' ).length > 0 || $target.parents( '.bws-modal-footer' ).length > 0 ) ) {
|
294 |
+
return;
|
295 |
+
}
|
296 |
+
|
297 |
+
/* Close the modal dialog */
|
298 |
+
$modal.removeClass( 'active' );
|
299 |
+
$( 'body' ).removeClass( 'has-bws-modal' );
|
300 |
+
|
301 |
+
return false;
|
302 |
+
});
|
303 |
+
}
|
304 |
+
|
305 |
+
function BwsModalIsReasonSelected( reasonID ) {
|
306 |
+
/* Get the selected radio input element.*/
|
307 |
+
return ( reasonID == $modal.find('input[type="radio"]:checked').val() );
|
308 |
+
}
|
309 |
+
|
310 |
+
function BwsModalReset() {
|
311 |
+
selectedReasonID = false;
|
312 |
+
|
313 |
+
BwsModalEnableDeactivateButton();
|
314 |
+
|
315 |
+
/* Uncheck all radio buttons.*/
|
316 |
+
$modal.find( 'input[type="radio"]' ).prop( 'checked', false );
|
317 |
+
|
318 |
+
/* Remove all input fields ( textfield, textarea ).*/
|
319 |
+
$modal.find( '.bws-modal-reason-input' ).remove();
|
320 |
+
|
321 |
+
$modal.find( '.message' ).hide();
|
322 |
+
|
323 |
+
$anonymousFeedback.find( 'input' ).prop( 'checked', true );
|
324 |
+
|
325 |
+
/* Hide, since by default there is no selected reason.*/
|
326 |
+
$anonymousFeedback.hide();
|
327 |
+
|
328 |
+
var $deactivateButton = $modal.find( '.bws-modal-button-deactivate' );
|
329 |
+
|
330 |
+
$deactivateButton.addClass( 'allow-deactivate' );
|
331 |
+
BwsModalShowPanel();
|
332 |
+
}
|
333 |
+
|
334 |
+
function BwsModalEnableDeactivateButton() {
|
335 |
+
$modal.find( '.bws-modal-button-deactivate' ).removeClass( 'disabled' );
|
336 |
+
}
|
337 |
+
|
338 |
+
function BwsModalDisableDeactivateButton() {
|
339 |
+
$modal.find( '.bws-modal-button-deactivate' ).addClass( 'disabled' );
|
340 |
+
}
|
341 |
+
|
342 |
+
function BwsModalShowPanel() {
|
343 |
+
$modal.find( '.bws-modal-panel' ).addClass( 'active' );
|
344 |
+
/* Update the deactivate button's text */
|
345 |
+
$modal.find( '.bws-modal-button-deactivate' ).text( '<?php _e( 'Deactivate', 'bestwebsoft' ); ?>' );
|
346 |
+
}
|
347 |
+
})(jQuery);
|
348 |
+
</script>
|
349 |
+
<?php }
|
350 |
+
}
|
351 |
+
}
|
352 |
+
|
353 |
+
/**
|
354 |
+
* Called after the user has submitted his reason for deactivating the plugin.
|
355 |
+
*
|
356 |
+
* @since 2.1.3
|
357 |
+
*/
|
358 |
+
if ( ! function_exists( 'bws_submit_uninstall_reason_action' ) ) {
|
359 |
+
function bws_submit_uninstall_reason_action() {
|
360 |
+
global $bstwbsftwppdtplgns_options, $wp_version, $bstwbsftwppdtplgns_active_plugins, $current_user;
|
361 |
+
|
362 |
+
wp_verify_nonce( $_REQUEST['bws_ajax_nonce'], 'bws_ajax_nonce' );
|
363 |
+
|
364 |
+
$reason_id = isset( $_REQUEST['reason_id'] ) ? stripcslashes( esc_html( $_REQUEST['reason_id'] ) ) : '';
|
365 |
+
$basename = isset( $_REQUEST['plugin'] ) ? stripcslashes( esc_html( $_REQUEST['plugin'] ) ) : '';
|
366 |
+
|
367 |
+
if ( empty( $reason_id ) || empty( $basename ) ) {
|
368 |
+
exit;
|
369 |
+
}
|
370 |
+
|
371 |
+
$reason_info = isset( $_REQUEST['reason_info'] ) ? stripcslashes( esc_html( $_REQUEST['reason_info'] ) ) : '';
|
372 |
+
if ( ! empty( $reason_info ) ) {
|
373 |
+
$reason_info = substr( $reason_info, 0, 255 );
|
374 |
+
}
|
375 |
+
$is_anonymous = isset( $_REQUEST['is_anonymous'] ) && 1 == $_REQUEST['is_anonymous'];
|
376 |
+
|
377 |
+
$options = array(
|
378 |
+
'product' => $basename,
|
379 |
+
'reason_id' => $reason_id,
|
380 |
+
'reason_info' => $reason_info,
|
381 |
+
);
|
382 |
+
|
383 |
+
if ( ! $is_anonymous ) {
|
384 |
+
if ( ! isset( $bstwbsftwppdtplgns_options ) )
|
385 |
+
$bstwbsftwppdtplgns_options = ( is_multisite() ) ? get_site_option( 'bstwbsftwppdtplgns_options' ) : get_option( 'bstwbsftwppdtplgns_options' );
|
386 |
+
|
387 |
+
if ( ! empty( $bstwbsftwppdtplgns_options['track_usage']['usage_id'] ) ) {
|
388 |
+
$options['usage_id'] = $bstwbsftwppdtplgns_options['track_usage']['usage_id'];
|
389 |
+
} else {
|
390 |
+
$options['usage_id'] = false;
|
391 |
+
$options['url'] = get_bloginfo( 'url' );
|
392 |
+
$options['wp_version'] = $wp_version;
|
393 |
+
$options['is_active'] = false;
|
394 |
+
$options['version'] = $bstwbsftwppdtplgns_active_plugins[ $basename ]['Version'];
|
395 |
+
}
|
396 |
+
|
397 |
+
$options['email'] = $current_user->data->user_email;
|
398 |
+
}
|
399 |
+
|
400 |
+
/* send data */
|
401 |
+
$raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/products-statistics/deactivation-feedback/', array(
|
402 |
+
'method' => 'POST',
|
403 |
+
'body' => $options,
|
404 |
+
'timeout' => 15,
|
405 |
+
) );
|
406 |
+
|
407 |
+
if ( ! is_wp_error( $raw_response ) && 200 == wp_remote_retrieve_response_code( $raw_response ) ) {
|
408 |
+
if ( ! $is_anonymous ) {
|
409 |
+
$response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
|
410 |
+
|
411 |
+
if ( is_array( $response ) && ! empty( $response['usage_id'] ) && $response['usage_id'] != $options['usage_id'] ) {
|
412 |
+
$bstwbsftwppdtplgns_options['track_usage']['usage_id'] = $response['usage_id'];
|
413 |
+
|
414 |
+
if ( is_multisite() )
|
415 |
+
update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
|
416 |
+
else
|
417 |
+
update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
|
418 |
+
}
|
419 |
+
}
|
420 |
+
|
421 |
+
echo 'done';
|
422 |
+
} else {
|
423 |
+
echo $response->get_error_code() . ': ' . $response->get_error_message();
|
424 |
+
}
|
425 |
+
exit;
|
426 |
+
}
|
427 |
+
}
|
428 |
+
|
429 |
+
add_action( 'wp_ajax_bws_submit_uninstall_reason_action', 'bws_submit_uninstall_reason_action' );
|
bws_menu/deprecated.php
CHANGED
@@ -107,7 +107,7 @@ if ( ! function_exists( 'bws_check_pro_license' ) ) {
|
|
107 |
$result = array();
|
108 |
|
109 |
if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( $plugin_basename, 'bws_license_nonce_name' ) ) {
|
110 |
-
$license_key = isset( $_POST['bws_license_key'] ) ?
|
111 |
|
112 |
if ( '' != $license_key ) {
|
113 |
|
@@ -222,7 +222,7 @@ if ( ! function_exists ( 'bws_check_pro_license_form' ) ) {
|
|
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" />
|
227 |
<input type="submit" class="button" value="<?php _e( 'Check license key', 'bestwebsoft' ) ?>" />
|
228 |
<?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
|
@@ -239,12 +239,12 @@ if ( ! function_exists ( 'bws_check_pro_license_form' ) ) {
|
|
239 |
if ( ! function_exists( 'bws_go_pro_from_trial_tab' ) ) {
|
240 |
function bws_go_pro_from_trial_tab( $plugin_info, $plugin_basename, $page, $link_slug, $link_key, $link_pn, $trial_license_is_set = true ) {
|
241 |
global $wp_version, $bstwbsftwppdtplgns_options;
|
242 |
-
$bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ?
|
243 |
if ( $trial_license_is_set ) { ?>
|
244 |
<form method="post" action="">
|
245 |
<p>
|
246 |
-
<?php
|
247 |
-
|
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>
|
@@ -262,22 +262,23 @@ if ( ! function_exists( 'bws_go_pro_from_trial_tab' ) ) {
|
|
262 |
<?php } else { ?>
|
263 |
<p>
|
264 |
<input type="text" maxlength="100" name="bws_license_key" value="" />
|
265 |
-
<input type="hidden" name="bws_license_plugin" value="<?php echo $plugin_basename; ?>" />
|
266 |
<input type="hidden" name="bws_license_submit" value="submit" />
|
267 |
<input type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
|
268 |
<?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
|
269 |
</p>
|
270 |
<?php } ?>
|
271 |
</form>
|
272 |
-
<?php } else {
|
|
|
273 |
<script type="text/javascript">
|
274 |
window.setTimeout( function() {
|
275 |
-
window.location.href = '
|
276 |
}, 5000 );
|
277 |
</script>
|
278 |
<p><?php _e( "Congratulations! The Pro license of the plugin is activated successfully.", 'bestwebsoft' ); ?></p>
|
279 |
<p>
|
280 |
-
<?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="
|
281 |
(<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
|
282 |
</p>
|
283 |
<?php }
|
@@ -294,7 +295,7 @@ if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
|
|
294 |
global $wp_version, $bstwbsftwppdtplgns_options;
|
295 |
$result = array();
|
296 |
|
297 |
-
$bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ?
|
298 |
|
299 |
if ( ! empty( $plugin_options_name ) && isset( $_POST['bws_hide_premium_options_submit'] ) && check_admin_referer( $plugin_basename, 'bws_license_nonce_name' ) ) {
|
300 |
|
@@ -321,7 +322,7 @@ if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
|
|
321 |
if ( strlen( $bws_license_key ) != 18 ) {
|
322 |
$result['error'] = __( "Wrong license key", 'bestwebsoft' );
|
323 |
} else {
|
324 |
-
$bws_license_plugin =
|
325 |
if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - (24 * 60 * 60) ) ) {
|
326 |
$bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
|
327 |
} else {
|
@@ -527,7 +528,8 @@ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
|
|
527 |
if ( isset( $_REQUEST['bws_update_custom_code'] ) && check_admin_referer( 'bws_update_' . $css_file ) ) {
|
528 |
|
529 |
/* CSS */
|
530 |
-
$newcontent_css = wp_unslash( $_POST['bws_newcontent_css'] );
|
|
|
531 |
if ( ! empty( $newcontent_css ) && isset( $_REQUEST['bws_custom_css_active'] ) ) {
|
532 |
if ( $is_multisite )
|
533 |
$bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $css_file ] = $upload_dir['baseurl'] . '/bws-custom-code/' . $css_file;
|
@@ -551,7 +553,7 @@ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
|
|
551 |
}
|
552 |
|
553 |
/* PHP */
|
554 |
-
$newcontent_php =
|
555 |
if ( file_exists( $index_file ) ) {
|
556 |
if ( ! empty( $newcontent_php ) && isset( $_REQUEST['bws_custom_php_active'] ) ) {
|
557 |
if ( $is_multisite )
|
@@ -591,7 +593,7 @@ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
|
|
591 |
|
592 |
if ( file_exists( $real_css_file ) ) {
|
593 |
update_recently_edited( $real_css_file );
|
594 |
-
$content_css =
|
595 |
if ( ( $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $css_file ] ) ) ||
|
596 |
( ! $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $css_file ] ) ) ) {
|
597 |
$is_css_active = true;
|
@@ -599,7 +601,7 @@ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
|
|
599 |
}
|
600 |
if ( file_exists( $real_php_file ) ) {
|
601 |
update_recently_edited( $real_php_file );
|
602 |
-
$content_php =
|
603 |
if ( ( $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $php_file ] ) ) ||
|
604 |
( ! $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $php_file ] ) ) ) {
|
605 |
$is_php_active = true;
|
@@ -617,7 +619,7 @@ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
|
|
617 |
<?php if ( 'css' == $extension )
|
618 |
_e( 'These styles will be added to the header on all pages of your site.', 'bestwebsoft' );
|
619 |
else
|
620 |
-
printf( __( 'This PHP code will be hooked to the %s action and will be printed on front end only.', 'bestwebsoft' ), '<a href="
|
621 |
</p>
|
622 |
<p><big>
|
623 |
<?php if ( ! file_exists( ${"real_{$extension}_file"} ) || ( is_writeable( ${"real_{$extension}_file"} ) ) ) {
|
@@ -627,7 +629,7 @@ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
|
|
627 |
} ?>
|
628 |
</big></p>
|
629 |
<p><label><input type="checkbox" name="bws_custom_<?php echo $extension; ?>_active" value="1" <?php if ( ${"is_{$extension}_active"} ) echo "checked"; ?> /> <?php _e( 'Activate', 'bestwebsoft' ); ?></label></p>
|
630 |
-
<textarea cols="70" rows="25" name="bws_newcontent_<?php echo $extension; ?>" id="bws_newcontent_<?php echo $extension; ?>"><?php if ( isset( ${"content_{$extension}"} ) ) echo ${"content_{$extension}"}; ?></textarea>
|
631 |
<p class="description">
|
632 |
<a href="<?php echo ( 'css' == $extension ) ? 'https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started' : 'http://php.net/' ?>" target="_blank">
|
633 |
<?php printf( __( 'Learn more about %s', 'bestwebsoft' ), strtoupper( $extension ) ); ?>
|
@@ -657,16 +659,17 @@ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
|
|
657 |
if ( ! function_exists( 'bws_go_pro_tab_show' ) ) {
|
658 |
function bws_go_pro_tab_show( $bws_hide_premium_options_check, $plugin_info, $plugin_basename, $page, $pro_page, $bws_license_plugin, $link_slug, $link_key, $link_pn, $pro_plugin_is_activated = false, $trial_days_number = false ) {
|
659 |
global $wp_version, $bstwbsftwppdtplgns_options;
|
660 |
-
$bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ?
|
661 |
-
if ( $pro_plugin_is_activated ) {
|
|
|
662 |
<script type="text/javascript">
|
663 |
window.setTimeout( function() {
|
664 |
-
window.location.href = '
|
665 |
}, 5000 );
|
666 |
</script>
|
667 |
<p><?php _e( "Congratulations! Pro version of the plugin is installed and activated successfully.", 'bestwebsoft' ); ?></p>
|
668 |
<p>
|
669 |
-
<?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="
|
670 |
(<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
|
671 |
</p>
|
672 |
<?php } else {
|
@@ -682,7 +685,7 @@ 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="https://bestwebsoft.com/products/wordpress/plugins
|
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' ); ?>
|
@@ -696,18 +699,19 @@ if ( ! function_exists( 'bws_go_pro_tab_show' ) ) {
|
|
696 |
'5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
|
697 |
$bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
|
698 |
<p>
|
699 |
-
<input disabled="disabled" type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
|
700 |
<input disabled="disabled" type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
|
701 |
<?php if ( $trial_days_number !== false ) echo $trial_days_number; ?>
|
702 |
</p>
|
703 |
<p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
|
704 |
<?php } else { ?>
|
705 |
<p>
|
706 |
-
<input type="text" maxlength="100" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
|
707 |
-
<input type="hidden" name="bws_license_plugin" value="<?php echo $bws_license_plugin; ?>" />
|
708 |
<input type="hidden" name="bws_license_submit" value="submit" />
|
709 |
<input type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
|
710 |
-
<?php if ( $trial_days_number !== false )
|
|
|
711 |
wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
|
712 |
</p>
|
713 |
<?php } ?>
|
107 |
$result = array();
|
108 |
|
109 |
if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( $plugin_basename, 'bws_license_nonce_name' ) ) {
|
110 |
+
$license_key = isset( $_POST['bws_license_key'] ) ? sanitize_text_field( $_POST['bws_license_key'] ) : '';
|
111 |
|
112 |
if ( '' != $license_key ) {
|
113 |
|
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 esc_attr( $license_key ); ?>" />
|
226 |
<input type="hidden" name="bws_license_submit" value="submit" />
|
227 |
<input type="submit" class="button" value="<?php _e( 'Check license key', 'bestwebsoft' ) ?>" />
|
228 |
<?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
|
239 |
if ( ! function_exists( 'bws_go_pro_from_trial_tab' ) ) {
|
240 |
function bws_go_pro_from_trial_tab( $plugin_info, $plugin_basename, $page, $link_slug, $link_key, $link_pn, $trial_license_is_set = true ) {
|
241 |
global $wp_version, $bstwbsftwppdtplgns_options;
|
242 |
+
$bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? sanitize_text_field( $_POST['bws_license_key'] ) : "";
|
243 |
if ( $trial_license_is_set ) { ?>
|
244 |
<form method="post" action="">
|
245 |
<p>
|
246 |
+
<?php printf( __( '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>' ); ?> <?php _e( 'After that, you can activate it by entering your license key.', 'bestwebsoft' ); ?>
|
247 |
+
<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>
|
262 |
<?php } else { ?>
|
263 |
<p>
|
264 |
<input type="text" maxlength="100" name="bws_license_key" value="" />
|
265 |
+
<input type="hidden" name="bws_license_plugin" value="<?php echo esc_attr( $plugin_basename ); ?>" />
|
266 |
<input type="hidden" name="bws_license_submit" value="submit" />
|
267 |
<input type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
|
268 |
<?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
|
269 |
</p>
|
270 |
<?php } ?>
|
271 |
</form>
|
272 |
+
<?php } else {
|
273 |
+
$page_url = esc_url( self_admin_url( 'admin.php?page=' . $page ) ); ?>
|
274 |
<script type="text/javascript">
|
275 |
window.setTimeout( function() {
|
276 |
+
window.location.href = '<?php echo $page_url; ?>';
|
277 |
}, 5000 );
|
278 |
</script>
|
279 |
<p><?php _e( "Congratulations! The Pro license of the plugin is activated successfully.", 'bestwebsoft' ); ?></p>
|
280 |
<p>
|
281 |
+
<?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="<?php echo $page_url; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
|
282 |
(<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
|
283 |
</p>
|
284 |
<?php }
|
295 |
global $wp_version, $bstwbsftwppdtplgns_options;
|
296 |
$result = array();
|
297 |
|
298 |
+
$bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? sanitize_text_field( $_POST['bws_license_key'] ) : "";
|
299 |
|
300 |
if ( ! empty( $plugin_options_name ) && isset( $_POST['bws_hide_premium_options_submit'] ) && check_admin_referer( $plugin_basename, 'bws_license_nonce_name' ) ) {
|
301 |
|
322 |
if ( strlen( $bws_license_key ) != 18 ) {
|
323 |
$result['error'] = __( "Wrong license key", 'bestwebsoft' );
|
324 |
} else {
|
325 |
+
$bws_license_plugin = sanitize_text_field( $_POST['bws_license_plugin'] );
|
326 |
if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - (24 * 60 * 60) ) ) {
|
327 |
$bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
|
328 |
} else {
|
528 |
if ( isset( $_REQUEST['bws_update_custom_code'] ) && check_admin_referer( 'bws_update_' . $css_file ) ) {
|
529 |
|
530 |
/* CSS */
|
531 |
+
$newcontent_css = wp_kses( trim( wp_unslash( $_POST['bws_newcontent_css'] ) ), 'strip' );
|
532 |
+
|
533 |
if ( ! empty( $newcontent_css ) && isset( $_REQUEST['bws_custom_css_active'] ) ) {
|
534 |
if ( $is_multisite )
|
535 |
$bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $css_file ] = $upload_dir['baseurl'] . '/bws-custom-code/' . $css_file;
|
553 |
}
|
554 |
|
555 |
/* PHP */
|
556 |
+
$newcontent_php = trim( wp_unslash( $_POST['bws_newcontent_php'] ) );
|
557 |
if ( file_exists( $index_file ) ) {
|
558 |
if ( ! empty( $newcontent_php ) && isset( $_REQUEST['bws_custom_php_active'] ) ) {
|
559 |
if ( $is_multisite )
|
593 |
|
594 |
if ( file_exists( $real_css_file ) ) {
|
595 |
update_recently_edited( $real_css_file );
|
596 |
+
$content_css = file_get_contents( $real_css_file );
|
597 |
if ( ( $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $css_file ] ) ) ||
|
598 |
( ! $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $css_file ] ) ) ) {
|
599 |
$is_css_active = true;
|
601 |
}
|
602 |
if ( file_exists( $real_php_file ) ) {
|
603 |
update_recently_edited( $real_php_file );
|
604 |
+
$content_php = file_get_contents( $real_php_file );
|
605 |
if ( ( $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $php_file ] ) ) ||
|
606 |
( ! $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $php_file ] ) ) ) {
|
607 |
$is_php_active = true;
|
619 |
<?php if ( 'css' == $extension )
|
620 |
_e( 'These styles will be added to the header on all pages of your site.', 'bestwebsoft' );
|
621 |
else
|
622 |
+
printf( __( 'This PHP code will be hooked to the %s action and will be printed on front end only.', 'bestwebsoft' ), '<a href="https://codex.wordpress.org/Plugin_API/Action_Reference/init" target="_blank"><code>init</code></a>' ); ?>
|
623 |
</p>
|
624 |
<p><big>
|
625 |
<?php if ( ! file_exists( ${"real_{$extension}_file"} ) || ( is_writeable( ${"real_{$extension}_file"} ) ) ) {
|
629 |
} ?>
|
630 |
</big></p>
|
631 |
<p><label><input type="checkbox" name="bws_custom_<?php echo $extension; ?>_active" value="1" <?php if ( ${"is_{$extension}_active"} ) echo "checked"; ?> /> <?php _e( 'Activate', 'bestwebsoft' ); ?></label></p>
|
632 |
+
<textarea cols="70" rows="25" name="bws_newcontent_<?php echo $extension; ?>" id="bws_newcontent_<?php echo $extension; ?>"><?php if ( isset( ${"content_{$extension}"} ) ) echo esc_textarea( ${"content_{$extension}"} ); ?></textarea>
|
633 |
<p class="description">
|
634 |
<a href="<?php echo ( 'css' == $extension ) ? 'https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started' : 'http://php.net/' ?>" target="_blank">
|
635 |
<?php printf( __( 'Learn more about %s', 'bestwebsoft' ), strtoupper( $extension ) ); ?>
|
659 |
if ( ! function_exists( 'bws_go_pro_tab_show' ) ) {
|
660 |
function bws_go_pro_tab_show( $bws_hide_premium_options_check, $plugin_info, $plugin_basename, $page, $pro_page, $bws_license_plugin, $link_slug, $link_key, $link_pn, $pro_plugin_is_activated = false, $trial_days_number = false ) {
|
661 |
global $wp_version, $bstwbsftwppdtplgns_options;
|
662 |
+
$bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? sanitize_text_field( $_POST['bws_license_key'] ) : "";
|
663 |
+
if ( $pro_plugin_is_activated ) {
|
664 |
+
$page_url = esc_url( self_admin_url( 'admin.php?page=' . $pro_page ) ); ?>
|
665 |
<script type="text/javascript">
|
666 |
window.setTimeout( function() {
|
667 |
+
window.location.href = '<?php echo $page_url; ?>';
|
668 |
}, 5000 );
|
669 |
</script>
|
670 |
<p><?php _e( "Congratulations! Pro version of the plugin is installed and activated successfully.", 'bestwebsoft' ); ?></p>
|
671 |
<p>
|
672 |
+
<?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="<?php echo $page_url; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
|
673 |
(<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
|
674 |
</p>
|
675 |
<?php } else {
|
685 |
<form method="post" action="">
|
686 |
<p>
|
687 |
<?php _e( 'Enter your license key to install and activate', 'bestwebsoft' ); ?>
|
688 |
+
<a href="<?php echo esc_url( '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="<?php echo $plugin_info["Name"]; ?> Pro">Pro</a>
|
689 |
<?php _e( 'version of the plugin.', 'bestwebsoft' ); ?><br />
|
690 |
<span class="bws_info">
|
691 |
<?php _e( 'License key can be found in the', 'bestwebsoft' ); ?>
|
699 |
'5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
|
700 |
$bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
|
701 |
<p>
|
702 |
+
<input disabled="disabled" type="text" name="bws_license_key" value="<?php echo esc_attr( $bws_license_key ); ?>" />
|
703 |
<input disabled="disabled" type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
|
704 |
<?php if ( $trial_days_number !== false ) echo $trial_days_number; ?>
|
705 |
</p>
|
706 |
<p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
|
707 |
<?php } else { ?>
|
708 |
<p>
|
709 |
+
<input type="text" maxlength="100" name="bws_license_key" value="<?php echo esc_attr( $bws_license_key ); ?>" />
|
710 |
+
<input type="hidden" name="bws_license_plugin" value="<?php echo esc_attr( $bws_license_plugin ); ?>" />
|
711 |
<input type="hidden" name="bws_license_submit" value="submit" />
|
712 |
<input type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
|
713 |
+
<?php if ( $trial_days_number !== false )
|
714 |
+
echo $trial_days_number;
|
715 |
wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
|
716 |
</p>
|
717 |
<?php } ?>
|
bws_menu/fonts/bwsicons.eot
CHANGED
Binary file
|
bws_menu/fonts/bwsicons.svg
CHANGED
@@ -16,13 +16,10 @@
|
|
16 |
<glyph unicode="" glyph-name="custom-admin-page" d="M1023.488 120.512c-0.128-6.592-2.56 14.080-8.768 22.656-13.632 18.752-35.2 32.448-68.608 45.12-57.408 21.696-71.040 29.312-71.040 29.312l-0.576 49.984c0 0 21.504 15.040 28.224 62.144 0 0 11.264 6.336 18.688 25.856 3.968 10.368 7.808 45.568-8.576 42.432 0 0 9.536 41.472-3.584 82.176-6.72 20.928-21.76 35.136-44.288 35.136-9.28 9.28-29.12 18.24-55.296 19.52h-0.192c-52.352-2.496-80-14.208-97.088-54.656-21.76-51.264-6.080-82.176-6.080-82.176-16.448 3.136-12.544-32.064-8.576-42.432 7.424-19.52 18.688-25.856 18.688-25.856 6.656-47.104 28.16-62.144 28.16-62.144l-0.576-49.984c0 0-13.632-7.552-71.040-29.312-33.344-12.672-54.912-26.304-68.608-45.12-6.208-8.64-8.896-16.128-8.768-22.656 1.216-3.264-3.84-54.656 18.176-55.616h398.912c14.848 0 10.816 19.712 10.816 55.616zM64 640h704v-64c37.632 14.656 37.568 11.52 64 0v194.624c0 32.32-28.992 61.376-61.376 61.376h-704.448c-32.384 0-66.176-31.68-66.176-64v-640c0-32.32 33.792-64 66.176-64h490.944c0 0-15.936 24.512 0 64h-493.12v512zM320 768h64v-64h-64v64zM192 768h64v-64h-64v64zM64 768h64v-64h-64v64zM552.32 156.928c0.256 0.576-0.32 0.832 0 0v0z" />
|
17 |
<glyph unicode="" glyph-name="custom-fields-search" d="M1018.56 78.592l-242.24 242.112c39.424 63.872 62.208 139.264 62.208 220.16 0 231.296-187.776 419.136-419.2 419.136-231.872 0-419.328-187.84-419.328-419.136 0-231.808 187.456-419.648 419.328-419.648 84.992 0 163.776 25.28 229.696 68.416l240.512-240.448c12.416-12.416 43.52-1.664 69.312 24l36.032 36.16c25.728 25.664 36.544 56.768 23.68 69.248zM419.264 260.544c-154.688 0-280.32 125.632-280.32 280.256 0 154.688 125.632 279.872 280.32 279.872s279.936-125.248 279.936-279.872c0-154.624-125.248-280.256-279.936-280.256zM461.888 384h-155.776c-9.984 0-18.112 8.128-18.112 18.112v27.776c0 9.984 8.128 18.112 18.112 18.112h155.712c10.048 0 18.176-8.128 18.176-18.112v-27.712c0-10.048-8.128-18.176-18.112-18.176zM525.888 576h-219.776c-9.984 0-18.112-8.128-18.112-18.112v-27.712c0-10.048 8.128-18.176 18.112-18.176h219.712c10.048 0 18.176 8.128 18.176 18.112v27.776c0 9.984-8.128 18.112-18.112 18.112zM525.888 704h-219.776c-9.984 0-18.112-8.128-18.112-18.112v-27.712c0-10.048 8.128-18.176 18.112-18.176h219.712c10.048 0 18.176 8.128 18.176 18.112v27.776c0 9.984-8.128 18.112-18.112 18.112z" />
|
18 |
<glyph unicode="" glyph-name="custom-search" d="M1018.56 65.728l-242.24 242.112c39.424 63.872 62.208 139.264 62.208 220.16 0 231.36-187.84 419.136-419.264 419.136-231.808 0-419.264-187.84-419.264-419.136 0-231.808 187.456-419.648 419.328-419.648 84.992 0 163.776 25.28 229.696 68.416l240.512-240.448c12.416-12.416 43.52-1.664 69.312 24l36.032 36.16c25.728 25.664 36.544 56.768 23.68 69.248zM419.264 247.744c-154.688 0-280.32 125.632-280.32 280.256 0 154.688 125.632 279.872 280.32 279.872s279.936-125.248 279.936-279.872c0-154.688-125.248-280.256-279.936-280.256z" />
|
19 |
-
<glyph unicode="" glyph-name="db-manager" d="M388.672 232.064c-0.96-0.064-1.92-0.064-2.88-0.064-7.872-0.192-15.744-0.32-23.744-0.32-0.256 0-0.576 0-0.896 0-7.424 0-14.784 0.128-22.144 0.32-1.344 0-2.752 0.064-4.16 0.064-7.488 0.192-14.848 0.576-22.208 0.96-0.96 0.064-1.984 0.064-3.008 0.192-15.616 0.832-30.912 2.112-45.76 3.712-118.272 12.736-222.080 48.064-255.552 92.864-3.392 4.544-6.208 6.272-8.32 6.464v-140.928c27.2-70.912 182.912-125.056 358.848-125.696h6.336c0.704 0 1.344 0 2.048 0l3.904 0.064v0.064c36.544 0.384 71.616 3.2 104.576 7.808-37.376 43.456-62.848 96.704-72.384 155.136-4.864-0.256-9.728-0.576-14.656-0.64zM1024 221.568v68.992l-61.248 21.632c-4.224 14.72-10.048 28.672-17.28 41.792l27.904 58.688-48.768 48.768-58.688-27.968c-13.056 7.232-27.072 13.056-41.664 17.344l-21.76 61.184h-68.928l-21.824-61.12c-14.656-4.288-28.608-10.112-41.728-17.344l-58.688 27.904-48.768-48.768 27.968-58.688c-7.232-13.12-13.12-27.072-17.344-41.792l-61.184-21.632v-68.992l61.184-21.76c4.224-14.592 10.048-28.544 17.344-41.728l-27.968-58.688 48.768-48.768 58.688 27.968c13.12-7.296 27.072-13.12 41.728-17.28l21.824-61.312h68.928l21.76 61.248c14.592 4.224 28.608 9.984 41.664 17.28l58.688-27.968 48.768 48.768-27.904 58.688c7.232 13.056 13.056 27.136 17.28 41.728l61.248 21.824zM768 162.048c-51.84 0-93.952 42.112-93.952 93.888 0 51.904 42.048 93.888 93.952 93.888 51.84 0 93.888-42.048 93.888-93.888 0-51.776-42.048-93.888-93.888-93.888zM361.984 582.4v0c188.992 0 354.304 54.144 366.4 122.432v75.776c-12.096 64.448-177.408 115.392-366.4 115.392v0c-177.344 0-334.656-44.928-361.984-103.744v-99.776c27.328-62.336 184.64-110.080 361.984-110.080zM413.824 493.248c-0.704 0-1.408-0.064-2.24-0.128-7.488-0.32-15.168-0.64-22.912-0.896-1.024-0.064-1.984-0.064-2.944-0.064-7.872-0.192-15.744-0.384-23.744-0.384-0.256 0-0.576 0-0.896 0-7.424 0-14.784 0.128-22.144 0.384-1.344 0-2.752 0.064-4.16 0.128-7.424 0.192-14.784 0.512-22.144 0.896-0.96 0-1.984 0.064-2.944 0.192-15.616 0.832-30.912 2.112-45.824 3.648-118.272 12.736-222.080 48.064-255.552 92.8-3.392 4.672-6.208 6.4-8.32 6.592v-140.928c27.2-70.912 182.912-125.056 358.848-125.696h6.336c0.704 0 1.344 0 2.048 0l3.904 0.064v0.064c10.688 0.128 21.248 0.512 31.744 0.96 9.984 64.96 39.936 123.456 83.712 169.536-8.384-1.216-16.96-2.304-25.664-3.264-15.296-1.664-30.976-2.944-47.104-3.904z" />
|
20 |
<glyph unicode="" glyph-name="donate-button" d="M0 256h320v-320h384v320h320v384h-320v320h-384v-320h-320v-384z" />
|
21 |
-
<glyph unicode="" glyph-name="email-queue" d="M964.288 37.312c0-20.572-17.049-37.248-38.080-37.248s-38.080 16.676-38.080 37.248c0 20.572 17.049 37.248 38.080 37.248s38.080-16.676 38.080-37.248zM708.288 37.312c0-20.572-17.049-37.248-38.080-37.248s-38.080 16.676-38.080 37.248c0 20.572 17.049 37.248 38.080 37.248s38.080-16.676 38.080-37.248zM836.288 37.312c0-20.572-17.049-37.248-38.080-37.248s-38.080 16.676-38.080 37.248c0 20.572 17.049 37.248 38.080 37.248s38.080-16.676 38.080-37.248zM903.68 849.024c-85.632 73.984-203.2 110.976-352.64 110.976-172.608 0-310.080-52.224-412.544-156.672-92.352-93.696-138.496-207.552-138.496-341.568 0-112.64 38.016-211.904 113.984-297.856 94.912-107.264 222.528-160.96 398.016-160.96 90.304 0 86.080 71.616 16.384 71.616-149.056 0-256.32 41.216-336.96 123.904-68.864 69.888-103.296 156.224-103.296 259.008 0 117.568 36.096 215.168 108.352 292.864 84.352 91.264 206.336 136.896 365.888 136.896 115.008 0 206.528-27.264 274.56-81.728 68.096-54.464 102.080-129.408 102.080-224.768 0-78.912-19.008-142.848-57.024-191.744-37.952-48.96-80.96-73.344-128.768-73.344-14.72 0-27.84 4.224-39.36 12.608-11.584 8.384-17.28 21.888-17.28 40.384 0 9.92 1.472 21.184 4.416 33.92 2.88 12.736 7.552 29.568 13.824 50.56l83.776 270.080h-92.608l-31.488-103.616c-1.728 34.112-16.512 63.296-44.48 87.552-27.84 24.256-63.232 36.416-106.048 36.416-62.976 0-121.92-31.232-176.64-93.696-54.784-62.528-82.176-134.656-82.176-216.512 0-57.536 16.064-104.576 48.192-141.184s73.984-54.912 125.632-54.912c36.096 0 71.168 9.856 105.152 29.312 33.984 19.584 62.144 52.928 84.416 100.288-1.28-5.376-2.368-10.496-3.2-15.488-0.832-4.928-1.28-9.6-1.28-14.144 0-27.52 9.856-51.072 29.632-70.656 19.712-19.456 50.368-29.312 91.968-29.312 70.976 0 135.104 33.216 192.384 99.584 57.28 66.432 85.952 146.496 85.952 240.192 0 111.424-40.128 202.112-120.32 272zM596.992 404.672c-31.616-64.768-75.776-97.088-132.352-97.088-27.328 0-49.984 10.56-67.904 31.744-18.048 21.12-27.072 51.904-27.072 92.16 0 54.656 17.536 109.632 52.48 164.992 35.072 55.296 76.544 82.88 124.288 82.88 30.656 0 54.592-10.176 72-30.464 17.408-20.416 26.176-43.328 26.176-68.8-0.064-52.096-15.872-110.656-47.616-175.424z" />
|
22 |
<glyph unicode="" glyph-name="error-log-viewer" d="M576 960v-320h320zM448 352v-128c0-17.664 14.336-32 32-32s32 14.336 32 32v128c0 17.664-14.336 32-32 32s-32-14.336-32-32zM512 960h-384v-1024h768v640h-384v384zM352 128h-160v320h64v-256h96v-64zM640 352c0 52.992 43.008 96 96 96s96-43.008 96-96h-64c0 17.664-14.336 32-32 32s-32-14.336-32-32v-128c0-17.664 14.336-32 32-32s32 14.336 32 32v32h-32v64h96v-96c0-52.992-43.008-96-96-96s-96 43.008-96 96v128zM576 352v-128c0-52.992-43.008-96-96-96s-96 43.008-96 96v128c0 52.992 43.008 96 96 96s96-43.008 96-96z" />
|
23 |
<glyph unicode="" glyph-name="facebook-button" d="M748.864 771.584l-23.552 1.472-23.552 3.008-55.936 7.296h-3.008c-5.824 0-11.776-1.472-14.656-2.944l-11.84-5.824c-5.824-3.008-10.304-8.896-14.656-13.312-7.36-11.776-10.24-25.024-10.24-41.28 0-72.064 1.536-104.704 1.536-106.176l150.016-1.536-22.144-159.808-129.408-4.48v-512h-201.408v514.88h-120.832v162.112h116.352c1.472 0 4.48 45.312 4.48 143.872 0 7.36 0 11.84 0 19.2s0 14.72 0 22.016c1.472 7.36 1.472 13.248 2.944 20.672 1.472 7.296 4.48 14.656 7.36 20.544 8.832 27.968 21.76 50.048 42.304 69.184h-1.472l35.328 27.968c16.192 8.832 36.864 16.192 58.88 19.136l19.136 4.416c11.84 0 20.672 0 26.496 0l187.008-14.784-19.136-173.632z" />
|
24 |
<glyph unicode="" glyph-name="featured-posts" d="M128 576h256v-64h-256v64zM128 448h128v-64h-128v64zM128 320h128v-64h-128v64zM128 704h512v-64h-512v64zM128 832h512v-64h-512v64zM768 626.432v234.496c0 54.592-43.136 99.072-96.128 99.072h-575.744c-52.992 0-96.128-44.48-96.128-99.072v-697.792c0-54.656 43.136-99.136 96.128-99.136h304.384c64.576-78.080 162.176-127.872 271.424-127.872 194.432 0 352 157.568 352 351.936 0.064 161.024-108.288 296.512-255.936 338.368zM320 288.064c0-57.728 14.144-112 38.784-160.064h-262.656c-16.96 0-32.128 15.104-32.128 33.728v699.2c0 18.624 15.168 35.072 32.128 35.072h575.68c17.024 0 32.192-16.448 32.192-35.072v-222.528c-10.56 0.96-21.184 1.6-32 1.6-194.432 0-352-157.568-352-351.936zM917.76 317.504l-109.376-97.408 36.48-148.224c8.128-25.408-20.288-50.752-44.544-33.856l-125.632 80.448-125.568-80.448c-20.224-16.96-52.672 4.224-44.544 33.856l32.448 148.224-109.44 97.408c-20.224 16.96-12.16 55.040 12.16 55.040l145.856 12.736 56.704 139.712c12.16 25.472 44.608 25.472 56.768 0l56.704-139.712 145.856-12.736c24.256 0 36.416-38.080 16.128-55.040z" />
|
25 |
-
<glyph unicode="" glyph-name="gallery-categories" d="M932.992 832h-351.936c-77.696-0.832-101.888-2.304-123.072 21.888l-7.552 12.928c-40.704 59.776-54.912 53.376-131.968 53.376h-227.52c-50.112 0-90.944-40.768-90.944-90.944v-802.304c0-50.176 40.832-90.944 90.944-90.944h842.048c50.24 0 91.008 40.832 91.008 90.944v707.712c0 50.112-40.768 97.344-91.008 97.344zM384 128h-128v128h128v-128zM384 320h-128v128h128v-128zM384 512h-128v128h128v-128zM448 640h128v-128h-128v128zM576 128h-128v128h128v-128zM576 320h-128v128h128v-128zM768 128h-128v128h128v-128zM768 320h-128v128h128v-128zM768 512h-128v128h128v-128z" />
|
26 |
<glyph unicode="" glyph-name="gallery" d="M256-64h-256v256h256v-256zM256 320h-256v256h256v-256zM256 704h-256v256h256v-256zM640-64h-256v256h256v-256zM640 320h-256v256h256v-256zM640 704h-256v256h256v-256zM1024-64h-256v256h256v-256zM1024 320h-256v256h256v-256zM1024 704h-256v256h256v-256z" />
|
27 |
<glyph unicode="" glyph-name="google-analytics" d="M1024 489.728l-180.224 110.4c4.608 12.48 7.488 25.792 7.488 39.936 0 64-51.84 115.84-115.84 115.84s-115.84-51.904-115.84-115.84c0-30.4 11.968-57.792 31.040-78.464l-138.24-209.024c-11.904 4.16-24.512 6.848-37.824 6.848-32.192 0-61.248-13.12-82.24-34.304l-65.28 37.44c2.496 9.472 4.288 19.264 4.288 29.504 0 64-51.84 115.84-115.84 115.84s-115.84-51.904-115.84-115.84c0-22.016 6.464-42.368 17.088-59.84l-112.128-112.064c-0.32-0.448 39.616-39.616 40-40.064l112.448 112.448c17.216-10.112 36.992-16.32 58.432-16.32 33.344 0 63.168 14.272 84.288 36.8l64.192-36.8c-3.072-10.432-5.248-21.184-5.248-32.64 0-64 51.84-115.84 115.84-115.84s115.84 51.904 115.84 115.84c0 30.144-11.776 57.408-30.72 78.016l138.432 209.28c11.776-4.032 24.128-6.656 37.248-6.656 29.376 0 55.872 11.264 76.288 29.312l183.616-112.448 28.736 48.64z" />
|
28 |
<glyph unicode="" glyph-name="google-captcha" d="M960 640v255.232l-82.56-82.88c-93.056 91.264-220.864 147.648-361.984 147.648-284.672 0-515.456-229.184-515.456-512 0-282.752 230.784-512 515.456-512 141.44 0 269.504 56.576 362.624 148.224l-89.984 89.408c-70.080-68.736-166.4-111.168-272.64-111.168-214.336 0-388.16 172.608-388.16 385.6 0 212.928 173.76 385.536 388.16 385.536 106.176 0 202.432-42.368 272.512-111.040l-83.008-82.56h255.040zM512 480c0 52.992-43.008 96-96 96h-96v-320h64v128h21.248l42.752-128h64l-47.296 141.696c28.16 16.704 47.296 47.168 47.296 82.304zM384 511.232h32c17.664 0 32-14.336 32-32s-14.336-32-32-32h-32v64zM768 512v64h-192v-320h192v64h-128v64h64v64h-64v64z" />
|
@@ -46,7 +43,6 @@
|
|
46 |
<glyph unicode="" glyph-name="promobar" d="M972.8 832h-921.6c-20.288 0-51.2-30.72-51.2-51.2v-665.6c0-20.416 30.912-51.2 51.2-51.2h921.6c20.416 0 51.2 30.784 51.2 51.2v665.6c0 20.224-30.784 51.2-51.2 51.2zM320 768h64v-64h-64v64zM192 768h64v-64h-64v64zM64 768h64v-64h-64v64zM960 128h-896v512h896v-512zM128 576h768v-128h-768v128z" />
|
47 |
<glyph unicode="" glyph-name="quotes-and-tips" d="M448 64h-448v319.168l192 448.832h192l-127.936-384h191.936v-384zM1024 64h-448v319.168l192 448.832h192l-128-384h192v-384z" />
|
48 |
<glyph unicode="" glyph-name="rating" d="M1003.072 507.008l-218.752-194.752 72.96-296.512c16.192-50.752-40.512-101.568-89.152-67.648l-251.264 160.896-251.2-160.896c-40.512-33.92-105.344 8.384-89.152 67.648l64.832 296.512-218.88 194.752c-40.512 33.92-24.32 110.080 24.32 110.080l291.776 25.408 113.408 279.36c24.384 50.88 89.152 50.88 113.472 0l113.408-279.36 291.776-25.408c48.704-0.064 73.024-76.16 32.448-110.080z" />
|
49 |
-
<glyph unicode="" glyph-name="re-attacher" d="M700.8 495.936v-0.064c26.24-0.064 47.424-25.472 47.424-52.224 0-26.688-21.184-43.456-47.424-43.52h-377.856c-26.24 0-47.488 16.832-47.488 43.52 0 26.752 21.248 52.224 47.488 52.224h0.064v0.064h377.792zM300.032 256h-131.008c-93.312 0-169.024 91.136-169.024 196.416 0 105.152 75.712 187.584 169.024 187.584h131.008c64.768 0 121.024-35.584 149.376-95.936l-260.096-0.064c-49.92 0.064-90.368-42.048-90.432-90.752 0-48.64 40.448-101.248 90.432-101.248h260.992c-28.032-61.376-84.8-96-150.272-96zM852.096 256h-125.824c-65.472 0-122.24 34.624-150.272 96h260.48c49.92 0 90.432 52.608 90.368 101.248 0 48.704-40.448 90.816-90.432 90.816h-259.584c28.352 60.352 84.608 95.936 149.44 95.936h125.888c93.312 0 168.96-82.432 169.024-187.648-0.064-105.216-75.712-196.352-169.088-196.352z" />
|
50 |
<glyph unicode="" glyph-name="realty" d="M512 896l-256-256v192h-128v-320l-128-128h64v-384h512v320h192v-320h192v384h64z" />
|
51 |
<glyph unicode="" glyph-name="related-posts" d="M128 576h256v-64h-256v64zM128 448h128v-64h-128v64zM128 320h128v-64h-128v64zM128 704h512v-64h-512v64zM128 832h512v-64h-512v64zM768 626.432v234.496c0 54.592-43.136 99.072-96.128 99.072h-575.744c-52.992 0-96.128-44.48-96.128-99.072v-697.792c0-54.656 43.136-99.136 96.128-99.136h304.384c64.576-78.080 162.176-127.872 271.424-127.872 194.432 0 352 157.568 352 351.936 0.064 161.024-108.288 296.512-255.936 338.368zM358.784 128h-262.656c-16.96 0-32.128 15.104-32.128 33.728v699.2c0 18.624 15.168 35.072 32.128 35.072h575.68c17.024 0 32.192-16.448 32.192-35.072v-222.528c-10.56 0.96-21.184 1.6-32 1.6-194.432 0-352-157.568-352-351.936 0-57.728 14.144-112 38.784-160.064zM649.152 144.576c-3.52-0.384-7.040-0.576-10.624-0.576-0.064 0-0.128 0-0.256 0v0h-98.112c-68.544 0-124.16 58.368-124.16 132.928 0 2.304 0.256 4.544 0.384 6.784h-0.384c0.32 70.272 50.048 125.952 113.344 131.712 3.456 0.384 6.976 0.576 10.56 0.576 0.064 0 0.128 0 0.256 0v0h60.864c-20.736-18.048-36.928-41.536-47.040-68.48h-2.304c-2.816 0-5.632-0.256-8.384-0.576-32.704-5.056-58.048-38.848-58.048-70.656 0-34.496 29.696-63.808 66.432-63.808h75.136c2.816 0 5.632 0.256 8.32 0.576 32.704 5.056 58.048 38.912 58.048 70.656 0 3.328-0.384 6.592-0.896 9.792 4.352 8.64 14.080 14.912 24.832 14.912h43.008c1.472-8.192 2.24-16.64 2.24-25.344 0-2.304-0.256-4.544-0.384-6.784h0.384c-0.256-70.272-49.984-125.952-113.216-131.712zM814.656 144.96c-3.52-0.32-7.040-0.576-10.624-0.576-0.064 0-0.128 0-0.256 0v0h-60.864c20.736 18.048 36.928 41.536 47.040 68.48h2.368c2.816 0 5.632 0.256 8.384 0.576 32.704 5.056 58.048 38.848 58.048 70.656 0 34.496-29.696 63.808-66.432 63.808h-75.136c-2.816 0-5.632-0.256-8.384-0.576-32.704-5.056-58.048-38.912-58.048-70.656 0-3.328 0.384-6.592 0.896-9.792-4.352-8.64-14.080-14.912-24.832-14.912h-43.008c-1.408 8.192-2.24 16.64-2.24 25.344 0 2.304 0.256 4.544 0.384 6.784h-0.384c0.32 70.272 50.048 125.952 113.344 131.712 3.52 0.384 7.040 0.576 10.624 0.576 0.064 0 0.128 0 0.256 0v0h98.112c68.544 0 124.16-58.368 124.16-132.928 0-2.304-0.256-4.544-0.384-6.784h0.32c-0.32-70.272-50.048-125.952-113.344-131.712z" />
|
52 |
<glyph unicode="" glyph-name="sender" d="M704 320v-384h-384v384h-320l512 640 512-640h-320z" />
|
@@ -69,5 +65,6 @@
|
|
69 |
<glyph unicode="" glyph-name="shortcode" d="M0 896v-896h384v192h-192v512h192v192h-192zM832 896h-192v-192h192v-512h-192v-192h384v896z" />
|
70 |
<glyph unicode="" glyph-name="bws-logo" d="M953.913 325.746c-21.447-38.855-46.592-77.198-75.435-114.233-68.551-100.466-192.91-193.365-254.919-225.052-38.457-19.684-89.088-34.702-126.805-44.316 204.459-39.538 403.285 114.46 466.034 352.37 6.997 26.852 12.004 53.134 15.417 78.734-7.566-15.872-15.588-31.744-24.292-47.502zM327.964 88.519c-70.087 61.952-114.176 154.169-114.176 264.533 0 207.076 154.852 374.898 345.884 374.898 117.931 0 222.151-64.114 284.501-161.906 1.479 4.494 3.129 9.045 4.437 13.54 17.010 57.799 23.438 113.38 18.887 162.816-35.442 34.93-77.995 62.976-126.862 82.716-207.588 83.854-477.753-63.431-543.346-312.946-40.789-154.51-9.899-309.931 70.485-420.58 19.058-3.527 39.14-4.494 60.188-3.072zM934.059 893.611c-119.694 109.682-325.632 79.019-507.79-59.392 44.658 22.357 92.16 36.807 139.89 42.098 103.31 41.529 200.932 38.343 264.704-19.342 70.656-63.886 83.797-180.167 46.364-307.314-25.145-85.618-73.159-176.185-141.995-258.958-154.567-185.742-454.428-341.902-620.203-137.671 13.596-54.67 39.481-102.059 78.62-137.842 96.313-88.178 248.377-85.618 398.962-9.33 85.504 43.349 170.61 110.364 244.565 198.201 38.286 45.397 70.884 93.127 97.564 141.54 116.224 210.603 121.97 435.655-0.683 548.011zM791.211 595.854c-4.38 5.86-23.666 26.226-28.956 30.436-56.092 45.056-124.985 71.68-199.68 71.68-46.99 0-91.648-10.468-132.38-29.468 15.246-6.656 30.322-14.165 45.284-22.756 155.989-89.088 240.64-247.808 205.824-372.224 2.788 3.3 5.518 6.599 8.021 9.785 54.784 71.054 114.859 157.298 144.953 243.712-12.174 23.78-26.453 46.82-43.065 68.836zM24.007 593.977c-71.794-176.469 23.154-384.683 207.303-496.299-24.86 33.451-41.7 72.42-56.149 121.344-137.444 102.741-194.446 258.162-134.087 372.907 39.708 75.662 123.79 115.029 221.355 114.404 33.166 41.017 72.704 74.524 115.996 99.214-158.549 1.877-299.065-75.264-354.418-211.57zM263.794 453.632c0.569 10.524 1.593 20.935 3.015 31.118-12.857-32.768-20.821-68.608-22.642-106.268-5.86-116.224 46.99-220.615 130.219-278.983 38.059 4.38 74.638 16.213 108.601 34.418-132.096 32.939-226.93 166.059-219.193 319.716z" />
|
71 |
<glyph unicode="" glyph-name="warning" d="M508.992-64c-287.040 3.136-512.64 235.584-508.928 524.352 3.52 274.112 239.040 502.592 514.944 499.648 287.040-3.136 512.64-235.584 508.928-524.352-3.52-274.112-239.040-502.592-514.944-499.648zM424.128 768c-0.576-5.44 11.84-247.744 17.92-365.76 0.704-14.208 5.952-18.24 5.952-18.24h128c0 0 5.568 6.784 6.4 25.472 3.584 82.752 16.64 321.152 18.304 358.528-60.16 0-117.12 0-176.576 0zM507.136 319.872c-68.288-2.688-108.352-41.088-105.408-101.056 2.816-57.472 46.592-92.544 113.152-90.752 69.952 1.92 107.264 39.168 104.384 104.256-2.496 55.808-46.4 90.112-112.128 87.552z" />
|
|
|
72 |
<glyph unicode="" glyph-name="slider" d="M768 704h-512c-26.432 0-64-37.568-64-64v-448c0-26.432 37.568-64 64-64h512c26.432 0 64 37.568 64 64v448c0 26.432-37.568 64-64 64zM640 330.24c0-5.632-3.2-10.24-7.040-10.24h-241.92c-3.84 0-7.040 4.608-7.040 10.24v43.52c0 5.632 3.2 10.24 7.040 10.24h241.92c3.84 0 7.040-4.608 7.040-10.24v-43.52zM707.008 458.688c0-5.888-4.8-10.688-10.56-10.688h-365.888c-5.824 0-10.56 4.8-10.56 10.688v42.624c0 5.888 4.736 10.688 10.56 10.688h365.824c5.824 0 10.56-4.8 10.56-10.688v-42.624zM1020.352 424.704l-85.312 83.904c-4.608 4.48-11.776 4.48-16.32 0l-19.072-18.752c-2.368-2.304-3.648-5.44-3.648-8.704 0-3.328 1.28-6.4 3.648-8.704l57.344-56.448-57.344-56.384c-2.368-2.304-3.648-5.44-3.648-8.768s1.28-6.4 3.648-8.704l19.072-18.752c2.304-2.24 5.248-3.392 8.192-3.392s5.888 1.152 8.192 3.392l85.312 83.904c2.304 2.304 3.584 5.376 3.584 8.704s-1.28 6.4-3.648 8.704zM128 481.152c0 3.328-1.28 6.4-3.648 8.704l-19.072 18.752c-4.608 4.48-11.776 4.544-16.32 0l-85.312-83.904c-2.368-2.304-3.648-5.376-3.648-8.704s1.28-6.4 3.648-8.704l85.312-83.904c2.24-2.24 5.184-3.392 8.128-3.392s5.888 1.152 8.192 3.392l19.072 18.752c2.368 2.304 3.648 5.44 3.648 8.704s-1.28 6.4-3.648 8.704l-57.344 56.448 57.344 56.384c2.368 2.304 3.648 5.44 3.648 8.768z" />
|
73 |
</font></defs></svg>
|
16 |
<glyph unicode="" glyph-name="custom-admin-page" d="M1023.488 120.512c-0.128-6.592-2.56 14.080-8.768 22.656-13.632 18.752-35.2 32.448-68.608 45.12-57.408 21.696-71.040 29.312-71.040 29.312l-0.576 49.984c0 0 21.504 15.040 28.224 62.144 0 0 11.264 6.336 18.688 25.856 3.968 10.368 7.808 45.568-8.576 42.432 0 0 9.536 41.472-3.584 82.176-6.72 20.928-21.76 35.136-44.288 35.136-9.28 9.28-29.12 18.24-55.296 19.52h-0.192c-52.352-2.496-80-14.208-97.088-54.656-21.76-51.264-6.080-82.176-6.080-82.176-16.448 3.136-12.544-32.064-8.576-42.432 7.424-19.52 18.688-25.856 18.688-25.856 6.656-47.104 28.16-62.144 28.16-62.144l-0.576-49.984c0 0-13.632-7.552-71.040-29.312-33.344-12.672-54.912-26.304-68.608-45.12-6.208-8.64-8.896-16.128-8.768-22.656 1.216-3.264-3.84-54.656 18.176-55.616h398.912c14.848 0 10.816 19.712 10.816 55.616zM64 640h704v-64c37.632 14.656 37.568 11.52 64 0v194.624c0 32.32-28.992 61.376-61.376 61.376h-704.448c-32.384 0-66.176-31.68-66.176-64v-640c0-32.32 33.792-64 66.176-64h490.944c0 0-15.936 24.512 0 64h-493.12v512zM320 768h64v-64h-64v64zM192 768h64v-64h-64v64zM64 768h64v-64h-64v64zM552.32 156.928c0.256 0.576-0.32 0.832 0 0v0z" />
|
17 |
<glyph unicode="" glyph-name="custom-fields-search" d="M1018.56 78.592l-242.24 242.112c39.424 63.872 62.208 139.264 62.208 220.16 0 231.296-187.776 419.136-419.2 419.136-231.872 0-419.328-187.84-419.328-419.136 0-231.808 187.456-419.648 419.328-419.648 84.992 0 163.776 25.28 229.696 68.416l240.512-240.448c12.416-12.416 43.52-1.664 69.312 24l36.032 36.16c25.728 25.664 36.544 56.768 23.68 69.248zM419.264 260.544c-154.688 0-280.32 125.632-280.32 280.256 0 154.688 125.632 279.872 280.32 279.872s279.936-125.248 279.936-279.872c0-154.624-125.248-280.256-279.936-280.256zM461.888 384h-155.776c-9.984 0-18.112 8.128-18.112 18.112v27.776c0 9.984 8.128 18.112 18.112 18.112h155.712c10.048 0 18.176-8.128 18.176-18.112v-27.712c0-10.048-8.128-18.176-18.112-18.176zM525.888 576h-219.776c-9.984 0-18.112-8.128-18.112-18.112v-27.712c0-10.048 8.128-18.176 18.112-18.176h219.712c10.048 0 18.176 8.128 18.176 18.112v27.776c0 9.984-8.128 18.112-18.112 18.112zM525.888 704h-219.776c-9.984 0-18.112-8.128-18.112-18.112v-27.712c0-10.048 8.128-18.176 18.112-18.176h219.712c10.048 0 18.176 8.128 18.176 18.112v27.776c0 9.984-8.128 18.112-18.112 18.112z" />
|
18 |
<glyph unicode="" glyph-name="custom-search" d="M1018.56 65.728l-242.24 242.112c39.424 63.872 62.208 139.264 62.208 220.16 0 231.36-187.84 419.136-419.264 419.136-231.808 0-419.264-187.84-419.264-419.136 0-231.808 187.456-419.648 419.328-419.648 84.992 0 163.776 25.28 229.696 68.416l240.512-240.448c12.416-12.416 43.52-1.664 69.312 24l36.032 36.16c25.728 25.664 36.544 56.768 23.68 69.248zM419.264 247.744c-154.688 0-280.32 125.632-280.32 280.256 0 154.688 125.632 279.872 280.32 279.872s279.936-125.248 279.936-279.872c0-154.688-125.248-280.256-279.936-280.256z" />
|
|
|
19 |
<glyph unicode="" glyph-name="donate-button" d="M0 256h320v-320h384v320h320v384h-320v320h-384v-320h-320v-384z" />
|
|
|
20 |
<glyph unicode="" glyph-name="error-log-viewer" d="M576 960v-320h320zM448 352v-128c0-17.664 14.336-32 32-32s32 14.336 32 32v128c0 17.664-14.336 32-32 32s-32-14.336-32-32zM512 960h-384v-1024h768v640h-384v384zM352 128h-160v320h64v-256h96v-64zM640 352c0 52.992 43.008 96 96 96s96-43.008 96-96h-64c0 17.664-14.336 32-32 32s-32-14.336-32-32v-128c0-17.664 14.336-32 32-32s32 14.336 32 32v32h-32v64h96v-96c0-52.992-43.008-96-96-96s-96 43.008-96 96v128zM576 352v-128c0-52.992-43.008-96-96-96s-96 43.008-96 96v128c0 52.992 43.008 96 96 96s96-43.008 96-96z" />
|
21 |
<glyph unicode="" glyph-name="facebook-button" d="M748.864 771.584l-23.552 1.472-23.552 3.008-55.936 7.296h-3.008c-5.824 0-11.776-1.472-14.656-2.944l-11.84-5.824c-5.824-3.008-10.304-8.896-14.656-13.312-7.36-11.776-10.24-25.024-10.24-41.28 0-72.064 1.536-104.704 1.536-106.176l150.016-1.536-22.144-159.808-129.408-4.48v-512h-201.408v514.88h-120.832v162.112h116.352c1.472 0 4.48 45.312 4.48 143.872 0 7.36 0 11.84 0 19.2s0 14.72 0 22.016c1.472 7.36 1.472 13.248 2.944 20.672 1.472 7.296 4.48 14.656 7.36 20.544 8.832 27.968 21.76 50.048 42.304 69.184h-1.472l35.328 27.968c16.192 8.832 36.864 16.192 58.88 19.136l19.136 4.416c11.84 0 20.672 0 26.496 0l187.008-14.784-19.136-173.632z" />
|
22 |
<glyph unicode="" glyph-name="featured-posts" d="M128 576h256v-64h-256v64zM128 448h128v-64h-128v64zM128 320h128v-64h-128v64zM128 704h512v-64h-512v64zM128 832h512v-64h-512v64zM768 626.432v234.496c0 54.592-43.136 99.072-96.128 99.072h-575.744c-52.992 0-96.128-44.48-96.128-99.072v-697.792c0-54.656 43.136-99.136 96.128-99.136h304.384c64.576-78.080 162.176-127.872 271.424-127.872 194.432 0 352 157.568 352 351.936 0.064 161.024-108.288 296.512-255.936 338.368zM320 288.064c0-57.728 14.144-112 38.784-160.064h-262.656c-16.96 0-32.128 15.104-32.128 33.728v699.2c0 18.624 15.168 35.072 32.128 35.072h575.68c17.024 0 32.192-16.448 32.192-35.072v-222.528c-10.56 0.96-21.184 1.6-32 1.6-194.432 0-352-157.568-352-351.936zM917.76 317.504l-109.376-97.408 36.48-148.224c8.128-25.408-20.288-50.752-44.544-33.856l-125.632 80.448-125.568-80.448c-20.224-16.96-52.672 4.224-44.544 33.856l32.448 148.224-109.44 97.408c-20.224 16.96-12.16 55.040 12.16 55.040l145.856 12.736 56.704 139.712c12.16 25.472 44.608 25.472 56.768 0l56.704-139.712 145.856-12.736c24.256 0 36.416-38.080 16.128-55.040z" />
|
|
|
23 |
<glyph unicode="" glyph-name="gallery" d="M256-64h-256v256h256v-256zM256 320h-256v256h256v-256zM256 704h-256v256h256v-256zM640-64h-256v256h256v-256zM640 320h-256v256h256v-256zM640 704h-256v256h256v-256zM1024-64h-256v256h256v-256zM1024 320h-256v256h256v-256zM1024 704h-256v256h256v-256z" />
|
24 |
<glyph unicode="" glyph-name="google-analytics" d="M1024 489.728l-180.224 110.4c4.608 12.48 7.488 25.792 7.488 39.936 0 64-51.84 115.84-115.84 115.84s-115.84-51.904-115.84-115.84c0-30.4 11.968-57.792 31.040-78.464l-138.24-209.024c-11.904 4.16-24.512 6.848-37.824 6.848-32.192 0-61.248-13.12-82.24-34.304l-65.28 37.44c2.496 9.472 4.288 19.264 4.288 29.504 0 64-51.84 115.84-115.84 115.84s-115.84-51.904-115.84-115.84c0-22.016 6.464-42.368 17.088-59.84l-112.128-112.064c-0.32-0.448 39.616-39.616 40-40.064l112.448 112.448c17.216-10.112 36.992-16.32 58.432-16.32 33.344 0 63.168 14.272 84.288 36.8l64.192-36.8c-3.072-10.432-5.248-21.184-5.248-32.64 0-64 51.84-115.84 115.84-115.84s115.84 51.904 115.84 115.84c0 30.144-11.776 57.408-30.72 78.016l138.432 209.28c11.776-4.032 24.128-6.656 37.248-6.656 29.376 0 55.872 11.264 76.288 29.312l183.616-112.448 28.736 48.64z" />
|
25 |
<glyph unicode="" glyph-name="google-captcha" d="M960 640v255.232l-82.56-82.88c-93.056 91.264-220.864 147.648-361.984 147.648-284.672 0-515.456-229.184-515.456-512 0-282.752 230.784-512 515.456-512 141.44 0 269.504 56.576 362.624 148.224l-89.984 89.408c-70.080-68.736-166.4-111.168-272.64-111.168-214.336 0-388.16 172.608-388.16 385.6 0 212.928 173.76 385.536 388.16 385.536 106.176 0 202.432-42.368 272.512-111.040l-83.008-82.56h255.040zM512 480c0 52.992-43.008 96-96 96h-96v-320h64v128h21.248l42.752-128h64l-47.296 141.696c28.16 16.704 47.296 47.168 47.296 82.304zM384 511.232h32c17.664 0 32-14.336 32-32s-14.336-32-32-32h-32v64zM768 512v64h-192v-320h192v64h-128v64h64v64h-64v64z" />
|
43 |
<glyph unicode="" glyph-name="promobar" d="M972.8 832h-921.6c-20.288 0-51.2-30.72-51.2-51.2v-665.6c0-20.416 30.912-51.2 51.2-51.2h921.6c20.416 0 51.2 30.784 51.2 51.2v665.6c0 20.224-30.784 51.2-51.2 51.2zM320 768h64v-64h-64v64zM192 768h64v-64h-64v64zM64 768h64v-64h-64v64zM960 128h-896v512h896v-512zM128 576h768v-128h-768v128z" />
|
44 |
<glyph unicode="" glyph-name="quotes-and-tips" d="M448 64h-448v319.168l192 448.832h192l-127.936-384h191.936v-384zM1024 64h-448v319.168l192 448.832h192l-128-384h192v-384z" />
|
45 |
<glyph unicode="" glyph-name="rating" d="M1003.072 507.008l-218.752-194.752 72.96-296.512c16.192-50.752-40.512-101.568-89.152-67.648l-251.264 160.896-251.2-160.896c-40.512-33.92-105.344 8.384-89.152 67.648l64.832 296.512-218.88 194.752c-40.512 33.92-24.32 110.080 24.32 110.080l291.776 25.408 113.408 279.36c24.384 50.88 89.152 50.88 113.472 0l113.408-279.36 291.776-25.408c48.704-0.064 73.024-76.16 32.448-110.080z" />
|
|
|
46 |
<glyph unicode="" glyph-name="realty" d="M512 896l-256-256v192h-128v-320l-128-128h64v-384h512v320h192v-320h192v384h64z" />
|
47 |
<glyph unicode="" glyph-name="related-posts" d="M128 576h256v-64h-256v64zM128 448h128v-64h-128v64zM128 320h128v-64h-128v64zM128 704h512v-64h-512v64zM128 832h512v-64h-512v64zM768 626.432v234.496c0 54.592-43.136 99.072-96.128 99.072h-575.744c-52.992 0-96.128-44.48-96.128-99.072v-697.792c0-54.656 43.136-99.136 96.128-99.136h304.384c64.576-78.080 162.176-127.872 271.424-127.872 194.432 0 352 157.568 352 351.936 0.064 161.024-108.288 296.512-255.936 338.368zM358.784 128h-262.656c-16.96 0-32.128 15.104-32.128 33.728v699.2c0 18.624 15.168 35.072 32.128 35.072h575.68c17.024 0 32.192-16.448 32.192-35.072v-222.528c-10.56 0.96-21.184 1.6-32 1.6-194.432 0-352-157.568-352-351.936 0-57.728 14.144-112 38.784-160.064zM649.152 144.576c-3.52-0.384-7.040-0.576-10.624-0.576-0.064 0-0.128 0-0.256 0v0h-98.112c-68.544 0-124.16 58.368-124.16 132.928 0 2.304 0.256 4.544 0.384 6.784h-0.384c0.32 70.272 50.048 125.952 113.344 131.712 3.456 0.384 6.976 0.576 10.56 0.576 0.064 0 0.128 0 0.256 0v0h60.864c-20.736-18.048-36.928-41.536-47.040-68.48h-2.304c-2.816 0-5.632-0.256-8.384-0.576-32.704-5.056-58.048-38.848-58.048-70.656 0-34.496 29.696-63.808 66.432-63.808h75.136c2.816 0 5.632 0.256 8.32 0.576 32.704 5.056 58.048 38.912 58.048 70.656 0 3.328-0.384 6.592-0.896 9.792 4.352 8.64 14.080 14.912 24.832 14.912h43.008c1.472-8.192 2.24-16.64 2.24-25.344 0-2.304-0.256-4.544-0.384-6.784h0.384c-0.256-70.272-49.984-125.952-113.216-131.712zM814.656 144.96c-3.52-0.32-7.040-0.576-10.624-0.576-0.064 0-0.128 0-0.256 0v0h-60.864c20.736 18.048 36.928 41.536 47.040 68.48h2.368c2.816 0 5.632 0.256 8.384 0.576 32.704 5.056 58.048 38.848 58.048 70.656 0 34.496-29.696 63.808-66.432 63.808h-75.136c-2.816 0-5.632-0.256-8.384-0.576-32.704-5.056-58.048-38.912-58.048-70.656 0-3.328 0.384-6.592 0.896-9.792-4.352-8.64-14.080-14.912-24.832-14.912h-43.008c-1.408 8.192-2.24 16.64-2.24 25.344 0 2.304 0.256 4.544 0.384 6.784h-0.384c0.32 70.272 50.048 125.952 113.344 131.712 3.52 0.384 7.040 0.576 10.624 0.576 0.064 0 0.128 0 0.256 0v0h98.112c68.544 0 124.16-58.368 124.16-132.928 0-2.304-0.256-4.544-0.384-6.784h0.32c-0.32-70.272-50.048-125.952-113.344-131.712z" />
|
48 |
<glyph unicode="" glyph-name="sender" d="M704 320v-384h-384v384h-320l512 640 512-640h-320z" />
|
65 |
<glyph unicode="" glyph-name="shortcode" d="M0 896v-896h384v192h-192v512h192v192h-192zM832 896h-192v-192h192v-512h-192v-192h384v896z" />
|
66 |
<glyph unicode="" glyph-name="bws-logo" d="M953.913 325.746c-21.447-38.855-46.592-77.198-75.435-114.233-68.551-100.466-192.91-193.365-254.919-225.052-38.457-19.684-89.088-34.702-126.805-44.316 204.459-39.538 403.285 114.46 466.034 352.37 6.997 26.852 12.004 53.134 15.417 78.734-7.566-15.872-15.588-31.744-24.292-47.502zM327.964 88.519c-70.087 61.952-114.176 154.169-114.176 264.533 0 207.076 154.852 374.898 345.884 374.898 117.931 0 222.151-64.114 284.501-161.906 1.479 4.494 3.129 9.045 4.437 13.54 17.010 57.799 23.438 113.38 18.887 162.816-35.442 34.93-77.995 62.976-126.862 82.716-207.588 83.854-477.753-63.431-543.346-312.946-40.789-154.51-9.899-309.931 70.485-420.58 19.058-3.527 39.14-4.494 60.188-3.072zM934.059 893.611c-119.694 109.682-325.632 79.019-507.79-59.392 44.658 22.357 92.16 36.807 139.89 42.098 103.31 41.529 200.932 38.343 264.704-19.342 70.656-63.886 83.797-180.167 46.364-307.314-25.145-85.618-73.159-176.185-141.995-258.958-154.567-185.742-454.428-341.902-620.203-137.671 13.596-54.67 39.481-102.059 78.62-137.842 96.313-88.178 248.377-85.618 398.962-9.33 85.504 43.349 170.61 110.364 244.565 198.201 38.286 45.397 70.884 93.127 97.564 141.54 116.224 210.603 121.97 435.655-0.683 548.011zM791.211 595.854c-4.38 5.86-23.666 26.226-28.956 30.436-56.092 45.056-124.985 71.68-199.68 71.68-46.99 0-91.648-10.468-132.38-29.468 15.246-6.656 30.322-14.165 45.284-22.756 155.989-89.088 240.64-247.808 205.824-372.224 2.788 3.3 5.518 6.599 8.021 9.785 54.784 71.054 114.859 157.298 144.953 243.712-12.174 23.78-26.453 46.82-43.065 68.836zM24.007 593.977c-71.794-176.469 23.154-384.683 207.303-496.299-24.86 33.451-41.7 72.42-56.149 121.344-137.444 102.741-194.446 258.162-134.087 372.907 39.708 75.662 123.79 115.029 221.355 114.404 33.166 41.017 72.704 74.524 115.996 99.214-158.549 1.877-299.065-75.264-354.418-211.57zM263.794 453.632c0.569 10.524 1.593 20.935 3.015 31.118-12.857-32.768-20.821-68.608-22.642-106.268-5.86-116.224 46.99-220.615 130.219-278.983 38.059 4.38 74.638 16.213 108.601 34.418-132.096 32.939-226.93 166.059-219.193 319.716z" />
|
67 |
<glyph unicode="" glyph-name="warning" d="M508.992-64c-287.040 3.136-512.64 235.584-508.928 524.352 3.52 274.112 239.040 502.592 514.944 499.648 287.040-3.136 512.64-235.584 508.928-524.352-3.52-274.112-239.040-502.592-514.944-499.648zM424.128 768c-0.576-5.44 11.84-247.744 17.92-365.76 0.704-14.208 5.952-18.24 5.952-18.24h128c0 0 5.568 6.784 6.4 25.472 3.584 82.752 16.64 321.152 18.304 358.528-60.16 0-117.12 0-176.576 0zM507.136 319.872c-68.288-2.688-108.352-41.088-105.408-101.056 2.816-57.472 46.592-92.544 113.152-90.752 69.952 1.92 107.264 39.168 104.384 104.256-2.496 55.808-46.4 90.112-112.128 87.552z" />
|
68 |
+
<glyph unicode="" glyph-name="google-2-step-verification" d="M640 440.128c0 19.136-1.728 37.376-5.184 55.616h-308.032v-114.688h184.704c-13.632-92.224-98.752-143.424-184.704-143.424-113.152 0-203.328 95.552-203.328 210.304 0 114.688 90.176 210.304 203.328 210.304 47.616 0 95.36-16.576 130.24-51.328l88.448 87.808c-60.416 57.472-136.128 86.976-218.688 86.976-181.248 0-326.784-149.44-326.784-333.696s145.536-333.696 326.784-333.696c188.032 0 313.216 135.552 313.216 325.824zM970.688 522.304v52.352c0 66.24-43.584 115.648-106.688 115.648s-106.688-49.408-106.688-115.648v-53.696c-20.992-1.28-53.312-12.736-53.312-35.136v-201.408c0-23.232 25.792-42.112 47.872-42.112h232.704c22.144 0 39.424 18.816 39.424 42.112v201.408c0 22.4-32.32 35.2-53.312 36.48zM916.608 310.656c1.28-2.752 0.896-5.888-0.768-8.384s-4.416-3.968-7.488-3.968h-88.704c-3.008 0-5.76 1.472-7.488 3.968-1.6 2.432-1.92 5.632-0.768 8.384l21.44 69.376c-11.328 9.216-22.144 23.104-22.144 37.76 0 26.88 26.112 48.832 53.312 48.832 27.136 0 53.312-21.952 53.312-48.832 0-14.656-10.816-28.544-22.144-37.76l21.44-69.376zM917.312 522.304h-106.688v52.352c0 33.344 21.504 58.432 53.312 58.432 31.744 0 53.312-25.024 53.312-58.432v-52.352z" />
|
69 |
<glyph unicode="" glyph-name="slider" d="M768 704h-512c-26.432 0-64-37.568-64-64v-448c0-26.432 37.568-64 64-64h512c26.432 0 64 37.568 64 64v448c0 26.432-37.568 64-64 64zM640 330.24c0-5.632-3.2-10.24-7.040-10.24h-241.92c-3.84 0-7.040 4.608-7.040 10.24v43.52c0 5.632 3.2 10.24 7.040 10.24h241.92c3.84 0 7.040-4.608 7.040-10.24v-43.52zM707.008 458.688c0-5.888-4.8-10.688-10.56-10.688h-365.888c-5.824 0-10.56 4.8-10.56 10.688v42.624c0 5.888 4.736 10.688 10.56 10.688h365.824c5.824 0 10.56-4.8 10.56-10.688v-42.624zM1020.352 424.704l-85.312 83.904c-4.608 4.48-11.776 4.48-16.32 0l-19.072-18.752c-2.368-2.304-3.648-5.44-3.648-8.704 0-3.328 1.28-6.4 3.648-8.704l57.344-56.448-57.344-56.384c-2.368-2.304-3.648-5.44-3.648-8.768s1.28-6.4 3.648-8.704l19.072-18.752c2.304-2.24 5.248-3.392 8.192-3.392s5.888 1.152 8.192 3.392l85.312 83.904c2.304 2.304 3.584 5.376 3.584 8.704s-1.28 6.4-3.648 8.704zM128 481.152c0 3.328-1.28 6.4-3.648 8.704l-19.072 18.752c-4.608 4.48-11.776 4.544-16.32 0l-85.312-83.904c-2.368-2.304-3.648-5.376-3.648-8.704s1.28-6.4 3.648-8.704l85.312-83.904c2.24-2.24 5.184-3.392 8.128-3.392s5.888 1.152 8.192 3.392l19.072 18.752c2.368 2.304 3.648 5.44 3.648 8.704s-1.28 6.4-3.648 8.704l-57.344 56.448 57.344 56.384c2.368 2.304 3.648 5.44 3.648 8.768z" />
|
70 |
</font></defs></svg>
|
bws_menu/fonts/bwsicons.ttf
CHANGED
Binary file
|
bws_menu/fonts/bwsicons.woff
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-cs_CZ.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-cs_CZ.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: Mik013\n"
|
8 |
"Language-Team: Mik013\n"
|
9 |
"Language: cs_CZ\n"
|
@@ -16,11 +16,11 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.8.7.1\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: bws_functions.php:
|
20 |
msgid "requires"
|
21 |
msgstr "vyžaduje"
|
22 |
|
23 |
-
#: bws_functions.php:
|
24 |
msgid ""
|
25 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
26 |
"try again."
|
@@ -28,60 +28,65 @@ msgstr ""
|
|
28 |
"nebo vyšší, to je důvod, proč byl deaktivován! Proveďte upgrade WordPressu a "
|
29 |
"zkuste to znovu."
|
30 |
|
31 |
-
#: bws_functions.php:
|
32 |
msgid "Back to the WordPress"
|
33 |
msgstr "Zpět do WordPressu"
|
34 |
|
35 |
-
#: bws_functions.php:
|
36 |
msgid "Plugins page"
|
37 |
msgstr "Stránka pluginů"
|
38 |
|
39 |
-
#: bws_functions.php:
|
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:
|
48 |
msgid "Need help?"
|
49 |
msgstr "Potřebujete pomoc?"
|
50 |
|
51 |
-
#: bws_functions.php:
|
52 |
msgid "Visit Help Center"
|
53 |
-
msgstr "
|
54 |
|
55 |
-
#: bws_functions.php:
|
56 |
msgid "Want to support the plugin?"
|
57 |
msgstr "Chcete podpořit plugin?"
|
58 |
|
59 |
-
#: bws_functions.php:
|
60 |
msgid "Donate"
|
61 |
-
msgstr "
|
62 |
|
63 |
-
#: bws_functions.php:
|
64 |
msgid "WARNING: Illegal use notification"
|
65 |
msgstr "POZOR: upozornění na neoprávněné užívání"
|
66 |
|
67 |
-
#: bws_functions.php:
|
68 |
msgid ""
|
69 |
"You can use one license of the Pro plugin for one domain only. Please check "
|
70 |
-
"and edit your license or domain if necessary using
|
71 |
-
"We strongly recommend you to solve the problem within 24 hours,
|
72 |
-
"the Pro plugin will be deactivated."
|
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í
|
76 |
-
"Klientské zóně. Důrazně doporučujeme, aby jste tento problém
|
77 |
-
"během 24 hodin, jinak bude Pro plugin deaktivován."
|
78 |
|
79 |
-
#: bws_functions.php:
|
80 |
-
#: class-bws-settings.php:
|
81 |
msgid "Learn More"
|
82 |
msgstr "Dozvědět se více"
|
83 |
|
84 |
-
#: bws_functions.php:
|
85 |
msgid ""
|
86 |
"Notice: Your Pro Trial license has expired. To continue using the plugin, "
|
87 |
"you should buy a Pro license"
|
@@ -89,7 +94,7 @@ 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:
|
93 |
msgid ""
|
94 |
"Your license has expired. To continue getting top-priority support and "
|
95 |
"plugin updates, you should extend it."
|
@@ -97,24 +102,24 @@ msgstr ""
|
|
97 |
"Vaše licence vypršela. Pro přístup k top-prioritní podpoře a aktualizacím "
|
98 |
"pluginu ji budete muset prodloužit."
|
99 |
|
100 |
-
#: bws_functions.php:
|
101 |
msgid "Learn more"
|
102 |
msgstr "Dozvědět se více"
|
103 |
|
104 |
-
#: bws_functions.php:
|
105 |
#, php-format
|
106 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
107 |
msgstr "Poznámka: Používáte zkušební Pro verzi pluginu %s."
|
108 |
|
109 |
-
#: bws_functions.php:
|
110 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
111 |
msgstr "Poznámka: Používáte zkušební Pro verzi pluginu."
|
112 |
|
113 |
-
#: bws_functions.php:
|
114 |
msgid "The Pro Trial license will expire on"
|
115 |
msgstr "Zkušební Pro licence vyprší"
|
116 |
|
117 |
-
#: bws_functions.php:
|
118 |
msgid ""
|
119 |
"or higher! We do not guarantee that our plugin will work correctly. Please "
|
120 |
"upgrade to WordPress latest version."
|
@@ -122,73 +127,73 @@ msgstr ""
|
|
122 |
"nebo vyšší! Nezaručujeme, že náš plugin bude fungovat správně. Prosím "
|
123 |
"aktualizujte na nejnovější verzi WordPressu."
|
124 |
|
125 |
-
#: bws_functions.php:
|
126 |
#, php-format
|
127 |
msgid "Thank you for installing %s plugin!"
|
128 |
msgstr "Děkujeme vám za instalaci %s pluginu!"
|
129 |
|
130 |
-
#: bws_functions.php:
|
131 |
msgid "Let's get started"
|
132 |
msgstr "Začněme"
|
133 |
|
134 |
-
#: bws_functions.php:
|
135 |
-
#: bws_menu.php:
|
136 |
msgid "Settings"
|
137 |
msgstr "Nastavení"
|
138 |
|
139 |
-
#: bws_functions.php:
|
140 |
-
#: class-bws-settings.php:
|
141 |
msgid "or"
|
142 |
msgstr "nebo"
|
143 |
|
144 |
-
#: bws_functions.php:
|
145 |
msgid "Add New"
|
146 |
msgstr "Přidat nový"
|
147 |
|
148 |
-
#: bws_functions.php:
|
149 |
-
#: bws_functions.php:
|
150 |
msgid "Close notice"
|
151 |
msgstr "Zavřít poznámku"
|
152 |
|
153 |
-
#: bws_functions.php:
|
154 |
msgid "Thank you for installing plugins by BestWebSoft!"
|
155 |
msgstr "Děkujeme vám za instalaci pluginů od BestWebSoft!"
|
156 |
|
157 |
-
#: bws_functions.php:
|
158 |
msgid "More Details"
|
159 |
msgstr "Více detailů"
|
160 |
|
161 |
-
#: bws_functions.php:
|
162 |
msgid "Less Details"
|
163 |
msgstr "Méně detailů"
|
164 |
|
165 |
-
#: bws_functions.php:
|
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:
|
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:
|
176 |
msgid "It’s time to upgrade your"
|
177 |
msgstr "Je čas na aktualizaci vašeho"
|
178 |
|
179 |
-
#: bws_functions.php:
|
180 |
msgid "to"
|
181 |
msgstr "na"
|
182 |
|
183 |
-
#: bws_functions.php:
|
184 |
msgid "version!"
|
185 |
msgstr "verzi!"
|
186 |
|
187 |
-
#: bws_functions.php:
|
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:
|
192 |
#, php-format
|
193 |
msgid ""
|
194 |
"Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
|
@@ -197,12 +202,12 @@ 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:
|
201 |
#, php-format
|
202 |
msgid "Thank you for choosing %s plugin!"
|
203 |
msgstr "Děkujeme, že jste si vybrali %s plugin!"
|
204 |
|
205 |
-
#: bws_functions.php:
|
206 |
msgid ""
|
207 |
"If you have a feature, suggestion or idea you'd like to see in the plugin, "
|
208 |
"we'd love to hear about it!"
|
@@ -210,25 +215,25 @@ msgstr ""
|
|
210 |
"Máte-li nápad, nebo doporučení na novou vlastnost, kterou by jste v pluginu "
|
211 |
"chtěli vidět, rádi o něm uslyšíme!"
|
212 |
|
213 |
-
#: bws_functions.php:
|
214 |
msgid "Suggest a Feature"
|
215 |
msgstr "Navrhnout vlastnost"
|
216 |
|
217 |
-
#: bws_functions.php:
|
218 |
-
#: class-bws-settings.php:
|
219 |
msgid "Notice"
|
220 |
msgstr "Poznámka"
|
221 |
|
222 |
-
#: bws_functions.php:
|
223 |
msgid "The plugin's settings have been changed."
|
224 |
msgstr "Nastavení pluginu bylo změněno."
|
225 |
|
226 |
-
#: bws_functions.php:
|
227 |
-
#: deprecated.php:
|
228 |
msgid "Save Changes"
|
229 |
msgstr "Uložit změny"
|
230 |
|
231 |
-
#: bws_functions.php:
|
232 |
msgid ""
|
233 |
"You can always look at premium options by checking the \"Pro Options\" in "
|
234 |
"the \"Misc\" tab."
|
@@ -236,82 +241,78 @@ msgstr ""
|
|
236 |
"Vždy se můžete podívat na možnosti prémiové verze, kliknutím na \"PRO "
|
237 |
"nastavení\" na \"Go PRO\" záložce."
|
238 |
|
239 |
-
#: bws_functions.php:
|
240 |
msgid "Add BWS Shortcode"
|
241 |
-
msgstr ""
|
242 |
|
243 |
-
#: bws_functions.php:
|
244 |
msgid "Add BWS Plugins Shortcode"
|
245 |
-
msgstr ""
|
246 |
|
247 |
-
#: bws_functions.php:
|
248 |
msgid "Add shortcode"
|
249 |
msgstr "Přidat krátký kód"
|
250 |
|
251 |
-
#: bws_functions.php:
|
252 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
253 |
msgstr ""
|
254 |
"Pomocí tohoto tlačítka můžete přidávat krátké kódy BestWebSoft pluginu."
|
255 |
|
256 |
-
#: bws_functions.php:
|
257 |
msgid "Close"
|
258 |
msgstr "Zavřít"
|
259 |
|
260 |
-
#: bws_functions.php:
|
261 |
msgid "Are you sure you want to restore default settings?"
|
262 |
msgstr "Jste si jisti, že chcete obnovit výchozí nastavení?"
|
263 |
|
264 |
-
#: bws_functions.php:
|
265 |
msgid "Yes, restore all settings"
|
266 |
msgstr "Ano, obnovit veškerá nastavení"
|
267 |
|
268 |
-
#: bws_functions.php:
|
269 |
msgid "No, go back to the settings page"
|
270 |
msgstr "Ne, vrátit se zpět na stránku nastavení"
|
271 |
|
272 |
-
#: bws_functions.php:
|
273 |
msgid "Plugin"
|
274 |
msgstr "Plugin"
|
275 |
|
276 |
-
#: bws_functions.php:
|
277 |
msgid "Shortcode settings"
|
278 |
msgstr "Nastavení krátkých kódů"
|
279 |
|
280 |
-
#: bws_functions.php:
|
281 |
msgid "The shortcode will be inserted"
|
282 |
msgstr "Bude vložen krátký kód"
|
283 |
|
284 |
-
#: bws_functions.php:
|
285 |
-
msgid "Insert"
|
286 |
-
msgstr "Vložit"
|
287 |
-
|
288 |
-
#: bws_functions.php:912
|
289 |
msgid "FAQ"
|
290 |
msgstr "Často kladené otázky (FAQ)"
|
291 |
|
292 |
-
#: bws_functions.php:
|
293 |
msgid "For more information:"
|
294 |
msgstr "Pro více informací:"
|
295 |
|
296 |
-
#: bws_functions.php:
|
297 |
msgid "Documentation"
|
298 |
msgstr "Dokumentace"
|
299 |
|
300 |
-
#: bws_functions.php:
|
301 |
msgid "Video Instructions"
|
302 |
msgstr "Video instrukce"
|
303 |
|
304 |
-
#: bws_functions.php:
|
305 |
msgid "Submit a Request"
|
306 |
msgstr "Odeslat požadavek"
|
307 |
|
308 |
-
#: bws_menu.php:101 class-bws-settings.php:
|
309 |
msgid "Wrong license key"
|
310 |
msgstr "Špatný licenční klíč"
|
311 |
|
312 |
-
#: bws_menu.php:122 class-bws-settings.php:
|
313 |
-
#: class-bws-settings.php:
|
314 |
-
#: deprecated.php:
|
315 |
msgid ""
|
316 |
"Something went wrong. Please try again later. If the error appears again, "
|
317 |
"please contact us"
|
@@ -319,14 +320,14 @@ msgstr ""
|
|
319 |
"Něco se pokazilo. Prosím zkuste to znovu později. Pokud se chyba objeví "
|
320 |
"znovu, obraťte se na nás"
|
321 |
|
322 |
-
#: bws_menu.php:122 class-bws-settings.php:
|
323 |
-
#: class-bws-settings.php:
|
324 |
-
#: deprecated.php:
|
325 |
msgid "We are sorry for inconvenience."
|
326 |
msgstr "Omlouváme se za nepříjemnosti."
|
327 |
|
328 |
-
#: bws_menu.php:128 class-bws-settings.php:
|
329 |
-
#: deprecated.php:139 deprecated.php:
|
330 |
msgid "Wrong license key."
|
331 |
msgstr "Neplatný licenční klíč."
|
332 |
|
@@ -342,11 +343,11 @@ msgstr ""
|
|
342 |
msgid "Log in"
|
343 |
msgstr "Přihlášení"
|
344 |
|
345 |
-
#: bws_menu.php:132 bws_menu.php:
|
346 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
347 |
msgstr "Bohužel, překročili jste dostupný počet pokusů pro daný den."
|
348 |
|
349 |
-
#: bws_menu.php:134
|
350 |
#, php-format
|
351 |
msgid ""
|
352 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
@@ -355,7 +356,7 @@ msgstr ""
|
|
355 |
"Bohužel, Vaše licence vypršela. Chcete-li pokračovat v získávání top-"
|
356 |
"prioritní podpory a aktualizace pluginu měli byste ji prodloužit ve vašem %s"
|
357 |
|
358 |
-
#: bws_menu.php:136 class-bws-settings.php:
|
359 |
msgid ""
|
360 |
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
361 |
"Trial license can be installed only once."
|
@@ -363,19 +364,19 @@ msgstr ""
|
|
363 |
"Bohužel, pro tuto doménu již byla použita Pro licence. Zkušební Pro licence "
|
364 |
"může být instalována pouze jedenkrát."
|
365 |
|
366 |
-
#: bws_menu.php:142 class-bws-settings.php:
|
367 |
msgid "The license key is valid."
|
368 |
msgstr "Licenční klíč je platný."
|
369 |
|
370 |
-
#: bws_menu.php:144 class-bws-settings.php:
|
371 |
msgid "Your license will expire on"
|
372 |
msgstr "Vaše licence vyprší"
|
373 |
|
374 |
#: bws_menu.php:146
|
375 |
-
msgid "Congratulations! Pro Membership license is
|
376 |
-
msgstr "
|
377 |
|
378 |
-
#: bws_menu.php:153 class-bws-settings.php:
|
379 |
msgid ""
|
380 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
381 |
"sorry for inconvenience."
|
@@ -534,67 +535,68 @@ msgstr "Neaktivní pluginy"
|
|
534 |
msgid "Please enter a valid email address."
|
535 |
msgstr "Prosím vložte platnou e-mailovou adresu."
|
536 |
|
537 |
-
#: bws_menu.php:
|
538 |
-
|
539 |
-
|
|
|
540 |
|
541 |
-
#: bws_menu.php:
|
542 |
msgid "Thank you for contacting us."
|
543 |
msgstr "Děkujeme, že jste nás kontaktovali."
|
544 |
|
545 |
-
#: bws_menu.php:
|
546 |
msgid "Sorry, email message could not be delivered."
|
547 |
msgstr "Je nám líto, ale e-mail nemohl být doručen."
|
548 |
|
549 |
-
#: bws_menu.php:
|
550 |
msgid "Plugins"
|
551 |
msgstr "Pluginy"
|
552 |
|
553 |
-
#: bws_menu.php:
|
554 |
msgid "Themes"
|
555 |
msgstr "Šablony"
|
556 |
|
557 |
-
#: bws_menu.php:
|
558 |
msgid "System status"
|
559 |
msgstr "Stav systému"
|
560 |
|
561 |
-
#: bws_menu.php:
|
562 |
msgid "Support"
|
563 |
msgstr "Podpora"
|
564 |
|
565 |
-
#: bws_menu.php:
|
566 |
msgid "Manage purchased licenses & subscriptions"
|
567 |
msgstr "Spravovat zakoupené licence a předplatné"
|
568 |
|
569 |
-
#: bws_menu.php:
|
570 |
#, php-format
|
571 |
msgid "Get Access to %s+ Premium Plugins"
|
572 |
msgstr "Získejte přístup k %s+ Premiovým pluginům"
|
573 |
|
574 |
-
#: bws_menu.php:
|
575 |
msgid "Subscribe to Pro Membership"
|
576 |
msgstr "Přihlásit se k Pro členství"
|
577 |
|
578 |
-
#: bws_menu.php:
|
579 |
#: deprecated.php:227
|
580 |
msgid "Check license key"
|
581 |
msgstr "Zkontrolovat licenční klíč"
|
582 |
|
583 |
-
#: bws_menu.php:
|
584 |
msgid "Enter your license key"
|
585 |
msgstr "Vložte váš licenční klíč"
|
586 |
|
587 |
-
#: bws_menu.php:
|
588 |
-
#: class-bws-settings.php:
|
589 |
-
#: deprecated.php:
|
590 |
msgid "Activate"
|
591 |
msgstr "Aktivovat"
|
592 |
|
593 |
-
#: bws_menu.php:
|
594 |
msgid "Upload Plugin"
|
595 |
msgstr "Nahrát plugin"
|
596 |
|
597 |
-
#: bws_menu.php:
|
598 |
#, php-format
|
599 |
msgid ""
|
600 |
"The plugin generated %d characters of <strong>unexpected output</strong> "
|
@@ -607,45 +609,43 @@ msgstr ""
|
|
607 |
"problems with syndication feeds or other issues, pokuste se deaktivovat, "
|
608 |
"nebo odstranit tento plugin."
|
609 |
|
610 |
-
#: bws_menu.php:
|
611 |
msgid ""
|
612 |
"Plugin could not be activated because it triggered a <strong>fatal error</"
|
613 |
"strong>."
|
614 |
msgstr ""
|
615 |
"Plugin nemůže být aktivován, neboť způsobil <strong>závažnou chybu</strong>."
|
616 |
|
617 |
-
#: bws_menu.php:
|
618 |
msgid "Plugin <strong>activated</strong>."
|
619 |
msgstr "Plugin <strong>aktivován</strong>."
|
620 |
|
621 |
-
#: bws_menu.php:
|
622 |
msgid "Installing Plugin"
|
623 |
msgstr "Instalace pluginu"
|
624 |
|
625 |
-
#: bws_menu.php:
|
626 |
msgid "Downloading install package from"
|
627 |
msgstr "Stahování instalačního balíčku z"
|
628 |
|
629 |
-
#: bws_menu.php:
|
630 |
-
#:
|
631 |
-
#: class-bws-settings.php:992 deprecated.php:387 deprecated.php:409
|
632 |
-
#: deprecated.php:431
|
633 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
634 |
msgstr "Stažení zip archivu selhalo. Prosíme, nahrajte plugin ručně"
|
635 |
|
636 |
-
#: bws_menu.php:
|
637 |
msgid "Unpacking the package"
|
638 |
msgstr "Rozbalování balíčku"
|
639 |
|
640 |
-
#: bws_menu.php:
|
641 |
msgid "Installing the plugin"
|
642 |
msgstr "Instalace pluginu"
|
643 |
|
644 |
-
#: bws_menu.php:
|
645 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
646 |
msgstr "Otevření zip archivu selhalo. Prosíme, nahrajte plugin ručně"
|
647 |
|
648 |
-
#: bws_menu.php:
|
649 |
msgid ""
|
650 |
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
651 |
"plugin manually"
|
@@ -653,157 +653,157 @@ msgstr ""
|
|
653 |
"Váš server nepodporuje buď ZipArchive nebo Phar. Prosím, nahrajte plugin "
|
654 |
"ručně"
|
655 |
|
656 |
-
#: bws_menu.php:
|
657 |
#, php-format
|
658 |
msgid "The plugin %s is successfully installed."
|
659 |
msgstr "Plugin %s úspěšně nainstalován."
|
660 |
|
661 |
-
#: bws_menu.php:
|
662 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
663 |
msgstr "Nelze zapisovat do UploadDir. Prosím, nahrajte plugin ručně"
|
664 |
|
665 |
-
#: bws_menu.php:
|
666 |
msgid "Activate Plugin"
|
667 |
msgstr "Aktivovat plugin"
|
668 |
|
669 |
-
#: bws_menu.php:
|
670 |
msgid "Return to BestWebSoft Panel"
|
671 |
msgstr "Návrat na BestWebSoft panel"
|
672 |
|
673 |
-
#: bws_menu.php:
|
674 |
msgid "All"
|
675 |
msgstr "Vše"
|
676 |
|
677 |
-
#: bws_menu.php:
|
678 |
msgid "Installed"
|
679 |
msgstr "Instalováno"
|
680 |
|
681 |
-
#: bws_menu.php:
|
682 |
msgid "Not Installed"
|
683 |
msgstr "Neninstalováno"
|
684 |
|
685 |
-
#: bws_menu.php:
|
686 |
msgid "Filter results"
|
687 |
msgstr "Výsledky filtrování"
|
688 |
|
689 |
-
#: bws_menu.php:
|
690 |
msgid "Category"
|
691 |
msgstr "Rubriky"
|
692 |
|
693 |
-
#: bws_menu.php:
|
694 |
msgid "Not installed"
|
695 |
msgstr "Neninstalováno"
|
696 |
|
697 |
-
#: bws_menu.php:
|
698 |
msgid "Renew to get updates"
|
699 |
msgstr "Obnovit pro získání aktualizací"
|
700 |
|
701 |
-
#: bws_menu.php:
|
702 |
#, php-format
|
703 |
msgid "Update to v %s"
|
704 |
msgstr "Aktualizovat na %s"
|
705 |
|
706 |
-
#: bws_menu.php:
|
707 |
msgid "Install Now"
|
708 |
msgstr "Instalovat nyní"
|
709 |
|
710 |
-
#: bws_menu.php:
|
711 |
msgid "Upgrade to Pro"
|
712 |
msgstr "Aktualizovat na Pro"
|
713 |
|
714 |
-
#: bws_menu.php:
|
715 |
msgid "Activate this plugin"
|
716 |
msgstr "Aktivovat tento plugin"
|
717 |
|
718 |
-
#: bws_menu.php:
|
719 |
msgid "Install this plugin"
|
720 |
msgstr "Instalovat tento plugin"
|
721 |
|
722 |
-
#: bws_menu.php:
|
723 |
msgid "Nothing found. Try another criteria."
|
724 |
msgstr "Nic nenalezeno. Zkuste jiná kritéria."
|
725 |
|
726 |
# podle, nebo taky od
|
727 |
-
#: bws_menu.php:
|
728 |
#, php-format
|
729 |
msgid "By %s"
|
730 |
msgstr "podle %s"
|
731 |
|
732 |
-
#: bws_menu.php:
|
733 |
msgid "Already Installed"
|
734 |
msgstr "Již instalováno"
|
735 |
|
736 |
-
#: bws_menu.php:
|
737 |
-
msgid "Browse
|
738 |
-
msgstr "
|
739 |
|
740 |
-
#: bws_menu.php:
|
741 |
msgid "Send to support"
|
742 |
msgstr "Odeslat podpoře"
|
743 |
|
744 |
-
#: bws_menu.php:
|
745 |
msgid "Send to custom email »"
|
746 |
msgstr "Odeslat na vlastní e-mail »"
|
747 |
|
748 |
-
#: class-bws-settings.php:
|
749 |
msgid "Information"
|
750 |
msgstr "Informace"
|
751 |
|
752 |
-
#: class-bws-settings.php:
|
753 |
msgid "Inactive"
|
754 |
msgstr "Neaktivní"
|
755 |
|
756 |
-
#: class-bws-settings.php:
|
757 |
msgid "Expired"
|
758 |
msgstr "Expirované"
|
759 |
|
760 |
-
#: class-bws-settings.php:
|
761 |
#, php-format
|
762 |
msgid "%s day(-s) left"
|
763 |
msgstr "%s dnů zbývá"
|
764 |
|
765 |
-
#: class-bws-settings.php:
|
766 |
#, php-format
|
767 |
msgid "Expired on %s"
|
768 |
msgstr "Vypršela dne %s"
|
769 |
|
770 |
-
#: class-bws-settings.php:
|
771 |
msgid "Renew Now"
|
772 |
msgstr "Obnovit nyní"
|
773 |
|
774 |
-
#: class-bws-settings.php:
|
775 |
msgid "Active"
|
776 |
msgstr "Aktivní"
|
777 |
|
778 |
-
#: class-bws-settings.php:
|
779 |
msgid "License"
|
780 |
msgstr "Licence"
|
781 |
|
782 |
-
#: class-bws-settings.php:
|
783 |
msgid "Status"
|
784 |
msgstr "Stav"
|
785 |
|
786 |
-
#: class-bws-settings.php:
|
787 |
msgid "Version"
|
788 |
msgstr "Verze"
|
789 |
|
790 |
-
#: class-bws-settings.php:
|
791 |
msgid "All plugin settings were restored."
|
792 |
msgstr "Všechna nastavení pluginu byla obnovena."
|
793 |
|
794 |
-
#: class-bws-settings.php:
|
795 |
msgid "Custom Code"
|
796 |
msgstr "Vlastní kód"
|
797 |
|
798 |
-
#: class-bws-settings.php:
|
799 |
msgid "You do not have sufficient permissions to edit plugins for this site."
|
800 |
msgstr "Nemáte dostatečná oprávnění pro úpravu pluginů tohoto webu."
|
801 |
|
802 |
-
#: class-bws-settings.php:
|
803 |
msgid "These styles will be added to the header on all pages of your site."
|
804 |
msgstr "Tyto styly budou přidány do hlaviček všech stránek vašeho webu."
|
805 |
|
806 |
-
#: class-bws-settings.php:
|
807 |
#, php-format
|
808 |
msgid ""
|
809 |
"This PHP code will be hooked to the %s action and will be printed on front "
|
@@ -811,11 +811,11 @@ msgid ""
|
|
811 |
msgstr ""
|
812 |
"Tento PHP kód bude závislý na %s akci a bude zobrazen pouze na front endu."
|
813 |
|
814 |
-
#: class-bws-settings.php:
|
815 |
msgid "These code will be added to the header on all pages of your site."
|
816 |
msgstr "Tento kód bude přidán do záhlaví všech stránek vašeho webu."
|
817 |
|
818 |
-
#: class-bws-settings.php:
|
819 |
#, php-format
|
820 |
msgid ""
|
821 |
"You need to make this files writable before you can save your changes. See "
|
@@ -824,97 +824,97 @@ msgstr ""
|
|
824 |
"Před tím, než budete moci vaše změny uložit, nastavte těmto souborům "
|
825 |
"oprávnění pro zápis. Podívejte se %s na Kodex %s pro více informací."
|
826 |
|
827 |
-
#: class-bws-settings.php:
|
828 |
msgid "Browsing"
|
829 |
msgstr "Procházení"
|
830 |
|
831 |
-
#: class-bws-settings.php:
|
832 |
#, php-format
|
833 |
msgid "Activate custom %s code."
|
834 |
msgstr "Aktivovat vlastní %s kód."
|
835 |
|
836 |
-
#: class-bws-settings.php:
|
837 |
#, php-format
|
838 |
msgid "Learn more about %s"
|
839 |
msgstr "Dozvědět se více o %s"
|
840 |
|
841 |
-
#: class-bws-settings.php:
|
842 |
msgid "Miscellaneous Settings"
|
843 |
msgstr "Různá nastavení"
|
844 |
|
845 |
-
#: class-bws-settings.php:
|
846 |
#, php-format
|
847 |
msgid ""
|
848 |
"It is prohibited to change %s settings on this site in the %s network "
|
849 |
"settings."
|
850 |
msgstr "Je zakázáno měnit nastavení %s na této stránce v %s nastavení sítě."
|
851 |
|
852 |
-
#: class-bws-settings.php:
|
853 |
#, php-format
|
854 |
msgid ""
|
855 |
"It is prohibited to view %s settings on this site in the %s network settings."
|
856 |
msgstr "Je zobrazit nastavení %s na této stránce v %s nastavení sítě."
|
857 |
|
858 |
-
#: class-bws-settings.php:
|
859 |
msgid "Pro Options"
|
860 |
msgstr "PRO nastavení"
|
861 |
|
862 |
-
#: class-bws-settings.php:
|
863 |
msgid "Enable to display plugin Pro options."
|
864 |
msgstr "Povolit zobrazení PRO voleb pluginu."
|
865 |
|
866 |
-
#: class-bws-settings.php:
|
867 |
msgid "Track Usage"
|
868 |
msgstr "Sběr statistik"
|
869 |
|
870 |
-
#: class-bws-settings.php:
|
871 |
msgid ""
|
872 |
"Enable to allow tracking plugin usage anonymously in order to make it better."
|
873 |
msgstr ""
|
874 |
"Umožnit anonymní sledování využití pluginu tak, aby mohl být dále vylepšován."
|
875 |
|
876 |
-
#: class-bws-settings.php:
|
877 |
msgid "Default Settings"
|
878 |
msgstr "Výchozí nastavení"
|
879 |
|
880 |
-
#: class-bws-settings.php:
|
881 |
msgid "Restore Settings"
|
882 |
msgstr "Obnovit nastavení"
|
883 |
|
884 |
-
#: class-bws-settings.php:
|
885 |
msgid "This will restore plugin settings to defaults."
|
886 |
msgstr "Toto obnoví veškerá nastavení pluginu na výchozí hodnoty."
|
887 |
|
888 |
-
#: class-bws-settings.php:
|
889 |
msgid "Import / Export"
|
890 |
msgstr "Import / Export"
|
891 |
|
892 |
-
#: class-bws-settings.php:
|
893 |
-
#: class-bws-settings.php:
|
894 |
msgid "License Key"
|
895 |
msgstr "Licenční klíč"
|
896 |
|
897 |
-
#: class-bws-settings.php:
|
898 |
msgid "Congratulations! Pro license is activated successfully."
|
899 |
msgstr "Gratulujeme! PRO licence byla úspěšně aktivována."
|
900 |
|
901 |
-
#: class-bws-settings.php:
|
902 |
#, php-format
|
903 |
msgid "You will be automatically redirected to the %s in %s seconds."
|
904 |
msgstr "Za %s sekund budete automaticky přesměrováni na %s."
|
905 |
|
906 |
-
#: class-bws-settings.php:
|
907 |
msgid "Settings page"
|
908 |
msgstr "Stránka nastavení"
|
909 |
|
910 |
-
#: class-bws-settings.php:
|
911 |
#, php-format
|
912 |
msgid "Enter your license key to activate %s and get premium plugin features."
|
913 |
msgstr ""
|
914 |
"Vložte váš licenční klíč pro aktivaci %s a získání prémiových fukcí pluginu."
|
915 |
|
916 |
-
#: class-bws-settings.php:
|
917 |
-
#: deprecated.php:
|
918 |
msgid ""
|
919 |
"Unfortunately, you have exceeded the number of available tries per day. "
|
920 |
"Please, upload the plugin manually."
|
@@ -922,12 +922,12 @@ msgstr ""
|
|
922 |
"Bohužel, jste překročili počet dostupných pokusů za den. Prosím, nahrejte "
|
923 |
"plugin ručně."
|
924 |
|
925 |
-
#: class-bws-settings.php:
|
926 |
#, php-format
|
927 |
msgid "Start Your Free %s-Day Trial Now"
|
928 |
msgstr "Vyzkoušejte vaší %s-denní zkušební verzi zdarma nyní"
|
929 |
|
930 |
-
#: class-bws-settings.php:
|
931 |
msgid ""
|
932 |
"If necessary, you can check if the license key is correct or reenter it in "
|
933 |
"the field below."
|
@@ -935,15 +935,15 @@ msgstr ""
|
|
935 |
"V případě potřeby zkontrolujte, je-li licenční klíč správně zadán, případně "
|
936 |
"jej do pole níže vložte znova."
|
937 |
|
938 |
-
#: class-bws-settings.php:
|
939 |
msgid "Manage License Settings"
|
940 |
msgstr "Správa nastavení licencí"
|
941 |
|
942 |
-
#: class-bws-settings.php:
|
943 |
msgid "Login to Client Area"
|
944 |
msgstr "Přihlášení do klientská zóny"
|
945 |
|
946 |
-
#: class-bws-settings.php:
|
947 |
msgid ""
|
948 |
"Manage active licenses, download BWS products, and view your payment history "
|
949 |
"using BestWebSoft Client Area."
|
@@ -951,12 +951,12 @@ msgstr ""
|
|
951 |
"Správa aktivních licencí, stahování BWS produktů a zobrazení historie plateb "
|
952 |
"v BestWebSoft klientské zóně."
|
953 |
|
954 |
-
#: class-bws-settings.php:
|
955 |
-
#: deprecated.php:
|
956 |
msgid "This license key is bound to another site."
|
957 |
msgstr "Tento licenční klíč je přidružen k jinému webu."
|
958 |
|
959 |
-
#: class-bws-settings.php:
|
960 |
msgid ""
|
961 |
"This license key is valid, but Your license has expired. If you want to "
|
962 |
"update our plugin in future, you should extend the license."
|
@@ -964,11 +964,11 @@ msgstr ""
|
|
964 |
"Tento licenční klíč je platný, ale vaše licence vypršela. Chcete-li náš "
|
965 |
"plugin v budoucnosti aktualizovat, měli by jste licenci prodloužit."
|
966 |
|
967 |
-
#: class-bws-settings.php:
|
968 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
969 |
msgstr "Bohužel, překročili jste dostupný počet pokusů."
|
970 |
|
971 |
-
#: class-bws-settings.php:
|
972 |
msgid ""
|
973 |
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
974 |
"The Pro Trial license can be installed only once."
|
@@ -976,37 +976,162 @@ msgstr ""
|
|
976 |
"Bohužel, tato zkušební Pro licence již pro tuto doménu byla použita. "
|
977 |
"Zkušební Pro licence může být instalována pouze jedenkrát."
|
978 |
|
979 |
-
#: class-bws-settings.php:
|
980 |
msgid "The Pro Trial license key is valid."
|
981 |
msgstr "Licenční klíč zkušební Pro verze je platný."
|
982 |
|
983 |
-
#: class-bws-settings.php:
|
984 |
#, php-format
|
985 |
msgid ""
|
986 |
"In order to continue using the plugin it is necessary to buy a %s license."
|
987 |
msgstr ""
|
988 |
"Pokud chcete nadále využívat tento plugin, je nutné zakoupit %s licenci."
|
989 |
|
990 |
-
#: class-bws-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
991 |
msgid "Please, enter Your license key"
|
992 |
msgstr "Prosím, vložte váš licenční klíč"
|
993 |
|
994 |
-
#: class-bws-settings.php:
|
995 |
msgid "Need Help?"
|
996 |
msgstr "Potřebujete pomoc?"
|
997 |
|
998 |
-
#: class-bws-settings.php:
|
999 |
msgid "Read the Instruction"
|
1000 |
msgstr "Přečíst si instrukce"
|
1001 |
|
1002 |
-
#: class-bws-settings.php:
|
1003 |
msgid "Watch the Video"
|
1004 |
msgstr "Přehrát video"
|
1005 |
|
1006 |
-
#: class-bws-settings.php:
|
1007 |
msgid "Start Your Free Trial"
|
1008 |
msgstr "Vyzkoušejte po omezenou dobu"
|
1009 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1010 |
#: deprecated.php:93
|
1011 |
msgid "System Status"
|
1012 |
msgstr "Stav systému"
|
@@ -1033,101 +1158,101 @@ msgstr ""
|
|
1033 |
"(vaše uživatelské jméno je e-mailová adresa uvedena při nákupu). Pokud je to "
|
1034 |
"nutné, prosím odešlete \"Lost your password?\" požadavek."
|
1035 |
|
1036 |
-
#: deprecated.php:
|
1037 |
msgid "After that, you can activate it by entering your license key."
|
1038 |
msgstr "Poté jej lze snadno aktivovat zadáním licenčního klíče."
|
1039 |
|
1040 |
-
#: deprecated.php:249 deprecated.php:
|
1041 |
msgid "License key can be found in the"
|
1042 |
msgstr "Licenční klíč najdete v"
|
1043 |
|
1044 |
-
#: deprecated.php:251 deprecated.php:
|
1045 |
msgid "(your username is the email address specified during the purchase)."
|
1046 |
msgstr "(vaše uživatelské jméno je e-mailová adresa uvedená při nákupu)."
|
1047 |
|
1048 |
-
#: deprecated.php:
|
1049 |
msgid ""
|
1050 |
"Congratulations! The Pro license of the plugin is activated successfully."
|
1051 |
msgstr "Gratulujeme! PRO licence pluginu je úspěšně aktivována."
|
1052 |
|
1053 |
-
#: deprecated.php:
|
1054 |
msgid "Please, go to"
|
1055 |
msgstr "Prosím, jděte na"
|
1056 |
|
1057 |
-
#: deprecated.php:
|
1058 |
msgid "the setting page"
|
1059 |
msgstr "stránka nastavení"
|
1060 |
|
1061 |
-
#: deprecated.php:
|
1062 |
msgid "You will be redirected automatically in 5 seconds."
|
1063 |
msgstr "Budete automaticky přesměrováni za 5 sekund."
|
1064 |
|
1065 |
-
#: deprecated.php:
|
1066 |
msgid "Check premium options on the plugin settings page!"
|
1067 |
msgstr "Zkontrolujte prémiové možnosti na stránce nastavení pluginů!"
|
1068 |
|
1069 |
-
#: deprecated.php:
|
1070 |
msgid "Restore all plugin settings to defaults"
|
1071 |
msgstr "Obnovit veškerá nastavení pluginu na výchozí hodnoty"
|
1072 |
|
1073 |
-
#: deprecated.php:
|
1074 |
msgid "Restore settings"
|
1075 |
msgstr "Obnovit nastavení"
|
1076 |
|
1077 |
-
#: deprecated.php:
|
1078 |
#, php-format
|
1079 |
msgid "File %s edited successfully."
|
1080 |
msgstr "Soubor %s byl úspěšně upraven."
|
1081 |
|
1082 |
-
#: deprecated.php:
|
1083 |
msgid "Not enough permissions to create or update the file"
|
1084 |
msgstr "Nedostatečná oprávnění pro vytvoření či úpravu souboru"
|
1085 |
|
1086 |
-
#: deprecated.php:
|
1087 |
msgid "Not enough permissions to create the file"
|
1088 |
msgstr "Nedostatečná oprávnění pro vytvoření souboru"
|
1089 |
|
1090 |
-
#: deprecated.php:
|
1091 |
msgid "Editing"
|
1092 |
msgstr "Úprava"
|
1093 |
|
1094 |
-
#: deprecated.php:
|
1095 |
msgid ""
|
1096 |
"Congratulations! Pro version of the plugin is installed and activated "
|
1097 |
"successfully."
|
1098 |
msgstr "Gratulujeme! PRO verze pluginu byla úspěšně instalována a aktivována."
|
1099 |
|
1100 |
-
#: deprecated.php:
|
1101 |
msgid "Show Pro features"
|
1102 |
msgstr "Zobrazit Pro vlastnosti"
|
1103 |
|
1104 |
-
#: deprecated.php:
|
1105 |
msgid "Enter your license key to install and activate"
|
1106 |
msgstr "Vložte váš licenční klíč pro instalaci a aktivaci"
|
1107 |
|
1108 |
-
#: deprecated.php:
|
1109 |
msgid "version of the plugin."
|
1110 |
msgstr "verze pluginu."
|
1111 |
|
1112 |
#: product_list.php:7
|
1113 |
msgid "Admin Tools"
|
1114 |
-
msgstr ""
|
1115 |
|
1116 |
#: product_list.php:8
|
1117 |
msgid "Content"
|
1118 |
-
msgstr ""
|
1119 |
|
1120 |
#: product_list.php:9
|
1121 |
msgid "eCommerce"
|
1122 |
-
msgstr ""
|
1123 |
|
1124 |
#: product_list.php:10
|
1125 |
msgid "Marketing"
|
1126 |
-
msgstr ""
|
1127 |
|
1128 |
#: product_list.php:11
|
1129 |
msgid "Navigation"
|
1130 |
-
msgstr ""
|
1131 |
|
1132 |
#: product_list.php:12
|
1133 |
msgid "Recommended"
|
@@ -1139,297 +1264,424 @@ msgstr "Bezpečnost"
|
|
1139 |
|
1140 |
#: product_list.php:14
|
1141 |
msgid "SEO"
|
1142 |
-
msgstr ""
|
1143 |
|
1144 |
#: product_list.php:15
|
1145 |
msgid "SMM"
|
1146 |
-
msgstr ""
|
1147 |
|
1148 |
#: product_list.php:22
|
1149 |
-
msgid ""
|
1150 |
-
"Protect WordPress website forms from spam entries by means of math logic."
|
1151 |
msgstr ""
|
1152 |
|
1153 |
#: product_list.php:32
|
1154 |
msgid "Create your personal car rental/booking and reservation website."
|
1155 |
-
msgstr ""
|
1156 |
|
1157 |
#: product_list.php:42
|
1158 |
msgid ""
|
1159 |
"Allow customers to reach you using secure contact form plugin any website "
|
1160 |
"must have."
|
1161 |
msgstr ""
|
|
|
|
|
1162 |
|
1163 |
#: product_list.php:52
|
1164 |
msgid "Add unlimited number of contact forms to WordPress website."
|
1165 |
-
msgstr ""
|
1166 |
|
1167 |
#: product_list.php:62
|
1168 |
msgid "Save and manage Contact Form messages. Never lose important data."
|
1169 |
msgstr ""
|
|
|
|
|
1170 |
|
1171 |
#: product_list.php:72
|
1172 |
msgid "Add unlimited custom pages to WordPress admin dashboard."
|
1173 |
msgstr ""
|
|
|
1174 |
|
1175 |
#: product_list.php:79
|
1176 |
msgid "Add custom fields to WordPress website search results."
|
1177 |
-
msgstr ""
|
1178 |
|
1179 |
#: product_list.php:86
|
1180 |
msgid ""
|
1181 |
"Add custom post types and taxonomies to WordPress website search results."
|
1182 |
msgstr ""
|
|
|
|
|
1183 |
|
1184 |
#: product_list.php:96
|
1185 |
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1186 |
-
msgstr ""
|
1187 |
|
1188 |
#: product_list.php:103
|
1189 |
msgid ""
|
1190 |
-
"Automatically add outgoing email messages to queue instead of sending them "
|
1191 |
-
"immediately."
|
1192 |
-
msgstr ""
|
1193 |
-
|
1194 |
-
#: product_list.php:110
|
1195 |
-
msgid ""
|
1196 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1197 |
"issues faster."
|
1198 |
msgstr ""
|
|
|
|
|
1199 |
|
1200 |
-
#: product_list.php:
|
1201 |
msgid ""
|
1202 |
"Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
|
1203 |
"widgets."
|
1204 |
msgstr ""
|
|
|
|
|
1205 |
|
1206 |
-
#: product_list.php:
|
1207 |
msgid ""
|
1208 |
"Add beautiful galleries, albums & images to your WordPress website in a few "
|
1209 |
"clicks."
|
1210 |
msgstr ""
|
|
|
|
|
1211 |
|
1212 |
-
#: product_list.php:
|
1213 |
msgid ""
|
1214 |
-
"Add
|
1215 |
-
"
|
1216 |
msgstr ""
|
|
|
|
|
1217 |
|
1218 |
-
#: product_list.php:
|
1219 |
msgid ""
|
1220 |
-
"
|
1221 |
-
"
|
1222 |
msgstr ""
|
|
|
|
|
1223 |
|
1224 |
-
#: product_list.php:
|
1225 |
msgid ""
|
1226 |
"Add Adsense ads to WordPress website pages, posts, custom posts, search "
|
1227 |
"results, categories, tags, and widgets."
|
1228 |
msgstr ""
|
|
|
|
|
1229 |
|
1230 |
-
#: product_list.php:
|
1231 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1232 |
msgstr ""
|
|
|
|
|
1233 |
|
1234 |
-
#: product_list.php:
|
1235 |
msgid ""
|
1236 |
"Protect WordPress website forms from spam entries with Google Captcha "
|
1237 |
"(reCaptcha)."
|
1238 |
msgstr ""
|
|
|
|
|
1239 |
|
1240 |
-
#: product_list.php:
|
1241 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1242 |
msgstr ""
|
|
|
1243 |
|
1244 |
-
#: product_list.php:
|
1245 |
msgid ""
|
1246 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1247 |
"your blog."
|
1248 |
msgstr ""
|
|
|
|
|
1249 |
|
1250 |
-
#: product_list.php:
|
1251 |
msgid ""
|
1252 |
"Replace external WordPress website links with Google shortlinks and track "
|
1253 |
"click stats."
|
1254 |
msgstr ""
|
|
|
|
|
1255 |
|
1256 |
-
#: product_list.php:
|
1257 |
msgid ""
|
1258 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1259 |
"hostnames, etc."
|
1260 |
msgstr ""
|
|
|
|
|
1261 |
|
1262 |
-
#: product_list.php:
|
1263 |
msgid ""
|
1264 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1265 |
"submit CV/resumes, choose candidates."
|
1266 |
msgstr ""
|
|
|
|
|
1267 |
|
1268 |
-
#: product_list.php:
|
1269 |
msgid ""
|
1270 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1271 |
"attempts."
|
1272 |
msgstr ""
|
|
|
|
|
1273 |
|
1274 |
-
#: product_list.php:
|
1275 |
msgid ""
|
1276 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1277 |
"5 plugins included – profile, insider, etc."
|
1278 |
msgstr ""
|
|
|
|
|
1279 |
|
1280 |
-
#: product_list.php:
|
1281 |
msgid ""
|
1282 |
"Translate WordPress website content to other languages manually. Create "
|
1283 |
"multilingual pages, posts, widgets, menus, etc."
|
1284 |
msgstr ""
|
|
|
|
|
1285 |
|
1286 |
-
#: product_list.php:
|
1287 |
msgid ""
|
1288 |
"Add customizable pagination to WordPress website. Split long content to "
|
1289 |
"multiple pages for better navigation."
|
1290 |
msgstr ""
|
|
|
|
|
1291 |
|
1292 |
-
#: product_list.php:
|
1293 |
msgid ""
|
1294 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1295 |
"header/footer styles and appearance."
|
1296 |
msgstr ""
|
|
|
|
|
1297 |
|
1298 |
-
#: product_list.php:
|
1299 |
msgid ""
|
1300 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1301 |
"Profile) to WordPress posts, pages and widgets."
|
1302 |
msgstr ""
|
|
|
|
|
1303 |
|
1304 |
-
#: product_list.php:
|
1305 |
msgid ""
|
1306 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1307 |
"projects to get more clients."
|
1308 |
msgstr ""
|
|
|
|
|
1309 |
|
1310 |
-
#: product_list.php:
|
1311 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1312 |
msgstr ""
|
|
|
|
|
1313 |
|
1314 |
-
#: product_list.php:
|
1315 |
msgid ""
|
1316 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1317 |
"create and manage additional custom values."
|
1318 |
msgstr ""
|
|
|
|
|
1319 |
|
1320 |
-
#: product_list.php:
|
1321 |
msgid ""
|
1322 |
"Add and display HTML advertisement banner on WordPress website. Customize "
|
1323 |
"bar styles and appearance."
|
1324 |
msgstr ""
|
|
|
|
|
1325 |
|
1326 |
-
#: product_list.php:
|
1327 |
msgid ""
|
1328 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1329 |
"widgets."
|
1330 |
msgstr ""
|
|
|
|
|
1331 |
|
1332 |
-
#: product_list.php:
|
1333 |
msgid ""
|
1334 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1335 |
"customers."
|
1336 |
msgstr ""
|
|
|
|
|
1337 |
|
1338 |
-
#: product_list.php:
|
1339 |
msgid ""
|
1340 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1341 |
"properties. Add, search and browse listings easily."
|
1342 |
msgstr ""
|
|
|
|
|
|
|
1343 |
|
1344 |
-
#: product_list.php:
|
1345 |
-
msgid ""
|
1346 |
-
"Attach, un-attach and re-attach media files quickly to WordPress posts and "
|
1347 |
-
"pages."
|
1348 |
-
msgstr ""
|
1349 |
-
|
1350 |
-
#: product_list.php:353
|
1351 |
msgid ""
|
1352 |
"Add related, featured, latest, and popular posts to your WordPress website. "
|
1353 |
"Connect your blog readers with a relevant content."
|
1354 |
msgstr ""
|
|
|
|
|
1355 |
|
1356 |
-
#: product_list.php:
|
1357 |
msgid ""
|
1358 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1359 |
"settings and detailed reports."
|
1360 |
msgstr ""
|
|
|
|
|
1361 |
|
1362 |
-
#: product_list.php:
|
1363 |
msgid ""
|
1364 |
"The best responsive slider plugin for your WordPress website. Create "
|
1365 |
"beautifully animated slides just in a few clicks."
|
1366 |
msgstr ""
|
|
|
|
|
1367 |
|
1368 |
-
#: product_list.php:
|
1369 |
msgid ""
|
1370 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1371 |
"Yahoo, Hotmail and other services."
|
1372 |
msgstr ""
|
|
|
|
|
1373 |
|
1374 |
-
#: product_list.php:
|
1375 |
msgid ""
|
1376 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1377 |
"FB, Twitter, G+1, Pinterest, LinkedIn."
|
1378 |
msgstr ""
|
|
|
|
|
1379 |
|
1380 |
-
#: product_list.php:
|
1381 |
msgid ""
|
1382 |
"Add social media login, registration, and commenting to your WordPress "
|
1383 |
"website."
|
1384 |
msgstr ""
|
|
|
|
|
1385 |
|
1386 |
-
#: product_list.php:
|
1387 |
msgid ""
|
1388 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1389 |
"Collect data and subscribe your users."
|
1390 |
msgstr ""
|
|
|
|
|
|
|
1391 |
|
1392 |
-
#: product_list.php:
|
1393 |
msgid ""
|
1394 |
"Add testimonials and feedbacks from your customers to WordPress website "
|
1395 |
"posts, pages, and widgets."
|
1396 |
msgstr ""
|
|
|
|
|
1397 |
|
1398 |
-
#: product_list.php:
|
1399 |
msgid ""
|
1400 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1401 |
"attendance and generate reports."
|
1402 |
msgstr ""
|
|
|
|
|
1403 |
|
1404 |
-
#: product_list.php:
|
1405 |
msgid ""
|
1406 |
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
|
1407 |
"and pages."
|
1408 |
msgstr ""
|
|
|
|
|
1409 |
|
1410 |
-
#: product_list.php:
|
1411 |
msgid ""
|
1412 |
"Automatically check and update WordPress website core with all installed "
|
1413 |
"plugins and themes to the latest versions."
|
1414 |
msgstr ""
|
|
|
|
|
1415 |
|
1416 |
-
#: product_list.php:
|
1417 |
msgid ""
|
1418 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1419 |
"copy, and delete user roles."
|
1420 |
msgstr ""
|
|
|
|
|
1421 |
|
1422 |
-
#: product_list.php:
|
1423 |
msgid ""
|
1424 |
"Display live count of online visitors who are currently browsing your "
|
1425 |
"WordPress website."
|
1426 |
msgstr ""
|
|
|
|
|
1427 |
|
1428 |
-
#: product_list.php:
|
1429 |
msgid ""
|
1430 |
"Backup and export Zendesk Help Center content automatically to your "
|
1431 |
"WordPress website database."
|
1432 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1433 |
|
1434 |
#~ msgid "Advertisement"
|
1435 |
#~ msgstr "Reklama"
|
@@ -1448,6 +1700,3 @@ msgstr ""
|
|
1448 |
|
1449 |
#~ msgid "Utilities"
|
1450 |
#~ msgstr "Utility"
|
1451 |
-
|
1452 |
-
#~ msgid "Other"
|
1453 |
-
#~ msgstr "Ostatní"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-09-11 16:42+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-09-11 16:42+0300\n"
|
7 |
"Last-Translator: Mik013\n"
|
8 |
"Language-Team: Mik013\n"
|
9 |
"Language: cs_CZ\n"
|
16 |
"X-Generator: Poedit 1.8.7.1\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: bws_functions.php:73 bws_functions.php:191
|
20 |
msgid "requires"
|
21 |
msgstr "vyžaduje"
|
22 |
|
23 |
+
#: bws_functions.php:75
|
24 |
msgid ""
|
25 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
26 |
"try again."
|
28 |
"nebo vyšší, to je důvod, proč byl deaktivován! Proveďte upgrade WordPressu a "
|
29 |
"zkuste to znovu."
|
30 |
|
31 |
+
#: bws_functions.php:76
|
32 |
msgid "Back to the WordPress"
|
33 |
msgstr "Zpět do WordPressu"
|
34 |
|
35 |
+
#: bws_functions.php:78
|
36 |
msgid "Plugins page"
|
37 |
msgstr "Stránka pluginů"
|
38 |
|
39 |
+
#: bws_functions.php:92
|
40 |
msgid "Like the plugin?"
|
41 |
msgstr "Líbí se vám plugin?"
|
42 |
|
43 |
#: bws_functions.php:93
|
44 |
+
#, php-format
|
45 |
+
msgid "%s reviews"
|
46 |
+
msgstr ""
|
47 |
+
|
48 |
+
#: bws_functions.php:94
|
49 |
msgid "Rate it"
|
50 |
msgstr "Ohodnoťte jej"
|
51 |
|
52 |
+
#: bws_functions.php:103
|
53 |
msgid "Need help?"
|
54 |
msgstr "Potřebujete pomoc?"
|
55 |
|
56 |
+
#: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
|
57 |
msgid "Visit Help Center"
|
58 |
+
msgstr "Navštivte Centrum pomoci"
|
59 |
|
60 |
+
#: bws_functions.php:107
|
61 |
msgid "Want to support the plugin?"
|
62 |
msgstr "Chcete podpořit plugin?"
|
63 |
|
64 |
+
#: bws_functions.php:108 bws_menu.php:560
|
65 |
msgid "Donate"
|
66 |
+
msgstr "Darujte"
|
67 |
|
68 |
+
#: bws_functions.php:128
|
69 |
msgid "WARNING: Illegal use notification"
|
70 |
msgstr "POZOR: upozornění na neoprávněné užívání"
|
71 |
|
72 |
+
#: bws_functions.php:128
|
73 |
msgid ""
|
74 |
"You can use one license of the Pro plugin for one domain only. Please check "
|
75 |
+
"and edit your license or domain if necessary using your personal Client "
|
76 |
+
"Area. We strongly recommend you to solve the problem within 24 hours, "
|
77 |
+
"otherwise the Pro plugin will be deactivated."
|
78 |
msgstr ""
|
79 |
"Pro licenci pluginu můžete používat pouze pro jednu doménu. Prosím "
|
80 |
+
"zkontrolujte a případně upravte Váš licenční klíč či doménu na vaší osobní "
|
81 |
+
"stránce - Klientské zóně. Důrazně doporučujeme, aby jste tento problém "
|
82 |
+
"odstranili během 24 hodin, jinak bude Pro plugin deaktivován."
|
83 |
|
84 |
+
#: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
|
85 |
+
#: class-bws-settings.php:144
|
86 |
msgid "Learn More"
|
87 |
msgstr "Dozvědět se více"
|
88 |
|
89 |
+
#: bws_functions.php:145
|
90 |
msgid ""
|
91 |
"Notice: Your Pro Trial license has expired. To continue using the plugin, "
|
92 |
"you should buy a Pro license"
|
94 |
"Poznámka: Vaše zkušební Pro verze pluginu vypršela. Pro další používání "
|
95 |
"pluginu bude nutné zakoupit PRO licenci"
|
96 |
|
97 |
+
#: bws_functions.php:147
|
98 |
msgid ""
|
99 |
"Your license has expired. To continue getting top-priority support and "
|
100 |
"plugin updates, you should extend it."
|
102 |
"Vaše licence vypršela. Pro přístup k top-prioritní podpoře a aktualizacím "
|
103 |
"pluginu ji budete muset prodloužit."
|
104 |
|
105 |
+
#: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
|
106 |
msgid "Learn more"
|
107 |
msgstr "Dozvědět se více"
|
108 |
|
109 |
+
#: bws_functions.php:165
|
110 |
#, php-format
|
111 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
112 |
msgstr "Poznámka: Používáte zkušební Pro verzi pluginu %s."
|
113 |
|
114 |
+
#: bws_functions.php:167
|
115 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
116 |
msgstr "Poznámka: Používáte zkušební Pro verzi pluginu."
|
117 |
|
118 |
+
#: bws_functions.php:170
|
119 |
msgid "The Pro Trial license will expire on"
|
120 |
msgstr "Zkušební Pro licence vyprší"
|
121 |
|
122 |
+
#: bws_functions.php:193
|
123 |
msgid ""
|
124 |
"or higher! We do not guarantee that our plugin will work correctly. Please "
|
125 |
"upgrade to WordPress latest version."
|
127 |
"nebo vyšší! Nezaručujeme, že náš plugin bude fungovat správně. Prosím "
|
128 |
"aktualizujte na nejnovější verzi WordPressu."
|
129 |
|
130 |
+
#: bws_functions.php:208
|
131 |
#, php-format
|
132 |
msgid "Thank you for installing %s plugin!"
|
133 |
msgstr "Děkujeme vám za instalaci %s pluginu!"
|
134 |
|
135 |
+
#: bws_functions.php:210
|
136 |
msgid "Let's get started"
|
137 |
msgstr "Začněme"
|
138 |
|
139 |
+
#: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
|
140 |
+
#: bws_menu.php:566
|
141 |
msgid "Settings"
|
142 |
msgstr "Nastavení"
|
143 |
|
144 |
+
#: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
|
145 |
+
#: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
|
146 |
msgid "or"
|
147 |
msgstr "nebo"
|
148 |
|
149 |
+
#: bws_functions.php:214 bws_functions.php:246
|
150 |
msgid "Add New"
|
151 |
msgstr "Přidat nový"
|
152 |
|
153 |
+
#: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
|
154 |
+
#: bws_functions.php:385 bws_functions.php:487
|
155 |
msgid "Close notice"
|
156 |
msgstr "Zavřít poznámku"
|
157 |
|
158 |
+
#: bws_functions.php:233
|
159 |
msgid "Thank you for installing plugins by BestWebSoft!"
|
160 |
msgstr "Děkujeme vám za instalaci pluginů od BestWebSoft!"
|
161 |
|
162 |
+
#: bws_functions.php:235
|
163 |
msgid "More Details"
|
164 |
msgstr "Více detailů"
|
165 |
|
166 |
+
#: bws_functions.php:236
|
167 |
msgid "Less Details"
|
168 |
msgstr "Méně detailů"
|
169 |
|
170 |
+
#: bws_functions.php:264
|
171 |
msgid "Deprecated function(-s) is used on the site here:"
|
172 |
msgstr "Zastaralé funkce se používají na stránkách zde:"
|
173 |
|
174 |
+
#: bws_functions.php:278
|
175 |
msgid ""
|
176 |
"This function(-s) will be removed over time. Please update the product(-s)."
|
177 |
msgstr ""
|
178 |
"Tato funkce, bude v průběhu času odstraněna. Prosím aktualizujte produkt."
|
179 |
|
180 |
+
#: bws_functions.php:337
|
181 |
msgid "It’s time to upgrade your"
|
182 |
msgstr "Je čas na aktualizaci vašeho"
|
183 |
|
184 |
+
#: bws_functions.php:337
|
185 |
msgid "to"
|
186 |
msgstr "na"
|
187 |
|
188 |
+
#: bws_functions.php:337
|
189 |
msgid "version!"
|
190 |
msgstr "verzi!"
|
191 |
|
192 |
+
#: bws_functions.php:338
|
193 |
msgid "Extend standard plugin functionality with new great options."
|
194 |
msgstr "Rozšiřuje standardní funkce pluginu novými skvělými možnostmi."
|
195 |
|
196 |
+
#: bws_functions.php:389
|
197 |
#, php-format
|
198 |
msgid ""
|
199 |
"Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
|
202 |
"Váš licenční klíč pro %s vyprší dne %s a nebudou vám poskytovány TOP-"
|
203 |
"PRIOROTNÍ PODPORA a AKTUALIZACE."
|
204 |
|
205 |
+
#: bws_functions.php:482
|
206 |
#, php-format
|
207 |
msgid "Thank you for choosing %s plugin!"
|
208 |
msgstr "Děkujeme, že jste si vybrali %s plugin!"
|
209 |
|
210 |
+
#: bws_functions.php:483
|
211 |
msgid ""
|
212 |
"If you have a feature, suggestion or idea you'd like to see in the plugin, "
|
213 |
"we'd love to hear about it!"
|
215 |
"Máte-li nápad, nebo doporučení na novou vlastnost, kterou by jste v pluginu "
|
216 |
"chtěli vidět, rádi o něm uslyšíme!"
|
217 |
|
218 |
+
#: bws_functions.php:484
|
219 |
msgid "Suggest a Feature"
|
220 |
msgstr "Navrhnout vlastnost"
|
221 |
|
222 |
+
#: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
|
223 |
+
#: class-bws-settings.php:595 class-bws-settings.php:598
|
224 |
msgid "Notice"
|
225 |
msgstr "Poznámka"
|
226 |
|
227 |
+
#: bws_functions.php:500
|
228 |
msgid "The plugin's settings have been changed."
|
229 |
msgstr "Nastavení pluginu bylo změněno."
|
230 |
|
231 |
+
#: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
|
232 |
+
#: deprecated.php:642
|
233 |
msgid "Save Changes"
|
234 |
msgstr "Uložit změny"
|
235 |
|
236 |
+
#: bws_functions.php:515
|
237 |
msgid ""
|
238 |
"You can always look at premium options by checking the \"Pro Options\" in "
|
239 |
"the \"Misc\" tab."
|
241 |
"Vždy se můžete podívat na možnosti prémiové verze, kliknutím na \"PRO "
|
242 |
"nastavení\" na \"Go PRO\" záložce."
|
243 |
|
244 |
+
#: bws_functions.php:653
|
245 |
msgid "Add BWS Shortcode"
|
246 |
+
msgstr "Přidávejte zkrácený kód BWS"
|
247 |
|
248 |
+
#: bws_functions.php:654
|
249 |
msgid "Add BWS Plugins Shortcode"
|
250 |
+
msgstr "Přidávejte zkrácený kód BWS pluginů"
|
251 |
|
252 |
+
#: bws_functions.php:673
|
253 |
msgid "Add shortcode"
|
254 |
msgstr "Přidat krátký kód"
|
255 |
|
256 |
+
#: bws_functions.php:673
|
257 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
258 |
msgstr ""
|
259 |
"Pomocí tohoto tlačítka můžete přidávat krátké kódy BestWebSoft pluginu."
|
260 |
|
261 |
+
#: bws_functions.php:729
|
262 |
msgid "Close"
|
263 |
msgstr "Zavřít"
|
264 |
|
265 |
+
#: bws_functions.php:821
|
266 |
msgid "Are you sure you want to restore default settings?"
|
267 |
msgstr "Jste si jisti, že chcete obnovit výchozí nastavení?"
|
268 |
|
269 |
+
#: bws_functions.php:824
|
270 |
msgid "Yes, restore all settings"
|
271 |
msgstr "Ano, obnovit veškerá nastavení"
|
272 |
|
273 |
+
#: bws_functions.php:825
|
274 |
msgid "No, go back to the settings page"
|
275 |
msgstr "Ne, vrátit se zpět na stránku nastavení"
|
276 |
|
277 |
+
#: bws_functions.php:867
|
278 |
msgid "Plugin"
|
279 |
msgstr "Plugin"
|
280 |
|
281 |
+
#: bws_functions.php:876
|
282 |
msgid "Shortcode settings"
|
283 |
msgstr "Nastavení krátkých kódů"
|
284 |
|
285 |
+
#: bws_functions.php:881
|
286 |
msgid "The shortcode will be inserted"
|
287 |
msgstr "Bude vložen krátký kód"
|
288 |
|
289 |
+
#: bws_functions.php:922
|
|
|
|
|
|
|
|
|
290 |
msgid "FAQ"
|
291 |
msgstr "Často kladené otázky (FAQ)"
|
292 |
|
293 |
+
#: bws_functions.php:928
|
294 |
msgid "For more information:"
|
295 |
msgstr "Pro více informací:"
|
296 |
|
297 |
+
#: bws_functions.php:929
|
298 |
msgid "Documentation"
|
299 |
msgstr "Dokumentace"
|
300 |
|
301 |
+
#: bws_functions.php:930
|
302 |
msgid "Video Instructions"
|
303 |
msgstr "Video instrukce"
|
304 |
|
305 |
+
#: bws_functions.php:931
|
306 |
msgid "Submit a Request"
|
307 |
msgstr "Odeslat požadavek"
|
308 |
|
309 |
+
#: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
|
310 |
msgid "Wrong license key"
|
311 |
msgstr "Špatný licenční klíč"
|
312 |
|
313 |
+
#: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
|
314 |
+
#: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
|
315 |
+
#: deprecated.php:353
|
316 |
msgid ""
|
317 |
"Something went wrong. Please try again later. If the error appears again, "
|
318 |
"please contact us"
|
320 |
"Něco se pokazilo. Prosím zkuste to znovu později. Pokud se chyba objeví "
|
321 |
"znovu, obraťte se na nás"
|
322 |
|
323 |
+
#: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
|
324 |
+
#: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
|
325 |
+
#: deprecated.php:353
|
326 |
msgid "We are sorry for inconvenience."
|
327 |
msgstr "Omlouváme se za nepříjemnosti."
|
328 |
|
329 |
+
#: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
|
330 |
+
#: deprecated.php:139 deprecated.php:359
|
331 |
msgid "Wrong license key."
|
332 |
msgstr "Neplatný licenční klíč."
|
333 |
|
343 |
msgid "Log in"
|
344 |
msgstr "Přihlášení"
|
345 |
|
346 |
+
#: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
|
347 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
348 |
msgstr "Bohužel, překročili jste dostupný počet pokusů pro daný den."
|
349 |
|
350 |
+
#: bws_menu.php:134 deprecated.php:365
|
351 |
#, php-format
|
352 |
msgid ""
|
353 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
356 |
"Bohužel, Vaše licence vypršela. Chcete-li pokračovat v získávání top-"
|
357 |
"prioritní podpory a aktualizace pluginu měli byste ji prodloužit ve vašem %s"
|
358 |
|
359 |
+
#: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
|
360 |
msgid ""
|
361 |
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
362 |
"Trial license can be installed only once."
|
364 |
"Bohužel, pro tuto doménu již byla použita Pro licence. Zkušební Pro licence "
|
365 |
"může být instalována pouze jedenkrát."
|
366 |
|
367 |
+
#: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
|
368 |
msgid "The license key is valid."
|
369 |
msgstr "Licenční klíč je platný."
|
370 |
|
371 |
+
#: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
|
372 |
msgid "Your license will expire on"
|
373 |
msgstr "Vaše licence vyprší"
|
374 |
|
375 |
#: bws_menu.php:146
|
376 |
+
msgid "Congratulations! Pro Membership license is activated successfully."
|
377 |
+
msgstr ""
|
378 |
|
379 |
+
#: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
|
380 |
msgid ""
|
381 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
382 |
"sorry for inconvenience."
|
535 |
msgid "Please enter a valid email address."
|
536 |
msgstr "Prosím vložte platnou e-mailovou adresu."
|
537 |
|
538 |
+
#: bws_menu.php:262
|
539 |
+
#, php-format
|
540 |
+
msgid "Email with system info is sent to %s."
|
541 |
+
msgstr ""
|
542 |
|
543 |
+
#: bws_menu.php:266
|
544 |
msgid "Thank you for contacting us."
|
545 |
msgstr "Děkujeme, že jste nás kontaktovali."
|
546 |
|
547 |
+
#: bws_menu.php:289
|
548 |
msgid "Sorry, email message could not be delivered."
|
549 |
msgstr "Je nám líto, ale e-mail nemohl být doručen."
|
550 |
|
551 |
+
#: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
|
552 |
msgid "Plugins"
|
553 |
msgstr "Pluginy"
|
554 |
|
555 |
+
#: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
|
556 |
msgid "Themes"
|
557 |
msgstr "Šablony"
|
558 |
|
559 |
+
#: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
|
560 |
msgid "System status"
|
561 |
msgstr "Stav systému"
|
562 |
|
563 |
+
#: bws_menu.php:315
|
564 |
msgid "Support"
|
565 |
msgstr "Podpora"
|
566 |
|
567 |
+
#: bws_menu.php:316
|
568 |
msgid "Manage purchased licenses & subscriptions"
|
569 |
msgstr "Spravovat zakoupené licence a předplatné"
|
570 |
|
571 |
+
#: bws_menu.php:324
|
572 |
#, php-format
|
573 |
msgid "Get Access to %s+ Premium Plugins"
|
574 |
msgstr "Získejte přístup k %s+ Premiovým pluginům"
|
575 |
|
576 |
+
#: bws_menu.php:326
|
577 |
msgid "Subscribe to Pro Membership"
|
578 |
msgstr "Přihlásit se k Pro členství"
|
579 |
|
580 |
+
#: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
|
581 |
#: deprecated.php:227
|
582 |
msgid "Check license key"
|
583 |
msgstr "Zkontrolovat licenční klíč"
|
584 |
|
585 |
+
#: bws_menu.php:337
|
586 |
msgid "Enter your license key"
|
587 |
msgstr "Vložte váš licenční klíč"
|
588 |
|
589 |
+
#: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
|
590 |
+
#: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
|
591 |
+
#: deprecated.php:631 deprecated.php:703 deprecated.php:712
|
592 |
msgid "Activate"
|
593 |
msgstr "Aktivovat"
|
594 |
|
595 |
+
#: bws_menu.php:359
|
596 |
msgid "Upload Plugin"
|
597 |
msgstr "Nahrát plugin"
|
598 |
|
599 |
+
#: bws_menu.php:363
|
600 |
#, php-format
|
601 |
msgid ""
|
602 |
"The plugin generated %d characters of <strong>unexpected output</strong> "
|
609 |
"problems with syndication feeds or other issues, pokuste se deaktivovat, "
|
610 |
"nebo odstranit tento plugin."
|
611 |
|
612 |
+
#: bws_menu.php:365
|
613 |
msgid ""
|
614 |
"Plugin could not be activated because it triggered a <strong>fatal error</"
|
615 |
"strong>."
|
616 |
msgstr ""
|
617 |
"Plugin nemůže být aktivován, neboť způsobil <strong>závažnou chybu</strong>."
|
618 |
|
619 |
+
#: bws_menu.php:368
|
620 |
msgid "Plugin <strong>activated</strong>."
|
621 |
msgstr "Plugin <strong>aktivován</strong>."
|
622 |
|
623 |
+
#: bws_menu.php:375
|
624 |
msgid "Installing Plugin"
|
625 |
msgstr "Instalace pluginu"
|
626 |
|
627 |
+
#: bws_menu.php:381
|
628 |
msgid "Downloading install package from"
|
629 |
msgstr "Stahování instalačního balíčku z"
|
630 |
|
631 |
+
#: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
|
632 |
+
#: deprecated.php:410 deprecated.php:432
|
|
|
|
|
633 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
634 |
msgstr "Stažení zip archivu selhalo. Prosíme, nahrajte plugin ručně"
|
635 |
|
636 |
+
#: bws_menu.php:406
|
637 |
msgid "Unpacking the package"
|
638 |
msgstr "Rozbalování balíčku"
|
639 |
|
640 |
+
#: bws_menu.php:411 bws_menu.php:419
|
641 |
msgid "Installing the plugin"
|
642 |
msgstr "Instalace pluginu"
|
643 |
|
644 |
+
#: bws_menu.php:415 deprecated.php:400
|
645 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
646 |
msgstr "Otevření zip archivu selhalo. Prosíme, nahrajte plugin ručně"
|
647 |
|
648 |
+
#: bws_menu.php:422 deprecated.php:406
|
649 |
msgid ""
|
650 |
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
651 |
"plugin manually"
|
653 |
"Váš server nepodporuje buď ZipArchive nebo Phar. Prosím, nahrajte plugin "
|
654 |
"ručně"
|
655 |
|
656 |
+
#: bws_menu.php:425
|
657 |
#, php-format
|
658 |
msgid "The plugin %s is successfully installed."
|
659 |
msgstr "Plugin %s úspěšně nainstalován."
|
660 |
|
661 |
+
#: bws_menu.php:432 deprecated.php:413
|
662 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
663 |
msgstr "Nelze zapisovat do UploadDir. Prosím, nahrajte plugin ručně"
|
664 |
|
665 |
+
#: bws_menu.php:437
|
666 |
msgid "Activate Plugin"
|
667 |
msgstr "Aktivovat plugin"
|
668 |
|
669 |
+
#: bws_menu.php:437 bws_menu.php:443
|
670 |
msgid "Return to BestWebSoft Panel"
|
671 |
msgstr "Návrat na BestWebSoft panel"
|
672 |
|
673 |
+
#: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
|
674 |
msgid "All"
|
675 |
msgstr "Vše"
|
676 |
|
677 |
+
#: bws_menu.php:454 bws_menu.php:637
|
678 |
msgid "Installed"
|
679 |
msgstr "Instalováno"
|
680 |
|
681 |
+
#: bws_menu.php:457
|
682 |
msgid "Not Installed"
|
683 |
msgstr "Neninstalováno"
|
684 |
|
685 |
+
#: bws_menu.php:464
|
686 |
msgid "Filter results"
|
687 |
msgstr "Výsledky filtrování"
|
688 |
|
689 |
+
#: bws_menu.php:467 bws_menu.php:596
|
690 |
msgid "Category"
|
691 |
msgstr "Rubriky"
|
692 |
|
693 |
+
#: bws_menu.php:531
|
694 |
msgid "Not installed"
|
695 |
msgstr "Neninstalováno"
|
696 |
|
697 |
+
#: bws_menu.php:535
|
698 |
msgid "Renew to get updates"
|
699 |
msgstr "Obnovit pro získání aktualizací"
|
700 |
|
701 |
+
#: bws_menu.php:538
|
702 |
#, php-format
|
703 |
msgid "Update to v %s"
|
704 |
msgstr "Aktualizovat na %s"
|
705 |
|
706 |
+
#: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
|
707 |
msgid "Install Now"
|
708 |
msgstr "Instalovat nyní"
|
709 |
|
710 |
+
#: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
|
711 |
msgid "Upgrade to Pro"
|
712 |
msgstr "Aktualizovat na Pro"
|
713 |
|
714 |
+
#: bws_menu.php:570 bws_menu.php:579
|
715 |
msgid "Activate this plugin"
|
716 |
msgstr "Aktivovat tento plugin"
|
717 |
|
718 |
+
#: bws_menu.php:582
|
719 |
msgid "Install this plugin"
|
720 |
msgstr "Instalovat tento plugin"
|
721 |
|
722 |
+
#: bws_menu.php:591
|
723 |
msgid "Nothing found. Try another criteria."
|
724 |
msgstr "Nic nenalezeno. Zkuste jiná kritéria."
|
725 |
|
726 |
# podle, nebo taky od
|
727 |
+
#: bws_menu.php:628
|
728 |
#, php-format
|
729 |
msgid "By %s"
|
730 |
msgstr "podle %s"
|
731 |
|
732 |
+
#: bws_menu.php:635
|
733 |
msgid "Already Installed"
|
734 |
msgstr "Již instalováno"
|
735 |
|
736 |
+
#: bws_menu.php:645
|
737 |
+
msgid "Browse More WordPress Themes"
|
738 |
+
msgstr ""
|
739 |
|
740 |
+
#: bws_menu.php:654
|
741 |
msgid "Send to support"
|
742 |
msgstr "Odeslat podpoře"
|
743 |
|
744 |
+
#: bws_menu.php:661
|
745 |
msgid "Send to custom email »"
|
746 |
msgstr "Odeslat na vlastní e-mail »"
|
747 |
|
748 |
+
#: class-bws-settings.php:136
|
749 |
msgid "Information"
|
750 |
msgstr "Informace"
|
751 |
|
752 |
+
#: class-bws-settings.php:144
|
753 |
msgid "Inactive"
|
754 |
msgstr "Neaktivní"
|
755 |
|
756 |
+
#: class-bws-settings.php:152
|
757 |
msgid "Expired"
|
758 |
msgstr "Expirované"
|
759 |
|
760 |
+
#: class-bws-settings.php:155
|
761 |
#, php-format
|
762 |
msgid "%s day(-s) left"
|
763 |
msgstr "%s dnů zbývá"
|
764 |
|
765 |
+
#: class-bws-settings.php:161
|
766 |
#, php-format
|
767 |
msgid "Expired on %s"
|
768 |
msgstr "Vypršela dne %s"
|
769 |
|
770 |
+
#: class-bws-settings.php:161
|
771 |
msgid "Renew Now"
|
772 |
msgstr "Obnovit nyní"
|
773 |
|
774 |
+
#: class-bws-settings.php:163
|
775 |
msgid "Active"
|
776 |
msgstr "Aktivní"
|
777 |
|
778 |
+
#: class-bws-settings.php:168
|
779 |
msgid "License"
|
780 |
msgstr "Licence"
|
781 |
|
782 |
+
#: class-bws-settings.php:171
|
783 |
msgid "Status"
|
784 |
msgstr "Stav"
|
785 |
|
786 |
+
#: class-bws-settings.php:175
|
787 |
msgid "Version"
|
788 |
msgstr "Verze"
|
789 |
|
790 |
+
#: class-bws-settings.php:285
|
791 |
msgid "All plugin settings were restored."
|
792 |
msgstr "Všechna nastavení pluginu byla obnovena."
|
793 |
|
794 |
+
#: class-bws-settings.php:423
|
795 |
msgid "Custom Code"
|
796 |
msgstr "Vlastní kód"
|
797 |
|
798 |
+
#: class-bws-settings.php:427 deprecated.php:498
|
799 |
msgid "You do not have sufficient permissions to edit plugins for this site."
|
800 |
msgstr "Nemáte dostatečná oprávnění pro úpravu pluginů tohoto webu."
|
801 |
|
802 |
+
#: class-bws-settings.php:432 deprecated.php:620
|
803 |
msgid "These styles will be added to the header on all pages of your site."
|
804 |
msgstr "Tyto styly budou přidány do hlaviček všech stránek vašeho webu."
|
805 |
|
806 |
+
#: class-bws-settings.php:435 deprecated.php:622
|
807 |
#, php-format
|
808 |
msgid ""
|
809 |
"This PHP code will be hooked to the %s action and will be printed on front "
|
811 |
msgstr ""
|
812 |
"Tento PHP kód bude závislý na %s akci a bude zobrazen pouze na front endu."
|
813 |
|
814 |
+
#: class-bws-settings.php:438
|
815 |
msgid "These code will be added to the header on all pages of your site."
|
816 |
msgstr "Tento kód bude přidán do záhlaví všech stránek vašeho webu."
|
817 |
|
818 |
+
#: class-bws-settings.php:446 deprecated.php:646
|
819 |
#, php-format
|
820 |
msgid ""
|
821 |
"You need to make this files writable before you can save your changes. See "
|
824 |
"Před tím, než budete moci vaše změny uložit, nastavte těmto souborům "
|
825 |
"oprávnění pro zápis. Podívejte se %s na Kodex %s pro více informací."
|
826 |
|
827 |
+
#: class-bws-settings.php:456 deprecated.php:628
|
828 |
msgid "Browsing"
|
829 |
msgstr "Procházení"
|
830 |
|
831 |
+
#: class-bws-settings.php:461
|
832 |
#, php-format
|
833 |
msgid "Activate custom %s code."
|
834 |
msgstr "Aktivovat vlastní %s kód."
|
835 |
|
836 |
+
#: class-bws-settings.php:469 deprecated.php:635
|
837 |
#, php-format
|
838 |
msgid "Learn more about %s"
|
839 |
msgstr "Dozvědět se více o %s"
|
840 |
|
841 |
+
#: class-bws-settings.php:531
|
842 |
msgid "Miscellaneous Settings"
|
843 |
msgstr "Různá nastavení"
|
844 |
|
845 |
+
#: class-bws-settings.php:540 class-bws-settings.php:595
|
846 |
#, php-format
|
847 |
msgid ""
|
848 |
"It is prohibited to change %s settings on this site in the %s network "
|
849 |
"settings."
|
850 |
msgstr "Je zakázáno měnit nastavení %s na této stránce v %s nastavení sítě."
|
851 |
|
852 |
+
#: class-bws-settings.php:543 class-bws-settings.php:598
|
853 |
#, php-format
|
854 |
msgid ""
|
855 |
"It is prohibited to view %s settings on this site in the %s network settings."
|
856 |
msgstr "Je zobrazit nastavení %s na této stránce v %s nastavení sítě."
|
857 |
|
858 |
+
#: class-bws-settings.php:552
|
859 |
msgid "Pro Options"
|
860 |
msgstr "PRO nastavení"
|
861 |
|
862 |
+
#: class-bws-settings.php:556
|
863 |
msgid "Enable to display plugin Pro options."
|
864 |
msgstr "Povolit zobrazení PRO voleb pluginu."
|
865 |
|
866 |
+
#: class-bws-settings.php:562
|
867 |
msgid "Track Usage"
|
868 |
msgstr "Sběr statistik"
|
869 |
|
870 |
+
#: class-bws-settings.php:566
|
871 |
msgid ""
|
872 |
"Enable to allow tracking plugin usage anonymously in order to make it better."
|
873 |
msgstr ""
|
874 |
"Umožnit anonymní sledování využití pluginu tak, aby mohl být dále vylepšován."
|
875 |
|
876 |
+
#: class-bws-settings.php:571
|
877 |
msgid "Default Settings"
|
878 |
msgstr "Výchozí nastavení"
|
879 |
|
880 |
+
#: class-bws-settings.php:573
|
881 |
msgid "Restore Settings"
|
882 |
msgstr "Obnovit nastavení"
|
883 |
|
884 |
+
#: class-bws-settings.php:574
|
885 |
msgid "This will restore plugin settings to defaults."
|
886 |
msgstr "Toto obnoví veškerá nastavení pluginu na výchozí hodnoty."
|
887 |
|
888 |
+
#: class-bws-settings.php:586
|
889 |
msgid "Import / Export"
|
890 |
msgstr "Import / Export"
|
891 |
|
892 |
+
#: class-bws-settings.php:702 class-bws-settings.php:735
|
893 |
+
#: class-bws-settings.php:757
|
894 |
msgid "License Key"
|
895 |
msgstr "Licenční klíč"
|
896 |
|
897 |
+
#: class-bws-settings.php:725
|
898 |
msgid "Congratulations! Pro license is activated successfully."
|
899 |
msgstr "Gratulujeme! PRO licence byla úspěšně aktivována."
|
900 |
|
901 |
+
#: class-bws-settings.php:726
|
902 |
#, php-format
|
903 |
msgid "You will be automatically redirected to the %s in %s seconds."
|
904 |
msgstr "Za %s sekund budete automaticky přesměrováni na %s."
|
905 |
|
906 |
+
#: class-bws-settings.php:726
|
907 |
msgid "Settings page"
|
908 |
msgstr "Stránka nastavení"
|
909 |
|
910 |
+
#: class-bws-settings.php:741
|
911 |
#, php-format
|
912 |
msgid "Enter your license key to activate %s and get premium plugin features."
|
913 |
msgstr ""
|
914 |
"Vložte váš licenční klíč pro aktivaci %s a získání prémiových fukcí pluginu."
|
915 |
|
916 |
+
#: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
|
917 |
+
#: deprecated.php:706
|
918 |
msgid ""
|
919 |
"Unfortunately, you have exceeded the number of available tries per day. "
|
920 |
"Please, upload the plugin manually."
|
922 |
"Bohužel, jste překročili počet dostupných pokusů za den. Prosím, nahrejte "
|
923 |
"plugin ručně."
|
924 |
|
925 |
+
#: class-bws-settings.php:747 deprecated.php:697
|
926 |
#, php-format
|
927 |
msgid "Start Your Free %s-Day Trial Now"
|
928 |
msgstr "Vyzkoušejte vaší %s-denní zkušební verzi zdarma nyní"
|
929 |
|
930 |
+
#: class-bws-settings.php:762
|
931 |
msgid ""
|
932 |
"If necessary, you can check if the license key is correct or reenter it in "
|
933 |
"the field below."
|
935 |
"V případě potřeby zkontrolujte, je-li licenční klíč správně zadán, případně "
|
936 |
"jej do pole níže vložte znova."
|
937 |
|
938 |
+
#: class-bws-settings.php:767
|
939 |
msgid "Manage License Settings"
|
940 |
msgstr "Správa nastavení licencí"
|
941 |
|
942 |
+
#: class-bws-settings.php:769
|
943 |
msgid "Login to Client Area"
|
944 |
msgstr "Přihlášení do klientská zóny"
|
945 |
|
946 |
+
#: class-bws-settings.php:771
|
947 |
msgid ""
|
948 |
"Manage active licenses, download BWS products, and view your payment history "
|
949 |
"using BestWebSoft Client Area."
|
951 |
"Správa aktivních licencí, stahování BWS produktů a zobrazení historie plateb "
|
952 |
"v BestWebSoft klientské zóně."
|
953 |
|
954 |
+
#: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
|
955 |
+
#: deprecated.php:361
|
956 |
msgid "This license key is bound to another site."
|
957 |
msgstr "Tento licenční klíč je přidružen k jinému webu."
|
958 |
|
959 |
+
#: class-bws-settings.php:828 deprecated.php:143
|
960 |
msgid ""
|
961 |
"This license key is valid, but Your license has expired. If you want to "
|
962 |
"update our plugin in future, you should extend the license."
|
964 |
"Tento licenční klíč je platný, ale vaše licence vypršela. Chcete-li náš "
|
965 |
"plugin v budoucnosti aktualizovat, měli by jste licenci prodloužit."
|
966 |
|
967 |
+
#: class-bws-settings.php:830 deprecated.php:145
|
968 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
969 |
msgstr "Bohužel, překročili jste dostupný počet pokusů."
|
970 |
|
971 |
+
#: class-bws-settings.php:832 deprecated.php:147
|
972 |
msgid ""
|
973 |
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
974 |
"The Pro Trial license can be installed only once."
|
976 |
"Bohužel, tato zkušební Pro licence již pro tuto doménu byla použita. "
|
977 |
"Zkušební Pro licence může být instalována pouze jedenkrát."
|
978 |
|
979 |
+
#: class-bws-settings.php:837 deprecated.php:151
|
980 |
msgid "The Pro Trial license key is valid."
|
981 |
msgstr "Licenční klíč zkušební Pro verze je platný."
|
982 |
|
983 |
+
#: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
|
984 |
#, php-format
|
985 |
msgid ""
|
986 |
"In order to continue using the plugin it is necessary to buy a %s license."
|
987 |
msgstr ""
|
988 |
"Pokud chcete nadále využívat tento plugin, je nutné zakoupit %s licenci."
|
989 |
|
990 |
+
#: class-bws-settings.php:933
|
991 |
+
#, php-format
|
992 |
+
msgid ""
|
993 |
+
"Unfortunately, Your license has expired. To continue getting top-priority "
|
994 |
+
"support and plugin updates, you should extend it in your %s."
|
995 |
+
msgstr ""
|
996 |
+
|
997 |
+
#: class-bws-settings.php:959 class-bws-settings.php:981
|
998 |
+
#: class-bws-settings.php:1003
|
999 |
+
msgid "Failed to download the zip archive. Please, upload the plugin manually."
|
1000 |
+
msgstr ""
|
1001 |
+
|
1002 |
+
#: class-bws-settings.php:971
|
1003 |
+
msgid "Failed to open the zip archive. Please, upload the plugin manually."
|
1004 |
+
msgstr ""
|
1005 |
+
|
1006 |
+
#: class-bws-settings.php:977
|
1007 |
+
msgid ""
|
1008 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
1009 |
+
"plugin manually."
|
1010 |
+
msgstr ""
|
1011 |
+
|
1012 |
+
#: class-bws-settings.php:984
|
1013 |
+
msgid "UploadDir is not writable. Please, upload the plugin manually."
|
1014 |
+
msgstr ""
|
1015 |
+
|
1016 |
+
#: class-bws-settings.php:1042 deprecated.php:464
|
1017 |
msgid "Please, enter Your license key"
|
1018 |
msgstr "Prosím, vložte váš licenční klíč"
|
1019 |
|
1020 |
+
#: class-bws-settings.php:1054
|
1021 |
msgid "Need Help?"
|
1022 |
msgstr "Potřebujete pomoc?"
|
1023 |
|
1024 |
+
#: class-bws-settings.php:1056
|
1025 |
msgid "Read the Instruction"
|
1026 |
msgstr "Přečíst si instrukce"
|
1027 |
|
1028 |
+
#: class-bws-settings.php:1060
|
1029 |
msgid "Watch the Video"
|
1030 |
msgstr "Přehrát video"
|
1031 |
|
1032 |
+
#: class-bws-settings.php:1071
|
1033 |
msgid "Start Your Free Trial"
|
1034 |
msgstr "Vyzkoušejte po omezenou dobu"
|
1035 |
|
1036 |
+
#: deactivation-form.php:27
|
1037 |
+
msgid "Need help? We are ready to answer your questions."
|
1038 |
+
msgstr "Potřebujete pomoc? Rádi zodpovíme Vaše dotazy."
|
1039 |
+
|
1040 |
+
#: deactivation-form.php:27
|
1041 |
+
msgid "Contact Support"
|
1042 |
+
msgstr "Kontaktujte podporu"
|
1043 |
+
|
1044 |
+
#: deactivation-form.php:32
|
1045 |
+
msgid "The plugin is not working"
|
1046 |
+
msgstr "Plugin nefunguje"
|
1047 |
+
|
1048 |
+
#: deactivation-form.php:34
|
1049 |
+
msgid "Kindly share what didn't work so we can fix it in future updates..."
|
1050 |
+
msgstr ""
|
1051 |
+
"Dejte nám prosím vědět, co nefungovalo, abychom to v budoucích aktualizacích "
|
1052 |
+
"mohli opravit..."
|
1053 |
+
|
1054 |
+
#: deactivation-form.php:38
|
1055 |
+
msgid "The plugin didn't work as expected"
|
1056 |
+
msgstr "Plugin nefungoval podle mých očekávání"
|
1057 |
+
|
1058 |
+
#: deactivation-form.php:40
|
1059 |
+
msgid "What did you expect?"
|
1060 |
+
msgstr "Co jste očekávali?"
|
1061 |
+
|
1062 |
+
#: deactivation-form.php:44
|
1063 |
+
msgid "The plugin suddenly stopped working"
|
1064 |
+
msgstr "Plugin náhle přestal pracovat"
|
1065 |
+
|
1066 |
+
#: deactivation-form.php:51
|
1067 |
+
msgid "The plugin broke my site"
|
1068 |
+
msgstr "Plugin mi rozbil web"
|
1069 |
+
|
1070 |
+
#: deactivation-form.php:58
|
1071 |
+
msgid "I couldn't understand how to get it work"
|
1072 |
+
msgstr "Nemohl jsem pochopit, jak to zprovoznit"
|
1073 |
+
|
1074 |
+
#: deactivation-form.php:65
|
1075 |
+
msgid "I found a better plugin"
|
1076 |
+
msgstr "Našel jsem lepší plugin"
|
1077 |
+
|
1078 |
+
#: deactivation-form.php:67
|
1079 |
+
msgid "What's the plugin name?"
|
1080 |
+
msgstr "Jaké je jméno pluginu?"
|
1081 |
+
|
1082 |
+
#: deactivation-form.php:71
|
1083 |
+
msgid "The plugin is great, but I need specific feature that you don't support"
|
1084 |
+
msgstr ""
|
1085 |
+
"Plugin je skvělý, ale já potřebuji specifickou funkci, kterou nepodporuje"
|
1086 |
+
|
1087 |
+
#: deactivation-form.php:73
|
1088 |
+
msgid "What feature?"
|
1089 |
+
msgstr "Jakou funkci?"
|
1090 |
+
|
1091 |
+
#: deactivation-form.php:77
|
1092 |
+
msgid "I no longer need the plugin"
|
1093 |
+
msgstr "Nadále již tento plugin nepotřebuji"
|
1094 |
+
|
1095 |
+
#: deactivation-form.php:83
|
1096 |
+
msgid "It's a temporary deactivation, I'm just debugging an issue"
|
1097 |
+
msgstr "Jedná se o dočasnou deaktivaci, pouze jsem ladím problém"
|
1098 |
+
|
1099 |
+
#: deactivation-form.php:89
|
1100 |
+
msgid "Other"
|
1101 |
+
msgstr "Ostatní"
|
1102 |
+
|
1103 |
+
#: deactivation-form.php:123
|
1104 |
+
msgid "Quick Feedback"
|
1105 |
+
msgstr "Rychlá zpětná vazba"
|
1106 |
+
|
1107 |
+
#: deactivation-form.php:124
|
1108 |
+
msgid "If you have a moment, please let us know why you are deactivating"
|
1109 |
+
msgstr "Máte-li chvilku, sdělte nám důvod, proč deaktivujete tento plugin"
|
1110 |
+
|
1111 |
+
#: deactivation-form.php:127
|
1112 |
+
msgid "Send website data and allow to contact me back"
|
1113 |
+
msgstr ""
|
1114 |
+
|
1115 |
+
#: deactivation-form.php:132
|
1116 |
+
msgid "Cancel"
|
1117 |
+
msgstr "Zrušit"
|
1118 |
+
|
1119 |
+
#: deactivation-form.php:233
|
1120 |
+
msgid "Processing"
|
1121 |
+
msgstr "Zpracovává se"
|
1122 |
+
|
1123 |
+
#: deactivation-form.php:262
|
1124 |
+
msgid "Submit & Deactivate"
|
1125 |
+
msgstr "Odeslat a vypnout"
|
1126 |
+
|
1127 |
+
#: deactivation-form.php:277
|
1128 |
+
msgid "Please tell us the reason so we can improve it."
|
1129 |
+
msgstr "Prosím, prozraďte nám důvod, abychom jej mohli zlepšit."
|
1130 |
+
|
1131 |
+
#: deactivation-form.php:345
|
1132 |
+
msgid "Deactivate"
|
1133 |
+
msgstr "Vypnout"
|
1134 |
+
|
1135 |
#: deprecated.php:93
|
1136 |
msgid "System Status"
|
1137 |
msgstr "Stav systému"
|
1158 |
"(vaše uživatelské jméno je e-mailová adresa uvedena při nákupu). Pokud je to "
|
1159 |
"nutné, prosím odešlete \"Lost your password?\" požadavek."
|
1160 |
|
1161 |
+
#: deprecated.php:246
|
1162 |
msgid "After that, you can activate it by entering your license key."
|
1163 |
msgstr "Poté jej lze snadno aktivovat zadáním licenčního klíče."
|
1164 |
|
1165 |
+
#: deprecated.php:249 deprecated.php:691
|
1166 |
msgid "License key can be found in the"
|
1167 |
msgstr "Licenční klíč najdete v"
|
1168 |
|
1169 |
+
#: deprecated.php:251 deprecated.php:693
|
1170 |
msgid "(your username is the email address specified during the purchase)."
|
1171 |
msgstr "(vaše uživatelské jméno je e-mailová adresa uvedená při nákupu)."
|
1172 |
|
1173 |
+
#: deprecated.php:279
|
1174 |
msgid ""
|
1175 |
"Congratulations! The Pro license of the plugin is activated successfully."
|
1176 |
msgstr "Gratulujeme! PRO licence pluginu je úspěšně aktivována."
|
1177 |
|
1178 |
+
#: deprecated.php:281 deprecated.php:672
|
1179 |
msgid "Please, go to"
|
1180 |
msgstr "Prosím, jděte na"
|
1181 |
|
1182 |
+
#: deprecated.php:281 deprecated.php:672
|
1183 |
msgid "the setting page"
|
1184 |
msgstr "stránka nastavení"
|
1185 |
|
1186 |
+
#: deprecated.php:282 deprecated.php:673
|
1187 |
msgid "You will be redirected automatically in 5 seconds."
|
1188 |
msgstr "Budete automaticky přesměrováni za 5 sekund."
|
1189 |
|
1190 |
+
#: deprecated.php:316
|
1191 |
msgid "Check premium options on the plugin settings page!"
|
1192 |
msgstr "Zkontrolujte prémiové možnosti na stránce nastavení pluginů!"
|
1193 |
|
1194 |
+
#: deprecated.php:479
|
1195 |
msgid "Restore all plugin settings to defaults"
|
1196 |
msgstr "Obnovit veškerá nastavení pluginu na výchozí hodnoty"
|
1197 |
|
1198 |
+
#: deprecated.php:481
|
1199 |
msgid "Restore settings"
|
1200 |
msgstr "Obnovit nastavení"
|
1201 |
|
1202 |
+
#: deprecated.php:550 deprecated.php:577
|
1203 |
#, php-format
|
1204 |
msgid "File %s edited successfully."
|
1205 |
msgstr "Soubor %s byl úspěšně upraven."
|
1206 |
|
1207 |
+
#: deprecated.php:552 deprecated.php:579
|
1208 |
msgid "Not enough permissions to create or update the file"
|
1209 |
msgstr "Nedostatečná oprávnění pro vytvoření či úpravu souboru"
|
1210 |
|
1211 |
+
#: deprecated.php:582
|
1212 |
msgid "Not enough permissions to create the file"
|
1213 |
msgstr "Nedostatečná oprávnění pro vytvoření souboru"
|
1214 |
|
1215 |
+
#: deprecated.php:626
|
1216 |
msgid "Editing"
|
1217 |
msgstr "Úprava"
|
1218 |
|
1219 |
+
#: deprecated.php:670
|
1220 |
msgid ""
|
1221 |
"Congratulations! Pro version of the plugin is installed and activated "
|
1222 |
"successfully."
|
1223 |
msgstr "Gratulujeme! PRO verze pluginu byla úspěšně instalována a aktivována."
|
1224 |
|
1225 |
+
#: deprecated.php:680
|
1226 |
msgid "Show Pro features"
|
1227 |
msgstr "Zobrazit Pro vlastnosti"
|
1228 |
|
1229 |
+
#: deprecated.php:687
|
1230 |
msgid "Enter your license key to install and activate"
|
1231 |
msgstr "Vložte váš licenční klíč pro instalaci a aktivaci"
|
1232 |
|
1233 |
+
#: deprecated.php:689
|
1234 |
msgid "version of the plugin."
|
1235 |
msgstr "verze pluginu."
|
1236 |
|
1237 |
#: product_list.php:7
|
1238 |
msgid "Admin Tools"
|
1239 |
+
msgstr "Administrační nástroje"
|
1240 |
|
1241 |
#: product_list.php:8
|
1242 |
msgid "Content"
|
1243 |
+
msgstr "Obsah"
|
1244 |
|
1245 |
#: product_list.php:9
|
1246 |
msgid "eCommerce"
|
1247 |
+
msgstr "eCommerce"
|
1248 |
|
1249 |
#: product_list.php:10
|
1250 |
msgid "Marketing"
|
1251 |
+
msgstr "Marketing"
|
1252 |
|
1253 |
#: product_list.php:11
|
1254 |
msgid "Navigation"
|
1255 |
+
msgstr "Navigace"
|
1256 |
|
1257 |
#: product_list.php:12
|
1258 |
msgid "Recommended"
|
1264 |
|
1265 |
#: product_list.php:14
|
1266 |
msgid "SEO"
|
1267 |
+
msgstr "SEO"
|
1268 |
|
1269 |
#: product_list.php:15
|
1270 |
msgid "SMM"
|
1271 |
+
msgstr "SMM"
|
1272 |
|
1273 |
#: product_list.php:22
|
1274 |
+
msgid "Best secure captcha plugin to protect your WordPress forms."
|
|
|
1275 |
msgstr ""
|
1276 |
|
1277 |
#: product_list.php:32
|
1278 |
msgid "Create your personal car rental/booking and reservation website."
|
1279 |
+
msgstr "Vytvořte si osobní rezervační web - auta/hotely."
|
1280 |
|
1281 |
#: product_list.php:42
|
1282 |
msgid ""
|
1283 |
"Allow customers to reach you using secure contact form plugin any website "
|
1284 |
"must have."
|
1285 |
msgstr ""
|
1286 |
+
"Umožněte zákazníkům kontaktovat vás pomocí pluginu zabezpečeného kontaktního "
|
1287 |
+
"formuláře, tohle musí mít každý web."
|
1288 |
|
1289 |
#: product_list.php:52
|
1290 |
msgid "Add unlimited number of contact forms to WordPress website."
|
1291 |
+
msgstr "Přidávejte neomezený počet kontaktních formulářů na WordPress web."
|
1292 |
|
1293 |
#: product_list.php:62
|
1294 |
msgid "Save and manage Contact Form messages. Never lose important data."
|
1295 |
msgstr ""
|
1296 |
+
"Ukládejte a spravujte zprávy z kontaktního formuláře. Už nikdy neztraťte "
|
1297 |
+
"důležitá data."
|
1298 |
|
1299 |
#: product_list.php:72
|
1300 |
msgid "Add unlimited custom pages to WordPress admin dashboard."
|
1301 |
msgstr ""
|
1302 |
+
"Přidávejte neomezený počet vlastních stránek do WordPress admin nástěnky."
|
1303 |
|
1304 |
#: product_list.php:79
|
1305 |
msgid "Add custom fields to WordPress website search results."
|
1306 |
+
msgstr "Přidávejte vlastní pole do výsledků vyhledání na webu WordPress."
|
1307 |
|
1308 |
#: product_list.php:86
|
1309 |
msgid ""
|
1310 |
"Add custom post types and taxonomies to WordPress website search results."
|
1311 |
msgstr ""
|
1312 |
+
"Přidávejte vlastní typy příspěvků a taxonomie do výsledků vyhledání na webu "
|
1313 |
+
"WordPress."
|
1314 |
|
1315 |
#: product_list.php:96
|
1316 |
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1317 |
+
msgstr "Přidávejte darovací tlačítka PayPal a 2CO pro příjem příspěvků."
|
1318 |
|
1319 |
#: product_list.php:103
|
1320 |
msgid ""
|
|
|
|
|
|
|
|
|
|
|
|
|
1321 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1322 |
"issues faster."
|
1323 |
msgstr ""
|
1324 |
+
"Získejte nejnovější zprávy z error logu při diagnostice problémů s webem. "
|
1325 |
+
"Definujte a opravte problémy rychleji."
|
1326 |
|
1327 |
+
#: product_list.php:110
|
1328 |
msgid ""
|
1329 |
"Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
|
1330 |
"widgets."
|
1331 |
msgstr ""
|
1332 |
+
"Přidávejte Facebooková tlačítka sledovat, to se mi líbí a sdílet do "
|
1333 |
+
"WordPress příspěvků, stránek a widgetů."
|
1334 |
|
1335 |
+
#: product_list.php:120
|
1336 |
msgid ""
|
1337 |
"Add beautiful galleries, albums & images to your WordPress website in a few "
|
1338 |
"clicks."
|
1339 |
msgstr ""
|
1340 |
+
"Přidávejte na váš WordPress web krásné galerie, alba a obrázky během "
|
1341 |
+
"několika kliknutí."
|
1342 |
|
1343 |
+
#: product_list.php:130
|
1344 |
msgid ""
|
1345 |
+
"Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
|
1346 |
+
"posts, pages and widgets."
|
1347 |
msgstr ""
|
1348 |
+
"Přidávejte Google +1 tlačítka sdílet, sledovat, Hangout a profile badge do "
|
1349 |
+
"WordPress příspěvků, stránek a widgetů."
|
1350 |
|
1351 |
+
#: product_list.php:140
|
1352 |
msgid ""
|
1353 |
+
"Stronger security solution which protects your WordPress website from hacks "
|
1354 |
+
"and unauthorized login attempts."
|
1355 |
msgstr ""
|
1356 |
+
"Silnější bezpečnostní řešení, které chrání vaše webové stránky WordPress od "
|
1357 |
+
"hacků a pokusů o neoprávněné přihlášení."
|
1358 |
|
1359 |
+
#: product_list.php:150
|
1360 |
msgid ""
|
1361 |
"Add Adsense ads to WordPress website pages, posts, custom posts, search "
|
1362 |
"results, categories, tags, and widgets."
|
1363 |
msgstr ""
|
1364 |
+
"Přidávejte reklamy Adsense do webu WordPress, příspěvky, vlastní příspěvky, "
|
1365 |
+
"výsledky vyhledávání, rubriky, štítky a widgety."
|
1366 |
|
1367 |
+
#: product_list.php:160
|
1368 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1369 |
msgstr ""
|
1370 |
+
"Přidávejte Google Analytics kód do WordPress webu a sledujte základní "
|
1371 |
+
"statistiky."
|
1372 |
|
1373 |
+
#: product_list.php:170
|
1374 |
msgid ""
|
1375 |
"Protect WordPress website forms from spam entries with Google Captcha "
|
1376 |
"(reCaptcha)."
|
1377 |
msgstr ""
|
1378 |
+
"Chraňte WordPress webové formuláře před spamem s Google Captcha (\"reCAPTCHA"
|
1379 |
+
"\")."
|
1380 |
|
1381 |
+
#: product_list.php:180
|
1382 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1383 |
msgstr ""
|
1384 |
+
"Přidávejte vlastní mapy Google do WordPress příspěvků, stránek a widgetů."
|
1385 |
|
1386 |
+
#: product_list.php:190
|
1387 |
msgid ""
|
1388 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1389 |
"your blog."
|
1390 |
msgstr ""
|
1391 |
+
"Generujte a přidávejte sitemap.xml na vaše WordPress weby. Pomožte "
|
1392 |
+
"vyhledávačům indexovat váš blog."
|
1393 |
|
1394 |
+
#: product_list.php:200
|
1395 |
msgid ""
|
1396 |
"Replace external WordPress website links with Google shortlinks and track "
|
1397 |
"click stats."
|
1398 |
msgstr ""
|
1399 |
+
"Nahradit externí odkazy WordPress webu pomocí Google shortlinks a sledujte "
|
1400 |
+
"statistiky kliknutí."
|
1401 |
|
1402 |
+
#: product_list.php:207
|
1403 |
msgid ""
|
1404 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1405 |
"hostnames, etc."
|
1406 |
msgstr ""
|
1407 |
+
"Chráňte WordPress web– povolte či odepřete přístup pro určité IP adresy, "
|
1408 |
+
"hostnames, atd."
|
1409 |
|
1410 |
+
#: product_list.php:217
|
1411 |
msgid ""
|
1412 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1413 |
"submit CV/resumes, choose candidates."
|
1414 |
msgstr ""
|
1415 |
+
"Vytvořte si osobní nástěnku pracovních míst na WordPress webu. Hledání "
|
1416 |
+
"zaměstnání, odeslání CV/životopisu, výběr kandidátů."
|
1417 |
|
1418 |
+
#: product_list.php:224
|
1419 |
msgid ""
|
1420 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1421 |
"attempts."
|
1422 |
msgstr ""
|
1423 |
+
"Chraňte WordPress web proti útokům hrubou silou. Omezte počet pokusů o "
|
1424 |
+
"přihlášení."
|
1425 |
|
1426 |
+
#: product_list.php:234
|
1427 |
msgid ""
|
1428 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1429 |
"5 plugins included – profile, insider, etc."
|
1430 |
msgstr ""
|
1431 |
+
"Přidávejte LinkedIn tlačítka sdílet a sledovat do WordPress příspěvků, "
|
1432 |
+
"stránek a widgetů. 5 pluginů zahrnuje - profil, insider, atd."
|
1433 |
|
1434 |
+
#: product_list.php:244
|
1435 |
msgid ""
|
1436 |
"Translate WordPress website content to other languages manually. Create "
|
1437 |
"multilingual pages, posts, widgets, menus, etc."
|
1438 |
msgstr ""
|
1439 |
+
"Přeložte manuálně obsah webu WordPress do jiných jazyků. Vytvořte "
|
1440 |
+
"vícejazyčné stránky, příspěvky, widgety, menu, atd."
|
1441 |
|
1442 |
+
#: product_list.php:254
|
1443 |
msgid ""
|
1444 |
"Add customizable pagination to WordPress website. Split long content to "
|
1445 |
"multiple pages for better navigation."
|
1446 |
msgstr ""
|
1447 |
+
"Přidávejte nastavitelné stránkování na web WordPress. Pro lepší navigaci "
|
1448 |
+
"rozdělte dlouhý obsah na více stránek."
|
1449 |
|
1450 |
+
#: product_list.php:264
|
1451 |
msgid ""
|
1452 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1453 |
"header/footer styles and appearance."
|
1454 |
msgstr ""
|
1455 |
+
"Generujte PDF soubory a tiskněte WordPress příspěvky/stránky. Vlastní "
|
1456 |
+
"záhlaví/zápatí dokumentu, styly a vzhled."
|
1457 |
|
1458 |
+
#: product_list.php:274
|
1459 |
msgid ""
|
1460 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1461 |
"Profile) to WordPress posts, pages and widgets."
|
1462 |
msgstr ""
|
1463 |
+
"Přidávejte Pinterest tlačítka sledovat a připnout a profilový widget (Pin, "
|
1464 |
+
"Board, Profile) do WordPress příspěvků, stránek a widgetů."
|
1465 |
|
1466 |
+
#: product_list.php:284
|
1467 |
msgid ""
|
1468 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1469 |
"projects to get more clients."
|
1470 |
msgstr ""
|
1471 |
+
"Vytvořte si osobní portfolio WordPress webů. Spravujte a představte své "
|
1472 |
+
"nedávné projekty a získejte více klientů."
|
1473 |
|
1474 |
+
#: product_list.php:294
|
1475 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1476 |
msgstr ""
|
1477 |
+
"Exportujte snadno vaše WordPress příspěvky do souboru formátu CSV. "
|
1478 |
+
"Konfigurujte pořadí dat."
|
1479 |
|
1480 |
+
#: product_list.php:301
|
1481 |
msgid ""
|
1482 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1483 |
"create and manage additional custom values."
|
1484 |
msgstr ""
|
1485 |
+
"Přidávejte další pole do výchozího profilu uživatele WordPress. "
|
1486 |
+
"Nejjednodušší způsob, jak vytvořit a spravovat vlastní hodnoty."
|
1487 |
|
1488 |
+
#: product_list.php:308
|
1489 |
msgid ""
|
1490 |
"Add and display HTML advertisement banner on WordPress website. Customize "
|
1491 |
"bar styles and appearance."
|
1492 |
msgstr ""
|
1493 |
+
"Přidávejte a zobrazujte HTML reklamní banner na webu WordPress. Úpravte styl "
|
1494 |
+
"a vzhled lišt."
|
1495 |
|
1496 |
+
#: product_list.php:318
|
1497 |
msgid ""
|
1498 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1499 |
"widgets."
|
1500 |
msgstr ""
|
1501 |
+
"Přidávejte přizpůsobitelné nabídky a bloky s tipy do WordPress příspěvků, "
|
1502 |
+
"stránek a widgetů."
|
1503 |
|
1504 |
+
#: product_list.php:325
|
1505 |
msgid ""
|
1506 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1507 |
"customers."
|
1508 |
msgstr ""
|
1509 |
+
"Přidávejte do vašeho WordPress webu plugin hodnocení k získání zpětné vazby "
|
1510 |
+
"od vašich zákazníků."
|
1511 |
|
1512 |
+
#: product_list.php:332
|
1513 |
msgid ""
|
1514 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1515 |
"properties. Add, search and browse listings easily."
|
1516 |
msgstr ""
|
1517 |
+
"Vytvořte si osobní realitní stránky na WordPress webu. Prodávejte, "
|
1518 |
+
"pronajímejte a kupujte nemovitosti. Snadno přidejte hledání a procházení "
|
1519 |
+
"seznamy."
|
1520 |
|
1521 |
+
#: product_list.php:342
|
|
|
|
|
|
|
|
|
|
|
|
|
1522 |
msgid ""
|
1523 |
"Add related, featured, latest, and popular posts to your WordPress website. "
|
1524 |
"Connect your blog readers with a relevant content."
|
1525 |
msgstr ""
|
1526 |
+
"Přidávejte související, nejlepší, nejnovější a populární příspěvky do vašeho "
|
1527 |
+
"WordPress webu. Propojte čtenáře vašeho blogu s příslušným obsahem."
|
1528 |
|
1529 |
+
#: product_list.php:349
|
1530 |
msgid ""
|
1531 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1532 |
"settings and detailed reports."
|
1533 |
msgstr ""
|
1534 |
+
"Odesílejte hromadné e-maily WordPress uživatelům. Vlastní šablony, rozšířené "
|
1535 |
+
"nastavení a podrobné reporty."
|
1536 |
|
1537 |
+
#: product_list.php:359
|
1538 |
msgid ""
|
1539 |
"The best responsive slider plugin for your WordPress website. Create "
|
1540 |
"beautifully animated slides just in a few clicks."
|
1541 |
msgstr ""
|
1542 |
+
"Nejlepší responzivní slider plugin pro váše WordPress web. Vytvořte krásné "
|
1543 |
+
"animované snímky během pár kliknutí."
|
1544 |
|
1545 |
+
#: product_list.php:366
|
1546 |
msgid ""
|
1547 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1548 |
"Yahoo, Hotmail and other services."
|
1549 |
msgstr ""
|
1550 |
+
"Konfigurujte SMTP server pro příjem e-mailových zpráv z WordPress na Gmail, "
|
1551 |
+
"Yahoo, Hotmail a dalších službách."
|
1552 |
|
1553 |
+
#: product_list.php:373
|
1554 |
msgid ""
|
1555 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1556 |
"FB, Twitter, G+1, Pinterest, LinkedIn."
|
1557 |
msgstr ""
|
1558 |
+
"Přidávejte tlačítka sociálních sítí a widgety do WordPress příspěvků, "
|
1559 |
+
"stránek a widgetů. Facebook, Twitter, G+1, Pinterest, LinkedIn."
|
1560 |
|
1561 |
+
#: product_list.php:383
|
1562 |
msgid ""
|
1563 |
"Add social media login, registration, and commenting to your WordPress "
|
1564 |
"website."
|
1565 |
msgstr ""
|
1566 |
+
"Přidávejte na váš WordPress web login, registraci či komentáře "
|
1567 |
+
"prostřednictvím sociálních sítí."
|
1568 |
|
1569 |
+
#: product_list.php:390
|
1570 |
msgid ""
|
1571 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1572 |
"Collect data and subscribe your users."
|
1573 |
msgstr ""
|
1574 |
+
"Přidávejte registrační formulář e-mailového zpravodaje do WordPress "
|
1575 |
+
"příspěvků, stránek a widgetů. Shromažďujte data a přihlaste k odběru vaše "
|
1576 |
+
"uživatele."
|
1577 |
|
1578 |
+
#: product_list.php:400
|
1579 |
msgid ""
|
1580 |
"Add testimonials and feedbacks from your customers to WordPress website "
|
1581 |
"posts, pages, and widgets."
|
1582 |
msgstr ""
|
1583 |
+
"Přidávejte potvrzení a zpětnou vazbu od vašich zákazníků do WordPress "
|
1584 |
+
"příspěvků, stránek a widgetů."
|
1585 |
|
1586 |
+
#: product_list.php:407
|
1587 |
msgid ""
|
1588 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1589 |
"attendance and generate reports."
|
1590 |
msgstr ""
|
1591 |
+
"Nejlepší timesheet plugin pro WordPress. Sledujte časy zaměstnanců, "
|
1592 |
+
"kontrolujte jejich přítomnost a generujte sestavy."
|
1593 |
|
1594 |
+
#: product_list.php:417
|
1595 |
msgid ""
|
1596 |
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
|
1597 |
"and pages."
|
1598 |
msgstr ""
|
1599 |
+
"Přidávejte Twitter tlačítka sledovat, twítnout a zmínit do WordPress "
|
1600 |
+
"příspěvků a stránek."
|
1601 |
|
1602 |
+
#: product_list.php:427
|
1603 |
msgid ""
|
1604 |
"Automatically check and update WordPress website core with all installed "
|
1605 |
"plugins and themes to the latest versions."
|
1606 |
msgstr ""
|
1607 |
+
"Automaticky kontrolujte a aktualizujte na nejnovější verzi WordPress jádro i "
|
1608 |
+
"všechny nainstalované pluginy a šablony."
|
1609 |
|
1610 |
+
#: product_list.php:437
|
1611 |
msgid ""
|
1612 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1613 |
"copy, and delete user roles."
|
1614 |
msgstr ""
|
1615 |
+
"Plugin robustní správy užiatelů pro WordPress web. Vytvářejte, upravujte, "
|
1616 |
+
"kopírujte a odstraňujte uživatelské role."
|
1617 |
|
1618 |
+
#: product_list.php:447
|
1619 |
msgid ""
|
1620 |
"Display live count of online visitors who are currently browsing your "
|
1621 |
"WordPress website."
|
1622 |
msgstr ""
|
1623 |
+
"Zobrazujte počet aktivních online návštěvníků, kteří dané chvíli procházejí "
|
1624 |
+
"váš WordPress web."
|
1625 |
|
1626 |
+
#: product_list.php:457
|
1627 |
msgid ""
|
1628 |
"Backup and export Zendesk Help Center content automatically to your "
|
1629 |
"WordPress website database."
|
1630 |
msgstr ""
|
1631 |
+
"Automaticky zálohujte a exportujte obsah centra nápovědy Zendesk do databáze "
|
1632 |
+
"vašeho WordPress webu."
|
1633 |
+
|
1634 |
+
#~ msgid "Anonymous feedback"
|
1635 |
+
#~ msgstr "Anonymní zpětná vazba"
|
1636 |
+
|
1637 |
+
#~ msgid ""
|
1638 |
+
#~ "Protect WordPress website forms from spam entries by means of math logic."
|
1639 |
+
#~ msgstr ""
|
1640 |
+
#~ "Chraňte WordPress webové formuláře před spamem pomocí matematické logiky."
|
1641 |
+
|
1642 |
+
#~ msgid "Congratulations! Pro Membership license is activated successfully."
|
1643 |
+
#~ msgstr "Gratulujeme! PRO členství bylo úspěšně aktivováno."
|
1644 |
+
|
1645 |
+
#~ msgid "Email with system info is sent to"
|
1646 |
+
#~ msgstr "E-mail se systémovým nastavením byl odeslán na"
|
1647 |
+
|
1648 |
+
#~ msgid "Browse Free WordPress Themes"
|
1649 |
+
#~ msgstr "Procházet WordPress šablony zdarma"
|
1650 |
+
|
1651 |
+
#~ msgid ""
|
1652 |
+
#~ "You can use one license of the Pro plugin for one domain only. Please "
|
1653 |
+
#~ "check and edit your license or domain if necessary using you personal "
|
1654 |
+
#~ "Client Area. We strongly recommend you to solve the problem within 24 "
|
1655 |
+
#~ "hours, otherwise the Pro plugin will be deactivated."
|
1656 |
+
#~ msgstr ""
|
1657 |
+
#~ "Pro licenci pluginu můžete používat pouze pro jednu doménu. Prosím "
|
1658 |
+
#~ "zkontrolujte a případně upravte Váš licenční klíč na vaší osobní stránce "
|
1659 |
+
#~ "- Klientské zóně. Důrazně doporučujeme, aby jste tento problém odstranili "
|
1660 |
+
#~ "během 24 hodin, jinak bude Pro plugin deaktivován."
|
1661 |
+
|
1662 |
+
#~ msgid "Insert"
|
1663 |
+
#~ msgstr "Vložit"
|
1664 |
+
|
1665 |
+
#~ msgid ""
|
1666 |
+
#~ "Automatically add outgoing email messages to queue instead of sending "
|
1667 |
+
#~ "them immediately."
|
1668 |
+
#~ msgstr ""
|
1669 |
+
#~ "Automaticky přidávejte odchozí e-mailové zprávy do fronty namísto jejich "
|
1670 |
+
#~ "okamžitého odesílání."
|
1671 |
+
|
1672 |
+
#~ msgid ""
|
1673 |
+
#~ "Add unlimited gallery categories. Organize images to make the navigation "
|
1674 |
+
#~ "through content easier."
|
1675 |
+
#~ msgstr ""
|
1676 |
+
#~ "Přidávejte neomezený počet kategorií galerie. Organizujte obrázky pro "
|
1677 |
+
#~ "jednodušší orientaci v obsahu."
|
1678 |
+
|
1679 |
+
#~ msgid ""
|
1680 |
+
#~ "Attach, un-attach and re-attach media files quickly to WordPress posts "
|
1681 |
+
#~ "and pages."
|
1682 |
+
#~ msgstr ""
|
1683 |
+
#~ "Připojujte, odpojujte a znovu připojujte mediální soubory do WordPress "
|
1684 |
+
#~ "příspěvků a stránek."
|
1685 |
|
1686 |
#~ msgid "Advertisement"
|
1687 |
#~ msgstr "Reklama"
|
1700 |
|
1701 |
#~ msgid "Utilities"
|
1702 |
#~ msgstr "Utility"
|
|
|
|
|
|
bws_menu/languages/bestwebsoft-es_ES.mo
ADDED
Binary file
|
bws_menu/languages/bestwebsoft-es_ES.po
ADDED
@@ -0,0 +1,1791 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Translation of Plugins - Social Login by BestWebSoft - Development (trunk) in Spanish (Spain)
|
2 |
+
# This file is distributed under the same license as the Plugins - Social Login by BestWebSoft - Development (trunk) package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: bestwebsoft\n"
|
6 |
+
"POT-Creation-Date: 2017-09-11 16:42+0300\n"
|
7 |
+
"PO-Revision-Date: 2017-09-11 16:42+0300\n"
|
8 |
+
"Last-Translator: \n"
|
9 |
+
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
10 |
+
"Language: es\n"
|
11 |
+
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
+
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"X-Generator: Poedit 1.8.7.1\n"
|
15 |
+
"X-Poedit-KeywordsList: __;_e;esc_attr_e\n"
|
16 |
+
"X-Poedit-Basepath: ..\n"
|
17 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
+
"X-Poedit-SearchPath-0: .\n"
|
19 |
+
|
20 |
+
#: bws_functions.php:73 bws_functions.php:191
|
21 |
+
msgid "requires"
|
22 |
+
msgstr "requiere"
|
23 |
+
|
24 |
+
#: bws_functions.php:75
|
25 |
+
msgid ""
|
26 |
+
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
27 |
+
"try again."
|
28 |
+
msgstr ""
|
29 |
+
"o superior, por eso ha estado desactivado! Actualiza WordPress e inténtálo "
|
30 |
+
"de nuevo."
|
31 |
+
|
32 |
+
#: bws_functions.php:76
|
33 |
+
msgid "Back to the WordPress"
|
34 |
+
msgstr "Volver a WordPress a la"
|
35 |
+
|
36 |
+
#: bws_functions.php:78
|
37 |
+
msgid "Plugins page"
|
38 |
+
msgstr "Página de plugins"
|
39 |
+
|
40 |
+
#: bws_functions.php:92
|
41 |
+
msgid "Like the plugin?"
|
42 |
+
msgstr "¿Te gusta el plugin?"
|
43 |
+
|
44 |
+
#: bws_functions.php:93
|
45 |
+
#, php-format
|
46 |
+
msgid "%s reviews"
|
47 |
+
msgstr ""
|
48 |
+
|
49 |
+
#: bws_functions.php:94
|
50 |
+
msgid "Rate it"
|
51 |
+
msgstr "Valorar"
|
52 |
+
|
53 |
+
#: bws_functions.php:103
|
54 |
+
msgid "Need help?"
|
55 |
+
msgstr "¿Necesitas ayuda?"
|
56 |
+
|
57 |
+
#: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
|
58 |
+
msgid "Visit Help Center"
|
59 |
+
msgstr "Visita el Centro de Ayuda"
|
60 |
+
|
61 |
+
#: bws_functions.php:107
|
62 |
+
msgid "Want to support the plugin?"
|
63 |
+
msgstr "¿Quieres apoyar al plugin?"
|
64 |
+
|
65 |
+
#: bws_functions.php:108 bws_menu.php:560
|
66 |
+
msgid "Donate"
|
67 |
+
msgstr "Donar"
|
68 |
+
|
69 |
+
#: bws_functions.php:128
|
70 |
+
msgid "WARNING: Illegal use notification"
|
71 |
+
msgstr "ADVERTENCIA: Notificación de uso ilegal"
|
72 |
+
|
73 |
+
#: bws_functions.php:128
|
74 |
+
msgid ""
|
75 |
+
"You can use one license of the Pro plugin for one domain only. Please check "
|
76 |
+
"and edit your license or domain if necessary using your personal Client "
|
77 |
+
"Area. We strongly recommend you to solve the problem within 24 hours, "
|
78 |
+
"otherwise the Pro plugin will be deactivated."
|
79 |
+
msgstr ""
|
80 |
+
|
81 |
+
#: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
|
82 |
+
#: class-bws-settings.php:144
|
83 |
+
msgid "Learn More"
|
84 |
+
msgstr "Aprende más"
|
85 |
+
|
86 |
+
#: bws_functions.php:145
|
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 |
+
"Aviso: Tu licencia Pro Trial ha expirado. Para seguir usando el plugin debes "
|
92 |
+
"comprar una licencia Pro"
|
93 |
+
|
94 |
+
#: bws_functions.php:147
|
95 |
+
msgid ""
|
96 |
+
"Your license has expired. To continue getting top-priority support and "
|
97 |
+
"plugin updates, you should extend it."
|
98 |
+
msgstr ""
|
99 |
+
"Para seguir recibiendo soporte prioritario y actualizaciones de plugin debes "
|
100 |
+
"extenderla."
|
101 |
+
|
102 |
+
#: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
|
103 |
+
msgid "Learn more"
|
104 |
+
msgstr "Aprende más"
|
105 |
+
|
106 |
+
#: bws_functions.php:165
|
107 |
+
#, php-format
|
108 |
+
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
109 |
+
msgstr "Aviso: Estás usando la licencia Pro Trial de %s plugin."
|
110 |
+
|
111 |
+
#: bws_functions.php:167
|
112 |
+
msgid "Notice: You are using the Pro Trial license of plugin."
|
113 |
+
msgstr "Aviso: Estás usando la licencia Pro Trial del plugin."
|
114 |
+
|
115 |
+
#: bws_functions.php:170
|
116 |
+
msgid "The Pro Trial license will expire on"
|
117 |
+
msgstr "La licencia Pro Trial expirará el"
|
118 |
+
|
119 |
+
#: bws_functions.php:193
|
120 |
+
msgid ""
|
121 |
+
"or higher! We do not guarantee that our plugin will work correctly. Please "
|
122 |
+
"upgrade to WordPress latest version."
|
123 |
+
msgstr ""
|
124 |
+
"o superior! No garantizamos que nuestro plugin funcionará correctamente. Por "
|
125 |
+
"favor, actualiza a la última versión de WordPress."
|
126 |
+
|
127 |
+
#: bws_functions.php:208
|
128 |
+
#, php-format
|
129 |
+
msgid "Thank you for installing %s plugin!"
|
130 |
+
msgstr "¡Gracias por haber instalado plugin de %s!"
|
131 |
+
|
132 |
+
#: bws_functions.php:210
|
133 |
+
msgid "Let's get started"
|
134 |
+
msgstr "¡Empecemos!"
|
135 |
+
|
136 |
+
#: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
|
137 |
+
#: bws_menu.php:566
|
138 |
+
msgid "Settings"
|
139 |
+
msgstr "Ajustes"
|
140 |
+
|
141 |
+
#: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
|
142 |
+
#: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
|
143 |
+
msgid "or"
|
144 |
+
msgstr "o"
|
145 |
+
|
146 |
+
#: bws_functions.php:214 bws_functions.php:246
|
147 |
+
msgid "Add New"
|
148 |
+
msgstr "Añadir nuevo"
|
149 |
+
|
150 |
+
#: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
|
151 |
+
#: bws_functions.php:385 bws_functions.php:487
|
152 |
+
msgid "Close notice"
|
153 |
+
msgstr "Descartar"
|
154 |
+
|
155 |
+
#: bws_functions.php:233
|
156 |
+
msgid "Thank you for installing plugins by BestWebSoft!"
|
157 |
+
msgstr "¡Gracias por haber instalado los plugins de BestWebSoft!"
|
158 |
+
|
159 |
+
#: bws_functions.php:235
|
160 |
+
msgid "More Details"
|
161 |
+
msgstr "Más detalles"
|
162 |
+
|
163 |
+
#: bws_functions.php:236
|
164 |
+
msgid "Less Details"
|
165 |
+
msgstr "Menos detalles"
|
166 |
+
|
167 |
+
#: bws_functions.php:264
|
168 |
+
msgid "Deprecated function(-s) is used on the site here:"
|
169 |
+
msgstr "Función(-es) obsoleta(-s) se utiliza(-n) en el sitio aquí:"
|
170 |
+
|
171 |
+
#: bws_functions.php:278
|
172 |
+
msgid ""
|
173 |
+
"This function(-s) will be removed over time. Please update the product(-s)."
|
174 |
+
msgstr ""
|
175 |
+
"Esta(-s) función(-es) se eliminará(-n) con el tiempo. Actualiza el(los) "
|
176 |
+
"producto(-s)."
|
177 |
+
|
178 |
+
#: bws_functions.php:337
|
179 |
+
msgid "It’s time to upgrade your"
|
180 |
+
msgstr "¡Ahora es el tiempo de actualizar tu"
|
181 |
+
|
182 |
+
#: bws_functions.php:337
|
183 |
+
msgid "to"
|
184 |
+
msgstr "a"
|
185 |
+
|
186 |
+
#: bws_functions.php:337
|
187 |
+
msgid "version!"
|
188 |
+
msgstr "versión!"
|
189 |
+
|
190 |
+
#: bws_functions.php:338
|
191 |
+
msgid "Extend standard plugin functionality with new great options."
|
192 |
+
msgstr ""
|
193 |
+
"Amplía la funcionalidad del plugin estándar con nuevas excelentes opciones."
|
194 |
+
|
195 |
+
#: bws_functions.php:389
|
196 |
+
#, php-format
|
197 |
+
msgid ""
|
198 |
+
"Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
|
199 |
+
"SUPPORT or UPDATES."
|
200 |
+
msgstr ""
|
201 |
+
"Tu clave de licencia para %s expirará el %s y no vas a recibir el SOPORTE "
|
202 |
+
"PRIORITARIO O ACTUALIZACIONES."
|
203 |
+
|
204 |
+
#: bws_functions.php:482
|
205 |
+
#, php-format
|
206 |
+
msgid "Thank you for choosing %s plugin!"
|
207 |
+
msgstr "¡Gracias por haber elegido plugin de %s!"
|
208 |
+
|
209 |
+
#: bws_functions.php:483
|
210 |
+
msgid ""
|
211 |
+
"If you have a feature, suggestion or idea you'd like to see in the plugin, "
|
212 |
+
"we'd love to hear about it!"
|
213 |
+
msgstr ""
|
214 |
+
"Si tienes una función, sugerencia o idea que te gustaría ver en el plugin, "
|
215 |
+
"nos encantaría saberlo."
|
216 |
+
|
217 |
+
#: bws_functions.php:484
|
218 |
+
msgid "Suggest a Feature"
|
219 |
+
msgstr "Ofrecer una función"
|
220 |
+
|
221 |
+
#: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
|
222 |
+
#: class-bws-settings.php:595 class-bws-settings.php:598
|
223 |
+
msgid "Notice"
|
224 |
+
msgstr "Aviso"
|
225 |
+
|
226 |
+
#: bws_functions.php:500
|
227 |
+
msgid "The plugin's settings have been changed."
|
228 |
+
msgstr "Se han cambiado los ajustes del plugin."
|
229 |
+
|
230 |
+
#: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
|
231 |
+
#: deprecated.php:642
|
232 |
+
msgid "Save Changes"
|
233 |
+
msgstr "Guardar cambios"
|
234 |
+
|
235 |
+
#: bws_functions.php:515
|
236 |
+
msgid ""
|
237 |
+
"You can always look at premium options by checking the \"Pro Options\" in "
|
238 |
+
"the \"Misc\" tab."
|
239 |
+
msgstr ""
|
240 |
+
"Siempre puedes ver las opciones premium haciendo clic en las \"Opciones Pro"
|
241 |
+
"\" en la ficha \"Varios\"."
|
242 |
+
|
243 |
+
#: bws_functions.php:653
|
244 |
+
msgid "Add BWS Shortcode"
|
245 |
+
msgstr "Añadir BWS shortcode"
|
246 |
+
|
247 |
+
#: bws_functions.php:654
|
248 |
+
msgid "Add BWS Plugins Shortcode"
|
249 |
+
msgstr "Añadir shortcode de plugins BWS"
|
250 |
+
|
251 |
+
#: bws_functions.php:673
|
252 |
+
msgid "Add shortcode"
|
253 |
+
msgstr "Añadir shortcode"
|
254 |
+
|
255 |
+
#: bws_functions.php:673
|
256 |
+
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
257 |
+
msgstr "Añadir los shortcodes de los plugins de BestWebSoft usando este botón."
|
258 |
+
|
259 |
+
#: bws_functions.php:729
|
260 |
+
msgid "Close"
|
261 |
+
msgstr "Descartar"
|
262 |
+
|
263 |
+
#: bws_functions.php:821
|
264 |
+
msgid "Are you sure you want to restore default settings?"
|
265 |
+
msgstr ""
|
266 |
+
"¿Estás seguro de que deseas restaurar los ajustes de plugin por defecto?"
|
267 |
+
|
268 |
+
#: bws_functions.php:824
|
269 |
+
msgid "Yes, restore all settings"
|
270 |
+
msgstr "Sí, restaurar todos los ajustes"
|
271 |
+
|
272 |
+
#: bws_functions.php:825
|
273 |
+
msgid "No, go back to the settings page"
|
274 |
+
msgstr "No, volver a la página de ajustes"
|
275 |
+
|
276 |
+
#: bws_functions.php:867
|
277 |
+
msgid "Plugin"
|
278 |
+
msgstr "Plugin"
|
279 |
+
|
280 |
+
#: bws_functions.php:876
|
281 |
+
msgid "Shortcode settings"
|
282 |
+
msgstr "Ajustes de shortcode"
|
283 |
+
|
284 |
+
#: bws_functions.php:881
|
285 |
+
msgid "The shortcode will be inserted"
|
286 |
+
msgstr "El shortcode se insertará"
|
287 |
+
|
288 |
+
#: bws_functions.php:922
|
289 |
+
msgid "FAQ"
|
290 |
+
msgstr "FAQ"
|
291 |
+
|
292 |
+
#: bws_functions.php:928
|
293 |
+
msgid "For more information:"
|
294 |
+
msgstr "Más información"
|
295 |
+
|
296 |
+
#: bws_functions.php:929
|
297 |
+
msgid "Documentation"
|
298 |
+
msgstr "Documentación"
|
299 |
+
|
300 |
+
#: bws_functions.php:930
|
301 |
+
msgid "Video Instructions"
|
302 |
+
msgstr "Video instrucciones"
|
303 |
+
|
304 |
+
#: bws_functions.php:931
|
305 |
+
msgid "Submit a Request"
|
306 |
+
msgstr "Presentar una solicitud"
|
307 |
+
|
308 |
+
#: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
|
309 |
+
msgid "Wrong license key"
|
310 |
+
msgstr "Clave de licencia incorrecta"
|
311 |
+
|
312 |
+
#: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
|
313 |
+
#: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
|
314 |
+
#: deprecated.php:353
|
315 |
+
msgid ""
|
316 |
+
"Something went wrong. Please try again later. If the error appears again, "
|
317 |
+
"please contact us"
|
318 |
+
msgstr ""
|
319 |
+
"Algo salió mal. Por favor, inténtalo de nuevo más tarde. Si el error aparece "
|
320 |
+
"de nuevo, ponte en contacto con nosotros"
|
321 |
+
|
322 |
+
#: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
|
323 |
+
#: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
|
324 |
+
#: deprecated.php:353
|
325 |
+
msgid "We are sorry for inconvenience."
|
326 |
+
msgstr "Lo siento para la inconveniencia causada."
|
327 |
+
|
328 |
+
#: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
|
329 |
+
#: deprecated.php:139 deprecated.php:359
|
330 |
+
msgid "Wrong license key."
|
331 |
+
msgstr "Clave de licencia incorrecta."
|
332 |
+
|
333 |
+
#: bws_menu.php:130
|
334 |
+
msgid ""
|
335 |
+
"This license key is bound to another site. Change it via personal Client "
|
336 |
+
"Area."
|
337 |
+
msgstr ""
|
338 |
+
"Esta clave de licencia está enlazada al otro sitio. Cámbialo en Área "
|
339 |
+
"de Cliente."
|
340 |
+
|
341 |
+
#: bws_menu.php:130
|
342 |
+
msgid "Log in"
|
343 |
+
msgstr "Acceder"
|
344 |
+
|
345 |
+
#: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
|
346 |
+
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
347 |
+
msgstr "Por desgracia, has excedido el número de intentos por hoy."
|
348 |
+
|
349 |
+
#: bws_menu.php:134 deprecated.php:365
|
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 |
+
"Por desgracia, tu licencia ha expirado. Para seguir recibiendo soporte "
|
356 |
+
"prioritario y actualizaciones de plugin debes extenderla en tu %s"
|
357 |
+
|
358 |
+
#: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
|
359 |
+
msgid ""
|
360 |
+
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
361 |
+
"Trial license can be installed only once."
|
362 |
+
msgstr ""
|
363 |
+
"Por desgracia, la licencia Pro ha estado ya instalada en este dominio. La "
|
364 |
+
"licencia Pro Trial puede estar instalada una sola vez."
|
365 |
+
|
366 |
+
#: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
|
367 |
+
msgid "The license key is valid."
|
368 |
+
msgstr "La clave de licencia está válida."
|
369 |
+
|
370 |
+
#: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
|
371 |
+
msgid "Your license will expire on"
|
372 |
+
msgstr "Tu licencia expirará el"
|
373 |
+
|
374 |
+
#: bws_menu.php:146
|
375 |
+
msgid "Congratulations! Pro Membership license is activated successfully."
|
376 |
+
msgstr ""
|
377 |
+
|
378 |
+
#: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
|
379 |
+
msgid ""
|
380 |
+
"Something went wrong. Try again later or upload the plugin manually. We are "
|
381 |
+
"sorry for inconvenience."
|
382 |
+
msgstr ""
|
383 |
+
"Algo salió mal. Por favor, inténtalo de nuevo más tarde o sube el plugin "
|
384 |
+
"manualmente. Lo siento para la inconveniencia causada."
|
385 |
+
|
386 |
+
#: bws_menu.php:163
|
387 |
+
msgid "Please enter your license key."
|
388 |
+
msgstr "Por favor, introduce tu clave de licencia."
|
389 |
+
|
390 |
+
#: bws_menu.php:174
|
391 |
+
msgid "Not set"
|
392 |
+
msgstr "No definido"
|
393 |
+
|
394 |
+
#: bws_menu.php:176
|
395 |
+
msgid "On"
|
396 |
+
msgstr "Activado"
|
397 |
+
|
398 |
+
#: bws_menu.php:176
|
399 |
+
msgid "Off"
|
400 |
+
msgstr "Desactivado"
|
401 |
+
|
402 |
+
#: bws_menu.php:177 bws_menu.php:178 bws_menu.php:179 bws_menu.php:180
|
403 |
+
#: bws_menu.php:181 bws_menu.php:182 bws_menu.php:191
|
404 |
+
msgid "N/A"
|
405 |
+
msgstr "N/A"
|
406 |
+
|
407 |
+
#: bws_menu.php:182
|
408 |
+
msgid " Mb"
|
409 |
+
msgstr "Mb"
|
410 |
+
|
411 |
+
#: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
|
412 |
+
msgid "Yes"
|
413 |
+
msgstr "Sí"
|
414 |
+
|
415 |
+
#: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
|
416 |
+
msgid "No"
|
417 |
+
msgstr "No"
|
418 |
+
|
419 |
+
#: bws_menu.php:196
|
420 |
+
msgid "WordPress Environment"
|
421 |
+
msgstr "Entorno de WordPress"
|
422 |
+
|
423 |
+
#: bws_menu.php:198
|
424 |
+
msgid "Home URL"
|
425 |
+
msgstr "URL del inicio"
|
426 |
+
|
427 |
+
#: bws_menu.php:199
|
428 |
+
msgid "Website URL"
|
429 |
+
msgstr "URL del sitio"
|
430 |
+
|
431 |
+
#: bws_menu.php:200
|
432 |
+
msgid "WP Version"
|
433 |
+
msgstr "Versión WP"
|
434 |
+
|
435 |
+
#: bws_menu.php:201
|
436 |
+
msgid "WP Multisite"
|
437 |
+
msgstr "Multisite WP"
|
438 |
+
|
439 |
+
#: bws_menu.php:202
|
440 |
+
msgid "WP Memory Limit"
|
441 |
+
msgstr "Límite de memoria WP"
|
442 |
+
|
443 |
+
#: bws_menu.php:203
|
444 |
+
msgid "Active Theme"
|
445 |
+
msgstr "Tema activo"
|
446 |
+
|
447 |
+
#: bws_menu.php:203 bws_menu.php:248 bws_menu.php:251
|
448 |
+
#, php-format
|
449 |
+
msgid "by %s"
|
450 |
+
msgstr "por %s"
|
451 |
+
|
452 |
+
#: bws_menu.php:207
|
453 |
+
msgid "Server Environment"
|
454 |
+
msgstr "Entorno de Servidor"
|
455 |
+
|
456 |
+
#: bws_menu.php:209
|
457 |
+
msgid "Operating System"
|
458 |
+
msgstr "Sistema operativo"
|
459 |
+
|
460 |
+
#: bws_menu.php:210
|
461 |
+
msgid "Server"
|
462 |
+
msgstr "Servidor"
|
463 |
+
|
464 |
+
#: bws_menu.php:211
|
465 |
+
msgid "PHP Version"
|
466 |
+
msgstr "Versión de PHP"
|
467 |
+
|
468 |
+
#: bws_menu.php:212
|
469 |
+
msgid "PHP Allow URL fopen"
|
470 |
+
msgstr "PHP permite URL fopen"
|
471 |
+
|
472 |
+
#: bws_menu.php:213
|
473 |
+
msgid "PHP Memory Limit"
|
474 |
+
msgstr "Límite de memoria PHP"
|
475 |
+
|
476 |
+
#: bws_menu.php:214
|
477 |
+
msgid "Memory Usage"
|
478 |
+
msgstr "Uso de memória"
|
479 |
+
|
480 |
+
#: bws_menu.php:215
|
481 |
+
msgid "PHP Max Upload Size"
|
482 |
+
msgstr "Tamaño máximo de archivo PHP"
|
483 |
+
|
484 |
+
#: bws_menu.php:216
|
485 |
+
msgid "PHP Max Post Size"
|
486 |
+
msgstr "Tamaño máximo de entrada PHP"
|
487 |
+
|
488 |
+
#: bws_menu.php:217
|
489 |
+
msgid "PHP Max Script Execute Time"
|
490 |
+
msgstr "Tiempo máximo de ejecución de scripts PHP"
|
491 |
+
|
492 |
+
#: bws_menu.php:218
|
493 |
+
msgid "PHP Exif support"
|
494 |
+
msgstr "Soporte PHP Exif"
|
495 |
+
|
496 |
+
#: bws_menu.php:219
|
497 |
+
msgid "PHP IPTC support"
|
498 |
+
msgstr "Soporte PHP IPTC"
|
499 |
+
|
500 |
+
#: bws_menu.php:220
|
501 |
+
msgid "PHP XML support"
|
502 |
+
msgstr "Soporte PHP XML"
|
503 |
+
|
504 |
+
#: bws_menu.php:226
|
505 |
+
msgid "Database"
|
506 |
+
msgstr "Base de Datos"
|
507 |
+
|
508 |
+
#: bws_menu.php:228
|
509 |
+
msgid "WP DB version"
|
510 |
+
msgstr "Versión de WP DB"
|
511 |
+
|
512 |
+
#: bws_menu.php:229
|
513 |
+
msgid "MySQL version"
|
514 |
+
msgstr "Versión de MySQL"
|
515 |
+
|
516 |
+
#: bws_menu.php:230
|
517 |
+
msgid "SQL Mode"
|
518 |
+
msgstr "Modo SQL"
|
519 |
+
|
520 |
+
#: bws_menu.php:234
|
521 |
+
msgid "Active Plugins"
|
522 |
+
msgstr "Plugins Activos"
|
523 |
+
|
524 |
+
#: bws_menu.php:239
|
525 |
+
msgid "Inactive Plugins"
|
526 |
+
msgstr "Plugins Inactivos"
|
527 |
+
|
528 |
+
#: bws_menu.php:260
|
529 |
+
msgid "Please enter a valid email address."
|
530 |
+
msgstr "Por favor, introduce la dirección de correo electrónico válida."
|
531 |
+
|
532 |
+
#: bws_menu.php:262
|
533 |
+
#, php-format
|
534 |
+
msgid "Email with system info is sent to %s."
|
535 |
+
msgstr ""
|
536 |
+
|
537 |
+
#: bws_menu.php:266
|
538 |
+
msgid "Thank you for contacting us."
|
539 |
+
msgstr "¡Gracias por haber contactado con nosotros!"
|
540 |
+
|
541 |
+
#: bws_menu.php:289
|
542 |
+
msgid "Sorry, email message could not be delivered."
|
543 |
+
msgstr "Lo siento, el mensaje de correo electrónico no se pudo enviar."
|
544 |
+
|
545 |
+
#: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
|
546 |
+
msgid "Plugins"
|
547 |
+
msgstr "Plugins"
|
548 |
+
|
549 |
+
#: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
|
550 |
+
msgid "Themes"
|
551 |
+
msgstr "Temas"
|
552 |
+
|
553 |
+
#: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
|
554 |
+
msgid "System status"
|
555 |
+
msgstr "Información de sistema"
|
556 |
+
|
557 |
+
#: bws_menu.php:315
|
558 |
+
msgid "Support"
|
559 |
+
msgstr "Soporte"
|
560 |
+
|
561 |
+
#: bws_menu.php:316
|
562 |
+
msgid "Manage purchased licenses & subscriptions"
|
563 |
+
msgstr "Gestionar licencias y suscripciones adquiridas"
|
564 |
+
|
565 |
+
#: bws_menu.php:324
|
566 |
+
#, php-format
|
567 |
+
msgid "Get Access to %s+ Premium Plugins"
|
568 |
+
msgstr "Obtener acceso a %s+ Premium plugins"
|
569 |
+
|
570 |
+
#: bws_menu.php:326
|
571 |
+
msgid "Subscribe to Pro Membership"
|
572 |
+
msgstr "Suscribirse a Pro Membership"
|
573 |
+
|
574 |
+
#: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
|
575 |
+
#: deprecated.php:227
|
576 |
+
msgid "Check license key"
|
577 |
+
msgstr "Comprueba la clave de licencia"
|
578 |
+
|
579 |
+
#: bws_menu.php:337
|
580 |
+
msgid "Enter your license key"
|
581 |
+
msgstr "Introduce tu clave de licencia"
|
582 |
+
|
583 |
+
#: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
|
584 |
+
#: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
|
585 |
+
#: deprecated.php:631 deprecated.php:703 deprecated.php:712
|
586 |
+
msgid "Activate"
|
587 |
+
msgstr "Activar"
|
588 |
+
|
589 |
+
#: bws_menu.php:359
|
590 |
+
msgid "Upload Plugin"
|
591 |
+
msgstr "Subir plugin"
|
592 |
+
|
593 |
+
#: bws_menu.php:363
|
594 |
+
#, php-format
|
595 |
+
msgid ""
|
596 |
+
"The plugin generated %d characters of <strong>unexpected output</strong> "
|
597 |
+
"during activation. If you notice “headers already sent” "
|
598 |
+
"messages, problems with syndication feeds or other issues, try deactivating "
|
599 |
+
"or removing this plugin."
|
600 |
+
msgstr ""
|
601 |
+
"El plugin generó %d caracteres de <strong>salida inesperada</strong> durante "
|
602 |
+
"la activación. Si notas mensajes de “headers already sent”, "
|
603 |
+
"problemas con los feeds de sindicación u otras cuestiones, prueba desactivar "
|
604 |
+
"o borrar este plugin."
|
605 |
+
|
606 |
+
#: bws_menu.php:365
|
607 |
+
msgid ""
|
608 |
+
"Plugin could not be activated because it triggered a <strong>fatal error</"
|
609 |
+
"strong>."
|
610 |
+
msgstr ""
|
611 |
+
"No se pudo activar el plugin porque provocó un <strong>error fatal</ strong>."
|
612 |
+
|
613 |
+
#: bws_menu.php:368
|
614 |
+
msgid "Plugin <strong>activated</strong>."
|
615 |
+
msgstr "Plugin <strong>activado</strong>."
|
616 |
+
|
617 |
+
#: bws_menu.php:375
|
618 |
+
msgid "Installing Plugin"
|
619 |
+
msgstr "Instalando el plugin"
|
620 |
+
|
621 |
+
#: bws_menu.php:381
|
622 |
+
msgid "Downloading install package from"
|
623 |
+
msgstr "Descargando el paquete de instalación de"
|
624 |
+
|
625 |
+
#: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
|
626 |
+
#: deprecated.php:410 deprecated.php:432
|
627 |
+
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
628 |
+
msgstr ""
|
629 |
+
"Error al descargar el archivo zip. Por favor, sube el plugin manualmente"
|
630 |
+
|
631 |
+
#: bws_menu.php:406
|
632 |
+
msgid "Unpacking the package"
|
633 |
+
msgstr "Desempacando el paquete"
|
634 |
+
|
635 |
+
#: bws_menu.php:411 bws_menu.php:419
|
636 |
+
msgid "Installing the plugin"
|
637 |
+
msgstr "Instalando el plugin"
|
638 |
+
|
639 |
+
#: bws_menu.php:415 deprecated.php:400
|
640 |
+
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
641 |
+
msgstr "Error al abrir el archivo zip. Por favor, sube el plugin manualmente"
|
642 |
+
|
643 |
+
#: bws_menu.php:422 deprecated.php:406
|
644 |
+
msgid ""
|
645 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
646 |
+
"plugin manually"
|
647 |
+
msgstr ""
|
648 |
+
"Tu servidor no admite ni ZipArchive ni Phar. Por favor, sube el plugin "
|
649 |
+
"manualmente"
|
650 |
+
|
651 |
+
#: bws_menu.php:425
|
652 |
+
#, php-format
|
653 |
+
msgid "The plugin %s is successfully installed."
|
654 |
+
msgstr "El plugin %s se ha instalado con éxito."
|
655 |
+
|
656 |
+
#: bws_menu.php:432 deprecated.php:413
|
657 |
+
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
658 |
+
msgstr "UploadDir no se puede editar. Por favor, sube el plugin manualmente"
|
659 |
+
|
660 |
+
#: bws_menu.php:437
|
661 |
+
msgid "Activate Plugin"
|
662 |
+
msgstr "Activar plugin"
|
663 |
+
|
664 |
+
#: bws_menu.php:437 bws_menu.php:443
|
665 |
+
msgid "Return to BestWebSoft Panel"
|
666 |
+
msgstr "Volver a Panel de BestWebSoft"
|
667 |
+
|
668 |
+
#: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
|
669 |
+
msgid "All"
|
670 |
+
msgstr "Todo"
|
671 |
+
|
672 |
+
#: bws_menu.php:454 bws_menu.php:637
|
673 |
+
msgid "Installed"
|
674 |
+
msgstr "Instalado"
|
675 |
+
|
676 |
+
#: bws_menu.php:457
|
677 |
+
msgid "Not Installed"
|
678 |
+
msgstr "No instalado"
|
679 |
+
|
680 |
+
#: bws_menu.php:464
|
681 |
+
msgid "Filter results"
|
682 |
+
msgstr "Filtrar resultados"
|
683 |
+
|
684 |
+
#: bws_menu.php:467 bws_menu.php:596
|
685 |
+
msgid "Category"
|
686 |
+
msgstr "Categoría"
|
687 |
+
|
688 |
+
#: bws_menu.php:531
|
689 |
+
msgid "Not installed"
|
690 |
+
msgstr "No instalado"
|
691 |
+
|
692 |
+
#: bws_menu.php:535
|
693 |
+
msgid "Renew to get updates"
|
694 |
+
msgstr "Renovar para obtener actualizaciones"
|
695 |
+
|
696 |
+
#: bws_menu.php:538
|
697 |
+
#, php-format
|
698 |
+
msgid "Update to v %s"
|
699 |
+
msgstr "Actualizar a v %s"
|
700 |
+
|
701 |
+
#: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
|
702 |
+
msgid "Install Now"
|
703 |
+
msgstr "Instalar"
|
704 |
+
|
705 |
+
#: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
|
706 |
+
msgid "Upgrade to Pro"
|
707 |
+
msgstr "Actualizar a Pro"
|
708 |
+
|
709 |
+
#: bws_menu.php:570 bws_menu.php:579
|
710 |
+
msgid "Activate this plugin"
|
711 |
+
msgstr "Activar el plugin"
|
712 |
+
|
713 |
+
#: bws_menu.php:582
|
714 |
+
msgid "Install this plugin"
|
715 |
+
msgstr "Instalar el plugin"
|
716 |
+
|
717 |
+
#: bws_menu.php:591
|
718 |
+
msgid "Nothing found. Try another criteria."
|
719 |
+
msgstr "Nada encontrado. Prueba otro criterio."
|
720 |
+
|
721 |
+
#: bws_menu.php:628
|
722 |
+
#, php-format
|
723 |
+
msgid "By %s"
|
724 |
+
msgstr "Por %s"
|
725 |
+
|
726 |
+
#: bws_menu.php:635
|
727 |
+
msgid "Already Installed"
|
728 |
+
msgstr "Ya instalado"
|
729 |
+
|
730 |
+
#: bws_menu.php:645
|
731 |
+
msgid "Browse More WordPress Themes"
|
732 |
+
msgstr ""
|
733 |
+
|
734 |
+
#: bws_menu.php:654
|
735 |
+
msgid "Send to support"
|
736 |
+
msgstr "Enviar al soporte técnico"
|
737 |
+
|
738 |
+
#: bws_menu.php:661
|
739 |
+
msgid "Send to custom email »"
|
740 |
+
msgstr "Enviar al correo electrónico personalizado »"
|
741 |
+
|
742 |
+
#: class-bws-settings.php:136
|
743 |
+
msgid "Information"
|
744 |
+
msgstr "Información"
|
745 |
+
|
746 |
+
#: class-bws-settings.php:144
|
747 |
+
msgid "Inactive"
|
748 |
+
msgstr "Inactiva"
|
749 |
+
|
750 |
+
#: class-bws-settings.php:152
|
751 |
+
msgid "Expired"
|
752 |
+
msgstr "Expirada"
|
753 |
+
|
754 |
+
#: class-bws-settings.php:155
|
755 |
+
#, php-format
|
756 |
+
msgid "%s day(-s) left"
|
757 |
+
msgstr "%s día(-s) quedan"
|
758 |
+
|
759 |
+
#: class-bws-settings.php:161
|
760 |
+
#, php-format
|
761 |
+
msgid "Expired on %s"
|
762 |
+
msgstr "Expiró el %s"
|
763 |
+
|
764 |
+
#: class-bws-settings.php:161
|
765 |
+
msgid "Renew Now"
|
766 |
+
msgstr "Renovar"
|
767 |
+
|
768 |
+
#: class-bws-settings.php:163
|
769 |
+
msgid "Active"
|
770 |
+
msgstr "Activa"
|
771 |
+
|
772 |
+
#: class-bws-settings.php:168
|
773 |
+
msgid "License"
|
774 |
+
msgstr "Licencia"
|
775 |
+
|
776 |
+
#: class-bws-settings.php:171
|
777 |
+
msgid "Status"
|
778 |
+
msgstr "Estado"
|
779 |
+
|
780 |
+
#: class-bws-settings.php:175
|
781 |
+
msgid "Version"
|
782 |
+
msgstr "Versión"
|
783 |
+
|
784 |
+
#: class-bws-settings.php:285
|
785 |
+
msgid "All plugin settings were restored."
|
786 |
+
msgstr "Se restauraron todos los ajustes del plugin."
|
787 |
+
|
788 |
+
#: class-bws-settings.php:423
|
789 |
+
msgid "Custom Code"
|
790 |
+
msgstr "Código personalizado"
|
791 |
+
|
792 |
+
#: class-bws-settings.php:427 deprecated.php:498
|
793 |
+
msgid "You do not have sufficient permissions to edit plugins for this site."
|
794 |
+
msgstr "No tienes suficientes permisos para editar plugins de este sitio."
|
795 |
+
|
796 |
+
#: class-bws-settings.php:432 deprecated.php:620
|
797 |
+
msgid "These styles will be added to the header on all pages of your site."
|
798 |
+
msgstr ""
|
799 |
+
"Estos estilos se agregarán a la cabecera en todas las páginas de tu sitio."
|
800 |
+
|
801 |
+
#: class-bws-settings.php:435 deprecated.php:622
|
802 |
+
#, php-format
|
803 |
+
msgid ""
|
804 |
+
"This PHP code will be hooked to the %s action and will be printed on front "
|
805 |
+
"end only."
|
806 |
+
msgstr ""
|
807 |
+
"Este código PHP se enganchará a la acción %s y se agregará sólo en el front-"
|
808 |
+
"end."
|
809 |
+
|
810 |
+
#: class-bws-settings.php:438
|
811 |
+
msgid "These code will be added to the header on all pages of your site."
|
812 |
+
msgstr ""
|
813 |
+
"Este código se agregará a la cabecera en todas las páginas de tu sitio."
|
814 |
+
|
815 |
+
#: class-bws-settings.php:446 deprecated.php:646
|
816 |
+
#, php-format
|
817 |
+
msgid ""
|
818 |
+
"You need to make this files writable before you can save your changes. See "
|
819 |
+
"%s the Codex %s for more information."
|
820 |
+
msgstr ""
|
821 |
+
"Es necesario que estos archivos sean editables antes de poder guardar los "
|
822 |
+
"cambios. Consulta %s el Codex %s para obtener más información."
|
823 |
+
|
824 |
+
#: class-bws-settings.php:456 deprecated.php:628
|
825 |
+
msgid "Browsing"
|
826 |
+
msgstr "Navegar"
|
827 |
+
|
828 |
+
#: class-bws-settings.php:461
|
829 |
+
#, php-format
|
830 |
+
msgid "Activate custom %s code."
|
831 |
+
msgstr "Activar código personalizado de %s."
|
832 |
+
|
833 |
+
#: class-bws-settings.php:469 deprecated.php:635
|
834 |
+
#, php-format
|
835 |
+
msgid "Learn more about %s"
|
836 |
+
msgstr "Aprende más de %s"
|
837 |
+
|
838 |
+
#: class-bws-settings.php:531
|
839 |
+
msgid "Miscellaneous Settings"
|
840 |
+
msgstr "Ajustes varios"
|
841 |
+
|
842 |
+
#: class-bws-settings.php:540 class-bws-settings.php:595
|
843 |
+
#, php-format
|
844 |
+
msgid ""
|
845 |
+
"It is prohibited to change %s settings on this site in the %s network "
|
846 |
+
"settings."
|
847 |
+
msgstr ""
|
848 |
+
"Está prohibido cambiar la configuración de %s en este sitio por los "
|
849 |
+
"parámetros de la red de %s."
|
850 |
+
|
851 |
+
#: class-bws-settings.php:543 class-bws-settings.php:598
|
852 |
+
#, php-format
|
853 |
+
msgid ""
|
854 |
+
"It is prohibited to view %s settings on this site in the %s network settings."
|
855 |
+
msgstr ""
|
856 |
+
"Está prohibido ver la configuración de %s en este sitio por los "
|
857 |
+
"parámetros de la red de %s."
|
858 |
+
|
859 |
+
#: class-bws-settings.php:552
|
860 |
+
msgid "Pro Options"
|
861 |
+
msgstr "Opciones Pro"
|
862 |
+
|
863 |
+
#: class-bws-settings.php:556
|
864 |
+
msgid "Enable to display plugin Pro options."
|
865 |
+
msgstr "Activar muestro de las opciones Pro del plugin."
|
866 |
+
|
867 |
+
#: class-bws-settings.php:562
|
868 |
+
msgid "Track Usage"
|
869 |
+
msgstr "Seguir el uso"
|
870 |
+
|
871 |
+
#: class-bws-settings.php:566
|
872 |
+
msgid ""
|
873 |
+
"Enable to allow tracking plugin usage anonymously in order to make it better."
|
874 |
+
msgstr ""
|
875 |
+
"Activar permiso de seguir el uso de plugin de forma anónima con el fin de "
|
876 |
+
"hacerlo mejor."
|
877 |
+
|
878 |
+
#: class-bws-settings.php:571
|
879 |
+
msgid "Default Settings"
|
880 |
+
msgstr "Ajustes por defecto"
|
881 |
+
|
882 |
+
#: class-bws-settings.php:573
|
883 |
+
msgid "Restore Settings"
|
884 |
+
msgstr "Restaurar ajustes"
|
885 |
+
|
886 |
+
#: class-bws-settings.php:574
|
887 |
+
msgid "This will restore plugin settings to defaults."
|
888 |
+
msgstr "Esto restaurará los ajustes de plugin por defecto."
|
889 |
+
|
890 |
+
#: class-bws-settings.php:586
|
891 |
+
msgid "Import / Export"
|
892 |
+
msgstr "Importar / Exportar"
|
893 |
+
|
894 |
+
#: class-bws-settings.php:702 class-bws-settings.php:735
|
895 |
+
#: class-bws-settings.php:757
|
896 |
+
msgid "License Key"
|
897 |
+
msgstr "Clave de licencia"
|
898 |
+
|
899 |
+
#: class-bws-settings.php:725
|
900 |
+
msgid "Congratulations! Pro license is activated successfully."
|
901 |
+
msgstr "¡Felicitaciones! Licencia Pro está activada con éxito."
|
902 |
+
|
903 |
+
#: class-bws-settings.php:726
|
904 |
+
#, php-format
|
905 |
+
msgid "You will be automatically redirected to the %s in %s seconds."
|
906 |
+
msgstr "En %s segundos automáticamente serás dirigido a %s."
|
907 |
+
|
908 |
+
#: class-bws-settings.php:726
|
909 |
+
msgid "Settings page"
|
910 |
+
msgstr "Página de ajustes"
|
911 |
+
|
912 |
+
#: class-bws-settings.php:741
|
913 |
+
#, php-format
|
914 |
+
msgid "Enter your license key to activate %s and get premium plugin features."
|
915 |
+
msgstr ""
|
916 |
+
"Introduce tu clave de licencia para activar %s y obtener funciones premium "
|
917 |
+
"del plugin."
|
918 |
+
|
919 |
+
#: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
|
920 |
+
#: deprecated.php:706
|
921 |
+
msgid ""
|
922 |
+
"Unfortunately, you have exceeded the number of available tries per day. "
|
923 |
+
"Please, upload the plugin manually."
|
924 |
+
msgstr ""
|
925 |
+
"Por desgracia, has excedido el número de intentos por hoy. Por favor, sube "
|
926 |
+
"el plugin manualmente."
|
927 |
+
|
928 |
+
#: class-bws-settings.php:747 deprecated.php:697
|
929 |
+
#, php-format
|
930 |
+
msgid "Start Your Free %s-Day Trial Now"
|
931 |
+
msgstr "Comienza tu prueba gratuita de %s días"
|
932 |
+
|
933 |
+
#: class-bws-settings.php:762
|
934 |
+
msgid ""
|
935 |
+
"If necessary, you can check if the license key is correct or reenter it in "
|
936 |
+
"the field below."
|
937 |
+
msgstr ""
|
938 |
+
"Si es necesario, puedes comprobar si la clave de licencia es correcta o "
|
939 |
+
"introducirla otra vez en el campo abajo."
|
940 |
+
|
941 |
+
#: class-bws-settings.php:767
|
942 |
+
msgid "Manage License Settings"
|
943 |
+
msgstr "Gestionar ajustes de licencias"
|
944 |
+
|
945 |
+
#: class-bws-settings.php:769
|
946 |
+
msgid "Login to Client Area"
|
947 |
+
msgstr "Acceder al Área de Cliente"
|
948 |
+
|
949 |
+
#: class-bws-settings.php:771
|
950 |
+
msgid ""
|
951 |
+
"Manage active licenses, download BWS products, and view your payment history "
|
952 |
+
"using BestWebSoft Client Area."
|
953 |
+
msgstr ""
|
954 |
+
"Gestiona licencias activas, descarga productos BWS y ve la historia de pagos "
|
955 |
+
"con Área de Cliente de BestWebSoft."
|
956 |
+
|
957 |
+
#: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
|
958 |
+
#: deprecated.php:361
|
959 |
+
msgid "This license key is bound to another site."
|
960 |
+
msgstr "Esta clave de licencia está enlazada al otro sitio."
|
961 |
+
|
962 |
+
#: class-bws-settings.php:828 deprecated.php:143
|
963 |
+
msgid ""
|
964 |
+
"This license key is valid, but Your license has expired. If you want to "
|
965 |
+
"update our plugin in future, you should extend the license."
|
966 |
+
msgstr ""
|
967 |
+
"Esta clave de licencia está válida, pero tu licencia ha expirado. Si deseas "
|
968 |
+
"actualizar nuestro plugin en el futuro debes extender la licencia."
|
969 |
+
|
970 |
+
#: class-bws-settings.php:830 deprecated.php:145
|
971 |
+
msgid "Unfortunately, you have exceeded the number of available tries."
|
972 |
+
msgstr "Por desgracia, has excedido el número de intentos."
|
973 |
+
|
974 |
+
#: class-bws-settings.php:832 deprecated.php:147
|
975 |
+
msgid ""
|
976 |
+
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
977 |
+
"The Pro Trial license can be installed only once."
|
978 |
+
msgstr ""
|
979 |
+
"Por desgracia, la licencia Pro Trial ha estado ya instalada en este dominio. "
|
980 |
+
"La licencia Pro Trial puede estar instalada una sola vez."
|
981 |
+
|
982 |
+
#: class-bws-settings.php:837 deprecated.php:151
|
983 |
+
msgid "The Pro Trial license key is valid."
|
984 |
+
msgstr "La licencia Pro Trial está válida."
|
985 |
+
|
986 |
+
#: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
|
987 |
+
#, php-format
|
988 |
+
msgid ""
|
989 |
+
"In order to continue using the plugin it is necessary to buy a %s license."
|
990 |
+
msgstr "Para seguir usando el plugin es necesario comprar una licencia de %s."
|
991 |
+
|
992 |
+
#: class-bws-settings.php:933
|
993 |
+
#, php-format
|
994 |
+
msgid ""
|
995 |
+
"Unfortunately, Your license has expired. To continue getting top-priority "
|
996 |
+
"support and plugin updates, you should extend it in your %s."
|
997 |
+
msgstr ""
|
998 |
+
|
999 |
+
#: class-bws-settings.php:959 class-bws-settings.php:981
|
1000 |
+
#: class-bws-settings.php:1003
|
1001 |
+
msgid "Failed to download the zip archive. Please, upload the plugin manually."
|
1002 |
+
msgstr ""
|
1003 |
+
|
1004 |
+
#: class-bws-settings.php:971
|
1005 |
+
msgid "Failed to open the zip archive. Please, upload the plugin manually."
|
1006 |
+
msgstr ""
|
1007 |
+
|
1008 |
+
#: class-bws-settings.php:977
|
1009 |
+
msgid ""
|
1010 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
1011 |
+
"plugin manually."
|
1012 |
+
msgstr ""
|
1013 |
+
|
1014 |
+
#: class-bws-settings.php:984
|
1015 |
+
msgid "UploadDir is not writable. Please, upload the plugin manually."
|
1016 |
+
msgstr ""
|
1017 |
+
|
1018 |
+
#: class-bws-settings.php:1042 deprecated.php:464
|
1019 |
+
msgid "Please, enter Your license key"
|
1020 |
+
msgstr "Por favor, introduce tu clave de licencia"
|
1021 |
+
|
1022 |
+
#: class-bws-settings.php:1054
|
1023 |
+
msgid "Need Help?"
|
1024 |
+
msgstr "¿Necesitas ayuda?"
|
1025 |
+
|
1026 |
+
#: class-bws-settings.php:1056
|
1027 |
+
msgid "Read the Instruction"
|
1028 |
+
msgstr "Lee las instrucciones"
|
1029 |
+
|
1030 |
+
#: class-bws-settings.php:1060
|
1031 |
+
msgid "Watch the Video"
|
1032 |
+
msgstr "Ve el vídeo"
|
1033 |
+
|
1034 |
+
#: class-bws-settings.php:1071
|
1035 |
+
msgid "Start Your Free Trial"
|
1036 |
+
msgstr "Comienza tu prueba gratuita"
|
1037 |
+
|
1038 |
+
#: deactivation-form.php:27
|
1039 |
+
msgid "Need help? We are ready to answer your questions."
|
1040 |
+
msgstr ""
|
1041 |
+
|
1042 |
+
#: deactivation-form.php:27
|
1043 |
+
msgid "Contact Support"
|
1044 |
+
msgstr ""
|
1045 |
+
|
1046 |
+
#: deactivation-form.php:32
|
1047 |
+
msgid "The plugin is not working"
|
1048 |
+
msgstr ""
|
1049 |
+
|
1050 |
+
#: deactivation-form.php:34
|
1051 |
+
msgid "Kindly share what didn't work so we can fix it in future updates..."
|
1052 |
+
msgstr ""
|
1053 |
+
|
1054 |
+
#: deactivation-form.php:38
|
1055 |
+
msgid "The plugin didn't work as expected"
|
1056 |
+
msgstr ""
|
1057 |
+
|
1058 |
+
#: deactivation-form.php:40
|
1059 |
+
msgid "What did you expect?"
|
1060 |
+
msgstr ""
|
1061 |
+
|
1062 |
+
#: deactivation-form.php:44
|
1063 |
+
msgid "The plugin suddenly stopped working"
|
1064 |
+
msgstr ""
|
1065 |
+
|
1066 |
+
#: deactivation-form.php:51
|
1067 |
+
msgid "The plugin broke my site"
|
1068 |
+
msgstr ""
|
1069 |
+
|
1070 |
+
#: deactivation-form.php:58
|
1071 |
+
msgid "I couldn't understand how to get it work"
|
1072 |
+
msgstr ""
|
1073 |
+
|
1074 |
+
#: deactivation-form.php:65
|
1075 |
+
msgid "I found a better plugin"
|
1076 |
+
msgstr ""
|
1077 |
+
|
1078 |
+
#: deactivation-form.php:67
|
1079 |
+
msgid "What's the plugin name?"
|
1080 |
+
msgstr ""
|
1081 |
+
|
1082 |
+
#: deactivation-form.php:71
|
1083 |
+
msgid "The plugin is great, but I need specific feature that you don't support"
|
1084 |
+
msgstr ""
|
1085 |
+
|
1086 |
+
#: deactivation-form.php:73
|
1087 |
+
msgid "What feature?"
|
1088 |
+
msgstr ""
|
1089 |
+
|
1090 |
+
#: deactivation-form.php:77
|
1091 |
+
msgid "I no longer need the plugin"
|
1092 |
+
msgstr ""
|
1093 |
+
|
1094 |
+
#: deactivation-form.php:83
|
1095 |
+
msgid "It's a temporary deactivation, I'm just debugging an issue"
|
1096 |
+
msgstr ""
|
1097 |
+
|
1098 |
+
#: deactivation-form.php:89
|
1099 |
+
msgid "Other"
|
1100 |
+
msgstr ""
|
1101 |
+
|
1102 |
+
#: deactivation-form.php:123
|
1103 |
+
msgid "Quick Feedback"
|
1104 |
+
msgstr ""
|
1105 |
+
|
1106 |
+
#: deactivation-form.php:124
|
1107 |
+
msgid "If you have a moment, please let us know why you are deactivating"
|
1108 |
+
msgstr ""
|
1109 |
+
|
1110 |
+
#: deactivation-form.php:127
|
1111 |
+
msgid "Send website data and allow to contact me back"
|
1112 |
+
msgstr ""
|
1113 |
+
|
1114 |
+
#: deactivation-form.php:132
|
1115 |
+
msgid "Cancel"
|
1116 |
+
msgstr ""
|
1117 |
+
|
1118 |
+
#: deactivation-form.php:233
|
1119 |
+
msgid "Processing"
|
1120 |
+
msgstr ""
|
1121 |
+
|
1122 |
+
#: deactivation-form.php:262
|
1123 |
+
msgid "Submit & Deactivate"
|
1124 |
+
msgstr ""
|
1125 |
+
|
1126 |
+
#: deactivation-form.php:277
|
1127 |
+
msgid "Please tell us the reason so we can improve it."
|
1128 |
+
msgstr ""
|
1129 |
+
|
1130 |
+
#: deactivation-form.php:345
|
1131 |
+
msgid "Deactivate"
|
1132 |
+
msgstr ""
|
1133 |
+
|
1134 |
+
#: deprecated.php:93
|
1135 |
+
msgid "System Status"
|
1136 |
+
msgstr "Información de sistema"
|
1137 |
+
|
1138 |
+
#: deprecated.php:204
|
1139 |
+
msgid "Please, enter your license key"
|
1140 |
+
msgstr "Por favor, introduce tu clave de licencia"
|
1141 |
+
|
1142 |
+
#: deprecated.php:223
|
1143 |
+
msgid ""
|
1144 |
+
"If necessary, you can check if the license key is correct or reenter it in "
|
1145 |
+
"the field below. You can find your license key on your personal page - "
|
1146 |
+
"Client Area - on our website"
|
1147 |
+
msgstr ""
|
1148 |
+
"Si es necesario, puedes comprobar si la clave de licencia es correcta o "
|
1149 |
+
"introducirla otra vez en el campo abajo. Puedes encontrar tu clave de "
|
1150 |
+
"licencia en tu página personal - Área de Cliente - en nuestro sitio"
|
1151 |
+
|
1152 |
+
#: deprecated.php:223
|
1153 |
+
msgid ""
|
1154 |
+
"(your username is the email address specified during the purchase). If "
|
1155 |
+
"necessary, please submit \"Lost your password?\" request."
|
1156 |
+
msgstr ""
|
1157 |
+
"(tu nombre del usuario es la dirección de correo electrónico especificada "
|
1158 |
+
"durante la compra). Si es necesario, haz clic en \"¿Has perdido tu "
|
1159 |
+
"contraseña?\"."
|
1160 |
+
|
1161 |
+
#: deprecated.php:246
|
1162 |
+
msgid "After that, you can activate it by entering your license key."
|
1163 |
+
msgstr "Después, puedes activarlo introduciendo tu clave de licencia."
|
1164 |
+
|
1165 |
+
#: deprecated.php:249 deprecated.php:691
|
1166 |
+
msgid "License key can be found in the"
|
1167 |
+
msgstr "La clave de licencia se puede encontrar en el"
|
1168 |
+
|
1169 |
+
#: deprecated.php:251 deprecated.php:693
|
1170 |
+
msgid "(your username is the email address specified during the purchase)."
|
1171 |
+
msgstr ""
|
1172 |
+
"(tu nombre del usuario es la dirección de correo electrónico especificada "
|
1173 |
+
"durante la compra)."
|
1174 |
+
|
1175 |
+
#: deprecated.php:279
|
1176 |
+
msgid ""
|
1177 |
+
"Congratulations! The Pro license of the plugin is activated successfully."
|
1178 |
+
msgstr "¡Felicitaciones! La licencia Pro está activada con éxito."
|
1179 |
+
|
1180 |
+
#: deprecated.php:281 deprecated.php:672
|
1181 |
+
msgid "Please, go to"
|
1182 |
+
msgstr "Por favor ve a"
|
1183 |
+
|
1184 |
+
#: deprecated.php:281 deprecated.php:672
|
1185 |
+
msgid "the setting page"
|
1186 |
+
msgstr "la página de ajustes"
|
1187 |
+
|
1188 |
+
#: deprecated.php:282 deprecated.php:673
|
1189 |
+
msgid "You will be redirected automatically in 5 seconds."
|
1190 |
+
msgstr "En 5 segundos automáticamente serás dirigido a la nueva ubicación."
|
1191 |
+
|
1192 |
+
#: deprecated.php:316
|
1193 |
+
msgid "Check premium options on the plugin settings page!"
|
1194 |
+
msgstr "¡Comprueba las opciones premium en la página de ajustes del plugin!"
|
1195 |
+
|
1196 |
+
#: deprecated.php:479
|
1197 |
+
msgid "Restore all plugin settings to defaults"
|
1198 |
+
msgstr "Restaurar todos los ajustes de plugin por defecto"
|
1199 |
+
|
1200 |
+
#: deprecated.php:481
|
1201 |
+
msgid "Restore settings"
|
1202 |
+
msgstr "Restaurar ajustes"
|
1203 |
+
|
1204 |
+
#: deprecated.php:550 deprecated.php:577
|
1205 |
+
#, php-format
|
1206 |
+
msgid "File %s edited successfully."
|
1207 |
+
msgstr "Archivo %s editado con éxito."
|
1208 |
+
|
1209 |
+
#: deprecated.php:552 deprecated.php:579
|
1210 |
+
msgid "Not enough permissions to create or update the file"
|
1211 |
+
msgstr "No hay suficientes permisos para crear o actualizar el archivo"
|
1212 |
+
|
1213 |
+
#: deprecated.php:582
|
1214 |
+
msgid "Not enough permissions to create the file"
|
1215 |
+
msgstr "No hay suficientes permisos para crear el archivo"
|
1216 |
+
|
1217 |
+
#: deprecated.php:626
|
1218 |
+
msgid "Editing"
|
1219 |
+
msgstr "Editar"
|
1220 |
+
|
1221 |
+
#: deprecated.php:670
|
1222 |
+
msgid ""
|
1223 |
+
"Congratulations! Pro version of the plugin is installed and activated "
|
1224 |
+
"successfully."
|
1225 |
+
msgstr "¡Felicitaciones! Licencia Pro está instalada y activada con éxito."
|
1226 |
+
|
1227 |
+
#: deprecated.php:680
|
1228 |
+
msgid "Show Pro features"
|
1229 |
+
msgstr "Mostrar funciones Pro"
|
1230 |
+
|
1231 |
+
#: deprecated.php:687
|
1232 |
+
msgid "Enter your license key to install and activate"
|
1233 |
+
msgstr "Introduce tu clave de licencia para instalar y activar"
|
1234 |
+
|
1235 |
+
#: deprecated.php:689
|
1236 |
+
msgid "version of the plugin."
|
1237 |
+
msgstr "la versión del plugin."
|
1238 |
+
|
1239 |
+
#: product_list.php:7
|
1240 |
+
msgid "Admin Tools"
|
1241 |
+
msgstr "Herramientas"
|
1242 |
+
|
1243 |
+
#: product_list.php:8
|
1244 |
+
msgid "Content"
|
1245 |
+
msgstr "Contenido"
|
1246 |
+
|
1247 |
+
#: product_list.php:9
|
1248 |
+
msgid "eCommerce"
|
1249 |
+
msgstr "Comercio electrónico"
|
1250 |
+
|
1251 |
+
#: product_list.php:10
|
1252 |
+
msgid "Marketing"
|
1253 |
+
msgstr "Márketing"
|
1254 |
+
|
1255 |
+
#: product_list.php:11
|
1256 |
+
msgid "Navigation"
|
1257 |
+
msgstr "Navegación"
|
1258 |
+
|
1259 |
+
#: product_list.php:12
|
1260 |
+
msgid "Recommended"
|
1261 |
+
msgstr "Recomendado"
|
1262 |
+
|
1263 |
+
#: product_list.php:13
|
1264 |
+
msgid "Security"
|
1265 |
+
msgstr "Seguridad"
|
1266 |
+
|
1267 |
+
#: product_list.php:14
|
1268 |
+
msgid "SEO"
|
1269 |
+
msgstr "SEO"
|
1270 |
+
|
1271 |
+
#: product_list.php:15
|
1272 |
+
msgid "SMM"
|
1273 |
+
msgstr "SMM"
|
1274 |
+
|
1275 |
+
#: product_list.php:22
|
1276 |
+
msgid "Best secure captcha plugin to protect your WordPress forms."
|
1277 |
+
msgstr ""
|
1278 |
+
|
1279 |
+
#: product_list.php:32
|
1280 |
+
msgid "Create your personal car rental/booking and reservation website."
|
1281 |
+
msgstr "Crea tu sitio personal de alquiler/reserva de automóviles."
|
1282 |
+
|
1283 |
+
#: product_list.php:42
|
1284 |
+
msgid ""
|
1285 |
+
"Allow customers to reach you using secure contact form plugin any website "
|
1286 |
+
"must have."
|
1287 |
+
msgstr ""
|
1288 |
+
"Permite a los clientes ponerse en contacto contigo usando el plugin seguro "
|
1289 |
+
"del formulario de contacto que debe tener cualquier sitio."
|
1290 |
+
|
1291 |
+
#: product_list.php:52
|
1292 |
+
msgid "Add unlimited number of contact forms to WordPress website."
|
1293 |
+
msgstr ""
|
1294 |
+
"Añade el número ilimitado de formularios de contacto al sitio de WordPress."
|
1295 |
+
|
1296 |
+
#: product_list.php:62
|
1297 |
+
msgid "Save and manage Contact Form messages. Never lose important data."
|
1298 |
+
msgstr ""
|
1299 |
+
"Guarda y gestiona los mensajes de Contact Form plugin. Nunca pierde datos "
|
1300 |
+
"importantes."
|
1301 |
+
|
1302 |
+
#: product_list.php:72
|
1303 |
+
msgid "Add unlimited custom pages to WordPress admin dashboard."
|
1304 |
+
msgstr ""
|
1305 |
+
"Añade el número ilimitado de páginas personalizadas al escritorio de "
|
1306 |
+
"WordPress."
|
1307 |
+
|
1308 |
+
#: product_list.php:79
|
1309 |
+
msgid "Add custom fields to WordPress website search results."
|
1310 |
+
msgstr ""
|
1311 |
+
"Añade los campos personalizados a los resultados de búsqueda en el sitio de "
|
1312 |
+
"WordPress."
|
1313 |
+
|
1314 |
+
#: product_list.php:86
|
1315 |
+
msgid ""
|
1316 |
+
"Add custom post types and taxonomies to WordPress website search results."
|
1317 |
+
msgstr ""
|
1318 |
+
"Añade los tipos de contenido personalizados y taxonomías a los resultados de "
|
1319 |
+
"búsqueda en el sitio de WordPress."
|
1320 |
+
|
1321 |
+
#: product_list.php:96
|
1322 |
+
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1323 |
+
msgstr ""
|
1324 |
+
"Añade los botones de donación PayPal y 2CO para recibir pagos benéficos."
|
1325 |
+
|
1326 |
+
#: product_list.php:103
|
1327 |
+
msgid ""
|
1328 |
+
"Get latest error log messages to diagnose website problems. Define and fix "
|
1329 |
+
"issues faster."
|
1330 |
+
msgstr ""
|
1331 |
+
"Recibe más recientes mensajes del registro de errores para diagnosticar los "
|
1332 |
+
"problemas del sitio. Define y corrige los problemas más rápido."
|
1333 |
+
|
1334 |
+
#: product_list.php:110
|
1335 |
+
msgid ""
|
1336 |
+
"Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
|
1337 |
+
"widgets."
|
1338 |
+
msgstr ""
|
1339 |
+
"Añade los botones de Facebook Seguir, Me gusta y Compartir a las entradas, "
|
1340 |
+
"páginas y widgets de WordPress."
|
1341 |
+
|
1342 |
+
#: product_list.php:120
|
1343 |
+
msgid ""
|
1344 |
+
"Add beautiful galleries, albums & images to your WordPress website in a few "
|
1345 |
+
"clicks."
|
1346 |
+
msgstr ""
|
1347 |
+
"Añade las galerías, álbumes e imágenes hermosos a tu sitio de WordPress en "
|
1348 |
+
"unos pocos clics."
|
1349 |
+
|
1350 |
+
#: product_list.php:130
|
1351 |
+
msgid ""
|
1352 |
+
"Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
|
1353 |
+
"posts, pages and widgets."
|
1354 |
+
msgstr ""
|
1355 |
+
"Añade los botones de Google +1 Compartir, Seguir, Hangout e insignia de "
|
1356 |
+
"perfil a las entradas, páginas y widgets de WordPress."
|
1357 |
+
|
1358 |
+
#: product_list.php:140
|
1359 |
+
msgid ""
|
1360 |
+
"Stronger security solution which protects your WordPress website from hacks "
|
1361 |
+
"and unauthorized login attempts."
|
1362 |
+
msgstr ""
|
1363 |
+
"Potente solución de seguridad que protege tu sitio de WordPress de los "
|
1364 |
+
"hackeos y intentos no autorizados de acceder."
|
1365 |
+
|
1366 |
+
#: product_list.php:150
|
1367 |
+
msgid ""
|
1368 |
+
"Add Adsense ads to WordPress website pages, posts, custom posts, search "
|
1369 |
+
"results, categories, tags, and widgets."
|
1370 |
+
msgstr ""
|
1371 |
+
"Añade los anuncios de AdSense a las páginas, entradas, "
|
1372 |
+
"entradas personalizadas, resultados de búsqueda, categorías, etiquetas y "
|
1373 |
+
"widgets en el sitio de WordPress, ."
|
1374 |
+
|
1375 |
+
#: product_list.php:160
|
1376 |
+
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1377 |
+
msgstr ""
|
1378 |
+
"Añade el código de Google Analytics al sitio de WordPress y sigue las "
|
1379 |
+
"estadísticas básicas."
|
1380 |
+
|
1381 |
+
#: product_list.php:170
|
1382 |
+
msgid ""
|
1383 |
+
"Protect WordPress website forms from spam entries with Google Captcha "
|
1384 |
+
"(reCaptcha)."
|
1385 |
+
msgstr ""
|
1386 |
+
"Protege los formularios en sitio de WordPress de las entradas de spam con "
|
1387 |
+
"Google Captcha (reCaptcha)."
|
1388 |
+
|
1389 |
+
#: product_list.php:180
|
1390 |
+
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1391 |
+
msgstr ""
|
1392 |
+
"Añade los mapas de Google personalizados a las entradas, páginas y widgets "
|
1393 |
+
"de WordPress."
|
1394 |
+
|
1395 |
+
#: product_list.php:190
|
1396 |
+
msgid ""
|
1397 |
+
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1398 |
+
"your blog."
|
1399 |
+
msgstr ""
|
1400 |
+
"Genera y añade los archivos de XML sitemap al sitio de WordPress. Ayuda a "
|
1401 |
+
"los buscadores a indexar tu blog."
|
1402 |
+
|
1403 |
+
#: product_list.php:200
|
1404 |
+
msgid ""
|
1405 |
+
"Replace external WordPress website links with Google shortlinks and track "
|
1406 |
+
"click stats."
|
1407 |
+
msgstr ""
|
1408 |
+
"Reemplaza los enlaces externos con los enlaces cortos de Google en el sitio "
|
1409 |
+
"de WordPress y sigue las estadísticas de clics."
|
1410 |
+
|
1411 |
+
#: product_list.php:207
|
1412 |
+
msgid ""
|
1413 |
+
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1414 |
+
"hostnames, etc."
|
1415 |
+
msgstr ""
|
1416 |
+
"Protege el sitio de WordPress - permite y impide el acceso para determinadas "
|
1417 |
+
"direcciones IP, nombres de host, etc."
|
1418 |
+
|
1419 |
+
#: product_list.php:217
|
1420 |
+
msgid ""
|
1421 |
+
"Create your personal job board and listing WordPress website. Search jobs, "
|
1422 |
+
"submit CV/resumes, choose candidates."
|
1423 |
+
msgstr ""
|
1424 |
+
"Crea tu tablero personal con la lista de trabajos en el sitio de WordPress. "
|
1425 |
+
"Busca trabajos, envía CV, elija candidatos."
|
1426 |
+
|
1427 |
+
#: product_list.php:224
|
1428 |
+
msgid ""
|
1429 |
+
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1430 |
+
"attempts."
|
1431 |
+
msgstr ""
|
1432 |
+
"Protege el sitio de WordPress contra ataques de fuerza bruta. Limita el "
|
1433 |
+
"número de intentos de acceder."
|
1434 |
+
|
1435 |
+
#: product_list.php:234
|
1436 |
+
msgid ""
|
1437 |
+
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1438 |
+
"5 plugins included – profile, insider, etc."
|
1439 |
+
msgstr ""
|
1440 |
+
"Añade los botones de LinkedIn Compartir y Seguir a las entradas, páginas y "
|
1441 |
+
"widgets de WordPress. 5 plugins incluidos - perfil, insider, etc."
|
1442 |
+
|
1443 |
+
#: product_list.php:244
|
1444 |
+
msgid ""
|
1445 |
+
"Translate WordPress website content to other languages manually. Create "
|
1446 |
+
"multilingual pages, posts, widgets, menus, etc."
|
1447 |
+
msgstr ""
|
1448 |
+
"Traduce el contenido del sitio de WordPress a otros idiomas manualmente. "
|
1449 |
+
"Crea páginas multilingües, asi como entradas, widgets, menús, etc. en varios "
|
1450 |
+
"idiomas."
|
1451 |
+
|
1452 |
+
#: product_list.php:254
|
1453 |
+
msgid ""
|
1454 |
+
"Add customizable pagination to WordPress website. Split long content to "
|
1455 |
+
"multiple pages for better navigation."
|
1456 |
+
msgstr ""
|
1457 |
+
"Añade la paginación personalizable al sitio de WordPress. Divide contenido "
|
1458 |
+
"largo en varias páginas para mejorar la navegación."
|
1459 |
+
|
1460 |
+
#: product_list.php:264
|
1461 |
+
msgid ""
|
1462 |
+
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1463 |
+
"header/footer styles and appearance."
|
1464 |
+
msgstr ""
|
1465 |
+
"Genera los archivos PDF e imprima las entradas/páginas de WordPress. "
|
1466 |
+
"Personaliza los estilos de la cabecera/pie de la página del documento y su "
|
1467 |
+
"apariencia."
|
1468 |
+
|
1469 |
+
#: product_list.php:274
|
1470 |
+
msgid ""
|
1471 |
+
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1472 |
+
"Profile) to WordPress posts, pages and widgets."
|
1473 |
+
msgstr ""
|
1474 |
+
"Añade los botones de Pinterest Segiur, Guardar y widgets de perfil (Pines, "
|
1475 |
+
"Tablero, Perfil) a las entradas, páginas y widgets de WordPress."
|
1476 |
+
|
1477 |
+
#: product_list.php:284
|
1478 |
+
msgid ""
|
1479 |
+
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1480 |
+
"projects to get more clients."
|
1481 |
+
msgstr ""
|
1482 |
+
"Crea tu cartera personal en el sitio de WordPress. Gestiona y muestra los "
|
1483 |
+
"proyectos anteriores para obtener más clientes."
|
1484 |
+
|
1485 |
+
#: product_list.php:294
|
1486 |
+
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1487 |
+
msgstr ""
|
1488 |
+
"Exporta las entradas de WordPress en formato de archivo CSV fácilmente. "
|
1489 |
+
"Configura el orden de los datos."
|
1490 |
+
|
1491 |
+
#: product_list.php:301
|
1492 |
+
msgid ""
|
1493 |
+
"Add extra fields to default WordPress user profile. The easiest way to "
|
1494 |
+
"create and manage additional custom values."
|
1495 |
+
msgstr ""
|
1496 |
+
"Añade los campos adicionales al perfil estándar del usuario de WordPress. La "
|
1497 |
+
"forma más fácil de crear y gestionar los valores personalizados adicionales."
|
1498 |
+
|
1499 |
+
#: product_list.php:308
|
1500 |
+
msgid ""
|
1501 |
+
"Add and display HTML advertisement banner on WordPress website. Customize "
|
1502 |
+
"bar styles and appearance."
|
1503 |
+
msgstr ""
|
1504 |
+
"Añade y muestra los anuncios publicitarios de HTML en el sitio de WordPress. "
|
1505 |
+
"Personaliza los estilos y la apariencia de la barra."
|
1506 |
+
|
1507 |
+
#: product_list.php:318
|
1508 |
+
msgid ""
|
1509 |
+
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1510 |
+
"widgets."
|
1511 |
+
msgstr ""
|
1512 |
+
"Añade las citas personalizables y bloques de consejos a las entradas, "
|
1513 |
+
"páginas y widgets de WordPress."
|
1514 |
+
|
1515 |
+
#: product_list.php:325
|
1516 |
+
msgid ""
|
1517 |
+
"Add rating plugin to your WordPress website to receive feedback from your "
|
1518 |
+
"customers."
|
1519 |
+
msgstr ""
|
1520 |
+
"Añade el plugin de valoración a tu sitio de WordPress para recibir "
|
1521 |
+
"comentarios de tus clientes."
|
1522 |
+
|
1523 |
+
#: product_list.php:332
|
1524 |
+
msgid ""
|
1525 |
+
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1526 |
+
"properties. Add, search and browse listings easily."
|
1527 |
+
msgstr ""
|
1528 |
+
"Crea tu sitio personal de bienes inmuebles basando en WordPress. Vende, "
|
1529 |
+
"alquila y compra las propiedades. Añade, busca y navega las listas "
|
1530 |
+
"fácilmente."
|
1531 |
+
|
1532 |
+
#: product_list.php:342
|
1533 |
+
msgid ""
|
1534 |
+
"Add related, featured, latest, and popular posts to your WordPress website. "
|
1535 |
+
"Connect your blog readers with a relevant content."
|
1536 |
+
msgstr ""
|
1537 |
+
"Añade las entradas relacionadas, destacadas, recientes y populares a tu "
|
1538 |
+
"sitio de WordPress. Conecta a tus lectores de blog con el contenido "
|
1539 |
+
"relevante."
|
1540 |
+
|
1541 |
+
#: product_list.php:349
|
1542 |
+
msgid ""
|
1543 |
+
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1544 |
+
"settings and detailed reports."
|
1545 |
+
msgstr ""
|
1546 |
+
"Envía mensajes de correo masivo a los usuarios de WordPress. Plantillas "
|
1547 |
+
"personalizadas, ajustes avanzados e informes detallados."
|
1548 |
+
|
1549 |
+
#: product_list.php:359
|
1550 |
+
msgid ""
|
1551 |
+
"The best responsive slider plugin for your WordPress website. Create "
|
1552 |
+
"beautifully animated slides just in a few clicks."
|
1553 |
+
msgstr ""
|
1554 |
+
"El mejor adaptable carrusel plugin para tu sitio de WordPress. Crea las "
|
1555 |
+
"diapositivas maravillosamente animadas con sólo unos clics."
|
1556 |
+
|
1557 |
+
#: product_list.php:366
|
1558 |
+
msgid ""
|
1559 |
+
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1560 |
+
"Yahoo, Hotmail and other services."
|
1561 |
+
msgstr ""
|
1562 |
+
"Configura el servidor SMTP para recibir mensajes de correo electrónico de "
|
1563 |
+
"WordPress en Gmail, Yahoo, Hotmail y otros servicios."
|
1564 |
+
|
1565 |
+
#: product_list.php:373
|
1566 |
+
msgid ""
|
1567 |
+
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1568 |
+
"FB, Twitter, G+1, Pinterest, LinkedIn."
|
1569 |
+
msgstr ""
|
1570 |
+
"Añade los botones y widgets de los medios de comunicación social a las "
|
1571 |
+
"entradas, páginas y widgets de WordPress. FB, Twitter, G+1, Pinterest, "
|
1572 |
+
"LinkedIn."
|
1573 |
+
|
1574 |
+
#: product_list.php:383
|
1575 |
+
msgid ""
|
1576 |
+
"Add social media login, registration, and commenting to your WordPress "
|
1577 |
+
"website."
|
1578 |
+
msgstr ""
|
1579 |
+
"Añade el acceso, registro y comentarios a los medios de comunicación social "
|
1580 |
+
"a tu sitio de WordPress."
|
1581 |
+
|
1582 |
+
#: product_list.php:390
|
1583 |
+
msgid ""
|
1584 |
+
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1585 |
+
"Collect data and subscribe your users."
|
1586 |
+
msgstr ""
|
1587 |
+
"Añade el formulario de inscripción al boletín de noticias a las entradas, "
|
1588 |
+
"páginas y widgets de WordPress. Recoge los datos y suscribe a tus usuarios a "
|
1589 |
+
"las noticias."
|
1590 |
+
|
1591 |
+
#: product_list.php:400
|
1592 |
+
msgid ""
|
1593 |
+
"Add testimonials and feedbacks from your customers to WordPress website "
|
1594 |
+
"posts, pages, and widgets."
|
1595 |
+
msgstr ""
|
1596 |
+
"Añade los testimonios y comentarios de tus clientes a las entradas, páginas "
|
1597 |
+
"y widgets en el sitio de WordPress."
|
1598 |
+
|
1599 |
+
#: product_list.php:407
|
1600 |
+
msgid ""
|
1601 |
+
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1602 |
+
"attendance and generate reports."
|
1603 |
+
msgstr ""
|
1604 |
+
"Mejor plugin de hoja del horario de trabajo para WordPress. Sigue el tiempo "
|
1605 |
+
"laboral de los empleados, optimiza el horario de trabajo en la oficina y "
|
1606 |
+
"crea informes generales."
|
1607 |
+
|
1608 |
+
#: product_list.php:417
|
1609 |
+
msgid ""
|
1610 |
+
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
|
1611 |
+
"and pages."
|
1612 |
+
msgstr ""
|
1613 |
+
"Añade los botones de Twitter Seguir, Twittear, Hashtag y Mencionar a las "
|
1614 |
+
"entradas y páginas de WordPress."
|
1615 |
+
|
1616 |
+
#: product_list.php:427
|
1617 |
+
msgid ""
|
1618 |
+
"Automatically check and update WordPress website core with all installed "
|
1619 |
+
"plugins and themes to the latest versions."
|
1620 |
+
msgstr ""
|
1621 |
+
"Compruebа y actualiza automáticamente el núcleo de sitio de WordPress a las "
|
1622 |
+
"últimas versiones con todos plugins y temas que tienes instalados."
|
1623 |
+
|
1624 |
+
#: product_list.php:437
|
1625 |
+
msgid ""
|
1626 |
+
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1627 |
+
"copy, and delete user roles."
|
1628 |
+
msgstr ""
|
1629 |
+
"Poderoso plugin de gestión de funciones para el sitio de WordPress. Crea, "
|
1630 |
+
"edita, copia y borra los perfiles de usuarios."
|
1631 |
+
|
1632 |
+
#: product_list.php:447
|
1633 |
+
msgid ""
|
1634 |
+
"Display live count of online visitors who are currently browsing your "
|
1635 |
+
"WordPress website."
|
1636 |
+
msgstr ""
|
1637 |
+
"Lleva la cuenta de los visitantes en línea que están hojeando tu sitio de "
|
1638 |
+
"WordPress en ese momento."
|
1639 |
+
|
1640 |
+
#: product_list.php:457
|
1641 |
+
msgid ""
|
1642 |
+
"Backup and export Zendesk Help Center content automatically to your "
|
1643 |
+
"WordPress website database."
|
1644 |
+
msgstr ""
|
1645 |
+
"Haz la copia de seguridad y exporta el contenido de Zendesk Centro de Ayuda "
|
1646 |
+
"automáticamente a tu base de datos en el sitio de WordPress."
|
1647 |
+
|
1648 |
+
#~ msgid ""
|
1649 |
+
#~ "Protect WordPress website forms from spam entries by means of math logic."
|
1650 |
+
#~ msgstr ""
|
1651 |
+
#~ "Protege los formularios en el sitio de WordPress de las entradas de spam "
|
1652 |
+
#~ "mediante lógica matemática."
|
1653 |
+
|
1654 |
+
#~ msgid "Congratulations! Pro Membership license is activated successfully."
|
1655 |
+
#~ msgstr ""
|
1656 |
+
#~ "¡Felicitaciones! La licencia Pro Membership está activada con éxito."
|
1657 |
+
|
1658 |
+
#~ msgid "Email with system info is sent to"
|
1659 |
+
#~ msgstr "El correo electrónico con información de sistema es enviado a"
|
1660 |
+
|
1661 |
+
#~ msgid "Browse Free WordPress Themes"
|
1662 |
+
#~ msgstr "Navegar gratis temas WordPress"
|
1663 |
+
|
1664 |
+
#~ msgid ""
|
1665 |
+
#~ "You can use one license of the Pro plugin for one domain only. Please "
|
1666 |
+
#~ "check and edit your license or domain if necessary using you personal "
|
1667 |
+
#~ "Client Area. We strongly recommend you to solve the problem within 24 "
|
1668 |
+
#~ "hours, otherwise the Pro plugin will be deactivated."
|
1669 |
+
#~ msgstr ""
|
1670 |
+
#~ "Puedes usar una licencia Pro del plugin para un solo dominio. Por favor, "
|
1671 |
+
#~ "comprueba y edita tu licencia o dominio si es necesario utilizando tu "
|
1672 |
+
#~ "Área de Cliente. Te recomendamos que resuelva el problema en 24 horas, de "
|
1673 |
+
#~ "lo contrario el plugin Pro se desactivará."
|
1674 |
+
|
1675 |
+
#~ msgid "email"
|
1676 |
+
#~ msgstr "correo electrónico"
|
1677 |
+
|
1678 |
+
#~ msgid "Please enter valid %1$s Account %2$s"
|
1679 |
+
#~ msgstr "Por favor, introduce %2$s válido para cuenta de %1$s "
|
1680 |
+
|
1681 |
+
#~ msgid "email address"
|
1682 |
+
#~ msgstr "dirección de correo electrónico"
|
1683 |
+
|
1684 |
+
#~ msgid ""
|
1685 |
+
#~ "The %1$s you specified for %2$s Account is already used by another user"
|
1686 |
+
#~ msgstr ""
|
1687 |
+
#~ "La %1$s que has especificado para cuenta de %2$s ya es utilizada por otro "
|
1688 |
+
#~ "usuario"
|
1689 |
+
|
1690 |
+
#~ msgid "Social Login Accounts"
|
1691 |
+
#~ msgstr "Сuentas de Social Login"
|
1692 |
+
|
1693 |
+
#~ msgid "existing Gmail address"
|
1694 |
+
#~ msgstr "dirección de Gmail existente"
|
1695 |
+
|
1696 |
+
#~ msgid "Enter %s to enable sign in with Social Login button."
|
1697 |
+
#~ msgstr "Introduce %s para activar el acceso con el botón de Social Login."
|
1698 |
+
|
1699 |
+
#~ msgid "This email is already registered, please choose another one."
|
1700 |
+
#~ msgstr "Este correo electrónico ya está registrado, por favor, elija otro."
|
1701 |
+
|
1702 |
+
#~ msgid "ERROR"
|
1703 |
+
#~ msgstr "ERROR"
|
1704 |
+
|
1705 |
+
#~ msgid "https://bestwebsoft.com/"
|
1706 |
+
#~ msgstr "https://bestwebsoft.com/"
|
1707 |
+
|
1708 |
+
#~ msgid "BestWebSoft"
|
1709 |
+
#~ msgstr "BestWebSoft"
|
1710 |
+
|
1711 |
+
#~ msgid "https://bestwebsoft.com/products/wordpress/plugins/social-login/"
|
1712 |
+
#~ msgstr "https://bestwebsoft.com/products/wordpress/plugins/social-login/"
|
1713 |
+
|
1714 |
+
#~ msgid "Social Login by BestWebSoft"
|
1715 |
+
#~ msgstr "Social Login by BestWebSoft"
|
1716 |
+
|
1717 |
+
#~ msgid "Sign In with %1$s"
|
1718 |
+
#~ msgstr "Acceder con %1$s"
|
1719 |
+
|
1720 |
+
#~ msgid "Error"
|
1721 |
+
#~ msgstr "Error"
|
1722 |
+
|
1723 |
+
#~ msgid "login failed"
|
1724 |
+
#~ msgstr "error de acceso"
|
1725 |
+
|
1726 |
+
#~ msgid "provided token is invalid"
|
1727 |
+
#~ msgstr "token proporcionado no es válido"
|
1728 |
+
|
1729 |
+
#~ msgid "provided token data is invalid"
|
1730 |
+
#~ msgstr "proporcionados datos de token no son válidos"
|
1731 |
+
|
1732 |
+
#~ msgid "user data is insufficient for registration"
|
1733 |
+
#~ msgstr "datos de usuario son insuficientes para el registro"
|
1734 |
+
|
1735 |
+
#~ msgid "you need to verify your account Email"
|
1736 |
+
#~ msgstr "necesitas verificar el correo electrónico de tu cuenta"
|
1737 |
+
|
1738 |
+
#~ msgid "new users registration is disabled"
|
1739 |
+
#~ msgstr "registro de nuevos usuarios está desactivado"
|
1740 |
+
|
1741 |
+
#~ msgid "failed to register new user"
|
1742 |
+
#~ msgstr "error al registrar nuevo usuario"
|
1743 |
+
|
1744 |
+
#~ msgid "please allow the access to your profile information"
|
1745 |
+
#~ msgstr "permite el acceso a la información de tu perfil"
|
1746 |
+
|
1747 |
+
#~ msgid ""
|
1748 |
+
#~ "Choose the buttons position in the form. This option is available only "
|
1749 |
+
#~ "for Login and Registration forms."
|
1750 |
+
#~ msgstr ""
|
1751 |
+
#~ "Elija la posición de los botones en el formulario. Esta opción está "
|
1752 |
+
#~ "disponible sólo para los formularios de Acceso y Registro."
|
1753 |
+
|
1754 |
+
#~ msgid "Bottom"
|
1755 |
+
#~ msgstr "Abajo"
|
1756 |
+
|
1757 |
+
#~ msgid "Before the submit button"
|
1758 |
+
#~ msgstr "Antes del botón Enviar"
|
1759 |
+
|
1760 |
+
#~ msgid "Top"
|
1761 |
+
#~ msgstr "Arriba"
|
1762 |
+
|
1763 |
+
#~ msgid "Buttons Position"
|
1764 |
+
#~ msgstr "Posición de botones"
|
1765 |
+
|
1766 |
+
#~ msgid "Display Button in"
|
1767 |
+
#~ msgstr "Mostrar el Botón en"
|
1768 |
+
|
1769 |
+
#~ msgid "Client Secret"
|
1770 |
+
#~ msgstr "Secreto del cliente"
|
1771 |
+
|
1772 |
+
#~ msgid "Client ID"
|
1773 |
+
#~ msgstr "ID de cliente"
|
1774 |
+
|
1775 |
+
#~ msgid "Custom code"
|
1776 |
+
#~ msgstr "Código personalizado"
|
1777 |
+
|
1778 |
+
#~ msgid "Settings saved"
|
1779 |
+
#~ msgstr "Ajustes guardados"
|
1780 |
+
|
1781 |
+
#~ msgid "WordPress Comments form"
|
1782 |
+
#~ msgstr "Formulario de Comentarios de WordPress"
|
1783 |
+
|
1784 |
+
#~ msgid "WordPress Registration form"
|
1785 |
+
#~ msgstr "Formulario de Registro de WordPress"
|
1786 |
+
|
1787 |
+
#~ msgid "WordPress Login form"
|
1788 |
+
#~ msgstr "Formulario de Acceso de WordPress"
|
1789 |
+
|
1790 |
+
#~ msgid "Social Login Settings"
|
1791 |
+
#~ msgstr "Ajustes de Social Login"
|
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"
|
@@ -17,11 +17,11 @@ msgstr ""
|
|
17 |
"X-Generator: Poedit 1.8.7.1\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: bws_functions.php:
|
21 |
msgid "requires"
|
22 |
msgstr "obligatoire"
|
23 |
|
24 |
-
#: bws_functions.php:
|
25 |
msgid ""
|
26 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
27 |
"try again."
|
@@ -29,61 +29,61 @@ msgstr ""
|
|
29 |
"ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à "
|
30 |
"jour de WordPress puis de ré-essayer."
|
31 |
|
32 |
-
#: bws_functions.php:
|
33 |
msgid "Back to the WordPress"
|
34 |
msgstr "Retour à WordPress"
|
35 |
|
36 |
-
#: bws_functions.php:
|
37 |
msgid "Plugins page"
|
38 |
msgstr "Page des extensions"
|
39 |
|
40 |
-
#: bws_functions.php:
|
41 |
msgid "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:
|
49 |
msgid "Need help?"
|
50 |
msgstr "Besoin d'aide ?"
|
51 |
|
52 |
-
#: bws_functions.php:
|
53 |
msgid "Visit Help Center"
|
54 |
msgstr "Visiter le site du support"
|
55 |
|
56 |
-
#: bws_functions.php:
|
57 |
msgid "Want to support the plugin?"
|
58 |
msgstr "Voter pour l'extension"
|
59 |
|
60 |
-
#: bws_functions.php:
|
61 |
msgid "Donate"
|
62 |
msgstr "Don"
|
63 |
|
64 |
-
#: bws_functions.php:
|
65 |
msgid "WARNING: Illegal use notification"
|
66 |
msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
|
67 |
|
68 |
-
#: bws_functions.php:
|
69 |
msgid ""
|
70 |
"You can use one license of the Pro plugin for one domain only. Please check "
|
71 |
-
"and edit your license or domain if necessary using
|
72 |
-
"We strongly recommend you to solve the problem within 24 hours,
|
73 |
-
"the Pro plugin will be deactivated."
|
74 |
-
msgstr ""
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
"de résoudre ce problème dans les 24 heures, sinon l'extension sera rendue "
|
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:
|
87 |
msgid ""
|
88 |
"Notice: Your Pro Trial license has expired. To continue using the plugin, "
|
89 |
"you should buy a Pro license"
|
@@ -91,7 +91,7 @@ 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:
|
95 |
msgid ""
|
96 |
"Your license has expired. To continue getting top-priority support and "
|
97 |
"plugin updates, you should extend it."
|
@@ -99,25 +99,25 @@ 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:
|
103 |
msgid "Learn more"
|
104 |
msgstr "En savoir plus"
|
105 |
|
106 |
-
#: bws_functions.php:
|
107 |
#, php-format
|
108 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
109 |
msgstr ""
|
110 |
"Avertissement : vous utilisez la version d'évaluation de l'extension %s."
|
111 |
|
112 |
-
#: bws_functions.php:
|
113 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
114 |
msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension."
|
115 |
|
116 |
-
#: bws_functions.php:
|
117 |
msgid "The Pro Trial license will expire on"
|
118 |
msgstr "La licence PRO d'évaluation expirera le"
|
119 |
|
120 |
-
#: bws_functions.php:
|
121 |
msgid ""
|
122 |
"or higher! We do not guarantee that our plugin will work correctly. Please "
|
123 |
"upgrade to WordPress latest version."
|
@@ -125,76 +125,76 @@ msgstr ""
|
|
125 |
"ou plus ! Nous ne garantissons pas que notre extension fonctionne "
|
126 |
"correctement. Merci de mettre à jour Wordpress avec la dernière version."
|
127 |
|
128 |
-
#: bws_functions.php:
|
129 |
#, php-format
|
130 |
msgid "Thank you for installing %s plugin!"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: bws_functions.php:
|
134 |
msgid "Let's get started"
|
135 |
msgstr "Démarrer"
|
136 |
|
137 |
-
#: bws_functions.php:
|
138 |
-
#: bws_menu.php:
|
139 |
msgid "Settings"
|
140 |
msgstr "Réglages"
|
141 |
|
142 |
-
#: bws_functions.php:
|
143 |
-
#: class-bws-settings.php:
|
144 |
msgid "or"
|
145 |
msgstr "ou"
|
146 |
|
147 |
-
#: bws_functions.php:
|
148 |
msgid "Add New"
|
149 |
msgstr "Ajouter"
|
150 |
|
151 |
-
#: bws_functions.php:
|
152 |
-
#: bws_functions.php:
|
153 |
msgid "Close notice"
|
154 |
msgstr "Effacer l'avertissement"
|
155 |
|
156 |
-
#: bws_functions.php:
|
157 |
msgid "Thank you for installing plugins by BestWebSoft!"
|
158 |
msgstr "Merci d'avoir installé des extensions de BestWebSoft!"
|
159 |
|
160 |
-
#: bws_functions.php:
|
161 |
msgid "More Details"
|
162 |
msgstr "Plus de détails"
|
163 |
|
164 |
-
#: bws_functions.php:
|
165 |
msgid "Less Details"
|
166 |
msgstr "Moins de détails"
|
167 |
|
168 |
-
#: bws_functions.php:
|
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:
|
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:
|
180 |
msgid "It’s time to upgrade your"
|
181 |
msgstr "C'est le moment de mettre à jour votre "
|
182 |
|
183 |
-
#: bws_functions.php:
|
184 |
msgid "to"
|
185 |
msgstr "à"
|
186 |
|
187 |
-
#: bws_functions.php:
|
188 |
msgid "version!"
|
189 |
msgstr "version"
|
190 |
|
191 |
-
#: bws_functions.php:
|
192 |
msgid "Extend standard plugin functionality with new great options."
|
193 |
msgstr ""
|
194 |
"Étend les fonctionnalités classiques de l'extension avec des nouvelles "
|
195 |
"options."
|
196 |
|
197 |
-
#: bws_functions.php:
|
198 |
#, php-format
|
199 |
msgid ""
|
200 |
"Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
|
@@ -203,12 +203,12 @@ 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:
|
207 |
#, php-format
|
208 |
msgid "Thank you for choosing %s plugin!"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: bws_functions.php:
|
212 |
msgid ""
|
213 |
"If you have a feature, suggestion or idea you'd like to see in the plugin, "
|
214 |
"we'd love to hear about it!"
|
@@ -216,25 +216,25 @@ msgstr ""
|
|
216 |
"Si vous avez une fonctionnalité, une suggestion ou une idée que vous "
|
217 |
"souhaitez pour cette extension, nous serons ravis d'en parler avec vous !"
|
218 |
|
219 |
-
#: bws_functions.php:
|
220 |
msgid "Suggest a Feature"
|
221 |
msgstr "Proposer une fonctionnalité"
|
222 |
|
223 |
-
#: bws_functions.php:
|
224 |
-
#: class-bws-settings.php:
|
225 |
msgid "Notice"
|
226 |
msgstr "Avertissement"
|
227 |
|
228 |
-
#: bws_functions.php:
|
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:
|
233 |
-
#: deprecated.php:
|
234 |
msgid "Save Changes"
|
235 |
msgstr "Enregistrer les modifications"
|
236 |
|
237 |
-
#: bws_functions.php:
|
238 |
msgid ""
|
239 |
"You can always look at premium options by checking the \"Pro Options\" in "
|
240 |
"the \"Misc\" tab."
|
@@ -242,81 +242,77 @@ 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:
|
246 |
msgid "Add BWS Shortcode"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: bws_functions.php:
|
250 |
msgid "Add BWS Plugins Shortcode"
|
251 |
msgstr "Ajouter le code court de l'extension BWS"
|
252 |
|
253 |
-
#: bws_functions.php:
|
254 |
msgid "Add shortcode"
|
255 |
msgstr "Ajouter le code court"
|
256 |
|
257 |
-
#: bws_functions.php:
|
258 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
259 |
msgstr "Ajouter le code court des extensions BestWebSoft avec ce bouton."
|
260 |
|
261 |
-
#: bws_functions.php:
|
262 |
msgid "Close"
|
263 |
msgstr "Fermer"
|
264 |
|
265 |
-
#: bws_functions.php:
|
266 |
msgid "Are you sure you want to restore default settings?"
|
267 |
msgstr "Êtes vous sûr de vouloir remettre toutes les valeurs par défaut ?"
|
268 |
|
269 |
-
#: bws_functions.php:
|
270 |
msgid "Yes, restore all settings"
|
271 |
msgstr "Oui, remettre les valeurs par défaut"
|
272 |
|
273 |
-
#: bws_functions.php:
|
274 |
msgid "No, go back to the settings page"
|
275 |
msgstr "Non, retourner à la page des paramètres"
|
276 |
|
277 |
-
#: bws_functions.php:
|
278 |
msgid "Plugin"
|
279 |
msgstr "Extension"
|
280 |
|
281 |
-
#: bws_functions.php:
|
282 |
msgid "Shortcode settings"
|
283 |
msgstr "Paramètres du code court"
|
284 |
|
285 |
-
#: bws_functions.php:
|
286 |
msgid "The shortcode will be inserted"
|
287 |
msgstr "Le code court sera inséré"
|
288 |
|
289 |
-
#: bws_functions.php:
|
290 |
-
msgid "Insert"
|
291 |
-
msgstr "Insérer"
|
292 |
-
|
293 |
-
#: bws_functions.php:912
|
294 |
msgid "FAQ"
|
295 |
msgstr "FAQ"
|
296 |
|
297 |
-
#: bws_functions.php:
|
298 |
msgid "For more information:"
|
299 |
msgstr "Pour plus d'informations :"
|
300 |
|
301 |
-
#: bws_functions.php:
|
302 |
msgid "Documentation"
|
303 |
msgstr "Documentation"
|
304 |
|
305 |
-
#: bws_functions.php:
|
306 |
msgid "Video Instructions"
|
307 |
msgstr "Vidéo explicative"
|
308 |
|
309 |
-
#: bws_functions.php:
|
310 |
msgid "Submit a Request"
|
311 |
msgstr "Soumettre une requête"
|
312 |
|
313 |
-
#: bws_menu.php:101 class-bws-settings.php:
|
314 |
msgid "Wrong license key"
|
315 |
msgstr "Clé de licence incorrecte"
|
316 |
|
317 |
-
#: bws_menu.php:122 class-bws-settings.php:
|
318 |
-
#: class-bws-settings.php:
|
319 |
-
#: deprecated.php:
|
320 |
msgid ""
|
321 |
"Something went wrong. Please try again later. If the error appears again, "
|
322 |
"please contact us"
|
@@ -325,14 +321,14 @@ msgstr ""
|
|
325 |
"nouveau, merci de contacter <a href=http://support.bestwebsoft."
|
326 |
"com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
|
327 |
|
328 |
-
#: bws_menu.php:122 class-bws-settings.php:
|
329 |
-
#: class-bws-settings.php:
|
330 |
-
#: deprecated.php:
|
331 |
msgid "We are sorry for inconvenience."
|
332 |
msgstr "Nous sommes désolés pour le désagrément."
|
333 |
|
334 |
-
#: bws_menu.php:128 class-bws-settings.php:
|
335 |
-
#: deprecated.php:139 deprecated.php:
|
336 |
msgid "Wrong license key."
|
337 |
msgstr "Clé de licence incorrecte."
|
338 |
|
@@ -348,13 +344,13 @@ msgstr ""
|
|
348 |
msgid "Log in"
|
349 |
msgstr "Connexion"
|
350 |
|
351 |
-
#: bws_menu.php:132 bws_menu.php:
|
352 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
353 |
msgstr ""
|
354 |
"Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
|
355 |
"télécharger l'extension manuellement."
|
356 |
|
357 |
-
#: bws_menu.php:134
|
358 |
#, php-format
|
359 |
msgid ""
|
360 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
@@ -364,7 +360,7 @@ msgstr ""
|
|
364 |
"rapide et des mises à jour de l'extension vous devez la renouveler dans "
|
365 |
"votre %s"
|
366 |
|
367 |
-
#: bws_menu.php:136 class-bws-settings.php:
|
368 |
msgid ""
|
369 |
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
370 |
"Trial license can be installed only once."
|
@@ -372,20 +368,19 @@ msgstr ""
|
|
372 |
"Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
|
373 |
"peut-être installée qu'une seule fois."
|
374 |
|
375 |
-
#: bws_menu.php:142 class-bws-settings.php:
|
376 |
msgid "The license key is valid."
|
377 |
msgstr "La clé de licence est valide."
|
378 |
|
379 |
-
#: bws_menu.php:144 class-bws-settings.php:
|
380 |
msgid "Your license will expire on"
|
381 |
msgstr "Votre licence se termine le "
|
382 |
|
383 |
#: bws_menu.php:146
|
384 |
-
msgid "Congratulations! Pro Membership license is
|
385 |
msgstr ""
|
386 |
-
"Félicitations! La version PRO de cette extension a été activée avec succès."
|
387 |
|
388 |
-
#: bws_menu.php:153 class-bws-settings.php:
|
389 |
msgid ""
|
390 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
391 |
"sorry for inconvenience."
|
@@ -539,67 +534,68 @@ msgstr "Extensions inactives"
|
|
539 |
msgid "Please enter a valid email address."
|
540 |
msgstr "Merci de saisir une adresse e-mail valide."
|
541 |
|
542 |
-
#: bws_menu.php:
|
543 |
-
|
544 |
-
|
|
|
545 |
|
546 |
-
#: bws_menu.php:
|
547 |
msgid "Thank you for contacting us."
|
548 |
msgstr "Merci de nous avoir contacté."
|
549 |
|
550 |
-
#: bws_menu.php:
|
551 |
msgid "Sorry, email message could not be delivered."
|
552 |
msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
|
553 |
|
554 |
-
#: bws_menu.php:
|
555 |
msgid "Plugins"
|
556 |
msgstr "Extensions"
|
557 |
|
558 |
-
#: bws_menu.php:
|
559 |
msgid "Themes"
|
560 |
msgstr "Thèmes"
|
561 |
|
562 |
-
#: bws_menu.php:
|
563 |
msgid "System status"
|
564 |
msgstr "Etat du système"
|
565 |
|
566 |
-
#: bws_menu.php:
|
567 |
msgid "Support"
|
568 |
msgstr "Support"
|
569 |
|
570 |
-
#: bws_menu.php:
|
571 |
msgid "Manage purchased licenses & subscriptions"
|
572 |
msgstr "Gérer les licences et les adhésions"
|
573 |
|
574 |
-
#: bws_menu.php:
|
575 |
#, php-format
|
576 |
msgid "Get Access to %s+ Premium Plugins"
|
577 |
msgstr "Accéder à plus de %s extension premiums"
|
578 |
|
579 |
-
#: bws_menu.php:
|
580 |
msgid "Subscribe to Pro Membership"
|
581 |
msgstr "Souscrire une adhésion PRO"
|
582 |
|
583 |
-
#: bws_menu.php:
|
584 |
#: deprecated.php:227
|
585 |
msgid "Check license key"
|
586 |
msgstr "Vérifier la clé de licence"
|
587 |
|
588 |
-
#: bws_menu.php:
|
589 |
msgid "Enter your license key"
|
590 |
msgstr "Merci de saisir votre clé de licence"
|
591 |
|
592 |
-
#: bws_menu.php:
|
593 |
-
#: class-bws-settings.php:
|
594 |
-
#: deprecated.php:
|
595 |
msgid "Activate"
|
596 |
msgstr "Activé"
|
597 |
|
598 |
-
#: bws_menu.php:
|
599 |
msgid "Upload Plugin"
|
600 |
msgstr "Charger l'extension"
|
601 |
|
602 |
-
#: bws_menu.php:
|
603 |
#, php-format
|
604 |
msgid ""
|
605 |
"The plugin generated %d characters of <strong>unexpected output</strong> "
|
@@ -612,7 +608,7 @@ msgstr ""
|
|
612 |
"sent”, des problèmes avec les flux de syndication ou autres, essayez "
|
613 |
"de désactiver l'extension ou supprimer l'extension."
|
614 |
|
615 |
-
#: bws_menu.php:
|
616 |
msgid ""
|
617 |
"Plugin could not be activated because it triggered a <strong>fatal error</"
|
618 |
"strong>."
|
@@ -620,42 +616,40 @@ msgstr ""
|
|
620 |
"L'extension ne peut pas être activée car une <strong>erreur fatale</strong> "
|
621 |
"a été détectée."
|
622 |
|
623 |
-
#: bws_menu.php:
|
624 |
msgid "Plugin <strong>activated</strong>."
|
625 |
msgstr "Extension <strong>activée</strong>."
|
626 |
|
627 |
-
#: bws_menu.php:
|
628 |
msgid "Installing Plugin"
|
629 |
msgstr "Extensions installées"
|
630 |
|
631 |
-
#: bws_menu.php:
|
632 |
msgid "Downloading install package from"
|
633 |
msgstr "Télécharger le paquet d'installation depuis"
|
634 |
|
635 |
-
#: bws_menu.php:
|
636 |
-
#:
|
637 |
-
#: class-bws-settings.php:992 deprecated.php:387 deprecated.php:409
|
638 |
-
#: deprecated.php:431
|
639 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
640 |
msgstr ""
|
641 |
"Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension "
|
642 |
"manuellement."
|
643 |
|
644 |
-
#: bws_menu.php:
|
645 |
msgid "Unpacking the package"
|
646 |
msgstr "Décompresser le paquet"
|
647 |
|
648 |
-
#: bws_menu.php:
|
649 |
msgid "Installing the plugin"
|
650 |
msgstr "Installer l'extension"
|
651 |
|
652 |
-
#: bws_menu.php:
|
653 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
654 |
msgstr ""
|
655 |
"Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
|
656 |
"manuellement."
|
657 |
|
658 |
-
#: bws_menu.php:
|
659 |
msgid ""
|
660 |
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
661 |
"plugin manually"
|
@@ -663,160 +657,160 @@ msgstr ""
|
|
663 |
"Votre serveur n'a pas le support du format des archives ZIP ou Phar. Merci "
|
664 |
"de télécharger l'extension manuellement."
|
665 |
|
666 |
-
#: bws_menu.php:
|
667 |
#, php-format
|
668 |
msgid "The plugin %s is successfully installed."
|
669 |
msgstr "L'extension %s a été installée avec succès."
|
670 |
|
671 |
-
#: bws_menu.php:
|
672 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
673 |
msgstr ""
|
674 |
"Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
|
675 |
"manuellement."
|
676 |
|
677 |
-
#: bws_menu.php:
|
678 |
msgid "Activate Plugin"
|
679 |
msgstr "Activer l'extension"
|
680 |
|
681 |
-
#: bws_menu.php:
|
682 |
msgid "Return to BestWebSoft Panel"
|
683 |
msgstr "Retourner à l'administration BestWebSoft"
|
684 |
|
685 |
-
#: bws_menu.php:
|
686 |
msgid "All"
|
687 |
msgstr "Tous"
|
688 |
|
689 |
-
#: bws_menu.php:
|
690 |
msgid "Installed"
|
691 |
msgstr "Installé"
|
692 |
|
693 |
-
#: bws_menu.php:
|
694 |
msgid "Not Installed"
|
695 |
msgstr "Non installé"
|
696 |
|
697 |
-
#: bws_menu.php:
|
698 |
msgid "Filter results"
|
699 |
msgstr "Filtrer les résultats"
|
700 |
|
701 |
-
#: bws_menu.php:
|
702 |
msgid "Category"
|
703 |
msgstr "Catégorie"
|
704 |
|
705 |
-
#: bws_menu.php:
|
706 |
msgid "Not installed"
|
707 |
msgstr "Non installé"
|
708 |
|
709 |
-
#: bws_menu.php:
|
710 |
msgid "Renew to get updates"
|
711 |
msgstr "Se réabonner pour avoir les mises à jour"
|
712 |
|
713 |
-
#: bws_menu.php:
|
714 |
#, php-format
|
715 |
msgid "Update to v %s"
|
716 |
msgstr "Mettre à jour avec la version %s"
|
717 |
|
718 |
-
#: bws_menu.php:
|
719 |
msgid "Install Now"
|
720 |
msgstr "Installer maintenant"
|
721 |
|
722 |
-
#: bws_menu.php:
|
723 |
msgid "Upgrade to Pro"
|
724 |
msgstr "Passer à la version PRO"
|
725 |
|
726 |
-
#: bws_menu.php:
|
727 |
msgid "Activate this plugin"
|
728 |
msgstr "Activer cette extension"
|
729 |
|
730 |
-
#: bws_menu.php:
|
731 |
msgid "Install this plugin"
|
732 |
msgstr "Installer cette extension"
|
733 |
|
734 |
-
#: bws_menu.php:
|
735 |
msgid "Nothing found. Try another criteria."
|
736 |
msgstr "Pas de réponse. essayer d'autres critères."
|
737 |
|
738 |
-
#: bws_menu.php:
|
739 |
#, php-format
|
740 |
msgid "By %s"
|
741 |
msgstr "Par %s"
|
742 |
|
743 |
-
#: bws_menu.php:
|
744 |
msgid "Already Installed"
|
745 |
msgstr "Déjà installé"
|
746 |
|
747 |
-
#: bws_menu.php:
|
748 |
-
msgid "Browse
|
749 |
-
msgstr "
|
750 |
|
751 |
-
#: bws_menu.php:
|
752 |
msgid "Send to support"
|
753 |
msgstr "Envoyé au support"
|
754 |
|
755 |
-
#: bws_menu.php:
|
756 |
msgid "Send to custom email »"
|
757 |
msgstr "Envoyer un e-mail spécifique »"
|
758 |
|
759 |
-
#: class-bws-settings.php:
|
760 |
msgid "Information"
|
761 |
msgstr "Information"
|
762 |
|
763 |
-
#: class-bws-settings.php:
|
764 |
msgid "Inactive"
|
765 |
msgstr "Inactive"
|
766 |
|
767 |
-
#: class-bws-settings.php:
|
768 |
msgid "Expired"
|
769 |
msgstr "Expiré"
|
770 |
|
771 |
-
#: class-bws-settings.php:
|
772 |
#, php-format
|
773 |
msgid "%s day(-s) left"
|
774 |
msgstr "%s jour(s) restant"
|
775 |
|
776 |
-
#: class-bws-settings.php:
|
777 |
#, php-format
|
778 |
msgid "Expired on %s"
|
779 |
msgstr "Terminer le %s"
|
780 |
|
781 |
-
#: class-bws-settings.php:
|
782 |
msgid "Renew Now"
|
783 |
msgstr "Renouveler maintenant"
|
784 |
|
785 |
-
#: class-bws-settings.php:
|
786 |
msgid "Active"
|
787 |
msgstr "Activé"
|
788 |
|
789 |
-
#: class-bws-settings.php:
|
790 |
msgid "License"
|
791 |
msgstr "Licence"
|
792 |
|
793 |
-
#: class-bws-settings.php:
|
794 |
msgid "Status"
|
795 |
msgstr "Etat"
|
796 |
|
797 |
-
#: class-bws-settings.php:
|
798 |
msgid "Version"
|
799 |
msgstr "Version"
|
800 |
|
801 |
-
#: class-bws-settings.php:
|
802 |
msgid "All plugin settings were restored."
|
803 |
msgstr "Les paramètres de l'extension ont été remis aux valeurs d'origine."
|
804 |
|
805 |
-
#: class-bws-settings.php:
|
806 |
msgid "Custom Code"
|
807 |
msgstr "Code personnalisé"
|
808 |
|
809 |
-
#: class-bws-settings.php:
|
810 |
msgid "You do not have sufficient permissions to edit plugins for this site."
|
811 |
msgstr ""
|
812 |
"Vous n'avez pas assez de droits pour modifier l'extension pour ce site."
|
813 |
|
814 |
-
#: class-bws-settings.php:
|
815 |
msgid "These styles will be added to the header on all pages of your site."
|
816 |
msgstr ""
|
817 |
"Ces styles seront ajoutés aux entêtes sur tous les pages de votre site."
|
818 |
|
819 |
-
#: class-bws-settings.php:
|
820 |
#, php-format
|
821 |
msgid ""
|
822 |
"This PHP code will be hooked to the %s action and will be printed on front "
|
@@ -825,11 +819,11 @@ msgstr ""
|
|
825 |
"Ce code PHP sera rattaché à l'action %s et sera affiché uniquement sur la "
|
826 |
"partie publique."
|
827 |
|
828 |
-
#: class-bws-settings.php:
|
829 |
msgid "These code will be added to the header on all pages of your site."
|
830 |
msgstr "Ce code sera ajouté aux entêtes sur tous les pages de votre site."
|
831 |
|
832 |
-
#: class-bws-settings.php:
|
833 |
#, php-format
|
834 |
msgid ""
|
835 |
"You need to make this files writable before you can save your changes. See "
|
@@ -838,25 +832,25 @@ msgstr ""
|
|
838 |
"Vous devez rendre ce fichier modifiable avant de pouvoir enregistrer vos "
|
839 |
"modifications. Regarder %s du Codex %s pour plus d'informations."
|
840 |
|
841 |
-
#: class-bws-settings.php:
|
842 |
msgid "Browsing"
|
843 |
msgstr "Parcourir"
|
844 |
|
845 |
-
#: class-bws-settings.php:
|
846 |
#, php-format
|
847 |
msgid "Activate custom %s code."
|
848 |
msgstr "Activer le code personnalisé %s."
|
849 |
|
850 |
-
#: class-bws-settings.php:
|
851 |
#, php-format
|
852 |
msgid "Learn more about %s"
|
853 |
msgstr "En savoir plus sur %s"
|
854 |
|
855 |
-
#: class-bws-settings.php:
|
856 |
msgid "Miscellaneous Settings"
|
857 |
msgstr "Paramètres divers"
|
858 |
|
859 |
-
#: class-bws-settings.php:
|
860 |
#, php-format
|
861 |
msgid ""
|
862 |
"It is prohibited to change %s settings on this site in the %s network "
|
@@ -865,7 +859,7 @@ msgstr ""
|
|
865 |
"Il est interdit de changer le paramètre %s sur ce site dans les paramètres "
|
866 |
"%s du réseau."
|
867 |
|
868 |
-
#: class-bws-settings.php:
|
869 |
#, php-format
|
870 |
msgid ""
|
871 |
"It is prohibited to view %s settings on this site in the %s network settings."
|
@@ -873,69 +867,69 @@ msgstr ""
|
|
873 |
"Il est interdit de voir le paramètre %s sur ce site dans les paramètres %s "
|
874 |
"du réseau."
|
875 |
|
876 |
-
#: class-bws-settings.php:
|
877 |
msgid "Pro Options"
|
878 |
msgstr "Options Pro"
|
879 |
|
880 |
-
#: class-bws-settings.php:
|
881 |
msgid "Enable to display plugin Pro options."
|
882 |
msgstr "Activer pour voir les options PRO de l'extension."
|
883 |
|
884 |
-
#: class-bws-settings.php:
|
885 |
msgid "Track Usage"
|
886 |
msgstr "Suivi de l'utilisation"
|
887 |
|
888 |
-
#: class-bws-settings.php:
|
889 |
msgid ""
|
890 |
"Enable to allow tracking plugin usage anonymously in order to make it better."
|
891 |
msgstr ""
|
892 |
"Activer pour autoriser le suivi de l'utilisation de l'extension de manière "
|
893 |
"anonyme afin de le rendre meilleur."
|
894 |
|
895 |
-
#: class-bws-settings.php:
|
896 |
msgid "Default Settings"
|
897 |
msgstr "Réglages par défauts"
|
898 |
|
899 |
-
#: class-bws-settings.php:
|
900 |
msgid "Restore Settings"
|
901 |
msgstr "Remettre les paramètres"
|
902 |
|
903 |
-
#: class-bws-settings.php:
|
904 |
msgid "This will restore plugin settings to defaults."
|
905 |
msgstr "Remettre les valeurs par défaut des paramètres de l'extension."
|
906 |
|
907 |
-
#: class-bws-settings.php:
|
908 |
msgid "Import / Export"
|
909 |
msgstr "Importer / Exporter"
|
910 |
|
911 |
-
#: class-bws-settings.php:
|
912 |
-
#: class-bws-settings.php:
|
913 |
msgid "License Key"
|
914 |
msgstr "Clé de licence"
|
915 |
|
916 |
-
#: class-bws-settings.php:
|
917 |
msgid "Congratulations! Pro license is activated successfully."
|
918 |
msgstr ""
|
919 |
"Félicitations! La version PRO de cette extension a été activée avec succès."
|
920 |
|
921 |
-
#: class-bws-settings.php:
|
922 |
#, php-format
|
923 |
msgid "You will be automatically redirected to the %s in %s seconds."
|
924 |
msgstr ""
|
925 |
|
926 |
-
#: class-bws-settings.php:
|
927 |
msgid "Settings page"
|
928 |
msgstr "Page des paramètres"
|
929 |
|
930 |
-
#: class-bws-settings.php:
|
931 |
#, php-format
|
932 |
msgid "Enter your license key to activate %s and get premium plugin features."
|
933 |
msgstr ""
|
934 |
"Saisir votre clé de licence pour activer %s et obtenir les fonctionnalités "
|
935 |
"premium."
|
936 |
|
937 |
-
#: class-bws-settings.php:
|
938 |
-
#: deprecated.php:
|
939 |
msgid ""
|
940 |
"Unfortunately, you have exceeded the number of available tries per day. "
|
941 |
"Please, upload the plugin manually."
|
@@ -943,12 +937,12 @@ msgstr ""
|
|
943 |
"Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
|
944 |
"télécharger l'extension manuellement."
|
945 |
|
946 |
-
#: class-bws-settings.php:
|
947 |
#, php-format
|
948 |
msgid "Start Your Free %s-Day Trial Now"
|
949 |
msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
|
950 |
|
951 |
-
#: class-bws-settings.php:
|
952 |
msgid ""
|
953 |
"If necessary, you can check if the license key is correct or reenter it in "
|
954 |
"the field below."
|
@@ -956,15 +950,15 @@ msgstr ""
|
|
956 |
"Si nécessaire vous pouvez vérifier que la clé de licence est correcte ou la "
|
957 |
"saisir de nouveau dans le champ ci-dessous."
|
958 |
|
959 |
-
#: class-bws-settings.php:
|
960 |
msgid "Manage License Settings"
|
961 |
msgstr "Gérer les paramètres de licence"
|
962 |
|
963 |
-
#: class-bws-settings.php:
|
964 |
msgid "Login to Client Area"
|
965 |
msgstr "Se connecter à l'espace client"
|
966 |
|
967 |
-
#: class-bws-settings.php:
|
968 |
msgid ""
|
969 |
"Manage active licenses, download BWS products, and view your payment history "
|
970 |
"using BestWebSoft Client Area."
|
@@ -972,12 +966,12 @@ msgstr ""
|
|
972 |
"Gérer les licences actives, télécharger les produits BWS, et voir "
|
973 |
"l'historique de vos règlements dans l'interface client de BestWebSoft."
|
974 |
|
975 |
-
#: class-bws-settings.php:
|
976 |
-
#: deprecated.php:
|
977 |
msgid "This license key is bound to another site."
|
978 |
msgstr "La clé de licence correspond à un autre site."
|
979 |
|
980 |
-
#: class-bws-settings.php:
|
981 |
msgid ""
|
982 |
"This license key is valid, but Your license has expired. If you want to "
|
983 |
"update our plugin in future, you should extend the license."
|
@@ -986,13 +980,13 @@ msgstr ""
|
|
986 |
"continuer à disposer du support rapide et des mises à jour de l'extension "
|
987 |
"vous devez la renouveller."
|
988 |
|
989 |
-
#: class-bws-settings.php:
|
990 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
991 |
msgstr ""
|
992 |
"Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
|
993 |
"télécharger l'extension manuellement."
|
994 |
|
995 |
-
#: class-bws-settings.php:
|
996 |
msgid ""
|
997 |
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
998 |
"The Pro Trial license can be installed only once."
|
@@ -1000,11 +994,11 @@ msgstr ""
|
|
1000 |
"Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
|
1001 |
"peut-être installée qu'une seule fois."
|
1002 |
|
1003 |
-
#: class-bws-settings.php:
|
1004 |
msgid "The Pro Trial license key is valid."
|
1005 |
msgstr "La clé de licence d'évaluation est valide."
|
1006 |
|
1007 |
-
#: class-bws-settings.php:
|
1008 |
#, php-format
|
1009 |
msgid ""
|
1010 |
"In order to continue using the plugin it is necessary to buy a %s license."
|
@@ -1012,26 +1006,148 @@ msgstr ""
|
|
1012 |
"Afin de pouvoir continuer à utiliser cette extension il est nécessaire "
|
1013 |
"d'acheter une licence %s."
|
1014 |
|
1015 |
-
#: class-bws-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1016 |
msgid "Please, enter Your license key"
|
1017 |
msgstr "Merci de saisir votre clé de licence"
|
1018 |
|
1019 |
-
#: class-bws-settings.php:
|
1020 |
msgid "Need Help?"
|
1021 |
msgstr "Besoin d'aide ?"
|
1022 |
|
1023 |
-
#: class-bws-settings.php:
|
1024 |
msgid "Read the Instruction"
|
1025 |
msgstr "Lire les instructions"
|
1026 |
|
1027 |
-
#: class-bws-settings.php:
|
1028 |
msgid "Watch the Video"
|
1029 |
msgstr "Regarder la vidéo"
|
1030 |
|
1031 |
-
#: class-bws-settings.php:
|
1032 |
msgid "Start Your Free Trial"
|
1033 |
msgstr "Débuter votre licence d'évaluation gratuite"
|
1034 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1035 |
#: deprecated.php:93
|
1036 |
msgid "System Status"
|
1037 |
msgstr "Etat du système"
|
@@ -1059,70 +1175,70 @@ msgstr ""
|
|
1059 |
"l'achat de l'extension). Si nécessaire, utilisez la fonction de demande de "
|
1060 |
"mot de passe perdu."
|
1061 |
|
1062 |
-
#: deprecated.php:
|
1063 |
msgid "After that, you can activate it by entering your license key."
|
1064 |
msgstr ""
|
1065 |
" Après vous pouvez activer cette extension en donnant votre clé de licence."
|
1066 |
|
1067 |
-
#: deprecated.php:249 deprecated.php:
|
1068 |
msgid "License key can be found in the"
|
1069 |
msgstr "La clé de licence peut être trouvée dans "
|
1070 |
|
1071 |
-
#: deprecated.php:251 deprecated.php:
|
1072 |
msgid "(your username is the email address specified during the purchase)."
|
1073 |
msgstr ""
|
1074 |
"(votre nom d'utilisateur est l'adresse e-mail que vous avez donnée lors de "
|
1075 |
"l'achat de l'extension)."
|
1076 |
|
1077 |
-
#: deprecated.php:
|
1078 |
msgid ""
|
1079 |
"Congratulations! The Pro license of the plugin is activated successfully."
|
1080 |
msgstr ""
|
1081 |
"Félicitations! La version PRO de cette extension a été activée avec succès."
|
1082 |
|
1083 |
-
#: deprecated.php:
|
1084 |
msgid "Please, go to"
|
1085 |
msgstr "Merci d’aller à"
|
1086 |
|
1087 |
-
#: deprecated.php:
|
1088 |
msgid "the setting page"
|
1089 |
msgstr "Options supplémentaires"
|
1090 |
|
1091 |
-
#: deprecated.php:
|
1092 |
msgid "You will be redirected automatically in 5 seconds."
|
1093 |
msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
|
1094 |
|
1095 |
-
#: deprecated.php:
|
1096 |
msgid "Check premium options on the plugin settings page!"
|
1097 |
msgstr ""
|
1098 |
"Vérifier les options premium sur la page des paramètres de l'extension!"
|
1099 |
|
1100 |
-
#: deprecated.php:
|
1101 |
msgid "Restore all plugin settings to defaults"
|
1102 |
msgstr "Remettre les valeurs par défaut des paramètres de l'extension"
|
1103 |
|
1104 |
-
#: deprecated.php:
|
1105 |
msgid "Restore settings"
|
1106 |
msgstr "Remettre les paramètres"
|
1107 |
|
1108 |
-
#: deprecated.php:
|
1109 |
#, php-format
|
1110 |
msgid "File %s edited successfully."
|
1111 |
msgstr "Le fichier %s a été modifié avec succès."
|
1112 |
|
1113 |
-
#: deprecated.php:
|
1114 |
msgid "Not enough permissions to create or update the file"
|
1115 |
msgstr "Pas assez de droits pour créer ou modifier le fichier"
|
1116 |
|
1117 |
-
#: deprecated.php:
|
1118 |
msgid "Not enough permissions to create the file"
|
1119 |
msgstr "Pas assez de droits pour créer le fichier"
|
1120 |
|
1121 |
-
#: deprecated.php:
|
1122 |
msgid "Editing"
|
1123 |
msgstr "Modifier"
|
1124 |
|
1125 |
-
#: deprecated.php:
|
1126 |
msgid ""
|
1127 |
"Congratulations! Pro version of the plugin is installed and activated "
|
1128 |
"successfully."
|
@@ -1130,15 +1246,15 @@ msgstr ""
|
|
1130 |
"Félicitations! La version PRO de cette extension a été téléchargée et "
|
1131 |
"activée avec succès."
|
1132 |
|
1133 |
-
#: deprecated.php:
|
1134 |
msgid "Show Pro features"
|
1135 |
msgstr "Voir les fonctionnalités de la version PRO"
|
1136 |
|
1137 |
-
#: deprecated.php:
|
1138 |
msgid "Enter your license key to install and activate"
|
1139 |
msgstr "Saisir votre clé de licence pour installer et activer"
|
1140 |
|
1141 |
-
#: deprecated.php:
|
1142 |
msgid "version of the plugin."
|
1143 |
msgstr "version de l'extension."
|
1144 |
|
@@ -1179,8 +1295,7 @@ msgid "SMM"
|
|
1179 |
msgstr ""
|
1180 |
|
1181 |
#: product_list.php:22
|
1182 |
-
msgid ""
|
1183 |
-
"Protect WordPress website forms from spam entries by means of math logic."
|
1184 |
msgstr ""
|
1185 |
|
1186 |
#: product_list.php:32
|
@@ -1220,250 +1335,264 @@ msgstr ""
|
|
1220 |
|
1221 |
#: product_list.php:103
|
1222 |
msgid ""
|
1223 |
-
"Automatically add outgoing email messages to queue instead of sending them "
|
1224 |
-
"immediately."
|
1225 |
-
msgstr ""
|
1226 |
-
|
1227 |
-
#: product_list.php:110
|
1228 |
-
msgid ""
|
1229 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1230 |
"issues faster."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: product_list.php:
|
1234 |
msgid ""
|
1235 |
"Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
|
1236 |
"widgets."
|
1237 |
msgstr ""
|
1238 |
|
1239 |
-
#: product_list.php:
|
1240 |
msgid ""
|
1241 |
"Add beautiful galleries, albums & images to your WordPress website in a few "
|
1242 |
"clicks."
|
1243 |
msgstr ""
|
1244 |
|
1245 |
-
#: product_list.php:
|
1246 |
msgid ""
|
1247 |
-
"Add
|
1248 |
-
"
|
1249 |
msgstr ""
|
1250 |
|
1251 |
-
#: product_list.php:
|
1252 |
msgid ""
|
1253 |
-
"
|
1254 |
-
"
|
1255 |
msgstr ""
|
1256 |
|
1257 |
-
#: product_list.php:
|
1258 |
msgid ""
|
1259 |
"Add Adsense ads to WordPress website pages, posts, custom posts, search "
|
1260 |
"results, categories, tags, and widgets."
|
1261 |
msgstr ""
|
1262 |
|
1263 |
-
#: product_list.php:
|
1264 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1265 |
msgstr ""
|
1266 |
|
1267 |
-
#: product_list.php:
|
1268 |
msgid ""
|
1269 |
"Protect WordPress website forms from spam entries with Google Captcha "
|
1270 |
"(reCaptcha)."
|
1271 |
msgstr ""
|
1272 |
|
1273 |
-
#: product_list.php:
|
1274 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1275 |
msgstr ""
|
1276 |
|
1277 |
-
#: product_list.php:
|
1278 |
msgid ""
|
1279 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1280 |
"your blog."
|
1281 |
msgstr ""
|
1282 |
|
1283 |
-
#: product_list.php:
|
1284 |
msgid ""
|
1285 |
"Replace external WordPress website links with Google shortlinks and track "
|
1286 |
"click stats."
|
1287 |
msgstr ""
|
1288 |
|
1289 |
-
#: product_list.php:
|
1290 |
msgid ""
|
1291 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1292 |
"hostnames, etc."
|
1293 |
msgstr ""
|
1294 |
|
1295 |
-
#: product_list.php:
|
1296 |
msgid ""
|
1297 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1298 |
"submit CV/resumes, choose candidates."
|
1299 |
msgstr ""
|
1300 |
|
1301 |
-
#: product_list.php:
|
1302 |
msgid ""
|
1303 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1304 |
"attempts."
|
1305 |
msgstr ""
|
1306 |
|
1307 |
-
#: product_list.php:
|
1308 |
msgid ""
|
1309 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1310 |
"5 plugins included – profile, insider, etc."
|
1311 |
msgstr ""
|
1312 |
|
1313 |
-
#: product_list.php:
|
1314 |
msgid ""
|
1315 |
"Translate WordPress website content to other languages manually. Create "
|
1316 |
"multilingual pages, posts, widgets, menus, etc."
|
1317 |
msgstr ""
|
1318 |
|
1319 |
-
#: product_list.php:
|
1320 |
msgid ""
|
1321 |
"Add customizable pagination to WordPress website. Split long content to "
|
1322 |
"multiple pages for better navigation."
|
1323 |
msgstr ""
|
1324 |
|
1325 |
-
#: product_list.php:
|
1326 |
msgid ""
|
1327 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1328 |
"header/footer styles and appearance."
|
1329 |
msgstr ""
|
1330 |
|
1331 |
-
#: product_list.php:
|
1332 |
msgid ""
|
1333 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1334 |
"Profile) to WordPress posts, pages and widgets."
|
1335 |
msgstr ""
|
1336 |
|
1337 |
-
#: product_list.php:
|
1338 |
msgid ""
|
1339 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1340 |
"projects to get more clients."
|
1341 |
msgstr ""
|
1342 |
|
1343 |
-
#: product_list.php:
|
1344 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1345 |
msgstr ""
|
1346 |
|
1347 |
-
#: product_list.php:
|
1348 |
msgid ""
|
1349 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1350 |
"create and manage additional custom values."
|
1351 |
msgstr ""
|
1352 |
|
1353 |
-
#: product_list.php:
|
1354 |
msgid ""
|
1355 |
"Add and display HTML advertisement banner on WordPress website. Customize "
|
1356 |
"bar styles and appearance."
|
1357 |
msgstr ""
|
1358 |
|
1359 |
-
#: product_list.php:
|
1360 |
msgid ""
|
1361 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1362 |
"widgets."
|
1363 |
msgstr ""
|
1364 |
|
1365 |
-
#: product_list.php:
|
1366 |
msgid ""
|
1367 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1368 |
"customers."
|
1369 |
msgstr ""
|
1370 |
|
1371 |
-
#: product_list.php:
|
1372 |
msgid ""
|
1373 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1374 |
"properties. Add, search and browse listings easily."
|
1375 |
msgstr ""
|
1376 |
|
1377 |
-
#: product_list.php:
|
1378 |
-
msgid ""
|
1379 |
-
"Attach, un-attach and re-attach media files quickly to WordPress posts and "
|
1380 |
-
"pages."
|
1381 |
-
msgstr ""
|
1382 |
-
|
1383 |
-
#: product_list.php:353
|
1384 |
msgid ""
|
1385 |
"Add related, featured, latest, and popular posts to your WordPress website. "
|
1386 |
"Connect your blog readers with a relevant content."
|
1387 |
msgstr ""
|
1388 |
|
1389 |
-
#: product_list.php:
|
1390 |
msgid ""
|
1391 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1392 |
"settings and detailed reports."
|
1393 |
msgstr ""
|
1394 |
|
1395 |
-
#: product_list.php:
|
1396 |
msgid ""
|
1397 |
"The best responsive slider plugin for your WordPress website. Create "
|
1398 |
"beautifully animated slides just in a few clicks."
|
1399 |
msgstr ""
|
1400 |
|
1401 |
-
#: product_list.php:
|
1402 |
msgid ""
|
1403 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1404 |
"Yahoo, Hotmail and other services."
|
1405 |
msgstr ""
|
1406 |
|
1407 |
-
#: product_list.php:
|
1408 |
msgid ""
|
1409 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1410 |
"FB, Twitter, G+1, Pinterest, LinkedIn."
|
1411 |
msgstr ""
|
1412 |
|
1413 |
-
#: product_list.php:
|
1414 |
msgid ""
|
1415 |
"Add social media login, registration, and commenting to your WordPress "
|
1416 |
"website."
|
1417 |
msgstr ""
|
1418 |
|
1419 |
-
#: product_list.php:
|
1420 |
msgid ""
|
1421 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1422 |
"Collect data and subscribe your users."
|
1423 |
msgstr ""
|
1424 |
|
1425 |
-
#: product_list.php:
|
1426 |
msgid ""
|
1427 |
"Add testimonials and feedbacks from your customers to WordPress website "
|
1428 |
"posts, pages, and widgets."
|
1429 |
msgstr ""
|
1430 |
|
1431 |
-
#: product_list.php:
|
1432 |
msgid ""
|
1433 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1434 |
"attendance and generate reports."
|
1435 |
msgstr ""
|
1436 |
|
1437 |
-
#: product_list.php:
|
1438 |
msgid ""
|
1439 |
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
|
1440 |
"and pages."
|
1441 |
msgstr ""
|
1442 |
|
1443 |
-
#: product_list.php:
|
1444 |
msgid ""
|
1445 |
"Automatically check and update WordPress website core with all installed "
|
1446 |
"plugins and themes to the latest versions."
|
1447 |
msgstr ""
|
1448 |
|
1449 |
-
#: product_list.php:
|
1450 |
msgid ""
|
1451 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1452 |
"copy, and delete user roles."
|
1453 |
msgstr ""
|
1454 |
|
1455 |
-
#: product_list.php:
|
1456 |
msgid ""
|
1457 |
"Display live count of online visitors who are currently browsing your "
|
1458 |
"WordPress website."
|
1459 |
msgstr ""
|
1460 |
|
1461 |
-
#: product_list.php:
|
1462 |
msgid ""
|
1463 |
"Backup and export Zendesk Help Center content automatically to your "
|
1464 |
"WordPress website database."
|
1465 |
msgstr ""
|
1466 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1467 |
#~ msgid "Advertisement"
|
1468 |
#~ msgstr "Publicité"
|
1469 |
|
@@ -1482,9 +1611,6 @@ msgstr ""
|
|
1482 |
#~ msgid "Utilities"
|
1483 |
#~ msgstr "Utilitaires"
|
1484 |
|
1485 |
-
#~ msgid "Other"
|
1486 |
-
#~ msgstr "Autre"
|
1487 |
-
|
1488 |
#~ msgid "Thank you for installing"
|
1489 |
#~ msgstr "Merci d'avoir installé"
|
1490 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-09-11 16:42+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-09-11 16:42+0300\n"
|
7 |
"Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
8 |
"Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
9 |
"Language: fr_FR\n"
|
17 |
"X-Generator: Poedit 1.8.7.1\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: bws_functions.php:73 bws_functions.php:191
|
21 |
msgid "requires"
|
22 |
msgstr "obligatoire"
|
23 |
|
24 |
+
#: bws_functions.php:75
|
25 |
msgid ""
|
26 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
27 |
"try again."
|
29 |
"ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à "
|
30 |
"jour de WordPress puis de ré-essayer."
|
31 |
|
32 |
+
#: bws_functions.php:76
|
33 |
msgid "Back to the WordPress"
|
34 |
msgstr "Retour à WordPress"
|
35 |
|
36 |
+
#: bws_functions.php:78
|
37 |
msgid "Plugins page"
|
38 |
msgstr "Page des extensions"
|
39 |
|
40 |
+
#: bws_functions.php:92
|
41 |
msgid "Like the plugin?"
|
42 |
msgstr "Voter pour l'extension"
|
43 |
|
44 |
#: bws_functions.php:93
|
45 |
+
#, php-format
|
46 |
+
msgid "%s reviews"
|
47 |
+
msgstr ""
|
48 |
+
|
49 |
+
#: bws_functions.php:94
|
50 |
msgid "Rate it"
|
51 |
msgstr "Notez là"
|
52 |
|
53 |
+
#: bws_functions.php:103
|
54 |
msgid "Need help?"
|
55 |
msgstr "Besoin d'aide ?"
|
56 |
|
57 |
+
#: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
|
58 |
msgid "Visit Help Center"
|
59 |
msgstr "Visiter le site du support"
|
60 |
|
61 |
+
#: bws_functions.php:107
|
62 |
msgid "Want to support the plugin?"
|
63 |
msgstr "Voter pour l'extension"
|
64 |
|
65 |
+
#: bws_functions.php:108 bws_menu.php:560
|
66 |
msgid "Donate"
|
67 |
msgstr "Don"
|
68 |
|
69 |
+
#: bws_functions.php:128
|
70 |
msgid "WARNING: Illegal use notification"
|
71 |
msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
|
72 |
|
73 |
+
#: bws_functions.php:128
|
74 |
msgid ""
|
75 |
"You can use one license of the Pro plugin for one domain only. Please check "
|
76 |
+
"and edit your license or domain if necessary using your personal Client "
|
77 |
+
"Area. We strongly recommend you to solve the problem within 24 hours, "
|
78 |
+
"otherwise the Pro plugin will be deactivated."
|
79 |
+
msgstr ""
|
80 |
+
|
81 |
+
#: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
|
82 |
+
#: class-bws-settings.php:144
|
|
|
|
|
|
|
|
|
|
|
83 |
msgid "Learn More"
|
84 |
msgstr "En savoir plus"
|
85 |
|
86 |
+
#: bws_functions.php:145
|
87 |
msgid ""
|
88 |
"Notice: Your Pro Trial license has expired. To continue using the plugin, "
|
89 |
"you should buy a Pro license"
|
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:147
|
95 |
msgid ""
|
96 |
"Your license has expired. To continue getting top-priority support and "
|
97 |
"plugin updates, you should extend it."
|
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:147 bws_functions.php:389 deprecated.php:586
|
103 |
msgid "Learn more"
|
104 |
msgstr "En savoir plus"
|
105 |
|
106 |
+
#: bws_functions.php:165
|
107 |
#, php-format
|
108 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
109 |
msgstr ""
|
110 |
"Avertissement : vous utilisez la version d'évaluation de l'extension %s."
|
111 |
|
112 |
+
#: bws_functions.php:167
|
113 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
114 |
msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension."
|
115 |
|
116 |
+
#: bws_functions.php:170
|
117 |
msgid "The Pro Trial license will expire on"
|
118 |
msgstr "La licence PRO d'évaluation expirera le"
|
119 |
|
120 |
+
#: bws_functions.php:193
|
121 |
msgid ""
|
122 |
"or higher! We do not guarantee that our plugin will work correctly. Please "
|
123 |
"upgrade to WordPress latest version."
|
125 |
"ou plus ! Nous ne garantissons pas que notre extension fonctionne "
|
126 |
"correctement. Merci de mettre à jour Wordpress avec la dernière version."
|
127 |
|
128 |
+
#: bws_functions.php:208
|
129 |
#, php-format
|
130 |
msgid "Thank you for installing %s plugin!"
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: bws_functions.php:210
|
134 |
msgid "Let's get started"
|
135 |
msgstr "Démarrer"
|
136 |
|
137 |
+
#: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
|
138 |
+
#: bws_menu.php:566
|
139 |
msgid "Settings"
|
140 |
msgstr "Réglages"
|
141 |
|
142 |
+
#: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
|
143 |
+
#: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
|
144 |
msgid "or"
|
145 |
msgstr "ou"
|
146 |
|
147 |
+
#: bws_functions.php:214 bws_functions.php:246
|
148 |
msgid "Add New"
|
149 |
msgstr "Ajouter"
|
150 |
|
151 |
+
#: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
|
152 |
+
#: bws_functions.php:385 bws_functions.php:487
|
153 |
msgid "Close notice"
|
154 |
msgstr "Effacer l'avertissement"
|
155 |
|
156 |
+
#: bws_functions.php:233
|
157 |
msgid "Thank you for installing plugins by BestWebSoft!"
|
158 |
msgstr "Merci d'avoir installé des extensions de BestWebSoft!"
|
159 |
|
160 |
+
#: bws_functions.php:235
|
161 |
msgid "More Details"
|
162 |
msgstr "Plus de détails"
|
163 |
|
164 |
+
#: bws_functions.php:236
|
165 |
msgid "Less Details"
|
166 |
msgstr "Moins de détails"
|
167 |
|
168 |
+
#: bws_functions.php:264
|
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:278
|
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:337
|
180 |
msgid "It’s time to upgrade your"
|
181 |
msgstr "C'est le moment de mettre à jour votre "
|
182 |
|
183 |
+
#: bws_functions.php:337
|
184 |
msgid "to"
|
185 |
msgstr "à"
|
186 |
|
187 |
+
#: bws_functions.php:337
|
188 |
msgid "version!"
|
189 |
msgstr "version"
|
190 |
|
191 |
+
#: bws_functions.php:338
|
192 |
msgid "Extend standard plugin functionality with new great options."
|
193 |
msgstr ""
|
194 |
"Étend les fonctionnalités classiques de l'extension avec des nouvelles "
|
195 |
"options."
|
196 |
|
197 |
+
#: bws_functions.php:389
|
198 |
#, php-format
|
199 |
msgid ""
|
200 |
"Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
|
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:482
|
207 |
#, php-format
|
208 |
msgid "Thank you for choosing %s plugin!"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: bws_functions.php:483
|
212 |
msgid ""
|
213 |
"If you have a feature, suggestion or idea you'd like to see in the plugin, "
|
214 |
"we'd love to hear about it!"
|
216 |
"Si vous avez une fonctionnalité, une suggestion ou une idée que vous "
|
217 |
"souhaitez pour cette extension, nous serons ravis d'en parler avec vous !"
|
218 |
|
219 |
+
#: bws_functions.php:484
|
220 |
msgid "Suggest a Feature"
|
221 |
msgstr "Proposer une fonctionnalité"
|
222 |
|
223 |
+
#: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
|
224 |
+
#: class-bws-settings.php:595 class-bws-settings.php:598
|
225 |
msgid "Notice"
|
226 |
msgstr "Avertissement"
|
227 |
|
228 |
+
#: bws_functions.php:500
|
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:501 class-bws-settings.php:183 class-bws-settings.php:203
|
233 |
+
#: deprecated.php:642
|
234 |
msgid "Save Changes"
|
235 |
msgstr "Enregistrer les modifications"
|
236 |
|
237 |
+
#: bws_functions.php:515
|
238 |
msgid ""
|
239 |
"You can always look at premium options by checking the \"Pro Options\" in "
|
240 |
"the \"Misc\" tab."
|
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:653
|
246 |
msgid "Add BWS Shortcode"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: bws_functions.php:654
|
250 |
msgid "Add BWS Plugins Shortcode"
|
251 |
msgstr "Ajouter le code court de l'extension BWS"
|
252 |
|
253 |
+
#: bws_functions.php:673
|
254 |
msgid "Add shortcode"
|
255 |
msgstr "Ajouter le code court"
|
256 |
|
257 |
+
#: bws_functions.php:673
|
258 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
259 |
msgstr "Ajouter le code court des extensions BestWebSoft avec ce bouton."
|
260 |
|
261 |
+
#: bws_functions.php:729
|
262 |
msgid "Close"
|
263 |
msgstr "Fermer"
|
264 |
|
265 |
+
#: bws_functions.php:821
|
266 |
msgid "Are you sure you want to restore default settings?"
|
267 |
msgstr "Êtes vous sûr de vouloir remettre toutes les valeurs par défaut ?"
|
268 |
|
269 |
+
#: bws_functions.php:824
|
270 |
msgid "Yes, restore all settings"
|
271 |
msgstr "Oui, remettre les valeurs par défaut"
|
272 |
|
273 |
+
#: bws_functions.php:825
|
274 |
msgid "No, go back to the settings page"
|
275 |
msgstr "Non, retourner à la page des paramètres"
|
276 |
|
277 |
+
#: bws_functions.php:867
|
278 |
msgid "Plugin"
|
279 |
msgstr "Extension"
|
280 |
|
281 |
+
#: bws_functions.php:876
|
282 |
msgid "Shortcode settings"
|
283 |
msgstr "Paramètres du code court"
|
284 |
|
285 |
+
#: bws_functions.php:881
|
286 |
msgid "The shortcode will be inserted"
|
287 |
msgstr "Le code court sera inséré"
|
288 |
|
289 |
+
#: bws_functions.php:922
|
|
|
|
|
|
|
|
|
290 |
msgid "FAQ"
|
291 |
msgstr "FAQ"
|
292 |
|
293 |
+
#: bws_functions.php:928
|
294 |
msgid "For more information:"
|
295 |
msgstr "Pour plus d'informations :"
|
296 |
|
297 |
+
#: bws_functions.php:929
|
298 |
msgid "Documentation"
|
299 |
msgstr "Documentation"
|
300 |
|
301 |
+
#: bws_functions.php:930
|
302 |
msgid "Video Instructions"
|
303 |
msgstr "Vidéo explicative"
|
304 |
|
305 |
+
#: bws_functions.php:931
|
306 |
msgid "Submit a Request"
|
307 |
msgstr "Soumettre une requête"
|
308 |
|
309 |
+
#: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
|
310 |
msgid "Wrong license key"
|
311 |
msgstr "Clé de licence incorrecte"
|
312 |
|
313 |
+
#: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
|
314 |
+
#: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
|
315 |
+
#: deprecated.php:353
|
316 |
msgid ""
|
317 |
"Something went wrong. Please try again later. If the error appears again, "
|
318 |
"please contact us"
|
321 |
"nouveau, merci de contacter <a href=http://support.bestwebsoft."
|
322 |
"com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
|
323 |
|
324 |
+
#: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
|
325 |
+
#: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
|
326 |
+
#: deprecated.php:353
|
327 |
msgid "We are sorry for inconvenience."
|
328 |
msgstr "Nous sommes désolés pour le désagrément."
|
329 |
|
330 |
+
#: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
|
331 |
+
#: deprecated.php:139 deprecated.php:359
|
332 |
msgid "Wrong license key."
|
333 |
msgstr "Clé de licence incorrecte."
|
334 |
|
344 |
msgid "Log in"
|
345 |
msgstr "Connexion"
|
346 |
|
347 |
+
#: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
|
348 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
349 |
msgstr ""
|
350 |
"Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
|
351 |
"télécharger l'extension manuellement."
|
352 |
|
353 |
+
#: bws_menu.php:134 deprecated.php:365
|
354 |
#, php-format
|
355 |
msgid ""
|
356 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
360 |
"rapide et des mises à jour de l'extension vous devez la renouveler dans "
|
361 |
"votre %s"
|
362 |
|
363 |
+
#: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
|
364 |
msgid ""
|
365 |
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
366 |
"Trial license can be installed only once."
|
368 |
"Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
|
369 |
"peut-être installée qu'une seule fois."
|
370 |
|
371 |
+
#: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
|
372 |
msgid "The license key is valid."
|
373 |
msgstr "La clé de licence est valide."
|
374 |
|
375 |
+
#: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
|
376 |
msgid "Your license will expire on"
|
377 |
msgstr "Votre licence se termine le "
|
378 |
|
379 |
#: bws_menu.php:146
|
380 |
+
msgid "Congratulations! Pro Membership license is activated successfully."
|
381 |
msgstr ""
|
|
|
382 |
|
383 |
+
#: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
|
384 |
msgid ""
|
385 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
386 |
"sorry for inconvenience."
|
534 |
msgid "Please enter a valid email address."
|
535 |
msgstr "Merci de saisir une adresse e-mail valide."
|
536 |
|
537 |
+
#: bws_menu.php:262
|
538 |
+
#, php-format
|
539 |
+
msgid "Email with system info is sent to %s."
|
540 |
+
msgstr ""
|
541 |
|
542 |
+
#: bws_menu.php:266
|
543 |
msgid "Thank you for contacting us."
|
544 |
msgstr "Merci de nous avoir contacté."
|
545 |
|
546 |
+
#: bws_menu.php:289
|
547 |
msgid "Sorry, email message could not be delivered."
|
548 |
msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
|
549 |
|
550 |
+
#: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
|
551 |
msgid "Plugins"
|
552 |
msgstr "Extensions"
|
553 |
|
554 |
+
#: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
|
555 |
msgid "Themes"
|
556 |
msgstr "Thèmes"
|
557 |
|
558 |
+
#: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
|
559 |
msgid "System status"
|
560 |
msgstr "Etat du système"
|
561 |
|
562 |
+
#: bws_menu.php:315
|
563 |
msgid "Support"
|
564 |
msgstr "Support"
|
565 |
|
566 |
+
#: bws_menu.php:316
|
567 |
msgid "Manage purchased licenses & subscriptions"
|
568 |
msgstr "Gérer les licences et les adhésions"
|
569 |
|
570 |
+
#: bws_menu.php:324
|
571 |
#, php-format
|
572 |
msgid "Get Access to %s+ Premium Plugins"
|
573 |
msgstr "Accéder à plus de %s extension premiums"
|
574 |
|
575 |
+
#: bws_menu.php:326
|
576 |
msgid "Subscribe to Pro Membership"
|
577 |
msgstr "Souscrire une adhésion PRO"
|
578 |
|
579 |
+
#: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
|
580 |
#: deprecated.php:227
|
581 |
msgid "Check license key"
|
582 |
msgstr "Vérifier la clé de licence"
|
583 |
|
584 |
+
#: bws_menu.php:337
|
585 |
msgid "Enter your license key"
|
586 |
msgstr "Merci de saisir votre clé de licence"
|
587 |
|
588 |
+
#: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
|
589 |
+
#: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
|
590 |
+
#: deprecated.php:631 deprecated.php:703 deprecated.php:712
|
591 |
msgid "Activate"
|
592 |
msgstr "Activé"
|
593 |
|
594 |
+
#: bws_menu.php:359
|
595 |
msgid "Upload Plugin"
|
596 |
msgstr "Charger l'extension"
|
597 |
|
598 |
+
#: bws_menu.php:363
|
599 |
#, php-format
|
600 |
msgid ""
|
601 |
"The plugin generated %d characters of <strong>unexpected output</strong> "
|
608 |
"sent”, des problèmes avec les flux de syndication ou autres, essayez "
|
609 |
"de désactiver l'extension ou supprimer l'extension."
|
610 |
|
611 |
+
#: bws_menu.php:365
|
612 |
msgid ""
|
613 |
"Plugin could not be activated because it triggered a <strong>fatal error</"
|
614 |
"strong>."
|
616 |
"L'extension ne peut pas être activée car une <strong>erreur fatale</strong> "
|
617 |
"a été détectée."
|
618 |
|
619 |
+
#: bws_menu.php:368
|
620 |
msgid "Plugin <strong>activated</strong>."
|
621 |
msgstr "Extension <strong>activée</strong>."
|
622 |
|
623 |
+
#: bws_menu.php:375
|
624 |
msgid "Installing Plugin"
|
625 |
msgstr "Extensions installées"
|
626 |
|
627 |
+
#: bws_menu.php:381
|
628 |
msgid "Downloading install package from"
|
629 |
msgstr "Télécharger le paquet d'installation depuis"
|
630 |
|
631 |
+
#: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
|
632 |
+
#: deprecated.php:410 deprecated.php:432
|
|
|
|
|
633 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
634 |
msgstr ""
|
635 |
"Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension "
|
636 |
"manuellement."
|
637 |
|
638 |
+
#: bws_menu.php:406
|
639 |
msgid "Unpacking the package"
|
640 |
msgstr "Décompresser le paquet"
|
641 |
|
642 |
+
#: bws_menu.php:411 bws_menu.php:419
|
643 |
msgid "Installing the plugin"
|
644 |
msgstr "Installer l'extension"
|
645 |
|
646 |
+
#: bws_menu.php:415 deprecated.php:400
|
647 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
648 |
msgstr ""
|
649 |
"Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
|
650 |
"manuellement."
|
651 |
|
652 |
+
#: bws_menu.php:422 deprecated.php:406
|
653 |
msgid ""
|
654 |
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
655 |
"plugin manually"
|
657 |
"Votre serveur n'a pas le support du format des archives ZIP ou Phar. Merci "
|
658 |
"de télécharger l'extension manuellement."
|
659 |
|
660 |
+
#: bws_menu.php:425
|
661 |
#, php-format
|
662 |
msgid "The plugin %s is successfully installed."
|
663 |
msgstr "L'extension %s a été installée avec succès."
|
664 |
|
665 |
+
#: bws_menu.php:432 deprecated.php:413
|
666 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
667 |
msgstr ""
|
668 |
"Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
|
669 |
"manuellement."
|
670 |
|
671 |
+
#: bws_menu.php:437
|
672 |
msgid "Activate Plugin"
|
673 |
msgstr "Activer l'extension"
|
674 |
|
675 |
+
#: bws_menu.php:437 bws_menu.php:443
|
676 |
msgid "Return to BestWebSoft Panel"
|
677 |
msgstr "Retourner à l'administration BestWebSoft"
|
678 |
|
679 |
+
#: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
|
680 |
msgid "All"
|
681 |
msgstr "Tous"
|
682 |
|
683 |
+
#: bws_menu.php:454 bws_menu.php:637
|
684 |
msgid "Installed"
|
685 |
msgstr "Installé"
|
686 |
|
687 |
+
#: bws_menu.php:457
|
688 |
msgid "Not Installed"
|
689 |
msgstr "Non installé"
|
690 |
|
691 |
+
#: bws_menu.php:464
|
692 |
msgid "Filter results"
|
693 |
msgstr "Filtrer les résultats"
|
694 |
|
695 |
+
#: bws_menu.php:467 bws_menu.php:596
|
696 |
msgid "Category"
|
697 |
msgstr "Catégorie"
|
698 |
|
699 |
+
#: bws_menu.php:531
|
700 |
msgid "Not installed"
|
701 |
msgstr "Non installé"
|
702 |
|
703 |
+
#: bws_menu.php:535
|
704 |
msgid "Renew to get updates"
|
705 |
msgstr "Se réabonner pour avoir les mises à jour"
|
706 |
|
707 |
+
#: bws_menu.php:538
|
708 |
#, php-format
|
709 |
msgid "Update to v %s"
|
710 |
msgstr "Mettre à jour avec la version %s"
|
711 |
|
712 |
+
#: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
|
713 |
msgid "Install Now"
|
714 |
msgstr "Installer maintenant"
|
715 |
|
716 |
+
#: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
|
717 |
msgid "Upgrade to Pro"
|
718 |
msgstr "Passer à la version PRO"
|
719 |
|
720 |
+
#: bws_menu.php:570 bws_menu.php:579
|
721 |
msgid "Activate this plugin"
|
722 |
msgstr "Activer cette extension"
|
723 |
|
724 |
+
#: bws_menu.php:582
|
725 |
msgid "Install this plugin"
|
726 |
msgstr "Installer cette extension"
|
727 |
|
728 |
+
#: bws_menu.php:591
|
729 |
msgid "Nothing found. Try another criteria."
|
730 |
msgstr "Pas de réponse. essayer d'autres critères."
|
731 |
|
732 |
+
#: bws_menu.php:628
|
733 |
#, php-format
|
734 |
msgid "By %s"
|
735 |
msgstr "Par %s"
|
736 |
|
737 |
+
#: bws_menu.php:635
|
738 |
msgid "Already Installed"
|
739 |
msgstr "Déjà installé"
|
740 |
|
741 |
+
#: bws_menu.php:645
|
742 |
+
msgid "Browse More WordPress Themes"
|
743 |
+
msgstr ""
|
744 |
|
745 |
+
#: bws_menu.php:654
|
746 |
msgid "Send to support"
|
747 |
msgstr "Envoyé au support"
|
748 |
|
749 |
+
#: bws_menu.php:661
|
750 |
msgid "Send to custom email »"
|
751 |
msgstr "Envoyer un e-mail spécifique »"
|
752 |
|
753 |
+
#: class-bws-settings.php:136
|
754 |
msgid "Information"
|
755 |
msgstr "Information"
|
756 |
|
757 |
+
#: class-bws-settings.php:144
|
758 |
msgid "Inactive"
|
759 |
msgstr "Inactive"
|
760 |
|
761 |
+
#: class-bws-settings.php:152
|
762 |
msgid "Expired"
|
763 |
msgstr "Expiré"
|
764 |
|
765 |
+
#: class-bws-settings.php:155
|
766 |
#, php-format
|
767 |
msgid "%s day(-s) left"
|
768 |
msgstr "%s jour(s) restant"
|
769 |
|
770 |
+
#: class-bws-settings.php:161
|
771 |
#, php-format
|
772 |
msgid "Expired on %s"
|
773 |
msgstr "Terminer le %s"
|
774 |
|
775 |
+
#: class-bws-settings.php:161
|
776 |
msgid "Renew Now"
|
777 |
msgstr "Renouveler maintenant"
|
778 |
|
779 |
+
#: class-bws-settings.php:163
|
780 |
msgid "Active"
|
781 |
msgstr "Activé"
|
782 |
|
783 |
+
#: class-bws-settings.php:168
|
784 |
msgid "License"
|
785 |
msgstr "Licence"
|
786 |
|
787 |
+
#: class-bws-settings.php:171
|
788 |
msgid "Status"
|
789 |
msgstr "Etat"
|
790 |
|
791 |
+
#: class-bws-settings.php:175
|
792 |
msgid "Version"
|
793 |
msgstr "Version"
|
794 |
|
795 |
+
#: class-bws-settings.php:285
|
796 |
msgid "All plugin settings were restored."
|
797 |
msgstr "Les paramètres de l'extension ont été remis aux valeurs d'origine."
|
798 |
|
799 |
+
#: class-bws-settings.php:423
|
800 |
msgid "Custom Code"
|
801 |
msgstr "Code personnalisé"
|
802 |
|
803 |
+
#: class-bws-settings.php:427 deprecated.php:498
|
804 |
msgid "You do not have sufficient permissions to edit plugins for this site."
|
805 |
msgstr ""
|
806 |
"Vous n'avez pas assez de droits pour modifier l'extension pour ce site."
|
807 |
|
808 |
+
#: class-bws-settings.php:432 deprecated.php:620
|
809 |
msgid "These styles will be added to the header on all pages of your site."
|
810 |
msgstr ""
|
811 |
"Ces styles seront ajoutés aux entêtes sur tous les pages de votre site."
|
812 |
|
813 |
+
#: class-bws-settings.php:435 deprecated.php:622
|
814 |
#, php-format
|
815 |
msgid ""
|
816 |
"This PHP code will be hooked to the %s action and will be printed on front "
|
819 |
"Ce code PHP sera rattaché à l'action %s et sera affiché uniquement sur la "
|
820 |
"partie publique."
|
821 |
|
822 |
+
#: class-bws-settings.php:438
|
823 |
msgid "These code will be added to the header on all pages of your site."
|
824 |
msgstr "Ce code sera ajouté aux entêtes sur tous les pages de votre site."
|
825 |
|
826 |
+
#: class-bws-settings.php:446 deprecated.php:646
|
827 |
#, php-format
|
828 |
msgid ""
|
829 |
"You need to make this files writable before you can save your changes. See "
|
832 |
"Vous devez rendre ce fichier modifiable avant de pouvoir enregistrer vos "
|
833 |
"modifications. Regarder %s du Codex %s pour plus d'informations."
|
834 |
|
835 |
+
#: class-bws-settings.php:456 deprecated.php:628
|
836 |
msgid "Browsing"
|
837 |
msgstr "Parcourir"
|
838 |
|
839 |
+
#: class-bws-settings.php:461
|
840 |
#, php-format
|
841 |
msgid "Activate custom %s code."
|
842 |
msgstr "Activer le code personnalisé %s."
|
843 |
|
844 |
+
#: class-bws-settings.php:469 deprecated.php:635
|
845 |
#, php-format
|
846 |
msgid "Learn more about %s"
|
847 |
msgstr "En savoir plus sur %s"
|
848 |
|
849 |
+
#: class-bws-settings.php:531
|
850 |
msgid "Miscellaneous Settings"
|
851 |
msgstr "Paramètres divers"
|
852 |
|
853 |
+
#: class-bws-settings.php:540 class-bws-settings.php:595
|
854 |
#, php-format
|
855 |
msgid ""
|
856 |
"It is prohibited to change %s settings on this site in the %s network "
|
859 |
"Il est interdit de changer le paramètre %s sur ce site dans les paramètres "
|
860 |
"%s du réseau."
|
861 |
|
862 |
+
#: class-bws-settings.php:543 class-bws-settings.php:598
|
863 |
#, php-format
|
864 |
msgid ""
|
865 |
"It is prohibited to view %s settings on this site in the %s network settings."
|
867 |
"Il est interdit de voir le paramètre %s sur ce site dans les paramètres %s "
|
868 |
"du réseau."
|
869 |
|
870 |
+
#: class-bws-settings.php:552
|
871 |
msgid "Pro Options"
|
872 |
msgstr "Options Pro"
|
873 |
|
874 |
+
#: class-bws-settings.php:556
|
875 |
msgid "Enable to display plugin Pro options."
|
876 |
msgstr "Activer pour voir les options PRO de l'extension."
|
877 |
|
878 |
+
#: class-bws-settings.php:562
|
879 |
msgid "Track Usage"
|
880 |
msgstr "Suivi de l'utilisation"
|
881 |
|
882 |
+
#: class-bws-settings.php:566
|
883 |
msgid ""
|
884 |
"Enable to allow tracking plugin usage anonymously in order to make it better."
|
885 |
msgstr ""
|
886 |
"Activer pour autoriser le suivi de l'utilisation de l'extension de manière "
|
887 |
"anonyme afin de le rendre meilleur."
|
888 |
|
889 |
+
#: class-bws-settings.php:571
|
890 |
msgid "Default Settings"
|
891 |
msgstr "Réglages par défauts"
|
892 |
|
893 |
+
#: class-bws-settings.php:573
|
894 |
msgid "Restore Settings"
|
895 |
msgstr "Remettre les paramètres"
|
896 |
|
897 |
+
#: class-bws-settings.php:574
|
898 |
msgid "This will restore plugin settings to defaults."
|
899 |
msgstr "Remettre les valeurs par défaut des paramètres de l'extension."
|
900 |
|
901 |
+
#: class-bws-settings.php:586
|
902 |
msgid "Import / Export"
|
903 |
msgstr "Importer / Exporter"
|
904 |
|
905 |
+
#: class-bws-settings.php:702 class-bws-settings.php:735
|
906 |
+
#: class-bws-settings.php:757
|
907 |
msgid "License Key"
|
908 |
msgstr "Clé de licence"
|
909 |
|
910 |
+
#: class-bws-settings.php:725
|
911 |
msgid "Congratulations! Pro license is activated successfully."
|
912 |
msgstr ""
|
913 |
"Félicitations! La version PRO de cette extension a été activée avec succès."
|
914 |
|
915 |
+
#: class-bws-settings.php:726
|
916 |
#, php-format
|
917 |
msgid "You will be automatically redirected to the %s in %s seconds."
|
918 |
msgstr ""
|
919 |
|
920 |
+
#: class-bws-settings.php:726
|
921 |
msgid "Settings page"
|
922 |
msgstr "Page des paramètres"
|
923 |
|
924 |
+
#: class-bws-settings.php:741
|
925 |
#, php-format
|
926 |
msgid "Enter your license key to activate %s and get premium plugin features."
|
927 |
msgstr ""
|
928 |
"Saisir votre clé de licence pour activer %s et obtenir les fonctionnalités "
|
929 |
"premium."
|
930 |
|
931 |
+
#: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
|
932 |
+
#: deprecated.php:706
|
933 |
msgid ""
|
934 |
"Unfortunately, you have exceeded the number of available tries per day. "
|
935 |
"Please, upload the plugin manually."
|
937 |
"Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
|
938 |
"télécharger l'extension manuellement."
|
939 |
|
940 |
+
#: class-bws-settings.php:747 deprecated.php:697
|
941 |
#, php-format
|
942 |
msgid "Start Your Free %s-Day Trial Now"
|
943 |
msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
|
944 |
|
945 |
+
#: class-bws-settings.php:762
|
946 |
msgid ""
|
947 |
"If necessary, you can check if the license key is correct or reenter it in "
|
948 |
"the field below."
|
950 |
"Si nécessaire vous pouvez vérifier que la clé de licence est correcte ou la "
|
951 |
"saisir de nouveau dans le champ ci-dessous."
|
952 |
|
953 |
+
#: class-bws-settings.php:767
|
954 |
msgid "Manage License Settings"
|
955 |
msgstr "Gérer les paramètres de licence"
|
956 |
|
957 |
+
#: class-bws-settings.php:769
|
958 |
msgid "Login to Client Area"
|
959 |
msgstr "Se connecter à l'espace client"
|
960 |
|
961 |
+
#: class-bws-settings.php:771
|
962 |
msgid ""
|
963 |
"Manage active licenses, download BWS products, and view your payment history "
|
964 |
"using BestWebSoft Client Area."
|
966 |
"Gérer les licences actives, télécharger les produits BWS, et voir "
|
967 |
"l'historique de vos règlements dans l'interface client de BestWebSoft."
|
968 |
|
969 |
+
#: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
|
970 |
+
#: deprecated.php:361
|
971 |
msgid "This license key is bound to another site."
|
972 |
msgstr "La clé de licence correspond à un autre site."
|
973 |
|
974 |
+
#: class-bws-settings.php:828 deprecated.php:143
|
975 |
msgid ""
|
976 |
"This license key is valid, but Your license has expired. If you want to "
|
977 |
"update our plugin in future, you should extend the license."
|
980 |
"continuer à disposer du support rapide et des mises à jour de l'extension "
|
981 |
"vous devez la renouveller."
|
982 |
|
983 |
+
#: class-bws-settings.php:830 deprecated.php:145
|
984 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
985 |
msgstr ""
|
986 |
"Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
|
987 |
"télécharger l'extension manuellement."
|
988 |
|
989 |
+
#: class-bws-settings.php:832 deprecated.php:147
|
990 |
msgid ""
|
991 |
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
992 |
"The Pro Trial license can be installed only once."
|
994 |
"Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
|
995 |
"peut-être installée qu'une seule fois."
|
996 |
|
997 |
+
#: class-bws-settings.php:837 deprecated.php:151
|
998 |
msgid "The Pro Trial license key is valid."
|
999 |
msgstr "La clé de licence d'évaluation est valide."
|
1000 |
|
1001 |
+
#: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
|
1002 |
#, php-format
|
1003 |
msgid ""
|
1004 |
"In order to continue using the plugin it is necessary to buy a %s license."
|
1006 |
"Afin de pouvoir continuer à utiliser cette extension il est nécessaire "
|
1007 |
"d'acheter une licence %s."
|
1008 |
|
1009 |
+
#: class-bws-settings.php:933
|
1010 |
+
#, php-format
|
1011 |
+
msgid ""
|
1012 |
+
"Unfortunately, Your license has expired. To continue getting top-priority "
|
1013 |
+
"support and plugin updates, you should extend it in your %s."
|
1014 |
+
msgstr ""
|
1015 |
+
|
1016 |
+
#: class-bws-settings.php:959 class-bws-settings.php:981
|
1017 |
+
#: class-bws-settings.php:1003
|
1018 |
+
msgid "Failed to download the zip archive. Please, upload the plugin manually."
|
1019 |
+
msgstr ""
|
1020 |
+
|
1021 |
+
#: class-bws-settings.php:971
|
1022 |
+
msgid "Failed to open the zip archive. Please, upload the plugin manually."
|
1023 |
+
msgstr ""
|
1024 |
+
|
1025 |
+
#: class-bws-settings.php:977
|
1026 |
+
msgid ""
|
1027 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
1028 |
+
"plugin manually."
|
1029 |
+
msgstr ""
|
1030 |
+
|
1031 |
+
#: class-bws-settings.php:984
|
1032 |
+
msgid "UploadDir is not writable. Please, upload the plugin manually."
|
1033 |
+
msgstr ""
|
1034 |
+
|
1035 |
+
#: class-bws-settings.php:1042 deprecated.php:464
|
1036 |
msgid "Please, enter Your license key"
|
1037 |
msgstr "Merci de saisir votre clé de licence"
|
1038 |
|
1039 |
+
#: class-bws-settings.php:1054
|
1040 |
msgid "Need Help?"
|
1041 |
msgstr "Besoin d'aide ?"
|
1042 |
|
1043 |
+
#: class-bws-settings.php:1056
|
1044 |
msgid "Read the Instruction"
|
1045 |
msgstr "Lire les instructions"
|
1046 |
|
1047 |
+
#: class-bws-settings.php:1060
|
1048 |
msgid "Watch the Video"
|
1049 |
msgstr "Regarder la vidéo"
|
1050 |
|
1051 |
+
#: class-bws-settings.php:1071
|
1052 |
msgid "Start Your Free Trial"
|
1053 |
msgstr "Débuter votre licence d'évaluation gratuite"
|
1054 |
|
1055 |
+
#: deactivation-form.php:27
|
1056 |
+
msgid "Need help? We are ready to answer your questions."
|
1057 |
+
msgstr ""
|
1058 |
+
|
1059 |
+
#: deactivation-form.php:27
|
1060 |
+
msgid "Contact Support"
|
1061 |
+
msgstr ""
|
1062 |
+
|
1063 |
+
#: deactivation-form.php:32
|
1064 |
+
msgid "The plugin is not working"
|
1065 |
+
msgstr ""
|
1066 |
+
|
1067 |
+
#: deactivation-form.php:34
|
1068 |
+
msgid "Kindly share what didn't work so we can fix it in future updates..."
|
1069 |
+
msgstr ""
|
1070 |
+
|
1071 |
+
#: deactivation-form.php:38
|
1072 |
+
msgid "The plugin didn't work as expected"
|
1073 |
+
msgstr ""
|
1074 |
+
|
1075 |
+
#: deactivation-form.php:40
|
1076 |
+
msgid "What did you expect?"
|
1077 |
+
msgstr ""
|
1078 |
+
|
1079 |
+
#: deactivation-form.php:44
|
1080 |
+
msgid "The plugin suddenly stopped working"
|
1081 |
+
msgstr ""
|
1082 |
+
|
1083 |
+
#: deactivation-form.php:51
|
1084 |
+
msgid "The plugin broke my site"
|
1085 |
+
msgstr ""
|
1086 |
+
|
1087 |
+
#: deactivation-form.php:58
|
1088 |
+
msgid "I couldn't understand how to get it work"
|
1089 |
+
msgstr ""
|
1090 |
+
|
1091 |
+
#: deactivation-form.php:65
|
1092 |
+
msgid "I found a better plugin"
|
1093 |
+
msgstr ""
|
1094 |
+
|
1095 |
+
#: deactivation-form.php:67
|
1096 |
+
msgid "What's the plugin name?"
|
1097 |
+
msgstr ""
|
1098 |
+
|
1099 |
+
#: deactivation-form.php:71
|
1100 |
+
msgid "The plugin is great, but I need specific feature that you don't support"
|
1101 |
+
msgstr ""
|
1102 |
+
|
1103 |
+
#: deactivation-form.php:73
|
1104 |
+
msgid "What feature?"
|
1105 |
+
msgstr ""
|
1106 |
+
|
1107 |
+
#: deactivation-form.php:77
|
1108 |
+
msgid "I no longer need the plugin"
|
1109 |
+
msgstr ""
|
1110 |
+
|
1111 |
+
#: deactivation-form.php:83
|
1112 |
+
msgid "It's a temporary deactivation, I'm just debugging an issue"
|
1113 |
+
msgstr ""
|
1114 |
+
|
1115 |
+
#: deactivation-form.php:89
|
1116 |
+
msgid "Other"
|
1117 |
+
msgstr "Autre"
|
1118 |
+
|
1119 |
+
#: deactivation-form.php:123
|
1120 |
+
msgid "Quick Feedback"
|
1121 |
+
msgstr ""
|
1122 |
+
|
1123 |
+
#: deactivation-form.php:124
|
1124 |
+
msgid "If you have a moment, please let us know why you are deactivating"
|
1125 |
+
msgstr ""
|
1126 |
+
|
1127 |
+
#: deactivation-form.php:127
|
1128 |
+
msgid "Send website data and allow to contact me back"
|
1129 |
+
msgstr ""
|
1130 |
+
|
1131 |
+
#: deactivation-form.php:132
|
1132 |
+
msgid "Cancel"
|
1133 |
+
msgstr ""
|
1134 |
+
|
1135 |
+
#: deactivation-form.php:233
|
1136 |
+
msgid "Processing"
|
1137 |
+
msgstr ""
|
1138 |
+
|
1139 |
+
#: deactivation-form.php:262
|
1140 |
+
msgid "Submit & Deactivate"
|
1141 |
+
msgstr ""
|
1142 |
+
|
1143 |
+
#: deactivation-form.php:277
|
1144 |
+
msgid "Please tell us the reason so we can improve it."
|
1145 |
+
msgstr ""
|
1146 |
+
|
1147 |
+
#: deactivation-form.php:345
|
1148 |
+
msgid "Deactivate"
|
1149 |
+
msgstr ""
|
1150 |
+
|
1151 |
#: deprecated.php:93
|
1152 |
msgid "System Status"
|
1153 |
msgstr "Etat du système"
|
1175 |
"l'achat de l'extension). Si nécessaire, utilisez la fonction de demande de "
|
1176 |
"mot de passe perdu."
|
1177 |
|
1178 |
+
#: deprecated.php:246
|
1179 |
msgid "After that, you can activate it by entering your license key."
|
1180 |
msgstr ""
|
1181 |
" Après vous pouvez activer cette extension en donnant votre clé de licence."
|
1182 |
|
1183 |
+
#: deprecated.php:249 deprecated.php:691
|
1184 |
msgid "License key can be found in the"
|
1185 |
msgstr "La clé de licence peut être trouvée dans "
|
1186 |
|
1187 |
+
#: deprecated.php:251 deprecated.php:693
|
1188 |
msgid "(your username is the email address specified during the purchase)."
|
1189 |
msgstr ""
|
1190 |
"(votre nom d'utilisateur est l'adresse e-mail que vous avez donnée lors de "
|
1191 |
"l'achat de l'extension)."
|
1192 |
|
1193 |
+
#: deprecated.php:279
|
1194 |
msgid ""
|
1195 |
"Congratulations! The Pro license of the plugin is activated successfully."
|
1196 |
msgstr ""
|
1197 |
"Félicitations! La version PRO de cette extension a été activée avec succès."
|
1198 |
|
1199 |
+
#: deprecated.php:281 deprecated.php:672
|
1200 |
msgid "Please, go to"
|
1201 |
msgstr "Merci d’aller à"
|
1202 |
|
1203 |
+
#: deprecated.php:281 deprecated.php:672
|
1204 |
msgid "the setting page"
|
1205 |
msgstr "Options supplémentaires"
|
1206 |
|
1207 |
+
#: deprecated.php:282 deprecated.php:673
|
1208 |
msgid "You will be redirected automatically in 5 seconds."
|
1209 |
msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
|
1210 |
|
1211 |
+
#: deprecated.php:316
|
1212 |
msgid "Check premium options on the plugin settings page!"
|
1213 |
msgstr ""
|
1214 |
"Vérifier les options premium sur la page des paramètres de l'extension!"
|
1215 |
|
1216 |
+
#: deprecated.php:479
|
1217 |
msgid "Restore all plugin settings to defaults"
|
1218 |
msgstr "Remettre les valeurs par défaut des paramètres de l'extension"
|
1219 |
|
1220 |
+
#: deprecated.php:481
|
1221 |
msgid "Restore settings"
|
1222 |
msgstr "Remettre les paramètres"
|
1223 |
|
1224 |
+
#: deprecated.php:550 deprecated.php:577
|
1225 |
#, php-format
|
1226 |
msgid "File %s edited successfully."
|
1227 |
msgstr "Le fichier %s a été modifié avec succès."
|
1228 |
|
1229 |
+
#: deprecated.php:552 deprecated.php:579
|
1230 |
msgid "Not enough permissions to create or update the file"
|
1231 |
msgstr "Pas assez de droits pour créer ou modifier le fichier"
|
1232 |
|
1233 |
+
#: deprecated.php:582
|
1234 |
msgid "Not enough permissions to create the file"
|
1235 |
msgstr "Pas assez de droits pour créer le fichier"
|
1236 |
|
1237 |
+
#: deprecated.php:626
|
1238 |
msgid "Editing"
|
1239 |
msgstr "Modifier"
|
1240 |
|
1241 |
+
#: deprecated.php:670
|
1242 |
msgid ""
|
1243 |
"Congratulations! Pro version of the plugin is installed and activated "
|
1244 |
"successfully."
|
1246 |
"Félicitations! La version PRO de cette extension a été téléchargée et "
|
1247 |
"activée avec succès."
|
1248 |
|
1249 |
+
#: deprecated.php:680
|
1250 |
msgid "Show Pro features"
|
1251 |
msgstr "Voir les fonctionnalités de la version PRO"
|
1252 |
|
1253 |
+
#: deprecated.php:687
|
1254 |
msgid "Enter your license key to install and activate"
|
1255 |
msgstr "Saisir votre clé de licence pour installer et activer"
|
1256 |
|
1257 |
+
#: deprecated.php:689
|
1258 |
msgid "version of the plugin."
|
1259 |
msgstr "version de l'extension."
|
1260 |
|
1295 |
msgstr ""
|
1296 |
|
1297 |
#: product_list.php:22
|
1298 |
+
msgid "Best secure captcha plugin to protect your WordPress forms."
|
|
|
1299 |
msgstr ""
|
1300 |
|
1301 |
#: product_list.php:32
|
1335 |
|
1336 |
#: product_list.php:103
|
1337 |
msgid ""
|
|
|
|
|
|
|
|
|
|
|
|
|
1338 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1339 |
"issues faster."
|
1340 |
msgstr ""
|
1341 |
|
1342 |
+
#: product_list.php:110
|
1343 |
msgid ""
|
1344 |
"Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
|
1345 |
"widgets."
|
1346 |
msgstr ""
|
1347 |
|
1348 |
+
#: product_list.php:120
|
1349 |
msgid ""
|
1350 |
"Add beautiful galleries, albums & images to your WordPress website in a few "
|
1351 |
"clicks."
|
1352 |
msgstr ""
|
1353 |
|
1354 |
+
#: product_list.php:130
|
1355 |
msgid ""
|
1356 |
+
"Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
|
1357 |
+
"posts, pages and widgets."
|
1358 |
msgstr ""
|
1359 |
|
1360 |
+
#: product_list.php:140
|
1361 |
msgid ""
|
1362 |
+
"Stronger security solution which protects your WordPress website from hacks "
|
1363 |
+
"and unauthorized login attempts."
|
1364 |
msgstr ""
|
1365 |
|
1366 |
+
#: product_list.php:150
|
1367 |
msgid ""
|
1368 |
"Add Adsense ads to WordPress website pages, posts, custom posts, search "
|
1369 |
"results, categories, tags, and widgets."
|
1370 |
msgstr ""
|
1371 |
|
1372 |
+
#: product_list.php:160
|
1373 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1374 |
msgstr ""
|
1375 |
|
1376 |
+
#: product_list.php:170
|
1377 |
msgid ""
|
1378 |
"Protect WordPress website forms from spam entries with Google Captcha "
|
1379 |
"(reCaptcha)."
|
1380 |
msgstr ""
|
1381 |
|
1382 |
+
#: product_list.php:180
|
1383 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1384 |
msgstr ""
|
1385 |
|
1386 |
+
#: product_list.php:190
|
1387 |
msgid ""
|
1388 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1389 |
"your blog."
|
1390 |
msgstr ""
|
1391 |
|
1392 |
+
#: product_list.php:200
|
1393 |
msgid ""
|
1394 |
"Replace external WordPress website links with Google shortlinks and track "
|
1395 |
"click stats."
|
1396 |
msgstr ""
|
1397 |
|
1398 |
+
#: product_list.php:207
|
1399 |
msgid ""
|
1400 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1401 |
"hostnames, etc."
|
1402 |
msgstr ""
|
1403 |
|
1404 |
+
#: product_list.php:217
|
1405 |
msgid ""
|
1406 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1407 |
"submit CV/resumes, choose candidates."
|
1408 |
msgstr ""
|
1409 |
|
1410 |
+
#: product_list.php:224
|
1411 |
msgid ""
|
1412 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1413 |
"attempts."
|
1414 |
msgstr ""
|
1415 |
|
1416 |
+
#: product_list.php:234
|
1417 |
msgid ""
|
1418 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1419 |
"5 plugins included – profile, insider, etc."
|
1420 |
msgstr ""
|
1421 |
|
1422 |
+
#: product_list.php:244
|
1423 |
msgid ""
|
1424 |
"Translate WordPress website content to other languages manually. Create "
|
1425 |
"multilingual pages, posts, widgets, menus, etc."
|
1426 |
msgstr ""
|
1427 |
|
1428 |
+
#: product_list.php:254
|
1429 |
msgid ""
|
1430 |
"Add customizable pagination to WordPress website. Split long content to "
|
1431 |
"multiple pages for better navigation."
|
1432 |
msgstr ""
|
1433 |
|
1434 |
+
#: product_list.php:264
|
1435 |
msgid ""
|
1436 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1437 |
"header/footer styles and appearance."
|
1438 |
msgstr ""
|
1439 |
|
1440 |
+
#: product_list.php:274
|
1441 |
msgid ""
|
1442 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1443 |
"Profile) to WordPress posts, pages and widgets."
|
1444 |
msgstr ""
|
1445 |
|
1446 |
+
#: product_list.php:284
|
1447 |
msgid ""
|
1448 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1449 |
"projects to get more clients."
|
1450 |
msgstr ""
|
1451 |
|
1452 |
+
#: product_list.php:294
|
1453 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1454 |
msgstr ""
|
1455 |
|
1456 |
+
#: product_list.php:301
|
1457 |
msgid ""
|
1458 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1459 |
"create and manage additional custom values."
|
1460 |
msgstr ""
|
1461 |
|
1462 |
+
#: product_list.php:308
|
1463 |
msgid ""
|
1464 |
"Add and display HTML advertisement banner on WordPress website. Customize "
|
1465 |
"bar styles and appearance."
|
1466 |
msgstr ""
|
1467 |
|
1468 |
+
#: product_list.php:318
|
1469 |
msgid ""
|
1470 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1471 |
"widgets."
|
1472 |
msgstr ""
|
1473 |
|
1474 |
+
#: product_list.php:325
|
1475 |
msgid ""
|
1476 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1477 |
"customers."
|
1478 |
msgstr ""
|
1479 |
|
1480 |
+
#: product_list.php:332
|
1481 |
msgid ""
|
1482 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1483 |
"properties. Add, search and browse listings easily."
|
1484 |
msgstr ""
|
1485 |
|
1486 |
+
#: product_list.php:342
|
|
|
|
|
|
|
|
|
|
|
|
|
1487 |
msgid ""
|
1488 |
"Add related, featured, latest, and popular posts to your WordPress website. "
|
1489 |
"Connect your blog readers with a relevant content."
|
1490 |
msgstr ""
|
1491 |
|
1492 |
+
#: product_list.php:349
|
1493 |
msgid ""
|
1494 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1495 |
"settings and detailed reports."
|
1496 |
msgstr ""
|
1497 |
|
1498 |
+
#: product_list.php:359
|
1499 |
msgid ""
|
1500 |
"The best responsive slider plugin for your WordPress website. Create "
|
1501 |
"beautifully animated slides just in a few clicks."
|
1502 |
msgstr ""
|
1503 |
|
1504 |
+
#: product_list.php:366
|
1505 |
msgid ""
|
1506 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1507 |
"Yahoo, Hotmail and other services."
|
1508 |
msgstr ""
|
1509 |
|
1510 |
+
#: product_list.php:373
|
1511 |
msgid ""
|
1512 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1513 |
"FB, Twitter, G+1, Pinterest, LinkedIn."
|
1514 |
msgstr ""
|
1515 |
|
1516 |
+
#: product_list.php:383
|
1517 |
msgid ""
|
1518 |
"Add social media login, registration, and commenting to your WordPress "
|
1519 |
"website."
|
1520 |
msgstr ""
|
1521 |
|
1522 |
+
#: product_list.php:390
|
1523 |
msgid ""
|
1524 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1525 |
"Collect data and subscribe your users."
|
1526 |
msgstr ""
|
1527 |
|
1528 |
+
#: product_list.php:400
|
1529 |
msgid ""
|
1530 |
"Add testimonials and feedbacks from your customers to WordPress website "
|
1531 |
"posts, pages, and widgets."
|
1532 |
msgstr ""
|
1533 |
|
1534 |
+
#: product_list.php:407
|
1535 |
msgid ""
|
1536 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1537 |
"attendance and generate reports."
|
1538 |
msgstr ""
|
1539 |
|
1540 |
+
#: product_list.php:417
|
1541 |
msgid ""
|
1542 |
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
|
1543 |
"and pages."
|
1544 |
msgstr ""
|
1545 |
|
1546 |
+
#: product_list.php:427
|
1547 |
msgid ""
|
1548 |
"Automatically check and update WordPress website core with all installed "
|
1549 |
"plugins and themes to the latest versions."
|
1550 |
msgstr ""
|
1551 |
|
1552 |
+
#: product_list.php:437
|
1553 |
msgid ""
|
1554 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1555 |
"copy, and delete user roles."
|
1556 |
msgstr ""
|
1557 |
|
1558 |
+
#: product_list.php:447
|
1559 |
msgid ""
|
1560 |
"Display live count of online visitors who are currently browsing your "
|
1561 |
"WordPress website."
|
1562 |
msgstr ""
|
1563 |
|
1564 |
+
#: product_list.php:457
|
1565 |
msgid ""
|
1566 |
"Backup and export Zendesk Help Center content automatically to your "
|
1567 |
"WordPress website database."
|
1568 |
msgstr ""
|
1569 |
|
1570 |
+
#~ msgid "Congratulations! Pro Membership license is activated successfully."
|
1571 |
+
#~ msgstr ""
|
1572 |
+
#~ "Félicitations! La version PRO de cette extension a été activée avec "
|
1573 |
+
#~ "succès."
|
1574 |
+
|
1575 |
+
#~ msgid "Email with system info is sent to"
|
1576 |
+
#~ msgstr "Le courriel avec les informations système est envoyé à"
|
1577 |
+
|
1578 |
+
#~ msgid "Browse Free WordPress Themes"
|
1579 |
+
#~ msgstr "Parcourir les thèmes gratuits pour WordPress"
|
1580 |
+
|
1581 |
+
#~ msgid ""
|
1582 |
+
#~ "You can use one license of the Pro plugin for one domain only. Please "
|
1583 |
+
#~ "check and edit your license or domain if necessary using you personal "
|
1584 |
+
#~ "Client Area. We strongly recommend you to solve the problem within 24 "
|
1585 |
+
#~ "hours, otherwise the Pro plugin will be deactivated."
|
1586 |
+
#~ msgstr ""
|
1587 |
+
#~ "Vous ne pouvez utilisez qu'une licence de la version Pro de l'extension "
|
1588 |
+
#~ "pour un seul domaine. Merci de vérifier et de modifier votre licence ou "
|
1589 |
+
#~ "votre domaine si nécessaire en utilisant votre zone client. Nous vous "
|
1590 |
+
#~ "recommandons de résoudre ce problème dans les 24 heures, sinon "
|
1591 |
+
#~ "l'extension sera rendue inactive."
|
1592 |
+
|
1593 |
+
#~ msgid "Insert"
|
1594 |
+
#~ msgstr "Insérer"
|
1595 |
+
|
1596 |
#~ msgid "Advertisement"
|
1597 |
#~ msgstr "Publicité"
|
1598 |
|
1611 |
#~ msgid "Utilities"
|
1612 |
#~ msgstr "Utilitaires"
|
1613 |
|
|
|
|
|
|
|
1614 |
#~ msgid "Thank you for installing"
|
1615 |
#~ msgstr "Merci d'avoir installé"
|
1616 |
|
bws_menu/languages/bestwebsoft-id_ID.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-id_ID.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
-
"PO-Revision-Date: 2017-
|
7 |
"Last-Translator: Jordan Silaen <jordan.silaen@chameleonjohn.com>\n"
|
8 |
"Language-Team: chameleonjohn.com <jordan.silaen@chameleonjohn.com>\n"
|
9 |
"Language: id\n"
|
@@ -17,11 +17,11 @@ msgstr ""
|
|
17 |
"X-Generator: Poedit 1.8.7.1\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: bws_functions.php:
|
21 |
msgid "requires"
|
22 |
msgstr "membutuhkan"
|
23 |
|
24 |
-
#: bws_functions.php:
|
25 |
msgid ""
|
26 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
27 |
"try again."
|
@@ -29,60 +29,61 @@ msgstr ""
|
|
29 |
"atau lebih tinggi, itu sebabnya telah dinonaktifkan! Silakan upgrade "
|
30 |
"WordPress dan coba lagi."
|
31 |
|
32 |
-
#: bws_functions.php:
|
33 |
msgid "Back to the WordPress"
|
34 |
msgstr "Kembali ke WordPress"
|
35 |
|
36 |
-
#: bws_functions.php:
|
37 |
msgid "Plugins page"
|
38 |
msgstr "halaman plugin"
|
39 |
|
40 |
-
#: bws_functions.php:
|
41 |
msgid "Like the plugin?"
|
42 |
msgstr "Seperti plugin?"
|
43 |
|
44 |
#: bws_functions.php:93
|
|
|
|
|
|
|
|
|
|
|
45 |
msgid "Rate it"
|
46 |
msgstr "Menilai itu"
|
47 |
|
48 |
-
#: bws_functions.php:
|
49 |
msgid "Need help?"
|
50 |
msgstr "Butuh bantuan?"
|
51 |
|
52 |
-
#: bws_functions.php:
|
53 |
msgid "Visit Help Center"
|
54 |
msgstr "Kunjungi Pusat Bantuan"
|
55 |
|
56 |
-
#: bws_functions.php:
|
57 |
msgid "Want to support the plugin?"
|
58 |
msgstr "Ingin mendukung plugin?"
|
59 |
|
60 |
-
#: bws_functions.php:
|
61 |
msgid "Donate"
|
62 |
msgstr "Menyumbangkan"
|
63 |
|
64 |
-
#: bws_functions.php:
|
65 |
msgid "WARNING: Illegal use notification"
|
66 |
msgstr "PERINGATAN: Illegal penggunaan notifikasi"
|
67 |
|
68 |
-
#: bws_functions.php:
|
69 |
msgid ""
|
70 |
"You can use one license of the Pro plugin for one domain only. Please check "
|
71 |
-
"and edit your license or domain if necessary using
|
72 |
-
"We strongly recommend you to solve the problem within 24 hours,
|
73 |
-
"the Pro plugin will be deactivated."
|
74 |
msgstr ""
|
75 |
-
"Anda dapat menggunakan satu lisensi dari plugin Pro untuk satu domain saja. "
|
76 |
-
"Silakan periksa dan mengedit lisensi atau domain jika perlu menggunakan Anda "
|
77 |
-
"pribadi Area Klien. Kami sangat menyarankan Anda untuk memecahkan masalah "
|
78 |
-
"dalam waktu 24 jam, dinyatakan plugin Pro akan dinonaktifkan."
|
79 |
|
80 |
-
#: bws_functions.php:
|
81 |
-
#: class-bws-settings.php:
|
82 |
msgid "Learn More"
|
83 |
msgstr "Belajarlah lagi"
|
84 |
|
85 |
-
#: bws_functions.php:
|
86 |
msgid ""
|
87 |
"Notice: Your Pro Trial license has expired. To continue using the plugin, "
|
88 |
"you should buy a Pro license"
|
@@ -90,7 +91,7 @@ msgstr ""
|
|
90 |
"Perhatikan: lisensi Percobaan Pro Anda telah kedaluwarsa. Untuk terus "
|
91 |
"menggunakan plugin, Anda harus membeli lisensi Pro"
|
92 |
|
93 |
-
#: bws_functions.php:
|
94 |
msgid ""
|
95 |
"Your license has expired. To continue getting top-priority support and "
|
96 |
"plugin updates, you should extend it."
|
@@ -98,24 +99,24 @@ msgstr ""
|
|
98 |
"lisensi Anda telah berakhir. Untuk terus mendapatkan dukungan top-prioritas "
|
99 |
"dan update Plugin, Anda harus memperpanjang."
|
100 |
|
101 |
-
#: bws_functions.php:
|
102 |
msgid "Learn more"
|
103 |
msgstr "Belajarlah lagi"
|
104 |
|
105 |
-
#: bws_functions.php:
|
106 |
#, php-format
|
107 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
108 |
msgstr "Perhatikan: Anda menggunakan lisensi Percobaan Pro dari %s Plugin."
|
109 |
|
110 |
-
#: bws_functions.php:
|
111 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
112 |
msgstr "Perhatikan: Anda menggunakan lisensi Percobaan Pro plugin."
|
113 |
|
114 |
-
#: bws_functions.php:
|
115 |
msgid "The Pro Trial license will expire on"
|
116 |
msgstr "Lisensi Percobaan Pro akan berakhir pada"
|
117 |
|
118 |
-
#: bws_functions.php:
|
119 |
msgid ""
|
120 |
"or higher! We do not guarantee that our plugin will work correctly. Please "
|
121 |
"upgrade to WordPress latest version."
|
@@ -123,73 +124,73 @@ msgstr ""
|
|
123 |
"atau lebih tinggi! Kami tidak menjamin bahwa plugin kami akan bekerja dengan "
|
124 |
"benar. Silakan upgrade ke WordPress versi terbaru."
|
125 |
|
126 |
-
#: bws_functions.php:
|
127 |
#, php-format
|
128 |
msgid "Thank you for installing %s plugin!"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: bws_functions.php:
|
132 |
msgid "Let's get started"
|
133 |
msgstr "Mari kita mulai"
|
134 |
|
135 |
-
#: bws_functions.php:
|
136 |
-
#: bws_menu.php:
|
137 |
msgid "Settings"
|
138 |
msgstr "pengaturan"
|
139 |
|
140 |
-
#: bws_functions.php:
|
141 |
-
#: class-bws-settings.php:
|
142 |
msgid "or"
|
143 |
msgstr "atau"
|
144 |
|
145 |
-
#: bws_functions.php:
|
146 |
msgid "Add New"
|
147 |
msgstr "Tambah baru"
|
148 |
|
149 |
-
#: bws_functions.php:
|
150 |
-
#: bws_functions.php:
|
151 |
msgid "Close notice"
|
152 |
msgstr "Tutup pemberitahuan"
|
153 |
|
154 |
-
#: bws_functions.php:
|
155 |
msgid "Thank you for installing plugins by BestWebSoft!"
|
156 |
msgstr "Terima kasih untuk menginstal plugin dengan BestWebSoft!"
|
157 |
|
158 |
-
#: bws_functions.php:
|
159 |
msgid "More Details"
|
160 |
msgstr "Keterangan lebih lanjut"
|
161 |
|
162 |
-
#: bws_functions.php:
|
163 |
msgid "Less Details"
|
164 |
msgstr "Kurang Detail"
|
165 |
|
166 |
-
#: bws_functions.php:
|
167 |
msgid "Deprecated function(-s) is used on the site here:"
|
168 |
msgstr "Fungsi usang (-s) digunakan di situs di sini:"
|
169 |
|
170 |
-
#: bws_functions.php:
|
171 |
msgid ""
|
172 |
"This function(-s) will be removed over time. Please update the product(-s)."
|
173 |
msgstr ""
|
174 |
"Fungsi ini (-s) akan dihapus dari waktu ke waktu. Perbarui produk (-s)."
|
175 |
|
176 |
-
#: bws_functions.php:
|
177 |
msgid "It’s time to upgrade your"
|
178 |
msgstr "Saatnya untuk meng-upgrade Anda"
|
179 |
|
180 |
-
#: bws_functions.php:
|
181 |
msgid "to"
|
182 |
msgstr "untuk"
|
183 |
|
184 |
-
#: bws_functions.php:
|
185 |
msgid "version!"
|
186 |
msgstr "versi!"
|
187 |
|
188 |
-
#: bws_functions.php:
|
189 |
msgid "Extend standard plugin functionality with new great options."
|
190 |
msgstr "Memperluas fungsi Plugin standar dengan pilihan besar baru."
|
191 |
|
192 |
-
#: bws_functions.php:
|
193 |
#, php-format
|
194 |
msgid ""
|
195 |
"Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
|
@@ -198,12 +199,12 @@ msgstr ""
|
|
198 |
"Kunci lisensi untuk %s berakhir pada %s dan Anda tidak akan diberikan TOP-"
|
199 |
"PRIORITAS DUKUNGAN atau PEMBARUAN."
|
200 |
|
201 |
-
#: bws_functions.php:
|
202 |
#, php-format
|
203 |
msgid "Thank you for choosing %s plugin!"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: bws_functions.php:
|
207 |
msgid ""
|
208 |
"If you have a feature, suggestion or idea you'd like to see in the plugin, "
|
209 |
"we'd love to hear about it!"
|
@@ -211,25 +212,25 @@ msgstr ""
|
|
211 |
"Jika Anda memiliki fitur, saran atau ide yang ingin Anda lihat di plugin, "
|
212 |
"kami akan senang mendengar tentang hal itu!"
|
213 |
|
214 |
-
#: bws_functions.php:
|
215 |
msgid "Suggest a Feature"
|
216 |
msgstr "Sarankan Fitur sebuah"
|
217 |
|
218 |
-
#: bws_functions.php:
|
219 |
-
#: class-bws-settings.php:
|
220 |
msgid "Notice"
|
221 |
msgstr "Melihat"
|
222 |
|
223 |
-
#: bws_functions.php:
|
224 |
msgid "The plugin's settings have been changed."
|
225 |
msgstr "pengaturan plugin ini telah berubah."
|
226 |
|
227 |
-
#: bws_functions.php:
|
228 |
-
#: deprecated.php:
|
229 |
msgid "Save Changes"
|
230 |
msgstr "Simpan perubahan"
|
231 |
|
232 |
-
#: bws_functions.php:
|
233 |
msgid ""
|
234 |
"You can always look at premium options by checking the \"Pro Options\" in "
|
235 |
"the \"Misc\" tab."
|
@@ -237,81 +238,77 @@ msgstr ""
|
|
237 |
"Anda selalu dapat melihat pilihan premium dengan memeriksa \\ \"Pro Options "
|
238 |
"\" di \\ tab \"Misc \"."
|
239 |
|
240 |
-
#: bws_functions.php:
|
241 |
msgid "Add BWS Shortcode"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: bws_functions.php:
|
245 |
msgid "Add BWS Plugins Shortcode"
|
246 |
msgstr "Tambahkan BWS Plugin pendek"
|
247 |
|
248 |
-
#: bws_functions.php:
|
249 |
msgid "Add shortcode"
|
250 |
msgstr "Tambahkan shortcode"
|
251 |
|
252 |
-
#: bws_functions.php:
|
253 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
254 |
msgstr "Tambahkan shortcode BestWebSoft plugin 'menggunakan tombol ini."
|
255 |
|
256 |
-
#: bws_functions.php:
|
257 |
msgid "Close"
|
258 |
msgstr "Dekat"
|
259 |
|
260 |
-
#: bws_functions.php:
|
261 |
msgid "Are you sure you want to restore default settings?"
|
262 |
msgstr "Apakah Anda yakin ingin mengembalikan pengaturan default?"
|
263 |
|
264 |
-
#: bws_functions.php:
|
265 |
msgid "Yes, restore all settings"
|
266 |
msgstr "Ya, mengembalikan semua pengaturan"
|
267 |
|
268 |
-
#: bws_functions.php:
|
269 |
msgid "No, go back to the settings page"
|
270 |
msgstr "Tidak, kembali ke halaman pengaturan"
|
271 |
|
272 |
-
#: bws_functions.php:
|
273 |
msgid "Plugin"
|
274 |
msgstr "Plugin"
|
275 |
|
276 |
-
#: bws_functions.php:
|
277 |
msgid "Shortcode settings"
|
278 |
msgstr "pengaturan shortcode"
|
279 |
|
280 |
-
#: bws_functions.php:
|
281 |
msgid "The shortcode will be inserted"
|
282 |
msgstr "shortcode akan dimasukkan"
|
283 |
|
284 |
-
#: bws_functions.php:
|
285 |
-
msgid "Insert"
|
286 |
-
msgstr "Memasukkan"
|
287 |
-
|
288 |
-
#: bws_functions.php:912
|
289 |
msgid "FAQ"
|
290 |
msgstr "FAQ"
|
291 |
|
292 |
-
#: bws_functions.php:
|
293 |
msgid "For more information:"
|
294 |
msgstr "Untuk informasi lebih lanjut:"
|
295 |
|
296 |
-
#: bws_functions.php:
|
297 |
msgid "Documentation"
|
298 |
msgstr "Dokumentasi"
|
299 |
|
300 |
-
#: bws_functions.php:
|
301 |
msgid "Video Instructions"
|
302 |
msgstr "Petunjuk Video"
|
303 |
|
304 |
-
#: bws_functions.php:
|
305 |
msgid "Submit a Request"
|
306 |
msgstr "Mengajukan permohonan"
|
307 |
|
308 |
-
#: bws_menu.php:101 class-bws-settings.php:
|
309 |
msgid "Wrong license key"
|
310 |
msgstr "kunci lisensi yang salah"
|
311 |
|
312 |
-
#: bws_menu.php:122 class-bws-settings.php:
|
313 |
-
#: class-bws-settings.php:
|
314 |
-
#: deprecated.php:
|
315 |
msgid ""
|
316 |
"Something went wrong. Please try again later. If the error appears again, "
|
317 |
"please contact us"
|
@@ -319,14 +316,14 @@ msgstr ""
|
|
319 |
"Ada yang salah. Silakan coba lagi nanti. Jika kesalahan muncul lagi, "
|
320 |
"silahkan hubungi kami"
|
321 |
|
322 |
-
#: bws_menu.php:122 class-bws-settings.php:
|
323 |
-
#: class-bws-settings.php:
|
324 |
-
#: deprecated.php:
|
325 |
msgid "We are sorry for inconvenience."
|
326 |
msgstr "Kami mohon maaf atas ketidaknyamanan."
|
327 |
|
328 |
-
#: bws_menu.php:128 class-bws-settings.php:
|
329 |
-
#: deprecated.php:139 deprecated.php:
|
330 |
msgid "Wrong license key."
|
331 |
msgstr "kunci lisensi yang salah."
|
332 |
|
@@ -342,11 +339,11 @@ msgstr ""
|
|
342 |
msgid "Log in"
|
343 |
msgstr "Masuk"
|
344 |
|
345 |
-
#: bws_menu.php:132 bws_menu.php:
|
346 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
347 |
msgstr "Sayangnya, Anda telah melebihi jumlah mencoba tersedia per hari."
|
348 |
|
349 |
-
#: bws_menu.php:134
|
350 |
#, php-format
|
351 |
msgid ""
|
352 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
@@ -355,7 +352,7 @@ msgstr ""
|
|
355 |
"Sayangnya, lisensi Anda telah kedaluwarsa. Untuk terus mendapatkan dukungan "
|
356 |
"top-prioritas dan Plugin update, Anda harus memperpanjang di Anda %s"
|
357 |
|
358 |
-
#: bws_menu.php:136 class-bws-settings.php:
|
359 |
msgid ""
|
360 |
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
361 |
"Trial license can be installed only once."
|
@@ -363,19 +360,19 @@ msgstr ""
|
|
363 |
"Sayangnya, lisensi Pro sudah dipasang untuk domain ini. Lisensi Percobaan "
|
364 |
"Pro dapat diinstal hanya sekali."
|
365 |
|
366 |
-
#: bws_menu.php:142 class-bws-settings.php:
|
367 |
msgid "The license key is valid."
|
368 |
msgstr "Kunci lisensi berlaku."
|
369 |
|
370 |
-
#: bws_menu.php:144 class-bws-settings.php:
|
371 |
msgid "Your license will expire on"
|
372 |
msgstr "lisensi Anda akan berakhir pada"
|
373 |
|
374 |
#: bws_menu.php:146
|
375 |
-
msgid "Congratulations! Pro Membership license is
|
376 |
-
msgstr "
|
377 |
|
378 |
-
#: bws_menu.php:153 class-bws-settings.php:
|
379 |
msgid ""
|
380 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
381 |
"sorry for inconvenience."
|
@@ -529,67 +526,68 @@ msgstr "Plugin tidak aktif"
|
|
529 |
msgid "Please enter a valid email address."
|
530 |
msgstr "Silakan isi alamat email."
|
531 |
|
532 |
-
#: bws_menu.php:
|
533 |
-
|
534 |
-
|
|
|
535 |
|
536 |
-
#: bws_menu.php:
|
537 |
msgid "Thank you for contacting us."
|
538 |
msgstr "Terima kasih sudah menghubungi kami."
|
539 |
|
540 |
-
#: bws_menu.php:
|
541 |
msgid "Sorry, email message could not be delivered."
|
542 |
msgstr "Maaf, pesan email tidak dapat disampaikan."
|
543 |
|
544 |
-
#: bws_menu.php:
|
545 |
msgid "Plugins"
|
546 |
msgstr "plugin"
|
547 |
|
548 |
-
#: bws_menu.php:
|
549 |
msgid "Themes"
|
550 |
msgstr "tema"
|
551 |
|
552 |
-
#: bws_menu.php:
|
553 |
msgid "System status"
|
554 |
msgstr "Status sistem"
|
555 |
|
556 |
-
#: bws_menu.php:
|
557 |
msgid "Support"
|
558 |
msgstr "Mendukung"
|
559 |
|
560 |
-
#: bws_menu.php:
|
561 |
msgid "Manage purchased licenses & subscriptions"
|
562 |
msgstr "Mengelola membeli lisensi & langganan"
|
563 |
|
564 |
-
#: bws_menu.php:
|
565 |
#, php-format
|
566 |
msgid "Get Access to %s+ Premium Plugins"
|
567 |
msgstr "Dapatkan Akses ke %s + Premium Plugin"
|
568 |
|
569 |
-
#: bws_menu.php:
|
570 |
msgid "Subscribe to Pro Membership"
|
571 |
msgstr "Berlangganan Pro Keanggotaan"
|
572 |
|
573 |
-
#: bws_menu.php:
|
574 |
#: deprecated.php:227
|
575 |
msgid "Check license key"
|
576 |
msgstr "Periksa kunci lisensi"
|
577 |
|
578 |
-
#: bws_menu.php:
|
579 |
msgid "Enter your license key"
|
580 |
msgstr "Masukkan kunci lisensi Anda"
|
581 |
|
582 |
-
#: bws_menu.php:
|
583 |
-
#: class-bws-settings.php:
|
584 |
-
#: deprecated.php:
|
585 |
msgid "Activate"
|
586 |
msgstr "Mengaktifkan"
|
587 |
|
588 |
-
#: bws_menu.php:
|
589 |
msgid "Upload Plugin"
|
590 |
msgstr "Upload Plugin"
|
591 |
|
592 |
-
#: bws_menu.php:
|
593 |
#, php-format
|
594 |
msgid ""
|
595 |
"The plugin generated %d characters of <strong>unexpected output</strong> "
|
@@ -602,7 +600,7 @@ msgstr ""
|
|
602 |
"# 8221; pesan, masalah dengan feed sindikasi atau masalah lain, coba "
|
603 |
"menonaktifkan atau menghapus plugin ini."
|
604 |
|
605 |
-
#: bws_menu.php:
|
606 |
msgid ""
|
607 |
"Plugin could not be activated because it triggered a <strong>fatal error</"
|
608 |
"strong>."
|
@@ -610,38 +608,36 @@ msgstr ""
|
|
610 |
"Plugin tidak dapat diaktifkan karena memicu <strong> kesalahan fatal </ "
|
611 |
"strong>."
|
612 |
|
613 |
-
#: bws_menu.php:
|
614 |
msgid "Plugin <strong>activated</strong>."
|
615 |
msgstr "Plugin <strong> diaktifkan </ strong>."
|
616 |
|
617 |
-
#: bws_menu.php:
|
618 |
msgid "Installing Plugin"
|
619 |
msgstr "Instalasi Plugin"
|
620 |
|
621 |
-
#: bws_menu.php:
|
622 |
msgid "Downloading install package from"
|
623 |
msgstr "Men-download menginstal paket dari"
|
624 |
|
625 |
-
#: bws_menu.php:
|
626 |
-
#:
|
627 |
-
#: class-bws-settings.php:992 deprecated.php:387 deprecated.php:409
|
628 |
-
#: deprecated.php:431
|
629 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
630 |
msgstr "Gagal mengunduh arsip zip. Silakan, upload plugin secara manual"
|
631 |
|
632 |
-
#: bws_menu.php:
|
633 |
msgid "Unpacking the package"
|
634 |
msgstr "Membuka paket"
|
635 |
|
636 |
-
#: bws_menu.php:
|
637 |
msgid "Installing the plugin"
|
638 |
msgstr "Instalasi plugin"
|
639 |
|
640 |
-
#: bws_menu.php:
|
641 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
642 |
msgstr "Gagal membuka arsip zip. Silakan, upload plugin secara manual"
|
643 |
|
644 |
-
#: bws_menu.php:
|
645 |
msgid ""
|
646 |
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
647 |
"plugin manually"
|
@@ -649,157 +645,157 @@ msgstr ""
|
|
649 |
"server Anda tidak mendukung baik ZipArchive atau Phar. Silakan, upload "
|
650 |
"plugin secara manual"
|
651 |
|
652 |
-
#: bws_menu.php:
|
653 |
#, php-format
|
654 |
msgid "The plugin %s is successfully installed."
|
655 |
msgstr "Plugin %s berhasil diinstal."
|
656 |
|
657 |
-
#: bws_menu.php:
|
658 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
659 |
msgstr "UploadDir tidak dapat ditulis. Silakan, upload plugin secara manual"
|
660 |
|
661 |
-
#: bws_menu.php:
|
662 |
msgid "Activate Plugin"
|
663 |
msgstr "Aktifkan Plugin"
|
664 |
|
665 |
-
#: bws_menu.php:
|
666 |
msgid "Return to BestWebSoft Panel"
|
667 |
msgstr "Kembali ke BestWebSoft Panel"
|
668 |
|
669 |
-
#: bws_menu.php:
|
670 |
msgid "All"
|
671 |
msgstr "Semua"
|
672 |
|
673 |
-
#: bws_menu.php:
|
674 |
msgid "Installed"
|
675 |
msgstr "dipasang"
|
676 |
|
677 |
-
#: bws_menu.php:
|
678 |
msgid "Not Installed"
|
679 |
msgstr "Tidak terpasang"
|
680 |
|
681 |
-
#: bws_menu.php:
|
682 |
msgid "Filter results"
|
683 |
msgstr "Filter hasil"
|
684 |
|
685 |
-
#: bws_menu.php:
|
686 |
msgid "Category"
|
687 |
msgstr "Kategori"
|
688 |
|
689 |
-
#: bws_menu.php:
|
690 |
msgid "Not installed"
|
691 |
msgstr "Tidak terpasang"
|
692 |
|
693 |
-
#: bws_menu.php:
|
694 |
msgid "Renew to get updates"
|
695 |
msgstr "Renew untuk mendapatkan update"
|
696 |
|
697 |
-
#: bws_menu.php:
|
698 |
#, php-format
|
699 |
msgid "Update to v %s"
|
700 |
msgstr "Update untuk v %s"
|
701 |
|
702 |
-
#: bws_menu.php:
|
703 |
msgid "Install Now"
|
704 |
msgstr "Pasang sekarang"
|
705 |
|
706 |
-
#: bws_menu.php:
|
707 |
msgid "Upgrade to Pro"
|
708 |
msgstr "Upgrade ke yang lebih baik"
|
709 |
|
710 |
-
#: bws_menu.php:
|
711 |
msgid "Activate this plugin"
|
712 |
msgstr "Aktifkan plugin ini"
|
713 |
|
714 |
-
#: bws_menu.php:
|
715 |
msgid "Install this plugin"
|
716 |
msgstr "Menginstal plugin ini"
|
717 |
|
718 |
-
#: bws_menu.php:
|
719 |
msgid "Nothing found. Try another criteria."
|
720 |
msgstr "Tidak ada yang ditemukan. Coba kriteria lain."
|
721 |
|
722 |
-
#: bws_menu.php:
|
723 |
#, php-format
|
724 |
msgid "By %s"
|
725 |
msgstr "Oleh %s"
|
726 |
|
727 |
-
#: bws_menu.php:
|
728 |
msgid "Already Installed"
|
729 |
msgstr "sudah Dipasang"
|
730 |
|
731 |
-
#: bws_menu.php:
|
732 |
-
msgid "Browse
|
733 |
-
msgstr "
|
734 |
|
735 |
-
#: bws_menu.php:
|
736 |
msgid "Send to support"
|
737 |
msgstr "Kirim untuk mendukung"
|
738 |
|
739 |
-
#: bws_menu.php:
|
740 |
msgid "Send to custom email »"
|
741 |
msgstr "Kirim ke email khusus & # 187;"
|
742 |
|
743 |
-
#: class-bws-settings.php:
|
744 |
msgid "Information"
|
745 |
msgstr "Informasi"
|
746 |
|
747 |
-
#: class-bws-settings.php:
|
748 |
msgid "Inactive"
|
749 |
msgstr "non-aktif"
|
750 |
|
751 |
-
#: class-bws-settings.php:
|
752 |
msgid "Expired"
|
753 |
msgstr "kedaluwarsa"
|
754 |
|
755 |
-
#: class-bws-settings.php:
|
756 |
#, php-format
|
757 |
msgid "%s day(-s) left"
|
758 |
msgstr "%s hari (-s) kiri"
|
759 |
|
760 |
-
#: class-bws-settings.php:
|
761 |
#, php-format
|
762 |
msgid "Expired on %s"
|
763 |
msgstr "Berakhir pada %s"
|
764 |
|
765 |
-
#: class-bws-settings.php:
|
766 |
msgid "Renew Now"
|
767 |
msgstr "Perbarui sekarang"
|
768 |
|
769 |
-
#: class-bws-settings.php:
|
770 |
msgid "Active"
|
771 |
msgstr "Aktif"
|
772 |
|
773 |
-
#: class-bws-settings.php:
|
774 |
msgid "License"
|
775 |
msgstr "Lisensi"
|
776 |
|
777 |
-
#: class-bws-settings.php:
|
778 |
msgid "Status"
|
779 |
msgstr "Status"
|
780 |
|
781 |
-
#: class-bws-settings.php:
|
782 |
msgid "Version"
|
783 |
msgstr "Versi"
|
784 |
|
785 |
-
#: class-bws-settings.php:
|
786 |
msgid "All plugin settings were restored."
|
787 |
msgstr "Semua pengaturan Plugin dipulihkan."
|
788 |
|
789 |
-
#: class-bws-settings.php:
|
790 |
msgid "Custom Code"
|
791 |
msgstr "Kode kustom"
|
792 |
|
793 |
-
#: class-bws-settings.php:
|
794 |
msgid "You do not have sufficient permissions to edit plugins for this site."
|
795 |
msgstr ""
|
796 |
"Anda tidak memiliki cukup izin untuk menyunting plugin untuk situs ini."
|
797 |
|
798 |
-
#: class-bws-settings.php:
|
799 |
msgid "These styles will be added to the header on all pages of your site."
|
800 |
msgstr "Gaya ini akan ditambahkan ke header pada semua halaman situs Anda."
|
801 |
|
802 |
-
#: class-bws-settings.php:
|
803 |
#, php-format
|
804 |
msgid ""
|
805 |
"This PHP code will be hooked to the %s action and will be printed on front "
|
@@ -808,11 +804,11 @@ msgstr ""
|
|
808 |
"Kode PHP ini akan ketagihan untuk %s tindakan dan akan dicetak pada ujung "
|
809 |
"depan saja."
|
810 |
|
811 |
-
#: class-bws-settings.php:
|
812 |
msgid "These code will be added to the header on all pages of your site."
|
813 |
msgstr "Kode ini akan ditambahkan ke header pada semua halaman situs Anda."
|
814 |
|
815 |
-
#: class-bws-settings.php:
|
816 |
#, php-format
|
817 |
msgid ""
|
818 |
"You need to make this files writable before you can save your changes. See "
|
@@ -821,25 +817,25 @@ msgstr ""
|
|
821 |
"Anda perlu membuat file ini ditulis sebelum Anda dapat menyimpan perubahan. "
|
822 |
"Lihat %s Codex %s untuk informasi lebih lanjut."
|
823 |
|
824 |
-
#: class-bws-settings.php:
|
825 |
msgid "Browsing"
|
826 |
msgstr "Browsing"
|
827 |
|
828 |
-
#: class-bws-settings.php:
|
829 |
#, php-format
|
830 |
msgid "Activate custom %s code."
|
831 |
msgstr "Aktifkan kustom %s kode."
|
832 |
|
833 |
-
#: class-bws-settings.php:
|
834 |
#, php-format
|
835 |
msgid "Learn more about %s"
|
836 |
msgstr "Pelajari lebih lanjut tentang %s"
|
837 |
|
838 |
-
#: class-bws-settings.php:
|
839 |
msgid "Miscellaneous Settings"
|
840 |
msgstr "Pengaturan Miscellaneous"
|
841 |
|
842 |
-
#: class-bws-settings.php:
|
843 |
#, php-format
|
844 |
msgid ""
|
845 |
"It is prohibited to change %s settings on this site in the %s network "
|
@@ -847,74 +843,74 @@ msgid ""
|
|
847 |
msgstr ""
|
848 |
"Dilarang mengubah %s pengaturan di situs ini di %s pengaturan jaringan."
|
849 |
|
850 |
-
#: class-bws-settings.php:
|
851 |
#, php-format
|
852 |
msgid ""
|
853 |
"It is prohibited to view %s settings on this site in the %s network settings."
|
854 |
msgstr "Dilarang melihat %s pengaturan di situs ini di %s pengaturan jaringan."
|
855 |
|
856 |
-
#: class-bws-settings.php:
|
857 |
msgid "Pro Options"
|
858 |
msgstr "Pro Pilihan"
|
859 |
|
860 |
-
#: class-bws-settings.php:
|
861 |
msgid "Enable to display plugin Pro options."
|
862 |
msgstr "Memungkinkan untuk menampilkan opsi Pro Plugin."
|
863 |
|
864 |
-
#: class-bws-settings.php:
|
865 |
msgid "Track Usage"
|
866 |
msgstr "track Penggunaan"
|
867 |
|
868 |
-
#: class-bws-settings.php:
|
869 |
msgid ""
|
870 |
"Enable to allow tracking plugin usage anonymously in order to make it better."
|
871 |
msgstr ""
|
872 |
"Aktifkan untuk memungkinkan pelacakan penggunaan Plugin anonim untuk "
|
873 |
"membuatnya lebih baik."
|
874 |
|
875 |
-
#: class-bws-settings.php:
|
876 |
msgid "Default Settings"
|
877 |
msgstr "Pengaturan default"
|
878 |
|
879 |
-
#: class-bws-settings.php:
|
880 |
msgid "Restore Settings"
|
881 |
msgstr "Kembalikan Pengaturan"
|
882 |
|
883 |
-
#: class-bws-settings.php:
|
884 |
msgid "This will restore plugin settings to defaults."
|
885 |
msgstr "Ini akan mengembalikan pengaturan plugin untuk default."
|
886 |
|
887 |
-
#: class-bws-settings.php:
|
888 |
msgid "Import / Export"
|
889 |
msgstr "Ekspor Impor"
|
890 |
|
891 |
-
#: class-bws-settings.php:
|
892 |
-
#: class-bws-settings.php:
|
893 |
msgid "License Key"
|
894 |
msgstr "Kunci lisensi"
|
895 |
|
896 |
-
#: class-bws-settings.php:
|
897 |
msgid "Congratulations! Pro license is activated successfully."
|
898 |
msgstr "Selamat! lisensi Pro berhasil diaktifkan."
|
899 |
|
900 |
-
#: class-bws-settings.php:
|
901 |
#, php-format
|
902 |
msgid "You will be automatically redirected to the %s in %s seconds."
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: class-bws-settings.php:
|
906 |
msgid "Settings page"
|
907 |
msgstr "halaman pengaturan"
|
908 |
|
909 |
-
#: class-bws-settings.php:
|
910 |
#, php-format
|
911 |
msgid "Enter your license key to activate %s and get premium plugin features."
|
912 |
msgstr ""
|
913 |
"Masukkan kunci lisensi Anda untuk mengaktifkan %s dan mendapatkan fitur "
|
914 |
"Plugin premium."
|
915 |
|
916 |
-
#: class-bws-settings.php:
|
917 |
-
#: deprecated.php:
|
918 |
msgid ""
|
919 |
"Unfortunately, you have exceeded the number of available tries per day. "
|
920 |
"Please, upload the plugin manually."
|
@@ -922,12 +918,12 @@ msgstr ""
|
|
922 |
"Sayangnya, Anda telah melebihi jumlah mencoba tersedia per hari. Silakan, "
|
923 |
"upload plugin secara manual."
|
924 |
|
925 |
-
#: class-bws-settings.php:
|
926 |
#, php-format
|
927 |
msgid "Start Your Free %s-Day Trial Now"
|
928 |
msgstr "Mulai Anda gratis %s -Day Percobaan Sekarang"
|
929 |
|
930 |
-
#: class-bws-settings.php:
|
931 |
msgid ""
|
932 |
"If necessary, you can check if the license key is correct or reenter it in "
|
933 |
"the field below."
|
@@ -935,15 +931,15 @@ msgstr ""
|
|
935 |
"Jika perlu, Anda dapat memeriksa apakah kunci lisensi benar atau masuk "
|
936 |
"kembali ke dalam bidang di bawah."
|
937 |
|
938 |
-
#: class-bws-settings.php:
|
939 |
msgid "Manage License Settings"
|
940 |
msgstr "Kelola Setelan License"
|
941 |
|
942 |
-
#: class-bws-settings.php:
|
943 |
msgid "Login to Client Area"
|
944 |
msgstr "Login ke Area Klien"
|
945 |
|
946 |
-
#: class-bws-settings.php:
|
947 |
msgid ""
|
948 |
"Manage active licenses, download BWS products, and view your payment history "
|
949 |
"using BestWebSoft Client Area."
|
@@ -951,12 +947,12 @@ msgstr ""
|
|
951 |
"Mengelola lisensi aktif, men-download produk BWS, dan melihat riwayat "
|
952 |
"pembayaran Anda menggunakan BestWebSoft Client Area."
|
953 |
|
954 |
-
#: class-bws-settings.php:
|
955 |
-
#: deprecated.php:
|
956 |
msgid "This license key is bound to another site."
|
957 |
msgstr "kunci lisensi ini terikat ke situs lain."
|
958 |
|
959 |
-
#: class-bws-settings.php:
|
960 |
msgid ""
|
961 |
"This license key is valid, but Your license has expired. If you want to "
|
962 |
"update our plugin in future, you should extend the license."
|
@@ -965,11 +961,11 @@ msgstr ""
|
|
965 |
"ingin memperbarui plugin kami di masa depan, Anda harus memperpanjang "
|
966 |
"lisensi."
|
967 |
|
968 |
-
#: class-bws-settings.php:
|
969 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
970 |
msgstr "Sayangnya, Anda telah melebihi jumlah mencoba tersedia."
|
971 |
|
972 |
-
#: class-bws-settings.php:
|
973 |
msgid ""
|
974 |
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
975 |
"The Pro Trial license can be installed only once."
|
@@ -977,37 +973,159 @@ msgstr ""
|
|
977 |
"Sayangnya, lisensi Percobaan Pro sudah dipasang untuk domain ini. Lisensi "
|
978 |
"Percobaan Pro dapat diinstal hanya sekali."
|
979 |
|
980 |
-
#: class-bws-settings.php:
|
981 |
msgid "The Pro Trial license key is valid."
|
982 |
msgstr "Kunci lisensi Percobaan Pro berlaku."
|
983 |
|
984 |
-
#: class-bws-settings.php:
|
985 |
#, php-format
|
986 |
msgid ""
|
987 |
"In order to continue using the plugin it is necessary to buy a %s license."
|
988 |
msgstr ""
|
989 |
"Dalam rangka untuk terus menggunakan plugin perlu untuk membeli %s lisensi."
|
990 |
|
991 |
-
#: class-bws-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
992 |
msgid "Please, enter Your license key"
|
993 |
msgstr "Silakan, masukkan kunci lisensi Anda"
|
994 |
|
995 |
-
#: class-bws-settings.php:
|
996 |
msgid "Need Help?"
|
997 |
msgstr "Butuh bantuan?"
|
998 |
|
999 |
-
#: class-bws-settings.php:
|
1000 |
msgid "Read the Instruction"
|
1001 |
msgstr "Baca Instruksi"
|
1002 |
|
1003 |
-
#: class-bws-settings.php:
|
1004 |
msgid "Watch the Video"
|
1005 |
msgstr "Saksikan Video"
|
1006 |
|
1007 |
-
#: class-bws-settings.php:
|
1008 |
msgid "Start Your Free Trial"
|
1009 |
msgstr "Mulai Uji Coba Gratis"
|
1010 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1011 |
#: deprecated.php:93
|
1012 |
msgid "System Status"
|
1013 |
msgstr "Status sistem"
|
@@ -1034,80 +1152,80 @@ msgstr ""
|
|
1034 |
"(Nama pengguna adalah alamat email yang ditentukan selama pembelian). Jika "
|
1035 |
"perlu, silahkan pilih \\ \"Kehilangan kata sandi Anda? \" Permintaan."
|
1036 |
|
1037 |
-
#: deprecated.php:
|
1038 |
msgid "After that, you can activate it by entering your license key."
|
1039 |
msgstr ""
|
1040 |
"Setelah itu, Anda dapat mengaktifkannya dengan memasukkan kunci lisensi Anda."
|
1041 |
|
1042 |
-
#: deprecated.php:249 deprecated.php:
|
1043 |
msgid "License key can be found in the"
|
1044 |
msgstr "kunci lisensi dapat ditemukan di"
|
1045 |
|
1046 |
-
#: deprecated.php:251 deprecated.php:
|
1047 |
msgid "(your username is the email address specified during the purchase)."
|
1048 |
msgstr "(Nama pengguna adalah alamat email yang ditentukan selama pembelian)."
|
1049 |
|
1050 |
-
#: deprecated.php:
|
1051 |
msgid ""
|
1052 |
"Congratulations! The Pro license of the plugin is activated successfully."
|
1053 |
msgstr "Selamat! Lisensi Pro plugin tersebut berhasil diaktifkan."
|
1054 |
|
1055 |
-
#: deprecated.php:
|
1056 |
msgid "Please, go to"
|
1057 |
msgstr "Tolong, pergi ke"
|
1058 |
|
1059 |
-
#: deprecated.php:
|
1060 |
msgid "the setting page"
|
1061 |
msgstr "halaman pengaturan"
|
1062 |
|
1063 |
-
#: deprecated.php:
|
1064 |
msgid "You will be redirected automatically in 5 seconds."
|
1065 |
msgstr "Anda akan diarahkan secara otomatis dalam 5 detik."
|
1066 |
|
1067 |
-
#: deprecated.php:
|
1068 |
msgid "Check premium options on the plugin settings page!"
|
1069 |
msgstr "Periksa pilihan premium di halaman pengaturan plugin!"
|
1070 |
|
1071 |
-
#: deprecated.php:
|
1072 |
msgid "Restore all plugin settings to defaults"
|
1073 |
msgstr "Mengembalikan semua pengaturan plugin untuk default"
|
1074 |
|
1075 |
-
#: deprecated.php:
|
1076 |
msgid "Restore settings"
|
1077 |
msgstr "mengembalikan pengaturan"
|
1078 |
|
1079 |
-
#: deprecated.php:
|
1080 |
#, php-format
|
1081 |
msgid "File %s edited successfully."
|
1082 |
msgstr "File %s berhasil diedit."
|
1083 |
|
1084 |
-
#: deprecated.php:
|
1085 |
msgid "Not enough permissions to create or update the file"
|
1086 |
msgstr "Tidak cukup izin untuk membuat atau memperbarui file"
|
1087 |
|
1088 |
-
#: deprecated.php:
|
1089 |
msgid "Not enough permissions to create the file"
|
1090 |
msgstr "Tidak cukup izin untuk membuat file"
|
1091 |
|
1092 |
-
#: deprecated.php:
|
1093 |
msgid "Editing"
|
1094 |
msgstr "editing"
|
1095 |
|
1096 |
-
#: deprecated.php:
|
1097 |
msgid ""
|
1098 |
"Congratulations! Pro version of the plugin is installed and activated "
|
1099 |
"successfully."
|
1100 |
msgstr "Selamat! Versi Pro plugin diinstal dan diaktifkan berhasil."
|
1101 |
|
1102 |
-
#: deprecated.php:
|
1103 |
msgid "Show Pro features"
|
1104 |
msgstr "Tampilkan fitur Pro"
|
1105 |
|
1106 |
-
#: deprecated.php:
|
1107 |
msgid "Enter your license key to install and activate"
|
1108 |
msgstr "Masukkan kunci lisensi Anda untuk menginstal dan mengaktifkan"
|
1109 |
|
1110 |
-
#: deprecated.php:
|
1111 |
msgid "version of the plugin."
|
1112 |
msgstr "versi plugin."
|
1113 |
|
@@ -1148,8 +1266,7 @@ msgid "SMM"
|
|
1148 |
msgstr ""
|
1149 |
|
1150 |
#: product_list.php:22
|
1151 |
-
msgid ""
|
1152 |
-
"Protect WordPress website forms from spam entries by means of math logic."
|
1153 |
msgstr ""
|
1154 |
|
1155 |
#: product_list.php:32
|
@@ -1189,250 +1306,262 @@ msgstr ""
|
|
1189 |
|
1190 |
#: product_list.php:103
|
1191 |
msgid ""
|
1192 |
-
"Automatically add outgoing email messages to queue instead of sending them "
|
1193 |
-
"immediately."
|
1194 |
-
msgstr ""
|
1195 |
-
|
1196 |
-
#: product_list.php:110
|
1197 |
-
msgid ""
|
1198 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1199 |
"issues faster."
|
1200 |
msgstr ""
|
1201 |
|
1202 |
-
#: product_list.php:
|
1203 |
msgid ""
|
1204 |
"Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
|
1205 |
"widgets."
|
1206 |
msgstr ""
|
1207 |
|
1208 |
-
#: product_list.php:
|
1209 |
msgid ""
|
1210 |
"Add beautiful galleries, albums & images to your WordPress website in a few "
|
1211 |
"clicks."
|
1212 |
msgstr ""
|
1213 |
|
1214 |
-
#: product_list.php:
|
1215 |
msgid ""
|
1216 |
-
"Add
|
1217 |
-
"
|
1218 |
msgstr ""
|
1219 |
|
1220 |
-
#: product_list.php:
|
1221 |
msgid ""
|
1222 |
-
"
|
1223 |
-
"
|
1224 |
msgstr ""
|
1225 |
|
1226 |
-
#: product_list.php:
|
1227 |
msgid ""
|
1228 |
"Add Adsense ads to WordPress website pages, posts, custom posts, search "
|
1229 |
"results, categories, tags, and widgets."
|
1230 |
msgstr ""
|
1231 |
|
1232 |
-
#: product_list.php:
|
1233 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1234 |
msgstr ""
|
1235 |
|
1236 |
-
#: product_list.php:
|
1237 |
msgid ""
|
1238 |
"Protect WordPress website forms from spam entries with Google Captcha "
|
1239 |
"(reCaptcha)."
|
1240 |
msgstr ""
|
1241 |
|
1242 |
-
#: product_list.php:
|
1243 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1244 |
msgstr ""
|
1245 |
|
1246 |
-
#: product_list.php:
|
1247 |
msgid ""
|
1248 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1249 |
"your blog."
|
1250 |
msgstr ""
|
1251 |
|
1252 |
-
#: product_list.php:
|
1253 |
msgid ""
|
1254 |
"Replace external WordPress website links with Google shortlinks and track "
|
1255 |
"click stats."
|
1256 |
msgstr ""
|
1257 |
|
1258 |
-
#: product_list.php:
|
1259 |
msgid ""
|
1260 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1261 |
"hostnames, etc."
|
1262 |
msgstr ""
|
1263 |
|
1264 |
-
#: product_list.php:
|
1265 |
msgid ""
|
1266 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1267 |
"submit CV/resumes, choose candidates."
|
1268 |
msgstr ""
|
1269 |
|
1270 |
-
#: product_list.php:
|
1271 |
msgid ""
|
1272 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1273 |
"attempts."
|
1274 |
msgstr ""
|
1275 |
|
1276 |
-
#: product_list.php:
|
1277 |
msgid ""
|
1278 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1279 |
"5 plugins included – profile, insider, etc."
|
1280 |
msgstr ""
|
1281 |
|
1282 |
-
#: product_list.php:
|
1283 |
msgid ""
|
1284 |
"Translate WordPress website content to other languages manually. Create "
|
1285 |
"multilingual pages, posts, widgets, menus, etc."
|
1286 |
msgstr ""
|
1287 |
|
1288 |
-
#: product_list.php:
|
1289 |
msgid ""
|
1290 |
"Add customizable pagination to WordPress website. Split long content to "
|
1291 |
"multiple pages for better navigation."
|
1292 |
msgstr ""
|
1293 |
|
1294 |
-
#: product_list.php:
|
1295 |
msgid ""
|
1296 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1297 |
"header/footer styles and appearance."
|
1298 |
msgstr ""
|
1299 |
|
1300 |
-
#: product_list.php:
|
1301 |
msgid ""
|
1302 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1303 |
"Profile) to WordPress posts, pages and widgets."
|
1304 |
msgstr ""
|
1305 |
|
1306 |
-
#: product_list.php:
|
1307 |
msgid ""
|
1308 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1309 |
"projects to get more clients."
|
1310 |
msgstr ""
|
1311 |
|
1312 |
-
#: product_list.php:
|
1313 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1314 |
msgstr ""
|
1315 |
|
1316 |
-
#: product_list.php:
|
1317 |
msgid ""
|
1318 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1319 |
"create and manage additional custom values."
|
1320 |
msgstr ""
|
1321 |
|
1322 |
-
#: product_list.php:
|
1323 |
msgid ""
|
1324 |
"Add and display HTML advertisement banner on WordPress website. Customize "
|
1325 |
"bar styles and appearance."
|
1326 |
msgstr ""
|
1327 |
|
1328 |
-
#: product_list.php:
|
1329 |
msgid ""
|
1330 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1331 |
"widgets."
|
1332 |
msgstr ""
|
1333 |
|
1334 |
-
#: product_list.php:
|
1335 |
msgid ""
|
1336 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1337 |
"customers."
|
1338 |
msgstr ""
|
1339 |
|
1340 |
-
#: product_list.php:
|
1341 |
msgid ""
|
1342 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1343 |
"properties. Add, search and browse listings easily."
|
1344 |
msgstr ""
|
1345 |
|
1346 |
-
#: product_list.php:
|
1347 |
-
msgid ""
|
1348 |
-
"Attach, un-attach and re-attach media files quickly to WordPress posts and "
|
1349 |
-
"pages."
|
1350 |
-
msgstr ""
|
1351 |
-
|
1352 |
-
#: product_list.php:353
|
1353 |
msgid ""
|
1354 |
"Add related, featured, latest, and popular posts to your WordPress website. "
|
1355 |
"Connect your blog readers with a relevant content."
|
1356 |
msgstr ""
|
1357 |
|
1358 |
-
#: product_list.php:
|
1359 |
msgid ""
|
1360 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1361 |
"settings and detailed reports."
|
1362 |
msgstr ""
|
1363 |
|
1364 |
-
#: product_list.php:
|
1365 |
msgid ""
|
1366 |
"The best responsive slider plugin for your WordPress website. Create "
|
1367 |
"beautifully animated slides just in a few clicks."
|
1368 |
msgstr ""
|
1369 |
|
1370 |
-
#: product_list.php:
|
1371 |
msgid ""
|
1372 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1373 |
"Yahoo, Hotmail and other services."
|
1374 |
msgstr ""
|
1375 |
|
1376 |
-
#: product_list.php:
|
1377 |
msgid ""
|
1378 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1379 |
"FB, Twitter, G+1, Pinterest, LinkedIn."
|
1380 |
msgstr ""
|
1381 |
|
1382 |
-
#: product_list.php:
|
1383 |
msgid ""
|
1384 |
"Add social media login, registration, and commenting to your WordPress "
|
1385 |
"website."
|
1386 |
msgstr ""
|
1387 |
|
1388 |
-
#: product_list.php:
|
1389 |
msgid ""
|
1390 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1391 |
"Collect data and subscribe your users."
|
1392 |
msgstr ""
|
1393 |
|
1394 |
-
#: product_list.php:
|
1395 |
msgid ""
|
1396 |
"Add testimonials and feedbacks from your customers to WordPress website "
|
1397 |
"posts, pages, and widgets."
|
1398 |
msgstr ""
|
1399 |
|
1400 |
-
#: product_list.php:
|
1401 |
msgid ""
|
1402 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1403 |
"attendance and generate reports."
|
1404 |
msgstr ""
|
1405 |
|
1406 |
-
#: product_list.php:
|
1407 |
msgid ""
|
1408 |
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
|
1409 |
"and pages."
|
1410 |
msgstr ""
|
1411 |
|
1412 |
-
#: product_list.php:
|
1413 |
msgid ""
|
1414 |
"Automatically check and update WordPress website core with all installed "
|
1415 |
"plugins and themes to the latest versions."
|
1416 |
msgstr ""
|
1417 |
|
1418 |
-
#: product_list.php:
|
1419 |
msgid ""
|
1420 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1421 |
"copy, and delete user roles."
|
1422 |
msgstr ""
|
1423 |
|
1424 |
-
#: product_list.php:
|
1425 |
msgid ""
|
1426 |
"Display live count of online visitors who are currently browsing your "
|
1427 |
"WordPress website."
|
1428 |
msgstr ""
|
1429 |
|
1430 |
-
#: product_list.php:
|
1431 |
msgid ""
|
1432 |
"Backup and export Zendesk Help Center content automatically to your "
|
1433 |
"WordPress website database."
|
1434 |
msgstr ""
|
1435 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1436 |
#~ msgid "Advertisement"
|
1437 |
#~ msgstr "Iklan"
|
1438 |
|
@@ -1451,9 +1580,6 @@ msgstr ""
|
|
1451 |
#~ msgid "Utilities"
|
1452 |
#~ msgstr "keperluan"
|
1453 |
|
1454 |
-
#~ msgid "Other"
|
1455 |
-
#~ msgstr "Lain"
|
1456 |
-
|
1457 |
#~ msgid "Thank you for installing"
|
1458 |
#~ msgstr "Terima kasih untuk menginstal"
|
1459 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-09-11 16:42+0300\n"
|
6 |
+
"PO-Revision-Date: 2017-09-11 16:42+0300\n"
|
7 |
"Last-Translator: Jordan Silaen <jordan.silaen@chameleonjohn.com>\n"
|
8 |
"Language-Team: chameleonjohn.com <jordan.silaen@chameleonjohn.com>\n"
|
9 |
"Language: id\n"
|
17 |
"X-Generator: Poedit 1.8.7.1\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: bws_functions.php:73 bws_functions.php:191
|
21 |
msgid "requires"
|
22 |
msgstr "membutuhkan"
|
23 |
|
24 |
+
#: bws_functions.php:75
|
25 |
msgid ""
|
26 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
27 |
"try again."
|
29 |
"atau lebih tinggi, itu sebabnya telah dinonaktifkan! Silakan upgrade "
|
30 |
"WordPress dan coba lagi."
|
31 |
|
32 |
+
#: bws_functions.php:76
|
33 |
msgid "Back to the WordPress"
|
34 |
msgstr "Kembali ke WordPress"
|
35 |
|
36 |
+
#: bws_functions.php:78
|
37 |
msgid "Plugins page"
|
38 |
msgstr "halaman plugin"
|
39 |
|
40 |
+
#: bws_functions.php:92
|
41 |
msgid "Like the plugin?"
|
42 |
msgstr "Seperti plugin?"
|
43 |
|
44 |
#: bws_functions.php:93
|
45 |
+
#, php-format
|
46 |
+
msgid "%s reviews"
|
47 |
+
msgstr ""
|
48 |
+
|
49 |
+
#: bws_functions.php:94
|
50 |
msgid "Rate it"
|
51 |
msgstr "Menilai itu"
|
52 |
|
53 |
+
#: bws_functions.php:103
|
54 |
msgid "Need help?"
|
55 |
msgstr "Butuh bantuan?"
|
56 |
|
57 |
+
#: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
|
58 |
msgid "Visit Help Center"
|
59 |
msgstr "Kunjungi Pusat Bantuan"
|
60 |
|
61 |
+
#: bws_functions.php:107
|
62 |
msgid "Want to support the plugin?"
|
63 |
msgstr "Ingin mendukung plugin?"
|
64 |
|
65 |
+
#: bws_functions.php:108 bws_menu.php:560
|
66 |
msgid "Donate"
|
67 |
msgstr "Menyumbangkan"
|
68 |
|
69 |
+
#: bws_functions.php:128
|
70 |
msgid "WARNING: Illegal use notification"
|
71 |
msgstr "PERINGATAN: Illegal penggunaan notifikasi"
|
72 |
|
73 |
+
#: bws_functions.php:128
|
74 |
msgid ""
|
75 |
"You can use one license of the Pro plugin for one domain only. Please check "
|
76 |
+
"and edit your license or domain if necessary using your personal Client "
|
77 |
+
"Area. We strongly recommend you to solve the problem within 24 hours, "
|
78 |
+
"otherwise the Pro plugin will be deactivated."
|
79 |
msgstr ""
|
|
|
|
|
|
|
|
|
80 |
|
81 |
+
#: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
|
82 |
+
#: class-bws-settings.php:144
|
83 |
msgid "Learn More"
|
84 |
msgstr "Belajarlah lagi"
|
85 |
|
86 |
+
#: bws_functions.php:145
|
87 |
msgid ""
|
88 |
"Notice: Your Pro Trial license has expired. To continue using the plugin, "
|
89 |
"you should buy a Pro license"
|
91 |
"Perhatikan: lisensi Percobaan Pro Anda telah kedaluwarsa. Untuk terus "
|
92 |
"menggunakan plugin, Anda harus membeli lisensi Pro"
|
93 |
|
94 |
+
#: bws_functions.php:147
|
95 |
msgid ""
|
96 |
"Your license has expired. To continue getting top-priority support and "
|
97 |
"plugin updates, you should extend it."
|
99 |
"lisensi Anda telah berakhir. Untuk terus mendapatkan dukungan top-prioritas "
|
100 |
"dan update Plugin, Anda harus memperpanjang."
|
101 |
|
102 |
+
#: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
|
103 |
msgid "Learn more"
|
104 |
msgstr "Belajarlah lagi"
|
105 |
|
106 |
+
#: bws_functions.php:165
|
107 |
#, php-format
|
108 |
msgid "Notice: You are using the Pro Trial license of %s plugin."
|
109 |
msgstr "Perhatikan: Anda menggunakan lisensi Percobaan Pro dari %s Plugin."
|
110 |
|
111 |
+
#: bws_functions.php:167
|
112 |
msgid "Notice: You are using the Pro Trial license of plugin."
|
113 |
msgstr "Perhatikan: Anda menggunakan lisensi Percobaan Pro plugin."
|
114 |
|
115 |
+
#: bws_functions.php:170
|
116 |
msgid "The Pro Trial license will expire on"
|
117 |
msgstr "Lisensi Percobaan Pro akan berakhir pada"
|
118 |
|
119 |
+
#: bws_functions.php:193
|
120 |
msgid ""
|
121 |
"or higher! We do not guarantee that our plugin will work correctly. Please "
|
122 |
"upgrade to WordPress latest version."
|
124 |
"atau lebih tinggi! Kami tidak menjamin bahwa plugin kami akan bekerja dengan "
|
125 |
"benar. Silakan upgrade ke WordPress versi terbaru."
|
126 |
|
127 |
+
#: bws_functions.php:208
|
128 |
#, php-format
|
129 |
msgid "Thank you for installing %s plugin!"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: bws_functions.php:210
|
133 |
msgid "Let's get started"
|
134 |
msgstr "Mari kita mulai"
|
135 |
|
136 |
+
#: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
|
137 |
+
#: bws_menu.php:566
|
138 |
msgid "Settings"
|
139 |
msgstr "pengaturan"
|
140 |
|
141 |
+
#: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
|
142 |
+
#: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
|
143 |
msgid "or"
|
144 |
msgstr "atau"
|
145 |
|
146 |
+
#: bws_functions.php:214 bws_functions.php:246
|
147 |
msgid "Add New"
|
148 |
msgstr "Tambah baru"
|
149 |
|
150 |
+
#: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
|
151 |
+
#: bws_functions.php:385 bws_functions.php:487
|
152 |
msgid "Close notice"
|
153 |
msgstr "Tutup pemberitahuan"
|
154 |
|
155 |
+
#: bws_functions.php:233
|
156 |
msgid "Thank you for installing plugins by BestWebSoft!"
|
157 |
msgstr "Terima kasih untuk menginstal plugin dengan BestWebSoft!"
|
158 |
|
159 |
+
#: bws_functions.php:235
|
160 |
msgid "More Details"
|
161 |
msgstr "Keterangan lebih lanjut"
|
162 |
|
163 |
+
#: bws_functions.php:236
|
164 |
msgid "Less Details"
|
165 |
msgstr "Kurang Detail"
|
166 |
|
167 |
+
#: bws_functions.php:264
|
168 |
msgid "Deprecated function(-s) is used on the site here:"
|
169 |
msgstr "Fungsi usang (-s) digunakan di situs di sini:"
|
170 |
|
171 |
+
#: bws_functions.php:278
|
172 |
msgid ""
|
173 |
"This function(-s) will be removed over time. Please update the product(-s)."
|
174 |
msgstr ""
|
175 |
"Fungsi ini (-s) akan dihapus dari waktu ke waktu. Perbarui produk (-s)."
|
176 |
|
177 |
+
#: bws_functions.php:337
|
178 |
msgid "It’s time to upgrade your"
|
179 |
msgstr "Saatnya untuk meng-upgrade Anda"
|
180 |
|
181 |
+
#: bws_functions.php:337
|
182 |
msgid "to"
|
183 |
msgstr "untuk"
|
184 |
|
185 |
+
#: bws_functions.php:337
|
186 |
msgid "version!"
|
187 |
msgstr "versi!"
|
188 |
|
189 |
+
#: bws_functions.php:338
|
190 |
msgid "Extend standard plugin functionality with new great options."
|
191 |
msgstr "Memperluas fungsi Plugin standar dengan pilihan besar baru."
|
192 |
|
193 |
+
#: bws_functions.php:389
|
194 |
#, php-format
|
195 |
msgid ""
|
196 |
"Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
|
199 |
"Kunci lisensi untuk %s berakhir pada %s dan Anda tidak akan diberikan TOP-"
|
200 |
"PRIORITAS DUKUNGAN atau PEMBARUAN."
|
201 |
|
202 |
+
#: bws_functions.php:482
|
203 |
#, php-format
|
204 |
msgid "Thank you for choosing %s plugin!"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: bws_functions.php:483
|
208 |
msgid ""
|
209 |
"If you have a feature, suggestion or idea you'd like to see in the plugin, "
|
210 |
"we'd love to hear about it!"
|
212 |
"Jika Anda memiliki fitur, saran atau ide yang ingin Anda lihat di plugin, "
|
213 |
"kami akan senang mendengar tentang hal itu!"
|
214 |
|
215 |
+
#: bws_functions.php:484
|
216 |
msgid "Suggest a Feature"
|
217 |
msgstr "Sarankan Fitur sebuah"
|
218 |
|
219 |
+
#: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
|
220 |
+
#: class-bws-settings.php:595 class-bws-settings.php:598
|
221 |
msgid "Notice"
|
222 |
msgstr "Melihat"
|
223 |
|
224 |
+
#: bws_functions.php:500
|
225 |
msgid "The plugin's settings have been changed."
|
226 |
msgstr "pengaturan plugin ini telah berubah."
|
227 |
|
228 |
+
#: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
|
229 |
+
#: deprecated.php:642
|
230 |
msgid "Save Changes"
|
231 |
msgstr "Simpan perubahan"
|
232 |
|
233 |
+
#: bws_functions.php:515
|
234 |
msgid ""
|
235 |
"You can always look at premium options by checking the \"Pro Options\" in "
|
236 |
"the \"Misc\" tab."
|
238 |
"Anda selalu dapat melihat pilihan premium dengan memeriksa \\ \"Pro Options "
|
239 |
"\" di \\ tab \"Misc \"."
|
240 |
|
241 |
+
#: bws_functions.php:653
|
242 |
msgid "Add BWS Shortcode"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: bws_functions.php:654
|
246 |
msgid "Add BWS Plugins Shortcode"
|
247 |
msgstr "Tambahkan BWS Plugin pendek"
|
248 |
|
249 |
+
#: bws_functions.php:673
|
250 |
msgid "Add shortcode"
|
251 |
msgstr "Tambahkan shortcode"
|
252 |
|
253 |
+
#: bws_functions.php:673
|
254 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
255 |
msgstr "Tambahkan shortcode BestWebSoft plugin 'menggunakan tombol ini."
|
256 |
|
257 |
+
#: bws_functions.php:729
|
258 |
msgid "Close"
|
259 |
msgstr "Dekat"
|
260 |
|
261 |
+
#: bws_functions.php:821
|
262 |
msgid "Are you sure you want to restore default settings?"
|
263 |
msgstr "Apakah Anda yakin ingin mengembalikan pengaturan default?"
|
264 |
|
265 |
+
#: bws_functions.php:824
|
266 |
msgid "Yes, restore all settings"
|
267 |
msgstr "Ya, mengembalikan semua pengaturan"
|
268 |
|
269 |
+
#: bws_functions.php:825
|
270 |
msgid "No, go back to the settings page"
|
271 |
msgstr "Tidak, kembali ke halaman pengaturan"
|
272 |
|
273 |
+
#: bws_functions.php:867
|
274 |
msgid "Plugin"
|
275 |
msgstr "Plugin"
|
276 |
|
277 |
+
#: bws_functions.php:876
|
278 |
msgid "Shortcode settings"
|
279 |
msgstr "pengaturan shortcode"
|
280 |
|
281 |
+
#: bws_functions.php:881
|
282 |
msgid "The shortcode will be inserted"
|
283 |
msgstr "shortcode akan dimasukkan"
|
284 |
|
285 |
+
#: bws_functions.php:922
|
|
|
|
|
|
|
|
|
286 |
msgid "FAQ"
|
287 |
msgstr "FAQ"
|
288 |
|
289 |
+
#: bws_functions.php:928
|
290 |
msgid "For more information:"
|
291 |
msgstr "Untuk informasi lebih lanjut:"
|
292 |
|
293 |
+
#: bws_functions.php:929
|
294 |
msgid "Documentation"
|
295 |
msgstr "Dokumentasi"
|
296 |
|
297 |
+
#: bws_functions.php:930
|
298 |
msgid "Video Instructions"
|
299 |
msgstr "Petunjuk Video"
|
300 |
|
301 |
+
#: bws_functions.php:931
|
302 |
msgid "Submit a Request"
|
303 |
msgstr "Mengajukan permohonan"
|
304 |
|
305 |
+
#: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
|
306 |
msgid "Wrong license key"
|
307 |
msgstr "kunci lisensi yang salah"
|
308 |
|
309 |
+
#: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
|
310 |
+
#: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
|
311 |
+
#: deprecated.php:353
|
312 |
msgid ""
|
313 |
"Something went wrong. Please try again later. If the error appears again, "
|
314 |
"please contact us"
|
316 |
"Ada yang salah. Silakan coba lagi nanti. Jika kesalahan muncul lagi, "
|
317 |
"silahkan hubungi kami"
|
318 |
|
319 |
+
#: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
|
320 |
+
#: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
|
321 |
+
#: deprecated.php:353
|
322 |
msgid "We are sorry for inconvenience."
|
323 |
msgstr "Kami mohon maaf atas ketidaknyamanan."
|
324 |
|
325 |
+
#: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
|
326 |
+
#: deprecated.php:139 deprecated.php:359
|
327 |
msgid "Wrong license key."
|
328 |
msgstr "kunci lisensi yang salah."
|
329 |
|
339 |
msgid "Log in"
|
340 |
msgstr "Masuk"
|
341 |
|
342 |
+
#: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
|
343 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
344 |
msgstr "Sayangnya, Anda telah melebihi jumlah mencoba tersedia per hari."
|
345 |
|
346 |
+
#: bws_menu.php:134 deprecated.php:365
|
347 |
#, php-format
|
348 |
msgid ""
|
349 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
352 |
"Sayangnya, lisensi Anda telah kedaluwarsa. Untuk terus mendapatkan dukungan "
|
353 |
"top-prioritas dan Plugin update, Anda harus memperpanjang di Anda %s"
|
354 |
|
355 |
+
#: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
|
356 |
msgid ""
|
357 |
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
358 |
"Trial license can be installed only once."
|
360 |
"Sayangnya, lisensi Pro sudah dipasang untuk domain ini. Lisensi Percobaan "
|
361 |
"Pro dapat diinstal hanya sekali."
|
362 |
|
363 |
+
#: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
|
364 |
msgid "The license key is valid."
|
365 |
msgstr "Kunci lisensi berlaku."
|
366 |
|
367 |
+
#: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
|
368 |
msgid "Your license will expire on"
|
369 |
msgstr "lisensi Anda akan berakhir pada"
|
370 |
|
371 |
#: bws_menu.php:146
|
372 |
+
msgid "Congratulations! Pro Membership license is activated successfully."
|
373 |
+
msgstr ""
|
374 |
|
375 |
+
#: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
|
376 |
msgid ""
|
377 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
378 |
"sorry for inconvenience."
|
526 |
msgid "Please enter a valid email address."
|
527 |
msgstr "Silakan isi alamat email."
|
528 |
|
529 |
+
#: bws_menu.php:262
|
530 |
+
#, php-format
|
531 |
+
msgid "Email with system info is sent to %s."
|
532 |
+
msgstr ""
|
533 |
|
534 |
+
#: bws_menu.php:266
|
535 |
msgid "Thank you for contacting us."
|
536 |
msgstr "Terima kasih sudah menghubungi kami."
|
537 |
|
538 |
+
#: bws_menu.php:289
|
539 |
msgid "Sorry, email message could not be delivered."
|
540 |
msgstr "Maaf, pesan email tidak dapat disampaikan."
|
541 |
|
542 |
+
#: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
|
543 |
msgid "Plugins"
|
544 |
msgstr "plugin"
|
545 |
|
546 |
+
#: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
|
547 |
msgid "Themes"
|
548 |
msgstr "tema"
|
549 |
|
550 |
+
#: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
|
551 |
msgid "System status"
|
552 |
msgstr "Status sistem"
|
553 |
|
554 |
+
#: bws_menu.php:315
|
555 |
msgid "Support"
|
556 |
msgstr "Mendukung"
|
557 |
|
558 |
+
#: bws_menu.php:316
|
559 |
msgid "Manage purchased licenses & subscriptions"
|
560 |
msgstr "Mengelola membeli lisensi & langganan"
|
561 |
|
562 |
+
#: bws_menu.php:324
|
563 |
#, php-format
|
564 |
msgid "Get Access to %s+ Premium Plugins"
|
565 |
msgstr "Dapatkan Akses ke %s + Premium Plugin"
|
566 |
|
567 |
+
#: bws_menu.php:326
|
568 |
msgid "Subscribe to Pro Membership"
|
569 |
msgstr "Berlangganan Pro Keanggotaan"
|
570 |
|
571 |
+
#: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
|
572 |
#: deprecated.php:227
|
573 |
msgid "Check license key"
|
574 |
msgstr "Periksa kunci lisensi"
|
575 |
|
576 |
+
#: bws_menu.php:337
|
577 |
msgid "Enter your license key"
|
578 |
msgstr "Masukkan kunci lisensi Anda"
|
579 |
|
580 |
+
#: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
|
581 |
+
#: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
|
582 |
+
#: deprecated.php:631 deprecated.php:703 deprecated.php:712
|
583 |
msgid "Activate"
|
584 |
msgstr "Mengaktifkan"
|
585 |
|
586 |
+
#: bws_menu.php:359
|
587 |
msgid "Upload Plugin"
|
588 |
msgstr "Upload Plugin"
|
589 |
|
590 |
+
#: bws_menu.php:363
|
591 |
#, php-format
|
592 |
msgid ""
|
593 |
"The plugin generated %d characters of <strong>unexpected output</strong> "
|
600 |
"# 8221; pesan, masalah dengan feed sindikasi atau masalah lain, coba "
|
601 |
"menonaktifkan atau menghapus plugin ini."
|
602 |
|
603 |
+
#: bws_menu.php:365
|
604 |
msgid ""
|
605 |
"Plugin could not be activated because it triggered a <strong>fatal error</"
|
606 |
"strong>."
|
608 |
"Plugin tidak dapat diaktifkan karena memicu <strong> kesalahan fatal </ "
|
609 |
"strong>."
|
610 |
|
611 |
+
#: bws_menu.php:368
|
612 |
msgid "Plugin <strong>activated</strong>."
|
613 |
msgstr "Plugin <strong> diaktifkan </ strong>."
|
614 |
|
615 |
+
#: bws_menu.php:375
|
616 |
msgid "Installing Plugin"
|
617 |
msgstr "Instalasi Plugin"
|
618 |
|
619 |
+
#: bws_menu.php:381
|
620 |
msgid "Downloading install package from"
|
621 |
msgstr "Men-download menginstal paket dari"
|
622 |
|
623 |
+
#: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
|
624 |
+
#: deprecated.php:410 deprecated.php:432
|
|
|
|
|
625 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
626 |
msgstr "Gagal mengunduh arsip zip. Silakan, upload plugin secara manual"
|
627 |
|
628 |
+
#: bws_menu.php:406
|
629 |
msgid "Unpacking the package"
|
630 |
msgstr "Membuka paket"
|
631 |
|
632 |
+
#: bws_menu.php:411 bws_menu.php:419
|
633 |
msgid "Installing the plugin"
|
634 |
msgstr "Instalasi plugin"
|
635 |
|
636 |
+
#: bws_menu.php:415 deprecated.php:400
|
637 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
638 |
msgstr "Gagal membuka arsip zip. Silakan, upload plugin secara manual"
|
639 |
|
640 |
+
#: bws_menu.php:422 deprecated.php:406
|
641 |
msgid ""
|
642 |
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
643 |
"plugin manually"
|
645 |
"server Anda tidak mendukung baik ZipArchive atau Phar. Silakan, upload "
|
646 |
"plugin secara manual"
|
647 |
|
648 |
+
#: bws_menu.php:425
|
649 |
#, php-format
|
650 |
msgid "The plugin %s is successfully installed."
|
651 |
msgstr "Plugin %s berhasil diinstal."
|
652 |
|
653 |
+
#: bws_menu.php:432 deprecated.php:413
|
654 |
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
655 |
msgstr "UploadDir tidak dapat ditulis. Silakan, upload plugin secara manual"
|
656 |
|
657 |
+
#: bws_menu.php:437
|
658 |
msgid "Activate Plugin"
|
659 |
msgstr "Aktifkan Plugin"
|
660 |
|
661 |
+
#: bws_menu.php:437 bws_menu.php:443
|
662 |
msgid "Return to BestWebSoft Panel"
|
663 |
msgstr "Kembali ke BestWebSoft Panel"
|
664 |
|
665 |
+
#: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
|
666 |
msgid "All"
|
667 |
msgstr "Semua"
|
668 |
|
669 |
+
#: bws_menu.php:454 bws_menu.php:637
|
670 |
msgid "Installed"
|
671 |
msgstr "dipasang"
|
672 |
|
673 |
+
#: bws_menu.php:457
|
674 |
msgid "Not Installed"
|
675 |
msgstr "Tidak terpasang"
|
676 |
|
677 |
+
#: bws_menu.php:464
|
678 |
msgid "Filter results"
|
679 |
msgstr "Filter hasil"
|
680 |
|
681 |
+
#: bws_menu.php:467 bws_menu.php:596
|
682 |
msgid "Category"
|
683 |
msgstr "Kategori"
|
684 |
|
685 |
+
#: bws_menu.php:531
|
686 |
msgid "Not installed"
|
687 |
msgstr "Tidak terpasang"
|
688 |
|
689 |
+
#: bws_menu.php:535
|
690 |
msgid "Renew to get updates"
|
691 |
msgstr "Renew untuk mendapatkan update"
|
692 |
|
693 |
+
#: bws_menu.php:538
|
694 |
#, php-format
|
695 |
msgid "Update to v %s"
|
696 |
msgstr "Update untuk v %s"
|
697 |
|
698 |
+
#: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
|
699 |
msgid "Install Now"
|
700 |
msgstr "Pasang sekarang"
|
701 |
|
702 |
+
#: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
|
703 |
msgid "Upgrade to Pro"
|
704 |
msgstr "Upgrade ke yang lebih baik"
|
705 |
|
706 |
+
#: bws_menu.php:570 bws_menu.php:579
|
707 |
msgid "Activate this plugin"
|
708 |
msgstr "Aktifkan plugin ini"
|
709 |
|
710 |
+
#: bws_menu.php:582
|
711 |
msgid "Install this plugin"
|
712 |
msgstr "Menginstal plugin ini"
|
713 |
|
714 |
+
#: bws_menu.php:591
|
715 |
msgid "Nothing found. Try another criteria."
|
716 |
msgstr "Tidak ada yang ditemukan. Coba kriteria lain."
|
717 |
|
718 |
+
#: bws_menu.php:628
|
719 |
#, php-format
|
720 |
msgid "By %s"
|
721 |
msgstr "Oleh %s"
|
722 |
|
723 |
+
#: bws_menu.php:635
|
724 |
msgid "Already Installed"
|
725 |
msgstr "sudah Dipasang"
|
726 |
|
727 |
+
#: bws_menu.php:645
|
728 |
+
msgid "Browse More WordPress Themes"
|
729 |
+
msgstr ""
|
730 |
|
731 |
+
#: bws_menu.php:654
|
732 |
msgid "Send to support"
|
733 |
msgstr "Kirim untuk mendukung"
|
734 |
|
735 |
+
#: bws_menu.php:661
|
736 |
msgid "Send to custom email »"
|
737 |
msgstr "Kirim ke email khusus & # 187;"
|
738 |
|
739 |
+
#: class-bws-settings.php:136
|
740 |
msgid "Information"
|
741 |
msgstr "Informasi"
|
742 |
|
743 |
+
#: class-bws-settings.php:144
|
744 |
msgid "Inactive"
|
745 |
msgstr "non-aktif"
|
746 |
|
747 |
+
#: class-bws-settings.php:152
|
748 |
msgid "Expired"
|
749 |
msgstr "kedaluwarsa"
|
750 |
|
751 |
+
#: class-bws-settings.php:155
|
752 |
#, php-format
|
753 |
msgid "%s day(-s) left"
|
754 |
msgstr "%s hari (-s) kiri"
|
755 |
|
756 |
+
#: class-bws-settings.php:161
|
757 |
#, php-format
|
758 |
msgid "Expired on %s"
|
759 |
msgstr "Berakhir pada %s"
|
760 |
|
761 |
+
#: class-bws-settings.php:161
|
762 |
msgid "Renew Now"
|
763 |
msgstr "Perbarui sekarang"
|
764 |
|
765 |
+
#: class-bws-settings.php:163
|
766 |
msgid "Active"
|
767 |
msgstr "Aktif"
|
768 |
|
769 |
+
#: class-bws-settings.php:168
|
770 |
msgid "License"
|
771 |
msgstr "Lisensi"
|
772 |
|
773 |
+
#: class-bws-settings.php:171
|
774 |
msgid "Status"
|
775 |
msgstr "Status"
|
776 |
|
777 |
+
#: class-bws-settings.php:175
|
778 |
msgid "Version"
|
779 |
msgstr "Versi"
|
780 |
|
781 |
+
#: class-bws-settings.php:285
|
782 |
msgid "All plugin settings were restored."
|
783 |
msgstr "Semua pengaturan Plugin dipulihkan."
|
784 |
|
785 |
+
#: class-bws-settings.php:423
|
786 |
msgid "Custom Code"
|
787 |
msgstr "Kode kustom"
|
788 |
|
789 |
+
#: class-bws-settings.php:427 deprecated.php:498
|
790 |
msgid "You do not have sufficient permissions to edit plugins for this site."
|
791 |
msgstr ""
|
792 |
"Anda tidak memiliki cukup izin untuk menyunting plugin untuk situs ini."
|
793 |
|
794 |
+
#: class-bws-settings.php:432 deprecated.php:620
|
795 |
msgid "These styles will be added to the header on all pages of your site."
|
796 |
msgstr "Gaya ini akan ditambahkan ke header pada semua halaman situs Anda."
|
797 |
|
798 |
+
#: class-bws-settings.php:435 deprecated.php:622
|
799 |
#, php-format
|
800 |
msgid ""
|
801 |
"This PHP code will be hooked to the %s action and will be printed on front "
|
804 |
"Kode PHP ini akan ketagihan untuk %s tindakan dan akan dicetak pada ujung "
|
805 |
"depan saja."
|
806 |
|
807 |
+
#: class-bws-settings.php:438
|
808 |
msgid "These code will be added to the header on all pages of your site."
|
809 |
msgstr "Kode ini akan ditambahkan ke header pada semua halaman situs Anda."
|
810 |
|
811 |
+
#: class-bws-settings.php:446 deprecated.php:646
|
812 |
#, php-format
|
813 |
msgid ""
|
814 |
"You need to make this files writable before you can save your changes. See "
|
817 |
"Anda perlu membuat file ini ditulis sebelum Anda dapat menyimpan perubahan. "
|
818 |
"Lihat %s Codex %s untuk informasi lebih lanjut."
|
819 |
|
820 |
+
#: class-bws-settings.php:456 deprecated.php:628
|
821 |
msgid "Browsing"
|
822 |
msgstr "Browsing"
|
823 |
|
824 |
+
#: class-bws-settings.php:461
|
825 |
#, php-format
|
826 |
msgid "Activate custom %s code."
|
827 |
msgstr "Aktifkan kustom %s kode."
|
828 |
|
829 |
+
#: class-bws-settings.php:469 deprecated.php:635
|
830 |
#, php-format
|
831 |
msgid "Learn more about %s"
|
832 |
msgstr "Pelajari lebih lanjut tentang %s"
|
833 |
|
834 |
+
#: class-bws-settings.php:531
|
835 |
msgid "Miscellaneous Settings"
|
836 |
msgstr "Pengaturan Miscellaneous"
|
837 |
|
838 |
+
#: class-bws-settings.php:540 class-bws-settings.php:595
|
839 |
#, php-format
|
840 |
msgid ""
|
841 |
"It is prohibited to change %s settings on this site in the %s network "
|
843 |
msgstr ""
|
844 |
"Dilarang mengubah %s pengaturan di situs ini di %s pengaturan jaringan."
|
845 |
|
846 |
+
#: class-bws-settings.php:543 class-bws-settings.php:598
|
847 |
#, php-format
|
848 |
msgid ""
|
849 |
"It is prohibited to view %s settings on this site in the %s network settings."
|
850 |
msgstr "Dilarang melihat %s pengaturan di situs ini di %s pengaturan jaringan."
|
851 |
|
852 |
+
#: class-bws-settings.php:552
|
853 |
msgid "Pro Options"
|
854 |
msgstr "Pro Pilihan"
|
855 |
|
856 |
+
#: class-bws-settings.php:556
|
857 |
msgid "Enable to display plugin Pro options."
|
858 |
msgstr "Memungkinkan untuk menampilkan opsi Pro Plugin."
|
859 |
|
860 |
+
#: class-bws-settings.php:562
|
861 |
msgid "Track Usage"
|
862 |
msgstr "track Penggunaan"
|
863 |
|
864 |
+
#: class-bws-settings.php:566
|
865 |
msgid ""
|
866 |
"Enable to allow tracking plugin usage anonymously in order to make it better."
|
867 |
msgstr ""
|
868 |
"Aktifkan untuk memungkinkan pelacakan penggunaan Plugin anonim untuk "
|
869 |
"membuatnya lebih baik."
|
870 |
|
871 |
+
#: class-bws-settings.php:571
|
872 |
msgid "Default Settings"
|
873 |
msgstr "Pengaturan default"
|
874 |
|
875 |
+
#: class-bws-settings.php:573
|
876 |
msgid "Restore Settings"
|
877 |
msgstr "Kembalikan Pengaturan"
|
878 |
|
879 |
+
#: class-bws-settings.php:574
|
880 |
msgid "This will restore plugin settings to defaults."
|
881 |
msgstr "Ini akan mengembalikan pengaturan plugin untuk default."
|
882 |
|
883 |
+
#: class-bws-settings.php:586
|
884 |
msgid "Import / Export"
|
885 |
msgstr "Ekspor Impor"
|
886 |
|
887 |
+
#: class-bws-settings.php:702 class-bws-settings.php:735
|
888 |
+
#: class-bws-settings.php:757
|
889 |
msgid "License Key"
|
890 |
msgstr "Kunci lisensi"
|
891 |
|
892 |
+
#: class-bws-settings.php:725
|
893 |
msgid "Congratulations! Pro license is activated successfully."
|
894 |
msgstr "Selamat! lisensi Pro berhasil diaktifkan."
|
895 |
|
896 |
+
#: class-bws-settings.php:726
|
897 |
#, php-format
|
898 |
msgid "You will be automatically redirected to the %s in %s seconds."
|
899 |
msgstr ""
|
900 |
|
901 |
+
#: class-bws-settings.php:726
|
902 |
msgid "Settings page"
|
903 |
msgstr "halaman pengaturan"
|
904 |
|
905 |
+
#: class-bws-settings.php:741
|
906 |
#, php-format
|
907 |
msgid "Enter your license key to activate %s and get premium plugin features."
|
908 |
msgstr ""
|
909 |
"Masukkan kunci lisensi Anda untuk mengaktifkan %s dan mendapatkan fitur "
|
910 |
"Plugin premium."
|
911 |
|
912 |
+
#: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
|
913 |
+
#: deprecated.php:706
|
914 |
msgid ""
|
915 |
"Unfortunately, you have exceeded the number of available tries per day. "
|
916 |
"Please, upload the plugin manually."
|
918 |
"Sayangnya, Anda telah melebihi jumlah mencoba tersedia per hari. Silakan, "
|
919 |
"upload plugin secara manual."
|
920 |
|
921 |
+
#: class-bws-settings.php:747 deprecated.php:697
|
922 |
#, php-format
|
923 |
msgid "Start Your Free %s-Day Trial Now"
|
924 |
msgstr "Mulai Anda gratis %s -Day Percobaan Sekarang"
|
925 |
|
926 |
+
#: class-bws-settings.php:762
|
927 |
msgid ""
|
928 |
"If necessary, you can check if the license key is correct or reenter it in "
|
929 |
"the field below."
|
931 |
"Jika perlu, Anda dapat memeriksa apakah kunci lisensi benar atau masuk "
|
932 |
"kembali ke dalam bidang di bawah."
|
933 |
|
934 |
+
#: class-bws-settings.php:767
|
935 |
msgid "Manage License Settings"
|
936 |
msgstr "Kelola Setelan License"
|
937 |
|
938 |
+
#: class-bws-settings.php:769
|
939 |
msgid "Login to Client Area"
|
940 |
msgstr "Login ke Area Klien"
|
941 |
|
942 |
+
#: class-bws-settings.php:771
|
943 |
msgid ""
|
944 |
"Manage active licenses, download BWS products, and view your payment history "
|
945 |
"using BestWebSoft Client Area."
|
947 |
"Mengelola lisensi aktif, men-download produk BWS, dan melihat riwayat "
|
948 |
"pembayaran Anda menggunakan BestWebSoft Client Area."
|
949 |
|
950 |
+
#: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
|
951 |
+
#: deprecated.php:361
|
952 |
msgid "This license key is bound to another site."
|
953 |
msgstr "kunci lisensi ini terikat ke situs lain."
|
954 |
|
955 |
+
#: class-bws-settings.php:828 deprecated.php:143
|
956 |
msgid ""
|
957 |
"This license key is valid, but Your license has expired. If you want to "
|
958 |
"update our plugin in future, you should extend the license."
|
961 |
"ingin memperbarui plugin kami di masa depan, Anda harus memperpanjang "
|
962 |
"lisensi."
|
963 |
|
964 |
+
#: class-bws-settings.php:830 deprecated.php:145
|
965 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
966 |
msgstr "Sayangnya, Anda telah melebihi jumlah mencoba tersedia."
|
967 |
|
968 |
+
#: class-bws-settings.php:832 deprecated.php:147
|
969 |
msgid ""
|
970 |
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
971 |
"The Pro Trial license can be installed only once."
|
973 |
"Sayangnya, lisensi Percobaan Pro sudah dipasang untuk domain ini. Lisensi "
|
974 |
"Percobaan Pro dapat diinstal hanya sekali."
|
975 |
|
976 |
+
#: class-bws-settings.php:837 deprecated.php:151
|
977 |
msgid "The Pro Trial license key is valid."
|
978 |
msgstr "Kunci lisensi Percobaan Pro berlaku."
|
979 |
|
980 |
+
#: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
|
981 |
#, php-format
|
982 |
msgid ""
|
983 |
"In order to continue using the plugin it is necessary to buy a %s license."
|
984 |
msgstr ""
|
985 |
"Dalam rangka untuk terus menggunakan plugin perlu untuk membeli %s lisensi."
|
986 |
|
987 |
+
#: class-bws-settings.php:933
|
988 |
+
#, php-format
|
989 |
+
msgid ""
|
990 |
+
"Unfortunately, Your license has expired. To continue getting top-priority "
|
991 |
+
"support and plugin updates, you should extend it in your %s."
|
992 |
+
msgstr ""
|
993 |
+
|
994 |
+
#: class-bws-settings.php:959 class-bws-settings.php:981
|
995 |
+
#: class-bws-settings.php:1003
|
996 |
+
msgid "Failed to download the zip archive. Please, upload the plugin manually."
|
997 |
+
msgstr ""
|
998 |
+
|
999 |
+
#: class-bws-settings.php:971
|
1000 |
+
msgid "Failed to open the zip archive. Please, upload the plugin manually."
|
1001 |
+
msgstr ""
|
1002 |
+
|
1003 |
+
#: class-bws-settings.php:977
|
1004 |
+
msgid ""
|
1005 |
+
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
1006 |
+
"plugin manually."
|
1007 |
+
msgstr ""
|
1008 |
+
|
1009 |
+
#: class-bws-settings.php:984
|
1010 |
+
msgid "UploadDir is not writable. Please, upload the plugin manually."
|
1011 |
+
msgstr ""
|
1012 |
+
|
1013 |
+
#: class-bws-settings.php:1042 deprecated.php:464
|
1014 |
msgid "Please, enter Your license key"
|
1015 |
msgstr "Silakan, masukkan kunci lisensi Anda"
|
1016 |
|
1017 |
+
#: class-bws-settings.php:1054
|
1018 |
msgid "Need Help?"
|
1019 |
msgstr "Butuh bantuan?"
|
1020 |
|
1021 |
+
#: class-bws-settings.php:1056
|
1022 |
msgid "Read the Instruction"
|
1023 |
msgstr "Baca Instruksi"
|
1024 |
|
1025 |
+
#: class-bws-settings.php:1060
|
1026 |
msgid "Watch the Video"
|
1027 |
msgstr "Saksikan Video"
|
1028 |
|
1029 |
+
#: class-bws-settings.php:1071
|
1030 |
msgid "Start Your Free Trial"
|
1031 |
msgstr "Mulai Uji Coba Gratis"
|
1032 |
|
1033 |
+
#: deactivation-form.php:27
|
1034 |
+
msgid "Need help? We are ready to answer your questions."
|
1035 |
+
msgstr ""
|
1036 |
+
|
1037 |
+
#: deactivation-form.php:27
|
1038 |
+
msgid "Contact Support"
|
1039 |
+
msgstr ""
|
1040 |
+
|
1041 |
+
#: deactivation-form.php:32
|
1042 |
+
msgid "The plugin is not working"
|
1043 |
+
msgstr ""
|
1044 |
+
|
1045 |
+
#: deactivation-form.php:34
|
1046 |
+
msgid "Kindly share what didn't work so we can fix it in future updates..."
|
1047 |
+
msgstr ""
|
1048 |
+
|
1049 |
+
#: deactivation-form.php:38
|
1050 |
+
msgid "The plugin didn't work as expected"
|
1051 |
+
msgstr ""
|
1052 |
+
|
1053 |
+
#: deactivation-form.php:40
|
1054 |
+
msgid "What did you expect?"
|
1055 |
+
msgstr ""
|