Google Captcha (reCAPTCHA) by BestWebSoft - Version 1.32

Version Description

  • 13.10.2017 =
  • NEW : The compatibility with Limit Attempts by BestWebSoft plugin has been added.
  • NEW : Ability to hide Google Captcha for logged in users has been added.
  • Update : Ability to check Google Captcha using AJAX has been removed.
  • Update : Ability to display and check the Google Captcha in third-party forms using filters have been added.
  • Update : Ability to disable Google Captcha onload callback has been added.
  • PRO : The compatibility with bbPress, Fast Secure Contact Form, Jetpack, Forums - wpForo forms has been added.
Download this release

Release Info

Developer bestwebsoft
Plugin Icon 128x128 Google Captcha (reCAPTCHA) by BestWebSoft
Version 1.32
Comparing to
See all releases

Code changes from version 1.31 to 1.32

Files changed (47) hide show
  1. bws_menu/bws_functions.php +62 -37
  2. bws_menu/bws_include.php +2 -1
  3. bws_menu/bws_menu.php +58 -51
  4. bws_menu/class-bws-settings.php +32 -30
  5. bws_menu/css/modal.css +114 -0
  6. bws_menu/deactivation-form.php +429 -0
  7. bws_menu/deprecated.php +30 -26
  8. bws_menu/icons/plugins/captcha.png +0 -0
  9. bws_menu/languages/bestwebsoft-cs_CZ.mo +0 -0
  10. bws_menu/languages/bestwebsoft-cs_CZ.po +441 -291
  11. bws_menu/languages/bestwebsoft-es_ES.mo +0 -0
  12. bws_menu/languages/bestwebsoft-es_ES.po +1791 -0
  13. bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
  14. bws_menu/languages/bestwebsoft-fr_FR.po +408 -288
  15. bws_menu/languages/bestwebsoft-id_ID.mo +0 -0
  16. bws_menu/languages/bestwebsoft-id_ID.po +405 -285
  17. bws_menu/languages/bestwebsoft-nl_NL.mo +0 -0
  18. bws_menu/languages/bestwebsoft-nl_NL.po +405 -285
  19. bws_menu/languages/bestwebsoft-pl_PL.mo +0 -0
  20. bws_menu/languages/bestwebsoft-pl_PL.po +411 -291
  21. bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
  22. bws_menu/languages/bestwebsoft-ru_RU.po +453 -290
  23. bws_menu/languages/bestwebsoft-uk.mo +0 -0
  24. bws_menu/languages/bestwebsoft-uk.po +447 -291
  25. bws_menu/product_list.php +5 -8
  26. css/gglcptch.css +2 -3
  27. css/style.css +16 -0
  28. google-captcha.php +327 -353
  29. includes/class-gglcptch-settings-tabs.php +73 -68
  30. includes/forms.php +492 -0
  31. includes/pro_banners.php +100 -40
  32. includes/whitelist.php +10 -6
  33. js/admin_script.js +14 -1
  34. js/pre-api-script.js +3 -0
  35. js/script.js +10 -124
  36. languages/google-captcha-cs_CZ.mo +0 -0
  37. languages/google-captcha-cs_CZ.po +270 -180
  38. languages/google-captcha-es_ES.mo +0 -0
  39. languages/google-captcha-es_ES.po +195 -153
  40. languages/google-captcha-ru_RU.mo +0 -0
  41. languages/google-captcha-ru_RU.po +226 -148
  42. languages/google-captcha-sr_RS.mo +0 -0
  43. languages/google-captcha-sr_RS.po +813 -0
  44. languages/google-captcha-uk.mo +0 -0
  45. languages/google-captcha-uk.po +228 -150
  46. readme.txt +84 -18
  47. screenshot-8.png +0 -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 ( 'bws_wp_min_version_check' ) ) {
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="http://wordpress.org/support/view/plugin-reviews/<?php echo $plugin_slug; ?>?filter=5" target="_blank" title="<?php echo $plugin_name; ?> reviews">
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 you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated.', 'bestwebsoft' ) . ' <a target="_blank" href="https://support.bestwebsoft.com/hc/en-us/articles/204240089">' . __( 'Learn More', 'bestwebsoft' ) . '</a>';
128
  if ( $wp_version >= 4.6 )
129
  echo '</p>';
130
  echo '</div>
@@ -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
- echo sprintf( __( 'Notice: You are using the Pro Trial license of %s plugin.', 'bestwebsoft' ), $free_plugin_name );
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 ' ' . __( "The Pro Trial license will expire on", 'bestwebsoft' ) . ' ' . $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] . '.';
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"><?php
187
- echo sprintf(
188
- "<strong>%s</strong> %s <strong>WordPress %s</strong> %s",
189
- $value['name'],
190
- __( 'requires', 'bestwebsoft' ),
191
- $value['version'],
192
- __( 'or higher! We do not guarantee that our plugin will work correctly. Please upgrade to WordPress latest version.', 'bestwebsoft' )
193
- );
194
- ?></div>
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'] ); ?> </strong><br />
 
208
  <?php _e( "Let's get started", 'bestwebsoft' ); ?>:
209
- <a href="<?php echo $bws_plugin_banner_to_settings[0]['settings_url']; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
210
  <?php if ( false != $bws_plugin_banner_to_settings[0]['post_type_url'] ) { ?>
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>&ensp;<a href="<?php echo $value['settings_url']; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
243
  <?php if ( false != $value['post_type_url'] ) { ?>
244
- &ensp;|&ensp;<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"><?php
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/<?php echo $link_slug; ?>/?k=<?php echo $link_key; ?>&amp;pn=<?php echo $link_pn; ?>&amp;v=<?php echo $plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>"><?php _e( 'Learn More', 'bestwebsoft' ); ?></a>
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, $banner_url = false ) {
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 $banner_url; ?>" alt="" />
381
  </div>
382
  <div class="text"><?php printf( __( "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY SUPPORT or UPDATES.", 'bestwebsoft' ), '<strong>' . $plugin_name . '</strong>', $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ); ?> <a target="_new" href="https://support.bestwebsoft.com/entries/53487136"><?php _e( "Learn more", 'bestwebsoft' ); ?></a></div>
383
  </div>
@@ -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() ) {
@@ -561,7 +568,7 @@ if ( ! function_exists ( 'bws_plugins_admin_init' ) ) {
561
  exit();
562
  }
563
 
564
- if ( isset( $_GET['page'] ) && $_GET['page'] == 'bws_panel' ) {
565
  if ( ! session_id() )
566
  @session_start();
567
  }
@@ -572,7 +579,7 @@ if ( ! function_exists ( 'bws_plugins_admin_init' ) ) {
572
 
573
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
574
  function bws_admin_enqueue_scripts() {
575
- global $wp_scripts;
576
 
577
  $jquery_version = isset( $wp_scripts->registered['jquery-ui-core']->ver ) ? $wp_scripts->registered['jquery-ui-core']->ver : '1.12.1';
578
 
@@ -587,6 +594,10 @@ if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
587
  add_thickbox();
588
  wp_enqueue_script( 'plugin-install' );
589
  }
 
 
 
 
590
  }
591
  }
592
 
@@ -671,6 +682,18 @@ if ( ! function_exists ( 'bws_plugins_admin_head' ) ) {
671
  }
672
  }
673
 
 
 
 
 
 
 
 
 
 
 
 
 
674
  if ( ! function_exists ( 'bws_plugins_include_codemirror' ) ) {
675
  function bws_plugins_include_codemirror() {
676
  wp_enqueue_style( 'codemirror.css', bws_menu_url( 'css/codemirror.css' ) );
@@ -844,7 +867,7 @@ if ( ! function_exists( 'bws_shortcode_media_button_popup' ) ) {
844
  <h4><?php _e( 'Plugin', 'bestwebsoft' ); ?></h4>
845
  <select name="bws_shortcode_select" id="bws_shortcode_select">
846
  <?php foreach ( $bws_shortcode_list as $key => $value ) { ?>
847
- <option value="<?php echo $key; ?>"><?php echo $value['name']; ?></option>
848
  <?php } ?>
849
  </select>
850
  </div>
@@ -877,6 +900,8 @@ if ( ! function_exists( 'bws_shortcode_output' ) ) {
877
  /**
878
  * output tooltip
879
  * @since 1.9.8
 
 
880
  */
881
  if ( ! function_exists( 'bws_add_help_box' ) ) {
882
  function bws_add_help_box( $content, $class = '' ) {
@@ -891,7 +916,7 @@ if ( ! function_exists( 'bws_help_tab' ) ) {
891
  function bws_help_tab( $screen, $args ) {
892
  $url = ( ! empty( $args['section'] ) ) ? 'https://support.bestwebsoft.com/hc/en-us/sections/' . $args['section'] : 'https://support.bestwebsoft.com/';
893
 
894
- $content = '<p><a href="' . $url . '" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' ) . '</a></p>';
895
 
896
  $screen->add_help_tab(
897
  array(
@@ -1035,7 +1060,7 @@ if ( ! function_exists( 'bws_delete_plugin' ) ) {
1035
  add_action( 'admin_init', 'bws_plugins_admin_init' );
1036
  add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
1037
  add_action( 'admin_head', 'bws_plugins_admin_head' );
1038
- add_action( 'admin_footer','bws_shortcode_media_button_popup' );
1039
 
1040
  add_action( 'admin_notices', 'bws_admin_notices', 30 );
1041
 
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>&ensp;<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
+ &ensp;|&ensp;<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() ) {
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
 
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>
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.1.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 = $bwsmn_form_email = '';
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'] ) ? esc_html( $_GET['category'] ) : 'all';
41
 
42
  if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || ! isset( $_GET['sub'] ) ) {
43
  $bws_plugins_update_availible = $bws_plugins_expired = array();
@@ -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 = stripslashes( esc_html( trim( $_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,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 activated successfully.', 'bestwebsoft' );
147
  }
148
 
149
  $bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
@@ -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
- $bwsmn_form_email = esc_html( trim( $_REQUEST['bwsmn_form_email'] ) );
259
- if ( $bwsmn_form_email == "" || ! is_email( $bwsmn_form_email ) ) {
260
- $error = __( "Please enter a valid email address.", 'bestwebsoft' );
261
  } else {
262
- $email = $bwsmn_form_email;
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';
@@ -280,7 +278,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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,7 +293,7 @@ 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>
@@ -308,14 +306,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
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="<?php echo esc_url( 'https://support.bestwebsoft.com' ); ?>" target="_blank"><?php _e( 'Support', 'bestwebsoft' ); ?></a>
318
- <a href="<?php echo esc_url( 'https://bestwebsoft.com/client-area' ); ?>" target="_blank" title="<?php _e( 'Manage purchased licenses & subscriptions', 'bestwebsoft' ); ?>">Client Area</a>
319
  </div>
320
  <div class="clear"></div>
321
  </div>
@@ -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 "class=\"bws_input_error\""; ?> type="text" placeholder="<?php _e( 'Enter your license key', 'bestwebsoft' ); ?>" maxlength="100" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
340
- <div class="bws_error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><?php echo $error; ?></div>
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 "style=\"display:none\""; ?>><p><?php echo $message; ?></p></div>
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 &#8220;headers already sent&#8221; 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 = esc_html( $_POST['bws_install_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 . '&amp;bws_activate_plugin=' . $bws_license_plugin, 'bws_activate_plugin' . $bws_license_plugin ) . '" target="_parent">' . __( 'Activate Plugin', 'bestwebsoft' ) . '</a> | <a href="' . self_admin_url( $current_page ) . '" target="_parent">' . __( 'Return to BestWebSoft Panel', 'bestwebsoft' ) . '</a></p>';
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><a <?php if ( ! isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="<?php echo $current_page; if ( 'all' != $plugin_category ) echo '&amp;category=' . $plugin_category; ?>"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
450
- <li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="<?php echo $current_page; ?>&amp;sub=installed<?php if ( 'all' != $plugin_category ) echo '&amp;category=' . $plugin_category; ?>"><?php _e( 'Installed', 'bestwebsoft' ); ?></a></li> |
451
- <li><a <?php if ( isset( $_GET['sub'] ) && 'not_installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="<?php echo $current_page; ?>&amp;sub=not_installed<?php if ( 'all' != $plugin_category ) echo '&amp;category=' . $plugin_category; ?>"><?php _e( 'Not Installed', 'bestwebsoft' ); ?></a></li>
 
 
 
 
 
 
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' ) ) ) ? '&amp;sub=' . $_GET['sub'] : ''; ?>
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 . '&amp;category=' . $category_key ) ); ?>"><?php echo $category_value['name']; ?>
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=' ) . $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>';
532
  } ?>
533
  </div>
534
  <div class="bws_product_description">
@@ -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 . '&amp;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>
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 . '&amp;bws_activate_plugin=' . $key_plugin, 'bws_activate_plugin' . $key_plugin ); ?>" title="<?php _e( 'Activate this plugin', 'bestwebsoft' ); ?>"><?php _e( 'Activate', 'bestwebsoft' ); ?></a>
573
  <?php } else {
574
- $install_url = isset( $value_plugin['install_url'] ) ? $value_plugin['install_url'] : esc_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' ) ); ?>
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' ) ) ) ? '&amp;sub=' . $_GET['sub'] : ''; ?>
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 . '&amp;category=' . $category_key ) ); ?>"><?php echo $category_value['name']; ?>
600
  <span>(<?php echo $category_value['count']; ?>)</span>
601
  </a>
602
  </li>
@@ -621,7 +628,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
621
  <div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), 'BestWebSoft' ); ?></div>
622
  <h3 class="theme-name"><?php echo $theme->name; ?></h3>
623
  <div class="theme-actions">
624
- <a class="button button-secondary preview install-theme-preview" href="<?php echo $theme->href; ?>" target="_blank"><?php esc_html_e( 'Learn More', 'bestwebsoft' ); ?></a>
625
  </div>
626
  <?php if ( $installed_theme->exists() ) {
627
  if ( $wp_version < '4.6' ) { ?>
@@ -635,12 +642,12 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
635
  <br class="clear" />
636
  </div>
637
  </div>
638
- <p><a class="bws_browse_link" href="http://bestweblayout.com/categories/themes/" target="_blank"><?php _e( 'Browse Free WordPress Themes', 'bestwebsoft' ); ?> <span class="dashicons dashicons-arrow-right-alt2"></span></a></p>
639
  </div>
640
  <?php } elseif ( 'bws_system_status' == $page || 'system-status' == $tab ) { ?>
641
  <h1><?php _e( 'System status', 'bestwebsoft' ); ?></h1>
642
- <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>
643
- <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
644
  <form method="post" action="">
645
  <p>
646
  <input type="hidden" name="bwsmn_form_submit" value="submit" />
@@ -652,7 +659,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
652
  <p>
653
  <input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
654
  <input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'bestwebsoft' ) ?>" />
655
- <input type="text" maxlength="250" value="<?php echo $bwsmn_form_email; ?>" name="bwsmn_form_email" />
656
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
657
  </p>
658
  </form>
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;
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';
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>
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 &#8220;headers already sent&#8221; 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">
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>
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' ) { ?>
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 &#187;', '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>
bws_menu/class-bws-settings.php CHANGED
@@ -7,7 +7,7 @@
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
 
@@ -129,7 +129,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
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,7 +154,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
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="' . $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,7 +261,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
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 $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 ) );
@@ -400,7 +400,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
400
 
401
  if ( file_exists( $real_file ) ) {
402
  update_recently_edited( $real_file );
403
- $this->custom_code_args["content_{$extension}"] = esc_textarea( 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,7 +432,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
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="http://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' ),
@@ -461,11 +461,11 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
461
  <?php printf( __( 'Activate custom %s code.', 'bestwebsoft' ), $name ); ?>
462
  </label>
463
  </p>
464
- <textarea cols="70" rows="25" name="bws_newcontent_<?php echo $extension; ?>" id="bws_newcontent_<?php echo $extension; ?>"><?php if ( isset( $this->custom_code_args["content_{$extension}"] ) ) echo $this->custom_code_args["content_{$extension}"]; ?></textarea>
465
  <p class="bws_info">
466
  <?php echo $extension_data['description']; ?>
467
  <br>
468
- <a href="<?php echo $extension_data['learn_more_link']; ?>" target="_blank">
469
  <?php printf( __( 'Learn more about %s', 'bestwebsoft' ), $name ); ?>
470
  </a>
471
  </p>
@@ -488,6 +488,8 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
488
  if ( isset( $_POST["bws_newcontent_{$extension}"] ) &&
489
  $this->custom_code_args["{$extension}_writeable"] ) {
490
  $newcontent = trim( wp_unslash( $_POST["bws_newcontent_{$extension}"] ) );
 
 
491
 
492
  if ( ! empty( $newcontent ) && isset( $_POST["bws_custom_{$extension}_active"] ) ) {
493
  $this->custom_code_args["is_{$extension}_active"] = true;
@@ -701,7 +703,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
701
  <?php $this->help_phrase(); ?>
702
  <hr>
703
  <?php if ( ! empty( $this->pro_page ) ) {
704
- $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
705
 
706
  if ( $this->pro_plugin_is_activated ) {
707
  deactivate_plugins( $this->plugin_basename ); ?>
@@ -711,7 +713,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
711
  function bws_set_timeout() {
712
  i--;
713
  if ( 0 == i ) {
714
- window.location.href = '<?php echo $this->pro_page; ?>';
715
  } else {
716
  $( '#bws_timeout_counter' ).text( i );
717
  window.setTimeout( bws_set_timeout, 1000 );
@@ -721,7 +723,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
721
  })(jQuery);
722
  </script>
723
  <p><strong><?php _e( 'Congratulations! Pro license is activated successfully.', 'bestwebsoft' ); ?></strong></p>
724
- <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>
725
  <?php } else {
726
  $attr = '';
727
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $this->bws_license_plugin ]['count'] ) &&
@@ -732,17 +734,17 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
732
  <tr>
733
  <th scope="row"><?php _e( 'License Key', 'bestwebsoft' ); ?></th>
734
  <td>
735
- <input <?php echo $attr; ?> type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
736
- <input <?php echo $attr; ?> type="hidden" name="bws_license_plugin" value="<?php echo $this->bws_license_plugin; ?>" />
737
  <input <?php echo $attr; ?> type="submit" class="button button-secondary" name="bws_license_submit" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
738
  <div class="bws_info">
739
- <?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>' ); ?>
740
  </div>
741
  <?php if ( '' != $attr ) { ?>
742
  <p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
743
  <?php }
744
  if ( $this->trial_days !== false )
745
- 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>'; ?>
746
  </td>
747
  </tr>
748
  </table>
@@ -754,7 +756,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
754
  <tr>
755
  <th scope="row"><?php _e( 'License Key', 'bestwebsoft' ); ?></th>
756
  <td>
757
- <input type="text" maxlength="100" name="bws_license_key" value="<?php echo $license_key; ?>" />
758
  <input type="submit" class="button button-secondary" name="bws_license_submit" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
759
  <div class="bws_info">
760
  <?php _e( 'If necessary, you can check if the license key is correct or reenter it in the field below.', 'bestwebsoft' ); ?>
@@ -783,7 +785,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
783
  private function save_options_license_key() {
784
  global $wp_version, $bstwbsftwppdtplgns_options;
785
 
786
- $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : '';
787
 
788
  if ( '' != $bws_license_key ) {
789
  if ( strlen( $bws_license_key ) != 18 ) {
@@ -840,7 +842,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
840
  $message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $single_response->time_out . '.';
841
 
842
  if ( isset( $single_response->trial ) && $this->is_trial )
843
- $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>' );
844
  }
845
 
846
  if ( isset( $single_response->trial ) ) {
@@ -887,7 +889,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
887
  /* Go Pro */
888
  } else {
889
 
890
- $bws_license_plugin = stripslashes( esc_html( $_POST['bws_license_plugin'] ) );
891
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - (24 * 60 * 60) ) ) {
892
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
893
  } else {
@@ -928,7 +930,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
928
  } elseif ( "you_are_banned" == $single_response->package ) {
929
  $error = __( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' );
930
  } elseif ( "time_out" == $single_response->package ) {
931
- $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>' );
932
  } elseif ( "duplicate_domen_for_trial" == $single_response->package ) {
933
  $error = __( "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once.", 'bestwebsoft' );
934
  }
@@ -954,7 +956,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
954
  }
955
 
956
  if ( ! $received_content ) {
957
- $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
958
  } else {
959
  if ( is_writable( $this->upload_dir["path"] ) ) {
960
  $file_put_contents = $this->upload_dir["path"] . "/" . $zip_name[0] . ".zip";
@@ -966,20 +968,20 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
966
  $zip->extractTo( WP_PLUGIN_DIR );
967
  $zip->close();
968
  } else {
969
- $error = __( "Failed to open the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
970
  }
971
  } elseif ( class_exists( 'Phar' ) ) {
972
  $phar = new PharData( $file_put_contents );
973
  $phar->extractTo( WP_PLUGIN_DIR );
974
  } else {
975
- $error = __( "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually", 'bestwebsoft' );
976
  }
977
  @unlink( $file_put_contents );
978
  } else {
979
- $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
980
  }
981
  } else {
982
- $error = __( "UploadDir is not writable. Please, upload the plugin manually", 'bestwebsoft' );
983
  }
984
  }
985
 
@@ -998,7 +1000,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
998
  }
999
  $this->pro_plugin_is_activated = true;
1000
  } elseif ( empty( $error ) ) {
1001
- $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
1002
  }
1003
  }
1004
  } else {
@@ -1051,22 +1053,22 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
1051
  public function help_phrase() {
1052
  echo '<div class="bws_tab_description">' . __( 'Need Help?', 'bestwebsoft' ) . ' ';
1053
  if ( '' != $this->doc_link )
1054
- echo '<a href="' . $this->doc_link . '" target="_blank">' . __( 'Read the Instruction', 'bestwebsoft' );
1055
  else
1056
  echo '<a href="https://support.bestwebsoft.com/hc/en-us/" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' );
1057
  if ( '' != $this->doc_video_link )
1058
- echo '</a>' . ' ' . __( 'or', 'bestwebsoft' ) . ' ' . '<a href="' . $this->doc_video_link . '" target="_blank">' . __( 'Watch the Video', 'bestwebsoft' );
1059
  echo '</a></div>';
1060
  }
1061
 
1062
  public function bws_pro_block_links() {
1063
  global $wp_version; ?>
1064
  <div class="bws_pro_version_tooltip">
1065
- <a class="bws_button" href="<?php echo $this->plugins_info['PluginURI']; ?>?k=<?php echo $this->link_key; ?>&amp;pn=<?php echo $this->link_pn; ?>&amp;v=<?php echo $this->plugins_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php echo $this->plugins_info["Name"]; ?>"><?php _e( 'Upgrade to Pro', 'bestwebsoft' ); ?></a>
1066
  <?php if ( $this->trial_days !== false ) { ?>
1067
  <span class="bws_trial_info">
1068
  <?php _e( 'or', 'bestwebsoft' ); ?>
1069
- <a href="<?php echo $this->plugins_info['PluginURI']; ?>?k=<?php echo $this->link_key; ?>&amp;pn=<?php echo $this->link_pn; ?>&amp;v=<?php echo $this->plugins_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php echo $this->plugins_info["Name"]; ?>"><?php _e( 'Start Your Free Trial', 'bestwebsoft' ); ?></a>
1070
  </span>
1071
  <?php } ?>
1072
  <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
 
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 ) );
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' ),
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;
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; ?>&amp;pn=<?php echo $this->link_pn; ?>&amp;v=<?php echo $this->plugins_info["Version"]; ?>&amp;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'] ) ? stripslashes( esc_html( trim( $_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'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
243
  if ( $trial_license_is_set ) { ?>
244
  <form method="post" action="">
245
  <p>
246
- <?php echo sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="https://bestwebsoft.com/products/wordpress/plugins/' . $link_slug . '/?k=' . $link_key . '&amp;pn=' . $link_pn . '&amp;v=' . $plugin_info["Version"] . '&amp;wp_v=' . $wp_version .'" target="_blank" title="' . $plugin_info["Name"] . '">Pro</a>' ) . ' ';
247
- _e( 'After that, you can activate it by entering your license key.', 'bestwebsoft' ); ?><br />
248
  <span class="bws_info">
249
  <?php _e( 'License key can be found in the', 'bestwebsoft' ); ?>
250
  <a href="https://bestwebsoft.com/wp-login.php">Client Area</a>
@@ -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 = 'admin.php?page=<?php echo $page; ?>';
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="admin.php?page=<?php echo $page; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
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'] ) ) ? stripslashes( esc_html( trim( $_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 = stripslashes( esc_html( $_POST['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 = wp_unslash( trim( $_POST['bws_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 = esc_textarea( file_get_contents( $real_css_file ) );
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 = esc_textarea( file_get_contents( $real_php_file ) );
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="http://codex.wordpress.org/Plugin_API/Action_Reference/init" target="_blank"><code>init</code></a>' ); ?>
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'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
661
- if ( $pro_plugin_is_activated ) { ?>
 
662
  <script type="text/javascript">
663
  window.setTimeout( function() {
664
- window.location.href = 'admin.php?page=<?php echo $pro_page; ?>';
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="admin.php?page=<?php echo $pro_page; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
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/<?php echo $link_slug; ?>/?k=<?php echo $link_key; ?>&amp;pn=<?php echo $link_pn; ?>&amp;v=<?php echo $plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php echo $plugin_info["Name"]; ?> Pro">Pro</a>
686
  <?php _e( 'version of the plugin.', 'bestwebsoft' ); ?><br />
687
  <span class="bws_info">
688
  <?php _e( 'License key can be found in the', 'bestwebsoft' ); ?>
@@ -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 ) echo $trial_days_number;
 
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 . '&amp;pn=' . $link_pn . '&amp;v=' . $plugin_info["Version"] . '&amp;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/icons/plugins/captcha.png DELETED
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-07-03 13:18+0300\n"
6
- "PO-Revision-Date: 2017-07-03 13:18+0300\n"
7
  "Last-Translator: Mik013\n"
8
  "Language-Team: Mik013\n"
9
  "Language: cs_CZ\n"
@@ -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:72 bws_functions.php:190
20
  msgid "requires"
21
  msgstr "vyžaduje"
22
 
23
- #: bws_functions.php:74
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:75
32
  msgid "Back to the WordPress"
33
  msgstr "Zpět do WordPressu"
34
 
35
- #: bws_functions.php:77
36
  msgid "Plugins page"
37
  msgstr "Stránka pluginů"
38
 
39
- #: bws_functions.php:91
40
  msgid "Like the plugin?"
41
  msgstr "Líbí se vám plugin?"
42
 
43
  #: bws_functions.php:93
 
 
 
 
 
44
  msgid "Rate it"
45
  msgstr "Ohodnoťte jej"
46
 
47
- #: bws_functions.php:102
48
  msgid "Need help?"
49
  msgstr "Potřebujete pomoc?"
50
 
51
- #: bws_functions.php:103 bws_functions.php:920 class-bws-settings.php:1047
52
  msgid "Visit Help Center"
53
  msgstr "Navštivte Centrum pomoci"
54
 
55
- #: bws_functions.php:106
56
  msgid "Want to support the plugin?"
57
  msgstr "Chcete podpořit plugin?"
58
 
59
- #: bws_functions.php:107 bws_menu.php:553
60
  msgid "Donate"
61
  msgstr "Darujte"
62
 
63
- #: bws_functions.php:127
64
  msgid "WARNING: Illegal use notification"
65
  msgstr "POZOR: upozornění na neoprávněné užívání"
66
 
67
- #: bws_functions.php:127
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 you personal Client Area. "
71
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
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í stránce - "
76
- "Klientské zóně. Důrazně doporučujeme, aby jste tento problém odstranili "
77
- "během 24 hodin, jinak bude Pro plugin deaktivován."
78
 
79
- #: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
80
- #: class-bws-settings.php:143
81
  msgid "Learn More"
82
  msgstr "Dozvědět se více"
83
 
84
- #: bws_functions.php:144
85
  msgid ""
86
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
87
  "you should buy a Pro license"
@@ -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:146
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:146 bws_functions.php:382 deprecated.php:584
101
  msgid "Learn more"
102
  msgstr "Dozvědět se více"
103
 
104
- #: bws_functions.php:164
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:166
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:169
114
  msgid "The Pro Trial license will expire on"
115
  msgstr "Zkušební Pro licence vyprší"
116
 
117
- #: bws_functions.php:192
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:207
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:208
131
  msgid "Let's get started"
132
  msgstr "Začněme"
133
 
134
- #: bws_functions.php:209 bws_functions.php:242 bws_menu.php:557
135
- #: bws_menu.php:559
136
  msgid "Settings"
137
  msgstr "Nastavení"
138
 
139
- #: bws_functions.php:211 bws_menu.php:328 class-bws-settings.php:736
140
- #: class-bws-settings.php:1049 class-bws-settings.php:1059 deprecated.php:694
141
  msgid "or"
142
  msgstr "nebo"
143
 
144
- #: bws_functions.php:212 bws_functions.php:244
145
  msgid "Add New"
146
  msgstr "Přidat nový"
147
 
148
- #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
149
- #: bws_functions.php:378 bws_functions.php:480
150
  msgid "Close notice"
151
  msgstr "Zavřít poznámku"
152
 
153
- #: bws_functions.php:231
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:233
158
  msgid "More Details"
159
  msgstr "Více detailů"
160
 
161
- #: bws_functions.php:234
162
  msgid "Less Details"
163
  msgstr "Méně detailů"
164
 
165
- #: bws_functions.php:262
166
  msgid "Deprecated function(-s) is used on the site here:"
167
  msgstr "Zastaralé funkce se používají na stránkách zde:"
168
 
169
- #: bws_functions.php:276
170
  msgid ""
171
  "This function(-s) will be removed over time. Please update the product(-s)."
172
  msgstr ""
173
  "Tato funkce, bude v průběhu času odstraněna. Prosím aktualizujte produkt."
174
 
175
- #: bws_functions.php:335
176
  msgid "It’s time to upgrade your"
177
  msgstr "Je čas na aktualizaci vašeho"
178
 
179
- #: bws_functions.php:335
180
  msgid "to"
181
  msgstr "na"
182
 
183
- #: bws_functions.php:335
184
  msgid "version!"
185
  msgstr "verzi!"
186
 
187
- #: bws_functions.php:336
188
  msgid "Extend standard plugin functionality with new great options."
189
  msgstr "Rozšiřuje standardní funkce pluginu novými skvělými možnostmi."
190
 
191
- #: bws_functions.php:382
192
  #, php-format
193
  msgid ""
194
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
@@ -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:475
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:476
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:477
214
  msgid "Suggest a Feature"
215
  msgstr "Navrhnout vlastnost"
216
 
217
- #: bws_functions.php:493 class-bws-settings.php:533 class-bws-settings.php:536
218
- #: class-bws-settings.php:584 class-bws-settings.php:587
219
  msgid "Notice"
220
  msgstr "Poznámka"
221
 
222
- #: bws_functions.php:493
223
  msgid "The plugin's settings have been changed."
224
  msgstr "Nastavení pluginu bylo změněno."
225
 
226
- #: bws_functions.php:494 class-bws-settings.php:182 class-bws-settings.php:202
227
- #: deprecated.php:640
228
  msgid "Save Changes"
229
  msgstr "Uložit změny"
230
 
231
- #: bws_functions.php:508
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:642
240
  msgid "Add BWS Shortcode"
241
  msgstr "Přidávejte zkrácený kód BWS"
242
 
243
- #: bws_functions.php:643
244
  msgid "Add BWS Plugins Shortcode"
245
  msgstr "Přidávejte zkrácený kód BWS pluginů"
246
 
247
- #: bws_functions.php:662
248
  msgid "Add shortcode"
249
  msgstr "Přidat krátký kód"
250
 
251
- #: bws_functions.php:662
252
  msgid "Add BestWebSoft plugins' shortcodes using this button."
253
  msgstr ""
254
  "Pomocí tohoto tlačítka můžete přidávat krátké kódy BestWebSoft pluginu."
255
 
256
- #: bws_functions.php:708
257
  msgid "Close"
258
  msgstr "Zavřít"
259
 
260
- #: bws_functions.php:800
261
  msgid "Are you sure you want to restore default settings?"
262
  msgstr "Jste si jisti, že chcete obnovit výchozí nastavení?"
263
 
264
- #: bws_functions.php:803
265
  msgid "Yes, restore all settings"
266
  msgstr "Ano, obnovit veškerá nastavení"
267
 
268
- #: bws_functions.php:804
269
  msgid "No, go back to the settings page"
270
  msgstr "Ne, vrátit se zpět na stránku nastavení"
271
 
272
- #: bws_functions.php:846
273
  msgid "Plugin"
274
  msgstr "Plugin"
275
 
276
- #: bws_functions.php:855
277
  msgid "Shortcode settings"
278
  msgstr "Nastavení krátkých kódů"
279
 
280
- #: bws_functions.php:860
281
  msgid "The shortcode will be inserted"
282
  msgstr "Bude vložen krátký kód"
283
 
284
- #: bws_functions.php:865
285
- msgid "Insert"
286
- msgstr "Vložit"
287
-
288
- #: bws_functions.php:925
289
  msgid "FAQ"
290
  msgstr "Často kladené otázky (FAQ)"
291
 
292
- #: bws_functions.php:931
293
  msgid "For more information:"
294
  msgstr "Pro více informací:"
295
 
296
- #: bws_functions.php:932
297
  msgid "Documentation"
298
  msgstr "Dokumentace"
299
 
300
- #: bws_functions.php:933
301
  msgid "Video Instructions"
302
  msgstr "Video instrukce"
303
 
304
- #: bws_functions.php:934
305
  msgid "Submit a Request"
306
  msgstr "Odeslat požadavek"
307
 
308
- #: bws_menu.php:101 class-bws-settings.php:781 deprecated.php:322
309
  msgid "Wrong license key"
310
  msgstr "Špatný licenční klíč"
311
 
312
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
313
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
314
- #: deprecated.php:352
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:807 class-bws-settings.php:874
323
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
324
- #: deprecated.php:352
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:813 class-bws-settings.php:916
329
- #: deprecated.php:139 deprecated.php:358
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:334 deprecated.php:261
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 class-bws-settings.php:922 deprecated.php:364
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:924 deprecated.php:366
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:828 deprecated.php:153
367
  msgid "The license key is valid."
368
  msgstr "Licenční klíč je platný."
369
 
370
- #: bws_menu.php:144 class-bws-settings.php:831 deprecated.php:156
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 activated successfully."
376
- msgstr "Gratulujeme! PRO členství bylo úspěšně aktivováno."
377
 
378
- #: bws_menu.php:153 class-bws-settings.php:996 deprecated.php:435
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:264
538
- msgid "Email with system info is sent to"
539
- msgstr "E-mail se systémovým nastavením byl odeslán na"
 
540
 
541
- #: bws_menu.php:268
542
  msgid "Thank you for contacting us."
543
  msgstr "Děkujeme, že jste nás kontaktovali."
544
 
545
- #: bws_menu.php:291
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:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
550
  msgid "Plugins"
551
  msgstr "Pluginy"
552
 
553
- #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
554
  msgid "Themes"
555
  msgstr "Šablony"
556
 
557
- #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
558
  msgid "System status"
559
  msgstr "Stav systému"
560
 
561
- #: bws_menu.php:317
562
  msgid "Support"
563
  msgstr "Podpora"
564
 
565
- #: bws_menu.php:318
566
  msgid "Manage purchased licenses & subscriptions"
567
  msgstr "Spravovat zakoupené licence a předplatné"
568
 
569
- #: bws_menu.php:326
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:328
575
  msgid "Subscribe to Pro Membership"
576
  msgstr "Přihlásit se k Pro členství"
577
 
578
- #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:749
579
  #: deprecated.php:227
580
  msgid "Check license key"
581
  msgstr "Zkontrolovat licenční klíč"
582
 
583
- #: bws_menu.php:339
584
  msgid "Enter your license key"
585
  msgstr "Vložte váš licenční klíč"
586
 
587
- #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
588
- #: class-bws-settings.php:728 deprecated.php:259 deprecated.php:267
589
- #: deprecated.php:629 deprecated.php:700 deprecated.php:709
590
  msgid "Activate"
591
  msgstr "Aktivovat"
592
 
593
- #: bws_menu.php:361
594
  msgid "Upload Plugin"
595
  msgstr "Nahrát plugin"
596
 
597
- #: bws_menu.php:365
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:367
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:370
618
  msgid "Plugin <strong>activated</strong>."
619
  msgstr "Plugin <strong>aktivován</strong>."
620
 
621
- #: bws_menu.php:377
622
  msgid "Installing Plugin"
623
  msgstr "Instalace pluginu"
624
 
625
- #: bws_menu.php:383
626
  msgid "Downloading install package from"
627
  msgstr "Stahování instalačního balíčku z"
628
 
629
- #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
630
- #: class-bws-settings.php:948 class-bws-settings.php:970
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:408
637
  msgid "Unpacking the package"
638
  msgstr "Rozbalování balíčku"
639
 
640
- #: bws_menu.php:413 bws_menu.php:421
641
  msgid "Installing the plugin"
642
  msgstr "Instalace pluginu"
643
 
644
- #: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
645
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
646
  msgstr "Otevření zip archivu selhalo. Prosíme, nahrajte plugin ručně"
647
 
648
- #: bws_menu.php:424 class-bws-settings.php:966 deprecated.php:405
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:427
657
  #, php-format
658
  msgid "The plugin %s is successfully installed."
659
  msgstr "Plugin %s úspěšně nainstalován."
660
 
661
- #: bws_menu.php:434 class-bws-settings.php:973 deprecated.php:412
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:439
666
  msgid "Activate Plugin"
667
  msgstr "Aktivovat plugin"
668
 
669
- #: bws_menu.php:439 bws_menu.php:445
670
  msgid "Return to BestWebSoft Panel"
671
  msgstr "Návrat na BestWebSoft panel"
672
 
673
- #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
674
  msgid "All"
675
  msgstr "Vše"
676
 
677
- #: bws_menu.php:450 bws_menu.php:650
678
  msgid "Installed"
679
  msgstr "Instalováno"
680
 
681
- #: bws_menu.php:451
682
  msgid "Not Installed"
683
  msgstr "Neninstalováno"
684
 
685
- #: bws_menu.php:457
686
  msgid "Filter results"
687
  msgstr "Výsledky filtrování"
688
 
689
- #: bws_menu.php:460 bws_menu.php:589
690
  msgid "Category"
691
  msgstr "Rubriky"
692
 
693
- #: bws_menu.php:524
694
  msgid "Not installed"
695
  msgstr "Neninstalováno"
696
 
697
- #: bws_menu.php:528
698
  msgid "Renew to get updates"
699
  msgstr "Obnovit pro získání aktualizací"
700
 
701
- #: bws_menu.php:531
702
  #, php-format
703
  msgid "Update to v %s"
704
  msgstr "Aktualizovat na %s"
705
 
706
- #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
707
  msgid "Install Now"
708
  msgstr "Instalovat nyní"
709
 
710
- #: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
711
  msgid "Upgrade to Pro"
712
  msgstr "Aktualizovat na Pro"
713
 
714
- #: bws_menu.php:563 bws_menu.php:572
715
  msgid "Activate this plugin"
716
  msgstr "Aktivovat tento plugin"
717
 
718
- #: bws_menu.php:575
719
  msgid "Install this plugin"
720
  msgstr "Instalovat tento plugin"
721
 
722
- #: bws_menu.php:584
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:621 bws_menu.php:641
728
  #, php-format
729
  msgid "By %s"
730
  msgstr "podle %s"
731
 
732
- #: bws_menu.php:648
733
  msgid "Already Installed"
734
  msgstr "Již instalováno"
735
 
736
- #: bws_menu.php:659
737
- msgid "Browse Free WordPress Themes"
738
- msgstr "Procházet WordPress šablony zdarma"
739
 
740
- #: bws_menu.php:668
741
  msgid "Send to support"
742
  msgstr "Odeslat podpoře"
743
 
744
- #: bws_menu.php:675
745
  msgid "Send to custom email &#187;"
746
  msgstr "Odeslat na vlastní e-mail &#187;"
747
 
748
- #: class-bws-settings.php:135
749
  msgid "Information"
750
  msgstr "Informace"
751
 
752
- #: class-bws-settings.php:143
753
  msgid "Inactive"
754
  msgstr "Neaktivní"
755
 
756
- #: class-bws-settings.php:151
757
  msgid "Expired"
758
  msgstr "Expirované"
759
 
760
- #: class-bws-settings.php:154
761
  #, php-format
762
  msgid "%s day(-s) left"
763
  msgstr "%s dnů zbývá"
764
 
765
- #: class-bws-settings.php:160
766
  #, php-format
767
  msgid "Expired on %s"
768
  msgstr "Vypršela dne %s"
769
 
770
- #: class-bws-settings.php:160
771
  msgid "Renew Now"
772
  msgstr "Obnovit nyní"
773
 
774
- #: class-bws-settings.php:162
775
  msgid "Active"
776
  msgstr "Aktivní"
777
 
778
- #: class-bws-settings.php:167
779
  msgid "License"
780
  msgstr "Licence"
781
 
782
- #: class-bws-settings.php:170
783
  msgid "Status"
784
  msgstr "Stav"
785
 
786
- #: class-bws-settings.php:174
787
  msgid "Version"
788
  msgstr "Verze"
789
 
790
- #: class-bws-settings.php:282
791
  msgid "All plugin settings were restored."
792
  msgstr "Všechna nastavení pluginu byla obnovena."
793
 
794
- #: class-bws-settings.php:420
795
  msgid "Custom Code"
796
  msgstr "Vlastní kód"
797
 
798
- #: class-bws-settings.php:424 deprecated.php:497
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:429 deprecated.php:618
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:432 deprecated.php:620
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:435
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:443 deprecated.php:644
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:453 deprecated.php:626
828
  msgid "Browsing"
829
  msgstr "Procházení"
830
 
831
- #: class-bws-settings.php:457
832
  #, php-format
833
  msgid "Activate custom %s code."
834
  msgstr "Aktivovat vlastní %s kód."
835
 
836
- #: class-bws-settings.php:464 deprecated.php:633
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:524
842
  msgid "Miscellaneous Settings"
843
  msgstr "Různá nastavení"
844
 
845
- #: class-bws-settings.php:533 class-bws-settings.php:584
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:536 class-bws-settings.php:587
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:545
859
  msgid "Pro Options"
860
  msgstr "PRO nastavení"
861
 
862
- #: class-bws-settings.php:548
863
  msgid "Enable to display plugin Pro options."
864
  msgstr "Povolit zobrazení PRO voleb pluginu."
865
 
866
- #: class-bws-settings.php:553
867
  msgid "Track Usage"
868
  msgstr "Sběr statistik"
869
 
870
- #: class-bws-settings.php:556
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:560
877
  msgid "Default Settings"
878
  msgstr "Výchozí nastavení"
879
 
880
- #: class-bws-settings.php:562
881
  msgid "Restore Settings"
882
  msgstr "Obnovit nastavení"
883
 
884
- #: class-bws-settings.php:563
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:575
889
  msgid "Import / Export"
890
  msgstr "Import / Export"
891
 
892
- #: class-bws-settings.php:691 class-bws-settings.php:724
893
- #: class-bws-settings.php:746
894
  msgid "License Key"
895
  msgstr "Licenční klíč"
896
 
897
- #: class-bws-settings.php:714
898
  msgid "Congratulations! Pro license is activated successfully."
899
  msgstr "Gratulujeme! PRO licence byla úspěšně aktivována."
900
 
901
- #: class-bws-settings.php:715
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:715
907
  msgid "Settings page"
908
  msgstr "Stránka nastavení"
909
 
910
- #: class-bws-settings.php:730
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:733 class-bws-settings.php:920 deprecated.php:362
917
- #: deprecated.php:703
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:736 deprecated.php:694
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:751
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:756
939
  msgid "Manage License Settings"
940
  msgstr "Správa nastavení licencí"
941
 
942
- #: class-bws-settings.php:758
943
  msgid "Login to Client Area"
944
  msgstr "Přihlášení do klientská zóny"
945
 
946
- #: class-bws-settings.php:760
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:815 class-bws-settings.php:918 deprecated.php:141
955
- #: deprecated.php:360
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:817 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,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:819 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:821 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,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:826 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:834 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:1031 deprecated.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
991
  msgid "Please, enter Your license key"
992
  msgstr "Prosím, vložte váš licenční klíč"
993
 
994
- #: class-bws-settings.php:1043
995
  msgid "Need Help?"
996
  msgstr "Potřebujete pomoc?"
997
 
998
- #: class-bws-settings.php:1045
999
  msgid "Read the Instruction"
1000
  msgstr "Přečíst si instrukce"
1001
 
1002
- #: class-bws-settings.php:1049
1003
  msgid "Watch the Video"
1004
  msgstr "Přehrát video"
1005
 
1006
- #: class-bws-settings.php:1060
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,79 +1158,79 @@ 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:247
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:688
1041
  msgid "License key can be found in the"
1042
  msgstr "Licenční klíč najdete v"
1043
 
1044
- #: deprecated.php:251 deprecated.php:690
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:278
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:280 deprecated.php:669
1054
  msgid "Please, go to"
1055
  msgstr "Prosím, jděte na"
1056
 
1057
- #: deprecated.php:280 deprecated.php:669
1058
  msgid "the setting page"
1059
  msgstr "stránka nastavení"
1060
 
1061
- #: deprecated.php:281 deprecated.php:670
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:315
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:478
1070
  msgid "Restore all plugin settings to defaults"
1071
  msgstr "Obnovit veškerá nastavení pluginu na výchozí hodnoty"
1072
 
1073
- #: deprecated.php:480
1074
  msgid "Restore settings"
1075
  msgstr "Obnovit nastavení"
1076
 
1077
- #: deprecated.php:548 deprecated.php:575
1078
  #, php-format
1079
  msgid "File %s edited successfully."
1080
  msgstr "Soubor %s byl úspěšně upraven."
1081
 
1082
- #: deprecated.php:550 deprecated.php:577
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:580
1087
  msgid "Not enough permissions to create the file"
1088
  msgstr "Nedostatečná oprávnění pro vytvoření souboru"
1089
 
1090
- #: deprecated.php:624
1091
  msgid "Editing"
1092
  msgstr "Úprava"
1093
 
1094
- #: deprecated.php:667
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:677
1101
  msgid "Show Pro features"
1102
  msgstr "Zobrazit Pro vlastnosti"
1103
 
1104
- #: deprecated.php:684
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:686
1109
  msgid "version of the plugin."
1110
  msgstr "verze pluginu."
1111
 
@@ -1146,10 +1271,8 @@ msgid "SMM"
1146
  msgstr "SMM"
1147
 
1148
  #: product_list.php:22
1149
- msgid ""
1150
- "Protect WordPress website forms from spam entries by means of math logic."
1151
  msgstr ""
1152
- "Chraňte WordPress webové formuláře před spamem pomocí matematické logiky."
1153
 
1154
  #: product_list.php:32
1155
  msgid "Create your personal car rental/booking and reservation website."
@@ -1195,21 +1318,13 @@ msgstr "Přidávejte darovací tlačítka PayPal a 2CO pro příjem příspěvk
1195
 
1196
  #: product_list.php:103
1197
  msgid ""
1198
- "Automatically add outgoing email messages to queue instead of sending them "
1199
- "immediately."
1200
- msgstr ""
1201
- "Automaticky přidávejte odchozí e-mailové zprávy do fronty namísto jejich "
1202
- "okamžitého odesílání."
1203
-
1204
- #: product_list.php:110
1205
- msgid ""
1206
  "Get latest error log messages to diagnose website problems. Define and fix "
1207
  "issues faster."
1208
  msgstr ""
1209
  "Získejte nejnovější zprávy z error logu při diagnostice problémů s webem. "
1210
  "Definujte a opravte problémy rychleji."
1211
 
1212
- #: product_list.php:117
1213
  msgid ""
1214
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1215
  "widgets."
@@ -1217,7 +1332,7 @@ msgstr ""
1217
  "Přidávejte Facebooková tlačítka sledovat, to se mi líbí a sdílet do "
1218
  "WordPress příspěvků, stránek a widgetů."
1219
 
1220
- #: product_list.php:127
1221
  msgid ""
1222
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1223
  "clicks."
@@ -1225,15 +1340,7 @@ msgstr ""
1225
  "Přidávejte na váš WordPress web krásné galerie, alba a obrázky během "
1226
  "několika kliknutí."
1227
 
1228
- #: product_list.php:137
1229
- msgid ""
1230
- "Add unlimited gallery categories. Organize images to make the navigation "
1231
- "through content easier."
1232
- msgstr ""
1233
- "Přidávejte neomezený počet kategorií galerie. Organizujte obrázky pro "
1234
- "jednodušší orientaci v obsahu."
1235
-
1236
- #: product_list.php:144
1237
  msgid ""
1238
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1239
  "posts, pages and widgets."
@@ -1241,13 +1348,15 @@ msgstr ""
1241
  "Přidávejte Google +1 tlačítka sdílet, sledovat, Hangout a profile badge do "
1242
  "WordPress příspěvků, stránek a widgetů."
1243
 
1244
- #: product_list.php:154
1245
  msgid ""
1246
  "Stronger security solution which protects your WordPress website from hacks "
1247
  "and unauthorized login attempts."
1248
  msgstr ""
 
 
1249
 
1250
- #: product_list.php:164
1251
  msgid ""
1252
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1253
  "results, categories, tags, and widgets."
@@ -1255,13 +1364,13 @@ msgstr ""
1255
  "Přidávejte reklamy Adsense do webu WordPress, příspěvky, vlastní příspěvky, "
1256
  "výsledky vyhledávání, rubriky, štítky a widgety."
1257
 
1258
- #: product_list.php:174
1259
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1260
  msgstr ""
1261
  "Přidávejte Google Analytics kód do WordPress webu a sledujte základní "
1262
  "statistiky."
1263
 
1264
- #: product_list.php:184
1265
  msgid ""
1266
  "Protect WordPress website forms from spam entries with Google Captcha "
1267
  "(reCaptcha)."
@@ -1269,12 +1378,12 @@ msgstr ""
1269
  "Chraňte WordPress webové formuláře před spamem s Google Captcha (\"reCAPTCHA"
1270
  "\")."
1271
 
1272
- #: product_list.php:194
1273
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1274
  msgstr ""
1275
  "Přidávejte vlastní mapy Google do WordPress příspěvků, stránek a widgetů."
1276
 
1277
- #: product_list.php:204
1278
  msgid ""
1279
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1280
  "your blog."
@@ -1282,7 +1391,7 @@ msgstr ""
1282
  "Generujte a přidávejte sitemap.xml na vaše WordPress weby. Pomožte "
1283
  "vyhledávačům indexovat váš blog."
1284
 
1285
- #: product_list.php:214
1286
  msgid ""
1287
  "Replace external WordPress website links with Google shortlinks and track "
1288
  "click stats."
@@ -1290,7 +1399,7 @@ msgstr ""
1290
  "Nahradit externí odkazy WordPress webu pomocí Google shortlinks a sledujte "
1291
  "statistiky kliknutí."
1292
 
1293
- #: product_list.php:221
1294
  msgid ""
1295
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1296
  "hostnames, etc."
@@ -1298,7 +1407,7 @@ msgstr ""
1298
  "Chráňte WordPress web– povolte či odepřete přístup pro určité IP adresy, "
1299
  "hostnames, atd."
1300
 
1301
- #: product_list.php:231
1302
  msgid ""
1303
  "Create your personal job board and listing WordPress website. Search jobs, "
1304
  "submit CV/resumes, choose candidates."
@@ -1306,7 +1415,7 @@ msgstr ""
1306
  "Vytvořte si osobní nástěnku pracovních míst na WordPress webu. Hledání "
1307
  "zaměstnání, odeslání CV/životopisu, výběr kandidátů."
1308
 
1309
- #: product_list.php:238
1310
  msgid ""
1311
  "Protect WordPress website against brute force attacks. Limit rate of login "
1312
  "attempts."
@@ -1314,7 +1423,7 @@ msgstr ""
1314
  "Chraňte WordPress web proti útokům hrubou silou. Omezte počet pokusů o "
1315
  "přihlášení."
1316
 
1317
- #: product_list.php:248
1318
  msgid ""
1319
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1320
  "5 plugins included – profile, insider, etc."
@@ -1322,7 +1431,7 @@ msgstr ""
1322
  "Přidávejte LinkedIn tlačítka sdílet a sledovat do WordPress příspěvků, "
1323
  "stránek a widgetů. 5 pluginů zahrnuje - profil, insider, atd."
1324
 
1325
- #: product_list.php:258
1326
  msgid ""
1327
  "Translate WordPress website content to other languages manually. Create "
1328
  "multilingual pages, posts, widgets, menus, etc."
@@ -1330,7 +1439,7 @@ msgstr ""
1330
  "Přeložte manuálně obsah webu WordPress do jiných jazyků. Vytvořte "
1331
  "vícejazyčné stránky, příspěvky, widgety, menu, atd."
1332
 
1333
- #: product_list.php:268
1334
  msgid ""
1335
  "Add customizable pagination to WordPress website. Split long content to "
1336
  "multiple pages for better navigation."
@@ -1338,7 +1447,7 @@ msgstr ""
1338
  "Přidávejte nastavitelné stránkování na web WordPress. Pro lepší navigaci "
1339
  "rozdělte dlouhý obsah na více stránek."
1340
 
1341
- #: product_list.php:278
1342
  msgid ""
1343
  "Generate PDF files and print WordPress posts/pages. Customize document "
1344
  "header/footer styles and appearance."
@@ -1346,7 +1455,7 @@ msgstr ""
1346
  "Generujte PDF soubory a tiskněte WordPress příspěvky/stránky. Vlastní "
1347
  "záhlaví/zápatí dokumentu, styly a vzhled."
1348
 
1349
- #: product_list.php:288
1350
  msgid ""
1351
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1352
  "Profile) to WordPress posts, pages and widgets."
@@ -1354,7 +1463,7 @@ msgstr ""
1354
  "Přidávejte Pinterest tlačítka sledovat a připnout a profilový widget (Pin, "
1355
  "Board, Profile) do WordPress příspěvků, stránek a widgetů."
1356
 
1357
- #: product_list.php:298
1358
  msgid ""
1359
  "Create your personal portfolio WordPress website. Manage and showcase past "
1360
  "projects to get more clients."
@@ -1362,13 +1471,13 @@ msgstr ""
1362
  "Vytvořte si osobní portfolio WordPress webů. Spravujte a představte své "
1363
  "nedávné projekty a získejte více klientů."
1364
 
1365
- #: product_list.php:308
1366
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1367
  msgstr ""
1368
  "Exportujte snadno vaše WordPress příspěvky do souboru formátu CSV. "
1369
  "Konfigurujte pořadí dat."
1370
 
1371
- #: product_list.php:315
1372
  msgid ""
1373
  "Add extra fields to default WordPress user profile. The easiest way to "
1374
  "create and manage additional custom values."
@@ -1376,7 +1485,7 @@ msgstr ""
1376
  "Přidávejte další pole do výchozího profilu uživatele WordPress. "
1377
  "Nejjednodušší způsob, jak vytvořit a spravovat vlastní hodnoty."
1378
 
1379
- #: product_list.php:322
1380
  msgid ""
1381
  "Add and display HTML advertisement banner on WordPress website. Customize "
1382
  "bar styles and appearance."
@@ -1384,7 +1493,7 @@ msgstr ""
1384
  "Přidávejte a zobrazujte HTML reklamní banner na webu WordPress. Úpravte styl "
1385
  "a vzhled lišt."
1386
 
1387
- #: product_list.php:332
1388
  msgid ""
1389
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1390
  "widgets."
@@ -1392,7 +1501,7 @@ msgstr ""
1392
  "Přidávejte přizpůsobitelné nabídky a bloky s tipy do WordPress příspěvků, "
1393
  "stránek a widgetů."
1394
 
1395
- #: product_list.php:339
1396
  msgid ""
1397
  "Add rating plugin to your WordPress website to receive feedback from your "
1398
  "customers."
@@ -1400,7 +1509,7 @@ msgstr ""
1400
  "Přidávejte do vašeho WordPress webu plugin hodnocení k získání zpětné vazby "
1401
  "od vašich zákazníků."
1402
 
1403
- #: product_list.php:346
1404
  msgid ""
1405
  "Create your personal real estate WordPress website. Sell, rent and buy "
1406
  "properties. Add, search and browse listings easily."
@@ -1409,15 +1518,7 @@ msgstr ""
1409
  "pronajímejte a kupujte nemovitosti. Snadno přidejte hledání a procházení "
1410
  "seznamy."
1411
 
1412
- #: product_list.php:356
1413
- msgid ""
1414
- "Attach, un-attach and re-attach media files quickly to WordPress posts and "
1415
- "pages."
1416
- msgstr ""
1417
- "Připojujte, odpojujte a znovu připojujte mediální soubory do WordPress "
1418
- "příspěvků a stránek."
1419
-
1420
- #: product_list.php:363
1421
  msgid ""
1422
  "Add related, featured, latest, and popular posts to your WordPress website. "
1423
  "Connect your blog readers with a relevant content."
@@ -1425,7 +1526,7 @@ msgstr ""
1425
  "Přidávejte související, nejlepší, nejnovější a populární příspěvky do vašeho "
1426
  "WordPress webu. Propojte čtenáře vašeho blogu s příslušným obsahem."
1427
 
1428
- #: product_list.php:370
1429
  msgid ""
1430
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1431
  "settings and detailed reports."
@@ -1433,7 +1534,7 @@ msgstr ""
1433
  "Odesílejte hromadné e-maily WordPress uživatelům. Vlastní šablony, rozšířené "
1434
  "nastavení a podrobné reporty."
1435
 
1436
- #: product_list.php:380
1437
  msgid ""
1438
  "The best responsive slider plugin for your WordPress website. Create "
1439
  "beautifully animated slides just in a few clicks."
@@ -1441,7 +1542,7 @@ msgstr ""
1441
  "Nejlepší responzivní slider plugin pro váše WordPress web. Vytvořte krásné "
1442
  "animované snímky během pár kliknutí."
1443
 
1444
- #: product_list.php:387
1445
  msgid ""
1446
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1447
  "Yahoo, Hotmail and other services."
@@ -1449,7 +1550,7 @@ msgstr ""
1449
  "Konfigurujte SMTP server pro příjem e-mailových zpráv z WordPress na Gmail, "
1450
  "Yahoo, Hotmail a dalších službách."
1451
 
1452
- #: product_list.php:394
1453
  msgid ""
1454
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1455
  "FB, Twitter, G+1, Pinterest, LinkedIn."
@@ -1457,7 +1558,7 @@ msgstr ""
1457
  "Přidávejte tlačítka sociálních sítí a widgety do WordPress příspěvků, "
1458
  "stránek a widgetů. Facebook, Twitter, G+1, Pinterest, LinkedIn."
1459
 
1460
- #: product_list.php:404
1461
  msgid ""
1462
  "Add social media login, registration, and commenting to your WordPress "
1463
  "website."
@@ -1465,7 +1566,7 @@ msgstr ""
1465
  "Přidávejte na váš WordPress web login, registraci či komentáře "
1466
  "prostřednictvím sociálních sítí."
1467
 
1468
- #: product_list.php:411
1469
  msgid ""
1470
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1471
  "Collect data and subscribe your users."
@@ -1474,7 +1575,7 @@ msgstr ""
1474
  "příspěvků, stránek a widgetů. Shromažďujte data a přihlaste k odběru vaše "
1475
  "uživatele."
1476
 
1477
- #: product_list.php:421
1478
  msgid ""
1479
  "Add testimonials and feedbacks from your customers to WordPress website "
1480
  "posts, pages, and widgets."
@@ -1482,7 +1583,7 @@ msgstr ""
1482
  "Přidávejte potvrzení a zpětnou vazbu od vašich zákazníků do WordPress "
1483
  "příspěvků, stránek a widgetů."
1484
 
1485
- #: product_list.php:428
1486
  msgid ""
1487
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1488
  "attendance and generate reports."
@@ -1490,7 +1591,7 @@ msgstr ""
1490
  "Nejlepší timesheet plugin pro WordPress. Sledujte časy zaměstnanců, "
1491
  "kontrolujte jejich přítomnost a generujte sestavy."
1492
 
1493
- #: product_list.php:438
1494
  msgid ""
1495
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1496
  "and pages."
@@ -1498,7 +1599,7 @@ msgstr ""
1498
  "Přidávejte Twitter tlačítka sledovat, twítnout a zmínit do WordPress "
1499
  "příspěvků a stránek."
1500
 
1501
- #: product_list.php:448
1502
  msgid ""
1503
  "Automatically check and update WordPress website core with all installed "
1504
  "plugins and themes to the latest versions."
@@ -1506,7 +1607,7 @@ msgstr ""
1506
  "Automaticky kontrolujte a aktualizujte na nejnovější verzi WordPress jádro i "
1507
  "všechny nainstalované pluginy a šablony."
1508
 
1509
- #: product_list.php:458
1510
  msgid ""
1511
  "Powerful user role management plugin for WordPress website. Create, edit, "
1512
  "copy, and delete user roles."
@@ -1514,7 +1615,7 @@ msgstr ""
1514
  "Plugin robustní správy užiatelů pro WordPress web. Vytvářejte, upravujte, "
1515
  "kopírujte a odstraňujte uživatelské role."
1516
 
1517
- #: product_list.php:468
1518
  msgid ""
1519
  "Display live count of online visitors who are currently browsing your "
1520
  "WordPress website."
@@ -1522,7 +1623,7 @@ msgstr ""
1522
  "Zobrazujte počet aktivních online návštěvníků, kteří dané chvíli procházejí "
1523
  "váš WordPress web."
1524
 
1525
- #: product_list.php:478
1526
  msgid ""
1527
  "Backup and export Zendesk Help Center content automatically to your "
1528
  "WordPress website database."
@@ -1530,6 +1631,58 @@ msgstr ""
1530
  "Automaticky zálohujte a exportujte obsah centra nápovědy Zendesk do databáze "
1531
  "vašeho WordPress webu."
1532
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1533
  #~ msgid "Advertisement"
1534
  #~ msgstr "Reklama"
1535
 
@@ -1547,6 +1700,3 @@ msgstr ""
1547
 
1548
  #~ msgid "Utilities"
1549
  #~ msgstr "Utility"
1550
-
1551
- #~ msgid "Other"
1552
- #~ 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 &#187;"
746
  msgstr "Odeslat na vlastní e-mail &#187;"
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
 
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."
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."
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."
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."
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."
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)."
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."
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."
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."
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."
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."
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."
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."
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."
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."
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."
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."
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."
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."
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."
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."
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."
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."
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."
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."
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."
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."
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."
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."
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."
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."
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."
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."
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."
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."
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."
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"
1688
 
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 &#8220;headers already sent&#8221; "
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 &#8220;headers already sent&#8221;, "
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 &#187;"
740
+ msgstr "Enviar al correo electrónico personalizado &#187;"
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-06-08 15:43+0300\n"
6
- "PO-Revision-Date: 2017-06-08 15:43+0300\n"
7
  "Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
@@ -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:72 bws_functions.php:190
21
  msgid "requires"
22
  msgstr "obligatoire"
23
 
24
- #: bws_functions.php:74
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:75
33
  msgid "Back to the WordPress"
34
  msgstr "Retour à WordPress"
35
 
36
- #: bws_functions.php:77
37
  msgid "Plugins page"
38
  msgstr "Page des extensions"
39
 
40
- #: bws_functions.php:91
41
  msgid "Like the plugin?"
42
  msgstr "Voter pour l'extension"
43
 
44
  #: bws_functions.php:93
 
 
 
 
 
45
  msgid "Rate it"
46
  msgstr "Notez là"
47
 
48
- #: bws_functions.php:102
49
  msgid "Need help?"
50
  msgstr "Besoin d'aide ?"
51
 
52
- #: bws_functions.php:103 bws_functions.php:907 class-bws-settings.php:1047
53
  msgid "Visit Help Center"
54
  msgstr "Visiter le site du support"
55
 
56
- #: bws_functions.php:106
57
  msgid "Want to support the plugin?"
58
  msgstr "Voter pour l'extension"
59
 
60
- #: bws_functions.php:107 bws_menu.php:553
61
  msgid "Donate"
62
  msgstr "Don"
63
 
64
- #: bws_functions.php:127
65
  msgid "WARNING: Illegal use notification"
66
  msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
67
 
68
- #: bws_functions.php:127
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 you personal Client Area. "
72
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
73
- "the Pro plugin will be deactivated."
74
- msgstr ""
75
- "Vous ne pouvez utilisez qu'une licence de la version Pro de l'extension pour "
76
- "un seul domaine. Merci de vérifier et de modifier votre licence ou votre "
77
- "domaine si nécessaire en utilisant votre zone client. Nous vous recommandons "
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:144
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&nbsp;:Votre licence d'évaluation est terminée. Pour continuer à "
92
  "utiliser cette extension, vous devez acheter une licence PRO."
93
 
94
- #: bws_functions.php:146
95
  msgid ""
96
  "Your license has expired. To continue getting top-priority support and "
97
  "plugin updates, you should extend it."
@@ -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:146 bws_functions.php:382 deprecated.php:584
103
  msgid "Learn more"
104
  msgstr "En savoir plus"
105
 
106
- #: bws_functions.php:164
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:166
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:169
117
  msgid "The Pro Trial license will expire on"
118
  msgstr "La licence PRO d'évaluation expirera le"
119
 
120
- #: bws_functions.php:192
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:207
129
  #, php-format
130
  msgid "Thank you for installing %s plugin!"
131
  msgstr ""
132
 
133
- #: bws_functions.php:208
134
  msgid "Let's get started"
135
  msgstr "Démarrer"
136
 
137
- #: bws_functions.php:209 bws_functions.php:242 bws_menu.php:557
138
- #: bws_menu.php:559
139
  msgid "Settings"
140
  msgstr "Réglages"
141
 
142
- #: bws_functions.php:211 bws_menu.php:328 class-bws-settings.php:736
143
- #: class-bws-settings.php:1049 class-bws-settings.php:1059 deprecated.php:694
144
  msgid "or"
145
  msgstr "ou"
146
 
147
- #: bws_functions.php:212 bws_functions.php:244
148
  msgid "Add New"
149
  msgstr "Ajouter"
150
 
151
- #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
152
- #: bws_functions.php:378 bws_functions.php:480
153
  msgid "Close notice"
154
  msgstr "Effacer l'avertissement"
155
 
156
- #: bws_functions.php:231
157
  msgid "Thank you for installing plugins by BestWebSoft!"
158
  msgstr "Merci d'avoir installé des extensions de BestWebSoft!"
159
 
160
- #: bws_functions.php:233
161
  msgid "More Details"
162
  msgstr "Plus de détails"
163
 
164
- #: bws_functions.php:234
165
  msgid "Less Details"
166
  msgstr "Moins de détails"
167
 
168
- #: bws_functions.php:262
169
  msgid "Deprecated function(-s) is used on the site here:"
170
  msgstr "Une ou des fonction(s) obsolètes sont utilisées sur ce site ici&nbsp;:"
171
 
172
- #: bws_functions.php:276
173
  msgid ""
174
  "This function(-s) will be removed over time. Please update the product(-s)."
175
  msgstr ""
176
  "Ces fonctions seront supprimées rapidement. Merci de mettre à jour vos "
177
  "produits."
178
 
179
- #: bws_functions.php:335
180
  msgid "It’s time to upgrade your"
181
  msgstr "C'est le moment de mettre à jour votre "
182
 
183
- #: bws_functions.php:335
184
  msgid "to"
185
  msgstr "à"
186
 
187
- #: bws_functions.php:335
188
  msgid "version!"
189
  msgstr "version"
190
 
191
- #: bws_functions.php:336
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:382
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:475
207
  #, php-format
208
  msgid "Thank you for choosing %s plugin!"
209
  msgstr ""
210
 
211
- #: bws_functions.php:476
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:477
220
  msgid "Suggest a Feature"
221
  msgstr "Proposer une fonctionnalité"
222
 
223
- #: bws_functions.php:493 class-bws-settings.php:533 class-bws-settings.php:536
224
- #: class-bws-settings.php:584 class-bws-settings.php:587
225
  msgid "Notice"
226
  msgstr "Avertissement"
227
 
228
- #: bws_functions.php:493
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:494 class-bws-settings.php:182 class-bws-settings.php:202
233
- #: deprecated.php:640
234
  msgid "Save Changes"
235
  msgstr "Enregistrer les modifications"
236
 
237
- #: bws_functions.php:508
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:629
246
  msgid "Add BWS Shortcode"
247
  msgstr ""
248
 
249
- #: bws_functions.php:630
250
  msgid "Add BWS Plugins Shortcode"
251
  msgstr "Ajouter le code court de l'extension BWS"
252
 
253
- #: bws_functions.php:649
254
  msgid "Add shortcode"
255
  msgstr "Ajouter le code court"
256
 
257
- #: bws_functions.php:649
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:695
262
  msgid "Close"
263
  msgstr "Fermer"
264
 
265
- #: bws_functions.php:787
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:790
270
  msgid "Yes, restore all settings"
271
  msgstr "Oui, remettre les valeurs par défaut"
272
 
273
- #: bws_functions.php:791
274
  msgid "No, go back to the settings page"
275
  msgstr "Non, retourner à la page des paramètres"
276
 
277
- #: bws_functions.php:833
278
  msgid "Plugin"
279
  msgstr "Extension"
280
 
281
- #: bws_functions.php:842
282
  msgid "Shortcode settings"
283
  msgstr "Paramètres du code court"
284
 
285
- #: bws_functions.php:847
286
  msgid "The shortcode will be inserted"
287
  msgstr "Le code court sera inséré"
288
 
289
- #: bws_functions.php:852
290
- msgid "Insert"
291
- msgstr "Insérer"
292
-
293
- #: bws_functions.php:912
294
  msgid "FAQ"
295
  msgstr "FAQ"
296
 
297
- #: bws_functions.php:918
298
  msgid "For more information:"
299
  msgstr "Pour plus d'informations&nbsp;:"
300
 
301
- #: bws_functions.php:919
302
  msgid "Documentation"
303
  msgstr "Documentation"
304
 
305
- #: bws_functions.php:920
306
  msgid "Video Instructions"
307
  msgstr "Vidéo explicative"
308
 
309
- #: bws_functions.php:921
310
  msgid "Submit a Request"
311
  msgstr "Soumettre une requête"
312
 
313
- #: bws_menu.php:101 class-bws-settings.php:781 deprecated.php:322
314
  msgid "Wrong license key"
315
  msgstr "Clé de licence incorrecte"
316
 
317
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
318
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
319
- #: deprecated.php:352
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:807 class-bws-settings.php:874
329
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
330
- #: deprecated.php:352
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:813 class-bws-settings.php:916
335
- #: deprecated.php:139 deprecated.php:358
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:334 deprecated.php:261
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 class-bws-settings.php:922 deprecated.php:364
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:924 deprecated.php:366
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:828 deprecated.php:153
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:831 deprecated.php:156
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 activated successfully."
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:996 deprecated.php:435
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:264
543
- msgid "Email with system info is sent to"
544
- msgstr "Le courriel avec les informations système est envoyé à"
 
545
 
546
- #: bws_menu.php:268
547
  msgid "Thank you for contacting us."
548
  msgstr "Merci de nous avoir contacté."
549
 
550
- #: bws_menu.php:291
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:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
555
  msgid "Plugins"
556
  msgstr "Extensions"
557
 
558
- #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
559
  msgid "Themes"
560
  msgstr "Thèmes"
561
 
562
- #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
563
  msgid "System status"
564
  msgstr "Etat du système"
565
 
566
- #: bws_menu.php:317
567
  msgid "Support"
568
  msgstr "Support"
569
 
570
- #: bws_menu.php:318
571
  msgid "Manage purchased licenses & subscriptions"
572
  msgstr "Gérer les licences et les adhésions"
573
 
574
- #: bws_menu.php:326
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:328
580
  msgid "Subscribe to Pro Membership"
581
  msgstr "Souscrire une adhésion PRO"
582
 
583
- #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:749
584
  #: deprecated.php:227
585
  msgid "Check license key"
586
  msgstr "Vérifier la clé de licence"
587
 
588
- #: bws_menu.php:339
589
  msgid "Enter your license key"
590
  msgstr "Merci de saisir votre clé de licence"
591
 
592
- #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
593
- #: class-bws-settings.php:728 deprecated.php:259 deprecated.php:267
594
- #: deprecated.php:629 deprecated.php:700 deprecated.php:709
595
  msgid "Activate"
596
  msgstr "Activé"
597
 
598
- #: bws_menu.php:361
599
  msgid "Upload Plugin"
600
  msgstr "Charger l'extension"
601
 
602
- #: bws_menu.php:365
603
  #, php-format
604
  msgid ""
605
  "The plugin generated %d characters of <strong>unexpected output</strong> "
@@ -612,7 +608,7 @@ msgstr ""
612
  "sent&#8221;, 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:367
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:370
624
  msgid "Plugin <strong>activated</strong>."
625
  msgstr "Extension <strong>activée</strong>."
626
 
627
- #: bws_menu.php:377
628
  msgid "Installing Plugin"
629
  msgstr "Extensions installées"
630
 
631
- #: bws_menu.php:383
632
  msgid "Downloading install package from"
633
  msgstr "Télécharger le paquet d'installation depuis"
634
 
635
- #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
636
- #: class-bws-settings.php:948 class-bws-settings.php:970
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:408
645
  msgid "Unpacking the package"
646
  msgstr "Décompresser le paquet"
647
 
648
- #: bws_menu.php:413 bws_menu.php:421
649
  msgid "Installing the plugin"
650
  msgstr "Installer l'extension"
651
 
652
- #: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
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:424 class-bws-settings.php:966 deprecated.php:405
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:427
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:434 class-bws-settings.php:973 deprecated.php:412
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:439
678
  msgid "Activate Plugin"
679
  msgstr "Activer l'extension"
680
 
681
- #: bws_menu.php:439 bws_menu.php:445
682
  msgid "Return to BestWebSoft Panel"
683
  msgstr "Retourner à l'administration BestWebSoft"
684
 
685
- #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
686
  msgid "All"
687
  msgstr "Tous"
688
 
689
- #: bws_menu.php:450 bws_menu.php:650
690
  msgid "Installed"
691
  msgstr "Installé"
692
 
693
- #: bws_menu.php:451
694
  msgid "Not Installed"
695
  msgstr "Non installé"
696
 
697
- #: bws_menu.php:457
698
  msgid "Filter results"
699
  msgstr "Filtrer les résultats"
700
 
701
- #: bws_menu.php:460 bws_menu.php:589
702
  msgid "Category"
703
  msgstr "Catégorie"
704
 
705
- #: bws_menu.php:524
706
  msgid "Not installed"
707
  msgstr "Non installé"
708
 
709
- #: bws_menu.php:528
710
  msgid "Renew to get updates"
711
  msgstr "Se réabonner pour avoir les mises à jour"
712
 
713
- #: bws_menu.php:531
714
  #, php-format
715
  msgid "Update to v %s"
716
  msgstr "Mettre à jour avec la version %s"
717
 
718
- #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
719
  msgid "Install Now"
720
  msgstr "Installer maintenant"
721
 
722
- #: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
723
  msgid "Upgrade to Pro"
724
  msgstr "Passer à la version PRO"
725
 
726
- #: bws_menu.php:563 bws_menu.php:572
727
  msgid "Activate this plugin"
728
  msgstr "Activer cette extension"
729
 
730
- #: bws_menu.php:575
731
  msgid "Install this plugin"
732
  msgstr "Installer cette extension"
733
 
734
- #: bws_menu.php:584
735
  msgid "Nothing found. Try another criteria."
736
  msgstr "Pas de réponse. essayer d'autres critères."
737
 
738
- #: bws_menu.php:621 bws_menu.php:641
739
  #, php-format
740
  msgid "By %s"
741
  msgstr "Par %s"
742
 
743
- #: bws_menu.php:648
744
  msgid "Already Installed"
745
  msgstr "Déjà installé"
746
 
747
- #: bws_menu.php:659
748
- msgid "Browse Free WordPress Themes"
749
- msgstr "Parcourir les thèmes gratuits pour WordPress"
750
 
751
- #: bws_menu.php:668
752
  msgid "Send to support"
753
  msgstr "Envoyé au support"
754
 
755
- #: bws_menu.php:675
756
  msgid "Send to custom email &#187;"
757
  msgstr "Envoyer un e-mail spécifique &#187;"
758
 
759
- #: class-bws-settings.php:135
760
  msgid "Information"
761
  msgstr "Information"
762
 
763
- #: class-bws-settings.php:143
764
  msgid "Inactive"
765
  msgstr "Inactive"
766
 
767
- #: class-bws-settings.php:151
768
  msgid "Expired"
769
  msgstr "Expiré"
770
 
771
- #: class-bws-settings.php:154
772
  #, php-format
773
  msgid "%s day(-s) left"
774
  msgstr "%s jour(s) restant"
775
 
776
- #: class-bws-settings.php:160
777
  #, php-format
778
  msgid "Expired on %s"
779
  msgstr "Terminer le %s"
780
 
781
- #: class-bws-settings.php:160
782
  msgid "Renew Now"
783
  msgstr "Renouveler maintenant"
784
 
785
- #: class-bws-settings.php:162
786
  msgid "Active"
787
  msgstr "Activé"
788
 
789
- #: class-bws-settings.php:167
790
  msgid "License"
791
  msgstr "Licence"
792
 
793
- #: class-bws-settings.php:170
794
  msgid "Status"
795
  msgstr "Etat"
796
 
797
- #: class-bws-settings.php:174
798
  msgid "Version"
799
  msgstr "Version"
800
 
801
- #: class-bws-settings.php:282
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:420
806
  msgid "Custom Code"
807
  msgstr "Code personnalisé"
808
 
809
- #: class-bws-settings.php:424 deprecated.php:497
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:429 deprecated.php:618
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:432 deprecated.php:620
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:435
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:443 deprecated.php:644
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:453 deprecated.php:626
842
  msgid "Browsing"
843
  msgstr "Parcourir"
844
 
845
- #: class-bws-settings.php:457
846
  #, php-format
847
  msgid "Activate custom %s code."
848
  msgstr "Activer le code personnalisé %s."
849
 
850
- #: class-bws-settings.php:464 deprecated.php:633
851
  #, php-format
852
  msgid "Learn more about %s"
853
  msgstr "En savoir plus sur %s"
854
 
855
- #: class-bws-settings.php:524
856
  msgid "Miscellaneous Settings"
857
  msgstr "Paramètres divers"
858
 
859
- #: class-bws-settings.php:533 class-bws-settings.php:584
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:536 class-bws-settings.php:587
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:545
877
  msgid "Pro Options"
878
  msgstr "Options Pro"
879
 
880
- #: class-bws-settings.php:548
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:553
885
  msgid "Track Usage"
886
  msgstr "Suivi de l'utilisation"
887
 
888
- #: class-bws-settings.php:556
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:560
896
  msgid "Default Settings"
897
  msgstr "Réglages par défauts"
898
 
899
- #: class-bws-settings.php:562
900
  msgid "Restore Settings"
901
  msgstr "Remettre les paramètres"
902
 
903
- #: class-bws-settings.php:563
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:575
908
  msgid "Import / Export"
909
  msgstr "Importer / Exporter"
910
 
911
- #: class-bws-settings.php:691 class-bws-settings.php:724
912
- #: class-bws-settings.php:746
913
  msgid "License Key"
914
  msgstr "Clé de licence"
915
 
916
- #: class-bws-settings.php:714
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:715
922
  #, php-format
923
  msgid "You will be automatically redirected to the %s in %s seconds."
924
  msgstr ""
925
 
926
- #: class-bws-settings.php:715
927
  msgid "Settings page"
928
  msgstr "Page des paramètres"
929
 
930
- #: class-bws-settings.php:730
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:733 class-bws-settings.php:920 deprecated.php:362
938
- #: deprecated.php:703
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:736 deprecated.php:694
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:751
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:756
960
  msgid "Manage License Settings"
961
  msgstr "Gérer les paramètres de licence"
962
 
963
- #: class-bws-settings.php:758
964
  msgid "Login to Client Area"
965
  msgstr "Se connecter à l'espace client"
966
 
967
- #: class-bws-settings.php:760
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:815 class-bws-settings.php:918 deprecated.php:141
976
- #: deprecated.php:360
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:817 deprecated.php:143
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:819 deprecated.php:145
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:821 deprecated.php:147
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:826 deprecated.php:151
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:834 deprecated.php:159 deprecated.php:246
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:1031 deprecated.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1016
  msgid "Please, enter Your license key"
1017
  msgstr "Merci de saisir votre clé de licence"
1018
 
1019
- #: class-bws-settings.php:1043
1020
  msgid "Need Help?"
1021
  msgstr "Besoin d'aide ?"
1022
 
1023
- #: class-bws-settings.php:1045
1024
  msgid "Read the Instruction"
1025
  msgstr "Lire les instructions"
1026
 
1027
- #: class-bws-settings.php:1049
1028
  msgid "Watch the Video"
1029
  msgstr "Regarder la vidéo"
1030
 
1031
- #: class-bws-settings.php:1060
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:247
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:688
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:690
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:278
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:280 deprecated.php:669
1084
  msgid "Please, go to"
1085
  msgstr "Merci d’aller à"
1086
 
1087
- #: deprecated.php:280 deprecated.php:669
1088
  msgid "the setting page"
1089
  msgstr "Options supplémentaires"
1090
 
1091
- #: deprecated.php:281 deprecated.php:670
1092
  msgid "You will be redirected automatically in 5 seconds."
1093
  msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
1094
 
1095
- #: deprecated.php:315
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:478
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:480
1105
  msgid "Restore settings"
1106
  msgstr "Remettre les paramètres"
1107
 
1108
- #: deprecated.php:548 deprecated.php:575
1109
  #, php-format
1110
  msgid "File %s edited successfully."
1111
  msgstr "Le fichier %s a été modifié avec succès."
1112
 
1113
- #: deprecated.php:550 deprecated.php:577
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:580
1118
  msgid "Not enough permissions to create the file"
1119
  msgstr "Pas assez de droits pour créer le fichier"
1120
 
1121
- #: deprecated.php:624
1122
  msgid "Editing"
1123
  msgstr "Modifier"
1124
 
1125
- #: deprecated.php:667
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:677
1134
  msgid "Show Pro features"
1135
  msgstr "Voir les fonctionnalités de la version PRO"
1136
 
1137
- #: deprecated.php:684
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:686
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,256 +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:117
1234
  msgid ""
1235
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1236
  "widgets."
1237
  msgstr ""
1238
 
1239
- #: product_list.php:127
1240
  msgid ""
1241
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1242
  "clicks."
1243
  msgstr ""
1244
 
1245
- #: product_list.php:137
1246
- msgid ""
1247
- "Add unlimited gallery categories. Organize images to make the navigation "
1248
- "through content easier."
1249
- msgstr ""
1250
-
1251
- #: product_list.php:144
1252
  msgid ""
1253
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1254
  "posts, pages and widgets."
1255
  msgstr ""
1256
 
1257
- #: product_list.php:154
1258
  msgid ""
1259
  "Stronger security solution which protects your WordPress website from hacks "
1260
  "and unauthorized login attempts."
1261
  msgstr ""
1262
 
1263
- #: product_list.php:164
1264
  msgid ""
1265
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1266
  "results, categories, tags, and widgets."
1267
  msgstr ""
1268
 
1269
- #: product_list.php:174
1270
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1271
  msgstr ""
1272
 
1273
- #: product_list.php:184
1274
  msgid ""
1275
  "Protect WordPress website forms from spam entries with Google Captcha "
1276
  "(reCaptcha)."
1277
  msgstr ""
1278
 
1279
- #: product_list.php:194
1280
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1281
  msgstr ""
1282
 
1283
- #: product_list.php:204
1284
  msgid ""
1285
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1286
  "your blog."
1287
  msgstr ""
1288
 
1289
- #: product_list.php:214
1290
  msgid ""
1291
  "Replace external WordPress website links with Google shortlinks and track "
1292
  "click stats."
1293
  msgstr ""
1294
 
1295
- #: product_list.php:221
1296
  msgid ""
1297
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1298
  "hostnames, etc."
1299
  msgstr ""
1300
 
1301
- #: product_list.php:231
1302
  msgid ""
1303
  "Create your personal job board and listing WordPress website. Search jobs, "
1304
  "submit CV/resumes, choose candidates."
1305
  msgstr ""
1306
 
1307
- #: product_list.php:238
1308
  msgid ""
1309
  "Protect WordPress website against brute force attacks. Limit rate of login "
1310
  "attempts."
1311
  msgstr ""
1312
 
1313
- #: product_list.php:248
1314
  msgid ""
1315
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1316
  "5 plugins included – profile, insider, etc."
1317
  msgstr ""
1318
 
1319
- #: product_list.php:258
1320
  msgid ""
1321
  "Translate WordPress website content to other languages manually. Create "
1322
  "multilingual pages, posts, widgets, menus, etc."
1323
  msgstr ""
1324
 
1325
- #: product_list.php:268
1326
  msgid ""
1327
  "Add customizable pagination to WordPress website. Split long content to "
1328
  "multiple pages for better navigation."
1329
  msgstr ""
1330
 
1331
- #: product_list.php:278
1332
  msgid ""
1333
  "Generate PDF files and print WordPress posts/pages. Customize document "
1334
  "header/footer styles and appearance."
1335
  msgstr ""
1336
 
1337
- #: product_list.php:288
1338
  msgid ""
1339
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1340
  "Profile) to WordPress posts, pages and widgets."
1341
  msgstr ""
1342
 
1343
- #: product_list.php:298
1344
  msgid ""
1345
  "Create your personal portfolio WordPress website. Manage and showcase past "
1346
  "projects to get more clients."
1347
  msgstr ""
1348
 
1349
- #: product_list.php:308
1350
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1351
  msgstr ""
1352
 
1353
- #: product_list.php:315
1354
  msgid ""
1355
  "Add extra fields to default WordPress user profile. The easiest way to "
1356
  "create and manage additional custom values."
1357
  msgstr ""
1358
 
1359
- #: product_list.php:322
1360
  msgid ""
1361
  "Add and display HTML advertisement banner on WordPress website. Customize "
1362
  "bar styles and appearance."
1363
  msgstr ""
1364
 
1365
- #: product_list.php:332
1366
  msgid ""
1367
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1368
  "widgets."
1369
  msgstr ""
1370
 
1371
- #: product_list.php:339
1372
  msgid ""
1373
  "Add rating plugin to your WordPress website to receive feedback from your "
1374
  "customers."
1375
  msgstr ""
1376
 
1377
- #: product_list.php:346
1378
  msgid ""
1379
  "Create your personal real estate WordPress website. Sell, rent and buy "
1380
  "properties. Add, search and browse listings easily."
1381
  msgstr ""
1382
 
1383
- #: product_list.php:356
1384
- msgid ""
1385
- "Attach, un-attach and re-attach media files quickly to WordPress posts and "
1386
- "pages."
1387
- msgstr ""
1388
-
1389
- #: product_list.php:363
1390
  msgid ""
1391
  "Add related, featured, latest, and popular posts to your WordPress website. "
1392
  "Connect your blog readers with a relevant content."
1393
  msgstr ""
1394
 
1395
- #: product_list.php:370
1396
  msgid ""
1397
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1398
  "settings and detailed reports."
1399
  msgstr ""
1400
 
1401
- #: product_list.php:380
1402
  msgid ""
1403
  "The best responsive slider plugin for your WordPress website. Create "
1404
  "beautifully animated slides just in a few clicks."
1405
  msgstr ""
1406
 
1407
- #: product_list.php:387
1408
  msgid ""
1409
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1410
  "Yahoo, Hotmail and other services."
1411
  msgstr ""
1412
 
1413
- #: product_list.php:394
1414
  msgid ""
1415
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1416
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1417
  msgstr ""
1418
 
1419
- #: product_list.php:404
1420
  msgid ""
1421
  "Add social media login, registration, and commenting to your WordPress "
1422
  "website."
1423
  msgstr ""
1424
 
1425
- #: product_list.php:411
1426
  msgid ""
1427
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1428
  "Collect data and subscribe your users."
1429
  msgstr ""
1430
 
1431
- #: product_list.php:421
1432
  msgid ""
1433
  "Add testimonials and feedbacks from your customers to WordPress website "
1434
  "posts, pages, and widgets."
1435
  msgstr ""
1436
 
1437
- #: product_list.php:428
1438
  msgid ""
1439
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1440
  "attendance and generate reports."
1441
  msgstr ""
1442
 
1443
- #: product_list.php:438
1444
  msgid ""
1445
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1446
  "and pages."
1447
  msgstr ""
1448
 
1449
- #: product_list.php:448
1450
  msgid ""
1451
  "Automatically check and update WordPress website core with all installed "
1452
  "plugins and themes to the latest versions."
1453
  msgstr ""
1454
 
1455
- #: product_list.php:458
1456
  msgid ""
1457
  "Powerful user role management plugin for WordPress website. Create, edit, "
1458
  "copy, and delete user roles."
1459
  msgstr ""
1460
 
1461
- #: product_list.php:468
1462
  msgid ""
1463
  "Display live count of online visitors who are currently browsing your "
1464
  "WordPress website."
1465
  msgstr ""
1466
 
1467
- #: product_list.php:478
1468
  msgid ""
1469
  "Backup and export Zendesk Help Center content automatically to your "
1470
  "WordPress website database."
1471
  msgstr ""
1472
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1473
  #~ msgid "Advertisement"
1474
  #~ msgstr "Publicité"
1475
 
@@ -1488,9 +1611,6 @@ msgstr ""
1488
  #~ msgid "Utilities"
1489
  #~ msgstr "Utilitaires"
1490
 
1491
- #~ msgid "Other"
1492
- #~ msgstr "Autre"
1493
-
1494
  #~ msgid "Thank you for installing"
1495
  #~ msgstr "Merci d'avoir installé"
1496
 
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&nbsp;: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&nbsp;:"
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&nbsp;:"
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&#8221;, 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 &#187;"
751
  msgstr "Envoyer un e-mail spécifique &#187;"
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-06-08 15:43+0300\n"
6
- "PO-Revision-Date: 2017-06-08 15:43+0300\n"
7
  "Last-Translator: Jordan Silaen <jordan.silaen@chameleonjohn.com>\n"
8
  "Language-Team: chameleonjohn.com <jordan.silaen@chameleonjohn.com>\n"
9
  "Language: id\n"
@@ -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:72 bws_functions.php:190
21
  msgid "requires"
22
  msgstr "membutuhkan"
23
 
24
- #: bws_functions.php:74
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:75
33
  msgid "Back to the WordPress"
34
  msgstr "Kembali ke WordPress"
35
 
36
- #: bws_functions.php:77
37
  msgid "Plugins page"
38
  msgstr "halaman plugin"
39
 
40
- #: bws_functions.php:91
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:102
49
  msgid "Need help?"
50
  msgstr "Butuh bantuan?"
51
 
52
- #: bws_functions.php:103 bws_functions.php:907 class-bws-settings.php:1047
53
  msgid "Visit Help Center"
54
  msgstr "Kunjungi Pusat Bantuan"
55
 
56
- #: bws_functions.php:106
57
  msgid "Want to support the plugin?"
58
  msgstr "Ingin mendukung plugin?"
59
 
60
- #: bws_functions.php:107 bws_menu.php:553
61
  msgid "Donate"
62
  msgstr "Menyumbangkan"
63
 
64
- #: bws_functions.php:127
65
  msgid "WARNING: Illegal use notification"
66
  msgstr "PERINGATAN: Illegal penggunaan notifikasi"
67
 
68
- #: bws_functions.php:127
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 you personal Client Area. "
72
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
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:127 bws_functions.php:339 bws_menu.php:627
81
- #: class-bws-settings.php:143
82
  msgid "Learn More"
83
  msgstr "Belajarlah lagi"
84
 
85
- #: bws_functions.php:144
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:146
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:146 bws_functions.php:382 deprecated.php:584
102
  msgid "Learn more"
103
  msgstr "Belajarlah lagi"
104
 
105
- #: bws_functions.php:164
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:166
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:169
115
  msgid "The Pro Trial license will expire on"
116
  msgstr "Lisensi Percobaan Pro akan berakhir pada"
117
 
118
- #: bws_functions.php:192
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:207
127
  #, php-format
128
  msgid "Thank you for installing %s plugin!"
129
  msgstr ""
130
 
131
- #: bws_functions.php:208
132
  msgid "Let's get started"
133
  msgstr "Mari kita mulai"
134
 
135
- #: bws_functions.php:209 bws_functions.php:242 bws_menu.php:557
136
- #: bws_menu.php:559
137
  msgid "Settings"
138
  msgstr "pengaturan"
139
 
140
- #: bws_functions.php:211 bws_menu.php:328 class-bws-settings.php:736
141
- #: class-bws-settings.php:1049 class-bws-settings.php:1059 deprecated.php:694
142
  msgid "or"
143
  msgstr "atau"
144
 
145
- #: bws_functions.php:212 bws_functions.php:244
146
  msgid "Add New"
147
  msgstr "Tambah baru"
148
 
149
- #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
150
- #: bws_functions.php:378 bws_functions.php:480
151
  msgid "Close notice"
152
  msgstr "Tutup pemberitahuan"
153
 
154
- #: bws_functions.php:231
155
  msgid "Thank you for installing plugins by BestWebSoft!"
156
  msgstr "Terima kasih untuk menginstal plugin dengan BestWebSoft!"
157
 
158
- #: bws_functions.php:233
159
  msgid "More Details"
160
  msgstr "Keterangan lebih lanjut"
161
 
162
- #: bws_functions.php:234
163
  msgid "Less Details"
164
  msgstr "Kurang Detail"
165
 
166
- #: bws_functions.php:262
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:276
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:335
177
  msgid "It’s time to upgrade your"
178
  msgstr "Saatnya untuk meng-upgrade Anda"
179
 
180
- #: bws_functions.php:335
181
  msgid "to"
182
  msgstr "untuk"
183
 
184
- #: bws_functions.php:335
185
  msgid "version!"
186
  msgstr "versi!"
187
 
188
- #: bws_functions.php:336
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:382
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:475
202
  #, php-format
203
  msgid "Thank you for choosing %s plugin!"
204
  msgstr ""
205
 
206
- #: bws_functions.php:476
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:477
215
  msgid "Suggest a Feature"
216
  msgstr "Sarankan Fitur sebuah"
217
 
218
- #: bws_functions.php:493 class-bws-settings.php:533 class-bws-settings.php:536
219
- #: class-bws-settings.php:584 class-bws-settings.php:587
220
  msgid "Notice"
221
  msgstr "Melihat"
222
 
223
- #: bws_functions.php:493
224
  msgid "The plugin's settings have been changed."
225
  msgstr "pengaturan plugin ini telah berubah."
226
 
227
- #: bws_functions.php:494 class-bws-settings.php:182 class-bws-settings.php:202
228
- #: deprecated.php:640
229
  msgid "Save Changes"
230
  msgstr "Simpan perubahan"
231
 
232
- #: bws_functions.php:508
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:629
241
  msgid "Add BWS Shortcode"
242
  msgstr ""
243
 
244
- #: bws_functions.php:630
245
  msgid "Add BWS Plugins Shortcode"
246
  msgstr "Tambahkan BWS Plugin pendek"
247
 
248
- #: bws_functions.php:649
249
  msgid "Add shortcode"
250
  msgstr "Tambahkan shortcode"
251
 
252
- #: bws_functions.php:649
253
  msgid "Add BestWebSoft plugins' shortcodes using this button."
254
  msgstr "Tambahkan shortcode BestWebSoft plugin 'menggunakan tombol ini."
255
 
256
- #: bws_functions.php:695
257
  msgid "Close"
258
  msgstr "Dekat"
259
 
260
- #: bws_functions.php:787
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:790
265
  msgid "Yes, restore all settings"
266
  msgstr "Ya, mengembalikan semua pengaturan"
267
 
268
- #: bws_functions.php:791
269
  msgid "No, go back to the settings page"
270
  msgstr "Tidak, kembali ke halaman pengaturan"
271
 
272
- #: bws_functions.php:833
273
  msgid "Plugin"
274
  msgstr "Plugin"
275
 
276
- #: bws_functions.php:842
277
  msgid "Shortcode settings"
278
  msgstr "pengaturan shortcode"
279
 
280
- #: bws_functions.php:847
281
  msgid "The shortcode will be inserted"
282
  msgstr "shortcode akan dimasukkan"
283
 
284
- #: bws_functions.php:852
285
- msgid "Insert"
286
- msgstr "Memasukkan"
287
-
288
- #: bws_functions.php:912
289
  msgid "FAQ"
290
  msgstr "FAQ"
291
 
292
- #: bws_functions.php:918
293
  msgid "For more information:"
294
  msgstr "Untuk informasi lebih lanjut:"
295
 
296
- #: bws_functions.php:919
297
  msgid "Documentation"
298
  msgstr "Dokumentasi"
299
 
300
- #: bws_functions.php:920
301
  msgid "Video Instructions"
302
  msgstr "Petunjuk Video"
303
 
304
- #: bws_functions.php:921
305
  msgid "Submit a Request"
306
  msgstr "Mengajukan permohonan"
307
 
308
- #: bws_menu.php:101 class-bws-settings.php:781 deprecated.php:322
309
  msgid "Wrong license key"
310
  msgstr "kunci lisensi yang salah"
311
 
312
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
313
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
314
- #: deprecated.php:352
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:807 class-bws-settings.php:874
323
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
324
- #: deprecated.php:352
325
  msgid "We are sorry for inconvenience."
326
  msgstr "Kami mohon maaf atas ketidaknyamanan."
327
 
328
- #: bws_menu.php:128 class-bws-settings.php:813 class-bws-settings.php:916
329
- #: deprecated.php:139 deprecated.php:358
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:334 deprecated.php:261
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 class-bws-settings.php:922 deprecated.php:364
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:924 deprecated.php:366
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:828 deprecated.php:153
367
  msgid "The license key is valid."
368
  msgstr "Kunci lisensi berlaku."
369
 
370
- #: bws_menu.php:144 class-bws-settings.php:831 deprecated.php:156
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 activated successfully."
376
- msgstr "Selamat! lisensi Keanggotaan Pro berhasil diaktifkan."
377
 
378
- #: bws_menu.php:153 class-bws-settings.php:996 deprecated.php:435
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:264
533
- msgid "Email with system info is sent to"
534
- msgstr "Email dengan info sistem dikirim ke"
 
535
 
536
- #: bws_menu.php:268
537
  msgid "Thank you for contacting us."
538
  msgstr "Terima kasih sudah menghubungi kami."
539
 
540
- #: bws_menu.php:291
541
  msgid "Sorry, email message could not be delivered."
542
  msgstr "Maaf, pesan email tidak dapat disampaikan."
543
 
544
- #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
545
  msgid "Plugins"
546
  msgstr "plugin"
547
 
548
- #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
549
  msgid "Themes"
550
  msgstr "tema"
551
 
552
- #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
553
  msgid "System status"
554
  msgstr "Status sistem"
555
 
556
- #: bws_menu.php:317
557
  msgid "Support"
558
  msgstr "Mendukung"
559
 
560
- #: bws_menu.php:318
561
  msgid "Manage purchased licenses & subscriptions"
562
  msgstr "Mengelola membeli lisensi & langganan"
563
 
564
- #: bws_menu.php:326
565
  #, php-format
566
  msgid "Get Access to %s+ Premium Plugins"
567
  msgstr "Dapatkan Akses ke %s + Premium Plugin"
568
 
569
- #: bws_menu.php:328
570
  msgid "Subscribe to Pro Membership"
571
  msgstr "Berlangganan Pro Keanggotaan"
572
 
573
- #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:749
574
  #: deprecated.php:227
575
  msgid "Check license key"
576
  msgstr "Periksa kunci lisensi"
577
 
578
- #: bws_menu.php:339
579
  msgid "Enter your license key"
580
  msgstr "Masukkan kunci lisensi Anda"
581
 
582
- #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
583
- #: class-bws-settings.php:728 deprecated.php:259 deprecated.php:267
584
- #: deprecated.php:629 deprecated.php:700 deprecated.php:709
585
  msgid "Activate"
586
  msgstr "Mengaktifkan"
587
 
588
- #: bws_menu.php:361
589
  msgid "Upload Plugin"
590
  msgstr "Upload Plugin"
591
 
592
- #: bws_menu.php:365
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:367
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:370
614
  msgid "Plugin <strong>activated</strong>."
615
  msgstr "Plugin <strong> diaktifkan </ strong>."
616
 
617
- #: bws_menu.php:377
618
  msgid "Installing Plugin"
619
  msgstr "Instalasi Plugin"
620
 
621
- #: bws_menu.php:383
622
  msgid "Downloading install package from"
623
  msgstr "Men-download menginstal paket dari"
624
 
625
- #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
626
- #: class-bws-settings.php:948 class-bws-settings.php:970
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:408
633
  msgid "Unpacking the package"
634
  msgstr "Membuka paket"
635
 
636
- #: bws_menu.php:413 bws_menu.php:421
637
  msgid "Installing the plugin"
638
  msgstr "Instalasi plugin"
639
 
640
- #: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
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:424 class-bws-settings.php:966 deprecated.php:405
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:427
653
  #, php-format
654
  msgid "The plugin %s is successfully installed."
655
  msgstr "Plugin %s berhasil diinstal."
656
 
657
- #: bws_menu.php:434 class-bws-settings.php:973 deprecated.php:412
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:439
662
  msgid "Activate Plugin"
663
  msgstr "Aktifkan Plugin"
664
 
665
- #: bws_menu.php:439 bws_menu.php:445
666
  msgid "Return to BestWebSoft Panel"
667
  msgstr "Kembali ke BestWebSoft Panel"
668
 
669
- #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
670
  msgid "All"
671
  msgstr "Semua"
672
 
673
- #: bws_menu.php:450 bws_menu.php:650
674
  msgid "Installed"
675
  msgstr "dipasang"
676
 
677
- #: bws_menu.php:451
678
  msgid "Not Installed"
679
  msgstr "Tidak terpasang"
680
 
681
- #: bws_menu.php:457
682
  msgid "Filter results"
683
  msgstr "Filter hasil"
684
 
685
- #: bws_menu.php:460 bws_menu.php:589
686
  msgid "Category"
687
  msgstr "Kategori"
688
 
689
- #: bws_menu.php:524
690
  msgid "Not installed"
691
  msgstr "Tidak terpasang"
692
 
693
- #: bws_menu.php:528
694
  msgid "Renew to get updates"
695
  msgstr "Renew untuk mendapatkan update"
696
 
697
- #: bws_menu.php:531
698
  #, php-format
699
  msgid "Update to v %s"
700
  msgstr "Update untuk v %s"
701
 
702
- #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
703
  msgid "Install Now"
704
  msgstr "Pasang sekarang"
705
 
706
- #: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
707
  msgid "Upgrade to Pro"
708
  msgstr "Upgrade ke yang lebih baik"
709
 
710
- #: bws_menu.php:563 bws_menu.php:572
711
  msgid "Activate this plugin"
712
  msgstr "Aktifkan plugin ini"
713
 
714
- #: bws_menu.php:575
715
  msgid "Install this plugin"
716
  msgstr "Menginstal plugin ini"
717
 
718
- #: bws_menu.php:584
719
  msgid "Nothing found. Try another criteria."
720
  msgstr "Tidak ada yang ditemukan. Coba kriteria lain."
721
 
722
- #: bws_menu.php:621 bws_menu.php:641
723
  #, php-format
724
  msgid "By %s"
725
  msgstr "Oleh %s"
726
 
727
- #: bws_menu.php:648
728
  msgid "Already Installed"
729
  msgstr "sudah Dipasang"
730
 
731
- #: bws_menu.php:659
732
- msgid "Browse Free WordPress Themes"
733
- msgstr "Isi Gratis WordPress Themes"
734
 
735
- #: bws_menu.php:668
736
  msgid "Send to support"
737
  msgstr "Kirim untuk mendukung"
738
 
739
- #: bws_menu.php:675
740
  msgid "Send to custom email &#187;"
741
  msgstr "Kirim ke email khusus & # 187;"
742
 
743
- #: class-bws-settings.php:135
744
  msgid "Information"
745
  msgstr "Informasi"
746
 
747
- #: class-bws-settings.php:143
748
  msgid "Inactive"
749
  msgstr "non-aktif"
750
 
751
- #: class-bws-settings.php:151
752
  msgid "Expired"
753
  msgstr "kedaluwarsa"
754
 
755
- #: class-bws-settings.php:154
756
  #, php-format
757
  msgid "%s day(-s) left"
758
  msgstr "%s hari (-s) kiri"
759
 
760
- #: class-bws-settings.php:160
761
  #, php-format
762
  msgid "Expired on %s"
763
  msgstr "Berakhir pada %s"
764
 
765
- #: class-bws-settings.php:160
766
  msgid "Renew Now"
767
  msgstr "Perbarui sekarang"
768
 
769
- #: class-bws-settings.php:162
770
  msgid "Active"
771
  msgstr "Aktif"
772
 
773
- #: class-bws-settings.php:167
774
  msgid "License"
775
  msgstr "Lisensi"
776
 
777
- #: class-bws-settings.php:170
778
  msgid "Status"
779
  msgstr "Status"
780
 
781
- #: class-bws-settings.php:174
782
  msgid "Version"
783
  msgstr "Versi"
784
 
785
- #: class-bws-settings.php:282
786
  msgid "All plugin settings were restored."
787
  msgstr "Semua pengaturan Plugin dipulihkan."
788
 
789
- #: class-bws-settings.php:420
790
  msgid "Custom Code"
791
  msgstr "Kode kustom"
792
 
793
- #: class-bws-settings.php:424 deprecated.php:497
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:429 deprecated.php:618
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:432 deprecated.php:620
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:435
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:443 deprecated.php:644
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:453 deprecated.php:626
825
  msgid "Browsing"
826
  msgstr "Browsing"
827
 
828
- #: class-bws-settings.php:457
829
  #, php-format
830
  msgid "Activate custom %s code."
831
  msgstr "Aktifkan kustom %s kode."
832
 
833
- #: class-bws-settings.php:464 deprecated.php:633
834
  #, php-format
835
  msgid "Learn more about %s"
836
  msgstr "Pelajari lebih lanjut tentang %s"
837
 
838
- #: class-bws-settings.php:524
839
  msgid "Miscellaneous Settings"
840
  msgstr "Pengaturan Miscellaneous"
841
 
842
- #: class-bws-settings.php:533 class-bws-settings.php:584
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:536 class-bws-settings.php:587
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:545
857
  msgid "Pro Options"
858
  msgstr "Pro Pilihan"
859
 
860
- #: class-bws-settings.php:548
861
  msgid "Enable to display plugin Pro options."
862
  msgstr "Memungkinkan untuk menampilkan opsi Pro Plugin."
863
 
864
- #: class-bws-settings.php:553
865
  msgid "Track Usage"
866
  msgstr "track Penggunaan"
867
 
868
- #: class-bws-settings.php:556
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:560
876
  msgid "Default Settings"
877
  msgstr "Pengaturan default"
878
 
879
- #: class-bws-settings.php:562
880
  msgid "Restore Settings"
881
  msgstr "Kembalikan Pengaturan"
882
 
883
- #: class-bws-settings.php:563
884
  msgid "This will restore plugin settings to defaults."
885
  msgstr "Ini akan mengembalikan pengaturan plugin untuk default."
886
 
887
- #: class-bws-settings.php:575
888
  msgid "Import / Export"
889
  msgstr "Ekspor Impor"
890
 
891
- #: class-bws-settings.php:691 class-bws-settings.php:724
892
- #: class-bws-settings.php:746
893
  msgid "License Key"
894
  msgstr "Kunci lisensi"
895
 
896
- #: class-bws-settings.php:714
897
  msgid "Congratulations! Pro license is activated successfully."
898
  msgstr "Selamat! lisensi Pro berhasil diaktifkan."
899
 
900
- #: class-bws-settings.php:715
901
  #, php-format
902
  msgid "You will be automatically redirected to the %s in %s seconds."
903
  msgstr ""
904
 
905
- #: class-bws-settings.php:715
906
  msgid "Settings page"
907
  msgstr "halaman pengaturan"
908
 
909
- #: class-bws-settings.php:730
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:733 class-bws-settings.php:920 deprecated.php:362
917
- #: deprecated.php:703
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:736 deprecated.php:694
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:751
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:756
939
  msgid "Manage License Settings"
940
  msgstr "Kelola Setelan License"
941
 
942
- #: class-bws-settings.php:758
943
  msgid "Login to Client Area"
944
  msgstr "Login ke Area Klien"
945
 
946
- #: class-bws-settings.php:760
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:815 class-bws-settings.php:918 deprecated.php:141
955
- #: deprecated.php:360
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:817 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."
@@ -965,11 +961,11 @@ msgstr ""
965
  "ingin memperbarui plugin kami di masa depan, Anda harus memperpanjang "
966
  "lisensi."
967
 
968
- #: class-bws-settings.php:819 deprecated.php:145
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:821 deprecated.php:147
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:826 deprecated.php:151
981
  msgid "The Pro Trial license key is valid."
982
  msgstr "Kunci lisensi Percobaan Pro berlaku."
983
 
984
- #: class-bws-settings.php:834 deprecated.php:159 deprecated.php:246
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:1031 deprecated.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
992
  msgid "Please, enter Your license key"
993
  msgstr "Silakan, masukkan kunci lisensi Anda"
994
 
995
- #: class-bws-settings.php:1043
996
  msgid "Need Help?"
997
  msgstr "Butuh bantuan?"
998
 
999
- #: class-bws-settings.php:1045
1000
  msgid "Read the Instruction"
1001
  msgstr "Baca Instruksi"
1002
 
1003
- #: class-bws-settings.php:1049
1004
  msgid "Watch the Video"
1005
  msgstr "Saksikan Video"
1006
 
1007
- #: class-bws-settings.php:1060
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:247
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:688
1043
  msgid "License key can be found in the"
1044
  msgstr "kunci lisensi dapat ditemukan di"
1045
 
1046
- #: deprecated.php:251 deprecated.php:690
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:278
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:280 deprecated.php:669
1056
  msgid "Please, go to"
1057
  msgstr "Tolong, pergi ke"
1058
 
1059
- #: deprecated.php:280 deprecated.php:669
1060
  msgid "the setting page"
1061
  msgstr "halaman pengaturan"
1062
 
1063
- #: deprecated.php:281 deprecated.php:670
1064
  msgid "You will be redirected automatically in 5 seconds."
1065
  msgstr "Anda akan diarahkan secara otomatis dalam 5 detik."
1066
 
1067
- #: deprecated.php:315
1068
  msgid "Check premium options on the plugin settings page!"
1069
  msgstr "Periksa pilihan premium di halaman pengaturan plugin!"
1070
 
1071
- #: deprecated.php:478
1072
  msgid "Restore all plugin settings to defaults"
1073
  msgstr "Mengembalikan semua pengaturan plugin untuk default"
1074
 
1075
- #: deprecated.php:480
1076
  msgid "Restore settings"
1077
  msgstr "mengembalikan pengaturan"
1078
 
1079
- #: deprecated.php:548 deprecated.php:575
1080
  #, php-format
1081
  msgid "File %s edited successfully."
1082
  msgstr "File %s berhasil diedit."
1083
 
1084
- #: deprecated.php:550 deprecated.php:577
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:580
1089
  msgid "Not enough permissions to create the file"
1090
  msgstr "Tidak cukup izin untuk membuat file"
1091
 
1092
- #: deprecated.php:624
1093
  msgid "Editing"
1094
  msgstr "editing"
1095
 
1096
- #: deprecated.php:667
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:677
1103
  msgid "Show Pro features"
1104
  msgstr "Tampilkan fitur Pro"
1105
 
1106
- #: deprecated.php:684
1107
  msgid "Enter your license key to install and activate"
1108
  msgstr "Masukkan kunci lisensi Anda untuk menginstal dan mengaktifkan"
1109
 
1110
- #: deprecated.php:686
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,256 +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:117
1203
  msgid ""
1204
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1205
  "widgets."
1206
  msgstr ""
1207
 
1208
- #: product_list.php:127
1209
  msgid ""
1210
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1211
  "clicks."
1212
  msgstr ""
1213
 
1214
- #: product_list.php:137
1215
- msgid ""
1216
- "Add unlimited gallery categories. Organize images to make the navigation "
1217
- "through content easier."
1218
- msgstr ""
1219
-
1220
- #: product_list.php:144
1221
  msgid ""
1222
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1223
  "posts, pages and widgets."
1224
  msgstr ""
1225
 
1226
- #: product_list.php:154
1227
  msgid ""
1228
  "Stronger security solution which protects your WordPress website from hacks "
1229
  "and unauthorized login attempts."
1230
  msgstr ""
1231
 
1232
- #: product_list.php:164
1233
  msgid ""
1234
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1235
  "results, categories, tags, and widgets."
1236
  msgstr ""
1237
 
1238
- #: product_list.php:174
1239
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1240
  msgstr ""
1241
 
1242
- #: product_list.php:184
1243
  msgid ""
1244
  "Protect WordPress website forms from spam entries with Google Captcha "
1245
  "(reCaptcha)."
1246
  msgstr ""
1247
 
1248
- #: product_list.php:194
1249
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1250
  msgstr ""
1251
 
1252
- #: product_list.php:204
1253
  msgid ""
1254
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1255
  "your blog."
1256
  msgstr ""
1257
 
1258
- #: product_list.php:214
1259
  msgid ""
1260
  "Replace external WordPress website links with Google shortlinks and track "
1261
  "click stats."
1262
  msgstr ""
1263
 
1264
- #: product_list.php:221
1265
  msgid ""
1266
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1267
  "hostnames, etc."
1268
  msgstr ""
1269
 
1270
- #: product_list.php:231
1271
  msgid ""
1272
  "Create your personal job board and listing WordPress website. Search jobs, "
1273
  "submit CV/resumes, choose candidates."
1274
  msgstr ""
1275
 
1276
- #: product_list.php:238
1277
  msgid ""
1278
  "Protect WordPress website against brute force attacks. Limit rate of login "
1279
  "attempts."
1280
  msgstr ""
1281
 
1282
- #: product_list.php:248
1283
  msgid ""
1284
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1285
  "5 plugins included – profile, insider, etc."
1286
  msgstr ""
1287
 
1288
- #: product_list.php:258
1289
  msgid ""
1290
  "Translate WordPress website content to other languages manually. Create "
1291
  "multilingual pages, posts, widgets, menus, etc."
1292
  msgstr ""
1293
 
1294
- #: product_list.php:268
1295
  msgid ""
1296
  "Add customizable pagination to WordPress website. Split long content to "
1297
  "multiple pages for better navigation."
1298
  msgstr ""
1299
 
1300
- #: product_list.php:278
1301
  msgid ""
1302
  "Generate PDF files and print WordPress posts/pages. Customize document "
1303
  "header/footer styles and appearance."
1304
  msgstr ""
1305
 
1306
- #: product_list.php:288
1307
  msgid ""
1308
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1309
  "Profile) to WordPress posts, pages and widgets."
1310
  msgstr ""
1311
 
1312
- #: product_list.php:298
1313
  msgid ""
1314
  "Create your personal portfolio WordPress website. Manage and showcase past "
1315
  "projects to get more clients."
1316
  msgstr ""
1317
 
1318
- #: product_list.php:308
1319
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1320
  msgstr ""
1321
 
1322
- #: product_list.php:315
1323
  msgid ""
1324
  "Add extra fields to default WordPress user profile. The easiest way to "
1325
  "create and manage additional custom values."
1326
  msgstr ""
1327
 
1328
- #: product_list.php:322
1329
  msgid ""
1330
  "Add and display HTML advertisement banner on WordPress website. Customize "
1331
  "bar styles and appearance."
1332
  msgstr ""
1333
 
1334
- #: product_list.php:332
1335
  msgid ""
1336
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1337
  "widgets."
1338
  msgstr ""
1339
 
1340
- #: product_list.php:339
1341
  msgid ""
1342
  "Add rating plugin to your WordPress website to receive feedback from your "
1343
  "customers."
1344
  msgstr ""
1345
 
1346
- #: product_list.php:346
1347
  msgid ""
1348
  "Create your personal real estate WordPress website. Sell, rent and buy "
1349
  "properties. Add, search and browse listings easily."
1350
  msgstr ""
1351
 
1352
- #: product_list.php:356
1353
- msgid ""
1354
- "Attach, un-attach and re-attach media files quickly to WordPress posts and "
1355
- "pages."
1356
- msgstr ""
1357
-
1358
- #: product_list.php:363
1359
  msgid ""
1360
  "Add related, featured, latest, and popular posts to your WordPress website. "
1361
  "Connect your blog readers with a relevant content."
1362
  msgstr ""
1363
 
1364
- #: product_list.php:370
1365
  msgid ""
1366
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1367
  "settings and detailed reports."
1368
  msgstr ""
1369
 
1370
- #: product_list.php:380
1371
  msgid ""
1372
  "The best responsive slider plugin for your WordPress website. Create "
1373
  "beautifully animated slides just in a few clicks."
1374
  msgstr ""
1375
 
1376
- #: product_list.php:387
1377
  msgid ""
1378
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1379
  "Yahoo, Hotmail and other services."
1380
  msgstr ""
1381
 
1382
- #: product_list.php:394
1383
  msgid ""
1384
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1385
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1386
  msgstr ""
1387
 
1388
- #: product_list.php:404
1389
  msgid ""
1390
  "Add social media login, registration, and commenting to your WordPress "
1391
  "website."
1392
  msgstr ""
1393
 
1394
- #: product_list.php:411
1395
  msgid ""
1396
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1397
  "Collect data and subscribe your users."
1398
  msgstr ""
1399
 
1400
- #: product_list.php:421
1401
  msgid ""
1402
  "Add testimonials and feedbacks from your customers to WordPress website "
1403
  "posts, pages, and widgets."
1404
  msgstr ""
1405
 
1406
- #: product_list.php:428
1407
  msgid ""
1408
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1409
  "attendance and generate reports."
1410
  msgstr ""
1411
 
1412
- #: product_list.php:438
1413
  msgid ""
1414
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1415
  "and pages."
1416
  msgstr ""
1417
 
1418
- #: product_list.php:448
1419
  msgid ""
1420
  "Automatically check and update WordPress website core with all installed "
1421
  "plugins and themes to the latest versions."
1422
  msgstr ""
1423
 
1424
- #: product_list.php:458
1425
  msgid ""
1426
  "Powerful user role management plugin for WordPress website. Create, edit, "
1427
  "copy, and delete user roles."
1428
  msgstr ""
1429
 
1430
- #: product_list.php:468
1431
  msgid ""
1432
  "Display live count of online visitors who are currently browsing your "
1433
  "WordPress website."
1434
  msgstr ""
1435
 
1436
- #: product_list.php:478
1437
  msgid ""
1438
  "Backup and export Zendesk Help Center content automatically to your "
1439
  "WordPress website database."
1440
  msgstr ""
1441
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1442
  #~ msgid "Advertisement"
1443
  #~ msgstr "Iklan"
1444
 
@@ -1457,9 +1580,6 @@ msgstr ""
1457
  #~ msgid "Utilities"
1458
  #~ msgstr "keperluan"
1459
 
1460
- #~ msgid "Other"
1461
- #~ msgstr "Lain"
1462
-
1463
  #~ msgid "Thank you for installing"
1464
  #~ msgstr "Terima kasih untuk menginstal"
1465
 
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 &#187;"
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 ""
1056
+
1057
+ #: deactivation-form.php:44
1058
+ msgid "The plugin suddenly stopped working"
1059
+ msgstr ""
1060
+
1061
+ #: deactivation-form.php:51
1062
+ msgid "The plugin broke my site"
1063
+ msgstr ""
1064
+
1065
+ #: deactivation-form.php:58
1066
+ msgid "I couldn't understand how to get it work"
1067
+ msgstr ""
1068
+
1069
+ #: deactivation-form.php:65
1070
+ msgid "I found a better plugin"
1071
+ msgstr ""
1072
+
1073
+ #: deactivation-form.php:67
1074
+ msgid "What's the plugin name?"
1075
+ msgstr ""
1076
+
1077
+ #: deactivation-form.php:71
1078
+ msgid "The plugin is great, but I need specific feature that you don't support"
1079
+ msgstr ""
1080
+
1081
+ #: deactivation-form.php:73
1082
+ msgid "What feature?"
1083
+ msgstr ""
1084
+
1085
+ #: deactivation-form.php:77
1086
+ msgid "I no longer need the plugin"
1087
+ msgstr ""
1088
+
1089
+ #: deactivation-form.php:83
1090
+ msgid "It's a temporary deactivation, I'm just debugging an issue"
1091
+ msgstr ""
1092
+
1093
+ #: deactivation-form.php:89
1094
+ msgid "Other"
1095
+ msgstr "Lain"
1096
+
1097
+ #: deactivation-form.php:123
1098
+ msgid "Quick Feedback"
1099
+ msgstr ""
1100
+
1101
+ #: deactivation-form.php:124
1102
+ msgid "If you have a moment, please let us know why you are deactivating"
1103
+ msgstr ""
1104
+
1105
+ #: deactivation-form.php:127
1106
+ msgid "Send website data and allow to contact me back"
1107
+ msgstr ""
1108
+
1109
+ #: deactivation-form.php:132
1110
+ msgid "Cancel"
1111
+ msgstr ""
1112
+
1113
+ #: deactivation-form.php:233
1114
+ msgid "Processing"
1115
+ msgstr ""
1116
+
1117
+ #: deactivation-form.php:262
1118
+ msgid "Submit & Deactivate"
1119
+ msgstr ""
1120
+
1121
+ #: deactivation-form.php:277
1122
+ msgid "Please tell us the reason so we can improve it."
1123
+ msgstr ""
1124
+
1125
+ #: deactivation-form.php:345
1126
+ msgid "Deactivate"
1127
+ msgstr ""
1128
+
1129
  #: deprecated.php:93
1130
  msgid "System Status"
1131
  msgstr "Status sistem"
1152
  "(Nama pengguna adalah alamat email yang ditentukan selama pembelian). Jika "
1153
  "perlu, silahkan pilih \\ \"Kehilangan kata sandi Anda? \" Permintaan."
1154
 
1155
+ #: deprecated.php:246
1156
  msgid "After that, you can activate it by entering your license key."
1157
  msgstr ""
1158
  "Setelah itu, Anda dapat mengaktifkannya dengan memasukkan kunci lisensi Anda."
1159
 
1160
+ #: deprecated.php:249 deprecated.php:691
1161
  msgid "License key can be found in the"
1162
  msgstr "kunci lisensi dapat ditemukan di"
1163
 
1164
+ #: deprecated.php:251 deprecated.php:693
1165
  msgid "(your username is the email address specified during the purchase)."
1166
  msgstr "(Nama pengguna adalah alamat email yang ditentukan selama pembelian)."
1167
 
1168
+ #: deprecated.php:279
1169
  msgid ""
1170
  "Congratulations! The Pro license of the plugin is activated successfully."
1171
  msgstr "Selamat! Lisensi Pro plugin tersebut berhasil diaktifkan."
1172
 
1173
+ #: deprecated.php:281 deprecated.php:672
1174
  msgid "Please, go to"
1175
  msgstr "Tolong, pergi ke"
1176
 
1177
+ #: deprecated.php:281 deprecated.php:672
1178
  msgid "the setting page"
1179
  msgstr "halaman pengaturan"
1180
 
1181
+ #: deprecated.php:282 deprecated.php:673
1182
  msgid "You will be redirected automatically in 5 seconds."
1183
  msgstr "Anda akan diarahkan secara otomatis dalam 5 detik."
1184
 
1185
+ #: deprecated.php:316
1186
  msgid "Check premium options on the plugin settings page!"
1187
  msgstr "Periksa pilihan premium di halaman pengaturan plugin!"
1188
 
1189
+ #: deprecated.php:479
1190
  msgid "Restore all plugin settings to defaults"
1191
  msgstr "Mengembalikan semua pengaturan plugin untuk default"
1192
 
1193
+ #: deprecated.php:481
1194
  msgid "Restore settings"
1195
  msgstr "mengembalikan pengaturan"
1196
 
1197
+ #: deprecated.php:550 deprecated.php:577
1198
  #, php-format
1199
  msgid "File %s edited successfully."
1200
  msgstr "File %s berhasil diedit."
1201
 
1202
+ #: deprecated.php:552 deprecated.php:579
1203
  msgid "Not enough permissions to create or update the file"
1204
  msgstr "Tidak cukup izin untuk membuat atau memperbarui file"
1205
 
1206
+ #: deprecated.php:582
1207
  msgid "Not enough permissions to create the file"
1208
  msgstr "Tidak cukup izin untuk membuat file"
1209
 
1210
+ #: deprecated.php:626
1211
  msgid "Editing"
1212
  msgstr "editing"
1213
 
1214
+ #: deprecated.php:670
1215
  msgid ""
1216
  "Congratulations! Pro version of the plugin is installed and activated "
1217
  "successfully."
1218
  msgstr "Selamat! Versi Pro plugin diinstal dan diaktifkan berhasil."
1219
 
1220
+ #: deprecated.php:680
1221
  msgid "Show Pro features"
1222
  msgstr "Tampilkan fitur Pro"
1223
 
1224
+ #: deprecated.php:687
1225
  msgid "Enter your license key to install and activate"
1226
  msgstr "Masukkan kunci lisensi Anda untuk menginstal dan mengaktifkan"
1227
 
1228
+ #: deprecated.php:689
1229
  msgid "version of the plugin."
1230
  msgstr "versi plugin."
1231
 
1266
  msgstr ""
1267
 
1268
  #: product_list.php:22
1269
+ msgid "Best secure captcha plugin to protect your WordPress forms."
 
1270
  msgstr ""
1271
 
1272
  #: product_list.php:32
1306
 
1307
  #: product_list.php:103
1308
  msgid ""
 
 
 
 
 
 
1309
  "Get latest error log messages to diagnose website problems. Define and fix "
1310
  "issues faster."
1311
  msgstr ""
1312
 
1313
+ #: product_list.php:110
1314
  msgid ""
1315
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1316
  "widgets."
1317
  msgstr ""
1318
 
1319
+ #: product_list.php:120
1320
  msgid ""
1321
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1322
  "clicks."
1323
  msgstr ""
1324
 
1325
+ #: product_list.php:130
 
 
 
 
 
 
1326
  msgid ""
1327
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1328
  "posts, pages and widgets."
1329
  msgstr ""
1330
 
1331
+ #: product_list.php:140
1332
  msgid ""
1333
  "Stronger security solution which protects your WordPress website from hacks "
1334
  "and unauthorized login attempts."
1335
  msgstr ""
1336
 
1337
+ #: product_list.php:150
1338
  msgid ""
1339
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1340
  "results, categories, tags, and widgets."
1341
  msgstr ""
1342
 
1343
+ #: product_list.php:160
1344
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1345
  msgstr ""
1346
 
1347
+ #: product_list.php:170
1348
  msgid ""
1349
  "Protect WordPress website forms from spam entries with Google Captcha "
1350
  "(reCaptcha)."
1351
  msgstr ""
1352
 
1353
+ #: product_list.php:180
1354
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1355
  msgstr ""
1356
 
1357
+ #: product_list.php:190
1358
  msgid ""
1359
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1360
  "your blog."
1361
  msgstr ""
1362
 
1363
+ #: product_list.php:200
1364
  msgid ""
1365
  "Replace external WordPress website links with Google shortlinks and track "
1366
  "click stats."
1367
  msgstr ""
1368
 
1369
+ #: product_list.php:207
1370
  msgid ""
1371
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1372
  "hostnames, etc."
1373
  msgstr ""
1374
 
1375
+ #: product_list.php:217
1376
  msgid ""
1377
  "Create your personal job board and listing WordPress website. Search jobs, "
1378
  "submit CV/resumes, choose candidates."
1379
  msgstr ""
1380
 
1381
+ #: product_list.php:224
1382
  msgid ""
1383
  "Protect WordPress website against brute force attacks. Limit rate of login "
1384
  "attempts."
1385
  msgstr ""
1386
 
1387
+ #: product_list.php:234
1388
  msgid ""
1389
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1390
  "5 plugins included – profile, insider, etc."
1391
  msgstr ""
1392
 
1393
+ #: product_list.php:244
1394
  msgid ""
1395
  "Translate WordPress website content to other languages manually. Create "
1396
  "multilingual pages, posts, widgets, menus, etc."
1397
  msgstr ""
1398
 
1399
+ #: product_list.php:254
1400
  msgid ""
1401
  "Add customizable pagination to WordPress website. Split long content to "
1402
  "multiple pages for better navigation."
1403
  msgstr ""
1404
 
1405
+ #: product_list.php:264
1406
  msgid ""
1407
  "Generate PDF files and print WordPress posts/pages. Customize document "
1408
  "header/footer styles and appearance."
1409
  msgstr ""
1410
 
1411
+ #: product_list.php:274
1412
  msgid ""
1413
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1414
  "Profile) to WordPress posts, pages and widgets."
1415
  msgstr ""
1416
 
1417
+ #: product_list.php:284
1418
  msgid ""
1419
  "Create your personal portfolio WordPress website. Manage and showcase past "
1420
  "projects to get more clients."
1421
  msgstr ""
1422
 
1423
+ #: product_list.php:294
1424
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1425
  msgstr ""
1426
 
1427
+ #: product_list.php:301
1428
  msgid ""
1429
  "Add extra fields to default WordPress user profile. The easiest way to "
1430
  "create and manage additional custom values."
1431
  msgstr ""
1432
 
1433
+ #: product_list.php:308
1434
  msgid ""
1435
  "Add and display HTML advertisement banner on WordPress website. Customize "
1436
  "bar styles and appearance."
1437
  msgstr ""
1438
 
1439
+ #: product_list.php:318
1440
  msgid ""
1441
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1442
  "widgets."
1443
  msgstr ""
1444
 
1445
+ #: product_list.php:325
1446
  msgid ""
1447
  "Add rating plugin to your WordPress website to receive feedback from your "
1448
  "customers."
1449
  msgstr ""
1450
 
1451
+ #: product_list.php:332
1452
  msgid ""
1453
  "Create your personal real estate WordPress website. Sell, rent and buy "
1454
  "properties. Add, search and browse listings easily."
1455
  msgstr ""
1456
 
1457
+ #: product_list.php:342
 
 
 
 
 
 
1458
  msgid ""
1459
  "Add related, featured, latest, and popular posts to your WordPress website. "
1460
  "Connect your blog readers with a relevant content."
1461
  msgstr ""
1462
 
1463
+ #: product_list.php:349
1464
  msgid ""
1465
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1466
  "settings and detailed reports."
1467
  msgstr ""
1468
 
1469
+ #: product_list.php:359
1470
  msgid ""
1471
  "The best responsive slider plugin for your WordPress website. Create "
1472
  "beautifully animated slides just in a few clicks."
1473
  msgstr ""
1474
 
1475
+ #: product_list.php:366
1476
  msgid ""
1477
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1478
  "Yahoo, Hotmail and other services."
1479
  msgstr ""
1480
 
1481
+ #: product_list.php:373
1482
  msgid ""
1483
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1484
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1485
  msgstr ""
1486
 
1487
+ #: product_list.php:383
1488
  msgid ""
1489
  "Add social media login, registration, and commenting to your WordPress "
1490
  "website."
1491
  msgstr ""
1492
 
1493
+ #: product_list.php:390
1494
  msgid ""
1495
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1496
  "Collect data and subscribe your users."
1497
  msgstr ""
1498
 
1499
+ #: product_list.php:400
1500
  msgid ""
1501
  "Add testimonials and feedbacks from your customers to WordPress website "
1502
  "posts, pages, and widgets."
1503
  msgstr ""
1504
 
1505
+ #: product_list.php:407
1506
  msgid ""
1507
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1508
  "attendance and generate reports."
1509
  msgstr ""
1510
 
1511
+ #: product_list.php:417
1512
  msgid ""
1513
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1514
  "and pages."
1515
  msgstr ""
1516
 
1517
+ #: product_list.php:427
1518
  msgid ""
1519
  "Automatically check and update WordPress website core with all installed "
1520
  "plugins and themes to the latest versions."
1521
  msgstr ""
1522
 
1523
+ #: product_list.php:437
1524
  msgid ""
1525
  "Powerful user role management plugin for WordPress website. Create, edit, "
1526
  "copy, and delete user roles."
1527
  msgstr ""
1528
 
1529
+ #: product_list.php:447
1530
  msgid ""
1531
  "Display live count of online visitors who are currently browsing your "
1532
  "WordPress website."
1533
  msgstr ""
1534
 
1535
+ #: product_list.php:457
1536
  msgid ""
1537
  "Backup and export Zendesk Help Center content automatically to your "
1538
  "WordPress website database."
1539
  msgstr ""
1540
 
1541
+ #~ msgid "Congratulations! Pro Membership license is activated successfully."
1542
+ #~ msgstr "Selamat! lisensi Keanggotaan Pro berhasil diaktifkan."
1543
+
1544
+ #~ msgid "Email with system info is sent to"
1545
+ #~ msgstr "Email dengan info sistem dikirim ke"
1546
+
1547
+ #~ msgid "Browse Free WordPress Themes"
1548
+ #~ msgstr "Isi Gratis WordPress Themes"
1549
+
1550
+ #~ msgid ""
1551
+ #~ "You can use one license of the Pro plugin for one domain only. Please "
1552
+ #~ "check and edit your license or domain if necessary using you personal "
1553
+ #~ "Client Area. We strongly recommend you to solve the problem within 24 "
1554
+ #~ "hours, otherwise the Pro plugin will be deactivated."
1555
+ #~ msgstr ""
1556
+ #~ "Anda dapat menggunakan satu lisensi dari plugin Pro untuk satu domain "
1557
+ #~ "saja. Silakan periksa dan mengedit lisensi atau domain jika perlu "
1558
+ #~ "menggunakan Anda pribadi Area Klien. Kami sangat menyarankan Anda untuk "
1559
+ #~ "memecahkan masalah dalam waktu 24 jam, dinyatakan plugin Pro akan "
1560
+ #~ "dinonaktifkan."
1561
+
1562
+ #~ msgid "Insert"
1563
+ #~ msgstr "Memasukkan"
1564
+
1565
  #~ msgid "Advertisement"
1566
  #~ msgstr "Iklan"
1567
 
1580
  #~ msgid "Utilities"
1581
  #~ msgstr "keperluan"
1582
 
 
 
 
1583
  #~ msgid "Thank you for installing"
1584
  #~ msgstr "Terima kasih untuk menginstal"
1585
 
bws_menu/languages/bestwebsoft-nl_NL.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-nl_NL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-06-08 15:43+0300\n"
6
- "PO-Revision-Date: 2017-06-08 15:43+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
  "Language: nl_NL\n"
@@ -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:72 bws_functions.php:190
20
  msgid "requires"
21
  msgstr "benodigd"
22
 
23
- #: bws_functions.php:74
24
  msgid ""
25
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
26
  "try again."
@@ -28,60 +28,61 @@ msgstr ""
28
  "of hoger, daarom is deze gedeactiveerd! Upgrade WordPress en probeer het "
29
  "opnieuw."
30
 
31
- #: bws_functions.php:75
32
  msgid "Back to the WordPress"
33
  msgstr "Terug naar WordPress"
34
 
35
- #: bws_functions.php:77
36
  msgid "Plugins page"
37
  msgstr "Plugins pagina"
38
 
39
- #: bws_functions.php:91
40
  msgid "Like the plugin?"
41
  msgstr "Like de plugin?"
42
 
43
  #: bws_functions.php:93
 
 
 
 
 
44
  msgid "Rate it"
45
  msgstr "Rate it"
46
 
47
- #: bws_functions.php:102
48
  msgid "Need help?"
49
  msgstr "Hulp nodig?"
50
 
51
- #: bws_functions.php:103 bws_functions.php:907 class-bws-settings.php:1047
52
  msgid "Visit Help Center"
53
  msgstr "Bezoek het Helpcentrum"
54
 
55
- #: bws_functions.php:106
56
  msgid "Want to support the plugin?"
57
  msgstr "Geef ondersteuning aan de plug-in?"
58
 
59
- #: bws_functions.php:107 bws_menu.php:553
60
  msgid "Donate"
61
  msgstr "Doneer"
62
 
63
- #: bws_functions.php:127
64
  msgid "WARNING: Illegal use notification"
65
  msgstr "LET OP!: Onwettige gebruiksmelding"
66
 
67
- #: bws_functions.php:127
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 you personal Client Area. "
71
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
72
- "the Pro plugin will be deactivated."
73
  msgstr ""
74
- "U kunt één licentie van de Pro-plugin gebruiken voor één domein. Controleer "
75
- "en bewerk uw licentie of domein indien nodig op uw persoonlijke "
76
- "klantenomgeving. We raden u aan om het probleem binnen 24 uur op te lossen, "
77
- "anders wordt de Pro-plugin gedeactiveerd."
78
 
79
- #: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
80
- #: class-bws-settings.php:143
81
  msgid "Learn More"
82
  msgstr "Leer meer"
83
 
84
- #: bws_functions.php:144
85
  msgid ""
86
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
87
  "you should buy a Pro license"
@@ -89,7 +90,7 @@ msgstr ""
89
  "Opmerking: Uw Pro Trial licentie is verlopen. Om de plugin verder te "
90
  "gebruiken, moet u een Pro-licentie kopen"
91
 
92
- #: bws_functions.php:146
93
  msgid ""
94
  "Your license has expired. To continue getting top-priority support and "
95
  "plugin updates, you should extend it."
@@ -97,24 +98,24 @@ msgstr ""
97
  "Uw licentie is verlopen. Om voort te gaan met ondersteuning voor top-"
98
  "prioriteit en plugin-updates, moet u het uitbreiden."
99
 
100
- #: bws_functions.php:146 bws_functions.php:382 deprecated.php:584
101
  msgid "Learn more"
102
  msgstr "Leer meer"
103
 
104
- #: bws_functions.php:164
105
  #, php-format
106
  msgid "Notice: You are using the Pro Trial license of %s plugin."
107
  msgstr "Opmerking: U maakt gebruikt van de Pro Trial licentie van %s plugin."
108
 
109
- #: bws_functions.php:166
110
  msgid "Notice: You are using the Pro Trial license of plugin."
111
  msgstr "Opmerking: U gebruikt de Pro Trial licentie van de plugin."
112
 
113
- #: bws_functions.php:169
114
  msgid "The Pro Trial license will expire on"
115
  msgstr "De Pro Trial licentie vervalt op"
116
 
117
- #: bws_functions.php:192
118
  msgid ""
119
  "or higher! We do not guarantee that our plugin will work correctly. Please "
120
  "upgrade to WordPress latest version."
@@ -122,75 +123,75 @@ msgstr ""
122
  "of hoger! Wij garanderen niet dat onze plugin correct blijft werken. Upgrade "
123
  "nu naar de nieuwste versie van WordPress."
124
 
125
- #: bws_functions.php:207
126
  #, php-format
127
  msgid "Thank you for installing %s plugin!"
128
  msgstr "Dank u voor het installeren van %s plugin!"
129
 
130
- #: bws_functions.php:208
131
  msgid "Let's get started"
132
  msgstr "Laten we aan de slag gaan"
133
 
134
- #: bws_functions.php:209 bws_functions.php:242 bws_menu.php:557
135
- #: bws_menu.php:559
136
  msgid "Settings"
137
  msgstr "Settings"
138
 
139
- #: bws_functions.php:211 bws_menu.php:328 class-bws-settings.php:736
140
- #: class-bws-settings.php:1049 class-bws-settings.php:1059 deprecated.php:694
141
  msgid "or"
142
  msgstr "of"
143
 
144
- #: bws_functions.php:212 bws_functions.php:244
145
  msgid "Add New"
146
  msgstr "Nieuwe toevoegen"
147
 
148
- #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
149
- #: bws_functions.php:378 bws_functions.php:480
150
  msgid "Close notice"
151
  msgstr "Opmerking sluiten"
152
 
153
- #: bws_functions.php:231
154
  msgid "Thank you for installing plugins by BestWebSoft!"
155
  msgstr "Dank u voor het installeren van een plugin van BestWebSoft!"
156
 
157
- #: bws_functions.php:233
158
  msgid "More Details"
159
  msgstr "Meer details"
160
 
161
- #: bws_functions.php:234
162
  msgid "Less Details"
163
  msgstr "Minder details"
164
 
165
- #: bws_functions.php:262
166
  msgid "Deprecated function(-s) is used on the site here:"
167
  msgstr "Deprecated functie(-s) word hier op de site gebruikt:"
168
 
169
- #: bws_functions.php:276
170
  msgid ""
171
  "This function(-s) will be removed over time. Please update the product(-s)."
172
  msgstr ""
173
  "Deze function(-s) zal mettertijd worden verwijderd. Update het product of "
174
  "producten."
175
 
176
- #: bws_functions.php:335
177
  msgid "It’s time to upgrade your"
178
  msgstr "Het is tijd om te upgraden, "
179
 
180
- #: bws_functions.php:335
181
  msgid "to"
182
  msgstr "aan"
183
 
184
- #: bws_functions.php:335
185
  msgid "version!"
186
  msgstr "versie!"
187
 
188
- #: bws_functions.php:336
189
  msgid "Extend standard plugin functionality with new great options."
190
  msgstr ""
191
  "Verleng de standaard plugin functionaliteit met nieuwe geweldige opties."
192
 
193
- #: bws_functions.php:382
194
  #, php-format
195
  msgid ""
196
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
@@ -199,12 +200,12 @@ msgstr ""
199
  "Uw licentiesleutel voor %s verloopt uit op %s en u krijgt geen TOP-"
200
  "PRIORITEIT SUPPORT of UPDATES."
201
 
202
- #: bws_functions.php:475
203
  #, php-format
204
  msgid "Thank you for choosing %s plugin!"
205
  msgstr "Bedankt voor het kiezen van %s plugin!"
206
 
207
- #: bws_functions.php:476
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,25 +213,25 @@ msgstr ""
212
  "Als u een feature, suggestie of idee hebt dat u graag wilt zien in de "
213
  "plugin, zouden we het graag willen horen!"
214
 
215
- #: bws_functions.php:477
216
  msgid "Suggest a Feature"
217
  msgstr "Deel een idee"
218
 
219
- #: bws_functions.php:493 class-bws-settings.php:533 class-bws-settings.php:536
220
- #: class-bws-settings.php:584 class-bws-settings.php:587
221
  msgid "Notice"
222
  msgstr "Opmerking"
223
 
224
- #: bws_functions.php:493
225
  msgid "The plugin's settings have been changed."
226
  msgstr "De instellingen van de plugin zijn gewijzigd."
227
 
228
- #: bws_functions.php:494 class-bws-settings.php:182 class-bws-settings.php:202
229
- #: deprecated.php:640
230
  msgid "Save Changes"
231
  msgstr "Bewerkingen opslaan"
232
 
233
- #: bws_functions.php:508
234
  msgid ""
235
  "You can always look at premium options by checking the \"Pro Options\" in "
236
  "the \"Misc\" tab."
@@ -238,81 +239,77 @@ msgstr ""
238
  "U kunt altijd premium opties bekijken door de \"Pro Options\" in het tabblad "
239
  "\"Misc\" te controleren."
240
 
241
- #: bws_functions.php:629
242
  msgid "Add BWS Shortcode"
243
  msgstr ""
244
 
245
- #: bws_functions.php:630
246
  msgid "Add BWS Plugins Shortcode"
247
  msgstr ""
248
 
249
- #: bws_functions.php:649
250
  msgid "Add shortcode"
251
  msgstr "Shortcode toevoegen"
252
 
253
- #: bws_functions.php:649
254
  msgid "Add BestWebSoft plugins' shortcodes using this button."
255
  msgstr "Voeg BestWebSoft plugins shortcodes toe aan deze knop."
256
 
257
- #: bws_functions.php:695
258
  msgid "Close"
259
  msgstr "Sluiten"
260
 
261
- #: bws_functions.php:787
262
  msgid "Are you sure you want to restore default settings?"
263
  msgstr "Weet u zeker dat u de standaardinstellingen wilt herstellen?"
264
 
265
- #: bws_functions.php:790
266
  msgid "Yes, restore all settings"
267
  msgstr "Ja, herstel alle instellingen"
268
 
269
- #: bws_functions.php:791
270
  msgid "No, go back to the settings page"
271
  msgstr "Nee, ga terug naar de instellingen"
272
 
273
- #: bws_functions.php:833
274
  msgid "Plugin"
275
  msgstr "Plugin"
276
 
277
- #: bws_functions.php:842
278
  msgid "Shortcode settings"
279
  msgstr "Shortcode instellingen"
280
 
281
- #: bws_functions.php:847
282
  msgid "The shortcode will be inserted"
283
  msgstr "De shortcode wordt ingevoegd"
284
 
285
- #: bws_functions.php:852
286
- msgid "Insert"
287
- msgstr "Invoegen"
288
-
289
- #: bws_functions.php:912
290
  msgid "FAQ"
291
  msgstr "FAQ"
292
 
293
- #: bws_functions.php:918
294
  msgid "For more information:"
295
  msgstr "Voor meer informatie:"
296
 
297
- #: bws_functions.php:919
298
  msgid "Documentation"
299
  msgstr "Documentatie"
300
 
301
- #: bws_functions.php:920
302
  msgid "Video Instructions"
303
  msgstr "Video Instructies"
304
 
305
- #: bws_functions.php:921
306
  msgid "Submit a Request"
307
  msgstr "Verzend een verzoek"
308
 
309
- #: bws_menu.php:101 class-bws-settings.php:781 deprecated.php:322
310
  msgid "Wrong license key"
311
  msgstr "Incorrecte licentiesleutel"
312
 
313
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
314
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
315
- #: deprecated.php:352
316
  msgid ""
317
  "Something went wrong. Please try again later. If the error appears again, "
318
  "please contact us"
@@ -320,14 +317,14 @@ msgstr ""
320
  "Er is iets fout gegaan. Probeer het later nogmaals. Als de fout zich blijft "
321
  "voordoen, neem dan contact met ons op"
322
 
323
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
324
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
325
- #: deprecated.php:352
326
  msgid "We are sorry for inconvenience."
327
  msgstr "Het spijt ons voor het ongemak."
328
 
329
- #: bws_menu.php:128 class-bws-settings.php:813 class-bws-settings.php:916
330
- #: deprecated.php:139 deprecated.php:358
331
  msgid "Wrong license key."
332
  msgstr "Verkeerde licentiesleutel."
333
 
@@ -343,11 +340,11 @@ msgstr ""
343
  msgid "Log in"
344
  msgstr "Log in"
345
 
346
- #: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
347
  msgid "Unfortunately, you have exceeded the number of available tries per day."
348
  msgstr "Helaas heb je het aantal beschikbare pogingen per dag overschreden."
349
 
350
- #: bws_menu.php:134 class-bws-settings.php:922 deprecated.php:364
351
  #, php-format
352
  msgid ""
353
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -356,7 +353,7 @@ msgstr ""
356
  "Helaas is uw licentie verlopen. Om voort te gaan met ondersteuning voor top-"
357
  "prioriteit en plugin-updates, moet u deze uitbreiden in uw %s"
358
 
359
- #: bws_menu.php:136 class-bws-settings.php:924 deprecated.php:366
360
  msgid ""
361
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
362
  "Trial license can be installed only once."
@@ -364,20 +361,19 @@ msgstr ""
364
  "Helaas is de Pro licentie al geïnstalleerd op dit domein. De Pro Trial "
365
  "licentie kan slechts één keer geïnstalleerd worden."
366
 
367
- #: bws_menu.php:142 class-bws-settings.php:828 deprecated.php:153
368
  msgid "The license key is valid."
369
  msgstr "De licentiesleutel is geldig."
370
 
371
- #: bws_menu.php:144 class-bws-settings.php:831 deprecated.php:156
372
  msgid "Your license will expire on"
373
  msgstr "Uw licentie vervalt op"
374
 
375
  #: bws_menu.php:146
376
- msgid "Congratulations! Pro Membership license is activated successfully."
377
  msgstr ""
378
- "Hartelijk gefeliciteerd! Uw Pro Membership licentie is succesvol geactiveerd."
379
 
380
- #: bws_menu.php:153 class-bws-settings.php:996 deprecated.php:435
381
  msgid ""
382
  "Something went wrong. Try again later or upload the plugin manually. We are "
383
  "sorry for inconvenience."
@@ -531,67 +527,68 @@ msgstr "Inactive Plugins"
531
  msgid "Please enter a valid email address."
532
  msgstr "Gelieve een geldig e-mailadres in te geven."
533
 
534
- #: bws_menu.php:264
535
- msgid "Email with system info is sent to"
536
- msgstr "E-mail met systeeminformatie wordt verzonden naar"
 
537
 
538
- #: bws_menu.php:268
539
  msgid "Thank you for contacting us."
540
  msgstr "Bedankt voor het contact met ons opnemen."
541
 
542
- #: bws_menu.php:291
543
  msgid "Sorry, email message could not be delivered."
544
  msgstr "Sorry, e-mailbericht kon niet worden geleverd."
545
 
546
- #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
547
  msgid "Plugins"
548
  msgstr "Plugins"
549
 
550
- #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
551
  msgid "Themes"
552
  msgstr "Thema's"
553
 
554
- #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
555
  msgid "System status"
556
  msgstr "Systeem status"
557
 
558
- #: bws_menu.php:317
559
  msgid "Support"
560
  msgstr "Support"
561
 
562
- #: bws_menu.php:318
563
  msgid "Manage purchased licenses & subscriptions"
564
  msgstr "Beheerde licenties en abonnementen beheren"
565
 
566
- #: bws_menu.php:326
567
  #, php-format
568
  msgid "Get Access to %s+ Premium Plugins"
569
  msgstr "Krijg toegang tot %s+ Premium plugins"
570
 
571
- #: bws_menu.php:328
572
  msgid "Subscribe to Pro Membership"
573
  msgstr "Abonneer je op de Pro Membership"
574
 
575
- #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:749
576
  #: deprecated.php:227
577
  msgid "Check license key"
578
  msgstr "Controleer de licentiesleutel"
579
 
580
- #: bws_menu.php:339
581
  msgid "Enter your license key"
582
  msgstr "Vul uw licentiesleutel in"
583
 
584
- #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
585
- #: class-bws-settings.php:728 deprecated.php:259 deprecated.php:267
586
- #: deprecated.php:629 deprecated.php:700 deprecated.php:709
587
  msgid "Activate"
588
  msgstr "Activateer"
589
 
590
- #: bws_menu.php:361
591
  msgid "Upload Plugin"
592
  msgstr "Upload Plugin"
593
 
594
- #: bws_menu.php:365
595
  #, php-format
596
  msgid ""
597
  "The plugin generated %d characters of <strong>unexpected output</strong> "
@@ -604,7 +601,7 @@ msgstr ""
604
  "met syndicationfeeds of andere problemen zijn; probeer deze plugin uit te "
605
  "schakelen of te verwijderen."
606
 
607
- #: bws_menu.php:367
608
  msgid ""
609
  "Plugin could not be activated because it triggered a <strong>fatal error</"
610
  "strong>."
@@ -612,41 +609,39 @@ msgstr ""
612
  "Plugin kan niet geactiveerd worden omdat het er <strong>fatal error</strong> "
613
  "zich voordoet."
614
 
615
- #: bws_menu.php:370
616
  msgid "Plugin <strong>activated</strong>."
617
  msgstr "Plugin <strong>geactiveerd</strong>."
618
 
619
- #: bws_menu.php:377
620
  msgid "Installing Plugin"
621
  msgstr "Installatie Plugin bezig"
622
 
623
- #: bws_menu.php:383
624
  msgid "Downloading install package from"
625
  msgstr "Installatiepakket downloaden vanaf"
626
 
627
- #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
628
- #: class-bws-settings.php:948 class-bws-settings.php:970
629
- #: class-bws-settings.php:992 deprecated.php:387 deprecated.php:409
630
- #: deprecated.php:431
631
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
632
  msgstr ""
633
  "Het ziparchief kon niet worden geladen. Gelieve de plugin handmatig te "
634
  "uploaden"
635
 
636
- #: bws_menu.php:408
637
  msgid "Unpacking the package"
638
  msgstr "Uitpakken van het pakket"
639
 
640
- #: bws_menu.php:413 bws_menu.php:421
641
  msgid "Installing the plugin"
642
  msgstr "De plugin installeren"
643
 
644
- #: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
645
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
646
  msgstr ""
647
  "Kan het zip-bestand niet openen. Gelieve de plugin handmatig te uploaden"
648
 
649
- #: bws_menu.php:424 class-bws-settings.php:966 deprecated.php:405
650
  msgid ""
651
  "Your server does not support either ZipArchive or Phar. Please, upload the "
652
  "plugin manually"
@@ -654,161 +649,161 @@ msgstr ""
654
  "Uw server ondersteunt geen ZipArchive of Phar. Gelieve de plugin handmatig "
655
  "te uploaden"
656
 
657
- #: bws_menu.php:427
658
  #, php-format
659
  msgid "The plugin %s is successfully installed."
660
  msgstr "De plugin %s is succesvol geïnstalleerd."
661
 
662
- #: bws_menu.php:434 class-bws-settings.php:973 deprecated.php:412
663
  msgid "UploadDir is not writable. Please, upload the plugin manually"
664
  msgstr ""
665
  "UploadDir is kan niet worden weggeschreven. Gelieve de plugin handmatig te "
666
  "uploaden"
667
 
668
- #: bws_menu.php:439
669
  msgid "Activate Plugin"
670
  msgstr "Activateer Plugin"
671
 
672
- #: bws_menu.php:439 bws_menu.php:445
673
  msgid "Return to BestWebSoft Panel"
674
  msgstr "Terug naar het BestWebSoft Paneel"
675
 
676
- #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
677
  msgid "All"
678
  msgstr "Alle"
679
 
680
- #: bws_menu.php:450 bws_menu.php:650
681
  msgid "Installed"
682
  msgstr "Geinstalleerd"
683
 
684
- #: bws_menu.php:451
685
  msgid "Not Installed"
686
  msgstr "Niet geinstalleerd"
687
 
688
- #: bws_menu.php:457
689
  msgid "Filter results"
690
  msgstr "Filter resultaten"
691
 
692
- #: bws_menu.php:460 bws_menu.php:589
693
  msgid "Category"
694
  msgstr "Categorieen"
695
 
696
- #: bws_menu.php:524
697
  msgid "Not installed"
698
  msgstr "Niet geinstalleerd"
699
 
700
- #: bws_menu.php:528
701
  msgid "Renew to get updates"
702
  msgstr "Vernieuw om updates te verkrijgen"
703
 
704
- #: bws_menu.php:531
705
  #, php-format
706
  msgid "Update to v %s"
707
  msgstr "Update naar v %s"
708
 
709
- #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
710
  msgid "Install Now"
711
  msgstr "Installeer nu"
712
 
713
- #: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
714
  msgid "Upgrade to Pro"
715
  msgstr "Upgrade naar Pro"
716
 
717
- #: bws_menu.php:563 bws_menu.php:572
718
  msgid "Activate this plugin"
719
  msgstr "Activateer deze plugin"
720
 
721
- #: bws_menu.php:575
722
  msgid "Install this plugin"
723
  msgstr "Installeer deze plugin"
724
 
725
- #: bws_menu.php:584
726
  msgid "Nothing found. Try another criteria."
727
  msgstr "Niks gevonden. Probeer een ander criteria."
728
 
729
- #: bws_menu.php:621 bws_menu.php:641
730
  #, php-format
731
  msgid "By %s"
732
  msgstr "By %s"
733
 
734
- #: bws_menu.php:648
735
  msgid "Already Installed"
736
  msgstr "Reeds geinstalleerd"
737
 
738
- #: bws_menu.php:659
739
- msgid "Browse Free WordPress Themes"
740
- msgstr "Browse Gratis WordPress Themas"
741
 
742
- #: bws_menu.php:668
743
  msgid "Send to support"
744
  msgstr "Stuur uw vraag"
745
 
746
- #: bws_menu.php:675
747
  msgid "Send to custom email &#187;"
748
  msgstr "Verzend naar aangepaste e-mail &#187;"
749
 
750
- #: class-bws-settings.php:135
751
  msgid "Information"
752
  msgstr "Informatie"
753
 
754
- #: class-bws-settings.php:143
755
  msgid "Inactive"
756
  msgstr "Inactief"
757
 
758
- #: class-bws-settings.php:151
759
  msgid "Expired"
760
  msgstr "Verlopen"
761
 
762
- #: class-bws-settings.php:154
763
  #, php-format
764
  msgid "%s day(-s) left"
765
  msgstr "%s dag(-en) over"
766
 
767
- #: class-bws-settings.php:160
768
  #, php-format
769
  msgid "Expired on %s"
770
  msgstr "Verlopen op %s"
771
 
772
- #: class-bws-settings.php:160
773
  msgid "Renew Now"
774
  msgstr "Vernieuw nu"
775
 
776
- #: class-bws-settings.php:162
777
  msgid "Active"
778
  msgstr "Actief"
779
 
780
- #: class-bws-settings.php:167
781
  msgid "License"
782
  msgstr "Licentie"
783
 
784
- #: class-bws-settings.php:170
785
  msgid "Status"
786
  msgstr "Status"
787
 
788
- #: class-bws-settings.php:174
789
  msgid "Version"
790
  msgstr "Versiie"
791
 
792
- #: class-bws-settings.php:282
793
  msgid "All plugin settings were restored."
794
  msgstr "Alle plugin-instellingen zijn hersteld."
795
 
796
- #: class-bws-settings.php:420
797
  msgid "Custom Code"
798
  msgstr "Maatwerk Code"
799
 
800
- #: class-bws-settings.php:424 deprecated.php:497
801
  msgid "You do not have sufficient permissions to edit plugins for this site."
802
  msgstr ""
803
  "U heeft niet voldoende permissies om plugins voor deze website te bewerken."
804
 
805
- #: class-bws-settings.php:429 deprecated.php:618
806
  msgid "These styles will be added to the header on all pages of your site."
807
  msgstr ""
808
  "Deze stijlen worden toegevoegd aan de koptekst op alle pagina's van uw "
809
  "website."
810
 
811
- #: class-bws-settings.php:432 deprecated.php:620
812
  #, php-format
813
  msgid ""
814
  "This PHP code will be hooked to the %s action and will be printed on front "
@@ -817,12 +812,12 @@ msgstr ""
817
  "Deze PHP-code wordt aangesloten op de %s actie en zal alleen op de website "
818
  "worden getoond."
819
 
820
- #: class-bws-settings.php:435
821
  msgid "These code will be added to the header on all pages of your site."
822
  msgstr ""
823
  "Deze code wordt toegevoegd aan de koptekst op alle pagina's van uw website."
824
 
825
- #: class-bws-settings.php:443 deprecated.php:644
826
  #, php-format
827
  msgid ""
828
  "You need to make this files writable before you can save your changes. See "
@@ -831,25 +826,25 @@ msgstr ""
831
  "U moet deze bestanden schrijfrechten geven voordat u de wijzigingen kunt "
832
  "opslaan. Zie %s de Codex %s voor meer informatie."
833
 
834
- #: class-bws-settings.php:453 deprecated.php:626
835
  msgid "Browsing"
836
  msgstr "Browsing"
837
 
838
- #: class-bws-settings.php:457
839
  #, php-format
840
  msgid "Activate custom %s code."
841
  msgstr "Activateer maatwerk %s code."
842
 
843
- #: class-bws-settings.php:464 deprecated.php:633
844
  #, php-format
845
  msgid "Learn more about %s"
846
  msgstr "Leer meer over %s"
847
 
848
- #: class-bws-settings.php:524
849
  msgid "Miscellaneous Settings"
850
  msgstr "Diversen instellingen"
851
 
852
- #: class-bws-settings.php:533 class-bws-settings.php:584
853
  #, php-format
854
  msgid ""
855
  "It is prohibited to change %s settings on this site in the %s network "
@@ -858,7 +853,7 @@ msgstr ""
858
  "Het is verboden om %s instellingen op deze website te wijzigen in de %s "
859
  "netwerkinstellingen."
860
 
861
- #: class-bws-settings.php:536 class-bws-settings.php:587
862
  #, php-format
863
  msgid ""
864
  "It is prohibited to view %s settings on this site in the %s network settings."
@@ -866,69 +861,69 @@ msgstr ""
866
  "Het is verboden om %s instellingen op deze website te bekijken in de %s "
867
  "netwerkinstellingen."
868
 
869
- #: class-bws-settings.php:545
870
  msgid "Pro Options"
871
  msgstr "Pro Opties"
872
 
873
- #: class-bws-settings.php:548
874
  msgid "Enable to display plugin Pro options."
875
  msgstr "Schakel in om plugin Pro opties te zien."
876
 
877
- #: class-bws-settings.php:553
878
  msgid "Track Usage"
879
  msgstr "Track gebruik"
880
 
881
- #: class-bws-settings.php:556
882
  msgid ""
883
  "Enable to allow tracking plugin usage anonymously in order to make it better."
884
  msgstr ""
885
  "Activeer het gebruik van anonieme tracking van de bijbehorende plug-in, om "
886
  "het product beter te maken."
887
 
888
- #: class-bws-settings.php:560
889
  msgid "Default Settings"
890
  msgstr "Standaard instellingen"
891
 
892
- #: class-bws-settings.php:562
893
  msgid "Restore Settings"
894
  msgstr "Instellingen herstellen"
895
 
896
- #: class-bws-settings.php:563
897
  msgid "This will restore plugin settings to defaults."
898
  msgstr ""
899
  "Dit zal de plugininstellingen herstellen naar de standaardinstellingen."
900
 
901
- #: class-bws-settings.php:575
902
  msgid "Import / Export"
903
  msgstr "Import / Export"
904
 
905
- #: class-bws-settings.php:691 class-bws-settings.php:724
906
- #: class-bws-settings.php:746
907
  msgid "License Key"
908
  msgstr "Licentiesleutel"
909
 
910
- #: class-bws-settings.php:714
911
  msgid "Congratulations! Pro license is activated successfully."
912
  msgstr "Hartelijk gefeliciteerd! De Pro licentie is succesvol geactiveerd."
913
 
914
- #: class-bws-settings.php:715
915
  #, php-format
916
  msgid "You will be automatically redirected to the %s in %s seconds."
917
  msgstr "U wordt automatisch doorgestuurd naar %s in %s seconden."
918
 
919
- #: class-bws-settings.php:715
920
  msgid "Settings page"
921
  msgstr "Instellingen"
922
 
923
- #: class-bws-settings.php:730
924
  #, php-format
925
  msgid "Enter your license key to activate %s and get premium plugin features."
926
  msgstr ""
927
  "Voer uw licentiesleutel in om %s te activeren en premium-pluginfuncties te "
928
  "krijgen."
929
 
930
- #: class-bws-settings.php:733 class-bws-settings.php:920 deprecated.php:362
931
- #: deprecated.php:703
932
  msgid ""
933
  "Unfortunately, you have exceeded the number of available tries per day. "
934
  "Please, upload the plugin manually."
@@ -936,12 +931,12 @@ msgstr ""
936
  "Helaas heeft u het aantal beschikbare pogingen per dag overschreden. Gelieve "
937
  "de plugin handmatig te uploaden."
938
 
939
- #: class-bws-settings.php:736 deprecated.php:694
940
  #, php-format
941
  msgid "Start Your Free %s-Day Trial Now"
942
  msgstr "Start nu uw gratis %s dag trial"
943
 
944
- #: class-bws-settings.php:751
945
  msgid ""
946
  "If necessary, you can check if the license key is correct or reenter it in "
947
  "the field below."
@@ -949,15 +944,15 @@ msgstr ""
949
  "Indien nodig kunt u controleren of de licentiesleutel juist is of u voert "
950
  "het opnieuw in het onderstaande veld."
951
 
952
- #: class-bws-settings.php:756
953
  msgid "Manage License Settings"
954
  msgstr "Beheer licentie instellingen"
955
 
956
- #: class-bws-settings.php:758
957
  msgid "Login to Client Area"
958
  msgstr "Inloggen op client gebied"
959
 
960
- #: class-bws-settings.php:760
961
  msgid ""
962
  "Manage active licenses, download BWS products, and view your payment history "
963
  "using BestWebSoft Client Area."
@@ -965,12 +960,12 @@ msgstr ""
965
  "Beheer actieve licenties, download BWS-producten en bekijk uw de "
966
  "betalingsgeschiedenis met behulp van de BestWebSoft Klanten Omgeving."
967
 
968
- #: class-bws-settings.php:815 class-bws-settings.php:918 deprecated.php:141
969
- #: deprecated.php:360
970
  msgid "This license key is bound to another site."
971
  msgstr "Deze licentiesleutel is gebonden aan een andere website."
972
 
973
- #: class-bws-settings.php:817 deprecated.php:143
974
  msgid ""
975
  "This license key is valid, but Your license has expired. If you want to "
976
  "update our plugin in future, you should extend the license."
@@ -978,11 +973,11 @@ msgstr ""
978
  "Deze licentiesleutel is geldig, maar uw licentie is verlopen. Als u onze "
979
  "plugin in de toekomst wilt bijwerken, moet u de licentie verlengen."
980
 
981
- #: class-bws-settings.php:819 deprecated.php:145
982
  msgid "Unfortunately, you have exceeded the number of available tries."
983
  msgstr "Helaas heeft u het aantal beschikbare pogingen overschreden."
984
 
985
- #: class-bws-settings.php:821 deprecated.php:147
986
  msgid ""
987
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
988
  "The Pro Trial license can be installed only once."
@@ -990,37 +985,159 @@ msgstr ""
990
  "Helaas, de Pro Trial licentie was al geïnstalleerd op dit domein. De Pro "
991
  "Trial License kan helaas maar eenmalig gebruikt worden."
992
 
993
- #: class-bws-settings.php:826 deprecated.php:151
994
  msgid "The Pro Trial license key is valid."
995
  msgstr "De Pro Trial licentiesleutel is geldig."
996
 
997
- #: class-bws-settings.php:834 deprecated.php:159 deprecated.php:246
998
  #, php-format
999
  msgid ""
1000
  "In order to continue using the plugin it is necessary to buy a %s license."
1001
  msgstr ""
1002
  "Om door te gaan met de plugin is het nodig om een %s licentie te kopen."
1003
 
1004
- #: class-bws-settings.php:1031 deprecated.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1005
  msgid "Please, enter Your license key"
1006
  msgstr "Vul alstublieft uw licentiesleutel in"
1007
 
1008
- #: class-bws-settings.php:1043
1009
  msgid "Need Help?"
1010
  msgstr "Hulp nodig?"
1011
 
1012
- #: class-bws-settings.php:1045
1013
  msgid "Read the Instruction"
1014
  msgstr "Lees de instructie"
1015
 
1016
- #: class-bws-settings.php:1049
1017
  msgid "Watch the Video"
1018
  msgstr "Bekijk de Video"
1019
 
1020
- #: class-bws-settings.php:1060
1021
  msgid "Start Your Free Trial"
1022
  msgstr "Begin uw gratis proefperiode"
1023
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1024
  #: deprecated.php:93
1025
  msgid "System Status"
1026
  msgstr "Systeem status"
@@ -1047,68 +1164,68 @@ msgstr ""
1047
  "(Uw gebruikersnaam is het e-mailadres dat is opgegeven tijdens de aankoop). "
1048
  "Indien nodig, verstuur alstublieft \"Verstuur uw wachtwoord?\" Verzoek."
1049
 
1050
- #: deprecated.php:247
1051
  msgid "After that, you can activate it by entering your license key."
1052
  msgstr "Daarna kunt u activeren door uw licentiesleutel in te voeren."
1053
 
1054
- #: deprecated.php:249 deprecated.php:688
1055
  msgid "License key can be found in the"
1056
  msgstr "Licentiesleutel is te vinden in de"
1057
 
1058
- #: deprecated.php:251 deprecated.php:690
1059
  msgid "(your username is the email address specified during the purchase)."
1060
  msgstr ""
1061
  "(Uw gebruikersnaam is het e-mailadres dat is opgegeven tijdens de aankoop)."
1062
 
1063
- #: deprecated.php:278
1064
  msgid ""
1065
  "Congratulations! The Pro license of the plugin is activated successfully."
1066
  msgstr ""
1067
  "Hartelijk gefeliciteerd! De Pro-licentie van de plugin is succesvol "
1068
  "geactiveerd."
1069
 
1070
- #: deprecated.php:280 deprecated.php:669
1071
  msgid "Please, go to"
1072
  msgstr "Ga aub naar"
1073
 
1074
- #: deprecated.php:280 deprecated.php:669
1075
  msgid "the setting page"
1076
  msgstr "de instellingen"
1077
 
1078
- #: deprecated.php:281 deprecated.php:670
1079
  msgid "You will be redirected automatically in 5 seconds."
1080
  msgstr "U wordt na 5 seconden automatisch doorverwezen."
1081
 
1082
- #: deprecated.php:315
1083
  msgid "Check premium options on the plugin settings page!"
1084
  msgstr "Controleer de premiumopties op de pagina met Plugin-instellingen!"
1085
 
1086
- #: deprecated.php:478
1087
  msgid "Restore all plugin settings to defaults"
1088
  msgstr "Herstel alle plugin-instellingen naar de standaardinstellingen"
1089
 
1090
- #: deprecated.php:480
1091
  msgid "Restore settings"
1092
  msgstr "Herstel instellingen"
1093
 
1094
- #: deprecated.php:548 deprecated.php:575
1095
  #, php-format
1096
  msgid "File %s edited successfully."
1097
  msgstr "Bestand %s is succesvol bewerkt"
1098
 
1099
- #: deprecated.php:550 deprecated.php:577
1100
  msgid "Not enough permissions to create or update the file"
1101
  msgstr "Niet genoeg rechten om het bestand te maken of aan te passen"
1102
 
1103
- #: deprecated.php:580
1104
  msgid "Not enough permissions to create the file"
1105
  msgstr "Niet genoeg rechten om het bestand te maken"
1106
 
1107
- #: deprecated.php:624
1108
  msgid "Editing"
1109
  msgstr "Bewerken"
1110
 
1111
- #: deprecated.php:667
1112
  msgid ""
1113
  "Congratulations! Pro version of the plugin is installed and activated "
1114
  "successfully."
@@ -1116,15 +1233,15 @@ msgstr ""
1116
  "Hartelijk gefeliciteerd! De Pro-versie van de plugin is succesvol "
1117
  "geïnstalleerd en geactiveerd."
1118
 
1119
- #: deprecated.php:677
1120
  msgid "Show Pro features"
1121
  msgstr "Toon de Pro functies"
1122
 
1123
- #: deprecated.php:684
1124
  msgid "Enter your license key to install and activate"
1125
  msgstr "Voer uw licentiesleutel in om te installeren en te activeren"
1126
 
1127
- #: deprecated.php:686
1128
  msgid "version of the plugin."
1129
  msgstr "versie van de plugin."
1130
 
@@ -1165,8 +1282,7 @@ msgid "SMM"
1165
  msgstr ""
1166
 
1167
  #: product_list.php:22
1168
- msgid ""
1169
- "Protect WordPress website forms from spam entries by means of math logic."
1170
  msgstr ""
1171
 
1172
  #: product_list.php:32
@@ -1206,256 +1322,263 @@ msgstr ""
1206
 
1207
  #: product_list.php:103
1208
  msgid ""
1209
- "Automatically add outgoing email messages to queue instead of sending them "
1210
- "immediately."
1211
- msgstr ""
1212
-
1213
- #: product_list.php:110
1214
- msgid ""
1215
  "Get latest error log messages to diagnose website problems. Define and fix "
1216
  "issues faster."
1217
  msgstr ""
1218
 
1219
- #: product_list.php:117
1220
  msgid ""
1221
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1222
  "widgets."
1223
  msgstr ""
1224
 
1225
- #: product_list.php:127
1226
  msgid ""
1227
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1228
  "clicks."
1229
  msgstr ""
1230
 
1231
- #: product_list.php:137
1232
- msgid ""
1233
- "Add unlimited gallery categories. Organize images to make the navigation "
1234
- "through content easier."
1235
- msgstr ""
1236
-
1237
- #: product_list.php:144
1238
  msgid ""
1239
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1240
  "posts, pages and widgets."
1241
  msgstr ""
1242
 
1243
- #: product_list.php:154
1244
  msgid ""
1245
  "Stronger security solution which protects your WordPress website from hacks "
1246
  "and unauthorized login attempts."
1247
  msgstr ""
1248
 
1249
- #: product_list.php:164
1250
  msgid ""
1251
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1252
  "results, categories, tags, and widgets."
1253
  msgstr ""
1254
 
1255
- #: product_list.php:174
1256
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1257
  msgstr ""
1258
 
1259
- #: product_list.php:184
1260
  msgid ""
1261
  "Protect WordPress website forms from spam entries with Google Captcha "
1262
  "(reCaptcha)."
1263
  msgstr ""
1264
 
1265
- #: product_list.php:194
1266
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1267
  msgstr ""
1268
 
1269
- #: product_list.php:204
1270
  msgid ""
1271
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1272
  "your blog."
1273
  msgstr ""
1274
 
1275
- #: product_list.php:214
1276
  msgid ""
1277
  "Replace external WordPress website links with Google shortlinks and track "
1278
  "click stats."
1279
  msgstr ""
1280
 
1281
- #: product_list.php:221
1282
  msgid ""
1283
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1284
  "hostnames, etc."
1285
  msgstr ""
1286
 
1287
- #: product_list.php:231
1288
  msgid ""
1289
  "Create your personal job board and listing WordPress website. Search jobs, "
1290
  "submit CV/resumes, choose candidates."
1291
  msgstr ""
1292
 
1293
- #: product_list.php:238
1294
  msgid ""
1295
  "Protect WordPress website against brute force attacks. Limit rate of login "
1296
  "attempts."
1297
  msgstr ""
1298
 
1299
- #: product_list.php:248
1300
  msgid ""
1301
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1302
  "5 plugins included – profile, insider, etc."
1303
  msgstr ""
1304
 
1305
- #: product_list.php:258
1306
  msgid ""
1307
  "Translate WordPress website content to other languages manually. Create "
1308
  "multilingual pages, posts, widgets, menus, etc."
1309
  msgstr ""
1310
 
1311
- #: product_list.php:268
1312
  msgid ""
1313
  "Add customizable pagination to WordPress website. Split long content to "
1314
  "multiple pages for better navigation."
1315
  msgstr ""
1316
 
1317
- #: product_list.php:278
1318
  msgid ""
1319
  "Generate PDF files and print WordPress posts/pages. Customize document "
1320
  "header/footer styles and appearance."
1321
  msgstr ""
1322
 
1323
- #: product_list.php:288
1324
  msgid ""
1325
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1326
  "Profile) to WordPress posts, pages and widgets."
1327
  msgstr ""
1328
 
1329
- #: product_list.php:298
1330
  msgid ""
1331
  "Create your personal portfolio WordPress website. Manage and showcase past "
1332
  "projects to get more clients."
1333
  msgstr ""
1334
 
1335
- #: product_list.php:308
1336
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1337
  msgstr ""
1338
 
1339
- #: product_list.php:315
1340
  msgid ""
1341
  "Add extra fields to default WordPress user profile. The easiest way to "
1342
  "create and manage additional custom values."
1343
  msgstr ""
1344
 
1345
- #: product_list.php:322
1346
  msgid ""
1347
  "Add and display HTML advertisement banner on WordPress website. Customize "
1348
  "bar styles and appearance."
1349
  msgstr ""
1350
 
1351
- #: product_list.php:332
1352
  msgid ""
1353
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1354
  "widgets."
1355
  msgstr ""
1356
 
1357
- #: product_list.php:339
1358
  msgid ""
1359
  "Add rating plugin to your WordPress website to receive feedback from your "
1360
  "customers."
1361
  msgstr ""
1362
 
1363
- #: product_list.php:346
1364
  msgid ""
1365
  "Create your personal real estate WordPress website. Sell, rent and buy "
1366
  "properties. Add, search and browse listings easily."
1367
  msgstr ""
1368
 
1369
- #: product_list.php:356
1370
- msgid ""
1371
- "Attach, un-attach and re-attach media files quickly to WordPress posts and "
1372
- "pages."
1373
- msgstr ""
1374
-
1375
- #: product_list.php:363
1376
  msgid ""
1377
  "Add related, featured, latest, and popular posts to your WordPress website. "
1378
  "Connect your blog readers with a relevant content."
1379
  msgstr ""
1380
 
1381
- #: product_list.php:370
1382
  msgid ""
1383
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1384
  "settings and detailed reports."
1385
  msgstr ""
1386
 
1387
- #: product_list.php:380
1388
  msgid ""
1389
  "The best responsive slider plugin for your WordPress website. Create "
1390
  "beautifully animated slides just in a few clicks."
1391
  msgstr ""
1392
 
1393
- #: product_list.php:387
1394
  msgid ""
1395
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1396
  "Yahoo, Hotmail and other services."
1397
  msgstr ""
1398
 
1399
- #: product_list.php:394
1400
  msgid ""
1401
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1402
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1403
  msgstr ""
1404
 
1405
- #: product_list.php:404
1406
  msgid ""
1407
  "Add social media login, registration, and commenting to your WordPress "
1408
  "website."
1409
  msgstr ""
1410
 
1411
- #: product_list.php:411
1412
  msgid ""
1413
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1414
  "Collect data and subscribe your users."
1415
  msgstr ""
1416
 
1417
- #: product_list.php:421
1418
  msgid ""
1419
  "Add testimonials and feedbacks from your customers to WordPress website "
1420
  "posts, pages, and widgets."
1421
  msgstr ""
1422
 
1423
- #: product_list.php:428
1424
  msgid ""
1425
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1426
  "attendance and generate reports."
1427
  msgstr ""
1428
 
1429
- #: product_list.php:438
1430
  msgid ""
1431
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1432
  "and pages."
1433
  msgstr ""
1434
 
1435
- #: product_list.php:448
1436
  msgid ""
1437
  "Automatically check and update WordPress website core with all installed "
1438
  "plugins and themes to the latest versions."
1439
  msgstr ""
1440
 
1441
- #: product_list.php:458
1442
  msgid ""
1443
  "Powerful user role management plugin for WordPress website. Create, edit, "
1444
  "copy, and delete user roles."
1445
  msgstr ""
1446
 
1447
- #: product_list.php:468
1448
  msgid ""
1449
  "Display live count of online visitors who are currently browsing your "
1450
  "WordPress website."
1451
  msgstr ""
1452
 
1453
- #: product_list.php:478
1454
  msgid ""
1455
  "Backup and export Zendesk Help Center content automatically to your "
1456
  "WordPress website database."
1457
  msgstr ""
1458
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1459
  #~ msgid "Advertisement"
1460
  #~ msgstr "Advertentie"
1461
 
@@ -1473,6 +1596,3 @@ msgstr ""
1473
 
1474
  #~ msgid "Utilities"
1475
  #~ msgstr "Voorzieningen"
1476
-
1477
- #~ msgid "Other"
1478
- #~ msgstr "Anders"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-11 16:43+0300\n"
6
+ "PO-Revision-Date: 2017-09-11 16:43+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
  "Language: nl_NL\n"
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 "benodigd"
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
  "of hoger, daarom is deze gedeactiveerd! Upgrade WordPress en probeer het "
29
  "opnieuw."
30
 
31
+ #: bws_functions.php:76
32
  msgid "Back to the WordPress"
33
  msgstr "Terug naar WordPress"
34
 
35
+ #: bws_functions.php:78
36
  msgid "Plugins page"
37
  msgstr "Plugins pagina"
38
 
39
+ #: bws_functions.php:92
40
  msgid "Like the plugin?"
41
  msgstr "Like de 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 "Rate it"
51
 
52
+ #: bws_functions.php:103
53
  msgid "Need help?"
54
  msgstr "Hulp nodig?"
55
 
56
+ #: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
57
  msgid "Visit Help Center"
58
  msgstr "Bezoek het Helpcentrum"
59
 
60
+ #: bws_functions.php:107
61
  msgid "Want to support the plugin?"
62
  msgstr "Geef ondersteuning aan de plug-in?"
63
 
64
+ #: bws_functions.php:108 bws_menu.php:560
65
  msgid "Donate"
66
  msgstr "Doneer"
67
 
68
+ #: bws_functions.php:128
69
  msgid "WARNING: Illegal use notification"
70
  msgstr "LET OP!: Onwettige gebruiksmelding"
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
 
80
+ #: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
81
+ #: class-bws-settings.php:144
82
  msgid "Learn More"
83
  msgstr "Leer meer"
84
 
85
+ #: bws_functions.php:145
86
  msgid ""
87
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
88
  "you should buy a Pro license"
90
  "Opmerking: Uw Pro Trial licentie is verlopen. Om de plugin verder te "
91
  "gebruiken, moet u een Pro-licentie kopen"
92
 
93
+ #: bws_functions.php:147
94
  msgid ""
95
  "Your license has expired. To continue getting top-priority support and "
96
  "plugin updates, you should extend it."
98
  "Uw licentie is verlopen. Om voort te gaan met ondersteuning voor top-"
99
  "prioriteit en plugin-updates, moet u het uitbreiden."
100
 
101
+ #: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
102
  msgid "Learn more"
103
  msgstr "Leer meer"
104
 
105
+ #: bws_functions.php:165
106
  #, php-format
107
  msgid "Notice: You are using the Pro Trial license of %s plugin."
108
  msgstr "Opmerking: U maakt gebruikt van de Pro Trial licentie van %s plugin."
109
 
110
+ #: bws_functions.php:167
111
  msgid "Notice: You are using the Pro Trial license of plugin."
112
  msgstr "Opmerking: U gebruikt de Pro Trial licentie van de plugin."
113
 
114
+ #: bws_functions.php:170
115
  msgid "The Pro Trial license will expire on"
116
  msgstr "De Pro Trial licentie vervalt op"
117
 
118
+ #: bws_functions.php:193
119
  msgid ""
120
  "or higher! We do not guarantee that our plugin will work correctly. Please "
121
  "upgrade to WordPress latest version."
123
  "of hoger! Wij garanderen niet dat onze plugin correct blijft werken. Upgrade "
124
  "nu naar de nieuwste versie van WordPress."
125
 
126
+ #: bws_functions.php:208
127
  #, php-format
128
  msgid "Thank you for installing %s plugin!"
129
  msgstr "Dank u voor het installeren van %s plugin!"
130
 
131
+ #: bws_functions.php:210
132
  msgid "Let's get started"
133
  msgstr "Laten we aan de slag gaan"
134
 
135
+ #: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
136
+ #: bws_menu.php:566
137
  msgid "Settings"
138
  msgstr "Settings"
139
 
140
+ #: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
141
+ #: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
142
  msgid "or"
143
  msgstr "of"
144
 
145
+ #: bws_functions.php:214 bws_functions.php:246
146
  msgid "Add New"
147
  msgstr "Nieuwe toevoegen"
148
 
149
+ #: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
150
+ #: bws_functions.php:385 bws_functions.php:487
151
  msgid "Close notice"
152
  msgstr "Opmerking sluiten"
153
 
154
+ #: bws_functions.php:233
155
  msgid "Thank you for installing plugins by BestWebSoft!"
156
  msgstr "Dank u voor het installeren van een plugin van BestWebSoft!"
157
 
158
+ #: bws_functions.php:235
159
  msgid "More Details"
160
  msgstr "Meer details"
161
 
162
+ #: bws_functions.php:236
163
  msgid "Less Details"
164
  msgstr "Minder details"
165
 
166
+ #: bws_functions.php:264
167
  msgid "Deprecated function(-s) is used on the site here:"
168
  msgstr "Deprecated functie(-s) word hier op de site gebruikt:"
169
 
170
+ #: bws_functions.php:278
171
  msgid ""
172
  "This function(-s) will be removed over time. Please update the product(-s)."
173
  msgstr ""
174
  "Deze function(-s) zal mettertijd worden verwijderd. Update het product of "
175
  "producten."
176
 
177
+ #: bws_functions.php:337
178
  msgid "It’s time to upgrade your"
179
  msgstr "Het is tijd om te upgraden, "
180
 
181
+ #: bws_functions.php:337
182
  msgid "to"
183
  msgstr "aan"
184
 
185
+ #: bws_functions.php:337
186
  msgid "version!"
187
  msgstr "versie!"
188
 
189
+ #: bws_functions.php:338
190
  msgid "Extend standard plugin functionality with new great options."
191
  msgstr ""
192
  "Verleng de standaard plugin functionaliteit met nieuwe geweldige opties."
193
 
194
+ #: bws_functions.php:389
195
  #, php-format
196
  msgid ""
197
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
200
  "Uw licentiesleutel voor %s verloopt uit op %s en u krijgt geen TOP-"
201
  "PRIORITEIT SUPPORT of UPDATES."
202
 
203
+ #: bws_functions.php:482
204
  #, php-format
205
  msgid "Thank you for choosing %s plugin!"
206
  msgstr "Bedankt voor het kiezen van %s plugin!"
207
 
208
+ #: bws_functions.php:483
209
  msgid ""
210
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
211
  "we'd love to hear about it!"
213
  "Als u een feature, suggestie of idee hebt dat u graag wilt zien in de "
214
  "plugin, zouden we het graag willen horen!"
215
 
216
+ #: bws_functions.php:484
217
  msgid "Suggest a Feature"
218
  msgstr "Deel een idee"
219
 
220
+ #: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
221
+ #: class-bws-settings.php:595 class-bws-settings.php:598
222
  msgid "Notice"
223
  msgstr "Opmerking"
224
 
225
+ #: bws_functions.php:500
226
  msgid "The plugin's settings have been changed."
227
  msgstr "De instellingen van de plugin zijn gewijzigd."
228
 
229
+ #: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
230
+ #: deprecated.php:642
231
  msgid "Save Changes"
232
  msgstr "Bewerkingen opslaan"
233
 
234
+ #: bws_functions.php:515
235
  msgid ""
236
  "You can always look at premium options by checking the \"Pro Options\" in "
237
  "the \"Misc\" tab."
239
  "U kunt altijd premium opties bekijken door de \"Pro Options\" in het tabblad "
240
  "\"Misc\" te controleren."
241
 
242
+ #: bws_functions.php:653
243
  msgid "Add BWS Shortcode"
244
  msgstr ""
245
 
246
+ #: bws_functions.php:654
247
  msgid "Add BWS Plugins Shortcode"
248
  msgstr ""
249
 
250
+ #: bws_functions.php:673
251
  msgid "Add shortcode"
252
  msgstr "Shortcode toevoegen"
253
 
254
+ #: bws_functions.php:673
255
  msgid "Add BestWebSoft plugins' shortcodes using this button."
256
  msgstr "Voeg BestWebSoft plugins shortcodes toe aan deze knop."
257
 
258
+ #: bws_functions.php:729
259
  msgid "Close"
260
  msgstr "Sluiten"
261
 
262
+ #: bws_functions.php:821
263
  msgid "Are you sure you want to restore default settings?"
264
  msgstr "Weet u zeker dat u de standaardinstellingen wilt herstellen?"
265
 
266
+ #: bws_functions.php:824
267
  msgid "Yes, restore all settings"
268
  msgstr "Ja, herstel alle instellingen"
269
 
270
+ #: bws_functions.php:825
271
  msgid "No, go back to the settings page"
272
  msgstr "Nee, ga terug naar de instellingen"
273
 
274
+ #: bws_functions.php:867
275
  msgid "Plugin"
276
  msgstr "Plugin"
277
 
278
+ #: bws_functions.php:876
279
  msgid "Shortcode settings"
280
  msgstr "Shortcode instellingen"
281
 
282
+ #: bws_functions.php:881
283
  msgid "The shortcode will be inserted"
284
  msgstr "De shortcode wordt ingevoegd"
285
 
286
+ #: bws_functions.php:922
 
 
 
 
287
  msgid "FAQ"
288
  msgstr "FAQ"
289
 
290
+ #: bws_functions.php:928
291
  msgid "For more information:"
292
  msgstr "Voor meer informatie:"
293
 
294
+ #: bws_functions.php:929
295
  msgid "Documentation"
296
  msgstr "Documentatie"
297
 
298
+ #: bws_functions.php:930
299
  msgid "Video Instructions"
300
  msgstr "Video Instructies"
301
 
302
+ #: bws_functions.php:931
303
  msgid "Submit a Request"
304
  msgstr "Verzend een verzoek"
305
 
306
+ #: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
307
  msgid "Wrong license key"
308
  msgstr "Incorrecte licentiesleutel"
309
 
310
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
311
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
312
+ #: deprecated.php:353
313
  msgid ""
314
  "Something went wrong. Please try again later. If the error appears again, "
315
  "please contact us"
317
  "Er is iets fout gegaan. Probeer het later nogmaals. Als de fout zich blijft "
318
  "voordoen, neem dan contact met ons op"
319
 
320
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
321
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
322
+ #: deprecated.php:353
323
  msgid "We are sorry for inconvenience."
324
  msgstr "Het spijt ons voor het ongemak."
325
 
326
+ #: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
327
+ #: deprecated.php:139 deprecated.php:359
328
  msgid "Wrong license key."
329
  msgstr "Verkeerde licentiesleutel."
330
 
340
  msgid "Log in"
341
  msgstr "Log in"
342
 
343
+ #: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
344
  msgid "Unfortunately, you have exceeded the number of available tries per day."
345
  msgstr "Helaas heb je het aantal beschikbare pogingen per dag overschreden."
346
 
347
+ #: bws_menu.php:134 deprecated.php:365
348
  #, php-format
349
  msgid ""
350
  "Unfortunately, Your license has expired. To continue getting top-priority "
353
  "Helaas is uw licentie verlopen. Om voort te gaan met ondersteuning voor top-"
354
  "prioriteit en plugin-updates, moet u deze uitbreiden in uw %s"
355
 
356
+ #: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
357
  msgid ""
358
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
359
  "Trial license can be installed only once."
361
  "Helaas is de Pro licentie al geïnstalleerd op dit domein. De Pro Trial "
362
  "licentie kan slechts één keer geïnstalleerd worden."
363
 
364
+ #: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
365
  msgid "The license key is valid."
366
  msgstr "De licentiesleutel is geldig."
367
 
368
+ #: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
369
  msgid "Your license will expire on"
370
  msgstr "Uw licentie vervalt op"
371
 
372
  #: bws_menu.php:146
373
+ msgid "Congratulations! Pro Membership license is activated successfully."
374
  msgstr ""
 
375
 
376
+ #: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
377
  msgid ""
378
  "Something went wrong. Try again later or upload the plugin manually. We are "
379
  "sorry for inconvenience."
527
  msgid "Please enter a valid email address."
528
  msgstr "Gelieve een geldig e-mailadres in te geven."
529
 
530
+ #: bws_menu.php:262
531
+ #, php-format
532
+ msgid "Email with system info is sent to %s."
533
+ msgstr ""
534
 
535
+ #: bws_menu.php:266
536
  msgid "Thank you for contacting us."
537
  msgstr "Bedankt voor het contact met ons opnemen."
538
 
539
+ #: bws_menu.php:289
540
  msgid "Sorry, email message could not be delivered."
541
  msgstr "Sorry, e-mailbericht kon niet worden geleverd."
542
 
543
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
544
  msgid "Plugins"
545
  msgstr "Plugins"
546
 
547
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
548
  msgid "Themes"
549
  msgstr "Thema's"
550
 
551
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
552
  msgid "System status"
553
  msgstr "Systeem status"
554
 
555
+ #: bws_menu.php:315
556
  msgid "Support"
557
  msgstr "Support"
558
 
559
+ #: bws_menu.php:316
560
  msgid "Manage purchased licenses & subscriptions"
561
  msgstr "Beheerde licenties en abonnementen beheren"
562
 
563
+ #: bws_menu.php:324
564
  #, php-format
565
  msgid "Get Access to %s+ Premium Plugins"
566
  msgstr "Krijg toegang tot %s+ Premium plugins"
567
 
568
+ #: bws_menu.php:326
569
  msgid "Subscribe to Pro Membership"
570
  msgstr "Abonneer je op de Pro Membership"
571
 
572
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
573
  #: deprecated.php:227
574
  msgid "Check license key"
575
  msgstr "Controleer de licentiesleutel"
576
 
577
+ #: bws_menu.php:337
578
  msgid "Enter your license key"
579
  msgstr "Vul uw licentiesleutel in"
580
 
581
+ #: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
582
+ #: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
583
+ #: deprecated.php:631 deprecated.php:703 deprecated.php:712
584
  msgid "Activate"
585
  msgstr "Activateer"
586
 
587
+ #: bws_menu.php:359
588
  msgid "Upload Plugin"
589
  msgstr "Upload Plugin"
590
 
591
+ #: bws_menu.php:363
592
  #, php-format
593
  msgid ""
594
  "The plugin generated %d characters of <strong>unexpected output</strong> "
601
  "met syndicationfeeds of andere problemen zijn; probeer deze plugin uit te "
602
  "schakelen of te verwijderen."
603
 
604
+ #: bws_menu.php:365
605
  msgid ""
606
  "Plugin could not be activated because it triggered a <strong>fatal error</"
607
  "strong>."
609
  "Plugin kan niet geactiveerd worden omdat het er <strong>fatal error</strong> "
610
  "zich voordoet."
611
 
612
+ #: bws_menu.php:368
613
  msgid "Plugin <strong>activated</strong>."
614
  msgstr "Plugin <strong>geactiveerd</strong>."
615
 
616
+ #: bws_menu.php:375
617
  msgid "Installing Plugin"
618
  msgstr "Installatie Plugin bezig"
619
 
620
+ #: bws_menu.php:381
621
  msgid "Downloading install package from"
622
  msgstr "Installatiepakket downloaden vanaf"
623
 
624
+ #: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
625
+ #: deprecated.php:410 deprecated.php:432
 
 
626
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
627
  msgstr ""
628
  "Het ziparchief kon niet worden geladen. Gelieve de plugin handmatig te "
629
  "uploaden"
630
 
631
+ #: bws_menu.php:406
632
  msgid "Unpacking the package"
633
  msgstr "Uitpakken van het pakket"
634
 
635
+ #: bws_menu.php:411 bws_menu.php:419
636
  msgid "Installing the plugin"
637
  msgstr "De plugin installeren"
638
 
639
+ #: bws_menu.php:415 deprecated.php:400
640
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
641
  msgstr ""
642
  "Kan het zip-bestand niet openen. Gelieve de plugin handmatig te uploaden"
643
 
644
+ #: bws_menu.php:422 deprecated.php:406
645
  msgid ""
646
  "Your server does not support either ZipArchive or Phar. Please, upload the "
647
  "plugin manually"
649
  "Uw server ondersteunt geen ZipArchive of Phar. Gelieve de plugin handmatig "
650
  "te uploaden"
651
 
652
+ #: bws_menu.php:425
653
  #, php-format
654
  msgid "The plugin %s is successfully installed."
655
  msgstr "De plugin %s is succesvol geïnstalleerd."
656
 
657
+ #: bws_menu.php:432 deprecated.php:413
658
  msgid "UploadDir is not writable. Please, upload the plugin manually"
659
  msgstr ""
660
  "UploadDir is kan niet worden weggeschreven. Gelieve de plugin handmatig te "
661
  "uploaden"
662
 
663
+ #: bws_menu.php:437
664
  msgid "Activate Plugin"
665
  msgstr "Activateer Plugin"
666
 
667
+ #: bws_menu.php:437 bws_menu.php:443
668
  msgid "Return to BestWebSoft Panel"
669
  msgstr "Terug naar het BestWebSoft Paneel"
670
 
671
+ #: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
672
  msgid "All"
673
  msgstr "Alle"
674
 
675
+ #: bws_menu.php:454 bws_menu.php:637
676
  msgid "Installed"
677
  msgstr "Geinstalleerd"
678
 
679
+ #: bws_menu.php:457
680
  msgid "Not Installed"
681
  msgstr "Niet geinstalleerd"
682
 
683
+ #: bws_menu.php:464
684
  msgid "Filter results"
685
  msgstr "Filter resultaten"
686
 
687
+ #: bws_menu.php:467 bws_menu.php:596
688
  msgid "Category"
689
  msgstr "Categorieen"
690
 
691
+ #: bws_menu.php:531
692
  msgid "Not installed"
693
  msgstr "Niet geinstalleerd"
694
 
695
+ #: bws_menu.php:535
696
  msgid "Renew to get updates"
697
  msgstr "Vernieuw om updates te verkrijgen"
698
 
699
+ #: bws_menu.php:538
700
  #, php-format
701
  msgid "Update to v %s"
702
  msgstr "Update naar v %s"
703
 
704
+ #: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
705
  msgid "Install Now"
706
  msgstr "Installeer nu"
707
 
708
+ #: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
709
  msgid "Upgrade to Pro"
710
  msgstr "Upgrade naar Pro"
711
 
712
+ #: bws_menu.php:570 bws_menu.php:579
713
  msgid "Activate this plugin"
714
  msgstr "Activateer deze plugin"
715
 
716
+ #: bws_menu.php:582
717
  msgid "Install this plugin"
718
  msgstr "Installeer deze plugin"
719
 
720
+ #: bws_menu.php:591
721
  msgid "Nothing found. Try another criteria."
722
  msgstr "Niks gevonden. Probeer een ander criteria."
723
 
724
+ #: bws_menu.php:628
725
  #, php-format
726
  msgid "By %s"
727
  msgstr "By %s"
728
 
729
+ #: bws_menu.php:635
730
  msgid "Already Installed"
731
  msgstr "Reeds geinstalleerd"
732
 
733
+ #: bws_menu.php:645
734
+ msgid "Browse More WordPress Themes"
735
+ msgstr ""
736
 
737
+ #: bws_menu.php:654
738
  msgid "Send to support"
739
  msgstr "Stuur uw vraag"
740
 
741
+ #: bws_menu.php:661
742
  msgid "Send to custom email &#187;"
743
  msgstr "Verzend naar aangepaste e-mail &#187;"
744
 
745
+ #: class-bws-settings.php:136
746
  msgid "Information"
747
  msgstr "Informatie"
748
 
749
+ #: class-bws-settings.php:144
750
  msgid "Inactive"
751
  msgstr "Inactief"
752
 
753
+ #: class-bws-settings.php:152
754
  msgid "Expired"
755
  msgstr "Verlopen"
756
 
757
+ #: class-bws-settings.php:155
758
  #, php-format
759
  msgid "%s day(-s) left"
760
  msgstr "%s dag(-en) over"
761
 
762
+ #: class-bws-settings.php:161
763
  #, php-format
764
  msgid "Expired on %s"
765
  msgstr "Verlopen op %s"
766
 
767
+ #: class-bws-settings.php:161
768
  msgid "Renew Now"
769
  msgstr "Vernieuw nu"
770
 
771
+ #: class-bws-settings.php:163
772
  msgid "Active"
773
  msgstr "Actief"
774
 
775
+ #: class-bws-settings.php:168
776
  msgid "License"
777
  msgstr "Licentie"
778
 
779
+ #: class-bws-settings.php:171
780
  msgid "Status"
781
  msgstr "Status"
782
 
783
+ #: class-bws-settings.php:175
784
  msgid "Version"
785
  msgstr "Versiie"
786
 
787
+ #: class-bws-settings.php:285
788
  msgid "All plugin settings were restored."
789
  msgstr "Alle plugin-instellingen zijn hersteld."
790
 
791
+ #: class-bws-settings.php:423
792
  msgid "Custom Code"
793
  msgstr "Maatwerk Code"
794
 
795
+ #: class-bws-settings.php:427 deprecated.php:498
796
  msgid "You do not have sufficient permissions to edit plugins for this site."
797
  msgstr ""
798
  "U heeft niet voldoende permissies om plugins voor deze website te bewerken."
799
 
800
+ #: class-bws-settings.php:432 deprecated.php:620
801
  msgid "These styles will be added to the header on all pages of your site."
802
  msgstr ""
803
  "Deze stijlen worden toegevoegd aan de koptekst op alle pagina's van uw "
804
  "website."
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 "
812
  "Deze PHP-code wordt aangesloten op de %s actie en zal alleen op de website "
813
  "worden getoond."
814
 
815
+ #: class-bws-settings.php:438
816
  msgid "These code will be added to the header on all pages of your site."
817
  msgstr ""
818
  "Deze code wordt toegevoegd aan de koptekst op alle pagina's van uw website."
819
 
820
+ #: class-bws-settings.php:446 deprecated.php:646
821
  #, php-format
822
  msgid ""
823
  "You need to make this files writable before you can save your changes. See "
826
  "U moet deze bestanden schrijfrechten geven voordat u de wijzigingen kunt "
827
  "opslaan. Zie %s de Codex %s voor meer informatie."
828
 
829
+ #: class-bws-settings.php:456 deprecated.php:628
830
  msgid "Browsing"
831
  msgstr "Browsing"
832
 
833
+ #: class-bws-settings.php:461
834
  #, php-format
835
  msgid "Activate custom %s code."
836
  msgstr "Activateer maatwerk %s code."
837
 
838
+ #: class-bws-settings.php:469 deprecated.php:635
839
  #, php-format
840
  msgid "Learn more about %s"
841
  msgstr "Leer meer over %s"
842
 
843
+ #: class-bws-settings.php:531
844
  msgid "Miscellaneous Settings"
845
  msgstr "Diversen instellingen"
846
 
847
+ #: class-bws-settings.php:540 class-bws-settings.php:595
848
  #, php-format
849
  msgid ""
850
  "It is prohibited to change %s settings on this site in the %s network "
853
  "Het is verboden om %s instellingen op deze website te wijzigen in de %s "
854
  "netwerkinstellingen."
855
 
856
+ #: class-bws-settings.php:543 class-bws-settings.php:598
857
  #, php-format
858
  msgid ""
859
  "It is prohibited to view %s settings on this site in the %s network settings."
861
  "Het is verboden om %s instellingen op deze website te bekijken in de %s "
862
  "netwerkinstellingen."
863
 
864
+ #: class-bws-settings.php:552
865
  msgid "Pro Options"
866
  msgstr "Pro Opties"
867
 
868
+ #: class-bws-settings.php:556
869
  msgid "Enable to display plugin Pro options."
870
  msgstr "Schakel in om plugin Pro opties te zien."
871
 
872
+ #: class-bws-settings.php:562
873
  msgid "Track Usage"
874
  msgstr "Track gebruik"
875
 
876
+ #: class-bws-settings.php:566
877
  msgid ""
878
  "Enable to allow tracking plugin usage anonymously in order to make it better."
879
  msgstr ""
880
  "Activeer het gebruik van anonieme tracking van de bijbehorende plug-in, om "
881
  "het product beter te maken."
882
 
883
+ #: class-bws-settings.php:571
884
  msgid "Default Settings"
885
  msgstr "Standaard instellingen"
886
 
887
+ #: class-bws-settings.php:573
888
  msgid "Restore Settings"
889
  msgstr "Instellingen herstellen"
890
 
891
+ #: class-bws-settings.php:574
892
  msgid "This will restore plugin settings to defaults."
893
  msgstr ""
894
  "Dit zal de plugininstellingen herstellen naar de standaardinstellingen."
895
 
896
+ #: class-bws-settings.php:586
897
  msgid "Import / Export"
898
  msgstr "Import / Export"
899
 
900
+ #: class-bws-settings.php:702 class-bws-settings.php:735
901
+ #: class-bws-settings.php:757
902
  msgid "License Key"
903
  msgstr "Licentiesleutel"
904
 
905
+ #: class-bws-settings.php:725
906
  msgid "Congratulations! Pro license is activated successfully."
907
  msgstr "Hartelijk gefeliciteerd! De Pro licentie is succesvol geactiveerd."
908
 
909
+ #: class-bws-settings.php:726
910
  #, php-format
911
  msgid "You will be automatically redirected to the %s in %s seconds."
912
  msgstr "U wordt automatisch doorgestuurd naar %s in %s seconden."
913
 
914
+ #: class-bws-settings.php:726
915
  msgid "Settings page"
916
  msgstr "Instellingen"
917
 
918
+ #: class-bws-settings.php:741
919
  #, php-format
920
  msgid "Enter your license key to activate %s and get premium plugin features."
921
  msgstr ""
922
  "Voer uw licentiesleutel in om %s te activeren en premium-pluginfuncties te "
923
  "krijgen."
924
 
925
+ #: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
926
+ #: deprecated.php:706
927
  msgid ""
928
  "Unfortunately, you have exceeded the number of available tries per day. "
929
  "Please, upload the plugin manually."
931
  "Helaas heeft u het aantal beschikbare pogingen per dag overschreden. Gelieve "
932
  "de plugin handmatig te uploaden."
933
 
934
+ #: class-bws-settings.php:747 deprecated.php:697
935
  #, php-format
936
  msgid "Start Your Free %s-Day Trial Now"
937
  msgstr "Start nu uw gratis %s dag trial"
938
 
939
+ #: class-bws-settings.php:762
940
  msgid ""
941
  "If necessary, you can check if the license key is correct or reenter it in "
942
  "the field below."
944
  "Indien nodig kunt u controleren of de licentiesleutel juist is of u voert "
945
  "het opnieuw in het onderstaande veld."
946
 
947
+ #: class-bws-settings.php:767
948
  msgid "Manage License Settings"
949
  msgstr "Beheer licentie instellingen"
950
 
951
+ #: class-bws-settings.php:769
952
  msgid "Login to Client Area"
953
  msgstr "Inloggen op client gebied"
954
 
955
+ #: class-bws-settings.php:771
956
  msgid ""
957
  "Manage active licenses, download BWS products, and view your payment history "
958
  "using BestWebSoft Client Area."
960
  "Beheer actieve licenties, download BWS-producten en bekijk uw de "
961
  "betalingsgeschiedenis met behulp van de BestWebSoft Klanten Omgeving."
962
 
963
+ #: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
964
+ #: deprecated.php:361
965
  msgid "This license key is bound to another site."
966
  msgstr "Deze licentiesleutel is gebonden aan een andere website."
967
 
968
+ #: class-bws-settings.php:828 deprecated.php:143
969
  msgid ""
970
  "This license key is valid, but Your license has expired. If you want to "
971
  "update our plugin in future, you should extend the license."
973
  "Deze licentiesleutel is geldig, maar uw licentie is verlopen. Als u onze "
974
  "plugin in de toekomst wilt bijwerken, moet u de licentie verlengen."
975
 
976
+ #: class-bws-settings.php:830 deprecated.php:145
977
  msgid "Unfortunately, you have exceeded the number of available tries."
978
  msgstr "Helaas heeft u het aantal beschikbare pogingen overschreden."
979
 
980
+ #: class-bws-settings.php:832 deprecated.php:147
981
  msgid ""
982
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
983
  "The Pro Trial license can be installed only once."
985
  "Helaas, de Pro Trial licentie was al geïnstalleerd op dit domein. De Pro "
986
  "Trial License kan helaas maar eenmalig gebruikt worden."
987
 
988
+ #: class-bws-settings.php:837 deprecated.php:151
989
  msgid "The Pro Trial license key is valid."
990
  msgstr "De Pro Trial licentiesleutel is geldig."
991
 
992
+ #: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
993
  #, php-format
994
  msgid ""
995
  "In order to continue using the plugin it is necessary to buy a %s license."
996
  msgstr ""
997
  "Om door te gaan met de plugin is het nodig om een %s licentie te kopen."
998
 
999
+ #: class-bws-settings.php:933
1000
+ #, php-format
1001
+ msgid ""
1002
+ "Unfortunately, Your license has expired. To continue getting top-priority "
1003
+ "support and plugin updates, you should extend it in your %s."
1004
+ msgstr ""
1005
+
1006
+ #: class-bws-settings.php:959 class-bws-settings.php:981
1007
+ #: class-bws-settings.php:1003
1008
+ msgid "Failed to download the zip archive. Please, upload the plugin manually."
1009
+ msgstr ""
1010
+
1011
+ #: class-bws-settings.php:971
1012
+ msgid "Failed to open the zip archive. Please, upload the plugin manually."
1013
+ msgstr ""
1014
+
1015
+ #: class-bws-settings.php:977
1016
+ msgid ""
1017
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
1018
+ "plugin manually."
1019
+ msgstr ""
1020
+
1021
+ #: class-bws-settings.php:984
1022
+ msgid "UploadDir is not writable. Please, upload the plugin manually."
1023
+ msgstr ""
1024
+
1025
+ #: class-bws-settings.php:1042 deprecated.php:464
1026
  msgid "Please, enter Your license key"
1027
  msgstr "Vul alstublieft uw licentiesleutel in"
1028
 
1029
+ #: class-bws-settings.php:1054
1030
  msgid "Need Help?"
1031
  msgstr "Hulp nodig?"
1032
 
1033
+ #: class-bws-settings.php:1056
1034
  msgid "Read the Instruction"
1035
  msgstr "Lees de instructie"
1036
 
1037
+ #: class-bws-settings.php:1060
1038
  msgid "Watch the Video"
1039
  msgstr "Bekijk de Video"
1040
 
1041
+ #: class-bws-settings.php:1071
1042
  msgid "Start Your Free Trial"
1043
  msgstr "Begin uw gratis proefperiode"
1044
 
1045
+ #: deactivation-form.php:27
1046
+ msgid "Need help? We are ready to answer your questions."
1047
+ msgstr ""
1048
+
1049
+ #: deactivation-form.php:27
1050
+ msgid "Contact Support"
1051
+ msgstr ""
1052
+
1053
+ #: deactivation-form.php:32
1054
+ msgid "The plugin is not working"
1055
+ msgstr ""
1056
+
1057
+ #: deactivation-form.php:34
1058
+ msgid "Kindly share what didn't work so we can fix it in future updates..."
1059
+ msgstr ""
1060
+
1061
+ #: deactivation-form.php:38
1062
+ msgid "The plugin didn't work as expected"
1063
+ msgstr ""
1064
+
1065
+ #: deactivation-form.php:40
1066
+ msgid "What did you expect?"
1067
+ msgstr ""
1068
+
1069
+ #: deactivation-form.php:44
1070
+ msgid "The plugin suddenly stopped working"
1071
+ msgstr ""
1072
+
1073
+ #: deactivation-form.php:51
1074
+ msgid "The plugin broke my site"
1075
+ msgstr ""
1076
+
1077
+ #: deactivation-form.php:58
1078
+ msgid "I couldn't understand how to get it work"
1079
+ msgstr ""
1080
+
1081
+ #: deactivation-form.php:65
1082
+ msgid "I found a better plugin"
1083
+ msgstr ""
1084
+
1085
+ #: deactivation-form.php:67
1086
+ msgid "What's the plugin name?"
1087
+ msgstr ""
1088
+
1089
+ #: deactivation-form.php:71
1090
+ msgid "The plugin is great, but I need specific feature that you don't support"
1091
+ msgstr ""
1092
+
1093
+ #: deactivation-form.php:73
1094
+ msgid "What feature?"
1095
+ msgstr ""
1096
+
1097
+ #: deactivation-form.php:77
1098
+ msgid "I no longer need the plugin"
1099
+ msgstr ""
1100
+
1101
+ #: deactivation-form.php:83
1102
+ msgid "It's a temporary deactivation, I'm just debugging an issue"
1103
+ msgstr ""
1104
+
1105
+ #: deactivation-form.php:89
1106
+ msgid "Other"
1107
+ msgstr "Anders"
1108
+
1109
+ #: deactivation-form.php:123
1110
+ msgid "Quick Feedback"
1111
+ msgstr ""
1112
+
1113
+ #: deactivation-form.php:124
1114
+ msgid "If you have a moment, please let us know why you are deactivating"
1115
+ msgstr ""
1116
+
1117
+ #: deactivation-form.php:127
1118
+ msgid "Send website data and allow to contact me back"
1119
+ msgstr ""
1120
+
1121
+ #: deactivation-form.php:132
1122
+ msgid "Cancel"
1123
+ msgstr ""
1124
+
1125
+ #: deactivation-form.php:233
1126
+ msgid "Processing"
1127
+ msgstr ""
1128
+
1129
+ #: deactivation-form.php:262
1130
+ msgid "Submit & Deactivate"
1131
+ msgstr ""
1132
+
1133
+ #: deactivation-form.php:277
1134
+ msgid "Please tell us the reason so we can improve it."
1135
+ msgstr ""
1136
+
1137
+ #: deactivation-form.php:345
1138
+ msgid "Deactivate"
1139
+ msgstr ""
1140
+
1141
  #: deprecated.php:93
1142
  msgid "System Status"
1143
  msgstr "Systeem status"
1164
  "(Uw gebruikersnaam is het e-mailadres dat is opgegeven tijdens de aankoop). "
1165
  "Indien nodig, verstuur alstublieft \"Verstuur uw wachtwoord?\" Verzoek."
1166
 
1167
+ #: deprecated.php:246
1168
  msgid "After that, you can activate it by entering your license key."
1169
  msgstr "Daarna kunt u activeren door uw licentiesleutel in te voeren."
1170
 
1171
+ #: deprecated.php:249 deprecated.php:691
1172
  msgid "License key can be found in the"
1173
  msgstr "Licentiesleutel is te vinden in de"
1174
 
1175
+ #: deprecated.php:251 deprecated.php:693
1176
  msgid "(your username is the email address specified during the purchase)."
1177
  msgstr ""
1178
  "(Uw gebruikersnaam is het e-mailadres dat is opgegeven tijdens de aankoop)."
1179
 
1180
+ #: deprecated.php:279
1181
  msgid ""
1182
  "Congratulations! The Pro license of the plugin is activated successfully."
1183
  msgstr ""
1184
  "Hartelijk gefeliciteerd! De Pro-licentie van de plugin is succesvol "
1185
  "geactiveerd."
1186
 
1187
+ #: deprecated.php:281 deprecated.php:672
1188
  msgid "Please, go to"
1189
  msgstr "Ga aub naar"
1190
 
1191
+ #: deprecated.php:281 deprecated.php:672
1192
  msgid "the setting page"
1193
  msgstr "de instellingen"
1194
 
1195
+ #: deprecated.php:282 deprecated.php:673
1196
  msgid "You will be redirected automatically in 5 seconds."
1197
  msgstr "U wordt na 5 seconden automatisch doorverwezen."
1198
 
1199
+ #: deprecated.php:316
1200
  msgid "Check premium options on the plugin settings page!"
1201
  msgstr "Controleer de premiumopties op de pagina met Plugin-instellingen!"
1202
 
1203
+ #: deprecated.php:479
1204
  msgid "Restore all plugin settings to defaults"
1205
  msgstr "Herstel alle plugin-instellingen naar de standaardinstellingen"
1206
 
1207
+ #: deprecated.php:481
1208
  msgid "Restore settings"
1209
  msgstr "Herstel instellingen"
1210
 
1211
+ #: deprecated.php:550 deprecated.php:577
1212
  #, php-format
1213
  msgid "File %s edited successfully."
1214
  msgstr "Bestand %s is succesvol bewerkt"
1215
 
1216
+ #: deprecated.php:552 deprecated.php:579
1217
  msgid "Not enough permissions to create or update the file"
1218
  msgstr "Niet genoeg rechten om het bestand te maken of aan te passen"
1219
 
1220
+ #: deprecated.php:582
1221
  msgid "Not enough permissions to create the file"
1222
  msgstr "Niet genoeg rechten om het bestand te maken"
1223
 
1224
+ #: deprecated.php:626
1225
  msgid "Editing"
1226
  msgstr "Bewerken"
1227
 
1228
+ #: deprecated.php:670
1229
  msgid ""
1230
  "Congratulations! Pro version of the plugin is installed and activated "
1231
  "successfully."
1233
  "Hartelijk gefeliciteerd! De Pro-versie van de plugin is succesvol "
1234
  "geïnstalleerd en geactiveerd."
1235
 
1236
+ #: deprecated.php:680
1237
  msgid "Show Pro features"
1238
  msgstr "Toon de Pro functies"
1239
 
1240
+ #: deprecated.php:687
1241
  msgid "Enter your license key to install and activate"
1242
  msgstr "Voer uw licentiesleutel in om te installeren en te activeren"
1243
 
1244
+ #: deprecated.php:689
1245
  msgid "version of the plugin."
1246
  msgstr "versie van de plugin."
1247
 
1282
  msgstr ""
1283
 
1284
  #: product_list.php:22
1285
+ msgid "Best secure captcha plugin to protect your WordPress forms."
 
1286
  msgstr ""
1287
 
1288
  #: product_list.php:32
1322
 
1323
  #: product_list.php:103
1324
  msgid ""
 
 
 
 
 
 
1325
  "Get latest error log messages to diagnose website problems. Define and fix "
1326
  "issues faster."
1327
  msgstr ""
1328
 
1329
+ #: product_list.php:110
1330
  msgid ""
1331
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1332
  "widgets."
1333
  msgstr ""
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
 
1341
+ #: product_list.php:130
 
 
 
 
 
 
1342
  msgid ""
1343
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1344
  "posts, pages and widgets."
1345
  msgstr ""
1346
 
1347
+ #: product_list.php:140
1348
  msgid ""
1349
  "Stronger security solution which protects your WordPress website from hacks "
1350
  "and unauthorized login attempts."
1351
  msgstr ""
1352
 
1353
+ #: product_list.php:150
1354
  msgid ""
1355
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1356
  "results, categories, tags, and widgets."
1357
  msgstr ""
1358
 
1359
+ #: product_list.php:160
1360
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1361
  msgstr ""
1362
 
1363
+ #: product_list.php:170
1364
  msgid ""
1365
  "Protect WordPress website forms from spam entries with Google Captcha "
1366
  "(reCaptcha)."
1367
  msgstr ""
1368
 
1369
+ #: product_list.php:180
1370
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1371
  msgstr ""
1372
 
1373
+ #: product_list.php:190
1374
  msgid ""
1375
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1376
  "your blog."
1377
  msgstr ""
1378
 
1379
+ #: product_list.php:200
1380
  msgid ""
1381
  "Replace external WordPress website links with Google shortlinks and track "
1382
  "click stats."
1383
  msgstr ""
1384
 
1385
+ #: product_list.php:207
1386
  msgid ""
1387
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1388
  "hostnames, etc."
1389
  msgstr ""
1390
 
1391
+ #: product_list.php:217
1392
  msgid ""
1393
  "Create your personal job board and listing WordPress website. Search jobs, "
1394
  "submit CV/resumes, choose candidates."
1395
  msgstr ""
1396
 
1397
+ #: product_list.php:224
1398
  msgid ""
1399
  "Protect WordPress website against brute force attacks. Limit rate of login "
1400
  "attempts."
1401
  msgstr ""
1402
 
1403
+ #: product_list.php:234
1404
  msgid ""
1405
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1406
  "5 plugins included – profile, insider, etc."
1407
  msgstr ""
1408
 
1409
+ #: product_list.php:244
1410
  msgid ""
1411
  "Translate WordPress website content to other languages manually. Create "
1412
  "multilingual pages, posts, widgets, menus, etc."
1413
  msgstr ""
1414
 
1415
+ #: product_list.php:254
1416
  msgid ""
1417
  "Add customizable pagination to WordPress website. Split long content to "
1418
  "multiple pages for better navigation."
1419
  msgstr ""
1420
 
1421
+ #: product_list.php:264
1422
  msgid ""
1423
  "Generate PDF files and print WordPress posts/pages. Customize document "
1424
  "header/footer styles and appearance."
1425
  msgstr ""
1426
 
1427
+ #: product_list.php:274
1428
  msgid ""
1429
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1430
  "Profile) to WordPress posts, pages and widgets."
1431
  msgstr ""
1432
 
1433
+ #: product_list.php:284
1434
  msgid ""
1435
  "Create your personal portfolio WordPress website. Manage and showcase past "
1436
  "projects to get more clients."
1437
  msgstr ""
1438
 
1439
+ #: product_list.php:294
1440
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1441
  msgstr ""
1442
 
1443
+ #: product_list.php:301
1444
  msgid ""
1445
  "Add extra fields to default WordPress user profile. The easiest way to "
1446
  "create and manage additional custom values."
1447
  msgstr ""
1448
 
1449
+ #: product_list.php:308
1450
  msgid ""
1451
  "Add and display HTML advertisement banner on WordPress website. Customize "
1452
  "bar styles and appearance."
1453
  msgstr ""
1454
 
1455
+ #: product_list.php:318
1456
  msgid ""
1457
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1458
  "widgets."
1459
  msgstr ""
1460
 
1461
+ #: product_list.php:325
1462
  msgid ""
1463
  "Add rating plugin to your WordPress website to receive feedback from your "
1464
  "customers."
1465
  msgstr ""
1466
 
1467
+ #: product_list.php:332
1468
  msgid ""
1469
  "Create your personal real estate WordPress website. Sell, rent and buy "
1470
  "properties. Add, search and browse listings easily."
1471
  msgstr ""
1472
 
1473
+ #: product_list.php:342
 
 
 
 
 
 
1474
  msgid ""
1475
  "Add related, featured, latest, and popular posts to your WordPress website. "
1476
  "Connect your blog readers with a relevant content."
1477
  msgstr ""
1478
 
1479
+ #: product_list.php:349
1480
  msgid ""
1481
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1482
  "settings and detailed reports."
1483
  msgstr ""
1484
 
1485
+ #: product_list.php:359
1486
  msgid ""
1487
  "The best responsive slider plugin for your WordPress website. Create "
1488
  "beautifully animated slides just in a few clicks."
1489
  msgstr ""
1490
 
1491
+ #: product_list.php:366
1492
  msgid ""
1493
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1494
  "Yahoo, Hotmail and other services."
1495
  msgstr ""
1496
 
1497
+ #: product_list.php:373
1498
  msgid ""
1499
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1500
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1501
  msgstr ""
1502
 
1503
+ #: product_list.php:383
1504
  msgid ""
1505
  "Add social media login, registration, and commenting to your WordPress "
1506
  "website."
1507
  msgstr ""
1508
 
1509
+ #: product_list.php:390
1510
  msgid ""
1511
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1512
  "Collect data and subscribe your users."
1513
  msgstr ""
1514
 
1515
+ #: product_list.php:400
1516
  msgid ""
1517
  "Add testimonials and feedbacks from your customers to WordPress website "
1518
  "posts, pages, and widgets."
1519
  msgstr ""
1520
 
1521
+ #: product_list.php:407
1522
  msgid ""
1523
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1524
  "attendance and generate reports."
1525
  msgstr ""
1526
 
1527
+ #: product_list.php:417
1528
  msgid ""
1529
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1530
  "and pages."
1531
  msgstr ""
1532
 
1533
+ #: product_list.php:427
1534
  msgid ""
1535
  "Automatically check and update WordPress website core with all installed "
1536
  "plugins and themes to the latest versions."
1537
  msgstr ""
1538
 
1539
+ #: product_list.php:437
1540
  msgid ""
1541
  "Powerful user role management plugin for WordPress website. Create, edit, "
1542
  "copy, and delete user roles."
1543
  msgstr ""
1544
 
1545
+ #: product_list.php:447
1546
  msgid ""
1547
  "Display live count of online visitors who are currently browsing your "
1548
  "WordPress website."
1549
  msgstr ""
1550
 
1551
+ #: product_list.php:457
1552
  msgid ""
1553
  "Backup and export Zendesk Help Center content automatically to your "
1554
  "WordPress website database."
1555
  msgstr ""
1556
 
1557
+ #~ msgid "Congratulations! Pro Membership license is activated successfully."
1558
+ #~ msgstr ""
1559
+ #~ "Hartelijk gefeliciteerd! Uw Pro Membership licentie is succesvol "
1560
+ #~ "geactiveerd."
1561
+
1562
+ #~ msgid "Email with system info is sent to"
1563
+ #~ msgstr "E-mail met systeeminformatie wordt verzonden naar"
1564
+
1565
+ #~ msgid "Browse Free WordPress Themes"
1566
+ #~ msgstr "Browse Gratis WordPress Themas"
1567
+
1568
+ #~ msgid ""
1569
+ #~ "You can use one license of the Pro plugin for one domain only. Please "
1570
+ #~ "check and edit your license or domain if necessary using you personal "
1571
+ #~ "Client Area. We strongly recommend you to solve the problem within 24 "
1572
+ #~ "hours, otherwise the Pro plugin will be deactivated."
1573
+ #~ msgstr ""
1574
+ #~ "U kunt één licentie van de Pro-plugin gebruiken voor één domein. "
1575
+ #~ "Controleer en bewerk uw licentie of domein indien nodig op uw "
1576
+ #~ "persoonlijke klantenomgeving. We raden u aan om het probleem binnen 24 "
1577
+ #~ "uur op te lossen, anders wordt de Pro-plugin gedeactiveerd."
1578
+
1579
+ #~ msgid "Insert"
1580
+ #~ msgstr "Invoegen"
1581
+
1582
  #~ msgid "Advertisement"
1583
  #~ msgstr "Advertentie"
1584
 
1596
 
1597
  #~ msgid "Utilities"
1598
  #~ msgstr "Voorzieningen"
 
 
 
bws_menu/languages/bestwebsoft-pl_PL.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-pl_PL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-06-08 15:43+0300\n"
6
- "PO-Revision-Date: 2017-06-08 15:43+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Damian Dąbrowski <contact@codester.pl>\n"
9
  "Language: pl_PL\n"
@@ -18,11 +18,11 @@ msgstr ""
18
  "|| n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: bws_functions.php:72 bws_functions.php:190
22
  msgid "requires"
23
  msgstr "wymaga wersja"
24
 
25
- #: bws_functions.php:74
26
  msgid ""
27
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
  "try again."
@@ -30,62 +30,63 @@ msgstr ""
30
  "lub nowsza, dlatego wtyczka została wyłączona. Zaktualizuj WordPress i "
31
  "spróbuj ponownie."
32
 
33
- #: bws_functions.php:75
34
  msgid "Back to the WordPress"
35
  msgstr "Wróć do WordPress"
36
 
37
- #: bws_functions.php:77
38
  msgid "Plugins page"
39
  msgstr "Wtyczki"
40
 
41
- #: bws_functions.php:91
42
  #, fuzzy
43
  msgid "Like the plugin?"
44
  msgstr "Oceń wtyczkę"
45
 
46
  #: bws_functions.php:93
 
 
 
 
 
47
  msgid "Rate it"
48
  msgstr ""
49
 
50
- #: bws_functions.php:102
51
  msgid "Need help?"
52
  msgstr "Potrzebujesz pomocy?"
53
 
54
- #: bws_functions.php:103 bws_functions.php:907 class-bws-settings.php:1047
55
  msgid "Visit Help Center"
56
  msgstr ""
57
 
58
- #: bws_functions.php:106
59
  #, fuzzy
60
  msgid "Want to support the plugin?"
61
  msgstr "Oceń wtyczkę"
62
 
63
- #: bws_functions.php:107 bws_menu.php:553
64
  msgid "Donate"
65
  msgstr ""
66
 
67
- #: bws_functions.php:127
68
  msgid "WARNING: Illegal use notification"
69
  msgstr "UWAGA: Odnotowano nielegalne użycie"
70
 
71
- #: bws_functions.php:127
72
  msgid ""
73
  "You can use one license of the Pro plugin for one domain only. Please check "
74
- "and edit your license or domain if necessary using you personal Client Area. "
75
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
76
- "the Pro plugin will be deactivated."
77
  msgstr ""
78
- "Licencja wersji PRO może być wykorzystywana tylko na jednej domenie. Proszę "
79
- "sprawdź i edytuj klucz licencji lub domenę, jeśli to konieczne wykorzystaj "
80
- "Panel Klienta. Zalecamy rozwiązanie tego problemu w przeciągu 24 godzin, w "
81
- "przeciwnym wypadku wersja PRO zostanie zablokowana."
82
 
83
- #: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
84
- #: class-bws-settings.php:143
85
  msgid "Learn More"
86
  msgstr "Dowiedz się więcej"
87
 
88
- #: bws_functions.php:144
89
  #, fuzzy
90
  msgid ""
91
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
@@ -94,7 +95,7 @@ msgstr ""
94
  "Uwaga: Testowa wersja PRO niestety wygasła. Aby kontynuować korzystanie z "
95
  "naszej wtyczki powinieneś zakupić klucz licencji."
96
 
97
- #: bws_functions.php:146
98
  #, fuzzy
99
  msgid ""
100
  "Your license has expired. To continue getting top-priority support and "
@@ -103,24 +104,24 @@ msgstr ""
103
  "Twoja licencja wygasła. Aby podtrzymać szybki dostęp do pomocy i "
104
  "aktualizacji powinieneś przedłużyć licencję."
105
 
106
- #: bws_functions.php:146 bws_functions.php:382 deprecated.php:584
107
  msgid "Learn more"
108
  msgstr "Dowiedz się więcej"
109
 
110
- #: bws_functions.php:164
111
  #, php-format
112
  msgid "Notice: You are using the Pro Trial license of %s plugin."
113
  msgstr "Uwaga: Wykorzystujesz próbną licencję wersji PRO dla %s."
114
 
115
- #: bws_functions.php:166
116
  msgid "Notice: You are using the Pro Trial license of plugin."
117
  msgstr "Uwaga: Wykorzystywana jest próbna licencja wtyczki."
118
 
119
- #: bws_functions.php:169
120
  msgid "The Pro Trial license will expire on"
121
  msgstr "Licencja próbna wygaśnie"
122
 
123
- #: bws_functions.php:192
124
  msgid ""
125
  "or higher! We do not guarantee that our plugin will work correctly. Please "
126
  "upgrade to WordPress latest version."
@@ -128,75 +129,75 @@ msgstr ""
128
  "lub nowsza! Nie gwarantujemy, że nasza wtyczka będzie działała poprawnie. "
129
  "Proszę zaktualizować WordPress do najnowszej wersji."
130
 
131
- #: bws_functions.php:207
132
  #, php-format
133
  msgid "Thank you for installing %s plugin!"
134
  msgstr ""
135
 
136
- #: bws_functions.php:208
137
  msgid "Let's get started"
138
  msgstr "Zaczynajmny"
139
 
140
- #: bws_functions.php:209 bws_functions.php:242 bws_menu.php:557
141
- #: bws_menu.php:559
142
  msgid "Settings"
143
  msgstr "Ustawienia"
144
 
145
- #: bws_functions.php:211 bws_menu.php:328 class-bws-settings.php:736
146
- #: class-bws-settings.php:1049 class-bws-settings.php:1059 deprecated.php:694
147
  msgid "or"
148
  msgstr "lub"
149
 
150
- #: bws_functions.php:212 bws_functions.php:244
151
  msgid "Add New"
152
  msgstr "Dodaj nowy"
153
 
154
- #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
155
- #: bws_functions.php:378 bws_functions.php:480
156
  msgid "Close notice"
157
  msgstr "Zamknij powiadomienie"
158
 
159
- #: bws_functions.php:231
160
  #, fuzzy
161
  msgid "Thank you for installing plugins by BestWebSoft!"
162
  msgstr "Dziękujemy za instalację"
163
 
164
- #: bws_functions.php:233
165
  #, fuzzy
166
  msgid "More Details"
167
  msgstr "Szczegóły"
168
 
169
- #: bws_functions.php:234
170
  #, fuzzy
171
  msgid "Less Details"
172
  msgstr "Szczegóły"
173
 
174
- #: bws_functions.php:262
175
  msgid "Deprecated function(-s) is used on the site here:"
176
  msgstr ""
177
 
178
- #: bws_functions.php:276
179
  msgid ""
180
  "This function(-s) will be removed over time. Please update the product(-s)."
181
  msgstr ""
182
 
183
- #: bws_functions.php:335
184
  msgid "It’s time to upgrade your"
185
  msgstr "Czas by zaktualizować"
186
 
187
- #: bws_functions.php:335
188
  msgid "to"
189
  msgstr "do"
190
 
191
- #: bws_functions.php:335
192
  msgid "version!"
193
  msgstr "wersji!"
194
 
195
- #: bws_functions.php:336
196
  msgid "Extend standard plugin functionality with new great options."
197
  msgstr "Rozszerz podstawowe funkcje wtyczki o nowe wspaniałe opcje."
198
 
199
- #: bws_functions.php:382
200
  #, fuzzy, php-format
201
  msgid ""
202
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
@@ -205,36 +206,36 @@ msgstr ""
205
  "zostaniesz wówczas pozbawiony SZYBKIEGO DOSTĘDO DO SUPPORTU oraz "
206
  "AKTUALIZACJI."
207
 
208
- #: bws_functions.php:475
209
  #, php-format
210
  msgid "Thank you for choosing %s plugin!"
211
  msgstr ""
212
 
213
- #: bws_functions.php:476
214
  msgid ""
215
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
216
  "we'd love to hear about it!"
217
  msgstr ""
218
 
219
- #: bws_functions.php:477
220
  msgid "Suggest a Feature"
221
  msgstr ""
222
 
223
- #: bws_functions.php:493 class-bws-settings.php:533 class-bws-settings.php:536
224
- #: class-bws-settings.php:584 class-bws-settings.php:587
225
  msgid "Notice"
226
  msgstr "Uwaga"
227
 
228
- #: bws_functions.php:493
229
  msgid "The plugin's settings have been changed."
230
  msgstr "Ustawienia wtyczki zostały zmienione."
231
 
232
- #: bws_functions.php:494 class-bws-settings.php:182 class-bws-settings.php:202
233
- #: deprecated.php:640
234
  msgid "Save Changes"
235
  msgstr "Zapisz zmiany"
236
 
237
- #: bws_functions.php:508
238
  #, fuzzy
239
  msgid ""
240
  "You can always look at premium options by checking the \"Pro Options\" in "
@@ -243,86 +244,82 @@ msgstr ""
243
  "Zawsze możesz sprawdzić funkcje premium poprzez kliknięcie \"Pokaż funkcje "
244
  "PRO\" w zakładce \"Go PRO\""
245
 
246
- #: bws_functions.php:629
247
  msgid "Add BWS Shortcode"
248
  msgstr ""
249
 
250
- #: bws_functions.php:630
251
  msgid "Add BWS Plugins Shortcode"
252
  msgstr "Dodaj BWS Shortcode"
253
 
254
- #: bws_functions.php:649
255
  #, fuzzy
256
  msgid "Add shortcode"
257
  msgstr "Dodaj BWS Shortcode"
258
 
259
- #: bws_functions.php:649
260
  msgid "Add BestWebSoft plugins' shortcodes using this button."
261
  msgstr ""
262
 
263
- #: bws_functions.php:695
264
  msgid "Close"
265
  msgstr "Zamknij"
266
 
267
- #: bws_functions.php:787
268
  #, fuzzy
269
  msgid "Are you sure you want to restore default settings?"
270
  msgstr ""
271
  "Czy jesteś pewien, że chcesz przywrócić wszystkie ustawienia do wartości "
272
  "domyślnych?"
273
 
274
- #: bws_functions.php:790
275
  msgid "Yes, restore all settings"
276
  msgstr "Tak, przywróć wszystkie ustawienia"
277
 
278
- #: bws_functions.php:791
279
  msgid "No, go back to the settings page"
280
  msgstr "Nie, wróć do ustawień"
281
 
282
- #: bws_functions.php:833
283
  msgid "Plugin"
284
  msgstr "Wtyczka"
285
 
286
- #: bws_functions.php:842
287
  msgid "Shortcode settings"
288
  msgstr "Ustawienia shortcode"
289
 
290
- #: bws_functions.php:847
291
  msgid "The shortcode will be inserted"
292
  msgstr "Shortcode zostanie umieszczony"
293
 
294
- #: bws_functions.php:852
295
- msgid "Insert"
296
- msgstr "Umieść"
297
-
298
- #: bws_functions.php:912
299
  msgid "FAQ"
300
  msgstr "FAQ"
301
 
302
- #: bws_functions.php:918
303
  msgid "For more information:"
304
  msgstr ""
305
 
306
- #: bws_functions.php:919
307
  msgid "Documentation"
308
  msgstr ""
309
 
310
- #: bws_functions.php:920
311
  msgid "Video Instructions"
312
  msgstr ""
313
 
314
- #: bws_functions.php:921
315
  #, fuzzy
316
  msgid "Submit a Request"
317
  msgstr "送信ボタン"
318
 
319
- #: bws_menu.php:101 class-bws-settings.php:781 deprecated.php:322
320
  msgid "Wrong license key"
321
  msgstr "Niepoprawny klucz licencji"
322
 
323
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
324
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
325
- #: deprecated.php:352
326
  msgid ""
327
  "Something went wrong. Please try again later. If the error appears again, "
328
  "please contact us"
@@ -330,14 +327,14 @@ msgstr ""
330
  "Coś poszło nie tak. Spróbuj ponownie później. Jeśli błąd pojawi się ponownie "
331
  "proszę skontaktować się z nami"
332
 
333
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
334
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
335
- #: deprecated.php:352
336
  msgid "We are sorry for inconvenience."
337
  msgstr "Przepraszamy za niedogodności."
338
 
339
- #: bws_menu.php:128 class-bws-settings.php:813 class-bws-settings.php:916
340
- #: deprecated.php:139 deprecated.php:358
341
  msgid "Wrong license key."
342
  msgstr "Niepoprawny klucz licencji"
343
 
@@ -352,11 +349,11 @@ msgstr "Klucz licencji został przypisany do innej strony."
352
  msgid "Log in"
353
  msgstr ""
354
 
355
- #: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
356
  msgid "Unfortunately, you have exceeded the number of available tries per day."
357
  msgstr "Niestety, przekroczono dzienną liczbę dostępnych prób."
358
 
359
- #: bws_menu.php:134 class-bws-settings.php:922 deprecated.php:364
360
  #, fuzzy, php-format
361
  msgid ""
362
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -365,7 +362,7 @@ msgstr ""
365
  "Niestety, Twoja licencja wygasła. By nadal korzystać z szybkiego dostępu do "
366
  "wsparcia oraz aktualizacji powinieneś przedłużyć licencję."
367
 
368
- #: bws_menu.php:136 class-bws-settings.php:924 deprecated.php:366
369
  msgid ""
370
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
371
  "Trial license can be installed only once."
@@ -373,20 +370,19 @@ msgstr ""
373
  "Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
374
  "może być wykorzystana tylko raz."
375
 
376
- #: bws_menu.php:142 class-bws-settings.php:828 deprecated.php:153
377
  msgid "The license key is valid."
378
  msgstr "Klucz licencji jest poprawny"
379
 
380
- #: bws_menu.php:144 class-bws-settings.php:831 deprecated.php:156
381
  msgid "Your license will expire on"
382
  msgstr "Twoja licencja wygaśnie"
383
 
384
  #: bws_menu.php:146
385
- #, fuzzy
386
- msgid "Congratulations! Pro Membership license is activated successfully."
387
- msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
388
 
389
- #: bws_menu.php:153 class-bws-settings.php:996 deprecated.php:435
390
  msgid ""
391
  "Something went wrong. Try again later or upload the plugin manually. We are "
392
  "sorry for inconvenience."
@@ -550,71 +546,71 @@ msgstr "Nieaktywne wtyczki"
550
  msgid "Please enter a valid email address."
551
  msgstr "Podaj poprawny adres email"
552
 
553
- #: bws_menu.php:264
554
- #, fuzzy
555
- msgid "Email with system info is sent to"
556
- msgstr "Wiadomość z informacjami systemowymi zostanie wysłana do "
557
 
558
- #: bws_menu.php:268
559
  msgid "Thank you for contacting us."
560
  msgstr "Dziękujemy za kontakt."
561
 
562
- #: bws_menu.php:291
563
  msgid "Sorry, email message could not be delivered."
564
  msgstr "Przepraszamy, wiadomość nie została dostarczona."
565
 
566
- #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
567
  msgid "Plugins"
568
  msgstr "Wtyczki"
569
 
570
- #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
571
  msgid "Themes"
572
  msgstr "Motywy"
573
 
574
- #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
575
  msgid "System status"
576
  msgstr "Status systemu"
577
 
578
- #: bws_menu.php:317
579
  msgid "Support"
580
  msgstr "サポート"
581
 
582
- #: bws_menu.php:318
583
  msgid "Manage purchased licenses & subscriptions"
584
  msgstr ""
585
 
586
- #: bws_menu.php:326
587
  #, php-format
588
  msgid "Get Access to %s+ Premium Plugins"
589
  msgstr ""
590
 
591
- #: bws_menu.php:328
592
  #, fuzzy
593
  msgid "Subscribe to Pro Membership"
594
  msgstr "有効なテーマ"
595
 
596
- #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:749
597
  #: deprecated.php:227
598
  msgid "Check license key"
599
  msgstr "Sprawdź klucz licencji"
600
 
601
- #: bws_menu.php:339
602
  #, fuzzy
603
  msgid "Enter your license key"
604
  msgstr "Podaj klucz licencji"
605
 
606
- #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
607
- #: class-bws-settings.php:728 deprecated.php:259 deprecated.php:267
608
- #: deprecated.php:629 deprecated.php:700 deprecated.php:709
609
  msgid "Activate"
610
  msgstr "Aktywuj"
611
 
612
- #: bws_menu.php:361
613
  #, fuzzy
614
  msgid "Upload Plugin"
615
  msgstr "Wtyczka"
616
 
617
- #: bws_menu.php:365
618
  #, php-format
619
  msgid ""
620
  "The plugin generated %d characters of <strong>unexpected output</strong> "
@@ -623,331 +619,329 @@ msgid ""
623
  "or removing this plugin."
624
  msgstr ""
625
 
626
- #: bws_menu.php:367
627
  msgid ""
628
  "Plugin could not be activated because it triggered a <strong>fatal error</"
629
  "strong>."
630
  msgstr ""
631
 
632
- #: bws_menu.php:370
633
  msgid "Plugin <strong>activated</strong>."
634
  msgstr ""
635
 
636
- #: bws_menu.php:377
637
  #, fuzzy
638
  msgid "Installing Plugin"
639
  msgstr "Zainstalowane"
640
 
641
- #: bws_menu.php:383
642
  msgid "Downloading install package from"
643
  msgstr ""
644
 
645
- #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
646
- #: class-bws-settings.php:948 class-bws-settings.php:970
647
- #: class-bws-settings.php:992 deprecated.php:387 deprecated.php:409
648
- #: deprecated.php:431
649
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
650
  msgstr ""
651
  "Pobieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
652
  "manualnie"
653
 
654
- #: bws_menu.php:408
655
  msgid "Unpacking the package"
656
  msgstr ""
657
 
658
- #: bws_menu.php:413 bws_menu.php:421
659
  #, fuzzy
660
  msgid "Installing the plugin"
661
  msgstr "Zainstalowane"
662
 
663
- #: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
664
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
665
  msgstr ""
666
  "Otwieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
667
  "manualnie"
668
 
669
- #: bws_menu.php:424 class-bws-settings.php:966 deprecated.php:405
670
  msgid ""
671
  "Your server does not support either ZipArchive or Phar. Please, upload the "
672
  "plugin manually"
673
  msgstr ""
674
  "Twój serwer nie wspiera ZipAcrchive lub Phar. Proszę dodać wtyczkę manualnie"
675
 
676
- #: bws_menu.php:427
677
  #, php-format
678
  msgid "The plugin %s is successfully installed."
679
  msgstr ""
680
 
681
- #: bws_menu.php:434 class-bws-settings.php:973 deprecated.php:412
682
  msgid "UploadDir is not writable. Please, upload the plugin manually"
683
  msgstr ""
684
  "Folder uploadu jest chroniony przez zapisem. Proszę dodać wtyczkę manualnie"
685
 
686
- #: bws_menu.php:439
687
  #, fuzzy
688
  msgid "Activate Plugin"
689
  msgstr "Aktywne wtyczki"
690
 
691
- #: bws_menu.php:439 bws_menu.php:445
692
  msgid "Return to BestWebSoft Panel"
693
  msgstr ""
694
 
695
- #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
696
  msgid "All"
697
  msgstr "Wszystko"
698
 
699
- #: bws_menu.php:450 bws_menu.php:650
700
  msgid "Installed"
701
  msgstr "Zainstalowane"
702
 
703
- #: bws_menu.php:451
704
  #, fuzzy
705
  msgid "Not Installed"
706
  msgstr "Zainstalowane"
707
 
708
- #: bws_menu.php:457
709
  msgid "Filter results"
710
  msgstr ""
711
 
712
- #: bws_menu.php:460 bws_menu.php:589
713
  msgid "Category"
714
  msgstr ""
715
 
716
- #: bws_menu.php:524
717
  #, fuzzy
718
  msgid "Not installed"
719
  msgstr "Zainstalowane"
720
 
721
- #: bws_menu.php:528
722
  #, fuzzy
723
  msgid "Renew to get updates"
724
  msgstr "ページに転送"
725
 
726
- #: bws_menu.php:531
727
  #, fuzzy, php-format
728
  msgid "Update to v %s"
729
  msgstr "Aktualizuj do wersji %s"
730
 
731
- #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
732
  msgid "Install Now"
733
  msgstr "Instaluj teraz"
734
 
735
- #: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
736
  msgid "Upgrade to Pro"
737
  msgstr ""
738
 
739
- #: bws_menu.php:563 bws_menu.php:572
740
  msgid "Activate this plugin"
741
  msgstr "Aktywuj wtyczkę"
742
 
743
- #: bws_menu.php:575
744
  #, fuzzy
745
  msgid "Install this plugin"
746
  msgstr "Zainstalowane"
747
 
748
- #: bws_menu.php:584
749
  msgid "Nothing found. Try another criteria."
750
  msgstr ""
751
 
752
- #: bws_menu.php:621 bws_menu.php:641
753
  #, php-format
754
  msgid "By %s"
755
  msgstr "Od %s"
756
 
757
- #: bws_menu.php:648
758
  msgid "Already Installed"
759
  msgstr "Zainstalowane"
760
 
761
- #: bws_menu.php:659
762
- msgid "Browse Free WordPress Themes"
763
  msgstr ""
764
 
765
- #: bws_menu.php:668
766
  msgid "Send to support"
767
  msgstr "Wyślij do supportu"
768
 
769
- #: bws_menu.php:675
770
  msgid "Send to custom email &#187;"
771
  msgstr "Prześlij na własny adres &#187;"
772
 
773
- #: class-bws-settings.php:135
774
  msgid "Information"
775
  msgstr ""
776
 
777
- #: class-bws-settings.php:143
778
  #, fuzzy
779
  msgid "Inactive"
780
  msgstr "Nieaktywne wtyczki"
781
 
782
- #: class-bws-settings.php:151
783
  msgid "Expired"
784
  msgstr ""
785
 
786
- #: class-bws-settings.php:154
787
  #, php-format
788
  msgid "%s day(-s) left"
789
  msgstr ""
790
 
791
- #: class-bws-settings.php:160
792
  #, fuzzy, php-format
793
  msgid "Expired on %s"
794
  msgstr "wygasa"
795
 
796
- #: class-bws-settings.php:160
797
  msgid "Renew Now"
798
  msgstr ""
799
 
800
- #: class-bws-settings.php:162
801
  #, fuzzy
802
  msgid "Active"
803
  msgstr "Aktywuj"
804
 
805
- #: class-bws-settings.php:167
806
  #, fuzzy
807
  msgid "License"
808
  msgstr "Niepoprawny klucz licencji"
809
 
810
- #: class-bws-settings.php:170
811
  #, fuzzy
812
  msgid "Status"
813
  msgstr "Status systemu"
814
 
815
- #: class-bws-settings.php:174
816
  #, fuzzy
817
  msgid "Version"
818
  msgstr "wersji!"
819
 
820
- #: class-bws-settings.php:282
821
  #, fuzzy
822
  msgid "All plugin settings were restored."
823
  msgstr "Ustawienia wtyczki zostały zmienione."
824
 
825
- #: class-bws-settings.php:420
826
  msgid "Custom Code"
827
  msgstr ""
828
 
829
- #: class-bws-settings.php:424 deprecated.php:497
830
  msgid "You do not have sufficient permissions to edit plugins for this site."
831
  msgstr ""
832
 
833
- #: class-bws-settings.php:429 deprecated.php:618
834
  msgid "These styles will be added to the header on all pages of your site."
835
  msgstr ""
836
 
837
- #: class-bws-settings.php:432 deprecated.php:620
838
  #, php-format
839
  msgid ""
840
  "This PHP code will be hooked to the %s action and will be printed on front "
841
  "end only."
842
  msgstr ""
843
 
844
- #: class-bws-settings.php:435
845
  msgid "These code will be added to the header on all pages of your site."
846
  msgstr ""
847
 
848
- #: class-bws-settings.php:443 deprecated.php:644
849
  #, php-format
850
  msgid ""
851
  "You need to make this files writable before you can save your changes. See "
852
  "%s the Codex %s for more information."
853
  msgstr ""
854
 
855
- #: class-bws-settings.php:453 deprecated.php:626
856
  msgid "Browsing"
857
  msgstr ""
858
 
859
- #: class-bws-settings.php:457
860
  #, php-format
861
  msgid "Activate custom %s code."
862
  msgstr ""
863
 
864
- #: class-bws-settings.php:464 deprecated.php:633
865
  #, fuzzy, php-format
866
  msgid "Learn more about %s"
867
  msgstr "Dowiedz się więcej"
868
 
869
- #: class-bws-settings.php:524
870
  msgid "Miscellaneous Settings"
871
  msgstr ""
872
 
873
- #: class-bws-settings.php:533 class-bws-settings.php:584
874
  #, php-format
875
  msgid ""
876
  "It is prohibited to change %s settings on this site in the %s network "
877
  "settings."
878
  msgstr ""
879
 
880
- #: class-bws-settings.php:536 class-bws-settings.php:587
881
  #, php-format
882
  msgid ""
883
  "It is prohibited to view %s settings on this site in the %s network settings."
884
  msgstr ""
885
 
886
- #: class-bws-settings.php:545
887
  #, fuzzy
888
  msgid "Pro Options"
889
  msgstr "Pro Plugins"
890
 
891
- #: class-bws-settings.php:548
892
  msgid "Enable to display plugin Pro options."
893
  msgstr ""
894
 
895
- #: class-bws-settings.php:553
896
  msgid "Track Usage"
897
  msgstr ""
898
 
899
- #: class-bws-settings.php:556
900
  msgid ""
901
  "Enable to allow tracking plugin usage anonymously in order to make it better."
902
  msgstr ""
903
 
904
- #: class-bws-settings.php:560
905
  #, fuzzy
906
  msgid "Default Settings"
907
  msgstr "Ustawienia"
908
 
909
- #: class-bws-settings.php:562
910
  #, fuzzy
911
  msgid "Restore Settings"
912
  msgstr "Przywróć ustawienia"
913
 
914
- #: class-bws-settings.php:563
915
  #, fuzzy
916
  msgid "This will restore plugin settings to defaults."
917
  msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
918
 
919
- #: class-bws-settings.php:575
920
  msgid "Import / Export"
921
  msgstr ""
922
 
923
- #: class-bws-settings.php:691 class-bws-settings.php:724
924
- #: class-bws-settings.php:746
925
  #, fuzzy
926
  msgid "License Key"
927
  msgstr "Niepoprawny klucz licencji"
928
 
929
- #: class-bws-settings.php:714
930
  #, fuzzy
931
  msgid "Congratulations! Pro license is activated successfully."
932
  msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
933
 
934
- #: class-bws-settings.php:715
935
  #, php-format
936
  msgid "You will be automatically redirected to the %s in %s seconds."
937
  msgstr ""
938
 
939
- #: class-bws-settings.php:715
940
  #, fuzzy
941
  msgid "Settings page"
942
  msgstr "設定保存."
943
 
944
- #: class-bws-settings.php:730
945
  #, php-format
946
  msgid "Enter your license key to activate %s and get premium plugin features."
947
  msgstr ""
948
 
949
- #: class-bws-settings.php:733 class-bws-settings.php:920 deprecated.php:362
950
- #: deprecated.php:703
951
  msgid ""
952
  "Unfortunately, you have exceeded the number of available tries per day. "
953
  "Please, upload the plugin manually."
@@ -955,12 +949,12 @@ msgstr ""
955
  "Niestety, przekroczono liczb dostępnych prób na dziś. Proszę dodać wtyczkę "
956
  "manualnie."
957
 
958
- #: class-bws-settings.php:736 deprecated.php:694
959
  #, php-format
960
  msgid "Start Your Free %s-Day Trial Now"
961
  msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
962
 
963
- #: class-bws-settings.php:751
964
  #, fuzzy
965
  msgid ""
966
  "If necessary, you can check if the license key is correct or reenter it in "
@@ -970,28 +964,28 @@ msgstr ""
970
  "w polu poniżej. Możesz znaleźć swój klucz na naszej stronie w strefie - "
971
  "Panel Klienta"
972
 
973
- #: class-bws-settings.php:756
974
  msgid "Manage License Settings"
975
  msgstr ""
976
 
977
- #: class-bws-settings.php:758
978
  #, fuzzy
979
  msgid "Login to Client Area"
980
  msgstr "Panel Klienta"
981
 
982
- #: class-bws-settings.php:760
983
  msgid ""
984
  "Manage active licenses, download BWS products, and view your payment history "
985
  "using BestWebSoft Client Area."
986
  msgstr ""
987
 
988
- #: class-bws-settings.php:815 class-bws-settings.php:918 deprecated.php:141
989
- #: deprecated.php:360
990
  #, fuzzy
991
  msgid "This license key is bound to another site."
992
  msgstr "Klucz licencji został przypisany do innej strony."
993
 
994
- #: class-bws-settings.php:817 deprecated.php:143
995
  msgid ""
996
  "This license key is valid, but Your license has expired. If you want to "
997
  "update our plugin in future, you should extend the license."
@@ -999,11 +993,11 @@ msgstr ""
999
  "Klucz jest poprawny, jednak Twoja licencja wygasła. Jeśli chcesz "
1000
  "aktualizować naszą wtyczkę w przyszłości powinieneś przedłużyć licencję."
1001
 
1002
- #: class-bws-settings.php:819 deprecated.php:145
1003
  msgid "Unfortunately, you have exceeded the number of available tries."
1004
  msgstr "Niestety, przekroczono liczbę dostępnych prób."
1005
 
1006
- #: class-bws-settings.php:821 deprecated.php:147
1007
  msgid ""
1008
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
1009
  "The Pro Trial license can be installed only once."
@@ -1011,11 +1005,11 @@ msgstr ""
1011
  "Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
1012
  "może być wykorzystana tylko raz."
1013
 
1014
- #: class-bws-settings.php:826 deprecated.php:151
1015
  msgid "The Pro Trial license key is valid."
1016
  msgstr "Klucz licencji do testowej wersji PRO jest poprawny."
1017
 
1018
- #: class-bws-settings.php:834 deprecated.php:159 deprecated.php:246
1019
  #, php-format
1020
  msgid ""
1021
  "In order to continue using the plugin it is necessary to buy a %s license."
@@ -1023,28 +1017,150 @@ msgstr ""
1023
  "W celu dalszego wykorzystywania wtyczki niezbędne jest wykupienie licencji "
1024
  "%s."
1025
 
1026
- #: class-bws-settings.php:1031 deprecated.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1027
  msgid "Please, enter Your license key"
1028
  msgstr "Proszę podać klucz licencji."
1029
 
1030
- #: class-bws-settings.php:1043
1031
  #, fuzzy
1032
  msgid "Need Help?"
1033
  msgstr "Potrzebujesz pomocy?"
1034
 
1035
- #: class-bws-settings.php:1045
1036
  msgid "Read the Instruction"
1037
  msgstr ""
1038
 
1039
- #: class-bws-settings.php:1049
1040
  msgid "Watch the Video"
1041
  msgstr ""
1042
 
1043
- #: class-bws-settings.php:1060
1044
  #, fuzzy
1045
  msgid "Start Your Free Trial"
1046
  msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
1047
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1048
  #: deprecated.php:93
1049
  #, fuzzy
1050
  msgid "System Status"
@@ -1074,83 +1190,83 @@ msgstr ""
1074
  "(login to adres email podany przy zakupie). Jeśli to koniczne użyj opcji "
1075
  "\"Zgubiłeś swoje hasło?\"."
1076
 
1077
- #: deprecated.php:247
1078
  #, fuzzy
1079
  msgid "After that, you can activate it by entering your license key."
1080
  msgstr "Po wszystkim możesz aktywować wtyczkę poprzez podanie klucza licencji."
1081
 
1082
- #: deprecated.php:249 deprecated.php:688
1083
  msgid "License key can be found in the"
1084
  msgstr ""
1085
 
1086
- #: deprecated.php:251 deprecated.php:690
1087
  #, fuzzy
1088
  msgid "(your username is the email address specified during the purchase)."
1089
  msgstr "(twoja nazwa użytkownika to email podany podczas zakupu)."
1090
 
1091
- #: deprecated.php:278
1092
  #, fuzzy
1093
  msgid ""
1094
  "Congratulations! The Pro license of the plugin is activated successfully."
1095
  msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
1096
 
1097
- #: deprecated.php:280 deprecated.php:669
1098
  msgid "Please, go to"
1099
  msgstr "Proszę przejść do"
1100
 
1101
- #: deprecated.php:280 deprecated.php:669
1102
  msgid "the setting page"
1103
  msgstr "ustawień"
1104
 
1105
- #: deprecated.php:281 deprecated.php:670
1106
  msgid "You will be redirected automatically in 5 seconds."
1107
  msgstr "Zostaniesz automatycznie przekierowany w ciągu 5 sekund."
1108
 
1109
- #: deprecated.php:315
1110
  msgid "Check premium options on the plugin settings page!"
1111
  msgstr "Sprawdź dodatkowe opcje premium w ustawieniach wtyczki."
1112
 
1113
- #: deprecated.php:478
1114
  msgid "Restore all plugin settings to defaults"
1115
  msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
1116
 
1117
- #: deprecated.php:480
1118
  msgid "Restore settings"
1119
  msgstr "Przywróć ustawienia"
1120
 
1121
- #: deprecated.php:548 deprecated.php:575
1122
  #, php-format
1123
  msgid "File %s edited successfully."
1124
  msgstr ""
1125
 
1126
- #: deprecated.php:550 deprecated.php:577
1127
  msgid "Not enough permissions to create or update the file"
1128
  msgstr ""
1129
 
1130
- #: deprecated.php:580
1131
  msgid "Not enough permissions to create the file"
1132
  msgstr ""
1133
 
1134
- #: deprecated.php:624
1135
  msgid "Editing"
1136
  msgstr ""
1137
 
1138
- #: deprecated.php:667
1139
  #, fuzzy
1140
  msgid ""
1141
  "Congratulations! Pro version of the plugin is installed and activated "
1142
  "successfully."
1143
  msgstr "Gratulacje! Wersja PRO została pobrana i aktywowana pomyślnie."
1144
 
1145
- #: deprecated.php:677
1146
  msgid "Show Pro features"
1147
  msgstr "Pokaż funkcje PRO"
1148
 
1149
- #: deprecated.php:684
1150
  msgid "Enter your license key to install and activate"
1151
  msgstr ""
1152
 
1153
- #: deprecated.php:686
1154
  #, fuzzy
1155
  msgid "version of the plugin."
1156
  msgstr "Oceń wtyczkę"
@@ -1191,298 +1307,302 @@ msgstr ""
1191
  msgid "SMM"
1192
  msgstr ""
1193
 
1194
- #: product_list.php:22
1195
  msgid ""
1196
  "Protect WordPress website forms from spam entries by means of math logic."
1197
  msgstr ""
1198
 
1199
- #: product_list.php:32
1200
  msgid "Create your personal car rental/booking and reservation website."
1201
  msgstr ""
1202
 
1203
- #: product_list.php:42
1204
  msgid ""
1205
  "Allow customers to reach you using secure contact form plugin any website "
1206
  "must have."
1207
  msgstr ""
1208
 
1209
- #: product_list.php:52
1210
  msgid "Add unlimited number of contact forms to WordPress website."
1211
  msgstr ""
1212
 
1213
- #: product_list.php:62
1214
  msgid "Save and manage Contact Form messages. Never lose important data."
1215
  msgstr ""
1216
 
1217
- #: product_list.php:72
1218
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1219
  msgstr ""
1220
 
1221
- #: product_list.php:79
1222
  msgid "Add custom fields to WordPress website search results."
1223
  msgstr ""
1224
 
1225
- #: product_list.php:86
1226
  msgid ""
1227
  "Add custom post types and taxonomies to WordPress website search results."
1228
  msgstr ""
1229
 
1230
- #: product_list.php:96
1231
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1232
  msgstr ""
1233
 
1234
- #: product_list.php:103
1235
- msgid ""
1236
- "Automatically add outgoing email messages to queue instead of sending them "
1237
- "immediately."
1238
- msgstr ""
1239
-
1240
- #: product_list.php:110
1241
  msgid ""
1242
  "Get latest error log messages to diagnose website problems. Define and fix "
1243
  "issues faster."
1244
  msgstr ""
1245
 
1246
- #: product_list.php:117
1247
  msgid ""
1248
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1249
  "widgets."
1250
  msgstr ""
1251
 
1252
- #: product_list.php:127
1253
  msgid ""
1254
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1255
  "clicks."
1256
  msgstr ""
1257
 
1258
- #: product_list.php:137
1259
- msgid ""
1260
- "Add unlimited gallery categories. Organize images to make the navigation "
1261
- "through content easier."
1262
- msgstr ""
1263
-
1264
- #: product_list.php:144
1265
  msgid ""
1266
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1267
  "posts, pages and widgets."
1268
  msgstr ""
1269
 
1270
- #: product_list.php:154
1271
  msgid ""
1272
  "Stronger security solution which protects your WordPress website from hacks "
1273
  "and unauthorized login attempts."
1274
  msgstr ""
1275
 
1276
- #: product_list.php:164
1277
  msgid ""
1278
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1279
  "results, categories, tags, and widgets."
1280
  msgstr ""
1281
 
1282
- #: product_list.php:174
1283
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1284
  msgstr ""
1285
 
1286
- #: product_list.php:184
1287
  msgid ""
1288
  "Protect WordPress website forms from spam entries with Google Captcha "
1289
  "(reCaptcha)."
1290
  msgstr ""
1291
 
1292
- #: product_list.php:194
1293
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1294
  msgstr ""
1295
 
1296
- #: product_list.php:204
1297
  msgid ""
1298
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1299
  "your blog."
1300
  msgstr ""
1301
 
1302
- #: product_list.php:214
1303
  msgid ""
1304
  "Replace external WordPress website links with Google shortlinks and track "
1305
  "click stats."
1306
  msgstr ""
1307
 
1308
- #: product_list.php:221
1309
  msgid ""
1310
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1311
  "hostnames, etc."
1312
  msgstr ""
1313
 
1314
- #: product_list.php:231
1315
  msgid ""
1316
  "Create your personal job board and listing WordPress website. Search jobs, "
1317
  "submit CV/resumes, choose candidates."
1318
  msgstr ""
1319
 
1320
- #: product_list.php:238
1321
  msgid ""
1322
  "Protect WordPress website against brute force attacks. Limit rate of login "
1323
  "attempts."
1324
  msgstr ""
1325
 
1326
- #: product_list.php:248
1327
  msgid ""
1328
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1329
  "5 plugins included – profile, insider, etc."
1330
  msgstr ""
1331
 
1332
- #: product_list.php:258
1333
  msgid ""
1334
  "Translate WordPress website content to other languages manually. Create "
1335
  "multilingual pages, posts, widgets, menus, etc."
1336
  msgstr ""
1337
 
1338
- #: product_list.php:268
1339
  msgid ""
1340
  "Add customizable pagination to WordPress website. Split long content to "
1341
  "multiple pages for better navigation."
1342
  msgstr ""
1343
 
1344
- #: product_list.php:278
1345
  msgid ""
1346
  "Generate PDF files and print WordPress posts/pages. Customize document "
1347
  "header/footer styles and appearance."
1348
  msgstr ""
1349
 
1350
- #: product_list.php:288
1351
  msgid ""
1352
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1353
  "Profile) to WordPress posts, pages and widgets."
1354
  msgstr ""
1355
 
1356
- #: product_list.php:298
1357
  msgid ""
1358
  "Create your personal portfolio WordPress website. Manage and showcase past "
1359
  "projects to get more clients."
1360
  msgstr ""
1361
 
1362
- #: product_list.php:308
1363
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1364
  msgstr ""
1365
 
1366
- #: product_list.php:315
1367
  msgid ""
1368
  "Add extra fields to default WordPress user profile. The easiest way to "
1369
  "create and manage additional custom values."
1370
  msgstr ""
1371
 
1372
- #: product_list.php:322
1373
  msgid ""
1374
  "Add and display HTML advertisement banner on WordPress website. Customize "
1375
  "bar styles and appearance."
1376
  msgstr ""
1377
 
1378
- #: product_list.php:332
1379
  msgid ""
1380
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1381
  "widgets."
1382
  msgstr ""
1383
 
1384
- #: product_list.php:339
1385
  msgid ""
1386
  "Add rating plugin to your WordPress website to receive feedback from your "
1387
  "customers."
1388
  msgstr ""
1389
 
1390
- #: product_list.php:346
1391
  msgid ""
1392
  "Create your personal real estate WordPress website. Sell, rent and buy "
1393
  "properties. Add, search and browse listings easily."
1394
  msgstr ""
1395
 
1396
- #: product_list.php:356
1397
- msgid ""
1398
- "Attach, un-attach and re-attach media files quickly to WordPress posts and "
1399
- "pages."
1400
- msgstr ""
1401
-
1402
- #: product_list.php:363
1403
  msgid ""
1404
  "Add related, featured, latest, and popular posts to your WordPress website. "
1405
  "Connect your blog readers with a relevant content."
1406
  msgstr ""
1407
 
1408
- #: product_list.php:370
1409
  msgid ""
1410
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1411
  "settings and detailed reports."
1412
  msgstr ""
1413
 
1414
- #: product_list.php:380
1415
  msgid ""
1416
  "The best responsive slider plugin for your WordPress website. Create "
1417
  "beautifully animated slides just in a few clicks."
1418
  msgstr ""
1419
 
1420
- #: product_list.php:387
1421
  msgid ""
1422
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1423
  "Yahoo, Hotmail and other services."
1424
  msgstr ""
1425
 
1426
- #: product_list.php:394
1427
  msgid ""
1428
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1429
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1430
  msgstr ""
1431
 
1432
- #: product_list.php:404
1433
  msgid ""
1434
  "Add social media login, registration, and commenting to your WordPress "
1435
  "website."
1436
  msgstr ""
1437
 
1438
- #: product_list.php:411
1439
  msgid ""
1440
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1441
  "Collect data and subscribe your users."
1442
  msgstr ""
1443
 
1444
- #: product_list.php:421
1445
  msgid ""
1446
  "Add testimonials and feedbacks from your customers to WordPress website "
1447
  "posts, pages, and widgets."
1448
  msgstr ""
1449
 
1450
- #: product_list.php:428
1451
  msgid ""
1452
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1453
  "attendance and generate reports."
1454
  msgstr ""
1455
 
1456
- #: product_list.php:438
1457
  msgid ""
1458
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1459
  "and pages."
1460
  msgstr ""
1461
 
1462
- #: product_list.php:448
1463
  msgid ""
1464
  "Automatically check and update WordPress website core with all installed "
1465
  "plugins and themes to the latest versions."
1466
  msgstr ""
1467
 
1468
- #: product_list.php:458
1469
  msgid ""
1470
  "Powerful user role management plugin for WordPress website. Create, edit, "
1471
  "copy, and delete user roles."
1472
  msgstr ""
1473
 
1474
- #: product_list.php:468
1475
  msgid ""
1476
  "Display live count of online visitors who are currently browsing your "
1477
  "WordPress website."
1478
  msgstr ""
1479
 
1480
- #: product_list.php:478
1481
  msgid ""
1482
  "Backup and export Zendesk Help Center content automatically to your "
1483
  "WordPress website database."
1484
  msgstr ""
1485
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1486
  #, fuzzy
1487
  #~ msgid "Site Stats"
1488
  #~ msgstr "Status systemu"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-05 14:58+0300\n"
6
+ "PO-Revision-Date: 2017-09-05 14:58+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Damian Dąbrowski <contact@codester.pl>\n"
9
  "Language: pl_PL\n"
18
  "|| n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: bws_functions.php:73 bws_functions.php:191
22
  msgid "requires"
23
  msgstr "wymaga wersja"
24
 
25
+ #: bws_functions.php:75
26
  msgid ""
27
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
  "try again."
30
  "lub nowsza, dlatego wtyczka została wyłączona. Zaktualizuj WordPress i "
31
  "spróbuj ponownie."
32
 
33
+ #: bws_functions.php:76
34
  msgid "Back to the WordPress"
35
  msgstr "Wróć do WordPress"
36
 
37
+ #: bws_functions.php:78
38
  msgid "Plugins page"
39
  msgstr "Wtyczki"
40
 
41
+ #: bws_functions.php:92
42
  #, fuzzy
43
  msgid "Like the plugin?"
44
  msgstr "Oceń wtyczkę"
45
 
46
  #: bws_functions.php:93
47
+ #, php-format
48
+ msgid "%s reviews"
49
+ msgstr ""
50
+
51
+ #: bws_functions.php:94
52
  msgid "Rate it"
53
  msgstr ""
54
 
55
+ #: bws_functions.php:103
56
  msgid "Need help?"
57
  msgstr "Potrzebujesz pomocy?"
58
 
59
+ #: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
60
  msgid "Visit Help Center"
61
  msgstr ""
62
 
63
+ #: bws_functions.php:107
64
  #, fuzzy
65
  msgid "Want to support the plugin?"
66
  msgstr "Oceń wtyczkę"
67
 
68
+ #: bws_functions.php:108 bws_menu.php:560
69
  msgid "Donate"
70
  msgstr ""
71
 
72
+ #: bws_functions.php:128
73
  msgid "WARNING: Illegal use notification"
74
  msgstr "UWAGA: Odnotowano nielegalne użycie"
75
 
76
+ #: bws_functions.php:128
77
  msgid ""
78
  "You can use one license of the Pro plugin for one domain only. Please check "
79
+ "and edit your license or domain if necessary using your personal Client "
80
+ "Area. We strongly recommend you to solve the problem within 24 hours, "
81
+ "otherwise the Pro plugin will be deactivated."
82
  msgstr ""
 
 
 
 
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 "Dowiedz się więcej"
88
 
89
+ #: bws_functions.php:145
90
  #, fuzzy
91
  msgid ""
92
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
95
  "Uwaga: Testowa wersja PRO niestety wygasła. Aby kontynuować korzystanie z "
96
  "naszej wtyczki powinieneś zakupić klucz licencji."
97
 
98
+ #: bws_functions.php:147
99
  #, fuzzy
100
  msgid ""
101
  "Your license has expired. To continue getting top-priority support and "
104
  "Twoja licencja wygasła. Aby podtrzymać szybki dostęp do pomocy i "
105
  "aktualizacji powinieneś przedłużyć licencję."
106
 
107
+ #: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
108
  msgid "Learn more"
109
  msgstr "Dowiedz się więcej"
110
 
111
+ #: bws_functions.php:165
112
  #, php-format
113
  msgid "Notice: You are using the Pro Trial license of %s plugin."
114
  msgstr "Uwaga: Wykorzystujesz próbną licencję wersji PRO dla %s."
115
 
116
+ #: bws_functions.php:167
117
  msgid "Notice: You are using the Pro Trial license of plugin."
118
  msgstr "Uwaga: Wykorzystywana jest próbna licencja wtyczki."
119
 
120
+ #: bws_functions.php:170
121
  msgid "The Pro Trial license will expire on"
122
  msgstr "Licencja próbna wygaśnie"
123
 
124
+ #: bws_functions.php:193
125
  msgid ""
126
  "or higher! We do not guarantee that our plugin will work correctly. Please "
127
  "upgrade to WordPress latest version."
129
  "lub nowsza! Nie gwarantujemy, że nasza wtyczka będzie działała poprawnie. "
130
  "Proszę zaktualizować WordPress do najnowszej wersji."
131
 
132
+ #: bws_functions.php:208
133
  #, php-format
134
  msgid "Thank you for installing %s plugin!"
135
  msgstr ""
136
 
137
+ #: bws_functions.php:210
138
  msgid "Let's get started"
139
  msgstr "Zaczynajmny"
140
 
141
+ #: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
142
+ #: bws_menu.php:566
143
  msgid "Settings"
144
  msgstr "Ustawienia"
145
 
146
+ #: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
147
+ #: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
148
  msgid "or"
149
  msgstr "lub"
150
 
151
+ #: bws_functions.php:214 bws_functions.php:246
152
  msgid "Add New"
153
  msgstr "Dodaj nowy"
154
 
155
+ #: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
156
+ #: bws_functions.php:385 bws_functions.php:487
157
  msgid "Close notice"
158
  msgstr "Zamknij powiadomienie"
159
 
160
+ #: bws_functions.php:233
161
  #, fuzzy
162
  msgid "Thank you for installing plugins by BestWebSoft!"
163
  msgstr "Dziękujemy za instalację"
164
 
165
+ #: bws_functions.php:235
166
  #, fuzzy
167
  msgid "More Details"
168
  msgstr "Szczegóły"
169
 
170
+ #: bws_functions.php:236
171
  #, fuzzy
172
  msgid "Less Details"
173
  msgstr "Szczegóły"
174
 
175
+ #: bws_functions.php:264
176
  msgid "Deprecated function(-s) is used on the site here:"
177
  msgstr ""
178
 
179
+ #: bws_functions.php:278
180
  msgid ""
181
  "This function(-s) will be removed over time. Please update the product(-s)."
182
  msgstr ""
183
 
184
+ #: bws_functions.php:337
185
  msgid "It’s time to upgrade your"
186
  msgstr "Czas by zaktualizować"
187
 
188
+ #: bws_functions.php:337
189
  msgid "to"
190
  msgstr "do"
191
 
192
+ #: bws_functions.php:337
193
  msgid "version!"
194
  msgstr "wersji!"
195
 
196
+ #: bws_functions.php:338
197
  msgid "Extend standard plugin functionality with new great options."
198
  msgstr "Rozszerz podstawowe funkcje wtyczki o nowe wspaniałe opcje."
199
 
200
+ #: bws_functions.php:389
201
  #, fuzzy, php-format
202
  msgid ""
203
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
206
  "zostaniesz wówczas pozbawiony SZYBKIEGO DOSTĘDO DO SUPPORTU oraz "
207
  "AKTUALIZACJI."
208
 
209
+ #: bws_functions.php:482
210
  #, php-format
211
  msgid "Thank you for choosing %s plugin!"
212
  msgstr ""
213
 
214
+ #: bws_functions.php:483
215
  msgid ""
216
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
217
  "we'd love to hear about it!"
218
  msgstr ""
219
 
220
+ #: bws_functions.php:484
221
  msgid "Suggest a Feature"
222
  msgstr ""
223
 
224
+ #: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
225
+ #: class-bws-settings.php:595 class-bws-settings.php:598
226
  msgid "Notice"
227
  msgstr "Uwaga"
228
 
229
+ #: bws_functions.php:500
230
  msgid "The plugin's settings have been changed."
231
  msgstr "Ustawienia wtyczki zostały zmienione."
232
 
233
+ #: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
234
+ #: deprecated.php:642
235
  msgid "Save Changes"
236
  msgstr "Zapisz zmiany"
237
 
238
+ #: bws_functions.php:515
239
  #, fuzzy
240
  msgid ""
241
  "You can always look at premium options by checking the \"Pro Options\" in "
244
  "Zawsze możesz sprawdzić funkcje premium poprzez kliknięcie \"Pokaż funkcje "
245
  "PRO\" w zakładce \"Go PRO\""
246
 
247
+ #: bws_functions.php:653
248
  msgid "Add BWS Shortcode"
249
  msgstr ""
250
 
251
+ #: bws_functions.php:654
252
  msgid "Add BWS Plugins Shortcode"
253
  msgstr "Dodaj BWS Shortcode"
254
 
255
+ #: bws_functions.php:673
256
  #, fuzzy
257
  msgid "Add shortcode"
258
  msgstr "Dodaj BWS Shortcode"
259
 
260
+ #: bws_functions.php:673
261
  msgid "Add BestWebSoft plugins' shortcodes using this button."
262
  msgstr ""
263
 
264
+ #: bws_functions.php:729
265
  msgid "Close"
266
  msgstr "Zamknij"
267
 
268
+ #: bws_functions.php:821
269
  #, fuzzy
270
  msgid "Are you sure you want to restore default settings?"
271
  msgstr ""
272
  "Czy jesteś pewien, że chcesz przywrócić wszystkie ustawienia do wartości "
273
  "domyślnych?"
274
 
275
+ #: bws_functions.php:824
276
  msgid "Yes, restore all settings"
277
  msgstr "Tak, przywróć wszystkie ustawienia"
278
 
279
+ #: bws_functions.php:825
280
  msgid "No, go back to the settings page"
281
  msgstr "Nie, wróć do ustawień"
282
 
283
+ #: bws_functions.php:867
284
  msgid "Plugin"
285
  msgstr "Wtyczka"
286
 
287
+ #: bws_functions.php:876
288
  msgid "Shortcode settings"
289
  msgstr "Ustawienia shortcode"
290
 
291
+ #: bws_functions.php:881
292
  msgid "The shortcode will be inserted"
293
  msgstr "Shortcode zostanie umieszczony"
294
 
295
+ #: bws_functions.php:922
 
 
 
 
296
  msgid "FAQ"
297
  msgstr "FAQ"
298
 
299
+ #: bws_functions.php:928
300
  msgid "For more information:"
301
  msgstr ""
302
 
303
+ #: bws_functions.php:929
304
  msgid "Documentation"
305
  msgstr ""
306
 
307
+ #: bws_functions.php:930
308
  msgid "Video Instructions"
309
  msgstr ""
310
 
311
+ #: bws_functions.php:931
312
  #, fuzzy
313
  msgid "Submit a Request"
314
  msgstr "送信ボタン"
315
 
316
+ #: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
317
  msgid "Wrong license key"
318
  msgstr "Niepoprawny klucz licencji"
319
 
320
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
321
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
322
+ #: deprecated.php:353
323
  msgid ""
324
  "Something went wrong. Please try again later. If the error appears again, "
325
  "please contact us"
327
  "Coś poszło nie tak. Spróbuj ponownie później. Jeśli błąd pojawi się ponownie "
328
  "proszę skontaktować się z nami"
329
 
330
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
331
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
332
+ #: deprecated.php:353
333
  msgid "We are sorry for inconvenience."
334
  msgstr "Przepraszamy za niedogodności."
335
 
336
+ #: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
337
+ #: deprecated.php:139 deprecated.php:359
338
  msgid "Wrong license key."
339
  msgstr "Niepoprawny klucz licencji"
340
 
349
  msgid "Log in"
350
  msgstr ""
351
 
352
+ #: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
353
  msgid "Unfortunately, you have exceeded the number of available tries per day."
354
  msgstr "Niestety, przekroczono dzienną liczbę dostępnych prób."
355
 
356
+ #: bws_menu.php:134 deprecated.php:365
357
  #, fuzzy, php-format
358
  msgid ""
359
  "Unfortunately, Your license has expired. To continue getting top-priority "
362
  "Niestety, Twoja licencja wygasła. By nadal korzystać z szybkiego dostępu do "
363
  "wsparcia oraz aktualizacji powinieneś przedłużyć licencję."
364
 
365
+ #: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
366
  msgid ""
367
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
368
  "Trial license can be installed only once."
370
  "Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
371
  "może być wykorzystana tylko raz."
372
 
373
+ #: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
374
  msgid "The license key is valid."
375
  msgstr "Klucz licencji jest poprawny"
376
 
377
+ #: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
378
  msgid "Your license will expire on"
379
  msgstr "Twoja licencja wygaśnie"
380
 
381
  #: bws_menu.php:146
382
+ msgid "Congratulations! Pro Membership license is activated successfully."
383
+ msgstr ""
 
384
 
385
+ #: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
386
  msgid ""
387
  "Something went wrong. Try again later or upload the plugin manually. We are "
388
  "sorry for inconvenience."
546
  msgid "Please enter a valid email address."
547
  msgstr "Podaj poprawny adres email"
548
 
549
+ #: bws_menu.php:262
550
+ #, php-format
551
+ msgid "Email with system info is sent to %s."
552
+ msgstr ""
553
 
554
+ #: bws_menu.php:266
555
  msgid "Thank you for contacting us."
556
  msgstr "Dziękujemy za kontakt."
557
 
558
+ #: bws_menu.php:289
559
  msgid "Sorry, email message could not be delivered."
560
  msgstr "Przepraszamy, wiadomość nie została dostarczona."
561
 
562
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
563
  msgid "Plugins"
564
  msgstr "Wtyczki"
565
 
566
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
567
  msgid "Themes"
568
  msgstr "Motywy"
569
 
570
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
571
  msgid "System status"
572
  msgstr "Status systemu"
573
 
574
+ #: bws_menu.php:315
575
  msgid "Support"
576
  msgstr "サポート"
577
 
578
+ #: bws_menu.php:316
579
  msgid "Manage purchased licenses & subscriptions"
580
  msgstr ""
581
 
582
+ #: bws_menu.php:324
583
  #, php-format
584
  msgid "Get Access to %s+ Premium Plugins"
585
  msgstr ""
586
 
587
+ #: bws_menu.php:326
588
  #, fuzzy
589
  msgid "Subscribe to Pro Membership"
590
  msgstr "有効なテーマ"
591
 
592
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
593
  #: deprecated.php:227
594
  msgid "Check license key"
595
  msgstr "Sprawdź klucz licencji"
596
 
597
+ #: bws_menu.php:337
598
  #, fuzzy
599
  msgid "Enter your license key"
600
  msgstr "Podaj klucz licencji"
601
 
602
+ #: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
603
+ #: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
604
+ #: deprecated.php:631 deprecated.php:703 deprecated.php:712
605
  msgid "Activate"
606
  msgstr "Aktywuj"
607
 
608
+ #: bws_menu.php:359
609
  #, fuzzy
610
  msgid "Upload Plugin"
611
  msgstr "Wtyczka"
612
 
613
+ #: bws_menu.php:363
614
  #, php-format
615
  msgid ""
616
  "The plugin generated %d characters of <strong>unexpected output</strong> "
619
  "or removing this plugin."
620
  msgstr ""
621
 
622
+ #: bws_menu.php:365
623
  msgid ""
624
  "Plugin could not be activated because it triggered a <strong>fatal error</"
625
  "strong>."
626
  msgstr ""
627
 
628
+ #: bws_menu.php:368
629
  msgid "Plugin <strong>activated</strong>."
630
  msgstr ""
631
 
632
+ #: bws_menu.php:375
633
  #, fuzzy
634
  msgid "Installing Plugin"
635
  msgstr "Zainstalowane"
636
 
637
+ #: bws_menu.php:381
638
  msgid "Downloading install package from"
639
  msgstr ""
640
 
641
+ #: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
642
+ #: deprecated.php:410 deprecated.php:432
 
 
643
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
644
  msgstr ""
645
  "Pobieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
646
  "manualnie"
647
 
648
+ #: bws_menu.php:406
649
  msgid "Unpacking the package"
650
  msgstr ""
651
 
652
+ #: bws_menu.php:411 bws_menu.php:419
653
  #, fuzzy
654
  msgid "Installing the plugin"
655
  msgstr "Zainstalowane"
656
 
657
+ #: bws_menu.php:415 deprecated.php:400
658
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
659
  msgstr ""
660
  "Otwieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
661
  "manualnie"
662
 
663
+ #: bws_menu.php:422 deprecated.php:406
664
  msgid ""
665
  "Your server does not support either ZipArchive or Phar. Please, upload the "
666
  "plugin manually"
667
  msgstr ""
668
  "Twój serwer nie wspiera ZipAcrchive lub Phar. Proszę dodać wtyczkę manualnie"
669
 
670
+ #: bws_menu.php:425
671
  #, php-format
672
  msgid "The plugin %s is successfully installed."
673
  msgstr ""
674
 
675
+ #: bws_menu.php:432 deprecated.php:413
676
  msgid "UploadDir is not writable. Please, upload the plugin manually"
677
  msgstr ""
678
  "Folder uploadu jest chroniony przez zapisem. Proszę dodać wtyczkę manualnie"
679
 
680
+ #: bws_menu.php:437
681
  #, fuzzy
682
  msgid "Activate Plugin"
683
  msgstr "Aktywne wtyczki"
684
 
685
+ #: bws_menu.php:437 bws_menu.php:443
686
  msgid "Return to BestWebSoft Panel"
687
  msgstr ""
688
 
689
+ #: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
690
  msgid "All"
691
  msgstr "Wszystko"
692
 
693
+ #: bws_menu.php:454 bws_menu.php:637
694
  msgid "Installed"
695
  msgstr "Zainstalowane"
696
 
697
+ #: bws_menu.php:457
698
  #, fuzzy
699
  msgid "Not Installed"
700
  msgstr "Zainstalowane"
701
 
702
+ #: bws_menu.php:464
703
  msgid "Filter results"
704
  msgstr ""
705
 
706
+ #: bws_menu.php:467 bws_menu.php:596
707
  msgid "Category"
708
  msgstr ""
709
 
710
+ #: bws_menu.php:531
711
  #, fuzzy
712
  msgid "Not installed"
713
  msgstr "Zainstalowane"
714
 
715
+ #: bws_menu.php:535
716
  #, fuzzy
717
  msgid "Renew to get updates"
718
  msgstr "ページに転送"
719
 
720
+ #: bws_menu.php:538
721
  #, fuzzy, php-format
722
  msgid "Update to v %s"
723
  msgstr "Aktualizuj do wersji %s"
724
 
725
+ #: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
726
  msgid "Install Now"
727
  msgstr "Instaluj teraz"
728
 
729
+ #: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
730
  msgid "Upgrade to Pro"
731
  msgstr ""
732
 
733
+ #: bws_menu.php:570 bws_menu.php:579
734
  msgid "Activate this plugin"
735
  msgstr "Aktywuj wtyczkę"
736
 
737
+ #: bws_menu.php:582
738
  #, fuzzy
739
  msgid "Install this plugin"
740
  msgstr "Zainstalowane"
741
 
742
+ #: bws_menu.php:591
743
  msgid "Nothing found. Try another criteria."
744
  msgstr ""
745
 
746
+ #: bws_menu.php:628
747
  #, php-format
748
  msgid "By %s"
749
  msgstr "Od %s"
750
 
751
+ #: bws_menu.php:635
752
  msgid "Already Installed"
753
  msgstr "Zainstalowane"
754
 
755
+ #: bws_menu.php:645
756
+ msgid "Browse More WordPress Themes"
757
  msgstr ""
758
 
759
+ #: bws_menu.php:654
760
  msgid "Send to support"
761
  msgstr "Wyślij do supportu"
762
 
763
+ #: bws_menu.php:661
764
  msgid "Send to custom email &#187;"
765
  msgstr "Prześlij na własny adres &#187;"
766
 
767
+ #: class-bws-settings.php:136
768
  msgid "Information"
769
  msgstr ""
770
 
771
+ #: class-bws-settings.php:144
772
  #, fuzzy
773
  msgid "Inactive"
774
  msgstr "Nieaktywne wtyczki"
775
 
776
+ #: class-bws-settings.php:152
777
  msgid "Expired"
778
  msgstr ""
779
 
780
+ #: class-bws-settings.php:155
781
  #, php-format
782
  msgid "%s day(-s) left"
783
  msgstr ""
784
 
785
+ #: class-bws-settings.php:161
786
  #, fuzzy, php-format
787
  msgid "Expired on %s"
788
  msgstr "wygasa"
789
 
790
+ #: class-bws-settings.php:161
791
  msgid "Renew Now"
792
  msgstr ""
793
 
794
+ #: class-bws-settings.php:163
795
  #, fuzzy
796
  msgid "Active"
797
  msgstr "Aktywuj"
798
 
799
+ #: class-bws-settings.php:168
800
  #, fuzzy
801
  msgid "License"
802
  msgstr "Niepoprawny klucz licencji"
803
 
804
+ #: class-bws-settings.php:171
805
  #, fuzzy
806
  msgid "Status"
807
  msgstr "Status systemu"
808
 
809
+ #: class-bws-settings.php:175
810
  #, fuzzy
811
  msgid "Version"
812
  msgstr "wersji!"
813
 
814
+ #: class-bws-settings.php:285
815
  #, fuzzy
816
  msgid "All plugin settings were restored."
817
  msgstr "Ustawienia wtyczki zostały zmienione."
818
 
819
+ #: class-bws-settings.php:423
820
  msgid "Custom Code"
821
  msgstr ""
822
 
823
+ #: class-bws-settings.php:427 deprecated.php:498
824
  msgid "You do not have sufficient permissions to edit plugins for this site."
825
  msgstr ""
826
 
827
+ #: class-bws-settings.php:432 deprecated.php:620
828
  msgid "These styles will be added to the header on all pages of your site."
829
  msgstr ""
830
 
831
+ #: class-bws-settings.php:435 deprecated.php:622
832
  #, php-format
833
  msgid ""
834
  "This PHP code will be hooked to the %s action and will be printed on front "
835
  "end only."
836
  msgstr ""
837
 
838
+ #: class-bws-settings.php:438
839
  msgid "These code will be added to the header on all pages of your site."
840
  msgstr ""
841
 
842
+ #: class-bws-settings.php:446 deprecated.php:646
843
  #, php-format
844
  msgid ""
845
  "You need to make this files writable before you can save your changes. See "
846
  "%s the Codex %s for more information."
847
  msgstr ""
848
 
849
+ #: class-bws-settings.php:456 deprecated.php:628
850
  msgid "Browsing"
851
  msgstr ""
852
 
853
+ #: class-bws-settings.php:461
854
  #, php-format
855
  msgid "Activate custom %s code."
856
  msgstr ""
857
 
858
+ #: class-bws-settings.php:469 deprecated.php:635
859
  #, fuzzy, php-format
860
  msgid "Learn more about %s"
861
  msgstr "Dowiedz się więcej"
862
 
863
+ #: class-bws-settings.php:531
864
  msgid "Miscellaneous Settings"
865
  msgstr ""
866
 
867
+ #: class-bws-settings.php:540 class-bws-settings.php:595
868
  #, php-format
869
  msgid ""
870
  "It is prohibited to change %s settings on this site in the %s network "
871
  "settings."
872
  msgstr ""
873
 
874
+ #: class-bws-settings.php:543 class-bws-settings.php:598
875
  #, php-format
876
  msgid ""
877
  "It is prohibited to view %s settings on this site in the %s network settings."
878
  msgstr ""
879
 
880
+ #: class-bws-settings.php:552
881
  #, fuzzy
882
  msgid "Pro Options"
883
  msgstr "Pro Plugins"
884
 
885
+ #: class-bws-settings.php:556
886
  msgid "Enable to display plugin Pro options."
887
  msgstr ""
888
 
889
+ #: class-bws-settings.php:562
890
  msgid "Track Usage"
891
  msgstr ""
892
 
893
+ #: class-bws-settings.php:566
894
  msgid ""
895
  "Enable to allow tracking plugin usage anonymously in order to make it better."
896
  msgstr ""
897
 
898
+ #: class-bws-settings.php:571
899
  #, fuzzy
900
  msgid "Default Settings"
901
  msgstr "Ustawienia"
902
 
903
+ #: class-bws-settings.php:573
904
  #, fuzzy
905
  msgid "Restore Settings"
906
  msgstr "Przywróć ustawienia"
907
 
908
+ #: class-bws-settings.php:574
909
  #, fuzzy
910
  msgid "This will restore plugin settings to defaults."
911
  msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
912
 
913
+ #: class-bws-settings.php:586
914
  msgid "Import / Export"
915
  msgstr ""
916
 
917
+ #: class-bws-settings.php:702 class-bws-settings.php:735
918
+ #: class-bws-settings.php:757
919
  #, fuzzy
920
  msgid "License Key"
921
  msgstr "Niepoprawny klucz licencji"
922
 
923
+ #: class-bws-settings.php:725
924
  #, fuzzy
925
  msgid "Congratulations! Pro license is activated successfully."
926
  msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
927
 
928
+ #: class-bws-settings.php:726
929
  #, php-format
930
  msgid "You will be automatically redirected to the %s in %s seconds."
931
  msgstr ""
932
 
933
+ #: class-bws-settings.php:726
934
  #, fuzzy
935
  msgid "Settings page"
936
  msgstr "設定保存."
937
 
938
+ #: class-bws-settings.php:741
939
  #, php-format
940
  msgid "Enter your license key to activate %s and get premium plugin features."
941
  msgstr ""
942
 
943
+ #: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
944
+ #: deprecated.php:706
945
  msgid ""
946
  "Unfortunately, you have exceeded the number of available tries per day. "
947
  "Please, upload the plugin manually."
949
  "Niestety, przekroczono liczb dostępnych prób na dziś. Proszę dodać wtyczkę "
950
  "manualnie."
951
 
952
+ #: class-bws-settings.php:747 deprecated.php:697
953
  #, php-format
954
  msgid "Start Your Free %s-Day Trial Now"
955
  msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
956
 
957
+ #: class-bws-settings.php:762
958
  #, fuzzy
959
  msgid ""
960
  "If necessary, you can check if the license key is correct or reenter it in "
964
  "w polu poniżej. Możesz znaleźć swój klucz na naszej stronie w strefie - "
965
  "Panel Klienta"
966
 
967
+ #: class-bws-settings.php:767
968
  msgid "Manage License Settings"
969
  msgstr ""
970
 
971
+ #: class-bws-settings.php:769
972
  #, fuzzy
973
  msgid "Login to Client Area"
974
  msgstr "Panel Klienta"
975
 
976
+ #: class-bws-settings.php:771
977
  msgid ""
978
  "Manage active licenses, download BWS products, and view your payment history "
979
  "using BestWebSoft Client Area."
980
  msgstr ""
981
 
982
+ #: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
983
+ #: deprecated.php:361
984
  #, fuzzy
985
  msgid "This license key is bound to another site."
986
  msgstr "Klucz licencji został przypisany do innej strony."
987
 
988
+ #: class-bws-settings.php:828 deprecated.php:143
989
  msgid ""
990
  "This license key is valid, but Your license has expired. If you want to "
991
  "update our plugin in future, you should extend the license."
993
  "Klucz jest poprawny, jednak Twoja licencja wygasła. Jeśli chcesz "
994
  "aktualizować naszą wtyczkę w przyszłości powinieneś przedłużyć licencję."
995
 
996
+ #: class-bws-settings.php:830 deprecated.php:145
997
  msgid "Unfortunately, you have exceeded the number of available tries."
998
  msgstr "Niestety, przekroczono liczbę dostępnych prób."
999
 
1000
+ #: class-bws-settings.php:832 deprecated.php:147
1001
  msgid ""
1002
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
1003
  "The Pro Trial license can be installed only once."
1005
  "Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
1006
  "może być wykorzystana tylko raz."
1007
 
1008
+ #: class-bws-settings.php:837 deprecated.php:151
1009
  msgid "The Pro Trial license key is valid."
1010
  msgstr "Klucz licencji do testowej wersji PRO jest poprawny."
1011
 
1012
+ #: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
1013
  #, php-format
1014
  msgid ""
1015
  "In order to continue using the plugin it is necessary to buy a %s license."
1017
  "W celu dalszego wykorzystywania wtyczki niezbędne jest wykupienie licencji "
1018
  "%s."
1019
 
1020
+ #: class-bws-settings.php:933
1021
+ #, php-format
1022
+ msgid ""
1023
+ "Unfortunately, Your license has expired. To continue getting top-priority "
1024
+ "support and plugin updates, you should extend it in your %s."
1025
+ msgstr ""
1026
+
1027
+ #: class-bws-settings.php:959 class-bws-settings.php:981
1028
+ #: class-bws-settings.php:1003
1029
+ msgid "Failed to download the zip archive. Please, upload the plugin manually."
1030
+ msgstr ""
1031
+
1032
+ #: class-bws-settings.php:971
1033
+ msgid "Failed to open the zip archive. Please, upload the plugin manually."
1034
+ msgstr ""
1035
+
1036
+ #: class-bws-settings.php:977
1037
+ msgid ""
1038
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
1039
+ "plugin manually."
1040
+ msgstr ""
1041
+
1042
+ #: class-bws-settings.php:984
1043
+ msgid "UploadDir is not writable. Please, upload the plugin manually."
1044
+ msgstr ""
1045
+
1046
+ #: class-bws-settings.php:1042 deprecated.php:464
1047
  msgid "Please, enter Your license key"
1048
  msgstr "Proszę podać klucz licencji."
1049
 
1050
+ #: class-bws-settings.php:1054
1051
  #, fuzzy
1052
  msgid "Need Help?"
1053
  msgstr "Potrzebujesz pomocy?"
1054
 
1055
+ #: class-bws-settings.php:1056
1056
  msgid "Read the Instruction"
1057
  msgstr ""
1058
 
1059
+ #: class-bws-settings.php:1060
1060
  msgid "Watch the Video"
1061
  msgstr ""
1062
 
1063
+ #: class-bws-settings.php:1071
1064
  #, fuzzy
1065
  msgid "Start Your Free Trial"
1066
  msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
1067
 
1068
+ #: deactivation-form.php:27
1069
+ msgid "Need help? We are ready to answer your questions."
1070
+ msgstr ""
1071
+
1072
+ #: deactivation-form.php:27
1073
+ msgid "Contact Support"
1074
+ msgstr ""
1075
+
1076
+ #: deactivation-form.php:32
1077
+ msgid "The plugin is not working"
1078
+ msgstr ""
1079
+
1080
+ #: deactivation-form.php:34
1081
+ msgid "Kindly share what didn't work so we can fix it in future updates..."
1082
+ msgstr ""
1083
+
1084
+ #: deactivation-form.php:38
1085
+ msgid "The plugin didn't work as expected"
1086
+ msgstr ""
1087
+
1088
+ #: deactivation-form.php:40
1089
+ msgid "What did you expect?"
1090
+ msgstr ""
1091
+
1092
+ #: deactivation-form.php:44
1093
+ msgid "The plugin suddenly stopped working"
1094
+ msgstr ""
1095
+
1096
+ #: deactivation-form.php:51
1097
+ msgid "The plugin broke my site"
1098
+ msgstr ""
1099
+
1100
+ #: deactivation-form.php:58
1101
+ msgid "I couldn't understand how to get it work"
1102
+ msgstr ""
1103
+
1104
+ #: deactivation-form.php:65
1105
+ msgid "I found a better plugin"
1106
+ msgstr ""
1107
+
1108
+ #: deactivation-form.php:67
1109
+ msgid "What's the plugin name?"
1110
+ msgstr ""
1111
+
1112
+ #: deactivation-form.php:71
1113
+ msgid "The plugin is great, but I need specific feature that you don't support"
1114
+ msgstr ""
1115
+
1116
+ #: deactivation-form.php:73
1117
+ msgid "What feature?"
1118
+ msgstr ""
1119
+
1120
+ #: deactivation-form.php:77
1121
+ msgid "I no longer need the plugin"
1122
+ msgstr ""
1123
+
1124
+ #: deactivation-form.php:83
1125
+ msgid "It's a temporary deactivation, I'm just debugging an issue"
1126
+ msgstr ""
1127
+
1128
+ #: deactivation-form.php:89
1129
+ msgid "Other"
1130
+ msgstr ""
1131
+
1132
+ #: deactivation-form.php:123
1133
+ msgid "Quick Feedback"
1134
+ msgstr ""
1135
+
1136
+ #: deactivation-form.php:124
1137
+ msgid "If you have a moment, please let us know why you are deactivating"
1138
+ msgstr ""
1139
+
1140
+ #: deactivation-form.php:129
1141
+ msgid "Anonymous feedback"
1142
+ msgstr ""
1143
+
1144
+ #: deactivation-form.php:131
1145
+ msgid "Cancel"
1146
+ msgstr ""
1147
+
1148
+ #: deactivation-form.php:229
1149
+ msgid "Processing"
1150
+ msgstr ""
1151
+
1152
+ #: deactivation-form.php:258
1153
+ msgid "Submit & Deactivate"
1154
+ msgstr ""
1155
+
1156
+ #: deactivation-form.php:273
1157
+ msgid "Please tell us the reason so we can improve it."
1158
+ msgstr ""
1159
+
1160
+ #: deactivation-form.php:341
1161
+ msgid "Deactivate"
1162
+ msgstr ""
1163
+
1164
  #: deprecated.php:93
1165
  #, fuzzy
1166
  msgid "System Status"
1190
  "(login to adres email podany przy zakupie). Jeśli to koniczne użyj opcji "
1191
  "\"Zgubiłeś swoje hasło?\"."
1192
 
1193
+ #: deprecated.php:246
1194
  #, fuzzy
1195
  msgid "After that, you can activate it by entering your license key."
1196
  msgstr "Po wszystkim możesz aktywować wtyczkę poprzez podanie klucza licencji."
1197
 
1198
+ #: deprecated.php:249 deprecated.php:691
1199
  msgid "License key can be found in the"
1200
  msgstr ""
1201
 
1202
+ #: deprecated.php:251 deprecated.php:693
1203
  #, fuzzy
1204
  msgid "(your username is the email address specified during the purchase)."
1205
  msgstr "(twoja nazwa użytkownika to email podany podczas zakupu)."
1206
 
1207
+ #: deprecated.php:279
1208
  #, fuzzy
1209
  msgid ""
1210
  "Congratulations! The Pro license of the plugin is activated successfully."
1211
  msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
1212
 
1213
+ #: deprecated.php:281 deprecated.php:672
1214
  msgid "Please, go to"
1215
  msgstr "Proszę przejść do"
1216
 
1217
+ #: deprecated.php:281 deprecated.php:672
1218
  msgid "the setting page"
1219
  msgstr "ustawień"
1220
 
1221
+ #: deprecated.php:282 deprecated.php:673
1222
  msgid "You will be redirected automatically in 5 seconds."
1223
  msgstr "Zostaniesz automatycznie przekierowany w ciągu 5 sekund."
1224
 
1225
+ #: deprecated.php:316
1226
  msgid "Check premium options on the plugin settings page!"
1227
  msgstr "Sprawdź dodatkowe opcje premium w ustawieniach wtyczki."
1228
 
1229
+ #: deprecated.php:479
1230
  msgid "Restore all plugin settings to defaults"
1231
  msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
1232
 
1233
+ #: deprecated.php:481
1234
  msgid "Restore settings"
1235
  msgstr "Przywróć ustawienia"
1236
 
1237
+ #: deprecated.php:550 deprecated.php:577
1238
  #, php-format
1239
  msgid "File %s edited successfully."
1240
  msgstr ""
1241
 
1242
+ #: deprecated.php:552 deprecated.php:579
1243
  msgid "Not enough permissions to create or update the file"
1244
  msgstr ""
1245
 
1246
+ #: deprecated.php:582
1247
  msgid "Not enough permissions to create the file"
1248
  msgstr ""
1249
 
1250
+ #: deprecated.php:626
1251
  msgid "Editing"
1252
  msgstr ""
1253
 
1254
+ #: deprecated.php:670
1255
  #, fuzzy
1256
  msgid ""
1257
  "Congratulations! Pro version of the plugin is installed and activated "
1258
  "successfully."
1259
  msgstr "Gratulacje! Wersja PRO została pobrana i aktywowana pomyślnie."
1260
 
1261
+ #: deprecated.php:680
1262
  msgid "Show Pro features"
1263
  msgstr "Pokaż funkcje PRO"
1264
 
1265
+ #: deprecated.php:687
1266
  msgid "Enter your license key to install and activate"
1267
  msgstr ""
1268
 
1269
+ #: deprecated.php:689
1270
  #, fuzzy
1271
  msgid "version of the plugin."
1272
  msgstr "Oceń wtyczkę"
1307
  msgid "SMM"
1308
  msgstr ""
1309
 
1310
+ #: product_list.php:23
1311
  msgid ""
1312
  "Protect WordPress website forms from spam entries by means of math logic."
1313
  msgstr ""
1314
 
1315
+ #: product_list.php:35
1316
  msgid "Create your personal car rental/booking and reservation website."
1317
  msgstr ""
1318
 
1319
+ #: product_list.php:45
1320
  msgid ""
1321
  "Allow customers to reach you using secure contact form plugin any website "
1322
  "must have."
1323
  msgstr ""
1324
 
1325
+ #: product_list.php:55
1326
  msgid "Add unlimited number of contact forms to WordPress website."
1327
  msgstr ""
1328
 
1329
+ #: product_list.php:65
1330
  msgid "Save and manage Contact Form messages. Never lose important data."
1331
  msgstr ""
1332
 
1333
+ #: product_list.php:75
1334
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1335
  msgstr ""
1336
 
1337
+ #: product_list.php:82
1338
  msgid "Add custom fields to WordPress website search results."
1339
  msgstr ""
1340
 
1341
+ #: product_list.php:89
1342
  msgid ""
1343
  "Add custom post types and taxonomies to WordPress website search results."
1344
  msgstr ""
1345
 
1346
+ #: product_list.php:99
1347
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1348
  msgstr ""
1349
 
1350
+ #: product_list.php:106
 
 
 
 
 
 
1351
  msgid ""
1352
  "Get latest error log messages to diagnose website problems. Define and fix "
1353
  "issues faster."
1354
  msgstr ""
1355
 
1356
+ #: product_list.php:113
1357
  msgid ""
1358
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1359
  "widgets."
1360
  msgstr ""
1361
 
1362
+ #: product_list.php:123
1363
  msgid ""
1364
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1365
  "clicks."
1366
  msgstr ""
1367
 
1368
+ #: product_list.php:133
 
 
 
 
 
 
1369
  msgid ""
1370
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1371
  "posts, pages and widgets."
1372
  msgstr ""
1373
 
1374
+ #: product_list.php:143
1375
  msgid ""
1376
  "Stronger security solution which protects your WordPress website from hacks "
1377
  "and unauthorized login attempts."
1378
  msgstr ""
1379
 
1380
+ #: product_list.php:153
1381
  msgid ""
1382
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1383
  "results, categories, tags, and widgets."
1384
  msgstr ""
1385
 
1386
+ #: product_list.php:163
1387
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1388
  msgstr ""
1389
 
1390
+ #: product_list.php:173
1391
  msgid ""
1392
  "Protect WordPress website forms from spam entries with Google Captcha "
1393
  "(reCaptcha)."
1394
  msgstr ""
1395
 
1396
+ #: product_list.php:183
1397
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1398
  msgstr ""
1399
 
1400
+ #: product_list.php:193
1401
  msgid ""
1402
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1403
  "your blog."
1404
  msgstr ""
1405
 
1406
+ #: product_list.php:203
1407
  msgid ""
1408
  "Replace external WordPress website links with Google shortlinks and track "
1409
  "click stats."
1410
  msgstr ""
1411
 
1412
+ #: product_list.php:210
1413
  msgid ""
1414
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1415
  "hostnames, etc."
1416
  msgstr ""
1417
 
1418
+ #: product_list.php:220
1419
  msgid ""
1420
  "Create your personal job board and listing WordPress website. Search jobs, "
1421
  "submit CV/resumes, choose candidates."
1422
  msgstr ""
1423
 
1424
+ #: product_list.php:227
1425
  msgid ""
1426
  "Protect WordPress website against brute force attacks. Limit rate of login "
1427
  "attempts."
1428
  msgstr ""
1429
 
1430
+ #: product_list.php:237
1431
  msgid ""
1432
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1433
  "5 plugins included – profile, insider, etc."
1434
  msgstr ""
1435
 
1436
+ #: product_list.php:247
1437
  msgid ""
1438
  "Translate WordPress website content to other languages manually. Create "
1439
  "multilingual pages, posts, widgets, menus, etc."
1440
  msgstr ""
1441
 
1442
+ #: product_list.php:257
1443
  msgid ""
1444
  "Add customizable pagination to WordPress website. Split long content to "
1445
  "multiple pages for better navigation."
1446
  msgstr ""
1447
 
1448
+ #: product_list.php:267
1449
  msgid ""
1450
  "Generate PDF files and print WordPress posts/pages. Customize document "
1451
  "header/footer styles and appearance."
1452
  msgstr ""
1453
 
1454
+ #: product_list.php:277
1455
  msgid ""
1456
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1457
  "Profile) to WordPress posts, pages and widgets."
1458
  msgstr ""
1459
 
1460
+ #: product_list.php:287
1461
  msgid ""
1462
  "Create your personal portfolio WordPress website. Manage and showcase past "
1463
  "projects to get more clients."
1464
  msgstr ""
1465
 
1466
+ #: product_list.php:297
1467
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1468
  msgstr ""
1469
 
1470
+ #: product_list.php:304
1471
  msgid ""
1472
  "Add extra fields to default WordPress user profile. The easiest way to "
1473
  "create and manage additional custom values."
1474
  msgstr ""
1475
 
1476
+ #: product_list.php:311
1477
  msgid ""
1478
  "Add and display HTML advertisement banner on WordPress website. Customize "
1479
  "bar styles and appearance."
1480
  msgstr ""
1481
 
1482
+ #: product_list.php:321
1483
  msgid ""
1484
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1485
  "widgets."
1486
  msgstr ""
1487
 
1488
+ #: product_list.php:328
1489
  msgid ""
1490
  "Add rating plugin to your WordPress website to receive feedback from your "
1491
  "customers."
1492
  msgstr ""
1493
 
1494
+ #: product_list.php:335
1495
  msgid ""
1496
  "Create your personal real estate WordPress website. Sell, rent and buy "
1497
  "properties. Add, search and browse listings easily."
1498
  msgstr ""
1499
 
1500
+ #: product_list.php:345
 
 
 
 
 
 
1501
  msgid ""
1502
  "Add related, featured, latest, and popular posts to your WordPress website. "
1503
  "Connect your blog readers with a relevant content."
1504
  msgstr ""
1505
 
1506
+ #: product_list.php:352
1507
  msgid ""
1508
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1509
  "settings and detailed reports."
1510
  msgstr ""
1511
 
1512
+ #: product_list.php:362
1513
  msgid ""
1514
  "The best responsive slider plugin for your WordPress website. Create "
1515
  "beautifully animated slides just in a few clicks."
1516
  msgstr ""
1517
 
1518
+ #: product_list.php:369
1519
  msgid ""
1520
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1521
  "Yahoo, Hotmail and other services."
1522
  msgstr ""
1523
 
1524
+ #: product_list.php:376
1525
  msgid ""
1526
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1527
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1528
  msgstr ""
1529
 
1530
+ #: product_list.php:386
1531
  msgid ""
1532
  "Add social media login, registration, and commenting to your WordPress "
1533
  "website."
1534
  msgstr ""
1535
 
1536
+ #: product_list.php:393
1537
  msgid ""
1538
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1539
  "Collect data and subscribe your users."
1540
  msgstr ""
1541
 
1542
+ #: product_list.php:403
1543
  msgid ""
1544
  "Add testimonials and feedbacks from your customers to WordPress website "
1545
  "posts, pages, and widgets."
1546
  msgstr ""
1547
 
1548
+ #: product_list.php:410
1549
  msgid ""
1550
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1551
  "attendance and generate reports."
1552
  msgstr ""
1553
 
1554
+ #: product_list.php:420
1555
  msgid ""
1556
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1557
  "and pages."
1558
  msgstr ""
1559
 
1560
+ #: product_list.php:430
1561
  msgid ""
1562
  "Automatically check and update WordPress website core with all installed "
1563
  "plugins and themes to the latest versions."
1564
  msgstr ""
1565
 
1566
+ #: product_list.php:440
1567
  msgid ""
1568
  "Powerful user role management plugin for WordPress website. Create, edit, "
1569
  "copy, and delete user roles."
1570
  msgstr ""
1571
 
1572
+ #: product_list.php:450
1573
  msgid ""
1574
  "Display live count of online visitors who are currently browsing your "
1575
  "WordPress website."
1576
  msgstr ""
1577
 
1578
+ #: product_list.php:460
1579
  msgid ""
1580
  "Backup and export Zendesk Help Center content automatically to your "
1581
  "WordPress website database."
1582
  msgstr ""
1583
 
1584
+ #, fuzzy
1585
+ #~ msgid "Congratulations! Pro Membership license is activated successfully."
1586
+ #~ msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
1587
+
1588
+ #, fuzzy
1589
+ #~ msgid "Email with system info is sent to"
1590
+ #~ msgstr "Wiadomość z informacjami systemowymi zostanie wysłana do "
1591
+
1592
+ #~ msgid ""
1593
+ #~ "You can use one license of the Pro plugin for one domain only. Please "
1594
+ #~ "check and edit your license or domain if necessary using you personal "
1595
+ #~ "Client Area. We strongly recommend you to solve the problem within 24 "
1596
+ #~ "hours, otherwise the Pro plugin will be deactivated."
1597
+ #~ msgstr ""
1598
+ #~ "Licencja wersji PRO może być wykorzystywana tylko na jednej domenie. "
1599
+ #~ "Proszę sprawdź i edytuj klucz licencji lub domenę, jeśli to konieczne "
1600
+ #~ "wykorzystaj Panel Klienta. Zalecamy rozwiązanie tego problemu w przeciągu "
1601
+ #~ "24 godzin, w przeciwnym wypadku wersja PRO zostanie zablokowana."
1602
+
1603
+ #~ msgid "Insert"
1604
+ #~ msgstr "Umieść"
1605
+
1606
  #, fuzzy
1607
  #~ msgid "Site Stats"
1608
  #~ msgstr "Status systemu"
bws_menu/languages/bestwebsoft-ru_RU.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-ru_RU.po CHANGED
@@ -2,11 +2,11 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-06-08 15:43+0300\n"
6
- "PO-Revision-Date: 2017-07-03 13:22+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
- "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
@@ -14,13 +14,15 @@ msgstr ""
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
 
 
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:72 bws_functions.php:190
20
  msgid "requires"
21
  msgstr "требует"
22
 
23
- #: bws_functions.php:74
24
  msgid ""
25
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
26
  "try again."
@@ -28,60 +30,65 @@ msgstr ""
28
  "или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и "
29
  "попробуйте еще раз."
30
 
31
- #: bws_functions.php:75
32
  msgid "Back to the WordPress"
33
  msgstr "Вернуться к WordPress на"
34
 
35
- #: bws_functions.php:77
36
  msgid "Plugins page"
37
  msgstr "Страницу плагинов"
38
 
39
- #: bws_functions.php:91
40
  msgid "Like the plugin?"
41
  msgstr "Понравился плагин?"
42
 
43
  #: bws_functions.php:93
 
 
 
 
 
44
  msgid "Rate it"
45
  msgstr "Оценить"
46
 
47
- #: bws_functions.php:102
48
  msgid "Need help?"
49
  msgstr "Нужна помощь?"
50
 
51
- #: bws_functions.php:103 bws_functions.php:907 class-bws-settings.php:1047
52
  msgid "Visit Help Center"
53
  msgstr "Перейти в Help Center"
54
 
55
- #: bws_functions.php:106
56
  msgid "Want to support the plugin?"
57
  msgstr "Хотите поддержать плагин?"
58
 
59
- #: bws_functions.php:107 bws_menu.php:553
60
  msgid "Donate"
61
  msgstr "Пожертвовать"
62
 
63
- #: bws_functions.php:127
64
  msgid "WARNING: Illegal use notification"
65
  msgstr "ВНИМАНИЕ: уведомление о незаконном использовании"
66
 
67
- #: bws_functions.php:127
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 you personal Client Area. "
71
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
72
- "the Pro plugin will be deactivated."
73
  msgstr ""
74
  "Вы можете использовать одну лицензию Pro плагина только для одного домена. "
75
  "Пожалуйста, проверьте и отредактируйте при необходимости лицензию или домен, "
76
  "используя Ваш личный Client Area. Мы настоятельно рекомендуем вам решить "
77
  "проблему в течение 24 часов, в противном случае плагин будет деактивирован."
78
 
79
- #: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
80
- #: class-bws-settings.php:143
81
  msgid "Learn More"
82
  msgstr "Подробнее"
83
 
84
- #: bws_functions.php:144
85
  msgid ""
86
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
87
  "you should buy a Pro license"
@@ -89,7 +96,7 @@ msgstr ""
89
  "Внимание: Срок действия Pro Trial версии истек. Чтобы продолжить "
90
  "пользоваться плагином, пожалуйста, приобретите Pro лицензию"
91
 
92
- #: bws_functions.php:146
93
  msgid ""
94
  "Your license has expired. To continue getting top-priority support and "
95
  "plugin updates, you should extend it."
@@ -98,24 +105,24 @@ msgstr ""
98
  "плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно "
99
  "продлить лицензию."
100
 
101
- #: bws_functions.php:146 bws_functions.php:382 deprecated.php:584
102
  msgid "Learn more"
103
  msgstr "Подробнее"
104
 
105
- #: bws_functions.php:164
106
  #, php-format
107
  msgid "Notice: You are using the Pro Trial license of %s plugin."
108
  msgstr "Внимание: Вы используете Pro Trial версию плагина %s."
109
 
110
- #: bws_functions.php:166
111
  msgid "Notice: You are using the Pro Trial license of plugin."
112
  msgstr "Внимание: Вы используете Pro Trial версию плагина."
113
 
114
- #: bws_functions.php:169
115
  msgid "The Pro Trial license will expire on"
116
  msgstr "Ваша лицензия Pro Trial версии плагина истекает"
117
 
118
- #: bws_functions.php:192
119
  msgid ""
120
  "or higher! We do not guarantee that our plugin will work correctly. Please "
121
  "upgrade to WordPress latest version."
@@ -123,74 +130,74 @@ msgstr ""
123
  "или выше! Мы не гарантируем, что наш плагин будет работать корректно. "
124
  "Пожалуйста, обновите WordPress до последней версии."
125
 
126
- #: bws_functions.php:207
127
  #, php-format
128
  msgid "Thank you for installing %s plugin!"
129
  msgstr "Спасибо, что установили %s плагин!"
130
 
131
- #: bws_functions.php:208
132
  msgid "Let's get started"
133
  msgstr "Давайте начнем"
134
 
135
- #: bws_functions.php:209 bws_functions.php:242 bws_menu.php:557
136
- #: bws_menu.php:559
137
  msgid "Settings"
138
  msgstr "Настройки"
139
 
140
- #: bws_functions.php:211 bws_menu.php:328 class-bws-settings.php:736
141
- #: class-bws-settings.php:1049 class-bws-settings.php:1059 deprecated.php:694
142
  msgid "or"
143
  msgstr "или"
144
 
145
- #: bws_functions.php:212 bws_functions.php:244
146
  msgid "Add New"
147
  msgstr "Добавить"
148
 
149
- #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
150
- #: bws_functions.php:378 bws_functions.php:480
151
  msgid "Close notice"
152
  msgstr "Закрыть"
153
 
154
- #: bws_functions.php:231
155
  msgid "Thank you for installing plugins by BestWebSoft!"
156
  msgstr "Спасибо за установку плагинов компании BestWebSoft!"
157
 
158
- #: bws_functions.php:233
159
  msgid "More Details"
160
  msgstr "Детали"
161
 
162
- #: bws_functions.php:234
163
  msgid "Less Details"
164
  msgstr "Скрыть детали"
165
 
166
- #: bws_functions.php:262
167
  msgid "Deprecated function(-s) is used on the site here:"
168
  msgstr "Устаревшие функции используются на сайте здесь:"
169
 
170
- #: bws_functions.php:276
171
  msgid ""
172
  "This function(-s) will be removed over time. Please update the product(-s)."
173
  msgstr ""
174
  "Эти функции будет удалены через некоторое время. Пожалуйста, обновите "
175
  "продукт."
176
 
177
- #: bws_functions.php:335
178
  msgid "It’s time to upgrade your"
179
  msgstr "Настало время обновить Ваш"
180
 
181
- #: bws_functions.php:335
182
  msgid "to"
183
  msgstr "до"
184
 
185
- #: bws_functions.php:335
186
  msgid "version!"
187
  msgstr "версии!"
188
 
189
- #: bws_functions.php:336
190
  msgid "Extend standard plugin functionality with new great options."
191
  msgstr "Расширяет возможности стандартного функционала плагина."
192
 
193
- #: bws_functions.php:382
194
  #, php-format
195
  msgid ""
196
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
@@ -199,12 +206,12 @@ msgstr ""
199
  "Ваш лицензионный ключ для %s истекает %s и вы не будете получать "
200
  "приоритетную тех.поддержку или обновления."
201
 
202
- #: bws_functions.php:475
203
  #, php-format
204
  msgid "Thank you for choosing %s plugin!"
205
  msgstr "Спасибо за выбор плагина %s!"
206
 
207
- #: bws_functions.php:476
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!"
@@ -213,25 +220,25 @@ msgstr ""
213
  "функционала плагина, пожалуйста, присылайте их нам! Мы вседа открыты для "
214
  "новых идей!"
215
 
216
- #: bws_functions.php:477
217
  msgid "Suggest a Feature"
218
  msgstr "Предложить функционал"
219
 
220
- #: bws_functions.php:493 class-bws-settings.php:533 class-bws-settings.php:536
221
- #: class-bws-settings.php:584 class-bws-settings.php:587
222
  msgid "Notice"
223
  msgstr "Внимание"
224
 
225
- #: bws_functions.php:493
226
  msgid "The plugin's settings have been changed."
227
  msgstr "Настройки плагина были изменены"
228
 
229
- #: bws_functions.php:494 class-bws-settings.php:182 class-bws-settings.php:202
230
- #: deprecated.php:640
231
  msgid "Save Changes"
232
  msgstr "Сохранить изменения"
233
 
234
- #: bws_functions.php:508
235
  msgid ""
236
  "You can always look at premium options by checking the \"Pro Options\" in "
237
  "the \"Misc\" tab."
@@ -239,83 +246,79 @@ msgstr ""
239
  "Вы всегда можете просмотреть премиум опции нажав на кнопку \"Pro опции\" на "
240
  "вкладке \"Разное\"."
241
 
242
- #: bws_functions.php:629
243
  msgid "Add BWS Shortcode"
244
  msgstr "Добавить BWS шорткод"
245
 
246
- #: bws_functions.php:630
247
  msgid "Add BWS Plugins Shortcode"
248
  msgstr "Добавить шорткод BWS Плагина"
249
 
250
- #: bws_functions.php:649
251
  msgid "Add shortcode"
252
  msgstr "Добавить шорткод"
253
 
254
- #: bws_functions.php:649
255
  msgid "Add BestWebSoft plugins' shortcodes using this button."
256
  msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
257
 
258
- #: bws_functions.php:695
259
  msgid "Close"
260
  msgstr "Закрыть"
261
 
262
- #: bws_functions.php:787
263
  msgid "Are you sure you want to restore default settings?"
264
  msgstr ""
265
  "Вы уверены что хотите восстановить все настройки плагина к настройкам по "
266
  "умолчанию?"
267
 
268
- #: bws_functions.php:790
269
  msgid "Yes, restore all settings"
270
  msgstr "Да, восстановить все настройки"
271
 
272
- #: bws_functions.php:791
273
  msgid "No, go back to the settings page"
274
  msgstr "Нет, вернуться на страницу настроек"
275
 
276
- #: bws_functions.php:833
277
  msgid "Plugin"
278
  msgstr "Плагин"
279
 
280
- #: bws_functions.php:842
281
  msgid "Shortcode settings"
282
  msgstr "Настройки шорткода"
283
 
284
- #: bws_functions.php:847
285
  msgid "The shortcode will be inserted"
286
  msgstr "Будет вставлен шорткод"
287
 
288
- #: bws_functions.php:852
289
- msgid "Insert"
290
- msgstr "Вставить"
291
-
292
- #: bws_functions.php:912
293
  msgid "FAQ"
294
  msgstr "FAQ"
295
 
296
- #: bws_functions.php:918
297
  msgid "For more information:"
298
  msgstr "Для дополнительной информации:"
299
 
300
- #: bws_functions.php:919
301
  msgid "Documentation"
302
  msgstr "Документация"
303
 
304
- #: bws_functions.php:920
305
  msgid "Video Instructions"
306
  msgstr "Видео инструкции"
307
 
308
- #: bws_functions.php:921
309
  msgid "Submit a Request"
310
  msgstr "Отправить запрос"
311
 
312
- #: bws_menu.php:101 class-bws-settings.php:781 deprecated.php:322
313
  msgid "Wrong license key"
314
  msgstr "Неправильный лицензионный ключ"
315
 
316
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
317
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
318
- #: deprecated.php:352
319
  msgid ""
320
  "Something went wrong. Please try again later. If the error appears again, "
321
  "please contact us"
@@ -323,14 +326,14 @@ msgstr ""
323
  "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
324
  "пожалуйста, свяжитесь с нами"
325
 
326
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
327
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
328
- #: deprecated.php:352
329
  msgid "We are sorry for inconvenience."
330
  msgstr "Приносим извинения за неудобства."
331
 
332
- #: bws_menu.php:128 class-bws-settings.php:813 class-bws-settings.php:916
333
- #: deprecated.php:139 deprecated.php:358
334
  msgid "Wrong license key."
335
  msgstr "Неправильный лицензионный ключ."
336
 
@@ -345,11 +348,11 @@ msgstr ""
345
  msgid "Log in"
346
  msgstr "Авторизоваться"
347
 
348
- #: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
349
  msgid "Unfortunately, you have exceeded the number of available tries per day."
350
  msgstr "К сожалению, вы превысили количество доступных попыток."
351
 
352
- #: bws_menu.php:134 class-bws-settings.php:922 deprecated.php:364
353
  #, php-format
354
  msgid ""
355
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -359,7 +362,7 @@ msgstr ""
359
  "обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
360
  "вашей %s"
361
 
362
- #: bws_menu.php:136 class-bws-settings.php:924 deprecated.php:366
363
  msgid ""
364
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
365
  "Trial license can be installed only once."
@@ -367,19 +370,19 @@ msgstr ""
367
  "К сожалению, Pro лицензия уже была установлена на этом доменен. Pro Trial "
368
  "лицензия может быть установлена только один раз."
369
 
370
- #: bws_menu.php:142 class-bws-settings.php:828 deprecated.php:153
371
  msgid "The license key is valid."
372
  msgstr "Лицензионный ключ действителен."
373
 
374
- #: bws_menu.php:144 class-bws-settings.php:831 deprecated.php:156
375
  msgid "Your license will expire on"
376
  msgstr "Ваша лицензия истечет"
377
 
378
  #: bws_menu.php:146
379
- msgid "Congratulations! Pro Membership license is activated successfully."
380
  msgstr "Поздравляем! Pro Membership лицензия успешно активирована."
381
 
382
- #: bws_menu.php:153 class-bws-settings.php:996 deprecated.php:435
383
  msgid ""
384
  "Something went wrong. Try again later or upload the plugin manually. We are "
385
  "sorry for inconvenience."
@@ -533,67 +536,68 @@ msgstr "Неактивированные плагины"
533
  msgid "Please enter a valid email address."
534
  msgstr "Пожалуйста, введите валидный емайл."
535
 
536
- #: bws_menu.php:264
537
- msgid "Email with system info is sent to"
538
- msgstr "Емейл с системной информацией отправлен на"
 
539
 
540
- #: bws_menu.php:268
541
  msgid "Thank you for contacting us."
542
  msgstr "Спасибо что связались с нами."
543
 
544
- #: bws_menu.php:291
545
  msgid "Sorry, email message could not be delivered."
546
  msgstr "Извините, ваш емейл не может быть отправлен."
547
 
548
- #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
549
  msgid "Plugins"
550
  msgstr "Плагины"
551
 
552
- #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
553
  msgid "Themes"
554
  msgstr "Темы"
555
 
556
- #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
557
  msgid "System status"
558
  msgstr "Системная информация"
559
 
560
- #: bws_menu.php:317
561
  msgid "Support"
562
  msgstr "Тех. поддержка"
563
 
564
- #: bws_menu.php:318
565
  msgid "Manage purchased licenses & subscriptions"
566
  msgstr "Управление купленными лицензиями и подписками"
567
 
568
- #: bws_menu.php:326
569
  #, php-format
570
  msgid "Get Access to %s+ Premium Plugins"
571
  msgstr "Получить доступ к %s+ премиум плагинам"
572
 
573
- #: bws_menu.php:328
574
  msgid "Subscribe to Pro Membership"
575
  msgstr "Подписаться на Pro Membership"
576
 
577
- #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:749
578
  #: deprecated.php:227
579
  msgid "Check license key"
580
  msgstr "Проверка лицензионного ключа"
581
 
582
- #: bws_menu.php:339
583
  msgid "Enter your license key"
584
  msgstr "Ваш лицензионный ключ"
585
 
586
- #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
587
- #: class-bws-settings.php:728 deprecated.php:259 deprecated.php:267
588
- #: deprecated.php:629 deprecated.php:700 deprecated.php:709
589
  msgid "Activate"
590
  msgstr "Активировать"
591
 
592
- #: bws_menu.php:361
593
  msgid "Upload Plugin"
594
  msgstr "Добавить новый"
595
 
596
- #: bws_menu.php:365
597
  #, php-format
598
  msgid ""
599
  "The plugin generated %d characters of <strong>unexpected output</strong> "
@@ -606,7 +610,7 @@ msgstr ""
606
  "проблемы с RSS-лентами или другие неполадки, попробуйте деактивировать или "
607
  "удалить этот плагин."
608
 
609
- #: bws_menu.php:367
610
  msgid ""
611
  "Plugin could not be activated because it triggered a <strong>fatal error</"
612
  "strong>."
@@ -614,39 +618,37 @@ msgstr ""
614
  "Плагин не может быть активирован, поскольку он вызвал <strong>фатальную "
615
  "ошибку</strong>."
616
 
617
- #: bws_menu.php:370
618
  msgid "Plugin <strong>activated</strong>."
619
  msgstr "Плагин <strong>активировано</strong>."
620
 
621
- #: bws_menu.php:377
622
  msgid "Installing Plugin"
623
  msgstr "Установка плагина"
624
 
625
- #: bws_menu.php:383
626
  msgid "Downloading install package from"
627
  msgstr "Скачивание установочного пакета из"
628
 
629
- #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
630
- #: class-bws-settings.php:948 class-bws-settings.php:970
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 ""
635
  "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
636
 
637
- #: bws_menu.php:408
638
  msgid "Unpacking the package"
639
  msgstr "Распаковка пакета"
640
 
641
- #: bws_menu.php:413 bws_menu.php:421
642
  msgid "Installing the plugin"
643
  msgstr "Установка плагина"
644
 
645
- #: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
646
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
647
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
648
 
649
- #: bws_menu.php:424 class-bws-settings.php:966 deprecated.php:405
650
  msgid ""
651
  "Your server does not support either ZipArchive or Phar. Please, upload the "
652
  "plugin manually"
@@ -654,158 +656,158 @@ msgstr ""
654
  "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
655
  "Пожалуйста, загрузите плагин вручную"
656
 
657
- #: bws_menu.php:427
658
  #, php-format
659
  msgid "The plugin %s is successfully installed."
660
  msgstr "Плагин %s успешно установлен."
661
 
662
- #: bws_menu.php:434 class-bws-settings.php:973 deprecated.php:412
663
  msgid "UploadDir is not writable. Please, upload the plugin manually"
664
  msgstr ""
665
  "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
666
 
667
- #: bws_menu.php:439
668
  msgid "Activate Plugin"
669
  msgstr "Активировать плагин"
670
 
671
- #: bws_menu.php:439 bws_menu.php:445
672
  msgid "Return to BestWebSoft Panel"
673
  msgstr "Возврат к BestWebSoft Panel"
674
 
675
- #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
676
  msgid "All"
677
  msgstr "Все"
678
 
679
- #: bws_menu.php:450 bws_menu.php:650
680
  msgid "Installed"
681
  msgstr "Установленные"
682
 
683
- #: bws_menu.php:451
684
  msgid "Not Installed"
685
  msgstr "Не установленные"
686
 
687
- #: bws_menu.php:457
688
  msgid "Filter results"
689
  msgstr "Фильтр результатов"
690
 
691
- #: bws_menu.php:460 bws_menu.php:589
692
  msgid "Category"
693
  msgstr "Категория"
694
 
695
- #: bws_menu.php:524
696
  msgid "Not installed"
697
  msgstr "Не установлен"
698
 
699
- #: bws_menu.php:528
700
  msgid "Renew to get updates"
701
  msgstr "Продлить для обновления"
702
 
703
- #: bws_menu.php:531
704
  #, php-format
705
  msgid "Update to v %s"
706
  msgstr "Обновить до версии %s"
707
 
708
- #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
709
  msgid "Install Now"
710
  msgstr "Установить"
711
 
712
- #: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
713
  msgid "Upgrade to Pro"
714
  msgstr "Обновить до Pro"
715
 
716
- #: bws_menu.php:563 bws_menu.php:572
717
  msgid "Activate this plugin"
718
  msgstr "Активировать плагин"
719
 
720
- #: bws_menu.php:575
721
  msgid "Install this plugin"
722
  msgstr "Установить этот плагин"
723
 
724
- #: bws_menu.php:584
725
  msgid "Nothing found. Try another criteria."
726
  msgstr "Ничего не найдено. Попробуйте другие критерии."
727
 
728
- #: bws_menu.php:621 bws_menu.php:641
729
  #, php-format
730
  msgid "By %s"
731
  msgstr "%s"
732
 
733
- #: bws_menu.php:648
734
  msgid "Already Installed"
735
  msgstr "Уже установлена"
736
 
737
- #: bws_menu.php:659
738
- msgid "Browse Free WordPress Themes"
739
- msgstr "Обзор бесплатных WordPress тем"
740
 
741
- #: bws_menu.php:668
742
  msgid "Send to support"
743
  msgstr "Отправить в тех. поддержку"
744
 
745
- #: bws_menu.php:675
746
  msgid "Send to custom email &#187;"
747
  msgstr "Отправить на емейл &#187;"
748
 
749
- #: class-bws-settings.php:135
750
  msgid "Information"
751
  msgstr "Информация"
752
 
753
- #: class-bws-settings.php:143
754
  msgid "Inactive"
755
  msgstr "Неактивна"
756
 
757
- #: class-bws-settings.php:151
758
  msgid "Expired"
759
  msgstr "Истекла"
760
 
761
- #: class-bws-settings.php:154
762
  #, php-format
763
  msgid "%s day(-s) left"
764
  msgstr "%s дней осталось"
765
 
766
- #: class-bws-settings.php:160
767
  #, php-format
768
  msgid "Expired on %s"
769
  msgstr "Истекает %s"
770
 
771
- #: class-bws-settings.php:160
772
  msgid "Renew Now"
773
  msgstr "Возобновить сейчас"
774
 
775
- #: class-bws-settings.php:162
776
  msgid "Active"
777
  msgstr "Активна"
778
 
779
- #: class-bws-settings.php:167
780
  msgid "License"
781
  msgstr "Лицензия"
782
 
783
- #: class-bws-settings.php:170
784
  msgid "Status"
785
  msgstr "Статус"
786
 
787
- #: class-bws-settings.php:174
788
  msgid "Version"
789
  msgstr "Версия"
790
 
791
- #: class-bws-settings.php:282
792
  msgid "All plugin settings were restored."
793
  msgstr "Все настройки плагина были восстановлены."
794
 
795
- #: class-bws-settings.php:420
796
  msgid "Custom Code"
797
  msgstr "Пользовательский код"
798
 
799
- #: class-bws-settings.php:424 deprecated.php:497
800
  msgid "You do not have sufficient permissions to edit plugins for this site."
801
  msgstr ""
802
  "У вас недостаточно полномочий, чтобы редактировать плагины на этом сайте."
803
 
804
- #: class-bws-settings.php:429 deprecated.php:618
805
  msgid "These styles will be added to the header on all pages of your site."
806
  msgstr "Эти стили будут добавлены в хедер на всех страницах вашего сайта."
807
 
808
- #: class-bws-settings.php:432 deprecated.php:620
809
  #, php-format
810
  msgid ""
811
  "This PHP code will be hooked to the %s action and will be printed on front "
@@ -814,11 +816,11 @@ msgstr ""
814
  "Этот PHP код будет прикреплен к %s аction и будет добавлен только во "
815
  "фронтенде."
816
 
817
- #: class-bws-settings.php:435
818
  msgid "These code will be added to the header on all pages of your site."
819
  msgstr "Этот код будет добавлен в хедер на всех страницах вашего сайта."
820
 
821
- #: class-bws-settings.php:443 deprecated.php:644
822
  #, php-format
823
  msgid ""
824
  "You need to make this files writable before you can save your changes. See "
@@ -827,25 +829,25 @@ msgstr ""
827
  "Чтобы сохранить изменения, нужно сделать этот файл доступным для записи. "
828
  "Дополнительную информацию можно получить в %s Кодексе %s."
829
 
830
- #: class-bws-settings.php:453 deprecated.php:626
831
  msgid "Browsing"
832
  msgstr "Просмотр"
833
 
834
- #: class-bws-settings.php:457
835
  #, php-format
836
  msgid "Activate custom %s code."
837
  msgstr "Активировать пользовательский %s код."
838
 
839
- #: class-bws-settings.php:464 deprecated.php:633
840
  #, php-format
841
  msgid "Learn more about %s"
842
  msgstr "Подробнее о %s"
843
 
844
- #: class-bws-settings.php:524
845
  msgid "Miscellaneous Settings"
846
  msgstr "Прочие настройки"
847
 
848
- #: class-bws-settings.php:533 class-bws-settings.php:584
849
  #, php-format
850
  msgid ""
851
  "It is prohibited to change %s settings on this site in the %s network "
@@ -853,75 +855,75 @@ msgid ""
853
  msgstr ""
854
  "Cетевыми настройками %s запрещается изменять настройки %s на этом сайте."
855
 
856
- #: class-bws-settings.php:536 class-bws-settings.php:587
857
  #, php-format
858
  msgid ""
859
  "It is prohibited to view %s settings on this site in the %s network settings."
860
  msgstr ""
861
  "Cетевыми настройками %s запрещается просматривать настройки %s на этом сайте."
862
 
863
- #: class-bws-settings.php:545
864
  msgid "Pro Options"
865
  msgstr "Pro опции"
866
 
867
- #: class-bws-settings.php:548
868
  msgid "Enable to display plugin Pro options."
869
  msgstr "Включите для отображения Pro опций плагина."
870
 
871
- #: class-bws-settings.php:553
872
  msgid "Track Usage"
873
  msgstr "Собирать статистику"
874
 
875
- #: class-bws-settings.php:556
876
  msgid ""
877
  "Enable to allow tracking plugin usage anonymously in order to make it better."
878
  msgstr ""
879
  "Включить, чтобы разрешить анонимно отслеживать использование и сделать "
880
  "плагин лучше."
881
 
882
- #: class-bws-settings.php:560
883
  msgid "Default Settings"
884
  msgstr "Настройки по умолчанию"
885
 
886
- #: class-bws-settings.php:562
887
  msgid "Restore Settings"
888
  msgstr "Восстановить настройки"
889
 
890
- #: class-bws-settings.php:563
891
  msgid "This will restore plugin settings to defaults."
892
  msgstr "Восстановить все настройки плагина к настройкам по умолчанию."
893
 
894
- #: class-bws-settings.php:575
895
  msgid "Import / Export"
896
  msgstr "Импорт / Экспорт"
897
 
898
- #: class-bws-settings.php:691 class-bws-settings.php:724
899
- #: class-bws-settings.php:746
900
  msgid "License Key"
901
  msgstr "Лицензионный ключ"
902
 
903
- #: class-bws-settings.php:714
904
  msgid "Congratulations! Pro license is activated successfully."
905
  msgstr "Поздравляем! Pro лицензия успешно активирована."
906
 
907
- #: class-bws-settings.php:715
908
  #, php-format
909
  msgid "You will be automatically redirected to the %s in %s seconds."
910
  msgstr "Вы будете автоматически перенаправлены на %s через %s секунд."
911
 
912
- #: class-bws-settings.php:715
913
  msgid "Settings page"
914
  msgstr "страницу Настроек"
915
 
916
- #: class-bws-settings.php:730
917
  #, php-format
918
  msgid "Enter your license key to activate %s and get premium plugin features."
919
  msgstr ""
920
  "Введите лицензионный ключ для активации %s и получения дополнительных "
921
  "возможностей плагина."
922
 
923
- #: class-bws-settings.php:733 class-bws-settings.php:920 deprecated.php:362
924
- #: deprecated.php:703
925
  msgid ""
926
  "Unfortunately, you have exceeded the number of available tries per day. "
927
  "Please, upload the plugin manually."
@@ -929,12 +931,12 @@ msgstr ""
929
  "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
930
  "загрузите плагин вручную."
931
 
932
- #: class-bws-settings.php:736 deprecated.php:694
933
  #, php-format
934
  msgid "Start Your Free %s-Day Trial Now"
935
  msgstr "Попробуйте %s-дневную Trial версию бесплатно"
936
 
937
- #: class-bws-settings.php:751
938
  msgid ""
939
  "If necessary, you can check if the license key is correct or reenter it in "
940
  "the field below."
@@ -942,15 +944,15 @@ msgstr ""
942
  "При необходимости вы можете проверить валидность лицензионного ключа или "
943
  "повторно ввести его в поле ниже."
944
 
945
- #: class-bws-settings.php:756
946
  msgid "Manage License Settings"
947
  msgstr "Управление настройками лицензий"
948
 
949
- #: class-bws-settings.php:758
950
  msgid "Login to Client Area"
951
  msgstr "Зайти в Client Area"
952
 
953
- #: class-bws-settings.php:760
954
  msgid ""
955
  "Manage active licenses, download BWS products, and view your payment history "
956
  "using BestWebSoft Client Area."
@@ -958,12 +960,12 @@ msgstr ""
958
  "Управляй активными лицензиями, загружай BWS продукты, а также просматривай "
959
  "историю платежей с помощью BestWebSoft Client Area."
960
 
961
- #: class-bws-settings.php:815 class-bws-settings.php:918 deprecated.php:141
962
- #: deprecated.php:360
963
  msgid "This license key is bound to another site."
964
  msgstr "Этот лицензионный ключ привязан к другому сайту."
965
 
966
- #: class-bws-settings.php:817 deprecated.php:143
967
  msgid ""
968
  "This license key is valid, but Your license has expired. If you want to "
969
  "update our plugin in future, you should extend the license."
@@ -971,11 +973,11 @@ msgstr ""
971
  "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите "
972
  "обновлять плагин в будущем, вы должны продлить лицензию."
973
 
974
- #: class-bws-settings.php:819 deprecated.php:145
975
  msgid "Unfortunately, you have exceeded the number of available tries."
976
  msgstr "К сожалению, вы превысили количество доступных попыток."
977
 
978
- #: class-bws-settings.php:821 deprecated.php:147
979
  msgid ""
980
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
981
  "The Pro Trial license can be installed only once."
@@ -983,37 +985,172 @@ msgstr ""
983
  "К сожалению, Pro Trial версия плагина уже устанавливалась на этот домен. Pro "
984
  "Trial версию можно устанавливать лишь один раз."
985
 
986
- #: class-bws-settings.php:826 deprecated.php:151
987
  msgid "The Pro Trial license key is valid."
988
  msgstr "Ключ Pro Trial версии действителен."
989
 
990
- #: class-bws-settings.php:834 deprecated.php:159 deprecated.php:246
991
  #, php-format
992
  msgid ""
993
  "In order to continue using the plugin it is necessary to buy a %s license."
994
  msgstr ""
995
  "Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
996
 
997
- #: class-bws-settings.php:1031 deprecated.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
998
  msgid "Please, enter Your license key"
999
  msgstr "Пожалуйста, введите ваш лицензионный ключ"
1000
 
1001
- #: class-bws-settings.php:1043
1002
  msgid "Need Help?"
1003
  msgstr "Нужна помощь?"
1004
 
1005
- #: class-bws-settings.php:1045
1006
  msgid "Read the Instruction"
1007
  msgstr "Читать инструкцию"
1008
 
1009
- #: class-bws-settings.php:1049
1010
  msgid "Watch the Video"
1011
  msgstr "Смотреть видео"
1012
 
1013
- #: class-bws-settings.php:1060
1014
  msgid "Start Your Free Trial"
1015
  msgstr "Использовать бесплатную Trial версию"
1016
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1017
  #: deprecated.php:93
1018
  msgid "System Status"
1019
  msgstr "Системная информация"
@@ -1040,79 +1177,79 @@ msgstr ""
1040
  "(ваше имя пользователя - это емейл, указанный при покупке). При "
1041
  "необходимости нажмите \"Забыли пароль?\"."
1042
 
1043
- #: deprecated.php:247
1044
  msgid "After that, you can activate it by entering your license key."
1045
  msgstr "После этого вы сможете активировать его введя лицензионный ключ."
1046
 
1047
- #: deprecated.php:249 deprecated.php:688
1048
  msgid "License key can be found in the"
1049
  msgstr "Лицензионный ключ можно найти в"
1050
 
1051
- #: deprecated.php:251 deprecated.php:690
1052
  msgid "(your username is the email address specified during the purchase)."
1053
  msgstr "(ваше имя пользователя - это емейл, указанный при покупке)."
1054
 
1055
- #: deprecated.php:278
1056
  msgid ""
1057
  "Congratulations! The Pro license of the plugin is activated successfully."
1058
  msgstr "Поздравляем! Pro версия плагина успешно активирована."
1059
 
1060
- #: deprecated.php:280 deprecated.php:669
1061
  msgid "Please, go to"
1062
  msgstr "Пожалуйста, перейдите на"
1063
 
1064
- #: deprecated.php:280 deprecated.php:669
1065
  msgid "the setting page"
1066
  msgstr "страницу настроек"
1067
 
1068
- #: deprecated.php:281 deprecated.php:670
1069
  msgid "You will be redirected automatically in 5 seconds."
1070
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
1071
 
1072
- #: deprecated.php:315
1073
  msgid "Check premium options on the plugin settings page!"
1074
  msgstr "Просмотрите премиум опции на странице настроек плагина!"
1075
 
1076
- #: deprecated.php:478
1077
  msgid "Restore all plugin settings to defaults"
1078
  msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
1079
 
1080
- #: deprecated.php:480
1081
  msgid "Restore settings"
1082
  msgstr "Восстановить настройки"
1083
 
1084
- #: deprecated.php:548 deprecated.php:575
1085
  #, php-format
1086
  msgid "File %s edited successfully."
1087
  msgstr "Файл %s успешно изменён."
1088
 
1089
- #: deprecated.php:550 deprecated.php:577
1090
  msgid "Not enough permissions to create or update the file"
1091
  msgstr "Не достаточно прав для создания или обновления файла"
1092
 
1093
- #: deprecated.php:580
1094
  msgid "Not enough permissions to create the file"
1095
  msgstr "Не достаточно прав для создания файла"
1096
 
1097
- #: deprecated.php:624
1098
  msgid "Editing"
1099
  msgstr "Редактирование"
1100
 
1101
- #: deprecated.php:667
1102
  msgid ""
1103
  "Congratulations! Pro version of the plugin is installed and activated "
1104
  "successfully."
1105
  msgstr "Поздравляем! Pro версия плагина успешно загружена и активирована."
1106
 
1107
- #: deprecated.php:677
1108
  msgid "Show Pro features"
1109
  msgstr "Показать Pro опции"
1110
 
1111
- #: deprecated.php:684
1112
  msgid "Enter your license key to install and activate"
1113
  msgstr "Введите лицензионный ключ для установки и активации"
1114
 
1115
- #: deprecated.php:686
1116
  msgid "version of the plugin."
1117
  msgstr "версия плагина."
1118
 
@@ -1153,10 +1290,8 @@ msgid "SMM"
1153
  msgstr "СММ"
1154
 
1155
  #: product_list.php:22
1156
- msgid ""
1157
- "Protect WordPress website forms from spam entries by means of math logic."
1158
- msgstr ""
1159
- "Защищайте формы вашего сайта WordPress от взлома путем математической логики."
1160
 
1161
  #: product_list.php:32
1162
  msgid "Create your personal car rental/booking and reservation website."
@@ -1207,21 +1342,13 @@ msgstr ""
1207
 
1208
  #: product_list.php:103
1209
  msgid ""
1210
- "Automatically add outgoing email messages to queue instead of sending them "
1211
- "immediately."
1212
- msgstr ""
1213
- "Автоматически формируйте очередь отправки исходящих электронных сообщений. "
1214
- "Задавайте время и приоритет рассылки."
1215
-
1216
- #: product_list.php:110
1217
- msgid ""
1218
  "Get latest error log messages to diagnose website problems. Define and fix "
1219
  "issues faster."
1220
  msgstr ""
1221
  "Получайте последние сообщения из журнала ошибок для диагностики проблем "
1222
  "сайта. Быстрее выявляйте и устраняйте проблемы."
1223
 
1224
- #: product_list.php:117
1225
  msgid ""
1226
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1227
  "widgets."
@@ -1229,7 +1356,7 @@ msgstr ""
1229
  "Добавляйте кнопки Facebook \"Подписаться\", \"Нравится\" и \"Поделиться\" в "
1230
  "посты, страницы и виджеты сайта WordPress."
1231
 
1232
- #: product_list.php:127
1233
  msgid ""
1234
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1235
  "clicks."
@@ -1237,15 +1364,7 @@ msgstr ""
1237
  "Добавляйте живописные галереи, альбомы и изображения на ваш сайт WordPress "
1238
  "всего в несколько кликов."
1239
 
1240
- #: product_list.php:137
1241
- msgid ""
1242
- "Add unlimited gallery categories. Organize images to make the navigation "
1243
- "through content easier."
1244
- msgstr ""
1245
- "Добавляйте неограниченное количество категорий галерей. Группируйте "
1246
- "изображения, чтобы упростить навигацию по контенту."
1247
-
1248
- #: product_list.php:144
1249
  msgid ""
1250
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1251
  "posts, pages and widgets."
@@ -1253,7 +1372,7 @@ msgstr ""
1253
  "Добавляйте кнопки Google \"+1\", \"Поделиться\", \"Подписаться\", \"Hangout"
1254
  "\" и значок профиля к постам, страницам и виджетам WordPress."
1255
 
1256
- #: product_list.php:154
1257
  msgid ""
1258
  "Stronger security solution which protects your WordPress website from hacks "
1259
  "and unauthorized login attempts."
@@ -1261,7 +1380,7 @@ msgstr ""
1261
  "Мощнейшее решение для безопасности, которое защищает ваш сайт WordPress от "
1262
  "взломов и неавторизованных попыток входа в систему."
1263
 
1264
- #: product_list.php:164
1265
  msgid ""
1266
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1267
  "results, categories, tags, and widgets."
@@ -1269,13 +1388,13 @@ msgstr ""
1269
  "Добавляйте рекламу сервиса Adsense на страницы, посты, пользовательские "
1270
  "посты, результаты поиска, категории, теги и виджеты сайта WordPress."
1271
 
1272
- #: product_list.php:174
1273
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1274
  msgstr ""
1275
  "Добавляйте код Google Analytics на ваш сайт WordPress и отслеживайте базовую "
1276
  "статистику сайта."
1277
 
1278
- #: product_list.php:184
1279
  msgid ""
1280
  "Protect WordPress website forms from spam entries with Google Captcha "
1281
  "(reCaptcha)."
@@ -1283,13 +1402,13 @@ msgstr ""
1283
  "Защищайте формы вашего сайта WordPress от спама с помощью Google Captcha "
1284
  "(reCaptcha)."
1285
 
1286
- #: product_list.php:194
1287
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1288
  msgstr ""
1289
  "Добавляйте пользовательские карты Google в посты, страницы и виджеты "
1290
  "WordPress."
1291
 
1292
- #: product_list.php:204
1293
  msgid ""
1294
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1295
  "your blog."
@@ -1297,7 +1416,7 @@ msgstr ""
1297
  "Создавайте и добавляйте файлы XML sitemap на ваш сайт WordPress. Помогите "
1298
  "поисковым системам проиндексировать ваш блог."
1299
 
1300
- #: product_list.php:214
1301
  msgid ""
1302
  "Replace external WordPress website links with Google shortlinks and track "
1303
  "click stats."
@@ -1305,7 +1424,7 @@ msgstr ""
1305
  "Замените внешние ссылки сайта WordPress на короткие ссылки Google и "
1306
  "отслеживайте статистику кликов."
1307
 
1308
- #: product_list.php:221
1309
  msgid ""
1310
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1311
  "hostnames, etc."
@@ -1313,7 +1432,7 @@ msgstr ""
1313
  "Защитите свой сайт WordPress - предоставляйте и запрещайте доступ с "
1314
  "определенных IP-адресов, имен хостов и т.д."
1315
 
1316
- #: product_list.php:231
1317
  msgid ""
1318
  "Create your personal job board and listing WordPress website. Search jobs, "
1319
  "submit CV/resumes, choose candidates."
@@ -1322,7 +1441,7 @@ msgstr ""
1322
  "WordPress. Осуществляйте поиск вакансий, подачу резюме/CV кандидата, выбор "
1323
  "кандидатов."
1324
 
1325
- #: product_list.php:238
1326
  msgid ""
1327
  "Protect WordPress website against brute force attacks. Limit rate of login "
1328
  "attempts."
@@ -1330,7 +1449,7 @@ msgstr ""
1330
  "Защищайте свой сайт WordPress от брутфорс-атак. Ограничивайте количество "
1331
  "попыток ввода логина."
1332
 
1333
- #: product_list.php:248
1334
  msgid ""
1335
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1336
  "5 plugins included – profile, insider, etc."
@@ -1339,7 +1458,7 @@ msgstr ""
1339
  "страницам и виджетам WordPress. 5 плагинов включено - Профиль, Инсайдер и т."
1340
  "д."
1341
 
1342
- #: product_list.php:258
1343
  msgid ""
1344
  "Translate WordPress website content to other languages manually. Create "
1345
  "multilingual pages, posts, widgets, menus, etc."
@@ -1347,7 +1466,7 @@ msgstr ""
1347
  "Переводите содержимое сайта WordPress на другие языки вручную. Создавайте "
1348
  "многоязычные страницы, посты, виджеты, меню и т.д."
1349
 
1350
- #: product_list.php:268
1351
  msgid ""
1352
  "Add customizable pagination to WordPress website. Split long content to "
1353
  "multiple pages for better navigation."
@@ -1355,7 +1474,7 @@ msgstr ""
1355
  "Добавляйте настраиваемую пагинацию на ваш сайт WordPress. Разбивайте "
1356
  "объемный контент на несколько страниц для лучшей навигации."
1357
 
1358
- #: product_list.php:278
1359
  msgid ""
1360
  "Generate PDF files and print WordPress posts/pages. Customize document "
1361
  "header/footer styles and appearance."
@@ -1363,7 +1482,7 @@ msgstr ""
1363
  "Создавайте PDF-файлы и печатайте посты/страницы сайта WordPress. "
1364
  "Настраивайте стили хедера/футера документа и его внешний вид."
1365
 
1366
- #: product_list.php:288
1367
  msgid ""
1368
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1369
  "Profile) to WordPress posts, pages and widgets."
@@ -1371,7 +1490,7 @@ msgstr ""
1371
  "Добавляйте кнопки Pinterest \"Подписаться\", \"Сохранить\" и виджеты профиля "
1372
  "(Пин, Доска, Профиль) к постам, страницам и виджетам WordPress."
1373
 
1374
- #: product_list.php:298
1375
  msgid ""
1376
  "Create your personal portfolio WordPress website. Manage and showcase past "
1377
  "projects to get more clients."
@@ -1379,13 +1498,13 @@ msgstr ""
1379
  "Создавайте и добавляйте портфолио на свой сайт WordPress. Управляйте и "
1380
  "демонстрируйте прошлые проекты, чтобы привлечь больше клиентов."
1381
 
1382
- #: product_list.php:308
1383
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1384
  msgstr ""
1385
  "С легкостью экспортируйте посты WordPress в файлы формата CSV. Настраивайте "
1386
  "порядок отображения данных."
1387
 
1388
- #: product_list.php:315
1389
  msgid ""
1390
  "Add extra fields to default WordPress user profile. The easiest way to "
1391
  "create and manage additional custom values."
@@ -1393,7 +1512,7 @@ msgstr ""
1393
  "Добавляйте пользовательские поля в стандартный профиль WordPress. Самый "
1394
  "простой способ создания и управления дополнительными полями."
1395
 
1396
- #: product_list.php:322
1397
  msgid ""
1398
  "Add and display HTML advertisement banner on WordPress website. Customize "
1399
  "bar styles and appearance."
@@ -1401,7 +1520,7 @@ msgstr ""
1401
  "Добавляйте и отображайте баннерную HTML рекламу на сайте WordPress. "
1402
  "Настраивайте стили и внешний вид баннера."
1403
 
1404
- #: product_list.php:332
1405
  msgid ""
1406
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1407
  "widgets."
@@ -1409,7 +1528,7 @@ msgstr ""
1409
  "Добавляйте настраиваемые цитаты и подсказки к постам, страницам и виджетам "
1410
  "WordPress."
1411
 
1412
- #: product_list.php:339
1413
  msgid ""
1414
  "Add rating plugin to your WordPress website to receive feedback from your "
1415
  "customers."
@@ -1417,7 +1536,7 @@ msgstr ""
1417
  "Добавляйте систему оценивания и рейтинга на ваш сайт WordPress и получайте "
1418
  "отзывы от ваших клиентов."
1419
 
1420
- #: product_list.php:346
1421
  msgid ""
1422
  "Create your personal real estate WordPress website. Sell, rent and buy "
1423
  "properties. Add, search and browse listings easily."
@@ -1426,15 +1545,7 @@ msgstr ""
1426
  "Продавайте, арендуйте и покупайте недвижимость. Легко добавляйте, находите и "
1427
  "просматривайте листинги."
1428
 
1429
- #: product_list.php:356
1430
- msgid ""
1431
- "Attach, un-attach and re-attach media files quickly to WordPress posts and "
1432
- "pages."
1433
- msgstr ""
1434
- "Прикрепляйте, открепляйте и повторно прикрепляйте медиа файлы к постам и "
1435
- "страницам WordPress."
1436
-
1437
- #: product_list.php:363
1438
  msgid ""
1439
  "Add related, featured, latest, and popular posts to your WordPress website. "
1440
  "Connect your blog readers with a relevant content."
@@ -1442,7 +1553,7 @@ msgstr ""
1442
  "Добавляйте похожие, избранные, последние и популярные посты на ваш сайт "
1443
  "WordPress. Предоставляйте своим читателям контент схожей тематики."
1444
 
1445
- #: product_list.php:370
1446
  msgid ""
1447
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1448
  "settings and detailed reports."
@@ -1450,7 +1561,7 @@ msgstr ""
1450
  "Осуществляйте массовую рассылку писем пользователям WordPress. "
1451
  "Пользовательские шаблоны, дополнительные настройки и подробные отчеты."
1452
 
1453
- #: product_list.php:380
1454
  msgid ""
1455
  "The best responsive slider plugin for your WordPress website. Create "
1456
  "beautifully animated slides just in a few clicks."
@@ -1458,15 +1569,16 @@ msgstr ""
1458
  "Самый лучший адаптивный слайдер для вашего сайта WordPress. Создавайте "
1459
  "красиво анимированные слайды всего в несколько кликов."
1460
 
1461
- #: product_list.php:387
1462
  msgid ""
1463
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1464
  "Yahoo, Hotmail and other services."
1465
  msgstr ""
1466
  "Настраивайте SMTP-сервер, чтобы получать электронные сообщения с сайта "
1467
- "WordPress на такие почтовые службы как Gmail, Yahoo, Hotmail и многие другие."
 
1468
 
1469
- #: product_list.php:394
1470
  msgid ""
1471
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1472
  "FB, Twitter, G+1, Pinterest, LinkedIn."
@@ -1474,7 +1586,7 @@ msgstr ""
1474
  "Добавляйте кнопки и виджеты социальных сетей к постам, страницам и виджетам "
1475
  "WordPress. FB, Twitter, G+1, Pinterest, LinkedIn."
1476
 
1477
- #: product_list.php:404
1478
  msgid ""
1479
  "Add social media login, registration, and commenting to your WordPress "
1480
  "website."
@@ -1482,7 +1594,7 @@ msgstr ""
1482
  "Добавляйте на свой сайт WordPress возможность входа, регистрации и "
1483
  "комментирования с использованием существующих аккаунтов социальных сетей."
1484
 
1485
- #: product_list.php:411
1486
  msgid ""
1487
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1488
  "Collect data and subscribe your users."
@@ -1490,7 +1602,7 @@ msgstr ""
1490
  "Добавляйте форму подписки на новостную рассылку в посты, страницы и виджеты "
1491
  "WordPress. Собирайте данные и осуществляйте подписку пользователей."
1492
 
1493
- #: product_list.php:421
1494
  msgid ""
1495
  "Add testimonials and feedbacks from your customers to WordPress website "
1496
  "posts, pages, and widgets."
@@ -1498,7 +1610,7 @@ msgstr ""
1498
  "Добавляйте рекомендации и отзывы ваших клиентов в посты, страницы и виджеты "
1499
  "сайта WordPress."
1500
 
1501
- #: product_list.php:428
1502
  msgid ""
1503
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1504
  "attendance and generate reports."
@@ -1506,7 +1618,7 @@ msgstr ""
1506
  "Лучший плагин учёта рабочего времени на сайте WordPress. Отслеживайте время "
1507
  "работы сотрудников, оптимизируйте график работы в офисе и создавайте отчеты."
1508
 
1509
- #: product_list.php:438
1510
  msgid ""
1511
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1512
  "and pages."
@@ -1514,7 +1626,7 @@ msgstr ""
1514
  "Добавляйте кнопки Твиттера \"Читать\", \"Твитнуть\", \"Метка\" и \"Упомянуть"
1515
  "\" к постам и страницам WordPress. "
1516
 
1517
- #: product_list.php:448
1518
  msgid ""
1519
  "Automatically check and update WordPress website core with all installed "
1520
  "plugins and themes to the latest versions."
@@ -1522,7 +1634,7 @@ msgstr ""
1522
  "Выполняйте автоматическую проверку и обновление ядра WordPress до последних "
1523
  "версий со всеми установленными плагинами и темами."
1524
 
1525
- #: product_list.php:458
1526
  msgid ""
1527
  "Powerful user role management plugin for WordPress website. Create, edit, "
1528
  "copy, and delete user roles."
@@ -1530,7 +1642,7 @@ msgstr ""
1530
  "Эффективный плагин управления ролями пользователей для сайта WordPress. "
1531
  "Создавайте, редактируйте, копируйте и удаляйте роли пользователей."
1532
 
1533
- #: product_list.php:468
1534
  msgid ""
1535
  "Display live count of online visitors who are currently browsing your "
1536
  "WordPress website."
@@ -1538,7 +1650,7 @@ msgstr ""
1538
  "Ведите подсчет количества посетителей, которые в настоящее время "
1539
  "просматривают ваш сайт WordPress."
1540
 
1541
- #: product_list.php:478
1542
  msgid ""
1543
  "Backup and export Zendesk Help Center content automatically to your "
1544
  "WordPress website database."
@@ -1546,6 +1658,60 @@ msgstr ""
1546
  "Делайте автоматическое резервное копирование и экспорт содержимого Zendesk "
1547
  "Help Center в базу данных вашего сайта WordPress."
1548
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1549
  #~ msgid ""
1550
  #~ "Add related posts to WordPress website posts or widgets. Link your "
1551
  #~ "readers to relevant content."
@@ -1571,9 +1737,6 @@ msgstr ""
1571
  #~ msgid "Utilities"
1572
  #~ msgstr "Утилиты"
1573
 
1574
- #~ msgid "Other"
1575
- #~ msgstr "Другое"
1576
-
1577
  #~ msgid ""
1578
  #~ "Manage database and file system right from your WordPress admin dashboard."
1579
  #~ msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-11 16:44+0300\n"
6
+ "PO-Revision-Date: 2017-09-11 16:44+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
+ "Language: ru\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
17
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: bws_functions.php:73 bws_functions.php:191
22
  msgid "requires"
23
  msgstr "требует"
24
 
25
+ #: bws_functions.php:75
26
  msgid ""
27
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
  "try again."
30
  "или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и "
31
  "попробуйте еще раз."
32
 
33
+ #: bws_functions.php:76
34
  msgid "Back to the WordPress"
35
  msgstr "Вернуться к WordPress на"
36
 
37
+ #: bws_functions.php:78
38
  msgid "Plugins page"
39
  msgstr "Страницу плагинов"
40
 
41
+ #: bws_functions.php:92
42
  msgid "Like the plugin?"
43
  msgstr "Понравился плагин?"
44
 
45
  #: bws_functions.php:93
46
+ #, php-format
47
+ msgid "%s reviews"
48
+ msgstr "%s отзывы"
49
+
50
+ #: bws_functions.php:94
51
  msgid "Rate it"
52
  msgstr "Оценить"
53
 
54
+ #: bws_functions.php:103
55
  msgid "Need help?"
56
  msgstr "Нужна помощь?"
57
 
58
+ #: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
59
  msgid "Visit Help Center"
60
  msgstr "Перейти в Help Center"
61
 
62
+ #: bws_functions.php:107
63
  msgid "Want to support the plugin?"
64
  msgstr "Хотите поддержать плагин?"
65
 
66
+ #: bws_functions.php:108 bws_menu.php:560
67
  msgid "Donate"
68
  msgstr "Пожертвовать"
69
 
70
+ #: bws_functions.php:128
71
  msgid "WARNING: Illegal use notification"
72
  msgstr "ВНИМАНИЕ: уведомление о незаконном использовании"
73
 
74
+ #: bws_functions.php:128
75
  msgid ""
76
  "You can use one license of the Pro plugin for one domain only. Please check "
77
+ "and edit your license or domain if necessary using your personal Client "
78
+ "Area. We strongly recommend you to solve the problem within 24 hours, "
79
+ "otherwise the Pro plugin will be deactivated."
80
  msgstr ""
81
  "Вы можете использовать одну лицензию Pro плагина только для одного домена. "
82
  "Пожалуйста, проверьте и отредактируйте при необходимости лицензию или домен, "
83
  "используя Ваш личный Client Area. Мы настоятельно рекомендуем вам решить "
84
  "проблему в течение 24 часов, в противном случае плагин будет деактивирован."
85
 
86
+ #: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
87
+ #: class-bws-settings.php:144
88
  msgid "Learn More"
89
  msgstr "Подробнее"
90
 
91
+ #: bws_functions.php:145
92
  msgid ""
93
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
94
  "you should buy a Pro license"
96
  "Внимание: Срок действия Pro Trial версии истек. Чтобы продолжить "
97
  "пользоваться плагином, пожалуйста, приобретите Pro лицензию"
98
 
99
+ #: bws_functions.php:147
100
  msgid ""
101
  "Your license has expired. To continue getting top-priority support and "
102
  "plugin updates, you should extend it."
105
  "плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно "
106
  "продлить лицензию."
107
 
108
+ #: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
109
  msgid "Learn more"
110
  msgstr "Подробнее"
111
 
112
+ #: bws_functions.php:165
113
  #, php-format
114
  msgid "Notice: You are using the Pro Trial license of %s plugin."
115
  msgstr "Внимание: Вы используете Pro Trial версию плагина %s."
116
 
117
+ #: bws_functions.php:167
118
  msgid "Notice: You are using the Pro Trial license of plugin."
119
  msgstr "Внимание: Вы используете Pro Trial версию плагина."
120
 
121
+ #: bws_functions.php:170
122
  msgid "The Pro Trial license will expire on"
123
  msgstr "Ваша лицензия Pro Trial версии плагина истекает"
124
 
125
+ #: bws_functions.php:193
126
  msgid ""
127
  "or higher! We do not guarantee that our plugin will work correctly. Please "
128
  "upgrade to WordPress latest version."
130
  "или выше! Мы не гарантируем, что наш плагин будет работать корректно. "
131
  "Пожалуйста, обновите WordPress до последней версии."
132
 
133
+ #: bws_functions.php:208
134
  #, php-format
135
  msgid "Thank you for installing %s plugin!"
136
  msgstr "Спасибо, что установили %s плагин!"
137
 
138
+ #: bws_functions.php:210
139
  msgid "Let's get started"
140
  msgstr "Давайте начнем"
141
 
142
+ #: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
143
+ #: bws_menu.php:566
144
  msgid "Settings"
145
  msgstr "Настройки"
146
 
147
+ #: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
148
+ #: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
149
  msgid "or"
150
  msgstr "или"
151
 
152
+ #: bws_functions.php:214 bws_functions.php:246
153
  msgid "Add New"
154
  msgstr "Добавить"
155
 
156
+ #: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
157
+ #: bws_functions.php:385 bws_functions.php:487
158
  msgid "Close notice"
159
  msgstr "Закрыть"
160
 
161
+ #: bws_functions.php:233
162
  msgid "Thank you for installing plugins by BestWebSoft!"
163
  msgstr "Спасибо за установку плагинов компании BestWebSoft!"
164
 
165
+ #: bws_functions.php:235
166
  msgid "More Details"
167
  msgstr "Детали"
168
 
169
+ #: bws_functions.php:236
170
  msgid "Less Details"
171
  msgstr "Скрыть детали"
172
 
173
+ #: bws_functions.php:264
174
  msgid "Deprecated function(-s) is used on the site here:"
175
  msgstr "Устаревшие функции используются на сайте здесь:"
176
 
177
+ #: bws_functions.php:278
178
  msgid ""
179
  "This function(-s) will be removed over time. Please update the product(-s)."
180
  msgstr ""
181
  "Эти функции будет удалены через некоторое время. Пожалуйста, обновите "
182
  "продукт."
183
 
184
+ #: bws_functions.php:337
185
  msgid "It’s time to upgrade your"
186
  msgstr "Настало время обновить Ваш"
187
 
188
+ #: bws_functions.php:337
189
  msgid "to"
190
  msgstr "до"
191
 
192
+ #: bws_functions.php:337
193
  msgid "version!"
194
  msgstr "версии!"
195
 
196
+ #: bws_functions.php:338
197
  msgid "Extend standard plugin functionality with new great options."
198
  msgstr "Расширяет возможности стандартного функционала плагина."
199
 
200
+ #: bws_functions.php:389
201
  #, php-format
202
  msgid ""
203
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
206
  "Ваш лицензионный ключ для %s истекает %s и вы не будете получать "
207
  "приоритетную тех.поддержку или обновления."
208
 
209
+ #: bws_functions.php:482
210
  #, php-format
211
  msgid "Thank you for choosing %s plugin!"
212
  msgstr "Спасибо за выбор плагина %s!"
213
 
214
+ #: bws_functions.php:483
215
  msgid ""
216
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
217
  "we'd love to hear about it!"
220
  "функционала плагина, пожалуйста, присылайте их нам! Мы вседа открыты для "
221
  "новых идей!"
222
 
223
+ #: bws_functions.php:484
224
  msgid "Suggest a Feature"
225
  msgstr "Предложить функционал"
226
 
227
+ #: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
228
+ #: class-bws-settings.php:595 class-bws-settings.php:598
229
  msgid "Notice"
230
  msgstr "Внимание"
231
 
232
+ #: bws_functions.php:500
233
  msgid "The plugin's settings have been changed."
234
  msgstr "Настройки плагина были изменены"
235
 
236
+ #: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
237
+ #: deprecated.php:642
238
  msgid "Save Changes"
239
  msgstr "Сохранить изменения"
240
 
241
+ #: bws_functions.php:515
242
  msgid ""
243
  "You can always look at premium options by checking the \"Pro Options\" in "
244
  "the \"Misc\" tab."
246
  "Вы всегда можете просмотреть премиум опции нажав на кнопку \"Pro опции\" на "
247
  "вкладке \"Разное\"."
248
 
249
+ #: bws_functions.php:653
250
  msgid "Add BWS Shortcode"
251
  msgstr "Добавить BWS шорткод"
252
 
253
+ #: bws_functions.php:654
254
  msgid "Add BWS Plugins Shortcode"
255
  msgstr "Добавить шорткод BWS Плагина"
256
 
257
+ #: bws_functions.php:673
258
  msgid "Add shortcode"
259
  msgstr "Добавить шорткод"
260
 
261
+ #: bws_functions.php:673
262
  msgid "Add BestWebSoft plugins' shortcodes using this button."
263
  msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
264
 
265
+ #: bws_functions.php:729
266
  msgid "Close"
267
  msgstr "Закрыть"
268
 
269
+ #: bws_functions.php:821
270
  msgid "Are you sure you want to restore default settings?"
271
  msgstr ""
272
  "Вы уверены что хотите восстановить все настройки плагина к настройкам по "
273
  "умолчанию?"
274
 
275
+ #: bws_functions.php:824
276
  msgid "Yes, restore all settings"
277
  msgstr "Да, восстановить все настройки"
278
 
279
+ #: bws_functions.php:825
280
  msgid "No, go back to the settings page"
281
  msgstr "Нет, вернуться на страницу настроек"
282
 
283
+ #: bws_functions.php:867
284
  msgid "Plugin"
285
  msgstr "Плагин"
286
 
287
+ #: bws_functions.php:876
288
  msgid "Shortcode settings"
289
  msgstr "Настройки шорткода"
290
 
291
+ #: bws_functions.php:881
292
  msgid "The shortcode will be inserted"
293
  msgstr "Будет вставлен шорткод"
294
 
295
+ #: bws_functions.php:922
 
 
 
 
296
  msgid "FAQ"
297
  msgstr "FAQ"
298
 
299
+ #: bws_functions.php:928
300
  msgid "For more information:"
301
  msgstr "Для дополнительной информации:"
302
 
303
+ #: bws_functions.php:929
304
  msgid "Documentation"
305
  msgstr "Документация"
306
 
307
+ #: bws_functions.php:930
308
  msgid "Video Instructions"
309
  msgstr "Видео инструкции"
310
 
311
+ #: bws_functions.php:931
312
  msgid "Submit a Request"
313
  msgstr "Отправить запрос"
314
 
315
+ #: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
316
  msgid "Wrong license key"
317
  msgstr "Неправильный лицензионный ключ"
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 ""
323
  "Something went wrong. Please try again later. If the error appears again, "
324
  "please contact us"
326
  "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
327
  "пожалуйста, свяжитесь с нами"
328
 
329
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
330
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
331
+ #: deprecated.php:353
332
  msgid "We are sorry for inconvenience."
333
  msgstr "Приносим извинения за неудобства."
334
 
335
+ #: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
336
+ #: deprecated.php:139 deprecated.php:359
337
  msgid "Wrong license key."
338
  msgstr "Неправильный лицензионный ключ."
339
 
348
  msgid "Log in"
349
  msgstr "Авторизоваться"
350
 
351
+ #: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
352
  msgid "Unfortunately, you have exceeded the number of available tries per day."
353
  msgstr "К сожалению, вы превысили количество доступных попыток."
354
 
355
+ #: bws_menu.php:134 deprecated.php:365
356
  #, php-format
357
  msgid ""
358
  "Unfortunately, Your license has expired. To continue getting top-priority "
362
  "обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
363
  "вашей %s"
364
 
365
+ #: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
366
  msgid ""
367
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
368
  "Trial license can be installed only once."
370
  "К сожалению, Pro лицензия уже была установлена на этом доменен. Pro Trial "
371
  "лицензия может быть установлена только один раз."
372
 
373
+ #: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
374
  msgid "The license key is valid."
375
  msgstr "Лицензионный ключ действителен."
376
 
377
+ #: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
378
  msgid "Your license will expire on"
379
  msgstr "Ваша лицензия истечет"
380
 
381
  #: bws_menu.php:146
382
+ msgid "Congratulations! Pro Membership license is activated successfully."
383
  msgstr "Поздравляем! Pro Membership лицензия успешно активирована."
384
 
385
+ #: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
386
  msgid ""
387
  "Something went wrong. Try again later or upload the plugin manually. We are "
388
  "sorry for inconvenience."
536
  msgid "Please enter a valid email address."
537
  msgstr "Пожалуйста, введите валидный емайл."
538
 
539
+ #: bws_menu.php:262
540
+ #, php-format
541
+ msgid "Email with system info is sent to %s."
542
+ msgstr "Емейл с системной информацией отправлен на %s."
543
 
544
+ #: bws_menu.php:266
545
  msgid "Thank you for contacting us."
546
  msgstr "Спасибо что связались с нами."
547
 
548
+ #: bws_menu.php:289
549
  msgid "Sorry, email message could not be delivered."
550
  msgstr "Извините, ваш емейл не может быть отправлен."
551
 
552
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
553
  msgid "Plugins"
554
  msgstr "Плагины"
555
 
556
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
557
  msgid "Themes"
558
  msgstr "Темы"
559
 
560
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
561
  msgid "System status"
562
  msgstr "Системная информация"
563
 
564
+ #: bws_menu.php:315
565
  msgid "Support"
566
  msgstr "Тех. поддержка"
567
 
568
+ #: bws_menu.php:316
569
  msgid "Manage purchased licenses & subscriptions"
570
  msgstr "Управление купленными лицензиями и подписками"
571
 
572
+ #: bws_menu.php:324
573
  #, php-format
574
  msgid "Get Access to %s+ Premium Plugins"
575
  msgstr "Получить доступ к %s+ премиум плагинам"
576
 
577
+ #: bws_menu.php:326
578
  msgid "Subscribe to Pro Membership"
579
  msgstr "Подписаться на Pro Membership"
580
 
581
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
582
  #: deprecated.php:227
583
  msgid "Check license key"
584
  msgstr "Проверка лицензионного ключа"
585
 
586
+ #: bws_menu.php:337
587
  msgid "Enter your license key"
588
  msgstr "Ваш лицензионный ключ"
589
 
590
+ #: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
591
+ #: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
592
+ #: deprecated.php:631 deprecated.php:703 deprecated.php:712
593
  msgid "Activate"
594
  msgstr "Активировать"
595
 
596
+ #: bws_menu.php:359
597
  msgid "Upload Plugin"
598
  msgstr "Добавить новый"
599
 
600
+ #: bws_menu.php:363
601
  #, php-format
602
  msgid ""
603
  "The plugin generated %d characters of <strong>unexpected output</strong> "
610
  "проблемы с RSS-лентами или другие неполадки, попробуйте деактивировать или "
611
  "удалить этот плагин."
612
 
613
+ #: bws_menu.php:365
614
  msgid ""
615
  "Plugin could not be activated because it triggered a <strong>fatal error</"
616
  "strong>."
618
  "Плагин не может быть активирован, поскольку он вызвал <strong>фатальную "
619
  "ошибку</strong>."
620
 
621
+ #: bws_menu.php:368
622
  msgid "Plugin <strong>activated</strong>."
623
  msgstr "Плагин <strong>активировано</strong>."
624
 
625
+ #: bws_menu.php:375
626
  msgid "Installing Plugin"
627
  msgstr "Установка плагина"
628
 
629
+ #: bws_menu.php:381
630
  msgid "Downloading install package from"
631
  msgstr "Скачивание установочного пакета из"
632
 
633
+ #: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
634
+ #: deprecated.php:410 deprecated.php:432
 
 
635
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
636
  msgstr ""
637
  "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
638
 
639
+ #: bws_menu.php:406
640
  msgid "Unpacking the package"
641
  msgstr "Распаковка пакета"
642
 
643
+ #: bws_menu.php:411 bws_menu.php:419
644
  msgid "Installing the plugin"
645
  msgstr "Установка плагина"
646
 
647
+ #: bws_menu.php:415 deprecated.php:400
648
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
649
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
650
 
651
+ #: bws_menu.php:422 deprecated.php:406
652
  msgid ""
653
  "Your server does not support either ZipArchive or Phar. Please, upload the "
654
  "plugin manually"
656
  "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
657
  "Пожалуйста, загрузите плагин вручную"
658
 
659
+ #: bws_menu.php:425
660
  #, php-format
661
  msgid "The plugin %s is successfully installed."
662
  msgstr "Плагин %s успешно установлен."
663
 
664
+ #: bws_menu.php:432 deprecated.php:413
665
  msgid "UploadDir is not writable. Please, upload the plugin manually"
666
  msgstr ""
667
  "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
668
 
669
+ #: bws_menu.php:437
670
  msgid "Activate Plugin"
671
  msgstr "Активировать плагин"
672
 
673
+ #: bws_menu.php:437 bws_menu.php:443
674
  msgid "Return to BestWebSoft Panel"
675
  msgstr "Возврат к BestWebSoft Panel"
676
 
677
+ #: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
678
  msgid "All"
679
  msgstr "Все"
680
 
681
+ #: bws_menu.php:454 bws_menu.php:637
682
  msgid "Installed"
683
  msgstr "Установленные"
684
 
685
+ #: bws_menu.php:457
686
  msgid "Not Installed"
687
  msgstr "Не установленные"
688
 
689
+ #: bws_menu.php:464
690
  msgid "Filter results"
691
  msgstr "Фильтр результатов"
692
 
693
+ #: bws_menu.php:467 bws_menu.php:596
694
  msgid "Category"
695
  msgstr "Категория"
696
 
697
+ #: bws_menu.php:531
698
  msgid "Not installed"
699
  msgstr "Не установлен"
700
 
701
+ #: bws_menu.php:535
702
  msgid "Renew to get updates"
703
  msgstr "Продлить для обновления"
704
 
705
+ #: bws_menu.php:538
706
  #, php-format
707
  msgid "Update to v %s"
708
  msgstr "Обновить до версии %s"
709
 
710
+ #: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
711
  msgid "Install Now"
712
  msgstr "Установить"
713
 
714
+ #: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
715
  msgid "Upgrade to Pro"
716
  msgstr "Обновить до Pro"
717
 
718
+ #: bws_menu.php:570 bws_menu.php:579
719
  msgid "Activate this plugin"
720
  msgstr "Активировать плагин"
721
 
722
+ #: bws_menu.php:582
723
  msgid "Install this plugin"
724
  msgstr "Установить этот плагин"
725
 
726
+ #: bws_menu.php:591
727
  msgid "Nothing found. Try another criteria."
728
  msgstr "Ничего не найдено. Попробуйте другие критерии."
729
 
730
+ #: bws_menu.php:628
731
  #, php-format
732
  msgid "By %s"
733
  msgstr "%s"
734
 
735
+ #: bws_menu.php:635
736
  msgid "Already Installed"
737
  msgstr "Уже установлена"
738
 
739
+ #: bws_menu.php:645
740
+ msgid "Browse More WordPress Themes"
741
+ msgstr "Обзор WordPress тем"
742
 
743
+ #: bws_menu.php:654
744
  msgid "Send to support"
745
  msgstr "Отправить в тех. поддержку"
746
 
747
+ #: bws_menu.php:661
748
  msgid "Send to custom email &#187;"
749
  msgstr "Отправить на емейл &#187;"
750
 
751
+ #: class-bws-settings.php:136
752
  msgid "Information"
753
  msgstr "Информация"
754
 
755
+ #: class-bws-settings.php:144
756
  msgid "Inactive"
757
  msgstr "Неактивна"
758
 
759
+ #: class-bws-settings.php:152
760
  msgid "Expired"
761
  msgstr "Истекла"
762
 
763
+ #: class-bws-settings.php:155
764
  #, php-format
765
  msgid "%s day(-s) left"
766
  msgstr "%s дней осталось"
767
 
768
+ #: class-bws-settings.php:161
769
  #, php-format
770
  msgid "Expired on %s"
771
  msgstr "Истекает %s"
772
 
773
+ #: class-bws-settings.php:161
774
  msgid "Renew Now"
775
  msgstr "Возобновить сейчас"
776
 
777
+ #: class-bws-settings.php:163
778
  msgid "Active"
779
  msgstr "Активна"
780
 
781
+ #: class-bws-settings.php:168
782
  msgid "License"
783
  msgstr "Лицензия"
784
 
785
+ #: class-bws-settings.php:171
786
  msgid "Status"
787
  msgstr "Статус"
788
 
789
+ #: class-bws-settings.php:175
790
  msgid "Version"
791
  msgstr "Версия"
792
 
793
+ #: class-bws-settings.php:285
794
  msgid "All plugin settings were restored."
795
  msgstr "Все настройки плагина были восстановлены."
796
 
797
+ #: class-bws-settings.php:423
798
  msgid "Custom Code"
799
  msgstr "Пользовательский код"
800
 
801
+ #: class-bws-settings.php:427 deprecated.php:498
802
  msgid "You do not have sufficient permissions to edit plugins for this site."
803
  msgstr ""
804
  "У вас недостаточно полномочий, чтобы редактировать плагины на этом сайте."
805
 
806
+ #: class-bws-settings.php:432 deprecated.php:620
807
  msgid "These styles will be added to the header on all pages of your site."
808
  msgstr "Эти стили будут добавлены в хедер на всех страницах вашего сайта."
809
 
810
+ #: class-bws-settings.php:435 deprecated.php:622
811
  #, php-format
812
  msgid ""
813
  "This PHP code will be hooked to the %s action and will be printed on front "
816
  "Этот PHP код будет прикреплен к %s аction и будет добавлен только во "
817
  "фронтенде."
818
 
819
+ #: class-bws-settings.php:438
820
  msgid "These code will be added to the header on all pages of your site."
821
  msgstr "Этот код будет добавлен в хедер на всех страницах вашего сайта."
822
 
823
+ #: class-bws-settings.php:446 deprecated.php:646
824
  #, php-format
825
  msgid ""
826
  "You need to make this files writable before you can save your changes. See "
829
  "Чтобы сохранить изменения, нужно сделать этот файл доступным для записи. "
830
  "Дополнительную информацию можно получить в %s Кодексе %s."
831
 
832
+ #: class-bws-settings.php:456 deprecated.php:628
833
  msgid "Browsing"
834
  msgstr "Просмотр"
835
 
836
+ #: class-bws-settings.php:461
837
  #, php-format
838
  msgid "Activate custom %s code."
839
  msgstr "Активировать пользовательский %s код."
840
 
841
+ #: class-bws-settings.php:469 deprecated.php:635
842
  #, php-format
843
  msgid "Learn more about %s"
844
  msgstr "Подробнее о %s"
845
 
846
+ #: class-bws-settings.php:531
847
  msgid "Miscellaneous Settings"
848
  msgstr "Прочие настройки"
849
 
850
+ #: class-bws-settings.php:540 class-bws-settings.php:595
851
  #, php-format
852
  msgid ""
853
  "It is prohibited to change %s settings on this site in the %s network "
855
  msgstr ""
856
  "Cетевыми настройками %s запрещается изменять настройки %s на этом сайте."
857
 
858
+ #: class-bws-settings.php:543 class-bws-settings.php:598
859
  #, php-format
860
  msgid ""
861
  "It is prohibited to view %s settings on this site in the %s network settings."
862
  msgstr ""
863
  "Cетевыми настройками %s запрещается просматривать настройки %s на этом сайте."
864
 
865
+ #: class-bws-settings.php:552
866
  msgid "Pro Options"
867
  msgstr "Pro опции"
868
 
869
+ #: class-bws-settings.php:556
870
  msgid "Enable to display plugin Pro options."
871
  msgstr "Включите для отображения Pro опций плагина."
872
 
873
+ #: class-bws-settings.php:562
874
  msgid "Track Usage"
875
  msgstr "Собирать статистику"
876
 
877
+ #: class-bws-settings.php:566
878
  msgid ""
879
  "Enable to allow tracking plugin usage anonymously in order to make it better."
880
  msgstr ""
881
  "Включить, чтобы разрешить анонимно отслеживать использование и сделать "
882
  "плагин лучше."
883
 
884
+ #: class-bws-settings.php:571
885
  msgid "Default Settings"
886
  msgstr "Настройки по умолчанию"
887
 
888
+ #: class-bws-settings.php:573
889
  msgid "Restore Settings"
890
  msgstr "Восстановить настройки"
891
 
892
+ #: class-bws-settings.php:574
893
  msgid "This will restore plugin settings to defaults."
894
  msgstr "Восстановить все настройки плагина к настройкам по умолчанию."
895
 
896
+ #: class-bws-settings.php:586
897
  msgid "Import / Export"
898
  msgstr "Импорт / Экспорт"
899
 
900
+ #: class-bws-settings.php:702 class-bws-settings.php:735
901
+ #: class-bws-settings.php:757
902
  msgid "License Key"
903
  msgstr "Лицензионный ключ"
904
 
905
+ #: class-bws-settings.php:725
906
  msgid "Congratulations! Pro license is activated successfully."
907
  msgstr "Поздравляем! Pro лицензия успешно активирована."
908
 
909
+ #: class-bws-settings.php:726
910
  #, php-format
911
  msgid "You will be automatically redirected to the %s in %s seconds."
912
  msgstr "Вы будете автоматически перенаправлены на %s через %s секунд."
913
 
914
+ #: class-bws-settings.php:726
915
  msgid "Settings page"
916
  msgstr "страницу Настроек"
917
 
918
+ #: class-bws-settings.php:741
919
  #, php-format
920
  msgid "Enter your license key to activate %s and get premium plugin features."
921
  msgstr ""
922
  "Введите лицензионный ключ для активации %s и получения дополнительных "
923
  "возможностей плагина."
924
 
925
+ #: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
926
+ #: deprecated.php:706
927
  msgid ""
928
  "Unfortunately, you have exceeded the number of available tries per day. "
929
  "Please, upload the plugin manually."
931
  "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
932
  "загрузите плагин вручную."
933
 
934
+ #: class-bws-settings.php:747 deprecated.php:697
935
  #, php-format
936
  msgid "Start Your Free %s-Day Trial Now"
937
  msgstr "Попробуйте %s-дневную Trial версию бесплатно"
938
 
939
+ #: class-bws-settings.php:762
940
  msgid ""
941
  "If necessary, you can check if the license key is correct or reenter it in "
942
  "the field below."
944
  "При необходимости вы можете проверить валидность лицензионного ключа или "
945
  "повторно ввести его в поле ниже."
946
 
947
+ #: class-bws-settings.php:767
948
  msgid "Manage License Settings"
949
  msgstr "Управление настройками лицензий"
950
 
951
+ #: class-bws-settings.php:769
952
  msgid "Login to Client Area"
953
  msgstr "Зайти в Client Area"
954
 
955
+ #: class-bws-settings.php:771
956
  msgid ""
957
  "Manage active licenses, download BWS products, and view your payment history "
958
  "using BestWebSoft Client Area."
960
  "Управляй активными лицензиями, загружай BWS продукты, а также просматривай "
961
  "историю платежей с помощью BestWebSoft Client Area."
962
 
963
+ #: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
964
+ #: deprecated.php:361
965
  msgid "This license key is bound to another site."
966
  msgstr "Этот лицензионный ключ привязан к другому сайту."
967
 
968
+ #: class-bws-settings.php:828 deprecated.php:143
969
  msgid ""
970
  "This license key is valid, but Your license has expired. If you want to "
971
  "update our plugin in future, you should extend the license."
973
  "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите "
974
  "обновлять плагин в будущем, вы должны продлить лицензию."
975
 
976
+ #: class-bws-settings.php:830 deprecated.php:145
977
  msgid "Unfortunately, you have exceeded the number of available tries."
978
  msgstr "К сожалению, вы превысили количество доступных попыток."
979
 
980
+ #: class-bws-settings.php:832 deprecated.php:147
981
  msgid ""
982
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
983
  "The Pro Trial license can be installed only once."
985
  "К сожалению, Pro Trial версия плагина уже устанавливалась на этот домен. Pro "
986
  "Trial версию можно устанавливать лишь один раз."
987
 
988
+ #: class-bws-settings.php:837 deprecated.php:151
989
  msgid "The Pro Trial license key is valid."
990
  msgstr "Ключ Pro Trial версии действителен."
991
 
992
+ #: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
993
  #, php-format
994
  msgid ""
995
  "In order to continue using the plugin it is necessary to buy a %s license."
996
  msgstr ""
997
  "Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
998
 
999
+ #: class-bws-settings.php:933
1000
+ #, php-format
1001
+ msgid ""
1002
+ "Unfortunately, Your license has expired. To continue getting top-priority "
1003
+ "support and plugin updates, you should extend it in your %s."
1004
+ msgstr ""
1005
+ "К сожалению, время использования вашей лицензии истекло. Для получения "
1006
+ "обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
1007
+ "вашей %s."
1008
+
1009
+ #: class-bws-settings.php:959 class-bws-settings.php:981
1010
+ #: class-bws-settings.php:1003
1011
+ msgid "Failed to download the zip archive. Please, upload the plugin manually."
1012
+ msgstr ""
1013
+ "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную."
1014
+
1015
+ #: class-bws-settings.php:971
1016
+ msgid "Failed to open the zip archive. Please, upload the plugin manually."
1017
+ msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную."
1018
+
1019
+ #: class-bws-settings.php:977
1020
+ msgid ""
1021
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
1022
+ "plugin manually."
1023
+ msgstr ""
1024
+ "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
1025
+ "Пожалуйста, загрузите плагин вручную."
1026
+
1027
+ #: class-bws-settings.php:984
1028
+ msgid "UploadDir is not writable. Please, upload the plugin manually."
1029
+ msgstr ""
1030
+ "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную."
1031
+
1032
+ #: class-bws-settings.php:1042 deprecated.php:464
1033
  msgid "Please, enter Your license key"
1034
  msgstr "Пожалуйста, введите ваш лицензионный ключ"
1035
 
1036
+ #: class-bws-settings.php:1054
1037
  msgid "Need Help?"
1038
  msgstr "Нужна помощь?"
1039
 
1040
+ #: class-bws-settings.php:1056
1041
  msgid "Read the Instruction"
1042
  msgstr "Читать инструкцию"
1043
 
1044
+ #: class-bws-settings.php:1060
1045
  msgid "Watch the Video"
1046
  msgstr "Смотреть видео"
1047
 
1048
+ #: class-bws-settings.php:1071
1049
  msgid "Start Your Free Trial"
1050
  msgstr "Использовать бесплатную Trial версию"
1051
 
1052
+ #: deactivation-form.php:27
1053
+ msgid "Need help? We are ready to answer your questions."
1054
+ msgstr "Нужна помощь? Мы готовы ответить на ваши вопросы."
1055
+
1056
+ #: deactivation-form.php:27
1057
+ msgid "Contact Support"
1058
+ msgstr "Связаться с тех. поддержкой"
1059
+
1060
+ #: deactivation-form.php:32
1061
+ msgid "The plugin is not working"
1062
+ msgstr "Плагин не работает"
1063
+
1064
+ #: deactivation-form.php:34
1065
+ msgid "Kindly share what didn't work so we can fix it in future updates..."
1066
+ msgstr ""
1067
+ "Пожалуйста, сообщите, что не работает, чтобы мы смогли исправить это в "
1068
+ "будущих обновлениях..."
1069
+
1070
+ #: deactivation-form.php:38
1071
+ msgid "The plugin didn't work as expected"
1072
+ msgstr "Плагин не работает, как ожидалось"
1073
+
1074
+ #: deactivation-form.php:40
1075
+ msgid "What did you expect?"
1076
+ msgstr "Что именно вы ожидали?"
1077
+
1078
+ #: deactivation-form.php:44
1079
+ msgid "The plugin suddenly stopped working"
1080
+ msgstr "Плагин внезапно перестал работать"
1081
+
1082
+ #: deactivation-form.php:51
1083
+ msgid "The plugin broke my site"
1084
+ msgstr "Плагин сломал мой сайт"
1085
+
1086
+ #: deactivation-form.php:58
1087
+ msgid "I couldn't understand how to get it work"
1088
+ msgstr "Я не могу понять, как заставить его работать"
1089
+
1090
+ #: deactivation-form.php:65
1091
+ msgid "I found a better plugin"
1092
+ msgstr "Я нашел плагин лучше"
1093
+
1094
+ #: deactivation-form.php:67
1095
+ msgid "What's the plugin name?"
1096
+ msgstr "Какое название плагина?"
1097
+
1098
+ #: deactivation-form.php:71
1099
+ msgid "The plugin is great, but I need specific feature that you don't support"
1100
+ msgstr ""
1101
+ "Плагин замечательный, но мне нужен определенный функционал, которого у вас "
1102
+ "нет"
1103
+
1104
+ #: deactivation-form.php:73
1105
+ msgid "What feature?"
1106
+ msgstr "Какой функционал?"
1107
+
1108
+ #: deactivation-form.php:77
1109
+ msgid "I no longer need the plugin"
1110
+ msgstr "Мне больше не нужен плагин"
1111
+
1112
+ #: deactivation-form.php:83
1113
+ msgid "It's a temporary deactivation, I'm just debugging an issue"
1114
+ msgstr "Это временная деактивация, я просто отлаживаю проблему"
1115
+
1116
+ #: deactivation-form.php:89
1117
+ msgid "Other"
1118
+ msgstr "Другое"
1119
+
1120
+ #: deactivation-form.php:123
1121
+ msgid "Quick Feedback"
1122
+ msgstr "Быстрый отзыв"
1123
+
1124
+ #: deactivation-form.php:124
1125
+ msgid "If you have a moment, please let us know why you are deactivating"
1126
+ msgstr ""
1127
+ "Если у вас есть время, пожалуйста, сообщите нам, почему вы деактивируете "
1128
+ "плагин"
1129
+
1130
+ #: deactivation-form.php:127
1131
+ msgid "Send website data and allow to contact me back"
1132
+ msgstr "Отправить данные сайта и позволить связаться со мной"
1133
+
1134
+ #: deactivation-form.php:132
1135
+ msgid "Cancel"
1136
+ msgstr "Отмена"
1137
+
1138
+ #: deactivation-form.php:233
1139
+ msgid "Processing"
1140
+ msgstr "Обработка"
1141
+
1142
+ #: deactivation-form.php:262
1143
+ msgid "Submit & Deactivate"
1144
+ msgstr "Отправить и Деактивировать"
1145
+
1146
+ #: deactivation-form.php:277
1147
+ msgid "Please tell us the reason so we can improve it."
1148
+ msgstr "Пожалуйста, сообщите нам причину, чтобы мы могли улучшить плагин."
1149
+
1150
+ #: deactivation-form.php:345
1151
+ msgid "Deactivate"
1152
+ msgstr "Деактивировать"
1153
+
1154
  #: deprecated.php:93
1155
  msgid "System Status"
1156
  msgstr "Системная информация"
1177
  "(ваше имя пользователя - это емейл, указанный при покупке). При "
1178
  "необходимости нажмите \"Забыли пароль?\"."
1179
 
1180
+ #: deprecated.php:246
1181
  msgid "After that, you can activate it by entering your license key."
1182
  msgstr "После этого вы сможете активировать его введя лицензионный ключ."
1183
 
1184
+ #: deprecated.php:249 deprecated.php:691
1185
  msgid "License key can be found in the"
1186
  msgstr "Лицензионный ключ можно найти в"
1187
 
1188
+ #: deprecated.php:251 deprecated.php:693
1189
  msgid "(your username is the email address specified during the purchase)."
1190
  msgstr "(ваше имя пользователя - это емейл, указанный при покупке)."
1191
 
1192
+ #: deprecated.php:279
1193
  msgid ""
1194
  "Congratulations! The Pro license of the plugin is activated successfully."
1195
  msgstr "Поздравляем! Pro версия плагина успешно активирована."
1196
 
1197
+ #: deprecated.php:281 deprecated.php:672
1198
  msgid "Please, go to"
1199
  msgstr "Пожалуйста, перейдите на"
1200
 
1201
+ #: deprecated.php:281 deprecated.php:672
1202
  msgid "the setting page"
1203
  msgstr "страницу настроек"
1204
 
1205
+ #: deprecated.php:282 deprecated.php:673
1206
  msgid "You will be redirected automatically in 5 seconds."
1207
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
1208
 
1209
+ #: deprecated.php:316
1210
  msgid "Check premium options on the plugin settings page!"
1211
  msgstr "Просмотрите премиум опции на странице настроек плагина!"
1212
 
1213
+ #: deprecated.php:479
1214
  msgid "Restore all plugin settings to defaults"
1215
  msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
1216
 
1217
+ #: deprecated.php:481
1218
  msgid "Restore settings"
1219
  msgstr "Восстановить настройки"
1220
 
1221
+ #: deprecated.php:550 deprecated.php:577
1222
  #, php-format
1223
  msgid "File %s edited successfully."
1224
  msgstr "Файл %s успешно изменён."
1225
 
1226
+ #: deprecated.php:552 deprecated.php:579
1227
  msgid "Not enough permissions to create or update the file"
1228
  msgstr "Не достаточно прав для создания или обновления файла"
1229
 
1230
+ #: deprecated.php:582
1231
  msgid "Not enough permissions to create the file"
1232
  msgstr "Не достаточно прав для создания файла"
1233
 
1234
+ #: deprecated.php:626
1235
  msgid "Editing"
1236
  msgstr "Редактирование"
1237
 
1238
+ #: deprecated.php:670
1239
  msgid ""
1240
  "Congratulations! Pro version of the plugin is installed and activated "
1241
  "successfully."
1242
  msgstr "Поздравляем! Pro версия плагина успешно загружена и активирована."
1243
 
1244
+ #: deprecated.php:680
1245
  msgid "Show Pro features"
1246
  msgstr "Показать Pro опции"
1247
 
1248
+ #: deprecated.php:687
1249
  msgid "Enter your license key to install and activate"
1250
  msgstr "Введите лицензионный ключ для установки и активации"
1251
 
1252
+ #: deprecated.php:689
1253
  msgid "version of the plugin."
1254
  msgstr "версия плагина."
1255
 
1290
  msgstr "СММ"
1291
 
1292
  #: product_list.php:22
1293
+ msgid "Best secure captcha plugin to protect your WordPress forms."
1294
+ msgstr "Лучший плагин капчи, который защитит формы вашего WordPress сайта."
 
 
1295
 
1296
  #: product_list.php:32
1297
  msgid "Create your personal car rental/booking and reservation website."
1342
 
1343
  #: product_list.php:103
1344
  msgid ""
 
 
 
 
 
 
 
 
1345
  "Get latest error log messages to diagnose website problems. Define and fix "
1346
  "issues faster."
1347
  msgstr ""
1348
  "Получайте последние сообщения из журнала ошибок для диагностики проблем "
1349
  "сайта. Быстрее выявляйте и устраняйте проблемы."
1350
 
1351
+ #: product_list.php:110
1352
  msgid ""
1353
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1354
  "widgets."
1356
  "Добавляйте кнопки Facebook \"Подписаться\", \"Нравится\" и \"Поделиться\" в "
1357
  "посты, страницы и виджеты сайта WordPress."
1358
 
1359
+ #: product_list.php:120
1360
  msgid ""
1361
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1362
  "clicks."
1364
  "Добавляйте живописные галереи, альбомы и изображения на ваш сайт WordPress "
1365
  "всего в несколько кликов."
1366
 
1367
+ #: product_list.php:130
 
 
 
 
 
 
 
 
1368
  msgid ""
1369
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1370
  "posts, pages and widgets."
1372
  "Добавляйте кнопки Google \"+1\", \"Поделиться\", \"Подписаться\", \"Hangout"
1373
  "\" и значок профиля к постам, страницам и виджетам WordPress."
1374
 
1375
+ #: product_list.php:140
1376
  msgid ""
1377
  "Stronger security solution which protects your WordPress website from hacks "
1378
  "and unauthorized login attempts."
1380
  "Мощнейшее решение для безопасности, которое защищает ваш сайт WordPress от "
1381
  "взломов и неавторизованных попыток входа в систему."
1382
 
1383
+ #: product_list.php:150
1384
  msgid ""
1385
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1386
  "results, categories, tags, and widgets."
1388
  "Добавляйте рекламу сервиса Adsense на страницы, посты, пользовательские "
1389
  "посты, результаты поиска, категории, теги и виджеты сайта WordPress."
1390
 
1391
+ #: product_list.php:160
1392
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1393
  msgstr ""
1394
  "Добавляйте код Google Analytics на ваш сайт WordPress и отслеживайте базовую "
1395
  "статистику сайта."
1396
 
1397
+ #: product_list.php:170
1398
  msgid ""
1399
  "Protect WordPress website forms from spam entries with Google Captcha "
1400
  "(reCaptcha)."
1402
  "Защищайте формы вашего сайта WordPress от спама с помощью Google Captcha "
1403
  "(reCaptcha)."
1404
 
1405
+ #: product_list.php:180
1406
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1407
  msgstr ""
1408
  "Добавляйте пользовательские карты Google в посты, страницы и виджеты "
1409
  "WordPress."
1410
 
1411
+ #: product_list.php:190
1412
  msgid ""
1413
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1414
  "your blog."
1416
  "Создавайте и добавляйте файлы XML sitemap на ваш сайт WordPress. Помогите "
1417
  "поисковым системам проиндексировать ваш блог."
1418
 
1419
+ #: product_list.php:200
1420
  msgid ""
1421
  "Replace external WordPress website links with Google shortlinks and track "
1422
  "click stats."
1424
  "Замените внешние ссылки сайта WordPress на короткие ссылки Google и "
1425
  "отслеживайте статистику кликов."
1426
 
1427
+ #: product_list.php:207
1428
  msgid ""
1429
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1430
  "hostnames, etc."
1432
  "Защитите свой сайт WordPress - предоставляйте и запрещайте доступ с "
1433
  "определенных IP-адресов, имен хостов и т.д."
1434
 
1435
+ #: product_list.php:217
1436
  msgid ""
1437
  "Create your personal job board and listing WordPress website. Search jobs, "
1438
  "submit CV/resumes, choose candidates."
1441
  "WordPress. Осуществляйте поиск вакансий, подачу резюме/CV кандидата, выбор "
1442
  "кандидатов."
1443
 
1444
+ #: product_list.php:224
1445
  msgid ""
1446
  "Protect WordPress website against brute force attacks. Limit rate of login "
1447
  "attempts."
1449
  "Защищайте свой сайт WordPress от брутфорс-атак. Ограничивайте количество "
1450
  "попыток ввода логина."
1451
 
1452
+ #: product_list.php:234
1453
  msgid ""
1454
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1455
  "5 plugins included – profile, insider, etc."
1458
  "страницам и виджетам WordPress. 5 плагинов включено - Профиль, Инсайдер и т."
1459
  "д."
1460
 
1461
+ #: product_list.php:244
1462
  msgid ""
1463
  "Translate WordPress website content to other languages manually. Create "
1464
  "multilingual pages, posts, widgets, menus, etc."
1466
  "Переводите содержимое сайта WordPress на другие языки вручную. Создавайте "
1467
  "многоязычные страницы, посты, виджеты, меню и т.д."
1468
 
1469
+ #: product_list.php:254
1470
  msgid ""
1471
  "Add customizable pagination to WordPress website. Split long content to "
1472
  "multiple pages for better navigation."
1474
  "Добавляйте настраиваемую пагинацию на ваш сайт WordPress. Разбивайте "
1475
  "объемный контент на несколько страниц для лучшей навигации."
1476
 
1477
+ #: product_list.php:264
1478
  msgid ""
1479
  "Generate PDF files and print WordPress posts/pages. Customize document "
1480
  "header/footer styles and appearance."
1482
  "Создавайте PDF-файлы и печатайте посты/страницы сайта WordPress. "
1483
  "Настраивайте стили хедера/футера документа и его внешний вид."
1484
 
1485
+ #: product_list.php:274
1486
  msgid ""
1487
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1488
  "Profile) to WordPress posts, pages and widgets."
1490
  "Добавляйте кнопки Pinterest \"Подписаться\", \"Сохранить\" и виджеты профиля "
1491
  "(Пин, Доска, Профиль) к постам, страницам и виджетам WordPress."
1492
 
1493
+ #: product_list.php:284
1494
  msgid ""
1495
  "Create your personal portfolio WordPress website. Manage and showcase past "
1496
  "projects to get more clients."
1498
  "Создавайте и добавляйте портфолио на свой сайт WordPress. Управляйте и "
1499
  "демонстрируйте прошлые проекты, чтобы привлечь больше клиентов."
1500
 
1501
+ #: product_list.php:294
1502
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1503
  msgstr ""
1504
  "С легкостью экспортируйте посты WordPress в файлы формата CSV. Настраивайте "
1505
  "порядок отображения данных."
1506
 
1507
+ #: product_list.php:301
1508
  msgid ""
1509
  "Add extra fields to default WordPress user profile. The easiest way to "
1510
  "create and manage additional custom values."
1512
  "Добавляйте пользовательские поля в стандартный профиль WordPress. Самый "
1513
  "простой способ создания и управления дополнительными полями."
1514
 
1515
+ #: product_list.php:308
1516
  msgid ""
1517
  "Add and display HTML advertisement banner on WordPress website. Customize "
1518
  "bar styles and appearance."
1520
  "Добавляйте и отображайте баннерную HTML рекламу на сайте WordPress. "
1521
  "Настраивайте стили и внешний вид баннера."
1522
 
1523
+ #: product_list.php:318
1524
  msgid ""
1525
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1526
  "widgets."
1528
  "Добавляйте настраиваемые цитаты и подсказки к постам, страницам и виджетам "
1529
  "WordPress."
1530
 
1531
+ #: product_list.php:325
1532
  msgid ""
1533
  "Add rating plugin to your WordPress website to receive feedback from your "
1534
  "customers."
1536
  "Добавляйте систему оценивания и рейтинга на ваш сайт WordPress и получайте "
1537
  "отзывы от ваших клиентов."
1538
 
1539
+ #: product_list.php:332
1540
  msgid ""
1541
  "Create your personal real estate WordPress website. Sell, rent and buy "
1542
  "properties. Add, search and browse listings easily."
1545
  "Продавайте, арендуйте и покупайте недвижимость. Легко добавляйте, находите и "
1546
  "просматривайте листинги."
1547
 
1548
+ #: product_list.php:342
 
 
 
 
 
 
 
 
1549
  msgid ""
1550
  "Add related, featured, latest, and popular posts to your WordPress website. "
1551
  "Connect your blog readers with a relevant content."
1553
  "Добавляйте похожие, избранные, последние и популярные посты на ваш сайт "
1554
  "WordPress. Предоставляйте своим читателям контент схожей тематики."
1555
 
1556
+ #: product_list.php:349
1557
  msgid ""
1558
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1559
  "settings and detailed reports."
1561
  "Осуществляйте массовую рассылку писем пользователям WordPress. "
1562
  "Пользовательские шаблоны, дополнительные настройки и подробные отчеты."
1563
 
1564
+ #: product_list.php:359
1565
  msgid ""
1566
  "The best responsive slider plugin for your WordPress website. Create "
1567
  "beautifully animated slides just in a few clicks."
1569
  "Самый лучший адаптивный слайдер для вашего сайта WordPress. Создавайте "
1570
  "красиво анимированные слайды всего в несколько кликов."
1571
 
1572
+ #: product_list.php:366
1573
  msgid ""
1574
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1575
  "Yahoo, Hotmail and other services."
1576
  msgstr ""
1577
  "Настраивайте SMTP-сервер, чтобы получать электронные сообщения с сайта "
1578
+ "WordPress на такие почтовые службы, как Gmail, Yahoo, Hotmail и многие "
1579
+ "другие."
1580
 
1581
+ #: product_list.php:373
1582
  msgid ""
1583
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1584
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1586
  "Добавляйте кнопки и виджеты социальных сетей к постам, страницам и виджетам "
1587
  "WordPress. FB, Twitter, G+1, Pinterest, LinkedIn."
1588
 
1589
+ #: product_list.php:383
1590
  msgid ""
1591
  "Add social media login, registration, and commenting to your WordPress "
1592
  "website."
1594
  "Добавляйте на свой сайт WordPress возможность входа, регистрации и "
1595
  "комментирования с использованием существующих аккаунтов социальных сетей."
1596
 
1597
+ #: product_list.php:390
1598
  msgid ""
1599
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1600
  "Collect data and subscribe your users."
1602
  "Добавляйте форму подписки на новостную рассылку в посты, страницы и виджеты "
1603
  "WordPress. Собирайте данные и осуществляйте подписку пользователей."
1604
 
1605
+ #: product_list.php:400
1606
  msgid ""
1607
  "Add testimonials and feedbacks from your customers to WordPress website "
1608
  "posts, pages, and widgets."
1610
  "Добавляйте рекомендации и отзывы ваших клиентов в посты, страницы и виджеты "
1611
  "сайта WordPress."
1612
 
1613
+ #: product_list.php:407
1614
  msgid ""
1615
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1616
  "attendance and generate reports."
1618
  "Лучший плагин учёта рабочего времени на сайте WordPress. Отслеживайте время "
1619
  "работы сотрудников, оптимизируйте график работы в офисе и создавайте отчеты."
1620
 
1621
+ #: product_list.php:417
1622
  msgid ""
1623
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1624
  "and pages."
1626
  "Добавляйте кнопки Твиттера \"Читать\", \"Твитнуть\", \"Метка\" и \"Упомянуть"
1627
  "\" к постам и страницам WordPress. "
1628
 
1629
+ #: product_list.php:427
1630
  msgid ""
1631
  "Automatically check and update WordPress website core with all installed "
1632
  "plugins and themes to the latest versions."
1634
  "Выполняйте автоматическую проверку и обновление ядра WordPress до последних "
1635
  "версий со всеми установленными плагинами и темами."
1636
 
1637
+ #: product_list.php:437
1638
  msgid ""
1639
  "Powerful user role management plugin for WordPress website. Create, edit, "
1640
  "copy, and delete user roles."
1642
  "Эффективный плагин управления ролями пользователей для сайта WordPress. "
1643
  "Создавайте, редактируйте, копируйте и удаляйте роли пользователей."
1644
 
1645
+ #: product_list.php:447
1646
  msgid ""
1647
  "Display live count of online visitors who are currently browsing your "
1648
  "WordPress website."
1650
  "Ведите подсчет количества посетителей, которые в настоящее время "
1651
  "просматривают ваш сайт WordPress."
1652
 
1653
+ #: product_list.php:457
1654
  msgid ""
1655
  "Backup and export Zendesk Help Center content automatically to your "
1656
  "WordPress website database."
1658
  "Делайте автоматическое резервное копирование и экспорт содержимого Zendesk "
1659
  "Help Center в базу данных вашего сайта WordPress."
1660
 
1661
+ #~ msgid "Anonymous feedback"
1662
+ #~ msgstr "Анонимный отзыв"
1663
+
1664
+ #~ msgid ""
1665
+ #~ "Protect WordPress website forms from spam entries by means of math logic."
1666
+ #~ msgstr ""
1667
+ #~ "Защищайте формы вашего сайта WordPress от взлома путем математической "
1668
+ #~ "логики."
1669
+
1670
+ #~ msgid "Congratulations! Pro Membership license is activated successfully."
1671
+ #~ msgstr "Поздравляем! Pro Membership лицензия успешно активирована."
1672
+
1673
+ #~ msgid "Email with system info is sent to"
1674
+ #~ msgstr "Емейл с системной информацией отправлен на"
1675
+
1676
+ #~ msgid "Browse Free WordPress Themes"
1677
+ #~ msgstr "Обзор бесплатных WordPress тем"
1678
+
1679
+ #~ msgid ""
1680
+ #~ "You can use one license of the Pro plugin for one domain only. Please "
1681
+ #~ "check and edit your license or domain if necessary using you personal "
1682
+ #~ "Client Area. We strongly recommend you to solve the problem within 24 "
1683
+ #~ "hours, otherwise the Pro plugin will be deactivated."
1684
+ #~ msgstr ""
1685
+ #~ "Вы можете использовать одну лицензию Pro плагина только для одного "
1686
+ #~ "домена. Пожалуйста, проверьте и отредактируйте при необходимости лицензию "
1687
+ #~ "или домен, используя Ваш личный Client Area. Мы настоятельно рекомендуем "
1688
+ #~ "вам решить проблему в течение 24 часов, в противном случае плагин будет "
1689
+ #~ "деактивирован."
1690
+
1691
+ #~ msgid "Insert"
1692
+ #~ msgstr "Вставить"
1693
+
1694
+ #~ msgid ""
1695
+ #~ "Automatically add outgoing email messages to queue instead of sending "
1696
+ #~ "them immediately."
1697
+ #~ msgstr ""
1698
+ #~ "Автоматически формируйте очередь отправки исходящих электронных "
1699
+ #~ "сообщений. Задавайте время и приоритет рассылки."
1700
+
1701
+ #~ msgid ""
1702
+ #~ "Add unlimited gallery categories. Organize images to make the navigation "
1703
+ #~ "through content easier."
1704
+ #~ msgstr ""
1705
+ #~ "Добавляйте неограниченное количество категорий галерей. Группируйте "
1706
+ #~ "изображения, чтобы упростить навигацию по контенту."
1707
+
1708
+ #~ msgid ""
1709
+ #~ "Attach, un-attach and re-attach media files quickly to WordPress posts "
1710
+ #~ "and pages."
1711
+ #~ msgstr ""
1712
+ #~ "Прикрепляйте, открепляйте и повторно прикрепляйте медиа файлы к постам и "
1713
+ #~ "страницам WordPress."
1714
+
1715
  #~ msgid ""
1716
  #~ "Add related posts to WordPress website posts or widgets. Link your "
1717
  #~ "readers to relevant content."
1737
  #~ msgid "Utilities"
1738
  #~ msgstr "Утилиты"
1739
 
 
 
 
1740
  #~ msgid ""
1741
  #~ "Manage database and file system right from your WordPress admin dashboard."
1742
  #~ msgstr ""
bws_menu/languages/bestwebsoft-uk.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-uk.po CHANGED
@@ -2,11 +2,11 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-06-08 15:43+0300\n"
6
- "PO-Revision-Date: 2017-07-03 13:22+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
- "Language: uk_UA\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
@@ -18,11 +18,11 @@ msgstr ""
18
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: bws_functions.php:72 bws_functions.php:190
22
  msgid "requires"
23
  msgstr "потребує"
24
 
25
- #: bws_functions.php:74
26
  msgid ""
27
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
  "try again."
@@ -30,60 +30,65 @@ msgstr ""
30
  "чи вище, тому його було деактивовано! Будь ласка оновіть WordPress та "
31
  "спробуйте ще раз."
32
 
33
- #: bws_functions.php:75
34
  msgid "Back to the WordPress"
35
  msgstr "Повернутися на WordPress на"
36
 
37
- #: bws_functions.php:77
38
  msgid "Plugins page"
39
  msgstr "Сторінку Плагінів"
40
 
41
- #: bws_functions.php:91
42
  msgid "Like the plugin?"
43
  msgstr "Сподобався плагін?"
44
 
45
  #: bws_functions.php:93
 
 
 
 
 
46
  msgid "Rate it"
47
  msgstr "Оцінити"
48
 
49
- #: bws_functions.php:102
50
  msgid "Need help?"
51
  msgstr "Потрібна допомога?"
52
 
53
- #: bws_functions.php:103 bws_functions.php:907 class-bws-settings.php:1047
54
  msgid "Visit Help Center"
55
  msgstr "Перейти до Help Center"
56
 
57
- #: bws_functions.php:106
58
  msgid "Want to support the plugin?"
59
  msgstr "Хочете підтримати плагін?"
60
 
61
- #: bws_functions.php:107 bws_menu.php:553
62
  msgid "Donate"
63
  msgstr "Пожертвувати"
64
 
65
- #: bws_functions.php:127
66
  msgid "WARNING: Illegal use notification"
67
  msgstr "УВАГА: виявлено несанкціоноване використання плагіну"
68
 
69
- #: bws_functions.php:127
70
  msgid ""
71
  "You can use one license of the Pro plugin for one domain only. Please check "
72
- "and edit your license or domain if necessary using you personal Client Area. "
73
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
74
- "the Pro plugin will be deactivated."
75
  msgstr ""
76
  "Ви можете використовувати одну ліцензію Про-плагіну для одного домену. Будь "
77
  "ласка, переконайтесь, що інформацію щодо ліцензії і домену введено вірно, у "
78
  "вкладці Client Area. Ми настійливо рекомендуємо Вам вирішити це питання "
79
  "протягом 24 годин, інакше плагін буде деактивовано."
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 "Дізнатись більше"
85
 
86
- #: bws_functions.php:144
87
  msgid ""
88
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
89
  "you should buy a Pro license"
@@ -91,7 +96,7 @@ msgstr ""
91
  "Увага: Термін дії Pro Trial версії плагіну скінчився. Щоб продовжити "
92
  "користуватись плагіном, будь ласка, придбайте Pro ліцензію"
93
 
94
- #: bws_functions.php:146
95
  msgid ""
96
  "Your license has expired. To continue getting top-priority support and "
97
  "plugin updates, you should extend it."
@@ -99,24 +104,24 @@ msgstr ""
99
  "Строк вашої ліцензії витік. Якщо ви хочете отримувати першочергову технічну "
100
  "підтримку та оновлювати плагін у майбутньому, вам слід подовжити ліцензію."
101
 
102
- #: bws_functions.php:146 bws_functions.php:382 deprecated.php:584
103
  msgid "Learn more"
104
  msgstr "Дізнатись більше"
105
 
106
- #: bws_functions.php:164
107
  #, php-format
108
  msgid "Notice: You are using the Pro Trial license of %s plugin."
109
  msgstr "Увага: Ви використовуєте тріал Pro версію плагіну %s."
110
 
111
- #: bws_functions.php:166
112
  msgid "Notice: You are using the Pro Trial license of plugin."
113
  msgstr "Увага: Ви використовуєте тріал Pro версію плагіну."
114
 
115
- #: bws_functions.php:169
116
  msgid "The Pro Trial license will expire on"
117
  msgstr "Trial період Pro версії плагіну закінчується"
118
 
119
- #: bws_functions.php:192
120
  msgid ""
121
  "or higher! We do not guarantee that our plugin will work correctly. Please "
122
  "upgrade to WordPress latest version."
@@ -124,73 +129,73 @@ msgstr ""
124
  "чи вище! Ми не гарантуємо, що наш плагін буде працювати правильно. Будь "
125
  "ласка, оновіть WordPress до останньої версії."
126
 
127
- #: bws_functions.php:207
128
  #, php-format
129
  msgid "Thank you for installing %s plugin!"
130
  msgstr "Дякуємо, що встановили %s плагін!"
131
 
132
- #: bws_functions.php:208
133
  msgid "Let's get started"
134
  msgstr "Розпочнемо"
135
 
136
- #: bws_functions.php:209 bws_functions.php:242 bws_menu.php:557
137
- #: bws_menu.php:559
138
  msgid "Settings"
139
  msgstr "Налаштування"
140
 
141
- #: bws_functions.php:211 bws_menu.php:328 class-bws-settings.php:736
142
- #: class-bws-settings.php:1049 class-bws-settings.php:1059 deprecated.php:694
143
  msgid "or"
144
  msgstr "або"
145
 
146
- #: bws_functions.php:212 bws_functions.php:244
147
  msgid "Add New"
148
  msgstr "Додати"
149
 
150
- #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
151
- #: bws_functions.php:378 bws_functions.php:480
152
  msgid "Close notice"
153
  msgstr "Закрити"
154
 
155
- #: bws_functions.php:231
156
  msgid "Thank you for installing plugins by BestWebSoft!"
157
  msgstr "Дякуємо, що встановили плагіни від BestWebSoft!"
158
 
159
- #: bws_functions.php:233
160
  msgid "More Details"
161
  msgstr "Деталі"
162
 
163
- #: bws_functions.php:234
164
  msgid "Less Details"
165
  msgstr "Сховати Деталі"
166
 
167
- #: bws_functions.php:262
168
  msgid "Deprecated function(-s) is used on the site here:"
169
  msgstr "Застарілі функціі використовується на сайті тут:"
170
 
171
- #: bws_functions.php:276
172
  msgid ""
173
  "This function(-s) will be removed over time. Please update the product(-s)."
174
  msgstr ""
175
  "Ці функції буде видалено через деякий час. Будь ласка, поновіть продукт."
176
 
177
- #: bws_functions.php:335
178
  msgid "It’s time to upgrade your"
179
  msgstr "Настав час модернізувати Ваш"
180
 
181
- #: bws_functions.php:335
182
  msgid "to"
183
  msgstr "до"
184
 
185
- #: bws_functions.php:335
186
  msgid "version!"
187
  msgstr "версії!"
188
 
189
- #: bws_functions.php:336
190
  msgid "Extend standard plugin functionality with new great options."
191
  msgstr "Розширює можливості стандартного функціоналу плагіна."
192
 
193
- #: bws_functions.php:382
194
  #, php-format
195
  msgid ""
196
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
@@ -199,12 +204,12 @@ msgstr ""
199
  "Ваш ліцензійний ключ для %s витікає %s та ви більше не будете отримувати "
200
  "першочергову технічну підтримку та оновлення."
201
 
202
- #: bws_functions.php:475
203
  #, php-format
204
  msgid "Thank you for choosing %s plugin!"
205
  msgstr "Дякую за вибір плагіна %s!"
206
 
207
- #: bws_functions.php:476
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!"
@@ -213,25 +218,25 @@ msgstr ""
213
  "функціоналу плагіна, будь ласка, надсилайте їх нам! Ми завжди відкриті для "
214
  "нових ідей!"
215
 
216
- #: bws_functions.php:477
217
  msgid "Suggest a Feature"
218
  msgstr "Запропонувати функціонал"
219
 
220
- #: bws_functions.php:493 class-bws-settings.php:533 class-bws-settings.php:536
221
- #: class-bws-settings.php:584 class-bws-settings.php:587
222
  msgid "Notice"
223
  msgstr "Зауважте"
224
 
225
- #: bws_functions.php:493
226
  msgid "The plugin's settings have been changed."
227
  msgstr "Налаштування плагіну змінено."
228
 
229
- #: bws_functions.php:494 class-bws-settings.php:182 class-bws-settings.php:202
230
- #: deprecated.php:640
231
  msgid "Save Changes"
232
  msgstr "Зберегти зміни"
233
 
234
- #: bws_functions.php:508
235
  msgid ""
236
  "You can always look at premium options by checking the \"Pro Options\" in "
237
  "the \"Misc\" tab."
@@ -239,81 +244,77 @@ msgstr ""
239
  "Ви завжди можете подивитися на преміум опції, натиснувши на кнопку \"Pro "
240
  "опції\" на вкладці \"Різне\"."
241
 
242
- #: bws_functions.php:629
243
  msgid "Add BWS Shortcode"
244
  msgstr "Додати BWS шорткод"
245
 
246
- #: bws_functions.php:630
247
  msgid "Add BWS Plugins Shortcode"
248
  msgstr "Додати шорткод BWS плагіну"
249
 
250
- #: bws_functions.php:649
251
  msgid "Add shortcode"
252
  msgstr "Додати шорткод"
253
 
254
- #: bws_functions.php:649
255
  msgid "Add BestWebSoft plugins' shortcodes using this button."
256
  msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
257
 
258
- #: bws_functions.php:695
259
  msgid "Close"
260
  msgstr "Закрити"
261
 
262
- #: bws_functions.php:787
263
  msgid "Are you sure you want to restore default settings?"
264
  msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
265
 
266
- #: bws_functions.php:790
267
  msgid "Yes, restore all settings"
268
  msgstr "Так, скинути налаштування"
269
 
270
- #: bws_functions.php:791
271
  msgid "No, go back to the settings page"
272
  msgstr "Ні, повернутись назад на сторінку налаштувань"
273
 
274
- #: bws_functions.php:833
275
  msgid "Plugin"
276
  msgstr "Плагін"
277
 
278
- #: bws_functions.php:842
279
  msgid "Shortcode settings"
280
  msgstr "Налаштування шорткоду"
281
 
282
- #: bws_functions.php:847
283
  msgid "The shortcode will be inserted"
284
  msgstr "Буде вставлено шорткод"
285
 
286
- #: bws_functions.php:852
287
- msgid "Insert"
288
- msgstr "Вставити"
289
-
290
- #: bws_functions.php:912
291
  msgid "FAQ"
292
  msgstr "FAQ"
293
 
294
- #: bws_functions.php:918
295
  msgid "For more information:"
296
  msgstr "Для отримання додаткової інформації:"
297
 
298
- #: bws_functions.php:919
299
  msgid "Documentation"
300
  msgstr "Документація"
301
 
302
- #: bws_functions.php:920
303
  msgid "Video Instructions"
304
  msgstr "Відео інструкції"
305
 
306
- #: bws_functions.php:921
307
  msgid "Submit a Request"
308
  msgstr "Надіслати запит"
309
 
310
- #: bws_menu.php:101 class-bws-settings.php:781 deprecated.php:322
311
  msgid "Wrong license key"
312
  msgstr "Невірний ключ ліцензії"
313
 
314
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
315
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
316
- #: deprecated.php:352
317
  msgid ""
318
  "Something went wrong. Please try again later. If the error appears again, "
319
  "please contact us"
@@ -321,14 +322,14 @@ msgstr ""
321
  "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
322
  "повідомте нам"
323
 
324
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
325
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
326
- #: deprecated.php:352
327
  msgid "We are sorry for inconvenience."
328
  msgstr "Просимо вибачення за незручності."
329
 
330
- #: bws_menu.php:128 class-bws-settings.php:813 class-bws-settings.php:916
331
- #: deprecated.php:139 deprecated.php:358
332
  msgid "Wrong license key."
333
  msgstr "Неправильний ліцензійний ключ."
334
 
@@ -343,11 +344,11 @@ msgstr ""
343
  msgid "Log in"
344
  msgstr "Увійти"
345
 
346
- #: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
347
  msgid "Unfortunately, you have exceeded the number of available tries per day."
348
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
349
 
350
- #: bws_menu.php:134 class-bws-settings.php:922 deprecated.php:364
351
  #, php-format
352
  msgid ""
353
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -356,7 +357,7 @@ msgstr ""
356
  "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
357
  "першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію на %s"
358
 
359
- #: bws_menu.php:136 class-bws-settings.php:924 deprecated.php:366
360
  msgid ""
361
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
362
  "Trial license can be installed only once."
@@ -364,19 +365,19 @@ msgstr ""
364
  "На жаль, Pro ліцензія уже використовувалась на цьому домені. Тріал Pro "
365
  "версії плагіну можна використати лише один раз."
366
 
367
- #: bws_menu.php:142 class-bws-settings.php:828 deprecated.php:153
368
  msgid "The license key is valid."
369
  msgstr "Ліцензійний ключ дійсний."
370
 
371
- #: bws_menu.php:144 class-bws-settings.php:831 deprecated.php:156
372
  msgid "Your license will expire on"
373
  msgstr "Ваша ліцензія закінчується"
374
 
375
  #: bws_menu.php:146
376
- msgid "Congratulations! Pro Membership license is activated successfully."
377
  msgstr "Вітаємо! Pro Membership ліцензія успішно активована."
378
 
379
- #: bws_menu.php:153 class-bws-settings.php:996 deprecated.php:435
380
  msgid ""
381
  "Something went wrong. Try again later or upload the plugin manually. We are "
382
  "sorry for inconvenience."
@@ -530,67 +531,68 @@ msgstr "Не активні плагіни"
530
  msgid "Please enter a valid email address."
531
  msgstr "Будь ласка, введіть коректний емейл."
532
 
533
- #: bws_menu.php:264
534
- msgid "Email with system info is sent to"
535
- msgstr "Емейл з системною інформацією надіслано на"
 
536
 
537
- #: bws_menu.php:268
538
  msgid "Thank you for contacting us."
539
  msgstr "Дякуємо, що звернулись до нас."
540
 
541
- #: bws_menu.php:291
542
  msgid "Sorry, email message could not be delivered."
543
  msgstr "Вибачте, ваше емейл не може бути доставлено"
544
 
545
- #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
546
  msgid "Plugins"
547
  msgstr "Плагіни"
548
 
549
- #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
550
  msgid "Themes"
551
  msgstr "Теми"
552
 
553
- #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
554
  msgid "System status"
555
  msgstr "Системна інформація"
556
 
557
- #: bws_menu.php:317
558
  msgid "Support"
559
  msgstr "Підтримка"
560
 
561
- #: bws_menu.php:318
562
  msgid "Manage purchased licenses & subscriptions"
563
  msgstr "Управління придбаними ліцензіями і підписками"
564
 
565
- #: bws_menu.php:326
566
  #, php-format
567
  msgid "Get Access to %s+ Premium Plugins"
568
  msgstr "Отримати доступ до %s+ преміум плагинам"
569
 
570
- #: bws_menu.php:328
571
  msgid "Subscribe to Pro Membership"
572
  msgstr "Підписатися на Pro Membership"
573
 
574
- #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:749
575
  #: deprecated.php:227
576
  msgid "Check license key"
577
  msgstr "Перевірте ліцензійний ключ"
578
 
579
- #: bws_menu.php:339
580
  msgid "Enter your license key"
581
  msgstr "Ваш ліцензійний ключ"
582
 
583
- #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
584
- #: class-bws-settings.php:728 deprecated.php:259 deprecated.php:267
585
- #: deprecated.php:629 deprecated.php:700 deprecated.php:709
586
  msgid "Activate"
587
  msgstr "Активувати"
588
 
589
- #: bws_menu.php:361
590
  msgid "Upload Plugin"
591
  msgstr "Завантажити плагін"
592
 
593
- #: bws_menu.php:365
594
  #, php-format
595
  msgid ""
596
  "The plugin generated %d characters of <strong>unexpected output</strong> "
@@ -603,7 +605,7 @@ msgstr ""
603
  "надіслані&#8221;, проблеми з каналами чи інші неполадки, спробуйте вимкнути "
604
  "чи видалити цей плагін."
605
 
606
- #: bws_menu.php:367
607
  msgid ""
608
  "Plugin could not be activated because it triggered a <strong>fatal error</"
609
  "strong>."
@@ -611,39 +613,37 @@ msgstr ""
611
  "Плагін не вдалося активувати, бо він спричинив <strong>критичну помилку</"
612
  "strong>."
613
 
614
- #: bws_menu.php:370
615
  msgid "Plugin <strong>activated</strong>."
616
  msgstr "Плагін <strong>активовано</strong>."
617
 
618
- #: bws_menu.php:377
619
  msgid "Installing Plugin"
620
  msgstr "Встановлення плагіну"
621
 
622
- #: bws_menu.php:383
623
  msgid "Downloading install package from"
624
  msgstr "Завантаження встановлюючого пакунку з"
625
 
626
- #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
627
- #: class-bws-settings.php:948 class-bws-settings.php:970
628
- #: class-bws-settings.php:992 deprecated.php:387 deprecated.php:409
629
- #: deprecated.php:431
630
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
631
  msgstr ""
632
  "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
633
 
634
- #: bws_menu.php:408
635
  msgid "Unpacking the package"
636
  msgstr "Розпакування пакета"
637
 
638
- #: bws_menu.php:413 bws_menu.php:421
639
  msgid "Installing the plugin"
640
  msgstr "Встановлення плагіну"
641
 
642
- #: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
643
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
644
  msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
645
 
646
- #: bws_menu.php:424 class-bws-settings.php:966 deprecated.php:405
647
  msgid ""
648
  "Your server does not support either ZipArchive or Phar. Please, upload the "
649
  "plugin manually"
@@ -651,158 +651,158 @@ msgstr ""
651
  "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
652
  "вручну"
653
 
654
- #: bws_menu.php:427
655
  #, php-format
656
  msgid "The plugin %s is successfully installed."
657
  msgstr "Плагін %s успішно встановлено."
658
 
659
- #: bws_menu.php:434 class-bws-settings.php:973 deprecated.php:412
660
  msgid "UploadDir is not writable. Please, upload the plugin manually"
661
  msgstr ""
662
  "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
663
  "вручну"
664
 
665
- #: bws_menu.php:439
666
  msgid "Activate Plugin"
667
  msgstr "Активувати плагін"
668
 
669
- #: bws_menu.php:439 bws_menu.php:445
670
  msgid "Return to BestWebSoft Panel"
671
  msgstr "Назад до BestWebSoft Panel"
672
 
673
- #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
674
  msgid "All"
675
  msgstr "Всі"
676
 
677
- #: bws_menu.php:450 bws_menu.php:650
678
  msgid "Installed"
679
  msgstr "Встановлені"
680
 
681
- #: bws_menu.php:451
682
  msgid "Not Installed"
683
  msgstr "Не встановлені"
684
 
685
- #: bws_menu.php:457
686
  msgid "Filter results"
687
  msgstr "Фільтр результатів"
688
 
689
- #: bws_menu.php:460 bws_menu.php:589
690
  msgid "Category"
691
  msgstr "Категорія"
692
 
693
- #: bws_menu.php:524
694
  msgid "Not installed"
695
  msgstr "Не встановлен"
696
 
697
- #: bws_menu.php:528
698
  msgid "Renew to get updates"
699
  msgstr "Продовжити для поновлення"
700
 
701
- #: bws_menu.php:531
702
  #, php-format
703
  msgid "Update to v %s"
704
  msgstr "Оновити до версії %s"
705
 
706
- #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
707
  msgid "Install Now"
708
  msgstr "Встановити"
709
 
710
- #: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
711
  msgid "Upgrade to Pro"
712
  msgstr "Оновити до Pro"
713
 
714
- #: bws_menu.php:563 bws_menu.php:572
715
  msgid "Activate this plugin"
716
  msgstr "Активувати плагін"
717
 
718
- #: bws_menu.php:575
719
  msgid "Install this plugin"
720
  msgstr "Встановити плагін"
721
 
722
- #: bws_menu.php:584
723
  msgid "Nothing found. Try another criteria."
724
  msgstr "Нічого не знайдено. Спробуйте інші критерії."
725
 
726
- #: bws_menu.php:621 bws_menu.php:641
727
  #, php-format
728
  msgid "By %s"
729
  msgstr "За %s"
730
 
731
- #: bws_menu.php:648
732
  msgid "Already Installed"
733
  msgstr "Уже встановлено %s"
734
 
735
- #: bws_menu.php:659
736
- msgid "Browse Free WordPress Themes"
737
- msgstr "Огляд безкоштовних WordPress тем"
738
 
739
- #: bws_menu.php:668
740
  msgid "Send to support"
741
  msgstr "Відправити службі тех. підтримки"
742
 
743
- #: bws_menu.php:675
744
  msgid "Send to custom email &#187;"
745
  msgstr "Відправити на електронну адресу &#187;"
746
 
747
- #: class-bws-settings.php:135
748
  msgid "Information"
749
  msgstr "Інформація"
750
 
751
- #: class-bws-settings.php:143
752
  msgid "Inactive"
753
  msgstr "Неактивна"
754
 
755
- #: class-bws-settings.php:151
756
  msgid "Expired"
757
  msgstr "Закінчилась"
758
 
759
- #: class-bws-settings.php:154
760
  #, php-format
761
  msgid "%s day(-s) left"
762
  msgstr "%s днів залишилося"
763
 
764
- #: class-bws-settings.php:160
765
  #, php-format
766
  msgid "Expired on %s"
767
  msgstr "Витікає %s"
768
 
769
- #: class-bws-settings.php:160
770
  msgid "Renew Now"
771
  msgstr "Відновити зараз"
772
 
773
- #: class-bws-settings.php:162
774
  msgid "Active"
775
  msgstr "Активна"
776
 
777
- #: class-bws-settings.php:167
778
  msgid "License"
779
  msgstr "Ліцензія"
780
 
781
- #: class-bws-settings.php:170
782
  msgid "Status"
783
  msgstr "Статус"
784
 
785
- #: class-bws-settings.php:174
786
  msgid "Version"
787
  msgstr "Версія"
788
 
789
- #: class-bws-settings.php:282
790
  msgid "All plugin settings were restored."
791
  msgstr "Усі налаштування плагіну відновлені."
792
 
793
- #: class-bws-settings.php:420
794
  msgid "Custom Code"
795
  msgstr "Користувацький код"
796
 
797
- #: class-bws-settings.php:424 deprecated.php:497
798
  msgid "You do not have sufficient permissions to edit plugins for this site."
799
  msgstr "У вас недостатньо повноважень для редагування плагінів цього сайту."
800
 
801
- #: class-bws-settings.php:429 deprecated.php:618
802
  msgid "These styles will be added to the header on all pages of your site."
803
  msgstr "Ці стилі будуть додані в заголовок на всіх сторінках вашого сайту."
804
 
805
- #: class-bws-settings.php:432 deprecated.php:620
806
  #, php-format
807
  msgid ""
808
  "This PHP code will be hooked to the %s action and will be printed on front "
@@ -810,11 +810,11 @@ msgid ""
810
  msgstr ""
811
  "Цей PHP код буде прикріплений до %s action і буде додано лише у фронтенді."
812
 
813
- #: class-bws-settings.php:435
814
  msgid "These code will be added to the header on all pages of your site."
815
  msgstr "Цей код буде додано в заголовок на всіх сторінках вашого сайту."
816
 
817
- #: class-bws-settings.php:443 deprecated.php:644
818
  #, php-format
819
  msgid ""
820
  "You need to make this files writable before you can save your changes. See "
@@ -823,25 +823,25 @@ msgstr ""
823
  "Вам потрібно зробити цей файл доступним для запису, перед тим як ви зможете "
824
  "зберегти свої зміни. Перегляньте %sКодекс%s для додаткової інформації."
825
 
826
- #: class-bws-settings.php:453 deprecated.php:626
827
  msgid "Browsing"
828
  msgstr "Огляд"
829
 
830
- #: class-bws-settings.php:457
831
  #, php-format
832
  msgid "Activate custom %s code."
833
  msgstr "Активувати користувацький %s код."
834
 
835
- #: class-bws-settings.php:464 deprecated.php:633
836
  #, php-format
837
  msgid "Learn more about %s"
838
  msgstr "Дізнатись більше про %s"
839
 
840
- #: class-bws-settings.php:524
841
  msgid "Miscellaneous Settings"
842
  msgstr "Інші налаштування"
843
 
844
- #: class-bws-settings.php:533 class-bws-settings.php:584
845
  #, php-format
846
  msgid ""
847
  "It is prohibited to change %s settings on this site in the %s network "
@@ -850,7 +850,7 @@ msgstr ""
850
  "Мережевими налаштуваннями %s забороняється змінювати налаштування %s на "
851
  "цьому сайті."
852
 
853
- #: class-bws-settings.php:536 class-bws-settings.php:587
854
  #, php-format
855
  msgid ""
856
  "It is prohibited to view %s settings on this site in the %s network settings."
@@ -858,68 +858,68 @@ msgstr ""
858
  "Мережевими налаштуваннями %s забороняється дивитися налаштування %s на цьому "
859
  "сайті."
860
 
861
- #: class-bws-settings.php:545
862
  msgid "Pro Options"
863
  msgstr "Pro опції"
864
 
865
- #: class-bws-settings.php:548
866
  msgid "Enable to display plugin Pro options."
867
  msgstr "Увімкніть для відображення Pro опцій плагіна."
868
 
869
- #: class-bws-settings.php:553
870
  msgid "Track Usage"
871
  msgstr "Збирати статистику"
872
 
873
- #: class-bws-settings.php:556
874
  msgid ""
875
  "Enable to allow tracking plugin usage anonymously in order to make it better."
876
  msgstr ""
877
  "Включити, щоб дозволити анонімно відстежувати використання і зробити плагін "
878
  "краще."
879
 
880
- #: class-bws-settings.php:560
881
  msgid "Default Settings"
882
  msgstr "Налаштування за замовчуванням"
883
 
884
- #: class-bws-settings.php:562
885
  msgid "Restore Settings"
886
  msgstr "Відновлення налаштувань"
887
 
888
- #: class-bws-settings.php:563
889
  msgid "This will restore plugin settings to defaults."
890
  msgstr "Відновити всі налаштування плагіна до налаштувань за замовчуванням."
891
 
892
- #: class-bws-settings.php:575
893
  msgid "Import / Export"
894
  msgstr "Імпорт / Експорт"
895
 
896
- #: class-bws-settings.php:691 class-bws-settings.php:724
897
- #: class-bws-settings.php:746
898
  msgid "License Key"
899
  msgstr "Ключ ліцензії"
900
 
901
- #: class-bws-settings.php:714
902
  msgid "Congratulations! Pro license is activated successfully."
903
  msgstr "Вітаємо! Pro ліцензія успішно активована."
904
 
905
- #: class-bws-settings.php:715
906
  #, php-format
907
  msgid "You will be automatically redirected to the %s in %s seconds."
908
  msgstr "Вас буде автоматично перенаправлено на %s через %s секунд."
909
 
910
- #: class-bws-settings.php:715
911
  msgid "Settings page"
912
  msgstr "сторінку налаштувань"
913
 
914
- #: class-bws-settings.php:730
915
  #, php-format
916
  msgid "Enter your license key to activate %s and get premium plugin features."
917
  msgstr ""
918
  "Введіть ліцензійний ключ для активації %s і отримання додаткових можливостей "
919
  "плагіна."
920
 
921
- #: class-bws-settings.php:733 class-bws-settings.php:920 deprecated.php:362
922
- #: deprecated.php:703
923
  msgid ""
924
  "Unfortunately, you have exceeded the number of available tries per day. "
925
  "Please, upload the plugin manually."
@@ -927,12 +927,12 @@ msgstr ""
927
  "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
928
  "завантажте плагін вручну"
929
 
930
- #: class-bws-settings.php:736 deprecated.php:694
931
  #, php-format
932
  msgid "Start Your Free %s-Day Trial Now"
933
  msgstr "Спробуйте %s-денну Trial версію безкоштовно"
934
 
935
- #: class-bws-settings.php:751
936
  msgid ""
937
  "If necessary, you can check if the license key is correct or reenter it in "
938
  "the field below."
@@ -940,15 +940,15 @@ msgstr ""
940
  "При необхідності ви можете перевірити правильність вашого ліцензійного ключа "
941
  "або знову ввести його у полі, що знаходиться нижче."
942
 
943
- #: class-bws-settings.php:756
944
  msgid "Manage License Settings"
945
  msgstr "Управління налаштуваннями ліцензій"
946
 
947
- #: class-bws-settings.php:758
948
  msgid "Login to Client Area"
949
  msgstr "Зайти в Client Area"
950
 
951
- #: class-bws-settings.php:760
952
  msgid ""
953
  "Manage active licenses, download BWS products, and view your payment history "
954
  "using BestWebSoft Client Area."
@@ -956,12 +956,12 @@ msgstr ""
956
  "Керуй активними ліцензіями, завантажуй BWS продукти, а також переглядай "
957
  "історію платежів за допомогою BestWebSoft Client Area."
958
 
959
- #: class-bws-settings.php:815 class-bws-settings.php:918 deprecated.php:141
960
- #: deprecated.php:360
961
  msgid "This license key is bound to another site."
962
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
963
 
964
- #: class-bws-settings.php:817 deprecated.php:143
965
  msgid ""
966
  "This license key is valid, but Your license has expired. If you want to "
967
  "update our plugin in future, you should extend the license."
@@ -969,11 +969,11 @@ msgstr ""
969
  "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
970
  "хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
971
 
972
- #: class-bws-settings.php:819 deprecated.php:145
973
  msgid "Unfortunately, you have exceeded the number of available tries."
974
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
975
 
976
- #: class-bws-settings.php:821 deprecated.php:147
977
  msgid ""
978
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
979
  "The Pro Trial license can be installed only once."
@@ -981,36 +981,169 @@ msgstr ""
981
  "На жаль, Trial Pro версія плагіну уже встановлювалась на цей домен. Trial "
982
  "Pro версію можна встановлювати лише один раз."
983
 
984
- #: class-bws-settings.php:826 deprecated.php:151
985
  msgid "The Pro Trial license key is valid."
986
  msgstr "Ключ тріал Pro версії вірний."
987
 
988
- #: class-bws-settings.php:834 deprecated.php:159 deprecated.php:246
989
  #, php-format
990
  msgid ""
991
  "In order to continue using the plugin it is necessary to buy a %s license."
992
  msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
993
 
994
- #: class-bws-settings.php:1031 deprecated.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
995
  msgid "Please, enter Your license key"
996
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
997
 
998
- #: class-bws-settings.php:1043
999
  msgid "Need Help?"
1000
  msgstr "Потрібна допомога?"
1001
 
1002
- #: class-bws-settings.php:1045
1003
  msgid "Read the Instruction"
1004
  msgstr "Читати інструкцію"
1005
 
1006
- #: class-bws-settings.php:1049
1007
  msgid "Watch the Video"
1008
  msgstr "Дивитися відео"
1009
 
1010
- #: class-bws-settings.php:1060
1011
  msgid "Start Your Free Trial"
1012
  msgstr "Використовувати безкоштовну Trial версію"
1013
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1014
  #: deprecated.php:93
1015
  msgid "System Status"
1016
  msgstr "Системна інформація"
@@ -1038,79 +1171,79 @@ msgstr ""
1038
  "(ваше ім'я користувача - це емейл, який ви вказували при купівлі). При "
1039
  "необхідності, будь ласка, відправте запит на відновлення вашого паролю."
1040
 
1041
- #: deprecated.php:247
1042
  msgid "After that, you can activate it by entering your license key."
1043
  msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
1044
 
1045
- #: deprecated.php:249 deprecated.php:688
1046
  msgid "License key can be found in the"
1047
  msgstr "Ліцензійний ключ можна знайти в"
1048
 
1049
- #: deprecated.php:251 deprecated.php:690
1050
  msgid "(your username is the email address specified during the purchase)."
1051
  msgstr "(ваше ім'я користувача - це емейл, який ви вказували при купівлі)"
1052
 
1053
- #: deprecated.php:278
1054
  msgid ""
1055
  "Congratulations! The Pro license of the plugin is activated successfully."
1056
  msgstr "Вітаємо! Pro версію плагіну успішно активовано."
1057
 
1058
- #: deprecated.php:280 deprecated.php:669
1059
  msgid "Please, go to"
1060
  msgstr "Будь ласка, перейдіть на"
1061
 
1062
- #: deprecated.php:280 deprecated.php:669
1063
  msgid "the setting page"
1064
  msgstr "сторінку установок"
1065
 
1066
- #: deprecated.php:281 deprecated.php:670
1067
  msgid "You will be redirected automatically in 5 seconds."
1068
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
1069
 
1070
- #: deprecated.php:315
1071
  msgid "Check premium options on the plugin settings page!"
1072
  msgstr "Подивіться преміум опції на сторінці налаштувань плагіна!"
1073
 
1074
- #: deprecated.php:478
1075
  msgid "Restore all plugin settings to defaults"
1076
  msgstr "Скинути налаштування плагіну до стандартних"
1077
 
1078
- #: deprecated.php:480
1079
  msgid "Restore settings"
1080
  msgstr "Скинути налаштування"
1081
 
1082
- #: deprecated.php:548 deprecated.php:575
1083
  #, php-format
1084
  msgid "File %s edited successfully."
1085
  msgstr "Файл %s успішно відредаговано."
1086
 
1087
- #: deprecated.php:550 deprecated.php:577
1088
  msgid "Not enough permissions to create or update the file"
1089
  msgstr "У Вас недостатньо дозволів для створення або поновлення файлу"
1090
 
1091
- #: deprecated.php:580
1092
  msgid "Not enough permissions to create the file"
1093
  msgstr "У Вас недостатньо дозволів для створення файлу"
1094
 
1095
- #: deprecated.php:624
1096
  msgid "Editing"
1097
  msgstr "Редагування"
1098
 
1099
- #: deprecated.php:667
1100
  msgid ""
1101
  "Congratulations! Pro version of the plugin is installed and activated "
1102
  "successfully."
1103
  msgstr "Вітаємо! Pro версію плагіну успішно завантажено та активовано."
1104
 
1105
- #: deprecated.php:677
1106
  msgid "Show Pro features"
1107
  msgstr "Показати Pro опції"
1108
 
1109
- #: deprecated.php:684
1110
  msgid "Enter your license key to install and activate"
1111
  msgstr "Введіть ліцензійний ключ для установки і активації"
1112
 
1113
- #: deprecated.php:686
1114
  msgid "version of the plugin."
1115
  msgstr "версія плагіна."
1116
 
@@ -1151,11 +1284,8 @@ msgid "SMM"
1151
  msgstr "СММ"
1152
 
1153
  #: product_list.php:22
1154
- msgid ""
1155
- "Protect WordPress website forms from spam entries by means of math logic."
1156
- msgstr ""
1157
- "Захищайте форми вашого сайту WordPress від зламування шляхом математичної "
1158
- "логіки."
1159
 
1160
  #: product_list.php:32
1161
  msgid "Create your personal car rental/booking and reservation website."
@@ -1204,21 +1334,13 @@ msgstr ""
1204
 
1205
  #: product_list.php:103
1206
  msgid ""
1207
- "Automatically add outgoing email messages to queue instead of sending them "
1208
- "immediately."
1209
- msgstr ""
1210
- "Автоматично формуйте чергу відправки вихідних електронних повідомлень. "
1211
- "Задавайте час і пріоритет розсилки."
1212
-
1213
- #: product_list.php:110
1214
- msgid ""
1215
  "Get latest error log messages to diagnose website problems. Define and fix "
1216
  "issues faster."
1217
  msgstr ""
1218
  "Отримуйте останні повідомлення з журналу помилок для діагностики проблем "
1219
  "сайту. Швидше виявляйте і усувайте проблеми."
1220
 
1221
- #: product_list.php:117
1222
  msgid ""
1223
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1224
  "widgets."
@@ -1226,7 +1348,7 @@ msgstr ""
1226
  "Додавайте кнопки Facebook \"Підписатися\", \"Подобається\" та \"Поділитися\" "
1227
  "у пости, сторінки і віджети сайту WordPress."
1228
 
1229
- #: product_list.php:127
1230
  msgid ""
1231
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1232
  "clicks."
@@ -1234,15 +1356,7 @@ msgstr ""
1234
  "Додавайте мальовничі галереї, альбоми і зображення на ваш сайт WordPress "
1235
  "всього в декілька кліків."
1236
 
1237
- #: product_list.php:137
1238
- msgid ""
1239
- "Add unlimited gallery categories. Organize images to make the navigation "
1240
- "through content easier."
1241
- msgstr ""
1242
- "Додавайте необмежену кількість категорій галерей. Групуйте зображення, щоб "
1243
- "спростити навігацію контентом."
1244
-
1245
- #: product_list.php:144
1246
  msgid ""
1247
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1248
  "posts, pages and widgets."
@@ -1250,7 +1364,7 @@ msgstr ""
1250
  "Додавайте кнопки Google \"+1\", \"Поділитися\", \"Підписатися\", \"Hangout\" "
1251
  "і значок профілю до постів, сторінок та віджетів WordPress."
1252
 
1253
- #: product_list.php:154
1254
  msgid ""
1255
  "Stronger security solution which protects your WordPress website from hacks "
1256
  "and unauthorized login attempts."
@@ -1258,7 +1372,7 @@ msgstr ""
1258
  "Найпотужніше рішення безпеки, яке захищає ваш сайт WordPress від зломів та "
1259
  "неавторизованих спроб входу в систему."
1260
 
1261
- #: product_list.php:164
1262
  msgid ""
1263
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1264
  "results, categories, tags, and widgets."
@@ -1266,13 +1380,13 @@ msgstr ""
1266
  "Додавайте рекламу сервісу Adsense на сторінки, пости, користувацькі пости, "
1267
  "результати пошуку, категорії, теги і віджети сайту WordPress."
1268
 
1269
- #: product_list.php:174
1270
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1271
  msgstr ""
1272
  "Додавайте код Google Analytics на ваш сайт WordPress та відстежуйте базову "
1273
  "статистику сайту."
1274
 
1275
- #: product_list.php:184
1276
  msgid ""
1277
  "Protect WordPress website forms from spam entries with Google Captcha "
1278
  "(reCaptcha)."
@@ -1280,12 +1394,12 @@ msgstr ""
1280
  "Захищайте форми вашого сайту WordPress від спаму за допомогою Google Captcha "
1281
  "(reCaptcha)."
1282
 
1283
- #: product_list.php:194
1284
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1285
  msgstr ""
1286
  "Додавайте користувацькі карти Google у пости, сторінки та віджети WordPress."
1287
 
1288
- #: product_list.php:204
1289
  msgid ""
1290
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1291
  "your blog."
@@ -1293,7 +1407,7 @@ msgstr ""
1293
  "Створюйте та додавайте файли XML sitemap на ваш сайт WordPress. Допоможіть "
1294
  "пошуковим системам проіндексувати ваш блог."
1295
 
1296
- #: product_list.php:214
1297
  msgid ""
1298
  "Replace external WordPress website links with Google shortlinks and track "
1299
  "click stats."
@@ -1301,7 +1415,7 @@ msgstr ""
1301
  "Замініть зовнішні посилання сайту WordPress на короткі посилання Google і "
1302
  "відстежуйте статистику кліків."
1303
 
1304
- #: product_list.php:221
1305
  msgid ""
1306
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1307
  "hostnames, etc."
@@ -1309,7 +1423,7 @@ msgstr ""
1309
  "Захистіть свій сайт WordPress - надавайте та забороняйте доступ з певних IP-"
1310
  "адрес, імен хостів і т.д."
1311
 
1312
- #: product_list.php:231
1313
  msgid ""
1314
  "Create your personal job board and listing WordPress website. Search jobs, "
1315
  "submit CV/resumes, choose candidates."
@@ -1318,7 +1432,7 @@ msgstr ""
1318
  "WordPress. Здійснюйте пошук вакансій, подачу резюме/CV кандидата, вибір "
1319
  "кандидатів."
1320
 
1321
- #: product_list.php:238
1322
  msgid ""
1323
  "Protect WordPress website against brute force attacks. Limit rate of login "
1324
  "attempts."
@@ -1326,7 +1440,7 @@ msgstr ""
1326
  "Захищайте свій сайт WordPress від брутфорс-атак. Обмежуйте кількість спроб "
1327
  "введення логіна."
1328
 
1329
- #: product_list.php:248
1330
  msgid ""
1331
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1332
  "5 plugins included – profile, insider, etc."
@@ -1334,7 +1448,7 @@ msgstr ""
1334
  "Додавайте кнопки LinkedIn \"Поділитися\" та \"Відстежувати\" до постів, "
1335
  "сторінок і віджетів WordPress. 5 плагінів включено - Профіль, Інсайдер і т.д."
1336
 
1337
- #: product_list.php:258
1338
  msgid ""
1339
  "Translate WordPress website content to other languages manually. Create "
1340
  "multilingual pages, posts, widgets, menus, etc."
@@ -1342,7 +1456,7 @@ msgstr ""
1342
  "Перекладайте вміст сайту WordPress іншими мовами вручну. Створюйте "
1343
  "багатомовні сторінки, пости, віджети, меню і т.д."
1344
 
1345
- #: product_list.php:268
1346
  msgid ""
1347
  "Add customizable pagination to WordPress website. Split long content to "
1348
  "multiple pages for better navigation."
@@ -1350,7 +1464,7 @@ msgstr ""
1350
  "Додавайте пагінацію з можливістю налаштування на ваш сайт WordPress. "
1351
  "Розбивайте об'ємний контент на декілька сторінок для кращої навігації."
1352
 
1353
- #: product_list.php:278
1354
  msgid ""
1355
  "Generate PDF files and print WordPress posts/pages. Customize document "
1356
  "header/footer styles and appearance."
@@ -1358,7 +1472,7 @@ msgstr ""
1358
  "Створюйте PDF-файли і друкуйте пости/сторінки сайту WordPress. Налаштовуйте "
1359
  "стилі хедера/футера документа і його зовнішній вигляд."
1360
 
1361
- #: product_list.php:288
1362
  msgid ""
1363
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1364
  "Profile) to WordPress posts, pages and widgets."
@@ -1366,7 +1480,7 @@ msgstr ""
1366
  "Додавайте кнопки Pinterest \"Підписатися\", \"Зберегти\" і віджети профілю "
1367
  "(Пін, Дошка, Профіль) до постів, сторінок і віджетів WordPress."
1368
 
1369
- #: product_list.php:298
1370
  msgid ""
1371
  "Create your personal portfolio WordPress website. Manage and showcase past "
1372
  "projects to get more clients."
@@ -1374,13 +1488,13 @@ msgstr ""
1374
  "Створюйте і додавайте портфоліо на свій сайт WordPress. Керуйте і "
1375
  "демонструйте минулі проекти, щоб залучити більше клієнтів."
1376
 
1377
- #: product_list.php:308
1378
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1379
  msgstr ""
1380
  "З легкістю експортуйте пости WordPress в файли формату CSV. Налаштуйте "
1381
  "порядок відображення даних."
1382
 
1383
- #: product_list.php:315
1384
  msgid ""
1385
  "Add extra fields to default WordPress user profile. The easiest way to "
1386
  "create and manage additional custom values."
@@ -1388,7 +1502,7 @@ msgstr ""
1388
  "Додавайте користувацькі поля у стандартний профіль WordPress. Найпростіший "
1389
  "спосіб створення і управління додатковими полями."
1390
 
1391
- #: product_list.php:322
1392
  msgid ""
1393
  "Add and display HTML advertisement banner on WordPress website. Customize "
1394
  "bar styles and appearance."
@@ -1396,7 +1510,7 @@ msgstr ""
1396
  "Додавайте відображення банерної HTML реклами на сайті WordPress. Налаштуйте "
1397
  "стилі і зовнішній вигляд банеру."
1398
 
1399
- #: product_list.php:332
1400
  msgid ""
1401
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1402
  "widgets."
@@ -1404,7 +1518,7 @@ msgstr ""
1404
  "Додавайте редаговані цитати та підказки до постів, сторінок і віджетів "
1405
  "WordPress."
1406
 
1407
- #: product_list.php:339
1408
  msgid ""
1409
  "Add rating plugin to your WordPress website to receive feedback from your "
1410
  "customers."
@@ -1412,7 +1526,7 @@ msgstr ""
1412
  "Додавайте систему оцінювання і рейтингу на ваш сайт WordPress і отримуйте "
1413
  "відгуки від ваших клієнтів."
1414
 
1415
- #: product_list.php:346
1416
  msgid ""
1417
  "Create your personal real estate WordPress website. Sell, rent and buy "
1418
  "properties. Add, search and browse listings easily."
@@ -1421,15 +1535,7 @@ msgstr ""
1421
  "Продавайте, орендуйте і купуйте нерухомість. Легко додавайте, знаходьте і "
1422
  "переглядайте лістинги."
1423
 
1424
- #: product_list.php:356
1425
- msgid ""
1426
- "Attach, un-attach and re-attach media files quickly to WordPress posts and "
1427
- "pages."
1428
- msgstr ""
1429
- "Прикріплюйте, відкріплюйте і повторно прикріплюйте медіа файли до постів і "
1430
- "сторінок WordPress."
1431
-
1432
- #: product_list.php:363
1433
  msgid ""
1434
  "Add related, featured, latest, and popular posts to your WordPress website. "
1435
  "Connect your blog readers with a relevant content."
@@ -1437,7 +1543,7 @@ msgstr ""
1437
  "Додавайте схожі, обрані, останні та популярні пости на ваш сайт WordPress. "
1438
  "Надавайте своїм читачам контент схожої тематики."
1439
 
1440
- #: product_list.php:370
1441
  msgid ""
1442
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1443
  "settings and detailed reports."
@@ -1445,7 +1551,7 @@ msgstr ""
1445
  "Здійснюйте масову розсилку листів користувачам WordPress. Користувацькі "
1446
  "шаблони, додаткові налаштування і детальні звіти."
1447
 
1448
- #: product_list.php:380
1449
  msgid ""
1450
  "The best responsive slider plugin for your WordPress website. Create "
1451
  "beautifully animated slides just in a few clicks."
@@ -1453,15 +1559,15 @@ msgstr ""
1453
  "Найкращий адаптивний слайдер для вашого сайту WordPress. Створюйте красиво "
1454
  "анімовані слайди всього в декілька кліків."
1455
 
1456
- #: product_list.php:387
1457
  msgid ""
1458
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1459
  "Yahoo, Hotmail and other services."
1460
  msgstr ""
1461
  "Налаштовуйте SMTP-сервер, щоб отримувати електронні повідомлення з сайту "
1462
- "WordPress на такі поштові служби як Gmail, Yahoo, Hotmail і багато інших."
1463
 
1464
- #: product_list.php:394
1465
  msgid ""
1466
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1467
  "FB, Twitter, G+1, Pinterest, LinkedIn."
@@ -1469,7 +1575,7 @@ msgstr ""
1469
  "Додавайте кнопки і віджети соціальних мереж до постів, сторінок і віджетів "
1470
  "WordPress. FB, Twitter, G+1, Pinterest, LinkedIn."
1471
 
1472
- #: product_list.php:404
1473
  msgid ""
1474
  "Add social media login, registration, and commenting to your WordPress "
1475
  "website."
@@ -1477,7 +1583,7 @@ msgstr ""
1477
  "Додавайте на свій сайт WordPress можливість входу, реєстрації та "
1478
  "коментування з використанням існуючих акаунтів соціальних мереж."
1479
 
1480
- #: product_list.php:411
1481
  msgid ""
1482
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1483
  "Collect data and subscribe your users."
@@ -1485,7 +1591,7 @@ msgstr ""
1485
  "Додавайте форму підписки на розсилку новин у пости, сторінки і віджети "
1486
  "WordPress. Збирайте дані і здійснюйте підписку користувачів."
1487
 
1488
- #: product_list.php:421
1489
  msgid ""
1490
  "Add testimonials and feedbacks from your customers to WordPress website "
1491
  "posts, pages, and widgets."
@@ -1493,7 +1599,7 @@ msgstr ""
1493
  "Додавайте рекомендації та відгуки ваших клієнтів в пости, сторінки і віджети "
1494
  "сайту WordPress."
1495
 
1496
- #: product_list.php:428
1497
  msgid ""
1498
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1499
  "attendance and generate reports."
@@ -1501,7 +1607,7 @@ msgstr ""
1501
  "Кращий плагін обліку робочого часу на сайті WordPress. Відстежуйте час "
1502
  "роботи співробітників, оптимізуйте графік роботи в офісі і створюйте звіти."
1503
 
1504
- #: product_list.php:438
1505
  msgid ""
1506
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1507
  "and pages."
@@ -1509,7 +1615,7 @@ msgstr ""
1509
  "Додавайте кнопки Твіттера \"Читати\", \"Твітнути\", \"Хештеґ\" і \"Згадати\" "
1510
  "до постів і сторінок WordPress."
1511
 
1512
- #: product_list.php:448
1513
  msgid ""
1514
  "Automatically check and update WordPress website core with all installed "
1515
  "plugins and themes to the latest versions."
@@ -1517,7 +1623,7 @@ msgstr ""
1517
  "Виконуйте автоматичну перевірку і оновлення ядра WordPress до останніх "
1518
  "версій з усіма встановленими плагінами та темами."
1519
 
1520
- #: product_list.php:458
1521
  msgid ""
1522
  "Powerful user role management plugin for WordPress website. Create, edit, "
1523
  "copy, and delete user roles."
@@ -1525,7 +1631,7 @@ msgstr ""
1525
  "Ефективний плагін управління ролями користувачів для сайту WordPress. "
1526
  "Створюйте, редагуйте, копіюйте і видаляйте ролі користувачів."
1527
 
1528
- #: product_list.php:468
1529
  msgid ""
1530
  "Display live count of online visitors who are currently browsing your "
1531
  "WordPress website."
@@ -1533,7 +1639,7 @@ msgstr ""
1533
  "Ведіть підрахунок кількості відвідувачів, які в даний час переглядають ваш "
1534
  "сайт WordPress."
1535
 
1536
- #: product_list.php:478
1537
  msgid ""
1538
  "Backup and export Zendesk Help Center content automatically to your "
1539
  "WordPress website database."
@@ -1541,6 +1647,59 @@ msgstr ""
1541
  "Робіть автоматичне резервне копіювання і експорт вмісту Zendesk Help Center "
1542
  "в базу даних вашого сайту WordPress."
1543
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1544
  #~ msgid ""
1545
  #~ "Add related posts to WordPress website posts or widgets. Link your "
1546
  #~ "readers to relevant content."
@@ -1566,9 +1725,6 @@ msgstr ""
1566
  #~ msgid "Utilities"
1567
  #~ msgstr "Утиліти"
1568
 
1569
- #~ msgid "Other"
1570
- #~ msgstr "Інше"
1571
-
1572
  #~ msgid ""
1573
  #~ "Manage database and file system right from your WordPress admin dashboard."
1574
  #~ msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-11 16:45+0300\n"
6
+ "PO-Revision-Date: 2017-09-11 16:45+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
+ "Language: uk\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
18
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: bws_functions.php:73 bws_functions.php:191
22
  msgid "requires"
23
  msgstr "потребує"
24
 
25
+ #: bws_functions.php:75
26
  msgid ""
27
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
  "try again."
30
  "чи вище, тому його було деактивовано! Будь ласка оновіть WordPress та "
31
  "спробуйте ще раз."
32
 
33
+ #: bws_functions.php:76
34
  msgid "Back to the WordPress"
35
  msgstr "Повернутися на WordPress на"
36
 
37
+ #: bws_functions.php:78
38
  msgid "Plugins page"
39
  msgstr "Сторінку Плагінів"
40
 
41
+ #: bws_functions.php:92
42
  msgid "Like the plugin?"
43
  msgstr "Сподобався плагін?"
44
 
45
  #: bws_functions.php:93
46
+ #, php-format
47
+ msgid "%s reviews"
48
+ msgstr "%s відгуки"
49
+
50
+ #: bws_functions.php:94
51
  msgid "Rate it"
52
  msgstr "Оцінити"
53
 
54
+ #: bws_functions.php:103
55
  msgid "Need help?"
56
  msgstr "Потрібна допомога?"
57
 
58
+ #: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
59
  msgid "Visit Help Center"
60
  msgstr "Перейти до Help Center"
61
 
62
+ #: bws_functions.php:107
63
  msgid "Want to support the plugin?"
64
  msgstr "Хочете підтримати плагін?"
65
 
66
+ #: bws_functions.php:108 bws_menu.php:560
67
  msgid "Donate"
68
  msgstr "Пожертвувати"
69
 
70
+ #: bws_functions.php:128
71
  msgid "WARNING: Illegal use notification"
72
  msgstr "УВАГА: виявлено несанкціоноване використання плагіну"
73
 
74
+ #: bws_functions.php:128
75
  msgid ""
76
  "You can use one license of the Pro plugin for one domain only. Please check "
77
+ "and edit your license or domain if necessary using your personal Client "
78
+ "Area. We strongly recommend you to solve the problem within 24 hours, "
79
+ "otherwise the Pro plugin will be deactivated."
80
  msgstr ""
81
  "Ви можете використовувати одну ліцензію Про-плагіну для одного домену. Будь "
82
  "ласка, переконайтесь, що інформацію щодо ліцензії і домену введено вірно, у "
83
  "вкладці Client Area. Ми настійливо рекомендуємо Вам вирішити це питання "
84
  "протягом 24 годин, інакше плагін буде деактивовано."
85
 
86
+ #: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
87
+ #: class-bws-settings.php:144
88
  msgid "Learn More"
89
  msgstr "Дізнатись більше"
90
 
91
+ #: bws_functions.php:145
92
  msgid ""
93
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
94
  "you should buy a Pro license"
96
  "Увага: Термін дії Pro Trial версії плагіну скінчився. Щоб продовжити "
97
  "користуватись плагіном, будь ласка, придбайте Pro ліцензію"
98
 
99
+ #: bws_functions.php:147
100
  msgid ""
101
  "Your license has expired. To continue getting top-priority support and "
102
  "plugin updates, you should extend it."
104
  "Строк вашої ліцензії витік. Якщо ви хочете отримувати першочергову технічну "
105
  "підтримку та оновлювати плагін у майбутньому, вам слід подовжити ліцензію."
106
 
107
+ #: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
108
  msgid "Learn more"
109
  msgstr "Дізнатись більше"
110
 
111
+ #: bws_functions.php:165
112
  #, php-format
113
  msgid "Notice: You are using the Pro Trial license of %s plugin."
114
  msgstr "Увага: Ви використовуєте тріал Pro версію плагіну %s."
115
 
116
+ #: bws_functions.php:167
117
  msgid "Notice: You are using the Pro Trial license of plugin."
118
  msgstr "Увага: Ви використовуєте тріал Pro версію плагіну."
119
 
120
+ #: bws_functions.php:170
121
  msgid "The Pro Trial license will expire on"
122
  msgstr "Trial період Pro версії плагіну закінчується"
123
 
124
+ #: bws_functions.php:193
125
  msgid ""
126
  "or higher! We do not guarantee that our plugin will work correctly. Please "
127
  "upgrade to WordPress latest version."
129
  "чи вище! Ми не гарантуємо, що наш плагін буде працювати правильно. Будь "
130
  "ласка, оновіть WordPress до останньої версії."
131
 
132
+ #: bws_functions.php:208
133
  #, php-format
134
  msgid "Thank you for installing %s plugin!"
135
  msgstr "Дякуємо, що встановили %s плагін!"
136
 
137
+ #: bws_functions.php:210
138
  msgid "Let's get started"
139
  msgstr "Розпочнемо"
140
 
141
+ #: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
142
+ #: bws_menu.php:566
143
  msgid "Settings"
144
  msgstr "Налаштування"
145
 
146
+ #: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
147
+ #: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
148
  msgid "or"
149
  msgstr "або"
150
 
151
+ #: bws_functions.php:214 bws_functions.php:246
152
  msgid "Add New"
153
  msgstr "Додати"
154
 
155
+ #: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
156
+ #: bws_functions.php:385 bws_functions.php:487
157
  msgid "Close notice"
158
  msgstr "Закрити"
159
 
160
+ #: bws_functions.php:233
161
  msgid "Thank you for installing plugins by BestWebSoft!"
162
  msgstr "Дякуємо, що встановили плагіни від BestWebSoft!"
163
 
164
+ #: bws_functions.php:235
165
  msgid "More Details"
166
  msgstr "Деталі"
167
 
168
+ #: bws_functions.php:236
169
  msgid "Less Details"
170
  msgstr "Сховати Деталі"
171
 
172
+ #: bws_functions.php:264
173
  msgid "Deprecated function(-s) is used on the site here:"
174
  msgstr "Застарілі функціі використовується на сайті тут:"
175
 
176
+ #: bws_functions.php:278
177
  msgid ""
178
  "This function(-s) will be removed over time. Please update the product(-s)."
179
  msgstr ""
180
  "Ці функції буде видалено через деякий час. Будь ласка, поновіть продукт."
181
 
182
+ #: bws_functions.php:337
183
  msgid "It’s time to upgrade your"
184
  msgstr "Настав час модернізувати Ваш"
185
 
186
+ #: bws_functions.php:337
187
  msgid "to"
188
  msgstr "до"
189
 
190
+ #: bws_functions.php:337
191
  msgid "version!"
192
  msgstr "версії!"
193
 
194
+ #: bws_functions.php:338
195
  msgid "Extend standard plugin functionality with new great options."
196
  msgstr "Розширює можливості стандартного функціоналу плагіна."
197
 
198
+ #: bws_functions.php:389
199
  #, php-format
200
  msgid ""
201
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
204
  "Ваш ліцензійний ключ для %s витікає %s та ви більше не будете отримувати "
205
  "першочергову технічну підтримку та оновлення."
206
 
207
+ #: bws_functions.php:482
208
  #, php-format
209
  msgid "Thank you for choosing %s plugin!"
210
  msgstr "Дякую за вибір плагіна %s!"
211
 
212
+ #: bws_functions.php:483
213
  msgid ""
214
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
215
  "we'd love to hear about it!"
218
  "функціоналу плагіна, будь ласка, надсилайте їх нам! Ми завжди відкриті для "
219
  "нових ідей!"
220
 
221
+ #: bws_functions.php:484
222
  msgid "Suggest a Feature"
223
  msgstr "Запропонувати функціонал"
224
 
225
+ #: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
226
+ #: class-bws-settings.php:595 class-bws-settings.php:598
227
  msgid "Notice"
228
  msgstr "Зауважте"
229
 
230
+ #: bws_functions.php:500
231
  msgid "The plugin's settings have been changed."
232
  msgstr "Налаштування плагіну змінено."
233
 
234
+ #: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
235
+ #: deprecated.php:642
236
  msgid "Save Changes"
237
  msgstr "Зберегти зміни"
238
 
239
+ #: bws_functions.php:515
240
  msgid ""
241
  "You can always look at premium options by checking the \"Pro Options\" in "
242
  "the \"Misc\" tab."
244
  "Ви завжди можете подивитися на преміум опції, натиснувши на кнопку \"Pro "
245
  "опції\" на вкладці \"Різне\"."
246
 
247
+ #: bws_functions.php:653
248
  msgid "Add BWS Shortcode"
249
  msgstr "Додати BWS шорткод"
250
 
251
+ #: bws_functions.php:654
252
  msgid "Add BWS Plugins Shortcode"
253
  msgstr "Додати шорткод BWS плагіну"
254
 
255
+ #: bws_functions.php:673
256
  msgid "Add shortcode"
257
  msgstr "Додати шорткод"
258
 
259
+ #: bws_functions.php:673
260
  msgid "Add BestWebSoft plugins' shortcodes using this button."
261
  msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
262
 
263
+ #: bws_functions.php:729
264
  msgid "Close"
265
  msgstr "Закрити"
266
 
267
+ #: bws_functions.php:821
268
  msgid "Are you sure you want to restore default settings?"
269
  msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
270
 
271
+ #: bws_functions.php:824
272
  msgid "Yes, restore all settings"
273
  msgstr "Так, скинути налаштування"
274
 
275
+ #: bws_functions.php:825
276
  msgid "No, go back to the settings page"
277
  msgstr "Ні, повернутись назад на сторінку налаштувань"
278
 
279
+ #: bws_functions.php:867
280
  msgid "Plugin"
281
  msgstr "Плагін"
282
 
283
+ #: bws_functions.php:876
284
  msgid "Shortcode settings"
285
  msgstr "Налаштування шорткоду"
286
 
287
+ #: bws_functions.php:881
288
  msgid "The shortcode will be inserted"
289
  msgstr "Буде вставлено шорткод"
290
 
291
+ #: bws_functions.php:922
 
 
 
 
292
  msgid "FAQ"
293
  msgstr "FAQ"
294
 
295
+ #: bws_functions.php:928
296
  msgid "For more information:"
297
  msgstr "Для отримання додаткової інформації:"
298
 
299
+ #: bws_functions.php:929
300
  msgid "Documentation"
301
  msgstr "Документація"
302
 
303
+ #: bws_functions.php:930
304
  msgid "Video Instructions"
305
  msgstr "Відео інструкції"
306
 
307
+ #: bws_functions.php:931
308
  msgid "Submit a Request"
309
  msgstr "Надіслати запит"
310
 
311
+ #: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
312
  msgid "Wrong license key"
313
  msgstr "Невірний ключ ліцензії"
314
 
315
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
316
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
317
+ #: deprecated.php:353
318
  msgid ""
319
  "Something went wrong. Please try again later. If the error appears again, "
320
  "please contact us"
322
  "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
323
  "повідомте нам"
324
 
325
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
326
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
327
+ #: deprecated.php:353
328
  msgid "We are sorry for inconvenience."
329
  msgstr "Просимо вибачення за незручності."
330
 
331
+ #: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
332
+ #: deprecated.php:139 deprecated.php:359
333
  msgid "Wrong license key."
334
  msgstr "Неправильний ліцензійний ключ."
335
 
344
  msgid "Log in"
345
  msgstr "Увійти"
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
 
351
+ #: bws_menu.php:134 deprecated.php:365
352
  #, php-format
353
  msgid ""
354
  "Unfortunately, Your license has expired. To continue getting top-priority "
357
  "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
358
  "першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію на %s"
359
 
360
+ #: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
361
  msgid ""
362
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
363
  "Trial license can be installed only once."
365
  "На жаль, Pro ліцензія уже використовувалась на цьому домені. Тріал Pro "
366
  "версії плагіну можна використати лише один раз."
367
 
368
+ #: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
369
  msgid "The license key is valid."
370
  msgstr "Ліцензійний ключ дійсний."
371
 
372
+ #: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
373
  msgid "Your license will expire on"
374
  msgstr "Ваша ліцензія закінчується"
375
 
376
  #: bws_menu.php:146
377
+ msgid "Congratulations! Pro Membership license is activated successfully."
378
  msgstr "Вітаємо! Pro Membership ліцензія успішно активована."
379
 
380
+ #: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
381
  msgid ""
382
  "Something went wrong. Try again later or upload the plugin manually. We are "
383
  "sorry for inconvenience."
531
  msgid "Please enter a valid email address."
532
  msgstr "Будь ласка, введіть коректний емейл."
533
 
534
+ #: bws_menu.php:262
535
+ #, php-format
536
+ msgid "Email with system info is sent to %s."
537
+ msgstr "Емейл з системною інформацією надіслано на %s."
538
 
539
+ #: bws_menu.php:266
540
  msgid "Thank you for contacting us."
541
  msgstr "Дякуємо, що звернулись до нас."
542
 
543
+ #: bws_menu.php:289
544
  msgid "Sorry, email message could not be delivered."
545
  msgstr "Вибачте, ваше емейл не може бути доставлено"
546
 
547
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
548
  msgid "Plugins"
549
  msgstr "Плагіни"
550
 
551
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
552
  msgid "Themes"
553
  msgstr "Теми"
554
 
555
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
556
  msgid "System status"
557
  msgstr "Системна інформація"
558
 
559
+ #: bws_menu.php:315
560
  msgid "Support"
561
  msgstr "Підтримка"
562
 
563
+ #: bws_menu.php:316
564
  msgid "Manage purchased licenses & subscriptions"
565
  msgstr "Управління придбаними ліцензіями і підписками"
566
 
567
+ #: bws_menu.php:324
568
  #, php-format
569
  msgid "Get Access to %s+ Premium Plugins"
570
  msgstr "Отримати доступ до %s+ преміум плагинам"
571
 
572
+ #: bws_menu.php:326
573
  msgid "Subscribe to Pro Membership"
574
  msgstr "Підписатися на Pro Membership"
575
 
576
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
577
  #: deprecated.php:227
578
  msgid "Check license key"
579
  msgstr "Перевірте ліцензійний ключ"
580
 
581
+ #: bws_menu.php:337
582
  msgid "Enter your license key"
583
  msgstr "Ваш ліцензійний ключ"
584
 
585
+ #: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
586
+ #: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
587
+ #: deprecated.php:631 deprecated.php:703 deprecated.php:712
588
  msgid "Activate"
589
  msgstr "Активувати"
590
 
591
+ #: bws_menu.php:359
592
  msgid "Upload Plugin"
593
  msgstr "Завантажити плагін"
594
 
595
+ #: bws_menu.php:363
596
  #, php-format
597
  msgid ""
598
  "The plugin generated %d characters of <strong>unexpected output</strong> "
605
  "надіслані&#8221;, проблеми з каналами чи інші неполадки, спробуйте вимкнути "
606
  "чи видалити цей плагін."
607
 
608
+ #: bws_menu.php:365
609
  msgid ""
610
  "Plugin could not be activated because it triggered a <strong>fatal error</"
611
  "strong>."
613
  "Плагін не вдалося активувати, бо він спричинив <strong>критичну помилку</"
614
  "strong>."
615
 
616
+ #: bws_menu.php:368
617
  msgid "Plugin <strong>activated</strong>."
618
  msgstr "Плагін <strong>активовано</strong>."
619
 
620
+ #: bws_menu.php:375
621
  msgid "Installing Plugin"
622
  msgstr "Встановлення плагіну"
623
 
624
+ #: bws_menu.php:381
625
  msgid "Downloading install package from"
626
  msgstr "Завантаження встановлюючого пакунку з"
627
 
628
+ #: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
629
+ #: deprecated.php:410 deprecated.php:432
 
 
630
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
631
  msgstr ""
632
  "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
633
 
634
+ #: bws_menu.php:406
635
  msgid "Unpacking the package"
636
  msgstr "Розпакування пакета"
637
 
638
+ #: bws_menu.php:411 bws_menu.php:419
639
  msgid "Installing the plugin"
640
  msgstr "Встановлення плагіну"
641
 
642
+ #: bws_menu.php:415 deprecated.php:400
643
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
644
  msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
645
 
646
+ #: bws_menu.php:422 deprecated.php:406
647
  msgid ""
648
  "Your server does not support either ZipArchive or Phar. Please, upload the "
649
  "plugin manually"
651
  "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
652
  "вручну"
653
 
654
+ #: bws_menu.php:425
655
  #, php-format
656
  msgid "The plugin %s is successfully installed."
657
  msgstr "Плагін %s успішно встановлено."
658
 
659
+ #: bws_menu.php:432 deprecated.php:413
660
  msgid "UploadDir is not writable. Please, upload the plugin manually"
661
  msgstr ""
662
  "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
663
  "вручну"
664
 
665
+ #: bws_menu.php:437
666
  msgid "Activate Plugin"
667
  msgstr "Активувати плагін"
668
 
669
+ #: bws_menu.php:437 bws_menu.php:443
670
  msgid "Return to BestWebSoft Panel"
671
  msgstr "Назад до BestWebSoft Panel"
672
 
673
+ #: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
674
  msgid "All"
675
  msgstr "Всі"
676
 
677
+ #: bws_menu.php:454 bws_menu.php:637
678
  msgid "Installed"
679
  msgstr "Встановлені"
680
 
681
+ #: bws_menu.php:457
682
  msgid "Not Installed"
683
  msgstr "Не встановлені"
684
 
685
+ #: bws_menu.php:464
686
  msgid "Filter results"
687
  msgstr "Фільтр результатів"
688
 
689
+ #: bws_menu.php:467 bws_menu.php:596
690
  msgid "Category"
691
  msgstr "Категорія"
692
 
693
+ #: bws_menu.php:531
694
  msgid "Not installed"
695
  msgstr "Не встановлен"
696
 
697
+ #: bws_menu.php:535
698
  msgid "Renew to get updates"
699
  msgstr "Продовжити для поновлення"
700
 
701
+ #: bws_menu.php:538
702
  #, php-format
703
  msgid "Update to v %s"
704
  msgstr "Оновити до версії %s"
705
 
706
+ #: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
707
  msgid "Install Now"
708
  msgstr "Встановити"
709
 
710
+ #: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
711
  msgid "Upgrade to Pro"
712
  msgstr "Оновити до Pro"
713
 
714
+ #: bws_menu.php:570 bws_menu.php:579
715
  msgid "Activate this plugin"
716
  msgstr "Активувати плагін"
717
 
718
+ #: bws_menu.php:582
719
  msgid "Install this plugin"
720
  msgstr "Встановити плагін"
721
 
722
+ #: bws_menu.php:591
723
  msgid "Nothing found. Try another criteria."
724
  msgstr "Нічого не знайдено. Спробуйте інші критерії."
725
 
726
+ #: bws_menu.php:628
727
  #, php-format
728
  msgid "By %s"
729
  msgstr "За %s"
730
 
731
+ #: bws_menu.php:635
732
  msgid "Already Installed"
733
  msgstr "Уже встановлено %s"
734
 
735
+ #: bws_menu.php:645
736
+ msgid "Browse More WordPress Themes"
737
+ msgstr "Огляд WordPress тем"
738
 
739
+ #: bws_menu.php:654
740
  msgid "Send to support"
741
  msgstr "Відправити службі тех. підтримки"
742
 
743
+ #: bws_menu.php:661
744
  msgid "Send to custom email &#187;"
745
  msgstr "Відправити на електронну адресу &#187;"
746
 
747
+ #: class-bws-settings.php:136
748
  msgid "Information"
749
  msgstr "Інформація"
750
 
751
+ #: class-bws-settings.php:144
752
  msgid "Inactive"
753
  msgstr "Неактивна"
754
 
755
+ #: class-bws-settings.php:152
756
  msgid "Expired"
757
  msgstr "Закінчилась"
758
 
759
+ #: class-bws-settings.php:155
760
  #, php-format
761
  msgid "%s day(-s) left"
762
  msgstr "%s днів залишилося"
763
 
764
+ #: class-bws-settings.php:161
765
  #, php-format
766
  msgid "Expired on %s"
767
  msgstr "Витікає %s"
768
 
769
+ #: class-bws-settings.php:161
770
  msgid "Renew Now"
771
  msgstr "Відновити зараз"
772
 
773
+ #: class-bws-settings.php:163
774
  msgid "Active"
775
  msgstr "Активна"
776
 
777
+ #: class-bws-settings.php:168
778
  msgid "License"
779
  msgstr "Ліцензія"
780
 
781
+ #: class-bws-settings.php:171
782
  msgid "Status"
783
  msgstr "Статус"
784
 
785
+ #: class-bws-settings.php:175
786
  msgid "Version"
787
  msgstr "Версія"
788
 
789
+ #: class-bws-settings.php:285
790
  msgid "All plugin settings were restored."
791
  msgstr "Усі налаштування плагіну відновлені."
792
 
793
+ #: class-bws-settings.php:423
794
  msgid "Custom Code"
795
  msgstr "Користувацький код"
796
 
797
+ #: class-bws-settings.php:427 deprecated.php:498
798
  msgid "You do not have sufficient permissions to edit plugins for this site."
799
  msgstr "У вас недостатньо повноважень для редагування плагінів цього сайту."
800
 
801
+ #: class-bws-settings.php:432 deprecated.php:620
802
  msgid "These styles will be added to the header on all pages of your site."
803
  msgstr "Ці стилі будуть додані в заголовок на всіх сторінках вашого сайту."
804
 
805
+ #: class-bws-settings.php:435 deprecated.php:622
806
  #, php-format
807
  msgid ""
808
  "This PHP code will be hooked to the %s action and will be printed on front "
810
  msgstr ""
811
  "Цей PHP код буде прикріплений до %s action і буде додано лише у фронтенді."
812
 
813
+ #: class-bws-settings.php:438
814
  msgid "These code will be added to the header on all pages of your site."
815
  msgstr "Цей код буде додано в заголовок на всіх сторінках вашого сайту."
816
 
817
+ #: class-bws-settings.php:446 deprecated.php:646
818
  #, php-format
819
  msgid ""
820
  "You need to make this files writable before you can save your changes. See "
823
  "Вам потрібно зробити цей файл доступним для запису, перед тим як ви зможете "
824
  "зберегти свої зміни. Перегляньте %sКодекс%s для додаткової інформації."
825
 
826
+ #: class-bws-settings.php:456 deprecated.php:628
827
  msgid "Browsing"
828
  msgstr "Огляд"
829
 
830
+ #: class-bws-settings.php:461
831
  #, php-format
832
  msgid "Activate custom %s code."
833
  msgstr "Активувати користувацький %s код."
834
 
835
+ #: class-bws-settings.php:469 deprecated.php:635
836
  #, php-format
837
  msgid "Learn more about %s"
838
  msgstr "Дізнатись більше про %s"
839
 
840
+ #: class-bws-settings.php:531
841
  msgid "Miscellaneous Settings"
842
  msgstr "Інші налаштування"
843
 
844
+ #: class-bws-settings.php:540 class-bws-settings.php:595
845
  #, php-format
846
  msgid ""
847
  "It is prohibited to change %s settings on this site in the %s network "
850
  "Мережевими налаштуваннями %s забороняється змінювати налаштування %s на "
851
  "цьому сайті."
852
 
853
+ #: class-bws-settings.php:543 class-bws-settings.php:598
854
  #, php-format
855
  msgid ""
856
  "It is prohibited to view %s settings on this site in the %s network settings."
858
  "Мережевими налаштуваннями %s забороняється дивитися налаштування %s на цьому "
859
  "сайті."
860
 
861
+ #: class-bws-settings.php:552
862
  msgid "Pro Options"
863
  msgstr "Pro опції"
864
 
865
+ #: class-bws-settings.php:556
866
  msgid "Enable to display plugin Pro options."
867
  msgstr "Увімкніть для відображення Pro опцій плагіна."
868
 
869
+ #: class-bws-settings.php:562
870
  msgid "Track Usage"
871
  msgstr "Збирати статистику"
872
 
873
+ #: class-bws-settings.php:566
874
  msgid ""
875
  "Enable to allow tracking plugin usage anonymously in order to make it better."
876
  msgstr ""
877
  "Включити, щоб дозволити анонімно відстежувати використання і зробити плагін "
878
  "краще."
879
 
880
+ #: class-bws-settings.php:571
881
  msgid "Default Settings"
882
  msgstr "Налаштування за замовчуванням"
883
 
884
+ #: class-bws-settings.php:573
885
  msgid "Restore Settings"
886
  msgstr "Відновлення налаштувань"
887
 
888
+ #: class-bws-settings.php:574
889
  msgid "This will restore plugin settings to defaults."
890
  msgstr "Відновити всі налаштування плагіна до налаштувань за замовчуванням."
891
 
892
+ #: class-bws-settings.php:586
893
  msgid "Import / Export"
894
  msgstr "Імпорт / Експорт"
895
 
896
+ #: class-bws-settings.php:702 class-bws-settings.php:735
897
+ #: class-bws-settings.php:757
898
  msgid "License Key"
899
  msgstr "Ключ ліцензії"
900
 
901
+ #: class-bws-settings.php:725
902
  msgid "Congratulations! Pro license is activated successfully."
903
  msgstr "Вітаємо! Pro ліцензія успішно активована."
904
 
905
+ #: class-bws-settings.php:726
906
  #, php-format
907
  msgid "You will be automatically redirected to the %s in %s seconds."
908
  msgstr "Вас буде автоматично перенаправлено на %s через %s секунд."
909
 
910
+ #: class-bws-settings.php:726
911
  msgid "Settings page"
912
  msgstr "сторінку налаштувань"
913
 
914
+ #: class-bws-settings.php:741
915
  #, php-format
916
  msgid "Enter your license key to activate %s and get premium plugin features."
917
  msgstr ""
918
  "Введіть ліцензійний ключ для активації %s і отримання додаткових можливостей "
919
  "плагіна."
920
 
921
+ #: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
922
+ #: deprecated.php:706
923
  msgid ""
924
  "Unfortunately, you have exceeded the number of available tries per day. "
925
  "Please, upload the plugin manually."
927
  "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
928
  "завантажте плагін вручну"
929
 
930
+ #: class-bws-settings.php:747 deprecated.php:697
931
  #, php-format
932
  msgid "Start Your Free %s-Day Trial Now"
933
  msgstr "Спробуйте %s-денну Trial версію безкоштовно"
934
 
935
+ #: class-bws-settings.php:762
936
  msgid ""
937
  "If necessary, you can check if the license key is correct or reenter it in "
938
  "the field below."
940
  "При необхідності ви можете перевірити правильність вашого ліцензійного ключа "
941
  "або знову ввести його у полі, що знаходиться нижче."
942
 
943
+ #: class-bws-settings.php:767
944
  msgid "Manage License Settings"
945
  msgstr "Управління налаштуваннями ліцензій"
946
 
947
+ #: class-bws-settings.php:769
948
  msgid "Login to Client Area"
949
  msgstr "Зайти в Client Area"
950
 
951
+ #: class-bws-settings.php:771
952
  msgid ""
953
  "Manage active licenses, download BWS products, and view your payment history "
954
  "using BestWebSoft Client Area."
956
  "Керуй активними ліцензіями, завантажуй BWS продукти, а також переглядай "
957
  "історію платежів за допомогою BestWebSoft Client Area."
958
 
959
+ #: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
960
+ #: deprecated.php:361
961
  msgid "This license key is bound to another site."
962
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
963
 
964
+ #: class-bws-settings.php:828 deprecated.php:143
965
  msgid ""
966
  "This license key is valid, but Your license has expired. If you want to "
967
  "update our plugin in future, you should extend the license."
969
  "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
970
  "хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
971
 
972
+ #: class-bws-settings.php:830 deprecated.php:145
973
  msgid "Unfortunately, you have exceeded the number of available tries."
974
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
975
 
976
+ #: class-bws-settings.php:832 deprecated.php:147
977
  msgid ""
978
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
979
  "The Pro Trial license can be installed only once."
981
  "На жаль, Trial Pro версія плагіну уже встановлювалась на цей домен. Trial "
982
  "Pro версію можна встановлювати лише один раз."
983
 
984
+ #: class-bws-settings.php:837 deprecated.php:151
985
  msgid "The Pro Trial license key is valid."
986
  msgstr "Ключ тріал Pro версії вірний."
987
 
988
+ #: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
989
  #, php-format
990
  msgid ""
991
  "In order to continue using the plugin it is necessary to buy a %s license."
992
  msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
993
 
994
+ #: class-bws-settings.php:933
995
+ #, php-format
996
+ msgid ""
997
+ "Unfortunately, Your license has expired. To continue getting top-priority "
998
+ "support and plugin updates, you should extend it in your %s."
999
+ msgstr ""
1000
+ "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
1001
+ "першочергову тех.підтримку і оновлення, будь ласка, продовжте ліцензію у %s."
1002
+
1003
+ #: class-bws-settings.php:959 class-bws-settings.php:981
1004
+ #: class-bws-settings.php:1003
1005
+ msgid "Failed to download the zip archive. Please, upload the plugin manually."
1006
+ msgstr ""
1007
+ "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну."
1008
+
1009
+ #: class-bws-settings.php:971
1010
+ msgid "Failed to open the zip archive. Please, upload the plugin manually."
1011
+ msgstr ""
1012
+ "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну."
1013
+
1014
+ #: class-bws-settings.php:977
1015
+ msgid ""
1016
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
1017
+ "plugin manually."
1018
+ msgstr ""
1019
+ "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
1020
+ "вручну."
1021
+
1022
+ #: class-bws-settings.php:984
1023
+ msgid "UploadDir is not writable. Please, upload the plugin manually."
1024
+ msgstr ""
1025
+ "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
1026
+ "вручну."
1027
+
1028
+ #: class-bws-settings.php:1042 deprecated.php:464
1029
  msgid "Please, enter Your license key"
1030
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
1031
 
1032
+ #: class-bws-settings.php:1054
1033
  msgid "Need Help?"
1034
  msgstr "Потрібна допомога?"
1035
 
1036
+ #: class-bws-settings.php:1056
1037
  msgid "Read the Instruction"
1038
  msgstr "Читати інструкцію"
1039
 
1040
+ #: class-bws-settings.php:1060
1041
  msgid "Watch the Video"
1042
  msgstr "Дивитися відео"
1043
 
1044
+ #: class-bws-settings.php:1071
1045
  msgid "Start Your Free Trial"
1046
  msgstr "Використовувати безкоштовну Trial версію"
1047
 
1048
+ #: deactivation-form.php:27
1049
+ msgid "Need help? We are ready to answer your questions."
1050
+ msgstr "Потрібна допомога? Ми готові відповісти на ваші питання."
1051
+
1052
+ #: deactivation-form.php:27
1053
+ msgid "Contact Support"
1054
+ msgstr "Зв'язатися з тех. підтримкою"
1055
+
1056
+ #: deactivation-form.php:32
1057
+ msgid "The plugin is not working"
1058
+ msgstr "Плагін не працює"
1059
+
1060
+ #: deactivation-form.php:34
1061
+ msgid "Kindly share what didn't work so we can fix it in future updates..."
1062
+ msgstr ""
1063
+ "Будь ласка, повідомте, що не працює, щоб ми змогли виправити це в майбутніх "
1064
+ "оновленнях..."
1065
+
1066
+ #: deactivation-form.php:38
1067
+ msgid "The plugin didn't work as expected"
1068
+ msgstr "Плагін не працює, як очікувалося"
1069
+
1070
+ #: deactivation-form.php:40
1071
+ msgid "What did you expect?"
1072
+ msgstr "Що саме ви очікували?"
1073
+
1074
+ #: deactivation-form.php:44
1075
+ msgid "The plugin suddenly stopped working"
1076
+ msgstr "Плагін раптово перестав працювати"
1077
+
1078
+ #: deactivation-form.php:51
1079
+ msgid "The plugin broke my site"
1080
+ msgstr "Плагін зламав мій сайт"
1081
+
1082
+ #: deactivation-form.php:58
1083
+ msgid "I couldn't understand how to get it work"
1084
+ msgstr "Я не можу зрозуміти, як змусити його працювати"
1085
+
1086
+ #: deactivation-form.php:65
1087
+ msgid "I found a better plugin"
1088
+ msgstr "Я знайшов кращий плагін"
1089
+
1090
+ #: deactivation-form.php:67
1091
+ msgid "What's the plugin name?"
1092
+ msgstr "Яка назва плагіна?"
1093
+
1094
+ #: deactivation-form.php:71
1095
+ msgid "The plugin is great, but I need specific feature that you don't support"
1096
+ msgstr "Плагін чудовий, але мені потрібен певний функціонал, якого у вас немає"
1097
+
1098
+ #: deactivation-form.php:73
1099
+ msgid "What feature?"
1100
+ msgstr "Який функціонал?"
1101
+
1102
+ #: deactivation-form.php:77
1103
+ msgid "I no longer need the plugin"
1104
+ msgstr "Плагін мені більше не потрібен"
1105
+
1106
+ #: deactivation-form.php:83
1107
+ msgid "It's a temporary deactivation, I'm just debugging an issue"
1108
+ msgstr "Це тимчасова деактивація, я просто відлагоджую проблему"
1109
+
1110
+ #: deactivation-form.php:89
1111
+ msgid "Other"
1112
+ msgstr "Інше"
1113
+
1114
+ #: deactivation-form.php:123
1115
+ msgid "Quick Feedback"
1116
+ msgstr "Швидкий відгук"
1117
+
1118
+ #: deactivation-form.php:124
1119
+ msgid "If you have a moment, please let us know why you are deactivating"
1120
+ msgstr ""
1121
+ "Якщо у вас є час, будь ласка, повідомте нам, чому ви деактивуете плагін"
1122
+
1123
+ #: deactivation-form.php:127
1124
+ msgid "Send website data and allow to contact me back"
1125
+ msgstr "Надіслати дані сайту і дозволити зв'язатися зі мною"
1126
+
1127
+ #: deactivation-form.php:132
1128
+ msgid "Cancel"
1129
+ msgstr "Відміна"
1130
+
1131
+ #: deactivation-form.php:233
1132
+ msgid "Processing"
1133
+ msgstr "Обробка"
1134
+
1135
+ #: deactivation-form.php:262
1136
+ msgid "Submit & Deactivate"
1137
+ msgstr "Надіслати і деактивувати"
1138
+
1139
+ #: deactivation-form.php:277
1140
+ msgid "Please tell us the reason so we can improve it."
1141
+ msgstr "Будь ласка, повідомте нам причину, щоб ми могли покращити плагін."
1142
+
1143
+ #: deactivation-form.php:345
1144
+ msgid "Deactivate"
1145
+ msgstr "Деактивувати"
1146
+
1147
  #: deprecated.php:93
1148
  msgid "System Status"
1149
  msgstr "Системна інформація"
1171
  "(ваше ім'я користувача - це емейл, який ви вказували при купівлі). При "
1172
  "необхідності, будь ласка, відправте запит на відновлення вашого паролю."
1173
 
1174
+ #: deprecated.php:246
1175
  msgid "After that, you can activate it by entering your license key."
1176
  msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
1177
 
1178
+ #: deprecated.php:249 deprecated.php:691
1179
  msgid "License key can be found in the"
1180
  msgstr "Ліцензійний ключ можна знайти в"
1181
 
1182
+ #: deprecated.php:251 deprecated.php:693
1183
  msgid "(your username is the email address specified during the purchase)."
1184
  msgstr "(ваше ім'я користувача - це емейл, який ви вказували при купівлі)"
1185
 
1186
+ #: deprecated.php:279
1187
  msgid ""
1188
  "Congratulations! The Pro license of the plugin is activated successfully."
1189
  msgstr "Вітаємо! Pro версію плагіну успішно активовано."
1190
 
1191
+ #: deprecated.php:281 deprecated.php:672
1192
  msgid "Please, go to"
1193
  msgstr "Будь ласка, перейдіть на"
1194
 
1195
+ #: deprecated.php:281 deprecated.php:672
1196
  msgid "the setting page"
1197
  msgstr "сторінку установок"
1198
 
1199
+ #: deprecated.php:282 deprecated.php:673
1200
  msgid "You will be redirected automatically in 5 seconds."
1201
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
1202
 
1203
+ #: deprecated.php:316
1204
  msgid "Check premium options on the plugin settings page!"
1205
  msgstr "Подивіться преміум опції на сторінці налаштувань плагіна!"
1206
 
1207
+ #: deprecated.php:479
1208
  msgid "Restore all plugin settings to defaults"
1209
  msgstr "Скинути налаштування плагіну до стандартних"
1210
 
1211
+ #: deprecated.php:481
1212
  msgid "Restore settings"
1213
  msgstr "Скинути налаштування"
1214
 
1215
+ #: deprecated.php:550 deprecated.php:577
1216
  #, php-format
1217
  msgid "File %s edited successfully."
1218
  msgstr "Файл %s успішно відредаговано."
1219
 
1220
+ #: deprecated.php:552 deprecated.php:579
1221
  msgid "Not enough permissions to create or update the file"
1222
  msgstr "У Вас недостатньо дозволів для створення або поновлення файлу"
1223
 
1224
+ #: deprecated.php:582
1225
  msgid "Not enough permissions to create the file"
1226
  msgstr "У Вас недостатньо дозволів для створення файлу"
1227
 
1228
+ #: deprecated.php:626
1229
  msgid "Editing"
1230
  msgstr "Редагування"
1231
 
1232
+ #: deprecated.php:670
1233
  msgid ""
1234
  "Congratulations! Pro version of the plugin is installed and activated "
1235
  "successfully."
1236
  msgstr "Вітаємо! Pro версію плагіну успішно завантажено та активовано."
1237
 
1238
+ #: deprecated.php:680
1239
  msgid "Show Pro features"
1240
  msgstr "Показати Pro опції"
1241
 
1242
+ #: deprecated.php:687
1243
  msgid "Enter your license key to install and activate"
1244
  msgstr "Введіть ліцензійний ключ для установки і активації"
1245
 
1246
+ #: deprecated.php:689
1247
  msgid "version of the plugin."
1248
  msgstr "версія плагіна."
1249
 
1284
  msgstr "СММ"
1285
 
1286
  #: product_list.php:22
1287
+ msgid "Best secure captcha plugin to protect your WordPress forms."
1288
+ msgstr "Кращий плагін капчі, який захистить форми вашого WordPress сайту."
 
 
 
1289
 
1290
  #: product_list.php:32
1291
  msgid "Create your personal car rental/booking and reservation website."
1334
 
1335
  #: product_list.php:103
1336
  msgid ""
 
 
 
 
 
 
 
 
1337
  "Get latest error log messages to diagnose website problems. Define and fix "
1338
  "issues faster."
1339
  msgstr ""
1340
  "Отримуйте останні повідомлення з журналу помилок для діагностики проблем "
1341
  "сайту. Швидше виявляйте і усувайте проблеми."
1342
 
1343
+ #: product_list.php:110
1344
  msgid ""
1345
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1346
  "widgets."
1348
  "Додавайте кнопки Facebook \"Підписатися\", \"Подобається\" та \"Поділитися\" "
1349
  "у пости, сторінки і віджети сайту WordPress."
1350
 
1351
+ #: product_list.php:120
1352
  msgid ""
1353
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1354
  "clicks."
1356
  "Додавайте мальовничі галереї, альбоми і зображення на ваш сайт WordPress "
1357
  "всього в декілька кліків."
1358
 
1359
+ #: product_list.php:130
 
 
 
 
 
 
 
 
1360
  msgid ""
1361
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1362
  "posts, pages and widgets."
1364
  "Додавайте кнопки Google \"+1\", \"Поділитися\", \"Підписатися\", \"Hangout\" "
1365
  "і значок профілю до постів, сторінок та віджетів WordPress."
1366
 
1367
+ #: product_list.php:140
1368
  msgid ""
1369
  "Stronger security solution which protects your WordPress website from hacks "
1370
  "and unauthorized login attempts."
1372
  "Найпотужніше рішення безпеки, яке захищає ваш сайт WordPress від зломів та "
1373
  "неавторизованих спроб входу в систему."
1374
 
1375
+ #: product_list.php:150
1376
  msgid ""
1377
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1378
  "results, categories, tags, and widgets."
1380
  "Додавайте рекламу сервісу Adsense на сторінки, пости, користувацькі пости, "
1381
  "результати пошуку, категорії, теги і віджети сайту WordPress."
1382
 
1383
+ #: product_list.php:160
1384
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1385
  msgstr ""
1386
  "Додавайте код Google Analytics на ваш сайт WordPress та відстежуйте базову "
1387
  "статистику сайту."
1388
 
1389
+ #: product_list.php:170
1390
  msgid ""
1391
  "Protect WordPress website forms from spam entries with Google Captcha "
1392
  "(reCaptcha)."
1394
  "Захищайте форми вашого сайту WordPress від спаму за допомогою Google Captcha "
1395
  "(reCaptcha)."
1396
 
1397
+ #: product_list.php:180
1398
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1399
  msgstr ""
1400
  "Додавайте користувацькі карти Google у пости, сторінки та віджети WordPress."
1401
 
1402
+ #: product_list.php:190
1403
  msgid ""
1404
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1405
  "your blog."
1407
  "Створюйте та додавайте файли XML sitemap на ваш сайт WordPress. Допоможіть "
1408
  "пошуковим системам проіндексувати ваш блог."
1409
 
1410
+ #: product_list.php:200
1411
  msgid ""
1412
  "Replace external WordPress website links with Google shortlinks and track "
1413
  "click stats."
1415
  "Замініть зовнішні посилання сайту WordPress на короткі посилання Google і "
1416
  "відстежуйте статистику кліків."
1417
 
1418
+ #: product_list.php:207
1419
  msgid ""
1420
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1421
  "hostnames, etc."
1423
  "Захистіть свій сайт WordPress - надавайте та забороняйте доступ з певних IP-"
1424
  "адрес, імен хостів і т.д."
1425
 
1426
+ #: product_list.php:217
1427
  msgid ""
1428
  "Create your personal job board and listing WordPress website. Search jobs, "
1429
  "submit CV/resumes, choose candidates."
1432
  "WordPress. Здійснюйте пошук вакансій, подачу резюме/CV кандидата, вибір "
1433
  "кандидатів."
1434
 
1435
+ #: product_list.php:224
1436
  msgid ""
1437
  "Protect WordPress website against brute force attacks. Limit rate of login "
1438
  "attempts."
1440
  "Захищайте свій сайт WordPress від брутфорс-атак. Обмежуйте кількість спроб "
1441
  "введення логіна."
1442
 
1443
+ #: product_list.php:234
1444
  msgid ""
1445
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1446
  "5 plugins included – profile, insider, etc."
1448
  "Додавайте кнопки LinkedIn \"Поділитися\" та \"Відстежувати\" до постів, "
1449
  "сторінок і віджетів WordPress. 5 плагінів включено - Профіль, Інсайдер і т.д."
1450
 
1451
+ #: product_list.php:244
1452
  msgid ""
1453
  "Translate WordPress website content to other languages manually. Create "
1454
  "multilingual pages, posts, widgets, menus, etc."
1456
  "Перекладайте вміст сайту WordPress іншими мовами вручну. Створюйте "
1457
  "багатомовні сторінки, пости, віджети, меню і т.д."
1458
 
1459
+ #: product_list.php:254
1460
  msgid ""
1461
  "Add customizable pagination to WordPress website. Split long content to "
1462
  "multiple pages for better navigation."
1464
  "Додавайте пагінацію з можливістю налаштування на ваш сайт WordPress. "
1465
  "Розбивайте об'ємний контент на декілька сторінок для кращої навігації."
1466
 
1467
+ #: product_list.php:264
1468
  msgid ""
1469
  "Generate PDF files and print WordPress posts/pages. Customize document "
1470
  "header/footer styles and appearance."
1472
  "Створюйте PDF-файли і друкуйте пости/сторінки сайту WordPress. Налаштовуйте "
1473
  "стилі хедера/футера документа і його зовнішній вигляд."
1474
 
1475
+ #: product_list.php:274
1476
  msgid ""
1477
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1478
  "Profile) to WordPress posts, pages and widgets."
1480
  "Додавайте кнопки Pinterest \"Підписатися\", \"Зберегти\" і віджети профілю "
1481
  "(Пін, Дошка, Профіль) до постів, сторінок і віджетів WordPress."
1482
 
1483
+ #: product_list.php:284
1484
  msgid ""
1485
  "Create your personal portfolio WordPress website. Manage and showcase past "
1486
  "projects to get more clients."
1488
  "Створюйте і додавайте портфоліо на свій сайт WordPress. Керуйте і "
1489
  "демонструйте минулі проекти, щоб залучити більше клієнтів."
1490
 
1491
+ #: product_list.php:294
1492
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1493
  msgstr ""
1494
  "З легкістю експортуйте пости WordPress в файли формату CSV. Налаштуйте "
1495
  "порядок відображення даних."
1496
 
1497
+ #: product_list.php:301
1498
  msgid ""
1499
  "Add extra fields to default WordPress user profile. The easiest way to "
1500
  "create and manage additional custom values."
1502
  "Додавайте користувацькі поля у стандартний профіль WordPress. Найпростіший "
1503
  "спосіб створення і управління додатковими полями."
1504
 
1505
+ #: product_list.php:308
1506
  msgid ""
1507
  "Add and display HTML advertisement banner on WordPress website. Customize "
1508
  "bar styles and appearance."
1510
  "Додавайте відображення банерної HTML реклами на сайті WordPress. Налаштуйте "
1511
  "стилі і зовнішній вигляд банеру."
1512
 
1513
+ #: product_list.php:318
1514
  msgid ""
1515
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1516
  "widgets."
1518
  "Додавайте редаговані цитати та підказки до постів, сторінок і віджетів "
1519
  "WordPress."
1520
 
1521
+ #: product_list.php:325
1522
  msgid ""
1523
  "Add rating plugin to your WordPress website to receive feedback from your "
1524
  "customers."
1526
  "Додавайте систему оцінювання і рейтингу на ваш сайт WordPress і отримуйте "
1527
  "відгуки від ваших клієнтів."
1528
 
1529
+ #: product_list.php:332
1530
  msgid ""
1531
  "Create your personal real estate WordPress website. Sell, rent and buy "
1532
  "properties. Add, search and browse listings easily."
1535
  "Продавайте, орендуйте і купуйте нерухомість. Легко додавайте, знаходьте і "
1536
  "переглядайте лістинги."
1537
 
1538
+ #: product_list.php:342
 
 
 
 
 
 
 
 
1539
  msgid ""
1540
  "Add related, featured, latest, and popular posts to your WordPress website. "
1541
  "Connect your blog readers with a relevant content."
1543
  "Додавайте схожі, обрані, останні та популярні пости на ваш сайт WordPress. "
1544
  "Надавайте своїм читачам контент схожої тематики."
1545
 
1546
+ #: product_list.php:349
1547
  msgid ""
1548
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1549
  "settings and detailed reports."
1551
  "Здійснюйте масову розсилку листів користувачам WordPress. Користувацькі "
1552
  "шаблони, додаткові налаштування і детальні звіти."
1553
 
1554
+ #: product_list.php:359
1555
  msgid ""
1556
  "The best responsive slider plugin for your WordPress website. Create "
1557
  "beautifully animated slides just in a few clicks."
1559
  "Найкращий адаптивний слайдер для вашого сайту WordPress. Створюйте красиво "
1560
  "анімовані слайди всього в декілька кліків."
1561
 
1562
+ #: product_list.php:366
1563
  msgid ""
1564
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1565
  "Yahoo, Hotmail and other services."
1566
  msgstr ""
1567
  "Налаштовуйте SMTP-сервер, щоб отримувати електронні повідомлення з сайту "
1568
+ "WordPress на такі поштові служби, як Gmail, Yahoo, Hotmail і багато інших."
1569
 
1570
+ #: product_list.php:373
1571
  msgid ""
1572
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1573
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1575
  "Додавайте кнопки і віджети соціальних мереж до постів, сторінок і віджетів "
1576
  "WordPress. FB, Twitter, G+1, Pinterest, LinkedIn."
1577
 
1578
+ #: product_list.php:383
1579
  msgid ""
1580
  "Add social media login, registration, and commenting to your WordPress "
1581
  "website."
1583
  "Додавайте на свій сайт WordPress можливість входу, реєстрації та "
1584
  "коментування з використанням існуючих акаунтів соціальних мереж."
1585
 
1586
+ #: product_list.php:390
1587
  msgid ""
1588
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1589
  "Collect data and subscribe your users."
1591
  "Додавайте форму підписки на розсилку новин у пости, сторінки і віджети "
1592
  "WordPress. Збирайте дані і здійснюйте підписку користувачів."
1593
 
1594
+ #: product_list.php:400
1595
  msgid ""
1596
  "Add testimonials and feedbacks from your customers to WordPress website "
1597
  "posts, pages, and widgets."
1599
  "Додавайте рекомендації та відгуки ваших клієнтів в пости, сторінки і віджети "
1600
  "сайту WordPress."
1601
 
1602
+ #: product_list.php:407
1603
  msgid ""
1604
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1605
  "attendance and generate reports."
1607
  "Кращий плагін обліку робочого часу на сайті WordPress. Відстежуйте час "
1608
  "роботи співробітників, оптимізуйте графік роботи в офісі і створюйте звіти."
1609
 
1610
+ #: product_list.php:417
1611
  msgid ""
1612
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1613
  "and pages."
1615
  "Додавайте кнопки Твіттера \"Читати\", \"Твітнути\", \"Хештеґ\" і \"Згадати\" "
1616
  "до постів і сторінок WordPress."
1617
 
1618
+ #: product_list.php:427
1619
  msgid ""
1620
  "Automatically check and update WordPress website core with all installed "
1621
  "plugins and themes to the latest versions."
1623
  "Виконуйте автоматичну перевірку і оновлення ядра WordPress до останніх "
1624
  "версій з усіма встановленими плагінами та темами."
1625
 
1626
+ #: product_list.php:437
1627
  msgid ""
1628
  "Powerful user role management plugin for WordPress website. Create, edit, "
1629
  "copy, and delete user roles."
1631
  "Ефективний плагін управління ролями користувачів для сайту WordPress. "
1632
  "Створюйте, редагуйте, копіюйте і видаляйте ролі користувачів."
1633
 
1634
+ #: product_list.php:447
1635
  msgid ""
1636
  "Display live count of online visitors who are currently browsing your "
1637
  "WordPress website."
1639
  "Ведіть підрахунок кількості відвідувачів, які в даний час переглядають ваш "
1640
  "сайт WordPress."
1641
 
1642
+ #: product_list.php:457
1643
  msgid ""
1644
  "Backup and export Zendesk Help Center content automatically to your "
1645
  "WordPress website database."
1647
  "Робіть автоматичне резервне копіювання і експорт вмісту Zendesk Help Center "
1648
  "в базу даних вашого сайту WordPress."
1649
 
1650
+ #~ msgid "Anonymous feedback"
1651
+ #~ msgstr "Анонімний відгук"
1652
+
1653
+ #~ msgid ""
1654
+ #~ "Protect WordPress website forms from spam entries by means of math logic."
1655
+ #~ msgstr ""
1656
+ #~ "Захищайте форми вашого сайту WordPress від зламування шляхом математичної "
1657
+ #~ "логіки."
1658
+
1659
+ #~ msgid "Congratulations! Pro Membership license is activated successfully."
1660
+ #~ msgstr "Вітаємо! Pro Membership ліцензія успішно активована."
1661
+
1662
+ #~ msgid "Email with system info is sent to"
1663
+ #~ msgstr "Емейл з системною інформацією надіслано на"
1664
+
1665
+ #~ msgid "Browse Free WordPress Themes"
1666
+ #~ msgstr "Огляд безкоштовних WordPress тем"
1667
+
1668
+ #~ msgid ""
1669
+ #~ "You can use one license of the Pro plugin for one domain only. Please "
1670
+ #~ "check and edit your license or domain if necessary using you personal "
1671
+ #~ "Client Area. We strongly recommend you to solve the problem within 24 "
1672
+ #~ "hours, otherwise the Pro plugin will be deactivated."
1673
+ #~ msgstr ""
1674
+ #~ "Ви можете використовувати одну ліцензію Про-плагіну для одного домену. "
1675
+ #~ "Будь ласка, переконайтесь, що інформацію щодо ліцензії і домену введено "
1676
+ #~ "вірно, у вкладці Client Area. Ми настійливо рекомендуємо Вам вирішити це "
1677
+ #~ "питання протягом 24 годин, інакше плагін буде деактивовано."
1678
+
1679
+ #~ msgid "Insert"
1680
+ #~ msgstr "Вставити"
1681
+
1682
+ #~ msgid ""
1683
+ #~ "Automatically add outgoing email messages to queue instead of sending "
1684
+ #~ "them immediately."
1685
+ #~ msgstr ""
1686
+ #~ "Автоматично формуйте чергу відправки вихідних електронних повідомлень. "
1687
+ #~ "Задавайте час і пріоритет розсилки."
1688
+
1689
+ #~ msgid ""
1690
+ #~ "Add unlimited gallery categories. Organize images to make the navigation "
1691
+ #~ "through content easier."
1692
+ #~ msgstr ""
1693
+ #~ "Додавайте необмежену кількість категорій галерей. Групуйте зображення, "
1694
+ #~ "щоб спростити навігацію контентом."
1695
+
1696
+ #~ msgid ""
1697
+ #~ "Attach, un-attach and re-attach media files quickly to WordPress posts "
1698
+ #~ "and pages."
1699
+ #~ msgstr ""
1700
+ #~ "Прикріплюйте, відкріплюйте і повторно прикріплюйте медіа файли до постів "
1701
+ #~ "і сторінок WordPress."
1702
+
1703
  #~ msgid ""
1704
  #~ "Add related posts to WordPress website posts or widgets. Link your "
1705
  #~ "readers to relevant content."
1725
  #~ msgid "Utilities"
1726
  #~ msgstr "Утиліти"
1727
 
 
 
 
1728
  #~ msgid ""
1729
  #~ "Manage database and file system right from your WordPress admin dashboard."
1730
  #~ msgstr ""
bws_menu/product_list.php CHANGED
@@ -16,18 +16,15 @@ $bws_plugins_category = array(
16
  );
17
 
18
  $bws_plugins = array(
19
- /* captcha has pro version only */
20
- 'captcha-pro/captcha-pro.php' => array(
21
  'category' => array( 'security', 'recommended' ),
22
  'name' => 'Captcha',
23
- 'description' => __( 'Protect WordPress website forms from spam entries by means of math logic.', 'bestwebsoft' ),
24
- /*'link' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, */
25
- 'settings' => 'admin.php?page=captcha_pro.php',
26
- 'install_url' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
27
  'pro_version' => 'captcha-pro/captcha_pro.php',
28
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
29
- 'pro_settings' => 'admin.php?page=captcha_pro.php',
30
- 'icon' => bws_menu_url( 'icons/plugins/' ) . 'captcha.png'
31
  ),
32
  'car-rental/car-rental.php' => array(
33
  'category' => array( 'ecommerce' ),
16
  );
17
 
18
  $bws_plugins = array(
19
+ 'captcha-bws/captcha-bws.php' => array(
 
20
  'category' => array( 'security', 'recommended' ),
21
  'name' => 'Captcha',
22
+ 'description' => __( 'Best secure captcha plugin to protect your WordPress forms.', 'bestwebsoft' ),
23
+ 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
24
+ 'settings' => 'admin.php?page=captcha.php',
 
25
  'pro_version' => 'captcha-pro/captcha_pro.php',
26
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
27
+ 'pro_settings' => 'admin.php?page=captcha_pro.php'
 
28
  ),
29
  'car-rental/car-rental.php' => array(
30
  'category' => array( 'ecommerce' ),
css/gglcptch.css CHANGED
@@ -20,12 +20,11 @@
20
  display: block;
21
  margin: 12px 0;
22
  }
23
- .gglcptch {
24
- margin-bottom: 10px;
25
- }
26
  .gglcptch_v1,
27
  .gglcptch_v2 {
28
  min-width: 1px;
 
 
29
  }
30
  /* rtl fix recaptcha v1 */
31
  .rtl .gglcptch_v1 .recaptcha_r2_c1 {
20
  display: block;
21
  margin: 12px 0;
22
  }
 
 
 
23
  .gglcptch_v1,
24
  .gglcptch_v2 {
25
  min-width: 1px;
26
+ padding: 10px 0;
27
+ clear: both;
28
  }
29
  /* rtl fix recaptcha v1 */
30
  .rtl .gglcptch_v1 .recaptcha_r2_c1 {
css/style.css CHANGED
@@ -1,6 +1,22 @@
1
  /*
2
  * styles for settings page
3
  */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  .gglcptch_verified {
5
  color: #03AA03;
6
  }
1
  /*
2
  * styles for settings page
3
  */
4
+ body.no-js table:not(.bws_pro_version) .gglcptch_section_forms:last-of-type hr,
5
+ body.js .gglcptch-settings-accordion.ui-accordion .gglcptch_section_forms > hr {
6
+ display: none;
7
+ }
8
+ .ui-widget-content .gglcptch_section_header.ui-state-default {
9
+ background: initial;
10
+ }
11
+ .bws_tab .gglcptch-settings-accordion.ui-accordion a {
12
+ color: #0073aa;
13
+ }
14
+ .bws_tab .gglcptch-settings-accordion.ui-accordion a:hover {
15
+ color: #00a0d2;
16
+ }
17
+ .gglcptch-settings-accordion.ui-accordion .ui-accordion-content {
18
+ padding: 1em;
19
+ }
20
  .gglcptch_verified {
21
  color: #03AA03;
22
  }
google-captcha.php CHANGED
@@ -6,7 +6,7 @@ Description: Protect WordPress website forms from spam entries with Google Captc
6
  Author: BestWebSoft
7
  Text Domain: google-captcha
8
  Domain Path: /languages
9
- Version: 1.31
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv3 or later
12
  */
@@ -27,6 +27,8 @@ License: GPLv3 or later
27
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28
  */
29
 
 
 
30
  /* Add menu page */
31
  if ( ! function_exists( 'gglcptch_admin_menu' ) ) {
32
  function gglcptch_admin_menu() {
@@ -40,11 +42,12 @@ if ( ! function_exists( 'gglcptch_admin_menu' ) ) {
40
 
41
  add_submenu_page( 'google-captcha.php', 'BWS Panel', 'BWS Panel', 'manage_options', 'gglcptch-bws-panel', 'bws_add_menu_render' );
42
 
43
- if ( isset( $submenu['google-captcha.php'] ) )
44
  $submenu['google-captcha.php'][] = array(
45
  '<span style="color:#d86463"> ' . __( 'Upgrade to Pro', 'google-captcha' ) . '</span>',
46
  'manage_options',
47
  'https://bestwebsoft.com/products/wordpress/plugins/google-captcha/?k=b850d949ccc1239cab0da315c3c822ab&pn=109&v=' . $gglcptch_plugin_info["Version"] . '&wp_v=' . $wp_version );
 
48
 
49
  add_action( "load-{$settings_page}", 'gglcptch_add_tabs' );
50
  add_action( "load-{$whitelist_page}", 'gglcptch_add_tabs' );
@@ -66,8 +69,9 @@ if ( ! function_exists( 'gglcptch_init' ) ) {
66
  bws_include_init( plugin_basename( __FILE__ ) );
67
 
68
  if ( empty( $gglcptch_plugin_info ) ) {
69
- if ( ! function_exists( 'get_plugin_data' ) )
70
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
 
71
  $gglcptch_plugin_info = get_plugin_data( __FILE__ );
72
  }
73
 
@@ -76,56 +80,17 @@ if ( ! function_exists( 'gglcptch_init' ) ) {
76
 
77
  $is_admin = is_admin() && ! defined( 'DOING_AJAX' );
78
  /* Call register settings function */
79
- if ( ! $is_admin || ( isset( $_GET['page'] ) && 'google-captcha.php' == $_GET['page'] ) )
80
  register_gglcptch_settings();
 
81
 
82
- if ( ! isset( $gglcptch_ip_in_whitelist ) )
83
  $gglcptch_ip_in_whitelist = gglcptch_whitelisted_ip();
 
84
 
85
  /* Add hooks */
86
  if ( ! $is_admin && ! empty( $gglcptch_options['public_key'] ) && ! empty( $gglcptch_options['private_key'] ) ) {
87
- /* Add hooks */
88
- if ( '1' == $gglcptch_options['login_form'] || '1' == $gglcptch_options['reset_pwd_form'] || '1' == $gglcptch_options['registration_form'] ) {
89
- add_action( 'login_enqueue_scripts', 'gglcptch_add_styles' );
90
-
91
- if ( '1' == $gglcptch_options['login_form'] ) {
92
- add_action( 'login_form', 'gglcptch_login_display' );
93
- if ( ! $gglcptch_ip_in_whitelist )
94
- add_action( 'authenticate', 'gglcptch_login_check', 21, 1 );
95
- }
96
-
97
- if ( '1' == $gglcptch_options['reset_pwd_form'] ) {
98
- add_action( 'lostpassword_form', 'gglcptch_login_display' );
99
- if ( ! $gglcptch_ip_in_whitelist )
100
- add_action( 'allow_password_reset', 'gglcptch_lostpassword_check' );
101
- }
102
-
103
- if ( '1' == $gglcptch_options['registration_form'] ) {
104
- if ( ! is_multisite() ) {
105
- add_action( 'register_form', 'gglcptch_login_display', 99 );
106
- if ( ! $gglcptch_ip_in_whitelist )
107
- add_action( 'registration_errors', 'gglcptch_lostpassword_check' );
108
- } else {
109
- add_action( 'signup_extra_fields', 'gglcptch_signup_display' );
110
- add_action( 'signup_blogform', 'gglcptch_signup_display' );
111
- if ( ! $gglcptch_ip_in_whitelist )
112
- add_filter( 'wpmu_validate_user_signup', 'gglcptch_signup_check' );
113
- }
114
- }
115
- }
116
-
117
- if ( '1' == $gglcptch_options['comments_form'] ) {
118
- add_action( 'comment_form_after_fields', 'gglcptch_commentform_display' );
119
- add_action( 'comment_form_logged_in_after', 'gglcptch_commentform_display' );
120
- if ( ! $gglcptch_ip_in_whitelist )
121
- add_action( 'pre_comment_on_post', 'gglcptch_commentform_check' );
122
- }
123
-
124
- if ( '1' == $gglcptch_options['contact_form'] ) {
125
- add_filter( 'cntctfrm_display_captcha', 'gglcptch_cf_display', 10, 2 );
126
- if ( ! $gglcptch_ip_in_whitelist )
127
- add_filter( 'cntctfrm_check_form', 'gglcptch_recaptcha_check' );
128
- }
129
  }
130
  }
131
  }
@@ -135,7 +100,6 @@ if ( ! function_exists( 'gglcptch_init' ) ) {
135
  */
136
  if ( ! function_exists( 'gglcptch_plugin_activate' ) ) {
137
  function gglcptch_plugin_activate( $networkwide ) {
138
- global $wpdb;
139
  /* Activation function for network, check if it is a network activation - if so, run the activation function for each blog id */
140
  if ( is_multisite() ) {
141
  switch_to_blog( 1 );
@@ -149,13 +113,12 @@ if ( ! function_exists( 'gglcptch_plugin_activate' ) ) {
149
 
150
  if ( ! function_exists( 'gglcptch_admin_init' ) ) {
151
  function gglcptch_admin_init() {
152
- global $bws_plugin_info, $gglcptch_plugin_info, $bws_shortcode_list;
153
 
154
- if ( empty( $bws_plugin_info ) )
155
  $bws_plugin_info = array( 'id' => '109', 'version' => $gglcptch_plugin_info["Version"] );
 
156
 
157
- /* add google captcha to global $bws_shortcode_list */
158
- $bws_shortcode_list['gglcptch'] = array( 'name' => 'Google Captcha (reCAPTCHA)' );
159
  }
160
  }
161
 
@@ -169,7 +132,7 @@ if ( ! function_exists( 'gglcptch_add_admin_script_styles' ) ) {
169
 
170
  if ( isset( $_REQUEST['page'] ) && ( 'google-captcha.php' == $_REQUEST['page'] || 'google-captcha-whitelist.php' == $_REQUEST['page'] ) ) {
171
  wp_enqueue_style( 'gglcptch_stylesheet', plugins_url( 'css/style.css', __FILE__ ), array(), $gglcptch_plugin_info['Version'] );
172
- wp_enqueue_script( 'gglcptch_admin_script', plugins_url( 'js/admin_script.js', __FILE__ ), array( 'jquery' ), $gglcptch_plugin_info['Version'] );
173
 
174
  bws_enqueue_settings_scripts();
175
  bws_plugins_include_codemirror();
@@ -186,15 +149,15 @@ if ( ! function_exists( 'gglcptch_admin_footer' ) ) {
186
  /* update $gglcptch_options */
187
  register_gglcptch_settings();
188
 
 
 
189
  /* for gglcptch test key */
190
  if ( isset( $gglcptch_options['recaptcha_version'] ) && in_array( $gglcptch_options['recaptcha_version'], array( 'v2', 'invisible' ) ) ) {
191
- $api_url = "https://www.google.com/recaptcha/api.js";
192
- $deps = array( 'gglcptch_pre_api' );
193
  } else {
194
- $api_url = "https://www.google.com/recaptcha/api/js/recaptcha_ajax.js";
195
  $deps = array();
196
  }
197
- wp_register_script( 'gglcptch_api', $api_url, $deps, $gglcptch_plugin_info['Version'], true );
198
  gglcptch_add_scripts();
199
  }
200
  }
@@ -207,13 +170,15 @@ if ( ! function_exists( 'gglcptch_remove_dublicate_scripts' ) ) {
207
  function gglcptch_remove_dublicate_scripts() {
208
  global $wp_scripts;
209
 
210
- if ( ! is_object( $wp_scripts ) || empty( $wp_scripts ) )
211
  return false;
 
212
 
213
  foreach ( $wp_scripts->registered as $script_name => $args ) {
214
- if ( preg_match( "|google\.com/recaptcha/api\.js|", $args->src ) && 'gglcptch_api' != $script_name )
215
  /* remove a previously enqueued script */
216
  wp_dequeue_script( $script_name );
 
217
  }
218
  }
219
  }
@@ -228,11 +193,10 @@ if ( ! function_exists( 'gglcptch_add_styles' ) ) {
228
 
229
  if ( defined( 'BWS_ENQUEUE_ALL_SCRIPTS' ) && BWS_ENQUEUE_ALL_SCRIPTS ) {
230
  if ( ! wp_script_is( 'gglcptch_api', 'registered' ) ) {
 
231
  if ( isset( $gglcptch_options['recaptcha_version'] ) && in_array( $gglcptch_options['recaptcha_version'], array( 'v2', 'invisible' ) ) ) {
232
- $api_url = "https://www.google.com/recaptcha/api.js?onload=gglcptch_onload_callback&render=explicit";
233
- $deps = array( 'gglcptch_pre_api' );
234
  } else {
235
- $api_url = "https://www.google.com/recaptcha/api/js/recaptcha_ajax.js";
236
  $deps = array();
237
  }
238
 
@@ -256,30 +220,28 @@ if ( ! function_exists( 'gglcptch_add_scripts' ) ) {
256
  function gglcptch_add_scripts() {
257
  global $gglcptch_options, $gglcptch_plugin_info;
258
 
259
- if ( empty( $gglcptch_options ) )
260
  register_gglcptch_settings();
 
261
 
262
  if ( isset( $gglcptch_options['recaptcha_version'] ) && 'v1' != $gglcptch_options['recaptcha_version'] ) {
263
  gglcptch_remove_dublicate_scripts();
264
- wp_enqueue_script( 'gglcptch_pre_api', plugins_url( 'js/pre-api-script.js', __FILE__ ), array( 'jquery'), $gglcptch_plugin_info['Version'], true );
265
- wp_localize_script( 'gglcptch_pre_api', 'gglcptch_pre', array(
266
- 'messages' => array(
267
- 'in_progress' => __( 'Please wait until Google reCAPTCHA is loaded.', 'google-captcha' ),
268
- 'timeout' => __( 'Failed to load Google reCAPTCHA. Please check your internet connection and reload this page.', 'google-captcha' )
269
- )
270
- ) );
 
 
 
271
  }
272
 
273
  wp_enqueue_script( 'gglcptch_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery', 'gglcptch_api' ), $gglcptch_plugin_info["Version"], true );
274
 
275
  $version = $gglcptch_options['recaptcha_version'] == 'v2' ? '_v2' : '';
276
 
277
- /* forms to exclude from ajax check */
278
- $excluded_forms = apply_filters( 'gglcptch_exclude_forms', '' );
279
- if ( ! empty( $excluded_forms ) && is_array( $excluded_forms ) ) {
280
- $excluded_forms = implode( ', ', $excluded_forms );
281
- }
282
-
283
  wp_localize_script( 'gglcptch_script', 'gglcptch', array(
284
  'options' => array(
285
  'version' => $gglcptch_options['recaptcha_version'],
@@ -288,11 +250,7 @@ if ( ! function_exists( 'gglcptch_add_scripts' ) ) {
288
  'error' => sprintf( '<strong>%s</strong>:&nbsp;%s', __( 'Warning', 'google-captcha' ), gglcptch_get_message( 'multiple_blocks' ) )
289
  ),
290
  'vars' => array(
291
- 'ajaxurl' => admin_url( 'admin-ajax.php' ),
292
- 'error_msg' => sprintf( '%s:&nbsp;%s', __( 'Error', 'google-captcha' ), gglcptch_get_message() ),
293
- 'nonce' => wp_create_nonce( 'gglcptch_recaptcha_nonce' ),
294
- 'visibility' => ( 'login_footer' == current_filter() ) ? true : false,
295
- 'excluded_forms' => ! empty( $excluded_forms ) ? ', ' . $excluded_forms : ''
296
  )
297
  ) );
298
  }
@@ -310,8 +268,9 @@ if ( ! function_exists( 'gglcptch_pagination_callback' ) ) {
310
  */
311
  if ( ! function_exists( 'gglcptch_add_async_attribute' ) ) {
312
  function gglcptch_add_async_attribute( $tag, $handle ) {
313
- if ( 'gglcptch_api' == $handle )
314
  $tag = str_replace( ' src', ' data-cfasync="false" async="async" defer="defer" src', $tag );
 
315
  return $tag;
316
  }
317
  }
@@ -333,8 +292,9 @@ if ( ! function_exists( 'gglcptch_create_table' ) ) {
333
  dbDelta( $sql );
334
 
335
  /* add unique key */
336
- if ( 0 == $wpdb->query( "SHOW KEYS FROM `{$wpdb->prefix}gglcptch_whitelist` WHERE Key_name='ip'" ) )
337
  $wpdb->query( "ALTER TABLE `{$wpdb->prefix}gglcptch_whitelist` ADD UNIQUE(`ip`);" );
 
338
  }
339
  }
340
  }
@@ -347,8 +307,9 @@ if ( ! function_exists( 'register_gglcptch_settings' ) ) {
347
  $plugin_db_version = '0.1';
348
 
349
  /* Install the option defaults */
350
- if ( ! get_option( 'gglcptch_options' ) )
351
  add_option( 'gglcptch_options', gglcptch_get_default_options() );
 
352
  /* Get options from the database */
353
  $gglcptch_options = get_option( 'gglcptch_options' );
354
 
@@ -426,7 +387,7 @@ if ( ! function_exists( 'gglcptch_plugin_status' ) ) {
426
  ( $is_network && is_plugin_active_for_network( $plugin ) ) ||
427
  ( ! $is_network && is_plugin_active( $plugin ) )
428
  ) {
429
- $result['status'] = 'actived';
430
  $result['plugin'] = $plugin;
431
  $result['plugin_info'] = $all_plugins[$plugin];
432
  break;
@@ -438,8 +399,9 @@ if ( ! function_exists( 'gglcptch_plugin_status' ) ) {
438
 
439
  }
440
  }
441
- if ( empty( $result['status'] ) )
442
  $result['status'] = 'not_installed';
 
443
  return $result;
444
  }
445
  }
@@ -448,28 +410,12 @@ if ( ! function_exists( 'gglcptch_whitelisted_ip' ) ) {
448
  function gglcptch_whitelisted_ip() {
449
  global $wpdb, $gglcptch_options;
450
  $checked = false;
451
- if ( empty( $gglcptch_options ) )
452
  $gglcptch_options = get_option( 'gglcptch_options' );
 
453
  $whitelist_exist = $wpdb->query( "SHOW TABLES LIKE '{$wpdb->prefix}gglcptch_whitelist'" );
454
  if ( 1 === $whitelist_exist ) {
455
- $ip = '';
456
- if ( isset( $_SERVER ) ) {
457
- $server_vars = array( 'HTTP_X_REAL_IP', 'HTTP_CLIENT_IP', 'HTTP_X_FORWARDED_FOR', 'REMOTE_ADDR' );
458
- foreach( $server_vars as $var ) {
459
- if ( isset( $_SERVER[ $var ] ) && ! empty( $_SERVER[ $var ] ) ) {
460
- if ( filter_var( $_SERVER[ $var ], FILTER_VALIDATE_IP ) ) {
461
- $ip = $_SERVER[ $var ];
462
- break;
463
- } else { /* if proxy */
464
- $ip_array = explode( ',', $_SERVER[ $var ] );
465
- if ( is_array( $ip_array ) && ! empty( $ip_array ) && filter_var( $ip_array[0], FILTER_VALIDATE_IP ) ) {
466
- $ip = $ip_array[0];
467
- break;
468
- }
469
- }
470
- }
471
- }
472
- }
473
 
474
  if ( ! empty( $ip ) ) {
475
  $ip_int = sprintf( '%u', ip2long( $ip ) );
@@ -501,8 +447,9 @@ if ( ! function_exists( 'gglcptch_add_settings_page' ) ) {
501
  } else {
502
  require_once( dirname( __FILE__ ) . '/includes/whitelist.php' );
503
  $page = new Gglcptch_Whitelist( plugin_basename( __FILE__ ) );
504
- if ( is_object( $page ) )
505
  $page->display_content();
 
506
 
507
  bws_plugin_reviews_block( $gglcptch_plugin_info['Name'], 'google-captcha' );
508
  } ?>
@@ -510,21 +457,48 @@ if ( ! function_exists( 'gglcptch_add_settings_page' ) ) {
510
  <?php }
511
  }
512
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
513
  /* Checking current user role */
514
- if ( ! function_exists( 'gglcptch_check_role' ) ) {
515
- function gglcptch_check_role() {
516
  global $current_user, $gglcptch_options;
517
 
518
- if ( ! is_user_logged_in() )
519
  return false;
 
520
 
521
  if ( ! empty( $current_user->roles[0] ) ) {
522
  $role = $current_user->roles[0];
523
- if ( empty( $gglcptch_options ) )
524
  register_gglcptch_settings();
525
- return isset( $gglcptch_options[ $role ] ) && '1' == $gglcptch_options[ $role ] ? true : false;
526
- } else
 
527
  return false;
 
528
  }
529
  }
530
 
@@ -533,16 +507,19 @@ if ( ! function_exists( 'gglcptch_display' ) ) {
533
  function gglcptch_display( $content = false ) {
534
  global $gglcptch_options, $gglcptch_count, $gglcptch_ip_in_whitelist, $gglcptch_plugin_info;
535
 
536
- if ( empty( $gglcptch_options ) )
537
  register_gglcptch_settings();
 
538
 
539
- if ( ! isset( $gglcptch_ip_in_whitelist ) )
540
  $gglcptch_ip_in_whitelist = gglcptch_whitelisted_ip();
 
541
 
542
  if ( ! $gglcptch_ip_in_whitelist ) {
543
 
544
- if ( ! $gglcptch_count )
545
  $gglcptch_count = 1;
 
546
 
547
  $publickey = $gglcptch_options['public_key'];
548
  $privatekey = $gglcptch_options['private_key'];
@@ -564,6 +541,8 @@ if ( ! function_exists( 'gglcptch_display' ) ) {
564
  return $content;
565
  }
566
 
 
 
567
  /* generating random id value in case of getting content with pagination plugin for not getting duplicate id values */
568
  $id = mt_rand();
569
  if ( isset( $gglcptch_options['recaptcha_version'] ) && in_array( $gglcptch_options['recaptcha_version'], array( 'v2', 'invisible' ) ) ) {
@@ -580,13 +559,11 @@ if ( ! function_exists( 'gglcptch_display' ) ) {
580
  </div>
581
  </div>
582
  </noscript>';
583
- $api_url = "https://www.google.com/recaptcha/api.js?onload=gglcptch_onload_callback&render=explicit";
584
- $deps = array( 'gglcptch_pre_api' );
585
  } else {
586
  require_once( 'lib/recaptchalib.php' );
587
  $content .= '<div id="gglcptch_recaptcha_' . $id . '" class="gglcptch_recaptcha"></div>';
588
  $content .= gglcptch_recaptcha_get_html( $publickey, null, is_ssl() );
589
- $api_url = "https://www.google.com/recaptcha/api/js/recaptcha_ajax.js";
590
  $deps = array();
591
  }
592
  $content .= '</div>';
@@ -603,15 +580,41 @@ if ( ! function_exists( 'gglcptch_display' ) ) {
603
  )
604
  add_action( 'login_footer', 'gglcptch_add_scripts' );
605
  }
606
- } else {
607
- if ( ! empty( $gglcptch_options['whitelist_message'] ) )
608
- $content .= '<label class="gglcptch_whitelist_message">' . $gglcptch_options['whitelist_message'] . '</label>';
609
  }
610
 
611
  return $content;
612
  }
613
  }
614
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
615
  if ( ! function_exists( 'gglcptch_get_response' ) ) {
616
  function gglcptch_get_response( $privatekey, $remote_ip ) {
617
  $args = array(
@@ -632,8 +635,9 @@ if ( ! function_exists( 'gglcptch_check' ) ) {
632
  function gglcptch_check( $debug = false ) {
633
  global $gglcptch_options;
634
 
635
- if ( empty( $gglcptch_options ) )
636
  register_gglcptch_settings();
 
637
 
638
  $publickey = $gglcptch_options['public_key'];
639
  $privatekey = $gglcptch_options['private_key'];
@@ -652,97 +656,217 @@ if ( ! function_exists( 'gglcptch_check' ) ) {
652
  in_array( $gglcptch_options['recaptcha_version'], array( 'v2', 'invisible' ) )
653
  ) {
654
  if ( ! isset( $_POST["g-recaptcha-response"] ) ) {
655
- return array(
656
  'response' => false,
657
- 'reason' => 'RECAPTCHA_NO_RESPONSE'
658
  );
659
  } elseif ( empty( $_POST["g-recaptcha-response"] ) ) {
660
- return array(
661
  'response' => false,
662
- 'reason' => 'RECAPTCHA_EMPTY_RESPONSE'
663
- );
664
- }
665
-
666
- $response = gglcptch_get_response( $privatekey, $gglcptch_remote_addr );
667
-
668
- if ( isset( $response['success'] ) && !! $response['success'] ) {
669
- return array(
670
- 'response' => true,
671
- 'reason' => ''
672
  );
673
  } else {
674
- return array(
675
- 'response' => false,
676
- 'reason' => $debug ? $response['error-codes'] : 'VERIFICATION_FAILED'
677
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
678
  }
679
  } else {
680
  $gglcptch_recaptcha_challenge_field = $gglcptch_recaptcha_response_field = '';
681
 
682
  if ( ! isset( $_POST['recaptcha_challenge_field'] ) && ! isset( $_POST['recaptcha_response_field'] ) ) {
683
- return array(
684
  'response' => false,
685
  'reason' => 'RECAPTCHA_NO_RESPONSE'
686
  );
687
  } elseif ( ! empty( $_POST['recaptcha_challenge_field'] ) && empty( $_POST['recaptcha_response_field'] ) ) {
688
- return array(
689
  'response' => false,
690
  'reason' => 'RECAPTCHA_EMPTY_RESPONSE'
691
  );
692
  } else {
693
  $gglcptch_recaptcha_challenge_field = stripslashes( esc_html( $_POST['recaptcha_challenge_field'] ) );
694
  $gglcptch_recaptcha_response_field = stripslashes( esc_html( $_POST['recaptcha_response_field'] ) );
695
- }
696
 
697
- require_once( 'lib/recaptchalib.php' );
698
- $response = gglcptch_recaptcha_check_answer( $privatekey, $gglcptch_remote_addr, $gglcptch_recaptcha_challenge_field, $gglcptch_recaptcha_response_field );
699
 
700
- if ( ! $response->is_valid ) {
701
- return array(
702
- 'response' => false,
703
- 'reason' => $debug ? $response->error : 'VERIFICATION_FAILED'
704
- );
705
- } else {
706
- return array(
707
- 'response' => true,
708
- 'reason' => ''
709
- );
 
710
  }
711
  }
 
 
712
  }
713
  }
714
 
715
- /* Add google captcha to the login form */
716
- if ( ! function_exists( 'gglcptch_login_display' ) ) {
717
- function gglcptch_login_display() {
718
- global $gglcptch_options;
719
- if ( isset( $gglcptch_options['recaptcha_version'] ) && in_array( $gglcptch_options['recaptcha_version'], array( 'v1', 'v2' ) ) ) {
720
- if ( 'v2' == $gglcptch_options['recaptcha_version'] ) {
721
- $from_width = 302;
722
- } else {
723
- $from_width = 320;
724
- if ( 'clean' == $gglcptch_options['theme'] )
725
- $from_width = 450;
726
- } ?>
727
- <style type="text/css" media="screen">
728
- .login-action-login #loginform,
729
- .login-action-lostpassword #lostpasswordform,
730
- .login-action-register #registerform {
731
- width: <?php echo $from_width; ?>px !important;
 
 
 
 
 
 
 
 
 
 
 
732
  }
733
- #login_error,
734
- .message {
735
- width: <?php echo $from_width + 20; ?>px !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
736
  }
737
- .login-action-login #loginform .gglcptch,
738
- .login-action-lostpassword #lostpasswordform .gglcptch,
739
- .login-action-register #registerform .gglcptch {
740
- margin-bottom: 10px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
741
  }
742
- </style>
743
- <?php }
744
- echo gglcptch_display();
745
- return true;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
746
  }
747
  }
748
 
@@ -786,160 +910,11 @@ if ( ! function_exists( 'gglcptch_get_message' ) ) {
786
  $message = $messages['incorrect'];
787
  }
788
 
789
- if ( $echo )
790
  echo $message;
791
-
792
- return $message;
793
- }
794
- }
795
-
796
- /* Check google captcha in login form */
797
- if ( ! function_exists( 'gglcptch_login_check' ) ) {
798
- function gglcptch_login_check( $user ) {
799
-
800
- $result = gglcptch_check();
801
-
802
- if ( ! $result['response'] ) {
803
- if ( $result['reason'] == 'ERROR_NO_KEYS' ) {
804
- return $user;
805
- }
806
-
807
- $error_message = sprintf( '<strong>%s</strong>:&nbsp;%s', __( 'Error', 'google-captcha' ), gglcptch_get_message() );
808
-
809
- if ( $result['reason'] == 'VERIFICATION_FAILED' ) {
810
- wp_clear_auth_cookie();
811
- return new WP_Error( 'gglcptch_error', $error_message );
812
- }
813
-
814
- if ( isset( $_REQUEST['log'] ) && isset( $_REQUEST['pwd'] ) ) {
815
- return new WP_Error( 'gglcptch_error', $error_message );
816
- } else {
817
- return $user;
818
- }
819
- } else {
820
- return $user;
821
- }
822
- }
823
- }
824
-
825
- /* Check google captcha in BWS Contact Form */
826
- if ( ! function_exists( 'gglcptch_recaptcha_check' ) ) {
827
- function gglcptch_recaptcha_check( $allow = true ) {
828
-
829
- if ( ! $allow || is_string( $allow ) || is_wp_error( $allow ) ) {
830
- return $allow;
831
- }
832
-
833
- $result = gglcptch_check();
834
-
835
- if ( $result['response'] || $result['reason'] == 'ERROR_NO_KEYS' )
836
- return true;
837
-
838
- $error_message = sprintf( '<strong>%s</strong>:&nbsp;%s', __( 'Error', 'google-captcha' ), gglcptch_get_message() );
839
- /**
840
- * Function 'cntctfrm_handle_captcha_filters' was added in Contact Form 4.0.2 (Free and Pro)
841
- * remove this condition. WP_Error is correct object for return.
842
- * @deprecated since 1.26
843
- * @todo remove after 01.08.2017
844
- */
845
- if ( function_exists( 'cntctfrm_handle_captcha_filters' ) ) {
846
- $allow = new WP_Error();
847
- $allow->add( 'gglcptch_error', $error_message );
848
- } else {
849
- $allow = $error_message;
850
  }
851
- return $allow;
852
- }
853
- }
854
 
855
- /* Check google captcha in lostpassword form */
856
- if ( ! function_exists( 'gglcptch_lostpassword_check' ) ) {
857
- function gglcptch_lostpassword_check( $allow ) {
858
-
859
- $result = gglcptch_check();
860
-
861
- if ( $result['response'] || $result['reason'] == 'ERROR_NO_KEYS' )
862
- return $allow;
863
-
864
- if ( ! is_wp_error( $allow ) )
865
- $allow = new WP_Error();
866
-
867
- $error_message = sprintf( '<strong>%s</strong>:&nbsp;%s', __( 'Error', 'google-captcha' ), gglcptch_get_message() );
868
-
869
- $allow->add( 'gglcptch_error', $error_message );
870
- return $allow;
871
- }
872
- }
873
-
874
- /* Add google captcha to the multisite login form */
875
- if ( ! function_exists( 'gglcptch_signup_display' ) ) {
876
- function gglcptch_signup_display( $errors ) {
877
- if ( $error_message = $errors->get_error_message( 'gglcptch_error' ) ) {
878
- printf( '<p class="error gglcptch_error">%s</p>', $error_message );
879
- }
880
- echo gglcptch_display();
881
- }
882
- }
883
-
884
- /* Check google captcha in multisite login form */
885
- if ( ! function_exists( 'gglcptch_signup_check' ) ) {
886
- function gglcptch_signup_check( $result ) {
887
- global $current_user;
888
-
889
- if ( is_admin() && ! defined( 'DOING_AJAX' ) && ! empty( $current_user->data->ID ) )
890
- return $result;
891
-
892
- $check_result = gglcptch_check();
893
-
894
- if ( $check_result['response'] || $check_result['reason'] == 'ERROR_NO_KEYS' )
895
- return $result;
896
-
897
- $error_message = sprintf( '<strong>%s</strong>:&nbsp;%s', __( 'Error', 'google-captcha' ), gglcptch_get_message() );
898
-
899
- $error = $result['errors'];
900
- $error->add( 'gglcptch_error', $error_message );
901
- return $result;
902
- }
903
- }
904
-
905
- /* Add google captcha to the comment form */
906
- if ( ! function_exists( 'gglcptch_commentform_display' ) ) {
907
- function gglcptch_commentform_display() {
908
- if ( gglcptch_check_role() )
909
- return;
910
- echo gglcptch_display();
911
- return true;
912
- }
913
- }
914
-
915
- /* Check JS enabled for comment form */
916
- if ( ! function_exists( 'gglcptch_commentform_check' ) ) {
917
- function gglcptch_commentform_check() {
918
- if ( gglcptch_check_role() )
919
- return;
920
-
921
- $result = gglcptch_check();
922
-
923
- if ( $result['response'] || $result['reason'] == 'ERROR_NO_KEYS' )
924
- return;
925
-
926
- wp_die( sprintf( '<strong>%s</strong>:&nbsp;%s&nbsp;%s', __( 'Error', 'google-captcha' ), gglcptch_get_message(), __( 'Click the BACK button on your browser and try again.', 'google-captcha' ) ) );
927
- }
928
- }
929
-
930
- /* display google captcha in Contact form */
931
- if ( ! function_exists( 'gglcptch_cf_display' ) ) {
932
- function gglcptch_cf_display( $content, $form_slug = "" ) {
933
- return $content . gglcptch_display();
934
- }
935
- }
936
-
937
- /* Check Google Captcha in shortcode and contact form */
938
- if ( ! function_exists( 'gglcptch_captcha_check' ) ) {
939
- function gglcptch_captcha_check() {
940
- $result = gglcptch_check();
941
- echo $result['response'] ? "success" : "error";
942
- die();
943
  }
944
  }
945
 
@@ -950,10 +925,11 @@ if ( ! function_exists( 'gglcptch_test_keys' ) ) {
950
  header( 'Content-Type: text/html' );
951
  register_gglcptch_settings(); ?>
952
  <p>
953
- <?php if ( 'invisible' == $gglcptch_options['recaptcha_version'] )
954
  _e( 'Please submit "Test verification"', 'google-captcha' );
955
- else
956
- _e( 'Please complete the captcha and submit "Test verification"', 'google-captcha' ); ?>
 
957
  </p>
958
  <?php $gglcptch_ip_in_whitelist = false;
959
  echo gglcptch_display(); ?>
@@ -995,8 +971,9 @@ if ( ! function_exists( 'gglcptch_action_links' ) ) {
995
  function gglcptch_action_links( $links, $file ) {
996
  if ( ! is_network_admin() ) {
997
  static $this_plugin;
998
- if ( ! $this_plugin )
999
  $this_plugin = plugin_basename(__FILE__);
 
1000
 
1001
  if ( $file == $this_plugin ) {
1002
  $settings_link = '<a href="admin.php?page=google-captcha.php">' . __( 'Settings', 'google-captcha' ) . '</a>';
@@ -1007,20 +984,13 @@ if ( ! function_exists( 'gglcptch_action_links' ) ) {
1007
  }
1008
  }
1009
 
1010
- if ( ! function_exists( 'gglcptch_shortcode_button_content' ) ) {
1011
- function gglcptch_shortcode_button_content( $content ) { ?>
1012
- <div id="gglcptch" style="display:none;">
1013
- <input class="bws_default_shortcode" type="hidden" name="default" value="[bws_google_captcha]" />
1014
- </div>
1015
- <?php }
1016
- }
1017
-
1018
  if ( ! function_exists( 'gglcptch_links' ) ) {
1019
  function gglcptch_links( $links, $file ) {
1020
  $base = plugin_basename( __FILE__ );
1021
  if ( $file == $base ) {
1022
- if ( ! is_network_admin() )
1023
  $links[] = '<a href="admin.php?page=google-captcha.php">' . __( 'Settings', 'google-captcha' ) . '</a>';
 
1024
  $links[] = '<a href="https://support.bestwebsoft.com/hc/en-us/sections/200538719" target="_blank">' . __( 'FAQ', 'google-captcha' ) . '</a>';
1025
  $links[] = '<a href="https://support.bestwebsoft.com">' . __( 'Support', 'google-captcha' ) . '</a>';
1026
  }
@@ -1032,8 +1002,9 @@ if ( ! function_exists ( 'gglcptch_plugin_banner' ) ) {
1032
  function gglcptch_plugin_banner() {
1033
  global $hook_suffix, $gglcptch_plugin_info, $gglcptch_options;
1034
  if ( 'plugins.php' == $hook_suffix ) {
1035
- if ( empty( $gglcptch_options ) )
1036
  register_gglcptch_settings();
 
1037
 
1038
  if ( empty( $gglcptch_options['public_key'] ) || empty( $gglcptch_options['private_key'] ) ) { ?>
1039
  <div class="error">
@@ -1049,8 +1020,9 @@ if ( ! function_exists ( 'gglcptch_plugin_banner' ) ) {
1049
  </p>
1050
  </div>
1051
  <?php }
1052
- if ( isset( $gglcptch_options['first_install'] ) && strtotime( '-1 week' ) > $gglcptch_options['first_install'] )
1053
  bws_plugin_banner( $gglcptch_plugin_info, 'gglcptch', 'google-captcha', '676d9558f9786ab41d7de35335cf5c4d', '109', '//ps.w.org/google-captcha/assets/icon-128x128.png' );
 
1054
 
1055
  bws_plugin_banner_to_settings( $gglcptch_plugin_info, 'gglcptch_options', 'google-captcha', 'admin.php?page=google-captcha.php' );
1056
  }
@@ -1075,8 +1047,9 @@ if ( ! function_exists( 'gglcptch_add_tabs' ) ) {
1075
 
1076
  if ( ! function_exists( 'gglcptch_delete_options' ) ) {
1077
  function gglcptch_delete_options() {
1078
- if ( ! function_exists( 'get_plugins' ) )
1079
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
 
1080
  $all_plugins = get_plugins();
1081
 
1082
  if ( ! array_key_exists( 'google-captcha-pro/google-captcha-pro.php', $all_plugins ) ) {
@@ -1119,17 +1092,18 @@ add_filter( 'script_loader_tag', 'gglcptch_add_async_attribute', 10, 2 );
1119
  add_action( 'admin_footer', 'gglcptch_admin_footer' );
1120
  add_filter( 'pgntn_callback', 'gglcptch_pagination_callback' );
1121
 
1122
- /* custom filter for bws button in tinyMCE */
1123
- add_filter( 'bws_shortcode_button_content', 'gglcptch_shortcode_button_content' );
1124
  add_shortcode( 'bws_google_captcha', 'gglcptch_display' );
1125
  add_filter( 'widget_text', 'do_shortcode' );
1126
 
 
 
 
1127
  add_filter( 'plugin_action_links', 'gglcptch_action_links', 10, 2 );
1128
  add_filter( 'plugin_row_meta', 'gglcptch_links', 10, 2 );
1129
 
1130
  add_action( 'admin_notices', 'gglcptch_plugin_banner' );
1131
 
1132
- add_action( 'wp_ajax_gglcptch_captcha_check', 'gglcptch_captcha_check' );
1133
- add_action( 'wp_ajax_nopriv_gglcptch_captcha_check', 'gglcptch_captcha_check' );
1134
  add_action( 'wp_ajax_gglcptch-test-keys', 'gglcptch_test_keys' );
1135
  add_action( 'wp_ajax_gglcptch_test_keys_verification', 'gglcptch_test_keys_verification' );
6
  Author: BestWebSoft
7
  Text Domain: google-captcha
8
  Domain Path: /languages
9
+ Version: 1.32
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv3 or later
12
  */
27
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28
  */
29
 
30
+ require_once( dirname( __FILE__ ) . '/includes/forms.php' );
31
+
32
  /* Add menu page */
33
  if ( ! function_exists( 'gglcptch_admin_menu' ) ) {
34
  function gglcptch_admin_menu() {
42
 
43
  add_submenu_page( 'google-captcha.php', 'BWS Panel', 'BWS Panel', 'manage_options', 'gglcptch-bws-panel', 'bws_add_menu_render' );
44
 
45
+ if ( isset( $submenu['google-captcha.php'] ) ) {
46
  $submenu['google-captcha.php'][] = array(
47
  '<span style="color:#d86463"> ' . __( 'Upgrade to Pro', 'google-captcha' ) . '</span>',
48
  'manage_options',
49
  'https://bestwebsoft.com/products/wordpress/plugins/google-captcha/?k=b850d949ccc1239cab0da315c3c822ab&pn=109&v=' . $gglcptch_plugin_info["Version"] . '&wp_v=' . $wp_version );
50
+ }
51
 
52
  add_action( "load-{$settings_page}", 'gglcptch_add_tabs' );
53
  add_action( "load-{$whitelist_page}", 'gglcptch_add_tabs' );
69
  bws_include_init( plugin_basename( __FILE__ ) );
70
 
71
  if ( empty( $gglcptch_plugin_info ) ) {
72
+ if ( ! function_exists( 'get_plugin_data' ) ) {
73
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
74
+ }
75
  $gglcptch_plugin_info = get_plugin_data( __FILE__ );
76
  }
77
 
80
 
81
  $is_admin = is_admin() && ! defined( 'DOING_AJAX' );
82
  /* Call register settings function */
83
+ if ( ! $is_admin || ( isset( $_GET['page'] ) && 'google-captcha.php' == $_GET['page'] ) ) {
84
  register_gglcptch_settings();
85
+ }
86
 
87
+ if ( ! isset( $gglcptch_ip_in_whitelist ) ) {
88
  $gglcptch_ip_in_whitelist = gglcptch_whitelisted_ip();
89
+ }
90
 
91
  /* Add hooks */
92
  if ( ! $is_admin && ! empty( $gglcptch_options['public_key'] ) && ! empty( $gglcptch_options['private_key'] ) ) {
93
+ gglcptch_add_actions();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  }
95
  }
96
  }
100
  */
101
  if ( ! function_exists( 'gglcptch_plugin_activate' ) ) {
102
  function gglcptch_plugin_activate( $networkwide ) {
 
103
  /* Activation function for network, check if it is a network activation - if so, run the activation function for each blog id */
104
  if ( is_multisite() ) {
105
  switch_to_blog( 1 );
113
 
114
  if ( ! function_exists( 'gglcptch_admin_init' ) ) {
115
  function gglcptch_admin_init() {
116
+ global $bws_plugin_info, $gglcptch_plugin_info;
117
 
118
+ if ( empty( $bws_plugin_info ) ) {
119
  $bws_plugin_info = array( 'id' => '109', 'version' => $gglcptch_plugin_info["Version"] );
120
+ }
121
 
 
 
122
  }
123
  }
124
 
132
 
133
  if ( isset( $_REQUEST['page'] ) && ( 'google-captcha.php' == $_REQUEST['page'] || 'google-captcha-whitelist.php' == $_REQUEST['page'] ) ) {
134
  wp_enqueue_style( 'gglcptch_stylesheet', plugins_url( 'css/style.css', __FILE__ ), array(), $gglcptch_plugin_info['Version'] );
135
+ wp_enqueue_script( 'gglcptch_admin_script', plugins_url( 'js/admin_script.js', __FILE__ ), array( 'jquery', 'jquery-ui-accordion' ), $gglcptch_plugin_info['Version'] );
136
 
137
  bws_enqueue_settings_scripts();
138
  bws_plugins_include_codemirror();
149
  /* update $gglcptch_options */
150
  register_gglcptch_settings();
151
 
152
+ $api_url = gglcptch_get_api_url();
153
+
154
  /* for gglcptch test key */
155
  if ( isset( $gglcptch_options['recaptcha_version'] ) && in_array( $gglcptch_options['recaptcha_version'], array( 'v2', 'invisible' ) ) ) {
156
+ $deps = ( ! empty( $gglcptch_options['disable_submit'] ) ) ? array( 'gglcptch_pre_api' ) : array( 'jquery' );
 
157
  } else {
 
158
  $deps = array();
159
  }
160
+ wp_register_script( 'gglcptch_api', $api_url,$deps, $gglcptch_plugin_info['Version'], true );
161
  gglcptch_add_scripts();
162
  }
163
  }
170
  function gglcptch_remove_dublicate_scripts() {
171
  global $wp_scripts;
172
 
173
+ if ( ! is_object( $wp_scripts ) || empty( $wp_scripts ) ) {
174
  return false;
175
+ }
176
 
177
  foreach ( $wp_scripts->registered as $script_name => $args ) {
178
+ if ( preg_match( "|google\.com/recaptcha/api\.js|", $args->src ) && 'gglcptch_api' != $script_name ) {
179
  /* remove a previously enqueued script */
180
  wp_dequeue_script( $script_name );
181
+ }
182
  }
183
  }
184
  }
193
 
194
  if ( defined( 'BWS_ENQUEUE_ALL_SCRIPTS' ) && BWS_ENQUEUE_ALL_SCRIPTS ) {
195
  if ( ! wp_script_is( 'gglcptch_api', 'registered' ) ) {
196
+ $api_url = gglcptch_get_api_url();
197
  if ( isset( $gglcptch_options['recaptcha_version'] ) && in_array( $gglcptch_options['recaptcha_version'], array( 'v2', 'invisible' ) ) ) {
198
+ $deps = ( ! empty( $gglcptch_options['disable_submit'] ) ) ? array( 'gglcptch_pre_api' ) : array( 'jquery' );
 
199
  } else {
 
200
  $deps = array();
201
  }
202
 
220
  function gglcptch_add_scripts() {
221
  global $gglcptch_options, $gglcptch_plugin_info;
222
 
223
+ if ( empty( $gglcptch_options ) ) {
224
  register_gglcptch_settings();
225
+ }
226
 
227
  if ( isset( $gglcptch_options['recaptcha_version'] ) && 'v1' != $gglcptch_options['recaptcha_version'] ) {
228
  gglcptch_remove_dublicate_scripts();
229
+ if ( ! empty( $gglcptch_options['disable_submit'] ) ) {
230
+ wp_enqueue_script( 'gglcptch_pre_api', plugins_url( 'js/pre-api-script.js', __FILE__ ), array( 'jquery'), $gglcptch_plugin_info['Version'], true );
231
+ wp_localize_script( 'gglcptch_pre_api', 'gglcptch_pre', array(
232
+ 'messages' => array(
233
+ 'in_progress' => __( 'Please wait until Google reCAPTCHA is loaded.', 'google-captcha' ),
234
+ 'timeout' => __( 'Failed to load Google reCAPTCHA. Please check your internet connection and reload this page.', 'google-captcha' )
235
+ ),
236
+ 'custom_callback' => apply_filters( 'gglcptch_custom_callback', '' )
237
+ ) );
238
+ }
239
  }
240
 
241
  wp_enqueue_script( 'gglcptch_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery', 'gglcptch_api' ), $gglcptch_plugin_info["Version"], true );
242
 
243
  $version = $gglcptch_options['recaptcha_version'] == 'v2' ? '_v2' : '';
244
 
 
 
 
 
 
 
245
  wp_localize_script( 'gglcptch_script', 'gglcptch', array(
246
  'options' => array(
247
  'version' => $gglcptch_options['recaptcha_version'],
250
  'error' => sprintf( '<strong>%s</strong>:&nbsp;%s', __( 'Warning', 'google-captcha' ), gglcptch_get_message( 'multiple_blocks' ) )
251
  ),
252
  'vars' => array(
253
+ 'visibility' => ( 'login_footer' == current_filter() )
 
 
 
 
254
  )
255
  ) );
256
  }
268
  */
269
  if ( ! function_exists( 'gglcptch_add_async_attribute' ) ) {
270
  function gglcptch_add_async_attribute( $tag, $handle ) {
271
+ if ( 'gglcptch_api' == $handle ) {
272
  $tag = str_replace( ' src', ' data-cfasync="false" async="async" defer="defer" src', $tag );
273
+ }
274
  return $tag;
275
  }
276
  }
292
  dbDelta( $sql );
293
 
294
  /* add unique key */
295
+ if ( 0 == $wpdb->query( "SHOW KEYS FROM `{$wpdb->prefix}gglcptch_whitelist` WHERE Key_name='ip'" ) ) {
296
  $wpdb->query( "ALTER TABLE `{$wpdb->prefix}gglcptch_whitelist` ADD UNIQUE(`ip`);" );
297
+ }
298
  }
299
  }
300
  }
307
  $plugin_db_version = '0.1';
308
 
309
  /* Install the option defaults */
310
+ if ( ! get_option( 'gglcptch_options' ) ) {
311
  add_option( 'gglcptch_options', gglcptch_get_default_options() );
312
+ }
313
  /* Get options from the database */
314
  $gglcptch_options = get_option( 'gglcptch_options' );
315
 
387
  ( $is_network && is_plugin_active_for_network( $plugin ) ) ||
388
  ( ! $is_network && is_plugin_active( $plugin ) )
389
  ) {
390
+ $result['status'] = 'activated';
391
  $result['plugin'] = $plugin;
392
  $result['plugin_info'] = $all_plugins[$plugin];
393
  break;
399
 
400
  }
401
  }
402
+ if ( empty( $result['status'] ) ) {
403
  $result['status'] = 'not_installed';
404
+ }
405
  return $result;
406
  }
407
  }
410
  function gglcptch_whitelisted_ip() {
411
  global $wpdb, $gglcptch_options;
412
  $checked = false;
413
+ if ( empty( $gglcptch_options ) ) {
414
  $gglcptch_options = get_option( 'gglcptch_options' );
415
+ }
416
  $whitelist_exist = $wpdb->query( "SHOW TABLES LIKE '{$wpdb->prefix}gglcptch_whitelist'" );
417
  if ( 1 === $whitelist_exist ) {
418
+ $ip = gglcptch_get_ip();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
419
 
420
  if ( ! empty( $ip ) ) {
421
  $ip_int = sprintf( '%u', ip2long( $ip ) );
447
  } else {
448
  require_once( dirname( __FILE__ ) . '/includes/whitelist.php' );
449
  $page = new Gglcptch_Whitelist( plugin_basename( __FILE__ ) );
450
+ if ( is_object( $page ) ) {
451
  $page->display_content();
452
+ }
453
 
454
  bws_plugin_reviews_block( $gglcptch_plugin_info['Name'], 'google-captcha' );
455
  } ?>
457
  <?php }
458
  }
459
 
460
+ if ( ! function_exists( 'gglcptch_is_recaptcha_required' ) ) {
461
+ function gglcptch_is_recaptcha_required( $form_slug = '', $is_user_logged_in = null ) {
462
+ global $gglcptch_options;
463
+
464
+ if ( is_null( $is_user_logged_in ) ) {
465
+ $is_user_logged_in = is_user_logged_in();
466
+ }
467
+
468
+ if ( empty( $gglcptch_options ) ) {
469
+ $gglcptch_options = get_option( 'gglcptch_options' );
470
+ if ( empty( $gglcptch_options ) ) {
471
+ register_gglcptch_settings();
472
+ }
473
+ }
474
+
475
+ return
476
+ ! isset( $gglcptch_options[ $form_slug ] ) ||
477
+ (
478
+ ! empty( $gglcptch_options[ $form_slug ] ) &&
479
+ ( ! $is_user_logged_in || ! gglcptch_is_hidden_for_role() )
480
+ );
481
+ }
482
+ }
483
+
484
  /* Checking current user role */
485
+ if ( ! function_exists( 'gglcptch_is_hidden_for_role' ) ) {
486
+ function gglcptch_is_hidden_for_role() {
487
  global $current_user, $gglcptch_options;
488
 
489
+ if ( ! is_user_logged_in() ) {
490
  return false;
491
+ }
492
 
493
  if ( ! empty( $current_user->roles[0] ) ) {
494
  $role = $current_user->roles[0];
495
+ if ( empty( $gglcptch_options ) ) {
496
  register_gglcptch_settings();
497
+ }
498
+ return ! empty( $gglcptch_options[ $role ] );
499
+ } else {
500
  return false;
501
+ }
502
  }
503
  }
504
 
507
  function gglcptch_display( $content = false ) {
508
  global $gglcptch_options, $gglcptch_count, $gglcptch_ip_in_whitelist, $gglcptch_plugin_info;
509
 
510
+ if ( empty( $gglcptch_options ) ) {
511
  register_gglcptch_settings();
512
+ }
513
 
514
+ if ( ! isset( $gglcptch_ip_in_whitelist ) ) {
515
  $gglcptch_ip_in_whitelist = gglcptch_whitelisted_ip();
516
+ }
517
 
518
  if ( ! $gglcptch_ip_in_whitelist ) {
519
 
520
+ if ( ! $gglcptch_count ) {
521
  $gglcptch_count = 1;
522
+ }
523
 
524
  $publickey = $gglcptch_options['public_key'];
525
  $privatekey = $gglcptch_options['private_key'];
541
  return $content;
542
  }
543
 
544
+ $api_url = gglcptch_get_api_url();
545
+
546
  /* generating random id value in case of getting content with pagination plugin for not getting duplicate id values */
547
  $id = mt_rand();
548
  if ( isset( $gglcptch_options['recaptcha_version'] ) && in_array( $gglcptch_options['recaptcha_version'], array( 'v2', 'invisible' ) ) ) {
559
  </div>
560
  </div>
561
  </noscript>';
562
+ $deps = ( ! empty( $gglcptch_options['disable_submit'] ) ) ? array( 'gglcptch_pre_api' ) : array( 'jquery' );
 
563
  } else {
564
  require_once( 'lib/recaptchalib.php' );
565
  $content .= '<div id="gglcptch_recaptcha_' . $id . '" class="gglcptch_recaptcha"></div>';
566
  $content .= gglcptch_recaptcha_get_html( $publickey, null, is_ssl() );
 
567
  $deps = array();
568
  }
569
  $content .= '</div>';
580
  )
581
  add_action( 'login_footer', 'gglcptch_add_scripts' );
582
  }
583
+ } elseif ( ! empty( $gglcptch_options['whitelist_message'] ) ) {
584
+ $content .= '<label class="gglcptch_whitelist_message">' . $gglcptch_options['whitelist_message'] . '</label>';
 
585
  }
586
 
587
  return $content;
588
  }
589
  }
590
 
591
+ /* Return google captcha content for custom form */
592
+ if ( ! function_exists( 'gglcptch_display_custom' ) ) {
593
+ function gglcptch_display_custom( $content = '', $form_slug = '' ) {
594
+ if ( gglcptch_is_recaptcha_required( $form_slug ) ) {
595
+ $content = gglcptch_display( $content );
596
+ }
597
+
598
+ return $content;
599
+ }
600
+ }
601
+
602
+ /* Get the reCAPTCHA api js url that corresponds to the reCAPTCHA version. */
603
+ if ( ! function_exists( 'gglcptch_get_api_url' ) ) {
604
+ function gglcptch_get_api_url() {
605
+ global $gglcptch_options;
606
+
607
+ if ( isset( $gglcptch_options['recaptcha_version'] ) && in_array( $gglcptch_options['recaptcha_version'], array( 'v2', 'invisible' ) ) ) {
608
+ $callback = ( ! empty( $gglcptch_options['disable_submit'] ) ) ? "onload=gglcptch_onload_callback&" : "";
609
+
610
+ $api_url = sprintf( "https://www.google.com/recaptcha/api.js?%srender=explicit", $callback );
611
+ } else {
612
+ $api_url = "https://www.google.com/recaptcha/api/js/recaptcha_ajax.js";
613
+ }
614
+ return $api_url;
615
+ }
616
+ }
617
+
618
  if ( ! function_exists( 'gglcptch_get_response' ) ) {
619
  function gglcptch_get_response( $privatekey, $remote_ip ) {
620
  $args = array(
635
  function gglcptch_check( $debug = false ) {
636
  global $gglcptch_options;
637
 
638
+ if ( empty( $gglcptch_options ) ) {
639
  register_gglcptch_settings();
640
+ }
641
 
642
  $publickey = $gglcptch_options['public_key'];
643
  $privatekey = $gglcptch_options['private_key'];
656
  in_array( $gglcptch_options['recaptcha_version'], array( 'v2', 'invisible' ) )
657
  ) {
658
  if ( ! isset( $_POST["g-recaptcha-response"] ) ) {
659
+ $result = array(
660
  'response' => false,
661
+ 'reason' => 'RECAPTCHA_NO_RESPONSE'
662
  );
663
  } elseif ( empty( $_POST["g-recaptcha-response"] ) ) {
664
+ $result = array(
665
  'response' => false,
666
+ 'reason' => 'RECAPTCHA_EMPTY_RESPONSE'
 
 
 
 
 
 
 
 
 
667
  );
668
  } else {
669
+ $response = gglcptch_get_response( $privatekey, $gglcptch_remote_addr );
670
+ if ( isset( $response['success'] ) && !! $response['success'] ) {
671
+ $result = array(
672
+ 'response' => true,
673
+ 'reason' => ''
674
+ );
675
+ } else {
676
+ if (
677
+ ! $debug && ! empty( $response['error-codes'] ) &&
678
+ (
679
+ in_array( 'missing-input-secret', $response['error-codes'] ) ||
680
+ in_array( 'invalid-input-secret', $response['error-codes'] )
681
+ )
682
+ ) {
683
+ $result = array(
684
+ 'response' => false,
685
+ 'reason' => 'ERROR_WRONG_SECRET'
686
+ );
687
+ } else {
688
+ $result = array(
689
+ 'response' => false,
690
+ 'reason' => $debug ? $response['error-codes'] : 'VERIFICATION_FAILED'
691
+ );
692
+ }
693
+ }
694
  }
695
  } else {
696
  $gglcptch_recaptcha_challenge_field = $gglcptch_recaptcha_response_field = '';
697
 
698
  if ( ! isset( $_POST['recaptcha_challenge_field'] ) && ! isset( $_POST['recaptcha_response_field'] ) ) {
699
+ $result = array(
700
  'response' => false,
701
  'reason' => 'RECAPTCHA_NO_RESPONSE'
702
  );
703
  } elseif ( ! empty( $_POST['recaptcha_challenge_field'] ) && empty( $_POST['recaptcha_response_field'] ) ) {
704
+ $result = array(
705
  'response' => false,
706
  'reason' => 'RECAPTCHA_EMPTY_RESPONSE'
707
  );
708
  } else {
709
  $gglcptch_recaptcha_challenge_field = stripslashes( esc_html( $_POST['recaptcha_challenge_field'] ) );
710
  $gglcptch_recaptcha_response_field = stripslashes( esc_html( $_POST['recaptcha_response_field'] ) );
 
711
 
712
+ require_once( 'lib/recaptchalib.php' );
713
+ $response = gglcptch_recaptcha_check_answer( $privatekey, $gglcptch_remote_addr, $gglcptch_recaptcha_challenge_field, $gglcptch_recaptcha_response_field );
714
 
715
+ if ( ! $response->is_valid ) {
716
+ $result = array(
717
+ 'response' => false,
718
+ 'reason' => $debug ? $response->error : 'VERIFICATION_FAILED'
719
+ );
720
+ } else {
721
+ $result = array(
722
+ 'response' => true,
723
+ 'reason' => ''
724
+ );
725
+ }
726
  }
727
  }
728
+
729
+ return $result;
730
  }
731
  }
732
 
733
+ /**
734
+ * Check google captcha for custom form
735
+ * @since 1.32
736
+ * @param bool $allow (Optional) initial value wheter the previous verification is passed
737
+ * @param string $return_format (Optional) The type of variable to be returned when recaptcha is failed.
738
+ * @param string $form_slug (Optional) The slug of the form to check.
739
+ * Default is empty string. When specified, the reCAPTCHA check may be skipped if the form is disabled on the plugin settings page.
740
+ * @return mixed $allow True if ReCapthca is successfully completed, error message string, WP_Error object or false otherwise, depending on the $return_format value.
741
+ */
742
+ if ( ! function_exists( 'gglcptch_check_custom' ) ) {
743
+ function gglcptch_check_custom( $allow = true, $return_format = 'bool', $form_slug = '' ) {
744
+
745
+ if ( true !== $allow ) {
746
+ return $allow;
747
+ }
748
+
749
+ if ( gglcptch_is_recaptcha_required( $form_slug ) ) {
750
+ $gglcptch_check = gglcptch_check();
751
+
752
+ if ( ! $gglcptch_check['response'] && $gglcptch_check['reason'] == 'ERROR_NO_KEYS' ) {
753
+ return $allow;
754
+ }
755
+
756
+ $la_result = ( ! empty( $form_slug ) ) ? gglcptch_handle_by_limit_attempts( $gglcptch_check['response'], $form_slug ) : true;
757
+
758
+ if ( ! $gglcptch_check['response'] || true !== $la_result ) {
759
+ if ( ! in_array( $return_format, array( 'bool', 'string', 'wp_error' ) ) ) {
760
+ $return_format = 'bool';
761
  }
762
+
763
+ switch ( $return_format ) {
764
+ case 'string':
765
+ $allow = '';
766
+ if ( true !== $la_result ) {
767
+ if ( is_wp_error( $la_result ) ) {
768
+ $allow .= $la_result->get_error_message();
769
+ } elseif ( is_string( $la_result ) ) {
770
+ $allow .= $la_result;
771
+ }
772
+ }
773
+ if ( ! $gglcptch_check['response'] ) {
774
+ $allow .= ( ( '' != $allow ) ? "&nbsp;" : '' ) . gglcptch_get_message();
775
+ }
776
+ break;
777
+ case 'wp_error':
778
+ $allow = new WP_Error();
779
+ if ( true !== $la_result ) {
780
+ if ( is_wp_error( $la_result ) ) {
781
+ $allow = $la_result;
782
+ } elseif ( is_string( $la_result ) ) {
783
+ $allow->add( 'gglcptch_la_error', $la_result );
784
+ }
785
+ }
786
+ if ( ! $gglcptch_check['response'] ) {
787
+ $error_message = sprintf( '<strong>%s</strong>:&nbsp;%s', __( 'Error', 'google-captcha-pro' ), gglcptch_get_message() );
788
+ $allow->add( 'gglcptch_error', $error_message );
789
+ }
790
+ break;
791
+ case 'bool':
792
+ default:
793
+ $allow = false;
794
+ break;
795
  }
796
+ }
797
+ }
798
+
799
+ return $allow;
800
+ }
801
+ }
802
+
803
+ /**
804
+ *
805
+ * @since 1.32
806
+ */
807
+ if ( ! function_exists( 'gglcptch_handle_by_limit_attempts' ) ) {
808
+ function gglcptch_handle_by_limit_attempts( $check_result, $form_slug = 'login_form' ) {
809
+ global $gglcptch_forms;
810
+
811
+ if ( ! has_filter( 'lmtttmpts_check_ip' ) ) {
812
+ return $check_result;
813
+ }
814
+
815
+ if ( empty( $gglcptch_forms ) ) {
816
+ $gglcptch_forms = gglcptch_get_forms();
817
+ }
818
+
819
+ $la_form_slug = "{$form_slug}_recaptcha_check";
820
+
821
+ /* if reCAPTCHA answer is right */
822
+ if ( true === $check_result ) {
823
+ /* check if user IP is blocked in the Limit Attempts plugin lists */
824
+ $check_result = apply_filters( 'lmtttmpts_check_ip', $check_result );
825
+ /* if IP isn't blocked */
826
+ if ( true === $check_result ) {
827
+ do_action( 'lmtttmpts_form_success', $la_form_slug, gglcptch_get_ip(), array( 'form_name' => $gglcptch_forms[ $form_slug ]['form_name'] ) );
828
+ }
829
+ } else {
830
+ /* if reCAPTCHA answer is wrong */
831
+ $form_data = array( 'form_name' => $gglcptch_forms[ $form_slug ]['form_name'] );
832
+
833
+ $la_error = apply_filters( 'lmtttmpts_form_fail', $la_form_slug, '', $form_data );
834
+ if ( ! empty( $la_error ) && $la_form_slug != $la_error ) {
835
+ if ( is_wp_error( $check_result ) ) {
836
+ $check_result->add( "gglcptch_error_lmttmpts", $la_error );
837
+ } elseif ( is_string( $check_result ) ) {
838
+ $check_result .= '<br />' . $la_error;
839
+ } else {
840
+ $check_result = $la_error;
841
  }
842
+ }
843
+ }
844
+
845
+ return $check_result;
846
+ }
847
+ }
848
+
849
+ if ( ! function_exists( 'gglcptch_get_ip' ) ) {
850
+ function gglcptch_get_ip() {
851
+ $ip = '';
852
+ if ( isset( $_SERVER ) ) {
853
+ $server_vars = array( 'HTTP_X_REAL_IP', 'HTTP_CLIENT_IP', 'HTTP_X_FORWARDED_FOR', 'REMOTE_ADDR' );
854
+ foreach( $server_vars as $var ) {
855
+ if ( isset( $_SERVER[ $var ] ) && ! empty( $_SERVER[ $var ] ) ) {
856
+ if ( filter_var( $_SERVER[ $var ], FILTER_VALIDATE_IP ) ) {
857
+ $ip = $_SERVER[ $var ];
858
+ break;
859
+ } else { /* if proxy */
860
+ $ip_array = explode( ',', $_SERVER[ $var ] );
861
+ if ( is_array( $ip_array ) && ! empty( $ip_array ) && filter_var( $ip_array[0], FILTER_VALIDATE_IP ) ) {
862
+ $ip = $ip_array[0];
863
+ break;
864
+ }
865
+ }
866
+ }
867
+ }
868
+ }
869
+ return $ip;
870
  }
871
  }
872
 
910
  $message = $messages['incorrect'];
911
  }
912
 
913
+ if ( $echo ) {
914
  echo $message;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
915
  }
 
 
 
916
 
917
+ return $message;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
918
  }
919
  }
920
 
925
  header( 'Content-Type: text/html' );
926
  register_gglcptch_settings(); ?>
927
  <p>
928
+ <?php if ( 'invisible' == $gglcptch_options['recaptcha_version'] ) {
929
  _e( 'Please submit "Test verification"', 'google-captcha' );
930
+ } else {
931
+ _e( 'Please complete the captcha and submit "Test verification"', 'google-captcha' );
932
+ } ?>
933
  </p>
934
  <?php $gglcptch_ip_in_whitelist = false;
935
  echo gglcptch_display(); ?>
971
  function gglcptch_action_links( $links, $file ) {
972
  if ( ! is_network_admin() ) {
973
  static $this_plugin;
974
+ if ( ! $this_plugin ) {
975
  $this_plugin = plugin_basename(__FILE__);
976
+ }
977
 
978
  if ( $file == $this_plugin ) {
979
  $settings_link = '<a href="admin.php?page=google-captcha.php">' . __( 'Settings', 'google-captcha' ) . '</a>';
984
  }
985
  }
986
 
 
 
 
 
 
 
 
 
987
  if ( ! function_exists( 'gglcptch_links' ) ) {
988
  function gglcptch_links( $links, $file ) {
989
  $base = plugin_basename( __FILE__ );
990
  if ( $file == $base ) {
991
+ if ( ! is_network_admin() ) {
992
  $links[] = '<a href="admin.php?page=google-captcha.php">' . __( 'Settings', 'google-captcha' ) . '</a>';
993
+ }
994
  $links[] = '<a href="https://support.bestwebsoft.com/hc/en-us/sections/200538719" target="_blank">' . __( 'FAQ', 'google-captcha' ) . '</a>';
995
  $links[] = '<a href="https://support.bestwebsoft.com">' . __( 'Support', 'google-captcha' ) . '</a>';
996
  }
1002
  function gglcptch_plugin_banner() {
1003
  global $hook_suffix, $gglcptch_plugin_info, $gglcptch_options;
1004
  if ( 'plugins.php' == $hook_suffix ) {
1005
+ if ( empty( $gglcptch_options ) ) {
1006
  register_gglcptch_settings();
1007
+ }
1008
 
1009
  if ( empty( $gglcptch_options['public_key'] ) || empty( $gglcptch_options['private_key'] ) ) { ?>
1010
  <div class="error">
1020
  </p>
1021
  </div>
1022
  <?php }
1023
+ if ( isset( $gglcptch_options['first_install'] ) && strtotime( '-1 week' ) > $gglcptch_options['first_install'] ) {
1024
  bws_plugin_banner( $gglcptch_plugin_info, 'gglcptch', 'google-captcha', '676d9558f9786ab41d7de35335cf5c4d', '109', '//ps.w.org/google-captcha/assets/icon-128x128.png' );
1025
+ }
1026
 
1027
  bws_plugin_banner_to_settings( $gglcptch_plugin_info, 'gglcptch_options', 'google-captcha', 'admin.php?page=google-captcha.php' );
1028
  }
1047
 
1048
  if ( ! function_exists( 'gglcptch_delete_options' ) ) {
1049
  function gglcptch_delete_options() {
1050
+ if ( ! function_exists( 'get_plugins' ) ) {
1051
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
1052
+ }
1053
  $all_plugins = get_plugins();
1054
 
1055
  if ( ! array_key_exists( 'google-captcha-pro/google-captcha-pro.php', $all_plugins ) ) {
1092
  add_action( 'admin_footer', 'gglcptch_admin_footer' );
1093
  add_filter( 'pgntn_callback', 'gglcptch_pagination_callback' );
1094
 
1095
+ add_filter( 'lmtttmpts_plugin_forms', 'gglcptch_add_lmtttmpts_forms', 10, 1 );
1096
+
1097
  add_shortcode( 'bws_google_captcha', 'gglcptch_display' );
1098
  add_filter( 'widget_text', 'do_shortcode' );
1099
 
1100
+ add_filter( 'gglcptch_display_recaptcha', 'gglcptch_display_custom', 10, 2 );
1101
+ add_filter( 'gglcptch_verify_recaptcha', 'gglcptch_check_custom', 10, 3 );
1102
+
1103
  add_filter( 'plugin_action_links', 'gglcptch_action_links', 10, 2 );
1104
  add_filter( 'plugin_row_meta', 'gglcptch_links', 10, 2 );
1105
 
1106
  add_action( 'admin_notices', 'gglcptch_plugin_banner' );
1107
 
 
 
1108
  add_action( 'wp_ajax_gglcptch-test-keys', 'gglcptch_test_keys' );
1109
  add_action( 'wp_ajax_gglcptch_test_keys_verification', 'gglcptch_test_keys_verification' );
includes/class-gglcptch-settings-tabs.php CHANGED
@@ -7,7 +7,7 @@ require_once( dirname( dirname( __FILE__ ) ) . '/bws_menu/class-bws-settings.php
7
 
8
  if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
9
  class Gglcptch_Settings_Tabs extends Bws_Settings_Tabs {
10
- private $keys, $versions, $forms, $themes;
11
 
12
  /**
13
  * Constructor.
@@ -65,13 +65,9 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
65
  'invisible' => __( 'Invisible', 'google-captcha' )
66
  );
67
 
68
- /* Checked forms */
69
- $this->forms = array(
70
- array( 'login_form', __( 'Login form', 'google-captcha' ) ),
71
- array( 'registration_form', __( 'Registration form', 'google-captcha' ) ),
72
- array( 'reset_pwd_form', __( 'Reset password form', 'google-captcha' ) ),
73
- array( 'comments_form', __( 'Comments form', 'google-captcha' ) ),
74
- );
75
 
76
  /* Google captcha themes */
77
  $this->themes = array(
@@ -108,8 +104,9 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
108
  $this->keys['private']['error_msg'] = '';
109
  }
110
 
111
- if ( $_POST['gglcptch_public_key'] != $this->options['public_key'] || $_POST['gglcptch_private_key'] != $this->options['private_key'] )
112
  $this->options['keys_verified'] = false;
 
113
 
114
  if ( $_POST['gglcptch_recaptcha_version'] != $this->options['recaptcha_version'] ) {
115
  $this->options['keys_verified'] = false;
@@ -119,15 +116,16 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
119
  $this->options['whitelist_message'] = stripslashes( esc_html( $_POST['gglcptch_whitelist_message'] ) );
120
  $this->options['public_key'] = trim( stripslashes( esc_html( $_POST['gglcptch_public_key'] ) ) );
121
  $this->options['private_key'] = trim( stripslashes( esc_html( $_POST['gglcptch_private_key'] ) ) );
122
- $this->options['login_form'] = isset( $_POST['gglcptch_login_form'] ) ? 1 : 0;
123
- $this->options['registration_form'] = isset( $_POST['gglcptch_registration_form'] ) ? 1 : 0;
124
- $this->options['reset_pwd_form'] = isset( $_POST['gglcptch_reset_pwd_form'] ) ? 1 : 0;
125
- $this->options['comments_form'] = isset( $_POST['gglcptch_comments_form'] ) ? 1 : 0;
126
- $this->options['contact_form'] = isset( $_POST['gglcptch_contact_form'] ) ? 1 : 0;
127
  $this->options['recaptcha_version'] = in_array( $_POST['gglcptch_recaptcha_version'], array( 'v1', 'v2', 'invisible' ) ) ? $_POST['gglcptch_recaptcha_version']: 'v2';
128
  $this->options['theme'] = stripslashes( esc_html( $_POST['gglcptch_theme'] ) );
129
  $this->options['theme_v2'] = stripslashes( esc_html( $_POST['gglcptch_theme_v2'] ) );
130
 
 
 
 
 
 
 
131
  if ( function_exists( 'get_editable_roles' ) ) {
132
  foreach ( get_editable_roles() as $role => $fields ) {
133
  $this->options[ $role ] = isset( $_POST[ 'gglcptch_' . $role ] ) ? 1 : 0;
@@ -170,7 +168,7 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
170
  <th></th>
171
  <td>
172
  <div id="gglcptch-test-keys">
173
- <a class="button button-secondary" href="<?php echo add_query_arg( array( '_wpnonce' => wp_create_nonce( 'gglcptch-test-keys' ), 'action' => 'gglcptch-test-keys', 'is_network' => $this->is_network_options ? '1' : '0' ), admin_url( 'admin-ajax.php' ) ); ?>"><?php _e( 'Test ReCaptcha' , 'google-captcha' ); ?></a>
174
  </div>
175
  </td>
176
  </tr>
@@ -179,54 +177,46 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
179
  <div class="bws_tab_sub_label"><?php _e( 'General', 'google-captcha' ); ?></div>
180
  <table class="form-table">
181
  <tr valign="top">
182
- <th scope="row"><?php _e( 'Enable ReCaptcha for', 'google-captcha' ); ?></th>
183
  <td>
184
- <fieldset>
185
- <p>
186
- <i><?php _e( 'WordPress default', 'google-captcha' ); ?></i>
187
- </p>
188
- <br>
189
- <?php foreach ( $this->forms as $form ) {
190
- $form_attr = ( '1' == $this->options[ $form[0] ] ) ? 'checked="checked"' : '';
191
- $form_notice = '';
192
 
193
- if ( ( $form[0] == 'registration_form' || $form[0] == 'reset_pwd_form' ) && ! $is_main_site ) {
194
- $form_notice .= '<span class="bws_info">(' . __( 'This option is available only for network or for main blog.', 'google-captcha' ) . ')</span>';
195
- $form_attr = 'disabled="disabled" readonly="readonly"';
196
- } ?>
197
- <label>
198
- <input type="checkbox" name="<?php echo 'gglcptch_' . $form[0]; ?>" value="1" <?php echo $form_attr; ?> />
199
- <?php echo $form[1]; ?>
200
- </label>
201
- <?php echo $form_notice; ?>
202
- <br />
203
- <?php } ?>
204
- <hr>
205
- <p>
206
- <i><?php _e( 'External Plugins', 'google-captcha' ); ?></i>
207
- </p>
208
- <br>
209
- <?php /* Check Contact Form by BestWebSoft */
210
- $plugin_info = gglcptch_plugin_status( array( 'contact-form-plugin/contact_form.php', 'contact-form-pro/contact_form_pro.php' ), $this->all_plugins, $this->is_network_options );
211
- $plugin_name = 'Contact Form';
212
- $attrs = $plugin_notice = '';
213
- if ( 'deactivated' == $plugin_info['status'] ) {
214
- $attrs = 'disabled="disabled"';
215
- $plugin_notice = '<a href="' . self_admin_url( 'plugins.php' ) . '">' . __( 'Activate', 'google-captcha' ) . '</a>';
216
- } elseif ( 'not_installed' == $plugin_info['status'] ) {
217
- $attrs = 'disabled="disabled"';
218
- $plugin_notice = '<a href="https://bestwebsoft.com/products/wordpress/plugins/contact-form/?k=0a750deb99a8e5296a5432f4c9cb9b55&pn=109&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank">' . __( 'Install Now', 'google-captcha' ) . '</a>';
219
- }
220
- if ( $attrs == '' && ( is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) ) )
221
- $plugin_notice = ' (' . __( 'Enable for adding captcha to forms on their settings pages.', 'google-captcha' ) . ')';
222
 
223
- if ( '1' == $this->options['contact_form'] && $attrs == '' ) {
224
- $attrs .= ' checked="checked"';
225
- } ?>
226
- <label><input type="checkbox" <?php echo $attrs; ?> name="gglcptch_contact_form" value="contact_form" /> <?php echo $plugin_name; ?></label>
227
- <span class="bws_info"> <?php echo $plugin_notice; ?></span>
228
- <hr>
229
- </fieldset>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
230
  </td>
231
  </tr>
232
  </table>
@@ -242,19 +232,25 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
242
  <?php } ?>
243
  <table class="form-table">
244
  <tr valign="top">
245
- <th scope="row"><?php _e( 'Hide ReCaptcha in Comments Form for', 'google-captcha' ); ?></th>
246
  <td>
247
  <fieldset>
248
  <?php if ( function_exists( 'get_editable_roles' ) ) {
249
- foreach ( get_editable_roles() as $role => $fields ) : ?>
250
- <label><input type="checkbox" name="<?php echo 'gglcptch_' . $role; ?>" value=<?php echo $role; if ( isset( $this->options[ $role ] ) && '1' == $this->options[ $role ] ) echo ' checked'; ?>> <?php echo $fields['name']; ?></label><br/>
251
- <?php endforeach;
 
 
 
 
 
 
252
  } ?>
253
  </fieldset>
254
  </td>
255
  </tr>
256
  <tr valign="top">
257
- <th scope="row"><?php _e( 'ReCaptcha Version', 'google-captcha' ); ?></th>
258
  <td>
259
  <fieldset>
260
  <?php foreach ( $this->versions as $version => $version_name ) { ?>
@@ -305,7 +301,16 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
305
  <th scope="row"><?php _e( 'Whitelist Notification', 'google-captcha' ); ?></th>
306
  <td>
307
  <textarea name="gglcptch_whitelist_message"><?php echo $this->options['whitelist_message']; ?></textarea>
308
- <div class="bws_info"><?php _e( 'This message will be displayed instead of the ReCaptcha.', 'google-captcha' ); ?></div>
 
 
 
 
 
 
 
 
 
309
  </td>
310
  </tr>
311
  </table>
@@ -319,10 +324,10 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
319
  */
320
  public function display_custom_messages( $save_results ) {
321
  if ( $this->options['recaptcha_version'] == 'v1' ) { ?>
322
- <div class="updated inline bws-notice"><p><strong><?php _e( "Only one ReCaptcha can be displayed on the page, it's related to ReCaptcha version 1 features.", 'google-captcha' ); ?></strong></p></div>
323
  <?php }
324
  if ( ! empty( $this->options['need_keys_verified_check'] ) ) { ?>
325
- <div class="updated inline bws-notice"><p><strong><?php _e( 'ReCaptcha version was changed. Please submit "Test ReCaptcha" and regenerate Site and Secret keys if necessary.', 'google-captcha' ); ?></strong></p></div>
326
  <?php }
327
  }
328
 
7
 
8
  if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
9
  class Gglcptch_Settings_Tabs extends Bws_Settings_Tabs {
10
+ private $keys, $versions, $forms, $sections, $themes;
11
 
12
  /**
13
  * Constructor.
65
  'invisible' => __( 'Invisible', 'google-captcha' )
66
  );
67
 
68
+ /* Supported forms */
69
+ $this->forms = gglcptch_get_forms();
70
+ $this->sections = gglcptch_get_sections();
 
 
 
 
71
 
72
  /* Google captcha themes */
73
  $this->themes = array(
104
  $this->keys['private']['error_msg'] = '';
105
  }
106
 
107
+ if ( $_POST['gglcptch_public_key'] != $this->options['public_key'] || $_POST['gglcptch_private_key'] != $this->options['private_key'] ) {
108
  $this->options['keys_verified'] = false;
109
+ }
110
 
111
  if ( $_POST['gglcptch_recaptcha_version'] != $this->options['recaptcha_version'] ) {
112
  $this->options['keys_verified'] = false;
116
  $this->options['whitelist_message'] = stripslashes( esc_html( $_POST['gglcptch_whitelist_message'] ) );
117
  $this->options['public_key'] = trim( stripslashes( esc_html( $_POST['gglcptch_public_key'] ) ) );
118
  $this->options['private_key'] = trim( stripslashes( esc_html( $_POST['gglcptch_private_key'] ) ) );
 
 
 
 
 
119
  $this->options['recaptcha_version'] = in_array( $_POST['gglcptch_recaptcha_version'], array( 'v1', 'v2', 'invisible' ) ) ? $_POST['gglcptch_recaptcha_version']: 'v2';
120
  $this->options['theme'] = stripslashes( esc_html( $_POST['gglcptch_theme'] ) );
121
  $this->options['theme_v2'] = stripslashes( esc_html( $_POST['gglcptch_theme_v2'] ) );
122
 
123
+ $this->options['disable_submit'] = isset( $_POST['gglcptch_disable_submit'] ) ? 1 : 0;
124
+
125
+ foreach ( $this->forms as $form_slug => $form_data ) {
126
+ $this->options[ $form_slug ] = isset( $_POST["gglcptch_{$form_slug}"] ) ? 1 : 0;
127
+ }
128
+
129
  if ( function_exists( 'get_editable_roles' ) ) {
130
  foreach ( get_editable_roles() as $role => $fields ) {
131
  $this->options[ $role ] = isset( $_POST[ 'gglcptch_' . $role ] ) ? 1 : 0;
168
  <th></th>
169
  <td>
170
  <div id="gglcptch-test-keys">
171
+ <a class="button button-secondary" href="<?php echo add_query_arg( array( '_wpnonce' => wp_create_nonce( 'gglcptch-test-keys' ), 'action' => 'gglcptch-test-keys', 'is_network' => $this->is_network_options ? '1' : '0' ), admin_url( 'admin-ajax.php' ) ); ?>"><?php _e( 'Test reCAPTCHA' , 'google-captcha' ); ?></a>
172
  </div>
173
  </td>
174
  </tr>
177
  <div class="bws_tab_sub_label"><?php _e( 'General', 'google-captcha' ); ?></div>
178
  <table class="form-table">
179
  <tr valign="top">
180
+ <th scope="row"><?php _e( 'Enable reCAPTCHA for', 'google-captcha' ); ?></th>
181
  <td>
182
+ <!--[if !IE]> -->
183
+ <div class="gglcptch-settings-accordion">
184
+ <!-- <![endif]-->
185
+ <?php foreach ( $this->sections as $section_slug => $section ) {
 
 
 
 
186
 
187
+ if ( empty( $section['name'] ) || empty( $section['forms'] ) || ! is_array( $section['forms'] ) ) {
188
+ continue;
189
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
190
 
191
+ $section_notice = ! empty( $section['section_notice'] ) ? $section['section_notice'] : ''; ?>
192
+ <p class="gglcptch_section_header">
193
+ <i><?php echo $section['name']; ?></i>
194
+ <?php if ( ! empty( $section_notice ) ) { ?>
195
+ &nbsp;<span class="bws_info"><?php echo $section_notice; ?></span>
196
+ <?php } ?><br />
197
+ </p>
198
+ <fieldset class="gglcptch_section_forms">
199
+ <?php foreach ( $section['forms'] as $form_slug ) {
200
+ $form_notice = $this->forms[ $form_slug ]['form_notice'];
201
+ $form_atts = '';
202
+ if ( '' != $form_notice || '' != $section_notice ) {
203
+ $form_atts .= disabled( 1, 1, false );
204
+ }
205
+ $form_atts .= checked( ! empty( $this->options[ $form_slug ] ), true, false ); ?>
206
+ <label>
207
+ <input type="checkbox"<?php echo $form_atts; ?> name="gglcptch_<?php echo $form_slug; ?>" value="1" /> <?php echo $this->forms[ $form_slug ]['form_name']; ?>
208
+ </label>
209
+ <?php if ( '' != $form_notice ) { ?>
210
+ &nbsp;<span class="bws_info"><?php echo $form_notice; ?></span>
211
+ <?php } ?>
212
+ <br />
213
+ <?php } ?>
214
+ <hr />
215
+ </fieldset>
216
+ <?php } ?>
217
+ <!--[if !IE]> -->
218
+ </div> <!-- .gglcptch-settings-accordion -->
219
+ <!-- <![endif]-->
220
  </td>
221
  </tr>
222
  </table>
232
  <?php } ?>
233
  <table class="form-table">
234
  <tr valign="top">
235
+ <th scope="row"><?php _e( 'Hide reCAPTCHA for', 'google-captcha' ); ?></th>
236
  <td>
237
  <fieldset>
238
  <?php if ( function_exists( 'get_editable_roles' ) ) {
239
+ foreach ( get_editable_roles() as $role => $fields ) {
240
+ printf(
241
+ '<label><input type="checkbox" name="%1$s" value="%2$s" %3$s> %4$s</label><br/>',
242
+ 'gglcptch_' . $role,
243
+ $role,
244
+ checked( ! empty( $this->options[ $role ] ), true, false ),
245
+ $fields['name']
246
+ );
247
+ }
248
  } ?>
249
  </fieldset>
250
  </td>
251
  </tr>
252
  <tr valign="top">
253
+ <th scope="row"><?php _e( 'reCAPTCHA Version', 'google-captcha' ); ?></th>
254
  <td>
255
  <fieldset>
256
  <?php foreach ( $this->versions as $version => $version_name ) { ?>
301
  <th scope="row"><?php _e( 'Whitelist Notification', 'google-captcha' ); ?></th>
302
  <td>
303
  <textarea name="gglcptch_whitelist_message"><?php echo $this->options['whitelist_message']; ?></textarea>
304
+ <div class="bws_info"><?php _e( 'This message will be displayed instead of the reCAPTCHA.', 'google-captcha' ); ?></div>
305
+ </td>
306
+ </tr>
307
+ <tr valign="top">
308
+ <th scope="row"><?php _e( 'Disabled Submit Button', 'google-captcha' ); ?></th>
309
+ <td>
310
+ <input<?php echo $this->change_permission_attr; ?> id="gglcptch_disable_submit" type="checkbox" <?php checked( ! empty( $this->options["disable_submit"] ) ); ?> name="gglcptch_disable_submit" value="1" />&nbsp;
311
+ <span class="bws_info">
312
+ <?php _e( 'Enable to keep submit button disabled until reCAPTCHA is loaded (do not use this option if you see "Failed to load Google reCAPTCHA" message).', 'google-captcha' ); ?>
313
+ </span>
314
  </td>
315
  </tr>
316
  </table>
324
  */
325
  public function display_custom_messages( $save_results ) {
326
  if ( $this->options['recaptcha_version'] == 'v1' ) { ?>
327
+ <div class="updated inline bws-notice"><p><strong><?php _e( "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA version 1 features.", 'google-captcha' ); ?></strong></p></div>
328
  <?php }
329
  if ( ! empty( $this->options['need_keys_verified_check'] ) ) { ?>
330
+ <div class="updated inline bws-notice"><p><strong><?php _e( 'reCAPTCHA version was changed. Please submit "Test reCAPTCHA" and regenerate Site and Secret keys if necessary.', 'google-captcha' ); ?></strong></p></div>
331
  <?php }
332
  }
333
 
includes/forms.php ADDED
@@ -0,0 +1,492 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Contains the extending functionality
4
+ * @since 1.32
5
+ */
6
+ if ( ! function_exists( 'gglcptch_get_forms' ) ) {
7
+ function gglcptch_get_forms() {
8
+ global $gglcptch_options, $gglcptch_forms;
9
+
10
+ $default_forms = array(
11
+ 'login_form' => array( 'form_name' => __( 'Login form', 'google-captcha' ) ),
12
+ 'registration_form' => array( 'form_name' => __( 'Registration form', 'google-captcha' ) ),
13
+ 'reset_pwd_form' => array( 'form_name' => __( 'Reset password form', 'google-captcha' ) ),
14
+ 'comments_form' => array( 'form_name' => __( 'Comments form', 'google-captcha' ) ),
15
+ 'contact_form' => array( 'form_name' => 'Contact Form' )
16
+ );
17
+
18
+ $custom_forms = apply_filters( 'gglcptch_add_custom_form', array() );
19
+ $gglcptch_forms = array_merge( $default_forms, $custom_forms );
20
+
21
+ foreach ( $gglcptch_forms as $form_slug => $form_data ) {
22
+ $gglcptch_forms[ $form_slug ]['form_notice'] = gglcptch_get_form_notice( $form_slug );
23
+ }
24
+
25
+ $gglcptch_forms = apply_filters( 'gglcptch_forms', $gglcptch_forms );
26
+
27
+ return $gglcptch_forms;
28
+ }
29
+ }
30
+
31
+ if ( ! function_exists( 'gglcptch_get_sections' ) ) {
32
+ function gglcptch_get_sections() {
33
+ global $gglcptch_sections;
34
+
35
+ $default_sections = array(
36
+ 'standard' => array(
37
+ 'name' => __( 'WordPress default', 'google-captcha' ),
38
+ 'forms' => array(
39
+ 'login_form',
40
+ 'registration_form',
41
+ 'reset_pwd_form',
42
+ 'comments_form'
43
+ )
44
+ ),
45
+ 'external' => array(
46
+ 'name' => __( 'External Plugins', 'google-captcha' ),
47
+ 'forms' => array(
48
+ 'contact_form'
49
+ )
50
+ )
51
+ );
52
+
53
+ $custom_forms = apply_filters( 'gglcptch_add_custom_form', array() );
54
+
55
+ $custom_sections = ( empty( $custom_forms ) ) ? array() : array( 'custom' => array( 'name' => __( 'Custom Forms', 'google-captcha' ), 'forms' => array_keys( $custom_forms ) ) );
56
+ $gglcptch_sections = array_merge( $default_sections, $custom_sections );
57
+
58
+ foreach ( $gglcptch_sections as $section_slug => $section_data ) {
59
+ $gglcptch_sections[ $section_slug ]['section_notice'] = gglcptch_get_section_notice( $section_slug );
60
+ }
61
+
62
+ $gglcptch_sections = apply_filters( 'gglcptch_sections', $gglcptch_sections );
63
+
64
+ return $gglcptch_sections;
65
+ }
66
+ }
67
+
68
+ /* Add reCAPTCHA forms to the Limit Attempts plugin */
69
+ if ( ! function_exists( 'gglcptch_add_lmtttmpts_forms' ) ) {
70
+ function gglcptch_add_lmtttmpts_forms( $forms = array() ) {
71
+ if ( ! is_array( $forms ) ) {
72
+ $forms = array();
73
+ }
74
+
75
+ $forms["gglcptch"] = array(
76
+ 'name' => __( 'Google Captcha Plugin', 'google-captcha' ),
77
+ 'forms' => array(),
78
+ );
79
+
80
+ $recaptcha_forms = gglcptch_get_forms();
81
+
82
+ foreach ( $recaptcha_forms as $form_slug => $form_data ) {
83
+ $forms["gglcptch"]["forms"]["{$form_slug}_recaptcha_check"] = $form_data;
84
+ if ( empty( $form_data['form_notice'] ) ) {
85
+ $forms["gglcptch"]["forms"]["{$form_slug}_recaptcha_check"]['form_notice'] = gglcptch_get_section_notice( $form_slug );
86
+ }
87
+ }
88
+
89
+ return $forms;
90
+ }
91
+ }
92
+
93
+ /**
94
+ * Display section notice
95
+ * @access public
96
+ * @param $section_slug string
97
+ * @return array The action results
98
+ */
99
+ if ( ! function_exists( 'gglcptch_get_section_notice' ) ) {
100
+ function gglcptch_get_section_notice( $section_slug = '' ) {
101
+ $section_notice = "";
102
+ $plugins = array(
103
+ /* example: */
104
+ /* 'bbpress' => 'bbpress/bbpress.php' */
105
+ );
106
+
107
+ $is_network_admin = is_network_admin();
108
+
109
+ if ( isset( $plugins[ $section_slug ] ) ) {
110
+ $slug = explode( '/', $plugins[ $section_slug ] );
111
+ $slug = $slug[0];
112
+ $plugin_info = gglcptch_plugin_status( $plugins[ $section_slug ], get_plugins(), $is_network_admin );
113
+ if ( 'activated' == $plugin_info['status'] ) {
114
+ /* check required conditions */
115
+ } elseif ( 'deactivated' == $plugin_info['status'] ) {
116
+ $section_notice = '<a href="' . self_admin_url( 'plugins.php' ) . '">' . __( 'Activate', 'google-captcha' ) . '</a>';
117
+ } elseif ( 'not_installed' == $plugin_info['status'] ) {
118
+ $section_notice = sprintf( '<a href="http://wordpress.org/plugins/%s/" target="_blank">%s</a>', $slug, __( 'Install Now', 'google-captcha' ) );
119
+ }
120
+ }
121
+
122
+ return apply_filters( 'gglcptch_section_notice', $section_notice, $section_slug );
123
+ }
124
+ }
125
+
126
+ if ( ! function_exists( 'gglcptch_get_form_notice' ) ) {
127
+ function gglcptch_get_form_notice( $form_slug = '' ) {
128
+ global $wp_version, $gglcptch_plugin_info;
129
+ $form_notice = "";
130
+
131
+ $plugins = array(
132
+ 'contact_form' => array( 'contact-form-plugin/contact_form.php', 'contact-form-pro/contact_form_pro.php' )
133
+ );
134
+
135
+ if ( isset( $plugins[ $form_slug ] ) ) {
136
+ $plugin_info = gglcptch_plugin_status( $plugins[ $form_slug ], get_plugins(), is_network_admin() );
137
+
138
+ if ( 'activated' == $plugin_info['status'] ) {
139
+ /* check required conditions */
140
+ } elseif ( 'deactivated' == $plugin_info['status'] ) {
141
+ $form_notice = '<a href="' . self_admin_url( 'plugins.php' ) . '">' . __( 'Activate', 'google-captcha' ) . '</a>';
142
+ } elseif ( 'not_installed' == $plugin_info['status'] ) {
143
+ if ( 'contact_form' == $form_slug ) {
144
+ $form_notice = '<a href="https://bestwebsoft.com/products/wordpress/plugins/contact-form/?k=fa26df3911ebcd90c3e85117d6dd0ce0&pn=281&v=' . $gglcptch_plugin_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank">' . __( 'Install Now', 'google-captcha' ) . '</a>';
145
+ } else {
146
+ $slug = explode( '/', $plugins[ $form_slug ] );
147
+ $slug = $slug[0];
148
+ $form_notice = sprintf( '<a href="http://wordpress.org/plugins/%s/" target="_blank">%s</a>', $slug, __( 'Install Now', 'google-captcha' ) );
149
+ }
150
+ }
151
+ }
152
+ return apply_filters( 'gglcptch_form_notice', $form_notice, $form_slug );
153
+ }
154
+ }
155
+
156
+ if ( ! function_exists( 'gglcptch_add_actions' ) ) {
157
+ function gglcptch_add_actions() {
158
+ global $gglcptch_options, $wp_version, $gglcptch_ip_in_whitelist;
159
+
160
+ $is_user_logged_in = is_user_logged_in();
161
+
162
+ if ( ! empty( $gglcptch_options['login_form'] ) || ! empty( $gglcptch_options['reset_pwd_form'] ) || ! empty( $gglcptch_options['registration_form'] ) ) {
163
+ add_action( 'login_enqueue_scripts', 'gglcptch_add_styles' );
164
+
165
+ if ( gglcptch_is_recaptcha_required( 'login_form', $is_user_logged_in ) ) {
166
+ add_action( 'login_form', 'gglcptch_login_display' );
167
+ if ( ! $gglcptch_ip_in_whitelist ) {
168
+ add_action( 'authenticate', 'gglcptch_login_check', 21, 1 );
169
+ }
170
+ }
171
+
172
+ if ( gglcptch_is_recaptcha_required( 'registration_form', $is_user_logged_in ) ) {
173
+ if ( ! is_multisite() ) {
174
+ add_action( 'register_form', 'gglcptch_login_display', 99 );
175
+ if ( ! $gglcptch_ip_in_whitelist ) {
176
+ add_action( 'registration_errors', 'gglcptch_register_check', 10, 1 );
177
+ }
178
+ } else {
179
+ add_action( 'signup_extra_fields', 'gglcptch_signup_display' );
180
+ add_action( 'signup_blogform', 'gglcptch_signup_display' );
181
+ if ( ! $gglcptch_ip_in_whitelist ) {
182
+ add_filter( 'wpmu_validate_user_signup', 'gglcptch_signup_check', 10, 3 );
183
+ }
184
+ }
185
+ }
186
+
187
+ if ( gglcptch_is_recaptcha_required( 'reset_pwd_form', $is_user_logged_in ) ) {
188
+ add_action( 'lostpassword_form', 'gglcptch_login_display' );
189
+
190
+ if ( ! $gglcptch_ip_in_whitelist ) {
191
+ add_action( 'allow_password_reset', 'gglcptch_lostpassword_check' );
192
+ }
193
+ }
194
+ }
195
+
196
+ /* Add Google Captcha to WP comments */
197
+ if ( gglcptch_is_recaptcha_required( 'comments_form', $is_user_logged_in ) ) {
198
+ add_action( 'comment_form_after_fields', 'gglcptch_commentform_display' );
199
+ add_action( 'comment_form_logged_in_after', 'gglcptch_commentform_display' );
200
+ if ( ! $gglcptch_ip_in_whitelist ) {
201
+ add_action( 'pre_comment_on_post', 'gglcptch_commentform_check' );
202
+ }
203
+ }
204
+
205
+ /* Add Google Captcha to Contact Form by BestWebSoft */
206
+ if ( gglcptch_is_recaptcha_required( 'contact_form', $is_user_logged_in ) ) {
207
+ add_filter( 'cntctfrm_display_captcha', 'gglcptch_display', 10, 0 );
208
+ if ( ! $gglcptch_ip_in_whitelist ) {
209
+ add_filter( 'cntctfrm_check_form', 'gglcptch_contact_form_check' );
210
+ }
211
+ }
212
+ }
213
+ }
214
+
215
+ /* Echo google captcha */
216
+ if ( ! function_exists( 'gglcptch_echo_recaptcha' ) ) {
217
+ function gglcptch_echo_recaptcha( $content = '' ) {
218
+ echo gglcptch_display( $content );
219
+ }
220
+ }
221
+
222
+ /* Add google captcha to the login form */
223
+ if ( ! function_exists( 'gglcptch_login_display' ) ) {
224
+ function gglcptch_login_display() {
225
+
226
+ global $gglcptch_options;
227
+
228
+ if ( isset( $gglcptch_options['recaptcha_version'] ) && in_array( $gglcptch_options['recaptcha_version'], array( 'v1', 'v2' ) ) ) {
229
+ if ( 'v2' == $gglcptch_options['recaptcha_version'] ) {
230
+ $from_width = 302;
231
+ } else {
232
+ $from_width = 320;
233
+ if ( 'clean' == $gglcptch_options['theme'] ) {
234
+ $from_width = 450;
235
+ }
236
+ } ?>
237
+ <style type="text/css" media="screen">
238
+ .login-action-login #loginform,
239
+ .login-action-lostpassword #lostpasswordform,
240
+ .login-action-register #registerform {
241
+ width: <?php echo $from_width; ?>px !important;
242
+ }
243
+ #login_error,
244
+ .message {
245
+ width: <?php echo $from_width + 20; ?>px !important;
246
+ }
247
+ .login-action-login #loginform .gglcptch,
248
+ .login-action-lostpassword #lostpasswordform .gglcptch,
249
+ .login-action-register #registerform .gglcptch {
250
+ margin-bottom: 10px;
251
+ }
252
+ </style>
253
+ <?php }
254
+ echo gglcptch_display();
255
+ return true;
256
+ }
257
+ }
258
+
259
+ /* Check google captcha in login form */
260
+ if ( ! function_exists( 'gglcptch_login_check' ) ) {
261
+ function gglcptch_login_check( $user ) {
262
+
263
+ $gglcptch_check = gglcptch_check();
264
+
265
+ /* reCAPTCHA is not configured */
266
+ if ( ! $gglcptch_check['response'] && $gglcptch_check['reason'] == 'ERROR_NO_KEYS' ) {
267
+ return $user;
268
+ }
269
+
270
+ $la_result = gglcptch_handle_by_limit_attempts( $gglcptch_check['response'], 'login_form' );
271
+
272
+ if ( true !== $la_result ) {
273
+ $user = new WP_Error();
274
+
275
+ if ( is_wp_error( $la_result ) ) {
276
+ $user = $la_result;
277
+ } elseif ( is_string( $la_result ) ) {
278
+ $user->add( 'gglcptch_la_error', $la_result );
279
+ }
280
+
281
+ if ( $gglcptch_check['reason'] == 'VERIFICATION_FAILED' ) {
282
+ wp_clear_auth_cookie();
283
+ }
284
+
285
+ if ( ! $gglcptch_check['response'] ) {
286
+ $error_message = sprintf( '<strong>%s</strong>:&nbsp;%s', __( 'Error', 'google-captcha' ), gglcptch_get_message() );
287
+ $user->add( 'gglcptch_error', $error_message );
288
+ }
289
+ }
290
+
291
+ return $user;
292
+ }
293
+ }
294
+
295
+ /* Check google captcha in lostpassword form */
296
+ if ( ! function_exists( 'gglcptch_register_check' ) ) {
297
+ function gglcptch_register_check( $allow ) {
298
+
299
+ $gglcptch_check = gglcptch_check();
300
+
301
+ if ( ! $gglcptch_check['response'] && $gglcptch_check['reason'] == 'ERROR_NO_KEYS' ) {
302
+ return $allow;
303
+ }
304
+
305
+ $la_result = gglcptch_handle_by_limit_attempts( $gglcptch_check['response'], 'registration_form' );
306
+
307
+ if ( true !== $la_result ) {
308
+ if ( ! is_wp_error( $allow ) ) {
309
+ $allow = new WP_Error();
310
+ }
311
+
312
+ if ( is_wp_error( $la_result ) ) {
313
+ $allow = $la_result;
314
+ } elseif ( is_string( $la_result ) ) {
315
+ $allow->add( 'gglcptch_la_error', $la_result );
316
+ }
317
+
318
+ if ( ! $gglcptch_check['response'] ) {
319
+ $error_message = sprintf( '<strong>%s</strong>:&nbsp;%s', __( 'Error', 'google-captcha' ), gglcptch_get_message() );
320
+ $allow->add( 'gglcptch_error', $error_message );
321
+ }
322
+ }
323
+
324
+ return $allow;
325
+ }
326
+ }
327
+
328
+ /* Check google captcha in lostpassword form */
329
+ if ( ! function_exists( 'gglcptch_lostpassword_check' ) ) {
330
+ function gglcptch_lostpassword_check( $allow ) {
331
+
332
+ $gglcptch_check = gglcptch_check();
333
+
334
+ if ( ! $gglcptch_check['response'] && $gglcptch_check['reason'] == 'ERROR_NO_KEYS' ) {
335
+ return $allow;
336
+ }
337
+
338
+ $la_result = gglcptch_handle_by_limit_attempts( $gglcptch_check['response'], 'reset_pwd_form' );
339
+
340
+ if ( true !== $la_result ) {
341
+ if ( ! is_wp_error( $allow ) ) {
342
+ $allow = new WP_Error();
343
+ }
344
+
345
+ if ( is_wp_error( $la_result ) ) {
346
+ $allow = $la_result;
347
+ } elseif ( is_string( $la_result ) ) {
348
+ $allow->add( 'gglcptch_la_error', $la_result );
349
+ }
350
+
351
+ if ( ! $gglcptch_check['response'] ) {
352
+ $error_message = sprintf( '<strong>%s</strong>:&nbsp;%s', __( 'Error', 'google-captcha' ), gglcptch_get_message() );
353
+ $allow->add( 'gglcptch_error', $error_message );
354
+ }
355
+ }
356
+
357
+ return $allow;
358
+ }
359
+ }
360
+
361
+ /* Add google captcha to the multisite login form */
362
+ if ( ! function_exists( 'gglcptch_signup_display' ) ) {
363
+ function gglcptch_signup_display( $errors ) {
364
+ if ( $error_message = $errors->get_error_message( 'gglcptch_error' ) ) {
365
+ printf( '<p class="error gglcptch_error">%s</p>', $error_message );
366
+ }
367
+ echo gglcptch_display();
368
+ }
369
+ }
370
+
371
+ /* Check google captcha in multisite login form */
372
+ if ( ! function_exists( 'gglcptch_signup_check' ) ) {
373
+ function gglcptch_signup_check( $result ) {
374
+ global $current_user;
375
+
376
+ if ( is_admin() && ! defined( 'DOING_AJAX' ) && ! empty( $current_user->data->ID ) ) {
377
+ return $result;
378
+ }
379
+
380
+ $gglcptch_check = gglcptch_check();
381
+
382
+ if ( ! $gglcptch_check['response'] && $gglcptch_check['reason'] == 'ERROR_NO_KEYS' ) {
383
+ return $result;
384
+ }
385
+
386
+ $errors = $result['errors'];
387
+
388
+ $la_result = gglcptch_handle_by_limit_attempts( $gglcptch_check['response'], 'registration_form' );
389
+
390
+ if ( true !== $la_result ) {
391
+ if ( is_wp_error( $la_result ) ) {
392
+ $la_result = $la_result->get_error_message();
393
+ $errors->add( 'gglcptch_la_error', $la_result );
394
+ } elseif ( is_string( $la_result ) ) {
395
+ $errors->add( 'gglcptch_la_error', $la_result );
396
+ }
397
+
398
+ if ( ! $gglcptch_check['response'] ) {
399
+ $error_message = sprintf( '<strong>%s</strong>:&nbsp;%s', __( 'Error', 'google-captcha' ), gglcptch_get_message() );
400
+ $errors->add( 'gglcptch_error', $error_message );
401
+ }
402
+
403
+ $result['errors'] = $errors;
404
+ }
405
+
406
+ return $result;
407
+ }
408
+ }
409
+
410
+ /* Add google captcha to the comment form */
411
+ if ( ! function_exists( 'gglcptch_commentform_display' ) ) {
412
+ function gglcptch_commentform_display() {
413
+ if ( gglcptch_is_hidden_for_role() ) {
414
+ return;
415
+ }
416
+ echo gglcptch_display();
417
+ return true;
418
+ }
419
+ }
420
+
421
+ /* Check JS enabled for comment form */
422
+ if ( ! function_exists( 'gglcptch_commentform_check' ) ) {
423
+ function gglcptch_commentform_check() {
424
+
425
+ $gglcptch_check = gglcptch_check();
426
+
427
+ if ( ! $gglcptch_check['response'] && $gglcptch_check['reason'] == 'ERROR_NO_KEYS' ) {
428
+ return;
429
+ }
430
+
431
+ $la_result = gglcptch_handle_by_limit_attempts( $gglcptch_check['response'], 'comments_form' );
432
+
433
+ if ( true !== $la_result ) {
434
+ $error_message = '';
435
+ if ( is_wp_error( $la_result ) ) {
436
+ $la_result = $la_result->get_error_message();
437
+ $error_message .= $la_result . "<br />";
438
+ } elseif ( is_string( $la_result ) ) {
439
+ $error_message .= $la_result . "<br />";
440
+ }
441
+
442
+ if ( ! $gglcptch_check['response'] ) {
443
+ $error_message .= gglcptch_get_message() . "<br />";
444
+ }
445
+
446
+ $error_message = sprintf(
447
+ '<strong>%s</strong>:&nbsp;%s&nbsp;%s',
448
+ __( 'Error', 'google-captcha' ),
449
+ $error_message,
450
+ __( 'Click the BACK button on your browser and try again.', 'google-captcha' )
451
+ );
452
+ wp_die( $error_message );
453
+ }
454
+ return;
455
+ }
456
+ }
457
+
458
+ /* Check google captcha in BWS Contact Form */
459
+ if ( ! function_exists( 'gglcptch_contact_form_check' ) ) {
460
+ function gglcptch_contact_form_check( $allow = true ) {
461
+ if ( ! $allow || is_string( $allow ) || is_wp_error( $allow ) ) {
462
+ return $allow;
463
+ }
464
+
465
+ $gglcptch_check = gglcptch_check();
466
+
467
+ if ( ! $gglcptch_check['response'] && $gglcptch_check['reason'] == 'ERROR_NO_KEYS' ) {
468
+ return true;
469
+ }
470
+
471
+ $la_result = gglcptch_handle_by_limit_attempts( $gglcptch_check['response'], 'contact_form' );
472
+
473
+ if ( true !== $la_result ) {
474
+ $allow = new WP_Error();
475
+
476
+ if ( is_wp_error( $la_result ) ) {
477
+ $allow = $la_result;
478
+ } elseif ( is_string( $la_result ) ) {
479
+ $allow->add( 'gglcptch_la_error', $la_result );
480
+ }
481
+
482
+ if ( ! $gglcptch_check['response'] ) {
483
+ $error_message = sprintf( '<strong>%s</strong>:&nbsp;%s', __( 'Error', 'google-captcha' ), gglcptch_get_message() );
484
+ $allow->add( 'gglcptch_error', $error_message );
485
+ }
486
+
487
+ return $allow;
488
+ } else {
489
+ return true;
490
+ }
491
+ }
492
+ }
includes/pro_banners.php CHANGED
@@ -38,57 +38,117 @@ if ( ! function_exists( 'gglcptch_pro_block' ) ) {
38
  if ( ! function_exists( 'gglcptch_whitelist_banner' ) ) {
39
  function gglcptch_whitelist_banner() { ?>
40
  <div class="bws_info" style="line-height: 2;"><?php _e( "Allowed formats", 'google-captcha' ); ?>:&nbsp;<code>192.168.0.1, 192.168.0., 192.168., 192., 192.168.0.1/8, 123.126.12.243-185.239.34.54</code></div>
41
- <div class="bws_info" style="line-height: 2;"><?php _e( "Allowed separators for IPs: a comma", 'google-captcha' ); ?> (<code>,</code>), <?php _e( 'semicolon', 'google-captcha' ); ?> (<code>;</code>), <?php _e( 'ordinary space, tab, new line or carriage return.', 'google-captcha' ); ?></div>
42
  <?php _e( 'Reason', 'google-captcha' ); ?><br>
43
- <textarea disabled></textarea>
44
  <div class="bws_info" style="line-height: 2;"><?php _e( "Allowed separators for reasons: a comma", 'google-captcha' ); ?> (<code>,</code>), <?php _e( 'semicolon', 'google-captcha' ); ?> (<code>;</code>), <?php _e( 'tab, new line or carriage return.', 'google-captcha' ); ?></div>
45
  <?php }
46
  }
47
 
48
  if ( ! function_exists( 'gglcptch_supported_plugins_banner' ) ) {
49
- function gglcptch_supported_plugins_banner() { ?>
50
- <table class="form-table bws_pro_version">
51
- <tr valign="top">
52
- <th scope="row"></th>
53
- <td>
54
- <p>
55
- <i><?php _e( 'External Plugins', 'google-captcha' ); ?></i>
56
- </p>
57
- <br>
58
- <fieldset>
59
- <label><input disabled="disabled" type="checkbox" disabled="disabled"> Subscriber</label><br>
60
- <label><input disabled="disabled" type="checkbox" disabled="disabled"> Contact Form 7</label>
61
- </fieldset>
62
- <hr>
63
- <p>
64
- <i>BuddyPress</i>
65
- </p>
66
- <br>
67
- <fieldset>
68
- <label><input disabled="disabled" type="checkbox" disabled="disabled"> <?php _e( 'Registration form', 'google-captcha' ); ?></label><br>
69
- <label><input disabled="disabled" type="checkbox" disabled="disabled"> <?php _e( 'Comments form', 'google-captcha' ); ?></label><br>
70
- <label><input disabled="disabled" type="checkbox" disabled="disabled"> <?php _e( 'Create a Group form', 'google-captcha' ); ?></label>
71
- </fieldset>
72
- <hr>
73
- <p>
74
- <i>WooCommerce</i>
75
- </p>
76
- <br>
77
- <fieldset>
78
- <label><input disabled="disabled" type="checkbox" disabled="disabled"> <?php _e( 'Login form', 'google-captcha' ); ?></label><br>
79
- <label><input disabled="disabled" type="checkbox" disabled="disabled"> <?php _e( 'Registration form', 'google-captcha' ); ?></label><br>
80
- <label><input disabled="disabled" type="checkbox" disabled="disabled"> <?php _e( 'Lost password form', 'google-captcha' ); ?></label><br>
81
- <label><input disabled="disabled" type="checkbox" disabled="disabled"> <?php _e( 'Checkout form', 'google-captcha' ); ?></label>
82
- </fieldset>
83
- </td>
84
- </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  </table>
86
  <?php }
87
  }
88
 
89
  if ( ! function_exists( 'gglcptch_additional_settings_banner' ) ) {
90
  function gglcptch_additional_settings_banner() { ?>
91
- <table class="form-table bws_pro_version">
92
  <tr class="gglcptch_theme_v2" valign="top">
93
  <th scope="row">
94
  <?php _e( 'Size', 'google-captcha' ); ?>
@@ -111,7 +171,7 @@ if ( ! function_exists( 'gglcptch_additional_settings_banner' ) ) {
111
  <tr valign="top">
112
  <th scope="row"><?php _e( 'Multilanguage', 'google-captcha' ); ?></th>
113
  <td>
114
- <input disabled="disabled" type="checkbox" />
115
  <span class="bws_info"><?php _e( 'Enable to switch language automatically on multilingual website using Multilanguage plugin.', 'google-captcha' ); ?></span>
116
  </td>
117
  </tr>
38
  if ( ! function_exists( 'gglcptch_whitelist_banner' ) ) {
39
  function gglcptch_whitelist_banner() { ?>
40
  <div class="bws_info" style="line-height: 2;"><?php _e( "Allowed formats", 'google-captcha' ); ?>:&nbsp;<code>192.168.0.1, 192.168.0., 192.168., 192., 192.168.0.1/8, 123.126.12.243-185.239.34.54</code></div>
41
+ <div class="bws_info" style="line-height: 2;"><?php _e( "Allowed separators for IPs: a comma", 'google-captcha' ); ?> (<code>,</code>), <?php _e( 'semicolon', 'google-captcha' ); ?> (<code>;</code>), <?php _e( 'ordinary space, tab, new line or carriage return.', 'google-captcha' ); ?></div>
42
  <?php _e( 'Reason', 'google-captcha' ); ?><br>
43
+ <textarea disabled></textarea>
44
  <div class="bws_info" style="line-height: 2;"><?php _e( "Allowed separators for reasons: a comma", 'google-captcha' ); ?> (<code>,</code>), <?php _e( 'semicolon', 'google-captcha' ); ?> (<code>;</code>), <?php _e( 'tab, new line or carriage return.', 'google-captcha' ); ?></div>
45
  <?php }
46
  }
47
 
48
  if ( ! function_exists( 'gglcptch_supported_plugins_banner' ) ) {
49
+ function gglcptch_supported_plugins_banner() {
50
+ $pro_forms = array(
51
+ 'cf7' => array( 'form_name' => 'Contact Form 7' ),
52
+ 'si_contact_form' => array( 'form_name' => 'Fast Secure Contact Form' ),
53
+ 'jetpack_contact_form' => array( 'form_name' => __( 'Jetpack Contact Form', 'google-captcha' ) ),
54
+ 'sbscrbr' => array( 'form_name' => 'Subscriber' ),
55
+ 'bbpress_new_topic_form' => array( 'form_name' => __( 'bbPress New Topic form', 'google-captcha' ) ),
56
+ 'bbpress_reply_form' => array( 'form_name' => __( 'bbPress Reply form', 'google-captcha' ) ),
57
+ 'buddypress_register' => array( 'form_name' => __( 'BuddyPress Registration form', 'google-captcha' ) ),
58
+ 'buddypress_comments' => array( 'form_name' => __( 'BuddyPress Comments form', 'google-captcha' ) ),
59
+ 'buddypress_group' => array( 'form_name' => __( 'BuddyPress Add New Group form', 'google-captcha' ) ),
60
+ 'woocommerce_login' => array( 'form_name' => __( 'WooCommerce Login form', 'google-captcha' ) ),
61
+ 'woocommerce_register' => array( 'form_name' => __( 'WooCommerce Registration form', 'google-captcha' ) ),
62
+ 'woocommerce_lost_password' => array( 'form_name' => __( 'WooCommerce Reset password form', 'google-captcha' ) ),
63
+ 'woocommerce_checkout' => array( 'form_name' => __( 'WooCommerce Checkout form', 'google-captcha' ) ),
64
+ 'wpforo_login_form' => array( 'form_name' => __( 'wpForo Login form', 'google-captcha' ) ),
65
+ 'wpforo_register_form' => array( 'form_name' => __( 'wpForo Registration form', 'google-captcha' ) ),
66
+ 'wpforo_new_topic_form' => array( 'form_name' => __( 'wpForo New Topic form', 'google-captcha' ) ),
67
+ 'wpforo_reply_form' => array( 'form_name' => __( 'wpForo Reply form', 'google-captcha') )
68
+ );
69
+ $pro_sections = array(
70
+ 'external' => array(
71
+ 'name' => __( 'External Plugins', 'google-captcha' ),
72
+ 'forms' => array(
73
+ 'cf7',
74
+ 'si_contact_form',
75
+ 'jetpack_contact_form',
76
+ 'sbscrbr'
77
+ )
78
+ ),
79
+ 'bbpress' => array(
80
+ 'name' => 'bbPress',
81
+ 'forms' => array(
82
+ 'bbpress_new_topic_form',
83
+ 'bbpress_reply_form'
84
+ )
85
+ ),
86
+ 'buddypress' => array(
87
+ 'name' => 'BuddyPress',
88
+ 'forms' => array(
89
+ 'buddypress_register',
90
+ 'buddypress_comments',
91
+ 'buddypress_group'
92
+ )
93
+ ),
94
+ 'woocommerce' => array(
95
+ 'name' => 'WooCommerce',
96
+ 'forms' => array(
97
+ 'woocommerce_login',
98
+ 'woocommerce_register',
99
+ 'woocommerce_lost_password',
100
+ 'woocommerce_checkout'
101
+ )
102
+ ),
103
+ 'wpforo' => array(
104
+ 'name' => 'Forums - wpForo',
105
+ 'forms' => array(
106
+ 'wpforo_login_form',
107
+ 'wpforo_register_form',
108
+ 'wpforo_new_topic_form',
109
+ 'wpforo_reply_form'
110
+ )
111
+ )
112
+ ); ?>
113
+ <table class="form-table bws_pro_version" style="margin-right: 10px; width: calc( 100% - 10px );">
114
+ <tbody style="display: table-row-group;">
115
+ <tr valign="top">
116
+ <th scope="row"></th>
117
+ <td style="padding-top: 30px;">
118
+ <?php foreach ( $pro_sections as $section_slug => $section ) {
119
+
120
+ if ( empty( $section['name'] ) || empty( $section['forms'] ) || ! is_array( $section['forms'] ) ) {
121
+ continue;
122
+ } ?>
123
+ <!--[if !IE]> -->
124
+ <div class="gglcptch-settings-accordion">
125
+ <!-- <![endif]-->
126
+ <p class="gglcptch_section_header">
127
+ <i><?php echo $section['name']; ?></i><br />
128
+ </p>
129
+ <fieldset class="gglcptch_section_forms">
130
+ <?php foreach ( $section['forms'] as $form_slug ) { ?>
131
+ <label>
132
+ <input type="checkbox"<?php disabled( true ); ?> /> <?php echo $pro_forms[ $form_slug ]['form_name']; ?>
133
+ </label>
134
+ <br />
135
+ <?php } ?>
136
+ <hr />
137
+ </fieldset>
138
+ <!--[if !IE]> -->
139
+ </div> <!-- .gglcptch-settings-accordion -->
140
+ <!-- <![endif]-->
141
+ <?php } ?>
142
+ </td>
143
+ </tr>
144
+ </tbody>
145
  </table>
146
  <?php }
147
  }
148
 
149
  if ( ! function_exists( 'gglcptch_additional_settings_banner' ) ) {
150
  function gglcptch_additional_settings_banner() { ?>
151
+ <table class="form-table bws_pro_version">
152
  <tr class="gglcptch_theme_v2" valign="top">
153
  <th scope="row">
154
  <?php _e( 'Size', 'google-captcha' ); ?>
171
  <tr valign="top">
172
  <th scope="row"><?php _e( 'Multilanguage', 'google-captcha' ); ?></th>
173
  <td>
174
+ <input disabled="disabled" type="checkbox" />
175
  <span class="bws_info"><?php _e( 'Enable to switch language automatically on multilingual website using Multilanguage plugin.', 'google-captcha' ); ?></span>
176
  </td>
177
  </tr>
includes/whitelist.php CHANGED
@@ -7,8 +7,9 @@
7
  */
8
 
9
  if ( ! class_exists( 'Gglcptch_Whitelist' ) ) {
10
- if ( ! class_exists( 'WP_List_Table' ) )
11
  require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' );
 
12
 
13
  class Gglcptch_Whitelist extends WP_List_Table {
14
  private
@@ -24,8 +25,9 @@ if ( ! class_exists( 'Gglcptch_Whitelist' ) ) {
24
  */
25
  function __construct( $plugin_basename ) {
26
  global $gglcptch_options;
27
- if ( empty( $gglcptch_options ) )
28
  $gglcptch_options = get_option( 'gglcptch_options' );
 
29
  parent::__construct( array(
30
  'singular' => 'IP',
31
  'plural' => 'IP',
@@ -90,7 +92,7 @@ if ( ! class_exists( 'Gglcptch_Whitelist' ) ) {
90
  <input type="submit" class="button-secondary" value="<?php _e( 'Add IP to whitelist', 'google-captcha' ) ?>" />
91
  <?php wp_nonce_field( $this->basename, 'gglcptch_nonce_name' ); ?>
92
  </p>
93
- </form>
94
  <form id="gglcptch_whitelist_search" method="post" action="admin.php?page=google-captcha-whitelist.php">
95
  <?php $this->search_box( __( 'Search IP', 'google-captcha' ), 'search_whitelisted_ip' );
96
  wp_nonce_field( $this->basename, 'gglcptch_nonce_name' ); ?>
@@ -276,8 +278,9 @@ if ( ! class_exists( 'Gglcptch_Whitelist' ) ) {
276
  $error = $message = '';
277
 
278
  $bulk_action = isset( $_REQUEST['action'] ) && 'gglcptch_remove' == $_REQUEST['action'] ? true : false;
279
- if ( ! $bulk_action )
280
  $bulk_action = isset( $_REQUEST['action2'] ) && 'gglcptch_remove' == $_REQUEST['action2'] ? true : false;
 
281
 
282
  /* Add IP to the database */
283
  if (
@@ -303,10 +306,11 @@ if ( ! class_exists( 'Gglcptch_Whitelist' ) ) {
303
  'add_time' => $time
304
  )
305
  );
306
- if ( ! $wpdb->last_error )
307
  $message = __( 'IP added to the whitelist successfully.', 'google-captcha' );
308
- else
309
  $error = __( 'Some errors occurred.', 'google-captcha' );
 
310
  } else {
311
  $error = __( 'IP is already in the whitelist.', 'google-captcha' );
312
  }
7
  */
8
 
9
  if ( ! class_exists( 'Gglcptch_Whitelist' ) ) {
10
+ if ( ! class_exists( 'WP_List_Table' ) ) {
11
  require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' );
12
+ }
13
 
14
  class Gglcptch_Whitelist extends WP_List_Table {
15
  private
25
  */
26
  function __construct( $plugin_basename ) {
27
  global $gglcptch_options;
28
+ if ( empty( $gglcptch_options ) ) {
29
  $gglcptch_options = get_option( 'gglcptch_options' );
30
+ }
31
  parent::__construct( array(
32
  'singular' => 'IP',
33
  'plural' => 'IP',
92
  <input type="submit" class="button-secondary" value="<?php _e( 'Add IP to whitelist', 'google-captcha' ) ?>" />
93
  <?php wp_nonce_field( $this->basename, 'gglcptch_nonce_name' ); ?>
94
  </p>
95
+ </form>
96
  <form id="gglcptch_whitelist_search" method="post" action="admin.php?page=google-captcha-whitelist.php">
97
  <?php $this->search_box( __( 'Search IP', 'google-captcha' ), 'search_whitelisted_ip' );
98
  wp_nonce_field( $this->basename, 'gglcptch_nonce_name' ); ?>
278
  $error = $message = '';
279
 
280
  $bulk_action = isset( $_REQUEST['action'] ) && 'gglcptch_remove' == $_REQUEST['action'] ? true : false;
281
+ if ( ! $bulk_action ) {
282
  $bulk_action = isset( $_REQUEST['action2'] ) && 'gglcptch_remove' == $_REQUEST['action2'] ? true : false;
283
+ }
284
 
285
  /* Add IP to the database */
286
  if (
306
  'add_time' => $time
307
  )
308
  );
309
+ if ( ! $wpdb->last_error ) {
310
  $message = __( 'IP added to the whitelist successfully.', 'google-captcha' );
311
+ } else {
312
  $error = __( 'Some errors occurred.', 'google-captcha' );
313
+ }
314
  } else {
315
  $error = __( 'IP is already in the whitelist.', 'google-captcha' );
316
  }
js/admin_script.js CHANGED
@@ -16,6 +16,18 @@
16
  $( '.gglcptch_verified, #gglcptch-test-keys, #gglcptch-test-block' ).hide();
17
  } );
18
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  /**
20
  * Handle the "Whitelist" tab on the plugins option page
21
  */
@@ -39,8 +51,9 @@
39
  $( document ).on( 'click', '#gglcptch-test-keys a', function( e ) {
40
  e.preventDefault();
41
 
42
- if ( ! $( '#gglcptch-test-block' ).length )
43
  $( '#gglcptch-test-keys' ).after( '<div id="gglcptch-test-block"></div>' );
 
44
 
45
  $( '.gglcptch-test-results' ).remove();
46
  $( '#gglcptch-test-block' ).load( $( this ).prop( 'href' ), function() {
16
  $( '.gglcptch_verified, #gglcptch-test-keys, #gglcptch-test-block' ).hide();
17
  } );
18
 
19
+ $( '.gglcptch-settings-accordion' ).accordion(
20
+ {
21
+ collapsible: true,
22
+ heightStyle: "content"
23
+ }
24
+ );
25
+
26
+ /* Prevent jQuery accordion collapsing on link click */
27
+ $( ".gglcptch-settings-accordion a" ).on( "click", function( event ) {
28
+ event.stopPropagation();
29
+ } );
30
+
31
  /**
32
  * Handle the "Whitelist" tab on the plugins option page
33
  */
51
  $( document ).on( 'click', '#gglcptch-test-keys a', function( e ) {
52
  e.preventDefault();
53
 
54
+ if ( ! $( '#gglcptch-test-block' ).length ) {
55
  $( '#gglcptch-test-keys' ).after( '<div id="gglcptch-test-block"></div>' );
56
+ }
57
 
58
  $( '.gglcptch-test-results' ).remove();
59
  $( '#gglcptch-test-block' ).load( $( this ).prop( 'href' ), function() {
js/pre-api-script.js CHANGED
@@ -11,6 +11,9 @@ function gglcptch_alert_fail_message( e ) {
11
 
12
  function gglcptch_onload_callback() {
13
  ( function( $ ) {
 
 
 
14
  gglcptch_pre.is_loaded = true;
15
  $( document ).ready( function() {
16
  $( 'form input:submit, form button' ).filter('[data-gglcptch_disabled]')
11
 
12
  function gglcptch_onload_callback() {
13
  ( function( $ ) {
14
+ if ( '' != gglcptch_pre.custom_callback ) {
15
+ eval( gglcptch_pre.custom_callback );
16
+ }
17
  gglcptch_pre.is_loaded = true;
18
  $( document ).ready( function() {
19
  $( 'form input:submit, form button' ).filter('[data-gglcptch_disabled]')
js/script.js CHANGED
@@ -104,6 +104,11 @@
104
  target.off();
105
  target.data( 'storedEvents', storedEvents );
106
  }
 
 
 
 
 
107
  }
108
 
109
  function restoreEvents( el ) {
@@ -119,6 +124,11 @@
119
  }
120
  /* reset stored events */
121
  target.removeData( 'storedEvents' );
 
 
 
 
 
122
  }
123
 
124
  function storeOnSubmit( form, gglcptch_index ) {
@@ -233,130 +243,6 @@
233
  $( '.woocommerce' ).on( 'click', '.woocommerce-tabs', gglcptch_prepare );
234
 
235
  $( '#recaptcha_widget_div' ).on( 'input paste change', '#recaptcha_response_field', cleanError );
236
-
237
- $( 'form' ).not( '[name="loginform"], [name="registerform"], [name="lostpasswordform"], #setupform, .cntctfrmpr_contact_form, .cntctfrm_contact_form, #commentform, .bws_form, #crrntl-user-info' + gglcptch.vars.excluded_forms ).submit( function( e ) {
238
- var $form = $( this ),
239
- $gglcptch = $form.find( '.gglcptch' ),
240
- $captcha = $gglcptch.filter( '.gglcptch_v1' ).find( '.gglcptch_recaptcha:visible' ),
241
- $captcha_v2 = $gglcptch.filter( '.gglcptch_v2' ).find( '.gglcptch_recaptcha:visible' );
242
- $captcha_invisible = $gglcptch.filter( '.gglcptch_invisible' ).find( '.gglcptch_recaptcha:visible' );
243
- if ( $captcha.length ) {
244
- if ( $gglcptch.find( 'input[name="gglcptch_test_enable_js_field"]:hidden' ).length == 0 ) {
245
- $gglcptch.append( '<input type="hidden" value="' + gglcptch.vars.nonce + '" name="gglcptch_test_enable_js_field" />' );
246
- }
247
- $.ajax( {
248
- async : false,
249
- cache : false,
250
- type : 'POST',
251
- url : gglcptch.vars.ajaxurl,
252
- headers : {
253
- 'Content-Type' : 'application/x-www-form-urlencoded'
254
- },
255
- data : {
256
- action: 'gglcptch_captcha_check',
257
- recaptcha_challenge_field : $( '#recaptcha_challenge_field' ).val(),
258
- recaptcha_response_field : $( '#recaptcha_response_field' ).val()
259
- },
260
- success: function( data ) {
261
- if ( data == 'error' ) {
262
- if ( $captcha.next( '#gglcptch_error' ).length == 0 ) {
263
- $captcha.after( '<label id="gglcptch_error">' + gglcptch.vars.error_msg + '</label>' );
264
- }
265
- $( '#recaptcha_reload' ).trigger( 'click' );
266
- e.preventDefault ? e.preventDefault() : (e.returnValue = false);
267
- return false;
268
- }
269
- },
270
- error: function( request, status, error ) {
271
- if ( $captcha.next( '#gglcptch_error' ).length == 0 ) {
272
- $captcha.after( '<label id="gglcptch_error">' + request.status + ' ' + error + '</label>' );
273
- }
274
- $( '#recaptcha_reload' ).trigger( 'click' );
275
- e.preventDefault ? e.preventDefault() : ( e.returnValue = false );
276
- return false;
277
- }
278
- } );
279
- $( '#recaptcha_reload' ).trigger( 'click' );
280
- } else if ( $captcha_v2.length ) {
281
- if ( $gglcptch.find( 'input[name="gglcptch_test_enable_js_field"]:hidden' ).length == 0 ) {
282
- $gglcptch.append( '<input type="hidden" value="' + gglcptch.vars.nonce + '" name="gglcptch_test_enable_js_field" />' );
283
- }
284
- $.ajax( {
285
- async : false,
286
- cache : false,
287
- type : 'POST',
288
- url : gglcptch.vars.ajaxurl,
289
- headers : {
290
- 'Content-Type' : 'application/x-www-form-urlencoded'
291
- },
292
- data : {
293
- action: 'gglcptch_captcha_check',
294
- 'g-recaptcha-response' : $form.find( '.g-recaptcha-response' ).val()
295
- },
296
- success: function( data ) {
297
- if ( data == 'error' ) {
298
- if ( $captcha_v2.next( '#gglcptch_error' ).length == 0 ) {
299
- $captcha_v2.after( '<label id="gglcptch_error">' + gglcptch.vars.error_msg + '</label>' );
300
- $( "#gglcptch_error" ).fadeOut( 15000, function() {
301
- $( "#gglcptch_error" ).remove();
302
- } );
303
- $( 'html, body' ).animate( { scrollTop: $captcha_v2.offset().top - 50 }, 500);
304
- }
305
- grecaptcha.reset( $captcha_v2.data( 'gglcptch_index' ) );
306
- e.preventDefault ? e.preventDefault() : ( e.returnValue = false );
307
- return false;
308
- }
309
- },
310
- error: function( request, status, error ) {
311
- if ( $captcha_v2.next( '#gglcptch_error' ).length == 0 ) {
312
- $captcha_v2.after( '<label id="gglcptch_error">' + request.status + ' ' + error + '</label>' );
313
- }
314
- grecaptcha.reset( $captcha_v2.data( 'gglcptch_index' ) );
315
- e.preventDefault ? e.preventDefault() : ( e.returnValue = false );
316
- return false;
317
- }
318
- } );
319
- } else if ( $captcha_invisible.length ) {
320
- if ( $gglcptch.find( 'input[name="gglcptch_test_enable_js_field"]:hidden' ).length == 0 ) {
321
- $gglcptch.append( '<input type="hidden" value="' + gglcptch.vars.nonce + '" name="gglcptch_test_enable_js_field" />' );
322
- }
323
- $.ajax( {
324
- async : false,
325
- cache : false,
326
- type : 'POST',
327
- url : gglcptch.vars.ajaxurl,
328
- headers : {
329
- 'Content-Type' : 'application/x-www-form-urlencoded'
330
- },
331
- data : {
332
- action: 'gglcptch_captcha_check',
333
- 'g-recaptcha-response' : $form.find( '.g-recaptcha-response' ).val()
334
- },
335
- success: function( data ) {
336
- if ( data == 'error' ) {
337
- if ( $captcha_invisible.next( '#gglcptch_error' ).length == 0 ) {
338
- $captcha_invisible.after( '<label id="gglcptch_error">' + gglcptch.vars.error_msg + '</label>' );
339
- $( "#gglcptch_error" ).fadeOut( 15000, function() {
340
- $( "#gglcptch_error" ).remove();
341
- } );
342
- $( 'html, body' ).animate( { scrollTop: $captcha_invisible.offset().top - 50 }, 500);
343
- }
344
- grecaptcha.reset( $captcha_invisible.data( 'gglcptch_index' ) );
345
- e.preventDefault ? e.preventDefault() : ( e.returnValue = false );
346
- return false;
347
- }
348
- },
349
- error: function( request, status, error ) {
350
- if ( $captcha_invisible.next( '#gglcptch_error' ).length == 0 ) {
351
- $captcha_invisible.after( '<label id="gglcptch_error">' + request.status + ' ' + error + '</label>' );
352
- }
353
- grecaptcha.reset( $captcha_invisible.data( 'gglcptch_index' ) );
354
- e.preventDefault ? e.preventDefault() : ( e.returnValue = false );
355
- return false;
356
- }
357
- } );
358
- }
359
- } );
360
  } );
361
 
362
  function cleanError() {
104
  target.off();
105
  target.data( 'storedEvents', storedEvents );
106
  }
107
+ /* storing and removing onclick action */
108
+ if ( 'undefined' != typeof target.attr( 'onclick') ) {
109
+ target.attr( 'gglcptch-onclick', target.attr( 'onclick') );
110
+ target.removeAttr('onclick');
111
+ }
112
  }
113
 
114
  function restoreEvents( el ) {
124
  }
125
  /* reset stored events */
126
  target.removeData( 'storedEvents' );
127
+ /* restoring onclick action */
128
+ if ( 'undefined' != typeof target.attr( 'gglcptch-onclick' ) ) {
129
+ target.attr('onclick', target.attr( 'gglcptch-onclick') );
130
+ target.removeAttr('gglcptch-onclick');
131
+ }
132
  }
133
 
134
  function storeOnSubmit( form, gglcptch_index ) {
243
  $( '.woocommerce' ).on( 'click', '.woocommerce-tabs', gglcptch_prepare );
244
 
245
  $( '#recaptcha_widget_div' ).on( 'input paste change', '#recaptcha_response_field', cleanError );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
246
  } );
247
 
248
  function cleanError() {
languages/google-captcha-cs_CZ.mo CHANGED
Binary file
languages/google-captcha-cs_CZ.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-21 15:08+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Mik013\n"
8
  "Language-Team: Mik013\n"
@@ -17,33 +17,33 @@ msgstr ""
17
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: google-captcha.php:35 google-captcha.php:37 google-captcha.php:499
21
- #: includes/class-gglcptch-settings-tabs.php:152
22
  msgid "Google Captcha Settings"
23
  msgstr "Nastavení Google Captcha"
24
 
25
- #: google-captcha.php:37 google-captcha.php:1002 google-captcha.php:1023
26
  #: includes/class-gglcptch-settings-tabs.php:25
27
  msgid "Settings"
28
  msgstr "Nastavení"
29
 
30
- #: google-captcha.php:39 includes/whitelist.php:44
31
  msgid "Google Captcha Whitelist"
32
- msgstr ""
33
 
34
- #: google-captcha.php:39
35
  msgid "Whitelist"
36
  msgstr "Seznam povolených"
37
 
38
- #: google-captcha.php:45 includes/pro_banners.php:29
39
  msgid "Upgrade to Pro"
40
  msgstr "Aktualizovat na Pro"
41
 
42
- #: google-captcha.php:267
43
  msgid "Please wait until Google reCAPTCHA is loaded."
44
  msgstr "Prosím počkejte, než se Google reCAPTCHA načte."
45
 
46
- #: google-captcha.php:268
47
  msgid ""
48
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
49
  "reload this page."
@@ -51,64 +51,65 @@ msgstr ""
51
  "Nepodařilo se načíst Google reCAPTCHA. Zkontrolujte připojení k Internetu a "
52
  "znovu načtěte tuto stránku."
53
 
54
- #: google-captcha.php:288
55
  msgid "Warning"
56
  msgstr "Upozornění"
57
 
58
- #: google-captcha.php:292 google-captcha.php:807 google-captcha.php:838
59
- #: google-captcha.php:867 google-captcha.php:897 google-captcha.php:926
60
- msgid "Error"
61
- msgstr "Chyba"
62
-
63
- #: google-captcha.php:390
64
  msgid "You are in the whitelist"
65
  msgstr "Jste na seznamu povolených"
66
 
67
- #: google-captcha.php:555 google-captcha.php:1043
68
  msgid "To use Google Captcha you must get the keys from"
69
  msgstr "Chcete-li použít Google Captcha musíte získat klíče z"
70
 
71
- #: google-captcha.php:556 google-captcha.php:1044
72
  msgid "here"
73
  msgstr "zde"
74
 
75
- #: google-captcha.php:557 google-captcha.php:1045
76
  msgid "and enter them on the"
77
  msgstr "a zadejte je na"
78
 
79
- #: google-captcha.php:559 google-captcha.php:1047
80
  msgid "plugin setting page"
81
  msgstr "stránce nastavení pluginu"
82
 
83
- #: google-captcha.php:762
 
 
 
 
 
 
84
  msgid "User response is missing."
85
  msgstr "Chybí odezva uživatele."
86
 
87
- #: google-captcha.php:766 google-captcha.php:774
88
  msgid "Secret Key is invalid."
89
- msgstr ""
90
 
91
- #: google-captcha.php:767 google-captcha.php:775
92
  msgid "Check your domain configurations"
93
- msgstr ""
94
 
95
- #: google-captcha.php:768 google-captcha.php:776
96
  msgid "and enter it again"
97
  msgstr "a zadejte jej znovu"
98
 
99
- #: google-captcha.php:771
100
  msgid "Secret Key is missing."
101
  msgstr "Tajný klíč chybí."
102
 
103
- #: google-captcha.php:778
104
  msgid "User response is invalid"
105
  msgstr "Neplatná odezva uživatele"
106
 
107
- #: google-captcha.php:779
108
  msgid "You have entered an incorrect reCAPTCHA value."
109
  msgstr "Zadali jste nesprávnou hodnotu reCAPTCHA ."
110
 
111
- #: google-captcha.php:780
112
  msgid ""
113
  "More than one reCAPTCHA has been found in the current form. Please remove "
114
  "all unnecessary reCAPTCHA fields to make it work properly."
@@ -116,45 +117,41 @@ msgstr ""
116
  "V aktuálním formuláři byla zjištěna více než jedna reCAPTCHA. Pro správnou "
117
  "funkcionalitu, prosím odstraňte všechny nepotřebné reCAPTCHA pole."
118
 
119
- #: google-captcha.php:926
120
- msgid "Click the BACK button on your browser and try again."
121
- msgstr ""
122
-
123
- #: google-captcha.php:954
124
  msgid "Please submit \"Test verification\""
125
- msgstr ""
126
 
127
- #: google-captcha.php:956
128
  msgid "Please complete the captcha and submit \"Test verification\""
129
- msgstr ""
130
 
131
- #: google-captcha.php:962
132
  msgid "Test verification"
133
  msgstr "Test ověření"
134
 
135
- #: google-captcha.php:983
136
  msgid "The verification is successfully completed."
137
- msgstr ""
138
 
139
- #: google-captcha.php:1024
140
  msgid "FAQ"
141
  msgstr "Často kladené otázky (FAQ)"
142
 
143
- #: google-captcha.php:1025
144
  msgid "Support"
145
  msgstr "Podpora"
146
 
147
  #: includes/class-gglcptch-settings-tabs.php:26
148
  msgid "Misc"
149
- msgstr ""
150
 
151
  #: includes/class-gglcptch-settings-tabs.php:27
152
  msgid "Custom Code"
153
- msgstr ""
154
 
155
  #: includes/class-gglcptch-settings-tabs.php:28
156
  msgid "License Key"
157
- msgstr ""
158
 
159
  #: includes/class-gglcptch-settings-tabs.php:51
160
  msgid "Site Key"
@@ -171,138 +168,163 @@ msgstr "Verze"
171
 
172
  #: includes/class-gglcptch-settings-tabs.php:65
173
  msgid "Invisible"
174
- msgstr ""
175
-
176
- #: includes/class-gglcptch-settings-tabs.php:70 includes/pro_banners.php:78
177
- msgid "Login form"
178
- msgstr "Přihlašovací formulář"
179
-
180
- #: includes/class-gglcptch-settings-tabs.php:71 includes/pro_banners.php:68
181
- #: includes/pro_banners.php:79
182
- msgid "Registration form"
183
- msgstr "Registrační formulář"
184
-
185
- #: includes/class-gglcptch-settings-tabs.php:72
186
- msgid "Reset password form"
187
- msgstr "Formulář pro resetování hesla"
188
-
189
- #: includes/class-gglcptch-settings-tabs.php:73 includes/pro_banners.php:69
190
- msgid "Comments form"
191
- msgstr "Formulář komentářů"
192
 
193
- #: includes/class-gglcptch-settings-tabs.php:98
194
  msgid "Enter site key"
195
  msgstr "Vložte webový klíč"
196
 
197
- #: includes/class-gglcptch-settings-tabs.php:99
198
- #: includes/class-gglcptch-settings-tabs.php:106
199
  msgid "WARNING: The captcha will not be displayed until you fill key fields."
200
- msgstr ""
201
 
202
- #: includes/class-gglcptch-settings-tabs.php:105
203
  msgid "Enter secret key"
204
  msgstr "Vložte tajný klíč"
205
 
206
- #: includes/class-gglcptch-settings-tabs.php:138
207
  msgid "Settings saved."
208
- msgstr ""
209
 
210
- #: includes/class-gglcptch-settings-tabs.php:155
211
  msgid "Authentication"
212
  msgstr "Autentizace"
213
 
214
- #: includes/class-gglcptch-settings-tabs.php:156
215
  msgid ""
216
  "Register your website with Google to get required API keys and enter them "
217
  "below."
218
  msgstr ""
 
 
219
 
220
- #: includes/class-gglcptch-settings-tabs.php:156
221
  msgid "Get the API Keys"
222
- msgstr ""
223
 
224
- #: includes/class-gglcptch-settings-tabs.php:173
225
- msgid "Test ReCaptcha"
226
- msgstr ""
 
227
 
228
- #: includes/class-gglcptch-settings-tabs.php:179
229
  msgid "General"
230
- msgstr ""
231
-
232
- #: includes/class-gglcptch-settings-tabs.php:182
233
- msgid "Enable ReCaptcha for"
234
- msgstr ""
235
-
236
- #: includes/class-gglcptch-settings-tabs.php:186
237
- msgid "WordPress default"
238
- msgstr "WordPress"
239
-
240
- #: includes/class-gglcptch-settings-tabs.php:194
241
- msgid "This option is available only for network or for main blog."
242
- msgstr ""
243
 
244
- #: includes/class-gglcptch-settings-tabs.php:206 includes/pro_banners.php:55
245
- msgid "External Plugins"
246
- msgstr ""
247
-
248
- #: includes/class-gglcptch-settings-tabs.php:215
249
- msgid "Activate"
250
- msgstr ""
251
-
252
- #: includes/class-gglcptch-settings-tabs.php:218
253
- msgid "Install Now"
254
- msgstr ""
255
-
256
- #: includes/class-gglcptch-settings-tabs.php:221
257
- msgid "Enable for adding captcha to forms on their settings pages."
258
- msgstr ""
259
 
260
- #: includes/class-gglcptch-settings-tabs.php:236
261
- #: includes/class-gglcptch-settings-tabs.php:296 includes/pro_banners.php:20
262
  msgid "Close"
263
  msgstr "Zavřít"
264
 
265
- #: includes/class-gglcptch-settings-tabs.php:245
266
- msgid "Hide ReCaptcha in Comments Form for"
267
- msgstr ""
 
268
 
269
- #: includes/class-gglcptch-settings-tabs.php:257
270
- msgid "ReCaptcha Version"
271
- msgstr ""
272
 
273
- #: includes/class-gglcptch-settings-tabs.php:271
274
- #: includes/class-gglcptch-settings-tabs.php:283
275
  msgid "Theme"
276
- msgstr ""
277
 
278
- #: includes/class-gglcptch-settings-tabs.php:305
279
  msgid "Whitelist Notification"
280
  msgstr "Upozornění na seznam povolených"
281
 
282
- #: includes/class-gglcptch-settings-tabs.php:308
283
- msgid "This message will be displayed instead of the ReCaptcha."
 
 
 
 
 
284
  msgstr ""
285
 
286
- #: includes/class-gglcptch-settings-tabs.php:322
287
  msgid ""
288
- "Only one ReCaptcha can be displayed on the page, it's related to ReCaptcha "
289
- "version 1 features."
290
  msgstr ""
291
 
292
  #: includes/class-gglcptch-settings-tabs.php:325
293
  msgid ""
294
- "ReCaptcha version was changed. Please submit \"Test ReCaptcha\" and "
295
- "regenerate Site and Secret keys if necessary."
296
  msgstr ""
 
 
297
 
298
- #: includes/class-gglcptch-settings-tabs.php:338
299
- msgid "Google Captcha Shortcode"
 
 
 
300
  msgstr ""
 
 
301
 
302
  #: includes/class-gglcptch-settings-tabs.php:341
 
 
 
 
303
  msgid ""
304
  "Add Google Captcha to your posts or pages using the following shortcode:"
305
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
306
 
307
  #: includes/pro_banners.php:17
308
  msgid "This options is available in Pro version of plugin"
@@ -322,7 +344,7 @@ msgstr "středník"
322
 
323
  #: includes/pro_banners.php:41
324
  msgid "ordinary space, tab, new line or carriage return."
325
- msgstr ""
326
 
327
  #: includes/pro_banners.php:42
328
  msgid "Reason"
@@ -334,53 +356,102 @@ msgstr "Povolený oddělovač pro Důvod: čárka"
334
 
335
  #: includes/pro_banners.php:44
336
  msgid "tab, new line or carriage return."
 
 
 
 
 
 
 
 
337
  msgstr ""
338
 
339
- #: includes/pro_banners.php:70
340
- msgid "Create a Group form"
341
  msgstr ""
342
 
343
- #: includes/pro_banners.php:80
344
- msgid "Lost password form"
 
 
 
 
 
 
 
 
 
 
345
  msgstr ""
346
 
347
- #: includes/pro_banners.php:81
348
- msgid "Checkout form"
 
 
 
 
 
349
  msgstr ""
350
 
351
- #: includes/pro_banners.php:94
352
- msgid "Size"
 
 
 
 
 
 
 
 
353
  msgstr ""
354
 
355
- #: includes/pro_banners.php:98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
356
  msgid "Normal"
357
  msgstr "Normální"
358
 
359
- #: includes/pro_banners.php:99
360
  msgid "Compact"
361
  msgstr "Kompaktní"
362
 
363
- #: includes/pro_banners.php:104
364
  msgid "Language"
365
- msgstr ""
366
 
367
- #: includes/pro_banners.php:112
368
  msgid "Multilanguage"
369
- msgstr ""
370
 
371
- #: includes/pro_banners.php:115
372
  msgid ""
373
  "Enable to switch language automatically on multilingual website using "
374
  "Multilanguage plugin."
375
  msgstr ""
 
 
376
 
377
  #: includes/whitelist.php:47
378
  msgid "Add New"
379
- msgstr ""
380
 
381
  #: includes/whitelist.php:72
382
  msgid "IP to whitelist"
383
- msgstr ""
384
 
385
  #: includes/whitelist.php:79
386
  msgid "My IP"
@@ -392,7 +463,7 @@ msgstr "Povolený rozsah"
392
 
393
  #: includes/whitelist.php:90
394
  msgid "Add IP to whitelist"
395
- msgstr ""
396
 
397
  #: includes/whitelist.php:95
398
  msgid "Search IP"
@@ -408,28 +479,28 @@ msgstr "Na seznamu povolených zatím není žádná IP adresa"
408
 
409
  #: includes/whitelist.php:156
410
  msgid "IP Address"
411
- msgstr ""
412
 
413
  #: includes/whitelist.php:157
414
  msgid "Date Added"
415
- msgstr ""
416
 
417
  #: includes/whitelist.php:211 includes/whitelist.php:221
418
  msgid "Delete"
419
- msgstr ""
420
 
421
  #: includes/whitelist.php:307
422
  msgid "IP added to the whitelist successfully."
423
- msgstr ""
424
 
425
  #: includes/whitelist.php:309 includes/whitelist.php:330
426
  #: includes/whitelist.php:340
427
  msgid "Some errors occurred."
428
- msgstr ""
429
 
430
  #: includes/whitelist.php:311
431
  msgid "IP is already in the whitelist."
432
- msgstr ""
433
 
434
  #: includes/whitelist.php:314
435
  msgid "Invalid IP. See allowed formats."
@@ -437,36 +508,58 @@ msgstr "Neplatná IP adresa. Zkontrolujte Přípustné formáty."
437
 
438
  #: includes/whitelist.php:336
439
  msgid "One IP was deleted successfully."
440
- msgstr ""
441
 
442
  #: includes/whitelist.php:343
443
  msgid "You have not entered any IP."
444
- msgstr ""
445
 
446
  #: includes/whitelist.php:346
447
  msgid "You have not entered any IP in to the search form."
448
- msgstr ""
449
 
450
  #: includes/whitelist.php:348
451
  msgid "Search results for"
452
  msgstr "Výsledky hledání pro"
453
 
454
- #~ msgid "Check your domain configuration"
455
- #~ msgstr "Zkontrolujte konfiguraci vaší domény"
456
 
457
- #~ msgid "Click the BACK button on your browser, and try again."
458
- #~ msgstr "Klikněte ve vašem prohlížeči na tlačítko ZPĚT a zkuste to znovu."
 
 
 
459
 
460
  #~ msgid ""
461
- #~ "WARNING: The captcha will not display while you don't fill key fields."
462
- #~ msgstr "VAROVÁNÍ: Captcha se nezobrazí, dokud nejsou vyplněná pole s klíči."
 
 
 
463
 
464
- #~ msgid "Check off for adding captcha to forms on their settings pages"
 
 
 
465
  #~ msgstr ""
466
- #~ "Odškrtnout pro přidání captcha do formulářů na jejich stránkách nastavení"
467
 
468
- #~ msgid "Invisible reCAPTCHA"
469
- #~ msgstr "Neviditelná reCAPTCHA"
 
 
 
 
 
 
 
 
 
 
 
 
 
470
 
471
  #~ msgid "Settings saved"
472
  #~ msgstr "Nastavení uloženo"
@@ -480,13 +573,6 @@ msgstr "Výsledky hledání pro"
480
  #~ msgid "Go PRO"
481
  #~ msgstr "Přejít na PRO"
482
 
483
- #~ msgid ""
484
- #~ "Only one reCAPTCHA can be displayed on the page, it's related to "
485
- #~ "reCAPTCHA version 1 features."
486
- #~ msgstr ""
487
- #~ "Na stránce lze zobrazit pouze jednu reCAPTCHA, což souvisí s vlastnostmi "
488
- #~ "reCAPTCHA verze 1."
489
-
490
  #~ msgid ""
491
  #~ "If you would like to add a Google Captcha (reCAPTCHA) to your page or "
492
  #~ "post, please use %s button"
@@ -518,9 +604,6 @@ msgstr "Výsledky hledání pro"
518
  #~ msgid "Options"
519
  #~ msgstr "Možnosti"
520
 
521
- #~ msgid "Enable reCAPTCHA for"
522
- #~ msgstr "Povolit reCAPTCHA pro"
523
-
524
  #~ msgid "This option is available only for network or for main blog"
525
  #~ msgstr "Tato možnost je k dispozici pouze pro síť nebo pro hlavní blog"
526
 
@@ -539,6 +622,10 @@ msgstr "Výsledky hledání pro"
539
  #~ msgid "download"
540
  #~ msgstr "stáhnout"
541
 
 
 
 
 
542
  #~ msgid ""
543
  #~ "If you would like to add Google Captcha (reCAPTCHA) to a custom form see "
544
  #~ "%s"
@@ -556,9 +643,6 @@ msgstr "Výsledky hledání pro"
556
  #~ "Tato zpráva se zobrazí namísto reCAPTCHA pokud je uživatelova IP adresa "
557
  #~ "přidána na seznam povolených"
558
 
559
- #~ msgid "reCAPTCHA Version"
560
- #~ msgstr "reCAPTCHA verze"
561
-
562
  #~ msgid ""
563
  #~ "reCAPTCHA block won't be visible for non-suspicious users while "
564
  #~ "suspicious ones will have to pass the captcha"
@@ -578,6 +662,12 @@ msgstr "Výsledky hledání pro"
578
  #~ msgid "Secret Key is invalid"
579
  #~ msgstr "Tajný klíč je neplatný"
580
 
 
 
 
 
 
 
581
  #~ msgid "Please, complete the captcha and submit \"Test verification\""
582
  #~ msgstr "Prosím, doplňte captcha a odešlete \"Test ověření\""
583
 
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-14 20:10+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Mik013\n"
8
  "Language-Team: Mik013\n"
17
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: google-captcha.php:37 google-captcha.php:39 google-captcha.php:432
21
+ #: includes/class-gglcptch-settings-tabs.php:149
22
  msgid "Google Captcha Settings"
23
  msgstr "Nastavení Google Captcha"
24
 
25
+ #: google-captcha.php:39 google-captcha.php:950 google-captcha.php:963
26
  #: includes/class-gglcptch-settings-tabs.php:25
27
  msgid "Settings"
28
  msgstr "Nastavení"
29
 
30
+ #: google-captcha.php:41 includes/whitelist.php:44
31
  msgid "Google Captcha Whitelist"
32
+ msgstr "Google Captcha seznam povolených"
33
 
34
+ #: google-captcha.php:41
35
  msgid "Whitelist"
36
  msgstr "Seznam povolených"
37
 
38
+ #: google-captcha.php:47 includes/pro_banners.php:29
39
  msgid "Upgrade to Pro"
40
  msgstr "Aktualizovat na Pro"
41
 
42
+ #: google-captcha.php:225
43
  msgid "Please wait until Google reCAPTCHA is loaded."
44
  msgstr "Prosím počkejte, než se Google reCAPTCHA načte."
45
 
46
+ #: google-captcha.php:226
47
  msgid ""
48
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
49
  "reload this page."
51
  "Nepodařilo se načíst Google reCAPTCHA. Zkontrolujte připojení k Internetu a "
52
  "znovu načtěte tuto stránku."
53
 
54
+ #: google-captcha.php:242
55
  msgid "Warning"
56
  msgstr "Upozornění"
57
 
58
+ #: google-captcha.php:340
 
 
 
 
 
59
  msgid "You are in the whitelist"
60
  msgstr "Jste na seznamu povolených"
61
 
62
+ #: google-captcha.php:512 google-captcha.php:983
63
  msgid "To use Google Captcha you must get the keys from"
64
  msgstr "Chcete-li použít Google Captcha musíte získat klíče z"
65
 
66
+ #: google-captcha.php:513 google-captcha.php:984
67
  msgid "here"
68
  msgstr "zde"
69
 
70
+ #: google-captcha.php:514 google-captcha.php:985
71
  msgid "and enter them on the"
72
  msgstr "a zadejte je na"
73
 
74
+ #: google-captcha.php:516 google-captcha.php:987
75
  msgid "plugin setting page"
76
  msgstr "stránce nastavení pluginu"
77
 
78
+ #: google-captcha.php:763 includes/forms.php:282 includes/forms.php:313
79
+ #: includes/forms.php:344 includes/forms.php:389 includes/forms.php:435
80
+ #: includes/forms.php:469
81
+ msgid "Error"
82
+ msgstr "Chyba"
83
+
84
+ #: google-captcha.php:860
85
  msgid "User response is missing."
86
  msgstr "Chybí odezva uživatele."
87
 
88
+ #: google-captcha.php:864 google-captcha.php:872
89
  msgid "Secret Key is invalid."
90
+ msgstr "Tajný klíč je neplatný."
91
 
92
+ #: google-captcha.php:865 google-captcha.php:873
93
  msgid "Check your domain configurations"
94
+ msgstr "Zkontrolujte konfiguraci vaší domény"
95
 
96
+ #: google-captcha.php:866 google-captcha.php:874
97
  msgid "and enter it again"
98
  msgstr "a zadejte jej znovu"
99
 
100
+ #: google-captcha.php:869
101
  msgid "Secret Key is missing."
102
  msgstr "Tajný klíč chybí."
103
 
104
+ #: google-captcha.php:876
105
  msgid "User response is invalid"
106
  msgstr "Neplatná odezva uživatele"
107
 
108
+ #: google-captcha.php:877
109
  msgid "You have entered an incorrect reCAPTCHA value."
110
  msgstr "Zadali jste nesprávnou hodnotu reCAPTCHA ."
111
 
112
+ #: google-captcha.php:878
113
  msgid ""
114
  "More than one reCAPTCHA has been found in the current form. Please remove "
115
  "all unnecessary reCAPTCHA fields to make it work properly."
117
  "V aktuálním formuláři byla zjištěna více než jedna reCAPTCHA. Pro správnou "
118
  "funkcionalitu, prosím odstraňte všechny nepotřebné reCAPTCHA pole."
119
 
120
+ #: google-captcha.php:902
 
 
 
 
121
  msgid "Please submit \"Test verification\""
122
+ msgstr "Odešlete \"Test ověření\""
123
 
124
+ #: google-captcha.php:904
125
  msgid "Please complete the captcha and submit \"Test verification\""
126
+ msgstr "Prosím, doplňte captcha a odešlete \"Test ověření\""
127
 
128
+ #: google-captcha.php:910
129
  msgid "Test verification"
130
  msgstr "Test ověření"
131
 
132
+ #: google-captcha.php:931
133
  msgid "The verification is successfully completed."
134
+ msgstr "Ověření je úspěšně dokončeno."
135
 
136
+ #: google-captcha.php:964
137
  msgid "FAQ"
138
  msgstr "Často kladené otázky (FAQ)"
139
 
140
+ #: google-captcha.php:965
141
  msgid "Support"
142
  msgstr "Podpora"
143
 
144
  #: includes/class-gglcptch-settings-tabs.php:26
145
  msgid "Misc"
146
+ msgstr "Různé"
147
 
148
  #: includes/class-gglcptch-settings-tabs.php:27
149
  msgid "Custom Code"
150
+ msgstr "Vlastní kód"
151
 
152
  #: includes/class-gglcptch-settings-tabs.php:28
153
  msgid "License Key"
154
+ msgstr "Licenční klíč"
155
 
156
  #: includes/class-gglcptch-settings-tabs.php:51
157
  msgid "Site Key"
168
 
169
  #: includes/class-gglcptch-settings-tabs.php:65
170
  msgid "Invisible"
171
+ msgstr "Neviditelný"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
172
 
173
+ #: includes/class-gglcptch-settings-tabs.php:94
174
  msgid "Enter site key"
175
  msgstr "Vložte webový klíč"
176
 
177
+ #: includes/class-gglcptch-settings-tabs.php:95
178
+ #: includes/class-gglcptch-settings-tabs.php:102
179
  msgid "WARNING: The captcha will not be displayed until you fill key fields."
180
+ msgstr "VAROVÁNÍ: Captcha se nezobrazí, dokud nebudou vyplněna pole s klíči."
181
 
182
+ #: includes/class-gglcptch-settings-tabs.php:101
183
  msgid "Enter secret key"
184
  msgstr "Vložte tajný klíč"
185
 
186
+ #: includes/class-gglcptch-settings-tabs.php:135
187
  msgid "Settings saved."
188
+ msgstr "Nastavení uloženo."
189
 
190
+ #: includes/class-gglcptch-settings-tabs.php:152
191
  msgid "Authentication"
192
  msgstr "Autentizace"
193
 
194
+ #: includes/class-gglcptch-settings-tabs.php:153
195
  msgid ""
196
  "Register your website with Google to get required API keys and enter them "
197
  "below."
198
  msgstr ""
199
+ "Zaregistrujte svůj web na Google, abyste získali požadované API klíče a "
200
+ "zadejte je níže."
201
 
202
+ #: includes/class-gglcptch-settings-tabs.php:153
203
  msgid "Get the API Keys"
204
+ msgstr "Získat API klíče"
205
 
206
+ #: includes/class-gglcptch-settings-tabs.php:170
207
+ #, fuzzy
208
+ msgid "Test reCAPTCHA"
209
+ msgstr "Vyzkoušet reCAPTCHA"
210
 
211
+ #: includes/class-gglcptch-settings-tabs.php:176
212
  msgid "General"
213
+ msgstr "Obecné"
 
 
 
 
 
 
 
 
 
 
 
 
214
 
215
+ #: includes/class-gglcptch-settings-tabs.php:179
216
+ msgid "Enable reCAPTCHA for"
217
+ msgstr "Povolit reCAPTCHA pro"
 
 
 
 
 
 
 
 
 
 
 
 
218
 
219
+ #: includes/class-gglcptch-settings-tabs.php:224
220
+ #: includes/class-gglcptch-settings-tabs.php:290 includes/pro_banners.php:20
221
  msgid "Close"
222
  msgstr "Zavřít"
223
 
224
+ #: includes/class-gglcptch-settings-tabs.php:233
225
+ #, fuzzy
226
+ msgid "Hide reCAPTCHA for"
227
+ msgstr "Povolit reCAPTCHA pro"
228
 
229
+ #: includes/class-gglcptch-settings-tabs.php:251
230
+ msgid "reCAPTCHA Version"
231
+ msgstr "reCAPTCHA verze"
232
 
233
+ #: includes/class-gglcptch-settings-tabs.php:265
234
+ #: includes/class-gglcptch-settings-tabs.php:277
235
  msgid "Theme"
236
+ msgstr "Šablona"
237
 
238
+ #: includes/class-gglcptch-settings-tabs.php:299
239
  msgid "Whitelist Notification"
240
  msgstr "Upozornění na seznam povolených"
241
 
242
+ #: includes/class-gglcptch-settings-tabs.php:302
243
+ #, fuzzy
244
+ msgid "This message will be displayed instead of the reCAPTCHA."
245
+ msgstr "Tato zpráva se zobrazí namísto reCAPTCHA."
246
+
247
+ #: includes/class-gglcptch-settings-tabs.php:306
248
+ msgid "Disabled Submit Button"
249
  msgstr ""
250
 
251
+ #: includes/class-gglcptch-settings-tabs.php:310
252
  msgid ""
253
+ "Enable to keep submit button disabled until reCAPTCHA is loaded (do not use "
254
+ "this option if you see \"Failed to load Google reCAPTCHA\" message)."
255
  msgstr ""
256
 
257
  #: includes/class-gglcptch-settings-tabs.php:325
258
  msgid ""
259
+ "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
260
+ "version 1 features."
261
  msgstr ""
262
+ "Na stránce lze zobrazit pouze jednu reCAPTCHA, což souvisí s vlastnostmi "
263
+ "reCAPTCHA verze 1."
264
 
265
+ #: includes/class-gglcptch-settings-tabs.php:328
266
+ #, fuzzy
267
+ msgid ""
268
+ "reCAPTCHA version was changed. Please submit \"Test reCAPTCHA\" and "
269
+ "regenerate Site and Secret keys if necessary."
270
  msgstr ""
271
+ "ReCAPTCHA verze byla změněna. Klikněte na \"Vyzkoušet reCAPTCHA\" a znovu "
272
+ "vygenerujte tajné a webové klíče, je-li to nezbytné."
273
 
274
  #: includes/class-gglcptch-settings-tabs.php:341
275
+ msgid "Google Captcha Shortcode"
276
+ msgstr "Zkrácený kód Google Captcha"
277
+
278
+ #: includes/class-gglcptch-settings-tabs.php:344
279
  msgid ""
280
  "Add Google Captcha to your posts or pages using the following shortcode:"
281
  msgstr ""
282
+ "Přidat Google Captcha do vašich příspěvků nebo stránek pomocí následujícího "
283
+ "zkráceného kódu:"
284
+
285
+ #: includes/forms.php:11
286
+ msgid "Login form"
287
+ msgstr "Přihlašovací formulář"
288
+
289
+ #: includes/forms.php:12
290
+ msgid "Registration form"
291
+ msgstr "Registrační formulář"
292
+
293
+ #: includes/forms.php:13
294
+ msgid "Reset password form"
295
+ msgstr "Formulář pro resetování hesla"
296
+
297
+ #: includes/forms.php:14
298
+ msgid "Comments form"
299
+ msgstr "Formulář komentářů"
300
+
301
+ #: includes/forms.php:37
302
+ msgid "WordPress default"
303
+ msgstr "WordPress"
304
+
305
+ #: includes/forms.php:46 includes/pro_banners.php:71
306
+ msgid "External Plugins"
307
+ msgstr "Externí pluginy"
308
+
309
+ #: includes/forms.php:55
310
+ msgid "Custom Forms"
311
+ msgstr ""
312
+
313
+ #: includes/forms.php:75
314
+ msgid "Google Captcha Plugin"
315
+ msgstr ""
316
+
317
+ #: includes/forms.php:114 includes/forms.php:139
318
+ msgid "Activate"
319
+ msgstr "Aktivovat"
320
+
321
+ #: includes/forms.php:116 includes/forms.php:142 includes/forms.php:146
322
+ msgid "Install Now"
323
+ msgstr "Instalovat nyní"
324
+
325
+ #: includes/forms.php:437
326
+ msgid "Click the BACK button on your browser and try again."
327
+ msgstr "Klikněte ve vašem prohlížeči na tlačítko ZPĚT a zkuste to znovu."
328
 
329
  #: includes/pro_banners.php:17
330
  msgid "This options is available in Pro version of plugin"
344
 
345
  #: includes/pro_banners.php:41
346
  msgid "ordinary space, tab, new line or carriage return."
347
+ msgstr "obyčejná mezera, tabelátor, nový řádek nebo návratu vozíku."
348
 
349
  #: includes/pro_banners.php:42
350
  msgid "Reason"
356
 
357
  #: includes/pro_banners.php:44
358
  msgid "tab, new line or carriage return."
359
+ msgstr "tabelátor, nový řádek nebo návratu vozíku."
360
+
361
+ #: includes/pro_banners.php:53
362
+ msgid "Jetpack Contact Form"
363
+ msgstr ""
364
+
365
+ #: includes/pro_banners.php:55
366
+ msgid "bbPress New Topic form"
367
  msgstr ""
368
 
369
+ #: includes/pro_banners.php:56
370
+ msgid "bbPress Reply form"
371
  msgstr ""
372
 
373
+ #: includes/pro_banners.php:57
374
+ #, fuzzy
375
+ msgid "BuddyPress Registration form"
376
+ msgstr "Buddypress Registrační formulář"
377
+
378
+ #: includes/pro_banners.php:58
379
+ #, fuzzy
380
+ msgid "BuddyPress Comments form"
381
+ msgstr "Buddypress Formulář pro odeslání komentáře"
382
+
383
+ #: includes/pro_banners.php:59
384
+ msgid "BuddyPress Add New Group form"
385
  msgstr ""
386
 
387
+ #: includes/pro_banners.php:60
388
+ #, fuzzy
389
+ msgid "WooCommerce Login form"
390
+ msgstr "WooCommerce přihlašovací formulář"
391
+
392
+ #: includes/pro_banners.php:61
393
+ msgid "WooCommerce Registration form"
394
  msgstr ""
395
 
396
+ #: includes/pro_banners.php:62
397
+ msgid "WooCommerce Reset password form"
398
+ msgstr ""
399
+
400
+ #: includes/pro_banners.php:63
401
+ msgid "WooCommerce Checkout form"
402
+ msgstr ""
403
+
404
+ #: includes/pro_banners.php:64
405
+ msgid "wpForo Login form"
406
  msgstr ""
407
 
408
+ #: includes/pro_banners.php:65
409
+ msgid "wpForo Registration form"
410
+ msgstr ""
411
+
412
+ #: includes/pro_banners.php:66
413
+ msgid "wpForo New Topic form"
414
+ msgstr ""
415
+
416
+ #: includes/pro_banners.php:67
417
+ msgid "wpForo Reply form"
418
+ msgstr ""
419
+
420
+ #: includes/pro_banners.php:153
421
+ msgid "Size"
422
+ msgstr "Velikost"
423
+
424
+ #: includes/pro_banners.php:157
425
  msgid "Normal"
426
  msgstr "Normální"
427
 
428
+ #: includes/pro_banners.php:158
429
  msgid "Compact"
430
  msgstr "Kompaktní"
431
 
432
+ #: includes/pro_banners.php:163
433
  msgid "Language"
434
+ msgstr "Jazyk"
435
 
436
+ #: includes/pro_banners.php:171
437
  msgid "Multilanguage"
438
+ msgstr "Multilanguage"
439
 
440
+ #: includes/pro_banners.php:174
441
  msgid ""
442
  "Enable to switch language automatically on multilingual website using "
443
  "Multilanguage plugin."
444
  msgstr ""
445
+ "Povolit automatické přepnutí jazyka na vícejazyčných webech s pluginem "
446
+ "Multilanguage."
447
 
448
  #: includes/whitelist.php:47
449
  msgid "Add New"
450
+ msgstr "Přidat novou"
451
 
452
  #: includes/whitelist.php:72
453
  msgid "IP to whitelist"
454
+ msgstr "Přidat IP adresu na seznam povolených"
455
 
456
  #: includes/whitelist.php:79
457
  msgid "My IP"
463
 
464
  #: includes/whitelist.php:90
465
  msgid "Add IP to whitelist"
466
+ msgstr "Přidat IP adresu na seznam povolených"
467
 
468
  #: includes/whitelist.php:95
469
  msgid "Search IP"
479
 
480
  #: includes/whitelist.php:156
481
  msgid "IP Address"
482
+ msgstr "IP adresa"
483
 
484
  #: includes/whitelist.php:157
485
  msgid "Date Added"
486
+ msgstr "Datum přidání"
487
 
488
  #: includes/whitelist.php:211 includes/whitelist.php:221
489
  msgid "Delete"
490
+ msgstr "Smazat"
491
 
492
  #: includes/whitelist.php:307
493
  msgid "IP added to the whitelist successfully."
494
+ msgstr "IP adresa byla úspěšně přidána na seznam povolených."
495
 
496
  #: includes/whitelist.php:309 includes/whitelist.php:330
497
  #: includes/whitelist.php:340
498
  msgid "Some errors occurred."
499
+ msgstr "Došlo k chybám."
500
 
501
  #: includes/whitelist.php:311
502
  msgid "IP is already in the whitelist."
503
+ msgstr "IP adresa již na seznamu povolených je."
504
 
505
  #: includes/whitelist.php:314
506
  msgid "Invalid IP. See allowed formats."
508
 
509
  #: includes/whitelist.php:336
510
  msgid "One IP was deleted successfully."
511
+ msgstr "Jedna IP adresa byla úspěšně odstraněna."
512
 
513
  #: includes/whitelist.php:343
514
  msgid "You have not entered any IP."
515
+ msgstr "Nezadali jste žádnou IP adresu."
516
 
517
  #: includes/whitelist.php:346
518
  msgid "You have not entered any IP in to the search form."
519
+ msgstr "Do vyhledávacího formuláře jste nezadali žádnou IP adresu."
520
 
521
  #: includes/whitelist.php:348
522
  msgid "Search results for"
523
  msgstr "Výsledky hledání pro"
524
 
525
+ #~ msgid "Test ReCaptcha"
526
+ #~ msgstr "Vyzkoušet reCAPTCHA"
527
 
528
+ #~ msgid "Enable ReCaptcha for"
529
+ #~ msgstr "Povolit reCAPTCHA pro"
530
+
531
+ #~ msgid "ReCaptcha Version"
532
+ #~ msgstr "Verze reCAPTCHA"
533
 
534
  #~ msgid ""
535
+ #~ "Only one ReCaptcha can be displayed on the page, it's related to "
536
+ #~ "ReCaptcha version 1 features."
537
+ #~ msgstr ""
538
+ #~ "Na stránce může být reCAPTCHA zobrazena pouze jedenkrát, což souvisí s "
539
+ #~ "vlastnostmi reCAPTCHA verze 1."
540
 
541
+ #~ msgid "This option is available only for network or for main blog."
542
+ #~ msgstr "Tato možnost je k dispozici pouze pro síť nebo pro hlavní blog."
543
+
544
+ #~ msgid "Enable for adding captcha to forms on their settings pages."
545
  #~ msgstr ""
546
+ #~ "Povolit pro přidání CAPTCHA do formulářů na jejich stránkách nastavení."
547
 
548
+ #~ msgid "Hide ReCaptcha in Comments Form for"
549
+ #~ msgstr "Skrýt reCAPTCHA ve formuláři komentářů pro"
550
+
551
+ #~ msgid "Create a Group form"
552
+ #~ msgstr "Formulář vytvoření skupiny"
553
+
554
+ #~ msgid "Lost password form"
555
+ #~ msgstr "Formulář při ztrátě hesla"
556
+
557
+ #~ msgid "Checkout form"
558
+ #~ msgstr "Formulář rezervace"
559
+
560
+ #~ msgid ""
561
+ #~ "WARNING: The captcha will not display while you don't fill key fields."
562
+ #~ msgstr "VAROVÁNÍ: Captcha se nezobrazí, dokud nejsou vyplněná pole s klíči."
563
 
564
  #~ msgid "Settings saved"
565
  #~ msgstr "Nastavení uloženo"
573
  #~ msgid "Go PRO"
574
  #~ msgstr "Přejít na PRO"
575
 
 
 
 
 
 
 
 
576
  #~ msgid ""
577
  #~ "If you would like to add a Google Captcha (reCAPTCHA) to your page or "
578
  #~ "post, please use %s button"
604
  #~ msgid "Options"
605
  #~ msgstr "Možnosti"
606
 
 
 
 
607
  #~ msgid "This option is available only for network or for main blog"
608
  #~ msgstr "Tato možnost je k dispozici pouze pro síť nebo pro hlavní blog"
609
 
622
  #~ msgid "download"
623
  #~ msgstr "stáhnout"
624
 
625
+ #~ msgid "Check off for adding captcha to forms on their settings pages"
626
+ #~ msgstr ""
627
+ #~ "Odškrtnout pro přidání captcha do formulářů na jejich stránkách nastavení"
628
+
629
  #~ msgid ""
630
  #~ "If you would like to add Google Captcha (reCAPTCHA) to a custom form see "
631
  #~ "%s"
643
  #~ "Tato zpráva se zobrazí namísto reCAPTCHA pokud je uživatelova IP adresa "
644
  #~ "přidána na seznam povolených"
645
 
 
 
 
646
  #~ msgid ""
647
  #~ "reCAPTCHA block won't be visible for non-suspicious users while "
648
  #~ "suspicious ones will have to pass the captcha"
662
  #~ msgid "Secret Key is invalid"
663
  #~ msgstr "Tajný klíč je neplatný"
664
 
665
+ #~ msgid "Check your domain configuration"
666
+ #~ msgstr "Zkontrolujte konfiguraci vaší domény"
667
+
668
+ #~ msgid "Click the BACK button on your browser, and try again."
669
+ #~ msgstr "Klikněte ve vašem prohlížeči na tlačítko ZPĚT a zkuste to znovu."
670
+
671
  #~ msgid "Please, complete the captcha and submit \"Test verification\""
672
  #~ msgstr "Prosím, doplňte captcha a odešlete \"Test ověření\""
673
 
languages/google-captcha-es_ES.mo CHANGED
Binary file
languages/google-captcha-es_ES.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-21 15:08+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Cloudzeroxyz <cloudzeroxyz@gmail.com>\n"
@@ -17,33 +17,33 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: google-captcha.php:35 google-captcha.php:37 google-captcha.php:499
21
- #: includes/class-gglcptch-settings-tabs.php:152
22
  msgid "Google Captcha Settings"
23
  msgstr "Googe Captcha Ajustes"
24
 
25
- #: google-captcha.php:37 google-captcha.php:1002 google-captcha.php:1023
26
  #: includes/class-gglcptch-settings-tabs.php:25
27
  msgid "Settings"
28
  msgstr "Configuraciónes"
29
 
30
- #: google-captcha.php:39 includes/whitelist.php:44
31
  msgid "Google Captcha Whitelist"
32
  msgstr ""
33
 
34
- #: google-captcha.php:39
35
  msgid "Whitelist"
36
  msgstr "Lista Blanca"
37
 
38
- #: google-captcha.php:45 includes/pro_banners.php:29
39
  msgid "Upgrade to Pro"
40
  msgstr "Actualizar a Pro"
41
 
42
- #: google-captcha.php:267
43
  msgid "Please wait until Google reCAPTCHA is loaded."
44
  msgstr "Por favor espere hasta que se carga Google reCAPTCHA."
45
 
46
- #: google-captcha.php:268
47
  msgid ""
48
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
49
  "reload this page."
@@ -51,64 +51,65 @@ msgstr ""
51
  "Error al cargar Google reCAPTCHA. Por favor, compruebe su conexión a "
52
  "internet y vuelva a cargar esta página."
53
 
54
- #: google-captcha.php:288
55
  msgid "Warning"
56
  msgstr "Atención"
57
 
58
- #: google-captcha.php:292 google-captcha.php:807 google-captcha.php:838
59
- #: google-captcha.php:867 google-captcha.php:897 google-captcha.php:926
60
- msgid "Error"
61
- msgstr "Error "
62
-
63
- #: google-captcha.php:390
64
  msgid "You are in the whitelist"
65
  msgstr "Estás en la lista blanca"
66
 
67
- #: google-captcha.php:555 google-captcha.php:1043
68
  msgid "To use Google Captcha you must get the keys from"
69
  msgstr "Para utilizar Google Captcha debe obtener las claves de"
70
 
71
- #: google-captcha.php:556 google-captcha.php:1044
72
  msgid "here"
73
  msgstr "aquí"
74
 
75
- #: google-captcha.php:557 google-captcha.php:1045
76
  msgid "and enter them on the"
77
  msgstr "e introducirlas en"
78
 
79
- #: google-captcha.php:559 google-captcha.php:1047
80
  msgid "plugin setting page"
81
  msgstr "página de configuración de plugin"
82
 
83
- #: google-captcha.php:762
 
 
 
 
 
 
84
  msgid "User response is missing."
85
  msgstr "Respuesta del usuario está ausente."
86
 
87
- #: google-captcha.php:766 google-captcha.php:774
88
  msgid "Secret Key is invalid."
89
  msgstr ""
90
 
91
- #: google-captcha.php:767 google-captcha.php:775
92
  msgid "Check your domain configurations"
93
  msgstr ""
94
 
95
- #: google-captcha.php:768 google-captcha.php:776
96
  msgid "and enter it again"
97
  msgstr "e introducirle otra vez"
98
 
99
- #: google-captcha.php:771
100
  msgid "Secret Key is missing."
101
  msgstr "Clave Secreta está ausente."
102
 
103
- #: google-captcha.php:778
104
  msgid "User response is invalid"
105
  msgstr "Respuesta del usuario no es válido"
106
 
107
- #: google-captcha.php:779
108
  msgid "You have entered an incorrect reCAPTCHA value."
109
  msgstr "Ha introducido un valor incorrecto de reCAPTCHA."
110
 
111
- #: google-captcha.php:780
112
  msgid ""
113
  "More than one reCAPTCHA has been found in the current form. Please remove "
114
  "all unnecessary reCAPTCHA fields to make it work properly."
@@ -116,31 +117,27 @@ msgstr ""
116
  "Más de un reCAPTCHA se ha encontrado en la forma actual. Por favor, elimine "
117
  "todos los campos de reCAPTCHA innecesarios para que funcione correctamente."
118
 
119
- #: google-captcha.php:926
120
- msgid "Click the BACK button on your browser and try again."
121
- msgstr ""
122
-
123
- #: google-captcha.php:954
124
  msgid "Please submit \"Test verification\""
125
  msgstr ""
126
 
127
- #: google-captcha.php:956
128
  msgid "Please complete the captcha and submit \"Test verification\""
129
  msgstr ""
130
 
131
- #: google-captcha.php:962
132
  msgid "Test verification"
133
  msgstr "Test de verificación"
134
 
135
- #: google-captcha.php:983
136
  msgid "The verification is successfully completed."
137
  msgstr ""
138
 
139
- #: google-captcha.php:1024
140
  msgid "FAQ"
141
  msgstr "Preguntas Frecuentes"
142
 
143
- #: google-captcha.php:1025
144
  msgid "Support"
145
  msgstr "Soporte"
146
 
@@ -173,138 +170,158 @@ msgstr "Versión"
173
  msgid "Invisible"
174
  msgstr ""
175
 
176
- #: includes/class-gglcptch-settings-tabs.php:70 includes/pro_banners.php:78
177
- msgid "Login form"
178
- msgstr "Formulario de acceso"
179
-
180
- #: includes/class-gglcptch-settings-tabs.php:71 includes/pro_banners.php:68
181
- #: includes/pro_banners.php:79
182
- msgid "Registration form"
183
- msgstr "Formulario de registro"
184
-
185
- #: includes/class-gglcptch-settings-tabs.php:72
186
- msgid "Reset password form"
187
- msgstr "Formulario de restablecimiento de contraseña"
188
-
189
- #: includes/class-gglcptch-settings-tabs.php:73 includes/pro_banners.php:69
190
- msgid "Comments form"
191
- msgstr "Formulario de comentarios"
192
-
193
- #: includes/class-gglcptch-settings-tabs.php:98
194
  msgid "Enter site key"
195
  msgstr "Introduce la clave de sitio"
196
 
197
- #: includes/class-gglcptch-settings-tabs.php:99
198
- #: includes/class-gglcptch-settings-tabs.php:106
199
  msgid "WARNING: The captcha will not be displayed until you fill key fields."
200
  msgstr ""
201
 
202
- #: includes/class-gglcptch-settings-tabs.php:105
203
  msgid "Enter secret key"
204
  msgstr "Introduce la clave secreta"
205
 
206
- #: includes/class-gglcptch-settings-tabs.php:138
207
  msgid "Settings saved."
208
  msgstr ""
209
 
210
- #: includes/class-gglcptch-settings-tabs.php:155
211
  msgid "Authentication"
212
  msgstr "Autentificación"
213
 
214
- #: includes/class-gglcptch-settings-tabs.php:156
215
  msgid ""
216
  "Register your website with Google to get required API keys and enter them "
217
  "below."
218
  msgstr ""
219
 
220
- #: includes/class-gglcptch-settings-tabs.php:156
221
  msgid "Get the API Keys"
222
  msgstr ""
223
 
224
- #: includes/class-gglcptch-settings-tabs.php:173
225
- msgid "Test ReCaptcha"
226
- msgstr ""
227
-
228
- #: includes/class-gglcptch-settings-tabs.php:179
229
- msgid "General"
230
- msgstr ""
231
-
232
- #: includes/class-gglcptch-settings-tabs.php:182
233
- msgid "Enable ReCaptcha for"
234
- msgstr ""
235
-
236
- #: includes/class-gglcptch-settings-tabs.php:186
237
- msgid "WordPress default"
238
- msgstr "WordPress por defecto"
239
-
240
- #: includes/class-gglcptch-settings-tabs.php:194
241
- msgid "This option is available only for network or for main blog."
242
- msgstr ""
243
-
244
- #: includes/class-gglcptch-settings-tabs.php:206 includes/pro_banners.php:55
245
- msgid "External Plugins"
246
- msgstr ""
247
-
248
- #: includes/class-gglcptch-settings-tabs.php:215
249
  #, fuzzy
250
- msgid "Activate"
251
- msgstr "Tema Activado"
252
 
253
- #: includes/class-gglcptch-settings-tabs.php:218
254
- msgid "Install Now"
255
  msgstr ""
256
 
257
- #: includes/class-gglcptch-settings-tabs.php:221
258
- msgid "Enable for adding captcha to forms on their settings pages."
259
- msgstr ""
260
 
261
- #: includes/class-gglcptch-settings-tabs.php:236
262
- #: includes/class-gglcptch-settings-tabs.php:296 includes/pro_banners.php:20
263
  msgid "Close"
264
  msgstr "Сerrar"
265
 
266
- #: includes/class-gglcptch-settings-tabs.php:245
267
- msgid "Hide ReCaptcha in Comments Form for"
268
- msgstr ""
 
269
 
270
- #: includes/class-gglcptch-settings-tabs.php:257
271
- msgid "ReCaptcha Version"
272
- msgstr ""
273
 
274
- #: includes/class-gglcptch-settings-tabs.php:271
275
- #: includes/class-gglcptch-settings-tabs.php:283
276
  msgid "Theme"
277
  msgstr ""
278
 
279
- #: includes/class-gglcptch-settings-tabs.php:305
280
  msgid "Whitelist Notification"
281
  msgstr "Notificaciones de la Lista Blanca"
282
 
283
- #: includes/class-gglcptch-settings-tabs.php:308
284
- msgid "This message will be displayed instead of the ReCaptcha."
 
 
 
 
 
 
 
285
  msgstr ""
286
 
287
- #: includes/class-gglcptch-settings-tabs.php:322
288
  msgid ""
289
- "Only one ReCaptcha can be displayed on the page, it's related to ReCaptcha "
290
- "version 1 features."
291
  msgstr ""
292
 
293
  #: includes/class-gglcptch-settings-tabs.php:325
294
  msgid ""
295
- "ReCaptcha version was changed. Please submit \"Test ReCaptcha\" and "
 
 
 
 
 
 
 
 
296
  "regenerate Site and Secret keys if necessary."
297
  msgstr ""
298
 
299
- #: includes/class-gglcptch-settings-tabs.php:338
300
  msgid "Google Captcha Shortcode"
301
  msgstr ""
302
 
303
- #: includes/class-gglcptch-settings-tabs.php:341
304
  msgid ""
305
  "Add Google Captcha to your posts or pages using the following shortcode:"
306
  msgstr ""
307
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
308
  #: includes/pro_banners.php:17
309
  msgid "This options is available in Pro version of plugin"
310
  msgstr "Esta opción está disponible en la versión Pro de plugin"
@@ -337,47 +354,92 @@ msgstr "Permite separadores de razones: una coma"
337
  msgid "tab, new line or carriage return."
338
  msgstr ""
339
 
340
- #: includes/pro_banners.php:70
341
- msgid "Create a Group form"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
342
  msgstr ""
343
 
344
- #: includes/pro_banners.php:80
345
- msgid "Lost password form"
346
  msgstr ""
347
 
348
- #: includes/pro_banners.php:81
349
- msgid "Checkout form"
350
  msgstr ""
351
 
352
- #: includes/pro_banners.php:94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
353
  msgid "Size"
354
  msgstr ""
355
 
356
- #: includes/pro_banners.php:98
357
  msgid "Normal"
358
  msgstr "Normal"
359
 
360
- #: includes/pro_banners.php:99
361
  msgid "Compact"
362
  msgstr "Compacto"
363
 
364
- #: includes/pro_banners.php:104
365
  msgid "Language"
366
  msgstr ""
367
 
368
- #: includes/pro_banners.php:112
369
  msgid "Multilanguage"
370
  msgstr ""
371
 
372
- #: includes/pro_banners.php:115
373
  msgid ""
374
  "Enable to switch language automatically on multilingual website using "
375
  "Multilanguage plugin."
376
  msgstr ""
377
 
378
  #: includes/whitelist.php:47
 
379
  msgid "Add New"
380
- msgstr ""
381
 
382
  #: includes/whitelist.php:72
383
  msgid "IP to whitelist"
@@ -416,8 +478,9 @@ msgid "Date Added"
416
  msgstr ""
417
 
418
  #: includes/whitelist.php:211 includes/whitelist.php:221
 
419
  msgid "Delete"
420
- msgstr ""
421
 
422
  #: includes/whitelist.php:307
423
  msgid "IP added to the whitelist successfully."
@@ -437,12 +500,14 @@ msgid "Invalid IP. See allowed formats."
437
  msgstr "IP es no válido. Ver formatos permitidos."
438
 
439
  #: includes/whitelist.php:336
 
440
  msgid "One IP was deleted successfully."
441
- msgstr ""
442
 
443
  #: includes/whitelist.php:343
 
444
  msgid "You have not entered any IP."
445
- msgstr ""
446
 
447
  #: includes/whitelist.php:346
448
  msgid "You have not entered any IP in to the search form."
@@ -472,9 +537,6 @@ msgstr "Resultados de la búsqueda para"
472
  #~ msgstr ""
473
  #~ "Marcar para añadir captcha a formularios en sus páginas de configuración"
474
 
475
- #~ msgid "Invisible reCAPTCHA"
476
- #~ msgstr "Invisible reCAPTCHA"
477
-
478
  #~ msgid "Settings saved"
479
  #~ msgstr "Configuraciónes guardada"
480
 
@@ -487,13 +549,6 @@ msgstr "Resultados de la búsqueda para"
487
  #~ msgid "Go PRO"
488
  #~ msgstr "Go PRO"
489
 
490
- #~ msgid ""
491
- #~ "Only one reCAPTCHA can be displayed on the page, it's related to "
492
- #~ "reCAPTCHA version 1 features."
493
- #~ msgstr ""
494
- #~ "Sólo un reCAPTCHA puede visualizarse en la página, está relacionado con "
495
- #~ "características de la versión 1 de reCAPTCHA."
496
-
497
  #~ msgid ""
498
  #~ "If you would like to add a Google Captcha (reCAPTCHA) to your page or "
499
  #~ "post, please use %s button"
@@ -525,9 +580,6 @@ msgstr "Resultados de la búsqueda para"
525
  #~ msgid "Options"
526
  #~ msgstr "Opciones"
527
 
528
- #~ msgid "Enable reCAPTCHA for"
529
- #~ msgstr "Permite reCAPTCHA para"
530
-
531
  #~ msgid "This option is available only for network or for main blog"
532
  #~ msgstr "Esta opción está disponible sólo para red o para blog principal"
533
 
@@ -556,16 +608,6 @@ msgstr "Resultados de la búsqueda para"
556
  #~ msgid "Hide reCAPTCHA in Comments Form for"
557
  #~ msgstr "Ocultar reCAPTCHA en formulario de comentarios para"
558
 
559
- #~ msgid ""
560
- #~ "This message will be displayed instead of the reCAPTCHA if the user IP is "
561
- #~ "added to the whitelist"
562
- #~ msgstr ""
563
- #~ "Este mensaje se visualizará en lugar del reCAPTCHA si la IP del usuario "
564
- #~ "se agrega a la lista blanca"
565
-
566
- #~ msgid "reCAPTCHA Version"
567
- #~ msgstr "reCAPTCHA Versión"
568
-
569
  #~ msgid ""
570
  #~ "reCAPTCHA block won't be visible for non-suspicious users while "
571
  #~ "suspicious ones will have to pass the captcha"
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-14 20:10+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Cloudzeroxyz <cloudzeroxyz@gmail.com>\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: google-captcha.php:37 google-captcha.php:39 google-captcha.php:432
21
+ #: includes/class-gglcptch-settings-tabs.php:149
22
  msgid "Google Captcha Settings"
23
  msgstr "Googe Captcha Ajustes"
24
 
25
+ #: google-captcha.php:39 google-captcha.php:950 google-captcha.php:963
26
  #: includes/class-gglcptch-settings-tabs.php:25
27
  msgid "Settings"
28
  msgstr "Configuraciónes"
29
 
30
+ #: google-captcha.php:41 includes/whitelist.php:44
31
  msgid "Google Captcha Whitelist"
32
  msgstr ""
33
 
34
+ #: google-captcha.php:41
35
  msgid "Whitelist"
36
  msgstr "Lista Blanca"
37
 
38
+ #: google-captcha.php:47 includes/pro_banners.php:29
39
  msgid "Upgrade to Pro"
40
  msgstr "Actualizar a Pro"
41
 
42
+ #: google-captcha.php:225
43
  msgid "Please wait until Google reCAPTCHA is loaded."
44
  msgstr "Por favor espere hasta que se carga Google reCAPTCHA."
45
 
46
+ #: google-captcha.php:226
47
  msgid ""
48
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
49
  "reload this page."
51
  "Error al cargar Google reCAPTCHA. Por favor, compruebe su conexión a "
52
  "internet y vuelva a cargar esta página."
53
 
54
+ #: google-captcha.php:242
55
  msgid "Warning"
56
  msgstr "Atención"
57
 
58
+ #: google-captcha.php:340
 
 
 
 
 
59
  msgid "You are in the whitelist"
60
  msgstr "Estás en la lista blanca"
61
 
62
+ #: google-captcha.php:512 google-captcha.php:983
63
  msgid "To use Google Captcha you must get the keys from"
64
  msgstr "Para utilizar Google Captcha debe obtener las claves de"
65
 
66
+ #: google-captcha.php:513 google-captcha.php:984
67
  msgid "here"
68
  msgstr "aquí"
69
 
70
+ #: google-captcha.php:514 google-captcha.php:985
71
  msgid "and enter them on the"
72
  msgstr "e introducirlas en"
73
 
74
+ #: google-captcha.php:516 google-captcha.php:987
75
  msgid "plugin setting page"
76
  msgstr "página de configuración de plugin"
77
 
78
+ #: google-captcha.php:763 includes/forms.php:282 includes/forms.php:313
79
+ #: includes/forms.php:344 includes/forms.php:389 includes/forms.php:435
80
+ #: includes/forms.php:469
81
+ msgid "Error"
82
+ msgstr "Error "
83
+
84
+ #: google-captcha.php:860
85
  msgid "User response is missing."
86
  msgstr "Respuesta del usuario está ausente."
87
 
88
+ #: google-captcha.php:864 google-captcha.php:872
89
  msgid "Secret Key is invalid."
90
  msgstr ""
91
 
92
+ #: google-captcha.php:865 google-captcha.php:873
93
  msgid "Check your domain configurations"
94
  msgstr ""
95
 
96
+ #: google-captcha.php:866 google-captcha.php:874
97
  msgid "and enter it again"
98
  msgstr "e introducirle otra vez"
99
 
100
+ #: google-captcha.php:869
101
  msgid "Secret Key is missing."
102
  msgstr "Clave Secreta está ausente."
103
 
104
+ #: google-captcha.php:876
105
  msgid "User response is invalid"
106
  msgstr "Respuesta del usuario no es válido"
107
 
108
+ #: google-captcha.php:877
109
  msgid "You have entered an incorrect reCAPTCHA value."
110
  msgstr "Ha introducido un valor incorrecto de reCAPTCHA."
111
 
112
+ #: google-captcha.php:878
113
  msgid ""
114
  "More than one reCAPTCHA has been found in the current form. Please remove "
115
  "all unnecessary reCAPTCHA fields to make it work properly."
117
  "Más de un reCAPTCHA se ha encontrado en la forma actual. Por favor, elimine "
118
  "todos los campos de reCAPTCHA innecesarios para que funcione correctamente."
119
 
120
+ #: google-captcha.php:902
 
 
 
 
121
  msgid "Please submit \"Test verification\""
122
  msgstr ""
123
 
124
+ #: google-captcha.php:904
125
  msgid "Please complete the captcha and submit \"Test verification\""
126
  msgstr ""
127
 
128
+ #: google-captcha.php:910
129
  msgid "Test verification"
130
  msgstr "Test de verificación"
131
 
132
+ #: google-captcha.php:931
133
  msgid "The verification is successfully completed."
134
  msgstr ""
135
 
136
+ #: google-captcha.php:964
137
  msgid "FAQ"
138
  msgstr "Preguntas Frecuentes"
139
 
140
+ #: google-captcha.php:965
141
  msgid "Support"
142
  msgstr "Soporte"
143
 
170
  msgid "Invisible"
171
  msgstr ""
172
 
173
+ #: includes/class-gglcptch-settings-tabs.php:94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  msgid "Enter site key"
175
  msgstr "Introduce la clave de sitio"
176
 
177
+ #: includes/class-gglcptch-settings-tabs.php:95
178
+ #: includes/class-gglcptch-settings-tabs.php:102
179
  msgid "WARNING: The captcha will not be displayed until you fill key fields."
180
  msgstr ""
181
 
182
+ #: includes/class-gglcptch-settings-tabs.php:101
183
  msgid "Enter secret key"
184
  msgstr "Introduce la clave secreta"
185
 
186
+ #: includes/class-gglcptch-settings-tabs.php:135
187
  msgid "Settings saved."
188
  msgstr ""
189
 
190
+ #: includes/class-gglcptch-settings-tabs.php:152
191
  msgid "Authentication"
192
  msgstr "Autentificación"
193
 
194
+ #: includes/class-gglcptch-settings-tabs.php:153
195
  msgid ""
196
  "Register your website with Google to get required API keys and enter them "
197
  "below."
198
  msgstr ""
199
 
200
+ #: includes/class-gglcptch-settings-tabs.php:153
201
  msgid "Get the API Keys"
202
  msgstr ""
203
 
204
+ #: includes/class-gglcptch-settings-tabs.php:170
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
205
  #, fuzzy
206
+ msgid "Test reCAPTCHA"
207
+ msgstr "Invisible reCAPTCHA"
208
 
209
+ #: includes/class-gglcptch-settings-tabs.php:176
210
+ msgid "General"
211
  msgstr ""
212
 
213
+ #: includes/class-gglcptch-settings-tabs.php:179
214
+ msgid "Enable reCAPTCHA for"
215
+ msgstr "Permite reCAPTCHA para"
216
 
217
+ #: includes/class-gglcptch-settings-tabs.php:224
218
+ #: includes/class-gglcptch-settings-tabs.php:290 includes/pro_banners.php:20
219
  msgid "Close"
220
  msgstr "Сerrar"
221
 
222
+ #: includes/class-gglcptch-settings-tabs.php:233
223
+ #, fuzzy
224
+ msgid "Hide reCAPTCHA for"
225
+ msgstr "Permite reCAPTCHA para"
226
 
227
+ #: includes/class-gglcptch-settings-tabs.php:251
228
+ msgid "reCAPTCHA Version"
229
+ msgstr "reCAPTCHA Versión"
230
 
231
+ #: includes/class-gglcptch-settings-tabs.php:265
232
+ #: includes/class-gglcptch-settings-tabs.php:277
233
  msgid "Theme"
234
  msgstr ""
235
 
236
+ #: includes/class-gglcptch-settings-tabs.php:299
237
  msgid "Whitelist Notification"
238
  msgstr "Notificaciones de la Lista Blanca"
239
 
240
+ #: includes/class-gglcptch-settings-tabs.php:302
241
+ #, fuzzy
242
+ msgid "This message will be displayed instead of the reCAPTCHA."
243
+ msgstr ""
244
+ "Este mensaje se visualizará en lugar del reCAPTCHA si la IP del usuario se "
245
+ "agrega a la lista blanca"
246
+
247
+ #: includes/class-gglcptch-settings-tabs.php:306
248
+ msgid "Disabled Submit Button"
249
  msgstr ""
250
 
251
+ #: includes/class-gglcptch-settings-tabs.php:310
252
  msgid ""
253
+ "Enable to keep submit button disabled until reCAPTCHA is loaded (do not use "
254
+ "this option if you see \"Failed to load Google reCAPTCHA\" message)."
255
  msgstr ""
256
 
257
  #: includes/class-gglcptch-settings-tabs.php:325
258
  msgid ""
259
+ "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
260
+ "version 1 features."
261
+ msgstr ""
262
+ "Sólo un reCAPTCHA puede visualizarse en la página, está relacionado con "
263
+ "características de la versión 1 de reCAPTCHA."
264
+
265
+ #: includes/class-gglcptch-settings-tabs.php:328
266
+ msgid ""
267
+ "reCAPTCHA version was changed. Please submit \"Test reCAPTCHA\" and "
268
  "regenerate Site and Secret keys if necessary."
269
  msgstr ""
270
 
271
+ #: includes/class-gglcptch-settings-tabs.php:341
272
  msgid "Google Captcha Shortcode"
273
  msgstr ""
274
 
275
+ #: includes/class-gglcptch-settings-tabs.php:344
276
  msgid ""
277
  "Add Google Captcha to your posts or pages using the following shortcode:"
278
  msgstr ""
279
 
280
+ #: includes/forms.php:11
281
+ msgid "Login form"
282
+ msgstr "Formulario de acceso"
283
+
284
+ #: includes/forms.php:12
285
+ msgid "Registration form"
286
+ msgstr "Formulario de registro"
287
+
288
+ #: includes/forms.php:13
289
+ msgid "Reset password form"
290
+ msgstr "Formulario de restablecimiento de contraseña"
291
+
292
+ #: includes/forms.php:14
293
+ msgid "Comments form"
294
+ msgstr "Formulario de comentarios"
295
+
296
+ #: includes/forms.php:37
297
+ msgid "WordPress default"
298
+ msgstr "WordPress por defecto"
299
+
300
+ #: includes/forms.php:46 includes/pro_banners.php:71
301
+ msgid "External Plugins"
302
+ msgstr ""
303
+
304
+ #: includes/forms.php:55
305
+ msgid "Custom Forms"
306
+ msgstr ""
307
+
308
+ #: includes/forms.php:75
309
+ msgid "Google Captcha Plugin"
310
+ msgstr ""
311
+
312
+ #: includes/forms.php:114 includes/forms.php:139
313
+ #, fuzzy
314
+ msgid "Activate"
315
+ msgstr "Activar"
316
+
317
+ #: includes/forms.php:116 includes/forms.php:142 includes/forms.php:146
318
+ msgid "Install Now"
319
+ msgstr ""
320
+
321
+ #: includes/forms.php:437
322
+ msgid "Click the BACK button on your browser and try again."
323
+ msgstr ""
324
+
325
  #: includes/pro_banners.php:17
326
  msgid "This options is available in Pro version of plugin"
327
  msgstr "Esta opción está disponible en la versión Pro de plugin"
354
  msgid "tab, new line or carriage return."
355
  msgstr ""
356
 
357
+ #: includes/pro_banners.php:53
358
+ msgid "Jetpack Contact Form"
359
+ msgstr ""
360
+
361
+ #: includes/pro_banners.php:55
362
+ msgid "bbPress New Topic form"
363
+ msgstr ""
364
+
365
+ #: includes/pro_banners.php:56
366
+ msgid "bbPress Reply form"
367
+ msgstr ""
368
+
369
+ #: includes/pro_banners.php:57
370
+ msgid "BuddyPress Registration form"
371
+ msgstr ""
372
+
373
+ #: includes/pro_banners.php:58
374
+ msgid "BuddyPress Comments form"
375
  msgstr ""
376
 
377
+ #: includes/pro_banners.php:59
378
+ msgid "BuddyPress Add New Group form"
379
  msgstr ""
380
 
381
+ #: includes/pro_banners.php:60
382
+ msgid "WooCommerce Login form"
383
  msgstr ""
384
 
385
+ #: includes/pro_banners.php:61
386
+ msgid "WooCommerce Registration form"
387
+ msgstr ""
388
+
389
+ #: includes/pro_banners.php:62
390
+ msgid "WooCommerce Reset password form"
391
+ msgstr ""
392
+
393
+ #: includes/pro_banners.php:63
394
+ msgid "WooCommerce Checkout form"
395
+ msgstr ""
396
+
397
+ #: includes/pro_banners.php:64
398
+ msgid "wpForo Login form"
399
+ msgstr ""
400
+
401
+ #: includes/pro_banners.php:65
402
+ msgid "wpForo Registration form"
403
+ msgstr ""
404
+
405
+ #: includes/pro_banners.php:66
406
+ msgid "wpForo New Topic form"
407
+ msgstr ""
408
+
409
+ #: includes/pro_banners.php:67
410
+ msgid "wpForo Reply form"
411
+ msgstr ""
412
+
413
+ #: includes/pro_banners.php:153
414
  msgid "Size"
415
  msgstr ""
416
 
417
+ #: includes/pro_banners.php:157
418
  msgid "Normal"
419
  msgstr "Normal"
420
 
421
+ #: includes/pro_banners.php:158
422
  msgid "Compact"
423
  msgstr "Compacto"
424
 
425
+ #: includes/pro_banners.php:163
426
  msgid "Language"
427
  msgstr ""
428
 
429
+ #: includes/pro_banners.php:171
430
  msgid "Multilanguage"
431
  msgstr ""
432
 
433
+ #: includes/pro_banners.php:174
434
  msgid ""
435
  "Enable to switch language automatically on multilingual website using "
436
  "Multilanguage plugin."
437
  msgstr ""
438
 
439
  #: includes/whitelist.php:47
440
+ #, fuzzy
441
  msgid "Add New"
442
+ msgstr "Agregar nuevo"
443
 
444
  #: includes/whitelist.php:72
445
  msgid "IP to whitelist"
478
  msgstr ""
479
 
480
  #: includes/whitelist.php:211 includes/whitelist.php:221
481
+ #, fuzzy
482
  msgid "Delete"
483
+ msgstr "Eliminar"
484
 
485
  #: includes/whitelist.php:307
486
  msgid "IP added to the whitelist successfully."
500
  msgstr "IP es no válido. Ver formatos permitidos."
501
 
502
  #: includes/whitelist.php:336
503
+ #, fuzzy
504
  msgid "One IP was deleted successfully."
505
+ msgstr "Una dirección IP se ha eliminado correctamente"
506
 
507
  #: includes/whitelist.php:343
508
+ #, fuzzy
509
  msgid "You have not entered any IP."
510
+ msgstr "No se ha introducido ningún IP"
511
 
512
  #: includes/whitelist.php:346
513
  msgid "You have not entered any IP in to the search form."
537
  #~ msgstr ""
538
  #~ "Marcar para añadir captcha a formularios en sus páginas de configuración"
539
 
 
 
 
540
  #~ msgid "Settings saved"
541
  #~ msgstr "Configuraciónes guardada"
542
 
549
  #~ msgid "Go PRO"
550
  #~ msgstr "Go PRO"
551
 
 
 
 
 
 
 
 
552
  #~ msgid ""
553
  #~ "If you would like to add a Google Captcha (reCAPTCHA) to your page or "
554
  #~ "post, please use %s button"
580
  #~ msgid "Options"
581
  #~ msgstr "Opciones"
582
 
 
 
 
583
  #~ msgid "This option is available only for network or for main blog"
584
  #~ msgstr "Esta opción está disponible sólo para red o para blog principal"
585
 
608
  #~ msgid "Hide reCAPTCHA in Comments Form for"
609
  #~ msgstr "Ocultar reCAPTCHA en formulario de comentarios para"
610
 
 
 
 
 
 
 
 
 
 
 
611
  #~ msgid ""
612
  #~ "reCAPTCHA block won't be visible for non-suspicious users while "
613
  #~ "suspicious ones will have to pass the captcha"
languages/google-captcha-ru_RU.mo CHANGED
Binary file
languages/google-captcha-ru_RU.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-21 15:12+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
@@ -18,33 +18,33 @@ msgstr ""
18
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: google-captcha.php:35 google-captcha.php:37 google-captcha.php:499
22
- #: includes/class-gglcptch-settings-tabs.php:152
23
  msgid "Google Captcha Settings"
24
  msgstr "Настройки Google Captcha"
25
 
26
- #: google-captcha.php:37 google-captcha.php:1002 google-captcha.php:1023
27
  #: includes/class-gglcptch-settings-tabs.php:25
28
  msgid "Settings"
29
  msgstr "Настройки"
30
 
31
- #: google-captcha.php:39 includes/whitelist.php:44
32
  msgid "Google Captcha Whitelist"
33
  msgstr "Белый cписок Google Captcha"
34
 
35
- #: google-captcha.php:39
36
  msgid "Whitelist"
37
  msgstr "Белый список"
38
 
39
- #: google-captcha.php:45 includes/pro_banners.php:29
40
  msgid "Upgrade to Pro"
41
  msgstr "Обновить до Pro"
42
 
43
- #: google-captcha.php:267
44
  msgid "Please wait until Google reCAPTCHA is loaded."
45
  msgstr "Пожалуйста, дождитесь окончания загрузки Google reCAPTCHA."
46
 
47
- #: google-captcha.php:268
48
  msgid ""
49
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
50
  "reload this page."
@@ -52,64 +52,65 @@ msgstr ""
52
  "Не удалось загрузить Google reCAPTCHA. Пожалуйста, проверьте ваше "
53
  "подключение к сети Интернет и перезагрузите эту страницу."
54
 
55
- #: google-captcha.php:288
56
  msgid "Warning"
57
  msgstr "Внимание"
58
 
59
- #: google-captcha.php:292 google-captcha.php:807 google-captcha.php:838
60
- #: google-captcha.php:867 google-captcha.php:897 google-captcha.php:926
61
- msgid "Error"
62
- msgstr "Ошибка"
63
-
64
- #: google-captcha.php:390
65
  msgid "You are in the whitelist"
66
  msgstr "Вы в белом списке"
67
 
68
- #: google-captcha.php:555 google-captcha.php:1043
69
  msgid "To use Google Captcha you must get the keys from"
70
  msgstr "Чтобы использовать Google Captcha, вам необходимо получить ключи"
71
 
72
- #: google-captcha.php:556 google-captcha.php:1044
73
  msgid "here"
74
  msgstr "здесь"
75
 
76
- #: google-captcha.php:557 google-captcha.php:1045
77
  msgid "and enter them on the"
78
  msgstr "и вставить их на"
79
 
80
- #: google-captcha.php:559 google-captcha.php:1047
81
  msgid "plugin setting page"
82
  msgstr "странице настроек плагина"
83
 
84
- #: google-captcha.php:762
 
 
 
 
 
 
85
  msgid "User response is missing."
86
  msgstr "Ответ пользователя отсутствует."
87
 
88
- #: google-captcha.php:766 google-captcha.php:774
89
  msgid "Secret Key is invalid."
90
  msgstr "Некорректный секретный ключ."
91
 
92
- #: google-captcha.php:767 google-captcha.php:775
93
  msgid "Check your domain configurations"
94
  msgstr "Проверьте настройки вашего домена"
95
 
96
- #: google-captcha.php:768 google-captcha.php:776
97
  msgid "and enter it again"
98
  msgstr "и введите его снова"
99
 
100
- #: google-captcha.php:771
101
  msgid "Secret Key is missing."
102
  msgstr "Секретный ключ отсутствует."
103
 
104
- #: google-captcha.php:778
105
  msgid "User response is invalid"
106
  msgstr "Некорректный ответ пользователя"
107
 
108
- #: google-captcha.php:779
109
  msgid "You have entered an incorrect reCAPTCHA value."
110
  msgstr "Ошибка: Вы ввели неверное значение reCAPTCHA."
111
 
112
- #: google-captcha.php:780
113
  msgid ""
114
  "More than one reCAPTCHA has been found in the current form. Please remove "
115
  "all unnecessary reCAPTCHA fields to make it work properly."
@@ -117,32 +118,28 @@ msgstr ""
117
  "В текущей форме найдено более одного блока reCAPTCHA. Пожалуйста, удалите "
118
  "все лишние блоки reCAPTCHA для дальнейшей корректной работы."
119
 
120
- #: google-captcha.php:926
121
- msgid "Click the BACK button on your browser and try again."
122
- msgstr "Нажмите кнопку НАЗАД в вашем браузере и попытайтесь снова."
123
-
124
- #: google-captcha.php:954
125
  msgid "Please submit \"Test verification\""
126
  msgstr "Пожалуйста, нажмите кнопку \"Тестирование проверки\"."
127
 
128
- #: google-captcha.php:956
129
  msgid "Please complete the captcha and submit \"Test verification\""
130
  msgstr ""
131
  "Пожалуйста, заполните капчу и нажмите кнопку \"Тестирование проверки\"."
132
 
133
- #: google-captcha.php:962
134
  msgid "Test verification"
135
  msgstr "Тестирование проверки"
136
 
137
- #: google-captcha.php:983
138
  msgid "The verification is successfully completed."
139
  msgstr "Тестирование проверки успешно завершено."
140
 
141
- #: google-captcha.php:1024
142
  msgid "FAQ"
143
  msgstr "FAQ"
144
 
145
- #: google-captcha.php:1025
146
  msgid "Support"
147
  msgstr "Поддержка"
148
 
@@ -175,47 +172,30 @@ msgstr "Версия"
175
  msgid "Invisible"
176
  msgstr "Невидимая"
177
 
178
- #: includes/class-gglcptch-settings-tabs.php:70 includes/pro_banners.php:78
179
- msgid "Login form"
180
- msgstr "Форма логина"
181
-
182
- #: includes/class-gglcptch-settings-tabs.php:71 includes/pro_banners.php:68
183
- #: includes/pro_banners.php:79
184
- msgid "Registration form"
185
- msgstr "Форма регистрации"
186
-
187
- #: includes/class-gglcptch-settings-tabs.php:72
188
- msgid "Reset password form"
189
- msgstr "Форма восстановления пароля"
190
-
191
- #: includes/class-gglcptch-settings-tabs.php:73 includes/pro_banners.php:69
192
- msgid "Comments form"
193
- msgstr "Форма комментариев"
194
-
195
- #: includes/class-gglcptch-settings-tabs.php:98
196
  msgid "Enter site key"
197
  msgstr "Введите ключ сайта"
198
 
199
- #: includes/class-gglcptch-settings-tabs.php:99
200
- #: includes/class-gglcptch-settings-tabs.php:106
201
  msgid "WARNING: The captcha will not be displayed until you fill key fields."
202
  msgstr ""
203
  "ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
204
  "поля с ключами."
205
 
206
- #: includes/class-gglcptch-settings-tabs.php:105
207
  msgid "Enter secret key"
208
  msgstr "Введите секретный ключ"
209
 
210
- #: includes/class-gglcptch-settings-tabs.php:138
211
  msgid "Settings saved."
212
  msgstr "Настройки сохранены."
213
 
214
- #: includes/class-gglcptch-settings-tabs.php:155
215
  msgid "Authentication"
216
  msgstr "Идентификация"
217
 
218
- #: includes/class-gglcptch-settings-tabs.php:156
219
  msgid ""
220
  "Register your website with Google to get required API keys and enter them "
221
  "below."
@@ -223,99 +203,132 @@ msgstr ""
223
  "Зарегистрируйте свой сайт с помощью Google, чтобы получить требуемые API "
224
  "ключи и введите их ниже."
225
 
226
- #: includes/class-gglcptch-settings-tabs.php:156
227
  msgid "Get the API Keys"
228
  msgstr "Получить API ключи"
229
 
230
- #: includes/class-gglcptch-settings-tabs.php:173
231
- msgid "Test ReCaptcha"
232
- msgstr "Тестирование ReCaptcha"
233
 
234
- #: includes/class-gglcptch-settings-tabs.php:179
235
  msgid "General"
236
  msgstr "Общее"
237
 
238
- #: includes/class-gglcptch-settings-tabs.php:182
239
- msgid "Enable ReCaptcha for"
240
- msgstr "Включить ReCaptcha для"
241
-
242
- #: includes/class-gglcptch-settings-tabs.php:186
243
- msgid "WordPress default"
244
- msgstr "Стандартных форм WordPress"
245
-
246
- #: includes/class-gglcptch-settings-tabs.php:194
247
- msgid "This option is available only for network or for main blog."
248
- msgstr "Эта опция доступна только для сетевых настроек или главного блога."
249
-
250
- #: includes/class-gglcptch-settings-tabs.php:206 includes/pro_banners.php:55
251
- msgid "External Plugins"
252
- msgstr "Внешние плагины"
253
-
254
- #: includes/class-gglcptch-settings-tabs.php:215
255
- msgid "Activate"
256
- msgstr "Активировать"
257
-
258
- #: includes/class-gglcptch-settings-tabs.php:218
259
- msgid "Install Now"
260
- msgstr "Установить сейчас"
261
-
262
- #: includes/class-gglcptch-settings-tabs.php:221
263
- msgid "Enable for adding captcha to forms on their settings pages."
264
- msgstr "Включите для добавления капчи к формам на страницах их настроек."
265
 
266
- #: includes/class-gglcptch-settings-tabs.php:236
267
- #: includes/class-gglcptch-settings-tabs.php:296 includes/pro_banners.php:20
268
  msgid "Close"
269
  msgstr "Закрыть"
270
 
271
- #: includes/class-gglcptch-settings-tabs.php:245
272
- msgid "Hide ReCaptcha in Comments Form for"
273
- msgstr "Скрыть ReCaptcha в форме комментариев для"
274
 
275
- #: includes/class-gglcptch-settings-tabs.php:257
276
- msgid "ReCaptcha Version"
277
- msgstr "Версия ReCaptcha"
278
 
279
- #: includes/class-gglcptch-settings-tabs.php:271
280
- #: includes/class-gglcptch-settings-tabs.php:283
281
  msgid "Theme"
282
  msgstr "Тема"
283
 
284
- #: includes/class-gglcptch-settings-tabs.php:305
285
  msgid "Whitelist Notification"
286
  msgstr "Уведомление о нахождении в белом списке"
287
 
288
- #: includes/class-gglcptch-settings-tabs.php:308
289
- msgid "This message will be displayed instead of the ReCaptcha."
290
- msgstr "Это сообщение будет отображено вместо поля ReCaptcha."
 
 
 
 
291
 
292
- #: includes/class-gglcptch-settings-tabs.php:322
293
  msgid ""
294
- "Only one ReCaptcha can be displayed on the page, it's related to ReCaptcha "
295
- "version 1 features."
296
  msgstr ""
297
- "В связи с особенностями работы ReCaptcha версии 1, на странице может "
298
- "отображаться только один блок ReCaptcha."
 
299
 
300
  #: includes/class-gglcptch-settings-tabs.php:325
301
  msgid ""
302
- "ReCaptcha version was changed. Please submit \"Test ReCaptcha\" and "
 
 
 
 
 
 
 
 
303
  "regenerate Site and Secret keys if necessary."
304
  msgstr ""
305
- "Версия ReCaptcha была изменена. Пожалуйста, нажмите \"Тестирование ReCaptcha"
306
  "\" и при необходимости обновите секретный ключ и ключ сайта."
307
 
308
- #: includes/class-gglcptch-settings-tabs.php:338
309
  msgid "Google Captcha Shortcode"
310
  msgstr "Шорткод Google Captcha"
311
 
312
- #: includes/class-gglcptch-settings-tabs.php:341
313
  msgid ""
314
  "Add Google Captcha to your posts or pages using the following shortcode:"
315
  msgstr ""
316
  "Добавьте Google Captcha в свои записи или страницы, используя следующий "
317
  "шорткод:"
318
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
319
  #: includes/pro_banners.php:17
320
  msgid "This options is available in Pro version of plugin"
321
  msgstr "Эта опция доступна в Pro версии плагина"
@@ -348,39 +361,83 @@ msgstr "Доступные разделители для причин: запя
348
  msgid "tab, new line or carriage return."
349
  msgstr "табуляция, новая строка или возврат каретки."
350
 
351
- #: includes/pro_banners.php:70
352
- msgid "Create a Group form"
353
- msgstr "Форма создания группы"
354
 
355
- #: includes/pro_banners.php:80
356
- msgid "Lost password form"
357
- msgstr "Форма восстановления пароля"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
358
 
359
- #: includes/pro_banners.php:81
360
- msgid "Checkout form"
361
- msgstr "Форма оформления заказа"
362
 
363
- #: includes/pro_banners.php:94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
364
  msgid "Size"
365
  msgstr "Размер"
366
 
367
- #: includes/pro_banners.php:98
368
  msgid "Normal"
369
  msgstr "Нормальный"
370
 
371
- #: includes/pro_banners.php:99
372
  msgid "Compact"
373
  msgstr "Компактный"
374
 
375
- #: includes/pro_banners.php:104
376
  msgid "Language"
377
  msgstr "Язык"
378
 
379
- #: includes/pro_banners.php:112
380
  msgid "Multilanguage"
381
  msgstr "Multilanguage"
382
 
383
- #: includes/pro_banners.php:115
384
  msgid ""
385
  "Enable to switch language automatically on multilingual website using "
386
  "Multilanguage plugin."
@@ -465,6 +522,43 @@ msgstr "Вы не ввели значения в форму поиска."
465
  msgid "Search results for"
466
  msgstr "Результаты поиска для"
467
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
468
  #~ msgid ""
469
  #~ "WARNING: The captcha will not be displayed until you don't fill key "
470
  #~ "fields."
@@ -491,9 +585,6 @@ msgstr "Результаты поиска для"
491
  #~ msgstr ""
492
  #~ "Пожалуйста, заполните капчу и нажмите кнопку \"Тестирование проверки\""
493
 
494
- #~ msgid "Invisible reCAPTCHA"
495
- #~ msgstr "Невидимая reCAPTCHA"
496
-
497
  #~ msgid "Settings saved"
498
  #~ msgstr "Настройки сохранены"
499
 
@@ -506,13 +597,6 @@ msgstr "Результаты поиска для"
506
  #~ msgid "Go PRO"
507
  #~ msgstr "Перейти на PRO версию"
508
 
509
- #~ msgid ""
510
- #~ "Only one reCAPTCHA can be displayed on the page, it's related to "
511
- #~ "reCAPTCHA version 1 features."
512
- #~ msgstr ""
513
- #~ "В связи с особенностями работы reCAPTCHA версии 1 на странице может "
514
- #~ "отображаться только одна reCAPTCHA."
515
-
516
  #~ msgid ""
517
  #~ "If you would like to add a Google Captcha (reCAPTCHA) to your page or "
518
  #~ "post, please use %s button"
@@ -544,9 +628,6 @@ msgstr "Результаты поиска для"
544
  #~ msgid "Options"
545
  #~ msgstr "Опции"
546
 
547
- #~ msgid "Enable reCAPTCHA for"
548
- #~ msgstr "Включить reCAPTCHA для"
549
-
550
  #~ msgid "This option is available only for network or for main blog"
551
  #~ msgstr "Эта опция доступна только для сети или для основного блога"
552
 
@@ -582,9 +663,6 @@ msgstr "Результаты поиска для"
582
  #~ "Указанное сообщение будет отображаться вместо reCAPTCHA для IP адресов из "
583
  #~ "белого списка"
584
 
585
- #~ msgid "reCAPTCHA Version"
586
- #~ msgstr "Версия reCAPTCHA"
587
-
588
  #~ msgid ""
589
  #~ "reCAPTCHA block won't be visible for non-suspicious users while "
590
  #~ "suspicious ones will have to pass the captcha"
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-14 20:03+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
18
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: google-captcha.php:37 google-captcha.php:39 google-captcha.php:432
22
+ #: includes/class-gglcptch-settings-tabs.php:149
23
  msgid "Google Captcha Settings"
24
  msgstr "Настройки Google Captcha"
25
 
26
+ #: google-captcha.php:39 google-captcha.php:950 google-captcha.php:963
27
  #: includes/class-gglcptch-settings-tabs.php:25
28
  msgid "Settings"
29
  msgstr "Настройки"
30
 
31
+ #: google-captcha.php:41 includes/whitelist.php:44
32
  msgid "Google Captcha Whitelist"
33
  msgstr "Белый cписок Google Captcha"
34
 
35
+ #: google-captcha.php:41
36
  msgid "Whitelist"
37
  msgstr "Белый список"
38
 
39
+ #: google-captcha.php:47 includes/pro_banners.php:29
40
  msgid "Upgrade to Pro"
41
  msgstr "Обновить до Pro"
42
 
43
+ #: google-captcha.php:225
44
  msgid "Please wait until Google reCAPTCHA is loaded."
45
  msgstr "Пожалуйста, дождитесь окончания загрузки Google reCAPTCHA."
46
 
47
+ #: google-captcha.php:226
48
  msgid ""
49
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
50
  "reload this page."
52
  "Не удалось загрузить Google reCAPTCHA. Пожалуйста, проверьте ваше "
53
  "подключение к сети Интернет и перезагрузите эту страницу."
54
 
55
+ #: google-captcha.php:242
56
  msgid "Warning"
57
  msgstr "Внимание"
58
 
59
+ #: google-captcha.php:340
 
 
 
 
 
60
  msgid "You are in the whitelist"
61
  msgstr "Вы в белом списке"
62
 
63
+ #: google-captcha.php:512 google-captcha.php:983
64
  msgid "To use Google Captcha you must get the keys from"
65
  msgstr "Чтобы использовать Google Captcha, вам необходимо получить ключи"
66
 
67
+ #: google-captcha.php:513 google-captcha.php:984
68
  msgid "here"
69
  msgstr "здесь"
70
 
71
+ #: google-captcha.php:514 google-captcha.php:985
72
  msgid "and enter them on the"
73
  msgstr "и вставить их на"
74
 
75
+ #: google-captcha.php:516 google-captcha.php:987
76
  msgid "plugin setting page"
77
  msgstr "странице настроек плагина"
78
 
79
+ #: google-captcha.php:763 includes/forms.php:282 includes/forms.php:313
80
+ #: includes/forms.php:344 includes/forms.php:389 includes/forms.php:435
81
+ #: includes/forms.php:469
82
+ msgid "Error"
83
+ msgstr "Ошибка"
84
+
85
+ #: google-captcha.php:860
86
  msgid "User response is missing."
87
  msgstr "Ответ пользователя отсутствует."
88
 
89
+ #: google-captcha.php:864 google-captcha.php:872
90
  msgid "Secret Key is invalid."
91
  msgstr "Некорректный секретный ключ."
92
 
93
+ #: google-captcha.php:865 google-captcha.php:873
94
  msgid "Check your domain configurations"
95
  msgstr "Проверьте настройки вашего домена"
96
 
97
+ #: google-captcha.php:866 google-captcha.php:874
98
  msgid "and enter it again"
99
  msgstr "и введите его снова"
100
 
101
+ #: google-captcha.php:869
102
  msgid "Secret Key is missing."
103
  msgstr "Секретный ключ отсутствует."
104
 
105
+ #: google-captcha.php:876
106
  msgid "User response is invalid"
107
  msgstr "Некорректный ответ пользователя"
108
 
109
+ #: google-captcha.php:877
110
  msgid "You have entered an incorrect reCAPTCHA value."
111
  msgstr "Ошибка: Вы ввели неверное значение reCAPTCHA."
112
 
113
+ #: google-captcha.php:878
114
  msgid ""
115
  "More than one reCAPTCHA has been found in the current form. Please remove "
116
  "all unnecessary reCAPTCHA fields to make it work properly."
118
  "В текущей форме найдено более одного блока reCAPTCHA. Пожалуйста, удалите "
119
  "все лишние блоки reCAPTCHA для дальнейшей корректной работы."
120
 
121
+ #: google-captcha.php:902
 
 
 
 
122
  msgid "Please submit \"Test verification\""
123
  msgstr "Пожалуйста, нажмите кнопку \"Тестирование проверки\"."
124
 
125
+ #: google-captcha.php:904
126
  msgid "Please complete the captcha and submit \"Test verification\""
127
  msgstr ""
128
  "Пожалуйста, заполните капчу и нажмите кнопку \"Тестирование проверки\"."
129
 
130
+ #: google-captcha.php:910
131
  msgid "Test verification"
132
  msgstr "Тестирование проверки"
133
 
134
+ #: google-captcha.php:931
135
  msgid "The verification is successfully completed."
136
  msgstr "Тестирование проверки успешно завершено."
137
 
138
+ #: google-captcha.php:964
139
  msgid "FAQ"
140
  msgstr "FAQ"
141
 
142
+ #: google-captcha.php:965
143
  msgid "Support"
144
  msgstr "Поддержка"
145
 
172
  msgid "Invisible"
173
  msgstr "Невидимая"
174
 
175
+ #: includes/class-gglcptch-settings-tabs.php:94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
  msgid "Enter site key"
177
  msgstr "Введите ключ сайта"
178
 
179
+ #: includes/class-gglcptch-settings-tabs.php:95
180
+ #: includes/class-gglcptch-settings-tabs.php:102
181
  msgid "WARNING: The captcha will not be displayed until you fill key fields."
182
  msgstr ""
183
  "ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
184
  "поля с ключами."
185
 
186
+ #: includes/class-gglcptch-settings-tabs.php:101
187
  msgid "Enter secret key"
188
  msgstr "Введите секретный ключ"
189
 
190
+ #: includes/class-gglcptch-settings-tabs.php:135
191
  msgid "Settings saved."
192
  msgstr "Настройки сохранены."
193
 
194
+ #: includes/class-gglcptch-settings-tabs.php:152
195
  msgid "Authentication"
196
  msgstr "Идентификация"
197
 
198
+ #: includes/class-gglcptch-settings-tabs.php:153
199
  msgid ""
200
  "Register your website with Google to get required API keys and enter them "
201
  "below."
203
  "Зарегистрируйте свой сайт с помощью Google, чтобы получить требуемые API "
204
  "ключи и введите их ниже."
205
 
206
+ #: includes/class-gglcptch-settings-tabs.php:153
207
  msgid "Get the API Keys"
208
  msgstr "Получить API ключи"
209
 
210
+ #: includes/class-gglcptch-settings-tabs.php:170
211
+ msgid "Test reCAPTCHA"
212
+ msgstr "Тестирование reCAPTCHA"
213
 
214
+ #: includes/class-gglcptch-settings-tabs.php:176
215
  msgid "General"
216
  msgstr "Общее"
217
 
218
+ #: includes/class-gglcptch-settings-tabs.php:179
219
+ msgid "Enable reCAPTCHA for"
220
+ msgstr "Включить reCAPTCHA для"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
221
 
222
+ #: includes/class-gglcptch-settings-tabs.php:224
223
+ #: includes/class-gglcptch-settings-tabs.php:290 includes/pro_banners.php:20
224
  msgid "Close"
225
  msgstr "Закрыть"
226
 
227
+ #: includes/class-gglcptch-settings-tabs.php:233
228
+ msgid "Hide reCAPTCHA for"
229
+ msgstr "Спрятать reCAPTCHA для"
230
 
231
+ #: includes/class-gglcptch-settings-tabs.php:251
232
+ msgid "reCAPTCHA Version"
233
+ msgstr "Версия reCAPTCHA"
234
 
235
+ #: includes/class-gglcptch-settings-tabs.php:265
236
+ #: includes/class-gglcptch-settings-tabs.php:277
237
  msgid "Theme"
238
  msgstr "Тема"
239
 
240
+ #: includes/class-gglcptch-settings-tabs.php:299
241
  msgid "Whitelist Notification"
242
  msgstr "Уведомление о нахождении в белом списке"
243
 
244
+ #: includes/class-gglcptch-settings-tabs.php:302
245
+ msgid "This message will be displayed instead of the reCAPTCHA."
246
+ msgstr "Это сообщение будет отображено вместо поля reCAPTCHA."
247
+
248
+ #: includes/class-gglcptch-settings-tabs.php:306
249
+ msgid "Disabled Submit Button"
250
+ msgstr "Отключенная кнопка подтверждения"
251
 
252
+ #: includes/class-gglcptch-settings-tabs.php:310
253
  msgid ""
254
+ "Enable to keep submit button disabled until reCAPTCHA is loaded (do not use "
255
+ "this option if you see \"Failed to load Google reCAPTCHA\" message)."
256
  msgstr ""
257
+ "Включите, чтобы кнопка подтверждения оставалась отключенной до тех пор, пока "
258
+ "не будет загружена reCAPTCHA (Не используйте эту опцию, если вы видите "
259
+ "сообщение \"Не удалось загрузить Google reCAPTCHA\")."
260
 
261
  #: includes/class-gglcptch-settings-tabs.php:325
262
  msgid ""
263
+ "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
264
+ "version 1 features."
265
+ msgstr ""
266
+ "В связи с особенностями работы reCAPTCHA версии 1 на странице может "
267
+ "отображаться только одна reCAPTCHA."
268
+
269
+ #: includes/class-gglcptch-settings-tabs.php:328
270
+ msgid ""
271
+ "reCAPTCHA version was changed. Please submit \"Test reCAPTCHA\" and "
272
  "regenerate Site and Secret keys if necessary."
273
  msgstr ""
274
+ "Версия reCAPTCHA была изменена. Пожалуйста, нажмите \"Тестирование reCAPTCHA"
275
  "\" и при необходимости обновите секретный ключ и ключ сайта."
276
 
277
+ #: includes/class-gglcptch-settings-tabs.php:341
278
  msgid "Google Captcha Shortcode"
279
  msgstr "Шорткод Google Captcha"
280
 
281
+ #: includes/class-gglcptch-settings-tabs.php:344
282
  msgid ""
283
  "Add Google Captcha to your posts or pages using the following shortcode:"
284
  msgstr ""
285
  "Добавьте Google Captcha в свои записи или страницы, используя следующий "
286
  "шорткод:"
287
 
288
+ #: includes/forms.php:11
289
+ msgid "Login form"
290
+ msgstr "Форма логина"
291
+
292
+ #: includes/forms.php:12
293
+ msgid "Registration form"
294
+ msgstr "Форма регистрации"
295
+
296
+ #: includes/forms.php:13
297
+ msgid "Reset password form"
298
+ msgstr "Форма восстановления пароля"
299
+
300
+ #: includes/forms.php:14
301
+ msgid "Comments form"
302
+ msgstr "Форма комментариев"
303
+
304
+ #: includes/forms.php:37
305
+ msgid "WordPress default"
306
+ msgstr "Стандартных форм WordPress"
307
+
308
+ #: includes/forms.php:46 includes/pro_banners.php:71
309
+ msgid "External Plugins"
310
+ msgstr "Внешние плагины"
311
+
312
+ #: includes/forms.php:55
313
+ msgid "Custom Forms"
314
+ msgstr "Пользовательские формы"
315
+
316
+ #: includes/forms.php:75
317
+ msgid "Google Captcha Plugin"
318
+ msgstr "Плагин Google Captcha"
319
+
320
+ #: includes/forms.php:114 includes/forms.php:139
321
+ msgid "Activate"
322
+ msgstr "Активировать"
323
+
324
+ #: includes/forms.php:116 includes/forms.php:142 includes/forms.php:146
325
+ msgid "Install Now"
326
+ msgstr "Установить сейчас"
327
+
328
+ #: includes/forms.php:437
329
+ msgid "Click the BACK button on your browser and try again."
330
+ msgstr "Нажмите кнопку НАЗАД в вашем браузере и попытайтесь снова."
331
+
332
  #: includes/pro_banners.php:17
333
  msgid "This options is available in Pro version of plugin"
334
  msgstr "Эта опция доступна в Pro версии плагина"
361
  msgid "tab, new line or carriage return."
362
  msgstr "табуляция, новая строка или возврат каретки."
363
 
364
+ #: includes/pro_banners.php:53
365
+ msgid "Jetpack Contact Form"
366
+ msgstr "Контактная форма плагина Jetpack"
367
 
368
+ #: includes/pro_banners.php:55
369
+ msgid "bbPress New Topic form"
370
+ msgstr "Форма новой темы плагина bbPress"
371
+
372
+ #: includes/pro_banners.php:56
373
+ msgid "bbPress Reply form"
374
+ msgstr "Форма ответа плагина bbPress"
375
+
376
+ #: includes/pro_banners.php:57
377
+ msgid "BuddyPress Registration form"
378
+ msgstr "Форма регистрации плагина BuddyPress"
379
+
380
+ #: includes/pro_banners.php:58
381
+ msgid "BuddyPress Comments form"
382
+ msgstr "Форма комментариев плагина BuddyPress"
383
+
384
+ #: includes/pro_banners.php:59
385
+ msgid "BuddyPress Add New Group form"
386
+ msgstr "Форма добавления новой группы плагина BuddyPress"
387
 
388
+ #: includes/pro_banners.php:60
389
+ msgid "WooCommerce Login form"
390
+ msgstr "Форма логина плагина WooCommerce"
391
 
392
+ #: includes/pro_banners.php:61
393
+ msgid "WooCommerce Registration form"
394
+ msgstr "Форма регистрации плагина WooCommerce"
395
+
396
+ #: includes/pro_banners.php:62
397
+ msgid "WooCommerce Reset password form"
398
+ msgstr "Форма восстановления пароля плагина WooCommerce"
399
+
400
+ #: includes/pro_banners.php:63
401
+ msgid "WooCommerce Checkout form"
402
+ msgstr "Форма оформления заказа плагина WooCommerce"
403
+
404
+ #: includes/pro_banners.php:64
405
+ msgid "wpForo Login form"
406
+ msgstr "Форма логина плагина wpForo"
407
+
408
+ #: includes/pro_banners.php:65
409
+ msgid "wpForo Registration form"
410
+ msgstr "Форма регистрации плагина wpForo"
411
+
412
+ #: includes/pro_banners.php:66
413
+ msgid "wpForo New Topic form"
414
+ msgstr "Форма новой темы плагина wpForo"
415
+
416
+ #: includes/pro_banners.php:67
417
+ msgid "wpForo Reply form"
418
+ msgstr "Форма ответа плагина wpForo"
419
+
420
+ #: includes/pro_banners.php:153
421
  msgid "Size"
422
  msgstr "Размер"
423
 
424
+ #: includes/pro_banners.php:157
425
  msgid "Normal"
426
  msgstr "Нормальный"
427
 
428
+ #: includes/pro_banners.php:158
429
  msgid "Compact"
430
  msgstr "Компактный"
431
 
432
+ #: includes/pro_banners.php:163
433
  msgid "Language"
434
  msgstr "Язык"
435
 
436
+ #: includes/pro_banners.php:171
437
  msgid "Multilanguage"
438
  msgstr "Multilanguage"
439
 
440
+ #: includes/pro_banners.php:174
441
  msgid ""
442
  "Enable to switch language automatically on multilingual website using "
443
  "Multilanguage plugin."
522
  msgid "Search results for"
523
  msgstr "Результаты поиска для"
524
 
525
+ #~ msgid "Test ReCaptcha"
526
+ #~ msgstr "Тестирование ReCaptcha"
527
+
528
+ #~ msgid "Enable ReCaptcha for"
529
+ #~ msgstr "Включить ReCaptcha для"
530
+
531
+ #~ msgid "Hide ReCaptcha for"
532
+ #~ msgstr "Спрятать ReCaptcha для"
533
+
534
+ #~ msgid "ReCaptcha Version"
535
+ #~ msgstr "Версия ReCaptcha"
536
+
537
+ #~ msgid ""
538
+ #~ "Only one ReCaptcha can be displayed on the page, it's related to "
539
+ #~ "ReCaptcha version 1 features."
540
+ #~ msgstr ""
541
+ #~ "В связи с особенностями работы ReCaptcha версии 1, на странице может "
542
+ #~ "отображаться только один блок ReCaptcha."
543
+
544
+ #~ msgid "This option is available only for network or for main blog."
545
+ #~ msgstr "Эта опция доступна только для сетевых настроек или главного блога."
546
+
547
+ #~ msgid "Enable for adding captcha to forms on their settings pages."
548
+ #~ msgstr "Включите для добавления капчи к формам на страницах их настроек."
549
+
550
+ #~ msgid "Hide ReCaptcha in Comments Form for"
551
+ #~ msgstr "Скрыть ReCaptcha в форме комментариев для"
552
+
553
+ #~ msgid "Create a Group form"
554
+ #~ msgstr "Форма создания группы"
555
+
556
+ #~ msgid "Lost password form"
557
+ #~ msgstr "Форма восстановления пароля"
558
+
559
+ #~ msgid "Checkout form"
560
+ #~ msgstr "Форма оформления заказа"
561
+
562
  #~ msgid ""
563
  #~ "WARNING: The captcha will not be displayed until you don't fill key "
564
  #~ "fields."
585
  #~ msgstr ""
586
  #~ "Пожалуйста, заполните капчу и нажмите кнопку \"Тестирование проверки\""
587
 
 
 
 
588
  #~ msgid "Settings saved"
589
  #~ msgstr "Настройки сохранены"
590
 
597
  #~ msgid "Go PRO"
598
  #~ msgstr "Перейти на PRO версию"
599
 
 
 
 
 
 
 
 
600
  #~ msgid ""
601
  #~ "If you would like to add a Google Captcha (reCAPTCHA) to your page or "
602
  #~ "post, please use %s button"
628
  #~ msgid "Options"
629
  #~ msgstr "Опции"
630
 
 
 
 
631
  #~ msgid "This option is available only for network or for main blog"
632
  #~ msgstr "Эта опция доступна только для сети или для основного блога"
633
 
663
  #~ "Указанное сообщение будет отображаться вместо reCAPTCHA для IP адресов из "
664
  #~ "белого списка"
665
 
 
 
 
666
  #~ msgid ""
667
  #~ "reCAPTCHA block won't be visible for non-suspicious users while "
668
  #~ "suspicious ones will have to pass the captcha"
languages/google-captcha-sr_RS.mo ADDED
Binary file
languages/google-captcha-sr_RS.po ADDED
@@ -0,0 +1,813 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Google Сaptcha\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-14 20:09+0300\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Team Link <teamlink@gmx.us>\n"
9
+ "Language: sr\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.7.1\n"
17
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+
21
+ #: google-captcha.php:37 google-captcha.php:39 google-captcha.php:432
22
+ #: includes/class-gglcptch-settings-tabs.php:149
23
+ msgid "Google Captcha Settings"
24
+ msgstr "Google Captcha Подешавања"
25
+
26
+ #: google-captcha.php:39 google-captcha.php:950 google-captcha.php:963
27
+ #: includes/class-gglcptch-settings-tabs.php:25
28
+ msgid "Settings"
29
+ msgstr "Подешавања"
30
+
31
+ #: google-captcha.php:41 includes/whitelist.php:44
32
+ msgid "Google Captcha Whitelist"
33
+ msgstr ""
34
+
35
+ #: google-captcha.php:41
36
+ msgid "Whitelist"
37
+ msgstr "Бела листа"
38
+
39
+ #: google-captcha.php:47 includes/pro_banners.php:29
40
+ msgid "Upgrade to Pro"
41
+ msgstr "Пређи на Про"
42
+
43
+ #: google-captcha.php:225
44
+ msgid "Please wait until Google reCAPTCHA is loaded."
45
+ msgstr "Молимо сачекајте док се Google reCAPTCHA учита."
46
+
47
+ #: google-captcha.php:226
48
+ msgid ""
49
+ "Failed to load Google reCAPTCHA. Please check your internet connection and "
50
+ "reload this page."
51
+ msgstr ""
52
+ "Није успело учитавање Google reCAPTCHA-e Молимо проверите Вашу интернет "
53
+ "конекцију и освежите страну."
54
+
55
+ #: google-captcha.php:242
56
+ msgid "Warning"
57
+ msgstr "Упозорење"
58
+
59
+ #: google-captcha.php:340
60
+ msgid "You are in the whitelist"
61
+ msgstr "Ви сте на белој листи"
62
+
63
+ #: google-captcha.php:512 google-captcha.php:983
64
+ msgid "To use Google Captcha you must get the keys from"
65
+ msgstr "Да бисте користили Google Captcha морате узети кључеве од"
66
+
67
+ #: google-captcha.php:513 google-captcha.php:984
68
+ msgid "here"
69
+ msgstr "овде"
70
+
71
+ #: google-captcha.php:514 google-captcha.php:985
72
+ msgid "and enter them on the"
73
+ msgstr "и унесите их на"
74
+
75
+ #: google-captcha.php:516 google-captcha.php:987
76
+ msgid "plugin setting page"
77
+ msgstr "страна подешавања додатка"
78
+
79
+ #: google-captcha.php:763 includes/forms.php:282 includes/forms.php:313
80
+ #: includes/forms.php:344 includes/forms.php:389 includes/forms.php:435
81
+ #: includes/forms.php:469
82
+ msgid "Error"
83
+ msgstr "Грешка"
84
+
85
+ #: google-captcha.php:860
86
+ msgid "User response is missing."
87
+ msgstr "Одговор корисника недостаје."
88
+
89
+ #: google-captcha.php:864 google-captcha.php:872
90
+ msgid "Secret Key is invalid."
91
+ msgstr ""
92
+
93
+ #: google-captcha.php:865 google-captcha.php:873
94
+ msgid "Check your domain configurations"
95
+ msgstr ""
96
+
97
+ #: google-captcha.php:866 google-captcha.php:874
98
+ msgid "and enter it again"
99
+ msgstr "и унесите поново"
100
+
101
+ #: google-captcha.php:869
102
+ msgid "Secret Key is missing."
103
+ msgstr "Тајни кључ недостаје."
104
+
105
+ #: google-captcha.php:876
106
+ msgid "User response is invalid"
107
+ msgstr "Одговор корисника није исправан"
108
+
109
+ #: google-captcha.php:877
110
+ msgid "You have entered an incorrect reCAPTCHA value."
111
+ msgstr "Унели сте нетачну reCAPTCHA вредност."
112
+
113
+ #: google-captcha.php:878
114
+ msgid ""
115
+ "More than one reCAPTCHA has been found in the current form. Please remove "
116
+ "all unnecessary reCAPTCHA fields to make it work properly."
117
+ msgstr ""
118
+ "Више од једне reCAPTCHA је нађено у тренутној форми. Молим вас да уклоните "
119
+ "сва непотребна reCAPTCHA поља како би форма радила исправно."
120
+
121
+ #: google-captcha.php:902
122
+ msgid "Please submit \"Test verification\""
123
+ msgstr ""
124
+
125
+ #: google-captcha.php:904
126
+ msgid "Please complete the captcha and submit \"Test verification\""
127
+ msgstr ""
128
+
129
+ #: google-captcha.php:910
130
+ msgid "Test verification"
131
+ msgstr "Тестирај верификацију"
132
+
133
+ #: google-captcha.php:931
134
+ msgid "The verification is successfully completed."
135
+ msgstr ""
136
+
137
+ #: google-captcha.php:964
138
+ msgid "FAQ"
139
+ msgstr "ЧПП"
140
+
141
+ #: google-captcha.php:965
142
+ msgid "Support"
143
+ msgstr "Подршка"
144
+
145
+ #: includes/class-gglcptch-settings-tabs.php:26
146
+ msgid "Misc"
147
+ msgstr ""
148
+
149
+ #: includes/class-gglcptch-settings-tabs.php:27
150
+ msgid "Custom Code"
151
+ msgstr ""
152
+
153
+ #: includes/class-gglcptch-settings-tabs.php:28
154
+ msgid "License Key"
155
+ msgstr ""
156
+
157
+ #: includes/class-gglcptch-settings-tabs.php:51
158
+ msgid "Site Key"
159
+ msgstr "Кључ сајта"
160
+
161
+ #: includes/class-gglcptch-settings-tabs.php:56
162
+ msgid "Secret Key"
163
+ msgstr "Тајни кључ"
164
+
165
+ #: includes/class-gglcptch-settings-tabs.php:63
166
+ #: includes/class-gglcptch-settings-tabs.php:64
167
+ msgid "Version"
168
+ msgstr "Верзија"
169
+
170
+ #: includes/class-gglcptch-settings-tabs.php:65
171
+ msgid "Invisible"
172
+ msgstr ""
173
+
174
+ #: includes/class-gglcptch-settings-tabs.php:94
175
+ msgid "Enter site key"
176
+ msgstr "Унесите кључ сајта"
177
+
178
+ #: includes/class-gglcptch-settings-tabs.php:95
179
+ #: includes/class-gglcptch-settings-tabs.php:102
180
+ msgid "WARNING: The captcha will not be displayed until you fill key fields."
181
+ msgstr ""
182
+
183
+ #: includes/class-gglcptch-settings-tabs.php:101
184
+ msgid "Enter secret key"
185
+ msgstr "Унесите тајни кључ"
186
+
187
+ #: includes/class-gglcptch-settings-tabs.php:135
188
+ msgid "Settings saved."
189
+ msgstr ""
190
+
191
+ #: includes/class-gglcptch-settings-tabs.php:152
192
+ msgid "Authentication"
193
+ msgstr "Аутентикација"
194
+
195
+ #: includes/class-gglcptch-settings-tabs.php:153
196
+ msgid ""
197
+ "Register your website with Google to get required API keys and enter them "
198
+ "below."
199
+ msgstr ""
200
+
201
+ #: includes/class-gglcptch-settings-tabs.php:153
202
+ msgid "Get the API Keys"
203
+ msgstr ""
204
+
205
+ #: includes/class-gglcptch-settings-tabs.php:170
206
+ #, fuzzy
207
+ msgid "Test reCAPTCHA"
208
+ msgstr "Невидљиви reCAPTCHA"
209
+
210
+ #: includes/class-gglcptch-settings-tabs.php:176
211
+ msgid "General"
212
+ msgstr ""
213
+
214
+ #: includes/class-gglcptch-settings-tabs.php:179
215
+ msgid "Enable reCAPTCHA for"
216
+ msgstr "Омогући reCAPTCHA за"
217
+
218
+ #: includes/class-gglcptch-settings-tabs.php:224
219
+ #: includes/class-gglcptch-settings-tabs.php:290 includes/pro_banners.php:20
220
+ msgid "Close"
221
+ msgstr "Затвори"
222
+
223
+ #: includes/class-gglcptch-settings-tabs.php:233
224
+ #, fuzzy
225
+ msgid "Hide reCAPTCHA for"
226
+ msgstr "Омогући reCAPTCHA за"
227
+
228
+ #: includes/class-gglcptch-settings-tabs.php:251
229
+ msgid "reCAPTCHA Version"
230
+ msgstr "reCAPTCHA верзија"
231
+
232
+ #: includes/class-gglcptch-settings-tabs.php:265
233
+ #: includes/class-gglcptch-settings-tabs.php:277
234
+ msgid "Theme"
235
+ msgstr ""
236
+
237
+ #: includes/class-gglcptch-settings-tabs.php:299
238
+ msgid "Whitelist Notification"
239
+ msgstr "Нотификација за белу листу"
240
+
241
+ #: includes/class-gglcptch-settings-tabs.php:302
242
+ #, fuzzy
243
+ msgid "This message will be displayed instead of the reCAPTCHA."
244
+ msgstr ""
245
+ "Ова порука ће бити приказана уместо reCAPTCHA уколико је кориснички IP додат "
246
+ "у белу листу"
247
+
248
+ #: includes/class-gglcptch-settings-tabs.php:306
249
+ msgid "Disabled Submit Button"
250
+ msgstr ""
251
+
252
+ #: includes/class-gglcptch-settings-tabs.php:310
253
+ msgid ""
254
+ "Enable to keep submit button disabled until reCAPTCHA is loaded (do not use "
255
+ "this option if you see \"Failed to load Google reCAPTCHA\" message)."
256
+ msgstr ""
257
+
258
+ #: includes/class-gglcptch-settings-tabs.php:325
259
+ msgid ""
260
+ "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
261
+ "version 1 features."
262
+ msgstr ""
263
+ "Само један reCAPTCHA може бити приказан на страни, у вези је са могућностима "
264
+ "reCAPTCHA верзије 1."
265
+
266
+ #: includes/class-gglcptch-settings-tabs.php:328
267
+ msgid ""
268
+ "reCAPTCHA version was changed. Please submit \"Test reCAPTCHA\" and "
269
+ "regenerate Site and Secret keys if necessary."
270
+ msgstr ""
271
+
272
+ #: includes/class-gglcptch-settings-tabs.php:341
273
+ msgid "Google Captcha Shortcode"
274
+ msgstr ""
275
+
276
+ #: includes/class-gglcptch-settings-tabs.php:344
277
+ msgid ""
278
+ "Add Google Captcha to your posts or pages using the following shortcode:"
279
+ msgstr ""
280
+
281
+ #: includes/forms.php:11
282
+ msgid "Login form"
283
+ msgstr "Логин форма"
284
+
285
+ #: includes/forms.php:12
286
+ msgid "Registration form"
287
+ msgstr "Регистрациона форма"
288
+
289
+ #: includes/forms.php:13
290
+ msgid "Reset password form"
291
+ msgstr "Форма за ресетовање шифре"
292
+
293
+ #: includes/forms.php:14
294
+ msgid "Comments form"
295
+ msgstr "Форма за коментаре"
296
+
297
+ #: includes/forms.php:37
298
+ msgid "WordPress default"
299
+ msgstr "WordPress подразумевано"
300
+
301
+ #: includes/forms.php:46 includes/pro_banners.php:71
302
+ msgid "External Plugins"
303
+ msgstr ""
304
+
305
+ #: includes/forms.php:55
306
+ msgid "Custom Forms"
307
+ msgstr ""
308
+
309
+ #: includes/forms.php:75
310
+ msgid "Google Captcha Plugin"
311
+ msgstr ""
312
+
313
+ #: includes/forms.php:114 includes/forms.php:139
314
+ msgid "Activate"
315
+ msgstr "Активирај"
316
+
317
+ #: includes/forms.php:116 includes/forms.php:142 includes/forms.php:146
318
+ msgid "Install Now"
319
+ msgstr ""
320
+
321
+ #: includes/forms.php:437
322
+ msgid "Click the BACK button on your browser and try again."
323
+ msgstr ""
324
+
325
+ #: includes/pro_banners.php:17
326
+ msgid "This options is available in Pro version of plugin"
327
+ msgstr "Ова опција је доступна у Про верзији додатка"
328
+
329
+ #: includes/pro_banners.php:40 includes/whitelist.php:84
330
+ msgid "Allowed formats"
331
+ msgstr "Дозвољени формати"
332
+
333
+ #: includes/pro_banners.php:41
334
+ msgid "Allowed separators for IPs: a comma"
335
+ msgstr "Дозвољени сепаратори за IP: зарез"
336
+
337
+ #: includes/pro_banners.php:41 includes/pro_banners.php:44
338
+ msgid "semicolon"
339
+ msgstr "tačka-зарез"
340
+
341
+ #: includes/pro_banners.php:41
342
+ msgid "ordinary space, tab, new line or carriage return."
343
+ msgstr ""
344
+
345
+ #: includes/pro_banners.php:42
346
+ msgid "Reason"
347
+ msgstr "Разлог"
348
+
349
+ #: includes/pro_banners.php:44
350
+ msgid "Allowed separators for reasons: a comma"
351
+ msgstr "Дозвољени сепаратори за разлоге: зарез"
352
+
353
+ #: includes/pro_banners.php:44
354
+ msgid "tab, new line or carriage return."
355
+ msgstr ""
356
+
357
+ #: includes/pro_banners.php:53
358
+ msgid "Jetpack Contact Form"
359
+ msgstr ""
360
+
361
+ #: includes/pro_banners.php:55
362
+ msgid "bbPress New Topic form"
363
+ msgstr ""
364
+
365
+ #: includes/pro_banners.php:56
366
+ msgid "bbPress Reply form"
367
+ msgstr ""
368
+
369
+ #: includes/pro_banners.php:57
370
+ msgid "BuddyPress Registration form"
371
+ msgstr ""
372
+
373
+ #: includes/pro_banners.php:58
374
+ msgid "BuddyPress Comments form"
375
+ msgstr ""
376
+
377
+ #: includes/pro_banners.php:59
378
+ msgid "BuddyPress Add New Group form"
379
+ msgstr ""
380
+
381
+ #: includes/pro_banners.php:60
382
+ msgid "WooCommerce Login form"
383
+ msgstr ""
384
+
385
+ #: includes/pro_banners.php:61
386
+ msgid "WooCommerce Registration form"
387
+ msgstr ""
388
+
389
+ #: includes/pro_banners.php:62
390
+ msgid "WooCommerce Reset password form"
391
+ msgstr ""
392
+
393
+ #: includes/pro_banners.php:63
394
+ msgid "WooCommerce Checkout form"
395
+ msgstr ""
396
+
397
+ #: includes/pro_banners.php:64
398
+ msgid "wpForo Login form"
399
+ msgstr ""
400
+
401
+ #: includes/pro_banners.php:65
402
+ msgid "wpForo Registration form"
403
+ msgstr ""
404
+
405
+ #: includes/pro_banners.php:66
406
+ msgid "wpForo New Topic form"
407
+ msgstr ""
408
+
409
+ #: includes/pro_banners.php:67
410
+ msgid "wpForo Reply form"
411
+ msgstr ""
412
+
413
+ #: includes/pro_banners.php:153
414
+ msgid "Size"
415
+ msgstr ""
416
+
417
+ #: includes/pro_banners.php:157
418
+ msgid "Normal"
419
+ msgstr "Нормално"
420
+
421
+ #: includes/pro_banners.php:158
422
+ msgid "Compact"
423
+ msgstr "Компактно"
424
+
425
+ #: includes/pro_banners.php:163
426
+ msgid "Language"
427
+ msgstr ""
428
+
429
+ #: includes/pro_banners.php:171
430
+ msgid "Multilanguage"
431
+ msgstr ""
432
+
433
+ #: includes/pro_banners.php:174
434
+ msgid ""
435
+ "Enable to switch language automatically on multilingual website using "
436
+ "Multilanguage plugin."
437
+ msgstr ""
438
+
439
+ #: includes/whitelist.php:47
440
+ msgid "Add New"
441
+ msgstr ""
442
+
443
+ #: includes/whitelist.php:72
444
+ msgid "IP to whitelist"
445
+ msgstr ""
446
+
447
+ #: includes/whitelist.php:79
448
+ msgid "My IP"
449
+ msgstr "Мој IP"
450
+
451
+ #: includes/whitelist.php:86
452
+ msgid "Allowed diapason"
453
+ msgstr "Дозвољени дијапазони"
454
+
455
+ #: includes/whitelist.php:90
456
+ msgid "Add IP to whitelist"
457
+ msgstr ""
458
+
459
+ #: includes/whitelist.php:95
460
+ msgid "Search IP"
461
+ msgstr "Тражи IP"
462
+
463
+ #: includes/whitelist.php:149
464
+ msgid "Nothing found"
465
+ msgstr "Ништа није нађено"
466
+
467
+ #: includes/whitelist.php:149
468
+ msgid "No IP in the whitelist"
469
+ msgstr "Нема IP у белој листи"
470
+
471
+ #: includes/whitelist.php:156
472
+ msgid "IP Address"
473
+ msgstr ""
474
+
475
+ #: includes/whitelist.php:157
476
+ msgid "Date Added"
477
+ msgstr ""
478
+
479
+ #: includes/whitelist.php:211 includes/whitelist.php:221
480
+ msgid "Delete"
481
+ msgstr ""
482
+
483
+ #: includes/whitelist.php:307
484
+ msgid "IP added to the whitelist successfully."
485
+ msgstr ""
486
+
487
+ #: includes/whitelist.php:309 includes/whitelist.php:330
488
+ #: includes/whitelist.php:340
489
+ #, fuzzy
490
+ msgid "Some errors occurred."
491
+ msgstr "Неке грешке су се десиле"
492
+
493
+ #: includes/whitelist.php:311
494
+ msgid "IP is already in the whitelist."
495
+ msgstr ""
496
+
497
+ #: includes/whitelist.php:314
498
+ msgid "Invalid IP. See allowed formats."
499
+ msgstr "Неисправан IP. Погледајте дозвољене формате."
500
+
501
+ #: includes/whitelist.php:336
502
+ #, fuzzy
503
+ msgid "One IP was deleted successfully."
504
+ msgstr "Један IP је успешно обрисан"
505
+
506
+ #: includes/whitelist.php:343
507
+ msgid "You have not entered any IP."
508
+ msgstr "Нисте унели ни један IP."
509
+
510
+ #: includes/whitelist.php:346
511
+ msgid "You have not entered any IP in to the search form."
512
+ msgstr ""
513
+
514
+ #: includes/whitelist.php:348
515
+ msgid "Search results for"
516
+ msgstr "Резултати претраге за"
517
+
518
+ #~ msgid ""
519
+ #~ "WARNING: The captcha will not display while you don't fill key fields."
520
+ #~ msgstr ""
521
+ #~ "УПОЗОРЕЊЕ: captcha неће бити приказан док не попуните поља за кључеве."
522
+
523
+ #~ msgid "Settings saved"
524
+ #~ msgstr "Подешавања сачувана"
525
+
526
+ #~ msgid "All plugin settings were restored"
527
+ #~ msgstr "Сва подешавања плугин-а су повраћена"
528
+
529
+ #~ msgid "Custom code"
530
+ #~ msgstr "Код по мери"
531
+
532
+ #~ msgid "Go PRO"
533
+ #~ msgstr "Пређите на ПРО"
534
+
535
+ #~ msgid ""
536
+ #~ "If you would like to add a Google Captcha (reCAPTCHA) to your page or "
537
+ #~ "post, please use %s button"
538
+ #~ msgstr ""
539
+ #~ "Ако бисте желели да додате Google Captcha (reCAPTCHA) на вашу страну или "
540
+ #~ "чланак, молимо користите %s дугме"
541
+
542
+ #~ msgid ""
543
+ #~ "You can add the Google Captcha (reCAPTCHA) to your page or post by "
544
+ #~ "clicking on %s button in the content edit block using the Visual mode. If "
545
+ #~ "the button isn't displayed or you would like to add the Google Captcha "
546
+ #~ "(reCAPTCHA) to your own form , please use the shortcode %s"
547
+ #~ msgstr ""
548
+ #~ "Можете додати Google Captcha (reCAPTCHA) на ваше стране и чланке кликом "
549
+ #~ "на %sдугме у едитору садржаја у визуелном моду. Ако се дугме не појављује "
550
+ #~ "или желите да додате Google Captcha (reCAPTCHA) на вашу форму, молимо "
551
+ #~ "користите кратак код %s"
552
+
553
+ #~ msgid ""
554
+ #~ "In order to use reCAPTCHA, please enter site and secret keys. You can "
555
+ #~ "manage your API keys %shere%s"
556
+ #~ msgstr ""
557
+ #~ "Да бисте могли да користите reCAPTCHA молимо Вас да унесте кључ сајта и "
558
+ #~ "тајни кључ. Кључеве можете подешавати %sовде%s"
559
+
560
+ #~ msgid "Test Keys"
561
+ #~ msgstr "Тестирај кључеве"
562
+
563
+ #~ msgid "Options"
564
+ #~ msgstr "Опције"
565
+
566
+ #~ msgid "This option is available only for network or for main blog"
567
+ #~ msgstr "Ова опција је доступна само за мрежу или главни блог"
568
+
569
+ #~ msgid "Plugins"
570
+ #~ msgstr "Додаци"
571
+
572
+ #~ msgid "You should %s to use this functionality"
573
+ #~ msgstr "Требало би %s да би користили ову функционалност"
574
+
575
+ #~ msgid "activate"
576
+ #~ msgstr "активирај"
577
+
578
+ #~ msgid "for network"
579
+ #~ msgstr "за мрежу"
580
+
581
+ #~ msgid "download"
582
+ #~ msgstr "преузми"
583
+
584
+ #~ msgid "Check off for adding captcha to forms on their settings pages"
585
+ #~ msgstr ""
586
+ #~ "Одштиклирајте за додавање captcha на формама у њиховим странама подешавања"
587
+
588
+ #~ msgid ""
589
+ #~ "If you would like to add Google Captcha (reCAPTCHA) to a custom form see "
590
+ #~ "%s"
591
+ #~ msgstr ""
592
+ #~ "Ако бисте желели да додате Google Captcha (reCATPCHA) на кастом форму, "
593
+ #~ "погледајте %s"
594
+
595
+ #~ msgid "Hide reCAPTCHA in Comments Form for"
596
+ #~ msgstr "Сакриј reCAPTCHA у коментарима од"
597
+
598
+ #~ msgid ""
599
+ #~ "reCAPTCHA block won't be visible for non-suspicious users while "
600
+ #~ "suspicious ones will have to pass the captcha"
601
+ #~ msgstr ""
602
+ #~ "reCAPTCHA блок неће бити видљив за кориснике који нису сумњиви, за оне "
603
+ #~ "који јесу сумњиви - њима ће бити приказан и мораће да прођу верификацију"
604
+
605
+ #~ msgid "reCAPTCHA Theme"
606
+ #~ msgstr "reCAPTCHA Тема"
607
+
608
+ #~ msgid "for version"
609
+ #~ msgstr "за верзију"
610
+
611
+ #~ msgid "Save Changes"
612
+ #~ msgstr "Сачувај измене"
613
+
614
+ #~ msgid "Secret Key is invalid"
615
+ #~ msgstr "Тајни кључ није валидан"
616
+
617
+ #~ msgid "Check your domain configuration"
618
+ #~ msgstr "Проверите подешавања Вашег домена"
619
+
620
+ #~ msgid "Click the BACK button on your browser, and try again."
621
+ #~ msgstr "Притисните НАЗАД дугме у Вашем прегледачу и покушајте поново."
622
+
623
+ #~ msgid "Please, complete the captcha and submit \"Test verification\""
624
+ #~ msgstr "Молимо Вас, урадите цаптча и поднесите \"Тестирај верификацију\""
625
+
626
+ #~ msgid "The verification is successfully completed"
627
+ #~ msgstr "Верификација је успешно обављена"
628
+
629
+ #~ msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
630
+ #~ msgstr "За IP адресе у белој листи reCAPTCHA неће бити приказан"
631
+
632
+ #~ msgid "Add IP to the whitelist"
633
+ #~ msgstr "Додај ИП у белу листу"
634
+
635
+ #~ msgid "Save changes"
636
+ #~ msgstr "Сачувај измене"
637
+
638
+ #~ msgid "Save IP to the whitelist"
639
+ #~ msgstr "Сачувај IP у белу листу"
640
+
641
+ #~ msgid "IP address"
642
+ #~ msgstr "IP адреса"
643
+
644
+ #~ msgid "Date added"
645
+ #~ msgstr "Датум додавања"
646
+
647
+ #~ msgid "Remove from the whitelist"
648
+ #~ msgstr "Уклони са беле листе"
649
+
650
+ #~ msgid "IP added to the whitelist successfully"
651
+ #~ msgstr "IP успешно додат у белу листу"
652
+
653
+ #~ msgid "Some errors occurred"
654
+ #~ msgstr "Неке грешке су се десиле"
655
+
656
+ #~ msgid "IP is already in the whitelist"
657
+ #~ msgstr "IP је већ у белој листи"
658
+
659
+ #~ msgid "One IP was deleted successfully"
660
+ #~ msgstr "Један IP је успешно обрисан"
661
+
662
+ #~ msgid "You have not entered any IP"
663
+ #~ msgstr "Нисте унели ни један IP"
664
+
665
+ #~ msgid "You have not entered any IP in to the search form"
666
+ #~ msgstr "Нисте унели ни један IP у форму за претрагу"
667
+
668
+ #~ msgid "ordinary space, tab, new line or carriage return"
669
+ #~ msgstr "обичан размак, таб, нова линија или ретурн"
670
+
671
+ #~ msgid "tab, new line or carriage return"
672
+ #~ msgstr "таб, нова линија или ретурн"
673
+
674
+ #~ msgid "reCAPTCHA Language"
675
+ #~ msgstr "reCAPTCHA Језик"
676
+
677
+ #~ msgid "Use the current site language"
678
+ #~ msgstr "Користи тренутни језик сајта"
679
+
680
+ #~ msgid "Using"
681
+ #~ msgstr "Користећи"
682
+
683
+ #~ msgid "reCAPTCHA Size"
684
+ #~ msgstr "reCAPTCHA Величина"
685
+
686
+ #~ msgid "Unlock premium options by upgrading to Pro version"
687
+ #~ msgstr "Откључајте премијум опције тако што ћете прећи на Про верзију"
688
+
689
+ #~ msgid "Learn More"
690
+ #~ msgstr "Сазнајте више"
691
+
692
+ #~ msgid "Error: You have entered an incorrect reCAPTCHA value"
693
+ #~ msgstr "Грешка: Унели сте неисправну reCAPTCHA вредност"
694
+
695
+ #~ msgid "You have entered an incorrect reCAPTCHA value"
696
+ #~ msgstr "Унели сте неисправну reCAPTCHA вредност"
697
+
698
+ #~ msgid "ERROR"
699
+ #~ msgstr "ГРЕШКА"
700
+
701
+ #~ msgid "Before you are able to do something, you must to register %shere%s"
702
+ #~ msgstr ""
703
+ #~ "Пре него што можете урадити било шта, морате се регистровати %sсовде%s"
704
+
705
+ #~ msgid "Enter site key and secret key, that you get after registration"
706
+ #~ msgstr "Унесите кључ сајта и тајни кључ које сте добили након регистрације"
707
+
708
+ #~ msgid ""
709
+ #~ "Google Captcha version 2 will not work correctly, since the option "
710
+ #~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
711
+ #~ "service."
712
+ #~ msgstr ""
713
+ #~ "Google Captcha верзија 2 неће радити исправно, зато што је опција "
714
+ #~ "\"allow_url_fopen\" онемогућена. Молимо контактирајте подршку Вашег "
715
+ #~ "хостинг провајдера."
716
+
717
+ #~ msgid ""
718
+ #~ "Google Captcha version 2 will not work correctly, since the option "
719
+ #~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
720
+ #~ msgstr ""
721
+ #~ "Google Captcha верзија 2 неће радити исправно, зато што је опција "
722
+ #~ "\"allow_url_fopen\" онемогућена у PHP подешавањима Вашег хостинг "
723
+ #~ "провајдера."
724
+
725
+ #~ msgid "Read more."
726
+ #~ msgstr "Прочитајте више."
727
+
728
+ #~ msgid "powered by"
729
+ #~ msgstr "напајано од"
730
+
731
+ #~ msgid "Download"
732
+ #~ msgstr "Преузми"
733
+
734
+ #~ msgid "You should"
735
+ #~ msgstr "Требали бисте"
736
+
737
+ #~ msgid "Notice:"
738
+ #~ msgstr "Обавештење:"
739
+
740
+ #~ msgid ""
741
+ #~ "The plugin's settings have been changed. In order to save them please "
742
+ #~ "don't forget to click the 'Save Changes' button."
743
+ #~ msgstr ""
744
+ #~ "Подешавања додатка су промењена. Да бисте сачували промене молимо не "
745
+ #~ "заборавите да кликнете на \"Сачувај Измене\" дугме."
746
+
747
+ #~ msgid "Contact form"
748
+ #~ msgstr "Контакт форма"
749
+
750
+ #~ msgid "Activate contact form"
751
+ #~ msgstr "Активирајте контакт форму"
752
+
753
+ #~ msgid "Download contact form"
754
+ #~ msgstr "Преузми контакт форму"
755
+
756
+ #~ msgid "Google Captcha"
757
+ #~ msgstr "Google Captcha"
758
+
759
+ #~ msgid "Enable Google Captcha for:"
760
+ #~ msgstr "Укључи Google Captcha за:"
761
+
762
+ #~ msgid "Hide captcha for:"
763
+ #~ msgstr "Сакриј captcha за:"
764
+
765
+ #~ msgid "Theme:"
766
+ #~ msgstr "Тема:"
767
+
768
+ #~ msgid ""
769
+ #~ "An unexpected error has occurred. If this message appears again, please "
770
+ #~ "contact the Administrator."
771
+ #~ msgstr ""
772
+ #~ "Дошло је до неочекиване грешке. Ако се ова порука појави поново, молим "
773
+ #~ "контактирајте администратора."
774
+
775
+ #~ msgid "requires"
776
+ #~ msgstr "захтева"
777
+
778
+ #~ msgid ""
779
+ #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
780
+ #~ "and try again."
781
+ #~ msgstr ""
782
+ #~ "или више, зато је деактивирано! Молимо вас да ажурирате WordPress и "
783
+ #~ "покушате поново."
784
+
785
+ #~ msgid "Back to the WordPress"
786
+ #~ msgstr "Назад на WordPress"
787
+
788
+ #~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
789
+ #~ msgstr ""
790
+ #~ "Ако Вам се свиђа овај додатак, молимо Вас да дате 5 звездица на "
791
+ #~ "WordPressu-у"
792
+
793
+ #~ msgid "Rate the plugin"
794
+ #~ msgstr "Оцените овај додатак"
795
+
796
+ #~ msgid "If there is something wrong about it, please contact us"
797
+ #~ msgstr "Ако нешто није у реду, молимо Вас да нас контактирате"
798
+
799
+ #~ msgid "Public Key"
800
+ #~ msgstr "Јавни кључ"
801
+
802
+ #~ msgid "Private Key"
803
+ #~ msgstr "Приватни кључ"
804
+
805
+ #~ msgid "Enter public key"
806
+ #~ msgstr "Унесите јавни кључ"
807
+
808
+ #~ msgid "Themes"
809
+ #~ msgstr "Теме"
810
+
811
+ #~ msgid "WARNING: The captcha will not display while you not fill key fields."
812
+ #~ msgstr ""
813
+ #~ "УПОЗОРЕЊЕ: Captcha неће бити приказан док не унесете вредности кључева."
languages/google-captcha-uk.mo CHANGED
Binary file
languages/google-captcha-uk.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-21 15:12+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
@@ -18,33 +18,33 @@ msgstr ""
18
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: google-captcha.php:35 google-captcha.php:37 google-captcha.php:499
22
- #: includes/class-gglcptch-settings-tabs.php:152
23
  msgid "Google Captcha Settings"
24
  msgstr "Налаштування Google Captcha"
25
 
26
- #: google-captcha.php:37 google-captcha.php:1002 google-captcha.php:1023
27
  #: includes/class-gglcptch-settings-tabs.php:25
28
  msgid "Settings"
29
  msgstr "Налаштування"
30
 
31
- #: google-captcha.php:39 includes/whitelist.php:44
32
  msgid "Google Captcha Whitelist"
33
  msgstr "Білий список Google Captcha"
34
 
35
- #: google-captcha.php:39
36
  msgid "Whitelist"
37
  msgstr "Білий список"
38
 
39
- #: google-captcha.php:45 includes/pro_banners.php:29
40
  msgid "Upgrade to Pro"
41
  msgstr "Оновити до Pro"
42
 
43
- #: google-captcha.php:267
44
  msgid "Please wait until Google reCAPTCHA is loaded."
45
  msgstr "Будь ласка, зачекайте, поки буде завантаженo Google reCAPTCHA."
46
 
47
- #: google-captcha.php:268
48
  msgid ""
49
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
50
  "reload this page."
@@ -52,64 +52,65 @@ msgstr ""
52
  "Не вдалося завантажити Google reCAPTCHA. Будь ласка, перевірте підключення "
53
  "до Інтернету та оновіть цю сторінку."
54
 
55
- #: google-captcha.php:288
56
  msgid "Warning"
57
  msgstr "Увага"
58
 
59
- #: google-captcha.php:292 google-captcha.php:807 google-captcha.php:838
60
- #: google-captcha.php:867 google-captcha.php:897 google-captcha.php:926
61
- msgid "Error"
62
- msgstr "Помилка"
63
-
64
- #: google-captcha.php:390
65
  msgid "You are in the whitelist"
66
  msgstr "Ви знаходитесь в білому списку"
67
 
68
- #: google-captcha.php:555 google-captcha.php:1043
69
  msgid "To use Google Captcha you must get the keys from"
70
  msgstr "Щоб використовувати Google Captcha, вам необхідно отримати ключі з"
71
 
72
- #: google-captcha.php:556 google-captcha.php:1044
73
  msgid "here"
74
  msgstr "тут"
75
 
76
- #: google-captcha.php:557 google-captcha.php:1045
77
  msgid "and enter them on the"
78
  msgstr "і вставте їх у"
79
 
80
- #: google-captcha.php:559 google-captcha.php:1047
81
  msgid "plugin setting page"
82
  msgstr "сторінку налаштувань плагіну"
83
 
84
- #: google-captcha.php:762
 
 
 
 
 
 
85
  msgid "User response is missing."
86
  msgstr "Відповідь користувача відсутня."
87
 
88
- #: google-captcha.php:766 google-captcha.php:774
89
  msgid "Secret Key is invalid."
90
  msgstr "Секретний ключ некоректний."
91
 
92
- #: google-captcha.php:767 google-captcha.php:775
93
  msgid "Check your domain configurations"
94
  msgstr "Перевірте конфігурацію вашого домену"
95
 
96
- #: google-captcha.php:768 google-captcha.php:776
97
  msgid "and enter it again"
98
  msgstr "і введіть його знову"
99
 
100
- #: google-captcha.php:771
101
  msgid "Secret Key is missing."
102
  msgstr "Секретний ключ відсутній."
103
 
104
- #: google-captcha.php:778
105
  msgid "User response is invalid"
106
  msgstr "Некоректна відповідь користувача"
107
 
108
- #: google-captcha.php:779
109
  msgid "You have entered an incorrect reCAPTCHA value."
110
  msgstr "Ви ввели невірне значення reCAPTCHA."
111
 
112
- #: google-captcha.php:780
113
  msgid ""
114
  "More than one reCAPTCHA has been found in the current form. Please remove "
115
  "all unnecessary reCAPTCHA fields to make it work properly."
@@ -117,32 +118,28 @@ msgstr ""
117
  "В поточній формі знайдено більш ніж один блок reCAPTCHA. Будь-ласка видаліть "
118
  "усі зайві блоки reCAPTCHA для коректної подальшої роботи."
119
 
120
- #: google-captcha.php:926
121
- msgid "Click the BACK button on your browser and try again."
122
- msgstr "Натисніть кнопку НАЗАД у браузері та спробуйте ще раз."
123
-
124
- #: google-captcha.php:954
125
  msgid "Please submit \"Test verification\""
126
  msgstr "Будь ласка, натисніть кнопку \"Тестування перевірки\""
127
 
128
- #: google-captcha.php:956
129
  msgid "Please complete the captcha and submit \"Test verification\""
130
  msgstr ""
131
  "Будь ласка, заповніть капчу і натисніть кнопку \"Тестування перевірки\""
132
 
133
- #: google-captcha.php:962
134
  msgid "Test verification"
135
  msgstr "Тестування перевірки"
136
 
137
- #: google-captcha.php:983
138
  msgid "The verification is successfully completed."
139
  msgstr "Перевірка завершена успішно."
140
 
141
- #: google-captcha.php:1024
142
  msgid "FAQ"
143
  msgstr "FAQ"
144
 
145
- #: google-captcha.php:1025
146
  msgid "Support"
147
  msgstr "Техпідтримка"
148
 
@@ -175,46 +172,29 @@ msgstr "Версія"
175
  msgid "Invisible"
176
  msgstr "Невидима"
177
 
178
- #: includes/class-gglcptch-settings-tabs.php:70 includes/pro_banners.php:78
179
- msgid "Login form"
180
- msgstr "Форма логіну"
181
-
182
- #: includes/class-gglcptch-settings-tabs.php:71 includes/pro_banners.php:68
183
- #: includes/pro_banners.php:79
184
- msgid "Registration form"
185
- msgstr "Форма реєстрації"
186
-
187
- #: includes/class-gglcptch-settings-tabs.php:72
188
- msgid "Reset password form"
189
- msgstr "Форма відновлення паролю"
190
-
191
- #: includes/class-gglcptch-settings-tabs.php:73 includes/pro_banners.php:69
192
- msgid "Comments form"
193
- msgstr "Форма коментарів"
194
-
195
- #: includes/class-gglcptch-settings-tabs.php:98
196
  msgid "Enter site key"
197
  msgstr "Введіть ключ сайту"
198
 
199
- #: includes/class-gglcptch-settings-tabs.php:99
200
- #: includes/class-gglcptch-settings-tabs.php:106
201
  msgid "WARNING: The captcha will not be displayed until you fill key fields."
202
  msgstr ""
203
  "УВАГА: Капча не буде відображатись, поки ви не заповните поля з ключами."
204
 
205
- #: includes/class-gglcptch-settings-tabs.php:105
206
  msgid "Enter secret key"
207
  msgstr "Введіть секретний ключ"
208
 
209
- #: includes/class-gglcptch-settings-tabs.php:138
210
  msgid "Settings saved."
211
  msgstr "Налаштування збережені."
212
 
213
- #: includes/class-gglcptch-settings-tabs.php:155
214
  msgid "Authentication"
215
  msgstr "Ідентифікація"
216
 
217
- #: includes/class-gglcptch-settings-tabs.php:156
218
  msgid ""
219
  "Register your website with Google to get required API keys and enter them "
220
  "below."
@@ -222,99 +202,132 @@ msgstr ""
222
  "Зареєструйте свій веб-сайт за допомогою Google, щоб отримати необхідні API "
223
  "ключі та введіть їх нижче."
224
 
225
- #: includes/class-gglcptch-settings-tabs.php:156
226
  msgid "Get the API Keys"
227
  msgstr "Отримати API ключі"
228
 
229
- #: includes/class-gglcptch-settings-tabs.php:173
230
- msgid "Test ReCaptcha"
231
- msgstr "Тестування ReCaptcha"
232
 
233
- #: includes/class-gglcptch-settings-tabs.php:179
234
  msgid "General"
235
  msgstr "Загальне"
236
 
237
- #: includes/class-gglcptch-settings-tabs.php:182
238
- msgid "Enable ReCaptcha for"
239
- msgstr "Включити ReCaptcha для"
240
-
241
- #: includes/class-gglcptch-settings-tabs.php:186
242
- msgid "WordPress default"
243
- msgstr "Стандартних форм WordPress"
244
-
245
- #: includes/class-gglcptch-settings-tabs.php:194
246
- msgid "This option is available only for network or for main blog."
247
- msgstr "Ця опція доступна тільки для мережі чи для головного блогу."
248
-
249
- #: includes/class-gglcptch-settings-tabs.php:206 includes/pro_banners.php:55
250
- msgid "External Plugins"
251
- msgstr "Зовнішні плагіни"
252
-
253
- #: includes/class-gglcptch-settings-tabs.php:215
254
- msgid "Activate"
255
- msgstr "Активувати"
256
-
257
- #: includes/class-gglcptch-settings-tabs.php:218
258
- msgid "Install Now"
259
- msgstr "Встановити зараз"
260
-
261
- #: includes/class-gglcptch-settings-tabs.php:221
262
- msgid "Enable for adding captcha to forms on their settings pages."
263
- msgstr "Увімкніть для додавання капчи до форм на сторінках їх налаштувань."
264
 
265
- #: includes/class-gglcptch-settings-tabs.php:236
266
- #: includes/class-gglcptch-settings-tabs.php:296 includes/pro_banners.php:20
267
  msgid "Close"
268
  msgstr "Закрити"
269
 
270
- #: includes/class-gglcptch-settings-tabs.php:245
271
- msgid "Hide ReCaptcha in Comments Form for"
272
- msgstr "Приховати ReCaptcha у формі коментарів для"
273
 
274
- #: includes/class-gglcptch-settings-tabs.php:257
275
- msgid "ReCaptcha Version"
276
- msgstr "Версія ReCaptcha"
277
 
278
- #: includes/class-gglcptch-settings-tabs.php:271
279
- #: includes/class-gglcptch-settings-tabs.php:283
280
  msgid "Theme"
281
  msgstr "Тема"
282
 
283
- #: includes/class-gglcptch-settings-tabs.php:305
284
  msgid "Whitelist Notification"
285
  msgstr "Повідомлення про знаходження у білому списку"
286
 
287
- #: includes/class-gglcptch-settings-tabs.php:308
288
- msgid "This message will be displayed instead of the ReCaptcha."
289
- msgstr "Це повідомлення буде відображатися замість ReCaptcha."
 
 
 
 
290
 
291
- #: includes/class-gglcptch-settings-tabs.php:322
292
  msgid ""
293
- "Only one ReCaptcha can be displayed on the page, it's related to ReCaptcha "
294
- "version 1 features."
295
  msgstr ""
296
- "У зв'язку з особливостями роботи ReCaptcha версії 1 на сторінці може "
297
- "відображатися тільки одна ReCaptcha."
 
298
 
299
  #: includes/class-gglcptch-settings-tabs.php:325
300
  msgid ""
301
- "ReCaptcha version was changed. Please submit \"Test ReCaptcha\" and "
 
 
 
 
 
 
 
 
302
  "regenerate Site and Secret keys if necessary."
303
  msgstr ""
304
- "Версія ReCaptcha була змінена. Будь ласка, натисніть \"Тестування ReCaptcha"
305
- "\" та обновіть секретний ключ та ключ сайту, якщо це необхідно."
306
 
307
- #: includes/class-gglcptch-settings-tabs.php:338
308
  msgid "Google Captcha Shortcode"
309
  msgstr "Шорткод Google Captcha"
310
 
311
- #: includes/class-gglcptch-settings-tabs.php:341
312
  msgid ""
313
  "Add Google Captcha to your posts or pages using the following shortcode:"
314
  msgstr ""
315
  "Додайте Google Captcha до своїх постів або сторінок за допомогою такого "
316
  "шорткоду:"
317
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
318
  #: includes/pro_banners.php:17
319
  msgid "This options is available in Pro version of plugin"
320
  msgstr "Ця опція доступна в Pro версії плагіну"
@@ -347,44 +360,88 @@ msgstr "Доступні роздільники для причин: кома"
347
  msgid "tab, new line or carriage return."
348
  msgstr "табуляція, нова строка або повернення каретки."
349
 
350
- #: includes/pro_banners.php:70
351
- msgid "Create a Group form"
352
- msgstr "Форма створення груп"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
353
 
354
- #: includes/pro_banners.php:80
355
- msgid "Lost password form"
356
- msgstr "Форма відновлення пароля"
357
 
358
- #: includes/pro_banners.php:81
359
- msgid "Checkout form"
360
- msgstr "Форма оформлення замовлення"
361
 
362
- #: includes/pro_banners.php:94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
363
  msgid "Size"
364
  msgstr "Розмір"
365
 
366
- #: includes/pro_banners.php:98
367
  msgid "Normal"
368
  msgstr "Нормальний"
369
 
370
- #: includes/pro_banners.php:99
371
  msgid "Compact"
372
  msgstr "Компактний"
373
 
374
- #: includes/pro_banners.php:104
375
  msgid "Language"
376
  msgstr "Мова"
377
 
378
- #: includes/pro_banners.php:112
379
  msgid "Multilanguage"
380
  msgstr "Multilanguage"
381
 
382
- #: includes/pro_banners.php:115
383
  msgid ""
384
  "Enable to switch language automatically on multilingual website using "
385
  "Multilanguage plugin."
386
  msgstr ""
387
- "Включити, щоб перемкнути мову автоматично на багатомовному сайті, "
388
  "використовуючи плагін Multilanguage."
389
 
390
  #: includes/whitelist.php:47
@@ -464,6 +521,43 @@ msgstr "Ви не ввели ніякого значення у форму по
464
  msgid "Search results for"
465
  msgstr "Результати пошуку для"
466
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
467
  #~ msgid ""
468
  #~ "WARNING: The captcha will not be displayed until you don't fill key "
469
  #~ "fields."
@@ -484,9 +578,6 @@ msgstr "Результати пошуку для"
484
  #~ msgid "Check off for adding captcha to forms on their settings pages"
485
  #~ msgstr "Увімкніть для додавання капчи до форм на сторінках їх налаштувань"
486
 
487
- #~ msgid "Invisible reCAPTCHA"
488
- #~ msgstr "Невидима reCAPTCHA"
489
-
490
  #~ msgid "Settings saved"
491
  #~ msgstr "Налаштування збережено"
492
 
@@ -499,13 +590,6 @@ msgstr "Результати пошуку для"
499
  #~ msgid "Go PRO"
500
  #~ msgstr "Перейти на PRO версію"
501
 
502
- #~ msgid ""
503
- #~ "Only one reCAPTCHA can be displayed on the page, it's related to "
504
- #~ "reCAPTCHA version 1 features."
505
- #~ msgstr ""
506
- #~ "У зв'язку з особливостями роботи reCAPTCHA версії 1 на сторінці може "
507
- #~ "відображатися тільки одна reCAPTCHA."
508
-
509
  #~ msgid ""
510
  #~ "If you would like to add a Google Captcha (reCAPTCHA) to your page or "
511
  #~ "post, please use %s button"
@@ -537,9 +621,6 @@ msgstr "Результати пошуку для"
537
  #~ msgid "Options"
538
  #~ msgstr "Опції"
539
 
540
- #~ msgid "Enable reCAPTCHA for"
541
- #~ msgstr "Включити reCAPTCHA для"
542
-
543
  #~ msgid "This option is available only for network or for main blog"
544
  #~ msgstr "Ця опція доступна тільки для мережі або для основного блогу"
545
 
@@ -575,9 +656,6 @@ msgstr "Результати пошуку для"
575
  #~ "Вказане повідомлення буде відображатися замість reCAPTCHA якщо IP "
576
  #~ "знаходиться в білому списку"
577
 
578
- #~ msgid "reCAPTCHA Version"
579
- #~ msgstr "Версія reCAPTCHA"
580
-
581
  #~ msgid ""
582
  #~ "reCAPTCHA block won't be visible for non-suspicious users while "
583
  #~ "suspicious ones will have to pass the captcha"
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-14 20:00+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
18
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: google-captcha.php:37 google-captcha.php:39 google-captcha.php:432
22
+ #: includes/class-gglcptch-settings-tabs.php:149
23
  msgid "Google Captcha Settings"
24
  msgstr "Налаштування Google Captcha"
25
 
26
+ #: google-captcha.php:39 google-captcha.php:950 google-captcha.php:963
27
  #: includes/class-gglcptch-settings-tabs.php:25
28
  msgid "Settings"
29
  msgstr "Налаштування"
30
 
31
+ #: google-captcha.php:41 includes/whitelist.php:44
32
  msgid "Google Captcha Whitelist"
33
  msgstr "Білий список Google Captcha"
34
 
35
+ #: google-captcha.php:41
36
  msgid "Whitelist"
37
  msgstr "Білий список"
38
 
39
+ #: google-captcha.php:47 includes/pro_banners.php:29
40
  msgid "Upgrade to Pro"
41
  msgstr "Оновити до Pro"
42
 
43
+ #: google-captcha.php:225
44
  msgid "Please wait until Google reCAPTCHA is loaded."
45
  msgstr "Будь ласка, зачекайте, поки буде завантаженo Google reCAPTCHA."
46
 
47
+ #: google-captcha.php:226
48
  msgid ""
49
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
50
  "reload this page."
52
  "Не вдалося завантажити Google reCAPTCHA. Будь ласка, перевірте підключення "
53
  "до Інтернету та оновіть цю сторінку."
54
 
55
+ #: google-captcha.php:242
56
  msgid "Warning"
57
  msgstr "Увага"
58
 
59
+ #: google-captcha.php:340
 
 
 
 
 
60
  msgid "You are in the whitelist"
61
  msgstr "Ви знаходитесь в білому списку"
62
 
63
+ #: google-captcha.php:512 google-captcha.php:983
64
  msgid "To use Google Captcha you must get the keys from"
65
  msgstr "Щоб використовувати Google Captcha, вам необхідно отримати ключі з"
66
 
67
+ #: google-captcha.php:513 google-captcha.php:984
68
  msgid "here"
69
  msgstr "тут"
70
 
71
+ #: google-captcha.php:514 google-captcha.php:985
72
  msgid "and enter them on the"
73
  msgstr "і вставте їх у"
74
 
75
+ #: google-captcha.php:516 google-captcha.php:987
76
  msgid "plugin setting page"
77
  msgstr "сторінку налаштувань плагіну"
78
 
79
+ #: google-captcha.php:763 includes/forms.php:282 includes/forms.php:313
80
+ #: includes/forms.php:344 includes/forms.php:389 includes/forms.php:435
81
+ #: includes/forms.php:469
82
+ msgid "Error"
83
+ msgstr "Помилка"
84
+
85
+ #: google-captcha.php:860
86
  msgid "User response is missing."
87
  msgstr "Відповідь користувача відсутня."
88
 
89
+ #: google-captcha.php:864 google-captcha.php:872
90
  msgid "Secret Key is invalid."
91
  msgstr "Секретний ключ некоректний."
92
 
93
+ #: google-captcha.php:865 google-captcha.php:873
94
  msgid "Check your domain configurations"
95
  msgstr "Перевірте конфігурацію вашого домену"
96
 
97
+ #: google-captcha.php:866 google-captcha.php:874
98
  msgid "and enter it again"
99
  msgstr "і введіть його знову"
100
 
101
+ #: google-captcha.php:869
102
  msgid "Secret Key is missing."
103
  msgstr "Секретний ключ відсутній."
104
 
105
+ #: google-captcha.php:876
106
  msgid "User response is invalid"
107
  msgstr "Некоректна відповідь користувача"
108
 
109
+ #: google-captcha.php:877
110
  msgid "You have entered an incorrect reCAPTCHA value."
111
  msgstr "Ви ввели невірне значення reCAPTCHA."
112
 
113
+ #: google-captcha.php:878
114
  msgid ""
115
  "More than one reCAPTCHA has been found in the current form. Please remove "
116
  "all unnecessary reCAPTCHA fields to make it work properly."
118
  "В поточній формі знайдено більш ніж один блок reCAPTCHA. Будь-ласка видаліть "
119
  "усі зайві блоки reCAPTCHA для коректної подальшої роботи."
120
 
121
+ #: google-captcha.php:902
 
 
 
 
122
  msgid "Please submit \"Test verification\""
123
  msgstr "Будь ласка, натисніть кнопку \"Тестування перевірки\""
124
 
125
+ #: google-captcha.php:904
126
  msgid "Please complete the captcha and submit \"Test verification\""
127
  msgstr ""
128
  "Будь ласка, заповніть капчу і натисніть кнопку \"Тестування перевірки\""
129
 
130
+ #: google-captcha.php:910
131
  msgid "Test verification"
132
  msgstr "Тестування перевірки"
133
 
134
+ #: google-captcha.php:931
135
  msgid "The verification is successfully completed."
136
  msgstr "Перевірка завершена успішно."
137
 
138
+ #: google-captcha.php:964
139
  msgid "FAQ"
140
  msgstr "FAQ"
141
 
142
+ #: google-captcha.php:965
143
  msgid "Support"
144
  msgstr "Техпідтримка"
145
 
172
  msgid "Invisible"
173
  msgstr "Невидима"
174
 
175
+ #: includes/class-gglcptch-settings-tabs.php:94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
  msgid "Enter site key"
177
  msgstr "Введіть ключ сайту"
178
 
179
+ #: includes/class-gglcptch-settings-tabs.php:95
180
+ #: includes/class-gglcptch-settings-tabs.php:102
181
  msgid "WARNING: The captcha will not be displayed until you fill key fields."
182
  msgstr ""
183
  "УВАГА: Капча не буде відображатись, поки ви не заповните поля з ключами."
184
 
185
+ #: includes/class-gglcptch-settings-tabs.php:101
186
  msgid "Enter secret key"
187
  msgstr "Введіть секретний ключ"
188
 
189
+ #: includes/class-gglcptch-settings-tabs.php:135
190
  msgid "Settings saved."
191
  msgstr "Налаштування збережені."
192
 
193
+ #: includes/class-gglcptch-settings-tabs.php:152
194
  msgid "Authentication"
195
  msgstr "Ідентифікація"
196
 
197
+ #: includes/class-gglcptch-settings-tabs.php:153
198
  msgid ""
199
  "Register your website with Google to get required API keys and enter them "
200
  "below."
202
  "Зареєструйте свій веб-сайт за допомогою Google, щоб отримати необхідні API "
203
  "ключі та введіть їх нижче."
204
 
205
+ #: includes/class-gglcptch-settings-tabs.php:153
206
  msgid "Get the API Keys"
207
  msgstr "Отримати API ключі"
208
 
209
+ #: includes/class-gglcptch-settings-tabs.php:170
210
+ msgid "Test reCAPTCHA"
211
+ msgstr "Тестування reCAPTCHA"
212
 
213
+ #: includes/class-gglcptch-settings-tabs.php:176
214
  msgid "General"
215
  msgstr "Загальне"
216
 
217
+ #: includes/class-gglcptch-settings-tabs.php:179
218
+ msgid "Enable reCAPTCHA for"
219
+ msgstr "Включити reCAPTCHA для"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
220
 
221
+ #: includes/class-gglcptch-settings-tabs.php:224
222
+ #: includes/class-gglcptch-settings-tabs.php:290 includes/pro_banners.php:20
223
  msgid "Close"
224
  msgstr "Закрити"
225
 
226
+ #: includes/class-gglcptch-settings-tabs.php:233
227
+ msgid "Hide reCAPTCHA for"
228
+ msgstr "Сховати reCAPTCHA для"
229
 
230
+ #: includes/class-gglcptch-settings-tabs.php:251
231
+ msgid "reCAPTCHA Version"
232
+ msgstr "Версія reCAPTCHA"
233
 
234
+ #: includes/class-gglcptch-settings-tabs.php:265
235
+ #: includes/class-gglcptch-settings-tabs.php:277
236
  msgid "Theme"
237
  msgstr "Тема"
238
 
239
+ #: includes/class-gglcptch-settings-tabs.php:299
240
  msgid "Whitelist Notification"
241
  msgstr "Повідомлення про знаходження у білому списку"
242
 
243
+ #: includes/class-gglcptch-settings-tabs.php:302
244
+ msgid "This message will be displayed instead of the reCAPTCHA."
245
+ msgstr "Це повідомлення буде відображатися замість reCAPTCHA."
246
+
247
+ #: includes/class-gglcptch-settings-tabs.php:306
248
+ msgid "Disabled Submit Button"
249
+ msgstr "Відключена кнопка підтвердження"
250
 
251
+ #: includes/class-gglcptch-settings-tabs.php:310
252
  msgid ""
253
+ "Enable to keep submit button disabled until reCAPTCHA is loaded (do not use "
254
+ "this option if you see \"Failed to load Google reCAPTCHA\" message)."
255
  msgstr ""
256
+ "Увімкніть, щоб кнопка підтвердження залишалася відключеною до тих пір, поки "
257
+ "не буде завантажена reCAPTCHA (Не використовуйте цю опцію, якщо ви бачите "
258
+ "повідомлення \"Не вдалося завантажити Google reCAPTCHA\")."
259
 
260
  #: includes/class-gglcptch-settings-tabs.php:325
261
  msgid ""
262
+ "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
263
+ "version 1 features."
264
+ msgstr ""
265
+ "У зв'язку з особливостями роботи reCAPTCHA версії 1 на сторінці може "
266
+ "відображатися тільки одна reCAPTCHA."
267
+
268
+ #: includes/class-gglcptch-settings-tabs.php:328
269
+ msgid ""
270
+ "reCAPTCHA version was changed. Please submit \"Test reCAPTCHA\" and "
271
  "regenerate Site and Secret keys if necessary."
272
  msgstr ""
273
+ "Версію reCAPTCHA було змінено. Будь ласка, натисніть \"Тестування reCAPTCHA"
274
+ "\" та оновіть секретний ключ та ключ сайту, якщо це необхідно."
275
 
276
+ #: includes/class-gglcptch-settings-tabs.php:341
277
  msgid "Google Captcha Shortcode"
278
  msgstr "Шорткод Google Captcha"
279
 
280
+ #: includes/class-gglcptch-settings-tabs.php:344
281
  msgid ""
282
  "Add Google Captcha to your posts or pages using the following shortcode:"
283
  msgstr ""
284
  "Додайте Google Captcha до своїх постів або сторінок за допомогою такого "
285
  "шорткоду:"
286
 
287
+ #: includes/forms.php:11
288
+ msgid "Login form"
289
+ msgstr "Форма логіну"
290
+
291
+ #: includes/forms.php:12
292
+ msgid "Registration form"
293
+ msgstr "Форма реєстрації"
294
+
295
+ #: includes/forms.php:13
296
+ msgid "Reset password form"
297
+ msgstr "Форма відновлення паролю"
298
+
299
+ #: includes/forms.php:14
300
+ msgid "Comments form"
301
+ msgstr "Форма коментарів"
302
+
303
+ #: includes/forms.php:37
304
+ msgid "WordPress default"
305
+ msgstr "Стандартних форм WordPress"
306
+
307
+ #: includes/forms.php:46 includes/pro_banners.php:71
308
+ msgid "External Plugins"
309
+ msgstr "Зовнішні плагіни"
310
+
311
+ #: includes/forms.php:55
312
+ msgid "Custom Forms"
313
+ msgstr "Користувацькі форми"
314
+
315
+ #: includes/forms.php:75
316
+ msgid "Google Captcha Plugin"
317
+ msgstr "Плагін Google Captcha"
318
+
319
+ #: includes/forms.php:114 includes/forms.php:139
320
+ msgid "Activate"
321
+ msgstr "Активувати"
322
+
323
+ #: includes/forms.php:116 includes/forms.php:142 includes/forms.php:146
324
+ msgid "Install Now"
325
+ msgstr "Встановити зараз"
326
+
327
+ #: includes/forms.php:437
328
+ msgid "Click the BACK button on your browser and try again."
329
+ msgstr "Натисніть кнопку НАЗАД у браузері та спробуйте ще раз."
330
+
331
  #: includes/pro_banners.php:17
332
  msgid "This options is available in Pro version of plugin"
333
  msgstr "Ця опція доступна в Pro версії плагіну"
360
  msgid "tab, new line or carriage return."
361
  msgstr "табуляція, нова строка або повернення каретки."
362
 
363
+ #: includes/pro_banners.php:53
364
+ msgid "Jetpack Contact Form"
365
+ msgstr "Контактна форма Jetpack"
366
+
367
+ #: includes/pro_banners.php:55
368
+ msgid "bbPress New Topic form"
369
+ msgstr "Форма \"Нова тема\" плагіну bbPress"
370
+
371
+ #: includes/pro_banners.php:56
372
+ msgid "bbPress Reply form"
373
+ msgstr "Форма \"Відповісти\" плагіну bbPress"
374
+
375
+ #: includes/pro_banners.php:57
376
+ msgid "BuddyPress Registration form"
377
+ msgstr "Форма реєстрації плагіну BuddyPress"
378
+
379
+ #: includes/pro_banners.php:58
380
+ msgid "BuddyPress Comments form"
381
+ msgstr "Форма коментарів плагіну BuddyPress"
382
 
383
+ #: includes/pro_banners.php:59
384
+ msgid "BuddyPress Add New Group form"
385
+ msgstr "Форма \"Додати нову групу\" плагіну BuddyPress"
386
 
387
+ #: includes/pro_banners.php:60
388
+ msgid "WooCommerce Login form"
389
+ msgstr "Форма логіна плагіна WooCommerce"
390
 
391
+ #: includes/pro_banners.php:61
392
+ msgid "WooCommerce Registration form"
393
+ msgstr "Форма реєстрації плагіна WooCommerce"
394
+
395
+ #: includes/pro_banners.php:62
396
+ msgid "WooCommerce Reset password form"
397
+ msgstr "Форма відновлення пароля плагіна WooCommerce"
398
+
399
+ #: includes/pro_banners.php:63
400
+ msgid "WooCommerce Checkout form"
401
+ msgstr "Форма оформлення замовлення плагіна WooCommerce"
402
+
403
+ #: includes/pro_banners.php:64
404
+ msgid "wpForo Login form"
405
+ msgstr "Форма логіну плагіна wpForo"
406
+
407
+ #: includes/pro_banners.php:65
408
+ msgid "wpForo Registration form"
409
+ msgstr "Форма реєстрації плагина wpForo"
410
+
411
+ #: includes/pro_banners.php:66
412
+ msgid "wpForo New Topic form"
413
+ msgstr "Форма нової теми плагіна wpForo"
414
+
415
+ #: includes/pro_banners.php:67
416
+ msgid "wpForo Reply form"
417
+ msgstr "Форма відповіді плагина wpForo"
418
+
419
+ #: includes/pro_banners.php:153
420
  msgid "Size"
421
  msgstr "Розмір"
422
 
423
+ #: includes/pro_banners.php:157
424
  msgid "Normal"
425
  msgstr "Нормальний"
426
 
427
+ #: includes/pro_banners.php:158
428
  msgid "Compact"
429
  msgstr "Компактний"
430
 
431
+ #: includes/pro_banners.php:163
432
  msgid "Language"
433
  msgstr "Мова"
434
 
435
+ #: includes/pro_banners.php:171
436
  msgid "Multilanguage"
437
  msgstr "Multilanguage"
438
 
439
+ #: includes/pro_banners.php:174
440
  msgid ""
441
  "Enable to switch language automatically on multilingual website using "
442
  "Multilanguage plugin."
443
  msgstr ""
444
+ "Увімкніть, щоб перемкнути мову автоматично на багатомовному сайті, "
445
  "використовуючи плагін Multilanguage."
446
 
447
  #: includes/whitelist.php:47
521
  msgid "Search results for"
522
  msgstr "Результати пошуку для"
523
 
524
+ #~ msgid "Test ReCaptcha"
525
+ #~ msgstr "Тестування ReCaptcha"
526
+
527
+ #~ msgid "Enable ReCaptcha for"
528
+ #~ msgstr "Включити ReCaptcha для"
529
+
530
+ #~ msgid "Hide ReCaptcha for"
531
+ #~ msgstr "Сховати ReCaptcha для"
532
+
533
+ #~ msgid "ReCaptcha Version"
534
+ #~ msgstr "Версія ReCaptcha"
535
+
536
+ #~ msgid ""
537
+ #~ "Only one ReCaptcha can be displayed on the page, it's related to "
538
+ #~ "ReCaptcha version 1 features."
539
+ #~ msgstr ""
540
+ #~ "У зв'язку з особливостями роботи ReCaptcha версії 1 на сторінці може "
541
+ #~ "відображатися тільки одна ReCaptcha."
542
+
543
+ #~ msgid "This option is available only for network or for main blog."
544
+ #~ msgstr "Ця опція доступна тільки для мережі чи для головного блогу."
545
+
546
+ #~ msgid "Enable for adding captcha to forms on their settings pages."
547
+ #~ msgstr "Увімкніть для додавання капчи до форм на сторінках їх налаштувань."
548
+
549
+ #~ msgid "Hide ReCaptcha in Comments Form for"
550
+ #~ msgstr "Приховати ReCaptcha у формі коментарів для"
551
+
552
+ #~ msgid "Create a Group form"
553
+ #~ msgstr "Форма створення груп"
554
+
555
+ #~ msgid "Lost password form"
556
+ #~ msgstr "Форма відновлення пароля"
557
+
558
+ #~ msgid "Checkout form"
559
+ #~ msgstr "Форма оформлення замовлення"
560
+
561
  #~ msgid ""
562
  #~ "WARNING: The captcha will not be displayed until you don't fill key "
563
  #~ "fields."
578
  #~ msgid "Check off for adding captcha to forms on their settings pages"
579
  #~ msgstr "Увімкніть для додавання капчи до форм на сторінках їх налаштувань"
580
 
 
 
 
581
  #~ msgid "Settings saved"
582
  #~ msgstr "Налаштування збережено"
583
 
590
  #~ msgid "Go PRO"
591
  #~ msgstr "Перейти на PRO версію"
592
 
 
 
 
 
 
 
 
593
  #~ msgid ""
594
  #~ "If you would like to add a Google Captcha (reCAPTCHA) to your page or "
595
  #~ "post, please use %s button"
621
  #~ msgid "Options"
622
  #~ msgstr "Опції"
623
 
 
 
 
624
  #~ msgid "This option is available only for network or for main blog"
625
  #~ msgstr "Ця опція доступна тільки для мережі або для основного блогу"
626
 
656
  #~ "Вказане повідомлення буде відображатися замість reCAPTCHA якщо IP "
657
  #~ "знаходиться в білому списку"
658
 
 
 
 
659
  #~ msgid ""
660
  #~ "reCAPTCHA block won't be visible for non-suspicious users while "
661
  #~ "suspicious ones will have to pass the captcha"
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
3
  Donate link: https://bestwebsoft.com/donate/
4
  Tags: anti-spam security, antispam, recaptcha, captcha, captha, Invisible reCaptcha, Invisible captcha, Invisibl reCaptcha, comment, cpatcha, google catcha, Invisible re captcha
5
  Requires at least: 3.9
6
- Tested up to: 4.8.1
7
- Stable tag: 1.31
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -40,7 +40,8 @@ http://www.youtube.com/watch?v=qwHsW3IJ7gQ
40
  * Version 2
41
  * Light (default)
42
  * Dark
43
- * Hide Google Captcha (reCAPTCHA) in comments form for certain user roles
 
44
  * Supports Google Captcha (reCAPTCHA):
45
  * Version 1
46
  * Version 2
@@ -58,16 +59,26 @@ http://www.youtube.com/watch?v=qwHsW3IJ7gQ
58
  > * Compatible with:
59
  > * Contact Form 7 (since v 3.4)
60
  > * [Subscriber](https://bestwebsoft.com/products/wordpress/plugins/subscriber/?k=e6d1742fcf1806a39afac207f7920cf3)
61
- > * Multilanguage
 
 
62
  > * Compatible with WooCommerce:
63
  > * Login form
64
  > * Register form
65
  > * Lost password form
66
  > * Checkout billing form
 
 
 
67
  > * Compatible with BuddyPress:
68
  > * Registration form
69
  > * Comments form
70
  > * Create a Group form
 
 
 
 
 
71
  > * Select Google Captcha (reCAPTCHA) language manually
72
  > * Change size: normal or compact (for version 2)
73
  > * Configure all subsites on the network
@@ -112,7 +123,7 @@ Some of these translations are not complete. We are constantly adding new featur
112
 
113
  1. Upload the `google-captcha` folder to the `/wp-content/plugins/` directory.
114
  2. Activate the plugin via the 'Plugins' menu in WordPress.
115
- 3. Plugin settings are located in "BWS Panel" > "Google Captcha".
116
  4. Create a form in post and insert the shortcode [bws_google_captcha] into the form.
117
 
118
  [View a Step-by-step Instruction on Google Captcha (reCAPTCHA) Installation](https://docs.google.com/document/d/1-hvn6WRvWnOqj5v5pLUk7Awyu87lq5B_dO-Tv-MC9JQ/)
@@ -140,20 +151,20 @@ You should go to the Settings page and select the roles, for which you want to h
140
  Follow the next steps in order to change the appearance of the Google Captcha:
141
  1. Open your Wordpress admin dashboard.
142
  2. Navigate to the plugin Settings page.
143
- 3. Select ReCaptcha version.
144
  4. Find the "Theme" option (only available for versions 1 and 2) and select the necessary style from the drop-down list.
145
  5. Save changes and check the result.
146
 
147
  = Google Captcha (reCaptcha) not displayed on my comment form. Why? =
148
 
149
  You might have a theme where "comments.php" is coded incorrectly. Wordpress version matters.
150
- (WP2 series): Make sure that you theme contains a tag &lt;?php do_action('comment_form', $post-&gt;ID); ?&gt; inside the file /wp-content/themes/[your_theme]/comments.php.
151
  Most WP2 themes already have it. The best place to put this tag is before the comment text area, you can move it up if it is below the comment text area.
152
  (WP3 series): WP3 has a new function comment_form inside of /wp-includes/comment-template.php.
153
  Your theme is probably not up-to-date to call that function from "comments.php".
154
  WP3 theme does not need the code line do_action('comment_form'… inside of /wp-content/themes/[your_theme]/comments.php.
155
- Instead it uses a new function call inside of "comments.php": &lt;?php comment_form(); ?&gt;
156
- If you have WP3 and captcha is still missing, make sure your theme has &lt;?php comment_form(); ?&gt;
157
  inside of /wp-content/themes/[your_theme]/comments.php (please check the Twenty Ten theme’s "comments.php" for proper example).
158
 
159
  = How can I change the location of Google Captcha (reCAPTCHA) in the comments form? =
@@ -165,20 +176,62 @@ It depends on the comments form. If the hook call by means of which captcha work
165
  or any similar line - place it under the Submit button.
166
  In case there is no such hook in the comments file of your theme, then, unfortunately, this option is not available.
167
 
168
- = How to add Google Captcha (reCaptcha) plugin to a custom form on my Wordpress website? =
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
 
170
- Follow the next steps in order to add Google Captcha (reCaptcha) to a custom form on your Wordpress website:
171
- 1. Install the Google Captcha plugin and activate it.
172
- 2. Open the file (PHP or HTML) with the form (where you would like to add Google Captcha to).
173
- 3. Insert the following lines to display the Google Captcha.
174
 
175
- For PHP:
176
 
177
- `if( function_exists( 'gglcptch_display' ) ) { echo gglcptch_display(); } ;`
178
 
179
- For HTML:
 
180
 
181
- `&lt;?php if( function_exists( 'gglcptch_display' ) ) { echo gglcptch_display(); } ; ?&gt;`
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
182
 
183
  If you have followed all steps, but the problem remains, we can help you to configure your Google Captcha custom form. This will be a paid service since there are a lot of different custom forms and the code should be inserted individually into each of them, so we need some time to study each unique case.
184
 
@@ -204,6 +257,14 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
204
 
205
  == Changelog ==
206
 
 
 
 
 
 
 
 
 
207
  = V1.31 - 21.08.2017 =
208
  * Update : The plugin settings page has been updated.
209
 
@@ -343,6 +404,11 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
343
 
344
  == Upgrade Notice ==
345
 
 
 
 
 
 
346
  = V1.31 =
347
  * Appearance improved.
348
 
3
  Donate link: https://bestwebsoft.com/donate/
4
  Tags: anti-spam security, antispam, recaptcha, captcha, captha, Invisible reCaptcha, Invisible captcha, Invisibl reCaptcha, comment, cpatcha, google catcha, Invisible re captcha
5
  Requires at least: 3.9
6
+ Tested up to: 4.8.2
7
+ Stable tag: 1.32
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
40
  * Version 2
41
  * Light (default)
42
  * Dark
43
+ * Compatible with [Limit Attempts](https://bestwebsoft.com/products/wordpress/plugins/limit-attempts/?k=1b1865c556920231995b35c3ed889415) [NEW]
44
+ * Hide Google Captcha (reCAPTCHA) in your forms for certain user roles
45
  * Supports Google Captcha (reCAPTCHA):
46
  * Version 1
47
  * Version 2
59
  > * Compatible with:
60
  > * Contact Form 7 (since v 3.4)
61
  > * [Subscriber](https://bestwebsoft.com/products/wordpress/plugins/subscriber/?k=e6d1742fcf1806a39afac207f7920cf3)
62
+ > * [Multilanguage](https://bestwebsoft.com/products/wordpress/plugins/multilanguage/?k=e48e145002e4b2472e568a81d171b888)
63
+ > * Jetpack Contact Form [NEW]
64
+ > * Fast Secure Contact Form [NEW]
65
  > * Compatible with WooCommerce:
66
  > * Login form
67
  > * Register form
68
  > * Lost password form
69
  > * Checkout billing form
70
+ > * Compatible with bbPress: [NEW]
71
+ > * New Topic form
72
+ > * Reply form
73
  > * Compatible with BuddyPress:
74
  > * Registration form
75
  > * Comments form
76
  > * Create a Group form
77
+ > * Compatible with Forums - wpForo: [NEW]
78
+ > * Login form
79
+ > * Registration form
80
+ > * New Topic form
81
+ > * Reply form
82
  > * Select Google Captcha (reCAPTCHA) language manually
83
  > * Change size: normal or compact (for version 2)
84
  > * Configure all subsites on the network
123
 
124
  1. Upload the `google-captcha` folder to the `/wp-content/plugins/` directory.
125
  2. Activate the plugin via the 'Plugins' menu in WordPress.
126
+ 3. Plugin settings are located in "Admin Panel" > "Google Captcha".
127
  4. Create a form in post and insert the shortcode [bws_google_captcha] into the form.
128
 
129
  [View a Step-by-step Instruction on Google Captcha (reCAPTCHA) Installation](https://docs.google.com/document/d/1-hvn6WRvWnOqj5v5pLUk7Awyu87lq5B_dO-Tv-MC9JQ/)
151
  Follow the next steps in order to change the appearance of the Google Captcha:
152
  1. Open your Wordpress admin dashboard.
153
  2. Navigate to the plugin Settings page.
154
+ 3. Select reCAPTCHA version.
155
  4. Find the "Theme" option (only available for versions 1 and 2) and select the necessary style from the drop-down list.
156
  5. Save changes and check the result.
157
 
158
  = Google Captcha (reCaptcha) not displayed on my comment form. Why? =
159
 
160
  You might have a theme where "comments.php" is coded incorrectly. Wordpress version matters.
161
+ (WP2 series): Make sure that you theme contains a tag `<?php do_action('comment_form', $post->ID); ?>` inside the file /wp-content/themes/[your_theme]/comments.php.
162
  Most WP2 themes already have it. The best place to put this tag is before the comment text area, you can move it up if it is below the comment text area.
163
  (WP3 series): WP3 has a new function comment_form inside of /wp-includes/comment-template.php.
164
  Your theme is probably not up-to-date to call that function from "comments.php".
165
  WP3 theme does not need the code line do_action('comment_form'… inside of /wp-content/themes/[your_theme]/comments.php.
166
+ Instead it uses a new function call inside of "comments.php": `<?php comment_form(); ?>`
167
+ If you have WP3 and captcha is still missing, make sure your theme has `<?php comment_form(); ?>`
168
  inside of /wp-content/themes/[your_theme]/comments.php (please check the Twenty Ten theme’s "comments.php" for proper example).
169
 
170
  = How can I change the location of Google Captcha (reCAPTCHA) in the comments form? =
176
  or any similar line - place it under the Submit button.
177
  In case there is no such hook in the comments file of your theme, then, unfortunately, this option is not available.
178
 
179
+ = Add Google Captcha (reCAPTCHA) plugin to a custom form on your WordPress website =
180
+
181
+ Follow the instructions below in order to add Google Captcha (reCAPTCHA) plugin to your custom PHP or HTML form:
182
+ 1. Install the Google Captcha (reCAPTCHA) plugin and activate it.
183
+ 2. (Optional) If you would like to have an ability to enable and disable the reCAPTCHA for your custom form on the plugin settings page, please add the following code to the 'functions.php' file of your theme:
184
+
185
+ `function add_custom_recaptcha_forms( $forms ) {
186
+ $forms['my_custom_form'] = array( "form_name" => "Custom Form Name" );
187
+ return $forms;
188
+ }
189
+ add_filter( 'gglcptch_add_custom_form', 'add_custom_recaptcha_forms' );`
190
+
191
+ In this example, 'my_custom_form' is a slug of your custom form.
192
+
193
+ Please don't use the following form slugs since they are predefined by plugin settings: login_form, registration_form, reset_pwd_form, comments_form, contact_form, cf7, si_contact_form, jetpack_contact_form, sbscrbr, bbpress_new_topic_form, bbpress_reply_form, buddypress_register, buddypress_comments, buddypress_group, woocommerce_login, woocommerce_register, woocommerce_lost_password, woocommerce_checkout, wpforo_login_form, wpforo_register_form, wpforo_new_topic_form, wpforo_reply_form.
194
+ - Save file changes;
195
+ - Go to the "Settings" tab on the plugin settings page (Admin Dashboard -> Google Captcha); If everything is OK, you will see your form in 'Enable reCAPTCHA for' => 'Custom Forms' (with labels which you specified in the "gglcptch_add_custom_form" hook call function).
196
+ - Enable it and configure form options as you need;
197
+ - Click "Save Changes" button;
198
+
199
+ If you don't add this code, no option for your custom form will be displayed on the plugin settings page and the reCAPTCHA will be always displayed in your custom form.
200
+
201
+ 3. Open the file with the form (where you would like to add reCAPTCHA);
202
+ 4. Find a place to insert the code for the reCAPTCHA output;
203
+ If you completed the instructions in p. 2, then you should add:
204
+
205
+ `<?php echo apply_filters( 'gglcptch_display_recaptcha', '', 'my_custom_form' ); ?>`
206
 
207
+ In this example, the second parameter is a slug of your custom form.
 
 
 
208
 
209
+ Otherwise, insert the following line:
210
 
211
+ `<?php echo apply_filters( 'gglcptch_display_recaptcha', '' ); ?>`
212
 
213
+ 6. After that, you should add the following lines to the function of the entered data checking.
214
+ If you completed the instructions in p. 2, then you should add:
215
 
216
+ `<?php $check_result = apply_filters( 'gglcptch_verify_recaptcha', true, 'string', 'my_custom_form' );
217
+ if ( true === $check_result ) { /* the reCAPTCHA answer is right */
218
+ /* do necessary action */
219
+ } else { /* the reCAPTCHA answer is wrong or there are some other errors */
220
+ echo $check_result; /* display the error message or do other necessary actions in case when the reCAPTCHA test was failed */
221
+ } ?>`
222
+
223
+ In this example, the third parameter is a slug of your custom form.
224
+
225
+ Otherwise, insert the following lines:
226
+
227
+ `<?php $check_result = apply_filters( 'gglcptch_verify_recaptcha', true, 'string' );
228
+ if ( true === $check_result ) { /* the reCAPTCHA answer is right */
229
+ /* do necessary action */
230
+ } else { /* the reCAPTCHA answer is wrong or there are some other errors */
231
+ echo $check_result; /* display the error message or do other necessary actions in case when the reCAPTCHA test was failed */
232
+ } ?>`
233
+
234
+ If there is a variable in the check function responsible for the errors output, you can concatenate variable $check_result to this variable. If the 'gglcptch_verify_recaptcha' filter hook returns 'true', it means that you have entered the reCAPTCHA answer properly. In all other cases, the function will return the string with the error message.
235
 
236
  If you have followed all steps, but the problem remains, we can help you to configure your Google Captcha custom form. This will be a paid service since there are a lot of different custom forms and the code should be inserted individually into each of them, so we need some time to study each unique case.
237
 
257
 
258
  == Changelog ==
259
 
260
+ = V1.32 - 13.10.2017 =
261
+ * NEW : The compatibility with Limit Attempts by BestWebSoft plugin has been added.
262
+ * NEW : Ability to hide Google Captcha for logged in users has been added.
263
+ * Update : Ability to check Google Captcha using AJAX has been removed.
264
+ * Update : Ability to display and check the Google Captcha in third-party forms using filters have been added.
265
+ * Update : Ability to disable Google Captcha onload callback has been added.
266
+ * PRO : The compatibility with bbPress, Fast Secure Contact Form, Jetpack, Forums - wpForo forms has been added.
267
+
268
  = V1.31 - 21.08.2017 =
269
  * Update : The plugin settings page has been updated.
270
 
404
 
405
  == Upgrade Notice ==
406
 
407
+ = V1.32 =
408
+ * The compatibility with Limit Attempts plugin added.
409
+ * New features added.
410
+ * Functionality expanded.
411
+
412
  = V1.31 =
413
  * Appearance improved.
414
 
screenshot-8.png CHANGED
Binary file