Contact Form by BestWebSoft - Version 4.0.0

Version Description

  • 27.06.2016 =
  • NEW : The ability to add custom styles to frontend of your site has been added.
  • Update : The Spanish language file is updated.
  • Update : The French language file is updated.
Download this release

Release Info

Developer bestwebsoft
Plugin Icon 128x128 Contact Form by BestWebSoft
Version 4.0.0
Comparing to
See all releases

Code changes from version 3.99 to 4.0.0

Files changed (104) hide show
  1. bws_menu/bws_functions.php +464 -94
  2. bws_menu/bws_menu.php +556 -861
  3. bws_menu/css/codemirror.css +274 -0
  4. bws_menu/css/general_style.css +79 -12
  5. bws_menu/css/style.css +405 -115
  6. bws_menu/icons/adsense.png +0 -0
  7. bws_menu/icons/bws-featured-posts.png +0 -0
  8. bws_menu/icons/bws-google-analytics.png +0 -0
  9. bws_menu/icons/bws-google-maps.png +0 -0
  10. bws_menu/icons/bws-popular-posts.png +0 -0
  11. bws_menu/icons/bws-smtp.png +0 -0
  12. bws_menu/icons/bws-testimonials.png +0 -0
  13. bws_menu/icons/captcha.png +0 -0
  14. bws_menu/icons/contact-form-multi.png +0 -0
  15. bws_menu/icons/contact-form-to-db.png +0 -0
  16. bws_menu/icons/contact-form.png +0 -0
  17. bws_menu/icons/custom-fields-search.png +0 -0
  18. bws_menu/icons/custom-search.png +0 -0
  19. bws_menu/icons/donate-button.png +0 -0
  20. bws_menu/icons/email-queue.png +0 -0
  21. bws_menu/icons/error-log-viewer.png +0 -0
  22. bws_menu/icons/facebook-button.png +0 -0
  23. bws_menu/icons/gallery-categories.png +0 -0
  24. bws_menu/icons/gallery.png +0 -0
  25. bws_menu/icons/google-captcha.png +0 -0
  26. bws_menu/icons/google-one.png +0 -0
  27. bws_menu/icons/google-shortlink.png +0 -0
  28. bws_menu/icons/google-sitemap.png +0 -0
  29. bws_menu/icons/htaccess.png +0 -0
  30. bws_menu/icons/job-board.png +0 -0
  31. bws_menu/icons/limit-attempts.png +0 -0
  32. bws_menu/icons/multilanguage.png +0 -0
  33. bws_menu/icons/pagination.png +0 -0
  34. bws_menu/icons/pdf-print.png +0 -0
  35. bws_menu/icons/{db-manager.png → plugins/db-manager.png} +0 -0
  36. bws_menu/icons/portfolio.png +0 -0
  37. bws_menu/icons/post-to-csv.png +0 -0
  38. bws_menu/icons/profile-extra-fields.png +0 -0
  39. bws_menu/icons/promobar.png +0 -0
  40. bws_menu/icons/quotes-and-tips.png +0 -0
  41. bws_menu/icons/re-attacher.png +0 -0
  42. bws_menu/icons/realty.png +0 -0
  43. bws_menu/icons/relevant.png +0 -0
  44. bws_menu/icons/sender.png +0 -0
  45. bws_menu/icons/social-buttons-pack.png +0 -0
  46. bws_menu/icons/subscriber.png +0 -0
  47. bws_menu/icons/themes/opening.png +0 -0
  48. bws_menu/icons/themes/realestate.png +0 -0
  49. bws_menu/icons/themes/unity.png +0 -0
  50. bws_menu/icons/twitter.png +0 -0
  51. bws_menu/icons/updater.png +0 -0
  52. bws_menu/icons/user-role.png +0 -0
  53. bws_menu/icons/visitors-online.png +0 -0
  54. bws_menu/icons/zendesk-help-center.png +0 -0
  55. bws_menu/images/bestwebsoft-logo-white.svg +29 -0
  56. bws_menu/images/icon_16_single.png +0 -0
  57. bws_menu/images/membership-background.jpg +0 -0
  58. bws_menu/images/px.png +0 -0
  59. bws_menu/images/system-status.png +0 -0
  60. bws_menu/images/tooltip_icons.png +0 -0
  61. bws_menu/js/bws_menu.js +33 -45
  62. bws_menu/js/codemirror.js +5 -0
  63. bws_menu/js/general_script.js +37 -0
  64. bws_menu/js/shortcode-button.js +67 -29
  65. bws_menu/languages/bestwebsoft-de_DE.mo +0 -0
  66. bws_menu/languages/bestwebsoft-de_DE.po +0 -841
  67. bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
  68. bws_menu/languages/bestwebsoft-fr_FR.po +514 -264
  69. bws_menu/languages/bestwebsoft-it_IT.mo +0 -0
  70. bws_menu/languages/bestwebsoft-it_IT.po +0 -1133
  71. bws_menu/languages/bestwebsoft-ja.mo +0 -0
  72. bws_menu/languages/bestwebsoft-ja.po +0 -1238
  73. bws_menu/languages/bestwebsoft-pl_PL.mo +0 -0
  74. bws_menu/languages/bestwebsoft-pl_PL.po +502 -261
  75. bws_menu/languages/bestwebsoft-pt_BR.mo +0 -0
  76. bws_menu/languages/bestwebsoft-pt_BR.po +0 -841
  77. bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
  78. bws_menu/languages/bestwebsoft-ru_RU.po +505 -262
  79. bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
  80. bws_menu/languages/bestwebsoft-sr_RS.po +0 -1132
  81. bws_menu/languages/bestwebsoft-sv_SE.mo +0 -0
  82. bws_menu/languages/bestwebsoft-sv_SE.po +0 -988
  83. bws_menu/languages/bestwebsoft-uk.mo +0 -0
  84. bws_menu/languages/bestwebsoft-uk.po +504 -266
  85. bws_menu/product_list.php +478 -0
  86. contact_form.php +122 -124
  87. languages/contact-form-plugin-af_ZA.mo +0 -0
  88. languages/contact-form-plugin-af_ZA.po +222 -218
  89. languages/contact-form-plugin-ca.mo +0 -0
  90. languages/contact-form-plugin-ca.po +222 -218
  91. languages/contact-form-plugin-cs_CZ.mo +0 -0
  92. languages/contact-form-plugin-cs_CZ.po +222 -218
  93. languages/contact-form-plugin-da_DK.mo +0 -0
  94. languages/contact-form-plugin-da_DK.po +337 -372
  95. languages/contact-form-plugin-de_DE.mo +0 -0
  96. languages/contact-form-plugin-de_DE.po +222 -218
  97. languages/contact-form-plugin-el.mo +0 -0
  98. languages/contact-form-plugin-el.po +222 -218
  99. languages/contact-form-plugin-es_ES.mo +0 -0
  100. languages/contact-form-plugin-es_ES.po +299 -298
  101. languages/contact-form-plugin-et.mo +0 -0
  102. languages/contact-form-plugin-et.po +222 -218
  103. languages/contact-form-plugin-fr_FR.mo +0 -0
  104. languages/contact-form-plugin-fr_FR.po +148 -149
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
@@ -30,7 +33,12 @@ if ( ! function_exists ( 'bws_general_menu' ) ) {
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
  }
@@ -53,7 +61,9 @@ if ( ! function_exists ( 'bws_wp_version_check' ) ) {
53
  if ( ! function_exists ( 'bws_wp_min_version_check' ) ) {
54
  function bws_wp_min_version_check( $plugin_basename, $plugin_info, $require_wp, $min_wp = false ) {
55
  global $wp_version, $bws_versions_notice_array;
56
- if ( false != $min_wp && version_compare( $wp_version, $min_wp, "<" ) ) {
 
 
57
  include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
58
  if ( is_plugin_active( $plugin_basename ) ) {
59
  deactivate_plugins( $plugin_basename );
@@ -77,9 +87,11 @@ if ( ! function_exists ( 'bws_wp_min_version_check' ) ) {
77
  }
78
  }
79
 
80
- if ( ! function_exists( 'bws_versions_notice' ) ) {
81
- function bws_versions_notice() {
82
- global $bws_versions_notice_array;
 
 
83
  if ( ! empty( $bws_versions_notice_array ) ) {
84
  foreach ( $bws_versions_notice_array as $key => $value ) { ?>
85
  <div class="update-nag"><?php
@@ -93,6 +105,64 @@ if ( ! function_exists( 'bws_versions_notice' ) ) {
93
  ?></div>
94
  <?php }
95
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
  }
97
  }
98
 
@@ -167,32 +237,34 @@ if ( ! function_exists( 'bws_plugin_reviews_block' ) ) {
167
  <div class="bws-plugin-reviews">
168
  <div class="bws-plugin-reviews-rate">
169
  <?php _e( 'If you enjoy our plugin, please give it 5 stars on WordPress', 'bestwebsoft' ); ?>:
170
- <a href="http://wordpress.org/support/view/plugin-reviews/<?php echo $plugin_slug; ?>" target="_blank" title="<?php echo $plugin_name; ?> reviews"><?php _e( 'Rate the plugin', 'bestwebsoft' ); ?></a>
171
  </div>
172
  <div class="bws-plugin-reviews-support">
173
  <?php _e( 'If there is something wrong about it, please contact us', 'bestwebsoft' ); ?>:
174
  <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a>
175
  </div>
 
 
 
 
176
  </div>
177
  <?php }
178
  }
179
 
180
  if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
181
  function bws_go_pro_tab_check( $plugin_basename, $plugin_options_name = false, $is_network_option = false ) {
182
- global $wp_version, $bstwbsftwppdtplgns_options, $current_user;
183
  $result = array();
184
 
185
  $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
186
 
187
  if ( ! empty( $plugin_options_name ) && isset( $_POST['bws_hide_premium_options_submit'] ) && check_admin_referer( $plugin_basename, 'bws_license_nonce_name' ) ) {
188
- if ( ! $current_user )
189
- get_currentuserinfo();
190
 
191
  $plugin_options = ( $is_network_option ) ? get_site_option( $plugin_options_name ) : get_option( $plugin_options_name );
192
 
193
  if ( !empty( $plugin_options['hide_premium_options'] ) ) {
194
 
195
- $key = array_search( $current_user->ID, $plugin_options['hide_premium_options'] );
196
  if ( false !== $key ) {
197
  unset( $plugin_options['hide_premium_options'][ $key ] );
198
  }
@@ -261,47 +333,47 @@ if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
261
 
262
  $url = 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/downloads/?bws_first_download=' . $bws_license_plugin . '&bws_license_key=' . $bws_license_key . '&download_from=5';
263
  $uploadDir = wp_upload_dir();
264
- $zip_name = explode( '/', $bws_license_plugin );
265
-
266
- if ( !function_exists( 'curl_init' ) ) {
267
- $received_content = file_get_contents( $url );
268
- } else {
269
- $ch = curl_init();
270
- curl_setopt( $ch, CURLOPT_URL, $url );
271
- curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
272
- $received_content = curl_exec( $ch );
273
- curl_close( $ch );
274
- }
275
 
276
- if ( ! $received_content ) {
277
- $result['error'] = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
278
- } else {
279
- if ( is_writable( $uploadDir["path"] ) ) {
280
- $file_put_contents = $uploadDir["path"] . "/" . $zip_name[0] . ".zip";
281
- if ( file_put_contents( $file_put_contents, $received_content ) ) {
282
- @chmod( $file_put_contents, octdec( 755 ) );
283
- if ( class_exists( 'ZipArchive' ) ) {
284
- $zip = new ZipArchive();
285
- if ( $zip->open( $file_put_contents ) === TRUE ) {
286
- $zip->extractTo( WP_PLUGIN_DIR );
287
- $zip->close();
288
- } else {
289
- $result['error'] = __( "Failed to open the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
290
- }
291
- } elseif ( class_exists( 'Phar' ) ) {
292
- $phar = new PharData( $file_put_contents );
293
- $phar->extractTo( WP_PLUGIN_DIR );
294
  } else {
295
- $result['error'] = __( "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually", 'bestwebsoft' );
296
  }
297
- @unlink( $file_put_contents );
 
 
298
  } else {
299
- $result['error'] = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
300
  }
 
301
  } else {
302
- $result['error'] = __( "UploadDir is not writable. Please, upload the plugin manually", 'bestwebsoft' );
303
  }
 
 
304
  }
 
305
 
306
  /* activate Pro */
307
  if ( file_exists( WP_PLUGIN_DIR . '/' . $zip_name[0] ) ) {
@@ -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,15 +733,15 @@ 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;
@@ -677,29 +749,16 @@ if ( ! function_exists( 'bws_plugin_banner_to_settings' ) ) {
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' ) ) {
@@ -774,13 +833,10 @@ if ( ! function_exists( 'bws_show_settings_notice' ) ) {
774
 
775
  if ( ! function_exists( 'bws_hide_premium_options' ) ) {
776
  function bws_hide_premium_options( $options ) {
777
- global $current_user;
778
- if ( ! $current_user )
779
- get_currentuserinfo();
780
  if ( ! isset( $options['hide_premium_options'] ) || ! is_array( $options['hide_premium_options'] ) )
781
  $options['hide_premium_options'] = array();
782
 
783
- $options['hide_premium_options'][] = $current_user->ID;
784
 
785
  return array(
786
  'message' => __( 'You can always look at premium options by clicking on the "Show Pro features" in the "Go PRO" tab', 'bestwebsoft' ),
@@ -790,11 +846,7 @@ if ( ! function_exists( 'bws_hide_premium_options' ) ) {
790
 
791
  if ( ! function_exists( 'bws_hide_premium_options_check' ) ) {
792
  function bws_hide_premium_options_check( $options ) {
793
- global $current_user;
794
- if ( ! $current_user )
795
- get_currentuserinfo();
796
-
797
- if ( ! empty( $options['hide_premium_options'] ) && in_array( $current_user->ID, $options['hide_premium_options'] ) )
798
  return true;
799
  else
800
  return false;
@@ -803,8 +855,38 @@ if ( ! function_exists( 'bws_hide_premium_options_check' ) ) {
803
 
804
  if ( ! function_exists ( 'bws_plugins_admin_init' ) ) {
805
  function bws_plugins_admin_init() {
806
- /* Internationalization, first(!) */
807
- load_plugin_textdomain( 'bestwebsoft', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
808
 
809
  bws_add_editor_buttons();
810
  }
@@ -816,10 +898,12 @@ if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
816
  wp_enqueue_style( 'bws-admin-css', plugins_url( 'css/general_style.css', __FILE__ ) );
817
  wp_enqueue_script( 'bws-admin-scripts', plugins_url( 'js/general_script.js', __FILE__ ), array( 'jquery' ) );
818
 
819
- if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) {
820
  wp_enqueue_style( 'bws_menu_style', plugins_url( 'css/style.css', __FILE__ ) );
821
  wp_enqueue_script( 'bws_menu_script', plugins_url( 'js/bws_menu.js' , __FILE__ ) );
822
  wp_enqueue_script( 'theme-install' );
 
 
823
  }
824
  }
825
  }
@@ -863,14 +947,15 @@ if ( ! function_exists ( 'bws_plugins_admin_head' ) ) {
863
  <!-- TinyMCE Shortcode Plugin -->
864
  <script type='text/javascript'>
865
  var bws_shortcode_button = {
 
866
  'title': '<?php esc_attr_e( "Add BWS Plugins Shortcode", "bestwebsoft" ); ?>',
 
867
  'function_name': [
868
  <?php foreach ( $bws_shortcode_list as $key => $value ) {
869
  if ( isset( $value['js_function'] ) )
870
  echo "'" . $value['js_function'] . "',";
871
  } ?>
872
  ],
873
- 'icon_url': '<?php echo plugins_url( "images/shortcode-icon.png" , __FILE__ ); ?>',
874
  'wp_version' : '<?php echo $wp_version; ?>'
875
  };
876
  </script>
@@ -897,6 +982,13 @@ if ( ! function_exists ( 'bws_plugins_admin_head' ) ) {
897
  }
898
  }
899
 
 
 
 
 
 
 
 
900
  /**
901
  * Tooltip block
902
  */
@@ -1149,9 +1241,287 @@ if ( ! function_exists( 'bws_help_tab' ) ) {
1149
  }
1150
  }
1151
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1152
  add_action( 'admin_init', 'bws_plugins_admin_init' );
1153
  add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
1154
  add_action( 'admin_head', 'bws_plugins_admin_head' );
1155
  add_action( 'admin_footer','bws_shortcode_media_button_popup' );
1156
 
1157
- add_action( 'admin_notices', 'bws_versions_notice' );
 
 
 
 
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
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_plugins', '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
  }
61
  if ( ! function_exists ( 'bws_wp_min_version_check' ) ) {
62
  function bws_wp_min_version_check( $plugin_basename, $plugin_info, $require_wp, $min_wp = false ) {
63
  global $wp_version, $bws_versions_notice_array;
64
+ if ( false == $min_wp )
65
+ $min_wp = $require_wp;
66
+ if ( version_compare( $wp_version, $min_wp, "<" ) ) {
67
  include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
68
  if ( is_plugin_active( $plugin_basename ) ) {
69
  deactivate_plugins( $plugin_basename );
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
 
237
  <div class="bws-plugin-reviews">
238
  <div class="bws-plugin-reviews-rate">
239
  <?php _e( 'If you enjoy our plugin, please give it 5 stars on WordPress', 'bestwebsoft' ); ?>:
240
+ <a href="http://wordpress.org/support/view/plugin-reviews/<?php echo $plugin_slug; ?>?filter=5" target="_blank" title="<?php echo $plugin_name; ?> reviews"><?php _e( 'Rate the plugin', 'bestwebsoft' ); ?></a>
241
  </div>
242
  <div class="bws-plugin-reviews-support">
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
  }
253
 
254
  if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
255
  function bws_go_pro_tab_check( $plugin_basename, $plugin_options_name = false, $is_network_option = false ) {
256
+ global $wp_version, $bstwbsftwppdtplgns_options;
257
  $result = array();
258
 
259
  $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
260
 
261
  if ( ! empty( $plugin_options_name ) && isset( $_POST['bws_hide_premium_options_submit'] ) && check_admin_referer( $plugin_basename, 'bws_license_nonce_name' ) ) {
 
 
262
 
263
  $plugin_options = ( $is_network_option ) ? get_site_option( $plugin_options_name ) : get_option( $plugin_options_name );
264
 
265
  if ( !empty( $plugin_options['hide_premium_options'] ) ) {
266
 
267
+ $key = array_search( get_current_user_id(), $plugin_options['hide_premium_options'] );
268
  if ( false !== $key ) {
269
  unset( $plugin_options['hide_premium_options'][ $key ] );
270
  }
333
 
334
  $url = 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/downloads/?bws_first_download=' . $bws_license_plugin . '&bws_license_key=' . $bws_license_key . '&download_from=5';
335
  $uploadDir = wp_upload_dir();
336
+ $zip_name = explode( '/', $bws_license_plugin );
337
+
338
+ if ( !function_exists( 'curl_init' ) ) {
339
+ $received_content = file_get_contents( $url );
340
+ } else {
341
+ $ch = curl_init();
342
+ curl_setopt( $ch, CURLOPT_URL, $url );
343
+ curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
344
+ $received_content = curl_exec( $ch );
345
+ curl_close( $ch );
346
+ }
347
 
348
+ if ( ! $received_content ) {
349
+ $result['error'] = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
350
+ } else {
351
+ if ( is_writable( $uploadDir["path"] ) ) {
352
+ $file_put_contents = $uploadDir["path"] . "/" . $zip_name[0] . ".zip";
353
+ if ( file_put_contents( $file_put_contents, $received_content ) ) {
354
+ @chmod( $file_put_contents, octdec( 755 ) );
355
+ if ( class_exists( 'ZipArchive' ) ) {
356
+ $zip = new ZipArchive();
357
+ if ( $zip->open( $file_put_contents ) === TRUE ) {
358
+ $zip->extractTo( WP_PLUGIN_DIR );
359
+ $zip->close();
 
 
 
 
 
 
360
  } else {
361
+ $result['error'] = __( "Failed to open the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
362
  }
363
+ } elseif ( class_exists( 'Phar' ) ) {
364
+ $phar = new PharData( $file_put_contents );
365
+ $phar->extractTo( WP_PLUGIN_DIR );
366
  } else {
367
+ $result['error'] = __( "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually", 'bestwebsoft' );
368
  }
369
+ @unlink( $file_put_contents );
370
  } else {
371
+ $result['error'] = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
372
  }
373
+ } else {
374
+ $result['error'] = __( "UploadDir is not writable. Please, upload the plugin manually", 'bestwebsoft' );
375
  }
376
+ }
377
 
378
  /* activate Pro */
379
  if ( file_exists( WP_PLUGIN_DIR . '/' . $zip_name[0] ) ) {
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
  $plugin_options = get_option( $plugin_options_name );
740
 
741
  if ( isset( $plugin_options['display_settings_notice'] ) && 0 == $plugin_options['display_settings_notice'] )
742
  return;
743
 
744
+ if ( isset( $_POST['bws_hide_settings_notice_' . $plugin_options_name ] ) && check_admin_referer( plugin_basename( __FILE__ ), 'bws_settings_nonce_name' ) ) {
745
  $plugin_options['display_settings_notice'] = 0;
746
  update_option( $plugin_options_name, $plugin_options );
747
  return;
749
 
750
  if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
751
  $banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
752
+ }
753
+
754
+ $bws_plugin_banner_to_settings[] = array(
755
+ 'plugin_info' => $plugin_info,
756
+ 'plugin_options_name' => $plugin_options_name,
757
+ 'banner_url' => $banner_url_or_slug,
758
+ 'settings_url' => $settings_url,
759
+ 'post_type_url' => $post_type_url
760
+ );
761
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
762
  }
763
 
764
  if ( ! function_exists( 'bws_plugin_suggest_feature_banner' ) ) {
833
 
834
  if ( ! function_exists( 'bws_hide_premium_options' ) ) {
835
  function bws_hide_premium_options( $options ) {
 
 
 
836
  if ( ! isset( $options['hide_premium_options'] ) || ! is_array( $options['hide_premium_options'] ) )
837
  $options['hide_premium_options'] = array();
838
 
839
+ $options['hide_premium_options'][] = get_current_user_id();
840
 
841
  return array(
842
  'message' => __( 'You can always look at premium options by clicking on the "Show Pro features" in the "Go PRO" tab', 'bestwebsoft' ),
846
 
847
  if ( ! function_exists( 'bws_hide_premium_options_check' ) ) {
848
  function bws_hide_premium_options_check( $options ) {
849
+ if ( ! empty( $options['hide_premium_options'] ) && in_array( get_current_user_id(), $options['hide_premium_options'] ) )
 
 
 
 
850
  return true;
851
  else
852
  return false;
855
 
856
  if ( ! function_exists ( 'bws_plugins_admin_init' ) ) {
857
  function bws_plugins_admin_init() {
858
+
859
+ if ( isset( $_GET['bws_activate_plugin'] ) && check_admin_referer( 'bws_activate_plugin' . $_GET['bws_activate_plugin'] ) ) {
860
+
861
+ $plugin = isset( $_GET['bws_activate_plugin'] ) ? $_GET['bws_activate_plugin'] : '';
862
+ $result = activate_plugin( $plugin, '', is_network_admin() );
863
+ if ( is_wp_error( $result ) ) {
864
+ if ( 'unexpected_output' == $result->get_error_code() ) {
865
+ $redirect = self_admin_url( 'admin.php?page=bws_plugins&error=true&charsout=' . strlen( $result->get_error_data() ) . '&plugin=' . $plugin );
866
+ wp_redirect( add_query_arg( '_error_nonce', wp_create_nonce( 'plugin-activation-error_' . $plugin ), $redirect ) );
867
+ exit();
868
+ } else {
869
+ wp_die( $result );
870
+ }
871
+ }
872
+
873
+ if ( ! is_network_admin() ) {
874
+ $recent = (array) get_option( 'recently_activated' );
875
+ unset( $recent[ $plugin ] );
876
+ update_option( 'recently_activated', $recent );
877
+ } else {
878
+ $recent = (array) get_site_option( 'recently_activated' );
879
+ unset( $recent[ $plugin ] );
880
+ update_site_option( 'recently_activated', $recent );
881
+ }
882
+ wp_redirect( self_admin_url( 'admin.php?page=bws_plugins&activate=true' ) );
883
+ exit();
884
+ }
885
+
886
+ if ( isset( $_GET['page'] ) && $_GET['page'] == 'bws_plugins' ) {
887
+ if ( ! session_id() )
888
+ @session_start();
889
+ }
890
 
891
  bws_add_editor_buttons();
892
  }
898
  wp_enqueue_style( 'bws-admin-css', plugins_url( 'css/general_style.css', __FILE__ ) );
899
  wp_enqueue_script( 'bws-admin-scripts', plugins_url( 'js/general_script.js', __FILE__ ), array( 'jquery' ) );
900
 
901
+ if ( isset( $_GET['page'] ) && in_array( $_GET['page'], array( 'bws_panel', 'bws_plugins', 'bws_themes', 'bws_system_status' ) ) ) {
902
  wp_enqueue_style( 'bws_menu_style', plugins_url( 'css/style.css', __FILE__ ) );
903
  wp_enqueue_script( 'bws_menu_script', plugins_url( 'js/bws_menu.js' , __FILE__ ) );
904
  wp_enqueue_script( 'theme-install' );
905
+ add_thickbox();
906
+ wp_enqueue_script( 'plugin-install' );
907
  }
908
  }
909
  }
947
  <!-- TinyMCE Shortcode Plugin -->
948
  <script type='text/javascript'>
949
  var bws_shortcode_button = {
950
+ 'label': '<?php esc_attr_e( "Add BWS Shortcode", "bestwebsoft" ); ?>',
951
  'title': '<?php esc_attr_e( "Add BWS Plugins Shortcode", "bestwebsoft" ); ?>',
952
+ 'icon_url': '<?php echo plugins_url( "images/shortcode-icon.png" , __FILE__ ); ?>',
953
  'function_name': [
954
  <?php foreach ( $bws_shortcode_list as $key => $value ) {
955
  if ( isset( $value['js_function'] ) )
956
  echo "'" . $value['js_function'] . "',";
957
  } ?>
958
  ],
 
959
  'wp_version' : '<?php echo $wp_version; ?>'
960
  };
961
  </script>
982
  }
983
  }
984
 
985
+ if ( ! function_exists ( 'bws_plugins_include_codemirror' ) ) {
986
+ function bws_plugins_include_codemirror() {
987
+ wp_enqueue_style( 'codemirror.css', plugins_url( 'css/codemirror.css', __FILE__ ) );
988
+ wp_enqueue_script( 'codemirror.js', plugins_url( 'js/codemirror.js', __FILE__ ), array( 'jquery' ) );
989
+ }
990
+ }
991
+
992
  /**
993
  * Tooltip block
994
  */
1241
  }
1242
  }
1243
 
1244
+ /**
1245
+ * Function display 'Custom code' tab
1246
+ */
1247
+ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
1248
+ function bws_custom_code_tab() {
1249
+ if ( ! current_user_can( 'edit_plugins' ) )
1250
+ wp_die( __( 'You do not have sufficient permissions to edit plugins for this site.', 'bestwebsoft' ) );
1251
+
1252
+ global $bstwbsftwppdtplgns_options;
1253
+
1254
+ $message = $content = '';
1255
+ $is_css_active = $is_php_active = false;
1256
+
1257
+ $upload_dir = wp_upload_dir();
1258
+ $folder = $upload_dir['basedir'] . '/bws-custom-code';
1259
+ if ( ! $upload_dir["error"] ) {
1260
+ if ( ! is_dir( $folder ) )
1261
+ wp_mkdir_p( $folder, 0755 );
1262
+
1263
+ $index_file = $upload_dir['basedir'] . '/bws-custom-code/index.php';
1264
+ if ( ! file_exists( $index_file ) ) {
1265
+ if ( $f = fopen( $index_file, 'w+' ) )
1266
+ fclose( $f );
1267
+ }
1268
+ }
1269
+
1270
+ $css_file = 'bws-custom-code.css';
1271
+ $real_css_file = $folder . '/' . $css_file;
1272
+
1273
+ $php_file = 'bws-custom-code.php';
1274
+ $real_php_file = $folder . '/' . $php_file;
1275
+
1276
+ $is_multisite = is_multisite();
1277
+ if ( $is_multisite )
1278
+ $blog_id = get_current_blog_id();
1279
+
1280
+ if ( isset( $_REQUEST['bws_update_custom_code'] ) && check_admin_referer( 'bws_update_' . $css_file ) ) {
1281
+
1282
+ /* CSS */
1283
+ $newcontent_css = wp_unslash( $_POST['bws_newcontent_css'] );
1284
+ if ( ! empty( $newcontent_css ) && isset( $_REQUEST['bws_custom_css_active'] ) ) {
1285
+ if ( $is_multisite )
1286
+ $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $css_file ] = $upload_dir['baseurl'] . '/bws-custom-code/' . $css_file;
1287
+ else
1288
+ $bstwbsftwppdtplgns_options['custom_code'][ $css_file ] = $upload_dir['baseurl'] . '/bws-custom-code/' . $css_file;
1289
+ } else {
1290
+ if ( $is_multisite ) {
1291
+ if ( isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $css_file ] ) )
1292
+ unset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $css_file ] );
1293
+ } else {
1294
+ if ( isset( $bstwbsftwppdtplgns_options['custom_code'][ $css_file ] ) )
1295
+ unset( $bstwbsftwppdtplgns_options['custom_code'][ $css_file ] );
1296
+ }
1297
+ }
1298
+ if ( $f = fopen( $real_css_file, 'w+' ) ) {
1299
+ fwrite( $f, $newcontent_css );
1300
+ fclose( $f );
1301
+ $message .= sprintf( __( 'File %s edited successfully.', 'bestwebsoft' ), '<i>' . $css_file . '</i>' ) . ' ';
1302
+ } else {
1303
+ $error .= __( 'Not enough permissions to create or update the file', 'bestwebsoft' ) . ' ' . $real_css_file . '. ';
1304
+ }
1305
+
1306
+ /* PHP */
1307
+ $newcontent_php = wp_unslash( trim( $_POST['bws_newcontent_php'] ) );
1308
+ if ( file_exists( $index_file ) ) {
1309
+ if ( ! empty( $newcontent_php ) && isset( $_REQUEST['bws_custom_php_active'] ) ) {
1310
+ if ( $is_multisite )
1311
+ $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $php_file ] = $real_php_file;
1312
+ else
1313
+ $bstwbsftwppdtplgns_options['custom_code'][ $php_file ] = $real_php_file;
1314
+ } else {
1315
+ if ( $is_multisite ) {
1316
+ if ( isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $php_file ] ) )
1317
+ unset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $php_file ] );
1318
+ } else {
1319
+ if ( isset( $bstwbsftwppdtplgns_options['custom_code'][ $php_file ] ) )
1320
+ unset( $bstwbsftwppdtplgns_options['custom_code'][ $php_file ] );
1321
+ }
1322
+ }
1323
+
1324
+ if ( $f = fopen( $real_php_file, 'w+' ) ) {
1325
+ $newcontent_php = $newcontent_php;
1326
+ fwrite( $f, $newcontent_php );
1327
+ fclose( $f );
1328
+ $message .= sprintf( __( 'File %s edited successfully.', 'bestwebsoft' ), '<i>' . $php_file . '</i>' );
1329
+ } else {
1330
+ $error .= __( 'Not enough permissions to create or update the file', 'bestwebsoft' ) . ' ' . $real_php_file . '. ';
1331
+ }
1332
+ } else {
1333
+ $error .= __( 'Not enough permissions to create the file', 'bestwebsoft' ) . ' ' . $index_file . '. ';
1334
+ }
1335
+
1336
+ if ( ! empty( $error ) )
1337
+ $error .= ' <a href="https://codex.wordpress.org/Changing_File_Permissions" target="_blank">' . __( 'Learn more', 'bestwebsoft' ) . '</a>';
1338
+
1339
+ if ( $is_multisite )
1340
+ update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
1341
+ else
1342
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
1343
+ }
1344
+
1345
+ if ( file_exists( $real_css_file ) ) {
1346
+ update_recently_edited( $real_css_file );
1347
+ $content_css = esc_textarea( file_get_contents( $real_css_file ) );
1348
+ if ( ( $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $css_file ] ) ) ||
1349
+ ( ! $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $css_file ] ) ) ) {
1350
+ $is_css_active = true;
1351
+ }
1352
+ }
1353
+ if ( file_exists( $real_php_file ) ) {
1354
+ update_recently_edited( $real_php_file );
1355
+ $content_php = esc_textarea( file_get_contents( $real_php_file ) );
1356
+ if ( ( $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $php_file ] ) ) ||
1357
+ ( ! $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $php_file ] ) ) ) {
1358
+ $is_php_active = true;
1359
+ }
1360
+ } else {
1361
+ $content_php = "<?php" . "\n" . "if ( ! defined( 'ABSPATH' ) ) exit;" . "\n" . "if ( ! defined( 'BWS_GLOBAL' ) ) exit;" . "\n\n" . "/* Start your code here */" . "\n";
1362
+ }
1363
+
1364
+ if ( ! empty( $message ) ) { ?>
1365
+ <div id="message" class="below-h2 updated notice is-dismissible"><p><?php echo $message; ?></p></div>
1366
+ <?php } ?>
1367
+ <form action="" method="post">
1368
+ <?php foreach ( array( 'css', 'php' ) as $extension ) { ?>
1369
+ <p>
1370
+ <?php if ( 'css' == $extension )
1371
+ _e( 'These styles will be added to the header on all pages of your site.', 'bestwebsoft' );
1372
+ else
1373
+ 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>' ); ?>
1374
+ </p>
1375
+ <p><big>
1376
+ <?php if ( ! file_exists( ${"real_{$extension}_file"} ) || ( is_writeable( ${"real_{$extension}_file"} ) ) ) {
1377
+ echo __( 'Editing', 'bestwebsoft' ) . ' <strong>' . ${"{$extension}_file"} . '</strong>';
1378
+ } else {
1379
+ echo __( 'Browsing', 'bestwebsoft' ) . ' <strong>' . ${"{$extension}_file"} . '</strong>';
1380
+ } ?>
1381
+ </big></p>
1382
+ <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>
1383
+ <textarea cols="70" rows="25" name="bws_newcontent_<?php echo $extension; ?>" id="bws_newcontent_<?php echo $extension; ?>"><?php echo ${"content_{$extension}"}; ?></textarea>
1384
+ <p class="description">
1385
+ <a href="<?php echo ( 'css' == $extension ) ? 'https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started' : 'http://php.net/' ?>" target="_blank">
1386
+ <?php printf( __( 'Learn more about %s', 'bestwebsoft' ), strtoupper( $extension ) ); ?>
1387
+ </a>
1388
+ </p>
1389
+ <?php }
1390
+ if ( ( ! file_exists( $real_css_file ) || is_writeable( $real_css_file ) ) && ( ! file_exists( $real_php_file ) || is_writeable( $real_php_file ) ) ) { ?>
1391
+ <p class="submit">
1392
+ <input type="hidden" name="bws_update_custom_code" value="submit" />
1393
+ <?php submit_button( __( 'Save Changes', 'bestwebsoft' ), 'primary', 'submit', false );
1394
+ wp_nonce_field( 'bws_update_' . $css_file ); ?>
1395
+ </p>
1396
+ <?php } else { ?>
1397
+ <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' ),
1398
+ '<a href="https://codex.wordpress.org/Changing_File_Permissions" target="_blank">',
1399
+ '</a>' ); ?></em></p>
1400
+ <?php } ?>
1401
+ </form>
1402
+ <?php }
1403
+ }
1404
+
1405
+ if ( ! function_exists( 'bws_enqueue_custom_code_css' ) ) {
1406
+ function bws_enqueue_custom_code_css() {
1407
+ global $bstwbsftwppdtplgns_options;
1408
+
1409
+ if ( ! isset( $bstwbsftwppdtplgns_options ) )
1410
+ $bstwbsftwppdtplgns_options = ( function_exists( 'is_multisite' ) && is_multisite() ) ? get_site_option( 'bstwbsftwppdtplgns_options' ) : get_option( 'bstwbsftwppdtplgns_options' );
1411
+
1412
+ if ( ! empty( $bstwbsftwppdtplgns_options['custom_code'] ) ) {
1413
+ $is_multisite = is_multisite();
1414
+ if ( $is_multisite )
1415
+ $blog_id = get_current_blog_id();
1416
+
1417
+ if ( ! $is_multisite && ! empty( $bstwbsftwppdtplgns_options['custom_code']['bws-custom-code.css'] ) )
1418
+ wp_enqueue_style( 'bws-custom-style', $bstwbsftwppdtplgns_options['custom_code']['bws-custom-code.css'] );
1419
+ elseif ( $is_multisite && ! empty( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ]['bws-custom-code.css'] ) )
1420
+ wp_enqueue_style( 'bws-custom-style', $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ]['bws-custom-code.css'] );
1421
+ }
1422
+ }
1423
+ }
1424
+
1425
+ if ( ! function_exists( 'bws_enqueue_custom_code_php' ) ) {
1426
+ function bws_enqueue_custom_code_php() {
1427
+ if ( is_admin() )
1428
+ return;
1429
+
1430
+ global $bstwbsftwppdtplgns_options;
1431
+
1432
+ if ( ! isset( $bstwbsftwppdtplgns_options ) )
1433
+ $bstwbsftwppdtplgns_options = ( function_exists( 'is_multisite' ) && is_multisite() ) ? get_site_option( 'bstwbsftwppdtplgns_options' ) : get_option( 'bstwbsftwppdtplgns_options' );
1434
+
1435
+ if ( ! empty( $bstwbsftwppdtplgns_options['custom_code'] ) ) {
1436
+
1437
+ $is_multisite = is_multisite();
1438
+ if ( $is_multisite )
1439
+ $blog_id = get_current_blog_id();
1440
+
1441
+ if ( ! $is_multisite && ! empty( $bstwbsftwppdtplgns_options['custom_code']['bws-custom-code.php'] ) ) {
1442
+
1443
+ if ( file_exists( $bstwbsftwppdtplgns_options['custom_code']['bws-custom-code.php'] ) ) {
1444
+ define( 'BWS_GLOBAL', true );
1445
+ require_once( $bstwbsftwppdtplgns_options['custom_code']['bws-custom-code.php'] );
1446
+ } else {
1447
+ unset( $bstwbsftwppdtplgns_options['custom_code']['bws-custom-code.php'] );
1448
+ if ( $is_multisite )
1449
+ update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
1450
+ else
1451
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
1452
+ }
1453
+ } elseif ( $is_multisite && ! empty( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ]['bws-custom-code.php'] ) ) {
1454
+ if ( file_exists( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ]['bws-custom-code.php'] ) ) {
1455
+ define( 'BWS_GLOBAL', true );
1456
+ require_once( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ]['bws-custom-code.php'] );
1457
+ } else {
1458
+ unset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ]['bws-custom-code.php'] );
1459
+ if ( $is_multisite )
1460
+ update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
1461
+ else
1462
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
1463
+ }
1464
+ }
1465
+ }
1466
+ }
1467
+ }
1468
+
1469
+ if ( ! function_exists( 'bws_delete_plugin' ) ) {
1470
+ function bws_delete_plugin( $basename ) {
1471
+ global $bstwbsftwppdtplgns_options;
1472
+
1473
+ $is_multisite = is_multisite();
1474
+ if ( $is_multisite )
1475
+ $blog_id = get_current_blog_id();
1476
+
1477
+ if ( ! isset( $bstwbsftwppdtplgns_options ) )
1478
+ $bstwbsftwppdtplgns_options = ( $is_multisite ) ? get_site_option( 'bstwbsftwppdtplgns_options' ) : get_option( 'bstwbsftwppdtplgns_options' );
1479
+
1480
+ /* remove bws_menu versions */
1481
+ unset( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $basename ] );
1482
+ /* if empty ['bws_menu']['version'] - there is no other bws plugins - delete all */
1483
+ if ( empty( $bstwbsftwppdtplgns_options['bws_menu']['version'] ) ) {
1484
+ /* remove options */
1485
+ if ( $is_multisite )
1486
+ delete_site_option( 'bstwbsftwppdtplgns_options' );
1487
+ else
1488
+ delete_option( 'bstwbsftwppdtplgns_options' );
1489
+
1490
+ /* remove custom_code */
1491
+ if ( $is_multisite ) {
1492
+ global $wpdb;
1493
+ $old_blog = $wpdb->blogid;
1494
+ /* Get all blog ids */
1495
+ $blogids = $wpdb->get_col( "SELECT `blog_id` FROM $wpdb->blogs" );
1496
+ foreach ( $blogids as $blog_id ) {
1497
+ switch_to_blog( $blog_id );
1498
+ $upload_dir = wp_upload_dir();
1499
+ $folder = $upload_dir['basedir'] . '/bws-custom-code';
1500
+ if ( file_exists( $folder ) && is_dir( $folder ) ) {
1501
+ array_map( 'unlink', glob( "$folder/*" ) );
1502
+ rmdir( $folder );
1503
+ }
1504
+ }
1505
+ switch_to_blog( $old_blog );
1506
+ } else {
1507
+ $upload_dir = wp_upload_dir();
1508
+ $folder = $upload_dir['basedir'] . '/bws-custom-code';
1509
+ if ( file_exists( $folder ) && is_dir( $folder ) ) {
1510
+ array_map( 'unlink', glob( "$folder/*" ) );
1511
+ rmdir( $folder );
1512
+ }
1513
+ }
1514
+ }
1515
+ }
1516
+ }
1517
+
1518
  add_action( 'admin_init', 'bws_plugins_admin_init' );
1519
  add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
1520
  add_action( 'admin_head', 'bws_plugins_admin_head' );
1521
  add_action( 'admin_footer','bws_shortcode_media_button_popup' );
1522
 
1523
+ add_action( 'admin_notices', 'bws_admin_notices', 30 );
1524
+
1525
+ add_action( 'wp_enqueue_scripts', 'bws_enqueue_custom_code_css', 20 );
1526
+
1527
+ 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.2
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
@@ -9,497 +9,145 @@ 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
- );
475
 
476
- $all_plugins = get_plugins();
477
- $active_plugins = get_option( 'active_plugins' );
478
- $recommend_plugins = array_diff_key( $bws_plugins, $all_plugins );
479
- $bws_plugins_pro = array();
480
 
481
- foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
482
- if ( ! isset( $all_plugins[ $key_plugin ] ) && isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) {
483
- unset( $recommend_plugins[ $key_plugin ] );
484
- }
485
- }
 
 
486
 
487
- foreach ( $all_plugins as $key_plugin => $value_plugin ) {
488
- if ( isset( $value_plugin['Author'] ) && $value_plugin['Author'] != "BestWebSoft" )
489
- unset( $all_plugins[ $key_plugin ] );
490
- elseif ( '-plus.php' == substr( $key_plugin, -9, 9 ) )
491
- unset( $all_plugins[ $key_plugin ] );
492
- else {
493
- foreach ( $bws_plugins as $key => $value ) {
494
- if ( isset( $value['pro_version'] ) && $value['pro_version'] == $key_plugin ) {
495
- $bws_plugins_pro[ $key_plugin ] = $key;
496
- unset( $all_plugins[ $key ] );
497
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
498
  }
499
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
500
  }
501
 
502
- if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) {
503
  $all_plugins = get_plugins();
504
  $active_plugins = get_option( 'active_plugins' );
505
  $mysql_info = $wpdb->get_results( "SHOW VARIABLES LIKE 'sql_mode'" );
@@ -525,8 +173,9 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
525
  $multisite = __( 'Yes', 'bestwebsoft' );
526
  else
527
  $multisite = __( 'No', 'bestwebsoft' );
528
- } else
529
  $multisite = __( 'N/A', 'bestwebsoft' );
 
530
 
531
  $system_info = array(
532
  'system_info' => '',
@@ -564,420 +213,423 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
564
  else
565
  $system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
566
  }
567
- }
568
 
569
- if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) ||
570
- ( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
571
- if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
572
- $bwsmn_form_email = esc_html( trim( $_REQUEST['bwsmn_form_email'] ) );
573
- if ( $bwsmn_form_email == "" || ! is_email( $bwsmn_form_email ) ) {
574
- $error = __( "Please enter a valid email address.", 'bestwebsoft' );
 
 
 
 
575
  } else {
576
- $email = $bwsmn_form_email;
577
- $bwsmn_form_email = '';
578
- $message = __( 'Email with system info is sent to ', 'bestwebsoft' ) . $email;
579
  }
580
- } else {
581
- $email = 'plugin_system_status@bestwebsoft.com';
582
- $message = __( 'Thank you for contacting us.', 'bestwebsoft' );
583
- }
584
 
585
- if ( $error == '' ) {
586
- $headers = 'MIME-Version: 1.0' . "\n";
587
- $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
588
- $headers .= 'From: ' . get_option( 'admin_email' );
589
- $message_text = '<html><head><title>System Info From ' . home_url() . '</title></head><body>
590
- <h4>Environment</h4>
591
- <table>';
592
- foreach ( $system_info['system_info'] as $key => $value ) {
593
- $message_text .= '<tr><td>'. $key .'</td><td>'. $value .'</td></tr>';
594
- }
595
- $message_text .= '</table>';
596
- if ( ! empty( $system_info['active_plugins'] ) ) {
597
- $message_text .= '<h4>Active Plugins</h4>
598
  <table>';
599
- foreach ( $system_info['active_plugins'] as $key => $value ) {
600
- $message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
601
  }
602
  $message_text .= '</table>';
603
- }
604
- if ( ! empty( $system_info['inactive_plugins'] ) ) {
605
- $message_text .= '<h4>Inactive Plugins</h4>
606
- <table>';
607
- foreach ( $system_info['inactive_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
- $message_text .= '</body></html>';
613
- $result = wp_mail( $email, 'System Info From ' . home_url(), $message_text, $headers );
614
- if ( $result != true )
615
- $error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
616
  }
617
  } ?>
618
- <div class="wrap">
619
- <h1>
620
- <span class="bws_main title">BestWebSoft</span>
621
- <ul class="subsubsub bws_title_menu">
622
- <li><a href="<?php echo esc_url( 'http://support.bestwebsoft.com/home' ); ?>" target="_blank"><?php _e( 'Need help?', 'bestwebsoft' ); ?></a></li> |
623
- <li><a href="<?php echo esc_url( 'http://bestwebsoft.com/wp-login.php' ); ?>" target="_blank"><?php _e( 'Client area', 'bestwebsoft' ); ?></a></li>
624
- <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>
625
- </ul>
626
- <div class="clear"></div>
627
- </h1>
628
- <h2 class="nav-tab-wrapper">
629
- <a class="nav-tab<?php if ( !isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
630
- <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>
631
- </h2>
632
- <?php if ( ! isset( $_GET['action'] ) ) { ?>
633
- <ul class="subsubsub">
634
- <li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
635
- <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> |
636
- <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>
637
- </ul>
638
  <div class="clear"></div>
639
- <?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
640
- <h3 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h3>
641
- <?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
642
- if ( isset( $bws_plugins_pro[ $key_plugin ] ) )
643
- $key_plugin = $bws_plugins_pro[ $key_plugin ];
644
-
645
- if ( isset( $bws_plugins[ $key_plugin ] ) ) {
646
- $key_plugin_explode = explode( '-plugin/', $key_plugin );
647
- if ( isset( $key_plugin_explode[1] ) )
648
- $icon = $key_plugin_explode[0];
649
- else {
650
- $key_plugin_explode = explode( '/', $key_plugin );
651
- $icon = $key_plugin_explode[0];
652
- }
653
- }
654
-
655
- 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'] ) ) ) { ?>
656
- <div class="bws_product_box bws_exist_overlay">
657
- <div class="bws_product">
658
- <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
659
- <div class="bws_product_content">
660
- <div class="bws_product_icon">
661
- <div class="bws_product_icon_pro">PRO</div>
662
- <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
663
- </div>
664
- <div class="bws_product_description"><?php echo $value_plugin["Description"]; ?></div>
665
- </div>
666
- <div class="clear"></div>
667
- </div>
668
- <div class="bws_product_links">
669
- <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
670
- <?php if ( '' != $bws_plugins[ $key_plugin ]["pro_settings"] ) { ?>
671
- <span> | </span>
672
- <a href="<?php echo $bws_plugins[ $key_plugin ]["pro_settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
673
- <?php } ?>
674
- </div>
675
- </div>
676
- <?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) && ( in_array( $key_plugin, $active_plugins ) || is_plugin_active_for_network( $key_plugin ) ) ) {
677
- if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
678
- <div class="bws_product_box bws_product_deactivated">
679
- <div class="bws_product">
680
- <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
681
- <div class="bws_product_content">
682
- <div class="bws_product_icon">
683
- <div class="bws_product_icon_pro">PRO</div>
684
- <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
685
- </div>
686
- <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
687
- </div>
688
- <div class="clear"></div>
689
- </div>
690
- <div class="bws_product_links">
691
- <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
692
- <span> | </span>
693
- <a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
694
- </div>
695
  </div>
 
696
  <?php } else { ?>
697
- <div class="bws_product_box bws_product_free">
698
- <div class="bws_product">
699
- <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
700
- <div class="bws_product_content">
701
- <div class="bws_product_icon">
702
- <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
703
- </div>
704
- <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
705
- </div>
706
- <?php if ( isset( $bws_plugins[ $key_plugin ]["purchase"] ) ) { ?>
707
- <a class="bws_product_button" href="<?php echo $bws_plugins[ $key_plugin ]["purchase"]; ?>" target="_blank">
708
- <?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
709
- </a>
710
- <?php } else { ?>
711
- <a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
712
- <strong><?php _e( 'DONATE', 'bestwebsoft' );?></strong>
713
- </a>
714
- <?php } ?>
715
- <div class="clear"></div>
716
- </div>
717
- <div class="bws_product_links">
718
- <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
719
- <?php if ( '' != $bws_plugins[ $key_plugin ]["settings"] ) { ?>
720
- <span> | </span>
721
- <a href="<?php echo $bws_plugins[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
722
- <?php } ?>
723
- </div>
724
- </div>
725
- <?php }
726
- } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
727
- <div class="bws_product_box bws_product_deactivated bws_product_free">
728
- <div class="bws_product">
729
- <div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
730
- <div class="bws_product_content">
731
- <div class="bws_product_icon">
732
- <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
733
- </div>
734
- <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
735
- </div>
736
- <?php if ( isset( $bws_plugins[ $key_plugin ]["purchase"] ) ) { ?>
737
- <a class="bws_product_button" href="<?php echo $bws_plugins[ $key_plugin ]["purchase"]; ?>" target="_blank">
738
- <?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
739
- </a>
740
  <?php } else { ?>
741
- <a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
742
- <strong><?php _e( 'DONATE', 'bestwebsoft' );?></strong>
743
- </a>
744
- <?php } ?>
745
- <div class="clear"></div>
746
  </div>
747
- <div class="bws_product_links">
748
- <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
749
- <span> | </span>
750
- <a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
751
- </div>
752
- </div>
753
- <?php }
754
- }
755
- } ?>
756
- <div class="clear"></div>
757
- <?php if ( ( isset( $_GET['sub'] ) && 'recommended' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
758
- <h3 class="bws_recommended"><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h3>
759
- <?php foreach ( $recommend_plugins as $key_plugin => $value_plugin ) {
 
 
 
 
 
 
 
 
 
 
760
 
761
- if ( isset( $bws_plugins[ $key_plugin ] ) ) {
762
- $key_plugin_explode = explode( '-plugin/', $key_plugin );
763
- if ( isset( $key_plugin_explode[1] ) )
764
- $icon = $key_plugin_explode[0];
765
- else {
766
- $key_plugin_explode = explode( '/', $key_plugin );
767
- $icon = $key_plugin_explode[0];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
768
  }
769
- } ?>
770
- <div class="bws_product_box">
771
- <div class="bws_product">
772
- <div class="bws_product_title"><?php echo $value_plugin["name"]; ?></div>
773
- <div class="bws_product_content">
774
- <div class="bws_product_icon">
775
- <?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) ) { ?>
776
- <div class="bws_product_icon_pro">PRO</div>
777
- <?php } ?>
778
- <img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
779
- </div>
780
- <div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
781
- </div>
782
- <?php if ( isset( $bws_plugins[ $key_plugin ]["pro_version"] ) ) { ?>
783
- <a class="bws_product_button" href="<?php echo $bws_plugins[ $key_plugin ]["purchase"]; ?>" target="_blank">
784
- <?php _e( 'Go', 'bestwebsoft' ); ?> <strong>PRO</strong>
785
- </a>
786
- <?php } else { ?>
787
- <a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
788
- <strong><?php _e( 'DONATE', 'bestwebsoft' ); ?></strong>
789
- </a>
790
- <?php } ?>
791
- </div>
792
- <div class="clear"></div>
793
- <div class="bws_product_links">
794
- <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
795
- <span> | </span>
796
- <a href="<?php echo $bws_plugins[ $key_plugin ]["wp_install"]; ?>" target="_blank"><?php _e( "Install now", 'bestwebsoft' ); ?></a>
 
 
 
 
 
 
 
 
 
 
 
 
797
  </div>
798
  </div>
799
- <?php }
800
- } ?>
801
- <?php } elseif ( 'themes' == $_GET['action'] ) { ?>
802
- <div id="availablethemes">
803
- <?php global $tabs, $tab, $paged, $type, $theme_field_defaults;
804
- include( ABSPATH . 'wp-admin/includes/theme-install.php' );
805
- include( ABSPATH . 'wp-admin/includes/class-wp-themes-list-table.php' );
806
- include( ABSPATH . 'wp-admin/includes/class-wp-theme-install-list-table.php' );
807
 
808
- $theme_class = new WP_Theme_Install_List_Table();
809
- $paged = $theme_class->get_pagenum();
810
- $per_page = 36;
811
- $args = array( 'page' => $paged, 'per_page' => $per_page, 'fields' => $theme_field_defaults );
812
- $args['author'] = 'bestwebsoft';
813
- $args = apply_filters( 'install_themes_table_api_args_search', $args );
814
- $api = themes_api( 'query_themes', $args );
815
 
816
- if ( is_wp_error( $api ) )
817
- wp_die( $api->get_error_message() . '</p> <p><a href="#" onclick="document.location.reload(); return false;">' . __( 'Try again', 'bestwebsoft' ) . '</a>' );
818
 
819
- $theme_class->items = $api->themes;
820
- $theme_class->set_pagination_args( array(
821
- 'total_items' => $api->info['results'],
822
- 'per_page' => $per_page,
823
- 'infinite_scroll' => true,
824
- ) );
825
- $themes = $theme_class->items;
826
- if ( $wp_version < '3.9' ) {
827
- foreach ( $themes as $theme ) { ?>
828
- <div class="available-theme installable-theme"><?php
829
- global $themes_allowedtags;
830
- if ( empty( $theme ) )
831
- return;
832
 
833
- $name = wp_kses( $theme->name, $themes_allowedtags );
834
- $author = wp_kses( $theme->author, $themes_allowedtags );
835
- $preview_title = sprintf( __( 'Preview &#8220;%s&#8221;', 'bestwebsoft' ), $name );
836
- $preview_url = add_query_arg( array(
837
- 'tab' => 'theme-information',
838
- 'theme' => $theme->slug,
839
- ), self_admin_url( 'theme-install.php' ) );
840
 
841
- $actions = array();
 
 
842
 
843
- $install_url = add_query_arg( array(
844
- 'action' => 'install-theme',
845
- 'theme' => $theme->slug,
846
- ), self_admin_url( 'update.php' ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
847
 
848
- $update_url = add_query_arg( array(
849
- 'action' => 'upgrade-theme',
850
- 'theme' => $theme->slug,
851
- ), self_admin_url( 'update.php' ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
852
 
853
- $status = 'install';
854
- $installed_theme = wp_get_theme( $theme->slug );
855
- if ( $installed_theme->exists() ) {
856
- if ( version_compare( $installed_theme->get('Version'), $theme->version, '=' ) )
857
- $status = 'latest_installed';
858
- elseif ( version_compare( $installed_theme->get('Version'), $theme->version, '>' ) )
859
- $status = 'newer_installed';
860
- else
861
- $status = 'update_available';
862
- }
863
- switch ( $status ) {
864
- default:
865
- case 'install':
866
- $actions[] = '<a class="install-now" href="' . esc_url( wp_nonce_url( $install_url, 'install-theme_' . $theme->slug ) ) . '" title="' . esc_attr( sprintf( __( 'Install %s', 'bestwebsoft' ), $name ) ) . '">' . __( 'Install Now', 'bestwebsoft' ) . '</a>';
867
- break;
868
- case 'update_available':
869
- $actions[] = '<a class="install-now" href="' . esc_url( wp_nonce_url( $update_url, 'upgrade-theme_' . $theme->slug ) ) . '" title="' . esc_attr( sprintf( __( 'Update to version %s', 'bestwebsoft' ), $theme->version ) ) . '">' . __( 'Update', 'bestwebsoft' ) . '</a>';
870
- break;
871
- case 'newer_installed':
872
- case 'latest_installed':
873
- $actions[] = '<span class="install-now" title="' . esc_attr__( 'This theme is already installed and is up to date' ) . '">' . _x( 'Installed', 'theme', 'bestwebsoft' ) . '</span>';
874
- break;
875
- }
876
- $actions[] = '<a class="install-theme-preview" href="' . esc_url( $preview_url ) . '" title="' . esc_attr( sprintf( __( 'Preview %s', 'bestwebsoft' ), $name ) ) . '">' . __( 'Preview', 'bestwebsoft' ) . '</a>';
877
- $actions = apply_filters( 'theme_install_actions', $actions, $theme ); ?>
878
- <a class="screenshot install-theme-preview" href="<?php echo esc_url( $preview_url ); ?>" title="<?php echo esc_attr( $preview_title ); ?>">
879
- <img src='<?php echo esc_url( $theme->screenshot_url ); ?>' width='150' />
880
- </a>
881
- <h3><?php echo $name; ?></h3>
882
- <div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), $author ); ?></div>
883
- <div class="action-links">
884
- <ul>
885
- <?php foreach ( $actions as $action ): ?>
886
- <li><?php echo $action; ?></li>
887
- <?php endforeach; ?>
888
- <li class="hide-if-no-js"><a href="#" class="theme-detail"><?php _e( 'Details', 'bestwebsoft' ) ?></a></li>
889
- </ul>
890
- </div>
891
- <?php $theme_class->install_theme_info( $theme ); ?>
 
 
 
 
 
 
 
 
 
 
892
  </div>
893
- <?php }
894
- // end foreach $theme_names
895
- $theme_class->theme_installer();
896
- } else { ?>
897
- <div class="theme-browser">
898
- <div class="themes">
899
- <?php foreach ( $themes as $key => $theme ) {
900
- $installed_theme = wp_get_theme( $theme->slug );
901
- if ( $installed_theme->exists() )
902
- $theme->installed = true;
903
- else
904
- $theme->installed = false;
905
- ?>
906
- <div class="theme" tabindex="0">
907
- <?php if ( $theme->screenshot_url ) { ?>
908
- <div class="theme-screenshot">
909
- <img src="<?php echo $theme->screenshot_url; ?>" alt="" />
 
 
 
 
 
 
910
  </div>
911
- <?php } else { ?>
912
- <div class="theme-screenshot blank"></div>
913
- <?php } ?>
914
- <div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), $theme->author ); ?></div>
915
- <h3 class="theme-name"><?php echo $theme->name; ?></h3>
916
- <div class="theme-actions">
917
- <a class="button button-secondary preview install-theme-preview" href="theme-install.php?theme=<?php echo $theme->slug ?>"><?php esc_html_e( 'Learn More', 'bestwebsoft' ); ?></a>
918
  </div>
919
- <?php if ( $theme->installed ) { ?>
920
- <div class="theme-installed"><?php _e( 'Already Installed', 'bestwebsoft' ); ?></div>
921
- <?php } ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
922
  </div>
923
  <?php } ?>
924
- <br class="clear" />
925
- </div>
926
- </div>
927
- <div class="theme-overlay"></div>
928
- <?php } ?>
929
- </div>
930
- <?php } elseif ( 'system_status' == $_GET['action'] ) { ?>
931
- <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>
932
- <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
933
- <h3><?php _e( 'System status', 'bestwebsoft' ); ?></h3>
934
- <div class="inside">
935
- <table class="bws_system_info">
936
- <thead><tr><th><?php _e( 'Environment', 'bestwebsoft' ); ?></th><td></td></tr></thead>
937
- <tbody>
938
- <?php foreach ( $system_info['system_info'] as $key => $value ) { ?>
939
- <tr>
940
- <td scope="row"><?php echo $key; ?></td>
941
- <td scope="row"><?php echo $value; ?></td>
942
- </tr>
943
- <?php } ?>
944
- </tbody>
945
- </table>
946
- <table class="bws_system_info">
947
- <thead><tr><th><?php _e( 'Active Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
948
- <tbody>
949
- <?php if ( ! empty( $system_info['active_plugins'] ) ) {
950
- foreach ( $system_info['active_plugins'] as $key => $value ) { ?>
951
- <tr>
952
- <td scope="row"><?php echo $key; ?></td>
953
- <td scope="row"><?php echo $value; ?></td>
954
- </tr>
955
- <?php }
956
- } ?>
957
- </tbody>
958
- </table>
959
- <table class="bws_system_info">
960
- <thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
961
- <tbody>
962
- <?php if ( ! empty( $system_info['inactive_plugins'] ) ) {
963
- foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
964
- <tr>
965
- <td scope="row"><?php echo $key; ?></td>
966
- <td scope="row"><?php echo $value; ?></td>
967
- </tr>
968
- <?php }
969
- } ?>
970
- </tbody>
971
- </table>
972
- <div class="clear"></div>
973
- <form method="post" action="admin.php?page=bws_plugins&amp;action=system_status">
974
  <p>
975
  <input type="hidden" name="bwsmn_form_submit" value="submit" />
976
  <input type="submit" class="button-primary" value="<?php _e( 'Send to support', 'bestwebsoft' ) ?>" />
977
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ); ?>
978
  </p>
979
  </form>
980
- <form method="post" action="admin.php?page=bws_plugins&amp;action=system_status">
981
  <p>
982
  <input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
983
  <input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'bestwebsoft' ) ?>" />
@@ -985,8 +637,48 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
985
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
986
  </p>
987
  </form>
988
- </div>
989
- <?php } ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
990
  </div>
991
  <?php }
992
  }
@@ -994,8 +686,11 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
994
  if ( ! function_exists( 'bws_get_banner_array' ) ) {
995
  function bws_get_banner_array() {
996
  global $bstwbsftwppdtplgns_banner_array;
997
- $bstwbsftwppdtplgns_banner_array = array(
998
- array( 'zndskhcpr_hide_banner_on_plugin_page', 'zendesk-help-center/zendesk-help-center.php', '1.0.0' ),
 
 
 
999
  array( 'gglcptch_hide_banner_on_plugin_page', 'google-captcha/google-captcha.php', '1.18' ),
1000
  array( 'mltlngg_hide_banner_on_plugin_page', 'multilanguage/multilanguage.php', '1.1.1' ),
1001
  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.8.8
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_plugins' == $_GET['page'] || '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
+ $plugin_categories_count = array();
30
+
31
+ if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || ! isset( $_GET['sub'] ) ) {
32
+ $bws_plugins_update_availible = $bws_plugins_expired = array();
33
+ foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
34
+ $plugin_categories_count[ $value_plugin['category'] ] = isset( $plugin_categories_count[ $value_plugin['category'] ] ) ? $plugin_categories_count[ $value_plugin['category'] ] + 1 : 1;
35
 
36
+ $is_installed = array_key_exists( $key_plugin, $all_plugins );
37
+ $is_pro_installed = false;
38
+ if ( isset( $value_plugin['pro_version'] ) ) {
39
+ $is_pro_installed = array_key_exists( $value_plugin['pro_version'], $all_plugins );
 
 
 
 
 
 
40
  }
41
+ /* check update_availible */
42
+ if ( $is_pro_installed && array_key_exists( $value_plugin['pro_version'], $update_availible_all->response ) ) {
43
+ unset( $bws_plugins[ $key_plugin ] );
44
+ $value_plugin['update_availible'] = $value_plugin['pro_version'];
45
+ $bws_plugins_update_availible[ $key_plugin ] = $value_plugin;
46
+ } else if ( $is_installed && array_key_exists( $key_plugin, $update_availible_all->response ) ) {
47
+ unset( $bws_plugins[ $key_plugin ] );
48
+ $value_plugin['update_availible'] = $key_plugin;
49
+ $bws_plugins_update_availible[ $key_plugin ] = $value_plugin;
50
+ }
51
+ /* check expired */
52
+ if ( $is_pro_installed && isset( $bstwbsftwppdtplgns_options['time_out'][ $value_plugin['pro_version'] ] ) &&
53
+ strtotime( $bstwbsftwppdtplgns_options['time_out'][ $value_plugin['pro_version'] ] ) < strtotime( date( "m/d/Y" ) ) ) {
54
+ unset( $bws_plugins[ $key_plugin ] );
55
+ $value_plugin['expired'] = $bstwbsftwppdtplgns_options['time_out'][ $value_plugin['pro_version'] ];
56
+ $bws_plugins_expired[ $key_plugin ] = $value_plugin;
57
+ }
58
+ }
59
+ $bws_plugins = $bws_plugins_update_availible + $bws_plugins_expired + $bws_plugins;
60
+ } else {
61
+ foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
62
+ $plugin_categories_count[ $value_plugin['category'] ] = isset( $plugin_categories_count[ $value_plugin['category'] ] ) ? $plugin_categories_count[ $value_plugin['category'] ] + 1 : 1;
63
  }
64
  }
65
+
66
+ /*** membership ***/
67
+ $bws_license_plugin = 'bws_get_list_for_membership';
68
+ $bws_license_key = isset( $bstwbsftwppdtplgns_options[ $bws_license_plugin ] ) ? $bstwbsftwppdtplgns_options[ $bws_license_plugin ] : '';
69
+ $update_membership_list = true;
70
+
71
+ if ( isset( $_POST['bws_license_key'] ) )
72
+ $bws_license_key = stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) );
73
+
74
+ if ( isset( $_SESSION['bws_membership_time_check'] ) && isset( $_SESSION['bws_membership_list'] ) && $_SESSION['bws_membership_time_check'] < strtotime( '+12 hours' ) ) {
75
+ $update_membership_list = false;
76
+ $plugins_array = $_SESSION['bws_membership_list'];
77
+ }
78
+
79
+ if ( ( $update_membership_list && ! empty( $bws_license_key ) ) || ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bws_license_nonce_name' ) ) ) {
80
+
81
+ if ( '' != $bws_license_key ) {
82
+ if ( strlen( $bws_license_key ) != 18 ) {
83
+ $error = __( 'Wrong license key', 'bestwebsoft' );
84
+ } else {
85
+
86
+ if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - (24 * 60 * 60) ) ) {
87
+ $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
88
+ } else {
89
+ $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = 1;
90
+ $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] = time();
91
+ }
92
+
93
+ /* get Pro list */
94
+ $to_send = array();
95
+ $to_send["plugins"][ $bws_license_plugin ] = array();
96
+ $to_send["plugins"][ $bws_license_plugin ]["bws_license_key"] = $bws_license_key;
97
+ $options = array(
98
+ 'timeout' => ( ( defined('DOING_CRON') && DOING_CRON ) ? 30 : 3 ),
99
+ 'body' => array( 'plugins' => serialize( $to_send ) ),
100
+ 'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' ) );
101
+ $raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/update-check/1.0/', $options );
102
+
103
+ if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
104
+ $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' );
105
+ } else {
106
+ $response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
107
+ if ( is_array( $response ) && !empty( $response ) ) {
108
+ foreach ( $response as $key => $value ) {
109
+ if ( "wrong_license_key" == $value->package ) {
110
+ $error = __( "Wrong license key", 'bestwebsoft' );
111
+ } elseif ( "wrong_domain" == $value->package ) {
112
+ $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>';
113
+ } elseif ( "you_are_banned" == $value->package ) {
114
+ $error = __( "Unfortunately, you have exceeded the number of available tries per day.", 'bestwebsoft' );
115
+ } elseif ( "time_out" == $value->package ) {
116
+ $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>';
117
+ } elseif ( "duplicate_domen_for_trial" == $value->package ) {
118
+ $error = __( "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once.", 'bestwebsoft' );
119
+ } elseif ( is_array( $value->package ) && ! empty( $value->package ) ) {
120
+ $plugins_array = $_SESSION['bws_membership_list'] = $value->package;
121
+ $_SESSION['bws_membership_time_check'] = strtotime( 'now' );
122
+
123
+ if ( $bws_license_key == $bstwbsftwppdtplgns_options[ $bws_license_plugin ] ) {
124
+ $message = __( 'The license key is valid.', 'bestwebsoft' );
125
+ if ( isset( $value->time_out ) && $value->time_out != '' )
126
+ $message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $value->time_out . '.';
127
+ } else {
128
+ $message = __( 'Congratulations! Pro Membership license is successfully activated.', 'bestwebsoft' );
129
+ }
130
+
131
+ $bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
132
+ }
133
+ }
134
+ } else {
135
+ $error = __( "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience.", 'bestwebsoft' );
136
+ }
137
+ }
138
+
139
+ if ( is_multisite() )
140
+ update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
141
+ else
142
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
143
+ }
144
+ } else {
145
+ $error = __( "Please, enter Your license key", 'bestwebsoft' );
146
+ }
147
+ }
148
  }
149
 
150
+ if ( 'bws_system_status' == $_GET['page'] ) {
151
  $all_plugins = get_plugins();
152
  $active_plugins = get_option( 'active_plugins' );
153
  $mysql_info = $wpdb->get_results( "SHOW VARIABLES LIKE 'sql_mode'" );
173
  $multisite = __( 'Yes', 'bestwebsoft' );
174
  else
175
  $multisite = __( 'No', 'bestwebsoft' );
176
+ } else {
177
  $multisite = __( 'N/A', 'bestwebsoft' );
178
+ }
179
 
180
  $system_info = array(
181
  'system_info' => '',
213
  else
214
  $system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
215
  }
216
+
217
 
218
+ 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' ) ) ) {
219
+ if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
220
+ $bwsmn_form_email = esc_html( trim( $_REQUEST['bwsmn_form_email'] ) );
221
+ if ( $bwsmn_form_email == "" || ! is_email( $bwsmn_form_email ) ) {
222
+ $error = __( "Please enter a valid email address.", 'bestwebsoft' );
223
+ } else {
224
+ $email = $bwsmn_form_email;
225
+ $bwsmn_form_email = '';
226
+ $message = __( 'Email with system info is sent to ', 'bestwebsoft' ) . $email;
227
+ }
228
  } else {
229
+ $email = 'plugin_system_status@bestwebsoft.com';
230
+ $message = __( 'Thank you for contacting us.', 'bestwebsoft' );
 
231
  }
 
 
 
 
232
 
233
+ if ( $error == '' ) {
234
+ $headers = 'MIME-Version: 1.0' . "\n";
235
+ $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
236
+ $headers .= 'From: ' . get_option( 'admin_email' );
237
+ $message_text = '<html><head><title>System Info From ' . home_url() . '</title></head><body>
238
+ <h4>Environment</h4>
 
 
 
 
 
 
 
239
  <table>';
240
+ foreach ( $system_info['system_info'] as $key => $value ) {
241
+ $message_text .= '<tr><td>'. $key .'</td><td>'. $value .'</td></tr>';
242
  }
243
  $message_text .= '</table>';
244
+ if ( ! empty( $system_info['active_plugins'] ) ) {
245
+ $message_text .= '<h4>Active Plugins</h4>
246
+ <table>';
247
+ foreach ( $system_info['active_plugins'] as $key => $value ) {
248
+ $message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
249
+ }
250
+ $message_text .= '</table>';
251
  }
252
+ if ( ! empty( $system_info['inactive_plugins'] ) ) {
253
+ $message_text .= '<h4>Inactive Plugins</h4>
254
+ <table>';
255
+ foreach ( $system_info['inactive_plugins'] as $key => $value ) {
256
+ $message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
257
+ }
258
+ $message_text .= '</table>';
259
+ }
260
+ $message_text .= '</body></html>';
261
+ $result = wp_mail( $email, 'System Info From ' . home_url(), $message_text, $headers );
262
+ if ( $result != true )
263
+ $error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
264
  }
 
 
 
 
265
  }
266
  } ?>
267
+ <div class="bws-wrap">
268
+ <div class="bws-header">
269
+ <div class="bws-title">
270
+ <a href="<?php echo self_admin_url( 'admin.php?page=bws_panel' ); ?>">
271
+ <img class="bws-logo" src="<?php echo plugins_url( 'images/bestwebsoft-logo-white.svg', __FILE__ ); ?>" />
272
+ BestWebSoft
273
+ <span>panel</span>
274
+ </a>
275
+ </div>
276
+ <div class="bws-menu-item-icon">&#8226;&#8226;&#8226;</div>
277
+ <div class="bws-nav-tab-wrapper">
278
+ <a class="bws-nav-tab<?php if ( 'bws_plugins' == $_GET['page'] || 'bws_panel' == $_GET['page'] ) echo ' bws-nav-tab-active'; ?>" href="admin.php?page=bws_plugins"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
279
+ <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>
280
+ </div>
281
+ <div class="bws-help-links-wrapper">
282
+ <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>
283
+ <a href="<?php echo esc_url( 'http://support.bestwebsoft.com/home' ); ?>" target="_blank"><?php _e( 'Support', 'bestwebsoft' ); ?></a>
284
+ <a href="<?php echo esc_url( 'http://bestwebsoft.com/wp-login.php' ); ?>" target="_blank" title="<?php _e( 'Manage purchased licenses & subscriptions', 'bestwebsoft' ); ?>"><?php _e( 'My Account', 'bestwebsoft' ); ?></a>
285
+ </div>
 
286
  <div class="clear"></div>
287
+ </div>
288
+ <?php if ( ( 'bws_plugins' == $_GET['page'] || 'bws_panel' == $_GET['page'] ) && ! isset( $_POST['bws_plugin_action_submit'] ) ) { ?>
289
+ <div class="bws-membership-wrap">
290
+ <div class="bws-membership-backround"></div>
291
+ <div class="bws-membership">
292
+ <div class="bws-membership-title"><?php printf( __( 'Get Access to %s+ Premium Plugins', 'bestwebsoft' ), '30' ); ?></div>
293
+ <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>
294
+ <form method="post" action="">
295
+ <?php if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) &&
296
+ '5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
297
+ $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
298
+ <div>
299
+ <input disabled="disabled" type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
300
+ <input disabled="disabled" type="submit" class="bws-button" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
301
  </div>
302
+ <div class="bws_error"><?php _e( "Unfortunately, you have exceeded the number of available tries per day.", 'bestwebsoft' ); ?></div>
303
  <?php } else { ?>
304
+ <div>
305
+ <input type="text" placeholder="<?php _e( 'Enter your license key', 'bestwebsoft' ); ?>" maxlength="100" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
306
+ <input type="hidden" name="bws_license_plugin" value="<?php echo $bws_license_plugin; ?>" />
307
+ <input type="hidden" name="bws_license_submit" value="submit" />
308
+ <?php if ( empty( $plugins_array ) ) { ?>
309
+ <input type="submit" class="bws-button" value="<?php _e( 'Activate Membership', 'bestwebsoft' ); ?>" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
310
  <?php } else { ?>
311
+ <input type="submit" class="bws-button" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
312
+ <?php } ?>
313
+ <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_nonce_name' ); ?>
 
 
314
  </div>
315
+ <div class="bws_error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><?php echo $error; ?></div>
316
+ <?php } ?>
317
+ </form>
318
+ <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', 'bestwebsoft' ); ?></a></div>
319
+ </div>
320
+ </div>
321
+ <?php } ?>
322
+ <div class="bws-wrap-content wrap">
323
+ <?php if ( 'bws_plugins' == $_GET['page'] || 'bws_panel' == $_GET['page'] ) { ?>
324
+ <div class="updated notice is-dismissible inline" <?php if ( '' == $message || '' != $error ) echo "style=\"display:none\""; ?>><p><?php echo $message; ?></p></div>
325
+ <h1>
326
+ <?php _e( 'Plugins', 'bestwebsoft' ); ?>
327
+ <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>
328
+ </h1>
329
+ <?php if ( isset( $_GET['error'] ) ) {
330
+ if ( isset( $_GET['charsout'] ) )
331
+ $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'] );
332
+ else
333
+ $errmsg = __( 'Plugin could not be activated because it triggered a <strong>fatal error</strong>.' ); ?>
334
+ <div id="message" class="error is-dismissible"><p><?php echo $errmsg; ?></p></div>
335
+ <?php } elseif ( isset( $_GET['activate'] ) ) { ?>
336
+ <div id="message" class="updated notice is-dismissible"><p><?php _e( 'Plugin <strong>activated</strong>.' ) ?></p></div>
337
+ <?php }
338
 
339
+ if ( isset( $_POST['bws_plugin_action_submit'] ) && isset( $_POST['bws_install_plugin'] ) && check_admin_referer( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ) ) {
340
+
341
+ $bws_license_plugin = esc_html( $_POST['bws_install_plugin'] );
342
+
343
+ echo '<h2>' . __( 'Installing Plugin', 'bestwebsoft' ) . ': ' . $plugins_array[ $bws_license_plugin ]['name'] . '</h2>';
344
+
345
+ $bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
346
+
347
+ $url = $plugins_array[ $bws_license_plugin ]['link'] . '&download_from=5';
348
+
349
+ echo '<p>' . __( "Downloading install package from", 'bestwebsoft' ) . ' ' . $url . '</p>';
350
+
351
+ $uploadDir = wp_upload_dir();
352
+ $zip_name = explode( '/', $bws_license_plugin );
353
+
354
+ if ( !function_exists( 'curl_init' ) ) {
355
+ $received_content = file_get_contents( $url );
356
+ } else {
357
+ $ch = curl_init();
358
+ curl_setopt( $ch, CURLOPT_URL, $url );
359
+ curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
360
+ curl_setopt( $ch, CURLOPT_FOLLOWLOCATION, true );
361
+ $received_content = curl_exec( $ch );
362
+ curl_close( $ch );
363
+ }
364
+
365
+ if ( ! $received_content ) {
366
+ $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
367
+ } else {
368
+ if ( is_writable( $uploadDir["path"] ) ) {
369
+ $file_put_contents = $uploadDir["path"] . "/" . $zip_name[0] . ".zip";
370
+
371
+ if ( file_put_contents( $file_put_contents, $received_content ) ) {
372
+ @chmod( $file_put_contents, octdec( 755 ) );
373
+
374
+ echo '<p>' . __( 'Unpacking the package', 'bestwebsoft' ) . '...</p>';
375
+
376
+ if ( class_exists( 'ZipArchive' ) ) {
377
+ $zip = new ZipArchive();
378
+ if ( $zip->open( $file_put_contents ) === TRUE ) {
379
+ echo '<p>' . __( 'Installing the plugin', 'bestwebsoft' ) . '...</p>';
380
+ $zip->extractTo( WP_PLUGIN_DIR );
381
+ $zip->close();
382
+ } else {
383
+ $error = __( "Failed to open the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
384
+ }
385
+ } elseif ( class_exists( 'Phar' ) ) {
386
+ $phar = new PharData( $file_put_contents );
387
+ echo '<p>' . __( 'Installing the plugin', 'bestwebsoft' ) . '...</p>';
388
+ $phar->extractTo( WP_PLUGIN_DIR );
389
+ } else {
390
+ $error = __( "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually", 'bestwebsoft' );
391
+ }
392
+ if ( empty( $error ) )
393
+ echo '<p>' . __( 'Successfully installed the plugin', 'bestwebsoft' ) . ' <strong>' . $plugins_array[ $bws_license_plugin ]['name'] . '</strong></p>';
394
+
395
+ @unlink( $file_put_contents );
396
+ } else {
397
+ $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
398
+ }
399
+ } else {
400
+ $error = __( "UploadDir is not writable. Please, upload the plugin manually", 'bestwebsoft' );
401
  }
402
+ }
403
+
404
+ if ( file_exists( WP_PLUGIN_DIR . '/' . $zip_name[0] ) ) {
405
+ 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>';
406
+ } else {
407
+ if ( empty( $error ) )
408
+ $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
409
+
410
+ echo '<p class="error">' . $error . '</p>';
411
+ echo '<p><a href="' . self_admin_url( 'admin.php?page=bws_panel' ) . '" target="_parent">' . __( 'Return to BestWebSoft Panel', 'bestwebsoft' ) . '</a></p>';
412
+ }
413
+ } else { ?>
414
+ <ul class="subsubsub">
415
+ <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> |
416
+ <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> |
417
+ <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>
418
+ </ul>
419
+ <div class="clear"></div>
420
+ <div class="bws-filter-top">
421
+ <h2>
422
+ <span class="bws-toggle-indicator"></span>
423
+ <?php _e( 'Filter results', 'bestwebsoft' ); ?>
424
+ </h2>
425
+ <div class="bws-filter-top-inside">
426
+ <div class="bws-filter-title"><?php _e( 'Category', 'bestwebsoft' ); ?></div>
427
+ <ul class="bws-category">
428
+ <li>
429
+ <?php $sub_in_url = ( isset( $_GET['sub'] ) && in_array( $_GET['sub'], array( 'installed', 'not_installed' ) ) ) ? '&amp;sub=' . $_GET['sub'] : ''; ?>
430
+ <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' ); ?>
431
+ <span>(<?php echo count( $bws_plugins ); ?>)</span>
432
+ </a>
433
+ </li>
434
+ <?php foreach ( $bws_plugins_category as $key => $value ) { ?>
435
+ <li>
436
+ <a <?php if ( $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=' . $key ) ); ?>"><?php echo $value; ?>
437
+ <span>(<?php echo $plugin_categories_count[ $key ]; ?>)</span>
438
+ </a>
439
+ </li>
440
+ <?php } ?>
441
+ </ul>
442
  </div>
443
  </div>
444
+ <div class="bws-products">
445
+ <?php $nothing_found = true;
446
+ foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
 
 
 
 
 
447
 
448
+ if ( 'all' != $plugin_category && isset( $bws_plugins_category[ $plugin_category ] ) && $plugin_category != $value_plugin['category'] )
449
+ continue;
 
 
 
 
 
450
 
451
+ $key_plugin_explode = explode( '/', $key_plugin );
 
452
 
453
+ $icon = isset( $value_plugin['icon'] ) ? $value_plugin['icon'] : '//ps.w.org/' . $key_plugin_explode[0] . '/assets/icon-128x128.png';
454
+ $is_pro_isset = isset( $value_plugin['pro_version'] );
455
+ $is_installed = array_key_exists( $key_plugin, $all_plugins );
456
+ $is_active = in_array( $key_plugin, $active_plugins ) || isset( $sitewide_active_plugins[ $key_plugin ] );
 
 
 
 
 
 
 
 
 
457
 
458
+ $is_pro_installed = $is_pro_active = false;
459
+ if ( $is_pro_isset ) {
460
+ $is_pro_installed = array_key_exists( $value_plugin['pro_version'], $all_plugins );
461
+ $is_pro_active = in_array( $value_plugin['pro_version'], $active_plugins ) || isset( $sitewide_active_plugins[ $value_plugin['pro_version'] ] );
462
+ }
 
 
463
 
464
+ if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] && ! $is_pro_installed && ! $is_installed ) ||
465
+ ( isset( $_GET['sub'] ) && 'not_installed' == $_GET['sub'] && ( $is_pro_installed || $is_installed ) ) )
466
+ continue;
467
 
468
+ $nothing_found = false; ?>
469
+ <div class="bws_product_box<?php if ( $is_active || $is_pro_active ) echo ' bws_product_active'; ?>">
470
+ <div class="bws_product_image">
471
+ <a href="<?php echo esc_url( self_admin_url( 'plugin-install.php?tab=plugin-information&plugin=' . $key_plugin_explode[0] .
472
+ '&from=import&TB_iframe=true&width=600&height=550' ) ); ?>" class="thickbox open-plugin-details-modal"><img src="<?php echo $icon; ?>"/></a>
473
+ </div>
474
+ <div class="bws_product_content">
475
+ <div class="bws_product_title"><a href="<?php echo esc_url( self_admin_url( 'plugin-install.php?tab=plugin-information&plugin=' . $key_plugin_explode[0] .
476
+ '&from=import&TB_iframe=true&width=600&height=550' ) ); ?>" class="thickbox open-plugin-details-modal"><?php echo $value_plugin['name']; ?></a></div>
477
+ <div class="bws-version">
478
+ <?php
479
+ if ( $is_pro_installed ) {
480
+ echo '<span';
481
+ if ( ! empty( $value_plugin['expired'] ) || ! empty( $value_plugin['update_availible'] ) )
482
+ echo ' class="bws-update-available"';
483
+ echo '>' . $all_plugins[ $value_plugin['pro_version'] ]['Version'] . '</span>';
484
+ } elseif ( $is_installed ) {
485
+ echo '<span';
486
+ if ( ! empty( $value_plugin['expired'] ) || ! empty( $value_plugin['update_availible'] ) )
487
+ echo ' class="bws-update-available"';
488
+ echo '>' . $all_plugins[ $key_plugin ]['Version'] . '</span>';
489
+ }
490
 
491
+ if ( ! empty( $value_plugin['expired'] ) ) {
492
+ echo ' - <a class="bws-update-now" href="http://support.bestwebsoft.com/hc/en-us/articles/202356359" target="_blank">' . __( 'Renew to get updates', 'bestwebsoft' ) . '</a>';
493
+ } elseif ( ! empty( $value_plugin['update_availible'] ) ) {
494
+ $r = $update_availible_all->response[ $value_plugin['update_availible'] ];
495
+ 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>';
496
+ } ?>
497
+ </div>
498
+ <div class="bws_product_description">
499
+ <?php echo ( strlen( $value_plugin['description'] ) > 80 ) ? substr( $value_plugin['description'], 0, 80 ) . '...' : $value_plugin['description']; ?>
500
+ </div>
501
+ <div class="bws_product_links">
502
+ <?php if ( $is_active || $is_pro_active ) {
503
+ if ( $is_pro_isset ) {
504
+ if ( ! $is_pro_installed ) {
505
+ if ( ! empty( $plugins_array ) && array_key_exists( $value_plugin['pro_version'], $plugins_array ) ) { ?>
506
+ <form method="post" action="">
507
+ <input type="submit" class="button button-secondary" value="<?php _e( 'Install Now', 'bestwebsoft' ); ?>" />
508
+ <input type="hidden" name="bws_plugin_action_submit" value="submit" />
509
+ <input type="hidden" name="bws_install_plugin" value="<?php echo $value_plugin['pro_version']; ?>" />
510
+ <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ); ?>
511
+ </form>
512
+ <?php } else { ?>
513
+ <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>
514
+ <?php }
515
+ }
516
+ } else { ?>
517
+ <a class="bws_donate" href="http://bestwebsoft.com/donate/" target="_blank"><?php _e( 'Donate', 'bestwebsoft' ); ?></a> <span>|</span>
518
+ <?php }
519
 
520
+ if ( $is_pro_active ) { ?>
521
+ <a class="bws_settings" href="<?php echo $bws_plugins[ $key_plugin ]["pro_settings"]; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
522
+ <?php } else { ?>
523
+ <a class="bws_settings" href="<?php echo $bws_plugins[ $key_plugin ]["settings"]; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
524
+ <?php }
525
+ } else {
526
+ if ( $is_pro_installed ) { ?>
527
+ <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>
528
+ <?php } elseif ( ! empty( $plugins_array ) && isset( $value_plugin['pro_version'] ) && array_key_exists( $value_plugin['pro_version'], $plugins_array ) ) { ?>
529
+ <form method="post" action="">
530
+ <input type="submit" class="button button-secondary" value="<?php _e( 'Install Now', 'bestwebsoft' ); ?>" />
531
+ <input type="hidden" name="bws_plugin_action_submit" value="submit" />
532
+ <input type="hidden" name="bws_install_plugin" value="<?php echo $value_plugin['pro_version']; ?>" />
533
+ <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ); ?>
534
+ </form>
535
+ <?php } elseif ( $is_installed ) { ?>
536
+ <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>
537
+ <?php } else {
538
+ $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' ) ); ?>
539
+ <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>
540
+ <?php }
541
+ } ?>
542
+ </div>
543
+ </div>
544
+ <div class="clear"></div>
545
+ </div>
546
+ <?php }
547
+ if ( $nothing_found ) { ?>
548
+ <p class="description"><?php _e( 'Nothing found. Try another criteria.', 'bestwebsoft' ); ?></p>
549
+ <?php } ?>
550
+ </div>
551
+ <div id="bws-filter-wrapper">
552
+ <div class="bws-filter">
553
+ <div class="bws-filter-title"><?php _e( 'Category', 'bestwebsoft' ); ?></div>
554
+ <ul class="bws-category">
555
+ <li>
556
+ <?php $sub_in_url = ( isset( $_GET['sub'] ) && in_array( $_GET['sub'], array( 'installed', 'not_installed' ) ) ) ? '&amp;sub=' . $_GET['sub'] : ''; ?>
557
+ <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' ); ?>
558
+ <span>(<?php echo count( $bws_plugins ); ?>)</span>
559
+ </a>
560
+ </li>
561
+ <?php foreach ( $bws_plugins_category as $key => $value ) { ?>
562
+ <li>
563
+ <a <?php if ( $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=' . $key ) ); ?>"><?php echo $value; ?>
564
+ <span>(<?php echo $plugin_categories_count[ $key ]; ?>)</span>
565
+ </a>
566
+ </li>
567
+ <?php } ?>
568
+ </ul>
569
  </div>
570
+ </div><!-- #bws-filter-wrapper -->
571
+ <div class="clear"></div>
572
+ <?php }
573
+ } elseif ( 'bws_themes' == $_GET['page'] ) {
574
+ require_once( dirname( __FILE__ ) . '/product_list.php' ); ?>
575
+ <h1><?php _e( 'Themes', 'bestwebsoft' ); ?></h1>
576
+ <div id="availablethemes" class="bws-availablethemes">
577
+ <?php if ( $wp_version < '3.9' ) {
578
+ foreach ( $themes as $theme ) { ?>
579
+ <div class="available-theme installable-theme"><?php
580
+ $installed_theme = wp_get_theme( $theme->slug ); ?>
581
+ <a class="screenshot" href="<?php echo esc_url( $theme->href ); ?>">
582
+ <img src="<?php echo plugins_url( "icons/themes/" , __FILE__ ) . $theme->slug . '.png'; ?>" width='150' />
583
+ </a>
584
+ <h3><?php echo $theme->name; ?></h3>
585
+ <div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), 'BestWebSoft' ); ?></div>
586
+ <div class="action-links">
587
+ <ul>
588
+ <?php if ( $installed_theme->exists() ) { ?>
589
+ <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>
590
+ <?php } ?>
591
+ <li><a class="theme-detail" href="<?php echo esc_url( $theme->href ); ?>" target="_blank"><?php _e( 'Learn More', 'bestwebsoft' ); ?></a></li>
592
+ </ul>
593
  </div>
 
 
 
 
 
 
 
594
  </div>
595
+ <?php }
596
+ } else { ?>
597
+ <div class="theme-browser">
598
+ <div class="themes">
599
+ <?php foreach ( $themes as $key => $theme ) {
600
+ $installed_theme = wp_get_theme( $theme->slug ); ?>
601
+ <div class="theme" tabindex="0">
602
+ <div class="theme-screenshot">
603
+ <img src="<?php echo plugins_url( "icons/themes/" , __FILE__ ) . $theme->slug . '.png'; ?>" alt="" />
604
+ </div>
605
+ <div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), 'BestWebSoft' ); ?></div>
606
+ <h3 class="theme-name"><?php echo $theme->name; ?></h3>
607
+ <div class="theme-actions">
608
+ <a class="button button-secondary preview install-theme-preview" href="<?php echo $theme->href; ?>" target="_blank"><?php esc_html_e( 'Learn More', 'bestwebsoft' ); ?></a>
609
+ </div>
610
+ <?php if ( $installed_theme->exists() ) { ?>
611
+ <div class="theme-installed"><?php _e( 'Already Installed', 'bestwebsoft' ); ?></div>
612
+ <?php } ?>
613
+ </div>
614
+ <?php } ?>
615
+ <br class="clear" />
616
+ </div>
617
  </div>
618
  <?php } ?>
619
+ <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>
620
+ </div>
621
+ <?php } elseif ( 'bws_system_status' == $_GET['page'] ) { ?>
622
+ <h1><?php _e( 'System status', 'bestwebsoft' ); ?></h1>
623
+ <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>
624
+ <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
625
+ <form method="post" action="">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
626
  <p>
627
  <input type="hidden" name="bwsmn_form_submit" value="submit" />
628
  <input type="submit" class="button-primary" value="<?php _e( 'Send to support', 'bestwebsoft' ) ?>" />
629
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ); ?>
630
  </p>
631
  </form>
632
+ <form method="post" action="">
633
  <p>
634
  <input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
635
  <input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'bestwebsoft' ) ?>" />
637
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
638
  </p>
639
  </form>
640
+ <div class="inside">
641
+ <table class="bws_system_info">
642
+ <thead><tr><th><?php _e( 'Environment', 'bestwebsoft' ); ?></th><td></td></tr></thead>
643
+ <tbody>
644
+ <?php foreach ( $system_info['system_info'] as $key => $value ) { ?>
645
+ <tr>
646
+ <td scope="row"><?php echo $key; ?></td>
647
+ <td scope="row"><?php echo $value; ?></td>
648
+ </tr>
649
+ <?php } ?>
650
+ </tbody>
651
+ </table>
652
+ <table class="bws_system_info">
653
+ <thead><tr><th><?php _e( 'Active Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
654
+ <tbody>
655
+ <?php if ( ! empty( $system_info['active_plugins'] ) ) {
656
+ foreach ( $system_info['active_plugins'] as $key => $value ) { ?>
657
+ <tr>
658
+ <td scope="row"><?php echo $key; ?></td>
659
+ <td scope="row"><?php echo $value; ?></td>
660
+ </tr>
661
+ <?php }
662
+ } ?>
663
+ </tbody>
664
+ </table>
665
+ <table class="bws_system_info">
666
+ <thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
667
+ <tbody>
668
+ <?php if ( ! empty( $system_info['inactive_plugins'] ) ) {
669
+ foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
670
+ <tr>
671
+ <td scope="row"><?php echo $key; ?></td>
672
+ <td scope="row"><?php echo $value; ?></td>
673
+ </tr>
674
+ <?php }
675
+ } ?>
676
+ </tbody>
677
+ </table>
678
+ <div class="clear"></div>
679
+ </div>
680
+ <?php } ?>
681
+ </div>
682
  </div>
683
  <?php }
684
  }
686
  if ( ! function_exists( 'bws_get_banner_array' ) ) {
687
  function bws_get_banner_array() {
688
  global $bstwbsftwppdtplgns_banner_array;
689
+ $bstwbsftwppdtplgns_banner_array = array(
690
+ array( 'crrntl_hide_banner_on_plugin_page', 'car-rental/car-rental.php', '1.0.0' ),
691
+ array( 'lnkdn_hide_banner_on_plugin_page', 'bws-linkedin/bws-linkedin.php', '1.0.1' ),
692
+ array( 'pntrst_hide_banner_on_plugin_page', 'bws-pinterest/bws-pinterest.php', '1.0.1' ),
693
+ array( 'zndskhc_hide_banner_on_plugin_page', 'zendesk-help-center/zendesk-help-center.php', '1.0.0' ),
694
  array( 'gglcptch_hide_banner_on_plugin_page', 'google-captcha/google-captcha.php', '1.18' ),
695
  array( 'mltlngg_hide_banner_on_plugin_page', 'multilanguage/multilanguage.php', '1.1.1' ),
696
  array( 'adsns_hide_banner_on_plugin_page', 'adsense-plugin/adsense-plugin.php', '1.36' ),
bws_menu/css/codemirror.css ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* custom */
2
+ .CodeMirror span.bws-readonly {
3
+ color: #aaa;
4
+ }
5
+ /* BASICS */
6
+
7
+ .CodeMirror {
8
+ /* Set height, width, borders, and global font properties here */
9
+ font-family: monospace;
10
+ height: 500px;
11
+ }
12
+ .CodeMirror-scroll {
13
+ /* Set scrolling behaviour here */
14
+ overflow: auto;
15
+ }
16
+
17
+ /* PADDING */
18
+
19
+ .CodeMirror-lines {
20
+ padding: 4px 0; /* Vertical padding around content */
21
+ }
22
+ .CodeMirror pre {
23
+ padding: 0 4px; /* Horizontal padding of content */
24
+ }
25
+
26
+ .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
27
+ background-color: white; /* The little square between H and V scrollbars */
28
+ }
29
+
30
+ /* GUTTER */
31
+
32
+ .CodeMirror-gutters {
33
+ border-right: 1px solid #ddd;
34
+ background-color: #f7f7f7;
35
+ white-space: nowrap;
36
+ }
37
+ .CodeMirror-linenumbers {}
38
+ .CodeMirror-linenumber {
39
+ padding: 0 3px 0 5px;
40
+ min-width: 20px;
41
+ text-align: right;
42
+ color: #999;
43
+ -moz-box-sizing: content-box;
44
+ box-sizing: content-box;
45
+ }
46
+
47
+ /* CURSOR */
48
+
49
+ .CodeMirror div.CodeMirror-cursor {
50
+ border-left: 1px solid black;
51
+ }
52
+ /* Shown when moving in bi-directional text */
53
+ .CodeMirror div.CodeMirror-secondarycursor {
54
+ border-left: 1px solid silver;
55
+ }
56
+ .CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
57
+ width: auto;
58
+ border: 0;
59
+ background: #7e7;
60
+ }
61
+ /* Can style cursor different in overwrite (non-insert) mode */
62
+ div.CodeMirror-overwrite div.CodeMirror-cursor {}
63
+
64
+ .cm-tab { display: inline-block; }
65
+
66
+ .CodeMirror-ruler {
67
+ border-left: 1px solid #ccc;
68
+ position: absolute;
69
+ }
70
+
71
+ /* DEFAULT THEME */
72
+
73
+ .cm-s-default .cm-keyword {color: #708;}
74
+ .cm-s-default .cm-atom {color: #219;}
75
+ .cm-s-default .cm-number {color: #164;}
76
+ .cm-s-default .cm-def {color: #00f;}
77
+ .cm-s-default .cm-variable {color: black;}
78
+ .cm-s-default .cm-variable-2 {color: #05a;}
79
+ .cm-s-default .cm-variable-3 {color: #085;}
80
+ .cm-s-default .cm-property {color: black;}
81
+ .cm-s-default .cm-operator {color: black;}
82
+ .cm-s-default .cm-comment {color: #a50;}
83
+ .cm-s-default .cm-string {color: #a11;}
84
+ .cm-s-default .cm-string-2 {color: #f50;}
85
+ .cm-s-default .cm-meta {color: #555;}
86
+ .cm-s-default .cm-qualifier {color: #555;}
87
+ .cm-s-default .cm-builtin {color: #30a;}
88
+ .cm-s-default .cm-bracket {color: #997;}
89
+ .cm-s-default .cm-tag {color: #170;}
90
+ .cm-s-default .cm-attribute {color: #00c;}
91
+ .cm-s-default .cm-header {color: blue;}
92
+ .cm-s-default .cm-quote {color: #090;}
93
+ .cm-s-default .cm-hr {color: #999;}
94
+ .cm-s-default .cm-link {color: #00c;}
95
+
96
+ .cm-negative {color: #d44;}
97
+ .cm-positive {color: #292;}
98
+ .cm-header, .cm-strong {font-weight: bold;}
99
+ .cm-em {font-style: italic;}
100
+ .cm-link {text-decoration: underline;}
101
+
102
+ .cm-s-default .cm-error {color: #f00;}
103
+ .cm-invalidchar {color: #f00;}
104
+
105
+ div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
106
+ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
107
+ .CodeMirror-activeline-background {background: #e8f2ff;}
108
+
109
+ /* STOP */
110
+
111
+ /* The rest of this file contains styles related to the mechanics of
112
+ the editor. You probably shouldn't touch them. */
113
+
114
+ .CodeMirror {
115
+ line-height: 1;
116
+ position: relative;
117
+ overflow: hidden;
118
+ background: white;
119
+ color: black;
120
+ }
121
+
122
+ .CodeMirror-scroll {
123
+ /* 30px is the magic margin used to hide the element's real scrollbars */
124
+ /* See overflow: hidden in .CodeMirror */
125
+ margin-bottom: -30px; margin-right: -30px;
126
+ padding-bottom: 30px;
127
+ height: 100%;
128
+ outline: none; /* Prevent dragging from highlighting the element */
129
+ position: relative;
130
+ -moz-box-sizing: content-box;
131
+ box-sizing: content-box;
132
+ }
133
+ .CodeMirror-sizer {
134
+ position: relative;
135
+ border-right: 30px solid transparent;
136
+ -moz-box-sizing: content-box;
137
+ box-sizing: content-box;
138
+ }
139
+
140
+ /* The fake, visible scrollbars. Used to force redraw during scrolling
141
+ before actuall scrolling happens, thus preventing shaking and
142
+ flickering artifacts. */
143
+ .CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
144
+ position: absolute;
145
+ z-index: 6;
146
+ display: none;
147
+ }
148
+ .CodeMirror-vscrollbar {
149
+ right: 0; top: 0;
150
+ overflow-x: hidden;
151
+ overflow-y: scroll;
152
+ }
153
+ .CodeMirror-hscrollbar {
154
+ bottom: 0; left: 0;
155
+ overflow-y: hidden;
156
+ overflow-x: scroll;
157
+ }
158
+ .CodeMirror-scrollbar-filler {
159
+ right: 0; bottom: 0;
160
+ }
161
+ .CodeMirror-gutter-filler {
162
+ left: 0; bottom: 0;
163
+ }
164
+
165
+ .CodeMirror-gutters {
166
+ position: absolute; left: 0; top: 0;
167
+ padding-bottom: 30px;
168
+ z-index: 3;
169
+ }
170
+ .CodeMirror-gutter {
171
+ white-space: normal;
172
+ height: 100%;
173
+ -moz-box-sizing: content-box;
174
+ box-sizing: content-box;
175
+ padding-bottom: 30px;
176
+ margin-bottom: -32px;
177
+ display: inline-block;
178
+ /* Hack to make IE7 behave */
179
+ *zoom:1;
180
+ *display:inline;
181
+ }
182
+ .CodeMirror-gutter-elt {
183
+ position: absolute;
184
+ cursor: default;
185
+ z-index: 4;
186
+ }
187
+
188
+ .CodeMirror-lines {
189
+ cursor: text;
190
+ }
191
+ .CodeMirror pre {
192
+ /* Reset some styles that the rest of the page might have set */
193
+ -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
194
+ border-width: 0;
195
+ background: transparent;
196
+ font-family: inherit;
197
+ font-size: inherit;
198
+ margin: 0;
199
+ white-space: pre;
200
+ word-wrap: normal;
201
+ line-height: inherit;
202
+ color: inherit;
203
+ z-index: 2;
204
+ position: relative;
205
+ overflow: visible;
206
+ }
207
+ .CodeMirror-wrap pre {
208
+ word-wrap: break-word;
209
+ white-space: pre-wrap;
210
+ word-break: normal;
211
+ }
212
+
213
+ .CodeMirror-linebackground {
214
+ position: absolute;
215
+ left: 0; right: 0; top: 0; bottom: 0;
216
+ z-index: 0;
217
+ }
218
+
219
+ .CodeMirror-linewidget {
220
+ position: relative;
221
+ z-index: 2;
222
+ overflow: auto;
223
+ }
224
+
225
+ .CodeMirror-widget {}
226
+
227
+ .CodeMirror-wrap .CodeMirror-scroll {
228
+ overflow-x: hidden;
229
+ }
230
+
231
+ .CodeMirror-measure {
232
+ position: absolute;
233
+ width: 100%;
234
+ height: 0;
235
+ overflow: hidden;
236
+ visibility: hidden;
237
+ }
238
+ .CodeMirror-measure pre { position: static; }
239
+
240
+ .CodeMirror div.CodeMirror-cursor {
241
+ position: absolute;
242
+ border-right: none;
243
+ width: 0;
244
+ }
245
+
246
+ div.CodeMirror-cursors {
247
+ visibility: hidden;
248
+ position: relative;
249
+ z-index: 1;
250
+ }
251
+ .CodeMirror-focused div.CodeMirror-cursors {
252
+ visibility: visible;
253
+ }
254
+
255
+ .CodeMirror-selected { background: #d9d9d9; }
256
+ .CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
257
+
258
+ .cm-searching {
259
+ background: #ffa;
260
+ background: rgba(255, 255, 0, .4);
261
+ }
262
+
263
+ /* IE7 hack to prevent it from returning funny offsetTops on the spans */
264
+ .CodeMirror span { *vertical-align: text-bottom; }
265
+
266
+ /* Used to force a border model for a node */
267
+ .cm-force-border { padding-right: .1px; }
268
+
269
+ @media print {
270
+ /* Hide the cursor when printing */
271
+ .CodeMirror div.CodeMirror-cursors {
272
+ visibility: hidden;
273
+ }
274
+ }
bws_menu/css/general_style.css CHANGED
@@ -1,14 +1,16 @@
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 +31,10 @@
29
  }
30
  .bws-plugin-reviews-support {
31
  padding: 10px;
 
 
 
 
32
  }
33
  /*
34
  * styles for Go PRO tab
@@ -36,13 +42,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 +64,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 +267,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 +319,13 @@ div.bws_banner_on_plugin_page .icon {
271
  .rtl .bws_pro_version_tooltip .bws_info {
272
  float: right;
273
  }
 
 
 
 
 
 
 
274
  /* #### Mobile Phones Portrait or Landscape #### */
275
  @media screen and (max-device-width: 768px) {
276
  .bws_banner_on_plugin_page .text,
@@ -286,6 +341,11 @@ div.bws_banner_on_plugin_page .icon {
286
  left: 8px;
287
  }
288
  }
 
 
 
 
 
289
  /* display shortcodes */
290
  span.bws_code {
291
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
@@ -401,6 +461,13 @@ span.bws_code {
401
  margin-right: -2px;
402
  }
403
  /* bws shortcode insert */
 
 
 
 
 
 
 
404
  #bws_shortcode_content,
405
  #bws_shortcode_select_plugin {
406
  margin-bottom: 10px;
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 .wp-first-item {
8
+ display: none;
9
  }
10
+ #adminmenu #toplevel_page_bws_panel .wp-submenu li:nth-child(5) a {
11
+ border-bottom: 1px solid #444;
12
+ padding-bottom: 12px;
13
+ margin-bottom: 5px;
14
  }
15
  .bws_info {
16
  color: #888;
31
  }
32
  .bws-plugin-reviews-support {
33
  padding: 10px;
34
+ border-bottom: 1px dashed #70A8C2;
35
+ }
36
+ .bws-plugin-reviews-donate {
37
+ padding: 10px;
38
  }
39
  /*
40
  * styles for Go PRO tab
42
  .bws_go_pro_tab {
43
  background-color: #2A95C5;
44
  border-color: #11688F;
45
+ color: #fff;
46
  font-weight: normal;
47
  text-shadow: none;
48
  }
49
  .bws_go_pro_tab:hover {
50
  background-color: #2080AB;
51
+ color: #fff;
52
  border-color: #11688F;
53
  }
54
  .bws_go_pro_tab.nav-tab-active {
64
  .nav-tab.bws_plugin_menu_pro_version,
65
  .nav-tab.bws_plugin_menu_pro_version:hover {
66
  background: rgba(248, 226, 104, 0.11) url("../images/pattern_bg.png");
 
67
  }
68
  td.bws_pro_version_tooltip {
69
  border: 1px solid #AAA;
267
  .bws_banner_on_plugin_page .text + .icon {
268
  display: none;
269
  }
270
+ .bws_banner_to_settings_joint .bws-text {
271
+ color: #000;
272
+ font-size: 16px;
273
+ line-height: 26px;
274
+ padding: 13px 14px 14px;
275
+ }
276
+ .bws_banner_to_settings_joint .icon span.dashicons-admin-plugins {
277
+ font-size: 48px;
278
+ color: #d6d6d6;
279
+ width: 48px;
280
+ height: 48px;
281
+ }
282
+ .bws_banner_on_plugin_page.bws_banner_to_settings_joint .icon {
283
+ margin: 2px 16px 0 0;
284
+ }
285
+ .bws_banner_to_settings_joint .bws-details {
286
+ background: #f2f2f2;
287
+ padding: 15px 78px 21px;
288
+ }
289
+ .bws_banner_to_settings_joint a {
290
+ text-decoration: none;
291
+ }
292
+ .bws_banner_to_settings_joint .bws-more-links {
293
+ font-size: 14px;
294
+ }
295
+ .bws_banner_to_settings_joint .bws-more:after {
296
+ content: "\f347";
297
+ font-family: dashicons;
298
+ margin: 0 5px;
299
+ top: 2px;
300
+ position: relative;
301
+ }
302
+ .bws_banner_to_settings_joint .bws-less:after {
303
+ content: "\f343";
304
+ font-family: dashicons;
305
+ margin: 0 5px;
306
+ top: 2px;
307
+ position: relative;
308
+ }
309
+ .bws_banner_to_settings_joint .bws-details strong {
310
+ font-size: 14px;
311
+ line-height: 30px;
312
+ }
313
  .rtl div.bws_banner_on_plugin_page .button,
314
  .rtl .bws_pro_version_tooltip .bws_button {
315
  float: left;
319
  .rtl .bws_pro_version_tooltip .bws_info {
320
  float: right;
321
  }
322
+ .rtl .bws_banner_on_plugin_page.bws_banner_to_settings_joint .icon {
323
+ margin: 2px 0 0 16px;
324
+ }
325
+ .rtl table.bws_pro_version th,
326
+ .rtl table.bws_pro_version td {
327
+ padding-right: 10px;
328
+ }
329
  /* #### Mobile Phones Portrait or Landscape #### */
330
  @media screen and (max-device-width: 768px) {
331
  .bws_banner_on_plugin_page .text,
341
  left: 8px;
342
  }
343
  }
344
+ @media screen and (max-width: 600px) {
345
+ .bws_banner_to_settings_joint .bws-details {
346
+ padding: 15px 20px 21px;
347
+ }
348
+ }
349
  /* display shortcodes */
350
  span.bws_code {
351
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
461
  margin-right: -2px;
462
  }
463
  /* bws shortcode insert */
464
+ .mce-toolbar .mce-btn-group .mce-btn.mce-bws_shortcode_button {
465
+ background-color: #fff;
466
+ border: 1px solid #e5e5e5;
467
+ }
468
+ .mce-toolbar .mce-btn i.bws-shortcode-icon {
469
+ background: transparent url("../images/shortcode-icon.png");
470
+ }
471
  #bws_shortcode_content,
472
  #bws_shortcode_select_plugin {
473
  margin-bottom: 10px;
bws_menu/css/style.css CHANGED
@@ -1,3 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  .bws_system_info_meta_box {
2
  max-width: 850px;
3
  }
@@ -17,160 +227,240 @@
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
- /* theme page after WP 3.9 */
174
- .toplevel_page_bws_plugins #availablethemes .theme-browser {
175
- margin-top: 25px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
  }
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: bold;
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: bolder;
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
+ line-height: 18.16px;
150
+ padding: 9px 20px;
151
+ text-align: left;
152
+ }
153
+ .bws-membership .bws-button {
154
+ background: #dd6930;
155
+ color: #fff;
156
+ text-align: center;
157
+ display: inline-block;
158
+ text-decoration: none;
159
+ font-size: 16px;
160
+ font-weight: bolder;
161
+ padding: 8px 30px;
162
+ border-radius: 3px;
163
+ border: none;
164
+ cursor: pointer;
165
+ }
166
+ .bws-membership-link {
167
+ font-size: 14px;
168
+ color: #999;
169
+ font-style: italic;
170
+ margin-top: 26px;
171
+ }
172
+ .bws-membership-link a {
173
+ color: #fff;
174
+ text-decoration: none;
175
+ border-bottom: 1px solid #999;
176
+ }
177
+ .bws_error {
178
+ color: #c5412b;
179
+ margin-top: 5px;
180
+ }
181
+ .bws_error a {
182
+ color: #fff;
183
+ text-decoration: none;
184
+ }
185
+ /*
186
+ * themes
187
+ */
188
+ .bws-availablethemes {
189
+ margin-top: 10px;
190
+ }
191
+ .bws_browse_link {
192
+ color: #666;
193
+ font-size: 18px;
194
+ text-decoration: none;
195
+ background-color: #ddd;
196
+ display: block;
197
+ width: 100%;
198
+ text-align: center;
199
+ padding: 8px 0;
200
+ font-weight: bold;
201
+ border-radius: 5px;
202
+ }
203
+ .bws_browse_link .dashicons {
204
+ line-height: inherit;
205
+ vertical-align: text-top;
206
+ font-size: 17px;
207
+ }
208
+ /*
209
+ * system status
210
+ */
211
  .bws_system_info_meta_box {
212
  max-width: 850px;
213
  }
227
  .bws_system_info tbody td {
228
  border-bottom: 1px solid #DFDFDF;
229
  }
230
+ /*
231
+ * PLUGINS
232
+ */
233
+ .bws-products {
234
  float: left;
235
+ width: 1350px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
236
  }
237
+ .bws-products .description {
238
+ margin-top: 20px;
239
  }
240
  .bws_product_box {
241
+ background: #f2f2f2;
242
  border: 1px solid #CACACA;
243
  float: left;
244
+ margin: 10px 10px 0 0;
245
+ width: 320px;
 
246
  border-radius: 3px;
247
+ min-height: 180px;
248
  }
249
+ .bws_product_active {
250
+ background: #fff;
251
  }
252
+ .bws_product_content,
253
+ .bws_product_image {
254
+ float: left;
255
  }
256
+ .bws_product_image {
257
+ padding: 20px;
258
  }
259
+ .bws_product_image a {
260
+ box-shadow: none;
261
  }
262
+ .bws_product_image img {
263
+ height: 60px;
264
+ }
265
+ .bws_product_content {
266
+ max-width: 200px;
267
+ padding: 15px 0 7px;
268
  }
269
  .bws_product_title {
270
+ font-size: 15px;
271
+ line-height: initial;
272
+ font-weight: bolder;
 
 
 
273
  }
274
+ .bws_product_title a {
275
+ color: #444;
276
  }
277
+ .bws_product_title a:hover {
278
+ color: #00a0d2;
279
  }
280
+ .bws-version {
281
+ margin-top: 6px;
282
+ }
283
+ .bws-version span {
284
+ color: #999;
285
+ font-size: 13px;
286
+ }
287
+ .bws-version span.bws-update-available {
288
+ color: #dd6930;
289
+ }
290
+ .bws-update-now {
291
+ background: #eee;
292
+ padding: 2px 5px;
293
  }
294
  .bws_product_description {
295
+ font-size: 13px;
296
+ line-height: 18px;
297
+ margin: 6px 0 2px;
 
298
  }
299
  .bws_product_links {
300
+ margin: 15px 0;
301
  }
302
  .bws_product_links span {
303
+ color: #999;
304
+ vertical-align: sub;
305
+ margin-right: 10px;
306
  }
307
+ .bws_product_links form {
308
+ display: inline-block;
 
309
  }
310
+ .bws_product_content a {
311
+ text-decoration: none;
312
+ margin-right: 10px;
 
313
  }
314
+ .bws_product_content a.bws_upgrade_button,
315
+ .bws_product_content a.bws_upgrade_button:hover {
316
+ background: #dd6930;
317
+ border: 1px solid #c16436;
318
  color: #fff;
319
  }
320
+ a.bws_settings,
321
+ a.bws_donate {
322
+ vertical-align: sub;
 
 
 
 
 
323
  }
324
+ .rtl .bws_product_box {
325
+ float: right;
326
+ margin: 12px 0 10px 10px;
327
  }
328
+ .rtl .bws-products,
329
+ .rtl .bws_product_content,
330
+ .rtl .bws_product_image {
331
+ float: right;
332
  }
333
+ .rtl a.bws_settings {
334
+ margin-right: 10px;
335
  }
336
+ /* filter */
337
+ #bws-filter-wrapper {
338
+ display: table;
339
  }
340
+ .bws-filter {
341
+ width: 200px;
342
  }
343
+ .bws_fixed {
344
+ position: fixed;
345
+ top: 40px;
346
  }
347
+ .bws-filter-top {
348
+ display: none;
349
+ background: #e2e2e2;
350
+ padding: 1px 20px;
351
+ margin: 0 -15px 0 -20px;
352
  }
353
+ .bws-filter-top h2 {
354
+ margin: 14px 0;
 
 
355
  }
356
+ .bws-toggle-indicator:before {
357
+ content: "\f140";
358
  display: inline-block;
359
+ font: 400 20px/1 dashicons;
360
+ width: 20px;
361
+ vertical-align: bottom;
362
+ margin-left: -5px;
363
+ }
364
+ .bws-filter-top-inside {
365
+ display: none;
366
+ margin: 25px 0;
367
+ }
368
+ .bws-filter-top.bws-opened .bws-toggle-indicator:before {
369
+ content: "\f142";
370
+ }
371
+ .bws-filter-top.bws-opened .bws-filter-top-inside {
372
+ display: block;
373
+ }
374
+ .bws-filter-title {
375
+ font-size: 14px;
376
+ color: #999;
377
+ margin-top: 10px;
378
+ }
379
+ .bws-category {
380
+ margin-top: 15px;
381
+ }
382
+ .bws-category li {
383
+ margin-bottom: 10px;
384
+ }
385
+ .bws-category a {
386
+ text-decoration: none;
387
+ }
388
+ .bws-category a.bws-active {
389
+ background: #0074a2;
390
  color: #fff;
391
+ padding: 2px 5px;
392
+ display: inline-block;
393
+ border-radius: 3px;
394
+ }
395
+ .subsubsub span,
396
+ .bws-category span {
397
+ color: #999;
398
  }
399
+ .bws-category a.bws-active span {
400
+ color: #8bbed2;
401
  }
402
+
403
+ @media screen and (max-width: 1700px) {
404
+ .bws-products {
405
+ width: 1020px;
406
+ }
407
+ }
408
+ @media screen and (max-width: 1450px) {
409
+ .bws-products {
410
+ width: 700px;
411
+ }
412
+ }
413
+ @media screen and (max-width: 1120px) {
414
+ .bws-products {
415
+ width: 370px;
416
+ }
417
+ }
418
+ @media screen and (max-width: 782px) {
419
+ .bws-header {
420
+ padding: 0 0 4px;
421
+ }
422
+ .bws-title {
423
+ margin-left: 11px;
424
+ }
425
+ .bws-menu-item-icon {
426
+ display: block;
427
+ }
428
+ .bws-nav-tab-wrapper,
429
+ .bws-help-links-wrapper {
430
+ margin: 0;
431
+ width: 100%;
432
+ float: none;
433
+ display: none;
434
+ }
435
+ .bws-nav-tab-wrapper a,
436
+ .bws-help-links-wrapper a {
437
+ width: 100%;
438
+ padding: 17px 20px 20px;
439
+ }
440
+ .bws-membership .bws-button,
441
+ .bws-membership input[type="text"] {
442
+ width: 100%;
443
+ }
444
+ .bws-membership input[type="text"] {
445
+ margin-bottom: 8px;
446
+ }
447
+ .bws-filter {
448
+ display: none;
449
+ }
450
+ .bws-filter-top {
451
+ display: block;
452
+ }
453
+ .bws-products {
454
+ float: none;
455
+ width: 100%;
456
+ }
457
+ }
458
+ @media screen and (max-width: 370px) {
459
+ .bws_product_box {
460
+ width: auto;
461
+ }
462
+ .bws_product_content {
463
+ max-width: 160px;
464
+ padding-right: 10px;
465
+ }
466
  }
bws_menu/icons/adsense.png DELETED
Binary file
bws_menu/icons/bws-featured-posts.png DELETED
Binary file
bws_menu/icons/bws-google-analytics.png DELETED
Binary file
bws_menu/icons/bws-google-maps.png DELETED
Binary file
bws_menu/icons/bws-popular-posts.png DELETED
Binary file
bws_menu/icons/bws-smtp.png DELETED
Binary file
bws_menu/icons/bws-testimonials.png DELETED
Binary file
bws_menu/icons/captcha.png DELETED
Binary file
bws_menu/icons/contact-form-multi.png DELETED
Binary file
bws_menu/icons/contact-form-to-db.png DELETED
Binary file
bws_menu/icons/contact-form.png DELETED
Binary file
bws_menu/icons/custom-fields-search.png DELETED
Binary file
bws_menu/icons/custom-search.png DELETED
Binary file
bws_menu/icons/donate-button.png DELETED
Binary file
bws_menu/icons/email-queue.png DELETED
Binary file
bws_menu/icons/error-log-viewer.png DELETED
Binary file
bws_menu/icons/facebook-button.png DELETED
Binary file
bws_menu/icons/gallery-categories.png DELETED
Binary file
bws_menu/icons/gallery.png DELETED
Binary file
bws_menu/icons/google-captcha.png DELETED
Binary file
bws_menu/icons/google-one.png DELETED
Binary file
bws_menu/icons/google-shortlink.png DELETED
Binary file
bws_menu/icons/google-sitemap.png DELETED
Binary file
bws_menu/icons/htaccess.png DELETED
Binary file
bws_menu/icons/job-board.png DELETED
Binary file
bws_menu/icons/limit-attempts.png DELETED
Binary file
bws_menu/icons/multilanguage.png DELETED
Binary file
bws_menu/icons/pagination.png DELETED
Binary file
bws_menu/icons/pdf-print.png DELETED
Binary file
bws_menu/icons/{db-manager.png → plugins/db-manager.png} RENAMED
File without changes
bws_menu/icons/portfolio.png DELETED
Binary file
bws_menu/icons/post-to-csv.png DELETED
Binary file
bws_menu/icons/profile-extra-fields.png DELETED
Binary file
bws_menu/icons/promobar.png DELETED
Binary file
bws_menu/icons/quotes-and-tips.png DELETED
Binary file
bws_menu/icons/re-attacher.png DELETED
Binary file
bws_menu/icons/realty.png DELETED
Binary file
bws_menu/icons/relevant.png DELETED
Binary file
bws_menu/icons/sender.png DELETED
Binary file
bws_menu/icons/social-buttons-pack.png DELETED
Binary file
bws_menu/icons/subscriber.png DELETED
Binary file
bws_menu/icons/themes/opening.png ADDED
Binary file
bws_menu/icons/themes/realestate.png ADDED
Binary file
bws_menu/icons/themes/unity.png ADDED
Binary file
bws_menu/icons/twitter.png DELETED
Binary file
bws_menu/icons/updater.png DELETED
Binary file
bws_menu/icons/user-role.png DELETED
Binary file
bws_menu/icons/visitors-online.png DELETED
Binary file
bws_menu/icons/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/codemirror.js ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ !function(a){if("object"==typeof exports&&"object"==typeof module)module.exports=a();else{if("function"==typeof define&&define.amd)return define([],a);this.CodeMirror=a()}}(function(){"use strict";function z(a,c){if(!(this instanceof z))return new z(a,c);this.options=c=c||{},Fg($d,c,!1),N(c);var d=c.value;"string"==typeof d&&(d=new zf(d,c.mode)),this.doc=d;var e=this.display=new A(a,d);e.wrapper.CodeMirror=this,J(this),H(this),c.lineWrapping&&(this.display.wrapper.className+=" CodeMirror-wrap"),c.autofocus&&!r&&Rc(this),this.state={keyMaps:[],overlays:[],modeGen:0,overwrite:!1,focused:!1,suppressEdits:!1,pasteIncoming:!1,cutIncoming:!1,draggingText:!1,highlight:new vg},b&&setTimeout(Gg(Qc,this,!0),20),Uc(this);var f=this;Ac(this,function(){f.curOp.forceUpdate=!0,Df(f,d),c.autofocus&&!r||Rg()==e.input?setTimeout(Gg(vd,f),20):wd(f);for(var a in _d)_d.hasOwnProperty(a)&&_d[a](f,c[a],be);for(var b=0;b<fe.length;++b)fe[b](f)})}function A(a,b){var d=this,e=d.input=Mg("textarea",null,null,"position: absolute; padding: 0; width: 1px; height: 1em; outline: none");h?e.style.width="1000px":e.setAttribute("wrap","off"),q&&(e.style.border="1px solid black"),e.setAttribute("autocorrect","off"),e.setAttribute("autocapitalize","off"),e.setAttribute("spellcheck","false"),d.inputDiv=Mg("div",[e],null,"overflow: hidden; position: relative; width: 3px; height: 0px;"),d.scrollbarH=Mg("div",[Mg("div",null,null,"height: 100%; min-height: 1px")],"CodeMirror-hscrollbar"),d.scrollbarV=Mg("div",[Mg("div",null,null,"min-width: 1px")],"CodeMirror-vscrollbar"),d.scrollbarFiller=Mg("div",null,"CodeMirror-scrollbar-filler"),d.gutterFiller=Mg("div",null,"CodeMirror-gutter-filler"),d.lineDiv=Mg("div",null,"CodeMirror-code"),d.selectionDiv=Mg("div",null,null,"position: relative; z-index: 1"),d.cursorDiv=Mg("div",null,"CodeMirror-cursors"),d.measure=Mg("div",null,"CodeMirror-measure"),d.lineMeasure=Mg("div",null,"CodeMirror-measure"),d.lineSpace=Mg("div",[d.measure,d.lineMeasure,d.selectionDiv,d.cursorDiv,d.lineDiv],null,"position: relative; outline: none"),d.mover=Mg("div",[Mg("div",[d.lineSpace],"CodeMirror-lines")],null,"position: relative"),d.sizer=Mg("div",[d.mover],"CodeMirror-sizer"),d.heightForcer=Mg("div",null,null,"position: absolute; height: "+qg+"px; width: 1px;"),d.gutters=Mg("div",null,"CodeMirror-gutters"),d.lineGutter=null,d.scroller=Mg("div",[d.sizer,d.heightForcer,d.gutters],"CodeMirror-scroll"),d.scroller.setAttribute("tabIndex","-1"),d.wrapper=Mg("div",[d.inputDiv,d.scrollbarH,d.scrollbarV,d.scrollbarFiller,d.gutterFiller,d.scroller],"CodeMirror"),c&&(d.gutters.style.zIndex=-1,d.scroller.style.paddingRight=0),q&&(e.style.width="0px"),h||(d.scroller.draggable=!0),m&&(d.inputDiv.style.height="1px",d.inputDiv.style.position="absolute"),c&&(d.scrollbarH.style.minHeight=d.scrollbarV.style.minWidth="18px"),a.appendChild?a.appendChild(d.wrapper):a(d.wrapper),d.viewFrom=d.viewTo=b.first,d.view=[],d.externalMeasured=null,d.viewOffset=0,d.lastSizeC=0,d.updateLineNumbers=null,d.lineNumWidth=d.lineNumInnerWidth=d.lineNumChars=null,d.prevInput="",d.alignWidgets=!1,d.pollingFast=!1,d.poll=new vg,d.cachedCharWidth=d.cachedTextHeight=d.cachedPaddingH=null,d.inaccurateSelection=!1,d.maxLine=null,d.maxLineLength=0,d.maxLineChanged=!1,d.wheelDX=d.wheelDY=d.wheelStartX=d.wheelStartY=null,d.shift=!1}function B(a){a.doc.mode=z.getMode(a.options,a.doc.modeOption),C(a)}function C(a){a.doc.iter(function(a){a.stateAfter&&(a.stateAfter=null),a.styles&&(a.styles=null)}),a.doc.frontier=a.doc.first,Tb(a,100),a.state.modeGen++,a.curOp&&Gc(a)}function D(a){a.options.lineWrapping?(Ug(a.display.wrapper,"CodeMirror-wrap"),a.display.sizer.style.minWidth=""):(Tg(a.display.wrapper,"CodeMirror-wrap"),M(a)),F(a),Gc(a),jc(a),setTimeout(function(){P(a)},100)}function E(a){var b=vc(a.display),c=a.options.lineWrapping,d=c&&Math.max(5,a.display.scroller.clientWidth/wc(a.display)-3);return function(e){if(Ve(a.doc,e))return 0;var f=0;if(e.widgets)for(var g=0;g<e.widgets.length;g++)e.widgets[g].height&&(f+=e.widgets[g].height);return c?f+(Math.ceil(e.text.length/d)||1)*b:f+b}}function F(a){var b=a.doc,c=E(a);b.iter(function(a){var b=c(a);b!=a.height&&Hf(a,b)})}function G(a){var b=ke[a.options.keyMap],c=b.style;a.display.wrapper.className=a.display.wrapper.className.replace(/\s*cm-keymap-\S+/g,"")+(c?" cm-keymap-"+c:"")}function H(a){a.display.wrapper.className=a.display.wrapper.className.replace(/\s*cm-s-\S+/g,"")+a.options.theme.replace(/(^|\s)\s*/g," cm-s-"),jc(a)}function I(a){J(a),Gc(a),setTimeout(function(){R(a)},20)}function J(a){var b=a.display.gutters,c=a.options.gutters;Og(b);for(var d=0;d<c.length;++d){var e=c[d],f=b.appendChild(Mg("div",null,"CodeMirror-gutter "+e));"CodeMirror-linenumbers"==e&&(a.display.lineGutter=f,f.style.width=(a.display.lineNumWidth||1)+"px")}b.style.display=d?"":"none",K(a)}function K(a){var b=a.display.gutters.offsetWidth;a.display.sizer.style.marginLeft=b+"px",a.display.scrollbarH.style.left=a.options.fixedGutter?b+"px":0}function L(a){if(0==a.height)return 0;for(var c,b=a.text.length,d=a;c=Oe(d);){var e=c.find(0,!0);d=e.from.line,b+=e.from.ch-e.to.ch}for(d=a;c=Pe(d);){var e=c.find(0,!0);b-=d.text.length-e.from.ch,d=e.to.line,b+=d.text.length-e.to.ch}return b}function M(a){var b=a.display,c=a.doc;b.maxLine=Ef(c,c.first),b.maxLineLength=L(b.maxLine),b.maxLineChanged=!0,c.iter(function(a){var c=L(a);c>b.maxLineLength&&(b.maxLineLength=c,b.maxLine=a)})}function N(a){var b=Cg(a.gutters,"CodeMirror-linenumbers");-1==b&&a.lineNumbers?a.gutters=a.gutters.concat(["CodeMirror-linenumbers"]):b>-1&&!a.lineNumbers&&(a.gutters=a.gutters.slice(0),a.gutters.splice(b,1))}function O(a){var b=a.display.scroller;return{clientHeight:b.clientHeight,barHeight:a.display.scrollbarV.clientHeight,scrollWidth:b.scrollWidth,clientWidth:b.clientWidth,barWidth:a.display.scrollbarH.clientWidth,docHeight:Math.round(a.doc.height+Yb(a.display))}}function P(a,b){b||(b=O(a));var c=a.display,d=b.docHeight+qg,e=b.scrollWidth>b.clientWidth,f=d>b.clientHeight;if(f?(c.scrollbarV.style.display="block",c.scrollbarV.style.bottom=e?Yg(c.measure)+"px":"0",c.scrollbarV.firstChild.style.height=Math.max(0,d-b.clientHeight+(b.barHeight||c.scrollbarV.clientHeight))+"px"):(c.scrollbarV.style.display="",c.scrollbarV.firstChild.style.height="0"),e?(c.scrollbarH.style.display="block",c.scrollbarH.style.right=f?Yg(c.measure)+"px":"0",c.scrollbarH.firstChild.style.width=b.scrollWidth-b.clientWidth+(b.barWidth||c.scrollbarH.clientWidth)+"px"):(c.scrollbarH.style.display="",c.scrollbarH.firstChild.style.width="0"),e&&f?(c.scrollbarFiller.style.display="block",c.scrollbarFiller.style.height=c.scrollbarFiller.style.width=Yg(c.measure)+"px"):c.scrollbarFiller.style.display="",e&&a.options.coverGutterNextToScrollbar&&a.options.fixedGutter?(c.gutterFiller.style.display="block",c.gutterFiller.style.height=Yg(c.measure)+"px",c.gutterFiller.style.width=c.gutters.offsetWidth+"px"):c.gutterFiller.style.display="",n&&0===Yg(c.measure)){c.scrollbarV.style.minWidth=c.scrollbarH.style.minHeight=o?"18px":"12px";var g=function(b){dg(b)!=c.scrollbarV&&dg(b)!=c.scrollbarH&&Bc(a,Xc)(b)};fg(c.scrollbarV,"mousedown",g),fg(c.scrollbarH,"mousedown",g)}}function Q(a,b,c){var d=c&&null!=c.top?c.top:a.scroller.scrollTop;d=Math.floor(d-Xb(a));var e=c&&null!=c.bottom?c.bottom:d+a.wrapper.clientHeight,f=Jf(b,d),g=Jf(b,e);if(c&&c.ensure){var h=c.ensure.from.line,i=c.ensure.to.line;if(f>h)return{from:h,to:Jf(b,Kf(Ef(b,h))+a.wrapper.clientHeight)};if(Math.min(i,b.lastLine())>=g)return{from:Jf(b,Kf(Ef(b,i))-a.wrapper.clientHeight),to:i}}return{from:f,to:g}}function R(a){var b=a.display,c=b.view;if(b.alignWidgets||b.gutters.firstChild&&a.options.fixedGutter){for(var d=U(b)-b.scroller.scrollLeft+a.doc.scrollLeft,e=b.gutters.offsetWidth,f=d+"px",g=0;g<c.length;g++)if(!c[g].hidden){a.options.fixedGutter&&c[g].gutter&&(c[g].gutter.style.left=f);var h=c[g].alignable;if(h)for(var i=0;i<h.length;i++)h[i].style.left=f}a.options.fixedGutter&&(b.gutters.style.left=d+e+"px")}}function S(a){if(!a.options.lineNumbers)return!1;var b=a.doc,c=T(a.options,b.first+b.size-1),d=a.display;if(c.length!=d.lineNumChars){var e=d.measure.appendChild(Mg("div",[Mg("div",c)],"CodeMirror-linenumber CodeMirror-gutter-elt")),f=e.firstChild.offsetWidth,g=e.offsetWidth-f;return d.lineGutter.style.width="",d.lineNumInnerWidth=Math.max(f,d.lineGutter.offsetWidth-g),d.lineNumWidth=d.lineNumInnerWidth+g,d.lineNumChars=d.lineNumInnerWidth?c.length:-1,d.lineGutter.style.width=d.lineNumWidth+"px",K(a),!0}return!1}function T(a,b){return String(a.lineNumberFormatter(b+a.firstLineNumber))}function U(a){return a.scroller.getBoundingClientRect().left-a.sizer.getBoundingClientRect().left}function V(a,b,c){for(var f,d=a.display.viewFrom,e=a.display.viewTo,g=Q(a.display,a.doc,b),i=!0;;i=!1){var j=a.display.scroller.clientWidth;if(!W(a,g,c))break;f=!0,a.display.maxLineChanged&&!a.options.lineWrapping&&X(a);var k=O(a);if(Pb(a),Y(a,k),P(a,k),h&&a.options.lineWrapping&&Z(a,k),i&&a.options.lineWrapping&&j!=a.display.scroller.clientWidth)c=!0;else if(c=!1,b&&null!=b.top&&(b={top:Math.min(k.docHeight-qg-k.clientHeight,b.top)}),g=Q(a.display,a.doc,b),g.from>=a.display.viewFrom&&g.to<=a.display.viewTo)break}return a.display.updateLineNumbers=null,f&&(kg(a,"update",a),(a.display.viewFrom!=d||a.display.viewTo!=e)&&kg(a,"viewportChange",a,a.display.viewFrom,a.display.viewTo)),f}function W(a,b,c){var d=a.display,e=a.doc;if(!d.wrapper.offsetWidth)return Ic(a),void 0;if(!(!c&&b.from>=d.viewFrom&&b.to<=d.viewTo&&0==Mc(a))){S(a)&&Ic(a);var f=ab(a),g=e.first+e.size,h=Math.max(b.from-a.options.viewportMargin,e.first),i=Math.min(g,b.to+a.options.viewportMargin);d.viewFrom<h&&h-d.viewFrom<20&&(h=Math.max(e.first,d.viewFrom)),d.viewTo>i&&d.viewTo-i<20&&(i=Math.min(g,d.viewTo)),y&&(h=Te(a.doc,h),i=Ue(a.doc,i));var j=h!=d.viewFrom||i!=d.viewTo||d.lastSizeC!=d.wrapper.clientHeight;Lc(a,h,i),d.viewOffset=Kf(Ef(a.doc,d.viewFrom)),a.display.mover.style.top=d.viewOffset+"px";var k=Mc(a);if(j||0!=k||c){var l=Rg();return k>4&&(d.lineDiv.style.display="none"),bb(a,d.updateLineNumbers,f),k>4&&(d.lineDiv.style.display=""),l&&Rg()!=l&&l.offsetHeight&&l.focus(),Og(d.cursorDiv),Og(d.selectionDiv),j&&(d.lastSizeC=d.wrapper.clientHeight,Tb(a,400)),$(a),!0}}}function X(a){var b=a.display,c=bc(a,b.maxLine,b.maxLine.text.length).left;b.maxLineChanged=!1;var d=Math.max(0,c+3),e=Math.max(0,b.sizer.offsetLeft+d+qg-b.scroller.clientWidth);b.sizer.style.minWidth=d+"px",e<a.doc.scrollLeft&&hd(a,Math.min(b.scroller.scrollLeft,e),!0)}function Y(a,b){a.display.sizer.style.minHeight=a.display.heightForcer.style.top=b.docHeight+"px",a.display.gutters.style.height=Math.max(b.docHeight,b.clientHeight-qg)+"px"}function Z(a,b){a.display.sizer.offsetWidth+a.display.gutters.offsetWidth<a.display.scroller.clientWidth-1&&(a.display.sizer.style.minHeight=a.display.heightForcer.style.top="0px",a.display.gutters.style.height=b.docHeight+"px")}function $(a){for(var b=a.display,d=b.lineDiv.offsetTop,e=0;e<b.view.length;e++){var g,f=b.view[e];if(!f.hidden){if(c){var h=f.node.offsetTop+f.node.offsetHeight;g=h-d,d=h}else{var i=f.node.getBoundingClientRect();g=i.bottom-i.top}var j=f.line.height-g;if(2>g&&(g=vc(b)),(j>.001||-.001>j)&&(Hf(f.line,g),_(f.line),f.rest))for(var k=0;k<f.rest.length;k++)_(f.rest[k])}}}function _(a){if(a.widgets)for(var b=0;b<a.widgets.length;++b)a.widgets[b].height=a.widgets[b].node.offsetHeight}function ab(a){for(var b=a.display,c={},d={},e=b.gutters.firstChild,f=0;e;e=e.nextSibling,++f)c[a.options.gutters[f]]=e.offsetLeft,d[a.options.gutters[f]]=e.offsetWidth;return{fixedPos:U(b),gutterTotalWidth:b.gutters.offsetWidth,gutterLeft:c,gutterWidth:d,wrapperWidth:b.wrapper.clientWidth}}function bb(a,b,c){function i(b){var c=b.nextSibling;return h&&s&&a.display.currentWheelTarget==b?b.style.display="none":b.parentNode.removeChild(b),c}for(var d=a.display,e=a.options.lineNumbers,f=d.lineDiv,g=f.firstChild,j=d.view,k=d.viewFrom,l=0;l<j.length;l++){var m=j[l];if(m.hidden);else if(m.node){for(;g!=m.node;)g=i(g);var o=e&&null!=b&&k>=b&&m.lineNumber;m.changes&&(Cg(m.changes,"gutter")>-1&&(o=!1),cb(a,m,k,c)),o&&(Og(m.lineNumber),m.lineNumber.appendChild(document.createTextNode(T(a.options,k)))),g=m.node.nextSibling}else{var n=kb(a,m,k,c);f.insertBefore(n,g)}k+=m.size}for(;g;)g=i(g)}function cb(a,b,c,d){for(var e=0;e<b.changes.length;e++){var f=b.changes[e];"text"==f?gb(a,b):"gutter"==f?ib(a,b,c,d):"class"==f?hb(b):"widget"==f&&jb(b,d)}b.changes=null}function db(a){return a.node==a.text&&(a.node=Mg("div",null,null,"position: relative"),a.text.parentNode&&a.text.parentNode.replaceChild(a.node,a.text),a.node.appendChild(a.text),c&&(a.node.style.zIndex=2)),a.node}function eb(a){var b=a.bgClass?a.bgClass+" "+(a.line.bgClass||""):a.line.bgClass;if(b&&(b+=" CodeMirror-linebackground"),a.background)b?a.background.className=b:(a.background.parentNode.removeChild(a.background),a.background=null);else if(b){var c=db(a);a.background=c.insertBefore(Mg("div",null,b),c.firstChild)}}function fb(a,b){var c=a.display.externalMeasured;return c&&c.line==b.line?(a.display.externalMeasured=null,b.measure=c.measure,c.built):nf(a,b)}function gb(a,b){var c=b.text.className,d=fb(a,b);b.text==b.node&&(b.node=d.pre),b.text.parentNode.replaceChild(d.pre,b.text),b.text=d.pre,d.bgClass!=b.bgClass||d.textClass!=b.textClass?(b.bgClass=d.bgClass,b.textClass=d.textClass,hb(b)):c&&(b.text.className=c)}function hb(a){eb(a),a.line.wrapClass?db(a).className=a.line.wrapClass:a.node!=a.text&&(a.node.className="");var b=a.textClass?a.textClass+" "+(a.line.textClass||""):a.line.textClass;a.text.className=b||""}function ib(a,b,c,d){b.gutter&&(b.node.removeChild(b.gutter),b.gutter=null);var e=b.line.gutterMarkers;if(a.options.lineNumbers||e){var f=db(b),g=b.gutter=f.insertBefore(Mg("div",null,"CodeMirror-gutter-wrapper","position: absolute; left: "+(a.options.fixedGutter?d.fixedPos:-d.gutterTotalWidth)+"px"),b.text);if(!a.options.lineNumbers||e&&e["CodeMirror-linenumbers"]||(b.lineNumber=g.appendChild(Mg("div",T(a.options,c),"CodeMirror-linenumber CodeMirror-gutter-elt","left: "+d.gutterLeft["CodeMirror-linenumbers"]+"px; width: "+a.display.lineNumInnerWidth+"px"))),e)for(var h=0;h<a.options.gutters.length;++h){var i=a.options.gutters[h],j=e.hasOwnProperty(i)&&e[i];j&&g.appendChild(Mg("div",[j],"CodeMirror-gutter-elt","left: "+d.gutterLeft[i]+"px; width: "+d.gutterWidth[i]+"px"))}}}function jb(a,b){a.alignable&&(a.alignable=null);for(var d,c=a.node.firstChild;c;c=d){var d=c.nextSibling;"CodeMirror-linewidget"==c.className&&a.node.removeChild(c)}lb(a,b)}function kb(a,b,c,d){var e=fb(a,b);return b.text=b.node=e.pre,e.bgClass&&(b.bgClass=e.bgClass),e.textClass&&(b.textClass=e.textClass),hb(b),ib(a,b,c,d),lb(b,d),b.node}function lb(a,b){if(mb(a.line,a,b,!0),a.rest)for(var c=0;c<a.rest.length;c++)mb(a.rest[c],a,b,!1)}function mb(a,b,c,d){if(a.widgets)for(var e=db(b),f=0,g=a.widgets;f<g.length;++f){var h=g[f],i=Mg("div",[h.node],"CodeMirror-linewidget");h.handleMouseEvents||(i.ignoreEvents=!0),nb(h,i,b,c),d&&h.above?e.insertBefore(i,b.gutter||b.text):e.appendChild(i),kg(h,"redraw")}}function nb(a,b,c,d){if(a.noHScroll){(c.alignable||(c.alignable=[])).push(b);var e=d.wrapperWidth;b.style.left=d.fixedPos+"px",a.coverGutter||(e-=d.gutterTotalWidth,b.style.paddingLeft=d.gutterTotalWidth+"px"),b.style.width=e+"px"}a.coverGutter&&(b.style.zIndex=5,b.style.position="relative",a.noHScroll||(b.style.marginLeft=-d.gutterTotalWidth+"px"))}function qb(a){return ob(a.line,a.ch)}function rb(a,b){return pb(a,b)<0?b:a}function sb(a,b){return pb(a,b)<0?a:b}function tb(a,b){this.ranges=a,this.primIndex=b}function ub(a,b){this.anchor=a,this.head=b}function vb(a,b){var c=a[b];a.sort(function(a,b){return pb(a.from(),b.from())}),b=Cg(a,c);for(var d=1;d<a.length;d++){var e=a[d],f=a[d-1];if(pb(f.to(),e.from())>=0){var g=sb(f.from(),e.from()),h=rb(f.to(),e.to()),i=f.empty()?e.from()==e.head:f.from()==f.head;b>=d&&--b,a.splice(--d,2,new ub(i?h:g,i?g:h))}}return new tb(a,b)}function wb(a,b){return new tb([new ub(a,b||a)],0)}function xb(a,b){return Math.max(a.first,Math.min(b,a.first+a.size-1))}function yb(a,b){if(b.line<a.first)return ob(a.first,0);var c=a.first+a.size-1;return b.line>c?ob(c,Ef(a,c).text.length):zb(b,Ef(a,b.line).text.length)}function zb(a,b){var c=a.ch;return null==c||c>b?ob(a.line,b):0>c?ob(a.line,0):a}function Ab(a,b){return b>=a.first&&b<a.first+a.size}function Bb(a,b){for(var c=[],d=0;d<b.length;d++)c[d]=yb(a,b[d]);return c}function Cb(a,b,c,d){if(a.cm&&a.cm.display.shift||a.extend){var e=b.anchor;if(d){var f=pb(c,e)<0;f!=pb(d,e)<0?(e=c,c=d):f!=pb(c,d)<0&&(c=d)}return new ub(e,c)}return new ub(d||c,c)}function Db(a,b,c,d){Jb(a,new tb([Cb(a,a.sel.primary(),b,c)],0),d)}function Eb(a,b,c){for(var d=[],e=0;e<a.sel.ranges.length;e++)d[e]=Cb(a,a.sel.ranges[e],b[e],null);var f=vb(d,a.sel.primIndex);Jb(a,f,c)}function Fb(a,b,c,d){var e=a.sel.ranges.slice(0);e[b]=c,Jb(a,vb(e,a.sel.primIndex),d)}function Gb(a,b,c,d){Jb(a,wb(b,c),d)}function Hb(a,b){var c={ranges:b.ranges,update:function(b){this.ranges=[];for(var c=0;c<b.length;c++)this.ranges[c]=new ub(yb(a,b[c].anchor),yb(a,b[c].head))}};return hg(a,"beforeSelectionChange",a,c),a.cm&&hg(a.cm,"beforeSelectionChange",a.cm,c),c.ranges!=b.ranges?vb(c.ranges,c.ranges.length-1):b}function Ib(a,b,c){var d=a.history.done,e=Ag(d);e&&e.ranges?(d[d.length-1]=b,Kb(a,b,c)):Jb(a,b,c)}function Jb(a,b,c){Kb(a,b,c),Sf(a,a.sel,a.cm?a.cm.curOp.id:0/0,c)}function Kb(a,b,c){(og(a,"beforeSelectionChange")||a.cm&&og(a.cm,"beforeSelectionChange"))&&(b=Hb(a,b));var d=pb(b.primary().head,a.sel.primary().head)<0?-1:1;Lb(a,Nb(a,b,d,!0)),c&&c.scroll===!1||!a.cm||Sd(a.cm)}function Lb(a,b){b.equals(a.sel)||(a.sel=b,a.cm&&(a.cm.curOp.updateInput=a.cm.curOp.selectionChanged=!0,ng(a.cm)),kg(a,"cursorActivity",a))}function Mb(a){Lb(a,Nb(a,a.sel,null,!1),sg)}function Nb(a,b,c,d){for(var e,f=0;f<b.ranges.length;f++){var g=b.ranges[f],h=Ob(a,g.anchor,c,d),i=Ob(a,g.head,c,d);(e||h!=g.anchor||i!=g.head)&&(e||(e=b.ranges.slice(0,f)),e[f]=new ub(h,i))}return e?vb(e,b.primIndex):b}function Ob(a,b,c,d){var e=!1,f=b,g=c||1;a.cantEdit=!1;a:for(;;){var h=Ef(a,f.line);if(h.markedSpans)for(var i=0;i<h.markedSpans.length;++i){var j=h.markedSpans[i],k=j.marker;if((null==j.from||(k.inclusiveLeft?j.from<=f.ch:j.from<f.ch))&&(null==j.to||(k.inclusiveRight?j.to>=f.ch:j.to>f.ch))){if(d&&(hg(k,"beforeCursorEnter"),k.explicitlyCleared)){if(h.markedSpans){--i;continue}break}if(!k.atomic)continue;var l=k.find(0>g?-1:1);if(0==pb(l,f)&&(l.ch+=g,l.ch<0?l=l.line>a.first?yb(a,ob(l.line-1)):null:l.ch>h.text.length&&(l=l.line<a.first+a.size-1?ob(l.line+1,0):null),!l)){if(e)return d?(a.cantEdit=!0,ob(a.first,0)):Ob(a,b,c,!0);e=!0,l=b,g=-g}f=l;continue a}}return f}}function Pb(a){for(var b=a.display,c=a.doc,d=document.createDocumentFragment(),e=document.createDocumentFragment(),f=0;f<c.sel.ranges.length;f++){var g=c.sel.ranges[f],h=g.empty();(h||a.options.showCursorWhenSelecting)&&Qb(a,g,d),h||Rb(a,g,e)}if(a.options.moveInputWithCursor){var i=pc(a,c.sel.primary().head,"div"),j=b.wrapper.getBoundingClientRect(),k=b.lineDiv.getBoundingClientRect(),l=Math.max(0,Math.min(b.wrapper.clientHeight-10,i.top+k.top-j.top)),m=Math.max(0,Math.min(b.wrapper.clientWidth-10,i.left+k.left-j.left));b.inputDiv.style.top=l+"px",b.inputDiv.style.left=m+"px"}Pg(b.cursorDiv,d),Pg(b.selectionDiv,e)}function Qb(a,b,c){var d=pc(a,b.head,"div"),e=c.appendChild(Mg("div","\xa0","CodeMirror-cursor"));if(e.style.left=d.left+"px",e.style.top=d.top+"px",e.style.height=Math.max(0,d.bottom-d.top)*a.options.cursorHeight+"px",d.other){var f=c.appendChild(Mg("div","\xa0","CodeMirror-cursor CodeMirror-secondarycursor"));f.style.display="",f.style.left=d.other.left+"px",f.style.top=d.other.top+"px",f.style.height=.85*(d.other.bottom-d.other.top)+"px"}}function Rb(a,b,c){function j(a,b,c,d){0>b&&(b=0),b=Math.round(b),d=Math.round(d),f.appendChild(Mg("div",null,"CodeMirror-selected","position: absolute; left: "+a+"px; top: "+b+"px; width: "+(null==c?i-a:c)+"px; height: "+(d-b)+"px"))}function k(b,c,d){function m(c,d){return oc(a,ob(b,c),"div",f,d)}var k,l,f=Ef(e,b),g=f.text.length;return fh(Lf(f),c||0,null==d?g:d,function(a,b,e){var n,o,p,f=m(a,"left");if(a==b)n=f,o=p=f.left;else{if(n=m(b-1,"right"),"rtl"==e){var q=f;f=n,n=q}o=f.left,p=n.right}null==c&&0==a&&(o=h),n.top-f.top>3&&(j(o,f.top,null,f.bottom),o=h,f.bottom<n.top&&j(o,f.bottom,null,n.top)),null==d&&b==g&&(p=i),(!k||f.top<k.top||f.top==k.top&&f.left<k.left)&&(k=f),(!l||n.bottom>l.bottom||n.bottom==l.bottom&&n.right>l.right)&&(l=n),h+1>o&&(o=h),j(o,n.top,p-o,n.bottom)}),{start:k,end:l}}var d=a.display,e=a.doc,f=document.createDocumentFragment(),g=Zb(a.display),h=g.left,i=d.lineSpace.offsetWidth-g.right,l=b.from(),m=b.to();if(l.line==m.line)k(l.line,l.ch,m.ch);else{var n=Ef(e,l.line),o=Ef(e,m.line),p=Re(n)==Re(o),q=k(l.line,l.ch,p?n.text.length+1:null).end,r=k(m.line,p?0:null,m.ch).start;p&&(q.top<r.top-2?(j(q.right,q.top,null,q.bottom),j(h,r.top,r.left,r.bottom)):j(q.right,q.top,r.left-q.right,q.bottom)),q.bottom<r.top&&j(h,q.bottom,null,r.top)}c.appendChild(f)}function Sb(a){if(a.state.focused){var b=a.display;clearInterval(b.blinker);var c=!0;b.cursorDiv.style.visibility="",a.options.cursorBlinkRate>0&&(b.blinker=setInterval(function(){b.cursorDiv.style.visibility=(c=!c)?"":"hidden"},a.options.cursorBlinkRate))}}function Tb(a,b){a.doc.mode.startState&&a.doc.frontier<a.display.viewTo&&a.state.highlight.set(b,Gg(Ub,a))}function Ub(a){var b=a.doc;if(b.frontier<b.first&&(b.frontier=b.first),!(b.frontier>=a.display.viewTo)){var c=+new Date+a.options.workTime,d=he(b.mode,Wb(a,b.frontier));Ac(a,function(){b.iter(b.frontier,Math.min(b.first+b.size,a.display.viewTo+500),function(e){if(b.frontier>=a.display.viewFrom){var f=e.styles,g=gf(a,e,d,!0);e.styles=g.styles,g.classes?e.styleClasses=g.classes:e.styleClasses&&(e.styleClasses=null);for(var h=!f||f.length!=e.styles.length,i=0;!h&&i<f.length;++i)h=f[i]!=e.styles[i];h&&Hc(a,b.frontier,"text"),e.stateAfter=he(b.mode,d)}else jf(a,e.text,d),e.stateAfter=0==b.frontier%5?he(b.mode,d):null;return++b.frontier,+new Date>c?(Tb(a,a.options.workDelay),!0):void 0})})}}function Vb(a,b,c){for(var d,e,f=a.doc,g=c?-1:b-(a.doc.mode.innerMode?1e3:100),h=b;h>g;--h){if(h<=f.first)return f.first;var i=Ef(f,h-1);if(i.stateAfter&&(!c||h<=f.frontier))return h;var j=wg(i.text,null,a.options.tabSize);(null==e||d>j)&&(e=h-1,d=j)}return e}function Wb(a,b,c){var d=a.doc,e=a.display;if(!d.mode.startState)return!0;var f=Vb(a,b,c),g=f>d.first&&Ef(d,f-1).stateAfter;return g=g?he(d.mode,g):ie(d.mode),d.iter(f,b,function(c){jf(a,c.text,g);var h=f==b-1||0==f%5||f>=e.viewFrom&&f<e.viewTo;c.stateAfter=h?he(d.mode,g):null,++f}),c&&(d.frontier=f),g}function Xb(a){return a.lineSpace.offsetTop}function Yb(a){return a.mover.offsetHeight-a.lineSpace.offsetHeight}function Zb(a){if(a.cachedPaddingH)return a.cachedPaddingH;var b=Pg(a.measure,Mg("pre","x")),c=window.getComputedStyle?window.getComputedStyle(b):b.currentStyle,d={left:parseInt(c.paddingLeft),right:parseInt(c.paddingRight)};return isNaN(d.left)||isNaN(d.right)||(a.cachedPaddingH=d),d}function $b(a,b,c){var d=a.options.lineWrapping,e=d&&a.display.scroller.clientWidth;if(!b.measure.heights||d&&b.measure.width!=e){var f=b.measure.heights=[];if(d){b.measure.width=e;for(var g=b.text.firstChild.getClientRects(),h=0;h<g.length-1;h++){var i=g[h],j=g[h+1];Math.abs(i.bottom-j.bottom)>2&&f.push((i.bottom+j.top)/2-c.top)}}f.push(c.bottom-c.top)}}function _b(a,b,c){if(a.line==b)return{map:a.measure.map,cache:a.measure.cache};for(var d=0;d<a.rest.length;d++)if(a.rest[d]==b)return{map:a.measure.maps[d],cache:a.measure.caches[d]};for(var d=0;d<a.rest.length;d++)if(If(a.rest[d])>c)return{map:a.measure.maps[d],cache:a.measure.caches[d],before:!0}}function ac(a,b){b=Re(b);var c=If(b),d=a.display.externalMeasured=new Ec(a.doc,b,c);d.lineN=c;var e=d.built=nf(a,d);return d.text=e.pre,Pg(a.display.lineMeasure,e.pre),d}function bc(a,b,c,d){return ec(a,dc(a,b),c,d)}function cc(a,b){if(b>=a.display.viewFrom&&b<a.display.viewTo)return a.display.view[Jc(a,b)];var c=a.display.externalMeasured;return c&&b>=c.lineN&&b<c.lineN+c.size?c:void 0}function dc(a,b){var c=If(b),d=cc(a,c);d&&!d.text?d=null:d&&d.changes&&cb(a,d,c,ab(a)),d||(d=ac(a,b));var e=_b(d,b,c);return{line:b,view:d,rect:null,map:e.map,cache:e.cache,before:e.before,hasHeights:!1}}function ec(a,b,c,d){b.before&&(c=-1);var f,e=c+(d||"");return b.cache.hasOwnProperty(e)?f=b.cache[e]:(b.rect||(b.rect=b.view.text.getBoundingClientRect()),b.hasHeights||($b(a,b.view,b.rect),b.hasHeights=!0),f=gc(a,b,c,d),f.bogus||(b.cache[e]=f)),{left:f.left,right:f.right,top:f.top,bottom:f.bottom}}function gc(a,b,c,e){for(var h,i,j,k,f=b.map,l=0;l<f.length;l+=3){var m=f[l],n=f[l+1];if(m>c?(i=0,j=1,k="left"):n>c?(i=c-m,j=i+1):(l==f.length-3||c==n&&f[l+3]>c)&&(j=n-m,i=j-1,c>=n&&(k="right")),null!=i){if(h=f[l+2],m==n&&e==(h.insertLeft?"left":"right")&&(k=e),"left"==e&&0==i)for(;l&&f[l-2]==f[l-3]&&f[l-1].insertLeft;)h=f[(l-=3)+2],k="left";if("right"==e&&i==n-m)for(;l<f.length-3&&f[l+3]==f[l+4]&&!f[l+5].insertLeft;)h=f[(l+=3)+2],k="right";break}}var o;if(3==h.nodeType){for(;i&&Lg(b.line.text.charAt(m+i));)--i;for(;n>m+j&&Lg(b.line.text.charAt(m+j));)++j;if(d&&0==i&&j==n-m)o=h.parentNode.getBoundingClientRect();else if(g&&a.options.lineWrapping){var p=Ng(h,i,j).getClientRects();o=p.length?p["right"==e?p.length-1:0]:fc}else o=Ng(h,i,j).getBoundingClientRect()}else{i>0&&(k=e="right");var p;o=a.options.lineWrapping&&(p=h.getClientRects()).length>1?p["right"==e?p.length-1:0]:h.getBoundingClientRect()}if(d&&!i&&(!o||!o.left&&!o.right)){var q=h.parentNode.getClientRects()[0];o=q?{left:q.left,right:q.left+wc(a.display),top:q.top,bottom:q.bottom}:fc}for(var r,s=(o.bottom+o.top)/2-b.rect.top,t=b.view.measure.heights,l=0;l<t.length-1&&!(s<t[l]);l++);r=l?t[l-1]:0,s=t[l];var u={left:("right"==k?o.right:o.left)-b.rect.left,right:("left"==k?o.left:o.right)-b.rect.left,top:r,bottom:s};return o.left||o.right||(u.bogus=!0),u}function hc(a){if(a.measure&&(a.measure.cache={},a.measure.heights=null,a.rest))for(var b=0;b<a.rest.length;b++)a.measure.caches[b]={}}function ic(a){a.display.externalMeasure=null,Og(a.display.lineMeasure);for(var b=0;b<a.display.view.length;b++)hc(a.display.view[b])}function jc(a){ic(a),a.display.cachedCharWidth=a.display.cachedTextHeight=a.display.cachedPaddingH=null,a.options.lineWrapping||(a.display.maxLineChanged=!0),a.display.lineNumChars=null}function kc(){return window.pageXOffset||(document.documentElement||document.body).scrollLeft}function lc(){return window.pageYOffset||(document.documentElement||document.body).scrollTop}function mc(a,b,c,d){if(b.widgets)for(var e=0;e<b.widgets.length;++e)if(b.widgets[e].above){var f=Ze(b.widgets[e]);c.top+=f,c.bottom+=f}if("line"==d)return c;d||(d="local");var g=Kf(b);if("local"==d?g+=Xb(a.display):g-=a.display.viewOffset,"page"==d||"window"==d){var h=a.display.lineSpace.getBoundingClientRect();g+=h.top+("window"==d?0:lc());var i=h.left+("window"==d?0:kc());c.left+=i,c.right+=i}return c.top+=g,c.bottom+=g,c}function nc(a,b,c){if("div"==c)return b;var d=b.left,e=b.top;if("page"==c)d-=kc(),e-=lc();else if("local"==c||!c){var f=a.display.sizer.getBoundingClientRect();d+=f.left,e+=f.top}var g=a.display.lineSpace.getBoundingClientRect();return{left:d-g.left,top:e-g.top}}function oc(a,b,c,d,e){return d||(d=Ef(a.doc,b.line)),mc(a,d,bc(a,d,b.ch,e),c)}function pc(a,b,c,d,e){function f(b,f){var g=ec(a,e,b,f?"right":"left");return f?g.left=g.right:g.right=g.left,mc(a,d,g,c)}function g(a,b){var c=h[b],d=c.level%2;return a==gh(c)&&b&&c.level<h[b-1].level?(c=h[--b],a=hh(c)-(c.level%2?0:1),d=!0):a==hh(c)&&b<h.length-1&&c.level<h[b+1].level&&(c=h[++b],a=gh(c)-c.level%2,d=!1),d&&a==c.to&&a>c.from?f(a-1):f(a,d)}d=d||Ef(a.doc,b.line),e||(e=dc(a,d));var h=Lf(d),i=b.ch;if(!h)return f(i);var j=oh(h,i),k=g(i,j);return null!=nh&&(k.other=g(i,nh)),k}function qc(a,b){var c=0,b=yb(a.doc,b);a.options.lineWrapping||(c=wc(a.display)*b.ch);var d=Ef(a.doc,b.line),e=Kf(d)+Xb(a.display);return{left:c,right:c,top:e,bottom:e+d.height}}function rc(a,b,c,d){var e=ob(a,b);return e.xRel=d,c&&(e.outside=!0),e}function sc(a,b,c){var d=a.doc;if(c+=a.display.viewOffset,0>c)return rc(d.first,0,!0,-1);var e=Jf(d,c),f=d.first+d.size-1;if(e>f)return rc(d.first+d.size-1,Ef(d,f).text.length,!0,1);0>b&&(b=0);for(var g=Ef(d,e);;){var h=tc(a,g,e,b,c),i=Pe(g),j=i&&i.find(0,!0);if(!i||!(h.ch>j.from.ch||h.ch==j.from.ch&&h.xRel>0))return h;e=If(g=j.to.line)}}function tc(a,b,c,d,e){function j(d){var e=pc(a,ob(c,d),"line",b,i);return g=!0,f>e.bottom?e.left-h:f<e.top?e.left+h:(g=!1,e.left)}var f=e-Kf(b),g=!1,h=2*a.display.wrapper.clientWidth,i=dc(a,b),k=Lf(b),l=b.text.length,m=ih(b),n=jh(b),o=j(m),p=g,q=j(n),r=g;if(d>q)return rc(c,n,r,1);for(;;){if(k?n==m||n==qh(b,m,1):1>=n-m){for(var s=o>d||q-d>=d-o?m:n,t=d-(s==m?o:q);Lg(b.text.charAt(s));)++s;var u=rc(c,s,s==m?p:r,-1>t?-1:t>1?1:0);return u}var v=Math.ceil(l/2),w=m+v;if(k){w=m;for(var x=0;v>x;++x)w=qh(b,w,1)}var y=j(w);y>d?(n=w,q=y,(r=g)&&(q+=1e3),l=v):(m=w,o=y,p=g,l-=v)}}function vc(a){if(null!=a.cachedTextHeight)return a.cachedTextHeight;if(null==uc){uc=Mg("pre");for(var b=0;49>b;++b)uc.appendChild(document.createTextNode("x")),uc.appendChild(Mg("br"));uc.appendChild(document.createTextNode("x"))}Pg(a.measure,uc);var c=uc.offsetHeight/50;return c>3&&(a.cachedTextHeight=c),Og(a.measure),c||1}function wc(a){if(null!=a.cachedCharWidth)return a.cachedCharWidth;var b=Mg("span","xxxxxxxxxx"),c=Mg("pre",[b]);Pg(a.measure,c);var d=b.getBoundingClientRect(),e=(d.right-d.left)/10;return e>2&&(a.cachedCharWidth=e),e||10}function yc(a){a.curOp={viewChanged:!1,startHeight:a.doc.height,forceUpdate:!1,updateInput:null,typing:!1,changeObjs:null,cursorActivityHandlers:null,selectionChanged:!1,updateMaxLine:!1,scrollLeft:null,scrollTop:null,scrollToPos:null,id:++xc},jg++||(ig=[])}function zc(a){var b=a.curOp,c=a.doc,d=a.display;if(a.curOp=null,b.updateMaxLine&&M(a),b.viewChanged||b.forceUpdate||null!=b.scrollTop||b.scrollToPos&&(b.scrollToPos.from.line<d.viewFrom||b.scrollToPos.to.line>=d.viewTo)||d.maxLineChanged&&a.options.lineWrapping){var e=V(a,{top:b.scrollTop,ensure:b.scrollToPos},b.forceUpdate);a.display.scroller.offsetHeight&&(a.doc.scrollTop=a.display.scroller.scrollTop)}if(!e&&b.selectionChanged&&Pb(a),e||b.startHeight==a.doc.height||P(a),null!=b.scrollTop&&d.scroller.scrollTop!=b.scrollTop){var f=Math.max(0,Math.min(d.scroller.scrollHeight-d.scroller.clientHeight,b.scrollTop));d.scroller.scrollTop=d.scrollbarV.scrollTop=c.scrollTop=f}if(null!=b.scrollLeft&&d.scroller.scrollLeft!=b.scrollLeft){var g=Math.max(0,Math.min(d.scroller.scrollWidth-d.scroller.clientWidth,b.scrollLeft));d.scroller.scrollLeft=d.scrollbarH.scrollLeft=c.scrollLeft=g,R(a)}if(b.scrollToPos){var h=Od(a,yb(a.doc,b.scrollToPos.from),yb(a.doc,b.scrollToPos.to),b.scrollToPos.margin);b.scrollToPos.isCursor&&a.state.focused&&Nd(a,h)}b.selectionChanged&&Sb(a),a.state.focused&&b.updateInput&&Qc(a,b.typing);var i=b.maybeHiddenMarkers,j=b.maybeUnhiddenMarkers;if(i)for(var k=0;k<i.length;++k)i[k].lines.length||hg(i[k],"hide");if(j)for(var k=0;k<j.length;++k)j[k].lines.length&&hg(j[k],"unhide");var l;if(--jg||(l=ig,ig=null),b.changeObjs&&hg(a,"changes",a,b.changeObjs),l)for(var k=0;k<l.length;++k)l[k]();if(b.cursorActivityHandlers)for(var k=0;k<b.cursorActivityHandlers.length;k++)b.cursorActivityHandlers[k](a)}function Ac(a,b){if(a.curOp)return b();yc(a);try{return b()}finally{zc(a)}}function Bc(a,b){return function(){if(a.curOp)return b.apply(a,arguments);yc(a);try{return b.apply(a,arguments)}finally{zc(a)}}}function Cc(a){return function(){if(this.curOp)return a.apply(this,arguments);yc(this);try{return a.apply(this,arguments)}finally{zc(this)}}}function Dc(a){return function(){var b=this.cm;if(!b||b.curOp)return a.apply(this,arguments);yc(b);try{return a.apply(this,arguments)}finally{zc(b)}}}function Ec(a,b,c){this.line=b,this.rest=Se(b),this.size=this.rest?If(Ag(this.rest))-c+1:1,this.node=this.text=null,this.hidden=Ve(a,b)
2
+ }function Fc(a,b,c){for(var e,d=[],f=b;c>f;f=e){var g=new Ec(a.doc,Ef(a.doc,f),f);e=f+g.size,d.push(g)}return d}function Gc(a,b,c,d){null==b&&(b=a.doc.first),null==c&&(c=a.doc.first+a.doc.size),d||(d=0);var e=a.display;if(d&&c<e.viewTo&&(null==e.updateLineNumbers||e.updateLineNumbers>b)&&(e.updateLineNumbers=b),a.curOp.viewChanged=!0,b>=e.viewTo)y&&Te(a.doc,b)<e.viewTo&&Ic(a);else if(c<=e.viewFrom)y&&Ue(a.doc,c+d)>e.viewFrom?Ic(a):(e.viewFrom+=d,e.viewTo+=d);else if(b<=e.viewFrom&&c>=e.viewTo)Ic(a);else if(b<=e.viewFrom){var f=Kc(a,c,c+d,1);f?(e.view=e.view.slice(f.index),e.viewFrom=f.lineN,e.viewTo+=d):Ic(a)}else if(c>=e.viewTo){var f=Kc(a,b,b,-1);f?(e.view=e.view.slice(0,f.index),e.viewTo=f.lineN):Ic(a)}else{var g=Kc(a,b,b,-1),h=Kc(a,c,c+d,1);g&&h?(e.view=e.view.slice(0,g.index).concat(Fc(a,g.lineN,h.lineN)).concat(e.view.slice(h.index)),e.viewTo+=d):Ic(a)}var i=e.externalMeasured;i&&(c<i.lineN?i.lineN+=d:b<i.lineN+i.size&&(e.externalMeasured=null))}function Hc(a,b,c){a.curOp.viewChanged=!0;var d=a.display,e=a.display.externalMeasured;if(e&&b>=e.lineN&&b<e.lineN+e.size&&(d.externalMeasured=null),!(b<d.viewFrom||b>=d.viewTo)){var f=d.view[Jc(a,b)];if(null!=f.node){var g=f.changes||(f.changes=[]);-1==Cg(g,c)&&g.push(c)}}}function Ic(a){a.display.viewFrom=a.display.viewTo=a.doc.first,a.display.view=[],a.display.viewOffset=0}function Jc(a,b){if(b>=a.display.viewTo)return null;if(b-=a.display.viewFrom,0>b)return null;for(var c=a.display.view,d=0;d<c.length;d++)if(b-=c[d].size,0>b)return d}function Kc(a,b,c,d){var f,e=Jc(a,b),g=a.display.view;if(!y)return{index:e,lineN:c};for(var h=0,i=a.display.viewFrom;e>h;h++)i+=g[h].size;if(i!=b){if(d>0){if(e==g.length-1)return null;f=i+g[e].size-b,e++}else f=i-b;b+=f,c+=f}for(;Te(a.doc,c)!=c;){if(e==(0>d?0:g.length-1))return null;c+=d*g[e-(0>d?1:0)].size,e+=d}return{index:e,lineN:c}}function Lc(a,b,c){var d=a.display,e=d.view;0==e.length||b>=d.viewTo||c<=d.viewFrom?(d.view=Fc(a,b,c),d.viewFrom=b):(d.viewFrom>b?d.view=Fc(a,b,d.viewFrom).concat(d.view):d.viewFrom<b&&(d.view=d.view.slice(Jc(a,b))),d.viewFrom=b,d.viewTo<c?d.view=d.view.concat(Fc(a,d.viewTo,c)):d.viewTo>c&&(d.view=d.view.slice(0,Jc(a,c)))),d.viewTo=c}function Mc(a){for(var b=a.display.view,c=0,d=0;d<b.length;d++){var e=b[d];e.hidden||e.node&&!e.changes||++c}return c}function Nc(a){a.display.pollingFast||a.display.poll.set(a.options.pollInterval,function(){Pc(a),a.state.focused&&Nc(a)})}function Oc(a){function c(){var d=Pc(a);d||b?(a.display.pollingFast=!1,Nc(a)):(b=!0,a.display.poll.set(60,c))}var b=!1;a.display.pollingFast=!0,a.display.poll.set(20,c)}function Pc(a){var b=a.display.input,c=a.display.prevInput,e=a.doc;if(!a.state.focused||ch(b)&&!c||Tc(a)||a.options.disableInput)return!1;a.state.pasteIncoming&&a.state.fakedLastChar&&(b.value=b.value.substring(0,b.value.length-1),a.state.fakedLastChar=!1);var f=b.value;if(f==c&&!a.somethingSelected())return!1;if(g&&!d&&a.display.inputHasSelection===f)return Qc(a),!1;var h=!a.curOp;h&&yc(a),a.display.shift=!1;for(var i=0,j=Math.min(c.length,f.length);j>i&&c.charCodeAt(i)==f.charCodeAt(i);)++i;for(var k=f.slice(i),l=bh(k),m=a.state.pasteIncoming&&l.length>1&&e.sel.ranges.length==l.length,n=e.sel.ranges.length-1;n>=0;n--){var o=e.sel.ranges[n],p=o.from(),q=o.to();i<c.length?p=ob(p.line,p.ch-(c.length-i)):a.state.overwrite&&o.empty()&&!a.state.pasteIncoming&&(q=ob(q.line,Math.min(Ef(e,q.line).text.length,q.ch+Ag(l).length)));var r=a.curOp.updateInput,s={from:p,to:q,text:m?[l[n]]:l,origin:a.state.pasteIncoming?"paste":a.state.cutIncoming?"cut":"+input"};if(Gd(a.doc,s),kg(a,"inputRead",a,s),k&&!a.state.pasteIncoming&&a.options.electricChars&&a.options.smartIndent&&o.head.ch<100&&(!n||e.sel.ranges[n-1].head.line!=o.head.line)){var t=a.getModeAt(o.head);if(t.electricChars){for(var u=0;u<t.electricChars.length;u++)if(k.indexOf(t.electricChars.charAt(u))>-1){Ud(a,o.head.line,"smart");break}}else if(t.electricInput){var v=Ad(s);t.electricInput.test(Ef(e,v.line).text.slice(0,v.ch))&&Ud(a,o.head.line,"smart")}}}return Sd(a),a.curOp.updateInput=r,a.curOp.typing=!0,f.length>1e3||f.indexOf("\n")>-1?b.value=a.display.prevInput="":a.display.prevInput=f,h&&zc(a),a.state.pasteIncoming=a.state.cutIncoming=!1,!0}function Qc(a,b){var c,e,f=a.doc;if(a.somethingSelected()){a.display.prevInput="";var h=f.sel.primary();c=dh&&(h.to().line-h.from().line>100||(e=a.getSelection()).length>1e3);var i=c?"-":e||a.getSelection();a.display.input.value=i,a.state.focused&&Bg(a.display.input),g&&!d&&(a.display.inputHasSelection=i)}else b||(a.display.prevInput=a.display.input.value="",g&&!d&&(a.display.inputHasSelection=null));a.display.inaccurateSelection=c}function Rc(a){"nocursor"==a.options.readOnly||r&&Rg()==a.display.input||a.display.input.focus()}function Sc(a){a.state.focused||(Rc(a),vd(a))}function Tc(a){return a.options.readOnly||a.doc.cantEdit}function Uc(a){function e(){a.state.focused&&setTimeout(Gg(Rc,a),0)}function i(){null==f&&(f=setTimeout(function(){f=null,c.cachedCharWidth=c.cachedTextHeight=c.cachedPaddingH=Xg=null,a.setSize()},100))}function j(){Qg(document.body,c.wrapper)?setTimeout(j,5e3):gg(window,"resize",i)}function k(b){mg(a,b)||cg(b)}function l(b){if(a.somethingSelected())c.inaccurateSelection&&(c.prevInput="",c.inaccurateSelection=!1,c.input.value=a.getSelection(),Bg(c.input));else{for(var d="",e=[],f=0;f<a.doc.sel.ranges.length;f++){var g=a.doc.sel.ranges[f].head.line,h={anchor:ob(g,0),head:ob(g+1,0)};e.push(h),d+=a.getRange(h.anchor,h.head)}"cut"==b.type?a.setSelections(e,null,sg):(c.prevInput="",c.input.value=d,Bg(c.input))}"cut"==b.type&&(a.state.cutIncoming=!0)}var c=a.display;fg(c.scroller,"mousedown",Bc(a,Xc)),b?fg(c.scroller,"dblclick",Bc(a,function(b){if(!mg(a,b)){var c=Wc(a,b);if(c&&!cd(a,b)&&!Vc(a.display,b)){_f(b);var d=Zd(a.doc,c);Db(a.doc,d.anchor,d.head)}}})):fg(c.scroller,"dblclick",function(b){mg(a,b)||_f(b)}),fg(c.lineSpace,"selectstart",function(a){Vc(c,a)||_f(a)}),w||fg(c.scroller,"contextmenu",function(b){yd(a,b)}),fg(c.scroller,"scroll",function(){c.scroller.clientHeight&&(gd(a,c.scroller.scrollTop),hd(a,c.scroller.scrollLeft,!0),hg(a,"scroll",a))}),fg(c.scrollbarV,"scroll",function(){c.scroller.clientHeight&&gd(a,c.scrollbarV.scrollTop)}),fg(c.scrollbarH,"scroll",function(){c.scroller.clientHeight&&hd(a,c.scrollbarH.scrollLeft)}),fg(c.scroller,"mousewheel",function(b){kd(a,b)}),fg(c.scroller,"DOMMouseScroll",function(b){kd(a,b)}),fg(c.scrollbarH,"mousedown",e),fg(c.scrollbarV,"mousedown",e),fg(c.wrapper,"scroll",function(){c.wrapper.scrollTop=c.wrapper.scrollLeft=0});var f;fg(window,"resize",i),setTimeout(j,5e3),fg(c.input,"keyup",Bc(a,td)),fg(c.input,"input",function(){g&&!d&&a.display.inputHasSelection&&(a.display.inputHasSelection=null),Oc(a)}),fg(c.input,"keydown",Bc(a,rd)),fg(c.input,"keypress",Bc(a,ud)),fg(c.input,"focus",Gg(vd,a)),fg(c.input,"blur",Gg(wd,a)),a.options.dragDrop&&(fg(c.scroller,"dragstart",function(b){fd(a,b)}),fg(c.scroller,"dragenter",k),fg(c.scroller,"dragover",k),fg(c.scroller,"drop",Bc(a,ed))),fg(c.scroller,"paste",function(b){Vc(c,b)||(a.state.pasteIncoming=!0,Rc(a),Oc(a))}),fg(c.input,"paste",function(){if(h&&!a.state.fakedLastChar&&!(new Date-a.state.lastMiddleDown<200)){var b=c.input.selectionStart,d=c.input.selectionEnd;c.input.value+="$",c.input.selectionStart=b,c.input.selectionEnd=d,a.state.fakedLastChar=!0}a.state.pasteIncoming=!0,Oc(a)}),fg(c.input,"cut",l),fg(c.input,"copy",l),m&&fg(c.sizer,"mouseup",function(){Rg()==c.input&&c.input.blur(),Rc(a)})}function Vc(a,b){for(var c=dg(b);c!=a.wrapper;c=c.parentNode)if(!c||c.ignoreEvents||c.parentNode==a.sizer&&c!=a.mover)return!0}function Wc(a,b,c,d){var e=a.display;if(!c){var f=dg(b);if(f==e.scrollbarH||f==e.scrollbarV||f==e.scrollbarFiller||f==e.gutterFiller)return null}var g,h,i=e.lineSpace.getBoundingClientRect();try{g=b.clientX-i.left,h=b.clientY-i.top}catch(b){return null}var k,j=sc(a,g,h);if(d&&1==j.xRel&&(k=Ef(a.doc,j.line).text).length==j.ch){var l=wg(k,k.length,a.options.tabSize)-k.length;j=ob(j.line,Math.round((g-Zb(a.display).left)/wc(a.display))-l)}return j}function Xc(a){if(!mg(this,a)){var b=this,c=b.display;if(c.shift=a.shiftKey,Vc(c,a))return h||(c.scroller.draggable=!1,setTimeout(function(){c.scroller.draggable=!0},100)),void 0;if(!cd(b,a)){var d=Wc(b,a);switch(window.focus(),eg(a)){case 1:d?$c(b,a,d):dg(a)==c.scroller&&_f(a);break;case 2:h&&(b.state.lastMiddleDown=+new Date),d&&Db(b.doc,d),setTimeout(Gg(Rc,b),20),_f(a);break;case 3:w&&yd(b,a)}}}}function $c(a,b,c){setTimeout(Gg(Sc,a),0);var e,d=+new Date;Zc&&Zc.time>d-400&&0==pb(Zc.pos,c)?e="triple":Yc&&Yc.time>d-400&&0==pb(Yc.pos,c)?(e="double",Zc={time:d,pos:c}):(e="single",Yc={time:d,pos:c});var f=a.doc.sel,g=s?b.metaKey:b.ctrlKey;a.options.dragDrop&&Wg&&!g&&!Tc(a)&&"single"==e&&f.contains(c)>-1&&f.somethingSelected()?_c(a,b,c):ad(a,b,c,e,g)}function _c(a,c,e){var f=a.display,g=Bc(a,function(i){h&&(f.scroller.draggable=!1),a.state.draggingText=!1,gg(document,"mouseup",g),gg(f.scroller,"drop",g),Math.abs(c.clientX-i.clientX)+Math.abs(c.clientY-i.clientY)<10&&(_f(i),Db(a.doc,e),Rc(a),b&&!d&&setTimeout(function(){document.body.focus(),Rc(a)},20))});h&&(f.scroller.draggable=!0),a.state.draggingText=g,f.scroller.dragDrop&&f.scroller.dragDrop(),fg(document,"mouseup",g),fg(f.scroller,"drop",g)}function ad(a,b,c,d,f){function p(b){if(0!=pb(o,b))if(o=b,"rect"==d){for(var e=[],f=a.options.tabSize,g=wg(Ef(i,c.line).text,c.ch,f),h=wg(Ef(i,b.line).text,b.ch,f),m=Math.min(g,h),n=Math.max(g,h),p=Math.min(c.line,b.line),q=Math.min(a.lastLine(),Math.max(c.line,b.line));q>=p;p++){var r=Ef(i,p).text,s=xg(r,m,f);m==n?e.push(new ub(ob(p,s),ob(p,s))):r.length>s&&e.push(new ub(ob(p,s),ob(p,xg(r,n,f))))}e.length||e.push(new ub(c,c)),Jb(i,vb(l.ranges.slice(0,k).concat(e),k),tg)}else{var t=j,u=t.anchor,v=b;if("single"!=d){if("double"==d)var w=Zd(i,b);else var w=new ub(ob(b.line,0),yb(i,ob(b.line+1,0)));pb(w.anchor,u)>0?(v=w.head,u=sb(t.from(),w.anchor)):(v=w.anchor,u=rb(t.to(),w.head))}var e=l.ranges.slice(0);e[k]=new ub(yb(i,u),v),Jb(i,vb(e,k),tg)}}function s(b){var c=++r,e=Wc(a,b,!0,"rect"==d);if(e)if(0!=pb(e,o)){Sc(a),p(e);var f=Q(h,i);(e.line>=f.to||e.line<f.from)&&setTimeout(Bc(a,function(){r==c&&s(b)}),150)}else{var g=b.clientY<q.top?-20:b.clientY>q.bottom?20:0;g&&setTimeout(Bc(a,function(){r==c&&(h.scroller.scrollTop+=g,s(b))}),50)}}function t(b){r=1/0,_f(b),Rc(a),gg(document,"mousemove",u),gg(document,"mouseup",v),i.history.lastSelOrigin=null}var h=a.display,i=a.doc;_f(b);var j,k,l=i.sel;if(f?(k=i.sel.contains(c),j=k>-1?i.sel.ranges[k]:new ub(c,c)):j=i.sel.primary(),b.altKey)d="rect",f||(j=new ub(c,c)),c=Wc(a,b,!0,!0),k=-1;else if("double"==d){var m=Zd(i,c);j=a.display.shift||i.extend?Cb(i,j,m.anchor,m.head):m}else if("triple"==d){var n=new ub(ob(c.line,0),yb(i,ob(c.line+1,0)));j=a.display.shift||i.extend?Cb(i,j,n.anchor,n.head):n}else j=Cb(i,j,c);f?k>-1?Fb(i,k,j,tg):(k=i.sel.ranges.length,Jb(i,vb(i.sel.ranges.concat([j]),k),{scroll:!1,origin:"*mouse"})):(k=0,Jb(i,new tb([j],0),tg));var o=c,q=h.wrapper.getBoundingClientRect(),r=0,u=Bc(a,function(a){(g&&!e?a.buttons:eg(a))?s(a):t(a)}),v=Bc(a,t);fg(document,"mousemove",u),fg(document,"mouseup",v)}function bd(a,b,c,d,e){try{var f=b.clientX,g=b.clientY}catch(b){return!1}if(f>=Math.floor(a.display.gutters.getBoundingClientRect().right))return!1;d&&_f(b);var h=a.display,i=h.lineDiv.getBoundingClientRect();if(g>i.bottom||!og(a,c))return bg(b);g-=i.top-h.viewOffset;for(var j=0;j<a.options.gutters.length;++j){var k=h.gutters.childNodes[j];if(k&&k.getBoundingClientRect().right>=f){var l=Jf(a.doc,g),m=a.options.gutters[j];return e(a,c,a,l,m,b),bg(b)}}}function cd(a,b){return bd(a,b,"gutterClick",!0,kg)}function ed(a){var c=this;if(!mg(c,a)&&!Vc(c.display,a)){_f(a),b&&(dd=+new Date);var d=Wc(c,a,!0),e=a.dataTransfer.files;if(d&&!Tc(c))if(e&&e.length&&window.FileReader&&window.File)for(var f=e.length,g=Array(f),h=0,i=function(a,b){var e=new FileReader;e.onload=Bc(c,function(){if(g[b]=e.result,++h==f){d=yb(c.doc,d);var a={from:d,to:d,text:bh(g.join("\n")),origin:"paste"};Gd(c.doc,a),Ib(c.doc,wb(d,Ad(a)))}}),e.readAsText(a)},j=0;f>j;++j)i(e[j],j);else{if(c.state.draggingText&&c.doc.sel.contains(d)>-1)return c.state.draggingText(a),setTimeout(Gg(Rc,c),20),void 0;try{var g=a.dataTransfer.getData("Text");if(g){var k=c.state.draggingText&&c.listSelections();if(Kb(c.doc,wb(d,d)),k)for(var j=0;j<k.length;++j)Md(c.doc,"",k[j].anchor,k[j].head,"drag");c.replaceSelection(g,"around","paste"),Rc(c)}}catch(a){}}}}function fd(a,c){if(b&&(!a.state.draggingText||+new Date-dd<100))return cg(c),void 0;if(!mg(a,c)&&!Vc(a.display,c)&&(c.dataTransfer.setData("Text",a.getSelection()),c.dataTransfer.setDragImage&&!l)){var d=Mg("img",null,null,"position: fixed; left: 0; top: 0;");d.src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",k&&(d.width=d.height=1,a.display.wrapper.appendChild(d),d._top=d.offsetTop),c.dataTransfer.setDragImage(d,0,0),k&&d.parentNode.removeChild(d)}}function gd(b,c){Math.abs(b.doc.scrollTop-c)<2||(b.doc.scrollTop=c,a||V(b,{top:c}),b.display.scroller.scrollTop!=c&&(b.display.scroller.scrollTop=c),b.display.scrollbarV.scrollTop!=c&&(b.display.scrollbarV.scrollTop=c),a&&V(b),Tb(b,100))}function hd(a,b,c){(c?b==a.doc.scrollLeft:Math.abs(a.doc.scrollLeft-b)<2)||(b=Math.min(b,a.display.scroller.scrollWidth-a.display.scroller.clientWidth),a.doc.scrollLeft=b,R(a),a.display.scroller.scrollLeft!=b&&(a.display.scroller.scrollLeft=b),a.display.scrollbarH.scrollLeft!=b&&(a.display.scrollbarH.scrollLeft=b))}function kd(b,c){var d=c.wheelDeltaX,e=c.wheelDeltaY;null==d&&c.detail&&c.axis==c.HORIZONTAL_AXIS&&(d=c.detail),null==e&&c.detail&&c.axis==c.VERTICAL_AXIS?e=c.detail:null==e&&(e=c.wheelDelta);var f=b.display,g=f.scroller;if(d&&g.scrollWidth>g.clientWidth||e&&g.scrollHeight>g.clientHeight){if(e&&s&&h)a:for(var i=c.target,j=f.view;i!=g;i=i.parentNode)for(var l=0;l<j.length;l++)if(j[l].node==i){b.display.currentWheelTarget=i;break a}if(d&&!a&&!k&&null!=jd)return e&&gd(b,Math.max(0,Math.min(g.scrollTop+e*jd,g.scrollHeight-g.clientHeight))),hd(b,Math.max(0,Math.min(g.scrollLeft+d*jd,g.scrollWidth-g.clientWidth))),_f(c),f.wheelStartX=null,void 0;if(e&&null!=jd){var m=e*jd,n=b.doc.scrollTop,o=n+f.wrapper.clientHeight;0>m?n=Math.max(0,n+m-50):o=Math.min(b.doc.height,o+m+50),V(b,{top:n,bottom:o})}20>id&&(null==f.wheelStartX?(f.wheelStartX=g.scrollLeft,f.wheelStartY=g.scrollTop,f.wheelDX=d,f.wheelDY=e,setTimeout(function(){if(null!=f.wheelStartX){var a=g.scrollLeft-f.wheelStartX,b=g.scrollTop-f.wheelStartY,c=b&&f.wheelDY&&b/f.wheelDY||a&&f.wheelDX&&a/f.wheelDX;f.wheelStartX=f.wheelStartY=null,c&&(jd=(jd*id+c)/(id+1),++id)}},200)):(f.wheelDX+=d,f.wheelDY+=e))}}function ld(a,b,c){if("string"==typeof b&&(b=je[b],!b))return!1;a.display.pollingFast&&Pc(a)&&(a.display.pollingFast=!1);var d=a.display.shift,e=!1;try{Tc(a)&&(a.state.suppressEdits=!0),c&&(a.display.shift=!1),e=b(a)!=rg}finally{a.display.shift=d,a.state.suppressEdits=!1}return e}function md(a){var b=a.state.keyMaps.slice(0);return a.options.extraKeys&&b.push(a.options.extraKeys),b.push(a.options.keyMap),b}function od(a,b){var c=le(a.options.keyMap),d=c.auto;clearTimeout(nd),d&&!ne(b)&&(nd=setTimeout(function(){le(a.options.keyMap)==c&&(a.options.keyMap=d.call?d.call(null,a):d,G(a))},50));var e=oe(b,!0),f=!1;if(!e)return!1;var g=md(a);return f=b.shiftKey?me("Shift-"+e,g,function(b){return ld(a,b,!0)})||me(e,g,function(b){return("string"==typeof b?/^go[A-Z]/.test(b):b.motion)?ld(a,b):void 0}):me(e,g,function(b){return ld(a,b)}),f&&(_f(b),Sb(a),kg(a,"keyHandled",a,e,b)),f}function pd(a,b,c){var d=me("'"+c+"'",md(a),function(b){return ld(a,b,!0)});return d&&(_f(b),Sb(a),kg(a,"keyHandled",a,"'"+c+"'",b)),d}function rd(a){var c=this;if(Sc(c),!mg(c,a)){b&&27==a.keyCode&&(a.returnValue=!1);var d=a.keyCode;c.display.shift=16==d||a.shiftKey;var e=od(c,a);k&&(qd=e?d:null,!e&&88==d&&!dh&&(s?a.metaKey:a.ctrlKey)&&c.replaceSelection("",null,"cut")),18!=d||/\bCodeMirror-crosshair\b/.test(c.display.lineDiv.className)||sd(c)}}function sd(a){function c(a){18!=a.keyCode&&a.altKey||(Tg(b,"CodeMirror-crosshair"),gg(document,"keyup",c),gg(document,"mouseover",c))}var b=a.display.lineDiv;Ug(b,"CodeMirror-crosshair"),fg(document,"keyup",c),fg(document,"mouseover",c)}function td(a){mg(this,a)||16==a.keyCode&&(this.doc.sel.shift=!1)}function ud(a){var b=this;if(!mg(b,a)){var c=a.keyCode,e=a.charCode;if(k&&c==qd)return qd=null,_f(a),void 0;if(!(k&&(!a.which||a.which<10)||m)||!od(b,a)){var f=String.fromCharCode(null==e?c:e);pd(b,a,f)||(g&&!d&&(b.display.inputHasSelection=null),Oc(b))}}}function vd(a){"nocursor"!=a.options.readOnly&&(a.state.focused||(hg(a,"focus",a),a.state.focused=!0,Ug(a.display.wrapper,"CodeMirror-focused"),a.curOp||"\u200b"==a.display.prevInput||(Qc(a),h&&setTimeout(Gg(Qc,a,!0),0))),Nc(a),Sb(a))}function wd(a){a.state.focused&&(hg(a,"blur",a),a.state.focused=!1,Tg(a.display.wrapper,"CodeMirror-focused")),clearInterval(a.display.blinker),setTimeout(function(){a.state.focused||(a.display.shift=!1)},150)}function yd(a,b){function j(){if(null!=c.input.selectionStart){var b=c.input.value="\u200b"+(a.somethingSelected()?c.input.value:"");c.prevInput="\u200b",c.input.selectionStart=1,c.input.selectionEnd=b.length}}function l(){if(c.inputDiv.style.position="relative",c.input.style.cssText=i,d&&(c.scrollbarV.scrollTop=c.scroller.scrollTop=f),Nc(a),null!=c.input.selectionStart){(!g||d)&&j(),clearTimeout(xd);var b=0,e=function(){"\u200b"==c.prevInput&&0==c.input.selectionStart?Bc(a,je.selectAll)(a):b++<10?xd=setTimeout(e,500):Qc(a)};xd=setTimeout(e,200)}}if(!mg(a,b,"contextmenu")){var c=a.display;if(!Vc(c,b)&&!zd(a,b)){var e=Wc(a,b),f=c.scroller.scrollTop;if(e&&!k){var h=a.options.resetSelectionOnContextMenu;h&&-1==a.doc.sel.contains(e)&&Bc(a,Jb)(a.doc,wb(e),sg);var i=c.input.style.cssText;if(c.inputDiv.style.position="absolute",c.input.style.cssText="position: fixed; width: 30px; height: 30px; top: "+(b.clientY-5)+"px; left: "+(b.clientX-5)+"px; z-index: 1000; background: "+(g?"rgba(255, 255, 255, .05)":"transparent")+"; outline: none; border-width: 0; outline: none; overflow: hidden; opacity: .05; filter: alpha(opacity=5);",Rc(a),Qc(a),a.somethingSelected()||(c.input.value=c.prevInput=" "),g&&!d&&j(),w){cg(b);var m=function(){gg(window,"mouseup",m),setTimeout(l,20)};fg(window,"mouseup",m)}else setTimeout(l,50)}}}}function zd(a,b){return og(a,"gutterContextMenu")?bd(a,b,"gutterContextMenu",!1,hg):!1}function Bd(a,b){if(pb(a,b.from)<0)return a;if(pb(a,b.to)<=0)return Ad(b);var c=a.line+b.text.length-(b.to.line-b.from.line)-1,d=a.ch;return a.line==b.to.line&&(d+=Ad(b).ch-b.to.ch),ob(c,d)}function Cd(a,b){for(var c=[],d=0;d<a.sel.ranges.length;d++){var e=a.sel.ranges[d];c.push(new ub(Bd(e.anchor,b),Bd(e.head,b)))}return vb(c,a.sel.primIndex)}function Dd(a,b,c){return a.line==b.line?ob(c.line,a.ch-b.ch+c.ch):ob(c.line+(a.line-b.line),a.ch)}function Ed(a,b,c){for(var d=[],e=ob(a.first,0),f=e,g=0;g<b.length;g++){var h=b[g],i=Dd(h.from,e,f),j=Dd(Ad(h),e,f);if(e=h.to,f=j,"around"==c){var k=a.sel.ranges[g],l=pb(k.head,k.anchor)<0;d[g]=new ub(l?j:i,l?i:j)}else d[g]=new ub(i,i)}return new tb(d,a.sel.primIndex)}function Fd(a,b,c){var d={canceled:!1,from:b.from,to:b.to,text:b.text,origin:b.origin,cancel:function(){this.canceled=!0}};return c&&(d.update=function(b,c,d,e){b&&(this.from=yb(a,b)),c&&(this.to=yb(a,c)),d&&(this.text=d),void 0!==e&&(this.origin=e)}),hg(a,"beforeChange",a,d),a.cm&&hg(a.cm,"beforeChange",a.cm,d),d.canceled?null:{from:d.from,to:d.to,text:d.text,origin:d.origin}}function Gd(a,b,c){if(a.cm){if(!a.cm.curOp)return Bc(a.cm,Gd)(a,b,c);if(a.cm.state.suppressEdits)return}if(!(og(a,"beforeChange")||a.cm&&og(a.cm,"beforeChange"))||(b=Fd(a,b,!0))){var d=x&&!c&&He(a,b.from,b.to);if(d)for(var e=d.length-1;e>=0;--e)Hd(a,{from:d[e].from,to:d[e].to,text:e?[""]:b.text});else Hd(a,b)}}function Hd(a,b){if(1!=b.text.length||""!=b.text[0]||0!=pb(b.from,b.to)){var c=Cd(a,b);Qf(a,b,c,a.cm?a.cm.curOp.id:0/0),Kd(a,b,c,Ee(a,b));var d=[];Cf(a,function(a,c){c||-1!=Cg(d,a.history)||($f(a.history,b),d.push(a.history)),Kd(a,b,null,Ee(a,b))})}}function Id(a,b,c){if(!a.cm||!a.cm.state.suppressEdits){for(var e,d=a.history,f=a.sel,g="undo"==b?d.done:d.undone,h="undo"==b?d.undone:d.done,i=0;i<g.length&&(e=g[i],c?!e.ranges||e.equals(a.sel):e.ranges);i++);if(i!=g.length){for(d.lastOrigin=d.lastSelOrigin=null;e=g.pop(),e.ranges;){if(Tf(e,h),c&&!e.equals(a.sel))return Jb(a,e,{clearRedo:!1}),void 0;f=e}var j=[];Tf(f,h),h.push({changes:j,generation:d.generation}),d.generation=e.generation||++d.maxGeneration;for(var k=og(a,"beforeChange")||a.cm&&og(a.cm,"beforeChange"),i=e.changes.length-1;i>=0;--i){var l=e.changes[i];if(l.origin=b,k&&!Fd(a,l,!1))return g.length=0,void 0;j.push(Nf(a,l));var m=i?Cd(a,l,null):Ag(g);Kd(a,l,m,Ge(a,l)),a.cm&&Sd(a.cm);var n=[];Cf(a,function(a,b){b||-1!=Cg(n,a.history)||($f(a.history,l),n.push(a.history)),Kd(a,l,null,Ge(a,l))})}}}}function Jd(a,b){a.first+=b,a.sel=new tb(Dg(a.sel.ranges,function(a){return new ub(ob(a.anchor.line+b,a.anchor.ch),ob(a.head.line+b,a.head.ch))}),a.sel.primIndex),a.cm&&Gc(a.cm,a.first,a.first-b,b)}function Kd(a,b,c,d){if(a.cm&&!a.cm.curOp)return Bc(a.cm,Kd)(a,b,c,d);if(b.to.line<a.first)return Jd(a,b.text.length-1-(b.to.line-b.from.line)),void 0;if(!(b.from.line>a.lastLine())){if(b.from.line<a.first){var e=b.text.length-1-(a.first-b.from.line);Jd(a,e),b={from:ob(a.first,0),to:ob(b.to.line+e,b.to.ch),text:[Ag(b.text)],origin:b.origin}}var f=a.lastLine();b.to.line>f&&(b={from:b.from,to:ob(f,Ef(a,f).text.length),text:[b.text[0]],origin:b.origin}),b.removed=Ff(a,b.from,b.to),c||(c=Cd(a,b,null)),a.cm?Ld(a.cm,b,d):vf(a,b,d),Kb(a,c,sg)}}function Ld(a,b,c){var d=a.doc,e=a.display,f=b.from,g=b.to,h=!1,i=f.line;a.options.lineWrapping||(i=If(Re(Ef(d,f.line))),d.iter(i,g.line+1,function(a){return a==e.maxLine?(h=!0,!0):void 0})),d.sel.contains(b.from,b.to)>-1&&ng(a),vf(d,b,c,E(a)),a.options.lineWrapping||(d.iter(i,f.line+b.text.length,function(a){var b=L(a);b>e.maxLineLength&&(e.maxLine=a,e.maxLineLength=b,e.maxLineChanged=!0,h=!1)}),h&&(a.curOp.updateMaxLine=!0)),d.frontier=Math.min(d.frontier,f.line),Tb(a,400);var j=b.text.length-(g.line-f.line)-1;f.line!=g.line||1!=b.text.length||uf(a.doc,b)?Gc(a,f.line,g.line+1,j):Hc(a,f.line,"text");var k=og(a,"changes"),l=og(a,"change");if(l||k){var m={from:f,to:g,text:b.text,removed:b.removed,origin:b.origin};l&&kg(a,"change",a,m),k&&(a.curOp.changeObjs||(a.curOp.changeObjs=[])).push(m)}}function Md(a,b,c,d,e){if(d||(d=c),pb(d,c)<0){var f=d;d=c,c=f}"string"==typeof b&&(b=bh(b)),Gd(a,{from:c,to:d,text:b,origin:e})}function Nd(a,b){var c=a.display,d=c.sizer.getBoundingClientRect(),e=null;if(b.top+d.top<0?e=!0:b.bottom+d.top>(window.innerHeight||document.documentElement.clientHeight)&&(e=!1),null!=e&&!p){var f=Mg("div","\u200b",null,"position: absolute; top: "+(b.top-c.viewOffset-Xb(a.display))+"px; height: "+(b.bottom-b.top+qg)+"px; left: "+b.left+"px; width: 2px;");a.display.lineSpace.appendChild(f),f.scrollIntoView(e),a.display.lineSpace.removeChild(f)}}function Od(a,b,c,d){for(null==d&&(d=0);;){var e=!1,f=pc(a,b),g=c&&c!=b?pc(a,c):f,h=Qd(a,Math.min(f.left,g.left),Math.min(f.top,g.top)-d,Math.max(f.left,g.left),Math.max(f.bottom,g.bottom)+d),i=a.doc.scrollTop,j=a.doc.scrollLeft;if(null!=h.scrollTop&&(gd(a,h.scrollTop),Math.abs(a.doc.scrollTop-i)>1&&(e=!0)),null!=h.scrollLeft&&(hd(a,h.scrollLeft),Math.abs(a.doc.scrollLeft-j)>1&&(e=!0)),!e)return f}}function Pd(a,b,c,d,e){var f=Qd(a,b,c,d,e);null!=f.scrollTop&&gd(a,f.scrollTop),null!=f.scrollLeft&&hd(a,f.scrollLeft)}function Qd(a,b,c,d,e){var f=a.display,g=vc(a.display);0>c&&(c=0);var h=a.curOp&&null!=a.curOp.scrollTop?a.curOp.scrollTop:f.scroller.scrollTop,i=f.scroller.clientHeight-qg,j={},k=a.doc.height+Yb(f),l=g>c,m=e>k-g;if(h>c)j.scrollTop=l?0:c;else if(e>h+i){var n=Math.min(c,(m?k:e)-i);n!=h&&(j.scrollTop=n)}var o=a.curOp&&null!=a.curOp.scrollLeft?a.curOp.scrollLeft:f.scroller.scrollLeft,p=f.scroller.clientWidth-qg;b+=f.gutters.offsetWidth,d+=f.gutters.offsetWidth;var q=f.gutters.offsetWidth,r=q+10>b;return o+q>b||r?(r&&(b=0),j.scrollLeft=Math.max(0,b-10-q)):d>p+o-3&&(j.scrollLeft=d+10-p),j}function Rd(a,b,c){(null!=b||null!=c)&&Td(a),null!=b&&(a.curOp.scrollLeft=(null==a.curOp.scrollLeft?a.doc.scrollLeft:a.curOp.scrollLeft)+b),null!=c&&(a.curOp.scrollTop=(null==a.curOp.scrollTop?a.doc.scrollTop:a.curOp.scrollTop)+c)}function Sd(a){Td(a);var b=a.getCursor(),c=b,d=b;a.options.lineWrapping||(c=b.ch?ob(b.line,b.ch-1):b,d=ob(b.line,b.ch+1)),a.curOp.scrollToPos={from:c,to:d,margin:a.options.cursorScrollMargin,isCursor:!0}}function Td(a){var b=a.curOp.scrollToPos;if(b){a.curOp.scrollToPos=null;var c=qc(a,b.from),d=qc(a,b.to),e=Qd(a,Math.min(c.left,d.left),Math.min(c.top,d.top)-b.margin,Math.max(c.right,d.right),Math.max(c.bottom,d.bottom)+b.margin);a.scrollTo(e.scrollLeft,e.scrollTop)}}function Ud(a,b,c,d){var f,e=a.doc;null==c&&(c="add"),"smart"==c&&(a.doc.mode.indent?f=Wb(a,b):c="prev");var g=a.options.tabSize,h=Ef(e,b),i=wg(h.text,null,g);h.stateAfter&&(h.stateAfter=null);var k,j=h.text.match(/^\s*/)[0];if(d||/\S/.test(h.text)){if("smart"==c&&(k=a.doc.mode.indent(f,h.text.slice(j.length),h.text),k==rg)){if(!d)return;c="prev"}}else k=0,c="not";"prev"==c?k=b>e.first?wg(Ef(e,b-1).text,null,g):0:"add"==c?k=i+a.options.indentUnit:"subtract"==c?k=i-a.options.indentUnit:"number"==typeof c&&(k=i+c),k=Math.max(0,k);var l="",m=0;if(a.options.indentWithTabs)for(var n=Math.floor(k/g);n;--n)m+=g,l+=" ";if(k>m&&(l+=zg(k-m)),l!=j)Md(a.doc,l,ob(b,0),ob(b,j.length),"+input");else for(var n=0;n<e.sel.ranges.length;n++){var o=e.sel.ranges[n];if(o.head.line==b&&o.head.ch<j.length){var m=ob(b,j.length);Fb(e,n,new ub(m,m));break}}h.stateAfter=null}function Vd(a,b,c,d){var e=b,f=b,g=a.doc;return"number"==typeof b?f=Ef(g,xb(g,b)):e=If(b),null==e?null:(d(f,e)&&Hc(a,e,c),f)}function Wd(a,b){for(var c=a.doc.sel.ranges,d=[],e=0;e<c.length;e++){for(var f=b(c[e]);d.length&&pb(f.from,Ag(d).to)<=0;){var g=d.pop();if(pb(g.from,f.from)<0){f.from=g.from;break}}d.push(f)}Ac(a,function(){for(var b=d.length-1;b>=0;b--)Md(a.doc,"",d[b].from,d[b].to,"+delete");Sd(a)})}function Xd(a,b,c,d,e){function k(){var b=f+c;return b<a.first||b>=a.first+a.size?j=!1:(f=b,i=Ef(a,b))}function l(a){var b=(e?qh:rh)(i,g,c,!0);if(null==b){if(a||!k())return j=!1;g=e?(0>c?jh:ih)(i):0>c?i.text.length:0}else g=b;return!0}var f=b.line,g=b.ch,h=c,i=Ef(a,f),j=!0;if("char"==d)l();else if("column"==d)l(!0);else if("word"==d||"group"==d)for(var m=null,n="group"==d,o=!0;!(0>c)||l(!o);o=!1){var p=i.text.charAt(g)||"\n",q=Ig(p)?"w":n&&"\n"==p?"n":!n||/\s/.test(p)?null:"p";if(!n||o||q||(q="s"),m&&m!=q){0>c&&(c=1,l());break}if(q&&(m=q),c>0&&!l(!o))break}var r=Ob(a,ob(f,g),h,!0);return j||(r.hitSide=!0),r}function Yd(a,b,c,d){var g,e=a.doc,f=b.left;if("page"==d){var h=Math.min(a.display.wrapper.clientHeight,window.innerHeight||document.documentElement.clientHeight);g=b.top+c*(h-(0>c?1.5:.5)*vc(a.display))}else"line"==d&&(g=c>0?b.bottom+3:b.top-3);for(;;){var i=sc(a,f,g);if(!i.outside)break;if(0>c?0>=g:g>=e.height){i.hitSide=!0;break}g+=5*c}return i}function Zd(a,b){var c=Ef(a,b.line).text,d=b.ch,e=b.ch;if(c){(b.xRel<0||e==c.length)&&d?--d:++e;for(var f=c.charAt(d),g=Ig(f)?Ig:/\s/.test(f)?function(a){return/\s/.test(a)}:function(a){return!/\s/.test(a)&&!Ig(a)};d>0&&g(c.charAt(d-1));)--d;for(;e<c.length&&g(c.charAt(e));)++e}return new ub(ob(b.line,d),ob(b.line,e))}function ae(a,b,c,d){z.defaults[a]=b,c&&(_d[a]=d?function(a,b,d){d!=be&&c(a,b,d)}:c)}function le(a){return"string"==typeof a?ke[a]:a}function se(a,b,c,d,e){if(d&&d.shared)return ue(a,b,c,d,e);if(a.cm&&!a.cm.curOp)return Bc(a.cm,se)(a,b,c,d,e);var f=new qe(a,e),g=pb(b,c);if(d&&Fg(d,f,!1),g>0||0==g&&f.clearWhenEmpty!==!1)return f;if(f.replacedWith&&(f.collapsed=!0,f.widgetNode=Mg("span",[f.replacedWith],"CodeMirror-widget"),d.handleMouseEvents||(f.widgetNode.ignoreEvents=!0),d.insertLeft&&(f.widgetNode.insertLeft=!0)),f.collapsed){if(Qe(a,b.line,b,c,f)||b.line!=c.line&&Qe(a,c.line,b,c,f))throw new Error("Inserting collapsed marker partially overlapping an existing one");y=!0}f.addToHistory&&Qf(a,{from:b,to:c,origin:"markText"},a.sel,0/0);var j,h=b.line,i=a.cm;if(a.iter(h,c.line+1,function(a){i&&f.collapsed&&!i.options.lineWrapping&&Re(a)==i.display.maxLine&&(j=!0),f.collapsed&&h!=b.line&&Hf(a,0),Be(a,new ye(f,h==b.line?b.ch:null,h==c.line?c.ch:null)),++h}),f.collapsed&&a.iter(b.line,c.line+1,function(b){Ve(a,b)&&Hf(b,0)}),f.clearOnEnter&&fg(f,"beforeCursorEnter",function(){f.clear()}),f.readOnly&&(x=!0,(a.history.done.length||a.history.undone.length)&&a.clearHistory()),f.collapsed&&(f.id=++re,f.atomic=!0),i){if(j&&(i.curOp.updateMaxLine=!0),f.collapsed)Gc(i,b.line,c.line+1);else if(f.className||f.title||f.startStyle||f.endStyle)for(var k=b.line;k<=c.line;k++)Hc(i,k,"text");f.atomic&&Mb(i.doc),kg(i,"markerAdded",i,f)}return f}function ue(a,b,c,d,e){d=Fg(d),d.shared=!1;var f=[se(a,b,c,d,e)],g=f[0],h=d.widgetNode;return Cf(a,function(a){h&&(d.widgetNode=h.cloneNode(!0)),f.push(se(a,yb(a,b),yb(a,c),d,e));for(var i=0;i<a.linked.length;++i)if(a.linked[i].isParent)return;g=Ag(f)}),new te(f,g)}function ve(a){return a.findMarks(ob(a.first,0),a.clipPos(ob(a.lastLine())),function(a){return a.parent})}function we(a,b){for(var c=0;c<b.length;c++){var d=b[c],e=d.find(),f=a.clipPos(e.from),g=a.clipPos(e.to);if(pb(f,g)){var h=se(a,f,g,d.primary,d.primary.type);d.markers.push(h),h.parent=d}}}function xe(a){for(var b=0;b<a.length;b++){var c=a[b],d=[c.primary.doc];Cf(c.primary.doc,function(a){d.push(a)});for(var e=0;e<c.markers.length;e++){var f=c.markers[e];-1==Cg(d,f.doc)&&(f.parent=null,c.markers.splice(e--,1))}}}function ye(a,b,c){this.marker=a,this.from=b,this.to=c}function ze(a,b){if(a)for(var c=0;c<a.length;++c){var d=a[c];if(d.marker==b)return d}}function Ae(a,b){for(var c,d=0;d<a.length;++d)a[d]!=b&&(c||(c=[])).push(a[d]);return c}function Be(a,b){a.markedSpans=a.markedSpans?a.markedSpans.concat([b]):[b],b.marker.attachLine(a)}function Ce(a,b,c){if(a)for(var e,d=0;d<a.length;++d){var f=a[d],g=f.marker,h=null==f.from||(g.inclusiveLeft?f.from<=b:f.from<b);if(h||f.from==b&&"bookmark"==g.type&&(!c||!f.marker.insertLeft)){var i=null==f.to||(g.inclusiveRight?f.to>=b:f.to>b);(e||(e=[])).push(new ye(g,f.from,i?null:f.to))}}return e}function De(a,b,c){if(a)for(var e,d=0;d<a.length;++d){var f=a[d],g=f.marker,h=null==f.to||(g.inclusiveRight?f.to>=b:f.to>b);if(h||f.from==b&&"bookmark"==g.type&&(!c||f.marker.insertLeft)){var i=null==f.from||(g.inclusiveLeft?f.from<=b:f.from<b);(e||(e=[])).push(new ye(g,i?null:f.from-b,null==f.to?null:f.to-b))}}return e}function Ee(a,b){var c=Ab(a,b.from.line)&&Ef(a,b.from.line).markedSpans,d=Ab(a,b.to.line)&&Ef(a,b.to.line).markedSpans;if(!c&&!d)return null;var e=b.from.ch,f=b.to.ch,g=0==pb(b.from,b.to),h=Ce(c,e,g),i=De(d,f,g),j=1==b.text.length,k=Ag(b.text).length+(j?e:0);if(h)for(var l=0;l<h.length;++l){var m=h[l];if(null==m.to){var n=ze(i,m.marker);n?j&&(m.to=null==n.to?null:n.to+k):m.to=e}}if(i)for(var l=0;l<i.length;++l){var m=i[l];if(null!=m.to&&(m.to+=k),null==m.from){var n=ze(h,m.marker);n||(m.from=k,j&&(h||(h=[])).push(m))}else m.from+=k,j&&(h||(h=[])).push(m)}h&&(h=Fe(h)),i&&i!=h&&(i=Fe(i));var o=[h];if(!j){var q,p=b.text.length-2;if(p>0&&h)for(var l=0;l<h.length;++l)null==h[l].to&&(q||(q=[])).push(new ye(h[l].marker,null,null));for(var l=0;p>l;++l)o.push(q);o.push(i)}return o}function Fe(a){for(var b=0;b<a.length;++b){var c=a[b];null!=c.from&&c.from==c.to&&c.marker.clearWhenEmpty!==!1&&a.splice(b--,1)}return a.length?a:null}function Ge(a,b){var c=Wf(a,b),d=Ee(a,b);if(!c)return d;if(!d)return c;for(var e=0;e<c.length;++e){var f=c[e],g=d[e];if(f&&g)a:for(var h=0;h<g.length;++h){for(var i=g[h],j=0;j<f.length;++j)if(f[j].marker==i.marker)continue a;f.push(i)}else g&&(c[e]=g)}return c}function He(a,b,c){var d=null;if(a.iter(b.line,c.line+1,function(a){if(a.markedSpans)for(var b=0;b<a.markedSpans.length;++b){var c=a.markedSpans[b].marker;!c.readOnly||d&&-1!=Cg(d,c)||(d||(d=[])).push(c)}}),!d)return null;for(var e=[{from:b,to:c}],f=0;f<d.length;++f)for(var g=d[f],h=g.find(0),i=0;i<e.length;++i){var j=e[i];
3
+ if(!(pb(j.to,h.from)<0||pb(j.from,h.to)>0)){var k=[i,1],l=pb(j.from,h.from),m=pb(j.to,h.to);(0>l||!g.inclusiveLeft&&!l)&&k.push({from:j.from,to:h.from}),(m>0||!g.inclusiveRight&&!m)&&k.push({from:h.to,to:j.to}),e.splice.apply(e,k),i+=k.length-1}}return e}function Ie(a){var b=a.markedSpans;if(b){for(var c=0;c<b.length;++c)b[c].marker.detachLine(a);a.markedSpans=null}}function Je(a,b){if(b){for(var c=0;c<b.length;++c)b[c].marker.attachLine(a);a.markedSpans=b}}function Ke(a){return a.inclusiveLeft?-1:0}function Le(a){return a.inclusiveRight?1:0}function Me(a,b){var c=a.lines.length-b.lines.length;if(0!=c)return c;var d=a.find(),e=b.find(),f=pb(d.from,e.from)||Ke(a)-Ke(b);if(f)return-f;var g=pb(d.to,e.to)||Le(a)-Le(b);return g?g:b.id-a.id}function Ne(a,b){var d,c=y&&a.markedSpans;if(c)for(var e,f=0;f<c.length;++f)e=c[f],e.marker.collapsed&&null==(b?e.from:e.to)&&(!d||Me(d,e.marker)<0)&&(d=e.marker);return d}function Oe(a){return Ne(a,!0)}function Pe(a){return Ne(a,!1)}function Qe(a,b,c,d,e){var f=Ef(a,b),g=y&&f.markedSpans;if(g)for(var h=0;h<g.length;++h){var i=g[h];if(i.marker.collapsed){var j=i.marker.find(0),k=pb(j.from,c)||Ke(i.marker)-Ke(e),l=pb(j.to,d)||Le(i.marker)-Le(e);if(!(k>=0&&0>=l||0>=k&&l>=0)&&(0>=k&&(pb(j.to,c)||Le(i.marker)-Ke(e))>0||k>=0&&(pb(j.from,d)||Ke(i.marker)-Le(e))<0))return!0}}}function Re(a){for(var b;b=Oe(a);)a=b.find(-1,!0).line;return a}function Se(a){for(var b,c;b=Pe(a);)a=b.find(1,!0).line,(c||(c=[])).push(a);return c}function Te(a,b){var c=Ef(a,b),d=Re(c);return c==d?b:If(d)}function Ue(a,b){if(b>a.lastLine())return b;var d,c=Ef(a,b);if(!Ve(a,c))return b;for(;d=Pe(c);)c=d.find(1,!0).line;return If(c)+1}function Ve(a,b){var c=y&&b.markedSpans;if(c)for(var d,e=0;e<c.length;++e)if(d=c[e],d.marker.collapsed){if(null==d.from)return!0;if(!d.marker.widgetNode&&0==d.from&&d.marker.inclusiveLeft&&We(a,b,d))return!0}}function We(a,b,c){if(null==c.to){var d=c.marker.find(1,!0);return We(a,d.line,ze(d.line.markedSpans,c.marker))}if(c.marker.inclusiveRight&&c.to==b.text.length)return!0;for(var e,f=0;f<b.markedSpans.length;++f)if(e=b.markedSpans[f],e.marker.collapsed&&!e.marker.widgetNode&&e.from==c.to&&(null==e.to||e.to!=c.from)&&(e.marker.inclusiveLeft||c.marker.inclusiveRight)&&We(a,b,e))return!0}function Ye(a,b,c){Kf(b)<(a.curOp&&a.curOp.scrollTop||a.doc.scrollTop)&&Rd(a,null,c)}function Ze(a){return null!=a.height?a.height:(Qg(document.body,a.node)||Pg(a.cm.display.measure,Mg("div",[a.node],null,"position: relative")),a.height=a.node.offsetHeight)}function $e(a,b,c,d){var e=new Xe(a,c,d);return e.noHScroll&&(a.display.alignWidgets=!0),Vd(a,b,"widget",function(b){var c=b.widgets||(b.widgets=[]);if(null==e.insertAt?c.push(e):c.splice(Math.min(c.length-1,Math.max(0,e.insertAt)),0,e),e.line=b,!Ve(a.doc,b)){var d=Kf(b)<a.doc.scrollTop;Hf(b,b.height+Ze(e)),d&&Rd(a,null,e.height),a.curOp.forceUpdate=!0}return!0}),e}function af(a,b,c,d){a.text=b,a.stateAfter&&(a.stateAfter=null),a.styles&&(a.styles=null),null!=a.order&&(a.order=null),Ie(a),Je(a,c);var e=d?d(a):1;e!=a.height&&Hf(a,e)}function bf(a){a.parent=null,Ie(a)}function cf(a,b){if(a)for(;;){var c=a.match(/(?:^|\s+)line-(background-)?(\S+)/);if(!c)break;a=a.slice(0,c.index)+a.slice(c.index+c[0].length);var d=c[1]?"bgClass":"textClass";null==b[d]?b[d]=c[2]:new RegExp("(?:^|s)"+c[2]+"(?:$|s)").test(b[d])||(b[d]+=" "+c[2])}return a}function df(a,b){if(a.blankLine)return a.blankLine(b);if(a.innerMode){var c=z.innerMode(a,b);return c.mode.blankLine?c.mode.blankLine(c.state):void 0}}function ef(a,b,c){var d=a.token(b,c);if(b.pos<=b.start)throw new Error("Mode "+a.name+" failed to advance stream.");return d}function ff(a,b,c,d,e,f,g){var h=c.flattenSpans;null==h&&(h=a.options.flattenSpans);var l,i=0,j=null,k=new pe(b,a.options.tabSize);for(""==b&&cf(df(c,d),f);!k.eol();){if(k.pos>a.options.maxHighlightLength?(h=!1,g&&jf(a,b,d,k.pos),k.pos=b.length,l=null):l=cf(ef(c,k,d),f),a.options.addModeClass){var m=z.innerMode(c,d).mode.name;m&&(l="m-"+(l?m+" "+l:m))}h&&j==l||(i<k.start&&e(k.start,j),i=k.start,j=l),k.start=k.pos}for(;i<k.pos;){var n=Math.min(k.pos,i+5e4);e(n,j),i=n}}function gf(a,b,c,d){var e=[a.state.modeGen],f={};ff(a,b.text,a.doc.mode,c,function(a,b){e.push(a,b)},f,d);for(var g=0;g<a.state.overlays.length;++g){var h=a.state.overlays[g],i=1,j=0;ff(a,b.text,h.mode,!0,function(a,b){for(var c=i;a>j;){var d=e[i];d>a&&e.splice(i,1,a,e[i+1],d),i+=2,j=Math.min(a,d)}if(b)if(h.opaque)e.splice(c,i-c,a,"cm-overlay "+b),i=c+2;else for(;i>c;c+=2){var f=e[c+1];e[c+1]=(f?f+" ":"")+"cm-overlay "+b}},f)}return{styles:e,classes:f.bgClass||f.textClass?f:null}}function hf(a,b){if(!b.styles||b.styles[0]!=a.state.modeGen){var c=gf(a,b,b.stateAfter=Wb(a,If(b)));b.styles=c.styles,c.classes?b.styleClasses=c.classes:b.styleClasses&&(b.styleClasses=null)}return b.styles}function jf(a,b,c,d){var e=a.doc.mode,f=new pe(b,a.options.tabSize);for(f.start=f.pos=d||0,""==b&&df(e,c);!f.eol()&&f.pos<=a.options.maxHighlightLength;)ef(e,f,c),f.start=f.pos}function mf(a,b){if(!a||/^\s*$/.test(a))return null;var c=b.addModeClass?lf:kf;return c[a]||(c[a]=a.replace(/\S+/g,"cm-$&"))}function nf(a,b){var c=Mg("span",null,null,h?"padding-right: .1px":null),d={pre:Mg("pre",[c]),content:c,col:0,pos:0,cm:a};b.measure={};for(var e=0;e<=(b.rest?b.rest.length:0);e++){var i,f=e?b.rest[e-1]:b.line;d.pos=0,d.addToken=pf,(g||h)&&a.getOption("lineWrapping")&&(d.addToken=qf(d.addToken)),ah(a.display.measure)&&(i=Lf(f))&&(d.addToken=rf(d.addToken,i)),d.map=[],tf(f,d,hf(a,f)),f.styleClasses&&(f.styleClasses.bgClass&&(d.bgClass=Vg(f.styleClasses.bgClass,d.bgClass||"")),f.styleClasses.textClass&&(d.textClass=Vg(f.styleClasses.textClass,d.textClass||""))),0==d.map.length&&d.map.push(0,0,d.content.appendChild($g(a.display.measure))),0==e?(b.measure.map=d.map,b.measure.cache={}):((b.measure.maps||(b.measure.maps=[])).push(d.map),(b.measure.caches||(b.measure.caches=[])).push({}))}return hg(a,"renderLine",a,b.line,d.pre),d}function of(a){var b=Mg("span","\u2022","cm-invalidchar");return b.title="\\u"+a.charCodeAt(0).toString(16),b}function pf(a,b,c,e,f,g){if(b){var h=a.cm.options.specialChars,i=!1;if(h.test(b))for(var j=document.createDocumentFragment(),k=0;;){h.lastIndex=k;var l=h.exec(b),m=l?l.index-k:b.length-k;if(m){var n=document.createTextNode(b.slice(k,k+m));d?j.appendChild(Mg("span",[n])):j.appendChild(n),a.map.push(a.pos,a.pos+m,n),a.col+=m,a.pos+=m}if(!l)break;if(k+=m+1," "==l[0]){var o=a.cm.options.tabSize,p=o-a.col%o,n=j.appendChild(Mg("span",zg(p),"cm-tab"));a.col+=p}else{var n=a.cm.options.specialCharPlaceholder(l[0]);d?j.appendChild(Mg("span",[n])):j.appendChild(n),a.col+=1}a.map.push(a.pos,a.pos+1,n),a.pos++}else{a.col+=b.length;var j=document.createTextNode(b);a.map.push(a.pos,a.pos+b.length,j),d&&(i=!0),a.pos+=b.length}if(c||e||f||i){var q=c||"";e&&(q+=e),f&&(q+=f);var r=Mg("span",[j],q);return g&&(r.title=g),a.content.appendChild(r)}a.content.appendChild(j)}}function qf(a){function b(a){for(var b=" ",c=0;c<a.length-2;++c)b+=c%2?" ":"\xa0";return b+=" "}return function(c,d,e,f,g,h){a(c,d.replace(/ {3,}/g,b),e,f,g,h)}}function rf(a,b){return function(c,d,e,f,g,h){e=e?e+" cm-force-border":"cm-force-border";for(var i=c.pos,j=i+d.length;;){for(var k=0;k<b.length;k++){var l=b[k];if(l.to>i&&l.from<=i)break}if(l.to>=j)return a(c,d,e,f,g,h);a(c,d.slice(0,l.to-i),e,f,null,h),f=null,d=d.slice(l.to-i),i=l.to}}}function sf(a,b,c,d){var e=!d&&c.widgetNode;e&&(a.map.push(a.pos,a.pos+b,e),a.content.appendChild(e)),a.pos+=b}function tf(a,b,c){var d=a.markedSpans,e=a.text,f=0;if(d)for(var k,m,n,o,p,q,h=e.length,i=0,g=1,j="",l=0;;){if(l==i){m=n=o=p="",q=null,l=1/0;for(var r=[],s=0;s<d.length;++s){var t=d[s],u=t.marker;t.from<=i&&(null==t.to||t.to>i)?(null!=t.to&&l>t.to&&(l=t.to,n=""),u.className&&(m+=" "+u.className),u.startStyle&&t.from==i&&(o+=" "+u.startStyle),u.endStyle&&t.to==l&&(n+=" "+u.endStyle),u.title&&!p&&(p=u.title),u.collapsed&&(!q||Me(q.marker,u)<0)&&(q=t)):t.from>i&&l>t.from&&(l=t.from),"bookmark"==u.type&&t.from==i&&u.widgetNode&&r.push(u)}if(q&&(q.from||0)==i&&(sf(b,(null==q.to?h+1:q.to)-i,q.marker,null==q.from),null==q.to))return;if(!q&&r.length)for(var s=0;s<r.length;++s)sf(b,0,r[s])}if(i>=h)break;for(var v=Math.min(h,l);;){if(j){var w=i+j.length;if(!q){var x=w>v?j.slice(0,v-i):j;b.addToken(b,x,k?k+m:m,o,i+x.length==l?n:"",p)}if(w>=v){j=j.slice(v-i),i=v;break}i=w,o=""}j=e.slice(f,f=c[g++]),k=mf(c[g++],b.cm.options)}}else for(var g=1;g<c.length;g+=2)b.addToken(b,e.slice(f,f=c[g]),mf(c[g+1],b.cm.options))}function uf(a,b){return 0==b.from.ch&&0==b.to.ch&&""==Ag(b.text)&&(!a.cm||a.cm.options.wholeLineUpdateBefore)}function vf(a,b,c,d){function e(a){return c?c[a]:null}function f(a,c,e){af(a,c,e,d),kg(a,"change",a,b)}var g=b.from,h=b.to,i=b.text,j=Ef(a,g.line),k=Ef(a,h.line),l=Ag(i),m=e(i.length-1),n=h.line-g.line;if(uf(a,b)){for(var o=0,p=[];o<i.length-1;++o)p.push(new _e(i[o],e(o),d));f(k,k.text,m),n&&a.remove(g.line,n),p.length&&a.insert(g.line,p)}else if(j==k)if(1==i.length)f(j,j.text.slice(0,g.ch)+l+j.text.slice(h.ch),m);else{for(var p=[],o=1;o<i.length-1;++o)p.push(new _e(i[o],e(o),d));p.push(new _e(l+j.text.slice(h.ch),m,d)),f(j,j.text.slice(0,g.ch)+i[0],e(0)),a.insert(g.line+1,p)}else if(1==i.length)f(j,j.text.slice(0,g.ch)+i[0]+k.text.slice(h.ch),e(0)),a.remove(g.line+1,n);else{f(j,j.text.slice(0,g.ch)+i[0],e(0)),f(k,l+k.text.slice(h.ch),m);for(var o=1,p=[];o<i.length-1;++o)p.push(new _e(i[o],e(o),d));n>1&&a.remove(g.line+1,n-1),a.insert(g.line+1,p)}kg(a,"change",a,b)}function wf(a){this.lines=a,this.parent=null;for(var b=0,c=0;b<a.length;++b)a[b].parent=this,c+=a[b].height;this.height=c}function xf(a){this.children=a;for(var b=0,c=0,d=0;d<a.length;++d){var e=a[d];b+=e.chunkSize(),c+=e.height,e.parent=this}this.size=b,this.height=c,this.parent=null}function Cf(a,b,c){function d(a,e,f){if(a.linked)for(var g=0;g<a.linked.length;++g){var h=a.linked[g];if(h.doc!=e){var i=f&&h.sharedHist;(!c||i)&&(b(h.doc,i),d(h.doc,a,i))}}}d(a,null,!0)}function Df(a,b){if(b.cm)throw new Error("This document is already in use.");a.doc=b,b.cm=a,F(a),B(a),a.options.lineWrapping||M(a),a.options.mode=b.modeOption,Gc(a)}function Ef(a,b){if(b-=a.first,0>b||b>=a.size)throw new Error("There is no line "+(b+a.first)+" in the document.");for(var c=a;!c.lines;)for(var d=0;;++d){var e=c.children[d],f=e.chunkSize();if(f>b){c=e;break}b-=f}return c.lines[b]}function Ff(a,b,c){var d=[],e=b.line;return a.iter(b.line,c.line+1,function(a){var f=a.text;e==c.line&&(f=f.slice(0,c.ch)),e==b.line&&(f=f.slice(b.ch)),d.push(f),++e}),d}function Gf(a,b,c){var d=[];return a.iter(b,c,function(a){d.push(a.text)}),d}function Hf(a,b){var c=b-a.height;if(c)for(var d=a;d;d=d.parent)d.height+=c}function If(a){if(null==a.parent)return null;for(var b=a.parent,c=Cg(b.lines,a),d=b.parent;d;b=d,d=d.parent)for(var e=0;d.children[e]!=b;++e)c+=d.children[e].chunkSize();return c+b.first}function Jf(a,b){var c=a.first;a:do{for(var d=0;d<a.children.length;++d){var e=a.children[d],f=e.height;if(f>b){a=e;continue a}b-=f,c+=e.chunkSize()}return c}while(!a.lines);for(var d=0;d<a.lines.length;++d){var g=a.lines[d],h=g.height;if(h>b)break;b-=h}return c+d}function Kf(a){a=Re(a);for(var b=0,c=a.parent,d=0;d<c.lines.length;++d){var e=c.lines[d];if(e==a)break;b+=e.height}for(var f=c.parent;f;c=f,f=c.parent)for(var d=0;d<f.children.length;++d){var g=f.children[d];if(g==c)break;b+=g.height}return b}function Lf(a){var b=a.order;return null==b&&(b=a.order=sh(a.text)),b}function Mf(a){this.done=[],this.undone=[],this.undoDepth=1/0,this.lastModTime=this.lastSelTime=0,this.lastOp=null,this.lastOrigin=this.lastSelOrigin=null,this.generation=this.maxGeneration=a||1}function Nf(a,b){var c={from:qb(b.from),to:Ad(b),text:Ff(a,b.from,b.to)};return Uf(a,c,b.from.line,b.to.line+1),Cf(a,function(a){Uf(a,c,b.from.line,b.to.line+1)},!0),c}function Of(a){for(;a.length;){var b=Ag(a);if(!b.ranges)break;a.pop()}}function Pf(a,b){return b?(Of(a.done),Ag(a.done)):a.done.length&&!Ag(a.done).ranges?Ag(a.done):a.done.length>1&&!a.done[a.done.length-2].ranges?(a.done.pop(),Ag(a.done)):void 0}function Qf(a,b,c,d){var e=a.history;e.undone.length=0;var g,f=+new Date;if((e.lastOp==d||e.lastOrigin==b.origin&&b.origin&&("+"==b.origin.charAt(0)&&a.cm&&e.lastModTime>f-a.cm.options.historyEventDelay||"*"==b.origin.charAt(0)))&&(g=Pf(e,e.lastOp==d))){var h=Ag(g.changes);0==pb(b.from,b.to)&&0==pb(b.from,h.to)?h.to=Ad(b):g.changes.push(Nf(a,b))}else{var i=Ag(e.done);for(i&&i.ranges||Tf(a.sel,e.done),g={changes:[Nf(a,b)],generation:e.generation},e.done.push(g);e.done.length>e.undoDepth;)e.done.shift(),e.done[0].ranges||e.done.shift()}e.done.push(c),e.generation=++e.maxGeneration,e.lastModTime=e.lastSelTime=f,e.lastOp=d,e.lastOrigin=e.lastSelOrigin=b.origin,h||hg(a,"historyAdded")}function Rf(a,b,c,d){var e=b.charAt(0);return"*"==e||"+"==e&&c.ranges.length==d.ranges.length&&c.somethingSelected()==d.somethingSelected()&&new Date-a.history.lastSelTime<=(a.cm?a.cm.options.historyEventDelay:500)}function Sf(a,b,c,d){var e=a.history,f=d&&d.origin;c==e.lastOp||f&&e.lastSelOrigin==f&&(e.lastModTime==e.lastSelTime&&e.lastOrigin==f||Rf(a,f,Ag(e.done),b))?e.done[e.done.length-1]=b:Tf(b,e.done),e.lastSelTime=+new Date,e.lastSelOrigin=f,e.lastOp=c,d&&d.clearRedo!==!1&&Of(e.undone)}function Tf(a,b){var c=Ag(b);c&&c.ranges&&c.equals(a)||b.push(a)}function Uf(a,b,c,d){var e=b["spans_"+a.id],f=0;a.iter(Math.max(a.first,c),Math.min(a.first+a.size,d),function(c){c.markedSpans&&((e||(e=b["spans_"+a.id]={}))[f]=c.markedSpans),++f})}function Vf(a){if(!a)return null;for(var c,b=0;b<a.length;++b)a[b].marker.explicitlyCleared?c||(c=a.slice(0,b)):c&&c.push(a[b]);return c?c.length?c:null:a}function Wf(a,b){var c=b["spans_"+a.id];if(!c)return null;for(var d=0,e=[];d<b.text.length;++d)e.push(Vf(c[d]));return e}function Xf(a,b,c){for(var d=0,e=[];d<a.length;++d){var f=a[d];if(f.ranges)e.push(c?tb.prototype.deepCopy.call(f):f);else{var g=f.changes,h=[];e.push({changes:h});for(var i=0;i<g.length;++i){var k,j=g[i];if(h.push({from:j.from,to:j.to,text:j.text}),b)for(var l in j)(k=l.match(/^spans_(\d+)$/))&&Cg(b,Number(k[1]))>-1&&(Ag(h)[l]=j[l],delete j[l])}}}return e}function Yf(a,b,c,d){c<a.line?a.line+=d:b<a.line&&(a.line=b,a.ch=0)}function Zf(a,b,c,d){for(var e=0;e<a.length;++e){var f=a[e],g=!0;if(f.ranges){f.copied||(f=a[e]=f.deepCopy(),f.copied=!0);for(var h=0;h<f.ranges.length;h++)Yf(f.ranges[h].anchor,b,c,d),Yf(f.ranges[h].head,b,c,d)}else{for(var h=0;h<f.changes.length;++h){var i=f.changes[h];if(c<i.from.line)i.from=ob(i.from.line+d,i.from.ch),i.to=ob(i.to.line+d,i.to.ch);else if(b<=i.to.line){g=!1;break}}g||(a.splice(0,e+1),e=0)}}}function $f(a,b){var c=b.from.line,d=b.to.line,e=b.text.length-(d-c)-1;Zf(a.done,c,d,e),Zf(a.undone,c,d,e)}function bg(a){return null!=a.defaultPrevented?a.defaultPrevented:0==a.returnValue}function dg(a){return a.target||a.srcElement}function eg(a){var b=a.which;return null==b&&(1&a.button?b=1:2&a.button?b=3:4&a.button&&(b=2)),s&&a.ctrlKey&&1==b&&(b=3),b}function kg(a,b){function e(a){return function(){a.apply(null,d)}}var c=a._handlers&&a._handlers[b];if(c){var d=Array.prototype.slice.call(arguments,2);ig||(++jg,ig=[],setTimeout(lg,0));for(var f=0;f<c.length;++f)ig.push(e(c[f]))}}function lg(){--jg;var a=ig;ig=null;for(var b=0;b<a.length;++b)a[b]()}function mg(a,b,c){return hg(a,c||b.type,a,b),bg(b)||b.codemirrorIgnore}function ng(a){var b=a._handlers&&a._handlers.cursorActivity;if(b)for(var c=a.curOp.cursorActivityHandlers||(a.curOp.cursorActivityHandlers=[]),d=0;d<b.length;++d)-1==Cg(c,b[d])&&c.push(b[d])}function og(a,b){var c=a._handlers&&a._handlers[b];return c&&c.length>0}function pg(a){a.prototype.on=function(a,b){fg(this,a,b)},a.prototype.off=function(a,b){gg(this,a,b)}}function vg(){this.id=null}function xg(a,b,c){for(var d=0,e=0;;){var f=a.indexOf(" ",d);-1==f&&(f=a.length);var g=f-d;if(f==a.length||e+g>=b)return d+Math.min(g,b-e);if(e+=f-d,e+=c-e%c,d=f+1,e>=b)return d}}function zg(a){for(;yg.length<=a;)yg.push(Ag(yg)+" ");return yg[a]}function Ag(a){return a[a.length-1]}function Cg(a,b){for(var c=0;c<a.length;++c)if(a[c]==b)return c;return-1}function Dg(a,b){for(var c=[],d=0;d<a.length;d++)c[d]=b(a[d],d);return c}function Eg(a,b){var c;if(Object.create)c=Object.create(a);else{var d=function(){};d.prototype=a,c=new d}return b&&Fg(b,c),c}function Fg(a,b,c){b||(b={});for(var d in a)!a.hasOwnProperty(d)||c===!1&&b.hasOwnProperty(d)||(b[d]=a[d]);return b}function Gg(a){var b=Array.prototype.slice.call(arguments,1);return function(){return a.apply(null,b)}}function Jg(a){for(var b in a)if(a.hasOwnProperty(b)&&a[b])return!1;return!0}function Lg(a){return a.charCodeAt(0)>=768&&Kg.test(a)}function Mg(a,b,c,d){var e=document.createElement(a);if(c&&(e.className=c),d&&(e.style.cssText=d),"string"==typeof b)e.appendChild(document.createTextNode(b));else if(b)for(var f=0;f<b.length;++f)e.appendChild(b[f]);return e}function Og(a){for(var b=a.childNodes.length;b>0;--b)a.removeChild(a.firstChild);return a}function Pg(a,b){return Og(a).appendChild(b)}function Qg(a,b){if(a.contains)return a.contains(b);for(;b=b.parentNode;)if(b==a)return!0}function Rg(){return document.activeElement}function Sg(a){return new RegExp("\\b"+a+"\\b\\s*")}function Tg(a,b){var c=Sg(b);c.test(a.className)&&(a.className=a.className.replace(c,""))}function Ug(a,b){Sg(b).test(a.className)||(a.className+=" "+b)}function Vg(a,b){for(var c=a.split(" "),d=0;d<c.length;d++)c[d]&&!Sg(c[d]).test(b)&&(b+=" "+c[d]);return b}function Yg(a){if(null!=Xg)return Xg;var b=Mg("div",null,null,"width: 50px; height: 50px; overflow-x: scroll");return Pg(a,b),b.offsetWidth&&(Xg=b.offsetHeight-b.clientHeight),Xg||0}function $g(a){if(null==Zg){var b=Mg("span","\u200b");Pg(a,Mg("span",[b,document.createTextNode("x")])),0!=a.firstChild.offsetHeight&&(Zg=b.offsetWidth<=1&&b.offsetHeight>2&&!c)}return Zg?Mg("span","\u200b"):Mg("span","\xa0",null,"display: inline-block; width: 1px; margin-right: -1px")}function ah(a){if(null!=_g)return _g;var b=Pg(a,document.createTextNode("A\u062eA")),c=Ng(b,0,1).getBoundingClientRect();if(c.left==c.right)return!1;var d=Ng(b,1,2).getBoundingClientRect();return _g=d.right-c.right<3}function fh(a,b,c,d){if(!a)return d(b,c,"ltr");for(var e=!1,f=0;f<a.length;++f){var g=a[f];(g.from<c&&g.to>b||b==c&&g.to==b)&&(d(Math.max(g.from,b),Math.min(g.to,c),1==g.level?"rtl":"ltr"),e=!0)}e||d(b,c,"ltr")}function gh(a){return a.level%2?a.to:a.from}function hh(a){return a.level%2?a.from:a.to}function ih(a){var b=Lf(a);return b?gh(b[0]):0}function jh(a){var b=Lf(a);return b?hh(Ag(b)):a.text.length}function kh(a,b){var c=Ef(a.doc,b),d=Re(c);d!=c&&(b=If(d));var e=Lf(d),f=e?e[0].level%2?jh(d):ih(d):0;return ob(b,f)}function lh(a,b){for(var c,d=Ef(a.doc,b);c=Pe(d);)d=c.find(1,!0).line,b=null;var e=Lf(d),f=e?e[0].level%2?ih(d):jh(d):d.text.length;return ob(null==b?If(d):b,f)}function mh(a,b,c){var d=a[0].level;return b==d?!0:c==d?!1:c>b}function oh(a,b){nh=null;for(var d,c=0;c<a.length;++c){var e=a[c];if(e.from<b&&e.to>b)return c;if(e.from==b||e.to==b){if(null!=d)return mh(a,e.level,a[d].level)?(e.from!=e.to&&(nh=d),c):(e.from!=e.to&&(nh=c),d);d=c}}return d}function ph(a,b,c,d){if(!d)return b+c;do b+=c;while(b>0&&Lg(a.text.charAt(b)));return b}function qh(a,b,c,d){var e=Lf(a);if(!e)return rh(a,b,c,d);for(var f=oh(e,b),g=e[f],h=ph(a,b,g.level%2?-c:c,d);;){if(h>g.from&&h<g.to)return h;if(h==g.from||h==g.to)return oh(e,h)==f?h:(g=e[f+=c],c>0==g.level%2?g.to:g.from);if(g=e[f+=c],!g)return null;h=c>0==g.level%2?ph(a,g.to,-1,d):ph(a,g.from,1,d)}}function rh(a,b,c,d){var e=b+c;if(d)for(;e>0&&Lg(a.text.charAt(e));)e+=c;return 0>e||e>a.text.length?null:e}var a=/gecko\/\d/i.test(navigator.userAgent),b=/MSIE \d/.test(navigator.userAgent),c=b&&(null==document.documentMode||document.documentMode<8),d=b&&(null==document.documentMode||document.documentMode<9),e=b&&(null==document.documentMode||document.documentMode<10),f=/Trident\/([7-9]|\d{2,})\./.test(navigator.userAgent),g=b||f,h=/WebKit\//.test(navigator.userAgent),i=h&&/Qt\/\d+\.\d+/.test(navigator.userAgent),j=/Chrome\//.test(navigator.userAgent),k=/Opera\//.test(navigator.userAgent),l=/Apple Computer/.test(navigator.vendor),m=/KHTML\//.test(navigator.userAgent),n=/Mac OS X 1\d\D([7-9]|\d\d)\D/.test(navigator.userAgent),o=/Mac OS X 1\d\D([8-9]|\d\d)\D/.test(navigator.userAgent),p=/PhantomJS/.test(navigator.userAgent),q=/AppleWebKit/.test(navigator.userAgent)&&/Mobile\/\w+/.test(navigator.userAgent),r=q||/Android|webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(navigator.userAgent),s=q||/Mac/.test(navigator.platform),t=/win/i.test(navigator.platform),u=k&&navigator.userAgent.match(/Version\/(\d*\.\d*)/);u&&(u=Number(u[1])),u&&u>=15&&(k=!1,h=!0);var v=s&&(i||k&&(null==u||12.11>u)),w=a||g&&!d,x=!1,y=!1,ob=z.Pos=function(a,b){return this instanceof ob?(this.line=a,this.ch=b,void 0):new ob(a,b)},pb=z.cmpPos=function(a,b){return a.line-b.line||a.ch-b.ch};tb.prototype={primary:function(){return this.ranges[this.primIndex]},equals:function(a){if(a==this)return!0;if(a.primIndex!=this.primIndex||a.ranges.length!=this.ranges.length)return!1;for(var b=0;b<this.ranges.length;b++){var c=this.ranges[b],d=a.ranges[b];if(0!=pb(c.anchor,d.anchor)||0!=pb(c.head,d.head))return!1}return!0},deepCopy:function(){for(var a=[],b=0;b<this.ranges.length;b++)a[b]=new ub(qb(this.ranges[b].anchor),qb(this.ranges[b].head));return new tb(a,this.primIndex)},somethingSelected:function(){for(var a=0;a<this.ranges.length;a++)if(!this.ranges[a].empty())return!0;return!1},contains:function(a,b){b||(b=a);for(var c=0;c<this.ranges.length;c++){var d=this.ranges[c];if(pb(b,d.from())>=0&&pb(a,d.to())<=0)return c}return-1}},ub.prototype={from:function(){return sb(this.anchor,this.head)},to:function(){return rb(this.anchor,this.head)},empty:function(){return this.head.line==this.anchor.line&&this.head.ch==this.anchor.ch}};var uc,Yc,Zc,fc={left:0,right:0,top:0,bottom:0},xc=0,dd=0,id=0,jd=null;g?jd=-.53:a?jd=15:j?jd=-.7:l&&(jd=-1/3);var nd,xd,qd=null,Ad=z.changeEnd=function(a){return a.text?ob(a.from.line+a.text.length-1,Ag(a.text).length+(1==a.text.length?a.from.ch:0)):a.to};z.prototype={constructor:z,focus:function(){window.focus(),Rc(this),Oc(this)},setOption:function(a,b){var c=this.options,d=c[a];(c[a]!=b||"mode"==a)&&(c[a]=b,_d.hasOwnProperty(a)&&Bc(this,_d[a])(this,b,d))},getOption:function(a){return this.options[a]},getDoc:function(){return this.doc},addKeyMap:function(a,b){this.state.keyMaps[b?"push":"unshift"](a)},removeKeyMap:function(a){for(var b=this.state.keyMaps,c=0;c<b.length;++c)if(b[c]==a||"string"!=typeof b[c]&&b[c].name==a)return b.splice(c,1),!0},addOverlay:Cc(function(a,b){var c=a.token?a:z.getMode(this.options,a);if(c.startState)throw new Error("Overlays may not be stateful.");this.state.overlays.push({mode:c,modeSpec:a,opaque:b&&b.opaque}),this.state.modeGen++,Gc(this)}),removeOverlay:Cc(function(a){for(var b=this.state.overlays,c=0;c<b.length;++c){var d=b[c].modeSpec;if(d==a||"string"==typeof a&&d.name==a)return b.splice(c,1),this.state.modeGen++,Gc(this),void 0}}),indentLine:Cc(function(a,b,c){"string"!=typeof b&&"number"!=typeof b&&(b=null==b?this.options.smartIndent?"smart":"prev":b?"add":"subtract"),Ab(this.doc,a)&&Ud(this,a,b,c)}),indentSelection:Cc(function(a){for(var b=this.doc.sel.ranges,c=-1,d=0;d<b.length;d++){var e=b[d];if(e.empty())e.head.line>c&&(Ud(this,e.head.line,a,!0),c=e.head.line,d==this.doc.sel.primIndex&&Sd(this));else{var f=Math.max(c,e.from().line),g=e.to();c=Math.min(this.lastLine(),g.line-(g.ch?0:1))+1;for(var h=f;c>h;++h)Ud(this,h,a)}}}),getTokenAt:function(a,b){var c=this.doc;a=yb(c,a);for(var d=Wb(this,a.line,b),e=this.doc.mode,f=Ef(c,a.line),g=new pe(f.text,this.options.tabSize);g.pos<a.ch&&!g.eol();){g.start=g.pos;var h=ef(e,g,d)}return{start:g.start,end:g.pos,string:g.current(),type:h||null,state:d}},getTokenTypeAt:function(a){a=yb(this.doc,a);var f,b=hf(this,Ef(this.doc,a.line)),c=0,d=(b.length-1)/2,e=a.ch;if(0==e)f=b[2];else for(;;){var g=c+d>>1;if((g?b[2*g-1]:0)>=e)d=g;else{if(!(b[2*g+1]<e)){f=b[2*g+2];break}c=g+1}}var h=f?f.indexOf("cm-overlay "):-1;return 0>h?f:0==h?null:f.slice(0,h-1)},getModeAt:function(a){var b=this.doc.mode;return b.innerMode?z.innerMode(b,this.getTokenAt(a).state).mode:b},getHelper:function(a,b){return this.getHelpers(a,b)[0]},getHelpers:function(a,b){var c=[];if(!ge.hasOwnProperty(b))return ge;var d=ge[b],e=this.getModeAt(a);if("string"==typeof e[b])d[e[b]]&&c.push(d[e[b]]);else if(e[b])for(var f=0;f<e[b].length;f++){var g=d[e[b][f]];g&&c.push(g)}else e.helperType&&d[e.helperType]?c.push(d[e.helperType]):d[e.name]&&c.push(d[e.name]);for(var f=0;f<d._global.length;f++){var h=d._global[f];h.pred(e,this)&&-1==Cg(c,h.val)&&c.push(h.val)}return c},getStateAfter:function(a,b){var c=this.doc;return a=xb(c,null==a?c.first+c.size-1:a),Wb(this,a+1,b)},cursorCoords:function(a,b){var c,d=this.doc.sel.primary();return c=null==a?d.head:"object"==typeof a?yb(this.doc,a):a?d.from():d.to(),pc(this,c,b||"page")},charCoords:function(a,b){return oc(this,yb(this.doc,a),b||"page")},coordsChar:function(a,b){return a=nc(this,a,b||"page"),sc(this,a.left,a.top)},lineAtHeight:function(a,b){return a=nc(this,{top:a,left:0},b||"page").top,Jf(this.doc,a+this.display.viewOffset)},heightAtLine:function(a,b){var c=!1,d=this.doc.first+this.doc.size-1;a<this.doc.first?a=this.doc.first:a>d&&(a=d,c=!0);var e=Ef(this.doc,a);return mc(this,e,{top:0,left:0},b||"page").top+(c?this.doc.height-Kf(e):0)},defaultTextHeight:function(){return vc(this.display)},defaultCharWidth:function(){return wc(this.display)},setGutterMarker:Cc(function(a,b,c){return Vd(this,a,"gutter",function(a){var d=a.gutterMarkers||(a.gutterMarkers={});return d[b]=c,!c&&Jg(d)&&(a.gutterMarkers=null),!0})}),clearGutter:Cc(function(a){var b=this,c=b.doc,d=c.first;c.iter(function(c){c.gutterMarkers&&c.gutterMarkers[a]&&(c.gutterMarkers[a]=null,Hc(b,d,"gutter"),Jg(c.gutterMarkers)&&(c.gutterMarkers=null)),++d})}),addLineClass:Cc(function(a,b,c){return Vd(this,a,"class",function(a){var d="text"==b?"textClass":"background"==b?"bgClass":"wrapClass";if(a[d]){if(new RegExp("(?:^|\\s)"+c+"(?:$|\\s)").test(a[d]))return!1;a[d]+=" "+c}else a[d]=c;return!0})}),removeLineClass:Cc(function(a,b,c){return Vd(this,a,"class",function(a){var d="text"==b?"textClass":"background"==b?"bgClass":"wrapClass",e=a[d];if(!e)return!1;if(null==c)a[d]=null;else{var f=e.match(new RegExp("(?:^|\\s+)"+c+"(?:$|\\s+)"));if(!f)return!1;var g=f.index+f[0].length;a[d]=e.slice(0,f.index)+(f.index&&g!=e.length?" ":"")+e.slice(g)||null}return!0})}),addLineWidget:Cc(function(a,b,c){return $e(this,a,b,c)}),removeLineWidget:function(a){a.clear()},lineInfo:function(a){if("number"==typeof a){if(!Ab(this.doc,a))return null;var b=a;if(a=Ef(this.doc,a),!a)return null}else{var b=If(a);if(null==b)return null}return{line:b,handle:a,text:a.text,gutterMarkers:a.gutterMarkers,textClass:a.textClass,bgClass:a.bgClass,wrapClass:a.wrapClass,widgets:a.widgets}},getViewport:function(){return{from:this.display.viewFrom,to:this.display.viewTo}},addWidget:function(a,b,c,d,e){var f=this.display;a=pc(this,yb(this.doc,a));var g=a.bottom,h=a.left;if(b.style.position="absolute",f.sizer.appendChild(b),"over"==d)g=a.top;else if("above"==d||"near"==d){var i=Math.max(f.wrapper.clientHeight,this.doc.height),j=Math.max(f.sizer.clientWidth,f.lineSpace.clientWidth);("above"==d||a.bottom+b.offsetHeight>i)&&a.top>b.offsetHeight?g=a.top-b.offsetHeight:a.bottom+b.offsetHeight<=i&&(g=a.bottom),h+b.offsetWidth>j&&(h=j-b.offsetWidth)}b.style.top=g+"px",b.style.left=b.style.right="","right"==e?(h=f.sizer.clientWidth-b.offsetWidth,b.style.right="0px"):("left"==e?h=0:"middle"==e&&(h=(f.sizer.clientWidth-b.offsetWidth)/2),b.style.left=h+"px"),c&&Pd(this,h,g,h+b.offsetWidth,g+b.offsetHeight)},triggerOnKeyDown:Cc(rd),triggerOnKeyPress:Cc(ud),triggerOnKeyUp:Cc(td),execCommand:function(a){return je.hasOwnProperty(a)?je[a](this):void 0},findPosH:function(a,b,c,d){var e=1;0>b&&(e=-1,b=-b);for(var f=0,g=yb(this.doc,a);b>f&&(g=Xd(this.doc,g,e,c,d),!g.hitSide);++f);return g},moveH:Cc(function(a,b){var c=this;c.extendSelectionsBy(function(d){return c.display.shift||c.doc.extend||d.empty()?Xd(c.doc,d.head,a,b,c.options.rtlMoveVisually):0>a?d.from():d.to()},ug)}),deleteH:Cc(function(a,b){var c=this.doc.sel,d=this.doc;c.somethingSelected()?d.replaceSelection("",null,"+delete"):Wd(this,function(c){var e=Xd(d,c.head,a,b,!1);return 0>a?{from:e,to:c.head}:{from:c.head,to:e}})}),findPosV:function(a,b,c,d){var e=1,f=d;0>b&&(e=-1,b=-b);for(var g=0,h=yb(this.doc,a);b>g;++g){var i=pc(this,h,"div");if(null==f?f=i.left:i.left=f,h=Yd(this,i,e,c),h.hitSide)break}return h},moveV:Cc(function(a,b){var c=this,d=this.doc,e=[],f=!c.display.shift&&!d.extend&&d.sel.somethingSelected();if(d.extendSelectionsBy(function(g){if(f)return 0>a?g.from():g.to();var h=pc(c,g.head,"div");null!=g.goalColumn&&(h.left=g.goalColumn),e.push(h.left);var i=Yd(c,h,a,b);return"page"==b&&g==d.sel.primary()&&Rd(c,null,oc(c,i,"div").top-h.top),i},ug),e.length)for(var g=0;g<d.sel.ranges.length;g++)d.sel.ranges[g].goalColumn=e[g]}),toggleOverwrite:function(a){(null==a||a!=this.state.overwrite)&&((this.state.overwrite=!this.state.overwrite)?Ug(this.display.cursorDiv,"CodeMirror-overwrite"):Tg(this.display.cursorDiv,"CodeMirror-overwrite"),hg(this,"overwriteToggle",this,this.state.overwrite))},hasFocus:function(){return Rg()==this.display.input},scrollTo:Cc(function(a,b){(null!=a||null!=b)&&Td(this),null!=a&&(this.curOp.scrollLeft=a),null!=b&&(this.curOp.scrollTop=b)}),getScrollInfo:function(){var a=this.display.scroller,b=qg;return{left:a.scrollLeft,top:a.scrollTop,height:a.scrollHeight-b,width:a.scrollWidth-b,clientHeight:a.clientHeight-b,clientWidth:a.clientWidth-b}},scrollIntoView:Cc(function(a,b){if(null==a?(a={from:this.doc.sel.primary().head,to:null},null==b&&(b=this.options.cursorScrollMargin)):"number"==typeof a?a={from:ob(a,0),to:null}:null==a.from&&(a={from:a,to:null}),a.to||(a.to=a.from),a.margin=b||0,null!=a.from.line)Td(this),this.curOp.scrollToPos=a;else{var c=Qd(this,Math.min(a.from.left,a.to.left),Math.min(a.from.top,a.to.top)-a.margin,Math.max(a.from.right,a.to.right),Math.max(a.from.bottom,a.to.bottom)+a.margin);this.scrollTo(c.scrollLeft,c.scrollTop)}}),setSize:Cc(function(a,b){function c(a){return"number"==typeof a||/^\d+$/.test(String(a))?a+"px":a}null!=a&&(this.display.wrapper.style.width=c(a)),null!=b&&(this.display.wrapper.style.height=c(b)),this.options.lineWrapping&&ic(this),this.curOp.forceUpdate=!0,hg(this,"refresh",this)}),operation:function(a){return Ac(this,a)},refresh:Cc(function(){var a=this.display.cachedTextHeight;Gc(this),this.curOp.forceUpdate=!0,jc(this),this.scrollTo(this.doc.scrollLeft,this.doc.scrollTop),K(this),(null==a||Math.abs(a-vc(this.display))>.5)&&F(this),hg(this,"refresh",this)}),swapDoc:Cc(function(a){var b=this.doc;return b.cm=null,Df(this,a),jc(this),Qc(this),this.scrollTo(a.scrollLeft,a.scrollTop),kg(this,"swapDoc",this,b),b}),getInputField:function(){return this.display.input},getWrapperElement:function(){return this.display.wrapper},getScrollerElement:function(){return this.display.scroller},getGutterElement:function(){return this.display.gutters}},pg(z);var $d=z.defaults={},_d=z.optionHandlers={},be=z.Init={toString:function(){return"CodeMirror.Init"}};ae("value","",function(a,b){a.setValue(b)},!0),ae("mode",null,function(a,b){a.doc.modeOption=b,B(a)},!0),ae("indentUnit",2,B,!0),ae("indentWithTabs",!1),ae("smartIndent",!0),ae("tabSize",4,function(a){C(a),jc(a),Gc(a)},!0),ae("specialChars",/[\t\u0000-\u0019\u00ad\u200b\u2028\u2029\ufeff]/g,function(a,b){a.options.specialChars=new RegExp(b.source+(b.test(" ")?"":"| "),"g"),a.refresh()},!0),ae("specialCharPlaceholder",of,function(a){a.refresh()},!0),ae("electricChars",!0),ae("rtlMoveVisually",!t),ae("wholeLineUpdateBefore",!0),ae("theme","default",function(a){H(a),I(a)},!0),ae("keyMap","default",G),ae("extraKeys",null),ae("lineWrapping",!1,D,!0),ae("gutters",[],function(a){N(a.options),I(a)},!0),ae("fixedGutter",!0,function(a,b){a.display.gutters.style.left=b?U(a.display)+"px":"0",a.refresh()
4
+ },!0),ae("coverGutterNextToScrollbar",!1,P,!0),ae("lineNumbers",!1,function(a){N(a.options),I(a)},!0),ae("firstLineNumber",1,I,!0),ae("lineNumberFormatter",function(a){return a},I,!0),ae("showCursorWhenSelecting",!1,Pb,!0),ae("resetSelectionOnContextMenu",!0),ae("readOnly",!1,function(a,b){"nocursor"==b?(wd(a),a.display.input.blur(),a.display.disabled=!0):(a.display.disabled=!1,b||Qc(a))}),ae("disableInput",!1,function(a,b){b||Qc(a)},!0),ae("dragDrop",!0),ae("cursorBlinkRate",530),ae("cursorScrollMargin",0),ae("cursorHeight",1),ae("workTime",100),ae("workDelay",100),ae("flattenSpans",!0,C,!0),ae("addModeClass",!1,C,!0),ae("pollInterval",100),ae("undoDepth",200,function(a,b){a.doc.history.undoDepth=b}),ae("historyEventDelay",1250),ae("viewportMargin",10,function(a){a.refresh()},!0),ae("maxHighlightLength",1e4,C,!0),ae("moveInputWithCursor",!0,function(a,b){b||(a.display.inputDiv.style.top=a.display.inputDiv.style.left=0)}),ae("tabindex",null,function(a,b){a.display.input.tabIndex=b||""}),ae("autofocus",null);var ce=z.modes={},de=z.mimeModes={};z.defineMode=function(a,b){if(z.defaults.mode||"null"==a||(z.defaults.mode=a),arguments.length>2){b.dependencies=[];for(var c=2;c<arguments.length;++c)b.dependencies.push(arguments[c])}ce[a]=b},z.defineMIME=function(a,b){de[a]=b},z.resolveMode=function(a){if("string"==typeof a&&de.hasOwnProperty(a))a=de[a];else if(a&&"string"==typeof a.name&&de.hasOwnProperty(a.name)){var b=de[a.name];"string"==typeof b&&(b={name:b}),a=Eg(b,a),a.name=b.name}else if("string"==typeof a&&/^[\w\-]+\/[\w\-]+\+xml$/.test(a))return z.resolveMode("application/xml");return"string"==typeof a?{name:a}:a||{name:"null"}},z.getMode=function(a,b){var b=z.resolveMode(b),c=ce[b.name];if(!c)return z.getMode(a,"text/plain");var d=c(a,b);if(ee.hasOwnProperty(b.name)){var e=ee[b.name];for(var f in e)e.hasOwnProperty(f)&&(d.hasOwnProperty(f)&&(d["_"+f]=d[f]),d[f]=e[f])}if(d.name=b.name,b.helperType&&(d.helperType=b.helperType),b.modeProps)for(var f in b.modeProps)d[f]=b.modeProps[f];return d},z.defineMode("null",function(){return{token:function(a){a.skipToEnd()}}}),z.defineMIME("text/plain","null");var ee=z.modeExtensions={};z.extendMode=function(a,b){var c=ee.hasOwnProperty(a)?ee[a]:ee[a]={};Fg(b,c)},z.defineExtension=function(a,b){z.prototype[a]=b},z.defineDocExtension=function(a,b){zf.prototype[a]=b},z.defineOption=ae;var fe=[];z.defineInitHook=function(a){fe.push(a)};var ge=z.helpers={};z.registerHelper=function(a,b,c){ge.hasOwnProperty(a)||(ge[a]=z[a]={_global:[]}),ge[a][b]=c},z.registerGlobalHelper=function(a,b,c,d){z.registerHelper(a,b,d),ge[a]._global.push({pred:c,val:d})};var he=z.copyState=function(a,b){if(b===!0)return b;if(a.copyState)return a.copyState(b);var c={};for(var d in b){var e=b[d];e instanceof Array&&(e=e.concat([])),c[d]=e}return c},ie=z.startState=function(a,b,c){return a.startState?a.startState(b,c):!0};z.innerMode=function(a,b){for(;a.innerMode;){var c=a.innerMode(b);if(!c||c.mode==a)break;b=c.state,a=c.mode}return c||{mode:a,state:b}};var je=z.commands={selectAll:function(a){a.setSelection(ob(a.firstLine(),0),ob(a.lastLine()),sg)},singleSelection:function(a){a.setSelection(a.getCursor("anchor"),a.getCursor("head"),sg)},killLine:function(a){Wd(a,function(b){if(b.empty()){var c=Ef(a.doc,b.head.line).text.length;return b.head.ch==c&&b.head.line<a.lastLine()?{from:b.head,to:ob(b.head.line+1,0)}:{from:b.head,to:ob(b.head.line,c)}}return{from:b.from(),to:b.to()}})},deleteLine:function(a){Wd(a,function(b){return{from:ob(b.from().line,0),to:yb(a.doc,ob(b.to().line+1,0))}})},delLineLeft:function(a){Wd(a,function(a){return{from:ob(a.from().line,0),to:a.from()}})},undo:function(a){a.undo()},redo:function(a){a.redo()},undoSelection:function(a){a.undoSelection()},redoSelection:function(a){a.redoSelection()},goDocStart:function(a){a.extendSelection(ob(a.firstLine(),0))},goDocEnd:function(a){a.extendSelection(ob(a.lastLine()))},goLineStart:function(a){a.extendSelectionsBy(function(b){return kh(a,b.head.line)},ug)},goLineStartSmart:function(a){a.extendSelectionsBy(function(b){var c=kh(a,b.head.line),d=a.getLineHandle(c.line),e=Lf(d);if(!e||0==e[0].level){var f=Math.max(0,d.text.search(/\S/)),g=b.head.line==c.line&&b.head.ch<=f&&b.head.ch;return ob(c.line,g?0:f)}return c},ug)},goLineEnd:function(a){a.extendSelectionsBy(function(b){return lh(a,b.head.line)},ug)},goLineRight:function(a){a.extendSelectionsBy(function(b){var c=a.charCoords(b.head,"div").top+5;return a.coordsChar({left:a.display.lineDiv.offsetWidth+100,top:c},"div")},ug)},goLineLeft:function(a){a.extendSelectionsBy(function(b){var c=a.charCoords(b.head,"div").top+5;return a.coordsChar({left:0,top:c},"div")},ug)},goLineUp:function(a){a.moveV(-1,"line")},goLineDown:function(a){a.moveV(1,"line")},goPageUp:function(a){a.moveV(-1,"page")},goPageDown:function(a){a.moveV(1,"page")},goCharLeft:function(a){a.moveH(-1,"char")},goCharRight:function(a){a.moveH(1,"char")},goColumnLeft:function(a){a.moveH(-1,"column")},goColumnRight:function(a){a.moveH(1,"column")},goWordLeft:function(a){a.moveH(-1,"word")},goGroupRight:function(a){a.moveH(1,"group")},goGroupLeft:function(a){a.moveH(-1,"group")},goWordRight:function(a){a.moveH(1,"word")},delCharBefore:function(a){a.deleteH(-1,"char")},delCharAfter:function(a){a.deleteH(1,"char")},delWordBefore:function(a){a.deleteH(-1,"word")},delWordAfter:function(a){a.deleteH(1,"word")},delGroupBefore:function(a){a.deleteH(-1,"group")},delGroupAfter:function(a){a.deleteH(1,"group")},indentAuto:function(a){a.indentSelection("smart")},indentMore:function(a){a.indentSelection("add")},indentLess:function(a){a.indentSelection("subtract")},insertTab:function(a){a.replaceSelection(" ")},insertSoftTab:function(a){for(var b=[],c=a.listSelections(),d=a.options.tabSize,e=0;e<c.length;e++){var f=c[e].from(),g=wg(a.getLine(f.line),f.ch,d);b.push(new Array(d-g%d+1).join(" "))}a.replaceSelections(b)},defaultTab:function(a){a.somethingSelected()?a.indentSelection("add"):a.execCommand("insertTab")},transposeChars:function(a){Ac(a,function(){for(var b=a.listSelections(),c=0;c<b.length;c++){var d=b[c].head,e=Ef(a.doc,d.line).text;d.ch>0&&d.ch<e.length-1&&a.replaceRange(e.charAt(d.ch)+e.charAt(d.ch-1),ob(d.line,d.ch-1),ob(d.line,d.ch+1))}})},newlineAndIndent:function(a){Ac(a,function(){for(var b=a.listSelections().length,c=0;b>c;c++){var d=a.listSelections()[c];a.replaceRange("\n",d.anchor,d.head,"+input"),a.indentLine(d.from().line+1,null,!0),Sd(a)}})},toggleOverwrite:function(a){a.toggleOverwrite()}},ke=z.keyMap={};ke.basic={Left:"goCharLeft",Right:"goCharRight",Up:"goLineUp",Down:"goLineDown",End:"goLineEnd",Home:"goLineStartSmart",PageUp:"goPageUp",PageDown:"goPageDown",Delete:"delCharAfter",Backspace:"delCharBefore","Shift-Backspace":"delCharBefore",Tab:"defaultTab","Shift-Tab":"indentAuto",Enter:"newlineAndIndent",Insert:"toggleOverwrite",Esc:"singleSelection"},ke.pcDefault={"Ctrl-A":"selectAll","Ctrl-D":"deleteLine","Ctrl-Z":"undo","Shift-Ctrl-Z":"redo","Ctrl-Y":"redo","Ctrl-Home":"goDocStart","Ctrl-Up":"goDocStart","Ctrl-End":"goDocEnd","Ctrl-Down":"goDocEnd","Ctrl-Left":"goGroupLeft","Ctrl-Right":"goGroupRight","Alt-Left":"goLineStart","Alt-Right":"goLineEnd","Ctrl-Backspace":"delGroupBefore","Ctrl-Delete":"delGroupAfter","Ctrl-S":"save","Ctrl-F":"find","Ctrl-G":"findNext","Shift-Ctrl-G":"findPrev","Shift-Ctrl-F":"replace","Shift-Ctrl-R":"replaceAll","Ctrl-[":"indentLess","Ctrl-]":"indentMore","Ctrl-U":"undoSelection","Shift-Ctrl-U":"redoSelection","Alt-U":"redoSelection",fallthrough:"basic"},ke.macDefault={"Cmd-A":"selectAll","Cmd-D":"deleteLine","Cmd-Z":"undo","Shift-Cmd-Z":"redo","Cmd-Y":"redo","Cmd-Up":"goDocStart","Cmd-End":"goDocEnd","Cmd-Down":"goDocEnd","Alt-Left":"goGroupLeft","Alt-Right":"goGroupRight","Cmd-Left":"goLineStart","Cmd-Right":"goLineEnd","Alt-Backspace":"delGroupBefore","Ctrl-Alt-Backspace":"delGroupAfter","Alt-Delete":"delGroupAfter","Cmd-S":"save","Cmd-F":"find","Cmd-G":"findNext","Shift-Cmd-G":"findPrev","Cmd-Alt-F":"replace","Shift-Cmd-Alt-F":"replaceAll","Cmd-[":"indentLess","Cmd-]":"indentMore","Cmd-Backspace":"delLineLeft","Cmd-U":"undoSelection","Shift-Cmd-U":"redoSelection",fallthrough:["basic","emacsy"]},ke.emacsy={"Ctrl-F":"goCharRight","Ctrl-B":"goCharLeft","Ctrl-P":"goLineUp","Ctrl-N":"goLineDown","Alt-F":"goWordRight","Alt-B":"goWordLeft","Ctrl-A":"goLineStart","Ctrl-E":"goLineEnd","Ctrl-V":"goPageDown","Shift-Ctrl-V":"goPageUp","Ctrl-D":"delCharAfter","Ctrl-H":"delCharBefore","Alt-D":"delWordAfter","Alt-Backspace":"delWordBefore","Ctrl-K":"killLine","Ctrl-T":"transposeChars"},ke["default"]=s?ke.macDefault:ke.pcDefault;var me=z.lookupKey=function(a,b,c){function d(b){b=le(b);var e=b[a];if(e===!1)return"stop";if(null!=e&&c(e))return!0;if(b.nofallthrough)return"stop";var f=b.fallthrough;if(null==f)return!1;if("[object Array]"!=Object.prototype.toString.call(f))return d(f);for(var g=0;g<f.length;++g){var h=d(f[g]);if(h)return h}return!1}for(var e=0;e<b.length;++e){var f=d(b[e]);if(f)return"stop"!=f}},ne=z.isModifierKey=function(a){var b=eh[a.keyCode];return"Ctrl"==b||"Alt"==b||"Shift"==b||"Mod"==b},oe=z.keyName=function(a,b){if(k&&34==a.keyCode&&a["char"])return!1;var c=eh[a.keyCode];return null==c||a.altGraphKey?!1:(a.altKey&&(c="Alt-"+c),(v?a.metaKey:a.ctrlKey)&&(c="Ctrl-"+c),(v?a.ctrlKey:a.metaKey)&&(c="Cmd-"+c),!b&&a.shiftKey&&(c="Shift-"+c),c)};z.fromTextArea=function(a,b){function d(){a.value=i.getValue()}if(b||(b={}),b.value=a.value,!b.tabindex&&a.tabindex&&(b.tabindex=a.tabindex),!b.placeholder&&a.placeholder&&(b.placeholder=a.placeholder),null==b.autofocus){var c=Rg();b.autofocus=c==a||null!=a.getAttribute("autofocus")&&c==document.body}if(a.form&&(fg(a.form,"submit",d),!b.leaveSubmitMethodAlone)){var e=a.form,f=e.submit;try{var g=e.submit=function(){d(),e.submit=f,e.submit(),e.submit=g}}catch(h){}}a.style.display="none";var i=z(function(b){a.parentNode.insertBefore(b,a.nextSibling)},b);return i.save=d,i.getTextArea=function(){return a},i.toTextArea=function(){d(),a.parentNode.removeChild(i.getWrapperElement()),a.style.display="",a.form&&(gg(a.form,"submit",d),"function"==typeof a.form.submit&&(a.form.submit=f))},i};var pe=z.StringStream=function(a,b){this.pos=this.start=0,this.string=a,this.tabSize=b||8,this.lastColumnPos=this.lastColumnValue=0,this.lineStart=0};pe.prototype={eol:function(){return this.pos>=this.string.length},sol:function(){return this.pos==this.lineStart},peek:function(){return this.string.charAt(this.pos)||void 0},next:function(){return this.pos<this.string.length?this.string.charAt(this.pos++):void 0},eat:function(a){var b=this.string.charAt(this.pos);if("string"==typeof a)var c=b==a;else var c=b&&(a.test?a.test(b):a(b));return c?(++this.pos,b):void 0},eatWhile:function(a){for(var b=this.pos;this.eat(a););return this.pos>b},eatSpace:function(){for(var a=this.pos;/[\s\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;return this.pos>a},skipToEnd:function(){this.pos=this.string.length},skipTo:function(a){var b=this.string.indexOf(a,this.pos);return b>-1?(this.pos=b,!0):void 0},backUp:function(a){this.pos-=a},column:function(){return this.lastColumnPos<this.start&&(this.lastColumnValue=wg(this.string,this.start,this.tabSize,this.lastColumnPos,this.lastColumnValue),this.lastColumnPos=this.start),this.lastColumnValue-(this.lineStart?wg(this.string,this.lineStart,this.tabSize):0)},indentation:function(){return wg(this.string,null,this.tabSize)-(this.lineStart?wg(this.string,this.lineStart,this.tabSize):0)},match:function(a,b,c){if("string"!=typeof a){var f=this.string.slice(this.pos).match(a);return f&&f.index>0?null:(f&&b!==!1&&(this.pos+=f[0].length),f)}var d=function(a){return c?a.toLowerCase():a},e=this.string.substr(this.pos,a.length);return d(e)==d(a)?(b!==!1&&(this.pos+=a.length),!0):void 0},current:function(){return this.string.slice(this.start,this.pos)},hideFirstChars:function(a,b){this.lineStart+=a;try{return b()}finally{this.lineStart-=a}}};var qe=z.TextMarker=function(a,b){this.lines=[],this.type=b,this.doc=a};pg(qe),qe.prototype.clear=function(){if(!this.explicitlyCleared){var a=this.doc.cm,b=a&&!a.curOp;if(b&&yc(a),og(this,"clear")){var c=this.find();c&&kg(this,"clear",c.from,c.to)}for(var d=null,e=null,f=0;f<this.lines.length;++f){var g=this.lines[f],h=ze(g.markedSpans,this);a&&!this.collapsed?Hc(a,If(g),"text"):a&&(null!=h.to&&(e=If(g)),null!=h.from&&(d=If(g))),g.markedSpans=Ae(g.markedSpans,h),null==h.from&&this.collapsed&&!Ve(this.doc,g)&&a&&Hf(g,vc(a.display))}if(a&&this.collapsed&&!a.options.lineWrapping)for(var f=0;f<this.lines.length;++f){var i=Re(this.lines[f]),j=L(i);j>a.display.maxLineLength&&(a.display.maxLine=i,a.display.maxLineLength=j,a.display.maxLineChanged=!0)}null!=d&&a&&this.collapsed&&Gc(a,d,e+1),this.lines.length=0,this.explicitlyCleared=!0,this.atomic&&this.doc.cantEdit&&(this.doc.cantEdit=!1,a&&Mb(a.doc)),a&&kg(a,"markerCleared",a,this),b&&zc(a),this.parent&&this.parent.clear()}},qe.prototype.find=function(a,b){null==a&&"bookmark"==this.type&&(a=1);for(var c,d,e=0;e<this.lines.length;++e){var f=this.lines[e],g=ze(f.markedSpans,this);if(null!=g.from&&(c=ob(b?f:If(f),g.from),-1==a))return c;if(null!=g.to&&(d=ob(b?f:If(f),g.to),1==a))return d}return c&&{from:c,to:d}},qe.prototype.changed=function(){var a=this.find(-1,!0),b=this,c=this.doc.cm;a&&c&&Ac(c,function(){var d=a.line,e=If(a.line),f=cc(c,e);if(f&&(hc(f),c.curOp.selectionChanged=c.curOp.forceUpdate=!0),c.curOp.updateMaxLine=!0,!Ve(b.doc,d)&&null!=b.height){var g=b.height;b.height=null;var h=Ze(b)-g;h&&Hf(d,d.height+h)}})},qe.prototype.attachLine=function(a){if(!this.lines.length&&this.doc.cm){var b=this.doc.cm.curOp;b.maybeHiddenMarkers&&-1!=Cg(b.maybeHiddenMarkers,this)||(b.maybeUnhiddenMarkers||(b.maybeUnhiddenMarkers=[])).push(this)}this.lines.push(a)},qe.prototype.detachLine=function(a){if(this.lines.splice(Cg(this.lines,a),1),!this.lines.length&&this.doc.cm){var b=this.doc.cm.curOp;(b.maybeHiddenMarkers||(b.maybeHiddenMarkers=[])).push(this)}};var re=0,te=z.SharedTextMarker=function(a,b){this.markers=a,this.primary=b;for(var c=0;c<a.length;++c)a[c].parent=this};pg(te),te.prototype.clear=function(){if(!this.explicitlyCleared){this.explicitlyCleared=!0;for(var a=0;a<this.markers.length;++a)this.markers[a].clear();kg(this,"clear")}},te.prototype.find=function(a,b){return this.primary.find(a,b)};var Xe=z.LineWidget=function(a,b,c){if(c)for(var d in c)c.hasOwnProperty(d)&&(this[d]=c[d]);this.cm=a,this.node=b};pg(Xe),Xe.prototype.clear=function(){var a=this.cm,b=this.line.widgets,c=this.line,d=If(c);if(null!=d&&b){for(var e=0;e<b.length;++e)b[e]==this&&b.splice(e--,1);b.length||(c.widgets=null);var f=Ze(this);Ac(a,function(){Ye(a,c,-f),Hc(a,d,"widget"),Hf(c,Math.max(0,c.height-f))})}},Xe.prototype.changed=function(){var a=this.height,b=this.cm,c=this.line;this.height=null;var d=Ze(this)-a;d&&Ac(b,function(){b.curOp.forceUpdate=!0,Ye(b,c,d),Hf(c,c.height+d)})};var _e=z.Line=function(a,b,c){this.text=a,Je(this,b),this.height=c?c(this):1};pg(_e),_e.prototype.lineNo=function(){return If(this)};var kf={},lf={};wf.prototype={chunkSize:function(){return this.lines.length},removeInner:function(a,b){for(var c=a,d=a+b;d>c;++c){var e=this.lines[c];this.height-=e.height,bf(e),kg(e,"delete")}this.lines.splice(a,b)},collapse:function(a){a.push.apply(a,this.lines)},insertInner:function(a,b,c){this.height+=c,this.lines=this.lines.slice(0,a).concat(b).concat(this.lines.slice(a));for(var d=0;d<b.length;++d)b[d].parent=this},iterN:function(a,b,c){for(var d=a+b;d>a;++a)if(c(this.lines[a]))return!0}},xf.prototype={chunkSize:function(){return this.size},removeInner:function(a,b){this.size-=b;for(var c=0;c<this.children.length;++c){var d=this.children[c],e=d.chunkSize();if(e>a){var f=Math.min(b,e-a),g=d.height;if(d.removeInner(a,f),this.height-=g-d.height,e==f&&(this.children.splice(c--,1),d.parent=null),0==(b-=f))break;a=0}else a-=e}if(this.size-b<25&&(this.children.length>1||!(this.children[0]instanceof wf))){var h=[];this.collapse(h),this.children=[new wf(h)],this.children[0].parent=this}},collapse:function(a){for(var b=0;b<this.children.length;++b)this.children[b].collapse(a)},insertInner:function(a,b,c){this.size+=b.length,this.height+=c;for(var d=0;d<this.children.length;++d){var e=this.children[d],f=e.chunkSize();if(f>=a){if(e.insertInner(a,b,c),e.lines&&e.lines.length>50){for(;e.lines.length>50;){var g=e.lines.splice(e.lines.length-25,25),h=new wf(g);e.height-=h.height,this.children.splice(d+1,0,h),h.parent=this}this.maybeSpill()}break}a-=f}},maybeSpill:function(){if(!(this.children.length<=10)){var a=this;do{var b=a.children.splice(a.children.length-5,5),c=new xf(b);if(a.parent){a.size-=c.size,a.height-=c.height;var e=Cg(a.parent.children,a);a.parent.children.splice(e+1,0,c)}else{var d=new xf(a.children);d.parent=a,a.children=[d,c],a=d}c.parent=a.parent}while(a.children.length>10);a.parent.maybeSpill()}},iterN:function(a,b,c){for(var d=0;d<this.children.length;++d){var e=this.children[d],f=e.chunkSize();if(f>a){var g=Math.min(b,f-a);if(e.iterN(a,g,c))return!0;if(0==(b-=g))break;a=0}else a-=f}}};var yf=0,zf=z.Doc=function(a,b,c){if(!(this instanceof zf))return new zf(a,b,c);null==c&&(c=0),xf.call(this,[new wf([new _e("",null)])]),this.first=c,this.scrollTop=this.scrollLeft=0,this.cantEdit=!1,this.cleanGeneration=1,this.frontier=c;var d=ob(c,0);this.sel=wb(d),this.history=new Mf(null),this.id=++yf,this.modeOption=b,"string"==typeof a&&(a=bh(a)),vf(this,{from:d,to:d,text:a}),Jb(this,wb(d),sg)};zf.prototype=Eg(xf.prototype,{constructor:zf,iter:function(a,b,c){c?this.iterN(a-this.first,b-a,c):this.iterN(this.first,this.first+this.size,a)},insert:function(a,b){for(var c=0,d=0;d<b.length;++d)c+=b[d].height;this.insertInner(a-this.first,b,c)},remove:function(a,b){this.removeInner(a-this.first,b)},getValue:function(a){var b=Gf(this,this.first,this.first+this.size);return a===!1?b:b.join(a||"\n")},setValue:Dc(function(a){var b=ob(this.first,0),c=this.first+this.size-1;Gd(this,{from:b,to:ob(c,Ef(this,c).text.length),text:bh(a),origin:"setValue"},!0),Jb(this,wb(b))}),replaceRange:function(a,b,c,d){b=yb(this,b),c=c?yb(this,c):b,Md(this,a,b,c,d)},getRange:function(a,b,c){var d=Ff(this,yb(this,a),yb(this,b));return c===!1?d:d.join(c||"\n")},getLine:function(a){var b=this.getLineHandle(a);return b&&b.text},getLineHandle:function(a){return Ab(this,a)?Ef(this,a):void 0},getLineNumber:function(a){return If(a)},getLineHandleVisualStart:function(a){return"number"==typeof a&&(a=Ef(this,a)),Re(a)},lineCount:function(){return this.size},firstLine:function(){return this.first},lastLine:function(){return this.first+this.size-1},clipPos:function(a){return yb(this,a)},getCursor:function(a){var c,b=this.sel.primary();return c=null==a||"head"==a?b.head:"anchor"==a?b.anchor:"end"==a||"to"==a||a===!1?b.to():b.from()},listSelections:function(){return this.sel.ranges},somethingSelected:function(){return this.sel.somethingSelected()},setCursor:Dc(function(a,b,c){Gb(this,yb(this,"number"==typeof a?ob(a,b||0):a),null,c)}),setSelection:Dc(function(a,b,c){Gb(this,yb(this,a),yb(this,b||a),c)}),extendSelection:Dc(function(a,b,c){Db(this,yb(this,a),b&&yb(this,b),c)}),extendSelections:Dc(function(a,b){Eb(this,Bb(this,a,b))}),extendSelectionsBy:Dc(function(a,b){Eb(this,Dg(this.sel.ranges,a),b)}),setSelections:Dc(function(a,b,c){if(a.length){for(var d=0,e=[];d<a.length;d++)e[d]=new ub(yb(this,a[d].anchor),yb(this,a[d].head));null==b&&(b=Math.min(a.length-1,this.sel.primIndex)),Jb(this,vb(e,b),c)}}),addSelection:Dc(function(a,b,c){var d=this.sel.ranges.slice(0);d.push(new ub(yb(this,a),yb(this,b||a))),Jb(this,vb(d,d.length-1),c)}),getSelection:function(a){for(var c,b=this.sel.ranges,d=0;d<b.length;d++){var e=Ff(this,b[d].from(),b[d].to());c=c?c.concat(e):e}return a===!1?c:c.join(a||"\n")},getSelections:function(a){for(var b=[],c=this.sel.ranges,d=0;d<c.length;d++){var e=Ff(this,c[d].from(),c[d].to());a!==!1&&(e=e.join(a||"\n")),b[d]=e}return b},replaceSelection:Dc(function(a,b,c){for(var d=[],e=0;e<this.sel.ranges.length;e++)d[e]=a;this.replaceSelections(d,b,c||"+input")}),replaceSelections:function(a,b,c){for(var d=[],e=this.sel,f=0;f<e.ranges.length;f++){var g=e.ranges[f];d[f]={from:g.from(),to:g.to(),text:bh(a[f]),origin:c}}for(var h=b&&"end"!=b&&Ed(this,d,b),f=d.length-1;f>=0;f--)Gd(this,d[f]);h?Ib(this,h):this.cm&&Sd(this.cm)},undo:Dc(function(){Id(this,"undo")}),redo:Dc(function(){Id(this,"redo")}),undoSelection:Dc(function(){Id(this,"undo",!0)}),redoSelection:Dc(function(){Id(this,"redo",!0)}),setExtending:function(a){this.extend=a},getExtending:function(){return this.extend},historySize:function(){for(var a=this.history,b=0,c=0,d=0;d<a.done.length;d++)a.done[d].ranges||++b;for(var d=0;d<a.undone.length;d++)a.undone[d].ranges||++c;return{undo:b,redo:c}},clearHistory:function(){this.history=new Mf(this.history.maxGeneration)},markClean:function(){this.cleanGeneration=this.changeGeneration(!0)},changeGeneration:function(a){return a&&(this.history.lastOp=this.history.lastOrigin=null),this.history.generation},isClean:function(a){return this.history.generation==(a||this.cleanGeneration)},getHistory:function(){return{done:Xf(this.history.done),undone:Xf(this.history.undone)}},setHistory:function(a){var b=this.history=new Mf(this.history.maxGeneration);b.done=Xf(a.done.slice(0),null,!0),b.undone=Xf(a.undone.slice(0),null,!0)},markText:function(a,b,c){return se(this,yb(this,a),yb(this,b),c,"range")},setBookmark:function(a,b){var c={replacedWith:b&&(null==b.nodeType?b.widget:b),insertLeft:b&&b.insertLeft,clearWhenEmpty:!1,shared:b&&b.shared};return a=yb(this,a),se(this,a,a,c,"bookmark")},findMarksAt:function(a){a=yb(this,a);var b=[],c=Ef(this,a.line).markedSpans;if(c)for(var d=0;d<c.length;++d){var e=c[d];(null==e.from||e.from<=a.ch)&&(null==e.to||e.to>=a.ch)&&b.push(e.marker.parent||e.marker)}return b},findMarks:function(a,b,c){a=yb(this,a),b=yb(this,b);var d=[],e=a.line;return this.iter(a.line,b.line+1,function(f){var g=f.markedSpans;if(g)for(var h=0;h<g.length;h++){var i=g[h];e==a.line&&a.ch>i.to||null==i.from&&e!=a.line||e==b.line&&i.from>b.ch||c&&!c(i.marker)||d.push(i.marker.parent||i.marker)}++e}),d},getAllMarks:function(){var a=[];return this.iter(function(b){var c=b.markedSpans;if(c)for(var d=0;d<c.length;++d)null!=c[d].from&&a.push(c[d].marker)}),a},posFromIndex:function(a){var b,c=this.first;return this.iter(function(d){var e=d.text.length+1;return e>a?(b=a,!0):(a-=e,++c,void 0)}),yb(this,ob(c,b))},indexFromPos:function(a){a=yb(this,a);var b=a.ch;return a.line<this.first||a.ch<0?0:(this.iter(this.first,a.line,function(a){b+=a.text.length+1}),b)},copy:function(a){var b=new zf(Gf(this,this.first,this.first+this.size),this.modeOption,this.first);return b.scrollTop=this.scrollTop,b.scrollLeft=this.scrollLeft,b.sel=this.sel,b.extend=!1,a&&(b.history.undoDepth=this.history.undoDepth,b.setHistory(this.getHistory())),b},linkedDoc:function(a){a||(a={});var b=this.first,c=this.first+this.size;null!=a.from&&a.from>b&&(b=a.from),null!=a.to&&a.to<c&&(c=a.to);var d=new zf(Gf(this,b,c),a.mode||this.modeOption,b);return a.sharedHist&&(d.history=this.history),(this.linked||(this.linked=[])).push({doc:d,sharedHist:a.sharedHist}),d.linked=[{doc:this,isParent:!0,sharedHist:a.sharedHist}],we(d,ve(this)),d},unlinkDoc:function(a){if(a instanceof z&&(a=a.doc),this.linked)for(var b=0;b<this.linked.length;++b){var c=this.linked[b];if(c.doc==a){this.linked.splice(b,1),a.unlinkDoc(this),xe(ve(this));break}}if(a.history==this.history){var d=[a.id];Cf(a,function(a){d.push(a.id)},!0),a.history=new Mf(null),a.history.done=Xf(this.history.done,d),a.history.undone=Xf(this.history.undone,d)}},iterLinkedDocs:function(a){Cf(this,a)},getMode:function(){return this.mode},getEditor:function(){return this.cm}}),zf.prototype.eachLine=zf.prototype.iter;var Af="iter insert remove copy getEditor".split(" ");for(var Bf in zf.prototype)zf.prototype.hasOwnProperty(Bf)&&Cg(Af,Bf)<0&&(z.prototype[Bf]=function(a){return function(){return a.apply(this.doc,arguments)}}(zf.prototype[Bf]));pg(zf);var ig,_f=z.e_preventDefault=function(a){a.preventDefault?a.preventDefault():a.returnValue=!1},ag=z.e_stopPropagation=function(a){a.stopPropagation?a.stopPropagation():a.cancelBubble=!0},cg=z.e_stop=function(a){_f(a),ag(a)},fg=z.on=function(a,b,c){if(a.addEventListener)a.addEventListener(b,c,!1);else if(a.attachEvent)a.attachEvent("on"+b,c);else{var d=a._handlers||(a._handlers={}),e=d[b]||(d[b]=[]);e.push(c)}},gg=z.off=function(a,b,c){if(a.removeEventListener)a.removeEventListener(b,c,!1);else if(a.detachEvent)a.detachEvent("on"+b,c);else{var d=a._handlers&&a._handlers[b];if(!d)return;for(var e=0;e<d.length;++e)if(d[e]==c){d.splice(e,1);break}}},hg=z.signal=function(a,b){var c=a._handlers&&a._handlers[b];if(c)for(var d=Array.prototype.slice.call(arguments,2),e=0;e<c.length;++e)c[e].apply(null,d)},jg=0,qg=30,rg=z.Pass={toString:function(){return"CodeMirror.Pass"}},sg={scroll:!1},tg={origin:"*mouse"},ug={origin:"+move"};vg.prototype.set=function(a,b){clearTimeout(this.id),this.id=setTimeout(b,a)};var wg=z.countColumn=function(a,b,c,d,e){null==b&&(b=a.search(/[^\s\u00a0]/),-1==b&&(b=a.length));for(var f=d||0,g=e||0;;){var h=a.indexOf(" ",f);if(0>h||h>=b)return g+(b-f);g+=h-f,g+=c-g%c,f=h+1}},yg=[""],Bg=function(a){a.select()};q?Bg=function(a){a.selectionStart=0,a.selectionEnd=a.value.length}:g&&(Bg=function(a){try{a.select()}catch(b){}}),[].indexOf&&(Cg=function(a,b){return a.indexOf(b)}),[].map&&(Dg=function(a,b){return a.map(b)});var Ng,Hg=/[\u00df\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/,Ig=z.isWordChar=function(a){return/\w/.test(a)||a>"\x80"&&(a.toUpperCase()!=a.toLowerCase()||Hg.test(a))},Kg=/[\u0300-\u036f\u0483-\u0489\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u065e\u0670\u06d6-\u06dc\u06de-\u06e4\u06e7\u06e8\u06ea-\u06ed\u0711\u0730-\u074a\u07a6-\u07b0\u07eb-\u07f3\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0900-\u0902\u093c\u0941-\u0948\u094d\u0951-\u0955\u0962\u0963\u0981\u09bc\u09be\u09c1-\u09c4\u09cd\u09d7\u09e2\u09e3\u0a01\u0a02\u0a3c\u0a41\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a70\u0a71\u0a75\u0a81\u0a82\u0abc\u0ac1-\u0ac5\u0ac7\u0ac8\u0acd\u0ae2\u0ae3\u0b01\u0b3c\u0b3e\u0b3f\u0b41-\u0b44\u0b4d\u0b56\u0b57\u0b62\u0b63\u0b82\u0bbe\u0bc0\u0bcd\u0bd7\u0c3e-\u0c40\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0cbc\u0cbf\u0cc2\u0cc6\u0ccc\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0d3e\u0d41-\u0d44\u0d4d\u0d57\u0d62\u0d63\u0dca\u0dcf\u0dd2-\u0dd4\u0dd6\u0ddf\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0eb1\u0eb4-\u0eb9\u0ebb\u0ebc\u0ec8-\u0ecd\u0f18\u0f19\u0f35\u0f37\u0f39\u0f71-\u0f7e\u0f80-\u0f84\u0f86\u0f87\u0f90-\u0f97\u0f99-\u0fbc\u0fc6\u102d-\u1030\u1032-\u1037\u1039\u103a\u103d\u103e\u1058\u1059\u105e-\u1060\u1071-\u1074\u1082\u1085\u1086\u108d\u109d\u135f\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17b7-\u17bd\u17c6\u17c9-\u17d3\u17dd\u180b-\u180d\u18a9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193b\u1a17\u1a18\u1a56\u1a58-\u1a5e\u1a60\u1a62\u1a65-\u1a6c\u1a73-\u1a7c\u1a7f\u1b00-\u1b03\u1b34\u1b36-\u1b3a\u1b3c\u1b42\u1b6b-\u1b73\u1b80\u1b81\u1ba2-\u1ba5\u1ba8\u1ba9\u1c2c-\u1c33\u1c36\u1c37\u1cd0-\u1cd2\u1cd4-\u1ce0\u1ce2-\u1ce8\u1ced\u1dc0-\u1de6\u1dfd-\u1dff\u200c\u200d\u20d0-\u20f0\u2cef-\u2cf1\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua66f-\ua672\ua67c\ua67d\ua6f0\ua6f1\ua802\ua806\ua80b\ua825\ua826\ua8c4\ua8e0-\ua8f1\ua926-\ua92d\ua947-\ua951\ua980-\ua982\ua9b3\ua9b6-\ua9b9\ua9bc\uaa29-\uaa2e\uaa31\uaa32\uaa35\uaa36\uaa43\uaa4c\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uabe5\uabe8\uabed\udc00-\udfff\ufb1e\ufe00-\ufe0f\ufe20-\ufe26\uff9e\uff9f]/;Ng=document.createRange?function(a,b,c){var d=document.createRange();return d.setEnd(a,c),d.setStart(a,b),d}:function(a,b,c){var d=document.body.createTextRange();return d.moveToElementText(a.parentNode),d.collapse(!0),d.moveEnd("character",c),d.moveStart("character",b),d},b&&(Rg=function(){try{return document.activeElement}catch(a){return document.body}});var Xg,Zg,_g,Wg=function(){if(d)return!1;var a=Mg("div");return"draggable"in a||"dragDrop"in a}(),bh=z.splitLines=3!="\n\nb".split(/\n/).length?function(a){for(var b=0,c=[],d=a.length;d>=b;){var e=a.indexOf("\n",b);-1==e&&(e=a.length);var f=a.slice(b,"\r"==a.charAt(e-1)?e-1:e),g=f.indexOf("\r");-1!=g?(c.push(f.slice(0,g)),b+=g+1):(c.push(f),b=e+1)}return c}:function(a){return a.split(/\r\n?|\n/)},ch=window.getSelection?function(a){try{return a.selectionStart!=a.selectionEnd}catch(b){return!1}}:function(a){try{var b=a.ownerDocument.selection.createRange()}catch(c){}return b&&b.parentElement()==a?0!=b.compareEndPoints("StartToEnd",b):!1},dh=function(){var a=Mg("div");return"oncopy"in a?!0:(a.setAttribute("oncopy","return;"),"function"==typeof a.oncopy)}(),eh={3:"Enter",8:"Backspace",9:"Tab",13:"Enter",16:"Shift",17:"Ctrl",18:"Alt",19:"Pause",20:"CapsLock",27:"Esc",32:"Space",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"Left",38:"Up",39:"Right",40:"Down",44:"PrintScrn",45:"Insert",46:"Delete",59:";",61:"=",91:"Mod",92:"Mod",93:"Mod",107:"=",109:"-",127:"Delete",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'",63232:"Up",63233:"Down",63234:"Left",63235:"Right",63272:"Delete",63273:"Home",63275:"End",63276:"PageUp",63277:"PageDown",63302:"Insert"};z.keyNames=eh,function(){for(var a=0;10>a;a++)eh[a+48]=eh[a+96]=String(a);for(var a=65;90>=a;a++)eh[a]=String.fromCharCode(a);for(var a=1;12>=a;a++)eh[a+111]=eh[a+63235]="F"+a}();var nh,sh=function(){function c(c){return 247>=c?a.charAt(c):c>=1424&&1524>=c?"R":c>=1536&&1773>=c?b.charAt(c-1536):c>=1774&&2220>=c?"r":c>=8192&&8203>=c?"w":8204==c?"b":"L"}function j(a,b,c){this.level=a,this.from=b,this.to=c}var a="bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNbbbbbbsbbbbbbbbbbbbbbbbbbbbbbbbbb,N%%%%NNNNLNNNNN%%11NLNNN1LNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN",b="rrrrrrrrrrrr,rNNmmmmmmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmrrrrrrrnnnnnnnnnn%nnrrrmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmNmmmm",d=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/,e=/[stwN]/,f=/[LRr]/,g=/[Lb1n]/,h=/[1n]/,i="L";return function(a){if(!d.test(a))return!1;for(var m,b=a.length,k=[],l=0;b>l;++l)k.push(m=c(a.charCodeAt(l)));for(var l=0,n=i;b>l;++l){var m=k[l];"m"==m?k[l]=n:n=m}for(var l=0,o=i;b>l;++l){var m=k[l];"1"==m&&"r"==o?k[l]="n":f.test(m)&&(o=m,"r"==m&&(k[l]="R"))}for(var l=1,n=k[0];b-1>l;++l){var m=k[l];"+"==m&&"1"==n&&"1"==k[l+1]?k[l]="1":","!=m||n!=k[l+1]||"1"!=n&&"n"!=n||(k[l]=n),n=m}for(var l=0;b>l;++l){var m=k[l];if(","==m)k[l]="N";else if("%"==m){for(var p=l+1;b>p&&"%"==k[p];++p);for(var q=l&&"!"==k[l-1]||b>p&&"1"==k[p]?"1":"N",r=l;p>r;++r)k[r]=q;l=p-1}}for(var l=0,o=i;b>l;++l){var m=k[l];"L"==o&&"1"==m?k[l]="L":f.test(m)&&(o=m)}for(var l=0;b>l;++l)if(e.test(k[l])){for(var p=l+1;b>p&&e.test(k[p]);++p);for(var s="L"==(l?k[l-1]:i),t="L"==(b>p?k[p]:i),q=s||t?"L":"R",r=l;p>r;++r)k[r]=q;l=p-1}for(var v,u=[],l=0;b>l;)if(g.test(k[l])){var w=l;for(++l;b>l&&g.test(k[l]);++l);u.push(new j(0,w,l))}else{var x=l,y=u.length;for(++l;b>l&&"L"!=k[l];++l);for(var r=x;l>r;)if(h.test(k[r])){r>x&&u.splice(y,0,new j(1,x,r));var z=r;for(++r;l>r&&h.test(k[r]);++r);u.splice(y,0,new j(2,z,r)),x=r}else++r;l>x&&u.splice(y,0,new j(1,x,l))}return 1==u[0].level&&(v=a.match(/^\s+/))&&(u[0].from=v[0].length,u.unshift(new j(0,0,v[0].length))),1==Ag(u).level&&(v=a.match(/\s+$/))&&(Ag(u).to-=v[0].length,u.push(new j(0,b-v[0].length,b))),u[0].level!=Ag(u).level&&u.push(new j(u[0].level,b,b)),u}}();return z.version="4.0.4",z}),function(a){"object"==typeof exports&&"object"==typeof module?a(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],a):a(CodeMirror)}(function(a){"use strict";function b(a){for(var b={},c=0;c<a.length;++c)b[a[c]]=!0;return b}function q(a,b){for(var d,c=!1;null!=(d=a.next());){if(c&&"/"==d){b.tokenize=null;
5
+ break}c="*"==d}return["comment","comment"]}function r(a,b){return a.skipTo("-->")?(a.match("-->"),b.tokenize=null):a.skipToEnd(),["comment","comment"]}a.defineMode("css",function(b,c){function p(a,b){return n=b,a}function q(a,b){var c=a.next();if(e[c]){var d=e[c](a,b);if(d!==!1)return d}return"@"==c?(a.eatWhile(/[\w\\\-]/),p("def",a.current())):"="==c||("~"==c||"|"==c)&&a.eat("=")?p(null,"compare"):'"'==c||"'"==c?(b.tokenize=r(c),b.tokenize(a,b)):"#"==c?(a.eatWhile(/[\w\\\-]/),p("atom","hash")):"!"==c?(a.match(/^\s*\w*/),p("keyword","important")):/\d/.test(c)||"."==c&&a.eat(/\d/)?(a.eatWhile(/[\w.%]/),p("number","unit")):"-"!==c?/[,+>*\/]/.test(c)?p(null,"select-op"):"."==c&&a.match(/^-?[_a-z][_a-z0-9-]*/i)?p("qualifier","qualifier"):/[:;{}\[\]\(\)]/.test(c)?p(null,c):"u"==c&&a.match("rl(")?(a.backUp(1),b.tokenize=s,p("property","word")):/[\w\\\-]/.test(c)?(a.eatWhile(/[\w\\\-]/),p("property","word")):p(null,null):/[\d.]/.test(a.peek())?(a.eatWhile(/[\w.%]/),p("number","unit")):a.match(/^[^-]+-/)?p("meta","meta"):void 0}function r(a){return function(b,c){for(var e,d=!1;null!=(e=b.next());){if(e==a&&!d){")"==a&&b.backUp(1);break}d=!d&&"\\"==e}return(e==a||!d&&")"!=a)&&(c.tokenize=null),p("string","string")}}function s(a,b){return a.next(),b.tokenize=a.match(/\s*[\"\')]/,!1)?null:r(")"),p(null,"(")}function t(a,b,c){this.type=a,this.indent=b,this.prev=c}function u(a,b,c){return a.context=new t(c,b.indentation()+d,a.context),c}function v(a){return a.context=a.context.prev,a.context.type}function w(a,b,c){return z[c.context.type](a,b,c)}function x(a,b,c,d){for(var e=d||1;e>0;e--)c.context=c.context.prev;return w(a,b,c)}function y(a){var b=a.current().toLowerCase();o=k.hasOwnProperty(b)?"atom":j.hasOwnProperty(b)?"keyword":"variable"}c.propertyKeywords||(c=a.resolveMode("text/css"));var n,o,d=b.indentUnit,e=c.tokenHooks,f=c.mediaTypes||{},g=c.mediaFeatures||{},h=c.propertyKeywords||{},i=c.nonStandardPropertyKeywords||{},j=c.colorKeywords||{},k=c.valueKeywords||{},l=c.fontProperties||{},m=c.allowNested,z={};return z.top=function(a,b,c){if("{"==a)return u(c,b,"block");if("}"==a&&c.context.prev)return v(c);if("@media"==a)return u(c,b,"media");if("@font-face"==a)return"font_face_before";if(/^@(-(moz|ms|o|webkit)-)?keyframes$/.test(a))return"keyframes";if(a&&"@"==a.charAt(0))return u(c,b,"at");if("hash"==a)o="builtin";else if("word"==a)o="tag";else{if("variable-definition"==a)return"maybeprop";if("interpolation"==a)return u(c,b,"interpolation");if(":"==a)return"pseudo";if(m&&"("==a)return u(c,b,"params")}return c.context.type},z.block=function(a,b,c){if("word"==a){var d=b.current().toLowerCase();return h.hasOwnProperty(d)?(o="property","maybeprop"):i.hasOwnProperty(d)?(o="string-2","maybeprop"):m?(o=b.match(/^\s*:/,!1)?"property":"tag","block"):(o+=" error","maybeprop")}return"meta"==a?"block":m||"hash"!=a&&"qualifier"!=a?z.top(a,b,c):(o="error","block")},z.maybeprop=function(a,b,c){return":"==a?u(c,b,"prop"):w(a,b,c)},z.prop=function(a,b,c){if(";"==a)return v(c);if("{"==a&&m)return u(c,b,"propBlock");if("}"==a||"{"==a)return x(a,b,c);if("("==a)return u(c,b,"parens");if("hash"!=a||/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/.test(b.current())){if("word"==a)y(b);else if("interpolation"==a)return u(c,b,"interpolation")}else o+=" error";return"prop"},z.propBlock=function(a,b,c){return"}"==a?v(c):"word"==a?(o="property","maybeprop"):c.context.type},z.parens=function(a,b,c){return"{"==a||"}"==a?x(a,b,c):")"==a?v(c):"parens"},z.pseudo=function(a,b,c){return"word"==a?(o="variable-3",c.context.type):w(a,b,c)},z.media=function(a,b,c){if("("==a)return u(c,b,"media_parens");if("}"==a)return x(a,b,c);if("{"==a)return v(c)&&u(c,b,m?"block":"top");if("word"==a){var d=b.current().toLowerCase();o="only"==d||"not"==d||"and"==d?"keyword":f.hasOwnProperty(d)?"attribute":g.hasOwnProperty(d)?"property":"error"}return c.context.type},z.media_parens=function(a,b,c){return")"==a?v(c):"{"==a||"}"==a?x(a,b,c,2):z.media(a,b,c)},z.font_face_before=function(a,b,c){return"{"==a?u(c,b,"font_face"):w(a,b,c)},z.font_face=function(a,b,c){return"}"==a?v(c):"word"==a?(o=l.hasOwnProperty(b.current().toLowerCase())?"property":"error","maybeprop"):"font_face"},z.keyframes=function(a,b,c){return"word"==a?(o="variable","keyframes"):"{"==a?u(c,b,"top"):w(a,b,c)},z.at=function(a,b,c){return";"==a?v(c):"{"==a||"}"==a?x(a,b,c):("word"==a?o="tag":"hash"==a&&(o="builtin"),"at")},z.interpolation=function(a,b,c){return"}"==a?v(c):"{"==a||";"==a?x(a,b,c):("variable"!=a&&(o="error"),"interpolation")},z.params=function(a,b,c){return")"==a?v(c):"{"==a||"}"==a?x(a,b,c):("word"==a&&y(b),"params")},{startState:function(a){return{tokenize:null,state:"top",context:new t("top",a||0,null)}},token:function(a,b){if(!b.tokenize&&a.eatSpace())return null;var c=(b.tokenize||q)(a,b);return c&&"object"==typeof c&&(n=c[1],c=c[0]),o=c,b.state=z[b.state](n,a,b),o},indent:function(a,b){var c=a.context,e=b&&b.charAt(0),f=c.indent;return"prop"==c.type&&"}"==e&&(c=c.prev),!c.prev||("}"!=e||"block"!=c.type&&"top"!=c.type&&"interpolation"!=c.type&&"font_face"!=c.type)&&(")"!=e||"parens"!=c.type&&"params"!=c.type&&"media_parens"!=c.type)&&("{"!=e||"at"!=c.type&&"media"!=c.type)||(f=c.indent-d,c=c.prev),f},electricChars:"}",blockCommentStart:"/*",blockCommentEnd:"*/",fold:"brace"}});var c=["all","aural","braille","handheld","print","projection","screen","tty","tv","embossed"],d=b(c),e=["width","min-width","max-width","height","min-height","max-height","device-width","min-device-width","max-device-width","device-height","min-device-height","max-device-height","aspect-ratio","min-aspect-ratio","max-aspect-ratio","device-aspect-ratio","min-device-aspect-ratio","max-device-aspect-ratio","color","min-color","max-color","color-index","min-color-index","max-color-index","monochrome","min-monochrome","max-monochrome","resolution","min-resolution","max-resolution","scan","grid"],f=b(e),g=["align-content","align-items","align-self","alignment-adjust","alignment-baseline","anchor-point","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","appearance","azimuth","backface-visibility","background","background-attachment","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","baseline-shift","binding","bleed","bookmark-label","bookmark-level","bookmark-state","bookmark-target","border","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","clear","clip","color","color-profile","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","content","counter-increment","counter-reset","crop","cue","cue-after","cue-before","cursor","direction","display","dominant-baseline","drop-initial-after-adjust","drop-initial-after-align","drop-initial-before-adjust","drop-initial-before-align","drop-initial-size","drop-initial-value","elevation","empty-cells","fit","fit-position","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","float-offset","flow-from","flow-into","font","font-feature-settings","font-family","font-kerning","font-language-override","font-size","font-size-adjust","font-stretch","font-style","font-synthesis","font-variant","font-variant-alternates","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-weight","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-position","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","inline-box-align","justify-content","left","letter-spacing","line-break","line-height","line-stacking","line-stacking-ruby","line-stacking-shift","line-stacking-strategy","list-style","list-style-image","list-style-position","list-style-type","margin","margin-bottom","margin-left","margin-right","margin-top","marker-offset","marks","marquee-direction","marquee-loop","marquee-play-count","marquee-speed","marquee-style","max-height","max-width","min-height","min-width","move-to","nav-down","nav-index","nav-left","nav-right","nav-up","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-style","overflow-wrap","overflow-x","overflow-y","padding","padding-bottom","padding-left","padding-right","padding-top","page","page-break-after","page-break-before","page-break-inside","page-policy","pause","pause-after","pause-before","perspective","perspective-origin","pitch","pitch-range","play-during","position","presentation-level","punctuation-trim","quotes","region-break-after","region-break-before","region-break-inside","region-fragment","rendering-intent","resize","rest","rest-after","rest-before","richness","right","rotation","rotation-point","ruby-align","ruby-overhang","ruby-position","ruby-span","shape-inside","shape-outside","size","speak","speak-as","speak-header","speak-numeral","speak-punctuation","speech-rate","stress","string-set","tab-size","table-layout","target","target-name","target-new","target-position","text-align","text-align-last","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip","text-decoration-style","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-height","text-indent","text-justify","text-outline","text-overflow","text-shadow","text-size-adjust","text-space-collapse","text-transform","text-underline-position","text-wrap","top","transform","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","volume","white-space","widows","width","word-break","word-spacing","word-wrap","z-index","clip-path","clip-rule","mask","enable-background","filter","flood-color","flood-opacity","lighting-color","stop-color","stop-opacity","pointer-events","color-interpolation","color-interpolation-filters","color-profile","color-rendering","fill","fill-opacity","fill-rule","image-rendering","marker","marker-end","marker-mid","marker-start","shape-rendering","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-rendering","baseline-shift","dominant-baseline","glyph-orientation-horizontal","glyph-orientation-vertical","kerning","text-anchor","writing-mode"],h=b(g),i=["scrollbar-arrow-color","scrollbar-base-color","scrollbar-dark-shadow-color","scrollbar-face-color","scrollbar-highlight-color","scrollbar-shadow-color","scrollbar-3d-light-color","scrollbar-track-color","shape-inside","searchfield-cancel-button","searchfield-decoration","searchfield-results-button","searchfield-results-decoration","zoom"],i=b(i),j=["aliceblue","antiquewhite","aqua","aquamarine","azure","beige","bisque","black","blanchedalmond","blue","blueviolet","brown","burlywood","cadetblue","chartreuse","chocolate","coral","cornflowerblue","cornsilk","crimson","cyan","darkblue","darkcyan","darkgoldenrod","darkgray","darkgreen","darkkhaki","darkmagenta","darkolivegreen","darkorange","darkorchid","darkred","darksalmon","darkseagreen","darkslateblue","darkslategray","darkturquoise","darkviolet","deeppink","deepskyblue","dimgray","dodgerblue","firebrick","floralwhite","forestgreen","fuchsia","gainsboro","ghostwhite","gold","goldenrod","gray","grey","green","greenyellow","honeydew","hotpink","indianred","indigo","ivory","khaki","lavender","lavenderblush","lawngreen","lemonchiffon","lightblue","lightcoral","lightcyan","lightgoldenrodyellow","lightgray","lightgreen","lightpink","lightsalmon","lightseagreen","lightskyblue","lightslategray","lightsteelblue","lightyellow","lime","limegreen","linen","magenta","maroon","mediumaquamarine","mediumblue","mediumorchid","mediumpurple","mediumseagreen","mediumslateblue","mediumspringgreen","mediumturquoise","mediumvioletred","midnightblue","mintcream","mistyrose","moccasin","navajowhite","navy","oldlace","olive","olivedrab","orange","orangered","orchid","palegoldenrod","palegreen","paleturquoise","palevioletred","papayawhip","peachpuff","peru","pink","plum","powderblue","purple","red","rosybrown","royalblue","saddlebrown","salmon","sandybrown","seagreen","seashell","sienna","silver","skyblue","slateblue","slategray","snow","springgreen","steelblue","tan","teal","thistle","tomato","turquoise","violet","wheat","white","whitesmoke","yellow","yellowgreen"],k=b(j),l=["above","absolute","activeborder","activecaption","afar","after-white-space","ahead","alias","all","all-scroll","alternate","always","amharic","amharic-abegede","antialiased","appworkspace","arabic-indic","armenian","asterisks","auto","avoid","avoid-column","avoid-page","avoid-region","background","backwards","baseline","below","bidi-override","binary","bengali","blink","block","block-axis","bold","bolder","border","border-box","both","bottom","break","break-all","break-word","button","button-bevel","buttonface","buttonhighlight","buttonshadow","buttontext","cambodian","capitalize","caps-lock-indicator","caption","captiontext","caret","cell","center","checkbox","circle","cjk-earthly-branch","cjk-heavenly-stem","cjk-ideographic","clear","clip","close-quote","col-resize","collapse","column","compact","condensed","contain","content","content-box","context-menu","continuous","copy","cover","crop","cross","crosshair","currentcolor","cursive","dashed","decimal","decimal-leading-zero","default","default-button","destination-atop","destination-in","destination-out","destination-over","devanagari","disc","discard","document","dot-dash","dot-dot-dash","dotted","double","down","e-resize","ease","ease-in","ease-in-out","ease-out","element","ellipse","ellipsis","embed","end","ethiopic","ethiopic-abegede","ethiopic-abegede-am-et","ethiopic-abegede-gez","ethiopic-abegede-ti-er","ethiopic-abegede-ti-et","ethiopic-halehame-aa-er","ethiopic-halehame-aa-et","ethiopic-halehame-am-et","ethiopic-halehame-gez","ethiopic-halehame-om-et","ethiopic-halehame-sid-et","ethiopic-halehame-so-et","ethiopic-halehame-ti-er","ethiopic-halehame-ti-et","ethiopic-halehame-tig","ew-resize","expanded","extra-condensed","extra-expanded","fantasy","fast","fill","fixed","flat","footnotes","forwards","from","geometricPrecision","georgian","graytext","groove","gujarati","gurmukhi","hand","hangul","hangul-consonant","hebrew","help","hidden","hide","higher","highlight","highlighttext","hiragana","hiragana-iroha","horizontal","hsl","hsla","icon","ignore","inactiveborder","inactivecaption","inactivecaptiontext","infinite","infobackground","infotext","inherit","initial","inline","inline-axis","inline-block","inline-table","inset","inside","intrinsic","invert","italic","justify","kannada","katakana","katakana-iroha","keep-all","khmer","landscape","lao","large","larger","left","level","lighter","line-through","linear","lines","list-item","listbox","listitem","local","logical","loud","lower","lower-alpha","lower-armenian","lower-greek","lower-hexadecimal","lower-latin","lower-norwegian","lower-roman","lowercase","ltr","malayalam","match","media-controls-background","media-current-time-display","media-fullscreen-button","media-mute-button","media-play-button","media-return-to-realtime-button","media-rewind-button","media-seek-back-button","media-seek-forward-button","media-slider","media-sliderthumb","media-time-remaining-display","media-volume-slider","media-volume-slider-container","media-volume-sliderthumb","medium","menu","menulist","menulist-button","menulist-text","menulist-textfield","menutext","message-box","middle","min-intrinsic","mix","mongolian","monospace","move","multiple","myanmar","n-resize","narrower","ne-resize","nesw-resize","no-close-quote","no-drop","no-open-quote","no-repeat","none","normal","not-allowed","nowrap","ns-resize","nw-resize","nwse-resize","oblique","octal","open-quote","optimizeLegibility","optimizeSpeed","oriya","oromo","outset","outside","outside-shape","overlay","overline","padding","padding-box","painted","page","paused","persian","plus-darker","plus-lighter","pointer","polygon","portrait","pre","pre-line","pre-wrap","preserve-3d","progress","push-button","radio","read-only","read-write","read-write-plaintext-only","rectangle","region","relative","repeat","repeat-x","repeat-y","reset","reverse","rgb","rgba","ridge","right","round","row-resize","rtl","run-in","running","s-resize","sans-serif","scroll","scrollbar","se-resize","searchfield","searchfield-cancel-button","searchfield-decoration","searchfield-results-button","searchfield-results-decoration","semi-condensed","semi-expanded","separate","serif","show","sidama","single","skip-white-space","slide","slider-horizontal","slider-vertical","sliderthumb-horizontal","sliderthumb-vertical","slow","small","small-caps","small-caption","smaller","solid","somali","source-atop","source-in","source-out","source-over","space","square","square-button","start","static","status-bar","stretch","stroke","sub","subpixel-antialiased","super","sw-resize","table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row","table-row-group","telugu","text","text-bottom","text-top","textarea","textfield","thai","thick","thin","threeddarkshadow","threedface","threedhighlight","threedlightshadow","threedshadow","tibetan","tigre","tigrinya-er","tigrinya-er-abegede","tigrinya-et","tigrinya-et-abegede","to","top","transparent","ultra-condensed","ultra-expanded","underline","up","upper-alpha","upper-armenian","upper-greek","upper-hexadecimal","upper-latin","upper-norwegian","upper-roman","uppercase","urdu","url","vertical","vertical-text","visible","visibleFill","visiblePainted","visibleStroke","visual","w-resize","wait","wave","wider","window","windowframe","windowtext","x-large","x-small","xor","xx-large","xx-small"],m=b(l),n=["font-family","src","unicode-range","font-variant","font-feature-settings","font-stretch","font-weight","font-style"],o=b(n),p=c.concat(e).concat(g).concat(i).concat(j).concat(l);a.registerHelper("hintWords","css",p),a.defineMIME("text/css",{mediaTypes:d,mediaFeatures:f,propertyKeywords:h,nonStandardPropertyKeywords:i,colorKeywords:k,valueKeywords:m,fontProperties:o,tokenHooks:{"<":function(a,b){return a.match("!--")?(b.tokenize=r,r(a,b)):!1},"/":function(a,b){return a.eat("*")?(b.tokenize=q,q(a,b)):!1}},name:"css"}),a.defineMIME("text/x-scss",{mediaTypes:d,mediaFeatures:f,propertyKeywords:h,nonStandardPropertyKeywords:i,colorKeywords:k,valueKeywords:m,fontProperties:o,allowNested:!0,tokenHooks:{"/":function(a,b){return a.eat("/")?(a.skipToEnd(),["comment","comment"]):a.eat("*")?(b.tokenize=q,q(a,b)):["operator","operator"]},":":function(a){return a.match(/\s*{/)?[null,"{"]:!1},$:function(a){return a.match(/^[\w-]+/),a.match(/^\s*:/,!1)?["variable-2","variable-definition"]:["variable-2","variable"]},"#":function(a){return a.eat("{")?[null,"interpolation"]:!1}},name:"css",helperType:"scss"}),a.defineMIME("text/x-less",{mediaTypes:d,mediaFeatures:f,propertyKeywords:h,nonStandardPropertyKeywords:i,colorKeywords:k,valueKeywords:m,fontProperties:o,allowNested:!0,tokenHooks:{"/":function(a,b){return a.eat("/")?(a.skipToEnd(),["comment","comment"]):a.eat("*")?(b.tokenize=q,q(a,b)):["operator","operator"]},"@":function(a){return a.match(/^(charset|document|font-face|import|(-(moz|ms|o|webkit)-)?keyframes|media|namespace|page|supports)\b/,!1)?!1:(a.eatWhile(/[\w\\\-]/),a.match(/^\s*:/,!1)?["variable-2","variable-definition"]:["variable-2","variable"])},"&":function(){return["atom","atom"]}},name:"css",helperType:"less"})}),function(a){"object"==typeof exports&&"object"==typeof module?a(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],a):a(CodeMirror)}(function(a){"use strict";function d(a){for(var d=0;d<a.state.activeLines.length;d++)a.removeLineClass(a.state.activeLines[d],"wrap",b),a.removeLineClass(a.state.activeLines[d],"background",c)}function e(a,b){if(a.length!=b.length)return!1;for(var c=0;c<a.length;c++)if(a[c]!=b[c])return!1;return!0}function f(a,f){for(var g=[],h=0;h<f.length;h++){var i=a.getLineHandleVisualStart(f[h].head.line);g[g.length-1]!=i&&g.push(i)}e(a.state.activeLines,g)||a.operation(function(){d(a);for(var e=0;e<g.length;e++)a.addLineClass(g[e],"wrap",b),a.addLineClass(g[e],"background",c);a.state.activeLines=g})}function g(a,b){f(a,b.ranges)}var b="CodeMirror-activeline",c="CodeMirror-activeline-background";a.defineOption("styleActiveLine",!1,function(b,c,e){var h=e&&e!=a.Init;c&&!h?(b.state.activeLines=[],f(b,b.listSelections()),b.on("beforeSelectionChange",g)):!c&&h&&(b.off("beforeSelectionChange",g),d(b),delete b.state.activeLines)})}),function(a){"object"==typeof exports&&"object"==typeof module?a(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],a):a(CodeMirror)}(function(a){function e(a,b,e,g){var h=a.getLineHandle(b.line),i=b.ch-1,j=i>=0&&d[h.text.charAt(i)]||d[h.text.charAt(++i)];if(!j)return null;var k=">"==j.charAt(1)?1:-1;if(e&&k>0!=(i==b.ch))return null;var l=a.getTokenTypeAt(c(b.line,i+1)),m=f(a,c(b.line,i+(k>0?1:0)),k,l||null,g);return null==m?null:{from:c(b.line,i),to:m&&m.pos,match:m&&m.ch==j.charAt(0),forward:k>0}}function f(a,b,e,f,g){for(var h=g&&g.maxScanLineLength||1e4,i=g&&g.maxScanLines||1e3,j=[],k=g&&g.bracketRegex?g.bracketRegex:/[(){}[\]]/,l=e>0?Math.min(b.line+i,a.lastLine()+1):Math.max(a.firstLine()-1,b.line-i),m=b.line;m!=l;m+=e){var n=a.getLine(m);if(n){var o=e>0?0:n.length-1,p=e>0?n.length:-1;if(!(n.length>h))for(m==b.line&&(o=b.ch-(0>e?1:0));o!=p;o+=e){var q=n.charAt(o);if(k.test(q)&&(void 0===f||a.getTokenTypeAt(c(m,o+1))==f)){var r=d[q];if(">"==r.charAt(1)==e>0)j.push(q);else{if(!j.length)return{pos:c(m,o),ch:q};j.pop()}}}}}return m-e==(e>0?a.lastLine():a.firstLine())?!1:null}function g(a,d,f){for(var g=a.state.matchBrackets.maxHighlightLineLength||1e3,h=[],i=a.listSelections(),j=0;j<i.length;j++){var k=i[j].empty()&&e(a,i[j].head,!1,f);if(k&&a.getLine(k.from.line).length<=g){var l=k.match?"CodeMirror-matchingbracket":"CodeMirror-nonmatchingbracket";h.push(a.markText(k.from,c(k.from.line,k.from.ch+1),{className:l})),k.to&&a.getLine(k.to.line).length<=g&&h.push(a.markText(k.to,c(k.to.line,k.to.ch+1),{className:l}))}}if(h.length){b&&a.state.focused&&a.display.input.focus();var m=function(){a.operation(function(){for(var a=0;a<h.length;a++)h[a].clear()})};if(!d)return m;setTimeout(m,800)}}function i(a){a.operation(function(){h&&(h(),h=null),h=g(a,!1,a.state.matchBrackets)})}var b=/MSIE \d/.test(navigator.userAgent)&&(null==document.documentMode||document.documentMode<8),c=a.Pos,d={"(":")>",")":"(<","[":"]>","]":"[<","{":"}>","}":"{<"},h=null;a.defineOption("matchBrackets",!1,function(b,c,d){d&&d!=a.Init&&b.off("cursorActivity",i),c&&(b.state.matchBrackets="object"==typeof c?c:{},b.on("cursorActivity",i))}),a.defineExtension("matchBrackets",function(){g(this,!0)}),a.defineExtension("findMatchingBracket",function(a,b,c){return e(this,a,b,c)}),a.defineExtension("scanForBracket",function(a,b,c,d){return f(this,a,b,c,d)})});
bws_menu/js/general_script.js CHANGED
@@ -19,5 +19,42 @@ function bws_show_settings_notice() {
19
  event.preventDefault();
20
  $( '.bws_form #bws-submit-button' ).click();
21
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  });
23
  })(jQuery);
19
  event.preventDefault();
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/js/shortcode-button.js CHANGED
@@ -1,6 +1,7 @@
1
  (function($) {
2
  if ( typeof bws_shortcode_button != 'undefined' ) {
3
  var win;
 
4
  tinymce.create( 'tinymce.plugins.BWSButton', {
5
  /**
6
  * Initializes the plugin, this will be executed after the plugin has been created.
@@ -11,12 +12,12 @@
11
  * @param {string} url Absolute URL to where the plugin is located.
12
  */
13
  init : function( ed, url ) {
14
- ed.addButton( 'add_bws_shortcode', {
15
- title : bws_shortcode_button.title,
16
- classes: 'bws_shortcode_button widget btn',
17
- image : bws_shortcode_button.icon_url,
18
- onclick: function() {
19
- if ( bws_shortcode_button.wp_version < '3.9' ) {
20
  /* triggers the thickbox */
21
  var width = jQuery(window).width(), H = jQuery(window).height(), W = ( 720 < width ) ? 720 : width;
22
  W = W - 80;
@@ -24,7 +25,44 @@
24
  tb_show( bws_shortcode_button.title, '#TB_inline?width=' + W + '&height=' + H + '&inlineId=bws_shortcode_popup' );
25
 
26
  var current_object = '#TB_ajaxContent';
27
- } else {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  win = ed.windowManager.open( {
29
  width: 400,
30
  height: 400,
@@ -55,36 +93,36 @@
55
 
56
  });
57
  var current_object = '.mce-container-body';
58
- }
59
- var select_count = $( current_object + ' select#bws_shortcode_select option').length;
60
- if ( 1 == select_count ) {
61
- $( current_object + ' #bws_shortcode_select_plugin' ).hide();
62
- }
63
-
64
- var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
65
- $( current_object + ' #bws_shortcode_content > div' ).hide();
66
- $( current_object + ' #bws_shortcode_content > #' + plugin ).show();
67
-
68
- if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
69
- $( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
70
- }
71
 
72
- $( current_object + ' #bws_shortcode_select' ).on( 'change',function() {
73
  var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
74
  $( current_object + ' #bws_shortcode_content > div' ).hide();
75
  $( current_object + ' #bws_shortcode_content > #' + plugin ).show();
 
76
  if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
77
  $( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
78
- } else {
79
- $( current_object + ' #bws_shortcode_display' ).text( '' );
80
  }
81
- });
82
 
83
- $.each( bws_shortcode_button.function_name, function( index, value ) {
84
- eval( value + '();' );
85
- });
86
- }
87
- });
 
 
 
 
 
 
 
 
 
 
 
 
88
  },
89
 
90
  /**
1
  (function($) {
2
  if ( typeof bws_shortcode_button != 'undefined' ) {
3
  var win;
4
+
5
  tinymce.create( 'tinymce.plugins.BWSButton', {
6
  /**
7
  * Initializes the plugin, this will be executed after the plugin has been created.
12
  * @param {string} url Absolute URL to where the plugin is located.
13
  */
14
  init : function( ed, url ) {
15
+ if ( bws_shortcode_button.wp_version < '3.9' ) {
16
+ ed.addButton( 'add_bws_shortcode', {
17
+ title : bws_shortcode_button.title,
18
+ classes: 'bws_shortcode_button widget btn',
19
+ image : bws_shortcode_button.icon_url,
20
+ onclick: function() {
21
  /* triggers the thickbox */
22
  var width = jQuery(window).width(), H = jQuery(window).height(), W = ( 720 < width ) ? 720 : width;
23
  W = W - 80;
25
  tb_show( bws_shortcode_button.title, '#TB_inline?width=' + W + '&height=' + H + '&inlineId=bws_shortcode_popup' );
26
 
27
  var current_object = '#TB_ajaxContent';
28
+
29
+ var select_count = $( current_object + ' select#bws_shortcode_select option').length;
30
+ if ( 1 == select_count ) {
31
+ $( current_object + ' #bws_shortcode_select_plugin' ).hide();
32
+ }
33
+
34
+ var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
35
+ $( current_object + ' #bws_shortcode_content > div' ).hide();
36
+ $( current_object + ' #bws_shortcode_content > #' + plugin ).show();
37
+
38
+ if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
39
+ $( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
40
+ }
41
+
42
+ $( current_object + ' #bws_shortcode_select' ).on( 'change',function() {
43
+ var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
44
+ $( current_object + ' #bws_shortcode_content > div' ).hide();
45
+ $( current_object + ' #bws_shortcode_content > #' + plugin ).show();
46
+ if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
47
+ $( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
48
+ } else {
49
+ $( current_object + ' #bws_shortcode_display' ).text( '' );
50
+ }
51
+ });
52
+
53
+ $.each( bws_shortcode_button.function_name, function( index, value ) {
54
+ eval( value + '();' );
55
+ });
56
+ }
57
+ });
58
+ } else {
59
+ ed.addButton( 'add_bws_shortcode', {
60
+ title : bws_shortcode_button.title,
61
+ classes: 'bws_shortcode_button widget btn',
62
+ icon: 'icon bws-shortcode-icon',
63
+ text: bws_shortcode_button.label,
64
+ onclick: function() {
65
+
66
  win = ed.windowManager.open( {
67
  width: 400,
68
  height: 400,
93
 
94
  });
95
  var current_object = '.mce-container-body';
96
+ var select_count = $( current_object + ' select#bws_shortcode_select option').length;
97
+ if ( 1 == select_count ) {
98
+ $( current_object + ' #bws_shortcode_select_plugin' ).hide();
99
+ }
 
 
 
 
 
 
 
 
 
100
 
 
101
  var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
102
  $( current_object + ' #bws_shortcode_content > div' ).hide();
103
  $( current_object + ' #bws_shortcode_content > #' + plugin ).show();
104
+
105
  if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
106
  $( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
 
 
107
  }
 
108
 
109
+ $( current_object + ' #bws_shortcode_select' ).on( 'change',function() {
110
+ var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
111
+ $( current_object + ' #bws_shortcode_content > div' ).hide();
112
+ $( current_object + ' #bws_shortcode_content > #' + plugin ).show();
113
+ if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
114
+ $( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
115
+ } else {
116
+ $( current_object + ' #bws_shortcode_display' ).text( '' );
117
+ }
118
+ });
119
+
120
+ $.each( bws_shortcode_button.function_name, function( index, value ) {
121
+ eval( value + '();' );
122
+ });
123
+ }
124
+ });
125
+ }
126
  },
127
 
128
  /**
bws_menu/languages/bestwebsoft-de_DE.mo DELETED
Binary file
bws_menu/languages/bestwebsoft-de_DE.po DELETED
@@ -1,841 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: bestwebsoft\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-02-22 15:51+0300\n"
6
- "PO-Revision-Date: 2016-02-22 15:51+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:148
48
- msgid "It’s time to upgrade your"
49
- msgstr ""
50
-
51
- #: bws_functions.php:148
52
- msgid "to"
53
- msgstr ""
54
-
55
- # @ captcha
56
- #: bws_functions.php:148
57
- #, fuzzy
58
- msgid "version!"
59
- msgstr "PHP Version"
60
-
61
- #: bws_functions.php:149
62
- msgid "Extend standard plugin functionality with new great options."
63
- msgstr ""
64
-
65
- # @ captcha
66
- #: bws_functions.php:152 bws_functions.php:593
67
- #, fuzzy
68
- msgid "Learn More"
69
- msgstr "Lesen Sie mehr"
70
-
71
- #: bws_functions.php:169
72
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
73
- msgstr ""
74
-
75
- # @ captcha
76
- #: bws_functions.php:170
77
- #, fuzzy
78
- msgid "Rate the plugin"
79
- msgstr "Aktivierte Plugins"
80
-
81
- # @ captcha
82
- #: bws_functions.php:173
83
- #, fuzzy
84
- msgid "If there is something wrong about it, please contact us"
85
- msgstr "Wenn Sie irgendwelche Fragen haben, kontaktieren Sie uns bitte über"
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
- msgid "the setting page"
167
- msgstr ""
168
-
169
- #: bws_functions.php:383 bws_functions.php:474
170
- msgid "You will be redirected automatically in 5 seconds."
171
- msgstr ""
172
-
173
- #: bws_functions.php:390
174
- msgid "Show Pro features"
175
- msgstr ""
176
-
177
- #: bws_functions.php:397
178
- msgid "You can download and activate"
179
- msgstr ""
180
-
181
- #: bws_functions.php:399
182
- msgid "version of this plugin by entering Your license key."
183
- msgstr ""
184
-
185
- #: bws_functions.php:401 bws_functions.php:442
186
- msgid ""
187
- "You can find your license key on your personal page Client area, by clicking "
188
- "on the link"
189
- msgstr ""
190
-
191
- #: bws_functions.php:403 bws_functions.php:444
192
- msgid "(your username is the email you specify when purchasing the product)."
193
- msgstr ""
194
-
195
- #: bws_functions.php:407 bws_functions.php:691
196
- msgid "or"
197
- msgstr ""
198
-
199
- #: bws_functions.php:407
200
- #, php-format
201
- msgid "Start Your Free %s-Day Trial Now"
202
- msgstr ""
203
-
204
- # @ captcha
205
- #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
206
- #: bws_functions.php:460 bws_menu.php:690 bws_menu.php:747
207
- #, fuzzy
208
- msgid "Activate"
209
- msgstr "Aktivierte Plugins"
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
- # @ captcha
312
- #: bws_functions.php:603 bws_functions.php:656 bws_menu.php:666
313
- #: bws_menu.php:688 bws_menu.php:715 bws_menu.php:745 bws_menu.php:791
314
- #, fuzzy
315
- msgid "Learn more"
316
- msgstr "Lesen Sie mehr"
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
- # @ captcha
344
- #: bws_functions.php:687
345
- #, fuzzy
346
- msgid "Thank you for installing"
347
- msgstr "Vielen Dank für Ihre Kontaktaufnahme."
348
-
349
- #: bws_functions.php:688
350
- msgid "Let's get started"
351
- msgstr ""
352
-
353
- # @ captcha
354
- #: bws_functions.php:689
355
- #, fuzzy
356
- msgid "Configure Settings"
357
- msgstr "Einstellungen"
358
-
359
- #: bws_functions.php:692
360
- msgid "Add New"
361
- msgstr ""
362
-
363
- #: bws_functions.php:696 bws_functions.php:755
364
- msgid "Close notice"
365
- msgstr ""
366
-
367
- # @ captcha
368
- #: bws_functions.php:750
369
- #, fuzzy
370
- msgid "Thank you for choosing"
371
- msgstr "Vielen Dank für Ihre Kontaktaufnahme."
372
-
373
- #: bws_functions.php:751
374
- msgid ""
375
- "If you have a feature, suggestion or idea you'd like to see in the plugin, "
376
- "we'd love to hear about it!"
377
- msgstr ""
378
-
379
- #: bws_functions.php:752
380
- msgid "Suggest a Feature"
381
- msgstr ""
382
-
383
- #: bws_functions.php:768
384
- msgid "Notice"
385
- msgstr ""
386
-
387
- #: bws_functions.php:768
388
- msgid "The plugin's settings have been changed."
389
- msgstr ""
390
-
391
- #: bws_functions.php:769
392
- msgid "Save Changes"
393
- msgstr ""
394
-
395
- #: bws_functions.php:786
396
- msgid ""
397
- "You can always look at premium options by clicking on the \"Show Pro features"
398
- "\" in the \"Go PRO\" tab"
399
- msgstr ""
400
-
401
- #: bws_functions.php:866
402
- msgid "Add BWS Plugins Shortcode"
403
- msgstr ""
404
-
405
- #: bws_functions.php:886
406
- msgid "Add shortcode"
407
- msgstr ""
408
-
409
- #: bws_functions.php:886
410
- msgid "Add BestWebSoft plugins' shortcodes using this button."
411
- msgstr ""
412
-
413
- #: bws_functions.php:928
414
- msgid "Close"
415
- msgstr ""
416
-
417
- #: bws_functions.php:1020
418
- msgid "Restore all plugin settings to defaults"
419
- msgstr ""
420
-
421
- #: bws_functions.php:1022
422
- msgid "Restore settings"
423
- msgstr ""
424
-
425
- #: bws_functions.php:1033
426
- msgid "Are you sure you want to restore all settings by default?"
427
- msgstr ""
428
-
429
- #: bws_functions.php:1036
430
- msgid "Yes, restore all settings"
431
- msgstr ""
432
-
433
- #: bws_functions.php:1037
434
- msgid "No, go back to the settings page"
435
- msgstr ""
436
-
437
- # @ captcha
438
- #: bws_functions.php:1083
439
- #, fuzzy
440
- msgid "Plugin"
441
- msgstr "BWS Plugins"
442
-
443
- # @ captcha
444
- #: bws_functions.php:1092
445
- #, fuzzy
446
- msgid "Shortcode settings"
447
- msgstr "Einstellungen"
448
-
449
- #: bws_functions.php:1097
450
- msgid "The shortcode will be inserted"
451
- msgstr ""
452
-
453
- #: bws_functions.php:1102
454
- msgid "Insert"
455
- msgstr ""
456
-
457
- #: bws_functions.php:1133
458
- msgid "Visit Help Center"
459
- msgstr ""
460
-
461
- #: bws_functions.php:1138
462
- msgid "FAQ"
463
- msgstr ""
464
-
465
- #: bws_functions.php:1144
466
- msgid "For more information:"
467
- msgstr ""
468
-
469
- #: bws_functions.php:1145
470
- msgid "Documentation"
471
- msgstr ""
472
-
473
- #: bws_functions.php:1146
474
- msgid "Video Instructions"
475
- msgstr ""
476
-
477
- #: bws_functions.php:1147
478
- msgid "Submit a Request"
479
- msgstr ""
480
-
481
- # @ captcha
482
- #: bws_menu.php:506
483
- msgid "Not set"
484
- msgstr "Nicht festgelegt"
485
-
486
- # @ captcha
487
- #: bws_menu.php:508 bws_menu.php:509
488
- msgid "On"
489
- msgstr "Ein"
490
-
491
- # @ captcha
492
- #: bws_menu.php:508 bws_menu.php:509
493
- msgid "Off"
494
- msgstr "Ausgeschaltet"
495
-
496
- # @ captcha
497
- #: bws_menu.php:510 bws_menu.php:511 bws_menu.php:512 bws_menu.php:513
498
- #: bws_menu.php:514 bws_menu.php:526
499
- msgid "N/A"
500
- msgstr "keine Angaben"
501
-
502
- # @ captcha
503
- #: bws_menu.php:514
504
- msgid " Mb"
505
- msgstr " Mb"
506
-
507
- # @ captcha
508
- #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:522
509
- msgid "Yes"
510
- msgstr "Ja"
511
-
512
- # @ captcha
513
- #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:524
514
- msgid "No"
515
- msgstr "Nein"
516
-
517
- # @ captcha
518
- #: bws_menu.php:534
519
- msgid "Operating System"
520
- msgstr "Betriebs-System"
521
-
522
- # @ captcha
523
- #: bws_menu.php:535
524
- msgid "Server"
525
- msgstr "Server"
526
-
527
- # @ captcha
528
- #: bws_menu.php:536
529
- msgid "Memory usage"
530
- msgstr "Speichernutzung"
531
-
532
- # @ captcha
533
- #: bws_menu.php:537
534
- msgid "MYSQL Version"
535
- msgstr "MYSQL Version"
536
-
537
- # @ captcha
538
- #: bws_menu.php:538
539
- msgid "SQL Mode"
540
- msgstr "SQL Modus"
541
-
542
- # @ captcha
543
- #: bws_menu.php:539
544
- msgid "PHP Version"
545
- msgstr "PHP Version"
546
-
547
- # @ captcha
548
- #: bws_menu.php:540
549
- msgid "PHP Safe Mode"
550
- msgstr "PHP Gesicherter Modus"
551
-
552
- # @ captcha
553
- #: bws_menu.php:541
554
- msgid "PHP Allow URL fopen"
555
- msgstr "PHP Erlaubet URL zu öffnen (fopen)"
556
-
557
- # @ captcha
558
- #: bws_menu.php:542
559
- msgid "PHP Memory Limit"
560
- msgstr "PHP Speicher-Grenze"
561
-
562
- # @ captcha
563
- #: bws_menu.php:543
564
- msgid "PHP Max Upload Size"
565
- msgstr "PHP Maximale Upload Größe"
566
-
567
- # @ captcha
568
- #: bws_menu.php:544
569
- msgid "PHP Max Post Size"
570
- msgstr "PHP Maximale Beitrags-Größe"
571
-
572
- # @ captcha
573
- #: bws_menu.php:545
574
- msgid "PHP Max Script Execute Time"
575
- msgstr "PHP Maximale Script Ausführungszeit"
576
-
577
- # @ captcha
578
- #: bws_menu.php:546
579
- msgid "PHP Exif support"
580
- msgstr "PHP Exif Support"
581
-
582
- # @ captcha
583
- #: bws_menu.php:547
584
- msgid "PHP IPTC support"
585
- msgstr "PHP IPTC Support"
586
-
587
- # @ captcha
588
- #: bws_menu.php:548
589
- msgid "PHP XML support"
590
- msgstr "PHP XML Support"
591
-
592
- # @ captcha
593
- #: bws_menu.php:549
594
- msgid "Site URL"
595
- msgstr "Site URL"
596
-
597
- # @ captcha
598
- #: bws_menu.php:550
599
- msgid "Home URL"
600
- msgstr "Home URL"
601
-
602
- # @ captcha
603
- #: bws_menu.php:553
604
- msgid "WordPress Version"
605
- msgstr "WordPress Version"
606
-
607
- # @ captcha
608
- #: bws_menu.php:554
609
- msgid "WordPress DB Version"
610
- msgstr "WordPress DB Version"
611
-
612
- # @ captcha
613
- #: bws_menu.php:555
614
- msgid "Multisite"
615
- msgstr "Multisite"
616
-
617
- # @ captcha
618
- #: bws_menu.php:556
619
- msgid "Active Theme"
620
- msgstr "Actives Theme"
621
-
622
- # @ captcha
623
- #: bws_menu.php:571
624
- msgid "Please enter a valid email address."
625
- msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein."
626
-
627
- # @ captcha
628
- #: bws_menu.php:575
629
- msgid "Email with system info is sent to "
630
- msgstr "E-Mail-mit System Informationen wird gesendet an "
631
-
632
- # @ captcha
633
- #: bws_menu.php:579
634
- msgid "Thank you for contacting us."
635
- msgstr "Vielen Dank für Ihre Kontaktaufnahme."
636
-
637
- # @ captcha
638
- #: bws_menu.php:612
639
- msgid "Sorry, email message could not be delivered."
640
- msgstr "Sorry, E-Mail konnte nicht zugestellt werden."
641
-
642
- #: bws_menu.php:619
643
- msgid "Need help?"
644
- msgstr ""
645
-
646
- #: bws_menu.php:620
647
- msgid "Client area"
648
- msgstr ""
649
-
650
- # @ captcha
651
- #: bws_menu.php:621 bws_menu.php:930
652
- msgid "System status"
653
- msgstr "System Status"
654
-
655
- # @ captcha
656
- #: bws_menu.php:626
657
- #, fuzzy
658
- msgid "Plugins"
659
- msgstr "BWS Plugins"
660
-
661
- #: bws_menu.php:627
662
- msgid "Themes"
663
- msgstr ""
664
-
665
- #: bws_menu.php:631
666
- msgid "All"
667
- msgstr ""
668
-
669
- # @ default
670
- #: bws_menu.php:632
671
- #, fuzzy
672
- msgid "Installed"
673
- msgstr "Installiere %s"
674
-
675
- # @ captcha
676
- #: bws_menu.php:633
677
- #, fuzzy
678
- msgid "Recommended"
679
- msgstr "Empfohlene Plugins"
680
-
681
- # @ captcha
682
- #: bws_menu.php:637
683
- msgid "Installed plugins"
684
- msgstr "Installierte Plugins"
685
-
686
- # @ captcha
687
- #: bws_menu.php:669 bws_menu.php:718
688
- msgid "Settings"
689
- msgstr "Einstellungen"
690
-
691
- # @ captcha
692
- #: bws_menu.php:690 bws_menu.php:747
693
- #, fuzzy
694
- msgid "Activate this plugin"
695
- msgstr "Aktivierte Plugins"
696
-
697
- #: bws_menu.php:705 bws_menu.php:735 bws_menu.php:781
698
- msgid "Go"
699
- msgstr ""
700
-
701
- #: bws_menu.php:709 bws_menu.php:739 bws_menu.php:785
702
- msgid "DONATE"
703
- msgstr ""
704
-
705
- # @ captcha
706
- #: bws_menu.php:755
707
- msgid "Recommended plugins"
708
- msgstr "Empfohlene Plugins"
709
-
710
- # @ default
711
- #: bws_menu.php:793
712
- #, fuzzy
713
- msgid "Install now"
714
- msgstr "Installiere %s"
715
-
716
- #: bws_menu.php:814
717
- msgid "Try again"
718
- msgstr ""
719
-
720
- #: bws_menu.php:832
721
- #, php-format
722
- msgid "Preview &#8220;%s&#8221;"
723
- msgstr ""
724
-
725
- # @ default
726
- #: bws_menu.php:863
727
- #, php-format
728
- msgid "Install %s"
729
- msgstr "Installiere %s"
730
-
731
- # @ default
732
- #: bws_menu.php:863
733
- #, fuzzy
734
- msgid "Install Now"
735
- msgstr "Installiere %s"
736
-
737
- #: bws_menu.php:866
738
- #, php-format
739
- msgid "Update to version %s"
740
- msgstr ""
741
-
742
- #: bws_menu.php:866
743
- msgid "Update"
744
- msgstr ""
745
-
746
- #: bws_menu.php:873
747
- #, php-format
748
- msgid "Preview %s"
749
- msgstr ""
750
-
751
- #: bws_menu.php:873
752
- msgid "Preview"
753
- msgstr ""
754
-
755
- #: bws_menu.php:879 bws_menu.php:911
756
- #, php-format
757
- msgid "By %s"
758
- msgstr ""
759
-
760
- #: bws_menu.php:885
761
- msgid "Details"
762
- msgstr ""
763
-
764
- # @ default
765
- #: bws_menu.php:917
766
- #, fuzzy
767
- msgid "Already Installed"
768
- msgstr "Installiere %s"
769
-
770
- # @ captcha
771
- #: bws_menu.php:933
772
- msgid "Environment"
773
- msgstr "Umgebungsvariable"
774
-
775
- # @ captcha
776
- #: bws_menu.php:944
777
- msgid "Active Plugins"
778
- msgstr "Aktivierte Plugins"
779
-
780
- # @ captcha
781
- #: bws_menu.php:957
782
- msgid "Inactive Plugins"
783
- msgstr "Inactive Plugins"
784
-
785
- # @ captcha
786
- #: bws_menu.php:973
787
- msgid "Send to support"
788
- msgstr "Sende zuzm Support"
789
-
790
- # @ captcha
791
- #: bws_menu.php:980
792
- msgid "Send to custom email &#187;"
793
- msgstr "Senden Sie eine benutzerdefinierte E-Mail zu &#187;"
794
-
795
- # @ captcha
796
- #~ msgid "Pro plugins"
797
- #~ msgstr "BWS Plugins"
798
-
799
- # @ captcha
800
- #~ msgid "Activated plugins"
801
- #~ msgstr "Aktivierte Plugins"
802
-
803
- # @ captcha
804
- #~ msgid "Read more"
805
- #~ msgstr "Lesen Sie mehr"
806
-
807
- # @ captcha
808
- #~ msgid "Purchase"
809
- #~ msgstr "Kaufen"
810
-
811
- # @ captcha
812
- #~ msgid "Free plugins"
813
- #~ msgstr "Freie Plugins"
814
-
815
- # @ captcha
816
- #~ msgid "Download"
817
- #~ msgstr "Herunterladen"
818
-
819
- # @ captcha
820
- #~ msgid "Install now from wordpress.org"
821
- #~ msgstr "Installiere jetzt von wordpress.org"
822
-
823
- # @ captcha
824
- #, fuzzy
825
- #~ msgid "Activated theme"
826
- #~ msgstr "Actives Theme"
827
-
828
- # @ default
829
- #, fuzzy
830
- #~ msgid "Installed themes"
831
- #~ msgstr "Installiere %s"
832
-
833
- # @ captcha
834
- #, fuzzy
835
- #~ msgid "Recommended themes"
836
- #~ msgstr "Empfohlene Plugins"
837
-
838
- # @ default
839
- #, fuzzy
840
- #~ msgid "installed"
841
- #~ 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-02-22 15:51+0300\n"
6
- "PO-Revision-Date: 2016-02-22 15:51+0300\n"
7
  "Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
@@ -17,11 +17,24 @@ 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 +42,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,52 +58,99 @@ 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:148
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  msgid "It’s time to upgrade your"
50
  msgstr "C'est le moment de mettre à jour votre "
51
 
52
- #: bws_functions.php:148
53
  msgid "to"
54
  msgstr "à"
55
 
56
- #: bws_functions.php:148
57
  msgid "version!"
58
  msgstr "version"
59
 
60
- #: bws_functions.php:149
61
  msgid "Extend standard plugin functionality with new great options."
62
  msgstr ""
63
  "Étend les fonctionnalités classiques de l'extension avec des nouvelles "
64
  "options."
65
 
66
- #: bws_functions.php:152 bws_functions.php:593
67
  msgid "Learn More"
68
  msgstr "En savoir plus"
69
 
70
- #: bws_functions.php:169
71
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
72
  msgstr ""
73
  "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans "
74
  "Wordpress"
75
 
76
- #: bws_functions.php:170
77
  msgid "Rate the plugin"
78
  msgstr "Voter pour l'extension"
79
 
80
- #: bws_functions.php:173
81
  msgid "If there is something wrong about it, please contact us"
82
  msgstr "Si vous avez une question, n'hésitez pas à nous contacter"
83
 
84
- #: bws_functions.php:205
 
 
 
 
85
  msgid "Check premium options on the plugin settings page!"
86
  msgstr ""
87
  "Vérifier les options premium sur la page des paramètres de l'extension!"
88
 
89
- #: bws_functions.php:212 bws_functions.php:248
 
90
  msgid "Wrong license key"
91
  msgstr "Clé de licence incorrecte"
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"
@@ -99,15 +159,16 @@ msgstr ""
99
  "nouveau, merci de contacter <a href=http://support.bestwebsoft."
100
  "com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
101
 
102
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
103
  msgid "We are sorry for inconvenience."
104
  msgstr "Nous sommes désolés pour le désagrément."
105
 
106
- #: bws_functions.php:250
107
  msgid "This license key is bind to another site"
108
  msgstr "La clé de licence correspond à un autre site."
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 +176,7 @@ msgstr ""
115
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
116
  "télécharger l'extension manuellement."
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 +184,7 @@ msgstr ""
123
  "Désoler, votre licence est terminée. Pour continuer à disposer du support "
124
  "rapide et des mises à jour de l'extension vous devez la renouveler dans votre"
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,19 +192,20 @@ msgstr ""
131
  "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
132
  "peut-être installée qu'une seule fois."
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
  "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension "
138
  "manuellement."
139
 
140
- #: bws_functions.php:289
141
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
142
  msgstr ""
143
  "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
144
  "manuellement."
145
 
146
- #: bws_functions.php:295
147
  msgid ""
148
  "Your server does not support either ZipArchive or Phar. Please, upload the "
149
  "plugin manually"
@@ -151,13 +213,13 @@ msgstr ""
151
  "Votre serveur n'a pas le support du format des archives ZIP ou Phar. Merci "
152
  "de télécharger l'extension manuellement."
153
 
154
- #: bws_functions.php:302
155
  msgid "UploadDir is not writable. Please, upload the plugin manually"
156
  msgstr ""
157
  "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
158
  "manuellement."
159
 
160
- #: bws_functions.php:325
161
  msgid ""
162
  "Something went wrong. Try again later or upload the plugin manually. We are "
163
  "sorry for inconvenience."
@@ -165,71 +227,67 @@ msgstr ""
165
  "Il est survenu une erreur. Essayer de nouveau ou bien télécharger "
166
  "l'extension manuellement.Nous sommes désolés pour le désagrément."
167
 
168
- #: bws_functions.php:350
169
  msgid "Please, enter Your license key"
170
  msgstr "Merci de saisir votre clé de licence"
171
 
172
- #: bws_functions.php:380
 
173
  msgid ""
174
- "Congratulations! The Pro version of the plugin is successfully download and "
175
  "activated."
176
  msgstr ""
177
  "Félicitations! La version PRO de cette extension a été téléchargée et "
178
  "activée avec succès."
179
 
180
- #: bws_functions.php:382 bws_functions.php:473
181
  msgid "Please, go to"
182
  msgstr "Merci d’aller à"
183
 
184
- #: bws_functions.php:382 bws_functions.php:473
185
  msgid "the setting page"
186
  msgstr "Options supplémentaires"
187
 
188
- #: bws_functions.php:383 bws_functions.php:474
189
  msgid "You will be redirected automatically in 5 seconds."
190
  msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
191
 
192
- #: bws_functions.php:390
193
  msgid "Show Pro features"
194
  msgstr "Voir les fonctionnalités de la version PRO"
195
 
196
- #: bws_functions.php:397
197
- msgid "You can download and activate"
198
- msgstr "Vous pouvez télécharger et activer la version "
199
 
200
- #: bws_functions.php:399
201
- msgid "version of this plugin by entering Your license key."
202
- msgstr " de cette extension en donnant votre clé de licence."
 
203
 
204
- #: bws_functions.php:401 bws_functions.php:442
205
- msgid ""
206
- "You can find your license key on your personal page Client area, by clicking "
207
- "on the link"
208
  msgstr ""
209
- "Vous pouvez trouver votre clé de licence sur votre page personnelle dans la "
210
- "zone cliente en cliquant sur le lien"
211
 
212
- #: bws_functions.php:403 bws_functions.php:444
213
- msgid "(your username is the email you specify when purchasing the product)."
 
214
  msgstr ""
215
  "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de "
216
  "l'achat de l'extension)."
217
 
218
- #: bws_functions.php:407 bws_functions.php:691
219
- msgid "or"
220
- msgstr "ou"
221
-
222
- #: bws_functions.php:407
223
  #, php-format
224
  msgid "Start Your Free %s-Day Trial Now"
225
  msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
226
 
227
- #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
228
- #: bws_functions.php:460 bws_menu.php:690 bws_menu.php:747
 
229
  msgid "Activate"
230
  msgstr "Activé"
231
 
232
- #: bws_functions.php:439 bws_functions.php:532
233
  #, php-format
234
  msgid ""
235
  "In order to continue using the plugin it is necessary to buy a %s license."
@@ -237,33 +295,33 @@ msgstr ""
237
  "Afin de pouvoir continuer à utiliser cette extension il est nécessaire "
238
  "d'acheter une licence %s."
239
 
240
- #: bws_functions.php:440
241
  msgid "After that you can activate it by entering your license key."
242
  msgstr ""
243
  " Après vous pouvez activer cette extension en donnant votre clé de licence."
244
 
245
- #: bws_functions.php:454
246
  msgid "Unfortunately, you have exceeded the number of available tries per day."
247
  msgstr ""
248
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
249
  "télécharger l'extension manuellement."
250
 
251
- #: bws_functions.php:471
252
  msgid ""
253
  "Congratulations! The Pro license of the plugin is successfully activated."
254
  msgstr ""
255
  "Félicitations! La version PRO de cette extension a été téléchargée et "
256
  "activée avec succès."
257
 
258
- #: bws_functions.php:512
259
  msgid "Wrong license key."
260
  msgstr "Clé de licence incorrecte."
261
 
262
- #: bws_functions.php:514
263
  msgid "This license key is bind to another site."
264
  msgstr "La clé de licence correspond à un autre site."
265
 
266
- #: bws_functions.php:516
267
  msgid ""
268
  "This license key is valid, but Your license has expired. If you want to "
269
  "update our plugin in future, you should extend the license."
@@ -272,13 +330,13 @@ msgstr ""
272
  "continuer à disposer du support rapide et des mises à jour de l'extension "
273
  "vous devez la renouveller."
274
 
275
- #: bws_functions.php:518
276
  msgid "Unfortunately, you have exceeded the number of available tries."
277
  msgstr ""
278
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
279
  "télécharger l'extension manuellement."
280
 
281
- #: bws_functions.php:520
282
  msgid ""
283
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
284
  "The Pro Trial license can be installed only once."
@@ -286,23 +344,23 @@ msgstr ""
286
  "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
287
  "peut-être installée qu'une seule fois."
288
 
289
- #: bws_functions.php:524
290
  msgid "The Pro Trial license key is valid."
291
  msgstr "La clé de licence d'évaluation est valide."
292
 
293
- #: bws_functions.php:526
294
  msgid "The license key is valid."
295
  msgstr "La clé de licence est valide."
296
 
297
- #: bws_functions.php:529
298
  msgid "Your license will expire on"
299
  msgstr "Votre licence se termine le "
300
 
301
- #: bws_functions.php:562
302
  msgid "Please, enter your license key"
303
  msgstr "Merci de saisir votre clé de licence"
304
 
305
- #: bws_functions.php:575
306
  msgid ""
307
  "If needed you can check if the license key is correct or reenter it in the "
308
  "field below. You can find your license key on your personal page - Client "
@@ -312,24 +370,25 @@ msgstr ""
312
  "saisir de nouveau dans le champ ci-dessous. Vous pouvez trouver votre clé de "
313
  "licence sur votre page personnelle (zone client) sur notre site web."
314
 
315
- #: bws_functions.php:575
 
316
  msgid ""
317
- "(your username is the email you specify when purchasing the product). If "
318
  "necessary, please submit \"Lost your password?\" request."
319
  msgstr ""
320
  "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de "
321
  "l'achat de l'extension). Si nécessaire, utilisez la fonction de demande de "
322
  "mot de passe perdu."
323
 
324
- #: bws_functions.php:579
325
  msgid "Check license key"
326
  msgstr "Vérifier la clé de licence"
327
 
328
- #: bws_functions.php:593
329
  msgid "WARNING: Illegal use notification"
330
  msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
331
 
332
- #: bws_functions.php:593
333
  msgid ""
334
  "You can use one license of the Pro plugin for one domain only. Please check "
335
  "and edit your license or domain if necessary using you personal Client Area. "
@@ -342,7 +401,7 @@ msgstr ""
342
  "de résoudre ce problème dans les 24 heures, sinon l'extension sera rendue "
343
  "inactive."
344
 
345
- #: bws_functions.php:601
346
  msgid ""
347
  "Notice: Your Pro Trial license has expired. To continue using the plugin you "
348
  "should buy a Pro license"
@@ -350,7 +409,7 @@ msgstr ""
350
  "Votre licence d'évaluation est terminée. Pour continuer à disposer du "
351
  "support rapide et des mises à jour de l'extension vous devez la renouveler."
352
 
353
- #: bws_functions.php:603
354
  msgid ""
355
  "Your license has expired. To continue getting top-priority support and "
356
  "plugin updates you should extend it."
@@ -358,85 +417,65 @@ msgstr ""
358
  "Votre licence est terminée. Pour continuer à disposer du support rapide et "
359
  "des mises à jour de l'extension vous devez la renouveller."
360
 
361
- #: bws_functions.php:603 bws_functions.php:656 bws_menu.php:666
362
- #: bws_menu.php:688 bws_menu.php:715 bws_menu.php:745 bws_menu.php:791
363
  msgid "Learn more"
364
  msgstr "En savoir plus"
365
 
366
- #: bws_functions.php:613
367
  #, php-format
368
  msgid "Notice: You are using the Pro Trial license of %s plugin."
369
  msgstr ""
370
  "Avertissement : vous utilisez la version d'évaluation de l'extension %s."
371
 
372
- #: bws_functions.php:615
373
  msgid "Notice: You are using the Pro Trial license of plugin."
374
  msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension."
375
 
376
- #: bws_functions.php:618
377
  msgid "The Pro Trial license will expire on"
378
  msgstr "La licence PRO d'évaluation expirera le"
379
 
380
- #: bws_functions.php:656
381
  msgid "You license for"
382
  msgstr "Votre licence pour"
383
 
384
- #: bws_functions.php:656
385
  msgid "expires on"
386
  msgstr "se termine le"
387
 
388
- #: bws_functions.php:656
389
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
390
  msgstr "et vous ne disposerez plus du support rapide et des mises à jour."
391
 
392
- #: bws_functions.php:687
393
- msgid "Thank you for installing"
394
- msgstr "Merci d'avoir installé"
395
-
396
- #: bws_functions.php:688
397
- msgid "Let's get started"
398
- msgstr "Démarrer"
399
-
400
- #: bws_functions.php:689
401
- msgid "Configure Settings"
402
- msgstr "Configuration des paramètres"
403
-
404
- #: bws_functions.php:692
405
- msgid "Add New"
406
- msgstr "Ajouter"
407
-
408
- #: bws_functions.php:696 bws_functions.php:755
409
- msgid "Close notice"
410
- msgstr "Effacer l'avertissement"
411
-
412
- #: bws_functions.php:750
413
- #, fuzzy
414
  msgid "Thank you for choosing"
415
- msgstr "Merci d'avoir installé"
416
 
417
- #: bws_functions.php:751
418
  msgid ""
419
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
420
  "we'd love to hear about it!"
421
  msgstr ""
 
 
422
 
423
- #: bws_functions.php:752
424
  msgid "Suggest a Feature"
425
- msgstr ""
426
 
427
- #: bws_functions.php:768
428
  msgid "Notice"
429
  msgstr "Avertissement"
430
 
431
- #: bws_functions.php:768
432
  msgid "The plugin's settings have been changed."
433
  msgstr "Les paramètres de l'extension ont été modifiés."
434
 
435
- #: bws_functions.php:769
436
  msgid "Save Changes"
437
  msgstr "Sauvegarder les modifications"
438
 
439
- #: bws_functions.php:786
440
  msgid ""
441
  "You can always look at premium options by clicking on the \"Show Pro features"
442
  "\" in the \"Go PRO\" tab"
@@ -444,339 +483,559 @@ msgstr ""
444
  "Vous pouvez toujours consulter les options premium en cliquant sur le lien "
445
  "\"Voir les fonctionnalités de la version PRO\" dans l'onglet Passer PRO"
446
 
447
- #: bws_functions.php:866
448
- msgid "Add BWS Plugins Shortcode"
449
- msgstr "Ajouter le code court de l'extension BWS"
450
-
451
- #: bws_functions.php:886
452
  msgid "Add shortcode"
453
  msgstr "Ajouter le code court"
454
 
455
- #: bws_functions.php:886
456
  msgid "Add BestWebSoft plugins' shortcodes using this button."
457
  msgstr "Ajouter le code court des extensions BestWebSoft avec ce bouton."
458
 
459
- #: bws_functions.php:928
460
  msgid "Close"
461
  msgstr "Fermer"
462
 
463
- #: bws_functions.php:1020
464
  msgid "Restore all plugin settings to defaults"
465
  msgstr "Remettre les valeurs par défaut des paramètres de l'extension"
466
 
467
- #: bws_functions.php:1022
468
  msgid "Restore settings"
469
  msgstr "Remettre les paramètres"
470
 
471
- #: bws_functions.php:1033
472
  msgid "Are you sure you want to restore all settings by default?"
473
  msgstr "Êtes vous sûr de vouloir remettre toutes les valeurs par défaut ?"
474
 
475
- #: bws_functions.php:1036
476
  msgid "Yes, restore all settings"
477
  msgstr "Oui, remettre les valeurs par défaut"
478
 
479
- #: bws_functions.php:1037
480
  msgid "No, go back to the settings page"
481
  msgstr "Non, retourner à la page des paramètres"
482
 
483
- #: bws_functions.php:1083
484
  msgid "Plugin"
485
  msgstr "Extension"
486
 
487
- #: bws_functions.php:1092
488
  msgid "Shortcode settings"
489
  msgstr "Paramètres du code court"
490
 
491
- #: bws_functions.php:1097
492
  msgid "The shortcode will be inserted"
493
  msgstr "Le code court sera inséré"
494
 
495
- #: bws_functions.php:1102
496
  msgid "Insert"
497
  msgstr "Insérer"
498
 
499
- #: bws_functions.php:1133
500
  msgid "Visit Help Center"
501
  msgstr "Visiter le site du support"
502
 
503
- #: bws_functions.php:1138
504
  msgid "FAQ"
505
  msgstr "FAQ"
506
 
507
- #: bws_functions.php:1144
508
  msgid "For more information:"
509
  msgstr "Pour plus d'informations&nbsp;:"
510
 
511
- #: bws_functions.php:1145
512
  msgid "Documentation"
513
  msgstr "Documentation"
514
 
515
- #: bws_functions.php:1146
516
  msgid "Video Instructions"
517
  msgstr "Vidéo explicative"
518
 
519
- #: bws_functions.php:1147
520
  msgid "Submit a Request"
521
  msgstr "Soumettre une requête"
522
 
523
- #: bws_menu.php:506
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
524
  msgid "Not set"
525
  msgstr "Not set"
526
 
527
- #: bws_menu.php:508 bws_menu.php:509
528
  msgid "On"
529
  msgstr "On"
530
 
531
- #: bws_menu.php:508 bws_menu.php:509
532
  msgid "Off"
533
  msgstr "Off"
534
 
535
- #: bws_menu.php:510 bws_menu.php:511 bws_menu.php:512 bws_menu.php:513
536
- #: bws_menu.php:514 bws_menu.php:526
537
  msgid "N/A"
538
  msgstr "N/A"
539
 
540
- #: bws_menu.php:514
541
  msgid " Mb"
542
  msgstr " Mb"
543
 
544
- #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:522
545
  msgid "Yes"
546
  msgstr "Yes"
547
 
548
- #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:524
549
  msgid "No"
550
  msgstr "No"
551
 
552
- #: bws_menu.php:534
553
  msgid "Operating System"
554
  msgstr "Operating System"
555
 
556
- #: bws_menu.php:535
557
  msgid "Server"
558
  msgstr "Server"
559
 
560
- #: bws_menu.php:536
561
  msgid "Memory usage"
562
  msgstr "Memory usage"
563
 
564
- #: bws_menu.php:537
565
  msgid "MYSQL Version"
566
  msgstr "MYSQL Version"
567
 
568
- #: bws_menu.php:538
569
  msgid "SQL Mode"
570
  msgstr "SQL Mode"
571
 
572
- #: bws_menu.php:539
573
  msgid "PHP Version"
574
  msgstr "PHP Version"
575
 
576
- #: bws_menu.php:540
577
  msgid "PHP Safe Mode"
578
  msgstr "PHP Safe Mode"
579
 
580
- #: bws_menu.php:541
581
  msgid "PHP Allow URL fopen"
582
  msgstr "PHP Allow URL fopen"
583
 
584
- #: bws_menu.php:542
585
  msgid "PHP Memory Limit"
586
  msgstr "PHP Memory Limit"
587
 
588
- #: bws_menu.php:543
589
  msgid "PHP Max Upload Size"
590
  msgstr "PHP Max Upload Size"
591
 
592
- #: bws_menu.php:544
593
  msgid "PHP Max Post Size"
594
  msgstr "PHP Max Post Size"
595
 
596
- #: bws_menu.php:545
597
  msgid "PHP Max Script Execute Time"
598
  msgstr "PHP Max Script Execute Time"
599
 
600
- #: bws_menu.php:546
601
  msgid "PHP Exif support"
602
  msgstr "PHP Exif support"
603
 
604
- #: bws_menu.php:547
605
  msgid "PHP IPTC support"
606
  msgstr "PHP IPTC support"
607
 
608
- #: bws_menu.php:548
609
  msgid "PHP XML support"
610
  msgstr "PHP XML support"
611
 
612
- #: bws_menu.php:549
613
  msgid "Site URL"
614
  msgstr "Site URL"
615
 
616
- #: bws_menu.php:550
617
  msgid "Home URL"
618
  msgstr "Home URL"
619
 
620
- #: bws_menu.php:553
621
  msgid "WordPress Version"
622
  msgstr "WordPress Version"
623
 
624
- #: bws_menu.php:554
625
  msgid "WordPress DB Version"
626
  msgstr "WordPress DB Version"
627
 
628
- #: bws_menu.php:555
629
  msgid "Multisite"
630
  msgstr "Multisite"
631
 
632
- #: bws_menu.php:556
633
  msgid "Active Theme"
634
  msgstr "Active Theme"
635
 
636
- #: bws_menu.php:571
637
  msgid "Please enter a valid email address."
638
  msgstr "Merci de saisir une adresse e-mail valide."
639
 
640
- #: bws_menu.php:575
641
  msgid "Email with system info is sent to "
642
  msgstr "Le courriel avec les informations système est envoyé à"
643
 
644
- #: bws_menu.php:579
645
  msgid "Thank you for contacting us."
646
  msgstr "Merci de nous avoir contacté."
647
 
648
- #: bws_menu.php:612
649
  msgid "Sorry, email message could not be delivered."
650
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
651
 
652
- #: bws_menu.php:619
653
- msgid "Need help?"
654
- msgstr "Besoin d'aide ?"
655
-
656
- #: bws_menu.php:620
657
- msgid "Client area"
658
- msgstr "Espace client"
659
-
660
- #: bws_menu.php:621 bws_menu.php:930
661
  msgid "System status"
662
  msgstr "System status"
663
 
664
- #: bws_menu.php:626
665
- msgid "Plugins"
666
- msgstr "Extensions"
667
 
668
- #: bws_menu.php:627
669
- msgid "Themes"
670
- msgstr "Thèmes"
671
 
672
- #: bws_menu.php:631
673
- msgid "All"
674
- msgstr "Tous"
675
 
676
- #: bws_menu.php:632
677
- msgid "Installed"
678
- msgstr "Installé"
 
679
 
680
- #: bws_menu.php:633
681
- msgid "Recommended"
682
- msgstr "Recommandé"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
683
 
684
- #: bws_menu.php:637
685
- msgid "Installed plugins"
 
686
  msgstr "Extensions installées"
687
 
688
- #: bws_menu.php:669 bws_menu.php:718
689
- msgid "Settings"
690
- msgstr "Réglages"
691
 
692
- #: bws_menu.php:690 bws_menu.php:747
693
- msgid "Activate this plugin"
694
- msgstr "Activer cette extension"
695
 
696
- #: bws_menu.php:705 bws_menu.php:735 bws_menu.php:781
697
- msgid "Go"
698
- msgstr "Passez"
 
699
 
700
- #: bws_menu.php:709 bws_menu.php:739 bws_menu.php:785
701
- msgid "DONATE"
702
- msgstr "Faire un don"
 
703
 
704
- #: bws_menu.php:755
705
- msgid "Recommended plugins"
706
- msgstr "Extensions recommandées"
 
707
 
708
- #: bws_menu.php:793
709
- msgid "Install now"
710
- msgstr "Installer maintenant"
711
 
712
- #: bws_menu.php:814
713
- msgid "Try again"
714
- msgstr "Essayer de nouveau"
715
 
716
- #: bws_menu.php:832
717
- #, php-format
718
- msgid "Preview &#8220;%s&#8221;"
719
- msgstr "Pré-visualiser &#8220;%s&#8221;"
720
 
721
- #: bws_menu.php:863
722
- #, php-format
723
- msgid "Install %s"
724
- msgstr "%s installé"
 
 
 
 
 
 
 
 
 
 
 
 
 
725
 
726
- #: bws_menu.php:863
 
 
 
 
 
727
  msgid "Install Now"
728
  msgstr "Installer maintenant"
729
 
730
- #: bws_menu.php:866
731
- #, php-format
732
- msgid "Update to version %s"
733
- msgstr "Mettre à jour avec la version %s"
734
 
735
- #: bws_menu.php:866
736
- msgid "Update"
737
- msgstr "Mettre à jour"
738
 
739
- #: bws_menu.php:873
740
- #, php-format
741
- msgid "Preview %s"
742
- msgstr "Pré-visualiser %s"
 
 
 
 
743
 
744
- #: bws_menu.php:873
745
- msgid "Preview"
746
- msgstr "Pré-visualiser"
747
 
748
- #: bws_menu.php:879 bws_menu.php:911
749
  #, php-format
750
  msgid "By %s"
751
  msgstr "Par %s"
752
 
753
- #: bws_menu.php:885
754
- msgid "Details"
755
- msgstr "Détails"
756
-
757
- #: bws_menu.php:917
758
  msgid "Already Installed"
759
  msgstr "Déjà installé"
760
 
761
- #: bws_menu.php:933
 
 
 
 
 
 
 
 
 
 
 
 
762
  msgid "Environment"
763
  msgstr "Environnent"
764
 
765
- #: bws_menu.php:944
766
  msgid "Active Plugins"
767
  msgstr "Extensions actives"
768
 
769
- #: bws_menu.php:957
770
  msgid "Inactive Plugins"
771
  msgstr "Extensions inactives"
772
 
773
- #: bws_menu.php:973
774
- msgid "Send to support"
775
- msgstr "Envoyé au support"
776
 
777
- #: bws_menu.php:980
778
- msgid "Send to custom email &#187;"
779
- msgstr "Envoyer un e-mail spécifique &#187;"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
780
 
781
  #~ msgid ""
782
  #~ "(your username is the email you specify when purchasing the product), "
@@ -813,9 +1072,6 @@ msgstr "Envoyer un e-mail spécifique &#187;"
813
  #~ msgid "Free themes"
814
  #~ msgstr "Thèmes gratuits"
815
 
816
- #~ msgid "Activated theme"
817
- #~ msgstr "Thème actif"
818
-
819
  #~ msgid "Customize &#8220;%s&#8221;"
820
  #~ msgstr "Personnaliser &#8220;%s&#8221;"
821
 
@@ -1135,9 +1391,6 @@ msgstr "Envoyer un e-mail spécifique &#187;"
1135
  #~ msgid "Text"
1136
  #~ msgstr "Texte"
1137
 
1138
- #~ msgid "Redirect to the page"
1139
- #~ msgstr "Rediriger vers la page"
1140
-
1141
  #~ msgid "Url"
1142
  #~ msgstr "Url"
1143
 
@@ -1283,9 +1536,6 @@ msgstr "Envoyer un e-mail spécifique &#187;"
1283
  #~ "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
1284
  #~ "MIME !"
1285
 
1286
- #~ msgid "Support"
1287
- #~ msgstr "Support"
1288
-
1289
  #~ msgid "Display Attachment tips"
1290
  #~ msgstr "Afficher les explications sur les pièces jointes"
1291
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-06-20 18:01+0300\n"
6
+ "PO-Revision-Date: 2016-06-20 18:01+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
+ #, fuzzy
30
+ msgid "System Status"
31
+ msgstr "System status"
32
+
33
+ #: bws_functions.php:75 bws_functions.php:101
34
  msgid "requires"
35
  msgstr "obligatoire"
36
 
37
+ #: bws_functions.php:77
38
  msgid ""
39
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
40
  "try again."
42
  "ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à "
43
  "jour de WordPress puis de ré-essayer."
44
 
45
+ #: bws_functions.php:78
46
  msgid "Back to the WordPress"
47
  msgstr "Retour à WordPress"
48
 
49
+ #: bws_functions.php:80
50
  msgid "Plugins page"
51
  msgstr "Page des extensions"
52
 
53
+ #: bws_functions.php:103
54
  msgid ""
55
  "or higher! We do not guarantee that our plugin will work correctly. Please "
56
  "upgrade to WordPress latest version."
58
  "ou plus ! Nous ne garantissons pas que notre extension fonctionne "
59
  "correctement. Merci de mettre à jour Wordpress avec la dernière version."
60
 
61
+ #: bws_functions.php:118
62
+ msgid "Thank you for installing"
63
+ msgstr "Merci d'avoir installé"
64
+
65
+ #: bws_functions.php:119
66
+ msgid "Let's get started"
67
+ msgstr "Démarrer"
68
+
69
+ #: bws_functions.php:120 bws_functions.php:153 bws_menu.php:525
70
+ #: bws_menu.php:527
71
+ msgid "Settings"
72
+ msgstr "Réglages"
73
+
74
+ #: bws_functions.php:122 bws_functions.php:479
75
+ msgid "or"
76
+ msgstr "ou"
77
+
78
+ #: bws_functions.php:123 bws_functions.php:155
79
+ msgid "Add New"
80
+ msgstr "Ajouter"
81
+
82
+ #: bws_functions.php:127 bws_functions.php:137 bws_functions.php:213
83
+ #: bws_functions.php:724 bws_functions.php:814
84
+ msgid "Close notice"
85
+ msgstr "Effacer l'avertissement"
86
+
87
+ #: bws_functions.php:142
88
+ #, fuzzy
89
+ msgid "Thank you for installing plugins by BestWebSoft!"
90
+ msgstr "Merci d'avoir installé"
91
+
92
+ #: bws_functions.php:144
93
+ #, fuzzy
94
+ msgid "More Details"
95
+ msgstr "Détails"
96
+
97
+ #: bws_functions.php:145
98
+ #, fuzzy
99
+ msgid "Less Details"
100
+ msgstr "Détails"
101
+
102
+ #: bws_functions.php:218
103
  msgid "It’s time to upgrade your"
104
  msgstr "C'est le moment de mettre à jour votre "
105
 
106
+ #: bws_functions.php:218
107
  msgid "to"
108
  msgstr "à"
109
 
110
+ #: bws_functions.php:218
111
  msgid "version!"
112
  msgstr "version"
113
 
114
+ #: bws_functions.php:219
115
  msgid "Extend standard plugin functionality with new great options."
116
  msgstr ""
117
  "Étend les fonctionnalités classiques de l'extension avec des nouvelles "
118
  "options."
119
 
120
+ #: bws_functions.php:222 bws_functions.php:665 bws_menu.php:595
121
  msgid "Learn More"
122
  msgstr "En savoir plus"
123
 
124
+ #: bws_functions.php:239
125
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
126
  msgstr ""
127
  "Si notre extension vous satisfait, merci de la notée avec 5 étoiles dans "
128
  "Wordpress"
129
 
130
+ #: bws_functions.php:240
131
  msgid "Rate the plugin"
132
  msgstr "Voter pour l'extension"
133
 
134
+ #: bws_functions.php:243
135
  msgid "If there is something wrong about it, please contact us"
136
  msgstr "Si vous avez une question, n'hésitez pas à nous contacter"
137
 
138
+ #: bws_functions.php:247
139
+ msgid "Donations play an important role in supporting great projects"
140
+ msgstr ""
141
+
142
+ #: bws_functions.php:277
143
  msgid "Check premium options on the plugin settings page!"
144
  msgstr ""
145
  "Vérifier les options premium sur la page des paramètres de l'extension!"
146
 
147
+ #: bws_functions.php:284 bws_functions.php:320 bws_menu.php:87
148
+ #: bws_menu.php:114
149
  msgid "Wrong license key"
150
  msgstr "Clé de licence incorrecte"
151
 
152
+ #: bws_functions.php:314 bws_functions.php:578 bws_functions.php:629
153
+ #: bws_menu.php:108
154
  msgid ""
155
  "Something went wrong. Please try again later. If the error appears again, "
156
  "please contact us"
159
  "nouveau, merci de contacter <a href=http://support.bestwebsoft."
160
  "com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
161
 
162
+ #: bws_functions.php:314 bws_functions.php:578 bws_functions.php:629
163
+ #: bws_menu.php:108
164
  msgid "We are sorry for inconvenience."
165
  msgstr "Nous sommes désolés pour le désagrément."
166
 
167
+ #: bws_functions.php:322
168
  msgid "This license key is bind to another site"
169
  msgstr "La clé de licence correspond à un autre site."
170
 
171
+ #: bws_functions.php:324 bws_functions.php:488
172
  msgid ""
173
  "Unfortunately, you have exceeded the number of available tries per day. "
174
  "Please, upload the plugin manually."
176
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
177
  "télécharger l'extension manuellement."
178
 
179
+ #: bws_functions.php:326 bws_menu.php:120
180
  msgid ""
181
  "Unfortunately, Your license has expired. To continue getting top-priority "
182
  "support and plugin updates you should extend it in your"
184
  "Désoler, votre licence est terminée. Pour continuer à disposer du support "
185
  "rapide et des mises à jour de l'extension vous devez la renouveler dans votre"
186
 
187
+ #: bws_functions.php:328 bws_menu.php:122
188
  msgid ""
189
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
190
  "Trial license can be installed only once."
192
  "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
193
  "peut-être installée qu'une seule fois."
194
 
195
+ #: bws_functions.php:349 bws_functions.php:371 bws_functions.php:393
196
+ #: bws_menu.php:370 bws_menu.php:401 bws_menu.php:412
197
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
198
  msgstr ""
199
  "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension "
200
  "manuellement."
201
 
202
+ #: bws_functions.php:361 bws_menu.php:387
203
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
204
  msgstr ""
205
  "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
206
  "manuellement."
207
 
208
+ #: bws_functions.php:367 bws_menu.php:394
209
  msgid ""
210
  "Your server does not support either ZipArchive or Phar. Please, upload the "
211
  "plugin manually"
213
  "Votre serveur n'a pas le support du format des archives ZIP ou Phar. Merci "
214
  "de télécharger l'extension manuellement."
215
 
216
+ #: bws_functions.php:374 bws_menu.php:404
217
  msgid "UploadDir is not writable. Please, upload the plugin manually"
218
  msgstr ""
219
  "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
220
  "manuellement."
221
 
222
+ #: bws_functions.php:397 bws_menu.php:139
223
  msgid ""
224
  "Something went wrong. Try again later or upload the plugin manually. We are "
225
  "sorry for inconvenience."
227
  "Il est survenu une erreur. Essayer de nouveau ou bien télécharger "
228
  "l'extension manuellement.Nous sommes désolés pour le désagrément."
229
 
230
+ #: bws_functions.php:422 bws_menu.php:149
231
  msgid "Please, enter Your license key"
232
  msgstr "Merci de saisir votre clé de licence"
233
 
234
+ #: bws_functions.php:452
235
+ #, fuzzy
236
  msgid ""
237
+ "Congratulations! Pro version of the plugin is successfully installed and "
238
  "activated."
239
  msgstr ""
240
  "Félicitations! La version PRO de cette extension a été téléchargée et "
241
  "activée avec succès."
242
 
243
+ #: bws_functions.php:454 bws_functions.php:545
244
  msgid "Please, go to"
245
  msgstr "Merci d’aller à"
246
 
247
+ #: bws_functions.php:454 bws_functions.php:545
248
  msgid "the setting page"
249
  msgstr "Options supplémentaires"
250
 
251
+ #: bws_functions.php:455 bws_functions.php:546
252
  msgid "You will be redirected automatically in 5 seconds."
253
  msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
254
 
255
+ #: bws_functions.php:462
256
  msgid "Show Pro features"
257
  msgstr "Voir les fonctionnalités de la version PRO"
258
 
259
+ #: bws_functions.php:469
260
+ msgid "Enter your license key to install and activate"
261
+ msgstr ""
262
 
263
+ #: bws_functions.php:471
264
+ #, fuzzy
265
+ msgid "version of the plugin."
266
+ msgstr "Voter pour l'extension"
267
 
268
+ #: bws_functions.php:473 bws_functions.php:514
269
+ msgid "License key can be found in the"
 
 
270
  msgstr ""
 
 
271
 
272
+ #: bws_functions.php:475 bws_functions.php:516
273
+ #, fuzzy
274
+ msgid "(your username is the email address specified during the purchase)."
275
  msgstr ""
276
  "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de "
277
  "l'achat de l'extension)."
278
 
279
+ #: bws_functions.php:479
 
 
 
 
280
  #, php-format
281
  msgid "Start Your Free %s-Day Trial Now"
282
  msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
283
 
284
+ #: bws_functions.php:485 bws_functions.php:494 bws_functions.php:524
285
+ #: bws_functions.php:532 bws_functions.php:1382 bws_menu.php:531
286
+ #: bws_menu.php:540
287
  msgid "Activate"
288
  msgstr "Activé"
289
 
290
+ #: bws_functions.php:511 bws_functions.php:604
291
  #, php-format
292
  msgid ""
293
  "In order to continue using the plugin it is necessary to buy a %s license."
295
  "Afin de pouvoir continuer à utiliser cette extension il est nécessaire "
296
  "d'acheter une licence %s."
297
 
298
+ #: bws_functions.php:512
299
  msgid "After that you can activate it by entering your license key."
300
  msgstr ""
301
  " Après vous pouvez activer cette extension en donnant votre clé de licence."
302
 
303
+ #: bws_functions.php:526 bws_menu.php:118 bws_menu.php:306
304
  msgid "Unfortunately, you have exceeded the number of available tries per day."
305
  msgstr ""
306
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
307
  "télécharger l'extension manuellement."
308
 
309
+ #: bws_functions.php:543
310
  msgid ""
311
  "Congratulations! The Pro license of the plugin is successfully activated."
312
  msgstr ""
313
  "Félicitations! La version PRO de cette extension a été téléchargée et "
314
  "activée avec succès."
315
 
316
+ #: bws_functions.php:584
317
  msgid "Wrong license key."
318
  msgstr "Clé de licence incorrecte."
319
 
320
+ #: bws_functions.php:586
321
  msgid "This license key is bind to another site."
322
  msgstr "La clé de licence correspond à un autre site."
323
 
324
+ #: bws_functions.php:588
325
  msgid ""
326
  "This license key is valid, but Your license has expired. If you want to "
327
  "update our plugin in future, you should extend the license."
330
  "continuer à disposer du support rapide et des mises à jour de l'extension "
331
  "vous devez la renouveller."
332
 
333
+ #: bws_functions.php:590
334
  msgid "Unfortunately, you have exceeded the number of available tries."
335
  msgstr ""
336
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
337
  "télécharger l'extension manuellement."
338
 
339
+ #: bws_functions.php:592
340
  msgid ""
341
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
342
  "The Pro Trial license can be installed only once."
344
  "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
345
  "peut-être installée qu'une seule fois."
346
 
347
+ #: bws_functions.php:596
348
  msgid "The Pro Trial license key is valid."
349
  msgstr "La clé de licence d'évaluation est valide."
350
 
351
+ #: bws_functions.php:598 bws_menu.php:128
352
  msgid "The license key is valid."
353
  msgstr "La clé de licence est valide."
354
 
355
+ #: bws_functions.php:601 bws_menu.php:130
356
  msgid "Your license will expire on"
357
  msgstr "Votre licence se termine le "
358
 
359
+ #: bws_functions.php:634
360
  msgid "Please, enter your license key"
361
  msgstr "Merci de saisir votre clé de licence"
362
 
363
+ #: bws_functions.php:647
364
  msgid ""
365
  "If needed you can check if the license key is correct or reenter it in the "
366
  "field below. You can find your license key on your personal page - Client "
370
  "saisir de nouveau dans le champ ci-dessous. Vous pouvez trouver votre clé de "
371
  "licence sur votre page personnelle (zone client) sur notre site web."
372
 
373
+ #: bws_functions.php:647
374
+ #, fuzzy
375
  msgid ""
376
+ "(your username is the email address specified during the purchase). If "
377
  "necessary, please submit \"Lost your password?\" request."
378
  msgstr ""
379
  "(votre nom d'utilisateur est l'adresse e-mail que vous avez donné lors de "
380
  "l'achat de l'extension). Si nécessaire, utilisez la fonction de demande de "
381
  "mot de passe perdu."
382
 
383
+ #: bws_functions.php:651 bws_menu.php:304 bws_menu.php:315
384
  msgid "Check license key"
385
  msgstr "Vérifier la clé de licence"
386
 
387
+ #: bws_functions.php:665
388
  msgid "WARNING: Illegal use notification"
389
  msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
390
 
391
+ #: bws_functions.php:665
392
  msgid ""
393
  "You can use one license of the Pro plugin for one domain only. Please check "
394
  "and edit your license or domain if necessary using you personal Client Area. "
401
  "de résoudre ce problème dans les 24 heures, sinon l'extension sera rendue "
402
  "inactive."
403
 
404
+ #: bws_functions.php:673
405
  msgid ""
406
  "Notice: Your Pro Trial license has expired. To continue using the plugin you "
407
  "should buy a Pro license"
409
  "Votre licence d'évaluation est terminée. Pour continuer à disposer du "
410
  "support rapide et des mises à jour de l'extension vous devez la renouveler."
411
 
412
+ #: bws_functions.php:675
413
  msgid ""
414
  "Your license has expired. To continue getting top-priority support and "
415
  "plugin updates you should extend it."
417
  "Votre licence est terminée. Pour continuer à disposer du support rapide et "
418
  "des mises à jour de l'extension vous devez la renouveller."
419
 
420
+ #: bws_functions.php:675 bws_functions.php:728 bws_functions.php:1337
 
421
  msgid "Learn more"
422
  msgstr "En savoir plus"
423
 
424
+ #: bws_functions.php:685
425
  #, php-format
426
  msgid "Notice: You are using the Pro Trial license of %s plugin."
427
  msgstr ""
428
  "Avertissement : vous utilisez la version d'évaluation de l'extension %s."
429
 
430
+ #: bws_functions.php:687
431
  msgid "Notice: You are using the Pro Trial license of plugin."
432
  msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension."
433
 
434
+ #: bws_functions.php:690
435
  msgid "The Pro Trial license will expire on"
436
  msgstr "La licence PRO d'évaluation expirera le"
437
 
438
+ #: bws_functions.php:728
439
  msgid "You license for"
440
  msgstr "Votre licence pour"
441
 
442
+ #: bws_functions.php:728
443
  msgid "expires on"
444
  msgstr "se termine le"
445
 
446
+ #: bws_functions.php:728
447
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
448
  msgstr "et vous ne disposerez plus du support rapide et des mises à jour."
449
 
450
+ #: bws_functions.php:809
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
451
  msgid "Thank you for choosing"
452
+ msgstr "Merci d'avoir choisi"
453
 
454
+ #: bws_functions.php:810
455
  msgid ""
456
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
457
  "we'd love to hear about it!"
458
  msgstr ""
459
+ "Si vous avez une fonctionnalité, une suggestion ou une idée que vous "
460
+ "souhaitez pour cette extension, nous serons ravis d'en parler avec vous !"
461
 
462
+ #: bws_functions.php:811
463
  msgid "Suggest a Feature"
464
+ msgstr "Proposer une fonctionnalité"
465
 
466
+ #: bws_functions.php:827
467
  msgid "Notice"
468
  msgstr "Avertissement"
469
 
470
+ #: bws_functions.php:827
471
  msgid "The plugin's settings have been changed."
472
  msgstr "Les paramètres de l'extension ont été modifiés."
473
 
474
+ #: bws_functions.php:828 bws_functions.php:1393
475
  msgid "Save Changes"
476
  msgstr "Sauvegarder les modifications"
477
 
478
+ #: bws_functions.php:842
479
  msgid ""
480
  "You can always look at premium options by clicking on the \"Show Pro features"
481
  "\" in the \"Go PRO\" tab"
483
  "Vous pouvez toujours consulter les options premium en cliquant sur le lien "
484
  "\"Voir les fonctionnalités de la version PRO\" dans l'onglet Passer PRO"
485
 
486
+ #: bws_functions.php:971
 
 
 
 
487
  msgid "Add shortcode"
488
  msgstr "Ajouter le code court"
489
 
490
+ #: bws_functions.php:971
491
  msgid "Add BestWebSoft plugins' shortcodes using this button."
492
  msgstr "Ajouter le code court des extensions BestWebSoft avec ce bouton."
493
 
494
+ #: bws_functions.php:1020
495
  msgid "Close"
496
  msgstr "Fermer"
497
 
498
+ #: bws_functions.php:1112
499
  msgid "Restore all plugin settings to defaults"
500
  msgstr "Remettre les valeurs par défaut des paramètres de l'extension"
501
 
502
+ #: bws_functions.php:1114
503
  msgid "Restore settings"
504
  msgstr "Remettre les paramètres"
505
 
506
+ #: bws_functions.php:1125
507
  msgid "Are you sure you want to restore all settings by default?"
508
  msgstr "Êtes vous sûr de vouloir remettre toutes les valeurs par défaut ?"
509
 
510
+ #: bws_functions.php:1128
511
  msgid "Yes, restore all settings"
512
  msgstr "Oui, remettre les valeurs par défaut"
513
 
514
+ #: bws_functions.php:1129
515
  msgid "No, go back to the settings page"
516
  msgstr "Non, retourner à la page des paramètres"
517
 
518
+ #: bws_functions.php:1175
519
  msgid "Plugin"
520
  msgstr "Extension"
521
 
522
+ #: bws_functions.php:1184
523
  msgid "Shortcode settings"
524
  msgstr "Paramètres du code court"
525
 
526
+ #: bws_functions.php:1189
527
  msgid "The shortcode will be inserted"
528
  msgstr "Le code court sera inséré"
529
 
530
+ #: bws_functions.php:1194
531
  msgid "Insert"
532
  msgstr "Insérer"
533
 
534
+ #: bws_functions.php:1225
535
  msgid "Visit Help Center"
536
  msgstr "Visiter le site du support"
537
 
538
+ #: bws_functions.php:1230
539
  msgid "FAQ"
540
  msgstr "FAQ"
541
 
542
+ #: bws_functions.php:1236
543
  msgid "For more information:"
544
  msgstr "Pour plus d'informations&nbsp;:"
545
 
546
+ #: bws_functions.php:1237
547
  msgid "Documentation"
548
  msgstr "Documentation"
549
 
550
+ #: bws_functions.php:1238
551
  msgid "Video Instructions"
552
  msgstr "Vidéo explicative"
553
 
554
+ #: bws_functions.php:1239
555
  msgid "Submit a Request"
556
  msgstr "Soumettre une requête"
557
 
558
+ #: bws_functions.php:1250
559
+ msgid "You do not have sufficient permissions to edit plugins for this site."
560
+ msgstr ""
561
+ "Vous n'avez pas assez de droits pour modifier l'extension pour ce site."
562
+
563
+ #: bws_functions.php:1301 bws_functions.php:1328
564
+ #, fuzzy, php-format
565
+ msgid "File %s edited successfully."
566
+ msgstr "Le fichier a été modifié avec succès."
567
+
568
+ #: bws_functions.php:1303 bws_functions.php:1330
569
+ msgid "Not enough permissions to create or update the file"
570
+ msgstr "Pas assez de droits pour créer ou modifier le fichier"
571
+
572
+ #: bws_functions.php:1333
573
+ #, fuzzy
574
+ msgid "Not enough permissions to create the file"
575
+ msgstr "Pas assez de droits pour créer ou modifier le fichier"
576
+
577
+ #: bws_functions.php:1371
578
+ msgid "These styles will be added to the header on all pages of your site."
579
+ msgstr ""
580
+ "Ces styles seront ajoutés aux entêtes sur tous les pages de votre site."
581
+
582
+ #: bws_functions.php:1373
583
+ #, php-format
584
+ msgid ""
585
+ "These PHP code will be hooked to the %s action and will be printed on front "
586
+ "end only."
587
+ msgstr ""
588
+
589
+ #: bws_functions.php:1377
590
+ msgid "Editing"
591
+ msgstr "Modifier"
592
+
593
+ #: bws_functions.php:1379
594
+ msgid "Browsing"
595
+ msgstr "Parcourir"
596
+
597
+ #: bws_functions.php:1386
598
+ #, fuzzy, php-format
599
+ msgid "Learn more about %s"
600
+ msgstr "En savoir plus sur les CSS"
601
+
602
+ #: bws_functions.php:1397
603
+ #, fuzzy, php-format
604
+ msgid ""
605
+ "You need to make this files writable before you can save your changes. See "
606
+ "%s the Codex %s for more information."
607
+ msgstr ""
608
+ "Vous devez rendre ce fichier modifiable avant de pouvoir enregistrer vos "
609
+ "modifications. Regarder %s du Codex %s pour plus d'informations."
610
+
611
+ #: bws_menu.php:116
612
+ #, fuzzy
613
+ msgid ""
614
+ "This license key is bind to another website. Change it via personal Client "
615
+ "Area."
616
+ msgstr "La clé de licence correspond à un autre site."
617
+
618
+ #: bws_menu.php:116
619
+ msgid "Log in"
620
+ msgstr ""
621
+
622
+ #: bws_menu.php:132
623
+ #, fuzzy
624
+ msgid "Congratulations! Pro Membership license is successfully activated."
625
+ msgstr ""
626
+ "Félicitations! La version PRO de cette extension a été téléchargée et "
627
+ "activée avec succès."
628
+
629
+ #: bws_menu.php:161
630
  msgid "Not set"
631
  msgstr "Not set"
632
 
633
+ #: bws_menu.php:163 bws_menu.php:164
634
  msgid "On"
635
  msgstr "On"
636
 
637
+ #: bws_menu.php:163 bws_menu.php:164
638
  msgid "Off"
639
  msgstr "Off"
640
 
641
+ #: bws_menu.php:165 bws_menu.php:166 bws_menu.php:167 bws_menu.php:168
642
+ #: bws_menu.php:169 bws_menu.php:181
643
  msgid "N/A"
644
  msgstr "N/A"
645
 
646
+ #: bws_menu.php:169
647
  msgid " Mb"
648
  msgstr " Mb"
649
 
650
+ #: bws_menu.php:170 bws_menu.php:171 bws_menu.php:172 bws_menu.php:177
651
  msgid "Yes"
652
  msgstr "Yes"
653
 
654
+ #: bws_menu.php:170 bws_menu.php:171 bws_menu.php:172 bws_menu.php:179
655
  msgid "No"
656
  msgstr "No"
657
 
658
+ #: bws_menu.php:190
659
  msgid "Operating System"
660
  msgstr "Operating System"
661
 
662
+ #: bws_menu.php:191
663
  msgid "Server"
664
  msgstr "Server"
665
 
666
+ #: bws_menu.php:192
667
  msgid "Memory usage"
668
  msgstr "Memory usage"
669
 
670
+ #: bws_menu.php:193
671
  msgid "MYSQL Version"
672
  msgstr "MYSQL Version"
673
 
674
+ #: bws_menu.php:194
675
  msgid "SQL Mode"
676
  msgstr "SQL Mode"
677
 
678
+ #: bws_menu.php:195
679
  msgid "PHP Version"
680
  msgstr "PHP Version"
681
 
682
+ #: bws_menu.php:196
683
  msgid "PHP Safe Mode"
684
  msgstr "PHP Safe Mode"
685
 
686
+ #: bws_menu.php:197
687
  msgid "PHP Allow URL fopen"
688
  msgstr "PHP Allow URL fopen"
689
 
690
+ #: bws_menu.php:198
691
  msgid "PHP Memory Limit"
692
  msgstr "PHP Memory Limit"
693
 
694
+ #: bws_menu.php:199
695
  msgid "PHP Max Upload Size"
696
  msgstr "PHP Max Upload Size"
697
 
698
+ #: bws_menu.php:200
699
  msgid "PHP Max Post Size"
700
  msgstr "PHP Max Post Size"
701
 
702
+ #: bws_menu.php:201
703
  msgid "PHP Max Script Execute Time"
704
  msgstr "PHP Max Script Execute Time"
705
 
706
+ #: bws_menu.php:202
707
  msgid "PHP Exif support"
708
  msgstr "PHP Exif support"
709
 
710
+ #: bws_menu.php:203
711
  msgid "PHP IPTC support"
712
  msgstr "PHP IPTC support"
713
 
714
+ #: bws_menu.php:204
715
  msgid "PHP XML support"
716
  msgstr "PHP XML support"
717
 
718
+ #: bws_menu.php:205
719
  msgid "Site URL"
720
  msgstr "Site URL"
721
 
722
+ #: bws_menu.php:206
723
  msgid "Home URL"
724
  msgstr "Home URL"
725
 
726
+ #: bws_menu.php:209
727
  msgid "WordPress Version"
728
  msgstr "WordPress Version"
729
 
730
+ #: bws_menu.php:210
731
  msgid "WordPress DB Version"
732
  msgstr "WordPress DB Version"
733
 
734
+ #: bws_menu.php:211
735
  msgid "Multisite"
736
  msgstr "Multisite"
737
 
738
+ #: bws_menu.php:212
739
  msgid "Active Theme"
740
  msgstr "Active Theme"
741
 
742
+ #: bws_menu.php:226
743
  msgid "Please enter a valid email address."
744
  msgstr "Merci de saisir une adresse e-mail valide."
745
 
746
+ #: bws_menu.php:230
747
  msgid "Email with system info is sent to "
748
  msgstr "Le courriel avec les informations système est envoyé à"
749
 
750
+ #: bws_menu.php:234
751
  msgid "Thank you for contacting us."
752
  msgstr "Merci de nous avoir contacté."
753
 
754
+ #: bws_menu.php:267
755
  msgid "Sorry, email message could not be delivered."
756
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
757
 
758
+ #: bws_menu.php:286 bws_menu.php:626
 
 
 
 
 
 
 
 
759
  msgid "System status"
760
  msgstr "System status"
761
 
762
+ #: bws_menu.php:287
763
+ msgid "Support"
764
+ msgstr "Support"
765
 
766
+ #: bws_menu.php:288
767
+ msgid "Manage purchased licenses & subscriptions"
768
+ msgstr ""
769
 
770
+ #: bws_menu.php:288
771
+ msgid "My Account"
772
+ msgstr ""
773
 
774
+ #: bws_menu.php:296
775
+ #, php-format
776
+ msgid "Get Access to %s+ Premium Plugins"
777
+ msgstr ""
778
 
779
+ #: bws_menu.php:297
780
+ #, php-format
781
+ msgid ""
782
+ "Join BestWebSoft Pro Membership today, cancel any time and use all plugins "
783
+ "on a single website %s for only %s per month."
784
+ msgstr ""
785
+
786
+ #: bws_menu.php:309
787
+ #, fuzzy
788
+ msgid "Enter your license key"
789
+ msgstr "Merci de saisir votre clé de licence"
790
+
791
+ #: bws_menu.php:313
792
+ #, fuzzy
793
+ msgid "Activate Membership"
794
+ msgstr "Thème actif"
795
+
796
+ #: bws_menu.php:322
797
+ msgid "Don’t have valid license key yet?"
798
+ msgstr ""
799
+
800
+ #: bws_menu.php:322
801
+ msgid "Subscribe to Pro Membership"
802
+ msgstr ""
803
+
804
+ #: bws_menu.php:331
805
+ #, fuzzy
806
+ msgid "Upload Plugin"
807
+ msgstr "Extension"
808
+
809
+ #: bws_menu.php:335
810
+ #, php-format
811
+ msgid ""
812
+ "The plugin generated %d characters of <strong>unexpected output</strong> "
813
+ "during activation. If you notice &#8220;headers already sent&#8221; "
814
+ "messages, problems with syndication feeds or other issues, try deactivating "
815
+ "or removing this plugin."
816
+ msgstr ""
817
+
818
+ #: bws_menu.php:337
819
+ msgid ""
820
+ "Plugin could not be activated because it triggered a <strong>fatal error</"
821
+ "strong>."
822
+ msgstr ""
823
+
824
+ #: bws_menu.php:340
825
+ msgid "Plugin <strong>activated</strong>."
826
+ msgstr ""
827
 
828
+ #: bws_menu.php:347
829
+ #, fuzzy
830
+ msgid "Installing Plugin"
831
  msgstr "Extensions installées"
832
 
833
+ #: bws_menu.php:353
834
+ msgid "Downloading install package from"
835
+ msgstr ""
836
 
837
+ #: bws_menu.php:378
838
+ msgid "Unpacking the package"
839
+ msgstr ""
840
 
841
+ #: bws_menu.php:383 bws_menu.php:391
842
+ #, fuzzy
843
+ msgid "Installing the plugin"
844
+ msgstr "Extensions installées"
845
 
846
+ #: bws_menu.php:397
847
+ #, fuzzy
848
+ msgid "Successfully installed the plugin"
849
+ msgstr "Extensions installées"
850
 
851
+ #: bws_menu.php:409
852
+ #, fuzzy
853
+ msgid "Activate Plugin"
854
+ msgstr "Extensions actives"
855
 
856
+ #: bws_menu.php:409 bws_menu.php:415
857
+ msgid "Return to BestWebSoft Panel"
858
+ msgstr ""
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
+ #, fuzzy
870
+ msgid "Not Installed"
871
+ msgstr "Installé"
872
+
873
+ #: bws_menu.php:427
874
+ msgid "Filter results"
875
+ msgstr ""
876
+
877
+ #: bws_menu.php:430 bws_menu.php:557
878
+ msgid "Category"
879
+ msgstr ""
880
+
881
+ #: bws_menu.php:496
882
+ #, fuzzy
883
+ msgid "Renew to get updates"
884
+ msgstr "Rediriger vers la page"
885
 
886
+ #: bws_menu.php:499
887
+ #, fuzzy, php-format
888
+ msgid "Update to v %s"
889
+ msgstr "Mettre à jour avec la version %s"
890
+
891
+ #: bws_menu.php:511 bws_menu.php:534 bws_menu.php:543
892
  msgid "Install Now"
893
  msgstr "Installer maintenant"
894
 
895
+ #: bws_menu.php:517
896
+ msgid "Upgrade to Pro"
897
+ msgstr ""
 
898
 
899
+ #: bws_menu.php:521
900
+ msgid "Donate"
901
+ msgstr ""
902
 
903
+ #: bws_menu.php:531 bws_menu.php:540
904
+ msgid "Activate this plugin"
905
+ msgstr "Activer cette extension"
906
+
907
+ #: bws_menu.php:543
908
+ #, fuzzy
909
+ msgid "Install this plugin"
910
+ msgstr "Extensions installées"
911
 
912
+ #: bws_menu.php:552
913
+ msgid "Nothing found. Try another criteria."
914
+ msgstr ""
915
 
916
+ #: bws_menu.php:589 bws_menu.php:609
917
  #, php-format
918
  msgid "By %s"
919
  msgstr "Par %s"
920
 
921
+ #: bws_menu.php:615
 
 
 
 
922
  msgid "Already Installed"
923
  msgstr "Déjà installé"
924
 
925
+ #: bws_menu.php:623
926
+ msgid "Browse Free WordPress Themes"
927
+ msgstr ""
928
+
929
+ #: bws_menu.php:632
930
+ msgid "Send to support"
931
+ msgstr "Envoyé au support"
932
+
933
+ #: bws_menu.php:639
934
+ msgid "Send to custom email &#187;"
935
+ msgstr "Envoyer un e-mail spécifique &#187;"
936
+
937
+ #: bws_menu.php:646
938
  msgid "Environment"
939
  msgstr "Environnent"
940
 
941
+ #: bws_menu.php:657
942
  msgid "Active Plugins"
943
  msgstr "Extensions actives"
944
 
945
+ #: bws_menu.php:670
946
  msgid "Inactive Plugins"
947
  msgstr "Extensions inactives"
948
 
949
+ #: product_list.php:7
950
+ msgid "Advertisement"
951
+ msgstr ""
952
 
953
+ #: product_list.php:8
954
+ msgid "Content & Media"
955
+ msgstr ""
956
+
957
+ #: product_list.php:9
958
+ msgid "Management"
959
+ msgstr ""
960
+
961
+ #: product_list.php:10
962
+ msgid "Security"
963
+ msgstr ""
964
+
965
+ #: product_list.php:11
966
+ #, fuzzy
967
+ msgid "Site Stats"
968
+ msgstr "System status"
969
+
970
+ #: product_list.php:12
971
+ msgid "Social"
972
+ msgstr ""
973
+
974
+ #: product_list.php:13
975
+ msgid "Utilities"
976
+ msgstr ""
977
+
978
+ #: product_list.php:14
979
+ msgid "Other"
980
+ msgstr ""
981
+
982
+ #~ msgid "You can download and activate"
983
+ #~ msgstr "Vous pouvez télécharger et activer la version "
984
+
985
+ #~ msgid "version of this plugin by entering Your license key."
986
+ #~ msgstr " de cette extension en donnant votre clé de licence."
987
+
988
+ #~ msgid ""
989
+ #~ "You can find your license key on your personal page Client area, by "
990
+ #~ "clicking on the link"
991
+ #~ msgstr ""
992
+ #~ "Vous pouvez trouver votre clé de licence sur votre page personnelle dans "
993
+ #~ "la zone cliente en cliquant sur le lien"
994
+
995
+ #~ msgid "Configure Settings"
996
+ #~ msgstr "Configuration des paramètres"
997
+
998
+ #~ msgid "Need help?"
999
+ #~ msgstr "Besoin d'aide ?"
1000
+
1001
+ #~ msgid "Client area"
1002
+ #~ msgstr "Espace client"
1003
+
1004
+ #~ msgid "Recommended"
1005
+ #~ msgstr "Recommandé"
1006
+
1007
+ #~ msgid "Go"
1008
+ #~ msgstr "Passez"
1009
+
1010
+ #~ msgid "DONATE"
1011
+ #~ msgstr "Faire un don"
1012
+
1013
+ #~ msgid "Recommended plugins"
1014
+ #~ msgstr "Extensions recommandées"
1015
+
1016
+ #~ msgid "Install now"
1017
+ #~ msgstr "Installer maintenant"
1018
+
1019
+ #~ msgid "Try again"
1020
+ #~ msgstr "Essayer de nouveau"
1021
+
1022
+ #~ msgid "Preview &#8220;%s&#8221;"
1023
+ #~ msgstr "Pré-visualiser &#8220;%s&#8221;"
1024
+
1025
+ #~ msgid "Install %s"
1026
+ #~ msgstr "%s installé"
1027
+
1028
+ #~ msgid "Update"
1029
+ #~ msgstr "Mettre à jour"
1030
+
1031
+ #~ msgid "Preview %s"
1032
+ #~ msgstr "Pré-visualiser %s"
1033
+
1034
+ #~ msgid "Preview"
1035
+ #~ msgstr "Pré-visualiser"
1036
+
1037
+ #~ msgid "Add BWS Plugins Shortcode"
1038
+ #~ msgstr "Ajouter le code court de l'extension BWS"
1039
 
1040
  #~ msgid ""
1041
  #~ "(your username is the email you specify when purchasing the product), "
1072
  #~ msgid "Free themes"
1073
  #~ msgstr "Thèmes gratuits"
1074
 
 
 
 
1075
  #~ msgid "Customize &#8220;%s&#8221;"
1076
  #~ msgstr "Personnaliser &#8220;%s&#8221;"
1077
 
1391
  #~ msgid "Text"
1392
  #~ msgstr "Texte"
1393
 
 
 
 
1394
  #~ msgid "Url"
1395
  #~ msgstr "Url"
1396
 
1536
  #~ "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
1537
  #~ "MIME !"
1538
 
 
 
 
1539
  #~ msgid "Display Attachment tips"
1540
  #~ msgstr "Afficher les explications sur les pièces jointes"
1541
 
bws_menu/languages/bestwebsoft-it_IT.mo DELETED
Binary file
bws_menu/languages/bestwebsoft-it_IT.po DELETED
@@ -1,1133 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: bestwebsoft\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-02-22 15:51+0300\n"
6
- "PO-Revision-Date: 2016-02-22 15:51+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:148
48
- msgid "It’s time to upgrade your"
49
- msgstr ""
50
-
51
- # @ captcha
52
- #: bws_functions.php:148
53
- #, fuzzy
54
- msgid "to"
55
- msgstr "due"
56
-
57
- # @ bestwebsoft
58
- #: bws_functions.php:148
59
- #, fuzzy
60
- msgid "version!"
61
- msgstr "Versione PHP"
62
-
63
- #: bws_functions.php:149
64
- msgid "Extend standard plugin functionality with new great options."
65
- msgstr ""
66
-
67
- # @ bestwebsoft
68
- #: bws_functions.php:152 bws_functions.php:593
69
- #, fuzzy
70
- msgid "Learn More"
71
- msgstr "Leggi tutto"
72
-
73
- #: bws_functions.php:169
74
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
75
- msgstr ""
76
-
77
- # @ bestwebsoft
78
- #: bws_functions.php:170
79
- #, fuzzy
80
- msgid "Rate the plugin"
81
- msgstr "Plugin attivi"
82
-
83
- # @ bestwebsoft
84
- #: bws_functions.php:173
85
- #, fuzzy
86
- msgid "If there is something wrong about it, please contact us"
87
- msgstr "Se hai domande, contattaci tramite"
88
-
89
- #: bws_functions.php:205
90
- msgid "Check premium options on the plugin settings page!"
91
- msgstr ""
92
-
93
- #: bws_functions.php:212 bws_functions.php:248
94
- msgid "Wrong license key"
95
- msgstr ""
96
-
97
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
98
- msgid ""
99
- "Something went wrong. Please try again later. If the error appears again, "
100
- "please contact us"
101
- msgstr ""
102
-
103
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
104
- msgid "We are sorry for inconvenience."
105
- msgstr ""
106
-
107
- #: bws_functions.php:250
108
- msgid "This license key is bind to another site"
109
- msgstr ""
110
-
111
- #: bws_functions.php:252 bws_functions.php:416
112
- msgid ""
113
- "Unfortunately, you have exceeded the number of available tries per day. "
114
- "Please, upload the plugin manually."
115
- msgstr ""
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"
121
- msgstr ""
122
-
123
- #: bws_functions.php:256
124
- msgid ""
125
- "Unfortunately, the Pro licence was already installed to this domain. The Pro "
126
- "Trial license can be installed only once."
127
- msgstr ""
128
-
129
- #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
130
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
131
- msgstr ""
132
-
133
- #: bws_functions.php:289
134
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
135
- msgstr ""
136
-
137
- #: bws_functions.php:295
138
- msgid ""
139
- "Your server does not support either ZipArchive or Phar. Please, upload the "
140
- "plugin manually"
141
- msgstr ""
142
-
143
- #: bws_functions.php:302
144
- msgid "UploadDir is not writable. Please, upload the plugin manually"
145
- msgstr ""
146
-
147
- #: bws_functions.php:325
148
- msgid ""
149
- "Something went wrong. Try again later or upload the plugin manually. We are "
150
- "sorry for inconvenience."
151
- msgstr ""
152
-
153
- #: bws_functions.php:350
154
- msgid "Please, enter Your license key"
155
- msgstr ""
156
-
157
- #: bws_functions.php:380
158
- msgid ""
159
- "Congratulations! The Pro version of the plugin is successfully download and "
160
- "activated."
161
- msgstr ""
162
-
163
- #: bws_functions.php:382 bws_functions.php:473
164
- msgid "Please, go to"
165
- msgstr ""
166
-
167
- #: bws_functions.php:382 bws_functions.php:473
168
- msgid "the setting page"
169
- msgstr ""
170
-
171
- #: bws_functions.php:383 bws_functions.php:474
172
- msgid "You will be redirected automatically in 5 seconds."
173
- msgstr ""
174
-
175
- #: bws_functions.php:390
176
- msgid "Show Pro features"
177
- msgstr ""
178
-
179
- #: bws_functions.php:397
180
- msgid "You can download and activate"
181
- msgstr ""
182
-
183
- #: bws_functions.php:399
184
- msgid "version of this plugin by entering Your license key."
185
- msgstr ""
186
-
187
- #: bws_functions.php:401 bws_functions.php:442
188
- msgid ""
189
- "You can find your license key on your personal page Client area, by clicking "
190
- "on the link"
191
- msgstr ""
192
-
193
- #: bws_functions.php:403 bws_functions.php:444
194
- msgid "(your username is the email you specify when purchasing the product)."
195
- msgstr ""
196
-
197
- # @ captcha
198
- #: bws_functions.php:407 bws_functions.php:691
199
- #, fuzzy
200
- msgid "or"
201
- msgstr "quattro"
202
-
203
- #: bws_functions.php:407
204
- #, php-format
205
- msgid "Start Your Free %s-Day Trial Now"
206
- msgstr ""
207
-
208
- # @ bestwebsoft
209
- #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
210
- #: bws_functions.php:460 bws_menu.php:690 bws_menu.php:747
211
- #, fuzzy
212
- msgid "Activate"
213
- msgstr "Plugin attivi"
214
-
215
- #: bws_functions.php:439 bws_functions.php:532
216
- #, php-format
217
- msgid ""
218
- "In order to continue using the plugin it is necessary to buy a %s license."
219
- msgstr ""
220
-
221
- #: bws_functions.php:440
222
- msgid "After that you can activate it by entering your license key."
223
- msgstr ""
224
-
225
- #: bws_functions.php:454
226
- msgid "Unfortunately, you have exceeded the number of available tries per day."
227
- msgstr ""
228
-
229
- #: bws_functions.php:471
230
- msgid ""
231
- "Congratulations! The Pro license of the plugin is successfully activated."
232
- msgstr ""
233
-
234
- #: bws_functions.php:512
235
- msgid "Wrong license key."
236
- msgstr ""
237
-
238
- #: bws_functions.php:514
239
- msgid "This license key is bind to another site."
240
- msgstr ""
241
-
242
- #: bws_functions.php:516
243
- msgid ""
244
- "This license key is valid, but Your license has expired. If you want to "
245
- "update our plugin in future, you should extend the license."
246
- msgstr ""
247
-
248
- #: bws_functions.php:518
249
- msgid "Unfortunately, you have exceeded the number of available tries."
250
- msgstr ""
251
-
252
- #: bws_functions.php:520
253
- msgid ""
254
- "Unfortunately, the Pro Trial licence was already installed to this domain. "
255
- "The Pro Trial license can be installed only once."
256
- msgstr ""
257
-
258
- #: bws_functions.php:524
259
- msgid "The Pro Trial license key is valid."
260
- msgstr ""
261
-
262
- #: bws_functions.php:526
263
- msgid "The license key is valid."
264
- msgstr ""
265
-
266
- #: bws_functions.php:529
267
- msgid "Your license will expire on"
268
- msgstr ""
269
-
270
- #: bws_functions.php:562
271
- msgid "Please, enter your license key"
272
- msgstr ""
273
-
274
- #: bws_functions.php:575
275
- msgid ""
276
- "If needed you can check if the license key is correct or reenter it in the "
277
- "field below. You can find your license key on your personal page - Client "
278
- "area - on our website"
279
- msgstr ""
280
-
281
- #: bws_functions.php:575
282
- msgid ""
283
- "(your username is the email you specify when purchasing the product). If "
284
- "necessary, please submit \"Lost your password?\" request."
285
- msgstr ""
286
-
287
- #: bws_functions.php:579
288
- msgid "Check license key"
289
- msgstr ""
290
-
291
- #: bws_functions.php:593
292
- msgid "WARNING: Illegal use notification"
293
- msgstr ""
294
-
295
- #: bws_functions.php:593
296
- msgid ""
297
- "You can use one license of the Pro plugin for one domain only. Please check "
298
- "and edit your license or domain if necessary using you personal Client Area. "
299
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
300
- "the Pro plugin will be deactivated."
301
- msgstr ""
302
-
303
- #: bws_functions.php:601
304
- msgid ""
305
- "Notice: Your Pro Trial license has expired. To continue using the plugin you "
306
- "should buy a Pro license"
307
- msgstr ""
308
-
309
- #: bws_functions.php:603
310
- msgid ""
311
- "Your license has expired. To continue getting top-priority support and "
312
- "plugin updates you should extend it."
313
- msgstr ""
314
-
315
- # @ bestwebsoft
316
- #: bws_functions.php:603 bws_functions.php:656 bws_menu.php:666
317
- #: bws_menu.php:688 bws_menu.php:715 bws_menu.php:745 bws_menu.php:791
318
- #, fuzzy
319
- msgid "Learn more"
320
- msgstr "Leggi tutto"
321
-
322
- #: bws_functions.php:613
323
- #, php-format
324
- msgid "Notice: You are using the Pro Trial license of %s plugin."
325
- msgstr ""
326
-
327
- #: bws_functions.php:615
328
- msgid "Notice: You are using the Pro Trial license of plugin."
329
- msgstr ""
330
-
331
- #: bws_functions.php:618
332
- msgid "The Pro Trial license will expire on"
333
- msgstr ""
334
-
335
- #: bws_functions.php:656
336
- msgid "You license for"
337
- msgstr ""
338
-
339
- #: bws_functions.php:656
340
- msgid "expires on"
341
- msgstr ""
342
-
343
- #: bws_functions.php:656
344
- msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
345
- msgstr ""
346
-
347
- # @ bestwebsoft
348
- #: bws_functions.php:687
349
- #, fuzzy
350
- msgid "Thank you for installing"
351
- msgstr "Grazie per averci contattato."
352
-
353
- #: bws_functions.php:688
354
- msgid "Let's get started"
355
- msgstr ""
356
-
357
- # @ bestwebsoft
358
- # @ captcha
359
- #: bws_functions.php:689
360
- #, fuzzy
361
- msgid "Configure Settings"
362
- msgstr "Impostazioni"
363
-
364
- #: bws_functions.php:692
365
- msgid "Add New"
366
- msgstr ""
367
-
368
- #: bws_functions.php:696 bws_functions.php:755
369
- msgid "Close notice"
370
- msgstr ""
371
-
372
- # @ bestwebsoft
373
- #: bws_functions.php:750
374
- #, fuzzy
375
- msgid "Thank you for choosing"
376
- msgstr "Grazie per averci contattato."
377
-
378
- #: bws_functions.php:751
379
- msgid ""
380
- "If you have a feature, suggestion or idea you'd like to see in the plugin, "
381
- "we'd love to hear about it!"
382
- msgstr ""
383
-
384
- #: bws_functions.php:752
385
- msgid "Suggest a Feature"
386
- msgstr ""
387
-
388
- #: bws_functions.php:768
389
- msgid "Notice"
390
- msgstr ""
391
-
392
- #: bws_functions.php:768
393
- msgid "The plugin's settings have been changed."
394
- msgstr ""
395
-
396
- # @ default
397
- #: bws_functions.php:769
398
- msgid "Save Changes"
399
- msgstr "Salva le modifiche"
400
-
401
- #: bws_functions.php:786
402
- msgid ""
403
- "You can always look at premium options by clicking on the \"Show Pro features"
404
- "\" in the \"Go PRO\" tab"
405
- msgstr ""
406
-
407
- #: bws_functions.php:866
408
- msgid "Add BWS Plugins Shortcode"
409
- msgstr ""
410
-
411
- #: bws_functions.php:886
412
- msgid "Add shortcode"
413
- msgstr ""
414
-
415
- #: bws_functions.php:886
416
- msgid "Add BestWebSoft plugins' shortcodes using this button."
417
- msgstr ""
418
-
419
- #: bws_functions.php:928
420
- msgid "Close"
421
- msgstr ""
422
-
423
- #: bws_functions.php:1020
424
- msgid "Restore all plugin settings to defaults"
425
- msgstr ""
426
-
427
- #: bws_functions.php:1022
428
- msgid "Restore settings"
429
- msgstr ""
430
-
431
- #: bws_functions.php:1033
432
- msgid "Are you sure you want to restore all settings by default?"
433
- msgstr ""
434
-
435
- #: bws_functions.php:1036
436
- msgid "Yes, restore all settings"
437
- msgstr ""
438
-
439
- #: bws_functions.php:1037
440
- msgid "No, go back to the settings page"
441
- msgstr ""
442
-
443
- # @ bestwebsoft
444
- #: bws_functions.php:1083
445
- #, fuzzy
446
- msgid "Plugin"
447
- msgstr "Plugin Pro"
448
-
449
- # @ bestwebsoft
450
- # @ captcha
451
- #: bws_functions.php:1092
452
- #, fuzzy
453
- msgid "Shortcode settings"
454
- msgstr "Impostazioni"
455
-
456
- #: bws_functions.php:1097
457
- msgid "The shortcode will be inserted"
458
- msgstr ""
459
-
460
- #: bws_functions.php:1102
461
- msgid "Insert"
462
- msgstr ""
463
-
464
- #: bws_functions.php:1133
465
- msgid "Visit Help Center"
466
- msgstr ""
467
-
468
- # @ captcha
469
- #: bws_functions.php:1138
470
- msgid "FAQ"
471
- msgstr "FAQ"
472
-
473
- #: bws_functions.php:1144
474
- msgid "For more information:"
475
- msgstr ""
476
-
477
- #: bws_functions.php:1145
478
- msgid "Documentation"
479
- msgstr ""
480
-
481
- #: bws_functions.php:1146
482
- msgid "Video Instructions"
483
- msgstr ""
484
-
485
- #: bws_functions.php:1147
486
- msgid "Submit a Request"
487
- msgstr ""
488
-
489
- # @ bestwebsoft
490
- #: bws_menu.php:506
491
- msgid "Not set"
492
- msgstr "Non impostato"
493
-
494
- # @ bestwebsoft
495
- #: bws_menu.php:508 bws_menu.php:509
496
- msgid "On"
497
- msgstr "Abilitato"
498
-
499
- # @ bestwebsoft
500
- #: bws_menu.php:508 bws_menu.php:509
501
- msgid "Off"
502
- msgstr "Disabilitato"
503
-
504
- # @ bestwebsoft
505
- #: bws_menu.php:510 bws_menu.php:511 bws_menu.php:512 bws_menu.php:513
506
- #: bws_menu.php:514 bws_menu.php:526
507
- msgid "N/A"
508
- msgstr "Non disponibile"
509
-
510
- # @ bestwebsoft
511
- #: bws_menu.php:514
512
- msgid " Mb"
513
- msgstr "Mb"
514
-
515
- # @ bestwebsoft
516
- #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:522
517
- msgid "Yes"
518
- msgstr "Sì"
519
-
520
- # @ bestwebsoft
521
- #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:524
522
- msgid "No"
523
- msgstr "No"
524
-
525
- # @ bestwebsoft
526
- #: bws_menu.php:534
527
- msgid "Operating System"
528
- msgstr "Sistema operativo"
529
-
530
- # @ bestwebsoft
531
- #: bws_menu.php:535
532
- msgid "Server"
533
- msgstr "Server"
534
-
535
- # @ bestwebsoft
536
- #: bws_menu.php:536
537
- msgid "Memory usage"
538
- msgstr "Utilizzo memoria"
539
-
540
- # @ bestwebsoft
541
- #: bws_menu.php:537
542
- msgid "MYSQL Version"
543
- msgstr "Versione MYSQL"
544
-
545
- # @ bestwebsoft
546
- #: bws_menu.php:538
547
- msgid "SQL Mode"
548
- msgstr "Modalità SQL"
549
-
550
- # @ bestwebsoft
551
- #: bws_menu.php:539
552
- msgid "PHP Version"
553
- msgstr "Versione PHP"
554
-
555
- # @ bestwebsoft
556
- #: bws_menu.php:540
557
- msgid "PHP Safe Mode"
558
- msgstr "Safe Mode PHP"
559
-
560
- # @ bestwebsoft
561
- #: bws_menu.php:541
562
- msgid "PHP Allow URL fopen"
563
- msgstr "Consenti URL fopen PHP"
564
-
565
- # @ bestwebsoft
566
- #: bws_menu.php:542
567
- msgid "PHP Memory Limit"
568
- msgstr "Limite di memoria PHP"
569
-
570
- # @ bestwebsoft
571
- #: bws_menu.php:543
572
- msgid "PHP Max Upload Size"
573
- msgstr "Dimensione upload massima PHP"
574
-
575
- # @ bestwebsoft
576
- #: bws_menu.php:544
577
- msgid "PHP Max Post Size"
578
- msgstr "Dimensione massima Post PHP"
579
-
580
- # @ bestwebsoft
581
- #: bws_menu.php:545
582
- msgid "PHP Max Script Execute Time"
583
- msgstr "Tempo massimo di esecuzione PHP"
584
-
585
- # @ bestwebsoft
586
- #: bws_menu.php:546
587
- msgid "PHP Exif support"
588
- msgstr "Supporto Exif PHP"
589
-
590
- # @ bestwebsoft
591
- #: bws_menu.php:547
592
- msgid "PHP IPTC support"
593
- msgstr "Supporto IPTC PHP"
594
-
595
- # @ bestwebsoft
596
- #: bws_menu.php:548
597
- msgid "PHP XML support"
598
- msgstr "Supporto XML PHP"
599
-
600
- # @ bestwebsoft
601
- #: bws_menu.php:549
602
- msgid "Site URL"
603
- msgstr "URL sito"
604
-
605
- # @ bestwebsoft
606
- #: bws_menu.php:550
607
- msgid "Home URL"
608
- msgstr "URL home"
609
-
610
- # @ bestwebsoft
611
- #: bws_menu.php:553
612
- msgid "WordPress Version"
613
- msgstr "Versione WordPress"
614
-
615
- # @ bestwebsoft
616
- #: bws_menu.php:554
617
- msgid "WordPress DB Version"
618
- msgstr "Versione DB WordPress"
619
-
620
- # @ bestwebsoft
621
- #: bws_menu.php:555
622
- msgid "Multisite"
623
- msgstr "Multisito"
624
-
625
- # @ bestwebsoft
626
- #: bws_menu.php:556
627
- msgid "Active Theme"
628
- msgstr "Tema attivo"
629
-
630
- # @ bestwebsoft
631
- #: bws_menu.php:571
632
- msgid "Please enter a valid email address."
633
- msgstr "Per favore inserisci un indirizzo e-mail valido."
634
-
635
- # @ bestwebsoft
636
- #: bws_menu.php:575
637
- msgid "Email with system info is sent to "
638
- msgstr "Email con informazioni di sistema spedita a "
639
-
640
- # @ bestwebsoft
641
- #: bws_menu.php:579
642
- msgid "Thank you for contacting us."
643
- msgstr "Grazie per averci contattato."
644
-
645
- # @ bestwebsoft
646
- #: bws_menu.php:612
647
- msgid "Sorry, email message could not be delivered."
648
- msgstr "Spiacenti, il messaggio email non può essere inviato."
649
-
650
- #: bws_menu.php:619
651
- msgid "Need help?"
652
- msgstr ""
653
-
654
- #: bws_menu.php:620
655
- msgid "Client area"
656
- msgstr ""
657
-
658
- # @ bestwebsoft
659
- #: bws_menu.php:621 bws_menu.php:930
660
- msgid "System status"
661
- msgstr "Stato sistema"
662
-
663
- # @ bestwebsoft
664
- #: bws_menu.php:626
665
- #, fuzzy
666
- msgid "Plugins"
667
- msgstr "Plugin Pro"
668
-
669
- #: bws_menu.php:627
670
- msgid "Themes"
671
- msgstr ""
672
-
673
- #: bws_menu.php:631
674
- msgid "All"
675
- msgstr ""
676
-
677
- # @ default
678
- #: bws_menu.php:632
679
- #, fuzzy
680
- msgid "Installed"
681
- msgstr "Installa %s"
682
-
683
- # @ bestwebsoft
684
- #: bws_menu.php:633
685
- #, fuzzy
686
- msgid "Recommended"
687
- msgstr "Plugin raccomandati"
688
-
689
- # @ bestwebsoft
690
- #: bws_menu.php:637
691
- msgid "Installed plugins"
692
- msgstr "Plugin installati"
693
-
694
- # @ bestwebsoft
695
- # @ captcha
696
- #: bws_menu.php:669 bws_menu.php:718
697
- msgid "Settings"
698
- msgstr "Impostazioni"
699
-
700
- # @ bestwebsoft
701
- #: bws_menu.php:690 bws_menu.php:747
702
- #, fuzzy
703
- msgid "Activate this plugin"
704
- msgstr "Plugin attivi"
705
-
706
- #: bws_menu.php:705 bws_menu.php:735 bws_menu.php:781
707
- msgid "Go"
708
- msgstr ""
709
-
710
- #: bws_menu.php:709 bws_menu.php:739 bws_menu.php:785
711
- msgid "DONATE"
712
- msgstr ""
713
-
714
- # @ bestwebsoft
715
- #: bws_menu.php:755
716
- msgid "Recommended plugins"
717
- msgstr "Plugin raccomandati"
718
-
719
- # @ default
720
- #: bws_menu.php:793
721
- #, fuzzy
722
- msgid "Install now"
723
- msgstr "Installa %s"
724
-
725
- #: bws_menu.php:814
726
- msgid "Try again"
727
- msgstr ""
728
-
729
- #: bws_menu.php:832
730
- #, php-format
731
- msgid "Preview &#8220;%s&#8221;"
732
- msgstr ""
733
-
734
- # @ default
735
- #: bws_menu.php:863
736
- #, php-format
737
- msgid "Install %s"
738
- msgstr "Installa %s"
739
-
740
- # @ default
741
- #: bws_menu.php:863
742
- #, fuzzy
743
- msgid "Install Now"
744
- msgstr "Installa %s"
745
-
746
- #: bws_menu.php:866
747
- #, php-format
748
- msgid "Update to version %s"
749
- msgstr ""
750
-
751
- #: bws_menu.php:866
752
- msgid "Update"
753
- msgstr ""
754
-
755
- #: bws_menu.php:873
756
- #, php-format
757
- msgid "Preview %s"
758
- msgstr ""
759
-
760
- #: bws_menu.php:873
761
- msgid "Preview"
762
- msgstr ""
763
-
764
- #: bws_menu.php:879 bws_menu.php:911
765
- #, php-format
766
- msgid "By %s"
767
- msgstr ""
768
-
769
- #: bws_menu.php:885
770
- msgid "Details"
771
- msgstr ""
772
-
773
- # @ default
774
- #: bws_menu.php:917
775
- #, fuzzy
776
- msgid "Already Installed"
777
- msgstr "Installa %s"
778
-
779
- # @ bestwebsoft
780
- #: bws_menu.php:933
781
- msgid "Environment"
782
- msgstr "Ambiente"
783
-
784
- # @ bestwebsoft
785
- #: bws_menu.php:944
786
- msgid "Active Plugins"
787
- msgstr "Plugin attivi"
788
-
789
- # @ bestwebsoft
790
- #: bws_menu.php:957
791
- msgid "Inactive Plugins"
792
- msgstr "Plugin inattivi"
793
-
794
- # @ bestwebsoft
795
- #: bws_menu.php:973
796
- msgid "Send to support"
797
- msgstr "Invia al supporto"
798
-
799
- # @ bestwebsoft
800
- #: bws_menu.php:980
801
- msgid "Send to custom email &#187;"
802
- msgstr "Invia a una email personalizzata &#187;"
803
-
804
- # @ bestwebsoft
805
- #~ msgid "Pro plugins"
806
- #~ msgstr "Plugin Pro"
807
-
808
- # @ bestwebsoft
809
- #~ msgid "Activated plugins"
810
- #~ msgstr "Plugin attivi"
811
-
812
- # @ bestwebsoft
813
- #~ msgid "Read more"
814
- #~ msgstr "Leggi tutto"
815
-
816
- # @ bestwebsoft
817
- #~ msgid "Purchase"
818
- #~ msgstr "Acquista"
819
-
820
- # @ bestwebsoft
821
- #~ msgid "Free plugins"
822
- #~ msgstr "Plugin gratuiti"
823
-
824
- # @ bestwebsoft
825
- #~ msgid "Download"
826
- #~ msgstr "Scarica"
827
-
828
- # @ bestwebsoft
829
- #~ msgid "Install now from wordpress.org"
830
- #~ msgstr "Installa ora da wordpress.org"
831
-
832
- # @ bestwebsoft
833
- #, fuzzy
834
- #~ msgid "Activated theme"
835
- #~ msgstr "Tema attivo"
836
-
837
- # @ default
838
- #, fuzzy
839
- #~ msgid "Installed themes"
840
- #~ msgstr "Installa %s"
841
-
842
- # @ bestwebsoft
843
- #, fuzzy
844
- #~ msgid "Recommended themes"
845
- #~ msgstr "Plugin raccomandati"
846
-
847
- # @ default
848
- #, fuzzy
849
- #~ msgid "installed"
850
- #~ msgstr "Installa %s"
851
-
852
- # @ captcha
853
- #, fuzzy
854
- #~ msgid "Captcha Settings"
855
- #~ msgstr "Impostazioni Captcha"
856
-
857
- # @ captcha
858
- #~ msgid "Captcha"
859
- #~ msgstr "Captcha"
860
-
861
- # @ captcha
862
- #~ msgid "Login form"
863
- #~ msgstr "Modulo di login"
864
-
865
- # @ captcha
866
- #, fuzzy
867
- #~ msgid "Registration form"
868
- #~ msgstr "Modulo di registrazione"
869
-
870
- # @ captcha
871
- #~ msgid "Register form"
872
- #~ msgstr "Modulo di registrazione"
873
-
874
- # @ captcha
875
- #, fuzzy
876
- #~ msgid "Reset Password form"
877
- #~ msgstr "Modulo recupero password"
878
-
879
- # @ captcha
880
- #~ msgid "Lost password form"
881
- #~ msgstr "Modulo recupero password"
882
-
883
- # @ captcha
884
- #~ msgid "Comments form"
885
- #~ msgstr "Modulo dei commenti"
886
-
887
- # @ captcha
888
- #~ msgid "Hide CAPTCHA for registered users"
889
- #~ msgstr "Nascondi CAPTCHA per gli utenti registrati"
890
-
891
- # @ captcha
892
- #~ msgid "Plus (&#43;)"
893
- #~ msgstr "Addizione (&#43;)"
894
-
895
- # @ captcha
896
- #~ msgid "Plus"
897
- #~ msgstr "Più"
898
-
899
- # @ captcha
900
- #~ msgid "Minus (&minus;)"
901
- #~ msgstr "Sottrazione (&minus;)"
902
-
903
- # @ captcha
904
- #~ msgid "Minus"
905
- #~ msgstr "Meno"
906
-
907
- # @ captcha
908
- #, fuzzy
909
- #~ msgid "Multiplication (&times;)"
910
- #~ msgstr "Moltiplicazione (&times;)"
911
-
912
- # @ captcha
913
- #, fuzzy
914
- #~ msgid "Multiply"
915
- #~ msgstr "Moltiplicazione"
916
-
917
- # @ captcha
918
- #~ msgid "Numbers"
919
- #~ msgstr "Numeri"
920
-
921
- # @ captcha
922
- #~ msgid "Words"
923
- #~ msgstr "Parole"
924
-
925
- # @ captcha
926
- #~ msgid "Support"
927
- #~ msgstr "Supporto"
928
-
929
- # @ captcha
930
- #, fuzzy
931
- #~ msgid ""
932
- #~ "Please select one item in the block Arithmetic and Complexity for CAPTCHA"
933
- #~ msgstr ""
934
- #~ "Per favole seleziona una opzione nel blocco Aritmetica e Difficolatà per "
935
- #~ "il CAPTCHA"
936
-
937
- # @ captcha
938
- #~ msgid "Options saved."
939
- #~ msgstr "Impostazioni salvate."
940
-
941
- # @ captcha
942
- #, fuzzy
943
- #~ msgid "Enable CAPTCHA for:"
944
- #~ msgstr "Abilita il CAPTCHA per:"
945
-
946
- # @ captcha
947
- #~ msgid "Contact form"
948
- #~ msgstr "Modulo di contatto"
949
-
950
- # @ captcha
951
- #~ msgid "powered by"
952
- #~ msgstr "powered by"
953
-
954
- # @ captcha
955
- #~ msgid "Activate contact form"
956
- #~ msgstr "Attiva modulo di contatto"
957
-
958
- # @ captcha
959
- #~ msgid "Download contact form"
960
- #~ msgstr "Scarica il plugin per il modulo di contatto"
961
-
962
- # @ captcha
963
- #, fuzzy
964
- #~ msgid ""
965
- #~ "If you would like to customize this plugin for a custom form, please see"
966
- #~ msgstr ""
967
- #~ "Se desideri personalizzare il plugin per un modulo di contatto "
968
- #~ "personalizzato, vedi"
969
-
970
- # @ captcha
971
- #~ msgid "\"Create a Group\" form"
972
- #~ msgstr "Modulo \"Crea un gruppo\""
973
-
974
- # @ captcha
975
- #~ msgid ""
976
- #~ "This functionality is available in the Pro version of the plugin. For "
977
- #~ "more details, please follow the link"
978
- #~ msgstr ""
979
- #~ "Questa funzionalità è disponibile nella versione Pro del plugin. Per "
980
- #~ "maggiori dettagli, per favore vai al link"
981
-
982
- # @ captcha
983
- #, fuzzy
984
- #~ msgid "Title for CAPTCHA in the form"
985
- #~ msgstr "Titolo per il CAPTCHA nel modulo"
986
-
987
- # @ captcha
988
- #~ msgid "Arithmetic actions for CAPTCHA"
989
- #~ msgstr "Operazioni aritmetiche per il CAPTCHA"
990
-
991
- # @ captcha
992
- #~ msgid "CAPTCHA complexity level"
993
- #~ msgstr "Livello complessità CAPTCHA"
994
-
995
- # @ captcha
996
- #~ msgid "ERROR"
997
- #~ msgstr "ERRORE"
998
-
999
- # @ captcha
1000
- #~ msgid "Please fill the form."
1001
- #~ msgstr "Per favore compila il modulo."
1002
-
1003
- # @ captcha
1004
- #, fuzzy
1005
- #~ msgid "Please enter a valid CAPTCHA value."
1006
- #~ msgstr "Per favore completa il test di controllo."
1007
-
1008
- # @ captcha
1009
- #, fuzzy
1010
- #~ msgid ""
1011
- #~ "Error: You have entered an incorrect CAPTCHA value. Click the BACK button "
1012
- #~ "on your browser, and try again."
1013
- #~ msgstr ""
1014
- #~ "Errore: hai inserito una risposta errata nel codice di controllo. Fai "
1015
- #~ "click sul pulsante INDIETRO del tuo browser e prova di nuovo."
1016
-
1017
- # @ captcha
1018
- #~ msgid "zero"
1019
- #~ msgstr "zero"
1020
-
1021
- # @ captcha
1022
- #~ msgid "one"
1023
- #~ msgstr "uno"
1024
-
1025
- # @ captcha
1026
- #~ msgid "three"
1027
- #~ msgstr "tre"
1028
-
1029
- # @ captcha
1030
- #~ msgid "five"
1031
- #~ msgstr "cinque"
1032
-
1033
- # @ captcha
1034
- #~ msgid "six"
1035
- #~ msgstr "sei"
1036
-
1037
- # @ captcha
1038
- #~ msgid "seven"
1039
- #~ msgstr "sette"
1040
-
1041
- # @ captcha
1042
- #~ msgid "eight"
1043
- #~ msgstr "otto"
1044
-
1045
- # @ captcha
1046
- #~ msgid "nine"
1047
- #~ msgstr "nove"
1048
-
1049
- # @ captcha
1050
- #~ msgid "eleven"
1051
- #~ msgstr "undici"
1052
-
1053
- # @ captcha
1054
- #~ msgid "twelve"
1055
- #~ msgstr "dodici"
1056
-
1057
- # @ captcha
1058
- #~ msgid "thirteen"
1059
- #~ msgstr "tredici"
1060
-
1061
- # @ captcha
1062
- #~ msgid "fourteen"
1063
- #~ msgstr "quattordici"
1064
-
1065
- # @ captcha
1066
- #~ msgid "fifteen"
1067
- #~ msgstr "quindici"
1068
-
1069
- # @ captcha
1070
- #~ msgid "sixteen"
1071
- #~ msgstr "sedici"
1072
-
1073
- # @ captcha
1074
- #~ msgid "seventeen"
1075
- #~ msgstr "diciassette"
1076
-
1077
- # @ captcha
1078
- #~ msgid "eighteen"
1079
- #~ msgstr "diciotto"
1080
-
1081
- # @ captcha
1082
- #~ msgid "nineteen"
1083
- #~ msgstr "diciannove"
1084
-
1085
- # @ captcha
1086
- #~ msgid "ten"
1087
- #~ msgstr "dieci"
1088
-
1089
- # @ captcha
1090
- #~ msgid "twenty"
1091
- #~ msgstr "venti"
1092
-
1093
- # @ captcha
1094
- #~ msgid "thirty"
1095
- #~ msgstr "trenta"
1096
-
1097
- # @ captcha
1098
- #~ msgid "forty"
1099
- #~ msgstr "quaranta"
1100
-
1101
- # @ captcha
1102
- #~ msgid "fifty"
1103
- #~ msgstr "cinquanta"
1104
-
1105
- # @ captcha
1106
- #~ msgid "sixty"
1107
- #~ msgstr "sessanta"
1108
-
1109
- # @ captcha
1110
- #~ msgid "seventy"
1111
- #~ msgstr "settanta"
1112
-
1113
- # @ captcha
1114
- #~ msgid "eighty"
1115
- #~ msgstr "ottanta"
1116
-
1117
- # @ captcha
1118
- #~ msgid "ninety"
1119
- #~ msgstr "novanta"
1120
-
1121
- # @ captcha
1122
- #~ msgid "and"
1123
- #~ msgstr "e"
1124
-
1125
- # @ captcha
1126
- #, fuzzy
1127
- #~ msgid "Encryption password is not set"
1128
- #~ msgstr "La password per la decodifica della cifratura non è impostata"
1129
-
1130
- # @ captcha
1131
- #, fuzzy
1132
- #~ msgid "Decryption password is not set"
1133
- #~ 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,1238 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: bestwebsoft\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-02-22 15:51+0300\n"
6
- "PO-Revision-Date: 2016-02-22 15:51+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:148
46
- msgid "It’s time to upgrade your"
47
- msgstr ""
48
-
49
- #: bws_functions.php:148
50
- msgid "to"
51
- msgstr ""
52
-
53
- #: bws_functions.php:148
54
- #, fuzzy
55
- msgid "version!"
56
- msgstr "PHP バージョン"
57
-
58
- #: bws_functions.php:149
59
- msgid "Extend standard plugin functionality with new great options."
60
- msgstr ""
61
-
62
- #: bws_functions.php:152 bws_functions.php:593
63
- #, fuzzy
64
- msgid "Learn More"
65
- msgstr "もっと読む"
66
-
67
- #: bws_functions.php:169
68
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
69
- msgstr ""
70
-
71
- #: bws_functions.php:170
72
- #, fuzzy
73
- msgid "Rate the plugin"
74
- msgstr "有効なプラグイン"
75
-
76
- #: bws_functions.php:173
77
- #, fuzzy
78
- msgid "If there is something wrong about it, please contact us"
79
- msgstr "もそご質問がある場合は、以下の方法でご連絡下さい:"
80
-
81
- #: bws_functions.php:205
82
- msgid "Check premium options on the plugin settings page!"
83
- msgstr ""
84
-
85
- #: bws_functions.php:212 bws_functions.php:248
86
- msgid "Wrong license key"
87
- msgstr ""
88
-
89
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
90
- msgid ""
91
- "Something went wrong. Please try again later. If the error appears again, "
92
- "please contact us"
93
- msgstr ""
94
-
95
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
96
- msgid "We are sorry for inconvenience."
97
- msgstr ""
98
-
99
- #: bws_functions.php:250
100
- msgid "This license key is bind to another site"
101
- msgstr ""
102
-
103
- #: bws_functions.php:252 bws_functions.php:416
104
- msgid ""
105
- "Unfortunately, you have exceeded the number of available tries per day. "
106
- "Please, upload the plugin manually."
107
- msgstr ""
108
-
109
- #: bws_functions.php:254
110
- msgid ""
111
- "Unfortunately, Your license has expired. To continue getting top-priority "
112
- "support and plugin updates you should extend it in your"
113
- msgstr ""
114
-
115
- #: bws_functions.php:256
116
- msgid ""
117
- "Unfortunately, the Pro licence was already installed to this domain. The Pro "
118
- "Trial license can be installed only once."
119
- msgstr ""
120
-
121
- #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
122
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
123
- msgstr ""
124
-
125
- #: bws_functions.php:289
126
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
127
- msgstr ""
128
-
129
- #: bws_functions.php:295
130
- msgid ""
131
- "Your server does not support either ZipArchive or Phar. Please, upload the "
132
- "plugin manually"
133
- msgstr ""
134
-
135
- #: bws_functions.php:302
136
- msgid "UploadDir is not writable. Please, upload the plugin manually"
137
- msgstr ""
138
-
139
- #: bws_functions.php:325
140
- msgid ""
141
- "Something went wrong. Try again later or upload the plugin manually. We are "
142
- "sorry for inconvenience."
143
- msgstr ""
144
-
145
- #: bws_functions.php:350
146
- #, fuzzy
147
- msgid "Please, enter Your license key"
148
- msgstr "メッセージを入力して下さい..."
149
-
150
- #: bws_functions.php:380
151
- msgid ""
152
- "Congratulations! The Pro version of the plugin is successfully download and "
153
- "activated."
154
- msgstr ""
155
-
156
- #: bws_functions.php:382 bws_functions.php:473
157
- msgid "Please, go to"
158
- msgstr ""
159
-
160
- #: bws_functions.php:382 bws_functions.php:473
161
- #, fuzzy
162
- msgid "the setting page"
163
- msgstr "追加設定"
164
-
165
- #: bws_functions.php:383 bws_functions.php:474
166
- msgid "You will be redirected automatically in 5 seconds."
167
- msgstr ""
168
-
169
- #: bws_functions.php:390
170
- msgid "Show Pro features"
171
- msgstr ""
172
-
173
- #: bws_functions.php:397
174
- msgid "You can download and activate"
175
- msgstr ""
176
-
177
- #: bws_functions.php:399
178
- msgid "version of this plugin by entering Your license key."
179
- msgstr ""
180
-
181
- #: bws_functions.php:401 bws_functions.php:442
182
- msgid ""
183
- "You can find your license key on your personal page Client area, by clicking "
184
- "on the link"
185
- msgstr ""
186
-
187
- #: bws_functions.php:403 bws_functions.php:444
188
- msgid "(your username is the email you specify when purchasing the product)."
189
- msgstr ""
190
-
191
- #: bws_functions.php:407 bws_functions.php:691
192
- msgid "or"
193
- msgstr "又は"
194
-
195
- #: bws_functions.php:407
196
- #, php-format
197
- msgid "Start Your Free %s-Day Trial Now"
198
- msgstr ""
199
-
200
- #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
201
- #: bws_functions.php:460 bws_menu.php:690 bws_menu.php:747
202
- #, fuzzy
203
- msgid "Activate"
204
- msgstr "有効なcaptcha"
205
-
206
- #: bws_functions.php:439 bws_functions.php:532
207
- #, php-format
208
- msgid ""
209
- "In order to continue using the plugin it is necessary to buy a %s license."
210
- msgstr ""
211
-
212
- #: bws_functions.php:440
213
- msgid "After that you can activate it by entering your license key."
214
- msgstr ""
215
-
216
- #: bws_functions.php:454
217
- msgid "Unfortunately, you have exceeded the number of available tries per day."
218
- msgstr ""
219
-
220
- #: bws_functions.php:471
221
- msgid ""
222
- "Congratulations! The Pro license of the plugin is successfully activated."
223
- msgstr ""
224
-
225
- #: bws_functions.php:512
226
- msgid "Wrong license key."
227
- msgstr ""
228
-
229
- #: bws_functions.php:514
230
- msgid "This license key is bind to another site."
231
- msgstr ""
232
-
233
- #: bws_functions.php:516
234
- msgid ""
235
- "This license key is valid, but Your license has expired. If you want to "
236
- "update our plugin in future, you should extend the license."
237
- msgstr ""
238
-
239
- #: bws_functions.php:518
240
- msgid "Unfortunately, you have exceeded the number of available tries."
241
- msgstr ""
242
-
243
- #: bws_functions.php:520
244
- msgid ""
245
- "Unfortunately, the Pro Trial licence was already installed to this domain. "
246
- "The Pro Trial license can be installed only once."
247
- msgstr ""
248
-
249
- #: bws_functions.php:524
250
- msgid "The Pro Trial license key is valid."
251
- msgstr ""
252
-
253
- #: bws_functions.php:526
254
- msgid "The license key is valid."
255
- msgstr ""
256
-
257
- #: bws_functions.php:529
258
- msgid "Your license will expire on"
259
- msgstr ""
260
-
261
- #: bws_functions.php:562
262
- #, fuzzy
263
- msgid "Please, enter your license key"
264
- msgstr "メッセージを入力して下さい..."
265
-
266
- #: bws_functions.php:575
267
- msgid ""
268
- "If needed you can check if the license key is correct or reenter it in the "
269
- "field below. You can find your license key on your personal page - Client "
270
- "area - on our website"
271
- msgstr ""
272
-
273
- #: bws_functions.php:575
274
- msgid ""
275
- "(your username is the email you specify when purchasing the product). If "
276
- "necessary, please submit \"Lost your password?\" request."
277
- msgstr ""
278
-
279
- #: bws_functions.php:579
280
- msgid "Check license key"
281
- msgstr ""
282
-
283
- #: bws_functions.php:593
284
- msgid "WARNING: Illegal use notification"
285
- msgstr ""
286
-
287
- #: bws_functions.php:593
288
- msgid ""
289
- "You can use one license of the Pro plugin for one domain only. Please check "
290
- "and edit your license or domain if necessary using you personal Client Area. "
291
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
292
- "the Pro plugin will be deactivated."
293
- msgstr ""
294
-
295
- #: bws_functions.php:601
296
- msgid ""
297
- "Notice: Your Pro Trial license has expired. To continue using the plugin you "
298
- "should buy a Pro license"
299
- msgstr ""
300
-
301
- #: bws_functions.php:603
302
- msgid ""
303
- "Your license has expired. To continue getting top-priority support and "
304
- "plugin updates you should extend it."
305
- msgstr ""
306
-
307
- #: bws_functions.php:603 bws_functions.php:656 bws_menu.php:666
308
- #: bws_menu.php:688 bws_menu.php:715 bws_menu.php:745 bws_menu.php:791
309
- #, fuzzy
310
- msgid "Learn more"
311
- msgstr "もっと読む"
312
-
313
- #: bws_functions.php:613
314
- #, php-format
315
- msgid "Notice: You are using the Pro Trial license of %s plugin."
316
- msgstr ""
317
-
318
- #: bws_functions.php:615
319
- msgid "Notice: You are using the Pro Trial license of plugin."
320
- msgstr ""
321
-
322
- #: bws_functions.php:618
323
- msgid "The Pro Trial license will expire on"
324
- msgstr ""
325
-
326
- #: bws_functions.php:656
327
- msgid "You license for"
328
- msgstr ""
329
-
330
- #: bws_functions.php:656
331
- msgid "expires on"
332
- msgstr ""
333
-
334
- #: bws_functions.php:656
335
- msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
336
- msgstr ""
337
-
338
- #: bws_functions.php:687
339
- #, fuzzy
340
- msgid "Thank you for installing"
341
- msgstr "ご連絡ありがとうございます"
342
-
343
- #: bws_functions.php:688
344
- msgid "Let's get started"
345
- msgstr ""
346
-
347
- #: bws_functions.php:689
348
- #, fuzzy
349
- msgid "Configure Settings"
350
- msgstr "コンタクトフォーム設定"
351
-
352
- #: bws_functions.php:692
353
- msgid "Add New"
354
- msgstr ""
355
-
356
- #: bws_functions.php:696 bws_functions.php:755
357
- msgid "Close notice"
358
- msgstr ""
359
-
360
- #: bws_functions.php:750
361
- #, fuzzy
362
- msgid "Thank you for choosing"
363
- msgstr "ご連絡ありがとうございます"
364
-
365
- #: bws_functions.php:751
366
- msgid ""
367
- "If you have a feature, suggestion or idea you'd like to see in the plugin, "
368
- "we'd love to hear about it!"
369
- msgstr ""
370
-
371
- #: bws_functions.php:752
372
- msgid "Suggest a Feature"
373
- msgstr ""
374
-
375
- #: bws_functions.php:768
376
- msgid "Notice"
377
- msgstr ""
378
-
379
- #: bws_functions.php:768
380
- msgid "The plugin's settings have been changed."
381
- msgstr ""
382
-
383
- #: bws_functions.php:769
384
- msgid "Save Changes"
385
- msgstr "変更を保存"
386
-
387
- #: bws_functions.php:786
388
- msgid ""
389
- "You can always look at premium options by clicking on the \"Show Pro features"
390
- "\" in the \"Go PRO\" tab"
391
- msgstr ""
392
-
393
- #: bws_functions.php:866
394
- #, fuzzy
395
- msgid "Add BWS Plugins Shortcode"
396
- msgstr "短いコードの利用"
397
-
398
- #: bws_functions.php:886
399
- #, fuzzy
400
- msgid "Add shortcode"
401
- msgstr "短いコードの利用"
402
-
403
- #: bws_functions.php:886
404
- msgid "Add BestWebSoft plugins' shortcodes using this button."
405
- msgstr ""
406
-
407
- #: bws_functions.php:928
408
- msgid "Close"
409
- msgstr ""
410
-
411
- #: bws_functions.php:1020
412
- msgid "Restore all plugin settings to defaults"
413
- msgstr ""
414
-
415
- #: bws_functions.php:1022
416
- #, fuzzy
417
- msgid "Restore settings"
418
- msgstr "追加設定"
419
-
420
- #: bws_functions.php:1033
421
- #, fuzzy
422
- msgid "Are you sure you want to restore all settings by default?"
423
- msgstr "本当に、この言語データを削除しますか?"
424
-
425
- #: bws_functions.php:1036
426
- msgid "Yes, restore all settings"
427
- msgstr ""
428
-
429
- #: bws_functions.php:1037
430
- #, fuzzy
431
- msgid "No, go back to the settings page"
432
- msgstr "追加設定"
433
-
434
- #: bws_functions.php:1083
435
- #, fuzzy
436
- msgid "Plugin"
437
- msgstr "Pro Plugins"
438
-
439
- #: bws_functions.php:1092
440
- #, fuzzy
441
- msgid "Shortcode settings"
442
- msgstr "追加設定"
443
-
444
- #: bws_functions.php:1097
445
- msgid "The shortcode will be inserted"
446
- msgstr ""
447
-
448
- #: bws_functions.php:1102
449
- msgid "Insert"
450
- msgstr ""
451
-
452
- #: bws_functions.php:1133
453
- msgid "Visit Help Center"
454
- msgstr ""
455
-
456
- #: bws_functions.php:1138
457
- msgid "FAQ"
458
- msgstr "FAQ"
459
-
460
- #: bws_functions.php:1144
461
- msgid "For more information:"
462
- msgstr ""
463
-
464
- #: bws_functions.php:1145
465
- msgid "Documentation"
466
- msgstr ""
467
-
468
- #: bws_functions.php:1146
469
- msgid "Video Instructions"
470
- msgstr ""
471
-
472
- #: bws_functions.php:1147
473
- #, fuzzy
474
- msgid "Submit a Request"
475
- msgstr "送信ボタン"
476
-
477
- #: bws_menu.php:506
478
- msgid "Not set"
479
- msgstr "未設定"
480
-
481
- #: bws_menu.php:508 bws_menu.php:509
482
- msgid "On"
483
- msgstr "On"
484
-
485
- #: bws_menu.php:508 bws_menu.php:509
486
- msgid "Off"
487
- msgstr "Off"
488
-
489
- #: bws_menu.php:510 bws_menu.php:511 bws_menu.php:512 bws_menu.php:513
490
- #: bws_menu.php:514 bws_menu.php:526
491
- msgid "N/A"
492
- msgstr "該当なし"
493
-
494
- #: bws_menu.php:514
495
- msgid " Mb"
496
- msgstr " Mb"
497
-
498
- #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:522
499
- msgid "Yes"
500
- msgstr "はい"
501
-
502
- #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:524
503
- msgid "No"
504
- msgstr "いいえ"
505
-
506
- #: bws_menu.php:534
507
- msgid "Operating System"
508
- msgstr "オペレーション・システム"
509
-
510
- #: bws_menu.php:535
511
- msgid "Server"
512
- msgstr "サーバ"
513
-
514
- #: bws_menu.php:536
515
- msgid "Memory usage"
516
- msgstr "メモリー使用"
517
-
518
- #: bws_menu.php:537
519
- msgid "MYSQL Version"
520
- msgstr "MYSQL バージョン"
521
-
522
- #: bws_menu.php:538
523
- msgid "SQL Mode"
524
- msgstr "SQLモード"
525
-
526
- #: bws_menu.php:539
527
- msgid "PHP Version"
528
- msgstr "PHP バージョン"
529
-
530
- #: bws_menu.php:540
531
- msgid "PHP Safe Mode"
532
- msgstr "PHP Safe Mode"
533
-
534
- #: bws_menu.php:541
535
- msgid "PHP Allow URL fopen"
536
- msgstr "PHP Allow URL fopen"
537
-
538
- #: bws_menu.php:542
539
- msgid "PHP Memory Limit"
540
- msgstr "PHP Memory Limit"
541
-
542
- #: bws_menu.php:543
543
- msgid "PHP Max Upload Size"
544
- msgstr "PHP Max Upload Size"
545
-
546
- #: bws_menu.php:544
547
- msgid "PHP Max Post Size"
548
- msgstr "PHP Max Post Size"
549
-
550
- #: bws_menu.php:545
551
- msgid "PHP Max Script Execute Time"
552
- msgstr "PHP Max Script Execute Time"
553
-
554
- #: bws_menu.php:546
555
- msgid "PHP Exif support"
556
- msgstr "PHP Exif サポート"
557
-
558
- #: bws_menu.php:547
559
- msgid "PHP IPTC support"
560
- msgstr "PHP IPTC サポート"
561
-
562
- #: bws_menu.php:548
563
- msgid "PHP XML support"
564
- msgstr "PHP XML サポート"
565
-
566
- #: bws_menu.php:549
567
- msgid "Site URL"
568
- msgstr "サイトURL"
569
-
570
- #: bws_menu.php:550
571
- msgid "Home URL"
572
- msgstr "ホームURL"
573
-
574
- #: bws_menu.php:553
575
- msgid "WordPress Version"
576
- msgstr "WordPress バージョン"
577
-
578
- #: bws_menu.php:554
579
- msgid "WordPress DB Version"
580
- msgstr "WordPress データベース バージョン"
581
-
582
- #: bws_menu.php:555
583
- msgid "Multisite"
584
- msgstr "複数サイト"
585
-
586
- #: bws_menu.php:556
587
- msgid "Active Theme"
588
- msgstr "有効なテーマ"
589
-
590
- #: bws_menu.php:571
591
- msgid "Please enter a valid email address."
592
- msgstr "正確なEメール・アドレスを入力して下さい。"
593
-
594
- #: bws_menu.php:575
595
- msgid "Email with system info is sent to "
596
- msgstr "システム情報をメールで送信:"
597
-
598
- #: bws_menu.php:579
599
- msgid "Thank you for contacting us."
600
- msgstr "ご連絡ありがとうございます"
601
-
602
- #: bws_menu.php:612
603
- msgid "Sorry, email message could not be delivered."
604
- msgstr "申し訳ございませんが、貴方のemailは配信できませんでした。"
605
-
606
- #: bws_menu.php:619
607
- msgid "Need help?"
608
- msgstr ""
609
-
610
- #: bws_menu.php:620
611
- msgid "Client area"
612
- msgstr ""
613
-
614
- #: bws_menu.php:621 bws_menu.php:930
615
- msgid "System status"
616
- msgstr "システム状況"
617
-
618
- #: bws_menu.php:626
619
- #, fuzzy
620
- msgid "Plugins"
621
- msgstr "Pro Plugins"
622
-
623
- #: bws_menu.php:627
624
- msgid "Themes"
625
- msgstr ""
626
-
627
- #: bws_menu.php:631
628
- msgid "All"
629
- msgstr ""
630
-
631
- #: bws_menu.php:632
632
- #, fuzzy
633
- msgid "Installed"
634
- msgstr "%s 導入"
635
-
636
- #: bws_menu.php:633
637
- #, fuzzy
638
- msgid "Recommended"
639
- msgstr "推奨プラグイン"
640
-
641
- #: bws_menu.php:637
642
- msgid "Installed plugins"
643
- msgstr "導入済みプラグイン"
644
-
645
- #: bws_menu.php:669 bws_menu.php:718
646
- msgid "Settings"
647
- msgstr "設定"
648
-
649
- #: bws_menu.php:690 bws_menu.php:747
650
- #, fuzzy
651
- msgid "Activate this plugin"
652
- msgstr "有効なプラグイン"
653
-
654
- #: bws_menu.php:705 bws_menu.php:735 bws_menu.php:781
655
- msgid "Go"
656
- msgstr ""
657
-
658
- #: bws_menu.php:709 bws_menu.php:739 bws_menu.php:785
659
- msgid "DONATE"
660
- msgstr ""
661
-
662
- #: bws_menu.php:755
663
- msgid "Recommended plugins"
664
- msgstr "推奨プラグイン"
665
-
666
- #: bws_menu.php:793
667
- #, fuzzy
668
- msgid "Install now"
669
- msgstr "Installa Ora"
670
-
671
- #: bws_menu.php:814
672
- msgid "Try again"
673
- msgstr ""
674
-
675
- #: bws_menu.php:832
676
- #, php-format
677
- msgid "Preview &#8220;%s&#8221;"
678
- msgstr ""
679
-
680
- #: bws_menu.php:863
681
- #, php-format
682
- msgid "Install %s"
683
- msgstr "%s 導入"
684
-
685
- #: bws_menu.php:863
686
- msgid "Install Now"
687
- msgstr "Installa Ora"
688
-
689
- #: bws_menu.php:866
690
- #, php-format
691
- msgid "Update to version %s"
692
- msgstr ""
693
-
694
- #: bws_menu.php:866
695
- msgid "Update"
696
- msgstr ""
697
-
698
- #: bws_menu.php:873
699
- #, php-format
700
- msgid "Preview %s"
701
- msgstr ""
702
-
703
- #: bws_menu.php:873
704
- msgid "Preview"
705
- msgstr ""
706
-
707
- #: bws_menu.php:879 bws_menu.php:911
708
- #, php-format
709
- msgid "By %s"
710
- msgstr ""
711
-
712
- #: bws_menu.php:885
713
- msgid "Details"
714
- msgstr ""
715
-
716
- #: bws_menu.php:917
717
- #, fuzzy
718
- msgid "Already Installed"
719
- msgstr "%s 導入"
720
-
721
- #: bws_menu.php:933
722
- msgid "Environment"
723
- msgstr "環境"
724
-
725
- #: bws_menu.php:944
726
- msgid "Active Plugins"
727
- msgstr "有効なプラグイン"
728
-
729
- #: bws_menu.php:957
730
- msgid "Inactive Plugins"
731
- msgstr "無効なプラグイン"
732
-
733
- #: bws_menu.php:973
734
- msgid "Send to support"
735
- msgstr "サポートに送信"
736
-
737
- #: bws_menu.php:980
738
- msgid "Send to custom email &#187;"
739
- msgstr "カスタムEメールに送信&#187;"
740
-
741
- #~ msgid "Pro plugins"
742
- #~ msgstr "Pro Plugins"
743
-
744
- #~ msgid "Activated plugins"
745
- #~ msgstr "有効なプラグイン"
746
-
747
- #~ msgid "Read more"
748
- #~ msgstr "もっと読む"
749
-
750
- #~ msgid "Purchase"
751
- #~ msgstr "購入"
752
-
753
- #~ msgid "Free plugins"
754
- #~ msgstr "無料プラグイン"
755
-
756
- #~ msgid "Download"
757
- #~ msgstr "ダウンロード"
758
-
759
- #~ msgid "Install now from wordpress.org"
760
- #~ msgstr "wordpress.org から直ぐに導入"
761
-
762
- #, fuzzy
763
- #~ msgid "Activated theme"
764
- #~ msgstr "有効なテーマ"
765
-
766
- #, fuzzy
767
- #~ msgid "Installed themes"
768
- #~ msgstr "%s 導入"
769
-
770
- #, fuzzy
771
- #~ msgid "Recommended themes"
772
- #~ msgstr "推奨プラグイン"
773
-
774
- #, fuzzy
775
- #~ msgid "installed"
776
- #~ msgstr "%s 導入"
777
-
778
- #~ msgid "Contact Form"
779
- #~ msgstr "コンタクトフォーム"
780
-
781
- #~ msgid "Contact Form Pro Extra Settings"
782
- #~ msgstr "Contact Form Pro 用設定"
783
-
784
- #~ msgid "Contact Form Pro"
785
- #~ msgstr "Contact Form Pro"
786
-
787
- #~ msgid "Name:"
788
- #~ msgstr "名前:"
789
-
790
- #~ msgid "Address:"
791
- #~ msgstr "住所:"
792
-
793
- #~ msgid "Email Address:"
794
- #~ msgstr "Eメール:"
795
-
796
- #~ msgid "Phone number:"
797
- #~ msgstr "電話番号:"
798
-
799
- #~ msgid "Subject:"
800
- #~ msgstr "件名:"
801
-
802
- #~ msgid "Message:"
803
- #~ msgstr "メッセージ:"
804
-
805
- #~ msgid "Attachment:"
806
- #~ msgstr "添付:"
807
-
808
- #~ msgid "Send me a copy"
809
- #~ msgstr "コピーを自分に送る"
810
-
811
- #~ msgid "Submit"
812
- #~ msgstr "送信"
813
-
814
- #~ msgid "Your name is required."
815
- #~ msgstr "名前は必須です。"
816
-
817
- #~ msgid "Address is required."
818
- #~ msgstr "住所が必要です。"
819
-
820
- #~ msgid "A valid email address is required."
821
- #~ msgstr "有効なEメールアドレスlが必須です。"
822
-
823
- #~ msgid "Phone number is required."
824
- #~ msgstr "電話番号は必須です。"
825
-
826
- #~ msgid "Subject is required."
827
- #~ msgstr "件名は必須です。"
828
-
829
- #~ msgid "Message text is required."
830
- #~ msgstr "メッセージ本文は必須です。"
831
-
832
- #~ msgid "File format is not valid."
833
- #~ msgstr "添付が壊れています。"
834
-
835
- #~ msgid "File upload error."
836
- #~ msgstr "ファイル・アップロード・エラー。"
837
-
838
- #~ msgid "The file could not be uploaded."
839
- #~ msgstr "ファイルは、アップロード出来ませんでした。"
840
-
841
- #~ msgid "This file is too large."
842
- #~ msgstr "このファイルは大きすぎます。"
843
-
844
- #~ msgid "Please fill out the CAPTCHA."
845
- #~ msgstr "CAPTCHAを入力して下さい。"
846
-
847
- #~ msgid "Please make corrections below and try again."
848
- #~ msgstr "以下を修正し、再度試して下さい。"
849
-
850
- #~ msgid ""
851
- #~ "If the 'Redirect to page' option is selected then the URL field should be "
852
- #~ "in the following format"
853
- #~ msgstr ""
854
- #~ "’ページに転送’オプションを選択した場合は、URLフィールドが、以下の形式にな"
855
- #~ "ります"
856
-
857
- #~ msgid "Such user does not exist. Settings are not saved."
858
- #~ msgstr "このようなユーザは存在しません。設定は保存されません。"
859
-
860
- #~ msgid ""
861
- #~ "Please enter a valid email address in the 'FROM' field. Settings are not "
862
- #~ "saved."
863
- #~ msgstr ""
864
- #~ "'送信者'フィールドに正確なEメール・アドレスを入力して下さい。設定は保存さ"
865
- #~ "れません。"
866
-
867
- #~ msgid "Settings saved."
868
- #~ msgstr "設定保存."
869
-
870
- #~ msgid ""
871
- #~ "If you would like to add the Contact Form to your website, just copy and "
872
- #~ "paste this shortcode to your post or page or widget:"
873
- #~ msgstr ""
874
- #~ "コンタクトフォームをあなたのサイトに追加したい場合は、このショートカットを"
875
- #~ "投稿、ページ又はウェジットにコピーして貼り付けるだけです:"
876
-
877
- #~ msgid ""
878
- #~ "If have any problems with the standard shortcode [contact_form], you "
879
- #~ "should use the shortcode"
880
- #~ msgstr ""
881
- #~ "標準的な短いコード [contact_form]に問題がある場合は、この短いコードをご利"
882
- #~ "用下さい"
883
-
884
- #~ msgid "They work the same way."
885
- #~ msgstr "同様に動作します。"
886
-
887
- #~ msgid ""
888
- #~ "If you leave the fields empty, the messages will be sent to the email "
889
- #~ "address specified during registration."
890
- #~ msgstr ""
891
- #~ "以下の項目の情報が空欄の場合、登録の際に記述したアドレスにメッセージが送ら"
892
- #~ "れます。"
893
-
894
- #~ msgid "The user's email address:"
895
- #~ msgstr "wordpressユーザのemailを利用r:"
896
-
897
- #~ msgid "Create a username"
898
- #~ msgstr "ユーザ名の選択"
899
-
900
- #~ msgid ""
901
- #~ "Enter a username of the person who should get the messages from the "
902
- #~ "contact form."
903
- #~ msgstr "コンタクトフォームからメッセージを受け取る方のユーザ名を入力。"
904
-
905
- #~ msgid "Use this email address:"
906
- #~ msgstr "このemailを利用:"
907
-
908
- #~ msgid "Enter the email address you want the messages forwarded to."
909
- #~ msgstr "メッセージ受信用のemailを設定。"
910
-
911
- #~ msgid "Additional options"
912
- #~ msgstr "追加オプション"
913
-
914
- #~ msgid "What to use?"
915
- #~ msgstr "何用途?"
916
-
917
- #~ msgid "Wp-mail"
918
- #~ msgstr "WPメール"
919
-
920
- #~ msgid "You can use the wp_mail function for mailing"
921
- #~ msgstr "メールにwp_mali機能が利用できます"
922
-
923
- #~ msgid "Mail"
924
- #~ msgstr "メール"
925
-
926
- #~ msgid "To send mail you can use the php mail function"
927
- #~ msgstr "メールを送信するには、phpメール機能が利用できます"
928
-
929
- #~ msgid "Change text of the 'FROM' field"
930
- #~ msgstr "'送信者' フィールドのテキストを変更"
931
-
932
- #~ msgid "Enter the email address in the 'From' field"
933
- #~ msgstr "'送信者' フィールドにメールアドレスを入力して下さい"
934
-
935
- #~ msgid "User email"
936
- #~ msgstr "ユーザ・Eメール"
937
-
938
- #~ msgid ""
939
- #~ "The email address of the user who fills the form will be used in the "
940
- #~ "field 'From'."
941
- #~ msgstr ""
942
- #~ "フォームを入力したユーザのEメール・アドレスは、'送信者'フィールドに使用さ"
943
- #~ "れます。"
944
-
945
- #~ msgid "This email address will be used in the 'From' field."
946
- #~ msgstr "このEメール・アドレスは、'送信者'フィールドに使用されます。"
947
-
948
- #~ msgid "Display fields"
949
- #~ msgstr "フィールドを表示"
950
-
951
- #~ msgid "Address"
952
- #~ msgstr "住所"
953
-
954
- #~ msgid "Phone"
955
- #~ msgstr "電話"
956
-
957
- #~ msgid "Attachment block"
958
- #~ msgstr "添付ブロック"
959
-
960
- #~ msgid "Users can attach the following file formats"
961
- #~ msgstr "ユーザは、以下のタイプのファイルを添付できる"
962
-
963
- #~ msgid "Captcha"
964
- #~ msgstr "Captcha"
965
-
966
- #~ msgid "(powered by bestwebsoft.com)"
967
- #~ msgstr "(powered by bestwebsoft.com)"
968
-
969
- #~ msgid "Download captcha"
970
- #~ msgstr "captchaをダウンロード"
971
-
972
- #, fuzzy
973
- #~ msgid "Display tips below the Attachment block"
974
- #~ msgstr "添付ブロックの下のチップス"
975
-
976
- #, fuzzy
977
- #~ msgid "Display 'Send me a copy' block"
978
- #~ msgstr "コピーブロックを自分に送る"
979
-
980
- #~ msgid "Name"
981
- #~ msgstr "名前"
982
-
983
- #~ msgid "Email Address"
984
- #~ msgstr "Eメール・アドレス"
985
-
986
- #~ msgid "Subject"
987
- #~ msgstr "件名"
988
-
989
- #~ msgid "Message"
990
- #~ msgstr "メッセージ"
991
-
992
- #~ msgid "Display additional info in the email"
993
- #~ msgstr "メール中に追加情報を表示"
994
-
995
- #~ msgid "Sent from (ip address)"
996
- #~ msgstr "(IP-Adresse)から送られた"
997
-
998
- #, fuzzy
999
- #~ msgid "Example: Sent from (IP address):\t127.0.0.1"
1000
- #~ msgstr "(IP-Adresse)から送られた"
1001
-
1002
- #~ msgid "Date/Time"
1003
- #~ msgstr "日時"
1004
-
1005
- #~ msgid "Sent from (referer)"
1006
- #~ msgstr "(referer)から送られている"
1007
-
1008
- #~ msgid "Using (user agent)"
1009
- #~ msgstr "(user agent)使用"
1010
-
1011
- #~ msgid "Language settings for the field names in the form"
1012
- #~ msgstr "フォームのフィールド名用の言語設定"
1013
-
1014
- #~ msgid "Add a language"
1015
- #~ msgstr "言語の追加"
1016
-
1017
- #~ msgid "Change the names of the contact form fields and error messages"
1018
- #~ msgstr "コンタクト・フォームのフィールドの名前及びエラーメッセージを変更"
1019
-
1020
- #~ msgid "English"
1021
- #~ msgstr "英語"
1022
-
1023
- #~ msgid "Error message for the Name field"
1024
- #~ msgstr "名前フィールド用のエラーメッセージ"
1025
-
1026
- #~ msgid "Error message for the Address field"
1027
- #~ msgstr "住所フィールド用のエラーメッセージ"
1028
-
1029
- #~ msgid "Error message for the Email field"
1030
- #~ msgstr "Eメール・フィールド用のエラーメッセージ"
1031
-
1032
- #~ msgid "Error message for the Phone field"
1033
- #~ msgstr "電話フィールド用のエラーメッセージ"
1034
-
1035
- #~ msgid "Error message for the Subject field"
1036
- #~ msgstr "件名フィールド用のエラーメッセージ"
1037
-
1038
- #~ msgid "Error message for the Message field"
1039
- #~ msgstr "メッセージ・フィールド用のエラーメッセージ"
1040
-
1041
- #~ msgid "Error message about the file type for the Attachment field"
1042
- #~ msgstr "添付フィールド用の拡張子タイプに関するエラーメッセージ"
1043
-
1044
- #~ msgid ""
1045
- #~ "Error message while uploading a file for the Attachment field to the "
1046
- #~ "server"
1047
- #~ msgstr ""
1048
- #~ "添付フィールド用のファイルをサーバにアップロード中のエラーメッセージ"
1049
-
1050
- #~ msgid "Error message while moving the file for the Attachment field"
1051
- #~ msgstr "添付フィールド用のファイルを移動中のエラーメッセージ"
1052
-
1053
- #~ msgid ""
1054
- #~ "Error message when file size limit for the Attachment field is exceeded"
1055
- #~ msgstr "添付フィールド用のファイルサイズ制限を超した場合のエラーメッセージ"
1056
-
1057
- #~ msgid "Error message for the Captcha field"
1058
- #~ msgstr "Captcha フィールド用のエラーメッセージ"
1059
-
1060
- #~ msgid "Error message for the whole form"
1061
- #~ msgstr "全体フォーム用のエラーメッセージ"
1062
-
1063
- #~ msgid "for this language"
1064
- #~ msgstr "この言語用"
1065
-
1066
- #~ msgid "Action after email is sent"
1067
- #~ msgstr "メール送信後の行動"
1068
-
1069
- #~ msgid "Display text"
1070
- #~ msgstr "テキストを表示"
1071
-
1072
- #~ msgid "Text"
1073
- #~ msgstr "文字"
1074
-
1075
- #~ msgid "Redirect to the page"
1076
- #~ msgstr "ページに転送"
1077
-
1078
- #~ msgid "Url"
1079
- #~ msgstr "Url"
1080
-
1081
- #~ msgid "Contact Form Pro | Extra Settings"
1082
- #~ msgstr "Contact Form Pro | 追加設定"
1083
-
1084
- #~ msgid ""
1085
- #~ "This functionality is available in the Pro version of the plugin. For "
1086
- #~ "more details, please follow the link"
1087
- #~ msgstr ""
1088
- #~ "この機能は、プラグインのProバージョンで利用できます。詳細は、リンクを参照"
1089
- #~ "して下さい。"
1090
-
1091
- #~ msgid "Errors output"
1092
- #~ msgstr "エラー出力"
1093
-
1094
- #~ msgid "Display error messages"
1095
- #~ msgstr "エラーメッセージの表示"
1096
-
1097
- #~ msgid "Color of the input field errors."
1098
- #~ msgstr "入力フィールド・エラーの色"
1099
-
1100
- #~ msgid "Display error messages & color of the input field errors"
1101
- #~ msgstr "エラーメッセージと入力フィールド・エラーの色を表示"
1102
-
1103
- #~ msgid "Add placeholder to the input blocks"
1104
- #~ msgstr "プレースホルダーを入力ブロックに追加"
1105
-
1106
- #~ msgid "Add tooltips"
1107
- #~ msgstr "ツールチップの追加"
1108
-
1109
- #~ msgid "Email address"
1110
- #~ msgstr "Eメール・アドレス"
1111
-
1112
- #~ msgid "Phone Number"
1113
- #~ msgstr "電話番号"
1114
-
1115
- #~ msgid "Attachment"
1116
- #~ msgstr "添付"
1117
-
1118
- #~ msgid "Style options"
1119
- #~ msgstr "スタイル・オプション"
1120
-
1121
- #~ msgid "Text color"
1122
- #~ msgstr "文字色"
1123
-
1124
- #~ msgid "Default"
1125
- #~ msgstr "標準"
1126
-
1127
- #~ msgid "Label text color"
1128
- #~ msgstr "ラベル文字色"
1129
-
1130
- #~ msgid "Placeholder color"
1131
- #~ msgstr "プレースホルダ色"
1132
-
1133
- #~ msgid "Errors color"
1134
- #~ msgstr "エラーの色"
1135
-
1136
- #~ msgid "Error text color"
1137
- #~ msgstr "エラーテキストの色"
1138
-
1139
- #~ msgid "Background color of the input field errors"
1140
- #~ msgstr "入力フィールド・エラーの背景色"
1141
-
1142
- #~ msgid "Border color of the input field errors"
1143
- #~ msgstr "入力フィールド・エラーの罫線色"
1144
-
1145
- #~ msgid "Placeholder color of the input field errors"
1146
- #~ msgstr "入力フィールド・エラー用のプレースホルダ色"
1147
-
1148
- #~ msgid "Input fields"
1149
- #~ msgstr "フィールドを入力"
1150
-
1151
- #~ msgid "Input fields background color"
1152
- #~ msgstr "フィールドの背景色の入力"
1153
-
1154
- #~ msgid "Text fields color"
1155
- #~ msgstr "文字フィールド色"
1156
-
1157
- #~ msgid "Border width in px, numbers only"
1158
- #~ msgstr "罫線幅(px単位)、数値のみ"
1159
-
1160
- #~ msgid "Border color"
1161
- #~ msgstr "罫線色"
1162
-
1163
- #~ msgid "Width in px, numbers only"
1164
- #~ msgstr "px単位の幅、数字のみ"
1165
-
1166
- #~ msgid "Button color"
1167
- #~ msgstr "ボタンの色"
1168
-
1169
- #~ msgid "Button text color"
1170
- #~ msgstr "ボタン文字の色"
1171
-
1172
- #~ msgid "Contact Form Pro | Preview"
1173
- #~ msgstr "Contact Form Pro | プレビュー"
1174
-
1175
- #~ msgid "Show with errors"
1176
- #~ msgstr "エラーで表示"
1177
-
1178
- #~ msgid "Please enter your full name..."
1179
- #~ msgstr "貴方の氏名を入力して下さい..."
1180
-
1181
- #~ msgid "Please enter your address..."
1182
- #~ msgstr "貴方の住所を入力して下さい..."
1183
-
1184
- #~ msgid "Please enter your email address..."
1185
- #~ msgstr "貴方のEメール・アドレスを入力して下さい..."
1186
-
1187
- #~ msgid "Please enter your phone number..."
1188
- #~ msgstr "貴方の電話番号を入力して下さい..."
1189
-
1190
- #~ msgid "Please enter subject..."
1191
- #~ msgstr "件名を入力して下さい..."
1192
-
1193
- #~ msgid ""
1194
- #~ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
1195
- #~ "EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file "
1196
- #~ "size: 2MB"
1197
- #~ msgstr ""
1198
- #~ "サポートしてるファイル形式: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, "
1199
- #~ "BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. 最大"
1200
- #~ "ファイルサイズ: 2MB"
1201
-
1202
- #~ msgid "You can attach the following file formats"
1203
- #~ msgstr "貴方は、以下のタイプのファイルを添付できます"
1204
-
1205
- #~ msgid "Contact from"
1206
- #~ msgstr "コンタクトフォーム"
1207
-
1208
- #~ msgid "Email"
1209
- #~ msgstr "Eメール"
1210
-
1211
- #~ msgid "Site"
1212
- #~ msgstr "サイト"
1213
-
1214
- #~ msgid ""
1215
- #~ "If you can see this MIME, it means that the MIME type is not supported by "
1216
- #~ "your email client!"
1217
- #~ msgstr ""
1218
- #~ "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
1219
-
1220
- #~ msgid "Support"
1221
- #~ msgstr "サポート"
1222
-
1223
- #~ msgid "Contact Form Options"
1224
- #~ msgstr "コンタクトフォーム オプション"
1225
-
1226
- #, fuzzy
1227
- #~ msgid "Display Attachment tips"
1228
- #~ msgstr "添付ブロックを表示"
1229
-
1230
- #~ msgid "Please enter a valid email address. Settings are not saved."
1231
- #~ msgstr "正確なemailを入力して下さい。設定は保存されません。"
1232
-
1233
- #, fuzzy
1234
- #~ msgid "E-Mail Address"
1235
- #~ msgstr "E-Mail:"
1236
-
1237
- #~ msgid "E-Mail Addresse:"
1238
- #~ 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-02-22 15:52+0300\n"
6
- "PO-Revision-Date: 2016-02-22 15:52+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,47 +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:148
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  msgid "It’s time to upgrade your"
51
  msgstr "Czas by zaktualizować"
52
 
53
- #: bws_functions.php:148
54
  msgid "to"
55
  msgstr "do"
56
 
57
- #: bws_functions.php:148
58
  msgid "version!"
59
  msgstr "wersji!"
60
 
61
- #: bws_functions.php:149
62
  msgid "Extend standard plugin functionality with new great options."
63
  msgstr "Rozszerz podstawowe funkcje wtyczki o nowe wspaniałe opcje."
64
 
65
- #: bws_functions.php:152 bws_functions.php:593
66
  msgid "Learn More"
67
  msgstr "Dowiedz się więcej"
68
 
69
- #: bws_functions.php:169
70
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
71
  msgstr "Jeśli polubiłeś naszą wtyczkę daj nam 5 gwiazdek"
72
 
73
- #: bws_functions.php:170
74
  msgid "Rate the plugin"
75
  msgstr "Oceń wtyczkę"
76
 
77
- #: bws_functions.php:173
78
  msgid "If there is something wrong about it, please contact us"
79
  msgstr "Jeśli wystąpią problemy proszę, skontaktuj się z nami"
80
 
81
- #: bws_functions.php:205
 
 
 
 
82
  msgid "Check premium options on the plugin settings page!"
83
  msgstr "Sprawdź dodatkowe opcje premium w ustawieniach wtyczki."
84
 
85
- #: bws_functions.php:212 bws_functions.php:248
 
86
  msgid "Wrong license key"
87
  msgstr "Niepoprawny klucz licencji"
88
 
89
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
90
  msgid ""
91
  "Something went wrong. Please try again later. If the error appears again, "
92
  "please contact us"
@@ -94,15 +154,16 @@ msgstr ""
94
  "Coś poszło nie tak. Spróbuj ponownie później. Jeśli błąd pojawi się ponownie "
95
  "proszę skontaktować się z nami"
96
 
97
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
98
  msgid "We are sorry for inconvenience."
99
  msgstr "Przepraszamy za niedogodności."
100
 
101
- #: bws_functions.php:250
102
  msgid "This license key is bind to another site"
103
  msgstr "Ta licencja została przypisana do innej strony."
104
 
105
- #: bws_functions.php:252 bws_functions.php:416
106
  msgid ""
107
  "Unfortunately, you have exceeded the number of available tries per day. "
108
  "Please, upload the plugin manually."
@@ -110,7 +171,7 @@ msgstr ""
110
  "Niestety, przekroczono liczb dostępnych prób na dziś. Proszę dodać wtyczkę "
111
  "manualnie."
112
 
113
- #: bws_functions.php:254
114
  msgid ""
115
  "Unfortunately, Your license has expired. To continue getting top-priority "
116
  "support and plugin updates you should extend it in your"
@@ -118,7 +179,7 @@ msgstr ""
118
  "Niestety, Twoja licencja wygasła. By nadal korzystać z szybkiego dostępu do "
119
  "wsparcia oraz aktualizacji powinieneś przedłużyć licencję."
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."
@@ -126,31 +187,32 @@ msgstr ""
126
  "Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
127
  "może być wykorzystana tylko raz."
128
 
129
- #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
 
130
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
131
  msgstr ""
132
  "Pobieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
133
  "manualnie"
134
 
135
- #: bws_functions.php:289
136
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
137
  msgstr ""
138
  "Otwieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
139
  "manualnie"
140
 
141
- #: bws_functions.php:295
142
  msgid ""
143
  "Your server does not support either ZipArchive or Phar. Please, upload the "
144
  "plugin manually"
145
  msgstr ""
146
  "Twój serwer nie wspiera ZipAcrchive lub Phar. Proszę dodać wtyczkę manualnie"
147
 
148
- #: bws_functions.php:302
149
  msgid "UploadDir is not writable. Please, upload the plugin manually"
150
  msgstr ""
151
  "Folder uploadu jest chroniony przez zapisem. Proszę dodać wtyczkę manualnie"
152
 
153
- #: bws_functions.php:325
154
  msgid ""
155
  "Something went wrong. Try again later or upload the plugin manually. We are "
156
  "sorry for inconvenience."
@@ -158,67 +220,63 @@ msgstr ""
158
  "Coś poszło nie tak. Spróbuj ponowie później lub dodaj wtyczkę manualnie. "
159
  "Przepraszamy za niedogodności."
160
 
161
- #: bws_functions.php:350
162
  msgid "Please, enter Your license key"
163
  msgstr "Proszę podać klucz licencji."
164
 
165
- #: bws_functions.php:380
 
166
  msgid ""
167
- "Congratulations! The Pro version of the plugin is successfully download and "
168
  "activated."
169
  msgstr "Gratulacje! Wersja PRO została pobrana i aktywowana pomyślnie."
170
 
171
- #: bws_functions.php:382 bws_functions.php:473
172
  msgid "Please, go to"
173
  msgstr "Proszę przejść do"
174
 
175
- #: bws_functions.php:382 bws_functions.php:473
176
  msgid "the setting page"
177
  msgstr "ustawień"
178
 
179
- #: bws_functions.php:383 bws_functions.php:474
180
  msgid "You will be redirected automatically in 5 seconds."
181
  msgstr "Zostaniesz automatycznie przekierowany w ciągu 5 sekund."
182
 
183
- #: bws_functions.php:390
184
  msgid "Show Pro features"
185
  msgstr "Pokaż funkcje PRO"
186
 
187
- #: bws_functions.php:397
188
- msgid "You can download and activate"
189
- msgstr "Możesz pobrać i aktywować wersję"
190
 
191
- #: bws_functions.php:399
192
- msgid "version of this plugin by entering Your license key."
193
- msgstr "wtyczki poprzez podanie klucza licencji."
 
194
 
195
- #: bws_functions.php:401 bws_functions.php:442
196
- msgid ""
197
- "You can find your license key on your personal page Client area, by clicking "
198
- "on the link"
199
  msgstr ""
200
- "Możesz znaleźć Twój klucz licencji na indywidualnej stronie w Panelu Klienta "
201
- "poprzez kliknięcie w link"
202
 
203
- #: bws_functions.php:403 bws_functions.php:444
204
- msgid "(your username is the email you specify when purchasing the product)."
 
205
  msgstr "(twoja nazwa użytkownika to email podany podczas zakupu)."
206
 
207
- #: bws_functions.php:407 bws_functions.php:691
208
- msgid "or"
209
- msgstr "lub"
210
-
211
- #: bws_functions.php:407
212
  #, php-format
213
  msgid "Start Your Free %s-Day Trial Now"
214
  msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
215
 
216
- #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
217
- #: bws_functions.php:460 bws_menu.php:690 bws_menu.php:747
 
218
  msgid "Activate"
219
  msgstr "Aktywuj"
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."
@@ -226,28 +284,28 @@ msgstr ""
226
  "W celu dalszego wykorzystywania wtyczki niezbędne jest wykupienie licencji "
227
  "%s."
228
 
229
- #: bws_functions.php:440
230
  msgid "After that you can activate it by entering your license key."
231
  msgstr "Po wszystkim możesz aktywować wtyczkę poprzez podanie klucza licencji."
232
 
233
- #: bws_functions.php:454
234
  msgid "Unfortunately, you have exceeded the number of available tries per day."
235
  msgstr "Niestety, przekroczono dzienną liczbę dostępnych prób."
236
 
237
- #: bws_functions.php:471
238
  msgid ""
239
  "Congratulations! The Pro license of the plugin is successfully activated."
240
  msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
241
 
242
- #: bws_functions.php:512
243
  msgid "Wrong license key."
244
  msgstr "Niepoprawny klucz licencji"
245
 
246
- #: bws_functions.php:514
247
  msgid "This license key is bind to another site."
248
  msgstr "Klucz licencji został przypisany do innej strony."
249
 
250
- #: bws_functions.php:516
251
  msgid ""
252
  "This license key is valid, but Your license has expired. If you want to "
253
  "update our plugin in future, you should extend the license."
@@ -255,11 +313,11 @@ msgstr ""
255
  "Klucz jest poprawny, jednak Twoja licencja wygasła. Jeśli chcesz "
256
  "aktualizować naszą wtyczkę w przyszłości powinieneś przedłużyć licencję."
257
 
258
- #: bws_functions.php:518
259
  msgid "Unfortunately, you have exceeded the number of available tries."
260
  msgstr "Niestety, przekroczono liczbę dostępnych prób."
261
 
262
- #: bws_functions.php:520
263
  msgid ""
264
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
265
  "The Pro Trial license can be installed only once."
@@ -267,23 +325,23 @@ msgstr ""
267
  "Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
268
  "może być wykorzystana tylko raz."
269
 
270
- #: bws_functions.php:524
271
  msgid "The Pro Trial license key is valid."
272
  msgstr "Klucz licencji do testowej wersji PRO jest poprawny."
273
 
274
- #: bws_functions.php:526
275
  msgid "The license key is valid."
276
  msgstr "Klucz licencji jest poprawny"
277
 
278
- #: bws_functions.php:529
279
  msgid "Your license will expire on"
280
  msgstr "Twoja licencja wygaśnie"
281
 
282
- #: bws_functions.php:562
283
  msgid "Please, enter your license key"
284
  msgstr "Podaj klucz licencji"
285
 
286
- #: bws_functions.php:575
287
  msgid ""
288
  "If needed you can check if the license key is correct or reenter it in the "
289
  "field below. You can find your license key on your personal page - Client "
@@ -293,23 +351,24 @@ msgstr ""
293
  "w polu poniżej. Możesz znaleźć swój klucz na naszej stronie w strefie - "
294
  "Panel Klienta"
295
 
296
- #: bws_functions.php:575
 
297
  msgid ""
298
- "(your username is the email you specify when purchasing the product). If "
299
  "necessary, please submit \"Lost your password?\" request."
300
  msgstr ""
301
  "(login to adres email podany przy zakupie). Jeśli to koniczne użyj opcji "
302
  "\"Zgubiłeś swoje hasło?\"."
303
 
304
- #: bws_functions.php:579
305
  msgid "Check license key"
306
  msgstr "Sprawdź klucz licencji"
307
 
308
- #: bws_functions.php:593
309
  msgid "WARNING: Illegal use notification"
310
  msgstr "UWAGA: Odnotowano nielegalne użycie"
311
 
312
- #: bws_functions.php:593
313
  msgid ""
314
  "You can use one license of the Pro plugin for one domain only. Please check "
315
  "and edit your license or domain if necessary using you personal Client Area. "
@@ -321,7 +380,7 @@ msgstr ""
321
  "Panel Klienta. Zalecamy rozwiązanie tego problemu w przeciągu 24 godzin, w "
322
  "przeciwnym wypadku wersja PRO zostanie zablokowana."
323
 
324
- #: bws_functions.php:601
325
  msgid ""
326
  "Notice: Your Pro Trial license has expired. To continue using the plugin you "
327
  "should buy a Pro license"
@@ -329,7 +388,7 @@ msgstr ""
329
  "Uwaga: Testowa wersja PRO niestety wygasła. Aby kontynuować korzystanie z "
330
  "naszej wtyczki powinieneś zakupić klucz licencji."
331
 
332
- #: bws_functions.php:603
333
  msgid ""
334
  "Your license has expired. To continue getting top-priority support and "
335
  "plugin updates you should extend it."
@@ -337,86 +396,65 @@ msgstr ""
337
  "Twoja licencja wygasła. Aby podtrzymać szybki dostęp do pomocy i "
338
  "aktualizacji powinieneś przedłużyć licencję."
339
 
340
- #: bws_functions.php:603 bws_functions.php:656 bws_menu.php:666
341
- #: bws_menu.php:688 bws_menu.php:715 bws_menu.php:745 bws_menu.php:791
342
  msgid "Learn more"
343
  msgstr "Dowiedz się więcej"
344
 
345
- #: bws_functions.php:613
346
  #, php-format
347
  msgid "Notice: You are using the Pro Trial license of %s plugin."
348
  msgstr "Uwaga: Wykorzystujesz próbną licencję wersji PRO dla %s."
349
 
350
- #: bws_functions.php:615
351
  msgid "Notice: You are using the Pro Trial license of plugin."
352
  msgstr "Uwaga: Wykorzystywana jest próbna licencja wtyczki."
353
 
354
- #: bws_functions.php:618
355
  msgid "The Pro Trial license will expire on"
356
  msgstr "Licencja próbna wygaśnie"
357
 
358
- #: bws_functions.php:656
359
  msgid "You license for"
360
  msgstr "Twoja licencja na"
361
 
362
- #: bws_functions.php:656
363
  msgid "expires on"
364
  msgstr "wygasa"
365
 
366
- #: bws_functions.php:656
367
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
368
  msgstr ""
369
  "zostaniesz wówczas pozbawiony SZYBKIEGO DOSTĘDO DO SUPPORTU oraz "
370
  "AKTUALIZACJI."
371
 
372
- #: bws_functions.php:687
373
- msgid "Thank you for installing"
374
- msgstr "Dziękujemy za instalację"
375
-
376
- #: bws_functions.php:688
377
- msgid "Let's get started"
378
- msgstr "Zaczynajmny"
379
-
380
- #: bws_functions.php:689
381
- msgid "Configure Settings"
382
- msgstr "Konfiguruj Ustawienia"
383
-
384
- #: bws_functions.php:692
385
- msgid "Add New"
386
- msgstr "Dodaj nowy"
387
-
388
- #: bws_functions.php:696 bws_functions.php:755
389
- msgid "Close notice"
390
- msgstr "Zamknij powiadomienie"
391
-
392
- #: bws_functions.php:750
393
  #, fuzzy
394
  msgid "Thank you for choosing"
395
  msgstr "Dziękujemy za instalację"
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!"
401
  msgstr ""
402
 
403
- #: bws_functions.php:752
404
  msgid "Suggest a Feature"
405
  msgstr ""
406
 
407
- #: bws_functions.php:768
408
  msgid "Notice"
409
  msgstr "Uwaga"
410
 
411
- #: bws_functions.php:768
412
  msgid "The plugin's settings have been changed."
413
  msgstr "Ustawienia wtyczki zostały zmienione."
414
 
415
- #: bws_functions.php:769
416
  msgid "Save Changes"
417
  msgstr "Zapisz zmiany"
418
 
419
- #: bws_functions.php:786
420
  msgid ""
421
  "You can always look at premium options by clicking on the \"Show Pro features"
422
  "\" in the \"Go PRO\" tab"
@@ -424,343 +462,556 @@ msgstr ""
424
  "Zawsze możesz sprawdzić funkcje premium poprzez kliknięcie \"Pokaż funkcje "
425
  "PRO\" w zakładce \"Go PRO\""
426
 
427
- #: bws_functions.php:866
428
- msgid "Add BWS Plugins Shortcode"
429
- msgstr "Dodaj BWS Shortcode"
430
-
431
- #: bws_functions.php:886
432
  #, fuzzy
433
  msgid "Add shortcode"
434
  msgstr "Dodaj BWS Shortcode"
435
 
436
- #: bws_functions.php:886
437
  msgid "Add BestWebSoft plugins' shortcodes using this button."
438
  msgstr ""
439
 
440
- #: bws_functions.php:928
441
  msgid "Close"
442
  msgstr "Zamknij"
443
 
444
- #: bws_functions.php:1020
445
  msgid "Restore all plugin settings to defaults"
446
  msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
447
 
448
- #: bws_functions.php:1022
449
  msgid "Restore settings"
450
  msgstr "Przywróć ustawienia"
451
 
452
- #: bws_functions.php:1033
453
  msgid "Are you sure you want to restore all settings by default?"
454
  msgstr ""
455
  "Czy jesteś pewien, że chcesz przywrócić wszystkie ustawienia do wartości "
456
  "domyślnych?"
457
 
458
- #: bws_functions.php:1036
459
  msgid "Yes, restore all settings"
460
  msgstr "Tak, przywróć wszystkie ustawienia"
461
 
462
- #: bws_functions.php:1037
463
  msgid "No, go back to the settings page"
464
  msgstr "Nie, wróć do ustawień"
465
 
466
- #: bws_functions.php:1083
467
  msgid "Plugin"
468
  msgstr "Wtyczka"
469
 
470
- #: bws_functions.php:1092
471
  msgid "Shortcode settings"
472
  msgstr "Ustawienia shortcode"
473
 
474
- #: bws_functions.php:1097
475
  msgid "The shortcode will be inserted"
476
  msgstr "Shortcode zostanie umieszczony"
477
 
478
- #: bws_functions.php:1102
479
  msgid "Insert"
480
  msgstr "Umieść"
481
 
482
- #: bws_functions.php:1133
483
  msgid "Visit Help Center"
484
  msgstr ""
485
 
486
- #: bws_functions.php:1138
487
  msgid "FAQ"
488
  msgstr "FAQ"
489
 
490
- #: bws_functions.php:1144
491
  msgid "For more information:"
492
  msgstr ""
493
 
494
- #: bws_functions.php:1145
495
  msgid "Documentation"
496
  msgstr ""
497
 
498
- #: bws_functions.php:1146
499
  msgid "Video Instructions"
500
  msgstr ""
501
 
502
- #: bws_functions.php:1147
503
  #, fuzzy
504
  msgid "Submit a Request"
505
  msgstr "送信ボタン"
506
 
507
- #: bws_menu.php:506
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
508
  msgid "Not set"
509
  msgstr "Nie ustawiono"
510
 
511
- #: bws_menu.php:508 bws_menu.php:509
512
  msgid "On"
513
  msgstr "Włączone"
514
 
515
- #: bws_menu.php:508 bws_menu.php:509
516
  msgid "Off"
517
  msgstr "Wyłączone"
518
 
519
- #: bws_menu.php:510 bws_menu.php:511 bws_menu.php:512 bws_menu.php:513
520
- #: bws_menu.php:514 bws_menu.php:526
521
  msgid "N/A"
522
  msgstr "Brak danych"
523
 
524
- #: bws_menu.php:514
525
  msgid " Mb"
526
  msgstr " Mb"
527
 
528
- #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:522
529
  msgid "Yes"
530
  msgstr "Tak"
531
 
532
- #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:524
533
  msgid "No"
534
  msgstr "Nie"
535
 
536
- #: bws_menu.php:534
537
  msgid "Operating System"
538
  msgstr "System operacyjny"
539
 
540
- #: bws_menu.php:535
541
  msgid "Server"
542
  msgstr "Serwer"
543
 
544
- #: bws_menu.php:536
545
  msgid "Memory usage"
546
  msgstr "Wykorzystanie pamięci"
547
 
548
- #: bws_menu.php:537
549
  msgid "MYSQL Version"
550
  msgstr "Wersja MySQL"
551
 
552
- #: bws_menu.php:538
553
  msgid "SQL Mode"
554
  msgstr "Tryb SQL"
555
 
556
- #: bws_menu.php:539
557
  msgid "PHP Version"
558
  msgstr "Wersja PHP"
559
 
560
- #: bws_menu.php:540
561
  msgid "PHP Safe Mode"
562
  msgstr "PHP Safe Mode"
563
 
564
- #: bws_menu.php:541
565
  msgid "PHP Allow URL fopen"
566
  msgstr "Zezwól na PHP fopen"
567
 
568
- #: bws_menu.php:542
569
  msgid "PHP Memory Limit"
570
  msgstr "PHP Limit pamięci"
571
 
572
- #: bws_menu.php:543
573
  msgid "PHP Max Upload Size"
574
  msgstr "PHP Max rozmiar przesyłanego pliku"
575
 
576
- #: bws_menu.php:544
577
  msgid "PHP Max Post Size"
578
  msgstr "PHP Max rozmiar przesyłania POST"
579
 
580
- #: bws_menu.php:545
581
  msgid "PHP Max Script Execute Time"
582
  msgstr "PHP Max czas przetwarzania skryptu"
583
 
584
- #: bws_menu.php:546
585
  msgid "PHP Exif support"
586
  msgstr "PHP Wsparcie Exif"
587
 
588
- #: bws_menu.php:547
589
  msgid "PHP IPTC support"
590
  msgstr "PHP Wsparcie IPTC"
591
 
592
- #: bws_menu.php:548
593
  msgid "PHP XML support"
594
  msgstr "PHP Wsparcie XML"
595
 
596
- #: bws_menu.php:549
597
  msgid "Site URL"
598
  msgstr "Adres strony:"
599
 
600
- #: bws_menu.php:550
601
  msgid "Home URL"
602
  msgstr "Adres strony głównej:"
603
 
604
- #: bws_menu.php:553
605
  msgid "WordPress Version"
606
  msgstr "Wersja WordPress"
607
 
608
- #: bws_menu.php:554
609
  msgid "WordPress DB Version"
610
  msgstr "Wersja Bazy Danych dla WordPress"
611
 
612
- #: bws_menu.php:555
613
  msgid "Multisite"
614
  msgstr "Multisite"
615
 
616
- #: bws_menu.php:556
617
  msgid "Active Theme"
618
  msgstr "Aktywny motyw"
619
 
620
- #: bws_menu.php:571
621
  msgid "Please enter a valid email address."
622
  msgstr "Podaj poprawny adres email"
623
 
624
- #: bws_menu.php:575
625
  msgid "Email with system info is sent to "
626
  msgstr "Wiadomość z informacjami systemowymi zostanie wysłana do "
627
 
628
- #: bws_menu.php:579
629
  msgid "Thank you for contacting us."
630
  msgstr "Dziękujemy za kontakt."
631
 
632
- #: bws_menu.php:612
633
  msgid "Sorry, email message could not be delivered."
634
  msgstr "Przepraszamy, wiadomość nie została dostarczona."
635
 
636
- #: bws_menu.php:619
637
- msgid "Need help?"
638
- msgstr "Potrzebujesz pomocy?"
639
-
640
- #: bws_menu.php:620
641
- msgid "Client area"
642
- msgstr "Panel Klienta"
643
-
644
- #: bws_menu.php:621 bws_menu.php:930
645
  msgid "System status"
646
  msgstr "Status systemu"
647
 
648
- #: bws_menu.php:626
649
- msgid "Plugins"
650
- msgstr "Wtyczki"
651
 
652
- #: bws_menu.php:627
653
- msgid "Themes"
654
- msgstr "Motywy"
655
 
656
- #: bws_menu.php:631
657
- msgid "All"
658
- msgstr "Wszystko"
659
 
660
- #: bws_menu.php:632
661
- msgid "Installed"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
662
  msgstr "Zainstalowane"
663
 
664
- #: bws_menu.php:633
665
- msgid "Recommended"
666
- msgstr "Polecane"
 
 
 
 
667
 
668
- #: bws_menu.php:637
669
- msgid "Installed plugins"
 
670
  msgstr "Zainstalowane"
671
 
672
- #: bws_menu.php:669 bws_menu.php:718
673
- msgid "Settings"
674
- msgstr "Ustawienia"
 
675
 
676
- #: bws_menu.php:690 bws_menu.php:747
677
- msgid "Activate this plugin"
678
- msgstr "Aktywuj wtyczkę"
 
679
 
680
- #: bws_menu.php:705 bws_menu.php:735 bws_menu.php:781
681
- msgid "Go"
682
- msgstr "Go"
683
 
684
- #: bws_menu.php:709 bws_menu.php:739 bws_menu.php:785
685
- msgid "DONATE"
686
- msgstr "DOTACJA"
687
 
688
- #: bws_menu.php:755
689
- msgid "Recommended plugins"
690
- msgstr "Polecane"
691
 
692
- #: bws_menu.php:793
693
- msgid "Install now"
694
- msgstr "Instaluj teraz"
 
695
 
696
- #: bws_menu.php:814
697
- msgid "Try again"
698
- msgstr "Spróbuj ponownie"
699
 
700
- #: bws_menu.php:832
701
- #, php-format
702
- msgid "Preview &#8220;%s&#8221;"
703
- msgstr "Podgląd &#8220;%s&#8221;"
704
 
705
- #: bws_menu.php:863
706
- #, php-format
707
- msgid "Install %s"
708
- msgstr "Instaluj %s"
709
 
710
- #: bws_menu.php:863
 
 
 
 
 
711
  msgid "Install Now"
712
  msgstr "Instaluj teraz"
713
 
714
- #: bws_menu.php:866
715
- #, php-format
716
- msgid "Update to version %s"
717
- msgstr "Aktualizuj do wersji %s"
718
 
719
- #: bws_menu.php:866
720
- msgid "Update"
721
- msgstr "Aktualizuj"
722
 
723
- #: bws_menu.php:873
724
- #, php-format
725
- msgid "Preview %s"
726
- msgstr "Podgląd %s"
 
 
 
 
727
 
728
- #: bws_menu.php:873
729
- msgid "Preview"
730
- msgstr "Podgląd"
731
 
732
- #: bws_menu.php:879 bws_menu.php:911
733
  #, php-format
734
  msgid "By %s"
735
  msgstr "Od %s"
736
 
737
- #: bws_menu.php:885
738
- msgid "Details"
739
- msgstr "Szczegóły"
740
-
741
- #: bws_menu.php:917
742
  msgid "Already Installed"
743
  msgstr "Zainstalowane"
744
 
745
- #: bws_menu.php:933
 
 
 
 
 
 
 
 
 
 
 
 
746
  msgid "Environment"
747
  msgstr "Środowisko"
748
 
749
- #: bws_menu.php:944
750
  msgid "Active Plugins"
751
  msgstr "Aktywne wtyczki"
752
 
753
- #: bws_menu.php:957
754
  msgid "Inactive Plugins"
755
  msgstr "Nieaktywne wtyczki"
756
 
757
- #: bws_menu.php:973
758
- msgid "Send to support"
759
- msgstr "Wyślij do supportu"
760
 
761
- #: bws_menu.php:980
762
- msgid "Send to custom email &#187;"
763
- msgstr "Prześlij na własny adres &#187;"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
764
 
765
  #~ msgid "Pro plugins"
766
  #~ msgstr "Pro Plugins"
@@ -783,10 +1034,6 @@ msgstr "Prześlij na własny adres &#187;"
783
  #~ msgid "Install now from wordpress.org"
784
  #~ msgstr "wordpress.org から直ぐに導入"
785
 
786
- #, fuzzy
787
- #~ msgid "Activated theme"
788
- #~ msgstr "有効なテーマ"
789
-
790
  #, fuzzy
791
  #~ msgid "Installed themes"
792
  #~ msgstr "%s 導入"
@@ -1096,9 +1343,6 @@ msgstr "Prześlij na własny adres &#187;"
1096
  #~ msgid "Text"
1097
  #~ msgstr "文字"
1098
 
1099
- #~ msgid "Redirect to the page"
1100
- #~ msgstr "ページに転送"
1101
-
1102
  #~ msgid "Url"
1103
  #~ msgstr "Url"
1104
 
@@ -1241,9 +1485,6 @@ msgstr "Prześlij na własny adres &#187;"
1241
  #~ msgstr ""
1242
  #~ "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
1243
 
1244
- #~ msgid "Support"
1245
- #~ msgstr "サポート"
1246
-
1247
  #~ msgid "Contact Form Options"
1248
  #~ msgstr "コンタクトフォーム オプション"
1249
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-06-20 18:01+0300\n"
6
+ "PO-Revision-Date: 2016-06-20 18:01+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:814
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 bws_menu.php:149
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:1382 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:1337
 
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:809
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
431
  #, fuzzy
432
  msgid "Thank you for choosing"
433
  msgstr "Dziękujemy za instalację"
434
 
435
+ #: bws_functions.php:810
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:811
442
  msgid "Suggest a Feature"
443
  msgstr ""
444
 
445
+ #: bws_functions.php:827
446
  msgid "Notice"
447
  msgstr "Uwaga"
448
 
449
+ #: bws_functions.php:827
450
  msgid "The plugin's settings have been changed."
451
  msgstr "Ustawienia wtyczki zostały zmienione."
452
 
453
+ #: bws_functions.php:828 bws_functions.php:1393
454
  msgid "Save Changes"
455
  msgstr "Zapisz zmiany"
456
 
457
+ #: bws_functions.php:842
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:971
 
 
 
 
466
  #, fuzzy
467
  msgid "Add shortcode"
468
  msgstr "Dodaj BWS Shortcode"
469
 
470
+ #: bws_functions.php:971
471
  msgid "Add BestWebSoft plugins' shortcodes using this button."
472
  msgstr ""
473
 
474
+ #: bws_functions.php:1020
475
  msgid "Close"
476
  msgstr "Zamknij"
477
 
478
+ #: bws_functions.php:1112
479
  msgid "Restore all plugin settings to defaults"
480
  msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
481
 
482
+ #: bws_functions.php:1114
483
  msgid "Restore settings"
484
  msgstr "Przywróć ustawienia"
485
 
486
+ #: bws_functions.php:1125
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:1128
493
  msgid "Yes, restore all settings"
494
  msgstr "Tak, przywróć wszystkie ustawienia"
495
 
496
+ #: bws_functions.php:1129
497
  msgid "No, go back to the settings page"
498
  msgstr "Nie, wróć do ustawień"
499
 
500
+ #: bws_functions.php:1175
501
  msgid "Plugin"
502
  msgstr "Wtyczka"
503
 
504
+ #: bws_functions.php:1184
505
  msgid "Shortcode settings"
506
  msgstr "Ustawienia shortcode"
507
 
508
+ #: bws_functions.php:1189
509
  msgid "The shortcode will be inserted"
510
  msgstr "Shortcode zostanie umieszczony"
511
 
512
+ #: bws_functions.php:1194
513
  msgid "Insert"
514
  msgstr "Umieść"
515
 
516
+ #: bws_functions.php:1225
517
  msgid "Visit Help Center"
518
  msgstr ""
519
 
520
+ #: bws_functions.php:1230
521
  msgid "FAQ"
522
  msgstr "FAQ"
523
 
524
+ #: bws_functions.php:1236
525
  msgid "For more information:"
526
  msgstr ""
527
 
528
+ #: bws_functions.php:1237
529
  msgid "Documentation"
530
  msgstr ""
531
 
532
+ #: bws_functions.php:1238
533
  msgid "Video Instructions"
534
  msgstr ""
535
 
536
+ #: bws_functions.php:1239
537
  #, fuzzy
538
  msgid "Submit a Request"
539
  msgstr "送信ボタン"
540
 
541
+ #: bws_functions.php:1250
542
+ msgid "You do not have sufficient permissions to edit plugins for this site."
543
+ msgstr ""
544
+
545
+ #: bws_functions.php:1301 bws_functions.php:1328
546
+ #, php-format
547
+ msgid "File %s edited successfully."
548
+ msgstr ""
549
+
550
+ #: bws_functions.php:1303 bws_functions.php:1330
551
+ msgid "Not enough permissions to create or update the file"
552
+ msgstr ""
553
+
554
+ #: bws_functions.php:1333
555
+ msgid "Not enough permissions to create the file"
556
+ msgstr ""
557
+
558
+ #: bws_functions.php:1371
559
+ msgid "These styles will be added to the header on all pages of your site."
560
+ msgstr ""
561
+
562
+ #: bws_functions.php:1373
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:1377
570
+ msgid "Editing"
571
+ msgstr ""
572
+
573
+ #: bws_functions.php:1379
574
+ msgid "Browsing"
575
+ msgstr ""
576
+
577
+ #: bws_functions.php:1386
578
+ #, fuzzy, php-format
579
+ msgid "Learn more about %s"
580
+ msgstr "Dowiedz się więcej"
581
+
582
+ #: bws_functions.php:1397
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:161
606
  msgid "Not set"
607
  msgstr "Nie ustawiono"
608
 
609
+ #: bws_menu.php:163 bws_menu.php:164
610
  msgid "On"
611
  msgstr "Włączone"
612
 
613
+ #: bws_menu.php:163 bws_menu.php:164
614
  msgid "Off"
615
  msgstr "Wyłączone"
616
 
617
+ #: bws_menu.php:165 bws_menu.php:166 bws_menu.php:167 bws_menu.php:168
618
+ #: bws_menu.php:169 bws_menu.php:181
619
  msgid "N/A"
620
  msgstr "Brak danych"
621
 
622
+ #: bws_menu.php:169
623
  msgid " Mb"
624
  msgstr " Mb"
625
 
626
+ #: bws_menu.php:170 bws_menu.php:171 bws_menu.php:172 bws_menu.php:177
627
  msgid "Yes"
628
  msgstr "Tak"
629
 
630
+ #: bws_menu.php:170 bws_menu.php:171 bws_menu.php:172 bws_menu.php:179
631
  msgid "No"
632
  msgstr "Nie"
633
 
634
+ #: bws_menu.php:190
635
  msgid "Operating System"
636
  msgstr "System operacyjny"
637
 
638
+ #: bws_menu.php:191
639
  msgid "Server"
640
  msgstr "Serwer"
641
 
642
+ #: bws_menu.php:192
643
  msgid "Memory usage"
644
  msgstr "Wykorzystanie pamięci"
645
 
646
+ #: bws_menu.php:193
647
  msgid "MYSQL Version"
648
  msgstr "Wersja MySQL"
649
 
650
+ #: bws_menu.php:194
651
  msgid "SQL Mode"
652
  msgstr "Tryb SQL"
653
 
654
+ #: bws_menu.php:195
655
  msgid "PHP Version"
656
  msgstr "Wersja PHP"
657
 
658
+ #: bws_menu.php:196
659
  msgid "PHP Safe Mode"
660
  msgstr "PHP Safe Mode"
661
 
662
+ #: bws_menu.php:197
663
  msgid "PHP Allow URL fopen"
664
  msgstr "Zezwól na PHP fopen"
665
 
666
+ #: bws_menu.php:198
667
  msgid "PHP Memory Limit"
668
  msgstr "PHP Limit pamięci"
669
 
670
+ #: bws_menu.php:199
671
  msgid "PHP Max Upload Size"
672
  msgstr "PHP Max rozmiar przesyłanego pliku"
673
 
674
+ #: bws_menu.php:200
675
  msgid "PHP Max Post Size"
676
  msgstr "PHP Max rozmiar przesyłania POST"
677
 
678
+ #: bws_menu.php:201
679
  msgid "PHP Max Script Execute Time"
680
  msgstr "PHP Max czas przetwarzania skryptu"
681
 
682
+ #: bws_menu.php:202
683
  msgid "PHP Exif support"
684
  msgstr "PHP Wsparcie Exif"
685
 
686
+ #: bws_menu.php:203
687
  msgid "PHP IPTC support"
688
  msgstr "PHP Wsparcie IPTC"
689
 
690
+ #: bws_menu.php:204
691
  msgid "PHP XML support"
692
  msgstr "PHP Wsparcie XML"
693
 
694
+ #: bws_menu.php:205
695
  msgid "Site URL"
696
  msgstr "Adres strony:"
697
 
698
+ #: bws_menu.php:206
699
  msgid "Home URL"
700
  msgstr "Adres strony głównej:"
701
 
702
+ #: bws_menu.php:209
703
  msgid "WordPress Version"
704
  msgstr "Wersja WordPress"
705
 
706
+ #: bws_menu.php:210
707
  msgid "WordPress DB Version"
708
  msgstr "Wersja Bazy Danych dla WordPress"
709
 
710
+ #: bws_menu.php:211
711
  msgid "Multisite"
712
  msgstr "Multisite"
713
 
714
+ #: bws_menu.php:212
715
  msgid "Active Theme"
716
  msgstr "Aktywny motyw"
717
 
718
+ #: bws_menu.php:226
719
  msgid "Please enter a valid email address."
720
  msgstr "Podaj poprawny adres email"
721
 
722
+ #: bws_menu.php:230
723
  msgid "Email with system info is sent to "
724
  msgstr "Wiadomość z informacjami systemowymi zostanie wysłana do "
725
 
726
+ #: bws_menu.php:234
727
  msgid "Thank you for contacting us."
728
  msgstr "Dziękujemy za kontakt."
729
 
730
+ #: bws_menu.php:267
731
  msgid "Sorry, email message could not be delivered."
732
  msgstr "Przepraszamy, wiadomość nie została dostarczona."
733
 
734
+ #: bws_menu.php:286 bws_menu.php:626
 
 
 
 
 
 
 
 
735
  msgid "System status"
736
  msgstr "Status systemu"
737
 
738
+ #: bws_menu.php:287
739
+ msgid "Support"
740
+ msgstr "サポート"
741
 
742
+ #: bws_menu.php:288
743
+ msgid "Manage purchased licenses & subscriptions"
744
+ msgstr ""
745
 
746
+ #: bws_menu.php:288
747
+ msgid "My Account"
748
+ msgstr ""
749
 
750
+ #: bws_menu.php:296
751
+ #, php-format
752
+ msgid "Get Access to %s+ Premium Plugins"
753
+ msgstr ""
754
+
755
+ #: bws_menu.php:297
756
+ #, php-format
757
+ msgid ""
758
+ "Join BestWebSoft Pro Membership today, cancel any time and use all plugins "
759
+ "on a single website %s for only %s per month."
760
+ msgstr ""
761
+
762
+ #: bws_menu.php:309
763
+ #, fuzzy
764
+ msgid "Enter your license key"
765
+ msgstr "Podaj klucz licencji"
766
+
767
+ #: bws_menu.php:313
768
+ #, fuzzy
769
+ msgid "Activate Membership"
770
+ msgstr "有効なテーマ"
771
+
772
+ #: bws_menu.php:322
773
+ msgid "Don’t have valid license key yet?"
774
+ msgstr ""
775
+
776
+ #: bws_menu.php:322
777
+ msgid "Subscribe to Pro Membership"
778
+ msgstr ""
779
+
780
+ #: bws_menu.php:331
781
+ #, fuzzy
782
+ msgid "Upload Plugin"
783
+ msgstr "Wtyczka"
784
+
785
+ #: bws_menu.php:335
786
+ #, php-format
787
+ msgid ""
788
+ "The plugin generated %d characters of <strong>unexpected output</strong> "
789
+ "during activation. If you notice &#8220;headers already sent&#8221; "
790
+ "messages, problems with syndication feeds or other issues, try deactivating "
791
+ "or removing this plugin."
792
+ msgstr ""
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
+
800
+ #: bws_menu.php:340
801
+ msgid "Plugin <strong>activated</strong>."
802
+ msgstr ""
803
+
804
+ #: bws_menu.php:347
805
+ #, fuzzy
806
+ msgid "Installing Plugin"
807
  msgstr "Zainstalowane"
808
 
809
+ #: bws_menu.php:353
810
+ msgid "Downloading install package from"
811
+ msgstr ""
812
+
813
+ #: bws_menu.php:378
814
+ msgid "Unpacking the package"
815
+ msgstr ""
816
 
817
+ #: bws_menu.php:383 bws_menu.php:391
818
+ #, fuzzy
819
+ msgid "Installing the plugin"
820
  msgstr "Zainstalowane"
821
 
822
+ #: bws_menu.php:397
823
+ #, fuzzy
824
+ msgid "Successfully installed the plugin"
825
+ msgstr "Zainstalowane"
826
 
827
+ #: bws_menu.php:409
828
+ #, fuzzy
829
+ msgid "Activate Plugin"
830
+ msgstr "Aktywne wtyczki"
831
 
832
+ #: bws_menu.php:409 bws_menu.php:415
833
+ msgid "Return to BestWebSoft Panel"
834
+ msgstr ""
835
 
836
+ #: bws_menu.php:419 bws_menu.php:434 bws_menu.php:561
837
+ msgid "All"
838
+ msgstr "Wszystko"
839
 
840
+ #: bws_menu.php:420
841
+ msgid "Installed"
842
+ msgstr "Zainstalowane"
843
 
844
+ #: bws_menu.php:421
845
+ #, fuzzy
846
+ msgid "Not Installed"
847
+ msgstr "Zainstalowane"
848
 
849
+ #: bws_menu.php:427
850
+ msgid "Filter results"
851
+ msgstr ""
852
 
853
+ #: bws_menu.php:430 bws_menu.php:557
854
+ msgid "Category"
855
+ msgstr ""
 
856
 
857
+ #: bws_menu.php:496
858
+ #, fuzzy
859
+ msgid "Renew to get updates"
860
+ msgstr "ページに転送"
861
 
862
+ #: bws_menu.php:499
863
+ #, fuzzy, php-format
864
+ msgid "Update to v %s"
865
+ msgstr "Aktualizuj do wersji %s"
866
+
867
+ #: bws_menu.php:511 bws_menu.php:534 bws_menu.php:543
868
  msgid "Install Now"
869
  msgstr "Instaluj teraz"
870
 
871
+ #: bws_menu.php:517
872
+ msgid "Upgrade to Pro"
873
+ msgstr ""
 
874
 
875
+ #: bws_menu.php:521
876
+ msgid "Donate"
877
+ msgstr ""
878
 
879
+ #: bws_menu.php:531 bws_menu.php:540
880
+ msgid "Activate this plugin"
881
+ msgstr "Aktywuj wtyczkę"
882
+
883
+ #: bws_menu.php:543
884
+ #, fuzzy
885
+ msgid "Install this plugin"
886
+ msgstr "Zainstalowane"
887
 
888
+ #: bws_menu.php:552
889
+ msgid "Nothing found. Try another criteria."
890
+ msgstr ""
891
 
892
+ #: bws_menu.php:589 bws_menu.php:609
893
  #, php-format
894
  msgid "By %s"
895
  msgstr "Od %s"
896
 
897
+ #: bws_menu.php:615
 
 
 
 
898
  msgid "Already Installed"
899
  msgstr "Zainstalowane"
900
 
901
+ #: bws_menu.php:623
902
+ msgid "Browse Free WordPress Themes"
903
+ msgstr ""
904
+
905
+ #: bws_menu.php:632
906
+ msgid "Send to support"
907
+ msgstr "Wyślij do supportu"
908
+
909
+ #: bws_menu.php:639
910
+ msgid "Send to custom email &#187;"
911
+ msgstr "Prześlij na własny adres &#187;"
912
+
913
+ #: bws_menu.php:646
914
  msgid "Environment"
915
  msgstr "Środowisko"
916
 
917
+ #: bws_menu.php:657
918
  msgid "Active Plugins"
919
  msgstr "Aktywne wtyczki"
920
 
921
+ #: bws_menu.php:670
922
  msgid "Inactive Plugins"
923
  msgstr "Nieaktywne wtyczki"
924
 
925
+ #: product_list.php:7
926
+ msgid "Advertisement"
927
+ msgstr ""
928
 
929
+ #: product_list.php:8
930
+ msgid "Content & Media"
931
+ msgstr ""
932
+
933
+ #: product_list.php:9
934
+ msgid "Management"
935
+ msgstr ""
936
+
937
+ #: product_list.php:10
938
+ msgid "Security"
939
+ msgstr ""
940
+
941
+ #: product_list.php:11
942
+ #, fuzzy
943
+ msgid "Site Stats"
944
+ msgstr "Status systemu"
945
+
946
+ #: product_list.php:12
947
+ msgid "Social"
948
+ msgstr ""
949
+
950
+ #: product_list.php:13
951
+ msgid "Utilities"
952
+ msgstr ""
953
+
954
+ #: product_list.php:14
955
+ msgid "Other"
956
+ msgstr ""
957
+
958
+ #~ msgid "You can download and activate"
959
+ #~ msgstr "Możesz pobrać i aktywować wersję"
960
+
961
+ #~ msgid "version of this plugin by entering Your license key."
962
+ #~ msgstr "wtyczki poprzez podanie klucza licencji."
963
+
964
+ #~ msgid ""
965
+ #~ "You can find your license key on your personal page Client area, by "
966
+ #~ "clicking on the link"
967
+ #~ msgstr ""
968
+ #~ "Możesz znaleźć Twój klucz licencji na indywidualnej stronie w Panelu "
969
+ #~ "Klienta poprzez kliknięcie w link"
970
+
971
+ #~ msgid "Configure Settings"
972
+ #~ msgstr "Konfiguruj Ustawienia"
973
+
974
+ #~ msgid "Need help?"
975
+ #~ msgstr "Potrzebujesz pomocy?"
976
+
977
+ #~ msgid "Client area"
978
+ #~ msgstr "Panel Klienta"
979
+
980
+ #~ msgid "Recommended"
981
+ #~ msgstr "Polecane"
982
+
983
+ #~ msgid "Go"
984
+ #~ msgstr "Go"
985
+
986
+ #~ msgid "DONATE"
987
+ #~ msgstr "DOTACJA"
988
+
989
+ #~ msgid "Recommended plugins"
990
+ #~ msgstr "Polecane"
991
+
992
+ #~ msgid "Install now"
993
+ #~ msgstr "Instaluj teraz"
994
+
995
+ #~ msgid "Try again"
996
+ #~ msgstr "Spróbuj ponownie"
997
+
998
+ #~ msgid "Preview &#8220;%s&#8221;"
999
+ #~ msgstr "Podgląd &#8220;%s&#8221;"
1000
+
1001
+ #~ msgid "Install %s"
1002
+ #~ msgstr "Instaluj %s"
1003
+
1004
+ #~ msgid "Update"
1005
+ #~ msgstr "Aktualizuj"
1006
+
1007
+ #~ msgid "Preview %s"
1008
+ #~ msgstr "Podgląd %s"
1009
+
1010
+ #~ msgid "Preview"
1011
+ #~ msgstr "Podgląd"
1012
+
1013
+ #~ msgid "Add BWS Plugins Shortcode"
1014
+ #~ msgstr "Dodaj BWS Shortcode"
1015
 
1016
  #~ msgid "Pro plugins"
1017
  #~ msgstr "Pro Plugins"
1034
  #~ msgid "Install now from wordpress.org"
1035
  #~ msgstr "wordpress.org から直ぐに導入"
1036
 
 
 
 
 
1037
  #, fuzzy
1038
  #~ msgid "Installed themes"
1039
  #~ msgstr "%s 導入"
1343
  #~ msgid "Text"
1344
  #~ msgstr "文字"
1345
 
 
 
 
1346
  #~ msgid "Url"
1347
  #~ msgstr "Url"
1348
 
1485
  #~ msgstr ""
1486
  #~ "このMIMEを見ている場合は、貴方のクライアントはMIMEタイプを読めません。"
1487
 
 
 
 
1488
  #~ msgid "Contact Form Options"
1489
  #~ msgstr "コンタクトフォーム オプション"
1490
 
bws_menu/languages/bestwebsoft-pt_BR.mo DELETED
Binary file
bws_menu/languages/bestwebsoft-pt_BR.po DELETED
@@ -1,841 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: bestwebsoft\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-02-22 15:52+0300\n"
6
- "PO-Revision-Date: 2016-02-22 15:52+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:148
48
- msgid "It’s time to upgrade your"
49
- msgstr ""
50
-
51
- #: bws_functions.php:148
52
- msgid "to"
53
- msgstr ""
54
-
55
- # @ captcha
56
- #: bws_functions.php:148
57
- #, fuzzy
58
- msgid "version!"
59
- msgstr "Versão do PHP"
60
-
61
- #: bws_functions.php:149
62
- msgid "Extend standard plugin functionality with new great options."
63
- msgstr ""
64
-
65
- # @ captcha
66
- #: bws_functions.php:152 bws_functions.php:593
67
- #, fuzzy
68
- msgid "Learn More"
69
- msgstr "Leia Mais"
70
-
71
- #: bws_functions.php:169
72
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
73
- msgstr ""
74
-
75
- # @ captcha
76
- #: bws_functions.php:170
77
- #, fuzzy
78
- msgid "Rate the plugin"
79
- msgstr "Plugins ativados"
80
-
81
- # @ captcha
82
- #: bws_functions.php:173
83
- #, fuzzy
84
- msgid "If there is something wrong about it, please contact us"
85
- msgstr "Se você tiver quaisquer perguntas, por favor entre em contato via"
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
- msgid "the setting page"
167
- msgstr ""
168
-
169
- #: bws_functions.php:383 bws_functions.php:474
170
- msgid "You will be redirected automatically in 5 seconds."
171
- msgstr ""
172
-
173
- #: bws_functions.php:390
174
- msgid "Show Pro features"
175
- msgstr ""
176
-
177
- #: bws_functions.php:397
178
- msgid "You can download and activate"
179
- msgstr ""
180
-
181
- #: bws_functions.php:399
182
- msgid "version of this plugin by entering Your license key."
183
- msgstr ""
184
-
185
- #: bws_functions.php:401 bws_functions.php:442
186
- msgid ""
187
- "You can find your license key on your personal page Client area, by clicking "
188
- "on the link"
189
- msgstr ""
190
-
191
- #: bws_functions.php:403 bws_functions.php:444
192
- msgid "(your username is the email you specify when purchasing the product)."
193
- msgstr ""
194
-
195
- #: bws_functions.php:407 bws_functions.php:691
196
- msgid "or"
197
- msgstr ""
198
-
199
- #: bws_functions.php:407
200
- #, php-format
201
- msgid "Start Your Free %s-Day Trial Now"
202
- msgstr ""
203
-
204
- # @ captcha
205
- #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
206
- #: bws_functions.php:460 bws_menu.php:690 bws_menu.php:747
207
- #, fuzzy
208
- msgid "Activate"
209
- msgstr "Plugins ativados"
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
- # @ captcha
312
- #: bws_functions.php:603 bws_functions.php:656 bws_menu.php:666
313
- #: bws_menu.php:688 bws_menu.php:715 bws_menu.php:745 bws_menu.php:791
314
- #, fuzzy
315
- msgid "Learn more"
316
- msgstr "Leia Mais"
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
- # @ captcha
344
- #: bws_functions.php:687
345
- #, fuzzy
346
- msgid "Thank you for installing"
347
- msgstr "Obrigado por nos contatar."
348
-
349
- #: bws_functions.php:688
350
- msgid "Let's get started"
351
- msgstr ""
352
-
353
- # @ captcha
354
- #: bws_functions.php:689
355
- #, fuzzy
356
- msgid "Configure Settings"
357
- msgstr "Configurações"
358
-
359
- #: bws_functions.php:692
360
- msgid "Add New"
361
- msgstr ""
362
-
363
- #: bws_functions.php:696 bws_functions.php:755
364
- msgid "Close notice"
365
- msgstr ""
366
-
367
- # @ captcha
368
- #: bws_functions.php:750
369
- #, fuzzy
370
- msgid "Thank you for choosing"
371
- msgstr "Obrigado por nos contatar."
372
-
373
- #: bws_functions.php:751
374
- msgid ""
375
- "If you have a feature, suggestion or idea you'd like to see in the plugin, "
376
- "we'd love to hear about it!"
377
- msgstr ""
378
-
379
- #: bws_functions.php:752
380
- msgid "Suggest a Feature"
381
- msgstr ""
382
-
383
- #: bws_functions.php:768
384
- msgid "Notice"
385
- msgstr ""
386
-
387
- #: bws_functions.php:768
388
- msgid "The plugin's settings have been changed."
389
- msgstr ""
390
-
391
- #: bws_functions.php:769
392
- msgid "Save Changes"
393
- msgstr ""
394
-
395
- #: bws_functions.php:786
396
- msgid ""
397
- "You can always look at premium options by clicking on the \"Show Pro features"
398
- "\" in the \"Go PRO\" tab"
399
- msgstr ""
400
-
401
- #: bws_functions.php:866
402
- msgid "Add BWS Plugins Shortcode"
403
- msgstr ""
404
-
405
- #: bws_functions.php:886
406
- msgid "Add shortcode"
407
- msgstr ""
408
-
409
- #: bws_functions.php:886
410
- msgid "Add BestWebSoft plugins' shortcodes using this button."
411
- msgstr ""
412
-
413
- #: bws_functions.php:928
414
- msgid "Close"
415
- msgstr ""
416
-
417
- #: bws_functions.php:1020
418
- msgid "Restore all plugin settings to defaults"
419
- msgstr ""
420
-
421
- #: bws_functions.php:1022
422
- msgid "Restore settings"
423
- msgstr ""
424
-
425
- #: bws_functions.php:1033
426
- msgid "Are you sure you want to restore all settings by default?"
427
- msgstr ""
428
-
429
- #: bws_functions.php:1036
430
- msgid "Yes, restore all settings"
431
- msgstr ""
432
-
433
- #: bws_functions.php:1037
434
- msgid "No, go back to the settings page"
435
- msgstr ""
436
-
437
- # @ captcha
438
- #: bws_functions.php:1083
439
- #, fuzzy
440
- msgid "Plugin"
441
- msgstr "Plugins Pro"
442
-
443
- # @ captcha
444
- #: bws_functions.php:1092
445
- #, fuzzy
446
- msgid "Shortcode settings"
447
- msgstr "Configurações"
448
-
449
- #: bws_functions.php:1097
450
- msgid "The shortcode will be inserted"
451
- msgstr ""
452
-
453
- #: bws_functions.php:1102
454
- msgid "Insert"
455
- msgstr ""
456
-
457
- #: bws_functions.php:1133
458
- msgid "Visit Help Center"
459
- msgstr ""
460
-
461
- #: bws_functions.php:1138
462
- msgid "FAQ"
463
- msgstr ""
464
-
465
- #: bws_functions.php:1144
466
- msgid "For more information:"
467
- msgstr ""
468
-
469
- #: bws_functions.php:1145
470
- msgid "Documentation"
471
- msgstr ""
472
-
473
- #: bws_functions.php:1146
474
- msgid "Video Instructions"
475
- msgstr ""
476
-
477
- #: bws_functions.php:1147
478
- msgid "Submit a Request"
479
- msgstr ""
480
-
481
- # @ captcha
482
- #: bws_menu.php:506
483
- msgid "Not set"
484
- msgstr "Não definido"
485
-
486
- # @ captcha
487
- #: bws_menu.php:508 bws_menu.php:509
488
- msgid "On"
489
- msgstr "Ligado"
490
-
491
- # @ captcha
492
- #: bws_menu.php:508 bws_menu.php:509
493
- msgid "Off"
494
- msgstr "Desligado"
495
-
496
- # @ captcha
497
- #: bws_menu.php:510 bws_menu.php:511 bws_menu.php:512 bws_menu.php:513
498
- #: bws_menu.php:514 bws_menu.php:526
499
- msgid "N/A"
500
- msgstr "N/D"
501
-
502
- # @ captcha
503
- #: bws_menu.php:514
504
- msgid " Mb"
505
- msgstr " Mb"
506
-
507
- # @ captcha
508
- #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:522
509
- msgid "Yes"
510
- msgstr "Sim"
511
-
512
- # @ captcha
513
- #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:524
514
- msgid "No"
515
- msgstr "Não"
516
-
517
- # @ captcha
518
- #: bws_menu.php:534
519
- msgid "Operating System"
520
- msgstr "Sistema Operacional"
521
-
522
- # @ captcha
523
- #: bws_menu.php:535
524
- msgid "Server"
525
- msgstr "Servidor"
526
-
527
- # @ captcha
528
- #: bws_menu.php:536
529
- msgid "Memory usage"
530
- msgstr "Uso de memória"
531
-
532
- # @ captcha
533
- #: bws_menu.php:537
534
- msgid "MYSQL Version"
535
- msgstr "Versão do MySQL"
536
-
537
- # @ captcha
538
- #: bws_menu.php:538
539
- msgid "SQL Mode"
540
- msgstr "Modo SQL"
541
-
542
- # @ captcha
543
- #: bws_menu.php:539
544
- msgid "PHP Version"
545
- msgstr "Versão do PHP"
546
-
547
- # @ captcha
548
- #: bws_menu.php:540
549
- msgid "PHP Safe Mode"
550
- msgstr "Modo de Segurança do PHP"
551
-
552
- # @ captcha
553
- #: bws_menu.php:541
554
- msgid "PHP Allow URL fopen"
555
- msgstr "Permissão de fopen de URL do PHP"
556
-
557
- # @ captcha
558
- #: bws_menu.php:542
559
- msgid "PHP Memory Limit"
560
- msgstr "Limite de Memória do PHP"
561
-
562
- # @ captcha
563
- #: bws_menu.php:543
564
- msgid "PHP Max Upload Size"
565
- msgstr "Tamanho Máximo de Upload no PHP"
566
-
567
- # @ captcha
568
- #: bws_menu.php:544
569
- msgid "PHP Max Post Size"
570
- msgstr "Tamanho Máximo de Envio do PHP"
571
-
572
- # @ captcha
573
- #: bws_menu.php:545
574
- msgid "PHP Max Script Execute Time"
575
- msgstr "Tempo de Execução Máximo do PHP"
576
-
577
- # @ captcha
578
- #: bws_menu.php:546
579
- msgid "PHP Exif support"
580
- msgstr "Suporte a Exif no PHP"
581
-
582
- # @ captcha
583
- #: bws_menu.php:547
584
- msgid "PHP IPTC support"
585
- msgstr "Suporte da IPTC no PHP"
586
-
587
- # @ captcha
588
- #: bws_menu.php:548
589
- msgid "PHP XML support"
590
- msgstr "Suporte a XML no PHP"
591
-
592
- # @ captcha
593
- #: bws_menu.php:549
594
- msgid "Site URL"
595
- msgstr "URL do Site"
596
-
597
- # @ captcha
598
- #: bws_menu.php:550
599
- msgid "Home URL"
600
- msgstr "URL da Página Inicial"
601
-
602
- # @ captcha
603
- #: bws_menu.php:553
604
- msgid "WordPress Version"
605
- msgstr "Versão do WordPress"
606
-
607
- # @ captcha
608
- #: bws_menu.php:554
609
- msgid "WordPress DB Version"
610
- msgstr "Versão do DB do WordPress"
611
-
612
- # @ captcha
613
- #: bws_menu.php:555
614
- msgid "Multisite"
615
- msgstr "Multisite"
616
-
617
- # @ captcha
618
- #: bws_menu.php:556
619
- msgid "Active Theme"
620
- msgstr "Tema Ativo"
621
-
622
- # @ captcha
623
- #: bws_menu.php:571
624
- msgid "Please enter a valid email address."
625
- msgstr "Por favor, informe um endereço de email válido."
626
-
627
- # @ captcha
628
- #: bws_menu.php:575
629
- msgid "Email with system info is sent to "
630
- msgstr "Email com informações do sistema é enviado para "
631
-
632
- # @ captcha
633
- #: bws_menu.php:579
634
- msgid "Thank you for contacting us."
635
- msgstr "Obrigado por nos contatar."
636
-
637
- # @ captcha
638
- #: bws_menu.php:612
639
- msgid "Sorry, email message could not be delivered."
640
- msgstr "Desculpe, a mensagem de email não pôde ser enviada."
641
-
642
- #: bws_menu.php:619
643
- msgid "Need help?"
644
- msgstr ""
645
-
646
- #: bws_menu.php:620
647
- msgid "Client area"
648
- msgstr ""
649
-
650
- # @ captcha
651
- #: bws_menu.php:621 bws_menu.php:930
652
- msgid "System status"
653
- msgstr "Status do sistema"
654
-
655
- # @ captcha
656
- #: bws_menu.php:626
657
- #, fuzzy
658
- msgid "Plugins"
659
- msgstr "Plugins Pro"
660
-
661
- #: bws_menu.php:627
662
- msgid "Themes"
663
- msgstr ""
664
-
665
- #: bws_menu.php:631
666
- msgid "All"
667
- msgstr ""
668
-
669
- # @ default
670
- #: bws_menu.php:632
671
- #, fuzzy
672
- msgid "Installed"
673
- msgstr "Instalar %s"
674
-
675
- # @ captcha
676
- #: bws_menu.php:633
677
- #, fuzzy
678
- msgid "Recommended"
679
- msgstr "Plugins Recomendados"
680
-
681
- # @ captcha
682
- #: bws_menu.php:637
683
- msgid "Installed plugins"
684
- msgstr "Plugins Instalados"
685
-
686
- # @ captcha
687
- #: bws_menu.php:669 bws_menu.php:718
688
- msgid "Settings"
689
- msgstr "Configurações"
690
-
691
- # @ captcha
692
- #: bws_menu.php:690 bws_menu.php:747
693
- #, fuzzy
694
- msgid "Activate this plugin"
695
- msgstr "Plugins ativados"
696
-
697
- #: bws_menu.php:705 bws_menu.php:735 bws_menu.php:781
698
- msgid "Go"
699
- msgstr ""
700
-
701
- #: bws_menu.php:709 bws_menu.php:739 bws_menu.php:785
702
- msgid "DONATE"
703
- msgstr ""
704
-
705
- # @ captcha
706
- #: bws_menu.php:755
707
- msgid "Recommended plugins"
708
- msgstr "Plugins Recomendados"
709
-
710
- # @ default
711
- #: bws_menu.php:793
712
- #, fuzzy
713
- msgid "Install now"
714
- msgstr "Instalar %s"
715
-
716
- #: bws_menu.php:814
717
- msgid "Try again"
718
- msgstr ""
719
-
720
- #: bws_menu.php:832
721
- #, php-format
722
- msgid "Preview &#8220;%s&#8221;"
723
- msgstr ""
724
-
725
- # @ default
726
- #: bws_menu.php:863
727
- #, php-format
728
- msgid "Install %s"
729
- msgstr "Instalar %s"
730
-
731
- # @ default
732
- #: bws_menu.php:863
733
- #, fuzzy
734
- msgid "Install Now"
735
- msgstr "Instalar %s"
736
-
737
- #: bws_menu.php:866
738
- #, php-format
739
- msgid "Update to version %s"
740
- msgstr ""
741
-
742
- #: bws_menu.php:866
743
- msgid "Update"
744
- msgstr ""
745
-
746
- #: bws_menu.php:873
747
- #, php-format
748
- msgid "Preview %s"
749
- msgstr ""
750
-
751
- #: bws_menu.php:873
752
- msgid "Preview"
753
- msgstr ""
754
-
755
- #: bws_menu.php:879 bws_menu.php:911
756
- #, php-format
757
- msgid "By %s"
758
- msgstr ""
759
-
760
- #: bws_menu.php:885
761
- msgid "Details"
762
- msgstr ""
763
-
764
- # @ default
765
- #: bws_menu.php:917
766
- #, fuzzy
767
- msgid "Already Installed"
768
- msgstr "Instalar %s"
769
-
770
- # @ captcha
771
- #: bws_menu.php:933
772
- msgid "Environment"
773
- msgstr "Ambiente"
774
-
775
- # @ captcha
776
- #: bws_menu.php:944
777
- msgid "Active Plugins"
778
- msgstr "Plugins Ativos"
779
-
780
- # @ captcha
781
- #: bws_menu.php:957
782
- msgid "Inactive Plugins"
783
- msgstr "Plugins Inativos"
784
-
785
- # @ captcha
786
- #: bws_menu.php:973
787
- msgid "Send to support"
788
- msgstr "Enviar para o suporte"
789
-
790
- # @ captcha
791
- #: bws_menu.php:980
792
- msgid "Send to custom email &#187;"
793
- msgstr "Enviar para email personalizado &#187;"
794
-
795
- # @ captcha
796
- #~ msgid "Pro plugins"
797
- #~ msgstr "Plugins Pro"
798
-
799
- # @ captcha
800
- #~ msgid "Activated plugins"
801
- #~ msgstr "Plugins ativados"
802
-
803
- # @ captcha
804
- #~ msgid "Read more"
805
- #~ msgstr "Leia Mais"
806
-
807
- # @ captcha
808
- #~ msgid "Purchase"
809
- #~ msgstr "Compra"
810
-
811
- # @ captcha
812
- #~ msgid "Free plugins"
813
- #~ msgstr "Plugins Grátis"
814
-
815
- # @ captcha
816
- #~ msgid "Download"
817
- #~ msgstr "Baixar"
818
-
819
- # @ captcha
820
- #~ msgid "Install now from wordpress.org"
821
- #~ msgstr "Instale agora do site do wordpress (wordpress.org)"
822
-
823
- # @ captcha
824
- #, fuzzy
825
- #~ msgid "Activated theme"
826
- #~ msgstr "Tema Ativo"
827
-
828
- # @ default
829
- #, fuzzy
830
- #~ msgid "Installed themes"
831
- #~ msgstr "Instalar %s"
832
-
833
- # @ captcha
834
- #, fuzzy
835
- #~ msgid "Recommended themes"
836
- #~ msgstr "Plugins Recomendados"
837
-
838
- # @ default
839
- #, fuzzy
840
- #~ msgid "installed"
841
- #~ 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-02-22 16:02+0300\n"
6
- "PO-Revision-Date: 2016-02-22 16:04+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,48 +56,92 @@ msgstr ""
44
  "или выше! Мы не гарантируем, что наш плагин будет работать корректно. "
45
  "Пожалуйста, обновите WordPress до последней версии."
46
 
47
- #: bws_functions.php:148
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  msgid "It’s time to upgrade your"
49
  msgstr "Настало время обновить Ваш"
50
 
51
- #: bws_functions.php:148
52
  msgid "to"
53
  msgstr "до"
54
 
55
- #: bws_functions.php:148
56
  msgid "version!"
57
  msgstr "версии!"
58
 
59
- #: bws_functions.php:149
60
  msgid "Extend standard plugin functionality with new great options."
61
  msgstr "Расширяет возможности стандартного функционала плагина."
62
 
63
- #: bws_functions.php:152 bws_functions.php:593
64
  msgid "Learn More"
65
  msgstr "Подробнее"
66
 
67
- #: bws_functions.php:169
68
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
69
  msgstr ""
70
  "Если вам понравился плагин, пожалуйста, поставьте нам 5 звезд на WordPress"
71
 
72
- #: bws_functions.php:170
73
  msgid "Rate the plugin"
74
  msgstr "Оценить плагин"
75
 
76
- #: bws_functions.php:173
77
  msgid "If there is something wrong about it, please contact us"
78
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
79
 
80
- #: bws_functions.php:205
 
 
 
 
81
  msgid "Check premium options on the plugin settings page!"
82
  msgstr "Просмотрите премиум опции на странице настроек плагина!"
83
 
84
- #: bws_functions.php:212 bws_functions.php:248
 
85
  msgid "Wrong license key"
86
  msgstr "Неправильный лицензионный ключ"
87
 
88
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
89
  msgid ""
90
  "Something went wrong. Please try again later. If the error appears again, "
91
  "please contact us"
@@ -93,15 +149,16 @@ msgstr ""
93
  "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
94
  "пожалуйста, свяжитесь с нами"
95
 
96
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
97
  msgid "We are sorry for inconvenience."
98
  msgstr "Приносим извинения за неудобства."
99
 
100
- #: bws_functions.php:250
101
  msgid "This license key is bind to another site"
102
  msgstr "Этот лицензионный ключ привязан к другому сайту"
103
 
104
- #: bws_functions.php:252 bws_functions.php:416
105
  msgid ""
106
  "Unfortunately, you have exceeded the number of available tries per day. "
107
  "Please, upload the plugin manually."
@@ -109,7 +166,7 @@ msgstr ""
109
  "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
110
  "загрузите плагин вручную."
111
 
112
- #: bws_functions.php:254
113
  msgid ""
114
  "Unfortunately, Your license has expired. To continue getting top-priority "
115
  "support and plugin updates you should extend it in your"
@@ -118,7 +175,7 @@ msgstr ""
118
  "обновлений приоритетного саппорта вам нужно продлить лицензию перейдя на "
119
  "вашей"
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."
@@ -126,16 +183,17 @@ msgstr ""
126
  "К сожалению, Pro лицензия уже была установлена на этом доменен. Pro Trial "
127
  "лицензия может быть установлена только один раз."
128
 
129
- #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
 
130
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
131
  msgstr ""
132
  "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
133
 
134
- #: bws_functions.php:289
135
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
136
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
137
 
138
- #: bws_functions.php:295
139
  msgid ""
140
  "Your server does not support either ZipArchive or Phar. Please, upload the "
141
  "plugin manually"
@@ -143,12 +201,12 @@ msgstr ""
143
  "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
144
  "Пожалуйста, загрузите плагин вручную"
145
 
146
- #: bws_functions.php:302
147
  msgid "UploadDir is not writable. Please, upload the plugin manually"
148
  msgstr ""
149
  "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
150
 
151
- #: bws_functions.php:325
152
  msgid ""
153
  "Something went wrong. Try again later or upload the plugin manually. We are "
154
  "sorry for inconvenience."
@@ -156,97 +214,88 @@ msgstr ""
156
  "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. "
157
  "Приносим извинения за неудобства."
158
 
159
- #: bws_functions.php:350
160
  msgid "Please, enter Your license key"
161
  msgstr "Пожалуйста, введите ваш лицензионный ключ"
162
 
163
- #: bws_functions.php:380
164
  msgid ""
165
- "Congratulations! The Pro version of the plugin is successfully download and "
166
  "activated."
167
  msgstr "Поздравляем! Pro версия плагина была успешно загружена и активирована."
168
 
169
- #: bws_functions.php:382 bws_functions.php:473
170
  msgid "Please, go to"
171
  msgstr "Пожалуйста, перейдите на"
172
 
173
- #: bws_functions.php:382 bws_functions.php:473
174
  msgid "the setting page"
175
  msgstr "страницу настроек"
176
 
177
- #: bws_functions.php:383 bws_functions.php:474
178
  msgid "You will be redirected automatically in 5 seconds."
179
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
180
 
181
- #: bws_functions.php:390
182
  msgid "Show Pro features"
183
  msgstr "Показать Pro опции"
184
 
185
- #: bws_functions.php:397
186
- msgid "You can download and activate"
187
- msgstr "Вы можете скачать и активировать"
188
 
189
- #: bws_functions.php:399
190
- msgid "version of this plugin by entering Your license key."
191
- msgstr "версию этого плагина, введя ваш лицензионный ключ."
192
 
193
- #: bws_functions.php:401 bws_functions.php:442
194
- msgid ""
195
- "You can find your license key on your personal page Client area, by clicking "
196
- "on the link"
197
- msgstr ""
198
- "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, "
199
- "нажав на ссылку"
200
 
201
- #: bws_functions.php:403 bws_functions.php:444
202
- msgid "(your username is the email you specify when purchasing the product)."
203
- msgstr ""
204
- "(ваше имя пользователя - это электронный адрес, указанный при покупке "
205
- "продукта)."
206
 
207
- #: bws_functions.php:407 bws_functions.php:691
208
- msgid "or"
209
- msgstr "или"
210
-
211
- #: bws_functions.php:407
212
  #, php-format
213
  msgid "Start Your Free %s-Day Trial Now"
214
  msgstr "Попробуйте %s-дневную Trial версию бесплатно"
215
 
216
- #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
217
- #: bws_functions.php:460 bws_menu.php:690 bws_menu.php:747
 
218
  msgid "Activate"
219
  msgstr "Активировать"
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
  "Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
227
 
228
- #: bws_functions.php:440
229
  msgid "After that you can activate it by entering your license key."
230
  msgstr "После этого вы сможете активировать его введя лицензионный ключ."
231
 
232
- #: bws_functions.php:454
233
  msgid "Unfortunately, you have exceeded the number of available tries per day."
234
  msgstr "К сожалению, вы превысили количество доступных попыток."
235
 
236
- #: bws_functions.php:471
237
  msgid ""
238
  "Congratulations! The Pro license of the plugin is successfully activated."
239
  msgstr "Поздравляем! Pro версия плагина была успешно активирована."
240
 
241
- #: bws_functions.php:512
242
  msgid "Wrong license key."
243
  msgstr "Неправильный лицензионный ключ."
244
 
245
- #: bws_functions.php:514
246
  msgid "This license key is bind to another site."
247
  msgstr "Этот лицензионный ключ привязан к другому сайту."
248
 
249
- #: bws_functions.php:516
250
  msgid ""
251
  "This license key is valid, but Your license has expired. If you want to "
252
  "update our plugin in future, you should extend the license."
@@ -254,11 +303,11 @@ msgstr ""
254
  "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите "
255
  "обновлять плагин в будущем, вы должны продлить лицензию."
256
 
257
- #: bws_functions.php:518
258
  msgid "Unfortunately, you have exceeded the number of available tries."
259
  msgstr "К сожалению, вы превысили количество доступных попыток."
260
 
261
- #: bws_functions.php:520
262
  msgid ""
263
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
264
  "The Pro Trial license can be installed only once."
@@ -266,23 +315,23 @@ msgstr ""
266
  "К сожалению, Pro Trial версия плагина уже устанавливалась на этот домен. Pro "
267
  "Trial версию можно устанавливать лишь один раз."
268
 
269
- #: bws_functions.php:524
270
  msgid "The Pro Trial license key is valid."
271
  msgstr "Ключ Pro Trial версии действителен."
272
 
273
- #: bws_functions.php:526
274
  msgid "The license key is valid."
275
  msgstr "Лицензионный ключ действителен."
276
 
277
- #: bws_functions.php:529
278
  msgid "Your license will expire on"
279
  msgstr "Ваша лицензия истечет"
280
 
281
- #: bws_functions.php:562
282
  msgid "Please, enter your license key"
283
  msgstr "Пожалуйста, введите Ваш лицензионный ключ"
284
 
285
- #: bws_functions.php:575
286
  msgid ""
287
  "If needed you can check if the license key is correct or reenter it in the "
288
  "field below. You can find your license key on your personal page - Client "
@@ -292,23 +341,23 @@ msgstr ""
292
  "повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на "
293
  "своей личной странице - Client area - на нашем сайте"
294
 
295
- #: bws_functions.php:575
296
  msgid ""
297
- "(your username is the email you specify when purchasing the product). If "
298
  "necessary, please submit \"Lost your password?\" request."
299
  msgstr ""
300
- "(ваш пользователь это емейл, который вы указывали при покупке продукта). При "
301
  "необходимости нажмите \"Забыли пароль?\"."
302
 
303
- #: bws_functions.php:579
304
  msgid "Check license key"
305
  msgstr "Проверка лицензионного ключа"
306
 
307
- #: bws_functions.php:593
308
  msgid "WARNING: Illegal use notification"
309
  msgstr "ВНИМАНИЕ: уведомление о незаконном использовании"
310
 
311
- #: bws_functions.php:593
312
  msgid ""
313
  "You can use one license of the Pro plugin for one domain only. Please check "
314
  "and edit your license or domain if necessary using you personal Client Area. "
@@ -320,7 +369,7 @@ msgstr ""
320
  "используя Ваш личный Client Area. Мы настоятельно рекомендуем вам решить "
321
  "проблему в течение 24 часов, в противном случае плагин будет деактивирован."
322
 
323
- #: bws_functions.php:601
324
  msgid ""
325
  "Notice: Your Pro Trial license has expired. To continue using the plugin you "
326
  "should buy a Pro license"
@@ -328,7 +377,7 @@ msgstr ""
328
  "Внимание: Срок действия Pro Trial версии истек. Чтобы продолжить "
329
  "пользоваться плагином, пожалуйста, приобретите лицензию Pro"
330
 
331
- #: bws_functions.php:603
332
  msgid ""
333
  "Your license has expired. To continue getting top-priority support and "
334
  "plugin updates you should extend it."
@@ -337,61 +386,40 @@ msgstr ""
337
  "плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно "
338
  "продлить лицензию."
339
 
340
- #: bws_functions.php:603 bws_functions.php:656 bws_menu.php:666
341
- #: bws_menu.php:688 bws_menu.php:715 bws_menu.php:745 bws_menu.php:791
342
  msgid "Learn more"
343
  msgstr "Подробнее"
344
 
345
- #: bws_functions.php:613
346
  #, php-format
347
  msgid "Notice: You are using the Pro Trial license of %s plugin."
348
  msgstr "Внимание: Вы используете Pro Trial версию плагина %s."
349
 
350
- #: bws_functions.php:615
351
  msgid "Notice: You are using the Pro Trial license of plugin."
352
  msgstr "Внимание: Вы используете Pro Trial версию плагина."
353
 
354
- #: bws_functions.php:618
355
  msgid "The Pro Trial license will expire on"
356
  msgstr "Ваша лицензия Pro Trial версии плагина истекает"
357
 
358
- #: bws_functions.php:656
359
  msgid "You license for"
360
  msgstr "Ваш лицензионный ключ для"
361
 
362
- #: bws_functions.php:656
363
  msgid "expires on"
364
  msgstr "истекает"
365
 
366
- #: bws_functions.php:656
367
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
368
  msgstr "и вы не будете получать приоритетную тех.поддержку или обновления."
369
 
370
- #: bws_functions.php:687
371
- msgid "Thank you for installing"
372
- msgstr "Спасибо за установку"
373
-
374
- #: bws_functions.php:688
375
- msgid "Let's get started"
376
- msgstr "Давайте начнем"
377
-
378
- #: bws_functions.php:689
379
- msgid "Configure Settings"
380
- msgstr "Настройка параметров"
381
-
382
- #: bws_functions.php:692
383
- msgid "Add New"
384
- msgstr "Добавить"
385
-
386
- #: bws_functions.php:696 bws_functions.php:755
387
- msgid "Close notice"
388
- msgstr "Закрыть"
389
-
390
- #: bws_functions.php:750
391
  msgid "Thank you for choosing"
392
  msgstr "Спасибо за выбор"
393
 
394
- #: bws_functions.php:751
395
  msgid ""
396
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
397
  "we'd love to hear about it!"
@@ -400,23 +428,23 @@ msgstr ""
400
  "функционала плагина, пожалуйста, присылайте их нам! Мы вседа открыты для "
401
  "новых идей!"
402
 
403
- #: bws_functions.php:752
404
  msgid "Suggest a Feature"
405
  msgstr "Предложить функционал"
406
 
407
- #: bws_functions.php:768
408
  msgid "Notice"
409
  msgstr "Внимание"
410
 
411
- #: bws_functions.php:768
412
  msgid "The plugin's settings have been changed."
413
  msgstr "Настройки плагина были изменены"
414
 
415
- #: bws_functions.php:769
416
  msgid "Save Changes"
417
  msgstr "Сохранить изменения"
418
 
419
- #: bws_functions.php:786
420
  msgid ""
421
  "You can always look at premium options by clicking on the \"Show Pro features"
422
  "\" in the \"Go PRO\" tab"
@@ -424,341 +452,562 @@ msgstr ""
424
  "Вы всегда можете просмотреть премиум опции нажав на кнопку \"Показать Pro "
425
  "опции\" на вкладке \"Перейти на PRO\""
426
 
427
- #: bws_functions.php:866
428
- msgid "Add BWS Plugins Shortcode"
429
- msgstr "Добавить шорткод BWS Плагина"
430
-
431
- #: bws_functions.php:886
432
  msgid "Add shortcode"
433
  msgstr "Добавить шорткод"
434
 
435
- #: bws_functions.php:886
436
  msgid "Add BestWebSoft plugins' shortcodes using this button."
437
  msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
438
 
439
- #: bws_functions.php:928
440
  msgid "Close"
441
  msgstr "Закрыть"
442
 
443
- #: bws_functions.php:1020
444
  msgid "Restore all plugin settings to defaults"
445
  msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
446
 
447
- #: bws_functions.php:1022
448
  msgid "Restore settings"
449
  msgstr "Восстановить настройки"
450
 
451
- #: bws_functions.php:1033
452
  msgid "Are you sure you want to restore all settings by default?"
453
  msgstr ""
454
  "Вы уверены что хотите восстановить все настройки плагина к настройкам по "
455
  "умолчанию?"
456
 
457
- #: bws_functions.php:1036
458
  msgid "Yes, restore all settings"
459
  msgstr "Да, восстановить все настройки"
460
 
461
- #: bws_functions.php:1037
462
  msgid "No, go back to the settings page"
463
  msgstr "Нет, вернуться на страницу настроек"
464
 
465
- #: bws_functions.php:1083
466
  msgid "Plugin"
467
  msgstr "Плагин"
468
 
469
- #: bws_functions.php:1092
470
  msgid "Shortcode settings"
471
  msgstr "Настройки шорткода"
472
 
473
- #: bws_functions.php:1097
474
  msgid "The shortcode will be inserted"
475
  msgstr "Будет вставлен шорткод"
476
 
477
- #: bws_functions.php:1102
478
  msgid "Insert"
479
  msgstr "Вставить"
480
 
481
- #: bws_functions.php:1133
482
  msgid "Visit Help Center"
483
  msgstr "Перейти в Help Center"
484
 
485
- #: bws_functions.php:1138
486
  msgid "FAQ"
487
  msgstr "FAQ"
488
 
489
- #: bws_functions.php:1144
490
  msgid "For more information:"
491
  msgstr "Для дополнительной информации:"
492
 
493
- #: bws_functions.php:1145
494
  msgid "Documentation"
495
  msgstr "Документация"
496
 
497
- #: bws_functions.php:1146
498
  msgid "Video Instructions"
499
  msgstr "Видео инструкции"
500
 
501
- #: bws_functions.php:1147
502
  msgid "Submit a Request"
503
  msgstr "Отправить запрос"
504
 
505
- #: bws_menu.php:506
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
506
  msgid "Not set"
507
  msgstr "Не задан"
508
 
509
- #: bws_menu.php:508 bws_menu.php:509
510
  msgid "On"
511
  msgstr "Вкл"
512
 
513
- #: bws_menu.php:508 bws_menu.php:509
514
  msgid "Off"
515
  msgstr "Выкл"
516
 
517
- #: bws_menu.php:510 bws_menu.php:511 bws_menu.php:512 bws_menu.php:513
518
- #: bws_menu.php:514 bws_menu.php:526
519
  msgid "N/A"
520
  msgstr "Неизвестно"
521
 
522
- #: bws_menu.php:514
523
  msgid " Mb"
524
  msgstr "Mb"
525
 
526
- #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:522
527
  msgid "Yes"
528
  msgstr "Да"
529
 
530
- #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:524
531
  msgid "No"
532
  msgstr "Нет"
533
 
534
- #: bws_menu.php:534
535
  msgid "Operating System"
536
  msgstr "Операционная система"
537
 
538
- #: bws_menu.php:535
539
  msgid "Server"
540
  msgstr "Тип сервера"
541
 
542
- #: bws_menu.php:536
543
  msgid "Memory usage"
544
  msgstr "Памяти использовано"
545
 
546
- #: bws_menu.php:537
547
  msgid "MYSQL Version"
548
  msgstr "Версия MYSQL"
549
 
550
- #: bws_menu.php:538
551
  msgid "SQL Mode"
552
  msgstr "Режим SQL"
553
 
554
- #: bws_menu.php:539
555
  msgid "PHP Version"
556
  msgstr "Версия PHP"
557
 
558
- #: bws_menu.php:540
559
  msgid "PHP Safe Mode"
560
  msgstr "PHP Safe Mode"
561
 
562
- #: bws_menu.php:541
563
  msgid "PHP Allow URL fopen"
564
  msgstr "PHP Allow URL fopen"
565
 
566
- #: bws_menu.php:542
567
  msgid "PHP Memory Limit"
568
  msgstr "Лимит памяти"
569
 
570
- #: bws_menu.php:543
571
  msgid "PHP Max Upload Size"
572
  msgstr "Макс. размер загружаемого файла"
573
 
574
- #: bws_menu.php:544
575
  msgid "PHP Max Post Size"
576
  msgstr "Макс. размер записи"
577
 
578
- #: bws_menu.php:545
579
  msgid "PHP Max Script Execute Time"
580
  msgstr "Макс. время выполнения сценария"
581
 
582
- #: bws_menu.php:546
583
  msgid "PHP Exif support"
584
  msgstr "Поддержка PHP Exif"
585
 
586
- #: bws_menu.php:547
587
  msgid "PHP IPTC support"
588
  msgstr "Поддержка PHP IPTC"
589
 
590
- #: bws_menu.php:548
591
  msgid "PHP XML support"
592
  msgstr "Поддержка PHP XML"
593
 
594
- #: bws_menu.php:549
595
  msgid "Site URL"
596
  msgstr "Адрес сайта"
597
 
598
- #: bws_menu.php:550
599
  msgid "Home URL"
600
  msgstr "Основной адрес сайта"
601
 
602
- #: bws_menu.php:553
603
  msgid "WordPress Version"
604
  msgstr "Версия WordPress"
605
 
606
- #: bws_menu.php:554
607
  msgid "WordPress DB Version"
608
  msgstr "Версия базы данных WordPress"
609
 
610
- #: bws_menu.php:555
611
  msgid "Multisite"
612
  msgstr "Мультиблог"
613
 
614
- #: bws_menu.php:556
615
  msgid "Active Theme"
616
  msgstr "Текущая тема"
617
 
618
- #: bws_menu.php:571
619
  msgid "Please enter a valid email address."
620
  msgstr "Пожалуйста, введите валидный емайл."
621
 
622
- #: bws_menu.php:575
623
  msgid "Email with system info is sent to "
624
  msgstr "Емейл с системной информацией отправлен на"
625
 
626
- #: bws_menu.php:579
627
  msgid "Thank you for contacting us."
628
  msgstr "Спасибо что связались с нами."
629
 
630
- #: bws_menu.php:612
631
  msgid "Sorry, email message could not be delivered."
632
  msgstr "Извините, ваш емейл не может быть отправлен."
633
 
634
- #: bws_menu.php:619
635
- msgid "Need help?"
636
- msgstr "Нужна помощь?"
637
-
638
- #: bws_menu.php:620
639
- msgid "Client area"
640
- msgstr "Client area"
641
-
642
- #: bws_menu.php:621 bws_menu.php:930
643
  msgid "System status"
644
  msgstr "Системная информация"
645
 
646
- #: bws_menu.php:626
647
- msgid "Plugins"
648
- msgstr "Плагины"
649
 
650
- #: bws_menu.php:627
651
- msgid "Themes"
652
- msgstr "Темы"
653
 
654
- #: bws_menu.php:631
655
- msgid "All"
656
- msgstr "Все"
657
 
658
- #: bws_menu.php:632
659
- msgid "Installed"
660
- msgstr "Установленные"
 
661
 
662
- #: bws_menu.php:633
663
- msgid "Recommended"
664
- msgstr "Рекомендованные"
 
 
 
 
 
 
665
 
666
- #: bws_menu.php:637
667
- msgid "Installed plugins"
668
- msgstr "Установленные плагины"
669
 
670
- #: bws_menu.php:669 bws_menu.php:718
671
- msgid "Settings"
672
- msgstr "Настройки"
673
 
674
- #: bws_menu.php:690 bws_menu.php:747
675
- msgid "Activate this plugin"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
676
  msgstr "Активировать плагин"
677
 
678
- #: bws_menu.php:705 bws_menu.php:735 bws_menu.php:781
679
- msgid "Go"
680
- msgstr "Перейти на"
681
 
682
- #: bws_menu.php:709 bws_menu.php:739 bws_menu.php:785
683
- msgid "DONATE"
684
- msgstr "Пожертвовать"
685
 
686
- #: bws_menu.php:755
687
- msgid "Recommended plugins"
688
- msgstr "Рекомендованные к установке плагины"
689
 
690
- #: bws_menu.php:793
691
- msgid "Install now"
692
- msgstr "Установить"
693
 
694
- #: bws_menu.php:814
695
- msgid "Try again"
696
- msgstr "Попробовать снова"
697
 
698
- #: bws_menu.php:832
699
- #, php-format
700
- msgid "Preview &#8220;%s&#8221;"
701
- msgstr "Просмотр &#8220;%s&#8221;"
702
 
703
- #: bws_menu.php:863
 
 
 
 
704
  #, php-format
705
- msgid "Install %s"
706
- msgstr "Установлено %s"
707
 
708
- #: bws_menu.php:863
709
  msgid "Install Now"
710
  msgstr "Установить"
711
 
712
- #: bws_menu.php:866
713
- #, php-format
714
- msgid "Update to version %s"
715
- msgstr "Обновить до версии %s"
716
 
717
- #: bws_menu.php:866
718
- msgid "Update"
719
- msgstr "Обновить"
720
 
721
- #: bws_menu.php:873
722
- #, php-format
723
- msgid "Preview %s"
724
- msgstr "Просмотр %s"
725
 
726
- #: bws_menu.php:873
727
- msgid "Preview"
728
- msgstr "Просмотр"
 
 
 
 
729
 
730
- #: bws_menu.php:879 bws_menu.php:911
731
  #, php-format
732
  msgid "By %s"
733
  msgstr "%s"
734
 
735
- #: bws_menu.php:885
736
- msgid "Details"
737
- msgstr "Детали"
738
-
739
- #: bws_menu.php:917
740
  msgid "Already Installed"
741
  msgstr "Уже установлена"
742
 
743
- #: bws_menu.php:933
 
 
 
 
 
 
 
 
 
 
 
 
744
  msgid "Environment"
745
  msgstr "Системная среда"
746
 
747
- #: bws_menu.php:944
748
  msgid "Active Plugins"
749
  msgstr "Активированные плагины"
750
 
751
- #: bws_menu.php:957
752
  msgid "Inactive Plugins"
753
  msgstr "Неактивированные плагины"
754
 
755
- #: bws_menu.php:973
756
- msgid "Send to support"
757
- msgstr "Отправить в тех. поддержку"
758
 
759
- #: bws_menu.php:980
760
- msgid "Send to custom email &#187;"
761
- msgstr "Отправить на емейл &#187;"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
762
 
763
  #~ msgid "Select Plugin"
764
  #~ msgstr "Выберите плагин"
@@ -797,9 +1046,6 @@ msgstr "Отправить на емейл &#187;"
797
  #~ msgid "Free themes"
798
  #~ msgstr "Бесплатные темы"
799
 
800
- #~ msgid "Activated theme"
801
- #~ msgstr "Активная тема"
802
-
803
  #~ msgid "Customize &#8220;%s&#8221;"
804
  #~ msgstr "Кастомизировать &#8220;%s&#8221;"
805
 
@@ -815,8 +1061,5 @@ msgstr "Отправить на емейл &#187;"
815
  #~ msgid "Switch to old interface"
816
  #~ msgstr "Переключится на старый интерфейс"
817
 
818
- #~ msgid "Donate"
819
- #~ msgstr "Пожертвовать"
820
-
821
  #~ msgid "installed"
822
  #~ msgstr "установлен"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-06-20 18:01+0300\n"
6
+ "PO-Revision-Date: 2016-06-20 18:04+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:814
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 bws_menu.php:149
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:1382 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:1337
 
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:809
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
419
  msgid "Thank you for choosing"
420
  msgstr "Спасибо за выбор"
421
 
422
+ #: bws_functions.php:810
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:811
432
  msgid "Suggest a Feature"
433
  msgstr "Предложить функционал"
434
 
435
+ #: bws_functions.php:827
436
  msgid "Notice"
437
  msgstr "Внимание"
438
 
439
+ #: bws_functions.php:827
440
  msgid "The plugin's settings have been changed."
441
  msgstr "Настройки плагина были изменены"
442
 
443
+ #: bws_functions.php:828 bws_functions.php:1393
444
  msgid "Save Changes"
445
  msgstr "Сохранить изменения"
446
 
447
+ #: bws_functions.php:842
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:971
 
 
 
 
456
  msgid "Add shortcode"
457
  msgstr "Добавить шорткод"
458
 
459
+ #: bws_functions.php:971
460
  msgid "Add BestWebSoft plugins' shortcodes using this button."
461
  msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
462
 
463
+ #: bws_functions.php:1020
464
  msgid "Close"
465
  msgstr "Закрыть"
466
 
467
+ #: bws_functions.php:1112
468
  msgid "Restore all plugin settings to defaults"
469
  msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
470
 
471
+ #: bws_functions.php:1114
472
  msgid "Restore settings"
473
  msgstr "Восстановить настройки"
474
 
475
+ #: bws_functions.php:1125
476
  msgid "Are you sure you want to restore all settings by default?"
477
  msgstr ""
478
  "Вы уверены что хотите восстановить все настройки плагина к настройкам по "
479
  "умолчанию?"
480
 
481
+ #: bws_functions.php:1128
482
  msgid "Yes, restore all settings"
483
  msgstr "Да, восстановить все настройки"
484
 
485
+ #: bws_functions.php:1129
486
  msgid "No, go back to the settings page"
487
  msgstr "Нет, вернуться на страницу настроек"
488
 
489
+ #: bws_functions.php:1175
490
  msgid "Plugin"
491
  msgstr "Плагин"
492
 
493
+ #: bws_functions.php:1184
494
  msgid "Shortcode settings"
495
  msgstr "Настройки шорткода"
496
 
497
+ #: bws_functions.php:1189
498
  msgid "The shortcode will be inserted"
499
  msgstr "Будет вставлен шорткод"
500
 
501
+ #: bws_functions.php:1194
502
  msgid "Insert"
503
  msgstr "Вставить"
504
 
505
+ #: bws_functions.php:1225
506
  msgid "Visit Help Center"
507
  msgstr "Перейти в Help Center"
508
 
509
+ #: bws_functions.php:1230
510
  msgid "FAQ"
511
  msgstr "FAQ"
512
 
513
+ #: bws_functions.php:1236
514
  msgid "For more information:"
515
  msgstr "Для дополнительной информации:"
516
 
517
+ #: bws_functions.php:1237
518
  msgid "Documentation"
519
  msgstr "Документация"
520
 
521
+ #: bws_functions.php:1238
522
  msgid "Video Instructions"
523
  msgstr "Видео инструкции"
524
 
525
+ #: bws_functions.php:1239
526
  msgid "Submit a Request"
527
  msgstr "Отправить запрос"
528
 
529
+ #: bws_functions.php:1250
530
+ msgid "You do not have sufficient permissions to edit plugins for this site."
531
+ msgstr ""
532
+ "У вас недостаточно полномочий, чтобы редактировать плагины на этом сайте."
533
+
534
+ #: bws_functions.php:1301 bws_functions.php:1328
535
+ #, php-format
536
+ msgid "File %s edited successfully."
537
+ msgstr "Файл %s успешно изменён."
538
+
539
+ #: bws_functions.php:1303 bws_functions.php:1330
540
+ msgid "Not enough permissions to create or update the file"
541
+ msgstr "Не достаточно прав для создания или обновления файла"
542
+
543
+ #: bws_functions.php:1333
544
+ msgid "Not enough permissions to create the file"
545
+ msgstr "Не достаточно прав для создания файла"
546
+
547
+ #: bws_functions.php:1371
548
+ msgid "These styles will be added to the header on all pages of your site."
549
+ msgstr "Эти стили будут добавлены в хедер на всех страницах вашего сайта."
550
+
551
+ #: bws_functions.php:1373
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:1377
561
+ msgid "Editing"
562
+ msgstr "Редактирование"
563
+
564
+ #: bws_functions.php:1379
565
+ msgid "Browsing"
566
+ msgstr "Просмотр"
567
+
568
+ #: bws_functions.php:1386
569
+ #, php-format
570
+ msgid "Learn more about %s"
571
+ msgstr "Подробнее о %s"
572
+
573
+ #: bws_functions.php:1397
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:161
598
  msgid "Not set"
599
  msgstr "Не задан"
600
 
601
+ #: bws_menu.php:163 bws_menu.php:164
602
  msgid "On"
603
  msgstr "Вкл"
604
 
605
+ #: bws_menu.php:163 bws_menu.php:164
606
  msgid "Off"
607
  msgstr "Выкл"
608
 
609
+ #: bws_menu.php:165 bws_menu.php:166 bws_menu.php:167 bws_menu.php:168
610
+ #: bws_menu.php:169 bws_menu.php:181
611
  msgid "N/A"
612
  msgstr "Неизвестно"
613
 
614
+ #: bws_menu.php:169
615
  msgid " Mb"
616
  msgstr "Mb"
617
 
618
+ #: bws_menu.php:170 bws_menu.php:171 bws_menu.php:172 bws_menu.php:177
619
  msgid "Yes"
620
  msgstr "Да"
621
 
622
+ #: bws_menu.php:170 bws_menu.php:171 bws_menu.php:172 bws_menu.php:179
623
  msgid "No"
624
  msgstr "Нет"
625
 
626
+ #: bws_menu.php:190
627
  msgid "Operating System"
628
  msgstr "Операционная система"
629
 
630
+ #: bws_menu.php:191
631
  msgid "Server"
632
  msgstr "Тип сервера"
633
 
634
+ #: bws_menu.php:192
635
  msgid "Memory usage"
636
  msgstr "Памяти использовано"
637
 
638
+ #: bws_menu.php:193
639
  msgid "MYSQL Version"
640
  msgstr "Версия MYSQL"
641
 
642
+ #: bws_menu.php:194
643
  msgid "SQL Mode"
644
  msgstr "Режим SQL"
645
 
646
+ #: bws_menu.php:195
647
  msgid "PHP Version"
648
  msgstr "Версия PHP"
649
 
650
+ #: bws_menu.php:196
651
  msgid "PHP Safe Mode"
652
  msgstr "PHP Safe Mode"
653
 
654
+ #: bws_menu.php:197
655
  msgid "PHP Allow URL fopen"
656
  msgstr "PHP Allow URL fopen"
657
 
658
+ #: bws_menu.php:198
659
  msgid "PHP Memory Limit"
660
  msgstr "Лимит памяти"
661
 
662
+ #: bws_menu.php:199
663
  msgid "PHP Max Upload Size"
664
  msgstr "Макс. размер загружаемого файла"
665
 
666
+ #: bws_menu.php:200
667
  msgid "PHP Max Post Size"
668
  msgstr "Макс. размер записи"
669
 
670
+ #: bws_menu.php:201
671
  msgid "PHP Max Script Execute Time"
672
  msgstr "Макс. время выполнения сценария"
673
 
674
+ #: bws_menu.php:202
675
  msgid "PHP Exif support"
676
  msgstr "Поддержка PHP Exif"
677
 
678
+ #: bws_menu.php:203
679
  msgid "PHP IPTC support"
680
  msgstr "Поддержка PHP IPTC"
681
 
682
+ #: bws_menu.php:204
683
  msgid "PHP XML support"
684
  msgstr "Поддержка PHP XML"
685
 
686
+ #: bws_menu.php:205
687
  msgid "Site URL"
688
  msgstr "Адрес сайта"
689
 
690
+ #: bws_menu.php:206
691
  msgid "Home URL"
692
  msgstr "Основной адрес сайта"
693
 
694
+ #: bws_menu.php:209
695
  msgid "WordPress Version"
696
  msgstr "Версия WordPress"
697
 
698
+ #: bws_menu.php:210
699
  msgid "WordPress DB Version"
700
  msgstr "Версия базы данных WordPress"
701
 
702
+ #: bws_menu.php:211
703
  msgid "Multisite"
704
  msgstr "Мультиблог"
705
 
706
+ #: bws_menu.php:212
707
  msgid "Active Theme"
708
  msgstr "Текущая тема"
709
 
710
+ #: bws_menu.php:226
711
  msgid "Please enter a valid email address."
712
  msgstr "Пожалуйста, введите валидный емайл."
713
 
714
+ #: bws_menu.php:230
715
  msgid "Email with system info is sent to "
716
  msgstr "Емейл с системной информацией отправлен на"
717
 
718
+ #: bws_menu.php:234
719
  msgid "Thank you for contacting us."
720
  msgstr "Спасибо что связались с нами."
721
 
722
+ #: bws_menu.php:267
723
  msgid "Sorry, email message could not be delivered."
724
  msgstr "Извините, ваш емейл не может быть отправлен."
725
 
726
+ #: bws_menu.php:286 bws_menu.php:626
 
 
 
 
 
 
 
 
727
  msgid "System status"
728
  msgstr "Системная информация"
729
 
730
+ #: bws_menu.php:287
731
+ msgid "Support"
732
+ msgstr "Тех. поддержка"
733
 
734
+ #: bws_menu.php:288
735
+ msgid "Manage purchased licenses & subscriptions"
736
+ msgstr "Управление купленными лицензиями и подписками"
737
 
738
+ #: bws_menu.php:288
739
+ msgid "My Account"
740
+ msgstr "Мой аккаунт"
741
 
742
+ #: bws_menu.php:296
743
+ #, php-format
744
+ msgid "Get Access to %s+ Premium Plugins"
745
+ msgstr "Получить Доступ к %s+ Премиум Плагинам"
746
 
747
+ #: bws_menu.php:297
748
+ #, php-format
749
+ msgid ""
750
+ "Join BestWebSoft Pro Membership today, cancel any time and use all plugins "
751
+ "on a single website %s for only %s per month."
752
+ msgstr ""
753
+ "Присоединяйтесь к BestWebSoft Pro Membership сегодня, отменяйте подписку в "
754
+ "любое время и используйте все плагины на одном сайте %s всего лишь за %s в "
755
+ "месяц."
756
 
757
+ #: bws_menu.php:309
758
+ msgid "Enter your license key"
759
+ msgstr "Ваш лицензионный ключ"
760
 
761
+ #: bws_menu.php:313
762
+ msgid "Activate Membership"
763
+ msgstr "Активировать Membership"
764
 
765
+ #: bws_menu.php:322
766
+ msgid "Don’t have valid license key yet?"
767
+ msgstr "Нет действующего лицензионного ключа?"
768
+
769
+ #: bws_menu.php:322
770
+ msgid "Subscribe to Pro Membership"
771
+ msgstr "Подписаться на Pro Membership"
772
+
773
+ #: bws_menu.php:331
774
+ msgid "Upload Plugin"
775
+ msgstr "Добавить новый"
776
+
777
+ #: bws_menu.php:335
778
+ #, php-format
779
+ msgid ""
780
+ "The plugin generated %d characters of <strong>unexpected output</strong> "
781
+ "during activation. If you notice &#8220;headers already sent&#8221; "
782
+ "messages, problems with syndication feeds or other issues, try deactivating "
783
+ "or removing this plugin."
784
+ msgstr ""
785
+ "Плагин произвёл при активации %d символов <strong>неожиданного вывода</"
786
+ "strong>. Если вы заметите ошибку &laquo;headers already sent&raquo;, "
787
+ "проблемы с RSS-лентами или другие неполадки, попробуйте деактивировать или "
788
+ "удалить этот плагин."
789
+
790
+ #: bws_menu.php:337
791
+ msgid ""
792
+ "Plugin could not be activated because it triggered a <strong>fatal error</"
793
+ "strong>."
794
+ msgstr ""
795
+ "Плагин не может быть активирован, поскольку он вызвал <strong>фатальную "
796
+ "ошибку</strong>."
797
+
798
+ #: bws_menu.php:340
799
+ msgid "Plugin <strong>activated</strong>."
800
+ msgstr "Плагин <strong>активировано</strong>."
801
+
802
+ #: bws_menu.php:347
803
+ msgid "Installing Plugin"
804
+ msgstr "Установка плагина"
805
+
806
+ #: bws_menu.php:353
807
+ msgid "Downloading install package from"
808
+ msgstr "Скачивание установочного пакета из"
809
+
810
+ #: bws_menu.php:378
811
+ msgid "Unpacking the package"
812
+ msgstr "Распаковка пакета"
813
+
814
+ #: bws_menu.php:383 bws_menu.php:391
815
+ msgid "Installing the plugin"
816
+ msgstr "Установка плагина"
817
+
818
+ #: bws_menu.php:397
819
+ msgid "Successfully installed the plugin"
820
+ msgstr "Успешно установлен плагин"
821
+
822
+ #: bws_menu.php:409
823
+ msgid "Activate Plugin"
824
  msgstr "Активировать плагин"
825
 
826
+ #: bws_menu.php:409 bws_menu.php:415
827
+ msgid "Return to BestWebSoft Panel"
828
+ msgstr "Возврат к BestWebSoft Panel"
829
 
830
+ #: bws_menu.php:419 bws_menu.php:434 bws_menu.php:561
831
+ msgid "All"
832
+ msgstr "Все"
833
 
834
+ #: bws_menu.php:420
835
+ msgid "Installed"
836
+ msgstr "Установленные"
837
 
838
+ #: bws_menu.php:421
839
+ msgid "Not Installed"
840
+ msgstr "Не установленные"
841
 
842
+ #: bws_menu.php:427
843
+ msgid "Filter results"
844
+ msgstr "Фильтр результатов"
845
 
846
+ #: bws_menu.php:430 bws_menu.php:557
847
+ msgid "Category"
848
+ msgstr "Категория"
 
849
 
850
+ #: bws_menu.php:496
851
+ msgid "Renew to get updates"
852
+ msgstr "Продлить для обновления"
853
+
854
+ #: bws_menu.php:499
855
  #, php-format
856
+ msgid "Update to v %s"
857
+ msgstr "Обновить до версии %s"
858
 
859
+ #: bws_menu.php:511 bws_menu.php:534 bws_menu.php:543
860
  msgid "Install Now"
861
  msgstr "Установить"
862
 
863
+ #: bws_menu.php:517
864
+ msgid "Upgrade to Pro"
865
+ msgstr "Обновиться на Pro"
 
866
 
867
+ #: bws_menu.php:521
868
+ msgid "Donate"
869
+ msgstr "Пожертвовать"
870
 
871
+ #: bws_menu.php:531 bws_menu.php:540
872
+ msgid "Activate this plugin"
873
+ msgstr "Активировать плагин"
 
874
 
875
+ #: bws_menu.php:543
876
+ msgid "Install this plugin"
877
+ msgstr "Установить этот плагин"
878
+
879
+ #: bws_menu.php:552
880
+ msgid "Nothing found. Try another criteria."
881
+ msgstr "Ничего не найдено. Попробуйте другие критерии."
882
 
883
+ #: bws_menu.php:589 bws_menu.php:609
884
  #, php-format
885
  msgid "By %s"
886
  msgstr "%s"
887
 
888
+ #: bws_menu.php:615
 
 
 
 
889
  msgid "Already Installed"
890
  msgstr "Уже установлена"
891
 
892
+ #: bws_menu.php:623
893
+ msgid "Browse Free WordPress Themes"
894
+ msgstr "Обзор бесплатных WordPress тем"
895
+
896
+ #: bws_menu.php:632
897
+ msgid "Send to support"
898
+ msgstr "Отправить в тех. поддержку"
899
+
900
+ #: bws_menu.php:639
901
+ msgid "Send to custom email &#187;"
902
+ msgstr "Отправить на емейл &#187;"
903
+
904
+ #: bws_menu.php:646
905
  msgid "Environment"
906
  msgstr "Системная среда"
907
 
908
+ #: bws_menu.php:657
909
  msgid "Active Plugins"
910
  msgstr "Активированные плагины"
911
 
912
+ #: bws_menu.php:670
913
  msgid "Inactive Plugins"
914
  msgstr "Неактивированные плагины"
915
 
916
+ #: product_list.php:7
917
+ msgid "Advertisement"
918
+ msgstr "Реклама"
919
 
920
+ #: product_list.php:8
921
+ msgid "Content & Media"
922
+ msgstr "Содержание & Медиа"
923
+
924
+ #: product_list.php:9
925
+ msgid "Management"
926
+ msgstr "Управление"
927
+
928
+ #: product_list.php:10
929
+ msgid "Security"
930
+ msgstr "Безопасность"
931
+
932
+ #: product_list.php:11
933
+ msgid "Site Stats"
934
+ msgstr "Статистика сайта"
935
+
936
+ #: product_list.php:12
937
+ msgid "Social"
938
+ msgstr "Социальное"
939
+
940
+ #: product_list.php:13
941
+ msgid "Utilities"
942
+ msgstr "Утилиты"
943
+
944
+ #: product_list.php:14
945
+ msgid "Other"
946
+ msgstr "Другое"
947
+
948
+ #~ msgid "BWS Panel"
949
+ #~ msgstr "BWS Панель"
950
+
951
+ #~ msgid "panel"
952
+ #~ msgstr "панель"
953
+
954
+ #~ msgid "You can download and activate"
955
+ #~ msgstr "Вы можете скачать и активировать"
956
+
957
+ #~ msgid "version of this plugin by entering Your license key."
958
+ #~ msgstr "версию этого плагина, введя ваш лицензионный ключ."
959
+
960
+ #~ msgid ""
961
+ #~ "You can find your license key on your personal page Client area, by "
962
+ #~ "clicking on the link"
963
+ #~ msgstr ""
964
+ #~ "Вы можете найти ваш лицензионный ключ на вашей личной странице Client "
965
+ #~ "area, нажав на ссылку"
966
+
967
+ #~ msgid "Configure Settings"
968
+ #~ msgstr "Настройка параметров"
969
+
970
+ #~ msgid "Need help?"
971
+ #~ msgstr "Нужна помощь?"
972
+
973
+ #~ msgid "Client area"
974
+ #~ msgstr "Client area"
975
+
976
+ #~ msgid "Recommended"
977
+ #~ msgstr "Рекомендованные"
978
+
979
+ #~ msgid "Go"
980
+ #~ msgstr "Перейти на"
981
+
982
+ #~ msgid "DONATE"
983
+ #~ msgstr "Пожертвовать"
984
+
985
+ #~ msgid "Recommended plugins"
986
+ #~ msgstr "Рекомендованные к установке плагины"
987
+
988
+ #~ msgid "Install now"
989
+ #~ msgstr "Установить"
990
+
991
+ #~ msgid "Try again"
992
+ #~ msgstr "Попробовать снова"
993
+
994
+ #~ msgid "Preview &#8220;%s&#8221;"
995
+ #~ msgstr "Просмотр &#8220;%s&#8221;"
996
+
997
+ #~ msgid "Install %s"
998
+ #~ msgstr "Установлено %s"
999
+
1000
+ #~ msgid "Update"
1001
+ #~ msgstr "Обновить"
1002
+
1003
+ #~ msgid "Preview %s"
1004
+ #~ msgstr "Просмотр %s"
1005
+
1006
+ #~ msgid "Preview"
1007
+ #~ msgstr "Просмотр"
1008
+
1009
+ #~ msgid "Add BWS Plugins Shortcode"
1010
+ #~ msgstr "Добавить шорткод BWS Плагина"
1011
 
1012
  #~ msgid "Select Plugin"
1013
  #~ msgstr "Выберите плагин"
1046
  #~ msgid "Free themes"
1047
  #~ msgstr "Бесплатные темы"
1048
 
 
 
 
1049
  #~ msgid "Customize &#8220;%s&#8221;"
1050
  #~ msgstr "Кастомизировать &#8220;%s&#8221;"
1051
 
1061
  #~ msgid "Switch to old interface"
1062
  #~ msgstr "Переключится на старый интерфейс"
1063
 
 
 
 
1064
  #~ msgid "installed"
1065
  #~ msgstr "установлен"
bws_menu/languages/bestwebsoft-sr_RS.mo DELETED
Binary file
bws_menu/languages/bestwebsoft-sr_RS.po DELETED
@@ -1,1132 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: bestwebsoft\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-02-22 15:55+0300\n"
6
- "PO-Revision-Date: 2016-02-22 15:55+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:148
46
- msgid "It’s time to upgrade your"
47
- msgstr ""
48
-
49
- #: bws_functions.php:148
50
- #, fuzzy
51
- msgid "to"
52
- msgstr "vrh"
53
-
54
- #: bws_functions.php:148
55
- #, fuzzy
56
- msgid "version!"
57
- msgstr "PHP Verzija"
58
-
59
- #: bws_functions.php:149
60
- msgid "Extend standard plugin functionality with new great options."
61
- msgstr ""
62
-
63
- #: bws_functions.php:152 bws_functions.php:593
64
- #, fuzzy
65
- msgid "Learn More"
66
- msgstr "Pročitaj više"
67
-
68
- #: bws_functions.php:169
69
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
70
- msgstr ""
71
-
72
- #: bws_functions.php:170
73
- #, fuzzy
74
- msgid "Rate the plugin"
75
- msgstr "Aktivirani moduli"
76
-
77
- #: bws_functions.php:173
78
- #, fuzzy
79
- msgid "If there is something wrong about it, please contact us"
80
- msgstr "Ako imate pitanja molimo da nas kontaktirate preko"
81
-
82
- #: bws_functions.php:205
83
- msgid "Check premium options on the plugin settings page!"
84
- msgstr ""
85
-
86
- #: bws_functions.php:212 bws_functions.php:248
87
- msgid "Wrong license key"
88
- msgstr ""
89
-
90
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
91
- msgid ""
92
- "Something went wrong. Please try again later. If the error appears again, "
93
- "please contact us"
94
- msgstr ""
95
-
96
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
97
- msgid "We are sorry for inconvenience."
98
- msgstr ""
99
-
100
- #: bws_functions.php:250
101
- msgid "This license key is bind to another site"
102
- msgstr ""
103
-
104
- #: bws_functions.php:252 bws_functions.php:416
105
- msgid ""
106
- "Unfortunately, you have exceeded the number of available tries per day. "
107
- "Please, upload the plugin manually."
108
- msgstr ""
109
-
110
- #: bws_functions.php:254
111
- msgid ""
112
- "Unfortunately, Your license has expired. To continue getting top-priority "
113
- "support and plugin updates you should extend it in your"
114
- msgstr ""
115
-
116
- #: bws_functions.php:256
117
- msgid ""
118
- "Unfortunately, the Pro licence was already installed to this domain. The Pro "
119
- "Trial license can be installed only once."
120
- msgstr ""
121
-
122
- #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
123
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
124
- msgstr ""
125
-
126
- #: bws_functions.php:289
127
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
128
- msgstr ""
129
-
130
- #: bws_functions.php:295
131
- msgid ""
132
- "Your server does not support either ZipArchive or Phar. Please, upload the "
133
- "plugin manually"
134
- msgstr ""
135
-
136
- #: bws_functions.php:302
137
- msgid "UploadDir is not writable. Please, upload the plugin manually"
138
- msgstr ""
139
-
140
- #: bws_functions.php:325
141
- msgid ""
142
- "Something went wrong. Try again later or upload the plugin manually. We are "
143
- "sorry for inconvenience."
144
- msgstr ""
145
-
146
- #: bws_functions.php:350
147
- msgid "Please, enter Your license key"
148
- msgstr ""
149
-
150
- #: bws_functions.php:380
151
- msgid ""
152
- "Congratulations! The Pro version of the plugin is successfully download and "
153
- "activated."
154
- msgstr ""
155
-
156
- #: bws_functions.php:382 bws_functions.php:473
157
- msgid "Please, go to"
158
- msgstr ""
159
-
160
- #: bws_functions.php:382 bws_functions.php:473
161
- #, fuzzy
162
- msgid "the setting page"
163
- msgstr "na stranici za podešavanje modula ("
164
-
165
- #: bws_functions.php:383 bws_functions.php:474
166
- msgid "You will be redirected automatically in 5 seconds."
167
- msgstr ""
168
-
169
- #: bws_functions.php:390
170
- msgid "Show Pro features"
171
- msgstr ""
172
-
173
- #: bws_functions.php:397
174
- msgid "You can download and activate"
175
- msgstr ""
176
-
177
- #: bws_functions.php:399
178
- msgid "version of this plugin by entering Your license key."
179
- msgstr ""
180
-
181
- #: bws_functions.php:401 bws_functions.php:442
182
- msgid ""
183
- "You can find your license key on your personal page Client area, by clicking "
184
- "on the link"
185
- msgstr ""
186
-
187
- #: bws_functions.php:403 bws_functions.php:444
188
- msgid "(your username is the email you specify when purchasing the product)."
189
- msgstr ""
190
-
191
- #: bws_functions.php:407 bws_functions.php:691
192
- msgid "or"
193
- msgstr ""
194
-
195
- #: bws_functions.php:407
196
- #, php-format
197
- msgid "Start Your Free %s-Day Trial Now"
198
- msgstr ""
199
-
200
- #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
201
- #: bws_functions.php:460 bws_menu.php:690 bws_menu.php:747
202
- #, fuzzy
203
- msgid "Activate"
204
- msgstr "Aktivirani moduli"
205
-
206
- #: bws_functions.php:439 bws_functions.php:532
207
- #, php-format
208
- msgid ""
209
- "In order to continue using the plugin it is necessary to buy a %s license."
210
- msgstr ""
211
-
212
- #: bws_functions.php:440
213
- msgid "After that you can activate it by entering your license key."
214
- msgstr ""
215
-
216
- #: bws_functions.php:454
217
- msgid "Unfortunately, you have exceeded the number of available tries per day."
218
- msgstr ""
219
-
220
- #: bws_functions.php:471
221
- msgid ""
222
- "Congratulations! The Pro license of the plugin is successfully activated."
223
- msgstr ""
224
-
225
- #: bws_functions.php:512
226
- msgid "Wrong license key."
227
- msgstr ""
228
-
229
- #: bws_functions.php:514
230
- msgid "This license key is bind to another site."
231
- msgstr ""
232
-
233
- #: bws_functions.php:516
234
- msgid ""
235
- "This license key is valid, but Your license has expired. If you want to "
236
- "update our plugin in future, you should extend the license."
237
- msgstr ""
238
-
239
- #: bws_functions.php:518
240
- msgid "Unfortunately, you have exceeded the number of available tries."
241
- msgstr ""
242
-
243
- #: bws_functions.php:520
244
- msgid ""
245
- "Unfortunately, the Pro Trial licence was already installed to this domain. "
246
- "The Pro Trial license can be installed only once."
247
- msgstr ""
248
-
249
- #: bws_functions.php:524
250
- msgid "The Pro Trial license key is valid."
251
- msgstr ""
252
-
253
- #: bws_functions.php:526
254
- msgid "The license key is valid."
255
- msgstr ""
256
-
257
- #: bws_functions.php:529
258
- msgid "Your license will expire on"
259
- msgstr ""
260
-
261
- #: bws_functions.php:562
262
- msgid "Please, enter your license key"
263
- msgstr ""
264
-
265
- #: bws_functions.php:575
266
- msgid ""
267
- "If needed you can check if the license key is correct or reenter it in the "
268
- "field below. You can find your license key on your personal page - Client "
269
- "area - on our website"
270
- msgstr ""
271
-
272
- #: bws_functions.php:575
273
- msgid ""
274
- "(your username is the email you specify when purchasing the product). If "
275
- "necessary, please submit \"Lost your password?\" request."
276
- msgstr ""
277
-
278
- #: bws_functions.php:579
279
- msgid "Check license key"
280
- msgstr ""
281
-
282
- #: bws_functions.php:593
283
- msgid "WARNING: Illegal use notification"
284
- msgstr ""
285
-
286
- #: bws_functions.php:593
287
- msgid ""
288
- "You can use one license of the Pro plugin for one domain only. Please check "
289
- "and edit your license or domain if necessary using you personal Client Area. "
290
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
291
- "the Pro plugin will be deactivated."
292
- msgstr ""
293
-
294
- #: bws_functions.php:601
295
- msgid ""
296
- "Notice: Your Pro Trial license has expired. To continue using the plugin you "
297
- "should buy a Pro license"
298
- msgstr ""
299
-
300
- #: bws_functions.php:603
301
- msgid ""
302
- "Your license has expired. To continue getting top-priority support and "
303
- "plugin updates you should extend it."
304
- msgstr ""
305
-
306
- #: bws_functions.php:603 bws_functions.php:656 bws_menu.php:666
307
- #: bws_menu.php:688 bws_menu.php:715 bws_menu.php:745 bws_menu.php:791
308
- #, fuzzy
309
- msgid "Learn more"
310
- msgstr "Pročitaj više"
311
-
312
- #: bws_functions.php:613
313
- #, php-format
314
- msgid "Notice: You are using the Pro Trial license of %s plugin."
315
- msgstr ""
316
-
317
- #: bws_functions.php:615
318
- msgid "Notice: You are using the Pro Trial license of plugin."
319
- msgstr ""
320
-
321
- #: bws_functions.php:618
322
- msgid "The Pro Trial license will expire on"
323
- msgstr ""
324
-
325
- #: bws_functions.php:656
326
- msgid "You license for"
327
- msgstr ""
328
-
329
- #: bws_functions.php:656
330
- msgid "expires on"
331
- msgstr ""
332
-
333
- #: bws_functions.php:656
334
- msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
335
- msgstr ""
336
-
337
- #: bws_functions.php:687
338
- #, fuzzy
339
- msgid "Thank you for installing"
340
- msgstr "Hvala što ste nas kontaktirali"
341
-
342
- #: bws_functions.php:688
343
- msgid "Let's get started"
344
- msgstr ""
345
-
346
- #: bws_functions.php:689
347
- #, fuzzy
348
- msgid "Configure Settings"
349
- msgstr "na stranici za podešavanje modula ("
350
-
351
- #: bws_functions.php:692
352
- msgid "Add New"
353
- msgstr "Ajouter"
354
-
355
- #: bws_functions.php:696 bws_functions.php:755
356
- msgid "Close notice"
357
- msgstr ""
358
-
359
- #: bws_functions.php:750
360
- #, fuzzy
361
- msgid "Thank you for choosing"
362
- msgstr "Hvala što ste nas kontaktirali"
363
-
364
- #: bws_functions.php:751
365
- msgid ""
366
- "If you have a feature, suggestion or idea you'd like to see in the plugin, "
367
- "we'd love to hear about it!"
368
- msgstr ""
369
-
370
- #: bws_functions.php:752
371
- msgid "Suggest a Feature"
372
- msgstr ""
373
-
374
- #: bws_functions.php:768
375
- msgid "Notice"
376
- msgstr ""
377
-
378
- #: bws_functions.php:768
379
- msgid "The plugin's settings have been changed."
380
- msgstr ""
381
-
382
- #: bws_functions.php:769
383
- msgid "Save Changes"
384
- msgstr "Sačuvaj izmene"
385
-
386
- #: bws_functions.php:786
387
- msgid ""
388
- "You can always look at premium options by clicking on the \"Show Pro features"
389
- "\" in the \"Go PRO\" tab"
390
- msgstr ""
391
-
392
- #: bws_functions.php:866
393
- msgid "Add BWS Plugins Shortcode"
394
- msgstr ""
395
-
396
- #: bws_functions.php:886
397
- #, fuzzy
398
- msgid "Add shortcode"
399
- msgstr "Kratak kod za Galeriju"
400
-
401
- #: bws_functions.php:886
402
- msgid "Add BestWebSoft plugins' shortcodes using this button."
403
- msgstr ""
404
-
405
- #: bws_functions.php:928
406
- msgid "Close"
407
- msgstr ""
408
-
409
- #: bws_functions.php:1020
410
- msgid "Restore all plugin settings to defaults"
411
- msgstr ""
412
-
413
- #: bws_functions.php:1022
414
- #, fuzzy
415
- msgid "Restore settings"
416
- msgstr "na stranici za podešavanje modula ("
417
-
418
- #: bws_functions.php:1033
419
- msgid "Are you sure you want to restore all settings by default?"
420
- msgstr ""
421
-
422
- #: bws_functions.php:1036
423
- msgid "Yes, restore all settings"
424
- msgstr ""
425
-
426
- #: bws_functions.php:1037
427
- #, fuzzy
428
- msgid "No, go back to the settings page"
429
- msgstr "na stranici za podešavanje modula ("
430
-
431
- #: bws_functions.php:1083
432
- #, fuzzy
433
- msgid "Plugin"
434
- msgstr "Pro moduli"
435
-
436
- #: bws_functions.php:1092
437
- #, fuzzy
438
- msgid "Shortcode settings"
439
- msgstr "na stranici za podešavanje modula ("
440
-
441
- #: bws_functions.php:1097
442
- msgid "The shortcode will be inserted"
443
- msgstr ""
444
-
445
- #: bws_functions.php:1102
446
- msgid "Insert"
447
- msgstr ""
448
-
449
- #: bws_functions.php:1133
450
- msgid "Visit Help Center"
451
- msgstr ""
452
-
453
- #: bws_functions.php:1138
454
- msgid "FAQ"
455
- msgstr "FAQ"
456
-
457
- #: bws_functions.php:1144
458
- msgid "For more information:"
459
- msgstr ""
460
-
461
- #: bws_functions.php:1145
462
- msgid "Documentation"
463
- msgstr ""
464
-
465
- #: bws_functions.php:1146
466
- msgid "Video Instructions"
467
- msgstr ""
468
-
469
- #: bws_functions.php:1147
470
- msgid "Submit a Request"
471
- msgstr ""
472
-
473
- #: bws_menu.php:506
474
- msgid "Not set"
475
- msgstr "Nije podešeno"
476
-
477
- #: bws_menu.php:508 bws_menu.php:509
478
- msgid "On"
479
- msgstr "Uključeno"
480
-
481
- #: bws_menu.php:508 bws_menu.php:509
482
- msgid "Off"
483
- msgstr "Isključeno"
484
-
485
- #: bws_menu.php:510 bws_menu.php:511 bws_menu.php:512 bws_menu.php:513
486
- #: bws_menu.php:514 bws_menu.php:526
487
- msgid "N/A"
488
- msgstr "N/A"
489
-
490
- #: bws_menu.php:514
491
- msgid " Mb"
492
- msgstr " Mb"
493
-
494
- #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:522
495
- msgid "Yes"
496
- msgstr "Da"
497
-
498
- #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:524
499
- msgid "No"
500
- msgstr "Ne"
501
-
502
- #: bws_menu.php:534
503
- msgid "Operating System"
504
- msgstr "Operativni Sistem"
505
-
506
- #: bws_menu.php:535
507
- msgid "Server"
508
- msgstr "Server"
509
-
510
- #: bws_menu.php:536
511
- msgid "Memory usage"
512
- msgstr "Upotreba memorije"
513
-
514
- #: bws_menu.php:537
515
- msgid "MYSQL Version"
516
- msgstr "MYSQL Verzija"
517
-
518
- #: bws_menu.php:538
519
- msgid "SQL Mode"
520
- msgstr "SQL način"
521
-
522
- #: bws_menu.php:539
523
- msgid "PHP Version"
524
- msgstr "PHP Verzija"
525
-
526
- #: bws_menu.php:540
527
- msgid "PHP Safe Mode"
528
- msgstr "PHP Sigurni način"
529
-
530
- #: bws_menu.php:541
531
- msgid "PHP Allow URL fopen"
532
- msgstr "PHP Dozvoli URL fopen"
533
-
534
- #: bws_menu.php:542
535
- msgid "PHP Memory Limit"
536
- msgstr "PHP Ograničenje memorije"
537
-
538
- #: bws_menu.php:543
539
- #, fuzzy
540
- msgid "PHP Max Upload Size"
541
- msgstr "Envoi de fichier"
542
-
543
- #: bws_menu.php:544
544
- msgid "PHP Max Post Size"
545
- msgstr "PHP Max veličina za učitavanje"
546
-
547
- #: bws_menu.php:545
548
- msgid "PHP Max Script Execute Time"
549
- msgstr "PHP Max veličina posta"
550
-
551
- #: bws_menu.php:546
552
- msgid "PHP Exif support"
553
- msgstr "PHP Exif podrška"
554
-
555
- #: bws_menu.php:547
556
- msgid "PHP IPTC support"
557
- msgstr "PHP IPTC podrška"
558
-
559
- #: bws_menu.php:548
560
- msgid "PHP XML support"
561
- msgstr "PHP XML podrška"
562
-
563
- #: bws_menu.php:549
564
- #, fuzzy
565
- msgid "Site URL"
566
- msgstr "URL du lien"
567
-
568
- #: bws_menu.php:550
569
- msgid "Home URL"
570
- msgstr "URL naslovne"
571
-
572
- #: bws_menu.php:553
573
- msgid "WordPress Version"
574
- msgstr "WordPress Verzija"
575
-
576
- #: bws_menu.php:554
577
- msgid "WordPress DB Version"
578
- msgstr "WordPress DB Verzija"
579
-
580
- #: bws_menu.php:555
581
- msgid "Multisite"
582
- msgstr "Višenamenski sajt"
583
-
584
- #: bws_menu.php:556
585
- msgid "Active Theme"
586
- msgstr "Aktivna tema"
587
-
588
- #: bws_menu.php:571
589
- msgid "Please enter a valid email address."
590
- msgstr "Molimo unesite važeću mejl adresu"
591
-
592
- #: bws_menu.php:575
593
- msgid "Email with system info is sent to "
594
- msgstr "Mejl sa sistemskim informacijama je poslat na"
595
-
596
- #: bws_menu.php:579
597
- msgid "Thank you for contacting us."
598
- msgstr "Hvala što ste nas kontaktirali"
599
-
600
- #: bws_menu.php:612
601
- msgid "Sorry, email message could not be delivered."
602
- msgstr "Nažalost mejl poruka nije prosleđena"
603
-
604
- #: bws_menu.php:619
605
- msgid "Need help?"
606
- msgstr ""
607
-
608
- #: bws_menu.php:620
609
- msgid "Client area"
610
- msgstr ""
611
-
612
- #: bws_menu.php:621 bws_menu.php:930
613
- msgid "System status"
614
- msgstr "Sistemski status"
615
-
616
- #: bws_menu.php:626
617
- #, fuzzy
618
- msgid "Plugins"
619
- msgstr "Pro moduli"
620
-
621
- #: bws_menu.php:627
622
- msgid "Themes"
623
- msgstr ""
624
-
625
- #: bws_menu.php:631
626
- msgid "All"
627
- msgstr ""
628
-
629
- #: bws_menu.php:632
630
- #, fuzzy
631
- msgid "Installed"
632
- msgstr "Instalacija %s"
633
-
634
- #: bws_menu.php:633
635
- #, fuzzy
636
- msgid "Recommended"
637
- msgstr "Preporučeni moduli"
638
-
639
- #: bws_menu.php:637
640
- msgid "Installed plugins"
641
- msgstr "Instalirani moduli"
642
-
643
- #: bws_menu.php:669 bws_menu.php:718
644
- msgid "Settings"
645
- msgstr "Podešavanja"
646
-
647
- #: bws_menu.php:690 bws_menu.php:747
648
- #, fuzzy
649
- msgid "Activate this plugin"
650
- msgstr "Aktivirani moduli"
651
-
652
- #: bws_menu.php:705 bws_menu.php:735 bws_menu.php:781
653
- msgid "Go"
654
- msgstr ""
655
-
656
- #: bws_menu.php:709 bws_menu.php:739 bws_menu.php:785
657
- msgid "DONATE"
658
- msgstr ""
659
-
660
- #: bws_menu.php:755
661
- msgid "Recommended plugins"
662
- msgstr "Preporučeni moduli"
663
-
664
- #: bws_menu.php:793
665
- #, fuzzy
666
- msgid "Install now"
667
- msgstr "Instalacija %s"
668
-
669
- #: bws_menu.php:814
670
- msgid "Try again"
671
- msgstr ""
672
-
673
- #: bws_menu.php:832
674
- #, php-format
675
- msgid "Preview &#8220;%s&#8221;"
676
- msgstr ""
677
-
678
- #: bws_menu.php:863
679
- #, php-format
680
- msgid "Install %s"
681
- msgstr "Instalacija %s"
682
-
683
- #: bws_menu.php:863
684
- #, fuzzy
685
- msgid "Install Now"
686
- msgstr "Instalacija %s"
687
-
688
- #: bws_menu.php:866
689
- #, php-format
690
- msgid "Update to version %s"
691
- msgstr ""
692
-
693
- #: bws_menu.php:866
694
- #, fuzzy
695
- msgid "Update"
696
- msgstr "date"
697
-
698
- #: bws_menu.php:873
699
- #, php-format
700
- msgid "Preview %s"
701
- msgstr ""
702
-
703
- #: bws_menu.php:873
704
- msgid "Preview"
705
- msgstr ""
706
-
707
- #: bws_menu.php:879 bws_menu.php:911
708
- #, php-format
709
- msgid "By %s"
710
- msgstr ""
711
-
712
- #: bws_menu.php:885
713
- msgid "Details"
714
- msgstr ""
715
-
716
- #: bws_menu.php:917
717
- #, fuzzy
718
- msgid "Already Installed"
719
- msgstr "Instalacija %s"
720
-
721
- #: bws_menu.php:933
722
- msgid "Environment"
723
- msgstr "Okruženje"
724
-
725
- #: bws_menu.php:944
726
- #, fuzzy
727
- msgid "Active Plugins"
728
- msgstr "Extensions activées"
729
-
730
- #: bws_menu.php:957
731
- #, fuzzy
732
- msgid "Inactive Plugins"
733
- msgstr "Extensions activées"
734
-
735
- #: bws_menu.php:973
736
- #, fuzzy
737
- msgid "Send to support"
738
- msgstr "Soutien"
739
-
740
- #: bws_menu.php:980
741
- msgid "Send to custom email &#187;"
742
- msgstr "Pošalji na korisnički mejl &#187;"
743
-
744
- #~ msgid "Pro plugins"
745
- #~ msgstr "Pro moduli"
746
-
747
- #~ msgid "Activated plugins"
748
- #~ msgstr "Aktivirani moduli"
749
-
750
- #~ msgid "Read more"
751
- #~ msgstr "Pročitaj više"
752
-
753
- #~ msgid "Purchase"
754
- #~ msgstr "Kupovina"
755
-
756
- #~ msgid "Free plugins"
757
- #~ msgstr "Besplatni moduli"
758
-
759
- #~ msgid "Download"
760
- #~ msgstr "Prezimanje"
761
-
762
- #~ msgid "Install now from wordpress.org"
763
- #~ msgstr "Instaliraj sada sa wordpress.org"
764
-
765
- #, fuzzy
766
- #~ msgid "Activated theme"
767
- #~ msgstr "Aktivna tema"
768
-
769
- #, fuzzy
770
- #~ msgid "Installed themes"
771
- #~ msgstr "Instalacija %s"
772
-
773
- #, fuzzy
774
- #~ msgid "Recommended themes"
775
- #~ msgstr "Preporučeni moduli"
776
-
777
- #, fuzzy
778
- #~ msgid "installed"
779
- #~ msgstr "Instalacija %s"
780
-
781
- #~ msgid ""
782
- #~ "The following files \"gallery-template.php\" and \"gallery-single-"
783
- #~ "template.php\" were not found in the directory of your theme. Please copy "
784
- #~ "them from the directory `/wp-content/plugins/gallery-plugin/template/` to "
785
- #~ "the directory of your theme for the correct work of the Gallery plugin"
786
- #~ msgstr ""
787
- #~ "Sledeći fajlovi \"gallery-template.php\" i \"gallery-single-template.php"
788
- #~ "\" nisu pronađeni u direktorijumu vaše teme. Molimo vas da ih kopirate iz "
789
- #~ "direktorijuma `/wp-content/plugins/gallery-plugin/template/` u "
790
- #~ "direktorijum vaše teme za ispravan rad modula Galerija"
791
-
792
- #~ msgid "Galleries"
793
- #~ msgstr "Galerije"
794
-
795
- #~ msgid "Gallery"
796
- #~ msgstr "Galerija"
797
-
798
- #~ msgid "Add a Gallery"
799
- #~ msgstr "Dodaj Galeriju"
800
-
801
- #~ msgid "Add New Gallery"
802
- #~ msgstr "Dodaj novu Galeriju"
803
-
804
- #~ msgid "Edit Gallery"
805
- #~ msgstr "Uredi Galeriju"
806
-
807
- #~ msgid "New Gallery"
808
- #~ msgstr "Nova Galerija"
809
-
810
- #~ msgid "View Gallery"
811
- #~ msgstr "Pregled Galerije"
812
-
813
- #~ msgid "Find a Gallery"
814
- #~ msgstr "Pronađi Galeriju"
815
-
816
- #~ msgid "No Gallery found"
817
- #~ msgstr "Nije pronađena Galerija"
818
-
819
- #~ msgid "Upload File"
820
- #~ msgstr "Učitaj fajl"
821
-
822
- #~ msgid ""
823
- #~ "The gallery temp directory (gallery-plugin/upload/files) is not available "
824
- #~ "for record on your webserver. Please use the standard WP functionality to "
825
- #~ "upload images (media library)"
826
- #~ msgstr ""
827
- #~ "Privremeni direktorijum galerije (gallery-plugin/upload/files) nije "
828
- #~ "dostupan za arhiviranje na vašem web serveru. Molimo vas da koristite "
829
- #~ "standardne WP funkcije za učitavanje slika (biblioteka medija)"
830
-
831
- #~ msgid "Choose an image for upload:"
832
- #~ msgstr "Izaberi sliku za učitavanje:"
833
-
834
- #~ msgid "Please enable JavaScript to use the file uploader."
835
- #~ msgstr ""
836
- #~ "Molimo vas omogućite da JavaScript koristi program za učitavanje fajlova."
837
-
838
- #~ msgid "Allow the download link for all images in this gallery"
839
- #~ msgstr "Dozvoli link za preuzimanje za sve slike u ovoj galeriji"
840
-
841
- #~ msgid ""
842
- #~ "Please use the drag and drop function to change an order of the images "
843
- #~ "displaying and do not forget to save the post."
844
- #~ msgstr ""
845
- #~ "Molimo vas da koristite funkciju prevlačenja da biste izmenili redosled "
846
- #~ "prikazanih slika i ne zaboravite da sačuvate post."
847
-
848
- #~ msgid "Please make a choice"
849
- #~ msgstr "Molimo vas izaberite"
850
-
851
- #~ msgid "Sort images by"
852
- #~ msgstr "Poređaj slike po"
853
-
854
- #~ msgid "sort images"
855
- #~ msgstr "poređaj slike"
856
-
857
- #~ msgid "Title"
858
- #~ msgstr "Naslov"
859
-
860
- #~ msgid "URL"
861
- #~ msgstr "URL"
862
-
863
- #~ msgid "(by click on image opens a link in a new window)"
864
- #~ msgstr "(klikom na sliku otvara se link u novom prozoru)"
865
-
866
- #~ msgid "This setting is available in Pro version"
867
- #~ msgstr "Ovo podešavanje je dostupno u Pro verziji"
868
-
869
- #~ msgid "Open the link"
870
- #~ msgstr "Otvori link"
871
-
872
- #~ msgid "Current window"
873
- #~ msgstr "Trenutni prozor"
874
-
875
- #~ msgid "New window"
876
- #~ msgstr "Novi prozor"
877
-
878
- #~ msgid "Delete"
879
- #~ msgstr "Obriši"
880
-
881
- #~ msgid ""
882
- #~ "You can add a Single Gallery to the page or post by inserting this "
883
- #~ "shortcode into the content"
884
- #~ msgstr ""
885
- #~ "Možete dodati Jedinstvenu galeriju na stranicu ili post ubacivanjem ovog "
886
- #~ "kratkog koda u sadržaj."
887
-
888
- #~ msgid ""
889
- #~ "If you want to display a short description containing a screenshot and "
890
- #~ "the link to the Single Gallery Page"
891
- #~ msgstr ""
892
- #~ "Ako želite da prikažete kratak opis koji sadrži snimak ekrana i link ka "
893
- #~ "stranici sa Jedinstvenom galerijom."
894
-
895
- #~ msgid "Author"
896
- #~ msgstr "Autor"
897
-
898
- #~ msgid "Photo"
899
- #~ msgstr "Foto"
900
-
901
- #~ msgid "Publishing"
902
- #~ msgstr "Izdanje"
903
-
904
- #~ msgid "Date"
905
- #~ msgstr "Datum"
906
-
907
- #~ msgid "See images &raquo;"
908
- #~ msgstr "Pogledaj sliku &raquo;"
909
-
910
- #~ msgid "Settings are saved"
911
- #~ msgstr "Podešavanja su sačuvana"
912
-
913
- #~ msgid "Gallery Settings"
914
- #~ msgstr "Podešavanja Galerije"
915
-
916
- #~ msgid ""
917
- #~ "If you would like to add a Single Gallery to your page or post, just copy "
918
- #~ "and paste this shortcode into your post or page:"
919
- #~ msgstr ""
920
- #~ "Ako želite da dodate Jedinstvenu Galeriju na vašu stranicu ili post, samo "
921
- #~ "kopirajte i prelepite ovaj kratki kod na vaš post ili stranicu:"
922
-
923
- #~ msgid "Image size for the album cover"
924
- #~ msgstr "Veličina slike za naslovnu stranicu albuma"
925
-
926
- #~ msgid "Image size"
927
- #~ msgstr "Veličina slike"
928
-
929
- #~ msgid "Width (in px)"
930
- #~ msgstr "Širina (u pikselima)"
931
-
932
- #~ msgid "Height (in px)"
933
- #~ msgstr "Visina (u pikselima)"
934
-
935
- #~ msgid "Gallery image size"
936
- #~ msgstr "Veličina slika u galeriji"
937
-
938
- #~ msgid ""
939
- #~ "WordPress will create a new thumbnail with the specified dimensions when "
940
- #~ "you upload a new photo."
941
- #~ msgstr ""
942
- #~ "WordPress će kreirati novi umanjeni prikaz sa navedenim dimenzijama kada "
943
- #~ "učitate novu sliku."
944
-
945
- #~ msgid "Gallery image size in the lightbox"
946
- #~ msgstr "Veličina slika u galeriji u lightbox skriptu"
947
-
948
- #~ msgid "Max width (in px)"
949
- #~ msgstr "Max širina (u pikselima)"
950
-
951
- #~ msgid "Max height (in px)"
952
- #~ msgstr "Max visina (u pikselima)"
953
-
954
- #~ msgid "Display a full size image in the lightbox"
955
- #~ msgstr "Prikaži sliku u punoj veličini u lightbox-u"
956
-
957
- #~ msgid "Crop position"
958
- #~ msgstr "Pozicija za kropovanje"
959
-
960
- #~ msgid "Horizontal"
961
- #~ msgstr "Horizontalno"
962
-
963
- #~ msgid "left"
964
- #~ msgstr "levo"
965
-
966
- #~ msgid "center"
967
- #~ msgstr "centar"
968
-
969
- #~ msgid "right"
970
- #~ msgstr "desno"
971
-
972
- #~ msgid "Vertical"
973
- #~ msgstr "Vertikalno"
974
-
975
- #~ msgid "bottom"
976
- #~ msgstr "dno"
977
-
978
- #~ msgid "Lightbox background"
979
- #~ msgstr "Lightbox pozadina"
980
-
981
- #~ msgid "Default"
982
- #~ msgstr "Podrazumevano"
983
-
984
- #~ msgid "Background transparency (from 0 to 1)"
985
- #~ msgstr "Pozadinska transparentnost (od 0 do 1)"
986
-
987
- #~ msgid "Select a background color"
988
- #~ msgstr "Izaberi pozadinsku boju"
989
-
990
- #~ msgid "Background color"
991
- #~ msgstr "Pozadinska boja"
992
-
993
- #~ msgid ""
994
- #~ "This functionality is available in the Pro version of the plugin. For "
995
- #~ "more details, please follow the link"
996
- #~ msgstr ""
997
- #~ "Ova funkcija je dostupna u Pro verziji modula. Za više detalja pratite "
998
- #~ "ovaj link"
999
-
1000
- #~ msgid "Images with border"
1001
- #~ msgstr "Slike sa okvirima"
1002
-
1003
- #~ msgid "Border width in px, just numbers"
1004
- #~ msgstr "Širina okvira u pikselima, samo brojevi"
1005
-
1006
- #~ msgid "Select a border color"
1007
- #~ msgstr "Izaberite boju okvira"
1008
-
1009
- #~ msgid "Number of images in the row"
1010
- #~ msgstr "Broj slika u redu"
1011
-
1012
- #~ msgid "Start slideshow"
1013
- #~ msgstr "Započni projekciju slajdova"
1014
-
1015
- #~ msgid "Slideshow interval"
1016
- #~ msgstr "Interval projekcije slajdova"
1017
-
1018
- #~ msgid "Attachment ID"
1019
- #~ msgstr "ID priloga"
1020
-
1021
- #~ msgid "Image Name"
1022
- #~ msgstr "Ime slike"
1023
-
1024
- #~ msgid ""
1025
- #~ "Sorting order (the input field for sorting order in the Insert / Upload "
1026
- #~ "Media Gallery dialog)"
1027
- #~ msgstr ""
1028
- #~ "Raspoređivanje (polje za unos za sortiranje u dijalogu Insert / Upload "
1029
- #~ "Media Gallery)"
1030
-
1031
- #~ msgid "Random"
1032
- #~ msgstr "Nasumično"
1033
-
1034
- #~ msgid "Sort images"
1035
- #~ msgstr "Sortiraj slike"
1036
-
1037
- #~ msgid ""
1038
- #~ "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
1039
- #~ msgstr ""
1040
- #~ "ASC (rastući redosled od najnižih do najviših vrednosti - 1, 2, 3; a, b, "
1041
- #~ "c)"
1042
-
1043
- #~ msgid ""
1044
- #~ "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
1045
- #~ msgstr ""
1046
- #~ "DESC (opadajući redosled od najviših do najnižih vrednosti - 3, 2, 1; c, "
1047
- #~ "b, a)"
1048
-
1049
- #~ msgid "Display text above the image"
1050
- #~ msgstr "Prikaži tekst iznad slike"
1051
-
1052
- #, fuzzy
1053
- #~ msgid ""
1054
- #~ "Turn off the checkbox, if you want to display text just in a lightbox"
1055
- #~ msgstr "Ako želite da prikažete tekst samo u lightbox-u"
1056
-
1057
- #~ msgid "Display the Back link"
1058
- #~ msgstr "Prikaži povratni link"
1059
-
1060
- #~ msgid "Display the Back link in the shortcode"
1061
- #~ msgstr "Prikaži povratni link u kratkom kodu"
1062
-
1063
- #~ msgid "The Back link text"
1064
- #~ msgstr "Tekst u povratnom linku"
1065
-
1066
- #~ msgid "The Back link URL"
1067
- #~ msgstr "URL povratnog linka"
1068
-
1069
- #~ msgid "Gallery page (Page with Gallery Template)"
1070
- #~ msgstr "Stranica galerije (Stranica sa šablonom galerije)"
1071
-
1072
- #~ msgid "(Full URL to custom page)"
1073
- #~ msgstr "(Puni URL ka korisničkoj stranici)"
1074
-
1075
- #~ msgid "The Read More link text"
1076
- #~ msgstr "Tekst u linku Pročitaj više"
1077
-
1078
- #, fuzzy
1079
- #~ msgid "Display Like buttons in the lightbox"
1080
- #~ msgstr "Afficher une image en taille normale dans le boite"
1081
-
1082
- #~ msgid "FaceBook"
1083
- #~ msgstr "FaceBook"
1084
-
1085
- #, fuzzy
1086
- #~ msgid "Twitter"
1087
- #~ msgstr "Titre"
1088
-
1089
- #~ msgid "Pinterest"
1090
- #~ msgstr "Pinterest"
1091
-
1092
- #~ msgid "Google +1"
1093
- #~ msgstr "Google +1"
1094
-
1095
- #~ msgid "Support"
1096
- #~ msgstr "Podrška"
1097
-
1098
- #~ msgid "Sorry, nothing found."
1099
- #~ msgstr "Nažalost nije pronađeno"
1100
-
1101
- #~ msgid "Download high resolution image"
1102
- #~ msgstr "Preuzmi sliku u visokoj rezoluciji"
1103
-
1104
- #~ msgid "Image"
1105
- #~ msgstr "Slika"
1106
-
1107
- #~ msgid "Search Galleries"
1108
- #~ msgstr "Rechercher une galerie"
1109
-
1110
- #~ msgid "Please do not forget to select "
1111
- #~ msgstr "Merci de ne pas oublier de sélectionner"
1112
-
1113
- #~ msgid "Attachments order by"
1114
- #~ msgstr "Fichiers trier par"
1115
-
1116
- #~ msgid "attachments order"
1117
- #~ msgstr "ordre des fichiers"
1118
-
1119
- #~ msgid "Size for gallery image"
1120
- #~ msgstr "Taille de la vignette de la galerie"
1121
-
1122
- #~ msgid "attachment title"
1123
- #~ msgstr "titre du fichier"
1124
-
1125
- #~ msgid "Attachments order"
1126
- #~ msgstr "Ordre des fichiers"
1127
-
1128
- #~ msgid "Label for Return link"
1129
- #~ msgstr "Texte du lien de retour"
1130
-
1131
- #~ msgid "URL for Return link"
1132
- #~ 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,988 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: bestwebsoft\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-02-22 15:55+0300\n"
6
- "PO-Revision-Date: 2016-02-22 15:55+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:148
45
- msgid "It’s time to upgrade your"
46
- msgstr ""
47
-
48
- #: bws_functions.php:148
49
- #, fuzzy
50
- msgid "to"
51
- msgstr "två"
52
-
53
- #: bws_functions.php:148
54
- #, fuzzy
55
- msgid "version!"
56
- msgstr "PHP-version"
57
-
58
- #: bws_functions.php:149
59
- msgid "Extend standard plugin functionality with new great options."
60
- msgstr ""
61
-
62
- #: bws_functions.php:152 bws_functions.php:593
63
- #, fuzzy
64
- msgid "Learn More"
65
- msgstr "Läs mer"
66
-
67
- #: bws_functions.php:169
68
- msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
69
- msgstr ""
70
-
71
- #: bws_functions.php:170
72
- #, fuzzy
73
- msgid "Rate the plugin"
74
- msgstr "Aktiverade tillägg"
75
-
76
- #: bws_functions.php:173
77
- #, fuzzy
78
- msgid "If there is something wrong about it, please contact us"
79
- msgstr "Om du har några frågor, kontakta oss via"
80
-
81
- #: bws_functions.php:205
82
- msgid "Check premium options on the plugin settings page!"
83
- msgstr ""
84
-
85
- #: bws_functions.php:212 bws_functions.php:248
86
- msgid "Wrong license key"
87
- msgstr ""
88
-
89
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
90
- msgid ""
91
- "Something went wrong. Please try again later. If the error appears again, "
92
- "please contact us"
93
- msgstr ""
94
-
95
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
96
- msgid "We are sorry for inconvenience."
97
- msgstr ""
98
-
99
- #: bws_functions.php:250
100
- msgid "This license key is bind to another site"
101
- msgstr ""
102
-
103
- #: bws_functions.php:252 bws_functions.php:416
104
- msgid ""
105
- "Unfortunately, you have exceeded the number of available tries per day. "
106
- "Please, upload the plugin manually."
107
- msgstr ""
108
-
109
- #: bws_functions.php:254
110
- msgid ""
111
- "Unfortunately, Your license has expired. To continue getting top-priority "
112
- "support and plugin updates you should extend it in your"
113
- msgstr ""
114
-
115
- #: bws_functions.php:256
116
- msgid ""
117
- "Unfortunately, the Pro licence was already installed to this domain. The Pro "
118
- "Trial license can be installed only once."
119
- msgstr ""
120
-
121
- #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
122
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
123
- msgstr ""
124
-
125
- #: bws_functions.php:289
126
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
127
- msgstr ""
128
-
129
- #: bws_functions.php:295
130
- msgid ""
131
- "Your server does not support either ZipArchive or Phar. Please, upload the "
132
- "plugin manually"
133
- msgstr ""
134
-
135
- #: bws_functions.php:302
136
- msgid "UploadDir is not writable. Please, upload the plugin manually"
137
- msgstr ""
138
-
139
- #: bws_functions.php:325
140
- msgid ""
141
- "Something went wrong. Try again later or upload the plugin manually. We are "
142
- "sorry for inconvenience."
143
- msgstr ""
144
-
145
- #: bws_functions.php:350
146
- msgid "Please, enter Your license key"
147
- msgstr ""
148
-
149
- #: bws_functions.php:380
150
- msgid ""
151
- "Congratulations! The Pro version of the plugin is successfully download and "
152
- "activated."
153
- msgstr ""
154
-
155
- #: bws_functions.php:382 bws_functions.php:473
156
- msgid "Please, go to"
157
- msgstr ""
158
-
159
- #: bws_functions.php:382 bws_functions.php:473
160
- msgid "the setting page"
161
- msgstr ""
162
-
163
- #: bws_functions.php:383 bws_functions.php:474
164
- msgid "You will be redirected automatically in 5 seconds."
165
- msgstr ""
166
-
167
- #: bws_functions.php:390
168
- msgid "Show Pro features"
169
- msgstr ""
170
-
171
- #: bws_functions.php:397
172
- msgid "You can download and activate"
173
- msgstr ""
174
-
175
- #: bws_functions.php:399
176
- msgid "version of this plugin by entering Your license key."
177
- msgstr ""
178
-
179
- #: bws_functions.php:401 bws_functions.php:442
180
- msgid ""
181
- "You can find your license key on your personal page Client area, by clicking "
182
- "on the link"
183
- msgstr ""
184
-
185
- #: bws_functions.php:403 bws_functions.php:444
186
- msgid "(your username is the email you specify when purchasing the product)."
187
- msgstr ""
188
-
189
- #: bws_functions.php:407 bws_functions.php:691
190
- #, fuzzy
191
- msgid "or"
192
- msgstr "fyra"
193
-
194
- #: bws_functions.php:407
195
- #, php-format
196
- msgid "Start Your Free %s-Day Trial Now"
197
- msgstr ""
198
-
199
- #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
200
- #: bws_functions.php:460 bws_menu.php:690 bws_menu.php:747
201
- #, fuzzy
202
- msgid "Activate"
203
- msgstr "Aktiverade tillägg"
204
-
205
- #: bws_functions.php:439 bws_functions.php:532
206
- #, php-format
207
- msgid ""
208
- "In order to continue using the plugin it is necessary to buy a %s license."
209
- msgstr ""
210
-
211
- #: bws_functions.php:440
212
- msgid "After that you can activate it by entering your license key."
213
- msgstr ""
214
-
215
- #: bws_functions.php:454
216
- msgid "Unfortunately, you have exceeded the number of available tries per day."
217
- msgstr ""
218
-
219
- #: bws_functions.php:471
220
- msgid ""
221
- "Congratulations! The Pro license of the plugin is successfully activated."
222
- msgstr ""
223
-
224
- #: bws_functions.php:512
225
- msgid "Wrong license key."
226
- msgstr ""
227
-
228
- #: bws_functions.php:514
229
- msgid "This license key is bind to another site."
230
- msgstr ""
231
-
232
- #: bws_functions.php:516
233
- msgid ""
234
- "This license key is valid, but Your license has expired. If you want to "
235
- "update our plugin in future, you should extend the license."
236
- msgstr ""
237
-
238
- #: bws_functions.php:518
239
- msgid "Unfortunately, you have exceeded the number of available tries."
240
- msgstr ""
241
-
242
- #: bws_functions.php:520
243
- msgid ""
244
- "Unfortunately, the Pro Trial licence was already installed to this domain. "
245
- "The Pro Trial license can be installed only once."
246
- msgstr ""
247
-
248
- #: bws_functions.php:524
249
- msgid "The Pro Trial license key is valid."
250
- msgstr ""
251
-
252
- #: bws_functions.php:526
253
- msgid "The license key is valid."
254
- msgstr ""
255
-
256
- #: bws_functions.php:529
257
- msgid "Your license will expire on"
258
- msgstr ""
259
-
260
- #: bws_functions.php:562
261
- msgid "Please, enter your license key"
262
- msgstr ""
263
-
264
- #: bws_functions.php:575
265
- msgid ""
266
- "If needed you can check if the license key is correct or reenter it in the "
267
- "field below. You can find your license key on your personal page - Client "
268
- "area - on our website"
269
- msgstr ""
270
-
271
- #: bws_functions.php:575
272
- msgid ""
273
- "(your username is the email you specify when purchasing the product). If "
274
- "necessary, please submit \"Lost your password?\" request."
275
- msgstr ""
276
-
277
- #: bws_functions.php:579
278
- msgid "Check license key"
279
- msgstr ""
280
-
281
- #: bws_functions.php:593
282
- msgid "WARNING: Illegal use notification"
283
- msgstr ""
284
-
285
- #: bws_functions.php:593
286
- msgid ""
287
- "You can use one license of the Pro plugin for one domain only. Please check "
288
- "and edit your license or domain if necessary using you personal Client Area. "
289
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
290
- "the Pro plugin will be deactivated."
291
- msgstr ""
292
-
293
- #: bws_functions.php:601
294
- msgid ""
295
- "Notice: Your Pro Trial license has expired. To continue using the plugin you "
296
- "should buy a Pro license"
297
- msgstr ""
298
-
299
- #: bws_functions.php:603
300
- msgid ""
301
- "Your license has expired. To continue getting top-priority support and "
302
- "plugin updates you should extend it."
303
- msgstr ""
304
-
305
- #: bws_functions.php:603 bws_functions.php:656 bws_menu.php:666
306
- #: bws_menu.php:688 bws_menu.php:715 bws_menu.php:745 bws_menu.php:791
307
- #, fuzzy
308
- msgid "Learn more"
309
- msgstr "Läs mer"
310
-
311
- #: bws_functions.php:613
312
- #, php-format
313
- msgid "Notice: You are using the Pro Trial license of %s plugin."
314
- msgstr ""
315
-
316
- #: bws_functions.php:615
317
- msgid "Notice: You are using the Pro Trial license of plugin."
318
- msgstr ""
319
-
320
- #: bws_functions.php:618
321
- msgid "The Pro Trial license will expire on"
322
- msgstr ""
323
-
324
- #: bws_functions.php:656
325
- msgid "You license for"
326
- msgstr ""
327
-
328
- #: bws_functions.php:656
329
- msgid "expires on"
330
- msgstr ""
331
-
332
- #: bws_functions.php:656
333
- msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
334
- msgstr ""
335
-
336
- #: bws_functions.php:687
337
- #, fuzzy
338
- msgid "Thank you for installing"
339
- msgstr "Tack för att du kontaktade oss."
340
-
341
- #: bws_functions.php:688
342
- msgid "Let's get started"
343
- msgstr ""
344
-
345
- #: bws_functions.php:689
346
- #, fuzzy
347
- msgid "Configure Settings"
348
- msgstr "Inställningar"
349
-
350
- #: bws_functions.php:692
351
- msgid "Add New"
352
- msgstr ""
353
-
354
- #: bws_functions.php:696 bws_functions.php:755
355
- msgid "Close notice"
356
- msgstr ""
357
-
358
- #: bws_functions.php:750
359
- #, fuzzy
360
- msgid "Thank you for choosing"
361
- msgstr "Tack för att du kontaktade oss."
362
-
363
- #: bws_functions.php:751
364
- msgid ""
365
- "If you have a feature, suggestion or idea you'd like to see in the plugin, "
366
- "we'd love to hear about it!"
367
- msgstr ""
368
-
369
- #: bws_functions.php:752
370
- msgid "Suggest a Feature"
371
- msgstr ""
372
-
373
- #: bws_functions.php:768
374
- msgid "Notice"
375
- msgstr ""
376
-
377
- #: bws_functions.php:768
378
- msgid "The plugin's settings have been changed."
379
- msgstr ""
380
-
381
- #: bws_functions.php:769
382
- msgid "Save Changes"
383
- msgstr "Spara ändringar"
384
-
385
- #: bws_functions.php:786
386
- msgid ""
387
- "You can always look at premium options by clicking on the \"Show Pro features"
388
- "\" in the \"Go PRO\" tab"
389
- msgstr ""
390
-
391
- #: bws_functions.php:866
392
- msgid "Add BWS Plugins Shortcode"
393
- msgstr ""
394
-
395
- #: bws_functions.php:886
396
- msgid "Add shortcode"
397
- msgstr ""
398
-
399
- #: bws_functions.php:886
400
- msgid "Add BestWebSoft plugins' shortcodes using this button."
401
- msgstr ""
402
-
403
- #: bws_functions.php:928
404
- msgid "Close"
405
- msgstr ""
406
-
407
- #: bws_functions.php:1020
408
- msgid "Restore all plugin settings to defaults"
409
- msgstr ""
410
-
411
- #: bws_functions.php:1022
412
- msgid "Restore settings"
413
- msgstr ""
414
-
415
- #: bws_functions.php:1033
416
- msgid "Are you sure you want to restore all settings by default?"
417
- msgstr ""
418
-
419
- #: bws_functions.php:1036
420
- msgid "Yes, restore all settings"
421
- msgstr ""
422
-
423
- #: bws_functions.php:1037
424
- msgid "No, go back to the settings page"
425
- msgstr ""
426
-
427
- #: bws_functions.php:1083
428
- #, fuzzy
429
- msgid "Plugin"
430
- msgstr "Betaltillägg"
431
-
432
- #: bws_functions.php:1092
433
- #, fuzzy
434
- msgid "Shortcode settings"
435
- msgstr "Inställningar"
436
-
437
- #: bws_functions.php:1097
438
- msgid "The shortcode will be inserted"
439
- msgstr ""
440
-
441
- #: bws_functions.php:1102
442
- msgid "Insert"
443
- msgstr ""
444
-
445
- #: bws_functions.php:1133
446
- msgid "Visit Help Center"
447
- msgstr ""
448
-
449
- #: bws_functions.php:1138
450
- msgid "FAQ"
451
- msgstr "FAQ"
452
-
453
- #: bws_functions.php:1144
454
- msgid "For more information:"
455
- msgstr ""
456
-
457
- #: bws_functions.php:1145
458
- msgid "Documentation"
459
- msgstr ""
460
-
461
- #: bws_functions.php:1146
462
- msgid "Video Instructions"
463
- msgstr ""
464
-
465
- #: bws_functions.php:1147
466
- msgid "Submit a Request"
467
- msgstr ""
468
-
469
- #: bws_menu.php:506
470
- msgid "Not set"
471
- msgstr "Inte angiven"
472
-
473
- #: bws_menu.php:508 bws_menu.php:509
474
- msgid "On"
475
- msgstr "På"
476
-
477
- #: bws_menu.php:508 bws_menu.php:509
478
- msgid "Off"
479
- msgstr "Av"
480
-
481
- #: bws_menu.php:510 bws_menu.php:511 bws_menu.php:512 bws_menu.php:513
482
- #: bws_menu.php:514 bws_menu.php:526
483
- msgid "N/A"
484
- msgstr "Finns ej"
485
-
486
- #: bws_menu.php:514
487
- msgid " Mb"
488
- msgstr " Mb"
489
-
490
- #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:522
491
- msgid "Yes"
492
- msgstr "Ja"
493
-
494
- #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:524
495
- msgid "No"
496
- msgstr "Nej"
497
-
498
- #: bws_menu.php:534
499
- msgid "Operating System"
500
- msgstr "Operativsystem"
501
-
502
- #: bws_menu.php:535
503
- msgid "Server"
504
- msgstr "Server"
505
-
506
- #: bws_menu.php:536
507
- msgid "Memory usage"
508
- msgstr "Minnesanvändning"
509
-
510
- #: bws_menu.php:537
511
- msgid "MYSQL Version"
512
- msgstr "MySQL-version"
513
-
514
- #: bws_menu.php:538
515
- msgid "SQL Mode"
516
- msgstr "SQL-läge"
517
-
518
- #: bws_menu.php:539
519
- msgid "PHP Version"
520
- msgstr "PHP-version"
521
-
522
- #: bws_menu.php:540
523
- msgid "PHP Safe Mode"
524
- msgstr "PHP säkert läge"
525
-
526
- #: bws_menu.php:541
527
- msgid "PHP Allow URL fopen"
528
- msgstr "PHP tillåt URL fopen"
529
-
530
- #: bws_menu.php:542
531
- msgid "PHP Memory Limit"
532
- msgstr "PHP Minnesgräns"
533
-
534
- #: bws_menu.php:543
535
- msgid "PHP Max Upload Size"
536
- msgstr "PHP Max uppladdningstorlek"
537
-
538
- #: bws_menu.php:544
539
- msgid "PHP Max Post Size"
540
- msgstr "PHP Max poststorlek"
541
-
542
- #: bws_menu.php:545
543
- msgid "PHP Max Script Execute Time"
544
- msgstr "PHP Max skriptexekverinstid"
545
-
546
- #: bws_menu.php:546
547
- msgid "PHP Exif support"
548
- msgstr "PHP Exifstöd"
549
-
550
- #: bws_menu.php:547
551
- msgid "PHP IPTC support"
552
- msgstr "PHP ITPC-stöd"
553
-
554
- #: bws_menu.php:548
555
- msgid "PHP XML support"
556
- msgstr "PHP XML-stöd"
557
-
558
- #: bws_menu.php:549
559
- msgid "Site URL"
560
- msgstr "SajtURL"
561
-
562
- #: bws_menu.php:550
563
- msgid "Home URL"
564
- msgstr "HemURL"
565
-
566
- #: bws_menu.php:553
567
- msgid "WordPress Version"
568
- msgstr "WordPress-version"
569
-
570
- #: bws_menu.php:554
571
- msgid "WordPress DB Version"
572
- msgstr "WordPress-DB-version"
573
-
574
- #: bws_menu.php:555
575
- msgid "Multisite"
576
- msgstr "Multisajt"
577
-
578
- #: bws_menu.php:556
579
- msgid "Active Theme"
580
- msgstr "Aktivt tema"
581
-
582
- #: bws_menu.php:571
583
- msgid "Please enter a valid email address."
584
- msgstr "Var god ange en giltig epost-adress."
585
-
586
- #: bws_menu.php:575
587
- msgid "Email with system info is sent to "
588
- msgstr "Epost med systeminfo är skickat till"
589
-
590
- #: bws_menu.php:579
591
- msgid "Thank you for contacting us."
592
- msgstr "Tack för att du kontaktade oss."
593
-
594
- #: bws_menu.php:612
595
- msgid "Sorry, email message could not be delivered."
596
- msgstr "Ledsen, eposten kunde inte levereras."
597
-
598
- #: bws_menu.php:619
599
- msgid "Need help?"
600
- msgstr ""
601
-
602
- #: bws_menu.php:620
603
- msgid "Client area"
604
- msgstr ""
605
-
606
- #: bws_menu.php:621 bws_menu.php:930
607
- msgid "System status"
608
- msgstr "Systemstatus"
609
-
610
- #: bws_menu.php:626
611
- #, fuzzy
612
- msgid "Plugins"
613
- msgstr "Betaltillägg"
614
-
615
- #: bws_menu.php:627
616
- msgid "Themes"
617
- msgstr ""
618
-
619
- #: bws_menu.php:631
620
- msgid "All"
621
- msgstr ""
622
-
623
- #: bws_menu.php:632
624
- #, fuzzy
625
- msgid "Installed"
626
- msgstr "Installera %s"
627
-
628
- #: bws_menu.php:633
629
- #, fuzzy
630
- msgid "Recommended"
631
- msgstr "Rekommenderade tillägg"
632
-
633
- #: bws_menu.php:637
634
- msgid "Installed plugins"
635
- msgstr "Installerade tillägg"
636
-
637
- #: bws_menu.php:669 bws_menu.php:718
638
- msgid "Settings"
639
- msgstr "Inställningar"
640
-
641
- #: bws_menu.php:690 bws_menu.php:747
642
- #, fuzzy
643
- msgid "Activate this plugin"
644
- msgstr "Aktiverade tillägg"
645
-
646
- #: bws_menu.php:705 bws_menu.php:735 bws_menu.php:781
647
- msgid "Go"
648
- msgstr ""
649
-
650
- #: bws_menu.php:709 bws_menu.php:739 bws_menu.php:785
651
- msgid "DONATE"
652
- msgstr ""
653
-
654
- #: bws_menu.php:755
655
- msgid "Recommended plugins"
656
- msgstr "Rekommenderade tillägg"
657
-
658
- #: bws_menu.php:793
659
- #, fuzzy
660
- msgid "Install now"
661
- msgstr "Установить сейчас"
662
-
663
- #: bws_menu.php:814
664
- msgid "Try again"
665
- msgstr ""
666
-
667
- #: bws_menu.php:832
668
- #, php-format
669
- msgid "Preview &#8220;%s&#8221;"
670
- msgstr ""
671
-
672
- #: bws_menu.php:863
673
- #, php-format
674
- msgid "Install %s"
675
- msgstr "Installera %s"
676
-
677
- #: bws_menu.php:863
678
- msgid "Install Now"
679
- msgstr "Установить сейчас"
680
-
681
- #: bws_menu.php:866
682
- #, php-format
683
- msgid "Update to version %s"
684
- msgstr ""
685
-
686
- #: bws_menu.php:866
687
- msgid "Update"
688
- msgstr ""
689
-
690
- #: bws_menu.php:873
691
- #, php-format
692
- msgid "Preview %s"
693
- msgstr ""
694
-
695
- #: bws_menu.php:873
696
- msgid "Preview"
697
- msgstr ""
698
-
699
- #: bws_menu.php:879 bws_menu.php:911
700
- #, php-format
701
- msgid "By %s"
702
- msgstr ""
703
-
704
- #: bws_menu.php:885
705
- msgid "Details"
706
- msgstr ""
707
-
708
- #: bws_menu.php:917
709
- #, fuzzy
710
- msgid "Already Installed"
711
- msgstr "Installera %s"
712
-
713
- #: bws_menu.php:933
714
- msgid "Environment"
715
- msgstr "Miljövariabler"
716
-
717
- #: bws_menu.php:944
718
- msgid "Active Plugins"
719
- msgstr "Aktiverade tillägg"
720
-
721
- #: bws_menu.php:957
722
- msgid "Inactive Plugins"
723
- msgstr "Inaktiverade tillägg"
724
-
725
- #: bws_menu.php:973
726
- msgid "Send to support"
727
- msgstr "Skicka till support"
728
-
729
- #: bws_menu.php:980
730
- msgid "Send to custom email &#187;"
731
- msgstr "Skicka till anpassad epost &#187;"
732
-
733
- #~ msgid "Pro plugins"
734
- #~ msgstr "Betaltillägg"
735
-
736
- #~ msgid "Activated plugins"
737
- #~ msgstr "Aktiverade tillägg"
738
-
739
- #~ msgid "Read more"
740
- #~ msgstr "Läs mer"
741
-
742
- #~ msgid "Purchase"
743
- #~ msgstr "Köp"
744
-
745
- #~ msgid "Free plugins"
746
- #~ msgstr "Gratis tillägg"
747
-
748
- #~ msgid "Download"
749
- #~ msgstr "Hämta"
750
-
751
- #~ msgid "Install now from wordpress.org"
752
- #~ msgstr "Installera nu från wordpress.org"
753
-
754
- #, fuzzy
755
- #~ msgid "Activated theme"
756
- #~ msgstr "Aktivt tema"
757
-
758
- #, fuzzy
759
- #~ msgid "Installed themes"
760
- #~ msgstr "Installera %s"
761
-
762
- #, fuzzy
763
- #~ msgid "Recommended themes"
764
- #~ msgstr "Rekommenderade tillägg"
765
-
766
- #, fuzzy
767
- #~ msgid "installed"
768
- #~ msgstr "Installera %s"
769
-
770
- #~ msgid "Login form"
771
- #~ msgstr "Inloggningsformulär"
772
-
773
- #~ msgid "Registration form"
774
- #~ msgstr "Registreringsformulär"
775
-
776
- #~ msgid "Register form"
777
- #~ msgstr "Registreringsformulär"
778
-
779
- #~ msgid "Reset Password form"
780
- #~ msgstr "Formulär för att återställa lösenord"
781
-
782
- #~ msgid "Lost password form"
783
- #~ msgstr "Formulär för att återställa lösenord"
784
-
785
- #~ msgid "Comments form"
786
- #~ msgstr "Kommentarsformulär"
787
-
788
- #~ msgid "Hide CAPTCHA for registered users"
789
- #~ msgstr "Dölj CAPTCHA för registrerade användare"
790
-
791
- #~ msgid "Plus (&#43;)"
792
- #~ msgstr "Plus (&#43;)"
793
-
794
- #~ msgid "Plus"
795
- #~ msgstr "Plus"
796
-
797
- #~ msgid "Minus (&minus;)"
798
- #~ msgstr "Minus (&minus;)"
799
-
800
- #~ msgid "Minus"
801
- #~ msgstr "Minus"
802
-
803
- #~ msgid "Multiplication (&times;)"
804
- #~ msgstr "Multiplikation (&times;)"
805
-
806
- #~ msgid "Multiply"
807
- #~ msgstr "Multiplicera"
808
-
809
- #~ msgid "Numbers"
810
- #~ msgstr "Siffror"
811
-
812
- #~ msgid "Words"
813
- #~ msgstr "Ord"
814
-
815
- #~ msgid "Captcha Settings"
816
- #~ msgstr "Captchainställningar"
817
-
818
- #~ msgid "Captcha"
819
- #~ msgstr "Captcha"
820
-
821
- #~ msgid "Support"
822
- #~ msgstr "Support"
823
-
824
- #~ msgid ""
825
- #~ "Please select one item in the block Arithmetic and Complexity for CAPTCHA"
826
- #~ msgstr ""
827
- #~ "Var god markera ett val i avdelningarna Aritmetiska metoder och "
828
- #~ "Svårighetsgrad för CAPTCHA"
829
-
830
- #~ msgid "Options saved."
831
- #~ msgstr "Inställningar sparade."
832
-
833
- #~ msgid "Enable CAPTCHA for:"
834
- #~ msgstr "Aktivera CAPTCHA för:"
835
-
836
- #~ msgid "Contact form"
837
- #~ msgstr "Kontaktformulär"
838
-
839
- #~ msgid "(powered by bestwebsoft.com)"
840
- #~ msgstr "(tillhandahålls av bestwebsoft.com)"
841
-
842
- #~ msgid "Activate contact form"
843
- #~ msgstr "Aktivera kontaktformulär"
844
-
845
- #~ msgid "Download contact form"
846
- #~ msgstr "Hämta kontaktformulär"
847
-
848
- #~ msgid ""
849
- #~ "If you would like to customize this plugin for a custom form, please "
850
- #~ "contact us via"
851
- #~ msgstr ""
852
- #~ "Om du vill anpassa detta tillägg för ett skräddarsytt formulär, vänligen "
853
- #~ "kontakta oss via"
854
-
855
- #~ msgid "Title for CAPTCHA in the form"
856
- #~ msgstr "Etikett för CAPTCHA i formulär"
857
-
858
- #~ msgid "Arithmetic actions for CAPTCHA"
859
- #~ msgstr "Aritmetiska metoder för CAPTCHA"
860
-
861
- #~ msgid "CAPTCHA complexity level"
862
- #~ msgstr "CAPTCHA-svårighetsgrad"
863
-
864
- #~ msgid "ERROR"
865
- #~ msgstr "FEL"
866
-
867
- #~ msgid "Please fill the form."
868
- #~ msgstr "Var god fyll i formuläret."
869
-
870
- #~ msgid "Please enter a valid CAPTCHA value."
871
- #~ msgstr "Var god fyll i CAPTCHA."
872
-
873
- #~ msgid ""
874
- #~ "Error: You have entered an incorrect CAPTCHA value. Click the BACK button "
875
- #~ "on your browser, and try again."
876
- #~ msgstr ""
877
- #~ "Fel: Du angav ett felaktigt svar i fältet för CAPTCHA. Klicka på tillbaka-"
878
- #~ "knappen i din webbläsare och försök igen."
879
-
880
- #~ msgid "zero"
881
- #~ msgstr "noll"
882
-
883
- #~ msgid "one"
884
- #~ msgstr "ett"
885
-
886
- #~ msgid "three"
887
- #~ msgstr "tre"
888
-
889
- #~ msgid "five"
890
- #~ msgstr "fem"
891
-
892
- #~ msgid "six"
893
- #~ msgstr "sex"
894
-
895
- #~ msgid "seven"
896
- #~ msgstr "sju"
897
-
898
- #~ msgid "eight"
899
- #~ msgstr "åtta"
900
-
901
- #~ msgid "nine"
902
- #~ msgstr "nio"
903
-
904
- #~ msgid "eleven"
905
- #~ msgstr "elva"
906
-
907
- #~ msgid "twelve"
908
- #~ msgstr "tolv"
909
-
910
- #~ msgid "thirteen"
911
- #~ msgstr "tretton"
912
-
913
- #~ msgid "fourteen"
914
- #~ msgstr "fjorton"
915
-
916
- #~ msgid "fifteen"
917
- #~ msgstr "femton"
918
-
919
- #~ msgid "sixteen"
920
- #~ msgstr "sexton"
921
-
922
- #~ msgid "seventeen"
923
- #~ msgstr "sjutton"
924
-
925
- #~ msgid "eighteen"
926
- #~ msgstr "arton"
927
-
928
- #~ msgid "nineteen"
929
- #~ msgstr "nitton"
930
-
931
- #~ msgid "ten"
932
- #~ msgstr "tio"
933
-
934
- #~ msgid "twenty"
935
- #~ msgstr "tjugo"
936
-
937
- #~ msgid "thirty"
938
- #~ msgstr "trettio"
939
-
940
- #~ msgid "forty"
941
- #~ msgstr "fyrtio"
942
-
943
- #~ msgid "fifty"
944
- #~ msgstr "femtio"
945
-
946
- #~ msgid "sixty"
947
- #~ msgstr "sextio"
948
-
949
- #~ msgid "seventy"
950
- #~ msgstr "sjuttio"
951
-
952
- #~ msgid "eighty"
953
- #~ msgstr "åttio"
954
-
955
- #~ msgid "ninety"
956
- #~ msgstr "nittio"
957
-
958
- #~ msgid "and"
959
- #~ msgstr "och"
960
-
961
- #~ msgid "Encryption password is not set"
962
- #~ msgstr "Lösenord för kodning har inte angetts"
963
-
964
- #~ msgid "Decryption password is not set"
965
- #~ msgstr "Lösenord för avkodning har inte angetts"
966
-
967
- #, fuzzy
968
- #~ msgid ""
969
- #~ "If you have any questions, please contact us via plugin@bestwebsoft.com "
970
- #~ "or fill in the contact form on our website"
971
- #~ msgstr ""
972
- #~ "Om du har frågor, vänligen kontakta oss via plugin@bestwebsoft.com eller "
973
- #~ "fyll i kontaktformuläret på vår hemsida"
974
-
975
- #~ msgid "Increase"
976
- #~ msgstr "Öka"
977
-
978
- #~ msgid "Difficulty for CAPTCHA"
979
- #~ msgstr "Svårighetsgrad för CAPTCHA"
980
-
981
- #~ msgid "That CAPTCHA was incorrect."
982
- #~ msgstr "Angiven CAPTCHA var felaktig."
983
-
984
- #~ msgid "The password of encryption is not set"
985
- #~ msgstr "Lösenordet för krytering har inte angetts"
986
-
987
- #~ msgid "null"
988
- #~ 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-02-22 16:04+0300\n"
6
- "PO-Revision-Date: 2016-02-22 16:06+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,48 +56,92 @@ msgstr ""
44
  "чи вище! Ми не гарантуємо, що наш плагін буде працювати правильно. Будь "
45
  "ласка, оновіть WordPress до останньої версії."
46
 
47
- #: bws_functions.php:148
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  msgid "It’s time to upgrade your"
49
  msgstr "Настав час модернізувати Ваш"
50
 
51
- #: bws_functions.php:148
52
  msgid "to"
53
  msgstr "до"
54
 
55
- #: bws_functions.php:148
56
  msgid "version!"
57
  msgstr "версії!"
58
 
59
- #: bws_functions.php:149
60
  msgid "Extend standard plugin functionality with new great options."
61
  msgstr "Розширює можливості стандартного функціоналу плагіна."
62
 
63
- #: bws_functions.php:152 bws_functions.php:593
64
  msgid "Learn More"
65
  msgstr "Дізнатись більше"
66
 
67
- #: bws_functions.php:169
68
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
69
  msgstr ""
70
  "Якщо вам сподобався плагін, будь ласка, поставте нам 5 зірочок на WordPress"
71
 
72
- #: bws_functions.php:170
73
  msgid "Rate the plugin"
74
  msgstr "Оцінити плагін"
75
 
76
- #: bws_functions.php:173
77
  msgid "If there is something wrong about it, please contact us"
78
  msgstr "Якщо щось не так, будь ласка, повідомте нам"
79
 
80
- #: bws_functions.php:205
 
 
 
 
81
  msgid "Check premium options on the plugin settings page!"
82
  msgstr "Подивіться преміум опції на сторінці налаштувань плагіна!"
83
 
84
- #: bws_functions.php:212 bws_functions.php:248
 
85
  msgid "Wrong license key"
86
  msgstr "Невірний ключ ліцензії"
87
 
88
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
89
  msgid ""
90
  "Something went wrong. Please try again later. If the error appears again, "
91
  "please contact us"
@@ -93,15 +149,16 @@ msgstr ""
93
  "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
94
  "повідомте нам"
95
 
96
- #: bws_functions.php:242 bws_functions.php:506 bws_functions.php:557
 
97
  msgid "We are sorry for inconvenience."
98
  msgstr "Просимо вибачення за незручності."
99
 
100
- #: bws_functions.php:250
101
  msgid "This license key is bind to another site"
102
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту"
103
 
104
- #: bws_functions.php:252 bws_functions.php:416
105
  msgid ""
106
  "Unfortunately, you have exceeded the number of available tries per day. "
107
  "Please, upload the plugin manually."
@@ -109,7 +166,7 @@ msgstr ""
109
  "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
110
  "завантажте плагін вручну"
111
 
112
- #: bws_functions.php:254
113
  msgid ""
114
  "Unfortunately, Your license has expired. To continue getting top-priority "
115
  "support and plugin updates you should extend it in your"
@@ -117,7 +174,7 @@ msgstr ""
117
  "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
118
  "першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію"
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."
@@ -125,16 +182,17 @@ msgstr ""
125
  "На жаль, Pro ліцензія уже використовувалась на цьому домені. Тріал Pro "
126
  "версії плагіну можна використати лише один раз."
127
 
128
- #: bws_functions.php:277 bws_functions.php:299 bws_functions.php:321
 
129
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
130
  msgstr ""
131
  "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
132
 
133
- #: bws_functions.php:289
134
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
135
  msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
136
 
137
- #: bws_functions.php:295
138
  msgid ""
139
  "Your server does not support either ZipArchive or Phar. Please, upload the "
140
  "plugin manually"
@@ -142,13 +200,13 @@ msgstr ""
142
  "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
143
  "вручну"
144
 
145
- #: bws_functions.php:302
146
  msgid "UploadDir is not writable. Please, upload the plugin manually"
147
  msgstr ""
148
  "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
149
  "вручну"
150
 
151
- #: bws_functions.php:325
152
  msgid ""
153
  "Something went wrong. Try again later or upload the plugin manually. We are "
154
  "sorry for inconvenience."
@@ -156,94 +214,87 @@ msgstr ""
156
  "Виникли певні проблеми. Спробуйте ще раз пізніше або завантажте плагін "
157
  "вручну. Просимо вибачення за незручності."
158
 
159
- #: bws_functions.php:350
160
  msgid "Please, enter Your license key"
161
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
162
 
163
- #: bws_functions.php:380
164
  msgid ""
165
- "Congratulations! The Pro version of the plugin is successfully download and "
166
  "activated."
167
  msgstr "Вітаємо! Pro версію плагіну успішно завантажено та активовано."
168
 
169
- #: bws_functions.php:382 bws_functions.php:473
170
  msgid "Please, go to"
171
  msgstr "Будь ласка, перейдіть на"
172
 
173
- #: bws_functions.php:382 bws_functions.php:473
174
  msgid "the setting page"
175
  msgstr "сторінку установок"
176
 
177
- #: bws_functions.php:383 bws_functions.php:474
178
  msgid "You will be redirected automatically in 5 seconds."
179
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
180
 
181
- #: bws_functions.php:390
182
  msgid "Show Pro features"
183
  msgstr "Показати Pro опції"
184
 
185
- #: bws_functions.php:397
186
- msgid "You can download and activate"
187
- msgstr "Ви можете завантажити та активувати"
188
-
189
- #: bws_functions.php:399
190
- msgid "version of this plugin by entering Your license key."
191
- msgstr "версію цього плагіну, якщо впишете ваш ліцензійний ключ."
192
 
193
- #: bws_functions.php:401 bws_functions.php:442
194
- msgid ""
195
- "You can find your license key on your personal page Client area, by clicking "
196
- "on the link"
197
- msgstr ""
198
- "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у "
199
- "Client area, перейшовши за посиланням"
200
 
201
- #: bws_functions.php:403 bws_functions.php:444
202
- msgid "(your username is the email you specify when purchasing the product)."
203
- msgstr "(ваше ім'я - це емейл, який ви вказували при купівлі плагіну)"
204
 
205
- #: bws_functions.php:407 bws_functions.php:691
206
- msgid "or"
207
- msgstr "або"
208
 
209
- #: bws_functions.php:407
210
  #, php-format
211
  msgid "Start Your Free %s-Day Trial Now"
212
  msgstr "Спробуйте %s-денну тріал версію безкоштовно"
213
 
214
- #: bws_functions.php:413 bws_functions.php:422 bws_functions.php:452
215
- #: bws_functions.php:460 bws_menu.php:690 bws_menu.php:747
 
216
  msgid "Activate"
217
  msgstr "Активувати"
218
 
219
- #: bws_functions.php:439 bws_functions.php:532
220
  #, php-format
221
  msgid ""
222
  "In order to continue using the plugin it is necessary to buy a %s license."
223
  msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
224
 
225
- #: bws_functions.php:440
226
  msgid "After that you can activate it by entering your license key."
227
  msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
228
 
229
- #: bws_functions.php:454
230
  msgid "Unfortunately, you have exceeded the number of available tries per day."
231
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
232
 
233
- #: bws_functions.php:471
234
  msgid ""
235
  "Congratulations! The Pro license of the plugin is successfully activated."
236
  msgstr "Вітаємо! Pro версію плагіну успішно активовано."
237
 
238
- #: bws_functions.php:512
239
  msgid "Wrong license key."
240
  msgstr "Неправильний ліцензійний ключ."
241
 
242
- #: bws_functions.php:514
243
  msgid "This license key is bind to another site."
244
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
245
 
246
- #: bws_functions.php:516
247
  msgid ""
248
  "This license key is valid, but Your license has expired. If you want to "
249
  "update our plugin in future, you should extend the license."
@@ -251,11 +302,11 @@ msgstr ""
251
  "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
252
  "хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
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."
@@ -263,23 +314,23 @@ msgstr ""
263
  "На жаль, тріал Pro версія плагіну уже встановлювалась на цей домен. Тріал "
264
  "Pro версію можна встановлювати лише один раз."
265
 
266
- #: bws_functions.php:524
267
  msgid "The Pro Trial license key is valid."
268
  msgstr "Ключ тріал Pro версії вірний."
269
 
270
- #: bws_functions.php:526
271
  msgid "The license key is valid."
272
  msgstr "Ліцензійний ключ дійсний."
273
 
274
- #: bws_functions.php:529
275
  msgid "Your license will expire on"
276
  msgstr "Ваша ліцензія закінчується"
277
 
278
- #: bws_functions.php:562
279
  msgid "Please, enter your license key"
280
  msgstr "Будь ласка, введіть ваш ліцензійний ключ"
281
 
282
- #: bws_functions.php:575
283
  msgid ""
284
  "If needed you can check if the license key is correct or reenter it in the "
285
  "field below. You can find your license key on your personal page - Client "
@@ -290,24 +341,23 @@ msgstr ""
290
  "ліцензійний ключ на вашій персональній сторінці - Client area - на нашому "
291
  "сайті."
292
 
293
- #: bws_functions.php:575
294
  msgid ""
295
- "(your username is the email you specify when purchasing the product). If "
296
  "necessary, please submit \"Lost your password?\" request."
297
  msgstr ""
298
- "(ім'я користувача - це електронна адреса, яку ви вказуєте при купівлі "
299
- "продукту). При необхідності, будь ласка, відправте запит на відновлення "
300
- "вашого паролю."
301
 
302
- #: bws_functions.php:579
303
  msgid "Check license key"
304
  msgstr "Перевірте ліцензійний ключ"
305
 
306
- #: bws_functions.php:593
307
  msgid "WARNING: Illegal use notification"
308
  msgstr "УВАГА: виявлено несанкціоноване використання плагіну"
309
 
310
- #: bws_functions.php:593
311
  msgid ""
312
  "You can use one license of the Pro plugin for one domain only. Please check "
313
  "and edit your license or domain if necessary using you personal Client Area. "
@@ -319,7 +369,7 @@ msgstr ""
319
  "вкладці Client Area. Ми настійливо рекомендуємо Вам вирішити це питання "
320
  "протягом 24 годин, інакше плагін буде деактивовано."
321
 
322
- #: bws_functions.php:601
323
  msgid ""
324
  "Notice: Your Pro Trial license has expired. To continue using the plugin you "
325
  "should buy a Pro license"
@@ -327,7 +377,7 @@ msgstr ""
327
  "Увага: Термін дії тріал періоду Pro версії плагіну скінчився. Щоб продовжити "
328
  "користуватись плагіном, будь ласка, придбайте ліцензію Pro"
329
 
330
- #: bws_functions.php:603
331
  msgid ""
332
  "Your license has expired. To continue getting top-priority support and "
333
  "plugin updates you should extend it."
@@ -335,63 +385,42 @@ msgstr ""
335
  "Строк вашої ліцензії витік. Якщо ви хочете оновлювати наш плагін у "
336
  "майбутньому, вам слід подовжити ліцензію."
337
 
338
- #: bws_functions.php:603 bws_functions.php:656 bws_menu.php:666
339
- #: bws_menu.php:688 bws_menu.php:715 bws_menu.php:745 bws_menu.php:791
340
  msgid "Learn more"
341
  msgstr "Дізнатись більше"
342
 
343
- #: bws_functions.php:613
344
  #, php-format
345
  msgid "Notice: You are using the Pro Trial license of %s plugin."
346
  msgstr "Увага: Ви використовуєте тріал Pro версію плагіну %s."
347
 
348
- #: bws_functions.php:615
349
  msgid "Notice: You are using the Pro Trial license of plugin."
350
  msgstr "Увага: Ви використовуєте тріал Pro версію плагіну."
351
 
352
- #: bws_functions.php:618
353
  msgid "The Pro Trial license will expire on"
354
  msgstr "Тріал період Pro версії плагіну закінчується"
355
 
356
- #: bws_functions.php:656
357
  msgid "You license for"
358
  msgstr "Ваша ліцензія для"
359
 
360
- #: bws_functions.php:656
361
  msgid "expires on"
362
  msgstr "витікає"
363
 
364
- #: bws_functions.php:656
365
  msgid "and you won't be granted TOP-PRIORITY SUPPORT or UPDATES."
366
  msgstr ""
367
  "та ви більше не будете отримувати першочергову технічну підтримку та "
368
  "оновлення."
369
 
370
- #: bws_functions.php:687
371
- msgid "Thank you for installing"
372
- msgstr "Дякуємо, що встановили"
373
-
374
- #: bws_functions.php:688
375
- msgid "Let's get started"
376
- msgstr "Розпочнемо"
377
-
378
- #: bws_functions.php:689
379
- msgid "Configure Settings"
380
- msgstr "Налаштувати плагін"
381
-
382
- #: bws_functions.php:692
383
- msgid "Add New"
384
- msgstr "Додати"
385
-
386
- #: bws_functions.php:696 bws_functions.php:755
387
- msgid "Close notice"
388
- msgstr "Закрити"
389
-
390
- #: bws_functions.php:750
391
  msgid "Thank you for choosing"
392
  msgstr "Дякуємо, що обрали"
393
 
394
- #: bws_functions.php:751
395
  msgid ""
396
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
397
  "we'd love to hear about it!"
@@ -400,23 +429,23 @@ msgstr ""
400
  "функціоналу плагіна, будь ласка, надсилайте їх нам! Ми завжди відкриті для "
401
  "нових ідей!"
402
 
403
- #: bws_functions.php:752
404
  msgid "Suggest a Feature"
405
  msgstr "Запропонувати функціонал"
406
 
407
- #: bws_functions.php:768
408
  msgid "Notice"
409
  msgstr "Зауважте"
410
 
411
- #: bws_functions.php:768
412
  msgid "The plugin's settings have been changed."
413
  msgstr "Налаштування плагіну змінено."
414
 
415
- #: bws_functions.php:769
416
  msgid "Save Changes"
417
  msgstr "Зберегти зміни"
418
 
419
- #: bws_functions.php:786
420
  msgid ""
421
  "You can always look at premium options by clicking on the \"Show Pro features"
422
  "\" in the \"Go PRO\" tab"
@@ -424,339 +453,558 @@ msgstr ""
424
  "Ви завжди можете подивитися на преміум опції, натиснувши на кнопку "
425
  "\"Показати Pro особливост\" на вкладці \"Перейти на PRO\""
426
 
427
- #: bws_functions.php:866
428
- msgid "Add BWS Plugins Shortcode"
429
- msgstr "Додати BWS шорткод"
430
-
431
- #: bws_functions.php:886
432
  msgid "Add shortcode"
433
  msgstr "Додати шорткод"
434
 
435
- #: bws_functions.php:886
436
  msgid "Add BestWebSoft plugins' shortcodes using this button."
437
  msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
438
 
439
- #: bws_functions.php:928
440
  msgid "Close"
441
  msgstr "Закрити"
442
 
443
- #: bws_functions.php:1020
444
  msgid "Restore all plugin settings to defaults"
445
  msgstr "Скинути налаштування плагіну до стандартних"
446
 
447
- #: bws_functions.php:1022
448
  msgid "Restore settings"
449
  msgstr "Скинути налаштування"
450
 
451
- #: bws_functions.php:1033
452
  msgid "Are you sure you want to restore all settings by default?"
453
  msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
454
 
455
- #: bws_functions.php:1036
456
  msgid "Yes, restore all settings"
457
  msgstr "Так, скинути налаштування"
458
 
459
- #: bws_functions.php:1037
460
  msgid "No, go back to the settings page"
461
  msgstr "Ні, повернутись назад на сторінку налаштувань"
462
 
463
- #: bws_functions.php:1083
464
  msgid "Plugin"
465
  msgstr "Плагін"
466
 
467
- #: bws_functions.php:1092
468
  msgid "Shortcode settings"
469
  msgstr "Налаштування шорткоду"
470
 
471
- #: bws_functions.php:1097
472
  msgid "The shortcode will be inserted"
473
  msgstr "Буде вставлено шорткод"
474
 
475
- #: bws_functions.php:1102
476
  msgid "Insert"
477
  msgstr "Вставити"
478
 
479
- #: bws_functions.php:1133
480
  msgid "Visit Help Center"
481
  msgstr "Перейти в Help Center"
482
 
483
- #: bws_functions.php:1138
484
  msgid "FAQ"
485
  msgstr "FAQ"
486
 
487
- #: bws_functions.php:1144
488
  msgid "For more information:"
489
  msgstr "Для отримання додаткової інформації:"
490
 
491
- #: bws_functions.php:1145
492
  msgid "Documentation"
493
  msgstr "Документація"
494
 
495
- #: bws_functions.php:1146
496
  msgid "Video Instructions"
497
  msgstr "Відео інструкції"
498
 
499
- #: bws_functions.php:1147
500
  msgid "Submit a Request"
501
  msgstr "Надіслати запит"
502
 
503
- #: bws_menu.php:506
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
504
  msgid "Not set"
505
  msgstr "Не задано"
506
 
507
- #: bws_menu.php:508 bws_menu.php:509
508
  msgid "On"
509
  msgstr "Увімк."
510
 
511
- #: bws_menu.php:508 bws_menu.php:509
512
  msgid "Off"
513
  msgstr "Вимк."
514
 
515
- #: bws_menu.php:510 bws_menu.php:511 bws_menu.php:512 bws_menu.php:513
516
- #: bws_menu.php:514 bws_menu.php:526
517
  msgid "N/A"
518
  msgstr "Невідомо"
519
 
520
- #: bws_menu.php:514
521
  msgid " Mb"
522
  msgstr "Мб"
523
 
524
- #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:522
525
  msgid "Yes"
526
  msgstr "Так"
527
 
528
- #: bws_menu.php:515 bws_menu.php:516 bws_menu.php:517 bws_menu.php:524
529
  msgid "No"
530
  msgstr "Ні"
531
 
532
- #: bws_menu.php:534
533
  msgid "Operating System"
534
  msgstr "Операційна система"
535
 
536
- #: bws_menu.php:535
537
  msgid "Server"
538
  msgstr "Тип серверу"
539
 
540
- #: bws_menu.php:536
541
  msgid "Memory usage"
542
  msgstr "Пам’яті використано"
543
 
544
- #: bws_menu.php:537
545
  msgid "MYSQL Version"
546
  msgstr "Версія MYSQL"
547
 
548
- #: bws_menu.php:538
549
  msgid "SQL Mode"
550
  msgstr "Режим SQL"
551
 
552
- #: bws_menu.php:539
553
  msgid "PHP Version"
554
  msgstr "Версія PHP"
555
 
556
- #: bws_menu.php:540
557
  msgid "PHP Safe Mode"
558
  msgstr "PHP Безпечний режим"
559
 
560
- #: bws_menu.php:541
561
  msgid "PHP Allow URL fopen"
562
  msgstr "Дозволити PHP URL fopen"
563
 
564
- #: bws_menu.php:542
565
  msgid "PHP Memory Limit"
566
  msgstr "Ліміт пам’яті"
567
 
568
- #: bws_menu.php:543
569
  msgid "PHP Max Upload Size"
570
  msgstr "Макс. розмір файлу, що завантажується"
571
 
572
- #: bws_menu.php:544
573
  msgid "PHP Max Post Size"
574
  msgstr "Макс. розмір посту"
575
 
576
- #: bws_menu.php:545
577
  msgid "PHP Max Script Execute Time"
578
  msgstr "Макс. час виконання сценарію"
579
 
580
- #: bws_menu.php:546
581
  msgid "PHP Exif support"
582
  msgstr "Підтримка PHP Exif"
583
 
584
- #: bws_menu.php:547
585
  msgid "PHP IPTC support"
586
  msgstr "Підтримка PHP IPTC"
587
 
588
- #: bws_menu.php:548
589
  msgid "PHP XML support"
590
  msgstr "Підтримка PHP XML"
591
 
592
- #: bws_menu.php:549
593
  msgid "Site URL"
594
  msgstr "Адреса сайту"
595
 
596
- #: bws_menu.php:550
597
  msgid "Home URL"
598
  msgstr "Адреса домашньої сторінки"
599
 
600
- #: bws_menu.php:553
601
  msgid "WordPress Version"
602
  msgstr "Версія WordPress"
603
 
604
- #: bws_menu.php:554
605
  msgid "WordPress DB Version"
606
  msgstr "Версія бази даних WordPress"
607
 
608
- #: bws_menu.php:555
609
  msgid "Multisite"
610
  msgstr "Мультисайт"
611
 
612
- #: bws_menu.php:556
613
  msgid "Active Theme"
614
  msgstr "Активна тема"
615
 
616
- #: bws_menu.php:571
617
  msgid "Please enter a valid email address."
618
  msgstr "Будь ласка, введіть коректний емейл."
619
 
620
- #: bws_menu.php:575
621
  msgid "Email with system info is sent to "
622
  msgstr "Емейл з системною інформацією надіслано на"
623
 
624
- #: bws_menu.php:579
625
  msgid "Thank you for contacting us."
626
  msgstr "Дякуємо, що звернулись до нас."
627
 
628
- #: bws_menu.php:612
629
  msgid "Sorry, email message could not be delivered."
630
  msgstr "Вибачте, ваше емейл не може бути доставлено"
631
 
632
- #: bws_menu.php:619
633
- msgid "Need help?"
634
- msgstr "Потрібна допомога?"
635
-
636
- #: bws_menu.php:620
637
- msgid "Client area"
638
- msgstr "Клієнтам"
639
-
640
- #: bws_menu.php:621 bws_menu.php:930
641
  msgid "System status"
642
  msgstr "Системна інформація"
643
 
644
- #: bws_menu.php:626
645
- msgid "Plugins"
646
- msgstr "Плагіни"
647
 
648
- #: bws_menu.php:627
649
- msgid "Themes"
650
- msgstr "Теми"
651
 
652
- #: bws_menu.php:631
653
- msgid "All"
654
- msgstr "Всі"
655
 
656
- #: bws_menu.php:632
657
- msgid "Installed"
658
- msgstr "Встановлені"
 
659
 
660
- #: bws_menu.php:633
661
- msgid "Recommended"
662
- msgstr "Рекомендовані "
 
 
 
 
 
 
663
 
664
- #: bws_menu.php:637
665
- msgid "Installed plugins"
666
- msgstr "Встановлені плагіни"
667
 
668
- #: bws_menu.php:669 bws_menu.php:718
669
- msgid "Settings"
670
- msgstr "Налаштування"
671
 
672
- #: bws_menu.php:690 bws_menu.php:747
673
- msgid "Activate this plugin"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
674
  msgstr "Активувати плагін"
675
 
676
- #: bws_menu.php:705 bws_menu.php:735 bws_menu.php:781
677
- msgid "Go"
678
- msgstr "Перейти"
679
 
680
- #: bws_menu.php:709 bws_menu.php:739 bws_menu.php:785
681
- msgid "DONATE"
682
- msgstr "Підтримати нас"
683
 
684
- #: bws_menu.php:755
685
- msgid "Recommended plugins"
686
- msgstr "Рекомендовані плагіни"
687
 
688
- #: bws_menu.php:793
689
- msgid "Install now"
690
- msgstr "Встановити"
691
 
692
- #: bws_menu.php:814
693
- msgid "Try again"
694
- msgstr "Спробувати ще раз"
695
 
696
- #: bws_menu.php:832
697
- #, php-format
698
- msgid "Preview &#8220;%s&#8221;"
699
- msgstr "Попередній перегляд &#8220;%s&#8221;"
700
 
701
- #: bws_menu.php:863
 
 
 
 
702
  #, php-format
703
- msgid "Install %s"
704
- msgstr "Встановити %s"
705
 
706
- #: bws_menu.php:863
707
  msgid "Install Now"
708
  msgstr "Встановити"
709
 
710
- #: bws_menu.php:866
711
- #, php-format
712
- msgid "Update to version %s"
713
- msgstr "Оновити до версії %s"
714
 
715
- #: bws_menu.php:866
716
- msgid "Update"
717
- msgstr "Оновити"
718
 
719
- #: bws_menu.php:873
720
- #, php-format
721
- msgid "Preview %s"
722
- msgstr "Попередній перегляд %s"
 
 
 
723
 
724
- #: bws_menu.php:873
725
- msgid "Preview"
726
- msgstr "Попередній перегляд"
727
 
728
- #: bws_menu.php:879 bws_menu.php:911
729
  #, php-format
730
  msgid "By %s"
731
  msgstr "За %s"
732
 
733
- #: bws_menu.php:885
734
- msgid "Details"
735
- msgstr "Деталі"
736
-
737
- #: bws_menu.php:917
738
  msgid "Already Installed"
739
  msgstr "Уже встановлено %s"
740
 
741
- #: bws_menu.php:933
 
 
 
 
 
 
 
 
 
 
 
 
742
  msgid "Environment"
743
  msgstr "Системне оточення"
744
 
745
- #: bws_menu.php:944
746
  msgid "Active Plugins"
747
  msgstr "Активні плагіни"
748
 
749
- #: bws_menu.php:957
750
  msgid "Inactive Plugins"
751
  msgstr "Не активні плагіни"
752
 
753
- #: bws_menu.php:973
754
- msgid "Send to support"
755
- msgstr "Відправити службі тех. підтримки"
756
 
757
- #: bws_menu.php:980
758
- msgid "Send to custom email &#187;"
759
- msgstr "Відправити на електронну адресу &#187;"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
760
 
761
  #~ msgid ""
762
  #~ "(your username is the email you specify when purchasing the product), "
@@ -786,10 +1034,6 @@ msgstr "Відправити на електронну адресу &#187;"
786
  #~ msgid "Install now from wordpress.org"
787
  #~ msgstr "Установити з wordpress.org"
788
 
789
- #, fuzzy
790
- #~ msgid "Activated theme"
791
- #~ msgstr "Поточна тема"
792
-
793
  #, fuzzy
794
  #~ msgid "Installed themes"
795
  #~ msgstr "Установлено %s"
@@ -853,9 +1097,6 @@ msgstr "Відправити на електронну адресу &#187;"
853
  #~ msgid "Captcha"
854
  #~ msgstr "КАПЧА"
855
 
856
- #~ msgid "Support"
857
- #~ msgstr "Поддержка"
858
-
859
  #~ msgid ""
860
  #~ "Please select one item in the block Arithmetic and Complexity for CAPTCHA"
861
  #~ msgstr ""
@@ -877,9 +1118,6 @@ msgstr "Відправити на електронну адресу &#187;"
877
  #~ msgid "Activate contact form"
878
  #~ msgstr "Активировать контакную форму"
879
 
880
- #~ msgid "Download contact form"
881
- #~ msgstr "Скачать контактную форму"
882
-
883
  #~ msgid ""
884
  #~ "If you would like to customize this plugin for a custom form, please "
885
  #~ "contact us via"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-06-20 18:05+0300\n"
6
+ "PO-Revision-Date: 2016-06-20 18:08+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:814
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 bws_menu.php:149
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:1382 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:1337
 
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:809
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
420
  msgid "Thank you for choosing"
421
  msgstr "Дякуємо, що обрали"
422
 
423
+ #: bws_functions.php:810
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:811
433
  msgid "Suggest a Feature"
434
  msgstr "Запропонувати функціонал"
435
 
436
+ #: bws_functions.php:827
437
  msgid "Notice"
438
  msgstr "Зауважте"
439
 
440
+ #: bws_functions.php:827
441
  msgid "The plugin's settings have been changed."
442
  msgstr "Налаштування плагіну змінено."
443
 
444
+ #: bws_functions.php:828 bws_functions.php:1393
445
  msgid "Save Changes"
446
  msgstr "Зберегти зміни"
447
 
448
+ #: bws_functions.php:842
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:971
 
 
 
 
457
  msgid "Add shortcode"
458
  msgstr "Додати шорткод"
459
 
460
+ #: bws_functions.php:971
461
  msgid "Add BestWebSoft plugins' shortcodes using this button."
462
  msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
463
 
464
+ #: bws_functions.php:1020
465
  msgid "Close"
466
  msgstr "Закрити"
467
 
468
+ #: bws_functions.php:1112
469
  msgid "Restore all plugin settings to defaults"
470
  msgstr "Скинути налаштування плагіну до стандартних"
471
 
472
+ #: bws_functions.php:1114
473
  msgid "Restore settings"
474
  msgstr "Скинути налаштування"
475
 
476
+ #: bws_functions.php:1125
477
  msgid "Are you sure you want to restore all settings by default?"
478
  msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
479
 
480
+ #: bws_functions.php:1128
481
  msgid "Yes, restore all settings"
482
  msgstr "Так, скинути налаштування"
483
 
484
+ #: bws_functions.php:1129
485
  msgid "No, go back to the settings page"
486
  msgstr "Ні, повернутись назад на сторінку налаштувань"
487
 
488
+ #: bws_functions.php:1175
489
  msgid "Plugin"
490
  msgstr "Плагін"
491
 
492
+ #: bws_functions.php:1184
493
  msgid "Shortcode settings"
494
  msgstr "Налаштування шорткоду"
495
 
496
+ #: bws_functions.php:1189
497
  msgid "The shortcode will be inserted"
498
  msgstr "Буде вставлено шорткод"
499
 
500
+ #: bws_functions.php:1194
501
  msgid "Insert"
502
  msgstr "Вставити"
503
 
504
+ #: bws_functions.php:1225
505
  msgid "Visit Help Center"
506
  msgstr "Перейти в Help Center"
507
 
508
+ #: bws_functions.php:1230
509
  msgid "FAQ"
510
  msgstr "FAQ"
511
 
512
+ #: bws_functions.php:1236
513
  msgid "For more information:"
514
  msgstr "Для отримання додаткової інформації:"
515
 
516
+ #: bws_functions.php:1237
517
  msgid "Documentation"
518
  msgstr "Документація"
519
 
520
+ #: bws_functions.php:1238
521
  msgid "Video Instructions"
522
  msgstr "Відео інструкції"
523
 
524
+ #: bws_functions.php:1239
525
  msgid "Submit a Request"
526
  msgstr "Надіслати запит"
527
 
528
+ #: bws_functions.php:1250
529
+ msgid "You do not have sufficient permissions to edit plugins for this site."
530
+ msgstr "У вас недостатньо повноважень для редагування плагінів цього сайту."
531
+
532
+ #: bws_functions.php:1301 bws_functions.php:1328
533
+ #, php-format
534
+ msgid "File %s edited successfully."
535
+ msgstr "Файл %s успішно відредаговано."
536
+
537
+ #: bws_functions.php:1303 bws_functions.php:1330
538
+ msgid "Not enough permissions to create or update the file"
539
+ msgstr "У Вас недостатньо дозволів для створення або поновлення файлу"
540
+
541
+ #: bws_functions.php:1333
542
+ msgid "Not enough permissions to create the file"
543
+ msgstr "У Вас недостатньо дозволів для створення файлу"
544
+
545
+ #: bws_functions.php:1371
546
+ msgid "These styles will be added to the header on all pages of your site."
547
+ msgstr "Ці стилі будуть додані в заголовок на всіх сторінках вашого сайту."
548
+
549
+ #: bws_functions.php:1373
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:1377
558
+ msgid "Editing"
559
+ msgstr "Редагування"
560
+
561
+ #: bws_functions.php:1379
562
+ msgid "Browsing"
563
+ msgstr "Огляд"
564
+
565
+ #: bws_functions.php:1386
566
+ #, php-format
567
+ msgid "Learn more about %s"
568
+ msgstr "Дізнатись більше про %s"
569
+
570
+ #: bws_functions.php:1397
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:161
595
  msgid "Not set"
596
  msgstr "Не задано"
597
 
598
+ #: bws_menu.php:163 bws_menu.php:164
599
  msgid "On"
600
  msgstr "Увімк."
601
 
602
+ #: bws_menu.php:163 bws_menu.php:164
603
  msgid "Off"
604
  msgstr "Вимк."
605
 
606
+ #: bws_menu.php:165 bws_menu.php:166 bws_menu.php:167 bws_menu.php:168
607
+ #: bws_menu.php:169 bws_menu.php:181
608
  msgid "N/A"
609
  msgstr "Невідомо"
610
 
611
+ #: bws_menu.php:169
612
  msgid " Mb"
613
  msgstr "Мб"
614
 
615
+ #: bws_menu.php:170 bws_menu.php:171 bws_menu.php:172 bws_menu.php:177
616
  msgid "Yes"
617
  msgstr "Так"
618
 
619
+ #: bws_menu.php:170 bws_menu.php:171 bws_menu.php:172 bws_menu.php:179
620
  msgid "No"
621
  msgstr "Ні"
622
 
623
+ #: bws_menu.php:190
624
  msgid "Operating System"
625
  msgstr "Операційна система"
626
 
627
+ #: bws_menu.php:191
628
  msgid "Server"
629
  msgstr "Тип серверу"
630
 
631
+ #: bws_menu.php:192
632
  msgid "Memory usage"
633
  msgstr "Пам’яті використано"
634
 
635
+ #: bws_menu.php:193
636
  msgid "MYSQL Version"
637
  msgstr "Версія MYSQL"
638
 
639
+ #: bws_menu.php:194
640
  msgid "SQL Mode"
641
  msgstr "Режим SQL"
642
 
643
+ #: bws_menu.php:195
644
  msgid "PHP Version"
645
  msgstr "Версія PHP"
646
 
647
+ #: bws_menu.php:196
648
  msgid "PHP Safe Mode"
649
  msgstr "PHP Безпечний режим"
650
 
651
+ #: bws_menu.php:197
652
  msgid "PHP Allow URL fopen"
653
  msgstr "Дозволити PHP URL fopen"
654
 
655
+ #: bws_menu.php:198
656
  msgid "PHP Memory Limit"
657
  msgstr "Ліміт пам’яті"
658
 
659
+ #: bws_menu.php:199
660
  msgid "PHP Max Upload Size"
661
  msgstr "Макс. розмір файлу, що завантажується"
662
 
663
+ #: bws_menu.php:200
664
  msgid "PHP Max Post Size"
665
  msgstr "Макс. розмір посту"
666
 
667
+ #: bws_menu.php:201
668
  msgid "PHP Max Script Execute Time"
669
  msgstr "Макс. час виконання сценарію"
670
 
671
+ #: bws_menu.php:202
672
  msgid "PHP Exif support"
673
  msgstr "Підтримка PHP Exif"
674
 
675
+ #: bws_menu.php:203
676
  msgid "PHP IPTC support"
677
  msgstr "Підтримка PHP IPTC"
678
 
679
+ #: bws_menu.php:204
680
  msgid "PHP XML support"
681
  msgstr "Підтримка PHP XML"
682
 
683
+ #: bws_menu.php:205
684
  msgid "Site URL"
685
  msgstr "Адреса сайту"
686
 
687
+ #: bws_menu.php:206
688
  msgid "Home URL"
689
  msgstr "Адреса домашньої сторінки"
690
 
691
+ #: bws_menu.php:209
692
  msgid "WordPress Version"
693
  msgstr "Версія WordPress"
694
 
695
+ #: bws_menu.php:210
696
  msgid "WordPress DB Version"
697
  msgstr "Версія бази даних WordPress"
698
 
699
+ #: bws_menu.php:211
700
  msgid "Multisite"
701
  msgstr "Мультисайт"
702
 
703
+ #: bws_menu.php:212
704
  msgid "Active Theme"
705
  msgstr "Активна тема"
706
 
707
+ #: bws_menu.php:226
708
  msgid "Please enter a valid email address."
709
  msgstr "Будь ласка, введіть коректний емейл."
710
 
711
+ #: bws_menu.php:230
712
  msgid "Email with system info is sent to "
713
  msgstr "Емейл з системною інформацією надіслано на"
714
 
715
+ #: bws_menu.php:234
716
  msgid "Thank you for contacting us."
717
  msgstr "Дякуємо, що звернулись до нас."
718
 
719
+ #: bws_menu.php:267
720
  msgid "Sorry, email message could not be delivered."
721
  msgstr "Вибачте, ваше емейл не може бути доставлено"
722
 
723
+ #: bws_menu.php:286 bws_menu.php:626
 
 
 
 
 
 
 
 
724
  msgid "System status"
725
  msgstr "Системна інформація"
726
 
727
+ #: bws_menu.php:287
728
+ msgid "Support"
729
+ msgstr "Поддержка"
730
 
731
+ #: bws_menu.php:288
732
+ msgid "Manage purchased licenses & subscriptions"
733
+ msgstr "Управління придбаними ліцензіями і підписками"
734
 
735
+ #: bws_menu.php:288
736
+ msgid "My Account"
737
+ msgstr "Мій аккаунт"
738
 
739
+ #: bws_menu.php:296
740
+ #, php-format
741
+ msgid "Get Access to %s+ Premium Plugins"
742
+ msgstr "Отримати Доступ до %s+ Преміум Плагинам"
743
 
744
+ #: bws_menu.php:297
745
+ #, php-format
746
+ msgid ""
747
+ "Join BestWebSoft Pro Membership today, cancel any time and use all plugins "
748
+ "on a single website %s for only %s per month."
749
+ msgstr ""
750
+ "Приєднуйтесь до BestWebSoft Pro Membership сьогодні, скасовуйте підписку в "
751
+ "будь-який час і використовуйте всі плагіни на одному сайті %s всього лише за "
752
+ "%s в місяць."
753
 
754
+ #: bws_menu.php:309
755
+ msgid "Enter your license key"
756
+ msgstr "Ваш ліцензійний ключ"
757
 
758
+ #: bws_menu.php:313
759
+ msgid "Activate Membership"
760
+ msgstr "Активувати Membership"
761
 
762
+ #: bws_menu.php:322
763
+ msgid "Don’t have valid license key yet?"
764
+ msgstr "Немає чинного ліцензійного ключа?"
765
+
766
+ #: bws_menu.php:322
767
+ msgid "Subscribe to Pro Membership"
768
+ msgstr "Підписатися на Pro Membership"
769
+
770
+ #: bws_menu.php:331
771
+ msgid "Upload Plugin"
772
+ msgstr "Завантажити плагін"
773
+
774
+ #: bws_menu.php:335
775
+ #, php-format
776
+ msgid ""
777
+ "The plugin generated %d characters of <strong>unexpected output</strong> "
778
+ "during activation. If you notice &#8220;headers already sent&#8221; "
779
+ "messages, problems with syndication feeds or other issues, try deactivating "
780
+ "or removing this plugin."
781
+ msgstr ""
782
+ "Цей плагін згенерував стільки символів <strong>неочікуваного виводу</strong> "
783
+ "під час активації: %d. Якщо ви помітите повідомлення &#8220;заголовки вже "
784
+ "надіслані&#8221;, проблеми з каналами чи інші неполадки, спробуйте вимкнути "
785
+ "чи видалити цей плагін."
786
+
787
+ #: bws_menu.php:337
788
+ msgid ""
789
+ "Plugin could not be activated because it triggered a <strong>fatal error</"
790
+ "strong>."
791
+ msgstr ""
792
+ "Плагін не вдалося активувати, бо він спричинив <strong>критичну помилку</"
793
+ "strong>."
794
+
795
+ #: bws_menu.php:340
796
+ msgid "Plugin <strong>activated</strong>."
797
+ msgstr "Плагін <strong>активовано</strong>."
798
+
799
+ #: bws_menu.php:347
800
+ msgid "Installing Plugin"
801
+ msgstr "Встановлення плагіну"
802
+
803
+ #: bws_menu.php:353
804
+ msgid "Downloading install package from"
805
+ msgstr "Завантаження встановлюючого пакунку з"
806
+
807
+ #: bws_menu.php:378
808
+ msgid "Unpacking the package"
809
+ msgstr "Розпакування пакета"
810
+
811
+ #: bws_menu.php:383 bws_menu.php:391
812
+ msgid "Installing the plugin"
813
+ msgstr "Встановлення плагіну"
814
+
815
+ #: bws_menu.php:397
816
+ msgid "Successfully installed the plugin"
817
+ msgstr "Успішно встановлено плагін"
818
+
819
+ #: bws_menu.php:409
820
+ msgid "Activate Plugin"
821
  msgstr "Активувати плагін"
822
 
823
+ #: bws_menu.php:409 bws_menu.php:415
824
+ msgid "Return to BestWebSoft Panel"
825
+ msgstr "Назад до BestWebSoft Panel"
826
 
827
+ #: bws_menu.php:419 bws_menu.php:434 bws_menu.php:561
828
+ msgid "All"
829
+ msgstr "Всі"
830
 
831
+ #: bws_menu.php:420
832
+ msgid "Installed"
833
+ msgstr "Встановлені"
834
 
835
+ #: bws_menu.php:421
836
+ msgid "Not Installed"
837
+ msgstr "Не встановлені"
838
 
839
+ #: bws_menu.php:427
840
+ msgid "Filter results"
841
+ msgstr "Фільтр результатів"
842
 
843
+ #: bws_menu.php:430 bws_menu.php:557
844
+ msgid "Category"
845
+ msgstr "Категорія"
 
846
 
847
+ #: bws_menu.php:496
848
+ msgid "Renew to get updates"
849
+ msgstr "Продовжити для поновлення"
850
+
851
+ #: bws_menu.php:499
852
  #, php-format
853
+ msgid "Update to v %s"
854
+ msgstr "Оновити до версії %s"
855
 
856
+ #: bws_menu.php:511 bws_menu.php:534 bws_menu.php:543
857
  msgid "Install Now"
858
  msgstr "Встановити"
859
 
860
+ #: bws_menu.php:517
861
+ msgid "Upgrade to Pro"
862
+ msgstr "Оновитися на Pro"
 
863
 
864
+ #: bws_menu.php:521
865
+ msgid "Donate"
866
+ msgstr "Пожертвувати"
867
 
868
+ #: bws_menu.php:531 bws_menu.php:540
869
+ msgid "Activate this plugin"
870
+ msgstr "Активувати плагін"
871
+
872
+ #: bws_menu.php:543
873
+ msgid "Install this plugin"
874
+ msgstr "Встановити плагін"
875
 
876
+ #: bws_menu.php:552
877
+ msgid "Nothing found. Try another criteria."
878
+ msgstr "Нічого не знайдено. Спробуйте інші критерії."
879
 
880
+ #: bws_menu.php:589 bws_menu.php:609
881
  #, php-format
882
  msgid "By %s"
883
  msgstr "За %s"
884
 
885
+ #: bws_menu.php:615
 
 
 
 
886
  msgid "Already Installed"
887
  msgstr "Уже встановлено %s"
888
 
889
+ #: bws_menu.php:623
890
+ msgid "Browse Free WordPress Themes"
891
+ msgstr "Огляд безкоштовних WordPress тем"
892
+
893
+ #: bws_menu.php:632
894
+ msgid "Send to support"
895
+ msgstr "Відправити службі тех. підтримки"
896
+
897
+ #: bws_menu.php:639
898
+ msgid "Send to custom email &#187;"
899
+ msgstr "Відправити на електронну адресу &#187;"
900
+
901
+ #: bws_menu.php:646
902
  msgid "Environment"
903
  msgstr "Системне оточення"
904
 
905
+ #: bws_menu.php:657
906
  msgid "Active Plugins"
907
  msgstr "Активні плагіни"
908
 
909
+ #: bws_menu.php:670
910
  msgid "Inactive Plugins"
911
  msgstr "Не активні плагіни"
912
 
913
+ #: product_list.php:7
914
+ msgid "Advertisement"
915
+ msgstr "Реклама"
916
 
917
+ #: product_list.php:8
918
+ msgid "Content & Media"
919
+ msgstr "Зміст & Медіа"
920
+
921
+ #: product_list.php:9
922
+ msgid "Management"
923
+ msgstr "Управління"
924
+
925
+ #: product_list.php:10
926
+ msgid "Security"
927
+ msgstr "Безпека"
928
+
929
+ #: product_list.php:11
930
+ msgid "Site Stats"
931
+ msgstr "Статистика сайту"
932
+
933
+ #: product_list.php:12
934
+ msgid "Social"
935
+ msgstr "Соціальне"
936
+
937
+ #: product_list.php:13
938
+ msgid "Utilities"
939
+ msgstr "Утиліти"
940
+
941
+ #: product_list.php:14
942
+ msgid "Other"
943
+ msgstr "Інше"
944
+
945
+ #~ msgid "BWS Panel"
946
+ #~ msgstr "BWS Панель"
947
+
948
+ #~ msgid "panel"
949
+ #~ msgstr "панель"
950
+
951
+ #~ msgid "You can download and activate"
952
+ #~ msgstr "Ви можете завантажити та активувати"
953
+
954
+ #~ msgid "version of this plugin by entering Your license key."
955
+ #~ msgstr "версію цього плагіну, якщо впишете ваш ліцензійний ключ."
956
+
957
+ #~ msgid ""
958
+ #~ "You can find your license key on your personal page Client area, by "
959
+ #~ "clicking on the link"
960
+ #~ msgstr ""
961
+ #~ "Ви можете знайти ваш ліцензійний ключ на вашій персональній сторінці у "
962
+ #~ "Client area, перейшовши за посиланням"
963
+
964
+ #~ msgid "Configure Settings"
965
+ #~ msgstr "Налаштувати плагін"
966
+
967
+ #~ msgid "Need help?"
968
+ #~ msgstr "Потрібна допомога?"
969
+
970
+ #~ msgid "Client area"
971
+ #~ msgstr "Клієнтам"
972
+
973
+ #~ msgid "Recommended"
974
+ #~ msgstr "Рекомендовані "
975
+
976
+ #~ msgid "Go"
977
+ #~ msgstr "Перейти"
978
+
979
+ #~ msgid "DONATE"
980
+ #~ msgstr "Підтримати нас"
981
+
982
+ #~ msgid "Recommended plugins"
983
+ #~ msgstr "Рекомендовані плагіни"
984
+
985
+ #~ msgid "Install now"
986
+ #~ msgstr "Встановити"
987
+
988
+ #~ msgid "Try again"
989
+ #~ msgstr "Спробувати ще раз"
990
+
991
+ #~ msgid "Preview &#8220;%s&#8221;"
992
+ #~ msgstr "Попередній перегляд &#8220;%s&#8221;"
993
+
994
+ #~ msgid "Install %s"
995
+ #~ msgstr "Встановити %s"
996
+
997
+ #~ msgid "Update"
998
+ #~ msgstr "Оновити"
999
+
1000
+ #~ msgid "Preview %s"
1001
+ #~ msgstr "Попередній перегляд %s"
1002
+
1003
+ #~ msgid "Preview"
1004
+ #~ msgstr "Попередній перегляд"
1005
+
1006
+ #~ msgid "Add BWS Plugins Shortcode"
1007
+ #~ msgstr "Додати BWS шорткод"
1008
 
1009
  #~ msgid ""
1010
  #~ "(your username is the email you specify when purchasing the product), "
1034
  #~ msgid "Install now from wordpress.org"
1035
  #~ msgstr "Установити з wordpress.org"
1036
 
 
 
 
 
1037
  #, fuzzy
1038
  #~ msgid "Installed themes"
1039
  #~ msgstr "Установлено %s"
1097
  #~ msgid "Captcha"
1098
  #~ msgstr "КАПЧА"
1099
 
 
 
 
1100
  #~ msgid ""
1101
  #~ "Please select one item in the block Arithmetic and Complexity for CAPTCHA"
1102
  #~ msgstr ""
1118
  #~ msgid "Activate contact form"
1119
  #~ msgstr "Активировать контакную форму"
1120
 
 
 
 
1121
  #~ msgid ""
1122
  #~ "If you would like to customize this plugin for a custom form, please "
1123
  #~ "contact us via"
bws_menu/product_list.php ADDED
@@ -0,0 +1,478 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * BestWebSoft product list
4
+ */
5
+
6
+ $bws_plugins_category = array(
7
+ 'advertisement' => __( 'Advertisement', 'bestwebsoft' ),
8
+ 'content-and-media' => __( 'Content & Media', 'bestwebsoft' ),
9
+ 'management' => __( 'Management', 'bestwebsoft' ),
10
+ 'security' => __( 'Security', 'bestwebsoft' ),
11
+ 'site-stats' => __( 'Site Stats', 'bestwebsoft' ),
12
+ 'social' => __( 'Social', 'bestwebsoft' ),
13
+ 'utilities' => __( 'Utilities', 'bestwebsoft' ),
14
+ 'other' => __( 'Other', 'bestwebsoft' )
15
+ );
16
+
17
+ $bws_plugins = array(
18
+ 'captcha/captcha.php' => array(
19
+ 'category' => 'security',
20
+ 'name' => 'Captcha',
21
+ 'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
22
+ 'link' => 'http://bestwebsoft.com/products/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
23
+ 'settings' => 'admin.php?page=captcha.php',
24
+ 'pro_version' => 'captcha-pro/captcha_pro.php',
25
+ 'purchase' => 'http://bestwebsoft.com/products/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
26
+ 'pro_settings' => 'admin.php?page=captcha_pro.php'
27
+ ),
28
+ 'car-rental/car-rental.php' => array(
29
+ 'category' => 'content-and-media',
30
+ 'name' => 'Car Rental',
31
+ 'description' => 'A convenient plugin that adds Car Rental functionality.',
32
+ 'link' => 'http://bestwebsoft.com/products/car-rental/?k=444cac6df9a0d3a9763ab4753d24941b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
33
+ 'settings' => 'admin.php?page=car-rental-settings',
34
+ 'pro_version' => 'car-rental-pro/car-rental-pro.php',
35
+ 'purchase' => 'http://bestwebsoft.com/products/car-rental/buy/?k=7643d4f0698252fa1159de078d22269c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
36
+ 'pro_settings' => 'admin.php?page=car-rental-pro-settings'
37
+ ),
38
+ 'contact-form-plugin/contact_form.php' => array(
39
+ 'category' => 'other',
40
+ 'name' => 'Contact Form',
41
+ 'description' => 'Add Contact Form to your WordPress website.',
42
+ 'link' => 'http://bestwebsoft.com/products/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
43
+ 'settings' => 'admin.php?page=contact_form.php',
44
+ 'pro_version' => 'contact-form-pro/contact_form_pro.php',
45
+ 'purchase' => 'http://bestwebsoft.com/products/contact-form/buy/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
46
+ 'pro_settings' => 'admin.php?page=contact_form_pro.php'
47
+ ),
48
+ 'contact-form-multi/contact-form-multi.php' => array(
49
+ 'category' => 'other',
50
+ 'name' => 'Contact Form Multi',
51
+ 'description' => 'Add-on to the Contact Form plugin that allows to create and implement multiple contact forms.',
52
+ 'link' => 'http://bestwebsoft.com/products/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
53
+ 'settings' => '',
54
+ 'pro_version' => 'contact-form-multi-pro/contact-form-multi-pro.php',
55
+ '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,
56
+ 'pro_settings' => ''
57
+ ),
58
+ 'contact-form-to-db/contact_form_to_db.php' => array(
59
+ 'category' => 'other',
60
+ 'name' => 'Contact Form to DB',
61
+ 'description' => 'Allows you to manage the messages that have been sent from your site.',
62
+ '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,
63
+ 'settings' => 'admin.php?page=cntctfrmtdb_settings',
64
+ 'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php',
65
+ '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,
66
+ 'pro_settings' => 'admin.php?page=cntctfrmtdbpr_settings'
67
+ ),
68
+ 'custom-fields-search/custom-fields-search.php' => array(
69
+ 'category' => 'content-and-media',
70
+ 'name' => 'Custom Fields Search',
71
+ 'description' => 'Allows you to add website search any existing custom fields.',
72
+ 'link' => 'http://bestwebsoft.com/products/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
73
+ 'settings' => 'admin.php?page=custom_fields_search.php'
74
+ ),
75
+ 'custom-search-plugin/custom-search-plugin.php' => array(
76
+ 'category' => 'content-and-media',
77
+ 'name' => 'Custom Search',
78
+ 'description' => 'Allows to extend your website search functionality by adding a custom post type.',
79
+ 'link' => 'http://bestwebsoft.com/products/custom-search/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
80
+ 'settings' => 'admin.php?page=custom_search.php',
81
+ 'pro_version' => 'custom-search-pro/custom-search-pro.php',
82
+ 'purchase' => 'http://bestwebsoft.com/products/custom-search/buy/?k=062b652ac6ac8ba863c9f30fc21d62c6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
83
+ 'pro_settings' => 'admin.php?page=custom_search_pro.php'
84
+ ),
85
+ 'db-manager/db-manager.php' => array(
86
+ 'category' => 'utilities',
87
+ 'name' => 'DB Manager',
88
+ 'description' => 'Allows you to download the latest version of PhpMyadmin and Dumper and manage your site.',
89
+ 'link' => 'http://bestwebsoft.com/products/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
90
+ '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,
91
+ 'settings' => 'admin.php?page=db-manager.php',
92
+ 'icon' => plugins_url( 'icons/plugins/', __FILE__ ) . 'db-manager.png'
93
+ ),
94
+ 'donate-button/donate.php' => array(
95
+ 'category' => 'other',
96
+ 'name' => 'Donate',
97
+ 'description' => 'Makes it possible to place donation buttons of various payment systems on your web page.',
98
+ 'link' => 'http://bestwebsoft.com/products/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
99
+ 'settings' => 'admin.php?page=donate.php'
100
+ ),
101
+ 'email-queue/email-queue.php' => array(
102
+ 'category' => 'other',
103
+ 'name' => 'Email Queue',
104
+ 'description' => 'Allows to manage email massages sent by BestWebSoft plugins.',
105
+ 'link' => 'http://bestwebsoft.com/products/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
106
+ 'settings' => 'admin.php?page=mlq_settings'
107
+ ),
108
+ 'error-log-viewer/error-log-viewer.php' => array(
109
+ 'category' => 'utilities',
110
+ 'name' => 'Error Log Viewer',
111
+ 'description' => "Work with log files and folders on the WordPress server",
112
+ 'link' => 'http://bestwebsoft.com/products/error-log-viewer/?k=da0de8bd2c7a0b2fea5df64d55a368b3&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
113
+ 'settings' => 'admin.php?page=rrrlgvwr.php&tab=settings'
114
+ ),
115
+ 'facebook-button-plugin/facebook-button-plugin.php' => array(
116
+ 'category' => 'social',
117
+ 'name' => 'Facebook Button',
118
+ 'description' => 'Allows you to add the Follow and Like buttons the easiest way.',
119
+ 'link' => 'http://bestwebsoft.com/products/facebook-like-button/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
120
+ 'settings' => 'admin.php?page=facebook-button-plugin.php',
121
+ 'pro_version' => 'facebook-button-pro/facebook-button-pro.php',
122
+ '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,
123
+ 'pro_settings' => 'admin.php?page=facebook-button-pro.php'
124
+ ),
125
+ 'bws-featured-posts/bws-featured-posts.php' => array(
126
+ 'category' => 'content-and-media',
127
+ 'name' => 'Featured Posts',
128
+ 'description' => 'Displays featured posts randomly on any website page.',
129
+ 'link' => 'http://bestwebsoft.com/products/featured-posts/?k=f0afb31185ba7c7d6d598528d69f6d97&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
130
+ 'settings' => 'admin.php?page=featured-posts.php'
131
+ ),
132
+ 'gallery-plugin/gallery-plugin.php' => array(
133
+ 'category' => 'content-and-media',
134
+ 'name' => 'Gallery',
135
+ 'description' => 'Allows you to implement a Gallery page into your website.',
136
+ 'link' => 'http://bestwebsoft.com/products/gallery/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
137
+ 'settings' => 'admin.php?page=gallery-plugin.php',
138
+ 'pro_version' => 'gallery-plugin-pro/gallery-plugin-pro.php',
139
+ 'purchase' => 'http://bestwebsoft.com/products/gallery/buy/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
140
+ 'pro_settings' => 'admin.php?page=gallery-plugin-pro.php'
141
+ ),
142
+ 'gallery-categories/gallery-categories.php' => array(
143
+ 'category' => 'content-and-media',
144
+ 'name' => 'Gallery Categories',
145
+ 'description' => 'Add-on for Gallery Plugin by BestWebSoft',
146
+ 'link' => 'http://bestwebsoft.com/products/gallery-categories/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
147
+ 'settings' => ''
148
+ ),
149
+ 'google-one/google-plus-one.php' => array(
150
+ 'category' => 'social',
151
+ 'name' => 'Google +1',
152
+ '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.',
153
+ 'link' => 'http://bestwebsoft.com/products/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
154
+ 'settings' => 'admin.php?page=google-plus-one.php',
155
+ 'pro_version' => 'google-one-pro/google-plus-one-pro.php',
156
+ '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,
157
+ 'pro_settings' => 'admin.php?page=google-plus-one-pro.php'
158
+ ),
159
+ 'adsense-plugin/adsense-plugin.php' => array(
160
+ 'category' => 'advertisement',
161
+ 'name' => 'Google AdSense',
162
+ 'description' => 'Allows Google AdSense implementation to your website.',
163
+ 'link' => 'http://bestwebsoft.com/products/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
164
+ 'settings' => 'admin.php?page=adsense-plugin.php',
165
+ 'pro_version' => 'adsense-pro/adsense-pro.php',
166
+ 'purchase' => 'http://bestwebsoft.com/products/google-adsense/buy/?k=c23889b293d62aa1ad2c96513405f0e1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
167
+ 'pro_settings' => 'admin.php?page=adsense-pro.php'
168
+ ),
169
+ 'bws-google-analytics/bws-google-analytics.php' => array(
170
+ 'category' => 'site-stats',
171
+ 'name' => 'Google Analytics',
172
+ 'description' => 'Allows you to retrieve basic stats from Google Analytics account and add the tracking code to your blog.',
173
+ 'link' => 'http://bestwebsoft.com/products/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
174
+ 'settings' => 'admin.php?page=bws-google-analytics.php',
175
+ 'pro_version' => 'bws-google-analytics-pro/bws-google-analytics-pro.php',
176
+ '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,
177
+ 'pro_settings' => 'admin.php?page=bws-google-analytics-pro.php'
178
+ ),
179
+ 'google-captcha/google-captcha.php' => array(
180
+ 'category' => 'security',
181
+ 'name' => 'Google Captcha (reCAPTCHA)',
182
+ 'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
183
+ 'link' => 'http://bestwebsoft.com/products/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
184
+ 'settings' => 'admin.php?page=google-captcha.php',
185
+ 'pro_version' => 'google-captcha-pro/google-captcha-pro.php',
186
+ 'purchase' => 'http://bestwebsoft.com/products/google-captcha/buy/?k=773d30149acf1edc32e5c0766b96c134&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
187
+ 'pro_settings' => 'admin.php?page=google-captcha-pro.php'
188
+ ),
189
+ 'bws-google-maps/bws-google-maps.php' => array(
190
+ 'category' => 'content-and-media',
191
+ 'name' => 'Google Maps',
192
+ 'description' => 'Easy to set up and insert Google Maps to your website.',
193
+ 'link' => 'http://bestwebsoft.com/products/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
194
+ 'settings' => 'admin.php?page=bws-google-maps.php',
195
+ 'pro_version' => 'bws-google-maps-pro/bws-google-maps-pro.php',
196
+ '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,
197
+ 'pro_settings' => 'admin.php?page=bws-google-maps-pro.php'
198
+ ),
199
+ 'google-sitemap-plugin/google-sitemap-plugin.php' => array(
200
+ 'category' => 'other',
201
+ 'name' => 'Google Sitemap',
202
+ 'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
203
+ 'link' => 'http://bestwebsoft.com/products/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
204
+ 'settings' => 'admin.php?page=google-sitemap-plugin.php',
205
+ 'pro_version' => 'google-sitemap-pro/google-sitemap-pro.php',
206
+ 'purchase' => 'http://bestwebsoft.com/products/google-sitemap/buy/?k=7ea384a5cc36cb4c22741caa20dcd56d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
207
+ 'pro_settings' => 'admin.php?page=google-sitemap-pro.php'
208
+ ),
209
+ 'google-shortlink/google-shortlink.php' => array(
210
+ 'category' => 'other',
211
+ 'name' => 'Google Shortlink',
212
+ 'description' => 'Allows you to get short links from goo.gl servise without leaving your site.',
213
+ 'link' => 'http://bestwebsoft.com/products/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
214
+ 'settings' => 'admin.php?page=gglshrtlnk_options'
215
+ ),
216
+ 'htaccess/htaccess.php' => array(
217
+ 'category' => 'security',
218
+ 'name' => 'Htaccess',
219
+ 'description' => 'Allows controlling access to your website using the directives Allow and Deny.',
220
+ 'link' => 'http://bestwebsoft.com/products/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
221
+ 'settings' => 'admin.php?page=htaccess.php',
222
+ 'pro_version' => 'htaccess-pro/htaccess-pro.php',
223
+ 'purchase' => 'http://bestwebsoft.com/products/htaccess/buy/?k=59e9209a32864be534fda77d5e591c15&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
224
+ 'pro_settings' => 'admin.php?page=htaccess-pro.php'
225
+ ),
226
+ 'job-board/job-board.php' => array(
227
+ 'category' => 'content-and-media',
228
+ 'name' => 'Job Board',
229
+ 'description' => 'Allows to create a job-board page on your site.',
230
+ 'link' => 'http://bestwebsoft.com/products/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
231
+ 'settings' => 'admin.php?page=job-board.php'
232
+ ),
233
+ 'limit-attempts/limit-attempts.php' => array(
234
+ 'category' => 'security',
235
+ 'name' => 'Limit Attempts',
236
+ 'description' => 'Allows you to limit rate of login attempts by the ip, and create whitelist and blacklist.',
237
+ 'link' => 'http://bestwebsoft.com/products/limit-attempts/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
238
+ 'settings' => 'admin.php?page=limit-attempts.php',
239
+ 'pro_version' => 'limit-attempts-pro/limit-attempts-pro.php',
240
+ 'purchase' => 'http://bestwebsoft.com/products/limit-attempts/buy/?k=9d42cdf22c7fce2c4b6b447e6a2856e0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
241
+ 'pro_settings' => 'admin.php?page=limit-attempts-pro.php'
242
+ ),
243
+ 'bws-linkedin/bws-linkedin.php' => array(
244
+ 'category' => 'social',
245
+ 'name' => 'LinkedIn',
246
+ 'description' => "Add LinkedIn Widgets, 'Share' and 'Follow' Buttons in the easiest way.",
247
+ 'link' => 'http://bestwebsoft.com/products/linkedin/?k=d63c7319622ccc5f589dd2d545c1d77c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
248
+ 'settings' => 'admin.php?page=linkedin.php',
249
+ 'pro_version' => 'bws-linkedin-pro/bws-linkedin-pro.php',
250
+ 'purchase' => 'http://bestwebsoft.com/products/linkedin/buy/?k=41dcc36192994408d24b103a02134567&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
251
+ 'pro_settings' => 'admin.php?page=linkedin-pro.php'
252
+ ),
253
+ 'multilanguage/multilanguage.php' => array(
254
+ 'category' => 'content-and-media',
255
+ 'name' => 'Multilanguage',
256
+ 'description' => 'Allows to create content on a Wordpress site in different languages.',
257
+ 'link' => 'http://bestwebsoft.com/products/multilanguage/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
258
+ 'settings' => 'admin.php?page=mltlngg_settings',
259
+ 'pro_version' => 'multilanguage-pro/multilanguage-pro.php',
260
+ 'purchase' => 'http://bestwebsoft.com/products/multilanguage/buy/?k=2d1121cd9a5ced583fc29eefd51bdf57&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
261
+ 'pro_settings' => 'admin.php?page=mltlnggpr_settings'
262
+ ),
263
+ 'pagination/pagination.php' => array(
264
+ 'category' => 'content-and-media',
265
+ 'name' => 'Pagination',
266
+ 'description' => 'Add pagination block to your WordPress website.',
267
+ 'link' => 'http://bestwebsoft.com/products/pagination/?k=22adb940256f149559ba8fedcd728ac8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
268
+ 'settings' => 'admin.php?page=pagination.php'
269
+ ),
270
+ 'pdf-print/pdf-print.php' => array(
271
+ 'category' => 'other',
272
+ 'name' => 'PDF & Print',
273
+ 'description' => 'Allows you to create PDF and Print page with adding appropriate buttons to the content.',
274
+ 'link' => 'http://bestwebsoft.com/products/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
275
+ 'settings' => 'admin.php?page=pdf-print.php',
276
+ 'pro_version' => 'pdf-print-pro/pdf-print-pro.php',
277
+ 'purchase' => 'http://bestwebsoft.com/products/pdf-print/buy/?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
278
+ 'pro_settings' => 'admin.php?page=pdf-print-pro.php'
279
+ ),
280
+ 'bws-pinterest/bws-pinterest.php' => array(
281
+ 'category' => 'social',
282
+ 'name' => 'Pinterest',
283
+ 'description' => 'Add Pinterest buttons and widgets to your WordPress website',
284
+ 'link' => 'http://bestwebsoft.com/products/pinterest/?k=504107b6213f247a67fe7ffb94e97c78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
285
+ 'settings' => 'admin.php?page=pinterest.php',
286
+ 'pro_version' => 'bws-pinterest-pro/bws-pinterest-pro.php',
287
+ 'purchase' => 'http://bestwebsoft.com/products/pinterest/buy/?k=ab0069edd1914a3ca8f541bfd88bb0bb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
288
+ 'pro_settings' => 'admin.php?page=pinterest-pro.php'
289
+ ),
290
+ 'bws-popular-posts/bws-popular-posts.php' => array(
291
+ 'category' => 'content-and-media',
292
+ 'name' => 'Popular Posts',
293
+ 'description' => 'This plugin will help you can display the most popular posts on your blog in the widget.',
294
+ 'link' => 'http://bestwebsoft.com/products/popular-posts/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
295
+ 'settings' => 'admin.php?page=popular-posts.php'
296
+ ),
297
+ 'portfolio/portfolio.php' => array(
298
+ 'category' => 'content-and-media',
299
+ 'name' => 'Portfolio',
300
+ 'description' => 'Allows you to create a page with the information about your past projects.',
301
+ 'link' => 'http://bestwebsoft.com/products/portfolio/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
302
+ 'settings' => 'admin.php?page=portfolio.php',
303
+ 'pro_version' => 'portfolio-pro/portfolio-pro.php',
304
+ 'purchase' => 'http://bestwebsoft.com/products/portfolio/buy/?k=2cc716026197d36538a414b728e49fdd&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
305
+ 'pro_settings' => 'admin.php?page=portfolio-pro.php'
306
+ ),
307
+ 'post-to-csv/post-to-csv.php' => array(
308
+ 'category' => 'utilities',
309
+ 'name' => 'Post to CSV',
310
+ 'description' => 'The plugin allows to export posts of any types to a csv file.',
311
+ 'link' => 'http://bestwebsoft.com/products/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
312
+ 'settings' => 'admin.php?page=post-to-csv.php'
313
+ ),
314
+ 'profile-extra-fields/profile-extra-fields.php' => array(
315
+ 'category' => 'management',
316
+ 'name' => 'Profile Extra Fields',
317
+ 'description' => "Add additional fields on the user's profile page",
318
+ 'link' => 'http://bestwebsoft.com/products/profile-extra-fields/?k=fe3b6c3dbc80bd4b1cf9a27a2f339820&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
319
+ 'settings' => 'admin.php?page=profile-extra-fields.php'
320
+ ),
321
+ 'promobar/promobar.php' => array(
322
+ 'category' => 'advertisement',
323
+ 'name' => 'PromoBar',
324
+ 'description' => 'This plugin allows placing banners with any data on your website.',
325
+ 'link' => 'http://bestwebsoft.com/products/promobar/?k=619eac2232d9cfa382c4e678c3b14766&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
326
+ 'settings' => 'admin.php?page=promobar.php',
327
+ 'pro_version' => 'promobar-pro/promobar-pro.php',
328
+ 'purchase' => 'http://bestwebsoft.com/products/promobar/buy/?k=a9b09708502f12a1483532ba12fe2103&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
329
+ 'pro_settings' => 'admin.php?page=promobar-pro.php'
330
+ ),
331
+ 'quotes-and-tips/quotes-and-tips.php' => array(
332
+ 'category' => 'content-and-media',
333
+ 'name' => 'Quotes and Tips',
334
+ 'description' => 'Allows you to implement quotes & tips block into your web site.',
335
+ 'link' => 'http://bestwebsoft.com/products/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
336
+ 'settings' => 'admin.php?page=quotes-and-tips.php'
337
+ ),
338
+ 'realty/realty.php' => array(
339
+ 'category' => 'content-and-media',
340
+ 'name' => 'Realty',
341
+ 'description' => 'A convenient plugin that adds Real Estate functionality.',
342
+ 'link' => 'http://bestwebsoft.com/products/realty/?k=d55de979dbbbb7af0b2ff1d7f43884fa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
343
+ 'settings' => 'admin.php?page=realty_settings',
344
+ 'pro_version' => 'realty-pro/realty-pro.php',
345
+ 'purchase' => 'http://bestwebsoft.com/products/realty/buy/?k=c7791f0a72acfb36f564a614dbccb474&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
346
+ 'pro_settings' => 'admin.php?page=realty_pro_settings'
347
+ ),
348
+ 're-attacher/re-attacher.php' => array(
349
+ 'category' => 'utilities',
350
+ 'name' => 'Re-attacher',
351
+ 'description' => 'This plugin allows to attach, unattach or reattach media item in different post.',
352
+ 'link' => 'http://bestwebsoft.com/products/re-attacher/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
353
+ 'settings' => 'admin.php?page=re-attacher.php'
354
+ ),
355
+ 'relevant/related-posts-plugin.php' => array(
356
+ 'category' => 'content-and-media',
357
+ 'name' => 'Relevant - Related Posts',
358
+ 'description' => 'Allows you to display related posts with similar words in category, tags, title or by adding special meta key for posts.',
359
+ 'link' => 'http://bestwebsoft.com/products/related-posts/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
360
+ 'settings' => 'admin.php?page=related-posts-plugin.php'
361
+ ),
362
+ 'sender/sender.php' => array(
363
+ 'category' => 'social',
364
+ 'name' => 'Sender',
365
+ 'description' => 'You can send mails to all users or to certain categories of users.',
366
+ 'link' => 'http://bestwebsoft.com/products/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
367
+ 'settings' => 'admin.php?page=sndr_settings',
368
+ 'pro_version' => 'sender-pro/sender-pro.php',
369
+ 'purchase' => 'http://bestwebsoft.com/products/sender/buy/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
370
+ 'pro_settings' => 'admin.php?page=sndrpr_settings'
371
+ ),
372
+ 'bws-smtp/bws-smtp.php' => array(
373
+ 'category' => 'utilities',
374
+ 'name' => 'SMTP',
375
+ 'description' => 'This plugin introduces an easy way to configure sending email messages via SMTP.',
376
+ 'link' => 'http://bestwebsoft.com/products/smtp/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
377
+ 'settings' => 'admin.php?page=bwssmtp_settings'
378
+ ),
379
+ 'social-buttons-pack/social-buttons-pack.php' => array(
380
+ 'category' => 'social',
381
+ 'name' => 'Social Buttons Pack',
382
+ 'description' => 'Add Social buttons to your WordPress website.',
383
+ 'link' => 'http://bestwebsoft.com/products/social-buttons-pack/?k=b6440fad9f54274429e536b0c61b42da&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
384
+ 'settings' => 'admin.php?page=social-buttons.php'
385
+ ),
386
+ 'subscriber/subscriber.php' => array(
387
+ 'category' => 'social',
388
+ 'name' => 'Subscriber',
389
+ 'description' => 'This plugin allows you to subscribe users for newsletters from your website.',
390
+ 'link' => 'http://bestwebsoft.com/products/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
391
+ 'settings' => 'admin.php?page=sbscrbr_settings_page',
392
+ 'pro_version' => 'subscriber-pro/subscriber-pro.php',
393
+ 'purchase' => 'http://bestwebsoft.com/products/subscriber/buy/?k=02dbb8b549925d9b74e70adc2a7282e4&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
394
+ 'pro_settings' => 'admin.php?page=sbscrbrpr_settings_page'
395
+ ),
396
+ 'bws-testimonials/bws-testimonials.php' => array(
397
+ 'category' => 'content-and-media',
398
+ 'name' => 'Testimonials',
399
+ 'description' => 'Allows creating and displaying a Testimonial on your website.',
400
+ 'link' => 'http://bestwebsoft.com/products/testimonials/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
401
+ 'settings' => 'admin.php?page=testimonials.php'
402
+ ),
403
+ 'timesheet/timesheet.php' => array(
404
+ 'category' => 'management',
405
+ 'name' => 'Timesheet',
406
+ 'description' => 'Allows you to fill out and view the work schedule of users.',
407
+ 'link' => 'http://bestwebsoft.com/products/timesheet/?k=06a58bb78c17a43df01825925f05a5c1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
408
+ 'settings' => 'admin.php?page=timesheet_settings'
409
+ ),
410
+ 'twitter-plugin/twitter.php' => array(
411
+ 'category' => 'social',
412
+ 'name' => 'Twitter',
413
+ 'description' => 'Allows you to add the Twitter "Follow" and "Like" buttons the easiest way.',
414
+ 'link' => 'http://bestwebsoft.com/products/twitter/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
415
+ 'settings' => 'admin.php?page=twitter.php',
416
+ 'pro_version' => 'twitter-pro/twitter-pro.php',
417
+ 'purchase' => 'http://bestwebsoft.com/products/twitter/buy/?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
418
+ 'pro_settings' => 'admin.php?page=twitter-pro.php'
419
+ ),
420
+ 'updater/updater.php' => array(
421
+ 'category' => 'utilities',
422
+ 'name' => 'Updater',
423
+ 'description' => 'Allows you to update plugins and WP core.',
424
+ 'link' => 'http://bestwebsoft.com/products/updater/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
425
+ 'settings' => 'admin.php?page=updater-options',
426
+ 'pro_version' => 'updater-pro/updater_pro.php',
427
+ 'purchase' => 'http://bestwebsoft.com/products/updater/buy/?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
428
+ 'pro_settings' => 'admin.php?page=updater-pro-options'
429
+ ),
430
+ 'user-role/user-role.php' => array(
431
+ 'category' => 'utilities',
432
+ 'name' => 'User Role',
433
+ 'description' => 'Allows to change wordpress user role capabilities.',
434
+ 'link' => 'http://bestwebsoft.com/products/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
435
+ 'settings' => 'admin.php?page=user-role.php',
436
+ 'pro_version' => 'user-role-pro/user-role-pro.php',
437
+ 'purchase' => 'http://bestwebsoft.com/products/user-role/buy/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
438
+ 'pro_settings' => 'admin.php?page=user-role-pro.php'
439
+ ),
440
+ 'visitors-online/visitors-online.php' => array(
441
+ 'category' => 'site-stats',
442
+ 'name' => 'Visitors Online',
443
+ 'description' => 'See how many users, guests and bots are online at the website.',
444
+ 'link' => 'http://bestwebsoft.com/products/visitors-online/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
445
+ 'settings' => 'admin.php?page=visitors-online.php',
446
+ 'pro_version' => 'visitors-online-pro/visitors-online-pro.php',
447
+ 'purchase' => 'http://bestwebsoft.com/products/visitors-online/buy/?k=f9a746075ff8a0a6cb192cb46526afd2&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
448
+ 'pro_settings' => 'admin.php?page=visitors-online-pro.php'
449
+ ),
450
+ 'zendesk-help-center/zendesk-help-center.php' => array(
451
+ 'category' => 'utilities',
452
+ 'name' => 'Zendesk Help Center',
453
+ 'description' => 'This plugin allows to backup&export Zendesk Help Center.',
454
+ 'link' => 'http://bestwebsoft.com/products/zendesk-help-center/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
455
+ 'settings' => 'admin.php?page=zendesk_hc.php&tab=settings',
456
+ 'pro_version' => 'zendesk-help-center-pro/zendesk-help-center-pro.php',
457
+ '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,
458
+ 'pro_settings' => 'admin.php?page=zendesk_hc.php&tab=settings'
459
+ )
460
+ );
461
+
462
+ $themes = array(
463
+ (object) array(
464
+ 'name' => 'Real Estate',
465
+ 'slug' => 'realestate',
466
+ 'href' => 'http://bestwebsoft.com/products/real-estate-creative-wordpress-theme/'
467
+ ),
468
+ (object) array(
469
+ 'name' => 'Unity',
470
+ 'slug' => 'unity',
471
+ 'href' => 'http://bestwebsoft.com/products/unity-multipurpose-wordpress-theme/'
472
+ ),
473
+ (object) array(
474
+ 'name' => 'Opening',
475
+ 'slug' => 'opening',
476
+ 'href' => 'http://bestwebsoft.com/products/opening-job-board-wordpress-theme/'
477
+ )
478
+ );
contact_form.php CHANGED
@@ -6,7 +6,7 @@ Description: Plugin for Contact Form.
6
  Author: BestWebSoft
7
  Text Domain: contact-form-plugin
8
  Domain Path: /languages
9
- Version: 3.99
10
  Author URI: http://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
@@ -28,13 +28,13 @@ License: GPLv2 or later
28
  */
29
 
30
  /**
31
- * Add Wordpress page 'bws_plugins' and sub-page of this plugin to admin-panel.
32
  * @return void
33
  */
34
  if ( ! function_exists( 'cntctfrm_admin_menu' ) ) {
35
  function cntctfrm_admin_menu() {
36
  bws_general_menu();
37
- $cntctfrm_settings = add_submenu_page( 'bws_plugins', __( 'Contact Form Settings', 'contact-form-plugin' ), __( 'Contact Form', 'contact-form-plugin' ), 'manage_options', 'contact_form.php', 'cntctfrm_settings_page' );
38
  add_action( 'load-' . $cntctfrm_settings, 'cntctfrm_add_tabs' );
39
  }
40
  }
@@ -79,8 +79,8 @@ if ( ! function_exists ( 'cntctfrm_admin_init' ) ) {
79
  'en' => 'English', 'eo' => 'Esperanto', 'et' => 'Estonian', 'ee' => 'Ewe',
80
  'fo' => 'Faroese', 'fj' => 'Fijjian', 'fi' => 'Finnish', 'fr' => 'French', 'ff' => 'Fulah',
81
  'gd' => 'Gaelic; Scottish Gaelic', 'gl' => 'Galician', 'lg' => 'Ganda', 'ka' => 'Georgian', 'de' => 'German', 'el' => 'Greek, Modern', 'gn' => 'Guarani', 'gu' => 'Gujarati',
82
- 'ht' => 'Haitian; Haitian Creole', 'ha' => 'Hausa', 'he' => 'Hebrew', 'hz' => 'Herero', 'hi' => 'Hindi', 'ho' => 'Hiri Motu', 'hu' => 'Hungarian',
83
- 'is' => 'Icelandic', 'io' => 'Ido', 'ig' => 'Igbo', 'id' => 'Indonesian', 'ie' => 'Interlingue', 'ia' => 'Interlingua (International Auxiliary Language Association)', 'iu' => 'Inuktitut', 'ik' => 'Inupiaq', 'ga' => 'Irish', 'it' => 'Italian',
84
  'ja' => 'Japanese', 'jv' => 'Javanese',
85
  'kl' => 'Kalaallisut; Greenlandic', 'kn' => 'Kannada', 'kr' => 'Kanuri', 'ks' => 'Kashmiri', 'kk' => 'Kazakh', 'ki' => 'Kikuyu; Gikuyu', 'rw' => 'Kinyarwanda', 'ky' => 'Kirghiz; Kyrgyz', 'kv' => 'Komi', 'kg' => 'Kongo', 'ko' => 'Korean', 'kj' => 'Kuanyama; Kwanyama', 'ku' => 'Kurdish',
86
  'lo' => 'Lao', 'la' => 'Latin', 'lv' => 'Latvian', 'li' => 'Limburgan; Limburger; Limburgish', 'ln' => 'Lingala', 'lt' => 'Lithuanian', 'lu' => 'Luba-Katanga', 'lb' => 'Luxembourgish; Letzeburgesch',
@@ -192,7 +192,7 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
192
  'cntctfrm_change_label_in_email' => 0,
193
  'cntctfrm_layout' => 1,
194
  'cntctfrm_submit_position' => 'left',
195
- 'cntctfrm_order_fields' => array(
196
  'first_column' => array(
197
  'cntctfrm_contact_name',
198
  'cntctfrm_contact_address',
@@ -230,7 +230,7 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
230
  $cntctfrmmlt_options = get_option( 'cntctfrmmlt_options' );
231
 
232
  if ( ! isset( $cntctfrmmlt_options['plugin_option_version'] ) || $cntctfrmmlt_options['plugin_option_version'] != $cntctfrm_plugin_info["Version"] ) {
233
-
234
  /**
235
  * @since 3.98
236
  * @todo delete after 01.05.2017
@@ -316,7 +316,7 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
316
  }
317
 
318
  if ( ! isset( $cntctfrm_options['plugin_option_version'] ) || $cntctfrm_options['plugin_option_version'] != $cntctfrm_plugin_info["Version"] ) {
319
-
320
  $cntctfrm_option_defaults['display_settings_notice'] = 0;
321
 
322
  /**
@@ -432,7 +432,7 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
432
  update_option( 'cntctfrmmlt_options', $cntctfrm_options );
433
  }
434
  } else {
435
- update_option( 'cntctfrmmlt_options', $cntctfrm_options );
436
  }
437
  } else {
438
  update_option( 'cntctfrm_options', $cntctfrm_options );
@@ -529,12 +529,12 @@ if ( ! function_exists( 'cntctfrm_get_ordered_fields' ) ) {
529
  if ( get_option( 'sbscrbrpr_options' ) )
530
  $sbscrbrpr_options = get_option( 'sbscrbrpr_options' );
531
  }
532
-
533
 
534
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
535
 
536
  $cntctfrm_display_captcha = false;
537
- if ( ( is_plugin_active( 'captcha/captcha.php' ) && ( isset( $cptch_options ) && 1 == $cptch_options['cptch_contact_form'] ) ) ||
538
  ( is_plugin_active( 'captcha-plus/captcha-plus.php' ) && ( isset( $cptchpls_options ) && 1 == $cptchpls_options['cptchpls_contact_form'] ) ) ||
539
  ( is_plugin_active( 'captcha-pro/captcha_pro.php' ) && ( isset( $cptchpr_options ) && 1 == $cptchpr_options['cptchpr_contact_form'] ) ) ||
540
  ( is_plugin_active( 'google-captcha/google-captcha.php' ) && ( isset( $gglcptch_options ) && 1 == $gglcptch_options['contact_form'] ) ) ||
@@ -627,7 +627,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
627
  if ( get_option( 'sbscrbrpr_options' ) )
628
  $sbscrbrpr_options = get_option( 'sbscrbrpr_options' );
629
  }
630
-
631
  $userslogin = get_users( 'blog_id=' . $GLOBALS['blog_id'] . '&role=administrator' );
632
 
633
  if ( isset( $_POST['cntctfrm_form_appearance_submit'] ) && check_admin_referer( $plugin_basename, 'cntctfrm_nonce_name' ) ) {
@@ -640,7 +640,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
640
  if ( isset( $contact_form_multi_active ) || isset( $contact_form_multi_pro_active ) ) {
641
  $cntctfrm_options = array_merge( $cntctfrm_options, $cntctfrm_options_submit );
642
  update_option( 'cntctfrm_options', $cntctfrm_options );
643
- }
644
  }
645
 
646
  $cntctfrm_layout = ( isset( $_POST['cntctfrm_layout'] ) ) ? (int) $_POST['cntctfrm_layout'] : 1;
@@ -837,10 +837,10 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
837
  $cntctfrm_options_submit['cntctfrm_display_date_time'] = isset( $_POST['cntctfrm_display_date_time'] ) ? 1 : 0;
838
  $cntctfrm_options_submit['cntctfrm_display_coming_from'] = isset( $_POST['cntctfrm_display_coming_from'] ) ? 1 : 0;
839
  $cntctfrm_options_submit['cntctfrm_display_user_agent'] = isset( $_POST['cntctfrm_display_user_agent'] ) ? 1 : 0;
840
-
841
  if ( 0 == $cntctfrm_options_submit['cntctfrm_display_sent_from'] && 0 == $cntctfrm_options_submit['cntctfrm_display_date_time'] && 0 == $cntctfrm_options_submit['cntctfrm_display_coming_from'] && 0 == $cntctfrm_options_submit['cntctfrm_display_user_agent'] )
842
  $cntctfrm_options_submit['cntctfrm_display_add_info'] = 0;
843
-
844
  if ( 0 == $cntctfrm_options_submit['cntctfrm_display_add_info'] ) {
845
  $cntctfrm_options_submit['cntctfrm_display_sent_from'] = 1;
846
  $cntctfrm_options_submit['cntctfrm_display_date_time'] = 1;
@@ -951,9 +951,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
951
  $cntctfrm_options['cntctfrm_action_after_send'] = 1;
952
  }
953
  if ( 'user' == $cntctfrm_options_submit['cntctfrm_select_email'] ) {
954
- if ( '3.3' > $wp_version && function_exists( 'get_userdatabylogin' ) && false !== get_userdatabylogin( $cntctfrm_options_submit['cntctfrm_user_email'] ) ) {
955
- /**/
956
- } else if ( false !== get_user_by( 'login', $cntctfrm_options_submit['cntctfrm_user_email'] ) ) {
957
  /**/
958
  } else {
959
  $error .= __( "Such user does not exist.", 'contact-form-plugin' );
@@ -1037,6 +1035,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1037
  <a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php"><?php _e( 'Settings', 'contact-form-plugin' ); ?></a>
1038
  <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'additional' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=additional"><?php _e( 'Additional settings', 'contact-form-plugin' ); ?></a>
1039
  <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'appearance' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=appearance"><?php _e( 'Appearance', 'contact-form-plugin' ); ?></a>
 
1040
  <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=contact_form.php&amp;action=go_pro"><?php _e( 'Go PRO', 'contact-form-plugin' ); ?></a>
1041
  </h2>
1042
  <?php if ( isset( $_GET['action'] ) && 'additional' == $_GET['action'] ) { ?>
@@ -1047,7 +1046,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1047
  </p>
1048
  </div>
1049
  </noscript>
1050
- <?php } ?>
1051
  <div class="updated fade below-h2" <?php if ( $message == "" || "" != $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
1052
  <div class="error below-h2" <?php if ( "" == $error ) echo 'style="display:none"'; ?>><p><strong><?php echo $error; ?></strong></p></div>
1053
  <?php bws_show_settings_notice();
@@ -1055,12 +1054,12 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1055
  <div class="updated fade below-h2"><p><strong><?php echo $hide_result['message']; ?></strong></p></div>
1056
  <?php }
1057
  if ( ! empty( $notice ) ) { ?>
1058
- <div class="error below-h2"><p><strong><?php _e( 'Notice:', 'contact-form-plugin' ); ?></strong> <?php echo $notice; ?></p></div>
1059
  <?php }
1060
- if ( ( ! isset( $_GET['action'] ) || 'go_pro' != $_GET['action'] ) && ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
1061
  <h3 class="nav-tab-wrapper">
1062
  <span class="nav-tab nav-tab-active"><?php _e( 'NEW_FORM', 'contact-form-plugin' )?></span>
1063
- <a id="cntctfrm_show_multi_notice" class="nav-tab" target="_new" href="http://bestwebsoft.com/products/contact-form-multi/?k=747ca825fb44711e2d24e40697747bc6&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" title="<?php _e( "If you want to create multiple contact forms, please install the Contact Form Multi plugin.", 'contact-form-plugin' ); ?>">+</a>
1064
  </h3>
1065
  <?php }
1066
  if ( ! isset( $_GET['action'] ) || 'additional' == $_GET['action'] ) {
@@ -1069,19 +1068,19 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1069
  } else { ?>
1070
  <form id="cntctfrm_settings_form" class="bws_form" method="post" action="">
1071
  <div style="margin: 20px 0;">
1072
- <?php printf( __( "If you would like to add a Contact Form to your page or post, please use %s button", 'contact-form-plugin' ),
1073
  '<span class="bws_code"><img style="vertical-align: sub;" src="' . plugins_url( 'bws_menu/images/shortcode-icon.png', __FILE__ ) . '" alt=""/></span>'
1074
  ); ?>
1075
  <div class="bws_help_box bws_help_box_right dashicons dashicons-editor-help">
1076
  <div class="bws_hidden_help_text" style="min-width: 260px;">
1077
- <?php printf(
1078
  __( "You can add the Contact Form to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode %s or %s where * stands for Contact Form language.", 'contact-form-plugin' ),
1079
  '<code><img style="vertical-align: sub;" src="' . plugins_url( 'bws_menu/images/shortcode-icon.png', __FILE__ ) . '" alt="" /></code>',
1080
  sprintf( '<br/><span class="bws_code">[bestwebsoft_contact_form%s]</span><br/>', ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) ? '' : ' id=' . $_SESSION['cntctfrmmlt_id_form'] ),
1081
  sprintf( '<br/><span class="bws_code">[bestwebsoft_contact_form%s lang=*]</span>,<br/>', ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) ? '' : ' id=' . $_SESSION['cntctfrmmlt_id_form'] )
1082
  ); ?>
1083
  </div>
1084
- </div>
1085
  </div>
1086
  <div <?php if ( isset( $_GET['action'] ) ) echo 'style="display: none;"'; ?> >
1087
  <p><?php _e( "If you leave the fields empty, the messages will be sent to the email address specified during registration.", 'contact-form-plugin' ); ?></p>
@@ -1110,7 +1109,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1110
  <tr valign="top">
1111
  <th scope="row"><?php _e( "Use this email address:", 'contact-form-plugin' ); ?></th>
1112
  <td colspan="2">
1113
- <label><input type="radio" id="cntctfrm_select_email_custom" name="cntctfrm_select_email" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_select_email'] ) echo 'checked="checked" '; ?>/>
1114
  <input type="text" name="cntctfrm_custom_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_email']; ?>" maxlength="500" />
1115
  <span class="bws_info"><?php _e( "Enter the email address you want the messages forwarded to.", 'contact-form-plugin' ); ?></span></label>
1116
  </td>
@@ -1140,7 +1139,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1140
  <div class="bws_info">
1141
  <?php _e( 'Unlock premium options by upgrading to Pro version', 'contact-form-plugin' ); ?>
1142
  </div>
1143
- <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
1144
  <?php _e( 'Learn More', 'contact-form-plugin' ); ?>
1145
  </a>
1146
  <div class="clear"></div>
@@ -1161,7 +1160,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1161
  <?php }
1162
  } else { ?>
1163
  <label><input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" />
1164
- <span class="bws_info">(<?php _e( 'Using Contact Form to DB by BestWebSoft', 'contact-form-plugin' ); ?>) <a href="http://bestwebsoft.com/products/contact-form-to-db/?k=19d806f45d866e70545de83169b274f2&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download', 'contact-form-plugin' ); ?> Contact Form to DB</a></span><label>
1165
  <?php } ?>
1166
  </td>
1167
  </tr>
@@ -1176,12 +1175,12 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1176
  <fieldset>
1177
  <label>
1178
  <input type='radio' name='cntctfrm_mail_method' value='wp-mail' <?php if ( 'wp-mail' == $cntctfrm_options['cntctfrm_mail_method'] ) echo 'checked="checked" '; ?>/>
1179
- <?php _e( 'Wp-mail', 'contact-form-plugin' ); ?>
1180
  </label>
1181
  <label><span class="bws_info">(<?php _e( 'You can use the Wordpress wp_mail function for mailing', 'contact-form-plugin' ); ?>)</span></label><br />
1182
  <label>
1183
  <input type='radio' name='cntctfrm_mail_method' value='mail' <?php if ( 'mail' == $cntctfrm_options['cntctfrm_mail_method'] ) echo 'checked="checked" '; ?>/>
1184
- <?php _e( 'Mail', 'contact-form-plugin' ); ?>
1185
  </label>
1186
  <label><span class="bws_info">(<?php _e( 'You can use the PHP mail function for mailing', 'contact-form-plugin' ); ?>)</span></label>
1187
  </fieldset>
@@ -1206,7 +1205,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1206
  <label><input type="radio" id="cntctfrm_from_email" name="cntctfrm_from_email" value="user" <?php if ( 'user' == $cntctfrm_options['cntctfrm_from_email'] ) echo 'checked="checked" '; ?>/> <?php _e( "User email", 'contact-form-plugin' ); ?></label>
1207
  <div class="bws_help_box dashicons dashicons-editor-help">
1208
  <div class="bws_hidden_help_text" style="min-width: 200px;"><?php echo __( "The email address of the user who fills the form will be used in the field 'From'.", 'contact-form-plugin' ); ?></div>
1209
- </div>
1210
  <div>
1211
  <span class="bws_info">(<?php _e( "If this option is changed, email messages may be moved to the spam folder or email delivery failures may occur.", 'contact-form-plugin' ); ?>)</span>
1212
  </div>
@@ -1251,7 +1250,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1251
  <tr valign="top">
1252
  <td><?php _e( "Name", 'contact-form-plugin' ); ?></td>
1253
  <td>
1254
- <label><input type="checkbox" name="cntctfrm_display_name_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_name_field'] ) echo 'checked="checked" '; ?>/>
1255
  <span class="cntctfrm_mobile_title"><?php _e( "Used", 'contact-form-plugin' ); ?></span></label>
1256
  </td>
1257
  <td>
@@ -1260,11 +1259,11 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1260
  </td>
1261
  <?php if ( ! $bws_hide_premium_options_check ) { ?>
1262
  <td class="bws_pro_version">
1263
- <label><input disabled="disabled" type="checkbox" name="cntctfrm_visible_name" value="1" checked="checked" />
1264
  <span class="cntctfrm_mobile_title"><?php _e( "Visible", 'contact-form-plugin' ); ?></span></label>
1265
  </td>
1266
  <td class="bws_pro_version">
1267
- <label><input disabled="disabled" type="checkbox" name="cntctfrm_disabled_name" value="1" />
1268
  <span class="cntctfrm_mobile_title"><?php _e( "Disabled for editing", 'contact-form-plugin' ); ?></span></label>
1269
  </td>
1270
  <td class="bws_pro_version">
@@ -1278,7 +1277,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1278
  <tr valign="top">
1279
  <td><?php _e( "Location selectbox", 'contact-form-plugin' ); ?></td>
1280
  <td class="bws_pro_version">
1281
- <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_selectbox" value="1" />
1282
  <span class="cntctfrm_mobile_title"><?php _e( "Used", 'contact-form-plugin' ); ?></span></label>
1283
  </td>
1284
  <td class="bws_pro_version">
@@ -1289,7 +1288,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1289
  <td class="bws_pro_version"></td>
1290
  <td class="bws_pro_version">
1291
  <label>
1292
- <span><?php _e( "Field's default value", 'contact-form-plugin' ); ?></span>
1293
  <input disabled="disabled" type="file" name="cntctfrm_default_location" />
1294
  </label>
1295
  </td>
@@ -1298,7 +1297,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1298
  <tr valign="top">
1299
  <td><?php _e( "Address", 'contact-form-plugin' ); ?></td>
1300
  <td>
1301
- <label><input type="checkbox" id="cntctfrm_display_address_field" name="cntctfrm_display_address_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_address_field'] ) echo 'checked="checked" '; ?>/>
1302
  <span class="cntctfrm_mobile_title"><?php _e( "Used", 'contact-form-plugin' ); ?></span></label>
1303
  </td>
1304
  <td>
@@ -1320,11 +1319,11 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1320
  </td>
1321
  <?php if ( ! $bws_hide_premium_options_check ) { ?>
1322
  <td class="bws_pro_version">
1323
- <label><input disabled="disabled" type="checkbox" name="cntctfrm_visible_email" value="1" checked="checked" />
1324
  <span class="cntctfrm_mobile_title"><?php _e( "Visible", 'contact-form-plugin' ); ?></span></label>
1325
  </td>
1326
  <td class="bws_pro_version">
1327
- <label><input disabled="disabled" type="checkbox" name="cntctfrm_disabled_email" value="1" />
1328
  <span class="cntctfrm_mobile_title"><?php _e( "Disabled for editing", 'contact-form-plugin' ); ?></span></label>
1329
  </td>
1330
  <td class="bws_pro_version">
@@ -1337,7 +1336,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1337
  <tr valign="top">
1338
  <td><?php _e( "Phone number", 'contact-form-plugin' ); ?></td>
1339
  <td>
1340
- <label><input type="checkbox" id="cntctfrm_display_phone_field" name="cntctfrm_display_phone_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_phone_field'] ) echo 'checked="checked" '; ?>/>
1341
  <span class="cntctfrm_mobile_title"><?php _e( "Used", 'contact-form-plugin' ); ?></span></label>
1342
  </td>
1343
  <td>
@@ -1359,17 +1358,17 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1359
  </td>
1360
  <?php if ( ! $bws_hide_premium_options_check ) { ?>
1361
  <td class="bws_pro_version">
1362
- <label><input class="subject" disabled="disabled" type="checkbox" name="cntctfrm_visible_subject" value="1" checked="checked" />
1363
  <span class="cntctfrm_mobile_title"><?php _e( "Visible", 'contact-form-plugin' ); ?></span></label>
1364
  </td>
1365
  <td class="bws_pro_version">
1366
- <label><input class="subject" disabled="disabled" type="checkbox" name="cntctfrm_disabled_subject" value="1" />
1367
  <span class="cntctfrm_mobile_title"><?php _e( "Disabled for editing", 'contact-form-plugin' ); ?></span></label>
1368
  </td>
1369
- <td class="bws_pro_version">
1370
  <label>
1371
- <span><?php _e( "Field's default value", 'contact-form-plugin' ); ?></span>
1372
- <input class="subject" disabled="disabled" type="text" name="cntctfrm_default_subject" value="" />
1373
  </label>
1374
  </td>
1375
  <?php } ?>
@@ -1383,16 +1382,16 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1383
  </td>
1384
  <?php if ( ! $bws_hide_premium_options_check ) { ?>
1385
  <td class="bws_pro_version">
1386
- <label><input class="message" disabled="disabled" type="checkbox" name="cntctfrm_visible_message" value="1" checked="checked" />
1387
  <span class="cntctfrm_mobile_title"><?php _e( "Visible", 'contact-form-plugin' ); ?></span></label>
1388
  </td>
1389
  <td class="bws_pro_version">
1390
- <label><input class="message" disabled="disabled" disabled="disabled" type="checkbox" name="cntctfrm_disabled_message" value="1" />
1391
  <span class="cntctfrm_mobile_title"><?php _e( "Disabled for editing", 'contact-form-plugin' ); ?></span></label>
1392
  </td>
1393
  <td class="bws_pro_version">
1394
  <label>
1395
- <span><?php _e( "Field's default value", 'contact-form-plugin' ); ?></span>
1396
  <input class="message" disabled="disabled" type="text" name="cntctfrm_default_message" value="" />
1397
  </label>
1398
  </td>
@@ -1407,7 +1406,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1407
  <div class="bws_info">
1408
  <?php _e( 'Unlock premium options by upgrading to Pro version', 'contact-form-plugin' ); ?>
1409
  </div>
1410
- <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
1411
  <?php _e( 'Learn More', 'contact-form-plugin' ); ?>
1412
  </a>
1413
  <div class="clear"></div>
@@ -1422,7 +1421,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1422
  </div>
1423
  </td>
1424
  <td>
1425
- <label><input type="checkbox" id="cntctfrm_attachment" name="cntctfrm_attachment" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment'] ) echo 'checked="checked" '; ?>/>
1426
  <span class="cntctfrm_mobile_title"><?php _e( "Used", 'contact-form-plugin' ); ?></span></label>
1427
  </td>
1428
  <td></td>
@@ -1466,7 +1465,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1466
  <?php }
1467
  } else { ?>
1468
  <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_subscriber" value="1" />
1469
- Subscriber by BestWebSoft</label> <span class="bws_info"><a href="http://http://bestwebsoft.com/products/subscriber/?k=a9dfd3fa8513784c36622993b350b19e&pn=72&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download Subscriber', 'contact-form-plugin' ); ?></a></span>
1470
  <?php } ?>
1471
  </div>
1472
  <div style="clear: both;">
@@ -1479,7 +1478,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1479
  <?php }
1480
  } else { ?>
1481
  <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" />
1482
- Captcha by BestWebSoft</label> <span class="bws_info"><a href="http://bestwebsoft.com/products/captcha/?k=19ac1e9b23bea947cfc4a9b8e3326c03&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download Captcha', 'contact-form-plugin' ); ?></a></span>
1483
  <?php } ?>
1484
  </div>
1485
  <?php if ( ! $bws_hide_premium_options_check ) { ?>
@@ -1495,13 +1494,13 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1495
  </div>
1496
  <div style="padding: 10px; ">
1497
  * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact-form-plugin' ); ?>
1498
- </div>
1499
  </div>
1500
  <div class="bws_pro_version_tooltip">
1501
  <div class="bws_info">
1502
  <?php _e( 'Unlock premium options by upgrading to Pro version', 'contact-form-plugin' ); ?>
1503
  </div>
1504
- <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
1505
  <?php _e( 'Learn More', 'contact-form-plugin' ); ?>
1506
  </a>
1507
  <div class="clear"></div>
@@ -1682,8 +1681,8 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1682
  <table class="form-table bws_pro_version">
1683
  <tr valign="top">
1684
  <th scope="row"><?php _e( "Add field 'Reply-To' to the email header", 'contact-form-plugin' ); ?></th>
1685
- <td colspan="2">
1686
- <input disabled="disabled" type="checkbox" id="cntctfrm_header_reply_to" name="cntctfrm_header_reply_to" value="1"> <span class="bws_info">(<?php _e( "Field 'Reply-To' will be initialized by user email", 'contact-form-plugin' ); ?>)</span>
1687
  </td>
1688
  </tr>
1689
  <tr valign="top">
@@ -1705,7 +1704,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1705
  <div class="bws_info">
1706
  <?php _e( 'Unlock premium options by upgrading to Pro version', 'contact-form-plugin' ); ?>
1707
  </div>
1708
- <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
1709
  <?php _e( 'Learn More', 'contact-form-plugin' ); ?>
1710
  </a>
1711
  <div class="clear"></div>
@@ -1721,7 +1720,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1721
  <?php wp_nonce_field( $plugin_basename, 'cntctfrm_nonce_name' ); ?>
1722
  </form>
1723
  <?php bws_form_restore_default_settings( $plugin_basename );
1724
- }
1725
  } elseif ( 'appearance' == $_GET['action'] ) {
1726
  if ( isset( $_REQUEST['bws_restore_default'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
1727
  bws_form_restore_default_confirm( $plugin_basename );
@@ -1935,7 +1934,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1935
  <div class="cntctfrm_label_block"><?php _e( "Text fields color", 'contact-form-plugin' ); ?></div>
1936
  </div>
1937
  <div>
1938
- <input disabled='disabled' size="8" type="text" value="" name="cntctfrm_border_input_width" />
1939
  <div class="cntctfrm_label_block"><?php _e( 'Border width in px, numbers only', 'contact-form-plugin' ); ?></div>
1940
  </div>
1941
  <div>
@@ -1949,7 +1948,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1949
  <th scope="row"><?php _e( "Submit button", 'contact-form-plugin' ); ?></th>
1950
  <td colspan="2">
1951
  <div>
1952
- <input disabled='disabled' size="8" type="text" value="" name="cntctfrm_button_width" />
1953
  <div class="cntctfrm_label_block"><?php _e( 'Width in px, numbers only', 'contact-form-plugin' ); ?></div>
1954
  </div>
1955
  <div>
@@ -1980,7 +1979,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1980
  <div class="bws_info">
1981
  <?php _e( 'Unlock premium options by upgrading to Pro version', 'contact-form-plugin' ); ?>
1982
  </div>
1983
- <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
1984
  <?php _e( 'Learn More', 'contact-form-plugin' ); ?>
1985
  </a>
1986
  <div class="clear"></div>
@@ -2115,7 +2114,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
2115
  </li>
2116
  <?php }
2117
  break;
2118
- case 'cntctfrm_subscribe':
2119
  if ( has_filter( 'sbscrbr_cntctfrm_checkbox_add' ) ) { ?>
2120
  <li class="cntctfrm_field_wrap">
2121
  <div class="cntctfrm_checkbox cntctfrm_checkbox_subscribe">
@@ -2130,13 +2129,13 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
2130
  <?php }
2131
  break;
2132
  case 'cntctfrm_captcha':
2133
- if ( ( is_plugin_active( 'captcha/captcha.php' ) && ( isset( $cptch_options ) && 1 == $cptch_options['cptch_contact_form'] ) ) ||
2134
  ( is_plugin_active( 'captcha-plus/captcha-plus.php' ) && ( isset( $cptchpls_options ) && 1 == $cptchpls_options['cptchpls_contact_form'] ) ) ||
2135
  ( is_plugin_active( 'captcha-pro/captcha_pro.php' ) && ( isset( $cptchpr_options ) && 1 == $cptchpr_options['cptchpr_contact_form'] ) ) ||
2136
  ( is_plugin_active( 'google-captcha/google-captcha.php' ) && ( isset( $gglcptch_options ) && 1 == $gglcptch_options['contact_form'] ) ) ||
2137
- ( is_plugin_active( 'google-captcha-pro/google-captcha-pro.php' ) && ( isset( $gglcptchpr_options ) && 1 == $gglcptchpr_options['contact_form'] ) ) ) {
2138
 
2139
- $cntctfrm_captcha_label = $cntctfrm_captcha_required_symbol = '';
2140
  if ( is_plugin_active( 'captcha/captcha.php' ) && ( isset( $cptch_options ) && 1 == $cptch_options['cptch_contact_form'] ) ) {
2141
  $cntctfrm_captcha_label = $cptch_options['cptch_label_form'];
2142
  $cntctfrm_captcha_required_symbol = sprintf( ' <span class="required">%s</span>', ( isset( $cptch_options['cptch_required_symbol'] ) ) ? $cptch_options['cptch_required_symbol'] : '' );
@@ -2166,7 +2165,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
2166
  break;
2167
  default:
2168
  break;
2169
- }
2170
  } ?>
2171
  </ul>
2172
  <?php } ?>
@@ -2182,7 +2181,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
2182
  'rtl' => array(
2183
  'left' => 2,
2184
  'right' => 1
2185
- ),
2186
  );
2187
  for ( $i = 1; $i <= 2; $i++ ) {
2188
  $cntctfrm_column = ( $i == 1 ) ? 'first_column' : 'second_column'; ?>
@@ -2218,6 +2217,8 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
2218
  </form>
2219
  <?php bws_form_restore_default_settings( $plugin_basename );
2220
  }
 
 
2221
  } elseif ( 'go_pro' == $_GET['action'] ) {
2222
  bws_go_pro_tab_show( $bws_hide_premium_options_check, $cntctfrm_plugin_info, $plugin_basename, 'contact_form.php', 'contact_form_pro.php', 'contact-form-pro/contact_form_pro.php', 'contact-form', '697c5e74f39779ce77850e11dbe21962', '77', isset( $go_pro_result['pro_plugin_is_activated'] ) );
2223
  }
@@ -2298,7 +2299,7 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
2298
 
2299
  if ( true !== $cntctfrm_result || $cntctfrm_form_count != $cntctfrm_form_submited ) {
2300
  $_SESSION['cntctfrm_send_mail'] = false;
2301
-
2302
  $cntctfrm_classes = ( $cntctfrm_options['cntctfrm_layout'] === 1 ) ? ' cntctfrm_one_column' : ' cntctfrm_two_columns';
2303
  $cntctfrm_classes .= is_rtl() ? ' cntctfrm_rtl' : ' cntctfrm_ltr';
2304
 
@@ -2359,7 +2360,7 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
2359
  $content .= '<div class="cntctfrm_input cntctfrm_input_email">
2360
  <input class="text" type="text" size="40" value="' . $email . '" name="cntctfrm_contact_email" id="cntctfrm_contact_email' . $cntctfrm_form_countid . '" />';
2361
  $content .= '</div>';
2362
- $content .= '</div>';
2363
  break;
2364
  case 'cntctfrm_contact_phone':
2365
  if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] ) {
@@ -2402,7 +2403,7 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
2402
  $content .= '</div>';
2403
  $content .= '</div>';
2404
  break;
2405
- case 'cntctfrm_contact_attachment':
2406
  if ( 1 == $cntctfrm_options['cntctfrm_attachment'] ) {
2407
  $content .= '<div class="cntctfrm_field_wrap cntctfrm_field_attachment_wrap">';
2408
  $content .= '<div class="cntctfrm_label cntctfrm_label_attachment">
@@ -2420,7 +2421,7 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
2420
  $content .= '</div>';
2421
  }
2422
  break;
2423
- case 'cntctfrm_contact_send_copy':
2424
  if ( 1 == $cntctfrm_options['cntctfrm_send_copy'] ) {
2425
  $content .= '<div class="cntctfrm_field_wrap cntctfrm_field_attachment_wrap">';
2426
  $content .= '<div class="cntctfrm_checkbox cntctfrm_checkbox_send_copy">
@@ -2430,7 +2431,7 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
2430
  $content .= '</div>';
2431
  }
2432
  break;
2433
- case 'cntctfrm_subscribe':
2434
  if ( has_filter( 'sbscrbr_cntctfrm_checkbox_add' ) ) {
2435
  $content .= '<div class="cntctfrm_field_wrap cntctfrm_field_checkbox_subscribe_wrap">';
2436
  $content .= '<div class="cntctfrm_checkbox cntctfrm_checkbox_subscribe">';
@@ -2472,12 +2473,12 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
2472
  'rtl' => array(
2473
  'left' => 2,
2474
  'right' => 1
2475
- ),
2476
  );
2477
 
2478
  $content .= '<div class="cntctfrm_submit_wrap">';
2479
  for ( $i = 1; $i <= 2; $i++ ) {
2480
- $cntctfrm_column = ( $i == 1 ) ? 'first_column' : 'second_column';
2481
  $content .= '<div id="cntctfrm_submit_' . $cntctfrm_column . '" class="cntctfrm_column">';
2482
  if ( $i == $cntctfrm_submit_position_value[ $cntctfrm_direction ][ $cntctfrm_options['cntctfrm_submit_position'] ] ) {
2483
  $content .= '<div class="cntctfrm_input cntctfrm_input_submit" style="text-align: ' . $cntctfrm_options['cntctfrm_submit_position'] . ' !important;">';
@@ -2582,7 +2583,7 @@ if ( ! function_exists( 'cntctfrm_check_form' ) ) {
2582
  'html'=>'text/html',
2583
  'htm'=>'text/html',
2584
  'txt'=>'text/plain',
2585
- 'css'=>'text/css',
2586
  'gif'=>'image/gif',
2587
  'png'=>'image/x-png',
2588
  'jpeg'=>'image/jpeg',
@@ -2594,7 +2595,7 @@ if ( ! function_exists( 'cntctfrm_check_form' ) ) {
2594
  'ai'=>'application/postscript',
2595
  'eps'=>'application/postscript',
2596
  'ps'=>'application/postscript',
2597
- 'csv'=>'text/csv',
2598
  'rtf'=>'application/rtf',
2599
  'pdf'=>'application/pdf',
2600
  'doc'=>'application/msword',
@@ -2744,14 +2745,7 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2744
  if ( isset( $_SESSION['cntctfrm_send_mail'] ) && true == $_SESSION['cntctfrm_send_mail'] )
2745
  return true;
2746
 
2747
- if ( 'user' == $cntctfrm_options['cntctfrm_select_email'] ) {
2748
- if ( '3.3' > $wp_version && function_exists('get_userdatabylogin') && false !== $user = get_userdatabylogin( $cntctfrm_options['cntctfrm_user_email'] ) ) {
2749
- $to = $user->user_email;
2750
- } elseif ( false !== $user = get_user_by( 'login', $cntctfrm_options['cntctfrm_user_email'] ) )
2751
- $to = $user->user_email;
2752
- } else {
2753
- $to = $cntctfrm_options['cntctfrm_custom_email'];
2754
- }
2755
 
2756
  if ( "" == $to ) {
2757
  /* If email options are not certain choose admin email */
@@ -2970,18 +2964,18 @@ if( ! function_exists( 'cntctfrm_send_mail' ) ) {
2970
  }
2971
 
2972
  $file = file_get_contents( $cntctfrm_path_of_uploaded_file );
2973
-
2974
- $message_text .= $bound . "\n" .
2975
  "Content-Type: application/octet-stream; name=\"" . sanitize_file_name( $_FILES["cntctfrm_contact_attachment"]["name"] ) . "\"\n" .
2976
  "Content-Description: " . basename( $cntctfrm_path_of_uploaded_file ) . "\n" .
2977
  "Content-Disposition: attachment;\n" . " filename=\"" . sanitize_file_name( $_FILES["cntctfrm_contact_attachment"]["name"] ) ."\"; size=" . filesize( $cntctfrm_path_of_uploaded_file ) . ";\n" .
2978
- "Content-Transfer-Encoding: base64\n\n" . chunk_split( base64_encode( $file ) ) . "\n\n" .
2979
  $bound_last;
2980
- $message_text_for_user .= $bound . "\n" .
2981
  "Content-Type: application/octet-stream; name=\"" . sanitize_file_name( $_FILES["cntctfrm_contact_attachment"]["name"] ) . "\"\n" .
2982
  "Content-Description: " . basename( $cntctfrm_path_of_uploaded_file ) . "\n" .
2983
  "Content-Disposition: attachment;\n" . " filename=\"" . sanitize_file_name( $_FILES["cntctfrm_contact_attachment"]["name"] ) ."\"; size=" . filesize( $cntctfrm_path_of_uploaded_file ) . ";\n" .
2984
- "Content-Transfer-Encoding: base64\n\n" . chunk_split( base64_encode( $file ) ) . "\n\n" .
2985
  $bound_last;
2986
  } else {
2987
  /* To send HTML mail, header must be set */
@@ -3092,7 +3086,7 @@ if ( ! function_exists ( 'cntctfrm_admin_head' ) ) {
3092
 
3093
  $script_vars = array(
3094
  'cntctfrm_nonce' => wp_create_nonce( plugin_basename( __FILE__ ), 'cntctfrm_ajax_nonce_field' ),
3095
- 'cntctfrm_confirm_text' => __( 'Are you sure that you want to delete this language data?', 'contact-form-plugin' )
3096
  );
3097
 
3098
  if ( wp_is_mobile() )
@@ -3101,36 +3095,36 @@ if ( ! function_exists ( 'cntctfrm_admin_head' ) ) {
3101
  wp_enqueue_script( 'cntctfrm_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery', 'jquery-ui-sortable' ) );
3102
  wp_localize_script( 'cntctfrm_script', 'cntctfrm_ajax', $script_vars );
3103
 
3104
- if ( ! ( 3.3 > $wp_version ) ) {
3105
-
3106
- require_once( dirname( __FILE__ ) . '/bws_menu/bws_include.php' );
3107
-
3108
- $tooltip_args = array(
3109
- 'tooltip_id' => 'cntctfrm_install_multi_tooltip',
3110
- 'css_selector' => '#cntctfrm_show_multi_notice',
3111
- 'actions' => array(
3112
- 'click' => true,
3113
- 'onload' => true,
3114
- ),
3115
- 'content' => '<h3>' . __( 'Add multiple forms', 'contact-form-plugin' ) . '</h3>' .'<p>' . __( 'Install Contact Form Multi plugin to create unlimited number of contact forms.', 'contact-form-plugin' ) . '</p>',
3116
- 'buttons' => array(
3117
- array(
3118
- 'type' => 'link',
3119
- 'link' => 'http://bestwebsoft.com/products/contact-form-multi/?k=747ca825fb44711e2d24e40697747bc6&pn=77&v=' . $cntctfrm_plugin_info["Version"] . '&wp_v=' . $wp_version,
3120
- 'text' => __( 'Learn more', 'contact-form-plugin' ),
3121
- ),
3122
- 'close' => array(
3123
- 'type' => 'dismiss',
3124
- 'text' => __( 'Close', 'contact-form-plugin' ),
3125
- ),
3126
  ),
3127
- 'position' => array(
3128
- 'edge' => 'top',
3129
- 'align' => is_rtl() ? 'right' : 'left',
3130
  ),
3131
- );
3132
- bws_add_tooltip_in_admin( $tooltip_args );
3133
- }
 
 
 
 
3134
  }
3135
  }
3136
  }
@@ -3276,11 +3270,11 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
3276
  global $hook_suffix;
3277
  if ( 'plugins.php' == $hook_suffix || ( isset( $_REQUEST['page'] ) && 'contact_form.php' == $_REQUEST['page'] ) ) {
3278
  global $cntctfrm_plugin_info, $wp_version, $bstwbsftwppdtplgns_cookie_add, $bstwbsftwppdtplgns_banner_array;
3279
-
3280
  if ( 'plugins.php' == $hook_suffix ) {
3281
  $cntctfrm_options = get_option( 'cntctfrm_options' );
3282
  if ( isset( $cntctfrm_options['first_install'] ) && strtotime( '-1 week' ) > $cntctfrm_options['first_install'] ) {
3283
- bws_plugin_banner( $cntctfrm_plugin_info, 'cntctfrm', 'contact-form', 'f575dc39cba54a9de88df346eed52101', '77', '//ps.w.org/contact-form-plugin/assets/icon-128x128.png' );
3284
  }
3285
  bws_plugin_banner_to_settings( $cntctfrm_plugin_info, 'cntctfrm_options', 'contact-form-plugin', 'admin.php?page=contact_form.php' );
3286
  }
@@ -3332,7 +3326,7 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
3332
  <span><?php _e( "Manage messages that have been sent from your website.", 'contact-form-plugin' ); ?></span>
3333
  </div>
3334
  <div class="button_div">
3335
- <a class="button" target="_blank" href="http://bestwebsoft.com/products/contact-form-to-db/?k=6ebf0743736411607343ad391dc3b436&pn=77&v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>"><?php _e( 'Learn More', 'contact-form-plugin' ); ?></a>
3336
  </div>
3337
  </div>
3338
  </div>
@@ -3351,7 +3345,7 @@ if ( ! function_exists ( 'cntctfrm_shortcode_button_content' ) ) {
3351
  function cntctfrm_shortcode_button_content( $content ) {
3352
  global $wp_version, $cntctfrm_lang_codes;
3353
  $lang_default = '...';
3354
-
3355
  /* Check contact-form-multi plugin */
3356
  $cntctfrm_multi_active = false;
3357
  if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) ) {
@@ -3364,7 +3358,7 @@ if ( ! function_exists ( 'cntctfrm_shortcode_button_content' ) ) {
3364
  if ( $cntctfrm_multi_options_main['name_id_form'] ) {
3365
  $cntctfrm_multi_active = true;
3366
  $cntctfrm_multi_forms = $cntctfrm_multi_ids = $cntctfrm_multi_forms_languages = array();
3367
- foreach ( $cntctfrm_multi_options_main['name_id_form'] as $id => $title ) {
3368
  $cntctfrm_multi_forms[ $id ] = $title;
3369
  array_push( $cntctfrm_multi_ids, $id );
3370
  $cntctfrmmlt_multi_options = get_option( 'cntctfrmmlt_options_' . $id );
@@ -3417,7 +3411,7 @@ if ( ! function_exists ( 'cntctfrm_shortcode_button_content' ) ) {
3417
  </fieldset>
3418
  <script type="text/javascript">
3419
  function cntctfrm_shortcode_init() {
3420
- (function($) {
3421
  var current_object = '<?php echo ( $wp_version < 3.9 ) ? "#TB_ajaxContent" : ".mce-reset" ?>';
3422
  <?php if ( $cntctfrm_multi_active ) { ?>
3423
  $( current_object + ' #bws_shortcode_display' ).bind( 'display_shortcode', function() {
@@ -3489,6 +3483,10 @@ if ( ! function_exists ( 'cntctfrm_delete_options' ) ) {
3489
  if ( ! array_key_exists( 'contact-form-pro/contact_form_pro.php', $all_plugins ) )
3490
  $wpdb->query( "DROP TABLE IF EXISTS `" . $wpdb->prefix . "cntctfrm_field`;" );
3491
  }
 
 
 
 
3492
  }
3493
  }
3494
 
6
  Author: BestWebSoft
7
  Text Domain: contact-form-plugin
8
  Domain Path: /languages
9
+ Version: 4.0.0
10
  Author URI: http://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
28
  */
29
 
30
  /**
31
+ * Add Wordpress page 'bws_panel' and sub-page of this plugin to admin-panel.
32
  * @return void
33
  */
34
  if ( ! function_exists( 'cntctfrm_admin_menu' ) ) {
35
  function cntctfrm_admin_menu() {
36
  bws_general_menu();
37
+ $cntctfrm_settings = add_submenu_page( 'bws_panel', __( 'Contact Form Settings', 'contact-form-plugin' ), __( 'Contact Form', 'contact-form-plugin' ), 'manage_options', 'contact_form.php', 'cntctfrm_settings_page' );
38
  add_action( 'load-' . $cntctfrm_settings, 'cntctfrm_add_tabs' );
39
  }
40
  }
79
  'en' => 'English', 'eo' => 'Esperanto', 'et' => 'Estonian', 'ee' => 'Ewe',
80
  'fo' => 'Faroese', 'fj' => 'Fijjian', 'fi' => 'Finnish', 'fr' => 'French', 'ff' => 'Fulah',
81
  'gd' => 'Gaelic; Scottish Gaelic', 'gl' => 'Galician', 'lg' => 'Ganda', 'ka' => 'Georgian', 'de' => 'German', 'el' => 'Greek, Modern', 'gn' => 'Guarani', 'gu' => 'Gujarati',
82
+ 'ht' => 'Haitian; Haitian Creole', 'ha' => 'Hausa', 'he' => 'Hebrew', 'hz' => 'Herero', 'hi' => 'Hindi', 'ho' => 'Hiri Motu', 'hu' => 'Hungarian',
83
+ 'is' => 'Icelandic', 'io' => 'Ido', 'ig' => 'Igbo', 'id' => 'Indonesian', 'ie' => 'Interlingue', 'ia' => 'Interlingua (International Auxiliary Language Association)', 'iu' => 'Inuktitut', 'ik' => 'Inupiaq', 'ga' => 'Irish', 'it' => 'Italian',
84
  'ja' => 'Japanese', 'jv' => 'Javanese',
85
  'kl' => 'Kalaallisut; Greenlandic', 'kn' => 'Kannada', 'kr' => 'Kanuri', 'ks' => 'Kashmiri', 'kk' => 'Kazakh', 'ki' => 'Kikuyu; Gikuyu', 'rw' => 'Kinyarwanda', 'ky' => 'Kirghiz; Kyrgyz', 'kv' => 'Komi', 'kg' => 'Kongo', 'ko' => 'Korean', 'kj' => 'Kuanyama; Kwanyama', 'ku' => 'Kurdish',
86
  'lo' => 'Lao', 'la' => 'Latin', 'lv' => 'Latvian', 'li' => 'Limburgan; Limburger; Limburgish', 'ln' => 'Lingala', 'lt' => 'Lithuanian', 'lu' => 'Luba-Katanga', 'lb' => 'Luxembourgish; Letzeburgesch',
192
  'cntctfrm_change_label_in_email' => 0,
193
  'cntctfrm_layout' => 1,
194
  'cntctfrm_submit_position' => 'left',
195
+ 'cntctfrm_order_fields' => array(
196
  'first_column' => array(
197
  'cntctfrm_contact_name',
198
  'cntctfrm_contact_address',
230
  $cntctfrmmlt_options = get_option( 'cntctfrmmlt_options' );
231
 
232
  if ( ! isset( $cntctfrmmlt_options['plugin_option_version'] ) || $cntctfrmmlt_options['plugin_option_version'] != $cntctfrm_plugin_info["Version"] ) {
233
+
234
  /**
235
  * @since 3.98
236
  * @todo delete after 01.05.2017
316
  }
317
 
318
  if ( ! isset( $cntctfrm_options['plugin_option_version'] ) || $cntctfrm_options['plugin_option_version'] != $cntctfrm_plugin_info["Version"] ) {
319
+
320
  $cntctfrm_option_defaults['display_settings_notice'] = 0;
321
 
322
  /**
432
  update_option( 'cntctfrmmlt_options', $cntctfrm_options );
433
  }
434
  } else {
435
+ update_option( 'cntctfrmmlt_options', $cntctfrm_options );
436
  }
437
  } else {
438
  update_option( 'cntctfrm_options', $cntctfrm_options );
529
  if ( get_option( 'sbscrbrpr_options' ) )
530
  $sbscrbrpr_options = get_option( 'sbscrbrpr_options' );
531
  }
532
+
533
 
534
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
535
 
536
  $cntctfrm_display_captcha = false;
537
+ if ( ( is_plugin_active( 'captcha/captcha.php' ) && ( isset( $cptch_options ) && 1 == $cptch_options['cptch_contact_form'] ) ) ||
538
  ( is_plugin_active( 'captcha-plus/captcha-plus.php' ) && ( isset( $cptchpls_options ) && 1 == $cptchpls_options['cptchpls_contact_form'] ) ) ||
539
  ( is_plugin_active( 'captcha-pro/captcha_pro.php' ) && ( isset( $cptchpr_options ) && 1 == $cptchpr_options['cptchpr_contact_form'] ) ) ||
540
  ( is_plugin_active( 'google-captcha/google-captcha.php' ) && ( isset( $gglcptch_options ) && 1 == $gglcptch_options['contact_form'] ) ) ||
627
  if ( get_option( 'sbscrbrpr_options' ) )
628
  $sbscrbrpr_options = get_option( 'sbscrbrpr_options' );
629
  }
630
+
631
  $userslogin = get_users( 'blog_id=' . $GLOBALS['blog_id'] . '&role=administrator' );
632
 
633
  if ( isset( $_POST['cntctfrm_form_appearance_submit'] ) && check_admin_referer( $plugin_basename, 'cntctfrm_nonce_name' ) ) {
640
  if ( isset( $contact_form_multi_active ) || isset( $contact_form_multi_pro_active ) ) {
641
  $cntctfrm_options = array_merge( $cntctfrm_options, $cntctfrm_options_submit );
642
  update_option( 'cntctfrm_options', $cntctfrm_options );
643
+ }
644
  }
645
 
646
  $cntctfrm_layout = ( isset( $_POST['cntctfrm_layout'] ) ) ? (int) $_POST['cntctfrm_layout'] : 1;
837
  $cntctfrm_options_submit['cntctfrm_display_date_time'] = isset( $_POST['cntctfrm_display_date_time'] ) ? 1 : 0;
838
  $cntctfrm_options_submit['cntctfrm_display_coming_from'] = isset( $_POST['cntctfrm_display_coming_from'] ) ? 1 : 0;
839
  $cntctfrm_options_submit['cntctfrm_display_user_agent'] = isset( $_POST['cntctfrm_display_user_agent'] ) ? 1 : 0;
840
+
841
  if ( 0 == $cntctfrm_options_submit['cntctfrm_display_sent_from'] && 0 == $cntctfrm_options_submit['cntctfrm_display_date_time'] && 0 == $cntctfrm_options_submit['cntctfrm_display_coming_from'] && 0 == $cntctfrm_options_submit['cntctfrm_display_user_agent'] )
842
  $cntctfrm_options_submit['cntctfrm_display_add_info'] = 0;
843
+
844
  if ( 0 == $cntctfrm_options_submit['cntctfrm_display_add_info'] ) {
845
  $cntctfrm_options_submit['cntctfrm_display_sent_from'] = 1;
846
  $cntctfrm_options_submit['cntctfrm_display_date_time'] = 1;
951
  $cntctfrm_options['cntctfrm_action_after_send'] = 1;
952
  }
953
  if ( 'user' == $cntctfrm_options_submit['cntctfrm_select_email'] ) {
954
+ if ( false !== get_user_by( 'login', $cntctfrm_options_submit['cntctfrm_user_email'] ) ) {
 
 
955
  /**/
956
  } else {
957
  $error .= __( "Such user does not exist.", 'contact-form-plugin' );
1035
  <a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php"><?php _e( 'Settings', 'contact-form-plugin' ); ?></a>
1036
  <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'additional' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=additional"><?php _e( 'Additional settings', 'contact-form-plugin' ); ?></a>
1037
  <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'appearance' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=appearance"><?php _e( 'Appearance', 'contact-form-plugin' ); ?></a>
1038
+ <a class="nav-tab <?php if ( isset( $_GET['action'] ) && 'custom_code' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=contact_form.php&amp;action=custom_code"><?php _e( 'Custom code', 'contact-form-plugin' ); ?></a>
1039
  <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=contact_form.php&amp;action=go_pro"><?php _e( 'Go PRO', 'contact-form-plugin' ); ?></a>
1040
  </h2>
1041
  <?php if ( isset( $_GET['action'] ) && 'additional' == $_GET['action'] ) { ?>
1046
  </p>
1047
  </div>
1048
  </noscript>
1049
+ <?php } ?>
1050
  <div class="updated fade below-h2" <?php if ( $message == "" || "" != $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
1051
  <div class="error below-h2" <?php if ( "" == $error ) echo 'style="display:none"'; ?>><p><strong><?php echo $error; ?></strong></p></div>
1052
  <?php bws_show_settings_notice();
1054
  <div class="updated fade below-h2"><p><strong><?php echo $hide_result['message']; ?></strong></p></div>
1055
  <?php }
1056
  if ( ! empty( $notice ) ) { ?>
1057
+ <div class="error below-h2"><p><strong><?php _e( 'Notice:', 'contact-form-plugin' ); ?></strong> <?php echo $notice; ?></p></div>
1058
  <?php }
1059
+ if ( ( ! isset( $_GET['action'] ) || ( 'go_pro' != $_GET['action'] && 'custom_code' != $_GET['action'] ) ) && ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) { ?>
1060
  <h3 class="nav-tab-wrapper">
1061
  <span class="nav-tab nav-tab-active"><?php _e( 'NEW_FORM', 'contact-form-plugin' )?></span>
1062
+ <a id="cntctfrm_show_multi_notice" class="nav-tab" target="_new" href="http://bestwebsoft.com/products/contact-form-multi/?k=747ca825fb44711e2d24e40697747bc6&amp;pn=77&amp;v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" title="<?php _e( "If you want to create multiple contact forms, please install the Contact Form Multi plugin.", 'contact-form-plugin' ); ?>">+</a>
1063
  </h3>
1064
  <?php }
1065
  if ( ! isset( $_GET['action'] ) || 'additional' == $_GET['action'] ) {
1068
  } else { ?>
1069
  <form id="cntctfrm_settings_form" class="bws_form" method="post" action="">
1070
  <div style="margin: 20px 0;">
1071
+ <?php printf( __( "If you would like to add a Contact Form to your page or post, please use %s button", 'contact-form-plugin' ),
1072
  '<span class="bws_code"><img style="vertical-align: sub;" src="' . plugins_url( 'bws_menu/images/shortcode-icon.png', __FILE__ ) . '" alt=""/></span>'
1073
  ); ?>
1074
  <div class="bws_help_box bws_help_box_right dashicons dashicons-editor-help">
1075
  <div class="bws_hidden_help_text" style="min-width: 260px;">
1076
+ <?php printf(
1077
  __( "You can add the Contact Form to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode %s or %s where * stands for Contact Form language.", 'contact-form-plugin' ),
1078
  '<code><img style="vertical-align: sub;" src="' . plugins_url( 'bws_menu/images/shortcode-icon.png', __FILE__ ) . '" alt="" /></code>',
1079
  sprintf( '<br/><span class="bws_code">[bestwebsoft_contact_form%s]</span><br/>', ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) ? '' : ' id=' . $_SESSION['cntctfrmmlt_id_form'] ),
1080
  sprintf( '<br/><span class="bws_code">[bestwebsoft_contact_form%s lang=*]</span>,<br/>', ( ! isset( $contact_form_multi_active ) && ! isset( $contact_form_multi_pro_active ) ) ? '' : ' id=' . $_SESSION['cntctfrmmlt_id_form'] )
1081
  ); ?>
1082
  </div>
1083
+ </div>
1084
  </div>
1085
  <div <?php if ( isset( $_GET['action'] ) ) echo 'style="display: none;"'; ?> >
1086
  <p><?php _e( "If you leave the fields empty, the messages will be sent to the email address specified during registration.", 'contact-form-plugin' ); ?></p>
1109
  <tr valign="top">
1110
  <th scope="row"><?php _e( "Use this email address:", 'contact-form-plugin' ); ?></th>
1111
  <td colspan="2">
1112
+ <label><input type="radio" id="cntctfrm_select_email_custom" name="cntctfrm_select_email" value="custom" <?php if ( 'custom' == $cntctfrm_options['cntctfrm_select_email'] ) echo 'checked="checked" '; ?>/>
1113
  <input type="text" name="cntctfrm_custom_email" value="<?php echo $cntctfrm_options['cntctfrm_custom_email']; ?>" maxlength="500" />
1114
  <span class="bws_info"><?php _e( "Enter the email address you want the messages forwarded to.", 'contact-form-plugin' ); ?></span></label>
1115
  </td>
1139
  <div class="bws_info">
1140
  <?php _e( 'Unlock premium options by upgrading to Pro version', 'contact-form-plugin' ); ?>
1141
  </div>
1142
+ <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&amp;pn=77&amp;v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
1143
  <?php _e( 'Learn More', 'contact-form-plugin' ); ?>
1144
  </a>
1145
  <div class="clear"></div>
1160
  <?php }
1161
  } else { ?>
1162
  <label><input disabled="disabled" type="checkbox" name="cntctfrm_save_email_to_db" value="1" />
1163
+ <span class="bws_info">(<?php _e( 'Using Contact Form to DB by BestWebSoft', 'contact-form-plugin' ); ?>) <a href="http://bestwebsoft.com/products/contact-form-to-db/?k=19d806f45d866e70545de83169b274f2&amp;pn=77&amp;v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download', 'contact-form-plugin' ); ?> Contact Form to DB</a></span><label>
1164
  <?php } ?>
1165
  </td>
1166
  </tr>
1175
  <fieldset>
1176
  <label>
1177
  <input type='radio' name='cntctfrm_mail_method' value='wp-mail' <?php if ( 'wp-mail' == $cntctfrm_options['cntctfrm_mail_method'] ) echo 'checked="checked" '; ?>/>
1178
+ <?php _e( 'Wp-mail', 'contact-form-plugin' ); ?>
1179
  </label>
1180
  <label><span class="bws_info">(<?php _e( 'You can use the Wordpress wp_mail function for mailing', 'contact-form-plugin' ); ?>)</span></label><br />
1181
  <label>
1182
  <input type='radio' name='cntctfrm_mail_method' value='mail' <?php if ( 'mail' == $cntctfrm_options['cntctfrm_mail_method'] ) echo 'checked="checked" '; ?>/>
1183
+ <?php _e( 'Mail', 'contact-form-plugin' ); ?>
1184
  </label>
1185
  <label><span class="bws_info">(<?php _e( 'You can use the PHP mail function for mailing', 'contact-form-plugin' ); ?>)</span></label>
1186
  </fieldset>
1205
  <label><input type="radio" id="cntctfrm_from_email" name="cntctfrm_from_email" value="user" <?php if ( 'user' == $cntctfrm_options['cntctfrm_from_email'] ) echo 'checked="checked" '; ?>/> <?php _e( "User email", 'contact-form-plugin' ); ?></label>
1206
  <div class="bws_help_box dashicons dashicons-editor-help">
1207
  <div class="bws_hidden_help_text" style="min-width: 200px;"><?php echo __( "The email address of the user who fills the form will be used in the field 'From'.", 'contact-form-plugin' ); ?></div>
1208
+ </div>
1209
  <div>
1210
  <span class="bws_info">(<?php _e( "If this option is changed, email messages may be moved to the spam folder or email delivery failures may occur.", 'contact-form-plugin' ); ?>)</span>
1211
  </div>
1250
  <tr valign="top">
1251
  <td><?php _e( "Name", 'contact-form-plugin' ); ?></td>
1252
  <td>
1253
+ <label><input type="checkbox" name="cntctfrm_display_name_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_name_field'] ) echo 'checked="checked" '; ?>/>
1254
  <span class="cntctfrm_mobile_title"><?php _e( "Used", 'contact-form-plugin' ); ?></span></label>
1255
  </td>
1256
  <td>
1259
  </td>
1260
  <?php if ( ! $bws_hide_premium_options_check ) { ?>
1261
  <td class="bws_pro_version">
1262
+ <label><input disabled="disabled" type="checkbox" name="cntctfrm_visible_name" value="1" checked="checked" />
1263
  <span class="cntctfrm_mobile_title"><?php _e( "Visible", 'contact-form-plugin' ); ?></span></label>
1264
  </td>
1265
  <td class="bws_pro_version">
1266
+ <label><input disabled="disabled" type="checkbox" name="cntctfrm_disabled_name" value="1" />
1267
  <span class="cntctfrm_mobile_title"><?php _e( "Disabled for editing", 'contact-form-plugin' ); ?></span></label>
1268
  </td>
1269
  <td class="bws_pro_version">
1277
  <tr valign="top">
1278
  <td><?php _e( "Location selectbox", 'contact-form-plugin' ); ?></td>
1279
  <td class="bws_pro_version">
1280
+ <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_selectbox" value="1" />
1281
  <span class="cntctfrm_mobile_title"><?php _e( "Used", 'contact-form-plugin' ); ?></span></label>
1282
  </td>
1283
  <td class="bws_pro_version">
1288
  <td class="bws_pro_version"></td>
1289
  <td class="bws_pro_version">
1290
  <label>
1291
+ <span><?php _e( "Field's default value", 'contact-form-plugin' ); ?></span>
1292
  <input disabled="disabled" type="file" name="cntctfrm_default_location" />
1293
  </label>
1294
  </td>
1297
  <tr valign="top">
1298
  <td><?php _e( "Address", 'contact-form-plugin' ); ?></td>
1299
  <td>
1300
+ <label><input type="checkbox" id="cntctfrm_display_address_field" name="cntctfrm_display_address_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_address_field'] ) echo 'checked="checked" '; ?>/>
1301
  <span class="cntctfrm_mobile_title"><?php _e( "Used", 'contact-form-plugin' ); ?></span></label>
1302
  </td>
1303
  <td>
1319
  </td>
1320
  <?php if ( ! $bws_hide_premium_options_check ) { ?>
1321
  <td class="bws_pro_version">
1322
+ <label><input disabled="disabled" type="checkbox" name="cntctfrm_visible_email" value="1" checked="checked" />
1323
  <span class="cntctfrm_mobile_title"><?php _e( "Visible", 'contact-form-plugin' ); ?></span></label>
1324
  </td>
1325
  <td class="bws_pro_version">
1326
+ <label><input disabled="disabled" type="checkbox" name="cntctfrm_disabled_email" value="1" />
1327
  <span class="cntctfrm_mobile_title"><?php _e( "Disabled for editing", 'contact-form-plugin' ); ?></span></label>
1328
  </td>
1329
  <td class="bws_pro_version">
1336
  <tr valign="top">
1337
  <td><?php _e( "Phone number", 'contact-form-plugin' ); ?></td>
1338
  <td>
1339
+ <label><input type="checkbox" id="cntctfrm_display_phone_field" name="cntctfrm_display_phone_field" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_display_phone_field'] ) echo 'checked="checked" '; ?>/>
1340
  <span class="cntctfrm_mobile_title"><?php _e( "Used", 'contact-form-plugin' ); ?></span></label>
1341
  </td>
1342
  <td>
1358
  </td>
1359
  <?php if ( ! $bws_hide_premium_options_check ) { ?>
1360
  <td class="bws_pro_version">
1361
+ <label><input class="subject" disabled="disabled" type="checkbox" name="cntctfrm_visible_subject" value="1" checked="checked" />
1362
  <span class="cntctfrm_mobile_title"><?php _e( "Visible", 'contact-form-plugin' ); ?></span></label>
1363
  </td>
1364
  <td class="bws_pro_version">
1365
+ <label><input class="subject" disabled="disabled" type="checkbox" name="cntctfrm_disabled_subject" value="1" />
1366
  <span class="cntctfrm_mobile_title"><?php _e( "Disabled for editing", 'contact-form-plugin' ); ?></span></label>
1367
  </td>
1368
+ <td class="bws_pro_version">
1369
  <label>
1370
+ <span><?php _e( "Field's default value", 'contact-form-plugin' ); ?></span>
1371
+ <input class="subject" disabled="disabled" type="text" name="cntctfrm_default_subject" value="" />
1372
  </label>
1373
  </td>
1374
  <?php } ?>
1382
  </td>
1383
  <?php if ( ! $bws_hide_premium_options_check ) { ?>
1384
  <td class="bws_pro_version">
1385
+ <label><input class="message" disabled="disabled" type="checkbox" name="cntctfrm_visible_message" value="1" checked="checked" />
1386
  <span class="cntctfrm_mobile_title"><?php _e( "Visible", 'contact-form-plugin' ); ?></span></label>
1387
  </td>
1388
  <td class="bws_pro_version">
1389
+ <label><input class="message" disabled="disabled" disabled="disabled" type="checkbox" name="cntctfrm_disabled_message" value="1" />
1390
  <span class="cntctfrm_mobile_title"><?php _e( "Disabled for editing", 'contact-form-plugin' ); ?></span></label>
1391
  </td>
1392
  <td class="bws_pro_version">
1393
  <label>
1394
+ <span><?php _e( "Field's default value", 'contact-form-plugin' ); ?></span>
1395
  <input class="message" disabled="disabled" type="text" name="cntctfrm_default_message" value="" />
1396
  </label>
1397
  </td>
1406
  <div class="bws_info">
1407
  <?php _e( 'Unlock premium options by upgrading to Pro version', 'contact-form-plugin' ); ?>
1408
  </div>
1409
+ <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&amp;pn=77&amp;v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
1410
  <?php _e( 'Learn More', 'contact-form-plugin' ); ?>
1411
  </a>
1412
  <div class="clear"></div>
1421
  </div>
1422
  </td>
1423
  <td>
1424
+ <label><input type="checkbox" id="cntctfrm_attachment" name="cntctfrm_attachment" value="1" <?php if ( '1' == $cntctfrm_options['cntctfrm_attachment'] ) echo 'checked="checked" '; ?>/>
1425
  <span class="cntctfrm_mobile_title"><?php _e( "Used", 'contact-form-plugin' ); ?></span></label>
1426
  </td>
1427
  <td></td>
1465
  <?php }
1466
  } else { ?>
1467
  <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_subscriber" value="1" />
1468
+ Subscriber by BestWebSoft</label> <span class="bws_info"><a href="http://http://bestwebsoft.com/products/subscriber/?k=a9dfd3fa8513784c36622993b350b19e&amp;pn=72&amp;v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download Subscriber', 'contact-form-plugin' ); ?></a></span>
1469
  <?php } ?>
1470
  </div>
1471
  <div style="clear: both;">
1478
  <?php }
1479
  } else { ?>
1480
  <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" />
1481
+ Captcha by BestWebSoft</label> <span class="bws_info"><a href="http://bestwebsoft.com/products/captcha/?k=19ac1e9b23bea947cfc4a9b8e3326c03&amp;pn=77&amp;v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>"><?php _e( 'Download Captcha', 'contact-form-plugin' ); ?></a></span>
1482
  <?php } ?>
1483
  </div>
1484
  <?php if ( ! $bws_hide_premium_options_check ) { ?>
1494
  </div>
1495
  <div style="padding: 10px; ">
1496
  * <?php _e( 'If you upgrade to Pro version all your settings will be saved.', 'contact-form-plugin' ); ?>
1497
+ </div>
1498
  </div>
1499
  <div class="bws_pro_version_tooltip">
1500
  <div class="bws_info">
1501
  <?php _e( 'Unlock premium options by upgrading to Pro version', 'contact-form-plugin' ); ?>
1502
  </div>
1503
+ <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&amp;pn=77&amp;v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
1504
  <?php _e( 'Learn More', 'contact-form-plugin' ); ?>
1505
  </a>
1506
  <div class="clear"></div>
1681
  <table class="form-table bws_pro_version">
1682
  <tr valign="top">
1683
  <th scope="row"><?php _e( "Add field 'Reply-To' to the email header", 'contact-form-plugin' ); ?></th>
1684
+ <td colspan="2">
1685
+ <input disabled="disabled" type="checkbox" id="cntctfrm_header_reply_to" name="cntctfrm_header_reply_to" value="1"> <span class="bws_info">(<?php _e( "Field 'Reply-To' will be initialized by user email", 'contact-form-plugin' ); ?>)</span>
1686
  </td>
1687
  </tr>
1688
  <tr valign="top">
1704
  <div class="bws_info">
1705
  <?php _e( 'Unlock premium options by upgrading to Pro version', 'contact-form-plugin' ); ?>
1706
  </div>
1707
+ <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&amp;pn=77&amp;v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
1708
  <?php _e( 'Learn More', 'contact-form-plugin' ); ?>
1709
  </a>
1710
  <div class="clear"></div>
1720
  <?php wp_nonce_field( $plugin_basename, 'cntctfrm_nonce_name' ); ?>
1721
  </form>
1722
  <?php bws_form_restore_default_settings( $plugin_basename );
1723
+ }
1724
  } elseif ( 'appearance' == $_GET['action'] ) {
1725
  if ( isset( $_REQUEST['bws_restore_default'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
1726
  bws_form_restore_default_confirm( $plugin_basename );
1934
  <div class="cntctfrm_label_block"><?php _e( "Text fields color", 'contact-form-plugin' ); ?></div>
1935
  </div>
1936
  <div>
1937
+ <input disabled='disabled' size="8" type="text" value="" name="cntctfrm_border_input_width" />
1938
  <div class="cntctfrm_label_block"><?php _e( 'Border width in px, numbers only', 'contact-form-plugin' ); ?></div>
1939
  </div>
1940
  <div>
1948
  <th scope="row"><?php _e( "Submit button", 'contact-form-plugin' ); ?></th>
1949
  <td colspan="2">
1950
  <div>
1951
+ <input disabled='disabled' size="8" type="text" value="" name="cntctfrm_button_width" />
1952
  <div class="cntctfrm_label_block"><?php _e( 'Width in px, numbers only', 'contact-form-plugin' ); ?></div>
1953
  </div>
1954
  <div>
1979
  <div class="bws_info">
1980
  <?php _e( 'Unlock premium options by upgrading to Pro version', 'contact-form-plugin' ); ?>
1981
  </div>
1982
+ <a class="bws_button" href="http://bestwebsoft.com/products/contact-form/?k=697c5e74f39779ce77850e11dbe21962&amp;pn=77&amp;v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="Contact Form Pro">
1983
  <?php _e( 'Learn More', 'contact-form-plugin' ); ?>
1984
  </a>
1985
  <div class="clear"></div>
2114
  </li>
2115
  <?php }
2116
  break;
2117
+ case 'cntctfrm_subscribe':
2118
  if ( has_filter( 'sbscrbr_cntctfrm_checkbox_add' ) ) { ?>
2119
  <li class="cntctfrm_field_wrap">
2120
  <div class="cntctfrm_checkbox cntctfrm_checkbox_subscribe">
2129
  <?php }
2130
  break;
2131
  case 'cntctfrm_captcha':
2132
+ if ( ( is_plugin_active( 'captcha/captcha.php' ) && ( isset( $cptch_options ) && 1 == $cptch_options['cptch_contact_form'] ) ) ||
2133
  ( is_plugin_active( 'captcha-plus/captcha-plus.php' ) && ( isset( $cptchpls_options ) && 1 == $cptchpls_options['cptchpls_contact_form'] ) ) ||
2134
  ( is_plugin_active( 'captcha-pro/captcha_pro.php' ) && ( isset( $cptchpr_options ) && 1 == $cptchpr_options['cptchpr_contact_form'] ) ) ||
2135
  ( is_plugin_active( 'google-captcha/google-captcha.php' ) && ( isset( $gglcptch_options ) && 1 == $gglcptch_options['contact_form'] ) ) ||
2136
+ ( is_plugin_active( 'google-captcha-pro/google-captcha-pro.php' ) && ( isset( $gglcptchpr_options ) && 1 == $gglcptchpr_options['contact_form'] ) ) ) {
2137
 
2138
+ $cntctfrm_captcha_label = $cntctfrm_captcha_required_symbol = '';
2139
  if ( is_plugin_active( 'captcha/captcha.php' ) && ( isset( $cptch_options ) && 1 == $cptch_options['cptch_contact_form'] ) ) {
2140
  $cntctfrm_captcha_label = $cptch_options['cptch_label_form'];
2141
  $cntctfrm_captcha_required_symbol = sprintf( ' <span class="required">%s</span>', ( isset( $cptch_options['cptch_required_symbol'] ) ) ? $cptch_options['cptch_required_symbol'] : '' );
2165
  break;
2166
  default:
2167
  break;
2168
+ }
2169
  } ?>
2170
  </ul>
2171
  <?php } ?>
2181
  'rtl' => array(
2182
  'left' => 2,
2183
  'right' => 1
2184
+ ),
2185
  );
2186
  for ( $i = 1; $i <= 2; $i++ ) {
2187
  $cntctfrm_column = ( $i == 1 ) ? 'first_column' : 'second_column'; ?>
2217
  </form>
2218
  <?php bws_form_restore_default_settings( $plugin_basename );
2219
  }
2220
+ } elseif ( 'custom_code' == $_GET['action'] ) {
2221
+ bws_custom_code_tab();
2222
  } elseif ( 'go_pro' == $_GET['action'] ) {
2223
  bws_go_pro_tab_show( $bws_hide_premium_options_check, $cntctfrm_plugin_info, $plugin_basename, 'contact_form.php', 'contact_form_pro.php', 'contact-form-pro/contact_form_pro.php', 'contact-form', '697c5e74f39779ce77850e11dbe21962', '77', isset( $go_pro_result['pro_plugin_is_activated'] ) );
2224
  }
2299
 
2300
  if ( true !== $cntctfrm_result || $cntctfrm_form_count != $cntctfrm_form_submited ) {
2301
  $_SESSION['cntctfrm_send_mail'] = false;
2302
+
2303
  $cntctfrm_classes = ( $cntctfrm_options['cntctfrm_layout'] === 1 ) ? ' cntctfrm_one_column' : ' cntctfrm_two_columns';
2304
  $cntctfrm_classes .= is_rtl() ? ' cntctfrm_rtl' : ' cntctfrm_ltr';
2305
 
2360
  $content .= '<div class="cntctfrm_input cntctfrm_input_email">
2361
  <input class="text" type="text" size="40" value="' . $email . '" name="cntctfrm_contact_email" id="cntctfrm_contact_email' . $cntctfrm_form_countid . '" />';
2362
  $content .= '</div>';
2363
+ $content .= '</div>';
2364
  break;
2365
  case 'cntctfrm_contact_phone':
2366
  if ( 1 == $cntctfrm_options['cntctfrm_display_phone_field'] ) {
2403
  $content .= '</div>';
2404
  $content .= '</div>';
2405
  break;
2406
+ case 'cntctfrm_contact_attachment':
2407
  if ( 1 == $cntctfrm_options['cntctfrm_attachment'] ) {
2408
  $content .= '<div class="cntctfrm_field_wrap cntctfrm_field_attachment_wrap">';
2409
  $content .= '<div class="cntctfrm_label cntctfrm_label_attachment">
2421
  $content .= '</div>';
2422
  }
2423
  break;
2424
+ case 'cntctfrm_contact_send_copy':
2425
  if ( 1 == $cntctfrm_options['cntctfrm_send_copy'] ) {
2426
  $content .= '<div class="cntctfrm_field_wrap cntctfrm_field_attachment_wrap">';
2427
  $content .= '<div class="cntctfrm_checkbox cntctfrm_checkbox_send_copy">
2431
  $content .= '</div>';
2432
  }
2433
  break;
2434
+ case 'cntctfrm_subscribe':
2435
  if ( has_filter( 'sbscrbr_cntctfrm_checkbox_add' ) ) {
2436
  $content .= '<div class="cntctfrm_field_wrap cntctfrm_field_checkbox_subscribe_wrap">';
2437
  $content .= '<div class="cntctfrm_checkbox cntctfrm_checkbox_subscribe">';
2473
  'rtl' => array(
2474
  'left' => 2,
2475
  'right' => 1
2476
+ ),
2477
  );
2478
 
2479
  $content .= '<div class="cntctfrm_submit_wrap">';
2480
  for ( $i = 1; $i <= 2; $i++ ) {
2481
+ $cntctfrm_column = ( $i == 1 ) ? 'first_column' : 'second_column';
2482
  $content .= '<div id="cntctfrm_submit_' . $cntctfrm_column . '" class="cntctfrm_column">';
2483
  if ( $i == $cntctfrm_submit_position_value[ $cntctfrm_direction ][ $cntctfrm_options['cntctfrm_submit_position'] ] ) {
2484
  $content .= '<div class="cntctfrm_input cntctfrm_input_submit" style="text-align: ' . $cntctfrm_options['cntctfrm_submit_position'] . ' !important;">';
2583
  'html'=>'text/html',
2584
  'htm'=>'text/html',
2585
  'txt'=>'text/plain',
2586
+ 'css'=>'text/css',
2587
  'gif'=>'image/gif',
2588
  'png'=>'image/x-png',
2589
  'jpeg'=>'image/jpeg',
2595
  'ai'=>'application/postscript',
2596
  'eps'=>'application/postscript',
2597
  'ps'=>'application/postscript',
2598
+ 'csv'=>'text/csv',
2599
  'rtf'=>'application/rtf',
2600
  'pdf'=>'application/pdf',
2601
  'doc'=>'application/msword',
2745
  if ( isset( $_SESSION['cntctfrm_send_mail'] ) && true == $_SESSION['cntctfrm_send_mail'] )
2746
  return true;
2747
 
2748
+ $to = 'user' == $cntctfrm_options['cntctfrm_select_email'] ? $user->user_email : $cntctfrm_options['cntctfrm_custom_email'];
 
 
 
 
 
 
 
2749
 
2750
  if ( "" == $to ) {
2751
  /* If email options are not certain choose admin email */
2964
  }
2965
 
2966
  $file = file_get_contents( $cntctfrm_path_of_uploaded_file );
2967
+
2968
+ $message_text .= $bound . "\n" .
2969
  "Content-Type: application/octet-stream; name=\"" . sanitize_file_name( $_FILES["cntctfrm_contact_attachment"]["name"] ) . "\"\n" .
2970
  "Content-Description: " . basename( $cntctfrm_path_of_uploaded_file ) . "\n" .
2971
  "Content-Disposition: attachment;\n" . " filename=\"" . sanitize_file_name( $_FILES["cntctfrm_contact_attachment"]["name"] ) ."\"; size=" . filesize( $cntctfrm_path_of_uploaded_file ) . ";\n" .
2972
+ "Content-Transfer-Encoding: base64\n\n" . chunk_split( base64_encode( $file ) ) . "\n\n" .
2973
  $bound_last;
2974
+ $message_text_for_user .= $bound . "\n" .
2975
  "Content-Type: application/octet-stream; name=\"" . sanitize_file_name( $_FILES["cntctfrm_contact_attachment"]["name"] ) . "\"\n" .
2976
  "Content-Description: " . basename( $cntctfrm_path_of_uploaded_file ) . "\n" .
2977
  "Content-Disposition: attachment;\n" . " filename=\"" . sanitize_file_name( $_FILES["cntctfrm_contact_attachment"]["name"] ) ."\"; size=" . filesize( $cntctfrm_path_of_uploaded_file ) . ";\n" .
2978
+ "Content-Transfer-Encoding: base64\n\n" . chunk_split( base64_encode( $file ) ) . "\n\n" .
2979
  $bound_last;
2980
  } else {
2981
  /* To send HTML mail, header must be set */
3086
 
3087
  $script_vars = array(
3088
  'cntctfrm_nonce' => wp_create_nonce( plugin_basename( __FILE__ ), 'cntctfrm_ajax_nonce_field' ),
3089
+ 'cntctfrm_confirm_text' => __( 'Are you sure that you want to delete this language data?', 'contact-form-plugin' )
3090
  );
3091
 
3092
  if ( wp_is_mobile() )
3095
  wp_enqueue_script( 'cntctfrm_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery', 'jquery-ui-sortable' ) );
3096
  wp_localize_script( 'cntctfrm_script', 'cntctfrm_ajax', $script_vars );
3097
 
3098
+ if ( isset( $_GET['action'] ) && 'custom_code' == $_GET['action'] )
3099
+ bws_plugins_include_codemirror();
3100
+
3101
+ require_once( dirname( __FILE__ ) . '/bws_menu/bws_include.php' );
3102
+
3103
+ $tooltip_args = array(
3104
+ 'tooltip_id' => 'cntctfrm_install_multi_tooltip',
3105
+ 'css_selector' => '#cntctfrm_show_multi_notice',
3106
+ 'actions' => array(
3107
+ 'click' => true,
3108
+ 'onload' => true,
3109
+ ),
3110
+ 'content' => '<h3>' . __( 'Add multiple forms', 'contact-form-plugin' ) . '</h3>' .'<p>' . __( 'Install Contact Form Multi plugin to create unlimited number of contact forms.', 'contact-form-plugin' ) . '</p>',
3111
+ 'buttons' => array(
3112
+ array(
3113
+ 'type' => 'link',
3114
+ 'link' => 'http://bestwebsoft.com/products/contact-form-multi/?k=747ca825fb44711e2d24e40697747bc6&pn=77&v=' . $cntctfrm_plugin_info["Version"] . '&wp_v=' . $wp_version,
3115
+ 'text' => __( 'Learn more', 'contact-form-plugin' ),
 
 
 
 
3116
  ),
3117
+ 'close' => array(
3118
+ 'type' => 'dismiss',
3119
+ 'text' => __( 'Close', 'contact-form-plugin' ),
3120
  ),
3121
+ ),
3122
+ 'position' => array(
3123
+ 'edge' => 'top',
3124
+ 'align' => is_rtl() ? 'right' : 'left',
3125
+ ),
3126
+ );
3127
+ bws_add_tooltip_in_admin( $tooltip_args );
3128
  }
3129
  }
3130
  }
3270
  global $hook_suffix;
3271
  if ( 'plugins.php' == $hook_suffix || ( isset( $_REQUEST['page'] ) && 'contact_form.php' == $_REQUEST['page'] ) ) {
3272
  global $cntctfrm_plugin_info, $wp_version, $bstwbsftwppdtplgns_cookie_add, $bstwbsftwppdtplgns_banner_array;
3273
+
3274
  if ( 'plugins.php' == $hook_suffix ) {
3275
  $cntctfrm_options = get_option( 'cntctfrm_options' );
3276
  if ( isset( $cntctfrm_options['first_install'] ) && strtotime( '-1 week' ) > $cntctfrm_options['first_install'] ) {
3277
+ bws_plugin_banner( $cntctfrm_plugin_info, 'cntctfrm', 'contact-form', 'f575dc39cba54a9de88df346eed52101', '77', '//ps.w.org/contact-form-plugin/assets/icon-128x128.png' );
3278
  }
3279
  bws_plugin_banner_to_settings( $cntctfrm_plugin_info, 'cntctfrm_options', 'contact-form-plugin', 'admin.php?page=contact_form.php' );
3280
  }
3326
  <span><?php _e( "Manage messages that have been sent from your website.", 'contact-form-plugin' ); ?></span>
3327
  </div>
3328
  <div class="button_div">
3329
+ <a class="button" target="_blank" href="http://bestwebsoft.com/products/contact-form-to-db/?k=6ebf0743736411607343ad391dc3b436&amp;pn=77&amp;v=<?php echo $cntctfrm_plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>"><?php _e( 'Learn More', 'contact-form-plugin' ); ?></a>
3330
  </div>
3331
  </div>
3332
  </div>
3345
  function cntctfrm_shortcode_button_content( $content ) {
3346
  global $wp_version, $cntctfrm_lang_codes;
3347
  $lang_default = '...';
3348
+
3349
  /* Check contact-form-multi plugin */
3350
  $cntctfrm_multi_active = false;
3351
  if ( is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) || is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) ) {
3358
  if ( $cntctfrm_multi_options_main['name_id_form'] ) {
3359
  $cntctfrm_multi_active = true;
3360
  $cntctfrm_multi_forms = $cntctfrm_multi_ids = $cntctfrm_multi_forms_languages = array();
3361
+ foreach ( $cntctfrm_multi_options_main['name_id_form'] as $id => $title ) {
3362
  $cntctfrm_multi_forms[ $id ] = $title;
3363
  array_push( $cntctfrm_multi_ids, $id );
3364
  $cntctfrmmlt_multi_options = get_option( 'cntctfrmmlt_options_' . $id );
3411
  </fieldset>
3412
  <script type="text/javascript">
3413
  function cntctfrm_shortcode_init() {
3414
+ (function($) {
3415
  var current_object = '<?php echo ( $wp_version < 3.9 ) ? "#TB_ajaxContent" : ".mce-reset" ?>';
3416
  <?php if ( $cntctfrm_multi_active ) { ?>
3417
  $( current_object + ' #bws_shortcode_display' ).bind( 'display_shortcode', function() {
3483
  if ( ! array_key_exists( 'contact-form-pro/contact_form_pro.php', $all_plugins ) )
3484
  $wpdb->query( "DROP TABLE IF EXISTS `" . $wpdb->prefix . "cntctfrm_field`;" );
3485
  }
3486
+
3487
+ require_once( dirname( __FILE__ ) . '/bws_menu/bws_include.php' );
3488
+ bws_include_init( plugin_basename( __FILE__ ) );
3489
+ bws_delete_plugin( plugin_basename( __FILE__ ) );
3490
  }
3491
  }
3492
 
languages/contact-form-plugin-af_ZA.mo CHANGED
Binary file
languages/contact-form-plugin-af_ZA.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-04-13 15:16+0300\n"
6
- "PO-Revision-Date: 2016-04-13 15:16+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Aldu <alducornelissen@gmail.com>\n"
9
  "Language: af\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:37 contact_form.php:1019
21
  msgid "Contact Form Settings"
22
  msgstr "Kontak Form Verstellings"
23
 
@@ -25,31 +25,31 @@ msgstr "Kontak Form Verstellings"
25
  msgid "Contact Form"
26
  msgstr "Kontak Form"
27
 
28
- #: contact_form.php:165 contact_form.php:1553 contact_form.php:1587
29
  msgid "Name:"
30
  msgstr "Naam:"
31
 
32
- #: contact_form.php:166 contact_form.php:1554 contact_form.php:1588
33
  msgid "Address:"
34
  msgstr "Adres:"
35
 
36
- #: contact_form.php:167 contact_form.php:1555 contact_form.php:1589
37
  msgid "Email Address:"
38
  msgstr "Epos Adres:"
39
 
40
- #: contact_form.php:168 contact_form.php:1556 contact_form.php:1590
41
  msgid "Phone number:"
42
  msgstr "Telefoon nommer:"
43
 
44
- #: contact_form.php:169 contact_form.php:1557 contact_form.php:1591
45
  msgid "Subject:"
46
  msgstr "Onderwerp:"
47
 
48
- #: contact_form.php:170 contact_form.php:1558 contact_form.php:1592
49
  msgid "Message:"
50
  msgstr "Boodskap:"
51
 
52
- #: contact_form.php:171 contact_form.php:1559 contact_form.php:1593
53
  msgid "Attachment:"
54
  msgstr "Aanhegsel:"
55
 
@@ -61,11 +61,11 @@ msgstr ""
61
  "Ondersteunde datalêer tipes: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
62
  "AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
63
 
64
- #: contact_form.php:173 contact_form.php:1561 contact_form.php:1595
65
  msgid "Send me a copy"
66
  msgstr "Stuur vir my 'n kopie"
67
 
68
- #: contact_form.php:174 contact_form.php:1562 contact_form.php:1596
69
  msgid "Submit"
70
  msgstr "Dien in"
71
 
@@ -121,17 +121,17 @@ msgstr "Korregeer asseblief die foute hierdoner en probeer weer."
121
  msgid "Thank you for contacting us."
122
  msgstr "Dankie dat jy ons gekontak het."
123
 
124
- #: contact_form.php:682 contact_form.php:995
125
  msgid "Settings saved."
126
  msgstr "Verstellings is gestoor."
127
 
128
- #: contact_form.php:935
129
  msgid ""
130
  "Email 'FROM' field option was changed, which may cause email messages being "
131
  "moved to the spam folder or email delivery failures."
132
  msgstr ""
133
 
134
- #: contact_form.php:945
135
  msgid ""
136
  "If the 'Redirect to page' option is selected then the URL field should be in "
137
  "the following format"
@@ -139,12 +139,12 @@ msgstr ""
139
  "As die 'Redirect to page' opsie geselekteer is moet die URL veld in die "
140
  "volgende formaat wees"
141
 
142
- #: contact_form.php:954
143
  #, fuzzy
144
  msgid "Such user does not exist."
145
  msgstr "Hierdie gebruiker bestaan nie. Die instellings is nie gestoor nie."
146
 
147
- #: contact_form.php:964
148
  #, fuzzy
149
  msgid ""
150
  "Please enter a valid email address in the 'Use this email address' field."
@@ -152,74 +152,78 @@ msgstr ""
152
  "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings "
153
  "is nie gestoor nie."
154
 
155
- #: contact_form.php:972
156
  #, fuzzy
157
  msgid "Please enter a valid email address in the 'FROM' field."
158
  msgstr ""
159
  "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings "
160
  "is nie gestoor nie."
161
 
162
- #: contact_form.php:997
163
  #, fuzzy
164
  msgid "Settings are not saved."
165
  msgstr "Verstellings is gestoor."
166
 
167
- #: contact_form.php:1016
168
  msgid "All plugin settings were restored."
169
  msgstr ""
170
 
171
- #: contact_form.php:1021
172
  msgid "How to Use Step-by-step Instruction"
173
  msgstr ""
174
 
175
- #: contact_form.php:1024 contact_form.php:3022 contact_form.php:3036
176
  msgid "Settings"
177
  msgstr "Verstellings"
178
 
179
- #: contact_form.php:1025
180
  #, fuzzy
181
  msgid "Additional settings"
182
  msgstr "Addisionele opsies"
183
 
184
- #: contact_form.php:1026
185
  msgid "Appearance"
186
  msgstr ""
187
 
188
- #: contact_form.php:1027
 
 
 
 
189
  msgid "Go PRO"
190
  msgstr "Gaan PRO"
191
 
192
- #: contact_form.php:1033
193
  #, fuzzy
194
  msgid ""
195
  "Please enable JavaScript to add language in the contact form, change the "
196
  "names of the contact form fields and error messages."
197
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
198
 
199
- #: contact_form.php:1033 contact_form.php:1719 contact_form.php:1728
200
  msgid "Form layout"
201
  msgstr ""
202
 
203
- #: contact_form.php:1033 contact_form.php:1719 contact_form.php:1740
204
  #, fuzzy
205
  msgid "Submit position"
206
  msgstr "Indien knoppie"
207
 
208
- #: contact_form.php:1045
209
  msgid "Notice:"
210
  msgstr "Kennisgewing:"
211
 
212
- #: contact_form.php:1049
213
  msgid "NEW_FORM"
214
  msgstr ""
215
 
216
- #: contact_form.php:1050
217
  msgid ""
218
  "If you want to create multiple contact forms, please install the Contact "
219
  "Form Multi plugin."
220
  msgstr ""
221
 
222
- #: contact_form.php:1059
223
  #, fuzzy, php-format
224
  msgid ""
225
  "If you would like to add a Contact Form to your page or post, please use %s "
@@ -228,7 +232,7 @@ msgstr ""
228
  "As u die Kontak Vorm by u webstuiste wil bylas, kopieër en plak net die "
229
  "kortkode na u post, bladsy of widget:"
230
 
231
- #: contact_form.php:1065
232
  #, php-format
233
  msgid ""
234
  "You can add the Contact Form to your page or post by clicking on %s button "
@@ -237,7 +241,7 @@ msgid ""
237
  "language."
238
  msgstr ""
239
 
240
- #: contact_form.php:1074
241
  msgid ""
242
  "If you leave the fields empty, the messages will be sent to the email "
243
  "address specified during registration."
@@ -245,16 +249,16 @@ msgstr ""
245
  "As u die velde leeg laat, sal die boodskappe gestuur word na die epos adres "
246
  "wat gespesifiseer was gedurende registrasie"
247
 
248
- #: contact_form.php:1077
249
  msgid "The user's email address:"
250
  msgstr "Die gebruiker se epos adres:"
251
 
252
- #: contact_form.php:1081
253
  #, fuzzy
254
  msgid "Select a username"
255
  msgstr "Skep 'n gebruikersnaam"
256
 
257
- #: contact_form.php:1094
258
  msgid ""
259
  "Enter a username of the person who should get the messages from the contact "
260
  "form."
@@ -262,110 +266,110 @@ msgstr ""
262
  "Sleutel 'n gebruikersnaam in vir die persoon wat die boodskappe moet kry van "
263
  "die kontak vorm."
264
 
265
- #: contact_form.php:1098
266
  msgid "Use this email address:"
267
  msgstr "Gebruik hierdie epos adres:"
268
 
269
- #: contact_form.php:1102
270
  msgid "Enter the email address you want the messages forwarded to."
271
  msgstr "Sleutel in die epos adres in waar u die boodskappe aangestuur wil he."
272
 
273
- #: contact_form.php:1109 contact_form.php:1475 contact_form.php:1667
274
- #: contact_form.php:1755 contact_form.php:3116
275
  msgid "Close"
276
  msgstr ""
277
 
278
- #: contact_form.php:1113
279
  msgid "Add department selectbox to the contact form:"
280
  msgstr "Voeg 'n departementele keuse-boks by die kontak vorm:"
281
 
282
- #: contact_form.php:1121 contact_form.php:1484 contact_form.php:1686
283
- #: contact_form.php:1961
284
  msgid "If you upgrade to Pro version all your settings will be saved."
285
  msgstr "As u opgradeer na die Pro weergawe sal die verstellings gestoor word."
286
 
287
- #: contact_form.php:1128 contact_form.php:1395 contact_form.php:1489
288
- #: contact_form.php:1693 contact_form.php:1968
289
  msgid "Unlock premium options by upgrading to Pro version"
290
  msgstr ""
291
 
292
- #: contact_form.php:1131 contact_form.php:1398 contact_form.php:1492
293
- #: contact_form.php:1696 contact_form.php:1971 contact_form.php:3327
294
  msgid "Learn More"
295
  msgstr ""
296
 
297
- #: contact_form.php:1139
298
  msgid "Save emails to the database"
299
  msgstr "Stoor eposse na die databasis."
300
 
301
- #: contact_form.php:1144
302
  msgid "Using"
303
  msgstr "In Gebruik"
304
 
305
- #: contact_form.php:1147 contact_form.php:1151
306
  #, fuzzy
307
  msgid "Using Contact Form to DB by BestWebSoft"
308
  msgstr "Gebruik van Kontak Vorm na DB verrig deur"
309
 
310
- #: contact_form.php:1147
311
  msgid "Activate"
312
  msgstr "Aktiveer"
313
 
314
- #: contact_form.php:1151
315
  msgid "Download"
316
  msgstr "Download"
317
 
318
- #: contact_form.php:1161
319
  msgid "What to use?"
320
  msgstr "Wat om te gebruik?"
321
 
322
- #: contact_form.php:1166
323
  msgid "Wp-mail"
324
  msgstr "Wp-mail"
325
 
326
- #: contact_form.php:1168
327
  #, fuzzy
328
  msgid "You can use the Wordpress wp_mail function for mailing"
329
  msgstr "U kan die wp_mail funksie gebruik vir eposse"
330
 
331
- #: contact_form.php:1171
332
  msgid "Mail"
333
  msgstr "Mail"
334
 
335
- #: contact_form.php:1173
336
  #, fuzzy
337
  msgid "You can use the PHP mail function for mailing"
338
  msgstr "U kan die wp_mail funksie gebruik vir eposse"
339
 
340
- #: contact_form.php:1178
341
  msgid "'FROM' field"
342
  msgstr ""
343
 
344
- #: contact_form.php:1180 contact_form.php:1239 contact_form.php:1827
345
- #: contact_form.php:2808 contact_form.php:2844
346
  msgid "Name"
347
  msgstr "Naam"
348
 
349
- #: contact_form.php:1183
350
  msgid "User name"
351
  msgstr "Gebruikersnaam"
352
 
353
- #: contact_form.php:1185
354
  msgid ""
355
  "The name of the user who fills the form will be used in the field 'From'."
356
  msgstr ""
357
  "Die naam van die gebruiker wie die vorm invul sal gebruik word vir die 'From/"
358
  "Van' veld."
359
 
360
- #: contact_form.php:1190 contact_form.php:2819 contact_form.php:2851
361
  msgid "Email"
362
  msgstr "Epos"
363
 
364
- #: contact_form.php:1193
365
  msgid "User email"
366
  msgstr "Gebruiker epos"
367
 
368
- #: contact_form.php:1195
369
  msgid ""
370
  "The email address of the user who fills the form will be used in the field "
371
  "'From'."
@@ -373,190 +377,190 @@ msgstr ""
373
  "Die epos adres van die gebruiker wie die vorm invul sal gebruik word in die "
374
  "'From/van' veld."
375
 
376
- #: contact_form.php:1198
377
  msgid ""
378
  "If this option is changed, email messages may be moved to the spam folder or "
379
  "email delivery failures may occur."
380
  msgstr ""
381
 
382
- #: contact_form.php:1204
383
  msgid "Required symbol"
384
  msgstr "Benodigde simbool"
385
 
386
- #: contact_form.php:1214
387
  msgid "Fields"
388
  msgstr "Velde"
389
 
390
- #: contact_form.php:1215 contact_form.php:1242 contact_form.php:1269
391
- #: contact_form.php:1289 contact_form.php:1328 contact_form.php:1413
392
  msgid "Used"
393
  msgstr "Gebruik"
394
 
395
- #: contact_form.php:1216 contact_form.php:1231 contact_form.php:1246
396
- #: contact_form.php:1273 contact_form.php:1293 contact_form.php:1306
397
- #: contact_form.php:1332 contact_form.php:1345 contact_form.php:1369
398
  msgid "Required"
399
  msgstr "Benodig"
400
 
401
- #: contact_form.php:1218 contact_form.php:1251 contact_form.php:1311
402
- #: contact_form.php:1350 contact_form.php:1374
403
  msgid "Visible"
404
  msgstr "Sigbaar"
405
 
406
- #: contact_form.php:1219 contact_form.php:1255 contact_form.php:1315
407
- #: contact_form.php:1354 contact_form.php:1378
408
  msgid "Disabled for editing"
409
  msgstr "Gedeaktiveer vir wysiging"
410
 
411
- #: contact_form.php:1220 contact_form.php:1279 contact_form.php:1358
412
- #: contact_form.php:1382
413
  msgid "Field's default value"
414
  msgstr "Veld se verstekwaarde"
415
 
416
- #: contact_form.php:1227
417
  msgid "Department selectbox"
418
  msgstr ""
419
 
420
- #: contact_form.php:1259
421
  msgid "Use User's name as a default value if the user is logged in."
422
  msgstr ""
423
 
424
- #: contact_form.php:1260 contact_form.php:1320
425
  msgid ""
426
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
427
  "in users."
428
  msgstr ""
429
 
430
- #: contact_form.php:1266
431
  msgid "Location selectbox"
432
  msgstr ""
433
 
434
- #: contact_form.php:1286 contact_form.php:1832 contact_form.php:2814
435
- #: contact_form.php:2848
436
  msgid "Address"
437
  msgstr "Adres: "
438
 
439
- #: contact_form.php:1302
440
  msgid "Email Address"
441
  msgstr "Epos Adres:"
442
 
443
- #: contact_form.php:1319
444
  msgid "Use User's email as a default value if the user is logged in."
445
  msgstr ""
446
 
447
- #: contact_form.php:1325
448
  msgid "Phone number"
449
  msgstr "Telefoon nommer:"
450
 
451
- #: contact_form.php:1341 contact_form.php:1847 contact_form.php:2829
452
- #: contact_form.php:2857
453
  msgid "Subject"
454
  msgstr "Onderwerp"
455
 
456
- #: contact_form.php:1365 contact_form.php:1851 contact_form.php:2832
457
- #: contact_form.php:2859
458
  msgid "Message"
459
  msgstr "Boodskap"
460
 
461
- #: contact_form.php:1406
462
  msgid "Attachment block"
463
  msgstr "Aanhegsel blok"
464
 
465
- #: contact_form.php:1408
466
  msgid "Users can attach the following file formats"
467
  msgstr "Gebruikers kan die volgende dataleêr formate aanheg"
468
 
469
- #: contact_form.php:1426
470
  msgid "Add to the form"
471
  msgstr "Voeg by die vorm by"
472
 
473
- #: contact_form.php:1431
474
  msgid "Tips below the Attachment"
475
  msgstr "Wenke onder die Aanhegsel"
476
 
477
- #: contact_form.php:1440
478
  msgid "'Send me a copy' block"
479
  msgstr "'Stuur vir my 'n kopie' blok"
480
 
481
- #: contact_form.php:1452
482
  msgid "Activate Subscriber"
483
  msgstr ""
484
 
485
- #: contact_form.php:1456
486
  msgid "Download Subscriber"
487
  msgstr ""
488
 
489
- #: contact_form.php:1465
490
  #, fuzzy
491
  msgid "Activate Captcha"
492
  msgstr "Aktiveer captcha"
493
 
494
- #: contact_form.php:1469
495
  #, fuzzy
496
  msgid "Download Captcha"
497
  msgstr "Laai captcha af"
498
 
499
- #: contact_form.php:1479
500
  msgid "Agreement checkbox"
501
  msgstr "Ooreenstemming checkbox"
502
 
503
- #: contact_form.php:1479
504
  msgid "Required checkbox for submitting the form"
505
  msgstr "Benodigde checkbox om die vorm in te dien"
506
 
507
- #: contact_form.php:1480
508
  msgid "Optional checkbox"
509
  msgstr "Opsie checkbox"
510
 
511
- #: contact_form.php:1480
512
  msgid "Optional checkbox, the results of which will be displayed in email"
513
  msgstr "Opsionele checkbox, die resultate waarvan in die epos sal verskyn"
514
 
515
- #: contact_form.php:1501
516
  msgid "Delete an attachment file from the server after the email is sent"
517
  msgstr "Verwyder 'n aanhegsel dataleêr van die server na epos gestuur is"
518
 
519
- #: contact_form.php:1507
520
  msgid "Email in HTML format sending"
521
  msgstr "E-Mail in HTML Format"
522
 
523
- #: contact_form.php:1511
524
  msgid "Display additional info in the email"
525
  msgstr "Toon addisionele inligting in die epos"
526
 
527
- #: contact_form.php:1517
528
  #, fuzzy
529
  msgid "Sent from (IP address)"
530
  msgstr "Gestuur van (IP-Adres)"
531
 
532
- #: contact_form.php:1517
533
  msgid "Example: Sent from (IP address):\t127.0.0.1"
534
  msgstr "Voorbeeld: Gestuur van (IP-Adres):\t127.0.0.1"
535
 
536
- #: contact_form.php:1518 contact_form.php:2781 contact_form.php:2783
537
  msgid "Date/Time"
538
  msgstr "Datum/Tyd"
539
 
540
- #: contact_form.php:1518
541
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
542
  msgstr "Voorbeeld: Datum/Tyd:\tAugustus 19, 2013 8:50 pm"
543
 
544
- #: contact_form.php:1519 contact_form.php:2787 contact_form.php:2789
545
  msgid "Sent from (referer)"
546
  msgstr "Gestuur van (referer)"
547
 
548
- #: contact_form.php:1519
549
  msgid ""
550
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
551
  msgstr ""
552
  "Voorbeeld: Gestuur van (referer):\thttp://bestwebsoft.com/kontakte/kontak-"
553
  "ons/"
554
 
555
- #: contact_form.php:1520 contact_form.php:2793 contact_form.php:2795
556
  msgid "Using (user agent)"
557
  msgstr "Gebruik (user agent)"
558
 
559
- #: contact_form.php:1520
560
  msgid ""
561
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
562
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -564,137 +568,137 @@ msgstr ""
564
  "Voorbeeld: Gebruik (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
565
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
566
 
567
- #: contact_form.php:1525
568
  msgid "Language settings for the field names in the form"
569
  msgstr "Taal verstellings vir die naamvelde in die vorm"
570
 
571
- #: contact_form.php:1534
572
  msgid "Add a language"
573
  msgstr "Voeg 'n taal by"
574
 
575
- #: contact_form.php:1538
576
  msgid "Change the names of the contact form fields and error messages"
577
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
578
 
579
- #: contact_form.php:1543 contact_form.php:1630 contact_form.php:1875
580
- #: contact_form.php:1880 contact_form.php:1890 contact_form.php:1895
581
- #: contact_form.php:1900 contact_form.php:1905 contact_form.php:1915
582
- #: contact_form.php:1920 contact_form.php:1929 contact_form.php:1943
583
- #: contact_form.php:1948 contact_form.php:1953
584
  msgid "Default"
585
  msgstr "Verstek"
586
 
587
- #: contact_form.php:1551 contact_form.php:1585
588
  msgid "click to expand/hide the list"
589
  msgstr "Kliek om uit te brei/lys te versteek"
590
 
591
- #: contact_form.php:1560 contact_form.php:1594
592
  msgid "Tips below the Attachment block"
593
  msgstr "Wenke onder toe Aanhegsel blok"
594
 
595
- #: contact_form.php:1563 contact_form.php:1597
596
  msgid "Error message for the Name field"
597
  msgstr "FFoutboodskap vir die Naamveld"
598
 
599
- #: contact_form.php:1564 contact_form.php:1598
600
  msgid "Error message for the Address field"
601
  msgstr "Foutboodskap vir die Adres veld"
602
 
603
- #: contact_form.php:1565 contact_form.php:1599
604
  msgid "Error message for the Email field"
605
  msgstr "Foutboodskap vir die Epos veld"
606
 
607
- #: contact_form.php:1566 contact_form.php:1600
608
  msgid "Error message for the Phone field"
609
  msgstr "Foutboodskap vir die Telefoon Nommer veld"
610
 
611
- #: contact_form.php:1567 contact_form.php:1601
612
  msgid "Error message for the Subject field"
613
  msgstr "Foutboodskap vir die Onderwerp veld"
614
 
615
- #: contact_form.php:1568 contact_form.php:1602
616
  msgid "Error message for the Message field"
617
  msgstr "Foutboodskap vir die Boodskap veld"
618
 
619
- #: contact_form.php:1569 contact_form.php:1603
620
  msgid "Error message about the file type for the Attachment field"
621
  msgstr "Foutboodskap oor die dataleêr tipe vir die Aanhegsel veld"
622
 
623
- #: contact_form.php:1570 contact_form.php:1604
624
  msgid ""
625
  "Error message while uploading a file for the Attachment field to the server"
626
  msgstr ""
627
  "Foutboodskap tydens dataleêr oplaai vir die Aanhegsel veld na die server"
628
 
629
- #: contact_form.php:1571 contact_form.php:1605
630
  msgid "Error message while moving the file for the Attachment field"
631
  msgstr "Foutboodskap tydens die skuif van dataleêr vir die Aanhegsel veld"
632
 
633
- #: contact_form.php:1572 contact_form.php:1606
634
  msgid "Error message when file size limit for the Attachment field is exceeded"
635
  msgstr ""
636
  "Foutboodskap wanneer die dataleêr limiet vir die Aanhegsel veld oorskry is"
637
 
638
- #: contact_form.php:1573 contact_form.php:1607
639
  msgid "Error message for the Captcha field"
640
  msgstr "Foutboodskap vir die Captcha veld"
641
 
642
- #: contact_form.php:1574 contact_form.php:1608
643
  msgid "Error message for the whole form"
644
  msgstr "Foutboodskap vir die hele vorm"
645
 
646
- #: contact_form.php:1577 contact_form.php:1579 contact_form.php:1611
647
- #: contact_form.php:1613 contact_form.php:1640 contact_form.php:1642
648
- #: contact_form.php:1650 contact_form.php:1652 contact_form.php:3175
649
- #: contact_form.php:3177
650
  msgid "Use shortcode"
651
  msgstr "Gebruik kortkode"
652
 
653
- #: contact_form.php:1577 contact_form.php:1579 contact_form.php:1611
654
- #: contact_form.php:1613 contact_form.php:1640 contact_form.php:1642
655
- #: contact_form.php:1650 contact_form.php:1652 contact_form.php:3175
656
- #: contact_form.php:3177
657
  msgid "for this language"
658
  msgstr "vir hierdie taal"
659
 
660
- #: contact_form.php:1621
661
  #, fuzzy
662
  msgid "Use the changed names of the contact form fields in the email"
663
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
664
 
665
- #: contact_form.php:1627
666
  msgid "Action after email is sent"
667
  msgstr "Aksie na epos gestuur is"
668
 
669
- #: contact_form.php:1629
670
  msgid "Display text"
671
  msgstr "Toon teks"
672
 
673
- #: contact_form.php:1638 contact_form.php:1648
674
  msgid "Text"
675
  msgstr "teks"
676
 
677
- #: contact_form.php:1659
678
  msgid "Redirect to the page"
679
  msgstr "Herlei na die bladsy"
680
 
681
- #: contact_form.php:1660
682
  msgid "Url"
683
  msgstr "Url"
684
 
685
- #: contact_form.php:1671
686
  msgid "Add field 'Reply-To' to the email header"
687
  msgstr ""
688
 
689
- #: contact_form.php:1673
690
  msgid "Field 'Reply-To' will be initialized by user email"
691
  msgstr ""
692
 
693
- #: contact_form.php:1677
694
  msgid "Auto Response"
695
  msgstr ""
696
 
697
- #: contact_form.php:1681
698
  #, php-format
699
  msgid ""
700
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -702,177 +706,177 @@ msgid ""
702
  "name."
703
  msgstr ""
704
 
705
- #: contact_form.php:1706 contact_form.php:2201
706
  msgid "Save Changes"
707
  msgstr "Stoor veranderinge"
708
 
709
- #: contact_form.php:1719
710
  #, php-format
711
  msgid ""
712
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
713
  msgstr ""
714
 
715
- #: contact_form.php:1732
716
  msgid "One column"
717
  msgstr ""
718
 
719
- #: contact_form.php:1735
720
  msgid "Two columns"
721
  msgstr ""
722
 
723
- #: contact_form.php:1744 contact_form.php:1763 contact_form.php:1781
724
- #: contact_form.php:1796
725
  msgid "Left"
726
  msgstr ""
727
 
728
- #: contact_form.php:1747 contact_form.php:1769 contact_form.php:1784
729
- #: contact_form.php:1802
730
  msgid "Right"
731
  msgstr ""
732
 
733
- #: contact_form.php:1759
734
  msgid "Form align"
735
  msgstr ""
736
 
737
- #: contact_form.php:1766 contact_form.php:1799
738
  msgid "Center"
739
  msgstr ""
740
 
741
- #: contact_form.php:1774
742
  #, fuzzy
743
  msgid "Labels position"
744
  msgstr "Indien knoppie"
745
 
746
- #: contact_form.php:1778
747
  msgid "Top"
748
  msgstr ""
749
 
750
- #: contact_form.php:1787
751
  msgid "Bottom"
752
  msgstr ""
753
 
754
- #: contact_form.php:1792
755
  msgid "Labels align"
756
  msgstr ""
757
 
758
- #: contact_form.php:1807
759
  msgid "Errors output"
760
  msgstr "Foutboodskap uitset"
761
 
762
- #: contact_form.php:1810
763
  msgid "Display error messages"
764
  msgstr "Toon foutboodskappe"
765
 
766
- #: contact_form.php:1811
767
  msgid "Color of the input field errors."
768
  msgstr "Kleur van die inset veld foutboodskappe"
769
 
770
- #: contact_form.php:1812
771
  msgid "Display error messages & color of the input field errors"
772
  msgstr "Toon foutboodskappe & kleur van die inset veld foutboodskappe"
773
 
774
- #: contact_form.php:1817
775
  msgid "Add placeholder to the input blocks"
776
  msgstr "Voeg 'n plekhouer by die inset blokke"
777
 
778
- #: contact_form.php:1823
779
  msgid "Add tooltips"
780
  msgstr "Voeg tool-wenke"
781
 
782
- #: contact_form.php:1837
783
  msgid "Email address"
784
  msgstr "Epos Adres:"
785
 
786
- #: contact_form.php:1842
787
  msgid "Phone Number"
788
  msgstr "Telefoon Nommer:"
789
 
790
- #: contact_form.php:1856
791
  msgid "Attachment"
792
  msgstr "Aanhegsel:"
793
 
794
- #: contact_form.php:1868
795
  msgid "Style options"
796
  msgstr "Styl opsies"
797
 
798
- #: contact_form.php:1872
799
  msgid "Text color"
800
  msgstr "Teks kleur"
801
 
802
- #: contact_form.php:1877
803
  msgid "Label text color"
804
  msgstr "Etiket teks kleur"
805
 
806
- #: contact_form.php:1882
807
  msgid "Placeholder color"
808
  msgstr "Plekhouer kleur"
809
 
810
- #: contact_form.php:1887
811
  msgid "Errors color"
812
  msgstr "Foutboodskap kleur"
813
 
814
- #: contact_form.php:1892
815
  msgid "Error text color"
816
  msgstr "Foutboodskap teks kleur"
817
 
818
- #: contact_form.php:1897
819
  msgid "Background color of the input field errors"
820
  msgstr "Agtergrond kleur van die inset veld foutboodskappe"
821
 
822
- #: contact_form.php:1902
823
  msgid "Border color of the input field errors"
824
  msgstr "Rand-kleur van die inset veld foutboodskappe"
825
 
826
- #: contact_form.php:1907
827
  msgid "Placeholder color of the input field errors"
828
  msgstr "Plekhouer kleur van die inset veld foutboodskappe"
829
 
830
- #: contact_form.php:1912
831
  msgid "Input fields"
832
  msgstr "Inset velde"
833
 
834
- #: contact_form.php:1917
835
  msgid "Input fields background color"
836
  msgstr "Inset velde agtergrond kleur"
837
 
838
- #: contact_form.php:1922
839
  msgid "Text fields color"
840
  msgstr "Teks velde kleur"
841
 
842
- #: contact_form.php:1926
843
  msgid "Border width in px, numbers only"
844
  msgstr "Rand wydte in px, nommers alleenlik"
845
 
846
- #: contact_form.php:1931 contact_form.php:1955
847
  msgid "Border color"
848
  msgstr "Rand kleur"
849
 
850
- #: contact_form.php:1936
851
  msgid "Submit button"
852
  msgstr "Indien knoppie"
853
 
854
- #: contact_form.php:1940
855
  msgid "Width in px, numbers only"
856
  msgstr "Wydte in px, nommers alleenlik"
857
 
858
- #: contact_form.php:1945
859
  msgid "Button color"
860
  msgstr "Knoppie Kleur"
861
 
862
- #: contact_form.php:1950
863
  msgid "Button text color"
864
  msgstr "Knoppie teks kleur"
865
 
866
- #: contact_form.php:1982
867
  #, fuzzy
868
  msgid "Contact Form | Preview"
869
  msgstr "Kontak Vorm Pro | Voorskou"
870
 
871
- #: contact_form.php:1983
872
  msgid "Drag the necessary field to sort fields."
873
  msgstr ""
874
 
875
- #: contact_form.php:2188
876
  msgid ""
877
  "If you would like to add the Contact Form to your website, just copy and "
878
  "paste this shortcode to your post or page or widget:"
@@ -880,27 +884,27 @@ msgstr ""
880
  "As u die Kontak Vorm by u webstuiste wil bylas, kopieër en plak net die "
881
  "kortkode na u post, bladsy of widget:"
882
 
883
- #: contact_form.php:2288
884
  msgid "Sorry, email message could not be delivered."
885
  msgstr "Verskoning, die epos kon nie gestuur word nie."
886
 
887
- #: contact_form.php:2775 contact_form.php:2777
888
  msgid "Sent from (ip address)"
889
  msgstr "Gestuur van (IP-Adres)"
890
 
891
- #: contact_form.php:2802
892
  msgid "Contact from"
893
  msgstr "Kontak Vorm"
894
 
895
- #: contact_form.php:2824 contact_form.php:2854
896
  msgid "Phone"
897
  msgstr "Telefoon Nommer"
898
 
899
- #: contact_form.php:2835 contact_form.php:2861
900
  msgid "Site"
901
  msgstr "Webtuiste"
902
 
903
- #: contact_form.php:2954
904
  msgid ""
905
  "If you can see this MIME, it means that the MIME type is not supported by "
906
  "your email client!"
@@ -908,52 +912,52 @@ msgstr ""
908
  "As u die MIME kan sie, beteken dit dat die MIME tipe nie ondersteun word "
909
  "deur u epos klient nie!"
910
 
911
- #: contact_form.php:3037
912
  msgid "FAQ"
913
  msgstr "Gereeld Gestelde Vrae (FAQ)"
914
 
915
- #: contact_form.php:3038
916
  msgid "Support"
917
  msgstr "Steun"
918
 
919
- #: contact_form.php:3087
920
  msgid "Are you sure that you want to delete this language data?"
921
  msgstr "Is u seker dat u die taal data wil verwyder?"
922
 
923
- #: contact_form.php:3107
924
  #, fuzzy
925
  msgid "Add multiple forms"
926
  msgstr "Voeg by die vorm by"
927
 
928
- #: contact_form.php:3107
929
  msgid ""
930
  "Install Contact Form Multi plugin to create unlimited number of contact "
931
  "forms."
932
  msgstr ""
933
 
934
- #: contact_form.php:3112
935
  msgid "Learn more"
936
  msgstr ""
937
 
938
- #: contact_form.php:3318
939
  msgid "Close notice"
940
  msgstr ""
941
 
942
- #: contact_form.php:3323
943
  #, fuzzy
944
  msgid "allows to store your messages to the database."
945
  msgstr "Stoor eposse na die databasis."
946
 
947
- #: contact_form.php:3324
948
  msgid "Manage messages that have been sent from your website."
949
  msgstr ""
950
 
951
- #: contact_form.php:3382
952
  #, fuzzy
953
  msgid "Contact form"
954
  msgstr "Kontak Vorm"
955
 
956
- #: contact_form.php:3395 contact_form.php:3405
957
  #, fuzzy
958
  msgid "Language"
959
  msgstr "Voeg 'n taal by"
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-06-27 16:30+0300\n"
6
+ "PO-Revision-Date: 2016-06-27 16:30+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Aldu <alducornelissen@gmail.com>\n"
9
  "Language: af\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: contact_form.php:37 contact_form.php:1030
21
  msgid "Contact Form Settings"
22
  msgstr "Kontak Form Verstellings"
23
 
25
  msgid "Contact Form"
26
  msgstr "Kontak Form"
27
 
28
+ #: contact_form.php:165 contact_form.php:1565 contact_form.php:1599
29
  msgid "Name:"
30
  msgstr "Naam:"
31
 
32
+ #: contact_form.php:166 contact_form.php:1566 contact_form.php:1600
33
  msgid "Address:"
34
  msgstr "Adres:"
35
 
36
+ #: contact_form.php:167 contact_form.php:1567 contact_form.php:1601
37
  msgid "Email Address:"
38
  msgstr "Epos Adres:"
39
 
40
+ #: contact_form.php:168 contact_form.php:1568 contact_form.php:1602
41
  msgid "Phone number:"
42
  msgstr "Telefoon nommer:"
43
 
44
+ #: contact_form.php:169 contact_form.php:1569 contact_form.php:1603
45
  msgid "Subject:"
46
  msgstr "Onderwerp:"
47
 
48
+ #: contact_form.php:170 contact_form.php:1570 contact_form.php:1604
49
  msgid "Message:"
50
  msgstr "Boodskap:"
51
 
52
+ #: contact_form.php:171 contact_form.php:1571 contact_form.php:1605
53
  msgid "Attachment:"
54
  msgstr "Aanhegsel:"
55
 
61
  "Ondersteunde datalêer tipes: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
62
  "AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
63
 
64
+ #: contact_form.php:173 contact_form.php:1573 contact_form.php:1607
65
  msgid "Send me a copy"
66
  msgstr "Stuur vir my 'n kopie"
67
 
68
+ #: contact_form.php:174 contact_form.php:1574 contact_form.php:1608
69
  msgid "Submit"
70
  msgstr "Dien in"
71
 
121
  msgid "Thank you for contacting us."
122
  msgstr "Dankie dat jy ons gekontak het."
123
 
124
+ #: contact_form.php:688 contact_form.php:998
125
  msgid "Settings saved."
126
  msgstr "Verstellings is gestoor."
127
 
128
+ #: contact_form.php:940
129
  msgid ""
130
  "Email 'FROM' field option was changed, which may cause email messages being "
131
  "moved to the spam folder or email delivery failures."
132
  msgstr ""
133
 
134
+ #: contact_form.php:950
135
  msgid ""
136
  "If the 'Redirect to page' option is selected then the URL field should be in "
137
  "the following format"
139
  "As die 'Redirect to page' opsie geselekteer is moet die URL veld in die "
140
  "volgende formaat wees"
141
 
142
+ #: contact_form.php:957
143
  #, fuzzy
144
  msgid "Such user does not exist."
145
  msgstr "Hierdie gebruiker bestaan nie. Die instellings is nie gestoor nie."
146
 
147
+ #: contact_form.php:967
148
  #, fuzzy
149
  msgid ""
150
  "Please enter a valid email address in the 'Use this email address' field."
152
  "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings "
153
  "is nie gestoor nie."
154
 
155
+ #: contact_form.php:975
156
  #, fuzzy
157
  msgid "Please enter a valid email address in the 'FROM' field."
158
  msgstr ""
159
  "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings "
160
  "is nie gestoor nie."
161
 
162
+ #: contact_form.php:1000
163
  #, fuzzy
164
  msgid "Settings are not saved."
165
  msgstr "Verstellings is gestoor."
166
 
167
+ #: contact_form.php:1027
168
  msgid "All plugin settings were restored."
169
  msgstr ""
170
 
171
+ #: contact_form.php:1032
172
  msgid "How to Use Step-by-step Instruction"
173
  msgstr ""
174
 
175
+ #: contact_form.php:1035 contact_form.php:3024 contact_form.php:3038
176
  msgid "Settings"
177
  msgstr "Verstellings"
178
 
179
+ #: contact_form.php:1036
180
  #, fuzzy
181
  msgid "Additional settings"
182
  msgstr "Addisionele opsies"
183
 
184
+ #: contact_form.php:1037
185
  msgid "Appearance"
186
  msgstr ""
187
 
188
+ #: contact_form.php:1038
189
+ msgid "Custom code"
190
+ msgstr ""
191
+
192
+ #: contact_form.php:1039
193
  msgid "Go PRO"
194
  msgstr "Gaan PRO"
195
 
196
+ #: contact_form.php:1045
197
  #, fuzzy
198
  msgid ""
199
  "Please enable JavaScript to add language in the contact form, change the "
200
  "names of the contact form fields and error messages."
201
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
202
 
203
+ #: contact_form.php:1045 contact_form.php:1731 contact_form.php:1740
204
  msgid "Form layout"
205
  msgstr ""
206
 
207
+ #: contact_form.php:1045 contact_form.php:1731 contact_form.php:1752
208
  #, fuzzy
209
  msgid "Submit position"
210
  msgstr "Indien knoppie"
211
 
212
+ #: contact_form.php:1057
213
  msgid "Notice:"
214
  msgstr "Kennisgewing:"
215
 
216
+ #: contact_form.php:1061
217
  msgid "NEW_FORM"
218
  msgstr ""
219
 
220
+ #: contact_form.php:1062
221
  msgid ""
222
  "If you want to create multiple contact forms, please install the Contact "
223
  "Form Multi plugin."
224
  msgstr ""
225
 
226
+ #: contact_form.php:1071
227
  #, fuzzy, php-format
228
  msgid ""
229
  "If you would like to add a Contact Form to your page or post, please use %s "
232
  "As u die Kontak Vorm by u webstuiste wil bylas, kopieër en plak net die "
233
  "kortkode na u post, bladsy of widget:"
234
 
235
+ #: contact_form.php:1077
236
  #, php-format
237
  msgid ""
238
  "You can add the Contact Form to your page or post by clicking on %s button "
241
  "language."
242
  msgstr ""
243
 
244
+ #: contact_form.php:1086
245
  msgid ""
246
  "If you leave the fields empty, the messages will be sent to the email "
247
  "address specified during registration."
249
  "As u die velde leeg laat, sal die boodskappe gestuur word na die epos adres "
250
  "wat gespesifiseer was gedurende registrasie"
251
 
252
+ #: contact_form.php:1089
253
  msgid "The user's email address:"
254
  msgstr "Die gebruiker se epos adres:"
255
 
256
+ #: contact_form.php:1093
257
  #, fuzzy
258
  msgid "Select a username"
259
  msgstr "Skep 'n gebruikersnaam"
260
 
261
+ #: contact_form.php:1106
262
  msgid ""
263
  "Enter a username of the person who should get the messages from the contact "
264
  "form."
266
  "Sleutel 'n gebruikersnaam in vir die persoon wat die boodskappe moet kry van "
267
  "die kontak vorm."
268
 
269
+ #: contact_form.php:1110
270
  msgid "Use this email address:"
271
  msgstr "Gebruik hierdie epos adres:"
272
 
273
+ #: contact_form.php:1114
274
  msgid "Enter the email address you want the messages forwarded to."
275
  msgstr "Sleutel in die epos adres in waar u die boodskappe aangestuur wil he."
276
 
277
+ #: contact_form.php:1121 contact_form.php:1487 contact_form.php:1679
278
+ #: contact_form.php:1767 contact_form.php:3119
279
  msgid "Close"
280
  msgstr ""
281
 
282
+ #: contact_form.php:1125
283
  msgid "Add department selectbox to the contact form:"
284
  msgstr "Voeg 'n departementele keuse-boks by die kontak vorm:"
285
 
286
+ #: contact_form.php:1133 contact_form.php:1496 contact_form.php:1698
287
+ #: contact_form.php:1973
288
  msgid "If you upgrade to Pro version all your settings will be saved."
289
  msgstr "As u opgradeer na die Pro weergawe sal die verstellings gestoor word."
290
 
291
+ #: contact_form.php:1140 contact_form.php:1407 contact_form.php:1501
292
+ #: contact_form.php:1705 contact_form.php:1980
293
  msgid "Unlock premium options by upgrading to Pro version"
294
  msgstr ""
295
 
296
+ #: contact_form.php:1143 contact_form.php:1410 contact_form.php:1504
297
+ #: contact_form.php:1708 contact_form.php:1983 contact_form.php:3329
298
  msgid "Learn More"
299
  msgstr ""
300
 
301
+ #: contact_form.php:1151
302
  msgid "Save emails to the database"
303
  msgstr "Stoor eposse na die databasis."
304
 
305
+ #: contact_form.php:1156
306
  msgid "Using"
307
  msgstr "In Gebruik"
308
 
309
+ #: contact_form.php:1159 contact_form.php:1163
310
  #, fuzzy
311
  msgid "Using Contact Form to DB by BestWebSoft"
312
  msgstr "Gebruik van Kontak Vorm na DB verrig deur"
313
 
314
+ #: contact_form.php:1159
315
  msgid "Activate"
316
  msgstr "Aktiveer"
317
 
318
+ #: contact_form.php:1163
319
  msgid "Download"
320
  msgstr "Download"
321
 
322
+ #: contact_form.php:1173
323
  msgid "What to use?"
324
  msgstr "Wat om te gebruik?"
325
 
326
+ #: contact_form.php:1178
327
  msgid "Wp-mail"
328
  msgstr "Wp-mail"
329
 
330
+ #: contact_form.php:1180
331
  #, fuzzy
332
  msgid "You can use the Wordpress wp_mail function for mailing"
333
  msgstr "U kan die wp_mail funksie gebruik vir eposse"
334
 
335
+ #: contact_form.php:1183
336
  msgid "Mail"
337
  msgstr "Mail"
338
 
339
+ #: contact_form.php:1185
340
  #, fuzzy
341
  msgid "You can use the PHP mail function for mailing"
342
  msgstr "U kan die wp_mail funksie gebruik vir eposse"
343
 
344
+ #: contact_form.php:1190
345
  msgid "'FROM' field"
346
  msgstr ""
347
 
348
+ #: contact_form.php:1192 contact_form.php:1251 contact_form.php:1839
349
+ #: contact_form.php:2810 contact_form.php:2846
350
  msgid "Name"
351
  msgstr "Naam"
352
 
353
+ #: contact_form.php:1195
354
  msgid "User name"
355
  msgstr "Gebruikersnaam"
356
 
357
+ #: contact_form.php:1197
358
  msgid ""
359
  "The name of the user who fills the form will be used in the field 'From'."
360
  msgstr ""
361
  "Die naam van die gebruiker wie die vorm invul sal gebruik word vir die 'From/"
362
  "Van' veld."
363
 
364
+ #: contact_form.php:1202 contact_form.php:2821 contact_form.php:2853
365
  msgid "Email"
366
  msgstr "Epos"
367
 
368
+ #: contact_form.php:1205
369
  msgid "User email"
370
  msgstr "Gebruiker epos"
371
 
372
+ #: contact_form.php:1207
373
  msgid ""
374
  "The email address of the user who fills the form will be used in the field "
375
  "'From'."
377
  "Die epos adres van die gebruiker wie die vorm invul sal gebruik word in die "
378
  "'From/van' veld."
379
 
380
+ #: contact_form.php:1210
381
  msgid ""
382
  "If this option is changed, email messages may be moved to the spam folder or "
383
  "email delivery failures may occur."
384
  msgstr ""
385
 
386
+ #: contact_form.php:1216
387
  msgid "Required symbol"
388
  msgstr "Benodigde simbool"
389
 
390
+ #: contact_form.php:1226
391
  msgid "Fields"
392
  msgstr "Velde"
393
 
394
+ #: contact_form.php:1227 contact_form.php:1254 contact_form.php:1281
395
+ #: contact_form.php:1301 contact_form.php:1340 contact_form.php:1425
396
  msgid "Used"
397
  msgstr "Gebruik"
398
 
399
+ #: contact_form.php:1228 contact_form.php:1243 contact_form.php:1258
400
+ #: contact_form.php:1285 contact_form.php:1305 contact_form.php:1318
401
+ #: contact_form.php:1344 contact_form.php:1357 contact_form.php:1381
402
  msgid "Required"
403
  msgstr "Benodig"
404
 
405
+ #: contact_form.php:1230 contact_form.php:1263 contact_form.php:1323
406
+ #: contact_form.php:1362 contact_form.php:1386
407
  msgid "Visible"
408
  msgstr "Sigbaar"
409
 
410
+ #: contact_form.php:1231 contact_form.php:1267 contact_form.php:1327
411
+ #: contact_form.php:1366 contact_form.php:1390
412
  msgid "Disabled for editing"
413
  msgstr "Gedeaktiveer vir wysiging"
414
 
415
+ #: contact_form.php:1232 contact_form.php:1291 contact_form.php:1370
416
+ #: contact_form.php:1394
417
  msgid "Field's default value"
418
  msgstr "Veld se verstekwaarde"
419
 
420
+ #: contact_form.php:1239
421
  msgid "Department selectbox"
422
  msgstr ""
423
 
424
+ #: contact_form.php:1271
425
  msgid "Use User's name as a default value if the user is logged in."
426
  msgstr ""
427
 
428
+ #: contact_form.php:1272 contact_form.php:1332
429
  msgid ""
430
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
431
  "in users."
432
  msgstr ""
433
 
434
+ #: contact_form.php:1278
435
  msgid "Location selectbox"
436
  msgstr ""
437
 
438
+ #: contact_form.php:1298 contact_form.php:1844 contact_form.php:2816
439
+ #: contact_form.php:2850
440
  msgid "Address"
441
  msgstr "Adres: "
442
 
443
+ #: contact_form.php:1314
444
  msgid "Email Address"
445
  msgstr "Epos Adres:"
446
 
447
+ #: contact_form.php:1331
448
  msgid "Use User's email as a default value if the user is logged in."
449
  msgstr ""
450
 
451
+ #: contact_form.php:1337
452
  msgid "Phone number"
453
  msgstr "Telefoon nommer:"
454
 
455
+ #: contact_form.php:1353 contact_form.php:1859 contact_form.php:2831
456
+ #: contact_form.php:2859
457
  msgid "Subject"
458
  msgstr "Onderwerp"
459
 
460
+ #: contact_form.php:1377 contact_form.php:1863 contact_form.php:2834
461
+ #: contact_form.php:2861
462
  msgid "Message"
463
  msgstr "Boodskap"
464
 
465
+ #: contact_form.php:1418
466
  msgid "Attachment block"
467
  msgstr "Aanhegsel blok"
468
 
469
+ #: contact_form.php:1420
470
  msgid "Users can attach the following file formats"
471
  msgstr "Gebruikers kan die volgende dataleêr formate aanheg"
472
 
473
+ #: contact_form.php:1438
474
  msgid "Add to the form"
475
  msgstr "Voeg by die vorm by"
476
 
477
+ #: contact_form.php:1443
478
  msgid "Tips below the Attachment"
479
  msgstr "Wenke onder die Aanhegsel"
480
 
481
+ #: contact_form.php:1452
482
  msgid "'Send me a copy' block"
483
  msgstr "'Stuur vir my 'n kopie' blok"
484
 
485
+ #: contact_form.php:1464
486
  msgid "Activate Subscriber"
487
  msgstr ""
488
 
489
+ #: contact_form.php:1468
490
  msgid "Download Subscriber"
491
  msgstr ""
492
 
493
+ #: contact_form.php:1477
494
  #, fuzzy
495
  msgid "Activate Captcha"
496
  msgstr "Aktiveer captcha"
497
 
498
+ #: contact_form.php:1481
499
  #, fuzzy
500
  msgid "Download Captcha"
501
  msgstr "Laai captcha af"
502
 
503
+ #: contact_form.php:1491
504
  msgid "Agreement checkbox"
505
  msgstr "Ooreenstemming checkbox"
506
 
507
+ #: contact_form.php:1491
508
  msgid "Required checkbox for submitting the form"
509
  msgstr "Benodigde checkbox om die vorm in te dien"
510
 
511
+ #: contact_form.php:1492
512
  msgid "Optional checkbox"
513
  msgstr "Opsie checkbox"
514
 
515
+ #: contact_form.php:1492
516
  msgid "Optional checkbox, the results of which will be displayed in email"
517
  msgstr "Opsionele checkbox, die resultate waarvan in die epos sal verskyn"
518
 
519
+ #: contact_form.php:1513
520
  msgid "Delete an attachment file from the server after the email is sent"
521
  msgstr "Verwyder 'n aanhegsel dataleêr van die server na epos gestuur is"
522
 
523
+ #: contact_form.php:1519
524
  msgid "Email in HTML format sending"
525
  msgstr "E-Mail in HTML Format"
526
 
527
+ #: contact_form.php:1523
528
  msgid "Display additional info in the email"
529
  msgstr "Toon addisionele inligting in die epos"
530
 
531
+ #: contact_form.php:1529
532
  #, fuzzy
533
  msgid "Sent from (IP address)"
534
  msgstr "Gestuur van (IP-Adres)"
535
 
536
+ #: contact_form.php:1529
537
  msgid "Example: Sent from (IP address):\t127.0.0.1"
538
  msgstr "Voorbeeld: Gestuur van (IP-Adres):\t127.0.0.1"
539
 
540
+ #: contact_form.php:1530 contact_form.php:2783 contact_form.php:2785
541
  msgid "Date/Time"
542
  msgstr "Datum/Tyd"
543
 
544
+ #: contact_form.php:1530
545
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
546
  msgstr "Voorbeeld: Datum/Tyd:\tAugustus 19, 2013 8:50 pm"
547
 
548
+ #: contact_form.php:1531 contact_form.php:2789 contact_form.php:2791
549
  msgid "Sent from (referer)"
550
  msgstr "Gestuur van (referer)"
551
 
552
+ #: contact_form.php:1531
553
  msgid ""
554
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
555
  msgstr ""
556
  "Voorbeeld: Gestuur van (referer):\thttp://bestwebsoft.com/kontakte/kontak-"
557
  "ons/"
558
 
559
+ #: contact_form.php:1532 contact_form.php:2795 contact_form.php:2797
560
  msgid "Using (user agent)"
561
  msgstr "Gebruik (user agent)"
562
 
563
+ #: contact_form.php:1532
564
  msgid ""
565
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
566
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
568
  "Voorbeeld: Gebruik (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
569
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
570
 
571
+ #: contact_form.php:1537
572
  msgid "Language settings for the field names in the form"
573
  msgstr "Taal verstellings vir die naamvelde in die vorm"
574
 
575
+ #: contact_form.php:1546
576
  msgid "Add a language"
577
  msgstr "Voeg 'n taal by"
578
 
579
+ #: contact_form.php:1550
580
  msgid "Change the names of the contact form fields and error messages"
581
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
582
 
583
+ #: contact_form.php:1555 contact_form.php:1642 contact_form.php:1887
584
+ #: contact_form.php:1892 contact_form.php:1902 contact_form.php:1907
585
+ #: contact_form.php:1912 contact_form.php:1917 contact_form.php:1927
586
+ #: contact_form.php:1932 contact_form.php:1941 contact_form.php:1955
587
+ #: contact_form.php:1960 contact_form.php:1965
588
  msgid "Default"
589
  msgstr "Verstek"
590
 
591
+ #: contact_form.php:1563 contact_form.php:1597
592
  msgid "click to expand/hide the list"
593
  msgstr "Kliek om uit te brei/lys te versteek"
594
 
595
+ #: contact_form.php:1572 contact_form.php:1606
596
  msgid "Tips below the Attachment block"
597
  msgstr "Wenke onder toe Aanhegsel blok"
598
 
599
+ #: contact_form.php:1575 contact_form.php:1609
600
  msgid "Error message for the Name field"
601
  msgstr "FFoutboodskap vir die Naamveld"
602
 
603
+ #: contact_form.php:1576 contact_form.php:1610
604
  msgid "Error message for the Address field"
605
  msgstr "Foutboodskap vir die Adres veld"
606
 
607
+ #: contact_form.php:1577 contact_form.php:1611
608
  msgid "Error message for the Email field"
609
  msgstr "Foutboodskap vir die Epos veld"
610
 
611
+ #: contact_form.php:1578 contact_form.php:1612
612
  msgid "Error message for the Phone field"
613
  msgstr "Foutboodskap vir die Telefoon Nommer veld"
614
 
615
+ #: contact_form.php:1579 contact_form.php:1613
616
  msgid "Error message for the Subject field"
617
  msgstr "Foutboodskap vir die Onderwerp veld"
618
 
619
+ #: contact_form.php:1580 contact_form.php:1614
620
  msgid "Error message for the Message field"
621
  msgstr "Foutboodskap vir die Boodskap veld"
622
 
623
+ #: contact_form.php:1581 contact_form.php:1615
624
  msgid "Error message about the file type for the Attachment field"
625
  msgstr "Foutboodskap oor die dataleêr tipe vir die Aanhegsel veld"
626
 
627
+ #: contact_form.php:1582 contact_form.php:1616
628
  msgid ""
629
  "Error message while uploading a file for the Attachment field to the server"
630
  msgstr ""
631
  "Foutboodskap tydens dataleêr oplaai vir die Aanhegsel veld na die server"
632
 
633
+ #: contact_form.php:1583 contact_form.php:1617
634
  msgid "Error message while moving the file for the Attachment field"
635
  msgstr "Foutboodskap tydens die skuif van dataleêr vir die Aanhegsel veld"
636
 
637
+ #: contact_form.php:1584 contact_form.php:1618
638
  msgid "Error message when file size limit for the Attachment field is exceeded"
639
  msgstr ""
640
  "Foutboodskap wanneer die dataleêr limiet vir die Aanhegsel veld oorskry is"
641
 
642
+ #: contact_form.php:1585 contact_form.php:1619
643
  msgid "Error message for the Captcha field"
644
  msgstr "Foutboodskap vir die Captcha veld"
645
 
646
+ #: contact_form.php:1586 contact_form.php:1620
647
  msgid "Error message for the whole form"
648
  msgstr "Foutboodskap vir die hele vorm"
649
 
650
+ #: contact_form.php:1589 contact_form.php:1591 contact_form.php:1623
651
+ #: contact_form.php:1625 contact_form.php:1652 contact_form.php:1654
652
+ #: contact_form.php:1662 contact_form.php:1664 contact_form.php:3177
653
+ #: contact_form.php:3179
654
  msgid "Use shortcode"
655
  msgstr "Gebruik kortkode"
656
 
657
+ #: contact_form.php:1589 contact_form.php:1591 contact_form.php:1623
658
+ #: contact_form.php:1625 contact_form.php:1652 contact_form.php:1654
659
+ #: contact_form.php:1662 contact_form.php:1664 contact_form.php:3177
660
+ #: contact_form.php:3179
661
  msgid "for this language"
662
  msgstr "vir hierdie taal"
663
 
664
+ #: contact_form.php:1633
665
  #, fuzzy
666
  msgid "Use the changed names of the contact form fields in the email"
667
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
668
 
669
+ #: contact_form.php:1639
670
  msgid "Action after email is sent"
671
  msgstr "Aksie na epos gestuur is"
672
 
673
+ #: contact_form.php:1641
674
  msgid "Display text"
675
  msgstr "Toon teks"
676
 
677
+ #: contact_form.php:1650 contact_form.php:1660
678
  msgid "Text"
679
  msgstr "teks"
680
 
681
+ #: contact_form.php:1671
682
  msgid "Redirect to the page"
683
  msgstr "Herlei na die bladsy"
684
 
685
+ #: contact_form.php:1672
686
  msgid "Url"
687
  msgstr "Url"
688
 
689
+ #: contact_form.php:1683
690
  msgid "Add field 'Reply-To' to the email header"
691
  msgstr ""
692
 
693
+ #: contact_form.php:1685
694
  msgid "Field 'Reply-To' will be initialized by user email"
695
  msgstr ""
696
 
697
+ #: contact_form.php:1689
698
  msgid "Auto Response"
699
  msgstr ""
700
 
701
+ #: contact_form.php:1693
702
  #, php-format
703
  msgid ""
704
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
706
  "name."
707
  msgstr ""
708
 
709
+ #: contact_form.php:1718 contact_form.php:2213
710
  msgid "Save Changes"
711
  msgstr "Stoor veranderinge"
712
 
713
+ #: contact_form.php:1731
714
  #, php-format
715
  msgid ""
716
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
717
  msgstr ""
718
 
719
+ #: contact_form.php:1744
720
  msgid "One column"
721
  msgstr ""
722
 
723
+ #: contact_form.php:1747
724
  msgid "Two columns"
725
  msgstr ""
726
 
727
+ #: contact_form.php:1756 contact_form.php:1775 contact_form.php:1793
728
+ #: contact_form.php:1808
729
  msgid "Left"
730
  msgstr ""
731
 
732
+ #: contact_form.php:1759 contact_form.php:1781 contact_form.php:1796
733
+ #: contact_form.php:1814
734
  msgid "Right"
735
  msgstr ""
736
 
737
+ #: contact_form.php:1771
738
  msgid "Form align"
739
  msgstr ""
740
 
741
+ #: contact_form.php:1778 contact_form.php:1811
742
  msgid "Center"
743
  msgstr ""
744
 
745
+ #: contact_form.php:1786
746
  #, fuzzy
747
  msgid "Labels position"
748
  msgstr "Indien knoppie"
749
 
750
+ #: contact_form.php:1790
751
  msgid "Top"
752
  msgstr ""
753
 
754
+ #: contact_form.php:1799
755
  msgid "Bottom"
756
  msgstr ""
757
 
758
+ #: contact_form.php:1804
759
  msgid "Labels align"
760
  msgstr ""
761
 
762
+ #: contact_form.php:1819
763
  msgid "Errors output"
764
  msgstr "Foutboodskap uitset"
765
 
766
+ #: contact_form.php:1822
767
  msgid "Display error messages"
768
  msgstr "Toon foutboodskappe"
769
 
770
+ #: contact_form.php:1823
771
  msgid "Color of the input field errors."
772
  msgstr "Kleur van die inset veld foutboodskappe"
773
 
774
+ #: contact_form.php:1824
775
  msgid "Display error messages & color of the input field errors"
776
  msgstr "Toon foutboodskappe & kleur van die inset veld foutboodskappe"
777
 
778
+ #: contact_form.php:1829
779
  msgid "Add placeholder to the input blocks"
780
  msgstr "Voeg 'n plekhouer by die inset blokke"
781
 
782
+ #: contact_form.php:1835
783
  msgid "Add tooltips"
784
  msgstr "Voeg tool-wenke"
785
 
786
+ #: contact_form.php:1849
787
  msgid "Email address"
788
  msgstr "Epos Adres:"
789
 
790
+ #: contact_form.php:1854
791
  msgid "Phone Number"
792
  msgstr "Telefoon Nommer:"
793
 
794
+ #: contact_form.php:1868
795
  msgid "Attachment"
796
  msgstr "Aanhegsel:"
797
 
798
+ #: contact_form.php:1880
799
  msgid "Style options"
800
  msgstr "Styl opsies"
801
 
802
+ #: contact_form.php:1884
803
  msgid "Text color"
804
  msgstr "Teks kleur"
805
 
806
+ #: contact_form.php:1889
807
  msgid "Label text color"
808
  msgstr "Etiket teks kleur"
809
 
810
+ #: contact_form.php:1894
811
  msgid "Placeholder color"
812
  msgstr "Plekhouer kleur"
813
 
814
+ #: contact_form.php:1899
815
  msgid "Errors color"
816
  msgstr "Foutboodskap kleur"
817
 
818
+ #: contact_form.php:1904
819
  msgid "Error text color"
820
  msgstr "Foutboodskap teks kleur"
821
 
822
+ #: contact_form.php:1909
823
  msgid "Background color of the input field errors"
824
  msgstr "Agtergrond kleur van die inset veld foutboodskappe"
825
 
826
+ #: contact_form.php:1914
827
  msgid "Border color of the input field errors"
828
  msgstr "Rand-kleur van die inset veld foutboodskappe"
829
 
830
+ #: contact_form.php:1919
831
  msgid "Placeholder color of the input field errors"
832
  msgstr "Plekhouer kleur van die inset veld foutboodskappe"
833
 
834
+ #: contact_form.php:1924
835
  msgid "Input fields"
836
  msgstr "Inset velde"
837
 
838
+ #: contact_form.php:1929
839
  msgid "Input fields background color"
840
  msgstr "Inset velde agtergrond kleur"
841
 
842
+ #: contact_form.php:1934
843
  msgid "Text fields color"
844
  msgstr "Teks velde kleur"
845
 
846
+ #: contact_form.php:1938
847
  msgid "Border width in px, numbers only"
848
  msgstr "Rand wydte in px, nommers alleenlik"
849
 
850
+ #: contact_form.php:1943 contact_form.php:1967
851
  msgid "Border color"
852
  msgstr "Rand kleur"
853
 
854
+ #: contact_form.php:1948
855
  msgid "Submit button"
856
  msgstr "Indien knoppie"
857
 
858
+ #: contact_form.php:1952
859
  msgid "Width in px, numbers only"
860
  msgstr "Wydte in px, nommers alleenlik"
861
 
862
+ #: contact_form.php:1957
863
  msgid "Button color"
864
  msgstr "Knoppie Kleur"
865
 
866
+ #: contact_form.php:1962
867
  msgid "Button text color"
868
  msgstr "Knoppie teks kleur"
869
 
870
+ #: contact_form.php:1994
871
  #, fuzzy
872
  msgid "Contact Form | Preview"
873
  msgstr "Kontak Vorm Pro | Voorskou"
874
 
875
+ #: contact_form.php:1995
876
  msgid "Drag the necessary field to sort fields."
877
  msgstr ""
878
 
879
+ #: contact_form.php:2200
880
  msgid ""
881
  "If you would like to add the Contact Form to your website, just copy and "
882
  "paste this shortcode to your post or page or widget:"
884
  "As u die Kontak Vorm by u webstuiste wil bylas, kopieër en plak net die "
885
  "kortkode na u post, bladsy of widget:"
886
 
887
+ #: contact_form.php:2297
888
  msgid "Sorry, email message could not be delivered."
889
  msgstr "Verskoning, die epos kon nie gestuur word nie."
890
 
891
+ #: contact_form.php:2777 contact_form.php:2779
892
  msgid "Sent from (ip address)"
893
  msgstr "Gestuur van (IP-Adres)"
894
 
895
+ #: contact_form.php:2804
896
  msgid "Contact from"
897
  msgstr "Kontak Vorm"
898
 
899
+ #: contact_form.php:2826 contact_form.php:2856
900
  msgid "Phone"
901
  msgstr "Telefoon Nommer"
902
 
903
+ #: contact_form.php:2837 contact_form.php:2863
904
  msgid "Site"
905
  msgstr "Webtuiste"
906
 
907
+ #: contact_form.php:2956
908
  msgid ""
909
  "If you can see this MIME, it means that the MIME type is not supported by "
910
  "your email client!"
912
  "As u die MIME kan sie, beteken dit dat die MIME tipe nie ondersteun word "
913
  "deur u epos klient nie!"
914
 
915
+ #: contact_form.php:3039
916
  msgid "FAQ"
917
  msgstr "Gereeld Gestelde Vrae (FAQ)"
918
 
919
+ #: contact_form.php:3040
920
  msgid "Support"
921
  msgstr "Steun"
922
 
923
+ #: contact_form.php:3089
924
  msgid "Are you sure that you want to delete this language data?"
925
  msgstr "Is u seker dat u die taal data wil verwyder?"
926
 
927
+ #: contact_form.php:3110
928
  #, fuzzy
929
  msgid "Add multiple forms"
930
  msgstr "Voeg by die vorm by"
931
 
932
+ #: contact_form.php:3110
933
  msgid ""
934
  "Install Contact Form Multi plugin to create unlimited number of contact "
935
  "forms."
936
  msgstr ""
937
 
938
+ #: contact_form.php:3115
939
  msgid "Learn more"
940
  msgstr ""
941
 
942
+ #: contact_form.php:3320
943
  msgid "Close notice"
944
  msgstr ""
945
 
946
+ #: contact_form.php:3325
947
  #, fuzzy
948
  msgid "allows to store your messages to the database."
949
  msgstr "Stoor eposse na die databasis."
950
 
951
+ #: contact_form.php:3326
952
  msgid "Manage messages that have been sent from your website."
953
  msgstr ""
954
 
955
+ #: contact_form.php:3384
956
  #, fuzzy
957
  msgid "Contact form"
958
  msgstr "Kontak Vorm"
959
 
960
+ #: contact_form.php:3397 contact_form.php:3407
961
  #, fuzzy
962
  msgid "Language"
963
  msgstr "Voeg 'n taal by"
languages/contact-form-plugin-ca.mo CHANGED
Binary file
languages/contact-form-plugin-ca.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-04-13 15:16+0300\n"
6
- "PO-Revision-Date: 2016-04-13 15:16+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Kenneth <kenneth@snollocer.net>\n"
9
  "Language: ca_ES\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:37 contact_form.php:1019
20
  msgid "Contact Form Settings"
21
  msgstr "Opcions Contact Form"
22
 
@@ -24,31 +24,31 @@ msgstr "Opcions Contact Form"
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
- #: contact_form.php:165 contact_form.php:1553 contact_form.php:1587
28
  msgid "Name:"
29
  msgstr "Nom:"
30
 
31
- #: contact_form.php:166 contact_form.php:1554 contact_form.php:1588
32
  msgid "Address:"
33
  msgstr "Adreça:"
34
 
35
- #: contact_form.php:167 contact_form.php:1555 contact_form.php:1589
36
  msgid "Email Address:"
37
  msgstr "Adreça de correu electrònic:"
38
 
39
- #: contact_form.php:168 contact_form.php:1556 contact_form.php:1590
40
  msgid "Phone number:"
41
  msgstr "Nombre de telèfon"
42
 
43
- #: contact_form.php:169 contact_form.php:1557 contact_form.php:1591
44
  msgid "Subject:"
45
  msgstr "Asumpte:"
46
 
47
- #: contact_form.php:170 contact_form.php:1558 contact_form.php:1592
48
  msgid "Message:"
49
  msgstr "Missatge:"
50
 
51
- #: contact_form.php:171 contact_form.php:1559 contact_form.php:1593
52
  msgid "Attachment:"
53
  msgstr "Adjunt:"
54
 
@@ -60,11 +60,11 @@ msgstr ""
60
  "Formats de fitxer suportats: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
61
  "AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
62
 
63
- #: contact_form.php:173 contact_form.php:1561 contact_form.php:1595
64
  msgid "Send me a copy"
65
  msgstr "Envia'm una còpia"
66
 
67
- #: contact_form.php:174 contact_form.php:1562 contact_form.php:1596
68
  msgid "Submit"
69
  msgstr "Enviar"
70
 
@@ -120,17 +120,17 @@ msgstr "Si us plau, corregeixi les dades i provi un altre cop."
120
  msgid "Thank you for contacting us."
121
  msgstr "Gràcies per contactar amb nosaltres"
122
 
123
- #: contact_form.php:682 contact_form.php:995
124
  msgid "Settings saved."
125
  msgstr "Configuració desada."
126
 
127
- #: contact_form.php:935
128
  msgid ""
129
  "Email 'FROM' field option was changed, which may cause email messages being "
130
  "moved to the spam folder or email delivery failures."
131
  msgstr ""
132
 
133
- #: contact_form.php:945
134
  msgid ""
135
  "If the 'Redirect to page' option is selected then the URL field should be in "
136
  "the following format"
@@ -138,12 +138,12 @@ msgstr ""
138
  "Si l'opció de 'redireccionament a la pàgina' està seleccionat llavors el "
139
  "camp URL ha d'estar en el següent format"
140
 
141
- #: contact_form.php:954
142
  #, fuzzy
143
  msgid "Such user does not exist."
144
  msgstr "Usuari inexistent. Els canvis no s'han desat."
145
 
146
- #: contact_form.php:964
147
  #, fuzzy
148
  msgid ""
149
  "Please enter a valid email address in the 'Use this email address' field."
@@ -151,44 +151,48 @@ msgstr ""
151
  "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis "
152
  "no s'han desat."
153
 
154
- #: contact_form.php:972
155
  #, fuzzy
156
  msgid "Please enter a valid email address in the 'FROM' field."
157
  msgstr ""
158
  "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis "
159
  "no s'han desat."
160
 
161
- #: contact_form.php:997
162
  #, fuzzy
163
  msgid "Settings are not saved."
164
  msgstr "Configuració desada."
165
 
166
- #: contact_form.php:1016
167
  msgid "All plugin settings were restored."
168
  msgstr ""
169
 
170
- #: contact_form.php:1021
171
  msgid "How to Use Step-by-step Instruction"
172
  msgstr ""
173
 
174
- #: contact_form.php:1024 contact_form.php:3022 contact_form.php:3036
175
  msgid "Settings"
176
  msgstr "Configuració"
177
 
178
- #: contact_form.php:1025
179
  #, fuzzy
180
  msgid "Additional settings"
181
  msgstr "Opcions addicionals"
182
 
183
- #: contact_form.php:1026
184
  msgid "Appearance"
185
  msgstr ""
186
 
187
- #: contact_form.php:1027
 
 
 
 
188
  msgid "Go PRO"
189
  msgstr ""
190
 
191
- #: contact_form.php:1033
192
  #, fuzzy
193
  msgid ""
194
  "Please enable JavaScript to add language in the contact form, change the "
@@ -197,30 +201,30 @@ msgstr ""
197
  "Modifica els noms dels camps i els missatges d'error del formulari de "
198
  "contacte"
199
 
200
- #: contact_form.php:1033 contact_form.php:1719 contact_form.php:1728
201
  msgid "Form layout"
202
  msgstr ""
203
 
204
- #: contact_form.php:1033 contact_form.php:1719 contact_form.php:1740
205
  #, fuzzy
206
  msgid "Submit position"
207
  msgstr "Enviar"
208
 
209
- #: contact_form.php:1045
210
  msgid "Notice:"
211
  msgstr ""
212
 
213
- #: contact_form.php:1049
214
  msgid "NEW_FORM"
215
  msgstr ""
216
 
217
- #: contact_form.php:1050
218
  msgid ""
219
  "If you want to create multiple contact forms, please install the Contact "
220
  "Form Multi plugin."
221
  msgstr ""
222
 
223
- #: contact_form.php:1059
224
  #, fuzzy, php-format
225
  msgid ""
226
  "If you would like to add a Contact Form to your page or post, please use %s "
@@ -229,7 +233,7 @@ msgstr ""
229
  "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el "
230
  "seu missatge, pàgina o widget:"
231
 
232
- #: contact_form.php:1065
233
  #, php-format
234
  msgid ""
235
  "You can add the Contact Form to your page or post by clicking on %s button "
@@ -238,7 +242,7 @@ msgid ""
238
  "language."
239
  msgstr ""
240
 
241
- #: contact_form.php:1074
242
  msgid ""
243
  "If you leave the fields empty, the messages will be sent to the email "
244
  "address specified during registration."
@@ -246,112 +250,112 @@ msgstr ""
246
  "Si la informació d'aquest camp queda buida, s'usarà l'adreça especificada "
247
  "durant el registre."
248
 
249
- #: contact_form.php:1077
250
  msgid "The user's email address:"
251
  msgstr "Adreça de correu electrònic de l'usuari:"
252
 
253
- #: contact_form.php:1081
254
  #, fuzzy
255
  msgid "Select a username"
256
  msgstr "Seleccioni un nom d'usuari"
257
 
258
- #: contact_form.php:1094
259
  msgid ""
260
  "Enter a username of the person who should get the messages from the contact "
261
  "form."
262
  msgstr "Introdueixi el nom de l'usuari que rebrà missatges des de contact form"
263
 
264
- #: contact_form.php:1098
265
  msgid "Use this email address:"
266
  msgstr "Usi aquesta adreça de correu electrònic::"
267
 
268
- #: contact_form.php:1102
269
  msgid "Enter the email address you want the messages forwarded to."
270
  msgstr ""
271
  "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
272
 
273
- #: contact_form.php:1109 contact_form.php:1475 contact_form.php:1667
274
- #: contact_form.php:1755 contact_form.php:3116
275
  msgid "Close"
276
  msgstr ""
277
 
278
- #: contact_form.php:1113
279
  msgid "Add department selectbox to the contact form:"
280
  msgstr ""
281
 
282
- #: contact_form.php:1121 contact_form.php:1484 contact_form.php:1686
283
- #: contact_form.php:1961
284
  msgid "If you upgrade to Pro version all your settings will be saved."
285
  msgstr ""
286
 
287
- #: contact_form.php:1128 contact_form.php:1395 contact_form.php:1489
288
- #: contact_form.php:1693 contact_form.php:1968
289
  msgid "Unlock premium options by upgrading to Pro version"
290
  msgstr ""
291
 
292
- #: contact_form.php:1131 contact_form.php:1398 contact_form.php:1492
293
- #: contact_form.php:1696 contact_form.php:1971 contact_form.php:3327
294
  msgid "Learn More"
295
  msgstr ""
296
 
297
- #: contact_form.php:1139
298
  msgid "Save emails to the database"
299
  msgstr ""
300
 
301
- #: contact_form.php:1144
302
  msgid "Using"
303
  msgstr ""
304
 
305
- #: contact_form.php:1147 contact_form.php:1151
306
  #, fuzzy
307
  msgid "Using Contact Form to DB by BestWebSoft"
308
  msgstr "Contact Form Pro"
309
 
310
- #: contact_form.php:1147
311
  #, fuzzy
312
  msgid "Activate"
313
  msgstr "Captcha activat"
314
 
315
- #: contact_form.php:1151
316
  msgid "Download"
317
  msgstr "Descarregar"
318
 
319
- #: contact_form.php:1161
320
  msgid "What to use?"
321
  msgstr "Què usar?"
322
 
323
- #: contact_form.php:1166
324
  msgid "Wp-mail"
325
  msgstr "Wp-mail"
326
 
327
- #: contact_form.php:1168
328
  #, fuzzy
329
  msgid "You can use the Wordpress wp_mail function for mailing"
330
  msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
331
 
332
- #: contact_form.php:1171
333
  msgid "Mail"
334
  msgstr "Mail"
335
 
336
- #: contact_form.php:1173
337
  #, fuzzy
338
  msgid "You can use the PHP mail function for mailing"
339
  msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
340
 
341
- #: contact_form.php:1178
342
  msgid "'FROM' field"
343
  msgstr ""
344
 
345
- #: contact_form.php:1180 contact_form.php:1239 contact_form.php:1827
346
- #: contact_form.php:2808 contact_form.php:2844
347
  msgid "Name"
348
  msgstr "Nom"
349
 
350
- #: contact_form.php:1183
351
  msgid "User name"
352
  msgstr ""
353
 
354
- #: contact_form.php:1185
355
  #, fuzzy
356
  msgid ""
357
  "The name of the user who fills the form will be used in the field 'From'."
@@ -359,15 +363,15 @@ msgstr ""
359
  "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de "
360
  "posar al camp 'From'."
361
 
362
- #: contact_form.php:1190 contact_form.php:2819 contact_form.php:2851
363
  msgid "Email"
364
  msgstr "Adreça de correu electrònic"
365
 
366
- #: contact_form.php:1193
367
  msgid "User email"
368
  msgstr ""
369
 
370
- #: contact_form.php:1195
371
  msgid ""
372
  "The email address of the user who fills the form will be used in the field "
373
  "'From'."
@@ -375,335 +379,335 @@ msgstr ""
375
  "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de "
376
  "posar al camp 'From'."
377
 
378
- #: contact_form.php:1198
379
  msgid ""
380
  "If this option is changed, email messages may be moved to the spam folder or "
381
  "email delivery failures may occur."
382
  msgstr ""
383
 
384
- #: contact_form.php:1204
385
  #, fuzzy
386
  msgid "Required symbol"
387
  msgstr "Camps requerits"
388
 
389
- #: contact_form.php:1214
390
  msgid "Fields"
391
  msgstr ""
392
 
393
- #: contact_form.php:1215 contact_form.php:1242 contact_form.php:1269
394
- #: contact_form.php:1289 contact_form.php:1328 contact_form.php:1413
395
  msgid "Used"
396
  msgstr ""
397
 
398
- #: contact_form.php:1216 contact_form.php:1231 contact_form.php:1246
399
- #: contact_form.php:1273 contact_form.php:1293 contact_form.php:1306
400
- #: contact_form.php:1332 contact_form.php:1345 contact_form.php:1369
401
  #, fuzzy
402
  msgid "Required"
403
  msgstr "Camps requerits"
404
 
405
- #: contact_form.php:1218 contact_form.php:1251 contact_form.php:1311
406
- #: contact_form.php:1350 contact_form.php:1374
407
  msgid "Visible"
408
  msgstr ""
409
 
410
- #: contact_form.php:1219 contact_form.php:1255 contact_form.php:1315
411
- #: contact_form.php:1354 contact_form.php:1378
412
  msgid "Disabled for editing"
413
  msgstr ""
414
 
415
- #: contact_form.php:1220 contact_form.php:1279 contact_form.php:1358
416
- #: contact_form.php:1382
417
  msgid "Field's default value"
418
  msgstr ""
419
 
420
- #: contact_form.php:1227
421
  msgid "Department selectbox"
422
  msgstr ""
423
 
424
- #: contact_form.php:1259
425
  msgid "Use User's name as a default value if the user is logged in."
426
  msgstr ""
427
 
428
- #: contact_form.php:1260 contact_form.php:1320
429
  msgid ""
430
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
431
  "in users."
432
  msgstr ""
433
 
434
- #: contact_form.php:1266
435
  msgid "Location selectbox"
436
  msgstr ""
437
 
438
- #: contact_form.php:1286 contact_form.php:1832 contact_form.php:2814
439
- #: contact_form.php:2848
440
  msgid "Address"
441
  msgstr "Adreça:"
442
 
443
- #: contact_form.php:1302
444
  msgid "Email Address"
445
  msgstr "Adreça de correu electrònic:"
446
 
447
- #: contact_form.php:1319
448
  msgid "Use User's email as a default value if the user is logged in."
449
  msgstr ""
450
 
451
- #: contact_form.php:1325
452
  #, fuzzy
453
  msgid "Phone number"
454
  msgstr "Nombre de telèfon"
455
 
456
- #: contact_form.php:1341 contact_form.php:1847 contact_form.php:2829
457
- #: contact_form.php:2857
458
  msgid "Subject"
459
  msgstr "Assumpte"
460
 
461
- #: contact_form.php:1365 contact_form.php:1851 contact_form.php:2832
462
- #: contact_form.php:2859
463
  msgid "Message"
464
  msgstr "MIssatge"
465
 
466
- #: contact_form.php:1406
467
  msgid "Attachment block"
468
  msgstr "Adjunt blocat"
469
 
470
- #: contact_form.php:1408
471
  msgid "Users can attach the following file formats"
472
  msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
473
 
474
- #: contact_form.php:1426
475
  msgid "Add to the form"
476
  msgstr ""
477
 
478
- #: contact_form.php:1431
479
  #, fuzzy
480
  msgid "Tips below the Attachment"
481
  msgstr "Consells del blocatge de l'adjunt"
482
 
483
- #: contact_form.php:1440
484
  #, fuzzy
485
  msgid "'Send me a copy' block"
486
  msgstr "Envia'm una còpia"
487
 
488
- #: contact_form.php:1452
489
  #, fuzzy
490
  msgid "Activate Subscriber"
491
  msgstr "Plugin activat"
492
 
493
- #: contact_form.php:1456
494
  msgid "Download Subscriber"
495
  msgstr ""
496
 
497
- #: contact_form.php:1465
498
  #, fuzzy
499
  msgid "Activate Captcha"
500
  msgstr "Captcha activat"
501
 
502
- #: contact_form.php:1469
503
  #, fuzzy
504
  msgid "Download Captcha"
505
  msgstr "Descarrega captcha"
506
 
507
- #: contact_form.php:1479
508
  msgid "Agreement checkbox"
509
  msgstr ""
510
 
511
- #: contact_form.php:1479
512
  msgid "Required checkbox for submitting the form"
513
  msgstr ""
514
 
515
- #: contact_form.php:1480
516
  msgid "Optional checkbox"
517
  msgstr ""
518
 
519
- #: contact_form.php:1480
520
  msgid "Optional checkbox, the results of which will be displayed in email"
521
  msgstr ""
522
 
523
- #: contact_form.php:1501
524
  msgid "Delete an attachment file from the server after the email is sent"
525
  msgstr ""
526
 
527
- #: contact_form.php:1507
528
  msgid "Email in HTML format sending"
529
  msgstr ""
530
 
531
- #: contact_form.php:1511
532
  msgid "Display additional info in the email"
533
  msgstr "Mostra informació addicional al correu electrònic,"
534
 
535
- #: contact_form.php:1517
536
  #, fuzzy
537
  msgid "Sent from (IP address)"
538
  msgstr "Enviat des de (adreça IP)"
539
 
540
- #: contact_form.php:1517
541
  #, fuzzy
542
  msgid "Example: Sent from (IP address):\t127.0.0.1"
543
  msgstr "Enviat des de (adreça IP)"
544
 
545
- #: contact_form.php:1518 contact_form.php:2781 contact_form.php:2783
546
  msgid "Date/Time"
547
  msgstr "Data/hora"
548
 
549
- #: contact_form.php:1518
550
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
551
  msgstr ""
552
 
553
- #: contact_form.php:1519 contact_form.php:2787 contact_form.php:2789
554
  msgid "Sent from (referer)"
555
  msgstr "Enviat des de (referent)"
556
 
557
- #: contact_form.php:1519
558
  msgid ""
559
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
560
  msgstr ""
561
 
562
- #: contact_form.php:1520 contact_form.php:2793 contact_form.php:2795
563
  msgid "Using (user agent)"
564
  msgstr "Usant (user agent)"
565
 
566
- #: contact_form.php:1520
567
  msgid ""
568
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
569
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
570
  msgstr ""
571
 
572
- #: contact_form.php:1525
573
  msgid "Language settings for the field names in the form"
574
  msgstr "Configuració de la llengua als noms dels camps del formulari"
575
 
576
- #: contact_form.php:1534
577
  msgid "Add a language"
578
  msgstr "Afegeix lengua"
579
 
580
- #: contact_form.php:1538
581
  msgid "Change the names of the contact form fields and error messages"
582
  msgstr ""
583
  "Modifica els noms dels camps i els missatges d'error del formulari de "
584
  "contacte"
585
 
586
- #: contact_form.php:1543 contact_form.php:1630 contact_form.php:1875
587
- #: contact_form.php:1880 contact_form.php:1890 contact_form.php:1895
588
- #: contact_form.php:1900 contact_form.php:1905 contact_form.php:1915
589
- #: contact_form.php:1920 contact_form.php:1929 contact_form.php:1943
590
- #: contact_form.php:1948 contact_form.php:1953
591
  msgid "Default"
592
  msgstr "Per defecte"
593
 
594
- #: contact_form.php:1551 contact_form.php:1585
595
  msgid "click to expand/hide the list"
596
  msgstr ""
597
 
598
- #: contact_form.php:1560 contact_form.php:1594
599
  #, fuzzy
600
  msgid "Tips below the Attachment block"
601
  msgstr "Consells del blocatge de l'adjunt"
602
 
603
- #: contact_form.php:1563 contact_form.php:1597
604
  msgid "Error message for the Name field"
605
  msgstr "Missatge d'error per al camp 'Nom'"
606
 
607
- #: contact_form.php:1564 contact_form.php:1598
608
  msgid "Error message for the Address field"
609
  msgstr "Missatge d'error per al camp 'Adreça'"
610
 
611
- #: contact_form.php:1565 contact_form.php:1599
612
  msgid "Error message for the Email field"
613
  msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
614
 
615
- #: contact_form.php:1566 contact_form.php:1600
616
  msgid "Error message for the Phone field"
617
  msgstr "Missatge d'error per al camp 'Telèfon\""
618
 
619
- #: contact_form.php:1567 contact_form.php:1601
620
  msgid "Error message for the Subject field"
621
  msgstr "Missatge d'error per al camp 'Assumpte'"
622
 
623
- #: contact_form.php:1568 contact_form.php:1602
624
  msgid "Error message for the Message field"
625
  msgstr "Missatge d'error per al camp 'Missatge'"
626
 
627
- #: contact_form.php:1569 contact_form.php:1603
628
  msgid "Error message about the file type for the Attachment field"
629
  msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
630
 
631
- #: contact_form.php:1570 contact_form.php:1604
632
  msgid ""
633
  "Error message while uploading a file for the Attachment field to the server"
634
  msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
635
 
636
- #: contact_form.php:1571 contact_form.php:1605
637
  msgid "Error message while moving the file for the Attachment field"
638
  msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
639
 
640
- #: contact_form.php:1572 contact_form.php:1606
641
  msgid "Error message when file size limit for the Attachment field is exceeded"
642
  msgstr ""
643
  "Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
644
 
645
- #: contact_form.php:1573 contact_form.php:1607
646
  msgid "Error message for the Captcha field"
647
  msgstr "Missatge d'error al camp Captcha"
648
 
649
- #: contact_form.php:1574 contact_form.php:1608
650
  msgid "Error message for the whole form"
651
  msgstr "Missatge d'error a tot el formulari"
652
 
653
- #: contact_form.php:1577 contact_form.php:1579 contact_form.php:1611
654
- #: contact_form.php:1613 contact_form.php:1640 contact_form.php:1642
655
- #: contact_form.php:1650 contact_form.php:1652 contact_form.php:3175
656
- #: contact_form.php:3177
657
  msgid "Use shortcode"
658
  msgstr "useu un codi curt"
659
 
660
- #: contact_form.php:1577 contact_form.php:1579 contact_form.php:1611
661
- #: contact_form.php:1613 contact_form.php:1640 contact_form.php:1642
662
- #: contact_form.php:1650 contact_form.php:1652 contact_form.php:3175
663
- #: contact_form.php:3177
664
  msgid "for this language"
665
  msgstr "Per aquesta llengua"
666
 
667
- #: contact_form.php:1621
668
  #, fuzzy
669
  msgid "Use the changed names of the contact form fields in the email"
670
  msgstr ""
671
  "Modifica els noms dels camps i els missatges d'error del formulari de "
672
  "contacte"
673
 
674
- #: contact_form.php:1627
675
  msgid "Action after email is sent"
676
  msgstr "Accions després d'enviar un correu electrònic."
677
 
678
- #: contact_form.php:1629
679
  msgid "Display text"
680
  msgstr "Mostra el text"
681
 
682
- #: contact_form.php:1638 contact_form.php:1648
683
  msgid "Text"
684
  msgstr "Text"
685
 
686
- #: contact_form.php:1659
687
  msgid "Redirect to the page"
688
  msgstr "Redirigir a la pàgina"
689
 
690
- #: contact_form.php:1660
691
  msgid "Url"
692
  msgstr "Url"
693
 
694
- #: contact_form.php:1671
695
  msgid "Add field 'Reply-To' to the email header"
696
  msgstr ""
697
 
698
- #: contact_form.php:1673
699
  msgid "Field 'Reply-To' will be initialized by user email"
700
  msgstr ""
701
 
702
- #: contact_form.php:1677
703
  msgid "Auto Response"
704
  msgstr ""
705
 
706
- #: contact_form.php:1681
707
  #, php-format
708
  msgid ""
709
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -711,178 +715,178 @@ msgid ""
711
  "name."
712
  msgstr ""
713
 
714
- #: contact_form.php:1706 contact_form.php:2201
715
  msgid "Save Changes"
716
  msgstr "Desar els canvis"
717
 
718
- #: contact_form.php:1719
719
  #, php-format
720
  msgid ""
721
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
722
  msgstr ""
723
 
724
- #: contact_form.php:1732
725
  msgid "One column"
726
  msgstr ""
727
 
728
- #: contact_form.php:1735
729
  msgid "Two columns"
730
  msgstr ""
731
 
732
- #: contact_form.php:1744 contact_form.php:1763 contact_form.php:1781
733
- #: contact_form.php:1796
734
  msgid "Left"
735
  msgstr ""
736
 
737
- #: contact_form.php:1747 contact_form.php:1769 contact_form.php:1784
738
- #: contact_form.php:1802
739
  msgid "Right"
740
  msgstr ""
741
 
742
- #: contact_form.php:1759
743
  msgid "Form align"
744
  msgstr ""
745
 
746
- #: contact_form.php:1766 contact_form.php:1799
747
  msgid "Center"
748
  msgstr ""
749
 
750
- #: contact_form.php:1774
751
  #, fuzzy
752
  msgid "Labels position"
753
  msgstr "Enviar"
754
 
755
- #: contact_form.php:1778
756
  msgid "Top"
757
  msgstr ""
758
 
759
- #: contact_form.php:1787
760
  msgid "Bottom"
761
  msgstr ""
762
 
763
- #: contact_form.php:1792
764
  msgid "Labels align"
765
  msgstr ""
766
 
767
- #: contact_form.php:1807
768
  msgid "Errors output"
769
  msgstr "Errors de sortida"
770
 
771
- #: contact_form.php:1810
772
  msgid "Display error messages"
773
  msgstr "Mostra els missatges d'error"
774
 
775
- #: contact_form.php:1811
776
  msgid "Color of the input field errors."
777
  msgstr "Color dels errors al camp d'entrada"
778
 
779
- #: contact_form.php:1812
780
  msgid "Display error messages & color of the input field errors"
781
  msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
782
 
783
- #: contact_form.php:1817
784
  msgid "Add placeholder to the input blocks"
785
  msgstr "Afegeix marcador de posició als blocs d'entrada"
786
 
787
- #: contact_form.php:1823
788
  msgid "Add tooltips"
789
  msgstr "Afegir consells sobre les eines"
790
 
791
- #: contact_form.php:1837
792
  msgid "Email address"
793
  msgstr "Adreça de correu electrònic:"
794
 
795
- #: contact_form.php:1842
796
  msgid "Phone Number"
797
  msgstr "Nombre de telèfon"
798
 
799
- #: contact_form.php:1856
800
  msgid "Attachment"
801
  msgstr "Adjunt:"
802
 
803
- #: contact_form.php:1868
804
  msgid "Style options"
805
  msgstr "Opcions d'estil"
806
 
807
- #: contact_form.php:1872
808
  msgid "Text color"
809
  msgstr "Color del text"
810
 
811
- #: contact_form.php:1877
812
  msgid "Label text color"
813
  msgstr "Color del text de l'etiqeta"
814
 
815
- #: contact_form.php:1882
816
  msgid "Placeholder color"
817
  msgstr "Color del marcador de posició"
818
 
819
- #: contact_form.php:1887
820
  msgid "Errors color"
821
  msgstr "Color dels errors"
822
 
823
- #: contact_form.php:1892
824
  msgid "Error text color"
825
  msgstr "Color del text d'error"
826
 
827
- #: contact_form.php:1897
828
  msgid "Background color of the input field errors"
829
  msgstr "Color de fons dels errors del camp d'entrada"
830
 
831
- #: contact_form.php:1902
832
  msgid "Border color of the input field errors"
833
  msgstr "Color de la vora dels errors del camp d'entrada"
834
 
835
- #: contact_form.php:1907
836
  msgid "Placeholder color of the input field errors"
837
  msgstr "Color del marcador de posició dels errors del camp d'entrada"
838
 
839
- #: contact_form.php:1912
840
  msgid "Input fields"
841
  msgstr "Visualitza l'adjunt"
842
 
843
- #: contact_form.php:1917
844
  msgid "Input fields background color"
845
  msgstr "Color de fons dels camps d'entrada"
846
 
847
- #: contact_form.php:1922
848
  msgid "Text fields color"
849
  msgstr "Color dels camps de text"
850
 
851
- #: contact_form.php:1926
852
  msgid "Border width in px, numbers only"
853
  msgstr "Ample de vora en px, sols nombres"
854
 
855
- #: contact_form.php:1931 contact_form.php:1955
856
  msgid "Border color"
857
  msgstr "Color de la vora"
858
 
859
- #: contact_form.php:1936
860
  msgid "Submit button"
861
  msgstr "Enviar"
862
 
863
  # #: contact_form.php:928
864
- #: contact_form.php:1940
865
  msgid "Width in px, numbers only"
866
  msgstr "Ample en px, sols nombres"
867
 
868
- #: contact_form.php:1945
869
  msgid "Button color"
870
  msgstr "Color del botó"
871
 
872
- #: contact_form.php:1950
873
  msgid "Button text color"
874
  msgstr "Color del text del botó"
875
 
876
- #: contact_form.php:1982
877
  #, fuzzy
878
  msgid "Contact Form | Preview"
879
  msgstr "Contact Form Pro | Vista prèvia"
880
 
881
- #: contact_form.php:1983
882
  msgid "Drag the necessary field to sort fields."
883
  msgstr ""
884
 
885
- #: contact_form.php:2188
886
  msgid ""
887
  "If you would like to add the Contact Form to your website, just copy and "
888
  "paste this shortcode to your post or page or widget:"
@@ -890,27 +894,27 @@ msgstr ""
890
  "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el "
891
  "seu missatge, pàgina o widget:"
892
 
893
- #: contact_form.php:2288
894
  msgid "Sorry, email message could not be delivered."
895
  msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
896
 
897
- #: contact_form.php:2775 contact_form.php:2777
898
  msgid "Sent from (ip address)"
899
  msgstr "Enviat des de (adreça IP)"
900
 
901
- #: contact_form.php:2802
902
  msgid "Contact from"
903
  msgstr "Contact from"
904
 
905
- #: contact_form.php:2824 contact_form.php:2854
906
  msgid "Phone"
907
  msgstr "Telèfon"
908
 
909
- #: contact_form.php:2835 contact_form.php:2861
910
  msgid "Site"
911
  msgstr "Lloc"
912
 
913
- #: contact_form.php:2954
914
  msgid ""
915
  "If you can see this MIME, it means that the MIME type is not supported by "
916
  "your email client!"
@@ -918,52 +922,52 @@ msgstr ""
918
  "Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el "
919
  "seu client de correu electrònic!"
920
 
921
- #: contact_form.php:3037
922
  msgid "FAQ"
923
  msgstr "FAQ"
924
 
925
- #: contact_form.php:3038
926
  msgid "Support"
927
  msgstr "Suport"
928
 
929
- #: contact_form.php:3087
930
  msgid "Are you sure that you want to delete this language data?"
931
  msgstr "Està vostè segur que vol esborrar aquest idioma?"
932
 
933
- #: contact_form.php:3107
934
  #, fuzzy
935
  msgid "Add multiple forms"
936
  msgstr "Afegir consells sobre les eines"
937
 
938
- #: contact_form.php:3107
939
  msgid ""
940
  "Install Contact Form Multi plugin to create unlimited number of contact "
941
  "forms."
942
  msgstr ""
943
 
944
- #: contact_form.php:3112
945
  #, fuzzy
946
  msgid "Learn more"
947
  msgstr "Llegir més"
948
 
949
- #: contact_form.php:3318
950
  msgid "Close notice"
951
  msgstr ""
952
 
953
- #: contact_form.php:3323
954
  msgid "allows to store your messages to the database."
955
  msgstr ""
956
 
957
- #: contact_form.php:3324
958
  msgid "Manage messages that have been sent from your website."
959
  msgstr ""
960
 
961
- #: contact_form.php:3382
962
  #, fuzzy
963
  msgid "Contact form"
964
  msgstr "Contact from"
965
 
966
- #: contact_form.php:3395 contact_form.php:3405
967
  #, fuzzy
968
  msgid "Language"
969
  msgstr "Afegeix lengua"
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-06-27 16:30+0300\n"
6
+ "PO-Revision-Date: 2016-06-27 16:30+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Kenneth <kenneth@snollocer.net>\n"
9
  "Language: ca_ES\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:37 contact_form.php:1030
20
  msgid "Contact Form Settings"
21
  msgstr "Opcions Contact Form"
22
 
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
+ #: contact_form.php:165 contact_form.php:1565 contact_form.php:1599
28
  msgid "Name:"
29
  msgstr "Nom:"
30
 
31
+ #: contact_form.php:166 contact_form.php:1566 contact_form.php:1600
32
  msgid "Address:"
33
  msgstr "Adreça:"
34
 
35
+ #: contact_form.php:167 contact_form.php:1567 contact_form.php:1601
36
  msgid "Email Address:"
37
  msgstr "Adreça de correu electrònic:"
38
 
39
+ #: contact_form.php:168 contact_form.php:1568 contact_form.php:1602
40
  msgid "Phone number:"
41
  msgstr "Nombre de telèfon"
42
 
43
+ #: contact_form.php:169 contact_form.php:1569 contact_form.php:1603
44
  msgid "Subject:"
45
  msgstr "Asumpte:"
46
 
47
+ #: contact_form.php:170 contact_form.php:1570 contact_form.php:1604
48
  msgid "Message:"
49
  msgstr "Missatge:"
50
 
51
+ #: contact_form.php:171 contact_form.php:1571 contact_form.php:1605
52
  msgid "Attachment:"
53
  msgstr "Adjunt:"
54
 
60
  "Formats de fitxer suportats: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
61
  "AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
62
 
63
+ #: contact_form.php:173 contact_form.php:1573 contact_form.php:1607
64
  msgid "Send me a copy"
65
  msgstr "Envia'm una còpia"
66
 
67
+ #: contact_form.php:174 contact_form.php:1574 contact_form.php:1608
68
  msgid "Submit"
69
  msgstr "Enviar"
70
 
120
  msgid "Thank you for contacting us."
121
  msgstr "Gràcies per contactar amb nosaltres"
122
 
123
+ #: contact_form.php:688 contact_form.php:998
124
  msgid "Settings saved."
125
  msgstr "Configuració desada."
126
 
127
+ #: contact_form.php:940
128
  msgid ""
129
  "Email 'FROM' field option was changed, which may cause email messages being "
130
  "moved to the spam folder or email delivery failures."
131
  msgstr ""
132
 
133
+ #: contact_form.php:950
134
  msgid ""
135
  "If the 'Redirect to page' option is selected then the URL field should be in "
136
  "the following format"
138
  "Si l'opció de 'redireccionament a la pàgina' està seleccionat llavors el "
139
  "camp URL ha d'estar en el següent format"
140
 
141
+ #: contact_form.php:957
142
  #, fuzzy
143
  msgid "Such user does not exist."
144
  msgstr "Usuari inexistent. Els canvis no s'han desat."
145
 
146
+ #: contact_form.php:967
147
  #, fuzzy
148
  msgid ""
149
  "Please enter a valid email address in the 'Use this email address' field."
151
  "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis "
152
  "no s'han desat."
153
 
154
+ #: contact_form.php:975
155
  #, fuzzy
156
  msgid "Please enter a valid email address in the 'FROM' field."
157
  msgstr ""
158
  "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis "
159
  "no s'han desat."
160
 
161
+ #: contact_form.php:1000
162
  #, fuzzy
163
  msgid "Settings are not saved."
164
  msgstr "Configuració desada."
165
 
166
+ #: contact_form.php:1027
167
  msgid "All plugin settings were restored."
168
  msgstr ""
169
 
170
+ #: contact_form.php:1032
171
  msgid "How to Use Step-by-step Instruction"
172
  msgstr ""
173
 
174
+ #: contact_form.php:1035 contact_form.php:3024 contact_form.php:3038
175
  msgid "Settings"
176
  msgstr "Configuració"
177
 
178
+ #: contact_form.php:1036
179
  #, fuzzy
180
  msgid "Additional settings"
181
  msgstr "Opcions addicionals"
182
 
183
+ #: contact_form.php:1037
184
  msgid "Appearance"
185
  msgstr ""
186
 
187
+ #: contact_form.php:1038
188
+ msgid "Custom code"
189
+ msgstr ""
190
+
191
+ #: contact_form.php:1039
192
  msgid "Go PRO"
193
  msgstr ""
194
 
195
+ #: contact_form.php:1045
196
  #, fuzzy
197
  msgid ""
198
  "Please enable JavaScript to add language in the contact form, change the "
201
  "Modifica els noms dels camps i els missatges d'error del formulari de "
202
  "contacte"
203
 
204
+ #: contact_form.php:1045 contact_form.php:1731 contact_form.php:1740
205
  msgid "Form layout"
206
  msgstr ""
207
 
208
+ #: contact_form.php:1045 contact_form.php:1731 contact_form.php:1752
209
  #, fuzzy
210
  msgid "Submit position"
211
  msgstr "Enviar"
212
 
213
+ #: contact_form.php:1057
214
  msgid "Notice:"
215
  msgstr ""
216
 
217
+ #: contact_form.php:1061
218
  msgid "NEW_FORM"
219
  msgstr ""
220
 
221
+ #: contact_form.php:1062
222
  msgid ""
223
  "If you want to create multiple contact forms, please install the Contact "
224
  "Form Multi plugin."
225
  msgstr ""
226
 
227
+ #: contact_form.php:1071
228
  #, fuzzy, php-format
229
  msgid ""
230
  "If you would like to add a Contact Form to your page or post, please use %s "
233
  "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el "
234
  "seu missatge, pàgina o widget:"
235
 
236
+ #: contact_form.php:1077
237
  #, php-format
238
  msgid ""
239
  "You can add the Contact Form to your page or post by clicking on %s button "
242
  "language."
243
  msgstr ""
244
 
245
+ #: contact_form.php:1086
246
  msgid ""
247
  "If you leave the fields empty, the messages will be sent to the email "
248
  "address specified during registration."
250
  "Si la informació d'aquest camp queda buida, s'usarà l'adreça especificada "
251
  "durant el registre."
252
 
253
+ #: contact_form.php:1089
254
  msgid "The user's email address:"
255
  msgstr "Adreça de correu electrònic de l'usuari:"
256
 
257
+ #: contact_form.php:1093
258
  #, fuzzy
259
  msgid "Select a username"
260
  msgstr "Seleccioni un nom d'usuari"
261
 
262
+ #: contact_form.php:1106
263
  msgid ""
264
  "Enter a username of the person who should get the messages from the contact "
265
  "form."
266
  msgstr "Introdueixi el nom de l'usuari que rebrà missatges des de contact form"
267
 
268
+ #: contact_form.php:1110
269
  msgid "Use this email address:"
270
  msgstr "Usi aquesta adreça de correu electrònic::"
271
 
272
+ #: contact_form.php:1114
273
  msgid "Enter the email address you want the messages forwarded to."
274
  msgstr ""
275
  "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
276
 
277
+ #: contact_form.php:1121 contact_form.php:1487 contact_form.php:1679
278
+ #: contact_form.php:1767 contact_form.php:3119
279
  msgid "Close"
280
  msgstr ""
281
 
282
+ #: contact_form.php:1125
283
  msgid "Add department selectbox to the contact form:"
284
  msgstr ""
285
 
286
+ #: contact_form.php:1133 contact_form.php:1496 contact_form.php:1698
287
+ #: contact_form.php:1973
288
  msgid "If you upgrade to Pro version all your settings will be saved."
289
  msgstr ""
290
 
291
+ #: contact_form.php:1140 contact_form.php:1407 contact_form.php:1501
292
+ #: contact_form.php:1705 contact_form.php:1980
293
  msgid "Unlock premium options by upgrading to Pro version"
294
  msgstr ""
295
 
296
+ #: contact_form.php:1143 contact_form.php:1410 contact_form.php:1504
297
+ #: contact_form.php:1708 contact_form.php:1983 contact_form.php:3329
298
  msgid "Learn More"
299
  msgstr ""
300
 
301
+ #: contact_form.php:1151
302
  msgid "Save emails to the database"
303
  msgstr ""
304
 
305
+ #: contact_form.php:1156
306
  msgid "Using"
307
  msgstr ""
308
 
309
+ #: contact_form.php:1159 contact_form.php:1163
310
  #, fuzzy
311
  msgid "Using Contact Form to DB by BestWebSoft"
312
  msgstr "Contact Form Pro"
313
 
314
+ #: contact_form.php:1159
315
  #, fuzzy
316
  msgid "Activate"
317
  msgstr "Captcha activat"
318
 
319
+ #: contact_form.php:1163
320
  msgid "Download"
321
  msgstr "Descarregar"
322
 
323
+ #: contact_form.php:1173
324
  msgid "What to use?"
325
  msgstr "Què usar?"
326
 
327
+ #: contact_form.php:1178
328
  msgid "Wp-mail"
329
  msgstr "Wp-mail"
330
 
331
+ #: contact_form.php:1180
332
  #, fuzzy
333
  msgid "You can use the Wordpress wp_mail function for mailing"
334
  msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
335
 
336
+ #: contact_form.php:1183
337
  msgid "Mail"
338
  msgstr "Mail"
339
 
340
+ #: contact_form.php:1185
341
  #, fuzzy
342
  msgid "You can use the PHP mail function for mailing"
343
  msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
344
 
345
+ #: contact_form.php:1190
346
  msgid "'FROM' field"
347
  msgstr ""
348
 
349
+ #: contact_form.php:1192 contact_form.php:1251 contact_form.php:1839
350
+ #: contact_form.php:2810 contact_form.php:2846
351
  msgid "Name"
352
  msgstr "Nom"
353
 
354
+ #: contact_form.php:1195
355
  msgid "User name"
356
  msgstr ""
357
 
358
+ #: contact_form.php:1197
359
  #, fuzzy
360
  msgid ""
361
  "The name of the user who fills the form will be used in the field 'From'."
363
  "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de "
364
  "posar al camp 'From'."
365
 
366
+ #: contact_form.php:1202 contact_form.php:2821 contact_form.php:2853
367
  msgid "Email"
368
  msgstr "Adreça de correu electrònic"
369
 
370
+ #: contact_form.php:1205
371
  msgid "User email"
372
  msgstr ""
373
 
374
+ #: contact_form.php:1207
375
  msgid ""
376
  "The email address of the user who fills the form will be used in the field "
377
  "'From'."
379
  "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de "
380
  "posar al camp 'From'."
381
 
382
+ #: contact_form.php:1210
383
  msgid ""
384
  "If this option is changed, email messages may be moved to the spam folder or "
385
  "email delivery failures may occur."
386
  msgstr ""
387
 
388
+ #: contact_form.php:1216
389
  #, fuzzy
390
  msgid "Required symbol"
391
  msgstr "Camps requerits"
392
 
393
+ #: contact_form.php:1226
394
  msgid "Fields"
395
  msgstr ""
396
 
397
+ #: contact_form.php:1227 contact_form.php:1254 contact_form.php:1281
398
+ #: contact_form.php:1301 contact_form.php:1340 contact_form.php:1425
399
  msgid "Used"
400
  msgstr ""
401
 
402
+ #: contact_form.php:1228 contact_form.php:1243 contact_form.php:1258
403
+ #: contact_form.php:1285 contact_form.php:1305 contact_form.php:1318
404
+ #: contact_form.php:1344 contact_form.php:1357 contact_form.php:1381
405
  #, fuzzy
406
  msgid "Required"
407
  msgstr "Camps requerits"
408
 
409
+ #: contact_form.php:1230 contact_form.php:1263 contact_form.php:1323
410
+ #: contact_form.php:1362 contact_form.php:1386
411
  msgid "Visible"
412
  msgstr ""
413
 
414
+ #: contact_form.php:1231 contact_form.php:1267 contact_form.php:1327
415
+ #: contact_form.php:1366 contact_form.php:1390
416
  msgid "Disabled for editing"
417
  msgstr ""
418
 
419
+ #: contact_form.php:1232 contact_form.php:1291 contact_form.php:1370
420
+ #: contact_form.php:1394
421
  msgid "Field's default value"
422
  msgstr ""
423
 
424
+ #: contact_form.php:1239
425
  msgid "Department selectbox"
426
  msgstr ""
427
 
428
+ #: contact_form.php:1271
429
  msgid "Use User's name as a default value if the user is logged in."
430
  msgstr ""
431
 
432
+ #: contact_form.php:1272 contact_form.php:1332
433
  msgid ""
434
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
435
  "in users."
436
  msgstr ""
437
 
438
+ #: contact_form.php:1278
439
  msgid "Location selectbox"
440
  msgstr ""
441
 
442
+ #: contact_form.php:1298 contact_form.php:1844 contact_form.php:2816
443
+ #: contact_form.php:2850
444
  msgid "Address"
445
  msgstr "Adreça:"
446
 
447
+ #: contact_form.php:1314
448
  msgid "Email Address"
449
  msgstr "Adreça de correu electrònic:"
450
 
451
+ #: contact_form.php:1331
452
  msgid "Use User's email as a default value if the user is logged in."
453
  msgstr ""
454
 
455
+ #: contact_form.php:1337
456
  #, fuzzy
457
  msgid "Phone number"
458
  msgstr "Nombre de telèfon"
459
 
460
+ #: contact_form.php:1353 contact_form.php:1859 contact_form.php:2831
461
+ #: contact_form.php:2859
462
  msgid "Subject"
463
  msgstr "Assumpte"
464
 
465
+ #: contact_form.php:1377 contact_form.php:1863 contact_form.php:2834
466
+ #: contact_form.php:2861
467
  msgid "Message"
468
  msgstr "MIssatge"
469
 
470
+ #: contact_form.php:1418
471
  msgid "Attachment block"
472
  msgstr "Adjunt blocat"
473
 
474
+ #: contact_form.php:1420
475
  msgid "Users can attach the following file formats"
476
  msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
477
 
478
+ #: contact_form.php:1438
479
  msgid "Add to the form"
480
  msgstr ""
481
 
482
+ #: contact_form.php:1443
483
  #, fuzzy
484
  msgid "Tips below the Attachment"
485
  msgstr "Consells del blocatge de l'adjunt"
486
 
487
+ #: contact_form.php:1452
488
  #, fuzzy
489
  msgid "'Send me a copy' block"
490
  msgstr "Envia'm una còpia"
491
 
492
+ #: contact_form.php:1464
493
  #, fuzzy
494
  msgid "Activate Subscriber"
495
  msgstr "Plugin activat"
496
 
497
+ #: contact_form.php:1468
498
  msgid "Download Subscriber"
499
  msgstr ""
500
 
501
+ #: contact_form.php:1477
502
  #, fuzzy
503
  msgid "Activate Captcha"
504
  msgstr "Captcha activat"
505
 
506
+ #: contact_form.php:1481
507
  #, fuzzy
508
  msgid "Download Captcha"
509
  msgstr "Descarrega captcha"
510
 
511
+ #: contact_form.php:1491
512
  msgid "Agreement checkbox"
513
  msgstr ""
514
 
515
+ #: contact_form.php:1491
516
  msgid "Required checkbox for submitting the form"
517
  msgstr ""
518
 
519
+ #: contact_form.php:1492
520
  msgid "Optional checkbox"
521
  msgstr ""
522
 
523
+ #: contact_form.php:1492
524
  msgid "Optional checkbox, the results of which will be displayed in email"
525
  msgstr ""
526
 
527
+ #: contact_form.php:1513
528
  msgid "Delete an attachment file from the server after the email is sent"
529
  msgstr ""
530
 
531
+ #: contact_form.php:1519
532
  msgid "Email in HTML format sending"
533
  msgstr ""
534
 
535
+ #: contact_form.php:1523
536
  msgid "Display additional info in the email"
537
  msgstr "Mostra informació addicional al correu electrònic,"
538
 
539
+ #: contact_form.php:1529
540
  #, fuzzy
541
  msgid "Sent from (IP address)"
542
  msgstr "Enviat des de (adreça IP)"
543
 
544
+ #: contact_form.php:1529
545
  #, fuzzy
546
  msgid "Example: Sent from (IP address):\t127.0.0.1"
547
  msgstr "Enviat des de (adreça IP)"
548
 
549
+ #: contact_form.php:1530 contact_form.php:2783 contact_form.php:2785
550
  msgid "Date/Time"
551
  msgstr "Data/hora"
552
 
553
+ #: contact_form.php:1530
554
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
555
  msgstr ""
556
 
557
+ #: contact_form.php:1531 contact_form.php:2789 contact_form.php:2791
558
  msgid "Sent from (referer)"
559
  msgstr "Enviat des de (referent)"
560
 
561
+ #: contact_form.php:1531
562
  msgid ""
563
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
564
  msgstr ""
565
 
566
+ #: contact_form.php:1532 contact_form.php:2795 contact_form.php:2797
567
  msgid "Using (user agent)"
568
  msgstr "Usant (user agent)"
569
 
570
+ #: contact_form.php:1532
571
  msgid ""
572
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
573
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
574
  msgstr ""
575
 
576
+ #: contact_form.php:1537
577
  msgid "Language settings for the field names in the form"
578
  msgstr "Configuració de la llengua als noms dels camps del formulari"
579
 
580
+ #: contact_form.php:1546
581
  msgid "Add a language"
582
  msgstr "Afegeix lengua"
583
 
584
+ #: contact_form.php:1550
585
  msgid "Change the names of the contact form fields and error messages"
586
  msgstr ""
587
  "Modifica els noms dels camps i els missatges d'error del formulari de "
588
  "contacte"
589
 
590
+ #: contact_form.php:1555 contact_form.php:1642 contact_form.php:1887
591
+ #: contact_form.php:1892 contact_form.php:1902 contact_form.php:1907
592
+ #: contact_form.php:1912 contact_form.php:1917 contact_form.php:1927
593
+ #: contact_form.php:1932 contact_form.php:1941 contact_form.php:1955
594
+ #: contact_form.php:1960 contact_form.php:1965
595
  msgid "Default"
596
  msgstr "Per defecte"
597
 
598
+ #: contact_form.php:1563 contact_form.php:1597
599
  msgid "click to expand/hide the list"
600
  msgstr ""
601
 
602
+ #: contact_form.php:1572 contact_form.php:1606
603
  #, fuzzy
604
  msgid "Tips below the Attachment block"
605
  msgstr "Consells del blocatge de l'adjunt"
606
 
607
+ #: contact_form.php:1575 contact_form.php:1609
608
  msgid "Error message for the Name field"
609
  msgstr "Missatge d'error per al camp 'Nom'"
610
 
611
+ #: contact_form.php:1576 contact_form.php:1610
612
  msgid "Error message for the Address field"
613
  msgstr "Missatge d'error per al camp 'Adreça'"
614
 
615
+ #: contact_form.php:1577 contact_form.php:1611
616
  msgid "Error message for the Email field"
617
  msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
618
 
619
+ #: contact_form.php:1578 contact_form.php:1612
620
  msgid "Error message for the Phone field"
621
  msgstr "Missatge d'error per al camp 'Telèfon\""
622
 
623
+ #: contact_form.php:1579 contact_form.php:1613
624
  msgid "Error message for the Subject field"
625
  msgstr "Missatge d'error per al camp 'Assumpte'"
626
 
627
+ #: contact_form.php:1580 contact_form.php:1614
628
  msgid "Error message for the Message field"
629
  msgstr "Missatge d'error per al camp 'Missatge'"
630
 
631
+ #: contact_form.php:1581 contact_form.php:1615
632
  msgid "Error message about the file type for the Attachment field"
633
  msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
634
 
635
+ #: contact_form.php:1582 contact_form.php:1616
636
  msgid ""
637
  "Error message while uploading a file for the Attachment field to the server"
638
  msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
639
 
640
+ #: contact_form.php:1583 contact_form.php:1617
641
  msgid "Error message while moving the file for the Attachment field"
642
  msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
643
 
644
+ #: contact_form.php:1584 contact_form.php:1618
645
  msgid "Error message when file size limit for the Attachment field is exceeded"
646
  msgstr ""
647
  "Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
648
 
649
+ #: contact_form.php:1585 contact_form.php:1619
650
  msgid "Error message for the Captcha field"
651
  msgstr "Missatge d'error al camp Captcha"
652
 
653
+ #: contact_form.php:1586 contact_form.php:1620
654
  msgid "Error message for the whole form"
655
  msgstr "Missatge d'error a tot el formulari"
656
 
657
+ #: contact_form.php:1589 contact_form.php:1591 contact_form.php:1623
658
+ #: contact_form.php:1625 contact_form.php:1652 contact_form.php:1654
659
+ #: contact_form.php:1662 contact_form.php:1664 contact_form.php:3177
660
+ #: contact_form.php:3179
661
  msgid "Use shortcode"
662
  msgstr "useu un codi curt"
663
 
664
+ #: contact_form.php:1589 contact_form.php:1591 contact_form.php:1623
665
+ #: contact_form.php:1625 contact_form.php:1652 contact_form.php:1654
666
+ #: contact_form.php:1662 contact_form.php:1664 contact_form.php:3177
667
+ #: contact_form.php:3179
668
  msgid "for this language"
669
  msgstr "Per aquesta llengua"
670
 
671
+ #: contact_form.php:1633
672
  #, fuzzy
673
  msgid "Use the changed names of the contact form fields in the email"
674
  msgstr ""
675
  "Modifica els noms dels camps i els missatges d'error del formulari de "
676
  "contacte"
677
 
678
+ #: contact_form.php:1639
679
  msgid "Action after email is sent"
680
  msgstr "Accions després d'enviar un correu electrònic."
681
 
682
+ #: contact_form.php:1641
683
  msgid "Display text"
684
  msgstr "Mostra el text"
685
 
686
+ #: contact_form.php:1650 contact_form.php:1660
687
  msgid "Text"
688
  msgstr "Text"
689
 
690
+ #: contact_form.php:1671
691
  msgid "Redirect to the page"
692
  msgstr "Redirigir a la pàgina"
693
 
694
+ #: contact_form.php:1672
695
  msgid "Url"
696
  msgstr "Url"
697
 
698
+ #: contact_form.php:1683
699
  msgid "Add field 'Reply-To' to the email header"
700
  msgstr ""
701
 
702
+ #: contact_form.php:1685
703
  msgid "Field 'Reply-To' will be initialized by user email"
704
  msgstr ""
705
 
706
+ #: contact_form.php:1689
707
  msgid "Auto Response"
708
  msgstr ""
709
 
710
+ #: contact_form.php:1693
711
  #, php-format
712
  msgid ""
713
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
715
  "name."
716
  msgstr ""
717
 
718
+ #: contact_form.php:1718 contact_form.php:2213
719
  msgid "Save Changes"
720
  msgstr "Desar els canvis"
721
 
722
+ #: contact_form.php:1731
723
  #, php-format
724
  msgid ""
725
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
726
  msgstr ""
727
 
728
+ #: contact_form.php:1744
729
  msgid "One column"
730
  msgstr ""
731
 
732
+ #: contact_form.php:1747
733
  msgid "Two columns"
734
  msgstr ""
735
 
736
+ #: contact_form.php:1756 contact_form.php:1775 contact_form.php:1793
737
+ #: contact_form.php:1808
738
  msgid "Left"
739
  msgstr ""
740
 
741
+ #: contact_form.php:1759 contact_form.php:1781 contact_form.php:1796
742
+ #: contact_form.php:1814
743
  msgid "Right"
744
  msgstr ""
745
 
746
+ #: contact_form.php:1771
747
  msgid "Form align"
748
  msgstr ""
749
 
750
+ #: contact_form.php:1778 contact_form.php:1811
751
  msgid "Center"
752
  msgstr ""
753
 
754
+ #: contact_form.php:1786
755
  #, fuzzy
756
  msgid "Labels position"
757
  msgstr "Enviar"
758
 
759
+ #: contact_form.php:1790
760
  msgid "Top"
761
  msgstr ""
762
 
763
+ #: contact_form.php:1799
764
  msgid "Bottom"
765
  msgstr ""
766
 
767
+ #: contact_form.php:1804
768
  msgid "Labels align"
769
  msgstr ""
770
 
771
+ #: contact_form.php:1819
772
  msgid "Errors output"
773
  msgstr "Errors de sortida"
774
 
775
+ #: contact_form.php:1822
776
  msgid "Display error messages"
777
  msgstr "Mostra els missatges d'error"
778
 
779
+ #: contact_form.php:1823
780
  msgid "Color of the input field errors."
781
  msgstr "Color dels errors al camp d'entrada"
782
 
783
+ #: contact_form.php:1824
784
  msgid "Display error messages & color of the input field errors"
785
  msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
786
 
787
+ #: contact_form.php:1829
788
  msgid "Add placeholder to the input blocks"
789
  msgstr "Afegeix marcador de posició als blocs d'entrada"
790
 
791
+ #: contact_form.php:1835
792
  msgid "Add tooltips"
793
  msgstr "Afegir consells sobre les eines"
794
 
795
+ #: contact_form.php:1849
796
  msgid "Email address"
797
  msgstr "Adreça de correu electrònic:"
798
 
799
+ #: contact_form.php:1854
800
  msgid "Phone Number"
801
  msgstr "Nombre de telèfon"
802
 
803
+ #: contact_form.php:1868
804
  msgid "Attachment"
805
  msgstr "Adjunt:"
806
 
807
+ #: contact_form.php:1880
808
  msgid "Style options"
809
  msgstr "Opcions d'estil"
810
 
811
+ #: contact_form.php:1884
812
  msgid "Text color"
813
  msgstr "Color del text"
814
 
815
+ #: contact_form.php:1889
816
  msgid "Label text color"
817
  msgstr "Color del text de l'etiqeta"
818
 
819
+ #: contact_form.php:1894
820
  msgid "Placeholder color"
821
  msgstr "Color del marcador de posició"
822
 
823
+ #: contact_form.php:1899
824
  msgid "Errors color"
825
  msgstr "Color dels errors"
826
 
827
+ #: contact_form.php:1904
828
  msgid "Error text color"
829
  msgstr "Color del text d'error"
830
 
831
+ #: contact_form.php:1909
832
  msgid "Background color of the input field errors"
833
  msgstr "Color de fons dels errors del camp d'entrada"
834
 
835
+ #: contact_form.php:1914
836
  msgid "Border color of the input field errors"
837
  msgstr "Color de la vora dels errors del camp d'entrada"
838
 
839
+ #: contact_form.php:1919
840
  msgid "Placeholder color of the input field errors"
841
  msgstr "Color del marcador de posició dels errors del camp d'entrada"
842
 
843
+ #: contact_form.php:1924
844
  msgid "Input fields"
845
  msgstr "Visualitza l'adjunt"
846
 
847
+ #: contact_form.php:1929
848
  msgid "Input fields background color"
849
  msgstr "Color de fons dels camps d'entrada"
850
 
851
+ #: contact_form.php:1934
852
  msgid "Text fields color"
853
  msgstr "Color dels camps de text"
854
 
855
+ #: contact_form.php:1938
856
  msgid "Border width in px, numbers only"
857
  msgstr "Ample de vora en px, sols nombres"
858
 
859
+ #: contact_form.php:1943 contact_form.php:1967
860
  msgid "Border color"
861
  msgstr "Color de la vora"
862
 
863
+ #: contact_form.php:1948
864
  msgid "Submit button"
865
  msgstr "Enviar"
866
 
867
  # #: contact_form.php:928
868
+ #: contact_form.php:1952
869
  msgid "Width in px, numbers only"
870
  msgstr "Ample en px, sols nombres"
871
 
872
+ #: contact_form.php:1957
873
  msgid "Button color"
874
  msgstr "Color del botó"
875
 
876
+ #: contact_form.php:1962
877
  msgid "Button text color"
878
  msgstr "Color del text del botó"
879
 
880
+ #: contact_form.php:1994
881
  #, fuzzy
882
  msgid "Contact Form | Preview"
883
  msgstr "Contact Form Pro | Vista prèvia"
884
 
885
+ #: contact_form.php:1995
886
  msgid "Drag the necessary field to sort fields."
887
  msgstr ""
888
 
889
+ #: contact_form.php:2200
890
  msgid ""
891
  "If you would like to add the Contact Form to your website, just copy and "
892
  "paste this shortcode to your post or page or widget:"
894
  "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el "
895
  "seu missatge, pàgina o widget:"
896
 
897
+ #: contact_form.php:2297
898
  msgid "Sorry, email message could not be delivered."
899
  msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
900
 
901
+ #: contact_form.php:2777 contact_form.php:2779
902
  msgid "Sent from (ip address)"
903
  msgstr "Enviat des de (adreça IP)"
904
 
905
+ #: contact_form.php:2804
906
  msgid "Contact from"
907
  msgstr "Contact from"
908
 
909
+ #: contact_form.php:2826 contact_form.php:2856
910
  msgid "Phone"
911
  msgstr "Telèfon"
912
 
913
+ #: contact_form.php:2837 contact_form.php:2863
914
  msgid "Site"
915
  msgstr "Lloc"
916
 
917
+ #: contact_form.php:2956
918
  msgid ""
919
  "If you can see this MIME, it means that the MIME type is not supported by "
920
  "your email client!"
922
  "Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el "
923
  "seu client de correu electrònic!"
924
 
925
+ #: contact_form.php:3039
926
  msgid "FAQ"
927
  msgstr "FAQ"
928
 
929
+ #: contact_form.php:3040
930
  msgid "Support"
931
  msgstr "Suport"
932
 
933
+ #: contact_form.php:3089
934
  msgid "Are you sure that you want to delete this language data?"
935
  msgstr "Està vostè segur que vol esborrar aquest idioma?"
936
 
937
+ #: contact_form.php:3110
938
  #, fuzzy
939
  msgid "Add multiple forms"
940
  msgstr "Afegir consells sobre les eines"
941
 
942
+ #: contact_form.php:3110
943
  msgid ""
944
  "Install Contact Form Multi plugin to create unlimited number of contact "
945
  "forms."
946
  msgstr ""
947
 
948
+ #: contact_form.php:3115
949
  #, fuzzy
950
  msgid "Learn more"
951
  msgstr "Llegir més"
952
 
953
+ #: contact_form.php:3320
954
  msgid "Close notice"
955
  msgstr ""
956
 
957
+ #: contact_form.php:3325
958
  msgid "allows to store your messages to the database."
959
  msgstr ""
960
 
961
+ #: contact_form.php:3326
962
  msgid "Manage messages that have been sent from your website."
963
  msgstr ""
964
 
965
+ #: contact_form.php:3384
966
  #, fuzzy
967
  msgid "Contact form"
968
  msgstr "Contact from"
969
 
970
+ #: contact_form.php:3397 contact_form.php:3407
971
  #, fuzzy
972
  msgid "Language"
973
  msgstr "Afegeix lengua"
languages/contact-form-plugin-cs_CZ.mo CHANGED
Binary file
languages/contact-form-plugin-cs_CZ.po CHANGED
@@ -6,8 +6,8 @@ msgid ""
6
  msgstr ""
7
  "Project-Id-Version: Contact Form\n"
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2016-04-13 15:16+0300\n"
10
- "PO-Revision-Date: 2016-04-13 15:16+0300\n"
11
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
12
  "Language-Team: www.pamadessoft.cz <info@pamadessoft.cz>\n"
13
  "Language: cs_CZ\n"
@@ -21,7 +21,7 @@ msgstr ""
21
  "X-Poedit-SourceCharset: UTF-8\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
- #: contact_form.php:37 contact_form.php:1019
25
  msgid "Contact Form Settings"
26
  msgstr "Nastavenie kontaktního formuláře"
27
 
@@ -29,31 +29,31 @@ msgstr "Nastavenie kontaktního formuláře"
29
  msgid "Contact Form"
30
  msgstr "Kontaktní formulář"
31
 
32
- #: contact_form.php:165 contact_form.php:1553 contact_form.php:1587
33
  msgid "Name:"
34
  msgstr "Jméno a příjmení:"
35
 
36
- #: contact_form.php:166 contact_form.php:1554 contact_form.php:1588
37
  msgid "Address:"
38
  msgstr "Adresa:"
39
 
40
- #: contact_form.php:167 contact_form.php:1555 contact_form.php:1589
41
  msgid "Email Address:"
42
  msgstr "E-Mail:"
43
 
44
- #: contact_form.php:168 contact_form.php:1556 contact_form.php:1590
45
  msgid "Phone number:"
46
  msgstr "Telefonní číslo:"
47
 
48
- #: contact_form.php:169 contact_form.php:1557 contact_form.php:1591
49
  msgid "Subject:"
50
  msgstr "Předmět:"
51
 
52
- #: contact_form.php:170 contact_form.php:1558 contact_form.php:1592
53
  msgid "Message:"
54
  msgstr "Zpráva:"
55
 
56
- #: contact_form.php:171 contact_form.php:1559 contact_form.php:1593
57
  msgid "Attachment:"
58
  msgstr "Příloha:"
59
 
@@ -65,11 +65,11 @@ msgstr ""
65
  "Podporované typy souborů: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
66
  "AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
67
 
68
- #: contact_form.php:173 contact_form.php:1561 contact_form.php:1595
69
  msgid "Send me a copy"
70
  msgstr "Pošlete mi kopii této zprávy"
71
 
72
- #: contact_form.php:174 contact_form.php:1562 contact_form.php:1596
73
  msgid "Submit"
74
  msgstr "Odeslat"
75
 
@@ -125,11 +125,11 @@ msgstr "Prosím opravte chyby a zkuste to znovu."
125
  msgid "Thank you for contacting us."
126
  msgstr "Děkujeme za zprávu, budeme Vás kontaktovat."
127
 
128
- #: contact_form.php:682 contact_form.php:995
129
  msgid "Settings saved."
130
  msgstr "Nastavení bylo uloženo."
131
 
132
- #: contact_form.php:935
133
  msgid ""
134
  "Email 'FROM' field option was changed, which may cause email messages being "
135
  "moved to the spam folder or email delivery failures."
@@ -137,7 +137,7 @@ msgstr ""
137
  "E-mailu z pole byla změněna, což může způsobit, e-mailové zprávy přesouvány "
138
  "do spam složky nebo e-mailem dodání selhání."
139
 
140
- #: contact_form.php:945
141
  msgid ""
142
  "If the 'Redirect to page' option is selected then the URL field should be in "
143
  "the following format"
@@ -145,49 +145,53 @@ msgstr ""
145
  "Pokud je vybrána možnost 'Přesměrovat na stránku' pak pole URL by měla být v "
146
  "následujícím formátu"
147
 
148
- #: contact_form.php:954
149
  msgid "Such user does not exist."
150
  msgstr "Takový uživatel neexistuje."
151
 
152
- #: contact_form.php:964
153
  msgid ""
154
  "Please enter a valid email address in the 'Use this email address' field."
155
  msgstr ""
156
  "Zadejte platnou e-mailovou adresu do pole \"Použít tuto e-mailovou adresu\"."
157
 
158
- #: contact_form.php:972
159
  msgid "Please enter a valid email address in the 'FROM' field."
160
  msgstr "Zadejte prosím platnou e-mailovou adresu do pole 'Od'."
161
 
162
- #: contact_form.php:997
163
  msgid "Settings are not saved."
164
  msgstr "Nastavení se neuložilo."
165
 
166
- #: contact_form.php:1016
167
  msgid "All plugin settings were restored."
168
  msgstr "Výchozí nastavení byla obnovena."
169
 
170
- #: contact_form.php:1021
171
  msgid "How to Use Step-by-step Instruction"
172
  msgstr "NÁVOD KROK ZA KROKEM"
173
 
174
- #: contact_form.php:1024 contact_form.php:3022 contact_form.php:3036
175
  msgid "Settings"
176
  msgstr "Nastavení"
177
 
178
- #: contact_form.php:1025
179
  msgid "Additional settings"
180
  msgstr "Další nastavení"
181
 
182
- #: contact_form.php:1026
183
  msgid "Appearance"
184
  msgstr "Vzhled"
185
 
186
- #: contact_form.php:1027
 
 
 
 
187
  msgid "Go PRO"
188
  msgstr "Získat verzi Pro"
189
 
190
- #: contact_form.php:1033
191
  msgid ""
192
  "Please enable JavaScript to add language in the contact form, change the "
193
  "names of the contact form fields and error messages."
@@ -195,23 +199,23 @@ msgstr ""
195
  "Prosím povolte JavaScript přidat jazyk v kontaktním formuláři, změnit názvy "
196
  "polí formuláře kontaktu a chybové zprávy."
197
 
198
- #: contact_form.php:1033 contact_form.php:1719 contact_form.php:1728
199
  msgid "Form layout"
200
  msgstr "Rozložení formuláře"
201
 
202
- #: contact_form.php:1033 contact_form.php:1719 contact_form.php:1740
203
  msgid "Submit position"
204
  msgstr "Potvrzovací tlačítko"
205
 
206
- #: contact_form.php:1045
207
  msgid "Notice:"
208
  msgstr "UPOZORNĚNÍ:"
209
 
210
- #: contact_form.php:1049
211
  msgid "NEW_FORM"
212
  msgstr "NEW_FORM"
213
 
214
- #: contact_form.php:1050
215
  msgid ""
216
  "If you want to create multiple contact forms, please install the Contact "
217
  "Form Multi plugin."
@@ -219,7 +223,7 @@ msgstr ""
219
  "Pokud chcete vytvořit více kontaktních formulářů, nainstalujte si prosím "
220
  "kontaktní formulář Multi plugin."
221
 
222
- #: contact_form.php:1059
223
  #, php-format
224
  msgid ""
225
  "If you would like to add a Contact Form to your page or post, please use %s "
@@ -228,7 +232,7 @@ msgstr ""
228
  "Pokud chcete na stránku přidat kontaktní formulář nebo příspěvek, použijte "
229
  "tlačítko %s"
230
 
231
- #: contact_form.php:1065
232
  #, php-format
233
  msgid ""
234
  "You can add the Contact Form to your page or post by clicking on %s button "
@@ -241,7 +245,7 @@ msgstr ""
241
  "tlačítko není zobrazeno, použijte krátký %s nebo %s kde * je zkratka pro "
242
  "jazyk formuláře kontaktu."
243
 
244
- #: contact_form.php:1074
245
  msgid ""
246
  "If you leave the fields empty, the messages will be sent to the email "
247
  "address specified during registration."
@@ -249,15 +253,15 @@ msgstr ""
249
  "Pokud necháte pole prázdné, zprávy bude zaslána na e-mailovou adresu zadanou "
250
  "během registrace."
251
 
252
- #: contact_form.php:1077
253
  msgid "The user's email address:"
254
  msgstr "E-mailová adresa uživatele:"
255
 
256
- #: contact_form.php:1081
257
  msgid "Select a username"
258
  msgstr "Vyberte uživatelské jméno"
259
 
260
- #: contact_form.php:1094
261
  msgid ""
262
  "Enter a username of the person who should get the messages from the contact "
263
  "form."
@@ -265,107 +269,107 @@ msgstr ""
265
  "Zadejte uživatelské jméno osoby, která by měla získat zprávy z kontaktního "
266
  "formuláře."
267
 
268
- #: contact_form.php:1098
269
  msgid "Use this email address:"
270
  msgstr "Použíte tento email::"
271
 
272
- #: contact_form.php:1102
273
  msgid "Enter the email address you want the messages forwarded to."
274
  msgstr "Zadejte e-mailovou adresu chcete zprávy předávat."
275
 
276
- #: contact_form.php:1109 contact_form.php:1475 contact_form.php:1667
277
- #: contact_form.php:1755 contact_form.php:3116
278
  msgid "Close"
279
  msgstr "Zavřít"
280
 
281
- #: contact_form.php:1113
282
  msgid "Add department selectbox to the contact form:"
283
  msgstr "Přidáte oddělení selectbox kontaktní formulář:"
284
 
285
- #: contact_form.php:1121 contact_form.php:1484 contact_form.php:1686
286
- #: contact_form.php:1961
287
  msgid "If you upgrade to Pro version all your settings will be saved."
288
  msgstr "Pokud upgradujete na verzi Pro všechna nastavení uložit."
289
 
290
- #: contact_form.php:1128 contact_form.php:1395 contact_form.php:1489
291
- #: contact_form.php:1693 contact_form.php:1968
292
  msgid "Unlock premium options by upgrading to Pro version"
293
  msgstr "Odemknout možnosti prémiové aktualizací na verzi Pro"
294
 
295
- #: contact_form.php:1131 contact_form.php:1398 contact_form.php:1492
296
- #: contact_form.php:1696 contact_form.php:1971 contact_form.php:3327
297
  msgid "Learn More"
298
  msgstr "Více informací"
299
 
300
- #: contact_form.php:1139
301
  msgid "Save emails to the database"
302
  msgstr "Ukládání e-mailů do databáze"
303
 
304
- #: contact_form.php:1144
305
  msgid "Using"
306
  msgstr "Použití"
307
 
308
- #: contact_form.php:1147 contact_form.php:1151
309
  msgid "Using Contact Form to DB by BestWebSoft"
310
  msgstr "Pomocí kontaktního formuláře na DB podle BestWebSoft"
311
 
312
- #: contact_form.php:1147
313
  msgid "Activate"
314
  msgstr "Aktivovat"
315
 
316
- #: contact_form.php:1151
317
  msgid "Download"
318
  msgstr "Stáhnout"
319
 
320
- #: contact_form.php:1161
321
  msgid "What to use?"
322
  msgstr "Co použít?"
323
 
324
- #: contact_form.php:1166
325
  msgid "Wp-mail"
326
  msgstr "Wp-mail"
327
 
328
- #: contact_form.php:1168
329
  #, fuzzy
330
  msgid "You can use the Wordpress wp_mail function for mailing"
331
  msgstr "Můžete použít funkci wp_mail pro korespondenci"
332
 
333
- #: contact_form.php:1171
334
  msgid "Mail"
335
  msgstr "E-mail"
336
 
337
- #: contact_form.php:1173
338
  #, fuzzy
339
  msgid "You can use the PHP mail function for mailing"
340
  msgstr "Můžete použít funkci wp_mail pro korespondenci"
341
 
342
- #: contact_form.php:1178
343
  msgid "'FROM' field"
344
  msgstr "'Pole od'"
345
 
346
- #: contact_form.php:1180 contact_form.php:1239 contact_form.php:1827
347
- #: contact_form.php:2808 contact_form.php:2844
348
  msgid "Name"
349
  msgstr "Jméno"
350
 
351
- #: contact_form.php:1183
352
  msgid "User name"
353
  msgstr "Uživatelské jméno"
354
 
355
- #: contact_form.php:1185
356
  msgid ""
357
  "The name of the user who fills the form will be used in the field 'From'."
358
  msgstr "Jméno uživatele, který vyplňuje formulář bude použit v poli \"Od\"."
359
 
360
- #: contact_form.php:1190 contact_form.php:2819 contact_form.php:2851
361
  msgid "Email"
362
  msgstr "E-mail"
363
 
364
- #: contact_form.php:1193
365
  msgid "User email"
366
  msgstr "Používateľský email"
367
 
368
- #: contact_form.php:1195
369
  msgid ""
370
  "The email address of the user who fills the form will be used in the field "
371
  "'From'."
@@ -373,7 +377,7 @@ msgstr ""
373
  "E-mailovou adresu uživatele, který vyplňuje formulář bude použit v poli \"Od"
374
  "\"."
375
 
376
- #: contact_form.php:1198
377
  msgid ""
378
  "If this option is changed, email messages may be moved to the spam folder or "
379
  "email delivery failures may occur."
@@ -381,51 +385,51 @@ msgstr ""
381
  "Je-li tato možnost změněná, e-mailové zprávy mohou být přesunuty do složky "
382
  "Nevyžádaná pošta nebo může dojít k selhání doručení e-mailu."
383
 
384
- #: contact_form.php:1204
385
  msgid "Required symbol"
386
  msgstr "Symbol pro povinné položky"
387
 
388
- #: contact_form.php:1214
389
  msgid "Fields"
390
  msgstr "Pole"
391
 
392
- #: contact_form.php:1215 contact_form.php:1242 contact_form.php:1269
393
- #: contact_form.php:1289 contact_form.php:1328 contact_form.php:1413
394
  msgid "Used"
395
  msgstr "Použité"
396
 
397
- #: contact_form.php:1216 contact_form.php:1231 contact_form.php:1246
398
- #: contact_form.php:1273 contact_form.php:1293 contact_form.php:1306
399
- #: contact_form.php:1332 contact_form.php:1345 contact_form.php:1369
400
  msgid "Required"
401
  msgstr "Vyžadované"
402
 
403
- #: contact_form.php:1218 contact_form.php:1251 contact_form.php:1311
404
- #: contact_form.php:1350 contact_form.php:1374
405
  msgid "Visible"
406
  msgstr "Viditelný"
407
 
408
- #: contact_form.php:1219 contact_form.php:1255 contact_form.php:1315
409
- #: contact_form.php:1354 contact_form.php:1378
410
  msgid "Disabled for editing"
411
  msgstr "Zakázáno pro editaci"
412
 
413
- #: contact_form.php:1220 contact_form.php:1279 contact_form.php:1358
414
- #: contact_form.php:1382
415
  msgid "Field's default value"
416
  msgstr "Výchozí hodnota pole"
417
 
418
- #: contact_form.php:1227
419
  msgid "Department selectbox"
420
  msgstr "Poloha výběrového oddílu"
421
 
422
- #: contact_form.php:1259
423
  msgid "Use User's name as a default value if the user is logged in."
424
  msgstr ""
425
  "Uživatelské jméno používejte jako výchozí hodnotu, pokud je uživatel "
426
  "přihlášen."
427
 
428
- #: contact_form.php:1260 contact_form.php:1320
429
  msgid ""
430
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
431
  "in users."
@@ -433,136 +437,136 @@ msgstr ""
433
  "'Viditelné' a 'Skryté pro editaci' je možné použít pouze pro přihlášené "
434
  "uživatele."
435
 
436
- #: contact_form.php:1266
437
  msgid "Location selectbox"
438
  msgstr "Poloha výberového oddielu"
439
 
440
- #: contact_form.php:1286 contact_form.php:1832 contact_form.php:2814
441
- #: contact_form.php:2848
442
  msgid "Address"
443
  msgstr "Adresa"
444
 
445
- #: contact_form.php:1302
446
  msgid "Email Address"
447
  msgstr "Vaše emailová adresa"
448
 
449
- #: contact_form.php:1319
450
  msgid "Use User's email as a default value if the user is logged in."
451
  msgstr ""
452
  "Pomocí e-mailu uživatele jako výchozí hodnotu, pokud uživatel je přihlášen."
453
 
454
- #: contact_form.php:1325
455
  msgid "Phone number"
456
  msgstr "Telefonní číslo"
457
 
458
- #: contact_form.php:1341 contact_form.php:1847 contact_form.php:2829
459
- #: contact_form.php:2857
460
  msgid "Subject"
461
  msgstr "Předmět"
462
 
463
- #: contact_form.php:1365 contact_form.php:1851 contact_form.php:2832
464
- #: contact_form.php:2859
465
  msgid "Message"
466
  msgstr "Zpráva"
467
 
468
- #: contact_form.php:1406
469
  msgid "Attachment block"
470
  msgstr "Blok příloh"
471
 
472
- #: contact_form.php:1408
473
  msgid "Users can attach the following file formats"
474
  msgstr "Uživatelé mohou připojit následující formáty souborů"
475
 
476
- #: contact_form.php:1426
477
  msgid "Add to the form"
478
  msgstr "Přidejte do formuláře"
479
 
480
- #: contact_form.php:1431
481
  msgid "Tips below the Attachment"
482
  msgstr "Tipy pod přílohu"
483
 
484
- #: contact_form.php:1440
485
  msgid "'Send me a copy' block"
486
  msgstr "Zobrazit blok 'Zaslat kopii'"
487
 
488
- #: contact_form.php:1452
489
  #, fuzzy
490
  msgid "Activate Subscriber"
491
  msgstr "Aktivované pluginy"
492
 
493
- #: contact_form.php:1456
494
  msgid "Download Subscriber"
495
  msgstr ""
496
 
497
- #: contact_form.php:1465
498
  #, fuzzy
499
  msgid "Activate Captcha"
500
  msgstr "Aktivovat captcha"
501
 
502
- #: contact_form.php:1469
503
  #, fuzzy
504
  msgid "Download Captcha"
505
  msgstr "Stáhnout captcha"
506
 
507
- #: contact_form.php:1479
508
  msgid "Agreement checkbox"
509
  msgstr "Označení souhlasu"
510
 
511
- #: contact_form.php:1479
512
  msgid "Required checkbox for submitting the form"
513
  msgstr "Vyžaduje označení souhlasu při odeslání formuláře"
514
 
515
- #: contact_form.php:1480
516
  msgid "Optional checkbox"
517
  msgstr "Volitelné zaškrtávací políčko"
518
 
519
- #: contact_form.php:1480
520
  msgid "Optional checkbox, the results of which will be displayed in email"
521
  msgstr "Volitelné zaškrtávací políčko, jeho výsledek bude zobrazený v emailu"
522
 
523
- #: contact_form.php:1501
524
  msgid "Delete an attachment file from the server after the email is sent"
525
  msgstr "Odstranit soubor přílohy ze serveru, po odeslání e-mailu"
526
 
527
- #: contact_form.php:1507
528
  msgid "Email in HTML format sending"
529
  msgstr "Povolit HTML formátovaní"
530
 
531
- #: contact_form.php:1511
532
  msgid "Display additional info in the email"
533
  msgstr "Zobrazit další informace v e-mailu"
534
 
535
- #: contact_form.php:1517
536
  #, fuzzy
537
  msgid "Sent from (IP address)"
538
  msgstr "Odeslané z (ip adresa)"
539
 
540
- #: contact_form.php:1517
541
  msgid "Example: Sent from (IP address):\t127.0.0.1"
542
  msgstr "Příklad: Zaslané z (IP addresa):\t127.0.0.1"
543
 
544
- #: contact_form.php:1518 contact_form.php:2781 contact_form.php:2783
545
  msgid "Date/Time"
546
  msgstr "Datum / Čas"
547
 
548
- #: contact_form.php:1518
549
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
550
  msgstr "Příklad: Datum / čas: \tsrpen 19, 2013 8:50 pm"
551
 
552
- #: contact_form.php:1519 contact_form.php:2787 contact_form.php:2789
553
  msgid "Sent from (referer)"
554
  msgstr "Odesláno z"
555
 
556
- #: contact_form.php:1519
557
  msgid ""
558
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
559
  msgstr "Příklad: Zaslané (odkaz):\thttp://bestwebsoft.com/contacts/contact-us/"
560
 
561
- #: contact_form.php:1520 contact_form.php:2793 contact_form.php:2795
562
  msgid "Using (user agent)"
563
  msgstr "Použití (uživatelský agent)"
564
 
565
- #: contact_form.php:1520
566
  msgid ""
567
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
568
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -570,135 +574,135 @@ msgstr ""
570
  "Příklad: Použití (uživatel agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
571
  "AppleWebKit/537.36 (KHTML, jako Gecko) Chrome/28.0.1500.95 Safari/537.36"
572
 
573
- #: contact_form.php:1525
574
  msgid "Language settings for the field names in the form"
575
  msgstr "Nastavení jazyka pro názvy polí ve formuláři"
576
 
577
- #: contact_form.php:1534
578
  msgid "Add a language"
579
  msgstr "Přidání jazyka"
580
 
581
- #: contact_form.php:1538
582
  msgid "Change the names of the contact form fields and error messages"
583
  msgstr "Změnit názvy polí formuláře kontaktu a chybových zpráv"
584
 
585
- #: contact_form.php:1543 contact_form.php:1630 contact_form.php:1875
586
- #: contact_form.php:1880 contact_form.php:1890 contact_form.php:1895
587
- #: contact_form.php:1900 contact_form.php:1905 contact_form.php:1915
588
- #: contact_form.php:1920 contact_form.php:1929 contact_form.php:1943
589
- #: contact_form.php:1948 contact_form.php:1953
590
  msgid "Default"
591
  msgstr "Základní"
592
 
593
- #: contact_form.php:1551 contact_form.php:1585
594
  msgid "click to expand/hide the list"
595
  msgstr "klepněte na rozbalit nebo skrýt seznam"
596
 
597
- #: contact_form.php:1560 contact_form.php:1594
598
  msgid "Tips below the Attachment block"
599
  msgstr "Zobrazení tipů pod blokem příloh"
600
 
601
- #: contact_form.php:1563 contact_form.php:1597
602
  msgid "Error message for the Name field"
603
  msgstr "Chybová zpráva pro pole Jméno"
604
 
605
- #: contact_form.php:1564 contact_form.php:1598
606
  msgid "Error message for the Address field"
607
  msgstr "Chybová zpráva pro pole Adresa"
608
 
609
- #: contact_form.php:1565 contact_form.php:1599
610
  msgid "Error message for the Email field"
611
  msgstr "Chybová zpráva pro pole E-mail"
612
 
613
- #: contact_form.php:1566 contact_form.php:1600
614
  msgid "Error message for the Phone field"
615
  msgstr "Chybová zpráva pro pole Telefon"
616
 
617
- #: contact_form.php:1567 contact_form.php:1601
618
  msgid "Error message for the Subject field"
619
  msgstr "Chybová zpráva pro pole Předmět"
620
 
621
- #: contact_form.php:1568 contact_form.php:1602
622
  msgid "Error message for the Message field"
623
  msgstr "Chybová zpráva pro pole Zpráva"
624
 
625
- #: contact_form.php:1569 contact_form.php:1603
626
  msgid "Error message about the file type for the Attachment field"
627
  msgstr "Chybová zpráva o typu souboru pro pole Příloha"
628
 
629
- #: contact_form.php:1570 contact_form.php:1604
630
  msgid ""
631
  "Error message while uploading a file for the Attachment field to the server"
632
  msgstr "Chybová správa při neúspěšném nahrávání souboru na server"
633
 
634
- #: contact_form.php:1571 contact_form.php:1605
635
  msgid "Error message while moving the file for the Attachment field"
636
  msgstr "Chybová správa při neúspěšném přesunu souboru do pole Příloha"
637
 
638
- #: contact_form.php:1572 contact_form.php:1606
639
  msgid "Error message when file size limit for the Attachment field is exceeded"
640
  msgstr ""
641
  "Chybová zpráva při překročení omezení velikosti souboru pro pole Příloha"
642
 
643
- #: contact_form.php:1573 contact_form.php:1607
644
  msgid "Error message for the Captcha field"
645
  msgstr "Chybová zpráva pro pole Captcha"
646
 
647
- #: contact_form.php:1574 contact_form.php:1608
648
  msgid "Error message for the whole form"
649
  msgstr "Chybová zpráva pro celý formulář"
650
 
651
- #: contact_form.php:1577 contact_form.php:1579 contact_form.php:1611
652
- #: contact_form.php:1613 contact_form.php:1640 contact_form.php:1642
653
- #: contact_form.php:1650 contact_form.php:1652 contact_form.php:3175
654
- #: contact_form.php:3177
655
  msgid "Use shortcode"
656
  msgstr "Použijte shortcode"
657
 
658
- #: contact_form.php:1577 contact_form.php:1579 contact_form.php:1611
659
- #: contact_form.php:1613 contact_form.php:1640 contact_form.php:1642
660
- #: contact_form.php:1650 contact_form.php:1652 contact_form.php:3175
661
- #: contact_form.php:3177
662
  msgid "for this language"
663
  msgstr "pro tento jazyk"
664
 
665
- #: contact_form.php:1621
666
  msgid "Use the changed names of the contact form fields in the email"
667
  msgstr "Použít změněné názvy polí kontaktní formuláře v e-mailu"
668
 
669
- #: contact_form.php:1627
670
  msgid "Action after email is sent"
671
  msgstr "Akce po odeslání e-mailu"
672
 
673
- #: contact_form.php:1629
674
  msgid "Display text"
675
  msgstr "Zobrazený text"
676
 
677
- #: contact_form.php:1638 contact_form.php:1648
678
  msgid "Text"
679
  msgstr "Text"
680
 
681
- #: contact_form.php:1659
682
  msgid "Redirect to the page"
683
  msgstr "Přesměrování na stránku"
684
 
685
- #: contact_form.php:1660
686
  msgid "Url"
687
  msgstr "Url"
688
 
689
- #: contact_form.php:1671
690
  msgid "Add field 'Reply-To' to the email header"
691
  msgstr "Přidat pole 'Odpovědět komu' do záhlaví e-mailu"
692
 
693
- #: contact_form.php:1673
694
  msgid "Field 'Reply-To' will be initialized by user email"
695
  msgstr "Pole 'Odpovědět komu' bude inicializováno mailem uživatele"
696
 
697
- #: contact_form.php:1677
698
  msgid "Auto Response"
699
  msgstr "Automatická odpověď"
700
 
701
- #: contact_form.php:1681
702
  #, php-format
703
  msgid ""
704
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -708,177 +712,177 @@ msgstr ""
708
  "Můžete použít %%NAME%% zobrazení dat z pole e-mail a %%MESAGE%% zobrazení "
709
  "dat z pole zpráv stejně jako %%SITENAME%% zobrazit název blogu."
710
 
711
- #: contact_form.php:1706 contact_form.php:2201
712
  msgid "Save Changes"
713
  msgstr "Uložit změny"
714
 
715
- #: contact_form.php:1719
716
  #, php-format
717
  msgid ""
718
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
719
  msgstr ""
720
  "Prosím povolte JavaScript změnit '%s', '%s' možnosti a pro třídění pole."
721
 
722
- #: contact_form.php:1732
723
  msgid "One column"
724
  msgstr "Jeden sloupec"
725
 
726
- #: contact_form.php:1735
727
  msgid "Two columns"
728
  msgstr "Dva sloupce"
729
 
730
- #: contact_form.php:1744 contact_form.php:1763 contact_form.php:1781
731
- #: contact_form.php:1796
732
  msgid "Left"
733
  msgstr "Vlevo"
734
 
735
- #: contact_form.php:1747 contact_form.php:1769 contact_form.php:1784
736
- #: contact_form.php:1802
737
  msgid "Right"
738
  msgstr "Vpravo"
739
 
740
- #: contact_form.php:1759
741
  msgid "Form align"
742
  msgstr ""
743
 
744
- #: contact_form.php:1766 contact_form.php:1799
745
  msgid "Center"
746
  msgstr ""
747
 
748
- #: contact_form.php:1774
749
  #, fuzzy
750
  msgid "Labels position"
751
  msgstr "Potvrzovací tlačítko"
752
 
753
- #: contact_form.php:1778
754
  msgid "Top"
755
  msgstr ""
756
 
757
- #: contact_form.php:1787
758
  msgid "Bottom"
759
  msgstr ""
760
 
761
- #: contact_form.php:1792
762
  msgid "Labels align"
763
  msgstr ""
764
 
765
- #: contact_form.php:1807
766
  msgid "Errors output"
767
  msgstr "Chybový výstup"
768
 
769
- #: contact_form.php:1810
770
  msgid "Display error messages"
771
  msgstr "Zobrazit chybové zprávy"
772
 
773
- #: contact_form.php:1811
774
  msgid "Color of the input field errors."
775
  msgstr "Barva chyby vstupního pole."
776
 
777
- #: contact_form.php:1812
778
  msgid "Display error messages & color of the input field errors"
779
  msgstr "Zobrazí chybové zprávy & barvu chybujícího vstupního pole"
780
 
781
- #: contact_form.php:1817
782
  msgid "Add placeholder to the input blocks"
783
  msgstr "Přidání zástupného symbolu do vstupních bloků"
784
 
785
- #: contact_form.php:1823
786
  msgid "Add tooltips"
787
  msgstr "Přidat popisky"
788
 
789
- #: contact_form.php:1837
790
  msgid "Email address"
791
  msgstr "E-mailová adresa"
792
 
793
- #: contact_form.php:1842
794
  msgid "Phone Number"
795
  msgstr "Tel. číslo"
796
 
797
- #: contact_form.php:1856
798
  msgid "Attachment"
799
  msgstr "Příloha:"
800
 
801
- #: contact_form.php:1868
802
  msgid "Style options"
803
  msgstr "Nastavení stylů"
804
 
805
- #: contact_form.php:1872
806
  msgid "Text color"
807
  msgstr "Barva textu"
808
 
809
- #: contact_form.php:1877
810
  msgid "Label text color"
811
  msgstr "Označení barvy textu"
812
 
813
- #: contact_form.php:1882
814
  msgid "Placeholder color"
815
  msgstr "Zástupný symbol barva"
816
 
817
- #: contact_form.php:1887
818
  msgid "Errors color"
819
  msgstr "Barva chyby"
820
 
821
- #: contact_form.php:1892
822
  msgid "Error text color"
823
  msgstr "Barva textu chyby"
824
 
825
- #: contact_form.php:1897
826
  msgid "Background color of the input field errors"
827
  msgstr "Barva pozadí chybujícího vstupního pole"
828
 
829
- #: contact_form.php:1902
830
  msgid "Border color of the input field errors"
831
  msgstr "Barva ohraničení chybujícího vstupního pole"
832
 
833
- #: contact_form.php:1907
834
  msgid "Placeholder color of the input field errors"
835
  msgstr "Barva zástupného symbolu v chybujícím poli"
836
 
837
- #: contact_form.php:1912
838
  msgid "Input fields"
839
  msgstr "Vstupní pole"
840
 
841
- #: contact_form.php:1917
842
  msgid "Input fields background color"
843
  msgstr "Barva pozadí vstupního pole"
844
 
845
- #: contact_form.php:1922
846
  msgid "Text fields color"
847
  msgstr "Barva textových polí"
848
 
849
- #: contact_form.php:1926
850
  msgid "Border width in px, numbers only"
851
  msgstr "Šířka okraje v px, pouze čísla"
852
 
853
- #: contact_form.php:1931 contact_form.php:1955
854
  msgid "Border color"
855
  msgstr "Barva ohraničení"
856
 
857
- #: contact_form.php:1936
858
  msgid "Submit button"
859
  msgstr "Odesílací tlačítko"
860
 
861
- #: contact_form.php:1940
862
  msgid "Width in px, numbers only"
863
  msgstr "Šířka v px, pouze čísla"
864
 
865
- #: contact_form.php:1945
866
  msgid "Button color"
867
  msgstr "Barva tlačítka"
868
 
869
- #: contact_form.php:1950
870
  msgid "Button text color"
871
  msgstr "Barva textu tlačítka"
872
 
873
- #: contact_form.php:1982
874
  msgid "Contact Form | Preview"
875
  msgstr "Kontaktní formulář | Náhled"
876
 
877
- #: contact_form.php:1983
878
  msgid "Drag the necessary field to sort fields."
879
  msgstr "Přetažením změníte pořadí polí."
880
 
881
- #: contact_form.php:2188
882
  msgid ""
883
  "If you would like to add the Contact Form to your website, just copy and "
884
  "paste this shortcode to your post or page or widget:"
@@ -886,27 +890,27 @@ msgstr ""
886
  "Pokud byste chtěli přidat kontaktní formulář na webu, stačí zkopírovat a "
887
  "vložit tento shortcode nebo stránky nebo widget:"
888
 
889
- #: contact_form.php:2288
890
  msgid "Sorry, email message could not be delivered."
891
  msgstr "Nelze doručit e-mailovou zprávu."
892
 
893
- #: contact_form.php:2775 contact_form.php:2777
894
  msgid "Sent from (ip address)"
895
  msgstr "Odeslané z (ip adresa)"
896
 
897
- #: contact_form.php:2802
898
  msgid "Contact from"
899
  msgstr "Kontaktní formulář"
900
 
901
- #: contact_form.php:2824 contact_form.php:2854
902
  msgid "Phone"
903
  msgstr "Telefon"
904
 
905
- #: contact_form.php:2835 contact_form.php:2861
906
  msgid "Site"
907
  msgstr "Stránka"
908
 
909
- #: contact_form.php:2954
910
  msgid ""
911
  "If you can see this MIME, it means that the MIME type is not supported by "
912
  "your email client!"
@@ -914,23 +918,23 @@ msgstr ""
914
  "Pokud vidíte tento MIME, znamená to, že váš e-mailový klient nepodporuje typ "
915
  "MIME!"
916
 
917
- #: contact_form.php:3037
918
  msgid "FAQ"
919
  msgstr "Často kladené otázky"
920
 
921
- #: contact_form.php:3038
922
  msgid "Support"
923
  msgstr "Podpora"
924
 
925
- #: contact_form.php:3087
926
  msgid "Are you sure that you want to delete this language data?"
927
  msgstr "Jste si jisti, že chcete odstranit nastavení pro tento jazyk?"
928
 
929
- #: contact_form.php:3107
930
  msgid "Add multiple forms"
931
  msgstr "Přidat více formulářů"
932
 
933
- #: contact_form.php:3107
934
  msgid ""
935
  "Install Contact Form Multi plugin to create unlimited number of contact "
936
  "forms."
@@ -938,27 +942,27 @@ msgstr ""
938
  "Pokud chcete vytvořit více kontaktních formulářů, nainstalujte si prosím "
939
  "kontaktní formulář Multi plugin."
940
 
941
- #: contact_form.php:3112
942
  msgid "Learn more"
943
  msgstr "Více informací"
944
 
945
- #: contact_form.php:3318
946
  msgid "Close notice"
947
  msgstr ""
948
 
949
- #: contact_form.php:3323
950
  msgid "allows to store your messages to the database."
951
  msgstr "umožňuje ukládání zpráv do databáze."
952
 
953
- #: contact_form.php:3324
954
  msgid "Manage messages that have been sent from your website."
955
  msgstr "Správa zpráv, které byly odeslány z vašeho webu."
956
 
957
- #: contact_form.php:3382
958
  msgid "Contact form"
959
  msgstr "Kontaktní formulář"
960
 
961
- #: contact_form.php:3395 contact_form.php:3405
962
  msgid "Language"
963
  msgstr "Přidání jazyka"
964
 
6
  msgstr ""
7
  "Project-Id-Version: Contact Form\n"
8
  "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2016-06-27 16:30+0300\n"
10
+ "PO-Revision-Date: 2016-06-27 16:30+0300\n"
11
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
12
  "Language-Team: www.pamadessoft.cz <info@pamadessoft.cz>\n"
13
  "Language: cs_CZ\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
+ #: contact_form.php:37 contact_form.php:1030
25
  msgid "Contact Form Settings"
26
  msgstr "Nastavenie kontaktního formuláře"
27
 
29
  msgid "Contact Form"
30
  msgstr "Kontaktní formulář"
31
 
32
+ #: contact_form.php:165 contact_form.php:1565 contact_form.php:1599
33
  msgid "Name:"
34
  msgstr "Jméno a příjmení:"
35
 
36
+ #: contact_form.php:166 contact_form.php:1566 contact_form.php:1600
37
  msgid "Address:"
38
  msgstr "Adresa:"
39
 
40
+ #: contact_form.php:167 contact_form.php:1567 contact_form.php:1601
41
  msgid "Email Address:"
42
  msgstr "E-Mail:"
43
 
44
+ #: contact_form.php:168 contact_form.php:1568 contact_form.php:1602
45
  msgid "Phone number:"
46
  msgstr "Telefonní číslo:"
47
 
48
+ #: contact_form.php:169 contact_form.php:1569 contact_form.php:1603
49
  msgid "Subject:"
50
  msgstr "Předmět:"
51
 
52
+ #: contact_form.php:170 contact_form.php:1570 contact_form.php:1604
53
  msgid "Message:"
54
  msgstr "Zpráva:"
55
 
56
+ #: contact_form.php:171 contact_form.php:1571 contact_form.php:1605
57
  msgid "Attachment:"
58
  msgstr "Příloha:"
59
 
65
  "Podporované typy souborů: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
66
  "AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
67
 
68
+ #: contact_form.php:173 contact_form.php:1573 contact_form.php:1607
69
  msgid "Send me a copy"
70
  msgstr "Pošlete mi kopii této zprávy"
71
 
72
+ #: contact_form.php:174 contact_form.php:1574 contact_form.php:1608
73
  msgid "Submit"
74
  msgstr "Odeslat"
75
 
125
  msgid "Thank you for contacting us."
126
  msgstr "Děkujeme za zprávu, budeme Vás kontaktovat."
127
 
128
+ #: contact_form.php:688 contact_form.php:998
129
  msgid "Settings saved."
130
  msgstr "Nastavení bylo uloženo."
131
 
132
+ #: contact_form.php:940
133
  msgid ""
134
  "Email 'FROM' field option was changed, which may cause email messages being "
135
  "moved to the spam folder or email delivery failures."
137
  "E-mailu z pole byla změněna, což může způsobit, e-mailové zprávy přesouvány "
138
  "do spam složky nebo e-mailem dodání selhání."
139
 
140
+ #: contact_form.php:950
141
  msgid ""
142
  "If the 'Redirect to page' option is selected then the URL field should be in "
143
  "the following format"
145
  "Pokud je vybrána možnost 'Přesměrovat na stránku' pak pole URL by měla být v "
146
  "následujícím formátu"
147
 
148
+ #: contact_form.php:957
149
  msgid "Such user does not exist."
150
  msgstr "Takový uživatel neexistuje."
151
 
152
+ #: contact_form.php:967
153
  msgid ""
154
  "Please enter a valid email address in the 'Use this email address' field."
155
  msgstr ""
156
  "Zadejte platnou e-mailovou adresu do pole \"Použít tuto e-mailovou adresu\"."
157
 
158
+ #: contact_form.php:975
159
  msgid "Please enter a valid email address in the 'FROM' field."
160
  msgstr "Zadejte prosím platnou e-mailovou adresu do pole 'Od'."
161
 
162
+ #: contact_form.php:1000
163
  msgid "Settings are not saved."
164
  msgstr "Nastavení se neuložilo."
165
 
166
+ #: contact_form.php:1027
167
  msgid "All plugin settings were restored."
168
  msgstr "Výchozí nastavení byla obnovena."
169
 
170
+ #: contact_form.php:1032
171
  msgid "How to Use Step-by-step Instruction"
172
  msgstr "NÁVOD KROK ZA KROKEM"
173
 
174
+ #: contact_form.php:1035 contact_form.php:3024 contact_form.php:3038
175
  msgid "Settings"
176
  msgstr "Nastavení"
177
 
178
+ #: contact_form.php:1036
179
  msgid "Additional settings"
180
  msgstr "Další nastavení"
181
 
182
+ #: contact_form.php:1037
183
  msgid "Appearance"
184
  msgstr "Vzhled"
185
 
186
+ #: contact_form.php:1038
187
+ msgid "Custom code"
188
+ msgstr ""
189
+
190
+ #: contact_form.php:1039
191
  msgid "Go PRO"
192
  msgstr "Získat verzi Pro"
193
 
194
+ #: contact_form.php:1045
195
  msgid ""
196
  "Please enable JavaScript to add language in the contact form, change the "
197
  "names of the contact form fields and error messages."
199
  "Prosím povolte JavaScript přidat jazyk v kontaktním formuláři, změnit názvy "
200
  "polí formuláře kontaktu a chybové zprávy."
201
 
202
+ #: contact_form.php:1045 contact_form.php:1731 contact_form.php:1740
203
  msgid "Form layout"
204
  msgstr "Rozložení formuláře"
205
 
206
+ #: contact_form.php:1045 contact_form.php:1731 contact_form.php:1752
207
  msgid "Submit position"
208
  msgstr "Potvrzovací tlačítko"
209
 
210
+ #: contact_form.php:1057
211
  msgid "Notice:"
212
  msgstr "UPOZORNĚNÍ:"
213
 
214
+ #: contact_form.php:1061
215
  msgid "NEW_FORM"
216
  msgstr "NEW_FORM"
217
 
218
+ #: contact_form.php:1062
219
  msgid ""
220
  "If you want to create multiple contact forms, please install the Contact "
221
  "Form Multi plugin."
223
  "Pokud chcete vytvořit více kontaktních formulářů, nainstalujte si prosím "
224
  "kontaktní formulář Multi plugin."
225
 
226
+ #: contact_form.php:1071
227
  #, php-format
228
  msgid ""
229
  "If you would like to add a Contact Form to your page or post, please use %s "
232
  "Pokud chcete na stránku přidat kontaktní formulář nebo příspěvek, použijte "
233
  "tlačítko %s"
234
 
235
+ #: contact_form.php:1077
236
  #, php-format
237
  msgid ""
238
  "You can add the Contact Form to your page or post by clicking on %s button "
245
  "tlačítko není zobrazeno, použijte krátký %s nebo %s kde * je zkratka pro "
246
  "jazyk formuláře kontaktu."
247
 
248
+ #: contact_form.php:1086
249
  msgid ""
250
  "If you leave the fields empty, the messages will be sent to the email "
251
  "address specified during registration."
253
  "Pokud necháte pole prázdné, zprávy bude zaslána na e-mailovou adresu zadanou "
254
  "během registrace."
255
 
256
+ #: contact_form.php:1089
257
  msgid "The user's email address:"
258
  msgstr "E-mailová adresa uživatele:"
259
 
260
+ #: contact_form.php:1093
261
  msgid "Select a username"
262
  msgstr "Vyberte uživatelské jméno"
263
 
264
+ #: contact_form.php:1106
265
  msgid ""
266
  "Enter a username of the person who should get the messages from the contact "
267
  "form."
269
  "Zadejte uživatelské jméno osoby, která by měla získat zprávy z kontaktního "
270
  "formuláře."
271
 
272
+ #: contact_form.php:1110
273
  msgid "Use this email address:"
274
  msgstr "Použíte tento email::"
275
 
276
+ #: contact_form.php:1114
277
  msgid "Enter the email address you want the messages forwarded to."
278
  msgstr "Zadejte e-mailovou adresu chcete zprávy předávat."
279
 
280
+ #: contact_form.php:1121 contact_form.php:1487 contact_form.php:1679
281
+ #: contact_form.php:1767 contact_form.php:3119
282
  msgid "Close"
283
  msgstr "Zavřít"
284
 
285
+ #: contact_form.php:1125
286
  msgid "Add department selectbox to the contact form:"
287
  msgstr "Přidáte oddělení selectbox kontaktní formulář:"
288
 
289
+ #: contact_form.php:1133 contact_form.php:1496 contact_form.php:1698
290
+ #: contact_form.php:1973
291
  msgid "If you upgrade to Pro version all your settings will be saved."
292
  msgstr "Pokud upgradujete na verzi Pro všechna nastavení uložit."
293
 
294
+ #: contact_form.php:1140 contact_form.php:1407 contact_form.php:1501
295
+ #: contact_form.php:1705 contact_form.php:1980
296
  msgid "Unlock premium options by upgrading to Pro version"
297
  msgstr "Odemknout možnosti prémiové aktualizací na verzi Pro"
298
 
299
+ #: contact_form.php:1143 contact_form.php:1410 contact_form.php:1504
300
+ #: contact_form.php:1708 contact_form.php:1983 contact_form.php:3329
301
  msgid "Learn More"
302
  msgstr "Více informací"
303
 
304
+ #: contact_form.php:1151
305
  msgid "Save emails to the database"
306
  msgstr "Ukládání e-mailů do databáze"
307
 
308
+ #: contact_form.php:1156
309
  msgid "Using"
310
  msgstr "Použití"
311
 
312
+ #: contact_form.php:1159 contact_form.php:1163
313
  msgid "Using Contact Form to DB by BestWebSoft"
314
  msgstr "Pomocí kontaktního formuláře na DB podle BestWebSoft"
315
 
316
+ #: contact_form.php:1159
317
  msgid "Activate"
318
  msgstr "Aktivovat"
319
 
320
+ #: contact_form.php:1163
321
  msgid "Download"
322
  msgstr "Stáhnout"
323
 
324
+ #: contact_form.php:1173
325
  msgid "What to use?"
326
  msgstr "Co použít?"
327
 
328
+ #: contact_form.php:1178
329
  msgid "Wp-mail"
330
  msgstr "Wp-mail"
331
 
332
+ #: contact_form.php:1180
333
  #, fuzzy
334
  msgid "You can use the Wordpress wp_mail function for mailing"
335
  msgstr "Můžete použít funkci wp_mail pro korespondenci"
336
 
337
+ #: contact_form.php:1183
338
  msgid "Mail"
339
  msgstr "E-mail"
340
 
341
+ #: contact_form.php:1185
342
  #, fuzzy
343
  msgid "You can use the PHP mail function for mailing"
344
  msgstr "Můžete použít funkci wp_mail pro korespondenci"
345
 
346
+ #: contact_form.php:1190
347
  msgid "'FROM' field"
348
  msgstr "'Pole od'"
349
 
350
+ #: contact_form.php:1192 contact_form.php:1251 contact_form.php:1839
351
+ #: contact_form.php:2810 contact_form.php:2846
352
  msgid "Name"
353
  msgstr "Jméno"
354
 
355
+ #: contact_form.php:1195
356
  msgid "User name"
357
  msgstr "Uživatelské jméno"
358
 
359
+ #: contact_form.php:1197
360
  msgid ""
361
  "The name of the user who fills the form will be used in the field 'From'."
362
  msgstr "Jméno uživatele, který vyplňuje formulář bude použit v poli \"Od\"."
363
 
364
+ #: contact_form.php:1202 contact_form.php:2821 contact_form.php:2853
365
  msgid "Email"
366
  msgstr "E-mail"
367
 
368
+ #: contact_form.php:1205
369
  msgid "User email"
370
  msgstr "Používateľský email"
371
 
372
+ #: contact_form.php:1207
373
  msgid ""
374
  "The email address of the user who fills the form will be used in the field "
375
  "'From'."
377
  "E-mailovou adresu uživatele, který vyplňuje formulář bude použit v poli \"Od"
378
  "\"."
379
 
380
+ #: contact_form.php:1210
381
  msgid ""
382
  "If this option is changed, email messages may be moved to the spam folder or "
383
  "email delivery failures may occur."
385
  "Je-li tato možnost změněná, e-mailové zprávy mohou být přesunuty do složky "
386
  "Nevyžádaná pošta nebo může dojít k selhání doručení e-mailu."
387
 
388
+ #: contact_form.php:1216
389
  msgid "Required symbol"
390
  msgstr "Symbol pro povinné položky"
391
 
392
+ #: contact_form.php:1226
393
  msgid "Fields"
394
  msgstr "Pole"
395
 
396
+ #: contact_form.php:1227 contact_form.php:1254 contact_form.php:1281
397
+ #: contact_form.php:1301 contact_form.php:1340 contact_form.php:1425
398
  msgid "Used"
399
  msgstr "Použité"
400
 
401
+ #: contact_form.php:1228 contact_form.php:1243 contact_form.php:1258
402
+ #: contact_form.php:1285 contact_form.php:1305 contact_form.php:1318
403
+ #: contact_form.php:1344 contact_form.php:1357 contact_form.php:1381
404
  msgid "Required"
405
  msgstr "Vyžadované"
406
 
407
+ #: contact_form.php:1230 contact_form.php:1263 contact_form.php:1323
408
+ #: contact_form.php:1362 contact_form.php:1386
409
  msgid "Visible"
410
  msgstr "Viditelný"
411
 
412
+ #: contact_form.php:1231 contact_form.php:1267 contact_form.php:1327
413
+ #: contact_form.php:1366 contact_form.php:1390
414
  msgid "Disabled for editing"
415
  msgstr "Zakázáno pro editaci"
416
 
417
+ #: contact_form.php:1232 contact_form.php:1291 contact_form.php:1370
418
+ #: contact_form.php:1394
419
  msgid "Field's default value"
420
  msgstr "Výchozí hodnota pole"
421
 
422
+ #: contact_form.php:1239
423
  msgid "Department selectbox"
424
  msgstr "Poloha výběrového oddílu"
425
 
426
+ #: contact_form.php:1271
427
  msgid "Use User's name as a default value if the user is logged in."
428
  msgstr ""
429
  "Uživatelské jméno používejte jako výchozí hodnotu, pokud je uživatel "
430
  "přihlášen."
431
 
432
+ #: contact_form.php:1272 contact_form.php:1332
433
  msgid ""
434
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
435
  "in users."
437
  "'Viditelné' a 'Skryté pro editaci' je možné použít pouze pro přihlášené "
438
  "uživatele."
439
 
440
+ #: contact_form.php:1278
441
  msgid "Location selectbox"
442
  msgstr "Poloha výberového oddielu"
443
 
444
+ #: contact_form.php:1298 contact_form.php:1844 contact_form.php:2816
445
+ #: contact_form.php:2850
446
  msgid "Address"
447
  msgstr "Adresa"
448
 
449
+ #: contact_form.php:1314
450
  msgid "Email Address"
451
  msgstr "Vaše emailová adresa"
452
 
453
+ #: contact_form.php:1331
454
  msgid "Use User's email as a default value if the user is logged in."
455
  msgstr ""
456
  "Pomocí e-mailu uživatele jako výchozí hodnotu, pokud uživatel je přihlášen."
457
 
458
+ #: contact_form.php:1337
459
  msgid "Phone number"
460
  msgstr "Telefonní číslo"
461
 
462
+ #: contact_form.php:1353 contact_form.php:1859 contact_form.php:2831
463
+ #: contact_form.php:2859
464
  msgid "Subject"
465
  msgstr "Předmět"
466
 
467
+ #: contact_form.php:1377 contact_form.php:1863 contact_form.php:2834
468
+ #: contact_form.php:2861
469
  msgid "Message"
470
  msgstr "Zpráva"
471
 
472
+ #: contact_form.php:1418
473
  msgid "Attachment block"
474
  msgstr "Blok příloh"
475
 
476
+ #: contact_form.php:1420
477
  msgid "Users can attach the following file formats"
478
  msgstr "Uživatelé mohou připojit následující formáty souborů"
479
 
480
+ #: contact_form.php:1438
481
  msgid "Add to the form"
482
  msgstr "Přidejte do formuláře"
483
 
484
+ #: contact_form.php:1443
485
  msgid "Tips below the Attachment"
486
  msgstr "Tipy pod přílohu"
487
 
488
+ #: contact_form.php:1452
489
  msgid "'Send me a copy' block"
490
  msgstr "Zobrazit blok 'Zaslat kopii'"
491
 
492
+ #: contact_form.php:1464
493
  #, fuzzy
494
  msgid "Activate Subscriber"
495
  msgstr "Aktivované pluginy"
496
 
497
+ #: contact_form.php:1468
498
  msgid "Download Subscriber"
499
  msgstr ""
500
 
501
+ #: contact_form.php:1477
502
  #, fuzzy
503
  msgid "Activate Captcha"
504
  msgstr "Aktivovat captcha"
505
 
506
+ #: contact_form.php:1481
507
  #, fuzzy
508
  msgid "Download Captcha"
509
  msgstr "Stáhnout captcha"
510
 
511
+ #: contact_form.php:1491
512
  msgid "Agreement checkbox"
513
  msgstr "Označení souhlasu"
514
 
515
+ #: contact_form.php:1491
516
  msgid "Required checkbox for submitting the form"
517
  msgstr "Vyžaduje označení souhlasu při odeslání formuláře"
518
 
519
+ #: contact_form.php:1492
520
  msgid "Optional checkbox"
521
  msgstr "Volitelné zaškrtávací políčko"
522
 
523
+ #: contact_form.php:1492
524
  msgid "Optional checkbox, the results of which will be displayed in email"
525
  msgstr "Volitelné zaškrtávací políčko, jeho výsledek bude zobrazený v emailu"
526
 
527
+ #: contact_form.php:1513
528
  msgid "Delete an attachment file from the server after the email is sent"
529
  msgstr "Odstranit soubor přílohy ze serveru, po odeslání e-mailu"
530
 
531
+ #: contact_form.php:1519
532
  msgid "Email in HTML format sending"
533
  msgstr "Povolit HTML formátovaní"
534
 
535
+ #: contact_form.php:1523
536
  msgid "Display additional info in the email"
537
  msgstr "Zobrazit další informace v e-mailu"
538
 
539
+ #: contact_form.php:1529
540
  #, fuzzy
541
  msgid "Sent from (IP address)"
542
  msgstr "Odeslané z (ip adresa)"
543
 
544
+ #: contact_form.php:1529
545
  msgid "Example: Sent from (IP address):\t127.0.0.1"
546
  msgstr "Příklad: Zaslané z (IP addresa):\t127.0.0.1"
547
 
548
+ #: contact_form.php:1530 contact_form.php:2783 contact_form.php:2785
549
  msgid "Date/Time"
550
  msgstr "Datum / Čas"
551
 
552
+ #: contact_form.php:1530
553
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
554
  msgstr "Příklad: Datum / čas: \tsrpen 19, 2013 8:50 pm"
555
 
556
+ #: contact_form.php:1531 contact_form.php:2789 contact_form.php:2791
557
  msgid "Sent from (referer)"
558
  msgstr "Odesláno z"
559
 
560
+ #: contact_form.php:1531
561
  msgid ""
562
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
563
  msgstr "Příklad: Zaslané (odkaz):\thttp://bestwebsoft.com/contacts/contact-us/"
564
 
565
+ #: contact_form.php:1532 contact_form.php:2795 contact_form.php:2797
566
  msgid "Using (user agent)"
567
  msgstr "Použití (uživatelský agent)"
568
 
569
+ #: contact_form.php:1532
570
  msgid ""
571
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
572
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
574
  "Příklad: Použití (uživatel agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
575
  "AppleWebKit/537.36 (KHTML, jako Gecko) Chrome/28.0.1500.95 Safari/537.36"
576
 
577
+ #: contact_form.php:1537
578
  msgid "Language settings for the field names in the form"
579
  msgstr "Nastavení jazyka pro názvy polí ve formuláři"
580
 
581
+ #: contact_form.php:1546
582
  msgid "Add a language"
583
  msgstr "Přidání jazyka"
584
 
585
+ #: contact_form.php:1550
586
  msgid "Change the names of the contact form fields and error messages"
587
  msgstr "Změnit názvy polí formuláře kontaktu a chybových zpráv"
588
 
589
+ #: contact_form.php:1555 contact_form.php:1642 contact_form.php:1887
590
+ #: contact_form.php:1892 contact_form.php:1902 contact_form.php:1907
591
+ #: contact_form.php:1912 contact_form.php:1917 contact_form.php:1927
592
+ #: contact_form.php:1932 contact_form.php:1941 contact_form.php:1955
593
+ #: contact_form.php:1960 contact_form.php:1965
594
  msgid "Default"
595
  msgstr "Základní"
596
 
597
+ #: contact_form.php:1563 contact_form.php:1597
598
  msgid "click to expand/hide the list"
599
  msgstr "klepněte na rozbalit nebo skrýt seznam"
600
 
601
+ #: contact_form.php:1572 contact_form.php:1606
602
  msgid "Tips below the Attachment block"
603
  msgstr "Zobrazení tipů pod blokem příloh"
604
 
605
+ #: contact_form.php:1575 contact_form.php:1609
606
  msgid "Error message for the Name field"
607
  msgstr "Chybová zpráva pro pole Jméno"
608
 
609
+ #: contact_form.php:1576 contact_form.php:1610
610
  msgid "Error message for the Address field"
611
  msgstr "Chybová zpráva pro pole Adresa"
612
 
613
+ #: contact_form.php:1577 contact_form.php:1611
614
  msgid "Error message for the Email field"
615
  msgstr "Chybová zpráva pro pole E-mail"
616
 
617
+ #: contact_form.php:1578 contact_form.php:1612
618
  msgid "Error message for the Phone field"
619
  msgstr "Chybová zpráva pro pole Telefon"
620
 
621
+ #: contact_form.php:1579 contact_form.php:1613
622
  msgid "Error message for the Subject field"
623
  msgstr "Chybová zpráva pro pole Předmět"
624
 
625
+ #: contact_form.php:1580 contact_form.php:1614
626
  msgid "Error message for the Message field"
627
  msgstr "Chybová zpráva pro pole Zpráva"
628
 
629
+ #: contact_form.php:1581 contact_form.php:1615
630
  msgid "Error message about the file type for the Attachment field"
631
  msgstr "Chybová zpráva o typu souboru pro pole Příloha"
632
 
633
+ #: contact_form.php:1582 contact_form.php:1616
634
  msgid ""
635
  "Error message while uploading a file for the Attachment field to the server"
636
  msgstr "Chybová správa při neúspěšném nahrávání souboru na server"
637
 
638
+ #: contact_form.php:1583 contact_form.php:1617
639
  msgid "Error message while moving the file for the Attachment field"
640
  msgstr "Chybová správa při neúspěšném přesunu souboru do pole Příloha"
641
 
642
+ #: contact_form.php:1584 contact_form.php:1618
643
  msgid "Error message when file size limit for the Attachment field is exceeded"
644
  msgstr ""
645
  "Chybová zpráva při překročení omezení velikosti souboru pro pole Příloha"
646
 
647
+ #: contact_form.php:1585 contact_form.php:1619
648
  msgid "Error message for the Captcha field"
649
  msgstr "Chybová zpráva pro pole Captcha"
650
 
651
+ #: contact_form.php:1586 contact_form.php:1620
652
  msgid "Error message for the whole form"
653
  msgstr "Chybová zpráva pro celý formulář"
654
 
655
+ #: contact_form.php:1589 contact_form.php:1591 contact_form.php:1623
656
+ #: contact_form.php:1625 contact_form.php:1652 contact_form.php:1654
657
+ #: contact_form.php:1662 contact_form.php:1664 contact_form.php:3177
658
+ #: contact_form.php:3179
659
  msgid "Use shortcode"
660
  msgstr "Použijte shortcode"
661
 
662
+ #: contact_form.php:1589 contact_form.php:1591 contact_form.php:1623
663
+ #: contact_form.php:1625 contact_form.php:1652 contact_form.php:1654
664
+ #: contact_form.php:1662 contact_form.php:1664 contact_form.php:3177
665
+ #: contact_form.php:3179
666
  msgid "for this language"
667
  msgstr "pro tento jazyk"
668
 
669
+ #: contact_form.php:1633
670
  msgid "Use the changed names of the contact form fields in the email"
671
  msgstr "Použít změněné názvy polí kontaktní formuláře v e-mailu"
672
 
673
+ #: contact_form.php:1639
674
  msgid "Action after email is sent"
675
  msgstr "Akce po odeslání e-mailu"
676
 
677
+ #: contact_form.php:1641
678
  msgid "Display text"
679
  msgstr "Zobrazený text"
680
 
681
+ #: contact_form.php:1650 contact_form.php:1660
682
  msgid "Text"
683
  msgstr "Text"
684
 
685
+ #: contact_form.php:1671
686
  msgid "Redirect to the page"
687
  msgstr "Přesměrování na stránku"
688
 
689
+ #: contact_form.php:1672
690
  msgid "Url"
691
  msgstr "Url"
692
 
693
+ #: contact_form.php:1683
694
  msgid "Add field 'Reply-To' to the email header"
695
  msgstr "Přidat pole 'Odpovědět komu' do záhlaví e-mailu"
696
 
697
+ #: contact_form.php:1685
698
  msgid "Field 'Reply-To' will be initialized by user email"
699
  msgstr "Pole 'Odpovědět komu' bude inicializováno mailem uživatele"
700
 
701
+ #: contact_form.php:1689
702
  msgid "Auto Response"
703
  msgstr "Automatická odpověď"
704
 
705
+ #: contact_form.php:1693
706
  #, php-format
707
  msgid ""
708
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
712
  "Můžete použít %%NAME%% zobrazení dat z pole e-mail a %%MESAGE%% zobrazení "
713
  "dat z pole zpráv stejně jako %%SITENAME%% zobrazit název blogu."
714
 
715
+ #: contact_form.php:1718 contact_form.php:2213
716
  msgid "Save Changes"
717
  msgstr "Uložit změny"
718
 
719
+ #: contact_form.php:1731
720
  #, php-format
721
  msgid ""
722
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
723
  msgstr ""
724
  "Prosím povolte JavaScript změnit '%s', '%s' možnosti a pro třídění pole."
725
 
726
+ #: contact_form.php:1744
727
  msgid "One column"
728
  msgstr "Jeden sloupec"
729
 
730
+ #: contact_form.php:1747
731
  msgid "Two columns"
732
  msgstr "Dva sloupce"
733
 
734
+ #: contact_form.php:1756 contact_form.php:1775 contact_form.php:1793
735
+ #: contact_form.php:1808
736
  msgid "Left"
737
  msgstr "Vlevo"
738
 
739
+ #: contact_form.php:1759 contact_form.php:1781 contact_form.php:1796
740
+ #: contact_form.php:1814
741
  msgid "Right"
742
  msgstr "Vpravo"
743
 
744
+ #: contact_form.php:1771
745
  msgid "Form align"
746
  msgstr ""
747
 
748
+ #: contact_form.php:1778 contact_form.php:1811
749
  msgid "Center"
750
  msgstr ""
751
 
752
+ #: contact_form.php:1786
753
  #, fuzzy
754
  msgid "Labels position"
755
  msgstr "Potvrzovací tlačítko"
756
 
757
+ #: contact_form.php:1790
758
  msgid "Top"
759
  msgstr ""
760
 
761
+ #: contact_form.php:1799
762
  msgid "Bottom"
763
  msgstr ""
764
 
765
+ #: contact_form.php:1804
766
  msgid "Labels align"
767
  msgstr ""
768
 
769
+ #: contact_form.php:1819
770
  msgid "Errors output"
771
  msgstr "Chybový výstup"
772
 
773
+ #: contact_form.php:1822
774
  msgid "Display error messages"
775
  msgstr "Zobrazit chybové zprávy"
776
 
777
+ #: contact_form.php:1823
778
  msgid "Color of the input field errors."
779
  msgstr "Barva chyby vstupního pole."
780
 
781
+ #: contact_form.php:1824
782
  msgid "Display error messages & color of the input field errors"
783
  msgstr "Zobrazí chybové zprávy & barvu chybujícího vstupního pole"
784
 
785
+ #: contact_form.php:1829
786
  msgid "Add placeholder to the input blocks"
787
  msgstr "Přidání zástupného symbolu do vstupních bloků"
788
 
789
+ #: contact_form.php:1835
790
  msgid "Add tooltips"
791
  msgstr "Přidat popisky"
792
 
793
+ #: contact_form.php:1849
794
  msgid "Email address"
795
  msgstr "E-mailová adresa"
796
 
797
+ #: contact_form.php:1854
798
  msgid "Phone Number"
799
  msgstr "Tel. číslo"
800
 
801
+ #: contact_form.php:1868
802
  msgid "Attachment"
803
  msgstr "Příloha:"
804
 
805
+ #: contact_form.php:1880
806
  msgid "Style options"
807
  msgstr "Nastavení stylů"
808
 
809
+ #: contact_form.php:1884
810
  msgid "Text color"
811
  msgstr "Barva textu"
812
 
813
+ #: contact_form.php:1889
814
  msgid "Label text color"
815
  msgstr "Označení barvy textu"
816
 
817
+ #: contact_form.php:1894
818
  msgid "Placeholder color"
819
  msgstr "Zástupný symbol barva"
820
 
821
+ #: contact_form.php:1899
822
  msgid "Errors color"
823
  msgstr "Barva chyby"
824
 
825
+ #: contact_form.php:1904
826
  msgid "Error text color"
827
  msgstr "Barva textu chyby"
828
 
829
+ #: contact_form.php:1909
830
  msgid "Background color of the input field errors"
831
  msgstr "Barva pozadí chybujícího vstupního pole"
832
 
833
+ #: contact_form.php:1914
834
  msgid "Border color of the input field errors"
835
  msgstr "Barva ohraničení chybujícího vstupního pole"
836
 
837
+ #: contact_form.php:1919
838
  msgid "Placeholder color of the input field errors"
839
  msgstr "Barva zástupného symbolu v chybujícím poli"
840
 
841
+ #: contact_form.php:1924
842
  msgid "Input fields"
843
  msgstr "Vstupní pole"
844
 
845
+ #: contact_form.php:1929
846
  msgid "Input fields background color"
847
  msgstr "Barva pozadí vstupního pole"
848
 
849
+ #: contact_form.php:1934
850
  msgid "Text fields color"
851
  msgstr "Barva textových polí"
852
 
853
+ #: contact_form.php:1938
854
  msgid "Border width in px, numbers only"
855
  msgstr "Šířka okraje v px, pouze čísla"
856
 
857
+ #: contact_form.php:1943 contact_form.php:1967
858
  msgid "Border color"
859
  msgstr "Barva ohraničení"
860
 
861
+ #: contact_form.php:1948
862
  msgid "Submit button"
863
  msgstr "Odesílací tlačítko"
864
 
865
+ #: contact_form.php:1952
866
  msgid "Width in px, numbers only"
867
  msgstr "Šířka v px, pouze čísla"
868
 
869
+ #: contact_form.php:1957
870
  msgid "Button color"
871
  msgstr "Barva tlačítka"
872
 
873
+ #: contact_form.php:1962
874
  msgid "Button text color"
875
  msgstr "Barva textu tlačítka"
876
 
877
+ #: contact_form.php:1994
878
  msgid "Contact Form | Preview"
879
  msgstr "Kontaktní formulář | Náhled"
880
 
881
+ #: contact_form.php:1995
882
  msgid "Drag the necessary field to sort fields."
883
  msgstr "Přetažením změníte pořadí polí."
884
 
885
+ #: contact_form.php:2200
886
  msgid ""
887
  "If you would like to add the Contact Form to your website, just copy and "
888
  "paste this shortcode to your post or page or widget:"
890
  "Pokud byste chtěli přidat kontaktní formulář na webu, stačí zkopírovat a "
891
  "vložit tento shortcode nebo stránky nebo widget:"
892
 
893
+ #: contact_form.php:2297
894
  msgid "Sorry, email message could not be delivered."
895
  msgstr "Nelze doručit e-mailovou zprávu."
896
 
897
+ #: contact_form.php:2777 contact_form.php:2779
898
  msgid "Sent from (ip address)"
899
  msgstr "Odeslané z (ip adresa)"
900
 
901
+ #: contact_form.php:2804
902
  msgid "Contact from"
903
  msgstr "Kontaktní formulář"
904
 
905
+ #: contact_form.php:2826 contact_form.php:2856
906
  msgid "Phone"
907
  msgstr "Telefon"
908
 
909
+ #: contact_form.php:2837 contact_form.php:2863
910
  msgid "Site"
911
  msgstr "Stránka"
912
 
913
+ #: contact_form.php:2956
914
  msgid ""
915
  "If you can see this MIME, it means that the MIME type is not supported by "
916
  "your email client!"
918
  "Pokud vidíte tento MIME, znamená to, že váš e-mailový klient nepodporuje typ "
919
  "MIME!"
920
 
921
+ #: contact_form.php:3039
922
  msgid "FAQ"
923
  msgstr "Často kladené otázky"
924
 
925
+ #: contact_form.php:3040
926
  msgid "Support"
927
  msgstr "Podpora"
928
 
929
+ #: contact_form.php:3089
930
  msgid "Are you sure that you want to delete this language data?"
931
  msgstr "Jste si jisti, že chcete odstranit nastavení pro tento jazyk?"
932
 
933
+ #: contact_form.php:3110
934
  msgid "Add multiple forms"
935
  msgstr "Přidat více formulářů"
936
 
937
+ #: contact_form.php:3110
938
  msgid ""
939
  "Install Contact Form Multi plugin to create unlimited number of contact "
940
  "forms."
942
  "Pokud chcete vytvořit více kontaktních formulářů, nainstalujte si prosím "
943
  "kontaktní formulář Multi plugin."
944
 
945
+ #: contact_form.php:3115
946
  msgid "Learn more"
947
  msgstr "Více informací"
948
 
949
+ #: contact_form.php:3320
950
  msgid "Close notice"
951
  msgstr ""
952
 
953
+ #: contact_form.php:3325
954
  msgid "allows to store your messages to the database."
955
  msgstr "umožňuje ukládání zpráv do databáze."
956
 
957
+ #: contact_form.php:3326
958
  msgid "Manage messages that have been sent from your website."
959
  msgstr "Správa zpráv, které byly odeslány z vašeho webu."
960
 
961
+ #: contact_form.php:3384
962
  msgid "Contact form"
963
  msgstr "Kontaktní formulář"
964
 
965
+ #: contact_form.php:3397 contact_form.php:3407
966
  msgid "Language"
967
  msgstr "Přidání jazyka"
968
 
languages/contact-form-plugin-da_DK.mo CHANGED
Binary file
languages/contact-form-plugin-da_DK.po CHANGED
@@ -2,15 +2,16 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-04-21 17:29+0300\n"
6
- "PO-Revision-Date: 2016-04-21 17:30+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: da_DA\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=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n+9)%10>3 ? 2 : 1;\n"
 
14
  "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
@@ -19,8 +20,7 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ contact_form
22
- #: contact_form.php:37
23
- #: contact_form.php:1021
24
  msgid "Contact Form Settings"
25
  msgstr "Kontakt Form Indstillinger"
26
 
@@ -30,70 +30,56 @@ msgid "Contact Form"
30
  msgstr "Kontaktformular"
31
 
32
  # @ contact_form
33
- #: contact_form.php:165
34
- #: contact_form.php:1555
35
- #: contact_form.php:1589
36
  msgid "Name:"
37
  msgstr "Navn:"
38
 
39
  # @ contact_form
40
- #: contact_form.php:166
41
- #: contact_form.php:1556
42
- #: contact_form.php:1590
43
  msgid "Address:"
44
  msgstr "Adresse:"
45
 
46
  # @ contact_form
47
- #: contact_form.php:167
48
- #: contact_form.php:1557
49
- #: contact_form.php:1591
50
  msgid "Email Address:"
51
  msgstr "E-mail-adresse:"
52
 
53
  # @ contact_form
54
- #: contact_form.php:168
55
- #: contact_form.php:1558
56
- #: contact_form.php:1592
57
  msgid "Phone number:"
58
  msgstr "Telefon:"
59
 
60
  # @ contact_form
61
- #: contact_form.php:169
62
- #: contact_form.php:1559
63
- #: contact_form.php:1593
64
  msgid "Subject:"
65
  msgstr "Emne:"
66
 
67
  # @ contact_form
68
- #: contact_form.php:170
69
- #: contact_form.php:1560
70
- #: contact_form.php:1594
71
  msgid "Message:"
72
  msgstr "Besked:"
73
 
74
  # @ contact_form
75
- #: contact_form.php:171
76
- #: contact_form.php:1561
77
- #: contact_form.php:1595
78
  msgid "Attachment:"
79
  msgstr "Vedhæft fil:"
80
 
81
  # @ contact_form
82
  #: contact_form.php:172
83
- msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
84
- msgstr "Understøttede filtyper: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
 
 
 
 
85
 
86
  # @ contact_form
87
- #: contact_form.php:173
88
- #: contact_form.php:1563
89
- #: contact_form.php:1597
90
  msgid "Send me a copy"
91
  msgstr "Send mig en kopi"
92
 
93
  # @ contact_form
94
- #: contact_form.php:174
95
- #: contact_form.php:1564
96
- #: contact_form.php:1598
97
  msgid "Submit"
98
  msgstr "Gennemfør"
99
 
@@ -163,935 +149,910 @@ msgid "Thank you for contacting us."
163
  msgstr "Tak for din henvendelse."
164
 
165
  # @ contact_form
166
- #: contact_form.php:677
167
- #: contact_form.php:989
168
  msgid "Settings saved."
169
  msgstr "Ændringerne blev gemt."
170
 
171
- #: contact_form.php:929
172
- msgid "Email 'FROM' field option was changed, which may cause email messages being moved to the spam folder or email delivery failures."
173
- msgstr "E 'Fra' feltet indstilling blev ændret, som kan forårsage e-mail meddelelser flyttes til spam omslag eller email levering fiaskoerne."
 
 
 
 
174
 
175
  # @ contact_form
176
- #: contact_form.php:939
177
- msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
178
- msgstr "Hvis 'omdirigere til side \"er valgt derefter URL-feltet skal være i følgende format"
 
 
 
 
179
 
180
  # @ contact_form
181
- #: contact_form.php:948
182
  msgid "Such user does not exist."
183
  msgstr "Sådan bruger findes ikke."
184
 
185
  # @ contact_form
186
- #: contact_form.php:958
187
- msgid "Please enter a valid email address in the 'Use this email address' field."
 
188
  msgstr "Angiv en gyldig e-mail-adresse i feltet 'Brug denne e-mail-adresse'."
189
 
190
  # @ contact_form
191
- #: contact_form.php:966
192
  msgid "Please enter a valid email address in the 'FROM' field."
193
  msgstr "Indsæt en gyldig emailadresse i fra-feltet"
194
 
195
  # @ contact_form
196
- #: contact_form.php:991
197
  msgid "Settings are not saved."
198
  msgstr "Ændringerne er ikke gemt"
199
 
200
- #: contact_form.php:1018
201
  msgid "All plugin settings were restored."
202
  msgstr "Alle plugin indstillinger blev gendannet."
203
 
204
- #: contact_form.php:1023
205
  msgid "How to Use Step-by-step Instruction"
206
  msgstr "Hvordan man bruger en trinvis instruktion"
207
 
208
  # @ contact_form
209
- #: contact_form.php:1026
210
- #: contact_form.php:3024
211
- #: contact_form.php:3038
212
  msgid "Settings"
213
  msgstr "Indstillinger"
214
 
215
  # @ contact_form
216
- #: contact_form.php:1027
217
  msgid "Additional settings"
218
  msgstr "Yderligere indstillinger"
219
 
220
- #: contact_form.php:1028
221
  msgid "Appearance"
222
  msgstr "Udseende"
223
 
 
 
 
 
224
  # @ contact_form
225
- #: contact_form.php:1029
226
  msgid "Go PRO"
227
  msgstr "Gå PRO"
228
 
229
  # @ contact_form
230
- #: contact_form.php:1035
231
- msgid "Please enable JavaScript to add language in the contact form, change the names of the contact form fields and error messages."
232
- msgstr "Venligst Aktiver JavaScript for at tilføje sprog i kontaktpersonformularen, ændre navne på kontaktpersoner formularfelter og fejlmeddelelser."
 
 
 
 
233
 
234
- #: contact_form.php:1035
235
- #: contact_form.php:1721
236
- #: contact_form.php:1730
237
  msgid "Form layout"
238
  msgstr "Formular Layout"
239
 
240
  # @ contact_form
241
- #: contact_form.php:1035
242
- #: contact_form.php:1721
243
- #: contact_form.php:1742
244
  msgid "Submit position"
245
  msgstr "Indsende position"
246
 
247
  # @ contact_form
248
- #: contact_form.php:1047
249
  msgid "Notice:"
250
  msgstr "Bemærk:"
251
 
252
- #: contact_form.php:1051
253
  msgid "NEW_FORM"
254
  msgstr "NEW_FORM"
255
 
256
  # @ contact_form
257
- #: contact_form.php:1052
258
- msgid "If you want to create multiple contact forms, please install the Contact Form Multi plugin."
259
- msgstr "Hvis du vil oprette flere kontakt formularer, skal du installere kontakt formular Multi stik."
 
 
 
 
260
 
261
  # @ contact_form
262
- #: contact_form.php:1061
263
  #, php-format
264
- msgid "If you would like to add a Contact Form to your page or post, please use %s button"
265
- msgstr "Hvis du ønsker at tilføje en kontakt formular din side eller post, skal du bruge knappen for %s"
 
 
 
 
266
 
267
- #: contact_form.php:1067
268
  #, php-format
269
- msgid "You can add the Contact Form to your page or post by clicking on %s button in the content edit block using the Visual mode. If the button isn't displayed, please use the shortcode %s or %s where * stands for Contact Form language."
270
- msgstr "Du kan tilføje kontaktformular til din side eller post ved at klikke på%s knappen i indholdet redigere blokken ved hjælp af Visual tilstand. Hvis knappen ikke vises, kan du bruge kortkode%s eller%s, hvor * står for Contact Form sprog."
 
 
 
 
 
 
 
 
271
 
272
  # @ contact_form
273
- #: contact_form.php:1076
274
- msgid "If you leave the fields empty, the messages will be sent to the email address specified during registration."
275
- msgstr "Hvis du lader felterne tomme, sendes meddelelser til den e-mail-adresse angivet under registreringen."
 
 
 
 
276
 
277
  # @ contact_form
278
- #: contact_form.php:1079
279
  msgid "The user's email address:"
280
  msgstr "Brugerens e-mail-adresse:"
281
 
282
  # @ contact_form
283
- #: contact_form.php:1083
284
  msgid "Select a username"
285
  msgstr "Vælg et brugernavn."
286
 
287
  # @ contact_form
288
- #: contact_form.php:1096
289
- msgid "Enter a username of the person who should get the messages from the contact form."
290
- msgstr "Angiv brugernavnet den person, der skal beskeder fra kontaktpersonformularen."
 
 
 
 
291
 
292
  # @ contact_form
293
- #: contact_form.php:1100
294
  msgid "Use this email address:"
295
  msgstr "Brug denne e-mail-adresse:"
296
 
297
  # @ contact_form
298
- #: contact_form.php:1104
299
  msgid "Enter the email address you want the messages forwarded to."
300
  msgstr "Indtast den e-mailadresse du vil have de meddelelser, der sendes til."
301
 
302
- #: contact_form.php:1111
303
- #: contact_form.php:1477
304
- #: contact_form.php:1669
305
- #: contact_form.php:1757
306
- #: contact_form.php:3118
307
  msgid "Close"
308
  msgstr "Luk"
309
 
310
  # @ contact_form
311
- #: contact_form.php:1115
312
  msgid "Add department selectbox to the contact form:"
313
  msgstr "Tilføje afdeling selectbox til kontakt formularen:"
314
 
315
  # @ contact_form
316
- #: contact_form.php:1123
317
- #: contact_form.php:1486
318
- #: contact_form.php:1688
319
- #: contact_form.php:1963
320
  msgid "If you upgrade to Pro version all your settings will be saved."
321
  msgstr "Hvis du opgradere til Pro-version vil alle indstillingerne blive gemt."
322
 
323
  # @ contact_form
324
- #: contact_form.php:1130
325
- #: contact_form.php:1397
326
- #: contact_form.php:1491
327
- #: contact_form.php:1695
328
- #: contact_form.php:1970
329
  msgid "Unlock premium options by upgrading to Pro version"
330
  msgstr "Låse premium muligheder ved at opgradere til Pro versionen"
331
 
332
  # @ contact_form
333
- #: contact_form.php:1133
334
- #: contact_form.php:1400
335
- #: contact_form.php:1494
336
- #: contact_form.php:1698
337
- #: contact_form.php:1973
338
- #: contact_form.php:3329
339
  msgid "Learn More"
340
  msgstr "Læs mere"
341
 
342
  # @ contact_form
343
- #: contact_form.php:1141
344
  msgid "Save emails to the database"
345
  msgstr "Gem dine emails i databasen"
346
 
347
  # @ contact_form
348
- #: contact_form.php:1146
349
  msgid "Using"
350
  msgstr "Ved hjælp af"
351
 
352
  # @ contact_form
353
- #: contact_form.php:1149
354
- #: contact_form.php:1153
355
  msgid "Using Contact Form to DB by BestWebSoft"
356
  msgstr "Ved hjælp af kontaktformularen til DB ved BestWebSoft"
357
 
358
  # @ contact_form
359
- #: contact_form.php:1149
360
  msgid "Activate"
361
  msgstr "Aktiver"
362
 
363
  # @ contact_form
364
- #: contact_form.php:1153
365
  msgid "Download"
366
  msgstr "Download"
367
 
368
  # @ contact_form
369
- #: contact_form.php:1163
370
  msgid "What to use?"
371
  msgstr "Hvad skal man bruge?"
372
 
373
  # @ contact_form
374
- #: contact_form.php:1168
375
  msgid "Wp-mail"
376
  msgstr "WP-mail"
377
 
378
  # @ contact_form
379
- #: contact_form.php:1170
380
  #, fuzzy
381
  msgid "You can use the Wordpress wp_mail function for mailing"
382
  msgstr "Du kan bruge funktionen wp_mail til mailing"
383
 
384
  # @ contact_form
385
- #: contact_form.php:1173
386
  msgid "Mail"
387
  msgstr "E-post"
388
 
389
  # @ contact_form
390
- #: contact_form.php:1175
391
  #, fuzzy
392
  msgid "You can use the PHP mail function for mailing"
393
  msgstr "Du kan bruge funktionen wp_mail til mailing"
394
 
395
- #: contact_form.php:1180
396
  msgid "'FROM' field"
397
  msgstr "'Fra' feltet"
398
 
399
  # @ contact_form
400
- #: contact_form.php:1182
401
- #: contact_form.php:1241
402
- #: contact_form.php:1829
403
- #: contact_form.php:2810
404
- #: contact_form.php:2846
405
  msgid "Name"
406
  msgstr "Navn:"
407
 
408
  # @ contact_form
409
- #: contact_form.php:1185
410
  msgid "User name"
411
  msgstr "Brugernavn"
412
 
413
  # @ contact_form
414
- #: contact_form.php:1187
415
- msgid "The name of the user who fills the form will be used in the field 'From'."
416
- msgstr "Navnet den bruger, der udfylder formularen skal bruges i feltet 'Fra'."
 
 
417
 
418
  # @ contact_form
419
- #: contact_form.php:1192
420
- #: contact_form.php:2821
421
- #: contact_form.php:2853
422
  msgid "Email"
423
  msgstr "e-mail"
424
 
425
  # @ contact_form
426
- #: contact_form.php:1195
427
  msgid "User email"
428
  msgstr "Bruger E-mail"
429
 
430
  # @ contact_form
431
- #: contact_form.php:1197
432
- msgid "The email address of the user who fills the form will be used in the field 'From'."
433
- msgstr "E-mail-adressen den bruger, der udfylder formularen skal bruges i feltet 'Fra'."
 
 
 
 
434
 
435
- #: contact_form.php:1200
436
- msgid "If this option is changed, email messages may be moved to the spam folder or email delivery failures may occur."
437
- msgstr "Hvis denne indstilling ændres, e-mail-beskeder kan blive flyttet til spam-mappen eller email levering fejl kan opstå."
 
 
 
 
438
 
439
  # @ contact_form
440
- #: contact_form.php:1206
441
  msgid "Required symbol"
442
  msgstr "Kræves symbol"
443
 
444
  # @ contact_form
445
- #: contact_form.php:1216
446
  msgid "Fields"
447
  msgstr "Felter"
448
 
449
  # @ contact_form
450
- #: contact_form.php:1217
451
- #: contact_form.php:1244
452
- #: contact_form.php:1271
453
- #: contact_form.php:1291
454
- #: contact_form.php:1330
455
- #: contact_form.php:1415
456
  msgid "Used"
457
  msgstr "Brugt"
458
 
459
  # @ contact_form
460
- #: contact_form.php:1218
461
- #: contact_form.php:1233
462
- #: contact_form.php:1248
463
- #: contact_form.php:1275
464
- #: contact_form.php:1295
465
- #: contact_form.php:1308
466
- #: contact_form.php:1334
467
- #: contact_form.php:1347
468
- #: contact_form.php:1371
469
  msgid "Required"
470
  msgstr "Kræves"
471
 
472
  # @ contact_form
473
- #: contact_form.php:1220
474
- #: contact_form.php:1253
475
- #: contact_form.php:1313
476
- #: contact_form.php:1352
477
- #: contact_form.php:1376
478
  msgid "Visible"
479
  msgstr "Synlig"
480
 
481
  # @ contact_form
482
- #: contact_form.php:1221
483
- #: contact_form.php:1257
484
- #: contact_form.php:1317
485
- #: contact_form.php:1356
486
- #: contact_form.php:1380
487
  msgid "Disabled for editing"
488
  msgstr "Handicappede til redigering"
489
 
490
  # @ contact_form
491
- #: contact_form.php:1222
492
- #: contact_form.php:1281
493
- #: contact_form.php:1360
494
- #: contact_form.php:1384
495
  msgid "Field's default value"
496
  msgstr "Feltets standardværdi"
497
 
498
  # @ contact_form
499
- #: contact_form.php:1229
500
  msgid "Department selectbox"
501
  msgstr "Afdeling selectbox"
502
 
503
- #: contact_form.php:1261
504
  msgid "Use User's name as a default value if the user is logged in."
505
  msgstr "Brug brugerens navn som standardværdi, hvis brugeren er logget på."
506
 
507
- #: contact_form.php:1262
508
- #: contact_form.php:1322
509
- msgid "'Visible' and 'Disabled for editing' options will be applied only to logged-in users."
510
- msgstr "'Synlig' og 'Uarbejdsdygtig nemlig redaktion' indstillinger anvendes kun på journaliseret-i brugernes."
 
 
 
511
 
512
  # @ contact_form
513
- #: contact_form.php:1268
514
  msgid "Location selectbox"
515
  msgstr "Beliggenhed selectbox"
516
 
517
  # @ contact_form
518
- #: contact_form.php:1288
519
- #: contact_form.php:1834
520
- #: contact_form.php:2816
521
  #: contact_form.php:2850
522
  msgid "Address"
523
  msgstr "Adresse:"
524
 
525
  # @ contact_form
526
- #: contact_form.php:1304
527
  msgid "Email Address"
528
  msgstr "E-mail-adresse:"
529
 
530
- #: contact_form.php:1321
531
  msgid "Use User's email as a default value if the user is logged in."
532
- msgstr "Brug brugerens e-mail som en standardværdi, hvis brugeren er logget på."
 
533
 
534
  # @ contact_form
535
- #: contact_form.php:1327
536
  msgid "Phone number"
537
  msgstr "Telefon:"
538
 
539
  # @ contact_form
540
- #: contact_form.php:1343
541
- #: contact_form.php:1849
542
- #: contact_form.php:2831
543
  #: contact_form.php:2859
544
  msgid "Subject"
545
  msgstr "Emne:"
546
 
547
  # @ contact_form
548
- #: contact_form.php:1367
549
- #: contact_form.php:1853
550
- #: contact_form.php:2834
551
  #: contact_form.php:2861
552
  msgid "Message"
553
  msgstr "Besked:"
554
 
555
  # @ contact_form
556
- #: contact_form.php:1408
557
  msgid "Attachment block"
558
  msgstr "Vedhæftet fil blok"
559
 
560
  # @ contact_form
561
- #: contact_form.php:1410
562
  msgid "Users can attach the following file formats"
563
  msgstr "Brugerne kan vedhæfte følgende filformater"
564
 
565
  # @ contact_form
566
- #: contact_form.php:1428
567
  msgid "Add to the form"
568
  msgstr "Føje til formularen"
569
 
570
  # @ contact_form
571
- #: contact_form.php:1433
572
  msgid "Tips below the Attachment"
573
  msgstr "Tips nedenfor den vedhæftede fil"
574
 
575
  # @ contact_form
576
- #: contact_form.php:1442
577
  msgid "'Send me a copy' block"
578
  msgstr "'Sende mig en afskrift' blok"
579
 
580
- #: contact_form.php:1454
581
  msgid "Activate Subscriber"
582
  msgstr ""
583
 
584
- #: contact_form.php:1458
585
  msgid "Download Subscriber"
586
  msgstr ""
587
 
588
  # @ contact_form
589
- #: contact_form.php:1467
590
  #, fuzzy
591
  msgid "Activate Captcha"
592
  msgstr "Aktivere captcha"
593
 
594
  # @ contact_form
595
- #: contact_form.php:1471
596
  #, fuzzy
597
  msgid "Download Captcha"
598
  msgstr "Download captcha"
599
 
600
  # @ contact_form
601
- #: contact_form.php:1481
602
  msgid "Agreement checkbox"
603
  msgstr "Aftalen afkrydsningsfeltet"
604
 
605
  # @ contact_form
606
- #: contact_form.php:1481
607
  msgid "Required checkbox for submitting the form"
608
  msgstr "Kræves afkrydsningsfeltet til at sende formularen"
609
 
610
  # @ contact_form
611
- #: contact_form.php:1482
612
  msgid "Optional checkbox"
613
  msgstr "Valgfri afkrydsningsfeltet"
614
 
615
  # @ contact_form
616
- #: contact_form.php:1482
617
  msgid "Optional checkbox, the results of which will be displayed in email"
618
  msgstr "Valgfri afkrydsningsfeltet, hvis resultater vil blive vist i e-mail"
619
 
620
  # @ contact_form
621
- #: contact_form.php:1503
622
  msgid "Delete an attachment file from the server after the email is sent"
623
  msgstr "Slette en vedhæftet fil fra serveren, efter at e-mailen sendes"
624
 
625
  # @ contact_form
626
- #: contact_form.php:1509
627
  msgid "Email in HTML format sending"
628
  msgstr "E-mail i HTML-format at sende"
629
 
630
  # @ contact_form
631
- #: contact_form.php:1513
632
  msgid "Display additional info in the email"
633
  msgstr "Få vist yderligere info i e-mailen"
634
 
635
  # @ contact_form
636
- #: contact_form.php:1519
637
  #, fuzzy
638
  msgid "Sent from (IP address)"
639
  msgstr "Sendt fra (ip adresse)"
640
 
641
  # @ contact_form
642
- #: contact_form.php:1519
643
  msgid "Example: Sent from (IP address):\t127.0.0.1"
644
  msgstr "Eksempel: Sendt fra (IP adresse): 127.0.0.1"
645
 
646
  # @ contact_form
647
- #: contact_form.php:1520
648
- #: contact_form.php:2783
649
- #: contact_form.php:2785
650
  msgid "Date/Time"
651
  msgstr "Dato / Tid"
652
 
653
  # @ contact_form
654
- #: contact_form.php:1520
655
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
656
  msgstr "Eksempel: Dato/tid: 19 August 2013 8:50 pm"
657
 
658
  # @ contact_form
659
- #: contact_form.php:1521
660
- #: contact_form.php:2789
661
- #: contact_form.php:2791
662
  msgid "Sent from (referer)"
663
  msgstr "Sendt fra (referer)"
664
 
665
  # @ contact_form
666
- #: contact_form.php:1521
667
- msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
668
- msgstr "Eksempel: Sendt fra (referer): http://bestwebsoft.com/contacts/contact-us/"
 
 
669
 
670
  # @ contact_form
671
- #: contact_form.php:1522
672
- #: contact_form.php:2795
673
- #: contact_form.php:2797
674
  msgid "Using (user agent)"
675
  msgstr "Ved hjælp af (brugeragent)"
676
 
677
  # @ contact_form
678
- #: contact_form.php:1522
679
- msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
680
- msgstr "Eksempel: Bruger (brugeragent): Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, lige Gecko) Chrome/28.0.1500.95 Safari/537.36"
 
 
 
 
681
 
682
  # @ contact_form
683
- #: contact_form.php:1527
684
  msgid "Language settings for the field names in the form"
685
  msgstr "Sprogindstillingerne for feltnavnene i form"
686
 
687
  # @ contact_form
688
- #: contact_form.php:1536
689
  msgid "Add a language"
690
  msgstr "Tilføje et sprog"
691
 
692
  # @ contact_form
693
- #: contact_form.php:1540
694
  msgid "Change the names of the contact form fields and error messages"
695
  msgstr "Ændre navne på kontaktpersoner formularfelter og fejlmeddelelser"
696
 
697
  # @ contact_form
698
- #: contact_form.php:1545
699
- #: contact_form.php:1632
700
- #: contact_form.php:1877
701
- #: contact_form.php:1882
702
- #: contact_form.php:1892
703
- #: contact_form.php:1897
704
- #: contact_form.php:1902
705
- #: contact_form.php:1907
706
- #: contact_form.php:1917
707
- #: contact_form.php:1922
708
- #: contact_form.php:1931
709
- #: contact_form.php:1945
710
- #: contact_form.php:1950
711
- #: contact_form.php:1955
712
  msgid "Default"
713
  msgstr "Standard"
714
 
715
  # @ contact_form
716
- #: contact_form.php:1553
717
- #: contact_form.php:1587
718
  msgid "click to expand/hide the list"
719
  msgstr "Klik for at udvide/skjule listen"
720
 
721
  # @ contact_form
722
- #: contact_form.php:1562
723
- #: contact_form.php:1596
724
  msgid "Tips below the Attachment block"
725
  msgstr "Tips nedenfor den vedhæftede fil blokere"
726
 
727
  # @ contact_form
728
- #: contact_form.php:1565
729
- #: contact_form.php:1599
730
  msgid "Error message for the Name field"
731
  msgstr "Fejlmeddelelse for feltet navn"
732
 
733
  # @ contact_form
734
- #: contact_form.php:1566
735
- #: contact_form.php:1600
736
  msgid "Error message for the Address field"
737
  msgstr "Fejlmeddelelse for feltet adresse"
738
 
739
  # @ contact_form
740
- #: contact_form.php:1567
741
- #: contact_form.php:1601
742
  msgid "Error message for the Email field"
743
  msgstr "Fejlmeddelelse for feltet E-mail"
744
 
745
  # @ contact_form
746
- #: contact_form.php:1568
747
- #: contact_form.php:1602
748
  msgid "Error message for the Phone field"
749
  msgstr "Fejlmeddelelse for feltet telefon"
750
 
751
  # @ contact_form
752
- #: contact_form.php:1569
753
- #: contact_form.php:1603
754
  msgid "Error message for the Subject field"
755
  msgstr "Fejlmeddelelse for feltet emne"
756
 
757
  # @ contact_form
758
- #: contact_form.php:1570
759
- #: contact_form.php:1604
760
  msgid "Error message for the Message field"
761
  msgstr "Fejl besked i feltet besked"
762
 
763
  # @ contact_form
764
- #: contact_form.php:1571
765
- #: contact_form.php:1605
766
  msgid "Error message about the file type for the Attachment field"
767
  msgstr "Fejlmeddelelse om filtypen til feltet vedhæftet fil"
768
 
769
  # @ contact_form
770
- #: contact_form.php:1572
771
- #: contact_form.php:1606
772
- msgid "Error message while uploading a file for the Attachment field to the server"
773
  msgstr "Fejlmeddelelse ved upload en fil til feltet vedhæftet fil til serveren"
774
 
775
  # @ contact_form
776
- #: contact_form.php:1573
777
- #: contact_form.php:1607
778
  msgid "Error message while moving the file for the Attachment field"
779
  msgstr "Fejlmeddelelse mens du flytter filen for feltet vedhæftet fil"
780
 
781
  # @ contact_form
782
- #: contact_form.php:1574
783
- #: contact_form.php:1608
784
  msgid "Error message when file size limit for the Attachment field is exceeded"
785
- msgstr "Fejlmeddelelse, når filstørrelse for feltet vedhæftet fil er overskredet"
 
786
 
787
  # @ contact_form
788
- #: contact_form.php:1575
789
- #: contact_form.php:1609
790
  msgid "Error message for the Captcha field"
791
  msgstr "Fejlmeddelelse for Captcha feltet"
792
 
793
  # @ contact_form
794
- #: contact_form.php:1576
795
- #: contact_form.php:1610
796
  msgid "Error message for the whole form"
797
  msgstr "Fejlmeddelelse for hele formularen"
798
 
799
  # @ contact_form
800
- #: contact_form.php:1579
801
- #: contact_form.php:1581
802
- #: contact_form.php:1613
803
- #: contact_form.php:1615
804
- #: contact_form.php:1642
805
- #: contact_form.php:1644
806
- #: contact_form.php:1652
807
- #: contact_form.php:1654
808
- #: contact_form.php:3177
809
  #: contact_form.php:3179
810
  msgid "Use shortcode"
811
  msgstr "Brug kortkode"
812
 
813
  # @ contact_form
814
- #: contact_form.php:1579
815
- #: contact_form.php:1581
816
- #: contact_form.php:1613
817
- #: contact_form.php:1615
818
- #: contact_form.php:1642
819
- #: contact_form.php:1644
820
- #: contact_form.php:1652
821
- #: contact_form.php:1654
822
- #: contact_form.php:3177
823
  #: contact_form.php:3179
824
  msgid "for this language"
825
  msgstr "for dette sprog"
826
 
827
  # @ contact_form
828
- #: contact_form.php:1623
829
  msgid "Use the changed names of the contact form fields in the email"
830
  msgstr "Bruge ændret navnene på felterne kontaktformularen i e-mailen"
831
 
832
  # @ contact_form
833
- #: contact_form.php:1629
834
  msgid "Action after email is sent"
835
  msgstr "Handling efter at e-mail er sendt"
836
 
837
  # @ contact_form
838
- #: contact_form.php:1631
839
  msgid "Display text"
840
  msgstr "Vis tekst"
841
 
842
  # @ contact_form
843
- #: contact_form.php:1640
844
- #: contact_form.php:1650
845
  msgid "Text"
846
  msgstr "Tekst"
847
 
848
  # @ contact_form
849
- #: contact_form.php:1661
850
  msgid "Redirect to the page"
851
  msgstr "Viderstil til side"
852
 
853
  # @ contact_form
854
- #: contact_form.php:1662
855
  msgid "Url"
856
  msgstr "Url"
857
 
858
- #: contact_form.php:1673
859
  msgid "Add field 'Reply-To' to the email header"
860
  msgstr "Tilføj feltet 'Svar til' til e-mail-header"
861
 
862
- #: contact_form.php:1675
863
  msgid "Field 'Reply-To' will be initialized by user email"
864
  msgstr "Feltet 'Svar til' vil være initialiseret af brugeren e-mail"
865
 
866
  # @ contact_form_pro
867
- #: contact_form.php:1679
868
  msgid "Auto Response"
869
  msgstr "Autosvar"
870
 
871
  # @ contact_form
872
- #: contact_form.php:1683
873
  #, php-format
874
- msgid "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to display data from the Message field, as well as %%SITENAME%% to display blog name."
875
- msgstr "Du kan bruge %% navn %% til at vise data fra feltet e-mail og %% besked %% til at vise data fra feltet besked samt %%sITENAME %% for at vise blog navn."
 
 
 
 
 
876
 
877
  # @ default
878
- #: contact_form.php:1708
879
- #: contact_form.php:2203
880
  msgid "Save Changes"
881
  msgstr "Gem ændringer"
882
 
883
- #: contact_form.php:1721
884
  #, php-format
885
- msgid "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
886
- msgstr "Venligst JavaScript at ændre '%s', '%s' indstillinger og felter sortering."
 
 
887
 
888
- #: contact_form.php:1734
889
  msgid "One column"
890
  msgstr "En kolonne"
891
 
892
- #: contact_form.php:1737
893
  msgid "Two columns"
894
  msgstr "To kolonner"
895
 
896
- #: contact_form.php:1746
897
- #: contact_form.php:1765
898
- #: contact_form.php:1783
899
- #: contact_form.php:1798
900
  msgid "Left"
901
  msgstr "Venstre"
902
 
903
- #: contact_form.php:1749
904
- #: contact_form.php:1771
905
- #: contact_form.php:1786
906
- #: contact_form.php:1804
907
  msgid "Right"
908
  msgstr "Højre"
909
 
910
- #: contact_form.php:1761
911
  msgid "Form align"
912
  msgstr ""
913
 
914
- #: contact_form.php:1768
915
- #: contact_form.php:1801
916
  msgid "Center"
917
  msgstr ""
918
 
919
  # @ contact_form
920
- #: contact_form.php:1776
921
  #, fuzzy
922
  msgid "Labels position"
923
  msgstr "Indsende position"
924
 
925
- #: contact_form.php:1780
926
  msgid "Top"
927
  msgstr ""
928
 
929
- #: contact_form.php:1789
930
  msgid "Bottom"
931
  msgstr ""
932
 
933
- #: contact_form.php:1794
934
  msgid "Labels align"
935
  msgstr ""
936
 
937
  # @ contact_form
938
- #: contact_form.php:1809
939
  msgid "Errors output"
940
  msgstr "Fejl output"
941
 
942
  # @ contact_form
943
- #: contact_form.php:1812
944
  msgid "Display error messages"
945
  msgstr "Vise fejlmeddelelser"
946
 
947
  # @ contact_form
948
- #: contact_form.php:1813
949
  msgid "Color of the input field errors."
950
  msgstr "Farven på input felt fejlene."
951
 
952
  # @ contact_form
953
- #: contact_form.php:1814
954
  msgid "Display error messages & color of the input field errors"
955
  msgstr "Vise fejlmeddelelser & farven på input felt fejlene"
956
 
957
  # @ contact_form
958
- #: contact_form.php:1819
959
  msgid "Add placeholder to the input blocks"
960
  msgstr "Tilføje pladsholder til input blokke"
961
 
962
  # @ contact_form
963
- #: contact_form.php:1825
964
  msgid "Add tooltips"
965
  msgstr "Føje værktøjstip"
966
 
967
  # @ contact_form
968
- #: contact_form.php:1839
969
  msgid "Email address"
970
  msgstr "E-mail-adresse:"
971
 
972
  # @ contact_form
973
- #: contact_form.php:1844
974
  msgid "Phone Number"
975
  msgstr "Telefon:"
976
 
977
  # @ contact_form
978
- #: contact_form.php:1858
979
  msgid "Attachment"
980
  msgstr "Vedhæft fil:"
981
 
982
  # @ contact_form
983
- #: contact_form.php:1870
984
  msgid "Style options"
985
  msgstr "Indstilling af fremtoning"
986
 
987
  # @ contact_form
988
- #: contact_form.php:1874
989
  msgid "Text color"
990
  msgstr "Tekstfarve"
991
 
992
  # @ contact_form
993
- #: contact_form.php:1879
994
  msgid "Label text color"
995
  msgstr "Etiket tekstfarve"
996
 
997
  # @ contact_form
998
- #: contact_form.php:1884
999
  msgid "Placeholder color"
1000
  msgstr "Pladsholder farve"
1001
 
1002
  # @ contact_form
1003
- #: contact_form.php:1889
1004
  msgid "Errors color"
1005
  msgstr "Fejl farve"
1006
 
1007
  # @ contact_form
1008
- #: contact_form.php:1894
1009
  msgid "Error text color"
1010
  msgstr "Fejl tekstfarve"
1011
 
1012
  # @ contact_form
1013
- #: contact_form.php:1899
1014
  msgid "Background color of the input field errors"
1015
  msgstr "Baggrundsfarven af input felt fejl"
1016
 
1017
  # @ contact_form
1018
- #: contact_form.php:1904
1019
  msgid "Border color of the input field errors"
1020
  msgstr "Kantfarven på inputfelt fejl"
1021
 
1022
  # @ contact_form
1023
- #: contact_form.php:1909
1024
  msgid "Placeholder color of the input field errors"
1025
  msgstr "Pladsholder farven på input felt fejlene"
1026
 
1027
  # @ contact_form
1028
- #: contact_form.php:1914
1029
  msgid "Input fields"
1030
  msgstr "Felter"
1031
 
1032
  # @ contact_form
1033
- #: contact_form.php:1919
1034
  msgid "Input fields background color"
1035
  msgstr "Inputfelter baggrundsfarve"
1036
 
1037
  # @ contact_form
1038
- #: contact_form.php:1924
1039
  msgid "Text fields color"
1040
  msgstr "Tekst felter farve"
1041
 
1042
  # @ contact_form
1043
- #: contact_form.php:1928
1044
  msgid "Border width in px, numbers only"
1045
  msgstr "Kantbredde i px, kun tal"
1046
 
1047
  # @ contact_form
1048
- #: contact_form.php:1933
1049
- #: contact_form.php:1957
1050
  msgid "Border color"
1051
  msgstr "Ramme farve"
1052
 
1053
  # @ contact_form
1054
- #: contact_form.php:1938
1055
  msgid "Submit button"
1056
  msgstr "Send knap"
1057
 
1058
  # @ contact_form
1059
- #: contact_form.php:1942
1060
  msgid "Width in px, numbers only"
1061
  msgstr "Bredde i px, kun tal"
1062
 
1063
  # @ contact_form
1064
- #: contact_form.php:1947
1065
  msgid "Button color"
1066
  msgstr "Knap farve"
1067
 
1068
  # @ contact_form
1069
- #: contact_form.php:1952
1070
  msgid "Button text color"
1071
  msgstr "Knap tekstfarve"
1072
 
1073
  # @ contact_form
1074
- #: contact_form.php:1984
1075
  msgid "Contact Form | Preview"
1076
  msgstr "Kontakt Form | Preview"
1077
 
1078
- #: contact_form.php:1985
1079
  msgid "Drag the necessary field to sort fields."
1080
  msgstr "Træk feltet nødvendigt hvis du vil sortere felterne."
1081
 
1082
  # @ contact_form
1083
- #: contact_form.php:2190
1084
- msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
1085
- msgstr "Hvis du vil tilføje kontakt formular dit websted, blot kopiere og indsætte denne ufuldkommenhed til din post eller side eller widget:"
 
 
 
 
1086
 
1087
  # @ contact_form
1088
- #: contact_form.php:2290
1089
  msgid "Sorry, email message could not be delivered."
1090
  msgstr "Beklager, e-mailen ikke kunne leveres."
1091
 
1092
  # @ contact_form
1093
- #: contact_form.php:2777
1094
- #: contact_form.php:2779
1095
  msgid "Sent from (ip address)"
1096
  msgstr "Sendt fra (ip adresse)"
1097
 
@@ -1101,21 +1062,23 @@ msgid "Contact from"
1101
  msgstr "Kontakt fra formen"
1102
 
1103
  # @ contact_form
1104
- #: contact_form.php:2826
1105
- #: contact_form.php:2856
1106
  msgid "Phone"
1107
  msgstr "Telefon"
1108
 
1109
  # @ contact_form
1110
- #: contact_form.php:2837
1111
- #: contact_form.php:2863
1112
  msgid "Site"
1113
  msgstr "Hjemmeside"
1114
 
1115
  # @ contact_form
1116
  #: contact_form.php:2956
1117
- msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
1118
- msgstr "Hvis du kan se denne MIME, betyder det, at MIME-typen ikke understøttes af din e-mail-klient!"
 
 
 
 
1119
 
1120
  # @ contact_form
1121
  #: contact_form.php:3039
@@ -1133,16 +1096,20 @@ msgid "Are you sure that you want to delete this language data?"
1133
  msgstr "Er du sikker på at du vil slette dette sprogdata?"
1134
 
1135
  # @ contact_form
1136
- #: contact_form.php:3109
1137
  msgid "Add multiple forms"
1138
  msgstr "Tilføje flere formularer"
1139
 
1140
- #: contact_form.php:3109
1141
- msgid "Install Contact Form Multi plugin to create unlimited number of contact forms."
1142
- msgstr "Installere kontakt Form Multi plugin for at skabe ubegrænset antal kontakt formularer."
 
 
 
 
1143
 
1144
  # @ contact_form
1145
- #: contact_form.php:3114
1146
  msgid "Learn more"
1147
  msgstr "Få mere at vide"
1148
 
@@ -1166,8 +1133,6 @@ msgid "Contact form"
1166
  msgstr "Kontaktformular"
1167
 
1168
  # @ contact_form
1169
- #: contact_form.php:3397
1170
- #: contact_form.php:3407
1171
  msgid "Language"
1172
  msgstr "Sprog"
1173
-
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-06-27 16:30+0300\n"
6
+ "PO-Revision-Date: 2016-06-27 16:30+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: da_DA\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=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n"
14
+ "+9)%10>3 ? 2 : 1;\n"
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-KeywordsList: __;_e\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  # @ contact_form
23
+ #: contact_form.php:37 contact_form.php:1030
 
24
  msgid "Contact Form Settings"
25
  msgstr "Kontakt Form Indstillinger"
26
 
30
  msgstr "Kontaktformular"
31
 
32
  # @ contact_form
33
+ #: contact_form.php:165 contact_form.php:1565 contact_form.php:1599
 
 
34
  msgid "Name:"
35
  msgstr "Navn:"
36
 
37
  # @ contact_form
38
+ #: contact_form.php:166 contact_form.php:1566 contact_form.php:1600
 
 
39
  msgid "Address:"
40
  msgstr "Adresse:"
41
 
42
  # @ contact_form
43
+ #: contact_form.php:167 contact_form.php:1567 contact_form.php:1601
 
 
44
  msgid "Email Address:"
45
  msgstr "E-mail-adresse:"
46
 
47
  # @ contact_form
48
+ #: contact_form.php:168 contact_form.php:1568 contact_form.php:1602
 
 
49
  msgid "Phone number:"
50
  msgstr "Telefon:"
51
 
52
  # @ contact_form
53
+ #: contact_form.php:169 contact_form.php:1569 contact_form.php:1603
 
 
54
  msgid "Subject:"
55
  msgstr "Emne:"
56
 
57
  # @ contact_form
58
+ #: contact_form.php:170 contact_form.php:1570 contact_form.php:1604
 
 
59
  msgid "Message:"
60
  msgstr "Besked:"
61
 
62
  # @ contact_form
63
+ #: contact_form.php:171 contact_form.php:1571 contact_form.php:1605
 
 
64
  msgid "Attachment:"
65
  msgstr "Vedhæft fil:"
66
 
67
  # @ contact_form
68
  #: contact_form.php:172
69
+ msgid ""
70
+ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
71
+ "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
72
+ msgstr ""
73
+ "Understøttede filtyper: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
74
+ "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
75
 
76
  # @ contact_form
77
+ #: contact_form.php:173 contact_form.php:1573 contact_form.php:1607
 
 
78
  msgid "Send me a copy"
79
  msgstr "Send mig en kopi"
80
 
81
  # @ contact_form
82
+ #: contact_form.php:174 contact_form.php:1574 contact_form.php:1608
 
 
83
  msgid "Submit"
84
  msgstr "Gennemfør"
85
 
149
  msgstr "Tak for din henvendelse."
150
 
151
  # @ contact_form
152
+ #: contact_form.php:688 contact_form.php:998
 
153
  msgid "Settings saved."
154
  msgstr "Ændringerne blev gemt."
155
 
156
+ #: contact_form.php:940
157
+ msgid ""
158
+ "Email 'FROM' field option was changed, which may cause email messages being "
159
+ "moved to the spam folder or email delivery failures."
160
+ msgstr ""
161
+ "E 'Fra' feltet indstilling blev ændret, som kan forårsage e-mail meddelelser "
162
+ "flyttes til spam omslag eller email levering fiaskoerne."
163
 
164
  # @ contact_form
165
+ #: contact_form.php:950
166
+ msgid ""
167
+ "If the 'Redirect to page' option is selected then the URL field should be in "
168
+ "the following format"
169
+ msgstr ""
170
+ "Hvis 'omdirigere til side \"er valgt derefter URL-feltet skal være i "
171
+ "følgende format"
172
 
173
  # @ contact_form
174
+ #: contact_form.php:957
175
  msgid "Such user does not exist."
176
  msgstr "Sådan bruger findes ikke."
177
 
178
  # @ contact_form
179
+ #: contact_form.php:967
180
+ msgid ""
181
+ "Please enter a valid email address in the 'Use this email address' field."
182
  msgstr "Angiv en gyldig e-mail-adresse i feltet 'Brug denne e-mail-adresse'."
183
 
184
  # @ contact_form
185
+ #: contact_form.php:975
186
  msgid "Please enter a valid email address in the 'FROM' field."
187
  msgstr "Indsæt en gyldig emailadresse i fra-feltet"
188
 
189
  # @ contact_form
190
+ #: contact_form.php:1000
191
  msgid "Settings are not saved."
192
  msgstr "Ændringerne er ikke gemt"
193
 
194
+ #: contact_form.php:1027
195
  msgid "All plugin settings were restored."
196
  msgstr "Alle plugin indstillinger blev gendannet."
197
 
198
+ #: contact_form.php:1032
199
  msgid "How to Use Step-by-step Instruction"
200
  msgstr "Hvordan man bruger en trinvis instruktion"
201
 
202
  # @ contact_form
203
+ #: contact_form.php:1035 contact_form.php:3024 contact_form.php:3038
 
 
204
  msgid "Settings"
205
  msgstr "Indstillinger"
206
 
207
  # @ contact_form
208
+ #: contact_form.php:1036
209
  msgid "Additional settings"
210
  msgstr "Yderligere indstillinger"
211
 
212
+ #: contact_form.php:1037
213
  msgid "Appearance"
214
  msgstr "Udseende"
215
 
216
+ #: contact_form.php:1038
217
+ msgid "Custom code"
218
+ msgstr ""
219
+
220
  # @ contact_form
221
+ #: contact_form.php:1039
222
  msgid "Go PRO"
223
  msgstr "Gå PRO"
224
 
225
  # @ contact_form
226
+ #: contact_form.php:1045
227
+ msgid ""
228
+ "Please enable JavaScript to add language in the contact form, change the "
229
+ "names of the contact form fields and error messages."
230
+ msgstr ""
231
+ "Venligst Aktiver JavaScript for at tilføje sprog i kontaktpersonformularen, "
232
+ "ændre navne på kontaktpersoner formularfelter og fejlmeddelelser."
233
 
234
+ #: contact_form.php:1045 contact_form.php:1731 contact_form.php:1740
 
 
235
  msgid "Form layout"
236
  msgstr "Formular Layout"
237
 
238
  # @ contact_form
239
+ #: contact_form.php:1045 contact_form.php:1731 contact_form.php:1752
 
 
240
  msgid "Submit position"
241
  msgstr "Indsende position"
242
 
243
  # @ contact_form
244
+ #: contact_form.php:1057
245
  msgid "Notice:"
246
  msgstr "Bemærk:"
247
 
248
+ #: contact_form.php:1061
249
  msgid "NEW_FORM"
250
  msgstr "NEW_FORM"
251
 
252
  # @ contact_form
253
+ #: contact_form.php:1062
254
+ msgid ""
255
+ "If you want to create multiple contact forms, please install the Contact "
256
+ "Form Multi plugin."
257
+ msgstr ""
258
+ "Hvis du vil oprette flere kontakt formularer, skal du installere kontakt "
259
+ "formular Multi stik."
260
 
261
  # @ contact_form
262
+ #: contact_form.php:1071
263
  #, php-format
264
+ msgid ""
265
+ "If you would like to add a Contact Form to your page or post, please use %s "
266
+ "button"
267
+ msgstr ""
268
+ "Hvis du ønsker at tilføje en kontakt formular på din side eller post, skal "
269
+ "du bruge knappen for %s"
270
 
271
+ #: contact_form.php:1077
272
  #, php-format
273
+ msgid ""
274
+ "You can add the Contact Form to your page or post by clicking on %s button "
275
+ "in the content edit block using the Visual mode. If the button isn't "
276
+ "displayed, please use the shortcode %s or %s where * stands for Contact Form "
277
+ "language."
278
+ msgstr ""
279
+ "Du kan tilføje kontaktformular til din side eller post ved at klikke på%s "
280
+ "knappen i indholdet redigere blokken ved hjælp af Visual tilstand. Hvis "
281
+ "knappen ikke vises, kan du bruge kortkode%s eller%s, hvor * står for Contact "
282
+ "Form sprog."
283
 
284
  # @ contact_form
285
+ #: contact_form.php:1086
286
+ msgid ""
287
+ "If you leave the fields empty, the messages will be sent to the email "
288
+ "address specified during registration."
289
+ msgstr ""
290
+ "Hvis du lader felterne tomme, sendes meddelelser til den e-mail-adresse "
291
+ "angivet under registreringen."
292
 
293
  # @ contact_form
294
+ #: contact_form.php:1089
295
  msgid "The user's email address:"
296
  msgstr "Brugerens e-mail-adresse:"
297
 
298
  # @ contact_form
299
+ #: contact_form.php:1093
300
  msgid "Select a username"
301
  msgstr "Vælg et brugernavn."
302
 
303
  # @ contact_form
304
+ #: contact_form.php:1106
305
+ msgid ""
306
+ "Enter a username of the person who should get the messages from the contact "
307
+ "form."
308
+ msgstr ""
309
+ "Angiv brugernavnet på den person, der skal få beskeder fra "
310
+ "kontaktpersonformularen."
311
 
312
  # @ contact_form
313
+ #: contact_form.php:1110
314
  msgid "Use this email address:"
315
  msgstr "Brug denne e-mail-adresse:"
316
 
317
  # @ contact_form
318
+ #: contact_form.php:1114
319
  msgid "Enter the email address you want the messages forwarded to."
320
  msgstr "Indtast den e-mailadresse du vil have de meddelelser, der sendes til."
321
 
322
+ #: contact_form.php:1121 contact_form.php:1487 contact_form.php:1679
323
+ #: contact_form.php:1767 contact_form.php:3119
 
 
 
324
  msgid "Close"
325
  msgstr "Luk"
326
 
327
  # @ contact_form
328
+ #: contact_form.php:1125
329
  msgid "Add department selectbox to the contact form:"
330
  msgstr "Tilføje afdeling selectbox til kontakt formularen:"
331
 
332
  # @ contact_form
333
+ #: contact_form.php:1133 contact_form.php:1496 contact_form.php:1698
334
+ #: contact_form.php:1973
 
 
335
  msgid "If you upgrade to Pro version all your settings will be saved."
336
  msgstr "Hvis du opgradere til Pro-version vil alle indstillingerne blive gemt."
337
 
338
  # @ contact_form
339
+ #: contact_form.php:1140 contact_form.php:1407 contact_form.php:1501
340
+ #: contact_form.php:1705 contact_form.php:1980
 
 
 
341
  msgid "Unlock premium options by upgrading to Pro version"
342
  msgstr "Låse premium muligheder ved at opgradere til Pro versionen"
343
 
344
  # @ contact_form
345
+ #: contact_form.php:1143 contact_form.php:1410 contact_form.php:1504
346
+ #: contact_form.php:1708 contact_form.php:1983 contact_form.php:3329
 
 
 
 
347
  msgid "Learn More"
348
  msgstr "Læs mere"
349
 
350
  # @ contact_form
351
+ #: contact_form.php:1151
352
  msgid "Save emails to the database"
353
  msgstr "Gem dine emails i databasen"
354
 
355
  # @ contact_form
356
+ #: contact_form.php:1156
357
  msgid "Using"
358
  msgstr "Ved hjælp af"
359
 
360
  # @ contact_form
361
+ #: contact_form.php:1159 contact_form.php:1163
 
362
  msgid "Using Contact Form to DB by BestWebSoft"
363
  msgstr "Ved hjælp af kontaktformularen til DB ved BestWebSoft"
364
 
365
  # @ contact_form
366
+ #: contact_form.php:1159
367
  msgid "Activate"
368
  msgstr "Aktiver"
369
 
370
  # @ contact_form
371
+ #: contact_form.php:1163
372
  msgid "Download"
373
  msgstr "Download"
374
 
375
  # @ contact_form
376
+ #: contact_form.php:1173
377
  msgid "What to use?"
378
  msgstr "Hvad skal man bruge?"
379
 
380
  # @ contact_form
381
+ #: contact_form.php:1178
382
  msgid "Wp-mail"
383
  msgstr "WP-mail"
384
 
385
  # @ contact_form
386
+ #: contact_form.php:1180
387
  #, fuzzy
388
  msgid "You can use the Wordpress wp_mail function for mailing"
389
  msgstr "Du kan bruge funktionen wp_mail til mailing"
390
 
391
  # @ contact_form
392
+ #: contact_form.php:1183
393
  msgid "Mail"
394
  msgstr "E-post"
395
 
396
  # @ contact_form
397
+ #: contact_form.php:1185
398
  #, fuzzy
399
  msgid "You can use the PHP mail function for mailing"
400
  msgstr "Du kan bruge funktionen wp_mail til mailing"
401
 
402
+ #: contact_form.php:1190
403
  msgid "'FROM' field"
404
  msgstr "'Fra' feltet"
405
 
406
  # @ contact_form
407
+ #: contact_form.php:1192 contact_form.php:1251 contact_form.php:1839
408
+ #: contact_form.php:2810 contact_form.php:2846
 
 
 
409
  msgid "Name"
410
  msgstr "Navn:"
411
 
412
  # @ contact_form
413
+ #: contact_form.php:1195
414
  msgid "User name"
415
  msgstr "Brugernavn"
416
 
417
  # @ contact_form
418
+ #: contact_form.php:1197
419
+ msgid ""
420
+ "The name of the user who fills the form will be used in the field 'From'."
421
+ msgstr ""
422
+ "Navnet på den bruger, der udfylder formularen skal bruges i feltet 'Fra'."
423
 
424
  # @ contact_form
425
+ #: contact_form.php:1202 contact_form.php:2821 contact_form.php:2853
 
 
426
  msgid "Email"
427
  msgstr "e-mail"
428
 
429
  # @ contact_form
430
+ #: contact_form.php:1205
431
  msgid "User email"
432
  msgstr "Bruger E-mail"
433
 
434
  # @ contact_form
435
+ #: contact_form.php:1207
436
+ msgid ""
437
+ "The email address of the user who fills the form will be used in the field "
438
+ "'From'."
439
+ msgstr ""
440
+ "E-mail-adressen på den bruger, der udfylder formularen skal bruges i feltet "
441
+ "'Fra'."
442
 
443
+ #: contact_form.php:1210
444
+ msgid ""
445
+ "If this option is changed, email messages may be moved to the spam folder or "
446
+ "email delivery failures may occur."
447
+ msgstr ""
448
+ "Hvis denne indstilling ændres, e-mail-beskeder kan blive flyttet til spam-"
449
+ "mappen eller email levering fejl kan opstå."
450
 
451
  # @ contact_form
452
+ #: contact_form.php:1216
453
  msgid "Required symbol"
454
  msgstr "Kræves symbol"
455
 
456
  # @ contact_form
457
+ #: contact_form.php:1226
458
  msgid "Fields"
459
  msgstr "Felter"
460
 
461
  # @ contact_form
462
+ #: contact_form.php:1227 contact_form.php:1254 contact_form.php:1281
463
+ #: contact_form.php:1301 contact_form.php:1340 contact_form.php:1425
 
 
 
 
464
  msgid "Used"
465
  msgstr "Brugt"
466
 
467
  # @ contact_form
468
+ #: contact_form.php:1228 contact_form.php:1243 contact_form.php:1258
469
+ #: contact_form.php:1285 contact_form.php:1305 contact_form.php:1318
470
+ #: contact_form.php:1344 contact_form.php:1357 contact_form.php:1381
 
 
 
 
 
 
471
  msgid "Required"
472
  msgstr "Kræves"
473
 
474
  # @ contact_form
475
+ #: contact_form.php:1230 contact_form.php:1263 contact_form.php:1323
476
+ #: contact_form.php:1362 contact_form.php:1386
 
 
 
477
  msgid "Visible"
478
  msgstr "Synlig"
479
 
480
  # @ contact_form
481
+ #: contact_form.php:1231 contact_form.php:1267 contact_form.php:1327
482
+ #: contact_form.php:1366 contact_form.php:1390
 
 
 
483
  msgid "Disabled for editing"
484
  msgstr "Handicappede til redigering"
485
 
486
  # @ contact_form
487
+ #: contact_form.php:1232 contact_form.php:1291 contact_form.php:1370
488
+ #: contact_form.php:1394
 
 
489
  msgid "Field's default value"
490
  msgstr "Feltets standardværdi"
491
 
492
  # @ contact_form
493
+ #: contact_form.php:1239
494
  msgid "Department selectbox"
495
  msgstr "Afdeling selectbox"
496
 
497
+ #: contact_form.php:1271
498
  msgid "Use User's name as a default value if the user is logged in."
499
  msgstr "Brug brugerens navn som standardværdi, hvis brugeren er logget på."
500
 
501
+ #: contact_form.php:1272 contact_form.php:1332
502
+ msgid ""
503
+ "'Visible' and 'Disabled for editing' options will be applied only to logged-"
504
+ "in users."
505
+ msgstr ""
506
+ "'Synlig' og 'Uarbejdsdygtig nemlig redaktion' indstillinger anvendes kun på "
507
+ "journaliseret-i brugernes."
508
 
509
  # @ contact_form
510
+ #: contact_form.php:1278
511
  msgid "Location selectbox"
512
  msgstr "Beliggenhed selectbox"
513
 
514
  # @ contact_form
515
+ #: contact_form.php:1298 contact_form.php:1844 contact_form.php:2816
 
 
516
  #: contact_form.php:2850
517
  msgid "Address"
518
  msgstr "Adresse:"
519
 
520
  # @ contact_form
521
+ #: contact_form.php:1314
522
  msgid "Email Address"
523
  msgstr "E-mail-adresse:"
524
 
525
+ #: contact_form.php:1331
526
  msgid "Use User's email as a default value if the user is logged in."
527
+ msgstr ""
528
+ "Brug brugerens e-mail som en standardværdi, hvis brugeren er logget på."
529
 
530
  # @ contact_form
531
+ #: contact_form.php:1337
532
  msgid "Phone number"
533
  msgstr "Telefon:"
534
 
535
  # @ contact_form
536
+ #: contact_form.php:1353 contact_form.php:1859 contact_form.php:2831
 
 
537
  #: contact_form.php:2859
538
  msgid "Subject"
539
  msgstr "Emne:"
540
 
541
  # @ contact_form
542
+ #: contact_form.php:1377 contact_form.php:1863 contact_form.php:2834
 
 
543
  #: contact_form.php:2861
544
  msgid "Message"
545
  msgstr "Besked:"
546
 
547
  # @ contact_form
548
+ #: contact_form.php:1418
549
  msgid "Attachment block"
550
  msgstr "Vedhæftet fil blok"
551
 
552
  # @ contact_form
553
+ #: contact_form.php:1420
554
  msgid "Users can attach the following file formats"
555
  msgstr "Brugerne kan vedhæfte følgende filformater"
556
 
557
  # @ contact_form
558
+ #: contact_form.php:1438
559
  msgid "Add to the form"
560
  msgstr "Føje til formularen"
561
 
562
  # @ contact_form
563
+ #: contact_form.php:1443
564
  msgid "Tips below the Attachment"
565
  msgstr "Tips nedenfor den vedhæftede fil"
566
 
567
  # @ contact_form
568
+ #: contact_form.php:1452
569
  msgid "'Send me a copy' block"
570
  msgstr "'Sende mig en afskrift' blok"
571
 
572
+ #: contact_form.php:1464
573
  msgid "Activate Subscriber"
574
  msgstr ""
575
 
576
+ #: contact_form.php:1468
577
  msgid "Download Subscriber"
578
  msgstr ""
579
 
580
  # @ contact_form
581
+ #: contact_form.php:1477
582
  #, fuzzy
583
  msgid "Activate Captcha"
584
  msgstr "Aktivere captcha"
585
 
586
  # @ contact_form
587
+ #: contact_form.php:1481
588
  #, fuzzy
589
  msgid "Download Captcha"
590
  msgstr "Download captcha"
591
 
592
  # @ contact_form
593
+ #: contact_form.php:1491
594
  msgid "Agreement checkbox"
595
  msgstr "Aftalen afkrydsningsfeltet"
596
 
597
  # @ contact_form
598
+ #: contact_form.php:1491
599
  msgid "Required checkbox for submitting the form"
600
  msgstr "Kræves afkrydsningsfeltet til at sende formularen"
601
 
602
  # @ contact_form
603
+ #: contact_form.php:1492
604
  msgid "Optional checkbox"
605
  msgstr "Valgfri afkrydsningsfeltet"
606
 
607
  # @ contact_form
608
+ #: contact_form.php:1492
609
  msgid "Optional checkbox, the results of which will be displayed in email"
610
  msgstr "Valgfri afkrydsningsfeltet, hvis resultater vil blive vist i e-mail"
611
 
612
  # @ contact_form
613
+ #: contact_form.php:1513
614
  msgid "Delete an attachment file from the server after the email is sent"
615
  msgstr "Slette en vedhæftet fil fra serveren, efter at e-mailen sendes"
616
 
617
  # @ contact_form
618
+ #: contact_form.php:1519
619
  msgid "Email in HTML format sending"
620
  msgstr "E-mail i HTML-format at sende"
621
 
622
  # @ contact_form
623
+ #: contact_form.php:1523
624
  msgid "Display additional info in the email"
625
  msgstr "Få vist yderligere info i e-mailen"
626
 
627
  # @ contact_form
628
+ #: contact_form.php:1529
629
  #, fuzzy
630
  msgid "Sent from (IP address)"
631
  msgstr "Sendt fra (ip adresse)"
632
 
633
  # @ contact_form
634
+ #: contact_form.php:1529
635
  msgid "Example: Sent from (IP address):\t127.0.0.1"
636
  msgstr "Eksempel: Sendt fra (IP adresse): 127.0.0.1"
637
 
638
  # @ contact_form
639
+ #: contact_form.php:1530 contact_form.php:2783 contact_form.php:2785
 
 
640
  msgid "Date/Time"
641
  msgstr "Dato / Tid"
642
 
643
  # @ contact_form
644
+ #: contact_form.php:1530
645
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
646
  msgstr "Eksempel: Dato/tid: 19 August 2013 8:50 pm"
647
 
648
  # @ contact_form
649
+ #: contact_form.php:1531 contact_form.php:2789 contact_form.php:2791
 
 
650
  msgid "Sent from (referer)"
651
  msgstr "Sendt fra (referer)"
652
 
653
  # @ contact_form
654
+ #: contact_form.php:1531
655
+ msgid ""
656
+ "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
657
+ msgstr ""
658
+ "Eksempel: Sendt fra (referer): http://bestwebsoft.com/contacts/contact-us/"
659
 
660
  # @ contact_form
661
+ #: contact_form.php:1532 contact_form.php:2795 contact_form.php:2797
 
 
662
  msgid "Using (user agent)"
663
  msgstr "Ved hjælp af (brugeragent)"
664
 
665
  # @ contact_form
666
+ #: contact_form.php:1532
667
+ msgid ""
668
+ "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
669
+ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
670
+ msgstr ""
671
+ "Eksempel: Bruger (brugeragent): Mozilla/5.0 (Windows NT 6.2; WOW64) "
672
+ "AppleWebKit/537.36 (KHTML, lige Gecko) Chrome/28.0.1500.95 Safari/537.36"
673
 
674
  # @ contact_form
675
+ #: contact_form.php:1537
676
  msgid "Language settings for the field names in the form"
677
  msgstr "Sprogindstillingerne for feltnavnene i form"
678
 
679
  # @ contact_form
680
+ #: contact_form.php:1546
681
  msgid "Add a language"
682
  msgstr "Tilføje et sprog"
683
 
684
  # @ contact_form
685
+ #: contact_form.php:1550
686
  msgid "Change the names of the contact form fields and error messages"
687
  msgstr "Ændre navne på kontaktpersoner formularfelter og fejlmeddelelser"
688
 
689
  # @ contact_form
690
+ #: contact_form.php:1555 contact_form.php:1642 contact_form.php:1887
691
+ #: contact_form.php:1892 contact_form.php:1902 contact_form.php:1907
692
+ #: contact_form.php:1912 contact_form.php:1917 contact_form.php:1927
693
+ #: contact_form.php:1932 contact_form.php:1941 contact_form.php:1955
694
+ #: contact_form.php:1960 contact_form.php:1965
 
 
 
 
 
 
 
 
 
695
  msgid "Default"
696
  msgstr "Standard"
697
 
698
  # @ contact_form
699
+ #: contact_form.php:1563 contact_form.php:1597
 
700
  msgid "click to expand/hide the list"
701
  msgstr "Klik for at udvide/skjule listen"
702
 
703
  # @ contact_form
704
+ #: contact_form.php:1572 contact_form.php:1606
 
705
  msgid "Tips below the Attachment block"
706
  msgstr "Tips nedenfor den vedhæftede fil blokere"
707
 
708
  # @ contact_form
709
+ #: contact_form.php:1575 contact_form.php:1609
 
710
  msgid "Error message for the Name field"
711
  msgstr "Fejlmeddelelse for feltet navn"
712
 
713
  # @ contact_form
714
+ #: contact_form.php:1576 contact_form.php:1610
 
715
  msgid "Error message for the Address field"
716
  msgstr "Fejlmeddelelse for feltet adresse"
717
 
718
  # @ contact_form
719
+ #: contact_form.php:1577 contact_form.php:1611
 
720
  msgid "Error message for the Email field"
721
  msgstr "Fejlmeddelelse for feltet E-mail"
722
 
723
  # @ contact_form
724
+ #: contact_form.php:1578 contact_form.php:1612
 
725
  msgid "Error message for the Phone field"
726
  msgstr "Fejlmeddelelse for feltet telefon"
727
 
728
  # @ contact_form
729
+ #: contact_form.php:1579 contact_form.php:1613
 
730
  msgid "Error message for the Subject field"
731
  msgstr "Fejlmeddelelse for feltet emne"
732
 
733
  # @ contact_form
734
+ #: contact_form.php:1580 contact_form.php:1614
 
735
  msgid "Error message for the Message field"
736
  msgstr "Fejl besked i feltet besked"
737
 
738
  # @ contact_form
739
+ #: contact_form.php:1581 contact_form.php:1615
 
740
  msgid "Error message about the file type for the Attachment field"
741
  msgstr "Fejlmeddelelse om filtypen til feltet vedhæftet fil"
742
 
743
  # @ contact_form
744
+ #: contact_form.php:1582 contact_form.php:1616
745
+ msgid ""
746
+ "Error message while uploading a file for the Attachment field to the server"
747
  msgstr "Fejlmeddelelse ved upload en fil til feltet vedhæftet fil til serveren"
748
 
749
  # @ contact_form
750
+ #: contact_form.php:1583 contact_form.php:1617
 
751
  msgid "Error message while moving the file for the Attachment field"
752
  msgstr "Fejlmeddelelse mens du flytter filen for feltet vedhæftet fil"
753
 
754
  # @ contact_form
755
+ #: contact_form.php:1584 contact_form.php:1618
 
756
  msgid "Error message when file size limit for the Attachment field is exceeded"
757
+ msgstr ""
758
+ "Fejlmeddelelse, når filstørrelse for feltet vedhæftet fil er overskredet"
759
 
760
  # @ contact_form
761
+ #: contact_form.php:1585 contact_form.php:1619
 
762
  msgid "Error message for the Captcha field"
763
  msgstr "Fejlmeddelelse for Captcha feltet"
764
 
765
  # @ contact_form
766
+ #: contact_form.php:1586 contact_form.php:1620
 
767
  msgid "Error message for the whole form"
768
  msgstr "Fejlmeddelelse for hele formularen"
769
 
770
  # @ contact_form
771
+ #: contact_form.php:1589 contact_form.php:1591 contact_form.php:1623
772
+ #: contact_form.php:1625 contact_form.php:1652 contact_form.php:1654
773
+ #: contact_form.php:1662 contact_form.php:1664 contact_form.php:3177
 
 
 
 
 
 
774
  #: contact_form.php:3179
775
  msgid "Use shortcode"
776
  msgstr "Brug kortkode"
777
 
778
  # @ contact_form
779
+ #: contact_form.php:1589 contact_form.php:1591 contact_form.php:1623
780
+ #: contact_form.php:1625 contact_form.php:1652 contact_form.php:1654
781
+ #: contact_form.php:1662 contact_form.php:1664 contact_form.php:3177
 
 
 
 
 
 
782
  #: contact_form.php:3179
783
  msgid "for this language"
784
  msgstr "for dette sprog"
785
 
786
  # @ contact_form
787
+ #: contact_form.php:1633
788
  msgid "Use the changed names of the contact form fields in the email"
789
  msgstr "Bruge ændret navnene på felterne kontaktformularen i e-mailen"
790
 
791
  # @ contact_form
792
+ #: contact_form.php:1639
793
  msgid "Action after email is sent"
794
  msgstr "Handling efter at e-mail er sendt"
795
 
796
  # @ contact_form
797
+ #: contact_form.php:1641
798
  msgid "Display text"
799
  msgstr "Vis tekst"
800
 
801
  # @ contact_form
802
+ #: contact_form.php:1650 contact_form.php:1660
 
803
  msgid "Text"
804
  msgstr "Tekst"
805
 
806
  # @ contact_form
807
+ #: contact_form.php:1671
808
  msgid "Redirect to the page"
809
  msgstr "Viderstil til side"
810
 
811
  # @ contact_form
812
+ #: contact_form.php:1672
813
  msgid "Url"
814
  msgstr "Url"
815
 
816
+ #: contact_form.php:1683
817
  msgid "Add field 'Reply-To' to the email header"
818
  msgstr "Tilføj feltet 'Svar til' til e-mail-header"
819
 
820
+ #: contact_form.php:1685
821
  msgid "Field 'Reply-To' will be initialized by user email"
822
  msgstr "Feltet 'Svar til' vil være initialiseret af brugeren e-mail"
823
 
824
  # @ contact_form_pro
825
+ #: contact_form.php:1689
826
  msgid "Auto Response"
827
  msgstr "Autosvar"
828
 
829
  # @ contact_form
830
+ #: contact_form.php:1693
831
  #, php-format
832
+ msgid ""
833
+ "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
834
+ "display data from the Message field, as well as %%SITENAME%% to display blog "
835
+ "name."
836
+ msgstr ""
837
+ "Du kan bruge %% navn %% til at vise data fra feltet e-mail og %% besked %% "
838
+ "til at vise data fra feltet besked samt %%sITENAME %% for at vise blog navn."
839
 
840
  # @ default
841
+ #: contact_form.php:1718 contact_form.php:2213
 
842
  msgid "Save Changes"
843
  msgstr "Gem ændringer"
844
 
845
+ #: contact_form.php:1731
846
  #, php-format
847
+ msgid ""
848
+ "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
849
+ msgstr ""
850
+ "Venligst JavaScript at ændre '%s', '%s' indstillinger og felter sortering."
851
 
852
+ #: contact_form.php:1744
853
  msgid "One column"
854
  msgstr "En kolonne"
855
 
856
+ #: contact_form.php:1747
857
  msgid "Two columns"
858
  msgstr "To kolonner"
859
 
860
+ #: contact_form.php:1756 contact_form.php:1775 contact_form.php:1793
861
+ #: contact_form.php:1808
 
 
862
  msgid "Left"
863
  msgstr "Venstre"
864
 
865
+ #: contact_form.php:1759 contact_form.php:1781 contact_form.php:1796
866
+ #: contact_form.php:1814
 
 
867
  msgid "Right"
868
  msgstr "Højre"
869
 
870
+ #: contact_form.php:1771
871
  msgid "Form align"
872
  msgstr ""
873
 
874
+ #: contact_form.php:1778 contact_form.php:1811
 
875
  msgid "Center"
876
  msgstr ""
877
 
878
  # @ contact_form
879
+ #: contact_form.php:1786
880
  #, fuzzy
881
  msgid "Labels position"
882
  msgstr "Indsende position"
883
 
884
+ #: contact_form.php:1790
885
  msgid "Top"
886
  msgstr ""
887
 
888
+ #: contact_form.php:1799
889
  msgid "Bottom"
890
  msgstr ""
891
 
892
+ #: contact_form.php:1804
893
  msgid "Labels align"
894
  msgstr ""
895
 
896
  # @ contact_form
897
+ #: contact_form.php:1819
898
  msgid "Errors output"
899
  msgstr "Fejl output"
900
 
901
  # @ contact_form
902
+ #: contact_form.php:1822
903
  msgid "Display error messages"
904
  msgstr "Vise fejlmeddelelser"
905
 
906
  # @ contact_form
907
+ #: contact_form.php:1823
908
  msgid "Color of the input field errors."
909
  msgstr "Farven på input felt fejlene."
910
 
911
  # @ contact_form
912
+ #: contact_form.php:1824
913
  msgid "Display error messages & color of the input field errors"
914
  msgstr "Vise fejlmeddelelser & farven på input felt fejlene"
915
 
916
  # @ contact_form
917
+ #: contact_form.php:1829
918
  msgid "Add placeholder to the input blocks"
919
  msgstr "Tilføje pladsholder til input blokke"
920
 
921
  # @ contact_form
922
+ #: contact_form.php:1835
923
  msgid "Add tooltips"
924
  msgstr "Føje værktøjstip"
925
 
926
  # @ contact_form
927
+ #: contact_form.php:1849
928
  msgid "Email address"
929
  msgstr "E-mail-adresse:"
930
 
931
  # @ contact_form
932
+ #: contact_form.php:1854
933
  msgid "Phone Number"
934
  msgstr "Telefon:"
935
 
936
  # @ contact_form
937
+ #: contact_form.php:1868
938
  msgid "Attachment"
939
  msgstr "Vedhæft fil:"
940
 
941
  # @ contact_form
942
+ #: contact_form.php:1880
943
  msgid "Style options"
944
  msgstr "Indstilling af fremtoning"
945
 
946
  # @ contact_form
947
+ #: contact_form.php:1884
948
  msgid "Text color"
949
  msgstr "Tekstfarve"
950
 
951
  # @ contact_form
952
+ #: contact_form.php:1889
953
  msgid "Label text color"
954
  msgstr "Etiket tekstfarve"
955
 
956
  # @ contact_form
957
+ #: contact_form.php:1894
958
  msgid "Placeholder color"
959
  msgstr "Pladsholder farve"
960
 
961
  # @ contact_form
962
+ #: contact_form.php:1899
963
  msgid "Errors color"
964
  msgstr "Fejl farve"
965
 
966
  # @ contact_form
967
+ #: contact_form.php:1904
968
  msgid "Error text color"
969
  msgstr "Fejl tekstfarve"
970
 
971
  # @ contact_form
972
+ #: contact_form.php:1909
973
  msgid "Background color of the input field errors"
974
  msgstr "Baggrundsfarven af input felt fejl"
975
 
976
  # @ contact_form
977
+ #: contact_form.php:1914
978
  msgid "Border color of the input field errors"
979
  msgstr "Kantfarven på inputfelt fejl"
980
 
981
  # @ contact_form
982
+ #: contact_form.php:1919
983
  msgid "Placeholder color of the input field errors"
984
  msgstr "Pladsholder farven på input felt fejlene"
985
 
986
  # @ contact_form
987
+ #: contact_form.php:1924
988
  msgid "Input fields"
989
  msgstr "Felter"
990
 
991
  # @ contact_form
992
+ #: contact_form.php:1929
993
  msgid "Input fields background color"
994
  msgstr "Inputfelter baggrundsfarve"
995
 
996
  # @ contact_form
997
+ #: contact_form.php:1934
998
  msgid "Text fields color"
999
  msgstr "Tekst felter farve"
1000
 
1001
  # @ contact_form
1002
+ #: contact_form.php:1938
1003
  msgid "Border width in px, numbers only"
1004
  msgstr "Kantbredde i px, kun tal"
1005
 
1006
  # @ contact_form
1007
+ #: contact_form.php:1943 contact_form.php:1967
 
1008
  msgid "Border color"
1009
  msgstr "Ramme farve"
1010
 
1011
  # @ contact_form
1012
+ #: contact_form.php:1948
1013
  msgid "Submit button"
1014
  msgstr "Send knap"
1015
 
1016
  # @ contact_form
1017
+ #: contact_form.php:1952
1018
  msgid "Width in px, numbers only"
1019
  msgstr "Bredde i px, kun tal"
1020
 
1021
  # @ contact_form
1022
+ #: contact_form.php:1957
1023
  msgid "Button color"
1024
  msgstr "Knap farve"
1025
 
1026
  # @ contact_form
1027
+ #: contact_form.php:1962
1028
  msgid "Button text color"
1029
  msgstr "Knap tekstfarve"
1030
 
1031
  # @ contact_form
1032
+ #: contact_form.php:1994
1033
  msgid "Contact Form | Preview"
1034
  msgstr "Kontakt Form | Preview"
1035
 
1036
+ #: contact_form.php:1995
1037
  msgid "Drag the necessary field to sort fields."
1038
  msgstr "Træk feltet nødvendigt hvis du vil sortere felterne."
1039
 
1040
  # @ contact_form
1041
+ #: contact_form.php:2200
1042
+ msgid ""
1043
+ "If you would like to add the Contact Form to your website, just copy and "
1044
+ "paste this shortcode to your post or page or widget:"
1045
+ msgstr ""
1046
+ "Hvis du vil tilføje kontakt formular på dit websted, blot kopiere og "
1047
+ "indsætte denne ufuldkommenhed til din post eller side eller widget:"
1048
 
1049
  # @ contact_form
1050
+ #: contact_form.php:2297
1051
  msgid "Sorry, email message could not be delivered."
1052
  msgstr "Beklager, e-mailen ikke kunne leveres."
1053
 
1054
  # @ contact_form
1055
+ #: contact_form.php:2777 contact_form.php:2779
 
1056
  msgid "Sent from (ip address)"
1057
  msgstr "Sendt fra (ip adresse)"
1058
 
1062
  msgstr "Kontakt fra formen"
1063
 
1064
  # @ contact_form
1065
+ #: contact_form.php:2826 contact_form.php:2856
 
1066
  msgid "Phone"
1067
  msgstr "Telefon"
1068
 
1069
  # @ contact_form
1070
+ #: contact_form.php:2837 contact_form.php:2863
 
1071
  msgid "Site"
1072
  msgstr "Hjemmeside"
1073
 
1074
  # @ contact_form
1075
  #: contact_form.php:2956
1076
+ msgid ""
1077
+ "If you can see this MIME, it means that the MIME type is not supported by "
1078
+ "your email client!"
1079
+ msgstr ""
1080
+ "Hvis du kan se denne MIME, betyder det, at MIME-typen ikke understøttes af "
1081
+ "din e-mail-klient!"
1082
 
1083
  # @ contact_form
1084
  #: contact_form.php:3039
1096
  msgstr "Er du sikker på at du vil slette dette sprogdata?"
1097
 
1098
  # @ contact_form
1099
+ #: contact_form.php:3110
1100
  msgid "Add multiple forms"
1101
  msgstr "Tilføje flere formularer"
1102
 
1103
+ #: contact_form.php:3110
1104
+ msgid ""
1105
+ "Install Contact Form Multi plugin to create unlimited number of contact "
1106
+ "forms."
1107
+ msgstr ""
1108
+ "Installere kontakt Form Multi plugin for at skabe ubegrænset antal kontakt "
1109
+ "formularer."
1110
 
1111
  # @ contact_form
1112
+ #: contact_form.php:3115
1113
  msgid "Learn more"
1114
  msgstr "Få mere at vide"
1115
 
1133
  msgstr "Kontaktformular"
1134
 
1135
  # @ contact_form
1136
+ #: contact_form.php:3397 contact_form.php:3407
 
1137
  msgid "Language"
1138
  msgstr "Sprog"
 
languages/contact-form-plugin-de_DE.mo CHANGED
Binary file
languages/contact-form-plugin-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-04-13 15:16+0300\n"
6
- "PO-Revision-Date: 2016-04-13 15:16+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Alex <private183@web.de>\n"
9
  "Language: de_DE\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:37 contact_form.php:1019
21
  msgid "Contact Form Settings"
22
  msgstr "Kontakt-Form Einstellungen"
23
 
@@ -25,31 +25,31 @@ msgstr "Kontakt-Form Einstellungen"
25
  msgid "Contact Form"
26
  msgstr "Kontakt-Form"
27
 
28
- #: contact_form.php:165 contact_form.php:1553 contact_form.php:1587
29
  msgid "Name:"
30
  msgstr "Name:"
31
 
32
- #: contact_form.php:166 contact_form.php:1554 contact_form.php:1588
33
  msgid "Address:"
34
  msgstr "Adresse:"
35
 
36
- #: contact_form.php:167 contact_form.php:1555 contact_form.php:1589
37
  msgid "Email Address:"
38
  msgstr "E-Mail Adresse:"
39
 
40
- #: contact_form.php:168 contact_form.php:1556 contact_form.php:1590
41
  msgid "Phone number:"
42
  msgstr "Telefonnummer:"
43
 
44
- #: contact_form.php:169 contact_form.php:1557 contact_form.php:1591
45
  msgid "Subject:"
46
  msgstr "Betreff:"
47
 
48
- #: contact_form.php:170 contact_form.php:1558 contact_form.php:1592
49
  msgid "Message:"
50
  msgstr "Inhalt:"
51
 
52
- #: contact_form.php:171 contact_form.php:1559 contact_form.php:1593
53
  msgid "Attachment:"
54
  msgstr "Anhang:"
55
 
@@ -61,11 +61,11 @@ msgstr ""
61
  "Unterstützte Dateitypen: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
62
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
63
 
64
- #: contact_form.php:173 contact_form.php:1561 contact_form.php:1595
65
  msgid "Send me a copy"
66
  msgstr "Kopie an mich senden"
67
 
68
- #: contact_form.php:174 contact_form.php:1562 contact_form.php:1596
69
  msgid "Submit"
70
  msgstr "Senden"
71
 
@@ -121,17 +121,17 @@ msgstr "Bitte mach unten korrekturen und versuche es erneut."
121
  msgid "Thank you for contacting us."
122
  msgstr "Danke für Ihre Nachricht."
123
 
124
- #: contact_form.php:682 contact_form.php:995
125
  msgid "Settings saved."
126
  msgstr "Einstellungen gespeichert."
127
 
128
- #: contact_form.php:935
129
  msgid ""
130
  "Email 'FROM' field option was changed, which may cause email messages being "
131
  "moved to the spam folder or email delivery failures."
132
  msgstr ""
133
 
134
- #: contact_form.php:945
135
  msgid ""
136
  "If the 'Redirect to page' option is selected then the URL field should be in "
137
  "the following format"
@@ -139,12 +139,12 @@ msgstr ""
139
  "Wenn die 'Redirect to page/Umleiten zur Seite' Option verwendet wird, dann "
140
  "sollte das Feld URL in folgendem Format sein"
141
 
142
- #: contact_form.php:954
143
  #, fuzzy
144
  msgid "Such user does not exist."
145
  msgstr "Dieser User exestiert nicht. Einstellungen werden nicht gespeichert."
146
 
147
- #: contact_form.php:964
148
  #, fuzzy
149
  msgid ""
150
  "Please enter a valid email address in the 'Use this email address' field."
@@ -152,74 +152,78 @@ msgstr ""
152
  "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. "
153
  "Einstellungen werden nicht gespeichert."
154
 
155
- #: contact_form.php:972
156
  #, fuzzy
157
  msgid "Please enter a valid email address in the 'FROM' field."
158
  msgstr ""
159
  "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. "
160
  "Einstellungen werden nicht gespeichert."
161
 
162
- #: contact_form.php:997
163
  #, fuzzy
164
  msgid "Settings are not saved."
165
  msgstr "Einstellungen gespeichert."
166
 
167
- #: contact_form.php:1016
168
  msgid "All plugin settings were restored."
169
  msgstr ""
170
 
171
- #: contact_form.php:1021
172
  msgid "How to Use Step-by-step Instruction"
173
  msgstr ""
174
 
175
- #: contact_form.php:1024 contact_form.php:3022 contact_form.php:3036
176
  msgid "Settings"
177
  msgstr "Einstellungen"
178
 
179
- #: contact_form.php:1025
180
  #, fuzzy
181
  msgid "Additional settings"
182
  msgstr "Weitere Optionen"
183
 
184
- #: contact_form.php:1026
185
  msgid "Appearance"
186
  msgstr ""
187
 
188
- #: contact_form.php:1027
 
 
 
 
189
  msgid "Go PRO"
190
  msgstr "Go PRO"
191
 
192
- #: contact_form.php:1033
193
  #, fuzzy
194
  msgid ""
195
  "Please enable JavaScript to add language in the contact form, change the "
196
  "names of the contact form fields and error messages."
197
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
198
 
199
- #: contact_form.php:1033 contact_form.php:1719 contact_form.php:1728
200
  msgid "Form layout"
201
  msgstr ""
202
 
203
- #: contact_form.php:1033 contact_form.php:1719 contact_form.php:1740
204
  #, fuzzy
205
  msgid "Submit position"
206
  msgstr "Sende-Schaltfläche"
207
 
208
- #: contact_form.php:1045
209
  msgid "Notice:"
210
  msgstr "Notiz:"
211
 
212
- #: contact_form.php:1049
213
  msgid "NEW_FORM"
214
  msgstr ""
215
 
216
- #: contact_form.php:1050
217
  msgid ""
218
  "If you want to create multiple contact forms, please install the Contact "
219
  "Form Multi plugin."
220
  msgstr ""
221
 
222
- #: contact_form.php:1059
223
  #, fuzzy, php-format
224
  msgid ""
225
  "If you would like to add a Contact Form to your page or post, please use %s "
@@ -228,7 +232,7 @@ msgstr ""
228
  "Wenn sie die Kontakt-Form auf ihrer Webseite plazieren möchten, kopieren und "
229
  "fügen sie diesen shortcode in ihrem/r Beitrag, Seite oder Widget ein:"
230
 
231
- #: contact_form.php:1065
232
  #, php-format
233
  msgid ""
234
  "You can add the Contact Form to your page or post by clicking on %s button "
@@ -237,7 +241,7 @@ msgid ""
237
  "language."
238
  msgstr ""
239
 
240
- #: contact_form.php:1074
241
  msgid ""
242
  "If you leave the fields empty, the messages will be sent to the email "
243
  "address specified during registration."
@@ -245,16 +249,16 @@ msgstr ""
245
  "Wenn sie die Felder leer lassen, wird die Nachricht an die bei der "
246
  "registrierung angegebenen E-Mail Adresse gesendet."
247
 
248
- #: contact_form.php:1077
249
  msgid "The user's email address:"
250
  msgstr "Benutzer E-Mail Adresse"
251
 
252
- #: contact_form.php:1081
253
  #, fuzzy
254
  msgid "Select a username"
255
  msgstr "Benutzername erstellen"
256
 
257
- #: contact_form.php:1094
258
  msgid ""
259
  "Enter a username of the person who should get the messages from the contact "
260
  "form."
@@ -262,113 +266,113 @@ msgstr ""
262
  "Geben sie den Benutzernamen des Users an, der die Nachrichten der Kontakt-"
263
  "Form erhalten soll."
264
 
265
- #: contact_form.php:1098
266
  msgid "Use this email address:"
267
  msgstr "Nutzen sie diese E-Mail Adresse"
268
 
269
- #: contact_form.php:1102
270
  msgid "Enter the email address you want the messages forwarded to."
271
  msgstr ""
272
  "Geben sie die E-Mail Adresse ein, an welche die Nachricht weitergeleitet "
273
  "werden soll."
274
 
275
- #: contact_form.php:1109 contact_form.php:1475 contact_form.php:1667
276
- #: contact_form.php:1755 contact_form.php:3116
277
  msgid "Close"
278
  msgstr ""
279
 
280
- #: contact_form.php:1113
281
  msgid "Add department selectbox to the contact form:"
282
  msgstr "Füge Abteilungs- Auswahlbox zu der Kontakt-Form:"
283
 
284
- #: contact_form.php:1121 contact_form.php:1484 contact_form.php:1686
285
- #: contact_form.php:1961
286
  msgid "If you upgrade to Pro version all your settings will be saved."
287
  msgstr "Wenn sie auf Pro upgraden werden alle ihre Einstellungen gespeichert"
288
 
289
- #: contact_form.php:1128 contact_form.php:1395 contact_form.php:1489
290
- #: contact_form.php:1693 contact_form.php:1968
291
  msgid "Unlock premium options by upgrading to Pro version"
292
  msgstr ""
293
 
294
- #: contact_form.php:1131 contact_form.php:1398 contact_form.php:1492
295
- #: contact_form.php:1696 contact_form.php:1971 contact_form.php:3327
296
  msgid "Learn More"
297
  msgstr ""
298
 
299
- #: contact_form.php:1139
300
  msgid "Save emails to the database"
301
  msgstr "Speicher E-Mails in die Datenbank"
302
 
303
- #: contact_form.php:1144
304
  msgid "Using"
305
  msgstr "Verwendet"
306
 
307
- #: contact_form.php:1147 contact_form.php:1151
308
  #, fuzzy
309
  msgid "Using Contact Form to DB by BestWebSoft"
310
  msgstr "Verwende 'Kontakt-Form in die DB' powered by"
311
 
312
- #: contact_form.php:1147
313
  #, fuzzy
314
  msgid "Activate"
315
  msgstr "Aktiviere captcha"
316
 
317
- #: contact_form.php:1151
318
  msgid "Download"
319
  msgstr "Download"
320
 
321
- #: contact_form.php:1161
322
  msgid "What to use?"
323
  msgstr "Was soll verwendet werden?"
324
 
325
- #: contact_form.php:1166
326
  msgid "Wp-mail"
327
  msgstr "Wp-mail"
328
 
329
- #: contact_form.php:1168
330
  #, fuzzy
331
  msgid "You can use the Wordpress wp_mail function for mailing"
332
  msgstr "Sie können die wp_mail Funktion für das versenden verwenden."
333
 
334
- #: contact_form.php:1171
335
  msgid "Mail"
336
  msgstr "Mail"
337
 
338
- #: contact_form.php:1173
339
  #, fuzzy
340
  msgid "You can use the PHP mail function for mailing"
341
  msgstr "Sie können die wp_mail Funktion für das versenden verwenden."
342
 
343
- #: contact_form.php:1178
344
  msgid "'FROM' field"
345
  msgstr ""
346
 
347
- #: contact_form.php:1180 contact_form.php:1239 contact_form.php:1827
348
- #: contact_form.php:2808 contact_form.php:2844
349
  msgid "Name"
350
  msgstr "Name"
351
 
352
- #: contact_form.php:1183
353
  msgid "User name"
354
  msgstr "Benutzer Name"
355
 
356
- #: contact_form.php:1185
357
  msgid ""
358
  "The name of the user who fills the form will be used in the field 'From'."
359
  msgstr ""
360
  "Der Name des Benutzers, der das Formular ausfüllt, wird im Feld 'From/Von' "
361
  "verwendt."
362
 
363
- #: contact_form.php:1190 contact_form.php:2819 contact_form.php:2851
364
  msgid "Email"
365
  msgstr "E-Mail"
366
 
367
- #: contact_form.php:1193
368
  msgid "User email"
369
  msgstr "Benutzer E-Mail"
370
 
371
- #: contact_form.php:1195
372
  msgid ""
373
  "The email address of the user who fills the form will be used in the field "
374
  "'From'."
@@ -376,191 +380,191 @@ msgstr ""
376
  "Die E-Mail Adresse des Benutzers, der das Formular ausfüllt, wird im Feld "
377
  "'From/Von' verwendt."
378
 
379
- #: contact_form.php:1198
380
  msgid ""
381
  "If this option is changed, email messages may be moved to the spam folder or "
382
  "email delivery failures may occur."
383
  msgstr ""
384
 
385
- #: contact_form.php:1204
386
  msgid "Required symbol"
387
  msgstr "Benötigtes Symbol"
388
 
389
- #: contact_form.php:1214
390
  msgid "Fields"
391
  msgstr "Felder"
392
 
393
- #: contact_form.php:1215 contact_form.php:1242 contact_form.php:1269
394
- #: contact_form.php:1289 contact_form.php:1328 contact_form.php:1413
395
  msgid "Used"
396
  msgstr "Benutzt"
397
 
398
- #: contact_form.php:1216 contact_form.php:1231 contact_form.php:1246
399
- #: contact_form.php:1273 contact_form.php:1293 contact_form.php:1306
400
- #: contact_form.php:1332 contact_form.php:1345 contact_form.php:1369
401
  msgid "Required"
402
  msgstr "Benötigt"
403
 
404
- #: contact_form.php:1218 contact_form.php:1251 contact_form.php:1311
405
- #: contact_form.php:1350 contact_form.php:1374
406
  msgid "Visible"
407
  msgstr "Sichtbar"
408
 
409
- #: contact_form.php:1219 contact_form.php:1255 contact_form.php:1315
410
- #: contact_form.php:1354 contact_form.php:1378
411
  msgid "Disabled for editing"
412
  msgstr "Bearbeitung ist ausgeschaltet"
413
 
414
- #: contact_form.php:1220 contact_form.php:1279 contact_form.php:1358
415
- #: contact_form.php:1382
416
  msgid "Field's default value"
417
  msgstr "Standard-Feld-Wert"
418
 
419
- #: contact_form.php:1227
420
  msgid "Department selectbox"
421
  msgstr ""
422
 
423
- #: contact_form.php:1259
424
  msgid "Use User's name as a default value if the user is logged in."
425
  msgstr ""
426
 
427
- #: contact_form.php:1260 contact_form.php:1320
428
  msgid ""
429
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
430
  "in users."
431
  msgstr ""
432
 
433
- #: contact_form.php:1266
434
  msgid "Location selectbox"
435
  msgstr ""
436
 
437
- #: contact_form.php:1286 contact_form.php:1832 contact_form.php:2814
438
- #: contact_form.php:2848
439
  msgid "Address"
440
  msgstr "Adresse: "
441
 
442
- #: contact_form.php:1302
443
  msgid "Email Address"
444
  msgstr "E-Mail Adresse:"
445
 
446
- #: contact_form.php:1319
447
  msgid "Use User's email as a default value if the user is logged in."
448
  msgstr ""
449
 
450
- #: contact_form.php:1325
451
  msgid "Phone number"
452
  msgstr "Telefonnummer:"
453
 
454
- #: contact_form.php:1341 contact_form.php:1847 contact_form.php:2829
455
- #: contact_form.php:2857
456
  msgid "Subject"
457
  msgstr "Betreff"
458
 
459
- #: contact_form.php:1365 contact_form.php:1851 contact_form.php:2832
460
- #: contact_form.php:2859
461
  msgid "Message"
462
  msgstr "Inhalt"
463
 
464
- #: contact_form.php:1406
465
  msgid "Attachment block"
466
  msgstr "Anhang-Block"
467
 
468
- #: contact_form.php:1408
469
  msgid "Users can attach the following file formats"
470
  msgstr "Benutzer können die folgenden Formate anhängen:"
471
 
472
- #: contact_form.php:1426
473
  msgid "Add to the form"
474
  msgstr "Füge in die Form"
475
 
476
- #: contact_form.php:1431
477
  msgid "Tips below the Attachment"
478
  msgstr "Tipps unterhalb des Anhangs"
479
 
480
- #: contact_form.php:1440
481
  msgid "'Send me a copy' block"
482
  msgstr "'Kopie an mich senden' Block"
483
 
484
- #: contact_form.php:1452
485
  #, fuzzy
486
  msgid "Activate Subscriber"
487
  msgstr "Geactiveerde plugins"
488
 
489
- #: contact_form.php:1456
490
  msgid "Download Subscriber"
491
  msgstr ""
492
 
493
- #: contact_form.php:1465
494
  #, fuzzy
495
  msgid "Activate Captcha"
496
  msgstr "Aktiviere captcha"
497
 
498
- #: contact_form.php:1469
499
  #, fuzzy
500
  msgid "Download Captcha"
501
  msgstr "Download captcha"
502
 
503
- #: contact_form.php:1479
504
  msgid "Agreement checkbox"
505
  msgstr "Agreement checkbox"
506
 
507
- #: contact_form.php:1479
508
  msgid "Required checkbox for submitting the form"
509
  msgstr "Benötigte checkbox zur übermittlung des Formulars"
510
 
511
- #: contact_form.php:1480
512
  msgid "Optional checkbox"
513
  msgstr "Optionale checkbox"
514
 
515
- #: contact_form.php:1480
516
  msgid "Optional checkbox, the results of which will be displayed in email"
517
  msgstr "Optionale checkbox, das Ergebnis davon wird in der E-Mail angezeigt"
518
 
519
- #: contact_form.php:1501
520
  msgid "Delete an attachment file from the server after the email is sent"
521
  msgstr "Lösche die Anhang-Datei vom Server nachdem die E-Mail gesendet wurde"
522
 
523
- #: contact_form.php:1507
524
  msgid "Email in HTML format sending"
525
  msgstr "E-Mail im HTML Format"
526
 
527
- #: contact_form.php:1511
528
  msgid "Display additional info in the email"
529
  msgstr "Zeige weitere Informationen in der E-Mail"
530
 
531
- #: contact_form.php:1517
532
  #, fuzzy
533
  msgid "Sent from (IP address)"
534
  msgstr "Gesendet von (IP-Adresse)"
535
 
536
- #: contact_form.php:1517
537
  msgid "Example: Sent from (IP address):\t127.0.0.1"
538
  msgstr "Beispiel: Gesendet von (IP-Adresse):\t127.0.0.1"
539
 
540
- #: contact_form.php:1518 contact_form.php:2781 contact_form.php:2783
541
  msgid "Date/Time"
542
  msgstr "Datum/Zeit"
543
 
544
- #: contact_form.php:1518
545
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
546
  msgstr "Beispiel: Datum/Zeit:\tAugust 19, 2013 8:50 pm"
547
 
548
- #: contact_form.php:1519 contact_form.php:2787 contact_form.php:2789
549
  msgid "Sent from (referer)"
550
  msgstr "Gesendet von (referer)"
551
 
552
- #: contact_form.php:1519
553
  msgid ""
554
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
555
  msgstr ""
556
  "Beispiel: Gesendet von (referer):\thttp://bestwebsoft.com/contacts/contact-"
557
  "us/"
558
 
559
- #: contact_form.php:1520 contact_form.php:2793 contact_form.php:2795
560
  msgid "Using (user agent)"
561
  msgstr "Verwendet (user agent)"
562
 
563
- #: contact_form.php:1520
564
  msgid ""
565
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
566
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -568,139 +572,139 @@ msgstr ""
568
  "Beispiel: Verwendet (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
569
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
570
 
571
- #: contact_form.php:1525
572
  msgid "Language settings for the field names in the form"
573
  msgstr "Benutzer-Einstellungen für die Feld-Namen in der Form"
574
 
575
- #: contact_form.php:1534
576
  msgid "Add a language"
577
  msgstr "Hinzufügen einer Sprache"
578
 
579
- #: contact_form.php:1538
580
  msgid "Change the names of the contact form fields and error messages"
581
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
582
 
583
- #: contact_form.php:1543 contact_form.php:1630 contact_form.php:1875
584
- #: contact_form.php:1880 contact_form.php:1890 contact_form.php:1895
585
- #: contact_form.php:1900 contact_form.php:1905 contact_form.php:1915
586
- #: contact_form.php:1920 contact_form.php:1929 contact_form.php:1943
587
- #: contact_form.php:1948 contact_form.php:1953
588
  msgid "Default"
589
  msgstr "Standard"
590
 
591
- #: contact_form.php:1551 contact_form.php:1585
592
  msgid "click to expand/hide the list"
593
  msgstr "Klick zum erweitern/verstecken der Liste"
594
 
595
- #: contact_form.php:1560 contact_form.php:1594
596
  msgid "Tips below the Attachment block"
597
  msgstr "Tipps unterhalb des Anhang-Blocks"
598
 
599
- #: contact_form.php:1563 contact_form.php:1597
600
  msgid "Error message for the Name field"
601
  msgstr "Fehlermeldung für das Namensfeld"
602
 
603
- #: contact_form.php:1564 contact_form.php:1598
604
  msgid "Error message for the Address field"
605
  msgstr "Fehlermeldung für das Adress-Feld"
606
 
607
- #: contact_form.php:1565 contact_form.php:1599
608
  msgid "Error message for the Email field"
609
  msgstr "Fehlermeldung für das E-Mail-Feld"
610
 
611
- #: contact_form.php:1566 contact_form.php:1600
612
  msgid "Error message for the Phone field"
613
  msgstr "Fehlermeldung für das Telefonnummer-Feld"
614
 
615
- #: contact_form.php:1567 contact_form.php:1601
616
  msgid "Error message for the Subject field"
617
  msgstr "Fehlermeldung für das Betreff-Feld"
618
 
619
- #: contact_form.php:1568 contact_form.php:1602
620
  msgid "Error message for the Message field"
621
  msgstr "Fehlermeldung für das Inhalts-Feld"
622
 
623
- #: contact_form.php:1569 contact_form.php:1603
624
  msgid "Error message about the file type for the Attachment field"
625
  msgstr "Fehlermeldung über den Datei-Typ für das Anhang-Feld"
626
 
627
- #: contact_form.php:1570 contact_form.php:1604
628
  msgid ""
629
  "Error message while uploading a file for the Attachment field to the server"
630
  msgstr ""
631
  "Fehlermeldung während des hochladens einer Datei zum Server für das Anhang-"
632
  "Feld"
633
 
634
- #: contact_form.php:1571 contact_form.php:1605
635
  msgid "Error message while moving the file for the Attachment field"
636
  msgstr "Fehlermeldung während der Verschiebung für das Anhang-Feld"
637
 
638
- #: contact_form.php:1572 contact_form.php:1606
639
  msgid "Error message when file size limit for the Attachment field is exceeded"
640
  msgstr ""
641
  "Fehlermeldung wenn das Datei-Größen-Limit für das Anhang-Feld überschritten "
642
  "wird"
643
 
644
- #: contact_form.php:1573 contact_form.php:1607
645
  msgid "Error message for the Captcha field"
646
  msgstr "Fehlermeldung für das Capatcha-Feld"
647
 
648
- #: contact_form.php:1574 contact_form.php:1608
649
  msgid "Error message for the whole form"
650
  msgstr "Fehlermeldung für das ganze Formular"
651
 
652
- #: contact_form.php:1577 contact_form.php:1579 contact_form.php:1611
653
- #: contact_form.php:1613 contact_form.php:1640 contact_form.php:1642
654
- #: contact_form.php:1650 contact_form.php:1652 contact_form.php:3175
655
- #: contact_form.php:3177
656
  msgid "Use shortcode"
657
  msgstr "Benutze shortcode"
658
 
659
- #: contact_form.php:1577 contact_form.php:1579 contact_form.php:1611
660
- #: contact_form.php:1613 contact_form.php:1640 contact_form.php:1642
661
- #: contact_form.php:1650 contact_form.php:1652 contact_form.php:3175
662
- #: contact_form.php:3177
663
  msgid "for this language"
664
  msgstr "für diese Sprache"
665
 
666
- #: contact_form.php:1621
667
  #, fuzzy
668
  msgid "Use the changed names of the contact form fields in the email"
669
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
670
 
671
- #: contact_form.php:1627
672
  msgid "Action after email is sent"
673
  msgstr "Handlung nachdem die E-Mail gesendet wurde"
674
 
675
- #: contact_form.php:1629
676
  msgid "Display text"
677
  msgstr "Zeige Text"
678
 
679
- #: contact_form.php:1638 contact_form.php:1648
680
  msgid "Text"
681
  msgstr "Text"
682
 
683
- #: contact_form.php:1659
684
  msgid "Redirect to the page"
685
  msgstr "Umleiten zur Seite"
686
 
687
- #: contact_form.php:1660
688
  msgid "Url"
689
  msgstr "Url"
690
 
691
- #: contact_form.php:1671
692
  msgid "Add field 'Reply-To' to the email header"
693
  msgstr ""
694
 
695
- #: contact_form.php:1673
696
  msgid "Field 'Reply-To' will be initialized by user email"
697
  msgstr ""
698
 
699
- #: contact_form.php:1677
700
  msgid "Auto Response"
701
  msgstr ""
702
 
703
- #: contact_form.php:1681
704
  #, php-format
705
  msgid ""
706
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -708,177 +712,177 @@ msgid ""
708
  "name."
709
  msgstr ""
710
 
711
- #: contact_form.php:1706 contact_form.php:2201
712
  msgid "Save Changes"
713
  msgstr "Speichere Änderungen"
714
 
715
- #: contact_form.php:1719
716
  #, php-format
717
  msgid ""
718
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
719
  msgstr ""
720
 
721
- #: contact_form.php:1732
722
  msgid "One column"
723
  msgstr ""
724
 
725
- #: contact_form.php:1735
726
  msgid "Two columns"
727
  msgstr ""
728
 
729
- #: contact_form.php:1744 contact_form.php:1763 contact_form.php:1781
730
- #: contact_form.php:1796
731
  msgid "Left"
732
  msgstr ""
733
 
734
- #: contact_form.php:1747 contact_form.php:1769 contact_form.php:1784
735
- #: contact_form.php:1802
736
  msgid "Right"
737
  msgstr ""
738
 
739
- #: contact_form.php:1759
740
  msgid "Form align"
741
  msgstr ""
742
 
743
- #: contact_form.php:1766 contact_form.php:1799
744
  msgid "Center"
745
  msgstr ""
746
 
747
- #: contact_form.php:1774
748
  #, fuzzy
749
  msgid "Labels position"
750
  msgstr "Sende-Schaltfläche"
751
 
752
- #: contact_form.php:1778
753
  msgid "Top"
754
  msgstr ""
755
 
756
- #: contact_form.php:1787
757
  msgid "Bottom"
758
  msgstr ""
759
 
760
- #: contact_form.php:1792
761
  msgid "Labels align"
762
  msgstr ""
763
 
764
- #: contact_form.php:1807
765
  msgid "Errors output"
766
  msgstr "Fehler-Ausgabe"
767
 
768
- #: contact_form.php:1810
769
  msgid "Display error messages"
770
  msgstr "Zeige Fehlermeldungen"
771
 
772
- #: contact_form.php:1811
773
  msgid "Color of the input field errors."
774
  msgstr "Farbe der Eingabe-Fehld-Fehler"
775
 
776
- #: contact_form.php:1812
777
  msgid "Display error messages & color of the input field errors"
778
  msgstr "Zeige Fehlermeldungen & Farbe zu den Eingabe-Feldern"
779
 
780
- #: contact_form.php:1817
781
  msgid "Add placeholder to the input blocks"
782
  msgstr "Füge Platzhalter an die Eingabe-Blöcke"
783
 
784
- #: contact_form.php:1823
785
  msgid "Add tooltips"
786
  msgstr "Füge Tooltips hinzu"
787
 
788
- #: contact_form.php:1837
789
  msgid "Email address"
790
  msgstr "E-Mail Adresse:"
791
 
792
- #: contact_form.php:1842
793
  msgid "Phone Number"
794
  msgstr "Telefonnummer:"
795
 
796
- #: contact_form.php:1856
797
  msgid "Attachment"
798
  msgstr "Anhang:"
799
 
800
- #: contact_form.php:1868
801
  msgid "Style options"
802
  msgstr "Stil-Optionen"
803
 
804
- #: contact_form.php:1872
805
  msgid "Text color"
806
  msgstr "Text -Farbe"
807
 
808
- #: contact_form.php:1877
809
  msgid "Label text color"
810
  msgstr "Beschriftungs-Text -Farbe"
811
 
812
- #: contact_form.php:1882
813
  msgid "Placeholder color"
814
  msgstr "Platzhalter -Farbe"
815
 
816
- #: contact_form.php:1887
817
  msgid "Errors color"
818
  msgstr "Fehler -Farbe"
819
 
820
- #: contact_form.php:1892
821
  msgid "Error text color"
822
  msgstr "Fehler-Text -Farbe"
823
 
824
- #: contact_form.php:1897
825
  msgid "Background color of the input field errors"
826
  msgstr "Hintergrund -Farbe von den Eingabefeld-Fehlern"
827
 
828
- #: contact_form.php:1902
829
  msgid "Border color of the input field errors"
830
  msgstr "Rand -Farbe von den Eingabefeld-Fehlern"
831
 
832
- #: contact_form.php:1907
833
  msgid "Placeholder color of the input field errors"
834
  msgstr "Platzhalter -Farbe von den Eingabefeld-Fehlern"
835
 
836
- #: contact_form.php:1912
837
  msgid "Input fields"
838
  msgstr "Eingabe-Felder"
839
 
840
- #: contact_form.php:1917
841
  msgid "Input fields background color"
842
  msgstr "Eingabefelder - Hintergrundfarbe"
843
 
844
- #: contact_form.php:1922
845
  msgid "Text fields color"
846
  msgstr "Text-Felder -Farbe"
847
 
848
- #: contact_form.php:1926
849
  msgid "Border width in px, numbers only"
850
  msgstr "Rand-Breite in px, nur Zahlen"
851
 
852
- #: contact_form.php:1931 contact_form.php:1955
853
  msgid "Border color"
854
  msgstr "Rand -Farbe"
855
 
856
- #: contact_form.php:1936
857
  msgid "Submit button"
858
  msgstr "Sende-Schaltfläche"
859
 
860
- #: contact_form.php:1940
861
  msgid "Width in px, numbers only"
862
  msgstr "Breite in px, nur Zahlen"
863
 
864
- #: contact_form.php:1945
865
  msgid "Button color"
866
  msgstr "Schaltflächen -Farbe"
867
 
868
- #: contact_form.php:1950
869
  msgid "Button text color"
870
  msgstr "Schaltflächen-Text -Farbe"
871
 
872
- #: contact_form.php:1982
873
  #, fuzzy
874
  msgid "Contact Form | Preview"
875
  msgstr "Kontakt-Form Pro | Vorschau"
876
 
877
- #: contact_form.php:1983
878
  msgid "Drag the necessary field to sort fields."
879
  msgstr ""
880
 
881
- #: contact_form.php:2188
882
  msgid ""
883
  "If you would like to add the Contact Form to your website, just copy and "
884
  "paste this shortcode to your post or page or widget:"
@@ -886,80 +890,80 @@ msgstr ""
886
  "Wenn sie die Kontakt-Form auf ihrer Webseite plazieren möchten, kopieren und "
887
  "fügen sie diesen shortcode in ihrem/r Beitrag, Seite oder Widget ein:"
888
 
889
- #: contact_form.php:2288
890
  msgid "Sorry, email message could not be delivered."
891
  msgstr "Verzeihung, die Nachricht konnte nicht gesendet werden."
892
 
893
- #: contact_form.php:2775 contact_form.php:2777
894
  msgid "Sent from (ip address)"
895
  msgstr "Gesendet von (IP-Adresse)"
896
 
897
- #: contact_form.php:2802
898
  msgid "Contact from"
899
  msgstr "Kontakt von"
900
 
901
- #: contact_form.php:2824 contact_form.php:2854
902
  msgid "Phone"
903
  msgstr "Telefonnummer"
904
 
905
- #: contact_form.php:2835 contact_form.php:2861
906
  msgid "Site"
907
  msgstr "Webseite"
908
 
909
- #: contact_form.php:2954
910
  msgid ""
911
  "If you can see this MIME, it means that the MIME type is not supported by "
912
  "your email client!"
913
  msgstr ""
914
  "Wenn sie dieses MIME sehen, unterstützt Ihr Browser diesen MIME Typ nicht!"
915
 
916
- #: contact_form.php:3037
917
  msgid "FAQ"
918
  msgstr "Häufig gestellte Fragen (FAQ)"
919
 
920
- #: contact_form.php:3038
921
  msgid "Support"
922
  msgstr "Support"
923
 
924
- #: contact_form.php:3087
925
  msgid "Are you sure that you want to delete this language data?"
926
  msgstr "Sind sie sicher, dass sie diese Sprach-Daten löschen wollen?"
927
 
928
- #: contact_form.php:3107
929
  #, fuzzy
930
  msgid "Add multiple forms"
931
  msgstr "Füge in die Form"
932
 
933
- #: contact_form.php:3107
934
  msgid ""
935
  "Install Contact Form Multi plugin to create unlimited number of contact "
936
  "forms."
937
  msgstr ""
938
 
939
- #: contact_form.php:3112
940
  #, fuzzy
941
  msgid "Learn more"
942
  msgstr "Lees verder"
943
 
944
- #: contact_form.php:3318
945
  msgid "Close notice"
946
  msgstr ""
947
 
948
- #: contact_form.php:3323
949
  #, fuzzy
950
  msgid "allows to store your messages to the database."
951
  msgstr "Speicher E-Mails in die Datenbank"
952
 
953
- #: contact_form.php:3324
954
  msgid "Manage messages that have been sent from your website."
955
  msgstr ""
956
 
957
- #: contact_form.php:3382
958
  #, fuzzy
959
  msgid "Contact form"
960
  msgstr "Kontakt von"
961
 
962
- #: contact_form.php:3395 contact_form.php:3405
963
  #, fuzzy
964
  msgid "Language"
965
  msgstr "Hinzufügen einer Sprache"
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-06-27 16:30+0300\n"
6
+ "PO-Revision-Date: 2016-06-27 16:30+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Alex <private183@web.de>\n"
9
  "Language: de_DE\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: contact_form.php:37 contact_form.php:1030
21
  msgid "Contact Form Settings"
22
  msgstr "Kontakt-Form Einstellungen"
23
 
25
  msgid "Contact Form"
26
  msgstr "Kontakt-Form"
27
 
28
+ #: contact_form.php:165 contact_form.php:1565 contact_form.php:1599
29
  msgid "Name:"
30
  msgstr "Name:"
31
 
32
+ #: contact_form.php:166 contact_form.php:1566 contact_form.php:1600
33
  msgid "Address:"
34
  msgstr "Adresse:"
35
 
36
+ #: contact_form.php:167 contact_form.php:1567 contact_form.php:1601
37
  msgid "Email Address:"
38
  msgstr "E-Mail Adresse:"
39
 
40
+ #: contact_form.php:168 contact_form.php:1568 contact_form.php:1602
41
  msgid "Phone number:"
42
  msgstr "Telefonnummer:"
43
 
44
+ #: contact_form.php:169 contact_form.php:1569 contact_form.php:1603
45
  msgid "Subject:"
46
  msgstr "Betreff:"
47
 
48
+ #: contact_form.php:170 contact_form.php:1570 contact_form.php:1604
49
  msgid "Message:"
50
  msgstr "Inhalt:"
51
 
52
+ #: contact_form.php:171 contact_form.php:1571 contact_form.php:1605
53
  msgid "Attachment:"
54
  msgstr "Anhang:"
55
 
61
  "Unterstützte Dateitypen: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
62
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
63
 
64
+ #: contact_form.php:173 contact_form.php:1573 contact_form.php:1607
65
  msgid "Send me a copy"
66
  msgstr "Kopie an mich senden"
67
 
68
+ #: contact_form.php:174 contact_form.php:1574 contact_form.php:1608
69
  msgid "Submit"
70
  msgstr "Senden"
71
 
121
  msgid "Thank you for contacting us."
122
  msgstr "Danke für Ihre Nachricht."
123
 
124
+ #: contact_form.php:688 contact_form.php:998
125
  msgid "Settings saved."
126
  msgstr "Einstellungen gespeichert."
127
 
128
+ #: contact_form.php:940
129
  msgid ""
130
  "Email 'FROM' field option was changed, which may cause email messages being "
131
  "moved to the spam folder or email delivery failures."
132
  msgstr ""
133
 
134
+ #: contact_form.php:950
135
  msgid ""
136
  "If the 'Redirect to page' option is selected then the URL field should be in "
137
  "the following format"
139
  "Wenn die 'Redirect to page/Umleiten zur Seite' Option verwendet wird, dann "
140
  "sollte das Feld URL in folgendem Format sein"
141
 
142
+ #: contact_form.php:957
143
  #, fuzzy
144
  msgid "Such user does not exist."
145
  msgstr "Dieser User exestiert nicht. Einstellungen werden nicht gespeichert."
146
 
147
+ #: contact_form.php:967
148
  #, fuzzy
149
  msgid ""
150
  "Please enter a valid email address in the 'Use this email address' field."
152
  "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. "
153
  "Einstellungen werden nicht gespeichert."
154
 
155
+ #: contact_form.php:975
156
  #, fuzzy
157
  msgid "Please enter a valid email address in the 'FROM' field."
158
  msgstr ""
159
  "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. "
160
  "Einstellungen werden nicht gespeichert."
161
 
162
+ #: contact_form.php:1000
163
  #, fuzzy
164
  msgid "Settings are not saved."
165
  msgstr "Einstellungen gespeichert."
166
 
167
+ #: contact_form.php:1027
168
  msgid "All plugin settings were restored."
169
  msgstr ""
170
 
171
+ #: contact_form.php:1032
172
  msgid "How to Use Step-by-step Instruction"
173
  msgstr ""
174
 
175
+ #: contact_form.php:1035 contact_form.php:3024 contact_form.php:3038
176
  msgid "Settings"
177
  msgstr "Einstellungen"
178
 
179
+ #: contact_form.php:1036
180
  #, fuzzy
181
  msgid "Additional settings"
182
  msgstr "Weitere Optionen"
183
 
184
+ #: contact_form.php:1037
185
  msgid "Appearance"
186
  msgstr ""
187
 
188
+ #: contact_form.php:1038
189
+ msgid "Custom code"
190
+ msgstr ""
191
+
192
+ #: contact_form.php:1039
193
  msgid "Go PRO"
194
  msgstr "Go PRO"
195
 
196
+ #: contact_form.php:1045
197
  #, fuzzy
198
  msgid ""
199
  "Please enable JavaScript to add language in the contact form, change the "
200
  "names of the contact form fields and error messages."
201
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
202
 
203
+ #: contact_form.php:1045 contact_form.php:1731 contact_form.php:1740
204
  msgid "Form layout"
205
  msgstr ""
206
 
207
+ #: contact_form.php:1045 contact_form.php:1731 contact_form.php:1752
208
  #, fuzzy
209
  msgid "Submit position"
210
  msgstr "Sende-Schaltfläche"
211
 
212
+ #: contact_form.php:1057
213
  msgid "Notice:"
214
  msgstr "Notiz:"
215
 
216
+ #: contact_form.php:1061
217
  msgid "NEW_FORM"
218
  msgstr ""
219
 
220
+ #: contact_form.php:1062
221
  msgid ""
222
  "If you want to create multiple contact forms, please install the Contact "
223
  "Form Multi plugin."
224
  msgstr ""
225
 
226
+ #: contact_form.php:1071
227
  #, fuzzy, php-format
228
  msgid ""
229
  "If you would like to add a Contact Form to your page or post, please use %s "
232
  "Wenn sie die Kontakt-Form auf ihrer Webseite plazieren möchten, kopieren und "
233
  "fügen sie diesen shortcode in ihrem/r Beitrag, Seite oder Widget ein:"
234
 
235
+ #: contact_form.php:1077
236
  #, php-format
237
  msgid ""
238
  "You can add the Contact Form to your page or post by clicking on %s button "
241
  "language."
242
  msgstr ""
243
 
244
+ #: contact_form.php:1086
245
  msgid ""
246
  "If you leave the fields empty, the messages will be sent to the email "
247
  "address specified during registration."
249
  "Wenn sie die Felder leer lassen, wird die Nachricht an die bei der "
250
  "registrierung angegebenen E-Mail Adresse gesendet."
251
 
252
+ #: contact_form.php:1089
253
  msgid "The user's email address:"
254
  msgstr "Benutzer E-Mail Adresse"
255
 
256
+ #: contact_form.php:1093
257
  #, fuzzy
258
  msgid "Select a username"
259
  msgstr "Benutzername erstellen"
260
 
261
+ #: contact_form.php:1106
262
  msgid ""
263
  "Enter a username of the person who should get the messages from the contact "
264
  "form."
266
  "Geben sie den Benutzernamen des Users an, der die Nachrichten der Kontakt-"
267
  "Form erhalten soll."
268
 
269
+ #: contact_form.php:1110
270
  msgid "Use this email address:"
271
  msgstr "Nutzen sie diese E-Mail Adresse"
272
 
273
+ #: contact_form.php:1114
274
  msgid "Enter the email address you want the messages forwarded to."
275
  msgstr ""
276
  "Geben sie die E-Mail Adresse ein, an welche die Nachricht weitergeleitet "
277
  "werden soll."
278
 
279
+ #: contact_form.php:1121 contact_form.php:1487 contact_form.php:1679
280
+ #: contact_form.php:1767 contact_form.php:3119
281
  msgid "Close"
282
  msgstr ""
283
 
284
+ #: contact_form.php:1125
285
  msgid "Add department selectbox to the contact form:"
286
  msgstr "Füge Abteilungs- Auswahlbox zu der Kontakt-Form:"
287
 
288
+ #: contact_form.php:1133 contact_form.php:1496 contact_form.php:1698
289
+ #: contact_form.php:1973
290
  msgid "If you upgrade to Pro version all your settings will be saved."
291
  msgstr "Wenn sie auf Pro upgraden werden alle ihre Einstellungen gespeichert"
292
 
293
+ #: contact_form.php:1140 contact_form.php:1407 contact_form.php:1501
294
+ #: contact_form.php:1705 contact_form.php:1980
295
  msgid "Unlock premium options by upgrading to Pro version"
296
  msgstr ""
297
 
298
+ #: contact_form.php:1143 contact_form.php:1410 contact_form.php:1504
299
+ #: contact_form.php:1708 contact_form.php:1983 contact_form.php:3329
300
  msgid "Learn More"
301
  msgstr ""
302
 
303
+ #: contact_form.php:1151
304
  msgid "Save emails to the database"
305
  msgstr "Speicher E-Mails in die Datenbank"
306
 
307
+ #: contact_form.php:1156
308
  msgid "Using"
309
  msgstr "Verwendet"
310
 
311
+ #: contact_form.php:1159 contact_form.php:1163
312
  #, fuzzy
313
  msgid "Using Contact Form to DB by BestWebSoft"
314
  msgstr "Verwende 'Kontakt-Form in die DB' powered by"
315
 
316
+ #: contact_form.php:1159
317
  #, fuzzy
318
  msgid "Activate"
319
  msgstr "Aktiviere captcha"
320
 
321
+ #: contact_form.php:1163
322
  msgid "Download"
323
  msgstr "Download"
324
 
325
+ #: contact_form.php:1173
326
  msgid "What to use?"
327
  msgstr "Was soll verwendet werden?"
328
 
329
+ #: contact_form.php:1178
330
  msgid "Wp-mail"
331
  msgstr "Wp-mail"
332
 
333
+ #: contact_form.php:1180
334
  #, fuzzy
335
  msgid "You can use the Wordpress wp_mail function for mailing"
336
  msgstr "Sie können die wp_mail Funktion für das versenden verwenden."
337
 
338
+ #: contact_form.php:1183
339
  msgid "Mail"
340
  msgstr "Mail"
341
 
342
+ #: contact_form.php:1185
343
  #, fuzzy
344
  msgid "You can use the PHP mail function for mailing"
345
  msgstr "Sie können die wp_mail Funktion für das versenden verwenden."
346
 
347
+ #: contact_form.php:1190
348
  msgid "'FROM' field"
349
  msgstr ""
350
 
351
+ #: contact_form.php:1192 contact_form.php:1251 contact_form.php:1839
352
+ #: contact_form.php:2810 contact_form.php:2846
353
  msgid "Name"
354
  msgstr "Name"
355
 
356
+ #: contact_form.php:1195
357
  msgid "User name"
358
  msgstr "Benutzer Name"
359
 
360
+ #: contact_form.php:1197
361
  msgid ""
362
  "The name of the user who fills the form will be used in the field 'From'."
363
  msgstr ""
364
  "Der Name des Benutzers, der das Formular ausfüllt, wird im Feld 'From/Von' "
365
  "verwendt."
366
 
367
+ #: contact_form.php:1202 contact_form.php:2821 contact_form.php:2853
368
  msgid "Email"
369
  msgstr "E-Mail"
370
 
371
+ #: contact_form.php:1205
372
  msgid "User email"
373
  msgstr "Benutzer E-Mail"
374
 
375
+ #: contact_form.php:1207
376
  msgid ""
377
  "The email address of the user who fills the form will be used in the field "
378
  "'From'."
380
  "Die E-Mail Adresse des Benutzers, der das Formular ausfüllt, wird im Feld "
381
  "'From/Von' verwendt."
382
 
383
+ #: contact_form.php:1210
384
  msgid ""
385
  "If this option is changed, email messages may be moved to the spam folder or "
386
  "email delivery failures may occur."
387
  msgstr ""
388
 
389
+ #: contact_form.php:1216
390
  msgid "Required symbol"
391
  msgstr "Benötigtes Symbol"
392
 
393
+ #: contact_form.php:1226
394
  msgid "Fields"
395
  msgstr "Felder"
396
 
397
+ #: contact_form.php:1227 contact_form.php:1254 contact_form.php:1281
398
+ #: contact_form.php:1301 contact_form.php:1340 contact_form.php:1425
399
  msgid "Used"
400
  msgstr "Benutzt"
401
 
402
+ #: contact_form.php:1228 contact_form.php:1243 contact_form.php:1258
403
+ #: contact_form.php:1285 contact_form.php:1305 contact_form.php:1318
404
+ #: contact_form.php:1344 contact_form.php:1357 contact_form.php:1381
405
  msgid "Required"
406
  msgstr "Benötigt"
407
 
408
+ #: contact_form.php:1230 contact_form.php:1263 contact_form.php:1323
409
+ #: contact_form.php:1362 contact_form.php:1386
410
  msgid "Visible"
411
  msgstr "Sichtbar"
412
 
413
+ #: contact_form.php:1231 contact_form.php:1267 contact_form.php:1327
414
+ #: contact_form.php:1366 contact_form.php:1390
415
  msgid "Disabled for editing"
416
  msgstr "Bearbeitung ist ausgeschaltet"
417
 
418
+ #: contact_form.php:1232 contact_form.php:1291 contact_form.php:1370
419
+ #: contact_form.php:1394
420
  msgid "Field's default value"
421
  msgstr "Standard-Feld-Wert"
422
 
423
+ #: contact_form.php:1239
424
  msgid "Department selectbox"
425
  msgstr ""
426
 
427
+ #: contact_form.php:1271
428
  msgid "Use User's name as a default value if the user is logged in."
429
  msgstr ""
430
 
431
+ #: contact_form.php:1272 contact_form.php:1332
432
  msgid ""
433
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
434
  "in users."
435
  msgstr ""
436
 
437
+ #: contact_form.php:1278
438
  msgid "Location selectbox"
439
  msgstr ""
440
 
441
+ #: contact_form.php:1298 contact_form.php:1844 contact_form.php:2816
442
+ #: contact_form.php:2850
443
  msgid "Address"
444
  msgstr "Adresse: "
445
 
446
+ #: contact_form.php:1314
447
  msgid "Email Address"
448
  msgstr "E-Mail Adresse:"
449
 
450
+ #: contact_form.php:1331
451
  msgid "Use User's email as a default value if the user is logged in."
452
  msgstr ""
453
 
454
+ #: contact_form.php:1337
455
  msgid "Phone number"
456
  msgstr "Telefonnummer:"
457
 
458
+ #: contact_form.php:1353 contact_form.php:1859 contact_form.php:2831
459
+ #: contact_form.php:2859
460
  msgid "Subject"
461
  msgstr "Betreff"
462
 
463
+ #: contact_form.php:1377 contact_form.php:1863 contact_form.php:2834
464
+ #: contact_form.php:2861
465
  msgid "Message"
466
  msgstr "Inhalt"
467
 
468
+ #: contact_form.php:1418
469
  msgid "Attachment block"
470
  msgstr "Anhang-Block"
471
 
472
+ #: contact_form.php:1420
473
  msgid "Users can attach the following file formats"
474
  msgstr "Benutzer können die folgenden Formate anhängen:"
475
 
476
+ #: contact_form.php:1438
477
  msgid "Add to the form"
478
  msgstr "Füge in die Form"
479
 
480
+ #: contact_form.php:1443
481
  msgid "Tips below the Attachment"
482
  msgstr "Tipps unterhalb des Anhangs"
483
 
484
+ #: contact_form.php:1452
485
  msgid "'Send me a copy' block"
486
  msgstr "'Kopie an mich senden' Block"
487
 
488
+ #: contact_form.php:1464
489
  #, fuzzy
490
  msgid "Activate Subscriber"
491
  msgstr "Geactiveerde plugins"
492
 
493
+ #: contact_form.php:1468
494
  msgid "Download Subscriber"
495
  msgstr ""
496
 
497
+ #: contact_form.php:1477
498
  #, fuzzy
499
  msgid "Activate Captcha"
500
  msgstr "Aktiviere captcha"
501
 
502
+ #: contact_form.php:1481
503
  #, fuzzy
504
  msgid "Download Captcha"
505
  msgstr "Download captcha"
506
 
507
+ #: contact_form.php:1491
508
  msgid "Agreement checkbox"
509
  msgstr "Agreement checkbox"
510
 
511
+ #: contact_form.php:1491
512
  msgid "Required checkbox for submitting the form"
513
  msgstr "Benötigte checkbox zur übermittlung des Formulars"
514
 
515
+ #: contact_form.php:1492
516
  msgid "Optional checkbox"
517
  msgstr "Optionale checkbox"
518
 
519
+ #: contact_form.php:1492
520
  msgid "Optional checkbox, the results of which will be displayed in email"
521
  msgstr "Optionale checkbox, das Ergebnis davon wird in der E-Mail angezeigt"
522
 
523
+ #: contact_form.php:1513
524
  msgid "Delete an attachment file from the server after the email is sent"
525
  msgstr "Lösche die Anhang-Datei vom Server nachdem die E-Mail gesendet wurde"
526
 
527
+ #: contact_form.php:1519
528
  msgid "Email in HTML format sending"
529
  msgstr "E-Mail im HTML Format"
530
 
531
+ #: contact_form.php:1523
532
  msgid "Display additional info in the email"
533
  msgstr "Zeige weitere Informationen in der E-Mail"
534
 
535
+ #: contact_form.php:1529
536
  #, fuzzy
537
  msgid "Sent from (IP address)"
538
  msgstr "Gesendet von (IP-Adresse)"
539
 
540
+ #: contact_form.php:1529
541
  msgid "Example: Sent from (IP address):\t127.0.0.1"
542
  msgstr "Beispiel: Gesendet von (IP-Adresse):\t127.0.0.1"
543
 
544
+ #: contact_form.php:1530 contact_form.php:2783 contact_form.php:2785
545
  msgid "Date/Time"
546
  msgstr "Datum/Zeit"
547
 
548
+ #: contact_form.php:1530
549
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
550
  msgstr "Beispiel: Datum/Zeit:\tAugust 19, 2013 8:50 pm"
551
 
552
+ #: contact_form.php:1531 contact_form.php:2789 contact_form.php:2791
553
  msgid "Sent from (referer)"
554
  msgstr "Gesendet von (referer)"
555
 
556
+ #: contact_form.php:1531
557
  msgid ""
558
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
559
  msgstr ""
560
  "Beispiel: Gesendet von (referer):\thttp://bestwebsoft.com/contacts/contact-"
561
  "us/"
562
 
563
+ #: contact_form.php:1532 contact_form.php:2795 contact_form.php:2797
564
  msgid "Using (user agent)"
565
  msgstr "Verwendet (user agent)"
566
 
567
+ #: contact_form.php:1532
568
  msgid ""
569
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
570
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
572
  "Beispiel: Verwendet (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
573
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
574
 
575
+ #: contact_form.php:1537
576
  msgid "Language settings for the field names in the form"
577
  msgstr "Benutzer-Einstellungen für die Feld-Namen in der Form"
578
 
579
+ #: contact_form.php:1546
580
  msgid "Add a language"
581
  msgstr "Hinzufügen einer Sprache"
582
 
583
+ #: contact_form.php:1550
584
  msgid "Change the names of the contact form fields and error messages"
585
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
586
 
587
+ #: contact_form.php:1555 contact_form.php:1642 contact_form.php:1887
588
+ #: contact_form.php:1892 contact_form.php:1902 contact_form.php:1907
589
+ #: contact_form.php:1912 contact_form.php:1917 contact_form.php:1927
590
+ #: contact_form.php:1932 contact_form.php:1941 contact_form.php:1955
591
+ #: contact_form.php:1960 contact_form.php:1965
592
  msgid "Default"
593
  msgstr "Standard"
594
 
595
+ #: contact_form.php:1563 contact_form.php:1597
596
  msgid "click to expand/hide the list"
597
  msgstr "Klick zum erweitern/verstecken der Liste"
598
 
599
+ #: contact_form.php:1572 contact_form.php:1606
600
  msgid "Tips below the Attachment block"
601
  msgstr "Tipps unterhalb des Anhang-Blocks"
602
 
603
+ #: contact_form.php:1575 contact_form.php:1609
604
  msgid "Error message for the Name field"
605
  msgstr "Fehlermeldung für das Namensfeld"
606
 
607
+ #: contact_form.php:1576 contact_form.php:1610
608
  msgid "Error message for the Address field"
609
  msgstr "Fehlermeldung für das Adress-Feld"
610
 
611
+ #: contact_form.php:1577 contact_form.php:1611
612
  msgid "Error message for the Email field"
613
  msgstr "Fehlermeldung für das E-Mail-Feld"
614
 
615
+ #: contact_form.php:1578 contact_form.php:1612
616
  msgid "Error message for the Phone field"
617
  msgstr "Fehlermeldung für das Telefonnummer-Feld"
618
 
619
+ #: contact_form.php:1579 contact_form.php:1613
620
  msgid "Error message for the Subject field"
621
  msgstr "Fehlermeldung für das Betreff-Feld"
622
 
623
+ #: contact_form.php:1580 contact_form.php:1614
624
  msgid "Error message for the Message field"
625
  msgstr "Fehlermeldung für das Inhalts-Feld"
626
 
627
+ #: contact_form.php:1581 contact_form.php:1615
628
  msgid "Error message about the file type for the Attachment field"
629
  msgstr "Fehlermeldung über den Datei-Typ für das Anhang-Feld"
630
 
631
+ #: contact_form.php:1582 contact_form.php:1616
632
  msgid ""
633
  "Error message while uploading a file for the Attachment field to the server"
634
  msgstr ""
635
  "Fehlermeldung während des hochladens einer Datei zum Server für das Anhang-"
636
  "Feld"
637
 
638
+ #: contact_form.php:1583 contact_form.php:1617
639
  msgid "Error message while moving the file for the Attachment field"
640
  msgstr "Fehlermeldung während der Verschiebung für das Anhang-Feld"
641
 
642
+ #: contact_form.php:1584 contact_form.php:1618
643
  msgid "Error message when file size limit for the Attachment field is exceeded"
644
  msgstr ""
645
  "Fehlermeldung wenn das Datei-Größen-Limit für das Anhang-Feld überschritten "
646
  "wird"
647
 
648
+ #: contact_form.php:1585 contact_form.php:1619
649
  msgid "Error message for the Captcha field"
650
  msgstr "Fehlermeldung für das Capatcha-Feld"
651
 
652
+ #: contact_form.php:1586 contact_form.php:1620
653
  msgid "Error message for the whole form"
654
  msgstr "Fehlermeldung für das ganze Formular"
655
 
656
+ #: contact_form.php:1589 contact_form.php:1591 contact_form.php:1623
657
+ #: contact_form.php:1625 contact_form.php:1652 contact_form.php:1654
658
+ #: contact_form.php:1662 contact_form.php:1664 contact_form.php:3177
659
+ #: contact_form.php:3179
660
  msgid "Use shortcode"
661
  msgstr "Benutze shortcode"
662
 
663
+ #: contact_form.php:1589 contact_form.php:1591 contact_form.php:1623
664
+ #: contact_form.php:1625 contact_form.php:1652 contact_form.php:1654
665
+ #: contact_form.php:1662 contact_form.php:1664 contact_form.php:3177
666
+ #: contact_form.php:3179
667
  msgid "for this language"
668
  msgstr "für diese Sprache"
669
 
670
+ #: contact_form.php:1633
671
  #, fuzzy
672
  msgid "Use the changed names of the contact form fields in the email"
673
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
674
 
675
+ #: contact_form.php:1639
676
  msgid "Action after email is sent"
677
  msgstr "Handlung nachdem die E-Mail gesendet wurde"
678
 
679
+ #: contact_form.php:1641
680
  msgid "Display text"
681
  msgstr "Zeige Text"
682
 
683
+ #: contact_form.php:1650 contact_form.php:1660
684
  msgid "Text"
685
  msgstr "Text"
686
 
687
+ #: contact_form.php:1671
688
  msgid "Redirect to the page"
689
  msgstr "Umleiten zur Seite"
690
 
691
+ #: contact_form.php:1672
692
  msgid "Url"
693
  msgstr "Url"
694
 
695
+ #: contact_form.php:1683
696
  msgid "Add field 'Reply-To' to the email header"
697
  msgstr ""
698
 
699
+ #: contact_form.php:1685
700
  msgid "Field 'Reply-To' will be initialized by user email"
701
  msgstr ""
702
 
703
+ #: contact_form.php:1689
704
  msgid "Auto Response"
705
  msgstr ""
706
 
707
+ #: contact_form.php:1693
708
  #, php-format
709
  msgid ""
710
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
712
  "name."
713
  msgstr ""
714
 
715
+ #: contact_form.php:1718 contact_form.php:2213
716
  msgid "Save Changes"
717
  msgstr "Speichere Änderungen"
718
 
719
+ #: contact_form.php:1731
720
  #, php-format
721
  msgid ""
722
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
723
  msgstr ""
724
 
725
+ #: contact_form.php:1744
726
  msgid "One column"
727
  msgstr ""
728
 
729
+ #: contact_form.php:1747
730
  msgid "Two columns"
731
  msgstr ""
732
 
733
+ #: contact_form.php:1756 contact_form.php:1775 contact_form.php:1793
734
+ #: contact_form.php:1808
735
  msgid "Left"
736
  msgstr ""
737
 
738
+ #: contact_form.php:1759 contact_form.php:1781 contact_form.php:1796
739
+ #: contact_form.php:1814
740
  msgid "Right"
741
  msgstr ""
742
 
743
+ #: contact_form.php:1771
744
  msgid "Form align"
745
  msgstr ""
746
 
747
+ #: contact_form.php:1778 contact_form.php:1811
748
  msgid "Center"
749
  msgstr ""
750
 
751
+ #: contact_form.php:1786
752
  #, fuzzy
753
  msgid "Labels position"
754
  msgstr "Sende-Schaltfläche"
755
 
756
+ #: contact_form.php:1790
757
  msgid "Top"
758
  msgstr ""
759
 
760
+ #: contact_form.php:1799
761
  msgid "Bottom"
762
  msgstr ""
763
 
764
+ #: contact_form.php:1804
765
  msgid "Labels align"
766
  msgstr ""
767
 
768
+ #: contact_form.php:1819
769
  msgid "Errors output"
770
  msgstr "Fehler-Ausgabe"
771
 
772
+ #: contact_form.php:1822
773
  msgid "Display error messages"
774
  msgstr "Zeige Fehlermeldungen"
775
 
776
+ #: contact_form.php:1823
777
  msgid "Color of the input field errors."
778
  msgstr "Farbe der Eingabe-Fehld-Fehler"
779
 
780
+ #: contact_form.php:1824
781
  msgid "Display error messages & color of the input field errors"
782
  msgstr "Zeige Fehlermeldungen & Farbe zu den Eingabe-Feldern"
783
 
784
+ #: contact_form.php:1829
785
  msgid "Add placeholder to the input blocks"
786
  msgstr "Füge Platzhalter an die Eingabe-Blöcke"
787
 
788
+ #: contact_form.php:1835
789
  msgid "Add tooltips"
790
  msgstr "Füge Tooltips hinzu"
791
 
792
+ #: contact_form.php:1849
793
  msgid "Email address"
794
  msgstr "E-Mail Adresse:"
795
 
796
+ #: contact_form.php:1854
797
  msgid "Phone Number"
798
  msgstr "Telefonnummer:"
799
 
800
+ #: contact_form.php:1868
801
  msgid "Attachment"
802
  msgstr "Anhang:"
803
 
804
+ #: contact_form.php:1880
805
  msgid "Style options"
806
  msgstr "Stil-Optionen"
807
 
808
+ #: contact_form.php:1884
809
  msgid "Text color"
810
  msgstr "Text -Farbe"
811
 
812
+ #: contact_form.php:1889
813
  msgid "Label text color"
814
  msgstr "Beschriftungs-Text -Farbe"
815
 
816
+ #: contact_form.php:1894
817
  msgid "Placeholder color"
818
  msgstr "Platzhalter -Farbe"
819
 
820
+ #: contact_form.php:1899
821
  msgid "Errors color"
822
  msgstr "Fehler -Farbe"
823
 
824
+ #: contact_form.php:1904
825
  msgid "Error text color"
826
  msgstr "Fehler-Text -Farbe"
827
 
828
+ #: contact_form.php:1909
829
  msgid "Background color of the input field errors"
830
  msgstr "Hintergrund -Farbe von den Eingabefeld-Fehlern"
831
 
832
+ #: contact_form.php:1914
833
  msgid "Border color of the input field errors"
834
  msgstr "Rand -Farbe von den Eingabefeld-Fehlern"
835
 
836
+ #: contact_form.php:1919
837
  msgid "Placeholder color of the input field errors"
838
  msgstr "Platzhalter -Farbe von den Eingabefeld-Fehlern"
839
 
840
+ #: contact_form.php:1924
841
  msgid "Input fields"
842
  msgstr "Eingabe-Felder"
843
 
844
+ #: contact_form.php:1929
845
  msgid "Input fields background color"
846
  msgstr "Eingabefelder - Hintergrundfarbe"
847
 
848
+ #: contact_form.php:1934
849
  msgid "Text fields color"
850
  msgstr "Text-Felder -Farbe"
851
 
852
+ #: contact_form.php:1938
853
  msgid "Border width in px, numbers only"
854
  msgstr "Rand-Breite in px, nur Zahlen"
855
 
856
+ #: contact_form.php:1943 contact_form.php:1967
857
  msgid "Border color"
858
  msgstr "Rand -Farbe"
859
 
860
+ #: contact_form.php:1948
861
  msgid "Submit button"
862
  msgstr "Sende-Schaltfläche"
863
 
864
+ #: contact_form.php:1952
865
  msgid "Width in px, numbers only"
866
  msgstr "Breite in px, nur Zahlen"
867
 
868
+ #: contact_form.php:1957
869
  msgid "Button color"
870
  msgstr "Schaltflächen -Farbe"
871
 
872
+ #: contact_form.php:1962
873
  msgid "Button text color"
874
  msgstr "Schaltflächen-Text -Farbe"
875
 
876
+ #: contact_form.php:1994
877
  #, fuzzy
878
  msgid "Contact Form | Preview"
879
  msgstr "Kontakt-Form Pro | Vorschau"
880
 
881
+ #: contact_form.php:1995
882
  msgid "Drag the necessary field to sort fields."
883
  msgstr ""
884
 
885
+ #: contact_form.php:2200
886
  msgid ""
887
  "If you would like to add the Contact Form to your website, just copy and "
888
  "paste this shortcode to your post or page or widget:"
890
  "Wenn sie die Kontakt-Form auf ihrer Webseite plazieren möchten, kopieren und "
891
  "fügen sie diesen shortcode in ihrem/r Beitrag, Seite oder Widget ein:"
892
 
893
+ #: contact_form.php:2297
894
  msgid "Sorry, email message could not be delivered."
895
  msgstr "Verzeihung, die Nachricht konnte nicht gesendet werden."
896
 
897
+ #: contact_form.php:2777 contact_form.php:2779
898
  msgid "Sent from (ip address)"
899
  msgstr "Gesendet von (IP-Adresse)"
900
 
901
+ #: contact_form.php:2804
902
  msgid "Contact from"
903
  msgstr "Kontakt von"
904
 
905
+ #: contact_form.php:2826 contact_form.php:2856
906
  msgid "Phone"
907
  msgstr "Telefonnummer"
908
 
909
+ #: contact_form.php:2837 contact_form.php:2863
910
  msgid "Site"
911
  msgstr "Webseite"
912
 
913
+ #: contact_form.php:2956
914
  msgid ""
915
  "If you can see this MIME, it means that the MIME type is not supported by "
916
  "your email client!"
917
  msgstr ""
918
  "Wenn sie dieses MIME sehen, unterstützt Ihr Browser diesen MIME Typ nicht!"
919
 
920
+ #: contact_form.php:3039
921
  msgid "FAQ"
922
  msgstr "Häufig gestellte Fragen (FAQ)"
923
 
924
+ #: contact_form.php:3040
925
  msgid "Support"
926
  msgstr "Support"
927
 
928
+ #: contact_form.php:3089
929
  msgid "Are you sure that you want to delete this language data?"
930
  msgstr "Sind sie sicher, dass sie diese Sprach-Daten löschen wollen?"
931
 
932
+ #: contact_form.php:3110
933
  #, fuzzy
934
  msgid "Add multiple forms"
935
  msgstr "Füge in die Form"
936
 
937
+ #: contact_form.php:3110
938
  msgid ""
939
  "Install Contact Form Multi plugin to create unlimited number of contact "
940
  "forms."
941
  msgstr ""
942
 
943
+ #: contact_form.php:3115
944
  #, fuzzy
945
  msgid "Learn more"
946
  msgstr "Lees verder"
947
 
948
+ #: contact_form.php:3320
949
  msgid "Close notice"
950
  msgstr ""
951
 
952
+ #: contact_form.php:3325
953
  #, fuzzy
954
  msgid "allows to store your messages to the database."
955
  msgstr "Speicher E-Mails in die Datenbank"
956
 
957
+ #: contact_form.php:3326
958
  msgid "Manage messages that have been sent from your website."
959
  msgstr ""
960
 
961
+ #: contact_form.php:3384
962
  #, fuzzy
963
  msgid "Contact form"
964
  msgstr "Kontakt von"
965
 
966
+ #: contact_form.php:3397 contact_form.php:3407
967
  #, fuzzy
968
  msgid "Language"
969
  msgstr "Hinzufügen einer Sprache"
languages/contact-form-plugin-el.mo CHANGED
Binary file
languages/contact-form-plugin-el.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-04-13 15:16+0300\n"
6
- "PO-Revision-Date: 2016-04-13 15:16+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Dimitris Karantonis <dkarantonis@gmail.com>\n"
9
  "Language: el\n"
@@ -21,7 +21,7 @@ msgstr ""
21
  "X-Poedit-SearchPath-0: .\n"
22
 
23
  # @ contact_form
24
- #: contact_form.php:37 contact_form.php:1019
25
  msgid "Contact Form Settings"
26
  msgstr "Ρυθμίσεις φόρμας επικοινωνίας"
27
 
@@ -31,37 +31,37 @@ msgid "Contact Form"
31
  msgstr "Φόρμα Επικοινωνίας"
32
 
33
  # @ contact_form
34
- #: contact_form.php:165 contact_form.php:1553 contact_form.php:1587
35
  msgid "Name:"
36
  msgstr "Όνομα:"
37
 
38
  # @ contact_form
39
- #: contact_form.php:166 contact_form.php:1554 contact_form.php:1588
40
  msgid "Address:"
41
  msgstr "Διεύθυνση:"
42
 
43
  # @ contact_form
44
- #: contact_form.php:167 contact_form.php:1555 contact_form.php:1589
45
  msgid "Email Address:"
46
  msgstr "Email:"
47
 
48
  # @ contact_form
49
- #: contact_form.php:168 contact_form.php:1556 contact_form.php:1590
50
  msgid "Phone number:"
51
  msgstr "Αριθμός τηλεφώνου:"
52
 
53
  # @ contact_form
54
- #: contact_form.php:169 contact_form.php:1557 contact_form.php:1591
55
  msgid "Subject:"
56
  msgstr "Θέμα:"
57
 
58
  # @ contact_form
59
- #: contact_form.php:170 contact_form.php:1558 contact_form.php:1592
60
  msgid "Message:"
61
  msgstr "Μήνυμα:"
62
 
63
  # @ contact_form
64
- #: contact_form.php:171 contact_form.php:1559 contact_form.php:1593
65
  msgid "Attachment:"
66
  msgstr "Συννημένο Αρχείο:"
67
 
@@ -76,12 +76,12 @@ msgstr ""
76
  "PPT."
77
 
78
  # @ contact_form
79
- #: contact_form.php:173 contact_form.php:1561 contact_form.php:1595
80
  msgid "Send me a copy"
81
  msgstr "Αποστολή αντιγράφου"
82
 
83
  # @ contact_form
84
- #: contact_form.php:174 contact_form.php:1562 contact_form.php:1596
85
  msgid "Submit"
86
  msgstr "Αποστολή"
87
 
@@ -152,18 +152,18 @@ msgid "Thank you for contacting us."
152
  msgstr "Σας ευχαριστούμε για την επικοινωνία."
153
 
154
  # @ contact_form
155
- #: contact_form.php:682 contact_form.php:995
156
  msgid "Settings saved."
157
  msgstr "Οι ρυθμίσεις αποθηκεύτηκαν."
158
 
159
- #: contact_form.php:935
160
  msgid ""
161
  "Email 'FROM' field option was changed, which may cause email messages being "
162
  "moved to the spam folder or email delivery failures."
163
  msgstr ""
164
 
165
  # @ contact_form
166
- #: contact_form.php:945
167
  msgid ""
168
  "If the 'Redirect to page' option is selected then the URL field should be in "
169
  "the following format"
@@ -172,12 +172,12 @@ msgstr ""
172
  "πεδίο URL θα πρέπει να έχει την ακόλουθη μορφή"
173
 
174
  # @ contact_form
175
- #: contact_form.php:954
176
  msgid "Such user does not exist."
177
  msgstr "Τέτοιος χρήστης δεν υπάρχει."
178
 
179
  # @ contact_form
180
- #: contact_form.php:964
181
  msgid ""
182
  "Please enter a valid email address in the 'Use this email address' field."
183
  msgstr ""
@@ -185,45 +185,49 @@ msgstr ""
185
  "αυτήν τη διεύθυνση email'."
186
 
187
  # @ contact_form
188
- #: contact_form.php:972
189
  msgid "Please enter a valid email address in the 'FROM' field."
190
  msgstr "Παρακαλούμε, εισάγετε μια έγκυρη διεύθυνση email στο πεδίο «ΑΠΟ»."
191
 
192
  # @ contact_form
193
- #: contact_form.php:997
194
  msgid "Settings are not saved."
195
  msgstr "Οι ρυθμίσεις δεν αποθηκεύτηκαν."
196
 
197
- #: contact_form.php:1016
198
  msgid "All plugin settings were restored."
199
  msgstr ""
200
 
201
- #: contact_form.php:1021
202
  msgid "How to Use Step-by-step Instruction"
203
  msgstr ""
204
 
205
  # @ contact_form
206
- #: contact_form.php:1024 contact_form.php:3022 contact_form.php:3036
207
  msgid "Settings"
208
  msgstr "Ρυθμίσεις"
209
 
210
  # @ contact_form
211
- #: contact_form.php:1025
212
  #, fuzzy
213
  msgid "Additional settings"
214
  msgstr "Πρόσθετες επιλογές"
215
 
216
- #: contact_form.php:1026
217
  msgid "Appearance"
218
  msgstr ""
219
 
 
 
 
 
220
  # @ contact_form
221
- #: contact_form.php:1027
222
  msgid "Go PRO"
223
  msgstr "Αναβάθμιση σε PRO"
224
 
225
  # @ contact_form
226
- #: contact_form.php:1033
227
  #, fuzzy
228
  msgid ""
229
  "Please enable JavaScript to add language in the contact form, change the "
@@ -232,27 +236,27 @@ msgstr ""
232
  "Αλλάξτε τα ονόματα των πεδίων και των μηνύματα σφαλμάτων στη φόρμας "
233
  "επικοινωνίας "
234
 
235
- #: contact_form.php:1033 contact_form.php:1719 contact_form.php:1728
236
  msgid "Form layout"
237
  msgstr ""
238
 
239
  # @ contact_form
240
- #: contact_form.php:1033 contact_form.php:1719 contact_form.php:1740
241
  #, fuzzy
242
  msgid "Submit position"
243
  msgstr "Κομβίο Υποβολής"
244
 
245
  # @ contact_form
246
- #: contact_form.php:1045
247
  msgid "Notice:"
248
  msgstr "Σημείωση:"
249
 
250
- #: contact_form.php:1049
251
  msgid "NEW_FORM"
252
  msgstr ""
253
 
254
  # @ contact_form
255
- #: contact_form.php:1050
256
  msgid ""
257
  "If you want to create multiple contact forms, please install the Contact "
258
  "Form Multi plugin."
@@ -261,7 +265,7 @@ msgstr ""
261
  "εγκαταστήσετε την επέκταση φόρμα επικοινωνίας Multi."
262
 
263
  # @ contact_form
264
- #: contact_form.php:1059
265
  #, fuzzy, php-format
266
  msgid ""
267
  "If you would like to add a Contact Form to your page or post, please use %s "
@@ -271,7 +275,7 @@ msgstr ""
271
  "αντιγράψετε και επικολλήσετε αυτό το σύντομο κωδικό στο άρθρο, στη σελίδα ή "
272
  "στο widget σας:"
273
 
274
- #: contact_form.php:1065
275
  #, php-format
276
  msgid ""
277
  "You can add the Contact Form to your page or post by clicking on %s button "
@@ -281,7 +285,7 @@ msgid ""
281
  msgstr ""
282
 
283
  # @ contact_form
284
- #: contact_form.php:1074
285
  msgid ""
286
  "If you leave the fields empty, the messages will be sent to the email "
287
  "address specified during registration."
@@ -290,18 +294,18 @@ msgstr ""
290
  "καθορίσατε κατά την εγγραφή σας."
291
 
292
  # @ contact_form
293
- #: contact_form.php:1077
294
  msgid "The user's email address:"
295
  msgstr "Η διεύθυνση email του χρήστη:"
296
 
297
  # @ contact_form
298
- #: contact_form.php:1081
299
  #, fuzzy
300
  msgid "Select a username"
301
  msgstr "Δημιουργήστε ένα όνομα χρήστη"
302
 
303
  # @ contact_form
304
- #: contact_form.php:1094
305
  msgid ""
306
  "Enter a username of the person who should get the messages from the contact "
307
  "form."
@@ -310,119 +314,119 @@ msgstr ""
310
  "επικοινωνίας."
311
 
312
  # @ contact_form
313
- #: contact_form.php:1098
314
  msgid "Use this email address:"
315
  msgstr "Χρησιμοποιήστε αυτήν τη διεύθυνση email: "
316
 
317
  # @ contact_form
318
- #: contact_form.php:1102
319
  msgid "Enter the email address you want the messages forwarded to."
320
  msgstr "Εισάγετε τη διεύθυνση email που θέλετε τα μηνύματα να προωθούνται."
321
 
322
- #: contact_form.php:1109 contact_form.php:1475 contact_form.php:1667
323
- #: contact_form.php:1755 contact_form.php:3116
324
  msgid "Close"
325
  msgstr ""
326
 
327
  # @ contact_form
328
- #: contact_form.php:1113
329
  msgid "Add department selectbox to the contact form:"
330
  msgstr "Προσθέστε τμήμα selectbox στην φόρμα επικοινωνίας:"
331
 
332
  # @ contact_form
333
- #: contact_form.php:1121 contact_form.php:1484 contact_form.php:1686
334
- #: contact_form.php:1961
335
  msgid "If you upgrade to Pro version all your settings will be saved."
336
  msgstr ""
337
  "Εάν κάνετε αναβάθμιση σε έκδοση Pro όλες οι ρυθμίσεις σας θα αποθηκευτούν."
338
 
339
  # @ contact_form
340
- #: contact_form.php:1128 contact_form.php:1395 contact_form.php:1489
341
- #: contact_form.php:1693 contact_form.php:1968
342
  #, fuzzy
343
  msgid "Unlock premium options by upgrading to Pro version"
344
  msgstr "Ξεκλειδώστε τις επιπλέον επιλογές, αναβαθμίζοντας στην έκδοση PRO."
345
 
346
  # @ contact_form
347
- #: contact_form.php:1131 contact_form.php:1398 contact_form.php:1492
348
- #: contact_form.php:1696 contact_form.php:1971 contact_form.php:3327
349
  msgid "Learn More"
350
  msgstr "Μάθετε περισσότερα"
351
 
352
  # @ contact_form
353
- #: contact_form.php:1139
354
  msgid "Save emails to the database"
355
  msgstr "Αποθηκεύστε τα μηνύματα ηλεκτρονικού ταχυδρομείου στη βάση δεδομένων"
356
 
357
  # @ contact_form
358
- #: contact_form.php:1144
359
  msgid "Using"
360
  msgstr "Χρήση"
361
 
362
  # @ contact_form
363
- #: contact_form.php:1147 contact_form.php:1151
364
  #, fuzzy
365
  msgid "Using Contact Form to DB by BestWebSoft"
366
  msgstr "Χρήση της Φόρμας Επικοινωνίας για DB, υποστήριξη από"
367
 
368
  # @ contact_form
369
- #: contact_form.php:1147
370
  #, fuzzy
371
  msgid "Activate"
372
  msgstr "Ενεργοποίηση captcha"
373
 
374
  # @ contact_form
375
- #: contact_form.php:1151
376
  #, fuzzy
377
  msgid "Download"
378
  msgstr "Κατέβασμα captcha"
379
 
380
  # @ contact_form
381
- #: contact_form.php:1161
382
  msgid "What to use?"
383
  msgstr "Τι πρέπει να χρησιμοποιήσετε;"
384
 
385
  # @ contact_form
386
- #: contact_form.php:1166
387
  msgid "Wp-mail"
388
  msgstr "Wp-mail"
389
 
390
  # @ contact_form
391
- #: contact_form.php:1168
392
  #, fuzzy
393
  msgid "You can use the Wordpress wp_mail function for mailing"
394
  msgstr ""
395
  "Μπορείτε να χρησιμοποιήσετε τη λειτουργία wp_mail για την αποστολή emails"
396
 
397
  # @ contact_form
398
- #: contact_form.php:1171
399
  msgid "Mail"
400
  msgstr "Tαχυδρομείο"
401
 
402
  # @ contact_form
403
- #: contact_form.php:1173
404
  #, fuzzy
405
  msgid "You can use the PHP mail function for mailing"
406
  msgstr ""
407
  "Μπορείτε να χρησιμοποιήσετε τη λειτουργία wp_mail για την αποστολή emails"
408
 
409
- #: contact_form.php:1178
410
  msgid "'FROM' field"
411
  msgstr ""
412
 
413
  # @ contact_form
414
- #: contact_form.php:1180 contact_form.php:1239 contact_form.php:1827
415
- #: contact_form.php:2808 contact_form.php:2844
416
  msgid "Name"
417
  msgstr "Όνομα"
418
 
419
  # @ contact_form
420
- #: contact_form.php:1183
421
  msgid "User name"
422
  msgstr "Όνομα χρήστη"
423
 
424
  # @ contact_form
425
- #: contact_form.php:1185
426
  msgid ""
427
  "The name of the user who fills the form will be used in the field 'From'."
428
  msgstr ""
@@ -430,17 +434,17 @@ msgstr ""
430
  "'Από'."
431
 
432
  # @ contact_form
433
- #: contact_form.php:1190 contact_form.php:2819 contact_form.php:2851
434
  msgid "Email"
435
  msgstr "Email"
436
 
437
  # @ contact_form
438
- #: contact_form.php:1193
439
  msgid "User email"
440
  msgstr "Email χρήστη"
441
 
442
  # @ contact_form
443
- #: contact_form.php:1195
444
  msgid ""
445
  "The email address of the user who fills the form will be used in the field "
446
  "'From'."
@@ -448,215 +452,215 @@ msgstr ""
448
  "Η διεύθυνση email του χρήστη που συμπληρώνει τη φόρμα θα χρησιμοποιηθεί στο "
449
  "πεδίο 'Από'."
450
 
451
- #: contact_form.php:1198
452
  msgid ""
453
  "If this option is changed, email messages may be moved to the spam folder or "
454
  "email delivery failures may occur."
455
  msgstr ""
456
 
457
  # @ contact_form
458
- #: contact_form.php:1204
459
  msgid "Required symbol"
460
  msgstr "Απαιτούμενο σύμβολο"
461
 
462
  # @ contact_form
463
- #: contact_form.php:1214
464
  msgid "Fields"
465
  msgstr "Πεδία"
466
 
467
  # @ contact_form
468
- #: contact_form.php:1215 contact_form.php:1242 contact_form.php:1269
469
- #: contact_form.php:1289 contact_form.php:1328 contact_form.php:1413
470
  msgid "Used"
471
  msgstr "Χρησιμοποιείται"
472
 
473
  # @ contact_form
474
- #: contact_form.php:1216 contact_form.php:1231 contact_form.php:1246
475
- #: contact_form.php:1273 contact_form.php:1293 contact_form.php:1306
476
- #: contact_form.php:1332 contact_form.php:1345 contact_form.php:1369
477
  msgid "Required"
478
  msgstr "Απαιτούμενο"
479
 
480
  # @ contact_form
481
- #: contact_form.php:1218 contact_form.php:1251 contact_form.php:1311
482
- #: contact_form.php:1350 contact_form.php:1374
483
  msgid "Visible"
484
  msgstr "Ορατό"
485
 
486
  # @ contact_form
487
- #: contact_form.php:1219 contact_form.php:1255 contact_form.php:1315
488
- #: contact_form.php:1354 contact_form.php:1378
489
  msgid "Disabled for editing"
490
  msgstr "Δεν επιτρέπεται η επεξεργασία"
491
 
492
  # @ contact_form
493
- #: contact_form.php:1220 contact_form.php:1279 contact_form.php:1358
494
- #: contact_form.php:1382
495
  msgid "Field's default value"
496
  msgstr "Προκαθορισμένη τιμή πεδίου"
497
 
498
  # @ contact_form
499
- #: contact_form.php:1227
500
  #, fuzzy
501
  msgid "Department selectbox"
502
  msgstr "Τοποθεσία selectbox"
503
 
504
- #: contact_form.php:1259
505
  msgid "Use User's name as a default value if the user is logged in."
506
  msgstr ""
507
 
508
- #: contact_form.php:1260 contact_form.php:1320
509
  msgid ""
510
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
511
  "in users."
512
  msgstr ""
513
 
514
  # @ contact_form
515
- #: contact_form.php:1266
516
  msgid "Location selectbox"
517
  msgstr "Τοποθεσία selectbox"
518
 
519
  # @ contact_form
520
- #: contact_form.php:1286 contact_form.php:1832 contact_form.php:2814
521
- #: contact_form.php:2848
522
  msgid "Address"
523
  msgstr "Διεύθυνση"
524
 
525
  # @ contact_form
526
- #: contact_form.php:1302
527
  msgid "Email Address"
528
  msgstr "Διεύθυνση Email"
529
 
530
- #: contact_form.php:1319
531
  msgid "Use User's email as a default value if the user is logged in."
532
  msgstr ""
533
 
534
  # @ contact_form
535
- #: contact_form.php:1325
536
  msgid "Phone number"
537
  msgstr "Αριθμός τηλεφώνου"
538
 
539
  # @ contact_form
540
- #: contact_form.php:1341 contact_form.php:1847 contact_form.php:2829
541
- #: contact_form.php:2857
542
  msgid "Subject"
543
  msgstr "Θέμα"
544
 
545
  # @ contact_form
546
- #: contact_form.php:1365 contact_form.php:1851 contact_form.php:2832
547
- #: contact_form.php:2859
548
  msgid "Message"
549
  msgstr "Μήνυμα"
550
 
551
  # @ contact_form
552
- #: contact_form.php:1406
553
  msgid "Attachment block"
554
  msgstr "Συνημμένο μπλοκ"
555
 
556
  # @ contact_form
557
- #: contact_form.php:1408
558
  msgid "Users can attach the following file formats"
559
  msgstr "Οι χρήστες μπορούν να επισυνάψουν τις ακόλουθες μορφές αρχείων"
560
 
561
  # @ contact_form
562
- #: contact_form.php:1426
563
  msgid "Add to the form"
564
  msgstr "Προσθήκη στη φόρμα"
565
 
566
  # @ contact_form
567
- #: contact_form.php:1431
568
  msgid "Tips below the Attachment"
569
  msgstr "Συμβουλές κάτω από το συνημμένο"
570
 
571
  # @ contact_form
572
- #: contact_form.php:1440
573
  msgid "'Send me a copy' block"
574
  msgstr "Μπλοκ 'Στείλε μου ένα αντίγραφο'"
575
 
576
- #: contact_form.php:1452
577
  msgid "Activate Subscriber"
578
  msgstr ""
579
 
580
- #: contact_form.php:1456
581
  msgid "Download Subscriber"
582
  msgstr ""
583
 
584
  # @ contact_form
585
- #: contact_form.php:1465
586
  #, fuzzy
587
  msgid "Activate Captcha"
588
  msgstr "Ενεργοποίηση captcha"
589
 
590
  # @ contact_form
591
- #: contact_form.php:1469
592
  #, fuzzy
593
  msgid "Download Captcha"
594
  msgstr "Κατέβασμα captcha"
595
 
596
  # @ contact_form
597
- #: contact_form.php:1479
598
  msgid "Agreement checkbox"
599
  msgstr "Checkbox συμφωνίας"
600
 
601
  # @ contact_form
602
- #: contact_form.php:1479
603
  msgid "Required checkbox for submitting the form"
604
  msgstr "Απαιτούμενο checkbox για την υποβολή της φόρμας"
605
 
606
  # @ contact_form
607
- #: contact_form.php:1480
608
  msgid "Optional checkbox"
609
  msgstr "Προαιρετικό checkbox"
610
 
611
  # @ contact_form
612
- #: contact_form.php:1480
613
  msgid "Optional checkbox, the results of which will be displayed in email"
614
  msgstr "Optional checkbox, τα αποτελέσματα του οποίου θα εμφανίζεται στο email"
615
 
616
  # @ contact_form
617
- #: contact_form.php:1501
618
  msgid "Delete an attachment file from the server after the email is sent"
619
  msgstr ""
620
  "Διαγραφή συνημμένου αρχείου από τον διακομιστή μετά την αποστολή του email"
621
 
622
  # @ contact_form
623
- #: contact_form.php:1507
624
  msgid "Email in HTML format sending"
625
  msgstr "Αποστολή email σε μορφή HTML "
626
 
627
  # @ contact_form
628
- #: contact_form.php:1511
629
  msgid "Display additional info in the email"
630
  msgstr "Εμφάνιση περισσότερων πληροφοριών στο email"
631
 
632
  # @ contact_form
633
- #: contact_form.php:1517
634
  #, fuzzy
635
  msgid "Sent from (IP address)"
636
  msgstr "Εστάλη από (διεύθυνση IP)"
637
 
638
  # @ contact_form
639
- #: contact_form.php:1517
640
  msgid "Example: Sent from (IP address):\t127.0.0.1"
641
  msgstr "Παράδειγμα: Εστάλη από (διεύθυνση IP):\t127.0.0.1"
642
 
643
  # @ contact_form
644
- #: contact_form.php:1518 contact_form.php:2781 contact_form.php:2783
645
  msgid "Date/Time"
646
  msgstr "Ημερομηνία/Ώρα"
647
 
648
  # @ contact_form
649
- #: contact_form.php:1518
650
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
651
  msgstr "Παράδειγμα: Ημερομηνία/Ώρα:\tΑύγυστος 19, 2013 8:50 μμ"
652
 
653
  # @ contact_form
654
- #: contact_form.php:1519 contact_form.php:2787 contact_form.php:2789
655
  msgid "Sent from (referer)"
656
  msgstr "Εστάλη από (παραπέμπτης)"
657
 
658
  # @ contact_form
659
- #: contact_form.php:1519
660
  msgid ""
661
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
662
  msgstr ""
@@ -664,12 +668,12 @@ msgstr ""
664
  "contact-us/"
665
 
666
  # @ contact_form
667
- #: contact_form.php:1520 contact_form.php:2793 contact_form.php:2795
668
  msgid "Using (user agent)"
669
  msgstr "Χρήση (μέσο χρήστη)"
670
 
671
  # @ contact_form
672
- #: contact_form.php:1520
673
  msgid ""
674
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
675
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -678,78 +682,78 @@ msgstr ""
678
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
679
 
680
  # @ contact_form
681
- #: contact_form.php:1525
682
  msgid "Language settings for the field names in the form"
683
  msgstr "Ρυθμίσεις γλώσσας για τα ονόματα πεδίων στη φόρμα"
684
 
685
  # @ contact_form
686
- #: contact_form.php:1534
687
  msgid "Add a language"
688
  msgstr "Προσθήκη γλώσσας"
689
 
690
  # @ contact_form
691
- #: contact_form.php:1538
692
  msgid "Change the names of the contact form fields and error messages"
693
  msgstr ""
694
  "Αλλάξτε τα ονόματα των πεδίων και των μηνύματα σφαλμάτων στη φόρμας "
695
  "επικοινωνίας "
696
 
697
  # @ contact_form
698
- #: contact_form.php:1543 contact_form.php:1630 contact_form.php:1875
699
- #: contact_form.php:1880 contact_form.php:1890 contact_form.php:1895
700
- #: contact_form.php:1900 contact_form.php:1905 contact_form.php:1915
701
- #: contact_form.php:1920 contact_form.php:1929 contact_form.php:1943
702
- #: contact_form.php:1948 contact_form.php:1953
703
  msgid "Default"
704
  msgstr "Προκαθορισμένο"
705
 
706
  # @ contact_form
707
- #: contact_form.php:1551 contact_form.php:1585
708
  msgid "click to expand/hide the list"
709
  msgstr "κάντε κλικ για να επεκτείνετε/αποκρύψετε τη λίστα"
710
 
711
  # @ contact_form
712
- #: contact_form.php:1560 contact_form.php:1594
713
  msgid "Tips below the Attachment block"
714
  msgstr "Συμβουλές κάτω από το Συνημμένο μπλοκ"
715
 
716
  # @ contact_form
717
- #: contact_form.php:1563 contact_form.php:1597
718
  msgid "Error message for the Name field"
719
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Όνομα'"
720
 
721
  # @ contact_form
722
- #: contact_form.php:1564 contact_form.php:1598
723
  msgid "Error message for the Address field"
724
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Διεύθυνση'"
725
 
726
  # @ contact_form
727
- #: contact_form.php:1565 contact_form.php:1599
728
  msgid "Error message for the Email field"
729
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Email'"
730
 
731
  # @ contact_form
732
- #: contact_form.php:1566 contact_form.php:1600
733
  msgid "Error message for the Phone field"
734
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Αριθμός τηλεφώνου'"
735
 
736
  # @ contact_form
737
- #: contact_form.php:1567 contact_form.php:1601
738
  msgid "Error message for the Subject field"
739
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Θέμα'"
740
 
741
  # @ contact_form
742
- #: contact_form.php:1568 contact_form.php:1602
743
  msgid "Error message for the Message field"
744
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Μήνυμα'"
745
 
746
  # @ contact_form
747
- #: contact_form.php:1569 contact_form.php:1603
748
  msgid "Error message about the file type for the Attachment field"
749
  msgstr "Μήνυμα σφάλματος σχετικά με τον τύπο αρχείου για το πεδίο 'Συνημμένο'"
750
 
751
  # @ contact_form
752
- #: contact_form.php:1570 contact_form.php:1604
753
  msgid ""
754
  "Error message while uploading a file for the Attachment field to the server"
755
  msgstr ""
@@ -757,91 +761,91 @@ msgstr ""
757
  "διακομιστή"
758
 
759
  # @ contact_form
760
- #: contact_form.php:1571 contact_form.php:1605
761
  msgid "Error message while moving the file for the Attachment field"
762
  msgstr ""
763
  "Μήνυμα σφάλματος κατά τη μετακίνηση του αρχείου για το πεδίο 'Συνημμένο'"
764
 
765
  # @ contact_form
766
- #: contact_form.php:1572 contact_form.php:1606
767
  msgid "Error message when file size limit for the Attachment field is exceeded"
768
  msgstr ""
769
  "Μήνυμα σφάλματος όταν το όριο μεγέθους αρχείου για το πεδίο 'Συνημμένο' έχει "
770
  "ξεπεραστεί"
771
 
772
  # @ contact_form
773
- #: contact_form.php:1573 contact_form.php:1607
774
  msgid "Error message for the Captcha field"
775
  msgstr "Μήνυμα σφάλματος για το πεδίο 'Captcha'"
776
 
777
  # @ contact_form
778
- #: contact_form.php:1574 contact_form.php:1608
779
  msgid "Error message for the whole form"
780
  msgstr "Μήνυμα σφάλματος συνολικά για τη φόρμα"
781
 
782
  # @ contact_form
783
- #: contact_form.php:1577 contact_form.php:1579 contact_form.php:1611
784
- #: contact_form.php:1613 contact_form.php:1640 contact_form.php:1642
785
- #: contact_form.php:1650 contact_form.php:1652 contact_form.php:3175
786
- #: contact_form.php:3177
787
  msgid "Use shortcode"
788
  msgstr "Χρήση σύντομου κωδικού"
789
 
790
  # @ contact_form
791
- #: contact_form.php:1577 contact_form.php:1579 contact_form.php:1611
792
- #: contact_form.php:1613 contact_form.php:1640 contact_form.php:1642
793
- #: contact_form.php:1650 contact_form.php:1652 contact_form.php:3175
794
- #: contact_form.php:3177
795
  msgid "for this language"
796
  msgstr "για τη συγκεκριμένη γλώσσα"
797
 
798
  # @ contact_form
799
- #: contact_form.php:1621
800
  msgid "Use the changed names of the contact form fields in the email"
801
  msgstr ""
802
  "Χρησιμοποιήστε τα τροποποιημένα ονόματα των πεδίων της φόρμας επικοινωνίας "
803
  "στο email"
804
 
805
  # @ contact_form
806
- #: contact_form.php:1627
807
  msgid "Action after email is sent"
808
  msgstr "Ενέργεια μετά την αποστολή του email"
809
 
810
  # @ contact_form
811
- #: contact_form.php:1629
812
  msgid "Display text"
813
  msgstr "Εμφάνιση κειμένου"
814
 
815
  # @ contact_form
816
- #: contact_form.php:1638 contact_form.php:1648
817
  msgid "Text"
818
  msgstr "Κείμενο"
819
 
820
  # @ contact_form
821
- #: contact_form.php:1659
822
  msgid "Redirect to the page"
823
  msgstr "Ανακατεύθυνση στη σελίδα"
824
 
825
  # @ contact_form
826
- #: contact_form.php:1660
827
  msgid "Url"
828
  msgstr "Url"
829
 
830
- #: contact_form.php:1671
831
  msgid "Add field 'Reply-To' to the email header"
832
  msgstr ""
833
 
834
- #: contact_form.php:1673
835
  msgid "Field 'Reply-To' will be initialized by user email"
836
  msgstr ""
837
 
838
  # @ contact_form
839
- #: contact_form.php:1677
840
  msgid "Auto Response"
841
  msgstr "Αυτόματη Απάντηση"
842
 
843
  # @ contact_form
844
- #: contact_form.php:1681
845
  #, php-format
846
  msgid ""
847
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -854,208 +858,208 @@ msgstr ""
854
  "ιστολογίου."
855
 
856
  # @ default
857
- #: contact_form.php:1706 contact_form.php:2201
858
  msgid "Save Changes"
859
  msgstr "Αποθήκευση αλλαγών"
860
 
861
- #: contact_form.php:1719
862
  #, php-format
863
  msgid ""
864
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
865
  msgstr ""
866
 
867
- #: contact_form.php:1732
868
  msgid "One column"
869
  msgstr ""
870
 
871
- #: contact_form.php:1735
872
  msgid "Two columns"
873
  msgstr ""
874
 
875
- #: contact_form.php:1744 contact_form.php:1763 contact_form.php:1781
876
- #: contact_form.php:1796
877
  msgid "Left"
878
  msgstr ""
879
 
880
- #: contact_form.php:1747 contact_form.php:1769 contact_form.php:1784
881
- #: contact_form.php:1802
882
  msgid "Right"
883
  msgstr ""
884
 
885
- #: contact_form.php:1759
886
  msgid "Form align"
887
  msgstr ""
888
 
889
- #: contact_form.php:1766 contact_form.php:1799
890
  msgid "Center"
891
  msgstr ""
892
 
893
  # @ contact_form
894
- #: contact_form.php:1774
895
  #, fuzzy
896
  msgid "Labels position"
897
  msgstr "Κομβίο Υποβολής"
898
 
899
- #: contact_form.php:1778
900
  msgid "Top"
901
  msgstr ""
902
 
903
- #: contact_form.php:1787
904
  msgid "Bottom"
905
  msgstr ""
906
 
907
- #: contact_form.php:1792
908
  msgid "Labels align"
909
  msgstr ""
910
 
911
  # @ contact_form
912
- #: contact_form.php:1807
913
  msgid "Errors output"
914
  msgstr "Έξοδος σφαλμάτων"
915
 
916
  # @ contact_form
917
- #: contact_form.php:1810
918
  msgid "Display error messages"
919
  msgstr "Εμφάνιση μηνυμάτων σφαλμάτων"
920
 
921
  # @ contact_form
922
- #: contact_form.php:1811
923
  msgid "Color of the input field errors."
924
  msgstr "Χρώμα των σφαλμάτων στα πεδία εισαγωγής."
925
 
926
  # @ contact_form
927
- #: contact_form.php:1812
928
  msgid "Display error messages & color of the input field errors"
929
  msgstr ""
930
  "Εμφάνιση μηνυμάτων σφαλμάτων & χρώμα των σφαλμάτων στα πεδία εισαγωγής."
931
 
932
  # @ contact_form
933
- #: contact_form.php:1817
934
  msgid "Add placeholder to the input blocks"
935
  msgstr "Προσθήκη placeholder στα μπλοκς εισαγωγής"
936
 
937
  # @ contact_form
938
- #: contact_form.php:1823
939
  msgid "Add tooltips"
940
  msgstr "Προσθήκη επεξηγήσεων"
941
 
942
  # @ contact_form
943
- #: contact_form.php:1837
944
  msgid "Email address"
945
  msgstr "Email"
946
 
947
  # @ contact_form
948
- #: contact_form.php:1842
949
  msgid "Phone Number"
950
  msgstr "Αριθμός τηλεφώνου"
951
 
952
  # @ contact_form
953
- #: contact_form.php:1856
954
  msgid "Attachment"
955
  msgstr "Συννημένο αρχείο"
956
 
957
  # @ contact_form
958
- #: contact_form.php:1868
959
  msgid "Style options"
960
  msgstr "Ρυμθίσεις εμφάνισης"
961
 
962
  # @ contact_form
963
- #: contact_form.php:1872
964
  msgid "Text color"
965
  msgstr "Χρώμα κειμένου"
966
 
967
  # @ contact_form
968
- #: contact_form.php:1877
969
  msgid "Label text color"
970
  msgstr "Χρώμα κειμένου ετικέτας"
971
 
972
  # @ contact_form
973
- #: contact_form.php:1882
974
  msgid "Placeholder color"
975
  msgstr "Χρώμα placeholder"
976
 
977
  # @ contact_form
978
- #: contact_form.php:1887
979
  msgid "Errors color"
980
  msgstr "Χρώμα σφαλμάτων"
981
 
982
  # @ contact_form
983
- #: contact_form.php:1892
984
  msgid "Error text color"
985
  msgstr "Χρώμα κειμένου σφάλματος"
986
 
987
  # @ contact_form
988
- #: contact_form.php:1897
989
  msgid "Background color of the input field errors"
990
  msgstr "Χρώμα φόντου στα πεδία εισαγωγής σφαλμάτων"
991
 
992
  # @ contact_form
993
- #: contact_form.php:1902
994
  msgid "Border color of the input field errors"
995
  msgstr "Χρώμα περιγράμματος στα πεδία εισαγωγής σφαλμάτων"
996
 
997
  # @ contact_form
998
- #: contact_form.php:1907
999
  msgid "Placeholder color of the input field errors"
1000
  msgstr "Χρώμα placeholder στα πεδία εισαγωγής σφαλμάτων"
1001
 
1002
  # @ contact_form
1003
- #: contact_form.php:1912
1004
  msgid "Input fields"
1005
  msgstr "Πεδία εισαγωγής"
1006
 
1007
  # @ contact_form
1008
- #: contact_form.php:1917
1009
  msgid "Input fields background color"
1010
  msgstr "Χρώμα φόντου στα πεδία εισαγωγής"
1011
 
1012
  # @ contact_form
1013
- #: contact_form.php:1922
1014
  msgid "Text fields color"
1015
  msgstr "Χρώμα πεδίων κειμένου"
1016
 
1017
  # @ contact_form
1018
- #: contact_form.php:1926
1019
  msgid "Border width in px, numbers only"
1020
  msgstr "Πλάτος περιγράμματος σε px, μόνο αριθμοί"
1021
 
1022
  # @ contact_form
1023
- #: contact_form.php:1931 contact_form.php:1955
1024
  msgid "Border color"
1025
  msgstr "Χρώμα περιγράμματος"
1026
 
1027
  # @ contact_form
1028
- #: contact_form.php:1936
1029
  msgid "Submit button"
1030
  msgstr "Κομβίο Υποβολής"
1031
 
1032
  # @ contact_form
1033
- #: contact_form.php:1940
1034
  msgid "Width in px, numbers only"
1035
  msgstr "Πλάτος σε px, μόνο αριθμοί"
1036
 
1037
  # @ contact_form
1038
- #: contact_form.php:1945
1039
  msgid "Button color"
1040
  msgstr "Χρώμα κομβίου"
1041
 
1042
  # @ contact_form
1043
- #: contact_form.php:1950
1044
  msgid "Button text color"
1045
  msgstr "Χρώμα κειμένου κομβίου"
1046
 
1047
  # @ contact_form
1048
- #: contact_form.php:1982
1049
  #, fuzzy
1050
  msgid "Contact Form | Preview"
1051
  msgstr "Contact Form Pro | Προεπισκόπηση"
1052
 
1053
- #: contact_form.php:1983
1054
  msgid "Drag the necessary field to sort fields."
1055
  msgstr ""
1056
 
1057
  # @ contact_form
1058
- #: contact_form.php:2188
1059
  msgid ""
1060
  "If you would like to add the Contact Form to your website, just copy and "
1061
  "paste this shortcode to your post or page or widget:"
@@ -1065,33 +1069,33 @@ msgstr ""
1065
  "στο widget σας:"
1066
 
1067
  # @ contact_form
1068
- #: contact_form.php:2288
1069
  msgid "Sorry, email message could not be delivered."
1070
  msgstr ""
1071
  "Λυπούμαστε, το μήνυμα ηλεκτρονικού ταχυδρομείου δεν μπόρεσε να παραδοθεί."
1072
 
1073
  # @ contact_form
1074
- #: contact_form.php:2775 contact_form.php:2777
1075
  msgid "Sent from (ip address)"
1076
  msgstr "Εστάλη από (διεύθυνση IP)"
1077
 
1078
  # @ contact_form
1079
- #: contact_form.php:2802
1080
  msgid "Contact from"
1081
  msgstr "Φόρμμα επικοινωνίας"
1082
 
1083
  # @ contact_form
1084
- #: contact_form.php:2824 contact_form.php:2854
1085
  msgid "Phone"
1086
  msgstr "Αριθμός τηλεφώνου"
1087
 
1088
  # @ contact_form
1089
- #: contact_form.php:2835 contact_form.php:2861
1090
  msgid "Site"
1091
  msgstr "Ιστοσελίδα"
1092
 
1093
  # @ contact_form
1094
- #: contact_form.php:2954
1095
  msgid ""
1096
  "If you can see this MIME, it means that the MIME type is not supported by "
1097
  "your email client!"
@@ -1100,44 +1104,44 @@ msgstr ""
1100
  "υποστηρίζεται από τον email client σας!"
1101
 
1102
  # @ contact_form
1103
- #: contact_form.php:3037
1104
  msgid "FAQ"
1105
  msgstr "Συχνές Ερωτήσεις"
1106
 
1107
  # @ contact_form
1108
- #: contact_form.php:3038
1109
  msgid "Support"
1110
  msgstr "Υποστήριξη"
1111
 
1112
  # @ contact_form
1113
- #: contact_form.php:3087
1114
  msgid "Are you sure that you want to delete this language data?"
1115
  msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε τα δεδομένα αυτής της γλώσσας;"
1116
 
1117
  # @ contact_form
1118
- #: contact_form.php:3107
1119
  #, fuzzy
1120
  msgid "Add multiple forms"
1121
  msgstr "Προσθήκη στη φόρμα"
1122
 
1123
- #: contact_form.php:3107
1124
  msgid ""
1125
  "Install Contact Form Multi plugin to create unlimited number of contact "
1126
  "forms."
1127
  msgstr ""
1128
 
1129
  # @ contact_form
1130
- #: contact_form.php:3112
1131
  #, fuzzy
1132
  msgid "Learn more"
1133
  msgstr "Μάθετε περισσότερα"
1134
 
1135
- #: contact_form.php:3318
1136
  msgid "Close notice"
1137
  msgstr ""
1138
 
1139
  # @ contact_form
1140
- #: contact_form.php:3323
1141
  #, fuzzy
1142
  msgid "allows to store your messages to the database."
1143
  msgstr ""
@@ -1145,18 +1149,18 @@ msgstr ""
1145
  "στη βάση δεδομένων."
1146
 
1147
  # @ contact_form
1148
- #: contact_form.php:3324
1149
  msgid "Manage messages that have been sent from your website."
1150
  msgstr "Διαχειριστείτε τα μηνύματα που έχουν σταλεί από την ιστοσελίδα σας."
1151
 
1152
  # @ contact_form
1153
- #: contact_form.php:3382
1154
  #, fuzzy
1155
  msgid "Contact form"
1156
  msgstr "Φόρμμα επικοινωνίας"
1157
 
1158
  # @ contact_form
1159
- #: contact_form.php:3395 contact_form.php:3405
1160
  #, fuzzy
1161
  msgid "Language"
1162
  msgstr "Προσθήκη γλώσσας"
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-06-27 16:30+0300\n"
6
+ "PO-Revision-Date: 2016-06-27 16:30+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Dimitris Karantonis <dkarantonis@gmail.com>\n"
9
  "Language: el\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
 
23
  # @ contact_form
24
+ #: contact_form.php:37 contact_form.php:1030
25
  msgid "Contact Form Settings"
26
  msgstr "Ρυθμίσεις φόρμας επικοινωνίας"
27
 
31
  msgstr "Φόρμα Επικοινωνίας"
32
 
33
  # @ contact_form
34
+ #: contact_form.php:165 contact_form.php:1565 contact_form.php:1599
35
  msgid "Name:"
36
  msgstr "Όνομα:"
37
 
38
  # @ contact_form
39
+ #: contact_form.php:166 contact_form.php:1566 contact_form.php:1600
40
  msgid "Address:"
41
  msgstr "Διεύθυνση:"
42
 
43
  # @ contact_form
44
+ #: contact_form.php:167 contact_form.php:1567 contact_form.php:1601
45
  msgid "Email Address:"
46
  msgstr "Email:"
47
 
48
  # @ contact_form
49
+ #: contact_form.php:168 contact_form.php:1568 contact_form.php:1602
50
  msgid "Phone number:"
51
  msgstr "Αριθμός τηλεφώνου:"
52
 
53
  # @ contact_form
54
+ #: contact_form.php:169 contact_form.php:1569 contact_form.php:1603
55
  msgid "Subject:"
56
  msgstr "Θέμα:"
57
 
58
  # @ contact_form
59
+ #: contact_form.php:170 contact_form.php:1570 contact_form.php:1604
60
  msgid "Message:"
61
  msgstr "Μήνυμα:"
62
 
63
  # @ contact_form
64
+ #: contact_form.php:171 contact_form.php:1571 contact_form.php:1605
65
  msgid "Attachment:"
66
  msgstr "Συννημένο Αρχείο:"
67
 
76
  "PPT."
77
 
78
  # @ contact_form
79
+ #: contact_form.php:173 contact_form.php:1573 contact_form.php:1607
80
  msgid "Send me a copy"
81
  msgstr "Αποστολή αντιγράφου"
82
 
83
  # @ contact_form
84
+ #: contact_form.php:174 contact_form.php:1574 contact_form.php:1608
85
  msgid "Submit"
86
  msgstr "Αποστολή"
87
 
152
  msgstr "Σας ευχαριστούμε για την επικοινωνία."
153
 
154
  # @ contact_form
155
+ #: contact_form.php:688 contact_form.php:998
156
  msgid "Settings saved."
157
  msgstr "Οι ρυθμίσεις αποθηκεύτηκαν."
158
 
159
+ #: contact_form.php:940
160
  msgid ""
161
  "Email 'FROM' field option was changed, which may cause email messages being "
162
  "moved to the spam folder or email delivery failures."
163
  msgstr ""
164
 
165
  # @ contact_form
166
+ #: contact_form.php:950
167
  msgid ""
168
  "If the 'Redirect to page' option is selected then the URL field should be in "
169
  "the following format"
172
  "πεδίο URL θα πρέπει να έχει την ακόλουθη μορφή"
173
 
174
  # @ contact_form
175
+ #: contact_form.php:957
176
  msgid "Such user does not exist."
177
  msgstr "Τέτοιος χρήστης δεν υπάρχει."
178
 
179
  # @ contact_form
180
+ #: contact_form.php:967
181
  msgid ""
182
  "Please enter a valid email address in the 'Use this email address' field."
183
  msgstr ""
185
  "αυτήν τη διεύθυνση email'."
186
 
187
  # @ contact_form
188
+ #: contact_form.php:975
189
  msgid "Please enter a valid email address in the 'FROM' field."
190
  msgstr "Παρακαλούμε, εισάγετε μια έγκυρη διεύθυνση email στο πεδίο «ΑΠΟ»."
191
 
192
  # @ contact_form
193
+ #: contact_form.php:1000
194
  msgid "Settings are not saved."
195
  msgstr "Οι ρυθμίσεις δεν αποθηκεύτηκαν."
196
 
197
+ #: contact_form.php:1027
198
  msgid "All plugin settings were restored."
199
  msgstr ""
200
 
201
+ #: contact_form.php:1032
202
  msgid "How to Use Step-by-step Instruction"
203
  msgstr ""
204
 
205
  # @ contact_form
206
+ #: contact_form.php:1035 contact_form.php:3024 contact_form.php:3038
207
  msgid "Settings"
208
  msgstr "Ρυθμίσεις"
209
 
210
  # @ contact_form
211
+ #: contact_form.php:1036
212
  #, fuzzy
213
  msgid "Additional settings"
214
  msgstr "Πρόσθετες επιλογές"
215
 
216
+ #: contact_form.php:1037
217
  msgid "Appearance"
218
  msgstr ""
219
 
220
+ #: contact_form.php:1038
221
+ msgid "Custom code"
222
+ msgstr ""
223
+
224
  # @ contact_form
225
+ #: contact_form.php:1039
226
  msgid "Go PRO"
227
  msgstr "Αναβάθμιση σε PRO"
228
 
229
  # @ contact_form
230
+ #: contact_form.php:1045
231
  #, fuzzy
232
  msgid ""
233
  "Please enable JavaScript to add language in the contact form, change the "
236
  "Αλλάξτε τα ονόματα των πεδίων και των μηνύματα σφαλμάτων στη φόρμας "
237
  "επικοινωνίας "
238
 
239
+ #: contact_form.php:1045 contact_form.php:1731 contact_form.php:1740
240
  msgid "Form layout"
241
  msgstr ""
242
 
243
  # @ contact_form
244
+ #: contact_form.php:1045 contact_form.php:1731 contact_form.php:1752
245
  #, fuzzy
246
  msgid "Submit position"
247
  msgstr "Κομβίο Υποβολής"
248
 
249
  # @ contact_form
250
+ #: contact_form.php:1057
251
  msgid "Notice:"
252
  msgstr "Σημείωση:"
253
 
254
+ #: contact_form.php:1061
255
  msgid "NEW_FORM"
256
  msgstr ""
257
 
258
  # @ contact_form
259
+ #: contact_form.php:1062
260
  msgid ""
261
  "If you want to create multiple contact forms, please install the Contact "
262
  "Form Multi plugin."
265
  "εγκαταστήσετε την επέκταση φόρμα επικοινωνίας Multi."
266
 
267
  # @ contact_form
268
+ #: contact_form.php:1071
269
  #, fuzzy, php-format
270
  msgid ""
271
  "If you would like to add a Contact Form to your page or post, please use %s "
275
  "αντιγράψετε και επικολλήσετε αυτό το σύντομο κωδικό στο άρθρο, στη σελίδα ή "
276
  "στο widget σας:"
277
 
278
+ #: contact_form.php:1077
279
  #, php-format
280
  msgid ""
281
  "You can add the Contact Form to your page or post by clicking on %s button "
285
  msgstr ""
286
 
287
  # @ contact_form
288
+ #: contact_form.php:1086
289
  msgid ""
290
  "If you leave the fields empty, the messages will be sent to the email "
291
  "address specified during registration."
294
  "καθορίσατε κατά την εγγραφή σας."
295
 
296
  # @ contact_form
297
+ #: contact_form.php:1089
298
  msgid "The user's email address:"
299
  msgstr "Η διεύθυνση email του χρήστη:"
300
 
301
  # @ contact_form
302
+ #: contact_form.php:1093
303
  #, fuzzy
304
  msgid "Select a username"
305
  msgstr "Δημιουργήστε ένα όνομα χρήστη"
306
 
307
  # @ contact_form
308
+ #: contact_form.php:1106
309
  msgid ""
310
  "Enter a username of the person who should get the messages from the contact "
311
  "form."
314
  "επικοινωνίας."
315
 
316
  # @ contact_form
317
+ #: contact_form.php:1110
318
  msgid "Use this email address:"
319
  msgstr "Χρησιμοποιήστε αυτήν τη διεύθυνση email: "
320
 
321
  # @ contact_form
322
+ #: contact_form.php:1114
323
  msgid "Enter the email address you want the messages forwarded to."
324
  msgstr "Εισάγετε τη διεύθυνση email που θέλετε τα μηνύματα να προωθούνται."
325
 
326
+ #: contact_form.php:1121 contact_form.php:1487 contact_form.php:1679
327
+ #: contact_form.php:1767 contact_form.php:3119
328
  msgid "Close"
329
  msgstr ""
330
 
331
  # @ contact_form
332
+ #: contact_form.php:1125
333
  msgid "Add department selectbox to the contact form:"
334
  msgstr "Προσθέστε τμήμα selectbox στην φόρμα επικοινωνίας:"
335
 
336
  # @ contact_form
337
+ #: contact_form.php:1133 contact_form.php:1496 contact_form.php:1698
338
+ #: contact_form.php:1973
339
  msgid "If you upgrade to Pro version all your settings will be saved."
340
  msgstr ""
341
  "Εάν κάνετε αναβάθμιση σε έκδοση Pro όλες οι ρυθμίσεις σας θα αποθηκευτούν."
342
 
343
  # @ contact_form
344
+ #: contact_form.php:1140 contact_form.php:1407 contact_form.php:1501
345
+ #: contact_form.php:1705 contact_form.php:1980
346
  #, fuzzy
347
  msgid "Unlock premium options by upgrading to Pro version"
348
  msgstr "Ξεκλειδώστε τις επιπλέον επιλογές, αναβαθμίζοντας στην έκδοση PRO."
349
 
350
  # @ contact_form
351
+ #: contact_form.php:1143 contact_form.php:1410 contact_form.php:1504
352
+ #: contact_form.php:1708 contact_form.php:1983 contact_form.php:3329
353
  msgid "Learn More"
354
  msgstr "Μάθετε περισσότερα"
355
 
356
  # @ contact_form
357
+ #: contact_form.php:1151
358
  msgid "Save emails to the database"
359
  msgstr "Αποθηκεύστε τα μηνύματα ηλεκτρονικού ταχυδρομείου στη βάση δεδομένων"
360
 
361
  # @ contact_form
362
+ #: contact_form.php:1156
363
  msgid "Using"
364
  msgstr "Χρήση"
365
 
366
  # @ contact_form
367
+ #: contact_form.php:1159 contact_form.php:1163
368
  #, fuzzy
369
  msgid "Using Contact Form to DB by BestWebSoft"
370
  msgstr "Χρήση της Φόρμας Επικοινωνίας για DB, υποστήριξη από"
371
 
372
  # @ contact_form
373
+ #: contact_form.php:1159
374
  #, fuzzy
375
  msgid "Activate"
376
  msgstr "Ενεργοποίηση captcha"
377
 
378
  # @ contact_form
379
+ #: contact_form.php:1163
380
  #, fuzzy
381
  msgid "Download"
382
  msgstr "Κατέβασμα captcha"
383
 
384
  # @ contact_form
385
+ #: contact_form.php:1173
386
  msgid "What to use?"
387
  msgstr "Τι πρέπει να χρησιμοποιήσετε;"
388
 
389
  # @ contact_form
390
+ #: contact_form.php:1178
391
  msgid "Wp-mail"
392
  msgstr "Wp-mail"
393
 
394
  # @ contact_form
395
+ #: contact_form.php:1180
396
  #, fuzzy
397
  msgid "You can use the Wordpress wp_mail function for mailing"
398
  msgstr ""
399
  "Μπορείτε να χρησιμοποιήσετε τη λειτουργία wp_mail για την αποστολή emails"
400
 
401
  # @ contact_form
402
+ #: contact_form.php:1183
403
  msgid "Mail"
404
  msgstr "Tαχυδρομείο"
405
 
406
  # @ contact_form
407
+ #: contact_form.php:1185
408
  #, fuzzy
409
  msgid "You can use the PHP mail function for mailing"
410
  msgstr ""
411
  "Μπορείτε να χρησιμοποιήσετε τη λειτουργία wp_mail για την αποστολή emails"
412
 
413
+ #: contact_form.php:1190
414
  msgid "'FROM' field"
415
  msgstr ""
416
 
417
  # @ contact_form
418
+ #: contact_form.php:1192 contact_form.php:1251 contact_form.php:1839
419
+ #: contact_form.php:2810 contact_form.php:2846
420
  msgid "Name"
421
  msgstr "Όνομα"
422
 
423
  # @ contact_form
424
+ #: contact_form.php:1195
425
  msgid "User name"
426
  msgstr "Όνομα χρήστη"
427
 
428
  # @ contact_form
429
+ #: contact_form.php:1197
430
  msgid ""
431
  "The name of the user who fills the form will be used in the field 'From'."
432
  msgstr ""
434
  "'Από'."
435
 
436
  # @ contact_form
437
+ #: contact_form.php:1202 contact_form.php:2821 contact_form.php:2853
438
  msgid "Email"
439
  msgstr "Email"
440
 
441
  # @ contact_form
442
+ #: contact_form.php:1205
443
  msgid "User email"
444
  msgstr "Email χρήστη"
445
 
446
  # @ contact_form
447
+ #: contact_form.php:1207
448
  msgid ""
449
  "The email address of the user who fills the form will be used in the field "
450
  "'From'."
452
  "Η διεύθυνση email του χρήστη που συμπληρώνει τη φόρμα θα χρησιμοποιηθεί στο "
453
  "πεδίο 'Από'."
454
 
455
+ #: contact_form.php:1210
456
  msgid ""
457
  "If this option is changed, email messages may be moved to the spam folder or "
458
  "email delivery failures may occur."
459
  msgstr ""
460
 
461
  # @ contact_form
462
+ #: contact_form.php:1216
463
  msgid "Required symbol"
464
  msgstr "Απαιτούμενο σύμβολο"
465
 
466
  # @ contact_form
467
+ #: contact_form.php:1226
468
  msgid "Fields"
469
  msgstr "Πεδία"
470
 
471
  # @ contact_form
472
+ #: contact_form.php:1227 contact_form.php:1254 contact_form.php:1281
473
+ #: contact_form.php:1301 contact_form.php:1340 contact_form.php:1425
474
  msgid "Used"
475
  msgstr "Χρησιμοποιείται"
476
 
477
  # @ contact_form
478
+ #: contact_form.php:1228 contact_form.php:1243 contact_form.php:1258
479
+ #: contact_form.php:1285 contact_form.php:1305 contact_form.php:1318
480
+ #: contact_form.php:1344 contact_form.php:1357 contact_form.php:1381
481
  msgid "Required"
482
  msgstr "Απαιτούμενο"
483
 
484
  # @ contact_form
485
+ #: contact_form.php:1230 contact_form.php:1263 contact_form.php:1323
486
+ #: contact_form.php:1362 contact_form.php:1386
487
  msgid "Visible"
488
  msgstr "Ορατό"
489
 
490
  # @ contact_form
491
+ #: contact_form.php:1231 contact_form.php:1267 contact_form.php:1327
492
+ #: contact_form.php:1366 contact_form.php:1390
493
  msgid "Disabled for editing"
494
  msgstr "Δεν επιτρέπεται η επεξεργασία"
495
 
496
  # @ contact_form
497
+ #: contact_form.php:1232 contact_form.php:1291 contact_form.php:1370
498
+ #: contact_form.php:1394
499
  msgid "Field's default value"
500
  msgstr "Προκαθορισμένη τιμή πεδίου"
501
 
502
  # @ contact_form
503
+ #: contact_form.php:1239
504
  #, fuzzy
505
  msgid "Department selectbox"
506
  msgstr "Τοποθεσία selectbox"
507
 
508
+ #: contact_form.php:1271
509
  msgid "Use User's name as a default value if the user is logged in."
510
  msgstr ""
511
 
512
+ #: contact_form.php:1272 contact_form.php:1332
513
  msgid ""
514
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
515
  "in users."
516
  msgstr ""
517
 
518
  # @ contact_form
519
+ #: contact_form.php:1278
520
  msgid "Location selectbox"
521
  msgstr "Τοποθεσία selectbox"
522
 
523
  # @ contact_form
524
+ #: contact_form.php:1298 contact_form.php:1844 contact_form.php:2816
525
+ #: contact_form.php:2850
526
  msgid "Address"
527
  msgstr "Διεύθυνση"
528
 
529
  # @ contact_form
530
+ #: contact_form.php:1314
531
  msgid "Email Address"
532
  msgstr "Διεύθυνση Email"
533
 
534
+ #: contact_form.php:1331
535
  msgid "Use User's email as a default value if the user is logged in."
536
  msgstr ""
537
 
538
  # @ contact_form
539
+ #: contact_form.php:1337
540
  msgid "Phone number"
541
  msgstr "Αριθμός τηλεφώνου"
542
 
543
  # @ contact_form
544
+ #: contact_form.php:1353 contact_form.php:1859 contact_form.php:2831
545
+ #: contact_form.php:2859
546
  msgid "Subject"
547
  msgstr "Θέμα"
548
 
549
  # @ contact_form
550
+ #: contact_form.php:1377 contact_form.php:1863 contact_form.php:2834
551
+ #: contact_form.php:2861
552
  msgid "Message"
553
  msgstr "Μήνυμα"
554
 
555
  # @ contact_form
556
+ #: contact_form.php:1418
557
  msgid "Attachment block"
558
  msgstr "Συνημμένο μπλοκ"
559
 
560
  # @ contact_form
561
+ #: contact_form.php:1420
562
  msgid "Users can attach the following file formats"
563
  msgstr "Οι χρήστες μπορούν να επισυνάψουν τις ακόλουθες μορφές αρχείων"
564
 
565
  # @ contact_form
566
+ #: contact_form.php:1438
567
  msgid "Add to the form"
568
  msgstr "Προσθήκη στη φόρμα"
569
 
570
  # @ contact_form
571
+ #: contact_form.php:1443
572
  msgid "Tips below the Attachment"
573
  msgstr "Συμβουλές κάτω από το συνημμένο"
574
 
575
  # @ contact_form
576
+ #: contact_form.php:1452
577
  msgid "'Send me a copy' block"
578
  msgstr "Μπλοκ 'Στείλε μου ένα αντίγραφο'"
579
 
580
+ #: contact_form.php:1464
581
  msgid "Activate Subscriber"
582
  msgstr ""
583
 
584
+ #: contact_form.php:1468
585
  msgid "Download Subscriber"
586
  msgstr ""
587
 
588
  # @ contact_form
589
+ #: contact_form.php:1477
590
  #, fuzzy
591
  msgid "Activate Captcha"
592
  msgstr "Ενεργοποίηση captcha"
593
 
594
  # @ contact_form
595
+ #: contact_form.php:1481
596
  #, fuzzy
597
  msgid "Download Captcha"
598
  msgstr "Κατέβασμα captcha"
599
 
600
  # @ contact_form
601
+ #: contact_form.php:1491
602
  msgid "Agreement checkbox"
603
  msgstr "Checkbox συμφωνίας"
604
 
605
  # @ contact_form
606
+ #: contact_form.php:1491
607
  msgid "Required checkbox for submitting the form"
608
  msgstr "Απαιτούμενο checkbox για την υποβολή της φόρμας"
609
 
610
  # @ contact_form
611
+ #: contact_form.php:1492
612
  msgid "Optional checkbox"
613
  msgstr "Προαιρετικό checkbox"
614
 
615
  # @ contact_form
616
+ #: contact_form.php:1492
617
  msgid "Optional checkbox, the results of which will be displayed in email"
618
  msgstr "Optional checkbox, τα αποτελέσματα του οποίου θα εμφανίζεται στο email"
619
 
620
  # @ contact_form
621
+ #: contact_form.php:1513
622
  msgid "Delete an attachment file from the server after the email is sent"
623
  msgstr ""
624
  "Διαγραφή συνημμένου αρχείου από τον διακομιστή μετά την αποστολή του email"
625
 
626
  # @ contact_form
627
+ #: contact_form.php:1519
628
  msgid "Email in HTML format sending"
629
  msgstr "Αποστολή email σε μορφή HTML "
630
 
631
  # @ contact_form
632
+ #: contact_form.php:1523
633
  msgid "Display additional info in the email"
634
  msgstr "Εμφάνιση περισσότερων πληροφοριών στο email"
635
 
636
  # @ contact_form
637
+ #: contact_form.php:1529
638
  #, fuzzy
639
  msgid "Sent from (IP address)"
640
  msgstr "Εστάλη από (διεύθυνση IP)"
641
 
642
  # @ contact_form
643
+ #: contact_form.php:1529
644
  msgid "Example: Sent from (IP address):\t127.0.0.1"
645
  msgstr "Παράδειγμα: Εστάλη από (διεύθυνση IP):\t127.0.0.1"
646
 
647
  # @ contact_form
648
+ #: contact_form.php:1530 contact_form.php:2783 contact_form.php:2785
649
  msgid "Date/Time"
650
  msgstr "Ημερομηνία/Ώρα"
651
 
652
  # @ contact_form
653
+ #: contact_form.php:1530
654
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
655
  msgstr "Παράδειγμα: Ημερομηνία/Ώρα:\tΑύγυστος 19, 2013 8:50 μμ"
656
 
657
  # @ contact_form
658
+ #: contact_form.php:1531 contact_form.php:2789 contact_form.php:2791
659
  msgid "Sent from (referer)"
660
  msgstr "Εστάλη από (παραπέμπτης)"
661
 
662
  # @ contact_form
663
+ #: contact_form.php:1531
664
  msgid ""
665
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
666
  msgstr ""
668
  "contact-us/"
669
 
670
  # @ contact_form
671
+ #: contact_form.php:1532 contact_form.php:2795 contact_form.php:2797
672
  msgid "Using (user agent)"
673
  msgstr "Χρήση (μέσο χρήστη)"
674
 
675
  # @ contact_form
676
+ #: contact_form.php:1532
677
  msgid ""
678
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
679
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
682
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
683
 
684
  # @ contact_form
685
+ #: contact_form.php:1537
686
  msgid "Language settings for the field names in the form"
687
  msgstr "Ρυθμίσεις γλώσσας για τα ονόματα πεδίων στη φόρμα"
688
 
689
  # @ contact_form
690
+ #: contact_form.php:1546
691
  msgid "Add a language"
692
  msgstr "Προσθήκη γλώσσας"
693
 
694
  # @ contact_form
695
+ #: contact_form.php:1550
696
  msgid "Change the names of the contact form fields and error messages"
697
  msgstr ""
698
  "Αλλάξτε τα ονόματα των πεδίων και των μηνύματα σφαλμάτων στη φόρμας "
699
  "επικοινωνίας "
700
 
701
  # @ contact_form
702
+ #: contact_form.php:1555 contact_form.php:1642 contact_form.php:1887
703
+ #: contact_form.php:1892 contact_form.php:1902 contact_form.php:1907
704
+ #: contact_form.php:1912 contact_form.php:1917 contact_form.php:1927
705
+ #: contact_form.php:1932 contact_form.php:1941 contact_form.php:1955
706
+ #: contact_form.php:1960 contact_form.php:1965
707
  msgid "Default"
708
  msgstr "Προκαθορισμένο"
709
 
710
  # @ contact_form
711
+ #: contact_form.php:1563 contact_form.php:1597
712
  msgid "click to expand/hide the list"
713
  msgstr "κάντε κλικ για να επεκτείνετε/αποκρύψετε τη λίστα"
714
 
715
  # @ contact_form
716
+ #: contact_form.php:1572 contact_form.php:1606
717
  msgid "Tips below the Attachment block"
718
  msgstr "Συμβουλές κάτω από το Συνημμένο μπλοκ"
719
 
720
  # @ contact_form
721
+ #: contact_form.php:1575 contact_form.php:1609
722
  msgid "Error message for the Name field"
723
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Όνομα'"
724
 
725
  # @ contact_form
726
+ #: contact_form.php:1576 contact_form.php:1610
727
  msgid "Error message for the Address field"
728
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Διεύθυνση'"
729
 
730
  # @ contact_form
731
+ #: contact_form.php:1577 contact_form.php:1611
732
  msgid "Error message for the Email field"
733
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Email'"
734
 
735
  # @ contact_form
736
+ #: contact_form.php:1578 contact_form.php:1612
737
  msgid "Error message for the Phone field"
738
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Αριθμός τηλεφώνου'"
739
 
740
  # @ contact_form
741
+ #: contact_form.php:1579 contact_form.php:1613
742
  msgid "Error message for the Subject field"
743
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Θέμα'"
744
 
745
  # @ contact_form
746
+ #: contact_form.php:1580 contact_form.php:1614
747
  msgid "Error message for the Message field"
748
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Μήνυμα'"
749
 
750
  # @ contact_form
751
+ #: contact_form.php:1581 contact_form.php:1615
752
  msgid "Error message about the file type for the Attachment field"
753
  msgstr "Μήνυμα σφάλματος σχετικά με τον τύπο αρχείου για το πεδίο 'Συνημμένο'"
754
 
755
  # @ contact_form
756
+ #: contact_form.php:1582 contact_form.php:1616
757
  msgid ""
758
  "Error message while uploading a file for the Attachment field to the server"
759
  msgstr ""
761
  "διακομιστή"
762
 
763
  # @ contact_form
764
+ #: contact_form.php:1583 contact_form.php:1617
765
  msgid "Error message while moving the file for the Attachment field"
766
  msgstr ""
767
  "Μήνυμα σφάλματος κατά τη μετακίνηση του αρχείου για το πεδίο 'Συνημμένο'"
768
 
769
  # @ contact_form
770
+ #: contact_form.php:1584 contact_form.php:1618
771
  msgid "Error message when file size limit for the Attachment field is exceeded"
772
  msgstr ""
773
  "Μήνυμα σφάλματος όταν το όριο μεγέθους αρχείου για το πεδίο 'Συνημμένο' έχει "
774
  "ξεπεραστεί"
775
 
776
  # @ contact_form
777
+ #: contact_form.php:1585 contact_form.php:1619
778
  msgid "Error message for the Captcha field"
779
  msgstr "Μήνυμα σφάλματος για το πεδίο 'Captcha'"
780
 
781
  # @ contact_form
782
+ #: contact_form.php:1586 contact_form.php:1620
783
  msgid "Error message for the whole form"
784
  msgstr "Μήνυμα σφάλματος συνολικά για τη φόρμα"
785
 
786
  # @ contact_form
787
+ #: contact_form.php:1589 contact_form.php:1591 contact_form.php:1623
788
+ #: contact_form.php:1625 contact_form.php:1652 contact_form.php:1654
789
+ #: contact_form.php:1662 contact_form.php:1664 contact_form.php:3177
790
+ #: contact_form.php:3179
791
  msgid "Use shortcode"
792
  msgstr "Χρήση σύντομου κωδικού"
793
 
794
  # @ contact_form
795
+ #: contact_form.php:1589 contact_form.php:1591 contact_form.php:1623
796
+ #: contact_form.php:1625 contact_form.php:1652 contact_form.php:1654
797
+ #: contact_form.php:1662 contact_form.php:1664 contact_form.php:3177
798
+ #: contact_form.php:3179
799
  msgid "for this language"
800
  msgstr "για τη συγκεκριμένη γλώσσα"
801
 
802
  # @ contact_form
803
+ #: contact_form.php:1633
804
  msgid "Use the changed names of the contact form fields in the email"
805
  msgstr ""
806
  "Χρησιμοποιήστε τα τροποποιημένα ονόματα των πεδίων της φόρμας επικοινωνίας "
807
  "στο email"
808
 
809
  # @ contact_form
810
+ #: contact_form.php:1639
811
  msgid "Action after email is sent"
812
  msgstr "Ενέργεια μετά την αποστολή του email"
813
 
814
  # @ contact_form
815
+ #: contact_form.php:1641
816
  msgid "Display text"
817
  msgstr "Εμφάνιση κειμένου"
818
 
819
  # @ contact_form
820
+ #: contact_form.php:1650 contact_form.php:1660
821
  msgid "Text"
822
  msgstr "Κείμενο"
823
 
824
  # @ contact_form
825
+ #: contact_form.php:1671
826
  msgid "Redirect to the page"
827
  msgstr "Ανακατεύθυνση στη σελίδα"
828
 
829
  # @ contact_form
830
+ #: contact_form.php:1672
831
  msgid "Url"
832
  msgstr "Url"
833
 
834
+ #: contact_form.php:1683
835
  msgid "Add field 'Reply-To' to the email header"
836
  msgstr ""
837
 
838
+ #: contact_form.php:1685
839
  msgid "Field 'Reply-To' will be initialized by user email"
840
  msgstr ""
841
 
842
  # @ contact_form
843
+ #: contact_form.php:1689
844
  msgid "Auto Response"
845
  msgstr "Αυτόματη Απάντηση"
846
 
847
  # @ contact_form
848
+ #: contact_form.php:1693
849
  #, php-format
850
  msgid ""
851
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
858
  "ιστολογίου."
859
 
860
  # @ default
861
+ #: contact_form.php:1718 contact_form.php:2213
862
  msgid "Save Changes"
863
  msgstr "Αποθήκευση αλλαγών"
864
 
865
+ #: contact_form.php:1731
866
  #, php-format
867
  msgid ""
868
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
869
  msgstr ""
870
 
871
+ #: contact_form.php:1744
872
  msgid "One column"
873
  msgstr ""
874
 
875
+ #: contact_form.php:1747
876
  msgid "Two columns"
877
  msgstr ""
878
 
879
+ #: contact_form.php:1756 contact_form.php:1775 contact_form.php:1793
880
+ #: contact_form.php:1808
881
  msgid "Left"
882
  msgstr ""
883
 
884
+ #: contact_form.php:1759 contact_form.php:1781 contact_form.php:1796
885
+ #: contact_form.php:1814
886
  msgid "Right"
887
  msgstr ""
888
 
889
+ #: contact_form.php:1771
890
  msgid "Form align"
891
  msgstr ""
892
 
893
+ #: contact_form.php:1778 contact_form.php:1811
894
  msgid "Center"
895
  msgstr ""
896
 
897
  # @ contact_form
898
+ #: contact_form.php:1786
899
  #, fuzzy
900
  msgid "Labels position"
901
  msgstr "Κομβίο Υποβολής"
902
 
903
+ #: contact_form.php:1790
904
  msgid "Top"
905
  msgstr ""
906
 
907
+ #: contact_form.php:1799
908
  msgid "Bottom"
909
  msgstr ""
910
 
911
+ #: contact_form.php:1804
912
  msgid "Labels align"
913
  msgstr ""
914
 
915
  # @ contact_form
916
+ #: contact_form.php:1819
917
  msgid "Errors output"
918
  msgstr "Έξοδος σφαλμάτων"
919
 
920
  # @ contact_form
921
+ #: contact_form.php:1822
922
  msgid "Display error messages"
923
  msgstr "Εμφάνιση μηνυμάτων σφαλμάτων"
924
 
925
  # @ contact_form
926
+ #: contact_form.php:1823
927
  msgid "Color of the input field errors."
928
  msgstr "Χρώμα των σφαλμάτων στα πεδία εισαγωγής."
929
 
930
  # @ contact_form
931
+ #: contact_form.php:1824
932
  msgid "Display error messages & color of the input field errors"
933
  msgstr ""
934
  "Εμφάνιση μηνυμάτων σφαλμάτων & χρώμα των σφαλμάτων στα πεδία εισαγωγής."
935
 
936
  # @ contact_form
937
+ #: contact_form.php:1829
938
  msgid "Add placeholder to the input blocks"
939
  msgstr "Προσθήκη placeholder στα μπλοκς εισαγωγής"
940
 
941
  # @ contact_form
942
+ #: contact_form.php:1835
943
  msgid "Add tooltips"
944
  msgstr "Προσθήκη επεξηγήσεων"
945
 
946
  # @ contact_form
947
+ #: contact_form.php:1849
948
  msgid "Email address"
949
  msgstr "Email"
950
 
951
  # @ contact_form
952
+ #: contact_form.php:1854
953
  msgid "Phone Number"
954
  msgstr "Αριθμός τηλεφώνου"
955
 
956
  # @ contact_form
957
+ #: contact_form.php:1868
958
  msgid "Attachment"
959
  msgstr "Συννημένο αρχείο"
960
 
961
  # @ contact_form
962
+ #: contact_form.php:1880
963
  msgid "Style options"
964
  msgstr "Ρυμθίσεις εμφάνισης"
965
 
966
  # @ contact_form
967
+ #: contact_form.php:1884
968
  msgid "Text color"
969
  msgstr "Χρώμα κειμένου"
970
 
971
  # @ contact_form
972
+ #: contact_form.php:1889
973
  msgid "Label text color"
974
  msgstr "Χρώμα κειμένου ετικέτας"
975
 
976
  # @ contact_form
977
+ #: contact_form.php:1894
978
  msgid "Placeholder color"
979
  msgstr "Χρώμα placeholder"
980
 
981
  # @ contact_form
982
+ #: contact_form.php:1899
983
  msgid "Errors color"
984
  msgstr "Χρώμα σφαλμάτων"
985
 
986
  # @ contact_form
987
+ #: contact_form.php:1904
988
  msgid "Error text color"
989
  msgstr "Χρώμα κειμένου σφάλματος"
990
 
991
  # @ contact_form
992
+ #: contact_form.php:1909
993
  msgid "Background color of the input field errors"
994
  msgstr "Χρώμα φόντου στα πεδία εισαγωγής σφαλμάτων"
995
 
996
  # @ contact_form
997
+ #: contact_form.php:1914
998
  msgid "Border color of the input field errors"
999
  msgstr "Χρώμα περιγράμματος στα πεδία εισαγωγής σφαλμάτων"
1000
 
1001
  # @ contact_form
1002
+ #: contact_form.php:1919
1003
  msgid "Placeholder color of the input field errors"
1004
  msgstr "Χρώμα placeholder στα πεδία εισαγωγής σφαλμάτων"
1005
 
1006
  # @ contact_form
1007
+ #: contact_form.php:1924
1008
  msgid "Input fields"
1009
  msgstr "Πεδία εισαγωγής"
1010
 
1011
  # @ contact_form
1012
+ #: contact_form.php:1929
1013
  msgid "Input fields background color"
1014
  msgstr "Χρώμα φόντου στα πεδία εισαγωγής"
1015
 
1016
  # @ contact_form
1017
+ #: contact_form.php:1934
1018
  msgid "Text fields color"
1019
  msgstr "Χρώμα πεδίων κειμένου"
1020
 
1021
  # @ contact_form
1022
+ #: contact_form.php:1938
1023
  msgid "Border width in px, numbers only"
1024
  msgstr "Πλάτος περιγράμματος σε px, μόνο αριθμοί"
1025
 
1026
  # @ contact_form
1027
+ #: contact_form.php:1943 contact_form.php:1967
1028
  msgid "Border color"
1029
  msgstr "Χρώμα περιγράμματος"
1030
 
1031
  # @ contact_form
1032
+ #: contact_form.php:1948
1033
  msgid "Submit button"
1034
  msgstr "Κομβίο Υποβολής"
1035
 
1036
  # @ contact_form
1037
+ #: contact_form.php:1952
1038
  msgid "Width in px, numbers only"
1039
  msgstr "Πλάτος σε px, μόνο αριθμοί"
1040
 
1041
  # @ contact_form
1042
+ #: contact_form.php:1957
1043
  msgid "Button color"
1044
  msgstr "Χρώμα κομβίου"
1045
 
1046
  # @ contact_form
1047
+ #: contact_form.php:1962
1048
  msgid "Button text color"
1049
  msgstr "Χρώμα κειμένου κομβίου"
1050
 
1051
  # @ contact_form
1052
+ #: contact_form.php:1994
1053
  #, fuzzy
1054
  msgid "Contact Form | Preview"
1055
  msgstr "Contact Form Pro | Προεπισκόπηση"
1056
 
1057
+ #: contact_form.php:1995
1058
  msgid "Drag the necessary field to sort fields."
1059
  msgstr ""
1060
 
1061
  # @ contact_form
1062
+ #: contact_form.php:2200
1063
  msgid ""
1064
  "If you would like to add the Contact Form to your website, just copy and "
1065
  "paste this shortcode to your post or page or widget:"
1069
  "στο widget σας:"
1070
 
1071
  # @ contact_form
1072
+ #: contact_form.php:2297
1073
  msgid "Sorry, email message could not be delivered."
1074
  msgstr ""
1075
  "Λυπούμαστε, το μήνυμα ηλεκτρονικού ταχυδρομείου δεν μπόρεσε να παραδοθεί."
1076
 
1077
  # @ contact_form
1078
+ #: contact_form.php:2777 contact_form.php:2779
1079
  msgid "Sent from (ip address)"
1080
  msgstr "Εστάλη από (διεύθυνση IP)"
1081
 
1082
  # @ contact_form
1083
+ #: contact_form.php:2804
1084
  msgid "Contact from"
1085
  msgstr "Φόρμμα επικοινωνίας"
1086
 
1087
  # @ contact_form
1088
+ #: contact_form.php:2826 contact_form.php:2856
1089
  msgid "Phone"
1090
  msgstr "Αριθμός τηλεφώνου"
1091
 
1092
  # @ contact_form
1093
+ #: contact_form.php:2837 contact_form.php:2863
1094
  msgid "Site"
1095
  msgstr "Ιστοσελίδα"
1096
 
1097
  # @ contact_form
1098
+ #: contact_form.php:2956
1099
  msgid ""
1100
  "If you can see this MIME, it means that the MIME type is not supported by "
1101
  "your email client!"
1104
  "υποστηρίζεται από τον email client σας!"
1105
 
1106
  # @ contact_form
1107
+ #: contact_form.php:3039
1108
  msgid "FAQ"
1109
  msgstr "Συχνές Ερωτήσεις"
1110
 
1111
  # @ contact_form
1112
+ #: contact_form.php:3040
1113
  msgid "Support"
1114
  msgstr "Υποστήριξη"
1115
 
1116
  # @ contact_form
1117
+ #: contact_form.php:3089
1118
  msgid "Are you sure that you want to delete this language data?"
1119
  msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε τα δεδομένα αυτής της γλώσσας;"
1120
 
1121
  # @ contact_form
1122
+ #: contact_form.php:3110
1123
  #, fuzzy
1124
  msgid "Add multiple forms"
1125
  msgstr "Προσθήκη στη φόρμα"
1126
 
1127
+ #: contact_form.php:3110
1128
  msgid ""
1129
  "Install Contact Form Multi plugin to create unlimited number of contact "
1130
  "forms."
1131
  msgstr ""
1132
 
1133
  # @ contact_form
1134
+ #: contact_form.php:3115
1135
  #, fuzzy
1136
  msgid "Learn more"
1137
  msgstr "Μάθετε περισσότερα"
1138
 
1139
+ #: contact_form.php:3320
1140
  msgid "Close notice"
1141
  msgstr ""
1142
 
1143
  # @ contact_form
1144
+ #: contact_form.php:3325
1145
  #, fuzzy
1146
  msgid "allows to store your messages to the database."
1147
  msgstr ""
1149
  "στη βάση δεδομένων."
1150
 
1151
  # @ contact_form
1152
+ #: contact_form.php:3326
1153
  msgid "Manage messages that have been sent from your website."
1154
  msgstr "Διαχειριστείτε τα μηνύματα που έχουν σταλεί από την ιστοσελίδα σας."
1155
 
1156
  # @ contact_form
1157
+ #: contact_form.php:3384
1158
  #, fuzzy
1159
  msgid "Contact form"
1160
  msgstr "Φόρμμα επικοινωνίας"
1161
 
1162
  # @ contact_form
1163
+ #: contact_form.php:3397 contact_form.php:3407
1164
  #, fuzzy
1165
  msgid "Language"
1166
  msgstr "Προσθήκη γλώσσας"
languages/contact-form-plugin-es_ES.mo CHANGED
Binary file
languages/contact-form-plugin-es_ES.po CHANGED
@@ -2,11 +2,11 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-04-13 15:16+0300\n"
6
- "PO-Revision-Date: 2016-04-13 15:17+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Javitopo <jaawme@hotmail.com>\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"
@@ -14,9 +14,10 @@ msgstr ""
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
- #: contact_form.php:37 contact_form.php:1019
20
  msgid "Contact Form Settings"
21
  msgstr "Opciones de formulario de contacto"
22
 
@@ -24,31 +25,31 @@ msgstr "Opciones de formulario de contacto"
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
- #: contact_form.php:165 contact_form.php:1553 contact_form.php:1587
28
  msgid "Name:"
29
  msgstr "Nombre:"
30
 
31
- #: contact_form.php:166 contact_form.php:1554 contact_form.php:1588
32
  msgid "Address:"
33
  msgstr "Dirección:"
34
 
35
- #: contact_form.php:167 contact_form.php:1555 contact_form.php:1589
36
  msgid "Email Address:"
37
  msgstr "Dirección de correo electrónico:"
38
 
39
- #: contact_form.php:168 contact_form.php:1556 contact_form.php:1590
40
  msgid "Phone number:"
41
  msgstr "Número de teléfono:"
42
 
43
- #: contact_form.php:169 contact_form.php:1557 contact_form.php:1591
44
  msgid "Subject:"
45
  msgstr "Asunto:"
46
 
47
- #: contact_form.php:170 contact_form.php:1558 contact_form.php:1592
48
  msgid "Message:"
49
  msgstr "Mensaje:"
50
 
51
- #: contact_form.php:171 contact_form.php:1559 contact_form.php:1593
52
  msgid "Attachment:"
53
  msgstr "Datos adjuntos:"
54
 
@@ -60,11 +61,11 @@ msgstr ""
60
  "Tipos de archivo admitidos: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
61
  "AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
62
 
63
- #: contact_form.php:173 contact_form.php:1561 contact_form.php:1595
64
  msgid "Send me a copy"
65
  msgstr "Deseo recibir una copia"
66
 
67
- #: contact_form.php:174 contact_form.php:1562 contact_form.php:1596
68
  msgid "Submit"
69
  msgstr "Enviar"
70
 
@@ -120,17 +121,20 @@ msgstr "Por favor, haga las correcciones y a continuación vuelva a intentarlo."
120
  msgid "Thank you for contacting us."
121
  msgstr "Gracias por contactar con nosotros."
122
 
123
- #: contact_form.php:682 contact_form.php:995
124
  msgid "Settings saved."
125
  msgstr "Configuración guardada."
126
 
127
- #: contact_form.php:935
128
  msgid ""
129
  "Email 'FROM' field option was changed, which may cause email messages being "
130
  "moved to the spam folder or email delivery failures."
131
  msgstr ""
 
 
 
132
 
133
- #: contact_form.php:945
134
  msgid ""
135
  "If the 'Redirect to page' option is selected then the URL field should be in "
136
  "the following format"
@@ -138,83 +142,81 @@ msgstr ""
138
  "Si se selecciona la opción 'Redirigir a la página', entonces el campo URL "
139
  "debe estar en el siguiente formato"
140
 
141
- #: contact_form.php:954
142
- #, fuzzy
143
  msgid "Such user does not exist."
144
- msgstr "Dicho usuario no existe. Los ajustes no se guardan."
145
 
146
- #: contact_form.php:964
147
- #, fuzzy
148
  msgid ""
149
  "Please enter a valid email address in the 'Use this email address' field."
150
  msgstr ""
151
  "Por favor, introduce una dirección de correo electrónico válida en el campo "
152
- "\"De\". Las configuraciones no se guardan."
153
 
154
- #: contact_form.php:972
155
- #, fuzzy
156
  msgid "Please enter a valid email address in the 'FROM' field."
157
  msgstr ""
158
  "Por favor, introduce una dirección de correo electrónico válida en el campo "
159
- "\"De\". Las configuraciones no se guardan."
160
 
161
- #: contact_form.php:997
162
- #, fuzzy
163
  msgid "Settings are not saved."
164
- msgstr "Configuración guardada."
165
 
166
- #: contact_form.php:1016
167
  msgid "All plugin settings were restored."
168
- msgstr ""
169
 
170
- #: contact_form.php:1021
171
  msgid "How to Use Step-by-step Instruction"
172
- msgstr ""
173
 
174
- #: contact_form.php:1024 contact_form.php:3022 contact_form.php:3036
175
  msgid "Settings"
176
  msgstr "Configuración"
177
 
178
- #: contact_form.php:1025
179
- #, fuzzy
180
  msgid "Additional settings"
181
  msgstr "Opciones adicionales"
182
 
183
- #: contact_form.php:1026
184
  msgid "Appearance"
 
 
 
 
185
  msgstr ""
186
 
187
- #: contact_form.php:1027
188
  msgid "Go PRO"
189
  msgstr "Ir al PRO"
190
 
191
- #: contact_form.php:1033
192
- #, fuzzy
193
  msgid ""
194
  "Please enable JavaScript to add language in the contact form, change the "
195
  "names of the contact form fields and error messages."
196
  msgstr ""
197
- "Cambie los nombres de los campos del formulario de contacto y mensajes de "
198
- "error"
 
199
 
200
- #: contact_form.php:1033 contact_form.php:1719 contact_form.php:1728
201
  msgid "Form layout"
202
- msgstr ""
203
 
204
- #: contact_form.php:1033 contact_form.php:1719 contact_form.php:1740
205
- #, fuzzy
206
  msgid "Submit position"
207
- msgstr "Botón enviar"
208
 
209
- #: contact_form.php:1045
210
  msgid "Notice:"
211
  msgstr "Aviso:"
212
 
213
- #: contact_form.php:1049
214
  msgid "NEW_FORM"
215
- msgstr ""
216
 
217
- #: contact_form.php:1050
218
  msgid ""
219
  "If you want to create multiple contact forms, please install the Contact "
220
  "Form Multi plugin."
@@ -222,17 +224,16 @@ msgstr ""
222
  "Si desea crear varios formularios de contacto, por favor, instale el plugin "
223
  "Formulario de contacto múltiple."
224
 
225
- #: contact_form.php:1059
226
- #, fuzzy, php-format
227
  msgid ""
228
  "If you would like to add a Contact Form to your page or post, please use %s "
229
  "button"
230
  msgstr ""
231
- "Si usted desea agregar el formulario de contacto para su sitio web, sólo "
232
- "tienes que copiar y pegar este código corto a tu post, una página o un "
233
- "widget:"
234
 
235
- #: contact_form.php:1065
236
  #, php-format
237
  msgid ""
238
  "You can add the Contact Form to your page or post by clicking on %s button "
@@ -240,8 +241,12 @@ msgid ""
240
  "displayed, please use the shortcode %s or %s where * stands for Contact Form "
241
  "language."
242
  msgstr ""
 
 
 
 
243
 
244
- #: contact_form.php:1074
245
  msgid ""
246
  "If you leave the fields empty, the messages will be sent to the email "
247
  "address specified during registration."
@@ -249,16 +254,15 @@ msgstr ""
249
  "Si deja los campos vacíos, se enviarán los mensajes a la dirección de correo "
250
  "electrónico especificada durante el registro."
251
 
252
- #: contact_form.php:1077
253
  msgid "The user's email address:"
254
  msgstr "Dirección de correo electrónico del usuario:"
255
 
256
- #: contact_form.php:1081
257
- #, fuzzy
258
  msgid "Select a username"
259
- msgstr "Crear un nombre de usuario"
260
 
261
- #: contact_form.php:1094
262
  msgid ""
263
  "Enter a username of the person who should get the messages from the contact "
264
  "form."
@@ -266,115 +270,110 @@ msgstr ""
266
  "Introduzca un nombre de usuario de la persona que debe recibir los mensajes "
267
  "desde el formulario de contacto."
268
 
269
- #: contact_form.php:1098
270
  msgid "Use this email address:"
271
  msgstr "Utilice esta dirección de correo electrónico:"
272
 
273
- #: contact_form.php:1102
274
  msgid "Enter the email address you want the messages forwarded to."
275
  msgstr ""
276
  "Introduzca la dirección de correo electrónico que desea que reciba los "
277
  "mensajes."
278
 
279
- #: contact_form.php:1109 contact_form.php:1475 contact_form.php:1667
280
- #: contact_form.php:1755 contact_form.php:3116
281
  msgid "Close"
282
- msgstr ""
283
 
284
- #: contact_form.php:1113
285
  msgid "Add department selectbox to the contact form:"
286
- msgstr "Añadir caja de selección al formulario de contacto:"
287
 
288
- #: contact_form.php:1121 contact_form.php:1484 contact_form.php:1686
289
- #: contact_form.php:1961
290
  msgid "If you upgrade to Pro version all your settings will be saved."
291
  msgstr "Si actualiza a la versión Pro se guardarán todos los ajustes."
292
 
293
- #: contact_form.php:1128 contact_form.php:1395 contact_form.php:1489
294
- #: contact_form.php:1693 contact_form.php:1968
295
- #, fuzzy
296
  msgid "Unlock premium options by upgrading to Pro version"
297
  msgstr ""
298
- "Desbloquear opciones premium mediante la actualización a una versión PRO."
299
 
300
- #: contact_form.php:1131 contact_form.php:1398 contact_form.php:1492
301
- #: contact_form.php:1696 contact_form.php:1971 contact_form.php:3327
302
  msgid "Learn More"
303
  msgstr "Más información"
304
 
305
- #: contact_form.php:1139
306
  msgid "Save emails to the database"
307
  msgstr "Guardar mensajes de correo electrónico a la base de datos"
308
 
309
- #: contact_form.php:1144
310
  msgid "Using"
311
  msgstr "Uso"
312
 
313
- #: contact_form.php:1147 contact_form.php:1151
314
- #, fuzzy
315
  msgid "Using Contact Form to DB by BestWebSoft"
316
- msgstr "Usando Contact Form a DB impulsado por"
317
 
318
- #: contact_form.php:1147
319
- #, fuzzy
320
  msgid "Activate"
321
- msgstr "Activar Captcha"
322
 
323
- #: contact_form.php:1151
324
  msgid "Download"
325
  msgstr "Download"
326
 
327
- #: contact_form.php:1161
328
  msgid "What to use?"
329
  msgstr "Qué usar?"
330
 
331
- #: contact_form.php:1166
332
  msgid "Wp-mail"
333
  msgstr "Wp-mail"
334
 
335
- #: contact_form.php:1168
336
- #, fuzzy
337
  msgid "You can use the Wordpress wp_mail function for mailing"
338
- msgstr "Usted puede utilizar la función wp_mail para enviar por correo"
339
 
340
- #: contact_form.php:1171
341
  msgid "Mail"
342
  msgstr "Correo"
343
 
344
- #: contact_form.php:1173
345
- #, fuzzy
346
  msgid "You can use the PHP mail function for mailing"
347
- msgstr "Usted puede utilizar la función wp_mail para enviar por correo"
348
 
349
- #: contact_form.php:1178
350
  msgid "'FROM' field"
351
- msgstr ""
352
 
353
- #: contact_form.php:1180 contact_form.php:1239 contact_form.php:1827
354
- #: contact_form.php:2808 contact_form.php:2844
355
  msgid "Name"
356
  msgstr "Nombre"
357
 
358
- #: contact_form.php:1183
359
  msgid "User name"
360
  msgstr "Nombre de usuario"
361
 
362
- #: contact_form.php:1185
363
  msgid ""
364
  "The name of the user who fills the form will be used in the field 'From'."
365
  msgstr ""
366
  "El nombre del usuario que rellena en el formulario se utiliza en el campo "
367
  "\"De:\"."
368
 
369
- #: contact_form.php:1190 contact_form.php:2819 contact_form.php:2851
370
  msgid "Email"
371
  msgstr "Correo electrónico"
372
 
373
- #: contact_form.php:1193
374
  msgid "User email"
375
  msgstr "Correo electrónico del usuario"
376
 
377
- #: contact_form.php:1195
378
  msgid ""
379
  "The email address of the user who fills the form will be used in the field "
380
  "'From'."
@@ -382,193 +381,198 @@ msgstr ""
382
  "La dirección de correo electrónico del usuario que rellena el formulario se "
383
  "utiliza en el campo \"De\"."
384
 
385
- #: contact_form.php:1198
386
  msgid ""
387
  "If this option is changed, email messages may be moved to the spam folder or "
388
  "email delivery failures may occur."
389
  msgstr ""
 
 
 
390
 
391
- #: contact_form.php:1204
392
  msgid "Required symbol"
393
  msgstr "Símbolo de Obligatorio"
394
 
395
- #: contact_form.php:1214
396
  msgid "Fields"
397
  msgstr "Campos"
398
 
399
- #: contact_form.php:1215 contact_form.php:1242 contact_form.php:1269
400
- #: contact_form.php:1289 contact_form.php:1328 contact_form.php:1413
401
  msgid "Used"
402
  msgstr "Usado"
403
 
404
- #: contact_form.php:1216 contact_form.php:1231 contact_form.php:1246
405
- #: contact_form.php:1273 contact_form.php:1293 contact_form.php:1306
406
- #: contact_form.php:1332 contact_form.php:1345 contact_form.php:1369
407
  msgid "Required"
408
  msgstr "Obligatorio"
409
 
410
- #: contact_form.php:1218 contact_form.php:1251 contact_form.php:1311
411
- #: contact_form.php:1350 contact_form.php:1374
412
  msgid "Visible"
413
  msgstr "Visible"
414
 
415
- #: contact_form.php:1219 contact_form.php:1255 contact_form.php:1315
416
- #: contact_form.php:1354 contact_form.php:1378
417
  msgid "Disabled for editing"
418
  msgstr "Inhabilitado para la edición"
419
 
420
- #: contact_form.php:1220 contact_form.php:1279 contact_form.php:1358
421
- #: contact_form.php:1382
422
  msgid "Field's default value"
423
  msgstr "Valor predeterminado del campo"
424
 
425
- #: contact_form.php:1227
426
  msgid "Department selectbox"
427
- msgstr ""
428
 
429
- #: contact_form.php:1259
430
  msgid "Use User's name as a default value if the user is logged in."
431
  msgstr ""
 
 
432
 
433
- #: contact_form.php:1260 contact_form.php:1320
434
  msgid ""
435
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
436
  "in users."
437
  msgstr ""
 
 
438
 
439
- #: contact_form.php:1266
440
  msgid "Location selectbox"
441
- msgstr ""
442
 
443
- #: contact_form.php:1286 contact_form.php:1832 contact_form.php:2814
444
- #: contact_form.php:2848
445
  msgid "Address"
446
  msgstr "Dirección"
447
 
448
- #: contact_form.php:1302
449
  msgid "Email Address"
450
  msgstr "Dirección de correo electrónico"
451
 
452
- #: contact_form.php:1319
453
  msgid "Use User's email as a default value if the user is logged in."
454
  msgstr ""
 
 
455
 
456
- #: contact_form.php:1325
457
  msgid "Phone number"
458
  msgstr "Número de teléfono"
459
 
460
- #: contact_form.php:1341 contact_form.php:1847 contact_form.php:2829
461
- #: contact_form.php:2857
462
  msgid "Subject"
463
  msgstr "Asunto"
464
 
465
- #: contact_form.php:1365 contact_form.php:1851 contact_form.php:2832
466
- #: contact_form.php:2859
467
  msgid "Message"
468
  msgstr "Mensaje"
469
 
470
- #: contact_form.php:1406
471
  msgid "Attachment block"
472
  msgstr "bloque de adjuntos"
473
 
474
- #: contact_form.php:1408
475
  msgid "Users can attach the following file formats"
476
  msgstr "Los usuarios pueden adjuntar los siguientes formatos de archivo"
477
 
478
- #: contact_form.php:1426
479
  msgid "Add to the form"
480
  msgstr "Añadir a la forma"
481
 
482
- #: contact_form.php:1431
483
  msgid "Tips below the Attachment"
484
  msgstr "Consejos debajo del archivo adjunto"
485
 
486
- #: contact_form.php:1440
487
  msgid "'Send me a copy' block"
488
  msgstr "'Deseo recibir una copia' bloque"
489
 
490
- #: contact_form.php:1452
491
- #, fuzzy
492
  msgid "Activate Subscriber"
493
- msgstr "Plugin attivati"
494
 
495
- #: contact_form.php:1456
496
  msgid "Download Subscriber"
497
- msgstr ""
498
 
499
- #: contact_form.php:1465
500
- #, fuzzy
501
  msgid "Activate Captcha"
502
  msgstr "Activar Captcha"
503
 
504
- #: contact_form.php:1469
505
- #, fuzzy
506
  msgid "Download Captcha"
507
  msgstr "Descargar Captcha"
508
 
509
- #: contact_form.php:1479
510
  msgid "Agreement checkbox"
511
  msgstr "casilla de verificación de acuerdo"
512
 
513
- #: contact_form.php:1479
514
  msgid "Required checkbox for submitting the form"
515
  msgstr "Casilla de verificación obligatoria para enviar el formulario"
516
 
517
- #: contact_form.php:1480
518
  msgid "Optional checkbox"
519
  msgstr "Casilla opcional"
520
 
521
- #: contact_form.php:1480
522
  msgid "Optional checkbox, the results of which will be displayed in email"
523
  msgstr ""
524
  "Casilla opcional, cuyos resultados se mostrarán en el correo electrónico"
525
 
526
- #: contact_form.php:1501
527
  msgid "Delete an attachment file from the server after the email is sent"
528
  msgstr ""
529
  "Eliminar un archivo adjunto del servidor después de que se envíe el correo "
530
  "electrónico"
531
 
532
- #: contact_form.php:1507
533
  msgid "Email in HTML format sending"
534
  msgstr "Enviar correo electrónico en formato HTML"
535
 
536
- #: contact_form.php:1511
537
  msgid "Display additional info in the email"
538
  msgstr "Mostrar información adicional en el correo electrónico"
539
 
540
- #: contact_form.php:1517
541
- #, fuzzy
542
  msgid "Sent from (IP address)"
543
  msgstr "Enviado desde (dirección IP)"
544
 
545
- #: contact_form.php:1517
546
  msgid "Example: Sent from (IP address):\t127.0.0.1"
547
  msgstr "Ejemplo: Enviado desde (dirección IP:\t127.0.0.1"
548
 
549
- #: contact_form.php:1518 contact_form.php:2781 contact_form.php:2783
550
  msgid "Date/Time"
551
  msgstr "Fecha/Hora"
552
 
553
- #: contact_form.php:1518
554
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
555
  msgstr "Ejemplo: Fecha/hora:\tAugust 19, 2013 8:50 pm"
556
 
557
- #: contact_form.php:1519 contact_form.php:2787 contact_form.php:2789
558
  msgid "Sent from (referer)"
559
  msgstr "Enviado desde (referencia)"
560
 
561
- #: contact_form.php:1519
562
  msgid ""
563
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
564
  msgstr ""
565
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
566
 
567
- #: contact_form.php:1520 contact_form.php:2793 contact_form.php:2795
568
  msgid "Using (user agent)"
569
  msgstr "Usando (agente de usuario)"
570
 
571
- #: contact_form.php:1520
572
  msgid ""
573
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
574
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -576,355 +580,357 @@ msgstr ""
576
  "Ejemplo: Usando (agente de usuario):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
577
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
578
 
579
- #: contact_form.php:1525
580
  msgid "Language settings for the field names in the form"
581
  msgstr ""
582
  "Configuración de idioma para los nombres de los campos en el formulario"
583
 
584
- #: contact_form.php:1534
585
  msgid "Add a language"
586
  msgstr "Añadir un idioma"
587
 
588
- #: contact_form.php:1538
589
  msgid "Change the names of the contact form fields and error messages"
590
  msgstr ""
591
  "Cambie los nombres de los campos del formulario de contacto y mensajes de "
592
  "error"
593
 
594
- #: contact_form.php:1543 contact_form.php:1630 contact_form.php:1875
595
- #: contact_form.php:1880 contact_form.php:1890 contact_form.php:1895
596
- #: contact_form.php:1900 contact_form.php:1905 contact_form.php:1915
597
- #: contact_form.php:1920 contact_form.php:1929 contact_form.php:1943
598
- #: contact_form.php:1948 contact_form.php:1953
599
  msgid "Default"
600
  msgstr "Defecto"
601
 
602
- #: contact_form.php:1551 contact_form.php:1585
603
  msgid "click to expand/hide the list"
604
  msgstr "haga clic para expandir / ocultar la lista"
605
 
606
- #: contact_form.php:1560 contact_form.php:1594
607
  msgid "Tips below the Attachment block"
608
  msgstr "Consejos debajo del bloque del archivo adjunto"
609
 
610
- #: contact_form.php:1563 contact_form.php:1597
611
  msgid "Error message for the Name field"
612
  msgstr "Mensaje de error para el campo Nombre"
613
 
614
- #: contact_form.php:1564 contact_form.php:1598
615
  msgid "Error message for the Address field"
616
  msgstr "Mensaje de error para el campo dirección"
617
 
618
- #: contact_form.php:1565 contact_form.php:1599
619
  msgid "Error message for the Email field"
620
  msgstr "Mensaje de error en el campo Correo electrónico"
621
 
622
- #: contact_form.php:1566 contact_form.php:1600
623
  msgid "Error message for the Phone field"
624
  msgstr "Mensaje de error para el campo Teléfono"
625
 
626
- #: contact_form.php:1567 contact_form.php:1601
627
  msgid "Error message for the Subject field"
628
  msgstr "Mensaje de error para el campo Asunto"
629
 
630
- #: contact_form.php:1568 contact_form.php:1602
631
  msgid "Error message for the Message field"
632
  msgstr "Mensaje de error en el campo Mensaje"
633
 
634
- #: contact_form.php:1569 contact_form.php:1603
635
  msgid "Error message about the file type for the Attachment field"
636
  msgstr ""
637
  "Mensaje de error sobre el tipo de archivo para el campo de archivos adjuntos"
638
 
639
- #: contact_form.php:1570 contact_form.php:1604
640
  msgid ""
641
  "Error message while uploading a file for the Attachment field to the server"
642
  msgstr ""
643
  "Mensaje de error al cargar un archivo en el campo de archivos adjuntos al "
644
  "servidor"
645
 
646
- #: contact_form.php:1571 contact_form.php:1605
647
  msgid "Error message while moving the file for the Attachment field"
648
  msgstr ""
649
  "Mensaje de error mientras se mueve el archivo en el campo de archivos "
650
  "adjuntos"
651
 
652
- #: contact_form.php:1572 contact_form.php:1606
653
  msgid "Error message when file size limit for the Attachment field is exceeded"
654
  msgstr ""
655
  "Mensaje de error cuando se supera el límite de tamaño de archivo para el "
656
  "campo de archivos adjuntos"
657
 
658
- #: contact_form.php:1573 contact_form.php:1607
659
  msgid "Error message for the Captcha field"
660
  msgstr "Mensaje de error para el campo Captcha"
661
 
662
- #: contact_form.php:1574 contact_form.php:1608
663
  msgid "Error message for the whole form"
664
  msgstr "Mensaje de error para todo el formulario"
665
 
666
- #: contact_form.php:1577 contact_form.php:1579 contact_form.php:1611
667
- #: contact_form.php:1613 contact_form.php:1640 contact_form.php:1642
668
- #: contact_form.php:1650 contact_form.php:1652 contact_form.php:3175
669
- #: contact_form.php:3177
670
  msgid "Use shortcode"
671
  msgstr "Utilice shortcode"
672
 
673
- #: contact_form.php:1577 contact_form.php:1579 contact_form.php:1611
674
- #: contact_form.php:1613 contact_form.php:1640 contact_form.php:1642
675
- #: contact_form.php:1650 contact_form.php:1652 contact_form.php:3175
676
- #: contact_form.php:3177
677
  msgid "for this language"
678
  msgstr "para este idioma"
679
 
680
- #: contact_form.php:1621
681
- #, fuzzy
682
  msgid "Use the changed names of the contact form fields in the email"
683
  msgstr ""
684
- "Cambie los nombres de los campos del formulario de contacto y mensajes de "
685
- "error"
686
 
687
- #: contact_form.php:1627
688
  msgid "Action after email is sent"
689
  msgstr "Acción después de que se envíe el correo electrónico"
690
 
691
- #: contact_form.php:1629
692
  msgid "Display text"
693
  msgstr "Mostrar texto"
694
 
695
- #: contact_form.php:1638 contact_form.php:1648
696
  msgid "Text"
697
  msgstr "Texto"
698
 
699
- #: contact_form.php:1659
700
  msgid "Redirect to the page"
701
  msgstr "Redirigir a la página"
702
 
703
- #: contact_form.php:1660
704
  msgid "Url"
705
  msgstr "Url"
706
 
707
- #: contact_form.php:1671
708
  msgid "Add field 'Reply-To' to the email header"
709
- msgstr ""
710
 
711
- #: contact_form.php:1673
712
  msgid "Field 'Reply-To' will be initialized by user email"
713
  msgstr ""
 
714
 
715
- #: contact_form.php:1677
716
  msgid "Auto Response"
717
- msgstr ""
718
 
719
- #: contact_form.php:1681
720
  #, php-format
721
  msgid ""
722
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
723
  "display data from the Message field, as well as %%SITENAME%% to display blog "
724
  "name."
725
  msgstr ""
 
 
 
726
 
727
- #: contact_form.php:1706 contact_form.php:2201
728
  msgid "Save Changes"
729
  msgstr "Guardar cambios"
730
 
731
- #: contact_form.php:1719
732
  #, php-format
733
  msgid ""
734
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
735
  msgstr ""
 
 
736
 
737
- #: contact_form.php:1732
738
  msgid "One column"
739
- msgstr ""
740
 
741
- #: contact_form.php:1735
742
  msgid "Two columns"
743
- msgstr ""
744
 
745
- #: contact_form.php:1744 contact_form.php:1763 contact_form.php:1781
746
- #: contact_form.php:1796
747
  msgid "Left"
748
- msgstr ""
749
 
750
- #: contact_form.php:1747 contact_form.php:1769 contact_form.php:1784
751
- #: contact_form.php:1802
752
  msgid "Right"
753
- msgstr ""
754
 
755
- #: contact_form.php:1759
756
  msgid "Form align"
757
- msgstr ""
758
 
759
- #: contact_form.php:1766 contact_form.php:1799
760
  msgid "Center"
761
- msgstr ""
762
 
763
- #: contact_form.php:1774
764
- #, fuzzy
765
  msgid "Labels position"
766
- msgstr "Botón enviar"
767
 
768
- #: contact_form.php:1778
769
  msgid "Top"
770
- msgstr ""
771
 
772
- #: contact_form.php:1787
773
  msgid "Bottom"
774
- msgstr ""
775
 
776
- #: contact_form.php:1792
777
  msgid "Labels align"
778
- msgstr ""
779
 
780
- #: contact_form.php:1807
781
  msgid "Errors output"
782
  msgstr "Salida de errores"
783
 
784
- #: contact_form.php:1810
785
  msgid "Display error messages"
786
  msgstr "Mostrar mensajes de error"
787
 
788
- #: contact_form.php:1811
789
  msgid "Color of the input field errors."
790
  msgstr "El color de los errores del campo de entrada."
791
 
792
- #: contact_form.php:1812
793
  msgid "Display error messages & color of the input field errors"
794
  msgstr ""
795
  "Mostrar mensajes de error y el color de los errores de campo de entrada"
796
 
797
- #: contact_form.php:1817
798
  msgid "Add placeholder to the input blocks"
799
  msgstr "Añadir marcador de posición de los bloques de entrada"
800
 
801
- #: contact_form.php:1823
802
  msgid "Add tooltips"
803
  msgstr "Añadir información sobre herramientas"
804
 
805
- #: contact_form.php:1837
806
  msgid "Email address"
807
  msgstr "Correo electrónico"
808
 
809
- #: contact_form.php:1842
810
  msgid "Phone Number"
811
  msgstr "Número de teléfono"
812
 
813
- #: contact_form.php:1856
814
  msgid "Attachment"
815
  msgstr "Adjuntos"
816
 
817
- #: contact_form.php:1868
818
  msgid "Style options"
819
  msgstr "Opciones de estilo"
820
 
821
- #: contact_form.php:1872
822
  msgid "Text color"
823
  msgstr "Color del texto"
824
 
825
- #: contact_form.php:1877
826
  msgid "Label text color"
827
  msgstr "Color del texto de la Etiqueta"
828
 
829
- #: contact_form.php:1882
830
  msgid "Placeholder color"
831
  msgstr "El color de marcador de posición"
832
 
833
- #: contact_form.php:1887
834
  msgid "Errors color"
835
  msgstr "Color del error"
836
 
837
- #: contact_form.php:1892
838
  msgid "Error text color"
839
  msgstr "Color del texto de error"
840
 
841
- #: contact_form.php:1897
842
  msgid "Background color of the input field errors"
843
  msgstr "Color de fondo de los errores de campo de entrada"
844
 
845
- #: contact_form.php:1902
846
  msgid "Border color of the input field errors"
847
  msgstr "Color del borde de los errores de campo de entrada"
848
 
849
- #: contact_form.php:1907
850
  msgid "Placeholder color of the input field errors"
851
  msgstr "El color de marcador de posición de los errores de campo de entrada"
852
 
853
- #: contact_form.php:1912
854
  msgid "Input fields"
855
  msgstr "Campos de entrada"
856
 
857
- #: contact_form.php:1917
858
  msgid "Input fields background color"
859
  msgstr "Color de fondo de los campos de entrada"
860
 
861
- #: contact_form.php:1922
862
  msgid "Text fields color"
863
  msgstr "Color de los campos de texto"
864
 
865
- #: contact_form.php:1926
866
  msgid "Border width in px, numbers only"
867
  msgstr "Ancho del borde en píxeles, sólo números"
868
 
869
- #: contact_form.php:1931 contact_form.php:1955
870
  msgid "Border color"
871
  msgstr "Color del borde"
872
 
873
- #: contact_form.php:1936
874
  msgid "Submit button"
875
  msgstr "Botón enviar"
876
 
877
- #: contact_form.php:1940
878
  msgid "Width in px, numbers only"
879
  msgstr "Ancho en píxeles, sólo números"
880
 
881
- #: contact_form.php:1945
882
  msgid "Button color"
883
  msgstr "Color del botón"
884
 
885
- #: contact_form.php:1950
886
  msgid "Button text color"
887
  msgstr "Color del texto del botón"
888
 
889
- #: contact_form.php:1982
890
- #, fuzzy
891
  msgid "Contact Form | Preview"
892
- msgstr "Contact Form Pro | Vista previa"
893
 
894
- #: contact_form.php:1983
895
  msgid "Drag the necessary field to sort fields."
896
- msgstr ""
897
 
898
- #: contact_form.php:2188
899
  msgid ""
900
  "If you would like to add the Contact Form to your website, just copy and "
901
  "paste this shortcode to your post or page or widget:"
902
  msgstr ""
903
- "Si usted desea agregar el formulario de contacto para su sitio web, sólo "
904
- "tienes que copiar y pegar este código corto a tu post, una página o un "
905
- "widget:"
906
 
907
- #: contact_form.php:2288
908
  msgid "Sorry, email message could not be delivered."
909
  msgstr "Lo sentimos, el mensaje de correo electrónico no se pudo entregar."
910
 
911
- #: contact_form.php:2775 contact_form.php:2777
912
  msgid "Sent from (ip address)"
913
  msgstr "Enviado desde (dirección IP)"
914
 
915
- #: contact_form.php:2802
916
  msgid "Contact from"
917
  msgstr "Contact from"
918
 
919
- #: contact_form.php:2824 contact_form.php:2854
920
  msgid "Phone"
921
  msgstr "Teléfono"
922
 
923
- #: contact_form.php:2835 contact_form.php:2861
924
  msgid "Site"
925
  msgstr "Sitio"
926
 
927
- #: contact_form.php:2954
928
  msgid ""
929
  "If you can see this MIME, it means that the MIME type is not supported by "
930
  "your email client!"
@@ -932,58 +938,53 @@ msgstr ""
932
  "Si puede ver esta MIME, significa que el tipo MIME no es compatible con su "
933
  "cliente de correo electrónico!"
934
 
935
- #: contact_form.php:3037
936
  msgid "FAQ"
937
  msgstr "Preguntas más frecuentes"
938
 
939
- #: contact_form.php:3038
940
  msgid "Support"
941
  msgstr "Soporte técnico"
942
 
943
- #: contact_form.php:3087
944
  msgid "Are you sure that you want to delete this language data?"
945
  msgstr "¿Estás seguro de que quieres eliminar este idioma?"
946
 
947
- #: contact_form.php:3107
948
- #, fuzzy
949
  msgid "Add multiple forms"
950
- msgstr "Añadir a la forma"
951
 
952
- #: contact_form.php:3107
953
  msgid ""
954
  "Install Contact Form Multi plugin to create unlimited number of contact "
955
  "forms."
956
  msgstr ""
 
 
957
 
958
- #: contact_form.php:3112
959
- #, fuzzy
960
  msgid "Learn more"
961
  msgstr "Más información"
962
 
963
- #: contact_form.php:3318
964
  msgid "Close notice"
965
- msgstr ""
966
 
967
- #: contact_form.php:3323
968
- #, fuzzy
969
  msgid "allows to store your messages to the database."
970
- msgstr ""
971
- "<strong>Formulario de contacto para DB</strong>permite almacenar sus "
972
- "mensajes a la base de datos."
973
 
974
- #: contact_form.php:3324
975
  msgid "Manage messages that have been sent from your website."
976
  msgstr "Administración de mensajes que han sido enviados desde su sitio web."
977
 
978
- #: contact_form.php:3382
979
- #, fuzzy
980
  msgid "Contact form"
981
- msgstr "Contact from"
982
 
983
- #: contact_form.php:3395 contact_form.php:3405
984
- #, fuzzy
985
  msgid "Language"
986
- msgstr "Añadir un idioma"
987
 
988
  #~ msgid "To send mail you can use the php mail function"
989
  #~ msgstr "Para enviar el correo se puede utilizar la función de correo php"
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-06-27 16:31+0300\n"
6
+ "PO-Revision-Date: 2016-06-27 16:31+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Javitopo <jaawme@hotmail.com>\n"
9
+ "Language: es_ES\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: contact_form.php:37 contact_form.php:1030
21
  msgid "Contact Form Settings"
22
  msgstr "Opciones de formulario de contacto"
23
 
25
  msgid "Contact Form"
26
  msgstr "Contact Form"
27
 
28
+ #: contact_form.php:165 contact_form.php:1565 contact_form.php:1599
29
  msgid "Name:"
30
  msgstr "Nombre:"
31
 
32
+ #: contact_form.php:166 contact_form.php:1566 contact_form.php:1600
33
  msgid "Address:"
34
  msgstr "Dirección:"
35
 
36
+ #: contact_form.php:167 contact_form.php:1567 contact_form.php:1601
37
  msgid "Email Address:"
38
  msgstr "Dirección de correo electrónico:"
39
 
40
+ #: contact_form.php:168 contact_form.php:1568 contact_form.php:1602
41
  msgid "Phone number:"
42
  msgstr "Número de teléfono:"
43
 
44
+ #: contact_form.php:169 contact_form.php:1569 contact_form.php:1603
45
  msgid "Subject:"
46
  msgstr "Asunto:"
47
 
48
+ #: contact_form.php:170 contact_form.php:1570 contact_form.php:1604
49
  msgid "Message:"
50
  msgstr "Mensaje:"
51
 
52
+ #: contact_form.php:171 contact_form.php:1571 contact_form.php:1605
53
  msgid "Attachment:"
54
  msgstr "Datos adjuntos:"
55
 
61
  "Tipos de archivo admitidos: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
62
  "AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
63
 
64
+ #: contact_form.php:173 contact_form.php:1573 contact_form.php:1607
65
  msgid "Send me a copy"
66
  msgstr "Deseo recibir una copia"
67
 
68
+ #: contact_form.php:174 contact_form.php:1574 contact_form.php:1608
69
  msgid "Submit"
70
  msgstr "Enviar"
71
 
121
  msgid "Thank you for contacting us."
122
  msgstr "Gracias por contactar con nosotros."
123
 
124
+ #: contact_form.php:688 contact_form.php:998
125
  msgid "Settings saved."
126
  msgstr "Configuración guardada."
127
 
128
+ #: contact_form.php:940
129
  msgid ""
130
  "Email 'FROM' field option was changed, which may cause email messages being "
131
  "moved to the spam folder or email delivery failures."
132
  msgstr ""
133
+ "El campo 'DESDE' del correo electrónico ha sido cambiado, por lo que los "
134
+ "mensajes de correo electrónico pueden haber sido enviados a la carpeta de "
135
+ "correo no deseado o provocar errores en la entrega del correo electrónico."
136
 
137
+ #: contact_form.php:950
138
  msgid ""
139
  "If the 'Redirect to page' option is selected then the URL field should be in "
140
  "the following format"
142
  "Si se selecciona la opción 'Redirigir a la página', entonces el campo URL "
143
  "debe estar en el siguiente formato"
144
 
145
+ #: contact_form.php:957
 
146
  msgid "Such user does not exist."
147
+ msgstr "Dicho usuario no existe."
148
 
149
+ #: contact_form.php:967
 
150
  msgid ""
151
  "Please enter a valid email address in the 'Use this email address' field."
152
  msgstr ""
153
  "Por favor, introduce una dirección de correo electrónico válida en el campo "
154
+ "\"Correo electrónico\"."
155
 
156
+ #: contact_form.php:975
 
157
  msgid "Please enter a valid email address in the 'FROM' field."
158
  msgstr ""
159
  "Por favor, introduce una dirección de correo electrónico válida en el campo "
160
+ "\"Desde\"."
161
 
162
+ #: contact_form.php:1000
 
163
  msgid "Settings are not saved."
164
+ msgstr "Configuración no guardada."
165
 
166
+ #: contact_form.php:1027
167
  msgid "All plugin settings were restored."
168
+ msgstr "Todos los parámetros del plugin serán restaurados."
169
 
170
+ #: contact_form.php:1032
171
  msgid "How to Use Step-by-step Instruction"
172
+ msgstr "Instrucciones paso a paso"
173
 
174
+ #: contact_form.php:1035 contact_form.php:3024 contact_form.php:3038
175
  msgid "Settings"
176
  msgstr "Configuración"
177
 
178
+ #: contact_form.php:1036
 
179
  msgid "Additional settings"
180
  msgstr "Opciones adicionales"
181
 
182
+ #: contact_form.php:1037
183
  msgid "Appearance"
184
+ msgstr "Apariencia"
185
+
186
+ #: contact_form.php:1038
187
+ msgid "Custom code"
188
  msgstr ""
189
 
190
+ #: contact_form.php:1039
191
  msgid "Go PRO"
192
  msgstr "Ir al PRO"
193
 
194
+ #: contact_form.php:1045
 
195
  msgid ""
196
  "Please enable JavaScript to add language in the contact form, change the "
197
  "names of the contact form fields and error messages."
198
  msgstr ""
199
+ "Por favor, activa JavaScript para añadir un idioma en el formulario de "
200
+ "contacto, cambiar los nombres de los campos del formulario de contacto y "
201
+ "mensajes de error"
202
 
203
+ #: contact_form.php:1045 contact_form.php:1731 contact_form.php:1740
204
  msgid "Form layout"
205
+ msgstr "Diseño del formulario"
206
 
207
+ #: contact_form.php:1045 contact_form.php:1731 contact_form.php:1752
 
208
  msgid "Submit position"
209
+ msgstr "Enviar posición"
210
 
211
+ #: contact_form.php:1057
212
  msgid "Notice:"
213
  msgstr "Aviso:"
214
 
215
+ #: contact_form.php:1061
216
  msgid "NEW_FORM"
217
+ msgstr "NUEVO FORMULARIO"
218
 
219
+ #: contact_form.php:1062
220
  msgid ""
221
  "If you want to create multiple contact forms, please install the Contact "
222
  "Form Multi plugin."
224
  "Si desea crear varios formularios de contacto, por favor, instale el plugin "
225
  "Formulario de contacto múltiple."
226
 
227
+ #: contact_form.php:1071
228
+ #, php-format
229
  msgid ""
230
  "If you would like to add a Contact Form to your page or post, please use %s "
231
  "button"
232
  msgstr ""
233
+ "Si usted desea agregar el formulario de contacto a su sitio web o entrada , "
234
+ "por favor use el botón %s"
 
235
 
236
+ #: contact_form.php:1077
237
  #, php-format
238
  msgid ""
239
  "You can add the Contact Form to your page or post by clicking on %s button "
241
  "displayed, please use the shortcode %s or %s where * stands for Contact Form "
242
  "language."
243
  msgstr ""
244
+ "Puedes añadir el Formulario de Contacto a tu página o post clicando en el "
245
+ "botón %s en el bloque editar el contenido usando el Modo visual. Si el botón "
246
+ "no aparece, por favor usa el shortcode %s o %s donde * representa el idioma "
247
+ "del Formulario de Contacto."
248
 
249
+ #: contact_form.php:1086
250
  msgid ""
251
  "If you leave the fields empty, the messages will be sent to the email "
252
  "address specified during registration."
254
  "Si deja los campos vacíos, se enviarán los mensajes a la dirección de correo "
255
  "electrónico especificada durante el registro."
256
 
257
+ #: contact_form.php:1089
258
  msgid "The user's email address:"
259
  msgstr "Dirección de correo electrónico del usuario:"
260
 
261
+ #: contact_form.php:1093
 
262
  msgid "Select a username"
263
+ msgstr "Seleccione un nombre de usuario"
264
 
265
+ #: contact_form.php:1106
266
  msgid ""
267
  "Enter a username of the person who should get the messages from the contact "
268
  "form."
270
  "Introduzca un nombre de usuario de la persona que debe recibir los mensajes "
271
  "desde el formulario de contacto."
272
 
273
+ #: contact_form.php:1110
274
  msgid "Use this email address:"
275
  msgstr "Utilice esta dirección de correo electrónico:"
276
 
277
+ #: contact_form.php:1114
278
  msgid "Enter the email address you want the messages forwarded to."
279
  msgstr ""
280
  "Introduzca la dirección de correo electrónico que desea que reciba los "
281
  "mensajes."
282
 
283
+ #: contact_form.php:1121 contact_form.php:1487 contact_form.php:1679
284
+ #: contact_form.php:1767 contact_form.php:3119
285
  msgid "Close"
286
+ msgstr "Cerrar"
287
 
288
+ #: contact_form.php:1125
289
  msgid "Add department selectbox to the contact form:"
290
+ msgstr "Añadir casilla seleccionable al formulario de contacto:"
291
 
292
+ #: contact_form.php:1133 contact_form.php:1496 contact_form.php:1698
293
+ #: contact_form.php:1973
294
  msgid "If you upgrade to Pro version all your settings will be saved."
295
  msgstr "Si actualiza a la versión Pro se guardarán todos los ajustes."
296
 
297
+ #: contact_form.php:1140 contact_form.php:1407 contact_form.php:1501
298
+ #: contact_form.php:1705 contact_form.php:1980
 
299
  msgid "Unlock premium options by upgrading to Pro version"
300
  msgstr ""
301
+ "Desbloquear opciones premium mediante la actualización a una versión PRO"
302
 
303
+ #: contact_form.php:1143 contact_form.php:1410 contact_form.php:1504
304
+ #: contact_form.php:1708 contact_form.php:1983 contact_form.php:3329
305
  msgid "Learn More"
306
  msgstr "Más información"
307
 
308
+ #: contact_form.php:1151
309
  msgid "Save emails to the database"
310
  msgstr "Guardar mensajes de correo electrónico a la base de datos"
311
 
312
+ #: contact_form.php:1156
313
  msgid "Using"
314
  msgstr "Uso"
315
 
316
+ #: contact_form.php:1159 contact_form.php:1163
 
317
  msgid "Using Contact Form to DB by BestWebSoft"
318
+ msgstr "Mediante Formularios de Contacto de BD de BestWebSoft"
319
 
320
+ #: contact_form.php:1159
 
321
  msgid "Activate"
322
+ msgstr "Activar"
323
 
324
+ #: contact_form.php:1163
325
  msgid "Download"
326
  msgstr "Download"
327
 
328
+ #: contact_form.php:1173
329
  msgid "What to use?"
330
  msgstr "Qué usar?"
331
 
332
+ #: contact_form.php:1178
333
  msgid "Wp-mail"
334
  msgstr "Wp-mail"
335
 
336
+ #: contact_form.php:1180
 
337
  msgid "You can use the Wordpress wp_mail function for mailing"
338
+ msgstr " puedes utilizar la función wp_mail para enviar por correo"
339
 
340
+ #: contact_form.php:1183
341
  msgid "Mail"
342
  msgstr "Correo"
343
 
344
+ #: contact_form.php:1185
 
345
  msgid "You can use the PHP mail function for mailing"
346
+ msgstr " puedes utilizar la función de correo PHP para enviar por correo"
347
 
348
+ #: contact_form.php:1190
349
  msgid "'FROM' field"
350
+ msgstr "Campo 'DESDE'"
351
 
352
+ #: contact_form.php:1192 contact_form.php:1251 contact_form.php:1839
353
+ #: contact_form.php:2810 contact_form.php:2846
354
  msgid "Name"
355
  msgstr "Nombre"
356
 
357
+ #: contact_form.php:1195
358
  msgid "User name"
359
  msgstr "Nombre de usuario"
360
 
361
+ #: contact_form.php:1197
362
  msgid ""
363
  "The name of the user who fills the form will be used in the field 'From'."
364
  msgstr ""
365
  "El nombre del usuario que rellena en el formulario se utiliza en el campo "
366
  "\"De:\"."
367
 
368
+ #: contact_form.php:1202 contact_form.php:2821 contact_form.php:2853
369
  msgid "Email"
370
  msgstr "Correo electrónico"
371
 
372
+ #: contact_form.php:1205
373
  msgid "User email"
374
  msgstr "Correo electrónico del usuario"
375
 
376
+ #: contact_form.php:1207
377
  msgid ""
378
  "The email address of the user who fills the form will be used in the field "
379
  "'From'."
381
  "La dirección de correo electrónico del usuario que rellena el formulario se "
382
  "utiliza en el campo \"De\"."
383
 
384
+ #: contact_form.php:1210
385
  msgid ""
386
  "If this option is changed, email messages may be moved to the spam folder or "
387
  "email delivery failures may occur."
388
  msgstr ""
389
+ "Si se cambia esta opción, los mensajes de correo electrónico podrían entrar "
390
+ "a la carpeta de correo no deseado o ocurrir otros errores en la entrega del "
391
+ "correo."
392
 
393
+ #: contact_form.php:1216
394
  msgid "Required symbol"
395
  msgstr "Símbolo de Obligatorio"
396
 
397
+ #: contact_form.php:1226
398
  msgid "Fields"
399
  msgstr "Campos"
400
 
401
+ #: contact_form.php:1227 contact_form.php:1254 contact_form.php:1281
402
+ #: contact_form.php:1301 contact_form.php:1340 contact_form.php:1425
403
  msgid "Used"
404
  msgstr "Usado"
405
 
406
+ #: contact_form.php:1228 contact_form.php:1243 contact_form.php:1258
407
+ #: contact_form.php:1285 contact_form.php:1305 contact_form.php:1318
408
+ #: contact_form.php:1344 contact_form.php:1357 contact_form.php:1381
409
  msgid "Required"
410
  msgstr "Obligatorio"
411
 
412
+ #: contact_form.php:1230 contact_form.php:1263 contact_form.php:1323
413
+ #: contact_form.php:1362 contact_form.php:1386
414
  msgid "Visible"
415
  msgstr "Visible"
416
 
417
+ #: contact_form.php:1231 contact_form.php:1267 contact_form.php:1327
418
+ #: contact_form.php:1366 contact_form.php:1390
419
  msgid "Disabled for editing"
420
  msgstr "Inhabilitado para la edición"
421
 
422
+ #: contact_form.php:1232 contact_form.php:1291 contact_form.php:1370
423
+ #: contact_form.php:1394
424
  msgid "Field's default value"
425
  msgstr "Valor predeterminado del campo"
426
 
427
+ #: contact_form.php:1239
428
  msgid "Department selectbox"
429
+ msgstr "Apartado de casilla seleccionable"
430
 
431
+ #: contact_form.php:1271
432
  msgid "Use User's name as a default value if the user is logged in."
433
  msgstr ""
434
+ "Usar el nombre de usuario como valor por defecto si el usuario está "
435
+ "conectado."
436
 
437
+ #: contact_form.php:1272 contact_form.php:1332
438
  msgid ""
439
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
440
  "in users."
441
  msgstr ""
442
+ "Las opciones 'Visible' y 'Desactivado para la edición' solo serán aplicadas "
443
+ "a los usuarios con sesión iniciada."
444
 
445
+ #: contact_form.php:1278
446
  msgid "Location selectbox"
447
+ msgstr "Localización de la casilla seleccionable"
448
 
449
+ #: contact_form.php:1298 contact_form.php:1844 contact_form.php:2816
450
+ #: contact_form.php:2850
451
  msgid "Address"
452
  msgstr "Dirección"
453
 
454
+ #: contact_form.php:1314
455
  msgid "Email Address"
456
  msgstr "Dirección de correo electrónico"
457
 
458
+ #: contact_form.php:1331
459
  msgid "Use User's email as a default value if the user is logged in."
460
  msgstr ""
461
+ "Utiliza por defecto el correo electrónico del usuario si el usuario está "
462
+ "conectado."
463
 
464
+ #: contact_form.php:1337
465
  msgid "Phone number"
466
  msgstr "Número de teléfono"
467
 
468
+ #: contact_form.php:1353 contact_form.php:1859 contact_form.php:2831
469
+ #: contact_form.php:2859
470
  msgid "Subject"
471
  msgstr "Asunto"
472
 
473
+ #: contact_form.php:1377 contact_form.php:1863 contact_form.php:2834
474
+ #: contact_form.php:2861
475
  msgid "Message"
476
  msgstr "Mensaje"
477
 
478
+ #: contact_form.php:1418
479
  msgid "Attachment block"
480
  msgstr "bloque de adjuntos"
481
 
482
+ #: contact_form.php:1420
483
  msgid "Users can attach the following file formats"
484
  msgstr "Los usuarios pueden adjuntar los siguientes formatos de archivo"
485
 
486
+ #: contact_form.php:1438
487
  msgid "Add to the form"
488
  msgstr "Añadir a la forma"
489
 
490
+ #: contact_form.php:1443
491
  msgid "Tips below the Attachment"
492
  msgstr "Consejos debajo del archivo adjunto"
493
 
494
+ #: contact_form.php:1452
495
  msgid "'Send me a copy' block"
496
  msgstr "'Deseo recibir una copia' bloque"
497
 
498
+ #: contact_form.php:1464
 
499
  msgid "Activate Subscriber"
500
+ msgstr "Activar suscripción"
501
 
502
+ #: contact_form.php:1468
503
  msgid "Download Subscriber"
504
+ msgstr "Descargar suscripción"
505
 
506
+ #: contact_form.php:1477
 
507
  msgid "Activate Captcha"
508
  msgstr "Activar Captcha"
509
 
510
+ #: contact_form.php:1481
 
511
  msgid "Download Captcha"
512
  msgstr "Descargar Captcha"
513
 
514
+ #: contact_form.php:1491
515
  msgid "Agreement checkbox"
516
  msgstr "casilla de verificación de acuerdo"
517
 
518
+ #: contact_form.php:1491
519
  msgid "Required checkbox for submitting the form"
520
  msgstr "Casilla de verificación obligatoria para enviar el formulario"
521
 
522
+ #: contact_form.php:1492
523
  msgid "Optional checkbox"
524
  msgstr "Casilla opcional"
525
 
526
+ #: contact_form.php:1492
527
  msgid "Optional checkbox, the results of which will be displayed in email"
528
  msgstr ""
529
  "Casilla opcional, cuyos resultados se mostrarán en el correo electrónico"
530
 
531
+ #: contact_form.php:1513
532
  msgid "Delete an attachment file from the server after the email is sent"
533
  msgstr ""
534
  "Eliminar un archivo adjunto del servidor después de que se envíe el correo "
535
  "electrónico"
536
 
537
+ #: contact_form.php:1519
538
  msgid "Email in HTML format sending"
539
  msgstr "Enviar correo electrónico en formato HTML"
540
 
541
+ #: contact_form.php:1523
542
  msgid "Display additional info in the email"
543
  msgstr "Mostrar información adicional en el correo electrónico"
544
 
545
+ #: contact_form.php:1529
 
546
  msgid "Sent from (IP address)"
547
  msgstr "Enviado desde (dirección IP)"
548
 
549
+ #: contact_form.php:1529
550
  msgid "Example: Sent from (IP address):\t127.0.0.1"
551
  msgstr "Ejemplo: Enviado desde (dirección IP:\t127.0.0.1"
552
 
553
+ #: contact_form.php:1530 contact_form.php:2783 contact_form.php:2785
554
  msgid "Date/Time"
555
  msgstr "Fecha/Hora"
556
 
557
+ #: contact_form.php:1530
558
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
559
  msgstr "Ejemplo: Fecha/hora:\tAugust 19, 2013 8:50 pm"
560
 
561
+ #: contact_form.php:1531 contact_form.php:2789 contact_form.php:2791
562
  msgid "Sent from (referer)"
563
  msgstr "Enviado desde (referencia)"
564
 
565
+ #: contact_form.php:1531
566
  msgid ""
567
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
568
  msgstr ""
569
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
570
 
571
+ #: contact_form.php:1532 contact_form.php:2795 contact_form.php:2797
572
  msgid "Using (user agent)"
573
  msgstr "Usando (agente de usuario)"
574
 
575
+ #: contact_form.php:1532
576
  msgid ""
577
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
578
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
580
  "Ejemplo: Usando (agente de usuario):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
581
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
582
 
583
+ #: contact_form.php:1537
584
  msgid "Language settings for the field names in the form"
585
  msgstr ""
586
  "Configuración de idioma para los nombres de los campos en el formulario"
587
 
588
+ #: contact_form.php:1546
589
  msgid "Add a language"
590
  msgstr "Añadir un idioma"
591
 
592
+ #: contact_form.php:1550
593
  msgid "Change the names of the contact form fields and error messages"
594
  msgstr ""
595
  "Cambie los nombres de los campos del formulario de contacto y mensajes de "
596
  "error"
597
 
598
+ #: contact_form.php:1555 contact_form.php:1642 contact_form.php:1887
599
+ #: contact_form.php:1892 contact_form.php:1902 contact_form.php:1907
600
+ #: contact_form.php:1912 contact_form.php:1917 contact_form.php:1927
601
+ #: contact_form.php:1932 contact_form.php:1941 contact_form.php:1955
602
+ #: contact_form.php:1960 contact_form.php:1965
603
  msgid "Default"
604
  msgstr "Defecto"
605
 
606
+ #: contact_form.php:1563 contact_form.php:1597
607
  msgid "click to expand/hide the list"
608
  msgstr "haga clic para expandir / ocultar la lista"
609
 
610
+ #: contact_form.php:1572 contact_form.php:1606
611
  msgid "Tips below the Attachment block"
612
  msgstr "Consejos debajo del bloque del archivo adjunto"
613
 
614
+ #: contact_form.php:1575 contact_form.php:1609
615
  msgid "Error message for the Name field"
616
  msgstr "Mensaje de error para el campo Nombre"
617
 
618
+ #: contact_form.php:1576 contact_form.php:1610
619
  msgid "Error message for the Address field"
620
  msgstr "Mensaje de error para el campo dirección"
621
 
622
+ #: contact_form.php:1577 contact_form.php:1611
623
  msgid "Error message for the Email field"
624
  msgstr "Mensaje de error en el campo Correo electrónico"
625
 
626
+ #: contact_form.php:1578 contact_form.php:1612
627
  msgid "Error message for the Phone field"
628
  msgstr "Mensaje de error para el campo Teléfono"
629
 
630
+ #: contact_form.php:1579 contact_form.php:1613
631
  msgid "Error message for the Subject field"
632
  msgstr "Mensaje de error para el campo Asunto"
633
 
634
+ #: contact_form.php:1580 contact_form.php:1614
635
  msgid "Error message for the Message field"
636
  msgstr "Mensaje de error en el campo Mensaje"
637
 
638
+ #: contact_form.php:1581 contact_form.php:1615
639
  msgid "Error message about the file type for the Attachment field"
640
  msgstr ""
641
  "Mensaje de error sobre el tipo de archivo para el campo de archivos adjuntos"
642
 
643
+ #: contact_form.php:1582 contact_form.php:1616
644
  msgid ""
645
  "Error message while uploading a file for the Attachment field to the server"
646
  msgstr ""
647
  "Mensaje de error al cargar un archivo en el campo de archivos adjuntos al "
648
  "servidor"
649
 
650
+ #: contact_form.php:1583 contact_form.php:1617
651
  msgid "Error message while moving the file for the Attachment field"
652
  msgstr ""
653
  "Mensaje de error mientras se mueve el archivo en el campo de archivos "
654
  "adjuntos"
655
 
656
+ #: contact_form.php:1584 contact_form.php:1618
657
  msgid "Error message when file size limit for the Attachment field is exceeded"
658
  msgstr ""
659
  "Mensaje de error cuando se supera el límite de tamaño de archivo para el "
660
  "campo de archivos adjuntos"
661
 
662
+ #: contact_form.php:1585 contact_form.php:1619
663
  msgid "Error message for the Captcha field"
664
  msgstr "Mensaje de error para el campo Captcha"
665
 
666
+ #: contact_form.php:1586 contact_form.php:1620
667
  msgid "Error message for the whole form"
668
  msgstr "Mensaje de error para todo el formulario"
669
 
670
+ #: contact_form.php:1589 contact_form.php:1591 contact_form.php:1623
671
+ #: contact_form.php:1625 contact_form.php:1652 contact_form.php:1654
672
+ #: contact_form.php:1662 contact_form.php:1664 contact_form.php:3177
673
+ #: contact_form.php:3179
674
  msgid "Use shortcode"
675
  msgstr "Utilice shortcode"
676
 
677
+ #: contact_form.php:1589 contact_form.php:1591 contact_form.php:1623
678
+ #: contact_form.php:1625 contact_form.php:1652 contact_form.php:1654
679
+ #: contact_form.php:1662 contact_form.php:1664 contact_form.php:3177
680
+ #: contact_form.php:3179
681
  msgid "for this language"
682
  msgstr "para este idioma"
683
 
684
+ #: contact_form.php:1633
 
685
  msgid "Use the changed names of the contact form fields in the email"
686
  msgstr ""
687
+ "Utilice los nombres cambiados de los campos del formulario de contacto en el "
688
+ "correo electrónico"
689
 
690
+ #: contact_form.php:1639
691
  msgid "Action after email is sent"
692
  msgstr "Acción después de que se envíe el correo electrónico"
693
 
694
+ #: contact_form.php:1641
695
  msgid "Display text"
696
  msgstr "Mostrar texto"
697
 
698
+ #: contact_form.php:1650 contact_form.php:1660
699
  msgid "Text"
700
  msgstr "Texto"
701
 
702
+ #: contact_form.php:1671
703
  msgid "Redirect to the page"
704
  msgstr "Redirigir a la página"
705
 
706
+ #: contact_form.php:1672
707
  msgid "Url"
708
  msgstr "Url"
709
 
710
+ #: contact_form.php:1683
711
  msgid "Add field 'Reply-To' to the email header"
712
+ msgstr "Añadir campo 'Responder a' en la cabecera del correo electrónico"
713
 
714
+ #: contact_form.php:1685
715
  msgid "Field 'Reply-To' will be initialized by user email"
716
  msgstr ""
717
+ "El campo 'Responder a' se iniciará por el correo electrónico del usuario"
718
 
719
+ #: contact_form.php:1689
720
  msgid "Auto Response"
721
+ msgstr "Respuesta automática"
722
 
723
+ #: contact_form.php:1693
724
  #, php-format
725
  msgid ""
726
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
727
  "display data from the Message field, as well as %%SITENAME%% to display blog "
728
  "name."
729
  msgstr ""
730
+ "Puedes usar %%NAME%% para mostrar los datos del campo correo electrónico y "
731
+ "%%MESSAGE%% para mostrar los datos del campo Mensaje, así como %%SITENAME%% "
732
+ "para mostrar el nombre del blog."
733
 
734
+ #: contact_form.php:1718 contact_form.php:2213
735
  msgid "Save Changes"
736
  msgstr "Guardar cambios"
737
 
738
+ #: contact_form.php:1731
739
  #, php-format
740
  msgid ""
741
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
742
  msgstr ""
743
+ "Por favor, utilice JavaScript para cambiar las opciones '%s', '%s' y para "
744
+ "los campos de clasificación."
745
 
746
+ #: contact_form.php:1744
747
  msgid "One column"
748
+ msgstr "Una columna"
749
 
750
+ #: contact_form.php:1747
751
  msgid "Two columns"
752
+ msgstr "Dos columnas"
753
 
754
+ #: contact_form.php:1756 contact_form.php:1775 contact_form.php:1793
755
+ #: contact_form.php:1808
756
  msgid "Left"
757
+ msgstr "Izquierda"
758
 
759
+ #: contact_form.php:1759 contact_form.php:1781 contact_form.php:1796
760
+ #: contact_form.php:1814
761
  msgid "Right"
762
+ msgstr "Derecha"
763
 
764
+ #: contact_form.php:1771
765
  msgid "Form align"
766
+ msgstr "Alinear formulario"
767
 
768
+ #: contact_form.php:1778 contact_form.php:1811
769
  msgid "Center"
770
+ msgstr "Centro"
771
 
772
+ #: contact_form.php:1786
 
773
  msgid "Labels position"
774
+ msgstr "Posición de las etiquetas"
775
 
776
+ #: contact_form.php:1790
777
  msgid "Top"
778
+ msgstr "Arriba"
779
 
780
+ #: contact_form.php:1799
781
  msgid "Bottom"
782
+ msgstr "Abajo"
783
 
784
+ #: contact_form.php:1804
785
  msgid "Labels align"
786
+ msgstr "Alinear etiquetas"
787
 
788
+ #: contact_form.php:1819
789
  msgid "Errors output"
790
  msgstr "Salida de errores"
791
 
792
+ #: contact_form.php:1822
793
  msgid "Display error messages"
794
  msgstr "Mostrar mensajes de error"
795
 
796
+ #: contact_form.php:1823
797
  msgid "Color of the input field errors."
798
  msgstr "El color de los errores del campo de entrada."
799
 
800
+ #: contact_form.php:1824
801
  msgid "Display error messages & color of the input field errors"
802
  msgstr ""
803
  "Mostrar mensajes de error y el color de los errores de campo de entrada"
804
 
805
+ #: contact_form.php:1829
806
  msgid "Add placeholder to the input blocks"
807
  msgstr "Añadir marcador de posición de los bloques de entrada"
808
 
809
+ #: contact_form.php:1835
810
  msgid "Add tooltips"
811
  msgstr "Añadir información sobre herramientas"
812
 
813
+ #: contact_form.php:1849
814
  msgid "Email address"
815
  msgstr "Correo electrónico"
816
 
817
+ #: contact_form.php:1854
818
  msgid "Phone Number"
819
  msgstr "Número de teléfono"
820
 
821
+ #: contact_form.php:1868
822
  msgid "Attachment"
823
  msgstr "Adjuntos"
824
 
825
+ #: contact_form.php:1880
826
  msgid "Style options"
827
  msgstr "Opciones de estilo"
828
 
829
+ #: contact_form.php:1884
830
  msgid "Text color"
831
  msgstr "Color del texto"
832
 
833
+ #: contact_form.php:1889
834
  msgid "Label text color"
835
  msgstr "Color del texto de la Etiqueta"
836
 
837
+ #: contact_form.php:1894
838
  msgid "Placeholder color"
839
  msgstr "El color de marcador de posición"
840
 
841
+ #: contact_form.php:1899
842
  msgid "Errors color"
843
  msgstr "Color del error"
844
 
845
+ #: contact_form.php:1904
846
  msgid "Error text color"
847
  msgstr "Color del texto de error"
848
 
849
+ #: contact_form.php:1909
850
  msgid "Background color of the input field errors"
851
  msgstr "Color de fondo de los errores de campo de entrada"
852
 
853
+ #: contact_form.php:1914
854
  msgid "Border color of the input field errors"
855
  msgstr "Color del borde de los errores de campo de entrada"
856
 
857
+ #: contact_form.php:1919
858
  msgid "Placeholder color of the input field errors"
859
  msgstr "El color de marcador de posición de los errores de campo de entrada"
860
 
861
+ #: contact_form.php:1924
862
  msgid "Input fields"
863
  msgstr "Campos de entrada"
864
 
865
+ #: contact_form.php:1929
866
  msgid "Input fields background color"
867
  msgstr "Color de fondo de los campos de entrada"
868
 
869
+ #: contact_form.php:1934
870
  msgid "Text fields color"
871
  msgstr "Color de los campos de texto"
872
 
873
+ #: contact_form.php:1938
874
  msgid "Border width in px, numbers only"
875
  msgstr "Ancho del borde en píxeles, sólo números"
876
 
877
+ #: contact_form.php:1943 contact_form.php:1967
878
  msgid "Border color"
879
  msgstr "Color del borde"
880
 
881
+ #: contact_form.php:1948
882
  msgid "Submit button"
883
  msgstr "Botón enviar"
884
 
885
+ #: contact_form.php:1952
886
  msgid "Width in px, numbers only"
887
  msgstr "Ancho en píxeles, sólo números"
888
 
889
+ #: contact_form.php:1957
890
  msgid "Button color"
891
  msgstr "Color del botón"
892
 
893
+ #: contact_form.php:1962
894
  msgid "Button text color"
895
  msgstr "Color del texto del botón"
896
 
897
+ #: contact_form.php:1994
 
898
  msgid "Contact Form | Preview"
899
+ msgstr "Formulario de Contacto | Vista previa"
900
 
901
+ #: contact_form.php:1995
902
  msgid "Drag the necessary field to sort fields."
903
+ msgstr "Arrastre el campo necesario para ordenar los campos."
904
 
905
+ #: contact_form.php:2200
906
  msgid ""
907
  "If you would like to add the Contact Form to your website, just copy and "
908
  "paste this shortcode to your post or page or widget:"
909
  msgstr ""
910
+ "Si quieres agregar el formulario de contacto en tu sitio web, sólo tienes "
911
+ "que copiar y pegar este código corto a tu post, una página o un widget:"
 
912
 
913
+ #: contact_form.php:2297
914
  msgid "Sorry, email message could not be delivered."
915
  msgstr "Lo sentimos, el mensaje de correo electrónico no se pudo entregar."
916
 
917
+ #: contact_form.php:2777 contact_form.php:2779
918
  msgid "Sent from (ip address)"
919
  msgstr "Enviado desde (dirección IP)"
920
 
921
+ #: contact_form.php:2804
922
  msgid "Contact from"
923
  msgstr "Contact from"
924
 
925
+ #: contact_form.php:2826 contact_form.php:2856
926
  msgid "Phone"
927
  msgstr "Teléfono"
928
 
929
+ #: contact_form.php:2837 contact_form.php:2863
930
  msgid "Site"
931
  msgstr "Sitio"
932
 
933
+ #: contact_form.php:2956
934
  msgid ""
935
  "If you can see this MIME, it means that the MIME type is not supported by "
936
  "your email client!"
938
  "Si puede ver esta MIME, significa que el tipo MIME no es compatible con su "
939
  "cliente de correo electrónico!"
940
 
941
+ #: contact_form.php:3039
942
  msgid "FAQ"
943
  msgstr "Preguntas más frecuentes"
944
 
945
+ #: contact_form.php:3040
946
  msgid "Support"
947
  msgstr "Soporte técnico"
948
 
949
+ #: contact_form.php:3089
950
  msgid "Are you sure that you want to delete this language data?"
951
  msgstr "¿Estás seguro de que quieres eliminar este idioma?"
952
 
953
+ #: contact_form.php:3110
 
954
  msgid "Add multiple forms"
955
+ msgstr "Añadir múltiples forularios"
956
 
957
+ #: contact_form.php:3110
958
  msgid ""
959
  "Install Contact Form Multi plugin to create unlimited number of contact "
960
  "forms."
961
  msgstr ""
962
+ "Instalar el plugin Contact Form Multi para crear un número ilimitado de "
963
+ "formas de contacto."
964
 
965
+ #: contact_form.php:3115
 
966
  msgid "Learn more"
967
  msgstr "Más información"
968
 
969
+ #: contact_form.php:3320
970
  msgid "Close notice"
971
+ msgstr "Cerrar aviso"
972
 
973
+ #: contact_form.php:3325
 
974
  msgid "allows to store your messages to the database."
975
+ msgstr "Permite almacenar sus mensajes en la base de datos."
 
 
976
 
977
+ #: contact_form.php:3326
978
  msgid "Manage messages that have been sent from your website."
979
  msgstr "Administración de mensajes que han sido enviados desde su sitio web."
980
 
981
+ #: contact_form.php:3384
 
982
  msgid "Contact form"
983
+ msgstr "Formulario de contacto"
984
 
985
+ #: contact_form.php:3397 contact_form.php:3407
 
986
  msgid "Language"
987
+ msgstr "Idioma"
988
 
989
  #~ msgid "To send mail you can use the php mail function"
990
  #~ msgstr "Para enviar el correo se puede utilizar la función de correo php"
languages/contact-form-plugin-et.mo CHANGED
Binary file
languages/contact-form-plugin-et.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-04-13 15:17+0300\n"
6
- "PO-Revision-Date: 2016-04-13 15:17+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Feliks <feliks@veebimeister.com>\n"
9
  "Language: ca_ES\n"
@@ -16,7 +16,7 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: contact_form.php:37 contact_form.php:1019
20
  msgid "Contact Form Settings"
21
  msgstr "Contact Form seaded"
22
 
@@ -24,31 +24,31 @@ msgstr "Contact Form seaded"
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
- #: contact_form.php:165 contact_form.php:1553 contact_form.php:1587
28
  msgid "Name:"
29
  msgstr "Nimi:"
30
 
31
- #: contact_form.php:166 contact_form.php:1554 contact_form.php:1588
32
  msgid "Address:"
33
  msgstr "Aadress:"
34
 
35
- #: contact_form.php:167 contact_form.php:1555 contact_form.php:1589
36
  msgid "Email Address:"
37
  msgstr "E-maili aadress:"
38
 
39
- #: contact_form.php:168 contact_form.php:1556 contact_form.php:1590
40
  msgid "Phone number:"
41
  msgstr "Telefoni number:"
42
 
43
- #: contact_form.php:169 contact_form.php:1557 contact_form.php:1591
44
  msgid "Subject:"
45
  msgstr "Pealkiri:"
46
 
47
- #: contact_form.php:170 contact_form.php:1558 contact_form.php:1592
48
  msgid "Message:"
49
  msgstr "Sõnum:"
50
 
51
- #: contact_form.php:171 contact_form.php:1559 contact_form.php:1593
52
  msgid "Attachment:"
53
  msgstr "Manus:"
54
 
@@ -60,11 +60,11 @@ msgstr ""
60
  "Toetatud failitüübid: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
61
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
62
 
63
- #: contact_form.php:173 contact_form.php:1561 contact_form.php:1595
64
  msgid "Send me a copy"
65
  msgstr "Saada mulle koopia"
66
 
67
- #: contact_form.php:174 contact_form.php:1562 contact_form.php:1596
68
  msgid "Submit"
69
  msgstr "Saada"
70
 
@@ -120,17 +120,17 @@ msgstr "Palun tee allolevad parandused ja proovi uuesti."
120
  msgid "Thank you for contacting us."
121
  msgstr "Tänan meiega kontakteerumast."
122
 
123
- #: contact_form.php:682 contact_form.php:995
124
  msgid "Settings saved."
125
  msgstr "Seaded salvestatud."
126
 
127
- #: contact_form.php:935
128
  msgid ""
129
  "Email 'FROM' field option was changed, which may cause email messages being "
130
  "moved to the spam folder or email delivery failures."
131
  msgstr ""
132
 
133
- #: contact_form.php:945
134
  msgid ""
135
  "If the 'Redirect to page' option is selected then the URL field should be in "
136
  "the following format"
@@ -138,73 +138,77 @@ msgstr ""
138
  "Kui 'Suuna lehele' valik on aktiveeritud, siis URL-i väli peab olema "
139
  "järgnevas formaadis"
140
 
141
- #: contact_form.php:954
142
  msgid "Such user does not exist."
143
  msgstr "Sellist kasutajat ei eksisteeri. "
144
 
145
- #: contact_form.php:964
146
  msgid ""
147
  "Please enter a valid email address in the 'Use this email address' field."
148
  msgstr "Palun sisesta 'Kellelt' väljale korrektne e-maili aadress. "
149
 
150
- #: contact_form.php:972
151
  msgid "Please enter a valid email address in the 'FROM' field."
152
  msgstr "Palun sisesta 'Kellelt' väljale korrektne e-maili aadress. "
153
 
154
- #: contact_form.php:997
155
  msgid "Settings are not saved."
156
  msgstr "Seaded pole salvestatud."
157
 
158
- #: contact_form.php:1016
159
  msgid "All plugin settings were restored."
160
  msgstr ""
161
 
162
- #: contact_form.php:1021
163
  msgid "How to Use Step-by-step Instruction"
164
  msgstr ""
165
 
166
- #: contact_form.php:1024 contact_form.php:3022 contact_form.php:3036
167
  msgid "Settings"
168
  msgstr "Seaded"
169
 
170
- #: contact_form.php:1025
171
  #, fuzzy
172
  msgid "Additional settings"
173
  msgstr "Opcions addicionals"
174
 
175
- #: contact_form.php:1026
176
  msgid "Appearance"
177
  msgstr ""
178
 
179
- #: contact_form.php:1027
 
 
 
 
180
  msgid "Go PRO"
181
  msgstr "Telli PRO"
182
 
183
- #: contact_form.php:1033
184
  #, fuzzy
185
  msgid ""
186
  "Please enable JavaScript to add language in the contact form, change the "
187
  "names of the contact form fields and error messages."
188
  msgstr "Muuda kontakti vormi väljade ja error-sõnumite nimesid"
189
 
190
- #: contact_form.php:1033 contact_form.php:1719 contact_form.php:1728
191
  msgid "Form layout"
192
  msgstr ""
193
 
194
- #: contact_form.php:1033 contact_form.php:1719 contact_form.php:1740
195
  #, fuzzy
196
  msgid "Submit position"
197
  msgstr "'Saada' nupp"
198
 
199
- #: contact_form.php:1045
200
  msgid "Notice:"
201
  msgstr "Märkus:"
202
 
203
- #: contact_form.php:1049
204
  msgid "NEW_FORM"
205
  msgstr ""
206
 
207
- #: contact_form.php:1050
208
  msgid ""
209
  "If you want to create multiple contact forms, please install the Contact "
210
  "Form Multi plugin."
@@ -212,7 +216,7 @@ msgstr ""
212
  "Kui soovid sisestada mitut kontaktivormi, siis installi Contact Form Multi "
213
  "plugin."
214
 
215
- #: contact_form.php:1059
216
  #, fuzzy, php-format
217
  msgid ""
218
  "If you would like to add a Contact Form to your page or post, please use %s "
@@ -221,7 +225,7 @@ msgstr ""
221
  "Kui soovid lisada kontakti vormi oma kodulehele, siis lihtsalt kopeeri see "
222
  "lühikood oma postitusele või lehele või moodulile:"
223
 
224
- #: contact_form.php:1065
225
  #, php-format
226
  msgid ""
227
  "You can add the Contact Form to your page or post by clicking on %s button "
@@ -230,7 +234,7 @@ msgid ""
230
  "language."
231
  msgstr ""
232
 
233
- #: contact_form.php:1074
234
  msgid ""
235
  "If you leave the fields empty, the messages will be sent to the email "
236
  "address specified during registration."
@@ -238,126 +242,126 @@ msgstr ""
238
  "Kui sa jätad selle välja tühjaks, siis sõnumid saadetakse registreerumisel "
239
  "antud e-maili aadressile."
240
 
241
- #: contact_form.php:1077
242
  msgid "The user's email address:"
243
  msgstr "Kasutaja e-maili aadress:"
244
 
245
- #: contact_form.php:1081
246
  #, fuzzy
247
  msgid "Select a username"
248
  msgstr "Loo kasutajanimi"
249
 
250
- #: contact_form.php:1094
251
  msgid ""
252
  "Enter a username of the person who should get the messages from the contact "
253
  "form."
254
  msgstr ""
255
  "Sisesta selle isiku kasutajanimi, kes peaks saama sõnumid kontaktivormilt."
256
 
257
- #: contact_form.php:1098
258
  msgid "Use this email address:"
259
  msgstr "Kasuta seda e-maili aadressi:"
260
 
261
- #: contact_form.php:1102
262
  msgid "Enter the email address you want the messages forwarded to."
263
  msgstr ""
264
  "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
265
 
266
- #: contact_form.php:1109 contact_form.php:1475 contact_form.php:1667
267
- #: contact_form.php:1755 contact_form.php:3116
268
  msgid "Close"
269
  msgstr ""
270
 
271
- #: contact_form.php:1113
272
  msgid "Add department selectbox to the contact form:"
273
  msgstr "Lisa valikukast kontakti vormile:"
274
 
275
- #: contact_form.php:1121 contact_form.php:1484 contact_form.php:1686
276
- #: contact_form.php:1961
277
  msgid "If you upgrade to Pro version all your settings will be saved."
278
  msgstr "Kui sa lähed üle Pro versioonile, siis kõik seaded salvestatakse."
279
 
280
- #: contact_form.php:1128 contact_form.php:1395 contact_form.php:1489
281
- #: contact_form.php:1693 contact_form.php:1968
282
  #, fuzzy
283
  msgid "Unlock premium options by upgrading to Pro version"
284
  msgstr "Telli PRO versioon ja ava premium valikud."
285
 
286
- #: contact_form.php:1131 contact_form.php:1398 contact_form.php:1492
287
- #: contact_form.php:1696 contact_form.php:1971 contact_form.php:3327
288
  msgid "Learn More"
289
  msgstr "Uuri lähemalt"
290
 
291
- #: contact_form.php:1139
292
  msgid "Save emails to the database"
293
  msgstr "Salvesta e-mailid andmebaasi"
294
 
295
- #: contact_form.php:1144
296
  msgid "Using"
297
  msgstr "Kasutan"
298
 
299
- #: contact_form.php:1147 contact_form.php:1151
300
  #, fuzzy
301
  msgid "Using Contact Form to DB by BestWebSoft"
302
  msgstr "Kontakti vorm andmebaasi on loonud"
303
 
304
- #: contact_form.php:1147
305
  msgid "Activate"
306
  msgstr "Aktiveeri"
307
 
308
- #: contact_form.php:1151
309
  msgid "Download"
310
  msgstr "Descarregar"
311
 
312
- #: contact_form.php:1161
313
  msgid "What to use?"
314
  msgstr "Mida kasutada?"
315
 
316
- #: contact_form.php:1166
317
  msgid "Wp-mail"
318
  msgstr "Wp-mail"
319
 
320
- #: contact_form.php:1168
321
  #, fuzzy
322
  msgid "You can use the Wordpress wp_mail function for mailing"
323
  msgstr "Võid kasutada wp_mail funktsiooni e-mailide saatmiseks"
324
 
325
- #: contact_form.php:1171
326
  msgid "Mail"
327
  msgstr "E-mail"
328
 
329
- #: contact_form.php:1173
330
  #, fuzzy
331
  msgid "You can use the PHP mail function for mailing"
332
  msgstr "Võid kasutada wp_mail funktsiooni e-mailide saatmiseks"
333
 
334
- #: contact_form.php:1178
335
  msgid "'FROM' field"
336
  msgstr ""
337
 
338
- #: contact_form.php:1180 contact_form.php:1239 contact_form.php:1827
339
- #: contact_form.php:2808 contact_form.php:2844
340
  msgid "Name"
341
  msgstr "Nimi"
342
 
343
- #: contact_form.php:1183
344
  msgid "User name"
345
  msgstr "Kasutaja nimi"
346
 
347
- #: contact_form.php:1185
348
  msgid ""
349
  "The name of the user who fills the form will be used in the field 'From'."
350
  msgstr "Kasutaja nime (kes täidab vormi) kasutatakse 'Kellelt' väljal."
351
 
352
- #: contact_form.php:1190 contact_form.php:2819 contact_form.php:2851
353
  msgid "Email"
354
  msgstr "E-mail"
355
 
356
- #: contact_form.php:1193
357
  msgid "User email"
358
  msgstr "Kasutaja e-mail"
359
 
360
- #: contact_form.php:1195
361
  msgid ""
362
  "The email address of the user who fills the form will be used in the field "
363
  "'From'."
@@ -365,190 +369,190 @@ msgstr ""
365
  "Selle kasutaja, kes täidab vormi, e-maili aadressi kasutatakse 'Kellelt' "
366
  "väljal."
367
 
368
- #: contact_form.php:1198
369
  msgid ""
370
  "If this option is changed, email messages may be moved to the spam folder or "
371
  "email delivery failures may occur."
372
  msgstr ""
373
 
374
- #: contact_form.php:1204
375
  msgid "Required symbol"
376
  msgstr "Nõutud sümbol"
377
 
378
- #: contact_form.php:1214
379
  msgid "Fields"
380
  msgstr "Väljad"
381
 
382
- #: contact_form.php:1215 contact_form.php:1242 contact_form.php:1269
383
- #: contact_form.php:1289 contact_form.php:1328 contact_form.php:1413
384
  msgid "Used"
385
  msgstr "Kasutatud"
386
 
387
- #: contact_form.php:1216 contact_form.php:1231 contact_form.php:1246
388
- #: contact_form.php:1273 contact_form.php:1293 contact_form.php:1306
389
- #: contact_form.php:1332 contact_form.php:1345 contact_form.php:1369
390
  msgid "Required"
391
  msgstr "Nõutud"
392
 
393
- #: contact_form.php:1218 contact_form.php:1251 contact_form.php:1311
394
- #: contact_form.php:1350 contact_form.php:1374
395
  msgid "Visible"
396
  msgstr "Nähtav"
397
 
398
- #: contact_form.php:1219 contact_form.php:1255 contact_form.php:1315
399
- #: contact_form.php:1354 contact_form.php:1378
400
  msgid "Disabled for editing"
401
  msgstr "Toimetamiseks välja lülitatud"
402
 
403
- #: contact_form.php:1220 contact_form.php:1279 contact_form.php:1358
404
- #: contact_form.php:1382
405
  msgid "Field's default value"
406
  msgstr "Välja vaikeseades väärtus"
407
 
408
- #: contact_form.php:1227
409
  #, fuzzy
410
  msgid "Department selectbox"
411
  msgstr "Asukoha valik"
412
 
413
- #: contact_form.php:1259
414
  msgid "Use User's name as a default value if the user is logged in."
415
  msgstr ""
416
 
417
- #: contact_form.php:1260 contact_form.php:1320
418
  msgid ""
419
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
420
  "in users."
421
  msgstr ""
422
 
423
- #: contact_form.php:1266
424
  msgid "Location selectbox"
425
  msgstr "Asukoha valik"
426
 
427
- #: contact_form.php:1286 contact_form.php:1832 contact_form.php:2814
428
- #: contact_form.php:2848
429
  msgid "Address"
430
  msgstr "Aadress"
431
 
432
- #: contact_form.php:1302
433
  msgid "Email Address"
434
  msgstr "E-maili aadress"
435
 
436
- #: contact_form.php:1319
437
  msgid "Use User's email as a default value if the user is logged in."
438
  msgstr ""
439
 
440
- #: contact_form.php:1325
441
  msgid "Phone number"
442
  msgstr "Telefoni number"
443
 
444
- #: contact_form.php:1341 contact_form.php:1847 contact_form.php:2829
445
- #: contact_form.php:2857
446
  msgid "Subject"
447
  msgstr "Pealkiri"
448
 
449
- #: contact_form.php:1365 contact_form.php:1851 contact_form.php:2832
450
- #: contact_form.php:2859
451
  msgid "Message"
452
  msgstr "Sõnum"
453
 
454
- #: contact_form.php:1406
455
  msgid "Attachment block"
456
  msgstr "Manuste blokk"
457
 
458
- #: contact_form.php:1408
459
  msgid "Users can attach the following file formats"
460
  msgstr "Kasutajad saavad lisada manuseid järgnevates formaatides"
461
 
462
- #: contact_form.php:1426
463
  msgid "Add to the form"
464
  msgstr "Lisa vormile"
465
 
466
- #: contact_form.php:1431
467
  msgid "Tips below the Attachment"
468
  msgstr "Vihjed manuse alla"
469
 
470
- #: contact_form.php:1440
471
  msgid "'Send me a copy' block"
472
  msgstr "'Saada mulle koopia' blokk"
473
 
474
- #: contact_form.php:1452
475
  #, fuzzy
476
  msgid "Activate Subscriber"
477
  msgstr "Plugin activat"
478
 
479
- #: contact_form.php:1456
480
  msgid "Download Subscriber"
481
  msgstr ""
482
 
483
- #: contact_form.php:1465
484
  #, fuzzy
485
  msgid "Activate Captcha"
486
  msgstr "Captcha activat"
487
 
488
- #: contact_form.php:1469
489
  #, fuzzy
490
  msgid "Download Captcha"
491
  msgstr "Lae captcha alla"
492
 
493
- #: contact_form.php:1479
494
  msgid "Agreement checkbox"
495
  msgstr "Nõustumise kastike"
496
 
497
- #: contact_form.php:1479
498
  msgid "Required checkbox for submitting the form"
499
  msgstr "Nõutud kastike vormi saatmiseks"
500
 
501
- #: contact_form.php:1480
502
  msgid "Optional checkbox"
503
  msgstr "Valikuline kastike"
504
 
505
- #: contact_form.php:1480
506
  msgid "Optional checkbox, the results of which will be displayed in email"
507
  msgstr "Valikuline kastike, mille tulemusi näidatakse e-mailis"
508
 
509
- #: contact_form.php:1501
510
  msgid "Delete an attachment file from the server after the email is sent"
511
  msgstr "Kustuta manuse fail serverist peale e-maili saatmist"
512
 
513
- #: contact_form.php:1507
514
  msgid "Email in HTML format sending"
515
  msgstr "E-maili saatmine HTML formaadis"
516
 
517
- #: contact_form.php:1511
518
  msgid "Display additional info in the email"
519
  msgstr "Näita e-mailis lisainfot"
520
 
521
- #: contact_form.php:1517
522
  #, fuzzy
523
  msgid "Sent from (IP address)"
524
  msgstr "Saadetud (IP aadress)"
525
 
526
- #: contact_form.php:1517
527
  msgid "Example: Sent from (IP address):\t127.0.0.1"
528
  msgstr "Näide: Saadetud (IP address):\t127.0.0.1"
529
 
530
- #: contact_form.php:1518 contact_form.php:2781 contact_form.php:2783
531
  msgid "Date/Time"
532
  msgstr "Kuupäev/Aeg"
533
 
534
- #: contact_form.php:1518
535
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
536
  msgstr "Näide: Kuupäev/Aeg:\tAugust 19, 2013 8:50 pm"
537
 
538
- #: contact_form.php:1519 contact_form.php:2787 contact_form.php:2789
539
  msgid "Sent from (referer)"
540
  msgstr "Saadetud (referer)"
541
 
542
- #: contact_form.php:1519
543
  msgid ""
544
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
545
  msgstr "Näide: Saatnud (referer):\thttp://veebimeister.com/"
546
 
547
- #: contact_form.php:1520 contact_form.php:2793 contact_form.php:2795
548
  msgid "Using (user agent)"
549
  msgstr "Kasutab (user agent)"
550
 
551
- #: contact_form.php:1520
552
  msgid ""
553
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
554
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -556,134 +560,134 @@ msgstr ""
556
  "Näide: Kasutab (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
557
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
558
 
559
- #: contact_form.php:1525
560
  msgid "Language settings for the field names in the form"
561
  msgstr "Vormi keeleseaded nimeväljadele"
562
 
563
- #: contact_form.php:1534
564
  msgid "Add a language"
565
  msgstr "Lisa keel"
566
 
567
- #: contact_form.php:1538
568
  msgid "Change the names of the contact form fields and error messages"
569
  msgstr "Muuda kontakti vormi väljade ja error-sõnumite nimesid"
570
 
571
- #: contact_form.php:1543 contact_form.php:1630 contact_form.php:1875
572
- #: contact_form.php:1880 contact_form.php:1890 contact_form.php:1895
573
- #: contact_form.php:1900 contact_form.php:1905 contact_form.php:1915
574
- #: contact_form.php:1920 contact_form.php:1929 contact_form.php:1943
575
- #: contact_form.php:1948 contact_form.php:1953
576
  msgid "Default"
577
  msgstr "Vaikimisi valik"
578
 
579
- #: contact_form.php:1551 contact_form.php:1585
580
  msgid "click to expand/hide the list"
581
  msgstr "avamiseks/sulgemiseks klikka"
582
 
583
- #: contact_form.php:1560 contact_form.php:1594
584
  msgid "Tips below the Attachment block"
585
  msgstr "Vihje manuse bloki all"
586
 
587
- #: contact_form.php:1563 contact_form.php:1597
588
  msgid "Error message for the Name field"
589
  msgstr "Error väljal 'Nimi'"
590
 
591
- #: contact_form.php:1564 contact_form.php:1598
592
  msgid "Error message for the Address field"
593
  msgstr "Error väljal 'Aadress'"
594
 
595
- #: contact_form.php:1565 contact_form.php:1599
596
  msgid "Error message for the Email field"
597
  msgstr "Error väljal 'E-mail'"
598
 
599
- #: contact_form.php:1566 contact_form.php:1600
600
  msgid "Error message for the Phone field"
601
  msgstr "Error väljal 'Telefon'"
602
 
603
- #: contact_form.php:1567 contact_form.php:1601
604
  msgid "Error message for the Subject field"
605
  msgstr "Error väljal 'Pealkiri'"
606
 
607
- #: contact_form.php:1568 contact_form.php:1602
608
  msgid "Error message for the Message field"
609
  msgstr "Error väljal 'Sõnum'"
610
 
611
- #: contact_form.php:1569 contact_form.php:1603
612
  msgid "Error message about the file type for the Attachment field"
613
  msgstr "Error faili tüübi kohta manuse väljal"
614
 
615
- #: contact_form.php:1570 contact_form.php:1604
616
  msgid ""
617
  "Error message while uploading a file for the Attachment field to the server"
618
  msgstr "Error faili üles laadimisel serverisse manuse välja jaoks"
619
 
620
- #: contact_form.php:1571 contact_form.php:1605
621
  msgid "Error message while moving the file for the Attachment field"
622
  msgstr "Error faili liigutamisel manuse väljale"
623
 
624
- #: contact_form.php:1572 contact_form.php:1606
625
  msgid "Error message when file size limit for the Attachment field is exceeded"
626
  msgstr "Error ületades faili suuruse limiiti manuse väljal"
627
 
628
- #: contact_form.php:1573 contact_form.php:1607
629
  msgid "Error message for the Captcha field"
630
  msgstr "Error väljal 'Captcha'"
631
 
632
- #: contact_form.php:1574 contact_form.php:1608
633
  msgid "Error message for the whole form"
634
  msgstr "Error kogu vormi kohta"
635
 
636
- #: contact_form.php:1577 contact_form.php:1579 contact_form.php:1611
637
- #: contact_form.php:1613 contact_form.php:1640 contact_form.php:1642
638
- #: contact_form.php:1650 contact_form.php:1652 contact_form.php:3175
639
- #: contact_form.php:3177
640
  msgid "Use shortcode"
641
  msgstr "Kasuta lühikoodi"
642
 
643
- #: contact_form.php:1577 contact_form.php:1579 contact_form.php:1611
644
- #: contact_form.php:1613 contact_form.php:1640 contact_form.php:1642
645
- #: contact_form.php:1650 contact_form.php:1652 contact_form.php:3175
646
- #: contact_form.php:3177
647
  msgid "for this language"
648
  msgstr "selle keele jaoks"
649
 
650
- #: contact_form.php:1621
651
  msgid "Use the changed names of the contact form fields in the email"
652
  msgstr "Kasuta kontaktivormi väljade muudetud nimesid emailis"
653
 
654
- #: contact_form.php:1627
655
  msgid "Action after email is sent"
656
  msgstr "Tegevus peale e-maili saatmist"
657
 
658
- #: contact_form.php:1629
659
  msgid "Display text"
660
  msgstr "Näita teksti"
661
 
662
- #: contact_form.php:1638 contact_form.php:1648
663
  msgid "Text"
664
  msgstr "Tekst"
665
 
666
- #: contact_form.php:1659
667
  msgid "Redirect to the page"
668
  msgstr "Suuna lehele"
669
 
670
- #: contact_form.php:1660
671
  msgid "Url"
672
  msgstr "Url"
673
 
674
- #: contact_form.php:1671
675
  msgid "Add field 'Reply-To' to the email header"
676
  msgstr ""
677
 
678
- #: contact_form.php:1673
679
  msgid "Field 'Reply-To' will be initialized by user email"
680
  msgstr ""
681
 
682
- #: contact_form.php:1677
683
  msgid "Auto Response"
684
  msgstr ""
685
 
686
- #: contact_form.php:1681
687
  #, php-format
688
  msgid ""
689
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -691,177 +695,177 @@ msgid ""
691
  "name."
692
  msgstr ""
693
 
694
- #: contact_form.php:1706 contact_form.php:2201
695
  msgid "Save Changes"
696
  msgstr "Salvesta muudatused"
697
 
698
- #: contact_form.php:1719
699
  #, php-format
700
  msgid ""
701
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
702
  msgstr ""
703
 
704
- #: contact_form.php:1732
705
  msgid "One column"
706
  msgstr ""
707
 
708
- #: contact_form.php:1735
709
  msgid "Two columns"
710
  msgstr ""
711
 
712
- #: contact_form.php:1744 contact_form.php:1763 contact_form.php:1781
713
- #: contact_form.php:1796
714
  msgid "Left"
715
  msgstr ""
716
 
717
- #: contact_form.php:1747 contact_form.php:1769 contact_form.php:1784
718
- #: contact_form.php:1802
719
  msgid "Right"
720
  msgstr ""
721
 
722
- #: contact_form.php:1759
723
  msgid "Form align"
724
  msgstr ""
725
 
726
- #: contact_form.php:1766 contact_form.php:1799
727
  msgid "Center"
728
  msgstr ""
729
 
730
- #: contact_form.php:1774
731
  #, fuzzy
732
  msgid "Labels position"
733
  msgstr "'Saada' nupp"
734
 
735
- #: contact_form.php:1778
736
  msgid "Top"
737
  msgstr ""
738
 
739
- #: contact_form.php:1787
740
  msgid "Bottom"
741
  msgstr ""
742
 
743
- #: contact_form.php:1792
744
  msgid "Labels align"
745
  msgstr ""
746
 
747
- #: contact_form.php:1807
748
  msgid "Errors output"
749
  msgstr "Errorite väljund"
750
 
751
- #: contact_form.php:1810
752
  msgid "Display error messages"
753
  msgstr "Näita error-sõnumeid"
754
 
755
- #: contact_form.php:1811
756
  msgid "Color of the input field errors."
757
  msgstr "Sisestusväljade errorite värv"
758
 
759
- #: contact_form.php:1812
760
  msgid "Display error messages & color of the input field errors"
761
  msgstr "Näita error-sõnumeid ja sisestusväljade errorite värvi"
762
 
763
- #: contact_form.php:1817
764
  msgid "Add placeholder to the input blocks"
765
  msgstr "Lisa kohahoidja sisestusblokkidele"
766
 
767
- #: contact_form.php:1823
768
  msgid "Add tooltips"
769
  msgstr "Lisa vihjed"
770
 
771
- #: contact_form.php:1837
772
  msgid "Email address"
773
  msgstr "E-maili aadress"
774
 
775
- #: contact_form.php:1842
776
  msgid "Phone Number"
777
  msgstr "Telefoni number"
778
 
779
- #: contact_form.php:1856
780
  msgid "Attachment"
781
  msgstr "Manus"
782
 
783
- #: contact_form.php:1868
784
  msgid "Style options"
785
  msgstr "Stiili valikud"
786
 
787
- #: contact_form.php:1872
788
  msgid "Text color"
789
  msgstr "Teksti värv"
790
 
791
- #: contact_form.php:1877
792
  msgid "Label text color"
793
  msgstr "Sildi teksti värv"
794
 
795
- #: contact_form.php:1882
796
  msgid "Placeholder color"
797
  msgstr "Kohahoidja värv"
798
 
799
- #: contact_form.php:1887
800
  msgid "Errors color"
801
  msgstr "Errorite värv"
802
 
803
- #: contact_form.php:1892
804
  msgid "Error text color"
805
  msgstr "Error-teksti värv"
806
 
807
- #: contact_form.php:1897
808
  msgid "Background color of the input field errors"
809
  msgstr "Sisestusväljade errorite taustavärv"
810
 
811
- #: contact_form.php:1902
812
  msgid "Border color of the input field errors"
813
  msgstr "Sisestusväljade errorite piirjoonte värv"
814
 
815
- #: contact_form.php:1907
816
  msgid "Placeholder color of the input field errors"
817
  msgstr "Sisestusväljade errorite kohahoidja värv"
818
 
819
- #: contact_form.php:1912
820
  msgid "Input fields"
821
  msgstr "Sisestusväljad"
822
 
823
- #: contact_form.php:1917
824
  msgid "Input fields background color"
825
  msgstr "Sisestusväljade taustavärv"
826
 
827
- #: contact_form.php:1922
828
  msgid "Text fields color"
829
  msgstr "Tekstiväljade värv"
830
 
831
- #: contact_form.php:1926
832
  msgid "Border width in px, numbers only"
833
  msgstr "Piirjoone paksus pikslites. Ainult number"
834
 
835
- #: contact_form.php:1931 contact_form.php:1955
836
  msgid "Border color"
837
  msgstr "Piirjoone värv"
838
 
839
- #: contact_form.php:1936
840
  msgid "Submit button"
841
  msgstr "'Saada' nupp"
842
 
843
- #: contact_form.php:1940
844
  msgid "Width in px, numbers only"
845
  msgstr "Laius pikslites, ainult numbrid"
846
 
847
- #: contact_form.php:1945
848
  msgid "Button color"
849
  msgstr "Nupu värv"
850
 
851
- #: contact_form.php:1950
852
  msgid "Button text color"
853
  msgstr "Nupu teksti värv"
854
 
855
- #: contact_form.php:1982
856
  #, fuzzy
857
  msgid "Contact Form | Preview"
858
  msgstr "Contact Form Pro | Eelvaade"
859
 
860
- #: contact_form.php:1983
861
  msgid "Drag the necessary field to sort fields."
862
  msgstr ""
863
 
864
- #: contact_form.php:2188
865
  msgid ""
866
  "If you would like to add the Contact Form to your website, just copy and "
867
  "paste this shortcode to your post or page or widget:"
@@ -869,27 +873,27 @@ msgstr ""
869
  "Kui soovid lisada kontakti vormi oma kodulehele, siis lihtsalt kopeeri see "
870
  "lühikood oma postitusele või lehele või moodulile:"
871
 
872
- #: contact_form.php:2288
873
  msgid "Sorry, email message could not be delivered."
874
  msgstr "Vabandust, see kiri jäi saatmata."
875
 
876
- #: contact_form.php:2775 contact_form.php:2777
877
  msgid "Sent from (ip address)"
878
  msgstr "Saadetud (IP aadress)"
879
 
880
- #: contact_form.php:2802
881
  msgid "Contact from"
882
  msgstr "Kontakti vorm"
883
 
884
- #: contact_form.php:2824 contact_form.php:2854
885
  msgid "Phone"
886
  msgstr "Telefon"
887
 
888
- #: contact_form.php:2835 contact_form.php:2861
889
  msgid "Site"
890
  msgstr "Leht"
891
 
892
- #: contact_form.php:2954
893
  msgid ""
894
  "If you can see this MIME, it means that the MIME type is not supported by "
895
  "your email client!"
@@ -897,54 +901,54 @@ msgstr ""
897
  "Kui sa näed seda MIME-t, siis MIME tüüp pole sinu e-maili kliendi poolt "
898
  "toetatud!"
899
 
900
- #: contact_form.php:3037
901
  msgid "FAQ"
902
  msgstr "KKK"
903
 
904
- #: contact_form.php:3038
905
  msgid "Support"
906
  msgstr "Klienditugi"
907
 
908
- #: contact_form.php:3087
909
  msgid "Are you sure that you want to delete this language data?"
910
  msgstr "Oled sa kindel, et soovid kustutada selle keele andmeid?"
911
 
912
- #: contact_form.php:3107
913
  #, fuzzy
914
  msgid "Add multiple forms"
915
  msgstr "Lisa vormile"
916
 
917
- #: contact_form.php:3107
918
  msgid ""
919
  "Install Contact Form Multi plugin to create unlimited number of contact "
920
  "forms."
921
  msgstr ""
922
 
923
- #: contact_form.php:3112
924
  #, fuzzy
925
  msgid "Learn more"
926
  msgstr "Uuri lähemalt"
927
 
928
- #: contact_form.php:3318
929
  msgid "Close notice"
930
  msgstr ""
931
 
932
- #: contact_form.php:3323
933
  #, fuzzy
934
  msgid "allows to store your messages to the database."
935
  msgstr ""
936
  "<strong>Contact Form to DB</strong> laseb sul salvestada sõnumeid andmebaasi."
937
 
938
- #: contact_form.php:3324
939
  msgid "Manage messages that have been sent from your website."
940
  msgstr "Toimeta sõnumeid, mis on sulle saadetud sinu veebilehelt."
941
 
942
- #: contact_form.php:3382
943
  #, fuzzy
944
  msgid "Contact form"
945
  msgstr "Kontakti vorm"
946
 
947
- #: contact_form.php:3395 contact_form.php:3405
948
  #, fuzzy
949
  msgid "Language"
950
  msgstr "Lisa keel"
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-06-27 16:31+0300\n"
6
+ "PO-Revision-Date: 2016-06-27 16:31+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Feliks <feliks@veebimeister.com>\n"
9
  "Language: ca_ES\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:37 contact_form.php:1030
20
  msgid "Contact Form Settings"
21
  msgstr "Contact Form seaded"
22
 
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
+ #: contact_form.php:165 contact_form.php:1565 contact_form.php:1599
28
  msgid "Name:"
29
  msgstr "Nimi:"
30
 
31
+ #: contact_form.php:166 contact_form.php:1566 contact_form.php:1600
32
  msgid "Address:"
33
  msgstr "Aadress:"
34
 
35
+ #: contact_form.php:167 contact_form.php:1567 contact_form.php:1601
36
  msgid "Email Address:"
37
  msgstr "E-maili aadress:"
38
 
39
+ #: contact_form.php:168 contact_form.php:1568 contact_form.php:1602
40
  msgid "Phone number:"
41
  msgstr "Telefoni number:"
42
 
43
+ #: contact_form.php:169 contact_form.php:1569 contact_form.php:1603
44
  msgid "Subject:"
45
  msgstr "Pealkiri:"
46
 
47
+ #: contact_form.php:170 contact_form.php:1570 contact_form.php:1604
48
  msgid "Message:"
49
  msgstr "Sõnum:"
50
 
51
+ #: contact_form.php:171 contact_form.php:1571 contact_form.php:1605
52
  msgid "Attachment:"
53
  msgstr "Manus:"
54
 
60
  "Toetatud failitüübid: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
61
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
62
 
63
+ #: contact_form.php:173 contact_form.php:1573 contact_form.php:1607
64
  msgid "Send me a copy"
65
  msgstr "Saada mulle koopia"
66
 
67
+ #: contact_form.php:174 contact_form.php:1574 contact_form.php:1608
68
  msgid "Submit"
69
  msgstr "Saada"
70
 
120
  msgid "Thank you for contacting us."
121
  msgstr "Tänan meiega kontakteerumast."
122
 
123
+ #: contact_form.php:688 contact_form.php:998
124
  msgid "Settings saved."
125
  msgstr "Seaded salvestatud."
126
 
127
+ #: contact_form.php:940
128
  msgid ""
129
  "Email 'FROM' field option was changed, which may cause email messages being "
130
  "moved to the spam folder or email delivery failures."
131
  msgstr ""
132
 
133
+ #: contact_form.php:950
134
  msgid ""
135
  "If the 'Redirect to page' option is selected then the URL field should be in "
136
  "the following format"
138
  "Kui 'Suuna lehele' valik on aktiveeritud, siis URL-i väli peab olema "
139
  "järgnevas formaadis"
140
 
141
+ #: contact_form.php:957
142
  msgid "Such user does not exist."
143
  msgstr "Sellist kasutajat ei eksisteeri. "
144
 
145
+ #: contact_form.php:967
146
  msgid ""
147
  "Please enter a valid email address in the 'Use this email address' field."
148
  msgstr "Palun sisesta 'Kellelt' väljale korrektne e-maili aadress. "
149
 
150
+ #: contact_form.php:975
151
  msgid "Please enter a valid email address in the 'FROM' field."
152
  msgstr "Palun sisesta 'Kellelt' väljale korrektne e-maili aadress. "
153
 
154
+ #: contact_form.php:1000
155
  msgid "Settings are not saved."
156
  msgstr "Seaded pole salvestatud."
157
 
158
+ #: contact_form.php:1027
159
  msgid "All plugin settings were restored."
160
  msgstr ""
161
 
162
+ #: contact_form.php:1032
163
  msgid "How to Use Step-by-step Instruction"
164
  msgstr ""
165
 
166
+ #: contact_form.php:1035 contact_form.php:3024 contact_form.php:3038
167
  msgid "Settings"
168
  msgstr "Seaded"
169
 
170
+ #: contact_form.php:1036
171
  #, fuzzy
172
  msgid "Additional settings"
173
  msgstr "Opcions addicionals"
174
 
175
+ #: contact_form.php:1037
176
  msgid "Appearance"
177
  msgstr ""
178
 
179
+ #: contact_form.php:1038
180
+ msgid "Custom code"
181
+ msgstr ""
182
+
183
+ #: contact_form.php:1039
184
  msgid "Go PRO"
185
  msgstr "Telli PRO"
186
 
187
+ #: contact_form.php:1045
188
  #, fuzzy
189
  msgid ""
190
  "Please enable JavaScript to add language in the contact form, change the "
191
  "names of the contact form fields and error messages."
192
  msgstr "Muuda kontakti vormi väljade ja error-sõnumite nimesid"
193
 
194
+ #: contact_form.php:1045 contact_form.php:1731 contact_form.php:1740
195
  msgid "Form layout"
196
  msgstr ""
197
 
198
+ #: contact_form.php:1045 contact_form.php:1731 contact_form.php:1752
199
  #, fuzzy
200
  msgid "Submit position"
201
  msgstr "'Saada' nupp"
202
 
203
+ #: contact_form.php:1057
204
  msgid "Notice:"
205
  msgstr "Märkus:"
206
 
207
+ #: contact_form.php:1061
208
  msgid "NEW_FORM"
209
  msgstr ""
210
 
211
+ #: contact_form.php:1062
212
  msgid ""
213
  "If you want to create multiple contact forms, please install the Contact "
214
  "Form Multi plugin."
216
  "Kui soovid sisestada mitut kontaktivormi, siis installi Contact Form Multi "
217
  "plugin."
218
 
219
+ #: contact_form.php:1071
220
  #, fuzzy, php-format
221
  msgid ""
222
  "If you would like to add a Contact Form to your page or post, please use %s "
225
  "Kui soovid lisada kontakti vormi oma kodulehele, siis lihtsalt kopeeri see "
226
  "lühikood oma postitusele või lehele või moodulile:"
227
 
228
+ #: contact_form.php:1077
229
  #, php-format
230
  msgid ""
231
  "You can add the Contact Form to your page or post by clicking on %s button "
234
  "language."
235
  msgstr ""
236
 
237
+ #: contact_form.php:1086
238
  msgid ""
239
  "If you leave the fields empty, the messages will be sent to the email "
240
  "address specified during registration."
242
  "Kui sa jätad selle välja tühjaks, siis sõnumid saadetakse registreerumisel "
243
  "antud e-maili aadressile."
244
 
245
+ #: contact_form.php:1089
246
  msgid "The user's email address:"
247
  msgstr "Kasutaja e-maili aadress:"
248
 
249
+ #: contact_form.php:1093
250
  #, fuzzy
251
  msgid "Select a username"
252
  msgstr "Loo kasutajanimi"
253
 
254
+ #: contact_form.php:1106
255
  msgid ""
256
  "Enter a username of the person who should get the messages from the contact "
257
  "form."
258
  msgstr ""
259
  "Sisesta selle isiku kasutajanimi, kes peaks saama sõnumid kontaktivormilt."
260
 
261
+ #: contact_form.php:1110
262
  msgid "Use this email address:"
263
  msgstr "Kasuta seda e-maili aadressi:"
264
 
265
+ #: contact_form.php:1114
266
  msgid "Enter the email address you want the messages forwarded to."
267
  msgstr ""
268
  "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
269
 
270
+ #: contact_form.php:1121 contact_form.php:1487 contact_form.php:1679
271
+ #: contact_form.php:1767 contact_form.php:3119
272
  msgid "Close"
273
  msgstr ""
274
 
275
+ #: contact_form.php:1125
276
  msgid "Add department selectbox to the contact form:"
277
  msgstr "Lisa valikukast kontakti vormile:"
278
 
279
+ #: contact_form.php:1133 contact_form.php:1496 contact_form.php:1698
280
+ #: contact_form.php:1973
281
  msgid "If you upgrade to Pro version all your settings will be saved."
282
  msgstr "Kui sa lähed üle Pro versioonile, siis kõik seaded salvestatakse."
283
 
284
+ #: contact_form.php:1140 contact_form.php:1407 contact_form.php:1501
285
+ #: contact_form.php:1705 contact_form.php:1980
286
  #, fuzzy
287
  msgid "Unlock premium options by upgrading to Pro version"
288
  msgstr "Telli PRO versioon ja ava premium valikud."
289
 
290
+ #: contact_form.php:1143 contact_form.php:1410 contact_form.php:1504
291
+ #: contact_form.php:1708 contact_form.php:1983 contact_form.php:3329
292
  msgid "Learn More"
293
  msgstr "Uuri lähemalt"
294
 
295
+ #: contact_form.php:1151
296
  msgid "Save emails to the database"
297
  msgstr "Salvesta e-mailid andmebaasi"
298
 
299
+ #: contact_form.php:1156
300
  msgid "Using"
301
  msgstr "Kasutan"
302
 
303
+ #: contact_form.php:1159 contact_form.php:1163
304
  #, fuzzy
305
  msgid "Using Contact Form to DB by BestWebSoft"
306
  msgstr "Kontakti vorm andmebaasi on loonud"
307
 
308
+ #: contact_form.php:1159
309
  msgid "Activate"
310
  msgstr "Aktiveeri"
311
 
312
+ #: contact_form.php:1163
313
  msgid "Download"
314
  msgstr "Descarregar"
315
 
316
+ #: contact_form.php:1173
317
  msgid "What to use?"
318
  msgstr "Mida kasutada?"
319
 
320
+ #: contact_form.php:1178
321
  msgid "Wp-mail"
322
  msgstr "Wp-mail"
323
 
324
+ #: contact_form.php:1180
325
  #, fuzzy
326
  msgid "You can use the Wordpress wp_mail function for mailing"
327
  msgstr "Võid kasutada wp_mail funktsiooni e-mailide saatmiseks"
328
 
329
+ #: contact_form.php:1183
330
  msgid "Mail"
331
  msgstr "E-mail"
332
 
333
+ #: contact_form.php:1185
334
  #, fuzzy
335
  msgid "You can use the PHP mail function for mailing"
336
  msgstr "Võid kasutada wp_mail funktsiooni e-mailide saatmiseks"
337
 
338
+ #: contact_form.php:1190
339
  msgid "'FROM' field"
340
  msgstr ""
341
 
342
+ #: contact_form.php:1192 contact_form.php:1251 contact_form.php:1839
343
+ #: contact_form.php:2810 contact_form.php:2846
344
  msgid "Name"
345
  msgstr "Nimi"
346
 
347
+ #: contact_form.php:1195
348
  msgid "User name"
349
  msgstr "Kasutaja nimi"
350
 
351
+ #: contact_form.php:1197
352
  msgid ""
353
  "The name of the user who fills the form will be used in the field 'From'."
354
  msgstr "Kasutaja nime (kes täidab vormi) kasutatakse 'Kellelt' väljal."
355
 
356
+ #: contact_form.php:1202 contact_form.php:2821 contact_form.php:2853
357
  msgid "Email"
358
  msgstr "E-mail"
359
 
360
+ #: contact_form.php:1205
361
  msgid "User email"
362
  msgstr "Kasutaja e-mail"
363
 
364
+ #: contact_form.php:1207
365
  msgid ""
366
  "The email address of the user who fills the form will be used in the field "
367
  "'From'."
369
  "Selle kasutaja, kes täidab vormi, e-maili aadressi kasutatakse 'Kellelt' "
370
  "väljal."
371
 
372
+ #: contact_form.php:1210
373
  msgid ""
374
  "If this option is changed, email messages may be moved to the spam folder or "
375
  "email delivery failures may occur."
376
  msgstr ""
377
 
378
+ #: contact_form.php:1216
379
  msgid "Required symbol"
380
  msgstr "Nõutud sümbol"
381
 
382
+ #: contact_form.php:1226
383
  msgid "Fields"
384
  msgstr "Väljad"
385
 
386
+ #: contact_form.php:1227 contact_form.php:1254 contact_form.php:1281
387
+ #: contact_form.php:1301 contact_form.php:1340 contact_form.php:1425
388
  msgid "Used"
389
  msgstr "Kasutatud"
390
 
391
+ #: contact_form.php:1228 contact_form.php:1243 contact_form.php:1258
392
+ #: contact_form.php:1285 contact_form.php:1305 contact_form.php:1318
393
+ #: contact_form.php:1344 contact_form.php:1357 contact_form.php:1381
394
  msgid "Required"
395
  msgstr "Nõutud"
396
 
397
+ #: contact_form.php:1230 contact_form.php:1263 contact_form.php:1323
398
+ #: contact_form.php:1362 contact_form.php:1386
399
  msgid "Visible"
400
  msgstr "Nähtav"
401
 
402
+ #: contact_form.php:1231 contact_form.php:1267 contact_form.php:1327
403
+ #: contact_form.php:1366 contact_form.php:1390
404
  msgid "Disabled for editing"
405
  msgstr "Toimetamiseks välja lülitatud"
406
 
407
+ #: contact_form.php:1232 contact_form.php:1291 contact_form.php:1370
408
+ #: contact_form.php:1394
409
  msgid "Field's default value"
410
  msgstr "Välja vaikeseades väärtus"
411
 
412
+ #: contact_form.php:1239
413
  #, fuzzy
414
  msgid "Department selectbox"
415
  msgstr "Asukoha valik"
416
 
417
+ #: contact_form.php:1271
418
  msgid "Use User's name as a default value if the user is logged in."
419
  msgstr ""
420
 
421
+ #: contact_form.php:1272 contact_form.php:1332
422
  msgid ""
423
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
424
  "in users."
425
  msgstr ""
426
 
427
+ #: contact_form.php:1278
428
  msgid "Location selectbox"
429
  msgstr "Asukoha valik"
430
 
431
+ #: contact_form.php:1298 contact_form.php:1844 contact_form.php:2816
432
+ #: contact_form.php:2850
433
  msgid "Address"
434
  msgstr "Aadress"
435
 
436
+ #: contact_form.php:1314
437
  msgid "Email Address"
438
  msgstr "E-maili aadress"
439
 
440
+ #: contact_form.php:1331
441
  msgid "Use User's email as a default value if the user is logged in."
442
  msgstr ""
443
 
444
+ #: contact_form.php:1337
445
  msgid "Phone number"
446
  msgstr "Telefoni number"
447
 
448
+ #: contact_form.php:1353 contact_form.php:1859 contact_form.php:2831
449
+ #: contact_form.php:2859
450
  msgid "Subject"
451
  msgstr "Pealkiri"
452
 
453
+ #: contact_form.php:1377 contact_form.php:1863 contact_form.php:2834
454
+ #: contact_form.php:2861
455
  msgid "Message"
456
  msgstr "Sõnum"
457
 
458
+ #: contact_form.php:1418
459
  msgid "Attachment block"
460
  msgstr "Manuste blokk"
461
 
462
+ #: contact_form.php:1420
463
  msgid "Users can attach the following file formats"
464
  msgstr "Kasutajad saavad lisada manuseid järgnevates formaatides"
465
 
466
+ #: contact_form.php:1438
467
  msgid "Add to the form"
468
  msgstr "Lisa vormile"
469
 
470
+ #: contact_form.php:1443
471
  msgid "Tips below the Attachment"
472
  msgstr "Vihjed manuse alla"
473
 
474
+ #: contact_form.php:1452
475
  msgid "'Send me a copy' block"
476
  msgstr "'Saada mulle koopia' blokk"
477
 
478
+ #: contact_form.php:1464
479
  #, fuzzy
480
  msgid "Activate Subscriber"
481
  msgstr "Plugin activat"
482
 
483
+ #: contact_form.php:1468
484
  msgid "Download Subscriber"
485
  msgstr ""
486
 
487
+ #: contact_form.php:1477
488
  #, fuzzy
489
  msgid "Activate Captcha"
490
  msgstr "Captcha activat"
491
 
492
+ #: contact_form.php:1481
493
  #, fuzzy
494
  msgid "Download Captcha"
495
  msgstr "Lae captcha alla"
496
 
497
+ #: contact_form.php:1491
498
  msgid "Agreement checkbox"
499
  msgstr "Nõustumise kastike"
500
 
501
+ #: contact_form.php:1491
502
  msgid "Required checkbox for submitting the form"
503
  msgstr "Nõutud kastike vormi saatmiseks"
504
 
505
+ #: contact_form.php:1492
506
  msgid "Optional checkbox"
507
  msgstr "Valikuline kastike"
508
 
509
+ #: contact_form.php:1492
510
  msgid "Optional checkbox, the results of which will be displayed in email"
511
  msgstr "Valikuline kastike, mille tulemusi näidatakse e-mailis"
512
 
513
+ #: contact_form.php:1513
514
  msgid "Delete an attachment file from the server after the email is sent"
515
  msgstr "Kustuta manuse fail serverist peale e-maili saatmist"
516
 
517
+ #: contact_form.php:1519
518
  msgid "Email in HTML format sending"
519
  msgstr "E-maili saatmine HTML formaadis"
520
 
521
+ #: contact_form.php:1523
522
  msgid "Display additional info in the email"
523
  msgstr "Näita e-mailis lisainfot"
524
 
525
+ #: contact_form.php:1529
526
  #, fuzzy
527
  msgid "Sent from (IP address)"
528
  msgstr "Saadetud (IP aadress)"
529
 
530
+ #: contact_form.php:1529
531
  msgid "Example: Sent from (IP address):\t127.0.0.1"
532
  msgstr "Näide: Saadetud (IP address):\t127.0.0.1"
533
 
534
+ #: contact_form.php:1530 contact_form.php:2783 contact_form.php:2785
535
  msgid "Date/Time"
536
  msgstr "Kuupäev/Aeg"
537
 
538
+ #: contact_form.php:1530
539
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
540
  msgstr "Näide: Kuupäev/Aeg:\tAugust 19, 2013 8:50 pm"
541
 
542
+ #: contact_form.php:1531 contact_form.php:2789 contact_form.php:2791
543
  msgid "Sent from (referer)"
544
  msgstr "Saadetud (referer)"
545
 
546
+ #: contact_form.php:1531
547
  msgid ""
548
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
549
  msgstr "Näide: Saatnud (referer):\thttp://veebimeister.com/"
550
 
551
+ #: contact_form.php:1532 contact_form.php:2795 contact_form.php:2797
552
  msgid "Using (user agent)"
553
  msgstr "Kasutab (user agent)"
554
 
555
+ #: contact_form.php:1532
556
  msgid ""
557
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
558
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
560
  "Näide: Kasutab (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
561
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
562
 
563
+ #: contact_form.php:1537
564
  msgid "Language settings for the field names in the form"
565
  msgstr "Vormi keeleseaded nimeväljadele"
566
 
567
+ #: contact_form.php:1546
568
  msgid "Add a language"
569
  msgstr "Lisa keel"
570
 
571
+ #: contact_form.php:1550
572
  msgid "Change the names of the contact form fields and error messages"
573
  msgstr "Muuda kontakti vormi väljade ja error-sõnumite nimesid"
574
 
575
+ #: contact_form.php:1555 contact_form.php:1642 contact_form.php:1887
576
+ #: contact_form.php:1892 contact_form.php:1902 contact_form.php:1907
577
+ #: contact_form.php:1912 contact_form.php:1917 contact_form.php:1927
578
+ #: contact_form.php:1932 contact_form.php:1941 contact_form.php:1955
579
+ #: contact_form.php:1960 contact_form.php:1965
580
  msgid "Default"
581
  msgstr "Vaikimisi valik"
582
 
583
+ #: contact_form.php:1563 contact_form.php:1597
584
  msgid "click to expand/hide the list"
585
  msgstr "avamiseks/sulgemiseks klikka"
586
 
587
+ #: contact_form.php:1572 contact_form.php:1606
588
  msgid "Tips below the Attachment block"
589
  msgstr "Vihje manuse bloki all"
590
 
591
+ #: contact_form.php:1575 contact_form.php:1609
592
  msgid "Error message for the Name field"
593
  msgstr "Error väljal 'Nimi'"
594
 
595
+ #: contact_form.php:1576 contact_form.php:1610
596
  msgid "Error message for the Address field"
597
  msgstr "Error väljal 'Aadress'"
598
 
599
+ #: contact_form.php:1577 contact_form.php:1611
600
  msgid "Error message for the Email field"
601
  msgstr "Error väljal 'E-mail'"
602
 
603
+ #: contact_form.php:1578 contact_form.php:1612
604
  msgid "Error message for the Phone field"
605
  msgstr "Error väljal 'Telefon'"
606
 
607
+ #: contact_form.php:1579 contact_form.php:1613
608
  msgid "Error message for the Subject field"
609
  msgstr "Error väljal 'Pealkiri'"
610
 
611
+ #: contact_form.php:1580 contact_form.php:1614
612
  msgid "Error message for the Message field"
613
  msgstr "Error väljal 'Sõnum'"
614
 
615
+ #: contact_form.php:1581 contact_form.php:1615
616
  msgid "Error message about the file type for the Attachment field"
617
  msgstr "Error faili tüübi kohta manuse väljal"
618
 
619
+ #: contact_form.php:1582 contact_form.php:1616
620
  msgid ""
621
  "Error message while uploading a file for the Attachment field to the server"
622
  msgstr "Error faili üles laadimisel serverisse manuse välja jaoks"
623
 
624
+ #: contact_form.php:1583 contact_form.php:1617
625
  msgid "Error message while moving the file for the Attachment field"
626
  msgstr "Error faili liigutamisel manuse väljale"
627
 
628
+ #: contact_form.php:1584 contact_form.php:1618
629
  msgid "Error message when file size limit for the Attachment field is exceeded"
630
  msgstr "Error ületades faili suuruse limiiti manuse väljal"
631
 
632
+ #: contact_form.php:1585 contact_form.php:1619
633
  msgid "Error message for the Captcha field"
634
  msgstr "Error väljal 'Captcha'"
635
 
636
+ #: contact_form.php:1586 contact_form.php:1620
637
  msgid "Error message for the whole form"
638
  msgstr "Error kogu vormi kohta"
639
 
640
+ #: contact_form.php:1589 contact_form.php:1591 contact_form.php:1623
641
+ #: contact_form.php:1625 contact_form.php:1652 contact_form.php:1654
642
+ #: contact_form.php:1662 contact_form.php:1664 contact_form.php:3177
643
+ #: contact_form.php:3179
644
  msgid "Use shortcode"
645
  msgstr "Kasuta lühikoodi"
646
 
647
+ #: contact_form.php:1589 contact_form.php:1591 contact_form.php:1623
648
+ #: contact_form.php:1625 contact_form.php:1652 contact_form.php:1654
649
+ #: contact_form.php:1662 contact_form.php:1664 contact_form.php:3177
650
+ #: contact_form.php:3179
651
  msgid "for this language"
652
  msgstr "selle keele jaoks"
653
 
654
+ #: contact_form.php:1633
655
  msgid "Use the changed names of the contact form fields in the email"
656
  msgstr "Kasuta kontaktivormi väljade muudetud nimesid emailis"
657
 
658
+ #: contact_form.php:1639
659
  msgid "Action after email is sent"
660
  msgstr "Tegevus peale e-maili saatmist"
661
 
662
+ #: contact_form.php:1641
663
  msgid "Display text"
664
  msgstr "Näita teksti"
665
 
666
+ #: contact_form.php:1650 contact_form.php:1660
667
  msgid "Text"
668
  msgstr "Tekst"
669
 
670
+ #: contact_form.php:1671
671
  msgid "Redirect to the page"
672
  msgstr "Suuna lehele"
673
 
674
+ #: contact_form.php:1672
675
  msgid "Url"
676
  msgstr "Url"
677
 
678
+ #: contact_form.php:1683
679
  msgid "Add field 'Reply-To' to the email header"
680
  msgstr ""
681
 
682
+ #: contact_form.php:1685
683
  msgid "Field 'Reply-To' will be initialized by user email"
684
  msgstr ""
685
 
686
+ #: contact_form.php:1689
687
  msgid "Auto Response"
688
  msgstr ""
689
 
690
+ #: contact_form.php:1693
691
  #, php-format
692
  msgid ""
693
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
695
  "name."
696
  msgstr ""
697
 
698
+ #: contact_form.php:1718 contact_form.php:2213
699
  msgid "Save Changes"
700
  msgstr "Salvesta muudatused"
701
 
702
+ #: contact_form.php:1731
703
  #, php-format
704
  msgid ""
705
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
706
  msgstr ""
707
 
708
+ #: contact_form.php:1744
709
  msgid "One column"
710
  msgstr ""
711
 
712
+ #: contact_form.php:1747
713
  msgid "Two columns"
714
  msgstr ""
715
 
716
+ #: contact_form.php:1756 contact_form.php:1775 contact_form.php:1793
717
+ #: contact_form.php:1808
718
  msgid "Left"
719
  msgstr ""
720
 
721
+ #: contact_form.php:1759 contact_form.php:1781 contact_form.php:1796
722
+ #: contact_form.php:1814
723
  msgid "Right"
724
  msgstr ""
725
 
726
+ #: contact_form.php:1771
727
  msgid "Form align"
728
  msgstr ""
729
 
730
+ #: contact_form.php:1778 contact_form.php:1811
731
  msgid "Center"
732
  msgstr ""
733
 
734
+ #: contact_form.php:1786
735
  #, fuzzy
736
  msgid "Labels position"
737
  msgstr "'Saada' nupp"
738
 
739
+ #: contact_form.php:1790
740
  msgid "Top"
741
  msgstr ""
742
 
743
+ #: contact_form.php:1799
744
  msgid "Bottom"
745
  msgstr ""
746
 
747
+ #: contact_form.php:1804
748
  msgid "Labels align"
749
  msgstr ""
750
 
751
+ #: contact_form.php:1819
752
  msgid "Errors output"
753
  msgstr "Errorite väljund"
754
 
755
+ #: contact_form.php:1822
756
  msgid "Display error messages"
757
  msgstr "Näita error-sõnumeid"
758
 
759
+ #: contact_form.php:1823
760
  msgid "Color of the input field errors."
761
  msgstr "Sisestusväljade errorite värv"
762
 
763
+ #: contact_form.php:1824
764
  msgid "Display error messages & color of the input field errors"
765
  msgstr "Näita error-sõnumeid ja sisestusväljade errorite värvi"
766
 
767
+ #: contact_form.php:1829
768
  msgid "Add placeholder to the input blocks"
769
  msgstr "Lisa kohahoidja sisestusblokkidele"
770
 
771
+ #: contact_form.php:1835
772
  msgid "Add tooltips"
773
  msgstr "Lisa vihjed"
774
 
775
+ #: contact_form.php:1849
776
  msgid "Email address"
777
  msgstr "E-maili aadress"
778
 
779
+ #: contact_form.php:1854
780
  msgid "Phone Number"
781
  msgstr "Telefoni number"
782
 
783
+ #: contact_form.php:1868
784
  msgid "Attachment"
785
  msgstr "Manus"
786
 
787
+ #: contact_form.php:1880
788
  msgid "Style options"
789
  msgstr "Stiili valikud"
790
 
791
+ #: contact_form.php:1884
792
  msgid "Text color"
793
  msgstr "Teksti värv"
794
 
795
+ #: contact_form.php:1889
796
  msgid "Label text color"
797
  msgstr "Sildi teksti värv"
798
 
799
+ #: contact_form.php:1894
800
  msgid "Placeholder color"
801
  msgstr "Kohahoidja värv"
802
 
803
+ #: contact_form.php:1899
804
  msgid "Errors color"
805
  msgstr "Errorite värv"
806
 
807
+ #: contact_form.php:1904
808
  msgid "Error text color"
809
  msgstr "Error-teksti värv"
810
 
811
+ #: contact_form.php:1909
812
  msgid "Background color of the input field errors"
813
  msgstr "Sisestusväljade errorite taustavärv"
814
 
815
+ #: contact_form.php:1914
816
  msgid "Border color of the input field errors"
817
  msgstr "Sisestusväljade errorite piirjoonte värv"
818
 
819
+ #: contact_form.php:1919
820
  msgid "Placeholder color of the input field errors"
821
  msgstr "Sisestusväljade errorite kohahoidja värv"
822
 
823
+ #: contact_form.php:1924
824
  msgid "Input fields"
825
  msgstr "Sisestusväljad"
826
 
827
+ #: contact_form.php:1929
828
  msgid "Input fields background color"
829
  msgstr "Sisestusväljade taustavärv"
830
 
831
+ #: contact_form.php:1934
832
  msgid "Text fields color"
833
  msgstr "Tekstiväljade värv"
834
 
835
+ #: contact_form.php:1938
836
  msgid "Border width in px, numbers only"
837
  msgstr "Piirjoone paksus pikslites. Ainult number"
838
 
839
+ #: contact_form.php:1943 contact_form.php:1967
840
  msgid "Border color"
841
  msgstr "Piirjoone värv"
842
 
843
+ #: contact_form.php:1948
844
  msgid "Submit button"
845
  msgstr "'Saada' nupp"
846
 
847
+ #: contact_form.php:1952
848
  msgid "Width in px, numbers only"
849
  msgstr "Laius pikslites, ainult numbrid"
850
 
851
+ #: contact_form.php:1957
852
  msgid "Button color"
853
  msgstr "Nupu värv"
854
 
855
+ #: contact_form.php:1962
856
  msgid "Button text color"
857
  msgstr "Nupu teksti värv"
858
 
859
+ #: contact_form.php:1994
860
  #, fuzzy
861
  msgid "Contact Form | Preview"
862
  msgstr "Contact Form Pro | Eelvaade"
863
 
864
+ #: contact_form.php:1995
865
  msgid "Drag the necessary field to sort fields."
866
  msgstr ""
867
 
868
+ #: contact_form.php:2200
869
  msgid ""
870
  "If you would like to add the Contact Form to your website, just copy and "
871
  "paste this shortcode to your post or page or widget:"
873
  "Kui soovid lisada kontakti vormi oma kodulehele, siis lihtsalt kopeeri see "
874
  "lühikood oma postitusele või lehele või moodulile:"
875
 
876
+ #: contact_form.php:2297
877
  msgid "Sorry, email message could not be delivered."
878
  msgstr "Vabandust, see kiri jäi saatmata."
879
 
880
+ #: contact_form.php:2777 contact_form.php:2779
881
  msgid "Sent from (ip address)"
882
  msgstr "Saadetud (IP aadress)"
883
 
884
+ #: contact_form.php:2804
885
  msgid "Contact from"
886
  msgstr "Kontakti vorm"
887
 
888
+ #: contact_form.php:2826 contact_form.php:2856
889
  msgid "Phone"
890
  msgstr "Telefon"
891
 
892
+ #: contact_form.php:2837 contact_form.php:2863
893
  msgid "Site"
894
  msgstr "Leht"
895
 
896
+ #: contact_form.php:2956
897
  msgid ""
898
  "If you can see this MIME, it means that the MIME type is not supported by "
899
  "your email client!"
901
  "Kui sa näed seda MIME-t, siis MIME tüüp pole sinu e-maili kliendi poolt "
902
  "toetatud!"
903
 
904
+ #: contact_form.php:3039
905
  msgid "FAQ"
906
  msgstr "KKK"
907
 
908
+ #: contact_form.php:3040
909
  msgid "Support"
910
  msgstr "Klienditugi"
911
 
912
+ #: contact_form.php:3089
913
  msgid "Are you sure that you want to delete this language data?"
914
  msgstr "Oled sa kindel, et soovid kustutada selle keele andmeid?"
915
 
916
+ #: contact_form.php:3110
917
  #, fuzzy
918
  msgid "Add multiple forms"
919
  msgstr "Lisa vormile"
920
 
921
+ #: contact_form.php:3110
922
  msgid ""
923
  "Install Contact Form Multi plugin to create unlimited number of contact "
924
  "forms."
925
  msgstr ""
926
 
927
+ #: contact_form.php:3115
928
  #, fuzzy
929
  msgid "Learn more"
930
  msgstr "Uuri lähemalt"
931
 
932
+ #: contact_form.php:3320
933
  msgid "Close notice"
934
  msgstr ""
935
 
936
+ #: contact_form.php:3325
937
  #, fuzzy
938
  msgid "allows to store your messages to the database."
939
  msgstr ""
940
  "<strong>Contact Form to DB</strong> laseb sul salvestada sõnumeid andmebaasi."
941
 
942
+ #: contact_form.php:3326
943
  msgid "Manage messages that have been sent from your website."
944
  msgstr "Toimeta sõnumeid, mis on sulle saadetud sinu veebilehelt."
945
 
946
+ #: contact_form.php:3384
947
  #, fuzzy
948
  msgid "Contact form"
949
  msgstr "Kontakti vorm"
950
 
951
+ #: contact_form.php:3397 contact_form.php:3407
952
  #, fuzzy
953
  msgid "Language"
954
  msgstr "Lisa keel"
languages/contact-form-plugin-fr_FR.mo CHANGED
Binary file
languages/contact-form-plugin-fr_FR.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact-form-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-04-13 15:17+0300\n"
6
- "PO-Revision-Date: 2016-04-13 15:17+0300\n"
7
- "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
@@ -18,7 +18,7 @@ msgstr ""
18
  "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: contact_form.php:37 contact_form.php:1019
22
  msgid "Contact Form Settings"
23
  msgstr "Options du formulaire de contact"
24
 
@@ -26,31 +26,31 @@ msgstr "Options du formulaire de contact"
26
  msgid "Contact Form"
27
  msgstr "Formulaire de contact"
28
 
29
- #: contact_form.php:165 contact_form.php:1553 contact_form.php:1587
30
  msgid "Name:"
31
  msgstr "Nom&nbsp;:"
32
 
33
- #: contact_form.php:166 contact_form.php:1554 contact_form.php:1588
34
  msgid "Address:"
35
  msgstr "Adresse&nbsp;:"
36
 
37
- #: contact_form.php:167 contact_form.php:1555 contact_form.php:1589
38
  msgid "Email Address:"
39
  msgstr "Adresse e-mail&nbsp;:"
40
 
41
- #: contact_form.php:168 contact_form.php:1556 contact_form.php:1590
42
  msgid "Phone number:"
43
  msgstr "Téléphone&nbsp;:"
44
 
45
- #: contact_form.php:169 contact_form.php:1557 contact_form.php:1591
46
  msgid "Subject:"
47
  msgstr "Sujet&nbsp;:"
48
 
49
- #: contact_form.php:170 contact_form.php:1558 contact_form.php:1592
50
  msgid "Message:"
51
  msgstr "Message&nbsp;:"
52
 
53
- #: contact_form.php:171 contact_form.php:1559 contact_form.php:1593
54
  msgid "Attachment:"
55
  msgstr "Pièce jointe&nbsp;:"
56
 
@@ -59,15 +59,15 @@ msgid ""
59
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
60
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
61
  msgstr ""
62
- "Types de fichiers autorisés&nbsp;: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, "
63
  "TIFF, BMP, AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, "
64
  "MP3, PPT."
65
 
66
- #: contact_form.php:173 contact_form.php:1561 contact_form.php:1595
67
  msgid "Send me a copy"
68
  msgstr "M'envoyer une copie"
69
 
70
- #: contact_form.php:174 contact_form.php:1562 contact_form.php:1596
71
  msgid "Submit"
72
  msgstr "Envoyer"
73
 
@@ -123,11 +123,11 @@ msgstr "Merci de faire les corrections suivantes et de réessayer."
123
  msgid "Thank you for contacting us."
124
  msgstr "Merci de nous avoir contacté."
125
 
126
- #: contact_form.php:682 contact_form.php:995
127
  msgid "Settings saved."
128
  msgstr "Options enregistrées."
129
 
130
- #: contact_form.php:935
131
  msgid ""
132
  "Email 'FROM' field option was changed, which may cause email messages being "
133
  "moved to the spam folder or email delivery failures."
@@ -136,7 +136,7 @@ msgstr ""
136
  "entraîner un classement des messages dans les dossiers spam ou bien une "
137
  "erreur d'acheminement peut survenir."
138
 
139
- #: contact_form.php:945
140
  msgid ""
141
  "If the 'Redirect to page' option is selected then the URL field should be in "
142
  "the following format"
@@ -144,50 +144,55 @@ msgstr ""
144
  "Si l’option 'Rediriger vers la page' est positionnée, alors le champ Url "
145
  "doit être rempli avec le format suivant"
146
 
147
- #: contact_form.php:954
148
  msgid "Such user does not exist."
149
  msgstr "Cet utilisateur est inconnu."
150
 
151
- #: contact_form.php:964
152
  msgid ""
153
  "Please enter a valid email address in the 'Use this email address' field."
154
  msgstr ""
155
  "Merci de saisir une adresse e-mail valide pour le champ 'Utiliser cette "
156
  "adresse e-mail'."
157
 
158
- #: contact_form.php:972
159
  msgid "Please enter a valid email address in the 'FROM' field."
160
  msgstr "Merci de saisir une adresse e-mail valide pour le champ 'FROM'."
161
 
162
- #: contact_form.php:997
163
  msgid "Settings are not saved."
164
  msgstr "Paramètres non enregistrées."
165
 
166
- #: contact_form.php:1016
167
  msgid "All plugin settings were restored."
168
  msgstr "Remettre les valeurs par défaut des paramètres de l'extension."
169
 
170
- #: contact_form.php:1021
171
  msgid "How to Use Step-by-step Instruction"
172
  msgstr "Mode d'emploi pas à pas"
173
 
174
- #: contact_form.php:1024 contact_form.php:3022 contact_form.php:3036
175
  msgid "Settings"
176
  msgstr "Réglages"
177
 
178
- #: contact_form.php:1025
179
  msgid "Additional settings"
180
  msgstr "Options supplémentaires"
181
 
182
- #: contact_form.php:1026
183
  msgid "Appearance"
184
  msgstr "Aspect"
185
 
186
- #: contact_form.php:1027
 
 
 
 
 
187
  msgid "Go PRO"
188
  msgstr "Choisir la version PRO"
189
 
190
- #: contact_form.php:1033
191
  msgid ""
192
  "Please enable JavaScript to add language in the contact form, change the "
193
  "names of the contact form fields and error messages."
@@ -195,23 +200,23 @@ msgstr ""
195
  "Merci d'activer le java-script pour ajouter une nouvelle langue au "
196
  "formulaire de contact, changer les noms des champs et les messages d'erreur."
197
 
198
- #: contact_form.php:1033 contact_form.php:1719 contact_form.php:1728
199
  msgid "Form layout"
200
  msgstr "Structure du formulaire"
201
 
202
- #: contact_form.php:1033 contact_form.php:1719 contact_form.php:1740
203
  msgid "Submit position"
204
  msgstr "Position du bouton envoyer"
205
 
206
- #: contact_form.php:1045
207
  msgid "Notice:"
208
  msgstr "Avertissement&nbsp;:"
209
 
210
- #: contact_form.php:1049
211
  msgid "NEW_FORM"
212
  msgstr "Nouveau Formulaire"
213
 
214
- #: contact_form.php:1050
215
  msgid ""
216
  "If you want to create multiple contact forms, please install the Contact "
217
  "Form Multi plugin."
@@ -219,7 +224,7 @@ msgstr ""
219
  "Si vous voulez créer plusieurs formulaire de contact, merci d'installer "
220
  "l'extension 'Contact Form Multi'"
221
 
222
- #: contact_form.php:1059
223
  #, php-format
224
  msgid ""
225
  "If you would like to add a Contact Form to your page or post, please use %s "
@@ -228,7 +233,7 @@ msgstr ""
228
  "Si vous souhaitez ajouter un formulaire de contact à votre page ou votre "
229
  "article, merci d’utiliser le bouton %s"
230
 
231
- #: contact_form.php:1065
232
  #, php-format
233
  msgid ""
234
  "You can add the Contact Form to your page or post by clicking on %s button "
@@ -241,7 +246,7 @@ msgstr ""
241
  "bouton n'est pas affiché, merci d'utiliser le code court %s ou %s où * est à "
242
  "remplacer par la langue du formulaire de contact."
243
 
244
- #: contact_form.php:1074
245
  msgid ""
246
  "If you leave the fields empty, the messages will be sent to the email "
247
  "address specified during registration."
@@ -249,15 +254,15 @@ msgstr ""
249
  "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à "
250
  "l'adresse spécifiée lors de l'enregistrement."
251
 
252
- #: contact_form.php:1077
253
  msgid "The user's email address:"
254
  msgstr "Utiliser l'e-mail du compte WordPress&nbsp;:"
255
 
256
- #: contact_form.php:1081
257
  msgid "Select a username"
258
  msgstr "Choisir un nom d'utilisateur"
259
 
260
- #: contact_form.php:1094
261
  msgid ""
262
  "Enter a username of the person who should get the messages from the contact "
263
  "form."
@@ -265,116 +270,114 @@ msgstr ""
265
  "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
266
  "formulaire de contact."
267
 
268
- #: contact_form.php:1098
269
  msgid "Use this email address:"
270
  msgstr "Utiliser cette adresse e-mail&nbsp;:"
271
 
272
- #: contact_form.php:1102
273
  msgid "Enter the email address you want the messages forwarded to."
274
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
275
 
276
- #: contact_form.php:1109 contact_form.php:1475 contact_form.php:1667
277
- #: contact_form.php:1755 contact_form.php:3116
278
  msgid "Close"
279
  msgstr "Fermer"
280
 
281
- #: contact_form.php:1113
282
  msgid "Add department selectbox to the contact form:"
283
  msgstr ""
284
  "Ajouter la liste déroulante pour le département dans le formulaire de "
285
  "contact&nbsp;:"
286
 
287
- #: contact_form.php:1121 contact_form.php:1484 contact_form.php:1686
288
- #: contact_form.php:1961
289
  msgid "If you upgrade to Pro version all your settings will be saved."
290
  msgstr ""
291
  "Si vous passez à la version Pro, tous ces paramètres seront enregistrés."
292
 
293
- #: contact_form.php:1128 contact_form.php:1395 contact_form.php:1489
294
- #: contact_form.php:1693 contact_form.php:1968
295
  msgid "Unlock premium options by upgrading to Pro version"
296
  msgstr "Débloquer les options premium en migrant vers la version PRO."
297
 
298
- #: contact_form.php:1131 contact_form.php:1398 contact_form.php:1492
299
- #: contact_form.php:1696 contact_form.php:1971 contact_form.php:3327
300
  msgid "Learn More"
301
  msgstr "Lire la suite"
302
 
303
- #: contact_form.php:1139
304
  msgid "Save emails to the database"
305
  msgstr "Enregistrer les e-mails dans la base de données"
306
 
307
- #: contact_form.php:1144
308
  msgid "Using"
309
  msgstr "Utilisant"
310
 
311
- #: contact_form.php:1147 contact_form.php:1151
312
  msgid "Using Contact Form to DB by BestWebSoft"
313
  msgstr "en utilisant l'extension Contact Form to DB de BestWebSoft"
314
 
315
- #: contact_form.php:1147
316
  msgid "Activate"
317
  msgstr "Activé"
318
 
319
- #: contact_form.php:1151
320
  msgid "Download"
321
  msgstr "Téléchargement"
322
 
323
- #: contact_form.php:1161
324
  msgid "What to use?"
325
  msgstr "Quelle méthode d’envoi ?"
326
 
327
- #: contact_form.php:1166
328
  msgid "Wp-mail"
329
  msgstr "Wp-mail"
330
 
331
- #: contact_form.php:1168
332
- #, fuzzy
333
  msgid "You can use the Wordpress wp_mail function for mailing"
334
  msgstr ""
335
  "Pour envoyer le courriel, vous pouvez utiliser la fonction wp_mail de "
336
  "WordPress "
337
 
338
- #: contact_form.php:1171
339
  msgid "Mail"
340
  msgstr "E-mail"
341
 
342
- #: contact_form.php:1173
343
- #, fuzzy
344
  msgid "You can use the PHP mail function for mailing"
345
  msgstr ""
346
  "Pour envoyer le courriel, vous pouvez utiliser la fonction wp_mail de "
347
  "WordPress "
348
 
349
- #: contact_form.php:1178
350
  msgid "'FROM' field"
351
  msgstr "Champ 'From'"
352
 
353
- #: contact_form.php:1180 contact_form.php:1239 contact_form.php:1827
354
- #: contact_form.php:2808 contact_form.php:2844
355
  msgid "Name"
356
  msgstr "Nom"
357
 
358
- #: contact_form.php:1183
359
  msgid "User name"
360
  msgstr "Nom de l’utilisateur"
361
 
362
- #: contact_form.php:1185
363
  msgid ""
364
  "The name of the user who fills the form will be used in the field 'From'."
365
  msgstr ""
366
  "Dans le champ 'FROM' du courriel, il sera utilisé l'adresse e-mail de "
367
  "l’utilisateur qui rempli le formulaire."
368
 
369
- #: contact_form.php:1190 contact_form.php:2819 contact_form.php:2851
370
  msgid "Email"
371
  msgstr "E-mail"
372
 
373
- #: contact_form.php:1193
374
  msgid "User email"
375
  msgstr "E-mail de l’utilisateur"
376
 
377
- #: contact_form.php:1195
378
  msgid ""
379
  "The email address of the user who fills the form will be used in the field "
380
  "'From'."
@@ -382,7 +385,7 @@ msgstr ""
382
  "Dans le champ 'FROM' du courriel, il sera utilisé l'adresse e-mail de "
383
  "l’utilisateur qui rempli le formulaire."
384
 
385
- #: contact_form.php:1198
386
  msgid ""
387
  "If this option is changed, email messages may be moved to the spam folder or "
388
  "email delivery failures may occur."
@@ -390,51 +393,51 @@ msgstr ""
390
  "Si cette option est modifiée, les courriels pourront se retrouver classer "
391
  "dans le dossier spam ou bien une erreur d'acheminement peut survenir."
392
 
393
- #: contact_form.php:1204
394
  msgid "Required symbol"
395
  msgstr "Symbole obligatoire"
396
 
397
- #: contact_form.php:1214
398
  msgid "Fields"
399
  msgstr "Champs"
400
 
401
- #: contact_form.php:1215 contact_form.php:1242 contact_form.php:1269
402
- #: contact_form.php:1289 contact_form.php:1328 contact_form.php:1413
403
  msgid "Used"
404
  msgstr "Utilisé"
405
 
406
- #: contact_form.php:1216 contact_form.php:1231 contact_form.php:1246
407
- #: contact_form.php:1273 contact_form.php:1293 contact_form.php:1306
408
- #: contact_form.php:1332 contact_form.php:1345 contact_form.php:1369
409
  msgid "Required"
410
  msgstr "Obligatoire"
411
 
412
- #: contact_form.php:1218 contact_form.php:1251 contact_form.php:1311
413
- #: contact_form.php:1350 contact_form.php:1374
414
  msgid "Visible"
415
  msgstr "Visible"
416
 
417
- #: contact_form.php:1219 contact_form.php:1255 contact_form.php:1315
418
- #: contact_form.php:1354 contact_form.php:1378
419
  msgid "Disabled for editing"
420
  msgstr "Non actif pour l'édition"
421
 
422
- #: contact_form.php:1220 contact_form.php:1279 contact_form.php:1358
423
- #: contact_form.php:1382
424
  msgid "Field's default value"
425
  msgstr "Valeur par défaut du champ"
426
 
427
- #: contact_form.php:1227
428
  msgid "Department selectbox"
429
  msgstr "Liste déroulante des localisations"
430
 
431
- #: contact_form.php:1259
432
  msgid "Use User's name as a default value if the user is logged in."
433
  msgstr ""
434
  "Utiliser le nom de l'utilisateur comme valeur par défaut si un utilisateur "
435
  "est connecté."
436
 
437
- #: contact_form.php:1260 contact_form.php:1320
438
  msgid ""
439
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
440
  "in users."
@@ -442,139 +445,135 @@ msgstr ""
442
  "'Visible' et 'Inactif' pour modifier les options ne seront appliqués qu'aux "
443
  "utilisateurs connectés."
444
 
445
- #: contact_form.php:1266
446
  msgid "Location selectbox"
447
  msgstr "Liste déroulante des localisations"
448
 
449
- #: contact_form.php:1286 contact_form.php:1832 contact_form.php:2814
450
- #: contact_form.php:2848
451
  msgid "Address"
452
  msgstr "Adresse"
453
 
454
- #: contact_form.php:1302
455
  msgid "Email Address"
456
  msgstr "Adresse e-mail"
457
 
458
- #: contact_form.php:1319
459
  msgid "Use User's email as a default value if the user is logged in."
460
  msgstr ""
461
  "Utiliser l'adresse e-mail de l'utilisateur comme valeur par défaut si un "
462
  "utilisateur est connecté."
463
 
464
- #: contact_form.php:1325
465
  msgid "Phone number"
466
  msgstr "Téléphone"
467
 
468
- #: contact_form.php:1341 contact_form.php:1847 contact_form.php:2829
469
- #: contact_form.php:2857
470
  msgid "Subject"
471
  msgstr "Sujet"
472
 
473
- #: contact_form.php:1365 contact_form.php:1851 contact_form.php:2832
474
- #: contact_form.php:2859
475
  msgid "Message"
476
  msgstr "Message"
477
 
478
- #: contact_form.php:1406
479
  msgid "Attachment block"
480
  msgstr "Bloc pièce jointe"
481
 
482
- #: contact_form.php:1408
483
  msgid "Users can attach the following file formats"
484
  msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
485
 
486
- #: contact_form.php:1426
487
  msgid "Add to the form"
488
  msgstr "Ajouter au formulaire"
489
 
490
- #: contact_form.php:1431
491
  msgid "Tips below the Attachment"
492
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
493
 
494
- #: contact_form.php:1440
495
  msgid "'Send me a copy' block"
496
  msgstr "Afficher le bloc \"M'envoyer une copie\""
497
 
498
- #: contact_form.php:1452
499
- #, fuzzy
500
  msgid "Activate Subscriber"
501
- msgstr "Extensions activées"
502
 
503
- #: contact_form.php:1456
504
  msgid "Download Subscriber"
505
- msgstr ""
506
 
507
- #: contact_form.php:1465
508
- #, fuzzy
509
  msgid "Activate Captcha"
510
  msgstr "Activé le captcha"
511
 
512
- #: contact_form.php:1469
513
- #, fuzzy
514
  msgid "Download Captcha"
515
  msgstr "Télécharger le captcha"
516
 
517
- #: contact_form.php:1479
518
  msgid "Agreement checkbox"
519
  msgstr "Case à cocher pour valider le formulaire"
520
 
521
- #: contact_form.php:1479
522
  msgid "Required checkbox for submitting the form"
523
  msgstr "Boite à cocher obligatoire pour la validation du formulaire."
524
 
525
- #: contact_form.php:1480
526
  msgid "Optional checkbox"
527
  msgstr "Boite à cocher optionnelle"
528
 
529
- #: contact_form.php:1480
530
  msgid "Optional checkbox, the results of which will be displayed in email"
531
  msgstr "Boite à cocher optionnelle, le résultat sera affiché dans le courriel"
532
 
533
- #: contact_form.php:1501
534
  msgid "Delete an attachment file from the server after the email is sent"
535
  msgstr "Supprimer le fichier joint sur le serveur après l'envoie du courriel"
536
 
537
- #: contact_form.php:1507
538
  msgid "Email in HTML format sending"
539
  msgstr "Courriel au format HTML"
540
 
541
- #: contact_form.php:1511
542
  msgid "Display additional info in the email"
543
  msgstr "Afficher les informations complémentaires dans le courriel"
544
 
545
- #: contact_form.php:1517
546
- #, fuzzy
547
  msgid "Sent from (IP address)"
548
  msgstr "Envoyé de (adresse IP)"
549
 
550
- #: contact_form.php:1517
551
  msgid "Example: Sent from (IP address):\t127.0.0.1"
552
  msgstr "Exemple: Envoyé de (adresse IP)&nbsp;:\t127.0.0.1"
553
 
554
- #: contact_form.php:1518 contact_form.php:2781 contact_form.php:2783
555
  msgid "Date/Time"
556
  msgstr "Date/Heure"
557
 
558
- #: contact_form.php:1518
559
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
560
  msgstr "Exemple: Date/Heure&nbsp;:\tAoût 19, 2013 8:50pm"
561
 
562
- #: contact_form.php:1519 contact_form.php:2787 contact_form.php:2789
563
  msgid "Sent from (referer)"
564
  msgstr "Envoyer de (référence)"
565
 
566
- #: contact_form.php:1519
567
  msgid ""
568
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
569
  msgstr ""
570
  "Exemple&nbsp;: Envoyer de (referer) :\thttp://bestwebsoft.com/contacts/"
571
  "contact-us/"
572
 
573
- #: contact_form.php:1520 contact_form.php:2793 contact_form.php:2795
574
  msgid "Using (user agent)"
575
  msgstr "Depuis (navigateur)"
576
 
577
- #: contact_form.php:1520
578
  msgid ""
579
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
580
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
@@ -583,142 +582,142 @@ msgstr ""
583
  "WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 "
584
  "Safari/537.36"
585
 
586
- #: contact_form.php:1525
587
  msgid "Language settings for the field names in the form"
588
  msgstr "Définition des langues pour les titres des champs"
589
 
590
- #: contact_form.php:1534
591
  msgid "Add a language"
592
  msgstr "Ajouter une langue"
593
 
594
- #: contact_form.php:1538
595
  msgid "Change the names of the contact form fields and error messages"
596
  msgstr ""
597
  "Modifier le texte pour les champs du formulaire de contact et les messages "
598
  "d'erreur"
599
 
600
- #: contact_form.php:1543 contact_form.php:1630 contact_form.php:1875
601
- #: contact_form.php:1880 contact_form.php:1890 contact_form.php:1895
602
- #: contact_form.php:1900 contact_form.php:1905 contact_form.php:1915
603
- #: contact_form.php:1920 contact_form.php:1929 contact_form.php:1943
604
- #: contact_form.php:1948 contact_form.php:1953
605
  msgid "Default"
606
  msgstr "Défaut"
607
 
608
- #: contact_form.php:1551 contact_form.php:1585
609
  msgid "click to expand/hide the list"
610
  msgstr "cliquer pour voir/cacher la liste"
611
 
612
- #: contact_form.php:1560 contact_form.php:1594
613
  msgid "Tips below the Attachment block"
614
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
615
 
616
- #: contact_form.php:1563 contact_form.php:1597
617
  msgid "Error message for the Name field"
618
  msgstr "Message d'erreur pour le champ nom"
619
 
620
- #: contact_form.php:1564 contact_form.php:1598
621
  msgid "Error message for the Address field"
622
  msgstr "Message d'erreur pour le champ Adresse"
623
 
624
- #: contact_form.php:1565 contact_form.php:1599
625
  msgid "Error message for the Email field"
626
  msgstr "Message d'erreur pour le champ e-mail"
627
 
628
- #: contact_form.php:1566 contact_form.php:1600
629
  msgid "Error message for the Phone field"
630
  msgstr "Message d'erreur pour le champ téléphone"
631
 
632
- #: contact_form.php:1567 contact_form.php:1601
633
  msgid "Error message for the Subject field"
634
  msgstr "Message d'erreur pour le champ sujet"
635
 
636
- #: contact_form.php:1568 contact_form.php:1602
637
  msgid "Error message for the Message field"
638
  msgstr "Message d'erreur pour le champ message"
639
 
640
- #: contact_form.php:1569 contact_form.php:1603
641
  msgid "Error message about the file type for the Attachment field"
642
  msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
643
 
644
- #: contact_form.php:1570 contact_form.php:1604
645
  msgid ""
646
  "Error message while uploading a file for the Attachment field to the server"
647
  msgstr ""
648
  "Message d'erreur pour le champ fichier joint (problème d'envoi vers le "
649
  "serveur)"
650
 
651
- #: contact_form.php:1571 contact_form.php:1605
652
  msgid "Error message while moving the file for the Attachment field"
653
  msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
654
 
655
- #: contact_form.php:1572 contact_form.php:1606
656
  msgid "Error message when file size limit for the Attachment field is exceeded"
657
  msgstr ""
658
  "Message d'erreur pour le champ fichier joint (taille limite du fichier "
659
  "atteinte)"
660
 
661
- #: contact_form.php:1573 contact_form.php:1607
662
  msgid "Error message for the Captcha field"
663
  msgstr "Message d'erreur pour le captcha"
664
 
665
- #: contact_form.php:1574 contact_form.php:1608
666
  msgid "Error message for the whole form"
667
  msgstr "Messag
2
  msgstr ""
3
  "Project-Id-Version: contact-form-plugin\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-06-27 16:31+0300\n"
6
+ "PO-Revision-Date: 2016-06-27 16:31+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"
10
  "MIME-Version: 1.0\n"
18
  "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: contact_form.php:37 contact_form.php:1030
22
  msgid "Contact Form Settings"
23
  msgstr "Options du formulaire de contact"
24
 
26
  msgid "Contact Form"
27
  msgstr "Formulaire de contact"
28
 
29
+ #: contact_form.php:165 contact_form.php:1565 contact_form.php:1599
30
  msgid "Name:"
31
  msgstr "Nom&nbsp;:"
32
 
33
+ #: contact_form.php:166 contact_form.php:1566 contact_form.php:1600
34
  msgid "Address:"
35
  msgstr "Adresse&nbsp;:"
36
 
37
+ #: contact_form.php:167 contact_form.php:1567 contact_form.php:1601
38
  msgid "Email Address:"
39
  msgstr "Adresse e-mail&nbsp;:"
40
 
41
+ #: contact_form.php:168 contact_form.php:1568 contact_form.php:1602
42
  msgid "Phone number:"
43
  msgstr "Téléphone&nbsp;:"
44
 
45
+ #: contact_form.php:169 contact_form.php:1569 contact_form.php:1603
46
  msgid "Subject:"
47
  msgstr "Sujet&nbsp;:"
48
 
49
+ #: contact_form.php:170 contact_form.php:1570 contact_form.php:1604
50
  msgid "Message:"
51
  msgstr "Message&nbsp;:"
52
 
53
+ #: contact_form.php:171 contact_form.php:1571 contact_form.php:1605
54
  msgid "Attachment:"
55
  msgstr "Pièce jointe&nbsp;:"
56
 
59
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
60
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
61
  msgstr ""
62
+ "Types de fichiers autorisés&nbsp;: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, "
63
  "TIFF, BMP, AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, "
64
  "MP3, PPT."
65
 
66
+ #: contact_form.php:173 contact_form.php:1573 contact_form.php:1607
67
  msgid "Send me a copy"
68
  msgstr "M'envoyer une copie"
69
 
70
+ #: contact_form.php:174 contact_form.php:1574 contact_form.php:1608
71
  msgid "Submit"
72
  msgstr "Envoyer"
73
 
123
  msgid "Thank you for contacting us."
124
  msgstr "Merci de nous avoir contacté."
125
 
126
+ #: contact_form.php:688 contact_form.php:998
127
  msgid "Settings saved."
128
  msgstr "Options enregistrées."
129
 
130
+ #: contact_form.php:940
131
  msgid ""
132
  "Email 'FROM' field option was changed, which may cause email messages being "
133
  "moved to the spam folder or email delivery failures."
136
  "entraîner un classement des messages dans les dossiers spam ou bien une "
137
  "erreur d'acheminement peut survenir."
138
 
139
+ #: contact_form.php:950
140
  msgid ""
141
  "If the 'Redirect to page' option is selected then the URL field should be in "
142
  "the following format"
144
  "Si l’option 'Rediriger vers la page' est positionnée, alors le champ Url "
145
  "doit être rempli avec le format suivant"
146
 
147
+ #: contact_form.php:957
148
  msgid "Such user does not exist."
149
  msgstr "Cet utilisateur est inconnu."
150
 
151
+ #: contact_form.php:967
152
  msgid ""
153
  "Please enter a valid email address in the 'Use this email address' field."
154
  msgstr ""
155
  "Merci de saisir une adresse e-mail valide pour le champ 'Utiliser cette "
156
  "adresse e-mail'."
157
 
158
+ #: contact_form.php:975
159
  msgid "Please enter a valid email address in the 'FROM' field."
160
  msgstr "Merci de saisir une adresse e-mail valide pour le champ 'FROM'."
161
 
162
+ #: contact_form.php:1000
163
  msgid "Settings are not saved."
164
  msgstr "Paramètres non enregistrées."
165
 
166
+ #: contact_form.php:1027
167
  msgid "All plugin settings were restored."
168
  msgstr "Remettre les valeurs par défaut des paramètres de l'extension."
169
 
170
+ #: contact_form.php:1032
171
  msgid "How to Use Step-by-step Instruction"
172
  msgstr "Mode d'emploi pas à pas"
173
 
174
+ #: contact_form.php:1035 contact_form.php:3024 contact_form.php:3038
175
  msgid "Settings"
176
  msgstr "Réglages"
177
 
178
+ #: contact_form.php:1036
179
  msgid "Additional settings"
180
  msgstr "Options supplémentaires"
181
 
182
+ #: contact_form.php:1037
183
  msgid "Appearance"
184
  msgstr "Aspect"
185
 
186
+ #: contact_form.php:1038
187
+ #, fuzzy
188
+ msgid "Custom code"
189
+ msgstr "Personnaliser"
190
+
191
+ #: contact_form.php:1039
192
  msgid "Go PRO"
193
  msgstr "Choisir la version PRO"
194
 
195
+ #: contact_form.php:1045
196
  msgid ""
197
  "Please enable JavaScript to add language in the contact form, change the "
198
  "names of the contact form fields and error messages."
200
  "Merci d'activer le java-script pour ajouter une nouvelle langue au "
201
  "formulaire de contact, changer les noms des champs et les messages d'erreur."
202
 
203
+ #: contact_form.php:1045 contact_form.php:1731 contact_form.php:1740
204
  msgid "Form layout"
205
  msgstr "Structure du formulaire"
206
 
207
+ #: contact_form.php:1045 contact_form.php:1731 contact_form.php:1752
208
  msgid "Submit position"
209
  msgstr "Position du bouton envoyer"
210
 
211
+ #: contact_form.php:1057
212
  msgid "Notice:"
213
  msgstr "Avertissement&nbsp;:"
214
 
215
+ #: contact_form.php:1061
216
  msgid "NEW_FORM"
217
  msgstr "Nouveau Formulaire"
218
 
219
+ #: contact_form.php:1062
220
  msgid ""
221
  "If you want to create multiple contact forms, please install the Contact "
222
  "Form Multi plugin."
224
  "Si vous voulez créer plusieurs formulaire de contact, merci d'installer "
225
  "l'extension 'Contact Form Multi'"
226
 
227
+ #: contact_form.php:1071
228
  #, php-format
229
  msgid ""
230
  "If you would like to add a Contact Form to your page or post, please use %s "
233
  "Si vous souhaitez ajouter un formulaire de contact à votre page ou votre "
234
  "article, merci d’utiliser le bouton %s"
235
 
236
+ #: contact_form.php:1077
237
  #, php-format
238
  msgid ""
239
  "You can add the Contact Form to your page or post by clicking on %s button "
246
  "bouton n'est pas affiché, merci d'utiliser le code court %s ou %s où * est à "
247
  "remplacer par la langue du formulaire de contact."
248
 
249
+ #: contact_form.php:1086
250
  msgid ""
251
  "If you leave the fields empty, the messages will be sent to the email "
252
  "address specified during registration."
254
  "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à "
255
  "l'adresse spécifiée lors de l'enregistrement."
256
 
257
+ #: contact_form.php:1089
258
  msgid "The user's email address:"
259
  msgstr "Utiliser l'e-mail du compte WordPress&nbsp;:"
260
 
261
+ #: contact_form.php:1093
262
  msgid "Select a username"
263
  msgstr "Choisir un nom d'utilisateur"
264
 
265
+ #: contact_form.php:1106
266
  msgid ""
267
  "Enter a username of the person who should get the messages from the contact "
268
  "form."
270
  "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
271
  "formulaire de contact."
272
 
273
+ #: contact_form.php:1110
274
  msgid "Use this email address:"
275
  msgstr "Utiliser cette adresse e-mail&nbsp;:"
276
 
277
+ #: contact_form.php:1114
278
  msgid "Enter the email address you want the messages forwarded to."
279
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
280
 
281
+ #: contact_form.php:1121 contact_form.php:1487 contact_form.php:1679
282
+ #: contact_form.php:1767 contact_form.php:3119
283
  msgid "Close"
284
  msgstr "Fermer"
285
 
286
+ #: contact_form.php:1125
287
  msgid "Add department selectbox to the contact form:"
288
  msgstr ""
289
  "Ajouter la liste déroulante pour le département dans le formulaire de "
290
  "contact&nbsp;:"
291
 
292
+ #: contact_form.php:1133 contact_form.php:1496 contact_form.php:1698
293
+ #: contact_form.php:1973
294
  msgid "If you upgrade to Pro version all your settings will be saved."
295
  msgstr ""
296
  "Si vous passez à la version Pro, tous ces paramètres seront enregistrés."
297
 
298
+ #: contact_form.php:1140 contact_form.php:1407 contact_form.php:1501
299
+ #: contact_form.php:1705 contact_form.php:1980
300
  msgid "Unlock premium options by upgrading to Pro version"
301
  msgstr "Débloquer les options premium en migrant vers la version PRO."
302
 
303
+ #: contact_form.php:1143 contact_form.php:1410 contact_form.php:1504
304
+ #: contact_form.php:1708 contact_form.php:1983 contact_form.php:3329
305
  msgid "Learn More"
306
  msgstr "Lire la suite"
307
 
308
+ #: contact_form.php:1151
309
  msgid "Save emails to the database"
310
  msgstr "Enregistrer les e-mails dans la base de données"
311
 
312
+ #: contact_form.php:1156
313
  msgid "Using"
314
  msgstr "Utilisant"
315
 
316
+ #: contact_form.php:1159 contact_form.php:1163
317
  msgid "Using Contact Form to DB by BestWebSoft"
318
  msgstr "en utilisant l'extension Contact Form to DB de BestWebSoft"
319
 
320
+ #: contact_form.php:1159
321
  msgid "Activate"
322
  msgstr "Activé"
323
 
324
+ #: contact_form.php:1163
325
  msgid "Download"
326
  msgstr "Téléchargement"
327
 
328
+ #: contact_form.php:1173
329
  msgid "What to use?"
330
  msgstr "Quelle méthode d’envoi ?"
331
 
332
+ #: contact_form.php:1178
333
  msgid "Wp-mail"
334
  msgstr "Wp-mail"
335
 
336
+ #: contact_form.php:1180
 
337
  msgid "You can use the Wordpress wp_mail function for mailing"
338
  msgstr ""
339
  "Pour envoyer le courriel, vous pouvez utiliser la fonction wp_mail de "
340
  "WordPress "
341
 
342
+ #: contact_form.php:1183
343
  msgid "Mail"
344
  msgstr "E-mail"
345
 
346
+ #: contact_form.php:1185
 
347
  msgid "You can use the PHP mail function for mailing"
348
  msgstr ""
349
  "Pour envoyer le courriel, vous pouvez utiliser la fonction wp_mail de "
350
  "WordPress "
351
 
352
+ #: contact_form.php:1190
353
  msgid "'FROM' field"
354
  msgstr "Champ 'From'"
355
 
356
+ #: contact_form.php:1192 contact_form.php:1251 contact_form.php:1839
357
+ #: contact_form.php:2810 contact_form.php:2846
358
  msgid "Name"
359
  msgstr "Nom"
360
 
361
+ #: contact_form.php:1195
362
  msgid "User name"
363
  msgstr "Nom de l’utilisateur"
364
 
365
+ #: contact_form.php:1197
366
  msgid ""
367
  "The name of the user who fills the form will be used in the field 'From'."
368
  msgstr ""
369
  "Dans le champ 'FROM' du courriel, il sera utilisé l'adresse e-mail de "
370
  "l’utilisateur qui rempli le formulaire."
371
 
372
+ #: contact_form.php:1202 contact_form.php:2821 contact_form.php:2853
373
  msgid "Email"
374
  msgstr "E-mail"
375
 
376
+ #: contact_form.php:1205
377
  msgid "User email"
378
  msgstr "E-mail de l’utilisateur"
379
 
380
+ #: contact_form.php:1207
381
  msgid ""
382
  "The email address of the user who fills the form will be used in the field "
383
  "'From'."
385
  "Dans le champ 'FROM' du courriel, il sera utilisé l'adresse e-mail de "
386
  "l’utilisateur qui rempli le formulaire."
387
 
388
+ #: contact_form.php:1210
389
  msgid ""
390
  "If this option is changed, email messages may be moved to the spam folder or "
391
  "email delivery failures may occur."
393
  "Si cette option est modifiée, les courriels pourront se retrouver classer "
394
  "dans le dossier spam ou bien une erreur d'acheminement peut survenir."
395
 
396
+ #: contact_form.php:1216
397
  msgid "Required symbol"
398
  msgstr "Symbole obligatoire"
399
 
400
+ #: contact_form.php:1226
401
  msgid "Fields"
402
  msgstr "Champs"
403
 
404
+ #: contact_form.php:1227 contact_form.php:1254 contact_form.php:1281
405
+ #: contact_form.php:1301 contact_form.php:1340 contact_form.php:1425
406
  msgid "Used"
407
  msgstr "Utilisé"
408
 
409
+ #: contact_form.php:1228 contact_form.php:1243 contact_form.php:1258
410
+ #: contact_form.php:1285 contact_form.php:1305 contact_form.php:1318
411
+ #: contact_form.php:1344 contact_form.php:1357 contact_form.php:1381
412
  msgid "Required"
413
  msgstr "Obligatoire"
414
 
415
+ #: contact_form.php:1230 contact_form.php:1263 contact_form.php:1323
416
+ #: contact_form.php:1362 contact_form.php:1386
417
  msgid "Visible"
418
  msgstr "Visible"
419
 
420
+ #: contact_form.php:1231 contact_form.php:1267 contact_form.php:1327
421
+ #: contact_form.php:1366 contact_form.php:1390
422
  msgid "Disabled for editing"
423
  msgstr "Non actif pour l'édition"
424
 
425
+ #: contact_form.php:1232 contact_form.php:1291 contact_form.php:1370
426
+ #: contact_form.php:1394
427
  msgid "Field's default value"
428
  msgstr "Valeur par défaut du champ"
429
 
430
+ #: contact_form.php:1239
431
  msgid "Department selectbox"
432
  msgstr "Liste déroulante des localisations"
433
 
434
+ #: contact_form.php:1271
435
  msgid "Use User's name as a default value if the user is logged in."
436
  msgstr ""
437
  "Utiliser le nom de l'utilisateur comme valeur par défaut si un utilisateur "
438
  "est connecté."
439
 
440
+ #: contact_form.php:1272 contact_form.php:1332
441
  msgid ""
442
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
443
  "in users."
445
  "'Visible' et 'Inactif' pour modifier les options ne seront appliqués qu'aux "
446
  "utilisateurs connectés."
447
 
448
+ #: contact_form.php:1278
449
  msgid "Location selectbox"
450
  msgstr "Liste déroulante des localisations"
451
 
452
+ #: contact_form.php:1298 contact_form.php:1844 contact_form.php:2816
453
+ #: contact_form.php:2850
454
  msgid "Address"
455
  msgstr "Adresse"
456
 
457
+ #: contact_form.php:1314
458
  msgid "Email Address"
459
  msgstr "Adresse e-mail"
460
 
461
+ #: contact_form.php:1331
462
  msgid "Use User's email as a default value if the user is logged in."
463
  msgstr ""
464
  "Utiliser l'adresse e-mail de l'utilisateur comme valeur par défaut si un "
465
  "utilisateur est connecté."
466
 
467
+ #: contact_form.php:1337
468
  msgid "Phone number"
469
  msgstr "Téléphone"
470
 
471
+ #: contact_form.php:1353 contact_form.php:1859 contact_form.php:2831
472
+ #: contact_form.php:2859
473
  msgid "Subject"
474
  msgstr "Sujet"
475
 
476
+ #: contact_form.php:1377 contact_form.php:1863 contact_form.php:2834
477
+ #: contact_form.php:2861
478
  msgid "Message"
479
  msgstr "Message"
480
 
481
+ #: contact_form.php:1418
482
  msgid "Attachment block"
483
  msgstr "Bloc pièce jointe"
484
 
485
+ #: contact_form.php:1420
486
  msgid "Users can attach the following file formats"
487
  msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
488
 
489
+ #: contact_form.php:1438
490
  msgid "Add to the form"
491
  msgstr "Ajouter au formulaire"
492
 
493
+ #: contact_form.php:1443
494
  msgid "Tips below the Attachment"
495
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
496
 
497
+ #: contact_form.php:1452
498
  msgid "'Send me a copy' block"
499
  msgstr "Afficher le bloc \"M'envoyer une copie\""
500
 
501
+ #: contact_form.php:1464
 
502
  msgid "Activate Subscriber"
503
+ msgstr "Activer l'enregistrement"
504
 
505
+ #: contact_form.php:1468
506
  msgid "Download Subscriber"
507
+ msgstr "Télécharger l'extension Subscriber"
508
 
509
+ #: contact_form.php:1477
 
510
  msgid "Activate Captcha"
511
  msgstr "Activé le captcha"
512
 
513
+ #: contact_form.php:1481
 
514
  msgid "Download Captcha"
515
  msgstr "Télécharger le captcha"
516
 
517
+ #: contact_form.php:1491
518
  msgid "Agreement checkbox"
519
  msgstr "Case à cocher pour valider le formulaire"
520
 
521
+ #: contact_form.php:1491
522
  msgid "Required checkbox for submitting the form"
523
  msgstr "Boite à cocher obligatoire pour la validation du formulaire."
524
 
525
+ #: contact_form.php:1492
526
  msgid "Optional checkbox"
527
  msgstr "Boite à cocher optionnelle"
528
 
529
+ #: contact_form.php:1492
530
  msgid "Optional checkbox, the results of which will be displayed in email"
531
  msgstr "Boite à cocher optionnelle, le résultat sera affiché dans le courriel"
532
 
533
+ #: contact_form.php:1513
534
  msgid "Delete an attachment file from the server after the email is sent"
535
  msgstr "Supprimer le fichier joint sur le serveur après l'envoie du courriel"
536
 
537
+ #: contact_form.php:1519
538
  msgid "Email in HTML format sending"
539
  msgstr "Courriel au format HTML"
540
 
541
+ #: contact_form.php:1523
542
  msgid "Display additional info in the email"
543
  msgstr "Afficher les informations complémentaires dans le courriel"
544
 
545
+ #: contact_form.php:1529
 
546
  msgid "Sent from (IP address)"
547
  msgstr "Envoyé de (adresse IP)"
548
 
549
+ #: contact_form.php:1529
550
  msgid "Example: Sent from (IP address):\t127.0.0.1"
551
  msgstr "Exemple: Envoyé de (adresse IP)&nbsp;:\t127.0.0.1"
552
 
553
+ #: contact_form.php:1530 contact_form.php:2783 contact_form.php:2785
554
  msgid "Date/Time"
555
  msgstr "Date/Heure"
556
 
557
+ #: contact_form.php:1530
558
  msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
559
  msgstr "Exemple: Date/Heure&nbsp;:\tAoût 19, 2013 8:50pm"
560
 
561
+ #: contact_form.php:1531 contact_form.php:2789 contact_form.php:2791
562
  msgid "Sent from (referer)"
563
  msgstr "Envoyer de (référence)"
564
 
565
+ #: contact_form.php:1531
566
  msgid ""
567
  "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
568
  msgstr ""
569
  "Exemple&nbsp;: Envoyer de (referer) :\thttp://bestwebsoft.com/contacts/"
570
  "contact-us/"
571
 
572
+ #: contact_form.php:1532 contact_form.php:2795 contact_form.php:2797
573
  msgid "Using (user agent)"
574
  msgstr "Depuis (navigateur)"
575
 
576
+ #: contact_form.php:1532
577
  msgid ""
578
  "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
579
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
582
  "WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 "
583
  "Safari/537.36"
584
 
585
+ #: contact_form.php:1537
586
  msgid "Language settings for the field names in the form"
587
  msgstr "Définition des langues pour les titres des champs"
588
 
589
+ #: contact_form.php:1546
590
  msgid "Add a language"
591
  msgstr "Ajouter une langue"
592
 
593
+ #: contact_form.php:1550
594
  msgid "Change the names of the contact form fields and error messages"
595
  msgstr ""
596
  "Modifier le texte pour les champs du formulaire de contact et les messages "
597
  "d'erreur"
598
 
599
+ #: contact_form.php:1555 contact_form.php:1642 contact_form.php:1887
600
+ #: contact_form.php:1892 contact_form.php:1902 contact_form.php:1907
601
+ #: contact_form.php:1912 contact_form.php:1917 contact_form.php:1927
602
+ #: contact_form.php:1932 contact_form.php:1941 contact_form.php:1955
603
+ #: contact_form.php:1960 contact_form.php:1965
604
  msgid "Default"
605
  msgstr "Défaut"
606
 
607
+ #: contact_form.php:1563 contact_form.php:1597
608
  msgid "click to expand/hide the list"
609
  msgstr "cliquer pour voir/cacher la liste"
610
 
611
+ #: contact_form.php:1572 contact_form.php:1606
612
  msgid "Tips below the Attachment block"
613
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
614
 
615
+ #: contact_form.php:1575 contact_form.php:1609
616
  msgid "Error message for the Name field"
617
  msgstr "Message d'erreur pour le champ nom"
618
 
619
+ #: contact_form.php:1576 contact_form.php:1610
620
  msgid "Error message for the Address field"
621
  msgstr "Message d'erreur pour le champ Adresse"
622
 
623
+ #: contact_form.php:1577 contact_form.php:1611
624
  msgid "Error message for the Email field"
625
  msgstr "Message d'erreur pour le champ e-mail"
626
 
627
+ #: contact_form.php:1578 contact_form.php:1612
628
  msgid "Error message for the Phone field"
629
  msgstr "Message d'erreur pour le champ téléphone"
630
 
631
+ #: contact_form.php:1579 contact_form.php:1613
632
  msgid "Error message for the Subject field"
633
  msgstr "Message d'erreur pour le champ sujet"
634
 
635
+ #: contact_form.php:1580 contact_form.php:1614
636
  msgid "Error message for the Message field"
637
  msgstr "Message d'erreur pour le champ message"
638
 
639
+ #: contact_form.php:1581 contact_form.php:1615
640
  msgid "Error message about the file type for the Attachment field"
641
  msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
642
 
643
+ #: contact_form.php:1582 contact_form.php:1616
644
  msgid ""
645
  "Error message while uploading a file for the Attachment field to the server"
646
  msgstr ""
647
  "Message d'erreur pour le champ fichier joint (problème d'envoi vers le "
648
  "serveur)"
649
 
650
+ #: contact_form.php:1583 contact_form.php:1617
651
  msgid "Error message while moving the file for the Attachment field"
652
  msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
653
 
654
+ #: contact_form.php:1584 contact_form.php:1618
655
  msgid "Error message when file size limit for the Attachment field is exceeded"
656
  msgstr ""
657
  "Message d'erreur pour le champ fichier joint (taille limite du fichier "
658
  "atteinte)"
659
 
660
+ #: contact_form.php:1585 contact_form.php:1619
661
  msgid "Error message for the Captcha field"
662
  msgstr "Message d'erreur pour le captcha"
663
 
664
+ #: contact_form.php:1586 contact_form.php:1620
665
  msgid "Error message for the whole form"
666
  msgstr "Messag