Facebook Button by BestWebSoft - Version 2.49

Version Description

  • 06.07.2016 =
  • Update : Images size for meta property 'og:image' has been changed.
Download this release

Release Info

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

Code changes from version 2.48 to 2.49

Files changed (83) hide show
  1. bws_menu/bws_functions.php +318 -106
  2. bws_menu/bws_menu.php +567 -812
  3. bws_menu/css/codemirror.css +4 -0
  4. bws_menu/css/general_style.css +67 -14
  5. bws_menu/css/style.css +408 -131
  6. bws_menu/icons/plugins/adsense.png +0 -0
  7. bws_menu/icons/plugins/bws-featured-posts.png +0 -0
  8. bws_menu/icons/plugins/bws-google-analytics.png +0 -0
  9. bws_menu/icons/plugins/bws-google-maps.png +0 -0
  10. bws_menu/icons/plugins/bws-pinterest.png +0 -0
  11. bws_menu/icons/plugins/bws-popular-posts.png +0 -0
  12. bws_menu/icons/plugins/bws-smtp.png +0 -0
  13. bws_menu/icons/plugins/bws-testimonials.png +0 -0
  14. bws_menu/icons/plugins/captcha.png +0 -0
  15. bws_menu/icons/plugins/contact-form-multi.png +0 -0
  16. bws_menu/icons/plugins/contact-form-to-db.png +0 -0
  17. bws_menu/icons/plugins/contact-form.png +0 -0
  18. bws_menu/icons/plugins/custom-fields-search.png +0 -0
  19. bws_menu/icons/plugins/custom-search.png +0 -0
  20. bws_menu/icons/plugins/donate-button.png +0 -0
  21. bws_menu/icons/plugins/email-queue.png +0 -0
  22. bws_menu/icons/plugins/error-log-viewer.png +0 -0
  23. bws_menu/icons/plugins/facebook-button.png +0 -0
  24. bws_menu/icons/plugins/gallery-categories.png +0 -0
  25. bws_menu/icons/plugins/gallery.png +0 -0
  26. bws_menu/icons/plugins/google-captcha.png +0 -0
  27. bws_menu/icons/plugins/google-one.png +0 -0
  28. bws_menu/icons/plugins/google-shortlink.png +0 -0
  29. bws_menu/icons/plugins/google-sitemap.png +0 -0
  30. bws_menu/icons/plugins/htaccess.png +0 -0
  31. bws_menu/icons/plugins/job-board.png +0 -0
  32. bws_menu/icons/plugins/limit-attempts.png +0 -0
  33. bws_menu/icons/plugins/multilanguage.png +0 -0
  34. bws_menu/icons/plugins/pagination.png +0 -0
  35. bws_menu/icons/plugins/pdf-print.png +0 -0
  36. bws_menu/icons/plugins/portfolio.png +0 -0
  37. bws_menu/icons/plugins/post-to-csv.png +0 -0
  38. bws_menu/icons/plugins/profile-extra-fields.png +0 -0
  39. bws_menu/icons/plugins/promobar.png +0 -0
  40. bws_menu/icons/plugins/quotes-and-tips.png +0 -0
  41. bws_menu/icons/plugins/re-attacher.png +0 -0
  42. bws_menu/icons/plugins/realty.png +0 -0
  43. bws_menu/icons/plugins/relevant.png +0 -0
  44. bws_menu/icons/plugins/sender.png +0 -0
  45. bws_menu/icons/plugins/social-buttons-pack.png +0 -0
  46. bws_menu/icons/plugins/subscriber.png +0 -0
  47. bws_menu/icons/plugins/twitter.png +0 -0
  48. bws_menu/icons/plugins/updater.png +0 -0
  49. bws_menu/icons/plugins/user-role.png +0 -0
  50. bws_menu/icons/plugins/visitors-online.png +0 -0
  51. bws_menu/icons/plugins/zendesk-help-center.png +0 -0
  52. bws_menu/images/bestwebsoft-logo-white.svg +29 -0
  53. bws_menu/images/icon_16_single.png +0 -0
  54. bws_menu/images/membership-background.jpg +0 -0
  55. bws_menu/images/px.png +0 -0
  56. bws_menu/images/system-status.png +0 -0
  57. bws_menu/images/tooltip_icons.png +0 -0
  58. bws_menu/js/bws_menu.js +33 -45
  59. bws_menu/js/general_script.js +35 -8
  60. bws_menu/languages/bestwebsoft-de_DE.mo +0 -0
  61. bws_menu/languages/bestwebsoft-de_DE.po +0 -877
  62. bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
  63. bws_menu/languages/bestwebsoft-fr_FR.po +488 -279
  64. bws_menu/languages/bestwebsoft-it_IT.mo +0 -0
  65. bws_menu/languages/bestwebsoft-it_IT.po +0 -1169
  66. bws_menu/languages/bestwebsoft-ja.mo +0 -0
  67. bws_menu/languages/bestwebsoft-ja.po +0 -1276
  68. bws_menu/languages/bestwebsoft-pl_PL.mo +0 -0
  69. bws_menu/languages/bestwebsoft-pl_PL.po +476 -269
  70. bws_menu/languages/bestwebsoft-pt_BR.mo +0 -0
  71. bws_menu/languages/bestwebsoft-pt_BR.po +0 -877
  72. bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
  73. bws_menu/languages/bestwebsoft-ru_RU.po +481 -273
  74. bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
  75. bws_menu/languages/bestwebsoft-sr_RS.po +0 -1167
  76. bws_menu/languages/bestwebsoft-sv_SE.mo +0 -0
  77. bws_menu/languages/bestwebsoft-sv_SE.po +0 -1023
  78. bws_menu/languages/bestwebsoft-uk.mo +0 -0
  79. bws_menu/languages/bestwebsoft-uk.po +480 -276
  80. bws_menu/product_list.php +493 -0
  81. facebook-button-plugin.php +74 -73
  82. readme.txt +16 -10
  83. screenshot-3.png +0 -0
bws_menu/bws_functions.php CHANGED
@@ -3,6 +3,9 @@
3
  * General functions for BestWebSoft plugins
4
  */
5
 
 
 
 
6
  /**
7
  * Function add BWS Plugins page - for old plugin version
8
  * @deprecated 1.7.9
@@ -24,13 +27,18 @@ if ( ! function_exists ( 'bws_general_menu' ) ) {
24
  if ( ! $bws_general_menu_exist ) {
25
  /* we check also menu exist in global array as in old plugins $bws_general_menu_exist variable not exist */
26
  foreach ( $menu as $value_menu ) {
27
- if ( 'bws_plugins' == $value_menu[2] ) {
28
  $bws_general_menu_exist = true;
29
  return;
30
  }
31
  }
32
 
33
- add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( 'images/px.png', __FILE__ ), 1001 );
 
 
 
 
 
34
  $bws_general_menu_exist = true;
35
  }
36
  }
@@ -79,9 +87,11 @@ if ( ! function_exists ( 'bws_wp_min_version_check' ) ) {
79
  }
80
  }
81
 
82
- if ( ! function_exists( 'bws_versions_notice' ) ) {
83
- function bws_versions_notice() {
84
- global $bws_versions_notice_array;
 
 
85
  if ( ! empty( $bws_versions_notice_array ) ) {
86
  foreach ( $bws_versions_notice_array as $key => $value ) { ?>
87
  <div class="update-nag"><?php
@@ -95,6 +105,64 @@ if ( ! function_exists( 'bws_versions_notice' ) ) {
95
  ?></div>
96
  <?php }
97
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  }
99
  }
100
 
@@ -175,6 +243,10 @@ if ( ! function_exists( 'bws_plugin_reviews_block' ) ) {
175
  <?php _e( 'If there is something wrong about it, please contact us', 'bestwebsoft' ); ?>:
176
  <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a>
177
  </div>
 
 
 
 
178
  </div>
179
  <?php }
180
  }
@@ -377,7 +449,7 @@ if ( ! function_exists( 'bws_go_pro_tab_show' ) ) {
377
  window.location.href = 'admin.php?page=<?php echo $pro_page; ?>';
378
  }, 5000 );
379
  </script>
380
- <p><?php _e( "Congratulations! The Pro version of the plugin is successfully download and activated.", 'bestwebsoft' ); ?></p>
381
  <p>
382
  <?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="admin.php?page=<?php echo $pro_page; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
383
  (<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
@@ -394,13 +466,13 @@ if ( ! function_exists( 'bws_go_pro_tab_show' ) ) {
394
  <?php } ?>
395
  <form method="post" action="">
396
  <p>
397
- <?php _e( 'You can download and activate', 'bestwebsoft' ); ?>
398
  <a href="http://bestwebsoft.com/products/<?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>
399
- <?php _e( 'version of this plugin by entering Your license key.', 'bestwebsoft' ); ?><br />
400
  <span class="bws_info">
401
- <?php _e( 'You can find your license key on your personal page Client area, by clicking on the link', 'bestwebsoft' ); ?>
402
- <a href="http://bestwebsoft.com/wp-login.php">http://bestwebsoft.com/wp-login.php</a>
403
- <?php _e( '(your username is the email you specify when purchasing the product).', 'bestwebsoft' ); ?>
404
  </span>
405
  </p>
406
  <?php if ( $trial_days_number !== false )
@@ -439,9 +511,9 @@ if ( ! function_exists( 'bws_go_pro_from_trial_tab' ) ) {
439
  <?php echo sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="http://bestwebsoft.com/products/' . $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>' ) . ' ';
440
  _e( 'After that you can activate it by entering your license key.', 'bestwebsoft' ); ?><br />
441
  <span class="bws_info">
442
- <?php _e( 'You can find your license key on your personal page Client area, by clicking on the link', 'bestwebsoft' ); ?>
443
- <a href="http://bestwebsoft.com/wp-login.php">http://bestwebsoft.com/wp-login.php</a>
444
- <?php _e( '(your username is the email you specify when purchasing the product).', 'bestwebsoft' ); ?>
445
  </span>
446
  </p>
447
  <?php if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $plugin_basename ]['count'] ) &&
@@ -572,11 +644,11 @@ if ( ! function_exists ( 'bws_check_pro_license_form' ) ) {
572
  $license_key = ( isset( $bstwbsftwppdtplgns_options[ $plugin_basename ] ) ) ? $bstwbsftwppdtplgns_options[ $plugin_basename ] : ''; ?>
573
  <div class="clear"></div>
574
  <form method="post" action="">
575
- <p><?php echo _e( 'If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website', 'bestwebsoft' ) . ' <a href="http://bestwebsoft.com/wp-login.php">http://bestwebsoft.com/wp-login.php</a> ' . __( '(your username is the email you specify when purchasing the product). If necessary, please submit "Lost your password?" request.', 'bestwebsoft' ); ?></p>
576
  <p>
577
  <input type="text" maxlength="100" name="bws_license_key" value="<?php echo $license_key; ?>" />
578
  <input type="hidden" name="bws_license_submit" value="submit" />
579
- <input type="submit" class="button-primary" value="<?php _e( 'Check license key', 'bestwebsoft' ) ?>" />
580
  <?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
581
  </p>
582
  </form>
@@ -661,72 +733,70 @@ if ( ! function_exists ( 'bws_plugin_banner_timeout' ) ) {
661
  }
662
 
663
  if ( ! function_exists( 'bws_plugin_banner_to_settings' ) ) {
664
- function bws_plugin_banner_to_settings( $plugin_info, $plugin_options_name, $banner_url_or_slug, $settings_url, $post_type_url = false, $post_type_name = false ) {
665
- global $wp_version;
666
 
667
- $plugin_options = get_option( $plugin_options_name );
 
 
668
 
669
  if ( isset( $plugin_options['display_settings_notice'] ) && 0 == $plugin_options['display_settings_notice'] )
670
  return;
671
 
672
- if ( isset( $_POST['bws_hide_settings_notice_' . $plugin_options_name ] ) && check_admin_referer( $plugin_info['Name'], 'bws_settings_nonce_name' ) ) {
673
  $plugin_options['display_settings_notice'] = 0;
674
- update_option( $plugin_options_name, $plugin_options );
 
 
 
675
  return;
676
  }
677
 
678
  if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
679
  $banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
680
- } ?>
681
- <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
682
- <div class="bws_banner_on_plugin_page bws_banner_to_settings">
683
- <div class="icon">
684
- <img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
685
- </div>
686
- <div class="text">
687
- <strong><?php _e( 'Thank you for installing', 'bestwebsoft' ); ?> <?php echo $plugin_info['Name']; ?> plugin!</strong><br />
688
- <?php _e( "Let's get started", 'bestwebsoft' ); ?>:
689
- <a target="_blank" href="<?php echo $settings_url; ?>"><?php _e( 'Configure Settings', 'bestwebsoft' ); ?></a>
690
- <?php if ( false != $post_type_url && false != $post_type_name ) { ?>
691
- <?php _e( 'or', 'bestwebsoft' ); ?>
692
- <a target="_blank" href="<?php echo $post_type_url; ?>"><?php _e( 'Add New', 'bestwebsoft' ); ?> <?php echo $post_type_name; ?></a>
693
- <?php } ?>
694
- </div>
695
- <form action="" method="post">
696
- <button class="notice-dismiss bws_hide_settings_notice" title="<?php _e( 'Close notice', 'bestwebsoft' ); ?>"></button>
697
- <input type="hidden" name="bws_hide_settings_notice_<?php echo $plugin_options_name; ?>" value="hide" />
698
- <?php wp_nonce_field( $plugin_info['Name'], 'bws_settings_nonce_name' ); ?>
699
- </form>
700
- </div>
701
- </div>
702
- <?php }
703
  }
704
 
705
  if ( ! function_exists( 'bws_plugin_suggest_feature_banner' ) ) {
706
  function bws_plugin_suggest_feature_banner( $plugin_info, $plugin_options_name, $banner_url_or_slug ) {
707
  global $wp_version;
708
 
709
- $plugin_options = get_option( $plugin_options_name );
 
 
710
 
711
  if ( isset( $plugin_options['display_suggest_feature_banner'] ) && 0 == $plugin_options['display_suggest_feature_banner'] )
712
  return;
713
 
714
  if ( ! isset( $plugin_options['first_install'] ) ) {
715
  $plugin_options['first_install'] = strtotime( "now" );
716
- update_option( $plugin_options_name, $plugin_options );
717
- $return = true;
718
  } elseif ( strtotime( '-2 week' ) < $plugin_options['first_install'] ) {
719
  $return = true;
720
  }
721
 
722
  if ( ! isset( $plugin_options['go_settings_counter'] ) ) {
723
  $plugin_options['go_settings_counter'] = 1;
724
- update_option( $plugin_options_name, $plugin_options );
725
- $return = true;
726
  } elseif ( 20 > $plugin_options['go_settings_counter'] ) {
727
  $plugin_options['go_settings_counter'] = $plugin_options['go_settings_counter'] + 1;
728
- update_option( $plugin_options_name, $plugin_options );
729
- $return = true;
 
 
 
 
 
 
730
  }
731
 
732
  if ( isset( $return ) )
@@ -734,7 +804,10 @@ if ( ! function_exists( 'bws_plugin_suggest_feature_banner' ) ) {
734
 
735
  if ( isset( $_POST['bws_hide_suggest_feature_banner_' . $plugin_options_name ] ) && check_admin_referer( $plugin_info['Name'], 'bws_settings_nonce_name' ) ) {
736
  $plugin_options['display_suggest_feature_banner'] = 0;
737
- update_option( $plugin_options_name, $plugin_options );
 
 
 
738
  return;
739
  }
740
 
@@ -796,8 +869,38 @@ if ( ! function_exists( 'bws_hide_premium_options_check' ) ) {
796
 
797
  if ( ! function_exists ( 'bws_plugins_admin_init' ) ) {
798
  function bws_plugins_admin_init() {
799
- /* Internationalization, first(!) */
800
- load_plugin_textdomain( 'bestwebsoft', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
801
 
802
  bws_add_editor_buttons();
803
  }
@@ -809,10 +912,12 @@ if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
809
  wp_enqueue_style( 'bws-admin-css', plugins_url( 'css/general_style.css', __FILE__ ) );
810
  wp_enqueue_script( 'bws-admin-scripts', plugins_url( 'js/general_script.js', __FILE__ ), array( 'jquery' ) );
811
 
812
- if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) {
813
  wp_enqueue_style( 'bws_menu_style', plugins_url( 'css/style.css', __FILE__ ) );
814
  wp_enqueue_script( 'bws_menu_script', plugins_url( 'js/bws_menu.js' , __FILE__ ) );
815
  wp_enqueue_script( 'theme-install' );
 
 
816
  }
817
  }
818
  }
@@ -1131,7 +1236,9 @@ if ( ! function_exists( 'bws_shortcode_media_button_popup' ) ) {
1131
  /* add help tab */
1132
  if ( ! function_exists( 'bws_help_tab' ) ) {
1133
  function bws_help_tab( $screen, $args ) {
1134
- $content = '<p><a href="http://support.bestwebsoft.com/hc/en-us/sections/' . $args['section'] . '" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' ) . '</a></p>';
 
 
1135
 
1136
  $screen->add_help_tab(
1137
  array(
@@ -1161,99 +1268,158 @@ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
1161
  global $bstwbsftwppdtplgns_options;
1162
 
1163
  $message = $content = '';
1164
- $is_active = false;
1165
 
1166
  $upload_dir = wp_upload_dir();
1167
  $folder = $upload_dir['basedir'] . '/bws-custom-code';
1168
  if ( ! $upload_dir["error"] ) {
1169
  if ( ! is_dir( $folder ) )
1170
  wp_mkdir_p( $folder, 0755 );
 
 
 
 
 
 
1171
  }
1172
 
1173
- $file = 'bws-custom-code.css';
1174
- $real_file = $folder . '/' . $file;
 
 
 
 
1175
  $is_multisite = is_multisite();
1176
  if ( $is_multisite )
1177
  $blog_id = get_current_blog_id();
1178
 
1179
- if ( isset( $_REQUEST['bws_update_custom_code'] ) && check_admin_referer( 'bws_update_' . $file ) ) {
1180
 
1181
- $newcontent = wp_unslash( $_POST['bws_newcontent_css'] );
1182
-
1183
-
1184
- if ( ! empty( $newcontent ) && isset( $_REQUEST['bws_custom_css_active'] ) ) {
1185
  if ( $is_multisite )
1186
- $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $file ] = $upload_dir['baseurl'] . '/bws-custom-code/' . $file;
1187
  else
1188
- $bstwbsftwppdtplgns_options['custom_code'][ $file ] = $upload_dir['baseurl'] . '/bws-custom-code/' . $file;
1189
  } else {
1190
  if ( $is_multisite ) {
1191
- if ( isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $file ] ) )
1192
- unset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $file ] );
1193
  } else {
1194
- if ( isset( $bstwbsftwppdtplgns_options['custom_code'][ $file ] ) )
1195
- unset( $bstwbsftwppdtplgns_options['custom_code'][ $file ] );
1196
  }
1197
  }
1198
-
1199
- if ( $f = fopen( $real_file, 'w+' ) ) {
1200
- fwrite( $f, $newcontent );
1201
  fclose( $f );
1202
- $message = __( 'File edited successfully.', 'bestwebsoft' );
1203
  } else {
1204
- $error = __( 'Not enough permissions to create or update the file', 'bestwebsoft' ) . ' ' . $real_file . '. <a href="https://codex.wordpress.org/Changing_File_Permissions">' . __( 'Learn more', 'bestwebsoft' ) . '</a>';
1205
  }
1206
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1207
  if ( $is_multisite )
1208
  update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
1209
  else
1210
  update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
1211
  }
1212
 
1213
- if ( file_exists( $real_file ) ) {
1214
- update_recently_edited( $real_file );
1215
- $content = file_get_contents( $real_file );
1216
- $content = esc_textarea( $content );
1217
- if ( ( $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $file ] ) ) ||
1218
- ( ! $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $file ] ) ) ) {
1219
- $is_active = true;
1220
  }
1221
  }
 
 
 
 
 
 
 
 
 
 
1222
 
1223
  if ( ! empty( $message ) ) { ?>
1224
  <div id="message" class="below-h2 updated notice is-dismissible"><p><?php echo $message; ?></p></div>
1225
- <?php } ?>
1226
- <p><?php _e( 'These styles will be added to the header on all pages of your site.', 'bestwebsoft' ); ?></p>
1227
- <p><big>
1228
- <?php if ( ! file_exists( $real_file ) || ( is_writeable( $real_file ) ) ) {
1229
- echo __( 'Editing', 'bestwebsoft' ) . ' <strong>' . $file . '</strong>';
1230
- } else {
1231
- echo __( 'Browsing', 'bestwebsoft' ) . ' <strong>' . $file . '</strong>';
1232
- } ?>
1233
- </big></p>
1234
  <form action="" method="post">
1235
- <?php wp_nonce_field( 'bws_update_' . $file ); ?>
1236
- <p><label><input type="checkbox" name="bws_custom_css_active" value="1" <?php if ( $is_active ) echo "checked"; ?> /> <?php _e( 'Activate', 'bestwebsoft' ); ?></label></p>
1237
- <textarea cols="70" rows="25" name="bws_newcontent_css" id="bws_newcontent_css"><?php echo $content; ?></textarea>
1238
- <p class="description">
1239
- <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started" target="_blank"><?php _e( 'Learn more about CSS', 'bestwebsoft' ); ?></a>
1240
- </p>
1241
- <?php if ( ! file_exists( $real_file ) || is_writeable( $real_file ) ) { ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1242
  <p class="submit">
1243
  <input type="hidden" name="bws_update_custom_code" value="submit" />
1244
- <?php submit_button( __( 'Save Changes', 'bestwebsoft' ), 'primary', 'submit', false ); ?>
 
1245
  </p>
1246
  <?php } else { ?>
1247
- <p><em><?php printf( __( 'You need to make this file writable before you can save your changes. See %s the Codex %s for more information.', 'bestwebsoft' ),
1248
- '<a href="https://codex.wordpress.org/Changing_File_Permissions">',
1249
  '</a>' ); ?></em></p>
1250
- <?php } ?>
1251
  </form>
1252
  <?php }
1253
  }
1254
 
1255
- if ( ! function_exists( 'bws_enqueue_custom_code' ) ) {
1256
- function bws_enqueue_custom_code() {
1257
  global $bstwbsftwppdtplgns_options;
1258
 
1259
  if ( ! isset( $bstwbsftwppdtplgns_options ) )
@@ -1272,6 +1438,50 @@ if ( ! function_exists( 'bws_enqueue_custom_code' ) ) {
1272
  }
1273
  }
1274
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1275
  if ( ! function_exists( 'bws_delete_plugin' ) ) {
1276
  function bws_delete_plugin( $basename ) {
1277
  global $bstwbsftwppdtplgns_options;
@@ -1326,6 +1536,8 @@ add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
1326
  add_action( 'admin_head', 'bws_plugins_admin_head' );
1327
  add_action( 'admin_footer','bws_shortcode_media_button_popup' );
1328
 
1329
- add_action( 'admin_notices', 'bws_versions_notice' );
 
 
1330
 
1331
- add_action( 'wp_enqueue_scripts', 'bws_enqueue_custom_code', 20 );
3
  * General functions for BestWebSoft plugins
4
  */
5
 
6
+ /* Internationalization, first(!) */
7
+ load_plugin_textdomain( 'bestwebsoft', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
8
+
9
  /**
10
  * Function add BWS Plugins page - for old plugin version
11
  * @deprecated 1.7.9
27
  if ( ! $bws_general_menu_exist ) {
28
  /* we check also menu exist in global array as in old plugins $bws_general_menu_exist variable not exist */
29
  foreach ( $menu as $value_menu ) {
30
+ if ( 'bws_panel' == $value_menu[2] ) {
31
  $bws_general_menu_exist = true;
32
  return;
33
  }
34
  }
35
 
36
+ add_menu_page( 'BWS Panel', 'BWS Panel', 'manage_options', 'bws_panel', 'bws_add_menu_render', plugins_url( 'images/bestwebsoft-logo-white.svg', __FILE__ ), '2.1' );
37
+
38
+ add_submenu_page( 'bws_panel', __( 'Plugins', 'bestwebsoft' ), __( 'Plugins', 'bestwebsoft' ), 'manage_options', 'bws_panel', 'bws_add_menu_render' );
39
+ add_submenu_page( 'bws_panel', __( 'Themes', 'bestwebsoft' ), __( 'Themes', 'bestwebsoft' ), 'manage_options', 'bws_themes', 'bws_add_menu_render' );
40
+ add_submenu_page( 'bws_panel', __( 'System Status', 'bestwebsoft' ), __( 'System Status', 'bestwebsoft' ), 'manage_options', 'bws_system_status', 'bws_add_menu_render' );
41
+
42
  $bws_general_menu_exist = true;
43
  }
44
  }
87
  }
88
  }
89
 
90
+ if ( ! function_exists( 'bws_admin_notices' ) ) {
91
+ function bws_admin_notices() {
92
+ global $bws_versions_notice_array, $bws_plugin_banner_to_settings;
93
+
94
+ /* versions notice */
95
  if ( ! empty( $bws_versions_notice_array ) ) {
96
  foreach ( $bws_versions_notice_array as $key => $value ) { ?>
97
  <div class="update-nag"><?php
105
  ?></div>
106
  <?php }
107
  }
108
+
109
+ /* banner_to_settings notice */
110
+ if ( ! empty( $bws_plugin_banner_to_settings ) ) {
111
+ if ( 1 == count( $bws_plugin_banner_to_settings ) ) { ?>
112
+ <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
113
+ <div class="bws_banner_on_plugin_page bws_banner_to_settings">
114
+ <div class="icon">
115
+ <img title="" src="<?php echo esc_attr( $bws_plugin_banner_to_settings[0]['banner_url'] ); ?>" alt="" />
116
+ </div>
117
+ <div class="text">
118
+ <strong><?php _e( 'Thank you for installing', 'bestwebsoft' ); ?> <?php echo $bws_plugin_banner_to_settings[0]['plugin_info']['Name']; ?> plugin!</strong><br />
119
+ <?php _e( "Let's get started", 'bestwebsoft' ); ?>:
120
+ <a href="<?php echo $bws_plugin_banner_to_settings[0]['settings_url']; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
121
+ <?php if ( false != $bws_plugin_banner_to_settings[0]['post_type_url'] ) { ?>
122
+ <?php _e( 'or', 'bestwebsoft' ); ?>
123
+ <a href="<?php echo $bws_plugin_banner_to_settings[0]['post_type_url']; ?>"><?php _e( 'Add New', 'bestwebsoft' ); ?></a>
124
+ <?php } ?>
125
+ </div>
126
+ <form action="" method="post">
127
+ <button class="notice-dismiss bws_hide_settings_notice" title="<?php _e( 'Close notice', 'bestwebsoft' ); ?>"></button>
128
+ <input type="hidden" name="bws_hide_settings_notice_<?php echo $bws_plugin_banner_to_settings[0]['plugin_options_name']; ?>" value="hide" />
129
+ <?php wp_nonce_field( plugin_basename( __FILE__ ), 'bws_settings_nonce_name' ); ?>
130
+ </form>
131
+ </div>
132
+ </div>
133
+ <?php } else { ?>
134
+ <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
135
+ <div class="bws_banner_on_plugin_page bws_banner_to_settings_joint">
136
+ <form action="" method="post">
137
+ <button class="notice-dismiss bws_hide_settings_notice" title="<?php _e( 'Close notice', 'bestwebsoft' ); ?>"></button>
138
+ <div class="bws-text">
139
+ <div class="icon">
140
+ <span class="dashicons dashicons-admin-plugins"></span>
141
+ </div>
142
+ <strong><?php _e( 'Thank you for installing plugins by BestWebSoft!', 'bestwebsoft' ); ?></strong>
143
+ <div class="hide-if-no-js bws-more-links">
144
+ <a href="#" class="bws-more"><?php _e( 'More Details', 'bestwebsoft' ); ?></a>
145
+ <a href="#" class="bws-less hidden"><?php _e( 'Less Details', 'bestwebsoft' ); ?></a>
146
+ </div>
147
+ <?php wp_nonce_field( plugin_basename( __FILE__ ), 'bws_settings_nonce_name' ); ?>
148
+ <div class="clear"></div>
149
+ </div>
150
+ <div class="bws-details hide-if-js">
151
+ <?php foreach ( $bws_plugin_banner_to_settings as $value ) { ?>
152
+ <div>
153
+ <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>
154
+ <?php if ( false != $value['post_type_url'] ) { ?>
155
+ &ensp;|&ensp;<a target="_blank" href="<?php echo $value['post_type_url']; ?>"><?php _e( 'Add New', 'bestwebsoft' ); ?></a>
156
+ <?php } ?>
157
+ <input type="hidden" name="bws_hide_settings_notice_<?php echo $value['plugin_options_name']; ?>" value="hide" />
158
+ </div>
159
+ <?php } ?>
160
+ </div>
161
+ </div>
162
+ </form>
163
+ </div>
164
+ <?php }
165
+ }
166
  }
167
  }
168
 
243
  <?php _e( 'If there is something wrong about it, please contact us', 'bestwebsoft' ); ?>:
244
  <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a>
245
  </div>
246
+ <div class="bws-plugin-reviews-donate">
247
+ <?php _e( 'Donations play an important role in supporting great projects', 'bestwebsoft' ); ?>:
248
+ <a href="https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13">Donate</a>
249
+ </div>
250
  </div>
251
  <?php }
252
  }
449
  window.location.href = 'admin.php?page=<?php echo $pro_page; ?>';
450
  }, 5000 );
451
  </script>
452
+ <p><?php _e( "Congratulations! Pro version of the plugin is successfully installed and activated.", 'bestwebsoft' ); ?></p>
453
  <p>
454
  <?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="admin.php?page=<?php echo $pro_page; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
455
  (<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
466
  <?php } ?>
467
  <form method="post" action="">
468
  <p>
469
+ <?php _e( 'Enter your license key to install and activate', 'bestwebsoft' ); ?>
470
  <a href="http://bestwebsoft.com/products/<?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>
471
+ <?php _e( 'version of the plugin.', 'bestwebsoft' ); ?><br />
472
  <span class="bws_info">
473
+ <?php _e( 'License key can be found in the', 'bestwebsoft' ); ?>
474
+ <a href="http://bestwebsoft.com/wp-login.php">Client Area</a>
475
+ <?php _e( '(your username is the email address specified during the purchase).', 'bestwebsoft' ); ?>
476
  </span>
477
  </p>
478
  <?php if ( $trial_days_number !== false )
511
  <?php echo sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="http://bestwebsoft.com/products/' . $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>' ) . ' ';
512
  _e( 'After that you can activate it by entering your license key.', 'bestwebsoft' ); ?><br />
513
  <span class="bws_info">
514
+ <?php _e( 'License key can be found in the', 'bestwebsoft' ); ?>
515
+ <a href="http://bestwebsoft.com/wp-login.php">Client Area</a>
516
+ <?php _e( '(your username is the email address specified during the purchase).', 'bestwebsoft' ); ?>
517
  </span>
518
  </p>
519
  <?php if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $plugin_basename ]['count'] ) &&
644
  $license_key = ( isset( $bstwbsftwppdtplgns_options[ $plugin_basename ] ) ) ? $bstwbsftwppdtplgns_options[ $plugin_basename ] : ''; ?>
645
  <div class="clear"></div>
646
  <form method="post" action="">
647
+ <p><?php echo _e( 'If needed you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client area - on our website', 'bestwebsoft' ) . ' <a href="http://bestwebsoft.com/wp-login.php">http://bestwebsoft.com/wp-login.php</a> ' . __( '(your username is the email address specified during the purchase). If necessary, please submit "Lost your password?" request.', 'bestwebsoft' ); ?></p>
648
  <p>
649
  <input type="text" maxlength="100" name="bws_license_key" value="<?php echo $license_key; ?>" />
650
  <input type="hidden" name="bws_license_submit" value="submit" />
651
+ <input type="submit" class="button" value="<?php _e( 'Check license key', 'bestwebsoft' ) ?>" />
652
  <?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
653
  </p>
654
  </form>
733
  }
734
 
735
  if ( ! function_exists( 'bws_plugin_banner_to_settings' ) ) {
736
+ function bws_plugin_banner_to_settings( $plugin_info, $plugin_options_name, $banner_url_or_slug, $settings_url, $post_type_url = false ) {
737
+ global $wp_version, $bws_plugin_banner_to_settings;
738
 
739
+ $is_network_admin = is_network_admin();
740
+
741
+ $plugin_options = $is_network_admin ? get_site_option( $plugin_options_name ) : get_option( $plugin_options_name );
742
 
743
  if ( isset( $plugin_options['display_settings_notice'] ) && 0 == $plugin_options['display_settings_notice'] )
744
  return;
745
 
746
+ if ( isset( $_POST['bws_hide_settings_notice_' . $plugin_options_name ] ) && check_admin_referer( plugin_basename( __FILE__ ), 'bws_settings_nonce_name' ) ) {
747
  $plugin_options['display_settings_notice'] = 0;
748
+ if ( $is_network_admin )
749
+ update_site_option( $plugin_options_name, $plugin_options );
750
+ else
751
+ update_option( $plugin_options_name, $plugin_options );
752
  return;
753
  }
754
 
755
  if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
756
  $banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
757
+ }
758
+
759
+ $bws_plugin_banner_to_settings[] = array(
760
+ 'plugin_info' => $plugin_info,
761
+ 'plugin_options_name' => $plugin_options_name,
762
+ 'banner_url' => $banner_url_or_slug,
763
+ 'settings_url' => $settings_url,
764
+ 'post_type_url' => $post_type_url
765
+ );
766
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
767
  }
768
 
769
  if ( ! function_exists( 'bws_plugin_suggest_feature_banner' ) ) {
770
  function bws_plugin_suggest_feature_banner( $plugin_info, $plugin_options_name, $banner_url_or_slug ) {
771
  global $wp_version;
772
 
773
+ $is_network_admin = is_network_admin();
774
+
775
+ $plugin_options = $is_network_admin ? get_site_option( $plugin_options_name ) : get_option( $plugin_options_name );
776
 
777
  if ( isset( $plugin_options['display_suggest_feature_banner'] ) && 0 == $plugin_options['display_suggest_feature_banner'] )
778
  return;
779
 
780
  if ( ! isset( $plugin_options['first_install'] ) ) {
781
  $plugin_options['first_install'] = strtotime( "now" );
782
+ $update_option = $return = true;
 
783
  } elseif ( strtotime( '-2 week' ) < $plugin_options['first_install'] ) {
784
  $return = true;
785
  }
786
 
787
  if ( ! isset( $plugin_options['go_settings_counter'] ) ) {
788
  $plugin_options['go_settings_counter'] = 1;
789
+ $update_option = $return = true;
 
790
  } elseif ( 20 > $plugin_options['go_settings_counter'] ) {
791
  $plugin_options['go_settings_counter'] = $plugin_options['go_settings_counter'] + 1;
792
+ $update_option = $return = true;
793
+ }
794
+
795
+ if ( isset( $update_option ) ) {
796
+ if ( $is_network_admin )
797
+ update_site_option( $plugin_options_name, $plugin_options );
798
+ else
799
+ update_option( $plugin_options_name, $plugin_options );
800
  }
801
 
802
  if ( isset( $return ) )
804
 
805
  if ( isset( $_POST['bws_hide_suggest_feature_banner_' . $plugin_options_name ] ) && check_admin_referer( $plugin_info['Name'], 'bws_settings_nonce_name' ) ) {
806
  $plugin_options['display_suggest_feature_banner'] = 0;
807
+ if ( $is_network_admin )
808
+ update_site_option( $plugin_options_name, $plugin_options );
809
+ else
810
+ update_option( $plugin_options_name, $plugin_options );
811
  return;
812
  }
813
 
869
 
870
  if ( ! function_exists ( 'bws_plugins_admin_init' ) ) {
871
  function bws_plugins_admin_init() {
872
+
873
+ if ( isset( $_GET['bws_activate_plugin'] ) && check_admin_referer( 'bws_activate_plugin' . $_GET['bws_activate_plugin'] ) ) {
874
+
875
+ $plugin = isset( $_GET['bws_activate_plugin'] ) ? $_GET['bws_activate_plugin'] : '';
876
+ $result = activate_plugin( $plugin, '', is_network_admin() );
877
+ if ( is_wp_error( $result ) ) {
878
+ if ( 'unexpected_output' == $result->get_error_code() ) {
879
+ $redirect = self_admin_url( 'admin.php?page=bws_plugins&error=true&charsout=' . strlen( $result->get_error_data() ) . '&plugin=' . $plugin );
880
+ wp_redirect( add_query_arg( '_error_nonce', wp_create_nonce( 'plugin-activation-error_' . $plugin ), $redirect ) );
881
+ exit();
882
+ } else {
883
+ wp_die( $result );
884
+ }
885
+ }
886
+
887
+ if ( ! is_network_admin() ) {
888
+ $recent = (array) get_option( 'recently_activated' );
889
+ unset( $recent[ $plugin ] );
890
+ update_option( 'recently_activated', $recent );
891
+ } else {
892
+ $recent = (array) get_site_option( 'recently_activated' );
893
+ unset( $recent[ $plugin ] );
894
+ update_site_option( 'recently_activated', $recent );
895
+ }
896
+ wp_redirect( self_admin_url( 'admin.php?page=bws_plugins&activate=true' ) );
897
+ exit();
898
+ }
899
+
900
+ if ( isset( $_GET['page'] ) && $_GET['page'] == 'bws_plugins' ) {
901
+ if ( ! session_id() )
902
+ @session_start();
903
+ }
904
 
905
  bws_add_editor_buttons();
906
  }
912
  wp_enqueue_style( 'bws-admin-css', plugins_url( 'css/general_style.css', __FILE__ ) );
913
  wp_enqueue_script( 'bws-admin-scripts', plugins_url( 'js/general_script.js', __FILE__ ), array( 'jquery' ) );
914
 
915
+ if ( isset( $_GET['page'] ) && in_array( $_GET['page'], array( 'bws_panel', 'bws_plugins', 'bws_themes', 'bws_system_status' ) ) ) {
916
  wp_enqueue_style( 'bws_menu_style', plugins_url( 'css/style.css', __FILE__ ) );
917
  wp_enqueue_script( 'bws_menu_script', plugins_url( 'js/bws_menu.js' , __FILE__ ) );
918
  wp_enqueue_script( 'theme-install' );
919
+ add_thickbox();
920
+ wp_enqueue_script( 'plugin-install' );
921
  }
922
  }
923
  }
1236
  /* add help tab */
1237
  if ( ! function_exists( 'bws_help_tab' ) ) {
1238
  function bws_help_tab( $screen, $args ) {
1239
+ $url = ( ! empty( $args['section'] ) ) ? 'http://support.bestwebsoft.com/hc/en-us/sections/' . $args['section'] : 'http://support.bestwebsoft.com/';
1240
+
1241
+ $content = '<p><a href="' . $url . '" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' ) . '</a></p>';
1242
 
1243
  $screen->add_help_tab(
1244
  array(
1268
  global $bstwbsftwppdtplgns_options;
1269
 
1270
  $message = $content = '';
1271
+ $is_css_active = $is_php_active = false;
1272
 
1273
  $upload_dir = wp_upload_dir();
1274
  $folder = $upload_dir['basedir'] . '/bws-custom-code';
1275
  if ( ! $upload_dir["error"] ) {
1276
  if ( ! is_dir( $folder ) )
1277
  wp_mkdir_p( $folder, 0755 );
1278
+
1279
+ $index_file = $upload_dir['basedir'] . '/bws-custom-code/index.php';
1280
+ if ( ! file_exists( $index_file ) ) {
1281
+ if ( $f = fopen( $index_file, 'w+' ) )
1282
+ fclose( $f );
1283
+ }
1284
  }
1285
 
1286
+ $css_file = 'bws-custom-code.css';
1287
+ $real_css_file = $folder . '/' . $css_file;
1288
+
1289
+ $php_file = 'bws-custom-code.php';
1290
+ $real_php_file = $folder . '/' . $php_file;
1291
+
1292
  $is_multisite = is_multisite();
1293
  if ( $is_multisite )
1294
  $blog_id = get_current_blog_id();
1295
 
1296
+ if ( isset( $_REQUEST['bws_update_custom_code'] ) && check_admin_referer( 'bws_update_' . $css_file ) ) {
1297
 
1298
+ /* CSS */
1299
+ $newcontent_css = wp_unslash( $_POST['bws_newcontent_css'] );
1300
+ if ( ! empty( $newcontent_css ) && isset( $_REQUEST['bws_custom_css_active'] ) ) {
 
1301
  if ( $is_multisite )
1302
+ $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $css_file ] = $upload_dir['baseurl'] . '/bws-custom-code/' . $css_file;
1303
  else
1304
+ $bstwbsftwppdtplgns_options['custom_code'][ $css_file ] = $upload_dir['baseurl'] . '/bws-custom-code/' . $css_file;
1305
  } else {
1306
  if ( $is_multisite ) {
1307
+ if ( isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $css_file ] ) )
1308
+ unset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $css_file ] );
1309
  } else {
1310
+ if ( isset( $bstwbsftwppdtplgns_options['custom_code'][ $css_file ] ) )
1311
+ unset( $bstwbsftwppdtplgns_options['custom_code'][ $css_file ] );
1312
  }
1313
  }
1314
+ if ( $f = fopen( $real_css_file, 'w+' ) ) {
1315
+ fwrite( $f, $newcontent_css );
 
1316
  fclose( $f );
1317
+ $message .= sprintf( __( 'File %s edited successfully.', 'bestwebsoft' ), '<i>' . $css_file . '</i>' ) . ' ';
1318
  } else {
1319
+ $error .= __( 'Not enough permissions to create or update the file', 'bestwebsoft' ) . ' ' . $real_css_file . '. ';
1320
  }
1321
 
1322
+ /* PHP */
1323
+ $newcontent_php = wp_unslash( trim( $_POST['bws_newcontent_php'] ) );
1324
+ if ( file_exists( $index_file ) ) {
1325
+ if ( ! empty( $newcontent_php ) && isset( $_REQUEST['bws_custom_php_active'] ) ) {
1326
+ if ( $is_multisite )
1327
+ $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $php_file ] = $real_php_file;
1328
+ else
1329
+ $bstwbsftwppdtplgns_options['custom_code'][ $php_file ] = $real_php_file;
1330
+ } else {
1331
+ if ( $is_multisite ) {
1332
+ if ( isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $php_file ] ) )
1333
+ unset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $php_file ] );
1334
+ } else {
1335
+ if ( isset( $bstwbsftwppdtplgns_options['custom_code'][ $php_file ] ) )
1336
+ unset( $bstwbsftwppdtplgns_options['custom_code'][ $php_file ] );
1337
+ }
1338
+ }
1339
+
1340
+ if ( $f = fopen( $real_php_file, 'w+' ) ) {
1341
+ $newcontent_php = $newcontent_php;
1342
+ fwrite( $f, $newcontent_php );
1343
+ fclose( $f );
1344
+ $message .= sprintf( __( 'File %s edited successfully.', 'bestwebsoft' ), '<i>' . $php_file . '</i>' );
1345
+ } else {
1346
+ $error .= __( 'Not enough permissions to create or update the file', 'bestwebsoft' ) . ' ' . $real_php_file . '. ';
1347
+ }
1348
+ } else {
1349
+ $error .= __( 'Not enough permissions to create the file', 'bestwebsoft' ) . ' ' . $index_file . '. ';
1350
+ }
1351
+
1352
+ if ( ! empty( $error ) )
1353
+ $error .= ' <a href="https://codex.wordpress.org/Changing_File_Permissions" target="_blank">' . __( 'Learn more', 'bestwebsoft' ) . '</a>';
1354
+
1355
  if ( $is_multisite )
1356
  update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
1357
  else
1358
  update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
1359
  }
1360
 
1361
+ if ( file_exists( $real_css_file ) ) {
1362
+ update_recently_edited( $real_css_file );
1363
+ $content_css = esc_textarea( file_get_contents( $real_css_file ) );
1364
+ if ( ( $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $css_file ] ) ) ||
1365
+ ( ! $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $css_file ] ) ) ) {
1366
+ $is_css_active = true;
 
1367
  }
1368
  }
1369
+ if ( file_exists( $real_php_file ) ) {
1370
+ update_recently_edited( $real_php_file );
1371
+ $content_php = esc_textarea( file_get_contents( $real_php_file ) );
1372
+ if ( ( $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $php_file ] ) ) ||
1373
+ ( ! $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $php_file ] ) ) ) {
1374
+ $is_php_active = true;
1375
+ }
1376
+ } else {
1377
+ $content_php = "<?php" . "\n" . "if ( ! defined( 'ABSPATH' ) ) exit;" . "\n" . "if ( ! defined( 'BWS_GLOBAL' ) ) exit;" . "\n\n" . "/* Start your code here */" . "\n";
1378
+ }
1379
 
1380
  if ( ! empty( $message ) ) { ?>
1381
  <div id="message" class="below-h2 updated notice is-dismissible"><p><?php echo $message; ?></p></div>
1382
+ <?php } ?>
 
 
 
 
 
 
 
 
1383
  <form action="" method="post">
1384
+ <?php foreach ( array( 'css', 'php' ) as $extension ) { ?>
1385
+ <p>
1386
+ <?php if ( 'css' == $extension )
1387
+ _e( 'These styles will be added to the header on all pages of your site.', 'bestwebsoft' );
1388
+ else
1389
+ printf( __( 'These 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>' ); ?>
1390
+ </p>
1391
+ <p><big>
1392
+ <?php if ( ! file_exists( ${"real_{$extension}_file"} ) || ( is_writeable( ${"real_{$extension}_file"} ) ) ) {
1393
+ echo __( 'Editing', 'bestwebsoft' ) . ' <strong>' . ${"{$extension}_file"} . '</strong>';
1394
+ } else {
1395
+ echo __( 'Browsing', 'bestwebsoft' ) . ' <strong>' . ${"{$extension}_file"} . '</strong>';
1396
+ } ?>
1397
+ </big></p>
1398
+ <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>
1399
+ <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>
1400
+ <p class="description">
1401
+ <a href="<?php echo ( 'css' == $extension ) ? 'https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started' : 'http://php.net/' ?>" target="_blank">
1402
+ <?php printf( __( 'Learn more about %s', 'bestwebsoft' ), strtoupper( $extension ) ); ?>
1403
+ </a>
1404
+ </p>
1405
+ <?php }
1406
+ if ( ( ! file_exists( $real_css_file ) || is_writeable( $real_css_file ) ) && ( ! file_exists( $real_php_file ) || is_writeable( $real_php_file ) ) ) { ?>
1407
  <p class="submit">
1408
  <input type="hidden" name="bws_update_custom_code" value="submit" />
1409
+ <?php submit_button( __( 'Save Changes', 'bestwebsoft' ), 'primary', 'submit', false );
1410
+ wp_nonce_field( 'bws_update_' . $css_file ); ?>
1411
  </p>
1412
  <?php } else { ?>
1413
+ <p><em><?php printf( __( 'You need to make this files writable before you can save your changes. See %s the Codex %s for more information.', 'bestwebsoft' ),
1414
+ '<a href="https://codex.wordpress.org/Changing_File_Permissions" target="_blank">',
1415
  '</a>' ); ?></em></p>
1416
+ <?php } ?>
1417
  </form>
1418
  <?php }
1419
  }
1420
 
1421
+ if ( ! function_exists( 'bws_enqueue_custom_code_css' ) ) {
1422
+ function bws_enqueue_custom_code_css() {
1423
  global $bstwbsftwppdtplgns_options;
1424
 
1425
  if ( ! isset( $bstwbsftwppdtplgns_options ) )
1438
  }
1439
  }
1440
 
1441
+ if ( ! function_exists( 'bws_enqueue_custom_code_php' ) ) {
1442
+ function bws_enqueue_custom_code_php() {
1443
+ if ( is_admin() )
1444
+ return;
1445
+
1446
+ global $bstwbsftwppdtplgns_options;
1447
+
1448
+ if ( ! isset( $bstwbsftwppdtplgns_options ) )
1449
+ $bstwbsftwppdtplgns_options = ( function_exists( 'is_multisite' ) && is_multisite() ) ? get_site_option( 'bstwbsftwppdtplgns_options' ) : get_option( 'bstwbsftwppdtplgns_options' );
1450
+
1451
+ if ( ! empty( $bstwbsftwppdtplgns_options['custom_code'] ) ) {
1452
+
1453
+ $is_multisite = is_multisite();
1454
+ if ( $is_multisite )
1455
+ $blog_id = get_current_blog_id();
1456
+
1457
+ if ( ! $is_multisite && ! empty( $bstwbsftwppdtplgns_options['custom_code']['bws-custom-code.php'] ) ) {
1458
+
1459
+ if ( file_exists( $bstwbsftwppdtplgns_options['custom_code']['bws-custom-code.php'] ) ) {
1460
+ define( 'BWS_GLOBAL', true );
1461
+ require_once( $bstwbsftwppdtplgns_options['custom_code']['bws-custom-code.php'] );
1462
+ } else {
1463
+ unset( $bstwbsftwppdtplgns_options['custom_code']['bws-custom-code.php'] );
1464
+ if ( $is_multisite )
1465
+ update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
1466
+ else
1467
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
1468
+ }
1469
+ } elseif ( $is_multisite && ! empty( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ]['bws-custom-code.php'] ) ) {
1470
+ if ( file_exists( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ]['bws-custom-code.php'] ) ) {
1471
+ define( 'BWS_GLOBAL', true );
1472
+ require_once( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ]['bws-custom-code.php'] );
1473
+ } else {
1474
+ unset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ]['bws-custom-code.php'] );
1475
+ if ( $is_multisite )
1476
+ update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
1477
+ else
1478
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
1479
+ }
1480
+ }
1481
+ }
1482
+ }
1483
+ }
1484
+
1485
  if ( ! function_exists( 'bws_delete_plugin' ) ) {
1486
  function bws_delete_plugin( $basename ) {
1487
  global $bstwbsftwppdtplgns_options;
1536
  add_action( 'admin_head', 'bws_plugins_admin_head' );
1537
  add_action( 'admin_footer','bws_shortcode_media_button_popup' );
1538
 
1539
+ add_action( 'admin_notices', 'bws_admin_notices', 30 );
1540
+
1541
+ add_action( 'wp_enqueue_scripts', 'bws_enqueue_custom_code_css', 20 );
1542
 
1543
+ bws_enqueue_custom_code_php();
bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 1.8.5
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
@@ -9,505 +9,149 @@ if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
9
 
10
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
11
  function bws_add_menu_render() {
12
- global $wpdb, $wp_version, $bws_plugin_info;
13
- $error = $message = $bwsmn_form_email = '';
14
- $bws_donate_link = 'http://bestwebsoft.com/donate/';
15
-
16
- if ( ! function_exists( 'is_plugin_active_for_network' ) )
17
- require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
18
-
19
- if ( function_exists( 'is_multisite' ) )
20
- $admin_url = ( ! is_multisite() ) ? admin_url( '/' ) : network_admin_url( '/' );
21
- else
22
- $admin_url = admin_url( '/' );
23
-
24
- $bws_plugins = array(
25
- 'captcha/captcha.php' => array(
26
- 'name' => 'Captcha',
27
- 'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
28
- 'link' => 'http://bestwebsoft.com/products/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
29
- 'download' => 'http://bestwebsoft.com/products/captcha/download/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
30
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Captcha+bestwebsoft&plugin-search-input=Search+Plugins',
31
- 'settings' => 'admin.php?page=captcha.php',
32
- 'pro_version' => 'captcha-pro/captcha_pro.php',
33
- 'purchase' => 'http://bestwebsoft.com/products/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
34
- 'pro_settings' => 'admin.php?page=captcha_pro.php'
35
- ),
36
- 'contact-form-plugin/contact_form.php' => array(
37
- 'name' => 'Contact Form',
38
- 'description' => 'Add Contact Form to your WordPress website.',
39
- 'link' => 'http://bestwebsoft.com/products/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
40
- 'download' => 'http://bestwebsoft.com/products/contact-form/download/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
41
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Contact+Form+bestwebsoft&plugin-search-input=Search+Plugins',
42
- 'settings' => 'admin.php?page=contact_form.php',
43
- 'pro_version' => 'contact-form-pro/contact_form_pro.php',
44
- 'purchase' => 'http://bestwebsoft.com/products/contact-form/buy/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
45
- 'pro_settings' => 'admin.php?page=contact_form_pro.php'
46
- ),
47
- 'facebook-button-plugin/facebook-button-plugin.php' => array(
48
- 'name' => 'Facebook Like Button',
49
- 'description' => 'Allows you to add the Follow and Like buttons the easiest way.',
50
- 'link' => 'http://bestwebsoft.com/products/facebook-like-button/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
51
- 'download' => 'http://bestwebsoft.com/products/facebook-like-button/download/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
52
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Facebook+Like+Button+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
53
- 'settings' => 'admin.php?page=facebook-button-plugin.php',
54
- 'pro_version' => 'facebook-button-pro/facebook-button-pro.php',
55
- 'purchase' => 'http://bestwebsoft.com/products/facebook-like-button/buy/?k=8da168e60a831cfb3525417c333ad275&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
56
- 'pro_settings' => 'admin.php?page=facebook-button-pro.php'
57
- ),
58
- 'twitter-plugin/twitter.php' => array(
59
- 'name' => 'Twitter',
60
- 'description' => 'Allows you to add the Twitter "Follow" and "Like" buttons the easiest way.',
61
- 'link' => 'http://bestwebsoft.com/products/twitter/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
62
- 'download' => 'http://bestwebsoft.com/products/twitter/download/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
63
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Twitter+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
64
- 'settings' => 'admin.php?page=twitter.php',
65
- 'pro_version' => 'twitter-pro/twitter-pro.php',
66
- 'purchase' => 'http://bestwebsoft.com/products/twitter/buy/?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
67
- 'pro_settings' => 'admin.php?page=twitter-pro.php'
68
- ),
69
- 'portfolio/portfolio.php' => array(
70
- 'name' => 'Portfolio',
71
- 'description' => 'Allows you to create a page with the information about your past projects.',
72
- 'link' => 'http://bestwebsoft.com/products/portfolio/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
73
- 'download' => 'http://bestwebsoft.com/products/portfolio/download/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
74
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins',
75
- 'settings' => 'admin.php?page=portfolio.php',
76
- 'pro_version' => 'portfolio-pro/portfolio-pro.php',
77
- 'purchase' => 'http://bestwebsoft.com/products/portfolio/buy/?k=2cc716026197d36538a414b728e49fdd&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
78
- 'pro_settings' => 'admin.php?page=portfolio-pro.php'
79
- ),
80
- 'gallery-plugin/gallery-plugin.php' => array(
81
- 'name' => 'Gallery',
82
- 'description' => 'Allows you to implement a Gallery page into your website.',
83
- 'link' => 'http://bestwebsoft.com/products/gallery/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
84
- 'download' => 'http://bestwebsoft.com/products/gallery/download/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
85
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
86
- 'settings' => 'admin.php?page=gallery-plugin.php',
87
- 'pro_version' => 'gallery-plugin-pro/gallery-plugin-pro.php',
88
- 'purchase' => 'http://bestwebsoft.com/products/gallery/buy/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
89
- 'pro_settings' => 'admin.php?page=gallery-plugin-pro.php'
90
- ),
91
- 'adsense-plugin/adsense-plugin.php'=> array(
92
- 'name' => 'Google AdSense',
93
- 'description' => 'Allows Google AdSense implementation to your website.',
94
- 'link' => 'http://bestwebsoft.com/products/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
95
- 'download' => 'http://bestwebsoft.com/products/google-adsense/download/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
96
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
97
- 'settings' => 'admin.php?page=adsense-plugin.php',
98
- 'pro_version' => 'adsense-pro/adsense-pro.php',
99
- 'purchase' => 'http://bestwebsoft.com/products/google-adsense/buy/?k=c23889b293d62aa1ad2c96513405f0e1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
100
- 'pro_settings' => 'admin.php?page=adsense-pro.php'
101
- ),
102
- 'custom-search-plugin/custom-search-plugin.php'=> array(
103
- 'name' => 'Custom Search',
104
- 'description' => 'Allows to extend your website search functionality by adding a custom post type.',
105
- 'link' => 'http://bestwebsoft.com/products/custom-search/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
106
- 'download' => 'http://bestwebsoft.com/products/custom-search/download/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
107
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
108
- 'settings' => 'admin.php?page=custom_search.php',
109
- 'pro_version' => 'custom-search-pro/custom-search-pro.php',
110
- 'purchase' => 'http://bestwebsoft.com/products/custom-search/buy/?k=062b652ac6ac8ba863c9f30fc21d62c6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
111
- 'pro_settings' => 'admin.php?page=custom_search_pro.php'
112
- ),
113
- 'quotes-and-tips/quotes-and-tips.php'=> array(
114
- 'name' => 'Quotes and Tips',
115
- 'description' => 'Allows you to implement quotes & tips block into your web site.',
116
- 'link' => 'http://bestwebsoft.com/products/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
117
- 'download' => 'http://bestwebsoft.com/products/quotes-and-tips/download/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
118
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins',
119
- 'settings' => 'admin.php?page=quotes-and-tips.php'
120
- ),
121
- 'google-sitemap-plugin/google-sitemap-plugin.php'=> array(
122
- 'name' => 'Google Sitemap',
123
- 'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
124
- 'link' => 'http://bestwebsoft.com/products/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
125
- 'download' => 'http://bestwebsoft.com/products/google-sitemap/download/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
126
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
127
- 'settings' => 'admin.php?page=google-sitemap-plugin.php',
128
- 'pro_version' => 'google-sitemap-pro/google-sitemap-pro.php',
129
- 'purchase' => 'http://bestwebsoft.com/products/google-sitemap/buy/?k=7ea384a5cc36cb4c22741caa20dcd56d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
130
- 'pro_settings' => 'admin.php?page=google-sitemap-pro.php'
131
- ),
132
- 'updater/updater.php'=> array(
133
- 'name' => 'Updater',
134
- 'description' => 'Allows you to update plugins and WP core.',
135
- 'link' => 'http://bestwebsoft.com/products/updater/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
136
- 'download' => 'http://bestwebsoft.com/products/updater/download/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
137
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=updater+bestwebsoft&plugin-search-input=Search+Plugins',
138
- 'settings' => 'admin.php?page=updater-options',
139
- 'pro_version' => 'updater-pro/updater_pro.php',
140
- 'purchase' => 'http://bestwebsoft.com/products/updater/buy/?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
141
- 'pro_settings' => 'admin.php?page=updater-pro-options'
142
- ),
143
- 'custom-fields-search/custom-fields-search.php'=> array(
144
- 'name' => 'Custom Fields Search',
145
- 'description' => 'Allows you to add website search any existing custom fields.',
146
- 'link' => 'http://bestwebsoft.com/products/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
147
- 'download' => 'http://bestwebsoft.com/products/custom-fields-search/download/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
148
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins',
149
- 'settings' => 'admin.php?page=custom_fields_search.php'
150
- ),
151
- 'google-one/google-plus-one.php' => array(
152
- 'name' => 'Google +1',
153
- 'description' => 'Allows you to see how many times your page has been liked on Google Search Engine as well as who has liked the article.',
154
- 'link' => 'http://bestwebsoft.com/products/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
155
- 'download' => 'http://bestwebsoft.com/products/google-plus-one/download/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
156
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins',
157
- 'settings' => 'admin.php?page=google-plus-one.php',
158
- 'pro_version' => 'google-one-pro/google-plus-one-pro.php',
159
- 'purchase' => 'http://bestwebsoft.com/products/google-plus-one/buy/?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
160
- 'pro_settings' => 'admin.php?page=google-plus-one-pro.php'
161
- ),
162
- 'relevant/related-posts-plugin.php' => array(
163
- 'name' => 'Relevant - Related Posts',
164
- 'description' => 'Allows you to display related posts with similar words in category, tags, title or by adding special meta key for posts.',
165
- 'link' => 'http://bestwebsoft.com/products/related-posts/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
166
- 'download' => 'http://bestwebsoft.com/products/related-posts/download/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
167
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Related+Posts+Plugin+Bestwebsoft&plugin-search-input=Search+Plugins',
168
- 'settings' => 'admin.php?page=related-posts-plugin.php'
169
- ),
170
- 'contact-form-to-db/contact_form_to_db.php' => array(
171
- 'name' => 'Contact Form to DB',
172
- 'description' => 'Allows you to manage the messages that have been sent from your site.',
173
- 'link' => 'http://bestwebsoft.com/products/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
174
- 'download' => 'http://bestwebsoft.com/products/contact-form-to-db/download/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
175
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Contact+Form+to+DB+bestwebsoft&plugin-search-input=Search+Plugins',
176
- 'settings' => 'admin.php?page=cntctfrmtdb_settings',
177
- 'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php',
178
- 'purchase' => 'http://bestwebsoft.com/products/contact-form-to-db/buy/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
179
- 'pro_settings' => 'admin.php?page=cntctfrmtdbpr_settings'
180
- ),
181
- 'pdf-print/pdf-print.php' => array(
182
- 'name' => 'PDF & Print',
183
- 'description' => 'Allows you to create PDF and Print page with adding appropriate buttons to the content.',
184
- 'link' => 'http://bestwebsoft.com/products/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
185
- 'download' => 'http://bestwebsoft.com/products/pdf-print/download/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
186
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=PDF+Print+Bestwebsoft&plugin-search-input=Search+Plugins',
187
- 'settings' => 'admin.php?page=pdf-print.php',
188
- 'pro_version' => 'pdf-print-pro/pdf-print-pro.php',
189
- 'purchase' => 'http://bestwebsoft.com/products/pdf-print/buy/?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
190
- 'pro_settings' => 'admin.php?page=pdf-print-pro.php'
191
- ),
192
- 'donate-button/donate.php' => array(
193
- 'name' => 'Donate',
194
- 'description' => 'Makes it possible to place donation buttons of various payment systems on your web page.',
195
- 'link' => 'http://bestwebsoft.com/products/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
196
- 'download' => 'http://bestwebsoft.com/products/donate/download/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
197
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Donate+Bestwebsoft&plugin-search-input=Search+Plugins',
198
- 'settings' => 'admin.php?page=donate.php'
199
- ),
200
- 'post-to-csv/post-to-csv.php' => array(
201
- 'name' => 'Post to CSV',
202
- 'description' => 'The plugin allows to export posts of any types to a csv file.',
203
- 'link' => 'http://bestwebsoft.com/products/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
204
- 'download' => 'http://bestwebsoft.com/products/post-to-csv/download/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
205
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Post+To+CSV+Bestwebsoft&plugin-search-input=Search+Plugins',
206
- 'settings' => 'admin.php?page=post-to-csv.php'
207
- ),
208
- 'google-shortlink/google-shortlink.php' => array(
209
- 'name' => 'Google Shortlink',
210
- 'description' => 'Allows you to get short links from goo.gl servise without leaving your site.',
211
- 'link' => 'http://bestwebsoft.com/products/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
212
- 'download' => 'http://bestwebsoft.com/products/google-shortlink/download/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
213
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Google+Shortlink+Bestwebsoft&plugin-search-input=Search+Plugins',
214
- 'settings' => 'admin.php?page=gglshrtlnk_options'
215
- ),
216
- 'htaccess/htaccess.php' => array(
217
- 'name' => 'Htaccess',
218
- 'description' => 'Allows controlling access to your website using the directives Allow and Deny.',
219
- 'link' => 'http://bestwebsoft.com/products/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
220
- 'download' => 'http://bestwebsoft.com/products/htaccess/download/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
221
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Htaccess+Bestwebsoft&plugin-search-input=Search+Plugins',
222
- 'settings' => 'admin.php?page=htaccess.php',
223
- 'pro_version' => 'htaccess-pro/htaccess-pro.php',
224
- 'purchase' => 'http://bestwebsoft.com/products/htaccess/buy/?k=59e9209a32864be534fda77d5e591c15&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
225
- 'pro_settings' => 'admin.php?page=htaccess-pro.php'
226
- ),
227
- 'google-captcha/google-captcha.php' => array(
228
- 'name' => 'Google Captcha (reCAPTCHA)',
229
- 'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
230
- 'link' => 'http://bestwebsoft.com/products/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
231
- 'download' => 'http://bestwebsoft.com/products/google-captcha/download/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
232
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Google+Captcha+Bestwebsoft&plugin-search-input=Search+Plugins',
233
- 'settings' => 'admin.php?page=google-captcha.php',
234
- 'pro_version' => 'google-captcha-pro/google-captcha-pro.php',
235
- 'purchase' => 'http://bestwebsoft.com/products/google-captcha/buy/?k=773d30149acf1edc32e5c0766b96c134&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
236
- 'pro_settings' => 'admin.php?page=google-captcha-pro.php'
237
- ),
238
- 'sender/sender.php' => array(
239
- 'name' => 'Sender',
240
- 'description' => 'You can send mails to all users or to certain categories of users.',
241
- 'link' => 'http://bestwebsoft.com/products/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
242
- 'download' => 'http://bestwebsoft.com/products/sender/download/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
243
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Sender+Bestwebsoft&plugin-search-input=Search+Plugins',
244
- 'settings' => 'admin.php?page=sndr_settings',
245
- 'pro_version' => 'sender-pro/sender-pro.php',
246
- 'purchase' => 'http://bestwebsoft.com/products/sender/buy/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
247
- 'pro_settings' => 'admin.php?page=sndrpr_settings'
248
- ),
249
- 'subscriber/subscriber.php' => array(
250
- 'name' => 'Subscriber',
251
- 'description' => 'This plugin allows you to subscribe users for newsletters from your website.',
252
- 'link' => 'http://bestwebsoft.com/products/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
253
- 'download' => 'http://bestwebsoft.com/products/subscriber/download/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
254
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Subscriber+Bestwebsoft&plugin-search-input=Search+Plugins',
255
- 'settings' => 'admin.php?page=sbscrbr_settings_page',
256
- 'pro_version' => 'subscriber-pro/subscriber-pro.php',
257
- 'purchase' => 'http://bestwebsoft.com/products/subscriber/buy/?k=02dbb8b549925d9b74e70adc2a7282e4&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
258
- 'pro_settings' => 'admin.php?page=sbscrbrpr_settings_page'
259
- ),
260
- 'contact-form-multi/contact-form-multi.php' => array(
261
- 'name' => 'Contact Form Multi',
262
- 'description' => 'Add-on to the Contact Form plugin that allows to create and implement multiple contact forms.',
263
- 'link' => 'http://bestwebsoft.com/products/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
264
- 'download' => 'http://bestwebsoft.com/products/contact-form-multi/download/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
265
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Contact+Form+Multi+Bestwebsoft&plugin-search-input=Search+Plugins',
266
- 'settings' => '',
267
- 'pro_version' => 'contact-form-multi-pro/contact-form-multi-pro.php',
268
- 'purchase' => 'http://bestwebsoft.com/products/contact-form-multi/buy/?k=fde3a18581c143654f060c398b07e8ac&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
269
- 'pro_settings' => ''
270
- ),
271
- 'bws-google-maps/bws-google-maps.php' => array(
272
- 'name' => 'Google Maps',
273
- 'description' => 'Easy to set up and insert Google Maps to your website.',
274
- 'link' => 'http://bestwebsoft.com/products/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
275
- 'download' => 'http://bestwebsoft.com/products/bws-google-maps/download/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
276
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Google+Maps+Bestwebsoft&plugin-search-input=Search+Plugins',
277
- 'settings' => 'admin.php?page=bws-google-maps.php',
278
- 'pro_version' => 'bws-google-maps-pro/bws-google-maps-pro.php',
279
- 'purchase' => 'http://bestwebsoft.com/products/bws-google-maps/buy/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
280
- 'pro_settings' => 'admin.php?page=bws-google-maps-pro.php'
281
- ),
282
- 'bws-google-analytics/bws-google-analytics.php' => array(
283
- 'name' => 'Google Analytics',
284
- 'description' => 'Allows you to retrieve basic stats from Google Analytics account and add the tracking code to your blog.',
285
- 'link' => 'http://bestwebsoft.com/products/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
286
- 'download' => 'http://bestwebsoft.com/products/bws-google-analytics/download/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
287
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Google+Analytics+Bestwebsoft&plugin-search-input=Search+Plugins',
288
- 'settings' => 'admin.php?page=bws-google-analytics.php',
289
- 'pro_version' => 'bws-google-analytics-pro/bws-google-analytics-pro.php',
290
- 'purchase' => 'http://bestwebsoft.com/products/bws-google-analytics/buy/?k=83796e84fec3f70ecfcc8894a73a6c4a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
291
- 'pro_settings' => 'admin.php?page=bws-google-analytics-pro.php'
292
- ),
293
- 'db-manager/db-manager.php' => array(
294
- 'name' => 'DB Manager',
295
- 'description' => 'Allows you to download the latest version of PhpMyadmin and Dumper and manage your site.',
296
- 'link' => 'http://bestwebsoft.com/products/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
297
- 'download' => 'http://bestwebsoft.com/products/db-manager/download/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
298
- 'wp_install' => 'http://bestwebsoft.com/products/db-manager/download/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
299
- 'settings' => 'admin.php?page=db-manager.php'
300
- ),
301
- 'user-role/user-role.php' => array(
302
- 'name' => 'User Role',
303
- 'description' => 'Allows to change wordpress user role capabilities.',
304
- 'link' => 'http://bestwebsoft.com/products/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
305
- 'download' => 'http://bestwebsoft.com/products/user-role/download/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
306
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=User+Role+BestWebSoft&plugin-search-input=Search+Plugins',
307
- 'settings' => 'admin.php?page=user-role.php',
308
- 'pro_version' => 'user-role-pro/user-role-pro.php',
309
- 'purchase' => 'http://bestwebsoft.com/products/user-role/buy/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
310
- 'pro_settings' => 'admin.php?page=user-role-pro.php'
311
- ),
312
- 'email-queue/email-queue.php' => array(
313
- 'name' => 'Email Queue',
314
- 'description' => 'Allows to manage email massages sent by BestWebSoft plugins.',
315
- 'link' => 'http://bestwebsoft.com/products/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
316
- 'download' => 'http://bestwebsoft.com/products/email-queue/download/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
317
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Email+Queue+BestWebSoft&plugin-search-input=Search+Plugins',
318
- 'settings' => 'admin.php?page=mlq_settings'
319
- ),
320
- 'limit-attempts/limit-attempts.php' => array(
321
- 'name' => 'Limit Attempts',
322
- 'description' => 'Allows you to limit rate of login attempts by the ip, and create whitelist and blacklist.',
323
- 'link' => 'http://bestwebsoft.com/products/limit-attempts/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
324
- 'download' => 'http://bestwebsoft.com/products/limit-attempts/download/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
325
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Limit+Attempts+BestWebSoft&plugin-search-input=Search+Plugins',
326
- 'settings' => 'admin.php?page=limit-attempts.php',
327
- 'pro_version' => 'limit-attempts-pro/limit-attempts-pro.php',
328
- 'purchase' => 'http://bestwebsoft.com/products/limit-attempts/buy/?k=9d42cdf22c7fce2c4b6b447e6a2856e0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
329
- 'pro_settings' => 'admin.php?page=limit-attempts-pro.php'
330
- ),
331
- 'job-board/job-board.php' => array(
332
- 'name' => 'Job Board',
333
- 'description' => 'Allows to create a job-board page on your site.',
334
- 'link' => 'http://bestwebsoft.com/products/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
335
- 'download' => 'http://bestwebsoft.com/products/job-board/download/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
336
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Job+board+BestWebSoft&plugin-search-input=Search+Plugins',
337
- 'settings' => 'admin.php?page=job-board.php'
338
- ),
339
- 'multilanguage/multilanguage.php' => array(
340
- 'name' => 'Multilanguage',
341
- 'description' => 'Allows to create content on a Wordpress site in different languages.',
342
- 'link' => 'http://bestwebsoft.com/products/multilanguage/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
343
- 'download' => 'http://bestwebsoft.com/products/multilanguage/download/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
344
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Multilanguage+BestWebSoft&plugin-search-input=Search+Plugins',
345
- 'settings' => 'admin.php?page=mltlngg_settings',
346
- 'pro_version' => 'multilanguage-pro/multilanguage-pro.php',
347
- 'purchase' => 'http://bestwebsoft.com/products/multilanguage/buy/?k=2d1121cd9a5ced583fc29eefd51bdf57&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
348
- 'pro_settings' => 'admin.php?page=mltlnggpr_settings'
349
- ),
350
- 'bws-popular-posts/bws-popular-posts.php' => array(
351
- 'name' => 'Popular Posts',
352
- 'description' => 'This plugin will help you can display the most popular posts on your blog in the widget.',
353
- 'link' => 'http://bestwebsoft.com/products/popular-posts/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
354
- 'download' => 'http://bestwebsoft.com/products/popular-posts/download/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
355
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Popular+Posts+BestWebSoft&plugin-search-input=Search+Plugins',
356
- 'settings' => 'admin.php?page=popular-posts.php'
357
- ),
358
- 'bws-testimonials/bws-testimonials.php' => array(
359
- 'name' => 'Testimonials',
360
- 'description' => 'Allows creating and displaying a Testimonial on your website.',
361
- 'link' => 'http://bestwebsoft.com/products/testimonials/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
362
- 'download' => 'http://bestwebsoft.com/products/testimonials/download/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
363
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Testimonials+BestWebSoft&plugin-search-input=Search+Plugins',
364
- 'settings' => 'admin.php?page=testimonials.php'
365
- ),
366
- 'bws-featured-posts/bws-featured-posts.php' => array(
367
- 'name' => 'Featured Posts',
368
- 'description' => 'Displays featured posts randomly on any website page.',
369
- 'link' => 'http://bestwebsoft.com/products/featured-posts/?k=f0afb31185ba7c7d6d598528d69f6d97&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
370
- 'download' => 'http://bestwebsoft.com/products/featured-posts/download/?k=f0afb31185ba7c7d6d598528d69f6d97&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
371
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Featured+Posts+BestWebSoft&plugin-search-input=Search+Plugins',
372
- 'settings' => 'admin.php?page=featured-posts.php'
373
- ),
374
- 'gallery-categories/gallery-categories.php' => array(
375
- 'name' => 'Gallery Categories',
376
- 'description' => 'Add-on for Gallery Plugin by BestWebSoft',
377
- 'link' => 'http://bestwebsoft.com/products/gallery-categories/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
378
- 'download' => 'http://bestwebsoft.com/products/gallery-categories/download/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
379
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Gallery+Categories+BestWebSoft&plugin-search-input=Search+Plugins',
380
- 'settings' => ''
381
- ),
382
- 're-attacher/re-attacher.php' => array(
383
- 'name' => 'Re-attacher',
384
- 'description' => 'This plugin allows to attach, unattach or reattach media item in different post.',
385
- 'link' => 'http://bestwebsoft.com/products/re-attacher/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
386
- 'download' => 'http://bestwebsoft.com/products/re-attacher/download/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
387
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Re-attacher+BestWebSoft&plugin-search-input=Search+Plugins',
388
- 'settings' => 'admin.php?page=re-attacher.php'
389
- ),
390
- 'bws-smtp/bws-smtp.php' => array(
391
- 'name' => 'SMTP',
392
- 'description' => 'This plugin introduces an easy way to configure sending email messages via SMTP.',
393
- 'link' => 'http://bestwebsoft.com/products/smtp/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
394
- 'download' => 'http://bestwebsoft.com/products/smtp/download/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
395
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=SMTP+BestWebSoft&plugin-search-input=Search+Plugins',
396
- 'settings' => 'admin.php?page=bwssmtp_settings'
397
- ),
398
- 'promobar/promobar.php' => array(
399
- 'name' => 'PromoBar',
400
- 'description' => 'This plugin allows placing banners with any data on your website.',
401
- 'link' => 'http://bestwebsoft.com/products/promobar/?k=619eac2232d9cfa382c4e678c3b14766&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
402
- 'download' => 'http://bestwebsoft.com/products/promobar/download/?k=619eac2232d9cfa382c4e678c3b14766&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
403
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=PromoBar+BestWebSoft&plugin-search-input=Search+Plugins',
404
- 'settings' => 'admin.php?page=promobar.php',
405
- 'pro_version' => 'promobar-pro/promobar-pro.php',
406
- 'purchase' => 'http://bestwebsoft.com/products/promobar/buy/?k=a9b09708502f12a1483532ba12fe2103&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
407
- 'pro_settings' => 'admin.php?page=promobar-pro.php'
408
- ),
409
- 'realty/realty.php' => array(
410
- 'name' => 'Realty',
411
- 'description' => 'A convenient plugin that adds Real Estate functionality.',
412
- 'link' => 'http://bestwebsoft.com/products/realty/?k=d55de979dbbbb7af0b2ff1d7f43884fa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
413
- 'download' => 'http://bestwebsoft.com/products/realty/download/?k=d55de979dbbbb7af0b2ff1d7f43884fa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
414
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Realty+BestWebSoft&plugin-search-input=Search+Plugins',
415
- 'settings' => 'admin.php?page=realty_settings',
416
- 'pro_version' => 'realty-pro/realty-pro.php',
417
- 'purchase' => 'http://bestwebsoft.com/products/realty/buy/?k=c7791f0a72acfb36f564a614dbccb474&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
418
- 'pro_settings' => 'admin.php?page=realty_pro_settings'
419
- ),
420
- 'zendesk-help-center/zendesk-help-center.php' => array(
421
- 'name' => 'Zendesk Help Center Backup',
422
- 'description' => 'This plugin allows to backup Zendesk Help Center.',
423
- 'link' => 'http://bestwebsoft.com/products/zendesk-help-center/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
424
- 'download' => 'http://bestwebsoft.com/products/zendesk-help-center/download/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
425
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Zendesk+Help+Center+Backup+BestWebSoft&plugin-search-input=Search+Plugins',
426
- 'settings' => 'admin.php?page=zendesk_hc.php&tab=settings',
427
- 'pro_version' => 'zendesk-help-center-pro/zendesk-help-center-pro.php',
428
- 'purchase' => 'http://bestwebsoft.com/products/zendesk-help-center/buy/?k=45199e4538b5befe4d9566868a61a3aa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
429
- 'pro_settings' => 'admin.php?page=zendesk_hc.php&tab=settings'
430
- ),
431
- 'social-buttons-pack/social-buttons-pack.php' => array(
432
- 'name' => 'Social Buttons Pack',
433
- 'description' => 'Add Social buttons to your WordPress website.',
434
- 'link' => 'http://bestwebsoft.com/products/social-buttons-pack/?k=b6440fad9f54274429e536b0c61b42da&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
435
- 'download' => 'http://bestwebsoft.com/products/social-buttons-pack/download/?k=b6440fad9f54274429e536b0c61b42da&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
436
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Social+Buttons+Pack+BestWebSoft&plugin-search-input=Search+Plugins',
437
- 'settings' => 'admin.php?page=social-buttons.php'
438
- ),
439
- 'pagination/pagination.php' => array(
440
- 'name' => 'Pagination',
441
- 'description' => 'Add pagination block to your WordPress website.',
442
- 'link' => 'http://bestwebsoft.com/products/pagination/?k=22adb940256f149559ba8fedcd728ac8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
443
- 'download' => 'http://bestwebsoft.com/products/pagination/download/?k=22adb940256f149559ba8fedcd728ac8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
444
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Pagination+BestWebSoft&plugin-search-input=Search+Plugins',
445
- 'settings' => 'admin.php?page=pagination.php'
446
- ),
447
- 'visitors-online/visitors-online.php' => array(
448
- 'name' => 'Visitors Online',
449
- 'description' => 'See how many users, guests and bots are online at the website.',
450
- 'link' => 'http://bestwebsoft.com/products/visitors-online/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
451
- 'download' => 'http://bestwebsoft.com/products/visitors-online/download/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
452
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Visitors+online+BestWebSoft&plugin-search-input=Search+Plugins',
453
- 'settings' => 'admin.php?page=visitors-online.php',
454
- 'pro_version' => 'visitors-online-pro/visitors-online-pro.php',
455
- 'purchase' => 'http://bestwebsoft.com/products/visitors-online/buy/?k=f9a746075ff8a0a6cb192cb46526afd2&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
456
- 'pro_settings' => 'admin.php?page=visitors-online-pro.php'
457
- ),
458
- 'profile-extra-fields/profile-extra-fields.php' => array(
459
- 'name' => 'Profile Extra Fields',
460
- 'description' => "Add additional fields on the user's profile page",
461
- 'link' => 'http://bestwebsoft.com/products/profile-extra-fields/?k=fe3b6c3dbc80bd4b1cf9a27a2f339820&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
462
- 'download' => 'http://bestwebsoft.com/products/profile-extra-fields/download/?k=fe3b6c3dbc80bd4b1cf9a27a2f339820&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
463
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Profile+Extra+Fields+BestWebSoft&plugin-search-input=Search+Plugins',
464
- 'settings' => 'admin.php?page=profile-extra-fields.php'
465
- ),
466
- 'error-log-viewer/error-log-viewer.php' => array(
467
- 'name' => 'Error Log Viewer',
468
- 'description' => "Work with log files and folders on the WordPress server",
469
- 'link' => 'http://bestwebsoft.com/products/error-log-viewer/?k=da0de8bd2c7a0b2fea5df64d55a368b3&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
470
- 'download' => 'http://bestwebsoft.com/products/error-log-viewer/download/?k=da0de8bd2c7a0b2fea5df64d55a368b3&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
471
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Error+Log+Viewer+BestWebSoft&plugin-search-input=Search+Plugins',
472
- 'settings' => 'admin.php?page=rrrlgvwr.php&tab=settings'
473
- ),
474
- 'bws-pinterest/bws-pinterest.php' => array(
475
- 'name' => 'Pinterest',
476
- 'description' => 'Add Pinterest buttons and widgets to your WordPress website',
477
- 'link' => 'http://bestwebsoft.com/products/pinterest/?k=504107b6213f247a67fe7ffb94e97c78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
478
- 'download' => 'http://bestwebsoft.com/products/pinterest/download/?k=504107b6213f247a67fe7ffb94e97c78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
479
- 'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Pinterest+BestWebSoft&plugin-search-input=Search+Plugins',
480
- 'settings' => 'admin.php?page=pinterest.php'
481
- )
482
- );
483
 
484
- $all_plugins = get_plugins();
485
- $active_plugins = get_option( 'active_plugins' );
486
- $recommend_plugins = array_diff_key( $bws_plugins, $all_plugins );
487
- $bws_plugins_pro = array();
488
 
489
- foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
490
- if ( ! isset( $all_plugins[ $key_plugin ] ) && isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) {
491
- unset( $recommend_plugins[ $key_plugin ] );
492
- }
493
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
494
 
495
- foreach ( $all_plugins as $key_plugin => $value_plugin ) {
496
- if ( isset( $value_plugin['Author'] ) && $value_plugin['Author'] != "BestWebSoft" )
497
- unset( $all_plugins[ $key_plugin ] );
498
- elseif ( '-plus.php' == substr( $key_plugin, -9, 9 ) )
499
- unset( $all_plugins[ $key_plugin ] );
500
- else {
501
- foreach ( $bws_plugins as $key => $value ) {
502
- if ( isset( $value['pro_version'] ) && $value['pro_version'] == $key_plugin ) {
503
- $bws_plugins_pro[ $key_plugin ] = $key;
504
- unset( $all_plugins[ $key ] );
 
 
 
 
 
 
 
 
 
 
 
505
  }
506
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
507
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
508
  }
509
 
510
- if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) {
511
  $all_plugins = get_plugins();
512
  $active_plugins = get_option( 'active_plugins' );
513
  $mysql_info = $wpdb->get_results( "SHOW VARIABLES LIKE 'sql_mode'" );
@@ -533,8 +177,9 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
533
  $multisite = __( 'Yes', 'bestwebsoft' );
534
  else
535
  $multisite = __( 'No', 'bestwebsoft' );
536
- } else
537
  $multisite = __( 'N/A', 'bestwebsoft' );
 
538
 
539
  $system_info = array(
540
  'system_info' => '',
@@ -572,356 +217,423 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
572
  else
573
  $system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
574
  }
575
- }
576
 
577
- if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) ||
578
- ( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
579
- if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
580
- $bwsmn_form_email = esc_html( trim( $_REQUEST['bwsmn_form_email'] ) );
581
- if ( $bwsmn_form_email == "" || ! is_email( $bwsmn_form_email ) ) {
582
- $error = __( "Please enter a valid email address.", 'bestwebsoft' );
 
 
 
 
583
  } else {
584
- $email = $bwsmn_form_email;
585
- $bwsmn_form_email = '';
586
- $message = __( 'Email with system info is sent to ', 'bestwebsoft' ) . $email;
587
  }
588
- } else {
589
- $email = 'plugin_system_status@bestwebsoft.com';
590
- $message = __( 'Thank you for contacting us.', 'bestwebsoft' );
591
- }
592
 
593
- if ( $error == '' ) {
594
- $headers = 'MIME-Version: 1.0' . "\n";
595
- $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
596
- $headers .= 'From: ' . get_option( 'admin_email' );
597
- $message_text = '<html><head><title>System Info From ' . home_url() . '</title></head><body>
598
- <h4>Environment</h4>
599
- <table>';
600
- foreach ( $system_info['system_info'] as $key => $value ) {
601
- $message_text .= '<tr><td>'. $key .'</td><td>'. $value .'</td></tr>';
602
- }
603
- $message_text .= '</table>';
604
- if ( ! empty( $system_info['active_plugins'] ) ) {
605
- $message_text .= '<h4>Active Plugins</h4>
606
  <table>';
607
- foreach ( $system_info['active_plugins'] as $key => $value ) {
608
- $message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
609
  }
610
  $message_text .= '</table>';
611
- }
612
- if ( ! empty( $system_info['inactive_plugins'] ) ) {
613
- $message_text .= '<h4>Inactive Plugins</h4>
614
- <table>';
615
- foreach ( $system_info['inactive_plugins'] as $key => $value ) {
616
- $message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
 
617
  }
618
- $message_text .= '</table>';
 
 
 
 
 
 
 
 
 
 
 
619
  }
620
- $message_text .= '</body></html>';
621
- $result = wp_mail( $email, 'System Info From ' . home_url(), $message_text, $headers );
622
- if ( $result != true )
623
- $error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
624
  }
625
  } ?>
626
- <div class="wrap">
627
- <h1>
628
- <span class="bws_main title">BestWebSoft</span>
629
- <ul class="subsubsub bws_title_menu">
630
- <li><a href="<?php echo esc_url( 'http://support.bestwebsoft.com/home' ); ?>" target="_blank"><?php _e( 'Need help?', 'bestwebsoft' ); ?></a></li> |
631
- <li><a href="<?php echo esc_url( 'http://bestwebsoft.com/wp-login.php' ); ?>" target="_blank"><?php _e( 'Client area', 'bestwebsoft' ); ?></a></li>
632
- <li><a class="bws_system_status <?php if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&amp;action=system_status"><?php _e( 'System status', 'bestwebsoft' ); ?></a></li>
633
- </ul>
634
- <div class="clear"></div>
635
- </h1>
636
- <h2 class="nav-tab-wrapper">
637
- <a class="nav-tab<?php if ( !isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
638
- <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'themes' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&amp;action=themes"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
639
- </h2>
640
- <?php if ( ! isset( $_GET['action'] ) ) { ?>
641
- <ul class="subsubsub">
642
- <li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
643
- <li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&amp;sub=installed"><?php _e( 'Installed', 'bestwebsoft' ); ?></a></li> |
644
- <li><a <?php if ( isset( $_GET['sub'] ) && 'recommended' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&amp;sub=recommended"><?php _e( 'Recommended', 'bestwebsoft' ); ?></a></li>
645
- </ul>
646
  <div class="clear"></div>
647
- <?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
648
- <h3 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h3>
649
- <?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
650
- if ( isset( $bws_plugins_pro[ $key_plugin ] ) )
651
- $key_plugin = $bws_plugins_pro[ $key_plugin ];
652
-
653
- if ( isset( $bws_plugins[ $key_plugin ] ) ) {
654
- $key_plugin_explode = explode( '-plugin/', $key_plugin );
655
- if ( isset( $key_plugin_explode[1] ) )
656
- $icon = $key_plugin_explode[0];
657
- else {
658
- $key_plugin_explode = explode( '/', $key_plugin );
659
- $icon = $key_plugin_explode[0];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
660
  }
661
  }
662
 
663
- if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && ( in_array( $bws_plugins[ $key_plugin ]['pro_version'], $active_plugins ) || is_plugin_active_for_network( $bws_plugins[ $key_plugin ]['pro_version'] ) ) ) { ?>
664
- <div class="bws_product_box bws_exist_overlay">
665
- <div class="bws_product">
666
- <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
667
  <div class="bws_product_content">
668
- <div class="bws_product_icon">
669
- <div class="bws_product_icon_pro">PRO</div>
670
- <img src="<?php echo plugins_url( "icons/plugins/" , __FILE__ ) . $icon . '.png'; ?>"/>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
671
  </div>
672
- <div class="bws_product_description"><?php echo $value_plugin["Description"]; ?></div>
673
  </div>
674
  <div class="clear"></div>
675
- </div>
676
- <div class="bws_product_links">
677
- <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
678
- <?php if ( '' != $bws_plugins[ $key_plugin ]["pro_settings"] ) { ?>
679
- <span> | </span>
680
- <a href="<?php echo $bws_plugins[ $key_plugin ]["pro_settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
681
  <?php } ?>
682
- </div>
683
  </div>
684
- <?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) && ( in_array( $key_plugin, $active_plugins ) || is_plugin_active_for_network( $key_plugin ) ) ) {
685
- if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
686
- <div class="bws_product_box bws_product_deactivated">
687
- <div class="bws_product">
688
- <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
689
- <div class="bws_product_content">
690
- <div class="bws_product_icon">
691
- <div class="bws_product_icon_pro">PRO</div>
692
- <img src="<?php echo plugins_url( "icons/plugins/" , __FILE__ ) . $icon . '.png'; ?>"/>
693
- </div>
694
- <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
695
- </div>
696
- <div class="clear"></div>
697
- </div>
698
- <div class="bws_product_links">
699
- <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
700
- <span> | </span>
701
- <a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
702
- </div>
703
- </div>
704
- <?php } else { ?>
705
- <div class="bws_product_box bws_product_free">
706
- <div class="bws_product">
707
- <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
708
- <div class="bws_product_content">
709
- <div class="bws_product_icon">
710
- <img src="<?php echo plugins_url( "icons/plugins/" , __FILE__ ) . $icon . '.png'; ?>"/>
711
- </div>
712
- <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
713
- </div>
714
- <?php if ( isset( $bws_plugins[ $key_plugin ]["purchase"] ) ) { ?>
715
- <a class="bws_product_button" href="<?php echo $bws_plugins[ $key_plugin ]["purchase"]; ?>" target="_blank">
716
- <?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
717
- </a>
718
- <?php } else { ?>
719
- <a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
720
- <strong><?php _e( 'DONATE', 'bestwebsoft' );?></strong>
721
- </a>
722
- <?php } ?>
723
- <div class="clear"></div>
724
- </div>
725
- <div class="bws_product_links">
726
- <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
727
- <?php if ( '' != $bws_plugins[ $key_plugin ]["settings"] ) { ?>
728
- <span> | </span>
729
- <a href="<?php echo $bws_plugins[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
730
- <?php } ?>
731
  </div>
732
  </div>
733
  <?php }
734
- } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
735
- <div class="bws_product_box bws_product_deactivated bws_product_free">
736
- <div class="bws_product">
737
- <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
738
- <div class="bws_product_content">
739
- <div class="bws_product_icon">
740
- <img src="<?php echo plugins_url( "icons/plugins/" , __FILE__ ) . $icon . '.png'; ?>"/>
 
 
 
 
 
 
 
 
 
 
741
  </div>
742
- <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
743
- </div>
744
- <?php if ( isset( $bws_plugins[ $key_plugin ]["purchase"] ) ) { ?>
745
- <a class="bws_product_button" href="<?php echo $bws_plugins[ $key_plugin ]["purchase"]; ?>" target="_blank">
746
- <?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
747
- </a>
748
- <?php } else { ?>
749
- <a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
750
- <strong><?php _e( 'DONATE', 'bestwebsoft' );?></strong>
751
- </a>
752
  <?php } ?>
753
- <div class="clear"></div>
754
- </div>
755
- <div class="bws_product_links">
756
- <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
757
- <span> | </span>
758
- <a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
759
  </div>
760
  </div>
761
- <?php }
762
- }
763
- } ?>
764
- <div class="clear"></div>
765
- <?php if ( ( isset( $_GET['sub'] ) && 'recommended' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
766
- <h3 class="bws_recommended"><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h3>
767
- <?php foreach ( $recommend_plugins as $key_plugin => $value_plugin ) {
768
-
769
- if ( isset( $bws_plugins[ $key_plugin ] ) ) {
770
- $key_plugin_explode = explode( '-plugin/', $key_plugin );
771
- if ( isset( $key_plugin_explode[1] ) )
772
- $icon = $key_plugin_explode[0];
773
- else {
774
- $key_plugin_explode = explode( '/', $key_plugin );
775
- $icon = $key_plugin_explode[0];
776
- }
777
- } ?>
778
- <div class="bws_product_box">
779
- <div class="bws_product">
780
- <div class="bws_product_title"><?php echo $value_plugin["name"]; ?></div>
781
- <div class="bws_product_content">
782
- <div class="bws_product_icon">
783
- <?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) ) { ?>
784
- <div class="bws_product_icon_pro">PRO</div>
785
- <?php } ?>
786
- <img src="<?php echo plugins_url( "icons/plugins/" , __FILE__ ) . $icon . '.png'; ?>"/>
787
- </div>
788
- <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
789
- </div>
790
- <?php if ( isset( $bws_plugins[ $key_plugin ]["pro_version"] ) ) { ?>
791
- <a class="bws_product_button" href="<?php echo $bws_plugins[ $key_plugin ]["purchase"]; ?>" target="_blank">
792
- <?php _e( 'Go', 'bestwebsoft' ); ?> <strong>PRO</strong>
793
- </a>
794
- <?php } else { ?>
795
- <a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
796
- <strong><?php _e( 'DONATE', 'bestwebsoft' ); ?></strong>
797
- </a>
798
- <?php } ?>
799
- </div>
800
- <div class="clear"></div>
801
- <div class="bws_product_links">
802
- <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
803
- <span> | </span>
804
- <a href="<?php echo $bws_plugins[ $key_plugin ]["wp_install"]; ?>" target="_blank"><?php _e( "Install now", 'bestwebsoft' ); ?></a>
805
- </div>
806
- </div>
807
- <?php }
808
- } ?>
809
- <?php } elseif ( 'themes' == $_GET['action'] ) { ?>
810
- <div id="availablethemes">
811
- <?php $themes = array(
812
- (object) array(
813
- 'name' => 'Real Estate',
814
- 'slug' => 'realestate',
815
- 'href' => 'http://bestwebsoft.com/products/real-estate-creative-wordpress-theme/'
816
- ),
817
- (object) array(
818
- 'name' => 'Unity',
819
- 'slug' => 'unity',
820
- 'href' => 'http://bestwebsoft.com/products/unity-multipurpose-wordpress-theme/'
821
- ),
822
- (object) array(
823
- 'name' => 'Opening',
824
- 'slug' => 'opening',
825
- 'href' => 'http://bestwebsoft.com/products/opening-job-board-wordpress-theme/'
826
- )
827
- );
828
-
829
- if ( $wp_version < '3.9' ) {
830
- foreach ( $themes as $theme ) { ?>
831
- <div class="available-theme installable-theme"><?php
832
- $installed_theme = wp_get_theme( $theme->slug ); ?>
833
- <a class="screenshot" href="<?php echo esc_url( $theme->href ); ?>">
834
- <img src="<?php echo plugins_url( "icons/themes/" , __FILE__ ) . $theme->slug . '.png'; ?>" width='150' />
835
- </a>
836
- <h3><?php echo $theme->name; ?></h3>
837
- <div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), 'BestWebSoft' ); ?></div>
838
- <div class="action-links">
839
- <ul>
840
- <?php if ( $installed_theme->exists() ) { ?>
841
- <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>
842
- <?php } ?>
843
- <li><a class="theme-detail" href="<?php echo esc_url( $theme->href ); ?>" target="_blank"><?php _e( 'Learn More', 'bestwebsoft' ); ?></a></li>
844
- </ul>
845
- </div>
846
- </div>
847
- <?php }
848
- } else { ?>
849
- <div class="theme-browser">
850
- <div class="themes">
851
- <?php foreach ( $themes as $key => $theme ) {
852
- $installed_theme = wp_get_theme( $theme->slug ); ?>
853
- <div class="theme" tabindex="0">
854
- <div class="theme-screenshot">
855
- <img src="<?php echo plugins_url( "icons/themes/" , __FILE__ ) . $theme->slug . '.png'; ?>" alt="" />
856
- </div>
857
- <div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), 'BestWebSoft' ); ?></div>
858
- <h3 class="theme-name"><?php echo $theme->name; ?></h3>
859
- <div class="theme-actions">
860
- <a class="button button-secondary preview install-theme-preview" href="<?php echo $theme->href; ?>" target="_blank"><?php esc_html_e( 'Learn More', 'bestwebsoft' ); ?></a>
861
- </div>
862
- <?php if ( $installed_theme->exists() ) { ?>
863
- <div class="theme-installed"><?php _e( 'Already Installed', 'bestwebsoft' ); ?></div>
864
- <?php } ?>
865
- </div>
866
- <?php } ?>
867
- <br class="clear" />
868
- </div>
869
- </div>
870
- <?php } ?>
871
- <p><a class="bws_browse_link" href="http://bestweblayout.com/categories/themes/" target="_blank"><?php esc_html_e( 'Browse Free WordPress Themes', 'bestwebsoft' ); ?> <span class="dashicons dashicons-arrow-right-alt2"></span></a></p>
872
-
873
- </div>
874
- <?php } elseif ( 'system_status' == $_GET['action'] ) { ?>
875
- <div class="updated fade" <?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>
876
- <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
877
- <h3><?php _e( 'System status', 'bestwebsoft' ); ?></h3>
878
- <div class="inside">
879
- <table class="bws_system_info">
880
- <thead><tr><th><?php _e( 'Environment', 'bestwebsoft' ); ?></th><td></td></tr></thead>
881
- <tbody>
882
- <?php foreach ( $system_info['system_info'] as $key => $value ) { ?>
883
- <tr>
884
- <td scope="row"><?php echo $key; ?></td>
885
- <td scope="row"><?php echo $value; ?></td>
886
- </tr>
887
  <?php } ?>
888
- </tbody>
889
- </table>
890
- <table class="bws_system_info">
891
- <thead><tr><th><?php _e( 'Active Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
892
- <tbody>
893
- <?php if ( ! empty( $system_info['active_plugins'] ) ) {
894
- foreach ( $system_info['active_plugins'] as $key => $value ) { ?>
895
- <tr>
896
- <td scope="row"><?php echo $key; ?></td>
897
- <td scope="row"><?php echo $value; ?></td>
898
- </tr>
899
- <?php }
900
- } ?>
901
- </tbody>
902
- </table>
903
- <table class="bws_system_info">
904
- <thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
905
- <tbody>
906
- <?php if ( ! empty( $system_info['inactive_plugins'] ) ) {
907
- foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
908
- <tr>
909
- <td scope="row"><?php echo $key; ?></td>
910
- <td scope="row"><?php echo $value; ?></td>
911
- </tr>
912
- <?php }
913
- } ?>
914
- </tbody>
915
- </table>
916
- <div class="clear"></div>
917
- <form method="post" action="admin.php?page=bws_plugins&amp;action=system_status">
918
  <p>
919
  <input type="hidden" name="bwsmn_form_submit" value="submit" />
920
  <input type="submit" class="button-primary" value="<?php _e( 'Send to support', 'bestwebsoft' ) ?>" />
921
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ); ?>
922
  </p>
923
  </form>
924
- <form method="post" action="admin.php?page=bws_plugins&amp;action=system_status">
925
  <p>
926
  <input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
927
  <input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'bestwebsoft' ) ?>" />
@@ -929,8 +641,48 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
929
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
930
  </p>
931
  </form>
932
- </div>
933
- <?php } ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
934
  </div>
935
  <?php }
936
  }
@@ -938,8 +690,11 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
938
  if ( ! function_exists( 'bws_get_banner_array' ) ) {
939
  function bws_get_banner_array() {
940
  global $bstwbsftwppdtplgns_banner_array;
941
- $bstwbsftwppdtplgns_banner_array = array(
942
- array( 'zndskhcpr_hide_banner_on_plugin_page', 'zendesk-help-center/zendesk-help-center.php', '1.0.0' ),
 
 
 
943
  array( 'gglcptch_hide_banner_on_plugin_page', 'google-captcha/google-captcha.php', '1.18' ),
944
  array( 'mltlngg_hide_banner_on_plugin_page', 'multilanguage/multilanguage.php', '1.1.1' ),
945
  array( 'adsns_hide_banner_on_plugin_page', 'adsense-plugin/adsense-plugin.php', '1.36' ),
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 1.9.0
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
9
 
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
+ if ( 'bws_panel' == $_GET['page'] ) {
 
 
 
16
 
17
+ if ( ! function_exists( 'is_plugin_active_for_network' ) )
18
+ require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
19
+
20
+ /* get $bws_plugins */
21
+ require_once( dirname( __FILE__ ) . '/product_list.php' );
22
+
23
+ $all_plugins = get_plugins();
24
+ $active_plugins = get_option( 'active_plugins' );
25
+ $sitewide_active_plugins = ( function_exists( 'is_multisite' ) && is_multisite() ) ? get_site_option( 'active_sitewide_plugins' ) : array();
26
+ $update_availible_all = get_site_transient( 'update_plugins' );
27
+
28
+ $plugin_category = isset( $_GET['category'] ) ? $_GET['category'] : 'all';
29
+
30
+ if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || ! isset( $_GET['sub'] ) ) {
31
+ $bws_plugins_update_availible = $bws_plugins_expired = array();
32
+ foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
33
+
34
+ foreach ( $value_plugin['category'] as $category_key ) {
35
+ $bws_plugins_category[ $category_key ]['count'] = isset( $bws_plugins_category[ $category_key ]['count'] ) ? $bws_plugins_category[ $category_key ]['count'] + 1 : 1;
36
+ }
37
 
38
+ $is_installed = array_key_exists( $key_plugin, $all_plugins );
39
+ $is_pro_installed = false;
40
+ if ( isset( $value_plugin['pro_version'] ) ) {
41
+ $is_pro_installed = array_key_exists( $value_plugin['pro_version'], $all_plugins );
42
+ }
43
+ /* check update_availible */
44
+ if ( $is_pro_installed && array_key_exists( $value_plugin['pro_version'], $update_availible_all->response ) ) {
45
+ unset( $bws_plugins[ $key_plugin ] );
46
+ $value_plugin['update_availible'] = $value_plugin['pro_version'];
47
+ $bws_plugins_update_availible[ $key_plugin ] = $value_plugin;
48
+ } else if ( $is_installed && array_key_exists( $key_plugin, $update_availible_all->response ) ) {
49
+ unset( $bws_plugins[ $key_plugin ] );
50
+ $value_plugin['update_availible'] = $key_plugin;
51
+ $bws_plugins_update_availible[ $key_plugin ] = $value_plugin;
52
+ }
53
+ /* check expired */
54
+ if ( $is_pro_installed && isset( $bstwbsftwppdtplgns_options['time_out'][ $value_plugin['pro_version'] ] ) &&
55
+ strtotime( $bstwbsftwppdtplgns_options['time_out'][ $value_plugin['pro_version'] ] ) < strtotime( date( "m/d/Y" ) ) ) {
56
+ unset( $bws_plugins[ $key_plugin ] );
57
+ $value_plugin['expired'] = $bstwbsftwppdtplgns_options['time_out'][ $value_plugin['pro_version'] ];
58
+ $bws_plugins_expired[ $key_plugin ] = $value_plugin;
59
  }
60
  }
61
+ $bws_plugins = $bws_plugins_update_availible + $bws_plugins_expired + $bws_plugins;
62
+ } else {
63
+ foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
64
+ foreach ( $value_plugin['category'] as $category_key ) {
65
+ $bws_plugins_category[ $category_key ]['count'] = isset( $bws_plugins_category[ $category_key ]['count'] ) ? $bws_plugins_category[ $category_key ]['count'] + 1 : 1;
66
+ }
67
+ }
68
+ }
69
+
70
+ /*** membership ***/
71
+ $bws_license_plugin = 'bws_get_list_for_membership';
72
+ $bws_license_key = isset( $bstwbsftwppdtplgns_options[ $bws_license_plugin ] ) ? $bstwbsftwppdtplgns_options[ $bws_license_plugin ] : '';
73
+ $update_membership_list = true;
74
+
75
+ if ( isset( $_POST['bws_license_key'] ) )
76
+ $bws_license_key = stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) );
77
+
78
+ if ( isset( $_SESSION['bws_membership_time_check'] ) && isset( $_SESSION['bws_membership_list'] ) && $_SESSION['bws_membership_time_check'] < strtotime( '+12 hours' ) ) {
79
+ $update_membership_list = false;
80
+ $plugins_array = $_SESSION['bws_membership_list'];
81
  }
82
+
83
+ if ( ( $update_membership_list && ! empty( $bws_license_key ) ) || ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bws_license_nonce_name' ) ) ) {
84
+
85
+ if ( '' != $bws_license_key ) {
86
+ if ( strlen( $bws_license_key ) != 18 ) {
87
+ $error = __( 'Wrong license key', 'bestwebsoft' );
88
+ } else {
89
+
90
+ if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - (24 * 60 * 60) ) ) {
91
+ $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
92
+ } else {
93
+ $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = 1;
94
+ $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] = time();
95
+ }
96
+
97
+ /* get Pro list */
98
+ $to_send = array();
99
+ $to_send["plugins"][ $bws_license_plugin ] = array();
100
+ $to_send["plugins"][ $bws_license_plugin ]["bws_license_key"] = $bws_license_key;
101
+ $options = array(
102
+ 'timeout' => ( ( defined('DOING_CRON') && DOING_CRON ) ? 30 : 3 ),
103
+ 'body' => array( 'plugins' => serialize( $to_send ) ),
104
+ 'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' ) );
105
+ $raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/update-check/1.0/', $options );
106
+
107
+ if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
108
+ $error = __( "Something went wrong. Please try again later. If the error appears again, please contact us", 'bestwebsoft' ) . ' <a href="http://support.bestwebsoft.com">BestWebSoft</a>. ' . __( "We are sorry for inconvenience.", 'bestwebsoft' );
109
+ } else {
110
+ $response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
111
+ if ( is_array( $response ) && !empty( $response ) ) {
112
+ foreach ( $response as $key => $value ) {
113
+ if ( "wrong_license_key" == $value->package ) {
114
+ $error = __( "Wrong license key", 'bestwebsoft' );
115
+ } elseif ( "wrong_domain" == $value->package ) {
116
+ $error = __( 'This license key is bind to another website. Change it via personal Client Area.', 'bestwebsoft' ) . '<a target="_blank" href="http://bestwebsoft.com/wp-admin/admin.php?page=bws_plugins_client_area">' . __( 'Log in', 'bestwebsoft' ) . '</a>';
117
+ } elseif ( "you_are_banned" == $value->package ) {
118
+ $error = __( "Unfortunately, you have exceeded the number of available tries per day.", 'bestwebsoft' );
119
+ } elseif ( "time_out" == $value->package ) {
120
+ $error = __( "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates you should extend it in your", 'bestwebsoft' ) . ' <a target="_blank" href="http://bestwebsoft.com/wp-admin/admin.php?page=bws_plugins_client_area">Client Area</a>';
121
+ } elseif ( "duplicate_domen_for_trial" == $value->package ) {
122
+ $error = __( "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once.", 'bestwebsoft' );
123
+ } elseif ( is_array( $value->package ) && ! empty( $value->package ) ) {
124
+ $plugins_array = $_SESSION['bws_membership_list'] = $value->package;
125
+ $_SESSION['bws_membership_time_check'] = strtotime( 'now' );
126
+
127
+ if ( $bws_license_key == $bstwbsftwppdtplgns_options[ $bws_license_plugin ] ) {
128
+ $message = __( 'The license key is valid.', 'bestwebsoft' );
129
+ if ( isset( $value->time_out ) && $value->time_out != '' )
130
+ $message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $value->time_out . '.';
131
+ } else {
132
+ $message = __( 'Congratulations! Pro Membership license is successfully activated.', 'bestwebsoft' );
133
+ }
134
+
135
+ $bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
136
+ }
137
+ }
138
+ } else {
139
+ $error = __( "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience.", 'bestwebsoft' );
140
+ }
141
+ }
142
+
143
+ if ( is_multisite() )
144
+ update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
145
+ else
146
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
147
+ }
148
+ } else {
149
+ $error = __( "Please enter your license key.", 'bestwebsoft' );
150
+ }
151
+ }
152
  }
153
 
154
+ if ( 'bws_system_status' == $_GET['page'] ) {
155
  $all_plugins = get_plugins();
156
  $active_plugins = get_option( 'active_plugins' );
157
  $mysql_info = $wpdb->get_results( "SHOW VARIABLES LIKE 'sql_mode'" );
177
  $multisite = __( 'Yes', 'bestwebsoft' );
178
  else
179
  $multisite = __( 'No', 'bestwebsoft' );
180
+ } else {
181
  $multisite = __( 'N/A', 'bestwebsoft' );
182
+ }
183
 
184
  $system_info = array(
185
  'system_info' => '',
217
  else
218
  $system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
219
  }
220
+
221
 
222
+ 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' ) ) ) {
223
+ if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
224
+ $bwsmn_form_email = esc_html( trim( $_REQUEST['bwsmn_form_email'] ) );
225
+ if ( $bwsmn_form_email == "" || ! is_email( $bwsmn_form_email ) ) {
226
+ $error = __( "Please enter a valid email address.", 'bestwebsoft' );
227
+ } else {
228
+ $email = $bwsmn_form_email;
229
+ $bwsmn_form_email = '';
230
+ $message = __( 'Email with system info is sent to ', 'bestwebsoft' ) . $email;
231
+ }
232
  } else {
233
+ $email = 'plugin_system_status@bestwebsoft.com';
234
+ $message = __( 'Thank you for contacting us.', 'bestwebsoft' );
 
235
  }
 
 
 
 
236
 
237
+ if ( $error == '' ) {
238
+ $headers = 'MIME-Version: 1.0' . "\n";
239
+ $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
240
+ $headers .= 'From: ' . get_option( 'admin_email' );
241
+ $message_text = '<html><head><title>System Info From ' . home_url() . '</title></head><body>
242
+ <h4>Environment</h4>
 
 
 
 
 
 
 
243
  <table>';
244
+ foreach ( $system_info['system_info'] as $key => $value ) {
245
+ $message_text .= '<tr><td>'. $key .'</td><td>'. $value .'</td></tr>';
246
  }
247
  $message_text .= '</table>';
248
+ if ( ! empty( $system_info['active_plugins'] ) ) {
249
+ $message_text .= '<h4>Active Plugins</h4>
250
+ <table>';
251
+ foreach ( $system_info['active_plugins'] as $key => $value ) {
252
+ $message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
253
+ }
254
+ $message_text .= '</table>';
255
  }
256
+ if ( ! empty( $system_info['inactive_plugins'] ) ) {
257
+ $message_text .= '<h4>Inactive Plugins</h4>
258
+ <table>';
259
+ foreach ( $system_info['inactive_plugins'] as $key => $value ) {
260
+ $message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
261
+ }
262
+ $message_text .= '</table>';
263
+ }
264
+ $message_text .= '</body></html>';
265
+ $result = wp_mail( $email, 'System Info From ' . home_url(), $message_text, $headers );
266
+ if ( $result != true )
267
+ $error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
268
  }
 
 
 
 
269
  }
270
  } ?>
271
+ <div class="bws-wrap">
272
+ <div class="bws-header">
273
+ <div class="bws-title">
274
+ <a href="<?php echo self_admin_url( 'admin.php?page=bws_panel' ); ?>">
275
+ <img class="bws-logo" src="<?php echo plugins_url( 'images/bestwebsoft-logo-white.svg', __FILE__ ); ?>" />
276
+ BestWebSoft
277
+ <span>panel</span>
278
+ </a>
279
+ </div>
280
+ <div class="bws-menu-item-icon">&#8226;&#8226;&#8226;</div>
281
+ <div class="bws-nav-tab-wrapper">
282
+ <a class="bws-nav-tab<?php if ( 'bws_panel' == $_GET['page'] ) echo ' bws-nav-tab-active'; ?>" href="admin.php?page=bws_panel"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
283
+ <a class="bws-nav-tab<?php if ( 'bws_themes' == $_GET['page'] ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=bws_themes' ); ?>"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
284
+ </div>
285
+ <div class="bws-help-links-wrapper">
286
+ <a <?php if ( 'bws_system_status' == $_GET['page'] ) echo ' class="bws-nav-tab-active"'; ?> href="<?php echo self_admin_url( 'admin.php?page=bws_system_status' ); ?>"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
287
+ <a href="<?php echo esc_url( 'http://support.bestwebsoft.com/home' ); ?>" target="_blank"><?php _e( 'Support', 'bestwebsoft' ); ?></a>
288
+ <a href="<?php echo esc_url( 'http://bestwebsoft.com/wp-admin/admin.php?page=client-area' ); ?>" target="_blank" title="<?php _e( 'Manage purchased licenses & subscriptions', 'bestwebsoft' ); ?>"><?php _e( 'Client Area', 'bestwebsoft' ); ?></a>
289
+ </div>
 
290
  <div class="clear"></div>
291
+ </div>
292
+ <?php if ( 'bws_panel' == $_GET['page'] && ! isset( $_POST['bws_plugin_action_submit'] ) ) { ?>
293
+ <div class="bws-membership-wrap">
294
+ <div class="bws-membership-backround"></div>
295
+ <div class="bws-membership">
296
+ <div class="bws-membership-title"><?php printf( __( 'Get Access to %s+ Premium Plugins', 'bestwebsoft' ), '30' ); ?></div>
297
+ <div class="bws-membership-description"><?php printf( __( 'Join BestWebSoft Pro Membership today, cancel any time and use all plugins on a single website %s for only %s per month.', 'bestwebsoft' ), "<br/>", '$40' ); ?></div>
298
+ <form method="post" action="">
299
+ <?php if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) &&
300
+ '5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
301
+ $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
302
+ <div>
303
+ <input disabled="disabled" type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
304
+ <input disabled="disabled" type="submit" class="bws-button" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
305
+ </div>
306
+ <div class="bws_error"><?php _e( "Unfortunately, you have exceeded the number of available tries per day.", 'bestwebsoft' ); ?></div>
307
+ <?php } else { ?>
308
+ <div>
309
+ <input type="text" placeholder="<?php _e( 'Enter your license key', 'bestwebsoft' ); ?>" maxlength="100" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
310
+ <input type="hidden" name="bws_license_plugin" value="<?php echo $bws_license_plugin; ?>" />
311
+ <input type="hidden" name="bws_license_submit" value="submit" />
312
+ <?php if ( empty( $plugins_array ) ) { ?>
313
+ <input type="submit" class="bws-button" value="<?php _e( 'Activate Membership', 'bestwebsoft' ); ?>" />
314
+ <?php } else { ?>
315
+ <input type="submit" class="bws-button" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
316
+ <?php } ?>
317
+ <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_nonce_name' ); ?>
318
+ </div>
319
+ <div class="bws_error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><?php echo $error; ?></div>
320
+ <?php } ?>
321
+ </form>
322
+ <div class="bws-membership-link"><?php _e( 'Don’t have valid license key yet?', 'bestwebsoft' ); ?> <a target="_blank" href="http://bestwebsoft.com/membership/"><?php _e( 'Subscribe to Pro Membership Now', 'bestwebsoft' ); ?></a></div>
323
+ </div>
324
+ </div>
325
+ <?php } ?>
326
+ <div class="bws-wrap-content wrap">
327
+ <?php if ( 'bws_panel' == $_GET['page'] ) { ?>
328
+ <div class="updated notice is-dismissible inline" <?php if ( '' == $message || '' != $error ) echo "style=\"display:none\""; ?>><p><?php echo $message; ?></p></div>
329
+ <h1>
330
+ <?php _e( 'Plugins', 'bestwebsoft' ); ?>
331
+ <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>
332
+ </h1>
333
+ <?php if ( isset( $_GET['error'] ) ) {
334
+ if ( isset( $_GET['charsout'] ) )
335
+ $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'] );
336
+ else
337
+ $errmsg = __( 'Plugin could not be activated because it triggered a <strong>fatal error</strong>.' ); ?>
338
+ <div id="message" class="error is-dismissible"><p><?php echo $errmsg; ?></p></div>
339
+ <?php } elseif ( isset( $_GET['activate'] ) ) { ?>
340
+ <div id="message" class="updated notice is-dismissible"><p><?php _e( 'Plugin <strong>activated</strong>.' ) ?></p></div>
341
+ <?php }
342
+
343
+ if ( isset( $_POST['bws_plugin_action_submit'] ) && isset( $_POST['bws_install_plugin'] ) && check_admin_referer( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ) ) {
344
+
345
+ $bws_license_plugin = esc_html( $_POST['bws_install_plugin'] );
346
+
347
+ echo '<h2>' . __( 'Installing Plugin', 'bestwebsoft' ) . ': ' . $plugins_array[ $bws_license_plugin ]['name'] . '</h2>';
348
+
349
+ $bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
350
+
351
+ $url = $plugins_array[ $bws_license_plugin ]['link'] . '&download_from=5';
352
+
353
+ echo '<p>' . __( "Downloading install package from", 'bestwebsoft' ) . ' ' . $url . '</p>';
354
+
355
+ $uploadDir = wp_upload_dir();
356
+ $zip_name = explode( '/', $bws_license_plugin );
357
+
358
+ if ( !function_exists( 'curl_init' ) ) {
359
+ $received_content = file_get_contents( $url );
360
+ } else {
361
+ $ch = curl_init();
362
+ curl_setopt( $ch, CURLOPT_URL, $url );
363
+ curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
364
+ curl_setopt( $ch, CURLOPT_FOLLOWLOCATION, true );
365
+ $received_content = curl_exec( $ch );
366
+ curl_close( $ch );
367
+ }
368
+
369
+ if ( ! $received_content ) {
370
+ $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
371
+ } else {
372
+ if ( is_writable( $uploadDir["path"] ) ) {
373
+ $file_put_contents = $uploadDir["path"] . "/" . $zip_name[0] . ".zip";
374
+
375
+ if ( file_put_contents( $file_put_contents, $received_content ) ) {
376
+ @chmod( $file_put_contents, octdec( 755 ) );
377
+
378
+ echo '<p>' . __( 'Unpacking the package', 'bestwebsoft' ) . '...</p>';
379
+
380
+ if ( class_exists( 'ZipArchive' ) ) {
381
+ $zip = new ZipArchive();
382
+ if ( $zip->open( $file_put_contents ) === TRUE ) {
383
+ echo '<p>' . __( 'Installing the plugin', 'bestwebsoft' ) . '...</p>';
384
+ $zip->extractTo( WP_PLUGIN_DIR );
385
+ $zip->close();
386
+ } else {
387
+ $error = __( "Failed to open the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
388
+ }
389
+ } elseif ( class_exists( 'Phar' ) ) {
390
+ $phar = new PharData( $file_put_contents );
391
+ echo '<p>' . __( 'Installing the plugin', 'bestwebsoft' ) . '...</p>';
392
+ $phar->extractTo( WP_PLUGIN_DIR );
393
+ } else {
394
+ $error = __( "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually", 'bestwebsoft' );
395
+ }
396
+ if ( empty( $error ) )
397
+ echo '<p>' . __( 'Successfully installed the plugin', 'bestwebsoft' ) . ' <strong>' . $plugins_array[ $bws_license_plugin ]['name'] . '</strong></p>';
398
+
399
+ @unlink( $file_put_contents );
400
+ } else {
401
+ $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
402
+ }
403
+ } else {
404
+ $error = __( "UploadDir is not writable. Please, upload the plugin manually", 'bestwebsoft' );
405
  }
406
  }
407
 
408
+ if ( file_exists( WP_PLUGIN_DIR . '/' . $zip_name[0] ) ) {
409
+ echo '<p><a href="' . wp_nonce_url( 'admin.php?page=bws_panel&amp;bws_activate_plugin=' . $bws_license_plugin, 'bws_activate_plugin' . $bws_license_plugin ) . '" target="_parent">' . __( 'Activate Plugin', 'bestwebsoft' ) . '</a> | <a href="' . self_admin_url( 'admin.php?page=bws_panel' ) . '" target="_parent">' . __( 'Return to BestWebSoft Panel', 'bestwebsoft' ) . '</a></p>';
410
+ } else {
411
+ if ( empty( $error ) )
412
+ $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
413
+
414
+ echo '<p class="error">' . $error . '</p>';
415
+ echo '<p><a href="' . self_admin_url( 'admin.php?page=bws_panel' ) . '" target="_parent">' . __( 'Return to BestWebSoft Panel', 'bestwebsoft' ) . '</a></p>';
416
+ }
417
+ } else { ?>
418
+ <ul class="subsubsub">
419
+ <li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_panel<?php if ( 'all' != $plugin_category ) echo '&amp;category=' . $plugin_category; ?>"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
420
+ <li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_panel&amp;sub=installed<?php if ( 'all' != $plugin_category ) echo '&amp;category=' . $plugin_category; ?>"><?php _e( 'Installed', 'bestwebsoft' ); ?></a></li> |
421
+ <li><a <?php if ( isset( $_GET['sub'] ) && 'not_installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_panel&amp;sub=not_installed<?php if ( 'all' != $plugin_category ) echo '&amp;category=' . $plugin_category; ?>"><?php _e( 'Not Installed', 'bestwebsoft' ); ?></a></li>
422
+ </ul>
423
+ <div class="clear"></div>
424
+ <div class="bws-filter-top">
425
+ <h2>
426
+ <span class="bws-toggle-indicator"></span>
427
+ <?php _e( 'Filter results', 'bestwebsoft' ); ?>
428
+ </h2>
429
+ <div class="bws-filter-top-inside">
430
+ <div class="bws-filter-title"><?php _e( 'Category', 'bestwebsoft' ); ?></div>
431
+ <ul class="bws-category">
432
+ <li>
433
+ <?php $sub_in_url = ( isset( $_GET['sub'] ) && in_array( $_GET['sub'], array( 'installed', 'not_installed' ) ) ) ? '&amp;sub=' . $_GET['sub'] : ''; ?>
434
+ <a <?php if ( 'all' == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo self_admin_url( 'admin.php?page=bws_panel' . $sub_in_url ); ?>"><?php _e( 'All', 'bestwebsoft' ); ?>
435
+ <span>(<?php echo count( $bws_plugins ); ?>)</span>
436
+ </a>
437
+ </li>
438
+ <?php foreach ( $bws_plugins_category as $category_key => $category_value ) { ?>
439
+ <li>
440
+ <a <?php if ( $category_key == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( 'admin.php?page=bws_panel' . $sub_in_url . '&amp;category=' . $category_key ) ); ?>"><?php echo $category_value['name']; ?>
441
+ <span>(<?php echo $category_value['count']; ?>)</span>
442
+ </a>
443
+ </li>
444
+ <?php } ?>
445
+ </ul>
446
+ </div>
447
+ </div>
448
+ <div class="bws-products">
449
+ <?php $nothing_found = true;
450
+ foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
451
+
452
+ if ( 'all' != $plugin_category && isset( $bws_plugins_category[ $plugin_category ] ) && ! in_array( $plugin_category, $value_plugin['category'] ) )
453
+ continue;
454
+
455
+ $key_plugin_explode = explode( '/', $key_plugin );
456
+
457
+ $icon = isset( $value_plugin['icon'] ) ? $value_plugin['icon'] : '//ps.w.org/' . $key_plugin_explode[0] . '/assets/icon-128x128.png';
458
+ $is_pro_isset = isset( $value_plugin['pro_version'] );
459
+ $is_installed = array_key_exists( $key_plugin, $all_plugins );
460
+ $is_active = in_array( $key_plugin, $active_plugins ) || isset( $sitewide_active_plugins[ $key_plugin ] );
461
+
462
+ $is_pro_installed = $is_pro_active = false;
463
+ if ( $is_pro_isset ) {
464
+ $is_pro_installed = array_key_exists( $value_plugin['pro_version'], $all_plugins );
465
+ $is_pro_active = in_array( $value_plugin['pro_version'], $active_plugins ) || isset( $sitewide_active_plugins[ $value_plugin['pro_version'] ] );
466
+ }
467
+
468
+ if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] && ! $is_pro_installed && ! $is_installed ) ||
469
+ ( isset( $_GET['sub'] ) && 'not_installed' == $_GET['sub'] && ( $is_pro_installed || $is_installed ) ) )
470
+ continue;
471
+
472
+ $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"';
473
+
474
+ $nothing_found = false; ?>
475
+ <div class="bws_product_box<?php if ( $is_active || $is_pro_active ) echo ' bws_product_active'; ?>">
476
+ <div class="bws_product_image">
477
+ <a <?php echo $link_attr; ?>><img src="<?php echo $icon; ?>"/></a>
478
+ </div>
479
  <div class="bws_product_content">
480
+ <div class="bws_product_title"><a <?php echo $link_attr; ?>><?php echo $value_plugin['name']; ?></a></div>
481
+ <div class="bws-version">
482
+ <?php
483
+ if ( $is_pro_installed ) {
484
+ echo '<span';
485
+ if ( ! empty( $value_plugin['expired'] ) || ! empty( $value_plugin['update_availible'] ) )
486
+ echo ' class="bws-update-available"';
487
+ echo '>v ' . $all_plugins[ $value_plugin['pro_version'] ]['Version'] . '</span>';
488
+ } elseif ( $is_installed ) {
489
+ echo '<span';
490
+ if ( ! empty( $value_plugin['expired'] ) || ! empty( $value_plugin['update_availible'] ) )
491
+ echo ' class="bws-update-available"';
492
+ echo '>v ' . $all_plugins[ $key_plugin ]['Version'] . '</span>';
493
+ }
494
+
495
+ if ( ! empty( $value_plugin['expired'] ) ) {
496
+ echo ' - <a class="bws-update-now" href="http://support.bestwebsoft.com/hc/en-us/articles/202356359" target="_blank">' . __( 'Renew to get updates', 'bestwebsoft' ) . '</a>';
497
+ } elseif ( ! empty( $value_plugin['update_availible'] ) ) {
498
+ $r = $update_availible_all->response[ $value_plugin['update_availible'] ];
499
+ 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>';
500
+ } ?>
501
+ </div>
502
+ <div class="bws_product_description">
503
+ <?php echo ( strlen( $value_plugin['description'] ) > 100 ) ? substr( $value_plugin['description'], 0, 100 ) . '...' : $value_plugin['description']; ?>
504
+ </div>
505
+ <div class="bws_product_links">
506
+ <?php if ( $is_active || $is_pro_active ) {
507
+ if ( $is_pro_isset ) {
508
+ if ( ! $is_pro_installed ) {
509
+ if ( ! empty( $plugins_array ) && array_key_exists( $value_plugin['pro_version'], $plugins_array ) ) { ?>
510
+ <form method="post" action="">
511
+ <input type="submit" class="button button-secondary" value="<?php _e( 'Install Now', 'bestwebsoft' ); ?>" />
512
+ <input type="hidden" name="bws_plugin_action_submit" value="submit" />
513
+ <input type="hidden" name="bws_install_plugin" value="<?php echo $value_plugin['pro_version']; ?>" />
514
+ <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ); ?>
515
+ </form>
516
+ <?php } else { ?>
517
+ <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>
518
+ <?php }
519
+ }
520
+ } else { ?>
521
+ <a class="bws_donate" href="http://bestwebsoft.com/donate/" target="_blank"><?php _e( 'Donate', 'bestwebsoft' ); ?></a> <span>|</span>
522
+ <?php }
523
+
524
+ if ( $is_pro_active ) { ?>
525
+ <a class="bws_settings" href="<?php echo $bws_plugins[ $key_plugin ]["pro_settings"]; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
526
+ <?php } else { ?>
527
+ <a class="bws_settings" href="<?php echo $bws_plugins[ $key_plugin ]["settings"]; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
528
+ <?php }
529
+ } else {
530
+ if ( $is_pro_installed ) { ?>
531
+ <a class="button button-secondary" href="<?php echo wp_nonce_url( 'admin.php?page=bws_panel&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>
532
+ <?php } elseif ( ! empty( $plugins_array ) && isset( $value_plugin['pro_version'] ) && array_key_exists( $value_plugin['pro_version'], $plugins_array ) ) { ?>
533
+ <form method="post" action="">
534
+ <input type="submit" class="button button-secondary" value="<?php _e( 'Install Now', 'bestwebsoft' ); ?>" />
535
+ <input type="hidden" name="bws_plugin_action_submit" value="submit" />
536
+ <input type="hidden" name="bws_install_plugin" value="<?php echo $value_plugin['pro_version']; ?>" />
537
+ <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ); ?>
538
+ </form>
539
+ <?php } elseif ( $is_installed ) { ?>
540
+ <a class="button button-secondary" href="<?php echo wp_nonce_url( 'admin.php?page=bws_panel&amp;bws_activate_plugin=' . $key_plugin, 'bws_activate_plugin' . $key_plugin ); ?>" title="<?php _e( 'Activate this plugin', 'bestwebsoft' ); ?>"><?php _e( 'Activate', 'bestwebsoft' ); ?></a>
541
+ <?php } else {
542
+ $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( ' ', '+', $value_plugin['name'] ) . '+BestWebSoft&plugin-search-input=Search+Plugins' ) ); ?>
543
+ <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>
544
+ <?php }
545
+ } ?>
546
  </div>
 
547
  </div>
548
  <div class="clear"></div>
549
+ </div>
550
+ <?php }
551
+ if ( $nothing_found ) { ?>
552
+ <p class="description"><?php _e( 'Nothing found. Try another criteria.', 'bestwebsoft' ); ?></p>
553
+ <?php } ?>
554
+ </div>
555
+ <div id="bws-filter-wrapper">
556
+ <div class="bws-filter">
557
+ <div class="bws-filter-title"><?php _e( 'Category', 'bestwebsoft' ); ?></div>
558
+ <ul class="bws-category">
559
+ <li>
560
+ <?php $sub_in_url = ( isset( $_GET['sub'] ) && in_array( $_GET['sub'], array( 'installed', 'not_installed' ) ) ) ? '&amp;sub=' . $_GET['sub'] : ''; ?>
561
+ <a <?php if ( 'all' == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo self_admin_url( 'admin.php?page=bws_panel' . $sub_in_url ); ?>"><?php _e( 'All', 'bestwebsoft' ); ?>
562
+ <span>(<?php echo count( $bws_plugins ); ?>)</span>
563
+ </a>
564
+ </li>
565
+ <?php foreach ( $bws_plugins_category as $category_key => $category_value ) { ?>
566
+ <li>
567
+ <a <?php if ( $category_key == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( 'admin.php?page=bws_panel' . $sub_in_url . '&amp;category=' . $category_key ) ); ?>"><?php echo $category_value['name']; ?>
568
+ <span>(<?php echo $category_value['count']; ?>)</span>
569
+ </a>
570
+ </li>
571
  <?php } ?>
572
+ </ul>
573
  </div>
574
+ </div><!-- #bws-filter-wrapper -->
575
+ <div class="clear"></div>
576
+ <?php }
577
+ } elseif ( 'bws_themes' == $_GET['page'] ) {
578
+ require_once( dirname( __FILE__ ) . '/product_list.php' ); ?>
579
+ <h1><?php _e( 'Themes', 'bestwebsoft' ); ?></h1>
580
+ <div id="availablethemes" class="bws-availablethemes">
581
+ <?php if ( $wp_version < '3.9' ) {
582
+ foreach ( $themes as $theme ) { ?>
583
+ <div class="available-theme installable-theme"><?php
584
+ $installed_theme = wp_get_theme( $theme->slug ); ?>
585
+ <a class="screenshot" href="<?php echo esc_url( $theme->href ); ?>">
586
+ <img src="<?php echo plugins_url( "icons/themes/" , __FILE__ ) . $theme->slug . '.png'; ?>" width='150' />
587
+ </a>
588
+ <h3><?php echo $theme->name; ?></h3>
589
+ <div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), 'BestWebSoft' ); ?></div>
590
+ <div class="action-links">
591
+ <ul>
592
+ <?php if ( $installed_theme->exists() ) { ?>
593
+ <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>
594
+ <?php } ?>
595
+ <li><a class="theme-detail" href="<?php echo esc_url( $theme->href ); ?>" target="_blank"><?php _e( 'Learn More', 'bestwebsoft' ); ?></a></li>
596
+ </ul>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
597
  </div>
598
  </div>
599
  <?php }
600
+ } else { ?>
601
+ <div class="theme-browser">
602
+ <div class="themes">
603
+ <?php foreach ( $themes as $key => $theme ) {
604
+ $installed_theme = wp_get_theme( $theme->slug ); ?>
605
+ <div class="theme" tabindex="0">
606
+ <div class="theme-screenshot">
607
+ <img src="<?php echo plugins_url( "icons/themes/" , __FILE__ ) . $theme->slug . '.png'; ?>" alt="" />
608
+ </div>
609
+ <div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), 'BestWebSoft' ); ?></div>
610
+ <h3 class="theme-name"><?php echo $theme->name; ?></h3>
611
+ <div class="theme-actions">
612
+ <a class="button button-secondary preview install-theme-preview" href="<?php echo $theme->href; ?>" target="_blank"><?php esc_html_e( 'Learn More', 'bestwebsoft' ); ?></a>
613
+ </div>
614
+ <?php if ( $installed_theme->exists() ) { ?>
615
+ <div class="theme-installed"><?php _e( 'Already Installed', 'bestwebsoft' ); ?></div>
616
+ <?php } ?>
617
  </div>
 
 
 
 
 
 
 
 
 
 
618
  <?php } ?>
619
+ <br class="clear" />
 
 
 
 
 
620
  </div>
621
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
622
  <?php } ?>
623
+ <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>
624
+ </div>
625
+ <?php } elseif ( 'bws_system_status' == $_GET['page'] ) { ?>
626
+ <h1><?php _e( 'System status', 'bestwebsoft' ); ?></h1>
627
+ <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>
628
+ <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
629
+ <form method="post" action="">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
630
  <p>
631
  <input type="hidden" name="bwsmn_form_submit" value="submit" />
632
  <input type="submit" class="button-primary" value="<?php _e( 'Send to support', 'bestwebsoft' ) ?>" />
633
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ); ?>
634
  </p>
635
  </form>
636
+ <form method="post" action="">
637
  <p>
638
  <input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
639
  <input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'bestwebsoft' ) ?>" />
641
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
642
  </p>
643
  </form>
644
+ <div class="inside">
645
+ <table class="bws_system_info">
646
+ <thead><tr><th><?php _e( 'Environment', 'bestwebsoft' ); ?></th><td></td></tr></thead>
647
+ <tbody>
648
+ <?php foreach ( $system_info['system_info'] as $key => $value ) { ?>
649
+ <tr>
650
+ <td scope="row"><?php echo $key; ?></td>
651
+ <td scope="row"><?php echo $value; ?></td>
652
+ </tr>
653
+ <?php } ?>
654
+ </tbody>
655
+ </table>
656
+ <table class="bws_system_info">
657
+ <thead><tr><th><?php _e( 'Active Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
658
+ <tbody>
659
+ <?php if ( ! empty( $system_info['active_plugins'] ) ) {
660
+ foreach ( $system_info['active_plugins'] as $key => $value ) { ?>
661
+ <tr>
662
+ <td scope="row"><?php echo $key; ?></td>
663
+ <td scope="row"><?php echo $value; ?></td>
664
+ </tr>
665
+ <?php }
666
+ } ?>
667
+ </tbody>
668
+ </table>
669
+ <table class="bws_system_info">
670
+ <thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
671
+ <tbody>
672
+ <?php if ( ! empty( $system_info['inactive_plugins'] ) ) {
673
+ foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
674
+ <tr>
675
+ <td scope="row"><?php echo $key; ?></td>
676
+ <td scope="row"><?php echo $value; ?></td>
677
+ </tr>
678
+ <?php }
679
+ } ?>
680
+ </tbody>
681
+ </table>
682
+ <div class="clear"></div>
683
+ </div>
684
+ <?php } ?>
685
+ </div>
686
  </div>
687
  <?php }
688
  }
690
  if ( ! function_exists( 'bws_get_banner_array' ) ) {
691
  function bws_get_banner_array() {
692
  global $bstwbsftwppdtplgns_banner_array;
693
+ $bstwbsftwppdtplgns_banner_array = array(
694
+ array( 'crrntl_hide_banner_on_plugin_page', 'car-rental/car-rental.php', '1.0.0' ),
695
+ array( 'lnkdn_hide_banner_on_plugin_page', 'bws-linkedin/bws-linkedin.php', '1.0.1' ),
696
+ array( 'pntrst_hide_banner_on_plugin_page', 'bws-pinterest/bws-pinterest.php', '1.0.1' ),
697
+ array( 'zndskhc_hide_banner_on_plugin_page', 'zendesk-help-center/zendesk-help-center.php', '1.0.0' ),
698
  array( 'gglcptch_hide_banner_on_plugin_page', 'google-captcha/google-captcha.php', '1.18' ),
699
  array( 'mltlngg_hide_banner_on_plugin_page', 'multilanguage/multilanguage.php', '1.1.1' ),
700
  array( 'adsns_hide_banner_on_plugin_page', 'adsense-plugin/adsense-plugin.php', '1.36' ),
bws_menu/css/codemirror.css CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  /* BASICS */
2
 
3
  .CodeMirror {
1
+ /* custom */
2
+ .CodeMirror span.bws-readonly {
3
+ color: #aaa;
4
+ }
5
  /* BASICS */
6
 
7
  .CodeMirror {
bws_menu/css/general_style.css CHANGED
@@ -1,14 +1,13 @@
1
- #adminmenu #toplevel_page_bws_plugins div.wp-menu-image,
2
- .admin-color-classic #adminmenu #toplevel_page_bws_plugins div.wp-menu-image,
3
- #adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image,
4
- #adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image {
5
- background: url("../images/icon_16_single.png") no-repeat scroll center center transparent;
6
- }
7
- #adminmenu #toplevel_page_bws_plugins.wp-not-current-submenu div.wp-menu-image {
8
- opacity: 0.7;
9
- }
10
- .sticky-menu #toplevel_page_bws_plugins .wp-submenu .wp-first-item {
11
- display: none;
12
  }
13
  .bws_info {
14
  color: #888;
@@ -29,6 +28,10 @@
29
  }
30
  .bws-plugin-reviews-support {
31
  padding: 10px;
 
 
 
 
32
  }
33
  /*
34
  * styles for Go PRO tab
@@ -36,13 +39,13 @@
36
  .bws_go_pro_tab {
37
  background-color: #2A95C5;
38
  border-color: #11688F;
39
- color: #FFFFFF;
40
  font-weight: normal;
41
  text-shadow: none;
42
  }
43
  .bws_go_pro_tab:hover {
44
  background-color: #2080AB;
45
- color: #FFFFFF;
46
  border-color: #11688F;
47
  }
48
  .bws_go_pro_tab.nav-tab-active {
@@ -58,7 +61,6 @@ tr.bws_pro_version,
58
  .nav-tab.bws_plugin_menu_pro_version,
59
  .nav-tab.bws_plugin_menu_pro_version:hover {
60
  background: rgba(248, 226, 104, 0.11) url("../images/pattern_bg.png");
61
- border: 1px solid #AAA;
62
  }
63
  td.bws_pro_version_tooltip {
64
  border: 1px solid #AAA;
@@ -262,6 +264,49 @@ div.bws_banner_on_plugin_page .icon {
262
  .bws_banner_on_plugin_page .text + .icon {
263
  display: none;
264
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
265
  .rtl div.bws_banner_on_plugin_page .button,
266
  .rtl .bws_pro_version_tooltip .bws_button {
267
  float: left;
@@ -271,6 +316,9 @@ div.bws_banner_on_plugin_page .icon {
271
  .rtl .bws_pro_version_tooltip .bws_info {
272
  float: right;
273
  }
 
 
 
274
  .rtl table.bws_pro_version th,
275
  .rtl table.bws_pro_version td {
276
  padding-right: 10px;
@@ -290,6 +338,11 @@ div.bws_banner_on_plugin_page .icon {
290
  left: 8px;
291
  }
292
  }
 
 
 
 
 
293
  /* display shortcodes */
294
  span.bws_code {
295
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
1
+ #adminmenu #toplevel_page_bws_panel div.wp-menu-image img,
2
+ .admin-color-classic #adminmenu #toplevel_page_bws_panel div.wp-menu-image img,
3
+ #adminmenu #toplevel_page_bws_panel:hover div.wp-menu-image img,
4
+ #adminmenu #toplevel_page_bws_panel.wp-has-current-submenu div.wp-menu-image img {
5
+ width: 18px;
6
+ }
7
+ #adminmenu #toplevel_page_bws_panel .wp-submenu li:nth-child(4) a {
8
+ border-bottom: 1px solid #444;
9
+ padding-bottom: 12px;
10
+ margin-bottom: 5px;
 
11
  }
12
  .bws_info {
13
  color: #888;
28
  }
29
  .bws-plugin-reviews-support {
30
  padding: 10px;
31
+ border-bottom: 1px dashed #70A8C2;
32
+ }
33
+ .bws-plugin-reviews-donate {
34
+ padding: 10px;
35
  }
36
  /*
37
  * styles for Go PRO tab
39
  .bws_go_pro_tab {
40
  background-color: #2A95C5;
41
  border-color: #11688F;
42
+ color: #fff;
43
  font-weight: normal;
44
  text-shadow: none;
45
  }
46
  .bws_go_pro_tab:hover {
47
  background-color: #2080AB;
48
+ color: #fff;
49
  border-color: #11688F;
50
  }
51
  .bws_go_pro_tab.nav-tab-active {
61
  .nav-tab.bws_plugin_menu_pro_version,
62
  .nav-tab.bws_plugin_menu_pro_version:hover {
63
  background: rgba(248, 226, 104, 0.11) url("../images/pattern_bg.png");
 
64
  }
65
  td.bws_pro_version_tooltip {
66
  border: 1px solid #AAA;
264
  .bws_banner_on_plugin_page .text + .icon {
265
  display: none;
266
  }
267
+ .bws_banner_to_settings_joint .bws-text {
268
+ color: #000;
269
+ font-size: 16px;
270
+ line-height: 26px;
271
+ padding: 13px 14px 14px;
272
+ }
273
+ .bws_banner_to_settings_joint .icon span.dashicons-admin-plugins {
274
+ font-size: 48px;
275
+ color: #d6d6d6;
276
+ width: 48px;
277
+ height: 48px;
278
+ }
279
+ .bws_banner_on_plugin_page.bws_banner_to_settings_joint .icon {
280
+ margin: 2px 16px 0 0;
281
+ }
282
+ .bws_banner_to_settings_joint .bws-details {
283
+ background: #f2f2f2;
284
+ padding: 15px 78px 21px;
285
+ }
286
+ .bws_banner_to_settings_joint a {
287
+ text-decoration: none;
288
+ }
289
+ .bws_banner_to_settings_joint .bws-more-links {
290
+ font-size: 14px;
291
+ }
292
+ .bws_banner_to_settings_joint .bws-more:after {
293
+ content: "\f347";
294
+ font-family: dashicons;
295
+ margin: 0 5px;
296
+ top: 2px;
297
+ position: relative;
298
+ }
299
+ .bws_banner_to_settings_joint .bws-less:after {
300
+ content: "\f343";
301
+ font-family: dashicons;
302
+ margin: 0 5px;
303
+ top: 2px;
304
+ position: relative;
305
+ }
306
+ .bws_banner_to_settings_joint .bws-details strong {
307
+ font-size: 14px;
308
+ line-height: 30px;
309
+ }
310
  .rtl div.bws_banner_on_plugin_page .button,
311
  .rtl .bws_pro_version_tooltip .bws_button {
312
  float: left;
316
  .rtl .bws_pro_version_tooltip .bws_info {
317
  float: right;
318
  }
319
+ .rtl .bws_banner_on_plugin_page.bws_banner_to_settings_joint .icon {
320
+ margin: 2px 0 0 16px;
321
+ }
322
  .rtl table.bws_pro_version th,
323
  .rtl table.bws_pro_version td {
324
  padding-right: 10px;
338
  left: 8px;
339
  }
340
  }
341
+ @media screen and (max-width: 600px) {
342
+ .bws_banner_to_settings_joint .bws-details {
343
+ padding: 15px 20px 21px;
344
+ }
345
+ }
346
  /* display shortcodes */
347
  span.bws_code {
348
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
bws_menu/css/style.css CHANGED
@@ -1,3 +1,215 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  .bws_system_info_meta_box {
2
  max-width: 850px;
3
  }
@@ -17,178 +229,243 @@
17
  .bws_system_info tbody td {
18
  border-bottom: 1px solid #DFDFDF;
19
  }
20
- .clear {
21
- clear: both;
22
- }
23
- .bws_main.title {
24
  float: left;
25
- margin-right: 30px;
26
  }
27
- .bws_installed,
28
- .bws_recommended {
29
- color: #999;
30
- font-weight: bold;
31
- text-transform: uppercase;
32
- font-size: 14px;
33
- }
34
- .bws_installed:before,
35
- .bws_recommended:before {
36
- border-radius: 9px;
37
- content: "";
38
- display: inline-block;
39
- height: 8px;
40
- position: relative;
41
- top: -1px;
42
- width: 8px;
43
- margin-right: 7px;
44
- }
45
- .bws_recommended:before {
46
- background: #0074a2;
47
- }
48
- .bws_installed:before {
49
- background: #00a22e;
50
  }
51
  .bws_product_box {
52
- background: none repeat scroll 0 0 #FFFFFF;
53
  border: 1px solid #CACACA;
54
  float: left;
55
- margin: 0 9px 10px 0;
56
- text-align: center;
57
- width: 182px;
58
  border-radius: 3px;
 
59
  }
60
- .bws_product_box a {
61
- text-decoration: none;
62
  }
63
- .bws_product {
64
- border-bottom: 1px solid #fff;
65
- min-height: 235px;
66
  }
67
- .bws_product_content {
68
- min-height: 87px;
 
 
 
69
  }
70
- .bws_activate {
71
- color: #F14B21;
72
  }
73
- .bws_activate:hover {
74
- color: #f26e50;
 
75
  }
76
  .bws_product_title {
77
- font-weight: bold;
78
- padding: 16px 10px 28px;
79
- font-size: 14px;
80
- height: 42px;
81
- position: relative;
82
- z-index: 2;
83
  }
84
- .bws_product_deactivated .bws_product_title {
85
- color: #7e7e7e;
 
86
  }
87
- .bws_product_pro .bws_product_title {
88
- color: #fff;
89
  }
90
- .bws_product_icon_pro {
91
- background: #F26E50;
92
- border-radius: 4px;
93
- color: #FFF;
94
- font-size: 15px;
95
- font-weight: bold;
96
- height: 20px;
97
- margin: -9px auto -10px;
98
- position: relative;
99
- width: 46px;
100
- line-height: 19px;
 
 
101
  }
102
  .bws_product_description {
103
- padding: 0 10px;
104
- color: #a7a7a7;
105
- display: none;
106
- font-size: 12px;
107
  }
108
  .bws_product_links {
109
- padding: 10px 6px 12px;
110
  }
111
  .bws_product_links span {
112
- color: #c2c2c2;
 
 
113
  }
114
- .bws_product_deactivated .bws_product {
115
- background: #EEE;
116
- border-bottom: 1px solid #CACACA;
117
  }
118
- .bws_product.bws_product_pro {
119
- background: #222;
120
- border-bottom: 1px solid #222;
121
- color: #fff;
122
  }
123
- .bws_product a,
124
- .bws_product a:hover {
 
 
125
  color: #fff;
 
126
  }
127
- .bws_product_button {
128
- background: #00A22E;
129
- border-radius: 2px;
130
- margin: 3px auto;
131
- padding: 7px 5px 8px;
132
- font-size: 14px;
133
- min-width: 103px;
134
- display: none;
135
  }
136
- .bws_product_button:hover{
137
- background: #008726;
 
138
  }
139
- .bws_product_deactivated.bws_product_free .bws_product_button {
140
- background: #0074a2;
 
 
141
  }
142
- .bws_product_deactivated.bws_product_free .bws_product_button:hover {
143
- background: #006187;
144
  }
145
- .bws_product_free .bws_product_button {
146
- background: #dd5738;
 
147
  }
148
- .bws_product_free .bws_product_button:hover {
149
- background: #dd4825;
150
  }
151
- .bws_product_button.bws_donate_button {
152
- background: #E89D09 !important;
 
153
  }
154
- .bws_product_button.bws_donate_button:hover {
155
- background: #D69108 !important;
 
 
 
156
  }
157
-
158
- .subsubsub.bws_title_menu {
159
- float: right;
160
- margin: 0;
161
  }
162
- .subsubsub a.bws_system_status {
 
163
  display: inline-block;
164
- background: url("../images/system-status.png") no-repeat scroll 10px 7px #0074a2;
165
- color: #fff;
166
- padding: 2px 10px 5px 36px;
167
- border-radius: 2px;
168
- margin-left: 13px;
169
  }
170
- .subsubsub a.bws_system_status:hover {
171
- background-color: #529FBD;
 
172
  }
173
-
174
- .bws_browse_link {
175
- color: #666;
176
- font-size: 18px;
177
- text-decoration: none;
178
- background-color: #ddd;
179
  display: block;
180
- width: 100%;
181
- text-align: center;
182
- padding: 8px 0;
183
- font-weight: bold;
184
- border-radius: 5px;
185
  }
186
- .bws_browse_link .dashicons {
187
- line-height: inherit;
188
- vertical-align: text-top;
189
- font-size: 17px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
190
  }
191
- /* theme page after WP 3.9 */
192
- .toplevel_page_bws_plugins #availablethemes .theme-browser {
193
- margin-top: 25px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
194
  }
1
+ a.toplevel_page_bws_panel.wp-has-current-submenu:after {
2
+ display: none;
3
+ }
4
+ .toplevel_page_bws_panel #wpcontent,
5
+ .bws-panel_page_bws_plugins #wpcontent,
6
+ .bws-panel_page_bws_themes #wpcontent,
7
+ .bws-panel_page_bws_system_status #wpcontent {
8
+ padding-left: 0;
9
+ padding-right: 0;
10
+ }
11
+ .toplevel_page_bws_panel .update-nag,
12
+ .bws-panel_page_bws_plugins .update-nag,
13
+ .bws-panel_page_bws_themes .update-nag,
14
+ .bws-panel_page_bws_system_status .update-nag {
15
+ display: none;
16
+ }
17
+ .bws-wrap-content {
18
+ padding-left: 20px;
19
+ }
20
+ .rtl .bws-wrap-content {
21
+ padding-left: 0;
22
+ padding-right: 20px;
23
+ }
24
+ /*
25
+ * panel
26
+ */
27
+ .bws-header {
28
+ background: #0074a2;
29
+ color: #8bbed2;
30
+ padding: 0 17px;
31
+ }
32
+ .bws-title,
33
+ .bws-nav-tab-wrapper,
34
+ .bws-help-links-wrapper {
35
+ display: inline-block;
36
+ }
37
+ .bws-title {
38
+ text-transform: uppercase;
39
+ font-weight: 600;
40
+ font-size: 18px;
41
+ letter-spacing: 0.1em;
42
+ margin-top: 15px;
43
+ }
44
+ .bws-title a {
45
+ color: #fff;
46
+ text-decoration: none;
47
+ box-shadow: none;
48
+ }
49
+ .bws-logo {
50
+ max-height: 26px;
51
+ vertical-align: middle;
52
+ margin: 0 3px;
53
+ }
54
+ .bws-title span {
55
+ color: #8bbed2;
56
+ font-size: 10px;
57
+ vertical-align: top;
58
+ }
59
+ .bws-nav-tab-wrapper {
60
+ height: 100%;
61
+ font-size: 15px;
62
+ margin-left: 28px;
63
+ }
64
+ .bws-help-links-wrapper a,
65
+ .bws-nav-tab-wrapper a {
66
+ color: #8bbed2;
67
+ text-decoration: none;
68
+ display: inline-block;
69
+ padding: 17px 20px 20px;
70
+ box-shadow: none;
71
+ }
72
+ .bws-help-links-wrapper a {
73
+ padding: 17px 12px 20px;
74
+ }
75
+ .bws-nav-tab-wrapper a.bws-nav-tab {
76
+ color: #fff;
77
+ }
78
+ .bws-nav-tab-active {
79
+ background: #005d82;
80
+ color: #fff;
81
+ }
82
+ .bws-help-links-wrapper a:hover,
83
+ .bws-nav-tab-wrapper a:hover {
84
+ color: #8bbed2;
85
+ background: #006894;
86
+ }
87
+ .bws-help-links-wrapper {
88
+ float: right;
89
+ font-size: 14px;
90
+ }
91
+ .bws-menu-item-icon {
92
+ display: none;
93
+ float: right;
94
+ font-size: 26px;
95
+ padding: 17px 11px;
96
+ color: #fff;
97
+ }
98
+ .bws-menu-item-icon.bws-active {
99
+ color: #8bbed2;
100
+ }
101
+ .rtl .bws-nav-tab-wrapper {
102
+ margin-left: 0;
103
+ margin-right: 28px;
104
+ }
105
+ .rtl .bws-help-links-wrapper {
106
+ float: left;
107
+ }
108
+ /*
109
+ * membership
110
+ */
111
+ .bws-membership-wrap {
112
+ background: url("../images/membership-background.jpg") no-repeat center #fff;
113
+ overflow: hidden;
114
+ position: relative;
115
+ }
116
+ .bws-membership-backround {
117
+ background-color: #000;
118
+ opacity: 0.8;
119
+ position: absolute;
120
+ height: 100%;
121
+ width: 100%;
122
+ z-index: 5;
123
+ }
124
+ .bws-membership {
125
+ color: #fff;
126
+ padding: 40px 10px 37px;
127
+ text-align: center;
128
+ z-index: 6;
129
+ position: relative;
130
+ }
131
+ .bws-membership * {
132
+ text-align: center;
133
+ }
134
+ .bws-membership-title {
135
+ font-size: 27px;
136
+ font-weight: 600;
137
+ line-height: initial;
138
+ }
139
+ .bws-membership-description {
140
+ font-size: 15px;
141
+ line-height: 24px;
142
+ margin: 18px 0 23px;
143
+ color: #999;
144
+ }
145
+ .bws-membership input[type="text"] {
146
+ border-radius: 3px;
147
+ border: none;
148
+ font-size: 16.14px;
149
+ padding: 8px 20px 8px 10px;
150
+ text-align: left;
151
+ }
152
+ .bws-membership .bws-button {
153
+ background: #dd6930;
154
+ color: #fff;
155
+ text-align: center;
156
+ display: inline-block;
157
+ text-decoration: none;
158
+ font-size: 16px;
159
+ font-weight: 600;
160
+ padding: 8px 30px;
161
+ border-radius: 3px;
162
+ border: none;
163
+ cursor: pointer;
164
+ }
165
+ .bws-membership-link {
166
+ font-size: 14px;
167
+ color: #999;
168
+ font-style: italic;
169
+ margin-top: 26px;
170
+ }
171
+ .bws-membership-link a {
172
+ color: #fff;
173
+ text-decoration: none;
174
+ border-bottom: 1px solid #999;
175
+ }
176
+ .bws-membership-link a:hover {
177
+ border-bottom: none;
178
+ }
179
+ .bws_error {
180
+ color: #c5412b;
181
+ margin-top: 5px;
182
+ }
183
+ .bws_error a {
184
+ color: #fff;
185
+ text-decoration: none;
186
+ }
187
+ /*
188
+ * themes
189
+ */
190
+ .bws-availablethemes {
191
+ margin-top: 10px;
192
+ }
193
+ .bws_browse_link {
194
+ color: #666;
195
+ font-size: 18px;
196
+ text-decoration: none;
197
+ background-color: #ddd;
198
+ display: block;
199
+ width: 100%;
200
+ text-align: center;
201
+ padding: 8px 0;
202
+ font-weight: bold;
203
+ border-radius: 5px;
204
+ }
205
+ .bws_browse_link .dashicons {
206
+ line-height: inherit;
207
+ vertical-align: text-top;
208
+ font-size: 17px;
209
+ }
210
+ /*
211
+ * system status
212
+ */
213
  .bws_system_info_meta_box {
214
  max-width: 850px;
215
  }
229
  .bws_system_info tbody td {
230
  border-bottom: 1px solid #DFDFDF;
231
  }
232
+ /*
233
+ * PLUGINS
234
+ */
235
+ .bws-products {
236
  float: left;
237
+ width: 1350px;
238
  }
239
+ .bws-products .description {
240
+ margin-top: 20px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
241
  }
242
  .bws_product_box {
243
+ background: #f2f2f2;
244
  border: 1px solid #CACACA;
245
  float: left;
246
+ margin: 10px 10px 0 0;
247
+ width: 320px;
 
248
  border-radius: 3px;
249
+ min-height: 180px;
250
  }
251
+ .bws_product_active {
252
+ background: #fff;
253
  }
254
+ .bws_product_content,
255
+ .bws_product_image {
256
+ float: left;
257
  }
258
+ .bws_product_image {
259
+ padding: 20px;
260
+ }
261
+ .bws_product_image a {
262
+ box-shadow: none;
263
  }
264
+ .bws_product_image img {
265
+ height: 60px;
266
  }
267
+ .bws_product_content {
268
+ max-width: 200px;
269
+ padding: 15px 0 7px;
270
  }
271
  .bws_product_title {
272
+ font-size: 15px;
273
+ line-height: initial;
274
+ font-weight: bolder;
 
 
 
275
  }
276
+ .bws_product_title a {
277
+ color: #444;
278
+ font-weight: 600;
279
  }
280
+ .bws_product_title a:hover {
281
+ color: #00a0d2;
282
  }
283
+ .bws-version {
284
+ margin-top: 6px;
285
+ }
286
+ .bws-version span {
287
+ color: #999;
288
+ font-size: 13px;
289
+ }
290
+ .bws-version span.bws-update-available {
291
+ color: #dd6930;
292
+ }
293
+ .bws-update-now {
294
+ background: #eee;
295
+ padding: 2px 5px;
296
  }
297
  .bws_product_description {
298
+ font-size: 13px;
299
+ line-height: 18px;
300
+ margin: 6px 0 2px;
301
+ color: #666;
302
  }
303
  .bws_product_links {
304
+ margin: 15px 0;
305
  }
306
  .bws_product_links span {
307
+ color: #999;
308
+ vertical-align: sub;
309
+ margin-right: 10px;
310
  }
311
+ .bws_product_links form {
312
+ display: inline-block;
 
313
  }
314
+ .bws_product_content a {
315
+ text-decoration: none;
316
+ margin-right: 10px;
 
317
  }
318
+ .bws_product_content a.bws_upgrade_button,
319
+ .bws_product_content a.bws_upgrade_button:hover {
320
+ background: #dd6930;
321
+ border: 1px solid #c16436;
322
  color: #fff;
323
+ margin-right: 12px;
324
  }
325
+ a.bws_settings,
326
+ a.bws_donate {
327
+ vertical-align: sub;
 
 
 
 
 
328
  }
329
+ .rtl .bws_product_box {
330
+ float: right;
331
+ margin: 12px 0 10px 10px;
332
  }
333
+ .rtl .bws-products,
334
+ .rtl .bws_product_content,
335
+ .rtl .bws_product_image {
336
+ float: right;
337
  }
338
+ .rtl a.bws_settings {
339
+ margin-right: 10px;
340
  }
341
+ /* filter */
342
+ #bws-filter-wrapper {
343
+ display: table;
344
  }
345
+ .bws-filter {
346
+ width: 200px;
347
  }
348
+ .bws_fixed {
349
+ position: fixed;
350
+ top: 40px;
351
  }
352
+ .bws-filter-top {
353
+ display: none;
354
+ background: #e2e2e2;
355
+ padding: 1px 20px;
356
+ margin: 0 -15px 0 -20px;
357
  }
358
+ .bws-filter-top h2 {
359
+ margin: 14px 0;
 
 
360
  }
361
+ .bws-toggle-indicator:before {
362
+ content: "\f140";
363
  display: inline-block;
364
+ font: 400 20px/1 dashicons;
365
+ width: 20px;
366
+ vertical-align: bottom;
367
+ margin-left: -5px;
 
368
  }
369
+ .bws-filter-top-inside {
370
+ display: none;
371
+ margin: 25px 0;
372
  }
373
+ .bws-filter-top.bws-opened .bws-toggle-indicator:before {
374
+ content: "\f142";
375
+ }
376
+ .bws-filter-top.bws-opened .bws-filter-top-inside {
 
 
377
  display: block;
 
 
 
 
 
378
  }
379
+ .bws-filter-title {
380
+ font-size: 14px;
381
+ color: #999;
382
+ margin-top: 10px;
383
+ }
384
+ .bws-category {
385
+ margin-top: 15px;
386
+ }
387
+ .bws-category li {
388
+ margin-bottom: 10px;
389
+ }
390
+ .bws-category a {
391
+ text-decoration: none;
392
+ }
393
+ .bws-category a.bws-active {
394
+ background: #0074a2;
395
+ color: #fff;
396
+ padding: 2px 5px;
397
+ display: inline-block;
398
+ border-radius: 3px;
399
+ }
400
+ .subsubsub span,
401
+ .bws-category span {
402
+ color: #999;
403
  }
404
+ .bws-category a.bws-active span {
405
+ color: #8bbed2;
406
+ }
407
+
408
+ @media screen and (max-width: 1700px) {
409
+ .bws-products {
410
+ width: 1020px;
411
+ }
412
+ }
413
+ @media screen and (max-width: 1425px) {
414
+ .bws-products {
415
+ width: 700px;
416
+ }
417
+ }
418
+ @media screen and (max-width: 1120px) {
419
+ .bws-products {
420
+ width: 370px;
421
+ }
422
+ }
423
+ @media screen and (max-width: 782px) {
424
+ .bws-header {
425
+ padding: 0 0 4px;
426
+ }
427
+ .bws-title {
428
+ margin-left: 11px;
429
+ }
430
+ .bws-menu-item-icon {
431
+ display: block;
432
+ }
433
+ .bws-nav-tab-wrapper,
434
+ .bws-help-links-wrapper {
435
+ margin: 0;
436
+ width: 100%;
437
+ float: none;
438
+ display: none;
439
+ }
440
+ .bws-nav-tab-wrapper a,
441
+ .bws-help-links-wrapper a {
442
+ width: 100%;
443
+ padding: 17px 20px 20px;
444
+ }
445
+ .bws-membership .bws-button,
446
+ .bws-membership input[type="text"] {
447
+ width: 100%;
448
+ }
449
+ .bws-membership input[type="text"] {
450
+ margin-bottom: 8px;
451
+ }
452
+ .bws-filter {
453
+ display: none;
454
+ }
455
+ .bws-filter-top {
456
+ display: block;
457
+ }
458
+ .bws-products {
459
+ float: none;
460
+ width: 100%;
461
+ }
462
+ }
463
+ @media screen and (max-width: 370px) {
464
+ .bws_product_box {
465
+ width: auto;
466
+ }
467
+ .bws_product_content {
468
+ max-width: 160px;
469
+ padding-right: 10px;
470
+ }
471
  }
bws_menu/icons/plugins/adsense.png DELETED
Binary file
bws_menu/icons/plugins/bws-featured-posts.png DELETED
Binary file
bws_menu/icons/plugins/bws-google-analytics.png DELETED
Binary file
bws_menu/icons/plugins/bws-google-maps.png DELETED
Binary file
bws_menu/icons/plugins/bws-pinterest.png DELETED
Binary file
bws_menu/icons/plugins/bws-popular-posts.png DELETED
Binary file
bws_menu/icons/plugins/bws-smtp.png DELETED
Binary file
bws_menu/icons/plugins/bws-testimonials.png DELETED
Binary file
bws_menu/icons/plugins/captcha.png DELETED
Binary file
bws_menu/icons/plugins/contact-form-multi.png DELETED
Binary file
bws_menu/icons/plugins/contact-form-to-db.png DELETED
Binary file
bws_menu/icons/plugins/contact-form.png DELETED
Binary file
bws_menu/icons/plugins/custom-fields-search.png DELETED
Binary file
bws_menu/icons/plugins/custom-search.png DELETED
Binary file
bws_menu/icons/plugins/donate-button.png DELETED
Binary file
bws_menu/icons/plugins/email-queue.png DELETED
Binary file
bws_menu/icons/plugins/error-log-viewer.png DELETED
Binary file
bws_menu/icons/plugins/facebook-button.png DELETED
Binary file
bws_menu/icons/plugins/gallery-categories.png DELETED
Binary file
bws_menu/icons/plugins/gallery.png DELETED
Binary file
bws_menu/icons/plugins/google-captcha.png DELETED
Binary file
bws_menu/icons/plugins/google-one.png DELETED
Binary file
bws_menu/icons/plugins/google-shortlink.png DELETED
Binary file
bws_menu/icons/plugins/google-sitemap.png DELETED
Binary file
bws_menu/icons/plugins/htaccess.png DELETED
Binary file
bws_menu/icons/plugins/job-board.png DELETED
Binary file
bws_menu/icons/plugins/limit-attempts.png DELETED
Binary file
bws_menu/icons/plugins/multilanguage.png DELETED
Binary file
bws_menu/icons/plugins/pagination.png DELETED
Binary file
bws_menu/icons/plugins/pdf-print.png DELETED
Binary file
bws_menu/icons/plugins/portfolio.png DELETED
Binary file
bws_menu/icons/plugins/post-to-csv.png DELETED
Binary file
bws_menu/icons/plugins/profile-extra-fields.png DELETED
Binary file
bws_menu/icons/plugins/promobar.png DELETED
Binary file
bws_menu/icons/plugins/quotes-and-tips.png DELETED
Binary file
bws_menu/icons/plugins/re-attacher.png DELETED
Binary file
bws_menu/icons/plugins/realty.png DELETED
Binary file
bws_menu/icons/plugins/relevant.png DELETED
Binary file
bws_menu/icons/plugins/sender.png DELETED
Binary file
bws_menu/icons/plugins/social-buttons-pack.png DELETED
Binary file
bws_menu/icons/plugins/subscriber.png DELETED
Binary file
bws_menu/icons/plugins/twitter.png DELETED
Binary file
bws_menu/icons/plugins/updater.png DELETED
Binary file
bws_menu/icons/plugins/user-role.png DELETED
Binary file
bws_menu/icons/plugins/visitors-online.png DELETED
Binary file
bws_menu/icons/plugins/zendesk-help-center.png DELETED
Binary file
bws_menu/images/bestwebsoft-logo-white.svg ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ width="32px" height="32px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
6
+ <g>
7
+ <path class="bstwbst-logo-layer bstwbst-logo-layer-1" fill="#fff" d="M93.223,60.751c-2.088,3.631-4.549,7.218-7.364,10.68C79.171,80.829,67.045,89.517,61,92.481
8
+ c-3.753,1.839-8.686,3.249-12.367,4.145c19.94,3.697,39.343-10.706,45.451-32.965c0.691-2.511,1.173-4.966,1.501-7.369
9
+ C94.857,57.786,94.077,59.269,93.223,60.751z"/>
10
+ <path class="bstwbst-logo-layer bstwbst-logo-layer-2" fill="#fff" d="M32.173,82.938c-6.837-5.798-11.139-14.422-11.139-24.752c0-19.367,15.104-35.063,33.734-35.063
11
+ c11.505,0,21.669,5.998,27.752,15.148c0.143-0.423,0.303-0.846,0.431-1.269c1.657-5.411,2.284-10.607,1.836-15.231
12
+ c-3.45-3.267-7.609-5.891-12.371-7.738c-20.242-7.845-46.591,5.931-52.994,29.273c-3.973,14.455-0.96,28.997,6.882,39.347
13
+ C28.154,82.979,30.119,83.069,32.173,82.938z"/>
14
+ <path class="bstwbst-logo-layer bstwbst-logo-layer-3" fill="#fff" d="M91.284,7.625c-11.678-10.262-31.767-7.394-49.53,5.554c4.354-2.09,8.988-3.442,13.641-3.937
15
+ c10.07-3.883,19.596-3.59,25.821,1.807c6.889,5.977,8.174,16.855,4.529,28.748c-2.457,8.009-7.14,16.482-13.86,24.23
16
+ C56.811,81.402,27.561,96.01,11.4,76.903c1.322,5.113,3.854,9.543,7.673,12.894c9.391,8.254,24.223,8.009,38.91,0.875
17
+ c8.338-4.052,16.631-10.324,23.854-18.542c3.73-4.245,6.911-8.709,9.521-13.244C102.692,39.188,103.252,18.134,91.284,7.625z"/>
18
+ <g>
19
+ <path class="bstwbst-logo-layer bstwbst-logo-layer-4" fill="#fff" d="M77.352,35.474c-0.425-0.548-2.314-2.453-2.826-2.847c-5.467-4.217-12.192-6.708-19.471-6.708
20
+ c-4.582,0-8.943,0.982-12.908,2.757c1.479,0.627,2.954,1.334,4.414,2.133c15.206,8.333,23.469,23.183,20.064,34.818
21
+ c0.271-0.31,0.541-0.613,0.78-0.915c5.34-6.647,11.205-14.72,14.141-22.799C80.365,39.694,78.969,37.535,77.352,35.474z"/>
22
+ <path class="bstwbst-logo-layer bstwbst-logo-layer-5" fill="#fff" d="M2.524,35.652c-7.002,16.51,2.255,35.986,20.224,46.431c-2.431-3.128-4.078-6.772-5.482-11.348
23
+ C3.868,61.12-1.692,46.576,4.189,35.843c3.88-7.078,12.069-10.76,21.595-10.699c3.226-3.841,7.091-6.971,11.314-9.283
24
+ C21.631,15.685,7.927,22.899,2.524,35.652z"/>
25
+ </g>
26
+ <path class="bstwbst-logo-layer bstwbst-logo-layer-6" fill="#fff" d="M25.91,48.781c0.053-0.986,0.149-1.961,0.292-2.917c-1.251,3.071-2.027,6.424-2.21,9.947
27
+ c-0.567,10.873,4.589,20.639,12.7,26.097c3.723-0.409,7.285-1.516,10.59-3.216C34.409,75.612,25.156,63.155,25.91,48.781z"/>
28
+ </g>
29
+ </svg>
bws_menu/images/icon_16_single.png DELETED
Binary file
bws_menu/images/membership-background.jpg ADDED
Binary file
bws_menu/images/px.png DELETED
Binary file
bws_menu/images/system-status.png DELETED
Binary file
bws_menu/images/tooltip_icons.png CHANGED
Binary file
bws_menu/js/bws_menu.js CHANGED
@@ -1,58 +1,46 @@
1
  (function($) {
2
  $(document).ready( function() {
3
- /* new version */
4
- var product = $( '.bws_product' ),
5
  max = 0;
6
  $( product ).each( function () {
7
- if ( $( this ).outerHeight( true ) > max )
8
- max = $( this ).outerHeight( true );
9
- });
10
- $( '.bws_product' ).css( 'height', max + 'px' );
11
 
12
- var product_links = $( '.bws_product_links' );
13
- max = 0;
14
- $( product_links ).each( function () {
15
- if ( $( this ).innerHeight() > max )
16
- max = $( this ).innerHeight();
17
- });
18
- max = max - parseInt( $( '.bws_product_links' ).css( 'padding-top' ) ) - parseInt( $( '.bws_product_links' ).css( 'padding-bottom' ) );
19
- $( '.bws_product_links' ).css( 'height', max + 'px' );
20
-
21
- $( '.bws_product_box' ).hover( function() {
22
- if ( $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).length > 0 ) {
23
- $( this ).children( '.bws_product' ).addClass( 'bws_product_pro' );
24
- $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).css( 'display', 'block' );
25
- $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_icon' ).css( 'display', 'none' );
26
- $( this ).children( '.bws_product' ).children( '.bws_product_button' ).css( 'display', 'inline-block' );
27
- }
28
- }, function() {
29
- if ( $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).length > 0 ) {
30
- $( this ).children( '.bws_product' ).removeClass( 'bws_product_pro' );
31
- $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).css( 'display', 'none' );
32
- $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_icon' ).css( 'display', 'block' );
33
- $( this ).children( '.bws_product' ).children( '.bws_product_button' ).css( 'display', 'none' );
34
- }
35
- });
36
 
37
- /* old version */
38
- if ( $( 'input[name="bwsmn_form_email"]' ).val() == '' ) {
39
- $( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
 
 
 
 
 
 
 
 
 
40
  }
41
-
42
- $( '.bws_system_info_meta_box .hndle' ).click( function() {
43
- if ( $( '.bws_system_info_meta_box .inside' ).is( ':visible' ) ) {
44
- $( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
45
  } else {
46
- $( '.bws_system_info_meta_box .inside' ).css( 'display', 'block' );
47
- }
 
48
  });
49
-
50
- $( '.bws_system_info_meta_box .handlediv' ).click( function() {
51
- if ( $( '.bws_system_info_meta_box .inside' ).is( ':visible' ) ) {
52
- $( '.bws_system_info_meta_box .inside' ).css( 'display', 'none' );
53
  } else {
54
- $( '.bws_system_info_meta_box .inside' ).css( 'display', 'block' );
55
- }
56
  });
 
57
  });
58
  })(jQuery);
1
  (function($) {
2
  $(document).ready( function() {
3
+ var product = $( '.bws_product_box' ),
 
4
  max = 0;
5
  $( product ).each( function () {
6
+ if ( $( this ).height() > max )
7
+ max = $( this ).height();
8
+ });
9
+ $( '.bws_product_box' ).css( 'height', max + 'px' );
10
 
11
+ if ( $( '.bws-filter' ).length ) {
12
+ var prvPos = $( '.bws-filter' ).offset().top;
13
+ var maxPos = prvPos + $( '.bws-products' ).outerHeight() - $( '.bws-filter' ).outerHeight();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
+ $( window ).scroll( function() {
16
+ if ( $( window ).width() > 580 ) {
17
+ var scrPos = Number( $( document ).scrollTop() ) + 40;
18
+ if ( scrPos > maxPos ) {
19
+ $( '.bws-filter' ).removeClass( 'bws_fixed' );
20
+ } else if ( scrPos > prvPos ) {
21
+ $( '.bws-filter' ).addClass( 'bws_fixed' );
22
+ } else {
23
+ $( '.bws-filter' ).removeClass( 'bws_fixed' );
24
+ }
25
+ }
26
+ });
27
  }
28
+ $( '.bws-menu-item-icon' ).click( function() {
29
+ if ( $( this ).hasClass( 'bws-active' ) ) {
30
+ $( this ).removeClass( 'bws-active' );
31
+ $( '.bws-nav-tab-wrapper, .bws-help-links-wrapper' ).hide();
32
  } else {
33
+ $( this ).addClass( 'bws-active' );
34
+ $( '.bws-nav-tab-wrapper, .bws-help-links-wrapper' ).css( 'display', 'inline-block' );
35
+ }
36
  });
37
+ $( '.bws-filter-top h2' ).click( function() {
38
+ if ( $( '.bws-filter-top' ).hasClass( 'bws-opened' ) ) {
39
+ $( '.bws-filter-top' ).removeClass( 'bws-opened' );
 
40
  } else {
41
+ $( '.bws-filter-top' ).addClass( 'bws-opened' );
42
+ }
43
  });
44
+
45
  });
46
  })(jQuery);
bws_menu/js/general_script.js CHANGED
@@ -20,14 +20,41 @@ function bws_show_settings_notice() {
20
  $( '.bws_form #bws-submit-button' ).click();
21
  });
22
 
23
- if ( typeof CodeMirror == 'function' && $( '#bws_newcontent_css' ).length > 0 ) {
24
- var editor = CodeMirror.fromTextArea( document.getElementById("bws_newcontent_css"), {
25
- mode: "css",
26
- theme: "default",
27
- styleActiveLine: true,
28
- matchBrackets: true,
29
- lineNumbers: true
30
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  });
33
  })(jQuery);
20
  $( '.bws_form #bws-submit-button' ).click();
21
  });
22
 
23
+ /* custom code */
24
+ if ( typeof CodeMirror == 'function' ) {
25
+ if ( $( '#bws_newcontent_css' ).length > 0 ) {
26
+ var editor = CodeMirror.fromTextArea( document.getElementById( 'bws_newcontent_css' ), {
27
+ mode: "css",
28
+ theme: "default",
29
+ styleActiveLine: true,
30
+ matchBrackets: true,
31
+ lineNumbers: true,
32
+ });
33
+ }
34
+
35
+ if ( $( '#bws_newcontent_php' ).length > 0 ) {
36
+ var editor = CodeMirror.fromTextArea( document.getElementById( "bws_newcontent_php" ), {
37
+ mode: 'text/x-php',
38
+ styleActiveLine: true,
39
+ matchBrackets: true,
40
+ lineNumbers: true,
41
+ });
42
+ /* disable lines */
43
+ editor.markText( {ch:0,line:0}, {ch:0,line:5}, { readOnly: true, className: 'bws-readonly' } );
44
+ }
45
  }
46
+
47
+ /* banner to settings */
48
+ $( '.bws_banner_to_settings_joint .bws-details' ).addClass( 'hidden' ).removeClass( 'hide-if-js' );
49
+ $( '.bws_banner_to_settings_joint .bws-more-links' ).on( "click", function( event ) {
50
+ event.preventDefault();
51
+ if ( $( '.bws_banner_to_settings_joint .bws-less' ).hasClass( 'hidden' ) ) {
52
+ $( '.bws_banner_to_settings_joint .bws-less, .bws_banner_to_settings_joint .bws-details' ).removeClass( 'hidden' );
53
+ $( '.bws_banner_to_settings_joint .bws-more' ).addClass( 'hidden' );
54
+ } else {
55
+ $( '.bws_banner_to_settings_joint .bws-less, .bws_banner_to_settings_joint .bws-details' ).addClass( 'hidden' );
56
+ $( '.bws_banner_to_settings_joint .bws-more' ).removeClass( 'hidden' );
57
+ }
58
+ });
59
  });
60
  })(jQuery);
bws_menu/languages/bestwebsoft-de_DE.mo DELETED
Binary file
bws_menu/languages/bestwebsoft-de_DE.po DELETED
@@ -1,877 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: bestwebsoft\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-03-10 15:33+0300\n"
6
- "PO-Revision-Date: 2016-03-10 15:33+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
- "Language-Team: Lothar Schiborr <lothar.schiborr@web.de>\n"
9
- "Language: de_DE\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Generator: Poedit 1.5.4\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: __;_e\n"
17
- "X-Poedit-Basepath: ..\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
-
21
- #: bws_functions.php:65 bws_functions.php:89
22
- msgid "requires"
23
- msgstr ""
24
-
25
- #: bws_functions.php:67
26
- msgid ""
27
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
- "try again."
29
- msgstr ""
30
-
31
- #: bws_functions.php:68
32
- msgid "Back to the WordPress"
33
- msgstr ""
34
-
35
- # @ captcha
36
- #: bws_functions.php:70
37
- #, fuzzy
38
- msgid "Plugins page"
39
- msgstr "BWS Plugins"
40
-
41
- #: bws_functions.php:91
42
- msgid ""
43
- "or higher! We do not guarantee that our plugin will work correctly. Please "
44
- "upgrade to WordPress latest version."
45
- msgstr ""
46
-
47
- #: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
48
- #: bws_functions.php:755
49
- msgid "Close notice"
50
- msgstr ""
51
-
52
- #: bws_functions.php:148
53
- msgid "It’s time to upgrade your"
54
- msgstr ""
55
-
56
- #: bws_functions.php:148
57
- msgid "to"
58
- msgstr ""
59
-
60
- # @ captcha
61
- #: bws_functions.php:148
62
- #, fuzzy
63
- msgid "version!"
64
- msgstr "PHP Version"
65
-
66
- #: bws_functions.php:149
67
- msgid "Extend standard plugin functionality with new great options."
68
- msgstr ""
69
-
70
- # @ captcha
71
- #: bws_functions.php:152 bws_functions.php:593
72
- #, fuzzy
73
- msgid "Learn More"
74
- msgstr "Lesen Sie mehr"
75
-
76
- #: bws_functions.php:169
77
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
78
- msgstr ""
79
-
80
- # @ captcha
81
- #: bws_functions.php:170
82
- #, fuzzy
83
- msgid "Rate the plugin"
84
- msgstr "Aktivierte Plugins"
85
-
86
- # @ captcha
87
- #: bws_functions.php:173
88
- #, fuzzy
89
- msgid "If there is something wrong about it, please contact us"
90
- msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
91
-
92
- #: bws_functions.php:205
93
- msgid "Check premium options on the plugin settings page!"
94
- msgstr ""
95
-
96
- #: bws_functions.php:212 bws_functions.php:248
97
- msgid "Wrong license key"
98
- msgstr ""
99
-
100
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
101
- msgid ""
102
- "Something went wrong. Please try again later. If the error appears again, "
103
- "please contact us"
104
- msgstr ""
105
-
106
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
107
- msgid "We are sorry for inconvenience."
108
- msgstr ""
109
-
110
- #: bws_functions.php:250
111
- msgid "This license key is bind to another site"
112
- msgstr ""
113
-
114
- #: bws_functions.php:252 bws_functions.php:416
115
- msgid ""
116
- "Unfortunately, you have exceeded the number of available tries per day. "
117
- "Please, upload the plugin manually."
118
- msgstr ""
119
-
120
- #: bws_functions.php:254
121
- msgid ""
122
- "Unfortunately, Your license has expired. To continue getting top-priority "
123
- "support and plugin updates you should extend it in your"
124
- msgstr ""
125
-
126
- #: bws_functions.php:256
127
- msgid ""
128
- "Unfortunately, the Pro licence was already installed to this domain. The Pro "
129
- "Trial license can be installed only once."
130
- msgstr ""
131
-
132
- #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
133
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
134
- msgstr ""
135
-
136
- #: bws_functions.php:289
137
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
138
- msgstr ""
139
-
140
- #: bws_functions.php:295
141
- msgid ""
142
- "Your server does not support either ZipArchive or Phar. Please, upload the "
143
- "plugin manually"
144
- msgstr ""
145
-
146
- #: bws_functions.php:302
147
- msgid "UploadDir is not writable. Please, upload the plugin manually"
148
- msgstr ""
149
-
150
- #: bws_functions.php:325
151
- msgid ""
152
- "Something went wrong. Try again later or upload the plugin manually. We are "
153
- "sorry for inconvenience."
154
- msgstr ""
155
-
156
- #: bws_functions.php:350
157
- msgid "Please, enter Your license key"
158
- msgstr ""
159
-
160
- #: bws_functions.php:380
161
- msgid ""
162
- "Congratulations! The Pro version of the plugin is successfully download and "
163
- "activated."
164
- msgstr ""
165
-
166
- #: bws_functions.php:382 bws_functions.php:473
167
- msgid "Please, go to"
168
- msgstr ""
169
-
170
- #: bws_functions.php:382 bws_functions.php:473
171
- msgid "the setting page"
172
- msgstr ""
173
-
174
- #: bws_functions.php:383 bws_functions.php:474
175
- msgid "You will be redirected automatically in 5 seconds."
176
- msgstr ""
177
-
178
- #: bws_functions.php:390
179
- msgid "Show Pro features"
180
- msgstr ""
181
-
182
- #: bws_functions.php:397
183
- msgid "You can download and activate"
184
- msgstr ""
185
-
186
- #: bws_functions.php:399
187
- msgid "version of this plugin by entering Your license key."
188
- msgstr ""
189
-
190
- #: bws_functions.php:401 bws_functions.php:442
191
- msgid ""
192
- "You can find your license key on your personal page Client area, by clicking "
193
- "on the link"
194
- msgstr ""
195
-
196
- #: bws_functions.php:403 bws_functions.php:444
197
- msgid "(your username is the email you specify when purchasing the product)."
198
- msgstr ""
199
-
200
- #: bws_functions.php:407 bws_functions.php:691
201
- msgid "or"
202
- msgstr ""
203
-
204
- #: bws_functions.php:407
205
- #, php-format
206
- msgid "Start Your Free %s-Day Trial Now"
207
- msgstr ""
208
-
209
- # @ captcha
210
- #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
211
- #: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
212
- #: bws_menu.php:750
213
- #, fuzzy
214
- msgid "Activate"
215
- msgstr "Aktivierte Plugins"
216
-
217
- #: bws_functions.php:439 bws_functions.php:532
218
- #, php-format
219
- msgid ""
220
- "In order to continue using the plugin it is necessary to buy a %s license."
221
- msgstr ""
222
-
223
- #: bws_functions.php:440
224
- msgid "After that you can activate it by entering your license key."
225
- msgstr ""
226
-
227
- #: bws_functions.php:454
228
- msgid "Unfortunately, you have exceeded the number of available tries per day."
229
- msgstr ""
230
-
231
- #: bws_functions.php:471
232
- msgid ""
233
- "Congratulations! The Pro license of the plugin is successfully activated."
234
- msgstr ""
235
-
236
- #: bws_functions.php:512
237
- msgid "Wrong license key."
238
- msgstr ""
239
-
240
- #: bws_functions.php:514
241
- msgid "This license key is bind to another site."
242
- msgstr ""
243
-
244
- #: bws_functions.php:516
245
- msgid ""
246
- "This license key is valid, but Your license has expired. If you want to "
247
- "update our plugin in future, you should extend the license."
248
- msgstr ""
249
-
250
- #: bws_functions.php:518
251
- msgid "Unfortunately, you have exceeded the number of available tries."
252
- msgstr ""
253
-
254
- #: bws_functions.php:520
255
- msgid ""
256
- "Unfortunately, the Pro Trial licence was already installed to this domain. "
257
- "The Pro Trial license can be installed only once."
258
- msgstr ""
259
-
260
- #: bws_functions.php:524
261
- msgid "The Pro Trial license key is valid."
262
- msgstr ""
263
-
264
- #: bws_functions.php:526
265
- msgid "The license key is valid."
266
- msgstr ""
267
-
268
- #: bws_functions.php:529
269
- msgid "Your license will expire on"
270
- msgstr ""
271
-
272
- #: bws_functions.php:562
273
- msgid "Please, enter your license key"
274
- msgstr ""
275
-
276
- #: bws_functions.php:575
277
- msgid ""
278
- "If needed you can check if the license key is correct or reenter it in the "
279
- "field below. You can find your license key on your personal page - Client "
280
- "area - on our website"
281
- msgstr ""
282
-
283
- #: bws_functions.php:575
284
- msgid ""
285
- "(your username is the email you specify when purchasing the product). If "
286
- "necessary, please submit \"Lost your password?\" request."
287
- msgstr ""
288
-
289
- #: bws_functions.php:579
290
- msgid "Check license key"
291
- msgstr ""
292
-
293
- #: bws_functions.php:593
294
- msgid "WARNING: Illegal use notification"
295
- msgstr ""
296
-
297
- #: bws_functions.php:593
298
- msgid ""
299
- "You can use one license of the Pro plugin for one domain only. Please check "
300
- "and edit your license or domain if necessary using you personal Client Area. "
301
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
302
- "the Pro plugin will be deactivated."
303
- msgstr ""
304
-
305
- #: bws_functions.php:601
306
- msgid ""
307
- "Notice: Your Pro Trial license has expired. To continue using the plugin you "
308
- "should buy a Pro license"
309
- msgstr ""
310
-
311
- #: bws_functions.php:603
312
- msgid ""
313
- "Your license has expired. To continue getting top-priority support and "
314
- "plugin updates you should extend it."
315
- msgstr ""
316
-
317
- # @ captcha
318
- #: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
319
- #: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
320
- #: bws_menu.php:794
321
- #, fuzzy
322
- msgid "Learn more"
323
- msgstr "Lesen Sie mehr"
324
-
325
- #: bws_functions.php:613
326
- #, php-format
327
- msgid "Notice: You are using the Pro Trial license of %s plugin."
328
- msgstr ""
329
-
330
- #: bws_functions.php:615
331
- msgid "Notice: You are using the Pro Trial license of plugin."
332
- msgstr ""
333
-
334
- #: bws_functions.php:618
335
- msgid "The Pro Trial license will expire on"
336
- msgstr ""
337
-
338
- #: bws_functions.php:656
339
- msgid "You license for"
340
- msgstr ""
341
-
342
- #: bws_functions.php:656
343
- msgid "expires on"
344
- msgstr ""
345
-
346
- #: bws_functions.php:656
347
- msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
348
- msgstr ""
349
-
350
- # @ captcha
351
- #: bws_functions.php:687
352
- #, fuzzy
353
- msgid "Thank you for installing"
354
- msgstr "Vielen Dank für Ihre Kontaktaufnahme."
355
-
356
- #: bws_functions.php:688
357
- msgid "Let's get started"
358
- msgstr ""
359
-
360
- # @ captcha
361
- #: bws_functions.php:689
362
- #, fuzzy
363
- msgid "Configure Settings"
364
- msgstr "Einstellungen"
365
-
366
- #: bws_functions.php:692
367
- msgid "Add New"
368
- msgstr ""
369
-
370
- # @ captcha
371
- #: bws_functions.php:750
372
- #, fuzzy
373
- msgid "Thank you for choosing"
374
- msgstr "Vielen Dank für Ihre Kontaktaufnahme."
375
-
376
- #: bws_functions.php:751
377
- msgid ""
378
- "If you have a feature, suggestion or idea you'd like to see in the plugin, "
379
- "we'd love to hear about it!"
380
- msgstr ""
381
-
382
- #: bws_functions.php:752
383
- msgid "Suggest a Feature"
384
- msgstr ""
385
-
386
- #: bws_functions.php:768
387
- msgid "Notice"
388
- msgstr ""
389
-
390
- #: bws_functions.php:768
391
- msgid "The plugin's settings have been changed."
392
- msgstr ""
393
-
394
- #: bws_functions.php:769 bws_functions.php:1240
395
- msgid "Save Changes"
396
- msgstr ""
397
-
398
- #: bws_functions.php:786
399
- msgid ""
400
- "You can always look at premium options by clicking on the \"Show Pro features"
401
- "\" in the \"Go PRO\" tab"
402
- msgstr ""
403
-
404
- #: bws_functions.php:886
405
- msgid "Add shortcode"
406
- msgstr ""
407
-
408
- #: bws_functions.php:886
409
- msgid "Add BestWebSoft plugins' shortcodes using this button."
410
- msgstr ""
411
-
412
- #: bws_functions.php:935
413
- msgid "Close"
414
- msgstr ""
415
-
416
- #: bws_functions.php:1027
417
- msgid "Restore all plugin settings to defaults"
418
- msgstr ""
419
-
420
- #: bws_functions.php:1029
421
- msgid "Restore settings"
422
- msgstr ""
423
-
424
- #: bws_functions.php:1040
425
- msgid "Are you sure you want to restore all settings by default?"
426
- msgstr ""
427
-
428
- #: bws_functions.php:1043
429
- msgid "Yes, restore all settings"
430
- msgstr ""
431
-
432
- #: bws_functions.php:1044
433
- msgid "No, go back to the settings page"
434
- msgstr ""
435
-
436
- # @ captcha
437
- #: bws_functions.php:1090
438
- #, fuzzy
439
- msgid "Plugin"
440
- msgstr "BWS Plugins"
441
-
442
- # @ captcha
443
- #: bws_functions.php:1099
444
- #, fuzzy
445
- msgid "Shortcode settings"
446
- msgstr "Einstellungen"
447
-
448
- #: bws_functions.php:1104
449
- msgid "The shortcode will be inserted"
450
- msgstr ""
451
-
452
- #: bws_functions.php:1109
453
- msgid "Insert"
454
- msgstr ""
455
-
456
- #: bws_functions.php:1140
457
- msgid "Visit Help Center"
458
- msgstr ""
459
-
460
- #: bws_functions.php:1145
461
- msgid "FAQ"
462
- msgstr ""
463
-
464
- #: bws_functions.php:1151
465
- msgid "For more information:"
466
- msgstr ""
467
-
468
- #: bws_functions.php:1152
469
- msgid "Documentation"
470
- msgstr ""
471
-
472
- #: bws_functions.php:1153
473
- msgid "Video Instructions"
474
- msgstr ""
475
-
476
- #: bws_functions.php:1154
477
- msgid "Submit a Request"
478
- msgstr ""
479
-
480
- #: bws_functions.php:1165
481
- msgid "You do not have sufficient permissions to edit plugins for this site."
482
- msgstr ""
483
-
484
- #: bws_functions.php:1196
485
- msgid "File edited successfully."
486
- msgstr ""
487
-
488
- #: bws_functions.php:1198
489
- msgid "Not enough permissions to create or update the file"
490
- msgstr ""
491
-
492
- #: bws_functions.php:1222
493
- msgid "These styles will be added to the header on all pages of your site."
494
- msgstr ""
495
-
496
- #: bws_functions.php:1225
497
- msgid "Editing"
498
- msgstr ""
499
-
500
- #: bws_functions.php:1227
501
- msgid "Browsing"
502
- msgstr ""
503
-
504
- # @ captcha
505
- #: bws_functions.php:1235
506
- #, fuzzy
507
- msgid "Learn more about CSS"
508
- msgstr "Lesen Sie mehr"
509
-
510
- #: bws_functions.php:1243
511
- #, php-format
512
- msgid ""
513
- "You need to make this file writable before you can save your changes. See %s "
514
- "the Codex %s for more information."
515
- msgstr ""
516
-
517
- # @ captcha
518
- #: bws_menu.php:509
519
- msgid "Not set"
520
- msgstr "Nicht festgelegt"
521
-
522
- # @ captcha
523
- #: bws_menu.php:511 bws_menu.php:512
524
- msgid "On"
525
- msgstr "Ein"
526
-
527
- # @ captcha
528
- #: bws_menu.php:511 bws_menu.php:512
529
- msgid "Off"
530
- msgstr "Ausgeschaltet"
531
-
532
- # @ captcha
533
- #: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
534
- #: bws_menu.php:517 bws_menu.php:529
535
- msgid "N/A"
536
- msgstr "keine Angaben"
537
-
538
- # @ captcha
539
- #: bws_menu.php:517
540
- msgid " Mb"
541
- msgstr " Mb"
542
-
543
- # @ captcha
544
- #: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
545
- msgid "Yes"
546
- msgstr "Ja"
547
-
548
- # @ captcha
549
- #: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
550
- msgid "No"
551
- msgstr "Nein"
552
-
553
- # @ captcha
554
- #: bws_menu.php:537
555
- msgid "Operating System"
556
- msgstr "Betriebs-System"
557
-
558
- # @ captcha
559
- #: bws_menu.php:538
560
- msgid "Server"
561
- msgstr "Server"
562
-
563
- # @ captcha
564
- #: bws_menu.php:539
565
- msgid "Memory usage"
566
- msgstr "Speichernutzung"
567
-
568
- # @ captcha
569
- #: bws_menu.php:540
570
- msgid "MYSQL Version"
571
- msgstr "MYSQL Version"
572
-
573
- # @ captcha
574
- #: bws_menu.php:541
575
- msgid "SQL Mode"
576
- msgstr "SQL Modus"
577
-
578
- # @ captcha
579
- #: bws_menu.php:542
580
- msgid "PHP Version"
581
- msgstr "PHP Version"
582
-
583
- # @ captcha
584
- #: bws_menu.php:543
585
- msgid "PHP Safe Mode"
586
- msgstr "PHP Gesicherter Modus"
587
-
588
- # @ captcha
589
- #: bws_menu.php:544
590
- msgid "PHP Allow URL fopen"
591
- msgstr "PHP Erlaubet URL zu öffnen (fopen)"
592
-
593
- # @ captcha
594
- #: bws_menu.php:545
595
- msgid "PHP Memory Limit"
596
- msgstr "PHP Speicher-Grenze"
597
-
598
- # @ captcha
599
- #: bws_menu.php:546
600
- msgid "PHP Max Upload Size"
601
- msgstr "PHP Maximale Upload Größe"
602
-
603
- # @ captcha
604
- #: bws_menu.php:547
605
- msgid "PHP Max Post Size"
606
- msgstr "PHP Maximale Beitrags-Größe"
607
-
608
- # @ captcha
609
- #: bws_menu.php:548
610
- msgid "PHP Max Script Execute Time"
611
- msgstr "PHP Maximale Script Ausführungszeit"
612
-
613
- # @ captcha
614
- #: bws_menu.php:549
615
- msgid "PHP Exif support"
616
- msgstr "PHP Exif Support"
617
-
618
- # @ captcha
619
- #: bws_menu.php:550
620
- msgid "PHP IPTC support"
621
- msgstr "PHP IPTC Support"
622
-
623
- # @ captcha
624
- #: bws_menu.php:551
625
- msgid "PHP XML support"
626
- msgstr "PHP XML Support"
627
-
628
- # @ captcha
629
- #: bws_menu.php:552
630
- msgid "Site URL"
631
- msgstr "Site URL"
632
-
633
- # @ captcha
634
- #: bws_menu.php:553
635
- msgid "Home URL"
636
- msgstr "Home URL"
637
-
638
- # @ captcha
639
- #: bws_menu.php:556
640
- msgid "WordPress Version"
641
- msgstr "WordPress Version"
642
-
643
- # @ captcha
644
- #: bws_menu.php:557
645
- msgid "WordPress DB Version"
646
- msgstr "WordPress DB Version"
647
-
648
- # @ captcha
649
- #: bws_menu.php:558
650
- msgid "Multisite"
651
- msgstr "Multisite"
652
-
653
- # @ captcha
654
- #: bws_menu.php:559
655
- msgid "Active Theme"
656
- msgstr "Actives Theme"
657
-
658
- # @ captcha
659
- #: bws_menu.php:574
660
- msgid "Please enter a valid email address."
661
- msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
662
-
663
- # @ captcha
664
- #: bws_menu.php:578
665
- msgid "Email with system info is sent to "
666
- msgstr "E-Mail-mit System Informationen wird gesendet an "
667
-
668
- # @ captcha
669
- #: bws_menu.php:582
670
- msgid "Thank you for contacting us."
671
- msgstr "Vielen Dank für Ihre Kontaktaufnahme."
672
-
673
- # @ captcha
674
- #: bws_menu.php:615
675
- msgid "Sorry, email message could not be delivered."
676
- msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
677
-
678
- #: bws_menu.php:622
679
- msgid "Need help?"
680
- msgstr ""
681
-
682
- #: bws_menu.php:623
683
- msgid "Client area"
684
- msgstr ""
685
-
686
- # @ captcha
687
- #: bws_menu.php:624 bws_menu.php:933
688
- msgid "System status"
689
- msgstr "System Status"
690
-
691
- # @ captcha
692
- #: bws_menu.php:629
693
- #, fuzzy
694
- msgid "Plugins"
695
- msgstr "BWS Plugins"
696
-
697
- #: bws_menu.php:630
698
- msgid "Themes"
699
- msgstr ""
700
-
701
- #: bws_menu.php:634
702
- msgid "All"
703
- msgstr ""
704
-
705
- # @ default
706
- #: bws_menu.php:635
707
- #, fuzzy
708
- msgid "Installed"
709
- msgstr "Installiere %s"
710
-
711
- # @ captcha
712
- #: bws_menu.php:636
713
- #, fuzzy
714
- msgid "Recommended"
715
- msgstr "Empfohlene Plugins"
716
-
717
- # @ captcha
718
- #: bws_menu.php:640
719
- msgid "Installed plugins"
720
- msgstr "Installierte Plugins"
721
-
722
- # @ captcha
723
- #: bws_menu.php:672 bws_menu.php:721
724
- msgid "Settings"
725
- msgstr "Einstellungen"
726
-
727
- # @ captcha
728
- #: bws_menu.php:693 bws_menu.php:750
729
- #, fuzzy
730
- msgid "Activate this plugin"
731
- msgstr "Aktivierte Plugins"
732
-
733
- #: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
734
- msgid "Go"
735
- msgstr ""
736
-
737
- #: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
738
- msgid "DONATE"
739
- msgstr ""
740
-
741
- # @ captcha
742
- #: bws_menu.php:758
743
- msgid "Recommended plugins"
744
- msgstr "Empfohlene Plugins"
745
-
746
- # @ default
747
- #: bws_menu.php:796
748
- #, fuzzy
749
- msgid "Install now"
750
- msgstr "Installiere %s"
751
-
752
- #: bws_menu.php:817
753
- msgid "Try again"
754
- msgstr ""
755
-
756
- #: bws_menu.php:835
757
- #, php-format
758
- msgid "Preview &#8220;%s&#8221;"
759
- msgstr ""
760
-
761
- # @ default
762
- #: bws_menu.php:866
763
- #, php-format
764
- msgid "Install %s"
765
- msgstr "Installiere %s"
766
-
767
- # @ default
768
- #: bws_menu.php:866
769
- #, fuzzy
770
- msgid "Install Now"
771
- msgstr "Installiere %s"
772
-
773
- #: bws_menu.php:869
774
- #, php-format
775
- msgid "Update to version %s"
776
- msgstr ""
777
-
778
- #: bws_menu.php:869
779
- msgid "Update"
780
- msgstr ""
781
-
782
- #: bws_menu.php:876
783
- #, php-format
784
- msgid "Preview %s"
785
- msgstr ""
786
-
787
- #: bws_menu.php:876
788
- msgid "Preview"
789
- msgstr ""
790
-
791
- #: bws_menu.php:882 bws_menu.php:914
792
- #, php-format
793
- msgid "By %s"
794
- msgstr ""
795
-
796
- #: bws_menu.php:888
797
- msgid "Details"
798
- msgstr ""
799
-
800
- # @ default
801
- #: bws_menu.php:920
802
- #, fuzzy
803
- msgid "Already Installed"
804
- msgstr "Installiere %s"
805
-
806
- # @ captcha
807
- #: bws_menu.php:936
808
- msgid "Environment"
809
- msgstr "Umgebungsvariable"
810
-
811
- # @ captcha
812
- #: bws_menu.php:947
813
- msgid "Active Plugins"
814
- msgstr "Aktivierte Plugins"
815
-
816
- # @ captcha
817
- #: bws_menu.php:960
818
- msgid "Inactive Plugins"
819
- msgstr "Inactive Plugins"
820
-
821
- # @ captcha
822
- #: bws_menu.php:976
823
- msgid "Send to support"
824
- msgstr "Sende zuzm Support"
825
-
826
- # @ captcha
827
- #: bws_menu.php:983
828
- msgid "Send to custom email &#187;"
829
- msgstr "Senden Sie eine benutzerdefinierte E-Mail zu &#187;"
830
-
831
- # @ captcha
832
- #~ msgid "Pro plugins"
833
- #~ msgstr "BWS Plugins"
834
-
835
- # @ captcha
836
- #~ msgid "Activated plugins"
837
- #~ msgstr "Aktivierte Plugins"
838
-
839
- # @ captcha
840
- #~ msgid "Read more"
841
- #~ msgstr "Lesen Sie mehr"
842
-
843
- # @ captcha
844
- #~ msgid "Purchase"
845
- #~ msgstr "Kaufen"
846
-
847
- # @ captcha
848
- #~ msgid "Free plugins"
849
- #~ msgstr "Freie Plugins"
850
-
851
- # @ captcha
852
- #~ msgid "Download"
853
- #~ msgstr "Herunterladen"
854
-
855
- # @ captcha
856
- #~ msgid "Install now from wordpress.org"
857
- #~ msgstr "Installiere jetzt von wordpress.org"
858
-
859
- # @ captcha
860
- #, fuzzy
861
- #~ msgid "Activated theme"
862
- #~ msgstr "Actives Theme"
863
-
864
- # @ default
865
- #, fuzzy
866
- #~ msgid "Installed themes"
867
- #~ msgstr "Installiere %s"
868
-
869
- # @ captcha
870
- #, fuzzy
871
- #~ msgid "Recommended themes"
872
- #~ msgstr "Empfohlene Plugins"
873
-
874
- # @ default
875
- #, fuzzy
876
- #~ msgid "installed"
877
- #~ msgstr "Installiere %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 2016-03-10 15:34+0300\n"
6
- "PO-Revision-Date: 2016-03-10 15:34+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,23 @@ msgstr ""
17
  "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: bws_functions.php:65 bws_functions.php:89
 
 
 
 
 
 
 
 
 
 
 
 
21
  msgid "requires"
22
  msgstr "obligatoire"
23
 
24
- #: bws_functions.php:67
25
  msgid ""
26
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
27
  "try again."
@@ -29,15 +41,15 @@ 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:68
33
  msgid "Back to the WordPress"
34
  msgstr "Retour à WordPress"
35
 
36
- #: bws_functions.php:70
37
  msgid "Plugins page"
38
  msgstr "Page des extensions"
39
 
40
- #: bws_functions.php:91
41
  msgid ""
42
  "or higher! We do not guarantee that our plugin will work correctly. Please "
43
  "upgrade to WordPress latest version."
@@ -45,57 +57,96 @@ msgstr ""
45
  "ou plus ! Nous ne garantissons pas que notre extension fonctionne "
46
  "correctement. Merci de mettre à jour Wordpress avec la dernière version."
47
 
48
- #: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
49
- #: bws_functions.php:755
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  msgid "Close notice"
51
  msgstr "Effacer l'avertissement"
52
 
53
- #: bws_functions.php:148
 
 
 
 
 
 
 
 
 
 
 
 
54
  msgid "It’s time to upgrade your"
55
  msgstr "C'est le moment de mettre à jour votre "
56
 
57
- #: bws_functions.php:148
58
  msgid "to"
59
  msgstr "à"
60
 
61
- #: bws_functions.php:148
62
  msgid "version!"
63
  msgstr "version"
64
 
65
- #: bws_functions.php:149
66
  msgid "Extend standard plugin functionality with new great options."
67
  msgstr ""
68
  "Étend les fonctionnalités classiques de l'extension avec des nouvelles "
69
  "options."
70
 
71
- #: bws_functions.php:152 bws_functions.php:593
72
  msgid "Learn More"
73
  msgstr "En savoir plus"
74
 
75
- #: bws_functions.php:169
76
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
77
  msgstr ""
78
  "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans "
79
  "Wordpress"
80
 
81
- #: bws_functions.php:170
82
  msgid "Rate the plugin"
83
  msgstr "Voter pour l'extension"
84
 
85
- #: bws_functions.php:173
86
  msgid "If there is something wrong about it, please contact us"
87
  msgstr "Si vous avez une question, n'hésitez pas à nous contacter"
88
 
89
- #: bws_functions.php:205
 
 
 
 
90
  msgid "Check premium options on the plugin settings page!"
91
  msgstr ""
92
  "Vérifier les options premium sur la page des paramètres de l'extension!"
93
 
94
- #: bws_functions.php:212 bws_functions.php:248
 
95
  msgid "Wrong license key"
96
  msgstr "Clé de licence incorrecte"
97
 
98
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
99
  msgid ""
100
  "Something went wrong. Please try again later. If the error appears again, "
101
  "please contact us"
@@ -104,15 +155,16 @@ msgstr ""
104
  "nouveau, merci de contacter <a href=http://support.bestwebsoft."
105
  "com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
106
 
107
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
108
  msgid "We are sorry for inconvenience."
109
  msgstr "Nous sommes désolés pour le désagrément."
110
 
111
- #: bws_functions.php:250
112
  msgid "This license key is bind to another site"
113
  msgstr "La clé de licence correspond à un autre site."
114
 
115
- #: bws_functions.php:252 bws_functions.php:416
116
  msgid ""
117
  "Unfortunately, you have exceeded the number of available tries per day. "
118
  "Please, upload the plugin manually."
@@ -120,7 +172,7 @@ msgstr ""
120
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
121
  "télécharger l'extension manuellement."
122
 
123
- #: bws_functions.php:254
124
  msgid ""
125
  "Unfortunately, Your license has expired. To continue getting top-priority "
126
  "support and plugin updates you should extend it in your"
@@ -128,7 +180,7 @@ msgstr ""
128
  "Désoler, votre licence est terminée. Pour continuer à disposer du support "
129
  "rapide et des mises à jour de l'extension vous devez la renouveler dans votre"
130
 
131
- #: bws_functions.php:256
132
  msgid ""
133
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
134
  "Trial license can be installed only once."
@@ -136,19 +188,20 @@ msgstr ""
136
  "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
137
  "peut-être installée qu'une seule fois."
138
 
139
- #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
 
140
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
141
  msgstr ""
142
  "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension "
143
  "manuellement."
144
 
145
- #: bws_functions.php:289
146
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
147
  msgstr ""
148
  "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
149
  "manuellement."
150
 
151
- #: bws_functions.php:295
152
  msgid ""
153
  "Your server does not support either ZipArchive or Phar. Please, upload the "
154
  "plugin manually"
@@ -156,13 +209,13 @@ msgstr ""
156
  "Votre serveur n'a pas le support du format des archives ZIP ou Phar. Merci "
157
  "de télécharger l'extension manuellement."
158
 
159
- #: bws_functions.php:302
160
  msgid "UploadDir is not writable. Please, upload the plugin manually"
161
  msgstr ""
162
  "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
163
  "manuellement."
164
 
165
- #: bws_functions.php:325
166
  msgid ""
167
  "Something went wrong. Try again later or upload the plugin manually. We are "
168
  "sorry for inconvenience."
@@ -170,72 +223,64 @@ msgstr ""
170
  "Il est survenu une erreur. Essayer de nouveau ou bien télécharger "
171
  "l'extension manuellement.Nous sommes désolés pour le désagrément."
172
 
173
- #: bws_functions.php:350
174
  msgid "Please, enter Your license key"
175
  msgstr "Merci de saisir votre clé de licence"
176
 
177
- #: bws_functions.php:380
178
  msgid ""
179
- "Congratulations! The Pro version of the plugin is successfully download and "
180
  "activated."
181
  msgstr ""
182
  "Félicitations! La version PRO de cette extension a été téléchargée et "
183
  "activée avec succès."
184
 
185
- #: bws_functions.php:382 bws_functions.php:473
186
  msgid "Please, go to"
187
  msgstr "Merci d’aller à"
188
 
189
- #: bws_functions.php:382 bws_functions.php:473
190
  msgid "the setting page"
191
  msgstr "Options supplémentaires"
192
 
193
- #: bws_functions.php:383 bws_functions.php:474
194
  msgid "You will be redirected automatically in 5 seconds."
195
  msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
196
 
197
- #: bws_functions.php:390
198
  msgid "Show Pro features"
199
  msgstr "Voir les fonctionnalités de la version PRO"
200
 
201
- #: bws_functions.php:397
202
- msgid "You can download and activate"
203
- msgstr "Vous pouvez télécharger et activer la version "
204
 
205
- #: bws_functions.php:399
206
- msgid "version of this plugin by entering Your license key."
207
- msgstr " de cette extension en donnant votre clé de licence."
208
 
209
- #: bws_functions.php:401 bws_functions.php:442
210
- msgid ""
211
- "You can find your license key on your personal page Client area, by clicking "
212
- "on the link"
213
- msgstr ""
214
- "Vous pouvez trouver votre clé de licence sur votre page personnelle dans la "
215
- "zone cliente en cliquant sur le lien"
216
 
217
- #: bws_functions.php:403 bws_functions.php:444
218
- msgid "(your username is the email you specify when purchasing the product)."
219
  msgstr ""
220
- "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de "
221
  "l'achat de l'extension)."
222
 
223
- #: bws_functions.php:407 bws_functions.php:691
224
- msgid "or"
225
- msgstr "ou"
226
-
227
- #: bws_functions.php:407
228
  #, php-format
229
  msgid "Start Your Free %s-Day Trial Now"
230
  msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
231
 
232
- #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
233
- #: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
234
- #: bws_menu.php:750
235
  msgid "Activate"
236
  msgstr "Activé"
237
 
238
- #: bws_functions.php:439 bws_functions.php:532
239
  #, php-format
240
  msgid ""
241
  "In order to continue using the plugin it is necessary to buy a %s license."
@@ -243,33 +288,33 @@ msgstr ""
243
  "Afin de pouvoir continuer à utiliser cette extension il est nécessaire "
244
  "d'acheter une licence %s."
245
 
246
- #: bws_functions.php:440
247
  msgid "After that you can activate it by entering your license key."
248
  msgstr ""
249
  " Après vous pouvez activer cette extension en donnant votre clé de licence."
250
 
251
- #: bws_functions.php:454
252
  msgid "Unfortunately, you have exceeded the number of available tries per day."
253
  msgstr ""
254
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
255
  "télécharger l'extension manuellement."
256
 
257
- #: bws_functions.php:471
258
  msgid ""
259
  "Congratulations! The Pro license of the plugin is successfully activated."
260
  msgstr ""
261
  "Félicitations! La version PRO de cette extension a été téléchargée et "
262
  "activée avec succès."
263
 
264
- #: bws_functions.php:512
265
  msgid "Wrong license key."
266
  msgstr "Clé de licence incorrecte."
267
 
268
- #: bws_functions.php:514
269
  msgid "This license key is bind to another site."
270
  msgstr "La clé de licence correspond à un autre site."
271
 
272
- #: bws_functions.php:516
273
  msgid ""
274
  "This license key is valid, but Your license has expired. If you want to "
275
  "update our plugin in future, you should extend the license."
@@ -278,13 +323,13 @@ msgstr ""
278
  "continuer à disposer du support rapide et des mises à jour de l'extension "
279
  "vous devez la renouveller."
280
 
281
- #: bws_functions.php:518
282
  msgid "Unfortunately, you have exceeded the number of available tries."
283
  msgstr ""
284
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
285
  "télécharger l'extension manuellement."
286
 
287
- #: bws_functions.php:520
288
  msgid ""
289
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
290
  "The Pro Trial license can be installed only once."
@@ -292,23 +337,23 @@ msgstr ""
292
  "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
293
  "peut-être installée qu'une seule fois."
294
 
295
- #: bws_functions.php:524
296
  msgid "The Pro Trial license key is valid."
297
  msgstr "La clé de licence d'évaluation est valide."
298
 
299
- #: bws_functions.php:526
300
  msgid "The license key is valid."
301
  msgstr "La clé de licence est valide."
302
 
303
- #: bws_functions.php:529
304
  msgid "Your license will expire on"
305
  msgstr "Votre licence se termine le "
306
 
307
- #: bws_functions.php:562
308
  msgid "Please, enter your license key"
309
  msgstr "Merci de saisir votre clé de licence"
310
 
311
- #: bws_functions.php:575
312
  msgid ""
313
  "If needed you can check if the license key is correct or reenter it in the "
314
  "field below. You can find your license key on your personal page - Client "
@@ -318,24 +363,24 @@ msgstr ""
318
  "saisir de nouveau dans le champ ci-dessous. Vous pouvez trouver votre clé de "
319
  "licence sur votre page personnelle (zone client) sur notre site web."
320
 
321
- #: bws_functions.php:575
322
  msgid ""
323
- "(your username is the email you specify when purchasing the product). If "
324
  "necessary, please submit \"Lost your password?\" request."
325
  msgstr ""
326
- "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de "
327
  "l'achat de l'extension). Si nécessaire, utilisez la fonction de demande de "
328
  "mot de passe perdu."
329
 
330
- #: bws_functions.php:579
331
  msgid "Check license key"
332
  msgstr "Vérifier la clé de licence"
333
 
334
- #: bws_functions.php:593
335
  msgid "WARNING: Illegal use notification"
336
  msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
337
 
338
- #: bws_functions.php:593
339
  msgid ""
340
  "You can use one license of the Pro plugin for one domain only. Please check "
341
  "and edit your license or domain if necessary using you personal Client Area. "
@@ -348,7 +393,7 @@ msgstr ""
348
  "de résoudre ce problème dans les 24 heures, sinon l'extension sera rendue "
349
  "inactive."
350
 
351
- #: bws_functions.php:601
352
  msgid ""
353
  "Notice: Your Pro Trial license has expired. To continue using the plugin you "
354
  "should buy a Pro license"
@@ -356,7 +401,7 @@ msgstr ""
356
  "Votre licence d'évaluation est terminée. Pour continuer à disposer du "
357
  "support rapide et des mises à jour de l'extension vous devez la renouveler."
358
 
359
- #: bws_functions.php:603
360
  msgid ""
361
  "Your license has expired. To continue getting top-priority support and "
362
  "plugin updates you should extend it."
@@ -364,82 +409,65 @@ msgstr ""
364
  "Votre licence est terminée. Pour continuer à disposer du support rapide et "
365
  "des mises à jour de l'extension vous devez la renouveller."
366
 
367
- #: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
368
- #: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
369
- #: bws_menu.php:794
370
  msgid "Learn more"
371
  msgstr "En savoir plus"
372
 
373
- #: bws_functions.php:613
374
  #, php-format
375
  msgid "Notice: You are using the Pro Trial license of %s plugin."
376
  msgstr ""
377
  "Avertissement : vous utilisez la version d'évaluation de l'extension %s."
378
 
379
- #: bws_functions.php:615
380
  msgid "Notice: You are using the Pro Trial license of plugin."
381
  msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension."
382
 
383
- #: bws_functions.php:618
384
  msgid "The Pro Trial license will expire on"
385
  msgstr "La licence PRO d'évaluation expirera le"
386
 
387
- #: bws_functions.php:656
388
  msgid "You license for"
389
  msgstr "Votre licence pour"
390
 
391
- #: bws_functions.php:656
392
  msgid "expires on"
393
  msgstr "se termine le"
394
 
395
- #: bws_functions.php:656
396
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
397
  msgstr "et vous ne disposerez plus du support rapide et des mises à jour."
398
 
399
- #: bws_functions.php:687
400
- msgid "Thank you for installing"
401
- msgstr "Merci d'avoir installé"
402
-
403
- #: bws_functions.php:688
404
- msgid "Let's get started"
405
- msgstr "Démarrer"
406
-
407
- #: bws_functions.php:689
408
- msgid "Configure Settings"
409
- msgstr "Configuration des paramètres"
410
-
411
- #: bws_functions.php:692
412
- msgid "Add New"
413
- msgstr "Ajouter"
414
-
415
- #: bws_functions.php:750
416
- #, fuzzy
417
  msgid "Thank you for choosing"
418
- msgstr "Merci d'avoir installé"
419
 
420
- #: bws_functions.php:751
421
  msgid ""
422
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
423
  "we'd love to hear about it!"
424
  msgstr ""
 
 
425
 
426
- #: bws_functions.php:752
427
  msgid "Suggest a Feature"
428
- msgstr ""
429
 
430
- #: bws_functions.php:768
431
  msgid "Notice"
432
  msgstr "Avertissement"
433
 
434
- #: bws_functions.php:768
435
  msgid "The plugin's settings have been changed."
436
  msgstr "Les paramètres de l'extension ont été modifiés."
437
 
438
- #: bws_functions.php:769 bws_functions.php:1240
439
  msgid "Save Changes"
440
  msgstr "Sauvegarder les modifications"
441
 
442
- #: bws_functions.php:786
443
  msgid ""
444
  "You can always look at premium options by clicking on the \"Show Pro features"
445
  "\" in the \"Go PRO\" tab"
@@ -447,371 +475,561 @@ msgstr ""
447
  "Vous pouvez toujours consulter les options premium en cliquant sur le lien "
448
  "\"Voir les fonctionnalités de la version PRO\" dans l'onglet Passer PRO"
449
 
450
- #: bws_functions.php:886
451
  msgid "Add shortcode"
452
  msgstr "Ajouter le code court"
453
 
454
- #: bws_functions.php:886
455
  msgid "Add BestWebSoft plugins' shortcodes using this button."
456
  msgstr "Ajouter le code court des extensions BestWebSoft avec ce bouton."
457
 
458
- #: bws_functions.php:935
459
  msgid "Close"
460
  msgstr "Fermer"
461
 
462
- #: bws_functions.php:1027
463
  msgid "Restore all plugin settings to defaults"
464
  msgstr "Remettre les valeurs par défaut des paramètres de l'extension"
465
 
466
- #: bws_functions.php:1029
467
  msgid "Restore settings"
468
  msgstr "Remettre les paramètres"
469
 
470
- #: bws_functions.php:1040
471
  msgid "Are you sure you want to restore all settings by default?"
472
  msgstr "Êtes vous sûr de vouloir remettre toutes les valeurs par défaut ?"
473
 
474
- #: bws_functions.php:1043
475
  msgid "Yes, restore all settings"
476
  msgstr "Oui, remettre les valeurs par défaut"
477
 
478
- #: bws_functions.php:1044
479
  msgid "No, go back to the settings page"
480
  msgstr "Non, retourner à la page des paramètres"
481
 
482
- #: bws_functions.php:1090
483
  msgid "Plugin"
484
  msgstr "Extension"
485
 
486
- #: bws_functions.php:1099
487
  msgid "Shortcode settings"
488
  msgstr "Paramètres du code court"
489
 
490
- #: bws_functions.php:1104
491
  msgid "The shortcode will be inserted"
492
  msgstr "Le code court sera inséré"
493
 
494
- #: bws_functions.php:1109
495
  msgid "Insert"
496
  msgstr "Insérer"
497
 
498
- #: bws_functions.php:1140
499
  msgid "Visit Help Center"
500
  msgstr "Visiter le site du support"
501
 
502
- #: bws_functions.php:1145
503
  msgid "FAQ"
504
  msgstr "FAQ"
505
 
506
- #: bws_functions.php:1151
507
  msgid "For more information:"
508
  msgstr "Pour plus d'informations&nbsp;:"
509
 
510
- #: bws_functions.php:1152
511
  msgid "Documentation"
512
  msgstr "Documentation"
513
 
514
- #: bws_functions.php:1153
515
  msgid "Video Instructions"
516
  msgstr "Vidéo explicative"
517
 
518
- #: bws_functions.php:1154
519
  msgid "Submit a Request"
520
  msgstr "Soumettre une requête"
521
 
522
- #: bws_functions.php:1165
523
  msgid "You do not have sufficient permissions to edit plugins for this site."
524
  msgstr ""
 
525
 
526
- #: bws_functions.php:1196
527
- msgid "File edited successfully."
528
- msgstr ""
 
529
 
530
- #: bws_functions.php:1198
531
  msgid "Not enough permissions to create or update the file"
532
- msgstr ""
 
 
 
 
533
 
534
- #: bws_functions.php:1222
535
  msgid "These styles will be added to the header on all pages of your site."
536
  msgstr ""
 
537
 
538
- #: bws_functions.php:1225
539
- msgid "Editing"
 
 
 
540
  msgstr ""
 
 
541
 
542
- #: bws_functions.php:1227
 
 
 
 
543
  msgid "Browsing"
544
- msgstr ""
545
 
546
- #: bws_functions.php:1235
547
- #, fuzzy
548
- msgid "Learn more about CSS"
549
- msgstr "En savoir plus"
550
 
551
- #: bws_functions.php:1243
552
  #, php-format
553
  msgid ""
554
- "You need to make this file writable before you can save your changes. See %s "
555
- "the Codex %s for more information."
556
  msgstr ""
 
 
557
 
558
- #: bws_menu.php:509
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
559
  msgid "Not set"
560
  msgstr "Not set"
561
 
562
- #: bws_menu.php:511 bws_menu.php:512
563
  msgid "On"
564
  msgstr "On"
565
 
566
- #: bws_menu.php:511 bws_menu.php:512
567
  msgid "Off"
568
  msgstr "Off"
569
 
570
- #: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
571
- #: bws_menu.php:517 bws_menu.php:529
572
  msgid "N/A"
573
  msgstr "N/A"
574
 
575
- #: bws_menu.php:517
576
  msgid " Mb"
577
  msgstr " Mb"
578
 
579
- #: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
580
  msgid "Yes"
581
  msgstr "Yes"
582
 
583
- #: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
584
  msgid "No"
585
  msgstr "No"
586
 
587
- #: bws_menu.php:537
588
  msgid "Operating System"
589
  msgstr "Operating System"
590
 
591
- #: bws_menu.php:538
592
  msgid "Server"
593
  msgstr "Server"
594
 
595
- #: bws_menu.php:539
596
  msgid "Memory usage"
597
  msgstr "Memory usage"
598
 
599
- #: bws_menu.php:540
600
  msgid "MYSQL Version"
601
  msgstr "MYSQL Version"
602
 
603
- #: bws_menu.php:541
604
  msgid "SQL Mode"
605
  msgstr "SQL Mode"
606
 
607
- #: bws_menu.php:542
608
  msgid "PHP Version"
609
  msgstr "PHP Version"
610
 
611
- #: bws_menu.php:543
612
  msgid "PHP Safe Mode"
613
  msgstr "PHP Safe Mode"
614
 
615
- #: bws_menu.php:544
616
  msgid "PHP Allow URL fopen"
617
  msgstr "PHP Allow URL fopen"
618
 
619
- #: bws_menu.php:545
620
  msgid "PHP Memory Limit"
621
  msgstr "PHP Memory Limit"
622
 
623
- #: bws_menu.php:546
624
  msgid "PHP Max Upload Size"
625
  msgstr "PHP Max Upload Size"
626
 
627
- #: bws_menu.php:547
628
  msgid "PHP Max Post Size"
629
  msgstr "PHP Max Post Size"
630
 
631
- #: bws_menu.php:548
632
  msgid "PHP Max Script Execute Time"
633
  msgstr "PHP Max Script Execute Time"
634
 
635
- #: bws_menu.php:549
636
  msgid "PHP Exif support"
637
  msgstr "PHP Exif support"
638
 
639
- #: bws_menu.php:550
640
  msgid "PHP IPTC support"
641
  msgstr "PHP IPTC support"
642
 
643
- #: bws_menu.php:551
644
  msgid "PHP XML support"
645
  msgstr "PHP XML support"
646
 
647
- #: bws_menu.php:552
648
  msgid "Site URL"
649
  msgstr "Site URL"
650
 
651
- #: bws_menu.php:553
652
  msgid "Home URL"
653
  msgstr "Home URL"
654
 
655
- #: bws_menu.php:556
656
  msgid "WordPress Version"
657
  msgstr "WordPress Version"
658
 
659
- #: bws_menu.php:557
660
  msgid "WordPress DB Version"
661
  msgstr "WordPress DB Version"
662
 
663
- #: bws_menu.php:558
664
  msgid "Multisite"
665
  msgstr "Multisite"
666
 
667
- #: bws_menu.php:559
668
  msgid "Active Theme"
669
  msgstr "Active Theme"
670
 
671
- #: bws_menu.php:574
672
  msgid "Please enter a valid email address."
673
  msgstr "Merci de saisir une adresse e-mail valide."
674
 
675
- #: bws_menu.php:578
676
  msgid "Email with system info is sent to "
677
  msgstr "Le courriel avec les informations système est envoyé à"
678
 
679
- #: bws_menu.php:582
680
  msgid "Thank you for contacting us."
681
  msgstr "Merci de nous avoir contacté."
682
 
683
- #: bws_menu.php:615
684
  msgid "Sorry, email message could not be delivered."
685
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
686
 
687
- #: bws_menu.php:622
688
- msgid "Need help?"
689
- msgstr "Besoin d'aide ?"
690
 
691
- #: bws_menu.php:623
692
- msgid "Client area"
 
 
 
 
 
 
 
 
693
  msgstr "Espace client"
694
 
695
- #: bws_menu.php:624 bws_menu.php:933
696
- msgid "System status"
697
- msgstr "System status"
 
698
 
699
- #: bws_menu.php:629
700
- msgid "Plugins"
701
- msgstr "Extensions"
 
 
 
 
 
 
702
 
703
- #: bws_menu.php:630
704
- msgid "Themes"
705
- msgstr "Thèmes"
706
 
707
- #: bws_menu.php:634
708
- msgid "All"
709
- msgstr "Tous"
710
 
711
- #: bws_menu.php:635
712
- msgid "Installed"
713
- msgstr "Installé"
714
 
715
- #: bws_menu.php:636
716
- msgid "Recommended"
717
- msgstr "Recommandé"
 
 
 
 
 
718
 
719
- #: bws_menu.php:640
720
- msgid "Installed plugins"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
721
  msgstr "Extensions installées"
722
 
723
- #: bws_menu.php:672 bws_menu.php:721
724
- msgid "Settings"
725
- msgstr "Réglages"
726
 
727
- #: bws_menu.php:693 bws_menu.php:750
728
- msgid "Activate this plugin"
729
- msgstr "Activer cette extension"
730
 
731
- #: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
732
- msgid "Go"
733
- msgstr "Passez"
734
 
735
- #: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
736
- msgid "DONATE"
737
- msgstr "Faire un don"
738
 
739
- #: bws_menu.php:758
740
- msgid "Recommended plugins"
741
- msgstr "Extensions recommandées"
742
 
743
- #: bws_menu.php:796
744
- msgid "Install now"
745
- msgstr "Installer maintenant"
746
 
747
- #: bws_menu.php:817
748
- msgid "Try again"
749
- msgstr "Essayer de nouveau"
750
 
751
- #: bws_menu.php:835
752
- #, php-format
753
- msgid "Preview &#8220;%s&#8221;"
754
- msgstr "Pré-visualiser &#8220;%s&#8221;"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
755
 
756
- #: bws_menu.php:866
757
  #, php-format
758
- msgid "Install %s"
759
- msgstr "%s installé"
760
 
761
- #: bws_menu.php:866
762
  msgid "Install Now"
763
  msgstr "Installer maintenant"
764
 
765
- #: bws_menu.php:869
766
- #, php-format
767
- msgid "Update to version %s"
768
- msgstr "Mettre à jour avec la version %s"
769
 
770
- #: bws_menu.php:869
771
- msgid "Update"
772
- msgstr "Mettre à jour"
773
 
774
- #: bws_menu.php:876
775
- #, php-format
776
- msgid "Preview %s"
777
- msgstr "Pré-visualiser %s"
778
 
779
- #: bws_menu.php:876
780
- msgid "Preview"
781
- msgstr "Pré-visualiser"
782
 
783
- #: bws_menu.php:882 bws_menu.php:914
 
 
 
 
784
  #, php-format
785
  msgid "By %s"
786
  msgstr "Par %s"
787
 
788
- #: bws_menu.php:888
789
- msgid "Details"
790
- msgstr "Détails"
791
-
792
- #: bws_menu.php:920
793
  msgid "Already Installed"
794
  msgstr "Déjà installé"
795
 
796
- #: bws_menu.php:936
 
 
 
 
 
 
 
 
 
 
 
 
797
  msgid "Environment"
798
  msgstr "Environnent"
799
 
800
- #: bws_menu.php:947
801
  msgid "Active Plugins"
802
  msgstr "Extensions actives"
803
 
804
- #: bws_menu.php:960
805
  msgid "Inactive Plugins"
806
  msgstr "Extensions inactives"
807
 
808
- #: bws_menu.php:976
809
- msgid "Send to support"
810
- msgstr "Envoyé au support"
811
 
812
- #: bws_menu.php:983
813
- msgid "Send to custom email &#187;"
814
- msgstr "Envoyer un e-mail spécifique &#187;"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
815
 
816
  #~ msgid "Add BWS Plugins Shortcode"
817
  #~ msgstr "Ajouter le code court de l'extension BWS"
@@ -851,9 +1069,6 @@ msgstr "Envoyer un e-mail spécifique &#187;"
851
  #~ msgid "Free themes"
852
  #~ msgstr "Thèmes gratuits"
853
 
854
- #~ msgid "Activated theme"
855
- #~ msgstr "Thème actif"
856
-
857
  #~ msgid "Customize &#8220;%s&#8221;"
858
  #~ msgstr "Personnaliser &#8220;%s&#8221;"
859
 
@@ -1173,9 +1388,6 @@ msgstr "Envoyer un e-mail spécifique &#187;"
1173
  #~ msgid "Text"
1174
  #~ msgstr "Texte"
1175
 
1176
- #~ msgid "Redirect to the page"
1177
- #~ msgstr "Rediriger vers la page"
1178
-
1179
  #~ msgid "Url"
1180
  #~ msgstr "Url"
1181
 
@@ -1321,9 +1533,6 @@ msgstr "Envoyer un e-mail spécifique &#187;"
1321
  #~ "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
1322
  #~ "MIME !"
1323
 
1324
- #~ msgid "Support"
1325
- #~ msgstr "Support"
1326
-
1327
  #~ msgid "Display Attachment tips"
1328
  #~ msgstr "Afficher les explications sur les pièces jointes"
1329
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-07-04 10:21+0300\n"
6
+ "PO-Revision-Date: 2016-07-04 10:22+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.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: bws_functions.php:38 bws_menu.php:282 bws_menu.php:330
21
+ msgid "Plugins"
22
+ msgstr "Extensions"
23
+
24
+ #: bws_functions.php:39 bws_menu.php:283 bws_menu.php:579
25
+ msgid "Themes"
26
+ msgstr "Thèmes"
27
+
28
+ #: bws_functions.php:40
29
+ msgid "System Status"
30
+ msgstr "Etat du système"
31
+
32
+ #: bws_functions.php:75 bws_functions.php:101
33
  msgid "requires"
34
  msgstr "obligatoire"
35
 
36
+ #: bws_functions.php:77
37
  msgid ""
38
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
39
  "try again."
41
  "ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à "
42
  "jour de WordPress puis de ré-essayer."
43
 
44
+ #: bws_functions.php:78
45
  msgid "Back to the WordPress"
46
  msgstr "Retour à WordPress"
47
 
48
+ #: bws_functions.php:80
49
  msgid "Plugins page"
50
  msgstr "Page des extensions"
51
 
52
+ #: bws_functions.php:103
53
  msgid ""
54
  "or higher! We do not guarantee that our plugin will work correctly. Please "
55
  "upgrade to WordPress latest version."
57
  "ou plus ! Nous ne garantissons pas que notre extension fonctionne "
58
  "correctement. Merci de mettre à jour Wordpress avec la dernière version."
59
 
60
+ #: bws_functions.php:118
61
+ msgid "Thank you for installing"
62
+ msgstr "Merci d'avoir installé"
63
+
64
+ #: bws_functions.php:119
65
+ msgid "Let's get started"
66
+ msgstr "Démarrer"
67
+
68
+ #: bws_functions.php:120 bws_functions.php:153 bws_menu.php:525
69
+ #: bws_menu.php:527
70
+ msgid "Settings"
71
+ msgstr "Réglages"
72
+
73
+ #: bws_functions.php:122 bws_functions.php:479
74
+ msgid "or"
75
+ msgstr "ou"
76
+
77
+ #: bws_functions.php:123 bws_functions.php:155
78
+ msgid "Add New"
79
+ msgstr "Ajouter"
80
+
81
+ #: bws_functions.php:127 bws_functions.php:137 bws_functions.php:213
82
+ #: bws_functions.php:724 bws_functions.php:828
83
  msgid "Close notice"
84
  msgstr "Effacer l'avertissement"
85
 
86
+ #: bws_functions.php:142
87
+ msgid "Thank you for installing plugins by BestWebSoft!"
88
+ msgstr "Merci d'avoir installé des extensions de BestWebSoft!"
89
+
90
+ #: bws_functions.php:144
91
+ msgid "More Details"
92
+ msgstr "Plus de détails"
93
+
94
+ #: bws_functions.php:145
95
+ msgid "Less Details"
96
+ msgstr "Moins de détails"
97
+
98
+ #: bws_functions.php:218
99
  msgid "It’s time to upgrade your"
100
  msgstr "C'est le moment de mettre à jour votre "
101
 
102
+ #: bws_functions.php:218
103
  msgid "to"
104
  msgstr "à"
105
 
106
+ #: bws_functions.php:218
107
  msgid "version!"
108
  msgstr "version"
109
 
110
+ #: bws_functions.php:219
111
  msgid "Extend standard plugin functionality with new great options."
112
  msgstr ""
113
  "Étend les fonctionnalités classiques de l'extension avec des nouvelles "
114
  "options."
115
 
116
+ #: bws_functions.php:222 bws_functions.php:665 bws_menu.php:595
117
  msgid "Learn More"
118
  msgstr "En savoir plus"
119
 
120
+ #: bws_functions.php:239
121
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
122
  msgstr ""
123
  "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans "
124
  "Wordpress"
125
 
126
+ #: bws_functions.php:240
127
  msgid "Rate the plugin"
128
  msgstr "Voter pour l'extension"
129
 
130
+ #: bws_functions.php:243
131
  msgid "If there is something wrong about it, please contact us"
132
  msgstr "Si vous avez une question, n'hésitez pas à nous contacter"
133
 
134
+ #: bws_functions.php:247
135
+ msgid "Donations play an important role in supporting great projects"
136
+ msgstr "Les dons jouent un rôle important dans l'aide aux projets"
137
+
138
+ #: bws_functions.php:277
139
  msgid "Check premium options on the plugin settings page!"
140
  msgstr ""
141
  "Vérifier les options premium sur la page des paramètres de l'extension!"
142
 
143
+ #: bws_functions.php:284 bws_functions.php:320 bws_menu.php:87
144
+ #: bws_menu.php:114
145
  msgid "Wrong license key"
146
  msgstr "Clé de licence incorrecte"
147
 
148
+ #: bws_functions.php:314 bws_functions.php:578 bws_functions.php:629
149
+ #: bws_menu.php:108
150
  msgid ""
151
  "Something went wrong. Please try again later. If the error appears again, "
152
  "please contact us"
155
  "nouveau, merci de contacter <a href=http://support.bestwebsoft."
156
  "com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
157
 
158
+ #: bws_functions.php:314 bws_functions.php:578 bws_functions.php:629
159
+ #: bws_menu.php:108
160
  msgid "We are sorry for inconvenience."
161
  msgstr "Nous sommes désolés pour le désagrément."
162
 
163
+ #: bws_functions.php:322
164
  msgid "This license key is bind to another site"
165
  msgstr "La clé de licence correspond à un autre site."
166
 
167
+ #: bws_functions.php:324 bws_functions.php:488
168
  msgid ""
169
  "Unfortunately, you have exceeded the number of available tries per day. "
170
  "Please, upload the plugin manually."
172
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
173
  "télécharger l'extension manuellement."
174
 
175
+ #: bws_functions.php:326 bws_menu.php:120
176
  msgid ""
177
  "Unfortunately, Your license has expired. To continue getting top-priority "
178
  "support and plugin updates you should extend it in your"
180
  "Désoler, votre licence est terminée. Pour continuer à disposer du support "
181
  "rapide et des mises à jour de l'extension vous devez la renouveler dans votre"
182
 
183
+ #: bws_functions.php:328 bws_menu.php:122
184
  msgid ""
185
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
186
  "Trial license can be installed only once."
188
  "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
189
  "peut-être installée qu'une seule fois."
190
 
191
+ #: bws_functions.php:349 bws_functions.php:371 bws_functions.php:393
192
+ #: bws_menu.php:370 bws_menu.php:401 bws_menu.php:412
193
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
194
  msgstr ""
195
  "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension "
196
  "manuellement."
197
 
198
+ #: bws_functions.php:361 bws_menu.php:387
199
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
200
  msgstr ""
201
  "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
202
  "manuellement."
203
 
204
+ #: bws_functions.php:367 bws_menu.php:394
205
  msgid ""
206
  "Your server does not support either ZipArchive or Phar. Please, upload the "
207
  "plugin manually"
209
  "Votre serveur n'a pas le support du format des archives ZIP ou Phar. Merci "
210
  "de télécharger l'extension manuellement."
211
 
212
+ #: bws_functions.php:374 bws_menu.php:404
213
  msgid "UploadDir is not writable. Please, upload the plugin manually"
214
  msgstr ""
215
  "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
216
  "manuellement."
217
 
218
+ #: bws_functions.php:397 bws_menu.php:139
219
  msgid ""
220
  "Something went wrong. Try again later or upload the plugin manually. We are "
221
  "sorry for inconvenience."
223
  "Il est survenu une erreur. Essayer de nouveau ou bien télécharger "
224
  "l'extension manuellement.Nous sommes désolés pour le désagrément."
225
 
226
+ #: bws_functions.php:422
227
  msgid "Please, enter Your license key"
228
  msgstr "Merci de saisir votre clé de licence"
229
 
230
+ #: bws_functions.php:452
231
  msgid ""
232
+ "Congratulations! Pro version of the plugin is successfully installed and "
233
  "activated."
234
  msgstr ""
235
  "Félicitations! La version PRO de cette extension a été téléchargée et "
236
  "activée avec succès."
237
 
238
+ #: bws_functions.php:454 bws_functions.php:545
239
  msgid "Please, go to"
240
  msgstr "Merci d’aller à"
241
 
242
+ #: bws_functions.php:454 bws_functions.php:545
243
  msgid "the setting page"
244
  msgstr "Options supplémentaires"
245
 
246
+ #: bws_functions.php:455 bws_functions.php:546
247
  msgid "You will be redirected automatically in 5 seconds."
248
  msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
249
 
250
+ #: bws_functions.php:462
251
  msgid "Show Pro features"
252
  msgstr "Voir les fonctionnalités de la version PRO"
253
 
254
+ #: bws_functions.php:469
255
+ msgid "Enter your license key to install and activate"
256
+ msgstr "Saisir votre clé de licence pour installer et activer"
257
 
258
+ #: bws_functions.php:471
259
+ msgid "version of the plugin."
260
+ msgstr "version de l'extension."
261
 
262
+ #: bws_functions.php:473 bws_functions.php:514
263
+ msgid "License key can be found in the"
264
+ msgstr "La clé de licence peut être trouvée dans "
 
 
 
 
265
 
266
+ #: bws_functions.php:475 bws_functions.php:516
267
+ msgid "(your username is the email address specified during the purchase)."
268
  msgstr ""
269
+ "(votre nom d'utilisateur est l'adresse e-mail que vous avez donnée lors de "
270
  "l'achat de l'extension)."
271
 
272
+ #: bws_functions.php:479
 
 
 
 
273
  #, php-format
274
  msgid "Start Your Free %s-Day Trial Now"
275
  msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
276
 
277
+ #: bws_functions.php:485 bws_functions.php:494 bws_functions.php:524
278
+ #: bws_functions.php:532 bws_functions.php:1398 bws_menu.php:531
279
+ #: bws_menu.php:540
280
  msgid "Activate"
281
  msgstr "Activé"
282
 
283
+ #: bws_functions.php:511 bws_functions.php:604
284
  #, php-format
285
  msgid ""
286
  "In order to continue using the plugin it is necessary to buy a %s license."
288
  "Afin de pouvoir continuer à utiliser cette extension il est nécessaire "
289
  "d'acheter une licence %s."
290
 
291
+ #: bws_functions.php:512
292
  msgid "After that you can activate it by entering your license key."
293
  msgstr ""
294
  " Après vous pouvez activer cette extension en donnant votre clé de licence."
295
 
296
+ #: bws_functions.php:526 bws_menu.php:118 bws_menu.php:306
297
  msgid "Unfortunately, you have exceeded the number of available tries per day."
298
  msgstr ""
299
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
300
  "télécharger l'extension manuellement."
301
 
302
+ #: bws_functions.php:543
303
  msgid ""
304
  "Congratulations! The Pro license of the plugin is successfully activated."
305
  msgstr ""
306
  "Félicitations! La version PRO de cette extension a été téléchargée et "
307
  "activée avec succès."
308
 
309
+ #: bws_functions.php:584
310
  msgid "Wrong license key."
311
  msgstr "Clé de licence incorrecte."
312
 
313
+ #: bws_functions.php:586
314
  msgid "This license key is bind to another site."
315
  msgstr "La clé de licence correspond à un autre site."
316
 
317
+ #: bws_functions.php:588
318
  msgid ""
319
  "This license key is valid, but Your license has expired. If you want to "
320
  "update our plugin in future, you should extend the license."
323
  "continuer à disposer du support rapide et des mises à jour de l'extension "
324
  "vous devez la renouveller."
325
 
326
+ #: bws_functions.php:590
327
  msgid "Unfortunately, you have exceeded the number of available tries."
328
  msgstr ""
329
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
330
  "télécharger l'extension manuellement."
331
 
332
+ #: bws_functions.php:592
333
  msgid ""
334
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
335
  "The Pro Trial license can be installed only once."
337
  "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
338
  "peut-être installée qu'une seule fois."
339
 
340
+ #: bws_functions.php:596
341
  msgid "The Pro Trial license key is valid."
342
  msgstr "La clé de licence d'évaluation est valide."
343
 
344
+ #: bws_functions.php:598 bws_menu.php:128
345
  msgid "The license key is valid."
346
  msgstr "La clé de licence est valide."
347
 
348
+ #: bws_functions.php:601 bws_menu.php:130
349
  msgid "Your license will expire on"
350
  msgstr "Votre licence se termine le "
351
 
352
+ #: bws_functions.php:634
353
  msgid "Please, enter your license key"
354
  msgstr "Merci de saisir votre clé de licence"
355
 
356
+ #: bws_functions.php:647
357
  msgid ""
358
  "If needed you can check if the license key is correct or reenter it in the "
359
  "field below. You can find your license key on your personal page - Client "
363
  "saisir de nouveau dans le champ ci-dessous. Vous pouvez trouver votre clé de "
364
  "licence sur votre page personnelle (zone client) sur notre site web."
365
 
366
+ #: bws_functions.php:647
367
  msgid ""
368
+ "(your username is the email address specified during the purchase). If "
369
  "necessary, please submit \"Lost your password?\" request."
370
  msgstr ""
371
+ "(votre nom d'utilisateur est l'adresse e-mail que vous avez donnée lors de "
372
  "l'achat de l'extension). Si nécessaire, utilisez la fonction de demande de "
373
  "mot de passe perdu."
374
 
375
+ #: bws_functions.php:651 bws_menu.php:304 bws_menu.php:315
376
  msgid "Check license key"
377
  msgstr "Vérifier la clé de licence"
378
 
379
+ #: bws_functions.php:665
380
  msgid "WARNING: Illegal use notification"
381
  msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
382
 
383
+ #: bws_functions.php:665
384
  msgid ""
385
  "You can use one license of the Pro plugin for one domain only. Please check "
386
  "and edit your license or domain if necessary using you personal Client Area. "
393
  "de résoudre ce problème dans les 24 heures, sinon l'extension sera rendue "
394
  "inactive."
395
 
396
+ #: bws_functions.php:673
397
  msgid ""
398
  "Notice: Your Pro Trial license has expired. To continue using the plugin you "
399
  "should buy a Pro license"
401
  "Votre licence d'évaluation est terminée. Pour continuer à disposer du "
402
  "support rapide et des mises à jour de l'extension vous devez la renouveler."
403
 
404
+ #: bws_functions.php:675
405
  msgid ""
406
  "Your license has expired. To continue getting top-priority support and "
407
  "plugin updates you should extend it."
409
  "Votre licence est terminée. Pour continuer à disposer du support rapide et "
410
  "des mises à jour de l'extension vous devez la renouveller."
411
 
412
+ #: bws_functions.php:675 bws_functions.php:728 bws_functions.php:1353
 
 
413
  msgid "Learn more"
414
  msgstr "En savoir plus"
415
 
416
+ #: bws_functions.php:685
417
  #, php-format
418
  msgid "Notice: You are using the Pro Trial license of %s plugin."
419
  msgstr ""
420
  "Avertissement : vous utilisez la version d'évaluation de l'extension %s."
421
 
422
+ #: bws_functions.php:687
423
  msgid "Notice: You are using the Pro Trial license of plugin."
424
  msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension."
425
 
426
+ #: bws_functions.php:690
427
  msgid "The Pro Trial license will expire on"
428
  msgstr "La licence PRO d'évaluation expirera le"
429
 
430
+ #: bws_functions.php:728
431
  msgid "You license for"
432
  msgstr "Votre licence pour"
433
 
434
+ #: bws_functions.php:728
435
  msgid "expires on"
436
  msgstr "se termine le"
437
 
438
+ #: bws_functions.php:728
439
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
440
  msgstr "et vous ne disposerez plus du support rapide et des mises à jour."
441
 
442
+ #: bws_functions.php:823
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
443
  msgid "Thank you for choosing"
444
+ msgstr "Merci d'avoir choisi"
445
 
446
+ #: bws_functions.php:824
447
  msgid ""
448
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
449
  "we'd love to hear about it!"
450
  msgstr ""
451
+ "Si vous avez une fonctionnalité, une suggestion ou une idée que vous "
452
+ "souhaitez pour cette extension, nous serons ravis d'en parler avec vous !"
453
 
454
+ #: bws_functions.php:825
455
  msgid "Suggest a Feature"
456
+ msgstr "Proposer une fonctionnalité"
457
 
458
+ #: bws_functions.php:841
459
  msgid "Notice"
460
  msgstr "Avertissement"
461
 
462
+ #: bws_functions.php:841
463
  msgid "The plugin's settings have been changed."
464
  msgstr "Les paramètres de l'extension ont été modifiés."
465
 
466
+ #: bws_functions.php:842 bws_functions.php:1409
467
  msgid "Save Changes"
468
  msgstr "Sauvegarder les modifications"
469
 
470
+ #: bws_functions.php:856
471
  msgid ""
472
  "You can always look at premium options by clicking on the \"Show Pro features"
473
  "\" in the \"Go PRO\" tab"
475
  "Vous pouvez toujours consulter les options premium en cliquant sur le lien "
476
  "\"Voir les fonctionnalités de la version PRO\" dans l'onglet Passer PRO"
477
 
478
+ #: bws_functions.php:985
479
  msgid "Add shortcode"
480
  msgstr "Ajouter le code court"
481
 
482
+ #: bws_functions.php:985
483
  msgid "Add BestWebSoft plugins' shortcodes using this button."
484
  msgstr "Ajouter le code court des extensions BestWebSoft avec ce bouton."
485
 
486
+ #: bws_functions.php:1034
487
  msgid "Close"
488
  msgstr "Fermer"
489
 
490
+ #: bws_functions.php:1126
491
  msgid "Restore all plugin settings to defaults"
492
  msgstr "Remettre les valeurs par défaut des paramètres de l'extension"
493
 
494
+ #: bws_functions.php:1128
495
  msgid "Restore settings"
496
  msgstr "Remettre les paramètres"
497
 
498
+ #: bws_functions.php:1139
499
  msgid "Are you sure you want to restore all settings by default?"
500
  msgstr "Êtes vous sûr de vouloir remettre toutes les valeurs par défaut ?"
501
 
502
+ #: bws_functions.php:1142
503
  msgid "Yes, restore all settings"
504
  msgstr "Oui, remettre les valeurs par défaut"
505
 
506
+ #: bws_functions.php:1143
507
  msgid "No, go back to the settings page"
508
  msgstr "Non, retourner à la page des paramètres"
509
 
510
+ #: bws_functions.php:1189
511
  msgid "Plugin"
512
  msgstr "Extension"
513
 
514
+ #: bws_functions.php:1198
515
  msgid "Shortcode settings"
516
  msgstr "Paramètres du code court"
517
 
518
+ #: bws_functions.php:1203
519
  msgid "The shortcode will be inserted"
520
  msgstr "Le code court sera inséré"
521
 
522
+ #: bws_functions.php:1208
523
  msgid "Insert"
524
  msgstr "Insérer"
525
 
526
+ #: bws_functions.php:1241
527
  msgid "Visit Help Center"
528
  msgstr "Visiter le site du support"
529
 
530
+ #: bws_functions.php:1246
531
  msgid "FAQ"
532
  msgstr "FAQ"
533
 
534
+ #: bws_functions.php:1252
535
  msgid "For more information:"
536
  msgstr "Pour plus d'informations&nbsp;:"
537
 
538
+ #: bws_functions.php:1253
539
  msgid "Documentation"
540
  msgstr "Documentation"
541
 
542
+ #: bws_functions.php:1254
543
  msgid "Video Instructions"
544
  msgstr "Vidéo explicative"
545
 
546
+ #: bws_functions.php:1255
547
  msgid "Submit a Request"
548
  msgstr "Soumettre une requête"
549
 
550
+ #: bws_functions.php:1266
551
  msgid "You do not have sufficient permissions to edit plugins for this site."
552
  msgstr ""
553
+ "Vous n'avez pas assez de droits pour modifier l'extension pour ce site."
554
 
555
+ #: bws_functions.php:1317 bws_functions.php:1344
556
+ #, php-format
557
+ msgid "File %s edited successfully."
558
+ msgstr "Le fichier %s a été modifié avec succès."
559
 
560
+ #: bws_functions.php:1319 bws_functions.php:1346
561
  msgid "Not enough permissions to create or update the file"
562
+ msgstr "Pas assez de droits pour créer ou modifier le fichier"
563
+
564
+ #: bws_functions.php:1349
565
+ msgid "Not enough permissions to create the file"
566
+ msgstr "Pas assez de droits pour créer le fichier"
567
 
568
+ #: bws_functions.php:1387
569
  msgid "These styles will be added to the header on all pages of your site."
570
  msgstr ""
571
+ "Ces styles seront ajoutés aux entêtes sur tous les pages de votre site."
572
 
573
+ #: bws_functions.php:1389
574
+ #, php-format
575
+ msgid ""
576
+ "These PHP code will be hooked to the %s action and will be printed on front "
577
+ "end only."
578
  msgstr ""
579
+ "Ce code PHP sera rattaché à l'action %s et sera affiché uniquement sur la "
580
+ "partie publique."
581
 
582
+ #: bws_functions.php:1393
583
+ msgid "Editing"
584
+ msgstr "Modifier"
585
+
586
+ #: bws_functions.php:1395
587
  msgid "Browsing"
588
+ msgstr "Parcourir"
589
 
590
+ #: bws_functions.php:1402
591
+ #, php-format
592
+ msgid "Learn more about %s"
593
+ msgstr "En savoir plus sur %s"
594
 
595
+ #: bws_functions.php:1413
596
  #, php-format
597
  msgid ""
598
+ "You need to make this files writable before you can save your changes. See "
599
+ "%s the Codex %s for more information."
600
  msgstr ""
601
+ "Vous devez rendre ce fichier modifiable avant de pouvoir enregistrer vos "
602
+ "modifications. Regarder %s du Codex %s pour plus d'informations."
603
 
604
+ #: bws_menu.php:116
605
+ msgid ""
606
+ "This license key is bind to another website. Change it via personal Client "
607
+ "Area."
608
+ msgstr ""
609
+ "La clé de licence correspond à un autre site. Modifier là au travers de "
610
+ "votre espace client."
611
+
612
+ #: bws_menu.php:116
613
+ msgid "Log in"
614
+ msgstr "Connexion"
615
+
616
+ #: bws_menu.php:132
617
+ msgid "Congratulations! Pro Membership license is successfully activated."
618
+ msgstr ""
619
+ "Félicitations! La version PRO de cette extension a été téléchargée et "
620
+ "activée avec succès."
621
+
622
+ #: bws_menu.php:149
623
+ msgid "Please enter your license key."
624
+ msgstr "Merci de saisir votre clé de licence."
625
+
626
+ #: bws_menu.php:161
627
  msgid "Not set"
628
  msgstr "Not set"
629
 
630
+ #: bws_menu.php:163 bws_menu.php:164
631
  msgid "On"
632
  msgstr "On"
633
 
634
+ #: bws_menu.php:163 bws_menu.php:164
635
  msgid "Off"
636
  msgstr "Off"
637
 
638
+ #: bws_menu.php:165 bws_menu.php:166 bws_menu.php:167 bws_menu.php:168
639
+ #: bws_menu.php:169 bws_menu.php:181
640
  msgid "N/A"
641
  msgstr "N/A"
642
 
643
+ #: bws_menu.php:169
644
  msgid " Mb"
645
  msgstr " Mb"
646
 
647
+ #: bws_menu.php:170 bws_menu.php:171 bws_menu.php:172 bws_menu.php:177
648
  msgid "Yes"
649
  msgstr "Yes"
650
 
651
+ #: bws_menu.php:170 bws_menu.php:171 bws_menu.php:172 bws_menu.php:179
652
  msgid "No"
653
  msgstr "No"
654
 
655
+ #: bws_menu.php:190
656
  msgid "Operating System"
657
  msgstr "Operating System"
658
 
659
+ #: bws_menu.php:191
660
  msgid "Server"
661
  msgstr "Server"
662
 
663
+ #: bws_menu.php:192
664
  msgid "Memory usage"
665
  msgstr "Memory usage"
666
 
667
+ #: bws_menu.php:193
668
  msgid "MYSQL Version"
669
  msgstr "MYSQL Version"
670
 
671
+ #: bws_menu.php:194
672
  msgid "SQL Mode"
673
  msgstr "SQL Mode"
674
 
675
+ #: bws_menu.php:195
676
  msgid "PHP Version"
677
  msgstr "PHP Version"
678
 
679
+ #: bws_menu.php:196
680
  msgid "PHP Safe Mode"
681
  msgstr "PHP Safe Mode"
682
 
683
+ #: bws_menu.php:197
684
  msgid "PHP Allow URL fopen"
685
  msgstr "PHP Allow URL fopen"
686
 
687
+ #: bws_menu.php:198
688
  msgid "PHP Memory Limit"
689
  msgstr "PHP Memory Limit"
690
 
691
+ #: bws_menu.php:199
692
  msgid "PHP Max Upload Size"
693
  msgstr "PHP Max Upload Size"
694
 
695
+ #: bws_menu.php:200
696
  msgid "PHP Max Post Size"
697
  msgstr "PHP Max Post Size"
698
 
699
+ #: bws_menu.php:201
700
  msgid "PHP Max Script Execute Time"
701
  msgstr "PHP Max Script Execute Time"
702
 
703
+ #: bws_menu.php:202
704
  msgid "PHP Exif support"
705
  msgstr "PHP Exif support"
706
 
707
+ #: bws_menu.php:203
708
  msgid "PHP IPTC support"
709
  msgstr "PHP IPTC support"
710
 
711
+ #: bws_menu.php:204
712
  msgid "PHP XML support"
713
  msgstr "PHP XML support"
714
 
715
+ #: bws_menu.php:205
716
  msgid "Site URL"
717
  msgstr "Site URL"
718
 
719
+ #: bws_menu.php:206
720
  msgid "Home URL"
721
  msgstr "Home URL"
722
 
723
+ #: bws_menu.php:209
724
  msgid "WordPress Version"
725
  msgstr "WordPress Version"
726
 
727
+ #: bws_menu.php:210
728
  msgid "WordPress DB Version"
729
  msgstr "WordPress DB Version"
730
 
731
+ #: bws_menu.php:211
732
  msgid "Multisite"
733
  msgstr "Multisite"
734
 
735
+ #: bws_menu.php:212
736
  msgid "Active Theme"
737
  msgstr "Active Theme"
738
 
739
+ #: bws_menu.php:226
740
  msgid "Please enter a valid email address."
741
  msgstr "Merci de saisir une adresse e-mail valide."
742
 
743
+ #: bws_menu.php:230
744
  msgid "Email with system info is sent to "
745
  msgstr "Le courriel avec les informations système est envoyé à"
746
 
747
+ #: bws_menu.php:234
748
  msgid "Thank you for contacting us."
749
  msgstr "Merci de nous avoir contacté."
750
 
751
+ #: bws_menu.php:267
752
  msgid "Sorry, email message could not be delivered."
753
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
754
 
755
+ #: bws_menu.php:286 bws_menu.php:626
756
+ msgid "System status"
757
+ msgstr "Etat du système"
758
 
759
+ #: bws_menu.php:287
760
+ msgid "Support"
761
+ msgstr "Support"
762
+
763
+ #: bws_menu.php:288
764
+ msgid "Manage purchased licenses & subscriptions"
765
+ msgstr "Gérer les licences et les adhésions"
766
+
767
+ #: bws_menu.php:288
768
+ msgid "Client Area"
769
  msgstr "Espace client"
770
 
771
+ #: bws_menu.php:296
772
+ #, php-format
773
+ msgid "Get Access to %s+ Premium Plugins"
774
+ msgstr "Accéder à plus de %s extension premiums"
775
 
776
+ #: bws_menu.php:297
777
+ #, php-format
778
+ msgid ""
779
+ "Join BestWebSoft Pro Membership today, cancel any time and use all plugins "
780
+ "on a single website %s for only %s per month."
781
+ msgstr ""
782
+ "Rejoignez le réseau PRO de BestWebSoft, arrêtez quand vous le vouler et "
783
+ "utiliser toutes les extensions sur un seul site %s pour seulement %s par "
784
+ "mois."
785
 
786
+ #: bws_menu.php:309
787
+ msgid "Enter your license key"
788
+ msgstr "Merci de saisir votre clé de licence"
789
 
790
+ #: bws_menu.php:313
791
+ msgid "Activate Membership"
792
+ msgstr "Activer l'adhésion"
793
 
794
+ #: bws_menu.php:322
795
+ msgid "Don’t have valid license key yet?"
796
+ msgstr "Vous n'avez pas encore de licence valide ?"
797
 
798
+ #: bws_menu.php:322
799
+ #, fuzzy
800
+ msgid "Subscribe to Pro Membership Now"
801
+ msgstr "Souscrire une adhésion PRO"
802
+
803
+ #: bws_menu.php:331
804
+ msgid "Upload Plugin"
805
+ msgstr "Charger l'extension"
806
 
807
+ #: bws_menu.php:335
808
+ #, php-format
809
+ msgid ""
810
+ "The plugin generated %d characters of <strong>unexpected output</strong> "
811
+ "during activation. If you notice &#8220;headers already sent&#8221; "
812
+ "messages, problems with syndication feeds or other issues, try deactivating "
813
+ "or removing this plugin."
814
+ msgstr ""
815
+ "Cette extension a produit %d caractères <strong>inattendus</strong> durant "
816
+ "l'activation. Si vous constatez le message &#8220;headers already "
817
+ "sent&#8221;, des problèmes avec les flux de syndication ou autres, essayez "
818
+ "de désactiver l'extension ou supprimer l'extension."
819
+
820
+ #: bws_menu.php:337
821
+ msgid ""
822
+ "Plugin could not be activated because it triggered a <strong>fatal error</"
823
+ "strong>."
824
+ msgstr ""
825
+ "L'extension ne peut pas être activée car une <strong>erreur fatale</strong> "
826
+ "a été détectée."
827
+
828
+ #: bws_menu.php:340
829
+ msgid "Plugin <strong>activated</strong>."
830
+ msgstr "Extension <strong>activée</strong>."
831
+
832
+ #: bws_menu.php:347
833
+ msgid "Installing Plugin"
834
  msgstr "Extensions installées"
835
 
836
+ #: bws_menu.php:353
837
+ msgid "Downloading install package from"
838
+ msgstr "Télécharger le paquet d'installation depuis"
839
 
840
+ #: bws_menu.php:378
841
+ msgid "Unpacking the package"
842
+ msgstr "Décompresser le paquet"
843
 
844
+ #: bws_menu.php:383 bws_menu.php:391
845
+ msgid "Installing the plugin"
846
+ msgstr "Installer l'extension"
847
 
848
+ #: bws_menu.php:397
849
+ msgid "Successfully installed the plugin"
850
+ msgstr "Extension installée avec succès"
851
 
852
+ #: bws_menu.php:409
853
+ msgid "Activate Plugin"
854
+ msgstr "Activer l'extension"
855
 
856
+ #: bws_menu.php:409 bws_menu.php:415
857
+ msgid "Return to BestWebSoft Panel"
858
+ msgstr "Retourner à l'administration BestWebSoft"
859
 
860
+ #: bws_menu.php:419 bws_menu.php:434 bws_menu.php:561
861
+ msgid "All"
862
+ msgstr "Tous"
863
 
864
+ #: bws_menu.php:420
865
+ msgid "Installed"
866
+ msgstr "Installé"
867
+
868
+ #: bws_menu.php:421
869
+ msgid "Not Installed"
870
+ msgstr "Non installé"
871
+
872
+ #: bws_menu.php:427
873
+ msgid "Filter results"
874
+ msgstr "Filtrer les résultats"
875
+
876
+ #: bws_menu.php:430 bws_menu.php:557
877
+ msgid "Category"
878
+ msgstr "Catégorie"
879
+
880
+ #: bws_menu.php:496
881
+ msgid "Renew to get updates"
882
+ msgstr "Se réabonner pour avoir les mises à jour"
883
 
884
+ #: bws_menu.php:499
885
  #, php-format
886
+ msgid "Update to v %s"
887
+ msgstr "Mettre à jour avec la version %s"
888
 
889
+ #: bws_menu.php:511 bws_menu.php:534 bws_menu.php:543
890
  msgid "Install Now"
891
  msgstr "Installer maintenant"
892
 
893
+ #: bws_menu.php:517
894
+ msgid "Upgrade to Pro"
895
+ msgstr "Passer à la version PRO"
 
896
 
897
+ #: bws_menu.php:521
898
+ msgid "Donate"
899
+ msgstr "Don"
900
 
901
+ #: bws_menu.php:531 bws_menu.php:540
902
+ msgid "Activate this plugin"
903
+ msgstr "Activer cette extension"
 
904
 
905
+ #: bws_menu.php:543
906
+ msgid "Install this plugin"
907
+ msgstr "Installer cette extension"
908
 
909
+ #: bws_menu.php:552
910
+ msgid "Nothing found. Try another criteria."
911
+ msgstr "Pas de réponse. essayer d'autres critères."
912
+
913
+ #: bws_menu.php:589 bws_menu.php:609
914
  #, php-format
915
  msgid "By %s"
916
  msgstr "Par %s"
917
 
918
+ #: bws_menu.php:615
 
 
 
 
919
  msgid "Already Installed"
920
  msgstr "Déjà installé"
921
 
922
+ #: bws_menu.php:623
923
+ msgid "Browse Free WordPress Themes"
924
+ msgstr "Parcourir les thèmes gratuits pour WordPress"
925
+
926
+ #: bws_menu.php:632
927
+ msgid "Send to support"
928
+ msgstr "Envoyé au support"
929
+
930
+ #: bws_menu.php:639
931
+ msgid "Send to custom email &#187;"
932
+ msgstr "Envoyer un e-mail spécifique &#187;"
933
+
934
+ #: bws_menu.php:646
935
  msgid "Environment"
936
  msgstr "Environnent"
937
 
938
+ #: bws_menu.php:657
939
  msgid "Active Plugins"
940
  msgstr "Extensions actives"
941
 
942
+ #: bws_menu.php:670
943
  msgid "Inactive Plugins"
944
  msgstr "Extensions inactives"
945
 
946
+ #: product_list.php:7
947
+ msgid "Advertisement"
948
+ msgstr "Publicité"
949
 
950
+ #: product_list.php:8
951
+ msgid "Content & Media"
952
+ msgstr "Contenu & média"
953
+
954
+ #: product_list.php:9
955
+ msgid "Management"
956
+ msgstr "Administration"
957
+
958
+ #: product_list.php:10
959
+ msgid "Recommended"
960
+ msgstr "Recommandé"
961
+
962
+ #: product_list.php:11
963
+ msgid "Security"
964
+ msgstr "Sécurité"
965
+
966
+ #: product_list.php:12
967
+ msgid "Site Stats"
968
+ msgstr "Statistiques"
969
+
970
+ #: product_list.php:13
971
+ msgid "Social"
972
+ msgstr "Social"
973
+
974
+ #: product_list.php:14
975
+ msgid "Utilities"
976
+ msgstr "Utilitaires"
977
+
978
+ #: product_list.php:15
979
+ msgid "Other"
980
+ msgstr "Autre"
981
+
982
+ #~ msgid "My Account"
983
+ #~ msgstr "Mon compte"
984
+
985
+ #~ msgid "Need help?"
986
+ #~ msgstr "Besoin d'aide ?"
987
+
988
+ #~ msgid "Go"
989
+ #~ msgstr "Passez"
990
+
991
+ #~ msgid "DONATE"
992
+ #~ msgstr "Faire un don"
993
+
994
+ #~ msgid "Recommended plugins"
995
+ #~ msgstr "Extensions recommandées"
996
+
997
+ #~ msgid "Install now"
998
+ #~ msgstr "Installer maintenant"
999
+
1000
+ #~ msgid "Configure Settings"
1001
+ #~ msgstr "Configuration des paramètres"
1002
+
1003
+ #~ msgid "Try again"
1004
+ #~ msgstr "Essayer de nouveau"
1005
+
1006
+ #~ msgid "Preview &#8220;%s&#8221;"
1007
+ #~ msgstr "Pré-visualiser &#8220;%s&#8221;"
1008
+
1009
+ #~ msgid "Install %s"
1010
+ #~ msgstr "%s installé"
1011
+
1012
+ #~ msgid "Update"
1013
+ #~ msgstr "Mettre à jour"
1014
+
1015
+ #~ msgid "Preview %s"
1016
+ #~ msgstr "Pré-visualiser %s"
1017
+
1018
+ #~ msgid "Preview"
1019
+ #~ msgstr "Pré-visualiser"
1020
+
1021
+ #~ msgid "You can download and activate"
1022
+ #~ msgstr "Vous pouvez télécharger et activer la version "
1023
+
1024
+ #~ msgid "version of this plugin by entering Your license key."
1025
+ #~ msgstr " de cette extension en donnant votre clé de licence."
1026
+
1027
+ #~ msgid ""
1028
+ #~ "You can find your license key on your personal page Client area, by "
1029
+ #~ "clicking on the link"
1030
+ #~ msgstr ""
1031
+ #~ "Vous pouvez trouver votre clé de licence sur votre page personnelle dans "
1032
+ #~ "la zone cliente en cliquant sur le lien"
1033
 
1034
  #~ msgid "Add BWS Plugins Shortcode"
1035
  #~ msgstr "Ajouter le code court de l'extension BWS"
1069
  #~ msgid "Free themes"
1070
  #~ msgstr "Thèmes gratuits"
1071
 
 
 
 
1072
  #~ msgid "Customize &#8220;%s&#8221;"
1073
  #~ msgstr "Personnaliser &#8220;%s&#8221;"
1074
 
1388
  #~ msgid "Text"
1389
  #~ msgstr "Texte"
1390
 
 
 
 
1391
  #~ msgid "Url"
1392
  #~ msgstr "Url"
1393
 
1533
  #~ "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
1534
  #~ "MIME !"
1535
 
 
 
 
1536
  #~ msgid "Display Attachment tips"
1537
  #~ msgstr "Afficher les explications sur les pièces jointes"
1538
 
bws_menu/languages/bestwebsoft-it_IT.mo DELETED
Binary file
bws_menu/languages/bestwebsoft-it_IT.po DELETED
@@ -1,1169 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: bestwebsoft\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-03-10 15:34+0300\n"
6
- "PO-Revision-Date: 2016-03-10 15:34+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
- "Language-Team: Marco <marco@blackstudio.it>\n"
9
- "Language: it_IT\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Generator: Poedit 1.5.4\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: __;_e\n"
17
- "X-Poedit-Basepath: ..\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
-
21
- #: bws_functions.php:65 bws_functions.php:89
22
- msgid "requires"
23
- msgstr ""
24
-
25
- #: bws_functions.php:67
26
- msgid ""
27
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
- "try again."
29
- msgstr ""
30
-
31
- #: bws_functions.php:68
32
- msgid "Back to the WordPress"
33
- msgstr ""
34
-
35
- # @ bestwebsoft
36
- #: bws_functions.php:70
37
- #, fuzzy
38
- msgid "Plugins page"
39
- msgstr "Plugin Pro"
40
-
41
- #: bws_functions.php:91
42
- msgid ""
43
- "or higher! We do not guarantee that our plugin will work correctly. Please "
44
- "upgrade to WordPress latest version."
45
- msgstr ""
46
-
47
- #: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
48
- #: bws_functions.php:755
49
- msgid "Close notice"
50
- msgstr ""
51
-
52
- #: bws_functions.php:148
53
- msgid "It’s time to upgrade your"
54
- msgstr ""
55
-
56
- # @ captcha
57
- #: bws_functions.php:148
58
- #, fuzzy
59
- msgid "to"
60
- msgstr "due"
61
-
62
- # @ bestwebsoft
63
- #: bws_functions.php:148
64
- #, fuzzy
65
- msgid "version!"
66
- msgstr "Versione PHP"
67
-
68
- #: bws_functions.php:149
69
- msgid "Extend standard plugin functionality with new great options."
70
- msgstr ""
71
-
72
- # @ bestwebsoft
73
- #: bws_functions.php:152 bws_functions.php:593
74
- #, fuzzy
75
- msgid "Learn More"
76
- msgstr "Leggi tutto"
77
-
78
- #: bws_functions.php:169
79
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
80
- msgstr ""
81
-
82
- # @ bestwebsoft
83
- #: bws_functions.php:170
84
- #, fuzzy
85
- msgid "Rate the plugin"
86
- msgstr "Plugin attivi"
87
-
88
- # @ bestwebsoft
89
- #: bws_functions.php:173
90
- #, fuzzy
91
- msgid "If there is something wrong about it, please contact us"
92
- msgstr "Se hai domande, contattaci tramite"
93
-
94
- #: bws_functions.php:205
95
- msgid "Check premium options on the plugin settings page!"
96
- msgstr ""
97
-
98
- #: bws_functions.php:212 bws_functions.php:248
99
- msgid "Wrong license key"
100
- msgstr ""
101
-
102
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
103
- msgid ""
104
- "Something went wrong. Please try again later. If the error appears again, "
105
- "please contact us"
106
- msgstr ""
107
-
108
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
109
- msgid "We are sorry for inconvenience."
110
- msgstr ""
111
-
112
- #: bws_functions.php:250
113
- msgid "This license key is bind to another site"
114
- msgstr ""
115
-
116
- #: bws_functions.php:252 bws_functions.php:416
117
- msgid ""
118
- "Unfortunately, you have exceeded the number of available tries per day. "
119
- "Please, upload the plugin manually."
120
- msgstr ""
121
-
122
- #: bws_functions.php:254
123
- msgid ""
124
- "Unfortunately, Your license has expired. To continue getting top-priority "
125
- "support and plugin updates you should extend it in your"
126
- msgstr ""
127
-
128
- #: bws_functions.php:256
129
- msgid ""
130
- "Unfortunately, the Pro licence was already installed to this domain. The Pro "
131
- "Trial license can be installed only once."
132
- msgstr ""
133
-
134
- #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
135
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
136
- msgstr ""
137
-
138
- #: bws_functions.php:289
139
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
140
- msgstr ""
141
-
142
- #: bws_functions.php:295
143
- msgid ""
144
- "Your server does not support either ZipArchive or Phar. Please, upload the "
145
- "plugin manually"
146
- msgstr ""
147
-
148
- #: bws_functions.php:302
149
- msgid "UploadDir is not writable. Please, upload the plugin manually"
150
- msgstr ""
151
-
152
- #: bws_functions.php:325
153
- msgid ""
154
- "Something went wrong. Try again later or upload the plugin manually. We are "
155
- "sorry for inconvenience."
156
- msgstr ""
157
-
158
- #: bws_functions.php:350
159
- msgid "Please, enter Your license key"
160
- msgstr ""
161
-
162
- #: bws_functions.php:380
163
- msgid ""
164
- "Congratulations! The Pro version of the plugin is successfully download and "
165
- "activated."
166
- msgstr ""
167
-
168
- #: bws_functions.php:382 bws_functions.php:473
169
- msgid "Please, go to"
170
- msgstr ""
171
-
172
- #: bws_functions.php:382 bws_functions.php:473
173
- msgid "the setting page"
174
- msgstr ""
175
-
176
- #: bws_functions.php:383 bws_functions.php:474
177
- msgid "You will be redirected automatically in 5 seconds."
178
- msgstr ""
179
-
180
- #: bws_functions.php:390
181
- msgid "Show Pro features"
182
- msgstr ""
183
-
184
- #: bws_functions.php:397
185
- msgid "You can download and activate"
186
- msgstr ""
187
-
188
- #: bws_functions.php:399
189
- msgid "version of this plugin by entering Your license key."
190
- msgstr ""
191
-
192
- #: bws_functions.php:401 bws_functions.php:442
193
- msgid ""
194
- "You can find your license key on your personal page Client area, by clicking "
195
- "on the link"
196
- msgstr ""
197
-
198
- #: bws_functions.php:403 bws_functions.php:444
199
- msgid "(your username is the email you specify when purchasing the product)."
200
- msgstr ""
201
-
202
- # @ captcha
203
- #: bws_functions.php:407 bws_functions.php:691
204
- #, fuzzy
205
- msgid "or"
206
- msgstr "quattro"
207
-
208
- #: bws_functions.php:407
209
- #, php-format
210
- msgid "Start Your Free %s-Day Trial Now"
211
- msgstr ""
212
-
213
- # @ bestwebsoft
214
- #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
215
- #: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
216
- #: bws_menu.php:750
217
- #, fuzzy
218
- msgid "Activate"
219
- msgstr "Plugin attivi"
220
-
221
- #: bws_functions.php:439 bws_functions.php:532
222
- #, php-format
223
- msgid ""
224
- "In order to continue using the plugin it is necessary to buy a %s license."
225
- msgstr ""
226
-
227
- #: bws_functions.php:440
228
- msgid "After that you can activate it by entering your license key."
229
- msgstr ""
230
-
231
- #: bws_functions.php:454
232
- msgid "Unfortunately, you have exceeded the number of available tries per day."
233
- msgstr ""
234
-
235
- #: bws_functions.php:471
236
- msgid ""
237
- "Congratulations! The Pro license of the plugin is successfully activated."
238
- msgstr ""
239
-
240
- #: bws_functions.php:512
241
- msgid "Wrong license key."
242
- msgstr ""
243
-
244
- #: bws_functions.php:514
245
- msgid "This license key is bind to another site."
246
- msgstr ""
247
-
248
- #: bws_functions.php:516
249
- msgid ""
250
- "This license key is valid, but Your license has expired. If you want to "
251
- "update our plugin in future, you should extend the license."
252
- msgstr ""
253
-
254
- #: bws_functions.php:518
255
- msgid "Unfortunately, you have exceeded the number of available tries."
256
- msgstr ""
257
-
258
- #: bws_functions.php:520
259
- msgid ""
260
- "Unfortunately, the Pro Trial licence was already installed to this domain. "
261
- "The Pro Trial license can be installed only once."
262
- msgstr ""
263
-
264
- #: bws_functions.php:524
265
- msgid "The Pro Trial license key is valid."
266
- msgstr ""
267
-
268
- #: bws_functions.php:526
269
- msgid "The license key is valid."
270
- msgstr ""
271
-
272
- #: bws_functions.php:529
273
- msgid "Your license will expire on"
274
- msgstr ""
275
-
276
- #: bws_functions.php:562
277
- msgid "Please, enter your license key"
278
- msgstr ""
279
-
280
- #: bws_functions.php:575
281
- msgid ""
282
- "If needed you can check if the license key is correct or reenter it in the "
283
- "field below. You can find your license key on your personal page - Client "
284
- "area - on our website"
285
- msgstr ""
286
-
287
- #: bws_functions.php:575
288
- msgid ""
289
- "(your username is the email you specify when purchasing the product). If "
290
- "necessary, please submit \"Lost your password?\" request."
291
- msgstr ""
292
-
293
- #: bws_functions.php:579
294
- msgid "Check license key"
295
- msgstr ""
296
-
297
- #: bws_functions.php:593
298
- msgid "WARNING: Illegal use notification"
299
- msgstr ""
300
-
301
- #: bws_functions.php:593
302
- msgid ""
303
- "You can use one license of the Pro plugin for one domain only. Please check "
304
- "and edit your license or domain if necessary using you personal Client Area. "
305
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
306
- "the Pro plugin will be deactivated."
307
- msgstr ""
308
-
309
- #: bws_functions.php:601
310
- msgid ""
311
- "Notice: Your Pro Trial license has expired. To continue using the plugin you "
312
- "should buy a Pro license"
313
- msgstr ""
314
-
315
- #: bws_functions.php:603
316
- msgid ""
317
- "Your license has expired. To continue getting top-priority support and "
318
- "plugin updates you should extend it."
319
- msgstr ""
320
-
321
- # @ bestwebsoft
322
- #: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
323
- #: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
324
- #: bws_menu.php:794
325
- #, fuzzy
326
- msgid "Learn more"
327
- msgstr "Leggi tutto"
328
-
329
- #: bws_functions.php:613
330
- #, php-format
331
- msgid "Notice: You are using the Pro Trial license of %s plugin."
332
- msgstr ""
333
-
334
- #: bws_functions.php:615
335
- msgid "Notice: You are using the Pro Trial license of plugin."
336
- msgstr ""
337
-
338
- #: bws_functions.php:618
339
- msgid "The Pro Trial license will expire on"
340
- msgstr ""
341
-
342
- #: bws_functions.php:656
343
- msgid "You license for"
344
- msgstr ""
345
-
346
- #: bws_functions.php:656
347
- msgid "expires on"
348
- msgstr ""
349
-
350
- #: bws_functions.php:656
351
- msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
352
- msgstr ""
353
-
354
- # @ bestwebsoft
355
- #: bws_functions.php:687
356
- #, fuzzy
357
- msgid "Thank you for installing"
358
- msgstr "Grazie per averci contattato."
359
-
360
- #: bws_functions.php:688
361
- msgid "Let's get started"
362
- msgstr ""
363
-
364
- # @ bestwebsoft
365
- # @ captcha
366
- #: bws_functions.php:689
367
- #, fuzzy
368
- msgid "Configure Settings"
369
- msgstr "Impostazioni"
370
-
371
- #: bws_functions.php:692
372
- msgid "Add New"
373
- msgstr ""
374
-
375
- # @ bestwebsoft
376
- #: bws_functions.php:750
377
- #, fuzzy
378
- msgid "Thank you for choosing"
379
- msgstr "Grazie per averci contattato."
380
-
381
- #: bws_functions.php:751
382
- msgid ""
383
- "If you have a feature, suggestion or idea you'd like to see in the plugin, "
384
- "we'd love to hear about it!"
385
- msgstr ""
386
-
387
- #: bws_functions.php:752
388
- msgid "Suggest a Feature"
389
- msgstr ""
390
-
391
- #: bws_functions.php:768
392
- msgid "Notice"
393
- msgstr ""
394
-
395
- #: bws_functions.php:768
396
- msgid "The plugin's settings have been changed."
397
- msgstr ""
398
-
399
- # @ default
400
- #: bws_functions.php:769 bws_functions.php:1240
401
- msgid "Save Changes"
402
- msgstr "Salva le modifiche"
403
-
404
- #: bws_functions.php:786
405
- msgid ""
406
- "You can always look at premium options by clicking on the \"Show Pro features"
407
- "\" in the \"Go PRO\" tab"
408
- msgstr ""
409
-
410
- #: bws_functions.php:886
411
- msgid "Add shortcode"
412
- msgstr ""
413
-
414
- #: bws_functions.php:886
415
- msgid "Add BestWebSoft plugins' shortcodes using this button."
416
- msgstr ""
417
-
418
- #: bws_functions.php:935
419
- msgid "Close"
420
- msgstr ""
421
-
422
- #: bws_functions.php:1027
423
- msgid "Restore all plugin settings to defaults"
424
- msgstr ""
425
-
426
- #: bws_functions.php:1029
427
- msgid "Restore settings"
428
- msgstr ""
429
-
430
- #: bws_functions.php:1040
431
- msgid "Are you sure you want to restore all settings by default?"
432
- msgstr ""
433
-
434
- #: bws_functions.php:1043
435
- msgid "Yes, restore all settings"
436
- msgstr ""
437
-
438
- #: bws_functions.php:1044
439
- msgid "No, go back to the settings page"
440
- msgstr ""
441
-
442
- # @ bestwebsoft
443
- #: bws_functions.php:1090
444
- #, fuzzy
445
- msgid "Plugin"
446
- msgstr "Plugin Pro"
447
-
448
- # @ bestwebsoft
449
- # @ captcha
450
- #: bws_functions.php:1099
451
- #, fuzzy
452
- msgid "Shortcode settings"
453
- msgstr "Impostazioni"
454
-
455
- #: bws_functions.php:1104
456
- msgid "The shortcode will be inserted"
457
- msgstr ""
458
-
459
- #: bws_functions.php:1109
460
- msgid "Insert"
461
- msgstr ""
462
-
463
- #: bws_functions.php:1140
464
- msgid "Visit Help Center"
465
- msgstr ""
466
-
467
- # @ captcha
468
- #: bws_functions.php:1145
469
- msgid "FAQ"
470
- msgstr "FAQ"
471
-
472
- #: bws_functions.php:1151
473
- msgid "For more information:"
474
- msgstr ""
475
-
476
- #: bws_functions.php:1152
477
- msgid "Documentation"
478
- msgstr ""
479
-
480
- #: bws_functions.php:1153
481
- msgid "Video Instructions"
482
- msgstr ""
483
-
484
- #: bws_functions.php:1154
485
- msgid "Submit a Request"
486
- msgstr ""
487
-
488
- #: bws_functions.php:1165
489
- msgid "You do not have sufficient permissions to edit plugins for this site."
490
- msgstr ""
491
-
492
- #: bws_functions.php:1196
493
- msgid "File edited successfully."
494
- msgstr ""
495
-
496
- #: bws_functions.php:1198
497
- msgid "Not enough permissions to create or update the file"
498
- msgstr ""
499
-
500
- #: bws_functions.php:1222
501
- msgid "These styles will be added to the header on all pages of your site."
502
- msgstr ""
503
-
504
- #: bws_functions.php:1225
505
- msgid "Editing"
506
- msgstr ""
507
-
508
- #: bws_functions.php:1227
509
- msgid "Browsing"
510
- msgstr ""
511
-
512
- # @ bestwebsoft
513
- #: bws_functions.php:1235
514
- #, fuzzy
515
- msgid "Learn more about CSS"
516
- msgstr "Leggi tutto"
517
-
518
- #: bws_functions.php:1243
519
- #, php-format
520
- msgid ""
521
- "You need to make this file writable before you can save your changes. See %s "
522
- "the Codex %s for more information."
523
- msgstr ""
524
-
525
- # @ bestwebsoft
526
- #: bws_menu.php:509
527
- msgid "Not set"
528
- msgstr "Non impostato"
529
-
530
- # @ bestwebsoft
531
- #: bws_menu.php:511 bws_menu.php:512
532
- msgid "On"
533
- msgstr "Abilitato"
534
-
535
- # @ bestwebsoft
536
- #: bws_menu.php:511 bws_menu.php:512
537
- msgid "Off"
538
- msgstr "Disabilitato"
539
-
540
- # @ bestwebsoft
541
- #: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
542
- #: bws_menu.php:517 bws_menu.php:529
543
- msgid "N/A"
544
- msgstr "Non disponibile"
545
-
546
- # @ bestwebsoft
547
- #: bws_menu.php:517
548
- msgid " Mb"
549
- msgstr "Mb"
550
-
551
- # @ bestwebsoft
552
- #: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
553
- msgid "Yes"
554
- msgstr "Sì"
555
-
556
- # @ bestwebsoft
557
- #: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
558
- msgid "No"
559
- msgstr "No"
560
-
561
- # @ bestwebsoft
562
- #: bws_menu.php:537
563
- msgid "Operating System"
564
- msgstr "Sistema operativo"
565
-
566
- # @ bestwebsoft
567
- #: bws_menu.php:538
568
- msgid "Server"
569
- msgstr "Server"
570
-
571
- # @ bestwebsoft
572
- #: bws_menu.php:539
573
- msgid "Memory usage"
574
- msgstr "Utilizzo memoria"
575
-
576
- # @ bestwebsoft
577
- #: bws_menu.php:540
578
- msgid "MYSQL Version"
579
- msgstr "Versione MYSQL"
580
-
581
- # @ bestwebsoft
582
- #: bws_menu.php:541
583
- msgid "SQL Mode"
584
- msgstr "Modalità SQL"
585
-
586
- # @ bestwebsoft
587
- #: bws_menu.php:542
588
- msgid "PHP Version"
589
- msgstr "Versione PHP"
590
-
591
- # @ bestwebsoft
592
- #: bws_menu.php:543
593
- msgid "PHP Safe Mode"
594
- msgstr "Safe Mode PHP"
595
-
596
- # @ bestwebsoft
597
- #: bws_menu.php:544
598
- msgid "PHP Allow URL fopen"
599
- msgstr "Consenti URL fopen PHP"
600
-
601
- # @ bestwebsoft
602
- #: bws_menu.php:545
603
- msgid "PHP Memory Limit"
604
- msgstr "Limite di memoria PHP"
605
-
606
- # @ bestwebsoft
607
- #: bws_menu.php:546
608
- msgid "PHP Max Upload Size"
609
- msgstr "Dimensione upload massima PHP"
610
-
611
- # @ bestwebsoft
612
- #: bws_menu.php:547
613
- msgid "PHP Max Post Size"
614
- msgstr "Dimensione massima Post PHP"
615
-
616
- # @ bestwebsoft
617
- #: bws_menu.php:548
618
- msgid "PHP Max Script Execute Time"
619
- msgstr "Tempo massimo di esecuzione PHP"
620
-
621
- # @ bestwebsoft
622
- #: bws_menu.php:549
623
- msgid "PHP Exif support"
624
- msgstr "Supporto Exif PHP"
625
-
626
- # @ bestwebsoft
627
- #: bws_menu.php:550
628
- msgid "PHP IPTC support"
629
- msgstr "Supporto IPTC PHP"
630
-
631
- # @ bestwebsoft
632
- #: bws_menu.php:551
633
- msgid "PHP XML support"
634
- msgstr "Supporto XML PHP"
635
-
636
- # @ bestwebsoft
637
- #: bws_menu.php:552
638
- msgid "Site URL"
639
- msgstr "URL sito"
640
-
641
- # @ bestwebsoft
642
- #: bws_menu.php:553
643
- msgid "Home URL"
644
- msgstr "URL home"
645
-
646
- # @ bestwebsoft
647
- #: bws_menu.php:556
648
- msgid "WordPress Version"
649
- msgstr "Versione WordPress"
650
-
651
- # @ bestwebsoft
652
- #: bws_menu.php:557
653
- msgid "WordPress DB Version"
654
- msgstr "Versione DB WordPress"
655
-
656
- # @ bestwebsoft
657
- #: bws_menu.php:558
658
- msgid "Multisite"
659
- msgstr "Multisito"
660
-
661
- # @ bestwebsoft
662
- #: bws_menu.php:559
663
- msgid "Active Theme"
664
- msgstr "Tema attivo"
665
-
666
- # @ bestwebsoft
667
- #: bws_menu.php:574
668
- msgid "Please enter a valid email address."
669
- msgstr "Per favore inserisci un indirizzo e-mail valido."
670
-
671
- # @ bestwebsoft
672
- #: bws_menu.php:578
673
- msgid "Email with system info is sent to "
674
- msgstr "Email con informazioni di sistema spedita a "
675
-
676
- # @ bestwebsoft
677
- #: bws_menu.php:582
678
- msgid "Thank you for contacting us."
679
- msgstr "Grazie per averci contattato."
680
-
681
- # @ bestwebsoft
682
- #: bws_menu.php:615
683
- msgid "Sorry, email message could not be delivered."
684
- msgstr "Spiacenti, il messaggio email non può essere inviato."
685
-
686
- #: bws_menu.php:622
687
- msgid "Need help?"
688
- msgstr ""
689
-
690
- #: bws_menu.php:623
691
- msgid "Client area"
692
- msgstr ""
693
-
694
- # @ bestwebsoft
695
- #: bws_menu.php:624 bws_menu.php:933
696
- msgid "System status"
697
- msgstr "Stato sistema"
698
-
699
- # @ bestwebsoft
700
- #: bws_menu.php:629
701
- #, fuzzy
702
- msgid "Plugins"
703
- msgstr "Plugin Pro"
704
-
705
- #: bws_menu.php:630
706
- msgid "Themes"
707
- msgstr ""
708
-
709
- #: bws_menu.php:634
710
- msgid "All"
711
- msgstr ""
712
-
713
- # @ default
714
- #: bws_menu.php:635
715
- #, fuzzy
716
- msgid "Installed"
717
- msgstr "Installa %s"
718
-
719
- # @ bestwebsoft
720
- #: bws_menu.php:636
721
- #, fuzzy
722
- msgid "Recommended"
723
- msgstr "Plugin raccomandati"
724
-
725
- # @ bestwebsoft
726
- #: bws_menu.php:640
727
- msgid "Installed plugins"
728
- msgstr "Plugin installati"
729
-
730
- # @ bestwebsoft
731
- # @ captcha
732
- #: bws_menu.php:672 bws_menu.php:721
733
- msgid "Settings"
734
- msgstr "Impostazioni"
735
-
736
- # @ bestwebsoft
737
- #: bws_menu.php:693 bws_menu.php:750
738
- #, fuzzy
739
- msgid "Activate this plugin"
740
- msgstr "Plugin attivi"
741
-
742
- #: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
743
- msgid "Go"
744
- msgstr ""
745
-
746
- #: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
747
- msgid "DONATE"
748
- msgstr ""
749
-
750
- # @ bestwebsoft
751
- #: bws_menu.php:758
752
- msgid "Recommended plugins"
753
- msgstr "Plugin raccomandati"
754
-
755
- # @ default
756
- #: bws_menu.php:796
757
- #, fuzzy
758
- msgid "Install now"
759
- msgstr "Installa %s"
760
-
761
- #: bws_menu.php:817
762
- msgid "Try again"
763
- msgstr ""
764
-
765
- #: bws_menu.php:835
766
- #, php-format
767
- msgid "Preview &#8220;%s&#8221;"
768
- msgstr ""
769
-
770
- # @ default
771
- #: bws_menu.php:866
772
- #, php-format
773
- msgid "Install %s"
774
- msgstr "Installa %s"
775
-
776
- # @ default
777
- #: bws_menu.php:866
778
- #, fuzzy
779
- msgid "Install Now"
780
- msgstr "Installa %s"
781
-
782
- #: bws_menu.php:869
783
- #, php-format
784
- msgid "Update to version %s"
785
- msgstr ""
786
-
787
- #: bws_menu.php:869
788
- msgid "Update"
789
- msgstr ""
790
-
791
- #: bws_menu.php:876
792
- #, php-format
793
- msgid "Preview %s"
794
- msgstr ""
795
-
796
- #: bws_menu.php:876
797
- msgid "Preview"
798
- msgstr ""
799
-
800
- #: bws_menu.php:882 bws_menu.php:914
801
- #, php-format
802
- msgid "By %s"
803
- msgstr ""
804
-
805
- #: bws_menu.php:888
806
- msgid "Details"
807
- msgstr ""
808
-
809
- # @ default
810
- #: bws_menu.php:920
811
- #, fuzzy
812
- msgid "Already Installed"
813
- msgstr "Installa %s"
814
-
815
- # @ bestwebsoft
816
- #: bws_menu.php:936
817
- msgid "Environment"
818
- msgstr "Ambiente"
819
-
820
- # @ bestwebsoft
821
- #: bws_menu.php:947
822
- msgid "Active Plugins"
823
- msgstr "Plugin attivi"
824
-
825
- # @ bestwebsoft
826
- #: bws_menu.php:960
827
- msgid "Inactive Plugins"
828
- msgstr "Plugin inattivi"
829
-
830
- # @ bestwebsoft
831
- #: bws_menu.php:976
832
- msgid "Send to support"
833
- msgstr "Invia al supporto"
834
-
835
- # @ bestwebsoft
836
- #: bws_menu.php:983
837
- msgid "Send to custom email &#187;"
838
- msgstr "Invia a una email personalizzata &#187;"
839
-
840
- # @ bestwebsoft
841
- #~ msgid "Pro plugins"
842
- #~ msgstr "Plugin Pro"
843
-
844
- # @ bestwebsoft
845
- #~ msgid "Activated plugins"
846
- #~ msgstr "Plugin attivi"
847
-
848
- # @ bestwebsoft
849
- #~ msgid "Read more"
850
- #~ msgstr "Leggi tutto"
851
-
852
- # @ bestwebsoft
853
- #~ msgid "Purchase"
854
- #~ msgstr "Acquista"
855
-
856
- # @ bestwebsoft
857
- #~ msgid "Free plugins"
858
- #~ msgstr "Plugin gratuiti"
859
-
860
- # @ bestwebsoft
861
- #~ msgid "Download"
862
- #~ msgstr "Scarica"
863
-
864
- # @ bestwebsoft
865
- #~ msgid "Install now from wordpress.org"
866
- #~ msgstr "Installa ora da wordpress.org"
867
-
868
- # @ bestwebsoft
869
- #, fuzzy
870
- #~ msgid "Activated theme"
871
- #~ msgstr "Tema attivo"
872
-
873
- # @ default
874
- #, fuzzy
875
- #~ msgid "Installed themes"
876
- #~ msgstr "Installa %s"
877
-
878
- # @ bestwebsoft
879
- #, fuzzy
880
- #~ msgid "Recommended themes"
881
- #~ msgstr "Plugin raccomandati"
882
-
883
- # @ default
884
- #, fuzzy
885
- #~ msgid "installed"
886
- #~ msgstr "Installa %s"
887
-
888
- # @ captcha
889
- #, fuzzy
890
- #~ msgid "Captcha Settings"
891
- #~ msgstr "Impostazioni Captcha"
892
-
893
- # @ captcha
894
- #~ msgid "Captcha"
895
- #~ msgstr "Captcha"
896
-
897
- # @ captcha
898
- #~ msgid "Login form"
899
- #~ msgstr "Modulo di login"
900
-
901
- # @ captcha
902
- #, fuzzy
903
- #~ msgid "Registration form"
904
- #~ msgstr "Modulo di registrazione"
905
-
906
- # @ captcha
907
- #~ msgid "Register form"
908
- #~ msgstr "Modulo di registrazione"
909
-
910
- # @ captcha
911
- #, fuzzy
912
- #~ msgid "Reset Password form"
913
- #~ msgstr "Modulo recupero password"
914
-
915
- # @ captcha
916
- #~ msgid "Lost password form"
917
- #~ msgstr "Modulo recupero password"
918
-
919
- # @ captcha
920
- #~ msgid "Comments form"
921
- #~ msgstr "Modulo dei commenti"
922
-
923
- # @ captcha
924
- #~ msgid "Hide CAPTCHA for registered users"
925
- #~ msgstr "Nascondi CAPTCHA per gli utenti registrati"
926
-
927
- # @ captcha
928
- #~ msgid "Plus (&#43;)"
929
- #~ msgstr "Addizione (&#43;)"
930
-
931
- # @ captcha
932
- #~ msgid "Plus"
933
- #~ msgstr "Più"
934
-
935
- # @ captcha
936
- #~ msgid "Minus (&minus;)"
937
- #~ msgstr "Sottrazione (&minus;)"
938
-
939
- # @ captcha
940
- #~ msgid "Minus"
941
- #~ msgstr "Meno"
942
-
943
- # @ captcha
944
- #, fuzzy
945
- #~ msgid "Multiplication (&times;)"
946
- #~ msgstr "Moltiplicazione (&times;)"
947
-
948
- # @ captcha
949
- #, fuzzy
950
- #~ msgid "Multiply"
951
- #~ msgstr "Moltiplicazione"
952
-
953
- # @ captcha
954
- #~ msgid "Numbers"
955
- #~ msgstr "Numeri"
956
-
957
- # @ captcha
958
- #~ msgid "Words"
959
- #~ msgstr "Parole"
960
-
961
- # @ captcha
962
- #~ msgid "Support"
963
- #~ msgstr "Supporto"
964
-
965
- # @ captcha
966
- #, fuzzy
967
- #~ msgid ""
968
- #~ "Please select one item in the block Arithmetic and Complexity for CAPTCHA"
969
- #~ msgstr ""
970
- #~ "Per favole seleziona una opzione nel blocco Aritmetica e Difficolatà per "
971
- #~ "il CAPTCHA"
972
-
973
- # @ captcha
974
- #~ msgid "Options saved."
975
- #~ msgstr "Impostazioni salvate."
976
-
977
- # @ captcha
978
- #, fuzzy
979
- #~ msgid "Enable CAPTCHA for:"
980
- #~ msgstr "Abilita il CAPTCHA per:"
981
-
982
- # @ captcha
983
- #~ msgid "Contact form"
984
- #~ msgstr "Modulo di contatto"
985
-
986
- # @ captcha
987
- #~ msgid "powered by"
988
- #~ msgstr "powered by"
989
-
990
- # @ captcha
991
- #~ msgid "Activate contact form"
992
- #~ msgstr "Attiva modulo di contatto"
993
-
994
- # @ captcha
995
- #~ msgid "Download contact form"
996
- #~ msgstr "Scarica il plugin per il modulo di contatto"
997
-
998
- # @ captcha
999
- #, fuzzy
1000
- #~ msgid ""
1001
- #~ "If you would like to customize this plugin for a custom form, please see"
1002
- #~ msgstr ""
1003
- #~ "Se desideri personalizzare il plugin per un modulo di contatto "
1004
- #~ "personalizzato, vedi"
1005
-
1006
- # @ captcha
1007
- #~ msgid "\"Create a Group\" form"
1008
- #~ msgstr "Modulo \"Crea un gruppo\""
1009
-
1010
- # @ captcha
1011
- #~ msgid ""
1012
- #~ "This functionality is available in the Pro version of the plugin. For "
1013
- #~ "more details, please follow the link"
1014
- #~ msgstr ""
1015
- #~ "Questa funzionalità è disponibile nella versione Pro del plugin. Per "
1016
- #~ "maggiori dettagli, per favore vai al link"
1017
-
1018
- # @ captcha
1019
- #, fuzzy
1020
- #~ msgid "Title for CAPTCHA in the form"
1021
- #~ msgstr "Titolo per il CAPTCHA nel modulo"
1022
-
1023
- # @ captcha
1024
- #~ msgid "Arithmetic actions for CAPTCHA"
1025
- #~ msgstr "Operazioni aritmetiche per il CAPTCHA"
1026
-
1027
- # @ captcha
1028
- #~ msgid "CAPTCHA complexity level"
1029
- #~ msgstr "Livello complessità CAPTCHA"
1030
-
1031
- # @ captcha
1032
- #~ msgid "ERROR"
1033
- #~ msgstr "ERRORE"
1034
-
1035
- # @ captcha
1036
- #~ msgid "Please fill the form."
1037
- #~ msgstr "Per favore compila il modulo."
1038
-
1039
- # @ captcha
1040
- #, fuzzy
1041
- #~ msgid "Please enter a valid CAPTCHA value."
1042
- #~ msgstr "Per favore completa il test di controllo."
1043
-
1044
- # @ captcha
1045
- #, fuzzy
1046
- #~ msgid ""
1047
- #~ "Error: You have entered an incorrect CAPTCHA value. Click the BACK button "
1048
- #~ "on your browser, and try again."
1049
- #~ msgstr ""
1050
- #~ "Errore: hai inserito una risposta errata nel codice di controllo. Fai "
1051
- #~ "click sul pulsante INDIETRO del tuo browser e prova di nuovo."
1052
-
1053
- # @ captcha
1054
- #~ msgid "zero"
1055
- #~ msgstr "zero"
1056
-
1057
- # @ captcha
1058
- #~ msgid "one"
1059
- #~ msgstr "uno"
1060
-
1061
- # @ captcha
1062
- #~ msgid "three"
1063
- #~ msgstr "tre"
1064
-
1065
- # @ captcha
1066
- #~ msgid "five"
1067
- #~ msgstr "cinque"
1068
-
1069
- # @ captcha
1070
- #~ msgid "six"
1071
- #~ msgstr "sei"
1072
-
1073
- # @ captcha
1074
- #~ msgid "seven"
1075
- #~ msgstr "sette"
1076
-
1077
- # @ captcha
1078
- #~ msgid "eight"
1079
- #~ msgstr "otto"
1080
-
1081
- # @ captcha
1082
- #~ msgid "nine"
1083
- #~ msgstr "nove"
1084
-
1085
- # @ captcha
1086
- #~ msgid "eleven"
1087
- #~ msgstr "undici"
1088
-
1089
- # @ captcha
1090
- #~ msgid "twelve"
1091
- #~ msgstr "dodici"
1092
-
1093
- # @ captcha
1094
- #~ msgid "thirteen"
1095
- #~ msgstr "tredici"
1096
-
1097
- # @ captcha
1098
- #~ msgid "fourteen"
1099
- #~ msgstr "quattordici"
1100
-
1101
- # @ captcha
1102
- #~ msgid "fifteen"
1103
- #~ msgstr "quindici"
1104
-
1105
- # @ captcha
1106
- #~ msgid "sixteen"
1107
- #~ msgstr "sedici"
1108
-
1109
- # @ captcha
1110
- #~ msgid "seventeen"
1111
- #~ msgstr "diciassette"
1112
-
1113
- # @ captcha
1114
- #~ msgid "eighteen"
1115
- #~ msgstr "diciotto"
1116
-
1117
- # @ captcha
1118
- #~ msgid "nineteen"
1119
- #~ msgstr "diciannove"
1120
-
1121
- # @ captcha
1122
- #~ msgid "ten"
1123
- #~ msgstr "dieci"
1124
-
1125
- # @ captcha
1126
- #~ msgid "twenty"
1127
- #~ msgstr "venti"
1128
-
1129
- # @ captcha
1130
- #~ msgid "thirty"
1131
- #~ msgstr "trenta"
1132
-
1133
- # @ captcha
1134
- #~ msgid "forty"
1135
- #~ msgstr "quaranta"
1136
-
1137
- # @ captcha
1138
- #~ msgid "fifty"
1139
- #~ msgstr "cinquanta"
1140
-
1141
- # @ captcha
1142
- #~ msgid "sixty"
1143
- #~ msgstr "sessanta"
1144
-
1145
- # @ captcha
1146
- #~ msgid "seventy"
1147
- #~ msgstr "settanta"
1148
-
1149
- # @ captcha
1150
- #~ msgid "eighty"
1151
- #~ msgstr "ottanta"
1152
-
1153
- # @ captcha
1154
- #~ msgid "ninety"
1155
- #~ msgstr "novanta"
1156
-
1157
- # @ captcha
1158
- #~ msgid "and"
1159
- #~ msgstr "e"
1160
-
1161
- # @ captcha
1162
- #, fuzzy
1163
- #~ msgid "Encryption password is not set"
1164
- #~ msgstr "La password per la decodifica della cifratura non è impostata"
1165
-
1166
- # @ captcha
1167
- #, fuzzy
1168
- #~ msgid "Decryption password is not set"
1169
- #~ msgstr "La password per la decodifica della cifratura non è impostata"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bws_menu/languages/bestwebsoft-ja.mo DELETED
Binary file
bws_menu/languages/bestwebsoft-ja.po DELETED
@@ -1,1276 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: bestwebsoft\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-03-10 15:34+0300\n"
6
- "PO-Revision-Date: 2016-03-10 15:34+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
- "Language-Team: foken <foken@gmx.com>\n"
9
- "Language: ja_JP\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Generator: Poedit 1.5.4\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
-
19
- #: bws_functions.php:65 bws_functions.php:89
20
- #, fuzzy
21
- msgid "requires"
22
- msgstr "必須フィールド"
23
-
24
- #: bws_functions.php:67
25
- msgid ""
26
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
27
- "try again."
28
- msgstr ""
29
-
30
- #: bws_functions.php:68
31
- msgid "Back to the WordPress"
32
- msgstr ""
33
-
34
- #: bws_functions.php:70
35
- #, fuzzy
36
- msgid "Plugins page"
37
- msgstr "Pro Plugins"
38
-
39
- #: bws_functions.php:91
40
- msgid ""
41
- "or higher! We do not guarantee that our plugin will work correctly. Please "
42
- "upgrade to WordPress latest version."
43
- msgstr ""
44
-
45
- #: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
46
- #: bws_functions.php:755
47
- msgid "Close notice"
48
- msgstr ""
49
-
50
- #: bws_functions.php:148
51
- msgid "It’s time to upgrade your"
52
- msgstr ""
53
-
54
- #: bws_functions.php:148
55
- msgid "to"
56
- msgstr ""
57
-
58
- #: bws_functions.php:148
59
- #, fuzzy
60
- msgid "version!"
61
- msgstr "PHP バージョン"
62
-
63
- #: bws_functions.php:149
64
- msgid "Extend standard plugin functionality with new great options."
65
- msgstr ""
66
-
67
- #: bws_functions.php:152 bws_functions.php:593
68
- #, fuzzy
69
- msgid "Learn More"
70
- msgstr "もっと読む"
71
-
72
- #: bws_functions.php:169
73
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
74
- msgstr ""
75
-
76
- #: bws_functions.php:170
77
- #, fuzzy
78
- msgid "Rate the plugin"
79
- msgstr "有効なプラグイン"
80
-
81
- #: bws_functions.php:173
82
- #, fuzzy
83
- msgid "If there is something wrong about it, please contact us"
84
- msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
85
-
86
- #: bws_functions.php:205
87
- msgid "Check premium options on the plugin settings page!"
88
- msgstr ""
89
-
90
- #: bws_functions.php:212 bws_functions.php:248
91
- msgid "Wrong license key"
92
- msgstr ""
93
-
94
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
95
- msgid ""
96
- "Something went wrong. Please try again later. If the error appears again, "
97
- "please contact us"
98
- msgstr ""
99
-
100
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
101
- msgid "We are sorry for inconvenience."
102
- msgstr ""
103
-
104
- #: bws_functions.php:250
105
- msgid "This license key is bind to another site"
106
- msgstr ""
107
-
108
- #: bws_functions.php:252 bws_functions.php:416
109
- msgid ""
110
- "Unfortunately, you have exceeded the number of available tries per day. "
111
- "Please, upload the plugin manually."
112
- msgstr ""
113
-
114
- #: bws_functions.php:254
115
- msgid ""
116
- "Unfortunately, Your license has expired. To continue getting top-priority "
117
- "support and plugin updates you should extend it in your"
118
- msgstr ""
119
-
120
- #: bws_functions.php:256
121
- msgid ""
122
- "Unfortunately, the Pro licence was already installed to this domain. The Pro "
123
- "Trial license can be installed only once."
124
- msgstr ""
125
-
126
- #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
127
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
128
- msgstr ""
129
-
130
- #: bws_functions.php:289
131
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
132
- msgstr ""
133
-
134
- #: bws_functions.php:295
135
- msgid ""
136
- "Your server does not support either ZipArchive or Phar. Please, upload the "
137
- "plugin manually"
138
- msgstr ""
139
-
140
- #: bws_functions.php:302
141
- msgid "UploadDir is not writable. Please, upload the plugin manually"
142
- msgstr ""
143
-
144
- #: bws_functions.php:325
145
- msgid ""
146
- "Something went wrong. Try again later or upload the plugin manually. We are "
147
- "sorry for inconvenience."
148
- msgstr ""
149
-
150
- #: bws_functions.php:350
151
- #, fuzzy
152
- msgid "Please, enter Your license key"
153
- msgstr "メッセージを入力して下さい..."
154
-
155
- #: bws_functions.php:380
156
- msgid ""
157
- "Congratulations! The Pro version of the plugin is successfully download and "
158
- "activated."
159
- msgstr ""
160
-
161
- #: bws_functions.php:382 bws_functions.php:473
162
- msgid "Please, go to"
163
- msgstr ""
164
-
165
- #: bws_functions.php:382 bws_functions.php:473
166
- #, fuzzy
167
- msgid "the setting page"
168
- msgstr "追加設定"
169
-
170
- #: bws_functions.php:383 bws_functions.php:474
171
- msgid "You will be redirected automatically in 5 seconds."
172
- msgstr ""
173
-
174
- #: bws_functions.php:390
175
- msgid "Show Pro features"
176
- msgstr ""
177
-
178
- #: bws_functions.php:397
179
- msgid "You can download and activate"
180
- msgstr ""
181
-
182
- #: bws_functions.php:399
183
- msgid "version of this plugin by entering Your license key."
184
- msgstr ""
185
-
186
- #: bws_functions.php:401 bws_functions.php:442
187
- msgid ""
188
- "You can find your license key on your personal page Client area, by clicking "
189
- "on the link"
190
- msgstr ""
191
-
192
- #: bws_functions.php:403 bws_functions.php:444
193
- msgid "(your username is the email you specify when purchasing the product)."
194
- msgstr ""
195
-
196
- #: bws_functions.php:407 bws_functions.php:691
197
- msgid "or"
198
- msgstr "又は"
199
-
200
- #: bws_functions.php:407
201
- #, php-format
202
- msgid "Start Your Free %s-Day Trial Now"
203
- msgstr ""
204
-
205
- #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
206
- #: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
207
- #: bws_menu.php:750
208
- #, fuzzy
209
- msgid "Activate"
210
- msgstr "有効なcaptcha"
211
-
212
- #: bws_functions.php:439 bws_functions.php:532
213
- #, php-format
214
- msgid ""
215
- "In order to continue using the plugin it is necessary to buy a %s license."
216
- msgstr ""
217
-
218
- #: bws_functions.php:440
219
- msgid "After that you can activate it by entering your license key."
220
- msgstr ""
221
-
222
- #: bws_functions.php:454
223
- msgid "Unfortunately, you have exceeded the number of available tries per day."
224
- msgstr ""
225
-
226
- #: bws_functions.php:471
227
- msgid ""
228
- "Congratulations! The Pro license of the plugin is successfully activated."
229
- msgstr ""
230
-
231
- #: bws_functions.php:512
232
- msgid "Wrong license key."
233
- msgstr ""
234
-
235
- #: bws_functions.php:514
236
- msgid "This license key is bind to another site."
237
- msgstr ""
238
-
239
- #: bws_functions.php:516
240
- msgid ""
241
- "This license key is valid, but Your license has expired. If you want to "
242
- "update our plugin in future, you should extend the license."
243
- msgstr ""
244
-
245
- #: bws_functions.php:518
246
- msgid "Unfortunately, you have exceeded the number of available tries."
247
- msgstr ""
248
-
249
- #: bws_functions.php:520
250
- msgid ""
251
- "Unfortunately, the Pro Trial licence was already installed to this domain. "
252
- "The Pro Trial license can be installed only once."
253
- msgstr ""
254
-
255
- #: bws_functions.php:524
256
- msgid "The Pro Trial license key is valid."
257
- msgstr ""
258
-
259
- #: bws_functions.php:526
260
- msgid "The license key is valid."
261
- msgstr ""
262
-
263
- #: bws_functions.php:529
264
- msgid "Your license will expire on"
265
- msgstr ""
266
-
267
- #: bws_functions.php:562
268
- #, fuzzy
269
- msgid "Please, enter your license key"
270
- msgstr "メッセージを入力して下さい..."
271
-
272
- #: bws_functions.php:575
273
- msgid ""
274
- "If needed you can check if the license key is correct or reenter it in the "
275
- "field below. You can find your license key on your personal page - Client "
276
- "area - on our website"
277
- msgstr ""
278
-
279
- #: bws_functions.php:575
280
- msgid ""
281
- "(your username is the email you specify when purchasing the product). If "
282
- "necessary, please submit \"Lost your password?\" request."
283
- msgstr ""
284
-
285
- #: bws_functions.php:579
286
- msgid "Check license key"
287
- msgstr ""
288
-
289
- #: bws_functions.php:593
290
- msgid "WARNING: Illegal use notification"
291
- msgstr ""
292
-
293
- #: bws_functions.php:593
294
- msgid ""
295
- "You can use one license of the Pro plugin for one domain only. Please check "
296
- "and edit your license or domain if necessary using you personal Client Area. "
297
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
298
- "the Pro plugin will be deactivated."
299
- msgstr ""
300
-
301
- #: bws_functions.php:601
302
- msgid ""
303
- "Notice: Your Pro Trial license has expired. To continue using the plugin you "
304
- "should buy a Pro license"
305
- msgstr ""
306
-
307
- #: bws_functions.php:603
308
- msgid ""
309
- "Your license has expired. To continue getting top-priority support and "
310
- "plugin updates you should extend it."
311
- msgstr ""
312
-
313
- #: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
314
- #: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
315
- #: bws_menu.php:794
316
- #, fuzzy
317
- msgid "Learn more"
318
- msgstr "もっと読む"
319
-
320
- #: bws_functions.php:613
321
- #, php-format
322
- msgid "Notice: You are using the Pro Trial license of %s plugin."
323
- msgstr ""
324
-
325
- #: bws_functions.php:615
326
- msgid "Notice: You are using the Pro Trial license of plugin."
327
- msgstr ""
328
-
329
- #: bws_functions.php:618
330
- msgid "The Pro Trial license will expire on"
331
- msgstr ""
332
-
333
- #: bws_functions.php:656
334
- msgid "You license for"
335
- msgstr ""
336
-
337
- #: bws_functions.php:656
338
- msgid "expires on"
339
- msgstr ""
340
-
341
- #: bws_functions.php:656
342
- msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
343
- msgstr ""
344
-
345
- #: bws_functions.php:687
346
- #, fuzzy
347
- msgid "Thank you for installing"
348
- msgstr "ご連絡ありがとうございます"
349
-
350
- #: bws_functions.php:688
351
- msgid "Let's get started"
352
- msgstr ""
353
-
354
- #: bws_functions.php:689
355
- #, fuzzy
356
- msgid "Configure Settings"
357
- msgstr "コンタクトフォーム設定"
358
-
359
- #: bws_functions.php:692
360
- msgid "Add New"
361
- msgstr ""
362
-
363
- #: bws_functions.php:750
364
- #, fuzzy
365
- msgid "Thank you for choosing"
366
- msgstr "ご連絡ありがとうございます"
367
-
368
- #: bws_functions.php:751
369
- msgid ""
370
- "If you have a feature, suggestion or idea you'd like to see in the plugin, "
371
- "we'd love to hear about it!"
372
- msgstr ""
373
-
374
- #: bws_functions.php:752
375
- msgid "Suggest a Feature"
376
- msgstr ""
377
-
378
- #: bws_functions.php:768
379
- msgid "Notice"
380
- msgstr ""
381
-
382
- #: bws_functions.php:768
383
- msgid "The plugin's settings have been changed."
384
- msgstr ""
385
-
386
- #: bws_functions.php:769 bws_functions.php:1240
387
- msgid "Save Changes"
388
- msgstr "変更を保存"
389
-
390
- #: bws_functions.php:786
391
- msgid ""
392
- "You can always look at premium options by clicking on the \"Show Pro features"
393
- "\" in the \"Go PRO\" tab"
394
- msgstr ""
395
-
396
- #: bws_functions.php:886
397
- #, fuzzy
398
- msgid "Add shortcode"
399
- msgstr "短いコードの利用"
400
-
401
- #: bws_functions.php:886
402
- msgid "Add BestWebSoft plugins' shortcodes using this button."
403
- msgstr ""
404
-
405
- #: bws_functions.php:935
406
- msgid "Close"
407
- msgstr ""
408
-
409
- #: bws_functions.php:1027
410
- msgid "Restore all plugin settings to defaults"
411
- msgstr ""
412
-
413
- #: bws_functions.php:1029
414
- #, fuzzy
415
- msgid "Restore settings"
416
- msgstr "追加設定"
417
-
418
- #: bws_functions.php:1040
419
- #, fuzzy
420
- msgid "Are you sure you want to restore all settings by default?"
421
- msgstr "本当に、この言語データを削除しますか?"
422
-
423
- #: bws_functions.php:1043
424
- msgid "Yes, restore all settings"
425
- msgstr ""
426
-
427
- #: bws_functions.php:1044
428
- #, fuzzy
429
- msgid "No, go back to the settings page"
430
- msgstr "追加設定"
431
-
432
- #: bws_functions.php:1090
433
- #, fuzzy
434
- msgid "Plugin"
435
- msgstr "Pro Plugins"
436
-
437
- #: bws_functions.php:1099
438
- #, fuzzy
439
- msgid "Shortcode settings"
440
- msgstr "追加設定"
441
-
442
- #: bws_functions.php:1104
443
- msgid "The shortcode will be inserted"
444
- msgstr ""
445
-
446
- #: bws_functions.php:1109
447
- msgid "Insert"
448
- msgstr ""
449
-
450
- #: bws_functions.php:1140
451
- msgid "Visit Help Center"
452
- msgstr ""
453
-
454
- #: bws_functions.php:1145
455
- msgid "FAQ"
456
- msgstr "FAQ"
457
-
458
- #: bws_functions.php:1151
459
- msgid "For more information:"
460
- msgstr ""
461
-
462
- #: bws_functions.php:1152
463
- msgid "Documentation"
464
- msgstr ""
465
-
466
- #: bws_functions.php:1153
467
- msgid "Video Instructions"
468
- msgstr ""
469
-
470
- #: bws_functions.php:1154
471
- #, fuzzy
472
- msgid "Submit a Request"
473
- msgstr "送信ボタン"
474
-
475
- #: bws_functions.php:1165
476
- msgid "You do not have sufficient permissions to edit plugins for this site."
477
- msgstr ""
478
-
479
- #: bws_functions.php:1196
480
- msgid "File edited successfully."
481
- msgstr ""
482
-
483
- #: bws_functions.php:1198
484
- msgid "Not enough permissions to create or update the file"
485
- msgstr ""
486
-
487
- #: bws_functions.php:1222
488
- msgid "These styles will be added to the header on all pages of your site."
489
- msgstr ""
490
-
491
- #: bws_functions.php:1225
492
- msgid "Editing"
493
- msgstr ""
494
-
495
- #: bws_functions.php:1227
496
- msgid "Browsing"
497
- msgstr ""
498
-
499
- #: bws_functions.php:1235
500
- #, fuzzy
501
- msgid "Learn more about CSS"
502
- msgstr "もっと読む"
503
-
504
- #: bws_functions.php:1243
505
- #, php-format
506
- msgid ""
507
- "You need to make this file writable before you can save your changes. See %s "
508
- "the Codex %s for more information."
509
- msgstr ""
510
-
511
- #: bws_menu.php:509
512
- msgid "Not set"
513
- msgstr "未設定"
514
-
515
- #: bws_menu.php:511 bws_menu.php:512
516
- msgid "On"
517
- msgstr "On"
518
-
519
- #: bws_menu.php:511 bws_menu.php:512
520
- msgid "Off"
521
- msgstr "Off"
522
-
523
- #: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
524
- #: bws_menu.php:517 bws_menu.php:529
525
- msgid "N/A"
526
- msgstr "該当なし"
527
-
528
- #: bws_menu.php:517
529
- msgid " Mb"
530
- msgstr " Mb"
531
-
532
- #: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
533
- msgid "Yes"
534
- msgstr "はい"
535
-
536
- #: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
537
- msgid "No"
538
- msgstr "いいえ"
539
-
540
- #: bws_menu.php:537
541
- msgid "Operating System"
542
- msgstr "オペレーション・システム"
543
-
544
- #: bws_menu.php:538
545
- msgid "Server"
546
- msgstr "サーバ"
547
-
548
- #: bws_menu.php:539
549
- msgid "Memory usage"
550
- msgstr "メモリー使用"
551
-
552
- #: bws_menu.php:540
553
- msgid "MYSQL Version"
554
- msgstr "MYSQL バージョン"
555
-
556
- #: bws_menu.php:541
557
- msgid "SQL Mode"
558
- msgstr "SQLモード"
559
-
560
- #: bws_menu.php:542
561
- msgid "PHP Version"
562
- msgstr "PHP バージョン"
563
-
564
- #: bws_menu.php:543
565
- msgid "PHP Safe Mode"
566
- msgstr "PHP Safe Mode"
567
-
568
- #: bws_menu.php:544
569
- msgid "PHP Allow URL fopen"
570
- msgstr "PHP Allow URL fopen"
571
-
572
- #: bws_menu.php:545
573
- msgid "PHP Memory Limit"
574
- msgstr "PHP Memory Limit"
575
-
576
- #: bws_menu.php:546
577
- msgid "PHP Max Upload Size"
578
- msgstr "PHP Max Upload Size"
579
-
580
- #: bws_menu.php:547
581
- msgid "PHP Max Post Size"
582
- msgstr "PHP Max Post Size"
583
-
584
- #: bws_menu.php:548
585
- msgid "PHP Max Script Execute Time"
586
- msgstr "PHP Max Script Execute Time"
587
-
588
- #: bws_menu.php:549
589
- msgid "PHP Exif support"
590
- msgstr "PHP Exif サポート"
591
-
592
- #: bws_menu.php:550
593
- msgid "PHP IPTC support"
594
- msgstr "PHP IPTC サポート"
595
-
596
- #: bws_menu.php:551
597
- msgid "PHP XML support"
598
- msgstr "PHP XML サポート"
599
-
600
- #: bws_menu.php:552
601
- msgid "Site URL"
602
- msgstr "サイトURL"
603
-
604
- #: bws_menu.php:553
605
- msgid "Home URL"
606
- msgstr "ホームURL"
607
-
608
- #: bws_menu.php:556
609
- msgid "WordPress Version"
610
- msgstr "WordPress バージョン"
611
-
612
- #: bws_menu.php:557
613
- msgid "WordPress DB Version"
614
- msgstr "WordPress データベース バージョン"
615
-
616
- #: bws_menu.php:558
617
- msgid "Multisite"
618
- msgstr "複数サイト"
619
-
620
- #: bws_menu.php:559
621
- msgid "Active Theme"
622
- msgstr "有効なテーマ"
623
-
624
- #: bws_menu.php:574
625
- msgid "Please enter a valid email address."
626
- msgstr "正確なEメール・アドレスを入力して下さい。"
627
-
628
- #: bws_menu.php:578
629
- msgid "Email with system info is sent to "
630
- msgstr "システム情報をメールで送信:"
631
-
632
- #: bws_menu.php:582
633
- msgid "Thank you for contacting us."
634
- msgstr "ご連絡ありがとうございます"
635
-
636
- #: bws_menu.php:615
637
- msgid "Sorry, email message could not be delivered."
638
- msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
639
-
640
- #: bws_menu.php:622
641
- msgid "Need help?"
642
- msgstr ""
643
-
644
- #: bws_menu.php:623
645
- msgid "Client area"
646
- msgstr ""
647
-
648
- #: bws_menu.php:624 bws_menu.php:933
649
- msgid "System status"
650
- msgstr "システム状況"
651
-
652
- #: bws_menu.php:629
653
- #, fuzzy
654
- msgid "Plugins"
655
- msgstr "Pro Plugins"
656
-
657
- #: bws_menu.php:630
658
- msgid "Themes"
659
- msgstr ""
660
-
661
- #: bws_menu.php:634
662
- msgid "All"
663
- msgstr ""
664
-
665
- #: bws_menu.php:635
666
- #, fuzzy
667
- msgid "Installed"
668
- msgstr "%s 導入"
669
-
670
- #: bws_menu.php:636
671
- #, fuzzy
672
- msgid "Recommended"
673
- msgstr "推奨プラグイン"
674
-
675
- #: bws_menu.php:640
676
- msgid "Installed plugins"
677
- msgstr "導入済みプラグイン"
678
-
679
- #: bws_menu.php:672 bws_menu.php:721
680
- msgid "Settings"
681
- msgstr "設定"
682
-
683
- #: bws_menu.php:693 bws_menu.php:750
684
- #, fuzzy
685
- msgid "Activate this plugin"
686
- msgstr "有効なプラグイン"
687
-
688
- #: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
689
- msgid "Go"
690
- msgstr ""
691
-
692
- #: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
693
- msgid "DONATE"
694
- msgstr ""
695
-
696
- #: bws_menu.php:758
697
- msgid "Recommended plugins"
698
- msgstr "推奨プラグイン"
699
-
700
- #: bws_menu.php:796
701
- #, fuzzy
702
- msgid "Install now"
703
- msgstr "Installa Ora"
704
-
705
- #: bws_menu.php:817
706
- msgid "Try again"
707
- msgstr ""
708
-
709
- #: bws_menu.php:835
710
- #, php-format
711
- msgid "Preview &#8220;%s&#8221;"
712
- msgstr ""
713
-
714
- #: bws_menu.php:866
715
- #, php-format
716
- msgid "Install %s"
717
- msgstr "%s 導入"
718
-
719
- #: bws_menu.php:866
720
- msgid "Install Now"
721
- msgstr "Installa Ora"
722
-
723
- #: bws_menu.php:869
724
- #, php-format
725
- msgid "Update to version %s"
726
- msgstr ""
727
-
728
- #: bws_menu.php:869
729
- msgid "Update"
730
- msgstr ""
731
-
732
- #: bws_menu.php:876
733
- #, php-format
734
- msgid "Preview %s"
735
- msgstr ""
736
-
737
- #: bws_menu.php:876
738
- msgid "Preview"
739
- msgstr ""
740
-
741
- #: bws_menu.php:882 bws_menu.php:914
742
- #, php-format
743
- msgid "By %s"
744
- msgstr ""
745
-
746
- #: bws_menu.php:888
747
- msgid "Details"
748
- msgstr ""
749
-
750
- #: bws_menu.php:920
751
- #, fuzzy
752
- msgid "Already Installed"
753
- msgstr "%s 導入"
754
-
755
- #: bws_menu.php:936
756
- msgid "Environment"
757
- msgstr "環境"
758
-
759
- #: bws_menu.php:947
760
- msgid "Active Plugins"
761
- msgstr "有効なプラグイン"
762
-
763
- #: bws_menu.php:960
764
- msgid "Inactive Plugins"
765
- msgstr "無効なプラグイン"
766
-
767
- #: bws_menu.php:976
768
- msgid "Send to support"
769
- msgstr "サポートに送信"
770
-
771
- #: bws_menu.php:983
772
- msgid "Send to custom email &#187;"
773
- msgstr "カスタムEメールに送信&#187;"
774
-
775
- #, fuzzy
776
- #~ msgid "Add BWS Plugins Shortcode"
777
- #~ msgstr "短いコードの利用"
778
-
779
- #~ msgid "Pro plugins"
780
- #~ msgstr "Pro Plugins"
781
-
782
- #~ msgid "Activated plugins"
783
- #~ msgstr "有効なプラグイン"
784
-
785
- #~ msgid "Read more"
786
- #~ msgstr "もっと読む"
787
-
788
- #~ msgid "Purchase"
789
- #~ msgstr "購入"
790
-
791
- #~ msgid "Free plugins"
792
- #~ msgstr "無料プラグイン"
793
-
794
- #~ msgid "Download"
795
- #~ msgstr "ダウンロード"
796
-
797
- #~ msgid "Install now from wordpress.org"
798
- #~ msgstr "wordpress.org から直ぐに導入"
799
-
800
- #, fuzzy
801
- #~ msgid "Activated theme"
802
- #~ msgstr "有効なテーマ"
803
-
804
- #, fuzzy
805
- #~ msgid "Installed themes"
806
- #~ msgstr "%s 導入"
807
-
808
- #, fuzzy
809
- #~ msgid "Recommended themes"
810
- #~ msgstr "推奨プラグイン"
811
-
812
- #, fuzzy
813
- #~ msgid "installed"
814
- #~ msgstr "%s 導入"
815
-
816
- #~ msgid "Contact Form"
817
- #~ msgstr "コンタクトフォーム"
818
-
819
- #~ msgid "Contact Form Pro Extra Settings"
820
- #~ msgstr "Contact Form Pro 用設定"
821
-
822
- #~ msgid "Contact Form Pro"
823
- #~ msgstr "Contact Form Pro"
824
-
825
- #~ msgid "Name:"
826
- #~ msgstr "名前:"
827
-
828
- #~ msgid "Address:"
829
- #~ msgstr "住所:"
830
-
831
- #~ msgid "Email Address:"
832
- #~ msgstr "Eメール:"
833
-
834
- #~ msgid "Phone number:"
835
- #~ msgstr "電話番号:"
836
-
837
- #~ msgid "Subject:"
838
- #~ msgstr "件名:"
839
-
840
- #~ msgid "Message:"
841
- #~ msgstr "メッセージ:"
842
-
843
- #~ msgid "Attachment:"
844
- #~ msgstr "添付:"
845
-
846
- #~ msgid "Send me a copy"
847
- #~ msgstr "コピーを自分に送る"
848
-
849
- #~ msgid "Submit"
850
- #~ msgstr "送信"
851
-
852
- #~ msgid "Your name is required."
853
- #~ msgstr "名前は必須です。"
854
-
855
- #~ msgid "Address is required."
856
- #~ msgstr "住所が必要です。"
857
-
858
- #~ msgid "A valid email address is required."
859
- #~ msgstr "有効なEメールアドレスlが必須です。"
860
-
861
- #~ msgid "Phone number is required."
862
- #~ msgstr "電話番号は必須です。"
863
-
864
- #~ msgid "Subject is required."
865
- #~ msgstr "件名は必須です。"
866
-
867
- #~ msgid "Message text is required."
868
- #~ msgstr "メッセージ本文は必須です。"
869
-
870
- #~ msgid "File format is not valid."
871
- #~ msgstr "添付が壊れています。"
872
-
873
- #~ msgid "File upload error."
874
- #~ msgstr "ファイル・アップロード・エラー。"
875
-
876
- #~ msgid "The file could not be uploaded."
877
- #~ msgstr "ファイルは、アップロード出来ませんでした。"
878
-
879
- #~ msgid "This file is too large."
880
- #~ msgstr "このファイルは大きすぎます。"
881
-
882
- #~ msgid "Please fill out the CAPTCHA."
883
- #~ msgstr "CAPTCHAを入力して下さい。"
884
-
885
- #~ msgid "Please make corrections below and try again."
886
- #~ msgstr "以下を修正し、再度試して下さい。"
887
-
888
- #~ msgid ""
889
- #~ "If the 'Redirect to page' option is selected then the URL field should be "
890
- #~ "in the following format"
891
- #~ msgstr ""
892
- #~ "’ページに転送’オプションを選択した場合は、URLフィールドが、以下の形式にな"
893
- #~ "ります"
894
-
895
- #~ msgid "Such user does not exist. Settings are not saved."
896
- #~ msgstr "このようなユーザは存在しません。設定は保存されません。"
897
-
898
- #~ msgid ""
899
- #~ "Please enter a valid email address in the 'FROM' field. Settings are not "
900
- #~ "saved."
901
- #~ msgstr ""
902
- #~ "'送信者'フィールドに正確なEメール・アドレスを入力して下さい。設定は保存さ"
903
- #~ "れません。"
904
-
905
- #~ msgid "Settings saved."
906
- #~ msgstr "設定保存."
907
-
908
- #~ msgid ""
909
- #~ "If you would like to add the Contact Form to your website, just copy and "
910
- #~ "paste this shortcode to your post or page or widget:"
911
- #~ msgstr ""
912
- #~ "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを"
913
- #~ "投稿、ページ又はウェジットにコピーして貼り付けるだけです:"
914
-
915
- #~ msgid ""
916
- #~ "If have any problems with the standard shortcode [contact_form], you "
917
- #~ "should use the shortcode"
918
- #~ msgstr ""
919
- #~ "標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利"
920
- #~ "用下さい"
921
-
922
- #~ msgid "They work the same way."
923
- #~ msgstr "同様に動作します。"
924
-
925
- #~ msgid ""
926
- #~ "If you leave the fields empty, the messages will be sent to the email "
927
- #~ "address specified during registration."
928
- #~ msgstr ""
929
- #~ "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送ら"
930
- #~ "れます。"
931
-
932
- #~ msgid "The user's email address:"
933
- #~ msgstr "wordpressユーザのemailを利用r:"
934
-
935
- #~ msgid "Create a username"
936
- #~ msgstr "ユーザ名の選択"
937
-
938
- #~ msgid ""
939
- #~ "Enter a username of the person who should get the messages from the "
940
- #~ "contact form."
941
- #~ msgstr "コンタクトフォームからメッセージを受け取る方のユーザ名を入力。"
942
-
943
- #~ msgid "Use this email address:"
944
- #~ msgstr "このemailを利用:"
945
-
946
- #~ msgid "Enter the email address you want the messages forwarded to."
947
- #~ msgstr "メッセージ受信用のemailを設定。"
948
-
949
- #~ msgid "Additional options"
950
- #~ msgstr "追加オプション"
951
-
952
- #~ msgid "What to use?"
953
- #~ msgstr "何用途?"
954
-
955
- #~ msgid "Wp-mail"
956
- #~ msgstr "WPメール"
957
-
958
- #~ msgid "You can use the wp_mail function for mailing"
959
- #~ msgstr "メールにwp_mali機能が利用できます"
960
-
961
- #~ msgid "Mail"
962
- #~ msgstr "メール"
963
-
964
- #~ msgid "To send mail you can use the php mail function"
965
- #~ msgstr "メールを送信するには、phpメール機能が利用できます"
966
-
967
- #~ msgid "Change text of the 'FROM' field"
968
- #~ msgstr "'送信者' フィールドのテキストを変更"
969
-
970
- #~ msgid "Enter the email address in the 'From' field"
971
- #~ msgstr "'送信者' フィールドにメールアドレスを入力して下さい"
972
-
973
- #~ msgid "User email"
974
- #~ msgstr "ユーザ・Eメール"
975
-
976
- #~ msgid ""
977
- #~ "The email address of the user who fills the form will be used in the "
978
- #~ "field 'From'."
979
- #~ msgstr ""
980
- #~ "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用さ"
981
- #~ "れます。"
982
-
983
- #~ msgid "This email address will be used in the 'From' field."
984
- #~ msgstr "このEメール・アドレスは、'送信者'フィールドに使用されます。"
985
-
986
- #~ msgid "Display fields"
987
- #~ msgstr "フィールドを表示"
988
-
989
- #~ msgid "Address"
990
- #~ msgstr "住所"
991
-
992
- #~ msgid "Phone"
993
- #~ msgstr "電話"
994
-
995
- #~ msgid "Attachment block"
996
- #~ msgstr "添付ブロック"
997
-
998
- #~ msgid "Users can attach the following file formats"
999
- #~ msgstr "ユーザは、以下のタイプのファイルを添付できる"
1000
-
1001
- #~ msgid "Captcha"
1002
- #~ msgstr "Captcha"
1003
-
1004
- #~ msgid "(powered by bestwebsoft.com)"
1005
- #~ msgstr "(powered by bestwebsoft.com)"
1006
-
1007
- #~ msgid "Download captcha"
1008
- #~ msgstr "captchaをダウンロード"
1009
-
1010
- #, fuzzy
1011
- #~ msgid "Display tips below the Attachment block"
1012
- #~ msgstr "添付ブロックの下のチップス"
1013
-
1014
- #, fuzzy
1015
- #~ msgid "Display 'Send me a copy' block"
1016
- #~ msgstr "コピーブロックを自分に送る"
1017
-
1018
- #~ msgid "Name"
1019
- #~ msgstr "名前"
1020
-
1021
- #~ msgid "Email Address"
1022
- #~ msgstr "Eメール・アドレス"
1023
-
1024
- #~ msgid "Subject"
1025
- #~ msgstr "件名"
1026
-
1027
- #~ msgid "Message"
1028
- #~ msgstr "メッセージ"
1029
-
1030
- #~ msgid "Display additional info in the email"
1031
- #~ msgstr "メール中に追加情報を表示"
1032
-
1033
- #~ msgid "Sent from (ip address)"
1034
- #~ msgstr "(IP-Adresse)から送られた"
1035
-
1036
- #, fuzzy
1037
- #~ msgid "Example: Sent from (IP address):\t127.0.0.1"
1038
- #~ msgstr "(IP-Adresse)から送られた"
1039
-
1040
- #~ msgid "Date/Time"
1041
- #~ msgstr "日時"
1042
-
1043
- #~ msgid "Sent from (referer)"
1044
- #~ msgstr "(referer)から送られている"
1045
-
1046
- #~ msgid "Using (user agent)"
1047
- #~ msgstr "(user agent)使用"
1048
-
1049
- #~ msgid "Language settings for the field names in the form"
1050
- #~ msgstr "フォームのフィールド名用の言語設定"
1051
-
1052
- #~ msgid "Add a language"
1053
- #~ msgstr "言語の追加"
1054
-
1055
- #~ msgid "Change the names of the contact form fields and error messages"
1056
- #~ msgstr "コンタクト・フォームのフィールドの名前及びエラーメッセージを変更"
1057
-
1058
- #~ msgid "English"
1059
- #~ msgstr "英語"
1060
-
1061
- #~ msgid "Error message for the Name field"
1062
- #~ msgstr "名前フィールド用のエラーメッセージ"
1063
-
1064
- #~ msgid "Error message for the Address field"
1065
- #~ msgstr "住所フィールド用のエラーメッセージ"
1066
-
1067
- #~ msgid "Error message for the Email field"
1068
- #~ msgstr "Eメール・フィールド用のエラーメッセージ"
1069
-
1070
- #~ msgid "Error message for the Phone field"
1071
- #~ msgstr "電話フィールド用のエラーメッセージ"
1072
-
1073
- #~ msgid "Error message for the Subject field"
1074
- #~ msgstr "件名フィールド用のエラーメッセージ"
1075
-
1076
- #~ msgid "Error message for the Message field"
1077
- #~ msgstr "メッセージ・フィールド用のエラーメッセージ"
1078
-
1079
- #~ msgid "Error message about the file type for the Attachment field"
1080
- #~ msgstr "添付フィールド用の拡張子タイプに関するエラーメッセージ"
1081
-
1082
- #~ msgid ""
1083
- #~ "Error message while uploading a file for the Attachment field to the "
1084
- #~ "server"
1085
- #~ msgstr ""
1086
- #~ "添付フィールド用のファイルをサーバにアップロード中のエラーメッセージ"
1087
-
1088
- #~ msgid "Error message while moving the file for the Attachment field"
1089
- #~ msgstr "添付フィールド用のファイルを移動中のエラーメッセージ"
1090
-
1091
- #~ msgid ""
1092
- #~ "Error message when file size limit for the Attachment field is exceeded"
1093
- #~ msgstr "添付フィールド用のファイルサイズ制限を超した場合のエラーメッセージ"
1094
-
1095
- #~ msgid "Error message for the Captcha field"
1096
- #~ msgstr "Captcha フィールド用のエラーメッセージ"
1097
-
1098
- #~ msgid "Error message for the whole form"
1099
- #~ msgstr "全体フォーム用のエラーメッセージ"
1100
-
1101
- #~ msgid "for this language"
1102
- #~ msgstr "この言語用"
1103
-
1104
- #~ msgid "Action after email is sent"
1105
- #~ msgstr "メール送信後の行動"
1106
-
1107
- #~ msgid "Display text"
1108
- #~ msgstr "テキストを表示"
1109
-
1110
- #~ msgid "Text"
1111
- #~ msgstr "文字"
1112
-
1113
- #~ msgid "Redirect to the page"
1114
- #~ msgstr "ページに転送"
1115
-
1116
- #~ msgid "Url"
1117
- #~ msgstr "Url"
1118
-
1119
- #~ msgid "Contact Form Pro | Extra Settings"
1120
- #~ msgstr "Contact Form Pro | 追加設定"
1121
-
1122
- #~ msgid ""
1123
- #~ "This functionality is available in the Pro version of the plugin. For "
1124
- #~ "more details, please follow the link"
1125
- #~ msgstr ""
1126
- #~ "この機能は、プラグインのProバージョンで利用できます。詳細は、リンクを参照"
1127
- #~ "して下さい。"
1128
-
1129
- #~ msgid "Errors output"
1130
- #~ msgstr "エラー出力"
1131
-
1132
- #~ msgid "Display error messages"
1133
- #~ msgstr "エラーメッセージの表示"
1134
-
1135
- #~ msgid "Color of the input field errors."
1136
- #~ msgstr "入力フィールド・エラーの色"
1137
-
1138
- #~ msgid "Display error messages & color of the input field errors"
1139
- #~ msgstr "エラーメッセージと入力フィールド・エラーの色を表示"
1140
-
1141
- #~ msgid "Add placeholder to the input blocks"
1142
- #~ msgstr "プレースホルダーを入力ブロックに追加"
1143
-
1144
- #~ msgid "Add tooltips"
1145
- #~ msgstr "ツールチップの追加"
1146
-
1147
- #~ msgid "Email address"
1148
- #~ msgstr "Eメール・アドレス"
1149
-
1150
- #~ msgid "Phone Number"
1151
- #~ msgstr "電話番号"
1152
-
1153
- #~ msgid "Attachment"
1154
- #~ msgstr "添付"
1155
-
1156
- #~ msgid "Style options"
1157
- #~ msgstr "スタイル・オプション"
1158
-
1159
- #~ msgid "Text color"
1160
- #~ msgstr "文字色"
1161
-
1162
- #~ msgid "Default"
1163
- #~ msgstr "標準"
1164
-
1165
- #~ msgid "Label text color"
1166
- #~ msgstr "ラベル文字色"
1167
-
1168
- #~ msgid "Placeholder color"
1169
- #~ msgstr "プレースホルダ色"
1170
-
1171
- #~ msgid "Errors color"
1172
- #~ msgstr "エラーの色"
1173
-
1174
- #~ msgid "Error text color"
1175
- #~ msgstr "エラーテキストの色"
1176
-
1177
- #~ msgid "Background color of the input field errors"
1178
- #~ msgstr "入力フィールド・エラーの背景色"
1179
-
1180
- #~ msgid "Border color of the input field errors"
1181
- #~ msgstr "入力フィールド・エラーの罫線色"
1182
-
1183
- #~ msgid "Placeholder color of the input field errors"
1184
- #~ msgstr "入力フィールド・エラー用のプレースホルダ色"
1185
-
1186
- #~ msgid "Input fields"
1187
- #~ msgstr "フィールドを入力"
1188
-
1189
- #~ msgid "Input fields background color"
1190
- #~ msgstr "フィールドの背景色の入力"
1191
-
1192
- #~ msgid "Text fields color"
1193
- #~ msgstr "文字フィールド色"
1194
-
1195
- #~ msgid "Border width in px, numbers only"
1196
- #~ msgstr "罫線幅(px単位)、数値のみ"
1197
-
1198
- #~ msgid "Border color"
1199
- #~ msgstr "罫線色"
1200
-
1201
- #~ msgid "Width in px, numbers only"
1202
- #~ msgstr "px単位の幅、数字のみ"
1203
-
1204
- #~ msgid "Button color"
1205
- #~ msgstr "ボタンの色"
1206
-
1207
- #~ msgid "Button text color"
1208
- #~ msgstr "ボタン文字の色"
1209
-
1210
- #~ msgid "Contact Form Pro | Preview"
1211
- #~ msgstr "Contact Form Pro | プレビュー"
1212
-
1213
- #~ msgid "Show with errors"
1214
- #~ msgstr "エラーで表示"
1215
-
1216
- #~ msgid "Please enter your full name..."
1217
- #~ msgstr "貴方の氏名を入力して下さい..."
1218
-
1219
- #~ msgid "Please enter your address..."
1220
- #~ msgstr "貴方の住所を入力して下さい..."
1221
-
1222
- #~ msgid "Please enter your email address..."
1223
- #~ msgstr "貴方のEメール・アドレスを入力して下さい..."
1224
-
1225
- #~ msgid "Please enter your phone number..."
1226
- #~ msgstr "貴方の電話番号を入力して下さい..."
1227
-
1228
- #~ msgid "Please enter subject..."
1229
- #~ msgstr "件名を入力して下さい..."
1230
-
1231
- #~ msgid ""
1232
- #~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
1233
- #~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
1234
- #~ "size: 2MB"
1235
- #~ msgstr ""
1236
- #~ "サポートしてるファイル形式: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
1237
- #~ "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大"
1238
- #~ "ファイルサイズ: 2MB"
1239
-
1240
- #~ msgid "You can attach the following file formats"
1241
- #~ msgstr "貴方は、以下のタイプのファイルを添付できます"
1242
-
1243
- #~ msgid "Contact from"
1244
- #~ msgstr "コンタクトフォーム"
1245
-
1246
- #~ msgid "Email"
1247
- #~ msgstr "Eメール"
1248
-
1249
- #~ msgid "Site"
1250
- #~ msgstr "サイト"
1251
-
1252
- #~ msgid ""
1253
- #~ "If you can see this MIME, it means that the MIME type is not supported by "
1254
- #~ "your email client!"
1255
- #~ msgstr ""
1256
- #~ "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
1257
-
1258
- #~ msgid "Support"
1259
- #~ msgstr "サポート"
1260
-
1261
- #~ msgid "Contact Form Options"
1262
- #~ msgstr "コンタクトフォーム オプション"
1263
-
1264
- #, fuzzy
1265
- #~ msgid "Display Attachment tips"
1266
- #~ msgstr "添付ブロックを表示"
1267
-
1268
- #~ msgid "Please enter a valid email address. Settings are not saved."
1269
- #~ msgstr "正確なemailを入力して下さい。設定は保存されません。"
1270
-
1271
- #, fuzzy
1272
- #~ msgid "E-Mail Address"
1273
- #~ msgstr "E-Mail:"
1274
-
1275
- #~ msgid "E-Mail Addresse:"
1276
- #~ msgstr "Indirizzo e-mail:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 2016-03-10 15:34+0300\n"
6
- "PO-Revision-Date: 2016-03-10 15:34+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,24 @@ msgstr ""
18
  "|| n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: bws_functions.php:65 bws_functions.php:89
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  msgid "requires"
23
  msgstr "wymaga wersja"
24
 
25
- #: bws_functions.php:67
26
  msgid ""
27
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
  "try again."
@@ -30,15 +43,15 @@ msgstr ""
30
  "lub nowsza, dlatego wtyczka została wyłączona. Zaktualizuj WordPress i "
31
  "spróbuj ponownie."
32
 
33
- #: bws_functions.php:68
34
  msgid "Back to the WordPress"
35
  msgstr "Wróć do WordPress"
36
 
37
- #: bws_functions.php:70
38
  msgid "Plugins page"
39
  msgstr "Wtyczki"
40
 
41
- #: bws_functions.php:91
42
  msgid ""
43
  "or higher! We do not guarantee that our plugin will work correctly. Please "
44
  "upgrade to WordPress latest version."
@@ -46,52 +59,94 @@ msgstr ""
46
  "lub nowsza! Nie gwarantujemy, że nasza wtyczka będzie działała poprawnie. "
47
  "Proszę zaktualizować WordPress do najnowszej wersji."
48
 
49
- #: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
50
- #: bws_functions.php:755
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  msgid "Close notice"
52
  msgstr "Zamknij powiadomienie"
53
 
54
- #: bws_functions.php:148
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  msgid "It’s time to upgrade your"
56
  msgstr "Czas by zaktualizować"
57
 
58
- #: bws_functions.php:148
59
  msgid "to"
60
  msgstr "do"
61
 
62
- #: bws_functions.php:148
63
  msgid "version!"
64
  msgstr "wersji!"
65
 
66
- #: bws_functions.php:149
67
  msgid "Extend standard plugin functionality with new great options."
68
  msgstr "Rozszerz podstawowe funkcje wtyczki o nowe wspaniałe opcje."
69
 
70
- #: bws_functions.php:152 bws_functions.php:593
71
  msgid "Learn More"
72
  msgstr "Dowiedz się więcej"
73
 
74
- #: bws_functions.php:169
75
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
76
  msgstr "Jeśli polubiłeś naszą wtyczkę daj nam 5 gwiazdek"
77
 
78
- #: bws_functions.php:170
79
  msgid "Rate the plugin"
80
  msgstr "Oceń wtyczkę"
81
 
82
- #: bws_functions.php:173
83
  msgid "If there is something wrong about it, please contact us"
84
  msgstr "Jeśli wystąpią problemy proszę, skontaktuj się z nami"
85
 
86
- #: bws_functions.php:205
 
 
 
 
87
  msgid "Check premium options on the plugin settings page!"
88
  msgstr "Sprawdź dodatkowe opcje premium w ustawieniach wtyczki."
89
 
90
- #: bws_functions.php:212 bws_functions.php:248
 
91
  msgid "Wrong license key"
92
  msgstr "Niepoprawny klucz licencji"
93
 
94
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
95
  msgid ""
96
  "Something went wrong. Please try again later. If the error appears again, "
97
  "please contact us"
@@ -99,15 +154,16 @@ msgstr ""
99
  "Coś poszło nie tak. Spróbuj ponownie później. Jeśli błąd pojawi się ponownie "
100
  "proszę skontaktować się z nami"
101
 
102
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
103
  msgid "We are sorry for inconvenience."
104
  msgstr "Przepraszamy za niedogodności."
105
 
106
- #: bws_functions.php:250
107
  msgid "This license key is bind to another site"
108
  msgstr "Ta licencja została przypisana do innej strony."
109
 
110
- #: bws_functions.php:252 bws_functions.php:416
111
  msgid ""
112
  "Unfortunately, you have exceeded the number of available tries per day. "
113
  "Please, upload the plugin manually."
@@ -115,7 +171,7 @@ msgstr ""
115
  "Niestety, przekroczono liczb dostępnych prób na dziś. Proszę dodać wtyczkę "
116
  "manualnie."
117
 
118
- #: bws_functions.php:254
119
  msgid ""
120
  "Unfortunately, Your license has expired. To continue getting top-priority "
121
  "support and plugin updates you should extend it in your"
@@ -123,7 +179,7 @@ msgstr ""
123
  "Niestety, Twoja licencja wygasła. By nadal korzystać z szybkiego dostępu do "
124
  "wsparcia oraz aktualizacji powinieneś przedłużyć licencję."
125
 
126
- #: bws_functions.php:256
127
  msgid ""
128
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
129
  "Trial license can be installed only once."
@@ -131,31 +187,32 @@ msgstr ""
131
  "Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
132
  "może być wykorzystana tylko raz."
133
 
134
- #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
 
135
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
136
  msgstr ""
137
  "Pobieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
138
  "manualnie"
139
 
140
- #: bws_functions.php:289
141
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
142
  msgstr ""
143
  "Otwieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
144
  "manualnie"
145
 
146
- #: bws_functions.php:295
147
  msgid ""
148
  "Your server does not support either ZipArchive or Phar. Please, upload the "
149
  "plugin manually"
150
  msgstr ""
151
  "Twój serwer nie wspiera ZipAcrchive lub Phar. Proszę dodać wtyczkę manualnie"
152
 
153
- #: bws_functions.php:302
154
  msgid "UploadDir is not writable. Please, upload the plugin manually"
155
  msgstr ""
156
  "Folder uploadu jest chroniony przez zapisem. Proszę dodać wtyczkę manualnie"
157
 
158
- #: bws_functions.php:325
159
  msgid ""
160
  "Something went wrong. Try again later or upload the plugin manually. We are "
161
  "sorry for inconvenience."
@@ -163,68 +220,63 @@ msgstr ""
163
  "Coś poszło nie tak. Spróbuj ponowie później lub dodaj wtyczkę manualnie. "
164
  "Przepraszamy za niedogodności."
165
 
166
- #: bws_functions.php:350
167
  msgid "Please, enter Your license key"
168
  msgstr "Proszę podać klucz licencji."
169
 
170
- #: bws_functions.php:380
 
171
  msgid ""
172
- "Congratulations! The Pro version of the plugin is successfully download and "
173
  "activated."
174
  msgstr "Gratulacje! Wersja PRO została pobrana i aktywowana pomyślnie."
175
 
176
- #: bws_functions.php:382 bws_functions.php:473
177
  msgid "Please, go to"
178
  msgstr "Proszę przejść do"
179
 
180
- #: bws_functions.php:382 bws_functions.php:473
181
  msgid "the setting page"
182
  msgstr "ustawień"
183
 
184
- #: bws_functions.php:383 bws_functions.php:474
185
  msgid "You will be redirected automatically in 5 seconds."
186
  msgstr "Zostaniesz automatycznie przekierowany w ciągu 5 sekund."
187
 
188
- #: bws_functions.php:390
189
  msgid "Show Pro features"
190
  msgstr "Pokaż funkcje PRO"
191
 
192
- #: bws_functions.php:397
193
- msgid "You can download and activate"
194
- msgstr "Możesz pobrać i aktywować wersję"
195
 
196
- #: bws_functions.php:399
197
- msgid "version of this plugin by entering Your license key."
198
- msgstr "wtyczki poprzez podanie klucza licencji."
 
199
 
200
- #: bws_functions.php:401 bws_functions.php:442
201
- msgid ""
202
- "You can find your license key on your personal page Client area, by clicking "
203
- "on the link"
204
  msgstr ""
205
- "Możesz znaleźć Twój klucz licencji na indywidualnej stronie w Panelu Klienta "
206
- "poprzez kliknięcie w link"
207
 
208
- #: bws_functions.php:403 bws_functions.php:444
209
- msgid "(your username is the email you specify when purchasing the product)."
 
210
  msgstr "(twoja nazwa użytkownika to email podany podczas zakupu)."
211
 
212
- #: bws_functions.php:407 bws_functions.php:691
213
- msgid "or"
214
- msgstr "lub"
215
-
216
- #: bws_functions.php:407
217
  #, php-format
218
  msgid "Start Your Free %s-Day Trial Now"
219
  msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
220
 
221
- #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
222
- #: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
223
- #: bws_menu.php:750
224
  msgid "Activate"
225
  msgstr "Aktywuj"
226
 
227
- #: bws_functions.php:439 bws_functions.php:532
228
  #, php-format
229
  msgid ""
230
  "In order to continue using the plugin it is necessary to buy a %s license."
@@ -232,28 +284,28 @@ msgstr ""
232
  "W celu dalszego wykorzystywania wtyczki niezbędne jest wykupienie licencji "
233
  "%s."
234
 
235
- #: bws_functions.php:440
236
  msgid "After that you can activate it by entering your license key."
237
  msgstr "Po wszystkim możesz aktywować wtyczkę poprzez podanie klucza licencji."
238
 
239
- #: bws_functions.php:454
240
  msgid "Unfortunately, you have exceeded the number of available tries per day."
241
  msgstr "Niestety, przekroczono dzienną liczbę dostępnych prób."
242
 
243
- #: bws_functions.php:471
244
  msgid ""
245
  "Congratulations! The Pro license of the plugin is successfully activated."
246
  msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
247
 
248
- #: bws_functions.php:512
249
  msgid "Wrong license key."
250
  msgstr "Niepoprawny klucz licencji"
251
 
252
- #: bws_functions.php:514
253
  msgid "This license key is bind to another site."
254
  msgstr "Klucz licencji został przypisany do innej strony."
255
 
256
- #: bws_functions.php:516
257
  msgid ""
258
  "This license key is valid, but Your license has expired. If you want to "
259
  "update our plugin in future, you should extend the license."
@@ -261,11 +313,11 @@ msgstr ""
261
  "Klucz jest poprawny, jednak Twoja licencja wygasła. Jeśli chcesz "
262
  "aktualizować naszą wtyczkę w przyszłości powinieneś przedłużyć licencję."
263
 
264
- #: bws_functions.php:518
265
  msgid "Unfortunately, you have exceeded the number of available tries."
266
  msgstr "Niestety, przekroczono liczbę dostępnych prób."
267
 
268
- #: bws_functions.php:520
269
  msgid ""
270
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
271
  "The Pro Trial license can be installed only once."
@@ -273,23 +325,23 @@ msgstr ""
273
  "Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
274
  "może być wykorzystana tylko raz."
275
 
276
- #: bws_functions.php:524
277
  msgid "The Pro Trial license key is valid."
278
  msgstr "Klucz licencji do testowej wersji PRO jest poprawny."
279
 
280
- #: bws_functions.php:526
281
  msgid "The license key is valid."
282
  msgstr "Klucz licencji jest poprawny"
283
 
284
- #: bws_functions.php:529
285
  msgid "Your license will expire on"
286
  msgstr "Twoja licencja wygaśnie"
287
 
288
- #: bws_functions.php:562
289
  msgid "Please, enter your license key"
290
  msgstr "Podaj klucz licencji"
291
 
292
- #: bws_functions.php:575
293
  msgid ""
294
  "If needed you can check if the license key is correct or reenter it in the "
295
  "field below. You can find your license key on your personal page - Client "
@@ -299,23 +351,24 @@ msgstr ""
299
  "w polu poniżej. Możesz znaleźć swój klucz na naszej stronie w strefie - "
300
  "Panel Klienta"
301
 
302
- #: bws_functions.php:575
 
303
  msgid ""
304
- "(your username is the email you specify when purchasing the product). If "
305
  "necessary, please submit \"Lost your password?\" request."
306
  msgstr ""
307
  "(login to adres email podany przy zakupie). Jeśli to koniczne użyj opcji "
308
  "\"Zgubiłeś swoje hasło?\"."
309
 
310
- #: bws_functions.php:579
311
  msgid "Check license key"
312
  msgstr "Sprawdź klucz licencji"
313
 
314
- #: bws_functions.php:593
315
  msgid "WARNING: Illegal use notification"
316
  msgstr "UWAGA: Odnotowano nielegalne użycie"
317
 
318
- #: bws_functions.php:593
319
  msgid ""
320
  "You can use one license of the Pro plugin for one domain only. Please check "
321
  "and edit your license or domain if necessary using you personal Client Area. "
@@ -327,7 +380,7 @@ msgstr ""
327
  "Panel Klienta. Zalecamy rozwiązanie tego problemu w przeciągu 24 godzin, w "
328
  "przeciwnym wypadku wersja PRO zostanie zablokowana."
329
 
330
- #: bws_functions.php:601
331
  msgid ""
332
  "Notice: Your Pro Trial license has expired. To continue using the plugin you "
333
  "should buy a Pro license"
@@ -335,7 +388,7 @@ msgstr ""
335
  "Uwaga: Testowa wersja PRO niestety wygasła. Aby kontynuować korzystanie z "
336
  "naszej wtyczki powinieneś zakupić klucz licencji."
337
 
338
- #: bws_functions.php:603
339
  msgid ""
340
  "Your license has expired. To continue getting top-priority support and "
341
  "plugin updates you should extend it."
@@ -343,83 +396,65 @@ msgstr ""
343
  "Twoja licencja wygasła. Aby podtrzymać szybki dostęp do pomocy i "
344
  "aktualizacji powinieneś przedłużyć licencję."
345
 
346
- #: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
347
- #: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
348
- #: bws_menu.php:794
349
  msgid "Learn more"
350
  msgstr "Dowiedz się więcej"
351
 
352
- #: bws_functions.php:613
353
  #, php-format
354
  msgid "Notice: You are using the Pro Trial license of %s plugin."
355
  msgstr "Uwaga: Wykorzystujesz próbną licencję wersji PRO dla %s."
356
 
357
- #: bws_functions.php:615
358
  msgid "Notice: You are using the Pro Trial license of plugin."
359
  msgstr "Uwaga: Wykorzystywana jest próbna licencja wtyczki."
360
 
361
- #: bws_functions.php:618
362
  msgid "The Pro Trial license will expire on"
363
  msgstr "Licencja próbna wygaśnie"
364
 
365
- #: bws_functions.php:656
366
  msgid "You license for"
367
  msgstr "Twoja licencja na"
368
 
369
- #: bws_functions.php:656
370
  msgid "expires on"
371
  msgstr "wygasa"
372
 
373
- #: bws_functions.php:656
374
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
375
  msgstr ""
376
  "zostaniesz wówczas pozbawiony SZYBKIEGO DOSTĘDO DO SUPPORTU oraz "
377
  "AKTUALIZACJI."
378
 
379
- #: bws_functions.php:687
380
- msgid "Thank you for installing"
381
- msgstr "Dziękujemy za instalację"
382
-
383
- #: bws_functions.php:688
384
- msgid "Let's get started"
385
- msgstr "Zaczynajmny"
386
-
387
- #: bws_functions.php:689
388
- msgid "Configure Settings"
389
- msgstr "Konfiguruj Ustawienia"
390
-
391
- #: bws_functions.php:692
392
- msgid "Add New"
393
- msgstr "Dodaj nowy"
394
-
395
- #: bws_functions.php:750
396
  #, fuzzy
397
  msgid "Thank you for choosing"
398
  msgstr "Dziękujemy za instalację"
399
 
400
- #: bws_functions.php:751
401
  msgid ""
402
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
403
  "we'd love to hear about it!"
404
  msgstr ""
405
 
406
- #: bws_functions.php:752
407
  msgid "Suggest a Feature"
408
  msgstr ""
409
 
410
- #: bws_functions.php:768
411
  msgid "Notice"
412
  msgstr "Uwaga"
413
 
414
- #: bws_functions.php:768
415
  msgid "The plugin's settings have been changed."
416
  msgstr "Ustawienia wtyczki zostały zmienione."
417
 
418
- #: bws_functions.php:769 bws_functions.php:1240
419
  msgid "Save Changes"
420
  msgstr "Zapisz zmiany"
421
 
422
- #: bws_functions.php:786
423
  msgid ""
424
  "You can always look at premium options by clicking on the \"Show Pro features"
425
  "\" in the \"Go PRO\" tab"
@@ -427,375 +462,557 @@ msgstr ""
427
  "Zawsze możesz sprawdzić funkcje premium poprzez kliknięcie \"Pokaż funkcje "
428
  "PRO\" w zakładce \"Go PRO\""
429
 
430
- #: bws_functions.php:886
431
  #, fuzzy
432
  msgid "Add shortcode"
433
  msgstr "Dodaj BWS Shortcode"
434
 
435
- #: bws_functions.php:886
436
  msgid "Add BestWebSoft plugins' shortcodes using this button."
437
  msgstr ""
438
 
439
- #: bws_functions.php:935
440
  msgid "Close"
441
  msgstr "Zamknij"
442
 
443
- #: bws_functions.php:1027
444
  msgid "Restore all plugin settings to defaults"
445
  msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
446
 
447
- #: bws_functions.php:1029
448
  msgid "Restore settings"
449
  msgstr "Przywróć ustawienia"
450
 
451
- #: bws_functions.php:1040
452
  msgid "Are you sure you want to restore all settings by default?"
453
  msgstr ""
454
  "Czy jesteś pewien, że chcesz przywrócić wszystkie ustawienia do wartości "
455
  "domyślnych?"
456
 
457
- #: bws_functions.php:1043
458
  msgid "Yes, restore all settings"
459
  msgstr "Tak, przywróć wszystkie ustawienia"
460
 
461
- #: bws_functions.php:1044
462
  msgid "No, go back to the settings page"
463
  msgstr "Nie, wróć do ustawień"
464
 
465
- #: bws_functions.php:1090
466
  msgid "Plugin"
467
  msgstr "Wtyczka"
468
 
469
- #: bws_functions.php:1099
470
  msgid "Shortcode settings"
471
  msgstr "Ustawienia shortcode"
472
 
473
- #: bws_functions.php:1104
474
  msgid "The shortcode will be inserted"
475
  msgstr "Shortcode zostanie umieszczony"
476
 
477
- #: bws_functions.php:1109
478
  msgid "Insert"
479
  msgstr "Umieść"
480
 
481
- #: bws_functions.php:1140
482
  msgid "Visit Help Center"
483
  msgstr ""
484
 
485
- #: bws_functions.php:1145
486
  msgid "FAQ"
487
  msgstr "FAQ"
488
 
489
- #: bws_functions.php:1151
490
  msgid "For more information:"
491
  msgstr ""
492
 
493
- #: bws_functions.php:1152
494
  msgid "Documentation"
495
  msgstr ""
496
 
497
- #: bws_functions.php:1153
498
  msgid "Video Instructions"
499
  msgstr ""
500
 
501
- #: bws_functions.php:1154
502
  #, fuzzy
503
  msgid "Submit a Request"
504
  msgstr "送信ボタン"
505
 
506
- #: bws_functions.php:1165
507
  msgid "You do not have sufficient permissions to edit plugins for this site."
508
  msgstr ""
509
 
510
- #: bws_functions.php:1196
511
- msgid "File edited successfully."
 
512
  msgstr ""
513
 
514
- #: bws_functions.php:1198
515
  msgid "Not enough permissions to create or update the file"
516
  msgstr ""
517
 
518
- #: bws_functions.php:1222
 
 
 
 
519
  msgid "These styles will be added to the header on all pages of your site."
520
  msgstr ""
521
 
522
- #: bws_functions.php:1225
 
 
 
 
 
 
 
523
  msgid "Editing"
524
  msgstr ""
525
 
526
- #: bws_functions.php:1227
527
  msgid "Browsing"
528
  msgstr ""
529
 
530
- #: bws_functions.php:1235
531
- #, fuzzy
532
- msgid "Learn more about CSS"
533
  msgstr "Dowiedz się więcej"
534
 
535
- #: bws_functions.php:1243
536
  #, php-format
537
  msgid ""
538
- "You need to make this file writable before you can save your changes. See %s "
539
- "the Codex %s for more information."
540
  msgstr ""
541
 
542
- #: bws_menu.php:509
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
543
  msgid "Not set"
544
  msgstr "Nie ustawiono"
545
 
546
- #: bws_menu.php:511 bws_menu.php:512
547
  msgid "On"
548
  msgstr "Włączone"
549
 
550
- #: bws_menu.php:511 bws_menu.php:512
551
  msgid "Off"
552
  msgstr "Wyłączone"
553
 
554
- #: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
555
- #: bws_menu.php:517 bws_menu.php:529
556
  msgid "N/A"
557
  msgstr "Brak danych"
558
 
559
- #: bws_menu.php:517
560
  msgid " Mb"
561
  msgstr " Mb"
562
 
563
- #: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
564
  msgid "Yes"
565
  msgstr "Tak"
566
 
567
- #: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
568
  msgid "No"
569
  msgstr "Nie"
570
 
571
- #: bws_menu.php:537
572
  msgid "Operating System"
573
  msgstr "System operacyjny"
574
 
575
- #: bws_menu.php:538
576
  msgid "Server"
577
  msgstr "Serwer"
578
 
579
- #: bws_menu.php:539
580
  msgid "Memory usage"
581
  msgstr "Wykorzystanie pamięci"
582
 
583
- #: bws_menu.php:540
584
  msgid "MYSQL Version"
585
  msgstr "Wersja MySQL"
586
 
587
- #: bws_menu.php:541
588
  msgid "SQL Mode"
589
  msgstr "Tryb SQL"
590
 
591
- #: bws_menu.php:542
592
  msgid "PHP Version"
593
  msgstr "Wersja PHP"
594
 
595
- #: bws_menu.php:543
596
  msgid "PHP Safe Mode"
597
  msgstr "PHP Safe Mode"
598
 
599
- #: bws_menu.php:544
600
  msgid "PHP Allow URL fopen"
601
  msgstr "Zezwól na PHP fopen"
602
 
603
- #: bws_menu.php:545
604
  msgid "PHP Memory Limit"
605
  msgstr "PHP Limit pamięci"
606
 
607
- #: bws_menu.php:546
608
  msgid "PHP Max Upload Size"
609
  msgstr "PHP Max rozmiar przesyłanego pliku"
610
 
611
- #: bws_menu.php:547
612
  msgid "PHP Max Post Size"
613
  msgstr "PHP Max rozmiar przesyłania POST"
614
 
615
- #: bws_menu.php:548
616
  msgid "PHP Max Script Execute Time"
617
  msgstr "PHP Max czas przetwarzania skryptu"
618
 
619
- #: bws_menu.php:549
620
  msgid "PHP Exif support"
621
  msgstr "PHP Wsparcie Exif"
622
 
623
- #: bws_menu.php:550
624
  msgid "PHP IPTC support"
625
  msgstr "PHP Wsparcie IPTC"
626
 
627
- #: bws_menu.php:551
628
  msgid "PHP XML support"
629
  msgstr "PHP Wsparcie XML"
630
 
631
- #: bws_menu.php:552
632
  msgid "Site URL"
633
  msgstr "Adres strony:"
634
 
635
- #: bws_menu.php:553
636
  msgid "Home URL"
637
  msgstr "Adres strony głównej:"
638
 
639
- #: bws_menu.php:556
640
  msgid "WordPress Version"
641
  msgstr "Wersja WordPress"
642
 
643
- #: bws_menu.php:557
644
  msgid "WordPress DB Version"
645
  msgstr "Wersja Bazy Danych dla WordPress"
646
 
647
- #: bws_menu.php:558
648
  msgid "Multisite"
649
  msgstr "Multisite"
650
 
651
- #: bws_menu.php:559
652
  msgid "Active Theme"
653
  msgstr "Aktywny motyw"
654
 
655
- #: bws_menu.php:574
656
  msgid "Please enter a valid email address."
657
  msgstr "Podaj poprawny adres email"
658
 
659
- #: bws_menu.php:578
660
  msgid "Email with system info is sent to "
661
  msgstr "Wiadomość z informacjami systemowymi zostanie wysłana do "
662
 
663
- #: bws_menu.php:582
664
  msgid "Thank you for contacting us."
665
  msgstr "Dziękujemy za kontakt."
666
 
667
- #: bws_menu.php:615
668
  msgid "Sorry, email message could not be delivered."
669
  msgstr "Przepraszamy, wiadomość nie została dostarczona."
670
 
671
- #: bws_menu.php:622
672
- msgid "Need help?"
673
- msgstr "Potrzebujesz pomocy?"
674
 
675
- #: bws_menu.php:623
676
- msgid "Client area"
 
 
 
 
 
 
 
 
 
677
  msgstr "Panel Klienta"
678
 
679
- #: bws_menu.php:624 bws_menu.php:933
680
- msgid "System status"
681
- msgstr "Status systemu"
 
682
 
683
- #: bws_menu.php:629
684
- msgid "Plugins"
685
- msgstr "Wtyczki"
 
 
 
686
 
687
- #: bws_menu.php:630
688
- msgid "Themes"
689
- msgstr "Motywy"
 
690
 
691
- #: bws_menu.php:634
692
- msgid "All"
693
- msgstr "Wszystko"
 
694
 
695
- #: bws_menu.php:635
696
- msgid "Installed"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
697
  msgstr "Zainstalowane"
698
 
699
- #: bws_menu.php:636
700
- msgid "Recommended"
701
- msgstr "Polecane"
702
 
703
- #: bws_menu.php:640
704
- msgid "Installed plugins"
 
 
 
 
 
705
  msgstr "Zainstalowane"
706
 
707
- #: bws_menu.php:672 bws_menu.php:721
708
- msgid "Settings"
709
- msgstr "Ustawienia"
 
710
 
711
- #: bws_menu.php:693 bws_menu.php:750
712
- msgid "Activate this plugin"
713
- msgstr "Aktywuj wtyczkę"
 
714
 
715
- #: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
716
- msgid "Go"
717
- msgstr "Go"
718
 
719
- #: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
720
- msgid "DONATE"
721
- msgstr "DOTACJA"
722
 
723
- #: bws_menu.php:758
724
- msgid "Recommended plugins"
725
- msgstr "Polecane"
726
 
727
- #: bws_menu.php:796
728
- msgid "Install now"
729
- msgstr "Instaluj teraz"
 
730
 
731
- #: bws_menu.php:817
732
- msgid "Try again"
733
- msgstr "Spróbuj ponownie"
734
 
735
- #: bws_menu.php:835
736
- #, php-format
737
- msgid "Preview &#8220;%s&#8221;"
738
- msgstr "Podgląd &#8220;%s&#8221;"
739
 
740
- #: bws_menu.php:866
741
- #, php-format
742
- msgid "Install %s"
743
- msgstr "Instaluj %s"
744
 
745
- #: bws_menu.php:866
 
 
 
 
 
746
  msgid "Install Now"
747
  msgstr "Instaluj teraz"
748
 
749
- #: bws_menu.php:869
750
- #, php-format
751
- msgid "Update to version %s"
752
- msgstr "Aktualizuj do wersji %s"
 
 
 
753
 
754
- #: bws_menu.php:869
755
- msgid "Update"
756
- msgstr "Aktualizuj"
757
 
758
- #: bws_menu.php:876
759
- #, php-format
760
- msgid "Preview %s"
761
- msgstr "Podgląd %s"
762
 
763
- #: bws_menu.php:876
764
- msgid "Preview"
765
- msgstr "Podgląd"
766
 
767
- #: bws_menu.php:882 bws_menu.php:914
768
  #, php-format
769
  msgid "By %s"
770
  msgstr "Od %s"
771
 
772
- #: bws_menu.php:888
773
- msgid "Details"
774
- msgstr "Szczegóły"
775
-
776
- #: bws_menu.php:920
777
  msgid "Already Installed"
778
  msgstr "Zainstalowane"
779
 
780
- #: bws_menu.php:936
 
 
 
 
 
 
 
 
 
 
 
 
781
  msgid "Environment"
782
  msgstr "Środowisko"
783
 
784
- #: bws_menu.php:947
785
  msgid "Active Plugins"
786
  msgstr "Aktywne wtyczki"
787
 
788
- #: bws_menu.php:960
789
  msgid "Inactive Plugins"
790
  msgstr "Nieaktywne wtyczki"
791
 
792
- #: bws_menu.php:976
793
- msgid "Send to support"
794
- msgstr "Wyślij do supportu"
795
 
796
- #: bws_menu.php:983
797
- msgid "Send to custom email &#187;"
798
- msgstr "Prześlij na własny adres &#187;"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
799
 
800
  #~ msgid "Add BWS Plugins Shortcode"
801
  #~ msgstr "Dodaj BWS Shortcode"
@@ -821,10 +1038,6 @@ msgstr "Prześlij na własny adres &#187;"
821
  #~ msgid "Install now from wordpress.org"
822
  #~ msgstr "wordpress.org から直ぐに導入"
823
 
824
- #, fuzzy
825
- #~ msgid "Activated theme"
826
- #~ msgstr "有効なテーマ"
827
-
828
  #, fuzzy
829
  #~ msgid "Installed themes"
830
  #~ msgstr "%s 導入"
@@ -1134,9 +1347,6 @@ msgstr "Prześlij na własny adres &#187;"
1134
  #~ msgid "Text"
1135
  #~ msgstr "文字"
1136
 
1137
- #~ msgid "Redirect to the page"
1138
- #~ msgstr "ページに転送"
1139
-
1140
  #~ msgid "Url"
1141
  #~ msgstr "Url"
1142
 
@@ -1279,9 +1489,6 @@ msgstr "Prześlij na własny adres &#187;"
1279
  #~ msgstr ""
1280
  #~ "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
1281
 
1282
- #~ msgid "Support"
1283
- #~ msgstr "サポート"
1284
-
1285
  #~ msgid "Contact Form Options"
1286
  #~ msgstr "コンタクトフォーム オプション"
1287
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-06-30 14:13+0300\n"
6
+ "PO-Revision-Date: 2016-06-30 14:13+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:38 bws_menu.php:282 bws_menu.php:330
22
+ msgid "Plugins"
23
+ msgstr "Wtyczki"
24
+
25
+ #: bws_functions.php:39 bws_menu.php:283 bws_menu.php:579
26
+ msgid "Themes"
27
+ msgstr "Motywy"
28
+
29
+ #: bws_functions.php:40
30
+ #, fuzzy
31
+ msgid "System Status"
32
+ msgstr "Status systemu"
33
+
34
+ #: bws_functions.php:75 bws_functions.php:101
35
  msgid "requires"
36
  msgstr "wymaga wersja"
37
 
38
+ #: bws_functions.php:77
39
  msgid ""
40
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
41
  "try again."
43
  "lub nowsza, dlatego wtyczka została wyłączona. Zaktualizuj WordPress i "
44
  "spróbuj ponownie."
45
 
46
+ #: bws_functions.php:78
47
  msgid "Back to the WordPress"
48
  msgstr "Wróć do WordPress"
49
 
50
+ #: bws_functions.php:80
51
  msgid "Plugins page"
52
  msgstr "Wtyczki"
53
 
54
+ #: bws_functions.php:103
55
  msgid ""
56
  "or higher! We do not guarantee that our plugin will work correctly. Please "
57
  "upgrade to WordPress latest version."
59
  "lub nowsza! Nie gwarantujemy, że nasza wtyczka będzie działała poprawnie. "
60
  "Proszę zaktualizować WordPress do najnowszej wersji."
61
 
62
+ #: bws_functions.php:118
63
+ msgid "Thank you for installing"
64
+ msgstr "Dziękujemy za instalację"
65
+
66
+ #: bws_functions.php:119
67
+ msgid "Let's get started"
68
+ msgstr "Zaczynajmny"
69
+
70
+ #: bws_functions.php:120 bws_functions.php:153 bws_menu.php:525
71
+ #: bws_menu.php:527
72
+ msgid "Settings"
73
+ msgstr "Ustawienia"
74
+
75
+ #: bws_functions.php:122 bws_functions.php:479
76
+ msgid "or"
77
+ msgstr "lub"
78
+
79
+ #: bws_functions.php:123 bws_functions.php:155
80
+ msgid "Add New"
81
+ msgstr "Dodaj nowy"
82
+
83
+ #: bws_functions.php:127 bws_functions.php:137 bws_functions.php:213
84
+ #: bws_functions.php:724 bws_functions.php:828
85
  msgid "Close notice"
86
  msgstr "Zamknij powiadomienie"
87
 
88
+ #: bws_functions.php:142
89
+ #, fuzzy
90
+ msgid "Thank you for installing plugins by BestWebSoft!"
91
+ msgstr "Dziękujemy za instalację"
92
+
93
+ #: bws_functions.php:144
94
+ #, fuzzy
95
+ msgid "More Details"
96
+ msgstr "Szczegóły"
97
+
98
+ #: bws_functions.php:145
99
+ #, fuzzy
100
+ msgid "Less Details"
101
+ msgstr "Szczegóły"
102
+
103
+ #: bws_functions.php:218
104
  msgid "It’s time to upgrade your"
105
  msgstr "Czas by zaktualizować"
106
 
107
+ #: bws_functions.php:218
108
  msgid "to"
109
  msgstr "do"
110
 
111
+ #: bws_functions.php:218
112
  msgid "version!"
113
  msgstr "wersji!"
114
 
115
+ #: bws_functions.php:219
116
  msgid "Extend standard plugin functionality with new great options."
117
  msgstr "Rozszerz podstawowe funkcje wtyczki o nowe wspaniałe opcje."
118
 
119
+ #: bws_functions.php:222 bws_functions.php:665 bws_menu.php:595
120
  msgid "Learn More"
121
  msgstr "Dowiedz się więcej"
122
 
123
+ #: bws_functions.php:239
124
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
125
  msgstr "Jeśli polubiłeś naszą wtyczkę daj nam 5 gwiazdek"
126
 
127
+ #: bws_functions.php:240
128
  msgid "Rate the plugin"
129
  msgstr "Oceń wtyczkę"
130
 
131
+ #: bws_functions.php:243
132
  msgid "If there is something wrong about it, please contact us"
133
  msgstr "Jeśli wystąpią problemy proszę, skontaktuj się z nami"
134
 
135
+ #: bws_functions.php:247
136
+ msgid "Donations play an important role in supporting great projects"
137
+ msgstr ""
138
+
139
+ #: bws_functions.php:277
140
  msgid "Check premium options on the plugin settings page!"
141
  msgstr "Sprawdź dodatkowe opcje premium w ustawieniach wtyczki."
142
 
143
+ #: bws_functions.php:284 bws_functions.php:320 bws_menu.php:87
144
+ #: bws_menu.php:114
145
  msgid "Wrong license key"
146
  msgstr "Niepoprawny klucz licencji"
147
 
148
+ #: bws_functions.php:314 bws_functions.php:578 bws_functions.php:629
149
+ #: bws_menu.php:108
150
  msgid ""
151
  "Something went wrong. Please try again later. If the error appears again, "
152
  "please contact us"
154
  "Coś poszło nie tak. Spróbuj ponownie później. Jeśli błąd pojawi się ponownie "
155
  "proszę skontaktować się z nami"
156
 
157
+ #: bws_functions.php:314 bws_functions.php:578 bws_functions.php:629
158
+ #: bws_menu.php:108
159
  msgid "We are sorry for inconvenience."
160
  msgstr "Przepraszamy za niedogodności."
161
 
162
+ #: bws_functions.php:322
163
  msgid "This license key is bind to another site"
164
  msgstr "Ta licencja została przypisana do innej strony."
165
 
166
+ #: bws_functions.php:324 bws_functions.php:488
167
  msgid ""
168
  "Unfortunately, you have exceeded the number of available tries per day. "
169
  "Please, upload the plugin manually."
171
  "Niestety, przekroczono liczb dostępnych prób na dziś. Proszę dodać wtyczkę "
172
  "manualnie."
173
 
174
+ #: bws_functions.php:326 bws_menu.php:120
175
  msgid ""
176
  "Unfortunately, Your license has expired. To continue getting top-priority "
177
  "support and plugin updates you should extend it in your"
179
  "Niestety, Twoja licencja wygasła. By nadal korzystać z szybkiego dostępu do "
180
  "wsparcia oraz aktualizacji powinieneś przedłużyć licencję."
181
 
182
+ #: bws_functions.php:328 bws_menu.php:122
183
  msgid ""
184
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
185
  "Trial license can be installed only once."
187
  "Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
188
  "może być wykorzystana tylko raz."
189
 
190
+ #: bws_functions.php:349 bws_functions.php:371 bws_functions.php:393
191
+ #: bws_menu.php:370 bws_menu.php:401 bws_menu.php:412
192
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
193
  msgstr ""
194
  "Pobieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
195
  "manualnie"
196
 
197
+ #: bws_functions.php:361 bws_menu.php:387
198
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
199
  msgstr ""
200
  "Otwieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
201
  "manualnie"
202
 
203
+ #: bws_functions.php:367 bws_menu.php:394
204
  msgid ""
205
  "Your server does not support either ZipArchive or Phar. Please, upload the "
206
  "plugin manually"
207
  msgstr ""
208
  "Twój serwer nie wspiera ZipAcrchive lub Phar. Proszę dodać wtyczkę manualnie"
209
 
210
+ #: bws_functions.php:374 bws_menu.php:404
211
  msgid "UploadDir is not writable. Please, upload the plugin manually"
212
  msgstr ""
213
  "Folder uploadu jest chroniony przez zapisem. Proszę dodać wtyczkę manualnie"
214
 
215
+ #: bws_functions.php:397 bws_menu.php:139
216
  msgid ""
217
  "Something went wrong. Try again later or upload the plugin manually. We are "
218
  "sorry for inconvenience."
220
  "Coś poszło nie tak. Spróbuj ponowie później lub dodaj wtyczkę manualnie. "
221
  "Przepraszamy za niedogodności."
222
 
223
+ #: bws_functions.php:422
224
  msgid "Please, enter Your license key"
225
  msgstr "Proszę podać klucz licencji."
226
 
227
+ #: bws_functions.php:452
228
+ #, fuzzy
229
  msgid ""
230
+ "Congratulations! Pro version of the plugin is successfully installed and "
231
  "activated."
232
  msgstr "Gratulacje! Wersja PRO została pobrana i aktywowana pomyślnie."
233
 
234
+ #: bws_functions.php:454 bws_functions.php:545
235
  msgid "Please, go to"
236
  msgstr "Proszę przejść do"
237
 
238
+ #: bws_functions.php:454 bws_functions.php:545
239
  msgid "the setting page"
240
  msgstr "ustawień"
241
 
242
+ #: bws_functions.php:455 bws_functions.php:546
243
  msgid "You will be redirected automatically in 5 seconds."
244
  msgstr "Zostaniesz automatycznie przekierowany w ciągu 5 sekund."
245
 
246
+ #: bws_functions.php:462
247
  msgid "Show Pro features"
248
  msgstr "Pokaż funkcje PRO"
249
 
250
+ #: bws_functions.php:469
251
+ msgid "Enter your license key to install and activate"
252
+ msgstr ""
253
 
254
+ #: bws_functions.php:471
255
+ #, fuzzy
256
+ msgid "version of the plugin."
257
+ msgstr "Oceń wtyczkę"
258
 
259
+ #: bws_functions.php:473 bws_functions.php:514
260
+ msgid "License key can be found in the"
 
 
261
  msgstr ""
 
 
262
 
263
+ #: bws_functions.php:475 bws_functions.php:516
264
+ #, fuzzy
265
+ msgid "(your username is the email address specified during the purchase)."
266
  msgstr "(twoja nazwa użytkownika to email podany podczas zakupu)."
267
 
268
+ #: bws_functions.php:479
 
 
 
 
269
  #, php-format
270
  msgid "Start Your Free %s-Day Trial Now"
271
  msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
272
 
273
+ #: bws_functions.php:485 bws_functions.php:494 bws_functions.php:524
274
+ #: bws_functions.php:532 bws_functions.php:1398 bws_menu.php:531
275
+ #: bws_menu.php:540
276
  msgid "Activate"
277
  msgstr "Aktywuj"
278
 
279
+ #: bws_functions.php:511 bws_functions.php:604
280
  #, php-format
281
  msgid ""
282
  "In order to continue using the plugin it is necessary to buy a %s license."
284
  "W celu dalszego wykorzystywania wtyczki niezbędne jest wykupienie licencji "
285
  "%s."
286
 
287
+ #: bws_functions.php:512
288
  msgid "After that you can activate it by entering your license key."
289
  msgstr "Po wszystkim możesz aktywować wtyczkę poprzez podanie klucza licencji."
290
 
291
+ #: bws_functions.php:526 bws_menu.php:118 bws_menu.php:306
292
  msgid "Unfortunately, you have exceeded the number of available tries per day."
293
  msgstr "Niestety, przekroczono dzienną liczbę dostępnych prób."
294
 
295
+ #: bws_functions.php:543
296
  msgid ""
297
  "Congratulations! The Pro license of the plugin is successfully activated."
298
  msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
299
 
300
+ #: bws_functions.php:584
301
  msgid "Wrong license key."
302
  msgstr "Niepoprawny klucz licencji"
303
 
304
+ #: bws_functions.php:586
305
  msgid "This license key is bind to another site."
306
  msgstr "Klucz licencji został przypisany do innej strony."
307
 
308
+ #: bws_functions.php:588
309
  msgid ""
310
  "This license key is valid, but Your license has expired. If you want to "
311
  "update our plugin in future, you should extend the license."
313
  "Klucz jest poprawny, jednak Twoja licencja wygasła. Jeśli chcesz "
314
  "aktualizować naszą wtyczkę w przyszłości powinieneś przedłużyć licencję."
315
 
316
+ #: bws_functions.php:590
317
  msgid "Unfortunately, you have exceeded the number of available tries."
318
  msgstr "Niestety, przekroczono liczbę dostępnych prób."
319
 
320
+ #: bws_functions.php:592
321
  msgid ""
322
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
323
  "The Pro Trial license can be installed only once."
325
  "Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
326
  "może być wykorzystana tylko raz."
327
 
328
+ #: bws_functions.php:596
329
  msgid "The Pro Trial license key is valid."
330
  msgstr "Klucz licencji do testowej wersji PRO jest poprawny."
331
 
332
+ #: bws_functions.php:598 bws_menu.php:128
333
  msgid "The license key is valid."
334
  msgstr "Klucz licencji jest poprawny"
335
 
336
+ #: bws_functions.php:601 bws_menu.php:130
337
  msgid "Your license will expire on"
338
  msgstr "Twoja licencja wygaśnie"
339
 
340
+ #: bws_functions.php:634
341
  msgid "Please, enter your license key"
342
  msgstr "Podaj klucz licencji"
343
 
344
+ #: bws_functions.php:647
345
  msgid ""
346
  "If needed you can check if the license key is correct or reenter it in the "
347
  "field below. You can find your license key on your personal page - Client "
351
  "w polu poniżej. Możesz znaleźć swój klucz na naszej stronie w strefie - "
352
  "Panel Klienta"
353
 
354
+ #: bws_functions.php:647
355
+ #, fuzzy
356
  msgid ""
357
+ "(your username is the email address specified during the purchase). If "
358
  "necessary, please submit \"Lost your password?\" request."
359
  msgstr ""
360
  "(login to adres email podany przy zakupie). Jeśli to koniczne użyj opcji "
361
  "\"Zgubiłeś swoje hasło?\"."
362
 
363
+ #: bws_functions.php:651 bws_menu.php:304 bws_menu.php:315
364
  msgid "Check license key"
365
  msgstr "Sprawdź klucz licencji"
366
 
367
+ #: bws_functions.php:665
368
  msgid "WARNING: Illegal use notification"
369
  msgstr "UWAGA: Odnotowano nielegalne użycie"
370
 
371
+ #: bws_functions.php:665
372
  msgid ""
373
  "You can use one license of the Pro plugin for one domain only. Please check "
374
  "and edit your license or domain if necessary using you personal Client Area. "
380
  "Panel Klienta. Zalecamy rozwiązanie tego problemu w przeciągu 24 godzin, w "
381
  "przeciwnym wypadku wersja PRO zostanie zablokowana."
382
 
383
+ #: bws_functions.php:673
384
  msgid ""
385
  "Notice: Your Pro Trial license has expired. To continue using the plugin you "
386
  "should buy a Pro license"
388
  "Uwaga: Testowa wersja PRO niestety wygasła. Aby kontynuować korzystanie z "
389
  "naszej wtyczki powinieneś zakupić klucz licencji."
390
 
391
+ #: bws_functions.php:675
392
  msgid ""
393
  "Your license has expired. To continue getting top-priority support and "
394
  "plugin updates you should extend it."
396
  "Twoja licencja wygasła. Aby podtrzymać szybki dostęp do pomocy i "
397
  "aktualizacji powinieneś przedłużyć licencję."
398
 
399
+ #: bws_functions.php:675 bws_functions.php:728 bws_functions.php:1353
 
 
400
  msgid "Learn more"
401
  msgstr "Dowiedz się więcej"
402
 
403
+ #: bws_functions.php:685
404
  #, php-format
405
  msgid "Notice: You are using the Pro Trial license of %s plugin."
406
  msgstr "Uwaga: Wykorzystujesz próbną licencję wersji PRO dla %s."
407
 
408
+ #: bws_functions.php:687
409
  msgid "Notice: You are using the Pro Trial license of plugin."
410
  msgstr "Uwaga: Wykorzystywana jest próbna licencja wtyczki."
411
 
412
+ #: bws_functions.php:690
413
  msgid "The Pro Trial license will expire on"
414
  msgstr "Licencja próbna wygaśnie"
415
 
416
+ #: bws_functions.php:728
417
  msgid "You license for"
418
  msgstr "Twoja licencja na"
419
 
420
+ #: bws_functions.php:728
421
  msgid "expires on"
422
  msgstr "wygasa"
423
 
424
+ #: bws_functions.php:728
425
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
426
  msgstr ""
427
  "zostaniesz wówczas pozbawiony SZYBKIEGO DOSTĘDO DO SUPPORTU oraz "
428
  "AKTUALIZACJI."
429
 
430
+ #: bws_functions.php:823
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
431
  #, fuzzy
432
  msgid "Thank you for choosing"
433
  msgstr "Dziękujemy za instalację"
434
 
435
+ #: bws_functions.php:824
436
  msgid ""
437
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
438
  "we'd love to hear about it!"
439
  msgstr ""
440
 
441
+ #: bws_functions.php:825
442
  msgid "Suggest a Feature"
443
  msgstr ""
444
 
445
+ #: bws_functions.php:841
446
  msgid "Notice"
447
  msgstr "Uwaga"
448
 
449
+ #: bws_functions.php:841
450
  msgid "The plugin's settings have been changed."
451
  msgstr "Ustawienia wtyczki zostały zmienione."
452
 
453
+ #: bws_functions.php:842 bws_functions.php:1409
454
  msgid "Save Changes"
455
  msgstr "Zapisz zmiany"
456
 
457
+ #: bws_functions.php:856
458
  msgid ""
459
  "You can always look at premium options by clicking on the \"Show Pro features"
460
  "\" in the \"Go PRO\" tab"
462
  "Zawsze możesz sprawdzić funkcje premium poprzez kliknięcie \"Pokaż funkcje "
463
  "PRO\" w zakładce \"Go PRO\""
464
 
465
+ #: bws_functions.php:985
466
  #, fuzzy
467
  msgid "Add shortcode"
468
  msgstr "Dodaj BWS Shortcode"
469
 
470
+ #: bws_functions.php:985
471
  msgid "Add BestWebSoft plugins' shortcodes using this button."
472
  msgstr ""
473
 
474
+ #: bws_functions.php:1034
475
  msgid "Close"
476
  msgstr "Zamknij"
477
 
478
+ #: bws_functions.php:1126
479
  msgid "Restore all plugin settings to defaults"
480
  msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
481
 
482
+ #: bws_functions.php:1128
483
  msgid "Restore settings"
484
  msgstr "Przywróć ustawienia"
485
 
486
+ #: bws_functions.php:1139
487
  msgid "Are you sure you want to restore all settings by default?"
488
  msgstr ""
489
  "Czy jesteś pewien, że chcesz przywrócić wszystkie ustawienia do wartości "
490
  "domyślnych?"
491
 
492
+ #: bws_functions.php:1142
493
  msgid "Yes, restore all settings"
494
  msgstr "Tak, przywróć wszystkie ustawienia"
495
 
496
+ #: bws_functions.php:1143
497
  msgid "No, go back to the settings page"
498
  msgstr "Nie, wróć do ustawień"
499
 
500
+ #: bws_functions.php:1189
501
  msgid "Plugin"
502
  msgstr "Wtyczka"
503
 
504
+ #: bws_functions.php:1198
505
  msgid "Shortcode settings"
506
  msgstr "Ustawienia shortcode"
507
 
508
+ #: bws_functions.php:1203
509
  msgid "The shortcode will be inserted"
510
  msgstr "Shortcode zostanie umieszczony"
511
 
512
+ #: bws_functions.php:1208
513
  msgid "Insert"
514
  msgstr "Umieść"
515
 
516
+ #: bws_functions.php:1241
517
  msgid "Visit Help Center"
518
  msgstr ""
519
 
520
+ #: bws_functions.php:1246
521
  msgid "FAQ"
522
  msgstr "FAQ"
523
 
524
+ #: bws_functions.php:1252
525
  msgid "For more information:"
526
  msgstr ""
527
 
528
+ #: bws_functions.php:1253
529
  msgid "Documentation"
530
  msgstr ""
531
 
532
+ #: bws_functions.php:1254
533
  msgid "Video Instructions"
534
  msgstr ""
535
 
536
+ #: bws_functions.php:1255
537
  #, fuzzy
538
  msgid "Submit a Request"
539
  msgstr "送信ボタン"
540
 
541
+ #: bws_functions.php:1266
542
  msgid "You do not have sufficient permissions to edit plugins for this site."
543
  msgstr ""
544
 
545
+ #: bws_functions.php:1317 bws_functions.php:1344
546
+ #, php-format
547
+ msgid "File %s edited successfully."
548
  msgstr ""
549
 
550
+ #: bws_functions.php:1319 bws_functions.php:1346
551
  msgid "Not enough permissions to create or update the file"
552
  msgstr ""
553
 
554
+ #: bws_functions.php:1349
555
+ msgid "Not enough permissions to create the file"
556
+ msgstr ""
557
+
558
+ #: bws_functions.php:1387
559
  msgid "These styles will be added to the header on all pages of your site."
560
  msgstr ""
561
 
562
+ #: bws_functions.php:1389
563
+ #, php-format
564
+ msgid ""
565
+ "These PHP code will be hooked to the %s action and will be printed on front "
566
+ "end only."
567
+ msgstr ""
568
+
569
+ #: bws_functions.php:1393
570
  msgid "Editing"
571
  msgstr ""
572
 
573
+ #: bws_functions.php:1395
574
  msgid "Browsing"
575
  msgstr ""
576
 
577
+ #: bws_functions.php:1402
578
+ #, fuzzy, php-format
579
+ msgid "Learn more about %s"
580
  msgstr "Dowiedz się więcej"
581
 
582
+ #: bws_functions.php:1413
583
  #, php-format
584
  msgid ""
585
+ "You need to make this files writable before you can save your changes. See "
586
+ "%s the Codex %s for more information."
587
  msgstr ""
588
 
589
+ #: bws_menu.php:116
590
+ #, fuzzy
591
+ msgid ""
592
+ "This license key is bind to another website. Change it via personal Client "
593
+ "Area."
594
+ msgstr "Klucz licencji został przypisany do innej strony."
595
+
596
+ #: bws_menu.php:116
597
+ msgid "Log in"
598
+ msgstr ""
599
+
600
+ #: bws_menu.php:132
601
+ #, fuzzy
602
+ msgid "Congratulations! Pro Membership license is successfully activated."
603
+ msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
604
+
605
+ #: bws_menu.php:149
606
+ #, fuzzy
607
+ msgid "Please enter your license key."
608
+ msgstr "Podaj klucz licencji"
609
+
610
+ #: bws_menu.php:161
611
  msgid "Not set"
612
  msgstr "Nie ustawiono"
613
 
614
+ #: bws_menu.php:163 bws_menu.php:164
615
  msgid "On"
616
  msgstr "Włączone"
617
 
618
+ #: bws_menu.php:163 bws_menu.php:164
619
  msgid "Off"
620
  msgstr "Wyłączone"
621
 
622
+ #: bws_menu.php:165 bws_menu.php:166 bws_menu.php:167 bws_menu.php:168
623
+ #: bws_menu.php:169 bws_menu.php:181
624
  msgid "N/A"
625
  msgstr "Brak danych"
626
 
627
+ #: bws_menu.php:169
628
  msgid " Mb"
629
  msgstr " Mb"
630
 
631
+ #: bws_menu.php:170 bws_menu.php:171 bws_menu.php:172 bws_menu.php:177
632
  msgid "Yes"
633
  msgstr "Tak"
634
 
635
+ #: bws_menu.php:170 bws_menu.php:171 bws_menu.php:172 bws_menu.php:179
636
  msgid "No"
637
  msgstr "Nie"
638
 
639
+ #: bws_menu.php:190
640
  msgid "Operating System"
641
  msgstr "System operacyjny"
642
 
643
+ #: bws_menu.php:191
644
  msgid "Server"
645
  msgstr "Serwer"
646
 
647
+ #: bws_menu.php:192
648
  msgid "Memory usage"
649
  msgstr "Wykorzystanie pamięci"
650
 
651
+ #: bws_menu.php:193
652
  msgid "MYSQL Version"
653
  msgstr "Wersja MySQL"
654
 
655
+ #: bws_menu.php:194
656
  msgid "SQL Mode"
657
  msgstr "Tryb SQL"
658
 
659
+ #: bws_menu.php:195
660
  msgid "PHP Version"
661
  msgstr "Wersja PHP"
662
 
663
+ #: bws_menu.php:196
664
  msgid "PHP Safe Mode"
665
  msgstr "PHP Safe Mode"
666
 
667
+ #: bws_menu.php:197
668
  msgid "PHP Allow URL fopen"
669
  msgstr "Zezwól na PHP fopen"
670
 
671
+ #: bws_menu.php:198
672
  msgid "PHP Memory Limit"
673
  msgstr "PHP Limit pamięci"
674
 
675
+ #: bws_menu.php:199
676
  msgid "PHP Max Upload Size"
677
  msgstr "PHP Max rozmiar przesyłanego pliku"
678
 
679
+ #: bws_menu.php:200
680
  msgid "PHP Max Post Size"
681
  msgstr "PHP Max rozmiar przesyłania POST"
682
 
683
+ #: bws_menu.php:201
684
  msgid "PHP Max Script Execute Time"
685
  msgstr "PHP Max czas przetwarzania skryptu"
686
 
687
+ #: bws_menu.php:202
688
  msgid "PHP Exif support"
689
  msgstr "PHP Wsparcie Exif"
690
 
691
+ #: bws_menu.php:203
692
  msgid "PHP IPTC support"
693
  msgstr "PHP Wsparcie IPTC"
694
 
695
+ #: bws_menu.php:204
696
  msgid "PHP XML support"
697
  msgstr "PHP Wsparcie XML"
698
 
699
+ #: bws_menu.php:205
700
  msgid "Site URL"
701
  msgstr "Adres strony:"
702
 
703
+ #: bws_menu.php:206
704
  msgid "Home URL"
705
  msgstr "Adres strony głównej:"
706
 
707
+ #: bws_menu.php:209
708
  msgid "WordPress Version"
709
  msgstr "Wersja WordPress"
710
 
711
+ #: bws_menu.php:210
712
  msgid "WordPress DB Version"
713
  msgstr "Wersja Bazy Danych dla WordPress"
714
 
715
+ #: bws_menu.php:211
716
  msgid "Multisite"
717
  msgstr "Multisite"
718
 
719
+ #: bws_menu.php:212
720
  msgid "Active Theme"
721
  msgstr "Aktywny motyw"
722
 
723
+ #: bws_menu.php:226
724
  msgid "Please enter a valid email address."
725
  msgstr "Podaj poprawny adres email"
726
 
727
+ #: bws_menu.php:230
728
  msgid "Email with system info is sent to "
729
  msgstr "Wiadomość z informacjami systemowymi zostanie wysłana do "
730
 
731
+ #: bws_menu.php:234
732
  msgid "Thank you for contacting us."
733
  msgstr "Dziękujemy za kontakt."
734
 
735
+ #: bws_menu.php:267
736
  msgid "Sorry, email message could not be delivered."
737
  msgstr "Przepraszamy, wiadomość nie została dostarczona."
738
 
739
+ #: bws_menu.php:286 bws_menu.php:626
740
+ msgid "System status"
741
+ msgstr "Status systemu"
742
 
743
+ #: bws_menu.php:287
744
+ msgid "Support"
745
+ msgstr "サポート"
746
+
747
+ #: bws_menu.php:288
748
+ msgid "Manage purchased licenses & subscriptions"
749
+ msgstr ""
750
+
751
+ #: bws_menu.php:288
752
+ #, fuzzy
753
+ msgid "Client Area"
754
  msgstr "Panel Klienta"
755
 
756
+ #: bws_menu.php:296
757
+ #, php-format
758
+ msgid "Get Access to %s+ Premium Plugins"
759
+ msgstr ""
760
 
761
+ #: bws_menu.php:297
762
+ #, php-format
763
+ msgid ""
764
+ "Join BestWebSoft Pro Membership today, cancel any time and use all plugins "
765
+ "on a single website %s for only %s per month."
766
+ msgstr ""
767
 
768
+ #: bws_menu.php:309
769
+ #, fuzzy
770
+ msgid "Enter your license key"
771
+ msgstr "Podaj klucz licencji"
772
 
773
+ #: bws_menu.php:313
774
+ #, fuzzy
775
+ msgid "Activate Membership"
776
+ msgstr "有効なテーマ"
777
 
778
+ #: bws_menu.php:322
779
+ msgid "Don’t have valid license key yet?"
780
+ msgstr ""
781
+
782
+ #: bws_menu.php:322
783
+ msgid "Subscribe to Pro Membership Now"
784
+ msgstr ""
785
+
786
+ #: bws_menu.php:331
787
+ #, fuzzy
788
+ msgid "Upload Plugin"
789
+ msgstr "Wtyczka"
790
+
791
+ #: bws_menu.php:335
792
+ #, php-format
793
+ msgid ""
794
+ "The plugin generated %d characters of <strong>unexpected output</strong> "
795
+ "during activation. If you notice &#8220;headers already sent&#8221; "
796
+ "messages, problems with syndication feeds or other issues, try deactivating "
797
+ "or removing this plugin."
798
+ msgstr ""
799
+
800
+ #: bws_menu.php:337
801
+ msgid ""
802
+ "Plugin could not be activated because it triggered a <strong>fatal error</"
803
+ "strong>."
804
+ msgstr ""
805
+
806
+ #: bws_menu.php:340
807
+ msgid "Plugin <strong>activated</strong>."
808
+ msgstr ""
809
+
810
+ #: bws_menu.php:347
811
+ #, fuzzy
812
+ msgid "Installing Plugin"
813
  msgstr "Zainstalowane"
814
 
815
+ #: bws_menu.php:353
816
+ msgid "Downloading install package from"
817
+ msgstr ""
818
 
819
+ #: bws_menu.php:378
820
+ msgid "Unpacking the package"
821
+ msgstr ""
822
+
823
+ #: bws_menu.php:383 bws_menu.php:391
824
+ #, fuzzy
825
+ msgid "Installing the plugin"
826
  msgstr "Zainstalowane"
827
 
828
+ #: bws_menu.php:397
829
+ #, fuzzy
830
+ msgid "Successfully installed the plugin"
831
+ msgstr "Zainstalowane"
832
 
833
+ #: bws_menu.php:409
834
+ #, fuzzy
835
+ msgid "Activate Plugin"
836
+ msgstr "Aktywne wtyczki"
837
 
838
+ #: bws_menu.php:409 bws_menu.php:415
839
+ msgid "Return to BestWebSoft Panel"
840
+ msgstr ""
841
 
842
+ #: bws_menu.php:419 bws_menu.php:434 bws_menu.php:561
843
+ msgid "All"
844
+ msgstr "Wszystko"
845
 
846
+ #: bws_menu.php:420
847
+ msgid "Installed"
848
+ msgstr "Zainstalowane"
849
 
850
+ #: bws_menu.php:421
851
+ #, fuzzy
852
+ msgid "Not Installed"
853
+ msgstr "Zainstalowane"
854
 
855
+ #: bws_menu.php:427
856
+ msgid "Filter results"
857
+ msgstr ""
858
 
859
+ #: bws_menu.php:430 bws_menu.php:557
860
+ msgid "Category"
861
+ msgstr ""
 
862
 
863
+ #: bws_menu.php:496
864
+ #, fuzzy
865
+ msgid "Renew to get updates"
866
+ msgstr "ページに転送"
867
 
868
+ #: bws_menu.php:499
869
+ #, fuzzy, php-format
870
+ msgid "Update to v %s"
871
+ msgstr "Aktualizuj do wersji %s"
872
+
873
+ #: bws_menu.php:511 bws_menu.php:534 bws_menu.php:543
874
  msgid "Install Now"
875
  msgstr "Instaluj teraz"
876
 
877
+ #: bws_menu.php:517
878
+ msgid "Upgrade to Pro"
879
+ msgstr ""
880
+
881
+ #: bws_menu.php:521
882
+ msgid "Donate"
883
+ msgstr ""
884
 
885
+ #: bws_menu.php:531 bws_menu.php:540
886
+ msgid "Activate this plugin"
887
+ msgstr "Aktywuj wtyczkę"
888
 
889
+ #: bws_menu.php:543
890
+ #, fuzzy
891
+ msgid "Install this plugin"
892
+ msgstr "Zainstalowane"
893
 
894
+ #: bws_menu.php:552
895
+ msgid "Nothing found. Try another criteria."
896
+ msgstr ""
897
 
898
+ #: bws_menu.php:589 bws_menu.php:609
899
  #, php-format
900
  msgid "By %s"
901
  msgstr "Od %s"
902
 
903
+ #: bws_menu.php:615
 
 
 
 
904
  msgid "Already Installed"
905
  msgstr "Zainstalowane"
906
 
907
+ #: bws_menu.php:623
908
+ msgid "Browse Free WordPress Themes"
909
+ msgstr ""
910
+
911
+ #: bws_menu.php:632
912
+ msgid "Send to support"
913
+ msgstr "Wyślij do supportu"
914
+
915
+ #: bws_menu.php:639
916
+ msgid "Send to custom email &#187;"
917
+ msgstr "Prześlij na własny adres &#187;"
918
+
919
+ #: bws_menu.php:646
920
  msgid "Environment"
921
  msgstr "Środowisko"
922
 
923
+ #: bws_menu.php:657
924
  msgid "Active Plugins"
925
  msgstr "Aktywne wtyczki"
926
 
927
+ #: bws_menu.php:670
928
  msgid "Inactive Plugins"
929
  msgstr "Nieaktywne wtyczki"
930
 
931
+ #: product_list.php:7
932
+ msgid "Advertisement"
933
+ msgstr ""
934
 
935
+ #: product_list.php:8
936
+ msgid "Content & Media"
937
+ msgstr ""
938
+
939
+ #: product_list.php:9
940
+ msgid "Management"
941
+ msgstr ""
942
+
943
+ #: product_list.php:10
944
+ msgid "Recommended"
945
+ msgstr "Polecane"
946
+
947
+ #: product_list.php:11
948
+ msgid "Security"
949
+ msgstr ""
950
+
951
+ #: product_list.php:12
952
+ #, fuzzy
953
+ msgid "Site Stats"
954
+ msgstr "Status systemu"
955
+
956
+ #: product_list.php:13
957
+ msgid "Social"
958
+ msgstr ""
959
+
960
+ #: product_list.php:14
961
+ msgid "Utilities"
962
+ msgstr ""
963
+
964
+ #: product_list.php:15
965
+ msgid "Other"
966
+ msgstr ""
967
+
968
+ #~ msgid "You can download and activate"
969
+ #~ msgstr "Możesz pobrać i aktywować wersję"
970
+
971
+ #~ msgid "version of this plugin by entering Your license key."
972
+ #~ msgstr "wtyczki poprzez podanie klucza licencji."
973
+
974
+ #~ msgid ""
975
+ #~ "You can find your license key on your personal page Client area, by "
976
+ #~ "clicking on the link"
977
+ #~ msgstr ""
978
+ #~ "Możesz znaleźć Twój klucz licencji na indywidualnej stronie w Panelu "
979
+ #~ "Klienta poprzez kliknięcie w link"
980
+
981
+ #~ msgid "Configure Settings"
982
+ #~ msgstr "Konfiguruj Ustawienia"
983
+
984
+ #~ msgid "Need help?"
985
+ #~ msgstr "Potrzebujesz pomocy?"
986
+
987
+ #~ msgid "Go"
988
+ #~ msgstr "Go"
989
+
990
+ #~ msgid "DONATE"
991
+ #~ msgstr "DOTACJA"
992
+
993
+ #~ msgid "Recommended plugins"
994
+ #~ msgstr "Polecane"
995
+
996
+ #~ msgid "Install now"
997
+ #~ msgstr "Instaluj teraz"
998
+
999
+ #~ msgid "Try again"
1000
+ #~ msgstr "Spróbuj ponownie"
1001
+
1002
+ #~ msgid "Preview &#8220;%s&#8221;"
1003
+ #~ msgstr "Podgląd &#8220;%s&#8221;"
1004
+
1005
+ #~ msgid "Install %s"
1006
+ #~ msgstr "Instaluj %s"
1007
+
1008
+ #~ msgid "Update"
1009
+ #~ msgstr "Aktualizuj"
1010
+
1011
+ #~ msgid "Preview %s"
1012
+ #~ msgstr "Podgląd %s"
1013
+
1014
+ #~ msgid "Preview"
1015
+ #~ msgstr "Podgląd"
1016
 
1017
  #~ msgid "Add BWS Plugins Shortcode"
1018
  #~ msgstr "Dodaj BWS Shortcode"
1038
  #~ msgid "Install now from wordpress.org"
1039
  #~ msgstr "wordpress.org から直ぐに導入"
1040
 
 
 
 
 
1041
  #, fuzzy
1042
  #~ msgid "Installed themes"
1043
  #~ msgstr "%s 導入"
1347
  #~ msgid "Text"
1348
  #~ msgstr "文字"
1349
 
 
 
 
1350
  #~ msgid "Url"
1351
  #~ msgstr "Url"
1352
 
1489
  #~ msgstr ""
1490
  #~ "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
1491
 
 
 
 
1492
  #~ msgid "Contact Form Options"
1493
  #~ msgstr "コンタクトフォーム オプション"
1494
 
bws_menu/languages/bestwebsoft-pt_BR.mo DELETED
Binary file
bws_menu/languages/bestwebsoft-pt_BR.po DELETED
@@ -1,877 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: bestwebsoft\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-03-10 15:34+0300\n"
6
- "PO-Revision-Date: 2016-03-10 15:34+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
- "Language-Team: Dionizio Bonfim Bach | DJIO <wordpress@djio.com.br>\n"
9
- "Language: pt_BR\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Generator: Poedit 1.5.4\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: __;_e\n"
17
- "X-Poedit-Basepath: ..\n"
18
- "X-Textdomain-Support: yes\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
-
21
- #: bws_functions.php:65 bws_functions.php:89
22
- msgid "requires"
23
- msgstr ""
24
-
25
- #: bws_functions.php:67
26
- msgid ""
27
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
- "try again."
29
- msgstr ""
30
-
31
- #: bws_functions.php:68
32
- msgid "Back to the WordPress"
33
- msgstr ""
34
-
35
- # @ captcha
36
- #: bws_functions.php:70
37
- #, fuzzy
38
- msgid "Plugins page"
39
- msgstr "Plugins Pro"
40
-
41
- #: bws_functions.php:91
42
- msgid ""
43
- "or higher! We do not guarantee that our plugin will work correctly. Please "
44
- "upgrade to WordPress latest version."
45
- msgstr ""
46
-
47
- #: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
48
- #: bws_functions.php:755
49
- msgid "Close notice"
50
- msgstr ""
51
-
52
- #: bws_functions.php:148
53
- msgid "It’s time to upgrade your"
54
- msgstr ""
55
-
56
- #: bws_functions.php:148
57
- msgid "to"
58
- msgstr ""
59
-
60
- # @ captcha
61
- #: bws_functions.php:148
62
- #, fuzzy
63
- msgid "version!"
64
- msgstr "Versão do PHP"
65
-
66
- #: bws_functions.php:149
67
- msgid "Extend standard plugin functionality with new great options."
68
- msgstr ""
69
-
70
- # @ captcha
71
- #: bws_functions.php:152 bws_functions.php:593
72
- #, fuzzy
73
- msgid "Learn More"
74
- msgstr "Leia Mais"
75
-
76
- #: bws_functions.php:169
77
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
78
- msgstr ""
79
-
80
- # @ captcha
81
- #: bws_functions.php:170
82
- #, fuzzy
83
- msgid "Rate the plugin"
84
- msgstr "Plugins ativados"
85
-
86
- # @ captcha
87
- #: bws_functions.php:173
88
- #, fuzzy
89
- msgid "If there is something wrong about it, please contact us"
90
- msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
91
-
92
- #: bws_functions.php:205
93
- msgid "Check premium options on the plugin settings page!"
94
- msgstr ""
95
-
96
- #: bws_functions.php:212 bws_functions.php:248
97
- msgid "Wrong license key"
98
- msgstr ""
99
-
100
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
101
- msgid ""
102
- "Something went wrong. Please try again later. If the error appears again, "
103
- "please contact us"
104
- msgstr ""
105
-
106
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
107
- msgid "We are sorry for inconvenience."
108
- msgstr ""
109
-
110
- #: bws_functions.php:250
111
- msgid "This license key is bind to another site"
112
- msgstr ""
113
-
114
- #: bws_functions.php:252 bws_functions.php:416
115
- msgid ""
116
- "Unfortunately, you have exceeded the number of available tries per day. "
117
- "Please, upload the plugin manually."
118
- msgstr ""
119
-
120
- #: bws_functions.php:254
121
- msgid ""
122
- "Unfortunately, Your license has expired. To continue getting top-priority "
123
- "support and plugin updates you should extend it in your"
124
- msgstr ""
125
-
126
- #: bws_functions.php:256
127
- msgid ""
128
- "Unfortunately, the Pro licence was already installed to this domain. The Pro "
129
- "Trial license can be installed only once."
130
- msgstr ""
131
-
132
- #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
133
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
134
- msgstr ""
135
-
136
- #: bws_functions.php:289
137
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
138
- msgstr ""
139
-
140
- #: bws_functions.php:295
141
- msgid ""
142
- "Your server does not support either ZipArchive or Phar. Please, upload the "
143
- "plugin manually"
144
- msgstr ""
145
-
146
- #: bws_functions.php:302
147
- msgid "UploadDir is not writable. Please, upload the plugin manually"
148
- msgstr ""
149
-
150
- #: bws_functions.php:325
151
- msgid ""
152
- "Something went wrong. Try again later or upload the plugin manually. We are "
153
- "sorry for inconvenience."
154
- msgstr ""
155
-
156
- #: bws_functions.php:350
157
- msgid "Please, enter Your license key"
158
- msgstr ""
159
-
160
- #: bws_functions.php:380
161
- msgid ""
162
- "Congratulations! The Pro version of the plugin is successfully download and "
163
- "activated."
164
- msgstr ""
165
-
166
- #: bws_functions.php:382 bws_functions.php:473
167
- msgid "Please, go to"
168
- msgstr ""
169
-
170
- #: bws_functions.php:382 bws_functions.php:473
171
- msgid "the setting page"
172
- msgstr ""
173
-
174
- #: bws_functions.php:383 bws_functions.php:474
175
- msgid "You will be redirected automatically in 5 seconds."
176
- msgstr ""
177
-
178
- #: bws_functions.php:390
179
- msgid "Show Pro features"
180
- msgstr ""
181
-
182
- #: bws_functions.php:397
183
- msgid "You can download and activate"
184
- msgstr ""
185
-
186
- #: bws_functions.php:399
187
- msgid "version of this plugin by entering Your license key."
188
- msgstr ""
189
-
190
- #: bws_functions.php:401 bws_functions.php:442
191
- msgid ""
192
- "You can find your license key on your personal page Client area, by clicking "
193
- "on the link"
194
- msgstr ""
195
-
196
- #: bws_functions.php:403 bws_functions.php:444
197
- msgid "(your username is the email you specify when purchasing the product)."
198
- msgstr ""
199
-
200
- #: bws_functions.php:407 bws_functions.php:691
201
- msgid "or"
202
- msgstr ""
203
-
204
- #: bws_functions.php:407
205
- #, php-format
206
- msgid "Start Your Free %s-Day Trial Now"
207
- msgstr ""
208
-
209
- # @ captcha
210
- #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
211
- #: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
212
- #: bws_menu.php:750
213
- #, fuzzy
214
- msgid "Activate"
215
- msgstr "Plugins ativados"
216
-
217
- #: bws_functions.php:439 bws_functions.php:532
218
- #, php-format
219
- msgid ""
220
- "In order to continue using the plugin it is necessary to buy a %s license."
221
- msgstr ""
222
-
223
- #: bws_functions.php:440
224
- msgid "After that you can activate it by entering your license key."
225
- msgstr ""
226
-
227
- #: bws_functions.php:454
228
- msgid "Unfortunately, you have exceeded the number of available tries per day."
229
- msgstr ""
230
-
231
- #: bws_functions.php:471
232
- msgid ""
233
- "Congratulations! The Pro license of the plugin is successfully activated."
234
- msgstr ""
235
-
236
- #: bws_functions.php:512
237
- msgid "Wrong license key."
238
- msgstr ""
239
-
240
- #: bws_functions.php:514
241
- msgid "This license key is bind to another site."
242
- msgstr ""
243
-
244
- #: bws_functions.php:516
245
- msgid ""
246
- "This license key is valid, but Your license has expired. If you want to "
247
- "update our plugin in future, you should extend the license."
248
- msgstr ""
249
-
250
- #: bws_functions.php:518
251
- msgid "Unfortunately, you have exceeded the number of available tries."
252
- msgstr ""
253
-
254
- #: bws_functions.php:520
255
- msgid ""
256
- "Unfortunately, the Pro Trial licence was already installed to this domain. "
257
- "The Pro Trial license can be installed only once."
258
- msgstr ""
259
-
260
- #: bws_functions.php:524
261
- msgid "The Pro Trial license key is valid."
262
- msgstr ""
263
-
264
- #: bws_functions.php:526
265
- msgid "The license key is valid."
266
- msgstr ""
267
-
268
- #: bws_functions.php:529
269
- msgid "Your license will expire on"
270
- msgstr ""
271
-
272
- #: bws_functions.php:562
273
- msgid "Please, enter your license key"
274
- msgstr ""
275
-
276
- #: bws_functions.php:575
277
- msgid ""
278
- "If needed you can check if the license key is correct or reenter it in the "
279
- "field below. You can find your license key on your personal page - Client "
280
- "area - on our website"
281
- msgstr ""
282
-
283
- #: bws_functions.php:575
284
- msgid ""
285
- "(your username is the email you specify when purchasing the product). If "
286
- "necessary, please submit \"Lost your password?\" request."
287
- msgstr ""
288
-
289
- #: bws_functions.php:579
290
- msgid "Check license key"
291
- msgstr ""
292
-
293
- #: bws_functions.php:593
294
- msgid "WARNING: Illegal use notification"
295
- msgstr ""
296
-
297
- #: bws_functions.php:593
298
- msgid ""
299
- "You can use one license of the Pro plugin for one domain only. Please check "
300
- "and edit your license or domain if necessary using you personal Client Area. "
301
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
302
- "the Pro plugin will be deactivated."
303
- msgstr ""
304
-
305
- #: bws_functions.php:601
306
- msgid ""
307
- "Notice: Your Pro Trial license has expired. To continue using the plugin you "
308
- "should buy a Pro license"
309
- msgstr ""
310
-
311
- #: bws_functions.php:603
312
- msgid ""
313
- "Your license has expired. To continue getting top-priority support and "
314
- "plugin updates you should extend it."
315
- msgstr ""
316
-
317
- # @ captcha
318
- #: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
319
- #: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
320
- #: bws_menu.php:794
321
- #, fuzzy
322
- msgid "Learn more"
323
- msgstr "Leia Mais"
324
-
325
- #: bws_functions.php:613
326
- #, php-format
327
- msgid "Notice: You are using the Pro Trial license of %s plugin."
328
- msgstr ""
329
-
330
- #: bws_functions.php:615
331
- msgid "Notice: You are using the Pro Trial license of plugin."
332
- msgstr ""
333
-
334
- #: bws_functions.php:618
335
- msgid "The Pro Trial license will expire on"
336
- msgstr ""
337
-
338
- #: bws_functions.php:656
339
- msgid "You license for"
340
- msgstr ""
341
-
342
- #: bws_functions.php:656
343
- msgid "expires on"
344
- msgstr ""
345
-
346
- #: bws_functions.php:656
347
- msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
348
- msgstr ""
349
-
350
- # @ captcha
351
- #: bws_functions.php:687
352
- #, fuzzy
353
- msgid "Thank you for installing"
354
- msgstr "Obrigado por nos contatar."
355
-
356
- #: bws_functions.php:688
357
- msgid "Let's get started"
358
- msgstr ""
359
-
360
- # @ captcha
361
- #: bws_functions.php:689
362
- #, fuzzy
363
- msgid "Configure Settings"
364
- msgstr "Configurações"
365
-
366
- #: bws_functions.php:692
367
- msgid "Add New"
368
- msgstr ""
369
-
370
- # @ captcha
371
- #: bws_functions.php:750
372
- #, fuzzy
373
- msgid "Thank you for choosing"
374
- msgstr "Obrigado por nos contatar."
375
-
376
- #: bws_functions.php:751
377
- msgid ""
378
- "If you have a feature, suggestion or idea you'd like to see in the plugin, "
379
- "we'd love to hear about it!"
380
- msgstr ""
381
-
382
- #: bws_functions.php:752
383
- msgid "Suggest a Feature"
384
- msgstr ""
385
-
386
- #: bws_functions.php:768
387
- msgid "Notice"
388
- msgstr ""
389
-
390
- #: bws_functions.php:768
391
- msgid "The plugin's settings have been changed."
392
- msgstr ""
393
-
394
- #: bws_functions.php:769 bws_functions.php:1240
395
- msgid "Save Changes"
396
- msgstr ""
397
-
398
- #: bws_functions.php:786
399
- msgid ""
400
- "You can always look at premium options by clicking on the \"Show Pro features"
401
- "\" in the \"Go PRO\" tab"
402
- msgstr ""
403
-
404
- #: bws_functions.php:886
405
- msgid "Add shortcode"
406
- msgstr ""
407
-
408
- #: bws_functions.php:886
409
- msgid "Add BestWebSoft plugins' shortcodes using this button."
410
- msgstr ""
411
-
412
- #: bws_functions.php:935
413
- msgid "Close"
414
- msgstr ""
415
-
416
- #: bws_functions.php:1027
417
- msgid "Restore all plugin settings to defaults"
418
- msgstr ""
419
-
420
- #: bws_functions.php:1029
421
- msgid "Restore settings"
422
- msgstr ""
423
-
424
- #: bws_functions.php:1040
425
- msgid "Are you sure you want to restore all settings by default?"
426
- msgstr ""
427
-
428
- #: bws_functions.php:1043
429
- msgid "Yes, restore all settings"
430
- msgstr ""
431
-
432
- #: bws_functions.php:1044
433
- msgid "No, go back to the settings page"
434
- msgstr ""
435
-
436
- # @ captcha
437
- #: bws_functions.php:1090
438
- #, fuzzy
439
- msgid "Plugin"
440
- msgstr "Plugins Pro"
441
-
442
- # @ captcha
443
- #: bws_functions.php:1099
444
- #, fuzzy
445
- msgid "Shortcode settings"
446
- msgstr "Configurações"
447
-
448
- #: bws_functions.php:1104
449
- msgid "The shortcode will be inserted"
450
- msgstr ""
451
-
452
- #: bws_functions.php:1109
453
- msgid "Insert"
454
- msgstr ""
455
-
456
- #: bws_functions.php:1140
457
- msgid "Visit Help Center"
458
- msgstr ""
459
-
460
- #: bws_functions.php:1145
461
- msgid "FAQ"
462
- msgstr ""
463
-
464
- #: bws_functions.php:1151
465
- msgid "For more information:"
466
- msgstr ""
467
-
468
- #: bws_functions.php:1152
469
- msgid "Documentation"
470
- msgstr ""
471
-
472
- #: bws_functions.php:1153
473
- msgid "Video Instructions"
474
- msgstr ""
475
-
476
- #: bws_functions.php:1154
477
- msgid "Submit a Request"
478
- msgstr ""
479
-
480
- #: bws_functions.php:1165
481
- msgid "You do not have sufficient permissions to edit plugins for this site."
482
- msgstr ""
483
-
484
- #: bws_functions.php:1196
485
- msgid "File edited successfully."
486
- msgstr ""
487
-
488
- #: bws_functions.php:1198
489
- msgid "Not enough permissions to create or update the file"
490
- msgstr ""
491
-
492
- #: bws_functions.php:1222
493
- msgid "These styles will be added to the header on all pages of your site."
494
- msgstr ""
495
-
496
- #: bws_functions.php:1225
497
- msgid "Editing"
498
- msgstr ""
499
-
500
- #: bws_functions.php:1227
501
- msgid "Browsing"
502
- msgstr ""
503
-
504
- # @ captcha
505
- #: bws_functions.php:1235
506
- #, fuzzy
507
- msgid "Learn more about CSS"
508
- msgstr "Leia Mais"
509
-
510
- #: bws_functions.php:1243
511
- #, php-format
512
- msgid ""
513
- "You need to make this file writable before you can save your changes. See %s "
514
- "the Codex %s for more information."
515
- msgstr ""
516
-
517
- # @ captcha
518
- #: bws_menu.php:509
519
- msgid "Not set"
520
- msgstr "Não definido"
521
-
522
- # @ captcha
523
- #: bws_menu.php:511 bws_menu.php:512
524
- msgid "On"
525
- msgstr "Ligado"
526
-
527
- # @ captcha
528
- #: bws_menu.php:511 bws_menu.php:512
529
- msgid "Off"
530
- msgstr "Desligado"
531
-
532
- # @ captcha
533
- #: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
534
- #: bws_menu.php:517 bws_menu.php:529
535
- msgid "N/A"
536
- msgstr "N/D"
537
-
538
- # @ captcha
539
- #: bws_menu.php:517
540
- msgid " Mb"
541
- msgstr " Mb"
542
-
543
- # @ captcha
544
- #: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
545
- msgid "Yes"
546
- msgstr "Sim"
547
-
548
- # @ captcha
549
- #: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
550
- msgid "No"
551
- msgstr "Não"
552
-
553
- # @ captcha
554
- #: bws_menu.php:537
555
- msgid "Operating System"
556
- msgstr "Sistema Operacional"
557
-
558
- # @ captcha
559
- #: bws_menu.php:538
560
- msgid "Server"
561
- msgstr "Servidor"
562
-
563
- # @ captcha
564
- #: bws_menu.php:539
565
- msgid "Memory usage"
566
- msgstr "Uso de memória"
567
-
568
- # @ captcha
569
- #: bws_menu.php:540
570
- msgid "MYSQL Version"
571
- msgstr "Versão do MySQL"
572
-
573
- # @ captcha
574
- #: bws_menu.php:541
575
- msgid "SQL Mode"
576
- msgstr "Modo SQL"
577
-
578
- # @ captcha
579
- #: bws_menu.php:542
580
- msgid "PHP Version"
581
- msgstr "Versão do PHP"
582
-
583
- # @ captcha
584
- #: bws_menu.php:543
585
- msgid "PHP Safe Mode"
586
- msgstr "Modo de Segurança do PHP"
587
-
588
- # @ captcha
589
- #: bws_menu.php:544
590
- msgid "PHP Allow URL fopen"
591
- msgstr "Permissão de fopen de URL do PHP"
592
-
593
- # @ captcha
594
- #: bws_menu.php:545
595
- msgid "PHP Memory Limit"
596
- msgstr "Limite de Memória do PHP"
597
-
598
- # @ captcha
599
- #: bws_menu.php:546
600
- msgid "PHP Max Upload Size"
601
- msgstr "Tamanho Máximo de Upload no PHP"
602
-
603
- # @ captcha
604
- #: bws_menu.php:547
605
- msgid "PHP Max Post Size"
606
- msgstr "Tamanho Máximo de Envio do PHP"
607
-
608
- # @ captcha
609
- #: bws_menu.php:548
610
- msgid "PHP Max Script Execute Time"
611
- msgstr "Tempo de Execução Máximo do PHP"
612
-
613
- # @ captcha
614
- #: bws_menu.php:549
615
- msgid "PHP Exif support"
616
- msgstr "Suporte a Exif no PHP"
617
-
618
- # @ captcha
619
- #: bws_menu.php:550
620
- msgid "PHP IPTC support"
621
- msgstr "Suporte da IPTC no PHP"
622
-
623
- # @ captcha
624
- #: bws_menu.php:551
625
- msgid "PHP XML support"
626
- msgstr "Suporte a XML no PHP"
627
-
628
- # @ captcha
629
- #: bws_menu.php:552
630
- msgid "Site URL"
631
- msgstr "URL do Site"
632
-
633
- # @ captcha
634
- #: bws_menu.php:553
635
- msgid "Home URL"
636
- msgstr "URL da Página Inicial"
637
-
638
- # @ captcha
639
- #: bws_menu.php:556
640
- msgid "WordPress Version"
641
- msgstr "Versão do WordPress"
642
-
643
- # @ captcha
644
- #: bws_menu.php:557
645
- msgid "WordPress DB Version"
646
- msgstr "Versão do DB do WordPress"
647
-
648
- # @ captcha
649
- #: bws_menu.php:558
650
- msgid "Multisite"
651
- msgstr "Multisite"
652
-
653
- # @ captcha
654
- #: bws_menu.php:559
655
- msgid "Active Theme"
656
- msgstr "Tema Ativo"
657
-
658
- # @ captcha
659
- #: bws_menu.php:574
660
- msgid "Please enter a valid email address."
661
- msgstr "Por favor, informe um endereço de email válido."
662
-
663
- # @ captcha
664
- #: bws_menu.php:578
665
- msgid "Email with system info is sent to "
666
- msgstr "Email com informações do sistema é enviado para "
667
-
668
- # @ captcha
669
- #: bws_menu.php:582
670
- msgid "Thank you for contacting us."
671
- msgstr "Obrigado por nos contatar."
672
-
673
- # @ captcha
674
- #: bws_menu.php:615
675
- msgid "Sorry, email message could not be delivered."
676
- msgstr "Desculpe, a mensagem de email não pôde ser enviada."
677
-
678
- #: bws_menu.php:622
679
- msgid "Need help?"
680
- msgstr ""
681
-
682
- #: bws_menu.php:623
683
- msgid "Client area"
684
- msgstr ""
685
-
686
- # @ captcha
687
- #: bws_menu.php:624 bws_menu.php:933
688
- msgid "System status"
689
- msgstr "Status do sistema"
690
-
691
- # @ captcha
692
- #: bws_menu.php:629
693
- #, fuzzy
694
- msgid "Plugins"
695
- msgstr "Plugins Pro"
696
-
697
- #: bws_menu.php:630
698
- msgid "Themes"
699
- msgstr ""
700
-
701
- #: bws_menu.php:634
702
- msgid "All"
703
- msgstr ""
704
-
705
- # @ default
706
- #: bws_menu.php:635
707
- #, fuzzy
708
- msgid "Installed"
709
- msgstr "Instalar %s"
710
-
711
- # @ captcha
712
- #: bws_menu.php:636
713
- #, fuzzy
714
- msgid "Recommended"
715
- msgstr "Plugins Recomendados"
716
-
717
- # @ captcha
718
- #: bws_menu.php:640
719
- msgid "Installed plugins"
720
- msgstr "Plugins Instalados"
721
-
722
- # @ captcha
723
- #: bws_menu.php:672 bws_menu.php:721
724
- msgid "Settings"
725
- msgstr "Configurações"
726
-
727
- # @ captcha
728
- #: bws_menu.php:693 bws_menu.php:750
729
- #, fuzzy
730
- msgid "Activate this plugin"
731
- msgstr "Plugins ativados"
732
-
733
- #: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
734
- msgid "Go"
735
- msgstr ""
736
-
737
- #: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
738
- msgid "DONATE"
739
- msgstr ""
740
-
741
- # @ captcha
742
- #: bws_menu.php:758
743
- msgid "Recommended plugins"
744
- msgstr "Plugins Recomendados"
745
-
746
- # @ default
747
- #: bws_menu.php:796
748
- #, fuzzy
749
- msgid "Install now"
750
- msgstr "Instalar %s"
751
-
752
- #: bws_menu.php:817
753
- msgid "Try again"
754
- msgstr ""
755
-
756
- #: bws_menu.php:835
757
- #, php-format
758
- msgid "Preview &#8220;%s&#8221;"
759
- msgstr ""
760
-
761
- # @ default
762
- #: bws_menu.php:866
763
- #, php-format
764
- msgid "Install %s"
765
- msgstr "Instalar %s"
766
-
767
- # @ default
768
- #: bws_menu.php:866
769
- #, fuzzy
770
- msgid "Install Now"
771
- msgstr "Instalar %s"
772
-
773
- #: bws_menu.php:869
774
- #, php-format
775
- msgid "Update to version %s"
776
- msgstr ""
777
-
778
- #: bws_menu.php:869
779
- msgid "Update"
780
- msgstr ""
781
-
782
- #: bws_menu.php:876
783
- #, php-format
784
- msgid "Preview %s"
785
- msgstr ""
786
-
787
- #: bws_menu.php:876
788
- msgid "Preview"
789
- msgstr ""
790
-
791
- #: bws_menu.php:882 bws_menu.php:914
792
- #, php-format
793
- msgid "By %s"
794
- msgstr ""
795
-
796
- #: bws_menu.php:888
797
- msgid "Details"
798
- msgstr ""
799
-
800
- # @ default
801
- #: bws_menu.php:920
802
- #, fuzzy
803
- msgid "Already Installed"
804
- msgstr "Instalar %s"
805
-
806
- # @ captcha
807
- #: bws_menu.php:936
808
- msgid "Environment"
809
- msgstr "Ambiente"
810
-
811
- # @ captcha
812
- #: bws_menu.php:947
813
- msgid "Active Plugins"
814
- msgstr "Plugins Ativos"
815
-
816
- # @ captcha
817
- #: bws_menu.php:960
818
- msgid "Inactive Plugins"
819
- msgstr "Plugins Inativos"
820
-
821
- # @ captcha
822
- #: bws_menu.php:976
823
- msgid "Send to support"
824
- msgstr "Enviar para o suporte"
825
-
826
- # @ captcha
827
- #: bws_menu.php:983
828
- msgid "Send to custom email &#187;"
829
- msgstr "Enviar para email personalizado &#187;"
830
-
831
- # @ captcha
832
- #~ msgid "Pro plugins"
833
- #~ msgstr "Plugins Pro"
834
-
835
- # @ captcha
836
- #~ msgid "Activated plugins"
837
- #~ msgstr "Plugins ativados"
838
-
839
- # @ captcha
840
- #~ msgid "Read more"
841
- #~ msgstr "Leia Mais"
842
-
843
- # @ captcha
844
- #~ msgid "Purchase"
845
- #~ msgstr "Compra"
846
-
847
- # @ captcha
848
- #~ msgid "Free plugins"
849
- #~ msgstr "Plugins Grátis"
850
-
851
- # @ captcha
852
- #~ msgid "Download"
853
- #~ msgstr "Baixar"
854
-
855
- # @ captcha
856
- #~ msgid "Install now from wordpress.org"
857
- #~ msgstr "Instale agora do site do wordpress (wordpress.org)"
858
-
859
- # @ captcha
860
- #, fuzzy
861
- #~ msgid "Activated theme"
862
- #~ msgstr "Tema Ativo"
863
-
864
- # @ default
865
- #, fuzzy
866
- #~ msgid "Installed themes"
867
- #~ msgstr "Instalar %s"
868
-
869
- # @ captcha
870
- #, fuzzy
871
- #~ msgid "Recommended themes"
872
- #~ msgstr "Plugins Recomendados"
873
-
874
- # @ default
875
- #, fuzzy
876
- #~ msgid "installed"
877
- #~ msgstr "Instalar %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bws_menu/languages/bestwebsoft-ru_RU.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-03-10 15:34+0300\n"
6
- "PO-Revision-Date: 2016-03-10 15:44+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -16,11 +16,23 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:65 bws_functions.php:89
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid "requires"
21
  msgstr "требует"
22
 
23
- #: bws_functions.php:67
24
  msgid ""
25
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
26
  "try again."
@@ -28,15 +40,15 @@ msgstr ""
28
  "или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и "
29
  "попробуйте еще раз."
30
 
31
- #: bws_functions.php:68
32
  msgid "Back to the WordPress"
33
  msgstr "Вернуться к WordPress на"
34
 
35
- #: bws_functions.php:70
36
  msgid "Plugins page"
37
  msgstr "Страницу плагинов"
38
 
39
- #: bws_functions.php:91
40
  msgid ""
41
  "or higher! We do not guarantee that our plugin will work correctly. Please "
42
  "upgrade to WordPress latest version."
@@ -44,53 +56,92 @@ msgstr ""
44
  "или выше! Мы не гарантируем, что наш плагин будет работать корректно. "
45
  "Пожалуйста, обновите WordPress до последней версии."
46
 
47
- #: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
48
- #: bws_functions.php:755
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  msgid "Close notice"
50
  msgstr "Закрыть"
51
 
52
- #: bws_functions.php:148
 
 
 
 
 
 
 
 
 
 
 
 
53
  msgid "It’s time to upgrade your"
54
  msgstr "Настало время обновить Ваш"
55
 
56
- #: bws_functions.php:148
57
  msgid "to"
58
  msgstr "до"
59
 
60
- #: bws_functions.php:148
61
  msgid "version!"
62
  msgstr "версии!"
63
 
64
- #: bws_functions.php:149
65
  msgid "Extend standard plugin functionality with new great options."
66
  msgstr "Расширяет возможности стандартного функционала плагина."
67
 
68
- #: bws_functions.php:152 bws_functions.php:593
69
  msgid "Learn More"
70
  msgstr "Подробнее"
71
 
72
- #: bws_functions.php:169
73
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
74
  msgstr ""
75
  "Если вам понравился плагин, пожалуйста, поставьте нам 5 звезд на WordPress"
76
 
77
- #: bws_functions.php:170
78
  msgid "Rate the plugin"
79
  msgstr "Оценить плагин"
80
 
81
- #: bws_functions.php:173
82
  msgid "If there is something wrong about it, please contact us"
83
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
84
 
85
- #: bws_functions.php:205
 
 
 
 
86
  msgid "Check premium options on the plugin settings page!"
87
  msgstr "Просмотрите премиум опции на странице настроек плагина!"
88
 
89
- #: bws_functions.php:212 bws_functions.php:248
 
90
  msgid "Wrong license key"
91
  msgstr "Неправильный лицензионный ключ"
92
 
93
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
94
  msgid ""
95
  "Something went wrong. Please try again later. If the error appears again, "
96
  "please contact us"
@@ -98,15 +149,16 @@ msgstr ""
98
  "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
99
  "пожалуйста, свяжитесь с нами"
100
 
101
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
102
  msgid "We are sorry for inconvenience."
103
  msgstr "Приносим извинения за неудобства."
104
 
105
- #: bws_functions.php:250
106
  msgid "This license key is bind to another site"
107
  msgstr "Этот лицензионный ключ привязан к другому сайту"
108
 
109
- #: bws_functions.php:252 bws_functions.php:416
110
  msgid ""
111
  "Unfortunately, you have exceeded the number of available tries per day. "
112
  "Please, upload the plugin manually."
@@ -114,7 +166,7 @@ msgstr ""
114
  "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
115
  "загрузите плагин вручную."
116
 
117
- #: bws_functions.php:254
118
  msgid ""
119
  "Unfortunately, Your license has expired. To continue getting top-priority "
120
  "support and plugin updates you should extend it in your"
@@ -123,7 +175,7 @@ msgstr ""
123
  "обновлений приоритетного саппорта вам нужно продлить лицензию перейдя на "
124
  "вашей"
125
 
126
- #: bws_functions.php:256
127
  msgid ""
128
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
129
  "Trial license can be installed only once."
@@ -131,16 +183,17 @@ msgstr ""
131
  "К сожалению, Pro лицензия уже была установлена на этом доменен. Pro Trial "
132
  "лицензия может быть установлена только один раз."
133
 
134
- #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
 
135
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
136
  msgstr ""
137
  "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
138
 
139
- #: bws_functions.php:289
140
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
141
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
142
 
143
- #: bws_functions.php:295
144
  msgid ""
145
  "Your server does not support either ZipArchive or Phar. Please, upload the "
146
  "plugin manually"
@@ -148,12 +201,12 @@ msgstr ""
148
  "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
149
  "Пожалуйста, загрузите плагин вручную"
150
 
151
- #: bws_functions.php:302
152
  msgid "UploadDir is not writable. Please, upload the plugin manually"
153
  msgstr ""
154
  "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
155
 
156
- #: bws_functions.php:325
157
  msgid ""
158
  "Something went wrong. Try again later or upload the plugin manually. We are "
159
  "sorry for inconvenience."
@@ -161,98 +214,88 @@ msgstr ""
161
  "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. "
162
  "Приносим извинения за неудобства."
163
 
164
- #: bws_functions.php:350
165
  msgid "Please, enter Your license key"
166
  msgstr "Пожалуйста, введите ваш лицензионный ключ"
167
 
168
- #: bws_functions.php:380
169
  msgid ""
170
- "Congratulations! The Pro version of the plugin is successfully download and "
171
  "activated."
172
  msgstr "Поздравляем! Pro версия плагина была успешно загружена и активирована."
173
 
174
- #: bws_functions.php:382 bws_functions.php:473
175
  msgid "Please, go to"
176
  msgstr "Пожалуйста, перейдите на"
177
 
178
- #: bws_functions.php:382 bws_functions.php:473
179
  msgid "the setting page"
180
  msgstr "страницу настроек"
181
 
182
- #: bws_functions.php:383 bws_functions.php:474
183
  msgid "You will be redirected automatically in 5 seconds."
184
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
185
 
186
- #: bws_functions.php:390
187
  msgid "Show Pro features"
188
  msgstr "Показать Pro опции"
189
 
190
- #: bws_functions.php:397
191
- msgid "You can download and activate"
192
- msgstr "Вы можете скачать и активировать"
193
 
194
- #: bws_functions.php:399
195
- msgid "version of this plugin by entering Your license key."
196
- msgstr "версию этого плагина, введя ваш лицензионный ключ."
197
-
198
- #: bws_functions.php:401 bws_functions.php:442
199
- msgid ""
200
- "You can find your license key on your personal page Client area, by clicking "
201
- "on the link"
202
- msgstr ""
203
- "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, "
204
- "нажав на ссылку"
205
 
206
- #: bws_functions.php:403 bws_functions.php:444
207
- msgid "(your username is the email you specify when purchasing the product)."
208
- msgstr ""
209
- "(ваше имя пользователя - это электронный адрес, указанный при покупке "
210
- "продукта)."
211
 
212
- #: bws_functions.php:407 bws_functions.php:691
213
- msgid "or"
214
- msgstr "или"
215
 
216
- #: bws_functions.php:407
217
  #, php-format
218
  msgid "Start Your Free %s-Day Trial Now"
219
  msgstr "Попробуйте %s-дневную Trial версию бесплатно"
220
 
221
- #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
222
- #: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
223
- #: bws_menu.php:750
224
  msgid "Activate"
225
  msgstr "Активировать"
226
 
227
- #: bws_functions.php:439 bws_functions.php:532
228
  #, php-format
229
  msgid ""
230
  "In order to continue using the plugin it is necessary to buy a %s license."
231
  msgstr ""
232
  "Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
233
 
234
- #: bws_functions.php:440
235
  msgid "After that you can activate it by entering your license key."
236
  msgstr "После этого вы сможете активировать его введя лицензионный ключ."
237
 
238
- #: bws_functions.php:454
239
  msgid "Unfortunately, you have exceeded the number of available tries per day."
240
  msgstr "К сожалению, вы превысили количество доступных попыток."
241
 
242
- #: bws_functions.php:471
243
  msgid ""
244
  "Congratulations! The Pro license of the plugin is successfully activated."
245
  msgstr "Поздравляем! Pro версия плагина была успешно активирована."
246
 
247
- #: bws_functions.php:512
248
  msgid "Wrong license key."
249
  msgstr "Неправильный лицензионный ключ."
250
 
251
- #: bws_functions.php:514
252
  msgid "This license key is bind to another site."
253
  msgstr "Этот лицензионный ключ привязан к другому сайту."
254
 
255
- #: bws_functions.php:516
256
  msgid ""
257
  "This license key is valid, but Your license has expired. If you want to "
258
  "update our plugin in future, you should extend the license."
@@ -260,11 +303,11 @@ msgstr ""
260
  "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите "
261
  "обновлять плагин в будущем, вы должны продлить лицензию."
262
 
263
- #: bws_functions.php:518
264
  msgid "Unfortunately, you have exceeded the number of available tries."
265
  msgstr "К сожалению, вы превысили количество доступных попыток."
266
 
267
- #: bws_functions.php:520
268
  msgid ""
269
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
270
  "The Pro Trial license can be installed only once."
@@ -272,23 +315,23 @@ msgstr ""
272
  "К сожалению, Pro Trial версия плагина уже устанавливалась на этот домен. Pro "
273
  "Trial версию можно устанавливать лишь один раз."
274
 
275
- #: bws_functions.php:524
276
  msgid "The Pro Trial license key is valid."
277
  msgstr "Ключ Pro Trial версии действителен."
278
 
279
- #: bws_functions.php:526
280
  msgid "The license key is valid."
281
  msgstr "Лицензионный ключ действителен."
282
 
283
- #: bws_functions.php:529
284
  msgid "Your license will expire on"
285
  msgstr "Ваша лицензия истечет"
286
 
287
- #: bws_functions.php:562
288
  msgid "Please, enter your license key"
289
  msgstr "Пожалуйста, введите Ваш лицензионный ключ"
290
 
291
- #: bws_functions.php:575
292
  msgid ""
293
  "If needed you can check if the license key is correct or reenter it in the "
294
  "field below. You can find your license key on your personal page - Client "
@@ -298,23 +341,23 @@ msgstr ""
298
  "повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на "
299
  "своей личной странице - Client area - на нашем сайте"
300
 
301
- #: bws_functions.php:575
302
  msgid ""
303
- "(your username is the email you specify when purchasing the product). If "
304
  "necessary, please submit \"Lost your password?\" request."
305
  msgstr ""
306
- "(ваш пользователь это емейл, который вы указывали при покупке продукта). При "
307
  "необходимости нажмите \"Забыли пароль?\"."
308
 
309
- #: bws_functions.php:579
310
  msgid "Check license key"
311
  msgstr "Проверка лицензионного ключа"
312
 
313
- #: bws_functions.php:593
314
  msgid "WARNING: Illegal use notification"
315
  msgstr "ВНИМАНИЕ: уведомление о незаконном использовании"
316
 
317
- #: bws_functions.php:593
318
  msgid ""
319
  "You can use one license of the Pro plugin for one domain only. Please check "
320
  "and edit your license or domain if necessary using you personal Client Area. "
@@ -326,7 +369,7 @@ msgstr ""
326
  "используя Ваш личный Client Area. Мы настоятельно рекомендуем вам решить "
327
  "проблему в течение 24 часов, в противном случае плагин будет деактивирован."
328
 
329
- #: bws_functions.php:601
330
  msgid ""
331
  "Notice: Your Pro Trial license has expired. To continue using the plugin you "
332
  "should buy a Pro license"
@@ -334,7 +377,7 @@ msgstr ""
334
  "Внимание: Срок действия Pro Trial версии истек. Чтобы продолжить "
335
  "пользоваться плагином, пожалуйста, приобретите лицензию Pro"
336
 
337
- #: bws_functions.php:603
338
  msgid ""
339
  "Your license has expired. To continue getting top-priority support and "
340
  "plugin updates you should extend it."
@@ -343,58 +386,40 @@ msgstr ""
343
  "плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно "
344
  "продлить лицензию."
345
 
346
- #: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
347
- #: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
348
- #: bws_menu.php:794
349
  msgid "Learn more"
350
  msgstr "Подробнее"
351
 
352
- #: bws_functions.php:613
353
  #, php-format
354
  msgid "Notice: You are using the Pro Trial license of %s plugin."
355
  msgstr "Внимание: Вы используете Pro Trial версию плагина %s."
356
 
357
- #: bws_functions.php:615
358
  msgid "Notice: You are using the Pro Trial license of plugin."
359
  msgstr "Внимание: Вы используете Pro Trial версию плагина."
360
 
361
- #: bws_functions.php:618
362
  msgid "The Pro Trial license will expire on"
363
  msgstr "Ваша лицензия Pro Trial версии плагина истекает"
364
 
365
- #: bws_functions.php:656
366
  msgid "You license for"
367
  msgstr "Ваш лицензионный ключ для"
368
 
369
- #: bws_functions.php:656
370
  msgid "expires on"
371
  msgstr "истекает"
372
 
373
- #: bws_functions.php:656
374
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
375
  msgstr "и вы не будете получать приоритетную тех.поддержку или обновления."
376
 
377
- #: bws_functions.php:687
378
- msgid "Thank you for installing"
379
- msgstr "Спасибо за установку"
380
-
381
- #: bws_functions.php:688
382
- msgid "Let's get started"
383
- msgstr "Давайте начнем"
384
-
385
- #: bws_functions.php:689
386
- msgid "Configure Settings"
387
- msgstr "Настройка параметров"
388
-
389
- #: bws_functions.php:692
390
- msgid "Add New"
391
- msgstr "Добавить"
392
-
393
- #: bws_functions.php:750
394
  msgid "Thank you for choosing"
395
  msgstr "Спасибо за выбор"
396
 
397
- #: bws_functions.php:751
398
  msgid ""
399
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
400
  "we'd love to hear about it!"
@@ -403,23 +428,23 @@ msgstr ""
403
  "функционала плагина, пожалуйста, присылайте их нам! Мы вседа открыты для "
404
  "новых идей!"
405
 
406
- #: bws_functions.php:752
407
  msgid "Suggest a Feature"
408
  msgstr "Предложить функционал"
409
 
410
- #: bws_functions.php:768
411
  msgid "Notice"
412
  msgstr "Внимание"
413
 
414
- #: bws_functions.php:768
415
  msgid "The plugin's settings have been changed."
416
  msgstr "Настройки плагина были изменены"
417
 
418
- #: bws_functions.php:769 bws_functions.php:1240
419
  msgid "Save Changes"
420
  msgstr "Сохранить изменения"
421
 
422
- #: bws_functions.php:786
423
  msgid ""
424
  "You can always look at premium options by clicking on the \"Show Pro features"
425
  "\" in the \"Go PRO\" tab"
@@ -427,375 +452,564 @@ msgstr ""
427
  "Вы всегда можете просмотреть премиум опции нажав на кнопку \"Показать Pro "
428
  "опции\" на вкладке \"Перейти на PRO\""
429
 
430
- #: bws_functions.php:886
431
  msgid "Add shortcode"
432
  msgstr "Добавить шорткод"
433
 
434
- #: bws_functions.php:886
435
  msgid "Add BestWebSoft plugins' shortcodes using this button."
436
  msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
437
 
438
- #: bws_functions.php:935
439
  msgid "Close"
440
  msgstr "Закрыть"
441
 
442
- #: bws_functions.php:1027
443
  msgid "Restore all plugin settings to defaults"
444
  msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
445
 
446
- #: bws_functions.php:1029
447
  msgid "Restore settings"
448
  msgstr "Восстановить настройки"
449
 
450
- #: bws_functions.php:1040
451
  msgid "Are you sure you want to restore all settings by default?"
452
  msgstr ""
453
  "Вы уверены что хотите восстановить все настройки плагина к настройкам по "
454
  "умолчанию?"
455
 
456
- #: bws_functions.php:1043
457
  msgid "Yes, restore all settings"
458
  msgstr "Да, восстановить все настройки"
459
 
460
- #: bws_functions.php:1044
461
  msgid "No, go back to the settings page"
462
  msgstr "Нет, вернуться на страницу настроек"
463
 
464
- #: bws_functions.php:1090
465
  msgid "Plugin"
466
  msgstr "Плагин"
467
 
468
- #: bws_functions.php:1099
469
  msgid "Shortcode settings"
470
  msgstr "Настройки шорткода"
471
 
472
- #: bws_functions.php:1104
473
  msgid "The shortcode will be inserted"
474
  msgstr "Будет вставлен шорткод"
475
 
476
- #: bws_functions.php:1109
477
  msgid "Insert"
478
  msgstr "Вставить"
479
 
480
- #: bws_functions.php:1140
481
  msgid "Visit Help Center"
482
  msgstr "Перейти в Help Center"
483
 
484
- #: bws_functions.php:1145
485
  msgid "FAQ"
486
  msgstr "FAQ"
487
 
488
- #: bws_functions.php:1151
489
  msgid "For more information:"
490
  msgstr "Для дополнительной информации:"
491
 
492
- #: bws_functions.php:1152
493
  msgid "Documentation"
494
  msgstr "Документация"
495
 
496
- #: bws_functions.php:1153
497
  msgid "Video Instructions"
498
  msgstr "Видео инструкции"
499
 
500
- #: bws_functions.php:1154
501
  msgid "Submit a Request"
502
  msgstr "Отправить запрос"
503
 
504
- #: bws_functions.php:1165
505
  msgid "You do not have sufficient permissions to edit plugins for this site."
506
  msgstr ""
507
  "У вас недостаточно полномочий, чтобы редактировать плагины на этом сайте."
508
 
509
- #: bws_functions.php:1196
510
- msgid "File edited successfully."
511
- msgstr "Файл успешно изменён."
 
512
 
513
- #: bws_functions.php:1198
514
  msgid "Not enough permissions to create or update the file"
515
  msgstr "Не достаточно прав для создания или обновления файла"
516
 
517
- #: bws_functions.php:1222
 
 
 
 
518
  msgid "These styles will be added to the header on all pages of your site."
519
  msgstr "Эти стили будут добавлены в хедер на всех страницах вашего сайта."
520
 
521
- #: bws_functions.php:1225
 
 
 
 
 
 
 
 
 
522
  msgid "Editing"
523
  msgstr "Редактирование"
524
 
525
- #: bws_functions.php:1227
526
  msgid "Browsing"
527
  msgstr "Просмотр"
528
 
529
- #: bws_functions.php:1235
530
- msgid "Learn more about CSS"
531
- msgstr "Подробнее о CSS"
 
532
 
533
- #: bws_functions.php:1243
534
  #, php-format
535
  msgid ""
536
- "You need to make this file writable before you can save your changes. See %s "
537
- "the Codex %s for more information."
538
  msgstr ""
539
  "Чтобы сохранить изменения, нужно сделать этот файл доступным для записи. "
540
- "Дополнительную информацию можно получить в %sКодексе%s."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
541
 
542
- #: bws_menu.php:509
543
  msgid "Not set"
544
  msgstr "Не задан"
545
 
546
- #: bws_menu.php:511 bws_menu.php:512
547
  msgid "On"
548
  msgstr "Вкл"
549
 
550
- #: bws_menu.php:511 bws_menu.php:512
551
  msgid "Off"
552
  msgstr "Выкл"
553
 
554
- #: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
555
- #: bws_menu.php:517 bws_menu.php:529
556
  msgid "N/A"
557
  msgstr "Неизвестно"
558
 
559
- #: bws_menu.php:517
560
  msgid " Mb"
561
  msgstr "Mb"
562
 
563
- #: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
564
  msgid "Yes"
565
  msgstr "Да"
566
 
567
- #: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
568
  msgid "No"
569
  msgstr "Нет"
570
 
571
- #: bws_menu.php:537
572
  msgid "Operating System"
573
  msgstr "Операционная система"
574
 
575
- #: bws_menu.php:538
576
  msgid "Server"
577
  msgstr "Тип сервера"
578
 
579
- #: bws_menu.php:539
580
  msgid "Memory usage"
581
  msgstr "Памяти использовано"
582
 
583
- #: bws_menu.php:540
584
  msgid "MYSQL Version"
585
  msgstr "Версия MYSQL"
586
 
587
- #: bws_menu.php:541
588
  msgid "SQL Mode"
589
  msgstr "Режим SQL"
590
 
591
- #: bws_menu.php:542
592
  msgid "PHP Version"
593
  msgstr "Версия PHP"
594
 
595
- #: bws_menu.php:543
596
  msgid "PHP Safe Mode"
597
  msgstr "PHP Safe Mode"
598
 
599
- #: bws_menu.php:544
600
  msgid "PHP Allow URL fopen"
601
  msgstr "PHP Allow URL fopen"
602
 
603
- #: bws_menu.php:545
604
  msgid "PHP Memory Limit"
605
  msgstr "Лимит памяти"
606
 
607
- #: bws_menu.php:546
608
  msgid "PHP Max Upload Size"
609
  msgstr "Макс. размер загружаемого файла"
610
 
611
- #: bws_menu.php:547
612
  msgid "PHP Max Post Size"
613
  msgstr "Макс. размер записи"
614
 
615
- #: bws_menu.php:548
616
  msgid "PHP Max Script Execute Time"
617
  msgstr "Макс. время выполнения сценария"
618
 
619
- #: bws_menu.php:549
620
  msgid "PHP Exif support"
621
  msgstr "Поддержка PHP Exif"
622
 
623
- #: bws_menu.php:550
624
  msgid "PHP IPTC support"
625
  msgstr "Поддержка PHP IPTC"
626
 
627
- #: bws_menu.php:551
628
  msgid "PHP XML support"
629
  msgstr "Поддержка PHP XML"
630
 
631
- #: bws_menu.php:552
632
  msgid "Site URL"
633
  msgstr "Адрес сайта"
634
 
635
- #: bws_menu.php:553
636
  msgid "Home URL"
637
  msgstr "Основной адрес сайта"
638
 
639
- #: bws_menu.php:556
640
  msgid "WordPress Version"
641
  msgstr "Версия WordPress"
642
 
643
- #: bws_menu.php:557
644
  msgid "WordPress DB Version"
645
  msgstr "Версия базы данных WordPress"
646
 
647
- #: bws_menu.php:558
648
  msgid "Multisite"
649
  msgstr "Мультиблог"
650
 
651
- #: bws_menu.php:559
652
  msgid "Active Theme"
653
  msgstr "Текущая тема"
654
 
655
- #: bws_menu.php:574
656
  msgid "Please enter a valid email address."
657
  msgstr "Пожалуйста, введите валидный емайл."
658
 
659
- #: bws_menu.php:578
660
  msgid "Email with system info is sent to "
661
  msgstr "Емейл с системной информацией отправлен на"
662
 
663
- #: bws_menu.php:582
664
  msgid "Thank you for contacting us."
665
  msgstr "Спасибо что связались с нами."
666
 
667
- #: bws_menu.php:615
668
  msgid "Sorry, email message could not be delivered."
669
  msgstr "Извините, ваш емейл не может быть отправлен."
670
 
671
- #: bws_menu.php:622
672
- msgid "Need help?"
673
- msgstr "Нужна помощь?"
674
-
675
- #: bws_menu.php:623
676
- msgid "Client area"
677
- msgstr "Client area"
678
-
679
- #: bws_menu.php:624 bws_menu.php:933
680
  msgid "System status"
681
  msgstr "Системная информация"
682
 
683
- #: bws_menu.php:629
684
- msgid "Plugins"
685
- msgstr "Плагины"
686
 
687
- #: bws_menu.php:630
688
- msgid "Themes"
689
- msgstr "Темы"
690
 
691
- #: bws_menu.php:634
692
- msgid "All"
693
- msgstr "Все"
694
 
695
- #: bws_menu.php:635
696
- msgid "Installed"
697
- msgstr "Установленные"
 
698
 
699
- #: bws_menu.php:636
700
- msgid "Recommended"
701
- msgstr "Рекомендованные"
 
 
 
 
 
 
702
 
703
- #: bws_menu.php:640
704
- msgid "Installed plugins"
705
- msgstr "Установленные плагины"
706
 
707
- #: bws_menu.php:672 bws_menu.php:721
708
- msgid "Settings"
709
- msgstr "Настройки"
710
 
711
- #: bws_menu.php:693 bws_menu.php:750
712
- msgid "Activate this plugin"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
713
  msgstr "Активировать плагин"
714
 
715
- #: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
716
- msgid "Go"
717
- msgstr "Перейти на"
718
 
719
- #: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
720
- msgid "DONATE"
721
- msgstr "Пожертвовать"
722
 
723
- #: bws_menu.php:758
724
- msgid "Recommended plugins"
725
- msgstr "Рекомендованные к установке плагины"
726
 
727
- #: bws_menu.php:796
728
- msgid "Install now"
729
- msgstr "Установить"
730
 
731
- #: bws_menu.php:817
732
- msgid "Try again"
733
- msgstr "Попробовать снова"
734
 
735
- #: bws_menu.php:835
736
- #, php-format
737
- msgid "Preview &#8220;%s&#8221;"
738
- msgstr "Просмотр &#8220;%s&#8221;"
 
 
 
739
 
740
- #: bws_menu.php:866
741
  #, php-format
742
- msgid "Install %s"
743
- msgstr "Установлено %s"
744
 
745
- #: bws_menu.php:866
746
  msgid "Install Now"
747
  msgstr "Установить"
748
 
749
- #: bws_menu.php:869
750
- #, php-format
751
- msgid "Update to version %s"
752
- msgstr "Обновить до версии %s"
753
 
754
- #: bws_menu.php:869
755
- msgid "Update"
756
- msgstr "Обновить"
757
 
758
- #: bws_menu.php:876
759
- #, php-format
760
- msgid "Preview %s"
761
- msgstr "Просмотр %s"
762
 
763
- #: bws_menu.php:876
764
- msgid "Preview"
765
- msgstr "Просмотр"
 
 
 
 
766
 
767
- #: bws_menu.php:882 bws_menu.php:914
768
  #, php-format
769
  msgid "By %s"
770
  msgstr "%s"
771
 
772
- #: bws_menu.php:888
773
- msgid "Details"
774
- msgstr "Детали"
775
-
776
- #: bws_menu.php:920
777
  msgid "Already Installed"
778
  msgstr "Уже установлена"
779
 
780
- #: bws_menu.php:936
 
 
 
 
 
 
 
 
 
 
 
 
781
  msgid "Environment"
782
  msgstr "Системная среда"
783
 
784
- #: bws_menu.php:947
785
  msgid "Active Plugins"
786
  msgstr "Активированные плагины"
787
 
788
- #: bws_menu.php:960
789
  msgid "Inactive Plugins"
790
  msgstr "Неактивированные плагины"
791
 
792
- #: bws_menu.php:976
793
- msgid "Send to support"
794
- msgstr "Отправить в тех. поддержку"
795
 
796
- #: bws_menu.php:983
797
- msgid "Send to custom email &#187;"
798
- msgstr "Отправить на емейл &#187;"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
799
 
800
  #~ msgid "Add BWS Plugins Shortcode"
801
  #~ msgstr "Добавить шорткод BWS Плагина"
@@ -837,9 +1051,6 @@ msgstr "Отправить на емейл &#187;"
837
  #~ msgid "Free themes"
838
  #~ msgstr "Бесплатные темы"
839
 
840
- #~ msgid "Activated theme"
841
- #~ msgstr "Активная тема"
842
-
843
  #~ msgid "Customize &#8220;%s&#8221;"
844
  #~ msgstr "Кастомизировать &#8220;%s&#8221;"
845
 
@@ -855,8 +1066,5 @@ msgstr "Отправить на емейл &#187;"
855
  #~ msgid "Switch to old interface"
856
  #~ msgstr "Переключится на старый интерфейс"
857
 
858
- #~ msgid "Donate"
859
- #~ msgstr "Пожертвовать"
860
-
861
  #~ msgid "installed"
862
  #~ msgstr "установлен"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-06-30 14:14+0300\n"
6
+ "PO-Revision-Date: 2016-06-30 14:14+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_functions.php:38 bws_menu.php:282 bws_menu.php:330
20
+ msgid "Plugins"
21
+ msgstr "Плагины"
22
+
23
+ #: bws_functions.php:39 bws_menu.php:283 bws_menu.php:579
24
+ msgid "Themes"
25
+ msgstr "Темы"
26
+
27
+ #: bws_functions.php:40
28
+ msgid "System Status"
29
+ msgstr "Системная информация"
30
+
31
+ #: bws_functions.php:75 bws_functions.php:101
32
  msgid "requires"
33
  msgstr "требует"
34
 
35
+ #: bws_functions.php:77
36
  msgid ""
37
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
38
  "try again."
40
  "или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и "
41
  "попробуйте еще раз."
42
 
43
+ #: bws_functions.php:78
44
  msgid "Back to the WordPress"
45
  msgstr "Вернуться к WordPress на"
46
 
47
+ #: bws_functions.php:80
48
  msgid "Plugins page"
49
  msgstr "Страницу плагинов"
50
 
51
+ #: bws_functions.php:103
52
  msgid ""
53
  "or higher! We do not guarantee that our plugin will work correctly. Please "
54
  "upgrade to WordPress latest version."
56
  "или выше! Мы не гарантируем, что наш плагин будет работать корректно. "
57
  "Пожалуйста, обновите WordPress до последней версии."
58
 
59
+ #: bws_functions.php:118
60
+ msgid "Thank you for installing"
61
+ msgstr "Спасибо за установку"
62
+
63
+ #: bws_functions.php:119
64
+ msgid "Let's get started"
65
+ msgstr "Давайте начнем"
66
+
67
+ #: bws_functions.php:120 bws_functions.php:153 bws_menu.php:525
68
+ #: bws_menu.php:527
69
+ msgid "Settings"
70
+ msgstr "Настройки"
71
+
72
+ #: bws_functions.php:122 bws_functions.php:479
73
+ msgid "or"
74
+ msgstr "или"
75
+
76
+ #: bws_functions.php:123 bws_functions.php:155
77
+ msgid "Add New"
78
+ msgstr "Добавить"
79
+
80
+ #: bws_functions.php:127 bws_functions.php:137 bws_functions.php:213
81
+ #: bws_functions.php:724 bws_functions.php:828
82
  msgid "Close notice"
83
  msgstr "Закрыть"
84
 
85
+ #: bws_functions.php:142
86
+ msgid "Thank you for installing plugins by BestWebSoft!"
87
+ msgstr "Спасибо за установку плагинов компании BestWebSoft!"
88
+
89
+ #: bws_functions.php:144
90
+ msgid "More Details"
91
+ msgstr "Детали"
92
+
93
+ #: bws_functions.php:145
94
+ msgid "Less Details"
95
+ msgstr "Скрыть детали"
96
+
97
+ #: bws_functions.php:218
98
  msgid "It’s time to upgrade your"
99
  msgstr "Настало время обновить Ваш"
100
 
101
+ #: bws_functions.php:218
102
  msgid "to"
103
  msgstr "до"
104
 
105
+ #: bws_functions.php:218
106
  msgid "version!"
107
  msgstr "версии!"
108
 
109
+ #: bws_functions.php:219
110
  msgid "Extend standard plugin functionality with new great options."
111
  msgstr "Расширяет возможности стандартного функционала плагина."
112
 
113
+ #: bws_functions.php:222 bws_functions.php:665 bws_menu.php:595
114
  msgid "Learn More"
115
  msgstr "Подробнее"
116
 
117
+ #: bws_functions.php:239
118
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
119
  msgstr ""
120
  "Если вам понравился плагин, пожалуйста, поставьте нам 5 звезд на WordPress"
121
 
122
+ #: bws_functions.php:240
123
  msgid "Rate the plugin"
124
  msgstr "Оценить плагин"
125
 
126
+ #: bws_functions.php:243
127
  msgid "If there is something wrong about it, please contact us"
128
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
129
 
130
+ #: bws_functions.php:247
131
+ msgid "Donations play an important role in supporting great projects"
132
+ msgstr "Пожертвования играют важную роль в поддержке проектов"
133
+
134
+ #: bws_functions.php:277
135
  msgid "Check premium options on the plugin settings page!"
136
  msgstr "Просмотрите премиум опции на странице настроек плагина!"
137
 
138
+ #: bws_functions.php:284 bws_functions.php:320 bws_menu.php:87
139
+ #: bws_menu.php:114
140
  msgid "Wrong license key"
141
  msgstr "Неправильный лицензионный ключ"
142
 
143
+ #: bws_functions.php:314 bws_functions.php:578 bws_functions.php:629
144
+ #: bws_menu.php:108
145
  msgid ""
146
  "Something went wrong. Please try again later. If the error appears again, "
147
  "please contact us"
149
  "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
150
  "пожалуйста, свяжитесь с нами"
151
 
152
+ #: bws_functions.php:314 bws_functions.php:578 bws_functions.php:629
153
+ #: bws_menu.php:108
154
  msgid "We are sorry for inconvenience."
155
  msgstr "Приносим извинения за неудобства."
156
 
157
+ #: bws_functions.php:322
158
  msgid "This license key is bind to another site"
159
  msgstr "Этот лицензионный ключ привязан к другому сайту"
160
 
161
+ #: bws_functions.php:324 bws_functions.php:488
162
  msgid ""
163
  "Unfortunately, you have exceeded the number of available tries per day. "
164
  "Please, upload the plugin manually."
166
  "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
167
  "загрузите плагин вручную."
168
 
169
+ #: bws_functions.php:326 bws_menu.php:120
170
  msgid ""
171
  "Unfortunately, Your license has expired. To continue getting top-priority "
172
  "support and plugin updates you should extend it in your"
175
  "обновлений приоритетного саппорта вам нужно продлить лицензию перейдя на "
176
  "вашей"
177
 
178
+ #: bws_functions.php:328 bws_menu.php:122
179
  msgid ""
180
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
181
  "Trial license can be installed only once."
183
  "К сожалению, Pro лицензия уже была установлена на этом доменен. Pro Trial "
184
  "лицензия может быть установлена только один раз."
185
 
186
+ #: bws_functions.php:349 bws_functions.php:371 bws_functions.php:393
187
+ #: bws_menu.php:370 bws_menu.php:401 bws_menu.php:412
188
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
189
  msgstr ""
190
  "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
191
 
192
+ #: bws_functions.php:361 bws_menu.php:387
193
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
194
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
195
 
196
+ #: bws_functions.php:367 bws_menu.php:394
197
  msgid ""
198
  "Your server does not support either ZipArchive or Phar. Please, upload the "
199
  "plugin manually"
201
  "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
202
  "Пожалуйста, загрузите плагин вручную"
203
 
204
+ #: bws_functions.php:374 bws_menu.php:404
205
  msgid "UploadDir is not writable. Please, upload the plugin manually"
206
  msgstr ""
207
  "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
208
 
209
+ #: bws_functions.php:397 bws_menu.php:139
210
  msgid ""
211
  "Something went wrong. Try again later or upload the plugin manually. We are "
212
  "sorry for inconvenience."
214
  "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. "
215
  "Приносим извинения за неудобства."
216
 
217
+ #: bws_functions.php:422
218
  msgid "Please, enter Your license key"
219
  msgstr "Пожалуйста, введите ваш лицензионный ключ"
220
 
221
+ #: bws_functions.php:452
222
  msgid ""
223
+ "Congratulations! Pro version of the plugin is successfully installed and "
224
  "activated."
225
  msgstr "Поздравляем! Pro версия плагина была успешно загружена и активирована."
226
 
227
+ #: bws_functions.php:454 bws_functions.php:545
228
  msgid "Please, go to"
229
  msgstr "Пожалуйста, перейдите на"
230
 
231
+ #: bws_functions.php:454 bws_functions.php:545
232
  msgid "the setting page"
233
  msgstr "страницу настроек"
234
 
235
+ #: bws_functions.php:455 bws_functions.php:546
236
  msgid "You will be redirected automatically in 5 seconds."
237
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
238
 
239
+ #: bws_functions.php:462
240
  msgid "Show Pro features"
241
  msgstr "Показать Pro опции"
242
 
243
+ #: bws_functions.php:469
244
+ msgid "Enter your license key to install and activate"
245
+ msgstr "Введите лицензионный ключ для установки и активации"
246
 
247
+ #: bws_functions.php:471
248
+ msgid "version of the plugin."
249
+ msgstr "версия плагина."
 
 
 
 
 
 
 
 
250
 
251
+ #: bws_functions.php:473 bws_functions.php:514
252
+ msgid "License key can be found in the"
253
+ msgstr "Лицензионный ключ можно найти в"
 
 
254
 
255
+ #: bws_functions.php:475 bws_functions.php:516
256
+ msgid "(your username is the email address specified during the purchase)."
257
+ msgstr "(ваше имя пользователя - это емейл, указанный при покупке)."
258
 
259
+ #: bws_functions.php:479
260
  #, php-format
261
  msgid "Start Your Free %s-Day Trial Now"
262
  msgstr "Попробуйте %s-дневную Trial версию бесплатно"
263
 
264
+ #: bws_functions.php:485 bws_functions.php:494 bws_functions.php:524
265
+ #: bws_functions.php:532 bws_functions.php:1398 bws_menu.php:531
266
+ #: bws_menu.php:540
267
  msgid "Activate"
268
  msgstr "Активировать"
269
 
270
+ #: bws_functions.php:511 bws_functions.php:604
271
  #, php-format
272
  msgid ""
273
  "In order to continue using the plugin it is necessary to buy a %s license."
274
  msgstr ""
275
  "Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
276
 
277
+ #: bws_functions.php:512
278
  msgid "After that you can activate it by entering your license key."
279
  msgstr "После этого вы сможете активировать его введя лицензионный ключ."
280
 
281
+ #: bws_functions.php:526 bws_menu.php:118 bws_menu.php:306
282
  msgid "Unfortunately, you have exceeded the number of available tries per day."
283
  msgstr "К сожалению, вы превысили количество доступных попыток."
284
 
285
+ #: bws_functions.php:543
286
  msgid ""
287
  "Congratulations! The Pro license of the plugin is successfully activated."
288
  msgstr "Поздравляем! Pro версия плагина была успешно активирована."
289
 
290
+ #: bws_functions.php:584
291
  msgid "Wrong license key."
292
  msgstr "Неправильный лицензионный ключ."
293
 
294
+ #: bws_functions.php:586
295
  msgid "This license key is bind to another site."
296
  msgstr "Этот лицензионный ключ привязан к другому сайту."
297
 
298
+ #: bws_functions.php:588
299
  msgid ""
300
  "This license key is valid, but Your license has expired. If you want to "
301
  "update our plugin in future, you should extend the license."
303
  "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите "
304
  "обновлять плагин в будущем, вы должны продлить лицензию."
305
 
306
+ #: bws_functions.php:590
307
  msgid "Unfortunately, you have exceeded the number of available tries."
308
  msgstr "К сожалению, вы превысили количество доступных попыток."
309
 
310
+ #: bws_functions.php:592
311
  msgid ""
312
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
313
  "The Pro Trial license can be installed only once."
315
  "К сожалению, Pro Trial версия плагина уже устанавливалась на этот домен. Pro "
316
  "Trial версию можно устанавливать лишь один раз."
317
 
318
+ #: bws_functions.php:596
319
  msgid "The Pro Trial license key is valid."
320
  msgstr "Ключ Pro Trial версии действителен."
321
 
322
+ #: bws_functions.php:598 bws_menu.php:128
323
  msgid "The license key is valid."
324
  msgstr "Лицензионный ключ действителен."
325
 
326
+ #: bws_functions.php:601 bws_menu.php:130
327
  msgid "Your license will expire on"
328
  msgstr "Ваша лицензия истечет"
329
 
330
+ #: bws_functions.php:634
331
  msgid "Please, enter your license key"
332
  msgstr "Пожалуйста, введите Ваш лицензионный ключ"
333
 
334
+ #: bws_functions.php:647
335
  msgid ""
336
  "If needed you can check if the license key is correct or reenter it in the "
337
  "field below. You can find your license key on your personal page - Client "
341
  "повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на "
342
  "своей личной странице - Client area - на нашем сайте"
343
 
344
+ #: bws_functions.php:647
345
  msgid ""
346
+ "(your username is the email address specified during the purchase). If "
347
  "necessary, please submit \"Lost your password?\" request."
348
  msgstr ""
349
+ "(ваше имя пользователя - это емейл, указанный при покупке). При "
350
  "необходимости нажмите \"Забыли пароль?\"."
351
 
352
+ #: bws_functions.php:651 bws_menu.php:304 bws_menu.php:315
353
  msgid "Check license key"
354
  msgstr "Проверка лицензионного ключа"
355
 
356
+ #: bws_functions.php:665
357
  msgid "WARNING: Illegal use notification"
358
  msgstr "ВНИМАНИЕ: уведомление о незаконном использовании"
359
 
360
+ #: bws_functions.php:665
361
  msgid ""
362
  "You can use one license of the Pro plugin for one domain only. Please check "
363
  "and edit your license or domain if necessary using you personal Client Area. "
369
  "используя Ваш личный Client Area. Мы настоятельно рекомендуем вам решить "
370
  "проблему в течение 24 часов, в противном случае плагин будет деактивирован."
371
 
372
+ #: bws_functions.php:673
373
  msgid ""
374
  "Notice: Your Pro Trial license has expired. To continue using the plugin you "
375
  "should buy a Pro license"
377
  "Внимание: Срок действия Pro Trial версии истек. Чтобы продолжить "
378
  "пользоваться плагином, пожалуйста, приобретите лицензию Pro"
379
 
380
+ #: bws_functions.php:675
381
  msgid ""
382
  "Your license has expired. To continue getting top-priority support and "
383
  "plugin updates you should extend it."
386
  "плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно "
387
  "продлить лицензию."
388
 
389
+ #: bws_functions.php:675 bws_functions.php:728 bws_functions.php:1353
 
 
390
  msgid "Learn more"
391
  msgstr "Подробнее"
392
 
393
+ #: bws_functions.php:685
394
  #, php-format
395
  msgid "Notice: You are using the Pro Trial license of %s plugin."
396
  msgstr "Внимание: Вы используете Pro Trial версию плагина %s."
397
 
398
+ #: bws_functions.php:687
399
  msgid "Notice: You are using the Pro Trial license of plugin."
400
  msgstr "Внимание: Вы используете Pro Trial версию плагина."
401
 
402
+ #: bws_functions.php:690
403
  msgid "The Pro Trial license will expire on"
404
  msgstr "Ваша лицензия Pro Trial версии плагина истекает"
405
 
406
+ #: bws_functions.php:728
407
  msgid "You license for"
408
  msgstr "Ваш лицензионный ключ для"
409
 
410
+ #: bws_functions.php:728
411
  msgid "expires on"
412
  msgstr "истекает"
413
 
414
+ #: bws_functions.php:728
415
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
416
  msgstr "и вы не будете получать приоритетную тех.поддержку или обновления."
417
 
418
+ #: bws_functions.php:823
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
419
  msgid "Thank you for choosing"
420
  msgstr "Спасибо за выбор"
421
 
422
+ #: bws_functions.php:824
423
  msgid ""
424
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
425
  "we'd love to hear about it!"
428
  "функционала плагина, пожалуйста, присылайте их нам! Мы вседа открыты для "
429
  "новых идей!"
430
 
431
+ #: bws_functions.php:825
432
  msgid "Suggest a Feature"
433
  msgstr "Предложить функционал"
434
 
435
+ #: bws_functions.php:841
436
  msgid "Notice"
437
  msgstr "Внимание"
438
 
439
+ #: bws_functions.php:841
440
  msgid "The plugin's settings have been changed."
441
  msgstr "Настройки плагина были изменены"
442
 
443
+ #: bws_functions.php:842 bws_functions.php:1409
444
  msgid "Save Changes"
445
  msgstr "Сохранить изменения"
446
 
447
+ #: bws_functions.php:856
448
  msgid ""
449
  "You can always look at premium options by clicking on the \"Show Pro features"
450
  "\" in the \"Go PRO\" tab"
452
  "Вы всегда можете просмотреть премиум опции нажав на кнопку \"Показать Pro "
453
  "опции\" на вкладке \"Перейти на PRO\""
454
 
455
+ #: bws_functions.php:985
456
  msgid "Add shortcode"
457
  msgstr "Добавить шорткод"
458
 
459
+ #: bws_functions.php:985
460
  msgid "Add BestWebSoft plugins' shortcodes using this button."
461
  msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
462
 
463
+ #: bws_functions.php:1034
464
  msgid "Close"
465
  msgstr "Закрыть"
466
 
467
+ #: bws_functions.php:1126
468
  msgid "Restore all plugin settings to defaults"
469
  msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
470
 
471
+ #: bws_functions.php:1128
472
  msgid "Restore settings"
473
  msgstr "Восстановить настройки"
474
 
475
+ #: bws_functions.php:1139
476
  msgid "Are you sure you want to restore all settings by default?"
477
  msgstr ""
478
  "Вы уверены что хотите восстановить все настройки плагина к настройкам по "
479
  "умолчанию?"
480
 
481
+ #: bws_functions.php:1142
482
  msgid "Yes, restore all settings"
483
  msgstr "Да, восстановить все настройки"
484
 
485
+ #: bws_functions.php:1143
486
  msgid "No, go back to the settings page"
487
  msgstr "Нет, вернуться на страницу настроек"
488
 
489
+ #: bws_functions.php:1189
490
  msgid "Plugin"
491
  msgstr "Плагин"
492
 
493
+ #: bws_functions.php:1198
494
  msgid "Shortcode settings"
495
  msgstr "Настройки шорткода"
496
 
497
+ #: bws_functions.php:1203
498
  msgid "The shortcode will be inserted"
499
  msgstr "Будет вставлен шорткод"
500
 
501
+ #: bws_functions.php:1208
502
  msgid "Insert"
503
  msgstr "Вставить"
504
 
505
+ #: bws_functions.php:1241
506
  msgid "Visit Help Center"
507
  msgstr "Перейти в Help Center"
508
 
509
+ #: bws_functions.php:1246
510
  msgid "FAQ"
511
  msgstr "FAQ"
512
 
513
+ #: bws_functions.php:1252
514
  msgid "For more information:"
515
  msgstr "Для дополнительной информации:"
516
 
517
+ #: bws_functions.php:1253
518
  msgid "Documentation"
519
  msgstr "Документация"
520
 
521
+ #: bws_functions.php:1254
522
  msgid "Video Instructions"
523
  msgstr "Видео инструкции"
524
 
525
+ #: bws_functions.php:1255
526
  msgid "Submit a Request"
527
  msgstr "Отправить запрос"
528
 
529
+ #: bws_functions.php:1266
530
  msgid "You do not have sufficient permissions to edit plugins for this site."
531
  msgstr ""
532
  "У вас недостаточно полномочий, чтобы редактировать плагины на этом сайте."
533
 
534
+ #: bws_functions.php:1317 bws_functions.php:1344
535
+ #, php-format
536
+ msgid "File %s edited successfully."
537
+ msgstr "Файл %s успешно изменён."
538
 
539
+ #: bws_functions.php:1319 bws_functions.php:1346
540
  msgid "Not enough permissions to create or update the file"
541
  msgstr "Не достаточно прав для создания или обновления файла"
542
 
543
+ #: bws_functions.php:1349
544
+ msgid "Not enough permissions to create the file"
545
+ msgstr "Не достаточно прав для создания файла"
546
+
547
+ #: bws_functions.php:1387
548
  msgid "These styles will be added to the header on all pages of your site."
549
  msgstr "Эти стили будут добавлены в хедер на всех страницах вашего сайта."
550
 
551
+ #: bws_functions.php:1389
552
+ #, php-format
553
+ msgid ""
554
+ "These PHP code will be hooked to the %s action and will be printed on front "
555
+ "end only."
556
+ msgstr ""
557
+ "Этот PHP код будет прикреплен к %s аction и будет добавлен только во "
558
+ "фронтенде."
559
+
560
+ #: bws_functions.php:1393
561
  msgid "Editing"
562
  msgstr "Редактирование"
563
 
564
+ #: bws_functions.php:1395
565
  msgid "Browsing"
566
  msgstr "Просмотр"
567
 
568
+ #: bws_functions.php:1402
569
+ #, php-format
570
+ msgid "Learn more about %s"
571
+ msgstr "Подробнее о %s"
572
 
573
+ #: bws_functions.php:1413
574
  #, php-format
575
  msgid ""
576
+ "You need to make this files writable before you can save your changes. See "
577
+ "%s the Codex %s for more information."
578
  msgstr ""
579
  "Чтобы сохранить изменения, нужно сделать этот файл доступным для записи. "
580
+ "Дополнительную информацию можно получить в %s Кодексе %s."
581
+
582
+ #: bws_menu.php:116
583
+ msgid ""
584
+ "This license key is bind to another website. Change it via personal Client "
585
+ "Area."
586
+ msgstr ""
587
+ "Этот лицензионный ключ привязан к другому сайту. Измените это в Client Area."
588
+
589
+ #: bws_menu.php:116
590
+ msgid "Log in"
591
+ msgstr "Авторизоваться"
592
+
593
+ #: bws_menu.php:132
594
+ msgid "Congratulations! Pro Membership license is successfully activated."
595
+ msgstr "Поздравляем! Pro Membership лицензия успешно активирована."
596
+
597
+ #: bws_menu.php:149
598
+ msgid "Please enter your license key."
599
+ msgstr "Пожалуйста, введите Ваш лицензионный ключ."
600
 
601
+ #: bws_menu.php:161
602
  msgid "Not set"
603
  msgstr "Не задан"
604
 
605
+ #: bws_menu.php:163 bws_menu.php:164
606
  msgid "On"
607
  msgstr "Вкл"
608
 
609
+ #: bws_menu.php:163 bws_menu.php:164
610
  msgid "Off"
611
  msgstr "Выкл"
612
 
613
+ #: bws_menu.php:165 bws_menu.php:166 bws_menu.php:167 bws_menu.php:168
614
+ #: bws_menu.php:169 bws_menu.php:181
615
  msgid "N/A"
616
  msgstr "Неизвестно"
617
 
618
+ #: bws_menu.php:169
619
  msgid " Mb"
620
  msgstr "Mb"
621
 
622
+ #: bws_menu.php:170 bws_menu.php:171 bws_menu.php:172 bws_menu.php:177
623
  msgid "Yes"
624
  msgstr "Да"
625
 
626
+ #: bws_menu.php:170 bws_menu.php:171 bws_menu.php:172 bws_menu.php:179
627
  msgid "No"
628
  msgstr "Нет"
629
 
630
+ #: bws_menu.php:190
631
  msgid "Operating System"
632
  msgstr "Операционная система"
633
 
634
+ #: bws_menu.php:191
635
  msgid "Server"
636
  msgstr "Тип сервера"
637
 
638
+ #: bws_menu.php:192
639
  msgid "Memory usage"
640
  msgstr "Памяти использовано"
641
 
642
+ #: bws_menu.php:193
643
  msgid "MYSQL Version"
644
  msgstr "Версия MYSQL"
645
 
646
+ #: bws_menu.php:194
647
  msgid "SQL Mode"
648
  msgstr "Режим SQL"
649
 
650
+ #: bws_menu.php:195
651
  msgid "PHP Version"
652
  msgstr "Версия PHP"
653
 
654
+ #: bws_menu.php:196
655
  msgid "PHP Safe Mode"
656
  msgstr "PHP Safe Mode"
657
 
658
+ #: bws_menu.php:197
659
  msgid "PHP Allow URL fopen"
660
  msgstr "PHP Allow URL fopen"
661
 
662
+ #: bws_menu.php:198
663
  msgid "PHP Memory Limit"
664
  msgstr "Лимит памяти"
665
 
666
+ #: bws_menu.php:199
667
  msgid "PHP Max Upload Size"
668
  msgstr "Макс. размер загружаемого файла"
669
 
670
+ #: bws_menu.php:200
671
  msgid "PHP Max Post Size"
672
  msgstr "Макс. размер записи"
673
 
674
+ #: bws_menu.php:201
675
  msgid "PHP Max Script Execute Time"
676
  msgstr "Макс. время выполнения сценария"
677
 
678
+ #: bws_menu.php:202
679
  msgid "PHP Exif support"
680
  msgstr "Поддержка PHP Exif"
681
 
682
+ #: bws_menu.php:203
683
  msgid "PHP IPTC support"
684
  msgstr "Поддержка PHP IPTC"
685
 
686
+ #: bws_menu.php:204
687
  msgid "PHP XML support"
688
  msgstr "Поддержка PHP XML"
689
 
690
+ #: bws_menu.php:205
691
  msgid "Site URL"
692
  msgstr "Адрес сайта"
693
 
694
+ #: bws_menu.php:206
695
  msgid "Home URL"
696
  msgstr "Основной адрес сайта"
697
 
698
+ #: bws_menu.php:209
699
  msgid "WordPress Version"
700
  msgstr "Версия WordPress"
701
 
702
+ #: bws_menu.php:210
703
  msgid "WordPress DB Version"
704
  msgstr "Версия базы данных WordPress"
705
 
706
+ #: bws_menu.php:211
707
  msgid "Multisite"
708
  msgstr "Мультиблог"
709
 
710
+ #: bws_menu.php:212
711
  msgid "Active Theme"
712
  msgstr "Текущая тема"
713
 
714
+ #: bws_menu.php:226
715
  msgid "Please enter a valid email address."
716
  msgstr "Пожалуйста, введите валидный емайл."
717
 
718
+ #: bws_menu.php:230
719
  msgid "Email with system info is sent to "
720
  msgstr "Емейл с системной информацией отправлен на"
721
 
722
+ #: bws_menu.php:234
723
  msgid "Thank you for contacting us."
724
  msgstr "Спасибо что связались с нами."
725
 
726
+ #: bws_menu.php:267
727
  msgid "Sorry, email message could not be delivered."
728
  msgstr "Извините, ваш емейл не может быть отправлен."
729
 
730
+ #: bws_menu.php:286 bws_menu.php:626
 
 
 
 
 
 
 
 
731
  msgid "System status"
732
  msgstr "Системная информация"
733
 
734
+ #: bws_menu.php:287
735
+ msgid "Support"
736
+ msgstr "Тех. поддержка"
737
 
738
+ #: bws_menu.php:288
739
+ msgid "Manage purchased licenses & subscriptions"
740
+ msgstr "Управление купленными лицензиями и подписками"
741
 
742
+ #: bws_menu.php:288
743
+ msgid "Client Area"
744
+ msgstr "Client Area"
745
 
746
+ #: bws_menu.php:296
747
+ #, php-format
748
+ msgid "Get Access to %s+ Premium Plugins"
749
+ msgstr "Получить Доступ к %s+ Премиум Плагинам"
750
 
751
+ #: bws_menu.php:297
752
+ #, php-format
753
+ msgid ""
754
+ "Join BestWebSoft Pro Membership today, cancel any time and use all plugins "
755
+ "on a single website %s for only %s per month."
756
+ msgstr ""
757
+ "Присоединяйтесь к BestWebSoft Pro Membership сегодня, отменяйте подписку в "
758
+ "любое время и используйте все плагины на одном сайте %s всего лишь за %s в "
759
+ "месяц."
760
 
761
+ #: bws_menu.php:309
762
+ msgid "Enter your license key"
763
+ msgstr "Ваш лицензионный ключ"
764
 
765
+ #: bws_menu.php:313
766
+ msgid "Activate Membership"
767
+ msgstr "Активировать Membership"
768
 
769
+ #: bws_menu.php:322
770
+ msgid "Don’t have valid license key yet?"
771
+ msgstr "Нет действующего лицензионного ключа?"
772
+
773
+ #: bws_menu.php:322
774
+ msgid "Subscribe to Pro Membership Now"
775
+ msgstr "Подписаться на Pro Membership Сейчас"
776
+
777
+ #: bws_menu.php:331
778
+ msgid "Upload Plugin"
779
+ msgstr "Добавить новый"
780
+
781
+ #: bws_menu.php:335
782
+ #, php-format
783
+ msgid ""
784
+ "The plugin generated %d characters of <strong>unexpected output</strong> "
785
+ "during activation. If you notice &#8220;headers already sent&#8221; "
786
+ "messages, problems with syndication feeds or other issues, try deactivating "
787
+ "or removing this plugin."
788
+ msgstr ""
789
+ "Плагин произвёл при активации %d символов <strong>неожиданного вывода</"
790
+ "strong>. Если вы заметите ошибку &laquo;headers already sent&raquo;, "
791
+ "проблемы с RSS-лентами или другие неполадки, попробуйте деактивировать или "
792
+ "удалить этот плагин."
793
+
794
+ #: bws_menu.php:337
795
+ msgid ""
796
+ "Plugin could not be activated because it triggered a <strong>fatal error</"
797
+ "strong>."
798
+ msgstr ""
799
+ "Плагин не может быть активирован, поскольку он вызвал <strong>фатальную "
800
+ "ошибку</strong>."
801
+
802
+ #: bws_menu.php:340
803
+ msgid "Plugin <strong>activated</strong>."
804
+ msgstr "Плагин <strong>активировано</strong>."
805
+
806
+ #: bws_menu.php:347
807
+ msgid "Installing Plugin"
808
+ msgstr "Установка плагина"
809
+
810
+ #: bws_menu.php:353
811
+ msgid "Downloading install package from"
812
+ msgstr "Скачивание установочного пакета из"
813
+
814
+ #: bws_menu.php:378
815
+ msgid "Unpacking the package"
816
+ msgstr "Распаковка пакета"
817
+
818
+ #: bws_menu.php:383 bws_menu.php:391
819
+ msgid "Installing the plugin"
820
+ msgstr "Установка плагина"
821
+
822
+ #: bws_menu.php:397
823
+ msgid "Successfully installed the plugin"
824
+ msgstr "Успешно установлен плагин"
825
+
826
+ #: bws_menu.php:409
827
+ msgid "Activate Plugin"
828
  msgstr "Активировать плагин"
829
 
830
+ #: bws_menu.php:409 bws_menu.php:415
831
+ msgid "Return to BestWebSoft Panel"
832
+ msgstr "Возврат к BestWebSoft Panel"
833
 
834
+ #: bws_menu.php:419 bws_menu.php:434 bws_menu.php:561
835
+ msgid "All"
836
+ msgstr "Все"
837
 
838
+ #: bws_menu.php:420
839
+ msgid "Installed"
840
+ msgstr "Установленные"
841
 
842
+ #: bws_menu.php:421
843
+ msgid "Not Installed"
844
+ msgstr "Не установленные"
845
 
846
+ #: bws_menu.php:427
847
+ msgid "Filter results"
848
+ msgstr "Фильтр результатов"
849
 
850
+ #: bws_menu.php:430 bws_menu.php:557
851
+ msgid "Category"
852
+ msgstr "Категория"
853
+
854
+ #: bws_menu.php:496
855
+ msgid "Renew to get updates"
856
+ msgstr "Продлить для обновления"
857
 
858
+ #: bws_menu.php:499
859
  #, php-format
860
+ msgid "Update to v %s"
861
+ msgstr "Обновить до версии %s"
862
 
863
+ #: bws_menu.php:511 bws_menu.php:534 bws_menu.php:543
864
  msgid "Install Now"
865
  msgstr "Установить"
866
 
867
+ #: bws_menu.php:517
868
+ msgid "Upgrade to Pro"
869
+ msgstr "Обновиться на Pro"
 
870
 
871
+ #: bws_menu.php:521
872
+ msgid "Donate"
873
+ msgstr "Пожертвовать"
874
 
875
+ #: bws_menu.php:531 bws_menu.php:540
876
+ msgid "Activate this plugin"
877
+ msgstr "Активировать плагин"
 
878
 
879
+ #: bws_menu.php:543
880
+ msgid "Install this plugin"
881
+ msgstr "Установить этот плагин"
882
+
883
+ #: bws_menu.php:552
884
+ msgid "Nothing found. Try another criteria."
885
+ msgstr "Ничего не найдено. Попробуйте другие критерии."
886
 
887
+ #: bws_menu.php:589 bws_menu.php:609
888
  #, php-format
889
  msgid "By %s"
890
  msgstr "%s"
891
 
892
+ #: bws_menu.php:615
 
 
 
 
893
  msgid "Already Installed"
894
  msgstr "Уже установлена"
895
 
896
+ #: bws_menu.php:623
897
+ msgid "Browse Free WordPress Themes"
898
+ msgstr "Обзор бесплатных WordPress тем"
899
+
900
+ #: bws_menu.php:632
901
+ msgid "Send to support"
902
+ msgstr "Отправить в тех. поддержку"
903
+
904
+ #: bws_menu.php:639
905
+ msgid "Send to custom email &#187;"
906
+ msgstr "Отправить на емейл &#187;"
907
+
908
+ #: bws_menu.php:646
909
  msgid "Environment"
910
  msgstr "Системная среда"
911
 
912
+ #: bws_menu.php:657
913
  msgid "Active Plugins"
914
  msgstr "Активированные плагины"
915
 
916
+ #: bws_menu.php:670
917
  msgid "Inactive Plugins"
918
  msgstr "Неактивированные плагины"
919
 
920
+ #: product_list.php:7
921
+ msgid "Advertisement"
922
+ msgstr "Реклама"
923
 
924
+ #: product_list.php:8
925
+ msgid "Content & Media"
926
+ msgstr "Содержание & Медиа"
927
+
928
+ #: product_list.php:9
929
+ msgid "Management"
930
+ msgstr "Управление"
931
+
932
+ #: product_list.php:10
933
+ msgid "Recommended"
934
+ msgstr "Рекомендованные"
935
+
936
+ #: product_list.php:11
937
+ msgid "Security"
938
+ msgstr "Безопасность"
939
+
940
+ #: product_list.php:12
941
+ msgid "Site Stats"
942
+ msgstr "Статистика сайта"
943
+
944
+ #: product_list.php:13
945
+ msgid "Social"
946
+ msgstr "Социальное"
947
+
948
+ #: product_list.php:14
949
+ msgid "Utilities"
950
+ msgstr "Утилиты"
951
+
952
+ #: product_list.php:15
953
+ msgid "Other"
954
+ msgstr "Другое"
955
+
956
+ #~ msgid "My Account"
957
+ #~ msgstr "Мой аккаунт"
958
+
959
+ #~ msgid "BWS Panel"
960
+ #~ msgstr "BWS Панель"
961
+
962
+ #~ msgid "panel"
963
+ #~ msgstr "панель"
964
+
965
+ #~ msgid "You can download and activate"
966
+ #~ msgstr "Вы можете скачать и активировать"
967
+
968
+ #~ msgid "version of this plugin by entering Your license key."
969
+ #~ msgstr "версию этого плагина, введя ваш лицензионный ключ."
970
+
971
+ #~ msgid ""
972
+ #~ "You can find your license key on your personal page Client area, by "
973
+ #~ "clicking on the link"
974
+ #~ msgstr ""
975
+ #~ "Вы можете найти ваш лицензионный ключ на вашей личной странице Client "
976
+ #~ "area, нажав на ссылку"
977
+
978
+ #~ msgid "Configure Settings"
979
+ #~ msgstr "Настройка параметров"
980
+
981
+ #~ msgid "Need help?"
982
+ #~ msgstr "Нужна помощь?"
983
+
984
+ #~ msgid "Go"
985
+ #~ msgstr "Перейти на"
986
+
987
+ #~ msgid "DONATE"
988
+ #~ msgstr "Пожертвовать"
989
+
990
+ #~ msgid "Recommended plugins"
991
+ #~ msgstr "Рекомендованные к установке плагины"
992
+
993
+ #~ msgid "Install now"
994
+ #~ msgstr "Установить"
995
+
996
+ #~ msgid "Try again"
997
+ #~ msgstr "Попробовать снова"
998
+
999
+ #~ msgid "Preview &#8220;%s&#8221;"
1000
+ #~ msgstr "Просмотр &#8220;%s&#8221;"
1001
+
1002
+ #~ msgid "Install %s"
1003
+ #~ msgstr "Установлено %s"
1004
+
1005
+ #~ msgid "Update"
1006
+ #~ msgstr "Обновить"
1007
+
1008
+ #~ msgid "Preview %s"
1009
+ #~ msgstr "Просмотр %s"
1010
+
1011
+ #~ msgid "Preview"
1012
+ #~ msgstr "Просмотр"
1013
 
1014
  #~ msgid "Add BWS Plugins Shortcode"
1015
  #~ msgstr "Добавить шорткод BWS Плагина"
1051
  #~ msgid "Free themes"
1052
  #~ msgstr "Бесплатные темы"
1053
 
 
 
 
1054
  #~ msgid "Customize &#8220;%s&#8221;"
1055
  #~ msgstr "Кастомизировать &#8220;%s&#8221;"
1056
 
1066
  #~ msgid "Switch to old interface"
1067
  #~ msgstr "Переключится на старый интерфейс"
1068
 
 
 
 
1069
  #~ msgid "installed"
1070
  #~ msgstr "установлен"
bws_menu/languages/bestwebsoft-sr_RS.mo DELETED
Binary file
bws_menu/languages/bestwebsoft-sr_RS.po DELETED
@@ -1,1167 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: bestwebsoft\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-03-10 15:40+0300\n"
6
- "PO-Revision-Date: 2016-03-10 15:40+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
- "Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
9
- "Language: fr_FR\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
- "X-Generator: Poedit 1.5.4\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
-
20
- #: bws_functions.php:65 bws_functions.php:89
21
- msgid "requires"
22
- msgstr ""
23
-
24
- #: bws_functions.php:67
25
- msgid ""
26
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
27
- "try again."
28
- msgstr ""
29
-
30
- #: bws_functions.php:68
31
- msgid "Back to the WordPress"
32
- msgstr ""
33
-
34
- #: bws_functions.php:70
35
- #, fuzzy
36
- msgid "Plugins page"
37
- msgstr "Pro moduli"
38
-
39
- #: bws_functions.php:91
40
- msgid ""
41
- "or higher! We do not guarantee that our plugin will work correctly. Please "
42
- "upgrade to WordPress latest version."
43
- msgstr ""
44
-
45
- #: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
46
- #: bws_functions.php:755
47
- msgid "Close notice"
48
- msgstr ""
49
-
50
- #: bws_functions.php:148
51
- msgid "It’s time to upgrade your"
52
- msgstr ""
53
-
54
- #: bws_functions.php:148
55
- #, fuzzy
56
- msgid "to"
57
- msgstr "vrh"
58
-
59
- #: bws_functions.php:148
60
- #, fuzzy
61
- msgid "version!"
62
- msgstr "PHP Verzija"
63
-
64
- #: bws_functions.php:149
65
- msgid "Extend standard plugin functionality with new great options."
66
- msgstr ""
67
-
68
- #: bws_functions.php:152 bws_functions.php:593
69
- #, fuzzy
70
- msgid "Learn More"
71
- msgstr "Pročitaj više"
72
-
73
- #: bws_functions.php:169
74
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
75
- msgstr ""
76
-
77
- #: bws_functions.php:170
78
- #, fuzzy
79
- msgid "Rate the plugin"
80
- msgstr "Aktivirani moduli"
81
-
82
- #: bws_functions.php:173
83
- #, fuzzy
84
- msgid "If there is something wrong about it, please contact us"
85
- msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
86
-
87
- #: bws_functions.php:205
88
- msgid "Check premium options on the plugin settings page!"
89
- msgstr ""
90
-
91
- #: bws_functions.php:212 bws_functions.php:248
92
- msgid "Wrong license key"
93
- msgstr ""
94
-
95
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
96
- msgid ""
97
- "Something went wrong. Please try again later. If the error appears again, "
98
- "please contact us"
99
- msgstr ""
100
-
101
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
102
- msgid "We are sorry for inconvenience."
103
- msgstr ""
104
-
105
- #: bws_functions.php:250
106
- msgid "This license key is bind to another site"
107
- msgstr ""
108
-
109
- #: bws_functions.php:252 bws_functions.php:416
110
- msgid ""
111
- "Unfortunately, you have exceeded the number of available tries per day. "
112
- "Please, upload the plugin manually."
113
- msgstr ""
114
-
115
- #: bws_functions.php:254
116
- msgid ""
117
- "Unfortunately, Your license has expired. To continue getting top-priority "
118
- "support and plugin updates you should extend it in your"
119
- msgstr ""
120
-
121
- #: bws_functions.php:256
122
- msgid ""
123
- "Unfortunately, the Pro licence was already installed to this domain. The Pro "
124
- "Trial license can be installed only once."
125
- msgstr ""
126
-
127
- #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
128
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
129
- msgstr ""
130
-
131
- #: bws_functions.php:289
132
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
133
- msgstr ""
134
-
135
- #: bws_functions.php:295
136
- msgid ""
137
- "Your server does not support either ZipArchive or Phar. Please, upload the "
138
- "plugin manually"
139
- msgstr ""
140
-
141
- #: bws_functions.php:302
142
- msgid "UploadDir is not writable. Please, upload the plugin manually"
143
- msgstr ""
144
-
145
- #: bws_functions.php:325
146
- msgid ""
147
- "Something went wrong. Try again later or upload the plugin manually. We are "
148
- "sorry for inconvenience."
149
- msgstr ""
150
-
151
- #: bws_functions.php:350
152
- msgid "Please, enter Your license key"
153
- msgstr ""
154
-
155
- #: bws_functions.php:380
156
- msgid ""
157
- "Congratulations! The Pro version of the plugin is successfully download and "
158
- "activated."
159
- msgstr ""
160
-
161
- #: bws_functions.php:382 bws_functions.php:473
162
- msgid "Please, go to"
163
- msgstr ""
164
-
165
- #: bws_functions.php:382 bws_functions.php:473
166
- #, fuzzy
167
- msgid "the setting page"
168
- msgstr "na stranici za podešavanje modula ("
169
-
170
- #: bws_functions.php:383 bws_functions.php:474
171
- msgid "You will be redirected automatically in 5 seconds."
172
- msgstr ""
173
-
174
- #: bws_functions.php:390
175
- msgid "Show Pro features"
176
- msgstr ""
177
-
178
- #: bws_functions.php:397
179
- msgid "You can download and activate"
180
- msgstr ""
181
-
182
- #: bws_functions.php:399
183
- msgid "version of this plugin by entering Your license key."
184
- msgstr ""
185
-
186
- #: bws_functions.php:401 bws_functions.php:442
187
- msgid ""
188
- "You can find your license key on your personal page Client area, by clicking "
189
- "on the link"
190
- msgstr ""
191
-
192
- #: bws_functions.php:403 bws_functions.php:444
193
- msgid "(your username is the email you specify when purchasing the product)."
194
- msgstr ""
195
-
196
- #: bws_functions.php:407 bws_functions.php:691
197
- msgid "or"
198
- msgstr ""
199
-
200
- #: bws_functions.php:407
201
- #, php-format
202
- msgid "Start Your Free %s-Day Trial Now"
203
- msgstr ""
204
-
205
- #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
206
- #: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
207
- #: bws_menu.php:750
208
- #, fuzzy
209
- msgid "Activate"
210
- msgstr "Aktivirani moduli"
211
-
212
- #: bws_functions.php:439 bws_functions.php:532
213
- #, php-format
214
- msgid ""
215
- "In order to continue using the plugin it is necessary to buy a %s license."
216
- msgstr ""
217
-
218
- #: bws_functions.php:440
219
- msgid "After that you can activate it by entering your license key."
220
- msgstr ""
221
-
222
- #: bws_functions.php:454
223
- msgid "Unfortunately, you have exceeded the number of available tries per day."
224
- msgstr ""
225
-
226
- #: bws_functions.php:471
227
- msgid ""
228
- "Congratulations! The Pro license of the plugin is successfully activated."
229
- msgstr ""
230
-
231
- #: bws_functions.php:512
232
- msgid "Wrong license key."
233
- msgstr ""
234
-
235
- #: bws_functions.php:514
236
- msgid "This license key is bind to another site."
237
- msgstr ""
238
-
239
- #: bws_functions.php:516
240
- msgid ""
241
- "This license key is valid, but Your license has expired. If you want to "
242
- "update our plugin in future, you should extend the license."
243
- msgstr ""
244
-
245
- #: bws_functions.php:518
246
- msgid "Unfortunately, you have exceeded the number of available tries."
247
- msgstr ""
248
-
249
- #: bws_functions.php:520
250
- msgid ""
251
- "Unfortunately, the Pro Trial licence was already installed to this domain. "
252
- "The Pro Trial license can be installed only once."
253
- msgstr ""
254
-
255
- #: bws_functions.php:524
256
- msgid "The Pro Trial license key is valid."
257
- msgstr ""
258
-
259
- #: bws_functions.php:526
260
- msgid "The license key is valid."
261
- msgstr ""
262
-
263
- #: bws_functions.php:529
264
- msgid "Your license will expire on"
265
- msgstr ""
266
-
267
- #: bws_functions.php:562
268
- msgid "Please, enter your license key"
269
- msgstr ""
270
-
271
- #: bws_functions.php:575
272
- msgid ""
273
- "If needed you can check if the license key is correct or reenter it in the "
274
- "field below. You can find your license key on your personal page - Client "
275
- "area - on our website"
276
- msgstr ""
277
-
278
- #: bws_functions.php:575
279
- msgid ""
280
- "(your username is the email you specify when purchasing the product). If "
281
- "necessary, please submit \"Lost your password?\" request."
282
- msgstr ""
283
-
284
- #: bws_functions.php:579
285
- msgid "Check license key"
286
- msgstr ""
287
-
288
- #: bws_functions.php:593
289
- msgid "WARNING: Illegal use notification"
290
- msgstr ""
291
-
292
- #: bws_functions.php:593
293
- msgid ""
294
- "You can use one license of the Pro plugin for one domain only. Please check "
295
- "and edit your license or domain if necessary using you personal Client Area. "
296
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
297
- "the Pro plugin will be deactivated."
298
- msgstr ""
299
-
300
- #: bws_functions.php:601
301
- msgid ""
302
- "Notice: Your Pro Trial license has expired. To continue using the plugin you "
303
- "should buy a Pro license"
304
- msgstr ""
305
-
306
- #: bws_functions.php:603
307
- msgid ""
308
- "Your license has expired. To continue getting top-priority support and "
309
- "plugin updates you should extend it."
310
- msgstr ""
311
-
312
- #: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
313
- #: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
314
- #: bws_menu.php:794
315
- #, fuzzy
316
- msgid "Learn more"
317
- msgstr "Pročitaj više"
318
-
319
- #: bws_functions.php:613
320
- #, php-format
321
- msgid "Notice: You are using the Pro Trial license of %s plugin."
322
- msgstr ""
323
-
324
- #: bws_functions.php:615
325
- msgid "Notice: You are using the Pro Trial license of plugin."
326
- msgstr ""
327
-
328
- #: bws_functions.php:618
329
- msgid "The Pro Trial license will expire on"
330
- msgstr ""
331
-
332
- #: bws_functions.php:656
333
- msgid "You license for"
334
- msgstr ""
335
-
336
- #: bws_functions.php:656
337
- msgid "expires on"
338
- msgstr ""
339
-
340
- #: bws_functions.php:656
341
- msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
342
- msgstr ""
343
-
344
- #: bws_functions.php:687
345
- #, fuzzy
346
- msgid "Thank you for installing"
347
- msgstr "Hvala što ste nas kontaktirali"
348
-
349
- #: bws_functions.php:688
350
- msgid "Let's get started"
351
- msgstr ""
352
-
353
- #: bws_functions.php:689
354
- #, fuzzy
355
- msgid "Configure Settings"
356
- msgstr "na stranici za podešavanje modula ("
357
-
358
- #: bws_functions.php:692
359
- msgid "Add New"
360
- msgstr "Ajouter"
361
-
362
- #: bws_functions.php:750
363
- #, fuzzy
364
- msgid "Thank you for choosing"
365
- msgstr "Hvala što ste nas kontaktirali"
366
-
367
- #: bws_functions.php:751
368
- msgid ""
369
- "If you have a feature, suggestion or idea you'd like to see in the plugin, "
370
- "we'd love to hear about it!"
371
- msgstr ""
372
-
373
- #: bws_functions.php:752
374
- msgid "Suggest a Feature"
375
- msgstr ""
376
-
377
- #: bws_functions.php:768
378
- msgid "Notice"
379
- msgstr ""
380
-
381
- #: bws_functions.php:768
382
- msgid "The plugin's settings have been changed."
383
- msgstr ""
384
-
385
- #: bws_functions.php:769 bws_functions.php:1240
386
- msgid "Save Changes"
387
- msgstr "Sačuvaj izmene"
388
-
389
- #: bws_functions.php:786
390
- msgid ""
391
- "You can always look at premium options by clicking on the \"Show Pro features"
392
- "\" in the \"Go PRO\" tab"
393
- msgstr ""
394
-
395
- #: bws_functions.php:886
396
- #, fuzzy
397
- msgid "Add shortcode"
398
- msgstr "Kratak kod za Galeriju"
399
-
400
- #: bws_functions.php:886
401
- msgid "Add BestWebSoft plugins' shortcodes using this button."
402
- msgstr ""
403
-
404
- #: bws_functions.php:935
405
- msgid "Close"
406
- msgstr ""
407
-
408
- #: bws_functions.php:1027
409
- msgid "Restore all plugin settings to defaults"
410
- msgstr ""
411
-
412
- #: bws_functions.php:1029
413
- #, fuzzy
414
- msgid "Restore settings"
415
- msgstr "na stranici za podešavanje modula ("
416
-
417
- #: bws_functions.php:1040
418
- msgid "Are you sure you want to restore all settings by default?"
419
- msgstr ""
420
-
421
- #: bws_functions.php:1043
422
- msgid "Yes, restore all settings"
423
- msgstr ""
424
-
425
- #: bws_functions.php:1044
426
- #, fuzzy
427
- msgid "No, go back to the settings page"
428
- msgstr "na stranici za podešavanje modula ("
429
-
430
- #: bws_functions.php:1090
431
- #, fuzzy
432
- msgid "Plugin"
433
- msgstr "Pro moduli"
434
-
435
- #: bws_functions.php:1099
436
- #, fuzzy
437
- msgid "Shortcode settings"
438
- msgstr "na stranici za podešavanje modula ("
439
-
440
- #: bws_functions.php:1104
441
- msgid "The shortcode will be inserted"
442
- msgstr ""
443
-
444
- #: bws_functions.php:1109
445
- msgid "Insert"
446
- msgstr ""
447
-
448
- #: bws_functions.php:1140
449
- msgid "Visit Help Center"
450
- msgstr ""
451
-
452
- #: bws_functions.php:1145
453
- msgid "FAQ"
454
- msgstr "FAQ"
455
-
456
- #: bws_functions.php:1151
457
- msgid "For more information:"
458
- msgstr ""
459
-
460
- #: bws_functions.php:1152
461
- msgid "Documentation"
462
- msgstr ""
463
-
464
- #: bws_functions.php:1153
465
- msgid "Video Instructions"
466
- msgstr ""
467
-
468
- #: bws_functions.php:1154
469
- msgid "Submit a Request"
470
- msgstr ""
471
-
472
- #: bws_functions.php:1165
473
- msgid "You do not have sufficient permissions to edit plugins for this site."
474
- msgstr ""
475
-
476
- #: bws_functions.php:1196
477
- msgid "File edited successfully."
478
- msgstr ""
479
-
480
- #: bws_functions.php:1198
481
- msgid "Not enough permissions to create or update the file"
482
- msgstr ""
483
-
484
- #: bws_functions.php:1222
485
- msgid "These styles will be added to the header on all pages of your site."
486
- msgstr ""
487
-
488
- #: bws_functions.php:1225
489
- msgid "Editing"
490
- msgstr ""
491
-
492
- #: bws_functions.php:1227
493
- msgid "Browsing"
494
- msgstr ""
495
-
496
- #: bws_functions.php:1235
497
- #, fuzzy
498
- msgid "Learn more about CSS"
499
- msgstr "Pročitaj više"
500
-
501
- #: bws_functions.php:1243
502
- #, php-format
503
- msgid ""
504
- "You need to make this file writable before you can save your changes. See %s "
505
- "the Codex %s for more information."
506
- msgstr ""
507
-
508
- #: bws_menu.php:509
509
- msgid "Not set"
510
- msgstr "Nije podešeno"
511
-
512
- #: bws_menu.php:511 bws_menu.php:512
513
- msgid "On"
514
- msgstr "Uključeno"
515
-
516
- #: bws_menu.php:511 bws_menu.php:512
517
- msgid "Off"
518
- msgstr "Isključeno"
519
-
520
- #: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
521
- #: bws_menu.php:517 bws_menu.php:529
522
- msgid "N/A"
523
- msgstr "N/A"
524
-
525
- #: bws_menu.php:517
526
- msgid " Mb"
527
- msgstr " Mb"
528
-
529
- #: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
530
- msgid "Yes"
531
- msgstr "Da"
532
-
533
- #: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
534
- msgid "No"
535
- msgstr "Ne"
536
-
537
- #: bws_menu.php:537
538
- msgid "Operating System"
539
- msgstr "Operativni Sistem"
540
-
541
- #: bws_menu.php:538
542
- msgid "Server"
543
- msgstr "Server"
544
-
545
- #: bws_menu.php:539
546
- msgid "Memory usage"
547
- msgstr "Upotreba memorije"
548
-
549
- #: bws_menu.php:540
550
- msgid "MYSQL Version"
551
- msgstr "MYSQL Verzija"
552
-
553
- #: bws_menu.php:541
554
- msgid "SQL Mode"
555
- msgstr "SQL način"
556
-
557
- #: bws_menu.php:542
558
- msgid "PHP Version"
559
- msgstr "PHP Verzija"
560
-
561
- #: bws_menu.php:543
562
- msgid "PHP Safe Mode"
563
- msgstr "PHP Sigurni način"
564
-
565
- #: bws_menu.php:544
566
- msgid "PHP Allow URL fopen"
567
- msgstr "PHP Dozvoli URL fopen"
568
-
569
- #: bws_menu.php:545
570
- msgid "PHP Memory Limit"
571
- msgstr "PHP Ograničenje memorije"
572
-
573
- #: bws_menu.php:546
574
- #, fuzzy
575
- msgid "PHP Max Upload Size"
576
- msgstr "Envoi de fichier"
577
-
578
- #: bws_menu.php:547
579
- msgid "PHP Max Post Size"
580
- msgstr "PHP Max veličina za učitavanje"
581
-
582
- #: bws_menu.php:548
583
- msgid "PHP Max Script Execute Time"
584
- msgstr "PHP Max veličina posta"
585
-
586
- #: bws_menu.php:549
587
- msgid "PHP Exif support"
588
- msgstr "PHP Exif podrška"
589
-
590
- #: bws_menu.php:550
591
- msgid "PHP IPTC support"
592
- msgstr "PHP IPTC podrška"
593
-
594
- #: bws_menu.php:551
595
- msgid "PHP XML support"
596
- msgstr "PHP XML podrška"
597
-
598
- #: bws_menu.php:552
599
- #, fuzzy
600
- msgid "Site URL"
601
- msgstr "URL du lien"
602
-
603
- #: bws_menu.php:553
604
- msgid "Home URL"
605
- msgstr "URL naslovne"
606
-
607
- #: bws_menu.php:556
608
- msgid "WordPress Version"
609
- msgstr "WordPress Verzija"
610
-
611
- #: bws_menu.php:557
612
- msgid "WordPress DB Version"
613
- msgstr "WordPress DB Verzija"
614
-
615
- #: bws_menu.php:558
616
- msgid "Multisite"
617
- msgstr "Višenamenski sajt"
618
-
619
- #: bws_menu.php:559
620
- msgid "Active Theme"
621
- msgstr "Aktivna tema"
622
-
623
- #: bws_menu.php:574
624
- msgid "Please enter a valid email address."
625
- msgstr "Molimo unesite važeću mejl adresu"
626
-
627
- #: bws_menu.php:578
628
- msgid "Email with system info is sent to "
629
- msgstr "Mejl sa sistemskim informacijama je poslat na"
630
-
631
- #: bws_menu.php:582
632
- msgid "Thank you for contacting us."
633
- msgstr "Hvala što ste nas kontaktirali"
634
-
635
- #: bws_menu.php:615
636
- msgid "Sorry, email message could not be delivered."
637
- msgstr "Nažalost mejl poruka nije prosleđena"
638
-
639
- #: bws_menu.php:622
640
- msgid "Need help?"
641
- msgstr ""
642
-
643
- #: bws_menu.php:623
644
- msgid "Client area"
645
- msgstr ""
646
-
647
- #: bws_menu.php:624 bws_menu.php:933
648
- msgid "System status"
649
- msgstr "Sistemski status"
650
-
651
- #: bws_menu.php:629
652
- #, fuzzy
653
- msgid "Plugins"
654
- msgstr "Pro moduli"
655
-
656
- #: bws_menu.php:630
657
- msgid "Themes"
658
- msgstr ""
659
-
660
- #: bws_menu.php:634
661
- msgid "All"
662
- msgstr ""
663
-
664
- #: bws_menu.php:635
665
- #, fuzzy
666
- msgid "Installed"
667
- msgstr "Instalacija %s"
668
-
669
- #: bws_menu.php:636
670
- #, fuzzy
671
- msgid "Recommended"
672
- msgstr "Preporučeni moduli"
673
-
674
- #: bws_menu.php:640
675
- msgid "Installed plugins"
676
- msgstr "Instalirani moduli"
677
-
678
- #: bws_menu.php:672 bws_menu.php:721
679
- msgid "Settings"
680
- msgstr "Podešavanja"
681
-
682
- #: bws_menu.php:693 bws_menu.php:750
683
- #, fuzzy
684
- msgid "Activate this plugin"
685
- msgstr "Aktivirani moduli"
686
-
687
- #: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
688
- msgid "Go"
689
- msgstr ""
690
-
691
- #: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
692
- msgid "DONATE"
693
- msgstr ""
694
-
695
- #: bws_menu.php:758
696
- msgid "Recommended plugins"
697
- msgstr "Preporučeni moduli"
698
-
699
- #: bws_menu.php:796
700
- #, fuzzy
701
- msgid "Install now"
702
- msgstr "Instalacija %s"
703
-
704
- #: bws_menu.php:817
705
- msgid "Try again"
706
- msgstr ""
707
-
708
- #: bws_menu.php:835
709
- #, php-format
710
- msgid "Preview &#8220;%s&#8221;"
711
- msgstr ""
712
-
713
- #: bws_menu.php:866
714
- #, php-format
715
- msgid "Install %s"
716
- msgstr "Instalacija %s"
717
-
718
- #: bws_menu.php:866
719
- #, fuzzy
720
- msgid "Install Now"
721
- msgstr "Instalacija %s"
722
-
723
- #: bws_menu.php:869
724
- #, php-format
725
- msgid "Update to version %s"
726
- msgstr ""
727
-
728
- #: bws_menu.php:869
729
- #, fuzzy
730
- msgid "Update"
731
- msgstr "date"
732
-
733
- #: bws_menu.php:876
734
- #, php-format
735
- msgid "Preview %s"
736
- msgstr ""
737
-
738
- #: bws_menu.php:876
739
- msgid "Preview"
740
- msgstr ""
741
-
742
- #: bws_menu.php:882 bws_menu.php:914
743
- #, php-format
744
- msgid "By %s"
745
- msgstr ""
746
-
747
- #: bws_menu.php:888
748
- msgid "Details"
749
- msgstr ""
750
-
751
- #: bws_menu.php:920
752
- #, fuzzy
753
- msgid "Already Installed"
754
- msgstr "Instalacija %s"
755
-
756
- #: bws_menu.php:936
757
- msgid "Environment"
758
- msgstr "Okruženje"
759
-
760
- #: bws_menu.php:947
761
- #, fuzzy
762
- msgid "Active Plugins"
763
- msgstr "Extensions activées"
764
-
765
- #: bws_menu.php:960
766
- #, fuzzy
767
- msgid "Inactive Plugins"
768
- msgstr "Extensions activées"
769
-
770
- #: bws_menu.php:976
771
- #, fuzzy
772
- msgid "Send to support"
773
- msgstr "Soutien"
774
-
775
- #: bws_menu.php:983
776
- msgid "Send to custom email &#187;"
777
- msgstr "Pošalji na korisnički mejl &#187;"
778
-
779
- #~ msgid "Pro plugins"
780
- #~ msgstr "Pro moduli"
781
-
782
- #~ msgid "Activated plugins"
783
- #~ msgstr "Aktivirani moduli"
784
-
785
- #~ msgid "Read more"
786
- #~ msgstr "Pročitaj više"
787
-
788
- #~ msgid "Purchase"
789
- #~ msgstr "Kupovina"
790
-
791
- #~ msgid "Free plugins"
792
- #~ msgstr "Besplatni moduli"
793
-
794
- #~ msgid "Download"
795
- #~ msgstr "Prezimanje"
796
-
797
- #~ msgid "Install now from wordpress.org"
798
- #~ msgstr "Instaliraj sada sa wordpress.org"
799
-
800
- #, fuzzy
801
- #~ msgid "Activated theme"
802
- #~ msgstr "Aktivna tema"
803
-
804
- #, fuzzy
805
- #~ msgid "Installed themes"
806
- #~ msgstr "Instalacija %s"
807
-
808
- #, fuzzy
809
- #~ msgid "Recommended themes"
810
- #~ msgstr "Preporučeni moduli"
811
-
812
- #, fuzzy
813
- #~ msgid "installed"
814
- #~ msgstr "Instalacija %s"
815
-
816
- #~ msgid ""
817
- #~ "The following files \"gallery-template.php\" and \"gallery-single-"
818
- #~ "template.php\" were not found in the directory of your theme. Please copy "
819
- #~ "them from the directory `/wp-content/plugins/gallery-plugin/template/` to "
820
- #~ "the directory of your theme for the correct work of the Gallery plugin"
821
- #~ msgstr ""
822
- #~ "Sledeći fajlovi \"gallery-template.php\" i \"gallery-single-template.php"
823
- #~ "\" nisu pronađeni u direktorijumu vaše teme. Molimo vas da ih kopirate iz "
824
- #~ "direktorijuma `/wp-content/plugins/gallery-plugin/template/` u "
825
- #~ "direktorijum vaše teme za ispravan rad modula Galerija"
826
-
827
- #~ msgid "Galleries"
828
- #~ msgstr "Galerije"
829
-
830
- #~ msgid "Gallery"
831
- #~ msgstr "Galerija"
832
-
833
- #~ msgid "Add a Gallery"
834
- #~ msgstr "Dodaj Galeriju"
835
-
836
- #~ msgid "Add New Gallery"
837
- #~ msgstr "Dodaj novu Galeriju"
838
-
839
- #~ msgid "Edit Gallery"
840
- #~ msgstr "Uredi Galeriju"
841
-
842
- #~ msgid "New Gallery"
843
- #~ msgstr "Nova Galerija"
844
-
845
- #~ msgid "View Gallery"
846
- #~ msgstr "Pregled Galerije"
847
-
848
- #~ msgid "Find a Gallery"
849
- #~ msgstr "Pronađi Galeriju"
850
-
851
- #~ msgid "No Gallery found"
852
- #~ msgstr "Nije pronađena Galerija"
853
-
854
- #~ msgid "Upload File"
855
- #~ msgstr "Učitaj fajl"
856
-
857
- #~ msgid ""
858
- #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
859
- #~ "for record on your webserver. Please use the standard WP functionality to "
860
- #~ "upload images (media library)"
861
- #~ msgstr ""
862
- #~ "Privremeni direktorijum galerije (gallery-plugin/upload/files) nije "
863
- #~ "dostupan za arhiviranje na vašem web serveru. Molimo vas da koristite "
864
- #~ "standardne WP funkcije za učitavanje slika (biblioteka medija)"
865
-
866
- #~ msgid "Choose an image for upload:"
867
- #~ msgstr "Izaberi sliku za učitavanje:"
868
-
869
- #~ msgid "Please enable JavaScript to use the file uploader."
870
- #~ msgstr ""
871
- #~ "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
872
-
873
- #~ msgid "Allow the download link for all images in this gallery"
874
- #~ msgstr "Dozvoli link za preuzimanje za sve slike u ovoj galeriji"
875
-
876
- #~ msgid ""
877
- #~ "Please use the drag and drop function to change an order of the images "
878
- #~ "displaying and do not forget to save the post."
879
- #~ msgstr ""
880
- #~ "Molimo vas da koristite funkciju prevlačenja da biste izmenili redosled "
881
- #~ "prikazanih slika i ne zaboravite da sačuvate post."
882
-
883
- #~ msgid "Please make a choice"
884
- #~ msgstr "Molimo vas izaberite"
885
-
886
- #~ msgid "Sort images by"
887
- #~ msgstr "Poređaj slike po"
888
-
889
- #~ msgid "sort images"
890
- #~ msgstr "poređaj slike"
891
-
892
- #~ msgid "Title"
893
- #~ msgstr "Naslov"
894
-
895
- #~ msgid "URL"
896
- #~ msgstr "URL"
897
-
898
- #~ msgid "(by click on image opens a link in a new window)"
899
- #~ msgstr "(klikom na sliku otvara se link u novom prozoru)"
900
-
901
- #~ msgid "This setting is available in Pro version"
902
- #~ msgstr "Ovo podešavanje je dostupno u Pro verziji"
903
-
904
- #~ msgid "Open the link"
905
- #~ msgstr "Otvori link"
906
-
907
- #~ msgid "Current window"
908
- #~ msgstr "Trenutni prozor"
909
-
910
- #~ msgid "New window"
911
- #~ msgstr "Novi prozor"
912
-
913
- #~ msgid "Delete"
914
- #~ msgstr "Obriši"
915
-
916
- #~ msgid ""
917
- #~ "You can add a Single Gallery to the page or post by inserting this "
918
- #~ "shortcode into the content"
919
- #~ msgstr ""
920
- #~ "Možete dodati Jedinstvenu galeriju na stranicu ili post ubacivanjem ovog "
921
- #~ "kratkog koda u sadržaj."
922
-
923
- #~ msgid ""
924
- #~ "If you want to display a short description containing a screenshot and "
925
- #~ "the link to the Single Gallery Page"
926
- #~ msgstr ""
927
- #~ "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka "
928
- #~ "stranici sa Jedinstvenom galerijom."
929
-
930
- #~ msgid "Author"
931
- #~ msgstr "Autor"
932
-
933
- #~ msgid "Photo"
934
- #~ msgstr "Foto"
935
-
936
- #~ msgid "Publishing"
937
- #~ msgstr "Izdanje"
938
-
939
- #~ msgid "Date"
940
- #~ msgstr "Datum"
941
-
942
- #~ msgid "See images &raquo;"
943
- #~ msgstr "Pogledaj sliku &raquo;"
944
-
945
- #~ msgid "Settings are saved"
946
- #~ msgstr "Podešavanja su sačuvana"
947
-
948
- #~ msgid "Gallery Settings"
949
- #~ msgstr "Podešavanja Galerije"
950
-
951
- #~ msgid ""
952
- #~ "If you would like to add a Single Gallery to your page or post, just copy "
953
- #~ "and paste this shortcode into your post or page:"
954
- #~ msgstr ""
955
- #~ "Ako želite da dodate Jedinstvenu Galeriju na vašu stranicu ili post, samo "
956
- #~ "kopirajte i prelepite ovaj kratki kod na vaš post ili stranicu:"
957
-
958
- #~ msgid "Image size for the album cover"
959
- #~ msgstr "Veličina slike za naslovnu stranicu albuma"
960
-
961
- #~ msgid "Image size"
962
- #~ msgstr "Veličina slike"
963
-
964
- #~ msgid "Width (in px)"
965
- #~ msgstr "Širina (u pikselima)"
966
-
967
- #~ msgid "Height (in px)"
968
- #~ msgstr "Visina (u pikselima)"
969
-
970
- #~ msgid "Gallery image size"
971
- #~ msgstr "Veličina slika u galeriji"
972
-
973
- #~ msgid ""
974
- #~ "WordPress will create a new thumbnail with the specified dimensions when "
975
- #~ "you upload a new photo."
976
- #~ msgstr ""
977
- #~ "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada "
978
- #~ "učitate novu sliku."
979
-
980
- #~ msgid "Gallery image size in the lightbox"
981
- #~ msgstr "Veličina slika u galeriji u lightbox skriptu"
982
-
983
- #~ msgid "Max width (in px)"
984
- #~ msgstr "Max širina (u pikselima)"
985
-
986
- #~ msgid "Max height (in px)"
987
- #~ msgstr "Max visina (u pikselima)"
988
-
989
- #~ msgid "Display a full size image in the lightbox"
990
- #~ msgstr "Prikaži sliku u punoj veličini u lightbox-u"
991
-
992
- #~ msgid "Crop position"
993
- #~ msgstr "Pozicija za kropovanje"
994
-
995
- #~ msgid "Horizontal"
996
- #~ msgstr "Horizontalno"
997
-
998
- #~ msgid "left"
999
- #~ msgstr "levo"
1000
-
1001
- #~ msgid "center"
1002
- #~ msgstr "centar"
1003
-
1004
- #~ msgid "right"
1005
- #~ msgstr "desno"
1006
-
1007
- #~ msgid "Vertical"
1008
- #~ msgstr "Vertikalno"
1009
-
1010
- #~ msgid "bottom"
1011
- #~ msgstr "dno"
1012
-
1013
- #~ msgid "Lightbox background"
1014
- #~ msgstr "Lightbox pozadina"
1015
-
1016
- #~ msgid "Default"
1017
- #~ msgstr "Podrazumevano"
1018
-
1019
- #~ msgid "Background transparency (from 0 to 1)"
1020
- #~ msgstr "Pozadinska transparentnost (od 0 do 1)"
1021
-
1022
- #~ msgid "Select a background color"
1023
- #~ msgstr "Izaberi pozadinsku boju"
1024
-
1025
- #~ msgid "Background color"
1026
- #~ msgstr "Pozadinska boja"
1027
-
1028
- #~ msgid ""
1029
- #~ "This functionality is available in the Pro version of the plugin. For "
1030
- #~ "more details, please follow the link"
1031
- #~ msgstr ""
1032
- #~ "Ova funkcija je dostupna u Pro verziji modula. Za više detalja pratite "
1033
- #~ "ovaj link"
1034
-
1035
- #~ msgid "Images with border"
1036
- #~ msgstr "Slike sa okvirima"
1037
-
1038
- #~ msgid "Border width in px, just numbers"
1039
- #~ msgstr "Širina okvira u pikselima, samo brojevi"
1040
-
1041
- #~ msgid "Select a border color"
1042
- #~ msgstr "Izaberite boju okvira"
1043
-
1044
- #~ msgid "Number of images in the row"
1045
- #~ msgstr "Broj slika u redu"
1046
-
1047
- #~ msgid "Start slideshow"
1048
- #~ msgstr "Započni projekciju slajdova"
1049
-
1050
- #~ msgid "Slideshow interval"
1051
- #~ msgstr "Interval projekcije slajdova"
1052
-
1053
- #~ msgid "Attachment ID"
1054
- #~ msgstr "ID priloga"
1055
-
1056
- #~ msgid "Image Name"
1057
- #~ msgstr "Ime slike"
1058
-
1059
- #~ msgid ""
1060
- #~ "Sorting order (the input field for sorting order in the Insert / Upload "
1061
- #~ "Media Gallery dialog)"
1062
- #~ msgstr ""
1063
- #~ "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload "
1064
- #~ "Media Gallery)"
1065
-
1066
- #~ msgid "Random"
1067
- #~ msgstr "Nasumično"
1068
-
1069
- #~ msgid "Sort images"
1070
- #~ msgstr "Sortiraj slike"
1071
-
1072
- #~ msgid ""
1073
- #~ "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
1074
- #~ msgstr ""
1075
- #~ "ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, "
1076
- #~ "c)"
1077
-
1078
- #~ msgid ""
1079
- #~ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
1080
- #~ msgstr ""
1081
- #~ "DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, "
1082
- #~ "b, a)"
1083
-
1084
- #~ msgid "Display text above the image"
1085
- #~ msgstr "Prikaži tekst iznad slike"
1086
-
1087
- #, fuzzy
1088
- #~ msgid ""
1089
- #~ "Turn off the checkbox, if you want to display text just in a lightbox"
1090
- #~ msgstr "Ako želite da prikažete tekst samo u lightbox-u"
1091
-
1092
- #~ msgid "Display the Back link"
1093
- #~ msgstr "Prikaži povratni link"
1094
-
1095
- #~ msgid "Display the Back link in the shortcode"
1096
- #~ msgstr "Prikaži povratni link u kratkom kodu"
1097
-
1098
- #~ msgid "The Back link text"
1099
- #~ msgstr "Tekst u povratnom linku"
1100
-
1101
- #~ msgid "The Back link URL"
1102
- #~ msgstr "URL povratnog linka"
1103
-
1104
- #~ msgid "Gallery page (Page with Gallery Template)"
1105
- #~ msgstr "Stranica galerije (Stranica sa šablonom galerije)"
1106
-
1107
- #~ msgid "(Full URL to custom page)"
1108
- #~ msgstr "(Puni URL ka korisničkoj stranici)"
1109
-
1110
- #~ msgid "The Read More link text"
1111
- #~ msgstr "Tekst u linku Pročitaj više"
1112
-
1113
- #, fuzzy
1114
- #~ msgid "Display Like buttons in the lightbox"
1115
- #~ msgstr "Afficher une image en taille normale dans le boite"
1116
-
1117
- #~ msgid "FaceBook"
1118
- #~ msgstr "FaceBook"
1119
-
1120
- #, fuzzy
1121
- #~ msgid "Twitter"
1122
- #~ msgstr "Titre"
1123
-
1124
- #~ msgid "Pinterest"
1125
- #~ msgstr "Pinterest"
1126
-
1127
- #~ msgid "Google +1"
1128
- #~ msgstr "Google +1"
1129
-
1130
- #~ msgid "Support"
1131
- #~ msgstr "Podrška"
1132
-
1133
- #~ msgid "Sorry, nothing found."
1134
- #~ msgstr "Nažalost nije pronađeno"
1135
-
1136
- #~ msgid "Download high resolution image"
1137
- #~ msgstr "Preuzmi sliku u visokoj rezoluciji"
1138
-
1139
- #~ msgid "Image"
1140
- #~ msgstr "Slika"
1141
-
1142
- #~ msgid "Search Galleries"
1143
- #~ msgstr "Rechercher une galerie"
1144
-
1145
- #~ msgid "Please do not forget to select "
1146
- #~ msgstr "Merci de ne pas oublier de sélectionner"
1147
-
1148
- #~ msgid "Attachments order by"
1149
- #~ msgstr "Fichiers trier par"
1150
-
1151
- #~ msgid "attachments order"
1152
- #~ msgstr "ordre des fichiers"
1153
-
1154
- #~ msgid "Size for gallery image"
1155
- #~ msgstr "Taille de la vignette de la galerie"
1156
-
1157
- #~ msgid "attachment title"
1158
- #~ msgstr "titre du fichier"
1159
-
1160
- #~ msgid "Attachments order"
1161
- #~ msgstr "Ordre des fichiers"
1162
-
1163
- #~ msgid "Label for Return link"
1164
- #~ msgstr "Texte du lien de retour"
1165
-
1166
- #~ msgid "URL for Return link"
1167
- #~ msgstr "URL du lien de retour"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bws_menu/languages/bestwebsoft-sv_SE.mo DELETED
Binary file
bws_menu/languages/bestwebsoft-sv_SE.po DELETED
@@ -1,1023 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: bestwebsoft\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-03-10 15:40+0300\n"
6
- "PO-Revision-Date: 2016-03-10 15:40+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
- "Language-Team: Christer Rönningborg, Blittan <blittan@xbmc.org>\n"
9
- "Language: sv_SE\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Generator: Poedit 1.5.4\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
-
19
- #: bws_functions.php:65 bws_functions.php:89
20
- msgid "requires"
21
- msgstr ""
22
-
23
- #: bws_functions.php:67
24
- msgid ""
25
- "or higher, that is why it has been deactivated! Please upgrade WordPress and "
26
- "try again."
27
- msgstr ""
28
-
29
- #: bws_functions.php:68
30
- msgid "Back to the WordPress"
31
- msgstr ""
32
-
33
- #: bws_functions.php:70
34
- #, fuzzy
35
- msgid "Plugins page"
36
- msgstr "Betaltillägg"
37
-
38
- #: bws_functions.php:91
39
- msgid ""
40
- "or higher! We do not guarantee that our plugin will work correctly. Please "
41
- "upgrade to WordPress latest version."
42
- msgstr ""
43
-
44
- #: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
45
- #: bws_functions.php:755
46
- msgid "Close notice"
47
- msgstr ""
48
-
49
- #: bws_functions.php:148
50
- msgid "It’s time to upgrade your"
51
- msgstr ""
52
-
53
- #: bws_functions.php:148
54
- #, fuzzy
55
- msgid "to"
56
- msgstr "två"
57
-
58
- #: bws_functions.php:148
59
- #, fuzzy
60
- msgid "version!"
61
- msgstr "PHP-version"
62
-
63
- #: bws_functions.php:149
64
- msgid "Extend standard plugin functionality with new great options."
65
- msgstr ""
66
-
67
- #: bws_functions.php:152 bws_functions.php:593
68
- #, fuzzy
69
- msgid "Learn More"
70
- msgstr "Läs mer"
71
-
72
- #: bws_functions.php:169
73
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
74
- msgstr ""
75
-
76
- #: bws_functions.php:170
77
- #, fuzzy
78
- msgid "Rate the plugin"
79
- msgstr "Aktiverade tillägg"
80
-
81
- #: bws_functions.php:173
82
- #, fuzzy
83
- msgid "If there is something wrong about it, please contact us"
84
- msgstr "Om du har några frågor, kontakta oss via"
85
-
86
- #: bws_functions.php:205
87
- msgid "Check premium options on the plugin settings page!"
88
- msgstr ""
89
-
90
- #: bws_functions.php:212 bws_functions.php:248
91
- msgid "Wrong license key"
92
- msgstr ""
93
-
94
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
95
- msgid ""
96
- "Something went wrong. Please try again later. If the error appears again, "
97
- "please contact us"
98
- msgstr ""
99
-
100
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
101
- msgid "We are sorry for inconvenience."
102
- msgstr ""
103
-
104
- #: bws_functions.php:250
105
- msgid "This license key is bind to another site"
106
- msgstr ""
107
-
108
- #: bws_functions.php:252 bws_functions.php:416
109
- msgid ""
110
- "Unfortunately, you have exceeded the number of available tries per day. "
111
- "Please, upload the plugin manually."
112
- msgstr ""
113
-
114
- #: bws_functions.php:254
115
- msgid ""
116
- "Unfortunately, Your license has expired. To continue getting top-priority "
117
- "support and plugin updates you should extend it in your"
118
- msgstr ""
119
-
120
- #: bws_functions.php:256
121
- msgid ""
122
- "Unfortunately, the Pro licence was already installed to this domain. The Pro "
123
- "Trial license can be installed only once."
124
- msgstr ""
125
-
126
- #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
127
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
128
- msgstr ""
129
-
130
- #: bws_functions.php:289
131
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
132
- msgstr ""
133
-
134
- #: bws_functions.php:295
135
- msgid ""
136
- "Your server does not support either ZipArchive or Phar. Please, upload the "
137
- "plugin manually"
138
- msgstr ""
139
-
140
- #: bws_functions.php:302
141
- msgid "UploadDir is not writable. Please, upload the plugin manually"
142
- msgstr ""
143
-
144
- #: bws_functions.php:325
145
- msgid ""
146
- "Something went wrong. Try again later or upload the plugin manually. We are "
147
- "sorry for inconvenience."
148
- msgstr ""
149
-
150
- #: bws_functions.php:350
151
- msgid "Please, enter Your license key"
152
- msgstr ""
153
-
154
- #: bws_functions.php:380
155
- msgid ""
156
- "Congratulations! The Pro version of the plugin is successfully download and "
157
- "activated."
158
- msgstr ""
159
-
160
- #: bws_functions.php:382 bws_functions.php:473
161
- msgid "Please, go to"
162
- msgstr ""
163
-
164
- #: bws_functions.php:382 bws_functions.php:473
165
- msgid "the setting page"
166
- msgstr ""
167
-
168
- #: bws_functions.php:383 bws_functions.php:474
169
- msgid "You will be redirected automatically in 5 seconds."
170
- msgstr ""
171
-
172
- #: bws_functions.php:390
173
- msgid "Show Pro features"
174
- msgstr ""
175
-
176
- #: bws_functions.php:397
177
- msgid "You can download and activate"
178
- msgstr ""
179
-
180
- #: bws_functions.php:399
181
- msgid "version of this plugin by entering Your license key."
182
- msgstr ""
183
-
184
- #: bws_functions.php:401 bws_functions.php:442
185
- msgid ""
186
- "You can find your license key on your personal page Client area, by clicking "
187
- "on the link"
188
- msgstr ""
189
-
190
- #: bws_functions.php:403 bws_functions.php:444
191
- msgid "(your username is the email you specify when purchasing the product)."
192
- msgstr ""
193
-
194
- #: bws_functions.php:407 bws_functions.php:691
195
- #, fuzzy
196
- msgid "or"
197
- msgstr "fyra"
198
-
199
- #: bws_functions.php:407
200
- #, php-format
201
- msgid "Start Your Free %s-Day Trial Now"
202
- msgstr ""
203
-
204
- #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
205
- #: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
206
- #: bws_menu.php:750
207
- #, fuzzy
208
- msgid "Activate"
209
- msgstr "Aktiverade tillägg"
210
-
211
- #: bws_functions.php:439 bws_functions.php:532
212
- #, php-format
213
- msgid ""
214
- "In order to continue using the plugin it is necessary to buy a %s license."
215
- msgstr ""
216
-
217
- #: bws_functions.php:440
218
- msgid "After that you can activate it by entering your license key."
219
- msgstr ""
220
-
221
- #: bws_functions.php:454
222
- msgid "Unfortunately, you have exceeded the number of available tries per day."
223
- msgstr ""
224
-
225
- #: bws_functions.php:471
226
- msgid ""
227
- "Congratulations! The Pro license of the plugin is successfully activated."
228
- msgstr ""
229
-
230
- #: bws_functions.php:512
231
- msgid "Wrong license key."
232
- msgstr ""
233
-
234
- #: bws_functions.php:514
235
- msgid "This license key is bind to another site."
236
- msgstr ""
237
-
238
- #: bws_functions.php:516
239
- msgid ""
240
- "This license key is valid, but Your license has expired. If you want to "
241
- "update our plugin in future, you should extend the license."
242
- msgstr ""
243
-
244
- #: bws_functions.php:518
245
- msgid "Unfortunately, you have exceeded the number of available tries."
246
- msgstr ""
247
-
248
- #: bws_functions.php:520
249
- msgid ""
250
- "Unfortunately, the Pro Trial licence was already installed to this domain. "
251
- "The Pro Trial license can be installed only once."
252
- msgstr ""
253
-
254
- #: bws_functions.php:524
255
- msgid "The Pro Trial license key is valid."
256
- msgstr ""
257
-
258
- #: bws_functions.php:526
259
- msgid "The license key is valid."
260
- msgstr ""
261
-
262
- #: bws_functions.php:529
263
- msgid "Your license will expire on"
264
- msgstr ""
265
-
266
- #: bws_functions.php:562
267
- msgid "Please, enter your license key"
268
- msgstr ""
269
-
270
- #: bws_functions.php:575
271
- msgid ""
272
- "If needed you can check if the license key is correct or reenter it in the "
273
- "field below. You can find your license key on your personal page - Client "
274
- "area - on our website"
275
- msgstr ""
276
-
277
- #: bws_functions.php:575
278
- msgid ""
279
- "(your username is the email you specify when purchasing the product). If "
280
- "necessary, please submit \"Lost your password?\" request."
281
- msgstr ""
282
-
283
- #: bws_functions.php:579
284
- msgid "Check license key"
285
- msgstr ""
286
-
287
- #: bws_functions.php:593
288
- msgid "WARNING: Illegal use notification"
289
- msgstr ""
290
-
291
- #: bws_functions.php:593
292
- msgid ""
293
- "You can use one license of the Pro plugin for one domain only. Please check "
294
- "and edit your license or domain if necessary using you personal Client Area. "
295
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
296
- "the Pro plugin will be deactivated."
297
- msgstr ""
298
-
299
- #: bws_functions.php:601
300
- msgid ""
301
- "Notice: Your Pro Trial license has expired. To continue using the plugin you "
302
- "should buy a Pro license"
303
- msgstr ""
304
-
305
- #: bws_functions.php:603
306
- msgid ""
307
- "Your license has expired. To continue getting top-priority support and "
308
- "plugin updates you should extend it."
309
- msgstr ""
310
-
311
- #: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
312
- #: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
313
- #: bws_menu.php:794
314
- #, fuzzy
315
- msgid "Learn more"
316
- msgstr "Läs mer"
317
-
318
- #: bws_functions.php:613
319
- #, php-format
320
- msgid "Notice: You are using the Pro Trial license of %s plugin."
321
- msgstr ""
322
-
323
- #: bws_functions.php:615
324
- msgid "Notice: You are using the Pro Trial license of plugin."
325
- msgstr ""
326
-
327
- #: bws_functions.php:618
328
- msgid "The Pro Trial license will expire on"
329
- msgstr ""
330
-
331
- #: bws_functions.php:656
332
- msgid "You license for"
333
- msgstr ""
334
-
335
- #: bws_functions.php:656
336
- msgid "expires on"
337
- msgstr ""
338
-
339
- #: bws_functions.php:656
340
- msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
341
- msgstr ""
342
-
343
- #: bws_functions.php:687
344
- #, fuzzy
345
- msgid "Thank you for installing"
346
- msgstr "Tack för att du kontaktade oss."
347
-
348
- #: bws_functions.php:688
349
- msgid "Let's get started"
350
- msgstr ""
351
-
352
- #: bws_functions.php:689
353
- #, fuzzy
354
- msgid "Configure Settings"
355
- msgstr "Inställningar"
356
-
357
- #: bws_functions.php:692
358
- msgid "Add New"
359
- msgstr ""
360
-
361
- #: bws_functions.php:750
362
- #, fuzzy
363
- msgid "Thank you for choosing"
364
- msgstr "Tack för att du kontaktade oss."
365
-
366
- #: bws_functions.php:751
367
- msgid ""
368
- "If you have a feature, suggestion or idea you'd like to see in the plugin, "
369
- "we'd love to hear about it!"
370
- msgstr ""
371
-
372
- #: bws_functions.php:752
373
- msgid "Suggest a Feature"
374
- msgstr ""
375
-
376
- #: bws_functions.php:768
377
- msgid "Notice"
378
- msgstr ""
379
-
380
- #: bws_functions.php:768
381
- msgid "The plugin's settings have been changed."
382
- msgstr ""
383
-
384
- #: bws_functions.php:769 bws_functions.php:1240
385
- msgid "Save Changes"
386
- msgstr "Spara ändringar"
387
-
388
- #: bws_functions.php:786
389
- msgid ""
390
- "You can always look at premium options by clicking on the \"Show Pro features"
391
- "\" in the \"Go PRO\" tab"
392
- msgstr ""
393
-
394
- #: bws_functions.php:886
395
- msgid "Add shortcode"
396
- msgstr ""
397
-
398
- #: bws_functions.php:886
399
- msgid "Add BestWebSoft plugins' shortcodes using this button."
400
- msgstr ""
401
-
402
- #: bws_functions.php:935
403
- msgid "Close"
404
- msgstr ""
405
-
406
- #: bws_functions.php:1027
407
- msgid "Restore all plugin settings to defaults"
408
- msgstr ""
409
-
410
- #: bws_functions.php:1029
411
- msgid "Restore settings"
412
- msgstr ""
413
-
414
- #: bws_functions.php:1040
415
- msgid "Are you sure you want to restore all settings by default?"
416
- msgstr ""
417
-
418
- #: bws_functions.php:1043
419
- msgid "Yes, restore all settings"
420
- msgstr ""
421
-
422
- #: bws_functions.php:1044
423
- msgid "No, go back to the settings page"
424
- msgstr ""
425
-
426
- #: bws_functions.php:1090
427
- #, fuzzy
428
- msgid "Plugin"
429
- msgstr "Betaltillägg"
430
-
431
- #: bws_functions.php:1099
432
- #, fuzzy
433
- msgid "Shortcode settings"
434
- msgstr "Inställningar"
435
-
436
- #: bws_functions.php:1104
437
- msgid "The shortcode will be inserted"
438
- msgstr ""
439
-
440
- #: bws_functions.php:1109
441
- msgid "Insert"
442
- msgstr ""
443
-
444
- #: bws_functions.php:1140
445
- msgid "Visit Help Center"
446
- msgstr ""
447
-
448
- #: bws_functions.php:1145
449
- msgid "FAQ"
450
- msgstr "FAQ"
451
-
452
- #: bws_functions.php:1151
453
- msgid "For more information:"
454
- msgstr ""
455
-
456
- #: bws_functions.php:1152
457
- msgid "Documentation"
458
- msgstr ""
459
-
460
- #: bws_functions.php:1153
461
- msgid "Video Instructions"
462
- msgstr ""
463
-
464
- #: bws_functions.php:1154
465
- msgid "Submit a Request"
466
- msgstr ""
467
-
468
- #: bws_functions.php:1165
469
- msgid "You do not have sufficient permissions to edit plugins for this site."
470
- msgstr ""
471
-
472
- #: bws_functions.php:1196
473
- msgid "File edited successfully."
474
- msgstr ""
475
-
476
- #: bws_functions.php:1198
477
- msgid "Not enough permissions to create or update the file"
478
- msgstr ""
479
-
480
- #: bws_functions.php:1222
481
- msgid "These styles will be added to the header on all pages of your site."
482
- msgstr ""
483
-
484
- #: bws_functions.php:1225
485
- msgid "Editing"
486
- msgstr ""
487
-
488
- #: bws_functions.php:1227
489
- msgid "Browsing"
490
- msgstr ""
491
-
492
- #: bws_functions.php:1235
493
- #, fuzzy
494
- msgid "Learn more about CSS"
495
- msgstr "Läs mer"
496
-
497
- #: bws_functions.php:1243
498
- #, php-format
499
- msgid ""
500
- "You need to make this file writable before you can save your changes. See %s "
501
- "the Codex %s for more information."
502
- msgstr ""
503
-
504
- #: bws_menu.php:509
505
- msgid "Not set"
506
- msgstr "Inte angiven"
507
-
508
- #: bws_menu.php:511 bws_menu.php:512
509
- msgid "On"
510
- msgstr "På"
511
-
512
- #: bws_menu.php:511 bws_menu.php:512
513
- msgid "Off"
514
- msgstr "Av"
515
-
516
- #: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
517
- #: bws_menu.php:517 bws_menu.php:529
518
- msgid "N/A"
519
- msgstr "Finns ej"
520
-
521
- #: bws_menu.php:517
522
- msgid " Mb"
523
- msgstr " Mb"
524
-
525
- #: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
526
- msgid "Yes"
527
- msgstr "Ja"
528
-
529
- #: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
530
- msgid "No"
531
- msgstr "Nej"
532
-
533
- #: bws_menu.php:537
534
- msgid "Operating System"
535
- msgstr "Operativsystem"
536
-
537
- #: bws_menu.php:538
538
- msgid "Server"
539
- msgstr "Server"
540
-
541
- #: bws_menu.php:539
542
- msgid "Memory usage"
543
- msgstr "Minnesanvändning"
544
-
545
- #: bws_menu.php:540
546
- msgid "MYSQL Version"
547
- msgstr "MySQL-version"
548
-
549
- #: bws_menu.php:541
550
- msgid "SQL Mode"
551
- msgstr "SQL-läge"
552
-
553
- #: bws_menu.php:542
554
- msgid "PHP Version"
555
- msgstr "PHP-version"
556
-
557
- #: bws_menu.php:543
558
- msgid "PHP Safe Mode"
559
- msgstr "PHP säkert läge"
560
-
561
- #: bws_menu.php:544
562
- msgid "PHP Allow URL fopen"
563
- msgstr "PHP tillåt URL fopen"
564
-
565
- #: bws_menu.php:545
566
- msgid "PHP Memory Limit"
567
- msgstr "PHP Minnesgräns"
568
-
569
- #: bws_menu.php:546
570
- msgid "PHP Max Upload Size"
571
- msgstr "PHP Max uppladdningstorlek"
572
-
573
- #: bws_menu.php:547
574
- msgid "PHP Max Post Size"
575
- msgstr "PHP Max poststorlek"
576
-
577
- #: bws_menu.php:548
578
- msgid "PHP Max Script Execute Time"
579
- msgstr "PHP Max skriptexekverinstid"
580
-
581
- #: bws_menu.php:549
582
- msgid "PHP Exif support"
583
- msgstr "PHP Exifstöd"
584
-
585
- #: bws_menu.php:550
586
- msgid "PHP IPTC support"
587
- msgstr "PHP ITPC-stöd"
588
-
589
- #: bws_menu.php:551
590
- msgid "PHP XML support"
591
- msgstr "PHP XML-stöd"
592
-
593
- #: bws_menu.php:552
594
- msgid "Site URL"
595
- msgstr "SajtURL"
596
-
597
- #: bws_menu.php:553
598
- msgid "Home URL"
599
- msgstr "HemURL"
600
-
601
- #: bws_menu.php:556
602
- msgid "WordPress Version"
603
- msgstr "WordPress-version"
604
-
605
- #: bws_menu.php:557
606
- msgid "WordPress DB Version"
607
- msgstr "WordPress-DB-version"
608
-
609
- #: bws_menu.php:558
610
- msgid "Multisite"
611
- msgstr "Multisajt"
612
-
613
- #: bws_menu.php:559
614
- msgid "Active Theme"
615
- msgstr "Aktivt tema"
616
-
617
- #: bws_menu.php:574
618
- msgid "Please enter a valid email address."
619
- msgstr "Var god ange en giltig epost-adress."
620
-
621
- #: bws_menu.php:578
622
- msgid "Email with system info is sent to "
623
- msgstr "Epost med systeminfo är skickat till"
624
-
625
- #: bws_menu.php:582
626
- msgid "Thank you for contacting us."
627
- msgstr "Tack för att du kontaktade oss."
628
-
629
- #: bws_menu.php:615
630
- msgid "Sorry, email message could not be delivered."
631
- msgstr "Ledsen, eposten kunde inte levereras."
632
-
633
- #: bws_menu.php:622
634
- msgid "Need help?"
635
- msgstr ""
636
-
637
- #: bws_menu.php:623
638
- msgid "Client area"
639
- msgstr ""
640
-
641
- #: bws_menu.php:624 bws_menu.php:933
642
- msgid "System status"
643
- msgstr "Systemstatus"
644
-
645
- #: bws_menu.php:629
646
- #, fuzzy
647
- msgid "Plugins"
648
- msgstr "Betaltillägg"
649
-
650
- #: bws_menu.php:630
651
- msgid "Themes"
652
- msgstr ""
653
-
654
- #: bws_menu.php:634
655
- msgid "All"
656
- msgstr ""
657
-
658
- #: bws_menu.php:635
659
- #, fuzzy
660
- msgid "Installed"
661
- msgstr "Installera %s"
662
-
663
- #: bws_menu.php:636
664
- #, fuzzy
665
- msgid "Recommended"
666
- msgstr "Rekommenderade tillägg"
667
-
668
- #: bws_menu.php:640
669
- msgid "Installed plugins"
670
- msgstr "Installerade tillägg"
671
-
672
- #: bws_menu.php:672 bws_menu.php:721
673
- msgid "Settings"
674
- msgstr "Inställningar"
675
-
676
- #: bws_menu.php:693 bws_menu.php:750
677
- #, fuzzy
678
- msgid "Activate this plugin"
679
- msgstr "Aktiverade tillägg"
680
-
681
- #: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
682
- msgid "Go"
683
- msgstr ""
684
-
685
- #: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
686
- msgid "DONATE"
687
- msgstr ""
688
-
689
- #: bws_menu.php:758
690
- msgid "Recommended plugins"
691
- msgstr "Rekommenderade tillägg"
692
-
693
- #: bws_menu.php:796
694
- #, fuzzy
695
- msgid "Install now"
696
- msgstr "Установить сейчас"
697
-
698
- #: bws_menu.php:817
699
- msgid "Try again"
700
- msgstr ""
701
-
702
- #: bws_menu.php:835
703
- #, php-format
704
- msgid "Preview &#8220;%s&#8221;"
705
- msgstr ""
706
-
707
- #: bws_menu.php:866
708
- #, php-format
709
- msgid "Install %s"
710
- msgstr "Installera %s"
711
-
712
- #: bws_menu.php:866
713
- msgid "Install Now"
714
- msgstr "Установить сейчас"
715
-
716
- #: bws_menu.php:869
717
- #, php-format
718
- msgid "Update to version %s"
719
- msgstr ""
720
-
721
- #: bws_menu.php:869
722
- msgid "Update"
723
- msgstr ""
724
-
725
- #: bws_menu.php:876
726
- #, php-format
727
- msgid "Preview %s"
728
- msgstr ""
729
-
730
- #: bws_menu.php:876
731
- msgid "Preview"
732
- msgstr ""
733
-
734
- #: bws_menu.php:882 bws_menu.php:914
735
- #, php-format
736
- msgid "By %s"
737
- msgstr ""
738
-
739
- #: bws_menu.php:888
740
- msgid "Details"
741
- msgstr ""
742
-
743
- #: bws_menu.php:920
744
- #, fuzzy
745
- msgid "Already Installed"
746
- msgstr "Installera %s"
747
-
748
- #: bws_menu.php:936
749
- msgid "Environment"
750
- msgstr "Miljövariabler"
751
-
752
- #: bws_menu.php:947
753
- msgid "Active Plugins"
754
- msgstr "Aktiverade tillägg"
755
-
756
- #: bws_menu.php:960
757
- msgid "Inactive Plugins"
758
- msgstr "Inaktiverade tillägg"
759
-
760
- #: bws_menu.php:976
761
- msgid "Send to support"
762
- msgstr "Skicka till support"
763
-
764
- #: bws_menu.php:983
765
- msgid "Send to custom email &#187;"
766
- msgstr "Skicka till anpassad epost &#187;"
767
-
768
- #~ msgid "Pro plugins"
769
- #~ msgstr "Betaltillägg"
770
-
771
- #~ msgid "Activated plugins"
772
- #~ msgstr "Aktiverade tillägg"
773
-
774
- #~ msgid "Read more"
775
- #~ msgstr "Läs mer"
776
-
777
- #~ msgid "Purchase"
778
- #~ msgstr "Köp"
779
-
780
- #~ msgid "Free plugins"
781
- #~ msgstr "Gratis tillägg"
782
-
783
- #~ msgid "Download"
784
- #~ msgstr "Hämta"
785
-
786
- #~ msgid "Install now from wordpress.org"
787
- #~ msgstr "Installera nu från wordpress.org"
788
-
789
- #, fuzzy
790
- #~ msgid "Activated theme"
791
- #~ msgstr "Aktivt tema"
792
-
793
- #, fuzzy
794
- #~ msgid "Installed themes"
795
- #~ msgstr "Installera %s"
796
-
797
- #, fuzzy
798
- #~ msgid "Recommended themes"
799
- #~ msgstr "Rekommenderade tillägg"
800
-
801
- #, fuzzy
802
- #~ msgid "installed"
803
- #~ msgstr "Installera %s"
804
-
805
- #~ msgid "Login form"
806
- #~ msgstr "Inloggningsformulär"
807
-
808
- #~ msgid "Registration form"
809
- #~ msgstr "Registreringsformulär"
810
-
811
- #~ msgid "Register form"
812
- #~ msgstr "Registreringsformulär"
813
-
814
- #~ msgid "Reset Password form"
815
- #~ msgstr "Formulär för att återställa lösenord"
816
-
817
- #~ msgid "Lost password form"
818
- #~ msgstr "Formulär för att återställa lösenord"
819
-
820
- #~ msgid "Comments form"
821
- #~ msgstr "Kommentarsformulär"
822
-
823
- #~ msgid "Hide CAPTCHA for registered users"
824
- #~ msgstr "Dölj CAPTCHA för registrerade användare"
825
-
826
- #~ msgid "Plus (&#43;)"
827
- #~ msgstr "Plus (&#43;)"
828
-
829
- #~ msgid "Plus"
830
- #~ msgstr "Plus"
831
-
832
- #~ msgid "Minus (&minus;)"
833
- #~ msgstr "Minus (&minus;)"
834
-
835
- #~ msgid "Minus"
836
- #~ msgstr "Minus"
837
-
838
- #~ msgid "Multiplication (&times;)"
839
- #~ msgstr "Multiplikation (&times;)"
840
-
841
- #~ msgid "Multiply"
842
- #~ msgstr "Multiplicera"
843
-
844
- #~ msgid "Numbers"
845
- #~ msgstr "Siffror"
846
-
847
- #~ msgid "Words"
848
- #~ msgstr "Ord"
849
-
850
- #~ msgid "Captcha Settings"
851
- #~ msgstr "Captchainställningar"
852
-
853
- #~ msgid "Captcha"
854
- #~ msgstr "Captcha"
855
-
856
- #~ msgid "Support"
857
- #~ msgstr "Support"
858
-
859
- #~ msgid ""
860
- #~ "Please select one item in the block Arithmetic and Complexity for CAPTCHA"
861
- #~ msgstr ""
862
- #~ "Var god markera ett val i avdelningarna Aritmetiska metoder och "
863
- #~ "Svårighetsgrad för CAPTCHA"
864
-
865
- #~ msgid "Options saved."
866
- #~ msgstr "Inställningar sparade."
867
-
868
- #~ msgid "Enable CAPTCHA for:"
869
- #~ msgstr "Aktivera CAPTCHA för:"
870
-
871
- #~ msgid "Contact form"
872
- #~ msgstr "Kontaktformulär"
873
-
874
- #~ msgid "(powered by bestwebsoft.com)"
875
- #~ msgstr "(tillhandahålls av bestwebsoft.com)"
876
-
877
- #~ msgid "Activate contact form"
878
- #~ msgstr "Aktivera kontaktformulär"
879
-
880
- #~ msgid "Download contact form"
881
- #~ msgstr "Hämta kontaktformulär"
882
-
883
- #~ msgid ""
884
- #~ "If you would like to customize this plugin for a custom form, please "
885
- #~ "contact us via"
886
- #~ msgstr ""
887
- #~ "Om du vill anpassa detta tillägg för ett skräddarsytt formulär, vänligen "
888
- #~ "kontakta oss via"
889
-
890
- #~ msgid "Title for CAPTCHA in the form"
891
- #~ msgstr "Etikett för CAPTCHA i formulär"
892
-
893
- #~ msgid "Arithmetic actions for CAPTCHA"
894
- #~ msgstr "Aritmetiska metoder för CAPTCHA"
895
-
896
- #~ msgid "CAPTCHA complexity level"
897
- #~ msgstr "CAPTCHA-svårighetsgrad"
898
-
899
- #~ msgid "ERROR"
900
- #~ msgstr "FEL"
901
-
902
- #~ msgid "Please fill the form."
903
- #~ msgstr "Var god fyll i formuläret."
904
-
905
- #~ msgid "Please enter a valid CAPTCHA value."
906
- #~ msgstr "Var god fyll i CAPTCHA."
907
-
908
- #~ msgid ""
909
- #~ "Error: You have entered an incorrect CAPTCHA value. Click the BACK button "
910
- #~ "on your browser, and try again."
911
- #~ msgstr ""
912
- #~ "Fel: Du angav ett felaktigt svar i fältet för CAPTCHA. Klicka på tillbaka-"
913
- #~ "knappen i din webbläsare och försök igen."
914
-
915
- #~ msgid "zero"
916
- #~ msgstr "noll"
917
-
918
- #~ msgid "one"
919
- #~ msgstr "ett"
920
-
921
- #~ msgid "three"
922
- #~ msgstr "tre"
923
-
924
- #~ msgid "five"
925
- #~ msgstr "fem"
926
-
927
- #~ msgid "six"
928
- #~ msgstr "sex"
929
-
930
- #~ msgid "seven"
931
- #~ msgstr "sju"
932
-
933
- #~ msgid "eight"
934
- #~ msgstr "åtta"
935
-
936
- #~ msgid "nine"
937
- #~ msgstr "nio"
938
-
939
- #~ msgid "eleven"
940
- #~ msgstr "elva"
941
-
942
- #~ msgid "twelve"
943
- #~ msgstr "tolv"
944
-
945
- #~ msgid "thirteen"
946
- #~ msgstr "tretton"
947
-
948
- #~ msgid "fourteen"
949
- #~ msgstr "fjorton"
950
-
951
- #~ msgid "fifteen"
952
- #~ msgstr "femton"
953
-
954
- #~ msgid "sixteen"
955
- #~ msgstr "sexton"
956
-
957
- #~ msgid "seventeen"
958
- #~ msgstr "sjutton"
959
-
960
- #~ msgid "eighteen"
961
- #~ msgstr "arton"
962
-
963
- #~ msgid "nineteen"
964
- #~ msgstr "nitton"
965
-
966
- #~ msgid "ten"
967
- #~ msgstr "tio"
968
-
969
- #~ msgid "twenty"
970
- #~ msgstr "tjugo"
971
-
972
- #~ msgid "thirty"
973
- #~ msgstr "trettio"
974
-
975
- #~ msgid "forty"
976
- #~ msgstr "fyrtio"
977
-
978
- #~ msgid "fifty"
979
- #~ msgstr "femtio"
980
-
981
- #~ msgid "sixty"
982
- #~ msgstr "sextio"
983
-
984
- #~ msgid "seventy"
985
- #~ msgstr "sjuttio"
986
-
987
- #~ msgid "eighty"
988
- #~ msgstr "åttio"
989
-
990
- #~ msgid "ninety"
991
- #~ msgstr "nittio"
992
-
993
- #~ msgid "and"
994
- #~ msgstr "och"
995
-
996
- #~ msgid "Encryption password is not set"
997
- #~ msgstr "Lösenord för kodning har inte angetts"
998
-
999
- #~ msgid "Decryption password is not set"
1000
- #~ msgstr "Lösenord för avkodning har inte angetts"
1001
-
1002
- #, fuzzy
1003
- #~ msgid ""
1004
- #~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
1005
- #~ "or fill in the contact form on our website"
1006
- #~ msgstr ""
1007
- #~ "Om du har frågor, vänligen kontakta oss via plugin@bestwebsoft.com eller "
1008
- #~ "fyll i kontaktformuläret på vår hemsida"
1009
-
1010
- #~ msgid "Increase"
1011
- #~ msgstr "Öka"
1012
-
1013
- #~ msgid "Difficulty for CAPTCHA"
1014
- #~ msgstr "Svårighetsgrad för CAPTCHA"
1015
-
1016
- #~ msgid "That CAPTCHA was incorrect."
1017
- #~ msgstr "Angiven CAPTCHA var felaktig."
1018
-
1019
- #~ msgid "The password of encryption is not set"
1020
- #~ msgstr "Lösenordet för krytering har inte angetts"
1021
-
1022
- #~ msgid "null"
1023
- #~ msgstr "noll"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bws_menu/languages/bestwebsoft-uk.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-03-10 15:40+0300\n"
6
- "PO-Revision-Date: 2016-03-10 15:43+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -16,11 +16,23 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:65 bws_functions.php:89
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid "requires"
21
  msgstr "потребує"
22
 
23
- #: bws_functions.php:67
24
  msgid ""
25
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
26
  "try again."
@@ -28,15 +40,15 @@ msgstr ""
28
  "чи вище, тому його було деактивовано! Будь ласка оновіть WordPress та "
29
  "спробуйте ще раз."
30
 
31
- #: bws_functions.php:68
32
  msgid "Back to the WordPress"
33
  msgstr "Повернутися на WordPress на"
34
 
35
- #: bws_functions.php:70
36
  msgid "Plugins page"
37
  msgstr "Сторінку Плагінів"
38
 
39
- #: bws_functions.php:91
40
  msgid ""
41
  "or higher! We do not guarantee that our plugin will work correctly. Please "
42
  "upgrade to WordPress latest version."
@@ -44,53 +56,92 @@ msgstr ""
44
  "чи вище! Ми не гарантуємо, що наш плагін буде працювати правильно. Будь "
45
  "ласка, оновіть WordPress до останньої версії."
46
 
47
- #: bws_functions.php:143 bws_functions.php:652 bws_functions.php:696
48
- #: bws_functions.php:755
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  msgid "Close notice"
50
  msgstr "Закрити"
51
 
52
- #: bws_functions.php:148
 
 
 
 
 
 
 
 
 
 
 
 
53
  msgid "It’s time to upgrade your"
54
  msgstr "Настав час модернізувати Ваш"
55
 
56
- #: bws_functions.php:148
57
  msgid "to"
58
  msgstr "до"
59
 
60
- #: bws_functions.php:148
61
  msgid "version!"
62
  msgstr "версії!"
63
 
64
- #: bws_functions.php:149
65
  msgid "Extend standard plugin functionality with new great options."
66
  msgstr "Розширює можливості стандартного функціоналу плагіна."
67
 
68
- #: bws_functions.php:152 bws_functions.php:593
69
  msgid "Learn More"
70
  msgstr "Дізнатись більше"
71
 
72
- #: bws_functions.php:169
73
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
74
  msgstr ""
75
  "Якщо вам сподобався плагін, будь ласка, поставте нам 5 зірочок на WordPress"
76
 
77
- #: bws_functions.php:170
78
  msgid "Rate the plugin"
79
  msgstr "Оцінити плагін"
80
 
81
- #: bws_functions.php:173
82
  msgid "If there is something wrong about it, please contact us"
83
  msgstr "Якщо щось не так, будь ласка, повідомте нам"
84
 
85
- #: bws_functions.php:205
 
 
 
 
86
  msgid "Check premium options on the plugin settings page!"
87
  msgstr "Подивіться преміум опції на сторінці налаштувань плагіна!"
88
 
89
- #: bws_functions.php:212 bws_functions.php:248
 
90
  msgid "Wrong license key"
91
  msgstr "Невірний ключ ліцензії"
92
 
93
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
94
  msgid ""
95
  "Something went wrong. Please try again later. If the error appears again, "
96
  "please contact us"
@@ -98,15 +149,16 @@ msgstr ""
98
  "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
99
  "повідомте нам"
100
 
101
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
102
  msgid "We are sorry for inconvenience."
103
  msgstr "Просимо вибачення за незручності."
104
 
105
- #: bws_functions.php:250
106
  msgid "This license key is bind to another site"
107
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту"
108
 
109
- #: bws_functions.php:252 bws_functions.php:416
110
  msgid ""
111
  "Unfortunately, you have exceeded the number of available tries per day. "
112
  "Please, upload the plugin manually."
@@ -114,7 +166,7 @@ msgstr ""
114
  "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
115
  "завантажте плагін вручну"
116
 
117
- #: bws_functions.php:254
118
  msgid ""
119
  "Unfortunately, Your license has expired. To continue getting top-priority "
120
  "support and plugin updates you should extend it in your"
@@ -122,7 +174,7 @@ msgstr ""
122
  "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
123
  "першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію"
124
 
125
- #: bws_functions.php:256
126
  msgid ""
127
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
128
  "Trial license can be installed only once."
@@ -130,16 +182,17 @@ msgstr ""
130
  "На жаль, Pro ліцензія уже використовувалась на цьому домені. Тріал Pro "
131
  "версії плагіну можна використати лише один раз."
132
 
133
- #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
 
134
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
135
  msgstr ""
136
  "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
137
 
138
- #: bws_functions.php:289
139
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
140
  msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
141
 
142
- #: bws_functions.php:295
143
  msgid ""
144
  "Your server does not support either ZipArchive or Phar. Please, upload the "
145
  "plugin manually"
@@ -147,13 +200,13 @@ msgstr ""
147
  "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
148
  "вручну"
149
 
150
- #: bws_functions.php:302
151
  msgid "UploadDir is not writable. Please, upload the plugin manually"
152
  msgstr ""
153
  "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
154
  "вручну"
155
 
156
- #: bws_functions.php:325
157
  msgid ""
158
  "Something went wrong. Try again later or upload the plugin manually. We are "
159
  "sorry for inconvenience."
@@ -161,95 +214,87 @@ msgstr ""
161
  "Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін "
162
  "вручну. Просимо вибачення за незручності."
163
 
164
- #: bws_functions.php:350
165
  msgid "Please, enter Your license key"
166
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
167
 
168
- #: bws_functions.php:380
169
  msgid ""
170
- "Congratulations! The Pro version of the plugin is successfully download and "
171
  "activated."
172
  msgstr "Вітаємо! Pro версію плагіну успішно завантажено та активовано."
173
 
174
- #: bws_functions.php:382 bws_functions.php:473
175
  msgid "Please, go to"
176
  msgstr "Будь ласка, перейдіть на"
177
 
178
- #: bws_functions.php:382 bws_functions.php:473
179
  msgid "the setting page"
180
  msgstr "сторінку установок"
181
 
182
- #: bws_functions.php:383 bws_functions.php:474
183
  msgid "You will be redirected automatically in 5 seconds."
184
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
185
 
186
- #: bws_functions.php:390
187
  msgid "Show Pro features"
188
  msgstr "Показати Pro опції"
189
 
190
- #: bws_functions.php:397
191
- msgid "You can download and activate"
192
- msgstr "Ви можете завантажити та активувати"
193
 
194
- #: bws_functions.php:399
195
- msgid "version of this plugin by entering Your license key."
196
- msgstr "версію цього плагіну, якщо впишете ваш ліцензійний ключ."
197
 
198
- #: bws_functions.php:401 bws_functions.php:442
199
- msgid ""
200
- "You can find your license key on your personal page Client area, by clicking "
201
- "on the link"
202
- msgstr ""
203
- "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у "
204
- "Client area, перейшовши за посиланням"
205
 
206
- #: bws_functions.php:403 bws_functions.php:444
207
- msgid "(your username is the email you specify when purchasing the product)."
208
- msgstr "(ваше ім'я - це емейл, який ви вказували при купівлі плагіну)"
209
 
210
- #: bws_functions.php:407 bws_functions.php:691
211
- msgid "or"
212
- msgstr "або"
213
-
214
- #: bws_functions.php:407
215
  #, php-format
216
  msgid "Start Your Free %s-Day Trial Now"
217
  msgstr "Спробуйте %s-денну тріал версію безкоштовно"
218
 
219
- #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
220
- #: bws_functions.php:460 bws_functions.php:1232 bws_menu.php:693
221
- #: bws_menu.php:750
222
  msgid "Activate"
223
  msgstr "Активувати"
224
 
225
- #: bws_functions.php:439 bws_functions.php:532
226
  #, php-format
227
  msgid ""
228
  "In order to continue using the plugin it is necessary to buy a %s license."
229
  msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
230
 
231
- #: bws_functions.php:440
232
  msgid "After that you can activate it by entering your license key."
233
  msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
234
 
235
- #: bws_functions.php:454
236
  msgid "Unfortunately, you have exceeded the number of available tries per day."
237
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
238
 
239
- #: bws_functions.php:471
240
  msgid ""
241
  "Congratulations! The Pro license of the plugin is successfully activated."
242
  msgstr "Вітаємо! Pro версію плагіну успішно активовано."
243
 
244
- #: bws_functions.php:512
245
  msgid "Wrong license key."
246
  msgstr "Неправильний ліцензійний ключ."
247
 
248
- #: bws_functions.php:514
249
  msgid "This license key is bind to another site."
250
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
251
 
252
- #: bws_functions.php:516
253
  msgid ""
254
  "This license key is valid, but Your license has expired. If you want to "
255
  "update our plugin in future, you should extend the license."
@@ -257,11 +302,11 @@ msgstr ""
257
  "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
258
  "хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
259
 
260
- #: bws_functions.php:518
261
  msgid "Unfortunately, you have exceeded the number of available tries."
262
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
263
 
264
- #: bws_functions.php:520
265
  msgid ""
266
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
267
  "The Pro Trial license can be installed only once."
@@ -269,23 +314,23 @@ msgstr ""
269
  "На жаль, тріал Pro версія плагіну уже встановлювалась на цей домен. Тріал "
270
  "Pro версію можна встановлювати лише один раз."
271
 
272
- #: bws_functions.php:524
273
  msgid "The Pro Trial license key is valid."
274
  msgstr "Ключ тріал Pro версії вірний."
275
 
276
- #: bws_functions.php:526
277
  msgid "The license key is valid."
278
  msgstr "Ліцензійний ключ дійсний."
279
 
280
- #: bws_functions.php:529
281
  msgid "Your license will expire on"
282
  msgstr "Ваша ліцензія закінчується"
283
 
284
- #: bws_functions.php:562
285
  msgid "Please, enter your license key"
286
  msgstr "Будь ласка, введіть ваш ліцензійний ключ"
287
 
288
- #: bws_functions.php:575
289
  msgid ""
290
  "If needed you can check if the license key is correct or reenter it in the "
291
  "field below. You can find your license key on your personal page - Client "
@@ -296,24 +341,23 @@ msgstr ""
296
  "ліцензійний ключ на вашій персональній сторінці - Client area - на нашому "
297
  "сайті."
298
 
299
- #: bws_functions.php:575
300
  msgid ""
301
- "(your username is the email you specify when purchasing the product). If "
302
  "necessary, please submit \"Lost your password?\" request."
303
  msgstr ""
304
- "(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі "
305
- "продукту). При необхідності, будь ласка, відправте запит на відновлення "
306
- "вашого паролю."
307
 
308
- #: bws_functions.php:579
309
  msgid "Check license key"
310
  msgstr "Перевірте ліцензійний ключ"
311
 
312
- #: bws_functions.php:593
313
  msgid "WARNING: Illegal use notification"
314
  msgstr "УВАГА: виявлено несанкціоноване використання плагіну"
315
 
316
- #: bws_functions.php:593
317
  msgid ""
318
  "You can use one license of the Pro plugin for one domain only. Please check "
319
  "and edit your license or domain if necessary using you personal Client Area. "
@@ -325,7 +369,7 @@ msgstr ""
325
  "вкладці Client Area. Ми настійливо рекомендуємо Вам вирішити це питання "
326
  "протягом 24 годин, інакше плагін буде деактивовано."
327
 
328
- #: bws_functions.php:601
329
  msgid ""
330
  "Notice: Your Pro Trial license has expired. To continue using the plugin you "
331
  "should buy a Pro license"
@@ -333,7 +377,7 @@ msgstr ""
333
  "Увага: Термін дії тріал періоду Pro версії плагіну скінчився. Щоб продовжити "
334
  "користуватись плагіном, будь ласка, придбайте ліцензію Pro"
335
 
336
- #: bws_functions.php:603
337
  msgid ""
338
  "Your license has expired. To continue getting top-priority support and "
339
  "plugin updates you should extend it."
@@ -341,60 +385,42 @@ msgstr ""
341
  "Строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у "
342
  "майбутньому, вам слід подовжити ліцензію."
343
 
344
- #: bws_functions.php:603 bws_functions.php:656 bws_functions.php:1198
345
- #: bws_menu.php:669 bws_menu.php:691 bws_menu.php:718 bws_menu.php:748
346
- #: bws_menu.php:794
347
  msgid "Learn more"
348
  msgstr "Дізнатись більше"
349
 
350
- #: bws_functions.php:613
351
  #, php-format
352
  msgid "Notice: You are using the Pro Trial license of %s plugin."
353
  msgstr "Увага: Ви використовуєте тріал Pro версію плагіну %s."
354
 
355
- #: bws_functions.php:615
356
  msgid "Notice: You are using the Pro Trial license of plugin."
357
  msgstr "Увага: Ви використовуєте тріал Pro версію плагіну."
358
 
359
- #: bws_functions.php:618
360
  msgid "The Pro Trial license will expire on"
361
  msgstr "Тріал період Pro версії плагіну закінчується"
362
 
363
- #: bws_functions.php:656
364
  msgid "You license for"
365
  msgstr "Ваша ліцензія для"
366
 
367
- #: bws_functions.php:656
368
  msgid "expires on"
369
  msgstr "витікає"
370
 
371
- #: bws_functions.php:656
372
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
373
  msgstr ""
374
  "та ви більше не будете отримувати першочергову технічну підтримку та "
375
  "оновлення."
376
 
377
- #: bws_functions.php:687
378
- msgid "Thank you for installing"
379
- msgstr "Дякуємо, що встановили"
380
-
381
- #: bws_functions.php:688
382
- msgid "Let's get started"
383
- msgstr "Розпочнемо"
384
-
385
- #: bws_functions.php:689
386
- msgid "Configure Settings"
387
- msgstr "Налаштувати плагін"
388
-
389
- #: bws_functions.php:692
390
- msgid "Add New"
391
- msgstr "Додати"
392
-
393
- #: bws_functions.php:750
394
  msgid "Thank you for choosing"
395
  msgstr "Дякуємо, що обрали"
396
 
397
- #: bws_functions.php:751
398
  msgid ""
399
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
400
  "we'd love to hear about it!"
@@ -403,23 +429,23 @@ msgstr ""
403
  "функціоналу плагіна, будь ласка, надсилайте їх нам! Ми завжди відкриті для "
404
  "нових ідей!"
405
 
406
- #: bws_functions.php:752
407
  msgid "Suggest a Feature"
408
  msgstr "Запропонувати функціонал"
409
 
410
- #: bws_functions.php:768
411
  msgid "Notice"
412
  msgstr "Зауважте"
413
 
414
- #: bws_functions.php:768
415
  msgid "The plugin's settings have been changed."
416
  msgstr "Налаштування плагіну змінено."
417
 
418
- #: bws_functions.php:769 bws_functions.php:1240
419
  msgid "Save Changes"
420
  msgstr "Зберегти зміни"
421
 
422
- #: bws_functions.php:786
423
  msgid ""
424
  "You can always look at premium options by clicking on the \"Show Pro features"
425
  "\" in the \"Go PRO\" tab"
@@ -427,372 +453,560 @@ msgstr ""
427
  "Ви завжди можете подивитися на преміум опції, натиснувши на кнопку "
428
  "\"Показати Pro особливост\" на вкладці \"Перейти на PRO\""
429
 
430
- #: bws_functions.php:886
431
  msgid "Add shortcode"
432
  msgstr "Додати шорткод"
433
 
434
- #: bws_functions.php:886
435
  msgid "Add BestWebSoft plugins' shortcodes using this button."
436
  msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
437
 
438
- #: bws_functions.php:935
439
  msgid "Close"
440
  msgstr "Закрити"
441
 
442
- #: bws_functions.php:1027
443
  msgid "Restore all plugin settings to defaults"
444
  msgstr "Скинути налаштування плагіну до стандартних"
445
 
446
- #: bws_functions.php:1029
447
  msgid "Restore settings"
448
  msgstr "Скинути налаштування"
449
 
450
- #: bws_functions.php:1040
451
  msgid "Are you sure you want to restore all settings by default?"
452
  msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
453
 
454
- #: bws_functions.php:1043
455
  msgid "Yes, restore all settings"
456
  msgstr "Так, скинути налаштування"
457
 
458
- #: bws_functions.php:1044
459
  msgid "No, go back to the settings page"
460
  msgstr "Ні, повернутись назад на сторінку налаштувань"
461
 
462
- #: bws_functions.php:1090
463
  msgid "Plugin"
464
  msgstr "Плагін"
465
 
466
- #: bws_functions.php:1099
467
  msgid "Shortcode settings"
468
  msgstr "Налаштування шорткоду"
469
 
470
- #: bws_functions.php:1104
471
  msgid "The shortcode will be inserted"
472
  msgstr "Буде вставлено шорткод"
473
 
474
- #: bws_functions.php:1109
475
  msgid "Insert"
476
  msgstr "Вставити"
477
 
478
- #: bws_functions.php:1140
479
  msgid "Visit Help Center"
480
  msgstr "Перейти в Help Center"
481
 
482
- #: bws_functions.php:1145
483
  msgid "FAQ"
484
  msgstr "FAQ"
485
 
486
- #: bws_functions.php:1151
487
  msgid "For more information:"
488
  msgstr "Для отримання додаткової інформації:"
489
 
490
- #: bws_functions.php:1152
491
  msgid "Documentation"
492
  msgstr "Документація"
493
 
494
- #: bws_functions.php:1153
495
  msgid "Video Instructions"
496
  msgstr "Відео інструкції"
497
 
498
- #: bws_functions.php:1154
499
  msgid "Submit a Request"
500
  msgstr "Надіслати запит"
501
 
502
- #: bws_functions.php:1165
503
  msgid "You do not have sufficient permissions to edit plugins for this site."
504
  msgstr "У вас недостатньо повноважень для редагування плагінів цього сайту."
505
 
506
- #: bws_functions.php:1196
507
- msgid "File edited successfully."
508
- msgstr "Файл успішно відредаговано."
 
509
 
510
- #: bws_functions.php:1198
511
  msgid "Not enough permissions to create or update the file"
512
  msgstr "У Вас недостатньо дозволів для створення або поновлення файлу"
513
 
514
- #: bws_functions.php:1222
 
 
 
 
515
  msgid "These styles will be added to the header on all pages of your site."
516
  msgstr "Ці стилі будуть додані в заголовок на всіх сторінках вашого сайту."
517
 
518
- #: bws_functions.php:1225
 
 
 
 
 
 
 
 
519
  msgid "Editing"
520
  msgstr "Редагування"
521
 
522
- #: bws_functions.php:1227
523
  msgid "Browsing"
524
  msgstr "Огляд"
525
 
526
- #: bws_functions.php:1235
527
- msgid "Learn more about CSS"
528
- msgstr "Дізнатись більше про CSS"
 
529
 
530
- #: bws_functions.php:1243
531
  #, php-format
532
  msgid ""
533
- "You need to make this file writable before you can save your changes. See %s "
534
- "the Codex %s for more information."
535
  msgstr ""
536
  "Вам потрібно зробити цей файл доступним для запису, перед тим як ви зможете "
537
  "зберегти свої зміни. Перегляньте %sКодекс%s для додаткової інформації."
538
 
539
- #: bws_menu.php:509
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
540
  msgid "Not set"
541
  msgstr "Не задано"
542
 
543
- #: bws_menu.php:511 bws_menu.php:512
544
  msgid "On"
545
  msgstr "Увімк."
546
 
547
- #: bws_menu.php:511 bws_menu.php:512
548
  msgid "Off"
549
  msgstr "Вимк."
550
 
551
- #: bws_menu.php:513 bws_menu.php:514 bws_menu.php:515 bws_menu.php:516
552
- #: bws_menu.php:517 bws_menu.php:529
553
  msgid "N/A"
554
  msgstr "Невідомо"
555
 
556
- #: bws_menu.php:517
557
  msgid " Mb"
558
  msgstr "Мб"
559
 
560
- #: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:525
561
  msgid "Yes"
562
  msgstr "Так"
563
 
564
- #: bws_menu.php:518 bws_menu.php:519 bws_menu.php:520 bws_menu.php:527
565
  msgid "No"
566
  msgstr "Ні"
567
 
568
- #: bws_menu.php:537
569
  msgid "Operating System"
570
  msgstr "Операційна система"
571
 
572
- #: bws_menu.php:538
573
  msgid "Server"
574
  msgstr "Тип серверу"
575
 
576
- #: bws_menu.php:539
577
  msgid "Memory usage"
578
  msgstr "Пам’яті використано"
579
 
580
- #: bws_menu.php:540
581
  msgid "MYSQL Version"
582
  msgstr "Версія MYSQL"
583
 
584
- #: bws_menu.php:541
585
  msgid "SQL Mode"
586
  msgstr "Режим SQL"
587
 
588
- #: bws_menu.php:542
589
  msgid "PHP Version"
590
  msgstr "Версія PHP"
591
 
592
- #: bws_menu.php:543
593
  msgid "PHP Safe Mode"
594
  msgstr "PHP Безпечний режим"
595
 
596
- #: bws_menu.php:544
597
  msgid "PHP Allow URL fopen"
598
  msgstr "Дозволити PHP URL fopen"
599
 
600
- #: bws_menu.php:545
601
  msgid "PHP Memory Limit"
602
  msgstr "Ліміт пам’яті"
603
 
604
- #: bws_menu.php:546
605
  msgid "PHP Max Upload Size"
606
  msgstr "Макс. розмір файлу, що завантажується"
607
 
608
- #: bws_menu.php:547
609
  msgid "PHP Max Post Size"
610
  msgstr "Макс. розмір посту"
611
 
612
- #: bws_menu.php:548
613
  msgid "PHP Max Script Execute Time"
614
  msgstr "Макс. час виконання сценарію"
615
 
616
- #: bws_menu.php:549
617
  msgid "PHP Exif support"
618
  msgstr "Підтримка PHP Exif"
619
 
620
- #: bws_menu.php:550
621
  msgid "PHP IPTC support"
622
  msgstr "Підтримка PHP IPTC"
623
 
624
- #: bws_menu.php:551
625
  msgid "PHP XML support"
626
  msgstr "Підтримка PHP XML"
627
 
628
- #: bws_menu.php:552
629
  msgid "Site URL"
630
  msgstr "Адреса сайту"
631
 
632
- #: bws_menu.php:553
633
  msgid "Home URL"
634
  msgstr "Адреса домашньої сторінки"
635
 
636
- #: bws_menu.php:556
637
  msgid "WordPress Version"
638
  msgstr "Версія WordPress"
639
 
640
- #: bws_menu.php:557
641
  msgid "WordPress DB Version"
642
  msgstr "Версія бази даних WordPress"
643
 
644
- #: bws_menu.php:558
645
  msgid "Multisite"
646
  msgstr "Мультисайт"
647
 
648
- #: bws_menu.php:559
649
  msgid "Active Theme"
650
  msgstr "Активна тема"
651
 
652
- #: bws_menu.php:574
653
  msgid "Please enter a valid email address."
654
  msgstr "Будь ласка, введіть коректний емейл."
655
 
656
- #: bws_menu.php:578
657
  msgid "Email with system info is sent to "
658
  msgstr "Емейл з системною інформацією надіслано на"
659
 
660
- #: bws_menu.php:582
661
  msgid "Thank you for contacting us."
662
  msgstr "Дякуємо, що звернулись до нас."
663
 
664
- #: bws_menu.php:615
665
  msgid "Sorry, email message could not be delivered."
666
  msgstr "Вибачте, ваше емейл не може бути доставлено"
667
 
668
- #: bws_menu.php:622
669
- msgid "Need help?"
670
- msgstr "Потрібна допомога?"
671
-
672
- #: bws_menu.php:623
673
- msgid "Client area"
674
- msgstr "Клієнтам"
675
-
676
- #: bws_menu.php:624 bws_menu.php:933
677
  msgid "System status"
678
  msgstr "Системна інформація"
679
 
680
- #: bws_menu.php:629
681
- msgid "Plugins"
682
- msgstr "Плагіни"
683
 
684
- #: bws_menu.php:630
685
- msgid "Themes"
686
- msgstr "Теми"
687
 
688
- #: bws_menu.php:634
689
- msgid "All"
690
- msgstr "Всі"
691
 
692
- #: bws_menu.php:635
693
- msgid "Installed"
694
- msgstr "Встановлені"
 
695
 
696
- #: bws_menu.php:636
697
- msgid "Recommended"
698
- msgstr "Рекомендовані "
 
 
 
 
 
 
699
 
700
- #: bws_menu.php:640
701
- msgid "Installed plugins"
702
- msgstr "Встановлені плагіни"
703
 
704
- #: bws_menu.php:672 bws_menu.php:721
705
- msgid "Settings"
706
- msgstr "Налаштування"
707
 
708
- #: bws_menu.php:693 bws_menu.php:750
709
- msgid "Activate this plugin"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
710
  msgstr "Активувати плагін"
711
 
712
- #: bws_menu.php:708 bws_menu.php:738 bws_menu.php:784
713
- msgid "Go"
714
- msgstr "Перейти"
715
 
716
- #: bws_menu.php:712 bws_menu.php:742 bws_menu.php:788
717
- msgid "DONATE"
718
- msgstr "Підтримати нас"
719
 
720
- #: bws_menu.php:758
721
- msgid "Recommended plugins"
722
- msgstr "Рекомендовані плагіни"
723
 
724
- #: bws_menu.php:796
725
- msgid "Install now"
726
- msgstr "Встановити"
727
 
728
- #: bws_menu.php:817
729
- msgid "Try again"
730
- msgstr "Спробувати ще раз"
731
 
732
- #: bws_menu.php:835
733
- #, php-format
734
- msgid "Preview &#8220;%s&#8221;"
735
- msgstr "Попередній перегляд &#8220;%s&#8221;"
 
 
 
736
 
737
- #: bws_menu.php:866
738
  #, php-format
739
- msgid "Install %s"
740
- msgstr "Встановити %s"
741
 
742
- #: bws_menu.php:866
743
  msgid "Install Now"
744
  msgstr "Встановити"
745
 
746
- #: bws_menu.php:869
747
- #, php-format
748
- msgid "Update to version %s"
749
- msgstr "Оновити до версії %s"
750
 
751
- #: bws_menu.php:869
752
- msgid "Update"
753
- msgstr "Оновити"
754
 
755
- #: bws_menu.php:876
756
- #, php-format
757
- msgid "Preview %s"
758
- msgstr "Попередній перегляд %s"
759
 
760
- #: bws_menu.php:876
761
- msgid "Preview"
762
- msgstr "Попередній перегляд"
763
 
764
- #: bws_menu.php:882 bws_menu.php:914
 
 
 
 
765
  #, php-format
766
  msgid "By %s"
767
  msgstr "За %s"
768
 
769
- #: bws_menu.php:888
770
- msgid "Details"
771
- msgstr "Деталі"
772
-
773
- #: bws_menu.php:920
774
  msgid "Already Installed"
775
  msgstr "Уже встановлено %s"
776
 
777
- #: bws_menu.php:936
 
 
 
 
 
 
 
 
 
 
 
 
778
  msgid "Environment"
779
  msgstr "Системне оточення"
780
 
781
- #: bws_menu.php:947
782
  msgid "Active Plugins"
783
  msgstr "Активні плагіни"
784
 
785
- #: bws_menu.php:960
786
  msgid "Inactive Plugins"
787
  msgstr "Не активні плагіни"
788
 
789
- #: bws_menu.php:976
790
- msgid "Send to support"
791
- msgstr "Відправити службі тех. підтримки"
792
 
793
- #: bws_menu.php:983
794
- msgid "Send to custom email &#187;"
795
- msgstr "Відправити на електронну адресу &#187;"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
796
 
797
  #~ msgid "Add BWS Plugins Shortcode"
798
  #~ msgstr "Додати BWS шорткод"
@@ -825,10 +1039,6 @@ msgstr "Відправити на електронну адресу &#187;"
825
  #~ msgid "Install now from wordpress.org"
826
  #~ msgstr "Установити з wordpress.org"
827
 
828
- #, fuzzy
829
- #~ msgid "Activated theme"
830
- #~ msgstr "Поточна тема"
831
-
832
  #, fuzzy
833
  #~ msgid "Installed themes"
834
  #~ msgstr "Установлено %s"
@@ -892,9 +1102,6 @@ msgstr "Відправити на електронну адресу &#187;"
892
  #~ msgid "Captcha"
893
  #~ msgstr "КАПЧА"
894
 
895
- #~ msgid "Support"
896
- #~ msgstr "Поддержка"
897
-
898
  #~ msgid ""
899
  #~ "Please select one item in the block Arithmetic and Complexity for CAPTCHA"
900
  #~ msgstr ""
@@ -916,9 +1123,6 @@ msgstr "Відправити на електронну адресу &#187;"
916
  #~ msgid "Activate contact form"
917
  #~ msgstr "Активировать контакную форму"
918
 
919
- #~ msgid "Download contact form"
920
- #~ msgstr "Скачать контактную форму"
921
-
922
  #~ msgid ""
923
  #~ "If you would like to customize this plugin for a custom form, please "
924
  #~ "contact us via"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-06-30 14:14+0300\n"
6
+ "PO-Revision-Date: 2016-06-30 14:14+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <http://support.bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_functions.php:38 bws_menu.php:282 bws_menu.php:330
20
+ msgid "Plugins"
21
+ msgstr "Плагіни"
22
+
23
+ #: bws_functions.php:39 bws_menu.php:283 bws_menu.php:579
24
+ msgid "Themes"
25
+ msgstr "Теми"
26
+
27
+ #: bws_functions.php:40
28
+ msgid "System Status"
29
+ msgstr "Системна інформація"
30
+
31
+ #: bws_functions.php:75 bws_functions.php:101
32
  msgid "requires"
33
  msgstr "потребує"
34
 
35
+ #: bws_functions.php:77
36
  msgid ""
37
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
38
  "try again."
40
  "чи вище, тому його було деактивовано! Будь ласка оновіть WordPress та "
41
  "спробуйте ще раз."
42
 
43
+ #: bws_functions.php:78
44
  msgid "Back to the WordPress"
45
  msgstr "Повернутися на WordPress на"
46
 
47
+ #: bws_functions.php:80
48
  msgid "Plugins page"
49
  msgstr "Сторінку Плагінів"
50
 
51
+ #: bws_functions.php:103
52
  msgid ""
53
  "or higher! We do not guarantee that our plugin will work correctly. Please "
54
  "upgrade to WordPress latest version."
56
  "чи вище! Ми не гарантуємо, що наш плагін буде працювати правильно. Будь "
57
  "ласка, оновіть WordPress до останньої версії."
58
 
59
+ #: bws_functions.php:118
60
+ msgid "Thank you for installing"
61
+ msgstr "Дякуємо, що встановили"
62
+
63
+ #: bws_functions.php:119
64
+ msgid "Let's get started"
65
+ msgstr "Розпочнемо"
66
+
67
+ #: bws_functions.php:120 bws_functions.php:153 bws_menu.php:525
68
+ #: bws_menu.php:527
69
+ msgid "Settings"
70
+ msgstr "Налаштування"
71
+
72
+ #: bws_functions.php:122 bws_functions.php:479
73
+ msgid "or"
74
+ msgstr "або"
75
+
76
+ #: bws_functions.php:123 bws_functions.php:155
77
+ msgid "Add New"
78
+ msgstr "Додати"
79
+
80
+ #: bws_functions.php:127 bws_functions.php:137 bws_functions.php:213
81
+ #: bws_functions.php:724 bws_functions.php:828
82
  msgid "Close notice"
83
  msgstr "Закрити"
84
 
85
+ #: bws_functions.php:142
86
+ msgid "Thank you for installing plugins by BestWebSoft!"
87
+ msgstr "Дякуємо, що встановили плагіни від BestWebSoft!"
88
+
89
+ #: bws_functions.php:144
90
+ msgid "More Details"
91
+ msgstr "Деталі"
92
+
93
+ #: bws_functions.php:145
94
+ msgid "Less Details"
95
+ msgstr "Сховати Деталі"
96
+
97
+ #: bws_functions.php:218
98
  msgid "It’s time to upgrade your"
99
  msgstr "Настав час модернізувати Ваш"
100
 
101
+ #: bws_functions.php:218
102
  msgid "to"
103
  msgstr "до"
104
 
105
+ #: bws_functions.php:218
106
  msgid "version!"
107
  msgstr "версії!"
108
 
109
+ #: bws_functions.php:219
110
  msgid "Extend standard plugin functionality with new great options."
111
  msgstr "Розширює можливості стандартного функціоналу плагіна."
112
 
113
+ #: bws_functions.php:222 bws_functions.php:665 bws_menu.php:595
114
  msgid "Learn More"
115
  msgstr "Дізнатись більше"
116
 
117
+ #: bws_functions.php:239
118
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
119
  msgstr ""
120
  "Якщо вам сподобався плагін, будь ласка, поставте нам 5 зірочок на WordPress"
121
 
122
+ #: bws_functions.php:240
123
  msgid "Rate the plugin"
124
  msgstr "Оцінити плагін"
125
 
126
+ #: bws_functions.php:243
127
  msgid "If there is something wrong about it, please contact us"
128
  msgstr "Якщо щось не так, будь ласка, повідомте нам"
129
 
130
+ #: bws_functions.php:247
131
+ msgid "Donations play an important role in supporting great projects"
132
+ msgstr "Пожертви грають важливу роль в підтримці проектів"
133
+
134
+ #: bws_functions.php:277
135
  msgid "Check premium options on the plugin settings page!"
136
  msgstr "Подивіться преміум опції на сторінці налаштувань плагіна!"
137
 
138
+ #: bws_functions.php:284 bws_functions.php:320 bws_menu.php:87
139
+ #: bws_menu.php:114
140
  msgid "Wrong license key"
141
  msgstr "Невірний ключ ліцензії"
142
 
143
+ #: bws_functions.php:314 bws_functions.php:578 bws_functions.php:629
144
+ #: bws_menu.php:108
145
  msgid ""
146
  "Something went wrong. Please try again later. If the error appears again, "
147
  "please contact us"
149
  "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
150
  "повідомте нам"
151
 
152
+ #: bws_functions.php:314 bws_functions.php:578 bws_functions.php:629
153
+ #: bws_menu.php:108
154
  msgid "We are sorry for inconvenience."
155
  msgstr "Просимо вибачення за незручності."
156
 
157
+ #: bws_functions.php:322
158
  msgid "This license key is bind to another site"
159
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту"
160
 
161
+ #: bws_functions.php:324 bws_functions.php:488
162
  msgid ""
163
  "Unfortunately, you have exceeded the number of available tries per day. "
164
  "Please, upload the plugin manually."
166
  "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
167
  "завантажте плагін вручну"
168
 
169
+ #: bws_functions.php:326 bws_menu.php:120
170
  msgid ""
171
  "Unfortunately, Your license has expired. To continue getting top-priority "
172
  "support and plugin updates you should extend it in your"
174
  "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
175
  "першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію"
176
 
177
+ #: bws_functions.php:328 bws_menu.php:122
178
  msgid ""
179
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
180
  "Trial license can be installed only once."
182
  "На жаль, Pro ліцензія уже використовувалась на цьому домені. Тріал Pro "
183
  "версії плагіну можна використати лише один раз."
184
 
185
+ #: bws_functions.php:349 bws_functions.php:371 bws_functions.php:393
186
+ #: bws_menu.php:370 bws_menu.php:401 bws_menu.php:412
187
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
188
  msgstr ""
189
  "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
190
 
191
+ #: bws_functions.php:361 bws_menu.php:387
192
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
193
  msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
194
 
195
+ #: bws_functions.php:367 bws_menu.php:394
196
  msgid ""
197
  "Your server does not support either ZipArchive or Phar. Please, upload the "
198
  "plugin manually"
200
  "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
201
  "вручну"
202
 
203
+ #: bws_functions.php:374 bws_menu.php:404
204
  msgid "UploadDir is not writable. Please, upload the plugin manually"
205
  msgstr ""
206
  "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
207
  "вручну"
208
 
209
+ #: bws_functions.php:397 bws_menu.php:139
210
  msgid ""
211
  "Something went wrong. Try again later or upload the plugin manually. We are "
212
  "sorry for inconvenience."
214
  "Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін "
215
  "вручну. Просимо вибачення за незручності."
216
 
217
+ #: bws_functions.php:422
218
  msgid "Please, enter Your license key"
219
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
220
 
221
+ #: bws_functions.php:452
222
  msgid ""
223
+ "Congratulations! Pro version of the plugin is successfully installed and "
224
  "activated."
225
  msgstr "Вітаємо! Pro версію плагіну успішно завантажено та активовано."
226
 
227
+ #: bws_functions.php:454 bws_functions.php:545
228
  msgid "Please, go to"
229
  msgstr "Будь ласка, перейдіть на"
230
 
231
+ #: bws_functions.php:454 bws_functions.php:545
232
  msgid "the setting page"
233
  msgstr "сторінку установок"
234
 
235
+ #: bws_functions.php:455 bws_functions.php:546
236
  msgid "You will be redirected automatically in 5 seconds."
237
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
238
 
239
+ #: bws_functions.php:462
240
  msgid "Show Pro features"
241
  msgstr "Показати Pro опції"
242
 
243
+ #: bws_functions.php:469
244
+ msgid "Enter your license key to install and activate"
245
+ msgstr "Введіть ліцензійний ключ для установки і активації"
246
 
247
+ #: bws_functions.php:471
248
+ msgid "version of the plugin."
249
+ msgstr "версія плагіна."
250
 
251
+ #: bws_functions.php:473 bws_functions.php:514
252
+ msgid "License key can be found in the"
253
+ msgstr "Ліцензійний ключ можна знайти в"
 
 
 
 
254
 
255
+ #: bws_functions.php:475 bws_functions.php:516
256
+ msgid "(your username is the email address specified during the purchase)."
257
+ msgstr "(ваше ім'я користувача - це емейл, який ви вказували при купівлі)"
258
 
259
+ #: bws_functions.php:479
 
 
 
 
260
  #, php-format
261
  msgid "Start Your Free %s-Day Trial Now"
262
  msgstr "Спробуйте %s-денну тріал версію безкоштовно"
263
 
264
+ #: bws_functions.php:485 bws_functions.php:494 bws_functions.php:524
265
+ #: bws_functions.php:532 bws_functions.php:1398 bws_menu.php:531
266
+ #: bws_menu.php:540
267
  msgid "Activate"
268
  msgstr "Активувати"
269
 
270
+ #: bws_functions.php:511 bws_functions.php:604
271
  #, php-format
272
  msgid ""
273
  "In order to continue using the plugin it is necessary to buy a %s license."
274
  msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
275
 
276
+ #: bws_functions.php:512
277
  msgid "After that you can activate it by entering your license key."
278
  msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
279
 
280
+ #: bws_functions.php:526 bws_menu.php:118 bws_menu.php:306
281
  msgid "Unfortunately, you have exceeded the number of available tries per day."
282
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
283
 
284
+ #: bws_functions.php:543
285
  msgid ""
286
  "Congratulations! The Pro license of the plugin is successfully activated."
287
  msgstr "Вітаємо! Pro версію плагіну успішно активовано."
288
 
289
+ #: bws_functions.php:584
290
  msgid "Wrong license key."
291
  msgstr "Неправильний ліцензійний ключ."
292
 
293
+ #: bws_functions.php:586
294
  msgid "This license key is bind to another site."
295
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
296
 
297
+ #: bws_functions.php:588
298
  msgid ""
299
  "This license key is valid, but Your license has expired. If you want to "
300
  "update our plugin in future, you should extend the license."
302
  "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
303
  "хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
304
 
305
+ #: bws_functions.php:590
306
  msgid "Unfortunately, you have exceeded the number of available tries."
307
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
308
 
309
+ #: bws_functions.php:592
310
  msgid ""
311
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
312
  "The Pro Trial license can be installed only once."
314
  "На жаль, тріал Pro версія плагіну уже встановлювалась на цей домен. Тріал "
315
  "Pro версію можна встановлювати лише один раз."
316
 
317
+ #: bws_functions.php:596
318
  msgid "The Pro Trial license key is valid."
319
  msgstr "Ключ тріал Pro версії вірний."
320
 
321
+ #: bws_functions.php:598 bws_menu.php:128
322
  msgid "The license key is valid."
323
  msgstr "Ліцензійний ключ дійсний."
324
 
325
+ #: bws_functions.php:601 bws_menu.php:130
326
  msgid "Your license will expire on"
327
  msgstr "Ваша ліцензія закінчується"
328
 
329
+ #: bws_functions.php:634
330
  msgid "Please, enter your license key"
331
  msgstr "Будь ласка, введіть ваш ліцензійний ключ"
332
 
333
+ #: bws_functions.php:647
334
  msgid ""
335
  "If needed you can check if the license key is correct or reenter it in the "
336
  "field below. You can find your license key on your personal page - Client "
341
  "ліцензійний ключ на вашій персональній сторінці - Client area - на нашому "
342
  "сайті."
343
 
344
+ #: bws_functions.php:647
345
  msgid ""
346
+ "(your username is the email address specified during the purchase). If "
347
  "necessary, please submit \"Lost your password?\" request."
348
  msgstr ""
349
+ "(ваше ім'я користувача - це емейл, який ви вказували при купівлі). При "
350
+ "необхідності, будь ласка, відправте запит на відновлення вашого паролю."
 
351
 
352
+ #: bws_functions.php:651 bws_menu.php:304 bws_menu.php:315
353
  msgid "Check license key"
354
  msgstr "Перевірте ліцензійний ключ"
355
 
356
+ #: bws_functions.php:665
357
  msgid "WARNING: Illegal use notification"
358
  msgstr "УВАГА: виявлено несанкціоноване використання плагіну"
359
 
360
+ #: bws_functions.php:665
361
  msgid ""
362
  "You can use one license of the Pro plugin for one domain only. Please check "
363
  "and edit your license or domain if necessary using you personal Client Area. "
369
  "вкладці Client Area. Ми настійливо рекомендуємо Вам вирішити це питання "
370
  "протягом 24 годин, інакше плагін буде деактивовано."
371
 
372
+ #: bws_functions.php:673
373
  msgid ""
374
  "Notice: Your Pro Trial license has expired. To continue using the plugin you "
375
  "should buy a Pro license"
377
  "Увага: Термін дії тріал періоду Pro версії плагіну скінчився. Щоб продовжити "
378
  "користуватись плагіном, будь ласка, придбайте ліцензію Pro"
379
 
380
+ #: bws_functions.php:675
381
  msgid ""
382
  "Your license has expired. To continue getting top-priority support and "
383
  "plugin updates you should extend it."
385
  "Строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у "
386
  "майбутньому, вам слід подовжити ліцензію."
387
 
388
+ #: bws_functions.php:675 bws_functions.php:728 bws_functions.php:1353
 
 
389
  msgid "Learn more"
390
  msgstr "Дізнатись більше"
391
 
392
+ #: bws_functions.php:685
393
  #, php-format
394
  msgid "Notice: You are using the Pro Trial license of %s plugin."
395
  msgstr "Увага: Ви використовуєте тріал Pro версію плагіну %s."
396
 
397
+ #: bws_functions.php:687
398
  msgid "Notice: You are using the Pro Trial license of plugin."
399
  msgstr "Увага: Ви використовуєте тріал Pro версію плагіну."
400
 
401
+ #: bws_functions.php:690
402
  msgid "The Pro Trial license will expire on"
403
  msgstr "Тріал період Pro версії плагіну закінчується"
404
 
405
+ #: bws_functions.php:728
406
  msgid "You license for"
407
  msgstr "Ваша ліцензія для"
408
 
409
+ #: bws_functions.php:728
410
  msgid "expires on"
411
  msgstr "витікає"
412
 
413
+ #: bws_functions.php:728
414
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
415
  msgstr ""
416
  "та ви більше не будете отримувати першочергову технічну підтримку та "
417
  "оновлення."
418
 
419
+ #: bws_functions.php:823
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
420
  msgid "Thank you for choosing"
421
  msgstr "Дякуємо, що обрали"
422
 
423
+ #: bws_functions.php:824
424
  msgid ""
425
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
426
  "we'd love to hear about it!"
429
  "функціоналу плагіна, будь ласка, надсилайте їх нам! Ми завжди відкриті для "
430
  "нових ідей!"
431
 
432
+ #: bws_functions.php:825
433
  msgid "Suggest a Feature"
434
  msgstr "Запропонувати функціонал"
435
 
436
+ #: bws_functions.php:841
437
  msgid "Notice"
438
  msgstr "Зауважте"
439
 
440
+ #: bws_functions.php:841
441
  msgid "The plugin's settings have been changed."
442
  msgstr "Налаштування плагіну змінено."
443
 
444
+ #: bws_functions.php:842 bws_functions.php:1409
445
  msgid "Save Changes"
446
  msgstr "Зберегти зміни"
447
 
448
+ #: bws_functions.php:856
449
  msgid ""
450
  "You can always look at premium options by clicking on the \"Show Pro features"
451
  "\" in the \"Go PRO\" tab"
453
  "Ви завжди можете подивитися на преміум опції, натиснувши на кнопку "
454
  "\"Показати Pro особливост\" на вкладці \"Перейти на PRO\""
455
 
456
+ #: bws_functions.php:985
457
  msgid "Add shortcode"
458
  msgstr "Додати шорткод"
459
 
460
+ #: bws_functions.php:985
461
  msgid "Add BestWebSoft plugins' shortcodes using this button."
462
  msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
463
 
464
+ #: bws_functions.php:1034
465
  msgid "Close"
466
  msgstr "Закрити"
467
 
468
+ #: bws_functions.php:1126
469
  msgid "Restore all plugin settings to defaults"
470
  msgstr "Скинути налаштування плагіну до стандартних"
471
 
472
+ #: bws_functions.php:1128
473
  msgid "Restore settings"
474
  msgstr "Скинути налаштування"
475
 
476
+ #: bws_functions.php:1139
477
  msgid "Are you sure you want to restore all settings by default?"
478
  msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
479
 
480
+ #: bws_functions.php:1142
481
  msgid "Yes, restore all settings"
482
  msgstr "Так, скинути налаштування"
483
 
484
+ #: bws_functions.php:1143
485
  msgid "No, go back to the settings page"
486
  msgstr "Ні, повернутись назад на сторінку налаштувань"
487
 
488
+ #: bws_functions.php:1189
489
  msgid "Plugin"
490
  msgstr "Плагін"
491
 
492
+ #: bws_functions.php:1198
493
  msgid "Shortcode settings"
494
  msgstr "Налаштування шорткоду"
495
 
496
+ #: bws_functions.php:1203
497
  msgid "The shortcode will be inserted"
498
  msgstr "Буде вставлено шорткод"
499
 
500
+ #: bws_functions.php:1208
501
  msgid "Insert"
502
  msgstr "Вставити"
503
 
504
+ #: bws_functions.php:1241
505
  msgid "Visit Help Center"
506
  msgstr "Перейти в Help Center"
507
 
508
+ #: bws_functions.php:1246
509
  msgid "FAQ"
510
  msgstr "FAQ"
511
 
512
+ #: bws_functions.php:1252
513
  msgid "For more information:"
514
  msgstr "Для отримання додаткової інформації:"
515
 
516
+ #: bws_functions.php:1253
517
  msgid "Documentation"
518
  msgstr "Документація"
519
 
520
+ #: bws_functions.php:1254
521
  msgid "Video Instructions"
522
  msgstr "Відео інструкції"
523
 
524
+ #: bws_functions.php:1255
525
  msgid "Submit a Request"
526
  msgstr "Надіслати запит"
527
 
528
+ #: bws_functions.php:1266
529
  msgid "You do not have sufficient permissions to edit plugins for this site."
530
  msgstr "У вас недостатньо повноважень для редагування плагінів цього сайту."
531
 
532
+ #: bws_functions.php:1317 bws_functions.php:1344
533
+ #, php-format
534
+ msgid "File %s edited successfully."
535
+ msgstr "Файл %s успішно відредаговано."
536
 
537
+ #: bws_functions.php:1319 bws_functions.php:1346
538
  msgid "Not enough permissions to create or update the file"
539
  msgstr "У Вас недостатньо дозволів для створення або поновлення файлу"
540
 
541
+ #: bws_functions.php:1349
542
+ msgid "Not enough permissions to create the file"
543
+ msgstr "У Вас недостатньо дозволів для створення файлу"
544
+
545
+ #: bws_functions.php:1387
546
  msgid "These styles will be added to the header on all pages of your site."
547
  msgstr "Ці стилі будуть додані в заголовок на всіх сторінках вашого сайту."
548
 
549
+ #: bws_functions.php:1389
550
+ #, php-format
551
+ msgid ""
552
+ "These PHP code will be hooked to the %s action and will be printed on front "
553
+ "end only."
554
+ msgstr ""
555
+ "Цей PHP код буде прикріплений до %s action і буде додано лише у фронтенді."
556
+
557
+ #: bws_functions.php:1393
558
  msgid "Editing"
559
  msgstr "Редагування"
560
 
561
+ #: bws_functions.php:1395
562
  msgid "Browsing"
563
  msgstr "Огляд"
564
 
565
+ #: bws_functions.php:1402
566
+ #, php-format
567
+ msgid "Learn more about %s"
568
+ msgstr "Дізнатись більше про %s"
569
 
570
+ #: bws_functions.php:1413
571
  #, php-format
572
  msgid ""
573
+ "You need to make this files writable before you can save your changes. See "
574
+ "%s the Codex %s for more information."
575
  msgstr ""
576
  "Вам потрібно зробити цей файл доступним для запису, перед тим як ви зможете "
577
  "зберегти свої зміни. Перегляньте %sКодекс%s для додаткової інформації."
578
 
579
+ #: bws_menu.php:116
580
+ msgid ""
581
+ "This license key is bind to another website. Change it via personal Client "
582
+ "Area."
583
+ msgstr ""
584
+ "Цей ліцензійний ключ прив'язано до іншого сайту. Змініть це в Client Area."
585
+
586
+ #: bws_menu.php:116
587
+ msgid "Log in"
588
+ msgstr "Увійти"
589
+
590
+ #: bws_menu.php:132
591
+ msgid "Congratulations! Pro Membership license is successfully activated."
592
+ msgstr "Вітаємо! Pro Membership ліцензія успішно активована."
593
+
594
+ #: bws_menu.php:149
595
+ msgid "Please enter your license key."
596
+ msgstr "Будь ласка, введіть ваш ліцензійний ключ."
597
+
598
+ #: bws_menu.php:161
599
  msgid "Not set"
600
  msgstr "Не задано"
601
 
602
+ #: bws_menu.php:163 bws_menu.php:164
603
  msgid "On"
604
  msgstr "Увімк."
605
 
606
+ #: bws_menu.php:163 bws_menu.php:164
607
  msgid "Off"
608
  msgstr "Вимк."
609
 
610
+ #: bws_menu.php:165 bws_menu.php:166 bws_menu.php:167 bws_menu.php:168
611
+ #: bws_menu.php:169 bws_menu.php:181
612
  msgid "N/A"
613
  msgstr "Невідомо"
614
 
615
+ #: bws_menu.php:169
616
  msgid " Mb"
617
  msgstr "Мб"
618
 
619
+ #: bws_menu.php:170 bws_menu.php:171 bws_menu.php:172 bws_menu.php:177
620
  msgid "Yes"
621
  msgstr "Так"
622
 
623
+ #: bws_menu.php:170 bws_menu.php:171 bws_menu.php:172 bws_menu.php:179
624
  msgid "No"
625
  msgstr "Ні"
626
 
627
+ #: bws_menu.php:190
628
  msgid "Operating System"
629
  msgstr "Операційна система"
630
 
631
+ #: bws_menu.php:191
632
  msgid "Server"
633
  msgstr "Тип серверу"
634
 
635
+ #: bws_menu.php:192
636
  msgid "Memory usage"
637
  msgstr "Пам’яті використано"
638
 
639
+ #: bws_menu.php:193
640
  msgid "MYSQL Version"
641
  msgstr "Версія MYSQL"
642
 
643
+ #: bws_menu.php:194
644
  msgid "SQL Mode"
645
  msgstr "Режим SQL"
646
 
647
+ #: bws_menu.php:195
648
  msgid "PHP Version"
649
  msgstr "Версія PHP"
650
 
651
+ #: bws_menu.php:196
652
  msgid "PHP Safe Mode"
653
  msgstr "PHP Безпечний режим"
654
 
655
+ #: bws_menu.php:197
656
  msgid "PHP Allow URL fopen"
657
  msgstr "Дозволити PHP URL fopen"
658
 
659
+ #: bws_menu.php:198
660
  msgid "PHP Memory Limit"
661
  msgstr "Ліміт пам’яті"
662
 
663
+ #: bws_menu.php:199
664
  msgid "PHP Max Upload Size"
665
  msgstr "Макс. розмір файлу, що завантажується"
666
 
667
+ #: bws_menu.php:200
668
  msgid "PHP Max Post Size"
669
  msgstr "Макс. розмір посту"
670
 
671
+ #: bws_menu.php:201
672
  msgid "PHP Max Script Execute Time"
673
  msgstr "Макс. час виконання сценарію"
674
 
675
+ #: bws_menu.php:202
676
  msgid "PHP Exif support"
677
  msgstr "Підтримка PHP Exif"
678
 
679
+ #: bws_menu.php:203
680
  msgid "PHP IPTC support"
681
  msgstr "Підтримка PHP IPTC"
682
 
683
+ #: bws_menu.php:204
684
  msgid "PHP XML support"
685
  msgstr "Підтримка PHP XML"
686
 
687
+ #: bws_menu.php:205
688
  msgid "Site URL"
689
  msgstr "Адреса сайту"
690
 
691
+ #: bws_menu.php:206
692
  msgid "Home URL"
693
  msgstr "Адреса домашньої сторінки"
694
 
695
+ #: bws_menu.php:209
696
  msgid "WordPress Version"
697
  msgstr "Версія WordPress"
698
 
699
+ #: bws_menu.php:210
700
  msgid "WordPress DB Version"
701
  msgstr "Версія бази даних WordPress"
702
 
703
+ #: bws_menu.php:211
704
  msgid "Multisite"
705
  msgstr "Мультисайт"
706
 
707
+ #: bws_menu.php:212
708
  msgid "Active Theme"
709
  msgstr "Активна тема"
710
 
711
+ #: bws_menu.php:226
712
  msgid "Please enter a valid email address."
713
  msgstr "Будь ласка, введіть коректний емейл."
714
 
715
+ #: bws_menu.php:230
716
  msgid "Email with system info is sent to "
717
  msgstr "Емейл з системною інформацією надіслано на"
718
 
719
+ #: bws_menu.php:234
720
  msgid "Thank you for contacting us."
721
  msgstr "Дякуємо, що звернулись до нас."
722
 
723
+ #: bws_menu.php:267
724
  msgid "Sorry, email message could not be delivered."
725
  msgstr "Вибачте, ваше емейл не може бути доставлено"
726
 
727
+ #: bws_menu.php:286 bws_menu.php:626
 
 
 
 
 
 
 
 
728
  msgid "System status"
729
  msgstr "Системна інформація"
730
 
731
+ #: bws_menu.php:287
732
+ msgid "Support"
733
+ msgstr "Поддержка"
734
 
735
+ #: bws_menu.php:288
736
+ msgid "Manage purchased licenses & subscriptions"
737
+ msgstr "Управління придбаними ліцензіями і підписками"
738
 
739
+ #: bws_menu.php:288
740
+ msgid "Client Area"
741
+ msgstr "Client Area"
742
 
743
+ #: bws_menu.php:296
744
+ #, php-format
745
+ msgid "Get Access to %s+ Premium Plugins"
746
+ msgstr "Отримати Доступ до %s+ Преміум Плагинам"
747
 
748
+ #: bws_menu.php:297
749
+ #, php-format
750
+ msgid ""
751
+ "Join BestWebSoft Pro Membership today, cancel any time and use all plugins "
752
+ "on a single website %s for only %s per month."
753
+ msgstr ""
754
+ "Приєднуйтесь до BestWebSoft Pro Membership сьогодні, скасовуйте підписку в "
755
+ "будь-який час і використовуйте всі плагіни на одному сайті %s всього лише за "
756
+ "%s в місяць."
757
 
758
+ #: bws_menu.php:309
759
+ msgid "Enter your license key"
760
+ msgstr "Ваш ліцензійний ключ"
761
 
762
+ #: bws_menu.php:313
763
+ msgid "Activate Membership"
764
+ msgstr "Активувати Membership"
765
 
766
+ #: bws_menu.php:322
767
+ msgid "Don’t have valid license key yet?"
768
+ msgstr "Немає чинного ліцензійного ключа?"
769
+
770
+ #: bws_menu.php:322
771
+ msgid "Subscribe to Pro Membership Now"
772
+ msgstr "Підписатися на Pro Membership Зараз"
773
+
774
+ #: bws_menu.php:331
775
+ msgid "Upload Plugin"
776
+ msgstr "Завантажити плагін"
777
+
778
+ #: bws_menu.php:335
779
+ #, php-format
780
+ msgid ""
781
+ "The plugin generated %d characters of <strong>unexpected output</strong> "
782
+ "during activation. If you notice &#8220;headers already sent&#8221; "
783
+ "messages, problems with syndication feeds or other issues, try deactivating "
784
+ "or removing this plugin."
785
+ msgstr ""
786
+ "Цей плагін згенерував стільки символів <strong>неочікуваного виводу</strong> "
787
+ "під час активації: %d. Якщо ви помітите повідомлення &#8220;заголовки вже "
788
+ "надіслані&#8221;, проблеми з каналами чи інші неполадки, спробуйте вимкнути "
789
+ "чи видалити цей плагін."
790
+
791
+ #: bws_menu.php:337
792
+ msgid ""
793
+ "Plugin could not be activated because it triggered a <strong>fatal error</"
794
+ "strong>."
795
+ msgstr ""
796
+ "Плагін не вдалося активувати, бо він спричинив <strong>критичну помилку</"
797
+ "strong>."
798
+
799
+ #: bws_menu.php:340
800
+ msgid "Plugin <strong>activated</strong>."
801
+ msgstr "Плагін <strong>активовано</strong>."
802
+
803
+ #: bws_menu.php:347
804
+ msgid "Installing Plugin"
805
+ msgstr "Встановлення плагіну"
806
+
807
+ #: bws_menu.php:353
808
+ msgid "Downloading install package from"
809
+ msgstr "Завантаження встановлюючого пакунку з"
810
+
811
+ #: bws_menu.php:378
812
+ msgid "Unpacking the package"
813
+ msgstr "Розпакування пакета"
814
+
815
+ #: bws_menu.php:383 bws_menu.php:391
816
+ msgid "Installing the plugin"
817
+ msgstr "Встановлення плагіну"
818
+
819
+ #: bws_menu.php:397
820
+ msgid "Successfully installed the plugin"
821
+ msgstr "Успішно встановлено плагін"
822
+
823
+ #: bws_menu.php:409
824
+ msgid "Activate Plugin"
825
  msgstr "Активувати плагін"
826
 
827
+ #: bws_menu.php:409 bws_menu.php:415
828
+ msgid "Return to BestWebSoft Panel"
829
+ msgstr "Назад до BestWebSoft Panel"
830
 
831
+ #: bws_menu.php:419 bws_menu.php:434 bws_menu.php:561
832
+ msgid "All"
833
+ msgstr "Всі"
834
 
835
+ #: bws_menu.php:420
836
+ msgid "Installed"
837
+ msgstr "Встановлені"
838
 
839
+ #: bws_menu.php:421
840
+ msgid "Not Installed"
841
+ msgstr "Не встановлені"
842
 
843
+ #: bws_menu.php:427
844
+ msgid "Filter results"
845
+ msgstr "Фільтр результатів"
846
 
847
+ #: bws_menu.php:430 bws_menu.php:557
848
+ msgid "Category"
849
+ msgstr "Категорія"
850
+
851
+ #: bws_menu.php:496
852
+ msgid "Renew to get updates"
853
+ msgstr "Продовжити для поновлення"
854
 
855
+ #: bws_menu.php:499
856
  #, php-format
857
+ msgid "Update to v %s"
858
+ msgstr "Оновити до версії %s"
859
 
860
+ #: bws_menu.php:511 bws_menu.php:534 bws_menu.php:543
861
  msgid "Install Now"
862
  msgstr "Встановити"
863
 
864
+ #: bws_menu.php:517
865
+ msgid "Upgrade to Pro"
866
+ msgstr "Оновитися на Pro"
 
867
 
868
+ #: bws_menu.php:521
869
+ msgid "Donate"
870
+ msgstr "Пожертвувати"
871
 
872
+ #: bws_menu.php:531 bws_menu.php:540
873
+ msgid "Activate this plugin"
874
+ msgstr "Активувати плагін"
 
875
 
876
+ #: bws_menu.php:543
877
+ msgid "Install this plugin"
878
+ msgstr "Встановити плагін"
879
 
880
+ #: bws_menu.php:552
881
+ msgid "Nothing found. Try another criteria."
882
+ msgstr "Нічого не знайдено. Спробуйте інші критерії."
883
+
884
+ #: bws_menu.php:589 bws_menu.php:609
885
  #, php-format
886
  msgid "By %s"
887
  msgstr "За %s"
888
 
889
+ #: bws_menu.php:615
 
 
 
 
890
  msgid "Already Installed"
891
  msgstr "Уже встановлено %s"
892
 
893
+ #: bws_menu.php:623
894
+ msgid "Browse Free WordPress Themes"
895
+ msgstr "Огляд безкоштовних WordPress тем"
896
+
897
+ #: bws_menu.php:632
898
+ msgid "Send to support"
899
+ msgstr "Відправити службі тех. підтримки"
900
+
901
+ #: bws_menu.php:639
902
+ msgid "Send to custom email &#187;"
903
+ msgstr "Відправити на електронну адресу &#187;"
904
+
905
+ #: bws_menu.php:646
906
  msgid "Environment"
907
  msgstr "Системне оточення"
908
 
909
+ #: bws_menu.php:657
910
  msgid "Active Plugins"
911
  msgstr "Активні плагіни"
912
 
913
+ #: bws_menu.php:670
914
  msgid "Inactive Plugins"
915
  msgstr "Не активні плагіни"
916
 
917
+ #: product_list.php:7
918
+ msgid "Advertisement"
919
+ msgstr "Реклама"
920
 
921
+ #: product_list.php:8
922
+ msgid "Content & Media"
923
+ msgstr "Зміст & Медіа"
924
+
925
+ #: product_list.php:9
926
+ msgid "Management"
927
+ msgstr "Управління"
928
+
929
+ #: product_list.php:10
930
+ msgid "Recommended"
931
+ msgstr "Рекомендовані "
932
+
933
+ #: product_list.php:11
934
+ msgid "Security"
935
+ msgstr "Безпека"
936
+
937
+ #: product_list.php:12
938
+ msgid "Site Stats"
939
+ msgstr "Статистика сайту"
940
+
941
+ #: product_list.php:13
942
+ msgid "Social"
943
+ msgstr "Соціальне"
944
+
945
+ #: product_list.php:14
946
+ msgid "Utilities"
947
+ msgstr "Утиліти"
948
+
949
+ #: product_list.php:15
950
+ msgid "Other"
951
+ msgstr "Інше"
952
+
953
+ #~ msgid "My Account"
954
+ #~ msgstr "Мій аккаунт"
955
+
956
+ #~ msgid "BWS Panel"
957
+ #~ msgstr "BWS Панель"
958
+
959
+ #~ msgid "panel"
960
+ #~ msgstr "панель"
961
+
962
+ #~ msgid "You can download and activate"
963
+ #~ msgstr "Ви можете завантажити та активувати"
964
+
965
+ #~ msgid "version of this plugin by entering Your license key."
966
+ #~ msgstr "версію цього плагіну, якщо впишете ваш ліцензійний ключ."
967
+
968
+ #~ msgid ""
969
+ #~ "You can find your license key on your personal page Client area, by "
970
+ #~ "clicking on the link"
971
+ #~ msgstr ""
972
+ #~ "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у "
973
+ #~ "Client area, перейшовши за посиланням"
974
+
975
+ #~ msgid "Configure Settings"
976
+ #~ msgstr "Налаштувати плагін"
977
+
978
+ #~ msgid "Need help?"
979
+ #~ msgstr "Потрібна допомога?"
980
+
981
+ #~ msgid "Go"
982
+ #~ msgstr "Перейти"
983
+
984
+ #~ msgid "DONATE"
985
+ #~ msgstr "Підтримати нас"
986
+
987
+ #~ msgid "Recommended plugins"
988
+ #~ msgstr "Рекомендовані плагіни"
989
+
990
+ #~ msgid "Install now"
991
+ #~ msgstr "Встановити"
992
+
993
+ #~ msgid "Try again"
994
+ #~ msgstr "Спробувати ще раз"
995
+
996
+ #~ msgid "Preview &#8220;%s&#8221;"
997
+ #~ msgstr "Попередній перегляд &#8220;%s&#8221;"
998
+
999
+ #~ msgid "Install %s"
1000
+ #~ msgstr "Встановити %s"
1001
+
1002
+ #~ msgid "Update"
1003
+ #~ msgstr "Оновити"
1004
+
1005
+ #~ msgid "Preview %s"
1006
+ #~ msgstr "Попередній перегляд %s"
1007
+
1008
+ #~ msgid "Preview"
1009
+ #~ msgstr "Попередній перегляд"
1010
 
1011
  #~ msgid "Add BWS Plugins Shortcode"
1012
  #~ msgstr "Додати BWS шорткод"
1039
  #~ msgid "Install now from wordpress.org"
1040
  #~ msgstr "Установити з wordpress.org"
1041
 
 
 
 
 
1042
  #, fuzzy
1043
  #~ msgid "Installed themes"
1044
  #~ msgstr "Установлено %s"
1102
  #~ msgid "Captcha"
1103
  #~ msgstr "КАПЧА"
1104
 
 
 
 
1105
  #~ msgid ""
1106
  #~ "Please select one item in the block Arithmetic and Complexity for CAPTCHA"
1107
  #~ msgstr ""
1123
  #~ msgid "Activate contact form"
1124
  #~ msgstr "Активировать контакную форму"
1125
 
 
 
 
1126
  #~ msgid ""
1127
  #~ "If you would like to customize this plugin for a custom form, please "
1128
  #~ "contact us via"
bws_menu/product_list.php ADDED
@@ -0,0 +1,493 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * BestWebSoft product list
4
+ */
5
+
6
+ $bws_plugins_category = array(
7
+ 'advertisement' => array( 'name' => __( 'Advertisement', 'bestwebsoft' ) ),
8
+ 'content-and-media' => array( 'name' => __( 'Content & Media', 'bestwebsoft' ) ),
9
+ 'management' => array( 'name' => __( 'Management', 'bestwebsoft' ) ),
10
+ 'recommended' => array( 'name' => __( 'Recommended', 'bestwebsoft' ) ),
11
+ 'security' => array( 'name' => __( 'Security', 'bestwebsoft' ) ),
12
+ 'site-stats' => array( 'name' => __( 'Site Stats', 'bestwebsoft' ) ),
13
+ 'social' => array( 'name' => __( 'Social', 'bestwebsoft' ) ),
14
+ 'utilities' => array( 'name' => __( 'Utilities', 'bestwebsoft' ) ),
15
+ 'other' => array( 'name' => __( 'Other', 'bestwebsoft' ) ),
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.',
23
+ 'link' => 'http://bestwebsoft.com/products/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
24
+ 'settings' => 'admin.php?page=captcha.php',
25
+ 'pro_version' => 'captcha-pro/captcha_pro.php',
26
+ 'purchase' => 'http://bestwebsoft.com/products/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
27
+ 'pro_settings' => 'admin.php?page=captcha_pro.php'
28
+ ),
29
+ 'car-rental/car-rental.php' => array(
30
+ 'category' => array( 'content-and-media' ),
31
+ 'name' => 'Car Rental',
32
+ 'description' => 'Create your personal car rental/booking and reservation website.',
33
+ 'link' => 'http://bestwebsoft.com/products/car-rental/?k=444cac6df9a0d3a9763ab4753d24941b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
34
+ 'settings' => 'admin.php?page=car-rental-settings',
35
+ 'pro_version' => 'car-rental-pro/car-rental-pro.php',
36
+ 'purchase' => 'http://bestwebsoft.com/products/car-rental/buy/?k=7643d4f0698252fa1159de078d22269c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
37
+ 'pro_settings' => 'admin.php?page=car-rental-pro-settings'
38
+ ),
39
+ 'contact-form-plugin/contact_form.php' => array(
40
+ 'category' => array( 'other', 'recommended' ),
41
+ 'name' => 'Contact Form',
42
+ 'description' => 'Allow customers to reach you using secure contact form plugin any website must have.',
43
+ 'link' => 'http://bestwebsoft.com/products/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
44
+ 'settings' => 'admin.php?page=contact_form.php',
45
+ 'pro_version' => 'contact-form-pro/contact_form_pro.php',
46
+ 'purchase' => 'http://bestwebsoft.com/products/contact-form/buy/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
47
+ 'pro_settings' => 'admin.php?page=contact_form_pro.php'
48
+ ),
49
+ 'contact-form-multi/contact-form-multi.php' => array(
50
+ 'category' => array( 'other', 'recommended' ),
51
+ 'name' => 'Contact Form Multi',
52
+ 'description' => 'Add unlimited number of contact forms to WordPress website.',
53
+ 'link' => 'http://bestwebsoft.com/products/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
54
+ 'settings' => '',
55
+ 'pro_version' => 'contact-form-multi-pro/contact-form-multi-pro.php',
56
+ 'purchase' => 'http://bestwebsoft.com/products/contact-form-multi/buy/?k=fde3a18581c143654f060c398b07e8ac&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
57
+ 'pro_settings' => ''
58
+ ),
59
+ 'contact-form-to-db/contact_form_to_db.php' => array(
60
+ 'category' => array( 'other', 'recommended' ),
61
+ 'name' => 'Contact Form to DB',
62
+ 'description' => 'Save and manage contact form messages. Never lose important data.',
63
+ 'link' => 'http://bestwebsoft.com/products/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
64
+ 'settings' => 'admin.php?page=cntctfrmtdb_settings',
65
+ 'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php',
66
+ 'purchase' => 'http://bestwebsoft.com/products/contact-form-to-db/buy/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
67
+ 'pro_settings' => 'admin.php?page=cntctfrmtdbpr_settings'
68
+ ),
69
+ 'custom-admin-page/custom-admin-page.php' => array(
70
+ 'category' => array( 'utilities' ),
71
+ 'name' => 'Custom Admin Page',
72
+ 'description' => 'Add unlimited custom pages to WordPress admin dashboard.',
73
+ 'link' => 'http://bestwebsoft.com/products/custom-admin-page/?k=9ac03f16c25e845e8e055a221c3e1467&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
74
+ 'settings' => 'admin.php?page=custom-admin-page.php'
75
+ ),
76
+ 'custom-fields-search/custom-fields-search.php' => array(
77
+ 'category' => array( 'content-and-media' ),
78
+ 'name' => 'Custom Fields Search',
79
+ 'description' => 'Add custom fields to WordPress website search results.',
80
+ 'link' => 'http://bestwebsoft.com/products/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
81
+ 'settings' => 'admin.php?page=custom_fields_search.php'
82
+ ),
83
+ 'custom-search-plugin/custom-search-plugin.php' => array(
84
+ 'category' => array( 'content-and-media' ),
85
+ 'name' => 'Custom Search',
86
+ 'description' => 'Add custom post types to WordPress website search results.',
87
+ 'link' => 'http://bestwebsoft.com/products/custom-search/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
88
+ 'settings' => 'admin.php?page=custom_search.php',
89
+ 'pro_version' => 'custom-search-pro/custom-search-pro.php',
90
+ 'purchase' => 'http://bestwebsoft.com/products/custom-search/buy/?k=062b652ac6ac8ba863c9f30fc21d62c6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
91
+ 'pro_settings' => 'admin.php?page=custom_search_pro.php'
92
+ ),
93
+ 'db-manager/db-manager.php' => array(
94
+ 'category' => array( 'utilities' ),
95
+ 'name' => 'DB Manager',
96
+ 'description' => 'Manage database and file system right from your WordPress admin dashboard.',
97
+ 'link' => 'http://bestwebsoft.com/products/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
98
+ 'install_url' => 'http://bestwebsoft.com/products/db-manager/download/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
99
+ 'settings' => 'admin.php?page=db-manager.php',
100
+ 'icon' => plugins_url( 'icons/plugins/', __FILE__ ) . 'db-manager.png'
101
+ ),
102
+ 'donate-button/donate.php' => array(
103
+ 'category' => array( 'other' ),
104
+ 'name' => 'Donate',
105
+ 'description' => 'Add PayPal and 2CO donate buttons to receive charity payments.',
106
+ 'link' => 'http://bestwebsoft.com/products/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
107
+ 'settings' => 'admin.php?page=donate.php'
108
+ ),
109
+ 'email-queue/email-queue.php' => array(
110
+ 'category' => array( 'other' ),
111
+ 'name' => 'Email Queue',
112
+ 'description' => 'Automatically add outgoing email messages to queue instead of sending them immediately.',
113
+ 'link' => 'http://bestwebsoft.com/products/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
114
+ 'settings' => 'admin.php?page=mlq_settings'
115
+ ),
116
+ 'error-log-viewer/error-log-viewer.php' => array(
117
+ 'category' => array( 'utilities' ),
118
+ 'name' => 'Error Log Viewer',
119
+ 'description' => 'Get latest error log messages to diagnose website problems. Define and fix issues faster.',
120
+ 'link' => 'http://bestwebsoft.com/products/error-log-viewer/?k=da0de8bd2c7a0b2fea5df64d55a368b3&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
121
+ 'settings' => 'admin.php?page=rrrlgvwr.php&tab=settings'
122
+ ),
123
+ 'facebook-button-plugin/facebook-button-plugin.php' => array(
124
+ 'category' => array( 'social' ),
125
+ 'name' => 'Facebook Button',
126
+ 'description' => 'Add Facebook Like, Share and Profile buttons to WordPress posts, pages and widgets.',
127
+ 'link' => 'http://bestwebsoft.com/products/facebook-like-button/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
128
+ 'settings' => 'admin.php?page=facebook-button-plugin.php',
129
+ 'pro_version' => 'facebook-button-pro/facebook-button-pro.php',
130
+ 'purchase' => 'http://bestwebsoft.com/products/facebook-like-button/buy/?k=8da168e60a831cfb3525417c333ad275&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
131
+ 'pro_settings' => 'admin.php?page=facebook-button-pro.php'
132
+ ),
133
+ 'bws-featured-posts/bws-featured-posts.php' => array(
134
+ 'category' => array( 'content-and-media' ),
135
+ 'name' => 'Featured Posts',
136
+ 'description' => 'Add featured posts to WordPress posts or widgets. Highlight important information.',
137
+ 'link' => 'http://bestwebsoft.com/products/featured-posts/?k=f0afb31185ba7c7d6d598528d69f6d97&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
138
+ 'settings' => 'admin.php?page=featured-posts.php'
139
+ ),
140
+ 'gallery-plugin/gallery-plugin.php' => array(
141
+ 'category' => array( 'content-and-media', 'recommended' ),
142
+ 'name' => 'Gallery',
143
+ 'description' => 'Add beautiful galleries, albums & images to your Wordpress website in few clicks.',
144
+ 'link' => 'http://bestwebsoft.com/products/gallery/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
145
+ 'settings' => 'admin.php?page=gallery-plugin.php',
146
+ 'pro_version' => 'gallery-plugin-pro/gallery-plugin-pro.php',
147
+ 'purchase' => 'http://bestwebsoft.com/products/gallery/buy/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
148
+ 'pro_settings' => 'admin.php?page=gallery-plugin-pro.php'
149
+ ),
150
+ 'gallery-categories/gallery-categories.php' => array(
151
+ 'category' => array( 'content-and-media' ),
152
+ 'name' => 'Gallery Categories',
153
+ 'description' => 'Add unlimited gallery categories. Organize images to make the navigation through content easier.',
154
+ 'link' => 'http://bestwebsoft.com/products/gallery-categories/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
155
+ 'settings' => ''
156
+ ),
157
+ 'google-one/google-plus-one.php' => array(
158
+ 'category' => array( 'social' ),
159
+ 'name' => 'Google +1',
160
+ 'description' => 'Add Google +1 Share, Follow, Hangout buttons and profile badge to WordPress posts, pages and widgets.',
161
+ 'link' => 'http://bestwebsoft.com/products/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
162
+ 'settings' => 'admin.php?page=google-plus-one.php',
163
+ 'pro_version' => 'google-one-pro/google-plus-one-pro.php',
164
+ 'purchase' => 'http://bestwebsoft.com/products/google-plus-one/buy/?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
165
+ 'pro_settings' => 'admin.php?page=google-plus-one-pro.php'
166
+ ),
167
+ 'adsense-plugin/adsense-plugin.php' => array(
168
+ 'category' => array( 'advertisement' ),
169
+ 'name' => 'Google AdSense',
170
+ 'description' => 'Add Adsense ads to pages, posts, custom posts, search results, categories, tags, pages, and widgets.',
171
+ 'link' => 'http://bestwebsoft.com/products/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
172
+ 'settings' => 'admin.php?page=adsense-plugin.php',
173
+ 'pro_version' => 'adsense-pro/adsense-pro.php',
174
+ 'purchase' => 'http://bestwebsoft.com/products/google-adsense/buy/?k=c23889b293d62aa1ad2c96513405f0e1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
175
+ 'pro_settings' => 'admin.php?page=adsense-pro.php'
176
+ ),
177
+ 'bws-google-analytics/bws-google-analytics.php' => array(
178
+ 'category' => array( 'site-stats' ),
179
+ 'name' => 'Google Analytics',
180
+ 'description' => 'Add Google Analytics code to WordPress website and track basic stats.',
181
+ 'link' => 'http://bestwebsoft.com/products/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
182
+ 'settings' => 'admin.php?page=bws-google-analytics.php',
183
+ 'pro_version' => 'bws-google-analytics-pro/bws-google-analytics-pro.php',
184
+ 'purchase' => 'http://bestwebsoft.com/products/bws-google-analytics/buy/?k=83796e84fec3f70ecfcc8894a73a6c4a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
185
+ 'pro_settings' => 'admin.php?page=bws-google-analytics-pro.php'
186
+ ),
187
+ 'google-captcha/google-captcha.php' => array(
188
+ 'category' => array( 'security', 'recommended' ),
189
+ 'name' => 'Google Captcha (reCAPTCHA)',
190
+ 'description' => 'Protect WordPress website forms from spam entries with Google Captcha (reCaptcha).',
191
+ 'link' => 'http://bestwebsoft.com/products/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
192
+ 'settings' => 'admin.php?page=google-captcha.php',
193
+ 'pro_version' => 'google-captcha-pro/google-captcha-pro.php',
194
+ 'purchase' => 'http://bestwebsoft.com/products/google-captcha/buy/?k=773d30149acf1edc32e5c0766b96c134&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
195
+ 'pro_settings' => 'admin.php?page=google-captcha-pro.php'
196
+ ),
197
+ 'bws-google-maps/bws-google-maps.php' => array(
198
+ 'category' => array( 'content-and-media' ),
199
+ 'name' => 'Google Maps',
200
+ 'description' => 'Add customized Google maps to WordPress posts, pages and widgets.',
201
+ 'link' => 'http://bestwebsoft.com/products/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
202
+ 'settings' => 'admin.php?page=bws-google-maps.php',
203
+ 'pro_version' => 'bws-google-maps-pro/bws-google-maps-pro.php',
204
+ 'purchase' => 'http://bestwebsoft.com/products/bws-google-maps/buy/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
205
+ 'pro_settings' => 'admin.php?page=bws-google-maps-pro.php'
206
+ ),
207
+ 'google-sitemap-plugin/google-sitemap-plugin.php' => array(
208
+ 'category' => array( 'other', 'recommended' ),
209
+ 'name' => 'Google Sitemap',
210
+ 'description' => 'Generate and add XML sitemap to WordPress website. Help search engines index your blog.',
211
+ 'link' => 'http://bestwebsoft.com/products/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
212
+ 'settings' => 'admin.php?page=google-sitemap-plugin.php',
213
+ 'pro_version' => 'google-sitemap-pro/google-sitemap-pro.php',
214
+ 'purchase' => 'http://bestwebsoft.com/products/google-sitemap/buy/?k=7ea384a5cc36cb4c22741caa20dcd56d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
215
+ 'pro_settings' => 'admin.php?page=google-sitemap-pro.php'
216
+ ),
217
+ 'google-shortlink/google-shortlink.php' => array(
218
+ 'category' => array( 'other' ),
219
+ 'name' => 'Google Shortlink',
220
+ 'description' => 'Replace external WordPress website links with Google shortlinks and track click stats.',
221
+ 'link' => 'http://bestwebsoft.com/products/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
222
+ 'settings' => 'admin.php?page=gglshrtlnk_options'
223
+ ),
224
+ 'htaccess/htaccess.php' => array(
225
+ 'category' => array( 'security' ),
226
+ 'name' => 'Htaccess',
227
+ 'description' => 'Protect WordPress website – allow and deny access for certain IP addresses, hostnames, etc.',
228
+ 'link' => 'http://bestwebsoft.com/products/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
229
+ 'settings' => 'admin.php?page=htaccess.php',
230
+ 'pro_version' => 'htaccess-pro/htaccess-pro.php',
231
+ 'purchase' => 'http://bestwebsoft.com/products/htaccess/buy/?k=59e9209a32864be534fda77d5e591c15&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
232
+ 'pro_settings' => 'admin.php?page=htaccess-pro.php'
233
+ ),
234
+ 'job-board/job-board.php' => array(
235
+ 'category' => array( 'content-and-media' ),
236
+ 'name' => 'Job Board',
237
+ 'description' => 'Create your personal job board and listing WordPress website. Search jobs, submit CV/resumes, choose candidates.',
238
+ 'link' => 'http://bestwebsoft.com/products/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
239
+ 'settings' => 'admin.php?page=job-board.php'
240
+ ),
241
+ 'bws-latest-posts/bws-latest-posts.php' => array(
242
+ 'category' => array( 'content-and-media' ),
243
+ 'name' => 'Latest Posts',
244
+ 'description' => 'Add latest posts or latest posts for selected categories widgets to WordPress website.',
245
+ 'link' => 'http://bestwebsoft.com/products/latest-posts/?k=ef4e125aadadd8d219140daa184a9399&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
246
+ 'settings' => 'admin.php?page=latest-posts.php'
247
+ ),
248
+ 'limit-attempts/limit-attempts.php' => array(
249
+ 'category' => array( 'security', 'recommended' ),
250
+ 'name' => 'Limit Attempts',
251
+ 'description' => 'Protect WordPress website against brute force attacks. Limit rate of login attempts.',
252
+ 'link' => 'http://bestwebsoft.com/products/limit-attempts/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
253
+ 'settings' => 'admin.php?page=limit-attempts.php',
254
+ 'pro_version' => 'limit-attempts-pro/limit-attempts-pro.php',
255
+ 'purchase' => 'http://bestwebsoft.com/products/limit-attempts/buy/?k=9d42cdf22c7fce2c4b6b447e6a2856e0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
256
+ 'pro_settings' => 'admin.php?page=limit-attempts-pro.php'
257
+ ),
258
+ 'bws-linkedin/bws-linkedin.php' => array(
259
+ 'category' => array( 'social' ),
260
+ 'name' => 'LinkedIn',
261
+ 'description' => 'Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. 5 plugins included – profile, insider, etc.',
262
+ 'link' => 'http://bestwebsoft.com/products/linkedin/?k=d63c7319622ccc5f589dd2d545c1d77c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
263
+ 'settings' => 'admin.php?page=linkedin.php',
264
+ 'pro_version' => 'bws-linkedin-pro/bws-linkedin-pro.php',
265
+ 'purchase' => 'http://bestwebsoft.com/products/linkedin/buy/?k=41dcc36192994408d24b103a02134567&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
266
+ 'pro_settings' => 'admin.php?page=linkedin-pro.php'
267
+ ),
268
+ 'multilanguage/multilanguage.php' => array(
269
+ 'category' => array( 'content-and-media', 'recommended' ),
270
+ 'name' => 'Multilanguage',
271
+ 'description' => 'Translate WordPress website content to other languages manually. Create multilingual pages, posts, widgets, menus, etc.',
272
+ 'link' => 'http://bestwebsoft.com/products/multilanguage/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
273
+ 'settings' => 'admin.php?page=mltlngg_settings',
274
+ 'pro_version' => 'multilanguage-pro/multilanguage-pro.php',
275
+ 'purchase' => 'http://bestwebsoft.com/products/multilanguage/buy/?k=2d1121cd9a5ced583fc29eefd51bdf57&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
276
+ 'pro_settings' => 'admin.php?page=mltlnggpr_settings'
277
+ ),
278
+ 'pagination/pagination.php' => array(
279
+ 'category' => array( 'content-and-media' ),
280
+ 'name' => 'Pagination',
281
+ 'description' => 'Add customizable pagination to WordPress website. Split long content to multiple pages for better navigation.',
282
+ 'link' => 'http://bestwebsoft.com/products/pagination/?k=22adb940256f149559ba8fedcd728ac8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
283
+ 'settings' => 'admin.php?page=pagination.php'
284
+ ),
285
+ 'pdf-print/pdf-print.php' => array(
286
+ 'category' => array( 'other' ),
287
+ 'name' => 'PDF & Print',
288
+ 'description' => 'Generate PDF files and print WordPress posts/pages. Customize document header/footer styles and appearance.',
289
+ 'link' => 'http://bestwebsoft.com/products/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
290
+ 'settings' => 'admin.php?page=pdf-print.php',
291
+ 'pro_version' => 'pdf-print-pro/pdf-print-pro.php',
292
+ 'purchase' => 'http://bestwebsoft.com/products/pdf-print/buy/?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
293
+ 'pro_settings' => 'admin.php?page=pdf-print-pro.php'
294
+ ),
295
+ 'bws-pinterest/bws-pinterest.php' => array(
296
+ 'category' => array( 'social' ),
297
+ 'name' => 'Pinterest',
298
+ 'description' => 'Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, Profile) to WordPress posts, pages and widgets.',
299
+ 'link' => 'http://bestwebsoft.com/products/pinterest/?k=504107b6213f247a67fe7ffb94e97c78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
300
+ 'settings' => 'admin.php?page=pinterest.php',
301
+ 'pro_version' => 'bws-pinterest-pro/bws-pinterest-pro.php',
302
+ 'purchase' => 'http://bestwebsoft.com/products/pinterest/buy/?k=ab0069edd1914a3ca8f541bfd88bb0bb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
303
+ 'pro_settings' => 'admin.php?page=pinterest-pro.php'
304
+ ),
305
+ 'bws-popular-posts/bws-popular-posts.php' => array(
306
+ 'category' => array( 'content-and-media', 'recommended' ),
307
+ 'name' => 'Popular Posts',
308
+ 'description' => 'Track views, comments and add most popular posts to Wordpress widgets.',
309
+ 'link' => 'http://bestwebsoft.com/products/popular-posts/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
310
+ 'settings' => 'admin.php?page=popular-posts.php'
311
+ ),
312
+ 'portfolio/portfolio.php' => array(
313
+ 'category' => array( 'content-and-media', 'recommended' ),
314
+ 'name' => 'Portfolio',
315
+ 'description' => 'Create your personal portfolio WordPress website. Manage and showcase past projects to get more clients.',
316
+ 'link' => 'http://bestwebsoft.com/products/portfolio/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
317
+ 'settings' => 'admin.php?page=portfolio.php',
318
+ 'pro_version' => 'portfolio-pro/portfolio-pro.php',
319
+ 'purchase' => 'http://bestwebsoft.com/products/portfolio/buy/?k=2cc716026197d36538a414b728e49fdd&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
320
+ 'pro_settings' => 'admin.php?page=portfolio-pro.php'
321
+ ),
322
+ 'post-to-csv/post-to-csv.php' => array(
323
+ 'category' => array( 'utilities' ),
324
+ 'name' => 'Post to CSV',
325
+ 'description' => 'Export WordPress posts to CSV file format easily. Configure data order.',
326
+ 'link' => 'http://bestwebsoft.com/products/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
327
+ 'settings' => 'admin.php?page=post-to-csv.php'
328
+ ),
329
+ 'profile-extra-fields/profile-extra-fields.php' => array(
330
+ 'category' => array( 'management' ),
331
+ 'name' => 'Profile Extra Fields',
332
+ 'description' => 'Add extra fields to default WordPress user profile. The easiest way to create and manage additional custom values.',
333
+ 'link' => 'http://bestwebsoft.com/products/profile-extra-fields/?k=fe3b6c3dbc80bd4b1cf9a27a2f339820&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
334
+ 'settings' => 'admin.php?page=profile-extra-fields.php'
335
+ ),
336
+ 'promobar/promobar.php' => array(
337
+ 'category' => array( 'advertisement' ),
338
+ 'name' => 'PromoBar',
339
+ 'description' => 'Add and display HTML advertisement on WordPress website. Customize bar styles and appearance.',
340
+ 'link' => 'http://bestwebsoft.com/products/promobar/?k=619eac2232d9cfa382c4e678c3b14766&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
341
+ 'settings' => 'admin.php?page=promobar.php',
342
+ 'pro_version' => 'promobar-pro/promobar-pro.php',
343
+ 'purchase' => 'http://bestwebsoft.com/products/promobar/buy/?k=a9b09708502f12a1483532ba12fe2103&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
344
+ 'pro_settings' => 'admin.php?page=promobar-pro.php'
345
+ ),
346
+ 'quotes-and-tips/quotes-and-tips.php' => array(
347
+ 'category' => array( 'content-and-media' ),
348
+ 'name' => 'Quotes and Tips',
349
+ 'description' => 'Add customizable quotes and tips blocks to WordPress posts, pages and widgets.',
350
+ 'link' => 'http://bestwebsoft.com/products/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
351
+ 'settings' => 'admin.php?page=quotes-and-tips.php'
352
+ ),
353
+ 'realty/realty.php' => array(
354
+ 'category' => array( 'content-and-media' ),
355
+ 'name' => 'Realty',
356
+ 'description' => 'Create your personal real estate WordPress website. Sell, rent and buy properties. Add, search and browse listings easily.',
357
+ 'link' => 'http://bestwebsoft.com/products/realty/?k=d55de979dbbbb7af0b2ff1d7f43884fa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
358
+ 'settings' => 'admin.php?page=realty_settings',
359
+ 'pro_version' => 'realty-pro/realty-pro.php',
360
+ 'purchase' => 'http://bestwebsoft.com/products/realty/buy/?k=c7791f0a72acfb36f564a614dbccb474&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
361
+ 'pro_settings' => 'admin.php?page=realty_pro_settings'
362
+ ),
363
+ 're-attacher/re-attacher.php' => array(
364
+ 'category' => array( 'utilities' ),
365
+ 'name' => 'Re-attacher',
366
+ 'description' => 'Attach, unattach and re-attach media files quickly to WordPress posts and pages.',
367
+ 'link' => 'http://bestwebsoft.com/products/re-attacher/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
368
+ 'settings' => 'admin.php?page=re-attacher.php'
369
+ ),
370
+ 'relevant/related-posts-plugin.php' => array(
371
+ 'category' => array( 'content-and-media', 'recommended' ),
372
+ 'name' => 'Relevant - Related Posts',
373
+ 'description' => 'Add related posts to WordPress posts or widgets. Link your readers to relevant content.',
374
+ 'link' => 'http://bestwebsoft.com/products/related-posts/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
375
+ 'settings' => 'admin.php?page=related-posts-plugin.php'
376
+ ),
377
+ 'sender/sender.php' => array(
378
+ 'category' => array( 'social', 'recommended' ),
379
+ 'name' => 'Sender',
380
+ 'description' => 'Send bulk email messages to WordPress users. Custom templates, advanced settings and detailed reports.',
381
+ 'link' => 'http://bestwebsoft.com/products/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
382
+ 'settings' => 'admin.php?page=sndr_settings',
383
+ 'pro_version' => 'sender-pro/sender-pro.php',
384
+ 'purchase' => 'http://bestwebsoft.com/products/sender/buy/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
385
+ 'pro_settings' => 'admin.php?page=sndrpr_settings'
386
+ ),
387
+ 'bws-smtp/bws-smtp.php' => array(
388
+ 'category' => array( 'utilities' ),
389
+ 'name' => 'SMTP',
390
+ 'description' => 'Configure SMTP server to receive email messages from WordPress to Gmail, Yahoo, Hotmail and other services.',
391
+ 'link' => 'http://bestwebsoft.com/products/smtp/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
392
+ 'settings' => 'admin.php?page=bwssmtp_settings'
393
+ ),
394
+ 'social-buttons-pack/social-buttons-pack.php' => array(
395
+ 'category' => array( 'social', 'recommended' ),
396
+ 'name' => 'Social Buttons Pack',
397
+ 'description' => 'Add social media buttons and widgets to WordPress posts, pages and widgets. FB, Twitter, G+1, Pinterest, LinkedIn.',
398
+ 'link' => 'http://bestwebsoft.com/products/social-buttons-pack/?k=b6440fad9f54274429e536b0c61b42da&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
399
+ 'settings' => 'admin.php?page=social-buttons.php'
400
+ ),
401
+ 'subscriber/subscriber.php' => array(
402
+ 'category' => array( 'social', 'recommended' ),
403
+ 'name' => 'Subscriber',
404
+ 'description' => 'Add email newsletter sign up form to WordPress posts, pages and widgets. Collect data and subscribe your users.',
405
+ 'link' => 'http://bestwebsoft.com/products/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
406
+ 'settings' => 'admin.php?page=sbscrbr_settings_page',
407
+ 'pro_version' => 'subscriber-pro/subscriber-pro.php',
408
+ 'purchase' => 'http://bestwebsoft.com/products/subscriber/buy/?k=02dbb8b549925d9b74e70adc2a7282e4&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
409
+ 'pro_settings' => 'admin.php?page=sbscrbrpr_settings_page'
410
+ ),
411
+ 'bws-testimonials/bws-testimonials.php' => array(
412
+ 'category' => array( 'content-and-media', 'recommended' ),
413
+ 'name' => 'Testimonials',
414
+ 'description' => 'Add testimonials and feedbacks from your customers to WordPress posts, pages and widgets.',
415
+ 'link' => 'http://bestwebsoft.com/products/testimonials/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
416
+ 'settings' => 'admin.php?page=testimonials.php'
417
+ ),
418
+ 'timesheet/timesheet.php' => array(
419
+ 'category' => array( 'management' ),
420
+ 'name' => 'Timesheet',
421
+ 'description' => 'Best timesheet plugin for WordPress. Track employee time, streamline attendance and generate reports.',
422
+ 'link' => 'http://bestwebsoft.com/products/timesheet/?k=06a58bb78c17a43df01825925f05a5c1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
423
+ 'settings' => 'admin.php?page=timesheet_settings'
424
+ ),
425
+ 'twitter-plugin/twitter.php' => array(
426
+ 'category' => array( 'social' ),
427
+ 'name' => 'Twitter',
428
+ 'description' => 'Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts, pages and widgets.',
429
+ 'link' => 'http://bestwebsoft.com/products/twitter/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
430
+ 'settings' => 'admin.php?page=twitter.php',
431
+ 'pro_version' => 'twitter-pro/twitter-pro.php',
432
+ 'purchase' => 'http://bestwebsoft.com/products/twitter/buy/?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
433
+ 'pro_settings' => 'admin.php?page=twitter-pro.php'
434
+ ),
435
+ 'updater/updater.php' => array(
436
+ 'category' => array( 'utilities', 'recommended' ),
437
+ 'name' => 'Updater',
438
+ 'description' => 'Automatically check and update WordPress website core with all installed plugins and themes to the latest versions.',
439
+ 'link' => 'http://bestwebsoft.com/products/updater/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
440
+ 'settings' => 'admin.php?page=updater-options',
441
+ 'pro_version' => 'updater-pro/updater_pro.php',
442
+ 'purchase' => 'http://bestwebsoft.com/products/updater/buy/?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
443
+ 'pro_settings' => 'admin.php?page=updater-pro-options'
444
+ ),
445
+ 'user-role/user-role.php' => array(
446
+ 'category' => array( 'utilities' ),
447
+ 'name' => 'User Role',
448
+ 'description' => 'Powerful user role management plugin for WordPress website. Create, edit, copy, and delete user roles.',
449
+ 'link' => 'http://bestwebsoft.com/products/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
450
+ 'settings' => 'admin.php?page=user-role.php',
451
+ 'pro_version' => 'user-role-pro/user-role-pro.php',
452
+ 'purchase' => 'http://bestwebsoft.com/products/user-role/buy/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
453
+ 'pro_settings' => 'admin.php?page=user-role-pro.php'
454
+ ),
455
+ 'visitors-online/visitors-online.php' => array(
456
+ 'category' => array( 'site-stats' ),
457
+ 'name' => 'Visitors Online',
458
+ 'description' => 'Display live count of online visitors who are currently browsing your WordPress website.',
459
+ 'link' => 'http://bestwebsoft.com/products/visitors-online/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
460
+ 'settings' => 'admin.php?page=visitors-online.php',
461
+ 'pro_version' => 'visitors-online-pro/visitors-online-pro.php',
462
+ 'purchase' => 'http://bestwebsoft.com/products/visitors-online/buy/?k=f9a746075ff8a0a6cb192cb46526afd2&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
463
+ 'pro_settings' => 'admin.php?page=visitors-online-pro.php'
464
+ ),
465
+ 'zendesk-help-center/zendesk-help-center.php' => array(
466
+ 'category' => array( 'utilities' ),
467
+ 'name' => 'Zendesk Help Center',
468
+ 'description' => 'Backup and export Zendesk Help Center content automatically to your WordPress website database.',
469
+ 'link' => 'http://bestwebsoft.com/products/zendesk-help-center/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
470
+ 'settings' => 'admin.php?page=zendesk_hc.php&action=settings',
471
+ 'pro_version' => 'zendesk-help-center-pro/zendesk-help-center-pro.php',
472
+ 'purchase' => 'http://bestwebsoft.com/products/zendesk-help-center/buy/?k=45199e4538b5befe4d9566868a61a3aa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
473
+ 'pro_settings' => 'admin.php?page=zendesk_hc_pro.php&tab=settings'
474
+ )
475
+ );
476
+
477
+ $themes = array(
478
+ (object) array(
479
+ 'name' => 'Real Estate',
480
+ 'slug' => 'realestate',
481
+ 'href' => 'http://bestwebsoft.com/products/real-estate-creative-wordpress-theme/'
482
+ ),
483
+ (object) array(
484
+ 'name' => 'Unity',
485
+ 'slug' => 'unity',
486
+ 'href' => 'http://bestwebsoft.com/products/unity-multipurpose-wordpress-theme/'
487
+ ),
488
+ (object) array(
489
+ 'name' => 'Opening',
490
+ 'slug' => 'opening',
491
+ 'href' => 'http://bestwebsoft.com/products/opening-job-board-wordpress-theme/'
492
+ )
493
+ );
facebook-button-plugin.php CHANGED
@@ -1,12 +1,12 @@
1
  <?php
2
  /*##
3
  Plugin Name: Facebook Button by BestWebSoft
4
- Plugin URI: http://bestwebsoft.com/products/
5
- Description: Put Facebook Button in to your post.
6
  Author: BestWebSoft
7
  Text Domain: facebook-button-plugin
8
  Domain Path: /languages
9
- Version: 2.48
10
  Author URI: http://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
@@ -31,7 +31,7 @@ License: GPLv2 or later
31
  if ( ! function_exists( 'fcbkbttn_add_pages' ) ) {
32
  function fcbkbttn_add_pages() {
33
  bws_general_menu();
34
- $settings = add_submenu_page( 'bws_plugins', __( 'Facebook Button Settings', 'facebook-button-plugin' ), 'Facebook Button', 'manage_options', 'facebook-button-plugin.php', 'fcbkbttn_settings_page' );
35
  add_action( 'load-' . $settings, 'fcbkbttn_add_tabs' );
36
  }
37
  }
@@ -84,7 +84,7 @@ if ( ! function_exists( 'fcbkbttn_admin_init' ) ) {
84
  global $bws_plugin_info, $fcbkbttn_plugin_info, $bws_shortcode_list;
85
 
86
  /*## Function for bws menu */
87
- if ( ! isset( $bws_plugin_info ) || empty( $bws_plugin_info ) ) {
88
  $bws_plugin_info = array( 'id' => '78', 'version' => $fcbkbttn_plugin_info["Version"] );
89
  }
90
 
@@ -100,6 +100,9 @@ if ( ! function_exists( 'fcbkbttn_settings' ) ) {
100
 
101
  $fcbkbttn_options_default = array(
102
  'plugin_option_version' => $fcbkbttn_plugin_info["Version"],
 
 
 
103
  'link' => '',
104
  'my_page' => 1,
105
  'like' => 1,
@@ -117,45 +120,35 @@ if ( ! function_exists( 'fcbkbttn_settings' ) ) {
117
  'locale' => 'en_US',
118
  'html5' => 0,
119
  'use_multilanguage_locale' => 0,
120
- 'display_for_excerpt' => 0,
121
- 'display_settings_notice' => 1,
122
- 'first_install' => strtotime( "now" ),
123
- 'suggest_feature_banner' => 1
124
  );
125
- /* Install the option defaults */
126
- if ( ! get_option( 'fcbk_bttn_plgn_options' ) ) {
127
- if ( false !== get_option( 'fcbk_bttn_plgn_options_array' ) ) {
128
- $old_options = get_option( 'fcbk_bttn_plgn_options_array' );
129
- foreach ( $fcbkbttn_options_default as $key => $value ) {
130
- if ( isset( $old_options['fcbk_bttn_plgn_' . $key ] ) )
131
- $fcbkbttn_options_default[ $key ] = $old_options['fcbk_bttn_plgn_' . $key ];
132
- }
133
- update_option( 'fcbk_bttn_plgn_options', $fcbkbttn_options_default );
134
- delete_option( 'fcbk_bttn_plgn_options_array' );
135
- }
136
- add_option( 'fcbk_bttn_plgn_options', $fcbkbttn_options_default );
137
  }
138
- /* Get options from the database */
139
- $fcbkbttn_options = get_option( 'fcbk_bttn_plgn_options' );
140
-
141
- if ( ! isset( $fcbkbttn_options['plugin_option_version'] ) || $fcbkbttn_options['plugin_option_version'] != $fcbkbttn_plugin_info["Version"] ) {
142
- if ( stristr( $fcbkbttn_options['fb_img_link'], 'standart-facebook-ico.jpg' ) || stristr( $fcbkbttn_options['fb_img_link'], 'standart-facebook-ico.png' ) )
143
- $fcbkbttn_options['fb_img_link'] = plugins_url( "images/standard-facebook-ico.png", __FILE__ );
144
 
145
- if ( 'standart' == $fcbkbttn_options['display_option'] )
146
- $fcbkbttn_options['display_option'] = 'standard';
147
-
148
- if ( stristr( $fcbkbttn_options['fb_img_link'], 'img/' ) )
149
- $fcbkbttn_options['fb_img_link'] = plugins_url( str_replace( 'img/', 'images/', $fcbkbttn_options['fb_img_link'] ), __FILE__ );
150
 
151
- $fcbkbttn_options_default['display_settings_notice'] = 0;
 
152
 
 
153
  /* show pro features */
154
  $fcbkbttn_options['hide_premium_options'] = array();
155
 
156
  $fcbkbttn_options = array_merge( $fcbkbttn_options_default, $fcbkbttn_options );
157
  $fcbkbttn_options['plugin_option_version'] = $fcbkbttn_plugin_info["Version"];
158
- update_option( 'fcbk_bttn_plgn_options', $fcbkbttn_options );
159
  }
160
  }
161
  }
@@ -179,7 +172,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
179
  $fcbkbttn_options = $hide_result['options'];
180
  }
181
 
182
- /* Takes all the changed settings on the plugin's admin page and saves them in array 'fcbk_bttn_plgn_options'. */
183
  $fcbkbttn_options['link'] = stripslashes( esc_html( $_REQUEST['fcbkbttn_link'] ) );
184
  $fcbkbttn_options['link'] = str_replace( 'https://www.facebook.com/profile.php?id=', '', $fcbkbttn_options['link'] );
185
  $fcbkbttn_options['link'] = str_replace( 'https://www.facebook.com/', '', $fcbkbttn_options['link'] );
@@ -211,7 +204,8 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
211
  $fcbkbttn_options['use_multilanguage_locale'] = isset( $_REQUEST['fcbkbttn_use_multilanguage_locale'] ) ? 1 : 0;
212
  $fcbkbttn_options['display_for_excerpt'] = isset( $_REQUEST['fcbkbttn_display_for_excerpt'] ) ? 1 : 0;
213
 
214
- update_option( 'fcbk_bttn_plgn_options', $fcbkbttn_options );
 
215
  $message = __( "Settings saved", 'facebook-button-plugin' );
216
 
217
  if ( isset( $_FILES['fcbkbttn_uploadfile']['tmp_name'] ) && "" != $_FILES['fcbkbttn_uploadfile']['tmp_name'] ) {
@@ -255,7 +249,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
255
  $fb_img_link = $upload_dir['baseurl'] . '/facebook-image/facebook-ico' . $fcbkbttn_options['count_icon'] . '.' . $fcbkbttn_options['extention'];
256
  }
257
  $fcbkbttn_options['fb_img_link'] = $fb_img_link ;
258
- update_option( 'fcbk_bttn_plgn_options', $fcbkbttn_options );
259
  } else {
260
  $error = __( "Error: moving file failed", 'facebook-button-plugin' );
261
  }
@@ -276,18 +270,18 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
276
  /* add restore function */
277
  if ( isset( $_REQUEST['bws_restore_confirm'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
278
  $fcbkbttn_options = $fcbkbttn_options_default;
279
- update_option( 'fcbk_bttn_plgn_options', $fcbkbttn_options );
280
  $message = __( 'All plugin settings were restored.', 'facebook-button-plugin' );
281
  }
282
 
283
- /* GO PRO */
284
  if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
285
- $go_pro_result = bws_go_pro_tab_check( $plugin_basename, 'fcbk_bttn_plgn_options' );
286
  if ( ! empty( $go_pro_result['error'] ) )
287
  $error = $go_pro_result['error'];
288
  elseif ( ! empty( $go_pro_result['message'] ) )
289
  $message = $go_pro_result['message'];
290
- }/* end GO PRO ##*/ ?>
291
  <!-- general -->
292
  <div class="wrap">
293
  <h1><?php _e( 'Facebook Button Settings', 'facebook-button-plugin' ); ?></h1>
@@ -296,9 +290,13 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
296
  </ul>
297
  <h2 class="nav-tab-wrapper">
298
  <a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php"><?php _e( 'Settings', 'facebook-button-plugin' ); ?></a>
 
299
  <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'extra' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php&amp;action=extra"><?php _e( 'Extra settings', 'facebook-button-plugin' ); ?></a>
 
300
  <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'custom_code' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php&amp;action=custom_code"><?php _e( 'Custom code', 'facebook-button-plugin' ); ?></a>
 
301
  <a class="nav-tab bws_go_pro_tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php&amp;action=go_pro"><?php _e( 'Go PRO', 'facebook-button-plugin' ); ?></a>
 
302
  </h2>
303
  <!-- end general -->
304
  <noscript><div class="error below-h2"><p><strong><?php _e( "Please, enable JavaScript in Your browser.", 'facebook-button-plugin' ); ?></strong></p></div></noscript>
@@ -390,8 +388,9 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
390
  <input name='fcbkbttn_display_for_excerpt' type='checkbox' value='1' <?php if ( 1 == $fcbkbttn_options['display_for_excerpt'] ) echo 'checked="checked "'; ?>/>
391
  </td>
392
  </tr>
 
393
  </table>
394
- <!-- general -->
395
  <?php if ( ! $bws_hide_premium_options_check ) { ?>
396
  <div class="bws_pro_version_bloc">
397
  <div class="bws_pro_version_table_bloc">
@@ -448,7 +447,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
448
  </div>
449
  </div>
450
  <?php } ?>
451
- <!-- end general -->
452
  <table class="form-table">
453
  <tr id="fcbkbttn_id_option" class="fcbkbttn_my_page" <?php if ( 1 != $fcbkbttn_options['my_page'] ) echo 'style="display:none"'; ?>>
454
  <th scope="row"><?php _e( 'Your Facebook ID or username', 'facebook-button-plugin' ); ?></th>
@@ -540,7 +539,7 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
540
  </td>
541
  </tr>
542
  </table>
543
- <!-- general -->
544
  <?php if ( ! $bws_hide_premium_options_check ) { ?>
545
  <div class="bws_pro_version_bloc fcbkbttn_like">
546
  <div class="bws_pro_version_table_bloc">
@@ -569,14 +568,14 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
569
  </div>
570
  </div>
571
  <?php } ?>
572
- <!-- end general -->
573
  <p class="submit">
574
  <input type="hidden" name="fcbkbttn_form_submit" value="submit" />
575
  <input id="bws-submit-button" type="submit" class="button-primary" value="<?php _e( 'Save Changes', 'facebook-button-plugin' ); ?>" />
576
  <?php wp_nonce_field( $plugin_basename, 'fcbkbttn_nonce_name' ); ?>
577
  </p>
578
  </div>
579
- <!-- general -->
580
  <?php if ( ! $bws_hide_premium_options_check ) { ?>
581
  <div id="fcbkbttn_preview">
582
  <div class="bws_pro_version_bloc">
@@ -598,12 +597,14 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
598
  </div>
599
  </div>
600
  <?php } ?>
601
- <!-- end general -->
602
  </form>
603
  <!-- general -->
604
  <?php bws_form_restore_default_settings( $plugin_basename );
605
  }
606
- } elseif ( 'extra' == $_GET['action'] ) { ?>
 
 
607
  <div class="bws_pro_version_bloc">
608
  <div class="bws_pro_version_table_bloc">
609
  <div class="bws_table_bg"></div>
@@ -646,12 +647,10 @@ if ( ! function_exists( 'fcbkbttn_settings_page' ) ) {
646
  <div class="clear"></div>
647
  </div>
648
  </div>
649
- <?php } elseif ( 'custom_code' == $_GET['action'] ) {
650
- bws_custom_code_tab();
651
- } elseif ( 'go_pro' == $_GET['action'] ) {
652
  bws_go_pro_tab_show( $bws_hide_premium_options_check, $fcbkbttn_plugin_info, $plugin_basename, 'facebook-button-plugin.php', 'facebook-button-pro.php', 'facebook-button-pro/facebook-button-pro.php', 'facebook-like-button', '427287ceae749cbd015b4bba6041c4b8', '78', isset( $go_pro_result['pro_plugin_is_activated'] ) );
653
  }
654
- bws_plugin_reviews_block( $fcbkbttn_plugin_info['Name'], 'facebook-button-plugin' ); ?>
655
  </div>
656
  <!-- end general -->
657
  <?php }
@@ -705,7 +704,7 @@ if ( ! function_exists( 'fcbkbttn_button' ) ) {
705
  }
706
  }
707
 
708
- /* Function taking from array 'fcbk_bttn_plgn_options' necessary information to create Facebook Button and reacting to your choise in plugin menu - points where it appears. */
709
  if ( ! function_exists( 'fcbkbttn_display_button' ) ) {
710
  function fcbkbttn_display_button( $content ) {
711
 
@@ -713,10 +712,10 @@ if ( ! function_exists( 'fcbkbttn_display_button' ) ) {
713
  return $content;
714
 
715
  global $fcbkbttn_options;
716
- /* Query the database to receive array 'fcbk_bttn_plgn_options' and receiving necessary information to create button */
717
  $fcbkbttn_where = $fcbkbttn_options['where'];
718
 
719
- $button = fcbkbttn_button();
720
  /* Indication where show Facebook Button depending on selected item in admin page. */
721
  if ( 'before' == $fcbkbttn_where ) {
722
  return $button . $content;
@@ -770,7 +769,7 @@ if ( ! function_exists( 'fcbkbttn_meta' ) ) {
770
  if ( is_singular() ) {
771
  $image = '';
772
  if ( has_post_thumbnail( get_the_ID() ) ) {
773
- $image = wp_get_attachment_image_src( get_post_thumbnail_id(), 'thumbnail' );
774
  $image = $image[0];
775
  }
776
  print "\n" . '<meta property="og:title" content="' . esc_attr( get_the_title() ) . '"/>';
@@ -883,18 +882,20 @@ if ( ! function_exists ( 'fcbkbttn_plugin_banner' ) ) {
883
  function fcbkbttn_plugin_banner() {
884
  global $hook_suffix, $fcbkbttn_plugin_info;
885
  if ( 'plugins.php' == $hook_suffix ) {
 
886
  global $fcbkbttn_options;
887
  if ( empty( $fcbkbttn_options ) )
888
- $fcbkbttn_options = get_option( 'fcbk_bttn_plgn_options' );
889
 
890
  if ( isset( $fcbkbttn_options['first_install'] ) && strtotime( '-1 week' ) > $fcbkbttn_options['first_install'] )
891
- bws_plugin_banner( $fcbkbttn_plugin_info, 'fcbkbttn', 'facebook-like-button', '45862a4b3cd7a03768666310fbdb19db', '78', '//ps.w.org/facebook-button-plugin/assets/icon-128x128.png' );
892
 
 
893
  if ( ! is_network_admin() )
894
- bws_plugin_banner_to_settings( $fcbkbttn_plugin_info, 'fcbk_bttn_plgn_options', 'facebook-button-plugin', 'admin.php?page=facebook-button-plugin.php' );
895
  }
896
  if ( isset( $_REQUEST['page'] ) && 'facebook-button-plugin.php' == $_REQUEST['page'] ) {
897
- bws_plugin_suggest_feature_banner( $fcbkbttn_plugin_info, 'fcbk_bttn_plgn_options', 'facebook-button-plugin' );
898
  }
899
  }
900
  }
@@ -906,19 +907,18 @@ if ( ! function_exists( 'fcbkbttn_delete_options' ) ) {
906
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
907
  $all_plugins = get_plugins();
908
 
909
- if ( ! array_key_exists( 'bws-social-buttons/bws-social-buttons.php', $all_plugins ) ) {
910
- if ( ! array_key_exists( 'facebook-button-pro/facebook-button-pro.php', $all_plugins ) ) {
911
- /* delete custom images if no PRO version */
912
- $upload_dir = wp_upload_dir();
913
- $fcbkbttn_cstm_mg_folder = $upload_dir['basedir'] . '/facebook-image/';
914
- if ( is_dir( $fcbkbttn_cstm_mg_folder ) ) {
915
- $fcbkbttn_cstm_mg_files = scandir( $fcbkbttn_cstm_mg_folder );
916
- foreach ( $fcbkbttn_cstm_mg_files as $value ) {
917
- @unlink ( $fcbkbttn_cstm_mg_folder . $value );
918
- }
919
- @rmdir( $fcbkbttn_cstm_mg_folder );
920
  }
 
921
  }
 
922
 
923
  if ( function_exists( 'is_multisite' ) && is_multisite() ) {
924
  global $wpdb;
@@ -927,13 +927,14 @@ if ( ! function_exists( 'fcbkbttn_delete_options' ) ) {
927
  $blogids = $wpdb->get_col( "SELECT `blog_id` FROM $wpdb->blogs" );
928
  foreach ( $blogids as $blog_id ) {
929
  switch_to_blog( $blog_id );
930
- delete_option( 'fcbk_bttn_plgn_options' );
931
  }
932
  switch_to_blog( $old_blog );
933
  } else {
934
- delete_option( 'fcbk_bttn_plgn_options' );
935
  }
936
  }
 
937
  require_once( dirname( __FILE__ ) . '/bws_menu/bws_include.php' );
938
  bws_include_init( plugin_basename( __FILE__ ) );
939
  bws_delete_plugin( plugin_basename( __FILE__ ) );
1
  <?php
2
  /*##
3
  Plugin Name: Facebook Button by BestWebSoft
4
+ Plugin URI: http://bestwebsoft.com/products/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.49
10
  Author URI: http://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
31
  if ( ! function_exists( 'fcbkbttn_add_pages' ) ) {
32
  function fcbkbttn_add_pages() {
33
  bws_general_menu();
34
+ $settings = add_submenu_page( 'bws_panel', __( 'Facebook Button Settings', 'facebook-button-plugin' ), 'Facebook Button', 'manage_options', 'facebook-button-plugin.php', 'fcbkbttn_settings_page' );
35
  add_action( 'load-' . $settings, 'fcbkbttn_add_tabs' );
36
  }
37
  }
84
  global $bws_plugin_info, $fcbkbttn_plugin_info, $bws_shortcode_list;
85
 
86
  /*## Function for bws menu */
87
+ if ( empty( $bws_plugin_info ) ) {
88
  $bws_plugin_info = array( 'id' => '78', 'version' => $fcbkbttn_plugin_info["Version"] );
89
  }
90
 
100
 
101
  $fcbkbttn_options_default = array(
102
  'plugin_option_version' => $fcbkbttn_plugin_info["Version"],
103
+ 'display_settings_notice' => 1,
104
+ 'first_install' => strtotime( "now" ),
105
+ 'suggest_feature_banner' => 1,
106
  'link' => '',
107
  'my_page' => 1,
108
  'like' => 1,
120
  'locale' => 'en_US',
121
  'html5' => 0,
122
  'use_multilanguage_locale' => 0,
123
+ 'display_for_excerpt' => 0
 
 
 
124
  );
125
+ /**
126
+ * @since 2.49
127
+ * @todo remove after 08.02.2017
128
+ */
129
+ if ( $old_options = get_option( 'fcbk_bttn_plgn_options' ) ) {
130
+ if ( ! get_option( 'fcbkbttn_options' ) )
131
+ add_option( 'fcbkbttn_options', $old_options );
132
+ else
133
+ update_option( 'fcbkbttn_options', $old_options );
134
+ delete_option( 'fcbk_bttn_plgn_options' );
 
 
135
  }
136
+ /* end @todo */
 
 
 
 
 
137
 
138
+ /* Install the option defaults */
139
+ if ( ! get_option( 'fcbkbttn_options' ) )
140
+ add_option( 'fcbkbttn_options', $fcbkbttn_options_default );
 
 
141
 
142
+ /* Get options from the database */
143
+ $fcbkbttn_options = get_option( 'fcbkbttn_options' );
144
 
145
+ if ( ! isset( $fcbkbttn_options['plugin_option_version'] ) || $fcbkbttn_options['plugin_option_version'] != $fcbkbttn_plugin_info["Version"] ) {
146
  /* show pro features */
147
  $fcbkbttn_options['hide_premium_options'] = array();
148
 
149
  $fcbkbttn_options = array_merge( $fcbkbttn_options_default, $fcbkbttn_options );
150
  $fcbkbttn_options['plugin_option_version'] = $fcbkbttn_plugin_info["Version"];
151
+ update_option( 'fcbkbttn_options', $fcbkbttn_options );
152
  }
153
  }
154
  }
172
  $fcbkbttn_options = $hide_result['options'];
173
  }
174
 
175
+ /* Takes all the changed settings on the plugin's admin page and saves them in array 'fcbkbttn_options'. */
176
  $fcbkbttn_options['link'] = stripslashes( esc_html( $_REQUEST['fcbkbttn_link'] ) );
177
  $fcbkbttn_options['link'] = str_replace( 'https://www.facebook.com/profile.php?id=', '', $fcbkbttn_options['link'] );
178
  $fcbkbttn_options['link'] = str_replace( 'https://www.facebook.com/', '', $fcbkbttn_options['link'] );
204
  $fcbkbttn_options['use_multilanguage_locale'] = isset( $_REQUEST['fcbkbttn_use_multilanguage_locale'] ) ? 1 : 0;
205
  $fcbkbttn_options['display_for_excerpt'] = isset( $_REQUEST['fcbkbttn_display_for_excerpt'] ) ? 1 : 0;
206
 
207
+ $lnkdn_options = apply_filters( 'fcbkbttn_before_save_options', $fcbkbttn_options );
208
+ update_option( 'fcbkbttn_options', $fcbkbttn_options );
209
  $message = __( "Settings saved", 'facebook-button-plugin' );
210
 
211
  if ( isset( $_FILES['fcbkbttn_uploadfile']['tmp_name'] ) && "" != $_FILES['fcbkbttn_uploadfile']['tmp_name'] ) {
249
  $fb_img_link = $upload_dir['baseurl'] . '/facebook-image/facebook-ico' . $fcbkbttn_options['count_icon'] . '.' . $fcbkbttn_options['extention'];
250
  }
251
  $fcbkbttn_options['fb_img_link'] = $fb_img_link ;
252
+ update_option( 'fcbkbttn_options', $fcbkbttn_options );
253
  } else {
254
  $error = __( "Error: moving file failed", 'facebook-button-plugin' );
255
  }
270
  /* add restore function */
271
  if ( isset( $_REQUEST['bws_restore_confirm'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
272
  $fcbkbttn_options = $fcbkbttn_options_default;
273
+ update_option( 'fcbkbttn_options', $fcbkbttn_options );
274
  $message = __( 'All plugin settings were restored.', 'facebook-button-plugin' );
275
  }
276
 
277
+ /*pls GO PRO */
278
  if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) {
279
+ $go_pro_result = bws_go_pro_tab_check( $plugin_basename, 'fcbkbttn_options' );
280
  if ( ! empty( $go_pro_result['error'] ) )
281
  $error = $go_pro_result['error'];
282
  elseif ( ! empty( $go_pro_result['message'] ) )
283
  $message = $go_pro_result['message'];
284
+ }/* end GO PRO pls*/##*/ ?>
285
  <!-- general -->
286
  <div class="wrap">
287
  <h1><?php _e( 'Facebook Button Settings', 'facebook-button-plugin' ); ?></h1>
290
  </ul>
291
  <h2 class="nav-tab-wrapper">
292
  <a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php"><?php _e( 'Settings', 'facebook-button-plugin' ); ?></a>
293
+ <!-- pls -->
294
  <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'extra' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php&amp;action=extra"><?php _e( 'Extra settings', 'facebook-button-plugin' ); ?></a>
295
+ <!-- end pls -->
296
  <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'custom_code' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php&amp;action=custom_code"><?php _e( 'Custom code', 'facebook-button-plugin' ); ?></a>
297
+ <!-- pls -->
298
  <a class="nav-tab bws_go_pro_tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=facebook-button-plugin.php&amp;action=go_pro"><?php _e( 'Go PRO', 'facebook-button-plugin' ); ?></a>
299
+ <!-- end pls -->
300
  </h2>
301
  <!-- end general -->
302
  <noscript><div class="error below-h2"><p><strong><?php _e( "Please, enable JavaScript in Your browser.", 'facebook-button-plugin' ); ?></strong></p></div></noscript>
388
  <input name='fcbkbttn_display_for_excerpt' type='checkbox' value='1' <?php if ( 1 == $fcbkbttn_options['display_for_excerpt'] ) echo 'checked="checked "'; ?>/>
389
  </td>
390
  </tr>
391
+ <?php do_action( 'fcbkbttn_settings_page_action', $fcbkbttn_options ); ?>
392
  </table>
393
+ <!-- general --><!-- pls -->
394
  <?php if ( ! $bws_hide_premium_options_check ) { ?>
395
  <div class="bws_pro_version_bloc">
396
  <div class="bws_pro_version_table_bloc">
447
  </div>
448
  </div>
449
  <?php } ?>
450
+ <!-- end general --><!-- end pls -->
451
  <table class="form-table">
452
  <tr id="fcbkbttn_id_option" class="fcbkbttn_my_page" <?php if ( 1 != $fcbkbttn_options['my_page'] ) echo 'style="display:none"'; ?>>
453
  <th scope="row"><?php _e( 'Your Facebook ID or username', 'facebook-button-plugin' ); ?></th>
539
  </td>
540
  </tr>
541
  </table>
542
+ <!-- general --><!-- pls -->
543
  <?php if ( ! $bws_hide_premium_options_check ) { ?>
544
  <div class="bws_pro_version_bloc fcbkbttn_like">
545
  <div class="bws_pro_version_table_bloc">
568
  </div>
569
  </div>
570
  <?php } ?>
571
+ <!-- end general --><!-- end pls -->
572
  <p class="submit">
573
  <input type="hidden" name="fcbkbttn_form_submit" value="submit" />
574
  <input id="bws-submit-button" type="submit" class="button-primary" value="<?php _e( 'Save Changes', 'facebook-button-plugin' ); ?>" />
575
  <?php wp_nonce_field( $plugin_basename, 'fcbkbttn_nonce_name' ); ?>
576
  </p>
577
  </div>
578
+ <!-- general --><!-- pls -->
579
  <?php if ( ! $bws_hide_premium_options_check ) { ?>
580
  <div id="fcbkbttn_preview">
581
  <div class="bws_pro_version_bloc">
597
  </div>
598
  </div>
599
  <?php } ?>
600
+ <!-- end general --><!-- end pls -->
601
  </form>
602
  <!-- general -->
603
  <?php bws_form_restore_default_settings( $plugin_basename );
604
  }
605
+ } elseif ( 'custom_code' == $_GET['action'] ) {
606
+ bws_custom_code_tab();
607
+ } /*pls extra banner */ elseif ( 'extra' == $_GET['action'] ) { ?>
608
  <div class="bws_pro_version_bloc">
609
  <div class="bws_pro_version_table_bloc">
610
  <div class="bws_table_bg"></div>
647
  <div class="clear"></div>
648
  </div>
649
  </div>
650
+ <?php } elseif ( 'go_pro' == $_GET['action'] ) {
 
 
651
  bws_go_pro_tab_show( $bws_hide_premium_options_check, $fcbkbttn_plugin_info, $plugin_basename, 'facebook-button-plugin.php', 'facebook-button-pro.php', 'facebook-button-pro/facebook-button-pro.php', 'facebook-like-button', '427287ceae749cbd015b4bba6041c4b8', '78', isset( $go_pro_result['pro_plugin_is_activated'] ) );
652
  }
653
+ bws_plugin_reviews_block( $fcbkbttn_plugin_info['Name'], 'facebook-button-plugin' ); /* show reviews block pls*/ ?>
654
  </div>
655
  <!-- end general -->
656
  <?php }
704
  }
705
  }
706
 
707
+ /* Function taking from array 'fcbkbttn_options' necessary information to create Facebook Button and reacting to your choise in plugin menu - points where it appears. */
708
  if ( ! function_exists( 'fcbkbttn_display_button' ) ) {
709
  function fcbkbttn_display_button( $content ) {
710
 
712
  return $content;
713
 
714
  global $fcbkbttn_options;
715
+ /* Query the database to receive array 'fcbkbttn_options' and receiving necessary information to create button */
716
  $fcbkbttn_where = $fcbkbttn_options['where'];
717
 
718
+ $button = apply_filters( 'fcbkbttn_button_in_the_content', fcbkbttn_button() );
719
  /* Indication where show Facebook Button depending on selected item in admin page. */
720
  if ( 'before' == $fcbkbttn_where ) {
721
  return $button . $content;
769
  if ( is_singular() ) {
770
  $image = '';
771
  if ( has_post_thumbnail( get_the_ID() ) ) {
772
+ $image = wp_get_attachment_image_src( get_post_thumbnail_id(), 'medium' );
773
  $image = $image[0];
774
  }
775
  print "\n" . '<meta property="og:title" content="' . esc_attr( get_the_title() ) . '"/>';
882
  function fcbkbttn_plugin_banner() {
883
  global $hook_suffix, $fcbkbttn_plugin_info;
884
  if ( 'plugins.php' == $hook_suffix ) {
885
+ /*pls show banner go pro */
886
  global $fcbkbttn_options;
887
  if ( empty( $fcbkbttn_options ) )
888
+ $fcbkbttn_options = get_option( 'fcbkbttn_options' );
889
 
890
  if ( isset( $fcbkbttn_options['first_install'] ) && strtotime( '-1 week' ) > $fcbkbttn_options['first_install'] )
891
+ bws_plugin_banner( $fcbkbttn_plugin_info, 'fcbkbttn', 'facebook-like-button', '45862a4b3cd7a03768666310fbdb19db', '78', 'facebook-button-plugin' );
892
 
893
+ /* show banner go settings pls*/
894
  if ( ! is_network_admin() )
895
+ bws_plugin_banner_to_settings( $fcbkbttn_plugin_info, 'fcbkbttn_options', 'facebook-button-plugin', 'admin.php?page=facebook-button-plugin.php' );
896
  }
897
  if ( isset( $_REQUEST['page'] ) && 'facebook-button-plugin.php' == $_REQUEST['page'] ) {
898
+ bws_plugin_suggest_feature_banner( $fcbkbttn_plugin_info, 'fcbkbttn_options', 'facebook-button-plugin' );
899
  }
900
  }
901
  }
907
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
908
  $all_plugins = get_plugins();
909
 
910
+ if ( ! array_key_exists( 'bws-social-buttons/bws-social-buttons.php', $all_plugins ) && ! array_key_exists( 'facebook-button-pro/facebook-button-pro.php', $all_plugins ) && ! array_key_exists( 'facebook-button-plus/facebook-button-plus.php', $all_plugins ) ) {
911
+ /* delete custom images if no PRO version */
912
+ $upload_dir = wp_upload_dir();
913
+ $fcbkbttn_cstm_mg_folder = $upload_dir['basedir'] . '/facebook-image/';
914
+ if ( is_dir( $fcbkbttn_cstm_mg_folder ) ) {
915
+ $fcbkbttn_cstm_mg_files = scandir( $fcbkbttn_cstm_mg_folder );
916
+ foreach ( $fcbkbttn_cstm_mg_files as $value ) {
917
+ @unlink ( $fcbkbttn_cstm_mg_folder . $value );
 
 
 
918
  }
919
+ @rmdir( $fcbkbttn_cstm_mg_folder );
920
  }
921
+
922
 
923
  if ( function_exists( 'is_multisite' ) && is_multisite() ) {
924
  global $wpdb;
927
  $blogids = $wpdb->get_col( "SELECT `blog_id` FROM $wpdb->blogs" );
928
  foreach ( $blogids as $blog_id ) {
929
  switch_to_blog( $blog_id );
930
+ delete_option( 'fcbkbttn_options' );
931
  }
932
  switch_to_blog( $old_blog );
933
  } else {
934
+ delete_option( 'fcbkbttn_options' );
935
  }
936
  }
937
+
938
  require_once( dirname( __FILE__ ) . '/bws_menu/bws_include.php' );
939
  bws_include_init( plugin_basename( __FILE__ ) );
940
  bws_delete_plugin( plugin_basename( __FILE__ ) );
readme.txt CHANGED
@@ -3,12 +3,12 @@ Contributors: bestwebsoft
3
  Donate link: http://bestwebsoft.com/donate/
4
  Tags: facebook buttons, share, like, add share button, social buttons, facebook, facebook button icon, follow, follow button, like button, share button, facebook plugin
5
  Requires at least: 3.8
6
- Tested up to: 4.5.2
7
- Stable tag: 2.48
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- Add Facebook buttons to your WordPress website.
12
 
13
  == Description ==
14
 
@@ -54,7 +54,7 @@ There is also a premium version of the plugin <a href="http://bestwebsoft.com/pr
54
  * Turkish (tr_TR) (thanks to <a href="mailto:webmaster@canatasever.com">Can Atasever</a>)
55
  * Ukrainian (uk)
56
 
57
- If you create your own language pack or update the existing one, you can send <a href="http://codex.wordpress.org/Translating_WordPress" target="_blank">the text in PO and MO files</a> for <a href="http://support.bestwebsoft.com" target="_blank">BestWebSoft</a> and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.
58
 
59
  = Technical support =
60
 
@@ -68,7 +68,7 @@ We can fix some things for free for the users who provide translation of our plu
68
 
69
  1. Upload the folder `facebook-button-plugin` to the directory `/wp-content/plugins/`.
70
  2. Activate the plugin via the 'Plugins' menu in your WordPress admin panel.
71
- 3. You can adjust the necessary settings in your WordPress admin panel - "BWS Plugins" > "Facebook Button".
72
 
73
  <a href="https://docs.google.com/document/d/1LDmKKxLHq0GavaGcevj4g-8SjLcYPruSKg5Kos9plxM/edit" target="_blank">View a Step-by-step Instruction on Facebook Button by BestWebSoft Installation</a>.
74
 
@@ -82,16 +82,16 @@ In WordPress admin panel, please go to "Plugins", find "Facebook Button by BestW
82
 
83
  = After clicking Facebook Button icon I see the Facebook Home page instead of the necessary account page =
84
 
85
- 1. In WordPress admin panel, please go to "BWS Plugins", find Facebook Button settings page and enter your Facebook ID or username. Then click "Save Changes".
86
  2. If you do not have Facebook account yet, you should create it using this link: http://www.facebook.com. After the account is created please follow the instructions above.
87
 
88
  = How to adjust Facebook Button position on the page =
89
 
90
- In WordPress admin panel, please go to "BWS Plugins", find Facebook Button settings page and choose one of the listed positions: Before, After, Before and After or Shortcode. Then click "Save Changes".
91
 
92
  = How to change Facebook Button icon ("My page") =
93
 
94
- 1. In WordPress admin panel, please go to "BWS Plugins", find Facebook Button settings page and choose one of the listed positions: Standard Facebook image or Custom Facebook image. Then click "Save Changes".
95
  2. If you choose Custom Facebook image, you can upload your own picture. You should click "Choose file" and choose an image in your folder. Then click "Save Changes".
96
 
97
  = After the plugin installation and settings adjustment on the settings page it is still not working =
@@ -116,6 +116,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
116
 
117
  == Changelog ==
118
 
 
 
 
119
  = V2.48 - 06.05.2016 =
120
  * NEW : Ability to add custom styles.
121
  * Update : All functionality for wordpress 4.5.1 was updated.
@@ -314,6 +317,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
314
 
315
  == Upgrade Notice ==
316
 
 
 
 
317
  = V2.48 =
318
  Ability to add custom styles. All functionality for wordpress 4.5.1 was updated.
319
 
@@ -447,10 +453,10 @@ Language files are added to the plugin. Style for facebook button block was adde
447
  Redirect to profile page bug is fixed.
448
 
449
  = V2.04 =
450
- BWS Plugins 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.
451
 
452
  = V2.03 =
453
- BWS Plugins sections was fixed and right now it is consisted of 2 parts: installed and recommended plugins. Icons displaying is fixed.
454
 
455
  = V2.02 =
456
  The bug of adjustment the link to the page is fixed in this version. Please upgrade the plugin immediately. Thank you
3
  Donate link: http://bestwebsoft.com/donate/
4
  Tags: facebook buttons, share, like, add share button, social buttons, facebook, facebook button icon, follow, follow button, like button, share button, facebook plugin
5
  Requires at least: 3.8
6
+ Tested up to: 4.5.3
7
+ Stable tag: 2.49
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ Add Facebook Like, Share and Profile buttons to WordPress posts, pages and widgets.
12
 
13
  == Description ==
14
 
54
  * Turkish (tr_TR) (thanks to <a href="mailto:webmaster@canatasever.com">Can Atasever</a>)
55
  * Ukrainian (uk)
56
 
57
+ Some of these translations are not complete. We are constantly adding new features which should be translated. If you create your own language pack or update the existing one, you can send <a href="http://codex.wordpress.org/Translating_WordPress" target="_blank">the text in PO and MO files</a> for <a href="http://support.bestwebsoft.com/hc/en-us/requests/new" target="_blank">BestWebSoft</a> and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.
58
 
59
  = Technical support =
60
 
68
 
69
  1. Upload the folder `facebook-button-plugin` to the directory `/wp-content/plugins/`.
70
  2. Activate the plugin via the 'Plugins' menu in your WordPress admin panel.
71
+ 3. You can adjust the necessary settings in your WordPress admin panel - "BWS Panel" > "Facebook Button".
72
 
73
  <a href="https://docs.google.com/document/d/1LDmKKxLHq0GavaGcevj4g-8SjLcYPruSKg5Kos9plxM/edit" target="_blank">View a Step-by-step Instruction on Facebook Button by BestWebSoft Installation</a>.
74
 
82
 
83
  = After clicking Facebook Button icon I see the Facebook Home page instead of the necessary account page =
84
 
85
+ 1. In WordPress admin panel, please go to "BWS Panel", find Facebook Button settings page and enter your Facebook ID or username. Then click "Save Changes".
86
  2. If you do not have Facebook account yet, you should create it using this link: http://www.facebook.com. After the account is created please follow the instructions above.
87
 
88
  = How to adjust Facebook Button position on the page =
89
 
90
+ In WordPress admin panel, please go to "BWS Panel", find Facebook Button settings page and choose one of the listed positions: Before, After, Before and After or Shortcode. Then click "Save Changes".
91
 
92
  = How to change Facebook Button icon ("My page") =
93
 
94
+ 1. In WordPress admin panel, please go to "BWS Panel", find Facebook Button settings page and choose one of the listed positions: Standard Facebook image or Custom Facebook image. Then click "Save Changes".
95
  2. If you choose Custom Facebook image, you can upload your own picture. You should click "Choose file" and choose an image in your folder. Then click "Save Changes".
96
 
97
  = After the plugin installation and settings adjustment on the settings page it is still not working =
116
 
117
  == Changelog ==
118
 
119
+ = V2.49 - 06.07.2016 =
120
+ * Update : Images size for meta property 'og:image' has been changed.
121
+
122
  = V2.48 - 06.05.2016 =
123
  * NEW : Ability to add custom styles.
124
  * Update : All functionality for wordpress 4.5.1 was updated.
317
 
318
  == Upgrade Notice ==
319
 
320
+ = V2.49 =
321
+ Images size for meta property 'og:image' has been changed.
322
+
323
  = V2.48 =
324
  Ability to add custom styles. All functionality for wordpress 4.5.1 was updated.
325
 
453
  Redirect to profile page bug is fixed.
454
 
455
  = V2.04 =
456
+ 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.
457
 
458
  = V2.03 =
459
+ BWS Panel sections was fixed and right now it is consisted of 2 parts: installed and recommended plugins. Icons displaying is fixed.
460
 
461
  = V2.02 =
462
  The bug of adjustment the link to the page is fixed in this version. Please upgrade the plugin immediately. Thank you
screenshot-3.png CHANGED
Binary file