Facebook Button by BestWebSoft - Version 2.56

Version Description

  • 24.01.2018 =
  • Bugfix : Compatibility with Multilanguage plugin by BestWebSoft has been fixed.
  • Update : The Czech language file has been updated.
Download this release

Release Info

Developer bestwebsoft
Plugin Icon 128x128 Facebook Button by BestWebSoft
Version 2.56
Comparing to
See all releases

Code changes from version 2.55 to 2.56

Files changed (53) hide show
  1. bws_menu/bws_functions.php +62 -63
  2. bws_menu/bws_include.php +2 -1
  3. bws_menu/bws_menu.php +81 -95
  4. bws_menu/class-bws-settings.php +52 -41
  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/fonts/bwsicons.eot +0 -0
  9. bws_menu/fonts/bwsicons.svg +0 -4
  10. bws_menu/fonts/bwsicons.ttf +0 -0
  11. bws_menu/fonts/bwsicons.woff +0 -0
  12. bws_menu/languages/bestwebsoft-cs_CZ.mo +0 -0
  13. bws_menu/languages/bestwebsoft-cs_CZ.po +441 -291
  14. bws_menu/languages/bestwebsoft-es_ES.mo +0 -0
  15. bws_menu/languages/bestwebsoft-es_ES.po +1791 -0
  16. bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
  17. bws_menu/languages/bestwebsoft-fr_FR.po +408 -288
  18. bws_menu/languages/bestwebsoft-id_ID.mo +0 -0
  19. bws_menu/languages/bestwebsoft-id_ID.po +405 -285
  20. bws_menu/languages/bestwebsoft-nl_NL.mo +0 -0
  21. bws_menu/languages/bestwebsoft-nl_NL.po +405 -285
  22. bws_menu/languages/bestwebsoft-pl_PL.mo +0 -0
  23. bws_menu/languages/bestwebsoft-pl_PL.po +411 -291
  24. bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
  25. bws_menu/languages/bestwebsoft-ru_RU.po +453 -290
  26. bws_menu/languages/bestwebsoft-uk.mo +0 -0
  27. bws_menu/languages/bestwebsoft-uk.po +447 -291
  28. bws_menu/product_list.php +2 -2
  29. css/style.css +24 -14
  30. facebook-button-plugin.php +140 -97
  31. includes/class-fcbkbttn-settings.php +122 -110
  32. includes/deprecated.php +27 -0
  33. js/script.js +31 -26
  34. languages/facebook-button-plugin-cs_CZ.mo +0 -0
  35. languages/facebook-button-plugin-cs_CZ.po +187 -140
  36. languages/facebook-button-plugin-es_ES.mo +0 -0
  37. languages/facebook-button-plugin-es_ES.po +138 -108
  38. languages/facebook-button-plugin-fi_FI.mo +0 -0
  39. languages/facebook-button-plugin-fi_FI.po +123 -103
  40. languages/facebook-button-plugin-fr_FR.mo +0 -0
  41. languages/facebook-button-plugin-fr_FR.po +119 -102
  42. languages/facebook-button-plugin-hu_HU.mo +0 -0
  43. languages/facebook-button-plugin-hu_HU.po +123 -103
  44. languages/facebook-button-plugin-id_ID.mo +0 -0
  45. languages/facebook-button-plugin-id_ID.po +125 -107
  46. languages/facebook-button-plugin-ru_RU.mo +0 -0
  47. languages/facebook-button-plugin-ru_RU.po +213 -172
  48. languages/facebook-button-plugin-tr_TR.mo +0 -0
  49. languages/facebook-button-plugin-tr_TR.po +124 -104
  50. languages/facebook-button-plugin-uk.mo +0 -0
  51. languages/facebook-button-plugin-uk.po +150 -109
  52. readme.txt +31 -21
  53. screenshot-3.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
 
@@ -665,14 +676,24 @@ if ( ! function_exists ( 'bws_plugins_admin_head' ) ) {
665
  ),
666
  'set_timeout' => 2000
667
  );
668
- if ( $wp_version < '3.9' )
669
- $tooltip_args['css_selector'] = '.mce_add_bws_shortcode';
670
  bws_add_tooltip_in_admin( $tooltip_args );
671
  }
672
  }
673
  }
674
  }
675
 
 
 
 
 
 
 
 
 
 
 
 
 
676
  if ( ! function_exists ( 'bws_plugins_include_codemirror' ) ) {
677
  function bws_plugins_include_codemirror() {
678
  wp_enqueue_style( 'codemirror.css', bws_menu_url( 'css/codemirror.css' ) );
@@ -846,7 +867,7 @@ if ( ! function_exists( 'bws_shortcode_media_button_popup' ) ) {
846
  <h4><?php _e( 'Plugin', 'bestwebsoft' ); ?></h4>
847
  <select name="bws_shortcode_select" id="bws_shortcode_select">
848
  <?php foreach ( $bws_shortcode_list as $key => $value ) { ?>
849
- <option value="<?php echo $key; ?>"><?php echo $value['name']; ?></option>
850
  <?php } ?>
851
  </select>
852
  </div>
@@ -860,33 +881,9 @@ if ( ! function_exists( 'bws_shortcode_media_button_popup' ) ) {
860
  <p><?php _e( 'The shortcode will be inserted', 'bestwebsoft' ); ?></p>
861
  <div id="bws_shortcode_block"><div id="bws_shortcode_display"></div></div>
862
  </div>
863
- <?php if ( $wp_version < '3.9' ) { ?>
864
- <p>
865
- <button class="button-primary primary bws_shortcode_insert"><?php _e( 'Insert', 'bestwebsoft' ); ?></button>
866
- </p>
867
- <?php } ?>
868
  </div>
869
  </div>
870
  <?php }
871
- if ( $wp_version < '3.9' ) { ?>
872
- <script type="text/javascript">
873
- (function($){
874
- $( '.bws_shortcode_insert' ).on( 'click',function() {
875
- var shortcode = $( '#TB_ajaxContent #bws_shortcode_display' ).text();
876
- if ( '' != shortcode ) {
877
- /* insert shortcode to tinymce */
878
- if ( !tinyMCE.activeEditor || tinyMCE.activeEditor.isHidden() ) {
879
- $( 'textarea#content' ).val( shortcode );
880
- } else {
881
- tinyMCE.execCommand( 'mceInsertContent', false, shortcode );
882
- }
883
- }
884
- /* close the thickbox after adding shortcode to editor */
885
- self.parent.tb_remove();
886
- });
887
- })(jQuery);
888
- </script>
889
- <?php }
890
  }
891
  }
892
 
@@ -903,6 +900,8 @@ if ( ! function_exists( 'bws_shortcode_output' ) ) {
903
  /**
904
  * output tooltip
905
  * @since 1.9.8
 
 
906
  */
907
  if ( ! function_exists( 'bws_add_help_box' ) ) {
908
  function bws_add_help_box( $content, $class = '' ) {
@@ -917,7 +916,7 @@ if ( ! function_exists( 'bws_help_tab' ) ) {
917
  function bws_help_tab( $screen, $args ) {
918
  $url = ( ! empty( $args['section'] ) ) ? 'https://support.bestwebsoft.com/hc/en-us/sections/' . $args['section'] : 'https://support.bestwebsoft.com/';
919
 
920
- $content = '<p><a href="' . $url . '" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' ) . '</a></p>';
921
 
922
  $screen->add_help_tab(
923
  array(
@@ -1061,7 +1060,7 @@ if ( ! function_exists( 'bws_delete_plugin' ) ) {
1061
  add_action( 'admin_init', 'bws_plugins_admin_init' );
1062
  add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
1063
  add_action( 'admin_head', 'bws_plugins_admin_head' );
1064
- add_action( 'admin_footer','bws_shortcode_media_button_popup' );
1065
 
1066
  add_action( 'admin_notices', 'bws_admin_notices', 30 );
1067
 
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
 
676
  ),
677
  'set_timeout' => 2000
678
  );
 
 
679
  bws_add_tooltip_in_admin( $tooltip_args );
680
  }
681
  }
682
  }
683
  }
684
 
685
+ if ( ! function_exists ( 'bws_plugins_admin_footer' ) ) {
686
+ function bws_plugins_admin_footer() {
687
+ global $hook_suffix;
688
+
689
+ bws_shortcode_media_button_popup();
690
+
691
+ if ( 'plugins.php' == $hook_suffix && ! defined( 'DOING_AJAX' ) ) {
692
+ bws_add_deactivation_feedback_dialog_box();
693
+ }
694
+ }
695
+ }
696
+
697
  if ( ! function_exists ( 'bws_plugins_include_codemirror' ) ) {
698
  function bws_plugins_include_codemirror() {
699
  wp_enqueue_style( 'codemirror.css', bws_menu_url( 'css/codemirror.css' ) );
867
  <h4><?php _e( 'Plugin', 'bestwebsoft' ); ?></h4>
868
  <select name="bws_shortcode_select" id="bws_shortcode_select">
869
  <?php foreach ( $bws_shortcode_list as $key => $value ) { ?>
870
+ <option value="<?php echo esc_attr( $key ); ?>"><?php echo $value['name']; ?></option>
871
  <?php } ?>
872
  </select>
873
  </div>
881
  <p><?php _e( 'The shortcode will be inserted', 'bestwebsoft' ); ?></p>
882
  <div id="bws_shortcode_block"><div id="bws_shortcode_display"></div></div>
883
  </div>
 
 
 
 
 
884
  </div>
885
  </div>
886
  <?php }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
887
  }
888
  }
889
 
900
  /**
901
  * output tooltip
902
  * @since 1.9.8
903
+ * @param string $content - HTML content for the tooltip
904
+ * @param string $class - Can be standart "bws-hide-for-mobile" (tooltip will be hidden in 782px) and "bws-auto-width" (need for img) or some custom class.
905
  */
906
  if ( ! function_exists( 'bws_add_help_box' ) ) {
907
  function bws_add_help_box( $content, $class = '' ) {
916
  function bws_help_tab( $screen, $args ) {
917
  $url = ( ! empty( $args['section'] ) ) ? 'https://support.bestwebsoft.com/hc/en-us/sections/' . $args['section'] : 'https://support.bestwebsoft.com/';
918
 
919
+ $content = '<p><a href="' . esc_url( $url ) . '" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' ) . '</a></p>';
920
 
921
  $screen->add_help_tab(
922
  array(
1060
  add_action( 'admin_init', 'bws_plugins_admin_init' );
1061
  add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
1062
  add_action( 'admin_head', 'bws_plugins_admin_head' );
1063
+ add_action( 'admin_footer','bws_plugins_admin_footer' );
1064
 
1065
  add_action( 'admin_notices', 'bws_admin_notices', 30 );
1066
 
bws_menu/bws_include.php CHANGED
@@ -5,7 +5,7 @@
5
 
6
  if ( ! function_exists ( 'bws_include_init' ) ) {
7
  function bws_include_init( $base, $bws_menu_source = 'plugins' ) {
8
- global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_added_menu;
9
  if ( ! function_exists( 'get_plugin_data' ) )
10
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
11
 
@@ -14,6 +14,7 @@ if ( ! function_exists ( 'bws_include_init' ) ) {
14
 
15
  if ( $bws_menu_source == 'plugins' ) {
16
  $bws_menu_dir = $wp_plugins_dir . '/' . dirname( $base ) . '/bws_menu/bws_menu.php';
 
17
  } else {
18
  $bws_menu_dir = $wp_content_dir . '/themes/' . $base . '/inc/bws_menu/bws_menu.php';
19
  }
5
 
6
  if ( ! function_exists ( 'bws_include_init' ) ) {
7
  function bws_include_init( $base, $bws_menu_source = 'plugins' ) {
8
+ global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_added_menu, $bstwbsftwppdtplgns_active_plugins;
9
  if ( ! function_exists( 'get_plugin_data' ) )
10
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
11
 
14
 
15
  if ( $bws_menu_source == 'plugins' ) {
16
  $bws_menu_dir = $wp_plugins_dir . '/' . dirname( $base ) . '/bws_menu/bws_menu.php';
17
+ $bstwbsftwppdtplgns_active_plugins[ $base ] = get_plugin_data( $wp_plugins_dir . '/' . $base );
18
  } else {
19
  $bws_menu_dir = $wp_content_dir . '/themes/' . $base . '/inc/bws_menu/bws_menu.php';
20
  }
bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 2.1.1
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">
@@ -536,8 +543,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
536
  </div>
537
  <div class="bws_product_links">
538
  <?php if ( $is_active || $is_pro_active ) {
539
- if ( $is_pro_isset ) {
540
- if ( ! $is_pro_installed ) {
541
  if ( ! empty( $plugins_array ) && array_key_exists( $value_plugin['pro_version'], $plugins_array ) ) { ?>
542
  <form method="post" action="">
543
  <input type="submit" class="button button-secondary" value="<?php _e( 'Install Now', 'bestwebsoft' ); ?>" />
@@ -546,7 +553,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
546
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ); ?>
547
  </form>
548
  <?php } else { ?>
549
- <a class="button button-secondary bws_upgrade_button" href="<?php echo $bws_plugins[ $key_plugin ]['purchase']; ?>" target="_blank"><?php _e( 'Upgrade to Pro', 'bestwebsoft' ); ?></a>
550
  <?php }
551
  }
552
  } else { ?>
@@ -554,13 +561,13 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
554
  <?php }
555
 
556
  if ( $is_pro_active ) { ?>
557
- <a class="bws_settings" href="<?php echo $bws_plugins[ $key_plugin ]["pro_settings"]; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
558
  <?php } else { ?>
559
- <a class="bws_settings" href="<?php echo $bws_plugins[ $key_plugin ]["settings"]; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
560
  <?php }
561
  } else {
562
  if ( $is_pro_installed ) { ?>
563
- <a class="button button-secondary" href="<?php echo wp_nonce_url( $current_page . '&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>
@@ -610,58 +617,37 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
610
  require( dirname( __FILE__ ) . '/product_list.php' ); ?>
611
  <h1><?php _e( 'Themes', 'bestwebsoft' ); ?></h1>
612
  <div id="availablethemes" class="bws-availablethemes">
613
- <?php if ( $wp_version < '3.9' ) {
614
- foreach ( $themes as $theme ) { ?>
615
- <div class="available-theme installable-theme"><?php
616
  $installed_theme = wp_get_theme( $theme->slug ); ?>
617
- <a class="screenshot" href="<?php echo esc_url( $theme->href ); ?>">
618
- <img src="<?php echo bws_menu_url( "icons/themes/" ) . $theme->slug . '.png'; ?>" width='150' />
619
- </a>
620
- <h3><?php echo $theme->name; ?></h3>
621
- <div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), 'BestWebSoft' ); ?></div>
622
- <div class="action-links">
623
- <ul>
624
- <?php if ( $installed_theme->exists() ) { ?>
625
- <li><span class="install-now" title="'<?php esc_attr__( 'This theme is already installed and is up to date' ); ?>"><?php echo _x( 'Installed', 'theme', 'bestwebsoft' ); ?></span></li>
626
- <?php } ?>
627
- <li><a class="theme-detail" href="<?php echo esc_url( $theme->href ); ?>" target="_blank"><?php _e( 'Learn More', 'bestwebsoft' ); ?></a></li>
628
- </ul>
629
- </div>
630
- </div>
631
- <?php }
632
- } else { ?>
633
- <div class="theme-browser content-filterable rendered">
634
- <div class="themes wp-clearfix">
635
- <?php foreach ( $themes as $key => $theme ) {
636
- $installed_theme = wp_get_theme( $theme->slug ); ?>
637
- <div class="theme" tabindex="0">
638
- <div class="theme-screenshot">
639
- <img src="<?php echo bws_menu_url( "icons/themes/" ) . $theme->slug . '.png'; ?>" alt="" />
640
- </div>
641
- <div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), 'BestWebSoft' ); ?></div>
642
- <h3 class="theme-name"><?php echo $theme->name; ?></h3>
643
- <div class="theme-actions">
644
- <a class="button button-secondary preview install-theme-preview" href="<?php echo $theme->href; ?>" target="_blank"><?php esc_html_e( 'Learn More', 'bestwebsoft' ); ?></a>
645
- </div>
646
- <?php if ( $installed_theme->exists() ) {
647
- if ( $wp_version < '4.6' ) { ?>
648
- <div class="theme-installed"><?php _e( 'Already Installed', 'bestwebsoft' ); ?></div>
649
- <?php } else { ?>
650
- <div class="notice notice-success notice-alt inline"><p><?php _e( 'Installed', 'bestwebsoft' ); ?></p></div>
651
- <?php }
652
- } ?>
653
  </div>
654
- <?php } ?>
655
- <br class="clear" />
656
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
657
  </div>
658
- <?php } ?>
659
- <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>
660
  </div>
661
  <?php } elseif ( 'bws_system_status' == $page || 'system-status' == $tab ) { ?>
662
  <h1><?php _e( 'System status', 'bestwebsoft' ); ?></h1>
663
- <div class="updated fade notice is-dismissible inline" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
664
- <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
665
  <form method="post" action="">
666
  <p>
667
  <input type="hidden" name="bwsmn_form_submit" value="submit" />
@@ -673,7 +659,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
673
  <p>
674
  <input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
675
  <input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'bestwebsoft' ) ?>" />
676
- <input type="text" maxlength="250" value="<?php echo $bwsmn_form_email; ?>" name="bwsmn_form_email" />
677
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
678
  </p>
679
  </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">
543
  </div>
544
  <div class="bws_product_links">
545
  <?php if ( $is_active || $is_pro_active ) {
546
+ if ( $is_pro_isset ) {
547
+ if ( ! $is_pro_installed ) {
548
  if ( ! empty( $plugins_array ) && array_key_exists( $value_plugin['pro_version'], $plugins_array ) ) { ?>
549
  <form method="post" action="">
550
  <input type="submit" class="button button-secondary" value="<?php _e( 'Install Now', 'bestwebsoft' ); ?>" />
553
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ); ?>
554
  </form>
555
  <?php } else { ?>
556
+ <a class="button button-secondary bws_upgrade_button" href="<?php echo esc_url( $bws_plugins[ $key_plugin ]['purchase'] ); ?>" target="_blank"><?php _e( 'Upgrade to Pro', 'bestwebsoft' ); ?></a>
557
  <?php }
558
  }
559
  } else { ?>
561
  <?php }
562
 
563
  if ( $is_pro_active ) { ?>
564
+ <a class="bws_settings" href="<?php echo esc_url( self_admin_url( $bws_plugins[ $key_plugin ]["pro_settings"] ) ); ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
565
  <?php } else { ?>
566
+ <a class="bws_settings" href="<?php echo esc_url( self_admin_url( $bws_plugins[ $key_plugin ]["settings"] ) ); ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
567
  <?php }
568
  } else {
569
  if ( $is_pro_installed ) { ?>
570
+ <a class="button button-secondary" href="<?php echo esc_url( wp_nonce_url( self_admin_url( $current_page . '&bws_activate_plugin=' . $value_plugin['pro_version'] ), 'bws_activate_plugin' . $value_plugin['pro_version'] ) ); ?>" title="<?php _e( 'Activate this plugin', 'bestwebsoft' ); ?>"><?php _e( 'Activate', 'bestwebsoft' ); ?></a>
571
  <?php } elseif ( ! empty( $plugins_array ) && isset( $value_plugin['pro_version'] ) && array_key_exists( $value_plugin['pro_version'], $plugins_array ) ) { ?>
572
  <form method="post" action="">
573
  <input type="submit" class="button button-secondary" value="<?php _e( 'Install Now', 'bestwebsoft' ); ?>" />
576
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ); ?>
577
  </form>
578
  <?php } elseif ( $is_installed ) { ?>
579
+ <a class="button button-secondary" href="<?php echo esc_url( wp_nonce_url( self_admin_url( $current_page . '&bws_activate_plugin=' . $key_plugin ), 'bws_activate_plugin' . $key_plugin ) ); ?>" title="<?php _e( 'Activate this plugin', 'bestwebsoft' ); ?>"><?php _e( 'Activate', 'bestwebsoft' ); ?></a>
580
  <?php } else {
581
+ $install_url = isset( $value_plugin['install_url'] ) ? $value_plugin['install_url'] : self_admin_url( 'plugin-install.php?tab=search&type=term&s=' . str_replace( ' ', '+', str_replace( '-', '', $value_plugin['name'] ) ) . '+BestWebSoft&plugin-search-input=Search+Plugins' ); ?>
582
+ <a class="button button-secondary" href="<?php echo esc_url( $install_url ); ?>" title="<?php _e( 'Install this plugin', 'bestwebsoft' ); ?>" target="_blank"><?php _e( 'Install Now', 'bestwebsoft' ); ?></a>
583
  <?php }
584
  } ?>
585
  </div>
596
  <div class="bws-filter-title"><?php _e( 'Category', 'bestwebsoft' ); ?></div>
597
  <ul class="bws-category">
598
  <li>
599
+ <?php $sub_in_url = ( isset( $_GET['sub'] ) && in_array( $_GET['sub'], array( 'installed', 'not_installed' ) ) ) ? '&sub=' . $_GET['sub'] : ''; ?>
600
+ <a <?php if ( 'all' == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( $current_page . $sub_in_url ) ); ?>"><?php _e( 'All', 'bestwebsoft' ); ?>
601
  <span>(<?php echo count( $bws_plugins ); ?>)</span>
602
  </a>
603
  </li>
604
  <?php foreach ( $bws_plugins_category as $category_key => $category_value ) { ?>
605
  <li>
606
+ <a <?php if ( $category_key == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( $current_page . $sub_in_url . '&category=' . $category_key ) ); ?>"><?php echo $category_value['name']; ?>
607
  <span>(<?php echo $category_value['count']; ?>)</span>
608
  </a>
609
  </li>
617
  require( dirname( __FILE__ ) . '/product_list.php' ); ?>
618
  <h1><?php _e( 'Themes', 'bestwebsoft' ); ?></h1>
619
  <div id="availablethemes" class="bws-availablethemes">
620
+ <div class="theme-browser content-filterable rendered">
621
+ <div class="themes wp-clearfix">
622
+ <?php foreach ( $themes as $key => $theme ) {
623
  $installed_theme = wp_get_theme( $theme->slug ); ?>
624
+ <div class="theme" tabindex="0">
625
+ <div class="theme-screenshot">
626
+ <img src="<?php echo bws_menu_url( "icons/themes/" ) . $theme->slug . '.png'; ?>" alt="" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
627
  </div>
628
+ <div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), 'BestWebSoft' ); ?></div>
629
+ <h3 class="theme-name"><?php echo $theme->name; ?></h3>
630
+ <div class="theme-actions">
631
+ <a class="button button-secondary preview install-theme-preview" href="<?php echo esc_url( $theme->href ); ?>" target="_blank"><?php _e( 'Learn More', 'bestwebsoft' ); ?></a>
632
+ </div>
633
+ <?php if ( $installed_theme->exists() ) {
634
+ if ( $wp_version < '4.6' ) { ?>
635
+ <div class="theme-installed"><?php _e( 'Already Installed', 'bestwebsoft' ); ?></div>
636
+ <?php } else { ?>
637
+ <div class="notice notice-success notice-alt inline"><p><?php _e( 'Installed', 'bestwebsoft' ); ?></p></div>
638
+ <?php }
639
+ } ?>
640
+ </div>
641
+ <?php } ?>
642
+ <br class="clear" />
643
  </div>
644
+ </div>
645
+ <p><a class="bws_browse_link" href="https://bestwebsoft.com/products/wordpress/themes/" target="_blank"><?php _e( 'Browse More WordPress Themes', 'bestwebsoft' ); ?> <span class="dashicons dashicons-arrow-right-alt2"></span></a></p>
646
  </div>
647
  <?php } elseif ( 'bws_system_status' == $page || 'system-status' == $tab ) { ?>
648
  <h1><?php _e( 'System status', 'bestwebsoft' ); ?></h1>
649
+ <div class="updated fade notice is-dismissible inline" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo 'style="display:none"'; ?>><p><strong><?php echo $message; ?></strong></p></div>
650
+ <div class="error" <?php if ( "" == $error ) echo 'style="display:none"'; ?>><p><strong><?php echo $error; ?></strong></p></div>
651
  <form method="post" action="">
652
  <p>
653
  <input type="hidden" name="bwsmn_form_submit" value="submit" />
659
  <p>
660
  <input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
661
  <input type="submit" class="button" value="<?php _e( 'Send to custom email &#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,12 +7,13 @@
7
 
8
  if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
9
  class Bws_Settings_Tabs {
10
- private $tabs;
11
- private $plugin_basename;
12
- private $prefix;
13
  private $pro_plugin_is_activated = false;
14
  private $custom_code_args = array();
15
- private $wp_slug;
 
 
 
16
 
17
  public $options;
18
  public $default_options;
@@ -128,7 +129,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
128
  <div id="post-body" class="metabox-holder columns-2">
129
  <div id="post-body-content" style="position: relative;">
130
  <?php $this->display_tabs(); ?>
131
- </div><!-- /post-body-content -->
132
  <div id="postbox-container-1" class="postbox-container">
133
  <div class="meta-box-sortables ui-sortable">
134
  <div id="submitdiv" class="postbox">
@@ -153,7 +154,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
153
  $daysleft = floor( ( $finish - $today ) / ( 60*60*24 ) );
154
  $license_status = sprintf( __( '%s day(-s) left', 'bestwebsoft' ), $daysleft );
155
  }
156
- $license_status .= '. <a target="_blank" href="' . $this->plugins_info['PluginURI'] . '">' . __( 'Upgrade to Pro', 'bestwebsoft' ) . '</a>';
157
  } else {
158
  $license_type = isset( $bstwbsftwppdtplgns_options['nonprofit'][ $this->plugin_basename ] ) ? 'Nonprofit Pro' : 'Pro';
159
  if ( $finish < $today ) {
@@ -260,9 +261,11 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
260
  foreach ( $this->tabs as $tab_slug => $data ) {
261
  if ( ! empty( $data['is_pro'] ) && $this->hide_pro_tabs )
262
  continue; ?>
263
- <div class="bws_tab ui-tabs-panel ui-widget-content ui-corner-bottom" id="<?php echo $this->prefix . '_' . $tab_slug; ?>_tab" aria-labelledby="ui-id-2" role="tabpanel" aria-hidden="false" style="display: block;">
264
- <?php if ( method_exists( $this, 'tab_' . str_replace( '-', '_', $tab_slug ) ) ) {
265
- call_user_func( array( $this, 'tab_' . str_replace( '-', '_', $tab_slug ) ) );
 
 
266
  } ?>
267
  </div>
268
  <?php }
@@ -397,7 +400,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
397
 
398
  if ( file_exists( $real_file ) ) {
399
  update_recently_edited( $real_file );
400
- $this->custom_code_args["content_{$extension}"] = esc_textarea( file_get_contents( $real_file ) );
401
  if ( ( $this->is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $this->custom_code_args['blog_id'] ][ $file ] ) ) ||
402
  ( ! $this->is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $file ] ) ) ) {
403
  $this->custom_code_args["is_{$extension}_active"] = true;
@@ -429,7 +432,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
429
  'css' => array( 'description' => __( 'These styles will be added to the header on all pages of your site.', 'bestwebsoft' ),
430
  'learn_more_link' => 'https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started'
431
  ),
432
- 'php' => array( 'description' => sprintf( __( 'This PHP code will be hooked to the %s action and will be printed on front end only.', 'bestwebsoft' ), '<a href="http://codex.wordpress.org/Plugin_API/Action_Reference/init" target="_blank"><code>init</code></a>' ),
433
  'learn_more_link' => 'http://php.net/'
434
  ),
435
  'js' => array( 'description' => __( 'These code will be added to the header on all pages of your site.', 'bestwebsoft' ),
@@ -453,14 +456,16 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
453
  echo '(' . __( 'Browsing', 'bestwebsoft' ) . ')'; ?>
454
  </big></p>
455
  <p class="bws_info">
456
- <input type="checkbox" name="bws_custom_<?php echo $extension; ?>_active" value="1" <?php if ( $this->custom_code_args["is_{$extension}_active"] ) echo "checked"; ?> />
457
- <?php printf( __( 'Activate custom %s code.', 'bestwebsoft' ), $name ); ?>
 
 
458
  </p>
459
- <textarea cols="70" rows="25" name="bws_newcontent_<?php echo $extension; ?>" id="bws_newcontent_<?php echo $extension; ?>"><?php if ( isset( $this->custom_code_args["content_{$extension}"] ) ) echo $this->custom_code_args["content_{$extension}"]; ?></textarea>
460
  <p class="bws_info">
461
  <?php echo $extension_data['description']; ?>
462
  <br>
463
- <a href="<?php echo $extension_data['learn_more_link']; ?>" target="_blank">
464
  <?php printf( __( 'Learn more about %s', 'bestwebsoft' ), $name ); ?>
465
  </a>
466
  </p>
@@ -483,6 +488,8 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
483
  if ( isset( $_POST["bws_newcontent_{$extension}"] ) &&
484
  $this->custom_code_args["{$extension}_writeable"] ) {
485
  $newcontent = trim( wp_unslash( $_POST["bws_newcontent_{$extension}"] ) );
 
 
486
 
487
  if ( ! empty( $newcontent ) && isset( $_POST["bws_custom_{$extension}_active"] ) ) {
488
  $this->custom_code_args["is_{$extension}_active"] = true;
@@ -544,16 +551,20 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
544
  <tr>
545
  <th scope="row"><?php _e( 'Pro Options', 'bestwebsoft' ); ?></th>
546
  <td>
547
- <input <?php echo $this->change_permission_attr; ?> name="bws_hide_premium_options_submit" type="checkbox" value="1" <?php if ( ! $this->hide_pro_tabs ) echo 'checked="checked "'; ?> />
548
- <span class="bws_info"><?php _e( 'Enable to display plugin Pro options.', 'bestwebsoft' ); ?></span>
 
 
549
  </td>
550
  </tr>
551
  <?php } ?>
552
  <tr>
553
  <th scope="row"><?php _e( 'Track Usage', 'bestwebsoft' ); ?></th>
554
  <td>
555
- <input <?php echo $this->change_permission_attr; ?> name="bws_track_usage" type="checkbox" value="1" <?php if ( ! empty( $bstwbsftwppdtplgns_options['track_usage']['products'][ $this->plugin_basename ] ) ) echo 'checked="checked "'; ?>/>
556
- <span class="bws_info"><?php _e( 'Enable to allow tracking plugin usage anonymously in order to make it better.', 'bestwebsoft' ); ?></span>
 
 
557
  </td>
558
  </tr>
559
  <tr>
@@ -692,7 +703,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
692
  <?php $this->help_phrase(); ?>
693
  <hr>
694
  <?php if ( ! empty( $this->pro_page ) ) {
695
- $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
696
 
697
  if ( $this->pro_plugin_is_activated ) {
698
  deactivate_plugins( $this->plugin_basename ); ?>
@@ -702,7 +713,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
702
  function bws_set_timeout() {
703
  i--;
704
  if ( 0 == i ) {
705
- window.location.href = '<?php echo $this->pro_page; ?>';
706
  } else {
707
  $( '#bws_timeout_counter' ).text( i );
708
  window.setTimeout( bws_set_timeout, 1000 );
@@ -712,7 +723,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
712
  })(jQuery);
713
  </script>
714
  <p><strong><?php _e( 'Congratulations! Pro license is activated successfully.', 'bestwebsoft' ); ?></strong></p>
715
- <p><?php printf( __( 'You will be automatically redirected to the %s in %s seconds.', 'bestwebsoft' ), '<a href="' . $this->pro_page . '">' . __( 'Settings page', 'bestwebsoft' ) . '</a>', '<span id="bws_timeout_counter">7</span>' ); ?></p>
716
  <?php } else {
717
  $attr = '';
718
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $this->bws_license_plugin ]['count'] ) &&
@@ -723,17 +734,17 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
723
  <tr>
724
  <th scope="row"><?php _e( 'License Key', 'bestwebsoft' ); ?></th>
725
  <td>
726
- <input <?php echo $attr; ?> type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
727
- <input <?php echo $attr; ?> type="hidden" name="bws_license_plugin" value="<?php echo $this->bws_license_plugin; ?>" />
728
  <input <?php echo $attr; ?> type="submit" class="button button-secondary" name="bws_license_submit" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
729
  <div class="bws_info">
730
- <?php printf( __( 'Enter your license key to activate %s and get premium plugin features.', 'bestwebsoft' ), '<a href="' . $this->plugins_info['PluginURI'] . '?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank" title="' . $this->plugins_info["Name"] . ' Pro">' . $this->plugins_info["Name"] . ' Pro</a>' ); ?>
731
  </div>
732
  <?php if ( '' != $attr ) { ?>
733
  <p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
734
  <?php }
735
  if ( $this->trial_days !== false )
736
- echo '<p>' . __( 'or', 'bestwebsoft' ) . ' <a href="' . $this->plugins_info['PluginURI'] . 'trial/?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank">' . sprintf( __( 'Start Your Free %s-Day Trial Now', 'bestwebsoft' ), $this->trial_days ) . '</a></p>'; ?>
737
  </td>
738
  </tr>
739
  </table>
@@ -745,7 +756,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
745
  <tr>
746
  <th scope="row"><?php _e( 'License Key', 'bestwebsoft' ); ?></th>
747
  <td>
748
- <input type="text" maxlength="100" name="bws_license_key" value="<?php echo $license_key; ?>" />
749
  <input type="submit" class="button button-secondary" name="bws_license_submit" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
750
  <div class="bws_info">
751
  <?php _e( 'If necessary, you can check if the license key is correct or reenter it in the field below.', 'bestwebsoft' ); ?>
@@ -774,7 +785,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
774
  private function save_options_license_key() {
775
  global $wp_version, $bstwbsftwppdtplgns_options;
776
 
777
- $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : '';
778
 
779
  if ( '' != $bws_license_key ) {
780
  if ( strlen( $bws_license_key ) != 18 ) {
@@ -831,7 +842,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
831
  $message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $single_response->time_out . '.';
832
 
833
  if ( isset( $single_response->trial ) && $this->is_trial )
834
- $message .= ' ' . sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="' . $this->plugins_info['PluginURI'] . '?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank" title="' . $this->plugins_info["Name"] . '">Pro</a>' );
835
  }
836
 
837
  if ( isset( $single_response->trial ) ) {
@@ -878,7 +889,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
878
  /* Go Pro */
879
  } else {
880
 
881
- $bws_license_plugin = stripslashes( esc_html( $_POST['bws_license_plugin'] ) );
882
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - (24 * 60 * 60) ) ) {
883
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
884
  } else {
@@ -919,7 +930,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
919
  } elseif ( "you_are_banned" == $single_response->package ) {
920
  $error = __( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' );
921
  } elseif ( "time_out" == $single_response->package ) {
922
- $error = sprintf( __( "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates, you should extend it in your %s", 'bestwebsoft' ), ' <a href="https://bestwebsoft.com/client-area">Client Area</a>' );
923
  } elseif ( "duplicate_domen_for_trial" == $single_response->package ) {
924
  $error = __( "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once.", 'bestwebsoft' );
925
  }
@@ -945,7 +956,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
945
  }
946
 
947
  if ( ! $received_content ) {
948
- $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
949
  } else {
950
  if ( is_writable( $this->upload_dir["path"] ) ) {
951
  $file_put_contents = $this->upload_dir["path"] . "/" . $zip_name[0] . ".zip";
@@ -957,20 +968,20 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
957
  $zip->extractTo( WP_PLUGIN_DIR );
958
  $zip->close();
959
  } else {
960
- $error = __( "Failed to open the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
961
  }
962
  } elseif ( class_exists( 'Phar' ) ) {
963
  $phar = new PharData( $file_put_contents );
964
  $phar->extractTo( WP_PLUGIN_DIR );
965
  } else {
966
- $error = __( "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually", 'bestwebsoft' );
967
  }
968
  @unlink( $file_put_contents );
969
  } else {
970
- $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
971
  }
972
  } else {
973
- $error = __( "UploadDir is not writable. Please, upload the plugin manually", 'bestwebsoft' );
974
  }
975
  }
976
 
@@ -989,7 +1000,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
989
  }
990
  $this->pro_plugin_is_activated = true;
991
  } elseif ( empty( $error ) ) {
992
- $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
993
  }
994
  }
995
  } else {
@@ -1042,22 +1053,22 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
1042
  public function help_phrase() {
1043
  echo '<div class="bws_tab_description">' . __( 'Need Help?', 'bestwebsoft' ) . ' ';
1044
  if ( '' != $this->doc_link )
1045
- echo '<a href="' . $this->doc_link . '" target="_blank">' . __( 'Read the Instruction', 'bestwebsoft' );
1046
  else
1047
  echo '<a href="https://support.bestwebsoft.com/hc/en-us/" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' );
1048
  if ( '' != $this->doc_video_link )
1049
- echo '</a>' . ' ' . __( 'or', 'bestwebsoft' ) . ' ' . '<a href="' . $this->doc_video_link . '" target="_blank">' . __( 'Watch the Video', 'bestwebsoft' );
1050
  echo '</a></div>';
1051
  }
1052
 
1053
  public function bws_pro_block_links() {
1054
  global $wp_version; ?>
1055
  <div class="bws_pro_version_tooltip">
1056
- <a class="bws_button" href="<?php echo $this->plugins_info['PluginURI']; ?>?k=<?php echo $this->link_key; ?>&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>
1057
  <?php if ( $this->trial_days !== false ) { ?>
1058
  <span class="bws_trial_info">
1059
  <?php _e( 'or', 'bestwebsoft' ); ?>
1060
- <a href="<?php echo $this->plugins_info['PluginURI']; ?>?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>
1061
  </span>
1062
  <?php } ?>
1063
  <div class="clear"></div>
7
 
8
  if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
9
  class Bws_Settings_Tabs {
10
+ private $tabs;
 
 
11
  private $pro_plugin_is_activated = false;
12
  private $custom_code_args = array();
13
+
14
+ public $plugin_basename;
15
+ public $prefix;
16
+ public $wp_slug;
17
 
18
  public $options;
19
  public $default_options;
129
  <div id="post-body" class="metabox-holder columns-2">
130
  <div id="post-body-content" style="position: relative;">
131
  <?php $this->display_tabs(); ?>
132
+ </div><!-- #post-body-content -->
133
  <div id="postbox-container-1" class="postbox-container">
134
  <div class="meta-box-sortables ui-sortable">
135
  <div id="submitdiv" class="postbox">
154
  $daysleft = floor( ( $finish - $today ) / ( 60*60*24 ) );
155
  $license_status = sprintf( __( '%s day(-s) left', 'bestwebsoft' ), $daysleft );
156
  }
157
+ $license_status .= '. <a target="_blank" href="' . esc_url( $this->plugins_info['PluginURI'] ) . '">' . __( 'Upgrade to Pro', 'bestwebsoft' ) . '</a>';
158
  } else {
159
  $license_type = isset( $bstwbsftwppdtplgns_options['nonprofit'][ $this->plugin_basename ] ) ? 'Nonprofit Pro' : 'Pro';
160
  if ( $finish < $today ) {
261
  foreach ( $this->tabs as $tab_slug => $data ) {
262
  if ( ! empty( $data['is_pro'] ) && $this->hide_pro_tabs )
263
  continue; ?>
264
+ <div class="bws_tab ui-tabs-panel ui-widget-content ui-corner-bottom" id="<?php echo esc_attr( $this->prefix . '_' . $tab_slug . '_tab' ); ?>" aria-labelledby="ui-id-2" role="tabpanel" aria-hidden="false" style="display: block;">
265
+ <?php $tab_slug = str_replace( '-', '_', $tab_slug );
266
+ if ( method_exists( $this, 'tab_' . $tab_slug ) ) {
267
+ call_user_func( array( $this, 'tab_' . $tab_slug ) );
268
+ do_action_ref_array( __CLASS__ . '_after_tab_' . $tab_slug, array( &$this ) );
269
  } ?>
270
  </div>
271
  <?php }
400
 
401
  if ( file_exists( $real_file ) ) {
402
  update_recently_edited( $real_file );
403
+ $this->custom_code_args["content_{$extension}"] = file_get_contents( $real_file );
404
  if ( ( $this->is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $this->custom_code_args['blog_id'] ][ $file ] ) ) ||
405
  ( ! $this->is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $file ] ) ) ) {
406
  $this->custom_code_args["is_{$extension}_active"] = true;
432
  'css' => array( 'description' => __( 'These styles will be added to the header on all pages of your site.', 'bestwebsoft' ),
433
  'learn_more_link' => 'https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started'
434
  ),
435
+ 'php' => array( 'description' => sprintf( __( 'This PHP code will be hooked to the %s action and will be printed on front end only.', 'bestwebsoft' ), '<a href="https://codex.wordpress.org/Plugin_API/Action_Reference/init" target="_blank"><code>init</code></a>' ),
436
  'learn_more_link' => 'http://php.net/'
437
  ),
438
  'js' => array( 'description' => __( 'These code will be added to the header on all pages of your site.', 'bestwebsoft' ),
456
  echo '(' . __( 'Browsing', 'bestwebsoft' ) . ')'; ?>
457
  </big></p>
458
  <p class="bws_info">
459
+ <label>
460
+ <input type="checkbox" name="bws_custom_<?php echo $extension; ?>_active" value="1" <?php if ( $this->custom_code_args["is_{$extension}_active"] ) echo "checked"; ?> />
461
+ <?php printf( __( 'Activate custom %s code.', 'bestwebsoft' ), $name ); ?>
462
+ </label>
463
  </p>
464
+ <textarea cols="70" rows="25" name="bws_newcontent_<?php echo $extension; ?>" id="bws_newcontent_<?php echo $extension; ?>"><?php if ( isset( $this->custom_code_args["content_{$extension}"] ) ) echo esc_textarea( $this->custom_code_args["content_{$extension}"] ); ?></textarea>
465
  <p class="bws_info">
466
  <?php echo $extension_data['description']; ?>
467
  <br>
468
+ <a href="<?php echo esc_url( $extension_data['learn_more_link'] ); ?>" target="_blank">
469
  <?php printf( __( 'Learn more about %s', 'bestwebsoft' ), $name ); ?>
470
  </a>
471
  </p>
488
  if ( isset( $_POST["bws_newcontent_{$extension}"] ) &&
489
  $this->custom_code_args["{$extension}_writeable"] ) {
490
  $newcontent = trim( wp_unslash( $_POST["bws_newcontent_{$extension}"] ) );
491
+ if ( 'css' == $extension )
492
+ $newcontent = wp_kses( $newcontent, 'strip' );
493
 
494
  if ( ! empty( $newcontent ) && isset( $_POST["bws_custom_{$extension}_active"] ) ) {
495
  $this->custom_code_args["is_{$extension}_active"] = true;
551
  <tr>
552
  <th scope="row"><?php _e( 'Pro Options', 'bestwebsoft' ); ?></th>
553
  <td>
554
+ <label>
555
+ <input <?php echo $this->change_permission_attr; ?> name="bws_hide_premium_options_submit" type="checkbox" value="1" <?php if ( ! $this->hide_pro_tabs ) echo 'checked="checked "'; ?> />
556
+ <span class="bws_info"><?php _e( 'Enable to display plugin Pro options.', 'bestwebsoft' ); ?></span>
557
+ </label>
558
  </td>
559
  </tr>
560
  <?php } ?>
561
  <tr>
562
  <th scope="row"><?php _e( 'Track Usage', 'bestwebsoft' ); ?></th>
563
  <td>
564
+ <label>
565
+ <input <?php echo $this->change_permission_attr; ?> name="bws_track_usage" type="checkbox" value="1" <?php if ( ! empty( $bstwbsftwppdtplgns_options['track_usage']['products'][ $this->plugin_basename ] ) ) echo 'checked="checked "'; ?>/>
566
+ <span class="bws_info"><?php _e( 'Enable to allow tracking plugin usage anonymously in order to make it better.', 'bestwebsoft' ); ?></span>
567
+ </label>
568
  </td>
569
  </tr>
570
  <tr>
703
  <?php $this->help_phrase(); ?>
704
  <hr>
705
  <?php if ( ! empty( $this->pro_page ) ) {
706
+ $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( sanitize_text_field( $_POST['bws_license_key'] ) ) : "";
707
 
708
  if ( $this->pro_plugin_is_activated ) {
709
  deactivate_plugins( $this->plugin_basename ); ?>
713
  function bws_set_timeout() {
714
  i--;
715
  if ( 0 == i ) {
716
+ window.location.href = '<?php echo esc_url( self_admin_url( $this->pro_page ) ); ?>';
717
  } else {
718
  $( '#bws_timeout_counter' ).text( i );
719
  window.setTimeout( bws_set_timeout, 1000 );
723
  })(jQuery);
724
  </script>
725
  <p><strong><?php _e( 'Congratulations! Pro license is activated successfully.', 'bestwebsoft' ); ?></strong></p>
726
+ <p><?php printf( __( 'You will be automatically redirected to the %s in %s seconds.', 'bestwebsoft' ), '<a href="' . esc_url( self_admin_url( $this->pro_page ) ) . '">' . __( 'Settings page', 'bestwebsoft' ) . '</a>', '<span id="bws_timeout_counter">7</span>' ); ?></p>
727
  <?php } else {
728
  $attr = '';
729
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $this->bws_license_plugin ]['count'] ) &&
734
  <tr>
735
  <th scope="row"><?php _e( 'License Key', 'bestwebsoft' ); ?></th>
736
  <td>
737
+ <input <?php echo $attr; ?> type="text" name="bws_license_key" value="<?php echo esc_attr( $bws_license_key ); ?>" />
738
+ <input <?php echo $attr; ?> type="hidden" name="bws_license_plugin" value="<?php echo esc_attr( $this->bws_license_plugin ); ?>" />
739
  <input <?php echo $attr; ?> type="submit" class="button button-secondary" name="bws_license_submit" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
740
  <div class="bws_info">
741
+ <?php printf( __( 'Enter your license key to activate %s and get premium plugin features.', 'bestwebsoft' ), '<a href="' . esc_url( $this->plugins_info['PluginURI'] . '?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version ) . '" target="_blank" title="' . $this->plugins_info["Name"] . ' Pro">' . $this->plugins_info["Name"] . ' Pro</a>' ); ?>
742
  </div>
743
  <?php if ( '' != $attr ) { ?>
744
  <p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
745
  <?php }
746
  if ( $this->trial_days !== false )
747
+ echo '<p>' . __( 'or', 'bestwebsoft' ) . ' <a href="' . esc_url( $this->plugins_info['PluginURI'] . 'trial/?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version ) . '" target="_blank">' . sprintf( __( 'Start Your Free %s-Day Trial Now', 'bestwebsoft' ), $this->trial_days ) . '</a></p>'; ?>
748
  </td>
749
  </tr>
750
  </table>
756
  <tr>
757
  <th scope="row"><?php _e( 'License Key', 'bestwebsoft' ); ?></th>
758
  <td>
759
+ <input type="text" maxlength="100" name="bws_license_key" value="<?php echo esc_attr( $license_key ); ?>" />
760
  <input type="submit" class="button button-secondary" name="bws_license_submit" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
761
  <div class="bws_info">
762
  <?php _e( 'If necessary, you can check if the license key is correct or reenter it in the field below.', 'bestwebsoft' ); ?>
785
  private function save_options_license_key() {
786
  global $wp_version, $bstwbsftwppdtplgns_options;
787
 
788
+ $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( sanitize_text_field( $_POST['bws_license_key'] ) ) : '';
789
 
790
  if ( '' != $bws_license_key ) {
791
  if ( strlen( $bws_license_key ) != 18 ) {
842
  $message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $single_response->time_out . '.';
843
 
844
  if ( isset( $single_response->trial ) && $this->is_trial )
845
+ $message .= ' ' . sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="' . esc_url( $this->plugins_info['PluginURI'] . '?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version ) . '" target="_blank" title="' . $this->plugins_info["Name"] . '">Pro</a>' );
846
  }
847
 
848
  if ( isset( $single_response->trial ) ) {
889
  /* Go Pro */
890
  } else {
891
 
892
+ $bws_license_plugin = stripslashes( sanitize_text_field( $_POST['bws_license_plugin'] ) );
893
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - (24 * 60 * 60) ) ) {
894
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
895
  } else {
930
  } elseif ( "you_are_banned" == $single_response->package ) {
931
  $error = __( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' );
932
  } elseif ( "time_out" == $single_response->package ) {
933
+ $error = sprintf( __( "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates, you should extend it in your %s.", 'bestwebsoft' ), ' <a href="https://bestwebsoft.com/client-area">Client Area</a>' );
934
  } elseif ( "duplicate_domen_for_trial" == $single_response->package ) {
935
  $error = __( "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once.", 'bestwebsoft' );
936
  }
956
  }
957
 
958
  if ( ! $received_content ) {
959
+ $error = __( "Failed to download the zip archive. Please, upload the plugin manually.", 'bestwebsoft' );
960
  } else {
961
  if ( is_writable( $this->upload_dir["path"] ) ) {
962
  $file_put_contents = $this->upload_dir["path"] . "/" . $zip_name[0] . ".zip";
968
  $zip->extractTo( WP_PLUGIN_DIR );
969
  $zip->close();
970
  } else {
971
+ $error = __( "Failed to open the zip archive. Please, upload the plugin manually.", 'bestwebsoft' );
972
  }
973
  } elseif ( class_exists( 'Phar' ) ) {
974
  $phar = new PharData( $file_put_contents );
975
  $phar->extractTo( WP_PLUGIN_DIR );
976
  } else {
977
+ $error = __( "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually.", 'bestwebsoft' );
978
  }
979
  @unlink( $file_put_contents );
980
  } else {
981
+ $error = __( "Failed to download the zip archive. Please, upload the plugin manually.", 'bestwebsoft' );
982
  }
983
  } else {
984
+ $error = __( "UploadDir is not writable. Please, upload the plugin manually.", 'bestwebsoft' );
985
  }
986
  }
987
 
1000
  }
1001
  $this->pro_plugin_is_activated = true;
1002
  } elseif ( empty( $error ) ) {
1003
+ $error = __( "Failed to download the zip archive. Please, upload the plugin manually.", 'bestwebsoft' );
1004
  }
1005
  }
1006
  } else {
1053
  public function help_phrase() {
1054
  echo '<div class="bws_tab_description">' . __( 'Need Help?', 'bestwebsoft' ) . ' ';
1055
  if ( '' != $this->doc_link )
1056
+ echo '<a href="' . esc_url( $this->doc_link ) . '" target="_blank">' . __( 'Read the Instruction', 'bestwebsoft' );
1057
  else
1058
  echo '<a href="https://support.bestwebsoft.com/hc/en-us/" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' );
1059
  if ( '' != $this->doc_video_link )
1060
+ echo '</a>' . ' ' . __( 'or', 'bestwebsoft' ) . ' ' . '<a href="' . esc_url( $this->doc_video_link ) . '" target="_blank">' . __( 'Watch the Video', 'bestwebsoft' );
1061
  echo '</a></div>';
1062
  }
1063
 
1064
  public function bws_pro_block_links() {
1065
  global $wp_version; ?>
1066
  <div class="bws_pro_version_tooltip">
1067
+ <a class="bws_button" href="<?php echo esc_url( $this->plugins_info['PluginURI'] ); ?>?k=<?php echo $this->link_key; ?>&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/fonts/bwsicons.eot CHANGED
Binary file
bws_menu/fonts/bwsicons.svg CHANGED
@@ -16,13 +16,10 @@
16
  <glyph unicode="&#xe906;" glyph-name="custom-admin-page" d="M1023.488 120.512c-0.128-6.592-2.56 14.080-8.768 22.656-13.632 18.752-35.2 32.448-68.608 45.12-57.408 21.696-71.040 29.312-71.040 29.312l-0.576 49.984c0 0 21.504 15.040 28.224 62.144 0 0 11.264 6.336 18.688 25.856 3.968 10.368 7.808 45.568-8.576 42.432 0 0 9.536 41.472-3.584 82.176-6.72 20.928-21.76 35.136-44.288 35.136-9.28 9.28-29.12 18.24-55.296 19.52h-0.192c-52.352-2.496-80-14.208-97.088-54.656-21.76-51.264-6.080-82.176-6.080-82.176-16.448 3.136-12.544-32.064-8.576-42.432 7.424-19.52 18.688-25.856 18.688-25.856 6.656-47.104 28.16-62.144 28.16-62.144l-0.576-49.984c0 0-13.632-7.552-71.040-29.312-33.344-12.672-54.912-26.304-68.608-45.12-6.208-8.64-8.896-16.128-8.768-22.656 1.216-3.264-3.84-54.656 18.176-55.616h398.912c14.848 0 10.816 19.712 10.816 55.616zM64 640h704v-64c37.632 14.656 37.568 11.52 64 0v194.624c0 32.32-28.992 61.376-61.376 61.376h-704.448c-32.384 0-66.176-31.68-66.176-64v-640c0-32.32 33.792-64 66.176-64h490.944c0 0-15.936 24.512 0 64h-493.12v512zM320 768h64v-64h-64v64zM192 768h64v-64h-64v64zM64 768h64v-64h-64v64zM552.32 156.928c0.256 0.576-0.32 0.832 0 0v0z" />
17
  <glyph unicode="&#xe907;" glyph-name="custom-fields-search" d="M1018.56 78.592l-242.24 242.112c39.424 63.872 62.208 139.264 62.208 220.16 0 231.296-187.776 419.136-419.2 419.136-231.872 0-419.328-187.84-419.328-419.136 0-231.808 187.456-419.648 419.328-419.648 84.992 0 163.776 25.28 229.696 68.416l240.512-240.448c12.416-12.416 43.52-1.664 69.312 24l36.032 36.16c25.728 25.664 36.544 56.768 23.68 69.248zM419.264 260.544c-154.688 0-280.32 125.632-280.32 280.256 0 154.688 125.632 279.872 280.32 279.872s279.936-125.248 279.936-279.872c0-154.624-125.248-280.256-279.936-280.256zM461.888 384h-155.776c-9.984 0-18.112 8.128-18.112 18.112v27.776c0 9.984 8.128 18.112 18.112 18.112h155.712c10.048 0 18.176-8.128 18.176-18.112v-27.712c0-10.048-8.128-18.176-18.112-18.176zM525.888 576h-219.776c-9.984 0-18.112-8.128-18.112-18.112v-27.712c0-10.048 8.128-18.176 18.112-18.176h219.712c10.048 0 18.176 8.128 18.176 18.112v27.776c0 9.984-8.128 18.112-18.112 18.112zM525.888 704h-219.776c-9.984 0-18.112-8.128-18.112-18.112v-27.712c0-10.048 8.128-18.176 18.112-18.176h219.712c10.048 0 18.176 8.128 18.176 18.112v27.776c0 9.984-8.128 18.112-18.112 18.112z" />
18
  <glyph unicode="&#xe908;" glyph-name="custom-search" d="M1018.56 65.728l-242.24 242.112c39.424 63.872 62.208 139.264 62.208 220.16 0 231.36-187.84 419.136-419.264 419.136-231.808 0-419.264-187.84-419.264-419.136 0-231.808 187.456-419.648 419.328-419.648 84.992 0 163.776 25.28 229.696 68.416l240.512-240.448c12.416-12.416 43.52-1.664 69.312 24l36.032 36.16c25.728 25.664 36.544 56.768 23.68 69.248zM419.264 247.744c-154.688 0-280.32 125.632-280.32 280.256 0 154.688 125.632 279.872 280.32 279.872s279.936-125.248 279.936-279.872c0-154.688-125.248-280.256-279.936-280.256z" />
19
- <glyph unicode="&#xe909;" glyph-name="db-manager" d="M388.672 232.064c-0.96-0.064-1.92-0.064-2.88-0.064-7.872-0.192-15.744-0.32-23.744-0.32-0.256 0-0.576 0-0.896 0-7.424 0-14.784 0.128-22.144 0.32-1.344 0-2.752 0.064-4.16 0.064-7.488 0.192-14.848 0.576-22.208 0.96-0.96 0.064-1.984 0.064-3.008 0.192-15.616 0.832-30.912 2.112-45.76 3.712-118.272 12.736-222.080 48.064-255.552 92.864-3.392 4.544-6.208 6.272-8.32 6.464v-140.928c27.2-70.912 182.912-125.056 358.848-125.696h6.336c0.704 0 1.344 0 2.048 0l3.904 0.064v0.064c36.544 0.384 71.616 3.2 104.576 7.808-37.376 43.456-62.848 96.704-72.384 155.136-4.864-0.256-9.728-0.576-14.656-0.64zM1024 221.568v68.992l-61.248 21.632c-4.224 14.72-10.048 28.672-17.28 41.792l27.904 58.688-48.768 48.768-58.688-27.968c-13.056 7.232-27.072 13.056-41.664 17.344l-21.76 61.184h-68.928l-21.824-61.12c-14.656-4.288-28.608-10.112-41.728-17.344l-58.688 27.904-48.768-48.768 27.968-58.688c-7.232-13.12-13.12-27.072-17.344-41.792l-61.184-21.632v-68.992l61.184-21.76c4.224-14.592 10.048-28.544 17.344-41.728l-27.968-58.688 48.768-48.768 58.688 27.968c13.12-7.296 27.072-13.12 41.728-17.28l21.824-61.312h68.928l21.76 61.248c14.592 4.224 28.608 9.984 41.664 17.28l58.688-27.968 48.768 48.768-27.904 58.688c7.232 13.056 13.056 27.136 17.28 41.728l61.248 21.824zM768 162.048c-51.84 0-93.952 42.112-93.952 93.888 0 51.904 42.048 93.888 93.952 93.888 51.84 0 93.888-42.048 93.888-93.888 0-51.776-42.048-93.888-93.888-93.888zM361.984 582.4v0c188.992 0 354.304 54.144 366.4 122.432v75.776c-12.096 64.448-177.408 115.392-366.4 115.392v0c-177.344 0-334.656-44.928-361.984-103.744v-99.776c27.328-62.336 184.64-110.080 361.984-110.080zM413.824 493.248c-0.704 0-1.408-0.064-2.24-0.128-7.488-0.32-15.168-0.64-22.912-0.896-1.024-0.064-1.984-0.064-2.944-0.064-7.872-0.192-15.744-0.384-23.744-0.384-0.256 0-0.576 0-0.896 0-7.424 0-14.784 0.128-22.144 0.384-1.344 0-2.752 0.064-4.16 0.128-7.424 0.192-14.784 0.512-22.144 0.896-0.96 0-1.984 0.064-2.944 0.192-15.616 0.832-30.912 2.112-45.824 3.648-118.272 12.736-222.080 48.064-255.552 92.8-3.392 4.672-6.208 6.4-8.32 6.592v-140.928c27.2-70.912 182.912-125.056 358.848-125.696h6.336c0.704 0 1.344 0 2.048 0l3.904 0.064v0.064c10.688 0.128 21.248 0.512 31.744 0.96 9.984 64.96 39.936 123.456 83.712 169.536-8.384-1.216-16.96-2.304-25.664-3.264-15.296-1.664-30.976-2.944-47.104-3.904z" />
20
  <glyph unicode="&#xe90a;" glyph-name="donate-button" d="M0 256h320v-320h384v320h320v384h-320v320h-384v-320h-320v-384z" />
21
- <glyph unicode="&#xe90b;" glyph-name="email-queue" d="M964.288 37.312c0-20.572-17.049-37.248-38.080-37.248s-38.080 16.676-38.080 37.248c0 20.572 17.049 37.248 38.080 37.248s38.080-16.676 38.080-37.248zM708.288 37.312c0-20.572-17.049-37.248-38.080-37.248s-38.080 16.676-38.080 37.248c0 20.572 17.049 37.248 38.080 37.248s38.080-16.676 38.080-37.248zM836.288 37.312c0-20.572-17.049-37.248-38.080-37.248s-38.080 16.676-38.080 37.248c0 20.572 17.049 37.248 38.080 37.248s38.080-16.676 38.080-37.248zM903.68 849.024c-85.632 73.984-203.2 110.976-352.64 110.976-172.608 0-310.080-52.224-412.544-156.672-92.352-93.696-138.496-207.552-138.496-341.568 0-112.64 38.016-211.904 113.984-297.856 94.912-107.264 222.528-160.96 398.016-160.96 90.304 0 86.080 71.616 16.384 71.616-149.056 0-256.32 41.216-336.96 123.904-68.864 69.888-103.296 156.224-103.296 259.008 0 117.568 36.096 215.168 108.352 292.864 84.352 91.264 206.336 136.896 365.888 136.896 115.008 0 206.528-27.264 274.56-81.728 68.096-54.464 102.080-129.408 102.080-224.768 0-78.912-19.008-142.848-57.024-191.744-37.952-48.96-80.96-73.344-128.768-73.344-14.72 0-27.84 4.224-39.36 12.608-11.584 8.384-17.28 21.888-17.28 40.384 0 9.92 1.472 21.184 4.416 33.92 2.88 12.736 7.552 29.568 13.824 50.56l83.776 270.080h-92.608l-31.488-103.616c-1.728 34.112-16.512 63.296-44.48 87.552-27.84 24.256-63.232 36.416-106.048 36.416-62.976 0-121.92-31.232-176.64-93.696-54.784-62.528-82.176-134.656-82.176-216.512 0-57.536 16.064-104.576 48.192-141.184s73.984-54.912 125.632-54.912c36.096 0 71.168 9.856 105.152 29.312 33.984 19.584 62.144 52.928 84.416 100.288-1.28-5.376-2.368-10.496-3.2-15.488-0.832-4.928-1.28-9.6-1.28-14.144 0-27.52 9.856-51.072 29.632-70.656 19.712-19.456 50.368-29.312 91.968-29.312 70.976 0 135.104 33.216 192.384 99.584 57.28 66.432 85.952 146.496 85.952 240.192 0 111.424-40.128 202.112-120.32 272zM596.992 404.672c-31.616-64.768-75.776-97.088-132.352-97.088-27.328 0-49.984 10.56-67.904 31.744-18.048 21.12-27.072 51.904-27.072 92.16 0 54.656 17.536 109.632 52.48 164.992 35.072 55.296 76.544 82.88 124.288 82.88 30.656 0 54.592-10.176 72-30.464 17.408-20.416 26.176-43.328 26.176-68.8-0.064-52.096-15.872-110.656-47.616-175.424z" />
22
  <glyph unicode="&#xe90c;" glyph-name="error-log-viewer" d="M576 960v-320h320zM448 352v-128c0-17.664 14.336-32 32-32s32 14.336 32 32v128c0 17.664-14.336 32-32 32s-32-14.336-32-32zM512 960h-384v-1024h768v640h-384v384zM352 128h-160v320h64v-256h96v-64zM640 352c0 52.992 43.008 96 96 96s96-43.008 96-96h-64c0 17.664-14.336 32-32 32s-32-14.336-32-32v-128c0-17.664 14.336-32 32-32s32 14.336 32 32v32h-32v64h96v-96c0-52.992-43.008-96-96-96s-96 43.008-96 96v128zM576 352v-128c0-52.992-43.008-96-96-96s-96 43.008-96 96v128c0 52.992 43.008 96 96 96s96-43.008 96-96z" />
23
  <glyph unicode="&#xe90d;" glyph-name="facebook-button" d="M748.864 771.584l-23.552 1.472-23.552 3.008-55.936 7.296h-3.008c-5.824 0-11.776-1.472-14.656-2.944l-11.84-5.824c-5.824-3.008-10.304-8.896-14.656-13.312-7.36-11.776-10.24-25.024-10.24-41.28 0-72.064 1.536-104.704 1.536-106.176l150.016-1.536-22.144-159.808-129.408-4.48v-512h-201.408v514.88h-120.832v162.112h116.352c1.472 0 4.48 45.312 4.48 143.872 0 7.36 0 11.84 0 19.2s0 14.72 0 22.016c1.472 7.36 1.472 13.248 2.944 20.672 1.472 7.296 4.48 14.656 7.36 20.544 8.832 27.968 21.76 50.048 42.304 69.184h-1.472l35.328 27.968c16.192 8.832 36.864 16.192 58.88 19.136l19.136 4.416c11.84 0 20.672 0 26.496 0l187.008-14.784-19.136-173.632z" />
24
  <glyph unicode="&#xe90e;" glyph-name="featured-posts" d="M128 576h256v-64h-256v64zM128 448h128v-64h-128v64zM128 320h128v-64h-128v64zM128 704h512v-64h-512v64zM128 832h512v-64h-512v64zM768 626.432v234.496c0 54.592-43.136 99.072-96.128 99.072h-575.744c-52.992 0-96.128-44.48-96.128-99.072v-697.792c0-54.656 43.136-99.136 96.128-99.136h304.384c64.576-78.080 162.176-127.872 271.424-127.872 194.432 0 352 157.568 352 351.936 0.064 161.024-108.288 296.512-255.936 338.368zM320 288.064c0-57.728 14.144-112 38.784-160.064h-262.656c-16.96 0-32.128 15.104-32.128 33.728v699.2c0 18.624 15.168 35.072 32.128 35.072h575.68c17.024 0 32.192-16.448 32.192-35.072v-222.528c-10.56 0.96-21.184 1.6-32 1.6-194.432 0-352-157.568-352-351.936zM917.76 317.504l-109.376-97.408 36.48-148.224c8.128-25.408-20.288-50.752-44.544-33.856l-125.632 80.448-125.568-80.448c-20.224-16.96-52.672 4.224-44.544 33.856l32.448 148.224-109.44 97.408c-20.224 16.96-12.16 55.040 12.16 55.040l145.856 12.736 56.704 139.712c12.16 25.472 44.608 25.472 56.768 0l56.704-139.712 145.856-12.736c24.256 0 36.416-38.080 16.128-55.040z" />
25
- <glyph unicode="&#xe90f;" glyph-name="gallery-categories" d="M932.992 832h-351.936c-77.696-0.832-101.888-2.304-123.072 21.888l-7.552 12.928c-40.704 59.776-54.912 53.376-131.968 53.376h-227.52c-50.112 0-90.944-40.768-90.944-90.944v-802.304c0-50.176 40.832-90.944 90.944-90.944h842.048c50.24 0 91.008 40.832 91.008 90.944v707.712c0 50.112-40.768 97.344-91.008 97.344zM384 128h-128v128h128v-128zM384 320h-128v128h128v-128zM384 512h-128v128h128v-128zM448 640h128v-128h-128v128zM576 128h-128v128h128v-128zM576 320h-128v128h128v-128zM768 128h-128v128h128v-128zM768 320h-128v128h128v-128zM768 512h-128v128h128v-128z" />
26
  <glyph unicode="&#xe910;" glyph-name="gallery" d="M256-64h-256v256h256v-256zM256 320h-256v256h256v-256zM256 704h-256v256h256v-256zM640-64h-256v256h256v-256zM640 320h-256v256h256v-256zM640 704h-256v256h256v-256zM1024-64h-256v256h256v-256zM1024 320h-256v256h256v-256zM1024 704h-256v256h256v-256z" />
27
  <glyph unicode="&#xe911;" glyph-name="google-analytics" d="M1024 489.728l-180.224 110.4c4.608 12.48 7.488 25.792 7.488 39.936 0 64-51.84 115.84-115.84 115.84s-115.84-51.904-115.84-115.84c0-30.4 11.968-57.792 31.040-78.464l-138.24-209.024c-11.904 4.16-24.512 6.848-37.824 6.848-32.192 0-61.248-13.12-82.24-34.304l-65.28 37.44c2.496 9.472 4.288 19.264 4.288 29.504 0 64-51.84 115.84-115.84 115.84s-115.84-51.904-115.84-115.84c0-22.016 6.464-42.368 17.088-59.84l-112.128-112.064c-0.32-0.448 39.616-39.616 40-40.064l112.448 112.448c17.216-10.112 36.992-16.32 58.432-16.32 33.344 0 63.168 14.272 84.288 36.8l64.192-36.8c-3.072-10.432-5.248-21.184-5.248-32.64 0-64 51.84-115.84 115.84-115.84s115.84 51.904 115.84 115.84c0 30.144-11.776 57.408-30.72 78.016l138.432 209.28c11.776-4.032 24.128-6.656 37.248-6.656 29.376 0 55.872 11.264 76.288 29.312l183.616-112.448 28.736 48.64z" />
28
  <glyph unicode="&#xe912;" glyph-name="google-captcha" d="M960 640v255.232l-82.56-82.88c-93.056 91.264-220.864 147.648-361.984 147.648-284.672 0-515.456-229.184-515.456-512 0-282.752 230.784-512 515.456-512 141.44 0 269.504 56.576 362.624 148.224l-89.984 89.408c-70.080-68.736-166.4-111.168-272.64-111.168-214.336 0-388.16 172.608-388.16 385.6 0 212.928 173.76 385.536 388.16 385.536 106.176 0 202.432-42.368 272.512-111.040l-83.008-82.56h255.040zM512 480c0 52.992-43.008 96-96 96h-96v-320h64v128h21.248l42.752-128h64l-47.296 141.696c28.16 16.704 47.296 47.168 47.296 82.304zM384 511.232h32c17.664 0 32-14.336 32-32s-14.336-32-32-32h-32v64zM768 512v64h-192v-320h192v64h-128v64h64v64h-64v64z" />
@@ -46,7 +43,6 @@
46
  <glyph unicode="&#xe924;" glyph-name="promobar" d="M972.8 832h-921.6c-20.288 0-51.2-30.72-51.2-51.2v-665.6c0-20.416 30.912-51.2 51.2-51.2h921.6c20.416 0 51.2 30.784 51.2 51.2v665.6c0 20.224-30.784 51.2-51.2 51.2zM320 768h64v-64h-64v64zM192 768h64v-64h-64v64zM64 768h64v-64h-64v64zM960 128h-896v512h896v-512zM128 576h768v-128h-768v128z" />
47
  <glyph unicode="&#xe925;" glyph-name="quotes-and-tips" d="M448 64h-448v319.168l192 448.832h192l-127.936-384h191.936v-384zM1024 64h-448v319.168l192 448.832h192l-128-384h192v-384z" />
48
  <glyph unicode="&#xe926;" glyph-name="rating" d="M1003.072 507.008l-218.752-194.752 72.96-296.512c16.192-50.752-40.512-101.568-89.152-67.648l-251.264 160.896-251.2-160.896c-40.512-33.92-105.344 8.384-89.152 67.648l64.832 296.512-218.88 194.752c-40.512 33.92-24.32 110.080 24.32 110.080l291.776 25.408 113.408 279.36c24.384 50.88 89.152 50.88 113.472 0l113.408-279.36 291.776-25.408c48.704-0.064 73.024-76.16 32.448-110.080z" />
49
- <glyph unicode="&#xe927;" glyph-name="re-attacher" d="M700.8 495.936v-0.064c26.24-0.064 47.424-25.472 47.424-52.224 0-26.688-21.184-43.456-47.424-43.52h-377.856c-26.24 0-47.488 16.832-47.488 43.52 0 26.752 21.248 52.224 47.488 52.224h0.064v0.064h377.792zM300.032 256h-131.008c-93.312 0-169.024 91.136-169.024 196.416 0 105.152 75.712 187.584 169.024 187.584h131.008c64.768 0 121.024-35.584 149.376-95.936l-260.096-0.064c-49.92 0.064-90.368-42.048-90.432-90.752 0-48.64 40.448-101.248 90.432-101.248h260.992c-28.032-61.376-84.8-96-150.272-96zM852.096 256h-125.824c-65.472 0-122.24 34.624-150.272 96h260.48c49.92 0 90.432 52.608 90.368 101.248 0 48.704-40.448 90.816-90.432 90.816h-259.584c28.352 60.352 84.608 95.936 149.44 95.936h125.888c93.312 0 168.96-82.432 169.024-187.648-0.064-105.216-75.712-196.352-169.088-196.352z" />
50
  <glyph unicode="&#xe928;" glyph-name="realty" d="M512 896l-256-256v192h-128v-320l-128-128h64v-384h512v320h192v-320h192v384h64z" />
51
  <glyph unicode="&#xe929;" glyph-name="related-posts" d="M128 576h256v-64h-256v64zM128 448h128v-64h-128v64zM128 320h128v-64h-128v64zM128 704h512v-64h-512v64zM128 832h512v-64h-512v64zM768 626.432v234.496c0 54.592-43.136 99.072-96.128 99.072h-575.744c-52.992 0-96.128-44.48-96.128-99.072v-697.792c0-54.656 43.136-99.136 96.128-99.136h304.384c64.576-78.080 162.176-127.872 271.424-127.872 194.432 0 352 157.568 352 351.936 0.064 161.024-108.288 296.512-255.936 338.368zM358.784 128h-262.656c-16.96 0-32.128 15.104-32.128 33.728v699.2c0 18.624 15.168 35.072 32.128 35.072h575.68c17.024 0 32.192-16.448 32.192-35.072v-222.528c-10.56 0.96-21.184 1.6-32 1.6-194.432 0-352-157.568-352-351.936 0-57.728 14.144-112 38.784-160.064zM649.152 144.576c-3.52-0.384-7.040-0.576-10.624-0.576-0.064 0-0.128 0-0.256 0v0h-98.112c-68.544 0-124.16 58.368-124.16 132.928 0 2.304 0.256 4.544 0.384 6.784h-0.384c0.32 70.272 50.048 125.952 113.344 131.712 3.456 0.384 6.976 0.576 10.56 0.576 0.064 0 0.128 0 0.256 0v0h60.864c-20.736-18.048-36.928-41.536-47.040-68.48h-2.304c-2.816 0-5.632-0.256-8.384-0.576-32.704-5.056-58.048-38.848-58.048-70.656 0-34.496 29.696-63.808 66.432-63.808h75.136c2.816 0 5.632 0.256 8.32 0.576 32.704 5.056 58.048 38.912 58.048 70.656 0 3.328-0.384 6.592-0.896 9.792 4.352 8.64 14.080 14.912 24.832 14.912h43.008c1.472-8.192 2.24-16.64 2.24-25.344 0-2.304-0.256-4.544-0.384-6.784h0.384c-0.256-70.272-49.984-125.952-113.216-131.712zM814.656 144.96c-3.52-0.32-7.040-0.576-10.624-0.576-0.064 0-0.128 0-0.256 0v0h-60.864c20.736 18.048 36.928 41.536 47.040 68.48h2.368c2.816 0 5.632 0.256 8.384 0.576 32.704 5.056 58.048 38.848 58.048 70.656 0 34.496-29.696 63.808-66.432 63.808h-75.136c-2.816 0-5.632-0.256-8.384-0.576-32.704-5.056-58.048-38.912-58.048-70.656 0-3.328 0.384-6.592 0.896-9.792-4.352-8.64-14.080-14.912-24.832-14.912h-43.008c-1.408 8.192-2.24 16.64-2.24 25.344 0 2.304 0.256 4.544 0.384 6.784h-0.384c0.32 70.272 50.048 125.952 113.344 131.712 3.52 0.384 7.040 0.576 10.624 0.576 0.064 0 0.128 0 0.256 0v0h98.112c68.544 0 124.16-58.368 124.16-132.928 0-2.304-0.256-4.544-0.384-6.784h0.32c-0.32-70.272-50.048-125.952-113.344-131.712z" />
52
  <glyph unicode="&#xe92a;" glyph-name="sender" d="M704 320v-384h-384v384h-320l512 640 512-640h-320z" />
16
  <glyph unicode="&#xe906;" glyph-name="custom-admin-page" d="M1023.488 120.512c-0.128-6.592-2.56 14.080-8.768 22.656-13.632 18.752-35.2 32.448-68.608 45.12-57.408 21.696-71.040 29.312-71.040 29.312l-0.576 49.984c0 0 21.504 15.040 28.224 62.144 0 0 11.264 6.336 18.688 25.856 3.968 10.368 7.808 45.568-8.576 42.432 0 0 9.536 41.472-3.584 82.176-6.72 20.928-21.76 35.136-44.288 35.136-9.28 9.28-29.12 18.24-55.296 19.52h-0.192c-52.352-2.496-80-14.208-97.088-54.656-21.76-51.264-6.080-82.176-6.080-82.176-16.448 3.136-12.544-32.064-8.576-42.432 7.424-19.52 18.688-25.856 18.688-25.856 6.656-47.104 28.16-62.144 28.16-62.144l-0.576-49.984c0 0-13.632-7.552-71.040-29.312-33.344-12.672-54.912-26.304-68.608-45.12-6.208-8.64-8.896-16.128-8.768-22.656 1.216-3.264-3.84-54.656 18.176-55.616h398.912c14.848 0 10.816 19.712 10.816 55.616zM64 640h704v-64c37.632 14.656 37.568 11.52 64 0v194.624c0 32.32-28.992 61.376-61.376 61.376h-704.448c-32.384 0-66.176-31.68-66.176-64v-640c0-32.32 33.792-64 66.176-64h490.944c0 0-15.936 24.512 0 64h-493.12v512zM320 768h64v-64h-64v64zM192 768h64v-64h-64v64zM64 768h64v-64h-64v64zM552.32 156.928c0.256 0.576-0.32 0.832 0 0v0z" />
17
  <glyph unicode="&#xe907;" glyph-name="custom-fields-search" d="M1018.56 78.592l-242.24 242.112c39.424 63.872 62.208 139.264 62.208 220.16 0 231.296-187.776 419.136-419.2 419.136-231.872 0-419.328-187.84-419.328-419.136 0-231.808 187.456-419.648 419.328-419.648 84.992 0 163.776 25.28 229.696 68.416l240.512-240.448c12.416-12.416 43.52-1.664 69.312 24l36.032 36.16c25.728 25.664 36.544 56.768 23.68 69.248zM419.264 260.544c-154.688 0-280.32 125.632-280.32 280.256 0 154.688 125.632 279.872 280.32 279.872s279.936-125.248 279.936-279.872c0-154.624-125.248-280.256-279.936-280.256zM461.888 384h-155.776c-9.984 0-18.112 8.128-18.112 18.112v27.776c0 9.984 8.128 18.112 18.112 18.112h155.712c10.048 0 18.176-8.128 18.176-18.112v-27.712c0-10.048-8.128-18.176-18.112-18.176zM525.888 576h-219.776c-9.984 0-18.112-8.128-18.112-18.112v-27.712c0-10.048 8.128-18.176 18.112-18.176h219.712c10.048 0 18.176 8.128 18.176 18.112v27.776c0 9.984-8.128 18.112-18.112 18.112zM525.888 704h-219.776c-9.984 0-18.112-8.128-18.112-18.112v-27.712c0-10.048 8.128-18.176 18.112-18.176h219.712c10.048 0 18.176 8.128 18.176 18.112v27.776c0 9.984-8.128 18.112-18.112 18.112z" />
18
  <glyph unicode="&#xe908;" glyph-name="custom-search" d="M1018.56 65.728l-242.24 242.112c39.424 63.872 62.208 139.264 62.208 220.16 0 231.36-187.84 419.136-419.264 419.136-231.808 0-419.264-187.84-419.264-419.136 0-231.808 187.456-419.648 419.328-419.648 84.992 0 163.776 25.28 229.696 68.416l240.512-240.448c12.416-12.416 43.52-1.664 69.312 24l36.032 36.16c25.728 25.664 36.544 56.768 23.68 69.248zM419.264 247.744c-154.688 0-280.32 125.632-280.32 280.256 0 154.688 125.632 279.872 280.32 279.872s279.936-125.248 279.936-279.872c0-154.688-125.248-280.256-279.936-280.256z" />
 
19
  <glyph unicode="&#xe90a;" glyph-name="donate-button" d="M0 256h320v-320h384v320h320v384h-320v320h-384v-320h-320v-384z" />
 
20
  <glyph unicode="&#xe90c;" glyph-name="error-log-viewer" d="M576 960v-320h320zM448 352v-128c0-17.664 14.336-32 32-32s32 14.336 32 32v128c0 17.664-14.336 32-32 32s-32-14.336-32-32zM512 960h-384v-1024h768v640h-384v384zM352 128h-160v320h64v-256h96v-64zM640 352c0 52.992 43.008 96 96 96s96-43.008 96-96h-64c0 17.664-14.336 32-32 32s-32-14.336-32-32v-128c0-17.664 14.336-32 32-32s32 14.336 32 32v32h-32v64h96v-96c0-52.992-43.008-96-96-96s-96 43.008-96 96v128zM576 352v-128c0-52.992-43.008-96-96-96s-96 43.008-96 96v128c0 52.992 43.008 96 96 96s96-43.008 96-96z" />
21
  <glyph unicode="&#xe90d;" glyph-name="facebook-button" d="M748.864 771.584l-23.552 1.472-23.552 3.008-55.936 7.296h-3.008c-5.824 0-11.776-1.472-14.656-2.944l-11.84-5.824c-5.824-3.008-10.304-8.896-14.656-13.312-7.36-11.776-10.24-25.024-10.24-41.28 0-72.064 1.536-104.704 1.536-106.176l150.016-1.536-22.144-159.808-129.408-4.48v-512h-201.408v514.88h-120.832v162.112h116.352c1.472 0 4.48 45.312 4.48 143.872 0 7.36 0 11.84 0 19.2s0 14.72 0 22.016c1.472 7.36 1.472 13.248 2.944 20.672 1.472 7.296 4.48 14.656 7.36 20.544 8.832 27.968 21.76 50.048 42.304 69.184h-1.472l35.328 27.968c16.192 8.832 36.864 16.192 58.88 19.136l19.136 4.416c11.84 0 20.672 0 26.496 0l187.008-14.784-19.136-173.632z" />
22
  <glyph unicode="&#xe90e;" glyph-name="featured-posts" d="M128 576h256v-64h-256v64zM128 448h128v-64h-128v64zM128 320h128v-64h-128v64zM128 704h512v-64h-512v64zM128 832h512v-64h-512v64zM768 626.432v234.496c0 54.592-43.136 99.072-96.128 99.072h-575.744c-52.992 0-96.128-44.48-96.128-99.072v-697.792c0-54.656 43.136-99.136 96.128-99.136h304.384c64.576-78.080 162.176-127.872 271.424-127.872 194.432 0 352 157.568 352 351.936 0.064 161.024-108.288 296.512-255.936 338.368zM320 288.064c0-57.728 14.144-112 38.784-160.064h-262.656c-16.96 0-32.128 15.104-32.128 33.728v699.2c0 18.624 15.168 35.072 32.128 35.072h575.68c17.024 0 32.192-16.448 32.192-35.072v-222.528c-10.56 0.96-21.184 1.6-32 1.6-194.432 0-352-157.568-352-351.936zM917.76 317.504l-109.376-97.408 36.48-148.224c8.128-25.408-20.288-50.752-44.544-33.856l-125.632 80.448-125.568-80.448c-20.224-16.96-52.672 4.224-44.544 33.856l32.448 148.224-109.44 97.408c-20.224 16.96-12.16 55.040 12.16 55.040l145.856 12.736 56.704 139.712c12.16 25.472 44.608 25.472 56.768 0l56.704-139.712 145.856-12.736c24.256 0 36.416-38.080 16.128-55.040z" />
 
23
  <glyph unicode="&#xe910;" glyph-name="gallery" d="M256-64h-256v256h256v-256zM256 320h-256v256h256v-256zM256 704h-256v256h256v-256zM640-64h-256v256h256v-256zM640 320h-256v256h256v-256zM640 704h-256v256h256v-256zM1024-64h-256v256h256v-256zM1024 320h-256v256h256v-256zM1024 704h-256v256h256v-256z" />
24
  <glyph unicode="&#xe911;" glyph-name="google-analytics" d="M1024 489.728l-180.224 110.4c4.608 12.48 7.488 25.792 7.488 39.936 0 64-51.84 115.84-115.84 115.84s-115.84-51.904-115.84-115.84c0-30.4 11.968-57.792 31.040-78.464l-138.24-209.024c-11.904 4.16-24.512 6.848-37.824 6.848-32.192 0-61.248-13.12-82.24-34.304l-65.28 37.44c2.496 9.472 4.288 19.264 4.288 29.504 0 64-51.84 115.84-115.84 115.84s-115.84-51.904-115.84-115.84c0-22.016 6.464-42.368 17.088-59.84l-112.128-112.064c-0.32-0.448 39.616-39.616 40-40.064l112.448 112.448c17.216-10.112 36.992-16.32 58.432-16.32 33.344 0 63.168 14.272 84.288 36.8l64.192-36.8c-3.072-10.432-5.248-21.184-5.248-32.64 0-64 51.84-115.84 115.84-115.84s115.84 51.904 115.84 115.84c0 30.144-11.776 57.408-30.72 78.016l138.432 209.28c11.776-4.032 24.128-6.656 37.248-6.656 29.376 0 55.872 11.264 76.288 29.312l183.616-112.448 28.736 48.64z" />
25
  <glyph unicode="&#xe912;" glyph-name="google-captcha" d="M960 640v255.232l-82.56-82.88c-93.056 91.264-220.864 147.648-361.984 147.648-284.672 0-515.456-229.184-515.456-512 0-282.752 230.784-512 515.456-512 141.44 0 269.504 56.576 362.624 148.224l-89.984 89.408c-70.080-68.736-166.4-111.168-272.64-111.168-214.336 0-388.16 172.608-388.16 385.6 0 212.928 173.76 385.536 388.16 385.536 106.176 0 202.432-42.368 272.512-111.040l-83.008-82.56h255.040zM512 480c0 52.992-43.008 96-96 96h-96v-320h64v128h21.248l42.752-128h64l-47.296 141.696c28.16 16.704 47.296 47.168 47.296 82.304zM384 511.232h32c17.664 0 32-14.336 32-32s-14.336-32-32-32h-32v64zM768 512v64h-192v-320h192v64h-128v64h64v64h-64v64z" />
43
  <glyph unicode="&#xe924;" glyph-name="promobar" d="M972.8 832h-921.6c-20.288 0-51.2-30.72-51.2-51.2v-665.6c0-20.416 30.912-51.2 51.2-51.2h921.6c20.416 0 51.2 30.784 51.2 51.2v665.6c0 20.224-30.784 51.2-51.2 51.2zM320 768h64v-64h-64v64zM192 768h64v-64h-64v64zM64 768h64v-64h-64v64zM960 128h-896v512h896v-512zM128 576h768v-128h-768v128z" />
44
  <glyph unicode="&#xe925;" glyph-name="quotes-and-tips" d="M448 64h-448v319.168l192 448.832h192l-127.936-384h191.936v-384zM1024 64h-448v319.168l192 448.832h192l-128-384h192v-384z" />
45
  <glyph unicode="&#xe926;" glyph-name="rating" d="M1003.072 507.008l-218.752-194.752 72.96-296.512c16.192-50.752-40.512-101.568-89.152-67.648l-251.264 160.896-251.2-160.896c-40.512-33.92-105.344 8.384-89.152 67.648l64.832 296.512-218.88 194.752c-40.512 33.92-24.32 110.080 24.32 110.080l291.776 25.408 113.408 279.36c24.384 50.88 89.152 50.88 113.472 0l113.408-279.36 291.776-25.408c48.704-0.064 73.024-76.16 32.448-110.080z" />
 
46
  <glyph unicode="&#xe928;" glyph-name="realty" d="M512 896l-256-256v192h-128v-320l-128-128h64v-384h512v320h192v-320h192v384h64z" />
47
  <glyph unicode="&#xe929;" glyph-name="related-posts" d="M128 576h256v-64h-256v64zM128 448h128v-64h-128v64zM128 320h128v-64h-128v64zM128 704h512v-64h-512v64zM128 832h512v-64h-512v64zM768 626.432v234.496c0 54.592-43.136 99.072-96.128 99.072h-575.744c-52.992 0-96.128-44.48-96.128-99.072v-697.792c0-54.656 43.136-99.136 96.128-99.136h304.384c64.576-78.080 162.176-127.872 271.424-127.872 194.432 0 352 157.568 352 351.936 0.064 161.024-108.288 296.512-255.936 338.368zM358.784 128h-262.656c-16.96 0-32.128 15.104-32.128 33.728v699.2c0 18.624 15.168 35.072 32.128 35.072h575.68c17.024 0 32.192-16.448 32.192-35.072v-222.528c-10.56 0.96-21.184 1.6-32 1.6-194.432 0-352-157.568-352-351.936 0-57.728 14.144-112 38.784-160.064zM649.152 144.576c-3.52-0.384-7.040-0.576-10.624-0.576-0.064 0-0.128 0-0.256 0v0h-98.112c-68.544 0-124.16 58.368-124.16 132.928 0 2.304 0.256 4.544 0.384 6.784h-0.384c0.32 70.272 50.048 125.952 113.344 131.712 3.456 0.384 6.976 0.576 10.56 0.576 0.064 0 0.128 0 0.256 0v0h60.864c-20.736-18.048-36.928-41.536-47.040-68.48h-2.304c-2.816 0-5.632-0.256-8.384-0.576-32.704-5.056-58.048-38.848-58.048-70.656 0-34.496 29.696-63.808 66.432-63.808h75.136c2.816 0 5.632 0.256 8.32 0.576 32.704 5.056 58.048 38.912 58.048 70.656 0 3.328-0.384 6.592-0.896 9.792 4.352 8.64 14.080 14.912 24.832 14.912h43.008c1.472-8.192 2.24-16.64 2.24-25.344 0-2.304-0.256-4.544-0.384-6.784h0.384c-0.256-70.272-49.984-125.952-113.216-131.712zM814.656 144.96c-3.52-0.32-7.040-0.576-10.624-0.576-0.064 0-0.128 0-0.256 0v0h-60.864c20.736 18.048 36.928 41.536 47.040 68.48h2.368c2.816 0 5.632 0.256 8.384 0.576 32.704 5.056 58.048 38.848 58.048 70.656 0 34.496-29.696 63.808-66.432 63.808h-75.136c-2.816 0-5.632-0.256-8.384-0.576-32.704-5.056-58.048-38.912-58.048-70.656 0-3.328 0.384-6.592 0.896-9.792-4.352-8.64-14.080-14.912-24.832-14.912h-43.008c-1.408 8.192-2.24 16.64-2.24 25.344 0 2.304 0.256 4.544 0.384 6.784h-0.384c0.32 70.272 50.048 125.952 113.344 131.712 3.52 0.384 7.040 0.576 10.624 0.576 0.064 0 0.128 0 0.256 0v0h98.112c68.544 0 124.16-58.368 124.16-132.928 0-2.304-0.256-4.544-0.384-6.784h0.32c-0.32-70.272-50.048-125.952-113.344-131.712z" />
48
  <glyph unicode="&#xe92a;" glyph-name="sender" d="M704 320v-384h-384v384h-320l512 640 512-640h-320z" />
bws_menu/fonts/bwsicons.ttf CHANGED
Binary file
bws_menu/fonts/bwsicons.woff CHANGED
Binary file
bws_menu/languages/bestwebsoft-cs_CZ.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-cs_CZ.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-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,10 +16,10 @@ $bws_plugins_category = array(
16
  );
17
 
18
  $bws_plugins = array(
19
- 'captcha/captcha.php' => array(
20
  'category' => array( 'security', 'recommended' ),
21
  'name' => 'Captcha',
22
- 'description' => __( 'Protect WordPress website forms from spam entries by means of math logic.', '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',
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',
css/style.css CHANGED
@@ -1,43 +1,53 @@
1
  /*
2
  * Plugin styles
3
  */
4
- .fcbk_share {
5
  clear: both;
6
  line-height: 1;
7
  }
8
- .fcbk_share * {
9
- vertical-align: top;
10
  }
11
- .fcbk_button {
12
  display: inline-block;
13
  margin-right: 10px;
14
  margin-bottom: 5px;
15
  }
16
- .fcbk_button a {
17
  display: block;
18
  border-bottom: 0px !important;
19
  box-shadow: none !important;
20
  }
21
- .fcbk_button a:hover {
22
  opacity: 0.9;
23
  }
24
- .fcbk_like {
25
  display: inline-block;
26
  position: relative;
 
 
27
  }
28
  .fb_edge_widget_with_comment span {
29
  width: 450px !important;
30
  }
31
- .fcbk_like iframe {
32
- max-width: 450px;
33
  }
34
- .fcbk_button a img {
35
  display: inline-block !important;
36
  }
37
- .fcbk_share img,
38
- .fcbk_like .fb_iframe_widget span {
39
- vertical-align: top !important;
40
  }
41
  .form-table td fieldset.fcbkbttn_layout_option label {
42
  display: block;
43
- }
 
 
 
 
 
 
 
 
1
  /*
2
  * Plugin styles
3
  */
4
+ .fcbkbttn_share {
5
  clear: both;
6
  line-height: 1;
7
  }
8
+ .fcbkbttn_share * {
9
+ vertical-align: top;
10
  }
11
+ .fcbkbttn_button {
12
  display: inline-block;
13
  margin-right: 10px;
14
  margin-bottom: 5px;
15
  }
16
+ .fcbkbttn_button a {
17
  display: block;
18
  border-bottom: 0px !important;
19
  box-shadow: none !important;
20
  }
21
+ .fcbkbttn_button a:hover {
22
  opacity: 0.9;
23
  }
24
+ .fcbkbttn_like {
25
  display: inline-block;
26
  position: relative;
27
+ margin-right: 10px;
28
+ margin-bottom: 5px;
29
  }
30
  .fb_edge_widget_with_comment span {
31
  width: 450px !important;
32
  }
33
+ .fb_iframe_widget_fluid {
34
+ max-width: 100% !important;
35
  }
36
+ .fcbkbttn_button a img {
37
  display: inline-block !important;
38
  }
39
+ .fcbkbttn_share img,
40
+ .fcbkbttn_like .fb_iframe_widget span {
41
+ vertical-align: top !important;
42
  }
43
  .form-table td fieldset.fcbkbttn_layout_option label {
44
  display: block;
45
+ }
46
+ .fcbkbttn_pro_block {
47
+ max-width: 100%;
48
+ }
49
+ @media screen and ( max-width: 380px ) {
50
+ .fcbkbttn_share {
51
+ margin-top: 20px;
52
+ }
53
+ }
facebook-button-plugin.php CHANGED
@@ -1,20 +1,21 @@
1
  <?php
2
- /*##
3
  Plugin Name: Facebook Button by BestWebSoft
4
  Plugin URI: https://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/
5
  Description: Add Facebook Like, Share and Profile buttons to WordPress posts, pages and widgets.
6
  Author: BestWebSoft
7
  Text Domain: facebook-button-plugin
8
  Domain Path: /languages
9
- Version: 2.55
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
 
13
 
14
  /* Copyright 2017 BestWebSoft ( https://support.bestwebsoft.com )
15
 
16
  This program is free software; you can redistribute it and/or modify
17
- it under the terms of the GNU General Public License, version 2, as
18
  published by the Free Software Foundation.
19
 
20
  This program is distributed in the hope that it will be useful,
@@ -28,25 +29,24 @@ License: GPLv2 or later
28
  */
29
 
30
  /* Add menu pages */
31
- if ( ! function_exists( 'fcbkbttn_add_pages' ) ) {
32
- function fcbkbttn_add_pages() {
33
  global $submenu, $fcbkbttn_plugin_info, $wp_version;
34
 
35
  $settings = add_menu_page( __( 'Facebook Button Settings', 'facebook-button-plugin' ), 'Facebook Button', 'manage_options', 'facebook-button-plugin.php', 'fcbkbttn_settings_page', 'dashicons-facebook-alt' );
36
  add_submenu_page( 'facebook-button-plugin.php', __( 'Facebook Button Settings', 'facebook-button-plugin' ), __( 'Settings', 'facebook-button-plugin' ), 'manage_options', 'facebook-button-plugin.php', 'fcbkbttn_settings_page' );
37
 
38
  add_submenu_page( 'facebook-button-plugin.php', 'BWS Panel', 'BWS Panel', 'manage_options', 'fcbkbttn-bws-panel', 'bws_add_menu_render' );
39
- /*pls */
40
  if ( isset( $submenu['facebook-button-plugin.php'] ) )
41
- $submenu['facebook-button-plugin.php'][] = array(
42
  '<span style="color:#d86463"> ' . __( 'Upgrade to Pro', 'facebook-button-plugin' ) . '</span>',
43
  'manage_options',
44
  'https://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/?k=427287ceae749cbd015b4bba6041c4b8&pn=78&v=' . $fcbkbttn_plugin_info["Version"] . '&wp_v=' . $wp_version );
45
- /* pls*/
46
  add_action( 'load-' . $settings, 'fcbkbttn_add_tabs' );
47
  }
48
  }
49
- /* end fcbkbttn_add_pages ##*/
50
 
51
  if ( ! function_exists( 'fcbkbttn_plugins_loaded' ) ) {
52
  function fcbkbttn_plugins_loaded() {
@@ -66,26 +66,27 @@ if ( ! function_exists( 'fcbkbttn_init' ) ) {
66
  $fcbkbttn_plugin_info = get_plugin_data( __FILE__ );
67
  }
68
 
69
- /*## add general functions */
70
  require_once( dirname( __FILE__ ) . '/bws_menu/bws_include.php' );
71
  bws_include_init( plugin_basename( __FILE__ ) );
72
-
73
  bws_wp_min_version_check( plugin_basename( __FILE__ ), $fcbkbttn_plugin_info, '3.9' );/* check compatible with current WP version ##*/
74
 
75
  /* Get options from the database */
76
  if ( ! is_admin() || ( isset( $_GET['page'] ) && ( "facebook-button-plugin.php" == $_GET['page'] || "social-buttons.php" == $_GET['page'] ) ) ) {
77
  /* Get/Register and check settings for plugin */
78
  fcbkbttn_settings();
79
-
80
  $fcbkbttn_lang_codes = array(
81
- "af_ZA" => 'Afrikaans', "ar_AR" => 'العربية', "az_AZ" => 'Azərbaycan dili', "be_BY" => 'Беларуская', "bg_BG" => 'Български', "bn_IN" => 'বাংলা', "bs_BA" => 'Bosanski', "ca_ES" => 'Català', "cs_CZ" => 'Čeština', "cy_GB" => 'Cymraeg', "da_DK" => 'Dansk', "de_DE" => 'Deutsch', "el_GR" => 'Ελληνικά', "en_US" => 'English', "en_PI" => 'English (Pirate)', "eo_EO" => 'Esperanto', "es_CO" => 'Español (Colombia)', "es_ES" => 'Español (España)', "es_LA" => 'Español', "et_EE" => 'Eesti', "eu_ES" => 'Euskara', "fa_IR" => 'فارسی', "fb_LT" => 'Leet Speak', "fi_FI" => 'Suomi', "fo_FO" => 'Føroyskt', "fr_CA" => 'Français (Canada)', "fr_FR" => 'Français (France)', "fy_NL" => 'Frysk', "ga_IE" => 'Gaeilge', "gl_ES" => 'Galego', "gn_PY" => "Avañe'ẽ", "gu_IN" => 'ગુજરાતી', "he_IL" => 'עברית', "hi_IN" => 'हिन्दी', "hr_HR" => 'Hrvatski', "hu_HU" => 'Magyar', "hy_AM" => 'Հայերեն', "id_ID" => 'Bahasa Indonesia', "is_IS" => 'Íslenska', "it_IT" => 'Italiano', "ja_JP" => '日本語', "jv_ID" => 'Basa Jawa', "ka_GE" => 'ქართული', "kk_KZ" => 'Қазақша', "km_KH" => 'ភាសាខ្មែរ', "kn_IN" => 'ಕನ್ನಡ', "ko_KR" => '한국어', "ku_TR" => 'Kurdî', "la_VA" => 'lingua latina', "lt_LT" => 'Lietuvių', "lv_LV" => 'Latviešu', "mk_MK" => 'Македонски', "ml_IN" => 'മലയാളം', "mn_MN" => 'Монгол', "mr_IN" => 'मराठी', "ms_MY" => 'Bahasa Melayu', "nb_NO" => 'Norsk (bokmål)', "ne_NP" => 'नेपाली', "nl_BE" => 'Nederlands (België)', "nl_NL" => 'Nederlands', "nn_NO" => 'Norsk (nynorsk)', "pa_IN" => 'ਪੰਜਾਬੀ', "pl_PL" => 'Polski', "ps_AF" => 'پښتو', "pt_BR" => 'Português (Brasil)', "pt_PT" => 'Português (Portugal)', "ro_RO" => 'Română', "ru_RU" => 'Русский', "sk_SK" => 'Slovenčina', "sl_SI" => 'Slovenščina', "sq_AL" => 'Shqip', "sr_RS" => 'Српски', "sv_SE" => 'Svenska', "sw_KE" => 'Kiswahili', "ta_IN" => 'தமிழ்', "te_IN" => 'తెలుగు', "tg_TJ" => 'тоҷикӣ', "th_TH" => 'ภาษาไทย', "tl_PH" => 'Filipino', "tr_TR" => 'Türkçe', "uk_UA" => 'Українська', "ur_PK" => 'اردو', "uz_UZ" => "O'zbek", "vi_VN" => 'Tiếng Việt', "zh_CN" => '中文(简体)', "zh_HK" => '中文(香港)', "zh_TW" => '中文(台灣)'
82
  );
83
-
84
  if ( ! is_admin() ) {
85
  add_filter( 'the_content', 'fcbkbttn_display_button' );
86
 
87
- if ( isset( $fcbkbttn_options['display_for_excerpt'] ) && 1 == $fcbkbttn_options['display_for_excerpt'] )
88
  add_filter( 'the_excerpt', 'fcbkbttn_display_button' );
 
89
  }
90
  }
91
  }
@@ -97,13 +98,13 @@ if ( ! function_exists( 'fcbkbttn_admin_init' ) ) {
97
  function fcbkbttn_admin_init() {
98
  /* Add variable for bws_menu */
99
  global $bws_plugin_info, $fcbkbttn_plugin_info, $bws_shortcode_list;
100
-
101
- /*## Function for bws menu */
102
- if ( empty( $bws_plugin_info ) ) {
103
  $bws_plugin_info = array( 'id' => '78', 'version' => $fcbkbttn_plugin_info["Version"] );
104
  }
105
 
106
- /* add Facebook to global $bws_shortcode_list ##*/
107
  $bws_shortcode_list['fcbkbttn'] = array( 'name' => 'Facebook Button' );
108
  }
109
  }
@@ -123,9 +124,22 @@ if ( ! function_exists( 'fcbkbttn_settings' ) ) {
123
  $fcbkbttn_options = get_option( 'fcbkbttn_options' );
124
 
125
  if ( ! isset( $fcbkbttn_options['plugin_option_version'] ) || $fcbkbttn_options['plugin_option_version'] != $fcbkbttn_plugin_info["Version"] ) {
126
- /* show pro features */
 
 
 
 
 
 
 
 
 
 
 
127
  $fcbkbttn_options['hide_premium_options'] = array();
128
 
 
 
129
  $options_default = fcbkbttn_get_options_default();
130
  $fcbkbttn_options = array_merge( $options_default, $fcbkbttn_options );
131
  $fcbkbttn_options['plugin_option_version'] = $fcbkbttn_plugin_info["Version"];
@@ -139,16 +153,17 @@ if ( ! function_exists( 'fcbkbttn_get_options_default' ) ) {
139
  global $fcbkbttn_plugin_info;
140
 
141
  $options_default = array(
142
- 'plugin_option_version' => $fcbkbttn_plugin_info["Version"],
143
  'display_settings_notice' => 1,
144
  'first_install' => strtotime( "now" ),
145
- 'suggest_feature_banner' => 1,
146
  'link' => '',
147
  'my_page' => 1,
148
  'like' => 1,
149
- 'layout_option' => 'button_count',
150
- 'like_action' => 'like',
151
- 'color_scheme' => 'light',
 
152
  'share' => 0,
153
  'faces' => 0,
154
  'width' => 450,
@@ -158,15 +173,31 @@ if ( ! function_exists( 'fcbkbttn_get_options_default' ) ) {
158
  'count_icon' => 1,
159
  'extention' => 'png',
160
  'fb_img_link' => plugins_url( "images/standard-facebook-ico.png", __FILE__ ),
161
- 'locale' => 'en_US',
162
  'html5' => 0,
163
- 'use_multilanguage_locale' => 0,
164
- 'display_for_excerpt' => 0
165
  );
166
  return $options_default;
167
  }
168
  }
169
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
170
  /* Function formed content of the plugin's admin page. */
171
  if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
172
  function fcbkbttn_settings_page() {
@@ -174,54 +205,55 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
174
  $page = new Fcbkbttn_Settings_Tabs( plugin_basename( __FILE__ ) ); ?>
175
  <div class="wrap">
176
  <h1><?php _e( 'Facebook Button Settings', 'facebook-button-plugin' ); ?></h1>
177
- <noscript><div class="error below-h2"><p><strong><?php _e( "Please, enable JavaScript in Your browser.", 'facebook-button-plugin' ); ?></strong></p></div></noscript>
178
  <?php $page->display_content(); ?>
179
  </div>
180
  <?php }
181
  }
182
 
 
183
  if ( ! function_exists( 'fcbkbttn_button' ) ) {
184
  function fcbkbttn_button() {
185
  global $post, $fcbkbttn_options;
186
 
187
- if ( isset( $post->ID ) )
188
- $permalink_post = get_permalink( $post->ID );
 
189
 
190
- $button = '<div class="fcbk_share">';
191
-
192
- if ( 1 == $fcbkbttn_options['my_page'] ) {
193
- $button .= '<div class="fcbk_button">
194
- <a href="https://www.facebook.com/' . $fcbkbttn_options['link'] . '" target="_blank">
195
  <img src="' . $fcbkbttn_options['fb_img_link'] . '" alt="Fb-Button" />
196
  </a>
197
  </div>';
198
  }
199
 
200
- if ( 1 == $fcbkbttn_options['like'] ) {
201
- $button .= '<div class="fcbk_like">';
202
 
203
- if ( 1 == $fcbkbttn_options['html5'] ) {
204
- $button .= '<div class="fb-like" data-href="' . $permalink_post . '" data-colorscheme="' . $fcbkbttn_options['color_scheme'] . '" data-layout="' . $fcbkbttn_options['layout_option'] . '" data-action="' . $fcbkbttn_options['like_action'] . '" ';
205
- if ( 'standard' == $fcbkbttn_options['layout_option'] ) {
206
  $button .= ' data-width="' . $fcbkbttn_options['width'] . 'px"';
207
- $button .= ( 1 == $fcbkbttn_options['faces'] ) ? " data-show-faces='true'" : " data-show-faces='false'";
208
  }
209
  $button .= ' data-size="' . $fcbkbttn_options['size'] . '"';
210
- $button .= ( 1 == $fcbkbttn_options['share'] ) ? ' data-share="true"' : ' data-share="false"';
211
  $button .= '></div></div>';
212
  } else {
213
- $button .= '<fb:like href="' . $permalink_post . '" action="' . $fcbkbttn_options['like_action'] . '" colorscheme="' . $fcbkbttn_options['color_scheme'] . '" layout="' . $fcbkbttn_options['layout_option'] . '" ';
214
- if ( 'standard' == $fcbkbttn_options['layout_option'] ) {
215
- $button .= ( 1 == $fcbkbttn_options['faces'] ) ? "show-faces='true'" : "show-faces='false'";
216
  $button .= ' width="' . $fcbkbttn_options['width'] . 'px"';
217
  }
218
 
219
  $button .= ' size="' . $fcbkbttn_options['size'] . '"';
220
- $button .= ( 1 == $fcbkbttn_options['share'] ) ? ' share="true"' : ' share="false"';
221
  $button .= '></fb:like></div>';
222
  }
223
- } else if ( 1 != $fcbkbttn_options['like'] && 1 == $fcbkbttn_options['share'] ) {
224
- $button .= '<div class="fb-share-button" data-href="' . $permalink_post . '" data-type="' . $fcbkbttn_options['layout_option'] . '" data-size="' . $fcbkbttn_options['size'] . '"></div>';
 
225
  }
226
 
227
  $button .= '</div>';
@@ -234,34 +266,37 @@ if ( ! function_exists( 'fcbkbttn_button' ) ) {
234
  if ( ! function_exists( 'fcbkbttn_display_button' ) ) {
235
  function fcbkbttn_display_button( $content ) {
236
 
237
- if ( is_feed() )
238
  return $content;
 
239
 
240
  global $fcbkbttn_options;
241
-
242
  $button = apply_filters( 'fcbkbttn_button_in_the_content', fcbkbttn_button() );
243
  /* Indication where show Facebook Button depending on selected item in admin page. */
244
- if ( in_array( 'before', $fcbkbttn_options['where'] ) )
245
  $content = $button . $content;
246
- if ( in_array( 'after', $fcbkbttn_options['where'] ) )
 
247
  $content .= $button;
248
-
 
249
  return $content;
250
  }
251
  }
252
 
253
- /* Function 'fcbk_bttn_plgn_shortcode' are using to create shortcode by Facebook Button. */
254
  if ( ! function_exists( 'fcbkbttn_shortcode' ) ) {
255
  function fcbkbttn_shortcode( $content ) {
256
  global $post, $fcbkbttn_options, $fcbkbttn_shortcode_add_script;
257
 
258
  if ( isset( $post->ID ) )
259
  $permalink_post = get_permalink( $post->ID );
260
-
261
  $button = fcbkbttn_button();
262
 
263
- if ( ( 1 == $fcbkbttn_options['like'] || 1 == $fcbkbttn_options['share'] ) && isset( $permalink_post ) ) {
264
- $fcbkbttn_shortcode_add_script = true;
265
  }
266
  return $button;
267
  }
@@ -284,18 +319,23 @@ if ( ! function_exists( 'fcbkbttn_shortcode_button_content' ) ) {
284
  if ( ! function_exists( 'fcbkbttn_meta' ) ) {
285
  function fcbkbttn_meta() {
286
  global $fcbkbttn_options;
287
- if ( 1 == $fcbkbttn_options['like'] || 1 == $fcbkbttn_options['share'] ) {
288
  if ( is_singular() ) {
289
  $image = '';
290
  if ( has_post_thumbnail( get_the_ID() ) ) {
291
  $image = wp_get_attachment_image_src( get_post_thumbnail_id(), 'medium' );
292
  $image = $image[0];
293
  }
294
- print "\n" . '<meta property="og:title" content="' . esc_attr( get_the_title() ) . '"/>';
295
- print "\n" . '<meta property="og:site_name" content="' . esc_attr( get_bloginfo() ) . '"/>';
 
 
 
 
296
  if ( ! empty( $image ) ) {
297
- print "\n" . '<meta property="og:image" content="' . esc_url( $image ) . '"/>';
298
  }
 
299
  }
300
  }
301
  }
@@ -303,13 +343,13 @@ if ( ! function_exists( 'fcbkbttn_meta' ) ) {
303
 
304
  if ( ! function_exists( 'fcbkbttn_get_locale' ) ) {
305
  function fcbkbttn_get_locale() {
306
- global $fcbkbttn_options, $fcbkbttn_lang_codes;
307
 
308
- if ( 1 == $fcbkbttn_options['use_multilanguage_locale'] && isset( $_SESSION['language'] ) ) {
309
- if ( array_key_exists( $_SESSION['language'], $fcbkbttn_lang_codes ) ) {
310
- $fcbkbttn_locale = $_SESSION['language'];
311
  } else {
312
- $locale_from_multilanguage = explode( '_', $_SESSION['language'] );
313
  if ( is_array( $locale_from_multilanguage ) && array_key_exists( $locale_from_multilanguage[0], $fcbkbttn_lang_codes ) ) {
314
  $fcbkbttn_locale = $locale_from_multilanguage[0];
315
  } else {
@@ -323,9 +363,9 @@ if ( ! function_exists( 'fcbkbttn_get_locale' ) ) {
323
  }
324
  }
325
  }
326
-
327
- if ( empty( $fcbkbttn_locale ) )
328
  $fcbkbttn_locale = $fcbkbttn_options['locale'];
 
329
 
330
  return $fcbkbttn_locale;
331
  }
@@ -334,8 +374,8 @@ if ( ! function_exists( 'fcbkbttn_get_locale' ) ) {
334
  if ( ! function_exists( 'fcbkbttn_footer_script' ) ) {
335
  function fcbkbttn_footer_script() {
336
  global $fcbkbttn_options, $fcbkbttn_shortcode_add_script;
337
- if ( isset( $fcbkbttn_shortcode_add_script ) ||
338
- ( ( 1 == $fcbkbttn_options['like'] || 1 == $fcbkbttn_options['share'] ) && ! empty( $fcbkbttn_options['where'] ) )
339
  || defined( 'BWS_ENQUEUE_ALL_SCRIPTS' ) ) { ?>
340
  <div id="fb-root"></div>
341
  <script>(function(d, s, id) {
@@ -357,27 +397,28 @@ if ( ! function_exists( 'fcbkbttn_pagination_callback' ) ) {
357
  }
358
  }
359
 
360
- if ( ! function_exists( 'fcbkbttn_admin_head' ) ) {
361
- function fcbkbttn_admin_head() {
362
  if ( isset( $_GET['page'] ) && ( "facebook-button-plugin.php" == $_GET['page'] || "social-buttons.php" == $_GET['page'] ) ) {
363
  bws_enqueue_settings_scripts();
364
  bws_plugins_include_codemirror();
365
- wp_enqueue_script( 'fcbk_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery' ) );
366
- wp_enqueue_style( 'fcbk_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
367
  } elseif ( ! is_admin() ) {
368
- wp_enqueue_style( 'fcbk_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
369
  }
370
  }
371
  }
372
 
373
- /*## Functions creates other links on plugins page. */
374
  if ( ! function_exists( 'fcbkbttn_action_links' ) ) {
375
  function fcbkbttn_action_links( $links, $file ) {
376
  if ( ! is_network_admin() ) {
377
  /* Static so we don't call plugin_basename on every plugin row. */
378
  static $this_plugin;
379
- if ( ! $this_plugin )
380
  $this_plugin = plugin_basename( __FILE__ );
 
381
  if ( $file == $this_plugin ) {
382
  $settings_link = '<a href="admin.php?page=facebook-button-plugin.php">' . __( 'Settings', 'facebook-button-plugin' ) . '</a>';
383
  array_unshift( $links, $settings_link );
@@ -392,10 +433,11 @@ if ( ! function_exists ( 'fcbkbttn_links' ) ) {
392
  function fcbkbttn_links( $links, $file ) {
393
  $base = plugin_basename( __FILE__ );
394
  if ( $file == $base ) {
395
- if ( ! is_network_admin() )
396
- $links[] = '<a href="admin.php?page=facebook-button-plugin.php">' . __( 'Settings', 'facebook-button-plugin' ) . '</a>';
397
- $links[] = '<a href="https://support.bestwebsoft.com/hc/en-us/sections/200538939" target="_blank">' . __( 'FAQ', 'facebook-button-plugin' ) . '</a>';
398
- $links[] = '<a href="https://support.bestwebsoft.com">' . __( 'Support', 'facebook-button-plugin' ) . '</a>';
 
399
  }
400
  return $links;
401
  }
@@ -407,8 +449,8 @@ if ( ! function_exists( 'fcbkbttn_add_tabs' ) ) {
407
  function fcbkbttn_add_tabs() {
408
  $screen = get_current_screen();
409
  $args = array(
410
- 'id' => 'fcbkbttn',
411
- 'section' => '200538939'
412
  );
413
  bws_help_tab( $screen, $args );
414
  }
@@ -420,15 +462,18 @@ if ( ! function_exists ( 'fcbkbttn_plugin_banner' ) ) {
420
  if ( 'plugins.php' == $hook_suffix ) {
421
  /*pls show banner go pro */
422
  global $fcbkbttn_options;
423
- if ( empty( $fcbkbttn_options ) )
424
  $fcbkbttn_options = get_option( 'fcbkbttn_options' );
 
 
 
 
 
425
 
426
- if ( isset( $fcbkbttn_options['first_install'] ) && strtotime( '-1 week' ) > $fcbkbttn_options['first_install'] )
427
- bws_plugin_banner( $fcbkbttn_plugin_info, 'fcbkbttn', 'facebook-like-button', '45862a4b3cd7a03768666310fbdb19db', '78', 'facebook-button-plugin' );
428
-
429
  /* show banner go settings pls*/
430
- if ( ! is_network_admin() )
431
  bws_plugin_banner_to_settings( $fcbkbttn_plugin_info, 'fcbkbttn_options', 'facebook-button-plugin', 'admin.php?page=facebook-button-plugin.php' );
 
432
  }
433
  if ( isset( $_REQUEST['page'] ) && 'facebook-button-plugin.php' == $_REQUEST['page'] ) {
434
  bws_plugin_suggest_feature_banner( $fcbkbttn_plugin_info, 'fcbkbttn_options', 'facebook-button-plugin' );
@@ -457,7 +502,7 @@ if ( ! function_exists( 'fcbkbttn_delete_options' ) ) {
457
  }
458
  @rmdir( $fcbkbttn_cstm_mg_folder );
459
  }
460
-
461
 
462
  if ( function_exists( 'is_multisite' ) && is_multisite() ) {
463
  global $wpdb;
@@ -479,17 +524,18 @@ if ( ! function_exists( 'fcbkbttn_delete_options' ) ) {
479
  bws_delete_plugin( plugin_basename( __FILE__ ) );
480
  }
481
  }
482
-
 
483
  /* Calling a function add administrative menu. */
484
- add_action( 'admin_menu', 'fcbkbttn_add_pages' );
485
  /* Initialization ##*/
486
  add_action( 'plugins_loaded', 'fcbkbttn_plugins_loaded' );
487
  add_action( 'init', 'fcbkbttn_init' );
488
  add_action( 'admin_init', 'fcbkbttn_admin_init' );
489
 
490
  /* Adding stylesheets */
491
- add_action( 'wp_enqueue_scripts', 'fcbkbttn_admin_head' );
492
- add_action( 'admin_enqueue_scripts', 'fcbkbttn_admin_head' );
493
  /* Adding front-end stylesheets */
494
  add_action( 'wp_head', 'fcbkbttn_meta' );
495
  add_action( 'wp_footer', 'fcbkbttn_footer_script' );
@@ -503,6 +549,3 @@ add_filter( 'plugin_action_links', 'fcbkbttn_action_links', 10, 2 );
503
  add_filter( 'plugin_row_meta', 'fcbkbttn_links', 10, 2 );
504
  /* Adding banner */
505
  add_action( 'admin_notices', 'fcbkbttn_plugin_banner' );
506
- /* Plugin uninstall function */
507
- register_uninstall_hook( __FILE__, 'fcbkbttn_delete_options' );
508
- /* end ##*/
1
  <?php
2
+ /*
3
  Plugin Name: Facebook Button by BestWebSoft
4
  Plugin URI: https://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/
5
  Description: Add Facebook Like, Share and Profile buttons to WordPress posts, pages and widgets.
6
  Author: BestWebSoft
7
  Text Domain: facebook-button-plugin
8
  Domain Path: /languages
9
+ Version: 2.56
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
13
+ require_once( dirname( __FILE__ ) . '/includes/deprecated.php' );
14
 
15
  /* Copyright 2017 BestWebSoft ( https://support.bestwebsoft.com )
16
 
17
  This program is free software; you can redistribute it and/or modify
18
+ it under the terms of the GNU General Public License, version 2, as
19
  published by the Free Software Foundation.
20
 
21
  This program is distributed in the hope that it will be useful,
29
  */
30
 
31
  /* Add menu pages */
32
+ if ( ! function_exists( 'fcbkbttn_admin_menu' ) ) {
33
+ function fcbkbttn_admin_menu() {
34
  global $submenu, $fcbkbttn_plugin_info, $wp_version;
35
 
36
  $settings = add_menu_page( __( 'Facebook Button Settings', 'facebook-button-plugin' ), 'Facebook Button', 'manage_options', 'facebook-button-plugin.php', 'fcbkbttn_settings_page', 'dashicons-facebook-alt' );
37
  add_submenu_page( 'facebook-button-plugin.php', __( 'Facebook Button Settings', 'facebook-button-plugin' ), __( 'Settings', 'facebook-button-plugin' ), 'manage_options', 'facebook-button-plugin.php', 'fcbkbttn_settings_page' );
38
 
39
  add_submenu_page( 'facebook-button-plugin.php', 'BWS Panel', 'BWS Panel', 'manage_options', 'fcbkbttn-bws-panel', 'bws_add_menu_render' );
 
40
  if ( isset( $submenu['facebook-button-plugin.php'] ) )
41
+ $submenu['facebook-button-plugin.php'][] = array(
42
  '<span style="color:#d86463"> ' . __( 'Upgrade to Pro', 'facebook-button-plugin' ) . '</span>',
43
  'manage_options',
44
  'https://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/?k=427287ceae749cbd015b4bba6041c4b8&pn=78&v=' . $fcbkbttn_plugin_info["Version"] . '&wp_v=' . $wp_version );
45
+
46
  add_action( 'load-' . $settings, 'fcbkbttn_add_tabs' );
47
  }
48
  }
49
+ /* end fcbkbttn_admin_menu */
50
 
51
  if ( ! function_exists( 'fcbkbttn_plugins_loaded' ) ) {
52
  function fcbkbttn_plugins_loaded() {
66
  $fcbkbttn_plugin_info = get_plugin_data( __FILE__ );
67
  }
68
 
69
+ /* add general functions */
70
  require_once( dirname( __FILE__ ) . '/bws_menu/bws_include.php' );
71
  bws_include_init( plugin_basename( __FILE__ ) );
72
+
73
  bws_wp_min_version_check( plugin_basename( __FILE__ ), $fcbkbttn_plugin_info, '3.9' );/* check compatible with current WP version ##*/
74
 
75
  /* Get options from the database */
76
  if ( ! is_admin() || ( isset( $_GET['page'] ) && ( "facebook-button-plugin.php" == $_GET['page'] || "social-buttons.php" == $_GET['page'] ) ) ) {
77
  /* Get/Register and check settings for plugin */
78
  fcbkbttn_settings();
79
+
80
  $fcbkbttn_lang_codes = array(
81
+ "af_ZA" => 'Afrikaans', "ar_AR" => 'العربية', "az_AZ" => 'Azərbaycan dili', "be_BY" => 'Беларуская', "bg_BG" => 'Български', "bn_IN" => 'বাংলা', "bs_BA" => 'Bosanski', "ca_ES" => 'Català', "cs_CZ" => 'Čeština', "cy_GB" => 'Cymraeg', "da_DK" => 'Dansk', "de_DE" => 'Deutsch', "el_GR" => 'Ελληνικά', "en_US" => 'English', "en_PI" => 'English (Pirate)', "eo_EO" => 'Esperanto', "es_CO" => 'Español (Colombia)', "es_ES" => 'Español (España)', "es_LA" => 'Español', "et_EE" => 'Eesti', "eu_ES" => 'Euskara', "fa_IR" => 'فارسی', "fb_LT" => 'Leet Speak', "fi_FI" => 'Suomi', "fo_FO" => 'Føroyskt', "fr_CA" => 'Français (Canada)', "fr_FR" => 'Français (France)', "fy_NL" => 'Frysk', "ga_IE" => 'Gaeilge', "gl_ES" => 'Galego', "gn_PY" => "Avañe'ẽ", "gu_IN" => 'ગુજરાતી', "he_IL" => 'עברית', "hi_IN" => 'हिन्दी', "hr_HR" => 'Hrvatski', "hu_HU" => 'Magyar', "hy_AM" => 'Հայերեն', "id_ID" => 'Bahasa Indonesia', "is_IS" => 'Íslenska', "it_IT" => 'Italiano', "ja_JP" => '日本語', "jv_ID" => 'Basa Jawa', "ka_GE" => 'ქართული', "kk_KZ" => 'Қазақша', "km_KH" => 'ភាសាខ្មែរ', "kn_IN" => 'ಕನ್ನಡ', "ko_KR" => '한국어', "ku_TR" => 'Kurdî', "la_VA" => 'lingua latina', "lt_LT" => 'Lietuvių', "lv_LV" => 'Latviešu', "mk_MK" => 'Македонски', "ml_IN" => 'മലയാളം', "mn_MN" => 'Монгол', "mr_IN" => 'मराठी', "ms_MY" => 'Bahasa Melayu', "nb_NO" => 'Norsk (bokmål)', "ne_NP" => 'नेपाली', "nl_BE" => 'Nederlands (België)', "nl_NL" => 'Nederlands', "nn_NO" => 'Norsk (nynorsk)', "pa_IN" => 'ਪੰਜਾਬੀ', "pl_PL" => 'Polski', "ps_AF" => 'پښتو', "pt_BR" => 'Português (Brasil)', "pt_PT" => 'Português (Portugal)', "ro_RO" => 'Română', "ru_RU" => 'Русский', "sk_SK" => 'Slovenčina', "sl_SI" => 'Slovenščina', "sq_AL" => 'Shqip', "sr_RS" => 'Српски', "sv_SE" => 'Svenska', "sw_KE" => 'Kiswahili', "ta_IN" => 'தமிழ்', "te_IN" => 'తెలుగు', "tg_TJ" => 'тоҷикӣ', "th_TH" => 'ภาษาไทย', "tl_PH" => 'Filipino', "tr_TR" => 'Türkçe', "uk_UA" => 'Українська', "ur_PK" => 'اردو', "uz_UZ" => "O'zbek", "vi_VN" => 'Tiếng Việt', "zh_CN" => '中文(简体)', "zh_HK" => '中文(香港)', "zh_TW" => '中文(台灣)'
82
  );
83
+
84
  if ( ! is_admin() ) {
85
  add_filter( 'the_content', 'fcbkbttn_display_button' );
86
 
87
+ if ( isset( $fcbkbttn_options['display_for_excerpt'] ) && ! empty( $fcbkbttn_options['display_for_excerpt'] ) ) {
88
  add_filter( 'the_excerpt', 'fcbkbttn_display_button' );
89
+ }
90
  }
91
  }
92
  }
98
  function fcbkbttn_admin_init() {
99
  /* Add variable for bws_menu */
100
  global $bws_plugin_info, $fcbkbttn_plugin_info, $bws_shortcode_list;
101
+
102
+ /* Function for bws menu */
103
+ if ( empty( $bws_plugin_info ) ) {
104
  $bws_plugin_info = array( 'id' => '78', 'version' => $fcbkbttn_plugin_info["Version"] );
105
  }
106
 
107
+ /* add Facebook to global $bws_shortcode_list */
108
  $bws_shortcode_list['fcbkbttn'] = array( 'name' => 'Facebook Button' );
109
  }
110
  }
124
  $fcbkbttn_options = get_option( 'fcbkbttn_options' );
125
 
126
  if ( ! isset( $fcbkbttn_options['plugin_option_version'] ) || $fcbkbttn_options['plugin_option_version'] != $fcbkbttn_plugin_info["Version"] ) {
127
+ /**
128
+ * @deprecated since 2.56
129
+ * @todo remove after 20.04.2018
130
+ */
131
+ if (
132
+ isset( $fcbkbttn_options['plugin_option_version'] ) &&
133
+ version_compare( $fcbkbttn_options['plugin_option_version'] , '2.56', '<' ) &&
134
+ function_exists( 'fcbkbttn_update_options' )
135
+ ) {
136
+ fcbkbttn_update_options();
137
+ }
138
+ /* end deprecated */
139
  $fcbkbttn_options['hide_premium_options'] = array();
140
 
141
+ fcbkbttn_plugin_activate();
142
+
143
  $options_default = fcbkbttn_get_options_default();
144
  $fcbkbttn_options = array_merge( $options_default, $fcbkbttn_options );
145
  $fcbkbttn_options['plugin_option_version'] = $fcbkbttn_plugin_info["Version"];
153
  global $fcbkbttn_plugin_info;
154
 
155
  $options_default = array(
156
+ 'plugin_option_version' => $fcbkbttn_plugin_info["Version"],
157
  'display_settings_notice' => 1,
158
  'first_install' => strtotime( "now" ),
159
+ 'suggest_feature_banner' => 1,
160
  'link' => '',
161
  'my_page' => 1,
162
  'like' => 1,
163
+ 'layout_like_option' => 'standard',
164
+ 'layout_share_option' => 'button_count',
165
+ 'like_action' => 'like',
166
+ 'color_scheme' => 'light',
167
  'share' => 0,
168
  'faces' => 0,
169
  'width' => 450,
173
  'count_icon' => 1,
174
  'extention' => 'png',
175
  'fb_img_link' => plugins_url( "images/standard-facebook-ico.png", __FILE__ ),
176
+ 'locale' => 'en_US',
177
  'html5' => 0,
178
+ 'use_multilanguage_locale' => 0,
179
+ 'display_for_excerpt' => 0
180
  );
181
  return $options_default;
182
  }
183
  }
184
 
185
+ /**
186
+ * Function for activation
187
+ */
188
+ if ( ! function_exists( 'fcbkbttn_plugin_activate' ) ) {
189
+ function fcbkbttn_plugin_activate() {
190
+ /* registering uninstall hook */
191
+ if ( is_multisite() ) {
192
+ switch_to_blog( 1 );
193
+ register_uninstall_hook( __FILE__, 'fcbkbttn_delete_options' );
194
+ restore_current_blog();
195
+ } else {
196
+ register_uninstall_hook( __FILE__, 'fcbkbttn_delete_options' );
197
+ }
198
+ }
199
+ }
200
+
201
  /* Function formed content of the plugin's admin page. */
202
  if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
203
  function fcbkbttn_settings_page() {
205
  $page = new Fcbkbttn_Settings_Tabs( plugin_basename( __FILE__ ) ); ?>
206
  <div class="wrap">
207
  <h1><?php _e( 'Facebook Button Settings', 'facebook-button-plugin' ); ?></h1>
208
+ <noscript><div class="error below-h2"><p><strong><?php _e( "Please, enable JavaScript in your browser.", 'facebook-button-plugin' ); ?></strong></p></div></noscript>
209
  <?php $page->display_content(); ?>
210
  </div>
211
  <?php }
212
  }
213
 
214
+ /* Generate content for the buttons. */
215
  if ( ! function_exists( 'fcbkbttn_button' ) ) {
216
  function fcbkbttn_button() {
217
  global $post, $fcbkbttn_options;
218
 
219
+ if ( isset( $post->ID ) ) {
220
+ $permalink_post = get_permalink( $post->ID );
221
+ }
222
 
223
+ $button = '<div class="fcbkbttn_share">';
224
+
225
+ if ( ! empty( $fcbkbttn_options['my_page'] ) ) {
226
+ $button .= '<div class="fcbkbttn_button">
227
+ <a href="https://www.facebook.com/' . $fcbkbttn_options['link'] . '" target="_blank">
228
  <img src="' . $fcbkbttn_options['fb_img_link'] . '" alt="Fb-Button" />
229
  </a>
230
  </div>';
231
  }
232
 
233
+ if ( ! empty( $fcbkbttn_options['like'] ) ) {
234
+ $button .= '<div class="fcbkbttn_like">';
235
 
236
+ if ( ! empty( $fcbkbttn_options['html5'] ) ) {
237
+ $button .= '<div class="fb-like fb-like-'. $fcbkbttn_options['layout_like_option'] .'" data-href="' . $permalink_post . '" data-colorscheme="' . $fcbkbttn_options['color_scheme'] . '" data-layout="' . $fcbkbttn_options['layout_like_option'] . '" data-action="' . $fcbkbttn_options['like_action'] . '" ';
238
+ if ( 'standard' == $fcbkbttn_options['layout_like_option'] ) {
239
  $button .= ' data-width="' . $fcbkbttn_options['width'] . 'px"';
240
+ $button .= ( ! empty( $fcbkbttn_options['faces'] ) ) ? " data-show-faces='true'" : " data-show-faces='false'";
241
  }
242
  $button .= ' data-size="' . $fcbkbttn_options['size'] . '"';
 
243
  $button .= '></div></div>';
244
  } else {
245
+ $button .= '<fb:like href="' . $permalink_post . '" action="' . $fcbkbttn_options['like_action'] . '" colorscheme="' . $fcbkbttn_options['color_scheme'] . '" layout="' . $fcbkbttn_options['layout_like_option'] . '" ';
246
+ if ( 'standard' == $fcbkbttn_options['layout_like_option'] ) {
247
+ $button .= ( ! empty( $fcbkbttn_options['faces'] ) ) ? "show-faces='true'" : "show-faces='false'";
248
  $button .= ' width="' . $fcbkbttn_options['width'] . 'px"';
249
  }
250
 
251
  $button .= ' size="' . $fcbkbttn_options['size'] . '"';
 
252
  $button .= '></fb:like></div>';
253
  }
254
+ }
255
+ if ( ! empty( $fcbkbttn_options['share'] ) ){
256
+ $button .= '<div class="fb-share-button" data-href="' . $permalink_post . '" data-type="' . $fcbkbttn_options['layout_share_option'] . '" data-size="' . $fcbkbttn_options['size'] . '"></div>';
257
  }
258
 
259
  $button .= '</div>';
266
  if ( ! function_exists( 'fcbkbttn_display_button' ) ) {
267
  function fcbkbttn_display_button( $content ) {
268
 
269
+ if ( is_feed() ) {
270
  return $content;
271
+ }
272
 
273
  global $fcbkbttn_options;
274
+
275
  $button = apply_filters( 'fcbkbttn_button_in_the_content', fcbkbttn_button() );
276
  /* Indication where show Facebook Button depending on selected item in admin page. */
277
+ if ( in_array( 'before', $fcbkbttn_options['where'] ) ) {
278
  $content = $button . $content;
279
+ }
280
+ if ( in_array( 'after', $fcbkbttn_options['where'] ) ) {
281
  $content .= $button;
282
+ }
283
+
284
  return $content;
285
  }
286
  }
287
 
288
+ /* Function 'fcbkbttn_shortcode' is used to create content for Facebook Button shortcode. */
289
  if ( ! function_exists( 'fcbkbttn_shortcode' ) ) {
290
  function fcbkbttn_shortcode( $content ) {
291
  global $post, $fcbkbttn_options, $fcbkbttn_shortcode_add_script;
292
 
293
  if ( isset( $post->ID ) )
294
  $permalink_post = get_permalink( $post->ID );
295
+
296
  $button = fcbkbttn_button();
297
 
298
+ if ( ( ! empty( $fcbkbttn_options['like'] ) || ! empty( $fcbkbttn_options['share'] ) ) && isset( $permalink_post ) ) {
299
+ $fcbkbttn_shortcode_add_script = true;
300
  }
301
  return $button;
302
  }
319
  if ( ! function_exists( 'fcbkbttn_meta' ) ) {
320
  function fcbkbttn_meta() {
321
  global $fcbkbttn_options;
322
+ if ( ! empty( $fcbkbttn_options['like'] ) || ! empty( $fcbkbttn_options['share'] ) ) {
323
  if ( is_singular() ) {
324
  $image = '';
325
  if ( has_post_thumbnail( get_the_ID() ) ) {
326
  $image = wp_get_attachment_image_src( get_post_thumbnail_id(), 'medium' );
327
  $image = $image[0];
328
  }
329
+ $title = apply_filters( 'fcbkbttn_meta_title', esc_attr( get_the_title() ) );
330
+ $site_name = apply_filters( 'fcbkbttn_meta_site_name', esc_attr( get_bloginfo() ) );
331
+ $meta_image = apply_filters( 'fcbkbttn_meta_image', esc_url( $image ) );
332
+ print "\n" . '<!-- fcbkbttn meta start -->';
333
+ print "\n" . '<meta property="og:title" content="' . $title . '"/>';
334
+ print "\n" . '<meta property="og:site_name" content="' . $site_name . '"/>';
335
  if ( ! empty( $image ) ) {
336
+ print "\n" . '<meta property="og:image" content="' . $meta_image . '"/>';
337
  }
338
+ print "\n" . '<!-- fcbkbttn meta end -->';
339
  }
340
  }
341
  }
343
 
344
  if ( ! function_exists( 'fcbkbttn_get_locale' ) ) {
345
  function fcbkbttn_get_locale() {
346
+ global $fcbkbttn_options, $fcbkbttn_lang_codes, $mltlngg_current_language;
347
 
348
+ if ( ! empty( $fcbkbttn_options['use_multilanguage_locale'] ) && isset( $mltlngg_current_language ) ) {
349
+ if ( array_key_exists( $mltlngg_current_language, $fcbkbttn_lang_codes ) ) {
350
+ $fcbkbttn_locale = $mltlngg_current_language;
351
  } else {
352
+ $locale_from_multilanguage = explode( '_', $mltlngg_current_language );
353
  if ( is_array( $locale_from_multilanguage ) && array_key_exists( $locale_from_multilanguage[0], $fcbkbttn_lang_codes ) ) {
354
  $fcbkbttn_locale = $locale_from_multilanguage[0];
355
  } else {
363
  }
364
  }
365
  }
366
+ if ( empty( $fcbkbttn_locale ) ) {
 
367
  $fcbkbttn_locale = $fcbkbttn_options['locale'];
368
+ }
369
 
370
  return $fcbkbttn_locale;
371
  }
374
  if ( ! function_exists( 'fcbkbttn_footer_script' ) ) {
375
  function fcbkbttn_footer_script() {
376
  global $fcbkbttn_options, $fcbkbttn_shortcode_add_script;
377
+ if ( isset( $fcbkbttn_shortcode_add_script ) ||
378
+ ( ( ! empty( $fcbkbttn_options['like'] ) || ! empty( $fcbkbttn_options['share'] ) ) && ! empty( $fcbkbttn_options['where'] ) )
379
  || defined( 'BWS_ENQUEUE_ALL_SCRIPTS' ) ) { ?>
380
  <div id="fb-root"></div>
381
  <script>(function(d, s, id) {
397
  }
398
  }
399
 
400
+ if ( ! function_exists( 'fcbkbttn_enqueue_scripts' ) ) {
401
+ function fcbkbttn_enqueue_scripts() {
402
  if ( isset( $_GET['page'] ) && ( "facebook-button-plugin.php" == $_GET['page'] || "social-buttons.php" == $_GET['page'] ) ) {
403
  bws_enqueue_settings_scripts();
404
  bws_plugins_include_codemirror();
405
+ wp_enqueue_script( 'fcbkbttn_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery' ) );
406
+ wp_enqueue_style( 'fcbkbttn_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
407
  } elseif ( ! is_admin() ) {
408
+ wp_enqueue_style( 'fcbkbttn_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
409
  }
410
  }
411
  }
412
 
413
+ /* Functions creates other links on plugins page. */
414
  if ( ! function_exists( 'fcbkbttn_action_links' ) ) {
415
  function fcbkbttn_action_links( $links, $file ) {
416
  if ( ! is_network_admin() ) {
417
  /* Static so we don't call plugin_basename on every plugin row. */
418
  static $this_plugin;
419
+ if ( ! $this_plugin ) {
420
  $this_plugin = plugin_basename( __FILE__ );
421
+ }
422
  if ( $file == $this_plugin ) {
423
  $settings_link = '<a href="admin.php?page=facebook-button-plugin.php">' . __( 'Settings', 'facebook-button-plugin' ) . '</a>';
424
  array_unshift( $links, $settings_link );
433
  function fcbkbttn_links( $links, $file ) {
434
  $base = plugin_basename( __FILE__ );
435
  if ( $file == $base ) {
436
+ if ( ! is_network_admin() ) {
437
+ $links[] = '<a href="admin.php?page=facebook-button-plugin.php">' . __( 'Settings', 'facebook-button-plugin' ) . '</a>';
438
+ }
439
+ $links[] = '<a href="https://support.bestwebsoft.com/hc/en-us/sections/200538939" target="_blank">' . __( 'FAQ', 'facebook-button-plugin' ) . '</a>';
440
+ $links[] = '<a href="https://support.bestwebsoft.com">' . __( 'Support', 'facebook-button-plugin' ) . '</a>';
441
  }
442
  return $links;
443
  }
449
  function fcbkbttn_add_tabs() {
450
  $screen = get_current_screen();
451
  $args = array(
452
+ 'id' => 'fcbkbttn',
453
+ 'section' => '200538939'
454
  );
455
  bws_help_tab( $screen, $args );
456
  }
462
  if ( 'plugins.php' == $hook_suffix ) {
463
  /*pls show banner go pro */
464
  global $fcbkbttn_options;
465
+ if ( empty( $fcbkbttn_options ) ) {
466
  $fcbkbttn_options = get_option( 'fcbkbttn_options' );
467
+ }
468
+
469
+ if ( isset( $fcbkbttn_options['first_install'] ) && strtotime( '-1 week' ) > $fcbkbttn_options['first_install'] ) {
470
+ bws_plugin_banner( $fcbkbttn_plugin_info, 'fcbkbttn', 'facebook-like-button', '45862a4b3cd7a03768666310fbdb19db', '78', 'facebook-button-plugin' );
471
+ }
472
 
 
 
 
473
  /* show banner go settings pls*/
474
+ if ( ! is_network_admin() ) {
475
  bws_plugin_banner_to_settings( $fcbkbttn_plugin_info, 'fcbkbttn_options', 'facebook-button-plugin', 'admin.php?page=facebook-button-plugin.php' );
476
+ }
477
  }
478
  if ( isset( $_REQUEST['page'] ) && 'facebook-button-plugin.php' == $_REQUEST['page'] ) {
479
  bws_plugin_suggest_feature_banner( $fcbkbttn_plugin_info, 'fcbkbttn_options', 'facebook-button-plugin' );
502
  }
503
  @rmdir( $fcbkbttn_cstm_mg_folder );
504
  }
505
+
506
 
507
  if ( function_exists( 'is_multisite' ) && is_multisite() ) {
508
  global $wpdb;
524
  bws_delete_plugin( plugin_basename( __FILE__ ) );
525
  }
526
  }
527
+ /* Plugin uninstall function */
528
+ register_activation_hook( __FILE__, 'fcbkbttn_plugin_activate' );
529
  /* Calling a function add administrative menu. */
530
+ add_action( 'admin_menu', 'fcbkbttn_admin_menu' );
531
  /* Initialization ##*/
532
  add_action( 'plugins_loaded', 'fcbkbttn_plugins_loaded' );
533
  add_action( 'init', 'fcbkbttn_init' );
534
  add_action( 'admin_init', 'fcbkbttn_admin_init' );
535
 
536
  /* Adding stylesheets */
537
+ add_action( 'wp_enqueue_scripts', 'fcbkbttn_enqueue_scripts' );
538
+ add_action( 'admin_enqueue_scripts', 'fcbkbttn_enqueue_scripts' );
539
  /* Adding front-end stylesheets */
540
  add_action( 'wp_head', 'fcbkbttn_meta' );
541
  add_action( 'wp_footer', 'fcbkbttn_footer_script' );
549
  add_filter( 'plugin_row_meta', 'fcbkbttn_links', 10, 2 );
550
  /* Adding banner */
551
  add_action( 'admin_notices', 'fcbkbttn_plugin_banner' );
 
 
 
includes/class-fcbkbttn-settings.php CHANGED
@@ -20,33 +20,27 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
20
  global $fcbkbttn_options, $fcbkbttn_plugin_info;
21
 
22
  $tabs = array(
23
- 'settings' => array( 'label' => __( 'Settings', 'facebook-button-plugin' ) ),
24
- /*pls */
25
- 'display' => array( 'label' => __( 'Display', 'facebook-button-plugin' ), 'is_pro' => 1 ),
26
- /* pls*/
27
- 'misc' => array( 'label' => __( 'Misc', 'facebook-button-plugin' ) ),
28
- 'custom_code' => array( 'label' => __( 'Custom Code', 'facebook-button-plugin' ) ),
29
- /*pls */
30
  'license' => array( 'label' => __( 'License Key', 'facebook-button-plugin' ) ),
31
- /* pls*/
32
  );
33
 
34
  parent::__construct( array(
35
- 'plugin_basename' => $plugin_basename,
36
- 'plugins_info' => $fcbkbttn_plugin_info,
37
- 'prefix' => 'fcbkbttn',
38
- 'default_options' => fcbkbttn_get_options_default(),
39
- 'options' => $fcbkbttn_options,
40
- 'is_network_options' => is_network_admin(),
41
- 'tabs' => $tabs,
42
- 'doc_link' => 'https://docs.google.com/document/d/1gy5uDVoebmYRUvlKRwBmc97jdJFz7GvUCtXy3L7r_Yg/',
43
- /*pls */
44
- 'wp_slug' => 'facebook-button-plugin',
45
- 'pro_page' => 'admin.php?page=facebook-button-pro.php',
46
- 'bws_license_plugin' => 'facebook-button-pro/facebook-button-pro.php',
47
- 'link_key' => '427287ceae749cbd015b4bba6041c4b8',
48
- 'link_pn' => '78'
49
- /* pls*/
50
  ) );
51
 
52
  add_action( get_parent_class( $this ) . '_additional_misc_options', array( $this, 'additional_misc_options' ) );
@@ -67,9 +61,9 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
67
  $this->options['link'] = str_replace( 'https://www.facebook.com/profile.php?id=', '', $this->options['link'] );
68
  $this->options['link'] = str_replace( 'https://www.facebook.com/', '', $this->options['link'] );
69
 
70
- $this->options['size'] = 'large' == $_REQUEST['fcbkbttn_size'] ? 'large' : 'small';
71
  $this->options['where'] = isset( $_REQUEST['fcbkbttn_where'] ) ? $_REQUEST['fcbkbttn_where'] : array();
72
- $this->options['display_option'] = ( 'custom' == $_REQUEST['fcbkbttn_display_option'] ) ? 'custom' : 'standard';
73
 
74
  if ( 'standard' == $this->options['display_option'] ) {
75
  $img_name =
@@ -80,32 +74,34 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
80
  $this->options['fb_img_link'] = plugins_url( 'images/' . $img_name . '.png', dirname( __FILE__ ) );
81
  }
82
 
83
- $this->options['my_page'] = isset( $_REQUEST['fcbkbttn_my_page'] ) ? 1 : 0;
84
- $this->options['like'] = isset( $_REQUEST['fcbkbttn_like'] ) ? 1 : 0;
85
- $this->options['layout_option'] = $_REQUEST['fcbkbttn_layout_option'];
86
- $this->options['share'] = isset( $_REQUEST['fcbkbttn_share'] ) ? 1 : 0;
87
- $this->options['faces'] = isset( $_REQUEST['fcbkbttn_faces'] ) ? 1 : 0;
88
- $this->options['like_action'] = $_REQUEST['fcbkbttn_like_action'];
89
- $this->options['color_scheme'] = $_REQUEST['fcbkbttn_color_scheme'];
90
- $this->options['width'] = intval( $_REQUEST['fcbkbttn_width'] );
91
- $this->options['locale'] = $_REQUEST['fcbkbttn_locale'];
92
- $this->options['html5'] = $_REQUEST['fcbkbttn_html5'];
93
- if ( isset( $_FILES['fcbkbttn_uploadfile']['tmp_name'] ) && $_FILES['fcbkbttn_uploadfile']['tmp_name'] != "" ) {
94
- $this->options['count_icon'] = $this->options['count_icon'] + 1;
 
95
  $file_ext = wp_check_filetype( $_FILES['fcbkbttn_uploadfile']['name'] );
96
- $this->options['extention'] = $file_ext['ext'];
97
  }
98
 
99
- if ( 2 < $this->options['count_icon'] )
100
  $this->options['count_icon'] = 1;
 
101
 
102
  $this->options['use_multilanguage_locale'] = isset( $_REQUEST['fcbkbttn_use_multilanguage_locale'] ) ? 1 : 0;
103
- $this->options['display_for_excerpt'] = isset( $_REQUEST['fcbkbttn_display_for_excerpt'] ) ? 1 : 0;
104
 
105
  $this->options = apply_filters( 'fcbkbttn_before_save_options', $this->options );
106
  update_option( 'fcbkbttn_options', $this->options );
107
  $message = __( "Settings saved", 'facebook-button-plugin' );
108
-
109
  if ( ! empty( $_FILES['fcbkbttn_uploadfile']['tmp_name'] ) ) {
110
  if ( ! $this->upload_dir )
111
  $this->upload_dir = wp_upload_dir();
@@ -116,29 +112,29 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
116
  wp_mkdir_p( $fcbkbttn_cstm_mg_folder, 0755 );
117
  }
118
  }
119
- $max_image_width = 100;
120
- $max_image_height = 40;
121
- $max_image_size = 32 * 1024;
122
- $valid_types = array( 'jpg', 'jpeg', 'png' );
123
  /* Construction to rename downloading file */
124
- $new_name = 'facebook-ico' . $this->options['count_icon'];
125
- $new_ext = wp_check_filetype( $_FILES['fcbkbttn_uploadfile']['name'] );
126
- $namefile = $new_name . '.' . $new_ext['ext'];
127
- $uploadfile = $fcbkbttn_cstm_mg_folder . '/' . $namefile;
128
 
129
  /* Checks is file download initiated by user */
130
  if ( isset( $_FILES['fcbkbttn_uploadfile'] ) && 'custom' == $_REQUEST['fcbkbttn_display_option'] ) {
131
  /* Checking is allowed download file given parameters */
132
  if ( is_uploaded_file( $_FILES['fcbkbttn_uploadfile']['tmp_name'] ) ) {
133
- $filename = $_FILES['fcbkbttn_uploadfile']['tmp_name'];
134
- $ext = substr( $_FILES['fcbkbttn_uploadfile']['name'], 1 + strrpos( $_FILES['fcbkbttn_uploadfile']['name'], '.' ) );
135
  if ( filesize( $filename ) > $max_image_size ) {
136
- $error = __( "Error: File size must not exceed 32KB", 'facebook-button-plugin' );
137
  }
138
  elseif ( ! in_array( strtolower( $ext ), $valid_types ) ) {
139
- $error = __( "Error: Invalid file type", 'facebook-button-plugin' );
140
  } else {
141
- $size = GetImageSize( $filename );
142
  if ( $size && $size[0] <= $max_image_width && $size[1] <= $max_image_height ) {
143
  /* If file satisfies requirements, we will move them from temp to your plugin folder and rename to 'facebook_ico.jpg' */
144
  if ( move_uploaded_file( $_FILES['fcbkbttn_uploadfile']['tmp_name'], $uploadfile ) ) {
@@ -150,14 +146,14 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
150
  update_option( 'fcbkbttn_options', $this->options );
151
  }
152
  } else {
153
- $error = __( "Error: failed to move file.", 'facebook-button-plugin' );
154
  }
155
  } else {
156
- $error = __( "Error: check image width or height.", 'facebook-button-plugin' );
157
  }
158
  }
159
  } else {
160
- $error = __( "Uploading Error: check image properties", 'facebook-button-plugin' );
161
  }
162
  }
163
  }
@@ -168,14 +164,16 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
168
  /**
169
  *
170
  */
171
- public function tab_settings() {
172
  global $fcbkbttn_lang_codes, $wp_version;
173
- if ( ! $this->upload_dir )
174
  $this->upload_dir = wp_upload_dir();
 
175
 
176
  if ( ! $this->all_plugins ) {
177
- if ( ! function_exists( 'get_plugins' ) )
178
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
 
179
  $this->all_plugins = get_plugins();
180
  } ?>
181
  <h3 class="bws_tab_label"><?php _e( 'Facebook Button Settings', 'facebook-button-plugin' ); ?></h3>
@@ -187,9 +185,9 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
187
  <th scope="row"><?php _e( 'Buttons', 'facebook-button-plugin' ); ?></th>
188
  <td>
189
  <fieldset>
190
- <label><input name='fcbkbttn_my_page' type='checkbox' value='1' <?php if ( 1 == $this->options['my_page'] ) echo 'checked="checked "'; ?>/> <?php _e( 'Profile URL', 'facebook-button-plugin' ); ?></label><br />
191
- <label><input name='fcbkbttn_like' type='checkbox' <?php if ( 0 !== ( $this->options['like'] ) ) echo 'checked="checked "'; ?>/> <?php _e( "Like", 'facebook-button-plugin' ); ?></label><br />
192
- <label><input name='fcbkbttn_share' type='checkbox' value='1' <?php if ( 1 == $this->options['share'] ) echo 'checked="checked "'; ?>/> <?php _e( "Share", 'facebook-button-plugin' ); ?></label><br />
193
  </fieldset>
194
  </td>
195
  </tr>
@@ -207,12 +205,12 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
207
  <td>
208
  <fieldset>
209
  <label>
210
- <input type="checkbox" name="fcbkbttn_where[]" value="before" <?php echo in_array( 'before', $this->options['where'] ) ? 'checked="checked"' : ''; ?> />
211
  <?php _e( 'Before content', 'facebook-button-plugin' ); ?></option>
212
  </label>
213
  <br>
214
  <label>
215
- <input type="checkbox" name="fcbkbttn_where[]" value="after" <?php echo in_array( 'after', $this->options['where'] ) ? 'checked="checked"' : ''; ?> />
216
  <?php _e( 'After content', 'facebook-button-plugin' ); ?></option>
217
  </label>
218
  </fieldset>
@@ -238,27 +236,26 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
238
  <td>
239
  <?php if ( array_key_exists( 'multilanguage/multilanguage.php', $this->all_plugins ) || array_key_exists( 'multilanguage-pro/multilanguage-pro.php', $this->all_plugins ) ) {
240
  if ( is_plugin_active( 'multilanguage/multilanguage.php' ) || is_plugin_active( 'multilanguage-pro/multilanguage-pro.php' ) ) { ?>
241
- <input type="checkbox" name="fcbkbttn_use_multilanguage_locale" value="1" <?php if ( 1 == $this->options["use_multilanguage_locale"] ) echo 'checked="checked"'; ?> />
242
  <span class="bws_info"><?php _e( 'Enable to switch language automatically on multilingual website using Multilanguage plugin.', 'facebook-button-plugin' ); ?></span>
243
  <?php } else { ?>
244
  <input disabled="disabled" type="checkbox" name="fcbkbttn_use_multilanguage_locale" value="1" />
245
- <span class="bws_info"><?php _e( 'Enable to switch language automatically on multilingual website using Multilanguage plugin.', 'facebook-button-plugin' ); ?> <a href="<?php echo bloginfo( "url" ); ?>/wp-admin/plugins.php"><?php printf( __( 'Activate %s', 'facebook-button-plugin' ), 'Multilanguage' ); ?></a></span>
246
  <?php }
247
  } else { ?>
248
  <input disabled="disabled" type="checkbox" name="fcbkbttn_use_multilanguage_locale" value="1" />
249
- <span class="bws_info"><?php _e( 'Enable to switch language automatically on multilingual website using Multilanguage plugin.', 'facebook-button-plugin' ); ?> <a href="https://bestwebsoft.com/products/wordpress/plugins/multilanguage/?k=196fb3bb74b6e8b1e08f92cddfd54313&pn=78&v=<?php echo $this->plugins_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Learn More', 'facebook-button-plugin' ); ?></a></span>
250
  <?php } ?>
251
  </td>
252
  </tr>
253
  <tr>
254
  <th><?php _e( 'Excerpt', 'facebook-button-plugin' ); ?></th>
255
  <td>
256
- <input name='fcbkbttn_display_for_excerpt' type='checkbox' value='1' <?php if ( 1 == $this->options['display_for_excerpt'] ) echo 'checked="checked "'; ?>/> <span class="bws_info"><?php _e( 'Enable to display buttons in excerpt.', 'facebook-button-plugin' ); ?></span>
257
  </td>
258
  </tr>
259
  <?php do_action( 'fcbkbttn_settings_page_action', $this->options ); ?>
260
  </table>
261
- <!-- general --><!-- pls -->
262
  <?php if ( ! $this->hide_pro_tabs ) { ?>
263
  <div class="bws_pro_version_bloc">
264
  <div class="bws_pro_version_table_bloc">
@@ -270,7 +267,7 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
270
  <td>
271
  <fieldset>
272
  <label>
273
- <input disabled="disabled" type="radio" name="fcbkbttn_meta_image" value="featured_image" checked="checked" />
274
  <?php _e( 'Featured Image', 'facebook-button-plugin' ); ?>
275
  </label><br />
276
  <label>
@@ -294,7 +291,6 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
294
  <?php $this->bws_pro_block_links(); ?>
295
  </div>
296
  <?php } ?>
297
- <!-- end general --><!-- end pls -->
298
  <div class="bws_tab_sub_label fcbkbttn_my_page_enabled"><?php _e( 'Profile URL Button', 'facebook-button-plugin' ); ?></div>
299
  <table class="form-table fcbkbttn_my_page_enabled">
300
  <tr>
@@ -311,12 +307,12 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
311
  <?php if ( scandir( $this->upload_dir['basedir'] ) && is_writable( $this->upload_dir['basedir'] ) ) { ?>
312
  <fieldset>
313
  <label>
314
- <input type="radio" name="fcbkbttn_display_option" value="standard" <?php if ( 'standard' == $this->options['display_option'] ) echo 'checked="checked"'; ?> />
315
  <?php _e( 'Default', 'facebook-button-plugin' ); ?>
316
  </label>
317
  <br>
318
  <label>
319
- <input type="radio" name="fcbkbttn_display_option" value="custom" <?php if ( 'custom' == $this->options['display_option'] ) echo 'checked="checked"'; ?> />
320
  <?php _e( 'Custom image', 'facebook-button-plugin' ); ?>
321
  </label>
322
  </fieldset>
@@ -336,42 +332,61 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
336
  <th></th>
337
  <td>
338
  <input name="fcbkbttn_uploadfile" type="file" /><br />
339
- <span class="bws_info"><?php _e( 'Image requirements: max image width:100px; max image height:40px; max image size:32Kb; image types:"jpg", "jpeg", "png".', 'facebook-button-plugin' ); ?></span>
340
  </td>
341
  </tr>
342
  </table>
343
- <div class="bws_tab_sub_label fcbkbttn_like_enabled fcbkbttn_share_enabled"><?php _e( 'Like&Share Buttons', 'facebook-button-plugin' ); ?></div>
344
- <table class="form-table fcbkbttn_like_enabled fcbkbttn_share_enabled">
345
- <tr>
346
- <th><?php _e( 'Layout', 'facebook-button-plugin' ); ?></th>
347
  <td>
348
  <fieldset class="fcbkbttn_layout_option">
349
  <label class="fcbkbttn_like_layout">
350
- <input id="fcbkbttn_standard_layout" type="radio" name="fcbkbttn_layout_option" <?php if ( 'standard' == $this->options['layout_option'] || 1 == $this->options['like'] ) echo 'checked="checked"'; ?> value="standard" />
351
  Standard
352
  </label>
353
  <label>
354
- <input id="fcbkbttn_box_count_layout" type="radio" name="fcbkbttn_layout_option" <?php if ( 'box_count' == $this->options['layout_option'] ) echo 'checked="checked"'; ?> value="box_count" />
355
  Box count
356
  </label>
357
  <label>
358
- <input type="radio" name="fcbkbttn_layout_option" <?php if ( 'button_count' == $this->options['layout_option'] ) echo 'checked="checked"'; ?> value="button_count" />
359
  Button count
360
  </label>
361
  <label>
362
- <input type="radio" name="fcbkbttn_layout_option" <?php if ( 'button' == $this->options['layout_option'] ) echo 'checked="checked"'; ?> value="button" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
363
  Button
364
  </label>
365
  <label class="fcbkbttn_share_layout">
366
- <input type="radio" name="fcbkbttn_layout_option" <?php if ( 'icon_link' == $this->options['layout_option'] && 0 == $this->options['like'] ) echo 'checked="checked"'; ?> value="icon_link" />
367
  Icon link
368
  </label>
369
  <label class="fcbkbttn_share_layout">
370
- <input type="radio" name="fcbkbttn_layout_option" <?php if ( 'icon' == $this->options['layout_option'] && 0 == $this->options['like'] ) echo 'checked="checked"'; ?> value="icon" />
371
  Icon
372
  </label>
373
  <label class="fcbkbttn_share_layout">
374
- <input type="radio" name="fcbkbttn_layout_option" <?php if ( 'link' == $this->options['layout_option'] && 0 == $this->options['like'] ) echo 'checked="checked"'; ?> value="link" />
375
  Link
376
  </label>
377
  </fieldset>
@@ -382,41 +397,41 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
382
  <td>
383
  <fieldset>
384
  <label>
385
- <input type="radio" name="fcbkbttn_like_action" value="like" <?php if ( 'like' == $this->options['like_action'] ) echo 'checked="checked"'; ?> />
386
- <?php _e( 'Like', 'facebook-button-plugin' ); ?>
387
  </label>
388
  <br>
389
  <label>
390
- <input type="radio" name="fcbkbttn_like_action" value="recommend" <?php if ( 'recommend' == $this->options['like_action'] ) echo 'checked="checked"'; ?> />
391
- <?php _e( 'Recommend', 'facebook-button-plugin' ); ?>
392
  </label>
393
  </fieldset>
394
  </td>
395
  </tr>
396
- <tr class="fcbkbttn_like_enabled fcbkbttn_like_standard_layout">
397
  <th><?php _e( 'Friends Faces', 'facebook-button-plugin' ); ?></th>
398
  <td>
399
- <input name="fcbkbttn_faces" type='checkbox' value="1" <?php if ( 1 == $this->options['faces'] ) echo 'checked="checked"'; ?> />
400
- <span class="bws_info"><?php _e( ' Enable to show faces of your friends who submitted the button.', 'facebook-button-plugin' ); ?></span>
401
  </td>
402
  </tr>
403
- <tr class="fcbkbttn_like_enabled fcbkbttn_like_standard_layout">
404
  <th><?php _e( 'Layout Width', 'facebook-button-plugin' ); ?></th>
405
  <td>
406
- <label><input name="fcbkbttn_width" type="number" step="1" min="225" value="<?php echo $this->options['width']; ?>"> <?php _e( 'px', 'facebook-button-plugin' ); ?></label>
407
  </td>
408
  </tr>
409
- <tr class="fcbkbttn_like_enabled fcbkbttn_like_standard_layout">
410
  <th><?php _e( 'Theme', 'facebook-button-plugin' ); ?></th>
411
  <td>
412
  <fieldset>
413
  <label>
414
- <input type="radio" name="fcbkbttn_color_scheme" value="light" <?php if ( 'light' == $this->options['color_scheme'] ) echo 'checked="checked"'; ?> />
415
  <?php _e( 'Light', 'facebook-button-plugin' ); ?>
416
  </label>
417
  <br>
418
  <label>
419
- <input type="radio" name="fcbkbttn_color_scheme" value="dark" <?php if ( 'dark' == $this->options['color_scheme'] ) echo 'checked="checked"'; ?> />
420
  <?php _e( 'Dark', 'facebook-button-plugin' ); ?>
421
  </label>
422
  </fieldset>
@@ -426,15 +441,14 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
426
  <th scope="row"><?php _e( 'Like Button HTML Tag', 'facebook-button-plugin' ); ?></th>
427
  <td>
428
  <fieldset>
429
- <label><input name='fcbkbttn_html5' type='radio' value='0' <?php if ( 0 == $this->options['html5'] ) echo 'checked="checked "'; ?> /><?php echo "&lt;fb:like&gt;"; ?></label><br />
430
- <label><input name='fcbkbttn_html5' type='radio' value='1' <?php if ( 1 == $this->options['html5'] ) echo 'checked="checked "'; ?> /><?php echo "&lt;div&gt;"; ?></label>
431
  <br>
432
  <span class="bws_info"><?php printf( __( "Tag %s can be used to improve website code validation.", 'facebook-button-plugin' ), '&lt;div&gt;' ); ?></span>
433
  </fieldset>
434
  </td>
435
  </tr>
436
  </table>
437
- <!-- general --><!-- pls -->
438
  <?php if ( ! $this->hide_pro_tabs ) { ?>
439
  <div class="bws_pro_version_bloc fcbkbttn_like_enabled">
440
  <div class="bws_pro_version_table_bloc">
@@ -444,7 +458,7 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
444
  <tr>
445
  <th><?php _e( 'URL to Like', 'facebook-button-plugin' ); ?></th>
446
  <td><input disabled="disabled" name='fcbkbttn_url_to_like' type='text' value="" /><br />
447
- <span class="bws_info"><?php _e( 'Leave blank to use a current page.', 'facebook-button-plugin' ); ?></span>
448
  </td>
449
  </tr>
450
  </table>
@@ -452,7 +466,6 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
452
  <?php $this->bws_pro_block_links(); ?>
453
  </div>
454
  <?php } ?>
455
- <!-- end general --><!-- end pls -->
456
  <?php }
457
 
458
  /**
@@ -472,11 +485,11 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
472
  public function display_metabox() { ?>
473
  <div class="postbox">
474
  <h3 class="hndle">
475
- <?php _e( 'Facebook Buttons Shortcode', 'facebook-button-plugin' ); ?>
476
  </h3>
477
  <div class="inside">
478
  <?php _e( "Add Facebook button(-s) to your posts, pages, custom post types or widgets by using the following shortcode:", 'facebook-button-plugin' ); ?>
479
- <?php bws_shortcode_output( '[fb_button]' ); ?>
480
  </div>
481
  </div>
482
  <?php }
@@ -496,7 +509,7 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
496
  <button type="submit" name="bws_hide_premium_options" class="notice-dismiss bws_hide_premium_options" title="<?php _e( 'Close', 'facebook-button-plugin' ); ?>"></button>
497
  <?php _e( 'Facebook Buttons Preview', 'facebook-button-plugin' ); ?>
498
  </h3>
499
- <div class="inside">
500
  <img src='<?php echo plugins_url( 'images/preview.png', dirname( __FILE__ ) ); ?>' />
501
  </div>
502
  <?php $this->bws_pro_block_links(); ?>
@@ -504,7 +517,6 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
504
  <?php }
505
  }
506
 
507
-
508
  /**
509
  *
510
  */
@@ -531,13 +543,13 @@ if ( ! class_exists( 'Fcbkbttn_Settings_Tabs' ) ) {
531
  </tr>
532
  <tr>
533
  <td colspan="2">
534
- <img src="<?php echo plugins_url( 'images/pro_screen_1.png', dirname( __FILE__ ) ); ?>" alt="<?php _e( "Example of site pages tree", 'facebook-button-plugin' ); ?>" title="<?php _e( "Example of site pages tree", 'facebook-button-plugin' ); ?>" />
535
  </td>
536
  </tr>
537
  </table>
538
  </div>
539
  <?php $this->bws_pro_block_links(); ?>
540
  </div>
541
- <?php /* pls*/ }
542
  }
543
- }
20
  global $fcbkbttn_options, $fcbkbttn_plugin_info;
21
 
22
  $tabs = array(
23
+ 'settings' => array( 'label' => __( 'Settings', 'facebook-button-plugin' ) ),
24
+ 'display' => array( 'label' => __( 'Display', 'facebook-button-plugin' ), 'is_pro' => 1 ),
25
+ 'misc' => array( 'label' => __( 'Misc', 'facebook-button-plugin' ) ),
26
+ 'custom_code' => array( 'label' => __( 'Custom Code', 'facebook-button-plugin' ) ),
 
 
 
27
  'license' => array( 'label' => __( 'License Key', 'facebook-button-plugin' ) ),
 
28
  );
29
 
30
  parent::__construct( array(
31
+ 'plugin_basename' => $plugin_basename,
32
+ 'plugins_info' => $fcbkbttn_plugin_info,
33
+ 'prefix' => 'fcbkbttn',
34
+ 'default_options' => fcbkbttn_get_options_default(),
35
+ 'options' => $fcbkbttn_options,
36
+ 'is_network_options'=> is_network_admin(),
37
+ 'tabs' => $tabs,
38
+ 'doc_link' => 'https://docs.google.com/document/d/1gy5uDVoebmYRUvlKRwBmc97jdJFz7GvUCtXy3L7r_Yg/',
39
+ 'wp_slug' => 'facebook-button-plugin',
40
+ 'pro_page' => 'admin.php?page=facebook-button-pro.php',
41
+ 'bws_license_plugin'=> 'facebook-button-pro/facebook-button-pro.php',
42
+ 'link_key' => '427287ceae749cbd015b4bba6041c4b8',
43
+ 'link_pn' => '78'
 
 
44
  ) );
45
 
46
  add_action( get_parent_class( $this ) . '_additional_misc_options', array( $this, 'additional_misc_options' ) );
61
  $this->options['link'] = str_replace( 'https://www.facebook.com/profile.php?id=', '', $this->options['link'] );
62
  $this->options['link'] = str_replace( 'https://www.facebook.com/', '', $this->options['link'] );
63
 
64
+ $this->options['size'] = isset( $_REQUEST['fcbkbttn_size'] ) ? $_REQUEST['fcbkbttn_size'] : $this->options['size'];
65
  $this->options['where'] = isset( $_REQUEST['fcbkbttn_where'] ) ? $_REQUEST['fcbkbttn_where'] : array();
66
+ $this->options['display_option'] = isset( $_REQUEST['fcbkbttn_display_option'] ) ? $_REQUEST['fcbkbttn_display_option'] : $this->options['display_option'];
67
 
68
  if ( 'standard' == $this->options['display_option'] ) {
69
  $img_name =
74
  $this->options['fb_img_link'] = plugins_url( 'images/' . $img_name . '.png', dirname( __FILE__ ) );
75
  }
76
 
77
+ $this->options['my_page'] = isset( $_REQUEST['fcbkbttn_my_page'] ) ? 1 : 0;
78
+ $this->options['like'] = isset( $_REQUEST['fcbkbttn_like'] ) ? 1 : 0;
79
+ $this->options['share'] = isset( $_REQUEST['fcbkbttn_share'] ) ? 1 : 0;
80
+ $this->options['layout_like_option'] = isset( $_REQUEST['fcbkbttn_like_layout'] ) ? $_REQUEST['fcbkbttn_like_layout'] : $this->options['layout_like_option'];
81
+ $this->options['layout_share_option'] = isset( $_REQUEST['fcbkbttn_share_layout'] ) ? $_REQUEST['fcbkbttn_share_layout'] : $this->options['layout_like_option'];
82
+ $this->options['faces'] = isset( $_REQUEST['fcbkbttn_faces'] ) ? 1 : 0;
83
+ $this->options['like_action'] = isset( $_REQUEST['fcbkbttn_like_action'] ) ? $_REQUEST['fcbkbttn_like_action'] : $this->options['like_action'];
84
+ $this->options['color_scheme'] = isset( $_REQUEST['fcbkbttn_color_scheme'] ) ? $_REQUEST['fcbkbttn_color_scheme'] : $this->options['color_scheme'];
85
+ $this->options['width'] = intval( $_REQUEST['fcbkbttn_width'] );
86
+ $this->options['locale'] = isset( $_REQUEST['fcbkbttn_locale'] ) ? $_REQUEST['fcbkbttn_locale'] : $this->options['locale'];
87
+ $this->options['html5'] = isset( $_REQUEST['fcbkbttn_html5'] ) ? $_REQUEST['fcbkbttn_html5'] : $this->options['html5'];
88
+ if ( isset( $_FILES['fcbkbttn_uploadfile']['tmp_name'] ) && $_FILES['fcbkbttn_uploadfile']['tmp_name'] != "" ) {
89
+ $this->options['count_icon'] = $this->options['count_icon'] + 1;
90
  $file_ext = wp_check_filetype( $_FILES['fcbkbttn_uploadfile']['name'] );
91
+ $this->options['extention'] = $file_ext['ext'];
92
  }
93
 
94
+ if ( 2 < $this->options['count_icon'] ) {
95
  $this->options['count_icon'] = 1;
96
+ }
97
 
98
  $this->options['use_multilanguage_locale'] = isset( $_REQUEST['fcbkbttn_use_multilanguage_locale'] ) ? 1 : 0;
99
+ $this->options['display_for_excerpt'] = isset( $_REQUEST['fcbkbttn_display_for_excerpt'] ) ? 1 : 0;
100
 
101
  $this->options = apply_filters( 'fcbkbttn_before_save_options', $this->options );
102
  update_option( 'fcbkbttn_options', $this->options );
103
  $message = __( "Settings saved", 'facebook-button-plugin' );
104
+
105
  if ( ! empty( $_FILES['fcbkbttn_uploadfile']['tmp_name'] ) ) {
106
  if ( ! $this->upload_dir )
107
  $this->upload_dir = wp_upload_dir();
112
  wp_mkdir_p( $fcbkbttn_cstm_mg_folder, 0755 );
113
  }
114
  }
115
+ $max_image_width = 100;
116
+ $max_image_height = 40;
117
+ $max_image_size = 32 * 1024;
118
+ $valid_types = array( 'jpg', 'jpeg', 'png' );
119
  /* Construction to rename downloading file */
120
+ $new_name = 'facebook-ico' . $this->options['count_icon'];
121
+ $new_ext = wp_check_filetype( $_FILES['fcbkbttn_uploadfile']['name'] );
122
+ $namefile = $new_name . '.' . $new_ext['ext'];
123
+ $uploadfile = $fcbkbttn_cstm_mg_folder . '/' . $namefile;
124
 
125
  /* Checks is file download initiated by user */
126
  if ( isset( $_FILES['fcbkbttn_uploadfile'] ) && 'custom' == $_REQUEST['fcbkbttn_display_option'] ) {
127
  /* Checking is allowed download file given parameters */
128
  if ( is_uploaded_file( $_FILES['fcbkbttn_uploadfile']['tmp_name'] ) ) {
129
+ $filename = $_FILES['fcbkbttn_uploadfile']['tmp_name'];
130
+ $ext = substr( $_FILES['fcbkbttn_uploadfile']['name'], 1 + strrpos( $_FILES['fcbkbttn_uploadfile']['name'], '.' ) );
131
  if ( filesize( $filename ) > $max_image_size ) {
132
+ $error = __( "Error: File size must not exceed 32KB", 'facebook-button-plugin' );
133
  }
134
  elseif ( ! in_array( strtolower( $ext ), $valid_types ) ) {
135
+ $error = __( "Error: Invalid file type", 'facebook-button-plugin' );
136
  } else {
137
+ $size = GetImageSize( $filename );
138
  if ( $size && $size[0] <= $max_image_width && $size[1] <= $max_image_height ) {
139
  /* If file satisfies requirements, we will move them from temp to your plugin folder and rename to 'facebook_ico.jpg' */
140
  if ( move_uploaded_file( $_FILES['fcbkbttn_uploadfile']['tmp_name'], $uploadfile ) ) {
146
  update_option( 'fcbkbttn_options', $this->options );
147
  }
148
  } else {
149
+ $error = __( "Error: Failed to move file.", 'facebook-button-plugin' );
150
  }
151
  } else {
152
+ $error = __( "Error: Check image width or height.", 'facebook-button-plugin' );
153
  }
154
  }
155
  } else {
156
+ $error = __( "Uploading Error: Check image properties", 'facebook-button-plugin' );
157
  }
158
  }
159
  }
164
  /**
165
  *
166
  */
167
+ public function tab_settings() {
168
  global $fcbkbttn_lang_codes, $wp_version;
169
+ if ( ! $this->upload_dir ) {
170
  $this->upload_dir = wp_upload_dir();
171
+ }
172
 
173
  if ( ! $this->all_plugins ) {
174
+ if ( ! function_exists( 'get_plugins' ) ) {
175
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
176
+ }
177
  $this->all_plugins = get_plugins();
178
  } ?>
179
  <h3 class="bws_tab_label"><?php _e( 'Facebook Button Settings', 'facebook-button-plugin' ); ?></h3>
185
  <th scope="row"><?php _e( 'Buttons', 'facebook-button-plugin' ); ?></th>
186
  <td>
187
  <fieldset>
188
+ <label><input name='fcbkbttn_my_page' type='checkbox' value='1' <?php checked( $this->options['my_page'] ); ?> /> <?php _e( 'Profile URL', 'facebook-button-plugin' ); ?></label><br />
189
+ <label><input name='fcbkbttn_like' type='checkbox' value='1' <?php checked( $this->options['like'] ); ?> /> <?php _e( "Like", 'facebook-button-plugin' ); ?></label><br />
190
+ <label><input name='fcbkbttn_share' type='checkbox' value='1' <?php checked( $this->options['share'] ); ?> /> <?php _e( "Share", 'facebook-button-plugin' ); ?></label><br />
191
  </fieldset>
192
  </td>
193
  </tr>
205
  <td>
206
  <fieldset>
207
  <label>
208
+ <input type="checkbox" name="fcbkbttn_where[]" value="before" <?php checked( in_array( 'before', $this->options['where'] ) ); ?> />
209
  <?php _e( 'Before content', 'facebook-button-plugin' ); ?></option>
210
  </label>
211
  <br>
212
  <label>
213
+ <input type="checkbox" name="fcbkbttn_where[]" value="after" <?php checked( in_array( 'after', $this->options['where'] ) ); ?> />
214
  <?php _e( 'After content', 'facebook-button-plugin' ); ?></option>
215
  </label>
216
  </fieldset>
236
  <td>
237
  <?php if ( array_key_exists( 'multilanguage/multilanguage.php', $this->all_plugins ) || array_key_exists( 'multilanguage-pro/multilanguage-pro.php', $this->all_plugins ) ) {
238
  if ( is_plugin_active( 'multilanguage/multilanguage.php' ) || is_plugin_active( 'multilanguage-pro/multilanguage-pro.php' ) ) { ?>
239
+ <input type="checkbox" name="fcbkbttn_use_multilanguage_locale" value="1" <?php checked( $this->options["use_multilanguage_locale"] ); ?> />
240
  <span class="bws_info"><?php _e( 'Enable to switch language automatically on multilingual website using Multilanguage plugin.', 'facebook-button-plugin' ); ?></span>
241
  <?php } else { ?>
242
  <input disabled="disabled" type="checkbox" name="fcbkbttn_use_multilanguage_locale" value="1" />
243
+ <span class="bws_info"><?php _e( 'Enable to switch language automatically on multilingual website using Multilanguage plugin.', 'facebook-button-plugin' ); ?> <a href="<?php echo bloginfo( "url" ); ?>/wp-admin/plugins.php" target="_blank"><?php _e( 'Activate', 'facebook-button-plugin' ); ?></a></span>
244
  <?php }
245
  } else { ?>
246
  <input disabled="disabled" type="checkbox" name="fcbkbttn_use_multilanguage_locale" value="1" />
247
+ <span class="bws_info"><?php _e( 'Enable to switch language automatically on multilingual website using Multilanguage plugin.', 'facebook-button-plugin' ); ?> <a href="https://bestwebsoft.com/products/wordpress/plugins/multilanguage/?k=196fb3bb74b6e8b1e08f92cddfd54313&pn=78&v=<?php echo $this->plugins_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank"><?php _e( 'Install Now', 'facebook-button-plugin' ); ?></a></span>
248
  <?php } ?>
249
  </td>
250
  </tr>
251
  <tr>
252
  <th><?php _e( 'Excerpt', 'facebook-button-plugin' ); ?></th>
253
  <td>
254
+ <input name='fcbkbttn_display_for_excerpt' type='checkbox' value='1' <?php checked( $this->options['display_for_excerpt'] ); ?> /> <span class="bws_info"><?php _e( 'Enable to display buttons in excerpt.', 'facebook-button-plugin' ); ?></span>
255
  </td>
256
  </tr>
257
  <?php do_action( 'fcbkbttn_settings_page_action', $this->options ); ?>
258
  </table>
 
259
  <?php if ( ! $this->hide_pro_tabs ) { ?>
260
  <div class="bws_pro_version_bloc">
261
  <div class="bws_pro_version_table_bloc">
267
  <td>
268
  <fieldset>
269
  <label>
270
+ <input disabled="disabled" type="radio" name="fcbkbttn_meta_image" value="featured_image" checked="checked" />
271
  <?php _e( 'Featured Image', 'facebook-button-plugin' ); ?>
272
  </label><br />
273
  <label>
291
  <?php $this->bws_pro_block_links(); ?>
292
  </div>
293
  <?php } ?>
 
294
  <div class="bws_tab_sub_label fcbkbttn_my_page_enabled"><?php _e( 'Profile URL Button', 'facebook-button-plugin' ); ?></div>
295
  <table class="form-table fcbkbttn_my_page_enabled">
296
  <tr>
307
  <?php if ( scandir( $this->upload_dir['basedir'] ) && is_writable( $this->upload_dir['basedir'] ) ) { ?>
308
  <fieldset>
309
  <label>
310
+ <input type="radio" name="fcbkbttn_display_option" value="standard" <?php checked( 'standard', $this->options['display_option'] ); ?> />
311
  <?php _e( 'Default', 'facebook-button-plugin' ); ?>
312
  </label>
313
  <br>
314
  <label>
315
+ <input type="radio" name="fcbkbttn_display_option" value="custom" <?php checked( 'custom', $this->options['display_option'] ); ?> />
316
  <?php _e( 'Custom image', 'facebook-button-plugin' ); ?>
317
  </label>
318
  </fieldset>
332
  <th></th>
333
  <td>
334
  <input name="fcbkbttn_uploadfile" type="file" /><br />
335
+ <span class="bws_info"><?php _e( 'Image requirements: max image width: 100px; max image height: 40px; max image size: 32Kb; image types: "jpg", "jpeg", "png".', 'facebook-button-plugin' ); ?></span>
336
  </td>
337
  </tr>
338
  </table>
339
+ <div class="bws_tab_sub_label fcbkbttn_share_like_block"><?php _e( 'Like&Share Buttons', 'facebook-button-plugin' ); ?></div>
340
+ <table class="form-table">
341
+ <tr class="fcbkbttn_like_enabled">
342
+ <th><?php _e( 'Like Button Layout', 'facebook-button-plugin' ); ?></th>
343
  <td>
344
  <fieldset class="fcbkbttn_layout_option">
345
  <label class="fcbkbttn_like_layout">
346
+ <input id="fcbkbttn_standard_layout" type="radio" name="fcbkbttn_like_layout" value="standard" <?php checked( 'standard', $this->options['layout_like_option'] ); ?> />
347
  Standard
348
  </label>
349
  <label>
350
+ <input id="fcbkbttn_box_count_layout" type="radio" name="fcbkbttn_like_layout" value="box_count" <?php checked( 'box_count', $this->options['layout_like_option'] ); ?> />
351
  Box count
352
  </label>
353
  <label>
354
+ <input type="radio" name="fcbkbttn_like_layout" value="button_count" <?php checked( 'button_count', $this->options['layout_like_option'] ); ?> />
355
  Button count
356
  </label>
357
  <label>
358
+ <input type="radio" name="fcbkbttn_like_layout" value="button" <?php checked( 'button', $this->options['layout_like_option'] ); ?> />
359
+ Button
360
+ </label>
361
+ </fieldset>
362
+ </td>
363
+ </tr>
364
+ <tr class="fcbkbttn_share_enabled">
365
+ <th><?php _e( 'Share Button Layout', 'facebook-button-plugin' ); ?></th>
366
+ <td>
367
+ <fieldset class="fcbkbttn_layout_option">
368
+ <label>
369
+ <input id="fcbkbttn_box_count_layout" type="radio" name="fcbkbttn_share_layout" <?php checked( 'box_count', $this->options['layout_share_option'] ); ?> value="box_count" />
370
+ Box count
371
+ </label>
372
+ <label>
373
+ <input type="radio" name="fcbkbttn_share_layout" value="button_count" <?php checked( 'button_count', $this->options['layout_share_option'] ); ?> />
374
+ Button count
375
+ </label>
376
+ <label>
377
+ <input type="radio" name="fcbkbttn_share_layout" value="button" <?php checked( 'button', $this->options['layout_share_option'] ); ?> />
378
  Button
379
  </label>
380
  <label class="fcbkbttn_share_layout">
381
+ <input type="radio" name="fcbkbttn_share_layout" value="icon_link" <?php checked( 'icon_link', $this->options['layout_share_option'] ); ?> />
382
  Icon link
383
  </label>
384
  <label class="fcbkbttn_share_layout">
385
+ <input type="radio" name="fcbkbttn_share_layout" value="icon" <?php checked( 'icon', $this->options['layout_share_option'] ); ?> />
386
  Icon
387
  </label>
388
  <label class="fcbkbttn_share_layout">
389
+ <input type="radio" name="fcbkbttn_share_layout" value="link" <?php checked( 'link', $this->options['layout_share_option'] ); ?> />
390
  Link
391
  </label>
392
  </fieldset>
397
  <td>
398
  <fieldset>
399
  <label>
400
+ <input type="radio" name="fcbkbttn_like_action" value="like" <?php checked( 'like', $this->options['like_action'] ); ?> />
401
+ <?php _e( 'Like', 'facebook-button-plugin' ); ?>
402
  </label>
403
  <br>
404
  <label>
405
+ <input type="radio" name="fcbkbttn_like_action" value="recommend" <?php checked( 'recommend', $this->options['like_action'] ); ?> />
406
+ <?php _e( 'Recommend', 'facebook-button-plugin' ); ?>
407
  </label>
408
  </fieldset>
409
  </td>
410
  </tr>
411
+ <tr class="fcbkbttn_like_standard_layout">
412
  <th><?php _e( 'Friends Faces', 'facebook-button-plugin' ); ?></th>
413
  <td>
414
+ <input name="fcbkbttn_faces" type='checkbox' value="1" <?php checked( $this->options['faces'] ); ?> />
415
+ <span class="bws_info"><?php _e( 'Enable to show faces of your friends who submitted the button.', 'facebook-button-plugin' ); ?></span>
416
  </td>
417
  </tr>
418
+ <tr class="fcbkbttn_like_standard_layout">
419
  <th><?php _e( 'Layout Width', 'facebook-button-plugin' ); ?></th>
420
  <td>
421
+ <label><input name="fcbkbttn_width" type="number" step="1" min="225" max="450" value="<?php echo $this->options['width']; ?>"> <?php _e( 'px', 'facebook-button-plugin' ); ?></label>
422
  </td>
423
  </tr>
424
+ <tr class="fcbkbttn_like_standard_layout">
425
  <th><?php _e( 'Theme', 'facebook-button-plugin' ); ?></th>
426
  <td>
427
  <fieldset>
428
  <label>
429
+ <input type="radio" name="fcbkbttn_color_scheme" value="light" <?php checked( 'light', $this->options['color_scheme'] ) ; ?> />
430
  <?php _e( 'Light', 'facebook-button-plugin' ); ?>
431
  </label>
432
  <br>
433
  <label>
434
+ <input type="radio" name="fcbkbttn_color_scheme" value="dark" <?php checked( 'dark', $this->options['color_scheme'] ); ?> />
435
  <?php _e( 'Dark', 'facebook-button-plugin' ); ?>
436
  </label>
437
  </fieldset>
441
  <th scope="row"><?php _e( 'Like Button HTML Tag', 'facebook-button-plugin' ); ?></th>
442
  <td>
443
  <fieldset>
444
+ <label><input name='fcbkbttn_html5' type='radio' value='0' <?php checked( '0', $this->options['html5'] ); ?> /><?php echo "&lt;fb:like&gt;"; ?></label><br />
445
+ <label><input name='fcbkbttn_html5' type='radio' value='1' <?php checked( '1', $this->options['html5'] ); ?> /><?php echo "&lt;div&gt;"; ?></label>
446
  <br>
447
  <span class="bws_info"><?php printf( __( "Tag %s can be used to improve website code validation.", 'facebook-button-plugin' ), '&lt;div&gt;' ); ?></span>
448
  </fieldset>
449
  </td>
450
  </tr>
451
  </table>
 
452
  <?php if ( ! $this->hide_pro_tabs ) { ?>
453
  <div class="bws_pro_version_bloc fcbkbttn_like_enabled">
454
  <div class="bws_pro_version_table_bloc">
458
  <tr>
459
  <th><?php _e( 'URL to Like', 'facebook-button-plugin' ); ?></th>
460
  <td><input disabled="disabled" name='fcbkbttn_url_to_like' type='text' value="" /><br />
461
+ <span class="bws_info"><?php _e( 'Leave blank to use current page URL.', 'facebook-button-plugin' ); ?></span>
462
  </td>
463
  </tr>
464
  </table>
466
  <?php $this->bws_pro_block_links(); ?>
467
  </div>
468
  <?php } ?>
 
469
  <?php }
470
 
471
  /**
485
  public function display_metabox() { ?>
486
  <div class="postbox">
487
  <h3 class="hndle">
488
+ <?php _e( 'Facebook Button Shortcode', 'facebook-button-plugin' ); ?>
489
  </h3>
490
  <div class="inside">
491
  <?php _e( "Add Facebook button(-s) to your posts, pages, custom post types or widgets by using the following shortcode:", 'facebook-button-plugin' ); ?>
492
+ <?php bws_shortcode_output( '[fb_button]' ); ?>
493
  </div>
494
  </div>
495
  <?php }
509
  <button type="submit" name="bws_hide_premium_options" class="notice-dismiss bws_hide_premium_options" title="<?php _e( 'Close', 'facebook-button-plugin' ); ?>"></button>
510
  <?php _e( 'Facebook Buttons Preview', 'facebook-button-plugin' ); ?>
511
  </h3>
512
+ <div class="inside">
513
  <img src='<?php echo plugins_url( 'images/preview.png', dirname( __FILE__ ) ); ?>' />
514
  </div>
515
  <?php $this->bws_pro_block_links(); ?>
517
  <?php }
518
  }
519
 
 
520
  /**
521
  *
522
  */
543
  </tr>
544
  <tr>
545
  <td colspan="2">
546
+ <img class="fcbkbttn_pro_block" src="<?php echo plugins_url( 'images/pro_screen_1.png', dirname( __FILE__ ) ); ?>" alt="<?php _e( "Example of site pages tree", 'facebook-button-plugin' ); ?>" title="<?php _e( "Example of site pages tree", 'facebook-button-plugin' ); ?>" />
547
  </td>
548
  </tr>
549
  </table>
550
  </div>
551
  <?php $this->bws_pro_block_links(); ?>
552
  </div>
553
+ <?php }
554
  }
555
+ }
includes/deprecated.php ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Includes deprecated functions
4
+ */
5
+
6
+ /**
7
+ * @deprecated since 2.56
8
+ * @todo remove after 01.07.2018
9
+ */
10
+ if ( ! function_exists( 'fcbkbttn_update_options' ) ) {
11
+ function fcbkbttn_update_options() {
12
+ global $fcbkbttn_options;
13
+
14
+ if ( isset( $fcbkbttn_options['layout_option'] ) ) {
15
+ if( 'icon_link' == $fcbkbttn_options['layout_option'] || 'link' == $fcbkbttn_options['layout_option'] || 'icon' == $fcbkbttn_options['layout_option'] ) {
16
+ $fcbkbttn_options['layout_like_option'] = 'standard';
17
+ $fcbkbttn_options['layout_share_option'] = $fcbkbttn_options['layout_option'];
18
+ } else if ( 'standard' == $fcbkbttn_options['layout_option'] ){
19
+ $fcbkbttn_options['layout_like_option'] = $fcbkbttn_options['layout_option'];
20
+ $fcbkbttn_options['layout_share_option'] = 'button_count';
21
+ } else {
22
+ $fcbkbttn_options['layout_like_option'] = $fcbkbttn_options['layout_share_option'] = $fcbkbttn_options['layout_option'];
23
+ }
24
+ unset( $fcbkbttn_options['layout_option'] );
25
+ }
26
+ }
27
+ }
js/script.js CHANGED
@@ -1,4 +1,4 @@
1
- (function($) {
2
  $(document).ready( function() {
3
  function fcbkbttn_my_page() {
4
  if ( $( 'input[name="fcbkbttn_my_page"]' ).is( ":checked" ) ) {
@@ -14,45 +14,49 @@
14
  $( '#fcbkbttn_display_option_custom' ).hide();
15
  }
16
  }
17
- function fcbkbttn_layout_option() {
18
- if ( $( 'input[name="fcbkbttn_layout_option"]:checked' ).val() == 'standard' ) {
19
- $( '.fcbkbttn_like_standard_layout' ).show();
 
20
  } else {
21
- $( '.fcbkbttn_like_standard_layout' ).hide();
 
 
 
 
 
22
  }
23
  }
24
  function fcbkbttn_share() {
25
  if ( $( 'input[name="fcbkbttn_share"]' ).is( ":checked" ) ) {
26
  $( '.fcbkbttn_share_enabled' ).show();
27
  } else {
 
28
  if( ! $( 'input[name="fcbkbttn_like"]' ).is( ":checked" ) ) {
29
- $( '.fcbkbttn_share_enabled' ).hide();
 
 
30
  }
31
  }
32
  }
33
- function fcbkbttn_like() {
34
- if ( $( 'input[name="fcbkbttn_like"]' ).is( ':checked' ) ) {
35
- $( '.fcbkbttn_like_enabled, .fcbkbttn_share_enabled, .fcbkbttn_like_layout' ).show();
36
- $( '.fcbkbttn_share_layout' ).hide();
37
- $( '#fcbkbttn_standard_layout' ).attr( 'checked', 'checked' );
38
- } else {
39
- $( '.fcbkbttn_share_layout' ).show();
40
- $( '#fcbkbttn_box_count_layout' ).attr( 'checked', 'checked' );
41
- $( '.fcbkbttn_like_enabled, .fcbkbttn_like_layout' ).hide();
42
- if ( ! $( 'input[name="fcbkbttn_share"]' ).is( ":checked" ) ) {
43
- $( '.fcbkbttn_share_enabled' ).hide();
44
- } else {
45
- $( '.fcbkbttn_share_enabled' ).show();
46
- }
47
  }
48
- }
49
 
50
- fcbkbttn_display_option();
51
- $( 'input[name="fcbkbttn_display_option"]' ).on( 'change', function() { fcbkbttn_display_option(); });
52
  fcbkbttn_my_page();
53
- $( 'input[name="fcbkbttn_my_page"]' ).on( 'change', function() { fcbkbttn_my_page() });
 
 
 
 
 
 
54
  fcbkbttn_layout_option();
55
- $( 'input[name="fcbkbttn_layout_option"]' ).change( function() {
56
  fcbkbttn_layout_option();
57
  });
58
  fcbkbttn_like();
@@ -63,5 +67,6 @@
63
  $( 'input[name="fcbkbttn_share"]' ).change( function() {
64
  fcbkbttn_share();
65
  });
 
66
  });
67
- })(jQuery);
1
+ ( function( $ ) {
2
  $(document).ready( function() {
3
  function fcbkbttn_my_page() {
4
  if ( $( 'input[name="fcbkbttn_my_page"]' ).is( ":checked" ) ) {
14
  $( '#fcbkbttn_display_option_custom' ).hide();
15
  }
16
  }
17
+ function fcbkbttn_like() {
18
+ if ( $( 'input[name="fcbkbttn_like"]' ).is( ':checked' ) ) {
19
+ $( '.fcbkbttn_like_enabled, .fcbkbttn_share_like_block' ).show();
20
+ fcbkbttn_layout_option();
21
  } else {
22
+ $( '.fcbkbttn_like_enabled, .fcbkbttn_like_standard_layout' ).hide();
23
+ if( ! $( 'input[name="fcbkbttn_share"]' ).is( ":checked" ) ) {
24
+ $( '.fcbkbttn_share_like_block' ).hide();
25
+ } else {
26
+ $( '.fcbkbttn_share_like_block' ).show();
27
+ }
28
  }
29
  }
30
  function fcbkbttn_share() {
31
  if ( $( 'input[name="fcbkbttn_share"]' ).is( ":checked" ) ) {
32
  $( '.fcbkbttn_share_enabled' ).show();
33
  } else {
34
+ $( '.fcbkbttn_share_enabled' ).hide();
35
  if( ! $( 'input[name="fcbkbttn_like"]' ).is( ":checked" ) ) {
36
+ $( '.fcbkbttn_share_like_block' ).hide();
37
+ } else {
38
+ $( '.fcbkbttn_share_like_block' ).show();
39
  }
40
  }
41
  }
42
+ function fcbkbttn_layout_option() {
43
+ if ( $( 'input[name="fcbkbttn_like_layout"]:checked' ).val() == 'standard' ) {
44
+ $( '.fcbkbttn_like_standard_layout' ).show();
45
+ } else {
46
+ $( '.fcbkbttn_like_standard_layout' ).hide();
 
 
 
 
 
 
 
 
 
47
  }
48
+ }
49
 
 
 
50
  fcbkbttn_my_page();
51
+ $( 'input[name="fcbkbttn_my_page"]' ).on( 'change', function() {
52
+ fcbkbttn_my_page();
53
+ } );
54
+ fcbkbttn_display_option();
55
+ $( 'input[name="fcbkbttn_display_option"]' ).on( 'change', function() {
56
+ fcbkbttn_display_option();
57
+ } );
58
  fcbkbttn_layout_option();
59
+ $( 'input[name="fcbkbttn_like_layout"]' ).change( function() {
60
  fcbkbttn_layout_option();
61
  });
62
  fcbkbttn_like();
67
  $( 'input[name="fcbkbttn_share"]' ).change( function() {
68
  fcbkbttn_share();
69
  });
70
+
71
  });
72
+ } )( jQuery );
languages/facebook-button-plugin-cs_CZ.mo CHANGED
Binary file
languages/facebook-button-plugin-cs_CZ.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-07-10 12:20+0300\n"
6
- "PO-Revision-Date: 2017-07-10 12:20+0300\n"
7
- "Last-Translator: Mik013 <n0lim.it>\n"
8
  "Language-Team: Mik013\n"
9
  "Language: cs_CZ\n"
10
  "MIME-Version: 1.0\n"
@@ -17,306 +17,317 @@ 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
- #: facebook-button-plugin.php:35 facebook-button-plugin.php:36
21
- #: facebook-button-plugin.php:176 includes/class-fcbkbttn-settings.php:181
22
  msgid "Facebook Button Settings"
23
  msgstr "Nastavení tlačítka Facebook"
24
 
25
- #: facebook-button-plugin.php:36 facebook-button-plugin.php:382
26
- #: facebook-button-plugin.php:396 includes/class-fcbkbttn-settings.php:23
27
  msgid "Settings"
28
  msgstr "Nastavení"
29
 
30
  #: facebook-button-plugin.php:42
31
  msgid "Upgrade to Pro"
32
- msgstr ""
33
 
34
- #: facebook-button-plugin.php:177
35
- msgid "Please, enable JavaScript in Your browser."
36
- msgstr "Prosím, povolte JavaScript ve vašem prohlížeči."
37
 
38
- #: facebook-button-plugin.php:275
39
  msgid "Add Facebook buttons to your page or post"
40
  msgstr "Přidat Facebook tlačítka na vaši stránku nebo příspěvek"
41
 
42
- #: facebook-button-plugin.php:397
43
  msgid "FAQ"
44
  msgstr "Často kladené otázky (FAQ)"
45
 
46
- #: facebook-button-plugin.php:398
47
  msgid "Support"
48
  msgstr "Podpora"
49
 
50
- #: includes/class-fcbkbttn-settings.php:25
51
  msgid "Display"
52
- msgstr ""
53
 
54
- #: includes/class-fcbkbttn-settings.php:27
55
  msgid "Misc"
56
- msgstr ""
57
 
58
- #: includes/class-fcbkbttn-settings.php:28
59
  msgid "Custom Code"
60
- msgstr ""
61
 
62
- #: includes/class-fcbkbttn-settings.php:30
63
  msgid "License Key"
64
- msgstr ""
65
 
66
- #: includes/class-fcbkbttn-settings.php:107
67
  msgid "Settings saved"
68
  msgstr "Nastavení uloženo"
69
 
70
- #: includes/class-fcbkbttn-settings.php:136
71
  msgid "Error: File size must not exceed 32KB"
72
- msgstr ""
73
 
74
- #: includes/class-fcbkbttn-settings.php:139
75
  msgid "Error: Invalid file type"
76
  msgstr "Chyba: Neplatný typ souboru"
77
 
78
- #: includes/class-fcbkbttn-settings.php:145
79
  msgid "Upload successful."
80
  msgstr "Úspěšně nahráno."
81
 
82
- #: includes/class-fcbkbttn-settings.php:153
83
- msgid "Error: failed to move file."
84
  msgstr ""
85
 
86
- #: includes/class-fcbkbttn-settings.php:156
87
- msgid "Error: check image width or height."
88
  msgstr ""
89
 
90
- #: includes/class-fcbkbttn-settings.php:160
91
- msgid "Uploading Error: check image properties"
92
- msgstr "Chyba nahrávání: zkontrolujte vlastnosti obrazu"
93
 
94
- #: includes/class-fcbkbttn-settings.php:184
95
  msgid "General"
96
- msgstr ""
97
 
98
- #: includes/class-fcbkbttn-settings.php:187
99
  msgid "Buttons"
100
- msgstr ""
101
 
102
- #: includes/class-fcbkbttn-settings.php:190
103
  msgid "Profile URL"
104
- msgstr ""
105
 
106
- #: includes/class-fcbkbttn-settings.php:191
107
- #: includes/class-fcbkbttn-settings.php:386
108
  msgid "Like"
109
  msgstr "To se mi líbí"
110
 
111
- #: includes/class-fcbkbttn-settings.php:192
112
  msgid "Share"
113
  msgstr "Sdílet"
114
 
115
- #: includes/class-fcbkbttn-settings.php:197
116
  msgid "Buttons Size"
117
- msgstr ""
118
 
119
- #: includes/class-fcbkbttn-settings.php:200
120
  msgid "Small"
121
- msgstr ""
122
 
123
- #: includes/class-fcbkbttn-settings.php:201
124
  msgid "Large"
125
- msgstr ""
126
 
127
- #: includes/class-fcbkbttn-settings.php:206
128
  msgid "Buttons Position"
129
- msgstr ""
130
 
131
- #: includes/class-fcbkbttn-settings.php:211
132
  msgid "Before content"
133
- msgstr ""
134
 
135
- #: includes/class-fcbkbttn-settings.php:216
136
  msgid "After content"
137
- msgstr ""
138
 
139
- #: includes/class-fcbkbttn-settings.php:222
140
  msgid "Language"
141
- msgstr ""
142
 
143
- #: includes/class-fcbkbttn-settings.php:233
144
  msgid "Select the default language for Facebook button(-s)."
145
- msgstr ""
146
 
147
- #: includes/class-fcbkbttn-settings.php:242
148
- #: includes/class-fcbkbttn-settings.php:245
149
- #: includes/class-fcbkbttn-settings.php:249
150
  msgid ""
151
  "Enable to switch language automatically on multilingual website using "
152
  "Multilanguage plugin."
153
  msgstr ""
 
 
154
 
155
- #: includes/class-fcbkbttn-settings.php:245
156
- #, php-format
157
- msgid "Activate %s"
158
- msgstr ""
159
 
160
- #: includes/class-fcbkbttn-settings.php:249
161
- msgid "Learn More"
162
- msgstr "Více informací"
163
 
164
- #: includes/class-fcbkbttn-settings.php:254
165
  msgid "Excerpt"
166
- msgstr ""
167
 
168
- #: includes/class-fcbkbttn-settings.php:256
169
  msgid "Enable to display buttons in excerpt."
170
- msgstr ""
171
 
172
- #: includes/class-fcbkbttn-settings.php:265
173
- #: includes/class-fcbkbttn-settings.php:441
174
- #: includes/class-fcbkbttn-settings.php:496
175
  msgid "Close"
176
  msgstr "Zavřít"
177
 
178
- #: includes/class-fcbkbttn-settings.php:269
179
  msgid "Meta Image"
180
- msgstr ""
181
 
182
- #: includes/class-fcbkbttn-settings.php:274
183
  msgid "Featured Image"
184
  msgstr "Vybraný obrázek"
185
 
186
- #: includes/class-fcbkbttn-settings.php:278
187
  msgid "Custom Image"
188
  msgstr "Vlastní obrázek"
189
 
190
- #: includes/class-fcbkbttn-settings.php:278
191
  msgid "This image will be used for all posts"
192
- msgstr ""
193
 
194
- #: includes/class-fcbkbttn-settings.php:285
195
  msgid "Meta Description"
196
- msgstr ""
197
 
198
- #: includes/class-fcbkbttn-settings.php:289
199
  msgid ""
200
  "This description will be used for all pages and posts. Leave blank to use "
201
  "page description."
202
  msgstr ""
 
 
203
 
204
- #: includes/class-fcbkbttn-settings.php:298
205
  msgid "Profile URL Button"
206
- msgstr ""
207
 
208
- #: includes/class-fcbkbttn-settings.php:301
209
  msgid "Facebook ID or Username"
210
- msgstr ""
211
 
212
- #: includes/class-fcbkbttn-settings.php:308
213
  msgid "Profile Button Image"
214
- msgstr ""
215
 
216
- #: includes/class-fcbkbttn-settings.php:315
217
  msgid "Default"
218
- msgstr ""
219
 
220
- #: includes/class-fcbkbttn-settings.php:320
221
  msgid "Custom image"
222
- msgstr ""
223
 
224
- #: includes/class-fcbkbttn-settings.php:324
225
  msgid ""
226
  "To use custom image, You need to setup permissions for upload directory of "
227
  "your site"
228
  msgstr ""
 
 
229
 
230
- #: includes/class-fcbkbttn-settings.php:331
231
  msgid "Current image"
232
  msgstr "Aktuální obrázek"
233
 
234
- #: includes/class-fcbkbttn-settings.php:339
235
  msgid ""
236
- "Image requirements: max image width:100px; max image height:40px; max image "
237
- "size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
238
  msgstr ""
239
 
240
- #: includes/class-fcbkbttn-settings.php:343
241
  msgid "Like&Share Buttons"
 
 
 
 
242
  msgstr ""
243
 
244
- #: includes/class-fcbkbttn-settings.php:346
245
- msgid "Layout"
246
  msgstr ""
247
 
248
- #: includes/class-fcbkbttn-settings.php:381
249
  msgid "Like Button Action"
250
- msgstr ""
251
 
252
- #: includes/class-fcbkbttn-settings.php:391
253
  msgid "Recommend"
254
  msgstr "Doporučit"
255
 
256
- #: includes/class-fcbkbttn-settings.php:397
257
  msgid "Friends Faces"
258
- msgstr ""
259
 
260
- #: includes/class-fcbkbttn-settings.php:400
261
- msgid " Enable to show faces of your friends who submitted the button."
262
  msgstr ""
263
 
264
- #: includes/class-fcbkbttn-settings.php:404
265
  msgid "Layout Width"
266
- msgstr ""
267
 
268
- #: includes/class-fcbkbttn-settings.php:406
269
  msgid "px"
270
- msgstr ""
271
 
272
- #: includes/class-fcbkbttn-settings.php:410
273
  msgid "Theme"
274
- msgstr ""
275
 
276
- #: includes/class-fcbkbttn-settings.php:415
277
  msgid "Light"
278
  msgstr "Světlé"
279
 
280
- #: includes/class-fcbkbttn-settings.php:420
281
  msgid "Dark"
282
  msgstr "Tmavé"
283
 
284
- #: includes/class-fcbkbttn-settings.php:426
285
  msgid "Like Button HTML Tag"
286
- msgstr ""
287
 
288
- #: includes/class-fcbkbttn-settings.php:432
289
  #, php-format
290
  msgid "Tag %s can be used to improve website code validation."
291
- msgstr ""
292
 
293
- #: includes/class-fcbkbttn-settings.php:445
294
  msgid "URL to Like"
295
- msgstr ""
296
 
297
- #: includes/class-fcbkbttn-settings.php:447
298
- msgid "Leave blank to use a current page."
299
  msgstr ""
300
 
301
- #: includes/class-fcbkbttn-settings.php:475
302
- msgid "Facebook Buttons Shortcode"
303
  msgstr ""
304
 
305
- #: includes/class-fcbkbttn-settings.php:478
306
  msgid ""
307
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
308
  "by using the following shortcode:"
309
  msgstr ""
 
 
310
 
311
- #: includes/class-fcbkbttn-settings.php:497
312
  msgid "Facebook Buttons Preview"
313
- msgstr ""
314
 
315
- #: includes/class-fcbkbttn-settings.php:512
316
  msgid "Display Settings"
317
- msgstr ""
318
 
319
- #: includes/class-fcbkbttn-settings.php:521
320
  msgid ""
321
  "Please choose the necessary post types (or single pages) where Facebook "
322
  "button will be displayed:"
@@ -324,13 +335,52 @@ msgstr ""
324
  "Prosím, vyberte požadované typy příspěvků (nebo jednotlivé stránky), kde "
325
  "budou zobrazeno tlačítko Facebook:"
326
 
327
- #: includes/class-fcbkbttn-settings.php:528
328
  msgid "Show URL for pages"
329
  msgstr "Zobrazit URL pro stránky"
330
 
331
- #: includes/class-fcbkbttn-settings.php:534
332
  msgid "Example of site pages tree"
333
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
 
335
  #~ msgid "Error: File size > 32K"
336
  #~ msgstr "Chyba: Velikost souboru > 32K"
@@ -411,9 +461,6 @@ msgstr ""
411
  #~ msgid "Using"
412
  #~ msgstr "Použití"
413
 
414
- #~ msgid "Activate"
415
- #~ msgstr "Aktivovat"
416
-
417
  #~ msgid "Download"
418
  #~ msgstr "Stáhnout"
419
 
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-01-16 14:38+0200\n"
6
+ "PO-Revision-Date: 2018-01-16 14:38+0200\n"
7
+ "Last-Translator: Mik013\n"
8
  "Language-Team: Mik013\n"
9
  "Language: cs_CZ\n"
10
  "MIME-Version: 1.0\n"
17
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: facebook-button-plugin.php:36 facebook-button-plugin.php:37
21
+ #: facebook-button-plugin.php:207 includes/class-fcbkbttn-settings.php:179
22
  msgid "Facebook Button Settings"
23
  msgstr "Nastavení tlačítka Facebook"
24
 
25
+ #: facebook-button-plugin.php:37 facebook-button-plugin.php:423
26
+ #: facebook-button-plugin.php:437 includes/class-fcbkbttn-settings.php:23
27
  msgid "Settings"
28
  msgstr "Nastavení"
29
 
30
  #: facebook-button-plugin.php:42
31
  msgid "Upgrade to Pro"
32
+ msgstr "Aktualizovat na Pro"
33
 
34
+ #: facebook-button-plugin.php:208
35
+ msgid "Please, enable JavaScript in your browser."
36
+ msgstr ""
37
 
38
+ #: facebook-button-plugin.php:310
39
  msgid "Add Facebook buttons to your page or post"
40
  msgstr "Přidat Facebook tlačítka na vaši stránku nebo příspěvek"
41
 
42
+ #: facebook-button-plugin.php:439
43
  msgid "FAQ"
44
  msgstr "Často kladené otázky (FAQ)"
45
 
46
+ #: facebook-button-plugin.php:440
47
  msgid "Support"
48
  msgstr "Podpora"
49
 
50
+ #: includes/class-fcbkbttn-settings.php:24
51
  msgid "Display"
52
+ msgstr "Zobrazení"
53
 
54
+ #: includes/class-fcbkbttn-settings.php:25
55
  msgid "Misc"
56
+ msgstr "Různé"
57
 
58
+ #: includes/class-fcbkbttn-settings.php:26
59
  msgid "Custom Code"
60
+ msgstr "Vlastní kód"
61
 
62
+ #: includes/class-fcbkbttn-settings.php:27
63
  msgid "License Key"
64
+ msgstr "Licenční klíč"
65
 
66
+ #: includes/class-fcbkbttn-settings.php:103
67
  msgid "Settings saved"
68
  msgstr "Nastavení uloženo"
69
 
70
+ #: includes/class-fcbkbttn-settings.php:132
71
  msgid "Error: File size must not exceed 32KB"
72
+ msgstr "Chyba: Velikost souboru nesmí přesáhnout 32KB"
73
 
74
+ #: includes/class-fcbkbttn-settings.php:135
75
  msgid "Error: Invalid file type"
76
  msgstr "Chyba: Neplatný typ souboru"
77
 
78
+ #: includes/class-fcbkbttn-settings.php:141
79
  msgid "Upload successful."
80
  msgstr "Úspěšně nahráno."
81
 
82
+ #: includes/class-fcbkbttn-settings.php:149
83
+ msgid "Error: Failed to move file."
84
  msgstr ""
85
 
86
+ #: includes/class-fcbkbttn-settings.php:152
87
+ msgid "Error: Check image width or height."
88
  msgstr ""
89
 
90
+ #: includes/class-fcbkbttn-settings.php:156
91
+ msgid "Uploading Error: Check image properties"
92
+ msgstr ""
93
 
94
+ #: includes/class-fcbkbttn-settings.php:182
95
  msgid "General"
96
+ msgstr "Obecné"
97
 
98
+ #: includes/class-fcbkbttn-settings.php:185
99
  msgid "Buttons"
100
+ msgstr "Tlačítka"
101
 
102
+ #: includes/class-fcbkbttn-settings.php:188
103
  msgid "Profile URL"
104
+ msgstr "URL profilu"
105
 
106
+ #: includes/class-fcbkbttn-settings.php:189
107
+ #: includes/class-fcbkbttn-settings.php:401
108
  msgid "Like"
109
  msgstr "To se mi líbí"
110
 
111
+ #: includes/class-fcbkbttn-settings.php:190
112
  msgid "Share"
113
  msgstr "Sdílet"
114
 
115
+ #: includes/class-fcbkbttn-settings.php:195
116
  msgid "Buttons Size"
117
+ msgstr "Velikost tlačítek"
118
 
119
+ #: includes/class-fcbkbttn-settings.php:198
120
  msgid "Small"
121
+ msgstr "Malé"
122
 
123
+ #: includes/class-fcbkbttn-settings.php:199
124
  msgid "Large"
125
+ msgstr "Velké"
126
 
127
+ #: includes/class-fcbkbttn-settings.php:204
128
  msgid "Buttons Position"
129
+ msgstr "Umístění tlačítek"
130
 
131
+ #: includes/class-fcbkbttn-settings.php:209
132
  msgid "Before content"
133
+ msgstr "Před obsahem"
134
 
135
+ #: includes/class-fcbkbttn-settings.php:214
136
  msgid "After content"
137
+ msgstr "Za obsahem"
138
 
139
+ #: includes/class-fcbkbttn-settings.php:220
140
  msgid "Language"
141
+ msgstr "Jazyk"
142
 
143
+ #: includes/class-fcbkbttn-settings.php:231
144
  msgid "Select the default language for Facebook button(-s)."
145
+ msgstr "Vyberte výchozí jazyk pro Facebook tlačítko/a."
146
 
147
+ #: includes/class-fcbkbttn-settings.php:240
148
+ #: includes/class-fcbkbttn-settings.php:243
149
+ #: includes/class-fcbkbttn-settings.php:247
150
  msgid ""
151
  "Enable to switch language automatically on multilingual website using "
152
  "Multilanguage plugin."
153
  msgstr ""
154
+ "Povolit automatické přepnutí jazyka na vícejazyčných webech s pluginem "
155
+ "Multilanguage."
156
 
157
+ #: includes/class-fcbkbttn-settings.php:243
158
+ msgid "Activate"
159
+ msgstr "Aktivovat"
 
160
 
161
+ #: includes/class-fcbkbttn-settings.php:247
162
+ msgid "Install Now"
163
+ msgstr ""
164
 
165
+ #: includes/class-fcbkbttn-settings.php:252
166
  msgid "Excerpt"
167
+ msgstr "Stručný obsah"
168
 
169
+ #: includes/class-fcbkbttn-settings.php:254
170
  msgid "Enable to display buttons in excerpt."
171
+ msgstr "Zobrazit tlačítka ve stručném obsahu."
172
 
173
+ #: includes/class-fcbkbttn-settings.php:262
174
+ #: includes/class-fcbkbttn-settings.php:455
175
+ #: includes/class-fcbkbttn-settings.php:509
176
  msgid "Close"
177
  msgstr "Zavřít"
178
 
179
+ #: includes/class-fcbkbttn-settings.php:266
180
  msgid "Meta Image"
181
+ msgstr "Meta obrázek"
182
 
183
+ #: includes/class-fcbkbttn-settings.php:271
184
  msgid "Featured Image"
185
  msgstr "Vybraný obrázek"
186
 
187
+ #: includes/class-fcbkbttn-settings.php:275
188
  msgid "Custom Image"
189
  msgstr "Vlastní obrázek"
190
 
191
+ #: includes/class-fcbkbttn-settings.php:275
192
  msgid "This image will be used for all posts"
193
+ msgstr "Tento obrázek bude použit pro všechny příspěvky"
194
 
195
+ #: includes/class-fcbkbttn-settings.php:282
196
  msgid "Meta Description"
197
+ msgstr "Meta popis"
198
 
199
+ #: includes/class-fcbkbttn-settings.php:286
200
  msgid ""
201
  "This description will be used for all pages and posts. Leave blank to use "
202
  "page description."
203
  msgstr ""
204
+ "Tento popis bude použit pro všechny stránky a příspěvky. Ponechte nevyplněné "
205
+ "pro použití původního popisu stránky."
206
 
207
+ #: includes/class-fcbkbttn-settings.php:294
208
  msgid "Profile URL Button"
209
+ msgstr "Tlačítko URL profilu"
210
 
211
+ #: includes/class-fcbkbttn-settings.php:297
212
  msgid "Facebook ID or Username"
213
+ msgstr "Facebook ID nebo uživatelské jméno"
214
 
215
+ #: includes/class-fcbkbttn-settings.php:304
216
  msgid "Profile Button Image"
217
+ msgstr "Obrázek tlačítka profilu"
218
 
219
+ #: includes/class-fcbkbttn-settings.php:311
220
  msgid "Default"
221
+ msgstr "Výchozí"
222
 
223
+ #: includes/class-fcbkbttn-settings.php:316
224
  msgid "Custom image"
225
+ msgstr "Vlastní obrázek"
226
 
227
+ #: includes/class-fcbkbttn-settings.php:320
228
  msgid ""
229
  "To use custom image, You need to setup permissions for upload directory of "
230
  "your site"
231
  msgstr ""
232
+ "Chcete-li použít vlastní obrázek, je nutné nastavit oprávnění ke složce "
233
+ "Upload na vašem webu"
234
 
235
+ #: includes/class-fcbkbttn-settings.php:327
236
  msgid "Current image"
237
  msgstr "Aktuální obrázek"
238
 
239
+ #: includes/class-fcbkbttn-settings.php:335
240
  msgid ""
241
+ "Image requirements: max image width: 100px; max image height: 40px; max "
242
+ "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
243
  msgstr ""
244
 
245
+ #: includes/class-fcbkbttn-settings.php:339
246
  msgid "Like&Share Buttons"
247
+ msgstr "Tlačítka To se mi líbí a Sdílet"
248
+
249
+ #: includes/class-fcbkbttn-settings.php:342
250
+ msgid "Like Button Layout"
251
  msgstr ""
252
 
253
+ #: includes/class-fcbkbttn-settings.php:365
254
+ msgid "Share Button Layout"
255
  msgstr ""
256
 
257
+ #: includes/class-fcbkbttn-settings.php:396
258
  msgid "Like Button Action"
259
+ msgstr "Akce tlačítka To se mi líbí"
260
 
261
+ #: includes/class-fcbkbttn-settings.php:406
262
  msgid "Recommend"
263
  msgstr "Doporučit"
264
 
265
+ #: includes/class-fcbkbttn-settings.php:412
266
  msgid "Friends Faces"
267
+ msgstr "Profilové foto přátel"
268
 
269
+ #: includes/class-fcbkbttn-settings.php:415
270
+ msgid "Enable to show faces of your friends who submitted the button."
271
  msgstr ""
272
 
273
+ #: includes/class-fcbkbttn-settings.php:419
274
  msgid "Layout Width"
275
+ msgstr "Šířka layoutu"
276
 
277
+ #: includes/class-fcbkbttn-settings.php:421
278
  msgid "px"
279
+ msgstr "px"
280
 
281
+ #: includes/class-fcbkbttn-settings.php:425
282
  msgid "Theme"
283
+ msgstr "Šablona"
284
 
285
+ #: includes/class-fcbkbttn-settings.php:430
286
  msgid "Light"
287
  msgstr "Světlé"
288
 
289
+ #: includes/class-fcbkbttn-settings.php:435
290
  msgid "Dark"
291
  msgstr "Tmavé"
292
 
293
+ #: includes/class-fcbkbttn-settings.php:441
294
  msgid "Like Button HTML Tag"
295
+ msgstr "HTML tag pro tlačítko To se mi líbí"
296
 
297
+ #: includes/class-fcbkbttn-settings.php:447
298
  #, php-format
299
  msgid "Tag %s can be used to improve website code validation."
300
+ msgstr "Ke zlepšení ověření kódu webové stránky lze použít štítek %s."
301
 
302
+ #: includes/class-fcbkbttn-settings.php:459
303
  msgid "URL to Like"
304
+ msgstr "URL pro like"
305
 
306
+ #: includes/class-fcbkbttn-settings.php:461
307
+ msgid "Leave blank to use current page URL."
308
  msgstr ""
309
 
310
+ #: includes/class-fcbkbttn-settings.php:488
311
+ msgid "Facebook Button Shortcode"
312
  msgstr ""
313
 
314
+ #: includes/class-fcbkbttn-settings.php:491
315
  msgid ""
316
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
317
  "by using the following shortcode:"
318
  msgstr ""
319
+ "Přidat Facebook tlačítko/a do příspěvků, stránek, vlastních typů příspěvků "
320
+ "nebo widgetů pomocí následujícího zkráceného kódu:"
321
 
322
+ #: includes/class-fcbkbttn-settings.php:510
323
  msgid "Facebook Buttons Preview"
324
+ msgstr "Náhled Facebook tlačítek"
325
 
326
+ #: includes/class-fcbkbttn-settings.php:524
327
  msgid "Display Settings"
328
+ msgstr "Nastavení zobrazení"
329
 
330
+ #: includes/class-fcbkbttn-settings.php:533
331
  msgid ""
332
  "Please choose the necessary post types (or single pages) where Facebook "
333
  "button will be displayed:"
335
  "Prosím, vyberte požadované typy příspěvků (nebo jednotlivé stránky), kde "
336
  "budou zobrazeno tlačítko Facebook:"
337
 
338
+ #: includes/class-fcbkbttn-settings.php:540
339
  msgid "Show URL for pages"
340
  msgstr "Zobrazit URL pro stránky"
341
 
342
+ #: includes/class-fcbkbttn-settings.php:546
343
  msgid "Example of site pages tree"
344
+ msgstr "Příklad stromu stránek webu"
345
+
346
+ #~ msgid "Layout"
347
+ #~ msgstr "Vzhled"
348
+
349
+ #~ msgid "Please, enable JavaScript in Your browser."
350
+ #~ msgstr "Prosím, povolte JavaScript ve vašem prohlížeči."
351
+
352
+ #~ msgid "Error: failed to move file."
353
+ #~ msgstr "Chyba: Soubor se nepodařilo přesunout."
354
+
355
+ #~ msgid "Error: check image width or height."
356
+ #~ msgstr "Chyba: zkontrolujte šířku nebo výšku obrázku."
357
+
358
+ #~ msgid "Uploading Error: check image properties"
359
+ #~ msgstr "Chyba nahrávání: zkontrolujte vlastnosti obrazu"
360
+
361
+ #~ msgid ""
362
+ #~ "Image requirements: max image width:100px; max image height:40px; max "
363
+ #~ "image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
364
+ #~ msgstr ""
365
+ #~ "Požadavky obrázku: maximální šířka:100px; maximální výška:40px; maximální "
366
+ #~ "velikost:32Kb; typy obrázků:\"jpg\", \"jpeg\", \"png\"."
367
+
368
+ #~ msgid " Enable to show faces of your friends who submitted the button."
369
+ #~ msgstr ""
370
+ #~ " Zapnout zobrazování profilové fotky vašich přátel, kteří kliknuli na "
371
+ #~ "tlačítko."
372
+
373
+ #~ msgid "Leave blank to use a current page."
374
+ #~ msgstr "Ponechte nevyplněné pro použití aktuální stránky."
375
+
376
+ #~ msgid "Facebook Buttons Shortcode"
377
+ #~ msgstr "Zkrácený kód Facebook tlačítek"
378
+
379
+ #~ msgid "Activate %s"
380
+ #~ msgstr "Aktivovat %s"
381
+
382
+ #~ msgid "Learn More"
383
+ #~ msgstr "Více informací"
384
 
385
  #~ msgid "Error: File size > 32K"
386
  #~ msgstr "Chyba: Velikost souboru > 32K"
461
  #~ msgid "Using"
462
  #~ msgstr "Použití"
463
 
 
 
 
464
  #~ msgid "Download"
465
  #~ msgstr "Stáhnout"
466
 
languages/facebook-button-plugin-es_ES.mo CHANGED
Binary file
languages/facebook-button-plugin-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-07-10 12:20+0300\n"
6
- "PO-Revision-Date: 2017-07-10 12:20+0300\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Africa Boleko <info@markekimika.es>\n"
9
  "Language: es_ES\n"
@@ -18,13 +18,13 @@ msgstr ""
18
  "X-Poedit-Bookmarks: -1,102,-1,-1,-1,-1,-1,-1,-1,-1\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: facebook-button-plugin.php:35 facebook-button-plugin.php:36
22
- #: facebook-button-plugin.php:176 includes/class-fcbkbttn-settings.php:181
23
  msgid "Facebook Button Settings"
24
  msgstr "Ajustes de Facebook Button"
25
 
26
- #: facebook-button-plugin.php:36 facebook-button-plugin.php:382
27
- #: facebook-button-plugin.php:396 includes/class-fcbkbttn-settings.php:23
28
  msgid "Settings"
29
  msgstr "Ajustes"
30
 
@@ -32,214 +32,211 @@ msgstr "Ajustes"
32
  msgid "Upgrade to Pro"
33
  msgstr ""
34
 
35
- #: facebook-button-plugin.php:177
36
- msgid "Please, enable JavaScript in Your browser."
37
- msgstr "Por favor, habilite JavaScrip en su navegador"
38
 
39
- #: facebook-button-plugin.php:275
40
  msgid "Add Facebook buttons to your page or post"
41
  msgstr "Añada los botones de Facebook a su página o post"
42
 
43
- #: facebook-button-plugin.php:397
44
  msgid "FAQ"
45
  msgstr "Preguntas frecuentes"
46
 
47
- #: facebook-button-plugin.php:398
48
  msgid "Support"
49
  msgstr "Soporte"
50
 
51
- #: includes/class-fcbkbttn-settings.php:25
52
  #, fuzzy
53
  msgid "Display"
54
  msgstr "Botón despliegue"
55
 
56
- #: includes/class-fcbkbttn-settings.php:27
57
  msgid "Misc"
58
  msgstr ""
59
 
60
- #: includes/class-fcbkbttn-settings.php:28
61
  #, fuzzy
62
  msgid "Custom Code"
63
  msgstr "Custom código"
64
 
65
- #: includes/class-fcbkbttn-settings.php:30
66
  #, fuzzy
67
  msgid "License Key"
68
  msgstr "Clave de licencia incorrecta"
69
 
70
- #: includes/class-fcbkbttn-settings.php:107
71
  msgid "Settings saved"
72
  msgstr "Configuración guardada"
73
 
74
- #: includes/class-fcbkbttn-settings.php:136
75
  msgid "Error: File size must not exceed 32KB"
76
  msgstr ""
77
 
78
- #: includes/class-fcbkbttn-settings.php:139
79
  msgid "Error: Invalid file type"
80
  msgstr "Error: Tipo de archivo no válido"
81
 
82
- #: includes/class-fcbkbttn-settings.php:145
83
  msgid "Upload successful."
84
  msgstr "Descarga correcta"
85
 
86
- #: includes/class-fcbkbttn-settings.php:153
87
- #, fuzzy
88
- msgid "Error: failed to move file."
89
- msgstr "Error: error al mover archivo"
90
 
91
- #: includes/class-fcbkbttn-settings.php:156
92
- #, fuzzy
93
- msgid "Error: check image width or height."
94
- msgstr "Error: Compruebe la altura o anchura de la imagen"
95
 
96
- #: includes/class-fcbkbttn-settings.php:160
97
- msgid "Uploading Error: check image properties"
98
- msgstr "Error de descarga: compruebe las propiedades de la imagen"
99
 
100
- #: includes/class-fcbkbttn-settings.php:184
101
  msgid "General"
102
  msgstr ""
103
 
104
- #: includes/class-fcbkbttn-settings.php:187
105
  #, fuzzy
106
  msgid "Buttons"
107
  msgstr "Diseño del botón"
108
 
109
- #: includes/class-fcbkbttn-settings.php:190
110
  msgid "Profile URL"
111
  msgstr ""
112
 
113
- #: includes/class-fcbkbttn-settings.php:191
114
- #: includes/class-fcbkbttn-settings.php:386
115
  msgid "Like"
116
  msgstr "Me gusta"
117
 
118
- #: includes/class-fcbkbttn-settings.php:192
119
  msgid "Share"
120
  msgstr "Compartir"
121
 
122
- #: includes/class-fcbkbttn-settings.php:197
123
  msgid "Buttons Size"
124
  msgstr ""
125
 
126
- #: includes/class-fcbkbttn-settings.php:200
127
  msgid "Small"
128
  msgstr ""
129
 
130
- #: includes/class-fcbkbttn-settings.php:201
131
  msgid "Large"
132
  msgstr ""
133
 
134
- #: includes/class-fcbkbttn-settings.php:206
135
  #, fuzzy
136
  msgid "Buttons Position"
137
  msgstr "Posición Facebook Buttons"
138
 
139
- #: includes/class-fcbkbttn-settings.php:211
140
  #, fuzzy
141
  msgid "Before content"
142
  msgstr "Antes y Después"
143
 
144
- #: includes/class-fcbkbttn-settings.php:216
145
  msgid "After content"
146
  msgstr ""
147
 
148
- #: includes/class-fcbkbttn-settings.php:222
149
  msgid "Language"
150
  msgstr ""
151
 
152
- #: includes/class-fcbkbttn-settings.php:233
153
  #, fuzzy
154
  msgid "Select the default language for Facebook button(-s)."
155
  msgstr "Cambie el idioma de Facebook Button"
156
 
157
- #: includes/class-fcbkbttn-settings.php:242
158
- #: includes/class-fcbkbttn-settings.php:245
159
- #: includes/class-fcbkbttn-settings.php:249
160
  msgid ""
161
  "Enable to switch language automatically on multilingual website using "
162
  "Multilanguage plugin."
163
  msgstr ""
164
 
165
- #: includes/class-fcbkbttn-settings.php:245
166
- #, fuzzy, php-format
167
- msgid "Activate %s"
168
- msgstr "Activado"
169
 
170
- #: includes/class-fcbkbttn-settings.php:249
171
- msgid "Learn More"
172
- msgstr "Conozca más"
173
 
174
- #: includes/class-fcbkbttn-settings.php:254
175
  #, fuzzy
176
  msgid "Excerpt"
177
  msgstr "Post fragmentado"
178
 
179
- #: includes/class-fcbkbttn-settings.php:256
180
  #, fuzzy
181
  msgid "Enable to display buttons in excerpt."
182
  msgstr "Despliegue el botón en el fragmento"
183
 
184
- #: includes/class-fcbkbttn-settings.php:265
185
- #: includes/class-fcbkbttn-settings.php:441
186
- #: includes/class-fcbkbttn-settings.php:496
187
  msgid "Close"
188
  msgstr "Cerrar"
189
 
190
- #: includes/class-fcbkbttn-settings.php:269
191
  #, fuzzy
192
  msgid "Meta Image"
193
  msgstr "Meta etiquetas"
194
 
195
- #: includes/class-fcbkbttn-settings.php:274
196
  msgid "Featured Image"
197
  msgstr "Imagen distintitiva"
198
 
199
- #: includes/class-fcbkbttn-settings.php:278
200
  msgid "Custom Image"
201
  msgstr "Imagen customizada"
202
 
203
- #: includes/class-fcbkbttn-settings.php:278
204
  #, fuzzy
205
  msgid "This image will be used for all posts"
206
  msgstr "Esta imagen serà usada para todos los posts"
207
 
208
- #: includes/class-fcbkbttn-settings.php:285
209
  #, fuzzy
210
  msgid "Meta Description"
211
  msgstr "Descripción"
212
 
213
- #: includes/class-fcbkbttn-settings.php:289
214
  #, fuzzy
215
  msgid ""
216
  "This description will be used for all pages and posts. Leave blank to use "
217
  "page description."
218
  msgstr "Esta descripción será utilitzada en todos los post"
219
 
220
- #: includes/class-fcbkbttn-settings.php:298
221
  msgid "Profile URL Button"
222
  msgstr ""
223
 
224
- #: includes/class-fcbkbttn-settings.php:301
225
  #, fuzzy
226
  msgid "Facebook ID or Username"
227
  msgstr "Su ID de Facebook o usuario"
228
 
229
- #: includes/class-fcbkbttn-settings.php:308
230
  msgid "Profile Button Image"
231
  msgstr ""
232
 
233
- #: includes/class-fcbkbttn-settings.php:315
234
  msgid "Default"
235
  msgstr ""
236
 
237
- #: includes/class-fcbkbttn-settings.php:320
238
  #, fuzzy
239
  msgid "Custom image"
240
  msgstr "Imagen customizada"
241
 
242
- #: includes/class-fcbkbttn-settings.php:324
243
  #, fuzzy
244
  msgid ""
245
  "To use custom image, You need to setup permissions for upload directory of "
@@ -248,107 +245,106 @@ msgstr ""
248
  "Para utilizar imágenes personalizadas necessita instalar permisos para "
249
  "descargar el directorio de su sitio"
250
 
251
- #: includes/class-fcbkbttn-settings.php:331
252
  msgid "Current image"
253
  msgstr "Imagen actual"
254
 
255
- #: includes/class-fcbkbttn-settings.php:339
256
- #, fuzzy
257
  msgid ""
258
- "Image requirements: max image width:100px; max image height:40px; max image "
259
- "size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
260
  msgstr ""
261
- "Propiedades de imagen: ancho máximo de imagen: 100 px; altura màxima de "
262
- "imagen: 40px; tamaño máximo de imagen: 32Kb; tipus de imagen: \"jpg\", \"jpeg"
263
- "\", \"png\"."
264
 
265
- #: includes/class-fcbkbttn-settings.php:343
266
  #, fuzzy
267
  msgid "Like&Share Buttons"
268
  msgstr "Acción del botón \"me gusta\""
269
 
270
- #: includes/class-fcbkbttn-settings.php:346
271
- #, fuzzy
272
- msgid "Layout"
273
- msgstr "Ancho del diseño"
 
 
 
274
 
275
- #: includes/class-fcbkbttn-settings.php:381
276
  #, fuzzy
277
  msgid "Like Button Action"
278
  msgstr "Acción del botón \"me gusta\""
279
 
280
- #: includes/class-fcbkbttn-settings.php:391
281
  msgid "Recommend"
282
  msgstr "Recomendar"
283
 
284
- #: includes/class-fcbkbttn-settings.php:397
285
  msgid "Friends Faces"
286
  msgstr ""
287
 
288
- #: includes/class-fcbkbttn-settings.php:400
289
- msgid " Enable to show faces of your friends who submitted the button."
290
  msgstr ""
291
 
292
- #: includes/class-fcbkbttn-settings.php:404
293
  #, fuzzy
294
  msgid "Layout Width"
295
  msgstr "Ancho del diseño"
296
 
297
- #: includes/class-fcbkbttn-settings.php:406
298
  msgid "px"
299
  msgstr ""
300
 
301
- #: includes/class-fcbkbttn-settings.php:410
302
  msgid "Theme"
303
  msgstr ""
304
 
305
- #: includes/class-fcbkbttn-settings.php:415
306
  msgid "Light"
307
  msgstr "Claro"
308
 
309
- #: includes/class-fcbkbttn-settings.php:420
310
  msgid "Dark"
311
  msgstr "Oscuro"
312
 
313
- #: includes/class-fcbkbttn-settings.php:426
314
  #, fuzzy
315
  msgid "Like Button HTML Tag"
316
  msgstr "Acción del botón \"me gusta\""
317
 
318
- #: includes/class-fcbkbttn-settings.php:432
319
  #, php-format
320
  msgid "Tag %s can be used to improve website code validation."
321
  msgstr ""
322
 
323
- #: includes/class-fcbkbttn-settings.php:445
324
  msgid "URL to Like"
325
  msgstr ""
326
 
327
- #: includes/class-fcbkbttn-settings.php:447
328
- msgid "Leave blank to use a current page."
329
  msgstr ""
330
 
331
- #: includes/class-fcbkbttn-settings.php:475
332
- msgid "Facebook Buttons Shortcode"
333
  msgstr ""
334
 
335
- #: includes/class-fcbkbttn-settings.php:478
336
  msgid ""
337
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
338
  "by using the following shortcode:"
339
  msgstr ""
340
 
341
- #: includes/class-fcbkbttn-settings.php:497
342
  #, fuzzy
343
  msgid "Facebook Buttons Preview"
344
  msgstr "Vista preliminar del Facebook Button"
345
 
346
- #: includes/class-fcbkbttn-settings.php:512
347
  #, fuzzy
348
  msgid "Display Settings"
349
  msgstr "Botón despliegue"
350
 
351
- #: includes/class-fcbkbttn-settings.php:521
352
  msgid ""
353
  "Please choose the necessary post types (or single pages) where Facebook "
354
  "button will be displayed:"
@@ -356,14 +352,48 @@ msgstr ""
356
  "Por favor, escoja los tipos de post necesario (o pàgines individuales) donde "
357
  "el Facebook Button debe ser mostrado:"
358
 
359
- #: includes/class-fcbkbttn-settings.php:528
360
  msgid "Show URL for pages"
361
  msgstr "Mostrar la URL de las páginas"
362
 
363
- #: includes/class-fcbkbttn-settings.php:534
364
  msgid "Example of site pages tree"
365
  msgstr ""
366
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
367
  #~ msgid "Error: File size > 32K"
368
  #~ msgstr "Error: Tamaño archivo >32K"
369
 
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-01-16 14:38+0200\n"
6
+ "PO-Revision-Date: 2018-01-16 14:38+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Africa Boleko <info@markekimika.es>\n"
9
  "Language: es_ES\n"
18
  "X-Poedit-Bookmarks: -1,102,-1,-1,-1,-1,-1,-1,-1,-1\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: facebook-button-plugin.php:36 facebook-button-plugin.php:37
22
+ #: facebook-button-plugin.php:207 includes/class-fcbkbttn-settings.php:179
23
  msgid "Facebook Button Settings"
24
  msgstr "Ajustes de Facebook Button"
25
 
26
+ #: facebook-button-plugin.php:37 facebook-button-plugin.php:423
27
+ #: facebook-button-plugin.php:437 includes/class-fcbkbttn-settings.php:23
28
  msgid "Settings"
29
  msgstr "Ajustes"
30
 
32
  msgid "Upgrade to Pro"
33
  msgstr ""
34
 
35
+ #: facebook-button-plugin.php:208
36
+ msgid "Please, enable JavaScript in your browser."
37
+ msgstr ""
38
 
39
+ #: facebook-button-plugin.php:310
40
  msgid "Add Facebook buttons to your page or post"
41
  msgstr "Añada los botones de Facebook a su página o post"
42
 
43
+ #: facebook-button-plugin.php:439
44
  msgid "FAQ"
45
  msgstr "Preguntas frecuentes"
46
 
47
+ #: facebook-button-plugin.php:440
48
  msgid "Support"
49
  msgstr "Soporte"
50
 
51
+ #: includes/class-fcbkbttn-settings.php:24
52
  #, fuzzy
53
  msgid "Display"
54
  msgstr "Botón despliegue"
55
 
56
+ #: includes/class-fcbkbttn-settings.php:25
57
  msgid "Misc"
58
  msgstr ""
59
 
60
+ #: includes/class-fcbkbttn-settings.php:26
61
  #, fuzzy
62
  msgid "Custom Code"
63
  msgstr "Custom código"
64
 
65
+ #: includes/class-fcbkbttn-settings.php:27
66
  #, fuzzy
67
  msgid "License Key"
68
  msgstr "Clave de licencia incorrecta"
69
 
70
+ #: includes/class-fcbkbttn-settings.php:103
71
  msgid "Settings saved"
72
  msgstr "Configuración guardada"
73
 
74
+ #: includes/class-fcbkbttn-settings.php:132
75
  msgid "Error: File size must not exceed 32KB"
76
  msgstr ""
77
 
78
+ #: includes/class-fcbkbttn-settings.php:135
79
  msgid "Error: Invalid file type"
80
  msgstr "Error: Tipo de archivo no válido"
81
 
82
+ #: includes/class-fcbkbttn-settings.php:141
83
  msgid "Upload successful."
84
  msgstr "Descarga correcta"
85
 
86
+ #: includes/class-fcbkbttn-settings.php:149
87
+ msgid "Error: Failed to move file."
88
+ msgstr ""
 
89
 
90
+ #: includes/class-fcbkbttn-settings.php:152
91
+ msgid "Error: Check image width or height."
92
+ msgstr ""
 
93
 
94
+ #: includes/class-fcbkbttn-settings.php:156
95
+ msgid "Uploading Error: Check image properties"
96
+ msgstr ""
97
 
98
+ #: includes/class-fcbkbttn-settings.php:182
99
  msgid "General"
100
  msgstr ""
101
 
102
+ #: includes/class-fcbkbttn-settings.php:185
103
  #, fuzzy
104
  msgid "Buttons"
105
  msgstr "Diseño del botón"
106
 
107
+ #: includes/class-fcbkbttn-settings.php:188
108
  msgid "Profile URL"
109
  msgstr ""
110
 
111
+ #: includes/class-fcbkbttn-settings.php:189
112
+ #: includes/class-fcbkbttn-settings.php:401
113
  msgid "Like"
114
  msgstr "Me gusta"
115
 
116
+ #: includes/class-fcbkbttn-settings.php:190
117
  msgid "Share"
118
  msgstr "Compartir"
119
 
120
+ #: includes/class-fcbkbttn-settings.php:195
121
  msgid "Buttons Size"
122
  msgstr ""
123
 
124
+ #: includes/class-fcbkbttn-settings.php:198
125
  msgid "Small"
126
  msgstr ""
127
 
128
+ #: includes/class-fcbkbttn-settings.php:199
129
  msgid "Large"
130
  msgstr ""
131
 
132
+ #: includes/class-fcbkbttn-settings.php:204
133
  #, fuzzy
134
  msgid "Buttons Position"
135
  msgstr "Posición Facebook Buttons"
136
 
137
+ #: includes/class-fcbkbttn-settings.php:209
138
  #, fuzzy
139
  msgid "Before content"
140
  msgstr "Antes y Después"
141
 
142
+ #: includes/class-fcbkbttn-settings.php:214
143
  msgid "After content"
144
  msgstr ""
145
 
146
+ #: includes/class-fcbkbttn-settings.php:220
147
  msgid "Language"
148
  msgstr ""
149
 
150
+ #: includes/class-fcbkbttn-settings.php:231
151
  #, fuzzy
152
  msgid "Select the default language for Facebook button(-s)."
153
  msgstr "Cambie el idioma de Facebook Button"
154
 
155
+ #: includes/class-fcbkbttn-settings.php:240
156
+ #: includes/class-fcbkbttn-settings.php:243
157
+ #: includes/class-fcbkbttn-settings.php:247
158
  msgid ""
159
  "Enable to switch language automatically on multilingual website using "
160
  "Multilanguage plugin."
161
  msgstr ""
162
 
163
+ #: includes/class-fcbkbttn-settings.php:243
164
+ msgid "Activate"
165
+ msgstr ""
 
166
 
167
+ #: includes/class-fcbkbttn-settings.php:247
168
+ msgid "Install Now"
169
+ msgstr ""
170
 
171
+ #: includes/class-fcbkbttn-settings.php:252
172
  #, fuzzy
173
  msgid "Excerpt"
174
  msgstr "Post fragmentado"
175
 
176
+ #: includes/class-fcbkbttn-settings.php:254
177
  #, fuzzy
178
  msgid "Enable to display buttons in excerpt."
179
  msgstr "Despliegue el botón en el fragmento"
180
 
181
+ #: includes/class-fcbkbttn-settings.php:262
182
+ #: includes/class-fcbkbttn-settings.php:455
183
+ #: includes/class-fcbkbttn-settings.php:509
184
  msgid "Close"
185
  msgstr "Cerrar"
186
 
187
+ #: includes/class-fcbkbttn-settings.php:266
188
  #, fuzzy
189
  msgid "Meta Image"
190
  msgstr "Meta etiquetas"
191
 
192
+ #: includes/class-fcbkbttn-settings.php:271
193
  msgid "Featured Image"
194
  msgstr "Imagen distintitiva"
195
 
196
+ #: includes/class-fcbkbttn-settings.php:275
197
  msgid "Custom Image"
198
  msgstr "Imagen customizada"
199
 
200
+ #: includes/class-fcbkbttn-settings.php:275
201
  #, fuzzy
202
  msgid "This image will be used for all posts"
203
  msgstr "Esta imagen serà usada para todos los posts"
204
 
205
+ #: includes/class-fcbkbttn-settings.php:282
206
  #, fuzzy
207
  msgid "Meta Description"
208
  msgstr "Descripción"
209
 
210
+ #: includes/class-fcbkbttn-settings.php:286
211
  #, fuzzy
212
  msgid ""
213
  "This description will be used for all pages and posts. Leave blank to use "
214
  "page description."
215
  msgstr "Esta descripción será utilitzada en todos los post"
216
 
217
+ #: includes/class-fcbkbttn-settings.php:294
218
  msgid "Profile URL Button"
219
  msgstr ""
220
 
221
+ #: includes/class-fcbkbttn-settings.php:297
222
  #, fuzzy
223
  msgid "Facebook ID or Username"
224
  msgstr "Su ID de Facebook o usuario"
225
 
226
+ #: includes/class-fcbkbttn-settings.php:304
227
  msgid "Profile Button Image"
228
  msgstr ""
229
 
230
+ #: includes/class-fcbkbttn-settings.php:311
231
  msgid "Default"
232
  msgstr ""
233
 
234
+ #: includes/class-fcbkbttn-settings.php:316
235
  #, fuzzy
236
  msgid "Custom image"
237
  msgstr "Imagen customizada"
238
 
239
+ #: includes/class-fcbkbttn-settings.php:320
240
  #, fuzzy
241
  msgid ""
242
  "To use custom image, You need to setup permissions for upload directory of "
245
  "Para utilizar imágenes personalizadas necessita instalar permisos para "
246
  "descargar el directorio de su sitio"
247
 
248
+ #: includes/class-fcbkbttn-settings.php:327
249
  msgid "Current image"
250
  msgstr "Imagen actual"
251
 
252
+ #: includes/class-fcbkbttn-settings.php:335
 
253
  msgid ""
254
+ "Image requirements: max image width: 100px; max image height: 40px; max "
255
+ "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
256
  msgstr ""
 
 
 
257
 
258
+ #: includes/class-fcbkbttn-settings.php:339
259
  #, fuzzy
260
  msgid "Like&Share Buttons"
261
  msgstr "Acción del botón \"me gusta\""
262
 
263
+ #: includes/class-fcbkbttn-settings.php:342
264
+ msgid "Like Button Layout"
265
+ msgstr ""
266
+
267
+ #: includes/class-fcbkbttn-settings.php:365
268
+ msgid "Share Button Layout"
269
+ msgstr ""
270
 
271
+ #: includes/class-fcbkbttn-settings.php:396
272
  #, fuzzy
273
  msgid "Like Button Action"
274
  msgstr "Acción del botón \"me gusta\""
275
 
276
+ #: includes/class-fcbkbttn-settings.php:406
277
  msgid "Recommend"
278
  msgstr "Recomendar"
279
 
280
+ #: includes/class-fcbkbttn-settings.php:412
281
  msgid "Friends Faces"
282
  msgstr ""
283
 
284
+ #: includes/class-fcbkbttn-settings.php:415
285
+ msgid "Enable to show faces of your friends who submitted the button."
286
  msgstr ""
287
 
288
+ #: includes/class-fcbkbttn-settings.php:419
289
  #, fuzzy
290
  msgid "Layout Width"
291
  msgstr "Ancho del diseño"
292
 
293
+ #: includes/class-fcbkbttn-settings.php:421
294
  msgid "px"
295
  msgstr ""
296
 
297
+ #: includes/class-fcbkbttn-settings.php:425
298
  msgid "Theme"
299
  msgstr ""
300
 
301
+ #: includes/class-fcbkbttn-settings.php:430
302
  msgid "Light"
303
  msgstr "Claro"
304
 
305
+ #: includes/class-fcbkbttn-settings.php:435
306
  msgid "Dark"
307
  msgstr "Oscuro"
308
 
309
+ #: includes/class-fcbkbttn-settings.php:441
310
  #, fuzzy
311
  msgid "Like Button HTML Tag"
312
  msgstr "Acción del botón \"me gusta\""
313
 
314
+ #: includes/class-fcbkbttn-settings.php:447
315
  #, php-format
316
  msgid "Tag %s can be used to improve website code validation."
317
  msgstr ""
318
 
319
+ #: includes/class-fcbkbttn-settings.php:459
320
  msgid "URL to Like"
321
  msgstr ""
322
 
323
+ #: includes/class-fcbkbttn-settings.php:461
324
+ msgid "Leave blank to use current page URL."
325
  msgstr ""
326
 
327
+ #: includes/class-fcbkbttn-settings.php:488
328
+ msgid "Facebook Button Shortcode"
329
  msgstr ""
330
 
331
+ #: includes/class-fcbkbttn-settings.php:491
332
  msgid ""
333
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
334
  "by using the following shortcode:"
335
  msgstr ""
336
 
337
+ #: includes/class-fcbkbttn-settings.php:510
338
  #, fuzzy
339
  msgid "Facebook Buttons Preview"
340
  msgstr "Vista preliminar del Facebook Button"
341
 
342
+ #: includes/class-fcbkbttn-settings.php:524
343
  #, fuzzy
344
  msgid "Display Settings"
345
  msgstr "Botón despliegue"
346
 
347
+ #: includes/class-fcbkbttn-settings.php:533
348
  msgid ""
349
  "Please choose the necessary post types (or single pages) where Facebook "
350
  "button will be displayed:"
352
  "Por favor, escoja los tipos de post necesario (o pàgines individuales) donde "
353
  "el Facebook Button debe ser mostrado:"
354
 
355
+ #: includes/class-fcbkbttn-settings.php:540
356
  msgid "Show URL for pages"
357
  msgstr "Mostrar la URL de las páginas"
358
 
359
+ #: includes/class-fcbkbttn-settings.php:546
360
  msgid "Example of site pages tree"
361
  msgstr ""
362
 
363
+ #, fuzzy
364
+ #~ msgid "Layout"
365
+ #~ msgstr "Ancho del diseño"
366
+
367
+ #~ msgid "Please, enable JavaScript in Your browser."
368
+ #~ msgstr "Por favor, habilite JavaScrip en su navegador"
369
+
370
+ #, fuzzy
371
+ #~ msgid "Error: failed to move file."
372
+ #~ msgstr "Error: error al mover archivo"
373
+
374
+ #, fuzzy
375
+ #~ msgid "Error: check image width or height."
376
+ #~ msgstr "Error: Compruebe la altura o anchura de la imagen"
377
+
378
+ #~ msgid "Uploading Error: check image properties"
379
+ #~ msgstr "Error de descarga: compruebe las propiedades de la imagen"
380
+
381
+ #, fuzzy
382
+ #~ msgid ""
383
+ #~ "Image requirements: max image width:100px; max image height:40px; max "
384
+ #~ "image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
385
+ #~ msgstr ""
386
+ #~ "Propiedades de imagen: ancho máximo de imagen: 100 px; altura màxima de "
387
+ #~ "imagen: 40px; tamaño máximo de imagen: 32Kb; tipus de imagen: \"jpg\", "
388
+ #~ "\"jpeg\", \"png\"."
389
+
390
+ #, fuzzy
391
+ #~ msgid "Activate %s"
392
+ #~ msgstr "Activado"
393
+
394
+ #~ msgid "Learn More"
395
+ #~ msgstr "Conozca más"
396
+
397
  #~ msgid "Error: File size > 32K"
398
  #~ msgstr "Error: Tamaño archivo >32K"
399
 
languages/facebook-button-plugin-fi_FI.mo CHANGED
Binary file
languages/facebook-button-plugin-fi_FI.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-07-10 12:20+0300\n"
6
- "PO-Revision-Date: 2017-07-10 12:20+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Juhani Honkanen <juhani.honkanen@dnainternet.net>\n"
9
  "Language: fi_FI\n"
@@ -17,13 +17,13 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: facebook-button-plugin.php:35 facebook-button-plugin.php:36
21
- #: facebook-button-plugin.php:176 includes/class-fcbkbttn-settings.php:181
22
  msgid "Facebook Button Settings"
23
  msgstr "Facebook Napin asetukset"
24
 
25
- #: facebook-button-plugin.php:36 facebook-button-plugin.php:382
26
- #: facebook-button-plugin.php:396 includes/class-fcbkbttn-settings.php:23
27
  msgid "Settings"
28
  msgstr "Asetukset"
29
 
@@ -31,313 +31,311 @@ msgstr "Asetukset"
31
  msgid "Upgrade to Pro"
32
  msgstr ""
33
 
34
- #: facebook-button-plugin.php:177
35
- msgid "Please, enable JavaScript in Your browser."
36
  msgstr ""
37
 
38
- #: facebook-button-plugin.php:275
39
  #, fuzzy
40
  msgid "Add Facebook buttons to your page or post"
41
  msgstr "Facebook napin paikka:"
42
 
43
- #: facebook-button-plugin.php:397
44
  msgid "FAQ"
45
  msgstr "FAQ"
46
 
47
- #: facebook-button-plugin.php:398
48
  msgid "Support"
49
  msgstr "Tuki"
50
 
51
- #: includes/class-fcbkbttn-settings.php:25
52
  #, fuzzy
53
  msgid "Display"
54
  msgstr "Näytä nappi:"
55
 
56
- #: includes/class-fcbkbttn-settings.php:27
57
  msgid "Misc"
58
  msgstr ""
59
 
60
- #: includes/class-fcbkbttn-settings.php:28
61
  #, fuzzy
62
  msgid "Custom Code"
63
  msgstr "Mukautettu Fecabook kuva"
64
 
65
- #: includes/class-fcbkbttn-settings.php:30
66
  msgid "License Key"
67
  msgstr ""
68
 
69
- #: includes/class-fcbkbttn-settings.php:107
70
  msgid "Settings saved"
71
  msgstr "Asetukset tallennettu"
72
 
73
- #: includes/class-fcbkbttn-settings.php:136
74
  msgid "Error: File size must not exceed 32KB"
75
  msgstr ""
76
 
77
- #: includes/class-fcbkbttn-settings.php:139
78
  msgid "Error: Invalid file type"
79
  msgstr "Virhe: Väärä tiedostotyyppi"
80
 
81
- #: includes/class-fcbkbttn-settings.php:145
82
  msgid "Upload successful."
83
  msgstr "Lataaminen onnistui"
84
 
85
- #: includes/class-fcbkbttn-settings.php:153
86
- #, fuzzy
87
- msgid "Error: failed to move file."
88
- msgstr "Virhe: tiedoston siirto epäonnistui"
89
 
90
- #: includes/class-fcbkbttn-settings.php:156
91
- #, fuzzy
92
- msgid "Error: check image width or height."
93
- msgstr "Virhe: tarkista kuvan leveys tai korkeus"
94
 
95
- #: includes/class-fcbkbttn-settings.php:160
96
- msgid "Uploading Error: check image properties"
97
- msgstr "Virhe latauksessa: tarkista kuvan ominaisuudet"
98
 
99
- #: includes/class-fcbkbttn-settings.php:184
100
  msgid "General"
101
  msgstr ""
102
 
103
- #: includes/class-fcbkbttn-settings.php:187
104
  #, fuzzy
105
  msgid "Buttons"
106
  msgstr "Facebook napin paikka:"
107
 
108
- #: includes/class-fcbkbttn-settings.php:190
109
  msgid "Profile URL"
110
  msgstr ""
111
 
112
- #: includes/class-fcbkbttn-settings.php:191
113
- #: includes/class-fcbkbttn-settings.php:386
114
  msgid "Like"
115
  msgstr "Tykkää"
116
 
117
- #: includes/class-fcbkbttn-settings.php:192
118
  msgid "Share"
119
  msgstr "Jaa"
120
 
121
- #: includes/class-fcbkbttn-settings.php:197
122
  msgid "Buttons Size"
123
  msgstr ""
124
 
125
- #: includes/class-fcbkbttn-settings.php:200
126
  msgid "Small"
127
  msgstr ""
128
 
129
- #: includes/class-fcbkbttn-settings.php:201
130
  msgid "Large"
131
  msgstr ""
132
 
133
- #: includes/class-fcbkbttn-settings.php:206
134
  #, fuzzy
135
  msgid "Buttons Position"
136
  msgstr "Facebook napin paikka:"
137
 
138
- #: includes/class-fcbkbttn-settings.php:211
139
  #, fuzzy
140
  msgid "Before content"
141
  msgstr "Ennen ja Jälkeen"
142
 
143
- #: includes/class-fcbkbttn-settings.php:216
144
  msgid "After content"
145
  msgstr ""
146
 
147
- #: includes/class-fcbkbttn-settings.php:222
148
  msgid "Language"
149
  msgstr ""
150
 
151
- #: includes/class-fcbkbttn-settings.php:233
152
  #, fuzzy
153
  msgid "Select the default language for Facebook button(-s)."
154
  msgstr "Vaihda Facebook napin kieli"
155
 
156
- #: includes/class-fcbkbttn-settings.php:242
157
- #: includes/class-fcbkbttn-settings.php:245
158
- #: includes/class-fcbkbttn-settings.php:249
159
  msgid ""
160
  "Enable to switch language automatically on multilingual website using "
161
  "Multilanguage plugin."
162
  msgstr ""
163
 
164
- #: includes/class-fcbkbttn-settings.php:245
165
- #, php-format
166
- msgid "Activate %s"
167
  msgstr ""
168
 
169
- #: includes/class-fcbkbttn-settings.php:249
170
- msgid "Learn More"
171
- msgstr "Lue Lisää"
172
 
173
- #: includes/class-fcbkbttn-settings.php:254
174
  msgid "Excerpt"
175
  msgstr ""
176
 
177
- #: includes/class-fcbkbttn-settings.php:256
178
  #, fuzzy
179
  msgid "Enable to display buttons in excerpt."
180
  msgstr "Näytä nappi:"
181
 
182
- #: includes/class-fcbkbttn-settings.php:265
183
- #: includes/class-fcbkbttn-settings.php:441
184
- #: includes/class-fcbkbttn-settings.php:496
185
  msgid "Close"
186
  msgstr ""
187
 
188
- #: includes/class-fcbkbttn-settings.php:269
189
  #, fuzzy
190
  msgid "Meta Image"
191
  msgstr "Mukautettu Fecabook kuva"
192
 
193
- #: includes/class-fcbkbttn-settings.php:274
194
  msgid "Featured Image"
195
  msgstr ""
196
 
197
- #: includes/class-fcbkbttn-settings.php:278
198
  #, fuzzy
199
  msgid "Custom Image"
200
  msgstr "Mukautettu Fecabook kuva"
201
 
202
- #: includes/class-fcbkbttn-settings.php:278
203
  msgid "This image will be used for all posts"
204
  msgstr ""
205
 
206
- #: includes/class-fcbkbttn-settings.php:285
207
  msgid "Meta Description"
208
  msgstr ""
209
 
210
- #: includes/class-fcbkbttn-settings.php:289
211
  msgid ""
212
  "This description will be used for all pages and posts. Leave blank to use "
213
  "page description."
214
  msgstr ""
215
 
216
- #: includes/class-fcbkbttn-settings.php:298
217
  msgid "Profile URL Button"
218
  msgstr ""
219
 
220
- #: includes/class-fcbkbttn-settings.php:301
221
  #, fuzzy
222
  msgid "Facebook ID or Username"
223
  msgstr "Sinun Facebook ID:si tai käyttäjänimesi:"
224
 
225
- #: includes/class-fcbkbttn-settings.php:308
226
  msgid "Profile Button Image"
227
  msgstr ""
228
 
229
- #: includes/class-fcbkbttn-settings.php:315
230
  msgid "Default"
231
  msgstr ""
232
 
233
- #: includes/class-fcbkbttn-settings.php:320
234
  #, fuzzy
235
  msgid "Custom image"
236
  msgstr "Mukautettu Fecabook kuva"
237
 
238
- #: includes/class-fcbkbttn-settings.php:324
239
  #, fuzzy
240
  msgid ""
241
  "To use custom image, You need to setup permissions for upload directory of "
242
  "your site"
243
  msgstr "Käyttääksesi mukautettua, kuva pitää voida ladata hakemistoosi"
244
 
245
- #: includes/class-fcbkbttn-settings.php:331
246
  #, fuzzy
247
  msgid "Current image"
248
  msgstr "Nykyinen kuva:"
249
 
250
- #: includes/class-fcbkbttn-settings.php:339
251
- #, fuzzy
252
  msgid ""
253
- "Image requirements: max image width:100px; max image height:40px; max image "
254
- "size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
255
  msgstr ""
256
- "Kuvan ominaisuudet: max leveys 100px; max korkeus 40px; max koko 32Kb; kuvan "
257
- "tyypit:\"jpg\", \"jpeg\", \"png\"."
258
 
259
- #: includes/class-fcbkbttn-settings.php:343
260
  msgid "Like&Share Buttons"
261
  msgstr ""
262
 
263
- #: includes/class-fcbkbttn-settings.php:346
264
- msgid "Layout"
 
 
 
 
265
  msgstr ""
266
 
267
- #: includes/class-fcbkbttn-settings.php:381
268
  msgid "Like Button Action"
269
  msgstr ""
270
 
271
- #: includes/class-fcbkbttn-settings.php:391
272
  msgid "Recommend"
273
  msgstr ""
274
 
275
- #: includes/class-fcbkbttn-settings.php:397
276
  msgid "Friends Faces"
277
  msgstr ""
278
 
279
- #: includes/class-fcbkbttn-settings.php:400
280
- msgid " Enable to show faces of your friends who submitted the button."
281
  msgstr ""
282
 
283
- #: includes/class-fcbkbttn-settings.php:404
284
  msgid "Layout Width"
285
  msgstr ""
286
 
287
- #: includes/class-fcbkbttn-settings.php:406
288
  msgid "px"
289
  msgstr ""
290
 
291
- #: includes/class-fcbkbttn-settings.php:410
292
  msgid "Theme"
293
  msgstr ""
294
 
295
- #: includes/class-fcbkbttn-settings.php:415
296
  msgid "Light"
297
  msgstr ""
298
 
299
- #: includes/class-fcbkbttn-settings.php:420
300
  msgid "Dark"
301
  msgstr ""
302
 
303
- #: includes/class-fcbkbttn-settings.php:426
304
  msgid "Like Button HTML Tag"
305
  msgstr ""
306
 
307
- #: includes/class-fcbkbttn-settings.php:432
308
  #, php-format
309
  msgid "Tag %s can be used to improve website code validation."
310
  msgstr ""
311
 
312
- #: includes/class-fcbkbttn-settings.php:445
313
  msgid "URL to Like"
314
  msgstr ""
315
 
316
- #: includes/class-fcbkbttn-settings.php:447
317
- msgid "Leave blank to use a current page."
318
  msgstr ""
319
 
320
- #: includes/class-fcbkbttn-settings.php:475
321
- msgid "Facebook Buttons Shortcode"
322
  msgstr ""
323
 
324
- #: includes/class-fcbkbttn-settings.php:478
325
  msgid ""
326
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
327
  "by using the following shortcode:"
328
  msgstr ""
329
 
330
- #: includes/class-fcbkbttn-settings.php:497
331
  #, fuzzy
332
  msgid "Facebook Buttons Preview"
333
  msgstr "Facebook Nappi"
334
 
335
- #: includes/class-fcbkbttn-settings.php:512
336
  #, fuzzy
337
  msgid "Display Settings"
338
  msgstr "Näytä nappi:"
339
 
340
- #: includes/class-fcbkbttn-settings.php:521
341
  msgid ""
342
  "Please choose the necessary post types (or single pages) where Facebook "
343
  "button will be displayed:"
@@ -345,14 +343,36 @@ msgstr ""
345
  "Valitse haluamasi viestin tyyppi (tai yksittäiset sivut) joissa Facebook "
346
  "nappi näytetään:"
347
 
348
- #: includes/class-fcbkbttn-settings.php:528
349
  msgid "Show URL for pages"
350
  msgstr "Näytä URL sivuilla"
351
 
352
- #: includes/class-fcbkbttn-settings.php:534
353
  msgid "Example of site pages tree"
354
  msgstr ""
355
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
356
  #~ msgid "Error: File size > 32K"
357
  #~ msgstr "Virhe: Tiedoston koko > 32K"
358
 
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-01-16 14:38+0200\n"
6
+ "PO-Revision-Date: 2018-01-16 14:38+0200\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Juhani Honkanen <juhani.honkanen@dnainternet.net>\n"
9
  "Language: fi_FI\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: facebook-button-plugin.php:36 facebook-button-plugin.php:37
21
+ #: facebook-button-plugin.php:207 includes/class-fcbkbttn-settings.php:179
22
  msgid "Facebook Button Settings"
23
  msgstr "Facebook Napin asetukset"
24
 
25
+ #: facebook-button-plugin.php:37 facebook-button-plugin.php:423
26
+ #: facebook-button-plugin.php:437 includes/class-fcbkbttn-settings.php:23
27
  msgid "Settings"
28
  msgstr "Asetukset"
29
 
31
  msgid "Upgrade to Pro"
32
  msgstr ""
33
 
34
+ #: facebook-button-plugin.php:208
35
+ msgid "Please, enable JavaScript in your browser."
36
  msgstr ""
37
 
38
+ #: facebook-button-plugin.php:310
39
  #, fuzzy
40
  msgid "Add Facebook buttons to your page or post"
41
  msgstr "Facebook napin paikka:"
42
 
43
+ #: facebook-button-plugin.php:439
44
  msgid "FAQ"
45
  msgstr "FAQ"
46
 
47
+ #: facebook-button-plugin.php:440
48
  msgid "Support"
49
  msgstr "Tuki"
50
 
51
+ #: includes/class-fcbkbttn-settings.php:24
52
  #, fuzzy
53
  msgid "Display"
54
  msgstr "Näytä nappi:"
55
 
56
+ #: includes/class-fcbkbttn-settings.php:25
57
  msgid "Misc"
58
  msgstr ""
59
 
60
+ #: includes/class-fcbkbttn-settings.php:26
61
  #, fuzzy
62
  msgid "Custom Code"
63
  msgstr "Mukautettu Fecabook kuva"
64
 
65
+ #: includes/class-fcbkbttn-settings.php:27
66
  msgid "License Key"
67
  msgstr ""
68
 
69
+ #: includes/class-fcbkbttn-settings.php:103
70
  msgid "Settings saved"
71
  msgstr "Asetukset tallennettu"
72
 
73
+ #: includes/class-fcbkbttn-settings.php:132
74
  msgid "Error: File size must not exceed 32KB"
75
  msgstr ""
76
 
77
+ #: includes/class-fcbkbttn-settings.php:135
78
  msgid "Error: Invalid file type"
79
  msgstr "Virhe: Väärä tiedostotyyppi"
80
 
81
+ #: includes/class-fcbkbttn-settings.php:141
82
  msgid "Upload successful."
83
  msgstr "Lataaminen onnistui"
84
 
85
+ #: includes/class-fcbkbttn-settings.php:149
86
+ msgid "Error: Failed to move file."
87
+ msgstr ""
 
88
 
89
+ #: includes/class-fcbkbttn-settings.php:152
90
+ msgid "Error: Check image width or height."
91
+ msgstr ""
 
92
 
93
+ #: includes/class-fcbkbttn-settings.php:156
94
+ msgid "Uploading Error: Check image properties"
95
+ msgstr ""
96
 
97
+ #: includes/class-fcbkbttn-settings.php:182
98
  msgid "General"
99
  msgstr ""
100
 
101
+ #: includes/class-fcbkbttn-settings.php:185
102
  #, fuzzy
103
  msgid "Buttons"
104
  msgstr "Facebook napin paikka:"
105
 
106
+ #: includes/class-fcbkbttn-settings.php:188
107
  msgid "Profile URL"
108
  msgstr ""
109
 
110
+ #: includes/class-fcbkbttn-settings.php:189
111
+ #: includes/class-fcbkbttn-settings.php:401
112
  msgid "Like"
113
  msgstr "Tykkää"
114
 
115
+ #: includes/class-fcbkbttn-settings.php:190
116
  msgid "Share"
117
  msgstr "Jaa"
118
 
119
+ #: includes/class-fcbkbttn-settings.php:195
120
  msgid "Buttons Size"
121
  msgstr ""
122
 
123
+ #: includes/class-fcbkbttn-settings.php:198
124
  msgid "Small"
125
  msgstr ""
126
 
127
+ #: includes/class-fcbkbttn-settings.php:199
128
  msgid "Large"
129
  msgstr ""
130
 
131
+ #: includes/class-fcbkbttn-settings.php:204
132
  #, fuzzy
133
  msgid "Buttons Position"
134
  msgstr "Facebook napin paikka:"
135
 
136
+ #: includes/class-fcbkbttn-settings.php:209
137
  #, fuzzy
138
  msgid "Before content"
139
  msgstr "Ennen ja Jälkeen"
140
 
141
+ #: includes/class-fcbkbttn-settings.php:214
142
  msgid "After content"
143
  msgstr ""
144
 
145
+ #: includes/class-fcbkbttn-settings.php:220
146
  msgid "Language"
147
  msgstr ""
148
 
149
+ #: includes/class-fcbkbttn-settings.php:231
150
  #, fuzzy
151
  msgid "Select the default language for Facebook button(-s)."
152
  msgstr "Vaihda Facebook napin kieli"
153
 
154
+ #: includes/class-fcbkbttn-settings.php:240
155
+ #: includes/class-fcbkbttn-settings.php:243
156
+ #: includes/class-fcbkbttn-settings.php:247
157
  msgid ""
158
  "Enable to switch language automatically on multilingual website using "
159
  "Multilanguage plugin."
160
  msgstr ""
161
 
162
+ #: includes/class-fcbkbttn-settings.php:243
163
+ msgid "Activate"
 
164
  msgstr ""
165
 
166
+ #: includes/class-fcbkbttn-settings.php:247
167
+ msgid "Install Now"
168
+ msgstr ""
169
 
170
+ #: includes/class-fcbkbttn-settings.php:252
171
  msgid "Excerpt"
172
  msgstr ""
173
 
174
+ #: includes/class-fcbkbttn-settings.php:254
175
  #, fuzzy
176
  msgid "Enable to display buttons in excerpt."
177
  msgstr "Näytä nappi:"
178
 
179
+ #: includes/class-fcbkbttn-settings.php:262
180
+ #: includes/class-fcbkbttn-settings.php:455
181
+ #: includes/class-fcbkbttn-settings.php:509
182
  msgid "Close"
183
  msgstr ""
184
 
185
+ #: includes/class-fcbkbttn-settings.php:266
186
  #, fuzzy
187
  msgid "Meta Image"
188
  msgstr "Mukautettu Fecabook kuva"
189
 
190
+ #: includes/class-fcbkbttn-settings.php:271
191
  msgid "Featured Image"
192
  msgstr ""
193
 
194
+ #: includes/class-fcbkbttn-settings.php:275
195
  #, fuzzy
196
  msgid "Custom Image"
197
  msgstr "Mukautettu Fecabook kuva"
198
 
199
+ #: includes/class-fcbkbttn-settings.php:275
200
  msgid "This image will be used for all posts"
201
  msgstr ""
202
 
203
+ #: includes/class-fcbkbttn-settings.php:282
204
  msgid "Meta Description"
205
  msgstr ""
206
 
207
+ #: includes/class-fcbkbttn-settings.php:286
208
  msgid ""
209
  "This description will be used for all pages and posts. Leave blank to use "
210
  "page description."
211
  msgstr ""
212
 
213
+ #: includes/class-fcbkbttn-settings.php:294
214
  msgid "Profile URL Button"
215
  msgstr ""
216
 
217
+ #: includes/class-fcbkbttn-settings.php:297
218
  #, fuzzy
219
  msgid "Facebook ID or Username"
220
  msgstr "Sinun Facebook ID:si tai käyttäjänimesi:"
221
 
222
+ #: includes/class-fcbkbttn-settings.php:304
223
  msgid "Profile Button Image"
224
  msgstr ""
225
 
226
+ #: includes/class-fcbkbttn-settings.php:311
227
  msgid "Default"
228
  msgstr ""
229
 
230
+ #: includes/class-fcbkbttn-settings.php:316
231
  #, fuzzy
232
  msgid "Custom image"
233
  msgstr "Mukautettu Fecabook kuva"
234
 
235
+ #: includes/class-fcbkbttn-settings.php:320
236
  #, fuzzy
237
  msgid ""
238
  "To use custom image, You need to setup permissions for upload directory of "
239
  "your site"
240
  msgstr "Käyttääksesi mukautettua, kuva pitää voida ladata hakemistoosi"
241
 
242
+ #: includes/class-fcbkbttn-settings.php:327
243
  #, fuzzy
244
  msgid "Current image"
245
  msgstr "Nykyinen kuva:"
246
 
247
+ #: includes/class-fcbkbttn-settings.php:335
 
248
  msgid ""
249
+ "Image requirements: max image width: 100px; max image height: 40px; max "
250
+ "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
251
  msgstr ""
 
 
252
 
253
+ #: includes/class-fcbkbttn-settings.php:339
254
  msgid "Like&Share Buttons"
255
  msgstr ""
256
 
257
+ #: includes/class-fcbkbttn-settings.php:342
258
+ msgid "Like Button Layout"
259
+ msgstr ""
260
+
261
+ #: includes/class-fcbkbttn-settings.php:365
262
+ msgid "Share Button Layout"
263
  msgstr ""
264
 
265
+ #: includes/class-fcbkbttn-settings.php:396
266
  msgid "Like Button Action"
267
  msgstr ""
268
 
269
+ #: includes/class-fcbkbttn-settings.php:406
270
  msgid "Recommend"
271
  msgstr ""
272
 
273
+ #: includes/class-fcbkbttn-settings.php:412
274
  msgid "Friends Faces"
275
  msgstr ""
276
 
277
+ #: includes/class-fcbkbttn-settings.php:415
278
+ msgid "Enable to show faces of your friends who submitted the button."
279
  msgstr ""
280
 
281
+ #: includes/class-fcbkbttn-settings.php:419
282
  msgid "Layout Width"
283
  msgstr ""
284
 
285
+ #: includes/class-fcbkbttn-settings.php:421
286
  msgid "px"
287
  msgstr ""
288
 
289
+ #: includes/class-fcbkbttn-settings.php:425
290
  msgid "Theme"
291
  msgstr ""
292
 
293
+ #: includes/class-fcbkbttn-settings.php:430
294
  msgid "Light"
295
  msgstr ""
296
 
297
+ #: includes/class-fcbkbttn-settings.php:435
298
  msgid "Dark"
299
  msgstr ""
300
 
301
+ #: includes/class-fcbkbttn-settings.php:441
302
  msgid "Like Button HTML Tag"
303
  msgstr ""
304
 
305
+ #: includes/class-fcbkbttn-settings.php:447
306
  #, php-format
307
  msgid "Tag %s can be used to improve website code validation."
308
  msgstr ""
309
 
310
+ #: includes/class-fcbkbttn-settings.php:459
311
  msgid "URL to Like"
312
  msgstr ""
313
 
314
+ #: includes/class-fcbkbttn-settings.php:461
315
+ msgid "Leave blank to use current page URL."
316
  msgstr ""
317
 
318
+ #: includes/class-fcbkbttn-settings.php:488
319
+ msgid "Facebook Button Shortcode"
320
  msgstr ""
321
 
322
+ #: includes/class-fcbkbttn-settings.php:491
323
  msgid ""
324
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
325
  "by using the following shortcode:"
326
  msgstr ""
327
 
328
+ #: includes/class-fcbkbttn-settings.php:510
329
  #, fuzzy
330
  msgid "Facebook Buttons Preview"
331
  msgstr "Facebook Nappi"
332
 
333
+ #: includes/class-fcbkbttn-settings.php:524
334
  #, fuzzy
335
  msgid "Display Settings"
336
  msgstr "Näytä nappi:"
337
 
338
+ #: includes/class-fcbkbttn-settings.php:533
339
  msgid ""
340
  "Please choose the necessary post types (or single pages) where Facebook "
341
  "button will be displayed:"
343
  "Valitse haluamasi viestin tyyppi (tai yksittäiset sivut) joissa Facebook "
344
  "nappi näytetään:"
345
 
346
+ #: includes/class-fcbkbttn-settings.php:540
347
  msgid "Show URL for pages"
348
  msgstr "Näytä URL sivuilla"
349
 
350
+ #: includes/class-fcbkbttn-settings.php:546
351
  msgid "Example of site pages tree"
352
  msgstr ""
353
 
354
+ #, fuzzy
355
+ #~ msgid "Error: failed to move file."
356
+ #~ msgstr "Virhe: tiedoston siirto epäonnistui"
357
+
358
+ #, fuzzy
359
+ #~ msgid "Error: check image width or height."
360
+ #~ msgstr "Virhe: tarkista kuvan leveys tai korkeus"
361
+
362
+ #~ msgid "Uploading Error: check image properties"
363
+ #~ msgstr "Virhe latauksessa: tarkista kuvan ominaisuudet"
364
+
365
+ #, fuzzy
366
+ #~ msgid ""
367
+ #~ "Image requirements: max image width:100px; max image height:40px; max "
368
+ #~ "image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
369
+ #~ msgstr ""
370
+ #~ "Kuvan ominaisuudet: max leveys 100px; max korkeus 40px; max koko 32Kb; "
371
+ #~ "kuvan tyypit:\"jpg\", \"jpeg\", \"png\"."
372
+
373
+ #~ msgid "Learn More"
374
+ #~ msgstr "Lue Lisää"
375
+
376
  #~ msgid "Error: File size > 32K"
377
  #~ msgstr "Virhe: Tiedoston koko > 32K"
378
 
languages/facebook-button-plugin-fr_FR.mo CHANGED
Binary file
languages/facebook-button-plugin-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-07-10 12:20+0300\n"
6
- "PO-Revision-Date: 2017-07-10 12:20+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: http://wptheme.fr/\n"
9
  "Language: fr\n"
@@ -17,13 +17,13 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: facebook-button-plugin.php:35 facebook-button-plugin.php:36
21
- #: facebook-button-plugin.php:176 includes/class-fcbkbttn-settings.php:181
22
  msgid "Facebook Button Settings"
23
  msgstr "Réglages du bouton Facebook"
24
 
25
- #: facebook-button-plugin.php:36 facebook-button-plugin.php:382
26
- #: facebook-button-plugin.php:396 includes/class-fcbkbttn-settings.php:23
27
  msgid "Settings"
28
  msgstr "Réglages"
29
 
@@ -31,325 +31,342 @@ msgstr "Réglages"
31
  msgid "Upgrade to Pro"
32
  msgstr ""
33
 
34
- #: facebook-button-plugin.php:177
35
- msgid "Please, enable JavaScript in Your browser."
36
  msgstr ""
37
 
38
- #: facebook-button-plugin.php:275
39
  #, fuzzy
40
  msgid "Add Facebook buttons to your page or post"
41
  msgstr "Position du bouton Facebook"
42
 
43
- #: facebook-button-plugin.php:397
44
  msgid "FAQ"
45
  msgstr "FAQ"
46
 
47
- #: facebook-button-plugin.php:398
48
  msgid "Support"
49
  msgstr "Support"
50
 
51
- #: includes/class-fcbkbttn-settings.php:25
52
  #, fuzzy
53
  msgid "Display"
54
  msgstr "Afficher le bouton"
55
 
56
- #: includes/class-fcbkbttn-settings.php:27
57
  msgid "Misc"
58
  msgstr ""
59
 
60
- #: includes/class-fcbkbttn-settings.php:28
61
  #, fuzzy
62
  msgid "Custom Code"
63
  msgstr "Image Facebook personnalisée"
64
 
65
- #: includes/class-fcbkbttn-settings.php:30
66
  msgid "License Key"
67
  msgstr ""
68
 
69
- #: includes/class-fcbkbttn-settings.php:107
70
  msgid "Settings saved"
71
  msgstr "Réglages sauvegardés "
72
 
73
- #: includes/class-fcbkbttn-settings.php:136
74
  msgid "Error: File size must not exceed 32KB"
75
  msgstr ""
76
 
77
- #: includes/class-fcbkbttn-settings.php:139
78
  msgid "Error: Invalid file type"
79
  msgstr "Erreur : Type de fichier invalide"
80
 
81
- #: includes/class-fcbkbttn-settings.php:145
82
  msgid "Upload successful."
83
  msgstr ""
84
 
85
- #: includes/class-fcbkbttn-settings.php:153
86
- #, fuzzy
87
- msgid "Error: failed to move file."
88
- msgstr "Erreur : le déplacement du fichier a echoué"
89
 
90
- #: includes/class-fcbkbttn-settings.php:156
91
- #, fuzzy
92
- msgid "Error: check image width or height."
93
- msgstr "Erreur : Vérifiez la taille et la largeur de l'image"
94
 
95
- #: includes/class-fcbkbttn-settings.php:160
96
- msgid "Uploading Error: check image properties"
97
- msgstr "Erreur d'upload : vérifiez les propriétés de l'image"
98
 
99
- #: includes/class-fcbkbttn-settings.php:184
100
  msgid "General"
101
  msgstr ""
102
 
103
- #: includes/class-fcbkbttn-settings.php:187
104
  #, fuzzy
105
  msgid "Buttons"
106
  msgstr "Position du bouton Facebook"
107
 
108
- #: includes/class-fcbkbttn-settings.php:190
109
  msgid "Profile URL"
110
  msgstr ""
111
 
112
- #: includes/class-fcbkbttn-settings.php:191
113
- #: includes/class-fcbkbttn-settings.php:386
114
  msgid "Like"
115
  msgstr "Like"
116
 
117
- #: includes/class-fcbkbttn-settings.php:192
118
  msgid "Share"
119
  msgstr ""
120
 
121
- #: includes/class-fcbkbttn-settings.php:197
122
  msgid "Buttons Size"
123
  msgstr ""
124
 
125
- #: includes/class-fcbkbttn-settings.php:200
126
  msgid "Small"
127
  msgstr ""
128
 
129
- #: includes/class-fcbkbttn-settings.php:201
130
  msgid "Large"
131
  msgstr ""
132
 
133
- #: includes/class-fcbkbttn-settings.php:206
134
  #, fuzzy
135
  msgid "Buttons Position"
136
  msgstr "Position du bouton Facebook"
137
 
138
- #: includes/class-fcbkbttn-settings.php:211
139
  #, fuzzy
140
  msgid "Before content"
141
  msgstr "Avant et après"
142
 
143
- #: includes/class-fcbkbttn-settings.php:216
144
  msgid "After content"
145
  msgstr ""
146
 
147
- #: includes/class-fcbkbttn-settings.php:222
148
  msgid "Language"
149
  msgstr ""
150
 
151
- #: includes/class-fcbkbttn-settings.php:233
152
  #, fuzzy
153
  msgid "Select the default language for Facebook button(-s)."
154
  msgstr "Changer la langue du bouton Facebook"
155
 
156
- #: includes/class-fcbkbttn-settings.php:242
157
- #: includes/class-fcbkbttn-settings.php:245
158
- #: includes/class-fcbkbttn-settings.php:249
159
  msgid ""
160
  "Enable to switch language automatically on multilingual website using "
161
  "Multilanguage plugin."
162
  msgstr ""
163
 
164
- #: includes/class-fcbkbttn-settings.php:245
165
- #, php-format
166
- msgid "Activate %s"
167
  msgstr ""
168
 
169
- #: includes/class-fcbkbttn-settings.php:249
170
- msgid "Learn More"
171
  msgstr ""
172
 
173
- #: includes/class-fcbkbttn-settings.php:254
174
  msgid "Excerpt"
175
  msgstr ""
176
 
177
- #: includes/class-fcbkbttn-settings.php:256
178
  #, fuzzy
179
  msgid "Enable to display buttons in excerpt."
180
  msgstr "Afficher le bouton"
181
 
182
- #: includes/class-fcbkbttn-settings.php:265
183
- #: includes/class-fcbkbttn-settings.php:441
184
- #: includes/class-fcbkbttn-settings.php:496
185
  msgid "Close"
186
  msgstr ""
187
 
188
- #: includes/class-fcbkbttn-settings.php:269
189
  #, fuzzy
190
  msgid "Meta Image"
191
  msgstr "Image Facebook personnalisée"
192
 
193
- #: includes/class-fcbkbttn-settings.php:274
194
  msgid "Featured Image"
195
  msgstr ""
196
 
197
- #: includes/class-fcbkbttn-settings.php:278
198
  #, fuzzy
199
  msgid "Custom Image"
200
  msgstr "Image Facebook personnalisée"
201
 
202
- #: includes/class-fcbkbttn-settings.php:278
203
  msgid "This image will be used for all posts"
204
  msgstr ""
205
 
206
- #: includes/class-fcbkbttn-settings.php:285
207
  msgid "Meta Description"
208
  msgstr ""
209
 
210
- #: includes/class-fcbkbttn-settings.php:289
211
  msgid ""
212
  "This description will be used for all pages and posts. Leave blank to use "
213
  "page description."
214
  msgstr ""
215
 
216
- #: includes/class-fcbkbttn-settings.php:298
217
  msgid "Profile URL Button"
218
  msgstr ""
219
 
220
- #: includes/class-fcbkbttn-settings.php:301
221
  #, fuzzy
222
  msgid "Facebook ID or Username"
223
  msgstr "Votre identifiant Facebook"
224
 
225
- #: includes/class-fcbkbttn-settings.php:308
226
  msgid "Profile Button Image"
227
  msgstr ""
228
 
229
- #: includes/class-fcbkbttn-settings.php:315
230
  msgid "Default"
231
  msgstr ""
232
 
233
- #: includes/class-fcbkbttn-settings.php:320
234
  #, fuzzy
235
  msgid "Custom image"
236
  msgstr "Image Facebook personnalisée"
237
 
238
- #: includes/class-fcbkbttn-settings.php:324
239
  msgid ""
240
  "To use custom image, You need to setup permissions for upload directory of "
241
  "your site"
242
  msgstr ""
243
 
244
- #: includes/class-fcbkbttn-settings.php:331
245
  #, fuzzy
246
  msgid "Current image"
247
  msgstr "Image actuelle"
248
 
249
- #: includes/class-fcbkbttn-settings.php:339
250
- #, fuzzy
251
  msgid ""
252
- "Image requirements: max image width:100px; max image height:40px; max image "
253
- "size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
254
  msgstr ""
255
- "Propriétés de l'image : largeur max:100px; hauteur max: 40px; poids max : "
256
- "32kb; type d'image :\"jpg\", \"jpeg\", \"png\"."
257
 
258
- #: includes/class-fcbkbttn-settings.php:343
259
  msgid "Like&Share Buttons"
260
  msgstr ""
261
 
262
- #: includes/class-fcbkbttn-settings.php:346
263
- msgid "Layout"
264
  msgstr ""
265
 
266
- #: includes/class-fcbkbttn-settings.php:381
 
 
 
 
267
  msgid "Like Button Action"
268
  msgstr ""
269
 
270
- #: includes/class-fcbkbttn-settings.php:391
271
  msgid "Recommend"
272
  msgstr ""
273
 
274
- #: includes/class-fcbkbttn-settings.php:397
275
  msgid "Friends Faces"
276
  msgstr ""
277
 
278
- #: includes/class-fcbkbttn-settings.php:400
279
- msgid " Enable to show faces of your friends who submitted the button."
280
  msgstr ""
281
 
282
- #: includes/class-fcbkbttn-settings.php:404
283
  msgid "Layout Width"
284
  msgstr ""
285
 
286
- #: includes/class-fcbkbttn-settings.php:406
287
  msgid "px"
288
  msgstr ""
289
 
290
- #: includes/class-fcbkbttn-settings.php:410
291
  msgid "Theme"
292
  msgstr ""
293
 
294
- #: includes/class-fcbkbttn-settings.php:415
295
  msgid "Light"
296
  msgstr ""
297
 
298
- #: includes/class-fcbkbttn-settings.php:420
299
  msgid "Dark"
300
  msgstr ""
301
 
302
- #: includes/class-fcbkbttn-settings.php:426
303
  msgid "Like Button HTML Tag"
304
  msgstr ""
305
 
306
- #: includes/class-fcbkbttn-settings.php:432
307
  #, php-format
308
  msgid "Tag %s can be used to improve website code validation."
309
  msgstr ""
310
 
311
- #: includes/class-fcbkbttn-settings.php:445
312
  msgid "URL to Like"
313
  msgstr ""
314
 
315
- #: includes/class-fcbkbttn-settings.php:447
316
- msgid "Leave blank to use a current page."
317
  msgstr ""
318
 
319
- #: includes/class-fcbkbttn-settings.php:475
320
- msgid "Facebook Buttons Shortcode"
321
  msgstr ""
322
 
323
- #: includes/class-fcbkbttn-settings.php:478
324
  msgid ""
325
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
326
  "by using the following shortcode:"
327
  msgstr ""
328
 
329
- #: includes/class-fcbkbttn-settings.php:497
330
  #, fuzzy
331
  msgid "Facebook Buttons Preview"
332
  msgstr "Bouton Facebook"
333
 
334
- #: includes/class-fcbkbttn-settings.php:512
335
  #, fuzzy
336
  msgid "Display Settings"
337
  msgstr "Afficher le bouton"
338
 
339
- #: includes/class-fcbkbttn-settings.php:521
340
  msgid ""
341
  "Please choose the necessary post types (or single pages) where Facebook "
342
  "button will be displayed:"
343
  msgstr ""
344
 
345
- #: includes/class-fcbkbttn-settings.php:528
346
  msgid "Show URL for pages"
347
  msgstr ""
348
 
349
- #: includes/class-fcbkbttn-settings.php:534
350
  msgid "Example of site pages tree"
351
  msgstr ""
352
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
353
  #~ msgid "Error: File size > 32K"
354
  #~ msgstr "Erreur : Poids du fichier > 32K"
355
 
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-01-16 14:37+0200\n"
6
+ "PO-Revision-Date: 2018-01-16 14:37+0200\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: http://wptheme.fr/\n"
9
  "Language: fr\n"
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: facebook-button-plugin.php:36 facebook-button-plugin.php:37
21
+ #: facebook-button-plugin.php:207 includes/class-fcbkbttn-settings.php:179
22
  msgid "Facebook Button Settings"
23
  msgstr "Réglages du bouton Facebook"
24
 
25
+ #: facebook-button-plugin.php:37 facebook-button-plugin.php:423
26
+ #: facebook-button-plugin.php:437 includes/class-fcbkbttn-settings.php:23
27
  msgid "Settings"
28
  msgstr "Réglages"
29
 
31
  msgid "Upgrade to Pro"
32
  msgstr ""
33
 
34
+ #: facebook-button-plugin.php:208
35
+ msgid "Please, enable JavaScript in your browser."
36
  msgstr ""
37
 
38
+ #: facebook-button-plugin.php:310
39
  #, fuzzy
40
  msgid "Add Facebook buttons to your page or post"
41
  msgstr "Position du bouton Facebook"
42
 
43
+ #: facebook-button-plugin.php:439
44
  msgid "FAQ"
45
  msgstr "FAQ"
46
 
47
+ #: facebook-button-plugin.php:440
48
  msgid "Support"
49
  msgstr "Support"
50
 
51
+ #: includes/class-fcbkbttn-settings.php:24
52
  #, fuzzy
53
  msgid "Display"
54
  msgstr "Afficher le bouton"
55
 
56
+ #: includes/class-fcbkbttn-settings.php:25
57
  msgid "Misc"
58
  msgstr ""
59
 
60
+ #: includes/class-fcbkbttn-settings.php:26
61
  #, fuzzy
62
  msgid "Custom Code"
63
  msgstr "Image Facebook personnalisée"
64
 
65
+ #: includes/class-fcbkbttn-settings.php:27
66
  msgid "License Key"
67
  msgstr ""
68
 
69
+ #: includes/class-fcbkbttn-settings.php:103
70
  msgid "Settings saved"
71
  msgstr "Réglages sauvegardés "
72
 
73
+ #: includes/class-fcbkbttn-settings.php:132
74
  msgid "Error: File size must not exceed 32KB"
75
  msgstr ""
76
 
77
+ #: includes/class-fcbkbttn-settings.php:135
78
  msgid "Error: Invalid file type"
79
  msgstr "Erreur : Type de fichier invalide"
80
 
81
+ #: includes/class-fcbkbttn-settings.php:141
82
  msgid "Upload successful."
83
  msgstr ""
84
 
85
+ #: includes/class-fcbkbttn-settings.php:149
86
+ msgid "Error: Failed to move file."
87
+ msgstr ""
 
88
 
89
+ #: includes/class-fcbkbttn-settings.php:152
90
+ msgid "Error: Check image width or height."
91
+ msgstr ""
 
92
 
93
+ #: includes/class-fcbkbttn-settings.php:156
94
+ msgid "Uploading Error: Check image properties"
95
+ msgstr ""
96
 
97
+ #: includes/class-fcbkbttn-settings.php:182
98
  msgid "General"
99
  msgstr ""
100
 
101
+ #: includes/class-fcbkbttn-settings.php:185
102
  #, fuzzy
103
  msgid "Buttons"
104
  msgstr "Position du bouton Facebook"
105
 
106
+ #: includes/class-fcbkbttn-settings.php:188
107
  msgid "Profile URL"
108
  msgstr ""
109
 
110
+ #: includes/class-fcbkbttn-settings.php:189
111
+ #: includes/class-fcbkbttn-settings.php:401
112
  msgid "Like"
113
  msgstr "Like"
114
 
115
+ #: includes/class-fcbkbttn-settings.php:190
116
  msgid "Share"
117
  msgstr ""
118
 
119
+ #: includes/class-fcbkbttn-settings.php:195
120
  msgid "Buttons Size"
121
  msgstr ""
122
 
123
+ #: includes/class-fcbkbttn-settings.php:198
124
  msgid "Small"
125
  msgstr ""
126
 
127
+ #: includes/class-fcbkbttn-settings.php:199
128
  msgid "Large"
129
  msgstr ""
130
 
131
+ #: includes/class-fcbkbttn-settings.php:204
132
  #, fuzzy
133
  msgid "Buttons Position"
134
  msgstr "Position du bouton Facebook"
135
 
136
+ #: includes/class-fcbkbttn-settings.php:209
137
  #, fuzzy
138
  msgid "Before content"
139
  msgstr "Avant et après"
140
 
141
+ #: includes/class-fcbkbttn-settings.php:214
142
  msgid "After content"
143
  msgstr ""
144
 
145
+ #: includes/class-fcbkbttn-settings.php:220
146
  msgid "Language"
147
  msgstr ""
148
 
149
+ #: includes/class-fcbkbttn-settings.php:231
150
  #, fuzzy
151
  msgid "Select the default language for Facebook button(-s)."
152
  msgstr "Changer la langue du bouton Facebook"
153
 
154
+ #: includes/class-fcbkbttn-settings.php:240
155
+ #: includes/class-fcbkbttn-settings.php:243
156
+ #: includes/class-fcbkbttn-settings.php:247
157
  msgid ""
158
  "Enable to switch language automatically on multilingual website using "
159
  "Multilanguage plugin."
160
  msgstr ""
161
 
162
+ #: includes/class-fcbkbttn-settings.php:243
163
+ msgid "Activate"
 
164
  msgstr ""
165
 
166
+ #: includes/class-fcbkbttn-settings.php:247
167
+ msgid "Install Now"
168
  msgstr ""
169
 
170
+ #: includes/class-fcbkbttn-settings.php:252
171
  msgid "Excerpt"
172
  msgstr ""
173
 
174
+ #: includes/class-fcbkbttn-settings.php:254
175
  #, fuzzy
176
  msgid "Enable to display buttons in excerpt."
177
  msgstr "Afficher le bouton"
178
 
179
+ #: includes/class-fcbkbttn-settings.php:262
180
+ #: includes/class-fcbkbttn-settings.php:455
181
+ #: includes/class-fcbkbttn-settings.php:509
182
  msgid "Close"
183
  msgstr ""
184
 
185
+ #: includes/class-fcbkbttn-settings.php:266
186
  #, fuzzy
187
  msgid "Meta Image"
188
  msgstr "Image Facebook personnalisée"
189
 
190
+ #: includes/class-fcbkbttn-settings.php:271
191
  msgid "Featured Image"
192
  msgstr ""
193
 
194
+ #: includes/class-fcbkbttn-settings.php:275
195
  #, fuzzy
196
  msgid "Custom Image"
197
  msgstr "Image Facebook personnalisée"
198
 
199
+ #: includes/class-fcbkbttn-settings.php:275
200
  msgid "This image will be used for all posts"
201
  msgstr ""
202
 
203
+ #: includes/class-fcbkbttn-settings.php:282
204
  msgid "Meta Description"
205
  msgstr ""
206
 
207
+ #: includes/class-fcbkbttn-settings.php:286
208
  msgid ""
209
  "This description will be used for all pages and posts. Leave blank to use "
210
  "page description."
211
  msgstr ""
212
 
213
+ #: includes/class-fcbkbttn-settings.php:294
214
  msgid "Profile URL Button"
215
  msgstr ""
216
 
217
+ #: includes/class-fcbkbttn-settings.php:297
218
  #, fuzzy
219
  msgid "Facebook ID or Username"
220
  msgstr "Votre identifiant Facebook"
221
 
222
+ #: includes/class-fcbkbttn-settings.php:304
223
  msgid "Profile Button Image"
224
  msgstr ""
225
 
226
+ #: includes/class-fcbkbttn-settings.php:311
227
  msgid "Default"
228
  msgstr ""
229
 
230
+ #: includes/class-fcbkbttn-settings.php:316
231
  #, fuzzy
232
  msgid "Custom image"
233
  msgstr "Image Facebook personnalisée"
234
 
235
+ #: includes/class-fcbkbttn-settings.php:320
236
  msgid ""
237
  "To use custom image, You need to setup permissions for upload directory of "
238
  "your site"
239
  msgstr ""
240
 
241
+ #: includes/class-fcbkbttn-settings.php:327
242
  #, fuzzy
243
  msgid "Current image"
244
  msgstr "Image actuelle"
245
 
246
+ #: includes/class-fcbkbttn-settings.php:335
 
247
  msgid ""
248
+ "Image requirements: max image width: 100px; max image height: 40px; max "
249
+ "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
250
  msgstr ""
 
 
251
 
252
+ #: includes/class-fcbkbttn-settings.php:339
253
  msgid "Like&Share Buttons"
254
  msgstr ""
255
 
256
+ #: includes/class-fcbkbttn-settings.php:342
257
+ msgid "Like Button Layout"
258
  msgstr ""
259
 
260
+ #: includes/class-fcbkbttn-settings.php:365
261
+ msgid "Share Button Layout"
262
+ msgstr ""
263
+
264
+ #: includes/class-fcbkbttn-settings.php:396
265
  msgid "Like Button Action"
266
  msgstr ""
267
 
268
+ #: includes/class-fcbkbttn-settings.php:406
269
  msgid "Recommend"
270
  msgstr ""
271
 
272
+ #: includes/class-fcbkbttn-settings.php:412
273
  msgid "Friends Faces"
274
  msgstr ""
275
 
276
+ #: includes/class-fcbkbttn-settings.php:415
277
+ msgid "Enable to show faces of your friends who submitted the button."
278
  msgstr ""
279
 
280
+ #: includes/class-fcbkbttn-settings.php:419
281
  msgid "Layout Width"
282
  msgstr ""
283
 
284
+ #: includes/class-fcbkbttn-settings.php:421
285
  msgid "px"
286
  msgstr ""
287
 
288
+ #: includes/class-fcbkbttn-settings.php:425
289
  msgid "Theme"
290
  msgstr ""
291
 
292
+ #: includes/class-fcbkbttn-settings.php:430
293
  msgid "Light"
294
  msgstr ""
295
 
296
+ #: includes/class-fcbkbttn-settings.php:435
297
  msgid "Dark"
298
  msgstr ""
299
 
300
+ #: includes/class-fcbkbttn-settings.php:441
301
  msgid "Like Button HTML Tag"
302
  msgstr ""
303
 
304
+ #: includes/class-fcbkbttn-settings.php:447
305
  #, php-format
306
  msgid "Tag %s can be used to improve website code validation."
307
  msgstr ""
308
 
309
+ #: includes/class-fcbkbttn-settings.php:459
310
  msgid "URL to Like"
311
  msgstr ""
312
 
313
+ #: includes/class-fcbkbttn-settings.php:461
314
+ msgid "Leave blank to use current page URL."
315
  msgstr ""
316
 
317
+ #: includes/class-fcbkbttn-settings.php:488
318
+ msgid "Facebook Button Shortcode"
319
  msgstr ""
320
 
321
+ #: includes/class-fcbkbttn-settings.php:491
322
  msgid ""
323
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
324
  "by using the following shortcode:"
325
  msgstr ""
326
 
327
+ #: includes/class-fcbkbttn-settings.php:510
328
  #, fuzzy
329
  msgid "Facebook Buttons Preview"
330
  msgstr "Bouton Facebook"
331
 
332
+ #: includes/class-fcbkbttn-settings.php:524
333
  #, fuzzy
334
  msgid "Display Settings"
335
  msgstr "Afficher le bouton"
336
 
337
+ #: includes/class-fcbkbttn-settings.php:533
338
  msgid ""
339
  "Please choose the necessary post types (or single pages) where Facebook "
340
  "button will be displayed:"
341
  msgstr ""
342
 
343
+ #: includes/class-fcbkbttn-settings.php:540
344
  msgid "Show URL for pages"
345
  msgstr ""
346
 
347
+ #: includes/class-fcbkbttn-settings.php:546
348
  msgid "Example of site pages tree"
349
  msgstr ""
350
 
351
+ #, fuzzy
352
+ #~ msgid "Error: failed to move file."
353
+ #~ msgstr "Erreur : le déplacement du fichier a echoué"
354
+
355
+ #, fuzzy
356
+ #~ msgid "Error: check image width or height."
357
+ #~ msgstr "Erreur : Vérifiez la taille et la largeur de l'image"
358
+
359
+ #~ msgid "Uploading Error: check image properties"
360
+ #~ msgstr "Erreur d'upload : vérifiez les propriétés de l'image"
361
+
362
+ #, fuzzy
363
+ #~ msgid ""
364
+ #~ "Image requirements: max image width:100px; max image height:40px; max "
365
+ #~ "image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
366
+ #~ msgstr ""
367
+ #~ "Propriétés de l'image : largeur max:100px; hauteur max: 40px; poids max : "
368
+ #~ "32kb; type d'image :\"jpg\", \"jpeg\", \"png\"."
369
+
370
  #~ msgid "Error: File size > 32K"
371
  #~ msgstr "Erreur : Poids du fichier > 32K"
372
 
languages/facebook-button-plugin-hu_HU.mo CHANGED
Binary file
languages/facebook-button-plugin-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-07-10 12:20+0300\n"
6
- "PO-Revision-Date: 2017-07-10 12:20+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: hu_HU\n"
@@ -16,13 +16,13 @@ msgstr ""
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: facebook-button-plugin.php:35 facebook-button-plugin.php:36
20
- #: facebook-button-plugin.php:176 includes/class-fcbkbttn-settings.php:181
21
  msgid "Facebook Button Settings"
22
  msgstr "Facebook Gomb Beállítások"
23
 
24
- #: facebook-button-plugin.php:36 facebook-button-plugin.php:382
25
- #: facebook-button-plugin.php:396 includes/class-fcbkbttn-settings.php:23
26
  msgid "Settings"
27
  msgstr "Beállítások"
28
 
@@ -30,211 +30,208 @@ msgstr "Beállítások"
30
  msgid "Upgrade to Pro"
31
  msgstr ""
32
 
33
- #: facebook-button-plugin.php:177
34
- msgid "Please, enable JavaScript in Your browser."
35
  msgstr ""
36
 
37
- #: facebook-button-plugin.php:275
38
  #, fuzzy
39
  msgid "Add Facebook buttons to your page or post"
40
  msgstr "Facebook gombok helye"
41
 
42
- #: facebook-button-plugin.php:397
43
  msgid "FAQ"
44
  msgstr "Gy.I.K."
45
 
46
- #: facebook-button-plugin.php:398
47
  msgid "Support"
48
  msgstr "Támogatás"
49
 
50
- #: includes/class-fcbkbttn-settings.php:25
51
  #, fuzzy
52
  msgid "Display"
53
  msgstr "Gomb megjelenítése"
54
 
55
- #: includes/class-fcbkbttn-settings.php:27
56
  msgid "Misc"
57
  msgstr ""
58
 
59
- #: includes/class-fcbkbttn-settings.php:28
60
  #, fuzzy
61
  msgid "Custom Code"
62
  msgstr "Egyéni Facebook kép"
63
 
64
- #: includes/class-fcbkbttn-settings.php:30
65
  msgid "License Key"
66
  msgstr ""
67
 
68
- #: includes/class-fcbkbttn-settings.php:107
69
  msgid "Settings saved"
70
  msgstr "Beállítások mentve"
71
 
72
- #: includes/class-fcbkbttn-settings.php:136
73
  msgid "Error: File size must not exceed 32KB"
74
  msgstr ""
75
 
76
- #: includes/class-fcbkbttn-settings.php:139
77
  msgid "Error: Invalid file type"
78
  msgstr "Hiba: Érvénytelen file típus"
79
 
80
- #: includes/class-fcbkbttn-settings.php:145
81
  msgid "Upload successful."
82
  msgstr "A feltöltés sikeres."
83
 
84
- #: includes/class-fcbkbttn-settings.php:153
85
- #, fuzzy
86
- msgid "Error: failed to move file."
87
- msgstr "Hiba: file mozgatás sikertelen"
88
 
89
- #: includes/class-fcbkbttn-settings.php:156
90
- #, fuzzy
91
- msgid "Error: check image width or height."
92
- msgstr "Hiba: ellenőrizze a kép szélességét és magasságát"
93
 
94
- #: includes/class-fcbkbttn-settings.php:160
95
- msgid "Uploading Error: check image properties"
96
- msgstr "Feltöltési Hiba: ellenőrizze a kép tulajdonságait"
97
 
98
- #: includes/class-fcbkbttn-settings.php:184
99
  msgid "General"
100
  msgstr ""
101
 
102
- #: includes/class-fcbkbttn-settings.php:187
103
  #, fuzzy
104
  msgid "Buttons"
105
  msgstr "Facebook gombok helye"
106
 
107
- #: includes/class-fcbkbttn-settings.php:190
108
  msgid "Profile URL"
109
  msgstr ""
110
 
111
- #: includes/class-fcbkbttn-settings.php:191
112
- #: includes/class-fcbkbttn-settings.php:386
113
  msgid "Like"
114
  msgstr "Like"
115
 
116
- #: includes/class-fcbkbttn-settings.php:192
117
  msgid "Share"
118
  msgstr "Megosztás"
119
 
120
- #: includes/class-fcbkbttn-settings.php:197
121
  msgid "Buttons Size"
122
  msgstr ""
123
 
124
- #: includes/class-fcbkbttn-settings.php:200
125
  msgid "Small"
126
  msgstr ""
127
 
128
- #: includes/class-fcbkbttn-settings.php:201
129
  msgid "Large"
130
  msgstr ""
131
 
132
- #: includes/class-fcbkbttn-settings.php:206
133
  #, fuzzy
134
  msgid "Buttons Position"
135
  msgstr "Facebook gombok helye"
136
 
137
- #: includes/class-fcbkbttn-settings.php:211
138
  #, fuzzy
139
  msgid "Before content"
140
  msgstr "Előtte és Utána"
141
 
142
- #: includes/class-fcbkbttn-settings.php:216
143
  msgid "After content"
144
  msgstr ""
145
 
146
- #: includes/class-fcbkbttn-settings.php:222
147
  msgid "Language"
148
  msgstr ""
149
 
150
- #: includes/class-fcbkbttn-settings.php:233
151
  #, fuzzy
152
  msgid "Select the default language for Facebook button(-s)."
153
  msgstr "Facebook Like Gomb nyelvének megváltoztatása"
154
 
155
- #: includes/class-fcbkbttn-settings.php:242
156
- #: includes/class-fcbkbttn-settings.php:245
157
- #: includes/class-fcbkbttn-settings.php:249
158
  msgid ""
159
  "Enable to switch language automatically on multilingual website using "
160
  "Multilanguage plugin."
161
  msgstr ""
162
 
163
- #: includes/class-fcbkbttn-settings.php:245
164
- #, php-format
165
- msgid "Activate %s"
166
  msgstr ""
167
 
168
- #: includes/class-fcbkbttn-settings.php:249
169
- msgid "Learn More"
170
- msgstr "Olvasson tovább"
171
 
172
- #: includes/class-fcbkbttn-settings.php:254
173
  msgid "Excerpt"
174
  msgstr ""
175
 
176
- #: includes/class-fcbkbttn-settings.php:256
177
  #, fuzzy
178
  msgid "Enable to display buttons in excerpt."
179
  msgstr "Gomb megjelenítése"
180
 
181
- #: includes/class-fcbkbttn-settings.php:265
182
- #: includes/class-fcbkbttn-settings.php:441
183
- #: includes/class-fcbkbttn-settings.php:496
184
  msgid "Close"
185
  msgstr ""
186
 
187
- #: includes/class-fcbkbttn-settings.php:269
188
  #, fuzzy
189
  msgid "Meta Image"
190
  msgstr "Egyéni Facebook kép"
191
 
192
- #: includes/class-fcbkbttn-settings.php:274
193
  msgid "Featured Image"
194
  msgstr ""
195
 
196
- #: includes/class-fcbkbttn-settings.php:278
197
  #, fuzzy
198
  msgid "Custom Image"
199
  msgstr "Egyéni Facebook kép"
200
 
201
- #: includes/class-fcbkbttn-settings.php:278
202
  msgid "This image will be used for all posts"
203
  msgstr ""
204
 
205
- #: includes/class-fcbkbttn-settings.php:285
206
  msgid "Meta Description"
207
  msgstr ""
208
 
209
- #: includes/class-fcbkbttn-settings.php:289
210
  msgid ""
211
  "This description will be used for all pages and posts. Leave blank to use "
212
  "page description."
213
  msgstr ""
214
 
215
- #: includes/class-fcbkbttn-settings.php:298
216
  msgid "Profile URL Button"
217
  msgstr ""
218
 
219
- #: includes/class-fcbkbttn-settings.php:301
220
  #, fuzzy
221
  msgid "Facebook ID or Username"
222
  msgstr "Facebook ID-je vagy felhasználóneve"
223
 
224
- #: includes/class-fcbkbttn-settings.php:308
225
  msgid "Profile Button Image"
226
  msgstr ""
227
 
228
- #: includes/class-fcbkbttn-settings.php:315
229
  msgid "Default"
230
  msgstr ""
231
 
232
- #: includes/class-fcbkbttn-settings.php:320
233
  #, fuzzy
234
  msgid "Custom image"
235
  msgstr "Egyéni Facebook kép"
236
 
237
- #: includes/class-fcbkbttn-settings.php:324
238
  #, fuzzy
239
  msgid ""
240
  "To use custom image, You need to setup permissions for upload directory of "
@@ -243,104 +240,105 @@ msgstr ""
243
  "Egyedi kép használatához az oldala feltöltési könyvtárához jogosultságot "
244
  "kell beállítania"
245
 
246
- #: includes/class-fcbkbttn-settings.php:331
247
  msgid "Current image"
248
  msgstr "Aktuális kép"
249
 
250
- #: includes/class-fcbkbttn-settings.php:339
251
- #, fuzzy
252
  msgid ""
253
- "Image requirements: max image width:100px; max image height:40px; max image "
254
- "size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
255
  msgstr ""
256
- "Kép paraméterek: max kép szélesség: 100px; max kép magasság: 40px; max kép "
257
- "méret: 32Kb; kép típusok:\"jpg\", \"jpeg\", \"png\"."
258
 
259
- #: includes/class-fcbkbttn-settings.php:343
260
  #, fuzzy
261
  msgid "Like&Share Buttons"
262
  msgstr "Facebook gombok helye"
263
 
264
- #: includes/class-fcbkbttn-settings.php:346
265
- msgid "Layout"
 
 
 
 
266
  msgstr ""
267
 
268
- #: includes/class-fcbkbttn-settings.php:381
269
  #, fuzzy
270
  msgid "Like Button Action"
271
  msgstr "Facebook gombok helye"
272
 
273
- #: includes/class-fcbkbttn-settings.php:391
274
  msgid "Recommend"
275
  msgstr ""
276
 
277
- #: includes/class-fcbkbttn-settings.php:397
278
  msgid "Friends Faces"
279
  msgstr ""
280
 
281
- #: includes/class-fcbkbttn-settings.php:400
282
- msgid " Enable to show faces of your friends who submitted the button."
283
  msgstr ""
284
 
285
- #: includes/class-fcbkbttn-settings.php:404
286
  msgid "Layout Width"
287
  msgstr ""
288
 
289
- #: includes/class-fcbkbttn-settings.php:406
290
  msgid "px"
291
  msgstr ""
292
 
293
- #: includes/class-fcbkbttn-settings.php:410
294
  msgid "Theme"
295
  msgstr ""
296
 
297
- #: includes/class-fcbkbttn-settings.php:415
298
  msgid "Light"
299
  msgstr ""
300
 
301
- #: includes/class-fcbkbttn-settings.php:420
302
  msgid "Dark"
303
  msgstr ""
304
 
305
- #: includes/class-fcbkbttn-settings.php:426
306
  #, fuzzy
307
  msgid "Like Button HTML Tag"
308
  msgstr "Facebook gombok helye"
309
 
310
- #: includes/class-fcbkbttn-settings.php:432
311
  #, php-format
312
  msgid "Tag %s can be used to improve website code validation."
313
  msgstr ""
314
 
315
- #: includes/class-fcbkbttn-settings.php:445
316
  msgid "URL to Like"
317
  msgstr ""
318
 
319
- #: includes/class-fcbkbttn-settings.php:447
320
- msgid "Leave blank to use a current page."
321
  msgstr ""
322
 
323
- #: includes/class-fcbkbttn-settings.php:475
324
- msgid "Facebook Buttons Shortcode"
325
  msgstr ""
326
 
327
- #: includes/class-fcbkbttn-settings.php:478
328
  msgid ""
329
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
330
  "by using the following shortcode:"
331
  msgstr ""
332
 
333
- #: includes/class-fcbkbttn-settings.php:497
334
  #, fuzzy
335
  msgid "Facebook Buttons Preview"
336
  msgstr "Facebook Gomb Beállítások"
337
 
338
- #: includes/class-fcbkbttn-settings.php:512
339
  #, fuzzy
340
  msgid "Display Settings"
341
  msgstr "Gomb megjelenítése"
342
 
343
- #: includes/class-fcbkbttn-settings.php:521
344
  msgid ""
345
  "Please choose the necessary post types (or single pages) where Facebook "
346
  "button will be displayed:"
@@ -348,14 +346,36 @@ msgstr ""
348
  "Kérjük válassza ki a szükséges bejegyzés típusokat (vagy egyedi oldalakat) "
349
  "ahol a Facebook gomb megjelenjen:"
350
 
351
- #: includes/class-fcbkbttn-settings.php:528
352
  msgid "Show URL for pages"
353
  msgstr "URL megjelenítése oldalakon"
354
 
355
- #: includes/class-fcbkbttn-settings.php:534
356
  msgid "Example of site pages tree"
357
  msgstr ""
358
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
359
  #~ msgid "Error: File size > 32K"
360
  #~ msgstr "Hiba: File méret > 32k"
361
 
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-01-16 14:37+0200\n"
6
+ "PO-Revision-Date: 2018-01-16 14:37+0200\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: hu_HU\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: facebook-button-plugin.php:36 facebook-button-plugin.php:37
20
+ #: facebook-button-plugin.php:207 includes/class-fcbkbttn-settings.php:179
21
  msgid "Facebook Button Settings"
22
  msgstr "Facebook Gomb Beállítások"
23
 
24
+ #: facebook-button-plugin.php:37 facebook-button-plugin.php:423
25
+ #: facebook-button-plugin.php:437 includes/class-fcbkbttn-settings.php:23
26
  msgid "Settings"
27
  msgstr "Beállítások"
28
 
30
  msgid "Upgrade to Pro"
31
  msgstr ""
32
 
33
+ #: facebook-button-plugin.php:208
34
+ msgid "Please, enable JavaScript in your browser."
35
  msgstr ""
36
 
37
+ #: facebook-button-plugin.php:310
38
  #, fuzzy
39
  msgid "Add Facebook buttons to your page or post"
40
  msgstr "Facebook gombok helye"
41
 
42
+ #: facebook-button-plugin.php:439
43
  msgid "FAQ"
44
  msgstr "Gy.I.K."
45
 
46
+ #: facebook-button-plugin.php:440
47
  msgid "Support"
48
  msgstr "Támogatás"
49
 
50
+ #: includes/class-fcbkbttn-settings.php:24
51
  #, fuzzy
52
  msgid "Display"
53
  msgstr "Gomb megjelenítése"
54
 
55
+ #: includes/class-fcbkbttn-settings.php:25
56
  msgid "Misc"
57
  msgstr ""
58
 
59
+ #: includes/class-fcbkbttn-settings.php:26
60
  #, fuzzy
61
  msgid "Custom Code"
62
  msgstr "Egyéni Facebook kép"
63
 
64
+ #: includes/class-fcbkbttn-settings.php:27
65
  msgid "License Key"
66
  msgstr ""
67
 
68
+ #: includes/class-fcbkbttn-settings.php:103
69
  msgid "Settings saved"
70
  msgstr "Beállítások mentve"
71
 
72
+ #: includes/class-fcbkbttn-settings.php:132
73
  msgid "Error: File size must not exceed 32KB"
74
  msgstr ""
75
 
76
+ #: includes/class-fcbkbttn-settings.php:135
77
  msgid "Error: Invalid file type"
78
  msgstr "Hiba: Érvénytelen file típus"
79
 
80
+ #: includes/class-fcbkbttn-settings.php:141
81
  msgid "Upload successful."
82
  msgstr "A feltöltés sikeres."
83
 
84
+ #: includes/class-fcbkbttn-settings.php:149
85
+ msgid "Error: Failed to move file."
86
+ msgstr ""
 
87
 
88
+ #: includes/class-fcbkbttn-settings.php:152
89
+ msgid "Error: Check image width or height."
90
+ msgstr ""
 
91
 
92
+ #: includes/class-fcbkbttn-settings.php:156
93
+ msgid "Uploading Error: Check image properties"
94
+ msgstr ""
95
 
96
+ #: includes/class-fcbkbttn-settings.php:182
97
  msgid "General"
98
  msgstr ""
99
 
100
+ #: includes/class-fcbkbttn-settings.php:185
101
  #, fuzzy
102
  msgid "Buttons"
103
  msgstr "Facebook gombok helye"
104
 
105
+ #: includes/class-fcbkbttn-settings.php:188
106
  msgid "Profile URL"
107
  msgstr ""
108
 
109
+ #: includes/class-fcbkbttn-settings.php:189
110
+ #: includes/class-fcbkbttn-settings.php:401
111
  msgid "Like"
112
  msgstr "Like"
113
 
114
+ #: includes/class-fcbkbttn-settings.php:190
115
  msgid "Share"
116
  msgstr "Megosztás"
117
 
118
+ #: includes/class-fcbkbttn-settings.php:195
119
  msgid "Buttons Size"
120
  msgstr ""
121
 
122
+ #: includes/class-fcbkbttn-settings.php:198
123
  msgid "Small"
124
  msgstr ""
125
 
126
+ #: includes/class-fcbkbttn-settings.php:199
127
  msgid "Large"
128
  msgstr ""
129
 
130
+ #: includes/class-fcbkbttn-settings.php:204
131
  #, fuzzy
132
  msgid "Buttons Position"
133
  msgstr "Facebook gombok helye"
134
 
135
+ #: includes/class-fcbkbttn-settings.php:209
136
  #, fuzzy
137
  msgid "Before content"
138
  msgstr "Előtte és Utána"
139
 
140
+ #: includes/class-fcbkbttn-settings.php:214
141
  msgid "After content"
142
  msgstr ""
143
 
144
+ #: includes/class-fcbkbttn-settings.php:220
145
  msgid "Language"
146
  msgstr ""
147
 
148
+ #: includes/class-fcbkbttn-settings.php:231
149
  #, fuzzy
150
  msgid "Select the default language for Facebook button(-s)."
151
  msgstr "Facebook Like Gomb nyelvének megváltoztatása"
152
 
153
+ #: includes/class-fcbkbttn-settings.php:240
154
+ #: includes/class-fcbkbttn-settings.php:243
155
+ #: includes/class-fcbkbttn-settings.php:247
156
  msgid ""
157
  "Enable to switch language automatically on multilingual website using "
158
  "Multilanguage plugin."
159
  msgstr ""
160
 
161
+ #: includes/class-fcbkbttn-settings.php:243
162
+ msgid "Activate"
 
163
  msgstr ""
164
 
165
+ #: includes/class-fcbkbttn-settings.php:247
166
+ msgid "Install Now"
167
+ msgstr ""
168
 
169
+ #: includes/class-fcbkbttn-settings.php:252
170
  msgid "Excerpt"
171
  msgstr ""
172
 
173
+ #: includes/class-fcbkbttn-settings.php:254
174
  #, fuzzy
175
  msgid "Enable to display buttons in excerpt."
176
  msgstr "Gomb megjelenítése"
177
 
178
+ #: includes/class-fcbkbttn-settings.php:262
179
+ #: includes/class-fcbkbttn-settings.php:455
180
+ #: includes/class-fcbkbttn-settings.php:509
181
  msgid "Close"
182
  msgstr ""
183
 
184
+ #: includes/class-fcbkbttn-settings.php:266
185
  #, fuzzy
186
  msgid "Meta Image"
187
  msgstr "Egyéni Facebook kép"
188
 
189
+ #: includes/class-fcbkbttn-settings.php:271
190
  msgid "Featured Image"
191
  msgstr ""
192
 
193
+ #: includes/class-fcbkbttn-settings.php:275
194
  #, fuzzy
195
  msgid "Custom Image"
196
  msgstr "Egyéni Facebook kép"
197
 
198
+ #: includes/class-fcbkbttn-settings.php:275
199
  msgid "This image will be used for all posts"
200
  msgstr ""
201
 
202
+ #: includes/class-fcbkbttn-settings.php:282
203
  msgid "Meta Description"
204
  msgstr ""
205
 
206
+ #: includes/class-fcbkbttn-settings.php:286
207
  msgid ""
208
  "This description will be used for all pages and posts. Leave blank to use "
209
  "page description."
210
  msgstr ""
211
 
212
+ #: includes/class-fcbkbttn-settings.php:294
213
  msgid "Profile URL Button"
214
  msgstr ""
215
 
216
+ #: includes/class-fcbkbttn-settings.php:297
217
  #, fuzzy
218
  msgid "Facebook ID or Username"
219
  msgstr "Facebook ID-je vagy felhasználóneve"
220
 
221
+ #: includes/class-fcbkbttn-settings.php:304
222
  msgid "Profile Button Image"
223
  msgstr ""
224
 
225
+ #: includes/class-fcbkbttn-settings.php:311
226
  msgid "Default"
227
  msgstr ""
228
 
229
+ #: includes/class-fcbkbttn-settings.php:316
230
  #, fuzzy
231
  msgid "Custom image"
232
  msgstr "Egyéni Facebook kép"
233
 
234
+ #: includes/class-fcbkbttn-settings.php:320
235
  #, fuzzy
236
  msgid ""
237
  "To use custom image, You need to setup permissions for upload directory of "
240
  "Egyedi kép használatához az oldala feltöltési könyvtárához jogosultságot "
241
  "kell beállítania"
242
 
243
+ #: includes/class-fcbkbttn-settings.php:327
244
  msgid "Current image"
245
  msgstr "Aktuális kép"
246
 
247
+ #: includes/class-fcbkbttn-settings.php:335
 
248
  msgid ""
249
+ "Image requirements: max image width: 100px; max image height: 40px; max "
250
+ "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
251
  msgstr ""
 
 
252
 
253
+ #: includes/class-fcbkbttn-settings.php:339
254
  #, fuzzy
255
  msgid "Like&Share Buttons"
256
  msgstr "Facebook gombok helye"
257
 
258
+ #: includes/class-fcbkbttn-settings.php:342
259
+ msgid "Like Button Layout"
260
+ msgstr ""
261
+
262
+ #: includes/class-fcbkbttn-settings.php:365
263
+ msgid "Share Button Layout"
264
  msgstr ""
265
 
266
+ #: includes/class-fcbkbttn-settings.php:396
267
  #, fuzzy
268
  msgid "Like Button Action"
269
  msgstr "Facebook gombok helye"
270
 
271
+ #: includes/class-fcbkbttn-settings.php:406
272
  msgid "Recommend"
273
  msgstr ""
274
 
275
+ #: includes/class-fcbkbttn-settings.php:412
276
  msgid "Friends Faces"
277
  msgstr ""
278
 
279
+ #: includes/class-fcbkbttn-settings.php:415
280
+ msgid "Enable to show faces of your friends who submitted the button."
281
  msgstr ""
282
 
283
+ #: includes/class-fcbkbttn-settings.php:419
284
  msgid "Layout Width"
285
  msgstr ""
286
 
287
+ #: includes/class-fcbkbttn-settings.php:421
288
  msgid "px"
289
  msgstr ""
290
 
291
+ #: includes/class-fcbkbttn-settings.php:425
292
  msgid "Theme"
293
  msgstr ""
294
 
295
+ #: includes/class-fcbkbttn-settings.php:430
296
  msgid "Light"
297
  msgstr ""
298
 
299
+ #: includes/class-fcbkbttn-settings.php:435
300
  msgid "Dark"
301
  msgstr ""
302
 
303
+ #: includes/class-fcbkbttn-settings.php:441
304
  #, fuzzy
305
  msgid "Like Button HTML Tag"
306
  msgstr "Facebook gombok helye"
307
 
308
+ #: includes/class-fcbkbttn-settings.php:447
309
  #, php-format
310
  msgid "Tag %s can be used to improve website code validation."
311
  msgstr ""
312
 
313
+ #: includes/class-fcbkbttn-settings.php:459
314
  msgid "URL to Like"
315
  msgstr ""
316
 
317
+ #: includes/class-fcbkbttn-settings.php:461
318
+ msgid "Leave blank to use current page URL."
319
  msgstr ""
320
 
321
+ #: includes/class-fcbkbttn-settings.php:488
322
+ msgid "Facebook Button Shortcode"
323
  msgstr ""
324
 
325
+ #: includes/class-fcbkbttn-settings.php:491
326
  msgid ""
327
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
328
  "by using the following shortcode:"
329
  msgstr ""
330
 
331
+ #: includes/class-fcbkbttn-settings.php:510
332
  #, fuzzy
333
  msgid "Facebook Buttons Preview"
334
  msgstr "Facebook Gomb Beállítások"
335
 
336
+ #: includes/class-fcbkbttn-settings.php:524
337
  #, fuzzy
338
  msgid "Display Settings"
339
  msgstr "Gomb megjelenítése"
340
 
341
+ #: includes/class-fcbkbttn-settings.php:533
342
  msgid ""
343
  "Please choose the necessary post types (or single pages) where Facebook "
344
  "button will be displayed:"
346
  "Kérjük válassza ki a szükséges bejegyzés típusokat (vagy egyedi oldalakat) "
347
  "ahol a Facebook gomb megjelenjen:"
348
 
349
+ #: includes/class-fcbkbttn-settings.php:540
350
  msgid "Show URL for pages"
351
  msgstr "URL megjelenítése oldalakon"
352
 
353
+ #: includes/class-fcbkbttn-settings.php:546
354
  msgid "Example of site pages tree"
355
  msgstr ""
356
 
357
+ #, fuzzy
358
+ #~ msgid "Error: failed to move file."
359
+ #~ msgstr "Hiba: file mozgatás sikertelen"
360
+
361
+ #, fuzzy
362
+ #~ msgid "Error: check image width or height."
363
+ #~ msgstr "Hiba: ellenőrizze a kép szélességét és magasságát"
364
+
365
+ #~ msgid "Uploading Error: check image properties"
366
+ #~ msgstr "Feltöltési Hiba: ellenőrizze a kép tulajdonságait"
367
+
368
+ #, fuzzy
369
+ #~ msgid ""
370
+ #~ "Image requirements: max image width:100px; max image height:40px; max "
371
+ #~ "image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
372
+ #~ msgstr ""
373
+ #~ "Kép paraméterek: max kép szélesség: 100px; max kép magasság: 40px; max "
374
+ #~ "kép méret: 32Kb; kép típusok:\"jpg\", \"jpeg\", \"png\"."
375
+
376
+ #~ msgid "Learn More"
377
+ #~ msgstr "Olvasson tovább"
378
+
379
  #~ msgid "Error: File size > 32K"
380
  #~ msgstr "Hiba: File méret > 32k"
381
 
languages/facebook-button-plugin-id_ID.mo CHANGED
Binary file
languages/facebook-button-plugin-id_ID.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-07-10 12:20+0300\n"
6
- "PO-Revision-Date: 2017-07-10 12:20+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: nasrulhaq <nasrulhaq81@gmail.com>\n"
9
  "Language: es_ES\n"
@@ -16,13 +16,13 @@ msgstr ""
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: facebook-button-plugin.php:35 facebook-button-plugin.php:36
20
- #: facebook-button-plugin.php:176 includes/class-fcbkbttn-settings.php:181
21
  msgid "Facebook Button Settings"
22
  msgstr "Pengaturan Facebook Button"
23
 
24
- #: facebook-button-plugin.php:36 facebook-button-plugin.php:382
25
- #: facebook-button-plugin.php:396 includes/class-fcbkbttn-settings.php:23
26
  msgid "Settings"
27
  msgstr "Pengaturan"
28
 
@@ -30,325 +30,346 @@ msgstr "Pengaturan"
30
  msgid "Upgrade to Pro"
31
  msgstr ""
32
 
33
- #: facebook-button-plugin.php:177
34
- msgid "Please, enable JavaScript in Your browser."
35
  msgstr ""
36
 
37
- #: facebook-button-plugin.php:275
38
  #, fuzzy
39
  msgid "Add Facebook buttons to your page or post"
40
  msgstr "Posisi Tombol Facebook"
41
 
42
- #: facebook-button-plugin.php:397
43
  msgid "FAQ"
44
  msgstr "SSS (Sık Sorulan Sorular)"
45
 
46
- #: facebook-button-plugin.php:398
47
  msgid "Support"
48
  msgstr "Dukungan"
49
 
50
- #: includes/class-fcbkbttn-settings.php:25
51
  #, fuzzy
52
  msgid "Display"
53
  msgstr "Tampilan tombol:"
54
 
55
- #: includes/class-fcbkbttn-settings.php:27
56
  msgid "Misc"
57
  msgstr ""
58
 
59
- #: includes/class-fcbkbttn-settings.php:28
60
  #, fuzzy
61
  msgid "Custom Code"
62
  msgstr "Kustom Gambar Facebook "
63
 
64
- #: includes/class-fcbkbttn-settings.php:30
65
  msgid "License Key"
66
  msgstr ""
67
 
68
- #: includes/class-fcbkbttn-settings.php:107
69
  msgid "Settings saved"
70
  msgstr "Simpan Pengaturan"
71
 
72
- #: includes/class-fcbkbttn-settings.php:136
73
  msgid "Error: File size must not exceed 32KB"
74
  msgstr ""
75
 
76
- #: includes/class-fcbkbttn-settings.php:139
77
  msgid "Error: Invalid file type"
78
  msgstr "SALAH: Tipe data tidak benar"
79
 
80
- #: includes/class-fcbkbttn-settings.php:145
81
  msgid "Upload successful."
82
  msgstr ""
83
 
84
- #: includes/class-fcbkbttn-settings.php:153
85
- #, fuzzy
86
- msgid "Error: failed to move file."
87
- msgstr "Salah: gagal memindahkan data"
88
 
89
- #: includes/class-fcbkbttn-settings.php:156
90
- #, fuzzy
91
- msgid "Error: check image width or height."
92
- msgstr "Salah: periksa lebar atau panjang gambar"
93
 
94
- #: includes/class-fcbkbttn-settings.php:160
95
- msgid "Uploading Error: check image properties"
96
- msgstr "Gagal Mengunggah: periksa properti gambar"
97
 
98
- #: includes/class-fcbkbttn-settings.php:184
99
  msgid "General"
100
  msgstr ""
101
 
102
- #: includes/class-fcbkbttn-settings.php:187
103
  #, fuzzy
104
  msgid "Buttons"
105
  msgstr "Posisi Tombol Facebook"
106
 
107
- #: includes/class-fcbkbttn-settings.php:190
108
  msgid "Profile URL"
109
  msgstr ""
110
 
111
- #: includes/class-fcbkbttn-settings.php:191
112
- #: includes/class-fcbkbttn-settings.php:386
113
  msgid "Like"
114
  msgstr "Suka"
115
 
116
- #: includes/class-fcbkbttn-settings.php:192
117
  msgid "Share"
118
  msgstr ""
119
 
120
- #: includes/class-fcbkbttn-settings.php:197
121
  msgid "Buttons Size"
122
  msgstr ""
123
 
124
- #: includes/class-fcbkbttn-settings.php:200
125
  msgid "Small"
126
  msgstr ""
127
 
128
- #: includes/class-fcbkbttn-settings.php:201
129
  msgid "Large"
130
  msgstr ""
131
 
132
- #: includes/class-fcbkbttn-settings.php:206
133
  #, fuzzy
134
  msgid "Buttons Position"
135
  msgstr "Posisi Tombol Facebook"
136
 
137
- #: includes/class-fcbkbttn-settings.php:211
138
  #, fuzzy
139
  msgid "Before content"
140
  msgstr "Sebelum dan Setelah"
141
 
142
- #: includes/class-fcbkbttn-settings.php:216
143
  msgid "After content"
144
  msgstr ""
145
 
146
- #: includes/class-fcbkbttn-settings.php:222
147
  msgid "Language"
148
  msgstr ""
149
 
150
- #: includes/class-fcbkbttn-settings.php:233
151
  #, fuzzy
152
  msgid "Select the default language for Facebook button(-s)."
153
  msgstr "Ubah bahasa Facebook Like Button"
154
 
155
- #: includes/class-fcbkbttn-settings.php:242
156
- #: includes/class-fcbkbttn-settings.php:245
157
- #: includes/class-fcbkbttn-settings.php:249
158
  msgid ""
159
  "Enable to switch language automatically on multilingual website using "
160
  "Multilanguage plugin."
161
  msgstr ""
162
 
163
- #: includes/class-fcbkbttn-settings.php:245
164
- #, fuzzy, php-format
165
- msgid "Activate %s"
166
- msgstr "Aktif Eklentiler"
167
-
168
- #: includes/class-fcbkbttn-settings.php:249
169
- msgid "Learn More"
170
  msgstr ""
171
 
172
- #: includes/class-fcbkbttn-settings.php:254
 
 
 
 
173
  msgid "Excerpt"
174
  msgstr ""
175
 
176
- #: includes/class-fcbkbttn-settings.php:256
177
  #, fuzzy
178
  msgid "Enable to display buttons in excerpt."
179
  msgstr "Tampilan tombol:"
180
 
181
- #: includes/class-fcbkbttn-settings.php:265
182
- #: includes/class-fcbkbttn-settings.php:441
183
- #: includes/class-fcbkbttn-settings.php:496
184
  msgid "Close"
185
  msgstr ""
186
 
187
- #: includes/class-fcbkbttn-settings.php:269
188
  #, fuzzy
189
  msgid "Meta Image"
190
  msgstr "Kustom Gambar Facebook "
191
 
192
- #: includes/class-fcbkbttn-settings.php:274
193
  msgid "Featured Image"
194
  msgstr ""
195
 
196
- #: includes/class-fcbkbttn-settings.php:278
197
  #, fuzzy
198
  msgid "Custom Image"
199
  msgstr "Kustom Gambar Facebook "
200
 
201
- #: includes/class-fcbkbttn-settings.php:278
202
  msgid "This image will be used for all posts"
203
  msgstr ""
204
 
205
- #: includes/class-fcbkbttn-settings.php:285
206
  msgid "Meta Description"
207
  msgstr ""
208
 
209
- #: includes/class-fcbkbttn-settings.php:289
210
  msgid ""
211
  "This description will be used for all pages and posts. Leave blank to use "
212
  "page description."
213
  msgstr ""
214
 
215
- #: includes/class-fcbkbttn-settings.php:298
216
  msgid "Profile URL Button"
217
  msgstr ""
218
 
219
- #: includes/class-fcbkbttn-settings.php:301
220
  #, fuzzy
221
  msgid "Facebook ID or Username"
222
  msgstr " ID Facebook:"
223
 
224
- #: includes/class-fcbkbttn-settings.php:308
225
  msgid "Profile Button Image"
226
  msgstr ""
227
 
228
- #: includes/class-fcbkbttn-settings.php:315
229
  msgid "Default"
230
  msgstr ""
231
 
232
- #: includes/class-fcbkbttn-settings.php:320
233
  #, fuzzy
234
  msgid "Custom image"
235
  msgstr "Kustom Gambar Facebook "
236
 
237
- #: includes/class-fcbkbttn-settings.php:324
238
  msgid ""
239
  "To use custom image, You need to setup permissions for upload directory of "
240
  "your site"
241
  msgstr ""
242
 
243
- #: includes/class-fcbkbttn-settings.php:331
244
  #, fuzzy
245
  msgid "Current image"
246
  msgstr "Gambar tertentu:"
247
 
248
- #: includes/class-fcbkbttn-settings.php:339
249
- #, fuzzy
250
  msgid ""
251
- "Image requirements: max image width:100px; max image height:40px; max image "
252
- "size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
253
  msgstr ""
254
- "properti gambar: lebar gambar maks:100px; panjang gambar maks:40px; ukuran "
255
- "gambar maks:32Kb; tipe gambar:\"jpg\",\"jpeg\", \"png\"."
256
 
257
- #: includes/class-fcbkbttn-settings.php:343
258
  msgid "Like&Share Buttons"
259
  msgstr ""
260
 
261
- #: includes/class-fcbkbttn-settings.php:346
262
- msgid "Layout"
263
  msgstr ""
264
 
265
- #: includes/class-fcbkbttn-settings.php:381
 
 
 
 
266
  msgid "Like Button Action"
267
  msgstr ""
268
 
269
- #: includes/class-fcbkbttn-settings.php:391
270
  msgid "Recommend"
271
  msgstr ""
272
 
273
- #: includes/class-fcbkbttn-settings.php:397
274
  msgid "Friends Faces"
275
  msgstr ""
276
 
277
- #: includes/class-fcbkbttn-settings.php:400
278
- msgid " Enable to show faces of your friends who submitted the button."
279
  msgstr ""
280
 
281
- #: includes/class-fcbkbttn-settings.php:404
282
  msgid "Layout Width"
283
  msgstr ""
284
 
285
- #: includes/class-fcbkbttn-settings.php:406
286
  msgid "px"
287
  msgstr ""
288
 
289
- #: includes/class-fcbkbttn-settings.php:410
290
  msgid "Theme"
291
  msgstr ""
292
 
293
- #: includes/class-fcbkbttn-settings.php:415
294
  msgid "Light"
295
  msgstr ""
296
 
297
- #: includes/class-fcbkbttn-settings.php:420
298
  msgid "Dark"
299
  msgstr ""
300
 
301
- #: includes/class-fcbkbttn-settings.php:426
302
  msgid "Like Button HTML Tag"
303
  msgstr ""
304
 
305
- #: includes/class-fcbkbttn-settings.php:432
306
  #, php-format
307
  msgid "Tag %s can be used to improve website code validation."
308
  msgstr ""
309
 
310
- #: includes/class-fcbkbttn-settings.php:445
311
  msgid "URL to Like"
312
  msgstr ""
313
 
314
- #: includes/class-fcbkbttn-settings.php:447
315
- msgid "Leave blank to use a current page."
316
  msgstr ""
317
 
318
- #: includes/class-fcbkbttn-settings.php:475
319
- msgid "Facebook Buttons Shortcode"
320
  msgstr ""
321
 
322
- #: includes/class-fcbkbttn-settings.php:478
323
  msgid ""
324
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
325
  "by using the following shortcode:"
326
  msgstr ""
327
 
328
- #: includes/class-fcbkbttn-settings.php:497
329
  #, fuzzy
330
  msgid "Facebook Buttons Preview"
331
  msgstr "Tombol Facebook"
332
 
333
- #: includes/class-fcbkbttn-settings.php:512
334
  #, fuzzy
335
  msgid "Display Settings"
336
  msgstr "Tampilan tombol:"
337
 
338
- #: includes/class-fcbkbttn-settings.php:521
339
  msgid ""
340
  "Please choose the necessary post types (or single pages) where Facebook "
341
  "button will be displayed:"
342
  msgstr ""
343
 
344
- #: includes/class-fcbkbttn-settings.php:528
345
  msgid "Show URL for pages"
346
  msgstr ""
347
 
348
- #: includes/class-fcbkbttn-settings.php:534
349
  msgid "Example of site pages tree"
350
  msgstr ""
351
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
352
  #~ msgid "Error: File size > 32K"
353
  #~ msgstr "SALAH: Ukuran file lebih besar dari 32KB"
354
 
@@ -476,6 +497,3 @@ msgstr ""
476
 
477
  #~ msgid "Options saved."
478
  #~ msgstr "DeÄŸiÅŸiklikler Kaydedildi."
479
-
480
- #~ msgid "Install Now"
481
- #~ msgstr "Установить сейчас"
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-01-16 14:36+0200\n"
6
+ "PO-Revision-Date: 2018-01-16 14:37+0200\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: nasrulhaq <nasrulhaq81@gmail.com>\n"
9
  "Language: es_ES\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: facebook-button-plugin.php:36 facebook-button-plugin.php:37
20
+ #: facebook-button-plugin.php:207 includes/class-fcbkbttn-settings.php:179
21
  msgid "Facebook Button Settings"
22
  msgstr "Pengaturan Facebook Button"
23
 
24
+ #: facebook-button-plugin.php:37 facebook-button-plugin.php:423
25
+ #: facebook-button-plugin.php:437 includes/class-fcbkbttn-settings.php:23
26
  msgid "Settings"
27
  msgstr "Pengaturan"
28
 
30
  msgid "Upgrade to Pro"
31
  msgstr ""
32
 
33
+ #: facebook-button-plugin.php:208
34
+ msgid "Please, enable JavaScript in your browser."
35
  msgstr ""
36
 
37
+ #: facebook-button-plugin.php:310
38
  #, fuzzy
39
  msgid "Add Facebook buttons to your page or post"
40
  msgstr "Posisi Tombol Facebook"
41
 
42
+ #: facebook-button-plugin.php:439
43
  msgid "FAQ"
44
  msgstr "SSS (Sık Sorulan Sorular)"
45
 
46
+ #: facebook-button-plugin.php:440
47
  msgid "Support"
48
  msgstr "Dukungan"
49
 
50
+ #: includes/class-fcbkbttn-settings.php:24
51
  #, fuzzy
52
  msgid "Display"
53
  msgstr "Tampilan tombol:"
54
 
55
+ #: includes/class-fcbkbttn-settings.php:25
56
  msgid "Misc"
57
  msgstr ""
58
 
59
+ #: includes/class-fcbkbttn-settings.php:26
60
  #, fuzzy
61
  msgid "Custom Code"
62
  msgstr "Kustom Gambar Facebook "
63
 
64
+ #: includes/class-fcbkbttn-settings.php:27
65
  msgid "License Key"
66
  msgstr ""
67
 
68
+ #: includes/class-fcbkbttn-settings.php:103
69
  msgid "Settings saved"
70
  msgstr "Simpan Pengaturan"
71
 
72
+ #: includes/class-fcbkbttn-settings.php:132
73
  msgid "Error: File size must not exceed 32KB"
74
  msgstr ""
75
 
76
+ #: includes/class-fcbkbttn-settings.php:135
77
  msgid "Error: Invalid file type"
78
  msgstr "SALAH: Tipe data tidak benar"
79
 
80
+ #: includes/class-fcbkbttn-settings.php:141
81
  msgid "Upload successful."
82
  msgstr ""
83
 
84
+ #: includes/class-fcbkbttn-settings.php:149
85
+ msgid "Error: Failed to move file."
86
+ msgstr ""
 
87
 
88
+ #: includes/class-fcbkbttn-settings.php:152
89
+ msgid "Error: Check image width or height."
90
+ msgstr ""
 
91
 
92
+ #: includes/class-fcbkbttn-settings.php:156
93
+ msgid "Uploading Error: Check image properties"
94
+ msgstr ""
95
 
96
+ #: includes/class-fcbkbttn-settings.php:182
97
  msgid "General"
98
  msgstr ""
99
 
100
+ #: includes/class-fcbkbttn-settings.php:185
101
  #, fuzzy
102
  msgid "Buttons"
103
  msgstr "Posisi Tombol Facebook"
104
 
105
+ #: includes/class-fcbkbttn-settings.php:188
106
  msgid "Profile URL"
107
  msgstr ""
108
 
109
+ #: includes/class-fcbkbttn-settings.php:189
110
+ #: includes/class-fcbkbttn-settings.php:401
111
  msgid "Like"
112
  msgstr "Suka"
113
 
114
+ #: includes/class-fcbkbttn-settings.php:190
115
  msgid "Share"
116
  msgstr ""
117
 
118
+ #: includes/class-fcbkbttn-settings.php:195
119
  msgid "Buttons Size"
120
  msgstr ""
121
 
122
+ #: includes/class-fcbkbttn-settings.php:198
123
  msgid "Small"
124
  msgstr ""
125
 
126
+ #: includes/class-fcbkbttn-settings.php:199
127
  msgid "Large"
128
  msgstr ""
129
 
130
+ #: includes/class-fcbkbttn-settings.php:204
131
  #, fuzzy
132
  msgid "Buttons Position"
133
  msgstr "Posisi Tombol Facebook"
134
 
135
+ #: includes/class-fcbkbttn-settings.php:209
136
  #, fuzzy
137
  msgid "Before content"
138
  msgstr "Sebelum dan Setelah"
139
 
140
+ #: includes/class-fcbkbttn-settings.php:214
141
  msgid "After content"
142
  msgstr ""
143
 
144
+ #: includes/class-fcbkbttn-settings.php:220
145
  msgid "Language"
146
  msgstr ""
147
 
148
+ #: includes/class-fcbkbttn-settings.php:231
149
  #, fuzzy
150
  msgid "Select the default language for Facebook button(-s)."
151
  msgstr "Ubah bahasa Facebook Like Button"
152
 
153
+ #: includes/class-fcbkbttn-settings.php:240
154
+ #: includes/class-fcbkbttn-settings.php:243
155
+ #: includes/class-fcbkbttn-settings.php:247
156
  msgid ""
157
  "Enable to switch language automatically on multilingual website using "
158
  "Multilanguage plugin."
159
  msgstr ""
160
 
161
+ #: includes/class-fcbkbttn-settings.php:243
162
+ msgid "Activate"
 
 
 
 
 
163
  msgstr ""
164
 
165
+ #: includes/class-fcbkbttn-settings.php:247
166
+ msgid "Install Now"
167
+ msgstr "Установить сейчас"
168
+
169
+ #: includes/class-fcbkbttn-settings.php:252
170
  msgid "Excerpt"
171
  msgstr ""
172
 
173
+ #: includes/class-fcbkbttn-settings.php:254
174
  #, fuzzy
175
  msgid "Enable to display buttons in excerpt."
176
  msgstr "Tampilan tombol:"
177
 
178
+ #: includes/class-fcbkbttn-settings.php:262
179
+ #: includes/class-fcbkbttn-settings.php:455
180
+ #: includes/class-fcbkbttn-settings.php:509
181
  msgid "Close"
182
  msgstr ""
183
 
184
+ #: includes/class-fcbkbttn-settings.php:266
185
  #, fuzzy
186
  msgid "Meta Image"
187
  msgstr "Kustom Gambar Facebook "
188
 
189
+ #: includes/class-fcbkbttn-settings.php:271
190
  msgid "Featured Image"
191
  msgstr ""
192
 
193
+ #: includes/class-fcbkbttn-settings.php:275
194
  #, fuzzy
195
  msgid "Custom Image"
196
  msgstr "Kustom Gambar Facebook "
197
 
198
+ #: includes/class-fcbkbttn-settings.php:275
199
  msgid "This image will be used for all posts"
200
  msgstr ""
201
 
202
+ #: includes/class-fcbkbttn-settings.php:282
203
  msgid "Meta Description"
204
  msgstr ""
205
 
206
+ #: includes/class-fcbkbttn-settings.php:286
207
  msgid ""
208
  "This description will be used for all pages and posts. Leave blank to use "
209
  "page description."
210
  msgstr ""
211
 
212
+ #: includes/class-fcbkbttn-settings.php:294
213
  msgid "Profile URL Button"
214
  msgstr ""
215
 
216
+ #: includes/class-fcbkbttn-settings.php:297
217
  #, fuzzy
218
  msgid "Facebook ID or Username"
219
  msgstr " ID Facebook:"
220
 
221
+ #: includes/class-fcbkbttn-settings.php:304
222
  msgid "Profile Button Image"
223
  msgstr ""
224
 
225
+ #: includes/class-fcbkbttn-settings.php:311
226
  msgid "Default"
227
  msgstr ""
228
 
229
+ #: includes/class-fcbkbttn-settings.php:316
230
  #, fuzzy
231
  msgid "Custom image"
232
  msgstr "Kustom Gambar Facebook "
233
 
234
+ #: includes/class-fcbkbttn-settings.php:320
235
  msgid ""
236
  "To use custom image, You need to setup permissions for upload directory of "
237
  "your site"
238
  msgstr ""
239
 
240
+ #: includes/class-fcbkbttn-settings.php:327
241
  #, fuzzy
242
  msgid "Current image"
243
  msgstr "Gambar tertentu:"
244
 
245
+ #: includes/class-fcbkbttn-settings.php:335
 
246
  msgid ""
247
+ "Image requirements: max image width: 100px; max image height: 40px; max "
248
+ "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
249
  msgstr ""
 
 
250
 
251
+ #: includes/class-fcbkbttn-settings.php:339
252
  msgid "Like&Share Buttons"
253
  msgstr ""
254
 
255
+ #: includes/class-fcbkbttn-settings.php:342
256
+ msgid "Like Button Layout"
257
  msgstr ""
258
 
259
+ #: includes/class-fcbkbttn-settings.php:365
260
+ msgid "Share Button Layout"
261
+ msgstr ""
262
+
263
+ #: includes/class-fcbkbttn-settings.php:396
264
  msgid "Like Button Action"
265
  msgstr ""
266
 
267
+ #: includes/class-fcbkbttn-settings.php:406
268
  msgid "Recommend"
269
  msgstr ""
270
 
271
+ #: includes/class-fcbkbttn-settings.php:412
272
  msgid "Friends Faces"
273
  msgstr ""
274
 
275
+ #: includes/class-fcbkbttn-settings.php:415
276
+ msgid "Enable to show faces of your friends who submitted the button."
277
  msgstr ""
278
 
279
+ #: includes/class-fcbkbttn-settings.php:419
280
  msgid "Layout Width"
281
  msgstr ""
282
 
283
+ #: includes/class-fcbkbttn-settings.php:421
284
  msgid "px"
285
  msgstr ""
286
 
287
+ #: includes/class-fcbkbttn-settings.php:425
288
  msgid "Theme"
289
  msgstr ""
290
 
291
+ #: includes/class-fcbkbttn-settings.php:430
292
  msgid "Light"
293
  msgstr ""
294
 
295
+ #: includes/class-fcbkbttn-settings.php:435
296
  msgid "Dark"
297
  msgstr ""
298
 
299
+ #: includes/class-fcbkbttn-settings.php:441
300
  msgid "Like Button HTML Tag"
301
  msgstr ""
302
 
303
+ #: includes/class-fcbkbttn-settings.php:447
304
  #, php-format
305
  msgid "Tag %s can be used to improve website code validation."
306
  msgstr ""
307
 
308
+ #: includes/class-fcbkbttn-settings.php:459
309
  msgid "URL to Like"
310
  msgstr ""
311
 
312
+ #: includes/class-fcbkbttn-settings.php:461
313
+ msgid "Leave blank to use current page URL."
314
  msgstr ""
315
 
316
+ #: includes/class-fcbkbttn-settings.php:488
317
+ msgid "Facebook Button Shortcode"
318
  msgstr ""
319
 
320
+ #: includes/class-fcbkbttn-settings.php:491
321
  msgid ""
322
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
323
  "by using the following shortcode:"
324
  msgstr ""
325
 
326
+ #: includes/class-fcbkbttn-settings.php:510
327
  #, fuzzy
328
  msgid "Facebook Buttons Preview"
329
  msgstr "Tombol Facebook"
330
 
331
+ #: includes/class-fcbkbttn-settings.php:524
332
  #, fuzzy
333
  msgid "Display Settings"
334
  msgstr "Tampilan tombol:"
335
 
336
+ #: includes/class-fcbkbttn-settings.php:533
337
  msgid ""
338
  "Please choose the necessary post types (or single pages) where Facebook "
339
  "button will be displayed:"
340
  msgstr ""
341
 
342
+ #: includes/class-fcbkbttn-settings.php:540
343
  msgid "Show URL for pages"
344
  msgstr ""
345
 
346
+ #: includes/class-fcbkbttn-settings.php:546
347
  msgid "Example of site pages tree"
348
  msgstr ""
349
 
350
+ #, fuzzy
351
+ #~ msgid "Error: failed to move file."
352
+ #~ msgstr "Salah: gagal memindahkan data"
353
+
354
+ #, fuzzy
355
+ #~ msgid "Error: check image width or height."
356
+ #~ msgstr "Salah: periksa lebar atau panjang gambar"
357
+
358
+ #~ msgid "Uploading Error: check image properties"
359
+ #~ msgstr "Gagal Mengunggah: periksa properti gambar"
360
+
361
+ #, fuzzy
362
+ #~ msgid ""
363
+ #~ "Image requirements: max image width:100px; max image height:40px; max "
364
+ #~ "image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
365
+ #~ msgstr ""
366
+ #~ "properti gambar: lebar gambar maks:100px; panjang gambar maks:40px; "
367
+ #~ "ukuran gambar maks:32Kb; tipe gambar:\"jpg\",\"jpeg\", \"png\"."
368
+
369
+ #, fuzzy
370
+ #~ msgid "Activate %s"
371
+ #~ msgstr "Aktif Eklentiler"
372
+
373
  #~ msgid "Error: File size > 32K"
374
  #~ msgstr "SALAH: Ukuran file lebih besar dari 32KB"
375
 
497
 
498
  #~ msgid "Options saved."
499
  #~ msgstr "DeÄŸiÅŸiklikler Kaydedildi."
 
 
 
languages/facebook-button-plugin-ru_RU.mo CHANGED
Binary file
languages/facebook-button-plugin-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-07-10 12:19+0300\n"
6
- "PO-Revision-Date: 2017-07-10 12:20+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -16,13 +16,13 @@ msgstr ""
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: facebook-button-plugin.php:35 facebook-button-plugin.php:36
20
- #: facebook-button-plugin.php:176 includes/class-fcbkbttn-settings.php:181
21
  msgid "Facebook Button Settings"
22
  msgstr "Настройки Facebook Button"
23
 
24
- #: facebook-button-plugin.php:36 facebook-button-plugin.php:382
25
- #: facebook-button-plugin.php:396 includes/class-fcbkbttn-settings.php:23
26
  msgid "Settings"
27
  msgstr "Настройки"
28
 
@@ -30,173 +30,172 @@ msgstr "Настройки"
30
  msgid "Upgrade to Pro"
31
  msgstr "Обновиться до Pro"
32
 
33
- #: facebook-button-plugin.php:177
34
- msgid "Please, enable JavaScript in Your browser."
35
  msgstr "Пожалуйста, включите поддержку JavaScript в вашем браузере."
36
 
37
- #: facebook-button-plugin.php:275
38
  msgid "Add Facebook buttons to your page or post"
39
  msgstr "Добавить Facebook кнопки на вашу страницу или запись"
40
 
41
- #: facebook-button-plugin.php:397
42
  msgid "FAQ"
43
  msgstr "FAQ"
44
 
45
- #: facebook-button-plugin.php:398
46
  msgid "Support"
47
  msgstr "Поддержка"
48
 
49
- #: includes/class-fcbkbttn-settings.php:25
50
  msgid "Display"
51
  msgstr "Отображение"
52
 
53
- #: includes/class-fcbkbttn-settings.php:27
54
  msgid "Misc"
55
  msgstr "Разное"
56
 
57
- #: includes/class-fcbkbttn-settings.php:28
58
  msgid "Custom Code"
59
  msgstr "Пользовательский код"
60
 
61
- #: includes/class-fcbkbttn-settings.php:30
62
  msgid "License Key"
63
  msgstr "Лицензионный ключ"
64
 
65
- #: includes/class-fcbkbttn-settings.php:107
66
  msgid "Settings saved"
67
  msgstr "Настройки сохранены"
68
 
69
- #: includes/class-fcbkbttn-settings.php:136
70
  msgid "Error: File size must not exceed 32KB"
71
  msgstr "Ошибка: Размер файла не должен превышать 32КБ"
72
 
73
- #: includes/class-fcbkbttn-settings.php:139
74
  msgid "Error: Invalid file type"
75
  msgstr "Ошибка: Некорректный тип файла"
76
 
77
- #: includes/class-fcbkbttn-settings.php:145
78
  msgid "Upload successful."
79
  msgstr "Загрузка прошла удачно."
80
 
81
- #: includes/class-fcbkbttn-settings.php:153
82
- msgid "Error: failed to move file."
83
  msgstr "Ошибка: При перемещении файла произошла ошибка."
84
 
85
- #: includes/class-fcbkbttn-settings.php:156
86
- msgid "Error: check image width or height."
87
  msgstr "Ошибка: Проверьте ширину и высоту изображения."
88
 
89
- #: includes/class-fcbkbttn-settings.php:160
90
- msgid "Uploading Error: check image properties"
91
- msgstr "Ошибка загрузки: Проверьте опции изображения"
92
 
93
- #: includes/class-fcbkbttn-settings.php:184
94
  msgid "General"
95
  msgstr "Общее"
96
 
97
- #: includes/class-fcbkbttn-settings.php:187
98
  msgid "Buttons"
99
  msgstr "Кнопки"
100
 
101
- #: includes/class-fcbkbttn-settings.php:190
102
  msgid "Profile URL"
103
  msgstr "URL профиля"
104
 
105
- #: includes/class-fcbkbttn-settings.php:191
106
- #: includes/class-fcbkbttn-settings.php:386
107
  msgid "Like"
108
  msgstr "Нравится"
109
 
110
- #: includes/class-fcbkbttn-settings.php:192
111
  msgid "Share"
112
  msgstr "Поделиться"
113
 
114
- #: includes/class-fcbkbttn-settings.php:197
115
  msgid "Buttons Size"
116
- msgstr "Величина кнопок"
117
 
118
- #: includes/class-fcbkbttn-settings.php:200
119
  msgid "Small"
120
  msgstr "Маленькие"
121
 
122
- #: includes/class-fcbkbttn-settings.php:201
123
  msgid "Large"
124
  msgstr "Большие"
125
 
126
- #: includes/class-fcbkbttn-settings.php:206
127
  msgid "Buttons Position"
128
  msgstr "Позиция кнопок"
129
 
130
- #: includes/class-fcbkbttn-settings.php:211
131
  msgid "Before content"
132
  msgstr "Перед содержимым"
133
 
134
- #: includes/class-fcbkbttn-settings.php:216
135
  msgid "After content"
136
  msgstr "После содержимого"
137
 
138
- #: includes/class-fcbkbttn-settings.php:222
139
  msgid "Language"
140
  msgstr "Язык"
141
 
142
- #: includes/class-fcbkbttn-settings.php:233
143
  msgid "Select the default language for Facebook button(-s)."
144
  msgstr "Выберите язык отображения по умолчанию для кнопок Facebook."
145
 
146
- #: includes/class-fcbkbttn-settings.php:242
147
- #: includes/class-fcbkbttn-settings.php:245
148
- #: includes/class-fcbkbttn-settings.php:249
149
  msgid ""
150
  "Enable to switch language automatically on multilingual website using "
151
  "Multilanguage plugin."
152
  msgstr ""
153
- "Включить, чтобы переключить язык автоматически на многоязычном сайте, "
154
- "используя Multilanguage плагин."
155
 
156
- #: includes/class-fcbkbttn-settings.php:245
157
- #, php-format
158
- msgid "Activate %s"
159
- msgstr "Активировать %s"
160
 
161
- #: includes/class-fcbkbttn-settings.php:249
162
- msgid "Learn More"
163
- msgstr "Подробнее"
164
 
165
- #: includes/class-fcbkbttn-settings.php:254
166
  msgid "Excerpt"
167
  msgstr "Цитата"
168
 
169
- #: includes/class-fcbkbttn-settings.php:256
170
  msgid "Enable to display buttons in excerpt."
171
  msgstr "Включите, чтоб отображать кнопки для цитаты."
172
 
173
- #: includes/class-fcbkbttn-settings.php:265
174
- #: includes/class-fcbkbttn-settings.php:441
175
- #: includes/class-fcbkbttn-settings.php:496
176
  msgid "Close"
177
  msgstr "Закрыть"
178
 
179
- #: includes/class-fcbkbttn-settings.php:269
180
  msgid "Meta Image"
181
  msgstr "Мета изображение"
182
 
183
- #: includes/class-fcbkbttn-settings.php:274
184
  msgid "Featured Image"
185
  msgstr "Миниатюра записи"
186
 
187
- #: includes/class-fcbkbttn-settings.php:278
188
  msgid "Custom Image"
189
  msgstr "Пользовательское изображение"
190
 
191
- #: includes/class-fcbkbttn-settings.php:278
192
  msgid "This image will be used for all posts"
193
  msgstr "Это изображение будет использоваться для всех записей"
194
 
195
- #: includes/class-fcbkbttn-settings.php:285
196
  msgid "Meta Description"
197
  msgstr "Мета описание"
198
 
199
- #: includes/class-fcbkbttn-settings.php:289
200
  msgid ""
201
  "This description will be used for all pages and posts. Leave blank to use "
202
  "page description."
@@ -204,112 +203,116 @@ msgstr ""
204
  "Это описание будет использоваться для всех записей и страниц. Оставьте "
205
  "пустым, чтобы использовать описание страницы."
206
 
207
- #: includes/class-fcbkbttn-settings.php:298
208
  msgid "Profile URL Button"
209
  msgstr "Кнопка URL профиля"
210
 
211
- #: includes/class-fcbkbttn-settings.php:301
212
  msgid "Facebook ID or Username"
213
  msgstr "Facebook ID или имя пользователя"
214
 
215
- #: includes/class-fcbkbttn-settings.php:308
216
  msgid "Profile Button Image"
217
  msgstr "Изображение кнопки профиля"
218
 
219
- #: includes/class-fcbkbttn-settings.php:315
220
  msgid "Default"
221
  msgstr "По умолчанию"
222
 
223
- #: includes/class-fcbkbttn-settings.php:320
224
  msgid "Custom image"
225
  msgstr "Пользовательское изображение"
226
 
227
- #: includes/class-fcbkbttn-settings.php:324
228
  msgid ""
229
  "To use custom image, You need to setup permissions for upload directory of "
230
  "your site"
231
  msgstr ""
232
- "Для использования пользовательского изображения Вам нужно выдать права "
233
  "доступа на папку загрузок на вашем сайте"
234
 
235
- #: includes/class-fcbkbttn-settings.php:331
236
  msgid "Current image"
237
  msgstr "Текущее изображение"
238
 
239
- #: includes/class-fcbkbttn-settings.php:339
240
  msgid ""
241
- "Image requirements: max image width:100px; max image height:40px; max image "
242
- "size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
243
  msgstr ""
244
- "Требования к изображению: максимальная ширина:100px; максимальная "
245
- "высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\", \"png\"."
246
 
247
- #: includes/class-fcbkbttn-settings.php:343
248
  msgid "Like&Share Buttons"
249
  msgstr "Кнопки \"Нравится\" и \"Поделиться\""
250
 
251
- #: includes/class-fcbkbttn-settings.php:346
252
- msgid "Layout"
253
- msgstr "Вид"
254
 
255
- #: includes/class-fcbkbttn-settings.php:381
 
 
 
 
256
  msgid "Like Button Action"
257
  msgstr "Действие кнопки \"Нравится\""
258
 
259
- #: includes/class-fcbkbttn-settings.php:391
260
  msgid "Recommend"
261
  msgstr "Рекомендую"
262
 
263
- #: includes/class-fcbkbttn-settings.php:397
264
  msgid "Friends Faces"
265
  msgstr "Лица друзей"
266
 
267
- #: includes/class-fcbkbttn-settings.php:400
268
- msgid " Enable to show faces of your friends who submitted the button."
269
- msgstr "Включить, чтобы показать лица своих друзей, которые нажали кнопку."
270
 
271
- #: includes/class-fcbkbttn-settings.php:404
272
  msgid "Layout Width"
273
  msgstr "Ширина блока"
274
 
275
- #: includes/class-fcbkbttn-settings.php:406
276
  msgid "px"
277
  msgstr "пикс"
278
 
279
- #: includes/class-fcbkbttn-settings.php:410
280
  msgid "Theme"
281
  msgstr "Тема"
282
 
283
- #: includes/class-fcbkbttn-settings.php:415
284
  msgid "Light"
285
  msgstr "Светлая"
286
 
287
- #: includes/class-fcbkbttn-settings.php:420
288
  msgid "Dark"
289
  msgstr "Тёмная"
290
 
291
- #: includes/class-fcbkbttn-settings.php:426
292
  msgid "Like Button HTML Tag"
293
  msgstr "HTML тег кнопки \"Нравится\""
294
 
295
- #: includes/class-fcbkbttn-settings.php:432
296
  #, php-format
297
  msgid "Tag %s can be used to improve website code validation."
298
  msgstr "Тег %s может быть использован для улучшения валидации кода сайта."
299
 
300
- #: includes/class-fcbkbttn-settings.php:445
301
  msgid "URL to Like"
302
  msgstr "URL кнопки \"Нравится\""
303
 
304
- #: includes/class-fcbkbttn-settings.php:447
305
- msgid "Leave blank to use a current page."
306
- msgstr "Оставьте пустым, чтобы использовать текущую страницу."
307
 
308
- #: includes/class-fcbkbttn-settings.php:475
309
- msgid "Facebook Buttons Shortcode"
310
- msgstr "Шорткод кнопки Facebook"
311
 
312
- #: includes/class-fcbkbttn-settings.php:478
313
  msgid ""
314
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
315
  "by using the following shortcode:"
@@ -317,15 +320,15 @@ msgstr ""
317
  "Добавить кнопки Facebook на ваши записи, страницы, пользовательские типы "
318
  "записей или виджеты с помощью данного шорткода:"
319
 
320
- #: includes/class-fcbkbttn-settings.php:497
321
  msgid "Facebook Buttons Preview"
322
  msgstr "Предварительный просмотр Facebook кнопок"
323
 
324
- #: includes/class-fcbkbttn-settings.php:512
325
  msgid "Display Settings"
326
  msgstr "Настройка отображения"
327
 
328
- #: includes/class-fcbkbttn-settings.php:521
329
  msgid ""
330
  "Please choose the necessary post types (or single pages) where Facebook "
331
  "button will be displayed:"
@@ -333,14 +336,117 @@ msgstr ""
333
  "Пожалуйста, выберите те типы записей (или отдельные страницы), где будут "
334
  "отображаться кнопки Facebook:"
335
 
336
- #: includes/class-fcbkbttn-settings.php:528
337
  msgid "Show URL for pages"
338
  msgstr "Отображать URL для страниц"
339
 
340
- #: includes/class-fcbkbttn-settings.php:534
341
  msgid "Example of site pages tree"
342
  msgstr "Пример дерева страниц сайта"
343
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
344
  #~ msgid "Error: File size > 32K"
345
  #~ msgstr "Ошибка: Размер файла не должен превышать 32Кб"
346
 
@@ -362,9 +468,6 @@ msgstr "Пример дерева страниц сайта"
362
  #~ msgid "Multilanguage"
363
  #~ msgstr "Multilanguage"
364
 
365
- #~ msgid "All plugin settings were restored."
366
- #~ msgstr "Все настройки плагина восстановлены."
367
-
368
  #~ msgid "How to Use Step-by-step Instruction"
369
  #~ msgstr "Инструкция по использованию"
370
 
@@ -458,9 +561,6 @@ msgstr "Пример дерева страниц сайта"
458
  #~ "кнопку ставить \"Нравится\" для всего сайта, если эта опция включена, или "
459
  #~ "\"Нравится\" для отдельной записи, когда эта опция выключена."
460
 
461
- #~ msgid "Save Changes"
462
- #~ msgstr "Сохранить изменения"
463
-
464
  #~ msgid "None"
465
  #~ msgstr "Не использовать"
466
 
@@ -488,40 +588,12 @@ msgstr "Пример дерева страниц сайта"
488
  #~ "Вы уверены что хотите восстановить все настройки плагина к настройкам по-"
489
  #~ "умолчанию?"
490
 
491
- #~ msgid "Yes, restore all settings"
492
- #~ msgstr "Да, восстановить все настройки"
493
-
494
- #~ msgid "No, go back to the settings page"
495
- #~ msgstr "Нет, вернутся на страницу настроек"
496
-
497
- #~ msgid "Restore all plugin settings to defaults"
498
- #~ msgstr "Восстановить все настройки плагина к настройкам по-умолчанию"
499
-
500
- #~ msgid "Restore settings"
501
- #~ msgstr "Восстановить настройки"
502
-
503
  #~ msgid "Choose display settings:"
504
  #~ msgstr "Выбор опций отображения:"
505
 
506
  #~ msgid "Facebook image:"
507
  #~ msgstr "Facebook изображение:"
508
 
509
- #~ msgid "requires"
510
- #~ msgstr "требует"
511
-
512
- #~ msgid ""
513
- #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
514
- #~ "and try again."
515
- #~ msgstr ""
516
- #~ "или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и "
517
- #~ "попробуйте еще раз."
518
-
519
- #~ msgid "Back to the WordPress"
520
- #~ msgstr "Вернуться к WordPress на"
521
-
522
- #~ msgid "Plugins page"
523
- #~ msgstr "Страницу плагинов"
524
-
525
  #~ msgid ""
526
  #~ "Something went wrong. Try again later. If the error will appear again, "
527
  #~ "please, contact us <a href=https://support.bestwebsoft.com>BestWebSoft</"
@@ -541,21 +613,6 @@ msgstr "Пример дерева страниц сайта"
541
  #~ "К сожалению, вы превысили количество доступных попыток в день. "
542
  #~ "Пожалуйста, загрузите плагин вручную."
543
 
544
- #~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
545
- #~ msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
546
-
547
- #~ msgid ""
548
- #~ "Your server does not support either ZipArchive or Phar. Please, upload "
549
- #~ "the plugin manually"
550
- #~ msgstr ""
551
- #~ "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
552
- #~ "Пожалуйста, загрузите плагин вручную"
553
-
554
- #~ msgid ""
555
- #~ "Failed to download the zip archive. Please, upload the plugin manually"
556
- #~ msgstr ""
557
- #~ "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
558
-
559
  #~ msgid ""
560
  #~ "Something went wrong. Try again later or upload the plugin manually. We "
561
  #~ "are sorry for inconvienience."
@@ -563,9 +620,6 @@ msgstr "Пример дерева страниц сайта"
563
  #~ "Что-то пошло не так. Повторите попытку позже или загрузите плагин "
564
  #~ "вручную. Приносим извинения за неудобства."
565
 
566
- #~ msgid "Please, enter Your license key"
567
- #~ msgstr "Пожалуйста, введите Ваш лицензионный ключ"
568
-
569
  #~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
570
  #~ msgstr " Если вам понравился плагин то поставте нам 5 звезд на WordPress"
571
 
@@ -581,12 +635,6 @@ msgstr "Пример дерева страниц сайта"
581
  #~ msgstr ""
582
  #~ "Поздравляем! PRO версия плагина была успешно загружена и активирована."
583
 
584
- #~ msgid "Please, go to"
585
- #~ msgstr "Пожалуйста, перейдите на"
586
-
587
- #~ msgid "You will be redirected automatically in 5 seconds."
588
- #~ msgstr "Вы будете перенаправлены автоматически через 5 секунд."
589
-
590
  #~ msgid "You can download and activate"
591
  #~ msgstr "Вы можете скачать и активировать"
592
 
@@ -609,13 +657,6 @@ msgstr "Пример дерева страниц сайта"
609
  #~ msgid "Go!"
610
  #~ msgstr "Перейти!"
611
 
612
- #~ msgid ""
613
- #~ "Unfortunately, you have exceeded the number of available tries per day. "
614
- #~ "Please, upload the plugin manually."
615
- #~ msgstr ""
616
- #~ "К сожалению, вы превысили количество доступных попыток в день. "
617
- #~ "Пожалуйста, загрузите плагин вручную."
618
-
619
  #~ msgid ""
620
  #~ "It's time to upgrade your <strong>Facebook Like Button</strong> to "
621
  #~ "<strong>PRO</strong> version"
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-01-16 14:37+0200\n"
6
+ "PO-Revision-Date: 2018-01-16 14:38+0200\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: facebook-button-plugin.php:36 facebook-button-plugin.php:37
20
+ #: facebook-button-plugin.php:207 includes/class-fcbkbttn-settings.php:179
21
  msgid "Facebook Button Settings"
22
  msgstr "Настройки Facebook Button"
23
 
24
+ #: facebook-button-plugin.php:37 facebook-button-plugin.php:423
25
+ #: facebook-button-plugin.php:437 includes/class-fcbkbttn-settings.php:23
26
  msgid "Settings"
27
  msgstr "Настройки"
28
 
30
  msgid "Upgrade to Pro"
31
  msgstr "Обновиться до Pro"
32
 
33
+ #: facebook-button-plugin.php:208
34
+ msgid "Please, enable JavaScript in your browser."
35
  msgstr "Пожалуйста, включите поддержку JavaScript в вашем браузере."
36
 
37
+ #: facebook-button-plugin.php:310
38
  msgid "Add Facebook buttons to your page or post"
39
  msgstr "Добавить Facebook кнопки на вашу страницу или запись"
40
 
41
+ #: facebook-button-plugin.php:439
42
  msgid "FAQ"
43
  msgstr "FAQ"
44
 
45
+ #: facebook-button-plugin.php:440
46
  msgid "Support"
47
  msgstr "Поддержка"
48
 
49
+ #: includes/class-fcbkbttn-settings.php:24
50
  msgid "Display"
51
  msgstr "Отображение"
52
 
53
+ #: includes/class-fcbkbttn-settings.php:25
54
  msgid "Misc"
55
  msgstr "Разное"
56
 
57
+ #: includes/class-fcbkbttn-settings.php:26
58
  msgid "Custom Code"
59
  msgstr "Пользовательский код"
60
 
61
+ #: includes/class-fcbkbttn-settings.php:27
62
  msgid "License Key"
63
  msgstr "Лицензионный ключ"
64
 
65
+ #: includes/class-fcbkbttn-settings.php:103
66
  msgid "Settings saved"
67
  msgstr "Настройки сохранены"
68
 
69
+ #: includes/class-fcbkbttn-settings.php:132
70
  msgid "Error: File size must not exceed 32KB"
71
  msgstr "Ошибка: Размер файла не должен превышать 32КБ"
72
 
73
+ #: includes/class-fcbkbttn-settings.php:135
74
  msgid "Error: Invalid file type"
75
  msgstr "Ошибка: Некорректный тип файла"
76
 
77
+ #: includes/class-fcbkbttn-settings.php:141
78
  msgid "Upload successful."
79
  msgstr "Загрузка прошла удачно."
80
 
81
+ #: includes/class-fcbkbttn-settings.php:149
82
+ msgid "Error: Failed to move file."
83
  msgstr "Ошибка: При перемещении файла произошла ошибка."
84
 
85
+ #: includes/class-fcbkbttn-settings.php:152
86
+ msgid "Error: Check image width or height."
87
  msgstr "Ошибка: Проверьте ширину и высоту изображения."
88
 
89
+ #: includes/class-fcbkbttn-settings.php:156
90
+ msgid "Uploading Error: Check image properties"
91
+ msgstr "Ошибка загрузки: Проверьте параметры изображения"
92
 
93
+ #: includes/class-fcbkbttn-settings.php:182
94
  msgid "General"
95
  msgstr "Общее"
96
 
97
+ #: includes/class-fcbkbttn-settings.php:185
98
  msgid "Buttons"
99
  msgstr "Кнопки"
100
 
101
+ #: includes/class-fcbkbttn-settings.php:188
102
  msgid "Profile URL"
103
  msgstr "URL профиля"
104
 
105
+ #: includes/class-fcbkbttn-settings.php:189
106
+ #: includes/class-fcbkbttn-settings.php:401
107
  msgid "Like"
108
  msgstr "Нравится"
109
 
110
+ #: includes/class-fcbkbttn-settings.php:190
111
  msgid "Share"
112
  msgstr "Поделиться"
113
 
114
+ #: includes/class-fcbkbttn-settings.php:195
115
  msgid "Buttons Size"
116
+ msgstr "Размер кнопок"
117
 
118
+ #: includes/class-fcbkbttn-settings.php:198
119
  msgid "Small"
120
  msgstr "Маленькие"
121
 
122
+ #: includes/class-fcbkbttn-settings.php:199
123
  msgid "Large"
124
  msgstr "Большие"
125
 
126
+ #: includes/class-fcbkbttn-settings.php:204
127
  msgid "Buttons Position"
128
  msgstr "Позиция кнопок"
129
 
130
+ #: includes/class-fcbkbttn-settings.php:209
131
  msgid "Before content"
132
  msgstr "Перед содержимым"
133
 
134
+ #: includes/class-fcbkbttn-settings.php:214
135
  msgid "After content"
136
  msgstr "После содержимого"
137
 
138
+ #: includes/class-fcbkbttn-settings.php:220
139
  msgid "Language"
140
  msgstr "Язык"
141
 
142
+ #: includes/class-fcbkbttn-settings.php:231
143
  msgid "Select the default language for Facebook button(-s)."
144
  msgstr "Выберите язык отображения по умолчанию для кнопок Facebook."
145
 
146
+ #: includes/class-fcbkbttn-settings.php:240
147
+ #: includes/class-fcbkbttn-settings.php:243
148
+ #: includes/class-fcbkbttn-settings.php:247
149
  msgid ""
150
  "Enable to switch language automatically on multilingual website using "
151
  "Multilanguage plugin."
152
  msgstr ""
153
+ "Включите, чтобы переключить язык автоматически на многоязычном сайте, "
154
+ "используя плагин Multilanguage."
155
 
156
+ #: includes/class-fcbkbttn-settings.php:243
157
+ msgid "Activate"
158
+ msgstr "Активировать"
 
159
 
160
+ #: includes/class-fcbkbttn-settings.php:247
161
+ msgid "Install Now"
162
+ msgstr "Установить сейчас"
163
 
164
+ #: includes/class-fcbkbttn-settings.php:252
165
  msgid "Excerpt"
166
  msgstr "Цитата"
167
 
168
+ #: includes/class-fcbkbttn-settings.php:254
169
  msgid "Enable to display buttons in excerpt."
170
  msgstr "Включите, чтоб отображать кнопки для цитаты."
171
 
172
+ #: includes/class-fcbkbttn-settings.php:262
173
+ #: includes/class-fcbkbttn-settings.php:455
174
+ #: includes/class-fcbkbttn-settings.php:509
175
  msgid "Close"
176
  msgstr "Закрыть"
177
 
178
+ #: includes/class-fcbkbttn-settings.php:266
179
  msgid "Meta Image"
180
  msgstr "Мета изображение"
181
 
182
+ #: includes/class-fcbkbttn-settings.php:271
183
  msgid "Featured Image"
184
  msgstr "Миниатюра записи"
185
 
186
+ #: includes/class-fcbkbttn-settings.php:275
187
  msgid "Custom Image"
188
  msgstr "Пользовательское изображение"
189
 
190
+ #: includes/class-fcbkbttn-settings.php:275
191
  msgid "This image will be used for all posts"
192
  msgstr "Это изображение будет использоваться для всех записей"
193
 
194
+ #: includes/class-fcbkbttn-settings.php:282
195
  msgid "Meta Description"
196
  msgstr "Мета описание"
197
 
198
+ #: includes/class-fcbkbttn-settings.php:286
199
  msgid ""
200
  "This description will be used for all pages and posts. Leave blank to use "
201
  "page description."
203
  "Это описание будет использоваться для всех записей и страниц. Оставьте "
204
  "пустым, чтобы использовать описание страницы."
205
 
206
+ #: includes/class-fcbkbttn-settings.php:294
207
  msgid "Profile URL Button"
208
  msgstr "Кнопка URL профиля"
209
 
210
+ #: includes/class-fcbkbttn-settings.php:297
211
  msgid "Facebook ID or Username"
212
  msgstr "Facebook ID или имя пользователя"
213
 
214
+ #: includes/class-fcbkbttn-settings.php:304
215
  msgid "Profile Button Image"
216
  msgstr "Изображение кнопки профиля"
217
 
218
+ #: includes/class-fcbkbttn-settings.php:311
219
  msgid "Default"
220
  msgstr "По умолчанию"
221
 
222
+ #: includes/class-fcbkbttn-settings.php:316
223
  msgid "Custom image"
224
  msgstr "Пользовательское изображение"
225
 
226
+ #: includes/class-fcbkbttn-settings.php:320
227
  msgid ""
228
  "To use custom image, You need to setup permissions for upload directory of "
229
  "your site"
230
  msgstr ""
231
+ "Для использования пользовательского изображения, вам нужно выдать права "
232
  "доступа на папку загрузок на вашем сайте"
233
 
234
+ #: includes/class-fcbkbttn-settings.php:327
235
  msgid "Current image"
236
  msgstr "Текущее изображение"
237
 
238
+ #: includes/class-fcbkbttn-settings.php:335
239
  msgid ""
240
+ "Image requirements: max image width: 100px; max image height: 40px; max "
241
+ "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
242
  msgstr ""
243
+ "Требования к изображению: максимальная ширина: 100px; максимальная высота: "
244
+ "40px; максимальный размер: 32Kb; тип файла: \"jpg\", \"jpeg\", \"png\"."
245
 
246
+ #: includes/class-fcbkbttn-settings.php:339
247
  msgid "Like&Share Buttons"
248
  msgstr "Кнопки \"Нравится\" и \"Поделиться\""
249
 
250
+ #: includes/class-fcbkbttn-settings.php:342
251
+ msgid "Like Button Layout"
252
+ msgstr "Вид кнопки \"Подобається\""
253
 
254
+ #: includes/class-fcbkbttn-settings.php:365
255
+ msgid "Share Button Layout"
256
+ msgstr "Вид кнопки \"Поделиться\""
257
+
258
+ #: includes/class-fcbkbttn-settings.php:396
259
  msgid "Like Button Action"
260
  msgstr "Действие кнопки \"Нравится\""
261
 
262
+ #: includes/class-fcbkbttn-settings.php:406
263
  msgid "Recommend"
264
  msgstr "Рекомендую"
265
 
266
+ #: includes/class-fcbkbttn-settings.php:412
267
  msgid "Friends Faces"
268
  msgstr "Лица друзей"
269
 
270
+ #: includes/class-fcbkbttn-settings.php:415
271
+ msgid "Enable to show faces of your friends who submitted the button."
272
+ msgstr "Включите, чтобы показать лица своих друзей, которые нажали кнопку."
273
 
274
+ #: includes/class-fcbkbttn-settings.php:419
275
  msgid "Layout Width"
276
  msgstr "Ширина блока"
277
 
278
+ #: includes/class-fcbkbttn-settings.php:421
279
  msgid "px"
280
  msgstr "пикс"
281
 
282
+ #: includes/class-fcbkbttn-settings.php:425
283
  msgid "Theme"
284
  msgstr "Тема"
285
 
286
+ #: includes/class-fcbkbttn-settings.php:430
287
  msgid "Light"
288
  msgstr "Светлая"
289
 
290
+ #: includes/class-fcbkbttn-settings.php:435
291
  msgid "Dark"
292
  msgstr "Тёмная"
293
 
294
+ #: includes/class-fcbkbttn-settings.php:441
295
  msgid "Like Button HTML Tag"
296
  msgstr "HTML тег кнопки \"Нравится\""
297
 
298
+ #: includes/class-fcbkbttn-settings.php:447
299
  #, php-format
300
  msgid "Tag %s can be used to improve website code validation."
301
  msgstr "Тег %s может быть использован для улучшения валидации кода сайта."
302
 
303
+ #: includes/class-fcbkbttn-settings.php:459
304
  msgid "URL to Like"
305
  msgstr "URL кнопки \"Нравится\""
306
 
307
+ #: includes/class-fcbkbttn-settings.php:461
308
+ msgid "Leave blank to use current page URL."
309
+ msgstr "Оставьте пустым, чтобы использовать ссылку на текущую страницу."
310
 
311
+ #: includes/class-fcbkbttn-settings.php:488
312
+ msgid "Facebook Button Shortcode"
313
+ msgstr "Шорткод Facebook Button"
314
 
315
+ #: includes/class-fcbkbttn-settings.php:491
316
  msgid ""
317
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
318
  "by using the following shortcode:"
320
  "Добавить кнопки Facebook на ваши записи, страницы, пользовательские типы "
321
  "записей или виджеты с помощью данного шорткода:"
322
 
323
+ #: includes/class-fcbkbttn-settings.php:510
324
  msgid "Facebook Buttons Preview"
325
  msgstr "Предварительный просмотр Facebook кнопок"
326
 
327
+ #: includes/class-fcbkbttn-settings.php:524
328
  msgid "Display Settings"
329
  msgstr "Настройка отображения"
330
 
331
+ #: includes/class-fcbkbttn-settings.php:533
332
  msgid ""
333
  "Please choose the necessary post types (or single pages) where Facebook "
334
  "button will be displayed:"
336
  "Пожалуйста, выберите те типы записей (или отдельные страницы), где будут "
337
  "отображаться кнопки Facebook:"
338
 
339
+ #: includes/class-fcbkbttn-settings.php:540
340
  msgid "Show URL for pages"
341
  msgstr "Отображать URL для страниц"
342
 
343
+ #: includes/class-fcbkbttn-settings.php:546
344
  msgid "Example of site pages tree"
345
  msgstr "Пример дерева страниц сайта"
346
 
347
+ #~ msgid "Layout"
348
+ #~ msgstr "Вид"
349
+
350
+ #~ msgid "Facebook Buttons Shortcode"
351
+ #~ msgstr "Шорткод Facebook Buttons"
352
+
353
+ #~ msgid "Leave blank to use a current page."
354
+ #~ msgstr "Оставьте пустым, чтобы использовать текущую страницу."
355
+
356
+ #~ msgid " Enable to show faces of your friends who submitted the button."
357
+ #~ msgstr "Включить, чтобы показать лица своих друзей, которые нажали кнопку."
358
+
359
+ #~ msgid ""
360
+ #~ "Image requirements: max image width:100px; max image height:40px; max "
361
+ #~ "image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
362
+ #~ msgstr ""
363
+ #~ "Требования к изображению: максимальная ширина:100px; максимальная "
364
+ #~ "высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\", \"png"
365
+ #~ "\"."
366
+
367
+ #~ msgid "Uploading Error: check image properties"
368
+ #~ msgstr "Помилка: Перевірте ширину або висоту зображення."
369
+
370
+ #~ msgid "Error: check image width or height."
371
+ #~ msgstr "Ошибка: Проверьте ширину и высоту изображения."
372
+
373
+ #~ msgid "Error: failed to move file."
374
+ #~ msgstr "Ошибка: При перемещении файла произошла ошибка."
375
+
376
+ #~ msgid "Please, enable JavaScript in Your browser."
377
+ #~ msgstr "Пожалуйста, включите поддержку JavaScript в вашем браузере."
378
+
379
+ #~ msgid "requires"
380
+ #~ msgstr "требует"
381
+
382
+ #~ msgid ""
383
+ #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
384
+ #~ "and try again."
385
+ #~ msgstr ""
386
+ #~ "или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и "
387
+ #~ "попробуйте еще раз."
388
+
389
+ #~ msgid "Back to the WordPress"
390
+ #~ msgstr "Вернуться к WordPress на"
391
+
392
+ #~ msgid "Plugins page"
393
+ #~ msgstr "Страницу плагинов"
394
+
395
+ #~ msgid "Learn More"
396
+ #~ msgstr "Подробнее"
397
+
398
+ #~ msgid "Save Changes"
399
+ #~ msgstr "Сохранить изменения"
400
+
401
+ #~ msgid "Yes, restore all settings"
402
+ #~ msgstr "Да, восстановить все настройки"
403
+
404
+ #~ msgid "No, go back to the settings page"
405
+ #~ msgstr "Нет, вернутся на страницу настроек"
406
+
407
+ #~ msgid ""
408
+ #~ "Failed to download the zip archive. Please, upload the plugin manually"
409
+ #~ msgstr ""
410
+ #~ "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
411
+
412
+ #~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
413
+ #~ msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
414
+
415
+ #~ msgid ""
416
+ #~ "Your server does not support either ZipArchive or Phar. Please, upload "
417
+ #~ "the plugin manually"
418
+ #~ msgstr ""
419
+ #~ "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
420
+ #~ "Пожалуйста, загрузите плагин вручную"
421
+
422
+ #~ msgid "All plugin settings were restored."
423
+ #~ msgstr "Все настройки плагина восстановлены."
424
+
425
+ #~ msgid ""
426
+ #~ "Unfortunately, you have exceeded the number of available tries per day. "
427
+ #~ "Please, upload the plugin manually."
428
+ #~ msgstr ""
429
+ #~ "К сожалению, вы превысили количество доступных попыток в день. "
430
+ #~ "Пожалуйста, загрузите плагин вручную."
431
+
432
+ #~ msgid "Please, enter Your license key"
433
+ #~ msgstr "Пожалуйста, введите Ваш лицензионный ключ"
434
+
435
+ #~ msgid "Please, go to"
436
+ #~ msgstr "Пожалуйста, перейдите на"
437
+
438
+ #~ msgid "You will be redirected automatically in 5 seconds."
439
+ #~ msgstr "Вы будете перенаправлены автоматически через 5 секунд."
440
+
441
+ #~ msgid "Restore all plugin settings to defaults"
442
+ #~ msgstr "Восстановить все настройки плагина к настройкам по-умолчанию"
443
+
444
+ #~ msgid "Restore settings"
445
+ #~ msgstr "Восстановить настройки"
446
+
447
+ #~ msgid "Activate %s"
448
+ #~ msgstr "Активировать %s"
449
+
450
  #~ msgid "Error: File size > 32K"
451
  #~ msgstr "Ошибка: Размер файла не должен превышать 32Кб"
452
 
468
  #~ msgid "Multilanguage"
469
  #~ msgstr "Multilanguage"
470
 
 
 
 
471
  #~ msgid "How to Use Step-by-step Instruction"
472
  #~ msgstr "Инструкция по использованию"
473
 
561
  #~ "кнопку ставить \"Нравится\" для всего сайта, если эта опция включена, или "
562
  #~ "\"Нравится\" для отдельной записи, когда эта опция выключена."
563
 
 
 
 
564
  #~ msgid "None"
565
  #~ msgstr "Не использовать"
566
 
588
  #~ "Вы уверены что хотите восстановить все настройки плагина к настройкам по-"
589
  #~ "умолчанию?"
590
 
 
 
 
 
 
 
 
 
 
 
 
 
591
  #~ msgid "Choose display settings:"
592
  #~ msgstr "Выбор опций отображения:"
593
 
594
  #~ msgid "Facebook image:"
595
  #~ msgstr "Facebook изображение:"
596
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
597
  #~ msgid ""
598
  #~ "Something went wrong. Try again later. If the error will appear again, "
599
  #~ "please, contact us <a href=https://support.bestwebsoft.com>BestWebSoft</"
613
  #~ "К сожалению, вы превысили количество доступных попыток в день. "
614
  #~ "Пожалуйста, загрузите плагин вручную."
615
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
616
  #~ msgid ""
617
  #~ "Something went wrong. Try again later or upload the plugin manually. We "
618
  #~ "are sorry for inconvienience."
620
  #~ "Что-то пошло не так. Повторите попытку позже или загрузите плагин "
621
  #~ "вручную. Приносим извинения за неудобства."
622
 
 
 
 
623
  #~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
624
  #~ msgstr " Если вам понравился плагин то поставте нам 5 звезд на WordPress"
625
 
635
  #~ msgstr ""
636
  #~ "Поздравляем! PRO версия плагина была успешно загружена и активирована."
637
 
 
 
 
 
 
 
638
  #~ msgid "You can download and activate"
639
  #~ msgstr "Вы можете скачать и активировать"
640
 
657
  #~ msgid "Go!"
658
  #~ msgstr "Перейти!"
659
 
 
 
 
 
 
 
 
660
  #~ msgid ""
661
  #~ "It's time to upgrade your <strong>Facebook Like Button</strong> to "
662
  #~ "<strong>PRO</strong> version"
languages/facebook-button-plugin-tr_TR.mo CHANGED
Binary file
languages/facebook-button-plugin-tr_TR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-07-10 12:19+0300\n"
6
- "PO-Revision-Date: 2017-07-10 12:19+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Can Atasever <webmaster@canatasever.com>\n"
9
  "Language: tr\n"
@@ -17,13 +17,13 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: facebook-button-plugin.php:35 facebook-button-plugin.php:36
21
- #: facebook-button-plugin.php:176 includes/class-fcbkbttn-settings.php:181
22
  msgid "Facebook Button Settings"
23
  msgstr "Facebook Buton Ayarları"
24
 
25
- #: facebook-button-plugin.php:36 facebook-button-plugin.php:382
26
- #: facebook-button-plugin.php:396 includes/class-fcbkbttn-settings.php:23
27
  msgid "Settings"
28
  msgstr "Ayarlar"
29
 
@@ -31,212 +31,209 @@ msgstr "Ayarlar"
31
  msgid "Upgrade to Pro"
32
  msgstr ""
33
 
34
- #: facebook-button-plugin.php:177
35
- msgid "Please, enable JavaScript in Your browser."
36
  msgstr ""
37
 
38
- #: facebook-button-plugin.php:275
39
  #, fuzzy
40
  msgid "Add Facebook buttons to your page or post"
41
  msgstr "Facebook Butonu pozisyonu"
42
 
43
- #: facebook-button-plugin.php:397
44
  msgid "FAQ"
45
  msgstr "SSS"
46
 
47
- #: facebook-button-plugin.php:398
48
  msgid "Support"
49
  msgstr "Destek"
50
 
51
- #: includes/class-fcbkbttn-settings.php:25
52
  #, fuzzy
53
  msgid "Display"
54
  msgstr "Butonu Göster:"
55
 
56
- #: includes/class-fcbkbttn-settings.php:27
57
  msgid "Misc"
58
  msgstr ""
59
 
60
- #: includes/class-fcbkbttn-settings.php:28
61
  #, fuzzy
62
  msgid "Custom Code"
63
  msgstr "Özel Facebook görseli"
64
 
65
- #: includes/class-fcbkbttn-settings.php:30
66
  #, fuzzy
67
  msgid "License Key"
68
  msgstr "Hatalı lisans anahtarı"
69
 
70
- #: includes/class-fcbkbttn-settings.php:107
71
  msgid "Settings saved"
72
  msgstr "Ayarlar kaydedildi"
73
 
74
- #: includes/class-fcbkbttn-settings.php:136
75
  msgid "Error: File size must not exceed 32KB"
76
  msgstr ""
77
 
78
- #: includes/class-fcbkbttn-settings.php:139
79
  msgid "Error: Invalid file type"
80
  msgstr "HATA: Geçersiz dosya türü"
81
 
82
- #: includes/class-fcbkbttn-settings.php:145
83
  msgid "Upload successful."
84
  msgstr "Yükleme başarılı"
85
 
86
- #: includes/class-fcbkbttn-settings.php:153
87
- #, fuzzy
88
- msgid "Error: failed to move file."
89
- msgstr "HATA: dosya taşıma başarısız."
90
 
91
- #: includes/class-fcbkbttn-settings.php:156
92
- #, fuzzy
93
- msgid "Error: check image width or height."
94
- msgstr "HATA: görselin genişliğini ya da yüksekliğini kontrol edin."
95
 
96
- #: includes/class-fcbkbttn-settings.php:160
97
- msgid "Uploading Error: check image properties"
98
- msgstr "Yükleme Hatası: görselin özelliklerini kontrol edin."
99
 
100
- #: includes/class-fcbkbttn-settings.php:184
101
  msgid "General"
102
  msgstr ""
103
 
104
- #: includes/class-fcbkbttn-settings.php:187
105
  #, fuzzy
106
  msgid "Buttons"
107
  msgstr "Facebook Butonu pozisyonu"
108
 
109
- #: includes/class-fcbkbttn-settings.php:190
110
  msgid "Profile URL"
111
  msgstr ""
112
 
113
- #: includes/class-fcbkbttn-settings.php:191
114
- #: includes/class-fcbkbttn-settings.php:386
115
  msgid "Like"
116
  msgstr "Beğen"
117
 
118
- #: includes/class-fcbkbttn-settings.php:192
119
  msgid "Share"
120
  msgstr "Paylaş"
121
 
122
- #: includes/class-fcbkbttn-settings.php:197
123
  msgid "Buttons Size"
124
  msgstr ""
125
 
126
- #: includes/class-fcbkbttn-settings.php:200
127
  msgid "Small"
128
  msgstr ""
129
 
130
- #: includes/class-fcbkbttn-settings.php:201
131
  msgid "Large"
132
  msgstr ""
133
 
134
- #: includes/class-fcbkbttn-settings.php:206
135
  #, fuzzy
136
  msgid "Buttons Position"
137
  msgstr "Facebook Butonu pozisyonu"
138
 
139
- #: includes/class-fcbkbttn-settings.php:211
140
  #, fuzzy
141
  msgid "Before content"
142
  msgstr "Önce ve Sonra"
143
 
144
- #: includes/class-fcbkbttn-settings.php:216
145
  msgid "After content"
146
  msgstr ""
147
 
148
- #: includes/class-fcbkbttn-settings.php:222
149
  msgid "Language"
150
  msgstr ""
151
 
152
- #: includes/class-fcbkbttn-settings.php:233
153
  #, fuzzy
154
  msgid "Select the default language for Facebook button(-s)."
155
  msgstr "Facebook Beğen butonunun dilini değiştirin"
156
 
157
- #: includes/class-fcbkbttn-settings.php:242
158
- #: includes/class-fcbkbttn-settings.php:245
159
- #: includes/class-fcbkbttn-settings.php:249
160
  msgid ""
161
  "Enable to switch language automatically on multilingual website using "
162
  "Multilanguage plugin."
163
  msgstr ""
164
 
165
- #: includes/class-fcbkbttn-settings.php:245
166
- #, php-format
167
- msgid "Activate %s"
168
  msgstr ""
169
 
170
- #: includes/class-fcbkbttn-settings.php:249
171
- msgid "Learn More"
172
- msgstr "Detaylı Bilgi"
173
 
174
- #: includes/class-fcbkbttn-settings.php:254
175
  msgid "Excerpt"
176
  msgstr ""
177
 
178
- #: includes/class-fcbkbttn-settings.php:256
179
  #, fuzzy
180
  msgid "Enable to display buttons in excerpt."
181
  msgstr "Butonu Göster:"
182
 
183
- #: includes/class-fcbkbttn-settings.php:265
184
- #: includes/class-fcbkbttn-settings.php:441
185
- #: includes/class-fcbkbttn-settings.php:496
186
  msgid "Close"
187
  msgstr ""
188
 
189
- #: includes/class-fcbkbttn-settings.php:269
190
  #, fuzzy
191
  msgid "Meta Image"
192
  msgstr "Özel Facebook görseli"
193
 
194
- #: includes/class-fcbkbttn-settings.php:274
195
  msgid "Featured Image"
196
  msgstr ""
197
 
198
- #: includes/class-fcbkbttn-settings.php:278
199
  #, fuzzy
200
  msgid "Custom Image"
201
  msgstr "Özel Facebook görseli"
202
 
203
- #: includes/class-fcbkbttn-settings.php:278
204
  msgid "This image will be used for all posts"
205
  msgstr ""
206
 
207
- #: includes/class-fcbkbttn-settings.php:285
208
  msgid "Meta Description"
209
  msgstr ""
210
 
211
- #: includes/class-fcbkbttn-settings.php:289
212
  msgid ""
213
  "This description will be used for all pages and posts. Leave blank to use "
214
  "page description."
215
  msgstr ""
216
 
217
- #: includes/class-fcbkbttn-settings.php:298
218
  msgid "Profile URL Button"
219
  msgstr ""
220
 
221
- #: includes/class-fcbkbttn-settings.php:301
222
  #, fuzzy
223
  msgid "Facebook ID or Username"
224
  msgstr "Facebook ID&#39;niz:"
225
 
226
- #: includes/class-fcbkbttn-settings.php:308
227
  msgid "Profile Button Image"
228
  msgstr ""
229
 
230
- #: includes/class-fcbkbttn-settings.php:315
231
  msgid "Default"
232
  msgstr ""
233
 
234
- #: includes/class-fcbkbttn-settings.php:320
235
  #, fuzzy
236
  msgid "Custom image"
237
  msgstr "Özel Facebook görseli"
238
 
239
- #: includes/class-fcbkbttn-settings.php:324
240
  #, fuzzy
241
  msgid ""
242
  "To use custom image, You need to setup permissions for upload directory of "
@@ -245,103 +242,103 @@ msgstr ""
245
  "Özel görsel kullanmak için sitenizin dizinine yükleme yapılmasına izin "
246
  "vermelisiniz."
247
 
248
- #: includes/class-fcbkbttn-settings.php:331
249
  #, fuzzy
250
  msgid "Current image"
251
  msgstr "Şu anki görsel:"
252
 
253
- #: includes/class-fcbkbttn-settings.php:339
254
- #, fuzzy
255
  msgid ""
256
- "Image requirements: max image width:100px; max image height:40px; max image "
257
- "size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
258
  msgstr ""
259
- "Görsel özellikleri: maksimum görsel genişliği: 100px; maksimum görsel "
260
- "yüksekliği: 40px; maksimum görsel boyutu: 32 KB; uzantılar: \"jpg\", \"jpeg"
261
- "\", \"png\"."
262
 
263
- #: includes/class-fcbkbttn-settings.php:343
264
  msgid "Like&Share Buttons"
265
  msgstr ""
266
 
267
- #: includes/class-fcbkbttn-settings.php:346
268
- msgid "Layout"
 
 
 
 
269
  msgstr ""
270
 
271
- #: includes/class-fcbkbttn-settings.php:381
272
  msgid "Like Button Action"
273
  msgstr ""
274
 
275
- #: includes/class-fcbkbttn-settings.php:391
276
  msgid "Recommend"
277
  msgstr ""
278
 
279
- #: includes/class-fcbkbttn-settings.php:397
280
  msgid "Friends Faces"
281
  msgstr ""
282
 
283
- #: includes/class-fcbkbttn-settings.php:400
284
- msgid " Enable to show faces of your friends who submitted the button."
285
  msgstr ""
286
 
287
- #: includes/class-fcbkbttn-settings.php:404
288
  msgid "Layout Width"
289
  msgstr ""
290
 
291
- #: includes/class-fcbkbttn-settings.php:406
292
  msgid "px"
293
  msgstr ""
294
 
295
- #: includes/class-fcbkbttn-settings.php:410
296
  msgid "Theme"
297
  msgstr ""
298
 
299
- #: includes/class-fcbkbttn-settings.php:415
300
  msgid "Light"
301
  msgstr ""
302
 
303
- #: includes/class-fcbkbttn-settings.php:420
304
  msgid "Dark"
305
  msgstr ""
306
 
307
- #: includes/class-fcbkbttn-settings.php:426
308
  msgid "Like Button HTML Tag"
309
  msgstr ""
310
 
311
- #: includes/class-fcbkbttn-settings.php:432
312
  #, php-format
313
  msgid "Tag %s can be used to improve website code validation."
314
  msgstr ""
315
 
316
- #: includes/class-fcbkbttn-settings.php:445
317
  msgid "URL to Like"
318
  msgstr ""
319
 
320
- #: includes/class-fcbkbttn-settings.php:447
321
- msgid "Leave blank to use a current page."
322
  msgstr ""
323
 
324
- #: includes/class-fcbkbttn-settings.php:475
325
- msgid "Facebook Buttons Shortcode"
326
  msgstr ""
327
 
328
- #: includes/class-fcbkbttn-settings.php:478
329
  msgid ""
330
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
331
  "by using the following shortcode:"
332
  msgstr ""
333
 
334
- #: includes/class-fcbkbttn-settings.php:497
335
  #, fuzzy
336
  msgid "Facebook Buttons Preview"
337
  msgstr "Facebook Butonu"
338
 
339
- #: includes/class-fcbkbttn-settings.php:512
340
  #, fuzzy
341
  msgid "Display Settings"
342
  msgstr "Butonu Göster:"
343
 
344
- #: includes/class-fcbkbttn-settings.php:521
345
  msgid ""
346
  "Please choose the necessary post types (or single pages) where Facebook "
347
  "button will be displayed:"
@@ -349,14 +346,37 @@ msgstr ""
349
  "Lütfen Facebook butonunun gösterileceği yazı türlerini (ya da tek sayfaları) "
350
  "seçin."
351
 
352
- #: includes/class-fcbkbttn-settings.php:528
353
  msgid "Show URL for pages"
354
  msgstr "Sayfalar için URL göster"
355
 
356
- #: includes/class-fcbkbttn-settings.php:534
357
  msgid "Example of site pages tree"
358
  msgstr ""
359
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
360
  #~ msgid "Error: File size > 32K"
361
  #~ msgstr "HATA: Dosya boyutu > 32K"
362
 
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-01-16 14:36+0200\n"
6
+ "PO-Revision-Date: 2018-01-16 14:37+0200\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Can Atasever <webmaster@canatasever.com>\n"
9
  "Language: tr\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: facebook-button-plugin.php:36 facebook-button-plugin.php:37
21
+ #: facebook-button-plugin.php:207 includes/class-fcbkbttn-settings.php:179
22
  msgid "Facebook Button Settings"
23
  msgstr "Facebook Buton Ayarları"
24
 
25
+ #: facebook-button-plugin.php:37 facebook-button-plugin.php:423
26
+ #: facebook-button-plugin.php:437 includes/class-fcbkbttn-settings.php:23
27
  msgid "Settings"
28
  msgstr "Ayarlar"
29
 
31
  msgid "Upgrade to Pro"
32
  msgstr ""
33
 
34
+ #: facebook-button-plugin.php:208
35
+ msgid "Please, enable JavaScript in your browser."
36
  msgstr ""
37
 
38
+ #: facebook-button-plugin.php:310
39
  #, fuzzy
40
  msgid "Add Facebook buttons to your page or post"
41
  msgstr "Facebook Butonu pozisyonu"
42
 
43
+ #: facebook-button-plugin.php:439
44
  msgid "FAQ"
45
  msgstr "SSS"
46
 
47
+ #: facebook-button-plugin.php:440
48
  msgid "Support"
49
  msgstr "Destek"
50
 
51
+ #: includes/class-fcbkbttn-settings.php:24
52
  #, fuzzy
53
  msgid "Display"
54
  msgstr "Butonu Göster:"
55
 
56
+ #: includes/class-fcbkbttn-settings.php:25
57
  msgid "Misc"
58
  msgstr ""
59
 
60
+ #: includes/class-fcbkbttn-settings.php:26
61
  #, fuzzy
62
  msgid "Custom Code"
63
  msgstr "Özel Facebook görseli"
64
 
65
+ #: includes/class-fcbkbttn-settings.php:27
66
  #, fuzzy
67
  msgid "License Key"
68
  msgstr "Hatalı lisans anahtarı"
69
 
70
+ #: includes/class-fcbkbttn-settings.php:103
71
  msgid "Settings saved"
72
  msgstr "Ayarlar kaydedildi"
73
 
74
+ #: includes/class-fcbkbttn-settings.php:132
75
  msgid "Error: File size must not exceed 32KB"
76
  msgstr ""
77
 
78
+ #: includes/class-fcbkbttn-settings.php:135
79
  msgid "Error: Invalid file type"
80
  msgstr "HATA: Geçersiz dosya türü"
81
 
82
+ #: includes/class-fcbkbttn-settings.php:141
83
  msgid "Upload successful."
84
  msgstr "Yükleme başarılı"
85
 
86
+ #: includes/class-fcbkbttn-settings.php:149
87
+ msgid "Error: Failed to move file."
88
+ msgstr ""
 
89
 
90
+ #: includes/class-fcbkbttn-settings.php:152
91
+ msgid "Error: Check image width or height."
92
+ msgstr ""
 
93
 
94
+ #: includes/class-fcbkbttn-settings.php:156
95
+ msgid "Uploading Error: Check image properties"
96
+ msgstr ""
97
 
98
+ #: includes/class-fcbkbttn-settings.php:182
99
  msgid "General"
100
  msgstr ""
101
 
102
+ #: includes/class-fcbkbttn-settings.php:185
103
  #, fuzzy
104
  msgid "Buttons"
105
  msgstr "Facebook Butonu pozisyonu"
106
 
107
+ #: includes/class-fcbkbttn-settings.php:188
108
  msgid "Profile URL"
109
  msgstr ""
110
 
111
+ #: includes/class-fcbkbttn-settings.php:189
112
+ #: includes/class-fcbkbttn-settings.php:401
113
  msgid "Like"
114
  msgstr "Beğen"
115
 
116
+ #: includes/class-fcbkbttn-settings.php:190
117
  msgid "Share"
118
  msgstr "Paylaş"
119
 
120
+ #: includes/class-fcbkbttn-settings.php:195
121
  msgid "Buttons Size"
122
  msgstr ""
123
 
124
+ #: includes/class-fcbkbttn-settings.php:198
125
  msgid "Small"
126
  msgstr ""
127
 
128
+ #: includes/class-fcbkbttn-settings.php:199
129
  msgid "Large"
130
  msgstr ""
131
 
132
+ #: includes/class-fcbkbttn-settings.php:204
133
  #, fuzzy
134
  msgid "Buttons Position"
135
  msgstr "Facebook Butonu pozisyonu"
136
 
137
+ #: includes/class-fcbkbttn-settings.php:209
138
  #, fuzzy
139
  msgid "Before content"
140
  msgstr "Önce ve Sonra"
141
 
142
+ #: includes/class-fcbkbttn-settings.php:214
143
  msgid "After content"
144
  msgstr ""
145
 
146
+ #: includes/class-fcbkbttn-settings.php:220
147
  msgid "Language"
148
  msgstr ""
149
 
150
+ #: includes/class-fcbkbttn-settings.php:231
151
  #, fuzzy
152
  msgid "Select the default language for Facebook button(-s)."
153
  msgstr "Facebook Beğen butonunun dilini değiştirin"
154
 
155
+ #: includes/class-fcbkbttn-settings.php:240
156
+ #: includes/class-fcbkbttn-settings.php:243
157
+ #: includes/class-fcbkbttn-settings.php:247
158
  msgid ""
159
  "Enable to switch language automatically on multilingual website using "
160
  "Multilanguage plugin."
161
  msgstr ""
162
 
163
+ #: includes/class-fcbkbttn-settings.php:243
164
+ msgid "Activate"
 
165
  msgstr ""
166
 
167
+ #: includes/class-fcbkbttn-settings.php:247
168
+ msgid "Install Now"
169
+ msgstr ""
170
 
171
+ #: includes/class-fcbkbttn-settings.php:252
172
  msgid "Excerpt"
173
  msgstr ""
174
 
175
+ #: includes/class-fcbkbttn-settings.php:254
176
  #, fuzzy
177
  msgid "Enable to display buttons in excerpt."
178
  msgstr "Butonu Göster:"
179
 
180
+ #: includes/class-fcbkbttn-settings.php:262
181
+ #: includes/class-fcbkbttn-settings.php:455
182
+ #: includes/class-fcbkbttn-settings.php:509
183
  msgid "Close"
184
  msgstr ""
185
 
186
+ #: includes/class-fcbkbttn-settings.php:266
187
  #, fuzzy
188
  msgid "Meta Image"
189
  msgstr "Özel Facebook görseli"
190
 
191
+ #: includes/class-fcbkbttn-settings.php:271
192
  msgid "Featured Image"
193
  msgstr ""
194
 
195
+ #: includes/class-fcbkbttn-settings.php:275
196
  #, fuzzy
197
  msgid "Custom Image"
198
  msgstr "Özel Facebook görseli"
199
 
200
+ #: includes/class-fcbkbttn-settings.php:275
201
  msgid "This image will be used for all posts"
202
  msgstr ""
203
 
204
+ #: includes/class-fcbkbttn-settings.php:282
205
  msgid "Meta Description"
206
  msgstr ""
207
 
208
+ #: includes/class-fcbkbttn-settings.php:286
209
  msgid ""
210
  "This description will be used for all pages and posts. Leave blank to use "
211
  "page description."
212
  msgstr ""
213
 
214
+ #: includes/class-fcbkbttn-settings.php:294
215
  msgid "Profile URL Button"
216
  msgstr ""
217
 
218
+ #: includes/class-fcbkbttn-settings.php:297
219
  #, fuzzy
220
  msgid "Facebook ID or Username"
221
  msgstr "Facebook ID&#39;niz:"
222
 
223
+ #: includes/class-fcbkbttn-settings.php:304
224
  msgid "Profile Button Image"
225
  msgstr ""
226
 
227
+ #: includes/class-fcbkbttn-settings.php:311
228
  msgid "Default"
229
  msgstr ""
230
 
231
+ #: includes/class-fcbkbttn-settings.php:316
232
  #, fuzzy
233
  msgid "Custom image"
234
  msgstr "Özel Facebook görseli"
235
 
236
+ #: includes/class-fcbkbttn-settings.php:320
237
  #, fuzzy
238
  msgid ""
239
  "To use custom image, You need to setup permissions for upload directory of "
242
  "Özel görsel kullanmak için sitenizin dizinine yükleme yapılmasına izin "
243
  "vermelisiniz."
244
 
245
+ #: includes/class-fcbkbttn-settings.php:327
246
  #, fuzzy
247
  msgid "Current image"
248
  msgstr "Şu anki görsel:"
249
 
250
+ #: includes/class-fcbkbttn-settings.php:335
 
251
  msgid ""
252
+ "Image requirements: max image width: 100px; max image height: 40px; max "
253
+ "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
254
  msgstr ""
 
 
 
255
 
256
+ #: includes/class-fcbkbttn-settings.php:339
257
  msgid "Like&Share Buttons"
258
  msgstr ""
259
 
260
+ #: includes/class-fcbkbttn-settings.php:342
261
+ msgid "Like Button Layout"
262
+ msgstr ""
263
+
264
+ #: includes/class-fcbkbttn-settings.php:365
265
+ msgid "Share Button Layout"
266
  msgstr ""
267
 
268
+ #: includes/class-fcbkbttn-settings.php:396
269
  msgid "Like Button Action"
270
  msgstr ""
271
 
272
+ #: includes/class-fcbkbttn-settings.php:406
273
  msgid "Recommend"
274
  msgstr ""
275
 
276
+ #: includes/class-fcbkbttn-settings.php:412
277
  msgid "Friends Faces"
278
  msgstr ""
279
 
280
+ #: includes/class-fcbkbttn-settings.php:415
281
+ msgid "Enable to show faces of your friends who submitted the button."
282
  msgstr ""
283
 
284
+ #: includes/class-fcbkbttn-settings.php:419
285
  msgid "Layout Width"
286
  msgstr ""
287
 
288
+ #: includes/class-fcbkbttn-settings.php:421
289
  msgid "px"
290
  msgstr ""
291
 
292
+ #: includes/class-fcbkbttn-settings.php:425
293
  msgid "Theme"
294
  msgstr ""
295
 
296
+ #: includes/class-fcbkbttn-settings.php:430
297
  msgid "Light"
298
  msgstr ""
299
 
300
+ #: includes/class-fcbkbttn-settings.php:435
301
  msgid "Dark"
302
  msgstr ""
303
 
304
+ #: includes/class-fcbkbttn-settings.php:441
305
  msgid "Like Button HTML Tag"
306
  msgstr ""
307
 
308
+ #: includes/class-fcbkbttn-settings.php:447
309
  #, php-format
310
  msgid "Tag %s can be used to improve website code validation."
311
  msgstr ""
312
 
313
+ #: includes/class-fcbkbttn-settings.php:459
314
  msgid "URL to Like"
315
  msgstr ""
316
 
317
+ #: includes/class-fcbkbttn-settings.php:461
318
+ msgid "Leave blank to use current page URL."
319
  msgstr ""
320
 
321
+ #: includes/class-fcbkbttn-settings.php:488
322
+ msgid "Facebook Button Shortcode"
323
  msgstr ""
324
 
325
+ #: includes/class-fcbkbttn-settings.php:491
326
  msgid ""
327
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
328
  "by using the following shortcode:"
329
  msgstr ""
330
 
331
+ #: includes/class-fcbkbttn-settings.php:510
332
  #, fuzzy
333
  msgid "Facebook Buttons Preview"
334
  msgstr "Facebook Butonu"
335
 
336
+ #: includes/class-fcbkbttn-settings.php:524
337
  #, fuzzy
338
  msgid "Display Settings"
339
  msgstr "Butonu Göster:"
340
 
341
+ #: includes/class-fcbkbttn-settings.php:533
342
  msgid ""
343
  "Please choose the necessary post types (or single pages) where Facebook "
344
  "button will be displayed:"
346
  "Lütfen Facebook butonunun gösterileceği yazı türlerini (ya da tek sayfaları) "
347
  "seçin."
348
 
349
+ #: includes/class-fcbkbttn-settings.php:540
350
  msgid "Show URL for pages"
351
  msgstr "Sayfalar için URL göster"
352
 
353
+ #: includes/class-fcbkbttn-settings.php:546
354
  msgid "Example of site pages tree"
355
  msgstr ""
356
 
357
+ #, fuzzy
358
+ #~ msgid "Error: failed to move file."
359
+ #~ msgstr "HATA: dosya taşıma başarısız."
360
+
361
+ #, fuzzy
362
+ #~ msgid "Error: check image width or height."
363
+ #~ msgstr "HATA: görselin genişliğini ya da yüksekliğini kontrol edin."
364
+
365
+ #~ msgid "Uploading Error: check image properties"
366
+ #~ msgstr "Yükleme Hatası: görselin özelliklerini kontrol edin."
367
+
368
+ #, fuzzy
369
+ #~ msgid ""
370
+ #~ "Image requirements: max image width:100px; max image height:40px; max "
371
+ #~ "image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
372
+ #~ msgstr ""
373
+ #~ "Görsel özellikleri: maksimum görsel genişliği: 100px; maksimum görsel "
374
+ #~ "yüksekliği: 40px; maksimum görsel boyutu: 32 KB; uzantılar: \"jpg\", "
375
+ #~ "\"jpeg\", \"png\"."
376
+
377
+ #~ msgid "Learn More"
378
+ #~ msgstr "Detaylı Bilgi"
379
+
380
  #~ msgid "Error: File size > 32K"
381
  #~ msgstr "HATA: Dosya boyutu > 32K"
382
 
languages/facebook-button-plugin-uk.mo CHANGED
Binary file
languages/facebook-button-plugin-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-07-10 12:20+0300\n"
6
- "PO-Revision-Date: 2017-07-20 13:00+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: uk\n"
@@ -18,13 +18,13 @@ msgstr ""
18
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: facebook-button-plugin.php:35 facebook-button-plugin.php:36
22
- #: facebook-button-plugin.php:176 includes/class-fcbkbttn-settings.php:181
23
  msgid "Facebook Button Settings"
24
  msgstr "Налаштування Facebook Button"
25
 
26
- #: facebook-button-plugin.php:36 facebook-button-plugin.php:382
27
- #: facebook-button-plugin.php:396 includes/class-fcbkbttn-settings.php:23
28
  msgid "Settings"
29
  msgstr "Налаштування"
30
 
@@ -32,173 +32,172 @@ msgstr "Налаштування"
32
  msgid "Upgrade to Pro"
33
  msgstr "Оновитися до Pro"
34
 
35
- #: facebook-button-plugin.php:177
36
- msgid "Please, enable JavaScript in Your browser."
37
  msgstr "Будь ласка, активуйте JavaScript у Вашому браузері."
38
 
39
- #: facebook-button-plugin.php:275
40
  msgid "Add Facebook buttons to your page or post"
41
  msgstr "Додати кнопки Facebook на вашу сторінку або запис"
42
 
43
- #: facebook-button-plugin.php:397
44
  msgid "FAQ"
45
  msgstr "FAQ"
46
 
47
- #: facebook-button-plugin.php:398
48
  msgid "Support"
49
  msgstr "Підтримка"
50
 
51
- #: includes/class-fcbkbttn-settings.php:25
52
  msgid "Display"
53
  msgstr "Відображення"
54
 
55
- #: includes/class-fcbkbttn-settings.php:27
56
  msgid "Misc"
57
  msgstr "Різне"
58
 
59
- #: includes/class-fcbkbttn-settings.php:28
60
  msgid "Custom Code"
61
  msgstr "Користувацький код"
62
 
63
- #: includes/class-fcbkbttn-settings.php:30
64
  msgid "License Key"
65
  msgstr "Ліцензійний ключ"
66
 
67
- #: includes/class-fcbkbttn-settings.php:107
68
  msgid "Settings saved"
69
  msgstr "Налаштування збережені"
70
 
71
- #: includes/class-fcbkbttn-settings.php:136
72
  msgid "Error: File size must not exceed 32KB"
73
  msgstr "Помилка: Розмiр файлу не повинен перевищувати 32КБ"
74
 
75
- #: includes/class-fcbkbttn-settings.php:139
76
  msgid "Error: Invalid file type"
77
  msgstr "Помилка: Невірний тип файлу"
78
 
79
- #: includes/class-fcbkbttn-settings.php:145
80
  msgid "Upload successful."
81
  msgstr "Файл був завантажений успішно"
82
 
83
- #: includes/class-fcbkbttn-settings.php:153
84
- msgid "Error: failed to move file."
85
- msgstr "Помилка: не вдалося переміщення файлу."
86
 
87
- #: includes/class-fcbkbttn-settings.php:156
88
- msgid "Error: check image width or height."
89
  msgstr "Помилка: Перевірте ширину або висоту зображення."
90
 
91
- #: includes/class-fcbkbttn-settings.php:160
92
- msgid "Uploading Error: check image properties"
93
- msgstr "Помилка Завантаження: Перевірте властивості зображення"
94
 
95
- #: includes/class-fcbkbttn-settings.php:184
96
  msgid "General"
97
  msgstr "Загальне"
98
 
99
- #: includes/class-fcbkbttn-settings.php:187
100
  msgid "Buttons"
101
  msgstr "Кнопки"
102
 
103
- #: includes/class-fcbkbttn-settings.php:190
104
  msgid "Profile URL"
105
  msgstr "URL профілю"
106
 
107
- #: includes/class-fcbkbttn-settings.php:191
108
- #: includes/class-fcbkbttn-settings.php:386
109
  msgid "Like"
110
  msgstr "Подобається"
111
 
112
- #: includes/class-fcbkbttn-settings.php:192
113
  msgid "Share"
114
  msgstr "Поширити"
115
 
116
- #: includes/class-fcbkbttn-settings.php:197
117
  msgid "Buttons Size"
118
  msgstr "Розмiр кнопок"
119
 
120
- #: includes/class-fcbkbttn-settings.php:200
121
  msgid "Small"
122
- msgstr "Великi"
123
 
124
- #: includes/class-fcbkbttn-settings.php:201
125
  msgid "Large"
126
- msgstr "Малi"
127
 
128
- #: includes/class-fcbkbttn-settings.php:206
129
  msgid "Buttons Position"
130
  msgstr "Розташування кнопок"
131
 
132
- #: includes/class-fcbkbttn-settings.php:211
133
  msgid "Before content"
134
  msgstr "Перед вмістом"
135
 
136
- #: includes/class-fcbkbttn-settings.php:216
137
  msgid "After content"
138
  msgstr "Після вмісту"
139
 
140
- #: includes/class-fcbkbttn-settings.php:222
141
  msgid "Language"
142
  msgstr "Мова"
143
 
144
- #: includes/class-fcbkbttn-settings.php:233
145
  msgid "Select the default language for Facebook button(-s)."
146
  msgstr "Оберіть мову за замовчуванням для кнопок Facebook."
147
 
148
- #: includes/class-fcbkbttn-settings.php:242
149
- #: includes/class-fcbkbttn-settings.php:245
150
- #: includes/class-fcbkbttn-settings.php:249
151
  msgid ""
152
  "Enable to switch language automatically on multilingual website using "
153
  "Multilanguage plugin."
154
  msgstr ""
155
- "Включити, щоб перемкнути мову автоматично на багатомовному сайті, "
156
- "використовуючи Multilanguage плагін."
157
 
158
- #: includes/class-fcbkbttn-settings.php:245
159
- #, php-format
160
- msgid "Activate %s"
161
- msgstr "Активувати %s"
162
 
163
- #: includes/class-fcbkbttn-settings.php:249
164
- msgid "Learn More"
165
- msgstr "Докладніше"
166
 
167
- #: includes/class-fcbkbttn-settings.php:254
168
  msgid "Excerpt"
169
  msgstr "Уривок"
170
 
171
- #: includes/class-fcbkbttn-settings.php:256
172
  msgid "Enable to display buttons in excerpt."
173
  msgstr "Ввімкнути для відображення кнопок в уривку."
174
 
175
- #: includes/class-fcbkbttn-settings.php:265
176
- #: includes/class-fcbkbttn-settings.php:441
177
- #: includes/class-fcbkbttn-settings.php:496
178
  msgid "Close"
179
  msgstr "Закрити"
180
 
181
- #: includes/class-fcbkbttn-settings.php:269
182
  msgid "Meta Image"
183
  msgstr "Мета зображення"
184
 
185
- #: includes/class-fcbkbttn-settings.php:274
186
  msgid "Featured Image"
187
  msgstr "Головне зображення"
188
 
189
- #: includes/class-fcbkbttn-settings.php:278
190
  msgid "Custom Image"
191
  msgstr "Користувацьке зображення"
192
 
193
- #: includes/class-fcbkbttn-settings.php:278
194
  msgid "This image will be used for all posts"
195
  msgstr "Це зображення буде використовуватися для всiх записiв"
196
 
197
- #: includes/class-fcbkbttn-settings.php:285
198
  msgid "Meta Description"
199
  msgstr "Мета опис"
200
 
201
- #: includes/class-fcbkbttn-settings.php:289
202
  msgid ""
203
  "This description will be used for all pages and posts. Leave blank to use "
204
  "page description."
@@ -206,113 +205,117 @@ msgstr ""
206
  "Цей опис буде використовуватися для всіх записів і сторінок. Залиште "
207
  "порожнім, щоб використовувати опис сторінки."
208
 
209
- #: includes/class-fcbkbttn-settings.php:298
210
  msgid "Profile URL Button"
211
  msgstr "Кнопка URL профілю"
212
 
213
- #: includes/class-fcbkbttn-settings.php:301
214
  msgid "Facebook ID or Username"
215
  msgstr "Facebook ID або Ім'я користувача"
216
 
217
- #: includes/class-fcbkbttn-settings.php:308
218
  msgid "Profile Button Image"
219
  msgstr "Зображення кнопки профілю"
220
 
221
- #: includes/class-fcbkbttn-settings.php:315
222
  msgid "Default"
223
  msgstr "За замовчуванням"
224
 
225
- #: includes/class-fcbkbttn-settings.php:320
226
  msgid "Custom image"
227
  msgstr "Користувацьке зображення"
228
 
229
- #: includes/class-fcbkbttn-settings.php:324
230
  msgid ""
231
  "To use custom image, You need to setup permissions for upload directory of "
232
  "your site"
233
  msgstr ""
234
- "Для використання користувацького зображення Вам необхідно видати права "
235
  "доступу на папку завантажень на вашому сайті"
236
 
237
- #: includes/class-fcbkbttn-settings.php:331
238
  msgid "Current image"
239
  msgstr "Поточне зображення"
240
 
241
- #: includes/class-fcbkbttn-settings.php:339
242
  msgid ""
243
- "Image requirements: max image width:100px; max image height:40px; max image "
244
- "size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
245
  msgstr ""
246
- "Вимоги до зображення: максимальна ширина зображення:100px; максимальна "
247
  "висота зображення: 40px; максимальний розмір зображення: 32Kb; типи "
248
- "зображеннь :\"jpg\", \"jpeg\", \"png\"."
249
 
250
- #: includes/class-fcbkbttn-settings.php:343
251
  msgid "Like&Share Buttons"
252
  msgstr "Кнопки \"Подобається\" та \"Поширити\""
253
 
254
- #: includes/class-fcbkbttn-settings.php:346
255
- msgid "Layout"
256
- msgstr "Вид"
 
 
 
 
257
 
258
- #: includes/class-fcbkbttn-settings.php:381
259
  msgid "Like Button Action"
260
  msgstr "Дія кнопки \"Подобається\""
261
 
262
- #: includes/class-fcbkbttn-settings.php:391
263
  msgid "Recommend"
264
  msgstr "Рекомендую"
265
 
266
- #: includes/class-fcbkbttn-settings.php:397
267
  msgid "Friends Faces"
268
  msgstr "Обличчя друзів"
269
 
270
- #: includes/class-fcbkbttn-settings.php:400
271
- msgid " Enable to show faces of your friends who submitted the button."
272
- msgstr "Включити, щоб показати обличчя своїх друзів, які натиснули кнопку."
273
 
274
- #: includes/class-fcbkbttn-settings.php:404
275
  msgid "Layout Width"
276
  msgstr "Ширина блоку"
277
 
278
- #: includes/class-fcbkbttn-settings.php:406
279
  msgid "px"
280
  msgstr "пікс"
281
 
282
- #: includes/class-fcbkbttn-settings.php:410
283
  msgid "Theme"
284
  msgstr "Тема"
285
 
286
- #: includes/class-fcbkbttn-settings.php:415
287
  msgid "Light"
288
  msgstr "Світла"
289
 
290
- #: includes/class-fcbkbttn-settings.php:420
291
  msgid "Dark"
292
  msgstr "Темна"
293
 
294
- #: includes/class-fcbkbttn-settings.php:426
295
  msgid "Like Button HTML Tag"
296
  msgstr "HTML тег кнопки \"Подобається\""
297
 
298
- #: includes/class-fcbkbttn-settings.php:432
299
  #, php-format
300
  msgid "Tag %s can be used to improve website code validation."
301
  msgstr "Тег %s може бути використаний для поліпшення валідації коду сайту."
302
 
303
- #: includes/class-fcbkbttn-settings.php:445
304
  msgid "URL to Like"
305
  msgstr "URL кнопки \"Подобається\""
306
 
307
- #: includes/class-fcbkbttn-settings.php:447
308
- msgid "Leave blank to use a current page."
309
- msgstr "Залиште порожнім, щоб використовувати поточну сторінку."
310
 
311
- #: includes/class-fcbkbttn-settings.php:475
312
- msgid "Facebook Buttons Shortcode"
313
- msgstr "Шорткод кнопки Facebook"
314
 
315
- #: includes/class-fcbkbttn-settings.php:478
316
  msgid ""
317
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
318
  "by using the following shortcode:"
@@ -320,15 +323,15 @@ msgstr ""
320
  "Додати кнопки Facebook на ваші записи, сторінки, користувацькі типи записів "
321
  "або віджети за допомогою даного шорткода:"
322
 
323
- #: includes/class-fcbkbttn-settings.php:497
324
  msgid "Facebook Buttons Preview"
325
  msgstr "Попередній перегляд Facebook кнопок"
326
 
327
- #: includes/class-fcbkbttn-settings.php:512
328
  msgid "Display Settings"
329
  msgstr "Налаштування відображення"
330
 
331
- #: includes/class-fcbkbttn-settings.php:521
332
  msgid ""
333
  "Please choose the necessary post types (or single pages) where Facebook "
334
  "button will be displayed:"
@@ -336,14 +339,52 @@ msgstr ""
336
  "Будь ласка, оберіть необхідні типи записів (чи сторінок), де буде "
337
  "відображатися кнопка Facebook"
338
 
339
- #: includes/class-fcbkbttn-settings.php:528
340
  msgid "Show URL for pages"
341
  msgstr "Відображати URL сторінок"
342
 
343
- #: includes/class-fcbkbttn-settings.php:534
344
  msgid "Example of site pages tree"
345
  msgstr "Приклад дерева сторінок сайту"
346
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
347
  #~ msgid "Error: File size > 32K"
348
  #~ msgstr "Помилка: Розмір файлу не повинен перевищувати 32Kб"
349
 
2
  msgstr ""
3
  "Project-Id-Version: facebook-button-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-01-16 14:36+0200\n"
6
+ "PO-Revision-Date: 2018-01-16 14:36+0200\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: uk\n"
18
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: facebook-button-plugin.php:36 facebook-button-plugin.php:37
22
+ #: facebook-button-plugin.php:207 includes/class-fcbkbttn-settings.php:179
23
  msgid "Facebook Button Settings"
24
  msgstr "Налаштування Facebook Button"
25
 
26
+ #: facebook-button-plugin.php:37 facebook-button-plugin.php:423
27
+ #: facebook-button-plugin.php:437 includes/class-fcbkbttn-settings.php:23
28
  msgid "Settings"
29
  msgstr "Налаштування"
30
 
32
  msgid "Upgrade to Pro"
33
  msgstr "Оновитися до Pro"
34
 
35
+ #: facebook-button-plugin.php:208
36
+ msgid "Please, enable JavaScript in your browser."
37
  msgstr "Будь ласка, активуйте JavaScript у Вашому браузері."
38
 
39
+ #: facebook-button-plugin.php:310
40
  msgid "Add Facebook buttons to your page or post"
41
  msgstr "Додати кнопки Facebook на вашу сторінку або запис"
42
 
43
+ #: facebook-button-plugin.php:439
44
  msgid "FAQ"
45
  msgstr "FAQ"
46
 
47
+ #: facebook-button-plugin.php:440
48
  msgid "Support"
49
  msgstr "Підтримка"
50
 
51
+ #: includes/class-fcbkbttn-settings.php:24
52
  msgid "Display"
53
  msgstr "Відображення"
54
 
55
+ #: includes/class-fcbkbttn-settings.php:25
56
  msgid "Misc"
57
  msgstr "Різне"
58
 
59
+ #: includes/class-fcbkbttn-settings.php:26
60
  msgid "Custom Code"
61
  msgstr "Користувацький код"
62
 
63
+ #: includes/class-fcbkbttn-settings.php:27
64
  msgid "License Key"
65
  msgstr "Ліцензійний ключ"
66
 
67
+ #: includes/class-fcbkbttn-settings.php:103
68
  msgid "Settings saved"
69
  msgstr "Налаштування збережені"
70
 
71
+ #: includes/class-fcbkbttn-settings.php:132
72
  msgid "Error: File size must not exceed 32KB"
73
  msgstr "Помилка: Розмiр файлу не повинен перевищувати 32КБ"
74
 
75
+ #: includes/class-fcbkbttn-settings.php:135
76
  msgid "Error: Invalid file type"
77
  msgstr "Помилка: Невірний тип файлу"
78
 
79
+ #: includes/class-fcbkbttn-settings.php:141
80
  msgid "Upload successful."
81
  msgstr "Файл був завантажений успішно"
82
 
83
+ #: includes/class-fcbkbttn-settings.php:149
84
+ msgid "Error: Failed to move file."
85
+ msgstr "Помилка: Не вдалося переміщення файлу."
86
 
87
+ #: includes/class-fcbkbttn-settings.php:152
88
+ msgid "Error: Check image width or height."
89
  msgstr "Помилка: Перевірте ширину або висоту зображення."
90
 
91
+ #: includes/class-fcbkbttn-settings.php:156
92
+ msgid "Uploading Error: Check image properties"
93
+ msgstr "Помилка завантаження: Перевірте властивості зображення"
94
 
95
+ #: includes/class-fcbkbttn-settings.php:182
96
  msgid "General"
97
  msgstr "Загальне"
98
 
99
+ #: includes/class-fcbkbttn-settings.php:185
100
  msgid "Buttons"
101
  msgstr "Кнопки"
102
 
103
+ #: includes/class-fcbkbttn-settings.php:188
104
  msgid "Profile URL"
105
  msgstr "URL профілю"
106
 
107
+ #: includes/class-fcbkbttn-settings.php:189
108
+ #: includes/class-fcbkbttn-settings.php:401
109
  msgid "Like"
110
  msgstr "Подобається"
111
 
112
+ #: includes/class-fcbkbttn-settings.php:190
113
  msgid "Share"
114
  msgstr "Поширити"
115
 
116
+ #: includes/class-fcbkbttn-settings.php:195
117
  msgid "Buttons Size"
118
  msgstr "Розмiр кнопок"
119
 
120
+ #: includes/class-fcbkbttn-settings.php:198
121
  msgid "Small"
122
+ msgstr "Малi"
123
 
124
+ #: includes/class-fcbkbttn-settings.php:199
125
  msgid "Large"
126
+ msgstr "Великi"
127
 
128
+ #: includes/class-fcbkbttn-settings.php:204
129
  msgid "Buttons Position"
130
  msgstr "Розташування кнопок"
131
 
132
+ #: includes/class-fcbkbttn-settings.php:209
133
  msgid "Before content"
134
  msgstr "Перед вмістом"
135
 
136
+ #: includes/class-fcbkbttn-settings.php:214
137
  msgid "After content"
138
  msgstr "Після вмісту"
139
 
140
+ #: includes/class-fcbkbttn-settings.php:220
141
  msgid "Language"
142
  msgstr "Мова"
143
 
144
+ #: includes/class-fcbkbttn-settings.php:231
145
  msgid "Select the default language for Facebook button(-s)."
146
  msgstr "Оберіть мову за замовчуванням для кнопок Facebook."
147
 
148
+ #: includes/class-fcbkbttn-settings.php:240
149
+ #: includes/class-fcbkbttn-settings.php:243
150
+ #: includes/class-fcbkbttn-settings.php:247
151
  msgid ""
152
  "Enable to switch language automatically on multilingual website using "
153
  "Multilanguage plugin."
154
  msgstr ""
155
+ "Включiть, щоб перемкнути мову автоматично на багатомовному сайті, "
156
+ "використовуючи плагін Multilanguage."
157
 
158
+ #: includes/class-fcbkbttn-settings.php:243
159
+ msgid "Activate"
160
+ msgstr "Активувати"
 
161
 
162
+ #: includes/class-fcbkbttn-settings.php:247
163
+ msgid "Install Now"
164
+ msgstr "Встановити зараз"
165
 
166
+ #: includes/class-fcbkbttn-settings.php:252
167
  msgid "Excerpt"
168
  msgstr "Уривок"
169
 
170
+ #: includes/class-fcbkbttn-settings.php:254
171
  msgid "Enable to display buttons in excerpt."
172
  msgstr "Ввімкнути для відображення кнопок в уривку."
173
 
174
+ #: includes/class-fcbkbttn-settings.php:262
175
+ #: includes/class-fcbkbttn-settings.php:455
176
+ #: includes/class-fcbkbttn-settings.php:509
177
  msgid "Close"
178
  msgstr "Закрити"
179
 
180
+ #: includes/class-fcbkbttn-settings.php:266
181
  msgid "Meta Image"
182
  msgstr "Мета зображення"
183
 
184
+ #: includes/class-fcbkbttn-settings.php:271
185
  msgid "Featured Image"
186
  msgstr "Головне зображення"
187
 
188
+ #: includes/class-fcbkbttn-settings.php:275
189
  msgid "Custom Image"
190
  msgstr "Користувацьке зображення"
191
 
192
+ #: includes/class-fcbkbttn-settings.php:275
193
  msgid "This image will be used for all posts"
194
  msgstr "Це зображення буде використовуватися для всiх записiв"
195
 
196
+ #: includes/class-fcbkbttn-settings.php:282
197
  msgid "Meta Description"
198
  msgstr "Мета опис"
199
 
200
+ #: includes/class-fcbkbttn-settings.php:286
201
  msgid ""
202
  "This description will be used for all pages and posts. Leave blank to use "
203
  "page description."
205
  "Цей опис буде використовуватися для всіх записів і сторінок. Залиште "
206
  "порожнім, щоб використовувати опис сторінки."
207
 
208
+ #: includes/class-fcbkbttn-settings.php:294
209
  msgid "Profile URL Button"
210
  msgstr "Кнопка URL профілю"
211
 
212
+ #: includes/class-fcbkbttn-settings.php:297
213
  msgid "Facebook ID or Username"
214
  msgstr "Facebook ID або Ім'я користувача"
215
 
216
+ #: includes/class-fcbkbttn-settings.php:304
217
  msgid "Profile Button Image"
218
  msgstr "Зображення кнопки профілю"
219
 
220
+ #: includes/class-fcbkbttn-settings.php:311
221
  msgid "Default"
222
  msgstr "За замовчуванням"
223
 
224
+ #: includes/class-fcbkbttn-settings.php:316
225
  msgid "Custom image"
226
  msgstr "Користувацьке зображення"
227
 
228
+ #: includes/class-fcbkbttn-settings.php:320
229
  msgid ""
230
  "To use custom image, You need to setup permissions for upload directory of "
231
  "your site"
232
  msgstr ""
233
+ "Для використання користувацького зображення, вам необхідно видати права "
234
  "доступу на папку завантажень на вашому сайті"
235
 
236
+ #: includes/class-fcbkbttn-settings.php:327
237
  msgid "Current image"
238
  msgstr "Поточне зображення"
239
 
240
+ #: includes/class-fcbkbttn-settings.php:335
241
  msgid ""
242
+ "Image requirements: max image width: 100px; max image height: 40px; max "
243
+ "image size: 32Kb; image types: \"jpg\", \"jpeg\", \"png\"."
244
  msgstr ""
245
+ "Вимоги до зображення: максимальна ширина зображення: 100px; максимальна "
246
  "висота зображення: 40px; максимальний розмір зображення: 32Kb; типи "
247
+ "зображеннь : \"jpg\", \"jpeg\", \"png\"."
248
 
249
+ #: includes/class-fcbkbttn-settings.php:339
250
  msgid "Like&Share Buttons"
251
  msgstr "Кнопки \"Подобається\" та \"Поширити\""
252
 
253
+ #: includes/class-fcbkbttn-settings.php:342
254
+ msgid "Like Button Layout"
255
+ msgstr "Вид кнопки \"Подобається\""
256
+
257
+ #: includes/class-fcbkbttn-settings.php:365
258
+ msgid "Share Button Layout"
259
+ msgstr "Вид кнопки \"Поширити\""
260
 
261
+ #: includes/class-fcbkbttn-settings.php:396
262
  msgid "Like Button Action"
263
  msgstr "Дія кнопки \"Подобається\""
264
 
265
+ #: includes/class-fcbkbttn-settings.php:406
266
  msgid "Recommend"
267
  msgstr "Рекомендую"
268
 
269
+ #: includes/class-fcbkbttn-settings.php:412
270
  msgid "Friends Faces"
271
  msgstr "Обличчя друзів"
272
 
273
+ #: includes/class-fcbkbttn-settings.php:415
274
+ msgid "Enable to show faces of your friends who submitted the button."
275
+ msgstr "Включiть, щоб показати обличчя своїх друзів, які натиснули кнопку."
276
 
277
+ #: includes/class-fcbkbttn-settings.php:419
278
  msgid "Layout Width"
279
  msgstr "Ширина блоку"
280
 
281
+ #: includes/class-fcbkbttn-settings.php:421
282
  msgid "px"
283
  msgstr "пікс"
284
 
285
+ #: includes/class-fcbkbttn-settings.php:425
286
  msgid "Theme"
287
  msgstr "Тема"
288
 
289
+ #: includes/class-fcbkbttn-settings.php:430
290
  msgid "Light"
291
  msgstr "Світла"
292
 
293
+ #: includes/class-fcbkbttn-settings.php:435
294
  msgid "Dark"
295
  msgstr "Темна"
296
 
297
+ #: includes/class-fcbkbttn-settings.php:441
298
  msgid "Like Button HTML Tag"
299
  msgstr "HTML тег кнопки \"Подобається\""
300
 
301
+ #: includes/class-fcbkbttn-settings.php:447
302
  #, php-format
303
  msgid "Tag %s can be used to improve website code validation."
304
  msgstr "Тег %s може бути використаний для поліпшення валідації коду сайту."
305
 
306
+ #: includes/class-fcbkbttn-settings.php:459
307
  msgid "URL to Like"
308
  msgstr "URL кнопки \"Подобається\""
309
 
310
+ #: includes/class-fcbkbttn-settings.php:461
311
+ msgid "Leave blank to use current page URL."
312
+ msgstr "Залиште порожнім, щоб використовувати посилання на поточну сторінку."
313
 
314
+ #: includes/class-fcbkbttn-settings.php:488
315
+ msgid "Facebook Button Shortcode"
316
+ msgstr "Шорткод Facebook Button"
317
 
318
+ #: includes/class-fcbkbttn-settings.php:491
319
  msgid ""
320
  "Add Facebook button(-s) to your posts, pages, custom post types or widgets "
321
  "by using the following shortcode:"
323
  "Додати кнопки Facebook на ваші записи, сторінки, користувацькі типи записів "
324
  "або віджети за допомогою даного шорткода:"
325
 
326
+ #: includes/class-fcbkbttn-settings.php:510
327
  msgid "Facebook Buttons Preview"
328
  msgstr "Попередній перегляд Facebook кнопок"
329
 
330
+ #: includes/class-fcbkbttn-settings.php:524
331
  msgid "Display Settings"
332
  msgstr "Налаштування відображення"
333
 
334
+ #: includes/class-fcbkbttn-settings.php:533
335
  msgid ""
336
  "Please choose the necessary post types (or single pages) where Facebook "
337
  "button will be displayed:"
339
  "Будь ласка, оберіть необхідні типи записів (чи сторінок), де буде "
340
  "відображатися кнопка Facebook"
341
 
342
+ #: includes/class-fcbkbttn-settings.php:540
343
  msgid "Show URL for pages"
344
  msgstr "Відображати URL сторінок"
345
 
346
+ #: includes/class-fcbkbttn-settings.php:546
347
  msgid "Example of site pages tree"
348
  msgstr "Приклад дерева сторінок сайту"
349
 
350
+ #~ msgid "Layout"
351
+ #~ msgstr "Вид"
352
+
353
+ #~ msgid "Facebook Buttons Shortcode"
354
+ #~ msgstr "Шорткод кнопки Facebook"
355
+
356
+ #~ msgid "Leave blank to use a current page."
357
+ #~ msgstr "Залиште порожнім, щоб використовувати поточну сторінку."
358
+
359
+ #~ msgid " Enable to show faces of your friends who submitted the button."
360
+ #~ msgstr "Включити, щоб показати обличчя своїх друзів, які натиснули кнопку."
361
+
362
+ #~ msgid ""
363
+ #~ "Image requirements: max image width:100px; max image height:40px; max "
364
+ #~ "image size:32Kb; image types:\"jpg\", \"jpeg\", \"png\"."
365
+ #~ msgstr ""
366
+ #~ "Вимоги до зображення: максимальна ширина зображення:100px; максимальна "
367
+ #~ "висота зображення: 40px; максимальний розмір зображення: 32Kb; типи "
368
+ #~ "зображеннь :\"jpg\", \"jpeg\", \"png\"."
369
+
370
+ #~ msgid "Uploading Error: check image properties"
371
+ #~ msgstr "Помилка Завантаження: Перевірте властивості зображення"
372
+
373
+ #~ msgid "Error: check image width or height."
374
+ #~ msgstr "Помилка: Перевірте ширину або висоту зображення."
375
+
376
+ #~ msgid "Error: failed to move file."
377
+ #~ msgstr "Помилка: не вдалося переміщення файлу."
378
+
379
+ #~ msgid "Please, enable JavaScript in Your browser."
380
+ #~ msgstr "Будь ласка, активуйте JavaScript у Вашому браузері."
381
+
382
+ #~ msgid "Activate %s"
383
+ #~ msgstr "Активувати %s"
384
+
385
+ #~ msgid "Learn More"
386
+ #~ msgstr "Докладніше"
387
+
388
  #~ msgid "Error: File size > 32K"
389
  #~ msgstr "Помилка: Розмір файлу не повинен перевищувати 32Kб"
390
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
3
  Donate link: https://bestwebsoft.com/donate/
4
  Tags: facebook buttons, share, like, add share button, social buttons, facebook, facebook button icon, follow, follow button, like button, share button, facebook plugin
5
  Requires at least: 3.9
6
- Tested up to: 4.8
7
- Stable tag: 2.55
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -12,18 +12,20 @@ Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and widg
12
 
13
  == Description ==
14
 
15
- Facebook plugin is the best social media solution which adds Follow, Like, and Share buttons to your WordPress website posts, pages or widgets. This is a great way to receive positive feedback from your visitors, earn media exposure, and consumer validation for your brand.
16
 
17
  Customize the appearance, configure settings, and enable other advanced options to get more social traffic to your website and keep your visitors involved!
18
 
 
 
19
  https://www.youtube.com/watch?v=hGNQs-rF8b8
20
 
21
  = Free Features =
22
 
23
  * Add Facebook buttons such as:
24
- * Like
25
- * Share
26
- * Follow
27
  * Change color scheme for Share button
28
  * Select layout for Like and Share buttons:
29
  * Standard
@@ -37,8 +39,8 @@ https://www.youtube.com/watch?v=hGNQs-rF8b8
37
  * Custom position (using shortcode)
38
  * Show/hide faces option
39
  * Compatible with [Multilanguage](https://bestwebsoft.com/products/wordpress/plugins/multilanguage/?k=ce7cc6ad47715a97a579a6d9b59ed8b3) (current website language detection)
40
- * Choose Like button action like or recommend
41
- * Use a standard Follow button image or replace it with custom one
42
  * Add custom code via plugin settings page
43
  * Compatible with latest WordPress version
44
  * Incredibly simple settings for fast setup without modifying code
@@ -49,14 +51,14 @@ https://www.youtube.com/watch?v=hGNQs-rF8b8
49
  >
50
  > All features from Free version included plus:
51
  >
52
- > * Display Facebook buttons for certain pages and/or post types
53
  > * Сhange meta tags:
54
  > * Image
55
  > * Description
56
  > * Enable like option for:
57
  > * Entire website
58
  > * Single pages
59
- > * Facebook button preview
60
  > * Configure all subsites on the network
61
  > * Get answer to your support question within one business day ([Support Policy](https://bestwebsoft.com/support-policy/))
62
  >
@@ -154,6 +156,10 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
154
 
155
  == Changelog ==
156
 
 
 
 
 
157
  = V2.55 - 20.07.2017 =
158
  * NEW : Ability to choose buttons size has been added.
159
  * Update : Default button appearance has been updated.
@@ -306,7 +312,7 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
306
  * NEW : The English language is updated in the plugin.
307
 
308
  = V2.18 - 22.03.2013 =
309
- * Bugfix : The bug of displaying icons in the admin menu is fixed.
310
 
311
  = V2.17 - 04.03.2013 =
312
  * NEW : The Ukrainian language file is added to the plugin.
@@ -321,7 +327,7 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
321
 
322
  = V2.14 - 24.07.2012 =
323
  * NEW : The Arabic language file is added to the plugin.
324
- * Bugfix : Cross Site Request Forgery bug is fixed.
325
 
326
  = V2.13 - 10.07.2012 =
327
  * NEW : The Hebrew language file is added to the plugin.
@@ -340,7 +346,7 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
340
  * Bugfix : The bug with upload custom image for button is fixed.
341
 
342
  = V2.09 - 12.03.2012 =
343
- * Changed : BWS plugins section.
344
 
345
  = V2.08 - 24.02.2012 =
346
  * NEW : The Spanish language file is added to the plugin.
@@ -350,19 +356,19 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
350
  * Changed : BWS plugins section.
351
 
352
  = V2.06 - 27.12.2011 =
353
- * NEW : Language files are added to the plugin.
354
  * NEW : Style for facebook button block is added.
355
 
356
  = V2.05 - 23.08.2011 =
357
  * Bugfix : Redirect to profile page bug is fixed.
358
 
359
  = V2.04 - 22.08.2011 =
360
- * Bugfix : BWS Plugin's menu section was fixed and right now it is consisted of 3 parts: activated, installed and recommended plugins.
361
- * Bugfix : The bug of positioning in admin menu is fixed.
362
  * Changed : Facebook button plugin functionality was changed in connection with the change of Facebook API.
363
 
364
  = V2.03 - 14.07.2011 =
365
- * Changed : BWS Plugin's menu sections was fixed and right now it is consisted of 2 parts: installed and recommended plugins.
366
  * Bugfix : Displaying of the icons is fixed.
367
 
368
  = V2.02 =
@@ -376,6 +382,10 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
376
 
377
  == Upgrade Notice ==
378
 
 
 
 
 
379
  = V2.55 =
380
  * Functionality expanded.
381
  * Appearance improved.
@@ -489,7 +499,7 @@ The error related to creation the path to the Facebook button image is fixed. BW
489
  The English language is updated in the plugin.
490
 
491
  = V2.18 =
492
- The bug of displaying icons in the admin menu was fixed.
493
 
494
  = V2.17 =
495
  The Ukrainian language file is added to the plugin.
@@ -501,7 +511,7 @@ We updated CSS file. We updated all functionality for wordpress 3.5.1.
501
  Persian and Serbian language files are added to the plugin. We updated all functionality for wordpress 3.5.
502
 
503
  = V2.14 =
504
- The Arabic language file is added to the plugin. Cross Site Request Forgery bug was fixed.
505
 
506
  = V2.13 =
507
  The Hebrew language file is added to the plugin. We updated all functionality for wordpress 3.4.1.
@@ -516,7 +526,7 @@ Added a possibility to change language for Like button. We updated all functiona
516
  Added a possibility to turn off the display of the buttons. The Turkish language file is added to the plugin. The bug with upload custom image for button is fixed.
517
 
518
  = V2.09 =
519
- BWS plugins section has been changed.
520
 
521
  = V2.08 =
522
  The Spanish language file is added to the plugin. Code that is used to connect styles and scripts is added to the plugin for correct SSL verification.
@@ -531,7 +541,7 @@ Language files are added to the plugin. Style for facebook button block was adde
531
  Redirect to profile page bug is fixed.
532
 
533
  = V2.04 =
534
- BWS Panel sections was fixed and right now it is consisted of 3 parts: activated, installed and recommended plugins. The bug of positioning in admin menu is fixed. Facebook button plugin functionality was changed in connection with the change of Facebook API.
535
 
536
  = V2.03 =
537
  BWS Panel sections was fixed and right now it is consisted of 2 parts: installed and recommended plugins. Icons displaying is fixed.
3
  Donate link: https://bestwebsoft.com/donate/
4
  Tags: facebook buttons, share, like, add share button, social buttons, facebook, facebook button icon, follow, follow button, like button, share button, facebook plugin
5
  Requires at least: 3.9
6
+ Tested up to: 4.9.2
7
+ Stable tag: 2.56
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
12
 
13
  == Description ==
14
 
15
+ Facebook plugin is the best social media solution which adds Follow, Like, and Share buttons to your WordPress website posts, pages or widgets. This is a great way to receive positive feedback from your visitors, earn media exposure, and consumer validation for your brand.
16
 
17
  Customize the appearance, configure settings, and enable other advanced options to get more social traffic to your website and keep your visitors involved!
18
 
19
+ [View Demo](https://bestwebsoft.com/demo-for-facebook-buttons/?ref=readme)
20
+
21
  https://www.youtube.com/watch?v=hGNQs-rF8b8
22
 
23
  = Free Features =
24
 
25
  * Add Facebook buttons such as:
26
+ * Like
27
+ * Share
28
+ * Follow
29
  * Change color scheme for Share button
30
  * Select layout for Like and Share buttons:
31
  * Standard
39
  * Custom position (using shortcode)
40
  * Show/hide faces option
41
  * Compatible with [Multilanguage](https://bestwebsoft.com/products/wordpress/plugins/multilanguage/?k=ce7cc6ad47715a97a579a6d9b59ed8b3) (current website language detection)
42
+ * Choose Like button action - like or recommend
43
+ * Use a standard Follow button image or replace it with custom one
44
  * Add custom code via plugin settings page
45
  * Compatible with latest WordPress version
46
  * Incredibly simple settings for fast setup without modifying code
51
  >
52
  > All features from Free version included plus:
53
  >
54
+ > * Display Facebook buttons for certain pages and/or post types
55
  > * Сhange meta tags:
56
  > * Image
57
  > * Description
58
  > * Enable like option for:
59
  > * Entire website
60
  > * Single pages
61
+ > * Facebook button preview
62
  > * Configure all subsites on the network
63
  > * Get answer to your support question within one business day ([Support Policy](https://bestwebsoft.com/support-policy/))
64
  >
156
 
157
  == Changelog ==
158
 
159
+ = V2.56 - 24.01.2018 =
160
+ * Bugfix : Compatibility with Multilanguage plugin by BestWebSoft has been fixed.
161
+ * Update : The Czech language file has been updated.
162
+
163
  = V2.55 - 20.07.2017 =
164
  * NEW : Ability to choose buttons size has been added.
165
  * Update : Default button appearance has been updated.
312
  * NEW : The English language is updated in the plugin.
313
 
314
  = V2.18 - 22.03.2013 =
315
+ * Bugfix : The bug of displaying icons in the admin menu is fixed.
316
 
317
  = V2.17 - 04.03.2013 =
318
  * NEW : The Ukrainian language file is added to the plugin.
327
 
328
  = V2.14 - 24.07.2012 =
329
  * NEW : The Arabic language file is added to the plugin.
330
+ * Bugfix : Cross Site Request Forgery bug is fixed.
331
 
332
  = V2.13 - 10.07.2012 =
333
  * NEW : The Hebrew language file is added to the plugin.
346
  * Bugfix : The bug with upload custom image for button is fixed.
347
 
348
  = V2.09 - 12.03.2012 =
349
+ * Changed : BWS plugins section.
350
 
351
  = V2.08 - 24.02.2012 =
352
  * NEW : The Spanish language file is added to the plugin.
356
  * Changed : BWS plugins section.
357
 
358
  = V2.06 - 27.12.2011 =
359
+ * NEW : Language files are added to the plugin.
360
  * NEW : Style for facebook button block is added.
361
 
362
  = V2.05 - 23.08.2011 =
363
  * Bugfix : Redirect to profile page bug is fixed.
364
 
365
  = V2.04 - 22.08.2011 =
366
+ * Bugfix : BWS Plugin's menu section was fixed and right now it is consisted of 3 parts: activated, installed and recommended plugins.
367
+ * Bugfix : The bug of positioning in admin menu is fixed.
368
  * Changed : Facebook button plugin functionality was changed in connection with the change of Facebook API.
369
 
370
  = V2.03 - 14.07.2011 =
371
+ * Changed : BWS Plugin's menu sections was fixed and right now it is consisted of 2 parts: installed and recommended plugins.
372
  * Bugfix : Displaying of the icons is fixed.
373
 
374
  = V2.02 =
382
 
383
  == Upgrade Notice ==
384
 
385
+ = V2.56 =
386
+ * Bugs fixed.
387
+ * Languages updated.
388
+
389
  = V2.55 =
390
  * Functionality expanded.
391
  * Appearance improved.
499
  The English language is updated in the plugin.
500
 
501
  = V2.18 =
502
+ The bug of displaying icons in the admin menu was fixed.
503
 
504
  = V2.17 =
505
  The Ukrainian language file is added to the plugin.
511
  Persian and Serbian language files are added to the plugin. We updated all functionality for wordpress 3.5.
512
 
513
  = V2.14 =
514
+ The Arabic language file is added to the plugin. Cross Site Request Forgery bug was fixed.
515
 
516
  = V2.13 =
517
  The Hebrew language file is added to the plugin. We updated all functionality for wordpress 3.4.1.
526
  Added a possibility to turn off the display of the buttons. The Turkish language file is added to the plugin. The bug with upload custom image for button is fixed.
527
 
528
  = V2.09 =
529
+ BWS plugins section has been changed.
530
 
531
  = V2.08 =
532
  The Spanish language file is added to the plugin. Code that is used to connect styles and scripts is added to the plugin for correct SSL verification.
541
  Redirect to profile page bug is fixed.
542
 
543
  = V2.04 =
544
+ BWS Panel sections was fixed and right now it is consisted of 3 parts: activated, installed and recommended plugins. The bug of positioning in admin menu is fixed. Facebook button plugin functionality was changed in connection with the change of Facebook API.
545
 
546
  = V2.03 =
547
  BWS Panel sections was fixed and right now it is consisted of 2 parts: installed and recommended plugins. Icons displaying is fixed.
screenshot-3.png CHANGED
Binary file