Contact Form by BestWebSoft - Version 4.0.8

Version Description

  • 04.12.2017 =
  • Bugfix : The compatibility issue with Google Captcha (reCAPTCHA) plugin has been fixed.
  • Bugfix : The compatibility issue with Captcha plugin has been fixed.
  • NEW : The Indonesian language file has been added.
Download this release

Release Info

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

Code changes from version 4.0.7 to 4.0.8

Files changed (49) hide show
  1. bws_menu/bws_functions.php +76 -64
  2. bws_menu/bws_include.php +2 -1
  3. bws_menu/bws_menu.php +90 -103
  4. bws_menu/class-bws-settings.php +52 -41
  5. bws_menu/css/modal.css +114 -0
  6. bws_menu/deactivation-form.php +429 -0
  7. bws_menu/deprecated.php +30 -26
  8. bws_menu/fonts/bwsicons.eot +0 -0
  9. bws_menu/fonts/bwsicons.svg +1 -4
  10. bws_menu/fonts/bwsicons.ttf +0 -0
  11. bws_menu/fonts/bwsicons.woff +0 -0
  12. bws_menu/languages/bestwebsoft-cs_CZ.mo +0 -0
  13. bws_menu/languages/bestwebsoft-cs_CZ.po +546 -297
  14. bws_menu/languages/bestwebsoft-es_ES.mo +0 -0
  15. bws_menu/languages/bestwebsoft-es_ES.po +1791 -0
  16. bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
  17. bws_menu/languages/bestwebsoft-fr_FR.po +412 -286
  18. bws_menu/languages/bestwebsoft-id_ID.mo +0 -0
  19. bws_menu/languages/bestwebsoft-id_ID.po +409 -283
  20. bws_menu/languages/bestwebsoft-nl_NL.mo +0 -0
  21. bws_menu/languages/bestwebsoft-nl_NL.po +409 -283
  22. bws_menu/languages/bestwebsoft-pl_PL.mo +0 -0
  23. bws_menu/languages/bestwebsoft-pl_PL.po +415 -289
  24. bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
  25. bws_menu/languages/bestwebsoft-ru_RU.po +462 -290
  26. bws_menu/languages/bestwebsoft-uk.mo +0 -0
  27. bws_menu/languages/bestwebsoft-uk.po +456 -291
  28. bws_menu/product_list.php +14 -25
  29. contact_form.php +367 -378
  30. languages/contact-form-plugin-af_ZA.mo +0 -0
  31. languages/contact-form-plugin-af_ZA.po +271 -247
  32. languages/contact-form-plugin-ca.mo +0 -0
  33. languages/contact-form-plugin-ca.po +253 -242
  34. languages/contact-form-plugin-cs_CZ.mo +0 -0
  35. languages/contact-form-plugin-cs_CZ.po +271 -246
  36. languages/contact-form-plugin-da_DK.mo +0 -0
  37. languages/contact-form-plugin-da_DK.po +274 -250
  38. languages/contact-form-plugin-de_DE.mo +0 -0
  39. languages/contact-form-plugin-de_DE.po +271 -247
  40. languages/contact-form-plugin-el.mo +0 -0
  41. languages/contact-form-plugin-el.po +275 -251
  42. languages/contact-form-plugin-es_ES.mo +0 -0
  43. languages/contact-form-plugin-es_ES.po +270 -246
  44. languages/contact-form-plugin-et.mo +0 -0
  45. languages/contact-form-plugin-et.po +270 -246
  46. languages/contact-form-plugin-fr_FR.mo +0 -0
  47. languages/contact-form-plugin-fr_FR.po +271 -247
  48. languages/contact-form-plugin-id_ID.mo +0 -0
  49. languages/contact-form-plugin-id_ID.po +1337 -0
bws_menu/bws_functions.php CHANGED
@@ -4,6 +4,7 @@
4
  */
5
 
6
  require( dirname( __FILE__ ) . '/deprecated.php' );
 
7
 
8
  /**
9
  * Function to add 'bestwebsoft' slug for BWS_Menu MO file if BWS_Menu loaded from theme.
@@ -55,7 +56,7 @@ if ( ! function_exists ( 'bws_menu_url' ) ) {
55
  * Function check if plugin is compatible with current WP version
56
  * @return void
57
  */
58
- if ( ! function_exists ( 'bws_wp_min_version_check' ) ) {
59
  function bws_wp_min_version_check( $plugin_basename, $plugin_info, $require_wp, $min_wp = false ) {
60
  global $wp_version, $bws_versions_notice_array;
61
  if ( false == $min_wp )
@@ -89,7 +90,7 @@ if ( ! function_exists( 'bws_plugin_reviews_block' ) ) {
89
  <div class="bws-plugin-reviews">
90
  <div class="bws-plugin-reviews-rate">
91
  <?php _e( 'Like the plugin?', 'bestwebsoft' ); ?>
92
- <a href="http://wordpress.org/support/view/plugin-reviews/<?php echo $plugin_slug; ?>?filter=5" target="_blank" title="<?php echo $plugin_name; ?> reviews">
93
  <?php _e( 'Rate it', 'bestwebsoft' ); ?>
94
  <span class="dashicons dashicons-star-filled"></span>
95
  <span class="dashicons dashicons-star-filled"></span>
@@ -119,12 +120,12 @@ if ( ! function_exists ( 'bws_plugin_update_row' ) ) {
119
  $class = ( $wp_version >= 4.6 ) ? 'active' : '';
120
  $style = ( $wp_version < 4.6 ) ? ' style="background-color: #FFEBE8;border-color: #CC0000;"' : '';
121
  $div_class = ( $wp_version >= 4.6 ) ? ' notice inline notice-warning notice-alt' : '';
122
- echo '<tr class="bws-plugin-update-tr plugin-update-tr ' . $class . '" id="' . $explode_plugin_key[0] . '-update" data-slug="' . $explode_plugin_key[0] . '" data-plugin="' . $plugin_key . '">
123
- <td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
124
  <div class="update-message' . $div_class . '"' . $style . '>';
125
  if ( $wp_version >= 4.6 )
126
  echo '<p>';
127
- echo '<strong>' . __( 'WARNING: Illegal use notification', 'bestwebsoft' ) . '.</strong> ' . __( 'You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using you personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated.', 'bestwebsoft' ) . ' <a target="_blank" href="https://support.bestwebsoft.com/hc/en-us/articles/204240089">' . __( 'Learn More', 'bestwebsoft' ) . '</a>';
128
  if ( $wp_version >= 4.6 )
129
  echo '</p>';
130
  echo '</div>
@@ -135,13 +136,13 @@ if ( ! function_exists ( 'bws_plugin_update_row' ) ) {
135
  $class = ( $wp_version >= 4.6 ) ? 'active' : '';
136
  $style = ( $wp_version < 4.6 ) ? ' style="color: #8C0000;"' : '';
137
  $div_class = ( $wp_version >= 4.6 ) ? ' notice inline notice-warning notice-alt' : '';
138
- echo '<tr class="bws-plugin-update-tr plugin-update-tr ' . $class . '" id="' . $explode_plugin_key[0] . '-update" data-slug="' . $explode_plugin_key[0] . '" data-plugin="' . $plugin_key . '">
139
- <td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
140
  <div class="update-message' . $div_class . '"' . $style . '>';
141
  if ( $wp_version >= 4.6 )
142
  echo '<p>';
143
  if ( isset( $bstwbsftwppdtplgns_options['trial'][ $plugin_key ] ) && $link_slug != false ) {
144
- echo __( 'Notice: Your Pro Trial license has expired. To continue using the plugin, you should buy a Pro license', 'bestwebsoft' ) . ' - <a href="https://bestwebsoft.com/products/wordpress/plugins/' . $link_slug .'/">https://bestwebsoft.com/products/wordpress/plugins/' . $link_slug . '/</a>';
145
  } else {
146
  echo __( 'Your license has expired. To continue getting top-priority support and plugin updates, you should extend it.', 'bestwebsoft' ) . ' <a target="_new" href="https://support.bestwebsoft.com/entries/53487136">' . __( "Learn more", 'bestwebsoft' ) . '</a>';
147
  }
@@ -155,18 +156,18 @@ if ( ! function_exists ( 'bws_plugin_update_row' ) ) {
155
  $class = ( $wp_version >= 4.6 ) ? 'active' : '';
156
  $style = ( $wp_version < 4.6 ) ? ' style="color: #8C0000;"' : '';
157
  $div_class = ( $wp_version >= 4.6 ) ? ' notice inline notice-warning notice-alt' : '';
158
- echo '<tr class="bws-plugin-update-tr plugin-update-tr ' . $class . '" id="' . $explode_plugin_key[0] . '-update" data-slug="' . $explode_plugin_key[0] . '" data-plugin="' . $plugin_key . '">
159
- <td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
160
  <div class="update-message' . $div_class . '"' . $style . '>';
161
  if ( $wp_version >= 4.6 )
162
  echo '<p>';
163
  if ( $free_plugin_name != false ) {
164
- echo sprintf( __( 'Notice: You are using the Pro Trial license of %s plugin.', 'bestwebsoft' ), $free_plugin_name );
165
  } else {
166
  _e( 'Notice: You are using the Pro Trial license of plugin.', 'bestwebsoft' );
167
  }
168
  if ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) )
169
- echo ' ' . __( "The Pro Trial license will expire on", 'bestwebsoft' ) . ' ' . $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] . '.';
170
  if ( $wp_version >= 4.6 )
171
  echo '</p>';
172
  echo '</div>
@@ -183,15 +184,15 @@ if ( ! function_exists( 'bws_admin_notices' ) ) {
183
  /* versions notice */
184
  if ( ! empty( $bws_versions_notice_array ) ) {
185
  foreach ( $bws_versions_notice_array as $key => $value ) { ?>
186
- <div class="update-nag"><?php
187
- echo sprintf(
188
- "<strong>%s</strong> %s <strong>WordPress %s</strong> %s",
189
- $value['name'],
190
- __( 'requires', 'bestwebsoft' ),
191
- $value['version'],
192
- __( 'or higher! We do not guarantee that our plugin will work correctly. Please upgrade to WordPress latest version.', 'bestwebsoft' )
193
- );
194
- ?></div>
195
  <?php }
196
  }
197
 
@@ -204,12 +205,13 @@ if ( ! function_exists( 'bws_admin_notices' ) ) {
204
  <img title="" src="<?php echo esc_attr( $bws_plugin_banner_to_settings[0]['banner_url'] ); ?>" alt="" />
205
  </div>
206
  <div class="text">
207
- <strong><?php printf( __( 'Thank you for installing %s plugin!', 'bestwebsoft' ), $bws_plugin_banner_to_settings[0]['plugin_info']['Name'] ); ?> </strong><br />
 
208
  <?php _e( "Let's get started", 'bestwebsoft' ); ?>:
209
- <a href="<?php echo $bws_plugin_banner_to_settings[0]['settings_url']; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
210
  <?php if ( false != $bws_plugin_banner_to_settings[0]['post_type_url'] ) { ?>
211
  <?php _e( 'or', 'bestwebsoft' ); ?>
212
- <a href="<?php echo $bws_plugin_banner_to_settings[0]['post_type_url']; ?>"><?php _e( 'Add New', 'bestwebsoft' ); ?></a>
213
  <?php } ?>
214
  </div>
215
  <form action="" method="post">
@@ -239,9 +241,9 @@ if ( ! function_exists( 'bws_admin_notices' ) ) {
239
  <div class="bws-details hide-if-js">
240
  <?php foreach ( $bws_plugin_banner_to_settings as $value ) { ?>
241
  <div>
242
- <strong><?php echo str_replace( ' by BestWebSoft', '', $value['plugin_info']['Name'] ); ?></strong>&ensp;<a href="<?php echo $value['settings_url']; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
243
  <?php if ( false != $value['post_type_url'] ) { ?>
244
- &ensp;|&ensp;<a target="_blank" href="<?php echo $value['post_type_url']; ?>"><?php _e( 'Add New', 'bestwebsoft' ); ?></a>
245
  <?php } ?>
246
  <input type="hidden" name="bws_hide_settings_notice_<?php echo $value['plugin_options_name']; ?>" value="hide" />
247
  </div>
@@ -331,12 +333,12 @@ if ( ! function_exists( 'bws_plugin_banner' ) ) {
331
  <div class="icon">
332
  <img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
333
  </div>
334
- <div class="text"><?php
335
- _e( 'It’s time to upgrade your', 'bestwebsoft' ); ?> <strong><?php echo $plugin_info['Name']; ?> plugin</strong> <?php _e( 'to', 'bestwebsoft' ); ?> <strong>Pro</strong> <?php _e( 'version!', 'bestwebsoft' ); ?><br />
336
  <span><?php _e( 'Extend standard plugin functionality with new great options.', 'bestwebsoft' ); ?></span>
337
  </div>
338
  <div class="button_div">
339
- <a class="button" target="_blank" href="https://bestwebsoft.com/products/wordpress/plugins/<?php echo $link_slug; ?>/?k=<?php echo $link_key; ?>&amp;pn=<?php echo $link_pn; ?>&amp;v=<?php echo $plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>"><?php _e( 'Learn More', 'bestwebsoft' ); ?></a>
340
  </div>
341
  </div>
342
  </div>
@@ -350,9 +352,14 @@ if ( ! function_exists( 'bws_plugin_banner' ) ) {
350
  }
351
 
352
  if ( ! function_exists ( 'bws_plugin_banner_timeout' ) ) {
353
- function bws_plugin_banner_timeout( $plugin_key, $plugin_prefix, $plugin_name, $banner_url = false ) {
354
  global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_cookie_add;
355
  if ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) && ( strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) < strtotime( date("m/d/Y") . '+1 month' ) ) && ( strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) > strtotime( date("m/d/Y") ) ) ) {
 
 
 
 
 
356
  if ( ! isset( $bstwbsftwppdtplgns_cookie_add ) ) {
357
  echo '<script type="text/javascript" src="' . bws_menu_url( 'js/c_o_o_k_i_e.js' ) . '"></script>';
358
  $bstwbsftwppdtplgns_cookie_add = true;
@@ -377,7 +384,7 @@ if ( ! function_exists ( 'bws_plugin_banner_timeout' ) ) {
377
  <div class="<?php echo $plugin_prefix; ?>_message_timeout bws_banner_on_plugin_page bws_banner_timeout" style="display:none;">
378
  <button class="<?php echo $plugin_prefix; ?>_close_icon close_icon notice-dismiss bws_hide_settings_notice" title="<?php _e( 'Close notice', 'bestwebsoft' ); ?>"></button>
379
  <div class="icon">
380
- <img title="" src="<?php echo $banner_url; ?>" alt="" />
381
  </div>
382
  <div class="text"><?php printf( __( "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY SUPPORT or UPDATES.", 'bestwebsoft' ), '<strong>' . $plugin_name . '</strong>', $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ); ?> <a target="_new" href="https://support.bestwebsoft.com/entries/53487136"><?php _e( "Learn more", 'bestwebsoft' ); ?></a></div>
383
  </div>
@@ -523,7 +530,7 @@ if ( ! function_exists ( 'bws_plugins_admin_init' ) ) {
523
  function bws_plugins_admin_init() {
524
  if ( isset( $_GET['bws_activate_plugin'] ) && check_admin_referer( 'bws_activate_plugin' . $_GET['bws_activate_plugin'] ) ) {
525
 
526
- $plugin = isset( $_GET['bws_activate_plugin'] ) ? $_GET['bws_activate_plugin'] : '';
527
  $result = activate_plugin( $plugin, '', is_network_admin() );
528
  if ( is_wp_error( $result ) ) {
529
  if ( 'unexpected_output' == $result->get_error_code() ) {
@@ -544,11 +551,24 @@ if ( ! function_exists ( 'bws_plugins_admin_init' ) ) {
544
  unset( $recent[ $plugin ] );
545
  update_site_option( 'recently_activated', $recent );
546
  }
547
- wp_redirect( self_admin_url( 'admin.php?page=bws_panel&activate=true' ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
548
  exit();
549
  }
550
 
551
- if ( isset( $_GET['page'] ) && $_GET['page'] == 'bws_panel' ) {
552
  if ( ! session_id() )
553
  @session_start();
554
  }
@@ -559,7 +579,7 @@ if ( ! function_exists ( 'bws_plugins_admin_init' ) ) {
559
 
560
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
561
  function bws_admin_enqueue_scripts() {
562
- global $wp_scripts;
563
 
564
  $jquery_version = isset( $wp_scripts->registered['jquery-ui-core']->ver ) ? $wp_scripts->registered['jquery-ui-core']->ver : '1.12.1';
565
 
@@ -574,6 +594,10 @@ if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
574
  add_thickbox();
575
  wp_enqueue_script( 'plugin-install' );
576
  }
 
 
 
 
577
  }
578
  }
579
 
@@ -652,14 +676,24 @@ if ( ! function_exists ( 'bws_plugins_admin_head' ) ) {
652
  ),
653
  'set_timeout' => 2000
654
  );
655
- if ( $wp_version < '3.9' )
656
- $tooltip_args['css_selector'] = '.mce_add_bws_shortcode';
657
  bws_add_tooltip_in_admin( $tooltip_args );
658
  }
659
  }
660
  }
661
  }
662
 
 
 
 
 
 
 
 
 
 
 
 
 
663
  if ( ! function_exists ( 'bws_plugins_include_codemirror' ) ) {
664
  function bws_plugins_include_codemirror() {
665
  wp_enqueue_style( 'codemirror.css', bws_menu_url( 'css/codemirror.css' ) );
@@ -833,7 +867,7 @@ if ( ! function_exists( 'bws_shortcode_media_button_popup' ) ) {
833
  <h4><?php _e( 'Plugin', 'bestwebsoft' ); ?></h4>
834
  <select name="bws_shortcode_select" id="bws_shortcode_select">
835
  <?php foreach ( $bws_shortcode_list as $key => $value ) { ?>
836
- <option value="<?php echo $key; ?>"><?php echo $value['name']; ?></option>
837
  <?php } ?>
838
  </select>
839
  </div>
@@ -847,33 +881,9 @@ if ( ! function_exists( 'bws_shortcode_media_button_popup' ) ) {
847
  <p><?php _e( 'The shortcode will be inserted', 'bestwebsoft' ); ?></p>
848
  <div id="bws_shortcode_block"><div id="bws_shortcode_display"></div></div>
849
  </div>
850
- <?php if ( $wp_version < '3.9' ) { ?>
851
- <p>
852
- <button class="button-primary primary bws_shortcode_insert"><?php _e( 'Insert', 'bestwebsoft' ); ?></button>
853
- </p>
854
- <?php } ?>
855
  </div>
856
  </div>
857
  <?php }
858
- if ( $wp_version < '3.9' ) { ?>
859
- <script type="text/javascript">
860
- (function($){
861
- $( '.bws_shortcode_insert' ).on( 'click',function() {
862
- var shortcode = $( '#TB_ajaxContent #bws_shortcode_display' ).text();
863
- if ( '' != shortcode ) {
864
- /* insert shortcode to tinymce */
865
- if ( !tinyMCE.activeEditor || tinyMCE.activeEditor.isHidden() ) {
866
- $( 'textarea#content' ).val( shortcode );
867
- } else {
868
- tinyMCE.execCommand( 'mceInsertContent', false, shortcode );
869
- }
870
- }
871
- /* close the thickbox after adding shortcode to editor */
872
- self.parent.tb_remove();
873
- });
874
- })(jQuery);
875
- </script>
876
- <?php }
877
  }
878
  }
879
 
@@ -890,6 +900,8 @@ if ( ! function_exists( 'bws_shortcode_output' ) ) {
890
  /**
891
  * output tooltip
892
  * @since 1.9.8
 
 
893
  */
894
  if ( ! function_exists( 'bws_add_help_box' ) ) {
895
  function bws_add_help_box( $content, $class = '' ) {
@@ -904,7 +916,7 @@ if ( ! function_exists( 'bws_help_tab' ) ) {
904
  function bws_help_tab( $screen, $args ) {
905
  $url = ( ! empty( $args['section'] ) ) ? 'https://support.bestwebsoft.com/hc/en-us/sections/' . $args['section'] : 'https://support.bestwebsoft.com/';
906
 
907
- $content = '<p><a href="' . $url . '" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' ) . '</a></p>';
908
 
909
  $screen->add_help_tab(
910
  array(
@@ -1048,7 +1060,7 @@ if ( ! function_exists( 'bws_delete_plugin' ) ) {
1048
  add_action( 'admin_init', 'bws_plugins_admin_init' );
1049
  add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
1050
  add_action( 'admin_head', 'bws_plugins_admin_head' );
1051
- add_action( 'admin_footer','bws_shortcode_media_button_popup' );
1052
 
1053
  add_action( 'admin_notices', 'bws_admin_notices', 30 );
1054
 
4
  */
5
 
6
  require( dirname( __FILE__ ) . '/deprecated.php' );
7
+ require_once( dirname( __FILE__ ) . '/deactivation-form.php' );
8
 
9
  /**
10
  * Function to add 'bestwebsoft' slug for BWS_Menu MO file if BWS_Menu loaded from theme.
56
  * Function check if plugin is compatible with current WP version
57
  * @return void
58
  */
59
+ if ( ! function_exists( 'bws_wp_min_version_check' ) ) {
60
  function bws_wp_min_version_check( $plugin_basename, $plugin_info, $require_wp, $min_wp = false ) {
61
  global $wp_version, $bws_versions_notice_array;
62
  if ( false == $min_wp )
90
  <div class="bws-plugin-reviews">
91
  <div class="bws-plugin-reviews-rate">
92
  <?php _e( 'Like the plugin?', 'bestwebsoft' ); ?>
93
+ <a href="https://wordpress.org/support/view/plugin-reviews/<?php echo esc_attr( $plugin_slug ); ?>?filter=5" target="_blank" title="<?php printf( __( '%s reviews', 'bestwebsoft' ), sanitize_text_field( $plugin_name ) ); ?>">
94
  <?php _e( 'Rate it', 'bestwebsoft' ); ?>
95
  <span class="dashicons dashicons-star-filled"></span>
96
  <span class="dashicons dashicons-star-filled"></span>
120
  $class = ( $wp_version >= 4.6 ) ? 'active' : '';
121
  $style = ( $wp_version < 4.6 ) ? ' style="background-color: #FFEBE8;border-color: #CC0000;"' : '';
122
  $div_class = ( $wp_version >= 4.6 ) ? ' notice inline notice-warning notice-alt' : '';
123
+ echo '<tr class="bws-plugin-update-tr plugin-update-tr ' . $class . '" id="' . esc_attr( $explode_plugin_key[0] ) . '-update" data-slug="' . esc_attr( $explode_plugin_key[0] ) . '" data-plugin="' . esc_attr( $plugin_key ) . '">
124
+ <td colspan="' . esc_attr( $wp_list_table->get_column_count() ) . '" class="plugin-update colspanchange">
125
  <div class="update-message' . $div_class . '"' . $style . '>';
126
  if ( $wp_version >= 4.6 )
127
  echo '<p>';
128
+ echo '<strong>' . __( 'WARNING: Illegal use notification', 'bestwebsoft' ) . '.</strong> ' . __( 'You can use one license of the Pro plugin for one domain only. Please check and edit your license or domain if necessary using your personal Client Area. We strongly recommend you to solve the problem within 24 hours, otherwise the Pro plugin will be deactivated.', 'bestwebsoft' ) . ' <a target="_blank" href="https://support.bestwebsoft.com/hc/en-us/articles/204240089">' . __( 'Learn More', 'bestwebsoft' ) . '</a>';
129
  if ( $wp_version >= 4.6 )
130
  echo '</p>';
131
  echo '</div>
136
  $class = ( $wp_version >= 4.6 ) ? 'active' : '';
137
  $style = ( $wp_version < 4.6 ) ? ' style="color: #8C0000;"' : '';
138
  $div_class = ( $wp_version >= 4.6 ) ? ' notice inline notice-warning notice-alt' : '';
139
+ echo '<tr class="bws-plugin-update-tr plugin-update-tr ' . $class . '" id="' . esc_attr( $explode_plugin_key[0] ) . '-update" data-slug="' . esc_attr( $explode_plugin_key[0] ) . '" data-plugin="' . esc_attr( $plugin_key ) . '">
140
+ <td colspan="' . esc_attr( $wp_list_table->get_column_count() ) . '" class="plugin-update colspanchange">
141
  <div class="update-message' . $div_class . '"' . $style . '>';
142
  if ( $wp_version >= 4.6 )
143
  echo '<p>';
144
  if ( isset( $bstwbsftwppdtplgns_options['trial'][ $plugin_key ] ) && $link_slug != false ) {
145
+ echo __( 'Notice: Your Pro Trial license has expired. To continue using the plugin, you should buy a Pro license', 'bestwebsoft' ) . ' - <a href="https://bestwebsoft.com/products/wordpress/plugins/' . esc_attr( $link_slug ) . '/">https://bestwebsoft.com/products/wordpress/plugins/' . esc_attr( $link_slug ) . '/</a>';
146
  } else {
147
  echo __( 'Your license has expired. To continue getting top-priority support and plugin updates, you should extend it.', 'bestwebsoft' ) . ' <a target="_new" href="https://support.bestwebsoft.com/entries/53487136">' . __( "Learn more", 'bestwebsoft' ) . '</a>';
148
  }
156
  $class = ( $wp_version >= 4.6 ) ? 'active' : '';
157
  $style = ( $wp_version < 4.6 ) ? ' style="color: #8C0000;"' : '';
158
  $div_class = ( $wp_version >= 4.6 ) ? ' notice inline notice-warning notice-alt' : '';
159
+ echo '<tr class="bws-plugin-update-tr plugin-update-tr ' . $class . '" id="' . esc_attr( $explode_plugin_key[0] ) . '-update" data-slug="' . esc_attr( $explode_plugin_key[0] ) . '" data-plugin="' . esc_attr( $plugin_key ) . '">
160
+ <td colspan="' . esc_attr( $wp_list_table->get_column_count() ) . '" class="plugin-update colspanchange">
161
  <div class="update-message' . $div_class . '"' . $style . '>';
162
  if ( $wp_version >= 4.6 )
163
  echo '<p>';
164
  if ( $free_plugin_name != false ) {
165
+ printf( __( 'Notice: You are using the Pro Trial license of %s plugin.', 'bestwebsoft' ), $free_plugin_name );
166
  } else {
167
  _e( 'Notice: You are using the Pro Trial license of plugin.', 'bestwebsoft' );
168
  }
169
  if ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) )
170
+ echo ' ' . __( 'The Pro Trial license will expire on', 'bestwebsoft' ) . ' ' . $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] . '.';
171
  if ( $wp_version >= 4.6 )
172
  echo '</p>';
173
  echo '</div>
184
  /* versions notice */
185
  if ( ! empty( $bws_versions_notice_array ) ) {
186
  foreach ( $bws_versions_notice_array as $key => $value ) { ?>
187
+ <div class="update-nag">
188
+ <?php printf(
189
+ "<strong>%s</strong> %s <strong>WordPress %s</strong> %s",
190
+ $value['name'],
191
+ __( 'requires', 'bestwebsoft' ),
192
+ $value['version'],
193
+ __( 'or higher! We do not guarantee that our plugin will work correctly. Please upgrade to WordPress latest version.', 'bestwebsoft' )
194
+ ); ?>
195
+ </div>
196
  <?php }
197
  }
198
 
205
  <img title="" src="<?php echo esc_attr( $bws_plugin_banner_to_settings[0]['banner_url'] ); ?>" alt="" />
206
  </div>
207
  <div class="text">
208
+ <strong><?php printf( __( 'Thank you for installing %s plugin!', 'bestwebsoft' ), $bws_plugin_banner_to_settings[0]['plugin_info']['Name'] ); ?></strong>
209
+ <br />
210
  <?php _e( "Let's get started", 'bestwebsoft' ); ?>:
211
+ <a href="<?php echo esc_url( self_admin_url( $bws_plugin_banner_to_settings[0]['settings_url'] ) ); ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
212
  <?php if ( false != $bws_plugin_banner_to_settings[0]['post_type_url'] ) { ?>
213
  <?php _e( 'or', 'bestwebsoft' ); ?>
214
+ <a href="<?php echo esc_url( self_admin_url( $bws_plugin_banner_to_settings[0]['post_type_url'] ) ); ?>"><?php _e( 'Add New', 'bestwebsoft' ); ?></a>
215
  <?php } ?>
216
  </div>
217
  <form action="" method="post">
241
  <div class="bws-details hide-if-js">
242
  <?php foreach ( $bws_plugin_banner_to_settings as $value ) { ?>
243
  <div>
244
+ <strong><?php echo str_replace( ' by BestWebSoft', '', $value['plugin_info']['Name'] ); ?></strong>&ensp;<a href="<?php echo esc_url( self_admin_url( $value['settings_url'] ) ); ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
245
  <?php if ( false != $value['post_type_url'] ) { ?>
246
+ &ensp;|&ensp;<a target="_blank" href="<?php echo esc_url( self_admin_url( $value['post_type_url'] ) ); ?>"><?php _e( 'Add New', 'bestwebsoft' ); ?></a>
247
  <?php } ?>
248
  <input type="hidden" name="bws_hide_settings_notice_<?php echo $value['plugin_options_name']; ?>" value="hide" />
249
  </div>
333
  <div class="icon">
334
  <img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
335
  </div>
336
+ <div class="text">
337
+ <?php _e( 'It’s time to upgrade your', 'bestwebsoft' ); ?> <strong><?php echo $plugin_info['Name']; ?> plugin</strong> <?php _e( 'to', 'bestwebsoft' ); ?> <strong>Pro</strong> <?php _e( 'version!', 'bestwebsoft' ); ?><br />
338
  <span><?php _e( 'Extend standard plugin functionality with new great options.', 'bestwebsoft' ); ?></span>
339
  </div>
340
  <div class="button_div">
341
+ <a class="button" target="_blank" href="<?php echo esc_url( 'https://bestwebsoft.com/products/wordpress/plugins/' . $link_slug . '/?k=' . $link_key . '&pn=' . $link_pn . '&v=' . $plugin_info["Version"] . '&wp_v=' . $wp_version ); ?>"><?php _e( 'Learn More', 'bestwebsoft' ); ?></a>
342
  </div>
343
  </div>
344
  </div>
352
  }
353
 
354
  if ( ! function_exists ( 'bws_plugin_banner_timeout' ) ) {
355
+ function bws_plugin_banner_timeout( $plugin_key, $plugin_prefix, $plugin_name, $banner_url_or_slug = false ) {
356
  global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_cookie_add;
357
  if ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) && ( strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) < strtotime( date("m/d/Y") . '+1 month' ) ) && ( strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) > strtotime( date("m/d/Y") ) ) ) {
358
+
359
+ if ( $banner_url_or_slug && false == strrpos( $banner_url_or_slug, '/' ) ) {
360
+ $banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
361
+ }
362
+
363
  if ( ! isset( $bstwbsftwppdtplgns_cookie_add ) ) {
364
  echo '<script type="text/javascript" src="' . bws_menu_url( 'js/c_o_o_k_i_e.js' ) . '"></script>';
365
  $bstwbsftwppdtplgns_cookie_add = true;
384
  <div class="<?php echo $plugin_prefix; ?>_message_timeout bws_banner_on_plugin_page bws_banner_timeout" style="display:none;">
385
  <button class="<?php echo $plugin_prefix; ?>_close_icon close_icon notice-dismiss bws_hide_settings_notice" title="<?php _e( 'Close notice', 'bestwebsoft' ); ?>"></button>
386
  <div class="icon">
387
+ <img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
388
  </div>
389
  <div class="text"><?php printf( __( "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY SUPPORT or UPDATES.", 'bestwebsoft' ), '<strong>' . $plugin_name . '</strong>', $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ); ?> <a target="_new" href="https://support.bestwebsoft.com/entries/53487136"><?php _e( "Learn more", 'bestwebsoft' ); ?></a></div>
390
  </div>
530
  function bws_plugins_admin_init() {
531
  if ( isset( $_GET['bws_activate_plugin'] ) && check_admin_referer( 'bws_activate_plugin' . $_GET['bws_activate_plugin'] ) ) {
532
 
533
+ $plugin = isset( $_GET['bws_activate_plugin'] ) ? sanitize_text_field( $_GET['bws_activate_plugin'] ) : '';
534
  $result = activate_plugin( $plugin, '', is_network_admin() );
535
  if ( is_wp_error( $result ) ) {
536
  if ( 'unexpected_output' == $result->get_error_code() ) {
551
  unset( $recent[ $plugin ] );
552
  update_site_option( 'recently_activated', $recent );
553
  }
554
+ /**
555
+ * @deprecated 1.9.8 (15.12.2016)
556
+ */
557
+ $is_main_page = in_array( $_GET['page'], array( 'bws_panel', 'bws_themes', 'bws_system_status' ) );
558
+ $page = esc_attr( $_GET['page'] );
559
+ $tab = isset( $_GET['tab'] ) ? esc_attr( $_GET['tab'] ) : '';
560
+
561
+ if ( $is_main_page )
562
+ $current_page = 'admin.php?page=' . $page;
563
+ else
564
+ $current_page = isset( $_GET['tab'] ) ? 'admin.php?page=' . $page . '&tab=' . $tab : 'admin.php?page=' . $page;
565
+ /*end deprecated */
566
+
567
+ wp_redirect( self_admin_url( $current_page . '&activate=true' ) );
568
  exit();
569
  }
570
 
571
+ if ( isset( $_GET['page'] ) && ( $_GET['page'] == 'bws_panel' || strpos( $_GET['page'], '-bws-panel' ) ) ) {
572
  if ( ! session_id() )
573
  @session_start();
574
  }
579
 
580
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
581
  function bws_admin_enqueue_scripts() {
582
+ global $wp_scripts, $hook_suffix;
583
 
584
  $jquery_version = isset( $wp_scripts->registered['jquery-ui-core']->ver ) ? $wp_scripts->registered['jquery-ui-core']->ver : '1.12.1';
585
 
594
  add_thickbox();
595
  wp_enqueue_script( 'plugin-install' );
596
  }
597
+
598
+ if ( 'plugins.php' == $hook_suffix && ! defined( 'DOING_AJAX' ) ) {
599
+ wp_enqueue_style( 'bws-modal-css', bws_menu_url( 'css/modal.css' ) );
600
+ }
601
  }
602
  }
603
 
676
  ),
677
  'set_timeout' => 2000
678
  );
 
 
679
  bws_add_tooltip_in_admin( $tooltip_args );
680
  }
681
  }
682
  }
683
  }
684
 
685
+ if ( ! function_exists ( 'bws_plugins_admin_footer' ) ) {
686
+ function bws_plugins_admin_footer() {
687
+ global $hook_suffix;
688
+
689
+ bws_shortcode_media_button_popup();
690
+
691
+ if ( 'plugins.php' == $hook_suffix && ! defined( 'DOING_AJAX' ) ) {
692
+ bws_add_deactivation_feedback_dialog_box();
693
+ }
694
+ }
695
+ }
696
+
697
  if ( ! function_exists ( 'bws_plugins_include_codemirror' ) ) {
698
  function bws_plugins_include_codemirror() {
699
  wp_enqueue_style( 'codemirror.css', bws_menu_url( 'css/codemirror.css' ) );
867
  <h4><?php _e( 'Plugin', 'bestwebsoft' ); ?></h4>
868
  <select name="bws_shortcode_select" id="bws_shortcode_select">
869
  <?php foreach ( $bws_shortcode_list as $key => $value ) { ?>
870
+ <option value="<?php echo esc_attr( $key ); ?>"><?php echo $value['name']; ?></option>
871
  <?php } ?>
872
  </select>
873
  </div>
881
  <p><?php _e( 'The shortcode will be inserted', 'bestwebsoft' ); ?></p>
882
  <div id="bws_shortcode_block"><div id="bws_shortcode_display"></div></div>
883
  </div>
 
 
 
 
 
884
  </div>
885
  </div>
886
  <?php }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
887
  }
888
  }
889
 
900
  /**
901
  * output tooltip
902
  * @since 1.9.8
903
+ * @param string $content - HTML content for the tooltip
904
+ * @param string $class - Can be standart "bws-hide-for-mobile" (tooltip will be hidden in 782px) and "bws-auto-width" (need for img) or some custom class.
905
  */
906
  if ( ! function_exists( 'bws_add_help_box' ) ) {
907
  function bws_add_help_box( $content, $class = '' ) {
916
  function bws_help_tab( $screen, $args ) {
917
  $url = ( ! empty( $args['section'] ) ) ? 'https://support.bestwebsoft.com/hc/en-us/sections/' . $args['section'] : 'https://support.bestwebsoft.com/';
918
 
919
+ $content = '<p><a href="' . esc_url( $url ) . '" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' ) . '</a></p>';
920
 
921
  $screen->add_help_tab(
922
  array(
1060
  add_action( 'admin_init', 'bws_plugins_admin_init' );
1061
  add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
1062
  add_action( 'admin_head', 'bws_plugins_admin_head' );
1063
+ add_action( 'admin_footer','bws_plugins_admin_footer' );
1064
 
1065
  add_action( 'admin_notices', 'bws_admin_notices', 30 );
1066
 
bws_menu/bws_include.php CHANGED
@@ -5,7 +5,7 @@
5
 
6
  if ( ! function_exists ( 'bws_include_init' ) ) {
7
  function bws_include_init( $base, $bws_menu_source = 'plugins' ) {
8
- global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_added_menu;
9
  if ( ! function_exists( 'get_plugin_data' ) )
10
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
11
 
@@ -14,6 +14,7 @@ if ( ! function_exists ( 'bws_include_init' ) ) {
14
 
15
  if ( $bws_menu_source == 'plugins' ) {
16
  $bws_menu_dir = $wp_plugins_dir . '/' . dirname( $base ) . '/bws_menu/bws_menu.php';
 
17
  } else {
18
  $bws_menu_dir = $wp_content_dir . '/themes/' . $base . '/inc/bws_menu/bws_menu.php';
19
  }
5
 
6
  if ( ! function_exists ( 'bws_include_init' ) ) {
7
  function bws_include_init( $base, $bws_menu_source = 'plugins' ) {
8
+ global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_added_menu, $bstwbsftwppdtplgns_active_plugins;
9
  if ( ! function_exists( 'get_plugin_data' ) )
10
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
11
 
14
 
15
  if ( $bws_menu_source == 'plugins' ) {
16
  $bws_menu_dir = $wp_plugins_dir . '/' . dirname( $base ) . '/bws_menu/bws_menu.php';
17
+ $bstwbsftwppdtplgns_active_plugins[ $base ] = get_plugin_data( $wp_plugins_dir . '/' . $base );
18
  } else {
19
  $bws_menu_dir = $wp_content_dir . '/themes/' . $base . '/inc/bws_menu/bws_menu.php';
20
  }
bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 2.0.8
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
@@ -10,7 +10,7 @@ if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
10
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
11
  function bws_add_menu_render() {
12
  global $wpdb, $wp_version, $bws_plugin_info, $bstwbsftwppdtplgns_options;
13
- $error = $message = $bwsmn_form_email = '';
14
 
15
  /**
16
  * @deprecated 1.9.8 (15.12.2016)
@@ -37,7 +37,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
37
  $sitewide_active_plugins = ( function_exists( 'is_multisite' ) && is_multisite() ) ? get_site_option( 'active_sitewide_plugins' ) : array();
38
  $update_availible_all = get_site_transient( 'update_plugins' );
39
 
40
- $plugin_category = isset( $_GET['category'] ) ? esc_html( $_GET['category'] ) : 'all';
41
 
42
  if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || ! isset( $_GET['sub'] ) ) {
43
  $bws_plugins_update_availible = $bws_plugins_expired = array();
@@ -87,7 +87,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
87
  $update_membership_list = true;
88
 
89
  if ( isset( $_POST['bws_license_key'] ) )
90
- $bws_license_key = stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) );
91
 
92
  if ( isset( $_SESSION['bws_membership_time_check'] ) && isset( $_SESSION['bws_membership_list'] ) && $_SESSION['bws_membership_time_check'] < strtotime( '+12 hours' ) ) {
93
  $update_membership_list = false;
@@ -143,7 +143,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
143
  if ( isset( $value->time_out ) && $value->time_out != '' )
144
  $message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $value->time_out . '.';
145
  } else {
146
- $message = __( 'Congratulations! Pro Membership license is activated successfully.', 'bestwebsoft' );
147
  }
148
 
149
  $bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
@@ -178,7 +178,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
178
  $post_max_size = ( ini_get( 'post_max_size' ) ) ? ini_get( 'post_max_size' ) : __( 'N/A', 'bestwebsoft' );
179
  $max_execution_time = ( ini_get( 'max_execution_time' ) ) ? ini_get( 'max_execution_time' ) : __( 'N/A', 'bestwebsoft' );
180
  $memory_limit = ( ini_get( 'memory_limit' ) ) ? ini_get( 'memory_limit' ) : __( 'N/A', 'bestwebsoft' );
181
- $wp_memory_limit = ( defined( 'WP_MEMORY_LIMIT' ) ) ? WP_MEMORY_LIMIT : __( 'N/A', 'bestwebsoft' );
182
  $memory_usage = ( function_exists( 'memory_get_usage' ) ) ? round( memory_get_usage() / 1024 / 1024, 2 ) . __( ' Mb', 'bestwebsoft' ) : __( 'N/A', 'bestwebsoft' );
183
  $exif_read_data = ( is_callable( 'exif_read_data' ) ) ? __( 'Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" : __( 'No', 'bestwebsoft' );
184
  $iptcparse = ( is_callable( 'iptcparse' ) ) ? __( 'Yes', 'bestwebsoft' ) : __( 'No', 'bestwebsoft' );
@@ -199,7 +199,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
199
  __( 'Website URL', 'bestwebsoft' ) => get_option( 'siteurl' ),
200
  __( 'WP Version', 'bestwebsoft' ) => $wp_version,
201
  __( 'WP Multisite', 'bestwebsoft' ) => $multisite,
202
- __( 'WP Memory Limit', 'bestwebsoft' ) => $wp_memory_limit,
203
  __( 'Active Theme', 'bestwebsoft' ) => $theme['Name'] . ' ' . $theme['Version'] . ' (' . sprintf( __( 'by %s', 'bestwebsoft' ), $theme['Author'] ) . ')'
204
  ),
205
  ),
@@ -217,7 +217,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
217
  __( 'PHP Max Script Execute Time', 'bestwebsoft' ) => $max_execution_time,
218
  __( 'PHP Exif support', 'bestwebsoft' ) => $exif_read_data,
219
  __( 'PHP IPTC support', 'bestwebsoft' ) => $iptcparse,
220
- __( 'PHP XML support', 'bestwebsoft' ) => $xml_parser_create,
221
  '$_SERVER[HTTP_HOST]' => $_SERVER['HTTP_HOST'],
222
  '$_SERVER[SERVER_NAME]' => $_SERVER['SERVER_NAME'],
223
  ),
@@ -255,13 +255,11 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
255
 
256
  if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) || ( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
257
  if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
258
- $bwsmn_form_email = esc_html( trim( $_REQUEST['bwsmn_form_email'] ) );
259
- if ( $bwsmn_form_email == "" || ! is_email( $bwsmn_form_email ) ) {
260
- $error = __( "Please enter a valid email address.", 'bestwebsoft' );
261
  } else {
262
- $email = $bwsmn_form_email;
263
- $bwsmn_form_email = '';
264
- $message = __( 'Email with system info is sent to', 'bestwebsoft' ) . ' ' . $email;
265
  }
266
  } else {
267
  $email = 'plugin_system_status@bestwebsoft.com';
@@ -273,14 +271,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
273
  $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
274
  $headers .= 'From: ' . get_option( 'admin_email' );
275
  $message_text = '<html><head><title>System Info From ' . home_url() . '</title></head><body>';
276
- foreach ( $system_info as $info ) {
277
- if ( ! empty( $info['data'] ) ) {
278
  $message_text .= '<h4>' . $info['name'];
279
  if ( isset( $info['count'] ) )
280
  $message_text .= ' (' . $info['count'] . ')';
281
  $message_text .= '</h4><table>';
282
  foreach ( $info['data'] as $key => $value ) {
283
- $message_text .= '<tr><td>'. $key .'</td><td>'. $value .'</td></tr>';
284
  }
285
  $message_text .= '</table>';
286
  }
@@ -295,27 +293,27 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
295
  <div class="bws-wrap">
296
  <div class="bws-header">
297
  <div class="bws-title">
298
- <a href="<?php echo ( $is_main_page ) ? self_admin_url( 'admin.php?page=bws_panel' ) : self_admin_url( 'admin.php?page=' . $page ); ?>">
299
  <span class="bws-logo bwsicons bwsicons-bws-logo"></span>
300
  BestWebSoft
301
  <span>panel</span>
302
  </a>
303
  </div>
304
- <div class="bws-menu-item-icon">&#8226;&#8226;&#8226;</div>
305
  <div class="bws-nav-tab-wrapper">
306
  <?php if ( $is_main_page ) { ?>
307
  <a class="bws-nav-tab<?php if ( 'bws_panel' == $page ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=bws_panel' ); ?>"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
308
  <a class="bws-nav-tab<?php if ( 'bws_themes' == $page ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=bws_themes' ); ?>"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
309
  <a class="bws-nav-tab<?php if ( 'bws_system_status' == $page ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=bws_system_status' ); ?>"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
310
  <?php } else { ?>
311
- <a class="bws-nav-tab<?php if ( ! isset( $_GET['tab'] ) ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=' . $page ); ?>"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
312
- <a class="bws-nav-tab<?php if ( 'themes' == $tab ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=' . $page . '&tab=themes' ); ?>"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
313
- <a class="bws-nav-tab<?php if ( 'system-status' == $tab ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=' . $page . '&tab=system-status' ); ?>"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
314
  <?php } ?>
315
  </div>
316
  <div class="bws-help-links-wrapper">
317
- <a href="<?php echo esc_url( 'https://support.bestwebsoft.com' ); ?>" target="_blank"><?php _e( 'Support', 'bestwebsoft' ); ?></a>
318
- <a href="<?php echo esc_url( 'https://bestwebsoft.com/client-area' ); ?>" target="_blank" title="<?php _e( 'Manage purchased licenses & subscriptions', 'bestwebsoft' ); ?>">Client Area</a>
319
  </div>
320
  <div class="clear"></div>
321
  </div>
@@ -330,16 +328,16 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
330
  '5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
331
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
332
  <div class="bws_form_input_wrap">
333
- <input disabled="disabled" type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
334
  <div class="bws_error"><?php _e( "Unfortunately, you have exceeded the number of available tries per day.", 'bestwebsoft' ); ?></div>
335
  </div>
336
  <input disabled="disabled" type="submit" class="bws-button" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
337
  <?php } else { ?>
338
  <div class="bws_form_input_wrap">
339
- <input <?php if ( "" != $error ) echo "class=\"bws_input_error\""; ?> type="text" placeholder="<?php _e( 'Enter your license key', 'bestwebsoft' ); ?>" maxlength="100" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
340
- <div class="bws_error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><?php echo $error; ?></div>
341
  </div>
342
- <input type="hidden" name="bws_license_plugin" value="<?php echo $bws_license_plugin; ?>" />
343
  <input type="hidden" name="bws_license_submit" value="submit" />
344
  <?php if ( empty( $plugins_array ) ) { ?>
345
  <input type="submit" class="bws-button" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
@@ -355,14 +353,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
355
  <?php } ?>
356
  <div class="bws-wrap-content wrap">
357
  <?php if ( 'bws_panel' == $page || ( ! isset( $_GET['tab'] ) && ! $is_main_page ) ) { ?>
358
- <div class="updated notice is-dismissible inline" <?php if ( '' == $message || '' != $error ) echo "style=\"display:none\""; ?>><p><?php echo $message; ?></p></div>
359
  <h1>
360
  <?php _e( 'Plugins', 'bestwebsoft' ); ?>
361
  <a href="<?php echo self_admin_url( 'plugin-install.php?tab=upload' ); ?>" class="upload page-title-action add-new-h2"><?php _e( 'Upload Plugin', 'bestwebsoft' ); ?></a>
362
  </h1>
363
  <?php if ( isset( $_GET['error'] ) ) {
364
  if ( isset( $_GET['charsout'] ) )
365
- $errmsg = sprintf(__( 'The plugin generated %d characters of <strong>unexpected output</strong> during activation. If you notice &#8220;headers already sent&#8221; messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.' ), $_GET['charsout'] );
366
  else
367
  $errmsg = __( 'Plugin could not be activated because it triggered a <strong>fatal error</strong>.' ); ?>
368
  <div id="message" class="error is-dismissible"><p><?php echo $errmsg; ?></p></div>
@@ -372,7 +370,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
372
 
373
  if ( isset( $_POST['bws_plugin_action_submit'] ) && isset( $_POST['bws_install_plugin'] ) && check_admin_referer( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ) ) {
374
 
375
- $bws_license_plugin = esc_html( $_POST['bws_install_plugin'] );
376
 
377
  echo '<h2>' . __( 'Installing Plugin', 'bestwebsoft' ) . ': ' . $plugins_array[ $bws_license_plugin ]['name'] . '</h2>';
378
 
@@ -436,19 +434,28 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
436
  }
437
 
438
  if ( file_exists( WP_PLUGIN_DIR . '/' . $zip_name[0] ) ) {
439
- echo '<p><a href="' . wp_nonce_url( $current_page . '&amp;bws_activate_plugin=' . $bws_license_plugin, 'bws_activate_plugin' . $bws_license_plugin ) . '" target="_parent">' . __( 'Activate Plugin', 'bestwebsoft' ) . '</a> | <a href="' . self_admin_url( $current_page ) . '" target="_parent">' . __( 'Return to BestWebSoft Panel', 'bestwebsoft' ) . '</a></p>';
440
  } else {
441
  if ( empty( $error ) )
442
  $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
443
 
444
  echo '<p class="error">' . $error . '</p>';
445
- echo '<p><a href="' . self_admin_url( $current_page ) . '" target="_parent">' . __( 'Return to BestWebSoft Panel', 'bestwebsoft' ) . '</a></p>';
446
  }
447
- } else { ?>
 
 
 
448
  <ul class="subsubsub">
449
- <li><a <?php if ( ! isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="<?php echo $current_page; if ( 'all' != $plugin_category ) echo '&amp;category=' . $plugin_category; ?>"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
450
- <li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="<?php echo $current_page; ?>&amp;sub=installed<?php if ( 'all' != $plugin_category ) echo '&amp;category=' . $plugin_category; ?>"><?php _e( 'Installed', 'bestwebsoft' ); ?></a></li> |
451
- <li><a <?php if ( isset( $_GET['sub'] ) && 'not_installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="<?php echo $current_page; ?>&amp;sub=not_installed<?php if ( 'all' != $plugin_category ) echo '&amp;category=' . $plugin_category; ?>"><?php _e( 'Not Installed', 'bestwebsoft' ); ?></a></li>
 
 
 
 
 
 
452
  </ul>
453
  <div class="clear"></div>
454
  <div class="bws-filter-top">
@@ -460,14 +467,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
460
  <div class="bws-filter-title"><?php _e( 'Category', 'bestwebsoft' ); ?></div>
461
  <ul class="bws-category">
462
  <li>
463
- <?php $sub_in_url = ( isset( $_GET['sub'] ) && in_array( $_GET['sub'], array( 'installed', 'not_installed' ) ) ) ? '&amp;sub=' . $_GET['sub'] : ''; ?>
464
- <a <?php if ( 'all' == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo self_admin_url( $current_page . $sub_in_url ); ?>"><?php _e( 'All', 'bestwebsoft' ); ?>
465
  <span>(<?php echo count( $bws_plugins ); ?>)</span>
466
  </a>
467
  </li>
468
  <?php foreach ( $bws_plugins_category as $category_key => $category_value ) { ?>
469
  <li>
470
- <a <?php if ( $category_key == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( $current_page . $sub_in_url . '&amp;category=' . $category_key ) ); ?>"><?php echo $category_value['name']; ?>
471
  <span>(<?php echo $category_value['count']; ?>)</span>
472
  </a>
473
  </li>
@@ -499,7 +506,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
499
  ( isset( $_GET['sub'] ) && 'not_installed' == $_GET['sub'] && ( $is_pro_installed || $is_installed ) ) )
500
  continue;
501
 
502
- $link_attr = isset( $value_plugin['install_url'] ) ? 'href="' . $value_plugin['install_url'] . '" target="_blank"' : 'href="' . esc_url( self_admin_url( 'plugin-install.php?tab=plugin-information&plugin=' . $key_plugin_explode[0] . '&from=import&TB_iframe=true&width=600&height=550' ) ) . '" class="thickbox open-plugin-details-modal"';
503
 
504
  $nothing_found = false; ?>
505
  <div class="bws_product_box<?php if ( $is_active || $is_pro_active ) echo ' bws_product_active'; ?>">
@@ -528,7 +535,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
528
  echo ' - <a class="bws-update-now" href="https://support.bestwebsoft.com/hc/en-us/articles/202356359" target="_blank">' . __( 'Renew to get updates', 'bestwebsoft' ) . '</a>';
529
  } elseif ( ! empty( $value_plugin['update_availible'] ) ) {
530
  $r = $update_availible_all->response[ $value_plugin['update_availible'] ];
531
- echo ' - <a class="bws-update-now" href="' . wp_nonce_url( self_admin_url( 'update.php?action=upgrade-plugin&plugin=' ) . $value_plugin['update_availible'], 'upgrade-plugin_' . $value_plugin['update_availible'] ) . '" class="update-link" aria-label="' . sprintf( __( 'Update to v %s', 'bestwebsoft' ), $r->new_version ) . '">' . sprintf( __( 'Update to v %s', 'bestwebsoft' ), $r->new_version ) . '</a>';
532
  } ?>
533
  </div>
534
  <div class="bws_product_description">
@@ -536,8 +543,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
536
  </div>
537
  <div class="bws_product_links">
538
  <?php if ( $is_active || $is_pro_active ) {
539
- if ( $is_pro_isset ) {
540
- if ( ! $is_pro_installed ) {
541
  if ( ! empty( $plugins_array ) && array_key_exists( $value_plugin['pro_version'], $plugins_array ) ) { ?>
542
  <form method="post" action="">
543
  <input type="submit" class="button button-secondary" value="<?php _e( 'Install Now', 'bestwebsoft' ); ?>" />
@@ -546,7 +553,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
546
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ); ?>
547
  </form>
548
  <?php } else { ?>
549
- <a class="button button-secondary bws_upgrade_button" href="<?php echo $bws_plugins[ $key_plugin ]['purchase']; ?>" target="_blank"><?php _e( 'Upgrade to Pro', 'bestwebsoft' ); ?></a>
550
  <?php }
551
  }
552
  } else { ?>
@@ -554,13 +561,13 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
554
  <?php }
555
 
556
  if ( $is_pro_active ) { ?>
557
- <a class="bws_settings" href="<?php echo $bws_plugins[ $key_plugin ]["pro_settings"]; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
558
  <?php } else { ?>
559
- <a class="bws_settings" href="<?php echo $bws_plugins[ $key_plugin ]["settings"]; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
560
  <?php }
561
  } else {
562
  if ( $is_pro_installed ) { ?>
563
- <a class="button button-secondary" href="<?php echo wp_nonce_url( $current_page . '&amp;bws_activate_plugin=' . $value_plugin['pro_version'], 'bws_activate_plugin' . $value_plugin['pro_version'] ); ?>" title="<?php _e( 'Activate this plugin', 'bestwebsoft' ); ?>"><?php _e( 'Activate', 'bestwebsoft' ); ?></a>
564
  <?php } elseif ( ! empty( $plugins_array ) && isset( $value_plugin['pro_version'] ) && array_key_exists( $value_plugin['pro_version'], $plugins_array ) ) { ?>
565
  <form method="post" action="">
566
  <input type="submit" class="button button-secondary" value="<?php _e( 'Install Now', 'bestwebsoft' ); ?>" />
@@ -569,10 +576,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
569
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ); ?>
570
  </form>
571
  <?php } elseif ( $is_installed ) { ?>
572
- <a class="button button-secondary" href="<?php echo wp_nonce_url( $current_page . '&amp;bws_activate_plugin=' . $key_plugin, 'bws_activate_plugin' . $key_plugin ); ?>" title="<?php _e( 'Activate this plugin', 'bestwebsoft' ); ?>"><?php _e( 'Activate', 'bestwebsoft' ); ?></a>
573
  <?php } else {
574
- $install_url = isset( $value_plugin['install_url'] ) ? $value_plugin['install_url'] : esc_url( self_admin_url( 'plugin-install.php?tab=search&type=term&s=' . str_replace( ' ', '+', str_replace( '-', '', $value_plugin['name'] ) ) . '+BestWebSoft&plugin-search-input=Search+Plugins' ) ); ?>
575
- <a class="button button-secondary" href="<?php echo $install_url; ?>" title="<?php _e( 'Install this plugin', 'bestwebsoft' ); ?>" target="_blank"><?php _e( 'Install Now', 'bestwebsoft' ); ?></a>
576
  <?php }
577
  } ?>
578
  </div>
@@ -589,14 +596,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
589
  <div class="bws-filter-title"><?php _e( 'Category', 'bestwebsoft' ); ?></div>
590
  <ul class="bws-category">
591
  <li>
592
- <?php $sub_in_url = ( isset( $_GET['sub'] ) && in_array( $_GET['sub'], array( 'installed', 'not_installed' ) ) ) ? '&amp;sub=' . $_GET['sub'] : ''; ?>
593
- <a <?php if ( 'all' == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo self_admin_url( $current_page . $sub_in_url ); ?>"><?php _e( 'All', 'bestwebsoft' ); ?>
594
  <span>(<?php echo count( $bws_plugins ); ?>)</span>
595
  </a>
596
  </li>
597
  <?php foreach ( $bws_plugins_category as $category_key => $category_value ) { ?>
598
  <li>
599
- <a <?php if ( $category_key == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( $current_page . $sub_in_url . '&amp;category=' . $category_key ) ); ?>"><?php echo $category_value['name']; ?>
600
  <span>(<?php echo $category_value['count']; ?>)</span>
601
  </a>
602
  </li>
@@ -610,58 +617,37 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
610
  require( dirname( __FILE__ ) . '/product_list.php' ); ?>
611
  <h1><?php _e( 'Themes', 'bestwebsoft' ); ?></h1>
612
  <div id="availablethemes" class="bws-availablethemes">
613
- <?php if ( $wp_version < '3.9' ) {
614
- foreach ( $themes as $theme ) { ?>
615
- <div class="available-theme installable-theme"><?php
616
  $installed_theme = wp_get_theme( $theme->slug ); ?>
617
- <a class="screenshot" href="<?php echo esc_url( $theme->href ); ?>">
618
- <img src="<?php echo bws_menu_url( "icons/themes/" ) . $theme->slug . '.png'; ?>" width='150' />
619
- </a>
620
- <h3><?php echo $theme->name; ?></h3>
621
- <div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), 'BestWebSoft' ); ?></div>
622
- <div class="action-links">
623
- <ul>
624
- <?php if ( $installed_theme->exists() ) { ?>
625
- <li><span class="install-now" title="'<?php esc_attr__( 'This theme is already installed and is up to date' ); ?>"><?php echo _x( 'Installed', 'theme', 'bestwebsoft' ); ?></span></li>
626
- <?php } ?>
627
- <li><a class="theme-detail" href="<?php echo esc_url( $theme->href ); ?>" target="_blank"><?php _e( 'Learn More', 'bestwebsoft' ); ?></a></li>
628
- </ul>
629
- </div>
630
- </div>
631
- <?php }
632
- } else { ?>
633
- <div class="theme-browser content-filterable rendered">
634
- <div class="themes wp-clearfix">
635
- <?php foreach ( $themes as $key => $theme ) {
636
- $installed_theme = wp_get_theme( $theme->slug ); ?>
637
- <div class="theme" tabindex="0">
638
- <div class="theme-screenshot">
639
- <img src="<?php echo bws_menu_url( "icons/themes/" ) . $theme->slug . '.png'; ?>" alt="" />
640
- </div>
641
- <div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), 'BestWebSoft' ); ?></div>
642
- <h3 class="theme-name"><?php echo $theme->name; ?></h3>
643
- <div class="theme-actions">
644
- <a class="button button-secondary preview install-theme-preview" href="<?php echo $theme->href; ?>" target="_blank"><?php esc_html_e( 'Learn More', 'bestwebsoft' ); ?></a>
645
- </div>
646
- <?php if ( $installed_theme->exists() ) {
647
- if ( $wp_version < '4.6' ) { ?>
648
- <div class="theme-installed"><?php _e( 'Already Installed', 'bestwebsoft' ); ?></div>
649
- <?php } else { ?>
650
- <div class="notice notice-success notice-alt inline"><p><?php _e( 'Installed', 'bestwebsoft' ); ?></p></div>
651
- <?php }
652
- } ?>
653
  </div>
654
- <?php } ?>
655
- <br class="clear" />
656
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
657
  </div>
658
- <?php } ?>
659
- <p><a class="bws_browse_link" href="http://bestweblayout.com/categories/themes/" target="_blank"><?php _e( 'Browse Free WordPress Themes', 'bestwebsoft' ); ?> <span class="dashicons dashicons-arrow-right-alt2"></span></a></p>
660
  </div>
661
  <?php } elseif ( 'bws_system_status' == $page || 'system-status' == $tab ) { ?>
662
  <h1><?php _e( 'System status', 'bestwebsoft' ); ?></h1>
663
- <div class="updated fade notice is-dismissible inline" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
664
- <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
665
  <form method="post" action="">
666
  <p>
667
  <input type="hidden" name="bwsmn_form_submit" value="submit" />
@@ -673,7 +659,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
673
  <p>
674
  <input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
675
  <input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'bestwebsoft' ) ?>" />
676
- <input type="text" maxlength="250" value="<?php echo $bwsmn_form_email; ?>" name="bwsmn_form_email" />
677
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
678
  </p>
679
  </form>
@@ -685,7 +671,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
685
  <strong>
686
  <?php echo $info['name'];
687
  if ( isset( $info['count'] ) )
688
- echo ' (' . $info['count'] . ')'; ?>
689
  </strong>
690
  </th>
691
  </tr>
@@ -699,7 +685,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
699
  <?php } ?>
700
  </tbody>
701
  </table>
702
- <?php }
703
  } ?>
704
  </div>
705
  </div>
@@ -710,6 +696,7 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
710
  function bws_get_banner_array() {
711
  global $bstwbsftwppdtplgns_banner_array;
712
  $bstwbsftwppdtplgns_banner_array = array(
 
713
  array( 'sclbttns_hide_banner_on_plugin_page', 'social-buttons-pack/social-buttons-pack.php', '1.1.0' ),
714
  array( 'tmsht_hide_banner_on_plugin_page', 'timesheet/timesheet.php', '0.1.3' ),
715
  array( 'pgntn_hide_banner_on_plugin_page', 'pagination/pagination.php', '1.0.6' ),
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 2.1.5
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
10
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
11
  function bws_add_menu_render() {
12
  global $wpdb, $wp_version, $bws_plugin_info, $bstwbsftwppdtplgns_options;
13
+ $error = $message = '';
14
 
15
  /**
16
  * @deprecated 1.9.8 (15.12.2016)
37
  $sitewide_active_plugins = ( function_exists( 'is_multisite' ) && is_multisite() ) ? get_site_option( 'active_sitewide_plugins' ) : array();
38
  $update_availible_all = get_site_transient( 'update_plugins' );
39
 
40
+ $plugin_category = isset( $_GET['category'] ) ? esc_attr( $_GET['category'] ) : 'all';
41
 
42
  if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || ! isset( $_GET['sub'] ) ) {
43
  $bws_plugins_update_availible = $bws_plugins_expired = array();
87
  $update_membership_list = true;
88
 
89
  if ( isset( $_POST['bws_license_key'] ) )
90
+ $bws_license_key = sanitize_text_field( $_POST['bws_license_key'] );
91
 
92
  if ( isset( $_SESSION['bws_membership_time_check'] ) && isset( $_SESSION['bws_membership_list'] ) && $_SESSION['bws_membership_time_check'] < strtotime( '+12 hours' ) ) {
93
  $update_membership_list = false;
143
  if ( isset( $value->time_out ) && $value->time_out != '' )
144
  $message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $value->time_out . '.';
145
  } else {
146
+ $message = __( 'Congratulations! Pro Membership license is activated successfully.', 'bestwebsoft' );
147
  }
148
 
149
  $bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
178
  $post_max_size = ( ini_get( 'post_max_size' ) ) ? ini_get( 'post_max_size' ) : __( 'N/A', 'bestwebsoft' );
179
  $max_execution_time = ( ini_get( 'max_execution_time' ) ) ? ini_get( 'max_execution_time' ) : __( 'N/A', 'bestwebsoft' );
180
  $memory_limit = ( ini_get( 'memory_limit' ) ) ? ini_get( 'memory_limit' ) : __( 'N/A', 'bestwebsoft' );
181
+ $wp_memory_limit = ( defined( 'WP_MEMORY_LIMIT' ) ) ? WP_MEMORY_LIMIT : __( 'N/A', 'bestwebsoft' );
182
  $memory_usage = ( function_exists( 'memory_get_usage' ) ) ? round( memory_get_usage() / 1024 / 1024, 2 ) . __( ' Mb', 'bestwebsoft' ) : __( 'N/A', 'bestwebsoft' );
183
  $exif_read_data = ( is_callable( 'exif_read_data' ) ) ? __( 'Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" : __( 'No', 'bestwebsoft' );
184
  $iptcparse = ( is_callable( 'iptcparse' ) ) ? __( 'Yes', 'bestwebsoft' ) : __( 'No', 'bestwebsoft' );
199
  __( 'Website URL', 'bestwebsoft' ) => get_option( 'siteurl' ),
200
  __( 'WP Version', 'bestwebsoft' ) => $wp_version,
201
  __( 'WP Multisite', 'bestwebsoft' ) => $multisite,
202
+ __( 'WP Memory Limit', 'bestwebsoft' ) => $wp_memory_limit,
203
  __( 'Active Theme', 'bestwebsoft' ) => $theme['Name'] . ' ' . $theme['Version'] . ' (' . sprintf( __( 'by %s', 'bestwebsoft' ), $theme['Author'] ) . ')'
204
  ),
205
  ),
217
  __( 'PHP Max Script Execute Time', 'bestwebsoft' ) => $max_execution_time,
218
  __( 'PHP Exif support', 'bestwebsoft' ) => $exif_read_data,
219
  __( 'PHP IPTC support', 'bestwebsoft' ) => $iptcparse,
220
+ __( 'PHP XML support', 'bestwebsoft' ) => $xml_parser_create,
221
  '$_SERVER[HTTP_HOST]' => $_SERVER['HTTP_HOST'],
222
  '$_SERVER[SERVER_NAME]' => $_SERVER['SERVER_NAME'],
223
  ),
255
 
256
  if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) || ( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
257
  if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
258
+ $email = sanitize_email( $_REQUEST['bwsmn_form_email'] );
259
+ if ( '' == $email ) {
260
+ $error = __( 'Please enter a valid email address.', 'bestwebsoft' );
261
  } else {
262
+ $message = sprintf( __( 'Email with system info is sent to %s.', 'bestwebsoft' ), $email );
 
 
263
  }
264
  } else {
265
  $email = 'plugin_system_status@bestwebsoft.com';
271
  $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
272
  $headers .= 'From: ' . get_option( 'admin_email' );
273
  $message_text = '<html><head><title>System Info From ' . home_url() . '</title></head><body>';
274
+ foreach ( $system_info as $info ) {
275
+ if ( ! empty( $info['data'] ) ) {
276
  $message_text .= '<h4>' . $info['name'];
277
  if ( isset( $info['count'] ) )
278
  $message_text .= ' (' . $info['count'] . ')';
279
  $message_text .= '</h4><table>';
280
  foreach ( $info['data'] as $key => $value ) {
281
+ $message_text .= '<tr><td>' . $key . '</td><td>' . $value . '</td></tr>';
282
  }
283
  $message_text .= '</table>';
284
  }
293
  <div class="bws-wrap">
294
  <div class="bws-header">
295
  <div class="bws-title">
296
+ <a href="<?php echo ( $is_main_page ) ? self_admin_url( 'admin.php?page=bws_panel' ) : esc_url( self_admin_url( 'admin.php?page=' . $page ) ); ?>">
297
  <span class="bws-logo bwsicons bwsicons-bws-logo"></span>
298
  BestWebSoft
299
  <span>panel</span>
300
  </a>
301
  </div>
302
+ <div class="bws-menu-item-icon">&#8226;&#8226;&#8226;</div>
303
  <div class="bws-nav-tab-wrapper">
304
  <?php if ( $is_main_page ) { ?>
305
  <a class="bws-nav-tab<?php if ( 'bws_panel' == $page ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=bws_panel' ); ?>"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
306
  <a class="bws-nav-tab<?php if ( 'bws_themes' == $page ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=bws_themes' ); ?>"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
307
  <a class="bws-nav-tab<?php if ( 'bws_system_status' == $page ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=bws_system_status' ); ?>"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
308
  <?php } else { ?>
309
+ <a class="bws-nav-tab<?php if ( ! isset( $_GET['tab'] ) ) echo ' bws-nav-tab-active'; ?>" href="<?php echo esc_url( self_admin_url( 'admin.php?page=' . $page ) ); ?>"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
310
+ <a class="bws-nav-tab<?php if ( 'themes' == $tab ) echo ' bws-nav-tab-active'; ?>" href="<?php echo esc_url( self_admin_url( 'admin.php?page=' . $page . '&tab=themes' ) ); ?>"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
311
+ <a class="bws-nav-tab<?php if ( 'system-status' == $tab ) echo ' bws-nav-tab-active'; ?>" href="<?php echo esc_url( self_admin_url( 'admin.php?page=' . $page . '&tab=system-status' ) ); ?>"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
312
  <?php } ?>
313
  </div>
314
  <div class="bws-help-links-wrapper">
315
+ <a href="https://support.bestwebsoft.com" target="_blank"><?php _e( 'Support', 'bestwebsoft' ); ?></a>
316
+ <a href="https://bestwebsoft.com/client-area" target="_blank" title="<?php _e( 'Manage purchased licenses & subscriptions', 'bestwebsoft' ); ?>">Client Area</a>
317
  </div>
318
  <div class="clear"></div>
319
  </div>
328
  '5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
329
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
330
  <div class="bws_form_input_wrap">
331
+ <input disabled="disabled" type="text" name="bws_license_key" value="<?php echo esc_attr( $bws_license_key); ?>" />
332
  <div class="bws_error"><?php _e( "Unfortunately, you have exceeded the number of available tries per day.", 'bestwebsoft' ); ?></div>
333
  </div>
334
  <input disabled="disabled" type="submit" class="bws-button" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
335
  <?php } else { ?>
336
  <div class="bws_form_input_wrap">
337
+ <input <?php if ( "" != $error ) echo 'class="bws_input_error"'; ?> type="text" placeholder="<?php _e( 'Enter your license key', 'bestwebsoft' ); ?>" maxlength="100" name="bws_license_key" value="<?php echo esc_attr( $bws_license_key ); ?>" />
338
+ <div class="bws_error" <?php if ( "" == $error ) echo 'style="display:none"'; ?>><?php echo $error; ?></div>
339
  </div>
340
+ <input type="hidden" name="bws_license_plugin" value="<?php echo esc_attr( $bws_license_plugin ); ?>" />
341
  <input type="hidden" name="bws_license_submit" value="submit" />
342
  <?php if ( empty( $plugins_array ) ) { ?>
343
  <input type="submit" class="bws-button" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
353
  <?php } ?>
354
  <div class="bws-wrap-content wrap">
355
  <?php if ( 'bws_panel' == $page || ( ! isset( $_GET['tab'] ) && ! $is_main_page ) ) { ?>
356
+ <div class="updated notice is-dismissible inline" <?php if ( '' == $message || '' != $error ) echo 'style="display:none"'; ?>><p><?php echo $message; ?></p></div>
357
  <h1>
358
  <?php _e( 'Plugins', 'bestwebsoft' ); ?>
359
  <a href="<?php echo self_admin_url( 'plugin-install.php?tab=upload' ); ?>" class="upload page-title-action add-new-h2"><?php _e( 'Upload Plugin', 'bestwebsoft' ); ?></a>
360
  </h1>
361
  <?php if ( isset( $_GET['error'] ) ) {
362
  if ( isset( $_GET['charsout'] ) )
363
+ $errmsg = sprintf( __( 'The plugin generated %d characters of <strong>unexpected output</strong> during activation. If you notice &#8220;headers already sent&#8221; messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.' ), $_GET['charsout'] );
364
  else
365
  $errmsg = __( 'Plugin could not be activated because it triggered a <strong>fatal error</strong>.' ); ?>
366
  <div id="message" class="error is-dismissible"><p><?php echo $errmsg; ?></p></div>
370
 
371
  if ( isset( $_POST['bws_plugin_action_submit'] ) && isset( $_POST['bws_install_plugin'] ) && check_admin_referer( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ) ) {
372
 
373
+ $bws_license_plugin = sanitize_text_field( $_POST['bws_install_plugin'] );
374
 
375
  echo '<h2>' . __( 'Installing Plugin', 'bestwebsoft' ) . ': ' . $plugins_array[ $bws_license_plugin ]['name'] . '</h2>';
376
 
434
  }
435
 
436
  if ( file_exists( WP_PLUGIN_DIR . '/' . $zip_name[0] ) ) {
437
+ echo '<p><a href="' . esc_url( wp_nonce_url( self_admin_url( $current_page . '&bws_activate_plugin=' . $bws_license_plugin ), 'bws_activate_plugin' . $bws_license_plugin ) ) . '" target="_parent">' . __( 'Activate Plugin', 'bestwebsoft' ) . '</a> | <a href="' . esc_url( self_admin_url( $current_page ) ) . '" target="_parent">' . __( 'Return to BestWebSoft Panel', 'bestwebsoft' ) . '</a></p>';
438
  } else {
439
  if ( empty( $error ) )
440
  $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
441
 
442
  echo '<p class="error">' . $error . '</p>';
443
+ echo '<p><a href="' . esc_url( self_admin_url( $current_page ) ) . '" target="_parent">' . __( 'Return to BestWebSoft Panel', 'bestwebsoft' ) . '</a></p>';
444
  }
445
+ } else {
446
+ $category_href = $current_page;
447
+ if ( 'all' != $plugin_category )
448
+ $category_href .= '&category=' . $plugin_category; ?>
449
  <ul class="subsubsub">
450
+ <li>
451
+ <a <?php if ( ! isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="<?php echo esc_url( self_admin_url( $category_href ) ); ?>"><?php _e( 'All', 'bestwebsoft' ); ?></a>
452
+ </li> |
453
+ <li>
454
+ <a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="<?php echo esc_url( self_admin_url( $category_href . '&sub=installed' ) ); ?>"><?php _e( 'Installed', 'bestwebsoft' ); ?></a>
455
+ </li> |
456
+ <li>
457
+ <a <?php if ( isset( $_GET['sub'] ) && 'not_installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="<?php echo esc_url( self_admin_url( $category_href . '&sub=not_installed' ) ); ?>"><?php _e( 'Not Installed', 'bestwebsoft' ); ?></a>
458
+ </li>
459
  </ul>
460
  <div class="clear"></div>
461
  <div class="bws-filter-top">
467
  <div class="bws-filter-title"><?php _e( 'Category', 'bestwebsoft' ); ?></div>
468
  <ul class="bws-category">
469
  <li>
470
+ <?php $sub_in_url = ( isset( $_GET['sub'] ) && in_array( $_GET['sub'], array( 'installed', 'not_installed' ) ) ) ? '&sub=' . $_GET['sub'] : ''; ?>
471
+ <a <?php if ( 'all' == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url(self_admin_url( $current_page . $sub_in_url ) ); ?>"><?php _e( 'All', 'bestwebsoft' ); ?>
472
  <span>(<?php echo count( $bws_plugins ); ?>)</span>
473
  </a>
474
  </li>
475
  <?php foreach ( $bws_plugins_category as $category_key => $category_value ) { ?>
476
  <li>
477
+ <a <?php if ( $category_key == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( $current_page . $sub_in_url . '&category=' . $category_key ) ); ?>"><?php echo $category_value['name']; ?>
478
  <span>(<?php echo $category_value['count']; ?>)</span>
479
  </a>
480
  </li>
506
  ( isset( $_GET['sub'] ) && 'not_installed' == $_GET['sub'] && ( $is_pro_installed || $is_installed ) ) )
507
  continue;
508
 
509
+ $link_attr = isset( $value_plugin['install_url'] ) ? 'href="' . esc_url( $value_plugin['install_url'] ) . '" target="_blank"' : 'href="' . esc_url( self_admin_url( 'plugin-install.php?tab=plugin-information&plugin=' . $key_plugin_explode[0] . '&from=import&TB_iframe=true&width=600&height=550' ) ) . '" class="thickbox open-plugin-details-modal"';
510
 
511
  $nothing_found = false; ?>
512
  <div class="bws_product_box<?php if ( $is_active || $is_pro_active ) echo ' bws_product_active'; ?>">
535
  echo ' - <a class="bws-update-now" href="https://support.bestwebsoft.com/hc/en-us/articles/202356359" target="_blank">' . __( 'Renew to get updates', 'bestwebsoft' ) . '</a>';
536
  } elseif ( ! empty( $value_plugin['update_availible'] ) ) {
537
  $r = $update_availible_all->response[ $value_plugin['update_availible'] ];
538
+ echo ' - <a class="bws-update-now" href="' . esc_url( wp_nonce_url( self_admin_url( 'update.php?action=upgrade-plugin&plugin=' . $value_plugin['update_availible'] ), 'upgrade-plugin_' . $value_plugin['update_availible'] ) ) . '" class="update-link" aria-label="' . sprintf( __( 'Update to v %s', 'bestwebsoft' ), $r->new_version ) . '">' . sprintf( __( 'Update to v %s', 'bestwebsoft' ), $r->new_version ) . '</a>';
539
  } ?>
540
  </div>
541
  <div class="bws_product_description">
543
  </div>
544
  <div class="bws_product_links">
545
  <?php if ( $is_active || $is_pro_active ) {
546
+ if ( $is_pro_isset ) {
547
+ if ( ! $is_pro_installed ) {
548
  if ( ! empty( $plugins_array ) && array_key_exists( $value_plugin['pro_version'], $plugins_array ) ) { ?>
549
  <form method="post" action="">
550
  <input type="submit" class="button button-secondary" value="<?php _e( 'Install Now', 'bestwebsoft' ); ?>" />
553
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ); ?>
554
  </form>
555
  <?php } else { ?>
556
+ <a class="button button-secondary bws_upgrade_button" href="<?php echo esc_url( $bws_plugins[ $key_plugin ]['purchase'] ); ?>" target="_blank"><?php _e( 'Upgrade to Pro', 'bestwebsoft' ); ?></a>
557
  <?php }
558
  }
559
  } else { ?>
561
  <?php }
562
 
563
  if ( $is_pro_active ) { ?>
564
+ <a class="bws_settings" href="<?php echo esc_url( self_admin_url( $bws_plugins[ $key_plugin ]["pro_settings"] ) ); ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
565
  <?php } else { ?>
566
+ <a class="bws_settings" href="<?php echo esc_url( self_admin_url( $bws_plugins[ $key_plugin ]["settings"] ) ); ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
567
  <?php }
568
  } else {
569
  if ( $is_pro_installed ) { ?>
570
+ <a class="button button-secondary" href="<?php echo esc_url( wp_nonce_url( self_admin_url( $current_page . '&bws_activate_plugin=' . $value_plugin['pro_version'] ), 'bws_activate_plugin' . $value_plugin['pro_version'] ) ); ?>" title="<?php _e( 'Activate this plugin', 'bestwebsoft' ); ?>"><?php _e( 'Activate', 'bestwebsoft' ); ?></a>
571
  <?php } elseif ( ! empty( $plugins_array ) && isset( $value_plugin['pro_version'] ) && array_key_exists( $value_plugin['pro_version'], $plugins_array ) ) { ?>
572
  <form method="post" action="">
573
  <input type="submit" class="button button-secondary" value="<?php _e( 'Install Now', 'bestwebsoft' ); ?>" />
576
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ); ?>
577
  </form>
578
  <?php } elseif ( $is_installed ) { ?>
579
+ <a class="button button-secondary" href="<?php echo esc_url( wp_nonce_url( self_admin_url( $current_page . '&bws_activate_plugin=' . $key_plugin ), 'bws_activate_plugin' . $key_plugin ) ); ?>" title="<?php _e( 'Activate this plugin', 'bestwebsoft' ); ?>"><?php _e( 'Activate', 'bestwebsoft' ); ?></a>
580
  <?php } else {
581
+ $install_url = isset( $value_plugin['install_url'] ) ? $value_plugin['install_url'] : self_admin_url( 'plugin-install.php?tab=search&type=term&s=' . str_replace( ' ', '+', str_replace( '-', '', $value_plugin['name'] ) ) . '+BestWebSoft&plugin-search-input=Search+Plugins' ); ?>
582
+ <a class="button button-secondary" href="<?php echo esc_url( $install_url ); ?>" title="<?php _e( 'Install this plugin', 'bestwebsoft' ); ?>" target="_blank"><?php _e( 'Install Now', 'bestwebsoft' ); ?></a>
583
  <?php }
584
  } ?>
585
  </div>
596
  <div class="bws-filter-title"><?php _e( 'Category', 'bestwebsoft' ); ?></div>
597
  <ul class="bws-category">
598
  <li>
599
+ <?php $sub_in_url = ( isset( $_GET['sub'] ) && in_array( $_GET['sub'], array( 'installed', 'not_installed' ) ) ) ? '&sub=' . $_GET['sub'] : ''; ?>
600
+ <a <?php if ( 'all' == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( $current_page . $sub_in_url ) ); ?>"><?php _e( 'All', 'bestwebsoft' ); ?>
601
  <span>(<?php echo count( $bws_plugins ); ?>)</span>
602
  </a>
603
  </li>
604
  <?php foreach ( $bws_plugins_category as $category_key => $category_value ) { ?>
605
  <li>
606
+ <a <?php if ( $category_key == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( $current_page . $sub_in_url . '&category=' . $category_key ) ); ?>"><?php echo $category_value['name']; ?>
607
  <span>(<?php echo $category_value['count']; ?>)</span>
608
  </a>
609
  </li>
617
  require( dirname( __FILE__ ) . '/product_list.php' ); ?>
618
  <h1><?php _e( 'Themes', 'bestwebsoft' ); ?></h1>
619
  <div id="availablethemes" class="bws-availablethemes">
620
+ <div class="theme-browser content-filterable rendered">
621
+ <div class="themes wp-clearfix">
622
+ <?php foreach ( $themes as $key => $theme ) {
623
  $installed_theme = wp_get_theme( $theme->slug ); ?>
624
+ <div class="theme" tabindex="0">
625
+ <div class="theme-screenshot">
626
+ <img src="<?php echo bws_menu_url( "icons/themes/" ) . $theme->slug . '.png'; ?>" alt="" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
627
  </div>
628
+ <div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), 'BestWebSoft' ); ?></div>
629
+ <h3 class="theme-name"><?php echo $theme->name; ?></h3>
630
+ <div class="theme-actions">
631
+ <a class="button button-secondary preview install-theme-preview" href="<?php echo esc_url( $theme->href ); ?>" target="_blank"><?php _e( 'Learn More', 'bestwebsoft' ); ?></a>
632
+ </div>
633
+ <?php if ( $installed_theme->exists() ) {
634
+ if ( $wp_version < '4.6' ) { ?>
635
+ <div class="theme-installed"><?php _e( 'Already Installed', 'bestwebsoft' ); ?></div>
636
+ <?php } else { ?>
637
+ <div class="notice notice-success notice-alt inline"><p><?php _e( 'Installed', 'bestwebsoft' ); ?></p></div>
638
+ <?php }
639
+ } ?>
640
+ </div>
641
+ <?php } ?>
642
+ <br class="clear" />
643
  </div>
644
+ </div>
645
+ <p><a class="bws_browse_link" href="https://bestwebsoft.com/products/wordpress/themes/" target="_blank"><?php _e( 'Browse More WordPress Themes', 'bestwebsoft' ); ?> <span class="dashicons dashicons-arrow-right-alt2"></span></a></p>
646
  </div>
647
  <?php } elseif ( 'bws_system_status' == $page || 'system-status' == $tab ) { ?>
648
  <h1><?php _e( 'System status', 'bestwebsoft' ); ?></h1>
649
+ <div class="updated fade notice is-dismissible inline" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo 'style="display:none"'; ?>><p><strong><?php echo $message; ?></strong></p></div>
650
+ <div class="error" <?php if ( "" == $error ) echo 'style="display:none"'; ?>><p><strong><?php echo $error; ?></strong></p></div>
651
  <form method="post" action="">
652
  <p>
653
  <input type="hidden" name="bwsmn_form_submit" value="submit" />
659
  <p>
660
  <input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
661
  <input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'bestwebsoft' ) ?>" />
662
+ <input type="text" maxlength="250" value="" name="bwsmn_form_email" />
663
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
664
  </p>
665
  </form>
671
  <strong>
672
  <?php echo $info['name'];
673
  if ( isset( $info['count'] ) )
674
+ echo ' (' . $info['count'] . ')'; ?>
675
  </strong>
676
  </th>
677
  </tr>
685
  <?php } ?>
686
  </tbody>
687
  </table>
688
+ <?php }
689
  } ?>
690
  </div>
691
  </div>
696
  function bws_get_banner_array() {
697
  global $bstwbsftwppdtplgns_banner_array;
698
  $bstwbsftwppdtplgns_banner_array = array(
699
+ array( 'gglstpvrfctn_hide_banner_on_plugin_page', 'bws-google-2-step-verification/bws-google-2-step-verification.php', '1.0.0' ),
700
  array( 'sclbttns_hide_banner_on_plugin_page', 'social-buttons-pack/social-buttons-pack.php', '1.1.0' ),
701
  array( 'tmsht_hide_banner_on_plugin_page', 'timesheet/timesheet.php', '0.1.3' ),
702
  array( 'pgntn_hide_banner_on_plugin_page', 'pagination/pagination.php', '1.0.6' ),
bws_menu/class-bws-settings.php CHANGED
@@ -7,12 +7,13 @@
7
 
8
  if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
9
  class Bws_Settings_Tabs {
10
- private $tabs;
11
- private $plugin_basename;
12
- private $prefix;
13
  private $pro_plugin_is_activated = false;
14
  private $custom_code_args = array();
15
- private $wp_slug;
 
 
 
16
 
17
  public $options;
18
  public $default_options;
@@ -128,7 +129,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
128
  <div id="post-body" class="metabox-holder columns-2">
129
  <div id="post-body-content" style="position: relative;">
130
  <?php $this->display_tabs(); ?>
131
- </div><!-- /post-body-content -->
132
  <div id="postbox-container-1" class="postbox-container">
133
  <div class="meta-box-sortables ui-sortable">
134
  <div id="submitdiv" class="postbox">
@@ -153,7 +154,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
153
  $daysleft = floor( ( $finish - $today ) / ( 60*60*24 ) );
154
  $license_status = sprintf( __( '%s day(-s) left', 'bestwebsoft' ), $daysleft );
155
  }
156
- $license_status .= '. <a target="_blank" href="' . $this->plugins_info['PluginURI'] . '">' . __( 'Upgrade to Pro', 'bestwebsoft' ) . '</a>';
157
  } else {
158
  $license_type = isset( $bstwbsftwppdtplgns_options['nonprofit'][ $this->plugin_basename ] ) ? 'Nonprofit Pro' : 'Pro';
159
  if ( $finish < $today ) {
@@ -260,9 +261,11 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
260
  foreach ( $this->tabs as $tab_slug => $data ) {
261
  if ( ! empty( $data['is_pro'] ) && $this->hide_pro_tabs )
262
  continue; ?>
263
- <div class="bws_tab ui-tabs-panel ui-widget-content ui-corner-bottom" id="<?php echo $this->prefix . '_' . $tab_slug; ?>_tab" aria-labelledby="ui-id-2" role="tabpanel" aria-hidden="false" style="display: block;">
264
- <?php if ( method_exists( $this, 'tab_' . str_replace( '-', '_', $tab_slug ) ) ) {
265
- call_user_func( array( $this, 'tab_' . str_replace( '-', '_', $tab_slug ) ) );
 
 
266
  } ?>
267
  </div>
268
  <?php }
@@ -397,7 +400,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
397
 
398
  if ( file_exists( $real_file ) ) {
399
  update_recently_edited( $real_file );
400
- $this->custom_code_args["content_{$extension}"] = esc_textarea( file_get_contents( $real_file ) );
401
  if ( ( $this->is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $this->custom_code_args['blog_id'] ][ $file ] ) ) ||
402
  ( ! $this->is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $file ] ) ) ) {
403
  $this->custom_code_args["is_{$extension}_active"] = true;
@@ -429,7 +432,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
429
  'css' => array( 'description' => __( 'These styles will be added to the header on all pages of your site.', 'bestwebsoft' ),
430
  'learn_more_link' => 'https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started'
431
  ),
432
- 'php' => array( 'description' => sprintf( __( 'This PHP code will be hooked to the %s action and will be printed on front end only.', 'bestwebsoft' ), '<a href="http://codex.wordpress.org/Plugin_API/Action_Reference/init" target="_blank"><code>init</code></a>' ),
433
  'learn_more_link' => 'http://php.net/'
434
  ),
435
  'js' => array( 'description' => __( 'These code will be added to the header on all pages of your site.', 'bestwebsoft' ),
@@ -453,14 +456,16 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
453
  echo '(' . __( 'Browsing', 'bestwebsoft' ) . ')'; ?>
454
  </big></p>
455
  <p class="bws_info">
456
- <input type="checkbox" name="bws_custom_<?php echo $extension; ?>_active" value="1" <?php if ( $this->custom_code_args["is_{$extension}_active"] ) echo "checked"; ?> />
457
- <?php printf( __( 'Activate custom %s code.', 'bestwebsoft' ), $name ); ?>
 
 
458
  </p>
459
- <textarea cols="70" rows="25" name="bws_newcontent_<?php echo $extension; ?>" id="bws_newcontent_<?php echo $extension; ?>"><?php if ( isset( $this->custom_code_args["content_{$extension}"] ) ) echo $this->custom_code_args["content_{$extension}"]; ?></textarea>
460
  <p class="bws_info">
461
  <?php echo $extension_data['description']; ?>
462
  <br>
463
- <a href="<?php echo $extension_data['learn_more_link']; ?>" target="_blank">
464
  <?php printf( __( 'Learn more about %s', 'bestwebsoft' ), $name ); ?>
465
  </a>
466
  </p>
@@ -483,6 +488,8 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
483
  if ( isset( $_POST["bws_newcontent_{$extension}"] ) &&
484
  $this->custom_code_args["{$extension}_writeable"] ) {
485
  $newcontent = trim( wp_unslash( $_POST["bws_newcontent_{$extension}"] ) );
 
 
486
 
487
  if ( ! empty( $newcontent ) && isset( $_POST["bws_custom_{$extension}_active"] ) ) {
488
  $this->custom_code_args["is_{$extension}_active"] = true;
@@ -544,16 +551,20 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
544
  <tr>
545
  <th scope="row"><?php _e( 'Pro Options', 'bestwebsoft' ); ?></th>
546
  <td>
547
- <input <?php echo $this->change_permission_attr; ?> name="bws_hide_premium_options_submit" type="checkbox" value="1" <?php if ( ! $this->hide_pro_tabs ) echo 'checked="checked "'; ?> />
548
- <span class="bws_info"><?php _e( 'Enable to display plugin Pro options.', 'bestwebsoft' ); ?></span>
 
 
549
  </td>
550
  </tr>
551
  <?php } ?>
552
  <tr>
553
  <th scope="row"><?php _e( 'Track Usage', 'bestwebsoft' ); ?></th>
554
  <td>
555
- <input <?php echo $this->change_permission_attr; ?> name="bws_track_usage" type="checkbox" value="1" <?php if ( ! empty( $bstwbsftwppdtplgns_options['track_usage']['products'][ $this->plugin_basename ] ) ) echo 'checked="checked "'; ?>/>
556
- <span class="bws_info"><?php _e( 'Enable to allow tracking plugin usage anonymously in order to make it better.', 'bestwebsoft' ); ?></span>
 
 
557
  </td>
558
  </tr>
559
  <tr>
@@ -692,7 +703,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
692
  <?php $this->help_phrase(); ?>
693
  <hr>
694
  <?php if ( ! empty( $this->pro_page ) ) {
695
- $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
696
 
697
  if ( $this->pro_plugin_is_activated ) {
698
  deactivate_plugins( $this->plugin_basename ); ?>
@@ -702,7 +713,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
702
  function bws_set_timeout() {
703
  i--;
704
  if ( 0 == i ) {
705
- window.location.href = '<?php echo $this->pro_page; ?>';
706
  } else {
707
  $( '#bws_timeout_counter' ).text( i );
708
  window.setTimeout( bws_set_timeout, 1000 );
@@ -712,7 +723,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
712
  })(jQuery);
713
  </script>
714
  <p><strong><?php _e( 'Congratulations! Pro license is activated successfully.', 'bestwebsoft' ); ?></strong></p>
715
- <p><?php printf( __( 'You will be automatically redirected to the %s in %s seconds.', 'bestwebsoft' ), '<a href="' . $this->pro_page . '">' . __( 'Settings page', 'bestwebsoft' ) . '</a>', '<span id="bws_timeout_counter">7</span>' ); ?></p>
716
  <?php } else {
717
  $attr = '';
718
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $this->bws_license_plugin ]['count'] ) &&
@@ -723,17 +734,17 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
723
  <tr>
724
  <th scope="row"><?php _e( 'License Key', 'bestwebsoft' ); ?></th>
725
  <td>
726
- <input <?php echo $attr; ?> type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
727
- <input <?php echo $attr; ?> type="hidden" name="bws_license_plugin" value="<?php echo $this->bws_license_plugin; ?>" />
728
  <input <?php echo $attr; ?> type="submit" class="button button-secondary" name="bws_license_submit" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
729
  <div class="bws_info">
730
- <?php printf( __( 'Enter your license key to activate %s and get premium plugin features.', 'bestwebsoft' ), '<a href="' . $this->plugins_info['PluginURI'] . '?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank" title="' . $this->plugins_info["Name"] . ' Pro">' . $this->plugins_info["Name"] . ' Pro</a>' ); ?>
731
  </div>
732
  <?php if ( '' != $attr ) { ?>
733
  <p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
734
  <?php }
735
  if ( $this->trial_days !== false )
736
- echo '<p>' . __( 'or', 'bestwebsoft' ) . ' <a href="' . $this->plugins_info['PluginURI'] . 'trial/?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank">' . sprintf( __( 'Start Your Free %s-Day Trial Now', 'bestwebsoft' ), $this->trial_days ) . '</a></p>'; ?>
737
  </td>
738
  </tr>
739
  </table>
@@ -745,7 +756,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
745
  <tr>
746
  <th scope="row"><?php _e( 'License Key', 'bestwebsoft' ); ?></th>
747
  <td>
748
- <input type="text" maxlength="100" name="bws_license_key" value="<?php echo $license_key; ?>" />
749
  <input type="submit" class="button button-secondary" name="bws_license_submit" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
750
  <div class="bws_info">
751
  <?php _e( 'If necessary, you can check if the license key is correct or reenter it in the field below.', 'bestwebsoft' ); ?>
@@ -774,7 +785,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
774
  private function save_options_license_key() {
775
  global $wp_version, $bstwbsftwppdtplgns_options;
776
 
777
- $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : '';
778
 
779
  if ( '' != $bws_license_key ) {
780
  if ( strlen( $bws_license_key ) != 18 ) {
@@ -831,7 +842,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
831
  $message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $single_response->time_out . '.';
832
 
833
  if ( isset( $single_response->trial ) && $this->is_trial )
834
- $message .= ' ' . sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="' . $this->plugins_info['PluginURI'] . '?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank" title="' . $this->plugins_info["Name"] . '">Pro</a>' );
835
  }
836
 
837
  if ( isset( $single_response->trial ) ) {
@@ -878,7 +889,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
878
  /* Go Pro */
879
  } else {
880
 
881
- $bws_license_plugin = stripslashes( esc_html( $_POST['bws_license_plugin'] ) );
882
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - (24 * 60 * 60) ) ) {
883
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
884
  } else {
@@ -919,7 +930,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
919
  } elseif ( "you_are_banned" == $single_response->package ) {
920
  $error = __( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' );
921
  } elseif ( "time_out" == $single_response->package ) {
922
- $error = sprintf( __( "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates, you should extend it in your %s", 'bestwebsoft' ), ' <a href="https://bestwebsoft.com/client-area">Client Area</a>' );
923
  } elseif ( "duplicate_domen_for_trial" == $single_response->package ) {
924
  $error = __( "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once.", 'bestwebsoft' );
925
  }
@@ -945,7 +956,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
945
  }
946
 
947
  if ( ! $received_content ) {
948
- $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
949
  } else {
950
  if ( is_writable( $this->upload_dir["path"] ) ) {
951
  $file_put_contents = $this->upload_dir["path"] . "/" . $zip_name[0] . ".zip";
@@ -957,20 +968,20 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
957
  $zip->extractTo( WP_PLUGIN_DIR );
958
  $zip->close();
959
  } else {
960
- $error = __( "Failed to open the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
961
  }
962
  } elseif ( class_exists( 'Phar' ) ) {
963
  $phar = new PharData( $file_put_contents );
964
  $phar->extractTo( WP_PLUGIN_DIR );
965
  } else {
966
- $error = __( "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually", 'bestwebsoft' );
967
  }
968
  @unlink( $file_put_contents );
969
  } else {
970
- $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
971
  }
972
  } else {
973
- $error = __( "UploadDir is not writable. Please, upload the plugin manually", 'bestwebsoft' );
974
  }
975
  }
976
 
@@ -989,7 +1000,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
989
  }
990
  $this->pro_plugin_is_activated = true;
991
  } elseif ( empty( $error ) ) {
992
- $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
993
  }
994
  }
995
  } else {
@@ -1042,22 +1053,22 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
1042
  public function help_phrase() {
1043
  echo '<div class="bws_tab_description">' . __( 'Need Help?', 'bestwebsoft' ) . ' ';
1044
  if ( '' != $this->doc_link )
1045
- echo '<a href="' . $this->doc_link . '" target="_blank">' . __( 'Read the Instruction', 'bestwebsoft' );
1046
  else
1047
  echo '<a href="https://support.bestwebsoft.com/hc/en-us/" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' );
1048
  if ( '' != $this->doc_video_link )
1049
- echo '</a>' . ' ' . __( 'or', 'bestwebsoft' ) . ' ' . '<a href="' . $this->doc_video_link . '" target="_blank">' . __( 'Watch the Video', 'bestwebsoft' );
1050
  echo '</a></div>';
1051
  }
1052
 
1053
  public function bws_pro_block_links() {
1054
  global $wp_version; ?>
1055
  <div class="bws_pro_version_tooltip">
1056
- <a class="bws_button" href="<?php echo $this->plugins_info['PluginURI']; ?>?k=<?php echo $this->link_key; ?>&amp;pn=<?php echo $this->link_pn; ?>&amp;v=<?php echo $this->plugins_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php echo $this->plugins_info["Name"]; ?>"><?php _e( 'Upgrade to Pro', 'bestwebsoft' ); ?></a>
1057
  <?php if ( $this->trial_days !== false ) { ?>
1058
  <span class="bws_trial_info">
1059
  <?php _e( 'or', 'bestwebsoft' ); ?>
1060
- <a href="<?php echo $this->plugins_info['PluginURI']; ?>?k=<?php echo $this->link_key; ?>&amp;pn=<?php echo $this->link_pn; ?>&amp;v=<?php echo $this->plugins_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php echo $this->plugins_info["Name"]; ?>"><?php _e( 'Start Your Free Trial', 'bestwebsoft' ); ?></a>
1061
  </span>
1062
  <?php } ?>
1063
  <div class="clear"></div>
7
 
8
  if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
9
  class Bws_Settings_Tabs {
10
+ private $tabs;
 
 
11
  private $pro_plugin_is_activated = false;
12
  private $custom_code_args = array();
13
+
14
+ public $plugin_basename;
15
+ public $prefix;
16
+ public $wp_slug;
17
 
18
  public $options;
19
  public $default_options;
129
  <div id="post-body" class="metabox-holder columns-2">
130
  <div id="post-body-content" style="position: relative;">
131
  <?php $this->display_tabs(); ?>
132
+ </div><!-- #post-body-content -->
133
  <div id="postbox-container-1" class="postbox-container">
134
  <div class="meta-box-sortables ui-sortable">
135
  <div id="submitdiv" class="postbox">
154
  $daysleft = floor( ( $finish - $today ) / ( 60*60*24 ) );
155
  $license_status = sprintf( __( '%s day(-s) left', 'bestwebsoft' ), $daysleft );
156
  }
157
+ $license_status .= '. <a target="_blank" href="' . esc_url( $this->plugins_info['PluginURI'] ) . '">' . __( 'Upgrade to Pro', 'bestwebsoft' ) . '</a>';
158
  } else {
159
  $license_type = isset( $bstwbsftwppdtplgns_options['nonprofit'][ $this->plugin_basename ] ) ? 'Nonprofit Pro' : 'Pro';
160
  if ( $finish < $today ) {
261
  foreach ( $this->tabs as $tab_slug => $data ) {
262
  if ( ! empty( $data['is_pro'] ) && $this->hide_pro_tabs )
263
  continue; ?>
264
+ <div class="bws_tab ui-tabs-panel ui-widget-content ui-corner-bottom" id="<?php echo esc_attr( $this->prefix . '_' . $tab_slug . '_tab' ); ?>" aria-labelledby="ui-id-2" role="tabpanel" aria-hidden="false" style="display: block;">
265
+ <?php $tab_slug = str_replace( '-', '_', $tab_slug );
266
+ if ( method_exists( $this, 'tab_' . $tab_slug ) ) {
267
+ call_user_func( array( $this, 'tab_' . $tab_slug ) );
268
+ do_action_ref_array( __CLASS__ . '_after_tab_' . $tab_slug, array( &$this ) );
269
  } ?>
270
  </div>
271
  <?php }
400
 
401
  if ( file_exists( $real_file ) ) {
402
  update_recently_edited( $real_file );
403
+ $this->custom_code_args["content_{$extension}"] = file_get_contents( $real_file );
404
  if ( ( $this->is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $this->custom_code_args['blog_id'] ][ $file ] ) ) ||
405
  ( ! $this->is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $file ] ) ) ) {
406
  $this->custom_code_args["is_{$extension}_active"] = true;
432
  'css' => array( 'description' => __( 'These styles will be added to the header on all pages of your site.', 'bestwebsoft' ),
433
  'learn_more_link' => 'https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started'
434
  ),
435
+ 'php' => array( 'description' => sprintf( __( 'This PHP code will be hooked to the %s action and will be printed on front end only.', 'bestwebsoft' ), '<a href="https://codex.wordpress.org/Plugin_API/Action_Reference/init" target="_blank"><code>init</code></a>' ),
436
  'learn_more_link' => 'http://php.net/'
437
  ),
438
  'js' => array( 'description' => __( 'These code will be added to the header on all pages of your site.', 'bestwebsoft' ),
456
  echo '(' . __( 'Browsing', 'bestwebsoft' ) . ')'; ?>
457
  </big></p>
458
  <p class="bws_info">
459
+ <label>
460
+ <input type="checkbox" name="bws_custom_<?php echo $extension; ?>_active" value="1" <?php if ( $this->custom_code_args["is_{$extension}_active"] ) echo "checked"; ?> />
461
+ <?php printf( __( 'Activate custom %s code.', 'bestwebsoft' ), $name ); ?>
462
+ </label>
463
  </p>
464
+ <textarea cols="70" rows="25" name="bws_newcontent_<?php echo $extension; ?>" id="bws_newcontent_<?php echo $extension; ?>"><?php if ( isset( $this->custom_code_args["content_{$extension}"] ) ) echo esc_textarea( $this->custom_code_args["content_{$extension}"] ); ?></textarea>
465
  <p class="bws_info">
466
  <?php echo $extension_data['description']; ?>
467
  <br>
468
+ <a href="<?php echo esc_url( $extension_data['learn_more_link'] ); ?>" target="_blank">
469
  <?php printf( __( 'Learn more about %s', 'bestwebsoft' ), $name ); ?>
470
  </a>
471
  </p>
488
  if ( isset( $_POST["bws_newcontent_{$extension}"] ) &&
489
  $this->custom_code_args["{$extension}_writeable"] ) {
490
  $newcontent = trim( wp_unslash( $_POST["bws_newcontent_{$extension}"] ) );
491
+ if ( 'css' == $extension )
492
+ $newcontent = wp_kses( $newcontent, 'strip' );
493
 
494
  if ( ! empty( $newcontent ) && isset( $_POST["bws_custom_{$extension}_active"] ) ) {
495
  $this->custom_code_args["is_{$extension}_active"] = true;
551
  <tr>
552
  <th scope="row"><?php _e( 'Pro Options', 'bestwebsoft' ); ?></th>
553
  <td>
554
+ <label>
555
+ <input <?php echo $this->change_permission_attr; ?> name="bws_hide_premium_options_submit" type="checkbox" value="1" <?php if ( ! $this->hide_pro_tabs ) echo 'checked="checked "'; ?> />
556
+ <span class="bws_info"><?php _e( 'Enable to display plugin Pro options.', 'bestwebsoft' ); ?></span>
557
+ </label>
558
  </td>
559
  </tr>
560
  <?php } ?>
561
  <tr>
562
  <th scope="row"><?php _e( 'Track Usage', 'bestwebsoft' ); ?></th>
563
  <td>
564
+ <label>
565
+ <input <?php echo $this->change_permission_attr; ?> name="bws_track_usage" type="checkbox" value="1" <?php if ( ! empty( $bstwbsftwppdtplgns_options['track_usage']['products'][ $this->plugin_basename ] ) ) echo 'checked="checked "'; ?>/>
566
+ <span class="bws_info"><?php _e( 'Enable to allow tracking plugin usage anonymously in order to make it better.', 'bestwebsoft' ); ?></span>
567
+ </label>
568
  </td>
569
  </tr>
570
  <tr>
703
  <?php $this->help_phrase(); ?>
704
  <hr>
705
  <?php if ( ! empty( $this->pro_page ) ) {
706
+ $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( sanitize_text_field( $_POST['bws_license_key'] ) ) : "";
707
 
708
  if ( $this->pro_plugin_is_activated ) {
709
  deactivate_plugins( $this->plugin_basename ); ?>
713
  function bws_set_timeout() {
714
  i--;
715
  if ( 0 == i ) {
716
+ window.location.href = '<?php echo esc_url( self_admin_url( $this->pro_page ) ); ?>';
717
  } else {
718
  $( '#bws_timeout_counter' ).text( i );
719
  window.setTimeout( bws_set_timeout, 1000 );
723
  })(jQuery);
724
  </script>
725
  <p><strong><?php _e( 'Congratulations! Pro license is activated successfully.', 'bestwebsoft' ); ?></strong></p>
726
+ <p><?php printf( __( 'You will be automatically redirected to the %s in %s seconds.', 'bestwebsoft' ), '<a href="' . esc_url( self_admin_url( $this->pro_page ) ) . '">' . __( 'Settings page', 'bestwebsoft' ) . '</a>', '<span id="bws_timeout_counter">7</span>' ); ?></p>
727
  <?php } else {
728
  $attr = '';
729
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $this->bws_license_plugin ]['count'] ) &&
734
  <tr>
735
  <th scope="row"><?php _e( 'License Key', 'bestwebsoft' ); ?></th>
736
  <td>
737
+ <input <?php echo $attr; ?> type="text" name="bws_license_key" value="<?php echo esc_attr( $bws_license_key ); ?>" />
738
+ <input <?php echo $attr; ?> type="hidden" name="bws_license_plugin" value="<?php echo esc_attr( $this->bws_license_plugin ); ?>" />
739
  <input <?php echo $attr; ?> type="submit" class="button button-secondary" name="bws_license_submit" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
740
  <div class="bws_info">
741
+ <?php printf( __( 'Enter your license key to activate %s and get premium plugin features.', 'bestwebsoft' ), '<a href="' . esc_url( $this->plugins_info['PluginURI'] . '?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version ) . '" target="_blank" title="' . $this->plugins_info["Name"] . ' Pro">' . $this->plugins_info["Name"] . ' Pro</a>' ); ?>
742
  </div>
743
  <?php if ( '' != $attr ) { ?>
744
  <p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
745
  <?php }
746
  if ( $this->trial_days !== false )
747
+ echo '<p>' . __( 'or', 'bestwebsoft' ) . ' <a href="' . esc_url( $this->plugins_info['PluginURI'] . 'trial/?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version ) . '" target="_blank">' . sprintf( __( 'Start Your Free %s-Day Trial Now', 'bestwebsoft' ), $this->trial_days ) . '</a></p>'; ?>
748
  </td>
749
  </tr>
750
  </table>
756
  <tr>
757
  <th scope="row"><?php _e( 'License Key', 'bestwebsoft' ); ?></th>
758
  <td>
759
+ <input type="text" maxlength="100" name="bws_license_key" value="<?php echo esc_attr( $license_key ); ?>" />
760
  <input type="submit" class="button button-secondary" name="bws_license_submit" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
761
  <div class="bws_info">
762
  <?php _e( 'If necessary, you can check if the license key is correct or reenter it in the field below.', 'bestwebsoft' ); ?>
785
  private function save_options_license_key() {
786
  global $wp_version, $bstwbsftwppdtplgns_options;
787
 
788
+ $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( sanitize_text_field( $_POST['bws_license_key'] ) ) : '';
789
 
790
  if ( '' != $bws_license_key ) {
791
  if ( strlen( $bws_license_key ) != 18 ) {
842
  $message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $single_response->time_out . '.';
843
 
844
  if ( isset( $single_response->trial ) && $this->is_trial )
845
+ $message .= ' ' . sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="' . esc_url( $this->plugins_info['PluginURI'] . '?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version ) . '" target="_blank" title="' . $this->plugins_info["Name"] . '">Pro</a>' );
846
  }
847
 
848
  if ( isset( $single_response->trial ) ) {
889
  /* Go Pro */
890
  } else {
891
 
892
+ $bws_license_plugin = stripslashes( sanitize_text_field( $_POST['bws_license_plugin'] ) );
893
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - (24 * 60 * 60) ) ) {
894
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
895
  } else {
930
  } elseif ( "you_are_banned" == $single_response->package ) {
931
  $error = __( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' );
932
  } elseif ( "time_out" == $single_response->package ) {
933
+ $error = sprintf( __( "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates, you should extend it in your %s.", 'bestwebsoft' ), ' <a href="https://bestwebsoft.com/client-area">Client Area</a>' );
934
  } elseif ( "duplicate_domen_for_trial" == $single_response->package ) {
935
  $error = __( "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once.", 'bestwebsoft' );
936
  }
956
  }
957
 
958
  if ( ! $received_content ) {
959
+ $error = __( "Failed to download the zip archive. Please, upload the plugin manually.", 'bestwebsoft' );
960
  } else {
961
  if ( is_writable( $this->upload_dir["path"] ) ) {
962
  $file_put_contents = $this->upload_dir["path"] . "/" . $zip_name[0] . ".zip";
968
  $zip->extractTo( WP_PLUGIN_DIR );
969
  $zip->close();
970
  } else {
971
+ $error = __( "Failed to open the zip archive. Please, upload the plugin manually.", 'bestwebsoft' );
972
  }
973
  } elseif ( class_exists( 'Phar' ) ) {
974
  $phar = new PharData( $file_put_contents );
975
  $phar->extractTo( WP_PLUGIN_DIR );
976
  } else {
977
+ $error = __( "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually.", 'bestwebsoft' );
978
  }
979
  @unlink( $file_put_contents );
980
  } else {
981
+ $error = __( "Failed to download the zip archive. Please, upload the plugin manually.", 'bestwebsoft' );
982
  }
983
  } else {
984
+ $error = __( "UploadDir is not writable. Please, upload the plugin manually.", 'bestwebsoft' );
985
  }
986
  }
987
 
1000
  }
1001
  $this->pro_plugin_is_activated = true;
1002
  } elseif ( empty( $error ) ) {
1003
+ $error = __( "Failed to download the zip archive. Please, upload the plugin manually.", 'bestwebsoft' );
1004
  }
1005
  }
1006
  } else {
1053
  public function help_phrase() {
1054
  echo '<div class="bws_tab_description">' . __( 'Need Help?', 'bestwebsoft' ) . ' ';
1055
  if ( '' != $this->doc_link )
1056
+ echo '<a href="' . esc_url( $this->doc_link ) . '" target="_blank">' . __( 'Read the Instruction', 'bestwebsoft' );
1057
  else
1058
  echo '<a href="https://support.bestwebsoft.com/hc/en-us/" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' );
1059
  if ( '' != $this->doc_video_link )
1060
+ echo '</a>' . ' ' . __( 'or', 'bestwebsoft' ) . ' ' . '<a href="' . esc_url( $this->doc_video_link ) . '" target="_blank">' . __( 'Watch the Video', 'bestwebsoft' );
1061
  echo '</a></div>';
1062
  }
1063
 
1064
  public function bws_pro_block_links() {
1065
  global $wp_version; ?>
1066
  <div class="bws_pro_version_tooltip">
1067
+ <a class="bws_button" href="<?php echo esc_url( $this->plugins_info['PluginURI'] ); ?>?k=<?php echo $this->link_key; ?>&amp;pn=<?php echo $this->link_pn; ?>&amp;v=<?php echo $this->plugins_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php echo $this->plugins_info["Name"]; ?>"><?php _e( 'Upgrade to Pro', 'bestwebsoft' ); ?></a>
1068
  <?php if ( $this->trial_days !== false ) { ?>
1069
  <span class="bws_trial_info">
1070
  <?php _e( 'or', 'bestwebsoft' ); ?>
1071
+ <a href="<?php echo esc_url( $this->plugins_info['PluginURI'] . '?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version ); ?>" target="_blank" title="<?php echo $this->plugins_info["Name"]; ?>"><?php _e( 'Start Your Free Trial', 'bestwebsoft' ); ?></a>
1072
  </span>
1073
  <?php } ?>
1074
  <div class="clear"></div>
bws_menu/css/modal.css ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .bws-modal {
2
+ position: fixed;
3
+ overflow: auto;
4
+ height: 100%;
5
+ width: 100%;
6
+ top: 0;
7
+ z-index: 100000;
8
+ display: none;
9
+ background: rgba(0, 0, 0, 0.6);
10
+ }
11
+ .bws-modal.active {
12
+ display: block;
13
+ }
14
+ .bws-modal.active:before {
15
+ display: block;
16
+ }
17
+ .bws-modal .bws-modal-dialog {
18
+ background: transparent;
19
+ position: absolute;
20
+ left: 50%;
21
+ margin-left: -298px;
22
+ padding-bottom: 30px;
23
+ top: -100%;
24
+ z-index: 100001;
25
+ width: 596px;
26
+ }
27
+ .bws-modal.active .bws-modal-dialog {
28
+ top: 10%;
29
+ }
30
+ .bws-modal .bws-modal-body,
31
+ .bws-modal .bws-modal-footer {
32
+ border: 0;
33
+ background: #fff;
34
+ padding: 25px 25px 15px;
35
+ }
36
+ .bws-modal .bws-modal-body {
37
+ border-bottom: 0;
38
+ }
39
+ .bws-modal .bws-modal-body p {
40
+ font-size: 1.3em;
41
+ }
42
+ .bws-modal .bws-modal-body h2 {
43
+ font-size: 1.6em;
44
+ font-weight: bold;
45
+ margin-top: 0;
46
+ }
47
+ .bws-modal .bws-modal-footer {
48
+ border-top: #eeeeee solid 1px;
49
+ text-align: right;
50
+ }
51
+ .bws-modal .bws-modal-footer .button {
52
+ margin: 0 7px;
53
+ }
54
+ .bws-modal .bws-modal-footer .button:first-child {
55
+ margin: 0;
56
+ }
57
+ .bws-modal .bws-modal-panel>.notice.inline {
58
+ margin: 0;
59
+ display: none;
60
+ }
61
+ .bws-modal .bws-modal-panel:not(.active) {
62
+ display: none;
63
+ }
64
+ body.has-bws-modal {
65
+ overflow: hidden;
66
+ }
67
+ .bws-modal.bws-modal-deactivation-feedback .bws-modal-reason-input,
68
+ .bws-modal.bws-modal-deactivation-feedback .bws-modal-internal-message {
69
+ margin: 3px 0 3px 22px;
70
+ }
71
+ .bws-modal.bws-modal-deactivation-feedback .bws-modal-reason-input input,
72
+ .bws-modal.bws-modal-deactivation-feedback .bws-modal-reason-input textarea,
73
+ .bws-modal.bws-modal-deactivation-feedback .bws-modal-internal-message input,
74
+ .bws-modal.bws-modal-deactivation-feedback .bws-modal-internal-message textarea {
75
+ width: 100%;
76
+ }
77
+ .bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason.has-internal-message .bws-modal-internal-message {
78
+ border: 1px solid #ccc;
79
+ padding: 7px;
80
+ display: none;
81
+ }
82
+ .bws-modal.bws-modal-deactivation-feedback .bws-modal-anonymous-label {
83
+ padding-top: 15px;
84
+ }
85
+ .bws-modal.bws-modal-deactivation-feedback .bws-modal-panel {
86
+ margin-top: 0 !important;
87
+ }
88
+
89
+ @media (max-width: 650px) {
90
+ .bws-modal .bws-modal-dialog {
91
+ margin-left: -50%;
92
+ box-sizing: border-box;
93
+ padding-left: 10px;
94
+ padding-right: 10px;
95
+ width: 100%;
96
+ }
97
+ .bws-modal .bws-modal-dialog .bws-modal-panel>h3>strong {
98
+ font-size: 1.3em;
99
+ }
100
+ .bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason li.bws-modal-reason {
101
+ margin-bottom: 10px;
102
+ }
103
+ .bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason li.bws-modal-reason .bws-modal-reason-input,
104
+ .bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason li.bws-modal-reason .bws-modal-internal-message {
105
+ margin-left: 29px;
106
+ }
107
+ .bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason li.bws-modal-reason label {
108
+ display: table;
109
+ }
110
+ .bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason li.bws-modal-reason label>span {
111
+ display: table-cell;
112
+ font-size: 1.3em;
113
+ }
114
+ }
bws_menu/deactivation-form.php ADDED
@@ -0,0 +1,429 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Displays the content of the dialog box when the user clicks on the "Deactivate" link on the plugin settings page
4
+ * @package BestWebSoft
5
+ * @since 2.1.3
6
+ */
7
+ if ( ! defined( 'ABSPATH' ) )
8
+ exit;
9
+
10
+ /**
11
+ * Displays a confirmation and feedback dialog box when the user clicks on the "Deactivate" link on the plugins
12
+ * page.
13
+ *
14
+ * @since 2.1.3
15
+ */
16
+ if ( ! function_exists( 'bws_add_deactivation_feedback_dialog_box' ) ) {
17
+ function bws_add_deactivation_feedback_dialog_box() {
18
+ global $bstwbsftwppdtplgns_active_plugins;
19
+ if ( empty( $bstwbsftwppdtplgns_active_plugins ) )
20
+ return;
21
+
22
+ foreach ( $bstwbsftwppdtplgns_active_plugins as $basename => $plugin_data ) {
23
+
24
+ $slug = dirname( $basename );
25
+ $plugin_id = sanitize_title( $plugin_data['Name'] );
26
+
27
+ $contact_support_template = __( 'Need help? We are ready to answer your questions.', 'bestwebsoft' ) . ' <a href="https://support.bestwebsoft.com/hc/en-us/requests/new" target="_blank">' . __( 'Contact Support', 'bestwebsoft' ) . '</a>';
28
+
29
+ $reasons = array(
30
+ array(
31
+ 'id' => 'NOT_WORKING',
32
+ 'text' => __( 'The plugin is not working', 'bestwebsoft' ),
33
+ 'input_type' => 'textarea',
34
+ 'input_placeholder' => __( "Kindly share what didn't work so we can fix it in future updates...", 'bestwebsoft' )
35
+ ),
36
+ array(
37
+ 'id' => 'DIDNT_WORK_AS_EXPECTED',
38
+ 'text' => __( "The plugin didn't work as expected", 'bestwebsoft' ),
39
+ 'input_type' => 'textarea',
40
+ 'input_placeholder' => __( 'What did you expect?', 'bestwebsoft' )
41
+ ),
42
+ array(
43
+ 'id' => 'SUDDENLY_STOPPED_WORKING',
44
+ 'text' => __( 'The plugin suddenly stopped working', 'bestwebsoft' ),
45
+ 'input_type' => '',
46
+ 'input_placeholder' => '',
47
+ 'internal_message' => $contact_support_template
48
+ ),
49
+ array(
50
+ 'id' => 'BROKE_MY_SITE',
51
+ 'text' => __( 'The plugin broke my site', 'bestwebsoft' ),
52
+ 'input_type' => '',
53
+ 'input_placeholder' => '',
54
+ 'internal_message' => $contact_support_template
55
+ ),
56
+ array(
57
+ 'id' => 'COULDNT_MAKE_IT_WORK',
58
+ 'text' => __( "I couldn't understand how to get it work", 'bestwebsoft' ),
59
+ 'input_type' => '',
60
+ 'input_placeholder' => '',
61
+ 'internal_message' => $contact_support_template
62
+ ),
63
+ array(
64
+ 'id' => 'FOUND_A_BETTER_PLUGIN',
65
+ 'text' => __( 'I found a better plugin', 'bestwebsoft' ),
66
+ 'input_type' => 'textfield',
67
+ 'input_placeholder' => __( "What's the plugin name?", 'bestwebsoft' )
68
+ ),
69
+ array(
70
+ 'id' => 'GREAT_BUT_NEED_SPECIFIC_FEATURE',
71
+ 'text' => __( "The plugin is great, but I need specific feature that you don't support", 'bestwebsoft' ),
72
+ 'input_type' => 'textarea',
73
+ 'input_placeholder' => __( 'What feature?', 'bestwebsoft' )
74
+ ),
75
+ array(
76
+ 'id' => 'NO_LONGER_NEEDED',
77
+ 'text' => __( 'I no longer need the plugin', 'bestwebsoft' ),
78
+ 'input_type' => '',
79
+ 'input_placeholder' => ''
80
+ ),
81
+ array(
82
+ 'id' => 'TEMPORARY_DEACTIVATION',
83
+ 'text' => __( "It's a temporary deactivation, I'm just debugging an issue", 'bestwebsoft' ),
84
+ 'input_type' => '',
85
+ 'input_placeholder' => ''
86
+ ),
87
+ array(
88
+ 'id' => 'OTHER',
89
+ 'text' => __( 'Other', 'bestwebsoft' ),
90
+ 'input_type' => 'textfield',
91
+ 'input_placeholder' => ''
92
+ )
93
+ );
94
+
95
+ $reasons_list_items_html = '';
96
+
97
+ foreach ( $reasons as $reason ) {
98
+ $list_item_classes = 'bws-modal-reason' . ( ! empty( $reason['input_type'] ) ? ' has-input' : '' );
99
+
100
+ if ( ! empty( $reason['internal_message'] ) ) {
101
+ $list_item_classes .= ' has-internal-message';
102
+ $reason_internal_message = $reason['internal_message'];
103
+ } else {
104
+ $reason_internal_message = '';
105
+ }
106
+
107
+ $reasons_list_items_html .= '<li class="' . $list_item_classes . '" data-input-type="' . $reason['input_type'] . '" data-input-placeholder="' . $reason['input_placeholder'] . '">
108
+ <label>
109
+ <span>
110
+ <input type="radio" name="selected-reason" value="' . $reason['id'] . '"/>
111
+ </span>
112
+ <span>' . $reason['text'] . '</span>
113
+ </label>
114
+ <div class="bws-modal-internal-message">' . $reason_internal_message . '</div>
115
+ </li>';
116
+ } ?>
117
+ <script type="text/javascript">
118
+ (function($) {
119
+ var modalHtml =
120
+ '<div class="bws-modal bws-modal-deactivation-feedback">'
121
+ + ' <div class="bws-modal-dialog">'
122
+ + ' <div class="bws-modal-body">'
123
+ + ' <h2><?php _e( 'Quick Feedback', 'bestwebsoft' ); ?></h2>'
124
+ + ' <div class="bws-modal-panel active"><p><?php _e( 'If you have a moment, please let us know why you are deactivating', 'bestwebsoft' ); ?>:</p><ul>' + <?php echo json_encode( $reasons_list_items_html ); ?> + '</ul>'
125
+ + ' <label class="bws-modal-anonymous-label">'
126
+ + ' <input type="checkbox" checked="checked" />'
127
+ + ' <?php _e( 'Send website data and allow to contact me back', 'bestwebsoft' ); ?>'
128
+ + ' </label>'
129
+ + ' </div>'
130
+ + ' </div>'
131
+ + ' <div class="bws-modal-footer">'
132
+ + ' <a href="#" class="button button-secondary bws-modal-button-close"><?php _e( 'Cancel', 'bestwebsoft' ); ?></a>'
133
+ + ' <a href="#" class="button button-primary bws-modal-button-deactivate"></a>'
134
+ + ' <div class="clear"></div>'
135
+ + ' </div>'
136
+ + ' </div>'
137
+ + '</div>',
138
+ $modal = $( modalHtml ),
139
+ $deactivateLink = $( '#the-list .active[data-plugin="<?php echo $basename; ?>"] .deactivate a' ),
140
+ $anonymousFeedback = $modal.find( '.bws-modal-anonymous-label' ),
141
+ selectedReasonID = false;
142
+
143
+ /* WP added data-plugin attr after 4.5 version/ In prev version was id attr */
144
+ if ( 0 == $deactivateLink.length )
145
+ $deactivateLink = $( '#the-list .active#<?php echo $plugin_id; ?> .deactivate a' );
146
+
147
+ $modal.appendTo( $( 'body' ) );
148
+
149
+ BwsModalRegisterEventHandlers();
150
+
151
+ function BwsModalRegisterEventHandlers() {
152
+ $deactivateLink.click( function( evt ) {
153
+ evt.preventDefault();
154
+
155
+ /* Display the dialog box.*/
156
+ BwsModalReset();
157
+ $modal.addClass( 'active' );
158
+ $( 'body' ).addClass( 'has-bws-modal' );
159
+ });
160
+
161
+ $modal.on( 'input propertychange', '.bws-modal-reason-input input', function() {
162
+ if ( ! BwsModalIsReasonSelected( 'OTHER' ) ) {
163
+ return;
164
+ }
165
+
166
+ var reason = $( this ).val().trim();
167
+
168
+ /* If reason is not empty, remove the error-message class of the message container to change the message color back to default. */
169
+ if ( reason.length > 0 ) {
170
+ $modal.find( '.message' ).removeClass( 'error-message' );
171
+ BwsModalEnableDeactivateButton();
172
+ }
173
+ });
174
+
175
+ $modal.on( 'blur', '.bws-modal-reason-input input', function() {
176
+ var $userReason = $( this );
177
+
178
+ setTimeout( function() {
179
+ if ( ! BwsModalIsReasonSelected( 'OTHER' ) ) {
180
+ return;
181
+ }
182
+
183
+ /* If reason is empty, add the error-message class to the message container to change the message color to red. */
184
+ if ( 0 === $userReason.val().trim().length ) {
185
+ $modal.find( '.message' ).addClass( 'error-message' );
186
+ BwsModalDisableDeactivateButton();
187
+ }
188
+ }, 150 );
189
+ });
190
+
191
+ $modal.on( 'click', '.bws-modal-footer .button', function( evt ) {
192
+ evt.preventDefault();
193
+
194
+ if ( $( this ).hasClass( 'disabled' ) ) {
195
+ return;
196
+ }
197
+
198
+ var _parent = $( this ).parents( '.bws-modal:first' ),
199
+ _this = $( this );
200
+
201
+ if ( _this.hasClass( 'allow-deactivate' ) ) {
202
+ var $radio = $modal.find( 'input[type="radio"]:checked' );
203
+
204
+ if ( 0 === $radio.length ) {
205
+ /* If no selected reason, just deactivate the plugin. */
206
+ window.location.href = $deactivateLink.attr( 'href' );
207
+ return;
208
+ }
209
+
210
+ var $selected_reason = $radio.parents( 'li:first' ),
211
+ $input = $selected_reason.find( 'textarea, input[type="text"]' ),
212
+ userReason = ( 0 !== $input.length ) ? $input.val().trim() : '';
213
+
214
+ if ( BwsModalIsReasonSelected( 'OTHER' ) && '' === userReason ) {
215
+ return;
216
+ }
217
+
218
+ var is_anonymous = ( $anonymousFeedback.find( 'input' ).is( ':checked' ) ) ? 0 : 1;
219
+
220
+ $.ajax({
221
+ url : ajaxurl,
222
+ method : 'POST',
223
+ data : {
224
+ 'action' : 'bws_submit_uninstall_reason_action',
225
+ 'plugin' : '<?php echo $basename; ?>',
226
+ 'reason_id' : $radio.val(),
227
+ 'reason_info' : userReason,
228
+ 'is_anonymous' : is_anonymous,
229
+ 'bws_ajax_nonce' : '<?php echo wp_create_nonce( 'bws_ajax_nonce' ); ?>'
230
+ },
231
+ beforeSend: function() {
232
+ _parent.find( '.bws-modal-footer .button' ).addClass( 'disabled' );
233
+ _parent.find( '.bws-modal-footer .button-secondary' ).text( '<?php _e( 'Processing', 'bestwebsoft' ); ?>' + '...' );
234
+ },
235
+ complete : function( message ) {
236
+ /* Do not show the dialog box, deactivate the plugin. */
237
+ window.location.href = $deactivateLink.attr( 'href' );
238
+ }
239
+ });
240
+ } else if ( _this.hasClass( 'bws-modal-button-deactivate' ) ) {
241
+ /* Change the Deactivate button's text and show the reasons panel. */
242
+ _parent.find( '.bws-modal-button-deactivate' ).addClass( 'allow-deactivate' );
243
+ BwsModalShowPanel();
244
+ }
245
+ });
246
+
247
+ $modal.on( 'click', 'input[type="radio"]', function() {
248
+ var $selectedReasonOption = $( this );
249
+
250
+ /* If the selection has not changed, do not proceed. */
251
+ if ( selectedReasonID === $selectedReasonOption.val() )
252
+ return;
253
+
254
+ selectedReasonID = $selectedReasonOption.val();
255
+
256
+ $anonymousFeedback.show();
257
+
258
+ var _parent = $( this ).parents( 'li:first' );
259
+
260
+ $modal.find( '.bws-modal-reason-input' ).remove();
261
+ $modal.find( '.bws-modal-internal-message' ).hide();
262
+ $modal.find( '.bws-modal-button-deactivate' ).text( '<?php _e( 'Submit & Deactivate', 'bestwebsoft' ); ?>' );
263
+
264
+ BwsModalEnableDeactivateButton();
265
+
266
+ if ( _parent.hasClass( 'has-internal-message' ) ) {
267
+ _parent.find( '.bws-modal-internal-message' ).show();
268
+ }
269
+
270
+ if (_parent.hasClass('has-input')) {
271
+ var reasonInputHtml = '<div class="bws-modal-reason-input"><span class="message"></span>' + ( ( 'textfield' === _parent.data( 'input-type' ) ) ? '<input type="text" />' : '<textarea rows="5" maxlength="200"></textarea>' ) + '</div>';
272
+
273
+ _parent.append( $( reasonInputHtml ) );
274
+ _parent.find( 'input, textarea' ).attr( 'placeholder', _parent.data( 'input-placeholder' ) ).focus();
275
+
276
+ if ( BwsModalIsReasonSelected( 'OTHER' ) ) {
277
+ $modal.find( '.message' ).text( '<?php _e( 'Please tell us the reason so we can improve it.', 'bestwebsoft' ); ?>' ).show();
278
+ BwsModalDisableDeactivateButton();
279
+ }
280
+ }
281
+ });
282
+
283
+ /* If the user has clicked outside the window, cancel it. */
284
+ $modal.on( 'click', function( evt ) {
285
+ var $target = $( evt.target );
286
+
287
+ /* If the user has clicked anywhere in the modal dialog, just return. */
288
+ if ( $target.hasClass( 'bws-modal-body' ) || $target.hasClass( 'bws-modal-footer' ) ) {
289
+ return;
290
+ }
291
+
292
+ /* If the user has not clicked the close button and the clicked element is inside the modal dialog, just return. */
293
+ if ( ! $target.hasClass( 'bws-modal-button-close' ) && ( $target.parents( '.bws-modal-body' ).length > 0 || $target.parents( '.bws-modal-footer' ).length > 0 ) ) {
294
+ return;
295
+ }
296
+
297
+ /* Close the modal dialog */
298
+ $modal.removeClass( 'active' );
299
+ $( 'body' ).removeClass( 'has-bws-modal' );
300
+
301
+ return false;
302
+ });
303
+ }
304
+
305
+ function BwsModalIsReasonSelected( reasonID ) {
306
+ /* Get the selected radio input element.*/
307
+ return ( reasonID == $modal.find('input[type="radio"]:checked').val() );
308
+ }
309
+
310
+ function BwsModalReset() {
311
+ selectedReasonID = false;
312
+
313
+ BwsModalEnableDeactivateButton();
314
+
315
+ /* Uncheck all radio buttons.*/
316
+ $modal.find( 'input[type="radio"]' ).prop( 'checked', false );
317
+
318
+ /* Remove all input fields ( textfield, textarea ).*/
319
+ $modal.find( '.bws-modal-reason-input' ).remove();
320
+
321
+ $modal.find( '.message' ).hide();
322
+
323
+ $anonymousFeedback.find( 'input' ).prop( 'checked', true );
324
+
325
+ /* Hide, since by default there is no selected reason.*/
326
+ $anonymousFeedback.hide();
327
+
328
+ var $deactivateButton = $modal.find( '.bws-modal-button-deactivate' );
329
+
330
+ $deactivateButton.addClass( 'allow-deactivate' );
331
+ BwsModalShowPanel();
332
+ }
333
+
334
+ function BwsModalEnableDeactivateButton() {
335
+ $modal.find( '.bws-modal-button-deactivate' ).removeClass( 'disabled' );
336
+ }
337
+
338
+ function BwsModalDisableDeactivateButton() {
339
+ $modal.find( '.bws-modal-button-deactivate' ).addClass( 'disabled' );
340
+ }
341
+
342
+ function BwsModalShowPanel() {
343
+ $modal.find( '.bws-modal-panel' ).addClass( 'active' );
344
+ /* Update the deactivate button's text */
345
+ $modal.find( '.bws-modal-button-deactivate' ).text( '<?php _e( 'Deactivate', 'bestwebsoft' ); ?>' );
346
+ }
347
+ })(jQuery);
348
+ </script>
349
+ <?php }
350
+ }
351
+ }
352
+
353
+ /**
354
+ * Called after the user has submitted his reason for deactivating the plugin.
355
+ *
356
+ * @since 2.1.3
357
+ */
358
+ if ( ! function_exists( 'bws_submit_uninstall_reason_action' ) ) {
359
+ function bws_submit_uninstall_reason_action() {
360
+ global $bstwbsftwppdtplgns_options, $wp_version, $bstwbsftwppdtplgns_active_plugins, $current_user;
361
+
362
+ wp_verify_nonce( $_REQUEST['bws_ajax_nonce'], 'bws_ajax_nonce' );
363
+
364
+ $reason_id = isset( $_REQUEST['reason_id'] ) ? stripcslashes( esc_html( $_REQUEST['reason_id'] ) ) : '';
365
+ $basename = isset( $_REQUEST['plugin'] ) ? stripcslashes( esc_html( $_REQUEST['plugin'] ) ) : '';
366
+
367
+ if ( empty( $reason_id ) || empty( $basename ) ) {
368
+ exit;
369
+ }
370
+
371
+ $reason_info = isset( $_REQUEST['reason_info'] ) ? stripcslashes( esc_html( $_REQUEST['reason_info'] ) ) : '';
372
+ if ( ! empty( $reason_info ) ) {
373
+ $reason_info = substr( $reason_info, 0, 255 );
374
+ }
375
+ $is_anonymous = isset( $_REQUEST['is_anonymous'] ) && 1 == $_REQUEST['is_anonymous'];
376
+
377
+ $options = array(
378
+ 'product' => $basename,
379
+ 'reason_id' => $reason_id,
380
+ 'reason_info' => $reason_info,
381
+ );
382
+
383
+ if ( ! $is_anonymous ) {
384
+ if ( ! isset( $bstwbsftwppdtplgns_options ) )
385
+ $bstwbsftwppdtplgns_options = ( is_multisite() ) ? get_site_option( 'bstwbsftwppdtplgns_options' ) : get_option( 'bstwbsftwppdtplgns_options' );
386
+
387
+ if ( ! empty( $bstwbsftwppdtplgns_options['track_usage']['usage_id'] ) ) {
388
+ $options['usage_id'] = $bstwbsftwppdtplgns_options['track_usage']['usage_id'];
389
+ } else {
390
+ $options['usage_id'] = false;
391
+ $options['url'] = get_bloginfo( 'url' );
392
+ $options['wp_version'] = $wp_version;
393
+ $options['is_active'] = false;
394
+ $options['version'] = $bstwbsftwppdtplgns_active_plugins[ $basename ]['Version'];
395
+ }
396
+
397
+ $options['email'] = $current_user->data->user_email;
398
+ }
399
+
400
+ /* send data */
401
+ $raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/products-statistics/deactivation-feedback/', array(
402
+ 'method' => 'POST',
403
+ 'body' => $options,
404
+ 'timeout' => 15,
405
+ ) );
406
+
407
+ if ( ! is_wp_error( $raw_response ) && 200 == wp_remote_retrieve_response_code( $raw_response ) ) {
408
+ if ( ! $is_anonymous ) {
409
+ $response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
410
+
411
+ if ( is_array( $response ) && ! empty( $response['usage_id'] ) && $response['usage_id'] != $options['usage_id'] ) {
412
+ $bstwbsftwppdtplgns_options['track_usage']['usage_id'] = $response['usage_id'];
413
+
414
+ if ( is_multisite() )
415
+ update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
416
+ else
417
+ update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
418
+ }
419
+ }
420
+
421
+ echo 'done';
422
+ } else {
423
+ echo $response->get_error_code() . ': ' . $response->get_error_message();
424
+ }
425
+ exit;
426
+ }
427
+ }
428
+
429
+ add_action( 'wp_ajax_bws_submit_uninstall_reason_action', 'bws_submit_uninstall_reason_action' );
bws_menu/deprecated.php CHANGED
@@ -107,7 +107,7 @@ if ( ! function_exists( 'bws_check_pro_license' ) ) {
107
  $result = array();
108
 
109
  if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( $plugin_basename, 'bws_license_nonce_name' ) ) {
110
- $license_key = isset( $_POST['bws_license_key'] ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : '';
111
 
112
  if ( '' != $license_key ) {
113
 
@@ -222,7 +222,7 @@ if ( ! function_exists ( 'bws_check_pro_license_form' ) ) {
222
  <form method="post" action="">
223
  <p><?php echo _e( 'If necessary, you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client Area - on our website', 'bestwebsoft' ) . ' <a href="https://bestwebsoft.com/client-area">https://bestwebsoft.com/client-area</a> ' . __( '(your username is the email address specified during the purchase). If necessary, please submit "Lost your password?" request.', 'bestwebsoft' ); ?></p>
224
  <p>
225
- <input type="text" maxlength="100" name="bws_license_key" value="<?php echo $license_key; ?>" />
226
  <input type="hidden" name="bws_license_submit" value="submit" />
227
  <input type="submit" class="button" value="<?php _e( 'Check license key', 'bestwebsoft' ) ?>" />
228
  <?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
@@ -239,12 +239,12 @@ if ( ! function_exists ( 'bws_check_pro_license_form' ) ) {
239
  if ( ! function_exists( 'bws_go_pro_from_trial_tab' ) ) {
240
  function bws_go_pro_from_trial_tab( $plugin_info, $plugin_basename, $page, $link_slug, $link_key, $link_pn, $trial_license_is_set = true ) {
241
  global $wp_version, $bstwbsftwppdtplgns_options;
242
- $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
243
  if ( $trial_license_is_set ) { ?>
244
  <form method="post" action="">
245
  <p>
246
- <?php echo sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="https://bestwebsoft.com/products/wordpress/plugins/' . $link_slug . '/?k=' . $link_key . '&amp;pn=' . $link_pn . '&amp;v=' . $plugin_info["Version"] . '&amp;wp_v=' . $wp_version .'" target="_blank" title="' . $plugin_info["Name"] . '">Pro</a>' ) . ' ';
247
- _e( 'After that, you can activate it by entering your license key.', 'bestwebsoft' ); ?><br />
248
  <span class="bws_info">
249
  <?php _e( 'License key can be found in the', 'bestwebsoft' ); ?>
250
  <a href="https://bestwebsoft.com/wp-login.php">Client Area</a>
@@ -262,22 +262,23 @@ if ( ! function_exists( 'bws_go_pro_from_trial_tab' ) ) {
262
  <?php } else { ?>
263
  <p>
264
  <input type="text" maxlength="100" name="bws_license_key" value="" />
265
- <input type="hidden" name="bws_license_plugin" value="<?php echo $plugin_basename; ?>" />
266
  <input type="hidden" name="bws_license_submit" value="submit" />
267
  <input type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
268
  <?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
269
  </p>
270
  <?php } ?>
271
  </form>
272
- <?php } else { ?>
 
273
  <script type="text/javascript">
274
  window.setTimeout( function() {
275
- window.location.href = 'admin.php?page=<?php echo $page; ?>';
276
  }, 5000 );
277
  </script>
278
  <p><?php _e( "Congratulations! The Pro license of the plugin is activated successfully.", 'bestwebsoft' ); ?></p>
279
  <p>
280
- <?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="admin.php?page=<?php echo $page; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
281
  (<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
282
  </p>
283
  <?php }
@@ -294,7 +295,7 @@ if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
294
  global $wp_version, $bstwbsftwppdtplgns_options;
295
  $result = array();
296
 
297
- $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
298
 
299
  if ( ! empty( $plugin_options_name ) && isset( $_POST['bws_hide_premium_options_submit'] ) && check_admin_referer( $plugin_basename, 'bws_license_nonce_name' ) ) {
300
 
@@ -321,7 +322,7 @@ if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
321
  if ( strlen( $bws_license_key ) != 18 ) {
322
  $result['error'] = __( "Wrong license key", 'bestwebsoft' );
323
  } else {
324
- $bws_license_plugin = stripslashes( esc_html( $_POST['bws_license_plugin'] ) );
325
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - (24 * 60 * 60) ) ) {
326
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
327
  } else {
@@ -527,7 +528,8 @@ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
527
  if ( isset( $_REQUEST['bws_update_custom_code'] ) && check_admin_referer( 'bws_update_' . $css_file ) ) {
528
 
529
  /* CSS */
530
- $newcontent_css = wp_unslash( $_POST['bws_newcontent_css'] );
 
531
  if ( ! empty( $newcontent_css ) && isset( $_REQUEST['bws_custom_css_active'] ) ) {
532
  if ( $is_multisite )
533
  $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $css_file ] = $upload_dir['baseurl'] . '/bws-custom-code/' . $css_file;
@@ -551,7 +553,7 @@ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
551
  }
552
 
553
  /* PHP */
554
- $newcontent_php = wp_unslash( trim( $_POST['bws_newcontent_php'] ) );
555
  if ( file_exists( $index_file ) ) {
556
  if ( ! empty( $newcontent_php ) && isset( $_REQUEST['bws_custom_php_active'] ) ) {
557
  if ( $is_multisite )
@@ -591,7 +593,7 @@ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
591
 
592
  if ( file_exists( $real_css_file ) ) {
593
  update_recently_edited( $real_css_file );
594
- $content_css = esc_textarea( file_get_contents( $real_css_file ) );
595
  if ( ( $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $css_file ] ) ) ||
596
  ( ! $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $css_file ] ) ) ) {
597
  $is_css_active = true;
@@ -599,7 +601,7 @@ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
599
  }
600
  if ( file_exists( $real_php_file ) ) {
601
  update_recently_edited( $real_php_file );
602
- $content_php = esc_textarea( file_get_contents( $real_php_file ) );
603
  if ( ( $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $php_file ] ) ) ||
604
  ( ! $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $php_file ] ) ) ) {
605
  $is_php_active = true;
@@ -617,7 +619,7 @@ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
617
  <?php if ( 'css' == $extension )
618
  _e( 'These styles will be added to the header on all pages of your site.', 'bestwebsoft' );
619
  else
620
- printf( __( 'This PHP code will be hooked to the %s action and will be printed on front end only.', 'bestwebsoft' ), '<a href="http://codex.wordpress.org/Plugin_API/Action_Reference/init" target="_blank"><code>init</code></a>' ); ?>
621
  </p>
622
  <p><big>
623
  <?php if ( ! file_exists( ${"real_{$extension}_file"} ) || ( is_writeable( ${"real_{$extension}_file"} ) ) ) {
@@ -627,7 +629,7 @@ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
627
  } ?>
628
  </big></p>
629
  <p><label><input type="checkbox" name="bws_custom_<?php echo $extension; ?>_active" value="1" <?php if ( ${"is_{$extension}_active"} ) echo "checked"; ?> /> <?php _e( 'Activate', 'bestwebsoft' ); ?></label></p>
630
- <textarea cols="70" rows="25" name="bws_newcontent_<?php echo $extension; ?>" id="bws_newcontent_<?php echo $extension; ?>"><?php if ( isset( ${"content_{$extension}"} ) ) echo ${"content_{$extension}"}; ?></textarea>
631
  <p class="description">
632
  <a href="<?php echo ( 'css' == $extension ) ? 'https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started' : 'http://php.net/' ?>" target="_blank">
633
  <?php printf( __( 'Learn more about %s', 'bestwebsoft' ), strtoupper( $extension ) ); ?>
@@ -657,16 +659,17 @@ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
657
  if ( ! function_exists( 'bws_go_pro_tab_show' ) ) {
658
  function bws_go_pro_tab_show( $bws_hide_premium_options_check, $plugin_info, $plugin_basename, $page, $pro_page, $bws_license_plugin, $link_slug, $link_key, $link_pn, $pro_plugin_is_activated = false, $trial_days_number = false ) {
659
  global $wp_version, $bstwbsftwppdtplgns_options;
660
- $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
661
- if ( $pro_plugin_is_activated ) { ?>
 
662
  <script type="text/javascript">
663
  window.setTimeout( function() {
664
- window.location.href = 'admin.php?page=<?php echo $pro_page; ?>';
665
  }, 5000 );
666
  </script>
667
  <p><?php _e( "Congratulations! Pro version of the plugin is installed and activated successfully.", 'bestwebsoft' ); ?></p>
668
  <p>
669
- <?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="admin.php?page=<?php echo $pro_page; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
670
  (<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
671
  </p>
672
  <?php } else {
@@ -682,7 +685,7 @@ if ( ! function_exists( 'bws_go_pro_tab_show' ) ) {
682
  <form method="post" action="">
683
  <p>
684
  <?php _e( 'Enter your license key to install and activate', 'bestwebsoft' ); ?>
685
- <a href="https://bestwebsoft.com/products/wordpress/plugins/<?php echo $link_slug; ?>/?k=<?php echo $link_key; ?>&amp;pn=<?php echo $link_pn; ?>&amp;v=<?php echo $plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php echo $plugin_info["Name"]; ?> Pro">Pro</a>
686
  <?php _e( 'version of the plugin.', 'bestwebsoft' ); ?><br />
687
  <span class="bws_info">
688
  <?php _e( 'License key can be found in the', 'bestwebsoft' ); ?>
@@ -696,18 +699,19 @@ if ( ! function_exists( 'bws_go_pro_tab_show' ) ) {
696
  '5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
697
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
698
  <p>
699
- <input disabled="disabled" type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
700
  <input disabled="disabled" type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
701
  <?php if ( $trial_days_number !== false ) echo $trial_days_number; ?>
702
  </p>
703
  <p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
704
  <?php } else { ?>
705
  <p>
706
- <input type="text" maxlength="100" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
707
- <input type="hidden" name="bws_license_plugin" value="<?php echo $bws_license_plugin; ?>" />
708
  <input type="hidden" name="bws_license_submit" value="submit" />
709
  <input type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
710
- <?php if ( $trial_days_number !== false ) echo $trial_days_number;
 
711
  wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
712
  </p>
713
  <?php } ?>
107
  $result = array();
108
 
109
  if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( $plugin_basename, 'bws_license_nonce_name' ) ) {
110
+ $license_key = isset( $_POST['bws_license_key'] ) ? sanitize_text_field( $_POST['bws_license_key'] ) : '';
111
 
112
  if ( '' != $license_key ) {
113
 
222
  <form method="post" action="">
223
  <p><?php echo _e( 'If necessary, you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client Area - on our website', 'bestwebsoft' ) . ' <a href="https://bestwebsoft.com/client-area">https://bestwebsoft.com/client-area</a> ' . __( '(your username is the email address specified during the purchase). If necessary, please submit "Lost your password?" request.', 'bestwebsoft' ); ?></p>
224
  <p>
225
+ <input type="text" maxlength="100" name="bws_license_key" value="<?php echo esc_attr( $license_key ); ?>" />
226
  <input type="hidden" name="bws_license_submit" value="submit" />
227
  <input type="submit" class="button" value="<?php _e( 'Check license key', 'bestwebsoft' ) ?>" />
228
  <?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
239
  if ( ! function_exists( 'bws_go_pro_from_trial_tab' ) ) {
240
  function bws_go_pro_from_trial_tab( $plugin_info, $plugin_basename, $page, $link_slug, $link_key, $link_pn, $trial_license_is_set = true ) {
241
  global $wp_version, $bstwbsftwppdtplgns_options;
242
+ $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? sanitize_text_field( $_POST['bws_license_key'] ) : "";
243
  if ( $trial_license_is_set ) { ?>
244
  <form method="post" action="">
245
  <p>
246
+ <?php printf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="https://bestwebsoft.com/products/wordpress/plugins/' . $link_slug . '/?k=' . $link_key . '&amp;pn=' . $link_pn . '&amp;v=' . $plugin_info["Version"] . '&amp;wp_v=' . $wp_version .'" target="_blank" title="' . $plugin_info["Name"] . '">Pro</a>' ); ?> <?php _e( 'After that, you can activate it by entering your license key.', 'bestwebsoft' ); ?>
247
+ <br />
248
  <span class="bws_info">
249
  <?php _e( 'License key can be found in the', 'bestwebsoft' ); ?>
250
  <a href="https://bestwebsoft.com/wp-login.php">Client Area</a>
262
  <?php } else { ?>
263
  <p>
264
  <input type="text" maxlength="100" name="bws_license_key" value="" />
265
+ <input type="hidden" name="bws_license_plugin" value="<?php echo esc_attr( $plugin_basename ); ?>" />
266
  <input type="hidden" name="bws_license_submit" value="submit" />
267
  <input type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
268
  <?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
269
  </p>
270
  <?php } ?>
271
  </form>
272
+ <?php } else {
273
+ $page_url = esc_url( self_admin_url( 'admin.php?page=' . $page ) ); ?>
274
  <script type="text/javascript">
275
  window.setTimeout( function() {
276
+ window.location.href = '<?php echo $page_url; ?>';
277
  }, 5000 );
278
  </script>
279
  <p><?php _e( "Congratulations! The Pro license of the plugin is activated successfully.", 'bestwebsoft' ); ?></p>
280
  <p>
281
+ <?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="<?php echo $page_url; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
282
  (<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
283
  </p>
284
  <?php }
295
  global $wp_version, $bstwbsftwppdtplgns_options;
296
  $result = array();
297
 
298
+ $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? sanitize_text_field( $_POST['bws_license_key'] ) : "";
299
 
300
  if ( ! empty( $plugin_options_name ) && isset( $_POST['bws_hide_premium_options_submit'] ) && check_admin_referer( $plugin_basename, 'bws_license_nonce_name' ) ) {
301
 
322
  if ( strlen( $bws_license_key ) != 18 ) {
323
  $result['error'] = __( "Wrong license key", 'bestwebsoft' );
324
  } else {
325
+ $bws_license_plugin = sanitize_text_field( $_POST['bws_license_plugin'] );
326
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - (24 * 60 * 60) ) ) {
327
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
328
  } else {
528
  if ( isset( $_REQUEST['bws_update_custom_code'] ) && check_admin_referer( 'bws_update_' . $css_file ) ) {
529
 
530
  /* CSS */
531
+ $newcontent_css = wp_kses( trim( wp_unslash( $_POST['bws_newcontent_css'] ) ), 'strip' );
532
+
533
  if ( ! empty( $newcontent_css ) && isset( $_REQUEST['bws_custom_css_active'] ) ) {
534
  if ( $is_multisite )
535
  $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $css_file ] = $upload_dir['baseurl'] . '/bws-custom-code/' . $css_file;
553
  }
554
 
555
  /* PHP */
556
+ $newcontent_php = trim( wp_unslash( $_POST['bws_newcontent_php'] ) );
557
  if ( file_exists( $index_file ) ) {
558
  if ( ! empty( $newcontent_php ) && isset( $_REQUEST['bws_custom_php_active'] ) ) {
559
  if ( $is_multisite )
593
 
594
  if ( file_exists( $real_css_file ) ) {
595
  update_recently_edited( $real_css_file );
596
+ $content_css = file_get_contents( $real_css_file );
597
  if ( ( $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $css_file ] ) ) ||
598
  ( ! $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $css_file ] ) ) ) {
599
  $is_css_active = true;
601
  }
602
  if ( file_exists( $real_php_file ) ) {
603
  update_recently_edited( $real_php_file );
604
+ $content_php = file_get_contents( $real_php_file );
605
  if ( ( $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $php_file ] ) ) ||
606
  ( ! $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $php_file ] ) ) ) {
607
  $is_php_active = true;
619
  <?php if ( 'css' == $extension )
620
  _e( 'These styles will be added to the header on all pages of your site.', 'bestwebsoft' );
621
  else
622
+ printf( __( 'This PHP code will be hooked to the %s action and will be printed on front end only.', 'bestwebsoft' ), '<a href="https://codex.wordpress.org/Plugin_API/Action_Reference/init" target="_blank"><code>init</code></a>' ); ?>
623
  </p>
624
  <p><big>
625
  <?php if ( ! file_exists( ${"real_{$extension}_file"} ) || ( is_writeable( ${"real_{$extension}_file"} ) ) ) {
629
  } ?>
630
  </big></p>
631
  <p><label><input type="checkbox" name="bws_custom_<?php echo $extension; ?>_active" value="1" <?php if ( ${"is_{$extension}_active"} ) echo "checked"; ?> /> <?php _e( 'Activate', 'bestwebsoft' ); ?></label></p>
632
+ <textarea cols="70" rows="25" name="bws_newcontent_<?php echo $extension; ?>" id="bws_newcontent_<?php echo $extension; ?>"><?php if ( isset( ${"content_{$extension}"} ) ) echo esc_textarea( ${"content_{$extension}"} ); ?></textarea>
633
  <p class="description">
634
  <a href="<?php echo ( 'css' == $extension ) ? 'https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started' : 'http://php.net/' ?>" target="_blank">
635
  <?php printf( __( 'Learn more about %s', 'bestwebsoft' ), strtoupper( $extension ) ); ?>
659
  if ( ! function_exists( 'bws_go_pro_tab_show' ) ) {
660
  function bws_go_pro_tab_show( $bws_hide_premium_options_check, $plugin_info, $plugin_basename, $page, $pro_page, $bws_license_plugin, $link_slug, $link_key, $link_pn, $pro_plugin_is_activated = false, $trial_days_number = false ) {
661
  global $wp_version, $bstwbsftwppdtplgns_options;
662
+ $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? sanitize_text_field( $_POST['bws_license_key'] ) : "";
663
+ if ( $pro_plugin_is_activated ) {
664
+ $page_url = esc_url( self_admin_url( 'admin.php?page=' . $pro_page ) ); ?>
665
  <script type="text/javascript">
666
  window.setTimeout( function() {
667
+ window.location.href = '<?php echo $page_url; ?>';
668
  }, 5000 );
669
  </script>
670
  <p><?php _e( "Congratulations! Pro version of the plugin is installed and activated successfully.", 'bestwebsoft' ); ?></p>
671
  <p>
672
+ <?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="<?php echo $page_url; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
673
  (<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
674
  </p>
675
  <?php } else {
685
  <form method="post" action="">
686
  <p>
687
  <?php _e( 'Enter your license key to install and activate', 'bestwebsoft' ); ?>
688
+ <a href="<?php echo esc_url( 'https://bestwebsoft.com/products/wordpress/plugins/' . $link_slug . '/?k=' . $link_key . '&pn=' . $link_pn . '&v=' . $plugin_info["Version"] . '&wp_v=' . $wp_version ); ?>" target="_blank" title="<?php echo $plugin_info["Name"]; ?> Pro">Pro</a>
689
  <?php _e( 'version of the plugin.', 'bestwebsoft' ); ?><br />
690
  <span class="bws_info">
691
  <?php _e( 'License key can be found in the', 'bestwebsoft' ); ?>
699
  '5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
700
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
701
  <p>
702
+ <input disabled="disabled" type="text" name="bws_license_key" value="<?php echo esc_attr( $bws_license_key ); ?>" />
703
  <input disabled="disabled" type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
704
  <?php if ( $trial_days_number !== false ) echo $trial_days_number; ?>
705
  </p>
706
  <p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
707
  <?php } else { ?>
708
  <p>
709
+ <input type="text" maxlength="100" name="bws_license_key" value="<?php echo esc_attr( $bws_license_key ); ?>" />
710
+ <input type="hidden" name="bws_license_plugin" value="<?php echo esc_attr( $bws_license_plugin ); ?>" />
711
  <input type="hidden" name="bws_license_submit" value="submit" />
712
  <input type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
713
+ <?php if ( $trial_days_number !== false )
714
+ echo $trial_days_number;
715
  wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
716
  </p>
717
  <?php } ?>
bws_menu/fonts/bwsicons.eot CHANGED
Binary file
bws_menu/fonts/bwsicons.svg CHANGED
@@ -16,13 +16,10 @@
16
  <glyph unicode="&#xe906;" glyph-name="custom-admin-page" d="M1023.488 120.512c-0.128-6.592-2.56 14.080-8.768 22.656-13.632 18.752-35.2 32.448-68.608 45.12-57.408 21.696-71.040 29.312-71.040 29.312l-0.576 49.984c0 0 21.504 15.040 28.224 62.144 0 0 11.264 6.336 18.688 25.856 3.968 10.368 7.808 45.568-8.576 42.432 0 0 9.536 41.472-3.584 82.176-6.72 20.928-21.76 35.136-44.288 35.136-9.28 9.28-29.12 18.24-55.296 19.52h-0.192c-52.352-2.496-80-14.208-97.088-54.656-21.76-51.264-6.080-82.176-6.080-82.176-16.448 3.136-12.544-32.064-8.576-42.432 7.424-19.52 18.688-25.856 18.688-25.856 6.656-47.104 28.16-62.144 28.16-62.144l-0.576-49.984c0 0-13.632-7.552-71.040-29.312-33.344-12.672-54.912-26.304-68.608-45.12-6.208-8.64-8.896-16.128-8.768-22.656 1.216-3.264-3.84-54.656 18.176-55.616h398.912c14.848 0 10.816 19.712 10.816 55.616zM64 640h704v-64c37.632 14.656 37.568 11.52 64 0v194.624c0 32.32-28.992 61.376-61.376 61.376h-704.448c-32.384 0-66.176-31.68-66.176-64v-640c0-32.32 33.792-64 66.176-64h490.944c0 0-15.936 24.512 0 64h-493.12v512zM320 768h64v-64h-64v64zM192 768h64v-64h-64v64zM64 768h64v-64h-64v64zM552.32 156.928c0.256 0.576-0.32 0.832 0 0v0z" />
17
  <glyph unicode="&#xe907;" glyph-name="custom-fields-search" d="M1018.56 78.592l-242.24 242.112c39.424 63.872 62.208 139.264 62.208 220.16 0 231.296-187.776 419.136-419.2 419.136-231.872 0-419.328-187.84-419.328-419.136 0-231.808 187.456-419.648 419.328-419.648 84.992 0 163.776 25.28 229.696 68.416l240.512-240.448c12.416-12.416 43.52-1.664 69.312 24l36.032 36.16c25.728 25.664 36.544 56.768 23.68 69.248zM419.264 260.544c-154.688 0-280.32 125.632-280.32 280.256 0 154.688 125.632 279.872 280.32 279.872s279.936-125.248 279.936-279.872c0-154.624-125.248-280.256-279.936-280.256zM461.888 384h-155.776c-9.984 0-18.112 8.128-18.112 18.112v27.776c0 9.984 8.128 18.112 18.112 18.112h155.712c10.048 0 18.176-8.128 18.176-18.112v-27.712c0-10.048-8.128-18.176-18.112-18.176zM525.888 576h-219.776c-9.984 0-18.112-8.128-18.112-18.112v-27.712c0-10.048 8.128-18.176 18.112-18.176h219.712c10.048 0 18.176 8.128 18.176 18.112v27.776c0 9.984-8.128 18.112-18.112 18.112zM525.888 704h-219.776c-9.984 0-18.112-8.128-18.112-18.112v-27.712c0-10.048 8.128-18.176 18.112-18.176h219.712c10.048 0 18.176 8.128 18.176 18.112v27.776c0 9.984-8.128 18.112-18.112 18.112z" />
18
  <glyph unicode="&#xe908;" glyph-name="custom-search" d="M1018.56 65.728l-242.24 242.112c39.424 63.872 62.208 139.264 62.208 220.16 0 231.36-187.84 419.136-419.264 419.136-231.808 0-419.264-187.84-419.264-419.136 0-231.808 187.456-419.648 419.328-419.648 84.992 0 163.776 25.28 229.696 68.416l240.512-240.448c12.416-12.416 43.52-1.664 69.312 24l36.032 36.16c25.728 25.664 36.544 56.768 23.68 69.248zM419.264 247.744c-154.688 0-280.32 125.632-280.32 280.256 0 154.688 125.632 279.872 280.32 279.872s279.936-125.248 279.936-279.872c0-154.688-125.248-280.256-279.936-280.256z" />
19
- <glyph unicode="&#xe909;" glyph-name="db-manager" d="M388.672 232.064c-0.96-0.064-1.92-0.064-2.88-0.064-7.872-0.192-15.744-0.32-23.744-0.32-0.256 0-0.576 0-0.896 0-7.424 0-14.784 0.128-22.144 0.32-1.344 0-2.752 0.064-4.16 0.064-7.488 0.192-14.848 0.576-22.208 0.96-0.96 0.064-1.984 0.064-3.008 0.192-15.616 0.832-30.912 2.112-45.76 3.712-118.272 12.736-222.080 48.064-255.552 92.864-3.392 4.544-6.208 6.272-8.32 6.464v-140.928c27.2-70.912 182.912-125.056 358.848-125.696h6.336c0.704 0 1.344 0 2.048 0l3.904 0.064v0.064c36.544 0.384 71.616 3.2 104.576 7.808-37.376 43.456-62.848 96.704-72.384 155.136-4.864-0.256-9.728-0.576-14.656-0.64zM1024 221.568v68.992l-61.248 21.632c-4.224 14.72-10.048 28.672-17.28 41.792l27.904 58.688-48.768 48.768-58.688-27.968c-13.056 7.232-27.072 13.056-41.664 17.344l-21.76 61.184h-68.928l-21.824-61.12c-14.656-4.288-28.608-10.112-41.728-17.344l-58.688 27.904-48.768-48.768 27.968-58.688c-7.232-13.12-13.12-27.072-17.344-41.792l-61.184-21.632v-68.992l61.184-21.76c4.224-14.592 10.048-28.544 17.344-41.728l-27.968-58.688 48.768-48.768 58.688 27.968c13.12-7.296 27.072-13.12 41.728-17.28l21.824-61.312h68.928l21.76 61.248c14.592 4.224 28.608 9.984 41.664 17.28l58.688-27.968 48.768 48.768-27.904 58.688c7.232 13.056 13.056 27.136 17.28 41.728l61.248 21.824zM768 162.048c-51.84 0-93.952 42.112-93.952 93.888 0 51.904 42.048 93.888 93.952 93.888 51.84 0 93.888-42.048 93.888-93.888 0-51.776-42.048-93.888-93.888-93.888zM361.984 582.4v0c188.992 0 354.304 54.144 366.4 122.432v75.776c-12.096 64.448-177.408 115.392-366.4 115.392v0c-177.344 0-334.656-44.928-361.984-103.744v-99.776c27.328-62.336 184.64-110.080 361.984-110.080zM413.824 493.248c-0.704 0-1.408-0.064-2.24-0.128-7.488-0.32-15.168-0.64-22.912-0.896-1.024-0.064-1.984-0.064-2.944-0.064-7.872-0.192-15.744-0.384-23.744-0.384-0.256 0-0.576 0-0.896 0-7.424 0-14.784 0.128-22.144 0.384-1.344 0-2.752 0.064-4.16 0.128-7.424 0.192-14.784 0.512-22.144 0.896-0.96 0-1.984 0.064-2.944 0.192-15.616 0.832-30.912 2.112-45.824 3.648-118.272 12.736-222.080 48.064-255.552 92.8-3.392 4.672-6.208 6.4-8.32 6.592v-140.928c27.2-70.912 182.912-125.056 358.848-125.696h6.336c0.704 0 1.344 0 2.048 0l3.904 0.064v0.064c10.688 0.128 21.248 0.512 31.744 0.96 9.984 64.96 39.936 123.456 83.712 169.536-8.384-1.216-16.96-2.304-25.664-3.264-15.296-1.664-30.976-2.944-47.104-3.904z" />
20
  <glyph unicode="&#xe90a;" glyph-name="donate-button" d="M0 256h320v-320h384v320h320v384h-320v320h-384v-320h-320v-384z" />
21
- <glyph unicode="&#xe90b;" glyph-name="email-queue" d="M964.288 37.312c0-20.572-17.049-37.248-38.080-37.248s-38.080 16.676-38.080 37.248c0 20.572 17.049 37.248 38.080 37.248s38.080-16.676 38.080-37.248zM708.288 37.312c0-20.572-17.049-37.248-38.080-37.248s-38.080 16.676-38.080 37.248c0 20.572 17.049 37.248 38.080 37.248s38.080-16.676 38.080-37.248zM836.288 37.312c0-20.572-17.049-37.248-38.080-37.248s-38.080 16.676-38.080 37.248c0 20.572 17.049 37.248 38.080 37.248s38.080-16.676 38.080-37.248zM903.68 849.024c-85.632 73.984-203.2 110.976-352.64 110.976-172.608 0-310.080-52.224-412.544-156.672-92.352-93.696-138.496-207.552-138.496-341.568 0-112.64 38.016-211.904 113.984-297.856 94.912-107.264 222.528-160.96 398.016-160.96 90.304 0 86.080 71.616 16.384 71.616-149.056 0-256.32 41.216-336.96 123.904-68.864 69.888-103.296 156.224-103.296 259.008 0 117.568 36.096 215.168 108.352 292.864 84.352 91.264 206.336 136.896 365.888 136.896 115.008 0 206.528-27.264 274.56-81.728 68.096-54.464 102.080-129.408 102.080-224.768 0-78.912-19.008-142.848-57.024-191.744-37.952-48.96-80.96-73.344-128.768-73.344-14.72 0-27.84 4.224-39.36 12.608-11.584 8.384-17.28 21.888-17.28 40.384 0 9.92 1.472 21.184 4.416 33.92 2.88 12.736 7.552 29.568 13.824 50.56l83.776 270.080h-92.608l-31.488-103.616c-1.728 34.112-16.512 63.296-44.48 87.552-27.84 24.256-63.232 36.416-106.048 36.416-62.976 0-121.92-31.232-176.64-93.696-54.784-62.528-82.176-134.656-82.176-216.512 0-57.536 16.064-104.576 48.192-141.184s73.984-54.912 125.632-54.912c36.096 0 71.168 9.856 105.152 29.312 33.984 19.584 62.144 52.928 84.416 100.288-1.28-5.376-2.368-10.496-3.2-15.488-0.832-4.928-1.28-9.6-1.28-14.144 0-27.52 9.856-51.072 29.632-70.656 19.712-19.456 50.368-29.312 91.968-29.312 70.976 0 135.104 33.216 192.384 99.584 57.28 66.432 85.952 146.496 85.952 240.192 0 111.424-40.128 202.112-120.32 272zM596.992 404.672c-31.616-64.768-75.776-97.088-132.352-97.088-27.328 0-49.984 10.56-67.904 31.744-18.048 21.12-27.072 51.904-27.072 92.16 0 54.656 17.536 109.632 52.48 164.992 35.072 55.296 76.544 82.88 124.288 82.88 30.656 0 54.592-10.176 72-30.464 17.408-20.416 26.176-43.328 26.176-68.8-0.064-52.096-15.872-110.656-47.616-175.424z" />
22
  <glyph unicode="&#xe90c;" glyph-name="error-log-viewer" d="M576 960v-320h320zM448 352v-128c0-17.664 14.336-32 32-32s32 14.336 32 32v128c0 17.664-14.336 32-32 32s-32-14.336-32-32zM512 960h-384v-1024h768v640h-384v384zM352 128h-160v320h64v-256h96v-64zM640 352c0 52.992 43.008 96 96 96s96-43.008 96-96h-64c0 17.664-14.336 32-32 32s-32-14.336-32-32v-128c0-17.664 14.336-32 32-32s32 14.336 32 32v32h-32v64h96v-96c0-52.992-43.008-96-96-96s-96 43.008-96 96v128zM576 352v-128c0-52.992-43.008-96-96-96s-96 43.008-96 96v128c0 52.992 43.008 96 96 96s96-43.008 96-96z" />
23
  <glyph unicode="&#xe90d;" glyph-name="facebook-button" d="M748.864 771.584l-23.552 1.472-23.552 3.008-55.936 7.296h-3.008c-5.824 0-11.776-1.472-14.656-2.944l-11.84-5.824c-5.824-3.008-10.304-8.896-14.656-13.312-7.36-11.776-10.24-25.024-10.24-41.28 0-72.064 1.536-104.704 1.536-106.176l150.016-1.536-22.144-159.808-129.408-4.48v-512h-201.408v514.88h-120.832v162.112h116.352c1.472 0 4.48 45.312 4.48 143.872 0 7.36 0 11.84 0 19.2s0 14.72 0 22.016c1.472 7.36 1.472 13.248 2.944 20.672 1.472 7.296 4.48 14.656 7.36 20.544 8.832 27.968 21.76 50.048 42.304 69.184h-1.472l35.328 27.968c16.192 8.832 36.864 16.192 58.88 19.136l19.136 4.416c11.84 0 20.672 0 26.496 0l187.008-14.784-19.136-173.632z" />
24
  <glyph unicode="&#xe90e;" glyph-name="featured-posts" d="M128 576h256v-64h-256v64zM128 448h128v-64h-128v64zM128 320h128v-64h-128v64zM128 704h512v-64h-512v64zM128 832h512v-64h-512v64zM768 626.432v234.496c0 54.592-43.136 99.072-96.128 99.072h-575.744c-52.992 0-96.128-44.48-96.128-99.072v-697.792c0-54.656 43.136-99.136 96.128-99.136h304.384c64.576-78.080 162.176-127.872 271.424-127.872 194.432 0 352 157.568 352 351.936 0.064 161.024-108.288 296.512-255.936 338.368zM320 288.064c0-57.728 14.144-112 38.784-160.064h-262.656c-16.96 0-32.128 15.104-32.128 33.728v699.2c0 18.624 15.168 35.072 32.128 35.072h575.68c17.024 0 32.192-16.448 32.192-35.072v-222.528c-10.56 0.96-21.184 1.6-32 1.6-194.432 0-352-157.568-352-351.936zM917.76 317.504l-109.376-97.408 36.48-148.224c8.128-25.408-20.288-50.752-44.544-33.856l-125.632 80.448-125.568-80.448c-20.224-16.96-52.672 4.224-44.544 33.856l32.448 148.224-109.44 97.408c-20.224 16.96-12.16 55.040 12.16 55.040l145.856 12.736 56.704 139.712c12.16 25.472 44.608 25.472 56.768 0l56.704-139.712 145.856-12.736c24.256 0 36.416-38.080 16.128-55.040z" />
25
- <glyph unicode="&#xe90f;" glyph-name="gallery-categories" d="M932.992 832h-351.936c-77.696-0.832-101.888-2.304-123.072 21.888l-7.552 12.928c-40.704 59.776-54.912 53.376-131.968 53.376h-227.52c-50.112 0-90.944-40.768-90.944-90.944v-802.304c0-50.176 40.832-90.944 90.944-90.944h842.048c50.24 0 91.008 40.832 91.008 90.944v707.712c0 50.112-40.768 97.344-91.008 97.344zM384 128h-128v128h128v-128zM384 320h-128v128h128v-128zM384 512h-128v128h128v-128zM448 640h128v-128h-128v128zM576 128h-128v128h128v-128zM576 320h-128v128h128v-128zM768 128h-128v128h128v-128zM768 320h-128v128h128v-128zM768 512h-128v128h128v-128z" />
26
  <glyph unicode="&#xe910;" glyph-name="gallery" d="M256-64h-256v256h256v-256zM256 320h-256v256h256v-256zM256 704h-256v256h256v-256zM640-64h-256v256h256v-256zM640 320h-256v256h256v-256zM640 704h-256v256h256v-256zM1024-64h-256v256h256v-256zM1024 320h-256v256h256v-256zM1024 704h-256v256h256v-256z" />
27
  <glyph unicode="&#xe911;" glyph-name="google-analytics" d="M1024 489.728l-180.224 110.4c4.608 12.48 7.488 25.792 7.488 39.936 0 64-51.84 115.84-115.84 115.84s-115.84-51.904-115.84-115.84c0-30.4 11.968-57.792 31.040-78.464l-138.24-209.024c-11.904 4.16-24.512 6.848-37.824 6.848-32.192 0-61.248-13.12-82.24-34.304l-65.28 37.44c2.496 9.472 4.288 19.264 4.288 29.504 0 64-51.84 115.84-115.84 115.84s-115.84-51.904-115.84-115.84c0-22.016 6.464-42.368 17.088-59.84l-112.128-112.064c-0.32-0.448 39.616-39.616 40-40.064l112.448 112.448c17.216-10.112 36.992-16.32 58.432-16.32 33.344 0 63.168 14.272 84.288 36.8l64.192-36.8c-3.072-10.432-5.248-21.184-5.248-32.64 0-64 51.84-115.84 115.84-115.84s115.84 51.904 115.84 115.84c0 30.144-11.776 57.408-30.72 78.016l138.432 209.28c11.776-4.032 24.128-6.656 37.248-6.656 29.376 0 55.872 11.264 76.288 29.312l183.616-112.448 28.736 48.64z" />
28
  <glyph unicode="&#xe912;" glyph-name="google-captcha" d="M960 640v255.232l-82.56-82.88c-93.056 91.264-220.864 147.648-361.984 147.648-284.672 0-515.456-229.184-515.456-512 0-282.752 230.784-512 515.456-512 141.44 0 269.504 56.576 362.624 148.224l-89.984 89.408c-70.080-68.736-166.4-111.168-272.64-111.168-214.336 0-388.16 172.608-388.16 385.6 0 212.928 173.76 385.536 388.16 385.536 106.176 0 202.432-42.368 272.512-111.040l-83.008-82.56h255.040zM512 480c0 52.992-43.008 96-96 96h-96v-320h64v128h21.248l42.752-128h64l-47.296 141.696c28.16 16.704 47.296 47.168 47.296 82.304zM384 511.232h32c17.664 0 32-14.336 32-32s-14.336-32-32-32h-32v64zM768 512v64h-192v-320h192v64h-128v64h64v64h-64v64z" />
@@ -46,7 +43,6 @@
46
  <glyph unicode="&#xe924;" glyph-name="promobar" d="M972.8 832h-921.6c-20.288 0-51.2-30.72-51.2-51.2v-665.6c0-20.416 30.912-51.2 51.2-51.2h921.6c20.416 0 51.2 30.784 51.2 51.2v665.6c0 20.224-30.784 51.2-51.2 51.2zM320 768h64v-64h-64v64zM192 768h64v-64h-64v64zM64 768h64v-64h-64v64zM960 128h-896v512h896v-512zM128 576h768v-128h-768v128z" />
47
  <glyph unicode="&#xe925;" glyph-name="quotes-and-tips" d="M448 64h-448v319.168l192 448.832h192l-127.936-384h191.936v-384zM1024 64h-448v319.168l192 448.832h192l-128-384h192v-384z" />
48
  <glyph unicode="&#xe926;" glyph-name="rating" d="M1003.072 507.008l-218.752-194.752 72.96-296.512c16.192-50.752-40.512-101.568-89.152-67.648l-251.264 160.896-251.2-160.896c-40.512-33.92-105.344 8.384-89.152 67.648l64.832 296.512-218.88 194.752c-40.512 33.92-24.32 110.080 24.32 110.080l291.776 25.408 113.408 279.36c24.384 50.88 89.152 50.88 113.472 0l113.408-279.36 291.776-25.408c48.704-0.064 73.024-76.16 32.448-110.080z" />
49
- <glyph unicode="&#xe927;" glyph-name="re-attacher" d="M700.8 495.936v-0.064c26.24-0.064 47.424-25.472 47.424-52.224 0-26.688-21.184-43.456-47.424-43.52h-377.856c-26.24 0-47.488 16.832-47.488 43.52 0 26.752 21.248 52.224 47.488 52.224h0.064v0.064h377.792zM300.032 256h-131.008c-93.312 0-169.024 91.136-169.024 196.416 0 105.152 75.712 187.584 169.024 187.584h131.008c64.768 0 121.024-35.584 149.376-95.936l-260.096-0.064c-49.92 0.064-90.368-42.048-90.432-90.752 0-48.64 40.448-101.248 90.432-101.248h260.992c-28.032-61.376-84.8-96-150.272-96zM852.096 256h-125.824c-65.472 0-122.24 34.624-150.272 96h260.48c49.92 0 90.432 52.608 90.368 101.248 0 48.704-40.448 90.816-90.432 90.816h-259.584c28.352 60.352 84.608 95.936 149.44 95.936h125.888c93.312 0 168.96-82.432 169.024-187.648-0.064-105.216-75.712-196.352-169.088-196.352z" />
50
  <glyph unicode="&#xe928;" glyph-name="realty" d="M512 896l-256-256v192h-128v-320l-128-128h64v-384h512v320h192v-320h192v384h64z" />
51
  <glyph unicode="&#xe929;" glyph-name="related-posts" d="M128 576h256v-64h-256v64zM128 448h128v-64h-128v64zM128 320h128v-64h-128v64zM128 704h512v-64h-512v64zM128 832h512v-64h-512v64zM768 626.432v234.496c0 54.592-43.136 99.072-96.128 99.072h-575.744c-52.992 0-96.128-44.48-96.128-99.072v-697.792c0-54.656 43.136-99.136 96.128-99.136h304.384c64.576-78.080 162.176-127.872 271.424-127.872 194.432 0 352 157.568 352 351.936 0.064 161.024-108.288 296.512-255.936 338.368zM358.784 128h-262.656c-16.96 0-32.128 15.104-32.128 33.728v699.2c0 18.624 15.168 35.072 32.128 35.072h575.68c17.024 0 32.192-16.448 32.192-35.072v-222.528c-10.56 0.96-21.184 1.6-32 1.6-194.432 0-352-157.568-352-351.936 0-57.728 14.144-112 38.784-160.064zM649.152 144.576c-3.52-0.384-7.040-0.576-10.624-0.576-0.064 0-0.128 0-0.256 0v0h-98.112c-68.544 0-124.16 58.368-124.16 132.928 0 2.304 0.256 4.544 0.384 6.784h-0.384c0.32 70.272 50.048 125.952 113.344 131.712 3.456 0.384 6.976 0.576 10.56 0.576 0.064 0 0.128 0 0.256 0v0h60.864c-20.736-18.048-36.928-41.536-47.040-68.48h-2.304c-2.816 0-5.632-0.256-8.384-0.576-32.704-5.056-58.048-38.848-58.048-70.656 0-34.496 29.696-63.808 66.432-63.808h75.136c2.816 0 5.632 0.256 8.32 0.576 32.704 5.056 58.048 38.912 58.048 70.656 0 3.328-0.384 6.592-0.896 9.792 4.352 8.64 14.080 14.912 24.832 14.912h43.008c1.472-8.192 2.24-16.64 2.24-25.344 0-2.304-0.256-4.544-0.384-6.784h0.384c-0.256-70.272-49.984-125.952-113.216-131.712zM814.656 144.96c-3.52-0.32-7.040-0.576-10.624-0.576-0.064 0-0.128 0-0.256 0v0h-60.864c20.736 18.048 36.928 41.536 47.040 68.48h2.368c2.816 0 5.632 0.256 8.384 0.576 32.704 5.056 58.048 38.848 58.048 70.656 0 34.496-29.696 63.808-66.432 63.808h-75.136c-2.816 0-5.632-0.256-8.384-0.576-32.704-5.056-58.048-38.912-58.048-70.656 0-3.328 0.384-6.592 0.896-9.792-4.352-8.64-14.080-14.912-24.832-14.912h-43.008c-1.408 8.192-2.24 16.64-2.24 25.344 0 2.304 0.256 4.544 0.384 6.784h-0.384c0.32 70.272 50.048 125.952 113.344 131.712 3.52 0.384 7.040 0.576 10.624 0.576 0.064 0 0.128 0 0.256 0v0h98.112c68.544 0 124.16-58.368 124.16-132.928 0-2.304-0.256-4.544-0.384-6.784h0.32c-0.32-70.272-50.048-125.952-113.344-131.712z" />
52
  <glyph unicode="&#xe92a;" glyph-name="sender" d="M704 320v-384h-384v384h-320l512 640 512-640h-320z" />
@@ -69,5 +65,6 @@
69
  <glyph unicode="&#xe93b;" glyph-name="shortcode" d="M0 896v-896h384v192h-192v512h192v192h-192zM832 896h-192v-192h192v-512h-192v-192h384v896z" />
70
  <glyph unicode="&#xe93c;" glyph-name="bws-logo" d="M953.913 325.746c-21.447-38.855-46.592-77.198-75.435-114.233-68.551-100.466-192.91-193.365-254.919-225.052-38.457-19.684-89.088-34.702-126.805-44.316 204.459-39.538 403.285 114.46 466.034 352.37 6.997 26.852 12.004 53.134 15.417 78.734-7.566-15.872-15.588-31.744-24.292-47.502zM327.964 88.519c-70.087 61.952-114.176 154.169-114.176 264.533 0 207.076 154.852 374.898 345.884 374.898 117.931 0 222.151-64.114 284.501-161.906 1.479 4.494 3.129 9.045 4.437 13.54 17.010 57.799 23.438 113.38 18.887 162.816-35.442 34.93-77.995 62.976-126.862 82.716-207.588 83.854-477.753-63.431-543.346-312.946-40.789-154.51-9.899-309.931 70.485-420.58 19.058-3.527 39.14-4.494 60.188-3.072zM934.059 893.611c-119.694 109.682-325.632 79.019-507.79-59.392 44.658 22.357 92.16 36.807 139.89 42.098 103.31 41.529 200.932 38.343 264.704-19.342 70.656-63.886 83.797-180.167 46.364-307.314-25.145-85.618-73.159-176.185-141.995-258.958-154.567-185.742-454.428-341.902-620.203-137.671 13.596-54.67 39.481-102.059 78.62-137.842 96.313-88.178 248.377-85.618 398.962-9.33 85.504 43.349 170.61 110.364 244.565 198.201 38.286 45.397 70.884 93.127 97.564 141.54 116.224 210.603 121.97 435.655-0.683 548.011zM791.211 595.854c-4.38 5.86-23.666 26.226-28.956 30.436-56.092 45.056-124.985 71.68-199.68 71.68-46.99 0-91.648-10.468-132.38-29.468 15.246-6.656 30.322-14.165 45.284-22.756 155.989-89.088 240.64-247.808 205.824-372.224 2.788 3.3 5.518 6.599 8.021 9.785 54.784 71.054 114.859 157.298 144.953 243.712-12.174 23.78-26.453 46.82-43.065 68.836zM24.007 593.977c-71.794-176.469 23.154-384.683 207.303-496.299-24.86 33.451-41.7 72.42-56.149 121.344-137.444 102.741-194.446 258.162-134.087 372.907 39.708 75.662 123.79 115.029 221.355 114.404 33.166 41.017 72.704 74.524 115.996 99.214-158.549 1.877-299.065-75.264-354.418-211.57zM263.794 453.632c0.569 10.524 1.593 20.935 3.015 31.118-12.857-32.768-20.821-68.608-22.642-106.268-5.86-116.224 46.99-220.615 130.219-278.983 38.059 4.38 74.638 16.213 108.601 34.418-132.096 32.939-226.93 166.059-219.193 319.716z" />
71
  <glyph unicode="&#xe93d;" glyph-name="warning" d="M508.992-64c-287.040 3.136-512.64 235.584-508.928 524.352 3.52 274.112 239.040 502.592 514.944 499.648 287.040-3.136 512.64-235.584 508.928-524.352-3.52-274.112-239.040-502.592-514.944-499.648zM424.128 768c-0.576-5.44 11.84-247.744 17.92-365.76 0.704-14.208 5.952-18.24 5.952-18.24h128c0 0 5.568 6.784 6.4 25.472 3.584 82.752 16.64 321.152 18.304 358.528-60.16 0-117.12 0-176.576 0zM507.136 319.872c-68.288-2.688-108.352-41.088-105.408-101.056 2.816-57.472 46.592-92.544 113.152-90.752 69.952 1.92 107.264 39.168 104.384 104.256-2.496 55.808-46.4 90.112-112.128 87.552z" />
 
72
  <glyph unicode="&#xe93f;" glyph-name="slider" d="M768 704h-512c-26.432 0-64-37.568-64-64v-448c0-26.432 37.568-64 64-64h512c26.432 0 64 37.568 64 64v448c0 26.432-37.568 64-64 64zM640 330.24c0-5.632-3.2-10.24-7.040-10.24h-241.92c-3.84 0-7.040 4.608-7.040 10.24v43.52c0 5.632 3.2 10.24 7.040 10.24h241.92c3.84 0 7.040-4.608 7.040-10.24v-43.52zM707.008 458.688c0-5.888-4.8-10.688-10.56-10.688h-365.888c-5.824 0-10.56 4.8-10.56 10.688v42.624c0 5.888 4.736 10.688 10.56 10.688h365.824c5.824 0 10.56-4.8 10.56-10.688v-42.624zM1020.352 424.704l-85.312 83.904c-4.608 4.48-11.776 4.48-16.32 0l-19.072-18.752c-2.368-2.304-3.648-5.44-3.648-8.704 0-3.328 1.28-6.4 3.648-8.704l57.344-56.448-57.344-56.384c-2.368-2.304-3.648-5.44-3.648-8.768s1.28-6.4 3.648-8.704l19.072-18.752c2.304-2.24 5.248-3.392 8.192-3.392s5.888 1.152 8.192 3.392l85.312 83.904c2.304 2.304 3.584 5.376 3.584 8.704s-1.28 6.4-3.648 8.704zM128 481.152c0 3.328-1.28 6.4-3.648 8.704l-19.072 18.752c-4.608 4.48-11.776 4.544-16.32 0l-85.312-83.904c-2.368-2.304-3.648-5.376-3.648-8.704s1.28-6.4 3.648-8.704l85.312-83.904c2.24-2.24 5.184-3.392 8.128-3.392s5.888 1.152 8.192 3.392l19.072 18.752c2.368 2.304 3.648 5.44 3.648 8.704s-1.28 6.4-3.648 8.704l-57.344 56.448 57.344 56.384c2.368 2.304 3.648 5.44 3.648 8.768z" />
73
  </font></defs></svg>
16
  <glyph unicode="&#xe906;" glyph-name="custom-admin-page" d="M1023.488 120.512c-0.128-6.592-2.56 14.080-8.768 22.656-13.632 18.752-35.2 32.448-68.608 45.12-57.408 21.696-71.040 29.312-71.040 29.312l-0.576 49.984c0 0 21.504 15.040 28.224 62.144 0 0 11.264 6.336 18.688 25.856 3.968 10.368 7.808 45.568-8.576 42.432 0 0 9.536 41.472-3.584 82.176-6.72 20.928-21.76 35.136-44.288 35.136-9.28 9.28-29.12 18.24-55.296 19.52h-0.192c-52.352-2.496-80-14.208-97.088-54.656-21.76-51.264-6.080-82.176-6.080-82.176-16.448 3.136-12.544-32.064-8.576-42.432 7.424-19.52 18.688-25.856 18.688-25.856 6.656-47.104 28.16-62.144 28.16-62.144l-0.576-49.984c0 0-13.632-7.552-71.040-29.312-33.344-12.672-54.912-26.304-68.608-45.12-6.208-8.64-8.896-16.128-8.768-22.656 1.216-3.264-3.84-54.656 18.176-55.616h398.912c14.848 0 10.816 19.712 10.816 55.616zM64 640h704v-64c37.632 14.656 37.568 11.52 64 0v194.624c0 32.32-28.992 61.376-61.376 61.376h-704.448c-32.384 0-66.176-31.68-66.176-64v-640c0-32.32 33.792-64 66.176-64h490.944c0 0-15.936 24.512 0 64h-493.12v512zM320 768h64v-64h-64v64zM192 768h64v-64h-64v64zM64 768h64v-64h-64v64zM552.32 156.928c0.256 0.576-0.32 0.832 0 0v0z" />
17
  <glyph unicode="&#xe907;" glyph-name="custom-fields-search" d="M1018.56 78.592l-242.24 242.112c39.424 63.872 62.208 139.264 62.208 220.16 0 231.296-187.776 419.136-419.2 419.136-231.872 0-419.328-187.84-419.328-419.136 0-231.808 187.456-419.648 419.328-419.648 84.992 0 163.776 25.28 229.696 68.416l240.512-240.448c12.416-12.416 43.52-1.664 69.312 24l36.032 36.16c25.728 25.664 36.544 56.768 23.68 69.248zM419.264 260.544c-154.688 0-280.32 125.632-280.32 280.256 0 154.688 125.632 279.872 280.32 279.872s279.936-125.248 279.936-279.872c0-154.624-125.248-280.256-279.936-280.256zM461.888 384h-155.776c-9.984 0-18.112 8.128-18.112 18.112v27.776c0 9.984 8.128 18.112 18.112 18.112h155.712c10.048 0 18.176-8.128 18.176-18.112v-27.712c0-10.048-8.128-18.176-18.112-18.176zM525.888 576h-219.776c-9.984 0-18.112-8.128-18.112-18.112v-27.712c0-10.048 8.128-18.176 18.112-18.176h219.712c10.048 0 18.176 8.128 18.176 18.112v27.776c0 9.984-8.128 18.112-18.112 18.112zM525.888 704h-219.776c-9.984 0-18.112-8.128-18.112-18.112v-27.712c0-10.048 8.128-18.176 18.112-18.176h219.712c10.048 0 18.176 8.128 18.176 18.112v27.776c0 9.984-8.128 18.112-18.112 18.112z" />
18
  <glyph unicode="&#xe908;" glyph-name="custom-search" d="M1018.56 65.728l-242.24 242.112c39.424 63.872 62.208 139.264 62.208 220.16 0 231.36-187.84 419.136-419.264 419.136-231.808 0-419.264-187.84-419.264-419.136 0-231.808 187.456-419.648 419.328-419.648 84.992 0 163.776 25.28 229.696 68.416l240.512-240.448c12.416-12.416 43.52-1.664 69.312 24l36.032 36.16c25.728 25.664 36.544 56.768 23.68 69.248zM419.264 247.744c-154.688 0-280.32 125.632-280.32 280.256 0 154.688 125.632 279.872 280.32 279.872s279.936-125.248 279.936-279.872c0-154.688-125.248-280.256-279.936-280.256z" />
 
19
  <glyph unicode="&#xe90a;" glyph-name="donate-button" d="M0 256h320v-320h384v320h320v384h-320v320h-384v-320h-320v-384z" />
 
20
  <glyph unicode="&#xe90c;" glyph-name="error-log-viewer" d="M576 960v-320h320zM448 352v-128c0-17.664 14.336-32 32-32s32 14.336 32 32v128c0 17.664-14.336 32-32 32s-32-14.336-32-32zM512 960h-384v-1024h768v640h-384v384zM352 128h-160v320h64v-256h96v-64zM640 352c0 52.992 43.008 96 96 96s96-43.008 96-96h-64c0 17.664-14.336 32-32 32s-32-14.336-32-32v-128c0-17.664 14.336-32 32-32s32 14.336 32 32v32h-32v64h96v-96c0-52.992-43.008-96-96-96s-96 43.008-96 96v128zM576 352v-128c0-52.992-43.008-96-96-96s-96 43.008-96 96v128c0 52.992 43.008 96 96 96s96-43.008 96-96z" />
21
  <glyph unicode="&#xe90d;" glyph-name="facebook-button" d="M748.864 771.584l-23.552 1.472-23.552 3.008-55.936 7.296h-3.008c-5.824 0-11.776-1.472-14.656-2.944l-11.84-5.824c-5.824-3.008-10.304-8.896-14.656-13.312-7.36-11.776-10.24-25.024-10.24-41.28 0-72.064 1.536-104.704 1.536-106.176l150.016-1.536-22.144-159.808-129.408-4.48v-512h-201.408v514.88h-120.832v162.112h116.352c1.472 0 4.48 45.312 4.48 143.872 0 7.36 0 11.84 0 19.2s0 14.72 0 22.016c1.472 7.36 1.472 13.248 2.944 20.672 1.472 7.296 4.48 14.656 7.36 20.544 8.832 27.968 21.76 50.048 42.304 69.184h-1.472l35.328 27.968c16.192 8.832 36.864 16.192 58.88 19.136l19.136 4.416c11.84 0 20.672 0 26.496 0l187.008-14.784-19.136-173.632z" />
22
  <glyph unicode="&#xe90e;" glyph-name="featured-posts" d="M128 576h256v-64h-256v64zM128 448h128v-64h-128v64zM128 320h128v-64h-128v64zM128 704h512v-64h-512v64zM128 832h512v-64h-512v64zM768 626.432v234.496c0 54.592-43.136 99.072-96.128 99.072h-575.744c-52.992 0-96.128-44.48-96.128-99.072v-697.792c0-54.656 43.136-99.136 96.128-99.136h304.384c64.576-78.080 162.176-127.872 271.424-127.872 194.432 0 352 157.568 352 351.936 0.064 161.024-108.288 296.512-255.936 338.368zM320 288.064c0-57.728 14.144-112 38.784-160.064h-262.656c-16.96 0-32.128 15.104-32.128 33.728v699.2c0 18.624 15.168 35.072 32.128 35.072h575.68c17.024 0 32.192-16.448 32.192-35.072v-222.528c-10.56 0.96-21.184 1.6-32 1.6-194.432 0-352-157.568-352-351.936zM917.76 317.504l-109.376-97.408 36.48-148.224c8.128-25.408-20.288-50.752-44.544-33.856l-125.632 80.448-125.568-80.448c-20.224-16.96-52.672 4.224-44.544 33.856l32.448 148.224-109.44 97.408c-20.224 16.96-12.16 55.040 12.16 55.040l145.856 12.736 56.704 139.712c12.16 25.472 44.608 25.472 56.768 0l56.704-139.712 145.856-12.736c24.256 0 36.416-38.080 16.128-55.040z" />
 
23
  <glyph unicode="&#xe910;" glyph-name="gallery" d="M256-64h-256v256h256v-256zM256 320h-256v256h256v-256zM256 704h-256v256h256v-256zM640-64h-256v256h256v-256zM640 320h-256v256h256v-256zM640 704h-256v256h256v-256zM1024-64h-256v256h256v-256zM1024 320h-256v256h256v-256zM1024 704h-256v256h256v-256z" />
24
  <glyph unicode="&#xe911;" glyph-name="google-analytics" d="M1024 489.728l-180.224 110.4c4.608 12.48 7.488 25.792 7.488 39.936 0 64-51.84 115.84-115.84 115.84s-115.84-51.904-115.84-115.84c0-30.4 11.968-57.792 31.040-78.464l-138.24-209.024c-11.904 4.16-24.512 6.848-37.824 6.848-32.192 0-61.248-13.12-82.24-34.304l-65.28 37.44c2.496 9.472 4.288 19.264 4.288 29.504 0 64-51.84 115.84-115.84 115.84s-115.84-51.904-115.84-115.84c0-22.016 6.464-42.368 17.088-59.84l-112.128-112.064c-0.32-0.448 39.616-39.616 40-40.064l112.448 112.448c17.216-10.112 36.992-16.32 58.432-16.32 33.344 0 63.168 14.272 84.288 36.8l64.192-36.8c-3.072-10.432-5.248-21.184-5.248-32.64 0-64 51.84-115.84 115.84-115.84s115.84 51.904 115.84 115.84c0 30.144-11.776 57.408-30.72 78.016l138.432 209.28c11.776-4.032 24.128-6.656 37.248-6.656 29.376 0 55.872 11.264 76.288 29.312l183.616-112.448 28.736 48.64z" />
25
  <glyph unicode="&#xe912;" glyph-name="google-captcha" d="M960 640v255.232l-82.56-82.88c-93.056 91.264-220.864 147.648-361.984 147.648-284.672 0-515.456-229.184-515.456-512 0-282.752 230.784-512 515.456-512 141.44 0 269.504 56.576 362.624 148.224l-89.984 89.408c-70.080-68.736-166.4-111.168-272.64-111.168-214.336 0-388.16 172.608-388.16 385.6 0 212.928 173.76 385.536 388.16 385.536 106.176 0 202.432-42.368 272.512-111.040l-83.008-82.56h255.040zM512 480c0 52.992-43.008 96-96 96h-96v-320h64v128h21.248l42.752-128h64l-47.296 141.696c28.16 16.704 47.296 47.168 47.296 82.304zM384 511.232h32c17.664 0 32-14.336 32-32s-14.336-32-32-32h-32v64zM768 512v64h-192v-320h192v64h-128v64h64v64h-64v64z" />
43
  <glyph unicode="&#xe924;" glyph-name="promobar" d="M972.8 832h-921.6c-20.288 0-51.2-30.72-51.2-51.2v-665.6c0-20.416 30.912-51.2 51.2-51.2h921.6c20.416 0 51.2 30.784 51.2 51.2v665.6c0 20.224-30.784 51.2-51.2 51.2zM320 768h64v-64h-64v64zM192 768h64v-64h-64v64zM64 768h64v-64h-64v64zM960 128h-896v512h896v-512zM128 576h768v-128h-768v128z" />
44
  <glyph unicode="&#xe925;" glyph-name="quotes-and-tips" d="M448 64h-448v319.168l192 448.832h192l-127.936-384h191.936v-384zM1024 64h-448v319.168l192 448.832h192l-128-384h192v-384z" />
45
  <glyph unicode="&#xe926;" glyph-name="rating" d="M1003.072 507.008l-218.752-194.752 72.96-296.512c16.192-50.752-40.512-101.568-89.152-67.648l-251.264 160.896-251.2-160.896c-40.512-33.92-105.344 8.384-89.152 67.648l64.832 296.512-218.88 194.752c-40.512 33.92-24.32 110.080 24.32 110.080l291.776 25.408 113.408 279.36c24.384 50.88 89.152 50.88 113.472 0l113.408-279.36 291.776-25.408c48.704-0.064 73.024-76.16 32.448-110.080z" />
 
46
  <glyph unicode="&#xe928;" glyph-name="realty" d="M512 896l-256-256v192h-128v-320l-128-128h64v-384h512v320h192v-320h192v384h64z" />
47
  <glyph unicode="&#xe929;" glyph-name="related-posts" d="M128 576h256v-64h-256v64zM128 448h128v-64h-128v64zM128 320h128v-64h-128v64zM128 704h512v-64h-512v64zM128 832h512v-64h-512v64zM768 626.432v234.496c0 54.592-43.136 99.072-96.128 99.072h-575.744c-52.992 0-96.128-44.48-96.128-99.072v-697.792c0-54.656 43.136-99.136 96.128-99.136h304.384c64.576-78.080 162.176-127.872 271.424-127.872 194.432 0 352 157.568 352 351.936 0.064 161.024-108.288 296.512-255.936 338.368zM358.784 128h-262.656c-16.96 0-32.128 15.104-32.128 33.728v699.2c0 18.624 15.168 35.072 32.128 35.072h575.68c17.024 0 32.192-16.448 32.192-35.072v-222.528c-10.56 0.96-21.184 1.6-32 1.6-194.432 0-352-157.568-352-351.936 0-57.728 14.144-112 38.784-160.064zM649.152 144.576c-3.52-0.384-7.040-0.576-10.624-0.576-0.064 0-0.128 0-0.256 0v0h-98.112c-68.544 0-124.16 58.368-124.16 132.928 0 2.304 0.256 4.544 0.384 6.784h-0.384c0.32 70.272 50.048 125.952 113.344 131.712 3.456 0.384 6.976 0.576 10.56 0.576 0.064 0 0.128 0 0.256 0v0h60.864c-20.736-18.048-36.928-41.536-47.040-68.48h-2.304c-2.816 0-5.632-0.256-8.384-0.576-32.704-5.056-58.048-38.848-58.048-70.656 0-34.496 29.696-63.808 66.432-63.808h75.136c2.816 0 5.632 0.256 8.32 0.576 32.704 5.056 58.048 38.912 58.048 70.656 0 3.328-0.384 6.592-0.896 9.792 4.352 8.64 14.080 14.912 24.832 14.912h43.008c1.472-8.192 2.24-16.64 2.24-25.344 0-2.304-0.256-4.544-0.384-6.784h0.384c-0.256-70.272-49.984-125.952-113.216-131.712zM814.656 144.96c-3.52-0.32-7.040-0.576-10.624-0.576-0.064 0-0.128 0-0.256 0v0h-60.864c20.736 18.048 36.928 41.536 47.040 68.48h2.368c2.816 0 5.632 0.256 8.384 0.576 32.704 5.056 58.048 38.848 58.048 70.656 0 34.496-29.696 63.808-66.432 63.808h-75.136c-2.816 0-5.632-0.256-8.384-0.576-32.704-5.056-58.048-38.912-58.048-70.656 0-3.328 0.384-6.592 0.896-9.792-4.352-8.64-14.080-14.912-24.832-14.912h-43.008c-1.408 8.192-2.24 16.64-2.24 25.344 0 2.304 0.256 4.544 0.384 6.784h-0.384c0.32 70.272 50.048 125.952 113.344 131.712 3.52 0.384 7.040 0.576 10.624 0.576 0.064 0 0.128 0 0.256 0v0h98.112c68.544 0 124.16-58.368 124.16-132.928 0-2.304-0.256-4.544-0.384-6.784h0.32c-0.32-70.272-50.048-125.952-113.344-131.712z" />
48
  <glyph unicode="&#xe92a;" glyph-name="sender" d="M704 320v-384h-384v384h-320l512 640 512-640h-320z" />
65
  <glyph unicode="&#xe93b;" glyph-name="shortcode" d="M0 896v-896h384v192h-192v512h192v192h-192zM832 896h-192v-192h192v-512h-192v-192h384v896z" />
66
  <glyph unicode="&#xe93c;" glyph-name="bws-logo" d="M953.913 325.746c-21.447-38.855-46.592-77.198-75.435-114.233-68.551-100.466-192.91-193.365-254.919-225.052-38.457-19.684-89.088-34.702-126.805-44.316 204.459-39.538 403.285 114.46 466.034 352.37 6.997 26.852 12.004 53.134 15.417 78.734-7.566-15.872-15.588-31.744-24.292-47.502zM327.964 88.519c-70.087 61.952-114.176 154.169-114.176 264.533 0 207.076 154.852 374.898 345.884 374.898 117.931 0 222.151-64.114 284.501-161.906 1.479 4.494 3.129 9.045 4.437 13.54 17.010 57.799 23.438 113.38 18.887 162.816-35.442 34.93-77.995 62.976-126.862 82.716-207.588 83.854-477.753-63.431-543.346-312.946-40.789-154.51-9.899-309.931 70.485-420.58 19.058-3.527 39.14-4.494 60.188-3.072zM934.059 893.611c-119.694 109.682-325.632 79.019-507.79-59.392 44.658 22.357 92.16 36.807 139.89 42.098 103.31 41.529 200.932 38.343 264.704-19.342 70.656-63.886 83.797-180.167 46.364-307.314-25.145-85.618-73.159-176.185-141.995-258.958-154.567-185.742-454.428-341.902-620.203-137.671 13.596-54.67 39.481-102.059 78.62-137.842 96.313-88.178 248.377-85.618 398.962-9.33 85.504 43.349 170.61 110.364 244.565 198.201 38.286 45.397 70.884 93.127 97.564 141.54 116.224 210.603 121.97 435.655-0.683 548.011zM791.211 595.854c-4.38 5.86-23.666 26.226-28.956 30.436-56.092 45.056-124.985 71.68-199.68 71.68-46.99 0-91.648-10.468-132.38-29.468 15.246-6.656 30.322-14.165 45.284-22.756 155.989-89.088 240.64-247.808 205.824-372.224 2.788 3.3 5.518 6.599 8.021 9.785 54.784 71.054 114.859 157.298 144.953 243.712-12.174 23.78-26.453 46.82-43.065 68.836zM24.007 593.977c-71.794-176.469 23.154-384.683 207.303-496.299-24.86 33.451-41.7 72.42-56.149 121.344-137.444 102.741-194.446 258.162-134.087 372.907 39.708 75.662 123.79 115.029 221.355 114.404 33.166 41.017 72.704 74.524 115.996 99.214-158.549 1.877-299.065-75.264-354.418-211.57zM263.794 453.632c0.569 10.524 1.593 20.935 3.015 31.118-12.857-32.768-20.821-68.608-22.642-106.268-5.86-116.224 46.99-220.615 130.219-278.983 38.059 4.38 74.638 16.213 108.601 34.418-132.096 32.939-226.93 166.059-219.193 319.716z" />
67
  <glyph unicode="&#xe93d;" glyph-name="warning" d="M508.992-64c-287.040 3.136-512.64 235.584-508.928 524.352 3.52 274.112 239.040 502.592 514.944 499.648 287.040-3.136 512.64-235.584 508.928-524.352-3.52-274.112-239.040-502.592-514.944-499.648zM424.128 768c-0.576-5.44 11.84-247.744 17.92-365.76 0.704-14.208 5.952-18.24 5.952-18.24h128c0 0 5.568 6.784 6.4 25.472 3.584 82.752 16.64 321.152 18.304 358.528-60.16 0-117.12 0-176.576 0zM507.136 319.872c-68.288-2.688-108.352-41.088-105.408-101.056 2.816-57.472 46.592-92.544 113.152-90.752 69.952 1.92 107.264 39.168 104.384 104.256-2.496 55.808-46.4 90.112-112.128 87.552z" />
68
+ <glyph unicode="&#xe93e;" glyph-name="google-2-step-verification" d="M640 440.128c0 19.136-1.728 37.376-5.184 55.616h-308.032v-114.688h184.704c-13.632-92.224-98.752-143.424-184.704-143.424-113.152 0-203.328 95.552-203.328 210.304 0 114.688 90.176 210.304 203.328 210.304 47.616 0 95.36-16.576 130.24-51.328l88.448 87.808c-60.416 57.472-136.128 86.976-218.688 86.976-181.248 0-326.784-149.44-326.784-333.696s145.536-333.696 326.784-333.696c188.032 0 313.216 135.552 313.216 325.824zM970.688 522.304v52.352c0 66.24-43.584 115.648-106.688 115.648s-106.688-49.408-106.688-115.648v-53.696c-20.992-1.28-53.312-12.736-53.312-35.136v-201.408c0-23.232 25.792-42.112 47.872-42.112h232.704c22.144 0 39.424 18.816 39.424 42.112v201.408c0 22.4-32.32 35.2-53.312 36.48zM916.608 310.656c1.28-2.752 0.896-5.888-0.768-8.384s-4.416-3.968-7.488-3.968h-88.704c-3.008 0-5.76 1.472-7.488 3.968-1.6 2.432-1.92 5.632-0.768 8.384l21.44 69.376c-11.328 9.216-22.144 23.104-22.144 37.76 0 26.88 26.112 48.832 53.312 48.832 27.136 0 53.312-21.952 53.312-48.832 0-14.656-10.816-28.544-22.144-37.76l21.44-69.376zM917.312 522.304h-106.688v52.352c0 33.344 21.504 58.432 53.312 58.432 31.744 0 53.312-25.024 53.312-58.432v-52.352z" />
69
  <glyph unicode="&#xe93f;" glyph-name="slider" d="M768 704h-512c-26.432 0-64-37.568-64-64v-448c0-26.432 37.568-64 64-64h512c26.432 0 64 37.568 64 64v448c0 26.432-37.568 64-64 64zM640 330.24c0-5.632-3.2-10.24-7.040-10.24h-241.92c-3.84 0-7.040 4.608-7.040 10.24v43.52c0 5.632 3.2 10.24 7.040 10.24h241.92c3.84 0 7.040-4.608 7.040-10.24v-43.52zM707.008 458.688c0-5.888-4.8-10.688-10.56-10.688h-365.888c-5.824 0-10.56 4.8-10.56 10.688v42.624c0 5.888 4.736 10.688 10.56 10.688h365.824c5.824 0 10.56-4.8 10.56-10.688v-42.624zM1020.352 424.704l-85.312 83.904c-4.608 4.48-11.776 4.48-16.32 0l-19.072-18.752c-2.368-2.304-3.648-5.44-3.648-8.704 0-3.328 1.28-6.4 3.648-8.704l57.344-56.448-57.344-56.384c-2.368-2.304-3.648-5.44-3.648-8.768s1.28-6.4 3.648-8.704l19.072-18.752c2.304-2.24 5.248-3.392 8.192-3.392s5.888 1.152 8.192 3.392l85.312 83.904c2.304 2.304 3.584 5.376 3.584 8.704s-1.28 6.4-3.648 8.704zM128 481.152c0 3.328-1.28 6.4-3.648 8.704l-19.072 18.752c-4.608 4.48-11.776 4.544-16.32 0l-85.312-83.904c-2.368-2.304-3.648-5.376-3.648-8.704s1.28-6.4 3.648-8.704l85.312-83.904c2.24-2.24 5.184-3.392 8.128-3.392s5.888 1.152 8.192 3.392l19.072 18.752c2.368 2.304 3.648 5.44 3.648 8.704s-1.28 6.4-3.648 8.704l-57.344 56.448 57.344 56.384c2.368 2.304 3.648 5.44 3.648 8.768z" />
70
  </font></defs></svg>
bws_menu/fonts/bwsicons.ttf CHANGED
Binary file
bws_menu/fonts/bwsicons.woff CHANGED
Binary file
bws_menu/languages/bestwebsoft-cs_CZ.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-cs_CZ.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-06-08 11:25+0300\n"
6
- "PO-Revision-Date: 2017-06-08 11:25+0300\n"
7
  "Last-Translator: Mik013\n"
8
  "Language-Team: Mik013\n"
9
  "Language: cs_CZ\n"
@@ -16,11 +16,11 @@ msgstr ""
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:72 bws_functions.php:190
20
  msgid "requires"
21
  msgstr "vyžaduje"
22
 
23
- #: bws_functions.php:74
24
  msgid ""
25
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
26
  "try again."
@@ -28,60 +28,65 @@ msgstr ""
28
  "nebo vyšší, to je důvod, proč byl deaktivován! Proveďte upgrade WordPressu a "
29
  "zkuste to znovu."
30
 
31
- #: bws_functions.php:75
32
  msgid "Back to the WordPress"
33
  msgstr "Zpět do WordPressu"
34
 
35
- #: bws_functions.php:77
36
  msgid "Plugins page"
37
  msgstr "Stránka pluginů"
38
 
39
- #: bws_functions.php:91
40
  msgid "Like the plugin?"
41
  msgstr "Líbí se vám plugin?"
42
 
43
  #: bws_functions.php:93
 
 
 
 
 
44
  msgid "Rate it"
45
  msgstr "Ohodnoťte jej"
46
 
47
- #: bws_functions.php:102
48
  msgid "Need help?"
49
  msgstr "Potřebujete pomoc?"
50
 
51
- #: bws_functions.php:103 bws_functions.php:907 class-bws-settings.php:1047
52
  msgid "Visit Help Center"
53
- msgstr "Navštívit Centrum pomoci"
54
 
55
- #: bws_functions.php:106
56
  msgid "Want to support the plugin?"
57
  msgstr "Chcete podpořit plugin?"
58
 
59
- #: bws_functions.php:107 bws_menu.php:553
60
  msgid "Donate"
61
- msgstr "Darovat"
62
 
63
- #: bws_functions.php:127
64
  msgid "WARNING: Illegal use notification"
65
  msgstr "POZOR: upozornění na neoprávněné užívání"
66
 
67
- #: bws_functions.php:127
68
  msgid ""
69
  "You can use one license of the Pro plugin for one domain only. Please check "
70
- "and edit your license or domain if necessary using you personal Client Area. "
71
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
72
- "the Pro plugin will be deactivated."
73
  msgstr ""
74
  "Pro licenci pluginu můžete používat pouze pro jednu doménu. Prosím "
75
- "zkontrolujte a případně upravte Váš licenční klíč na vaší osobní stránce - "
76
- "Klientské zóně. Důrazně doporučujeme, aby jste tento problém odstranili "
77
- "během 24 hodin, jinak bude Pro plugin deaktivován."
78
 
79
- #: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
80
- #: class-bws-settings.php:143
81
  msgid "Learn More"
82
  msgstr "Dozvědět se více"
83
 
84
- #: bws_functions.php:144
85
  msgid ""
86
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
87
  "you should buy a Pro license"
@@ -89,7 +94,7 @@ msgstr ""
89
  "Poznámka: Vaše zkušební Pro verze pluginu vypršela. Pro další používání "
90
  "pluginu bude nutné zakoupit PRO licenci"
91
 
92
- #: bws_functions.php:146
93
  msgid ""
94
  "Your license has expired. To continue getting top-priority support and "
95
  "plugin updates, you should extend it."
@@ -97,24 +102,24 @@ msgstr ""
97
  "Vaše licence vypršela. Pro přístup k top-prioritní podpoře a aktualizacím "
98
  "pluginu ji budete muset prodloužit."
99
 
100
- #: bws_functions.php:146 bws_functions.php:382 deprecated.php:584
101
  msgid "Learn more"
102
  msgstr "Dozvědět se více"
103
 
104
- #: bws_functions.php:164
105
  #, php-format
106
  msgid "Notice: You are using the Pro Trial license of %s plugin."
107
  msgstr "Poznámka: Používáte zkušební Pro verzi pluginu %s."
108
 
109
- #: bws_functions.php:166
110
  msgid "Notice: You are using the Pro Trial license of plugin."
111
  msgstr "Poznámka: Používáte zkušební Pro verzi pluginu."
112
 
113
- #: bws_functions.php:169
114
  msgid "The Pro Trial license will expire on"
115
  msgstr "Zkušební Pro licence vyprší"
116
 
117
- #: bws_functions.php:192
118
  msgid ""
119
  "or higher! We do not guarantee that our plugin will work correctly. Please "
120
  "upgrade to WordPress latest version."
@@ -122,73 +127,73 @@ msgstr ""
122
  "nebo vyšší! Nezaručujeme, že náš plugin bude fungovat správně. Prosím "
123
  "aktualizujte na nejnovější verzi WordPressu."
124
 
125
- #: bws_functions.php:207
126
  #, php-format
127
  msgid "Thank you for installing %s plugin!"
128
  msgstr "Děkujeme vám za instalaci %s pluginu!"
129
 
130
- #: bws_functions.php:208
131
  msgid "Let's get started"
132
  msgstr "Začněme"
133
 
134
- #: bws_functions.php:209 bws_functions.php:242 bws_menu.php:557
135
- #: bws_menu.php:559
136
  msgid "Settings"
137
  msgstr "Nastavení"
138
 
139
- #: bws_functions.php:211 bws_menu.php:328 class-bws-settings.php:736
140
- #: class-bws-settings.php:1049 class-bws-settings.php:1059 deprecated.php:694
141
  msgid "or"
142
  msgstr "nebo"
143
 
144
- #: bws_functions.php:212 bws_functions.php:244
145
  msgid "Add New"
146
  msgstr "Přidat nový"
147
 
148
- #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
149
- #: bws_functions.php:378 bws_functions.php:480
150
  msgid "Close notice"
151
  msgstr "Zavřít poznámku"
152
 
153
- #: bws_functions.php:231
154
  msgid "Thank you for installing plugins by BestWebSoft!"
155
  msgstr "Děkujeme vám za instalaci pluginů od BestWebSoft!"
156
 
157
- #: bws_functions.php:233
158
  msgid "More Details"
159
  msgstr "Více detailů"
160
 
161
- #: bws_functions.php:234
162
  msgid "Less Details"
163
  msgstr "Méně detailů"
164
 
165
- #: bws_functions.php:262
166
  msgid "Deprecated function(-s) is used on the site here:"
167
  msgstr "Zastaralé funkce se používají na stránkách zde:"
168
 
169
- #: bws_functions.php:276
170
  msgid ""
171
  "This function(-s) will be removed over time. Please update the product(-s)."
172
  msgstr ""
173
  "Tato funkce, bude v průběhu času odstraněna. Prosím aktualizujte produkt."
174
 
175
- #: bws_functions.php:335
176
  msgid "It’s time to upgrade your"
177
  msgstr "Je čas na aktualizaci vašeho"
178
 
179
- #: bws_functions.php:335
180
  msgid "to"
181
  msgstr "na"
182
 
183
- #: bws_functions.php:335
184
  msgid "version!"
185
  msgstr "verzi!"
186
 
187
- #: bws_functions.php:336
188
  msgid "Extend standard plugin functionality with new great options."
189
  msgstr "Rozšiřuje standardní funkce pluginu novými skvělými možnostmi."
190
 
191
- #: bws_functions.php:382
192
  #, php-format
193
  msgid ""
194
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
@@ -197,12 +202,12 @@ msgstr ""
197
  "Váš licenční klíč pro %s vyprší dne %s a nebudou vám poskytovány TOP-"
198
  "PRIOROTNÍ PODPORA a AKTUALIZACE."
199
 
200
- #: bws_functions.php:475
201
  #, php-format
202
  msgid "Thank you for choosing %s plugin!"
203
  msgstr "Děkujeme, že jste si vybrali %s plugin!"
204
 
205
- #: bws_functions.php:476
206
  msgid ""
207
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
208
  "we'd love to hear about it!"
@@ -210,25 +215,25 @@ msgstr ""
210
  "Máte-li nápad, nebo doporučení na novou vlastnost, kterou by jste v pluginu "
211
  "chtěli vidět, rádi o něm uslyšíme!"
212
 
213
- #: bws_functions.php:477
214
  msgid "Suggest a Feature"
215
  msgstr "Navrhnout vlastnost"
216
 
217
- #: bws_functions.php:493 class-bws-settings.php:533 class-bws-settings.php:536
218
- #: class-bws-settings.php:584 class-bws-settings.php:587
219
  msgid "Notice"
220
  msgstr "Poznámka"
221
 
222
- #: bws_functions.php:493
223
  msgid "The plugin's settings have been changed."
224
  msgstr "Nastavení pluginu bylo změněno."
225
 
226
- #: bws_functions.php:494 class-bws-settings.php:182 class-bws-settings.php:202
227
- #: deprecated.php:640
228
  msgid "Save Changes"
229
  msgstr "Uložit změny"
230
 
231
- #: bws_functions.php:508
232
  msgid ""
233
  "You can always look at premium options by checking the \"Pro Options\" in "
234
  "the \"Misc\" tab."
@@ -236,82 +241,78 @@ msgstr ""
236
  "Vždy se můžete podívat na možnosti prémiové verze, kliknutím na \"PRO "
237
  "nastavení\" na \"Go PRO\" záložce."
238
 
239
- #: bws_functions.php:629
240
  msgid "Add BWS Shortcode"
241
- msgstr ""
242
 
243
- #: bws_functions.php:630
244
  msgid "Add BWS Plugins Shortcode"
245
- msgstr ""
246
 
247
- #: bws_functions.php:649
248
  msgid "Add shortcode"
249
  msgstr "Přidat krátký kód"
250
 
251
- #: bws_functions.php:649
252
  msgid "Add BestWebSoft plugins' shortcodes using this button."
253
  msgstr ""
254
  "Pomocí tohoto tlačítka můžete přidávat krátké kódy BestWebSoft pluginu."
255
 
256
- #: bws_functions.php:695
257
  msgid "Close"
258
  msgstr "Zavřít"
259
 
260
- #: bws_functions.php:787
261
  msgid "Are you sure you want to restore default settings?"
262
  msgstr "Jste si jisti, že chcete obnovit výchozí nastavení?"
263
 
264
- #: bws_functions.php:790
265
  msgid "Yes, restore all settings"
266
  msgstr "Ano, obnovit veškerá nastavení"
267
 
268
- #: bws_functions.php:791
269
  msgid "No, go back to the settings page"
270
  msgstr "Ne, vrátit se zpět na stránku nastavení"
271
 
272
- #: bws_functions.php:833
273
  msgid "Plugin"
274
  msgstr "Plugin"
275
 
276
- #: bws_functions.php:842
277
  msgid "Shortcode settings"
278
  msgstr "Nastavení krátkých kódů"
279
 
280
- #: bws_functions.php:847
281
  msgid "The shortcode will be inserted"
282
  msgstr "Bude vložen krátký kód"
283
 
284
- #: bws_functions.php:852
285
- msgid "Insert"
286
- msgstr "Vložit"
287
-
288
- #: bws_functions.php:912
289
  msgid "FAQ"
290
  msgstr "Často kladené otázky (FAQ)"
291
 
292
- #: bws_functions.php:918
293
  msgid "For more information:"
294
  msgstr "Pro více informací:"
295
 
296
- #: bws_functions.php:919
297
  msgid "Documentation"
298
  msgstr "Dokumentace"
299
 
300
- #: bws_functions.php:920
301
  msgid "Video Instructions"
302
  msgstr "Video instrukce"
303
 
304
- #: bws_functions.php:921
305
  msgid "Submit a Request"
306
  msgstr "Odeslat požadavek"
307
 
308
- #: bws_menu.php:101 class-bws-settings.php:781 deprecated.php:322
309
  msgid "Wrong license key"
310
  msgstr "Špatný licenční klíč"
311
 
312
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
313
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
314
- #: deprecated.php:352
315
  msgid ""
316
  "Something went wrong. Please try again later. If the error appears again, "
317
  "please contact us"
@@ -319,14 +320,14 @@ msgstr ""
319
  "Něco se pokazilo. Prosím zkuste to znovu později. Pokud se chyba objeví "
320
  "znovu, obraťte se na nás"
321
 
322
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
323
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
324
- #: deprecated.php:352
325
  msgid "We are sorry for inconvenience."
326
  msgstr "Omlouváme se za nepříjemnosti."
327
 
328
- #: bws_menu.php:128 class-bws-settings.php:813 class-bws-settings.php:916
329
- #: deprecated.php:139 deprecated.php:358
330
  msgid "Wrong license key."
331
  msgstr "Neplatný licenční klíč."
332
 
@@ -342,11 +343,11 @@ msgstr ""
342
  msgid "Log in"
343
  msgstr "Přihlášení"
344
 
345
- #: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
346
  msgid "Unfortunately, you have exceeded the number of available tries per day."
347
  msgstr "Bohužel, překročili jste dostupný počet pokusů pro daný den."
348
 
349
- #: bws_menu.php:134 class-bws-settings.php:922 deprecated.php:364
350
  #, php-format
351
  msgid ""
352
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -355,7 +356,7 @@ msgstr ""
355
  "Bohužel, Vaše licence vypršela. Chcete-li pokračovat v získávání top-"
356
  "prioritní podpory a aktualizace pluginu měli byste ji prodloužit ve vašem %s"
357
 
358
- #: bws_menu.php:136 class-bws-settings.php:924 deprecated.php:366
359
  msgid ""
360
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
361
  "Trial license can be installed only once."
@@ -363,19 +364,19 @@ msgstr ""
363
  "Bohužel, pro tuto doménu již byla použita Pro licence. Zkušební Pro licence "
364
  "může být instalována pouze jedenkrát."
365
 
366
- #: bws_menu.php:142 class-bws-settings.php:828 deprecated.php:153
367
  msgid "The license key is valid."
368
  msgstr "Licenční klíč je platný."
369
 
370
- #: bws_menu.php:144 class-bws-settings.php:831 deprecated.php:156
371
  msgid "Your license will expire on"
372
  msgstr "Vaše licence vyprší"
373
 
374
  #: bws_menu.php:146
375
- msgid "Congratulations! Pro Membership license is activated successfully."
376
- msgstr "Gratulujeme! PRO členství bylo úspěšně aktivováno."
377
 
378
- #: bws_menu.php:153 class-bws-settings.php:996 deprecated.php:435
379
  msgid ""
380
  "Something went wrong. Try again later or upload the plugin manually. We are "
381
  "sorry for inconvenience."
@@ -534,67 +535,68 @@ msgstr "Neaktivní pluginy"
534
  msgid "Please enter a valid email address."
535
  msgstr "Prosím vložte platnou e-mailovou adresu."
536
 
537
- #: bws_menu.php:264
538
- msgid "Email with system info is sent to"
539
- msgstr "E-mail se systémovým nastavením byl odeslán na"
 
540
 
541
- #: bws_menu.php:268
542
  msgid "Thank you for contacting us."
543
  msgstr "Děkujeme, že jste nás kontaktovali."
544
 
545
- #: bws_menu.php:291
546
  msgid "Sorry, email message could not be delivered."
547
  msgstr "Je nám líto, ale e-mail nemohl být doručen."
548
 
549
- #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
550
  msgid "Plugins"
551
  msgstr "Pluginy"
552
 
553
- #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
554
  msgid "Themes"
555
  msgstr "Šablony"
556
 
557
- #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
558
  msgid "System status"
559
  msgstr "Stav systému"
560
 
561
- #: bws_menu.php:317
562
  msgid "Support"
563
  msgstr "Podpora"
564
 
565
- #: bws_menu.php:318
566
  msgid "Manage purchased licenses & subscriptions"
567
  msgstr "Spravovat zakoupené licence a předplatné"
568
 
569
- #: bws_menu.php:326
570
  #, php-format
571
  msgid "Get Access to %s+ Premium Plugins"
572
  msgstr "Získejte přístup k %s+ Premiovým pluginům"
573
 
574
- #: bws_menu.php:328
575
  msgid "Subscribe to Pro Membership"
576
  msgstr "Přihlásit se k Pro členství"
577
 
578
- #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:749
579
  #: deprecated.php:227
580
  msgid "Check license key"
581
  msgstr "Zkontrolovat licenční klíč"
582
 
583
- #: bws_menu.php:339
584
  msgid "Enter your license key"
585
  msgstr "Vložte váš licenční klíč"
586
 
587
- #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
588
- #: class-bws-settings.php:728 deprecated.php:259 deprecated.php:267
589
- #: deprecated.php:629 deprecated.php:700 deprecated.php:709
590
  msgid "Activate"
591
  msgstr "Aktivovat"
592
 
593
- #: bws_menu.php:361
594
  msgid "Upload Plugin"
595
  msgstr "Nahrát plugin"
596
 
597
- #: bws_menu.php:365
598
  #, php-format
599
  msgid ""
600
  "The plugin generated %d characters of <strong>unexpected output</strong> "
@@ -607,45 +609,43 @@ msgstr ""
607
  "problems with syndication feeds or other issues, pokuste se deaktivovat, "
608
  "nebo odstranit tento plugin."
609
 
610
- #: bws_menu.php:367
611
  msgid ""
612
  "Plugin could not be activated because it triggered a <strong>fatal error</"
613
  "strong>."
614
  msgstr ""
615
  "Plugin nemůže být aktivován, neboť způsobil <strong>závažnou chybu</strong>."
616
 
617
- #: bws_menu.php:370
618
  msgid "Plugin <strong>activated</strong>."
619
  msgstr "Plugin <strong>aktivován</strong>."
620
 
621
- #: bws_menu.php:377
622
  msgid "Installing Plugin"
623
  msgstr "Instalace pluginu"
624
 
625
- #: bws_menu.php:383
626
  msgid "Downloading install package from"
627
  msgstr "Stahování instalačního balíčku z"
628
 
629
- #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
630
- #: class-bws-settings.php:948 class-bws-settings.php:970
631
- #: class-bws-settings.php:992 deprecated.php:387 deprecated.php:409
632
- #: deprecated.php:431
633
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
634
  msgstr "Stažení zip archivu selhalo. Prosíme, nahrajte plugin ručně"
635
 
636
- #: bws_menu.php:408
637
  msgid "Unpacking the package"
638
  msgstr "Rozbalování balíčku"
639
 
640
- #: bws_menu.php:413 bws_menu.php:421
641
  msgid "Installing the plugin"
642
  msgstr "Instalace pluginu"
643
 
644
- #: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
645
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
646
  msgstr "Otevření zip archivu selhalo. Prosíme, nahrajte plugin ručně"
647
 
648
- #: bws_menu.php:424 class-bws-settings.php:966 deprecated.php:405
649
  msgid ""
650
  "Your server does not support either ZipArchive or Phar. Please, upload the "
651
  "plugin manually"
@@ -653,157 +653,157 @@ msgstr ""
653
  "Váš server nepodporuje buď ZipArchive nebo Phar. Prosím, nahrajte plugin "
654
  "ručně"
655
 
656
- #: bws_menu.php:427
657
  #, php-format
658
  msgid "The plugin %s is successfully installed."
659
  msgstr "Plugin %s úspěšně nainstalován."
660
 
661
- #: bws_menu.php:434 class-bws-settings.php:973 deprecated.php:412
662
  msgid "UploadDir is not writable. Please, upload the plugin manually"
663
  msgstr "Nelze zapisovat do UploadDir. Prosím, nahrajte plugin ručně"
664
 
665
- #: bws_menu.php:439
666
  msgid "Activate Plugin"
667
  msgstr "Aktivovat plugin"
668
 
669
- #: bws_menu.php:439 bws_menu.php:445
670
  msgid "Return to BestWebSoft Panel"
671
  msgstr "Návrat na BestWebSoft panel"
672
 
673
- #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
674
  msgid "All"
675
  msgstr "Vše"
676
 
677
- #: bws_menu.php:450 bws_menu.php:650
678
  msgid "Installed"
679
  msgstr "Instalováno"
680
 
681
- #: bws_menu.php:451
682
  msgid "Not Installed"
683
  msgstr "Neninstalováno"
684
 
685
- #: bws_menu.php:457
686
  msgid "Filter results"
687
  msgstr "Výsledky filtrování"
688
 
689
- #: bws_menu.php:460 bws_menu.php:589
690
  msgid "Category"
691
  msgstr "Rubriky"
692
 
693
- #: bws_menu.php:524
694
  msgid "Not installed"
695
  msgstr "Neninstalováno"
696
 
697
- #: bws_menu.php:528
698
  msgid "Renew to get updates"
699
  msgstr "Obnovit pro získání aktualizací"
700
 
701
- #: bws_menu.php:531
702
  #, php-format
703
  msgid "Update to v %s"
704
  msgstr "Aktualizovat na %s"
705
 
706
- #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
707
  msgid "Install Now"
708
  msgstr "Instalovat nyní"
709
 
710
- #: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
711
  msgid "Upgrade to Pro"
712
  msgstr "Aktualizovat na Pro"
713
 
714
- #: bws_menu.php:563 bws_menu.php:572
715
  msgid "Activate this plugin"
716
  msgstr "Aktivovat tento plugin"
717
 
718
- #: bws_menu.php:575
719
  msgid "Install this plugin"
720
  msgstr "Instalovat tento plugin"
721
 
722
- #: bws_menu.php:584
723
  msgid "Nothing found. Try another criteria."
724
  msgstr "Nic nenalezeno. Zkuste jiná kritéria."
725
 
726
  # podle, nebo taky od
727
- #: bws_menu.php:621 bws_menu.php:641
728
  #, php-format
729
  msgid "By %s"
730
  msgstr "podle %s"
731
 
732
- #: bws_menu.php:648
733
  msgid "Already Installed"
734
  msgstr "Již instalováno"
735
 
736
- #: bws_menu.php:659
737
- msgid "Browse Free WordPress Themes"
738
- msgstr "Procházet WordPress šablony zdarma"
739
 
740
- #: bws_menu.php:668
741
  msgid "Send to support"
742
  msgstr "Odeslat podpoře"
743
 
744
- #: bws_menu.php:675
745
  msgid "Send to custom email &#187;"
746
  msgstr "Odeslat na vlastní e-mail &#187;"
747
 
748
- #: class-bws-settings.php:135
749
  msgid "Information"
750
  msgstr "Informace"
751
 
752
- #: class-bws-settings.php:143
753
  msgid "Inactive"
754
  msgstr "Neaktivní"
755
 
756
- #: class-bws-settings.php:151
757
  msgid "Expired"
758
  msgstr "Expirované"
759
 
760
- #: class-bws-settings.php:154
761
  #, php-format
762
  msgid "%s day(-s) left"
763
  msgstr "%s dnů zbývá"
764
 
765
- #: class-bws-settings.php:160
766
  #, php-format
767
  msgid "Expired on %s"
768
  msgstr "Vypršela dne %s"
769
 
770
- #: class-bws-settings.php:160
771
  msgid "Renew Now"
772
  msgstr "Obnovit nyní"
773
 
774
- #: class-bws-settings.php:162
775
  msgid "Active"
776
  msgstr "Aktivní"
777
 
778
- #: class-bws-settings.php:167
779
  msgid "License"
780
  msgstr "Licence"
781
 
782
- #: class-bws-settings.php:170
783
  msgid "Status"
784
  msgstr "Stav"
785
 
786
- #: class-bws-settings.php:174
787
  msgid "Version"
788
  msgstr "Verze"
789
 
790
- #: class-bws-settings.php:282
791
  msgid "All plugin settings were restored."
792
  msgstr "Všechna nastavení pluginu byla obnovena."
793
 
794
- #: class-bws-settings.php:420
795
  msgid "Custom Code"
796
  msgstr "Vlastní kód"
797
 
798
- #: class-bws-settings.php:424 deprecated.php:497
799
  msgid "You do not have sufficient permissions to edit plugins for this site."
800
  msgstr "Nemáte dostatečná oprávnění pro úpravu pluginů tohoto webu."
801
 
802
- #: class-bws-settings.php:429 deprecated.php:618
803
  msgid "These styles will be added to the header on all pages of your site."
804
  msgstr "Tyto styly budou přidány do hlaviček všech stránek vašeho webu."
805
 
806
- #: class-bws-settings.php:432 deprecated.php:620
807
  #, php-format
808
  msgid ""
809
  "This PHP code will be hooked to the %s action and will be printed on front "
@@ -811,11 +811,11 @@ msgid ""
811
  msgstr ""
812
  "Tento PHP kód bude závislý na %s akci a bude zobrazen pouze na front endu."
813
 
814
- #: class-bws-settings.php:435
815
  msgid "These code will be added to the header on all pages of your site."
816
  msgstr "Tento kód bude přidán do záhlaví všech stránek vašeho webu."
817
 
818
- #: class-bws-settings.php:443 deprecated.php:644
819
  #, php-format
820
  msgid ""
821
  "You need to make this files writable before you can save your changes. See "
@@ -824,97 +824,97 @@ msgstr ""
824
  "Před tím, než budete moci vaše změny uložit, nastavte těmto souborům "
825
  "oprávnění pro zápis. Podívejte se %s na Kodex %s pro více informací."
826
 
827
- #: class-bws-settings.php:453 deprecated.php:626
828
  msgid "Browsing"
829
  msgstr "Procházení"
830
 
831
- #: class-bws-settings.php:457
832
  #, php-format
833
  msgid "Activate custom %s code."
834
  msgstr "Aktivovat vlastní %s kód."
835
 
836
- #: class-bws-settings.php:464 deprecated.php:633
837
  #, php-format
838
  msgid "Learn more about %s"
839
  msgstr "Dozvědět se více o %s"
840
 
841
- #: class-bws-settings.php:524
842
  msgid "Miscellaneous Settings"
843
  msgstr "Různá nastavení"
844
 
845
- #: class-bws-settings.php:533 class-bws-settings.php:584
846
  #, php-format
847
  msgid ""
848
  "It is prohibited to change %s settings on this site in the %s network "
849
  "settings."
850
  msgstr "Je zakázáno měnit nastavení %s na této stránce v %s nastavení sítě."
851
 
852
- #: class-bws-settings.php:536 class-bws-settings.php:587
853
  #, php-format
854
  msgid ""
855
  "It is prohibited to view %s settings on this site in the %s network settings."
856
  msgstr "Je zobrazit nastavení %s na této stránce v %s nastavení sítě."
857
 
858
- #: class-bws-settings.php:545
859
  msgid "Pro Options"
860
  msgstr "PRO nastavení"
861
 
862
- #: class-bws-settings.php:548
863
  msgid "Enable to display plugin Pro options."
864
  msgstr "Povolit zobrazení PRO voleb pluginu."
865
 
866
- #: class-bws-settings.php:553
867
  msgid "Track Usage"
868
  msgstr "Sběr statistik"
869
 
870
- #: class-bws-settings.php:556
871
  msgid ""
872
  "Enable to allow tracking plugin usage anonymously in order to make it better."
873
  msgstr ""
874
  "Umožnit anonymní sledování využití pluginu tak, aby mohl být dále vylepšován."
875
 
876
- #: class-bws-settings.php:560
877
  msgid "Default Settings"
878
  msgstr "Výchozí nastavení"
879
 
880
- #: class-bws-settings.php:562
881
  msgid "Restore Settings"
882
  msgstr "Obnovit nastavení"
883
 
884
- #: class-bws-settings.php:563
885
  msgid "This will restore plugin settings to defaults."
886
  msgstr "Toto obnoví veškerá nastavení pluginu na výchozí hodnoty."
887
 
888
- #: class-bws-settings.php:575
889
  msgid "Import / Export"
890
  msgstr "Import / Export"
891
 
892
- #: class-bws-settings.php:691 class-bws-settings.php:724
893
- #: class-bws-settings.php:746
894
  msgid "License Key"
895
  msgstr "Licenční klíč"
896
 
897
- #: class-bws-settings.php:714
898
  msgid "Congratulations! Pro license is activated successfully."
899
  msgstr "Gratulujeme! PRO licence byla úspěšně aktivována."
900
 
901
- #: class-bws-settings.php:715
902
  #, php-format
903
  msgid "You will be automatically redirected to the %s in %s seconds."
904
  msgstr "Za %s sekund budete automaticky přesměrováni na %s."
905
 
906
- #: class-bws-settings.php:715
907
  msgid "Settings page"
908
  msgstr "Stránka nastavení"
909
 
910
- #: class-bws-settings.php:730
911
  #, php-format
912
  msgid "Enter your license key to activate %s and get premium plugin features."
913
  msgstr ""
914
  "Vložte váš licenční klíč pro aktivaci %s a získání prémiových fukcí pluginu."
915
 
916
- #: class-bws-settings.php:733 class-bws-settings.php:920 deprecated.php:362
917
- #: deprecated.php:703
918
  msgid ""
919
  "Unfortunately, you have exceeded the number of available tries per day. "
920
  "Please, upload the plugin manually."
@@ -922,12 +922,12 @@ msgstr ""
922
  "Bohužel, jste překročili počet dostupných pokusů za den. Prosím, nahrejte "
923
  "plugin ručně."
924
 
925
- #: class-bws-settings.php:736 deprecated.php:694
926
  #, php-format
927
  msgid "Start Your Free %s-Day Trial Now"
928
  msgstr "Vyzkoušejte vaší %s-denní zkušební verzi zdarma nyní"
929
 
930
- #: class-bws-settings.php:751
931
  msgid ""
932
  "If necessary, you can check if the license key is correct or reenter it in "
933
  "the field below."
@@ -935,15 +935,15 @@ msgstr ""
935
  "V případě potřeby zkontrolujte, je-li licenční klíč správně zadán, případně "
936
  "jej do pole níže vložte znova."
937
 
938
- #: class-bws-settings.php:756
939
  msgid "Manage License Settings"
940
  msgstr "Správa nastavení licencí"
941
 
942
- #: class-bws-settings.php:758
943
  msgid "Login to Client Area"
944
  msgstr "Přihlášení do klientská zóny"
945
 
946
- #: class-bws-settings.php:760
947
  msgid ""
948
  "Manage active licenses, download BWS products, and view your payment history "
949
  "using BestWebSoft Client Area."
@@ -951,12 +951,12 @@ msgstr ""
951
  "Správa aktivních licencí, stahování BWS produktů a zobrazení historie plateb "
952
  "v BestWebSoft klientské zóně."
953
 
954
- #: class-bws-settings.php:815 class-bws-settings.php:918 deprecated.php:141
955
- #: deprecated.php:360
956
  msgid "This license key is bound to another site."
957
  msgstr "Tento licenční klíč je přidružen k jinému webu."
958
 
959
- #: class-bws-settings.php:817 deprecated.php:143
960
  msgid ""
961
  "This license key is valid, but Your license has expired. If you want to "
962
  "update our plugin in future, you should extend the license."
@@ -964,11 +964,11 @@ msgstr ""
964
  "Tento licenční klíč je platný, ale vaše licence vypršela. Chcete-li náš "
965
  "plugin v budoucnosti aktualizovat, měli by jste licenci prodloužit."
966
 
967
- #: class-bws-settings.php:819 deprecated.php:145
968
  msgid "Unfortunately, you have exceeded the number of available tries."
969
  msgstr "Bohužel, překročili jste dostupný počet pokusů."
970
 
971
- #: class-bws-settings.php:821 deprecated.php:147
972
  msgid ""
973
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
974
  "The Pro Trial license can be installed only once."
@@ -976,37 +976,162 @@ msgstr ""
976
  "Bohužel, tato zkušební Pro licence již pro tuto doménu byla použita. "
977
  "Zkušební Pro licence může být instalována pouze jedenkrát."
978
 
979
- #: class-bws-settings.php:826 deprecated.php:151
980
  msgid "The Pro Trial license key is valid."
981
  msgstr "Licenční klíč zkušební Pro verze je platný."
982
 
983
- #: class-bws-settings.php:834 deprecated.php:159 deprecated.php:246
984
  #, php-format
985
  msgid ""
986
  "In order to continue using the plugin it is necessary to buy a %s license."
987
  msgstr ""
988
  "Pokud chcete nadále využívat tento plugin, je nutné zakoupit %s licenci."
989
 
990
- #: class-bws-settings.php:1031 deprecated.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
991
  msgid "Please, enter Your license key"
992
  msgstr "Prosím, vložte váš licenční klíč"
993
 
994
- #: class-bws-settings.php:1043
995
  msgid "Need Help?"
996
  msgstr "Potřebujete pomoc?"
997
 
998
- #: class-bws-settings.php:1045
999
  msgid "Read the Instruction"
1000
  msgstr "Přečíst si instrukce"
1001
 
1002
- #: class-bws-settings.php:1049
1003
  msgid "Watch the Video"
1004
  msgstr "Přehrát video"
1005
 
1006
- #: class-bws-settings.php:1060
1007
  msgid "Start Your Free Trial"
1008
  msgstr "Vyzkoušejte po omezenou dobu"
1009
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1010
  #: deprecated.php:93
1011
  msgid "System Status"
1012
  msgstr "Stav systému"
@@ -1033,101 +1158,101 @@ msgstr ""
1033
  "(vaše uživatelské jméno je e-mailová adresa uvedena při nákupu). Pokud je to "
1034
  "nutné, prosím odešlete \"Lost your password?\" požadavek."
1035
 
1036
- #: deprecated.php:247
1037
  msgid "After that, you can activate it by entering your license key."
1038
  msgstr "Poté jej lze snadno aktivovat zadáním licenčního klíče."
1039
 
1040
- #: deprecated.php:249 deprecated.php:688
1041
  msgid "License key can be found in the"
1042
  msgstr "Licenční klíč najdete v"
1043
 
1044
- #: deprecated.php:251 deprecated.php:690
1045
  msgid "(your username is the email address specified during the purchase)."
1046
  msgstr "(vaše uživatelské jméno je e-mailová adresa uvedená při nákupu)."
1047
 
1048
- #: deprecated.php:278
1049
  msgid ""
1050
  "Congratulations! The Pro license of the plugin is activated successfully."
1051
  msgstr "Gratulujeme! PRO licence pluginu je úspěšně aktivována."
1052
 
1053
- #: deprecated.php:280 deprecated.php:669
1054
  msgid "Please, go to"
1055
  msgstr "Prosím, jděte na"
1056
 
1057
- #: deprecated.php:280 deprecated.php:669
1058
  msgid "the setting page"
1059
  msgstr "stránka nastavení"
1060
 
1061
- #: deprecated.php:281 deprecated.php:670
1062
  msgid "You will be redirected automatically in 5 seconds."
1063
  msgstr "Budete automaticky přesměrováni za 5 sekund."
1064
 
1065
- #: deprecated.php:315
1066
  msgid "Check premium options on the plugin settings page!"
1067
  msgstr "Zkontrolujte prémiové možnosti na stránce nastavení pluginů!"
1068
 
1069
- #: deprecated.php:478
1070
  msgid "Restore all plugin settings to defaults"
1071
  msgstr "Obnovit veškerá nastavení pluginu na výchozí hodnoty"
1072
 
1073
- #: deprecated.php:480
1074
  msgid "Restore settings"
1075
  msgstr "Obnovit nastavení"
1076
 
1077
- #: deprecated.php:548 deprecated.php:575
1078
  #, php-format
1079
  msgid "File %s edited successfully."
1080
  msgstr "Soubor %s byl úspěšně upraven."
1081
 
1082
- #: deprecated.php:550 deprecated.php:577
1083
  msgid "Not enough permissions to create or update the file"
1084
  msgstr "Nedostatečná oprávnění pro vytvoření či úpravu souboru"
1085
 
1086
- #: deprecated.php:580
1087
  msgid "Not enough permissions to create the file"
1088
  msgstr "Nedostatečná oprávnění pro vytvoření souboru"
1089
 
1090
- #: deprecated.php:624
1091
  msgid "Editing"
1092
  msgstr "Úprava"
1093
 
1094
- #: deprecated.php:667
1095
  msgid ""
1096
  "Congratulations! Pro version of the plugin is installed and activated "
1097
  "successfully."
1098
  msgstr "Gratulujeme! PRO verze pluginu byla úspěšně instalována a aktivována."
1099
 
1100
- #: deprecated.php:677
1101
  msgid "Show Pro features"
1102
  msgstr "Zobrazit Pro vlastnosti"
1103
 
1104
- #: deprecated.php:684
1105
  msgid "Enter your license key to install and activate"
1106
  msgstr "Vložte váš licenční klíč pro instalaci a aktivaci"
1107
 
1108
- #: deprecated.php:686
1109
  msgid "version of the plugin."
1110
  msgstr "verze pluginu."
1111
 
1112
  #: product_list.php:7
1113
  msgid "Admin Tools"
1114
- msgstr ""
1115
 
1116
  #: product_list.php:8
1117
  msgid "Content"
1118
- msgstr ""
1119
 
1120
  #: product_list.php:9
1121
  msgid "eCommerce"
1122
- msgstr ""
1123
 
1124
  #: product_list.php:10
1125
  msgid "Marketing"
1126
- msgstr ""
1127
 
1128
  #: product_list.php:11
1129
  msgid "Navigation"
1130
- msgstr ""
1131
 
1132
  #: product_list.php:12
1133
  msgid "Recommended"
@@ -1139,297 +1264,424 @@ msgstr "Bezpečnost"
1139
 
1140
  #: product_list.php:14
1141
  msgid "SEO"
1142
- msgstr ""
1143
 
1144
  #: product_list.php:15
1145
  msgid "SMM"
1146
- msgstr ""
1147
 
1148
  #: product_list.php:22
1149
- msgid ""
1150
- "Protect WordPress website forms from spam entries by means of math logic."
1151
  msgstr ""
1152
 
1153
  #: product_list.php:32
1154
  msgid "Create your personal car rental/booking and reservation website."
1155
- msgstr ""
1156
 
1157
  #: product_list.php:42
1158
  msgid ""
1159
  "Allow customers to reach you using secure contact form plugin any website "
1160
  "must have."
1161
  msgstr ""
 
 
1162
 
1163
  #: product_list.php:52
1164
  msgid "Add unlimited number of contact forms to WordPress website."
1165
- msgstr ""
1166
 
1167
  #: product_list.php:62
1168
  msgid "Save and manage Contact Form messages. Never lose important data."
1169
  msgstr ""
 
 
1170
 
1171
  #: product_list.php:72
1172
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1173
  msgstr ""
 
1174
 
1175
  #: product_list.php:79
1176
  msgid "Add custom fields to WordPress website search results."
1177
- msgstr ""
1178
 
1179
  #: product_list.php:86
1180
  msgid ""
1181
  "Add custom post types and taxonomies to WordPress website search results."
1182
  msgstr ""
 
 
1183
 
1184
  #: product_list.php:96
1185
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1186
- msgstr ""
1187
 
1188
  #: product_list.php:103
1189
  msgid ""
1190
- "Automatically add outgoing email messages to queue instead of sending them "
1191
- "immediately."
1192
- msgstr ""
1193
-
1194
- #: product_list.php:110
1195
- msgid ""
1196
  "Get latest error log messages to diagnose website problems. Define and fix "
1197
  "issues faster."
1198
  msgstr ""
 
 
1199
 
1200
- #: product_list.php:117
1201
  msgid ""
1202
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1203
  "widgets."
1204
  msgstr ""
 
 
1205
 
1206
- #: product_list.php:127
1207
  msgid ""
1208
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1209
  "clicks."
1210
  msgstr ""
 
 
1211
 
1212
- #: product_list.php:137
1213
  msgid ""
1214
- "Add unlimited gallery categories. Organize images to make the navigation "
1215
- "through content easier."
1216
  msgstr ""
 
 
1217
 
1218
- #: product_list.php:144
1219
  msgid ""
1220
- "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1221
- "posts, pages and widgets."
1222
  msgstr ""
 
 
1223
 
1224
- #: product_list.php:154
1225
  msgid ""
1226
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1227
  "results, categories, tags, and widgets."
1228
  msgstr ""
 
 
1229
 
1230
- #: product_list.php:164
1231
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1232
  msgstr ""
 
 
1233
 
1234
- #: product_list.php:174
1235
  msgid ""
1236
  "Protect WordPress website forms from spam entries with Google Captcha "
1237
  "(reCaptcha)."
1238
  msgstr ""
 
 
1239
 
1240
- #: product_list.php:184
1241
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1242
  msgstr ""
 
1243
 
1244
- #: product_list.php:194
1245
  msgid ""
1246
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1247
  "your blog."
1248
  msgstr ""
 
 
1249
 
1250
- #: product_list.php:204
1251
  msgid ""
1252
  "Replace external WordPress website links with Google shortlinks and track "
1253
  "click stats."
1254
  msgstr ""
 
 
1255
 
1256
- #: product_list.php:211
1257
  msgid ""
1258
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1259
  "hostnames, etc."
1260
  msgstr ""
 
 
1261
 
1262
- #: product_list.php:221
1263
  msgid ""
1264
  "Create your personal job board and listing WordPress website. Search jobs, "
1265
  "submit CV/resumes, choose candidates."
1266
  msgstr ""
 
 
1267
 
1268
- #: product_list.php:228
1269
  msgid ""
1270
  "Protect WordPress website against brute force attacks. Limit rate of login "
1271
  "attempts."
1272
  msgstr ""
 
 
1273
 
1274
- #: product_list.php:238
1275
  msgid ""
1276
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1277
  "5 plugins included – profile, insider, etc."
1278
  msgstr ""
 
 
1279
 
1280
- #: product_list.php:248
1281
  msgid ""
1282
  "Translate WordPress website content to other languages manually. Create "
1283
  "multilingual pages, posts, widgets, menus, etc."
1284
  msgstr ""
 
 
1285
 
1286
- #: product_list.php:258
1287
  msgid ""
1288
  "Add customizable pagination to WordPress website. Split long content to "
1289
  "multiple pages for better navigation."
1290
  msgstr ""
 
 
1291
 
1292
- #: product_list.php:268
1293
  msgid ""
1294
  "Generate PDF files and print WordPress posts/pages. Customize document "
1295
  "header/footer styles and appearance."
1296
  msgstr ""
 
 
1297
 
1298
- #: product_list.php:278
1299
  msgid ""
1300
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1301
  "Profile) to WordPress posts, pages and widgets."
1302
  msgstr ""
 
 
1303
 
1304
- #: product_list.php:288
1305
  msgid ""
1306
  "Create your personal portfolio WordPress website. Manage and showcase past "
1307
  "projects to get more clients."
1308
  msgstr ""
 
 
1309
 
1310
- #: product_list.php:298
1311
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1312
  msgstr ""
 
 
1313
 
1314
- #: product_list.php:305
1315
  msgid ""
1316
  "Add extra fields to default WordPress user profile. The easiest way to "
1317
  "create and manage additional custom values."
1318
  msgstr ""
 
 
1319
 
1320
- #: product_list.php:312
1321
  msgid ""
1322
  "Add and display HTML advertisement banner on WordPress website. Customize "
1323
  "bar styles and appearance."
1324
  msgstr ""
 
 
1325
 
1326
- #: product_list.php:322
1327
  msgid ""
1328
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1329
  "widgets."
1330
  msgstr ""
 
 
1331
 
1332
- #: product_list.php:329
1333
  msgid ""
1334
  "Add rating plugin to your WordPress website to receive feedback from your "
1335
  "customers."
1336
  msgstr ""
 
 
1337
 
1338
- #: product_list.php:336
1339
  msgid ""
1340
  "Create your personal real estate WordPress website. Sell, rent and buy "
1341
  "properties. Add, search and browse listings easily."
1342
  msgstr ""
 
 
 
1343
 
1344
- #: product_list.php:346
1345
- msgid ""
1346
- "Attach, un-attach and re-attach media files quickly to WordPress posts and "
1347
- "pages."
1348
- msgstr ""
1349
-
1350
- #: product_list.php:353
1351
  msgid ""
1352
  "Add related, featured, latest, and popular posts to your WordPress website. "
1353
  "Connect your blog readers with a relevant content."
1354
  msgstr ""
 
 
1355
 
1356
- #: product_list.php:360
1357
  msgid ""
1358
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1359
  "settings and detailed reports."
1360
  msgstr ""
 
 
1361
 
1362
- #: product_list.php:370
1363
  msgid ""
1364
  "The best responsive slider plugin for your WordPress website. Create "
1365
  "beautifully animated slides just in a few clicks."
1366
  msgstr ""
 
 
1367
 
1368
- #: product_list.php:377
1369
  msgid ""
1370
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1371
  "Yahoo, Hotmail and other services."
1372
  msgstr ""
 
 
1373
 
1374
- #: product_list.php:384
1375
  msgid ""
1376
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1377
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1378
  msgstr ""
 
 
1379
 
1380
- #: product_list.php:394
1381
  msgid ""
1382
  "Add social media login, registration, and commenting to your WordPress "
1383
  "website."
1384
  msgstr ""
 
 
1385
 
1386
- #: product_list.php:401
1387
  msgid ""
1388
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1389
  "Collect data and subscribe your users."
1390
  msgstr ""
 
 
 
1391
 
1392
- #: product_list.php:411
1393
  msgid ""
1394
  "Add testimonials and feedbacks from your customers to WordPress website "
1395
  "posts, pages, and widgets."
1396
  msgstr ""
 
 
1397
 
1398
- #: product_list.php:418
1399
  msgid ""
1400
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1401
  "attendance and generate reports."
1402
  msgstr ""
 
 
1403
 
1404
- #: product_list.php:428
1405
  msgid ""
1406
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1407
  "and pages."
1408
  msgstr ""
 
 
1409
 
1410
- #: product_list.php:438
1411
  msgid ""
1412
  "Automatically check and update WordPress website core with all installed "
1413
  "plugins and themes to the latest versions."
1414
  msgstr ""
 
 
1415
 
1416
- #: product_list.php:448
1417
  msgid ""
1418
  "Powerful user role management plugin for WordPress website. Create, edit, "
1419
  "copy, and delete user roles."
1420
  msgstr ""
 
 
1421
 
1422
- #: product_list.php:458
1423
  msgid ""
1424
  "Display live count of online visitors who are currently browsing your "
1425
  "WordPress website."
1426
  msgstr ""
 
 
1427
 
1428
- #: product_list.php:468
1429
  msgid ""
1430
  "Backup and export Zendesk Help Center content automatically to your "
1431
  "WordPress website database."
1432
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1433
 
1434
  #~ msgid "Advertisement"
1435
  #~ msgstr "Reklama"
@@ -1448,6 +1700,3 @@ msgstr ""
1448
 
1449
  #~ msgid "Utilities"
1450
  #~ msgstr "Utility"
1451
-
1452
- #~ msgid "Other"
1453
- #~ msgstr "Ostatní"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-11 16:42+0300\n"
6
+ "PO-Revision-Date: 2017-09-11 16:42+0300\n"
7
  "Last-Translator: Mik013\n"
8
  "Language-Team: Mik013\n"
9
  "Language: cs_CZ\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_functions.php:73 bws_functions.php:191
20
  msgid "requires"
21
  msgstr "vyžaduje"
22
 
23
+ #: bws_functions.php:75
24
  msgid ""
25
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
26
  "try again."
28
  "nebo vyšší, to je důvod, proč byl deaktivován! Proveďte upgrade WordPressu a "
29
  "zkuste to znovu."
30
 
31
+ #: bws_functions.php:76
32
  msgid "Back to the WordPress"
33
  msgstr "Zpět do WordPressu"
34
 
35
+ #: bws_functions.php:78
36
  msgid "Plugins page"
37
  msgstr "Stránka pluginů"
38
 
39
+ #: bws_functions.php:92
40
  msgid "Like the plugin?"
41
  msgstr "Líbí se vám plugin?"
42
 
43
  #: bws_functions.php:93
44
+ #, php-format
45
+ msgid "%s reviews"
46
+ msgstr ""
47
+
48
+ #: bws_functions.php:94
49
  msgid "Rate it"
50
  msgstr "Ohodnoťte jej"
51
 
52
+ #: bws_functions.php:103
53
  msgid "Need help?"
54
  msgstr "Potřebujete pomoc?"
55
 
56
+ #: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
57
  msgid "Visit Help Center"
58
+ msgstr "Navštivte Centrum pomoci"
59
 
60
+ #: bws_functions.php:107
61
  msgid "Want to support the plugin?"
62
  msgstr "Chcete podpořit plugin?"
63
 
64
+ #: bws_functions.php:108 bws_menu.php:560
65
  msgid "Donate"
66
+ msgstr "Darujte"
67
 
68
+ #: bws_functions.php:128
69
  msgid "WARNING: Illegal use notification"
70
  msgstr "POZOR: upozornění na neoprávněné užívání"
71
 
72
+ #: bws_functions.php:128
73
  msgid ""
74
  "You can use one license of the Pro plugin for one domain only. Please check "
75
+ "and edit your license or domain if necessary using your personal Client "
76
+ "Area. We strongly recommend you to solve the problem within 24 hours, "
77
+ "otherwise the Pro plugin will be deactivated."
78
  msgstr ""
79
  "Pro licenci pluginu můžete používat pouze pro jednu doménu. Prosím "
80
+ "zkontrolujte a případně upravte Váš licenční klíč či doménu na vaší osobní "
81
+ "stránce - Klientské zóně. Důrazně doporučujeme, aby jste tento problém "
82
+ "odstranili během 24 hodin, jinak bude Pro plugin deaktivován."
83
 
84
+ #: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
85
+ #: class-bws-settings.php:144
86
  msgid "Learn More"
87
  msgstr "Dozvědět se více"
88
 
89
+ #: bws_functions.php:145
90
  msgid ""
91
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
92
  "you should buy a Pro license"
94
  "Poznámka: Vaše zkušební Pro verze pluginu vypršela. Pro další používání "
95
  "pluginu bude nutné zakoupit PRO licenci"
96
 
97
+ #: bws_functions.php:147
98
  msgid ""
99
  "Your license has expired. To continue getting top-priority support and "
100
  "plugin updates, you should extend it."
102
  "Vaše licence vypršela. Pro přístup k top-prioritní podpoře a aktualizacím "
103
  "pluginu ji budete muset prodloužit."
104
 
105
+ #: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
106
  msgid "Learn more"
107
  msgstr "Dozvědět se více"
108
 
109
+ #: bws_functions.php:165
110
  #, php-format
111
  msgid "Notice: You are using the Pro Trial license of %s plugin."
112
  msgstr "Poznámka: Používáte zkušební Pro verzi pluginu %s."
113
 
114
+ #: bws_functions.php:167
115
  msgid "Notice: You are using the Pro Trial license of plugin."
116
  msgstr "Poznámka: Používáte zkušební Pro verzi pluginu."
117
 
118
+ #: bws_functions.php:170
119
  msgid "The Pro Trial license will expire on"
120
  msgstr "Zkušební Pro licence vyprší"
121
 
122
+ #: bws_functions.php:193
123
  msgid ""
124
  "or higher! We do not guarantee that our plugin will work correctly. Please "
125
  "upgrade to WordPress latest version."
127
  "nebo vyšší! Nezaručujeme, že náš plugin bude fungovat správně. Prosím "
128
  "aktualizujte na nejnovější verzi WordPressu."
129
 
130
+ #: bws_functions.php:208
131
  #, php-format
132
  msgid "Thank you for installing %s plugin!"
133
  msgstr "Děkujeme vám za instalaci %s pluginu!"
134
 
135
+ #: bws_functions.php:210
136
  msgid "Let's get started"
137
  msgstr "Začněme"
138
 
139
+ #: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
140
+ #: bws_menu.php:566
141
  msgid "Settings"
142
  msgstr "Nastavení"
143
 
144
+ #: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
145
+ #: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
146
  msgid "or"
147
  msgstr "nebo"
148
 
149
+ #: bws_functions.php:214 bws_functions.php:246
150
  msgid "Add New"
151
  msgstr "Přidat nový"
152
 
153
+ #: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
154
+ #: bws_functions.php:385 bws_functions.php:487
155
  msgid "Close notice"
156
  msgstr "Zavřít poznámku"
157
 
158
+ #: bws_functions.php:233
159
  msgid "Thank you for installing plugins by BestWebSoft!"
160
  msgstr "Děkujeme vám za instalaci pluginů od BestWebSoft!"
161
 
162
+ #: bws_functions.php:235
163
  msgid "More Details"
164
  msgstr "Více detailů"
165
 
166
+ #: bws_functions.php:236
167
  msgid "Less Details"
168
  msgstr "Méně detailů"
169
 
170
+ #: bws_functions.php:264
171
  msgid "Deprecated function(-s) is used on the site here:"
172
  msgstr "Zastaralé funkce se používají na stránkách zde:"
173
 
174
+ #: bws_functions.php:278
175
  msgid ""
176
  "This function(-s) will be removed over time. Please update the product(-s)."
177
  msgstr ""
178
  "Tato funkce, bude v průběhu času odstraněna. Prosím aktualizujte produkt."
179
 
180
+ #: bws_functions.php:337
181
  msgid "It’s time to upgrade your"
182
  msgstr "Je čas na aktualizaci vašeho"
183
 
184
+ #: bws_functions.php:337
185
  msgid "to"
186
  msgstr "na"
187
 
188
+ #: bws_functions.php:337
189
  msgid "version!"
190
  msgstr "verzi!"
191
 
192
+ #: bws_functions.php:338
193
  msgid "Extend standard plugin functionality with new great options."
194
  msgstr "Rozšiřuje standardní funkce pluginu novými skvělými možnostmi."
195
 
196
+ #: bws_functions.php:389
197
  #, php-format
198
  msgid ""
199
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
202
  "Váš licenční klíč pro %s vyprší dne %s a nebudou vám poskytovány TOP-"
203
  "PRIOROTNÍ PODPORA a AKTUALIZACE."
204
 
205
+ #: bws_functions.php:482
206
  #, php-format
207
  msgid "Thank you for choosing %s plugin!"
208
  msgstr "Děkujeme, že jste si vybrali %s plugin!"
209
 
210
+ #: bws_functions.php:483
211
  msgid ""
212
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
213
  "we'd love to hear about it!"
215
  "Máte-li nápad, nebo doporučení na novou vlastnost, kterou by jste v pluginu "
216
  "chtěli vidět, rádi o něm uslyšíme!"
217
 
218
+ #: bws_functions.php:484
219
  msgid "Suggest a Feature"
220
  msgstr "Navrhnout vlastnost"
221
 
222
+ #: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
223
+ #: class-bws-settings.php:595 class-bws-settings.php:598
224
  msgid "Notice"
225
  msgstr "Poznámka"
226
 
227
+ #: bws_functions.php:500
228
  msgid "The plugin's settings have been changed."
229
  msgstr "Nastavení pluginu bylo změněno."
230
 
231
+ #: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
232
+ #: deprecated.php:642
233
  msgid "Save Changes"
234
  msgstr "Uložit změny"
235
 
236
+ #: bws_functions.php:515
237
  msgid ""
238
  "You can always look at premium options by checking the \"Pro Options\" in "
239
  "the \"Misc\" tab."
241
  "Vždy se můžete podívat na možnosti prémiové verze, kliknutím na \"PRO "
242
  "nastavení\" na \"Go PRO\" záložce."
243
 
244
+ #: bws_functions.php:653
245
  msgid "Add BWS Shortcode"
246
+ msgstr "Přidávejte zkrácený kód BWS"
247
 
248
+ #: bws_functions.php:654
249
  msgid "Add BWS Plugins Shortcode"
250
+ msgstr "Přidávejte zkrácený kód BWS pluginů"
251
 
252
+ #: bws_functions.php:673
253
  msgid "Add shortcode"
254
  msgstr "Přidat krátký kód"
255
 
256
+ #: bws_functions.php:673
257
  msgid "Add BestWebSoft plugins' shortcodes using this button."
258
  msgstr ""
259
  "Pomocí tohoto tlačítka můžete přidávat krátké kódy BestWebSoft pluginu."
260
 
261
+ #: bws_functions.php:729
262
  msgid "Close"
263
  msgstr "Zavřít"
264
 
265
+ #: bws_functions.php:821
266
  msgid "Are you sure you want to restore default settings?"
267
  msgstr "Jste si jisti, že chcete obnovit výchozí nastavení?"
268
 
269
+ #: bws_functions.php:824
270
  msgid "Yes, restore all settings"
271
  msgstr "Ano, obnovit veškerá nastavení"
272
 
273
+ #: bws_functions.php:825
274
  msgid "No, go back to the settings page"
275
  msgstr "Ne, vrátit se zpět na stránku nastavení"
276
 
277
+ #: bws_functions.php:867
278
  msgid "Plugin"
279
  msgstr "Plugin"
280
 
281
+ #: bws_functions.php:876
282
  msgid "Shortcode settings"
283
  msgstr "Nastavení krátkých kódů"
284
 
285
+ #: bws_functions.php:881
286
  msgid "The shortcode will be inserted"
287
  msgstr "Bude vložen krátký kód"
288
 
289
+ #: bws_functions.php:922
 
 
 
 
290
  msgid "FAQ"
291
  msgstr "Často kladené otázky (FAQ)"
292
 
293
+ #: bws_functions.php:928
294
  msgid "For more information:"
295
  msgstr "Pro více informací:"
296
 
297
+ #: bws_functions.php:929
298
  msgid "Documentation"
299
  msgstr "Dokumentace"
300
 
301
+ #: bws_functions.php:930
302
  msgid "Video Instructions"
303
  msgstr "Video instrukce"
304
 
305
+ #: bws_functions.php:931
306
  msgid "Submit a Request"
307
  msgstr "Odeslat požadavek"
308
 
309
+ #: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
310
  msgid "Wrong license key"
311
  msgstr "Špatný licenční klíč"
312
 
313
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
314
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
315
+ #: deprecated.php:353
316
  msgid ""
317
  "Something went wrong. Please try again later. If the error appears again, "
318
  "please contact us"
320
  "Něco se pokazilo. Prosím zkuste to znovu později. Pokud se chyba objeví "
321
  "znovu, obraťte se na nás"
322
 
323
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
324
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
325
+ #: deprecated.php:353
326
  msgid "We are sorry for inconvenience."
327
  msgstr "Omlouváme se za nepříjemnosti."
328
 
329
+ #: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
330
+ #: deprecated.php:139 deprecated.php:359
331
  msgid "Wrong license key."
332
  msgstr "Neplatný licenční klíč."
333
 
343
  msgid "Log in"
344
  msgstr "Přihlášení"
345
 
346
+ #: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
347
  msgid "Unfortunately, you have exceeded the number of available tries per day."
348
  msgstr "Bohužel, překročili jste dostupný počet pokusů pro daný den."
349
 
350
+ #: bws_menu.php:134 deprecated.php:365
351
  #, php-format
352
  msgid ""
353
  "Unfortunately, Your license has expired. To continue getting top-priority "
356
  "Bohužel, Vaše licence vypršela. Chcete-li pokračovat v získávání top-"
357
  "prioritní podpory a aktualizace pluginu měli byste ji prodloužit ve vašem %s"
358
 
359
+ #: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
360
  msgid ""
361
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
362
  "Trial license can be installed only once."
364
  "Bohužel, pro tuto doménu již byla použita Pro licence. Zkušební Pro licence "
365
  "může být instalována pouze jedenkrát."
366
 
367
+ #: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
368
  msgid "The license key is valid."
369
  msgstr "Licenční klíč je platný."
370
 
371
+ #: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
372
  msgid "Your license will expire on"
373
  msgstr "Vaše licence vyprší"
374
 
375
  #: bws_menu.php:146
376
+ msgid "Congratulations! Pro Membership license is activated successfully."
377
+ msgstr ""
378
 
379
+ #: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
380
  msgid ""
381
  "Something went wrong. Try again later or upload the plugin manually. We are "
382
  "sorry for inconvenience."
535
  msgid "Please enter a valid email address."
536
  msgstr "Prosím vložte platnou e-mailovou adresu."
537
 
538
+ #: bws_menu.php:262
539
+ #, php-format
540
+ msgid "Email with system info is sent to %s."
541
+ msgstr ""
542
 
543
+ #: bws_menu.php:266
544
  msgid "Thank you for contacting us."
545
  msgstr "Děkujeme, že jste nás kontaktovali."
546
 
547
+ #: bws_menu.php:289
548
  msgid "Sorry, email message could not be delivered."
549
  msgstr "Je nám líto, ale e-mail nemohl být doručen."
550
 
551
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
552
  msgid "Plugins"
553
  msgstr "Pluginy"
554
 
555
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
556
  msgid "Themes"
557
  msgstr "Šablony"
558
 
559
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
560
  msgid "System status"
561
  msgstr "Stav systému"
562
 
563
+ #: bws_menu.php:315
564
  msgid "Support"
565
  msgstr "Podpora"
566
 
567
+ #: bws_menu.php:316
568
  msgid "Manage purchased licenses & subscriptions"
569
  msgstr "Spravovat zakoupené licence a předplatné"
570
 
571
+ #: bws_menu.php:324
572
  #, php-format
573
  msgid "Get Access to %s+ Premium Plugins"
574
  msgstr "Získejte přístup k %s+ Premiovým pluginům"
575
 
576
+ #: bws_menu.php:326
577
  msgid "Subscribe to Pro Membership"
578
  msgstr "Přihlásit se k Pro členství"
579
 
580
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
581
  #: deprecated.php:227
582
  msgid "Check license key"
583
  msgstr "Zkontrolovat licenční klíč"
584
 
585
+ #: bws_menu.php:337
586
  msgid "Enter your license key"
587
  msgstr "Vložte váš licenční klíč"
588
 
589
+ #: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
590
+ #: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
591
+ #: deprecated.php:631 deprecated.php:703 deprecated.php:712
592
  msgid "Activate"
593
  msgstr "Aktivovat"
594
 
595
+ #: bws_menu.php:359
596
  msgid "Upload Plugin"
597
  msgstr "Nahrát plugin"
598
 
599
+ #: bws_menu.php:363
600
  #, php-format
601
  msgid ""
602
  "The plugin generated %d characters of <strong>unexpected output</strong> "
609
  "problems with syndication feeds or other issues, pokuste se deaktivovat, "
610
  "nebo odstranit tento plugin."
611
 
612
+ #: bws_menu.php:365
613
  msgid ""
614
  "Plugin could not be activated because it triggered a <strong>fatal error</"
615
  "strong>."
616
  msgstr ""
617
  "Plugin nemůže být aktivován, neboť způsobil <strong>závažnou chybu</strong>."
618
 
619
+ #: bws_menu.php:368
620
  msgid "Plugin <strong>activated</strong>."
621
  msgstr "Plugin <strong>aktivován</strong>."
622
 
623
+ #: bws_menu.php:375
624
  msgid "Installing Plugin"
625
  msgstr "Instalace pluginu"
626
 
627
+ #: bws_menu.php:381
628
  msgid "Downloading install package from"
629
  msgstr "Stahování instalačního balíčku z"
630
 
631
+ #: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
632
+ #: deprecated.php:410 deprecated.php:432
 
 
633
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
634
  msgstr "Stažení zip archivu selhalo. Prosíme, nahrajte plugin ručně"
635
 
636
+ #: bws_menu.php:406
637
  msgid "Unpacking the package"
638
  msgstr "Rozbalování balíčku"
639
 
640
+ #: bws_menu.php:411 bws_menu.php:419
641
  msgid "Installing the plugin"
642
  msgstr "Instalace pluginu"
643
 
644
+ #: bws_menu.php:415 deprecated.php:400
645
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
646
  msgstr "Otevření zip archivu selhalo. Prosíme, nahrajte plugin ručně"
647
 
648
+ #: bws_menu.php:422 deprecated.php:406
649
  msgid ""
650
  "Your server does not support either ZipArchive or Phar. Please, upload the "
651
  "plugin manually"
653
  "Váš server nepodporuje buď ZipArchive nebo Phar. Prosím, nahrajte plugin "
654
  "ručně"
655
 
656
+ #: bws_menu.php:425
657
  #, php-format
658
  msgid "The plugin %s is successfully installed."
659
  msgstr "Plugin %s úspěšně nainstalován."
660
 
661
+ #: bws_menu.php:432 deprecated.php:413
662
  msgid "UploadDir is not writable. Please, upload the plugin manually"
663
  msgstr "Nelze zapisovat do UploadDir. Prosím, nahrajte plugin ručně"
664
 
665
+ #: bws_menu.php:437
666
  msgid "Activate Plugin"
667
  msgstr "Aktivovat plugin"
668
 
669
+ #: bws_menu.php:437 bws_menu.php:443
670
  msgid "Return to BestWebSoft Panel"
671
  msgstr "Návrat na BestWebSoft panel"
672
 
673
+ #: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
674
  msgid "All"
675
  msgstr "Vše"
676
 
677
+ #: bws_menu.php:454 bws_menu.php:637
678
  msgid "Installed"
679
  msgstr "Instalováno"
680
 
681
+ #: bws_menu.php:457
682
  msgid "Not Installed"
683
  msgstr "Neninstalováno"
684
 
685
+ #: bws_menu.php:464
686
  msgid "Filter results"
687
  msgstr "Výsledky filtrování"
688
 
689
+ #: bws_menu.php:467 bws_menu.php:596
690
  msgid "Category"
691
  msgstr "Rubriky"
692
 
693
+ #: bws_menu.php:531
694
  msgid "Not installed"
695
  msgstr "Neninstalováno"
696
 
697
+ #: bws_menu.php:535
698
  msgid "Renew to get updates"
699
  msgstr "Obnovit pro získání aktualizací"
700
 
701
+ #: bws_menu.php:538
702
  #, php-format
703
  msgid "Update to v %s"
704
  msgstr "Aktualizovat na %s"
705
 
706
+ #: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
707
  msgid "Install Now"
708
  msgstr "Instalovat nyní"
709
 
710
+ #: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
711
  msgid "Upgrade to Pro"
712
  msgstr "Aktualizovat na Pro"
713
 
714
+ #: bws_menu.php:570 bws_menu.php:579
715
  msgid "Activate this plugin"
716
  msgstr "Aktivovat tento plugin"
717
 
718
+ #: bws_menu.php:582
719
  msgid "Install this plugin"
720
  msgstr "Instalovat tento plugin"
721
 
722
+ #: bws_menu.php:591
723
  msgid "Nothing found. Try another criteria."
724
  msgstr "Nic nenalezeno. Zkuste jiná kritéria."
725
 
726
  # podle, nebo taky od
727
+ #: bws_menu.php:628
728
  #, php-format
729
  msgid "By %s"
730
  msgstr "podle %s"
731
 
732
+ #: bws_menu.php:635
733
  msgid "Already Installed"
734
  msgstr "Již instalováno"
735
 
736
+ #: bws_menu.php:645
737
+ msgid "Browse More WordPress Themes"
738
+ msgstr ""
739
 
740
+ #: bws_menu.php:654
741
  msgid "Send to support"
742
  msgstr "Odeslat podpoře"
743
 
744
+ #: bws_menu.php:661
745
  msgid "Send to custom email &#187;"
746
  msgstr "Odeslat na vlastní e-mail &#187;"
747
 
748
+ #: class-bws-settings.php:136
749
  msgid "Information"
750
  msgstr "Informace"
751
 
752
+ #: class-bws-settings.php:144
753
  msgid "Inactive"
754
  msgstr "Neaktivní"
755
 
756
+ #: class-bws-settings.php:152
757
  msgid "Expired"
758
  msgstr "Expirované"
759
 
760
+ #: class-bws-settings.php:155
761
  #, php-format
762
  msgid "%s day(-s) left"
763
  msgstr "%s dnů zbývá"
764
 
765
+ #: class-bws-settings.php:161
766
  #, php-format
767
  msgid "Expired on %s"
768
  msgstr "Vypršela dne %s"
769
 
770
+ #: class-bws-settings.php:161
771
  msgid "Renew Now"
772
  msgstr "Obnovit nyní"
773
 
774
+ #: class-bws-settings.php:163
775
  msgid "Active"
776
  msgstr "Aktivní"
777
 
778
+ #: class-bws-settings.php:168
779
  msgid "License"
780
  msgstr "Licence"
781
 
782
+ #: class-bws-settings.php:171
783
  msgid "Status"
784
  msgstr "Stav"
785
 
786
+ #: class-bws-settings.php:175
787
  msgid "Version"
788
  msgstr "Verze"
789
 
790
+ #: class-bws-settings.php:285
791
  msgid "All plugin settings were restored."
792
  msgstr "Všechna nastavení pluginu byla obnovena."
793
 
794
+ #: class-bws-settings.php:423
795
  msgid "Custom Code"
796
  msgstr "Vlastní kód"
797
 
798
+ #: class-bws-settings.php:427 deprecated.php:498
799
  msgid "You do not have sufficient permissions to edit plugins for this site."
800
  msgstr "Nemáte dostatečná oprávnění pro úpravu pluginů tohoto webu."
801
 
802
+ #: class-bws-settings.php:432 deprecated.php:620
803
  msgid "These styles will be added to the header on all pages of your site."
804
  msgstr "Tyto styly budou přidány do hlaviček všech stránek vašeho webu."
805
 
806
+ #: class-bws-settings.php:435 deprecated.php:622
807
  #, php-format
808
  msgid ""
809
  "This PHP code will be hooked to the %s action and will be printed on front "
811
  msgstr ""
812
  "Tento PHP kód bude závislý na %s akci a bude zobrazen pouze na front endu."
813
 
814
+ #: class-bws-settings.php:438
815
  msgid "These code will be added to the header on all pages of your site."
816
  msgstr "Tento kód bude přidán do záhlaví všech stránek vašeho webu."
817
 
818
+ #: class-bws-settings.php:446 deprecated.php:646
819
  #, php-format
820
  msgid ""
821
  "You need to make this files writable before you can save your changes. See "
824
  "Před tím, než budete moci vaše změny uložit, nastavte těmto souborům "
825
  "oprávnění pro zápis. Podívejte se %s na Kodex %s pro více informací."
826
 
827
+ #: class-bws-settings.php:456 deprecated.php:628
828
  msgid "Browsing"
829
  msgstr "Procházení"
830
 
831
+ #: class-bws-settings.php:461
832
  #, php-format
833
  msgid "Activate custom %s code."
834
  msgstr "Aktivovat vlastní %s kód."
835
 
836
+ #: class-bws-settings.php:469 deprecated.php:635
837
  #, php-format
838
  msgid "Learn more about %s"
839
  msgstr "Dozvědět se více o %s"
840
 
841
+ #: class-bws-settings.php:531
842
  msgid "Miscellaneous Settings"
843
  msgstr "Různá nastavení"
844
 
845
+ #: class-bws-settings.php:540 class-bws-settings.php:595
846
  #, php-format
847
  msgid ""
848
  "It is prohibited to change %s settings on this site in the %s network "
849
  "settings."
850
  msgstr "Je zakázáno měnit nastavení %s na této stránce v %s nastavení sítě."
851
 
852
+ #: class-bws-settings.php:543 class-bws-settings.php:598
853
  #, php-format
854
  msgid ""
855
  "It is prohibited to view %s settings on this site in the %s network settings."
856
  msgstr "Je zobrazit nastavení %s na této stránce v %s nastavení sítě."
857
 
858
+ #: class-bws-settings.php:552
859
  msgid "Pro Options"
860
  msgstr "PRO nastavení"
861
 
862
+ #: class-bws-settings.php:556
863
  msgid "Enable to display plugin Pro options."
864
  msgstr "Povolit zobrazení PRO voleb pluginu."
865
 
866
+ #: class-bws-settings.php:562
867
  msgid "Track Usage"
868
  msgstr "Sběr statistik"
869
 
870
+ #: class-bws-settings.php:566
871
  msgid ""
872
  "Enable to allow tracking plugin usage anonymously in order to make it better."
873
  msgstr ""
874
  "Umožnit anonymní sledování využití pluginu tak, aby mohl být dále vylepšován."
875
 
876
+ #: class-bws-settings.php:571
877
  msgid "Default Settings"
878
  msgstr "Výchozí nastavení"
879
 
880
+ #: class-bws-settings.php:573
881
  msgid "Restore Settings"
882
  msgstr "Obnovit nastavení"
883
 
884
+ #: class-bws-settings.php:574
885
  msgid "This will restore plugin settings to defaults."
886
  msgstr "Toto obnoví veškerá nastavení pluginu na výchozí hodnoty."
887
 
888
+ #: class-bws-settings.php:586
889
  msgid "Import / Export"
890
  msgstr "Import / Export"
891
 
892
+ #: class-bws-settings.php:702 class-bws-settings.php:735
893
+ #: class-bws-settings.php:757
894
  msgid "License Key"
895
  msgstr "Licenční klíč"
896
 
897
+ #: class-bws-settings.php:725
898
  msgid "Congratulations! Pro license is activated successfully."
899
  msgstr "Gratulujeme! PRO licence byla úspěšně aktivována."
900
 
901
+ #: class-bws-settings.php:726
902
  #, php-format
903
  msgid "You will be automatically redirected to the %s in %s seconds."
904
  msgstr "Za %s sekund budete automaticky přesměrováni na %s."
905
 
906
+ #: class-bws-settings.php:726
907
  msgid "Settings page"
908
  msgstr "Stránka nastavení"
909
 
910
+ #: class-bws-settings.php:741
911
  #, php-format
912
  msgid "Enter your license key to activate %s and get premium plugin features."
913
  msgstr ""
914
  "Vložte váš licenční klíč pro aktivaci %s a získání prémiových fukcí pluginu."
915
 
916
+ #: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
917
+ #: deprecated.php:706
918
  msgid ""
919
  "Unfortunately, you have exceeded the number of available tries per day. "
920
  "Please, upload the plugin manually."
922
  "Bohužel, jste překročili počet dostupných pokusů za den. Prosím, nahrejte "
923
  "plugin ručně."
924
 
925
+ #: class-bws-settings.php:747 deprecated.php:697
926
  #, php-format
927
  msgid "Start Your Free %s-Day Trial Now"
928
  msgstr "Vyzkoušejte vaší %s-denní zkušební verzi zdarma nyní"
929
 
930
+ #: class-bws-settings.php:762
931
  msgid ""
932
  "If necessary, you can check if the license key is correct or reenter it in "
933
  "the field below."
935
  "V případě potřeby zkontrolujte, je-li licenční klíč správně zadán, případně "
936
  "jej do pole níže vložte znova."
937
 
938
+ #: class-bws-settings.php:767
939
  msgid "Manage License Settings"
940
  msgstr "Správa nastavení licencí"
941
 
942
+ #: class-bws-settings.php:769
943
  msgid "Login to Client Area"
944
  msgstr "Přihlášení do klientská zóny"
945
 
946
+ #: class-bws-settings.php:771
947
  msgid ""
948
  "Manage active licenses, download BWS products, and view your payment history "
949
  "using BestWebSoft Client Area."
951
  "Správa aktivních licencí, stahování BWS produktů a zobrazení historie plateb "
952
  "v BestWebSoft klientské zóně."
953
 
954
+ #: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
955
+ #: deprecated.php:361
956
  msgid "This license key is bound to another site."
957
  msgstr "Tento licenční klíč je přidružen k jinému webu."
958
 
959
+ #: class-bws-settings.php:828 deprecated.php:143
960
  msgid ""
961
  "This license key is valid, but Your license has expired. If you want to "
962
  "update our plugin in future, you should extend the license."
964
  "Tento licenční klíč je platný, ale vaše licence vypršela. Chcete-li náš "
965
  "plugin v budoucnosti aktualizovat, měli by jste licenci prodloužit."
966
 
967
+ #: class-bws-settings.php:830 deprecated.php:145
968
  msgid "Unfortunately, you have exceeded the number of available tries."
969
  msgstr "Bohužel, překročili jste dostupný počet pokusů."
970
 
971
+ #: class-bws-settings.php:832 deprecated.php:147
972
  msgid ""
973
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
974
  "The Pro Trial license can be installed only once."
976
  "Bohužel, tato zkušební Pro licence již pro tuto doménu byla použita. "
977
  "Zkušební Pro licence může být instalována pouze jedenkrát."
978
 
979
+ #: class-bws-settings.php:837 deprecated.php:151
980
  msgid "The Pro Trial license key is valid."
981
  msgstr "Licenční klíč zkušební Pro verze je platný."
982
 
983
+ #: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
984
  #, php-format
985
  msgid ""
986
  "In order to continue using the plugin it is necessary to buy a %s license."
987
  msgstr ""
988
  "Pokud chcete nadále využívat tento plugin, je nutné zakoupit %s licenci."
989
 
990
+ #: class-bws-settings.php:933
991
+ #, php-format
992
+ msgid ""
993
+ "Unfortunately, Your license has expired. To continue getting top-priority "
994
+ "support and plugin updates, you should extend it in your %s."
995
+ msgstr ""
996
+
997
+ #: class-bws-settings.php:959 class-bws-settings.php:981
998
+ #: class-bws-settings.php:1003
999
+ msgid "Failed to download the zip archive. Please, upload the plugin manually."
1000
+ msgstr ""
1001
+
1002
+ #: class-bws-settings.php:971
1003
+ msgid "Failed to open the zip archive. Please, upload the plugin manually."
1004
+ msgstr ""
1005
+
1006
+ #: class-bws-settings.php:977
1007
+ msgid ""
1008
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
1009
+ "plugin manually."
1010
+ msgstr ""
1011
+
1012
+ #: class-bws-settings.php:984
1013
+ msgid "UploadDir is not writable. Please, upload the plugin manually."
1014
+ msgstr ""
1015
+
1016
+ #: class-bws-settings.php:1042 deprecated.php:464
1017
  msgid "Please, enter Your license key"
1018
  msgstr "Prosím, vložte váš licenční klíč"
1019
 
1020
+ #: class-bws-settings.php:1054
1021
  msgid "Need Help?"
1022
  msgstr "Potřebujete pomoc?"
1023
 
1024
+ #: class-bws-settings.php:1056
1025
  msgid "Read the Instruction"
1026
  msgstr "Přečíst si instrukce"
1027
 
1028
+ #: class-bws-settings.php:1060
1029
  msgid "Watch the Video"
1030
  msgstr "Přehrát video"
1031
 
1032
+ #: class-bws-settings.php:1071
1033
  msgid "Start Your Free Trial"
1034
  msgstr "Vyzkoušejte po omezenou dobu"
1035
 
1036
+ #: deactivation-form.php:27
1037
+ msgid "Need help? We are ready to answer your questions."
1038
+ msgstr "Potřebujete pomoc? Rádi zodpovíme Vaše dotazy."
1039
+
1040
+ #: deactivation-form.php:27
1041
+ msgid "Contact Support"
1042
+ msgstr "Kontaktujte podporu"
1043
+
1044
+ #: deactivation-form.php:32
1045
+ msgid "The plugin is not working"
1046
+ msgstr "Plugin nefunguje"
1047
+
1048
+ #: deactivation-form.php:34
1049
+ msgid "Kindly share what didn't work so we can fix it in future updates..."
1050
+ msgstr ""
1051
+ "Dejte nám prosím vědět, co nefungovalo, abychom to v budoucích aktualizacích "
1052
+ "mohli opravit..."
1053
+
1054
+ #: deactivation-form.php:38
1055
+ msgid "The plugin didn't work as expected"
1056
+ msgstr "Plugin nefungoval podle mých očekávání"
1057
+
1058
+ #: deactivation-form.php:40
1059
+ msgid "What did you expect?"
1060
+ msgstr "Co jste očekávali?"
1061
+
1062
+ #: deactivation-form.php:44
1063
+ msgid "The plugin suddenly stopped working"
1064
+ msgstr "Plugin náhle přestal pracovat"
1065
+
1066
+ #: deactivation-form.php:51
1067
+ msgid "The plugin broke my site"
1068
+ msgstr "Plugin mi rozbil web"
1069
+
1070
+ #: deactivation-form.php:58
1071
+ msgid "I couldn't understand how to get it work"
1072
+ msgstr "Nemohl jsem pochopit, jak to zprovoznit"
1073
+
1074
+ #: deactivation-form.php:65
1075
+ msgid "I found a better plugin"
1076
+ msgstr "Našel jsem lepší plugin"
1077
+
1078
+ #: deactivation-form.php:67
1079
+ msgid "What's the plugin name?"
1080
+ msgstr "Jaké je jméno pluginu?"
1081
+
1082
+ #: deactivation-form.php:71
1083
+ msgid "The plugin is great, but I need specific feature that you don't support"
1084
+ msgstr ""
1085
+ "Plugin je skvělý, ale já potřebuji specifickou funkci, kterou nepodporuje"
1086
+
1087
+ #: deactivation-form.php:73
1088
+ msgid "What feature?"
1089
+ msgstr "Jakou funkci?"
1090
+
1091
+ #: deactivation-form.php:77
1092
+ msgid "I no longer need the plugin"
1093
+ msgstr "Nadále již tento plugin nepotřebuji"
1094
+
1095
+ #: deactivation-form.php:83
1096
+ msgid "It's a temporary deactivation, I'm just debugging an issue"
1097
+ msgstr "Jedná se o dočasnou deaktivaci, pouze jsem ladím problém"
1098
+
1099
+ #: deactivation-form.php:89
1100
+ msgid "Other"
1101
+ msgstr "Ostatní"
1102
+
1103
+ #: deactivation-form.php:123
1104
+ msgid "Quick Feedback"
1105
+ msgstr "Rychlá zpětná vazba"
1106
+
1107
+ #: deactivation-form.php:124
1108
+ msgid "If you have a moment, please let us know why you are deactivating"
1109
+ msgstr "Máte-li chvilku, sdělte nám důvod, proč deaktivujete tento plugin"
1110
+
1111
+ #: deactivation-form.php:127
1112
+ msgid "Send website data and allow to contact me back"
1113
+ msgstr ""
1114
+
1115
+ #: deactivation-form.php:132
1116
+ msgid "Cancel"
1117
+ msgstr "Zrušit"
1118
+
1119
+ #: deactivation-form.php:233
1120
+ msgid "Processing"
1121
+ msgstr "Zpracovává se"
1122
+
1123
+ #: deactivation-form.php:262
1124
+ msgid "Submit & Deactivate"
1125
+ msgstr "Odeslat a vypnout"
1126
+
1127
+ #: deactivation-form.php:277
1128
+ msgid "Please tell us the reason so we can improve it."
1129
+ msgstr "Prosím, prozraďte nám důvod, abychom jej mohli zlepšit."
1130
+
1131
+ #: deactivation-form.php:345
1132
+ msgid "Deactivate"
1133
+ msgstr "Vypnout"
1134
+
1135
  #: deprecated.php:93
1136
  msgid "System Status"
1137
  msgstr "Stav systému"
1158
  "(vaše uživatelské jméno je e-mailová adresa uvedena při nákupu). Pokud je to "
1159
  "nutné, prosím odešlete \"Lost your password?\" požadavek."
1160
 
1161
+ #: deprecated.php:246
1162
  msgid "After that, you can activate it by entering your license key."
1163
  msgstr "Poté jej lze snadno aktivovat zadáním licenčního klíče."
1164
 
1165
+ #: deprecated.php:249 deprecated.php:691
1166
  msgid "License key can be found in the"
1167
  msgstr "Licenční klíč najdete v"
1168
 
1169
+ #: deprecated.php:251 deprecated.php:693
1170
  msgid "(your username is the email address specified during the purchase)."
1171
  msgstr "(vaše uživatelské jméno je e-mailová adresa uvedená při nákupu)."
1172
 
1173
+ #: deprecated.php:279
1174
  msgid ""
1175
  "Congratulations! The Pro license of the plugin is activated successfully."
1176
  msgstr "Gratulujeme! PRO licence pluginu je úspěšně aktivována."
1177
 
1178
+ #: deprecated.php:281 deprecated.php:672
1179
  msgid "Please, go to"
1180
  msgstr "Prosím, jděte na"
1181
 
1182
+ #: deprecated.php:281 deprecated.php:672
1183
  msgid "the setting page"
1184
  msgstr "stránka nastavení"
1185
 
1186
+ #: deprecated.php:282 deprecated.php:673
1187
  msgid "You will be redirected automatically in 5 seconds."
1188
  msgstr "Budete automaticky přesměrováni za 5 sekund."
1189
 
1190
+ #: deprecated.php:316
1191
  msgid "Check premium options on the plugin settings page!"
1192
  msgstr "Zkontrolujte prémiové možnosti na stránce nastavení pluginů!"
1193
 
1194
+ #: deprecated.php:479
1195
  msgid "Restore all plugin settings to defaults"
1196
  msgstr "Obnovit veškerá nastavení pluginu na výchozí hodnoty"
1197
 
1198
+ #: deprecated.php:481
1199
  msgid "Restore settings"
1200
  msgstr "Obnovit nastavení"
1201
 
1202
+ #: deprecated.php:550 deprecated.php:577
1203
  #, php-format
1204
  msgid "File %s edited successfully."
1205
  msgstr "Soubor %s byl úspěšně upraven."
1206
 
1207
+ #: deprecated.php:552 deprecated.php:579
1208
  msgid "Not enough permissions to create or update the file"
1209
  msgstr "Nedostatečná oprávnění pro vytvoření či úpravu souboru"
1210
 
1211
+ #: deprecated.php:582
1212
  msgid "Not enough permissions to create the file"
1213
  msgstr "Nedostatečná oprávnění pro vytvoření souboru"
1214
 
1215
+ #: deprecated.php:626
1216
  msgid "Editing"
1217
  msgstr "Úprava"
1218
 
1219
+ #: deprecated.php:670
1220
  msgid ""
1221
  "Congratulations! Pro version of the plugin is installed and activated "
1222
  "successfully."
1223
  msgstr "Gratulujeme! PRO verze pluginu byla úspěšně instalována a aktivována."
1224
 
1225
+ #: deprecated.php:680
1226
  msgid "Show Pro features"
1227
  msgstr "Zobrazit Pro vlastnosti"
1228
 
1229
+ #: deprecated.php:687
1230
  msgid "Enter your license key to install and activate"
1231
  msgstr "Vložte váš licenční klíč pro instalaci a aktivaci"
1232
 
1233
+ #: deprecated.php:689
1234
  msgid "version of the plugin."
1235
  msgstr "verze pluginu."
1236
 
1237
  #: product_list.php:7
1238
  msgid "Admin Tools"
1239
+ msgstr "Administrační nástroje"
1240
 
1241
  #: product_list.php:8
1242
  msgid "Content"
1243
+ msgstr "Obsah"
1244
 
1245
  #: product_list.php:9
1246
  msgid "eCommerce"
1247
+ msgstr "eCommerce"
1248
 
1249
  #: product_list.php:10
1250
  msgid "Marketing"
1251
+ msgstr "Marketing"
1252
 
1253
  #: product_list.php:11
1254
  msgid "Navigation"
1255
+ msgstr "Navigace"
1256
 
1257
  #: product_list.php:12
1258
  msgid "Recommended"
1264
 
1265
  #: product_list.php:14
1266
  msgid "SEO"
1267
+ msgstr "SEO"
1268
 
1269
  #: product_list.php:15
1270
  msgid "SMM"
1271
+ msgstr "SMM"
1272
 
1273
  #: product_list.php:22
1274
+ msgid "Best secure captcha plugin to protect your WordPress forms."
 
1275
  msgstr ""
1276
 
1277
  #: product_list.php:32
1278
  msgid "Create your personal car rental/booking and reservation website."
1279
+ msgstr "Vytvořte si osobní rezervační web - auta/hotely."
1280
 
1281
  #: product_list.php:42
1282
  msgid ""
1283
  "Allow customers to reach you using secure contact form plugin any website "
1284
  "must have."
1285
  msgstr ""
1286
+ "Umožněte zákazníkům kontaktovat vás pomocí pluginu zabezpečeného kontaktního "
1287
+ "formuláře, tohle musí mít každý web."
1288
 
1289
  #: product_list.php:52
1290
  msgid "Add unlimited number of contact forms to WordPress website."
1291
+ msgstr "Přidávejte neomezený počet kontaktních formulářů na WordPress web."
1292
 
1293
  #: product_list.php:62
1294
  msgid "Save and manage Contact Form messages. Never lose important data."
1295
  msgstr ""
1296
+ "Ukládejte a spravujte zprávy z kontaktního formuláře. Už nikdy neztraťte "
1297
+ "důležitá data."
1298
 
1299
  #: product_list.php:72
1300
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1301
  msgstr ""
1302
+ "Přidávejte neomezený počet vlastních stránek do WordPress admin nástěnky."
1303
 
1304
  #: product_list.php:79
1305
  msgid "Add custom fields to WordPress website search results."
1306
+ msgstr "Přidávejte vlastní pole do výsledků vyhledání na webu WordPress."
1307
 
1308
  #: product_list.php:86
1309
  msgid ""
1310
  "Add custom post types and taxonomies to WordPress website search results."
1311
  msgstr ""
1312
+ "Přidávejte vlastní typy příspěvků a taxonomie do výsledků vyhledání na webu "
1313
+ "WordPress."
1314
 
1315
  #: product_list.php:96
1316
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1317
+ msgstr "Přidávejte darovací tlačítka PayPal a 2CO pro příjem příspěvků."
1318
 
1319
  #: product_list.php:103
1320
  msgid ""
 
 
 
 
 
 
1321
  "Get latest error log messages to diagnose website problems. Define and fix "
1322
  "issues faster."
1323
  msgstr ""
1324
+ "Získejte nejnovější zprávy z error logu při diagnostice problémů s webem. "
1325
+ "Definujte a opravte problémy rychleji."
1326
 
1327
+ #: product_list.php:110
1328
  msgid ""
1329
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1330
  "widgets."
1331
  msgstr ""
1332
+ "Přidávejte Facebooková tlačítka sledovat, to se mi líbí a sdílet do "
1333
+ "WordPress příspěvků, stránek a widgetů."
1334
 
1335
+ #: product_list.php:120
1336
  msgid ""
1337
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1338
  "clicks."
1339
  msgstr ""
1340
+ "Přidávejte na váš WordPress web krásné galerie, alba a obrázky během "
1341
+ "několika kliknutí."
1342
 
1343
+ #: product_list.php:130
1344
  msgid ""
1345
+ "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1346
+ "posts, pages and widgets."
1347
  msgstr ""
1348
+ "Přidávejte Google +1 tlačítka sdílet, sledovat, Hangout a profile badge do "
1349
+ "WordPress příspěvků, stránek a widgetů."
1350
 
1351
+ #: product_list.php:140
1352
  msgid ""
1353
+ "Stronger security solution which protects your WordPress website from hacks "
1354
+ "and unauthorized login attempts."
1355
  msgstr ""
1356
+ "Silnější bezpečnostní řešení, které chrání vaše webové stránky WordPress od "
1357
+ "hacků a pokusů o neoprávněné přihlášení."
1358
 
1359
+ #: product_list.php:150
1360
  msgid ""
1361
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1362
  "results, categories, tags, and widgets."
1363
  msgstr ""
1364
+ "Přidávejte reklamy Adsense do webu WordPress, příspěvky, vlastní příspěvky, "
1365
+ "výsledky vyhledávání, rubriky, štítky a widgety."
1366
 
1367
+ #: product_list.php:160
1368
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1369
  msgstr ""
1370
+ "Přidávejte Google Analytics kód do WordPress webu a sledujte základní "
1371
+ "statistiky."
1372
 
1373
+ #: product_list.php:170
1374
  msgid ""
1375
  "Protect WordPress website forms from spam entries with Google Captcha "
1376
  "(reCaptcha)."
1377
  msgstr ""
1378
+ "Chraňte WordPress webové formuláře před spamem s Google Captcha (\"reCAPTCHA"
1379
+ "\")."
1380
 
1381
+ #: product_list.php:180
1382
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1383
  msgstr ""
1384
+ "Přidávejte vlastní mapy Google do WordPress příspěvků, stránek a widgetů."
1385
 
1386
+ #: product_list.php:190
1387
  msgid ""
1388
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1389
  "your blog."
1390
  msgstr ""
1391
+ "Generujte a přidávejte sitemap.xml na vaše WordPress weby. Pomožte "
1392
+ "vyhledávačům indexovat váš blog."
1393
 
1394
+ #: product_list.php:200
1395
  msgid ""
1396
  "Replace external WordPress website links with Google shortlinks and track "
1397
  "click stats."
1398
  msgstr ""
1399
+ "Nahradit externí odkazy WordPress webu pomocí Google shortlinks a sledujte "
1400
+ "statistiky kliknutí."
1401
 
1402
+ #: product_list.php:207
1403
  msgid ""
1404
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1405
  "hostnames, etc."
1406
  msgstr ""
1407
+ "Chráňte WordPress web– povolte či odepřete přístup pro určité IP adresy, "
1408
+ "hostnames, atd."
1409
 
1410
+ #: product_list.php:217
1411
  msgid ""
1412
  "Create your personal job board and listing WordPress website. Search jobs, "
1413
  "submit CV/resumes, choose candidates."
1414
  msgstr ""
1415
+ "Vytvořte si osobní nástěnku pracovních míst na WordPress webu. Hledání "
1416
+ "zaměstnání, odeslání CV/životopisu, výběr kandidátů."
1417
 
1418
+ #: product_list.php:224
1419
  msgid ""
1420
  "Protect WordPress website against brute force attacks. Limit rate of login "
1421
  "attempts."
1422
  msgstr ""
1423
+ "Chraňte WordPress web proti útokům hrubou silou. Omezte počet pokusů o "
1424
+ "přihlášení."
1425
 
1426
+ #: product_list.php:234
1427
  msgid ""
1428
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1429
  "5 plugins included – profile, insider, etc."
1430
  msgstr ""
1431
+ "Přidávejte LinkedIn tlačítka sdílet a sledovat do WordPress příspěvků, "
1432
+ "stránek a widgetů. 5 pluginů zahrnuje - profil, insider, atd."
1433
 
1434
+ #: product_list.php:244
1435
  msgid ""
1436
  "Translate WordPress website content to other languages manually. Create "
1437
  "multilingual pages, posts, widgets, menus, etc."
1438
  msgstr ""
1439
+ "Přeložte manuálně obsah webu WordPress do jiných jazyků. Vytvořte "
1440
+ "vícejazyčné stránky, příspěvky, widgety, menu, atd."
1441
 
1442
+ #: product_list.php:254
1443
  msgid ""
1444
  "Add customizable pagination to WordPress website. Split long content to "
1445
  "multiple pages for better navigation."
1446
  msgstr ""
1447
+ "Přidávejte nastavitelné stránkování na web WordPress. Pro lepší navigaci "
1448
+ "rozdělte dlouhý obsah na více stránek."
1449
 
1450
+ #: product_list.php:264
1451
  msgid ""
1452
  "Generate PDF files and print WordPress posts/pages. Customize document "
1453
  "header/footer styles and appearance."
1454
  msgstr ""
1455
+ "Generujte PDF soubory a tiskněte WordPress příspěvky/stránky. Vlastní "
1456
+ "záhlaví/zápatí dokumentu, styly a vzhled."
1457
 
1458
+ #: product_list.php:274
1459
  msgid ""
1460
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1461
  "Profile) to WordPress posts, pages and widgets."
1462
  msgstr ""
1463
+ "Přidávejte Pinterest tlačítka sledovat a připnout a profilový widget (Pin, "
1464
+ "Board, Profile) do WordPress příspěvků, stránek a widgetů."
1465
 
1466
+ #: product_list.php:284
1467
  msgid ""
1468
  "Create your personal portfolio WordPress website. Manage and showcase past "
1469
  "projects to get more clients."
1470
  msgstr ""
1471
+ "Vytvořte si osobní portfolio WordPress webů. Spravujte a představte své "
1472
+ "nedávné projekty a získejte více klientů."
1473
 
1474
+ #: product_list.php:294
1475
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1476
  msgstr ""
1477
+ "Exportujte snadno vaše WordPress příspěvky do souboru formátu CSV. "
1478
+ "Konfigurujte pořadí dat."
1479
 
1480
+ #: product_list.php:301
1481
  msgid ""
1482
  "Add extra fields to default WordPress user profile. The easiest way to "
1483
  "create and manage additional custom values."
1484
  msgstr ""
1485
+ "Přidávejte další pole do výchozího profilu uživatele WordPress. "
1486
+ "Nejjednodušší způsob, jak vytvořit a spravovat vlastní hodnoty."
1487
 
1488
+ #: product_list.php:308
1489
  msgid ""
1490
  "Add and display HTML advertisement banner on WordPress website. Customize "
1491
  "bar styles and appearance."
1492
  msgstr ""
1493
+ "Přidávejte a zobrazujte HTML reklamní banner na webu WordPress. Úpravte styl "
1494
+ "a vzhled lišt."
1495
 
1496
+ #: product_list.php:318
1497
  msgid ""
1498
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1499
  "widgets."
1500
  msgstr ""
1501
+ "Přidávejte přizpůsobitelné nabídky a bloky s tipy do WordPress příspěvků, "
1502
+ "stránek a widgetů."
1503
 
1504
+ #: product_list.php:325
1505
  msgid ""
1506
  "Add rating plugin to your WordPress website to receive feedback from your "
1507
  "customers."
1508
  msgstr ""
1509
+ "Přidávejte do vašeho WordPress webu plugin hodnocení k získání zpětné vazby "
1510
+ "od vašich zákazníků."
1511
 
1512
+ #: product_list.php:332
1513
  msgid ""
1514
  "Create your personal real estate WordPress website. Sell, rent and buy "
1515
  "properties. Add, search and browse listings easily."
1516
  msgstr ""
1517
+ "Vytvořte si osobní realitní stránky na WordPress webu. Prodávejte, "
1518
+ "pronajímejte a kupujte nemovitosti. Snadno přidejte hledání a procházení "
1519
+ "seznamy."
1520
 
1521
+ #: product_list.php:342
 
 
 
 
 
 
1522
  msgid ""
1523
  "Add related, featured, latest, and popular posts to your WordPress website. "
1524
  "Connect your blog readers with a relevant content."
1525
  msgstr ""
1526
+ "Přidávejte související, nejlepší, nejnovější a populární příspěvky do vašeho "
1527
+ "WordPress webu. Propojte čtenáře vašeho blogu s příslušným obsahem."
1528
 
1529
+ #: product_list.php:349
1530
  msgid ""
1531
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1532
  "settings and detailed reports."
1533
  msgstr ""
1534
+ "Odesílejte hromadné e-maily WordPress uživatelům. Vlastní šablony, rozšířené "
1535
+ "nastavení a podrobné reporty."
1536
 
1537
+ #: product_list.php:359
1538
  msgid ""
1539
  "The best responsive slider plugin for your WordPress website. Create "
1540
  "beautifully animated slides just in a few clicks."
1541
  msgstr ""
1542
+ "Nejlepší responzivní slider plugin pro váše WordPress web. Vytvořte krásné "
1543
+ "animované snímky během pár kliknutí."
1544
 
1545
+ #: product_list.php:366
1546
  msgid ""
1547
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1548
  "Yahoo, Hotmail and other services."
1549
  msgstr ""
1550
+ "Konfigurujte SMTP server pro příjem e-mailových zpráv z WordPress na Gmail, "
1551
+ "Yahoo, Hotmail a dalších službách."
1552
 
1553
+ #: product_list.php:373
1554
  msgid ""
1555
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1556
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1557
  msgstr ""
1558
+ "Přidávejte tlačítka sociálních sítí a widgety do WordPress příspěvků, "
1559
+ "stránek a widgetů. Facebook, Twitter, G+1, Pinterest, LinkedIn."
1560
 
1561
+ #: product_list.php:383
1562
  msgid ""
1563
  "Add social media login, registration, and commenting to your WordPress "
1564
  "website."
1565
  msgstr ""
1566
+ "Přidávejte na váš WordPress web login, registraci či komentáře "
1567
+ "prostřednictvím sociálních sítí."
1568
 
1569
+ #: product_list.php:390
1570
  msgid ""
1571
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1572
  "Collect data and subscribe your users."
1573
  msgstr ""
1574
+ "Přidávejte registrační formulář e-mailového zpravodaje do WordPress "
1575
+ "příspěvků, stránek a widgetů. Shromažďujte data a přihlaste k odběru vaše "
1576
+ "uživatele."
1577
 
1578
+ #: product_list.php:400
1579
  msgid ""
1580
  "Add testimonials and feedbacks from your customers to WordPress website "
1581
  "posts, pages, and widgets."
1582
  msgstr ""
1583
+ "Přidávejte potvrzení a zpětnou vazbu od vašich zákazníků do WordPress "
1584
+ "příspěvků, stránek a widgetů."
1585
 
1586
+ #: product_list.php:407
1587
  msgid ""
1588
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1589
  "attendance and generate reports."
1590
  msgstr ""
1591
+ "Nejlepší timesheet plugin pro WordPress. Sledujte časy zaměstnanců, "
1592
+ "kontrolujte jejich přítomnost a generujte sestavy."
1593
 
1594
+ #: product_list.php:417
1595
  msgid ""
1596
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1597
  "and pages."
1598
  msgstr ""
1599
+ "Přidávejte Twitter tlačítka sledovat, twítnout a zmínit do WordPress "
1600
+ "příspěvků a stránek."
1601
 
1602
+ #: product_list.php:427
1603
  msgid ""
1604
  "Automatically check and update WordPress website core with all installed "
1605
  "plugins and themes to the latest versions."
1606
  msgstr ""
1607
+ "Automaticky kontrolujte a aktualizujte na nejnovější verzi WordPress jádro i "
1608
+ "všechny nainstalované pluginy a šablony."
1609
 
1610
+ #: product_list.php:437
1611
  msgid ""
1612
  "Powerful user role management plugin for WordPress website. Create, edit, "
1613
  "copy, and delete user roles."
1614
  msgstr ""
1615
+ "Plugin robustní správy užiatelů pro WordPress web. Vytvářejte, upravujte, "
1616
+ "kopírujte a odstraňujte uživatelské role."
1617
 
1618
+ #: product_list.php:447
1619
  msgid ""
1620
  "Display live count of online visitors who are currently browsing your "
1621
  "WordPress website."
1622
  msgstr ""
1623
+ "Zobrazujte počet aktivních online návštěvníků, kteří dané chvíli procházejí "
1624
+ "váš WordPress web."
1625
 
1626
+ #: product_list.php:457
1627
  msgid ""
1628
  "Backup and export Zendesk Help Center content automatically to your "
1629
  "WordPress website database."
1630
  msgstr ""
1631
+ "Automaticky zálohujte a exportujte obsah centra nápovědy Zendesk do databáze "
1632
+ "vašeho WordPress webu."
1633
+
1634
+ #~ msgid "Anonymous feedback"
1635
+ #~ msgstr "Anonymní zpětná vazba"
1636
+
1637
+ #~ msgid ""
1638
+ #~ "Protect WordPress website forms from spam entries by means of math logic."
1639
+ #~ msgstr ""
1640
+ #~ "Chraňte WordPress webové formuláře před spamem pomocí matematické logiky."
1641
+
1642
+ #~ msgid "Congratulations! Pro Membership license is activated successfully."
1643
+ #~ msgstr "Gratulujeme! PRO členství bylo úspěšně aktivováno."
1644
+
1645
+ #~ msgid "Email with system info is sent to"
1646
+ #~ msgstr "E-mail se systémovým nastavením byl odeslán na"
1647
+
1648
+ #~ msgid "Browse Free WordPress Themes"
1649
+ #~ msgstr "Procházet WordPress šablony zdarma"
1650
+
1651
+ #~ msgid ""
1652
+ #~ "You can use one license of the Pro plugin for one domain only. Please "
1653
+ #~ "check and edit your license or domain if necessary using you personal "
1654
+ #~ "Client Area. We strongly recommend you to solve the problem within 24 "
1655
+ #~ "hours, otherwise the Pro plugin will be deactivated."
1656
+ #~ msgstr ""
1657
+ #~ "Pro licenci pluginu můžete používat pouze pro jednu doménu. Prosím "
1658
+ #~ "zkontrolujte a případně upravte Váš licenční klíč na vaší osobní stránce "
1659
+ #~ "- Klientské zóně. Důrazně doporučujeme, aby jste tento problém odstranili "
1660
+ #~ "během 24 hodin, jinak bude Pro plugin deaktivován."
1661
+
1662
+ #~ msgid "Insert"
1663
+ #~ msgstr "Vložit"
1664
+
1665
+ #~ msgid ""
1666
+ #~ "Automatically add outgoing email messages to queue instead of sending "
1667
+ #~ "them immediately."
1668
+ #~ msgstr ""
1669
+ #~ "Automaticky přidávejte odchozí e-mailové zprávy do fronty namísto jejich "
1670
+ #~ "okamžitého odesílání."
1671
+
1672
+ #~ msgid ""
1673
+ #~ "Add unlimited gallery categories. Organize images to make the navigation "
1674
+ #~ "through content easier."
1675
+ #~ msgstr ""
1676
+ #~ "Přidávejte neomezený počet kategorií galerie. Organizujte obrázky pro "
1677
+ #~ "jednodušší orientaci v obsahu."
1678
+
1679
+ #~ msgid ""
1680
+ #~ "Attach, un-attach and re-attach media files quickly to WordPress posts "
1681
+ #~ "and pages."
1682
+ #~ msgstr ""
1683
+ #~ "Připojujte, odpojujte a znovu připojujte mediální soubory do WordPress "
1684
+ #~ "příspěvků a stránek."
1685
 
1686
  #~ msgid "Advertisement"
1687
  #~ msgstr "Reklama"
1700
 
1701
  #~ msgid "Utilities"
1702
  #~ msgstr "Utility"
 
 
 
bws_menu/languages/bestwebsoft-es_ES.mo ADDED
Binary file
bws_menu/languages/bestwebsoft-es_ES.po ADDED
@@ -0,0 +1,1791 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of Plugins - Social Login by BestWebSoft - Development (trunk) in Spanish (Spain)
2
+ # This file is distributed under the same license as the Plugins - Social Login by BestWebSoft - Development (trunk) package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: bestwebsoft\n"
6
+ "POT-Creation-Date: 2017-09-11 16:42+0300\n"
7
+ "PO-Revision-Date: 2017-09-11 16:42+0300\n"
8
+ "Last-Translator: \n"
9
+ "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
10
+ "Language: es\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 1.8.7.1\n"
15
+ "X-Poedit-KeywordsList: __;_e;esc_attr_e\n"
16
+ "X-Poedit-Basepath: ..\n"
17
+ "X-Poedit-SourceCharset: UTF-8\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ #: bws_functions.php:73 bws_functions.php:191
21
+ msgid "requires"
22
+ msgstr "requiere"
23
+
24
+ #: bws_functions.php:75
25
+ msgid ""
26
+ "or higher, that is why it has been deactivated! Please upgrade WordPress and "
27
+ "try again."
28
+ msgstr ""
29
+ "o superior, por eso ha estado desactivado! Actualiza WordPress e inténtálo "
30
+ "de nuevo."
31
+
32
+ #: bws_functions.php:76
33
+ msgid "Back to the WordPress"
34
+ msgstr "Volver a WordPress a la"
35
+
36
+ #: bws_functions.php:78
37
+ msgid "Plugins page"
38
+ msgstr "Página de plugins"
39
+
40
+ #: bws_functions.php:92
41
+ msgid "Like the plugin?"
42
+ msgstr "¿Te gusta el plugin?"
43
+
44
+ #: bws_functions.php:93
45
+ #, php-format
46
+ msgid "%s reviews"
47
+ msgstr ""
48
+
49
+ #: bws_functions.php:94
50
+ msgid "Rate it"
51
+ msgstr "Valorar"
52
+
53
+ #: bws_functions.php:103
54
+ msgid "Need help?"
55
+ msgstr "¿Necesitas ayuda?"
56
+
57
+ #: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
58
+ msgid "Visit Help Center"
59
+ msgstr "Visita el Centro de Ayuda"
60
+
61
+ #: bws_functions.php:107
62
+ msgid "Want to support the plugin?"
63
+ msgstr "¿Quieres apoyar al plugin?"
64
+
65
+ #: bws_functions.php:108 bws_menu.php:560
66
+ msgid "Donate"
67
+ msgstr "Donar"
68
+
69
+ #: bws_functions.php:128
70
+ msgid "WARNING: Illegal use notification"
71
+ msgstr "ADVERTENCIA: Notificación de uso ilegal"
72
+
73
+ #: bws_functions.php:128
74
+ msgid ""
75
+ "You can use one license of the Pro plugin for one domain only. Please check "
76
+ "and edit your license or domain if necessary using your personal Client "
77
+ "Area. We strongly recommend you to solve the problem within 24 hours, "
78
+ "otherwise the Pro plugin will be deactivated."
79
+ msgstr ""
80
+
81
+ #: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
82
+ #: class-bws-settings.php:144
83
+ msgid "Learn More"
84
+ msgstr "Aprende más"
85
+
86
+ #: bws_functions.php:145
87
+ msgid ""
88
+ "Notice: Your Pro Trial license has expired. To continue using the plugin, "
89
+ "you should buy a Pro license"
90
+ msgstr ""
91
+ "Aviso: Tu licencia Pro Trial ha expirado. Para seguir usando el plugin debes "
92
+ "comprar una licencia Pro"
93
+
94
+ #: bws_functions.php:147
95
+ msgid ""
96
+ "Your license has expired. To continue getting top-priority support and "
97
+ "plugin updates, you should extend it."
98
+ msgstr ""
99
+ "Para seguir recibiendo soporte prioritario y actualizaciones de plugin debes "
100
+ "extenderla."
101
+
102
+ #: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
103
+ msgid "Learn more"
104
+ msgstr "Aprende más"
105
+
106
+ #: bws_functions.php:165
107
+ #, php-format
108
+ msgid "Notice: You are using the Pro Trial license of %s plugin."
109
+ msgstr "Aviso: Estás usando la licencia Pro Trial de %s plugin."
110
+
111
+ #: bws_functions.php:167
112
+ msgid "Notice: You are using the Pro Trial license of plugin."
113
+ msgstr "Aviso: Estás usando la licencia Pro Trial del plugin."
114
+
115
+ #: bws_functions.php:170
116
+ msgid "The Pro Trial license will expire on"
117
+ msgstr "La licencia Pro Trial expirará el"
118
+
119
+ #: bws_functions.php:193
120
+ msgid ""
121
+ "or higher! We do not guarantee that our plugin will work correctly. Please "
122
+ "upgrade to WordPress latest version."
123
+ msgstr ""
124
+ "o superior! No garantizamos que nuestro plugin funcionará correctamente. Por "
125
+ "favor, actualiza a la última versión de WordPress."
126
+
127
+ #: bws_functions.php:208
128
+ #, php-format
129
+ msgid "Thank you for installing %s plugin!"
130
+ msgstr "¡Gracias por haber instalado plugin de %s!"
131
+
132
+ #: bws_functions.php:210
133
+ msgid "Let's get started"
134
+ msgstr "¡Empecemos!"
135
+
136
+ #: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
137
+ #: bws_menu.php:566
138
+ msgid "Settings"
139
+ msgstr "Ajustes"
140
+
141
+ #: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
142
+ #: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
143
+ msgid "or"
144
+ msgstr "o"
145
+
146
+ #: bws_functions.php:214 bws_functions.php:246
147
+ msgid "Add New"
148
+ msgstr "Añadir nuevo"
149
+
150
+ #: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
151
+ #: bws_functions.php:385 bws_functions.php:487
152
+ msgid "Close notice"
153
+ msgstr "Descartar"
154
+
155
+ #: bws_functions.php:233
156
+ msgid "Thank you for installing plugins by BestWebSoft!"
157
+ msgstr "¡Gracias por haber instalado los plugins de BestWebSoft!"
158
+
159
+ #: bws_functions.php:235
160
+ msgid "More Details"
161
+ msgstr "Más detalles"
162
+
163
+ #: bws_functions.php:236
164
+ msgid "Less Details"
165
+ msgstr "Menos detalles"
166
+
167
+ #: bws_functions.php:264
168
+ msgid "Deprecated function(-s) is used on the site here:"
169
+ msgstr "Función(-es) obsoleta(-s) se utiliza(-n) en el sitio aquí:"
170
+
171
+ #: bws_functions.php:278
172
+ msgid ""
173
+ "This function(-s) will be removed over time. Please update the product(-s)."
174
+ msgstr ""
175
+ "Esta(-s) función(-es) se eliminará(-n) con el tiempo. Actualiza el(los) "
176
+ "producto(-s)."
177
+
178
+ #: bws_functions.php:337
179
+ msgid "It’s time to upgrade your"
180
+ msgstr "¡Ahora es el tiempo de actualizar tu"
181
+
182
+ #: bws_functions.php:337
183
+ msgid "to"
184
+ msgstr "a"
185
+
186
+ #: bws_functions.php:337
187
+ msgid "version!"
188
+ msgstr "versión!"
189
+
190
+ #: bws_functions.php:338
191
+ msgid "Extend standard plugin functionality with new great options."
192
+ msgstr ""
193
+ "Amplía la funcionalidad del plugin estándar con nuevas excelentes opciones."
194
+
195
+ #: bws_functions.php:389
196
+ #, php-format
197
+ msgid ""
198
+ "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
199
+ "SUPPORT or UPDATES."
200
+ msgstr ""
201
+ "Tu clave de licencia para %s expirará el %s y no vas a recibir el SOPORTE "
202
+ "PRIORITARIO O ACTUALIZACIONES."
203
+
204
+ #: bws_functions.php:482
205
+ #, php-format
206
+ msgid "Thank you for choosing %s plugin!"
207
+ msgstr "¡Gracias por haber elegido plugin de %s!"
208
+
209
+ #: bws_functions.php:483
210
+ msgid ""
211
+ "If you have a feature, suggestion or idea you'd like to see in the plugin, "
212
+ "we'd love to hear about it!"
213
+ msgstr ""
214
+ "Si tienes una función, sugerencia o idea que te gustaría ver en el plugin, "
215
+ "nos encantaría saberlo."
216
+
217
+ #: bws_functions.php:484
218
+ msgid "Suggest a Feature"
219
+ msgstr "Ofrecer una función"
220
+
221
+ #: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
222
+ #: class-bws-settings.php:595 class-bws-settings.php:598
223
+ msgid "Notice"
224
+ msgstr "Aviso"
225
+
226
+ #: bws_functions.php:500
227
+ msgid "The plugin's settings have been changed."
228
+ msgstr "Se han cambiado los ajustes del plugin."
229
+
230
+ #: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
231
+ #: deprecated.php:642
232
+ msgid "Save Changes"
233
+ msgstr "Guardar cambios"
234
+
235
+ #: bws_functions.php:515
236
+ msgid ""
237
+ "You can always look at premium options by checking the \"Pro Options\" in "
238
+ "the \"Misc\" tab."
239
+ msgstr ""
240
+ "Siempre puedes ver las opciones premium haciendo clic en las \"Opciones Pro"
241
+ "\" en la ficha \"Varios\"."
242
+
243
+ #: bws_functions.php:653
244
+ msgid "Add BWS Shortcode"
245
+ msgstr "Añadir BWS shortcode"
246
+
247
+ #: bws_functions.php:654
248
+ msgid "Add BWS Plugins Shortcode"
249
+ msgstr "Añadir shortcode de plugins BWS"
250
+
251
+ #: bws_functions.php:673
252
+ msgid "Add shortcode"
253
+ msgstr "Añadir shortcode"
254
+
255
+ #: bws_functions.php:673
256
+ msgid "Add BestWebSoft plugins' shortcodes using this button."
257
+ msgstr "Añadir los shortcodes de los plugins de BestWebSoft usando este botón."
258
+
259
+ #: bws_functions.php:729
260
+ msgid "Close"
261
+ msgstr "Descartar"
262
+
263
+ #: bws_functions.php:821
264
+ msgid "Are you sure you want to restore default settings?"
265
+ msgstr ""
266
+ "¿Estás seguro de que deseas restaurar los ajustes de plugin por defecto?"
267
+
268
+ #: bws_functions.php:824
269
+ msgid "Yes, restore all settings"
270
+ msgstr "Sí, restaurar todos los ajustes"
271
+
272
+ #: bws_functions.php:825
273
+ msgid "No, go back to the settings page"
274
+ msgstr "No, volver a la página de ajustes"
275
+
276
+ #: bws_functions.php:867
277
+ msgid "Plugin"
278
+ msgstr "Plugin"
279
+
280
+ #: bws_functions.php:876
281
+ msgid "Shortcode settings"
282
+ msgstr "Ajustes de shortcode"
283
+
284
+ #: bws_functions.php:881
285
+ msgid "The shortcode will be inserted"
286
+ msgstr "El shortcode se insertará"
287
+
288
+ #: bws_functions.php:922
289
+ msgid "FAQ"
290
+ msgstr "FAQ"
291
+
292
+ #: bws_functions.php:928
293
+ msgid "For more information:"
294
+ msgstr "Más información"
295
+
296
+ #: bws_functions.php:929
297
+ msgid "Documentation"
298
+ msgstr "Documentación"
299
+
300
+ #: bws_functions.php:930
301
+ msgid "Video Instructions"
302
+ msgstr "Video instrucciones"
303
+
304
+ #: bws_functions.php:931
305
+ msgid "Submit a Request"
306
+ msgstr "Presentar una solicitud"
307
+
308
+ #: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
309
+ msgid "Wrong license key"
310
+ msgstr "Clave de licencia incorrecta"
311
+
312
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
313
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
314
+ #: deprecated.php:353
315
+ msgid ""
316
+ "Something went wrong. Please try again later. If the error appears again, "
317
+ "please contact us"
318
+ msgstr ""
319
+ "Algo salió mal. Por favor, inténtalo de nuevo más tarde. Si el error aparece "
320
+ "de nuevo, ponte en contacto con nosotros"
321
+
322
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
323
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
324
+ #: deprecated.php:353
325
+ msgid "We are sorry for inconvenience."
326
+ msgstr "Lo siento para la inconveniencia causada."
327
+
328
+ #: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
329
+ #: deprecated.php:139 deprecated.php:359
330
+ msgid "Wrong license key."
331
+ msgstr "Clave de licencia incorrecta."
332
+
333
+ #: bws_menu.php:130
334
+ msgid ""
335
+ "This license key is bound to another site. Change it via personal Client "
336
+ "Area."
337
+ msgstr ""
338
+ "Esta clave de licencia está enlazada al otro sitio. Cámbialo en Área "
339
+ "de Cliente."
340
+
341
+ #: bws_menu.php:130
342
+ msgid "Log in"
343
+ msgstr "Acceder"
344
+
345
+ #: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
346
+ msgid "Unfortunately, you have exceeded the number of available tries per day."
347
+ msgstr "Por desgracia, has excedido el número de intentos por hoy."
348
+
349
+ #: bws_menu.php:134 deprecated.php:365
350
+ #, php-format
351
+ msgid ""
352
+ "Unfortunately, Your license has expired. To continue getting top-priority "
353
+ "support and plugin updates, you should extend it in your %s"
354
+ msgstr ""
355
+ "Por desgracia, tu licencia ha expirado. Para seguir recibiendo soporte "
356
+ "prioritario y actualizaciones de plugin debes extenderla en tu %s"
357
+
358
+ #: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
359
+ msgid ""
360
+ "Unfortunately, the Pro licence was already installed to this domain. The Pro "
361
+ "Trial license can be installed only once."
362
+ msgstr ""
363
+ "Por desgracia, la licencia Pro ha estado ya instalada en este dominio. La "
364
+ "licencia Pro Trial puede estar instalada una sola vez."
365
+
366
+ #: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
367
+ msgid "The license key is valid."
368
+ msgstr "La clave de licencia está válida."
369
+
370
+ #: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
371
+ msgid "Your license will expire on"
372
+ msgstr "Tu licencia expirará el"
373
+
374
+ #: bws_menu.php:146
375
+ msgid "Congratulations! Pro Membership license is activated successfully."
376
+ msgstr ""
377
+
378
+ #: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
379
+ msgid ""
380
+ "Something went wrong. Try again later or upload the plugin manually. We are "
381
+ "sorry for inconvenience."
382
+ msgstr ""
383
+ "Algo salió mal. Por favor, inténtalo de nuevo más tarde o sube el plugin "
384
+ "manualmente. Lo siento para la inconveniencia causada."
385
+
386
+ #: bws_menu.php:163
387
+ msgid "Please enter your license key."
388
+ msgstr "Por favor, introduce tu clave de licencia."
389
+
390
+ #: bws_menu.php:174
391
+ msgid "Not set"
392
+ msgstr "No definido"
393
+
394
+ #: bws_menu.php:176
395
+ msgid "On"
396
+ msgstr "Activado"
397
+
398
+ #: bws_menu.php:176
399
+ msgid "Off"
400
+ msgstr "Desactivado"
401
+
402
+ #: bws_menu.php:177 bws_menu.php:178 bws_menu.php:179 bws_menu.php:180
403
+ #: bws_menu.php:181 bws_menu.php:182 bws_menu.php:191
404
+ msgid "N/A"
405
+ msgstr "N/A"
406
+
407
+ #: bws_menu.php:182
408
+ msgid " Mb"
409
+ msgstr "Mb"
410
+
411
+ #: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
412
+ msgid "Yes"
413
+ msgstr "Sí"
414
+
415
+ #: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
416
+ msgid "No"
417
+ msgstr "No"
418
+
419
+ #: bws_menu.php:196
420
+ msgid "WordPress Environment"
421
+ msgstr "Entorno de WordPress"
422
+
423
+ #: bws_menu.php:198
424
+ msgid "Home URL"
425
+ msgstr "URL del inicio"
426
+
427
+ #: bws_menu.php:199
428
+ msgid "Website URL"
429
+ msgstr "URL del sitio"
430
+
431
+ #: bws_menu.php:200
432
+ msgid "WP Version"
433
+ msgstr "Versión WP"
434
+
435
+ #: bws_menu.php:201
436
+ msgid "WP Multisite"
437
+ msgstr "Multisite WP"
438
+
439
+ #: bws_menu.php:202
440
+ msgid "WP Memory Limit"
441
+ msgstr "Límite de memoria WP"
442
+
443
+ #: bws_menu.php:203
444
+ msgid "Active Theme"
445
+ msgstr "Tema activo"
446
+
447
+ #: bws_menu.php:203 bws_menu.php:248 bws_menu.php:251
448
+ #, php-format
449
+ msgid "by %s"
450
+ msgstr "por %s"
451
+
452
+ #: bws_menu.php:207
453
+ msgid "Server Environment"
454
+ msgstr "Entorno de Servidor"
455
+
456
+ #: bws_menu.php:209
457
+ msgid "Operating System"
458
+ msgstr "Sistema operativo"
459
+
460
+ #: bws_menu.php:210
461
+ msgid "Server"
462
+ msgstr "Servidor"
463
+
464
+ #: bws_menu.php:211
465
+ msgid "PHP Version"
466
+ msgstr "Versión de PHP"
467
+
468
+ #: bws_menu.php:212
469
+ msgid "PHP Allow URL fopen"
470
+ msgstr "PHP permite URL fopen"
471
+
472
+ #: bws_menu.php:213
473
+ msgid "PHP Memory Limit"
474
+ msgstr "Límite de memoria PHP"
475
+
476
+ #: bws_menu.php:214
477
+ msgid "Memory Usage"
478
+ msgstr "Uso de memória"
479
+
480
+ #: bws_menu.php:215
481
+ msgid "PHP Max Upload Size"
482
+ msgstr "Tamaño máximo de archivo PHP"
483
+
484
+ #: bws_menu.php:216
485
+ msgid "PHP Max Post Size"
486
+ msgstr "Tamaño máximo de entrada PHP"
487
+
488
+ #: bws_menu.php:217
489
+ msgid "PHP Max Script Execute Time"
490
+ msgstr "Tiempo máximo de ejecución de scripts PHP"
491
+
492
+ #: bws_menu.php:218
493
+ msgid "PHP Exif support"
494
+ msgstr "Soporte PHP Exif"
495
+
496
+ #: bws_menu.php:219
497
+ msgid "PHP IPTC support"
498
+ msgstr "Soporte PHP IPTC"
499
+
500
+ #: bws_menu.php:220
501
+ msgid "PHP XML support"
502
+ msgstr "Soporte PHP XML"
503
+
504
+ #: bws_menu.php:226
505
+ msgid "Database"
506
+ msgstr "Base de Datos"
507
+
508
+ #: bws_menu.php:228
509
+ msgid "WP DB version"
510
+ msgstr "Versión de WP DB"
511
+
512
+ #: bws_menu.php:229
513
+ msgid "MySQL version"
514
+ msgstr "Versión de MySQL"
515
+
516
+ #: bws_menu.php:230
517
+ msgid "SQL Mode"
518
+ msgstr "Modo SQL"
519
+
520
+ #: bws_menu.php:234
521
+ msgid "Active Plugins"
522
+ msgstr "Plugins Activos"
523
+
524
+ #: bws_menu.php:239
525
+ msgid "Inactive Plugins"
526
+ msgstr "Plugins Inactivos"
527
+
528
+ #: bws_menu.php:260
529
+ msgid "Please enter a valid email address."
530
+ msgstr "Por favor, introduce la dirección de correo electrónico válida."
531
+
532
+ #: bws_menu.php:262
533
+ #, php-format
534
+ msgid "Email with system info is sent to %s."
535
+ msgstr ""
536
+
537
+ #: bws_menu.php:266
538
+ msgid "Thank you for contacting us."
539
+ msgstr "¡Gracias por haber contactado con nosotros!"
540
+
541
+ #: bws_menu.php:289
542
+ msgid "Sorry, email message could not be delivered."
543
+ msgstr "Lo siento, el mensaje de correo electrónico no se pudo enviar."
544
+
545
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
546
+ msgid "Plugins"
547
+ msgstr "Plugins"
548
+
549
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
550
+ msgid "Themes"
551
+ msgstr "Temas"
552
+
553
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
554
+ msgid "System status"
555
+ msgstr "Información de sistema"
556
+
557
+ #: bws_menu.php:315
558
+ msgid "Support"
559
+ msgstr "Soporte"
560
+
561
+ #: bws_menu.php:316
562
+ msgid "Manage purchased licenses & subscriptions"
563
+ msgstr "Gestionar licencias y suscripciones adquiridas"
564
+
565
+ #: bws_menu.php:324
566
+ #, php-format
567
+ msgid "Get Access to %s+ Premium Plugins"
568
+ msgstr "Obtener acceso a %s+ Premium plugins"
569
+
570
+ #: bws_menu.php:326
571
+ msgid "Subscribe to Pro Membership"
572
+ msgstr "Suscribirse a Pro Membership"
573
+
574
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
575
+ #: deprecated.php:227
576
+ msgid "Check license key"
577
+ msgstr "Comprueba la clave de licencia"
578
+
579
+ #: bws_menu.php:337
580
+ msgid "Enter your license key"
581
+ msgstr "Introduce tu clave de licencia"
582
+
583
+ #: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
584
+ #: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
585
+ #: deprecated.php:631 deprecated.php:703 deprecated.php:712
586
+ msgid "Activate"
587
+ msgstr "Activar"
588
+
589
+ #: bws_menu.php:359
590
+ msgid "Upload Plugin"
591
+ msgstr "Subir plugin"
592
+
593
+ #: bws_menu.php:363
594
+ #, php-format
595
+ msgid ""
596
+ "The plugin generated %d characters of <strong>unexpected output</strong> "
597
+ "during activation. If you notice &#8220;headers already sent&#8221; "
598
+ "messages, problems with syndication feeds or other issues, try deactivating "
599
+ "or removing this plugin."
600
+ msgstr ""
601
+ "El plugin generó %d caracteres de <strong>salida inesperada</strong> durante "
602
+ "la activación. Si notas mensajes de &#8220;headers already sent&#8221;, "
603
+ "problemas con los feeds de sindicación u otras cuestiones, prueba desactivar "
604
+ "o borrar este plugin."
605
+
606
+ #: bws_menu.php:365
607
+ msgid ""
608
+ "Plugin could not be activated because it triggered a <strong>fatal error</"
609
+ "strong>."
610
+ msgstr ""
611
+ "No se pudo activar el plugin porque provocó un <strong>error fatal</ strong>."
612
+
613
+ #: bws_menu.php:368
614
+ msgid "Plugin <strong>activated</strong>."
615
+ msgstr "Plugin <strong>activado</strong>."
616
+
617
+ #: bws_menu.php:375
618
+ msgid "Installing Plugin"
619
+ msgstr "Instalando el plugin"
620
+
621
+ #: bws_menu.php:381
622
+ msgid "Downloading install package from"
623
+ msgstr "Descargando el paquete de instalación de"
624
+
625
+ #: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
626
+ #: deprecated.php:410 deprecated.php:432
627
+ msgid "Failed to download the zip archive. Please, upload the plugin manually"
628
+ msgstr ""
629
+ "Error al descargar el archivo zip. Por favor, sube el plugin manualmente"
630
+
631
+ #: bws_menu.php:406
632
+ msgid "Unpacking the package"
633
+ msgstr "Desempacando el paquete"
634
+
635
+ #: bws_menu.php:411 bws_menu.php:419
636
+ msgid "Installing the plugin"
637
+ msgstr "Instalando el plugin"
638
+
639
+ #: bws_menu.php:415 deprecated.php:400
640
+ msgid "Failed to open the zip archive. Please, upload the plugin manually"
641
+ msgstr "Error al abrir el archivo zip. Por favor, sube el plugin manualmente"
642
+
643
+ #: bws_menu.php:422 deprecated.php:406
644
+ msgid ""
645
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
646
+ "plugin manually"
647
+ msgstr ""
648
+ "Tu servidor no admite ni ZipArchive ni Phar. Por favor, sube el plugin "
649
+ "manualmente"
650
+
651
+ #: bws_menu.php:425
652
+ #, php-format
653
+ msgid "The plugin %s is successfully installed."
654
+ msgstr "El plugin %s se ha instalado con éxito."
655
+
656
+ #: bws_menu.php:432 deprecated.php:413
657
+ msgid "UploadDir is not writable. Please, upload the plugin manually"
658
+ msgstr "UploadDir no se puede editar. Por favor, sube el plugin manualmente"
659
+
660
+ #: bws_menu.php:437
661
+ msgid "Activate Plugin"
662
+ msgstr "Activar plugin"
663
+
664
+ #: bws_menu.php:437 bws_menu.php:443
665
+ msgid "Return to BestWebSoft Panel"
666
+ msgstr "Volver a Panel de BestWebSoft"
667
+
668
+ #: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
669
+ msgid "All"
670
+ msgstr "Todo"
671
+
672
+ #: bws_menu.php:454 bws_menu.php:637
673
+ msgid "Installed"
674
+ msgstr "Instalado"
675
+
676
+ #: bws_menu.php:457
677
+ msgid "Not Installed"
678
+ msgstr "No instalado"
679
+
680
+ #: bws_menu.php:464
681
+ msgid "Filter results"
682
+ msgstr "Filtrar resultados"
683
+
684
+ #: bws_menu.php:467 bws_menu.php:596
685
+ msgid "Category"
686
+ msgstr "Categoría"
687
+
688
+ #: bws_menu.php:531
689
+ msgid "Not installed"
690
+ msgstr "No instalado"
691
+
692
+ #: bws_menu.php:535
693
+ msgid "Renew to get updates"
694
+ msgstr "Renovar para obtener actualizaciones"
695
+
696
+ #: bws_menu.php:538
697
+ #, php-format
698
+ msgid "Update to v %s"
699
+ msgstr "Actualizar a v %s"
700
+
701
+ #: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
702
+ msgid "Install Now"
703
+ msgstr "Instalar"
704
+
705
+ #: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
706
+ msgid "Upgrade to Pro"
707
+ msgstr "Actualizar a Pro"
708
+
709
+ #: bws_menu.php:570 bws_menu.php:579
710
+ msgid "Activate this plugin"
711
+ msgstr "Activar el plugin"
712
+
713
+ #: bws_menu.php:582
714
+ msgid "Install this plugin"
715
+ msgstr "Instalar el plugin"
716
+
717
+ #: bws_menu.php:591
718
+ msgid "Nothing found. Try another criteria."
719
+ msgstr "Nada encontrado. Prueba otro criterio."
720
+
721
+ #: bws_menu.php:628
722
+ #, php-format
723
+ msgid "By %s"
724
+ msgstr "Por %s"
725
+
726
+ #: bws_menu.php:635
727
+ msgid "Already Installed"
728
+ msgstr "Ya instalado"
729
+
730
+ #: bws_menu.php:645
731
+ msgid "Browse More WordPress Themes"
732
+ msgstr ""
733
+
734
+ #: bws_menu.php:654
735
+ msgid "Send to support"
736
+ msgstr "Enviar al soporte técnico"
737
+
738
+ #: bws_menu.php:661
739
+ msgid "Send to custom email &#187;"
740
+ msgstr "Enviar al correo electrónico personalizado &#187;"
741
+
742
+ #: class-bws-settings.php:136
743
+ msgid "Information"
744
+ msgstr "Información"
745
+
746
+ #: class-bws-settings.php:144
747
+ msgid "Inactive"
748
+ msgstr "Inactiva"
749
+
750
+ #: class-bws-settings.php:152
751
+ msgid "Expired"
752
+ msgstr "Expirada"
753
+
754
+ #: class-bws-settings.php:155
755
+ #, php-format
756
+ msgid "%s day(-s) left"
757
+ msgstr "%s día(-s) quedan"
758
+
759
+ #: class-bws-settings.php:161
760
+ #, php-format
761
+ msgid "Expired on %s"
762
+ msgstr "Expiró el %s"
763
+
764
+ #: class-bws-settings.php:161
765
+ msgid "Renew Now"
766
+ msgstr "Renovar"
767
+
768
+ #: class-bws-settings.php:163
769
+ msgid "Active"
770
+ msgstr "Activa"
771
+
772
+ #: class-bws-settings.php:168
773
+ msgid "License"
774
+ msgstr "Licencia"
775
+
776
+ #: class-bws-settings.php:171
777
+ msgid "Status"
778
+ msgstr "Estado"
779
+
780
+ #: class-bws-settings.php:175
781
+ msgid "Version"
782
+ msgstr "Versión"
783
+
784
+ #: class-bws-settings.php:285
785
+ msgid "All plugin settings were restored."
786
+ msgstr "Se restauraron todos los ajustes del plugin."
787
+
788
+ #: class-bws-settings.php:423
789
+ msgid "Custom Code"
790
+ msgstr "Código personalizado"
791
+
792
+ #: class-bws-settings.php:427 deprecated.php:498
793
+ msgid "You do not have sufficient permissions to edit plugins for this site."
794
+ msgstr "No tienes suficientes permisos para editar plugins de este sitio."
795
+
796
+ #: class-bws-settings.php:432 deprecated.php:620
797
+ msgid "These styles will be added to the header on all pages of your site."
798
+ msgstr ""
799
+ "Estos estilos se agregarán a la cabecera en todas las páginas de tu sitio."
800
+
801
+ #: class-bws-settings.php:435 deprecated.php:622
802
+ #, php-format
803
+ msgid ""
804
+ "This PHP code will be hooked to the %s action and will be printed on front "
805
+ "end only."
806
+ msgstr ""
807
+ "Este código PHP se enganchará a la acción %s y se agregará sólo en el front-"
808
+ "end."
809
+
810
+ #: class-bws-settings.php:438
811
+ msgid "These code will be added to the header on all pages of your site."
812
+ msgstr ""
813
+ "Este código se agregará a la cabecera en todas las páginas de tu sitio."
814
+
815
+ #: class-bws-settings.php:446 deprecated.php:646
816
+ #, php-format
817
+ msgid ""
818
+ "You need to make this files writable before you can save your changes. See "
819
+ "%s the Codex %s for more information."
820
+ msgstr ""
821
+ "Es necesario que estos archivos sean editables antes de poder guardar los "
822
+ "cambios. Consulta %s el Codex %s para obtener más información."
823
+
824
+ #: class-bws-settings.php:456 deprecated.php:628
825
+ msgid "Browsing"
826
+ msgstr "Navegar"
827
+
828
+ #: class-bws-settings.php:461
829
+ #, php-format
830
+ msgid "Activate custom %s code."
831
+ msgstr "Activar código personalizado de %s."
832
+
833
+ #: class-bws-settings.php:469 deprecated.php:635
834
+ #, php-format
835
+ msgid "Learn more about %s"
836
+ msgstr "Aprende más de %s"
837
+
838
+ #: class-bws-settings.php:531
839
+ msgid "Miscellaneous Settings"
840
+ msgstr "Ajustes varios"
841
+
842
+ #: class-bws-settings.php:540 class-bws-settings.php:595
843
+ #, php-format
844
+ msgid ""
845
+ "It is prohibited to change %s settings on this site in the %s network "
846
+ "settings."
847
+ msgstr ""
848
+ "Está prohibido cambiar la configuración de %s en este sitio por los "
849
+ "parámetros de la red de %s."
850
+
851
+ #: class-bws-settings.php:543 class-bws-settings.php:598
852
+ #, php-format
853
+ msgid ""
854
+ "It is prohibited to view %s settings on this site in the %s network settings."
855
+ msgstr ""
856
+ "Está prohibido ver la configuración de %s en este sitio por los "
857
+ "parámetros de la red de %s."
858
+
859
+ #: class-bws-settings.php:552
860
+ msgid "Pro Options"
861
+ msgstr "Opciones Pro"
862
+
863
+ #: class-bws-settings.php:556
864
+ msgid "Enable to display plugin Pro options."
865
+ msgstr "Activar muestro de las opciones Pro del plugin."
866
+
867
+ #: class-bws-settings.php:562
868
+ msgid "Track Usage"
869
+ msgstr "Seguir el uso"
870
+
871
+ #: class-bws-settings.php:566
872
+ msgid ""
873
+ "Enable to allow tracking plugin usage anonymously in order to make it better."
874
+ msgstr ""
875
+ "Activar permiso de seguir el uso de plugin de forma anónima con el fin de "
876
+ "hacerlo mejor."
877
+
878
+ #: class-bws-settings.php:571
879
+ msgid "Default Settings"
880
+ msgstr "Ajustes por defecto"
881
+
882
+ #: class-bws-settings.php:573
883
+ msgid "Restore Settings"
884
+ msgstr "Restaurar ajustes"
885
+
886
+ #: class-bws-settings.php:574
887
+ msgid "This will restore plugin settings to defaults."
888
+ msgstr "Esto restaurará los ajustes de plugin por defecto."
889
+
890
+ #: class-bws-settings.php:586
891
+ msgid "Import / Export"
892
+ msgstr "Importar / Exportar"
893
+
894
+ #: class-bws-settings.php:702 class-bws-settings.php:735
895
+ #: class-bws-settings.php:757
896
+ msgid "License Key"
897
+ msgstr "Clave de licencia"
898
+
899
+ #: class-bws-settings.php:725
900
+ msgid "Congratulations! Pro license is activated successfully."
901
+ msgstr "¡Felicitaciones! Licencia Pro está activada con éxito."
902
+
903
+ #: class-bws-settings.php:726
904
+ #, php-format
905
+ msgid "You will be automatically redirected to the %s in %s seconds."
906
+ msgstr "En %s segundos automáticamente serás dirigido a %s."
907
+
908
+ #: class-bws-settings.php:726
909
+ msgid "Settings page"
910
+ msgstr "Página de ajustes"
911
+
912
+ #: class-bws-settings.php:741
913
+ #, php-format
914
+ msgid "Enter your license key to activate %s and get premium plugin features."
915
+ msgstr ""
916
+ "Introduce tu clave de licencia para activar %s y obtener funciones premium "
917
+ "del plugin."
918
+
919
+ #: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
920
+ #: deprecated.php:706
921
+ msgid ""
922
+ "Unfortunately, you have exceeded the number of available tries per day. "
923
+ "Please, upload the plugin manually."
924
+ msgstr ""
925
+ "Por desgracia, has excedido el número de intentos por hoy. Por favor, sube "
926
+ "el plugin manualmente."
927
+
928
+ #: class-bws-settings.php:747 deprecated.php:697
929
+ #, php-format
930
+ msgid "Start Your Free %s-Day Trial Now"
931
+ msgstr "Comienza tu prueba gratuita de %s días"
932
+
933
+ #: class-bws-settings.php:762
934
+ msgid ""
935
+ "If necessary, you can check if the license key is correct or reenter it in "
936
+ "the field below."
937
+ msgstr ""
938
+ "Si es necesario, puedes comprobar si la clave de licencia es correcta o "
939
+ "introducirla otra vez en el campo abajo."
940
+
941
+ #: class-bws-settings.php:767
942
+ msgid "Manage License Settings"
943
+ msgstr "Gestionar ajustes de licencias"
944
+
945
+ #: class-bws-settings.php:769
946
+ msgid "Login to Client Area"
947
+ msgstr "Acceder al Área de Cliente"
948
+
949
+ #: class-bws-settings.php:771
950
+ msgid ""
951
+ "Manage active licenses, download BWS products, and view your payment history "
952
+ "using BestWebSoft Client Area."
953
+ msgstr ""
954
+ "Gestiona licencias activas, descarga productos BWS y ve la historia de pagos "
955
+ "con Área de Cliente de BestWebSoft."
956
+
957
+ #: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
958
+ #: deprecated.php:361
959
+ msgid "This license key is bound to another site."
960
+ msgstr "Esta clave de licencia está enlazada al otro sitio."
961
+
962
+ #: class-bws-settings.php:828 deprecated.php:143
963
+ msgid ""
964
+ "This license key is valid, but Your license has expired. If you want to "
965
+ "update our plugin in future, you should extend the license."
966
+ msgstr ""
967
+ "Esta clave de licencia está válida, pero tu licencia ha expirado. Si deseas "
968
+ "actualizar nuestro plugin en el futuro debes extender la licencia."
969
+
970
+ #: class-bws-settings.php:830 deprecated.php:145
971
+ msgid "Unfortunately, you have exceeded the number of available tries."
972
+ msgstr "Por desgracia, has excedido el número de intentos."
973
+
974
+ #: class-bws-settings.php:832 deprecated.php:147
975
+ msgid ""
976
+ "Unfortunately, the Pro Trial licence was already installed to this domain. "
977
+ "The Pro Trial license can be installed only once."
978
+ msgstr ""
979
+ "Por desgracia, la licencia Pro Trial ha estado ya instalada en este dominio. "
980
+ "La licencia Pro Trial puede estar instalada una sola vez."
981
+
982
+ #: class-bws-settings.php:837 deprecated.php:151
983
+ msgid "The Pro Trial license key is valid."
984
+ msgstr "La licencia Pro Trial está válida."
985
+
986
+ #: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
987
+ #, php-format
988
+ msgid ""
989
+ "In order to continue using the plugin it is necessary to buy a %s license."
990
+ msgstr "Para seguir usando el plugin es necesario comprar una licencia de %s."
991
+
992
+ #: class-bws-settings.php:933
993
+ #, php-format
994
+ msgid ""
995
+ "Unfortunately, Your license has expired. To continue getting top-priority "
996
+ "support and plugin updates, you should extend it in your %s."
997
+ msgstr ""
998
+
999
+ #: class-bws-settings.php:959 class-bws-settings.php:981
1000
+ #: class-bws-settings.php:1003
1001
+ msgid "Failed to download the zip archive. Please, upload the plugin manually."
1002
+ msgstr ""
1003
+
1004
+ #: class-bws-settings.php:971
1005
+ msgid "Failed to open the zip archive. Please, upload the plugin manually."
1006
+ msgstr ""
1007
+
1008
+ #: class-bws-settings.php:977
1009
+ msgid ""
1010
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
1011
+ "plugin manually."
1012
+ msgstr ""
1013
+
1014
+ #: class-bws-settings.php:984
1015
+ msgid "UploadDir is not writable. Please, upload the plugin manually."
1016
+ msgstr ""
1017
+
1018
+ #: class-bws-settings.php:1042 deprecated.php:464
1019
+ msgid "Please, enter Your license key"
1020
+ msgstr "Por favor, introduce tu clave de licencia"
1021
+
1022
+ #: class-bws-settings.php:1054
1023
+ msgid "Need Help?"
1024
+ msgstr "¿Necesitas ayuda?"
1025
+
1026
+ #: class-bws-settings.php:1056
1027
+ msgid "Read the Instruction"
1028
+ msgstr "Lee las instrucciones"
1029
+
1030
+ #: class-bws-settings.php:1060
1031
+ msgid "Watch the Video"
1032
+ msgstr "Ve el vídeo"
1033
+
1034
+ #: class-bws-settings.php:1071
1035
+ msgid "Start Your Free Trial"
1036
+ msgstr "Comienza tu prueba gratuita"
1037
+
1038
+ #: deactivation-form.php:27
1039
+ msgid "Need help? We are ready to answer your questions."
1040
+ msgstr ""
1041
+
1042
+ #: deactivation-form.php:27
1043
+ msgid "Contact Support"
1044
+ msgstr ""
1045
+
1046
+ #: deactivation-form.php:32
1047
+ msgid "The plugin is not working"
1048
+ msgstr ""
1049
+
1050
+ #: deactivation-form.php:34
1051
+ msgid "Kindly share what didn't work so we can fix it in future updates..."
1052
+ msgstr ""
1053
+
1054
+ #: deactivation-form.php:38
1055
+ msgid "The plugin didn't work as expected"
1056
+ msgstr ""
1057
+
1058
+ #: deactivation-form.php:40
1059
+ msgid "What did you expect?"
1060
+ msgstr ""
1061
+
1062
+ #: deactivation-form.php:44
1063
+ msgid "The plugin suddenly stopped working"
1064
+ msgstr ""
1065
+
1066
+ #: deactivation-form.php:51
1067
+ msgid "The plugin broke my site"
1068
+ msgstr ""
1069
+
1070
+ #: deactivation-form.php:58
1071
+ msgid "I couldn't understand how to get it work"
1072
+ msgstr ""
1073
+
1074
+ #: deactivation-form.php:65
1075
+ msgid "I found a better plugin"
1076
+ msgstr ""
1077
+
1078
+ #: deactivation-form.php:67
1079
+ msgid "What's the plugin name?"
1080
+ msgstr ""
1081
+
1082
+ #: deactivation-form.php:71
1083
+ msgid "The plugin is great, but I need specific feature that you don't support"
1084
+ msgstr ""
1085
+
1086
+ #: deactivation-form.php:73
1087
+ msgid "What feature?"
1088
+ msgstr ""
1089
+
1090
+ #: deactivation-form.php:77
1091
+ msgid "I no longer need the plugin"
1092
+ msgstr ""
1093
+
1094
+ #: deactivation-form.php:83
1095
+ msgid "It's a temporary deactivation, I'm just debugging an issue"
1096
+ msgstr ""
1097
+
1098
+ #: deactivation-form.php:89
1099
+ msgid "Other"
1100
+ msgstr ""
1101
+
1102
+ #: deactivation-form.php:123
1103
+ msgid "Quick Feedback"
1104
+ msgstr ""
1105
+
1106
+ #: deactivation-form.php:124
1107
+ msgid "If you have a moment, please let us know why you are deactivating"
1108
+ msgstr ""
1109
+
1110
+ #: deactivation-form.php:127
1111
+ msgid "Send website data and allow to contact me back"
1112
+ msgstr ""
1113
+
1114
+ #: deactivation-form.php:132
1115
+ msgid "Cancel"
1116
+ msgstr ""
1117
+
1118
+ #: deactivation-form.php:233
1119
+ msgid "Processing"
1120
+ msgstr ""
1121
+
1122
+ #: deactivation-form.php:262
1123
+ msgid "Submit & Deactivate"
1124
+ msgstr ""
1125
+
1126
+ #: deactivation-form.php:277
1127
+ msgid "Please tell us the reason so we can improve it."
1128
+ msgstr ""
1129
+
1130
+ #: deactivation-form.php:345
1131
+ msgid "Deactivate"
1132
+ msgstr ""
1133
+
1134
+ #: deprecated.php:93
1135
+ msgid "System Status"
1136
+ msgstr "Información de sistema"
1137
+
1138
+ #: deprecated.php:204
1139
+ msgid "Please, enter your license key"
1140
+ msgstr "Por favor, introduce tu clave de licencia"
1141
+
1142
+ #: deprecated.php:223
1143
+ msgid ""
1144
+ "If necessary, you can check if the license key is correct or reenter it in "
1145
+ "the field below. You can find your license key on your personal page - "
1146
+ "Client Area - on our website"
1147
+ msgstr ""
1148
+ "Si es necesario, puedes comprobar si la clave de licencia es correcta o "
1149
+ "introducirla otra vez en el campo abajo. Puedes encontrar tu clave de "
1150
+ "licencia en tu página personal - Área de Cliente - en nuestro sitio"
1151
+
1152
+ #: deprecated.php:223
1153
+ msgid ""
1154
+ "(your username is the email address specified during the purchase). If "
1155
+ "necessary, please submit \"Lost your password?\" request."
1156
+ msgstr ""
1157
+ "(tu nombre del usuario es la dirección de correo electrónico especificada "
1158
+ "durante la compra). Si es necesario, haz clic en \"¿Has perdido tu "
1159
+ "contraseña?\"."
1160
+
1161
+ #: deprecated.php:246
1162
+ msgid "After that, you can activate it by entering your license key."
1163
+ msgstr "Después, puedes activarlo introduciendo tu clave de licencia."
1164
+
1165
+ #: deprecated.php:249 deprecated.php:691
1166
+ msgid "License key can be found in the"
1167
+ msgstr "La clave de licencia se puede encontrar en el"
1168
+
1169
+ #: deprecated.php:251 deprecated.php:693
1170
+ msgid "(your username is the email address specified during the purchase)."
1171
+ msgstr ""
1172
+ "(tu nombre del usuario es la dirección de correo electrónico especificada "
1173
+ "durante la compra)."
1174
+
1175
+ #: deprecated.php:279
1176
+ msgid ""
1177
+ "Congratulations! The Pro license of the plugin is activated successfully."
1178
+ msgstr "¡Felicitaciones! La licencia Pro está activada con éxito."
1179
+
1180
+ #: deprecated.php:281 deprecated.php:672
1181
+ msgid "Please, go to"
1182
+ msgstr "Por favor ve a"
1183
+
1184
+ #: deprecated.php:281 deprecated.php:672
1185
+ msgid "the setting page"
1186
+ msgstr "la página de ajustes"
1187
+
1188
+ #: deprecated.php:282 deprecated.php:673
1189
+ msgid "You will be redirected automatically in 5 seconds."
1190
+ msgstr "En 5 segundos automáticamente serás dirigido a la nueva ubicación."
1191
+
1192
+ #: deprecated.php:316
1193
+ msgid "Check premium options on the plugin settings page!"
1194
+ msgstr "¡Comprueba las opciones premium en la página de ajustes del plugin!"
1195
+
1196
+ #: deprecated.php:479
1197
+ msgid "Restore all plugin settings to defaults"
1198
+ msgstr "Restaurar todos los ajustes de plugin por defecto"
1199
+
1200
+ #: deprecated.php:481
1201
+ msgid "Restore settings"
1202
+ msgstr "Restaurar ajustes"
1203
+
1204
+ #: deprecated.php:550 deprecated.php:577
1205
+ #, php-format
1206
+ msgid "File %s edited successfully."
1207
+ msgstr "Archivo %s editado con éxito."
1208
+
1209
+ #: deprecated.php:552 deprecated.php:579
1210
+ msgid "Not enough permissions to create or update the file"
1211
+ msgstr "No hay suficientes permisos para crear o actualizar el archivo"
1212
+
1213
+ #: deprecated.php:582
1214
+ msgid "Not enough permissions to create the file"
1215
+ msgstr "No hay suficientes permisos para crear el archivo"
1216
+
1217
+ #: deprecated.php:626
1218
+ msgid "Editing"
1219
+ msgstr "Editar"
1220
+
1221
+ #: deprecated.php:670
1222
+ msgid ""
1223
+ "Congratulations! Pro version of the plugin is installed and activated "
1224
+ "successfully."
1225
+ msgstr "¡Felicitaciones! Licencia Pro está instalada y activada con éxito."
1226
+
1227
+ #: deprecated.php:680
1228
+ msgid "Show Pro features"
1229
+ msgstr "Mostrar funciones Pro"
1230
+
1231
+ #: deprecated.php:687
1232
+ msgid "Enter your license key to install and activate"
1233
+ msgstr "Introduce tu clave de licencia para instalar y activar"
1234
+
1235
+ #: deprecated.php:689
1236
+ msgid "version of the plugin."
1237
+ msgstr "la versión del plugin."
1238
+
1239
+ #: product_list.php:7
1240
+ msgid "Admin Tools"
1241
+ msgstr "Herramientas"
1242
+
1243
+ #: product_list.php:8
1244
+ msgid "Content"
1245
+ msgstr "Contenido"
1246
+
1247
+ #: product_list.php:9
1248
+ msgid "eCommerce"
1249
+ msgstr "Comercio electrónico"
1250
+
1251
+ #: product_list.php:10
1252
+ msgid "Marketing"
1253
+ msgstr "Márketing"
1254
+
1255
+ #: product_list.php:11
1256
+ msgid "Navigation"
1257
+ msgstr "Navegación"
1258
+
1259
+ #: product_list.php:12
1260
+ msgid "Recommended"
1261
+ msgstr "Recomendado"
1262
+
1263
+ #: product_list.php:13
1264
+ msgid "Security"
1265
+ msgstr "Seguridad"
1266
+
1267
+ #: product_list.php:14
1268
+ msgid "SEO"
1269
+ msgstr "SEO"
1270
+
1271
+ #: product_list.php:15
1272
+ msgid "SMM"
1273
+ msgstr "SMM"
1274
+
1275
+ #: product_list.php:22
1276
+ msgid "Best secure captcha plugin to protect your WordPress forms."
1277
+ msgstr ""
1278
+
1279
+ #: product_list.php:32
1280
+ msgid "Create your personal car rental/booking and reservation website."
1281
+ msgstr "Crea tu sitio personal de alquiler/reserva de automóviles."
1282
+
1283
+ #: product_list.php:42
1284
+ msgid ""
1285
+ "Allow customers to reach you using secure contact form plugin any website "
1286
+ "must have."
1287
+ msgstr ""
1288
+ "Permite a los clientes ponerse en contacto contigo usando el plugin seguro "
1289
+ "del formulario de contacto que debe tener cualquier sitio."
1290
+
1291
+ #: product_list.php:52
1292
+ msgid "Add unlimited number of contact forms to WordPress website."
1293
+ msgstr ""
1294
+ "Añade el número ilimitado de formularios de contacto al sitio de WordPress."
1295
+
1296
+ #: product_list.php:62
1297
+ msgid "Save and manage Contact Form messages. Never lose important data."
1298
+ msgstr ""
1299
+ "Guarda y gestiona los mensajes de Contact Form plugin. Nunca pierde datos "
1300
+ "importantes."
1301
+
1302
+ #: product_list.php:72
1303
+ msgid "Add unlimited custom pages to WordPress admin dashboard."
1304
+ msgstr ""
1305
+ "Añade el número ilimitado de páginas personalizadas al escritorio de "
1306
+ "WordPress."
1307
+
1308
+ #: product_list.php:79
1309
+ msgid "Add custom fields to WordPress website search results."
1310
+ msgstr ""
1311
+ "Añade los campos personalizados a los resultados de búsqueda en el sitio de "
1312
+ "WordPress."
1313
+
1314
+ #: product_list.php:86
1315
+ msgid ""
1316
+ "Add custom post types and taxonomies to WordPress website search results."
1317
+ msgstr ""
1318
+ "Añade los tipos de contenido personalizados y taxonomías a los resultados de "
1319
+ "búsqueda en el sitio de WordPress."
1320
+
1321
+ #: product_list.php:96
1322
+ msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1323
+ msgstr ""
1324
+ "Añade los botones de donación PayPal y 2CO para recibir pagos benéficos."
1325
+
1326
+ #: product_list.php:103
1327
+ msgid ""
1328
+ "Get latest error log messages to diagnose website problems. Define and fix "
1329
+ "issues faster."
1330
+ msgstr ""
1331
+ "Recibe más recientes mensajes del registro de errores para diagnosticar los "
1332
+ "problemas del sitio. Define y corrige los problemas más rápido."
1333
+
1334
+ #: product_list.php:110
1335
+ msgid ""
1336
+ "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1337
+ "widgets."
1338
+ msgstr ""
1339
+ "Añade los botones de Facebook Seguir, Me gusta y Compartir a las entradas, "
1340
+ "páginas y widgets de WordPress."
1341
+
1342
+ #: product_list.php:120
1343
+ msgid ""
1344
+ "Add beautiful galleries, albums & images to your WordPress website in a few "
1345
+ "clicks."
1346
+ msgstr ""
1347
+ "Añade las galerías, álbumes e imágenes hermosos a tu sitio de WordPress en "
1348
+ "unos pocos clics."
1349
+
1350
+ #: product_list.php:130
1351
+ msgid ""
1352
+ "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1353
+ "posts, pages and widgets."
1354
+ msgstr ""
1355
+ "Añade los botones de Google +1 Compartir, Seguir, Hangout e insignia de "
1356
+ "perfil a las entradas, páginas y widgets de WordPress."
1357
+
1358
+ #: product_list.php:140
1359
+ msgid ""
1360
+ "Stronger security solution which protects your WordPress website from hacks "
1361
+ "and unauthorized login attempts."
1362
+ msgstr ""
1363
+ "Potente solución de seguridad que protege tu sitio de WordPress de los "
1364
+ "hackeos y intentos no autorizados de acceder."
1365
+
1366
+ #: product_list.php:150
1367
+ msgid ""
1368
+ "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1369
+ "results, categories, tags, and widgets."
1370
+ msgstr ""
1371
+ "Añade los anuncios de AdSense a las páginas, entradas, "
1372
+ "entradas personalizadas, resultados de búsqueda, categorías, etiquetas y "
1373
+ "widgets en el sitio de WordPress, ."
1374
+
1375
+ #: product_list.php:160
1376
+ msgid "Add Google Analytics code to WordPress website and track basic stats."
1377
+ msgstr ""
1378
+ "Añade el código de Google Analytics al sitio de WordPress y sigue las "
1379
+ "estadísticas básicas."
1380
+
1381
+ #: product_list.php:170
1382
+ msgid ""
1383
+ "Protect WordPress website forms from spam entries with Google Captcha "
1384
+ "(reCaptcha)."
1385
+ msgstr ""
1386
+ "Protege los formularios en sitio de WordPress de las entradas de spam con "
1387
+ "Google Captcha (reCaptcha)."
1388
+
1389
+ #: product_list.php:180
1390
+ msgid "Add customized Google maps to WordPress posts, pages and widgets."
1391
+ msgstr ""
1392
+ "Añade los mapas de Google personalizados a las entradas, páginas y widgets "
1393
+ "de WordPress."
1394
+
1395
+ #: product_list.php:190
1396
+ msgid ""
1397
+ "Generate and add XML sitemap to WordPress website. Help search engines index "
1398
+ "your blog."
1399
+ msgstr ""
1400
+ "Genera y añade los archivos de XML sitemap al sitio de WordPress. Ayuda a "
1401
+ "los buscadores a indexar tu blog."
1402
+
1403
+ #: product_list.php:200
1404
+ msgid ""
1405
+ "Replace external WordPress website links with Google shortlinks and track "
1406
+ "click stats."
1407
+ msgstr ""
1408
+ "Reemplaza los enlaces externos con los enlaces cortos de Google en el sitio "
1409
+ "de WordPress y sigue las estadísticas de clics."
1410
+
1411
+ #: product_list.php:207
1412
+ msgid ""
1413
+ "Protect WordPress website – allow and deny access for certain IP addresses, "
1414
+ "hostnames, etc."
1415
+ msgstr ""
1416
+ "Protege el sitio de WordPress - permite y impide el acceso para determinadas "
1417
+ "direcciones IP, nombres de host, etc."
1418
+
1419
+ #: product_list.php:217
1420
+ msgid ""
1421
+ "Create your personal job board and listing WordPress website. Search jobs, "
1422
+ "submit CV/resumes, choose candidates."
1423
+ msgstr ""
1424
+ "Crea tu tablero personal con la lista de trabajos en el sitio de WordPress. "
1425
+ "Busca trabajos, envía CV, elija candidatos."
1426
+
1427
+ #: product_list.php:224
1428
+ msgid ""
1429
+ "Protect WordPress website against brute force attacks. Limit rate of login "
1430
+ "attempts."
1431
+ msgstr ""
1432
+ "Protege el sitio de WordPress contra ataques de fuerza bruta. Limita el "
1433
+ "número de intentos de acceder."
1434
+
1435
+ #: product_list.php:234
1436
+ msgid ""
1437
+ "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1438
+ "5 plugins included – profile, insider, etc."
1439
+ msgstr ""
1440
+ "Añade los botones de LinkedIn Compartir y Seguir a las entradas, páginas y "
1441
+ "widgets de WordPress. 5 plugins incluidos - perfil, insider, etc."
1442
+
1443
+ #: product_list.php:244
1444
+ msgid ""
1445
+ "Translate WordPress website content to other languages manually. Create "
1446
+ "multilingual pages, posts, widgets, menus, etc."
1447
+ msgstr ""
1448
+ "Traduce el contenido del sitio de WordPress a otros idiomas manualmente. "
1449
+ "Crea páginas multilingües, asi como entradas, widgets, menús, etc. en varios "
1450
+ "idiomas."
1451
+
1452
+ #: product_list.php:254
1453
+ msgid ""
1454
+ "Add customizable pagination to WordPress website. Split long content to "
1455
+ "multiple pages for better navigation."
1456
+ msgstr ""
1457
+ "Añade la paginación personalizable al sitio de WordPress. Divide contenido "
1458
+ "largo en varias páginas para mejorar la navegación."
1459
+
1460
+ #: product_list.php:264
1461
+ msgid ""
1462
+ "Generate PDF files and print WordPress posts/pages. Customize document "
1463
+ "header/footer styles and appearance."
1464
+ msgstr ""
1465
+ "Genera los archivos PDF e imprima las entradas/páginas de WordPress. "
1466
+ "Personaliza los estilos de la cabecera/pie de la página del documento y su "
1467
+ "apariencia."
1468
+
1469
+ #: product_list.php:274
1470
+ msgid ""
1471
+ "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1472
+ "Profile) to WordPress posts, pages and widgets."
1473
+ msgstr ""
1474
+ "Añade los botones de Pinterest Segiur, Guardar y widgets de perfil (Pines, "
1475
+ "Tablero, Perfil) a las entradas, páginas y widgets de WordPress."
1476
+
1477
+ #: product_list.php:284
1478
+ msgid ""
1479
+ "Create your personal portfolio WordPress website. Manage and showcase past "
1480
+ "projects to get more clients."
1481
+ msgstr ""
1482
+ "Crea tu cartera personal en el sitio de WordPress. Gestiona y muestra los "
1483
+ "proyectos anteriores para obtener más clientes."
1484
+
1485
+ #: product_list.php:294
1486
+ msgid "Export WordPress posts to CSV file format easily. Configure data order."
1487
+ msgstr ""
1488
+ "Exporta las entradas de WordPress en formato de archivo CSV fácilmente. "
1489
+ "Configura el orden de los datos."
1490
+
1491
+ #: product_list.php:301
1492
+ msgid ""
1493
+ "Add extra fields to default WordPress user profile. The easiest way to "
1494
+ "create and manage additional custom values."
1495
+ msgstr ""
1496
+ "Añade los campos adicionales al perfil estándar del usuario de WordPress. La "
1497
+ "forma más fácil de crear y gestionar los valores personalizados adicionales."
1498
+
1499
+ #: product_list.php:308
1500
+ msgid ""
1501
+ "Add and display HTML advertisement banner on WordPress website. Customize "
1502
+ "bar styles and appearance."
1503
+ msgstr ""
1504
+ "Añade y muestra los anuncios publicitarios de HTML en el sitio de WordPress. "
1505
+ "Personaliza los estilos y la apariencia de la barra."
1506
+
1507
+ #: product_list.php:318
1508
+ msgid ""
1509
+ "Add customizable quotes and tips blocks to WordPress posts, pages and "
1510
+ "widgets."
1511
+ msgstr ""
1512
+ "Añade las citas personalizables y bloques de consejos a las entradas, "
1513
+ "páginas y widgets de WordPress."
1514
+
1515
+ #: product_list.php:325
1516
+ msgid ""
1517
+ "Add rating plugin to your WordPress website to receive feedback from your "
1518
+ "customers."
1519
+ msgstr ""
1520
+ "Añade el plugin de valoración a tu sitio de WordPress para recibir "
1521
+ "comentarios de tus clientes."
1522
+
1523
+ #: product_list.php:332
1524
+ msgid ""
1525
+ "Create your personal real estate WordPress website. Sell, rent and buy "
1526
+ "properties. Add, search and browse listings easily."
1527
+ msgstr ""
1528
+ "Crea tu sitio personal de bienes inmuebles basando en WordPress. Vende, "
1529
+ "alquila y compra las propiedades. Añade, busca y navega las listas "
1530
+ "fácilmente."
1531
+
1532
+ #: product_list.php:342
1533
+ msgid ""
1534
+ "Add related, featured, latest, and popular posts to your WordPress website. "
1535
+ "Connect your blog readers with a relevant content."
1536
+ msgstr ""
1537
+ "Añade las entradas relacionadas, destacadas, recientes y populares a tu "
1538
+ "sitio de WordPress. Conecta a tus lectores de blog con el contenido "
1539
+ "relevante."
1540
+
1541
+ #: product_list.php:349
1542
+ msgid ""
1543
+ "Send bulk email messages to WordPress users. Custom templates, advanced "
1544
+ "settings and detailed reports."
1545
+ msgstr ""
1546
+ "Envía mensajes de correo masivo a los usuarios de WordPress. Plantillas "
1547
+ "personalizadas, ajustes avanzados e informes detallados."
1548
+
1549
+ #: product_list.php:359
1550
+ msgid ""
1551
+ "The best responsive slider plugin for your WordPress website. Create "
1552
+ "beautifully animated slides just in a few clicks."
1553
+ msgstr ""
1554
+ "El mejor adaptable carrusel plugin para tu sitio de WordPress. Crea las "
1555
+ "diapositivas maravillosamente animadas con sólo unos clics."
1556
+
1557
+ #: product_list.php:366
1558
+ msgid ""
1559
+ "Configure SMTP server to receive email messages from WordPress to Gmail, "
1560
+ "Yahoo, Hotmail and other services."
1561
+ msgstr ""
1562
+ "Configura el servidor SMTP para recibir mensajes de correo electrónico de "
1563
+ "WordPress en Gmail, Yahoo, Hotmail y otros servicios."
1564
+
1565
+ #: product_list.php:373
1566
+ msgid ""
1567
+ "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1568
+ "FB, Twitter, G+1, Pinterest, LinkedIn."
1569
+ msgstr ""
1570
+ "Añade los botones y widgets de los medios de comunicación social a las "
1571
+ "entradas, páginas y widgets de WordPress. FB, Twitter, G+1, Pinterest, "
1572
+ "LinkedIn."
1573
+
1574
+ #: product_list.php:383
1575
+ msgid ""
1576
+ "Add social media login, registration, and commenting to your WordPress "
1577
+ "website."
1578
+ msgstr ""
1579
+ "Añade el acceso, registro y comentarios a los medios de comunicación social "
1580
+ "a tu sitio de WordPress."
1581
+
1582
+ #: product_list.php:390
1583
+ msgid ""
1584
+ "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1585
+ "Collect data and subscribe your users."
1586
+ msgstr ""
1587
+ "Añade el formulario de inscripción al boletín de noticias a las entradas, "
1588
+ "páginas y widgets de WordPress. Recoge los datos y suscribe a tus usuarios a "
1589
+ "las noticias."
1590
+
1591
+ #: product_list.php:400
1592
+ msgid ""
1593
+ "Add testimonials and feedbacks from your customers to WordPress website "
1594
+ "posts, pages, and widgets."
1595
+ msgstr ""
1596
+ "Añade los testimonios y comentarios de tus clientes a las entradas, páginas "
1597
+ "y widgets en el sitio de WordPress."
1598
+
1599
+ #: product_list.php:407
1600
+ msgid ""
1601
+ "Best timesheet plugin for WordPress. Track employee time, streamline "
1602
+ "attendance and generate reports."
1603
+ msgstr ""
1604
+ "Mejor plugin de hoja del horario de trabajo para WordPress. Sigue el tiempo "
1605
+ "laboral de los empleados, optimiza el horario de trabajo en la oficina y "
1606
+ "crea informes generales."
1607
+
1608
+ #: product_list.php:417
1609
+ msgid ""
1610
+ "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1611
+ "and pages."
1612
+ msgstr ""
1613
+ "Añade los botones de Twitter Seguir, Twittear, Hashtag y Mencionar a las "
1614
+ "entradas y páginas de WordPress."
1615
+
1616
+ #: product_list.php:427
1617
+ msgid ""
1618
+ "Automatically check and update WordPress website core with all installed "
1619
+ "plugins and themes to the latest versions."
1620
+ msgstr ""
1621
+ "Compruebа y actualiza automáticamente el núcleo de sitio de WordPress a las "
1622
+ "últimas versiones con todos plugins y temas que tienes instalados."
1623
+
1624
+ #: product_list.php:437
1625
+ msgid ""
1626
+ "Powerful user role management plugin for WordPress website. Create, edit, "
1627
+ "copy, and delete user roles."
1628
+ msgstr ""
1629
+ "Poderoso plugin de gestión de funciones para el sitio de WordPress. Crea, "
1630
+ "edita, copia y borra los perfiles de usuarios."
1631
+
1632
+ #: product_list.php:447
1633
+ msgid ""
1634
+ "Display live count of online visitors who are currently browsing your "
1635
+ "WordPress website."
1636
+ msgstr ""
1637
+ "Lleva la cuenta de los visitantes en línea que están hojeando tu sitio de "
1638
+ "WordPress en ese momento."
1639
+
1640
+ #: product_list.php:457
1641
+ msgid ""
1642
+ "Backup and export Zendesk Help Center content automatically to your "
1643
+ "WordPress website database."
1644
+ msgstr ""
1645
+ "Haz la copia de seguridad y exporta el contenido de Zendesk Centro de Ayuda "
1646
+ "automáticamente a tu base de datos en el sitio de WordPress."
1647
+
1648
+ #~ msgid ""
1649
+ #~ "Protect WordPress website forms from spam entries by means of math logic."
1650
+ #~ msgstr ""
1651
+ #~ "Protege los formularios en el sitio de WordPress de las entradas de spam "
1652
+ #~ "mediante lógica matemática."
1653
+
1654
+ #~ msgid "Congratulations! Pro Membership license is activated successfully."
1655
+ #~ msgstr ""
1656
+ #~ "¡Felicitaciones! La licencia Pro Membership está activada con éxito."
1657
+
1658
+ #~ msgid "Email with system info is sent to"
1659
+ #~ msgstr "El correo electrónico con información de sistema es enviado a"
1660
+
1661
+ #~ msgid "Browse Free WordPress Themes"
1662
+ #~ msgstr "Navegar gratis temas WordPress"
1663
+
1664
+ #~ msgid ""
1665
+ #~ "You can use one license of the Pro plugin for one domain only. Please "
1666
+ #~ "check and edit your license or domain if necessary using you personal "
1667
+ #~ "Client Area. We strongly recommend you to solve the problem within 24 "
1668
+ #~ "hours, otherwise the Pro plugin will be deactivated."
1669
+ #~ msgstr ""
1670
+ #~ "Puedes usar una licencia Pro del plugin para un solo dominio. Por favor, "
1671
+ #~ "comprueba y edita tu licencia o dominio si es necesario utilizando tu "
1672
+ #~ "Área de Cliente. Te recomendamos que resuelva el problema en 24 horas, de "
1673
+ #~ "lo contrario el plugin Pro se desactivará."
1674
+
1675
+ #~ msgid "email"
1676
+ #~ msgstr "correo electrónico"
1677
+
1678
+ #~ msgid "Please enter valid %1$s Account %2$s"
1679
+ #~ msgstr "Por favor, introduce %2$s válido para cuenta de %1$s "
1680
+
1681
+ #~ msgid "email address"
1682
+ #~ msgstr "dirección de correo electrónico"
1683
+
1684
+ #~ msgid ""
1685
+ #~ "The %1$s you specified for %2$s Account is already used by another user"
1686
+ #~ msgstr ""
1687
+ #~ "La %1$s que has especificado para cuenta de %2$s ya es utilizada por otro "
1688
+ #~ "usuario"
1689
+
1690
+ #~ msgid "Social Login Accounts"
1691
+ #~ msgstr "Сuentas de Social Login"
1692
+
1693
+ #~ msgid "existing Gmail address"
1694
+ #~ msgstr "dirección de Gmail existente"
1695
+
1696
+ #~ msgid "Enter %s to enable sign in with Social Login button."
1697
+ #~ msgstr "Introduce %s para activar el acceso con el botón de Social Login."
1698
+
1699
+ #~ msgid "This email is already registered, please choose another one."
1700
+ #~ msgstr "Este correo electrónico ya está registrado, por favor, elija otro."
1701
+
1702
+ #~ msgid "ERROR"
1703
+ #~ msgstr "ERROR"
1704
+
1705
+ #~ msgid "https://bestwebsoft.com/"
1706
+ #~ msgstr "https://bestwebsoft.com/"
1707
+
1708
+ #~ msgid "BestWebSoft"
1709
+ #~ msgstr "BestWebSoft"
1710
+
1711
+ #~ msgid "https://bestwebsoft.com/products/wordpress/plugins/social-login/"
1712
+ #~ msgstr "https://bestwebsoft.com/products/wordpress/plugins/social-login/"
1713
+
1714
+ #~ msgid "Social Login by BestWebSoft"
1715
+ #~ msgstr "Social Login by BestWebSoft"
1716
+
1717
+ #~ msgid "Sign In with %1$s"
1718
+ #~ msgstr "Acceder con %1$s"
1719
+
1720
+ #~ msgid "Error"
1721
+ #~ msgstr "Error"
1722
+
1723
+ #~ msgid "login failed"
1724
+ #~ msgstr "error de acceso"
1725
+
1726
+ #~ msgid "provided token is invalid"
1727
+ #~ msgstr "token proporcionado no es válido"
1728
+
1729
+ #~ msgid "provided token data is invalid"
1730
+ #~ msgstr "proporcionados datos de token no son válidos"
1731
+
1732
+ #~ msgid "user data is insufficient for registration"
1733
+ #~ msgstr "datos de usuario son insuficientes para el registro"
1734
+
1735
+ #~ msgid "you need to verify your account Email"
1736
+ #~ msgstr "necesitas verificar el correo electrónico de tu cuenta"
1737
+
1738
+ #~ msgid "new users registration is disabled"
1739
+ #~ msgstr "registro de nuevos usuarios está desactivado"
1740
+
1741
+ #~ msgid "failed to register new user"
1742
+ #~ msgstr "error al registrar nuevo usuario"
1743
+
1744
+ #~ msgid "please allow the access to your profile information"
1745
+ #~ msgstr "permite el acceso a la información de tu perfil"
1746
+
1747
+ #~ msgid ""
1748
+ #~ "Choose the buttons position in the form. This option is available only "
1749
+ #~ "for Login and Registration forms."
1750
+ #~ msgstr ""
1751
+ #~ "Elija la posición de los botones en el formulario. Esta opción está "
1752
+ #~ "disponible sólo para los formularios de Acceso y Registro."
1753
+
1754
+ #~ msgid "Bottom"
1755
+ #~ msgstr "Abajo"
1756
+
1757
+ #~ msgid "Before the submit button"
1758
+ #~ msgstr "Antes del botón Enviar"
1759
+
1760
+ #~ msgid "Top"
1761
+ #~ msgstr "Arriba"
1762
+
1763
+ #~ msgid "Buttons Position"
1764
+ #~ msgstr "Posición de botones"
1765
+
1766
+ #~ msgid "Display Button in"
1767
+ #~ msgstr "Mostrar el Botón en"
1768
+
1769
+ #~ msgid "Client Secret"
1770
+ #~ msgstr "Secreto del cliente"
1771
+
1772
+ #~ msgid "Client ID"
1773
+ #~ msgstr "ID de cliente"
1774
+
1775
+ #~ msgid "Custom code"
1776
+ #~ msgstr "Código personalizado"
1777
+
1778
+ #~ msgid "Settings saved"
1779
+ #~ msgstr "Ajustes guardados"
1780
+
1781
+ #~ msgid "WordPress Comments form"
1782
+ #~ msgstr "Formulario de Comentarios de WordPress"
1783
+
1784
+ #~ msgid "WordPress Registration form"
1785
+ #~ msgstr "Formulario de Registro de WordPress"
1786
+
1787
+ #~ msgid "WordPress Login form"
1788
+ #~ msgstr "Formulario de Acceso de WordPress"
1789
+
1790
+ #~ msgid "Social Login Settings"
1791
+ #~ msgstr "Ajustes de Social Login"
bws_menu/languages/bestwebsoft-fr_FR.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-06-08 11:25+0300\n"
6
- "PO-Revision-Date: 2017-06-08 11:25+0300\n"
7
  "Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
@@ -17,11 +17,11 @@ msgstr ""
17
  "X-Generator: Poedit 1.8.7.1\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: bws_functions.php:72 bws_functions.php:190
21
  msgid "requires"
22
  msgstr "obligatoire"
23
 
24
- #: bws_functions.php:74
25
  msgid ""
26
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
27
  "try again."
@@ -29,61 +29,61 @@ msgstr ""
29
  "ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à "
30
  "jour de WordPress puis de ré-essayer."
31
 
32
- #: bws_functions.php:75
33
  msgid "Back to the WordPress"
34
  msgstr "Retour à WordPress"
35
 
36
- #: bws_functions.php:77
37
  msgid "Plugins page"
38
  msgstr "Page des extensions"
39
 
40
- #: bws_functions.php:91
41
  msgid "Like the plugin?"
42
  msgstr "Voter pour l'extension"
43
 
44
  #: bws_functions.php:93
 
 
 
 
 
45
  msgid "Rate it"
46
  msgstr "Notez là"
47
 
48
- #: bws_functions.php:102
49
  msgid "Need help?"
50
  msgstr "Besoin d'aide ?"
51
 
52
- #: bws_functions.php:103 bws_functions.php:907 class-bws-settings.php:1047
53
  msgid "Visit Help Center"
54
  msgstr "Visiter le site du support"
55
 
56
- #: bws_functions.php:106
57
  msgid "Want to support the plugin?"
58
  msgstr "Voter pour l'extension"
59
 
60
- #: bws_functions.php:107 bws_menu.php:553
61
  msgid "Donate"
62
  msgstr "Don"
63
 
64
- #: bws_functions.php:127
65
  msgid "WARNING: Illegal use notification"
66
  msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
67
 
68
- #: bws_functions.php:127
69
  msgid ""
70
  "You can use one license of the Pro plugin for one domain only. Please check "
71
- "and edit your license or domain if necessary using you personal Client Area. "
72
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
73
- "the Pro plugin will be deactivated."
74
- msgstr ""
75
- "Vous ne pouvez utilisez qu'une licence de la version Pro de l'extension pour "
76
- "un seul domaine. Merci de vérifier et de modifier votre licence ou votre "
77
- "domaine si nécessaire en utilisant votre zone client. Nous vous recommandons "
78
- "de résoudre ce problème dans les 24 heures, sinon l'extension sera rendue "
79
- "inactive."
80
-
81
- #: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
82
- #: class-bws-settings.php:143
83
  msgid "Learn More"
84
  msgstr "En savoir plus"
85
 
86
- #: bws_functions.php:144
87
  msgid ""
88
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
89
  "you should buy a Pro license"
@@ -91,7 +91,7 @@ msgstr ""
91
  "Information&nbsp;:Votre licence d'évaluation est terminée. Pour continuer à "
92
  "utiliser cette extension, vous devez acheter une licence PRO."
93
 
94
- #: bws_functions.php:146
95
  msgid ""
96
  "Your license has expired. To continue getting top-priority support and "
97
  "plugin updates, you should extend it."
@@ -99,25 +99,25 @@ msgstr ""
99
  "Votre licence est terminée. Pour continuer à disposer du support rapide et "
100
  "des mises à jour de l'extension vous devez la renouveler."
101
 
102
- #: bws_functions.php:146 bws_functions.php:382 deprecated.php:584
103
  msgid "Learn more"
104
  msgstr "En savoir plus"
105
 
106
- #: bws_functions.php:164
107
  #, php-format
108
  msgid "Notice: You are using the Pro Trial license of %s plugin."
109
  msgstr ""
110
  "Avertissement : vous utilisez la version d'évaluation de l'extension %s."
111
 
112
- #: bws_functions.php:166
113
  msgid "Notice: You are using the Pro Trial license of plugin."
114
  msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension."
115
 
116
- #: bws_functions.php:169
117
  msgid "The Pro Trial license will expire on"
118
  msgstr "La licence PRO d'évaluation expirera le"
119
 
120
- #: bws_functions.php:192
121
  msgid ""
122
  "or higher! We do not guarantee that our plugin will work correctly. Please "
123
  "upgrade to WordPress latest version."
@@ -125,76 +125,76 @@ msgstr ""
125
  "ou plus ! Nous ne garantissons pas que notre extension fonctionne "
126
  "correctement. Merci de mettre à jour Wordpress avec la dernière version."
127
 
128
- #: bws_functions.php:207
129
  #, php-format
130
  msgid "Thank you for installing %s plugin!"
131
  msgstr ""
132
 
133
- #: bws_functions.php:208
134
  msgid "Let's get started"
135
  msgstr "Démarrer"
136
 
137
- #: bws_functions.php:209 bws_functions.php:242 bws_menu.php:557
138
- #: bws_menu.php:559
139
  msgid "Settings"
140
  msgstr "Réglages"
141
 
142
- #: bws_functions.php:211 bws_menu.php:328 class-bws-settings.php:736
143
- #: class-bws-settings.php:1049 class-bws-settings.php:1059 deprecated.php:694
144
  msgid "or"
145
  msgstr "ou"
146
 
147
- #: bws_functions.php:212 bws_functions.php:244
148
  msgid "Add New"
149
  msgstr "Ajouter"
150
 
151
- #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
152
- #: bws_functions.php:378 bws_functions.php:480
153
  msgid "Close notice"
154
  msgstr "Effacer l'avertissement"
155
 
156
- #: bws_functions.php:231
157
  msgid "Thank you for installing plugins by BestWebSoft!"
158
  msgstr "Merci d'avoir installé des extensions de BestWebSoft!"
159
 
160
- #: bws_functions.php:233
161
  msgid "More Details"
162
  msgstr "Plus de détails"
163
 
164
- #: bws_functions.php:234
165
  msgid "Less Details"
166
  msgstr "Moins de détails"
167
 
168
- #: bws_functions.php:262
169
  msgid "Deprecated function(-s) is used on the site here:"
170
  msgstr "Une ou des fonction(s) obsolètes sont utilisées sur ce site ici&nbsp;:"
171
 
172
- #: bws_functions.php:276
173
  msgid ""
174
  "This function(-s) will be removed over time. Please update the product(-s)."
175
  msgstr ""
176
  "Ces fonctions seront supprimées rapidement. Merci de mettre à jour vos "
177
  "produits."
178
 
179
- #: bws_functions.php:335
180
  msgid "It’s time to upgrade your"
181
  msgstr "C'est le moment de mettre à jour votre "
182
 
183
- #: bws_functions.php:335
184
  msgid "to"
185
  msgstr "à"
186
 
187
- #: bws_functions.php:335
188
  msgid "version!"
189
  msgstr "version"
190
 
191
- #: bws_functions.php:336
192
  msgid "Extend standard plugin functionality with new great options."
193
  msgstr ""
194
  "Étend les fonctionnalités classiques de l'extension avec des nouvelles "
195
  "options."
196
 
197
- #: bws_functions.php:382
198
  #, php-format
199
  msgid ""
200
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
@@ -203,12 +203,12 @@ msgstr ""
203
  "Votre clé de licence pour %s est terminée le %s et vous ne disposerez plus "
204
  "du support rapide et des mises à jour."
205
 
206
- #: bws_functions.php:475
207
  #, php-format
208
  msgid "Thank you for choosing %s plugin!"
209
  msgstr ""
210
 
211
- #: bws_functions.php:476
212
  msgid ""
213
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
214
  "we'd love to hear about it!"
@@ -216,25 +216,25 @@ msgstr ""
216
  "Si vous avez une fonctionnalité, une suggestion ou une idée que vous "
217
  "souhaitez pour cette extension, nous serons ravis d'en parler avec vous !"
218
 
219
- #: bws_functions.php:477
220
  msgid "Suggest a Feature"
221
  msgstr "Proposer une fonctionnalité"
222
 
223
- #: bws_functions.php:493 class-bws-settings.php:533 class-bws-settings.php:536
224
- #: class-bws-settings.php:584 class-bws-settings.php:587
225
  msgid "Notice"
226
  msgstr "Avertissement"
227
 
228
- #: bws_functions.php:493
229
  msgid "The plugin's settings have been changed."
230
  msgstr "Les paramètres de l'extension ont été modifiés."
231
 
232
- #: bws_functions.php:494 class-bws-settings.php:182 class-bws-settings.php:202
233
- #: deprecated.php:640
234
  msgid "Save Changes"
235
  msgstr "Enregistrer les modifications"
236
 
237
- #: bws_functions.php:508
238
  msgid ""
239
  "You can always look at premium options by checking the \"Pro Options\" in "
240
  "the \"Misc\" tab."
@@ -242,81 +242,77 @@ msgstr ""
242
  "Vous pouvez toujours consulter les options premium en cliquant sur le lien "
243
  "\"Voir les fonctionnalités de la version PRO\" dans l'onglet divers."
244
 
245
- #: bws_functions.php:629
246
  msgid "Add BWS Shortcode"
247
  msgstr ""
248
 
249
- #: bws_functions.php:630
250
  msgid "Add BWS Plugins Shortcode"
251
  msgstr "Ajouter le code court de l'extension BWS"
252
 
253
- #: bws_functions.php:649
254
  msgid "Add shortcode"
255
  msgstr "Ajouter le code court"
256
 
257
- #: bws_functions.php:649
258
  msgid "Add BestWebSoft plugins' shortcodes using this button."
259
  msgstr "Ajouter le code court des extensions BestWebSoft avec ce bouton."
260
 
261
- #: bws_functions.php:695
262
  msgid "Close"
263
  msgstr "Fermer"
264
 
265
- #: bws_functions.php:787
266
  msgid "Are you sure you want to restore default settings?"
267
  msgstr "Êtes vous sûr de vouloir remettre toutes les valeurs par défaut ?"
268
 
269
- #: bws_functions.php:790
270
  msgid "Yes, restore all settings"
271
  msgstr "Oui, remettre les valeurs par défaut"
272
 
273
- #: bws_functions.php:791
274
  msgid "No, go back to the settings page"
275
  msgstr "Non, retourner à la page des paramètres"
276
 
277
- #: bws_functions.php:833
278
  msgid "Plugin"
279
  msgstr "Extension"
280
 
281
- #: bws_functions.php:842
282
  msgid "Shortcode settings"
283
  msgstr "Paramètres du code court"
284
 
285
- #: bws_functions.php:847
286
  msgid "The shortcode will be inserted"
287
  msgstr "Le code court sera inséré"
288
 
289
- #: bws_functions.php:852
290
- msgid "Insert"
291
- msgstr "Insérer"
292
-
293
- #: bws_functions.php:912
294
  msgid "FAQ"
295
  msgstr "FAQ"
296
 
297
- #: bws_functions.php:918
298
  msgid "For more information:"
299
  msgstr "Pour plus d'informations&nbsp;:"
300
 
301
- #: bws_functions.php:919
302
  msgid "Documentation"
303
  msgstr "Documentation"
304
 
305
- #: bws_functions.php:920
306
  msgid "Video Instructions"
307
  msgstr "Vidéo explicative"
308
 
309
- #: bws_functions.php:921
310
  msgid "Submit a Request"
311
  msgstr "Soumettre une requête"
312
 
313
- #: bws_menu.php:101 class-bws-settings.php:781 deprecated.php:322
314
  msgid "Wrong license key"
315
  msgstr "Clé de licence incorrecte"
316
 
317
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
318
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
319
- #: deprecated.php:352
320
  msgid ""
321
  "Something went wrong. Please try again later. If the error appears again, "
322
  "please contact us"
@@ -325,14 +321,14 @@ msgstr ""
325
  "nouveau, merci de contacter <a href=http://support.bestwebsoft."
326
  "com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
327
 
328
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
329
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
330
- #: deprecated.php:352
331
  msgid "We are sorry for inconvenience."
332
  msgstr "Nous sommes désolés pour le désagrément."
333
 
334
- #: bws_menu.php:128 class-bws-settings.php:813 class-bws-settings.php:916
335
- #: deprecated.php:139 deprecated.php:358
336
  msgid "Wrong license key."
337
  msgstr "Clé de licence incorrecte."
338
 
@@ -348,13 +344,13 @@ msgstr ""
348
  msgid "Log in"
349
  msgstr "Connexion"
350
 
351
- #: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
352
  msgid "Unfortunately, you have exceeded the number of available tries per day."
353
  msgstr ""
354
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
355
  "télécharger l'extension manuellement."
356
 
357
- #: bws_menu.php:134 class-bws-settings.php:922 deprecated.php:364
358
  #, php-format
359
  msgid ""
360
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -364,7 +360,7 @@ msgstr ""
364
  "rapide et des mises à jour de l'extension vous devez la renouveler dans "
365
  "votre %s"
366
 
367
- #: bws_menu.php:136 class-bws-settings.php:924 deprecated.php:366
368
  msgid ""
369
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
370
  "Trial license can be installed only once."
@@ -372,20 +368,19 @@ msgstr ""
372
  "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
373
  "peut-être installée qu'une seule fois."
374
 
375
- #: bws_menu.php:142 class-bws-settings.php:828 deprecated.php:153
376
  msgid "The license key is valid."
377
  msgstr "La clé de licence est valide."
378
 
379
- #: bws_menu.php:144 class-bws-settings.php:831 deprecated.php:156
380
  msgid "Your license will expire on"
381
  msgstr "Votre licence se termine le "
382
 
383
  #: bws_menu.php:146
384
- msgid "Congratulations! Pro Membership license is activated successfully."
385
  msgstr ""
386
- "Félicitations! La version PRO de cette extension a été activée avec succès."
387
 
388
- #: bws_menu.php:153 class-bws-settings.php:996 deprecated.php:435
389
  msgid ""
390
  "Something went wrong. Try again later or upload the plugin manually. We are "
391
  "sorry for inconvenience."
@@ -539,67 +534,68 @@ msgstr "Extensions inactives"
539
  msgid "Please enter a valid email address."
540
  msgstr "Merci de saisir une adresse e-mail valide."
541
 
542
- #: bws_menu.php:264
543
- msgid "Email with system info is sent to"
544
- msgstr "Le courriel avec les informations système est envoyé à"
 
545
 
546
- #: bws_menu.php:268
547
  msgid "Thank you for contacting us."
548
  msgstr "Merci de nous avoir contacté."
549
 
550
- #: bws_menu.php:291
551
  msgid "Sorry, email message could not be delivered."
552
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
553
 
554
- #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
555
  msgid "Plugins"
556
  msgstr "Extensions"
557
 
558
- #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
559
  msgid "Themes"
560
  msgstr "Thèmes"
561
 
562
- #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
563
  msgid "System status"
564
  msgstr "Etat du système"
565
 
566
- #: bws_menu.php:317
567
  msgid "Support"
568
  msgstr "Support"
569
 
570
- #: bws_menu.php:318
571
  msgid "Manage purchased licenses & subscriptions"
572
  msgstr "Gérer les licences et les adhésions"
573
 
574
- #: bws_menu.php:326
575
  #, php-format
576
  msgid "Get Access to %s+ Premium Plugins"
577
  msgstr "Accéder à plus de %s extension premiums"
578
 
579
- #: bws_menu.php:328
580
  msgid "Subscribe to Pro Membership"
581
  msgstr "Souscrire une adhésion PRO"
582
 
583
- #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:749
584
  #: deprecated.php:227
585
  msgid "Check license key"
586
  msgstr "Vérifier la clé de licence"
587
 
588
- #: bws_menu.php:339
589
  msgid "Enter your license key"
590
  msgstr "Merci de saisir votre clé de licence"
591
 
592
- #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
593
- #: class-bws-settings.php:728 deprecated.php:259 deprecated.php:267
594
- #: deprecated.php:629 deprecated.php:700 deprecated.php:709
595
  msgid "Activate"
596
  msgstr "Activé"
597
 
598
- #: bws_menu.php:361
599
  msgid "Upload Plugin"
600
  msgstr "Charger l'extension"
601
 
602
- #: bws_menu.php:365
603
  #, php-format
604
  msgid ""
605
  "The plugin generated %d characters of <strong>unexpected output</strong> "
@@ -612,7 +608,7 @@ msgstr ""
612
  "sent&#8221;, des problèmes avec les flux de syndication ou autres, essayez "
613
  "de désactiver l'extension ou supprimer l'extension."
614
 
615
- #: bws_menu.php:367
616
  msgid ""
617
  "Plugin could not be activated because it triggered a <strong>fatal error</"
618
  "strong>."
@@ -620,42 +616,40 @@ msgstr ""
620
  "L'extension ne peut pas être activée car une <strong>erreur fatale</strong> "
621
  "a été détectée."
622
 
623
- #: bws_menu.php:370
624
  msgid "Plugin <strong>activated</strong>."
625
  msgstr "Extension <strong>activée</strong>."
626
 
627
- #: bws_menu.php:377
628
  msgid "Installing Plugin"
629
  msgstr "Extensions installées"
630
 
631
- #: bws_menu.php:383
632
  msgid "Downloading install package from"
633
  msgstr "Télécharger le paquet d'installation depuis"
634
 
635
- #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
636
- #: class-bws-settings.php:948 class-bws-settings.php:970
637
- #: class-bws-settings.php:992 deprecated.php:387 deprecated.php:409
638
- #: deprecated.php:431
639
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
640
  msgstr ""
641
  "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension "
642
  "manuellement."
643
 
644
- #: bws_menu.php:408
645
  msgid "Unpacking the package"
646
  msgstr "Décompresser le paquet"
647
 
648
- #: bws_menu.php:413 bws_menu.php:421
649
  msgid "Installing the plugin"
650
  msgstr "Installer l'extension"
651
 
652
- #: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
653
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
654
  msgstr ""
655
  "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
656
  "manuellement."
657
 
658
- #: bws_menu.php:424 class-bws-settings.php:966 deprecated.php:405
659
  msgid ""
660
  "Your server does not support either ZipArchive or Phar. Please, upload the "
661
  "plugin manually"
@@ -663,160 +657,160 @@ msgstr ""
663
  "Votre serveur n'a pas le support du format des archives ZIP ou Phar. Merci "
664
  "de télécharger l'extension manuellement."
665
 
666
- #: bws_menu.php:427
667
  #, php-format
668
  msgid "The plugin %s is successfully installed."
669
  msgstr "L'extension %s a été installée avec succès."
670
 
671
- #: bws_menu.php:434 class-bws-settings.php:973 deprecated.php:412
672
  msgid "UploadDir is not writable. Please, upload the plugin manually"
673
  msgstr ""
674
  "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
675
  "manuellement."
676
 
677
- #: bws_menu.php:439
678
  msgid "Activate Plugin"
679
  msgstr "Activer l'extension"
680
 
681
- #: bws_menu.php:439 bws_menu.php:445
682
  msgid "Return to BestWebSoft Panel"
683
  msgstr "Retourner à l'administration BestWebSoft"
684
 
685
- #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
686
  msgid "All"
687
  msgstr "Tous"
688
 
689
- #: bws_menu.php:450 bws_menu.php:650
690
  msgid "Installed"
691
  msgstr "Installé"
692
 
693
- #: bws_menu.php:451
694
  msgid "Not Installed"
695
  msgstr "Non installé"
696
 
697
- #: bws_menu.php:457
698
  msgid "Filter results"
699
  msgstr "Filtrer les résultats"
700
 
701
- #: bws_menu.php:460 bws_menu.php:589
702
  msgid "Category"
703
  msgstr "Catégorie"
704
 
705
- #: bws_menu.php:524
706
  msgid "Not installed"
707
  msgstr "Non installé"
708
 
709
- #: bws_menu.php:528
710
  msgid "Renew to get updates"
711
  msgstr "Se réabonner pour avoir les mises à jour"
712
 
713
- #: bws_menu.php:531
714
  #, php-format
715
  msgid "Update to v %s"
716
  msgstr "Mettre à jour avec la version %s"
717
 
718
- #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
719
  msgid "Install Now"
720
  msgstr "Installer maintenant"
721
 
722
- #: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
723
  msgid "Upgrade to Pro"
724
  msgstr "Passer à la version PRO"
725
 
726
- #: bws_menu.php:563 bws_menu.php:572
727
  msgid "Activate this plugin"
728
  msgstr "Activer cette extension"
729
 
730
- #: bws_menu.php:575
731
  msgid "Install this plugin"
732
  msgstr "Installer cette extension"
733
 
734
- #: bws_menu.php:584
735
  msgid "Nothing found. Try another criteria."
736
  msgstr "Pas de réponse. essayer d'autres critères."
737
 
738
- #: bws_menu.php:621 bws_menu.php:641
739
  #, php-format
740
  msgid "By %s"
741
  msgstr "Par %s"
742
 
743
- #: bws_menu.php:648
744
  msgid "Already Installed"
745
  msgstr "Déjà installé"
746
 
747
- #: bws_menu.php:659
748
- msgid "Browse Free WordPress Themes"
749
- msgstr "Parcourir les thèmes gratuits pour WordPress"
750
 
751
- #: bws_menu.php:668
752
  msgid "Send to support"
753
  msgstr "Envoyé au support"
754
 
755
- #: bws_menu.php:675
756
  msgid "Send to custom email &#187;"
757
  msgstr "Envoyer un e-mail spécifique &#187;"
758
 
759
- #: class-bws-settings.php:135
760
  msgid "Information"
761
  msgstr "Information"
762
 
763
- #: class-bws-settings.php:143
764
  msgid "Inactive"
765
  msgstr "Inactive"
766
 
767
- #: class-bws-settings.php:151
768
  msgid "Expired"
769
  msgstr "Expiré"
770
 
771
- #: class-bws-settings.php:154
772
  #, php-format
773
  msgid "%s day(-s) left"
774
  msgstr "%s jour(s) restant"
775
 
776
- #: class-bws-settings.php:160
777
  #, php-format
778
  msgid "Expired on %s"
779
  msgstr "Terminer le %s"
780
 
781
- #: class-bws-settings.php:160
782
  msgid "Renew Now"
783
  msgstr "Renouveler maintenant"
784
 
785
- #: class-bws-settings.php:162
786
  msgid "Active"
787
  msgstr "Activé"
788
 
789
- #: class-bws-settings.php:167
790
  msgid "License"
791
  msgstr "Licence"
792
 
793
- #: class-bws-settings.php:170
794
  msgid "Status"
795
  msgstr "Etat"
796
 
797
- #: class-bws-settings.php:174
798
  msgid "Version"
799
  msgstr "Version"
800
 
801
- #: class-bws-settings.php:282
802
  msgid "All plugin settings were restored."
803
  msgstr "Les paramètres de l'extension ont été remis aux valeurs d'origine."
804
 
805
- #: class-bws-settings.php:420
806
  msgid "Custom Code"
807
  msgstr "Code personnalisé"
808
 
809
- #: class-bws-settings.php:424 deprecated.php:497
810
  msgid "You do not have sufficient permissions to edit plugins for this site."
811
  msgstr ""
812
  "Vous n'avez pas assez de droits pour modifier l'extension pour ce site."
813
 
814
- #: class-bws-settings.php:429 deprecated.php:618
815
  msgid "These styles will be added to the header on all pages of your site."
816
  msgstr ""
817
  "Ces styles seront ajoutés aux entêtes sur tous les pages de votre site."
818
 
819
- #: class-bws-settings.php:432 deprecated.php:620
820
  #, php-format
821
  msgid ""
822
  "This PHP code will be hooked to the %s action and will be printed on front "
@@ -825,11 +819,11 @@ msgstr ""
825
  "Ce code PHP sera rattaché à l'action %s et sera affiché uniquement sur la "
826
  "partie publique."
827
 
828
- #: class-bws-settings.php:435
829
  msgid "These code will be added to the header on all pages of your site."
830
  msgstr "Ce code sera ajouté aux entêtes sur tous les pages de votre site."
831
 
832
- #: class-bws-settings.php:443 deprecated.php:644
833
  #, php-format
834
  msgid ""
835
  "You need to make this files writable before you can save your changes. See "
@@ -838,25 +832,25 @@ msgstr ""
838
  "Vous devez rendre ce fichier modifiable avant de pouvoir enregistrer vos "
839
  "modifications. Regarder %s du Codex %s pour plus d'informations."
840
 
841
- #: class-bws-settings.php:453 deprecated.php:626
842
  msgid "Browsing"
843
  msgstr "Parcourir"
844
 
845
- #: class-bws-settings.php:457
846
  #, php-format
847
  msgid "Activate custom %s code."
848
  msgstr "Activer le code personnalisé %s."
849
 
850
- #: class-bws-settings.php:464 deprecated.php:633
851
  #, php-format
852
  msgid "Learn more about %s"
853
  msgstr "En savoir plus sur %s"
854
 
855
- #: class-bws-settings.php:524
856
  msgid "Miscellaneous Settings"
857
  msgstr "Paramètres divers"
858
 
859
- #: class-bws-settings.php:533 class-bws-settings.php:584
860
  #, php-format
861
  msgid ""
862
  "It is prohibited to change %s settings on this site in the %s network "
@@ -865,7 +859,7 @@ msgstr ""
865
  "Il est interdit de changer le paramètre %s sur ce site dans les paramètres "
866
  "%s du réseau."
867
 
868
- #: class-bws-settings.php:536 class-bws-settings.php:587
869
  #, php-format
870
  msgid ""
871
  "It is prohibited to view %s settings on this site in the %s network settings."
@@ -873,69 +867,69 @@ msgstr ""
873
  "Il est interdit de voir le paramètre %s sur ce site dans les paramètres %s "
874
  "du réseau."
875
 
876
- #: class-bws-settings.php:545
877
  msgid "Pro Options"
878
  msgstr "Options Pro"
879
 
880
- #: class-bws-settings.php:548
881
  msgid "Enable to display plugin Pro options."
882
  msgstr "Activer pour voir les options PRO de l'extension."
883
 
884
- #: class-bws-settings.php:553
885
  msgid "Track Usage"
886
  msgstr "Suivi de l'utilisation"
887
 
888
- #: class-bws-settings.php:556
889
  msgid ""
890
  "Enable to allow tracking plugin usage anonymously in order to make it better."
891
  msgstr ""
892
  "Activer pour autoriser le suivi de l'utilisation de l'extension de manière "
893
  "anonyme afin de le rendre meilleur."
894
 
895
- #: class-bws-settings.php:560
896
  msgid "Default Settings"
897
  msgstr "Réglages par défauts"
898
 
899
- #: class-bws-settings.php:562
900
  msgid "Restore Settings"
901
  msgstr "Remettre les paramètres"
902
 
903
- #: class-bws-settings.php:563
904
  msgid "This will restore plugin settings to defaults."
905
  msgstr "Remettre les valeurs par défaut des paramètres de l'extension."
906
 
907
- #: class-bws-settings.php:575
908
  msgid "Import / Export"
909
  msgstr "Importer / Exporter"
910
 
911
- #: class-bws-settings.php:691 class-bws-settings.php:724
912
- #: class-bws-settings.php:746
913
  msgid "License Key"
914
  msgstr "Clé de licence"
915
 
916
- #: class-bws-settings.php:714
917
  msgid "Congratulations! Pro license is activated successfully."
918
  msgstr ""
919
  "Félicitations! La version PRO de cette extension a été activée avec succès."
920
 
921
- #: class-bws-settings.php:715
922
  #, php-format
923
  msgid "You will be automatically redirected to the %s in %s seconds."
924
  msgstr ""
925
 
926
- #: class-bws-settings.php:715
927
  msgid "Settings page"
928
  msgstr "Page des paramètres"
929
 
930
- #: class-bws-settings.php:730
931
  #, php-format
932
  msgid "Enter your license key to activate %s and get premium plugin features."
933
  msgstr ""
934
  "Saisir votre clé de licence pour activer %s et obtenir les fonctionnalités "
935
  "premium."
936
 
937
- #: class-bws-settings.php:733 class-bws-settings.php:920 deprecated.php:362
938
- #: deprecated.php:703
939
  msgid ""
940
  "Unfortunately, you have exceeded the number of available tries per day. "
941
  "Please, upload the plugin manually."
@@ -943,12 +937,12 @@ msgstr ""
943
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
944
  "télécharger l'extension manuellement."
945
 
946
- #: class-bws-settings.php:736 deprecated.php:694
947
  #, php-format
948
  msgid "Start Your Free %s-Day Trial Now"
949
  msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
950
 
951
- #: class-bws-settings.php:751
952
  msgid ""
953
  "If necessary, you can check if the license key is correct or reenter it in "
954
  "the field below."
@@ -956,15 +950,15 @@ msgstr ""
956
  "Si nécessaire vous pouvez vérifier que la clé de licence est correcte ou la "
957
  "saisir de nouveau dans le champ ci-dessous."
958
 
959
- #: class-bws-settings.php:756
960
  msgid "Manage License Settings"
961
  msgstr "Gérer les paramètres de licence"
962
 
963
- #: class-bws-settings.php:758
964
  msgid "Login to Client Area"
965
  msgstr "Se connecter à l'espace client"
966
 
967
- #: class-bws-settings.php:760
968
  msgid ""
969
  "Manage active licenses, download BWS products, and view your payment history "
970
  "using BestWebSoft Client Area."
@@ -972,12 +966,12 @@ msgstr ""
972
  "Gérer les licences actives, télécharger les produits BWS, et voir "
973
  "l'historique de vos règlements dans l'interface client de BestWebSoft."
974
 
975
- #: class-bws-settings.php:815 class-bws-settings.php:918 deprecated.php:141
976
- #: deprecated.php:360
977
  msgid "This license key is bound to another site."
978
  msgstr "La clé de licence correspond à un autre site."
979
 
980
- #: class-bws-settings.php:817 deprecated.php:143
981
  msgid ""
982
  "This license key is valid, but Your license has expired. If you want to "
983
  "update our plugin in future, you should extend the license."
@@ -986,13 +980,13 @@ msgstr ""
986
  "continuer à disposer du support rapide et des mises à jour de l'extension "
987
  "vous devez la renouveller."
988
 
989
- #: class-bws-settings.php:819 deprecated.php:145
990
  msgid "Unfortunately, you have exceeded the number of available tries."
991
  msgstr ""
992
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
993
  "télécharger l'extension manuellement."
994
 
995
- #: class-bws-settings.php:821 deprecated.php:147
996
  msgid ""
997
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
998
  "The Pro Trial license can be installed only once."
@@ -1000,11 +994,11 @@ msgstr ""
1000
  "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
1001
  "peut-être installée qu'une seule fois."
1002
 
1003
- #: class-bws-settings.php:826 deprecated.php:151
1004
  msgid "The Pro Trial license key is valid."
1005
  msgstr "La clé de licence d'évaluation est valide."
1006
 
1007
- #: class-bws-settings.php:834 deprecated.php:159 deprecated.php:246
1008
  #, php-format
1009
  msgid ""
1010
  "In order to continue using the plugin it is necessary to buy a %s license."
@@ -1012,26 +1006,148 @@ msgstr ""
1012
  "Afin de pouvoir continuer à utiliser cette extension il est nécessaire "
1013
  "d'acheter une licence %s."
1014
 
1015
- #: class-bws-settings.php:1031 deprecated.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1016
  msgid "Please, enter Your license key"
1017
  msgstr "Merci de saisir votre clé de licence"
1018
 
1019
- #: class-bws-settings.php:1043
1020
  msgid "Need Help?"
1021
  msgstr "Besoin d'aide ?"
1022
 
1023
- #: class-bws-settings.php:1045
1024
  msgid "Read the Instruction"
1025
  msgstr "Lire les instructions"
1026
 
1027
- #: class-bws-settings.php:1049
1028
  msgid "Watch the Video"
1029
  msgstr "Regarder la vidéo"
1030
 
1031
- #: class-bws-settings.php:1060
1032
  msgid "Start Your Free Trial"
1033
  msgstr "Débuter votre licence d'évaluation gratuite"
1034
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1035
  #: deprecated.php:93
1036
  msgid "System Status"
1037
  msgstr "Etat du système"
@@ -1059,70 +1175,70 @@ msgstr ""
1059
  "l'achat de l'extension). Si nécessaire, utilisez la fonction de demande de "
1060
  "mot de passe perdu."
1061
 
1062
- #: deprecated.php:247
1063
  msgid "After that, you can activate it by entering your license key."
1064
  msgstr ""
1065
  " Après vous pouvez activer cette extension en donnant votre clé de licence."
1066
 
1067
- #: deprecated.php:249 deprecated.php:688
1068
  msgid "License key can be found in the"
1069
  msgstr "La clé de licence peut être trouvée dans "
1070
 
1071
- #: deprecated.php:251 deprecated.php:690
1072
  msgid "(your username is the email address specified during the purchase)."
1073
  msgstr ""
1074
  "(votre nom d'utilisateur est l'adresse e-mail que vous avez donnée lors de "
1075
  "l'achat de l'extension)."
1076
 
1077
- #: deprecated.php:278
1078
  msgid ""
1079
  "Congratulations! The Pro license of the plugin is activated successfully."
1080
  msgstr ""
1081
  "Félicitations! La version PRO de cette extension a été activée avec succès."
1082
 
1083
- #: deprecated.php:280 deprecated.php:669
1084
  msgid "Please, go to"
1085
  msgstr "Merci d’aller à"
1086
 
1087
- #: deprecated.php:280 deprecated.php:669
1088
  msgid "the setting page"
1089
  msgstr "Options supplémentaires"
1090
 
1091
- #: deprecated.php:281 deprecated.php:670
1092
  msgid "You will be redirected automatically in 5 seconds."
1093
  msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
1094
 
1095
- #: deprecated.php:315
1096
  msgid "Check premium options on the plugin settings page!"
1097
  msgstr ""
1098
  "Vérifier les options premium sur la page des paramètres de l'extension!"
1099
 
1100
- #: deprecated.php:478
1101
  msgid "Restore all plugin settings to defaults"
1102
  msgstr "Remettre les valeurs par défaut des paramètres de l'extension"
1103
 
1104
- #: deprecated.php:480
1105
  msgid "Restore settings"
1106
  msgstr "Remettre les paramètres"
1107
 
1108
- #: deprecated.php:548 deprecated.php:575
1109
  #, php-format
1110
  msgid "File %s edited successfully."
1111
  msgstr "Le fichier %s a été modifié avec succès."
1112
 
1113
- #: deprecated.php:550 deprecated.php:577
1114
  msgid "Not enough permissions to create or update the file"
1115
  msgstr "Pas assez de droits pour créer ou modifier le fichier"
1116
 
1117
- #: deprecated.php:580
1118
  msgid "Not enough permissions to create the file"
1119
  msgstr "Pas assez de droits pour créer le fichier"
1120
 
1121
- #: deprecated.php:624
1122
  msgid "Editing"
1123
  msgstr "Modifier"
1124
 
1125
- #: deprecated.php:667
1126
  msgid ""
1127
  "Congratulations! Pro version of the plugin is installed and activated "
1128
  "successfully."
@@ -1130,15 +1246,15 @@ msgstr ""
1130
  "Félicitations! La version PRO de cette extension a été téléchargée et "
1131
  "activée avec succès."
1132
 
1133
- #: deprecated.php:677
1134
  msgid "Show Pro features"
1135
  msgstr "Voir les fonctionnalités de la version PRO"
1136
 
1137
- #: deprecated.php:684
1138
  msgid "Enter your license key to install and activate"
1139
  msgstr "Saisir votre clé de licence pour installer et activer"
1140
 
1141
- #: deprecated.php:686
1142
  msgid "version of the plugin."
1143
  msgstr "version de l'extension."
1144
 
@@ -1179,8 +1295,7 @@ msgid "SMM"
1179
  msgstr ""
1180
 
1181
  #: product_list.php:22
1182
- msgid ""
1183
- "Protect WordPress website forms from spam entries by means of math logic."
1184
  msgstr ""
1185
 
1186
  #: product_list.php:32
@@ -1220,250 +1335,264 @@ msgstr ""
1220
 
1221
  #: product_list.php:103
1222
  msgid ""
1223
- "Automatically add outgoing email messages to queue instead of sending them "
1224
- "immediately."
1225
- msgstr ""
1226
-
1227
- #: product_list.php:110
1228
- msgid ""
1229
  "Get latest error log messages to diagnose website problems. Define and fix "
1230
  "issues faster."
1231
  msgstr ""
1232
 
1233
- #: product_list.php:117
1234
  msgid ""
1235
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1236
  "widgets."
1237
  msgstr ""
1238
 
1239
- #: product_list.php:127
1240
  msgid ""
1241
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1242
  "clicks."
1243
  msgstr ""
1244
 
1245
- #: product_list.php:137
1246
  msgid ""
1247
- "Add unlimited gallery categories. Organize images to make the navigation "
1248
- "through content easier."
1249
  msgstr ""
1250
 
1251
- #: product_list.php:144
1252
  msgid ""
1253
- "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1254
- "posts, pages and widgets."
1255
  msgstr ""
1256
 
1257
- #: product_list.php:154
1258
  msgid ""
1259
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1260
  "results, categories, tags, and widgets."
1261
  msgstr ""
1262
 
1263
- #: product_list.php:164
1264
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1265
  msgstr ""
1266
 
1267
- #: product_list.php:174
1268
  msgid ""
1269
  "Protect WordPress website forms from spam entries with Google Captcha "
1270
  "(reCaptcha)."
1271
  msgstr ""
1272
 
1273
- #: product_list.php:184
1274
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1275
  msgstr ""
1276
 
1277
- #: product_list.php:194
1278
  msgid ""
1279
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1280
  "your blog."
1281
  msgstr ""
1282
 
1283
- #: product_list.php:204
1284
  msgid ""
1285
  "Replace external WordPress website links with Google shortlinks and track "
1286
  "click stats."
1287
  msgstr ""
1288
 
1289
- #: product_list.php:211
1290
  msgid ""
1291
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1292
  "hostnames, etc."
1293
  msgstr ""
1294
 
1295
- #: product_list.php:221
1296
  msgid ""
1297
  "Create your personal job board and listing WordPress website. Search jobs, "
1298
  "submit CV/resumes, choose candidates."
1299
  msgstr ""
1300
 
1301
- #: product_list.php:228
1302
  msgid ""
1303
  "Protect WordPress website against brute force attacks. Limit rate of login "
1304
  "attempts."
1305
  msgstr ""
1306
 
1307
- #: product_list.php:238
1308
  msgid ""
1309
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1310
  "5 plugins included – profile, insider, etc."
1311
  msgstr ""
1312
 
1313
- #: product_list.php:248
1314
  msgid ""
1315
  "Translate WordPress website content to other languages manually. Create "
1316
  "multilingual pages, posts, widgets, menus, etc."
1317
  msgstr ""
1318
 
1319
- #: product_list.php:258
1320
  msgid ""
1321
  "Add customizable pagination to WordPress website. Split long content to "
1322
  "multiple pages for better navigation."
1323
  msgstr ""
1324
 
1325
- #: product_list.php:268
1326
  msgid ""
1327
  "Generate PDF files and print WordPress posts/pages. Customize document "
1328
  "header/footer styles and appearance."
1329
  msgstr ""
1330
 
1331
- #: product_list.php:278
1332
  msgid ""
1333
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1334
  "Profile) to WordPress posts, pages and widgets."
1335
  msgstr ""
1336
 
1337
- #: product_list.php:288
1338
  msgid ""
1339
  "Create your personal portfolio WordPress website. Manage and showcase past "
1340
  "projects to get more clients."
1341
  msgstr ""
1342
 
1343
- #: product_list.php:298
1344
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1345
  msgstr ""
1346
 
1347
- #: product_list.php:305
1348
  msgid ""
1349
  "Add extra fields to default WordPress user profile. The easiest way to "
1350
  "create and manage additional custom values."
1351
  msgstr ""
1352
 
1353
- #: product_list.php:312
1354
  msgid ""
1355
  "Add and display HTML advertisement banner on WordPress website. Customize "
1356
  "bar styles and appearance."
1357
  msgstr ""
1358
 
1359
- #: product_list.php:322
1360
  msgid ""
1361
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1362
  "widgets."
1363
  msgstr ""
1364
 
1365
- #: product_list.php:329
1366
  msgid ""
1367
  "Add rating plugin to your WordPress website to receive feedback from your "
1368
  "customers."
1369
  msgstr ""
1370
 
1371
- #: product_list.php:336
1372
  msgid ""
1373
  "Create your personal real estate WordPress website. Sell, rent and buy "
1374
  "properties. Add, search and browse listings easily."
1375
  msgstr ""
1376
 
1377
- #: product_list.php:346
1378
- msgid ""
1379
- "Attach, un-attach and re-attach media files quickly to WordPress posts and "
1380
- "pages."
1381
- msgstr ""
1382
-
1383
- #: product_list.php:353
1384
  msgid ""
1385
  "Add related, featured, latest, and popular posts to your WordPress website. "
1386
  "Connect your blog readers with a relevant content."
1387
  msgstr ""
1388
 
1389
- #: product_list.php:360
1390
  msgid ""
1391
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1392
  "settings and detailed reports."
1393
  msgstr ""
1394
 
1395
- #: product_list.php:370
1396
  msgid ""
1397
  "The best responsive slider plugin for your WordPress website. Create "
1398
  "beautifully animated slides just in a few clicks."
1399
  msgstr ""
1400
 
1401
- #: product_list.php:377
1402
  msgid ""
1403
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1404
  "Yahoo, Hotmail and other services."
1405
  msgstr ""
1406
 
1407
- #: product_list.php:384
1408
  msgid ""
1409
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1410
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1411
  msgstr ""
1412
 
1413
- #: product_list.php:394
1414
  msgid ""
1415
  "Add social media login, registration, and commenting to your WordPress "
1416
  "website."
1417
  msgstr ""
1418
 
1419
- #: product_list.php:401
1420
  msgid ""
1421
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1422
  "Collect data and subscribe your users."
1423
  msgstr ""
1424
 
1425
- #: product_list.php:411
1426
  msgid ""
1427
  "Add testimonials and feedbacks from your customers to WordPress website "
1428
  "posts, pages, and widgets."
1429
  msgstr ""
1430
 
1431
- #: product_list.php:418
1432
  msgid ""
1433
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1434
  "attendance and generate reports."
1435
  msgstr ""
1436
 
1437
- #: product_list.php:428
1438
  msgid ""
1439
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1440
  "and pages."
1441
  msgstr ""
1442
 
1443
- #: product_list.php:438
1444
  msgid ""
1445
  "Automatically check and update WordPress website core with all installed "
1446
  "plugins and themes to the latest versions."
1447
  msgstr ""
1448
 
1449
- #: product_list.php:448
1450
  msgid ""
1451
  "Powerful user role management plugin for WordPress website. Create, edit, "
1452
  "copy, and delete user roles."
1453
  msgstr ""
1454
 
1455
- #: product_list.php:458
1456
  msgid ""
1457
  "Display live count of online visitors who are currently browsing your "
1458
  "WordPress website."
1459
  msgstr ""
1460
 
1461
- #: product_list.php:468
1462
  msgid ""
1463
  "Backup and export Zendesk Help Center content automatically to your "
1464
  "WordPress website database."
1465
  msgstr ""
1466
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1467
  #~ msgid "Advertisement"
1468
  #~ msgstr "Publicité"
1469
 
@@ -1482,9 +1611,6 @@ msgstr ""
1482
  #~ msgid "Utilities"
1483
  #~ msgstr "Utilitaires"
1484
 
1485
- #~ msgid "Other"
1486
- #~ msgstr "Autre"
1487
-
1488
  #~ msgid "Thank you for installing"
1489
  #~ msgstr "Merci d'avoir installé"
1490
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-11 16:42+0300\n"
6
+ "PO-Revision-Date: 2017-09-11 16:42+0300\n"
7
  "Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
17
  "X-Generator: Poedit 1.8.7.1\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: bws_functions.php:73 bws_functions.php:191
21
  msgid "requires"
22
  msgstr "obligatoire"
23
 
24
+ #: bws_functions.php:75
25
  msgid ""
26
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
27
  "try again."
29
  "ou supérieure, c'est pourquoi il a été désactivé! Merci de faire la mise à "
30
  "jour de WordPress puis de ré-essayer."
31
 
32
+ #: bws_functions.php:76
33
  msgid "Back to the WordPress"
34
  msgstr "Retour à WordPress"
35
 
36
+ #: bws_functions.php:78
37
  msgid "Plugins page"
38
  msgstr "Page des extensions"
39
 
40
+ #: bws_functions.php:92
41
  msgid "Like the plugin?"
42
  msgstr "Voter pour l'extension"
43
 
44
  #: bws_functions.php:93
45
+ #, php-format
46
+ msgid "%s reviews"
47
+ msgstr ""
48
+
49
+ #: bws_functions.php:94
50
  msgid "Rate it"
51
  msgstr "Notez là"
52
 
53
+ #: bws_functions.php:103
54
  msgid "Need help?"
55
  msgstr "Besoin d'aide ?"
56
 
57
+ #: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
58
  msgid "Visit Help Center"
59
  msgstr "Visiter le site du support"
60
 
61
+ #: bws_functions.php:107
62
  msgid "Want to support the plugin?"
63
  msgstr "Voter pour l'extension"
64
 
65
+ #: bws_functions.php:108 bws_menu.php:560
66
  msgid "Donate"
67
  msgstr "Don"
68
 
69
+ #: bws_functions.php:128
70
  msgid "WARNING: Illegal use notification"
71
  msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
72
 
73
+ #: bws_functions.php:128
74
  msgid ""
75
  "You can use one license of the Pro plugin for one domain only. Please check "
76
+ "and edit your license or domain if necessary using your personal Client "
77
+ "Area. We strongly recommend you to solve the problem within 24 hours, "
78
+ "otherwise the Pro plugin will be deactivated."
79
+ msgstr ""
80
+
81
+ #: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
82
+ #: class-bws-settings.php:144
 
 
 
 
 
83
  msgid "Learn More"
84
  msgstr "En savoir plus"
85
 
86
+ #: bws_functions.php:145
87
  msgid ""
88
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
89
  "you should buy a Pro license"
91
  "Information&nbsp;:Votre licence d'évaluation est terminée. Pour continuer à "
92
  "utiliser cette extension, vous devez acheter une licence PRO."
93
 
94
+ #: bws_functions.php:147
95
  msgid ""
96
  "Your license has expired. To continue getting top-priority support and "
97
  "plugin updates, you should extend it."
99
  "Votre licence est terminée. Pour continuer à disposer du support rapide et "
100
  "des mises à jour de l'extension vous devez la renouveler."
101
 
102
+ #: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
103
  msgid "Learn more"
104
  msgstr "En savoir plus"
105
 
106
+ #: bws_functions.php:165
107
  #, php-format
108
  msgid "Notice: You are using the Pro Trial license of %s plugin."
109
  msgstr ""
110
  "Avertissement : vous utilisez la version d'évaluation de l'extension %s."
111
 
112
+ #: bws_functions.php:167
113
  msgid "Notice: You are using the Pro Trial license of plugin."
114
  msgstr "Avertissement : vous utilisez la version d'évaluation de l'extension."
115
 
116
+ #: bws_functions.php:170
117
  msgid "The Pro Trial license will expire on"
118
  msgstr "La licence PRO d'évaluation expirera le"
119
 
120
+ #: bws_functions.php:193
121
  msgid ""
122
  "or higher! We do not guarantee that our plugin will work correctly. Please "
123
  "upgrade to WordPress latest version."
125
  "ou plus ! Nous ne garantissons pas que notre extension fonctionne "
126
  "correctement. Merci de mettre à jour Wordpress avec la dernière version."
127
 
128
+ #: bws_functions.php:208
129
  #, php-format
130
  msgid "Thank you for installing %s plugin!"
131
  msgstr ""
132
 
133
+ #: bws_functions.php:210
134
  msgid "Let's get started"
135
  msgstr "Démarrer"
136
 
137
+ #: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
138
+ #: bws_menu.php:566
139
  msgid "Settings"
140
  msgstr "Réglages"
141
 
142
+ #: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
143
+ #: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
144
  msgid "or"
145
  msgstr "ou"
146
 
147
+ #: bws_functions.php:214 bws_functions.php:246
148
  msgid "Add New"
149
  msgstr "Ajouter"
150
 
151
+ #: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
152
+ #: bws_functions.php:385 bws_functions.php:487
153
  msgid "Close notice"
154
  msgstr "Effacer l'avertissement"
155
 
156
+ #: bws_functions.php:233
157
  msgid "Thank you for installing plugins by BestWebSoft!"
158
  msgstr "Merci d'avoir installé des extensions de BestWebSoft!"
159
 
160
+ #: bws_functions.php:235
161
  msgid "More Details"
162
  msgstr "Plus de détails"
163
 
164
+ #: bws_functions.php:236
165
  msgid "Less Details"
166
  msgstr "Moins de détails"
167
 
168
+ #: bws_functions.php:264
169
  msgid "Deprecated function(-s) is used on the site here:"
170
  msgstr "Une ou des fonction(s) obsolètes sont utilisées sur ce site ici&nbsp;:"
171
 
172
+ #: bws_functions.php:278
173
  msgid ""
174
  "This function(-s) will be removed over time. Please update the product(-s)."
175
  msgstr ""
176
  "Ces fonctions seront supprimées rapidement. Merci de mettre à jour vos "
177
  "produits."
178
 
179
+ #: bws_functions.php:337
180
  msgid "It’s time to upgrade your"
181
  msgstr "C'est le moment de mettre à jour votre "
182
 
183
+ #: bws_functions.php:337
184
  msgid "to"
185
  msgstr "à"
186
 
187
+ #: bws_functions.php:337
188
  msgid "version!"
189
  msgstr "version"
190
 
191
+ #: bws_functions.php:338
192
  msgid "Extend standard plugin functionality with new great options."
193
  msgstr ""
194
  "Étend les fonctionnalités classiques de l'extension avec des nouvelles "
195
  "options."
196
 
197
+ #: bws_functions.php:389
198
  #, php-format
199
  msgid ""
200
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
203
  "Votre clé de licence pour %s est terminée le %s et vous ne disposerez plus "
204
  "du support rapide et des mises à jour."
205
 
206
+ #: bws_functions.php:482
207
  #, php-format
208
  msgid "Thank you for choosing %s plugin!"
209
  msgstr ""
210
 
211
+ #: bws_functions.php:483
212
  msgid ""
213
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
214
  "we'd love to hear about it!"
216
  "Si vous avez une fonctionnalité, une suggestion ou une idée que vous "
217
  "souhaitez pour cette extension, nous serons ravis d'en parler avec vous !"
218
 
219
+ #: bws_functions.php:484
220
  msgid "Suggest a Feature"
221
  msgstr "Proposer une fonctionnalité"
222
 
223
+ #: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
224
+ #: class-bws-settings.php:595 class-bws-settings.php:598
225
  msgid "Notice"
226
  msgstr "Avertissement"
227
 
228
+ #: bws_functions.php:500
229
  msgid "The plugin's settings have been changed."
230
  msgstr "Les paramètres de l'extension ont été modifiés."
231
 
232
+ #: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
233
+ #: deprecated.php:642
234
  msgid "Save Changes"
235
  msgstr "Enregistrer les modifications"
236
 
237
+ #: bws_functions.php:515
238
  msgid ""
239
  "You can always look at premium options by checking the \"Pro Options\" in "
240
  "the \"Misc\" tab."
242
  "Vous pouvez toujours consulter les options premium en cliquant sur le lien "
243
  "\"Voir les fonctionnalités de la version PRO\" dans l'onglet divers."
244
 
245
+ #: bws_functions.php:653
246
  msgid "Add BWS Shortcode"
247
  msgstr ""
248
 
249
+ #: bws_functions.php:654
250
  msgid "Add BWS Plugins Shortcode"
251
  msgstr "Ajouter le code court de l'extension BWS"
252
 
253
+ #: bws_functions.php:673
254
  msgid "Add shortcode"
255
  msgstr "Ajouter le code court"
256
 
257
+ #: bws_functions.php:673
258
  msgid "Add BestWebSoft plugins' shortcodes using this button."
259
  msgstr "Ajouter le code court des extensions BestWebSoft avec ce bouton."
260
 
261
+ #: bws_functions.php:729
262
  msgid "Close"
263
  msgstr "Fermer"
264
 
265
+ #: bws_functions.php:821
266
  msgid "Are you sure you want to restore default settings?"
267
  msgstr "Êtes vous sûr de vouloir remettre toutes les valeurs par défaut ?"
268
 
269
+ #: bws_functions.php:824
270
  msgid "Yes, restore all settings"
271
  msgstr "Oui, remettre les valeurs par défaut"
272
 
273
+ #: bws_functions.php:825
274
  msgid "No, go back to the settings page"
275
  msgstr "Non, retourner à la page des paramètres"
276
 
277
+ #: bws_functions.php:867
278
  msgid "Plugin"
279
  msgstr "Extension"
280
 
281
+ #: bws_functions.php:876
282
  msgid "Shortcode settings"
283
  msgstr "Paramètres du code court"
284
 
285
+ #: bws_functions.php:881
286
  msgid "The shortcode will be inserted"
287
  msgstr "Le code court sera inséré"
288
 
289
+ #: bws_functions.php:922
 
 
 
 
290
  msgid "FAQ"
291
  msgstr "FAQ"
292
 
293
+ #: bws_functions.php:928
294
  msgid "For more information:"
295
  msgstr "Pour plus d'informations&nbsp;:"
296
 
297
+ #: bws_functions.php:929
298
  msgid "Documentation"
299
  msgstr "Documentation"
300
 
301
+ #: bws_functions.php:930
302
  msgid "Video Instructions"
303
  msgstr "Vidéo explicative"
304
 
305
+ #: bws_functions.php:931
306
  msgid "Submit a Request"
307
  msgstr "Soumettre une requête"
308
 
309
+ #: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
310
  msgid "Wrong license key"
311
  msgstr "Clé de licence incorrecte"
312
 
313
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
314
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
315
+ #: deprecated.php:353
316
  msgid ""
317
  "Something went wrong. Please try again later. If the error appears again, "
318
  "please contact us"
321
  "nouveau, merci de contacter <a href=http://support.bestwebsoft."
322
  "com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
323
 
324
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
325
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
326
+ #: deprecated.php:353
327
  msgid "We are sorry for inconvenience."
328
  msgstr "Nous sommes désolés pour le désagrément."
329
 
330
+ #: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
331
+ #: deprecated.php:139 deprecated.php:359
332
  msgid "Wrong license key."
333
  msgstr "Clé de licence incorrecte."
334
 
344
  msgid "Log in"
345
  msgstr "Connexion"
346
 
347
+ #: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
348
  msgid "Unfortunately, you have exceeded the number of available tries per day."
349
  msgstr ""
350
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
351
  "télécharger l'extension manuellement."
352
 
353
+ #: bws_menu.php:134 deprecated.php:365
354
  #, php-format
355
  msgid ""
356
  "Unfortunately, Your license has expired. To continue getting top-priority "
360
  "rapide et des mises à jour de l'extension vous devez la renouveler dans "
361
  "votre %s"
362
 
363
+ #: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
364
  msgid ""
365
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
366
  "Trial license can be installed only once."
368
  "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
369
  "peut-être installée qu'une seule fois."
370
 
371
+ #: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
372
  msgid "The license key is valid."
373
  msgstr "La clé de licence est valide."
374
 
375
+ #: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
376
  msgid "Your license will expire on"
377
  msgstr "Votre licence se termine le "
378
 
379
  #: bws_menu.php:146
380
+ msgid "Congratulations! Pro Membership license is activated successfully."
381
  msgstr ""
 
382
 
383
+ #: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
384
  msgid ""
385
  "Something went wrong. Try again later or upload the plugin manually. We are "
386
  "sorry for inconvenience."
534
  msgid "Please enter a valid email address."
535
  msgstr "Merci de saisir une adresse e-mail valide."
536
 
537
+ #: bws_menu.php:262
538
+ #, php-format
539
+ msgid "Email with system info is sent to %s."
540
+ msgstr ""
541
 
542
+ #: bws_menu.php:266
543
  msgid "Thank you for contacting us."
544
  msgstr "Merci de nous avoir contacté."
545
 
546
+ #: bws_menu.php:289
547
  msgid "Sorry, email message could not be delivered."
548
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
549
 
550
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
551
  msgid "Plugins"
552
  msgstr "Extensions"
553
 
554
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
555
  msgid "Themes"
556
  msgstr "Thèmes"
557
 
558
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
559
  msgid "System status"
560
  msgstr "Etat du système"
561
 
562
+ #: bws_menu.php:315
563
  msgid "Support"
564
  msgstr "Support"
565
 
566
+ #: bws_menu.php:316
567
  msgid "Manage purchased licenses & subscriptions"
568
  msgstr "Gérer les licences et les adhésions"
569
 
570
+ #: bws_menu.php:324
571
  #, php-format
572
  msgid "Get Access to %s+ Premium Plugins"
573
  msgstr "Accéder à plus de %s extension premiums"
574
 
575
+ #: bws_menu.php:326
576
  msgid "Subscribe to Pro Membership"
577
  msgstr "Souscrire une adhésion PRO"
578
 
579
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
580
  #: deprecated.php:227
581
  msgid "Check license key"
582
  msgstr "Vérifier la clé de licence"
583
 
584
+ #: bws_menu.php:337
585
  msgid "Enter your license key"
586
  msgstr "Merci de saisir votre clé de licence"
587
 
588
+ #: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
589
+ #: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
590
+ #: deprecated.php:631 deprecated.php:703 deprecated.php:712
591
  msgid "Activate"
592
  msgstr "Activé"
593
 
594
+ #: bws_menu.php:359
595
  msgid "Upload Plugin"
596
  msgstr "Charger l'extension"
597
 
598
+ #: bws_menu.php:363
599
  #, php-format
600
  msgid ""
601
  "The plugin generated %d characters of <strong>unexpected output</strong> "
608
  "sent&#8221;, des problèmes avec les flux de syndication ou autres, essayez "
609
  "de désactiver l'extension ou supprimer l'extension."
610
 
611
+ #: bws_menu.php:365
612
  msgid ""
613
  "Plugin could not be activated because it triggered a <strong>fatal error</"
614
  "strong>."
616
  "L'extension ne peut pas être activée car une <strong>erreur fatale</strong> "
617
  "a été détectée."
618
 
619
+ #: bws_menu.php:368
620
  msgid "Plugin <strong>activated</strong>."
621
  msgstr "Extension <strong>activée</strong>."
622
 
623
+ #: bws_menu.php:375
624
  msgid "Installing Plugin"
625
  msgstr "Extensions installées"
626
 
627
+ #: bws_menu.php:381
628
  msgid "Downloading install package from"
629
  msgstr "Télécharger le paquet d'installation depuis"
630
 
631
+ #: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
632
+ #: deprecated.php:410 deprecated.php:432
 
 
633
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
634
  msgstr ""
635
  "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension "
636
  "manuellement."
637
 
638
+ #: bws_menu.php:406
639
  msgid "Unpacking the package"
640
  msgstr "Décompresser le paquet"
641
 
642
+ #: bws_menu.php:411 bws_menu.php:419
643
  msgid "Installing the plugin"
644
  msgstr "Installer l'extension"
645
 
646
+ #: bws_menu.php:415 deprecated.php:400
647
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
648
  msgstr ""
649
  "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
650
  "manuellement."
651
 
652
+ #: bws_menu.php:422 deprecated.php:406
653
  msgid ""
654
  "Your server does not support either ZipArchive or Phar. Please, upload the "
655
  "plugin manually"
657
  "Votre serveur n'a pas le support du format des archives ZIP ou Phar. Merci "
658
  "de télécharger l'extension manuellement."
659
 
660
+ #: bws_menu.php:425
661
  #, php-format
662
  msgid "The plugin %s is successfully installed."
663
  msgstr "L'extension %s a été installée avec succès."
664
 
665
+ #: bws_menu.php:432 deprecated.php:413
666
  msgid "UploadDir is not writable. Please, upload the plugin manually"
667
  msgstr ""
668
  "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
669
  "manuellement."
670
 
671
+ #: bws_menu.php:437
672
  msgid "Activate Plugin"
673
  msgstr "Activer l'extension"
674
 
675
+ #: bws_menu.php:437 bws_menu.php:443
676
  msgid "Return to BestWebSoft Panel"
677
  msgstr "Retourner à l'administration BestWebSoft"
678
 
679
+ #: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
680
  msgid "All"
681
  msgstr "Tous"
682
 
683
+ #: bws_menu.php:454 bws_menu.php:637
684
  msgid "Installed"
685
  msgstr "Installé"
686
 
687
+ #: bws_menu.php:457
688
  msgid "Not Installed"
689
  msgstr "Non installé"
690
 
691
+ #: bws_menu.php:464
692
  msgid "Filter results"
693
  msgstr "Filtrer les résultats"
694
 
695
+ #: bws_menu.php:467 bws_menu.php:596
696
  msgid "Category"
697
  msgstr "Catégorie"
698
 
699
+ #: bws_menu.php:531
700
  msgid "Not installed"
701
  msgstr "Non installé"
702
 
703
+ #: bws_menu.php:535
704
  msgid "Renew to get updates"
705
  msgstr "Se réabonner pour avoir les mises à jour"
706
 
707
+ #: bws_menu.php:538
708
  #, php-format
709
  msgid "Update to v %s"
710
  msgstr "Mettre à jour avec la version %s"
711
 
712
+ #: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
713
  msgid "Install Now"
714
  msgstr "Installer maintenant"
715
 
716
+ #: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
717
  msgid "Upgrade to Pro"
718
  msgstr "Passer à la version PRO"
719
 
720
+ #: bws_menu.php:570 bws_menu.php:579
721
  msgid "Activate this plugin"
722
  msgstr "Activer cette extension"
723
 
724
+ #: bws_menu.php:582
725
  msgid "Install this plugin"
726
  msgstr "Installer cette extension"
727
 
728
+ #: bws_menu.php:591
729
  msgid "Nothing found. Try another criteria."
730
  msgstr "Pas de réponse. essayer d'autres critères."
731
 
732
+ #: bws_menu.php:628
733
  #, php-format
734
  msgid "By %s"
735
  msgstr "Par %s"
736
 
737
+ #: bws_menu.php:635
738
  msgid "Already Installed"
739
  msgstr "Déjà installé"
740
 
741
+ #: bws_menu.php:645
742
+ msgid "Browse More WordPress Themes"
743
+ msgstr ""
744
 
745
+ #: bws_menu.php:654
746
  msgid "Send to support"
747
  msgstr "Envoyé au support"
748
 
749
+ #: bws_menu.php:661
750
  msgid "Send to custom email &#187;"
751
  msgstr "Envoyer un e-mail spécifique &#187;"
752
 
753
+ #: class-bws-settings.php:136
754
  msgid "Information"
755
  msgstr "Information"
756
 
757
+ #: class-bws-settings.php:144
758
  msgid "Inactive"
759
  msgstr "Inactive"
760
 
761
+ #: class-bws-settings.php:152
762
  msgid "Expired"
763
  msgstr "Expiré"
764
 
765
+ #: class-bws-settings.php:155
766
  #, php-format
767
  msgid "%s day(-s) left"
768
  msgstr "%s jour(s) restant"
769
 
770
+ #: class-bws-settings.php:161
771
  #, php-format
772
  msgid "Expired on %s"
773
  msgstr "Terminer le %s"
774
 
775
+ #: class-bws-settings.php:161
776
  msgid "Renew Now"
777
  msgstr "Renouveler maintenant"
778
 
779
+ #: class-bws-settings.php:163
780
  msgid "Active"
781
  msgstr "Activé"
782
 
783
+ #: class-bws-settings.php:168
784
  msgid "License"
785
  msgstr "Licence"
786
 
787
+ #: class-bws-settings.php:171
788
  msgid "Status"
789
  msgstr "Etat"
790
 
791
+ #: class-bws-settings.php:175
792
  msgid "Version"
793
  msgstr "Version"
794
 
795
+ #: class-bws-settings.php:285
796
  msgid "All plugin settings were restored."
797
  msgstr "Les paramètres de l'extension ont été remis aux valeurs d'origine."
798
 
799
+ #: class-bws-settings.php:423
800
  msgid "Custom Code"
801
  msgstr "Code personnalisé"
802
 
803
+ #: class-bws-settings.php:427 deprecated.php:498
804
  msgid "You do not have sufficient permissions to edit plugins for this site."
805
  msgstr ""
806
  "Vous n'avez pas assez de droits pour modifier l'extension pour ce site."
807
 
808
+ #: class-bws-settings.php:432 deprecated.php:620
809
  msgid "These styles will be added to the header on all pages of your site."
810
  msgstr ""
811
  "Ces styles seront ajoutés aux entêtes sur tous les pages de votre site."
812
 
813
+ #: class-bws-settings.php:435 deprecated.php:622
814
  #, php-format
815
  msgid ""
816
  "This PHP code will be hooked to the %s action and will be printed on front "
819
  "Ce code PHP sera rattaché à l'action %s et sera affiché uniquement sur la "
820
  "partie publique."
821
 
822
+ #: class-bws-settings.php:438
823
  msgid "These code will be added to the header on all pages of your site."
824
  msgstr "Ce code sera ajouté aux entêtes sur tous les pages de votre site."
825
 
826
+ #: class-bws-settings.php:446 deprecated.php:646
827
  #, php-format
828
  msgid ""
829
  "You need to make this files writable before you can save your changes. See "
832
  "Vous devez rendre ce fichier modifiable avant de pouvoir enregistrer vos "
833
  "modifications. Regarder %s du Codex %s pour plus d'informations."
834
 
835
+ #: class-bws-settings.php:456 deprecated.php:628
836
  msgid "Browsing"
837
  msgstr "Parcourir"
838
 
839
+ #: class-bws-settings.php:461
840
  #, php-format
841
  msgid "Activate custom %s code."
842
  msgstr "Activer le code personnalisé %s."
843
 
844
+ #: class-bws-settings.php:469 deprecated.php:635
845
  #, php-format
846
  msgid "Learn more about %s"
847
  msgstr "En savoir plus sur %s"
848
 
849
+ #: class-bws-settings.php:531
850
  msgid "Miscellaneous Settings"
851
  msgstr "Paramètres divers"
852
 
853
+ #: class-bws-settings.php:540 class-bws-settings.php:595
854
  #, php-format
855
  msgid ""
856
  "It is prohibited to change %s settings on this site in the %s network "
859
  "Il est interdit de changer le paramètre %s sur ce site dans les paramètres "
860
  "%s du réseau."
861
 
862
+ #: class-bws-settings.php:543 class-bws-settings.php:598
863
  #, php-format
864
  msgid ""
865
  "It is prohibited to view %s settings on this site in the %s network settings."
867
  "Il est interdit de voir le paramètre %s sur ce site dans les paramètres %s "
868
  "du réseau."
869
 
870
+ #: class-bws-settings.php:552
871
  msgid "Pro Options"
872
  msgstr "Options Pro"
873
 
874
+ #: class-bws-settings.php:556
875
  msgid "Enable to display plugin Pro options."
876
  msgstr "Activer pour voir les options PRO de l'extension."
877
 
878
+ #: class-bws-settings.php:562
879
  msgid "Track Usage"
880
  msgstr "Suivi de l'utilisation"
881
 
882
+ #: class-bws-settings.php:566
883
  msgid ""
884
  "Enable to allow tracking plugin usage anonymously in order to make it better."
885
  msgstr ""
886
  "Activer pour autoriser le suivi de l'utilisation de l'extension de manière "
887
  "anonyme afin de le rendre meilleur."
888
 
889
+ #: class-bws-settings.php:571
890
  msgid "Default Settings"
891
  msgstr "Réglages par défauts"
892
 
893
+ #: class-bws-settings.php:573
894
  msgid "Restore Settings"
895
  msgstr "Remettre les paramètres"
896
 
897
+ #: class-bws-settings.php:574
898
  msgid "This will restore plugin settings to defaults."
899
  msgstr "Remettre les valeurs par défaut des paramètres de l'extension."
900
 
901
+ #: class-bws-settings.php:586
902
  msgid "Import / Export"
903
  msgstr "Importer / Exporter"
904
 
905
+ #: class-bws-settings.php:702 class-bws-settings.php:735
906
+ #: class-bws-settings.php:757
907
  msgid "License Key"
908
  msgstr "Clé de licence"
909
 
910
+ #: class-bws-settings.php:725
911
  msgid "Congratulations! Pro license is activated successfully."
912
  msgstr ""
913
  "Félicitations! La version PRO de cette extension a été activée avec succès."
914
 
915
+ #: class-bws-settings.php:726
916
  #, php-format
917
  msgid "You will be automatically redirected to the %s in %s seconds."
918
  msgstr ""
919
 
920
+ #: class-bws-settings.php:726
921
  msgid "Settings page"
922
  msgstr "Page des paramètres"
923
 
924
+ #: class-bws-settings.php:741
925
  #, php-format
926
  msgid "Enter your license key to activate %s and get premium plugin features."
927
  msgstr ""
928
  "Saisir votre clé de licence pour activer %s et obtenir les fonctionnalités "
929
  "premium."
930
 
931
+ #: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
932
+ #: deprecated.php:706
933
  msgid ""
934
  "Unfortunately, you have exceeded the number of available tries per day. "
935
  "Please, upload the plugin manually."
937
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
938
  "télécharger l'extension manuellement."
939
 
940
+ #: class-bws-settings.php:747 deprecated.php:697
941
  #, php-format
942
  msgid "Start Your Free %s-Day Trial Now"
943
  msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
944
 
945
+ #: class-bws-settings.php:762
946
  msgid ""
947
  "If necessary, you can check if the license key is correct or reenter it in "
948
  "the field below."
950
  "Si nécessaire vous pouvez vérifier que la clé de licence est correcte ou la "
951
  "saisir de nouveau dans le champ ci-dessous."
952
 
953
+ #: class-bws-settings.php:767
954
  msgid "Manage License Settings"
955
  msgstr "Gérer les paramètres de licence"
956
 
957
+ #: class-bws-settings.php:769
958
  msgid "Login to Client Area"
959
  msgstr "Se connecter à l'espace client"
960
 
961
+ #: class-bws-settings.php:771
962
  msgid ""
963
  "Manage active licenses, download BWS products, and view your payment history "
964
  "using BestWebSoft Client Area."
966
  "Gérer les licences actives, télécharger les produits BWS, et voir "
967
  "l'historique de vos règlements dans l'interface client de BestWebSoft."
968
 
969
+ #: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
970
+ #: deprecated.php:361
971
  msgid "This license key is bound to another site."
972
  msgstr "La clé de licence correspond à un autre site."
973
 
974
+ #: class-bws-settings.php:828 deprecated.php:143
975
  msgid ""
976
  "This license key is valid, but Your license has expired. If you want to "
977
  "update our plugin in future, you should extend the license."
980
  "continuer à disposer du support rapide et des mises à jour de l'extension "
981
  "vous devez la renouveller."
982
 
983
+ #: class-bws-settings.php:830 deprecated.php:145
984
  msgid "Unfortunately, you have exceeded the number of available tries."
985
  msgstr ""
986
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
987
  "télécharger l'extension manuellement."
988
 
989
+ #: class-bws-settings.php:832 deprecated.php:147
990
  msgid ""
991
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
992
  "The Pro Trial license can be installed only once."
994
  "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
995
  "peut-être installée qu'une seule fois."
996
 
997
+ #: class-bws-settings.php:837 deprecated.php:151
998
  msgid "The Pro Trial license key is valid."
999
  msgstr "La clé de licence d'évaluation est valide."
1000
 
1001
+ #: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
1002
  #, php-format
1003
  msgid ""
1004
  "In order to continue using the plugin it is necessary to buy a %s license."
1006
  "Afin de pouvoir continuer à utiliser cette extension il est nécessaire "
1007
  "d'acheter une licence %s."
1008
 
1009
+ #: class-bws-settings.php:933
1010
+ #, php-format
1011
+ msgid ""
1012
+ "Unfortunately, Your license has expired. To continue getting top-priority "
1013
+ "support and plugin updates, you should extend it in your %s."
1014
+ msgstr ""
1015
+
1016
+ #: class-bws-settings.php:959 class-bws-settings.php:981
1017
+ #: class-bws-settings.php:1003
1018
+ msgid "Failed to download the zip archive. Please, upload the plugin manually."
1019
+ msgstr ""
1020
+
1021
+ #: class-bws-settings.php:971
1022
+ msgid "Failed to open the zip archive. Please, upload the plugin manually."
1023
+ msgstr ""
1024
+
1025
+ #: class-bws-settings.php:977
1026
+ msgid ""
1027
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
1028
+ "plugin manually."
1029
+ msgstr ""
1030
+
1031
+ #: class-bws-settings.php:984
1032
+ msgid "UploadDir is not writable. Please, upload the plugin manually."
1033
+ msgstr ""
1034
+
1035
+ #: class-bws-settings.php:1042 deprecated.php:464
1036
  msgid "Please, enter Your license key"
1037
  msgstr "Merci de saisir votre clé de licence"
1038
 
1039
+ #: class-bws-settings.php:1054
1040
  msgid "Need Help?"
1041
  msgstr "Besoin d'aide ?"
1042
 
1043
+ #: class-bws-settings.php:1056
1044
  msgid "Read the Instruction"
1045
  msgstr "Lire les instructions"
1046
 
1047
+ #: class-bws-settings.php:1060
1048
  msgid "Watch the Video"
1049
  msgstr "Regarder la vidéo"
1050
 
1051
+ #: class-bws-settings.php:1071
1052
  msgid "Start Your Free Trial"
1053
  msgstr "Débuter votre licence d'évaluation gratuite"
1054
 
1055
+ #: deactivation-form.php:27
1056
+ msgid "Need help? We are ready to answer your questions."
1057
+ msgstr ""
1058
+
1059
+ #: deactivation-form.php:27
1060
+ msgid "Contact Support"
1061
+ msgstr ""
1062
+
1063
+ #: deactivation-form.php:32
1064
+ msgid "The plugin is not working"
1065
+ msgstr ""
1066
+
1067
+ #: deactivation-form.php:34
1068
+ msgid "Kindly share what didn't work so we can fix it in future updates..."
1069
+ msgstr ""
1070
+
1071
+ #: deactivation-form.php:38
1072
+ msgid "The plugin didn't work as expected"
1073
+ msgstr ""
1074
+
1075
+ #: deactivation-form.php:40
1076
+ msgid "What did you expect?"
1077
+ msgstr ""
1078
+
1079
+ #: deactivation-form.php:44
1080
+ msgid "The plugin suddenly stopped working"
1081
+ msgstr ""
1082
+
1083
+ #: deactivation-form.php:51
1084
+ msgid "The plugin broke my site"
1085
+ msgstr ""
1086
+
1087
+ #: deactivation-form.php:58
1088
+ msgid "I couldn't understand how to get it work"
1089
+ msgstr ""
1090
+
1091
+ #: deactivation-form.php:65
1092
+ msgid "I found a better plugin"
1093
+ msgstr ""
1094
+
1095
+ #: deactivation-form.php:67
1096
+ msgid "What's the plugin name?"
1097
+ msgstr ""
1098
+
1099
+ #: deactivation-form.php:71
1100
+ msgid "The plugin is great, but I need specific feature that you don't support"
1101
+ msgstr ""
1102
+
1103
+ #: deactivation-form.php:73
1104
+ msgid "What feature?"
1105
+ msgstr ""
1106
+
1107
+ #: deactivation-form.php:77
1108
+ msgid "I no longer need the plugin"
1109
+ msgstr ""
1110
+
1111
+ #: deactivation-form.php:83
1112
+ msgid "It's a temporary deactivation, I'm just debugging an issue"
1113
+ msgstr ""
1114
+
1115
+ #: deactivation-form.php:89
1116
+ msgid "Other"
1117
+ msgstr "Autre"
1118
+
1119
+ #: deactivation-form.php:123
1120
+ msgid "Quick Feedback"
1121
+ msgstr ""
1122
+
1123
+ #: deactivation-form.php:124
1124
+ msgid "If you have a moment, please let us know why you are deactivating"
1125
+ msgstr ""
1126
+
1127
+ #: deactivation-form.php:127
1128
+ msgid "Send website data and allow to contact me back"
1129
+ msgstr ""
1130
+
1131
+ #: deactivation-form.php:132
1132
+ msgid "Cancel"
1133
+ msgstr ""
1134
+
1135
+ #: deactivation-form.php:233
1136
+ msgid "Processing"
1137
+ msgstr ""
1138
+
1139
+ #: deactivation-form.php:262
1140
+ msgid "Submit & Deactivate"
1141
+ msgstr ""
1142
+
1143
+ #: deactivation-form.php:277
1144
+ msgid "Please tell us the reason so we can improve it."
1145
+ msgstr ""
1146
+
1147
+ #: deactivation-form.php:345
1148
+ msgid "Deactivate"
1149
+ msgstr ""
1150
+
1151
  #: deprecated.php:93
1152
  msgid "System Status"
1153
  msgstr "Etat du système"
1175
  "l'achat de l'extension). Si nécessaire, utilisez la fonction de demande de "
1176
  "mot de passe perdu."
1177
 
1178
+ #: deprecated.php:246
1179
  msgid "After that, you can activate it by entering your license key."
1180
  msgstr ""
1181
  " Après vous pouvez activer cette extension en donnant votre clé de licence."
1182
 
1183
+ #: deprecated.php:249 deprecated.php:691
1184
  msgid "License key can be found in the"
1185
  msgstr "La clé de licence peut être trouvée dans "
1186
 
1187
+ #: deprecated.php:251 deprecated.php:693
1188
  msgid "(your username is the email address specified during the purchase)."
1189
  msgstr ""
1190
  "(votre nom d'utilisateur est l'adresse e-mail que vous avez donnée lors de "
1191
  "l'achat de l'extension)."
1192
 
1193
+ #: deprecated.php:279
1194
  msgid ""
1195
  "Congratulations! The Pro license of the plugin is activated successfully."
1196
  msgstr ""
1197
  "Félicitations! La version PRO de cette extension a été activée avec succès."
1198
 
1199
+ #: deprecated.php:281 deprecated.php:672
1200
  msgid "Please, go to"
1201
  msgstr "Merci d’aller à"
1202
 
1203
+ #: deprecated.php:281 deprecated.php:672
1204
  msgid "the setting page"
1205
  msgstr "Options supplémentaires"
1206
 
1207
+ #: deprecated.php:282 deprecated.php:673
1208
  msgid "You will be redirected automatically in 5 seconds."
1209
  msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
1210
 
1211
+ #: deprecated.php:316
1212
  msgid "Check premium options on the plugin settings page!"
1213
  msgstr ""
1214
  "Vérifier les options premium sur la page des paramètres de l'extension!"
1215
 
1216
+ #: deprecated.php:479
1217
  msgid "Restore all plugin settings to defaults"
1218
  msgstr "Remettre les valeurs par défaut des paramètres de l'extension"
1219
 
1220
+ #: deprecated.php:481
1221
  msgid "Restore settings"
1222
  msgstr "Remettre les paramètres"
1223
 
1224
+ #: deprecated.php:550 deprecated.php:577
1225
  #, php-format
1226
  msgid "File %s edited successfully."
1227
  msgstr "Le fichier %s a été modifié avec succès."
1228
 
1229
+ #: deprecated.php:552 deprecated.php:579
1230
  msgid "Not enough permissions to create or update the file"
1231
  msgstr "Pas assez de droits pour créer ou modifier le fichier"
1232
 
1233
+ #: deprecated.php:582
1234
  msgid "Not enough permissions to create the file"
1235
  msgstr "Pas assez de droits pour créer le fichier"
1236
 
1237
+ #: deprecated.php:626
1238
  msgid "Editing"
1239
  msgstr "Modifier"
1240
 
1241
+ #: deprecated.php:670
1242
  msgid ""
1243
  "Congratulations! Pro version of the plugin is installed and activated "
1244
  "successfully."
1246
  "Félicitations! La version PRO de cette extension a été téléchargée et "
1247
  "activée avec succès."
1248
 
1249
+ #: deprecated.php:680
1250
  msgid "Show Pro features"
1251
  msgstr "Voir les fonctionnalités de la version PRO"
1252
 
1253
+ #: deprecated.php:687
1254
  msgid "Enter your license key to install and activate"
1255
  msgstr "Saisir votre clé de licence pour installer et activer"
1256
 
1257
+ #: deprecated.php:689
1258
  msgid "version of the plugin."
1259
  msgstr "version de l'extension."
1260
 
1295
  msgstr ""
1296
 
1297
  #: product_list.php:22
1298
+ msgid "Best secure captcha plugin to protect your WordPress forms."
 
1299
  msgstr ""
1300
 
1301
  #: product_list.php:32
1335
 
1336
  #: product_list.php:103
1337
  msgid ""
 
 
 
 
 
 
1338
  "Get latest error log messages to diagnose website problems. Define and fix "
1339
  "issues faster."
1340
  msgstr ""
1341
 
1342
+ #: product_list.php:110
1343
  msgid ""
1344
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1345
  "widgets."
1346
  msgstr ""
1347
 
1348
+ #: product_list.php:120
1349
  msgid ""
1350
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1351
  "clicks."
1352
  msgstr ""
1353
 
1354
+ #: product_list.php:130
1355
  msgid ""
1356
+ "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1357
+ "posts, pages and widgets."
1358
  msgstr ""
1359
 
1360
+ #: product_list.php:140
1361
  msgid ""
1362
+ "Stronger security solution which protects your WordPress website from hacks "
1363
+ "and unauthorized login attempts."
1364
  msgstr ""
1365
 
1366
+ #: product_list.php:150
1367
  msgid ""
1368
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1369
  "results, categories, tags, and widgets."
1370
  msgstr ""
1371
 
1372
+ #: product_list.php:160
1373
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1374
  msgstr ""
1375
 
1376
+ #: product_list.php:170
1377
  msgid ""
1378
  "Protect WordPress website forms from spam entries with Google Captcha "
1379
  "(reCaptcha)."
1380
  msgstr ""
1381
 
1382
+ #: product_list.php:180
1383
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1384
  msgstr ""
1385
 
1386
+ #: product_list.php:190
1387
  msgid ""
1388
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1389
  "your blog."
1390
  msgstr ""
1391
 
1392
+ #: product_list.php:200
1393
  msgid ""
1394
  "Replace external WordPress website links with Google shortlinks and track "
1395
  "click stats."
1396
  msgstr ""
1397
 
1398
+ #: product_list.php:207
1399
  msgid ""
1400
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1401
  "hostnames, etc."
1402
  msgstr ""
1403
 
1404
+ #: product_list.php:217
1405
  msgid ""
1406
  "Create your personal job board and listing WordPress website. Search jobs, "
1407
  "submit CV/resumes, choose candidates."
1408
  msgstr ""
1409
 
1410
+ #: product_list.php:224
1411
  msgid ""
1412
  "Protect WordPress website against brute force attacks. Limit rate of login "
1413
  "attempts."
1414
  msgstr ""
1415
 
1416
+ #: product_list.php:234
1417
  msgid ""
1418
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1419
  "5 plugins included – profile, insider, etc."
1420
  msgstr ""
1421
 
1422
+ #: product_list.php:244
1423
  msgid ""
1424
  "Translate WordPress website content to other languages manually. Create "
1425
  "multilingual pages, posts, widgets, menus, etc."
1426
  msgstr ""
1427
 
1428
+ #: product_list.php:254
1429
  msgid ""
1430
  "Add customizable pagination to WordPress website. Split long content to "
1431
  "multiple pages for better navigation."
1432
  msgstr ""
1433
 
1434
+ #: product_list.php:264
1435
  msgid ""
1436
  "Generate PDF files and print WordPress posts/pages. Customize document "
1437
  "header/footer styles and appearance."
1438
  msgstr ""
1439
 
1440
+ #: product_list.php:274
1441
  msgid ""
1442
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1443
  "Profile) to WordPress posts, pages and widgets."
1444
  msgstr ""
1445
 
1446
+ #: product_list.php:284
1447
  msgid ""
1448
  "Create your personal portfolio WordPress website. Manage and showcase past "
1449
  "projects to get more clients."
1450
  msgstr ""
1451
 
1452
+ #: product_list.php:294
1453
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1454
  msgstr ""
1455
 
1456
+ #: product_list.php:301
1457
  msgid ""
1458
  "Add extra fields to default WordPress user profile. The easiest way to "
1459
  "create and manage additional custom values."
1460
  msgstr ""
1461
 
1462
+ #: product_list.php:308
1463
  msgid ""
1464
  "Add and display HTML advertisement banner on WordPress website. Customize "
1465
  "bar styles and appearance."
1466
  msgstr ""
1467
 
1468
+ #: product_list.php:318
1469
  msgid ""
1470
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1471
  "widgets."
1472
  msgstr ""
1473
 
1474
+ #: product_list.php:325
1475
  msgid ""
1476
  "Add rating plugin to your WordPress website to receive feedback from your "
1477
  "customers."
1478
  msgstr ""
1479
 
1480
+ #: product_list.php:332
1481
  msgid ""
1482
  "Create your personal real estate WordPress website. Sell, rent and buy "
1483
  "properties. Add, search and browse listings easily."
1484
  msgstr ""
1485
 
1486
+ #: product_list.php:342
 
 
 
 
 
 
1487
  msgid ""
1488
  "Add related, featured, latest, and popular posts to your WordPress website. "
1489
  "Connect your blog readers with a relevant content."
1490
  msgstr ""
1491
 
1492
+ #: product_list.php:349
1493
  msgid ""
1494
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1495
  "settings and detailed reports."
1496
  msgstr ""
1497
 
1498
+ #: product_list.php:359
1499
  msgid ""
1500
  "The best responsive slider plugin for your WordPress website. Create "
1501
  "beautifully animated slides just in a few clicks."
1502
  msgstr ""
1503
 
1504
+ #: product_list.php:366
1505
  msgid ""
1506
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1507
  "Yahoo, Hotmail and other services."
1508
  msgstr ""
1509
 
1510
+ #: product_list.php:373
1511
  msgid ""
1512
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1513
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1514
  msgstr ""
1515
 
1516
+ #: product_list.php:383
1517
  msgid ""
1518
  "Add social media login, registration, and commenting to your WordPress "
1519
  "website."
1520
  msgstr ""
1521
 
1522
+ #: product_list.php:390
1523
  msgid ""
1524
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1525
  "Collect data and subscribe your users."
1526
  msgstr ""
1527
 
1528
+ #: product_list.php:400
1529
  msgid ""
1530
  "Add testimonials and feedbacks from your customers to WordPress website "
1531
  "posts, pages, and widgets."
1532
  msgstr ""
1533
 
1534
+ #: product_list.php:407
1535
  msgid ""
1536
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1537
  "attendance and generate reports."
1538
  msgstr ""
1539
 
1540
+ #: product_list.php:417
1541
  msgid ""
1542
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1543
  "and pages."
1544
  msgstr ""
1545
 
1546
+ #: product_list.php:427
1547
  msgid ""
1548
  "Automatically check and update WordPress website core with all installed "
1549
  "plugins and themes to the latest versions."
1550
  msgstr ""
1551
 
1552
+ #: product_list.php:437
1553
  msgid ""
1554
  "Powerful user role management plugin for WordPress website. Create, edit, "
1555
  "copy, and delete user roles."
1556
  msgstr ""
1557
 
1558
+ #: product_list.php:447
1559
  msgid ""
1560
  "Display live count of online visitors who are currently browsing your "
1561
  "WordPress website."
1562
  msgstr ""
1563
 
1564
+ #: product_list.php:457
1565
  msgid ""
1566
  "Backup and export Zendesk Help Center content automatically to your "
1567
  "WordPress website database."
1568
  msgstr ""
1569
 
1570
+ #~ msgid "Congratulations! Pro Membership license is activated successfully."
1571
+ #~ msgstr ""
1572
+ #~ "Félicitations! La version PRO de cette extension a été activée avec "
1573
+ #~ "succès."
1574
+
1575
+ #~ msgid "Email with system info is sent to"
1576
+ #~ msgstr "Le courriel avec les informations système est envoyé à"
1577
+
1578
+ #~ msgid "Browse Free WordPress Themes"
1579
+ #~ msgstr "Parcourir les thèmes gratuits pour WordPress"
1580
+
1581
+ #~ msgid ""
1582
+ #~ "You can use one license of the Pro plugin for one domain only. Please "
1583
+ #~ "check and edit your license or domain if necessary using you personal "
1584
+ #~ "Client Area. We strongly recommend you to solve the problem within 24 "
1585
+ #~ "hours, otherwise the Pro plugin will be deactivated."
1586
+ #~ msgstr ""
1587
+ #~ "Vous ne pouvez utilisez qu'une licence de la version Pro de l'extension "
1588
+ #~ "pour un seul domaine. Merci de vérifier et de modifier votre licence ou "
1589
+ #~ "votre domaine si nécessaire en utilisant votre zone client. Nous vous "
1590
+ #~ "recommandons de résoudre ce problème dans les 24 heures, sinon "
1591
+ #~ "l'extension sera rendue inactive."
1592
+
1593
+ #~ msgid "Insert"
1594
+ #~ msgstr "Insérer"
1595
+
1596
  #~ msgid "Advertisement"
1597
  #~ msgstr "Publicité"
1598
 
1611
  #~ msgid "Utilities"
1612
  #~ msgstr "Utilitaires"
1613
 
 
 
 
1614
  #~ msgid "Thank you for installing"
1615
  #~ msgstr "Merci d'avoir installé"
1616
 
bws_menu/languages/bestwebsoft-id_ID.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-id_ID.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-06-08 11:25+0300\n"
6
- "PO-Revision-Date: 2017-06-08 11:25+0300\n"
7
  "Last-Translator: Jordan Silaen <jordan.silaen@chameleonjohn.com>\n"
8
  "Language-Team: chameleonjohn.com <jordan.silaen@chameleonjohn.com>\n"
9
  "Language: id\n"
@@ -17,11 +17,11 @@ msgstr ""
17
  "X-Generator: Poedit 1.8.7.1\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: bws_functions.php:72 bws_functions.php:190
21
  msgid "requires"
22
  msgstr "membutuhkan"
23
 
24
- #: bws_functions.php:74
25
  msgid ""
26
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
27
  "try again."
@@ -29,60 +29,61 @@ msgstr ""
29
  "atau lebih tinggi, itu sebabnya telah dinonaktifkan! Silakan upgrade "
30
  "WordPress dan coba lagi."
31
 
32
- #: bws_functions.php:75
33
  msgid "Back to the WordPress"
34
  msgstr "Kembali ke WordPress"
35
 
36
- #: bws_functions.php:77
37
  msgid "Plugins page"
38
  msgstr "halaman plugin"
39
 
40
- #: bws_functions.php:91
41
  msgid "Like the plugin?"
42
  msgstr "Seperti plugin?"
43
 
44
  #: bws_functions.php:93
 
 
 
 
 
45
  msgid "Rate it"
46
  msgstr "Menilai itu"
47
 
48
- #: bws_functions.php:102
49
  msgid "Need help?"
50
  msgstr "Butuh bantuan?"
51
 
52
- #: bws_functions.php:103 bws_functions.php:907 class-bws-settings.php:1047
53
  msgid "Visit Help Center"
54
  msgstr "Kunjungi Pusat Bantuan"
55
 
56
- #: bws_functions.php:106
57
  msgid "Want to support the plugin?"
58
  msgstr "Ingin mendukung plugin?"
59
 
60
- #: bws_functions.php:107 bws_menu.php:553
61
  msgid "Donate"
62
  msgstr "Menyumbangkan"
63
 
64
- #: bws_functions.php:127
65
  msgid "WARNING: Illegal use notification"
66
  msgstr "PERINGATAN: Illegal penggunaan notifikasi"
67
 
68
- #: bws_functions.php:127
69
  msgid ""
70
  "You can use one license of the Pro plugin for one domain only. Please check "
71
- "and edit your license or domain if necessary using you personal Client Area. "
72
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
73
- "the Pro plugin will be deactivated."
74
  msgstr ""
75
- "Anda dapat menggunakan satu lisensi dari plugin Pro untuk satu domain saja. "
76
- "Silakan periksa dan mengedit lisensi atau domain jika perlu menggunakan Anda "
77
- "pribadi Area Klien. Kami sangat menyarankan Anda untuk memecahkan masalah "
78
- "dalam waktu 24 jam, dinyatakan plugin Pro akan dinonaktifkan."
79
 
80
- #: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
81
- #: class-bws-settings.php:143
82
  msgid "Learn More"
83
  msgstr "Belajarlah lagi"
84
 
85
- #: bws_functions.php:144
86
  msgid ""
87
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
88
  "you should buy a Pro license"
@@ -90,7 +91,7 @@ msgstr ""
90
  "Perhatikan: lisensi Percobaan Pro Anda telah kedaluwarsa. Untuk terus "
91
  "menggunakan plugin, Anda harus membeli lisensi Pro"
92
 
93
- #: bws_functions.php:146
94
  msgid ""
95
  "Your license has expired. To continue getting top-priority support and "
96
  "plugin updates, you should extend it."
@@ -98,24 +99,24 @@ msgstr ""
98
  "lisensi Anda telah berakhir. Untuk terus mendapatkan dukungan top-prioritas "
99
  "dan update Plugin, Anda harus memperpanjang."
100
 
101
- #: bws_functions.php:146 bws_functions.php:382 deprecated.php:584
102
  msgid "Learn more"
103
  msgstr "Belajarlah lagi"
104
 
105
- #: bws_functions.php:164
106
  #, php-format
107
  msgid "Notice: You are using the Pro Trial license of %s plugin."
108
  msgstr "Perhatikan: Anda menggunakan lisensi Percobaan Pro dari %s Plugin."
109
 
110
- #: bws_functions.php:166
111
  msgid "Notice: You are using the Pro Trial license of plugin."
112
  msgstr "Perhatikan: Anda menggunakan lisensi Percobaan Pro plugin."
113
 
114
- #: bws_functions.php:169
115
  msgid "The Pro Trial license will expire on"
116
  msgstr "Lisensi Percobaan Pro akan berakhir pada"
117
 
118
- #: bws_functions.php:192
119
  msgid ""
120
  "or higher! We do not guarantee that our plugin will work correctly. Please "
121
  "upgrade to WordPress latest version."
@@ -123,73 +124,73 @@ msgstr ""
123
  "atau lebih tinggi! Kami tidak menjamin bahwa plugin kami akan bekerja dengan "
124
  "benar. Silakan upgrade ke WordPress versi terbaru."
125
 
126
- #: bws_functions.php:207
127
  #, php-format
128
  msgid "Thank you for installing %s plugin!"
129
  msgstr ""
130
 
131
- #: bws_functions.php:208
132
  msgid "Let's get started"
133
  msgstr "Mari kita mulai"
134
 
135
- #: bws_functions.php:209 bws_functions.php:242 bws_menu.php:557
136
- #: bws_menu.php:559
137
  msgid "Settings"
138
  msgstr "pengaturan"
139
 
140
- #: bws_functions.php:211 bws_menu.php:328 class-bws-settings.php:736
141
- #: class-bws-settings.php:1049 class-bws-settings.php:1059 deprecated.php:694
142
  msgid "or"
143
  msgstr "atau"
144
 
145
- #: bws_functions.php:212 bws_functions.php:244
146
  msgid "Add New"
147
  msgstr "Tambah baru"
148
 
149
- #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
150
- #: bws_functions.php:378 bws_functions.php:480
151
  msgid "Close notice"
152
  msgstr "Tutup pemberitahuan"
153
 
154
- #: bws_functions.php:231
155
  msgid "Thank you for installing plugins by BestWebSoft!"
156
  msgstr "Terima kasih untuk menginstal plugin dengan BestWebSoft!"
157
 
158
- #: bws_functions.php:233
159
  msgid "More Details"
160
  msgstr "Keterangan lebih lanjut"
161
 
162
- #: bws_functions.php:234
163
  msgid "Less Details"
164
  msgstr "Kurang Detail"
165
 
166
- #: bws_functions.php:262
167
  msgid "Deprecated function(-s) is used on the site here:"
168
  msgstr "Fungsi usang (-s) digunakan di situs di sini:"
169
 
170
- #: bws_functions.php:276
171
  msgid ""
172
  "This function(-s) will be removed over time. Please update the product(-s)."
173
  msgstr ""
174
  "Fungsi ini (-s) akan dihapus dari waktu ke waktu. Perbarui produk (-s)."
175
 
176
- #: bws_functions.php:335
177
  msgid "It’s time to upgrade your"
178
  msgstr "Saatnya untuk meng-upgrade Anda"
179
 
180
- #: bws_functions.php:335
181
  msgid "to"
182
  msgstr "untuk"
183
 
184
- #: bws_functions.php:335
185
  msgid "version!"
186
  msgstr "versi!"
187
 
188
- #: bws_functions.php:336
189
  msgid "Extend standard plugin functionality with new great options."
190
  msgstr "Memperluas fungsi Plugin standar dengan pilihan besar baru."
191
 
192
- #: bws_functions.php:382
193
  #, php-format
194
  msgid ""
195
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
@@ -198,12 +199,12 @@ msgstr ""
198
  "Kunci lisensi untuk %s berakhir pada %s dan Anda tidak akan diberikan TOP-"
199
  "PRIORITAS DUKUNGAN atau PEMBARUAN."
200
 
201
- #: bws_functions.php:475
202
  #, php-format
203
  msgid "Thank you for choosing %s plugin!"
204
  msgstr ""
205
 
206
- #: bws_functions.php:476
207
  msgid ""
208
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
209
  "we'd love to hear about it!"
@@ -211,25 +212,25 @@ msgstr ""
211
  "Jika Anda memiliki fitur, saran atau ide yang ingin Anda lihat di plugin, "
212
  "kami akan senang mendengar tentang hal itu!"
213
 
214
- #: bws_functions.php:477
215
  msgid "Suggest a Feature"
216
  msgstr "Sarankan Fitur sebuah"
217
 
218
- #: bws_functions.php:493 class-bws-settings.php:533 class-bws-settings.php:536
219
- #: class-bws-settings.php:584 class-bws-settings.php:587
220
  msgid "Notice"
221
  msgstr "Melihat"
222
 
223
- #: bws_functions.php:493
224
  msgid "The plugin's settings have been changed."
225
  msgstr "pengaturan plugin ini telah berubah."
226
 
227
- #: bws_functions.php:494 class-bws-settings.php:182 class-bws-settings.php:202
228
- #: deprecated.php:640
229
  msgid "Save Changes"
230
  msgstr "Simpan perubahan"
231
 
232
- #: bws_functions.php:508
233
  msgid ""
234
  "You can always look at premium options by checking the \"Pro Options\" in "
235
  "the \"Misc\" tab."
@@ -237,81 +238,77 @@ msgstr ""
237
  "Anda selalu dapat melihat pilihan premium dengan memeriksa \\ \"Pro Options "
238
  "\" di \\ tab \"Misc \"."
239
 
240
- #: bws_functions.php:629
241
  msgid "Add BWS Shortcode"
242
  msgstr ""
243
 
244
- #: bws_functions.php:630
245
  msgid "Add BWS Plugins Shortcode"
246
  msgstr "Tambahkan BWS Plugin pendek"
247
 
248
- #: bws_functions.php:649
249
  msgid "Add shortcode"
250
  msgstr "Tambahkan shortcode"
251
 
252
- #: bws_functions.php:649
253
  msgid "Add BestWebSoft plugins' shortcodes using this button."
254
  msgstr "Tambahkan shortcode BestWebSoft plugin 'menggunakan tombol ini."
255
 
256
- #: bws_functions.php:695
257
  msgid "Close"
258
  msgstr "Dekat"
259
 
260
- #: bws_functions.php:787
261
  msgid "Are you sure you want to restore default settings?"
262
  msgstr "Apakah Anda yakin ingin mengembalikan pengaturan default?"
263
 
264
- #: bws_functions.php:790
265
  msgid "Yes, restore all settings"
266
  msgstr "Ya, mengembalikan semua pengaturan"
267
 
268
- #: bws_functions.php:791
269
  msgid "No, go back to the settings page"
270
  msgstr "Tidak, kembali ke halaman pengaturan"
271
 
272
- #: bws_functions.php:833
273
  msgid "Plugin"
274
  msgstr "Plugin"
275
 
276
- #: bws_functions.php:842
277
  msgid "Shortcode settings"
278
  msgstr "pengaturan shortcode"
279
 
280
- #: bws_functions.php:847
281
  msgid "The shortcode will be inserted"
282
  msgstr "shortcode akan dimasukkan"
283
 
284
- #: bws_functions.php:852
285
- msgid "Insert"
286
- msgstr "Memasukkan"
287
-
288
- #: bws_functions.php:912
289
  msgid "FAQ"
290
  msgstr "FAQ"
291
 
292
- #: bws_functions.php:918
293
  msgid "For more information:"
294
  msgstr "Untuk informasi lebih lanjut:"
295
 
296
- #: bws_functions.php:919
297
  msgid "Documentation"
298
  msgstr "Dokumentasi"
299
 
300
- #: bws_functions.php:920
301
  msgid "Video Instructions"
302
  msgstr "Petunjuk Video"
303
 
304
- #: bws_functions.php:921
305
  msgid "Submit a Request"
306
  msgstr "Mengajukan permohonan"
307
 
308
- #: bws_menu.php:101 class-bws-settings.php:781 deprecated.php:322
309
  msgid "Wrong license key"
310
  msgstr "kunci lisensi yang salah"
311
 
312
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
313
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
314
- #: deprecated.php:352
315
  msgid ""
316
  "Something went wrong. Please try again later. If the error appears again, "
317
  "please contact us"
@@ -319,14 +316,14 @@ msgstr ""
319
  "Ada yang salah. Silakan coba lagi nanti. Jika kesalahan muncul lagi, "
320
  "silahkan hubungi kami"
321
 
322
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
323
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
324
- #: deprecated.php:352
325
  msgid "We are sorry for inconvenience."
326
  msgstr "Kami mohon maaf atas ketidaknyamanan."
327
 
328
- #: bws_menu.php:128 class-bws-settings.php:813 class-bws-settings.php:916
329
- #: deprecated.php:139 deprecated.php:358
330
  msgid "Wrong license key."
331
  msgstr "kunci lisensi yang salah."
332
 
@@ -342,11 +339,11 @@ msgstr ""
342
  msgid "Log in"
343
  msgstr "Masuk"
344
 
345
- #: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
346
  msgid "Unfortunately, you have exceeded the number of available tries per day."
347
  msgstr "Sayangnya, Anda telah melebihi jumlah mencoba tersedia per hari."
348
 
349
- #: bws_menu.php:134 class-bws-settings.php:922 deprecated.php:364
350
  #, php-format
351
  msgid ""
352
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -355,7 +352,7 @@ msgstr ""
355
  "Sayangnya, lisensi Anda telah kedaluwarsa. Untuk terus mendapatkan dukungan "
356
  "top-prioritas dan Plugin update, Anda harus memperpanjang di Anda %s"
357
 
358
- #: bws_menu.php:136 class-bws-settings.php:924 deprecated.php:366
359
  msgid ""
360
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
361
  "Trial license can be installed only once."
@@ -363,19 +360,19 @@ msgstr ""
363
  "Sayangnya, lisensi Pro sudah dipasang untuk domain ini. Lisensi Percobaan "
364
  "Pro dapat diinstal hanya sekali."
365
 
366
- #: bws_menu.php:142 class-bws-settings.php:828 deprecated.php:153
367
  msgid "The license key is valid."
368
  msgstr "Kunci lisensi berlaku."
369
 
370
- #: bws_menu.php:144 class-bws-settings.php:831 deprecated.php:156
371
  msgid "Your license will expire on"
372
  msgstr "lisensi Anda akan berakhir pada"
373
 
374
  #: bws_menu.php:146
375
- msgid "Congratulations! Pro Membership license is activated successfully."
376
- msgstr "Selamat! lisensi Keanggotaan Pro berhasil diaktifkan."
377
 
378
- #: bws_menu.php:153 class-bws-settings.php:996 deprecated.php:435
379
  msgid ""
380
  "Something went wrong. Try again later or upload the plugin manually. We are "
381
  "sorry for inconvenience."
@@ -529,67 +526,68 @@ msgstr "Plugin tidak aktif"
529
  msgid "Please enter a valid email address."
530
  msgstr "Silakan isi alamat email."
531
 
532
- #: bws_menu.php:264
533
- msgid "Email with system info is sent to"
534
- msgstr "Email dengan info sistem dikirim ke"
 
535
 
536
- #: bws_menu.php:268
537
  msgid "Thank you for contacting us."
538
  msgstr "Terima kasih sudah menghubungi kami."
539
 
540
- #: bws_menu.php:291
541
  msgid "Sorry, email message could not be delivered."
542
  msgstr "Maaf, pesan email tidak dapat disampaikan."
543
 
544
- #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
545
  msgid "Plugins"
546
  msgstr "plugin"
547
 
548
- #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
549
  msgid "Themes"
550
  msgstr "tema"
551
 
552
- #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
553
  msgid "System status"
554
  msgstr "Status sistem"
555
 
556
- #: bws_menu.php:317
557
  msgid "Support"
558
  msgstr "Mendukung"
559
 
560
- #: bws_menu.php:318
561
  msgid "Manage purchased licenses & subscriptions"
562
  msgstr "Mengelola membeli lisensi & langganan"
563
 
564
- #: bws_menu.php:326
565
  #, php-format
566
  msgid "Get Access to %s+ Premium Plugins"
567
  msgstr "Dapatkan Akses ke %s + Premium Plugin"
568
 
569
- #: bws_menu.php:328
570
  msgid "Subscribe to Pro Membership"
571
  msgstr "Berlangganan Pro Keanggotaan"
572
 
573
- #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:749
574
  #: deprecated.php:227
575
  msgid "Check license key"
576
  msgstr "Periksa kunci lisensi"
577
 
578
- #: bws_menu.php:339
579
  msgid "Enter your license key"
580
  msgstr "Masukkan kunci lisensi Anda"
581
 
582
- #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
583
- #: class-bws-settings.php:728 deprecated.php:259 deprecated.php:267
584
- #: deprecated.php:629 deprecated.php:700 deprecated.php:709
585
  msgid "Activate"
586
  msgstr "Mengaktifkan"
587
 
588
- #: bws_menu.php:361
589
  msgid "Upload Plugin"
590
  msgstr "Upload Plugin"
591
 
592
- #: bws_menu.php:365
593
  #, php-format
594
  msgid ""
595
  "The plugin generated %d characters of <strong>unexpected output</strong> "
@@ -602,7 +600,7 @@ msgstr ""
602
  "# 8221; pesan, masalah dengan feed sindikasi atau masalah lain, coba "
603
  "menonaktifkan atau menghapus plugin ini."
604
 
605
- #: bws_menu.php:367
606
  msgid ""
607
  "Plugin could not be activated because it triggered a <strong>fatal error</"
608
  "strong>."
@@ -610,38 +608,36 @@ msgstr ""
610
  "Plugin tidak dapat diaktifkan karena memicu <strong> kesalahan fatal </ "
611
  "strong>."
612
 
613
- #: bws_menu.php:370
614
  msgid "Plugin <strong>activated</strong>."
615
  msgstr "Plugin <strong> diaktifkan </ strong>."
616
 
617
- #: bws_menu.php:377
618
  msgid "Installing Plugin"
619
  msgstr "Instalasi Plugin"
620
 
621
- #: bws_menu.php:383
622
  msgid "Downloading install package from"
623
  msgstr "Men-download menginstal paket dari"
624
 
625
- #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
626
- #: class-bws-settings.php:948 class-bws-settings.php:970
627
- #: class-bws-settings.php:992 deprecated.php:387 deprecated.php:409
628
- #: deprecated.php:431
629
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
630
  msgstr "Gagal mengunduh arsip zip. Silakan, upload plugin secara manual"
631
 
632
- #: bws_menu.php:408
633
  msgid "Unpacking the package"
634
  msgstr "Membuka paket"
635
 
636
- #: bws_menu.php:413 bws_menu.php:421
637
  msgid "Installing the plugin"
638
  msgstr "Instalasi plugin"
639
 
640
- #: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
641
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
642
  msgstr "Gagal membuka arsip zip. Silakan, upload plugin secara manual"
643
 
644
- #: bws_menu.php:424 class-bws-settings.php:966 deprecated.php:405
645
  msgid ""
646
  "Your server does not support either ZipArchive or Phar. Please, upload the "
647
  "plugin manually"
@@ -649,157 +645,157 @@ msgstr ""
649
  "server Anda tidak mendukung baik ZipArchive atau Phar. Silakan, upload "
650
  "plugin secara manual"
651
 
652
- #: bws_menu.php:427
653
  #, php-format
654
  msgid "The plugin %s is successfully installed."
655
  msgstr "Plugin %s berhasil diinstal."
656
 
657
- #: bws_menu.php:434 class-bws-settings.php:973 deprecated.php:412
658
  msgid "UploadDir is not writable. Please, upload the plugin manually"
659
  msgstr "UploadDir tidak dapat ditulis. Silakan, upload plugin secara manual"
660
 
661
- #: bws_menu.php:439
662
  msgid "Activate Plugin"
663
  msgstr "Aktifkan Plugin"
664
 
665
- #: bws_menu.php:439 bws_menu.php:445
666
  msgid "Return to BestWebSoft Panel"
667
  msgstr "Kembali ke BestWebSoft Panel"
668
 
669
- #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
670
  msgid "All"
671
  msgstr "Semua"
672
 
673
- #: bws_menu.php:450 bws_menu.php:650
674
  msgid "Installed"
675
  msgstr "dipasang"
676
 
677
- #: bws_menu.php:451
678
  msgid "Not Installed"
679
  msgstr "Tidak terpasang"
680
 
681
- #: bws_menu.php:457
682
  msgid "Filter results"
683
  msgstr "Filter hasil"
684
 
685
- #: bws_menu.php:460 bws_menu.php:589
686
  msgid "Category"
687
  msgstr "Kategori"
688
 
689
- #: bws_menu.php:524
690
  msgid "Not installed"
691
  msgstr "Tidak terpasang"
692
 
693
- #: bws_menu.php:528
694
  msgid "Renew to get updates"
695
  msgstr "Renew untuk mendapatkan update"
696
 
697
- #: bws_menu.php:531
698
  #, php-format
699
  msgid "Update to v %s"
700
  msgstr "Update untuk v %s"
701
 
702
- #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
703
  msgid "Install Now"
704
  msgstr "Pasang sekarang"
705
 
706
- #: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
707
  msgid "Upgrade to Pro"
708
  msgstr "Upgrade ke yang lebih baik"
709
 
710
- #: bws_menu.php:563 bws_menu.php:572
711
  msgid "Activate this plugin"
712
  msgstr "Aktifkan plugin ini"
713
 
714
- #: bws_menu.php:575
715
  msgid "Install this plugin"
716
  msgstr "Menginstal plugin ini"
717
 
718
- #: bws_menu.php:584
719
  msgid "Nothing found. Try another criteria."
720
  msgstr "Tidak ada yang ditemukan. Coba kriteria lain."
721
 
722
- #: bws_menu.php:621 bws_menu.php:641
723
  #, php-format
724
  msgid "By %s"
725
  msgstr "Oleh %s"
726
 
727
- #: bws_menu.php:648
728
  msgid "Already Installed"
729
  msgstr "sudah Dipasang"
730
 
731
- #: bws_menu.php:659
732
- msgid "Browse Free WordPress Themes"
733
- msgstr "Isi Gratis WordPress Themes"
734
 
735
- #: bws_menu.php:668
736
  msgid "Send to support"
737
  msgstr "Kirim untuk mendukung"
738
 
739
- #: bws_menu.php:675
740
  msgid "Send to custom email &#187;"
741
  msgstr "Kirim ke email khusus & # 187;"
742
 
743
- #: class-bws-settings.php:135
744
  msgid "Information"
745
  msgstr "Informasi"
746
 
747
- #: class-bws-settings.php:143
748
  msgid "Inactive"
749
  msgstr "non-aktif"
750
 
751
- #: class-bws-settings.php:151
752
  msgid "Expired"
753
  msgstr "kedaluwarsa"
754
 
755
- #: class-bws-settings.php:154
756
  #, php-format
757
  msgid "%s day(-s) left"
758
  msgstr "%s hari (-s) kiri"
759
 
760
- #: class-bws-settings.php:160
761
  #, php-format
762
  msgid "Expired on %s"
763
  msgstr "Berakhir pada %s"
764
 
765
- #: class-bws-settings.php:160
766
  msgid "Renew Now"
767
  msgstr "Perbarui sekarang"
768
 
769
- #: class-bws-settings.php:162
770
  msgid "Active"
771
  msgstr "Aktif"
772
 
773
- #: class-bws-settings.php:167
774
  msgid "License"
775
  msgstr "Lisensi"
776
 
777
- #: class-bws-settings.php:170
778
  msgid "Status"
779
  msgstr "Status"
780
 
781
- #: class-bws-settings.php:174
782
  msgid "Version"
783
  msgstr "Versi"
784
 
785
- #: class-bws-settings.php:282
786
  msgid "All plugin settings were restored."
787
  msgstr "Semua pengaturan Plugin dipulihkan."
788
 
789
- #: class-bws-settings.php:420
790
  msgid "Custom Code"
791
  msgstr "Kode kustom"
792
 
793
- #: class-bws-settings.php:424 deprecated.php:497
794
  msgid "You do not have sufficient permissions to edit plugins for this site."
795
  msgstr ""
796
  "Anda tidak memiliki cukup izin untuk menyunting plugin untuk situs ini."
797
 
798
- #: class-bws-settings.php:429 deprecated.php:618
799
  msgid "These styles will be added to the header on all pages of your site."
800
  msgstr "Gaya ini akan ditambahkan ke header pada semua halaman situs Anda."
801
 
802
- #: class-bws-settings.php:432 deprecated.php:620
803
  #, php-format
804
  msgid ""
805
  "This PHP code will be hooked to the %s action and will be printed on front "
@@ -808,11 +804,11 @@ msgstr ""
808
  "Kode PHP ini akan ketagihan untuk %s tindakan dan akan dicetak pada ujung "
809
  "depan saja."
810
 
811
- #: class-bws-settings.php:435
812
  msgid "These code will be added to the header on all pages of your site."
813
  msgstr "Kode ini akan ditambahkan ke header pada semua halaman situs Anda."
814
 
815
- #: class-bws-settings.php:443 deprecated.php:644
816
  #, php-format
817
  msgid ""
818
  "You need to make this files writable before you can save your changes. See "
@@ -821,25 +817,25 @@ msgstr ""
821
  "Anda perlu membuat file ini ditulis sebelum Anda dapat menyimpan perubahan. "
822
  "Lihat %s Codex %s untuk informasi lebih lanjut."
823
 
824
- #: class-bws-settings.php:453 deprecated.php:626
825
  msgid "Browsing"
826
  msgstr "Browsing"
827
 
828
- #: class-bws-settings.php:457
829
  #, php-format
830
  msgid "Activate custom %s code."
831
  msgstr "Aktifkan kustom %s kode."
832
 
833
- #: class-bws-settings.php:464 deprecated.php:633
834
  #, php-format
835
  msgid "Learn more about %s"
836
  msgstr "Pelajari lebih lanjut tentang %s"
837
 
838
- #: class-bws-settings.php:524
839
  msgid "Miscellaneous Settings"
840
  msgstr "Pengaturan Miscellaneous"
841
 
842
- #: class-bws-settings.php:533 class-bws-settings.php:584
843
  #, php-format
844
  msgid ""
845
  "It is prohibited to change %s settings on this site in the %s network "
@@ -847,74 +843,74 @@ msgid ""
847
  msgstr ""
848
  "Dilarang mengubah %s pengaturan di situs ini di %s pengaturan jaringan."
849
 
850
- #: class-bws-settings.php:536 class-bws-settings.php:587
851
  #, php-format
852
  msgid ""
853
  "It is prohibited to view %s settings on this site in the %s network settings."
854
  msgstr "Dilarang melihat %s pengaturan di situs ini di %s pengaturan jaringan."
855
 
856
- #: class-bws-settings.php:545
857
  msgid "Pro Options"
858
  msgstr "Pro Pilihan"
859
 
860
- #: class-bws-settings.php:548
861
  msgid "Enable to display plugin Pro options."
862
  msgstr "Memungkinkan untuk menampilkan opsi Pro Plugin."
863
 
864
- #: class-bws-settings.php:553
865
  msgid "Track Usage"
866
  msgstr "track Penggunaan"
867
 
868
- #: class-bws-settings.php:556
869
  msgid ""
870
  "Enable to allow tracking plugin usage anonymously in order to make it better."
871
  msgstr ""
872
  "Aktifkan untuk memungkinkan pelacakan penggunaan Plugin anonim untuk "
873
  "membuatnya lebih baik."
874
 
875
- #: class-bws-settings.php:560
876
  msgid "Default Settings"
877
  msgstr "Pengaturan default"
878
 
879
- #: class-bws-settings.php:562
880
  msgid "Restore Settings"
881
  msgstr "Kembalikan Pengaturan"
882
 
883
- #: class-bws-settings.php:563
884
  msgid "This will restore plugin settings to defaults."
885
  msgstr "Ini akan mengembalikan pengaturan plugin untuk default."
886
 
887
- #: class-bws-settings.php:575
888
  msgid "Import / Export"
889
  msgstr "Ekspor Impor"
890
 
891
- #: class-bws-settings.php:691 class-bws-settings.php:724
892
- #: class-bws-settings.php:746
893
  msgid "License Key"
894
  msgstr "Kunci lisensi"
895
 
896
- #: class-bws-settings.php:714
897
  msgid "Congratulations! Pro license is activated successfully."
898
  msgstr "Selamat! lisensi Pro berhasil diaktifkan."
899
 
900
- #: class-bws-settings.php:715
901
  #, php-format
902
  msgid "You will be automatically redirected to the %s in %s seconds."
903
  msgstr ""
904
 
905
- #: class-bws-settings.php:715
906
  msgid "Settings page"
907
  msgstr "halaman pengaturan"
908
 
909
- #: class-bws-settings.php:730
910
  #, php-format
911
  msgid "Enter your license key to activate %s and get premium plugin features."
912
  msgstr ""
913
  "Masukkan kunci lisensi Anda untuk mengaktifkan %s dan mendapatkan fitur "
914
  "Plugin premium."
915
 
916
- #: class-bws-settings.php:733 class-bws-settings.php:920 deprecated.php:362
917
- #: deprecated.php:703
918
  msgid ""
919
  "Unfortunately, you have exceeded the number of available tries per day. "
920
  "Please, upload the plugin manually."
@@ -922,12 +918,12 @@ msgstr ""
922
  "Sayangnya, Anda telah melebihi jumlah mencoba tersedia per hari. Silakan, "
923
  "upload plugin secara manual."
924
 
925
- #: class-bws-settings.php:736 deprecated.php:694
926
  #, php-format
927
  msgid "Start Your Free %s-Day Trial Now"
928
  msgstr "Mulai Anda gratis %s -Day Percobaan Sekarang"
929
 
930
- #: class-bws-settings.php:751
931
  msgid ""
932
  "If necessary, you can check if the license key is correct or reenter it in "
933
  "the field below."
@@ -935,15 +931,15 @@ msgstr ""
935
  "Jika perlu, Anda dapat memeriksa apakah kunci lisensi benar atau masuk "
936
  "kembali ke dalam bidang di bawah."
937
 
938
- #: class-bws-settings.php:756
939
  msgid "Manage License Settings"
940
  msgstr "Kelola Setelan License"
941
 
942
- #: class-bws-settings.php:758
943
  msgid "Login to Client Area"
944
  msgstr "Login ke Area Klien"
945
 
946
- #: class-bws-settings.php:760
947
  msgid ""
948
  "Manage active licenses, download BWS products, and view your payment history "
949
  "using BestWebSoft Client Area."
@@ -951,12 +947,12 @@ msgstr ""
951
  "Mengelola lisensi aktif, men-download produk BWS, dan melihat riwayat "
952
  "pembayaran Anda menggunakan BestWebSoft Client Area."
953
 
954
- #: class-bws-settings.php:815 class-bws-settings.php:918 deprecated.php:141
955
- #: deprecated.php:360
956
  msgid "This license key is bound to another site."
957
  msgstr "kunci lisensi ini terikat ke situs lain."
958
 
959
- #: class-bws-settings.php:817 deprecated.php:143
960
  msgid ""
961
  "This license key is valid, but Your license has expired. If you want to "
962
  "update our plugin in future, you should extend the license."
@@ -965,11 +961,11 @@ msgstr ""
965
  "ingin memperbarui plugin kami di masa depan, Anda harus memperpanjang "
966
  "lisensi."
967
 
968
- #: class-bws-settings.php:819 deprecated.php:145
969
  msgid "Unfortunately, you have exceeded the number of available tries."
970
  msgstr "Sayangnya, Anda telah melebihi jumlah mencoba tersedia."
971
 
972
- #: class-bws-settings.php:821 deprecated.php:147
973
  msgid ""
974
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
975
  "The Pro Trial license can be installed only once."
@@ -977,37 +973,159 @@ msgstr ""
977
  "Sayangnya, lisensi Percobaan Pro sudah dipasang untuk domain ini. Lisensi "
978
  "Percobaan Pro dapat diinstal hanya sekali."
979
 
980
- #: class-bws-settings.php:826 deprecated.php:151
981
  msgid "The Pro Trial license key is valid."
982
  msgstr "Kunci lisensi Percobaan Pro berlaku."
983
 
984
- #: class-bws-settings.php:834 deprecated.php:159 deprecated.php:246
985
  #, php-format
986
  msgid ""
987
  "In order to continue using the plugin it is necessary to buy a %s license."
988
  msgstr ""
989
  "Dalam rangka untuk terus menggunakan plugin perlu untuk membeli %s lisensi."
990
 
991
- #: class-bws-settings.php:1031 deprecated.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
992
  msgid "Please, enter Your license key"
993
  msgstr "Silakan, masukkan kunci lisensi Anda"
994
 
995
- #: class-bws-settings.php:1043
996
  msgid "Need Help?"
997
  msgstr "Butuh bantuan?"
998
 
999
- #: class-bws-settings.php:1045
1000
  msgid "Read the Instruction"
1001
  msgstr "Baca Instruksi"
1002
 
1003
- #: class-bws-settings.php:1049
1004
  msgid "Watch the Video"
1005
  msgstr "Saksikan Video"
1006
 
1007
- #: class-bws-settings.php:1060
1008
  msgid "Start Your Free Trial"
1009
  msgstr "Mulai Uji Coba Gratis"
1010
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1011
  #: deprecated.php:93
1012
  msgid "System Status"
1013
  msgstr "Status sistem"
@@ -1034,80 +1152,80 @@ msgstr ""
1034
  "(Nama pengguna adalah alamat email yang ditentukan selama pembelian). Jika "
1035
  "perlu, silahkan pilih \\ \"Kehilangan kata sandi Anda? \" Permintaan."
1036
 
1037
- #: deprecated.php:247
1038
  msgid "After that, you can activate it by entering your license key."
1039
  msgstr ""
1040
  "Setelah itu, Anda dapat mengaktifkannya dengan memasukkan kunci lisensi Anda."
1041
 
1042
- #: deprecated.php:249 deprecated.php:688
1043
  msgid "License key can be found in the"
1044
  msgstr "kunci lisensi dapat ditemukan di"
1045
 
1046
- #: deprecated.php:251 deprecated.php:690
1047
  msgid "(your username is the email address specified during the purchase)."
1048
  msgstr "(Nama pengguna adalah alamat email yang ditentukan selama pembelian)."
1049
 
1050
- #: deprecated.php:278
1051
  msgid ""
1052
  "Congratulations! The Pro license of the plugin is activated successfully."
1053
  msgstr "Selamat! Lisensi Pro plugin tersebut berhasil diaktifkan."
1054
 
1055
- #: deprecated.php:280 deprecated.php:669
1056
  msgid "Please, go to"
1057
  msgstr "Tolong, pergi ke"
1058
 
1059
- #: deprecated.php:280 deprecated.php:669
1060
  msgid "the setting page"
1061
  msgstr "halaman pengaturan"
1062
 
1063
- #: deprecated.php:281 deprecated.php:670
1064
  msgid "You will be redirected automatically in 5 seconds."
1065
  msgstr "Anda akan diarahkan secara otomatis dalam 5 detik."
1066
 
1067
- #: deprecated.php:315
1068
  msgid "Check premium options on the plugin settings page!"
1069
  msgstr "Periksa pilihan premium di halaman pengaturan plugin!"
1070
 
1071
- #: deprecated.php:478
1072
  msgid "Restore all plugin settings to defaults"
1073
  msgstr "Mengembalikan semua pengaturan plugin untuk default"
1074
 
1075
- #: deprecated.php:480
1076
  msgid "Restore settings"
1077
  msgstr "mengembalikan pengaturan"
1078
 
1079
- #: deprecated.php:548 deprecated.php:575
1080
  #, php-format
1081
  msgid "File %s edited successfully."
1082
  msgstr "File %s berhasil diedit."
1083
 
1084
- #: deprecated.php:550 deprecated.php:577
1085
  msgid "Not enough permissions to create or update the file"
1086
  msgstr "Tidak cukup izin untuk membuat atau memperbarui file"
1087
 
1088
- #: deprecated.php:580
1089
  msgid "Not enough permissions to create the file"
1090
  msgstr "Tidak cukup izin untuk membuat file"
1091
 
1092
- #: deprecated.php:624
1093
  msgid "Editing"
1094
  msgstr "editing"
1095
 
1096
- #: deprecated.php:667
1097
  msgid ""
1098
  "Congratulations! Pro version of the plugin is installed and activated "
1099
  "successfully."
1100
  msgstr "Selamat! Versi Pro plugin diinstal dan diaktifkan berhasil."
1101
 
1102
- #: deprecated.php:677
1103
  msgid "Show Pro features"
1104
  msgstr "Tampilkan fitur Pro"
1105
 
1106
- #: deprecated.php:684
1107
  msgid "Enter your license key to install and activate"
1108
  msgstr "Masukkan kunci lisensi Anda untuk menginstal dan mengaktifkan"
1109
 
1110
- #: deprecated.php:686
1111
  msgid "version of the plugin."
1112
  msgstr "versi plugin."
1113
 
@@ -1148,8 +1266,7 @@ msgid "SMM"
1148
  msgstr ""
1149
 
1150
  #: product_list.php:22
1151
- msgid ""
1152
- "Protect WordPress website forms from spam entries by means of math logic."
1153
  msgstr ""
1154
 
1155
  #: product_list.php:32
@@ -1189,250 +1306,262 @@ msgstr ""
1189
 
1190
  #: product_list.php:103
1191
  msgid ""
1192
- "Automatically add outgoing email messages to queue instead of sending them "
1193
- "immediately."
1194
- msgstr ""
1195
-
1196
- #: product_list.php:110
1197
- msgid ""
1198
  "Get latest error log messages to diagnose website problems. Define and fix "
1199
  "issues faster."
1200
  msgstr ""
1201
 
1202
- #: product_list.php:117
1203
  msgid ""
1204
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1205
  "widgets."
1206
  msgstr ""
1207
 
1208
- #: product_list.php:127
1209
  msgid ""
1210
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1211
  "clicks."
1212
  msgstr ""
1213
 
1214
- #: product_list.php:137
1215
  msgid ""
1216
- "Add unlimited gallery categories. Organize images to make the navigation "
1217
- "through content easier."
1218
  msgstr ""
1219
 
1220
- #: product_list.php:144
1221
  msgid ""
1222
- "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1223
- "posts, pages and widgets."
1224
  msgstr ""
1225
 
1226
- #: product_list.php:154
1227
  msgid ""
1228
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1229
  "results, categories, tags, and widgets."
1230
  msgstr ""
1231
 
1232
- #: product_list.php:164
1233
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1234
  msgstr ""
1235
 
1236
- #: product_list.php:174
1237
  msgid ""
1238
  "Protect WordPress website forms from spam entries with Google Captcha "
1239
  "(reCaptcha)."
1240
  msgstr ""
1241
 
1242
- #: product_list.php:184
1243
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1244
  msgstr ""
1245
 
1246
- #: product_list.php:194
1247
  msgid ""
1248
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1249
  "your blog."
1250
  msgstr ""
1251
 
1252
- #: product_list.php:204
1253
  msgid ""
1254
  "Replace external WordPress website links with Google shortlinks and track "
1255
  "click stats."
1256
  msgstr ""
1257
 
1258
- #: product_list.php:211
1259
  msgid ""
1260
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1261
  "hostnames, etc."
1262
  msgstr ""
1263
 
1264
- #: product_list.php:221
1265
  msgid ""
1266
  "Create your personal job board and listing WordPress website. Search jobs, "
1267
  "submit CV/resumes, choose candidates."
1268
  msgstr ""
1269
 
1270
- #: product_list.php:228
1271
  msgid ""
1272
  "Protect WordPress website against brute force attacks. Limit rate of login "
1273
  "attempts."
1274
  msgstr ""
1275
 
1276
- #: product_list.php:238
1277
  msgid ""
1278
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1279
  "5 plugins included – profile, insider, etc."
1280
  msgstr ""
1281
 
1282
- #: product_list.php:248
1283
  msgid ""
1284
  "Translate WordPress website content to other languages manually. Create "
1285
  "multilingual pages, posts, widgets, menus, etc."
1286
  msgstr ""
1287
 
1288
- #: product_list.php:258
1289
  msgid ""
1290
  "Add customizable pagination to WordPress website. Split long content to "
1291
  "multiple pages for better navigation."
1292
  msgstr ""
1293
 
1294
- #: product_list.php:268
1295
  msgid ""
1296
  "Generate PDF files and print WordPress posts/pages. Customize document "
1297
  "header/footer styles and appearance."
1298
  msgstr ""
1299
 
1300
- #: product_list.php:278
1301
  msgid ""
1302
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1303
  "Profile) to WordPress posts, pages and widgets."
1304
  msgstr ""
1305
 
1306
- #: product_list.php:288
1307
  msgid ""
1308
  "Create your personal portfolio WordPress website. Manage and showcase past "
1309
  "projects to get more clients."
1310
  msgstr ""
1311
 
1312
- #: product_list.php:298
1313
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1314
  msgstr ""
1315
 
1316
- #: product_list.php:305
1317
  msgid ""
1318
  "Add extra fields to default WordPress user profile. The easiest way to "
1319
  "create and manage additional custom values."
1320
  msgstr ""
1321
 
1322
- #: product_list.php:312
1323
  msgid ""
1324
  "Add and display HTML advertisement banner on WordPress website. Customize "
1325
  "bar styles and appearance."
1326
  msgstr ""
1327
 
1328
- #: product_list.php:322
1329
  msgid ""
1330
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1331
  "widgets."
1332
  msgstr ""
1333
 
1334
- #: product_list.php:329
1335
  msgid ""
1336
  "Add rating plugin to your WordPress website to receive feedback from your "
1337
  "customers."
1338
  msgstr ""
1339
 
1340
- #: product_list.php:336
1341
  msgid ""
1342
  "Create your personal real estate WordPress website. Sell, rent and buy "
1343
  "properties. Add, search and browse listings easily."
1344
  msgstr ""
1345
 
1346
- #: product_list.php:346
1347
- msgid ""
1348
- "Attach, un-attach and re-attach media files quickly to WordPress posts and "
1349
- "pages."
1350
- msgstr ""
1351
-
1352
- #: product_list.php:353
1353
  msgid ""
1354
  "Add related, featured, latest, and popular posts to your WordPress website. "
1355
  "Connect your blog readers with a relevant content."
1356
  msgstr ""
1357
 
1358
- #: product_list.php:360
1359
  msgid ""
1360
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1361
  "settings and detailed reports."
1362
  msgstr ""
1363
 
1364
- #: product_list.php:370
1365
  msgid ""
1366
  "The best responsive slider plugin for your WordPress website. Create "
1367
  "beautifully animated slides just in a few clicks."
1368
  msgstr ""
1369
 
1370
- #: product_list.php:377
1371
  msgid ""
1372
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1373
  "Yahoo, Hotmail and other services."
1374
  msgstr ""
1375
 
1376
- #: product_list.php:384
1377
  msgid ""
1378
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1379
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1380
  msgstr ""
1381
 
1382
- #: product_list.php:394
1383
  msgid ""
1384
  "Add social media login, registration, and commenting to your WordPress "
1385
  "website."
1386
  msgstr ""
1387
 
1388
- #: product_list.php:401
1389
  msgid ""
1390
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1391
  "Collect data and subscribe your users."
1392
  msgstr ""
1393
 
1394
- #: product_list.php:411
1395
  msgid ""
1396
  "Add testimonials and feedbacks from your customers to WordPress website "
1397
  "posts, pages, and widgets."
1398
  msgstr ""
1399
 
1400
- #: product_list.php:418
1401
  msgid ""
1402
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1403
  "attendance and generate reports."
1404
  msgstr ""
1405
 
1406
- #: product_list.php:428
1407
  msgid ""
1408
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1409
  "and pages."
1410
  msgstr ""
1411
 
1412
- #: product_list.php:438
1413
  msgid ""
1414
  "Automatically check and update WordPress website core with all installed "
1415
  "plugins and themes to the latest versions."
1416
  msgstr ""
1417
 
1418
- #: product_list.php:448
1419
  msgid ""
1420
  "Powerful user role management plugin for WordPress website. Create, edit, "
1421
  "copy, and delete user roles."
1422
  msgstr ""
1423
 
1424
- #: product_list.php:458
1425
  msgid ""
1426
  "Display live count of online visitors who are currently browsing your "
1427
  "WordPress website."
1428
  msgstr ""
1429
 
1430
- #: product_list.php:468
1431
  msgid ""
1432
  "Backup and export Zendesk Help Center content automatically to your "
1433
  "WordPress website database."
1434
  msgstr ""
1435
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1436
  #~ msgid "Advertisement"
1437
  #~ msgstr "Iklan"
1438
 
@@ -1451,9 +1580,6 @@ msgstr ""
1451
  #~ msgid "Utilities"
1452
  #~ msgstr "keperluan"
1453
 
1454
- #~ msgid "Other"
1455
- #~ msgstr "Lain"
1456
-
1457
  #~ msgid "Thank you for installing"
1458
  #~ msgstr "Terima kasih untuk menginstal"
1459
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-11 16:42+0300\n"
6
+ "PO-Revision-Date: 2017-09-11 16:42+0300\n"
7
  "Last-Translator: Jordan Silaen <jordan.silaen@chameleonjohn.com>\n"
8
  "Language-Team: chameleonjohn.com <jordan.silaen@chameleonjohn.com>\n"
9
  "Language: id\n"
17
  "X-Generator: Poedit 1.8.7.1\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: bws_functions.php:73 bws_functions.php:191
21
  msgid "requires"
22
  msgstr "membutuhkan"
23
 
24
+ #: bws_functions.php:75
25
  msgid ""
26
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
27
  "try again."
29
  "atau lebih tinggi, itu sebabnya telah dinonaktifkan! Silakan upgrade "
30
  "WordPress dan coba lagi."
31
 
32
+ #: bws_functions.php:76
33
  msgid "Back to the WordPress"
34
  msgstr "Kembali ke WordPress"
35
 
36
+ #: bws_functions.php:78
37
  msgid "Plugins page"
38
  msgstr "halaman plugin"
39
 
40
+ #: bws_functions.php:92
41
  msgid "Like the plugin?"
42
  msgstr "Seperti plugin?"
43
 
44
  #: bws_functions.php:93
45
+ #, php-format
46
+ msgid "%s reviews"
47
+ msgstr ""
48
+
49
+ #: bws_functions.php:94
50
  msgid "Rate it"
51
  msgstr "Menilai itu"
52
 
53
+ #: bws_functions.php:103
54
  msgid "Need help?"
55
  msgstr "Butuh bantuan?"
56
 
57
+ #: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
58
  msgid "Visit Help Center"
59
  msgstr "Kunjungi Pusat Bantuan"
60
 
61
+ #: bws_functions.php:107
62
  msgid "Want to support the plugin?"
63
  msgstr "Ingin mendukung plugin?"
64
 
65
+ #: bws_functions.php:108 bws_menu.php:560
66
  msgid "Donate"
67
  msgstr "Menyumbangkan"
68
 
69
+ #: bws_functions.php:128
70
  msgid "WARNING: Illegal use notification"
71
  msgstr "PERINGATAN: Illegal penggunaan notifikasi"
72
 
73
+ #: bws_functions.php:128
74
  msgid ""
75
  "You can use one license of the Pro plugin for one domain only. Please check "
76
+ "and edit your license or domain if necessary using your personal Client "
77
+ "Area. We strongly recommend you to solve the problem within 24 hours, "
78
+ "otherwise the Pro plugin will be deactivated."
79
  msgstr ""
 
 
 
 
80
 
81
+ #: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
82
+ #: class-bws-settings.php:144
83
  msgid "Learn More"
84
  msgstr "Belajarlah lagi"
85
 
86
+ #: bws_functions.php:145
87
  msgid ""
88
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
89
  "you should buy a Pro license"
91
  "Perhatikan: lisensi Percobaan Pro Anda telah kedaluwarsa. Untuk terus "
92
  "menggunakan plugin, Anda harus membeli lisensi Pro"
93
 
94
+ #: bws_functions.php:147
95
  msgid ""
96
  "Your license has expired. To continue getting top-priority support and "
97
  "plugin updates, you should extend it."
99
  "lisensi Anda telah berakhir. Untuk terus mendapatkan dukungan top-prioritas "
100
  "dan update Plugin, Anda harus memperpanjang."
101
 
102
+ #: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
103
  msgid "Learn more"
104
  msgstr "Belajarlah lagi"
105
 
106
+ #: bws_functions.php:165
107
  #, php-format
108
  msgid "Notice: You are using the Pro Trial license of %s plugin."
109
  msgstr "Perhatikan: Anda menggunakan lisensi Percobaan Pro dari %s Plugin."
110
 
111
+ #: bws_functions.php:167
112
  msgid "Notice: You are using the Pro Trial license of plugin."
113
  msgstr "Perhatikan: Anda menggunakan lisensi Percobaan Pro plugin."
114
 
115
+ #: bws_functions.php:170
116
  msgid "The Pro Trial license will expire on"
117
  msgstr "Lisensi Percobaan Pro akan berakhir pada"
118
 
119
+ #: bws_functions.php:193
120
  msgid ""
121
  "or higher! We do not guarantee that our plugin will work correctly. Please "
122
  "upgrade to WordPress latest version."
124
  "atau lebih tinggi! Kami tidak menjamin bahwa plugin kami akan bekerja dengan "
125
  "benar. Silakan upgrade ke WordPress versi terbaru."
126
 
127
+ #: bws_functions.php:208
128
  #, php-format
129
  msgid "Thank you for installing %s plugin!"
130
  msgstr ""
131
 
132
+ #: bws_functions.php:210
133
  msgid "Let's get started"
134
  msgstr "Mari kita mulai"
135
 
136
+ #: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
137
+ #: bws_menu.php:566
138
  msgid "Settings"
139
  msgstr "pengaturan"
140
 
141
+ #: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
142
+ #: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
143
  msgid "or"
144
  msgstr "atau"
145
 
146
+ #: bws_functions.php:214 bws_functions.php:246
147
  msgid "Add New"
148
  msgstr "Tambah baru"
149
 
150
+ #: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
151
+ #: bws_functions.php:385 bws_functions.php:487
152
  msgid "Close notice"
153
  msgstr "Tutup pemberitahuan"
154
 
155
+ #: bws_functions.php:233
156
  msgid "Thank you for installing plugins by BestWebSoft!"
157
  msgstr "Terima kasih untuk menginstal plugin dengan BestWebSoft!"
158
 
159
+ #: bws_functions.php:235
160
  msgid "More Details"
161
  msgstr "Keterangan lebih lanjut"
162
 
163
+ #: bws_functions.php:236
164
  msgid "Less Details"
165
  msgstr "Kurang Detail"
166
 
167
+ #: bws_functions.php:264
168
  msgid "Deprecated function(-s) is used on the site here:"
169
  msgstr "Fungsi usang (-s) digunakan di situs di sini:"
170
 
171
+ #: bws_functions.php:278
172
  msgid ""
173
  "This function(-s) will be removed over time. Please update the product(-s)."
174
  msgstr ""
175
  "Fungsi ini (-s) akan dihapus dari waktu ke waktu. Perbarui produk (-s)."
176
 
177
+ #: bws_functions.php:337
178
  msgid "It’s time to upgrade your"
179
  msgstr "Saatnya untuk meng-upgrade Anda"
180
 
181
+ #: bws_functions.php:337
182
  msgid "to"
183
  msgstr "untuk"
184
 
185
+ #: bws_functions.php:337
186
  msgid "version!"
187
  msgstr "versi!"
188
 
189
+ #: bws_functions.php:338
190
  msgid "Extend standard plugin functionality with new great options."
191
  msgstr "Memperluas fungsi Plugin standar dengan pilihan besar baru."
192
 
193
+ #: bws_functions.php:389
194
  #, php-format
195
  msgid ""
196
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
199
  "Kunci lisensi untuk %s berakhir pada %s dan Anda tidak akan diberikan TOP-"
200
  "PRIORITAS DUKUNGAN atau PEMBARUAN."
201
 
202
+ #: bws_functions.php:482
203
  #, php-format
204
  msgid "Thank you for choosing %s plugin!"
205
  msgstr ""
206
 
207
+ #: bws_functions.php:483
208
  msgid ""
209
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
210
  "we'd love to hear about it!"
212
  "Jika Anda memiliki fitur, saran atau ide yang ingin Anda lihat di plugin, "
213
  "kami akan senang mendengar tentang hal itu!"
214
 
215
+ #: bws_functions.php:484
216
  msgid "Suggest a Feature"
217
  msgstr "Sarankan Fitur sebuah"
218
 
219
+ #: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
220
+ #: class-bws-settings.php:595 class-bws-settings.php:598
221
  msgid "Notice"
222
  msgstr "Melihat"
223
 
224
+ #: bws_functions.php:500
225
  msgid "The plugin's settings have been changed."
226
  msgstr "pengaturan plugin ini telah berubah."
227
 
228
+ #: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
229
+ #: deprecated.php:642
230
  msgid "Save Changes"
231
  msgstr "Simpan perubahan"
232
 
233
+ #: bws_functions.php:515
234
  msgid ""
235
  "You can always look at premium options by checking the \"Pro Options\" in "
236
  "the \"Misc\" tab."
238
  "Anda selalu dapat melihat pilihan premium dengan memeriksa \\ \"Pro Options "
239
  "\" di \\ tab \"Misc \"."
240
 
241
+ #: bws_functions.php:653
242
  msgid "Add BWS Shortcode"
243
  msgstr ""
244
 
245
+ #: bws_functions.php:654
246
  msgid "Add BWS Plugins Shortcode"
247
  msgstr "Tambahkan BWS Plugin pendek"
248
 
249
+ #: bws_functions.php:673
250
  msgid "Add shortcode"
251
  msgstr "Tambahkan shortcode"
252
 
253
+ #: bws_functions.php:673
254
  msgid "Add BestWebSoft plugins' shortcodes using this button."
255
  msgstr "Tambahkan shortcode BestWebSoft plugin 'menggunakan tombol ini."
256
 
257
+ #: bws_functions.php:729
258
  msgid "Close"
259
  msgstr "Dekat"
260
 
261
+ #: bws_functions.php:821
262
  msgid "Are you sure you want to restore default settings?"
263
  msgstr "Apakah Anda yakin ingin mengembalikan pengaturan default?"
264
 
265
+ #: bws_functions.php:824
266
  msgid "Yes, restore all settings"
267
  msgstr "Ya, mengembalikan semua pengaturan"
268
 
269
+ #: bws_functions.php:825
270
  msgid "No, go back to the settings page"
271
  msgstr "Tidak, kembali ke halaman pengaturan"
272
 
273
+ #: bws_functions.php:867
274
  msgid "Plugin"
275
  msgstr "Plugin"
276
 
277
+ #: bws_functions.php:876
278
  msgid "Shortcode settings"
279
  msgstr "pengaturan shortcode"
280
 
281
+ #: bws_functions.php:881
282
  msgid "The shortcode will be inserted"
283
  msgstr "shortcode akan dimasukkan"
284
 
285
+ #: bws_functions.php:922
 
 
 
 
286
  msgid "FAQ"
287
  msgstr "FAQ"
288
 
289
+ #: bws_functions.php:928
290
  msgid "For more information:"
291
  msgstr "Untuk informasi lebih lanjut:"
292
 
293
+ #: bws_functions.php:929
294
  msgid "Documentation"
295
  msgstr "Dokumentasi"
296
 
297
+ #: bws_functions.php:930
298
  msgid "Video Instructions"
299
  msgstr "Petunjuk Video"
300
 
301
+ #: bws_functions.php:931
302
  msgid "Submit a Request"
303
  msgstr "Mengajukan permohonan"
304
 
305
+ #: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
306
  msgid "Wrong license key"
307
  msgstr "kunci lisensi yang salah"
308
 
309
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
310
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
311
+ #: deprecated.php:353
312
  msgid ""
313
  "Something went wrong. Please try again later. If the error appears again, "
314
  "please contact us"
316
  "Ada yang salah. Silakan coba lagi nanti. Jika kesalahan muncul lagi, "
317
  "silahkan hubungi kami"
318
 
319
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
320
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
321
+ #: deprecated.php:353
322
  msgid "We are sorry for inconvenience."
323
  msgstr "Kami mohon maaf atas ketidaknyamanan."
324
 
325
+ #: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
326
+ #: deprecated.php:139 deprecated.php:359
327
  msgid "Wrong license key."
328
  msgstr "kunci lisensi yang salah."
329
 
339
  msgid "Log in"
340
  msgstr "Masuk"
341
 
342
+ #: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
343
  msgid "Unfortunately, you have exceeded the number of available tries per day."
344
  msgstr "Sayangnya, Anda telah melebihi jumlah mencoba tersedia per hari."
345
 
346
+ #: bws_menu.php:134 deprecated.php:365
347
  #, php-format
348
  msgid ""
349
  "Unfortunately, Your license has expired. To continue getting top-priority "
352
  "Sayangnya, lisensi Anda telah kedaluwarsa. Untuk terus mendapatkan dukungan "
353
  "top-prioritas dan Plugin update, Anda harus memperpanjang di Anda %s"
354
 
355
+ #: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
356
  msgid ""
357
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
358
  "Trial license can be installed only once."
360
  "Sayangnya, lisensi Pro sudah dipasang untuk domain ini. Lisensi Percobaan "
361
  "Pro dapat diinstal hanya sekali."
362
 
363
+ #: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
364
  msgid "The license key is valid."
365
  msgstr "Kunci lisensi berlaku."
366
 
367
+ #: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
368
  msgid "Your license will expire on"
369
  msgstr "lisensi Anda akan berakhir pada"
370
 
371
  #: bws_menu.php:146
372
+ msgid "Congratulations! Pro Membership license is activated successfully."
373
+ msgstr ""
374
 
375
+ #: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
376
  msgid ""
377
  "Something went wrong. Try again later or upload the plugin manually. We are "
378
  "sorry for inconvenience."
526
  msgid "Please enter a valid email address."
527
  msgstr "Silakan isi alamat email."
528
 
529
+ #: bws_menu.php:262
530
+ #, php-format
531
+ msgid "Email with system info is sent to %s."
532
+ msgstr ""
533
 
534
+ #: bws_menu.php:266
535
  msgid "Thank you for contacting us."
536
  msgstr "Terima kasih sudah menghubungi kami."
537
 
538
+ #: bws_menu.php:289
539
  msgid "Sorry, email message could not be delivered."
540
  msgstr "Maaf, pesan email tidak dapat disampaikan."
541
 
542
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
543
  msgid "Plugins"
544
  msgstr "plugin"
545
 
546
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
547
  msgid "Themes"
548
  msgstr "tema"
549
 
550
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
551
  msgid "System status"
552
  msgstr "Status sistem"
553
 
554
+ #: bws_menu.php:315
555
  msgid "Support"
556
  msgstr "Mendukung"
557
 
558
+ #: bws_menu.php:316
559
  msgid "Manage purchased licenses & subscriptions"
560
  msgstr "Mengelola membeli lisensi & langganan"
561
 
562
+ #: bws_menu.php:324
563
  #, php-format
564
  msgid "Get Access to %s+ Premium Plugins"
565
  msgstr "Dapatkan Akses ke %s + Premium Plugin"
566
 
567
+ #: bws_menu.php:326
568
  msgid "Subscribe to Pro Membership"
569
  msgstr "Berlangganan Pro Keanggotaan"
570
 
571
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
572
  #: deprecated.php:227
573
  msgid "Check license key"
574
  msgstr "Periksa kunci lisensi"
575
 
576
+ #: bws_menu.php:337
577
  msgid "Enter your license key"
578
  msgstr "Masukkan kunci lisensi Anda"
579
 
580
+ #: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
581
+ #: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
582
+ #: deprecated.php:631 deprecated.php:703 deprecated.php:712
583
  msgid "Activate"
584
  msgstr "Mengaktifkan"
585
 
586
+ #: bws_menu.php:359
587
  msgid "Upload Plugin"
588
  msgstr "Upload Plugin"
589
 
590
+ #: bws_menu.php:363
591
  #, php-format
592
  msgid ""
593
  "The plugin generated %d characters of <strong>unexpected output</strong> "
600
  "# 8221; pesan, masalah dengan feed sindikasi atau masalah lain, coba "
601
  "menonaktifkan atau menghapus plugin ini."
602
 
603
+ #: bws_menu.php:365
604
  msgid ""
605
  "Plugin could not be activated because it triggered a <strong>fatal error</"
606
  "strong>."
608
  "Plugin tidak dapat diaktifkan karena memicu <strong> kesalahan fatal </ "
609
  "strong>."
610
 
611
+ #: bws_menu.php:368
612
  msgid "Plugin <strong>activated</strong>."
613
  msgstr "Plugin <strong> diaktifkan </ strong>."
614
 
615
+ #: bws_menu.php:375
616
  msgid "Installing Plugin"
617
  msgstr "Instalasi Plugin"
618
 
619
+ #: bws_menu.php:381
620
  msgid "Downloading install package from"
621
  msgstr "Men-download menginstal paket dari"
622
 
623
+ #: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
624
+ #: deprecated.php:410 deprecated.php:432
 
 
625
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
626
  msgstr "Gagal mengunduh arsip zip. Silakan, upload plugin secara manual"
627
 
628
+ #: bws_menu.php:406
629
  msgid "Unpacking the package"
630
  msgstr "Membuka paket"
631
 
632
+ #: bws_menu.php:411 bws_menu.php:419
633
  msgid "Installing the plugin"
634
  msgstr "Instalasi plugin"
635
 
636
+ #: bws_menu.php:415 deprecated.php:400
637
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
638
  msgstr "Gagal membuka arsip zip. Silakan, upload plugin secara manual"
639
 
640
+ #: bws_menu.php:422 deprecated.php:406
641
  msgid ""
642
  "Your server does not support either ZipArchive or Phar. Please, upload the "
643
  "plugin manually"
645
  "server Anda tidak mendukung baik ZipArchive atau Phar. Silakan, upload "
646
  "plugin secara manual"
647
 
648
+ #: bws_menu.php:425
649
  #, php-format
650
  msgid "The plugin %s is successfully installed."
651
  msgstr "Plugin %s berhasil diinstal."
652
 
653
+ #: bws_menu.php:432 deprecated.php:413
654
  msgid "UploadDir is not writable. Please, upload the plugin manually"
655
  msgstr "UploadDir tidak dapat ditulis. Silakan, upload plugin secara manual"
656
 
657
+ #: bws_menu.php:437
658
  msgid "Activate Plugin"
659
  msgstr "Aktifkan Plugin"
660
 
661
+ #: bws_menu.php:437 bws_menu.php:443
662
  msgid "Return to BestWebSoft Panel"
663
  msgstr "Kembali ke BestWebSoft Panel"
664
 
665
+ #: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
666
  msgid "All"
667
  msgstr "Semua"
668
 
669
+ #: bws_menu.php:454 bws_menu.php:637
670
  msgid "Installed"
671
  msgstr "dipasang"
672
 
673
+ #: bws_menu.php:457
674
  msgid "Not Installed"
675
  msgstr "Tidak terpasang"
676
 
677
+ #: bws_menu.php:464
678
  msgid "Filter results"
679
  msgstr "Filter hasil"
680
 
681
+ #: bws_menu.php:467 bws_menu.php:596
682
  msgid "Category"
683
  msgstr "Kategori"
684
 
685
+ #: bws_menu.php:531
686
  msgid "Not installed"
687
  msgstr "Tidak terpasang"
688
 
689
+ #: bws_menu.php:535
690
  msgid "Renew to get updates"
691
  msgstr "Renew untuk mendapatkan update"
692
 
693
+ #: bws_menu.php:538
694
  #, php-format
695
  msgid "Update to v %s"
696
  msgstr "Update untuk v %s"
697
 
698
+ #: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
699
  msgid "Install Now"
700
  msgstr "Pasang sekarang"
701
 
702
+ #: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
703
  msgid "Upgrade to Pro"
704
  msgstr "Upgrade ke yang lebih baik"
705
 
706
+ #: bws_menu.php:570 bws_menu.php:579
707
  msgid "Activate this plugin"
708
  msgstr "Aktifkan plugin ini"
709
 
710
+ #: bws_menu.php:582
711
  msgid "Install this plugin"
712
  msgstr "Menginstal plugin ini"
713
 
714
+ #: bws_menu.php:591
715
  msgid "Nothing found. Try another criteria."
716
  msgstr "Tidak ada yang ditemukan. Coba kriteria lain."
717
 
718
+ #: bws_menu.php:628
719
  #, php-format
720
  msgid "By %s"
721
  msgstr "Oleh %s"
722
 
723
+ #: bws_menu.php:635
724
  msgid "Already Installed"
725
  msgstr "sudah Dipasang"
726
 
727
+ #: bws_menu.php:645
728
+ msgid "Browse More WordPress Themes"
729
+ msgstr ""
730
 
731
+ #: bws_menu.php:654
732
  msgid "Send to support"
733
  msgstr "Kirim untuk mendukung"
734
 
735
+ #: bws_menu.php:661
736
  msgid "Send to custom email &#187;"
737
  msgstr "Kirim ke email khusus & # 187;"
738
 
739
+ #: class-bws-settings.php:136
740
  msgid "Information"
741
  msgstr "Informasi"
742
 
743
+ #: class-bws-settings.php:144
744
  msgid "Inactive"
745
  msgstr "non-aktif"
746
 
747
+ #: class-bws-settings.php:152
748
  msgid "Expired"
749
  msgstr "kedaluwarsa"
750
 
751
+ #: class-bws-settings.php:155
752
  #, php-format
753
  msgid "%s day(-s) left"
754
  msgstr "%s hari (-s) kiri"
755
 
756
+ #: class-bws-settings.php:161
757
  #, php-format
758
  msgid "Expired on %s"
759
  msgstr "Berakhir pada %s"
760
 
761
+ #: class-bws-settings.php:161
762
  msgid "Renew Now"
763
  msgstr "Perbarui sekarang"
764
 
765
+ #: class-bws-settings.php:163
766
  msgid "Active"
767
  msgstr "Aktif"
768
 
769
+ #: class-bws-settings.php:168
770
  msgid "License"
771
  msgstr "Lisensi"
772
 
773
+ #: class-bws-settings.php:171
774
  msgid "Status"
775
  msgstr "Status"
776
 
777
+ #: class-bws-settings.php:175
778
  msgid "Version"
779
  msgstr "Versi"
780
 
781
+ #: class-bws-settings.php:285
782
  msgid "All plugin settings were restored."
783
  msgstr "Semua pengaturan Plugin dipulihkan."
784
 
785
+ #: class-bws-settings.php:423
786
  msgid "Custom Code"
787
  msgstr "Kode kustom"
788
 
789
+ #: class-bws-settings.php:427 deprecated.php:498
790
  msgid "You do not have sufficient permissions to edit plugins for this site."
791
  msgstr ""
792
  "Anda tidak memiliki cukup izin untuk menyunting plugin untuk situs ini."
793
 
794
+ #: class-bws-settings.php:432 deprecated.php:620
795
  msgid "These styles will be added to the header on all pages of your site."
796
  msgstr "Gaya ini akan ditambahkan ke header pada semua halaman situs Anda."
797
 
798
+ #: class-bws-settings.php:435 deprecated.php:622
799
  #, php-format
800
  msgid ""
801
  "This PHP code will be hooked to the %s action and will be printed on front "
804
  "Kode PHP ini akan ketagihan untuk %s tindakan dan akan dicetak pada ujung "
805
  "depan saja."
806
 
807
+ #: class-bws-settings.php:438
808
  msgid "These code will be added to the header on all pages of your site."
809
  msgstr "Kode ini akan ditambahkan ke header pada semua halaman situs Anda."
810
 
811
+ #: class-bws-settings.php:446 deprecated.php:646
812
  #, php-format
813
  msgid ""
814
  "You need to make this files writable before you can save your changes. See "
817
  "Anda perlu membuat file ini ditulis sebelum Anda dapat menyimpan perubahan. "
818
  "Lihat %s Codex %s untuk informasi lebih lanjut."
819
 
820
+ #: class-bws-settings.php:456 deprecated.php:628
821
  msgid "Browsing"
822
  msgstr "Browsing"
823
 
824
+ #: class-bws-settings.php:461
825
  #, php-format
826
  msgid "Activate custom %s code."
827
  msgstr "Aktifkan kustom %s kode."
828
 
829
+ #: class-bws-settings.php:469 deprecated.php:635
830
  #, php-format
831
  msgid "Learn more about %s"
832
  msgstr "Pelajari lebih lanjut tentang %s"
833
 
834
+ #: class-bws-settings.php:531
835
  msgid "Miscellaneous Settings"
836
  msgstr "Pengaturan Miscellaneous"
837
 
838
+ #: class-bws-settings.php:540 class-bws-settings.php:595
839
  #, php-format
840
  msgid ""
841
  "It is prohibited to change %s settings on this site in the %s network "
843
  msgstr ""
844
  "Dilarang mengubah %s pengaturan di situs ini di %s pengaturan jaringan."
845
 
846
+ #: class-bws-settings.php:543 class-bws-settings.php:598
847
  #, php-format
848
  msgid ""
849
  "It is prohibited to view %s settings on this site in the %s network settings."
850
  msgstr "Dilarang melihat %s pengaturan di situs ini di %s pengaturan jaringan."
851
 
852
+ #: class-bws-settings.php:552
853
  msgid "Pro Options"
854
  msgstr "Pro Pilihan"
855
 
856
+ #: class-bws-settings.php:556
857
  msgid "Enable to display plugin Pro options."
858
  msgstr "Memungkinkan untuk menampilkan opsi Pro Plugin."
859
 
860
+ #: class-bws-settings.php:562
861
  msgid "Track Usage"
862
  msgstr "track Penggunaan"
863
 
864
+ #: class-bws-settings.php:566
865
  msgid ""
866
  "Enable to allow tracking plugin usage anonymously in order to make it better."
867
  msgstr ""
868
  "Aktifkan untuk memungkinkan pelacakan penggunaan Plugin anonim untuk "
869
  "membuatnya lebih baik."
870
 
871
+ #: class-bws-settings.php:571
872
  msgid "Default Settings"
873
  msgstr "Pengaturan default"
874
 
875
+ #: class-bws-settings.php:573
876
  msgid "Restore Settings"
877
  msgstr "Kembalikan Pengaturan"
878
 
879
+ #: class-bws-settings.php:574
880
  msgid "This will restore plugin settings to defaults."
881
  msgstr "Ini akan mengembalikan pengaturan plugin untuk default."
882
 
883
+ #: class-bws-settings.php:586
884
  msgid "Import / Export"
885
  msgstr "Ekspor Impor"
886
 
887
+ #: class-bws-settings.php:702 class-bws-settings.php:735
888
+ #: class-bws-settings.php:757
889
  msgid "License Key"
890
  msgstr "Kunci lisensi"
891
 
892
+ #: class-bws-settings.php:725
893
  msgid "Congratulations! Pro license is activated successfully."
894
  msgstr "Selamat! lisensi Pro berhasil diaktifkan."
895
 
896
+ #: class-bws-settings.php:726
897
  #, php-format
898
  msgid "You will be automatically redirected to the %s in %s seconds."
899
  msgstr ""
900
 
901
+ #: class-bws-settings.php:726
902
  msgid "Settings page"
903
  msgstr "halaman pengaturan"
904
 
905
+ #: class-bws-settings.php:741
906
  #, php-format
907
  msgid "Enter your license key to activate %s and get premium plugin features."
908
  msgstr ""
909
  "Masukkan kunci lisensi Anda untuk mengaktifkan %s dan mendapatkan fitur "
910
  "Plugin premium."
911
 
912
+ #: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
913
+ #: deprecated.php:706
914
  msgid ""
915
  "Unfortunately, you have exceeded the number of available tries per day. "
916
  "Please, upload the plugin manually."
918
  "Sayangnya, Anda telah melebihi jumlah mencoba tersedia per hari. Silakan, "
919
  "upload plugin secara manual."
920
 
921
+ #: class-bws-settings.php:747 deprecated.php:697
922
  #, php-format
923
  msgid "Start Your Free %s-Day Trial Now"
924
  msgstr "Mulai Anda gratis %s -Day Percobaan Sekarang"
925
 
926
+ #: class-bws-settings.php:762
927
  msgid ""
928
  "If necessary, you can check if the license key is correct or reenter it in "
929
  "the field below."
931
  "Jika perlu, Anda dapat memeriksa apakah kunci lisensi benar atau masuk "
932
  "kembali ke dalam bidang di bawah."
933
 
934
+ #: class-bws-settings.php:767
935
  msgid "Manage License Settings"
936
  msgstr "Kelola Setelan License"
937
 
938
+ #: class-bws-settings.php:769
939
  msgid "Login to Client Area"
940
  msgstr "Login ke Area Klien"
941
 
942
+ #: class-bws-settings.php:771
943
  msgid ""
944
  "Manage active licenses, download BWS products, and view your payment history "
945
  "using BestWebSoft Client Area."
947
  "Mengelola lisensi aktif, men-download produk BWS, dan melihat riwayat "
948
  "pembayaran Anda menggunakan BestWebSoft Client Area."
949
 
950
+ #: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
951
+ #: deprecated.php:361
952
  msgid "This license key is bound to another site."
953
  msgstr "kunci lisensi ini terikat ke situs lain."
954
 
955
+ #: class-bws-settings.php:828 deprecated.php:143
956
  msgid ""
957
  "This license key is valid, but Your license has expired. If you want to "
958
  "update our plugin in future, you should extend the license."
961
  "ingin memperbarui plugin kami di masa depan, Anda harus memperpanjang "
962
  "lisensi."
963
 
964
+ #: class-bws-settings.php:830 deprecated.php:145
965
  msgid "Unfortunately, you have exceeded the number of available tries."
966
  msgstr "Sayangnya, Anda telah melebihi jumlah mencoba tersedia."
967
 
968
+ #: class-bws-settings.php:832 deprecated.php:147
969
  msgid ""
970
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
971
  "The Pro Trial license can be installed only once."
973
  "Sayangnya, lisensi Percobaan Pro sudah dipasang untuk domain ini. Lisensi "
974
  "Percobaan Pro dapat diinstal hanya sekali."
975
 
976
+ #: class-bws-settings.php:837 deprecated.php:151
977
  msgid "The Pro Trial license key is valid."
978
  msgstr "Kunci lisensi Percobaan Pro berlaku."
979
 
980
+ #: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
981
  #, php-format
982
  msgid ""
983
  "In order to continue using the plugin it is necessary to buy a %s license."
984
  msgstr ""
985
  "Dalam rangka untuk terus menggunakan plugin perlu untuk membeli %s lisensi."
986
 
987
+ #: class-bws-settings.php:933
988
+ #, php-format
989
+ msgid ""
990
+ "Unfortunately, Your license has expired. To continue getting top-priority "
991
+ "support and plugin updates, you should extend it in your %s."
992
+ msgstr ""
993
+
994
+ #: class-bws-settings.php:959 class-bws-settings.php:981
995
+ #: class-bws-settings.php:1003
996
+ msgid "Failed to download the zip archive. Please, upload the plugin manually."
997
+ msgstr ""
998
+
999
+ #: class-bws-settings.php:971
1000
+ msgid "Failed to open the zip archive. Please, upload the plugin manually."
1001
+ msgstr ""
1002
+
1003
+ #: class-bws-settings.php:977
1004
+ msgid ""
1005
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
1006
+ "plugin manually."
1007
+ msgstr ""
1008
+
1009
+ #: class-bws-settings.php:984
1010
+ msgid "UploadDir is not writable. Please, upload the plugin manually."
1011
+ msgstr ""
1012
+
1013
+ #: class-bws-settings.php:1042 deprecated.php:464
1014
  msgid "Please, enter Your license key"
1015
  msgstr "Silakan, masukkan kunci lisensi Anda"
1016
 
1017
+ #: class-bws-settings.php:1054
1018
  msgid "Need Help?"
1019
  msgstr "Butuh bantuan?"
1020
 
1021
+ #: class-bws-settings.php:1056
1022
  msgid "Read the Instruction"
1023
  msgstr "Baca Instruksi"
1024
 
1025
+ #: class-bws-settings.php:1060
1026
  msgid "Watch the Video"
1027
  msgstr "Saksikan Video"
1028
 
1029
+ #: class-bws-settings.php:1071
1030
  msgid "Start Your Free Trial"
1031
  msgstr "Mulai Uji Coba Gratis"
1032
 
1033
+ #: deactivation-form.php:27
1034
+ msgid "Need help? We are ready to answer your questions."
1035
+ msgstr ""
1036
+
1037
+ #: deactivation-form.php:27
1038
+ msgid "Contact Support"
1039
+ msgstr ""
1040
+
1041
+ #: deactivation-form.php:32
1042
+ msgid "The plugin is not working"
1043
+ msgstr ""
1044
+
1045
+ #: deactivation-form.php:34
1046
+ msgid "Kindly share what didn't work so we can fix it in future updates..."
1047
+ msgstr ""
1048
+
1049
+ #: deactivation-form.php:38
1050
+ msgid "The plugin didn't work as expected"
1051
+ msgstr ""
1052
+
1053
+ #: deactivation-form.php:40
1054
+ msgid "What did you expect?"
1055
+ msgstr ""
1056
+
1057
+ #: deactivation-form.php:44
1058
+ msgid "The plugin suddenly stopped working"
1059
+ msgstr ""
1060
+
1061
+ #: deactivation-form.php:51
1062
+ msgid "The plugin broke my site"
1063
+ msgstr ""
1064
+
1065
+ #: deactivation-form.php:58
1066
+ msgid "I couldn't understand how to get it work"
1067
+ msgstr ""
1068
+
1069
+ #: deactivation-form.php:65
1070
+ msgid "I found a better plugin"
1071
+ msgstr ""
1072
+
1073
+ #: deactivation-form.php:67
1074
+ msgid "What's the plugin name?"
1075
+ msgstr ""
1076
+
1077
+ #: deactivation-form.php:71
1078
+ msgid "The plugin is great, but I need specific feature that you don't support"
1079
+ msgstr ""
1080
+
1081
+ #: deactivation-form.php:73
1082
+ msgid "What feature?"
1083
+ msgstr ""
1084
+
1085
+ #: deactivation-form.php:77
1086
+ msgid "I no longer need the plugin"
1087
+ msgstr ""
1088
+
1089
+ #: deactivation-form.php:83
1090
+ msgid "It's a temporary deactivation, I'm just debugging an issue"
1091
+ msgstr ""
1092
+
1093
+ #: deactivation-form.php:89
1094
+ msgid "Other"
1095
+ msgstr "Lain"
1096
+
1097
+ #: deactivation-form.php:123
1098
+ msgid "Quick Feedback"
1099
+ msgstr ""
1100
+
1101
+ #: deactivation-form.php:124
1102
+ msgid "If you have a moment, please let us know why you are deactivating"
1103
+ msgstr ""
1104
+
1105
+ #: deactivation-form.php:127
1106
+ msgid "Send website data and allow to contact me back"
1107
+ msgstr ""
1108
+
1109
+ #: deactivation-form.php:132
1110
+ msgid "Cancel"
1111
+ msgstr ""
1112
+
1113
+ #: deactivation-form.php:233
1114
+ msgid "Processing"
1115
+ msgstr ""
1116
+
1117
+ #: deactivation-form.php:262
1118
+ msgid "Submit & Deactivate"
1119
+ msgstr ""
1120
+
1121
+ #: deactivation-form.php:277
1122
+ msgid "Please tell us the reason so we can improve it."
1123
+ msgstr ""
1124
+
1125
+ #: deactivation-form.php:345
1126
+ msgid "Deactivate"
1127
+ msgstr ""
1128
+
1129
  #: deprecated.php:93
1130
  msgid "System Status"
1131
  msgstr "Status sistem"
1152
  "(Nama pengguna adalah alamat email yang ditentukan selama pembelian). Jika "
1153
  "perlu, silahkan pilih \\ \"Kehilangan kata sandi Anda? \" Permintaan."
1154
 
1155
+ #: deprecated.php:246
1156
  msgid "After that, you can activate it by entering your license key."
1157
  msgstr ""
1158
  "Setelah itu, Anda dapat mengaktifkannya dengan memasukkan kunci lisensi Anda."
1159
 
1160
+ #: deprecated.php:249 deprecated.php:691
1161
  msgid "License key can be found in the"
1162
  msgstr "kunci lisensi dapat ditemukan di"
1163
 
1164
+ #: deprecated.php:251 deprecated.php:693
1165
  msgid "(your username is the email address specified during the purchase)."
1166
  msgstr "(Nama pengguna adalah alamat email yang ditentukan selama pembelian)."
1167
 
1168
+ #: deprecated.php:279
1169
  msgid ""
1170
  "Congratulations! The Pro license of the plugin is activated successfully."
1171
  msgstr "Selamat! Lisensi Pro plugin tersebut berhasil diaktifkan."
1172
 
1173
+ #: deprecated.php:281 deprecated.php:672
1174
  msgid "Please, go to"
1175
  msgstr "Tolong, pergi ke"
1176
 
1177
+ #: deprecated.php:281 deprecated.php:672
1178
  msgid "the setting page"
1179
  msgstr "halaman pengaturan"
1180
 
1181
+ #: deprecated.php:282 deprecated.php:673
1182
  msgid "You will be redirected automatically in 5 seconds."
1183
  msgstr "Anda akan diarahkan secara otomatis dalam 5 detik."
1184
 
1185
+ #: deprecated.php:316
1186
  msgid "Check premium options on the plugin settings page!"
1187
  msgstr "Periksa pilihan premium di halaman pengaturan plugin!"
1188
 
1189
+ #: deprecated.php:479
1190
  msgid "Restore all plugin settings to defaults"
1191
  msgstr "Mengembalikan semua pengaturan plugin untuk default"
1192
 
1193
+ #: deprecated.php:481
1194
  msgid "Restore settings"
1195
  msgstr "mengembalikan pengaturan"
1196
 
1197
+ #: deprecated.php:550 deprecated.php:577
1198
  #, php-format
1199
  msgid "File %s edited successfully."
1200
  msgstr "File %s berhasil diedit."
1201
 
1202
+ #: deprecated.php:552 deprecated.php:579
1203
  msgid "Not enough permissions to create or update the file"
1204
  msgstr "Tidak cukup izin untuk membuat atau memperbarui file"
1205
 
1206
+ #: deprecated.php:582
1207
  msgid "Not enough permissions to create the file"
1208
  msgstr "Tidak cukup izin untuk membuat file"
1209
 
1210
+ #: deprecated.php:626
1211
  msgid "Editing"
1212
  msgstr "editing"
1213
 
1214
+ #: deprecated.php:670
1215
  msgid ""
1216
  "Congratulations! Pro version of the plugin is installed and activated "
1217
  "successfully."
1218
  msgstr "Selamat! Versi Pro plugin diinstal dan diaktifkan berhasil."
1219
 
1220
+ #: deprecated.php:680
1221
  msgid "Show Pro features"
1222
  msgstr "Tampilkan fitur Pro"
1223
 
1224
+ #: deprecated.php:687
1225
  msgid "Enter your license key to install and activate"
1226
  msgstr "Masukkan kunci lisensi Anda untuk menginstal dan mengaktifkan"
1227
 
1228
+ #: deprecated.php:689
1229
  msgid "version of the plugin."
1230
  msgstr "versi plugin."
1231
 
1266
  msgstr ""
1267
 
1268
  #: product_list.php:22
1269
+ msgid "Best secure captcha plugin to protect your WordPress forms."
 
1270
  msgstr ""
1271
 
1272
  #: product_list.php:32
1306
 
1307
  #: product_list.php:103
1308
  msgid ""
 
 
 
 
 
 
1309
  "Get latest error log messages to diagnose website problems. Define and fix "
1310
  "issues faster."
1311
  msgstr ""
1312
 
1313
+ #: product_list.php:110
1314
  msgid ""
1315
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1316
  "widgets."
1317
  msgstr ""
1318
 
1319
+ #: product_list.php:120
1320
  msgid ""
1321
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1322
  "clicks."
1323
  msgstr ""
1324
 
1325
+ #: product_list.php:130
1326
  msgid ""
1327
+ "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1328
+ "posts, pages and widgets."
1329
  msgstr ""
1330
 
1331
+ #: product_list.php:140
1332
  msgid ""
1333
+ "Stronger security solution which protects your WordPress website from hacks "
1334
+ "and unauthorized login attempts."
1335
  msgstr ""
1336
 
1337
+ #: product_list.php:150
1338
  msgid ""
1339
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1340
  "results, categories, tags, and widgets."
1341
  msgstr ""
1342
 
1343
+ #: product_list.php:160
1344
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1345
  msgstr ""
1346
 
1347
+ #: product_list.php:170
1348
  msgid ""
1349
  "Protect WordPress website forms from spam entries with Google Captcha "
1350
  "(reCaptcha)."
1351
  msgstr ""
1352
 
1353
+ #: product_list.php:180
1354
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1355
  msgstr ""
1356
 
1357
+ #: product_list.php:190
1358
  msgid ""
1359
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1360
  "your blog."
1361
  msgstr ""
1362
 
1363
+ #: product_list.php:200
1364
  msgid ""
1365
  "Replace external WordPress website links with Google shortlinks and track "
1366
  "click stats."
1367
  msgstr ""
1368
 
1369
+ #: product_list.php:207
1370
  msgid ""
1371
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1372
  "hostnames, etc."
1373
  msgstr ""
1374
 
1375
+ #: product_list.php:217
1376
  msgid ""
1377
  "Create your personal job board and listing WordPress website. Search jobs, "
1378
  "submit CV/resumes, choose candidates."
1379
  msgstr ""
1380
 
1381
+ #: product_list.php:224
1382
  msgid ""
1383
  "Protect WordPress website against brute force attacks. Limit rate of login "
1384
  "attempts."
1385
  msgstr ""
1386
 
1387
+ #: product_list.php:234
1388
  msgid ""
1389
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1390
  "5 plugins included – profile, insider, etc."
1391
  msgstr ""
1392
 
1393
+ #: product_list.php:244
1394
  msgid ""
1395
  "Translate WordPress website content to other languages manually. Create "
1396
  "multilingual pages, posts, widgets, menus, etc."
1397
  msgstr ""
1398
 
1399
+ #: product_list.php:254
1400
  msgid ""
1401
  "Add customizable pagination to WordPress website. Split long content to "
1402
  "multiple pages for better navigation."
1403
  msgstr ""
1404
 
1405
+ #: product_list.php:264
1406
  msgid ""
1407
  "Generate PDF files and print WordPress posts/pages. Customize document "
1408
  "header/footer styles and appearance."
1409
  msgstr ""
1410
 
1411
+ #: product_list.php:274
1412
  msgid ""
1413
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1414
  "Profile) to WordPress posts, pages and widgets."
1415
  msgstr ""
1416
 
1417
+ #: product_list.php:284
1418
  msgid ""
1419
  "Create your personal portfolio WordPress website. Manage and showcase past "
1420
  "projects to get more clients."
1421
  msgstr ""
1422
 
1423
+ #: product_list.php:294
1424
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1425
  msgstr ""
1426
 
1427
+ #: product_list.php:301
1428
  msgid ""
1429
  "Add extra fields to default WordPress user profile. The easiest way to "
1430
  "create and manage additional custom values."
1431
  msgstr ""
1432
 
1433
+ #: product_list.php:308
1434
  msgid ""
1435
  "Add and display HTML advertisement banner on WordPress website. Customize "
1436
  "bar styles and appearance."
1437
  msgstr ""
1438
 
1439
+ #: product_list.php:318
1440
  msgid ""
1441
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1442
  "widgets."
1443
  msgstr ""
1444
 
1445
+ #: product_list.php:325
1446
  msgid ""
1447
  "Add rating plugin to your WordPress website to receive feedback from your "
1448
  "customers."
1449
  msgstr ""
1450
 
1451
+ #: product_list.php:332
1452
  msgid ""
1453
  "Create your personal real estate WordPress website. Sell, rent and buy "
1454
  "properties. Add, search and browse listings easily."
1455
  msgstr ""
1456
 
1457
+ #: product_list.php:342
 
 
 
 
 
 
1458
  msgid ""
1459
  "Add related, featured, latest, and popular posts to your WordPress website. "
1460
  "Connect your blog readers with a relevant content."
1461
  msgstr ""
1462
 
1463
+ #: product_list.php:349
1464
  msgid ""
1465
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1466
  "settings and detailed reports."
1467
  msgstr ""
1468
 
1469
+ #: product_list.php:359
1470
  msgid ""
1471
  "The best responsive slider plugin for your WordPress website. Create "
1472
  "beautifully animated slides just in a few clicks."
1473
  msgstr ""
1474
 
1475
+ #: product_list.php:366
1476
  msgid ""
1477
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1478
  "Yahoo, Hotmail and other services."
1479
  msgstr ""
1480
 
1481
+ #: product_list.php:373
1482
  msgid ""
1483
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1484
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1485
  msgstr ""
1486
 
1487
+ #: product_list.php:383
1488
  msgid ""
1489
  "Add social media login, registration, and commenting to your WordPress "
1490
  "website."
1491
  msgstr ""
1492
 
1493
+ #: product_list.php:390
1494
  msgid ""
1495
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1496
  "Collect data and subscribe your users."
1497
  msgstr ""
1498
 
1499
+ #: product_list.php:400
1500
  msgid ""
1501
  "Add testimonials and feedbacks from your customers to WordPress website "
1502
  "posts, pages, and widgets."
1503
  msgstr ""
1504
 
1505
+ #: product_list.php:407
1506
  msgid ""
1507
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1508
  "attendance and generate reports."
1509
  msgstr ""
1510
 
1511
+ #: product_list.php:417
1512
  msgid ""
1513
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1514
  "and pages."
1515
  msgstr ""
1516
 
1517
+ #: product_list.php:427
1518
  msgid ""
1519
  "Automatically check and update WordPress website core with all installed "
1520
  "plugins and themes to the latest versions."
1521
  msgstr ""
1522
 
1523
+ #: product_list.php:437
1524
  msgid ""
1525
  "Powerful user role management plugin for WordPress website. Create, edit, "
1526
  "copy, and delete user roles."
1527
  msgstr ""
1528
 
1529
+ #: product_list.php:447
1530
  msgid ""
1531
  "Display live count of online visitors who are currently browsing your "
1532
  "WordPress website."
1533
  msgstr ""
1534
 
1535
+ #: product_list.php:457
1536
  msgid ""
1537
  "Backup and export Zendesk Help Center content automatically to your "
1538
  "WordPress website database."
1539
  msgstr ""
1540
 
1541
+ #~ msgid "Congratulations! Pro Membership license is activated successfully."
1542
+ #~ msgstr "Selamat! lisensi Keanggotaan Pro berhasil diaktifkan."
1543
+
1544
+ #~ msgid "Email with system info is sent to"
1545
+ #~ msgstr "Email dengan info sistem dikirim ke"
1546
+
1547
+ #~ msgid "Browse Free WordPress Themes"
1548
+ #~ msgstr "Isi Gratis WordPress Themes"
1549
+
1550
+ #~ msgid ""
1551
+ #~ "You can use one license of the Pro plugin for one domain only. Please "
1552
+ #~ "check and edit your license or domain if necessary using you personal "
1553
+ #~ "Client Area. We strongly recommend you to solve the problem within 24 "
1554
+ #~ "hours, otherwise the Pro plugin will be deactivated."
1555
+ #~ msgstr ""
1556
+ #~ "Anda dapat menggunakan satu lisensi dari plugin Pro untuk satu domain "
1557
+ #~ "saja. Silakan periksa dan mengedit lisensi atau domain jika perlu "
1558
+ #~ "menggunakan Anda pribadi Area Klien. Kami sangat menyarankan Anda untuk "
1559
+ #~ "memecahkan masalah dalam waktu 24 jam, dinyatakan plugin Pro akan "
1560
+ #~ "dinonaktifkan."
1561
+
1562
+ #~ msgid "Insert"
1563
+ #~ msgstr "Memasukkan"
1564
+
1565
  #~ msgid "Advertisement"
1566
  #~ msgstr "Iklan"
1567
 
1580
  #~ msgid "Utilities"
1581
  #~ msgstr "keperluan"
1582
 
 
 
 
1583
  #~ msgid "Thank you for installing"
1584
  #~ msgstr "Terima kasih untuk menginstal"
1585
 
bws_menu/languages/bestwebsoft-nl_NL.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-nl_NL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-06-08 11:26+0300\n"
6
- "PO-Revision-Date: 2017-06-08 11:26+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
  "Language: nl_NL\n"
@@ -16,11 +16,11 @@ msgstr ""
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:72 bws_functions.php:190
20
  msgid "requires"
21
  msgstr "benodigd"
22
 
23
- #: bws_functions.php:74
24
  msgid ""
25
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
26
  "try again."
@@ -28,60 +28,61 @@ msgstr ""
28
  "of hoger, daarom is deze gedeactiveerd! Upgrade WordPress en probeer het "
29
  "opnieuw."
30
 
31
- #: bws_functions.php:75
32
  msgid "Back to the WordPress"
33
  msgstr "Terug naar WordPress"
34
 
35
- #: bws_functions.php:77
36
  msgid "Plugins page"
37
  msgstr "Plugins pagina"
38
 
39
- #: bws_functions.php:91
40
  msgid "Like the plugin?"
41
  msgstr "Like de plugin?"
42
 
43
  #: bws_functions.php:93
 
 
 
 
 
44
  msgid "Rate it"
45
  msgstr "Rate it"
46
 
47
- #: bws_functions.php:102
48
  msgid "Need help?"
49
  msgstr "Hulp nodig?"
50
 
51
- #: bws_functions.php:103 bws_functions.php:907 class-bws-settings.php:1047
52
  msgid "Visit Help Center"
53
  msgstr "Bezoek het Helpcentrum"
54
 
55
- #: bws_functions.php:106
56
  msgid "Want to support the plugin?"
57
  msgstr "Geef ondersteuning aan de plug-in?"
58
 
59
- #: bws_functions.php:107 bws_menu.php:553
60
  msgid "Donate"
61
  msgstr "Doneer"
62
 
63
- #: bws_functions.php:127
64
  msgid "WARNING: Illegal use notification"
65
  msgstr "LET OP!: Onwettige gebruiksmelding"
66
 
67
- #: bws_functions.php:127
68
  msgid ""
69
  "You can use one license of the Pro plugin for one domain only. Please check "
70
- "and edit your license or domain if necessary using you personal Client Area. "
71
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
72
- "the Pro plugin will be deactivated."
73
  msgstr ""
74
- "U kunt één licentie van de Pro-plugin gebruiken voor één domein. Controleer "
75
- "en bewerk uw licentie of domein indien nodig op uw persoonlijke "
76
- "klantenomgeving. We raden u aan om het probleem binnen 24 uur op te lossen, "
77
- "anders wordt de Pro-plugin gedeactiveerd."
78
 
79
- #: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
80
- #: class-bws-settings.php:143
81
  msgid "Learn More"
82
  msgstr "Leer meer"
83
 
84
- #: bws_functions.php:144
85
  msgid ""
86
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
87
  "you should buy a Pro license"
@@ -89,7 +90,7 @@ msgstr ""
89
  "Opmerking: Uw Pro Trial licentie is verlopen. Om de plugin verder te "
90
  "gebruiken, moet u een Pro-licentie kopen"
91
 
92
- #: bws_functions.php:146
93
  msgid ""
94
  "Your license has expired. To continue getting top-priority support and "
95
  "plugin updates, you should extend it."
@@ -97,24 +98,24 @@ msgstr ""
97
  "Uw licentie is verlopen. Om voort te gaan met ondersteuning voor top-"
98
  "prioriteit en plugin-updates, moet u het uitbreiden."
99
 
100
- #: bws_functions.php:146 bws_functions.php:382 deprecated.php:584
101
  msgid "Learn more"
102
  msgstr "Leer meer"
103
 
104
- #: bws_functions.php:164
105
  #, php-format
106
  msgid "Notice: You are using the Pro Trial license of %s plugin."
107
  msgstr "Opmerking: U maakt gebruikt van de Pro Trial licentie van %s plugin."
108
 
109
- #: bws_functions.php:166
110
  msgid "Notice: You are using the Pro Trial license of plugin."
111
  msgstr "Opmerking: U gebruikt de Pro Trial licentie van de plugin."
112
 
113
- #: bws_functions.php:169
114
  msgid "The Pro Trial license will expire on"
115
  msgstr "De Pro Trial licentie vervalt op"
116
 
117
- #: bws_functions.php:192
118
  msgid ""
119
  "or higher! We do not guarantee that our plugin will work correctly. Please "
120
  "upgrade to WordPress latest version."
@@ -122,75 +123,75 @@ msgstr ""
122
  "of hoger! Wij garanderen niet dat onze plugin correct blijft werken. Upgrade "
123
  "nu naar de nieuwste versie van WordPress."
124
 
125
- #: bws_functions.php:207
126
  #, php-format
127
  msgid "Thank you for installing %s plugin!"
128
  msgstr "Dank u voor het installeren van %s plugin!"
129
 
130
- #: bws_functions.php:208
131
  msgid "Let's get started"
132
  msgstr "Laten we aan de slag gaan"
133
 
134
- #: bws_functions.php:209 bws_functions.php:242 bws_menu.php:557
135
- #: bws_menu.php:559
136
  msgid "Settings"
137
  msgstr "Settings"
138
 
139
- #: bws_functions.php:211 bws_menu.php:328 class-bws-settings.php:736
140
- #: class-bws-settings.php:1049 class-bws-settings.php:1059 deprecated.php:694
141
  msgid "or"
142
  msgstr "of"
143
 
144
- #: bws_functions.php:212 bws_functions.php:244
145
  msgid "Add New"
146
  msgstr "Nieuwe toevoegen"
147
 
148
- #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
149
- #: bws_functions.php:378 bws_functions.php:480
150
  msgid "Close notice"
151
  msgstr "Opmerking sluiten"
152
 
153
- #: bws_functions.php:231
154
  msgid "Thank you for installing plugins by BestWebSoft!"
155
  msgstr "Dank u voor het installeren van een plugin van BestWebSoft!"
156
 
157
- #: bws_functions.php:233
158
  msgid "More Details"
159
  msgstr "Meer details"
160
 
161
- #: bws_functions.php:234
162
  msgid "Less Details"
163
  msgstr "Minder details"
164
 
165
- #: bws_functions.php:262
166
  msgid "Deprecated function(-s) is used on the site here:"
167
  msgstr "Deprecated functie(-s) word hier op de site gebruikt:"
168
 
169
- #: bws_functions.php:276
170
  msgid ""
171
  "This function(-s) will be removed over time. Please update the product(-s)."
172
  msgstr ""
173
  "Deze function(-s) zal mettertijd worden verwijderd. Update het product of "
174
  "producten."
175
 
176
- #: bws_functions.php:335
177
  msgid "It’s time to upgrade your"
178
  msgstr "Het is tijd om te upgraden, "
179
 
180
- #: bws_functions.php:335
181
  msgid "to"
182
  msgstr "aan"
183
 
184
- #: bws_functions.php:335
185
  msgid "version!"
186
  msgstr "versie!"
187
 
188
- #: bws_functions.php:336
189
  msgid "Extend standard plugin functionality with new great options."
190
  msgstr ""
191
  "Verleng de standaard plugin functionaliteit met nieuwe geweldige opties."
192
 
193
- #: bws_functions.php:382
194
  #, php-format
195
  msgid ""
196
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
@@ -199,12 +200,12 @@ msgstr ""
199
  "Uw licentiesleutel voor %s verloopt uit op %s en u krijgt geen TOP-"
200
  "PRIORITEIT SUPPORT of UPDATES."
201
 
202
- #: bws_functions.php:475
203
  #, php-format
204
  msgid "Thank you for choosing %s plugin!"
205
  msgstr "Bedankt voor het kiezen van %s plugin!"
206
 
207
- #: bws_functions.php:476
208
  msgid ""
209
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
210
  "we'd love to hear about it!"
@@ -212,25 +213,25 @@ msgstr ""
212
  "Als u een feature, suggestie of idee hebt dat u graag wilt zien in de "
213
  "plugin, zouden we het graag willen horen!"
214
 
215
- #: bws_functions.php:477
216
  msgid "Suggest a Feature"
217
  msgstr "Deel een idee"
218
 
219
- #: bws_functions.php:493 class-bws-settings.php:533 class-bws-settings.php:536
220
- #: class-bws-settings.php:584 class-bws-settings.php:587
221
  msgid "Notice"
222
  msgstr "Opmerking"
223
 
224
- #: bws_functions.php:493
225
  msgid "The plugin's settings have been changed."
226
  msgstr "De instellingen van de plugin zijn gewijzigd."
227
 
228
- #: bws_functions.php:494 class-bws-settings.php:182 class-bws-settings.php:202
229
- #: deprecated.php:640
230
  msgid "Save Changes"
231
  msgstr "Bewerkingen opslaan"
232
 
233
- #: bws_functions.php:508
234
  msgid ""
235
  "You can always look at premium options by checking the \"Pro Options\" in "
236
  "the \"Misc\" tab."
@@ -238,81 +239,77 @@ msgstr ""
238
  "U kunt altijd premium opties bekijken door de \"Pro Options\" in het tabblad "
239
  "\"Misc\" te controleren."
240
 
241
- #: bws_functions.php:629
242
  msgid "Add BWS Shortcode"
243
  msgstr ""
244
 
245
- #: bws_functions.php:630
246
  msgid "Add BWS Plugins Shortcode"
247
  msgstr ""
248
 
249
- #: bws_functions.php:649
250
  msgid "Add shortcode"
251
  msgstr "Shortcode toevoegen"
252
 
253
- #: bws_functions.php:649
254
  msgid "Add BestWebSoft plugins' shortcodes using this button."
255
  msgstr "Voeg BestWebSoft plugins shortcodes toe aan deze knop."
256
 
257
- #: bws_functions.php:695
258
  msgid "Close"
259
  msgstr "Sluiten"
260
 
261
- #: bws_functions.php:787
262
  msgid "Are you sure you want to restore default settings?"
263
  msgstr "Weet u zeker dat u de standaardinstellingen wilt herstellen?"
264
 
265
- #: bws_functions.php:790
266
  msgid "Yes, restore all settings"
267
  msgstr "Ja, herstel alle instellingen"
268
 
269
- #: bws_functions.php:791
270
  msgid "No, go back to the settings page"
271
  msgstr "Nee, ga terug naar de instellingen"
272
 
273
- #: bws_functions.php:833
274
  msgid "Plugin"
275
  msgstr "Plugin"
276
 
277
- #: bws_functions.php:842
278
  msgid "Shortcode settings"
279
  msgstr "Shortcode instellingen"
280
 
281
- #: bws_functions.php:847
282
  msgid "The shortcode will be inserted"
283
  msgstr "De shortcode wordt ingevoegd"
284
 
285
- #: bws_functions.php:852
286
- msgid "Insert"
287
- msgstr "Invoegen"
288
-
289
- #: bws_functions.php:912
290
  msgid "FAQ"
291
  msgstr "FAQ"
292
 
293
- #: bws_functions.php:918
294
  msgid "For more information:"
295
  msgstr "Voor meer informatie:"
296
 
297
- #: bws_functions.php:919
298
  msgid "Documentation"
299
  msgstr "Documentatie"
300
 
301
- #: bws_functions.php:920
302
  msgid "Video Instructions"
303
  msgstr "Video Instructies"
304
 
305
- #: bws_functions.php:921
306
  msgid "Submit a Request"
307
  msgstr "Verzend een verzoek"
308
 
309
- #: bws_menu.php:101 class-bws-settings.php:781 deprecated.php:322
310
  msgid "Wrong license key"
311
  msgstr "Incorrecte licentiesleutel"
312
 
313
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
314
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
315
- #: deprecated.php:352
316
  msgid ""
317
  "Something went wrong. Please try again later. If the error appears again, "
318
  "please contact us"
@@ -320,14 +317,14 @@ msgstr ""
320
  "Er is iets fout gegaan. Probeer het later nogmaals. Als de fout zich blijft "
321
  "voordoen, neem dan contact met ons op"
322
 
323
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
324
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
325
- #: deprecated.php:352
326
  msgid "We are sorry for inconvenience."
327
  msgstr "Het spijt ons voor het ongemak."
328
 
329
- #: bws_menu.php:128 class-bws-settings.php:813 class-bws-settings.php:916
330
- #: deprecated.php:139 deprecated.php:358
331
  msgid "Wrong license key."
332
  msgstr "Verkeerde licentiesleutel."
333
 
@@ -343,11 +340,11 @@ msgstr ""
343
  msgid "Log in"
344
  msgstr "Log in"
345
 
346
- #: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
347
  msgid "Unfortunately, you have exceeded the number of available tries per day."
348
  msgstr "Helaas heb je het aantal beschikbare pogingen per dag overschreden."
349
 
350
- #: bws_menu.php:134 class-bws-settings.php:922 deprecated.php:364
351
  #, php-format
352
  msgid ""
353
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -356,7 +353,7 @@ msgstr ""
356
  "Helaas is uw licentie verlopen. Om voort te gaan met ondersteuning voor top-"
357
  "prioriteit en plugin-updates, moet u deze uitbreiden in uw %s"
358
 
359
- #: bws_menu.php:136 class-bws-settings.php:924 deprecated.php:366
360
  msgid ""
361
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
362
  "Trial license can be installed only once."
@@ -364,20 +361,19 @@ msgstr ""
364
  "Helaas is de Pro licentie al geïnstalleerd op dit domein. De Pro Trial "
365
  "licentie kan slechts één keer geïnstalleerd worden."
366
 
367
- #: bws_menu.php:142 class-bws-settings.php:828 deprecated.php:153
368
  msgid "The license key is valid."
369
  msgstr "De licentiesleutel is geldig."
370
 
371
- #: bws_menu.php:144 class-bws-settings.php:831 deprecated.php:156
372
  msgid "Your license will expire on"
373
  msgstr "Uw licentie vervalt op"
374
 
375
  #: bws_menu.php:146
376
- msgid "Congratulations! Pro Membership license is activated successfully."
377
  msgstr ""
378
- "Hartelijk gefeliciteerd! Uw Pro Membership licentie is succesvol geactiveerd."
379
 
380
- #: bws_menu.php:153 class-bws-settings.php:996 deprecated.php:435
381
  msgid ""
382
  "Something went wrong. Try again later or upload the plugin manually. We are "
383
  "sorry for inconvenience."
@@ -531,67 +527,68 @@ msgstr "Inactive Plugins"
531
  msgid "Please enter a valid email address."
532
  msgstr "Gelieve een geldig e-mailadres in te geven."
533
 
534
- #: bws_menu.php:264
535
- msgid "Email with system info is sent to"
536
- msgstr "E-mail met systeeminformatie wordt verzonden naar"
 
537
 
538
- #: bws_menu.php:268
539
  msgid "Thank you for contacting us."
540
  msgstr "Bedankt voor het contact met ons opnemen."
541
 
542
- #: bws_menu.php:291
543
  msgid "Sorry, email message could not be delivered."
544
  msgstr "Sorry, e-mailbericht kon niet worden geleverd."
545
 
546
- #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
547
  msgid "Plugins"
548
  msgstr "Plugins"
549
 
550
- #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
551
  msgid "Themes"
552
  msgstr "Thema's"
553
 
554
- #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
555
  msgid "System status"
556
  msgstr "Systeem status"
557
 
558
- #: bws_menu.php:317
559
  msgid "Support"
560
  msgstr "Support"
561
 
562
- #: bws_menu.php:318
563
  msgid "Manage purchased licenses & subscriptions"
564
  msgstr "Beheerde licenties en abonnementen beheren"
565
 
566
- #: bws_menu.php:326
567
  #, php-format
568
  msgid "Get Access to %s+ Premium Plugins"
569
  msgstr "Krijg toegang tot %s+ Premium plugins"
570
 
571
- #: bws_menu.php:328
572
  msgid "Subscribe to Pro Membership"
573
  msgstr "Abonneer je op de Pro Membership"
574
 
575
- #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:749
576
  #: deprecated.php:227
577
  msgid "Check license key"
578
  msgstr "Controleer de licentiesleutel"
579
 
580
- #: bws_menu.php:339
581
  msgid "Enter your license key"
582
  msgstr "Vul uw licentiesleutel in"
583
 
584
- #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
585
- #: class-bws-settings.php:728 deprecated.php:259 deprecated.php:267
586
- #: deprecated.php:629 deprecated.php:700 deprecated.php:709
587
  msgid "Activate"
588
  msgstr "Activateer"
589
 
590
- #: bws_menu.php:361
591
  msgid "Upload Plugin"
592
  msgstr "Upload Plugin"
593
 
594
- #: bws_menu.php:365
595
  #, php-format
596
  msgid ""
597
  "The plugin generated %d characters of <strong>unexpected output</strong> "
@@ -604,7 +601,7 @@ msgstr ""
604
  "met syndicationfeeds of andere problemen zijn; probeer deze plugin uit te "
605
  "schakelen of te verwijderen."
606
 
607
- #: bws_menu.php:367
608
  msgid ""
609
  "Plugin could not be activated because it triggered a <strong>fatal error</"
610
  "strong>."
@@ -612,41 +609,39 @@ msgstr ""
612
  "Plugin kan niet geactiveerd worden omdat het er <strong>fatal error</strong> "
613
  "zich voordoet."
614
 
615
- #: bws_menu.php:370
616
  msgid "Plugin <strong>activated</strong>."
617
  msgstr "Plugin <strong>geactiveerd</strong>."
618
 
619
- #: bws_menu.php:377
620
  msgid "Installing Plugin"
621
  msgstr "Installatie Plugin bezig"
622
 
623
- #: bws_menu.php:383
624
  msgid "Downloading install package from"
625
  msgstr "Installatiepakket downloaden vanaf"
626
 
627
- #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
628
- #: class-bws-settings.php:948 class-bws-settings.php:970
629
- #: class-bws-settings.php:992 deprecated.php:387 deprecated.php:409
630
- #: deprecated.php:431
631
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
632
  msgstr ""
633
  "Het ziparchief kon niet worden geladen. Gelieve de plugin handmatig te "
634
  "uploaden"
635
 
636
- #: bws_menu.php:408
637
  msgid "Unpacking the package"
638
  msgstr "Uitpakken van het pakket"
639
 
640
- #: bws_menu.php:413 bws_menu.php:421
641
  msgid "Installing the plugin"
642
  msgstr "De plugin installeren"
643
 
644
- #: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
645
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
646
  msgstr ""
647
  "Kan het zip-bestand niet openen. Gelieve de plugin handmatig te uploaden"
648
 
649
- #: bws_menu.php:424 class-bws-settings.php:966 deprecated.php:405
650
  msgid ""
651
  "Your server does not support either ZipArchive or Phar. Please, upload the "
652
  "plugin manually"
@@ -654,161 +649,161 @@ msgstr ""
654
  "Uw server ondersteunt geen ZipArchive of Phar. Gelieve de plugin handmatig "
655
  "te uploaden"
656
 
657
- #: bws_menu.php:427
658
  #, php-format
659
  msgid "The plugin %s is successfully installed."
660
  msgstr "De plugin %s is succesvol geïnstalleerd."
661
 
662
- #: bws_menu.php:434 class-bws-settings.php:973 deprecated.php:412
663
  msgid "UploadDir is not writable. Please, upload the plugin manually"
664
  msgstr ""
665
  "UploadDir is kan niet worden weggeschreven. Gelieve de plugin handmatig te "
666
  "uploaden"
667
 
668
- #: bws_menu.php:439
669
  msgid "Activate Plugin"
670
  msgstr "Activateer Plugin"
671
 
672
- #: bws_menu.php:439 bws_menu.php:445
673
  msgid "Return to BestWebSoft Panel"
674
  msgstr "Terug naar het BestWebSoft Paneel"
675
 
676
- #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
677
  msgid "All"
678
  msgstr "Alle"
679
 
680
- #: bws_menu.php:450 bws_menu.php:650
681
  msgid "Installed"
682
  msgstr "Geinstalleerd"
683
 
684
- #: bws_menu.php:451
685
  msgid "Not Installed"
686
  msgstr "Niet geinstalleerd"
687
 
688
- #: bws_menu.php:457
689
  msgid "Filter results"
690
  msgstr "Filter resultaten"
691
 
692
- #: bws_menu.php:460 bws_menu.php:589
693
  msgid "Category"
694
  msgstr "Categorieen"
695
 
696
- #: bws_menu.php:524
697
  msgid "Not installed"
698
  msgstr "Niet geinstalleerd"
699
 
700
- #: bws_menu.php:528
701
  msgid "Renew to get updates"
702
  msgstr "Vernieuw om updates te verkrijgen"
703
 
704
- #: bws_menu.php:531
705
  #, php-format
706
  msgid "Update to v %s"
707
  msgstr "Update naar v %s"
708
 
709
- #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
710
  msgid "Install Now"
711
  msgstr "Installeer nu"
712
 
713
- #: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
714
  msgid "Upgrade to Pro"
715
  msgstr "Upgrade naar Pro"
716
 
717
- #: bws_menu.php:563 bws_menu.php:572
718
  msgid "Activate this plugin"
719
  msgstr "Activateer deze plugin"
720
 
721
- #: bws_menu.php:575
722
  msgid "Install this plugin"
723
  msgstr "Installeer deze plugin"
724
 
725
- #: bws_menu.php:584
726
  msgid "Nothing found. Try another criteria."
727
  msgstr "Niks gevonden. Probeer een ander criteria."
728
 
729
- #: bws_menu.php:621 bws_menu.php:641
730
  #, php-format
731
  msgid "By %s"
732
  msgstr "By %s"
733
 
734
- #: bws_menu.php:648
735
  msgid "Already Installed"
736
  msgstr "Reeds geinstalleerd"
737
 
738
- #: bws_menu.php:659
739
- msgid "Browse Free WordPress Themes"
740
- msgstr "Browse Gratis WordPress Themas"
741
 
742
- #: bws_menu.php:668
743
  msgid "Send to support"
744
  msgstr "Stuur uw vraag"
745
 
746
- #: bws_menu.php:675
747
  msgid "Send to custom email &#187;"
748
  msgstr "Verzend naar aangepaste e-mail &#187;"
749
 
750
- #: class-bws-settings.php:135
751
  msgid "Information"
752
  msgstr "Informatie"
753
 
754
- #: class-bws-settings.php:143
755
  msgid "Inactive"
756
  msgstr "Inactief"
757
 
758
- #: class-bws-settings.php:151
759
  msgid "Expired"
760
  msgstr "Verlopen"
761
 
762
- #: class-bws-settings.php:154
763
  #, php-format
764
  msgid "%s day(-s) left"
765
  msgstr "%s dag(-en) over"
766
 
767
- #: class-bws-settings.php:160
768
  #, php-format
769
  msgid "Expired on %s"
770
  msgstr "Verlopen op %s"
771
 
772
- #: class-bws-settings.php:160
773
  msgid "Renew Now"
774
  msgstr "Vernieuw nu"
775
 
776
- #: class-bws-settings.php:162
777
  msgid "Active"
778
  msgstr "Actief"
779
 
780
- #: class-bws-settings.php:167
781
  msgid "License"
782
  msgstr "Licentie"
783
 
784
- #: class-bws-settings.php:170
785
  msgid "Status"
786
  msgstr "Status"
787
 
788
- #: class-bws-settings.php:174
789
  msgid "Version"
790
  msgstr "Versiie"
791
 
792
- #: class-bws-settings.php:282
793
  msgid "All plugin settings were restored."
794
  msgstr "Alle plugin-instellingen zijn hersteld."
795
 
796
- #: class-bws-settings.php:420
797
  msgid "Custom Code"
798
  msgstr "Maatwerk Code"
799
 
800
- #: class-bws-settings.php:424 deprecated.php:497
801
  msgid "You do not have sufficient permissions to edit plugins for this site."
802
  msgstr ""
803
  "U heeft niet voldoende permissies om plugins voor deze website te bewerken."
804
 
805
- #: class-bws-settings.php:429 deprecated.php:618
806
  msgid "These styles will be added to the header on all pages of your site."
807
  msgstr ""
808
  "Deze stijlen worden toegevoegd aan de koptekst op alle pagina's van uw "
809
  "website."
810
 
811
- #: class-bws-settings.php:432 deprecated.php:620
812
  #, php-format
813
  msgid ""
814
  "This PHP code will be hooked to the %s action and will be printed on front "
@@ -817,12 +812,12 @@ msgstr ""
817
  "Deze PHP-code wordt aangesloten op de %s actie en zal alleen op de website "
818
  "worden getoond."
819
 
820
- #: class-bws-settings.php:435
821
  msgid "These code will be added to the header on all pages of your site."
822
  msgstr ""
823
  "Deze code wordt toegevoegd aan de koptekst op alle pagina's van uw website."
824
 
825
- #: class-bws-settings.php:443 deprecated.php:644
826
  #, php-format
827
  msgid ""
828
  "You need to make this files writable before you can save your changes. See "
@@ -831,25 +826,25 @@ msgstr ""
831
  "U moet deze bestanden schrijfrechten geven voordat u de wijzigingen kunt "
832
  "opslaan. Zie %s de Codex %s voor meer informatie."
833
 
834
- #: class-bws-settings.php:453 deprecated.php:626
835
  msgid "Browsing"
836
  msgstr "Browsing"
837
 
838
- #: class-bws-settings.php:457
839
  #, php-format
840
  msgid "Activate custom %s code."
841
  msgstr "Activateer maatwerk %s code."
842
 
843
- #: class-bws-settings.php:464 deprecated.php:633
844
  #, php-format
845
  msgid "Learn more about %s"
846
  msgstr "Leer meer over %s"
847
 
848
- #: class-bws-settings.php:524
849
  msgid "Miscellaneous Settings"
850
  msgstr "Diversen instellingen"
851
 
852
- #: class-bws-settings.php:533 class-bws-settings.php:584
853
  #, php-format
854
  msgid ""
855
  "It is prohibited to change %s settings on this site in the %s network "
@@ -858,7 +853,7 @@ msgstr ""
858
  "Het is verboden om %s instellingen op deze website te wijzigen in de %s "
859
  "netwerkinstellingen."
860
 
861
- #: class-bws-settings.php:536 class-bws-settings.php:587
862
  #, php-format
863
  msgid ""
864
  "It is prohibited to view %s settings on this site in the %s network settings."
@@ -866,69 +861,69 @@ msgstr ""
866
  "Het is verboden om %s instellingen op deze website te bekijken in de %s "
867
  "netwerkinstellingen."
868
 
869
- #: class-bws-settings.php:545
870
  msgid "Pro Options"
871
  msgstr "Pro Opties"
872
 
873
- #: class-bws-settings.php:548
874
  msgid "Enable to display plugin Pro options."
875
  msgstr "Schakel in om plugin Pro opties te zien."
876
 
877
- #: class-bws-settings.php:553
878
  msgid "Track Usage"
879
  msgstr "Track gebruik"
880
 
881
- #: class-bws-settings.php:556
882
  msgid ""
883
  "Enable to allow tracking plugin usage anonymously in order to make it better."
884
  msgstr ""
885
  "Activeer het gebruik van anonieme tracking van de bijbehorende plug-in, om "
886
  "het product beter te maken."
887
 
888
- #: class-bws-settings.php:560
889
  msgid "Default Settings"
890
  msgstr "Standaard instellingen"
891
 
892
- #: class-bws-settings.php:562
893
  msgid "Restore Settings"
894
  msgstr "Instellingen herstellen"
895
 
896
- #: class-bws-settings.php:563
897
  msgid "This will restore plugin settings to defaults."
898
  msgstr ""
899
  "Dit zal de plugininstellingen herstellen naar de standaardinstellingen."
900
 
901
- #: class-bws-settings.php:575
902
  msgid "Import / Export"
903
  msgstr "Import / Export"
904
 
905
- #: class-bws-settings.php:691 class-bws-settings.php:724
906
- #: class-bws-settings.php:746
907
  msgid "License Key"
908
  msgstr "Licentiesleutel"
909
 
910
- #: class-bws-settings.php:714
911
  msgid "Congratulations! Pro license is activated successfully."
912
  msgstr "Hartelijk gefeliciteerd! De Pro licentie is succesvol geactiveerd."
913
 
914
- #: class-bws-settings.php:715
915
  #, php-format
916
  msgid "You will be automatically redirected to the %s in %s seconds."
917
  msgstr "U wordt automatisch doorgestuurd naar %s in %s seconden."
918
 
919
- #: class-bws-settings.php:715
920
  msgid "Settings page"
921
  msgstr "Instellingen"
922
 
923
- #: class-bws-settings.php:730
924
  #, php-format
925
  msgid "Enter your license key to activate %s and get premium plugin features."
926
  msgstr ""
927
  "Voer uw licentiesleutel in om %s te activeren en premium-pluginfuncties te "
928
  "krijgen."
929
 
930
- #: class-bws-settings.php:733 class-bws-settings.php:920 deprecated.php:362
931
- #: deprecated.php:703
932
  msgid ""
933
  "Unfortunately, you have exceeded the number of available tries per day. "
934
  "Please, upload the plugin manually."
@@ -936,12 +931,12 @@ msgstr ""
936
  "Helaas heeft u het aantal beschikbare pogingen per dag overschreden. Gelieve "
937
  "de plugin handmatig te uploaden."
938
 
939
- #: class-bws-settings.php:736 deprecated.php:694
940
  #, php-format
941
  msgid "Start Your Free %s-Day Trial Now"
942
  msgstr "Start nu uw gratis %s dag trial"
943
 
944
- #: class-bws-settings.php:751
945
  msgid ""
946
  "If necessary, you can check if the license key is correct or reenter it in "
947
  "the field below."
@@ -949,15 +944,15 @@ msgstr ""
949
  "Indien nodig kunt u controleren of de licentiesleutel juist is of u voert "
950
  "het opnieuw in het onderstaande veld."
951
 
952
- #: class-bws-settings.php:756
953
  msgid "Manage License Settings"
954
  msgstr "Beheer licentie instellingen"
955
 
956
- #: class-bws-settings.php:758
957
  msgid "Login to Client Area"
958
  msgstr "Inloggen op client gebied"
959
 
960
- #: class-bws-settings.php:760
961
  msgid ""
962
  "Manage active licenses, download BWS products, and view your payment history "
963
  "using BestWebSoft Client Area."
@@ -965,12 +960,12 @@ msgstr ""
965
  "Beheer actieve licenties, download BWS-producten en bekijk uw de "
966
  "betalingsgeschiedenis met behulp van de BestWebSoft Klanten Omgeving."
967
 
968
- #: class-bws-settings.php:815 class-bws-settings.php:918 deprecated.php:141
969
- #: deprecated.php:360
970
  msgid "This license key is bound to another site."
971
  msgstr "Deze licentiesleutel is gebonden aan een andere website."
972
 
973
- #: class-bws-settings.php:817 deprecated.php:143
974
  msgid ""
975
  "This license key is valid, but Your license has expired. If you want to "
976
  "update our plugin in future, you should extend the license."
@@ -978,11 +973,11 @@ msgstr ""
978
  "Deze licentiesleutel is geldig, maar uw licentie is verlopen. Als u onze "
979
  "plugin in de toekomst wilt bijwerken, moet u de licentie verlengen."
980
 
981
- #: class-bws-settings.php:819 deprecated.php:145
982
  msgid "Unfortunately, you have exceeded the number of available tries."
983
  msgstr "Helaas heeft u het aantal beschikbare pogingen overschreden."
984
 
985
- #: class-bws-settings.php:821 deprecated.php:147
986
  msgid ""
987
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
988
  "The Pro Trial license can be installed only once."
@@ -990,37 +985,159 @@ msgstr ""
990
  "Helaas, de Pro Trial licentie was al geïnstalleerd op dit domein. De Pro "
991
  "Trial License kan helaas maar eenmalig gebruikt worden."
992
 
993
- #: class-bws-settings.php:826 deprecated.php:151
994
  msgid "The Pro Trial license key is valid."
995
  msgstr "De Pro Trial licentiesleutel is geldig."
996
 
997
- #: class-bws-settings.php:834 deprecated.php:159 deprecated.php:246
998
  #, php-format
999
  msgid ""
1000
  "In order to continue using the plugin it is necessary to buy a %s license."
1001
  msgstr ""
1002
  "Om door te gaan met de plugin is het nodig om een %s licentie te kopen."
1003
 
1004
- #: class-bws-settings.php:1031 deprecated.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1005
  msgid "Please, enter Your license key"
1006
  msgstr "Vul alstublieft uw licentiesleutel in"
1007
 
1008
- #: class-bws-settings.php:1043
1009
  msgid "Need Help?"
1010
  msgstr "Hulp nodig?"
1011
 
1012
- #: class-bws-settings.php:1045
1013
  msgid "Read the Instruction"
1014
  msgstr "Lees de instructie"
1015
 
1016
- #: class-bws-settings.php:1049
1017
  msgid "Watch the Video"
1018
  msgstr "Bekijk de Video"
1019
 
1020
- #: class-bws-settings.php:1060
1021
  msgid "Start Your Free Trial"
1022
  msgstr "Begin uw gratis proefperiode"
1023
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1024
  #: deprecated.php:93
1025
  msgid "System Status"
1026
  msgstr "Systeem status"
@@ -1047,68 +1164,68 @@ msgstr ""
1047
  "(Uw gebruikersnaam is het e-mailadres dat is opgegeven tijdens de aankoop). "
1048
  "Indien nodig, verstuur alstublieft \"Verstuur uw wachtwoord?\" Verzoek."
1049
 
1050
- #: deprecated.php:247
1051
  msgid "After that, you can activate it by entering your license key."
1052
  msgstr "Daarna kunt u activeren door uw licentiesleutel in te voeren."
1053
 
1054
- #: deprecated.php:249 deprecated.php:688
1055
  msgid "License key can be found in the"
1056
  msgstr "Licentiesleutel is te vinden in de"
1057
 
1058
- #: deprecated.php:251 deprecated.php:690
1059
  msgid "(your username is the email address specified during the purchase)."
1060
  msgstr ""
1061
  "(Uw gebruikersnaam is het e-mailadres dat is opgegeven tijdens de aankoop)."
1062
 
1063
- #: deprecated.php:278
1064
  msgid ""
1065
  "Congratulations! The Pro license of the plugin is activated successfully."
1066
  msgstr ""
1067
  "Hartelijk gefeliciteerd! De Pro-licentie van de plugin is succesvol "
1068
  "geactiveerd."
1069
 
1070
- #: deprecated.php:280 deprecated.php:669
1071
  msgid "Please, go to"
1072
  msgstr "Ga aub naar"
1073
 
1074
- #: deprecated.php:280 deprecated.php:669
1075
  msgid "the setting page"
1076
  msgstr "de instellingen"
1077
 
1078
- #: deprecated.php:281 deprecated.php:670
1079
  msgid "You will be redirected automatically in 5 seconds."
1080
  msgstr "U wordt na 5 seconden automatisch doorverwezen."
1081
 
1082
- #: deprecated.php:315
1083
  msgid "Check premium options on the plugin settings page!"
1084
  msgstr "Controleer de premiumopties op de pagina met Plugin-instellingen!"
1085
 
1086
- #: deprecated.php:478
1087
  msgid "Restore all plugin settings to defaults"
1088
  msgstr "Herstel alle plugin-instellingen naar de standaardinstellingen"
1089
 
1090
- #: deprecated.php:480
1091
  msgid "Restore settings"
1092
  msgstr "Herstel instellingen"
1093
 
1094
- #: deprecated.php:548 deprecated.php:575
1095
  #, php-format
1096
  msgid "File %s edited successfully."
1097
  msgstr "Bestand %s is succesvol bewerkt"
1098
 
1099
- #: deprecated.php:550 deprecated.php:577
1100
  msgid "Not enough permissions to create or update the file"
1101
  msgstr "Niet genoeg rechten om het bestand te maken of aan te passen"
1102
 
1103
- #: deprecated.php:580
1104
  msgid "Not enough permissions to create the file"
1105
  msgstr "Niet genoeg rechten om het bestand te maken"
1106
 
1107
- #: deprecated.php:624
1108
  msgid "Editing"
1109
  msgstr "Bewerken"
1110
 
1111
- #: deprecated.php:667
1112
  msgid ""
1113
  "Congratulations! Pro version of the plugin is installed and activated "
1114
  "successfully."
@@ -1116,15 +1233,15 @@ msgstr ""
1116
  "Hartelijk gefeliciteerd! De Pro-versie van de plugin is succesvol "
1117
  "geïnstalleerd en geactiveerd."
1118
 
1119
- #: deprecated.php:677
1120
  msgid "Show Pro features"
1121
  msgstr "Toon de Pro functies"
1122
 
1123
- #: deprecated.php:684
1124
  msgid "Enter your license key to install and activate"
1125
  msgstr "Voer uw licentiesleutel in om te installeren en te activeren"
1126
 
1127
- #: deprecated.php:686
1128
  msgid "version of the plugin."
1129
  msgstr "versie van de plugin."
1130
 
@@ -1165,8 +1282,7 @@ msgid "SMM"
1165
  msgstr ""
1166
 
1167
  #: product_list.php:22
1168
- msgid ""
1169
- "Protect WordPress website forms from spam entries by means of math logic."
1170
  msgstr ""
1171
 
1172
  #: product_list.php:32
@@ -1206,250 +1322,263 @@ msgstr ""
1206
 
1207
  #: product_list.php:103
1208
  msgid ""
1209
- "Automatically add outgoing email messages to queue instead of sending them "
1210
- "immediately."
1211
- msgstr ""
1212
-
1213
- #: product_list.php:110
1214
- msgid ""
1215
  "Get latest error log messages to diagnose website problems. Define and fix "
1216
  "issues faster."
1217
  msgstr ""
1218
 
1219
- #: product_list.php:117
1220
  msgid ""
1221
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1222
  "widgets."
1223
  msgstr ""
1224
 
1225
- #: product_list.php:127
1226
  msgid ""
1227
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1228
  "clicks."
1229
  msgstr ""
1230
 
1231
- #: product_list.php:137
1232
  msgid ""
1233
- "Add unlimited gallery categories. Organize images to make the navigation "
1234
- "through content easier."
1235
  msgstr ""
1236
 
1237
- #: product_list.php:144
1238
  msgid ""
1239
- "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1240
- "posts, pages and widgets."
1241
  msgstr ""
1242
 
1243
- #: product_list.php:154
1244
  msgid ""
1245
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1246
  "results, categories, tags, and widgets."
1247
  msgstr ""
1248
 
1249
- #: product_list.php:164
1250
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1251
  msgstr ""
1252
 
1253
- #: product_list.php:174
1254
  msgid ""
1255
  "Protect WordPress website forms from spam entries with Google Captcha "
1256
  "(reCaptcha)."
1257
  msgstr ""
1258
 
1259
- #: product_list.php:184
1260
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1261
  msgstr ""
1262
 
1263
- #: product_list.php:194
1264
  msgid ""
1265
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1266
  "your blog."
1267
  msgstr ""
1268
 
1269
- #: product_list.php:204
1270
  msgid ""
1271
  "Replace external WordPress website links with Google shortlinks and track "
1272
  "click stats."
1273
  msgstr ""
1274
 
1275
- #: product_list.php:211
1276
  msgid ""
1277
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1278
  "hostnames, etc."
1279
  msgstr ""
1280
 
1281
- #: product_list.php:221
1282
  msgid ""
1283
  "Create your personal job board and listing WordPress website. Search jobs, "
1284
  "submit CV/resumes, choose candidates."
1285
  msgstr ""
1286
 
1287
- #: product_list.php:228
1288
  msgid ""
1289
  "Protect WordPress website against brute force attacks. Limit rate of login "
1290
  "attempts."
1291
  msgstr ""
1292
 
1293
- #: product_list.php:238
1294
  msgid ""
1295
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1296
  "5 plugins included – profile, insider, etc."
1297
  msgstr ""
1298
 
1299
- #: product_list.php:248
1300
  msgid ""
1301
  "Translate WordPress website content to other languages manually. Create "
1302
  "multilingual pages, posts, widgets, menus, etc."
1303
  msgstr ""
1304
 
1305
- #: product_list.php:258
1306
  msgid ""
1307
  "Add customizable pagination to WordPress website. Split long content to "
1308
  "multiple pages for better navigation."
1309
  msgstr ""
1310
 
1311
- #: product_list.php:268
1312
  msgid ""
1313
  "Generate PDF files and print WordPress posts/pages. Customize document "
1314
  "header/footer styles and appearance."
1315
  msgstr ""
1316
 
1317
- #: product_list.php:278
1318
  msgid ""
1319
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1320
  "Profile) to WordPress posts, pages and widgets."
1321
  msgstr ""
1322
 
1323
- #: product_list.php:288
1324
  msgid ""
1325
  "Create your personal portfolio WordPress website. Manage and showcase past "
1326
  "projects to get more clients."
1327
  msgstr ""
1328
 
1329
- #: product_list.php:298
1330
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1331
  msgstr ""
1332
 
1333
- #: product_list.php:305
1334
  msgid ""
1335
  "Add extra fields to default WordPress user profile. The easiest way to "
1336
  "create and manage additional custom values."
1337
  msgstr ""
1338
 
1339
- #: product_list.php:312
1340
  msgid ""
1341
  "Add and display HTML advertisement banner on WordPress website. Customize "
1342
  "bar styles and appearance."
1343
  msgstr ""
1344
 
1345
- #: product_list.php:322
1346
  msgid ""
1347
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1348
  "widgets."
1349
  msgstr ""
1350
 
1351
- #: product_list.php:329
1352
  msgid ""
1353
  "Add rating plugin to your WordPress website to receive feedback from your "
1354
  "customers."
1355
  msgstr ""
1356
 
1357
- #: product_list.php:336
1358
  msgid ""
1359
  "Create your personal real estate WordPress website. Sell, rent and buy "
1360
  "properties. Add, search and browse listings easily."
1361
  msgstr ""
1362
 
1363
- #: product_list.php:346
1364
- msgid ""
1365
- "Attach, un-attach and re-attach media files quickly to WordPress posts and "
1366
- "pages."
1367
- msgstr ""
1368
-
1369
- #: product_list.php:353
1370
  msgid ""
1371
  "Add related, featured, latest, and popular posts to your WordPress website. "
1372
  "Connect your blog readers with a relevant content."
1373
  msgstr ""
1374
 
1375
- #: product_list.php:360
1376
  msgid ""
1377
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1378
  "settings and detailed reports."
1379
  msgstr ""
1380
 
1381
- #: product_list.php:370
1382
  msgid ""
1383
  "The best responsive slider plugin for your WordPress website. Create "
1384
  "beautifully animated slides just in a few clicks."
1385
  msgstr ""
1386
 
1387
- #: product_list.php:377
1388
  msgid ""
1389
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1390
  "Yahoo, Hotmail and other services."
1391
  msgstr ""
1392
 
1393
- #: product_list.php:384
1394
  msgid ""
1395
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1396
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1397
  msgstr ""
1398
 
1399
- #: product_list.php:394
1400
  msgid ""
1401
  "Add social media login, registration, and commenting to your WordPress "
1402
  "website."
1403
  msgstr ""
1404
 
1405
- #: product_list.php:401
1406
  msgid ""
1407
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1408
  "Collect data and subscribe your users."
1409
  msgstr ""
1410
 
1411
- #: product_list.php:411
1412
  msgid ""
1413
  "Add testimonials and feedbacks from your customers to WordPress website "
1414
  "posts, pages, and widgets."
1415
  msgstr ""
1416
 
1417
- #: product_list.php:418
1418
  msgid ""
1419
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1420
  "attendance and generate reports."
1421
  msgstr ""
1422
 
1423
- #: product_list.php:428
1424
  msgid ""
1425
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1426
  "and pages."
1427
  msgstr ""
1428
 
1429
- #: product_list.php:438
1430
  msgid ""
1431
  "Automatically check and update WordPress website core with all installed "
1432
  "plugins and themes to the latest versions."
1433
  msgstr ""
1434
 
1435
- #: product_list.php:448
1436
  msgid ""
1437
  "Powerful user role management plugin for WordPress website. Create, edit, "
1438
  "copy, and delete user roles."
1439
  msgstr ""
1440
 
1441
- #: product_list.php:458
1442
  msgid ""
1443
  "Display live count of online visitors who are currently browsing your "
1444
  "WordPress website."
1445
  msgstr ""
1446
 
1447
- #: product_list.php:468
1448
  msgid ""
1449
  "Backup and export Zendesk Help Center content automatically to your "
1450
  "WordPress website database."
1451
  msgstr ""
1452
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1453
  #~ msgid "Advertisement"
1454
  #~ msgstr "Advertentie"
1455
 
@@ -1467,6 +1596,3 @@ msgstr ""
1467
 
1468
  #~ msgid "Utilities"
1469
  #~ msgstr "Voorzieningen"
1470
-
1471
- #~ msgid "Other"
1472
- #~ msgstr "Anders"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-11 16:43+0300\n"
6
+ "PO-Revision-Date: 2017-09-11 16:43+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
  "Language: nl_NL\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: bws_functions.php:73 bws_functions.php:191
20
  msgid "requires"
21
  msgstr "benodigd"
22
 
23
+ #: bws_functions.php:75
24
  msgid ""
25
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
26
  "try again."
28
  "of hoger, daarom is deze gedeactiveerd! Upgrade WordPress en probeer het "
29
  "opnieuw."
30
 
31
+ #: bws_functions.php:76
32
  msgid "Back to the WordPress"
33
  msgstr "Terug naar WordPress"
34
 
35
+ #: bws_functions.php:78
36
  msgid "Plugins page"
37
  msgstr "Plugins pagina"
38
 
39
+ #: bws_functions.php:92
40
  msgid "Like the plugin?"
41
  msgstr "Like de plugin?"
42
 
43
  #: bws_functions.php:93
44
+ #, php-format
45
+ msgid "%s reviews"
46
+ msgstr ""
47
+
48
+ #: bws_functions.php:94
49
  msgid "Rate it"
50
  msgstr "Rate it"
51
 
52
+ #: bws_functions.php:103
53
  msgid "Need help?"
54
  msgstr "Hulp nodig?"
55
 
56
+ #: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
57
  msgid "Visit Help Center"
58
  msgstr "Bezoek het Helpcentrum"
59
 
60
+ #: bws_functions.php:107
61
  msgid "Want to support the plugin?"
62
  msgstr "Geef ondersteuning aan de plug-in?"
63
 
64
+ #: bws_functions.php:108 bws_menu.php:560
65
  msgid "Donate"
66
  msgstr "Doneer"
67
 
68
+ #: bws_functions.php:128
69
  msgid "WARNING: Illegal use notification"
70
  msgstr "LET OP!: Onwettige gebruiksmelding"
71
 
72
+ #: bws_functions.php:128
73
  msgid ""
74
  "You can use one license of the Pro plugin for one domain only. Please check "
75
+ "and edit your license or domain if necessary using your personal Client "
76
+ "Area. We strongly recommend you to solve the problem within 24 hours, "
77
+ "otherwise the Pro plugin will be deactivated."
78
  msgstr ""
 
 
 
 
79
 
80
+ #: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
81
+ #: class-bws-settings.php:144
82
  msgid "Learn More"
83
  msgstr "Leer meer"
84
 
85
+ #: bws_functions.php:145
86
  msgid ""
87
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
88
  "you should buy a Pro license"
90
  "Opmerking: Uw Pro Trial licentie is verlopen. Om de plugin verder te "
91
  "gebruiken, moet u een Pro-licentie kopen"
92
 
93
+ #: bws_functions.php:147
94
  msgid ""
95
  "Your license has expired. To continue getting top-priority support and "
96
  "plugin updates, you should extend it."
98
  "Uw licentie is verlopen. Om voort te gaan met ondersteuning voor top-"
99
  "prioriteit en plugin-updates, moet u het uitbreiden."
100
 
101
+ #: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
102
  msgid "Learn more"
103
  msgstr "Leer meer"
104
 
105
+ #: bws_functions.php:165
106
  #, php-format
107
  msgid "Notice: You are using the Pro Trial license of %s plugin."
108
  msgstr "Opmerking: U maakt gebruikt van de Pro Trial licentie van %s plugin."
109
 
110
+ #: bws_functions.php:167
111
  msgid "Notice: You are using the Pro Trial license of plugin."
112
  msgstr "Opmerking: U gebruikt de Pro Trial licentie van de plugin."
113
 
114
+ #: bws_functions.php:170
115
  msgid "The Pro Trial license will expire on"
116
  msgstr "De Pro Trial licentie vervalt op"
117
 
118
+ #: bws_functions.php:193
119
  msgid ""
120
  "or higher! We do not guarantee that our plugin will work correctly. Please "
121
  "upgrade to WordPress latest version."
123
  "of hoger! Wij garanderen niet dat onze plugin correct blijft werken. Upgrade "
124
  "nu naar de nieuwste versie van WordPress."
125
 
126
+ #: bws_functions.php:208
127
  #, php-format
128
  msgid "Thank you for installing %s plugin!"
129
  msgstr "Dank u voor het installeren van %s plugin!"
130
 
131
+ #: bws_functions.php:210
132
  msgid "Let's get started"
133
  msgstr "Laten we aan de slag gaan"
134
 
135
+ #: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
136
+ #: bws_menu.php:566
137
  msgid "Settings"
138
  msgstr "Settings"
139
 
140
+ #: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
141
+ #: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
142
  msgid "or"
143
  msgstr "of"
144
 
145
+ #: bws_functions.php:214 bws_functions.php:246
146
  msgid "Add New"
147
  msgstr "Nieuwe toevoegen"
148
 
149
+ #: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
150
+ #: bws_functions.php:385 bws_functions.php:487
151
  msgid "Close notice"
152
  msgstr "Opmerking sluiten"
153
 
154
+ #: bws_functions.php:233
155
  msgid "Thank you for installing plugins by BestWebSoft!"
156
  msgstr "Dank u voor het installeren van een plugin van BestWebSoft!"
157
 
158
+ #: bws_functions.php:235
159
  msgid "More Details"
160
  msgstr "Meer details"
161
 
162
+ #: bws_functions.php:236
163
  msgid "Less Details"
164
  msgstr "Minder details"
165
 
166
+ #: bws_functions.php:264
167
  msgid "Deprecated function(-s) is used on the site here:"
168
  msgstr "Deprecated functie(-s) word hier op de site gebruikt:"
169
 
170
+ #: bws_functions.php:278
171
  msgid ""
172
  "This function(-s) will be removed over time. Please update the product(-s)."
173
  msgstr ""
174
  "Deze function(-s) zal mettertijd worden verwijderd. Update het product of "
175
  "producten."
176
 
177
+ #: bws_functions.php:337
178
  msgid "It’s time to upgrade your"
179
  msgstr "Het is tijd om te upgraden, "
180
 
181
+ #: bws_functions.php:337
182
  msgid "to"
183
  msgstr "aan"
184
 
185
+ #: bws_functions.php:337
186
  msgid "version!"
187
  msgstr "versie!"
188
 
189
+ #: bws_functions.php:338
190
  msgid "Extend standard plugin functionality with new great options."
191
  msgstr ""
192
  "Verleng de standaard plugin functionaliteit met nieuwe geweldige opties."
193
 
194
+ #: bws_functions.php:389
195
  #, php-format
196
  msgid ""
197
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
200
  "Uw licentiesleutel voor %s verloopt uit op %s en u krijgt geen TOP-"
201
  "PRIORITEIT SUPPORT of UPDATES."
202
 
203
+ #: bws_functions.php:482
204
  #, php-format
205
  msgid "Thank you for choosing %s plugin!"
206
  msgstr "Bedankt voor het kiezen van %s plugin!"
207
 
208
+ #: bws_functions.php:483
209
  msgid ""
210
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
211
  "we'd love to hear about it!"
213
  "Als u een feature, suggestie of idee hebt dat u graag wilt zien in de "
214
  "plugin, zouden we het graag willen horen!"
215
 
216
+ #: bws_functions.php:484
217
  msgid "Suggest a Feature"
218
  msgstr "Deel een idee"
219
 
220
+ #: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
221
+ #: class-bws-settings.php:595 class-bws-settings.php:598
222
  msgid "Notice"
223
  msgstr "Opmerking"
224
 
225
+ #: bws_functions.php:500
226
  msgid "The plugin's settings have been changed."
227
  msgstr "De instellingen van de plugin zijn gewijzigd."
228
 
229
+ #: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
230
+ #: deprecated.php:642
231
  msgid "Save Changes"
232
  msgstr "Bewerkingen opslaan"
233
 
234
+ #: bws_functions.php:515
235
  msgid ""
236
  "You can always look at premium options by checking the \"Pro Options\" in "
237
  "the \"Misc\" tab."
239
  "U kunt altijd premium opties bekijken door de \"Pro Options\" in het tabblad "
240
  "\"Misc\" te controleren."
241
 
242
+ #: bws_functions.php:653
243
  msgid "Add BWS Shortcode"
244
  msgstr ""
245
 
246
+ #: bws_functions.php:654
247
  msgid "Add BWS Plugins Shortcode"
248
  msgstr ""
249
 
250
+ #: bws_functions.php:673
251
  msgid "Add shortcode"
252
  msgstr "Shortcode toevoegen"
253
 
254
+ #: bws_functions.php:673
255
  msgid "Add BestWebSoft plugins' shortcodes using this button."
256
  msgstr "Voeg BestWebSoft plugins shortcodes toe aan deze knop."
257
 
258
+ #: bws_functions.php:729
259
  msgid "Close"
260
  msgstr "Sluiten"
261
 
262
+ #: bws_functions.php:821
263
  msgid "Are you sure you want to restore default settings?"
264
  msgstr "Weet u zeker dat u de standaardinstellingen wilt herstellen?"
265
 
266
+ #: bws_functions.php:824
267
  msgid "Yes, restore all settings"
268
  msgstr "Ja, herstel alle instellingen"
269
 
270
+ #: bws_functions.php:825
271
  msgid "No, go back to the settings page"
272
  msgstr "Nee, ga terug naar de instellingen"
273
 
274
+ #: bws_functions.php:867
275
  msgid "Plugin"
276
  msgstr "Plugin"
277
 
278
+ #: bws_functions.php:876
279
  msgid "Shortcode settings"
280
  msgstr "Shortcode instellingen"
281
 
282
+ #: bws_functions.php:881
283
  msgid "The shortcode will be inserted"
284
  msgstr "De shortcode wordt ingevoegd"
285
 
286
+ #: bws_functions.php:922
 
 
 
 
287
  msgid "FAQ"
288
  msgstr "FAQ"
289
 
290
+ #: bws_functions.php:928
291
  msgid "For more information:"
292
  msgstr "Voor meer informatie:"
293
 
294
+ #: bws_functions.php:929
295
  msgid "Documentation"
296
  msgstr "Documentatie"
297
 
298
+ #: bws_functions.php:930
299
  msgid "Video Instructions"
300
  msgstr "Video Instructies"
301
 
302
+ #: bws_functions.php:931
303
  msgid "Submit a Request"
304
  msgstr "Verzend een verzoek"
305
 
306
+ #: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
307
  msgid "Wrong license key"
308
  msgstr "Incorrecte licentiesleutel"
309
 
310
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
311
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
312
+ #: deprecated.php:353
313
  msgid ""
314
  "Something went wrong. Please try again later. If the error appears again, "
315
  "please contact us"
317
  "Er is iets fout gegaan. Probeer het later nogmaals. Als de fout zich blijft "
318
  "voordoen, neem dan contact met ons op"
319
 
320
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
321
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
322
+ #: deprecated.php:353
323
  msgid "We are sorry for inconvenience."
324
  msgstr "Het spijt ons voor het ongemak."
325
 
326
+ #: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
327
+ #: deprecated.php:139 deprecated.php:359
328
  msgid "Wrong license key."
329
  msgstr "Verkeerde licentiesleutel."
330
 
340
  msgid "Log in"
341
  msgstr "Log in"
342
 
343
+ #: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
344
  msgid "Unfortunately, you have exceeded the number of available tries per day."
345
  msgstr "Helaas heb je het aantal beschikbare pogingen per dag overschreden."
346
 
347
+ #: bws_menu.php:134 deprecated.php:365
348
  #, php-format
349
  msgid ""
350
  "Unfortunately, Your license has expired. To continue getting top-priority "
353
  "Helaas is uw licentie verlopen. Om voort te gaan met ondersteuning voor top-"
354
  "prioriteit en plugin-updates, moet u deze uitbreiden in uw %s"
355
 
356
+ #: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
357
  msgid ""
358
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
359
  "Trial license can be installed only once."
361
  "Helaas is de Pro licentie al geïnstalleerd op dit domein. De Pro Trial "
362
  "licentie kan slechts één keer geïnstalleerd worden."
363
 
364
+ #: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
365
  msgid "The license key is valid."
366
  msgstr "De licentiesleutel is geldig."
367
 
368
+ #: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
369
  msgid "Your license will expire on"
370
  msgstr "Uw licentie vervalt op"
371
 
372
  #: bws_menu.php:146
373
+ msgid "Congratulations! Pro Membership license is activated successfully."
374
  msgstr ""
 
375
 
376
+ #: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
377
  msgid ""
378
  "Something went wrong. Try again later or upload the plugin manually. We are "
379
  "sorry for inconvenience."
527
  msgid "Please enter a valid email address."
528
  msgstr "Gelieve een geldig e-mailadres in te geven."
529
 
530
+ #: bws_menu.php:262
531
+ #, php-format
532
+ msgid "Email with system info is sent to %s."
533
+ msgstr ""
534
 
535
+ #: bws_menu.php:266
536
  msgid "Thank you for contacting us."
537
  msgstr "Bedankt voor het contact met ons opnemen."
538
 
539
+ #: bws_menu.php:289
540
  msgid "Sorry, email message could not be delivered."
541
  msgstr "Sorry, e-mailbericht kon niet worden geleverd."
542
 
543
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
544
  msgid "Plugins"
545
  msgstr "Plugins"
546
 
547
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
548
  msgid "Themes"
549
  msgstr "Thema's"
550
 
551
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
552
  msgid "System status"
553
  msgstr "Systeem status"
554
 
555
+ #: bws_menu.php:315
556
  msgid "Support"
557
  msgstr "Support"
558
 
559
+ #: bws_menu.php:316
560
  msgid "Manage purchased licenses & subscriptions"
561
  msgstr "Beheerde licenties en abonnementen beheren"
562
 
563
+ #: bws_menu.php:324
564
  #, php-format
565
  msgid "Get Access to %s+ Premium Plugins"
566
  msgstr "Krijg toegang tot %s+ Premium plugins"
567
 
568
+ #: bws_menu.php:326
569
  msgid "Subscribe to Pro Membership"
570
  msgstr "Abonneer je op de Pro Membership"
571
 
572
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
573
  #: deprecated.php:227
574
  msgid "Check license key"
575
  msgstr "Controleer de licentiesleutel"
576
 
577
+ #: bws_menu.php:337
578
  msgid "Enter your license key"
579
  msgstr "Vul uw licentiesleutel in"
580
 
581
+ #: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
582
+ #: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
583
+ #: deprecated.php:631 deprecated.php:703 deprecated.php:712
584
  msgid "Activate"
585
  msgstr "Activateer"
586
 
587
+ #: bws_menu.php:359
588
  msgid "Upload Plugin"
589
  msgstr "Upload Plugin"
590
 
591
+ #: bws_menu.php:363
592
  #, php-format
593
  msgid ""
594
  "The plugin generated %d characters of <strong>unexpected output</strong> "
601
  "met syndicationfeeds of andere problemen zijn; probeer deze plugin uit te "
602
  "schakelen of te verwijderen."
603
 
604
+ #: bws_menu.php:365
605
  msgid ""
606
  "Plugin could not be activated because it triggered a <strong>fatal error</"
607
  "strong>."
609
  "Plugin kan niet geactiveerd worden omdat het er <strong>fatal error</strong> "
610
  "zich voordoet."
611
 
612
+ #: bws_menu.php:368
613
  msgid "Plugin <strong>activated</strong>."
614
  msgstr "Plugin <strong>geactiveerd</strong>."
615
 
616
+ #: bws_menu.php:375
617
  msgid "Installing Plugin"
618
  msgstr "Installatie Plugin bezig"
619
 
620
+ #: bws_menu.php:381
621
  msgid "Downloading install package from"
622
  msgstr "Installatiepakket downloaden vanaf"
623
 
624
+ #: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
625
+ #: deprecated.php:410 deprecated.php:432
 
 
626
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
627
  msgstr ""
628
  "Het ziparchief kon niet worden geladen. Gelieve de plugin handmatig te "
629
  "uploaden"
630
 
631
+ #: bws_menu.php:406
632
  msgid "Unpacking the package"
633
  msgstr "Uitpakken van het pakket"
634
 
635
+ #: bws_menu.php:411 bws_menu.php:419
636
  msgid "Installing the plugin"
637
  msgstr "De plugin installeren"
638
 
639
+ #: bws_menu.php:415 deprecated.php:400
640
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
641
  msgstr ""
642
  "Kan het zip-bestand niet openen. Gelieve de plugin handmatig te uploaden"
643
 
644
+ #: bws_menu.php:422 deprecated.php:406
645
  msgid ""
646
  "Your server does not support either ZipArchive or Phar. Please, upload the "
647
  "plugin manually"
649
  "Uw server ondersteunt geen ZipArchive of Phar. Gelieve de plugin handmatig "
650
  "te uploaden"
651
 
652
+ #: bws_menu.php:425
653
  #, php-format
654
  msgid "The plugin %s is successfully installed."
655
  msgstr "De plugin %s is succesvol geïnstalleerd."
656
 
657
+ #: bws_menu.php:432 deprecated.php:413
658
  msgid "UploadDir is not writable. Please, upload the plugin manually"
659
  msgstr ""
660
  "UploadDir is kan niet worden weggeschreven. Gelieve de plugin handmatig te "
661
  "uploaden"
662
 
663
+ #: bws_menu.php:437
664
  msgid "Activate Plugin"
665
  msgstr "Activateer Plugin"
666
 
667
+ #: bws_menu.php:437 bws_menu.php:443
668
  msgid "Return to BestWebSoft Panel"
669
  msgstr "Terug naar het BestWebSoft Paneel"
670
 
671
+ #: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
672
  msgid "All"
673
  msgstr "Alle"
674
 
675
+ #: bws_menu.php:454 bws_menu.php:637
676
  msgid "Installed"
677
  msgstr "Geinstalleerd"
678
 
679
+ #: bws_menu.php:457
680
  msgid "Not Installed"
681
  msgstr "Niet geinstalleerd"
682
 
683
+ #: bws_menu.php:464
684
  msgid "Filter results"
685
  msgstr "Filter resultaten"
686
 
687
+ #: bws_menu.php:467 bws_menu.php:596
688
  msgid "Category"
689
  msgstr "Categorieen"
690
 
691
+ #: bws_menu.php:531
692
  msgid "Not installed"
693
  msgstr "Niet geinstalleerd"
694
 
695
+ #: bws_menu.php:535
696
  msgid "Renew to get updates"
697
  msgstr "Vernieuw om updates te verkrijgen"
698
 
699
+ #: bws_menu.php:538
700
  #, php-format
701
  msgid "Update to v %s"
702
  msgstr "Update naar v %s"
703
 
704
+ #: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
705
  msgid "Install Now"
706
  msgstr "Installeer nu"
707
 
708
+ #: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
709
  msgid "Upgrade to Pro"
710
  msgstr "Upgrade naar Pro"
711
 
712
+ #: bws_menu.php:570 bws_menu.php:579
713
  msgid "Activate this plugin"
714
  msgstr "Activateer deze plugin"
715
 
716
+ #: bws_menu.php:582
717
  msgid "Install this plugin"
718
  msgstr "Installeer deze plugin"
719
 
720
+ #: bws_menu.php:591
721
  msgid "Nothing found. Try another criteria."
722
  msgstr "Niks gevonden. Probeer een ander criteria."
723
 
724
+ #: bws_menu.php:628
725
  #, php-format
726
  msgid "By %s"
727
  msgstr "By %s"
728
 
729
+ #: bws_menu.php:635
730
  msgid "Already Installed"
731
  msgstr "Reeds geinstalleerd"
732
 
733
+ #: bws_menu.php:645
734
+ msgid "Browse More WordPress Themes"
735
+ msgstr ""
736
 
737
+ #: bws_menu.php:654
738
  msgid "Send to support"
739
  msgstr "Stuur uw vraag"
740
 
741
+ #: bws_menu.php:661
742
  msgid "Send to custom email &#187;"
743
  msgstr "Verzend naar aangepaste e-mail &#187;"
744
 
745
+ #: class-bws-settings.php:136
746
  msgid "Information"
747
  msgstr "Informatie"
748
 
749
+ #: class-bws-settings.php:144
750
  msgid "Inactive"
751
  msgstr "Inactief"
752
 
753
+ #: class-bws-settings.php:152
754
  msgid "Expired"
755
  msgstr "Verlopen"
756
 
757
+ #: class-bws-settings.php:155
758
  #, php-format
759
  msgid "%s day(-s) left"
760
  msgstr "%s dag(-en) over"
761
 
762
+ #: class-bws-settings.php:161
763
  #, php-format
764
  msgid "Expired on %s"
765
  msgstr "Verlopen op %s"
766
 
767
+ #: class-bws-settings.php:161
768
  msgid "Renew Now"
769
  msgstr "Vernieuw nu"
770
 
771
+ #: class-bws-settings.php:163
772
  msgid "Active"
773
  msgstr "Actief"
774
 
775
+ #: class-bws-settings.php:168
776
  msgid "License"
777
  msgstr "Licentie"
778
 
779
+ #: class-bws-settings.php:171
780
  msgid "Status"
781
  msgstr "Status"
782
 
783
+ #: class-bws-settings.php:175
784
  msgid "Version"
785
  msgstr "Versiie"
786
 
787
+ #: class-bws-settings.php:285
788
  msgid "All plugin settings were restored."
789
  msgstr "Alle plugin-instellingen zijn hersteld."
790
 
791
+ #: class-bws-settings.php:423
792
  msgid "Custom Code"
793
  msgstr "Maatwerk Code"
794
 
795
+ #: class-bws-settings.php:427 deprecated.php:498
796
  msgid "You do not have sufficient permissions to edit plugins for this site."
797
  msgstr ""
798
  "U heeft niet voldoende permissies om plugins voor deze website te bewerken."
799
 
800
+ #: class-bws-settings.php:432 deprecated.php:620
801
  msgid "These styles will be added to the header on all pages of your site."
802
  msgstr ""
803
  "Deze stijlen worden toegevoegd aan de koptekst op alle pagina's van uw "
804
  "website."
805
 
806
+ #: class-bws-settings.php:435 deprecated.php:622
807
  #, php-format
808
  msgid ""
809
  "This PHP code will be hooked to the %s action and will be printed on front "
812
  "Deze PHP-code wordt aangesloten op de %s actie en zal alleen op de website "
813
  "worden getoond."
814
 
815
+ #: class-bws-settings.php:438
816
  msgid "These code will be added to the header on all pages of your site."
817
  msgstr ""
818
  "Deze code wordt toegevoegd aan de koptekst op alle pagina's van uw website."
819
 
820
+ #: class-bws-settings.php:446 deprecated.php:646
821
  #, php-format
822
  msgid ""
823
  "You need to make this files writable before you can save your changes. See "
826
  "U moet deze bestanden schrijfrechten geven voordat u de wijzigingen kunt "
827
  "opslaan. Zie %s de Codex %s voor meer informatie."
828
 
829
+ #: class-bws-settings.php:456 deprecated.php:628
830
  msgid "Browsing"
831
  msgstr "Browsing"
832
 
833
+ #: class-bws-settings.php:461
834
  #, php-format
835
  msgid "Activate custom %s code."
836
  msgstr "Activateer maatwerk %s code."
837
 
838
+ #: class-bws-settings.php:469 deprecated.php:635
839
  #, php-format
840
  msgid "Learn more about %s"
841
  msgstr "Leer meer over %s"
842
 
843
+ #: class-bws-settings.php:531
844
  msgid "Miscellaneous Settings"
845
  msgstr "Diversen instellingen"
846
 
847
+ #: class-bws-settings.php:540 class-bws-settings.php:595
848
  #, php-format
849
  msgid ""
850
  "It is prohibited to change %s settings on this site in the %s network "
853
  "Het is verboden om %s instellingen op deze website te wijzigen in de %s "
854
  "netwerkinstellingen."
855
 
856
+ #: class-bws-settings.php:543 class-bws-settings.php:598
857
  #, php-format
858
  msgid ""
859
  "It is prohibited to view %s settings on this site in the %s network settings."
861
  "Het is verboden om %s instellingen op deze website te bekijken in de %s "
862
  "netwerkinstellingen."
863
 
864
+ #: class-bws-settings.php:552
865
  msgid "Pro Options"
866
  msgstr "Pro Opties"
867
 
868
+ #: class-bws-settings.php:556
869
  msgid "Enable to display plugin Pro options."
870
  msgstr "Schakel in om plugin Pro opties te zien."
871
 
872
+ #: class-bws-settings.php:562
873
  msgid "Track Usage"
874
  msgstr "Track gebruik"
875
 
876
+ #: class-bws-settings.php:566
877
  msgid ""
878
  "Enable to allow tracking plugin usage anonymously in order to make it better."
879
  msgstr ""
880
  "Activeer het gebruik van anonieme tracking van de bijbehorende plug-in, om "
881
  "het product beter te maken."
882
 
883
+ #: class-bws-settings.php:571
884
  msgid "Default Settings"
885
  msgstr "Standaard instellingen"
886
 
887
+ #: class-bws-settings.php:573
888
  msgid "Restore Settings"
889
  msgstr "Instellingen herstellen"
890
 
891
+ #: class-bws-settings.php:574
892
  msgid "This will restore plugin settings to defaults."
893
  msgstr ""
894
  "Dit zal de plugininstellingen herstellen naar de standaardinstellingen."
895
 
896
+ #: class-bws-settings.php:586
897
  msgid "Import / Export"
898
  msgstr "Import / Export"
899
 
900
+ #: class-bws-settings.php:702 class-bws-settings.php:735
901
+ #: class-bws-settings.php:757
902
  msgid "License Key"
903
  msgstr "Licentiesleutel"
904
 
905
+ #: class-bws-settings.php:725
906
  msgid "Congratulations! Pro license is activated successfully."
907
  msgstr "Hartelijk gefeliciteerd! De Pro licentie is succesvol geactiveerd."
908
 
909
+ #: class-bws-settings.php:726
910
  #, php-format
911
  msgid "You will be automatically redirected to the %s in %s seconds."
912
  msgstr "U wordt automatisch doorgestuurd naar %s in %s seconden."
913
 
914
+ #: class-bws-settings.php:726
915
  msgid "Settings page"
916
  msgstr "Instellingen"
917
 
918
+ #: class-bws-settings.php:741
919
  #, php-format
920
  msgid "Enter your license key to activate %s and get premium plugin features."
921
  msgstr ""
922
  "Voer uw licentiesleutel in om %s te activeren en premium-pluginfuncties te "
923
  "krijgen."
924
 
925
+ #: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
926
+ #: deprecated.php:706
927
  msgid ""
928
  "Unfortunately, you have exceeded the number of available tries per day. "
929
  "Please, upload the plugin manually."
931
  "Helaas heeft u het aantal beschikbare pogingen per dag overschreden. Gelieve "
932
  "de plugin handmatig te uploaden."
933
 
934
+ #: class-bws-settings.php:747 deprecated.php:697
935
  #, php-format
936
  msgid "Start Your Free %s-Day Trial Now"
937
  msgstr "Start nu uw gratis %s dag trial"
938
 
939
+ #: class-bws-settings.php:762
940
  msgid ""
941
  "If necessary, you can check if the license key is correct or reenter it in "
942
  "the field below."
944
  "Indien nodig kunt u controleren of de licentiesleutel juist is of u voert "
945
  "het opnieuw in het onderstaande veld."
946
 
947
+ #: class-bws-settings.php:767
948
  msgid "Manage License Settings"
949
  msgstr "Beheer licentie instellingen"
950
 
951
+ #: class-bws-settings.php:769
952
  msgid "Login to Client Area"
953
  msgstr "Inloggen op client gebied"
954
 
955
+ #: class-bws-settings.php:771
956
  msgid ""
957
  "Manage active licenses, download BWS products, and view your payment history "
958
  "using BestWebSoft Client Area."
960
  "Beheer actieve licenties, download BWS-producten en bekijk uw de "
961
  "betalingsgeschiedenis met behulp van de BestWebSoft Klanten Omgeving."
962
 
963
+ #: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
964
+ #: deprecated.php:361
965
  msgid "This license key is bound to another site."
966
  msgstr "Deze licentiesleutel is gebonden aan een andere website."
967
 
968
+ #: class-bws-settings.php:828 deprecated.php:143
969
  msgid ""
970
  "This license key is valid, but Your license has expired. If you want to "
971
  "update our plugin in future, you should extend the license."
973
  "Deze licentiesleutel is geldig, maar uw licentie is verlopen. Als u onze "
974
  "plugin in de toekomst wilt bijwerken, moet u de licentie verlengen."
975
 
976
+ #: class-bws-settings.php:830 deprecated.php:145
977
  msgid "Unfortunately, you have exceeded the number of available tries."
978
  msgstr "Helaas heeft u het aantal beschikbare pogingen overschreden."
979
 
980
+ #: class-bws-settings.php:832 deprecated.php:147
981
  msgid ""
982
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
983
  "The Pro Trial license can be installed only once."
985
  "Helaas, de Pro Trial licentie was al geïnstalleerd op dit domein. De Pro "
986
  "Trial License kan helaas maar eenmalig gebruikt worden."
987
 
988
+ #: class-bws-settings.php:837 deprecated.php:151
989
  msgid "The Pro Trial license key is valid."
990
  msgstr "De Pro Trial licentiesleutel is geldig."
991
 
992
+ #: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
993
  #, php-format
994
  msgid ""
995
  "In order to continue using the plugin it is necessary to buy a %s license."
996
  msgstr ""
997
  "Om door te gaan met de plugin is het nodig om een %s licentie te kopen."
998
 
999
+ #: class-bws-settings.php:933
1000
+ #, php-format
1001
+ msgid ""
1002
+ "Unfortunately, Your license has expired. To continue getting top-priority "
1003
+ "support and plugin updates, you should extend it in your %s."
1004
+ msgstr ""
1005
+
1006
+ #: class-bws-settings.php:959 class-bws-settings.php:981
1007
+ #: class-bws-settings.php:1003
1008
+ msgid "Failed to download the zip archive. Please, upload the plugin manually."
1009
+ msgstr ""
1010
+
1011
+ #: class-bws-settings.php:971
1012
+ msgid "Failed to open the zip archive. Please, upload the plugin manually."
1013
+ msgstr ""
1014
+
1015
+ #: class-bws-settings.php:977
1016
+ msgid ""
1017
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
1018
+ "plugin manually."
1019
+ msgstr ""
1020
+
1021
+ #: class-bws-settings.php:984
1022
+ msgid "UploadDir is not writable. Please, upload the plugin manually."
1023
+ msgstr ""
1024
+
1025
+ #: class-bws-settings.php:1042 deprecated.php:464
1026
  msgid "Please, enter Your license key"
1027
  msgstr "Vul alstublieft uw licentiesleutel in"
1028
 
1029
+ #: class-bws-settings.php:1054
1030
  msgid "Need Help?"
1031
  msgstr "Hulp nodig?"
1032
 
1033
+ #: class-bws-settings.php:1056
1034
  msgid "Read the Instruction"
1035
  msgstr "Lees de instructie"
1036
 
1037
+ #: class-bws-settings.php:1060
1038
  msgid "Watch the Video"
1039
  msgstr "Bekijk de Video"
1040
 
1041
+ #: class-bws-settings.php:1071
1042
  msgid "Start Your Free Trial"
1043
  msgstr "Begin uw gratis proefperiode"
1044
 
1045
+ #: deactivation-form.php:27
1046
+ msgid "Need help? We are ready to answer your questions."
1047
+ msgstr ""
1048
+
1049
+ #: deactivation-form.php:27
1050
+ msgid "Contact Support"
1051
+ msgstr ""
1052
+
1053
+ #: deactivation-form.php:32
1054
+ msgid "The plugin is not working"
1055
+ msgstr ""
1056
+
1057
+ #: deactivation-form.php:34
1058
+ msgid "Kindly share what didn't work so we can fix it in future updates..."
1059
+ msgstr ""
1060
+
1061
+ #: deactivation-form.php:38
1062
+ msgid "The plugin didn't work as expected"
1063
+ msgstr ""
1064
+
1065
+ #: deactivation-form.php:40
1066
+ msgid "What did you expect?"
1067
+ msgstr ""
1068
+
1069
+ #: deactivation-form.php:44
1070
+ msgid "The plugin suddenly stopped working"
1071
+ msgstr ""
1072
+
1073
+ #: deactivation-form.php:51
1074
+ msgid "The plugin broke my site"
1075
+ msgstr ""
1076
+
1077
+ #: deactivation-form.php:58
1078
+ msgid "I couldn't understand how to get it work"
1079
+ msgstr ""
1080
+
1081
+ #: deactivation-form.php:65
1082
+ msgid "I found a better plugin"
1083
+ msgstr ""
1084
+
1085
+ #: deactivation-form.php:67
1086
+ msgid "What's the plugin name?"
1087
+ msgstr ""
1088
+
1089
+ #: deactivation-form.php:71
1090
+ msgid "The plugin is great, but I need specific feature that you don't support"
1091
+ msgstr ""
1092
+
1093
+ #: deactivation-form.php:73
1094
+ msgid "What feature?"
1095
+ msgstr ""
1096
+
1097
+ #: deactivation-form.php:77
1098
+ msgid "I no longer need the plugin"
1099
+ msgstr ""
1100
+
1101
+ #: deactivation-form.php:83
1102
+ msgid "It's a temporary deactivation, I'm just debugging an issue"
1103
+ msgstr ""
1104
+
1105
+ #: deactivation-form.php:89
1106
+ msgid "Other"
1107
+ msgstr "Anders"
1108
+
1109
+ #: deactivation-form.php:123
1110
+ msgid "Quick Feedback"
1111
+ msgstr ""
1112
+
1113
+ #: deactivation-form.php:124
1114
+ msgid "If you have a moment, please let us know why you are deactivating"
1115
+ msgstr ""
1116
+
1117
+ #: deactivation-form.php:127
1118
+ msgid "Send website data and allow to contact me back"
1119
+ msgstr ""
1120
+
1121
+ #: deactivation-form.php:132
1122
+ msgid "Cancel"
1123
+ msgstr ""
1124
+
1125
+ #: deactivation-form.php:233
1126
+ msgid "Processing"
1127
+ msgstr ""
1128
+
1129
+ #: deactivation-form.php:262
1130
+ msgid "Submit & Deactivate"
1131
+ msgstr ""
1132
+
1133
+ #: deactivation-form.php:277
1134
+ msgid "Please tell us the reason so we can improve it."
1135
+ msgstr ""
1136
+
1137
+ #: deactivation-form.php:345
1138
+ msgid "Deactivate"
1139
+ msgstr ""
1140
+
1141
  #: deprecated.php:93
1142
  msgid "System Status"
1143
  msgstr "Systeem status"
1164
  "(Uw gebruikersnaam is het e-mailadres dat is opgegeven tijdens de aankoop). "
1165
  "Indien nodig, verstuur alstublieft \"Verstuur uw wachtwoord?\" Verzoek."
1166
 
1167
+ #: deprecated.php:246
1168
  msgid "After that, you can activate it by entering your license key."
1169
  msgstr "Daarna kunt u activeren door uw licentiesleutel in te voeren."
1170
 
1171
+ #: deprecated.php:249 deprecated.php:691
1172
  msgid "License key can be found in the"
1173
  msgstr "Licentiesleutel is te vinden in de"
1174
 
1175
+ #: deprecated.php:251 deprecated.php:693
1176
  msgid "(your username is the email address specified during the purchase)."
1177
  msgstr ""
1178
  "(Uw gebruikersnaam is het e-mailadres dat is opgegeven tijdens de aankoop)."
1179
 
1180
+ #: deprecated.php:279
1181
  msgid ""
1182
  "Congratulations! The Pro license of the plugin is activated successfully."
1183
  msgstr ""
1184
  "Hartelijk gefeliciteerd! De Pro-licentie van de plugin is succesvol "
1185
  "geactiveerd."
1186
 
1187
+ #: deprecated.php:281 deprecated.php:672
1188
  msgid "Please, go to"
1189
  msgstr "Ga aub naar"
1190
 
1191
+ #: deprecated.php:281 deprecated.php:672
1192
  msgid "the setting page"
1193
  msgstr "de instellingen"
1194
 
1195
+ #: deprecated.php:282 deprecated.php:673
1196
  msgid "You will be redirected automatically in 5 seconds."
1197
  msgstr "U wordt na 5 seconden automatisch doorverwezen."
1198
 
1199
+ #: deprecated.php:316
1200
  msgid "Check premium options on the plugin settings page!"
1201
  msgstr "Controleer de premiumopties op de pagina met Plugin-instellingen!"
1202
 
1203
+ #: deprecated.php:479
1204
  msgid "Restore all plugin settings to defaults"
1205
  msgstr "Herstel alle plugin-instellingen naar de standaardinstellingen"
1206
 
1207
+ #: deprecated.php:481
1208
  msgid "Restore settings"
1209
  msgstr "Herstel instellingen"
1210
 
1211
+ #: deprecated.php:550 deprecated.php:577
1212
  #, php-format
1213
  msgid "File %s edited successfully."
1214
  msgstr "Bestand %s is succesvol bewerkt"
1215
 
1216
+ #: deprecated.php:552 deprecated.php:579
1217
  msgid "Not enough permissions to create or update the file"
1218
  msgstr "Niet genoeg rechten om het bestand te maken of aan te passen"
1219
 
1220
+ #: deprecated.php:582
1221
  msgid "Not enough permissions to create the file"
1222
  msgstr "Niet genoeg rechten om het bestand te maken"
1223
 
1224
+ #: deprecated.php:626
1225
  msgid "Editing"
1226
  msgstr "Bewerken"
1227
 
1228
+ #: deprecated.php:670
1229
  msgid ""
1230
  "Congratulations! Pro version of the plugin is installed and activated "
1231
  "successfully."
1233
  "Hartelijk gefeliciteerd! De Pro-versie van de plugin is succesvol "
1234
  "geïnstalleerd en geactiveerd."
1235
 
1236
+ #: deprecated.php:680
1237
  msgid "Show Pro features"
1238
  msgstr "Toon de Pro functies"
1239
 
1240
+ #: deprecated.php:687
1241
  msgid "Enter your license key to install and activate"
1242
  msgstr "Voer uw licentiesleutel in om te installeren en te activeren"
1243
 
1244
+ #: deprecated.php:689
1245
  msgid "version of the plugin."
1246
  msgstr "versie van de plugin."
1247
 
1282
  msgstr ""
1283
 
1284
  #: product_list.php:22
1285
+ msgid "Best secure captcha plugin to protect your WordPress forms."
 
1286
  msgstr ""
1287
 
1288
  #: product_list.php:32
1322
 
1323
  #: product_list.php:103
1324
  msgid ""
 
 
 
 
 
 
1325
  "Get latest error log messages to diagnose website problems. Define and fix "
1326
  "issues faster."
1327
  msgstr ""
1328
 
1329
+ #: product_list.php:110
1330
  msgid ""
1331
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1332
  "widgets."
1333
  msgstr ""
1334
 
1335
+ #: product_list.php:120
1336
  msgid ""
1337
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1338
  "clicks."
1339
  msgstr ""
1340
 
1341
+ #: product_list.php:130
1342
  msgid ""
1343
+ "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1344
+ "posts, pages and widgets."
1345
  msgstr ""
1346
 
1347
+ #: product_list.php:140
1348
  msgid ""
1349
+ "Stronger security solution which protects your WordPress website from hacks "
1350
+ "and unauthorized login attempts."
1351
  msgstr ""
1352
 
1353
+ #: product_list.php:150
1354
  msgid ""
1355
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1356
  "results, categories, tags, and widgets."
1357
  msgstr ""
1358
 
1359
+ #: product_list.php:160
1360
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1361
  msgstr ""
1362
 
1363
+ #: product_list.php:170
1364
  msgid ""
1365
  "Protect WordPress website forms from spam entries with Google Captcha "
1366
  "(reCaptcha)."
1367
  msgstr ""
1368
 
1369
+ #: product_list.php:180
1370
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1371
  msgstr ""
1372
 
1373
+ #: product_list.php:190
1374
  msgid ""
1375
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1376
  "your blog."
1377
  msgstr ""
1378
 
1379
+ #: product_list.php:200
1380
  msgid ""
1381
  "Replace external WordPress website links with Google shortlinks and track "
1382
  "click stats."
1383
  msgstr ""
1384
 
1385
+ #: product_list.php:207
1386
  msgid ""
1387
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1388
  "hostnames, etc."
1389
  msgstr ""
1390
 
1391
+ #: product_list.php:217
1392
  msgid ""
1393
  "Create your personal job board and listing WordPress website. Search jobs, "
1394
  "submit CV/resumes, choose candidates."
1395
  msgstr ""
1396
 
1397
+ #: product_list.php:224
1398
  msgid ""
1399
  "Protect WordPress website against brute force attacks. Limit rate of login "
1400
  "attempts."
1401
  msgstr ""
1402
 
1403
+ #: product_list.php:234
1404
  msgid ""
1405
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1406
  "5 plugins included – profile, insider, etc."
1407
  msgstr ""
1408
 
1409
+ #: product_list.php:244
1410
  msgid ""
1411
  "Translate WordPress website content to other languages manually. Create "
1412
  "multilingual pages, posts, widgets, menus, etc."
1413
  msgstr ""
1414
 
1415
+ #: product_list.php:254
1416
  msgid ""
1417
  "Add customizable pagination to WordPress website. Split long content to "
1418
  "multiple pages for better navigation."
1419
  msgstr ""
1420
 
1421
+ #: product_list.php:264
1422
  msgid ""
1423
  "Generate PDF files and print WordPress posts/pages. Customize document "
1424
  "header/footer styles and appearance."
1425
  msgstr ""
1426
 
1427
+ #: product_list.php:274
1428
  msgid ""
1429
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1430
  "Profile) to WordPress posts, pages and widgets."
1431
  msgstr ""
1432
 
1433
+ #: product_list.php:284
1434
  msgid ""
1435
  "Create your personal portfolio WordPress website. Manage and showcase past "
1436
  "projects to get more clients."
1437
  msgstr ""
1438
 
1439
+ #: product_list.php:294
1440
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1441
  msgstr ""
1442
 
1443
+ #: product_list.php:301
1444
  msgid ""
1445
  "Add extra fields to default WordPress user profile. The easiest way to "
1446
  "create and manage additional custom values."
1447
  msgstr ""
1448
 
1449
+ #: product_list.php:308
1450
  msgid ""
1451
  "Add and display HTML advertisement banner on WordPress website. Customize "
1452
  "bar styles and appearance."
1453
  msgstr ""
1454
 
1455
+ #: product_list.php:318
1456
  msgid ""
1457
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1458
  "widgets."
1459
  msgstr ""
1460
 
1461
+ #: product_list.php:325
1462
  msgid ""
1463
  "Add rating plugin to your WordPress website to receive feedback from your "
1464
  "customers."
1465
  msgstr ""
1466
 
1467
+ #: product_list.php:332
1468
  msgid ""
1469
  "Create your personal real estate WordPress website. Sell, rent and buy "
1470
  "properties. Add, search and browse listings easily."
1471
  msgstr ""
1472
 
1473
+ #: product_list.php:342
 
 
 
 
 
 
1474
  msgid ""
1475
  "Add related, featured, latest, and popular posts to your WordPress website. "
1476
  "Connect your blog readers with a relevant content."
1477
  msgstr ""
1478
 
1479
+ #: product_list.php:349
1480
  msgid ""
1481
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1482
  "settings and detailed reports."
1483
  msgstr ""
1484
 
1485
+ #: product_list.php:359
1486
  msgid ""
1487
  "The best responsive slider plugin for your WordPress website. Create "
1488
  "beautifully animated slides just in a few clicks."
1489
  msgstr ""
1490
 
1491
+ #: product_list.php:366
1492
  msgid ""
1493
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1494
  "Yahoo, Hotmail and other services."
1495
  msgstr ""
1496
 
1497
+ #: product_list.php:373
1498
  msgid ""
1499
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1500
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1501
  msgstr ""
1502
 
1503
+ #: product_list.php:383
1504
  msgid ""
1505
  "Add social media login, registration, and commenting to your WordPress "
1506
  "website."
1507
  msgstr ""
1508
 
1509
+ #: product_list.php:390
1510
  msgid ""
1511
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1512
  "Collect data and subscribe your users."
1513
  msgstr ""
1514
 
1515
+ #: product_list.php:400
1516
  msgid ""
1517
  "Add testimonials and feedbacks from your customers to WordPress website "
1518
  "posts, pages, and widgets."
1519
  msgstr ""
1520
 
1521
+ #: product_list.php:407
1522
  msgid ""
1523
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1524
  "attendance and generate reports."
1525
  msgstr ""
1526
 
1527
+ #: product_list.php:417
1528
  msgid ""
1529
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1530
  "and pages."
1531
  msgstr ""
1532
 
1533
+ #: product_list.php:427
1534
  msgid ""
1535
  "Automatically check and update WordPress website core with all installed "
1536
  "plugins and themes to the latest versions."
1537
  msgstr ""
1538
 
1539
+ #: product_list.php:437
1540
  msgid ""
1541
  "Powerful user role management plugin for WordPress website. Create, edit, "
1542
  "copy, and delete user roles."
1543
  msgstr ""
1544
 
1545
+ #: product_list.php:447
1546
  msgid ""
1547
  "Display live count of online visitors who are currently browsing your "
1548
  "WordPress website."
1549
  msgstr ""
1550
 
1551
+ #: product_list.php:457
1552
  msgid ""
1553
  "Backup and export Zendesk Help Center content automatically to your "
1554
  "WordPress website database."
1555
  msgstr ""
1556
 
1557
+ #~ msgid "Congratulations! Pro Membership license is activated successfully."
1558
+ #~ msgstr ""
1559
+ #~ "Hartelijk gefeliciteerd! Uw Pro Membership licentie is succesvol "
1560
+ #~ "geactiveerd."
1561
+
1562
+ #~ msgid "Email with system info is sent to"
1563
+ #~ msgstr "E-mail met systeeminformatie wordt verzonden naar"
1564
+
1565
+ #~ msgid "Browse Free WordPress Themes"
1566
+ #~ msgstr "Browse Gratis WordPress Themas"
1567
+
1568
+ #~ msgid ""
1569
+ #~ "You can use one license of the Pro plugin for one domain only. Please "
1570
+ #~ "check and edit your license or domain if necessary using you personal "
1571
+ #~ "Client Area. We strongly recommend you to solve the problem within 24 "
1572
+ #~ "hours, otherwise the Pro plugin will be deactivated."
1573
+ #~ msgstr ""
1574
+ #~ "U kunt één licentie van de Pro-plugin gebruiken voor één domein. "
1575
+ #~ "Controleer en bewerk uw licentie of domein indien nodig op uw "
1576
+ #~ "persoonlijke klantenomgeving. We raden u aan om het probleem binnen 24 "
1577
+ #~ "uur op te lossen, anders wordt de Pro-plugin gedeactiveerd."
1578
+
1579
+ #~ msgid "Insert"
1580
+ #~ msgstr "Invoegen"
1581
+
1582
  #~ msgid "Advertisement"
1583
  #~ msgstr "Advertentie"
1584
 
1596
 
1597
  #~ msgid "Utilities"
1598
  #~ msgstr "Voorzieningen"
 
 
 
bws_menu/languages/bestwebsoft-pl_PL.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-pl_PL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-06-08 11:26+0300\n"
6
- "PO-Revision-Date: 2017-06-08 11:26+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Damian Dąbrowski <contact@codester.pl>\n"
9
  "Language: pl_PL\n"
@@ -18,11 +18,11 @@ msgstr ""
18
  "|| n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: bws_functions.php:72 bws_functions.php:190
22
  msgid "requires"
23
  msgstr "wymaga wersja"
24
 
25
- #: bws_functions.php:74
26
  msgid ""
27
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
  "try again."
@@ -30,62 +30,63 @@ msgstr ""
30
  "lub nowsza, dlatego wtyczka została wyłączona. Zaktualizuj WordPress i "
31
  "spróbuj ponownie."
32
 
33
- #: bws_functions.php:75
34
  msgid "Back to the WordPress"
35
  msgstr "Wróć do WordPress"
36
 
37
- #: bws_functions.php:77
38
  msgid "Plugins page"
39
  msgstr "Wtyczki"
40
 
41
- #: bws_functions.php:91
42
  #, fuzzy
43
  msgid "Like the plugin?"
44
  msgstr "Oceń wtyczkę"
45
 
46
  #: bws_functions.php:93
 
 
 
 
 
47
  msgid "Rate it"
48
  msgstr ""
49
 
50
- #: bws_functions.php:102
51
  msgid "Need help?"
52
  msgstr "Potrzebujesz pomocy?"
53
 
54
- #: bws_functions.php:103 bws_functions.php:907 class-bws-settings.php:1047
55
  msgid "Visit Help Center"
56
  msgstr ""
57
 
58
- #: bws_functions.php:106
59
  #, fuzzy
60
  msgid "Want to support the plugin?"
61
  msgstr "Oceń wtyczkę"
62
 
63
- #: bws_functions.php:107 bws_menu.php:553
64
  msgid "Donate"
65
  msgstr ""
66
 
67
- #: bws_functions.php:127
68
  msgid "WARNING: Illegal use notification"
69
  msgstr "UWAGA: Odnotowano nielegalne użycie"
70
 
71
- #: bws_functions.php:127
72
  msgid ""
73
  "You can use one license of the Pro plugin for one domain only. Please check "
74
- "and edit your license or domain if necessary using you personal Client Area. "
75
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
76
- "the Pro plugin will be deactivated."
77
  msgstr ""
78
- "Licencja wersji PRO może być wykorzystywana tylko na jednej domenie. Proszę "
79
- "sprawdź i edytuj klucz licencji lub domenę, jeśli to konieczne wykorzystaj "
80
- "Panel Klienta. Zalecamy rozwiązanie tego problemu w przeciągu 24 godzin, w "
81
- "przeciwnym wypadku wersja PRO zostanie zablokowana."
82
 
83
- #: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
84
- #: class-bws-settings.php:143
85
  msgid "Learn More"
86
  msgstr "Dowiedz się więcej"
87
 
88
- #: bws_functions.php:144
89
  #, fuzzy
90
  msgid ""
91
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
@@ -94,7 +95,7 @@ msgstr ""
94
  "Uwaga: Testowa wersja PRO niestety wygasła. Aby kontynuować korzystanie z "
95
  "naszej wtyczki powinieneś zakupić klucz licencji."
96
 
97
- #: bws_functions.php:146
98
  #, fuzzy
99
  msgid ""
100
  "Your license has expired. To continue getting top-priority support and "
@@ -103,24 +104,24 @@ msgstr ""
103
  "Twoja licencja wygasła. Aby podtrzymać szybki dostęp do pomocy i "
104
  "aktualizacji powinieneś przedłużyć licencję."
105
 
106
- #: bws_functions.php:146 bws_functions.php:382 deprecated.php:584
107
  msgid "Learn more"
108
  msgstr "Dowiedz się więcej"
109
 
110
- #: bws_functions.php:164
111
  #, php-format
112
  msgid "Notice: You are using the Pro Trial license of %s plugin."
113
  msgstr "Uwaga: Wykorzystujesz próbną licencję wersji PRO dla %s."
114
 
115
- #: bws_functions.php:166
116
  msgid "Notice: You are using the Pro Trial license of plugin."
117
  msgstr "Uwaga: Wykorzystywana jest próbna licencja wtyczki."
118
 
119
- #: bws_functions.php:169
120
  msgid "The Pro Trial license will expire on"
121
  msgstr "Licencja próbna wygaśnie"
122
 
123
- #: bws_functions.php:192
124
  msgid ""
125
  "or higher! We do not guarantee that our plugin will work correctly. Please "
126
  "upgrade to WordPress latest version."
@@ -128,75 +129,75 @@ msgstr ""
128
  "lub nowsza! Nie gwarantujemy, że nasza wtyczka będzie działała poprawnie. "
129
  "Proszę zaktualizować WordPress do najnowszej wersji."
130
 
131
- #: bws_functions.php:207
132
  #, php-format
133
  msgid "Thank you for installing %s plugin!"
134
  msgstr ""
135
 
136
- #: bws_functions.php:208
137
  msgid "Let's get started"
138
  msgstr "Zaczynajmny"
139
 
140
- #: bws_functions.php:209 bws_functions.php:242 bws_menu.php:557
141
- #: bws_menu.php:559
142
  msgid "Settings"
143
  msgstr "Ustawienia"
144
 
145
- #: bws_functions.php:211 bws_menu.php:328 class-bws-settings.php:736
146
- #: class-bws-settings.php:1049 class-bws-settings.php:1059 deprecated.php:694
147
  msgid "or"
148
  msgstr "lub"
149
 
150
- #: bws_functions.php:212 bws_functions.php:244
151
  msgid "Add New"
152
  msgstr "Dodaj nowy"
153
 
154
- #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
155
- #: bws_functions.php:378 bws_functions.php:480
156
  msgid "Close notice"
157
  msgstr "Zamknij powiadomienie"
158
 
159
- #: bws_functions.php:231
160
  #, fuzzy
161
  msgid "Thank you for installing plugins by BestWebSoft!"
162
  msgstr "Dziękujemy za instalację"
163
 
164
- #: bws_functions.php:233
165
  #, fuzzy
166
  msgid "More Details"
167
  msgstr "Szczegóły"
168
 
169
- #: bws_functions.php:234
170
  #, fuzzy
171
  msgid "Less Details"
172
  msgstr "Szczegóły"
173
 
174
- #: bws_functions.php:262
175
  msgid "Deprecated function(-s) is used on the site here:"
176
  msgstr ""
177
 
178
- #: bws_functions.php:276
179
  msgid ""
180
  "This function(-s) will be removed over time. Please update the product(-s)."
181
  msgstr ""
182
 
183
- #: bws_functions.php:335
184
  msgid "It’s time to upgrade your"
185
  msgstr "Czas by zaktualizować"
186
 
187
- #: bws_functions.php:335
188
  msgid "to"
189
  msgstr "do"
190
 
191
- #: bws_functions.php:335
192
  msgid "version!"
193
  msgstr "wersji!"
194
 
195
- #: bws_functions.php:336
196
  msgid "Extend standard plugin functionality with new great options."
197
  msgstr "Rozszerz podstawowe funkcje wtyczki o nowe wspaniałe opcje."
198
 
199
- #: bws_functions.php:382
200
  #, fuzzy, php-format
201
  msgid ""
202
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
@@ -205,36 +206,36 @@ msgstr ""
205
  "zostaniesz wówczas pozbawiony SZYBKIEGO DOSTĘDO DO SUPPORTU oraz "
206
  "AKTUALIZACJI."
207
 
208
- #: bws_functions.php:475
209
  #, php-format
210
  msgid "Thank you for choosing %s plugin!"
211
  msgstr ""
212
 
213
- #: bws_functions.php:476
214
  msgid ""
215
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
216
  "we'd love to hear about it!"
217
  msgstr ""
218
 
219
- #: bws_functions.php:477
220
  msgid "Suggest a Feature"
221
  msgstr ""
222
 
223
- #: bws_functions.php:493 class-bws-settings.php:533 class-bws-settings.php:536
224
- #: class-bws-settings.php:584 class-bws-settings.php:587
225
  msgid "Notice"
226
  msgstr "Uwaga"
227
 
228
- #: bws_functions.php:493
229
  msgid "The plugin's settings have been changed."
230
  msgstr "Ustawienia wtyczki zostały zmienione."
231
 
232
- #: bws_functions.php:494 class-bws-settings.php:182 class-bws-settings.php:202
233
- #: deprecated.php:640
234
  msgid "Save Changes"
235
  msgstr "Zapisz zmiany"
236
 
237
- #: bws_functions.php:508
238
  #, fuzzy
239
  msgid ""
240
  "You can always look at premium options by checking the \"Pro Options\" in "
@@ -243,86 +244,82 @@ msgstr ""
243
  "Zawsze możesz sprawdzić funkcje premium poprzez kliknięcie \"Pokaż funkcje "
244
  "PRO\" w zakładce \"Go PRO\""
245
 
246
- #: bws_functions.php:629
247
  msgid "Add BWS Shortcode"
248
  msgstr ""
249
 
250
- #: bws_functions.php:630
251
  msgid "Add BWS Plugins Shortcode"
252
  msgstr "Dodaj BWS Shortcode"
253
 
254
- #: bws_functions.php:649
255
  #, fuzzy
256
  msgid "Add shortcode"
257
  msgstr "Dodaj BWS Shortcode"
258
 
259
- #: bws_functions.php:649
260
  msgid "Add BestWebSoft plugins' shortcodes using this button."
261
  msgstr ""
262
 
263
- #: bws_functions.php:695
264
  msgid "Close"
265
  msgstr "Zamknij"
266
 
267
- #: bws_functions.php:787
268
  #, fuzzy
269
  msgid "Are you sure you want to restore default settings?"
270
  msgstr ""
271
  "Czy jesteś pewien, że chcesz przywrócić wszystkie ustawienia do wartości "
272
  "domyślnych?"
273
 
274
- #: bws_functions.php:790
275
  msgid "Yes, restore all settings"
276
  msgstr "Tak, przywróć wszystkie ustawienia"
277
 
278
- #: bws_functions.php:791
279
  msgid "No, go back to the settings page"
280
  msgstr "Nie, wróć do ustawień"
281
 
282
- #: bws_functions.php:833
283
  msgid "Plugin"
284
  msgstr "Wtyczka"
285
 
286
- #: bws_functions.php:842
287
  msgid "Shortcode settings"
288
  msgstr "Ustawienia shortcode"
289
 
290
- #: bws_functions.php:847
291
  msgid "The shortcode will be inserted"
292
  msgstr "Shortcode zostanie umieszczony"
293
 
294
- #: bws_functions.php:852
295
- msgid "Insert"
296
- msgstr "Umieść"
297
-
298
- #: bws_functions.php:912
299
  msgid "FAQ"
300
  msgstr "FAQ"
301
 
302
- #: bws_functions.php:918
303
  msgid "For more information:"
304
  msgstr ""
305
 
306
- #: bws_functions.php:919
307
  msgid "Documentation"
308
  msgstr ""
309
 
310
- #: bws_functions.php:920
311
  msgid "Video Instructions"
312
  msgstr ""
313
 
314
- #: bws_functions.php:921
315
  #, fuzzy
316
  msgid "Submit a Request"
317
  msgstr "送信ボタン"
318
 
319
- #: bws_menu.php:101 class-bws-settings.php:781 deprecated.php:322
320
  msgid "Wrong license key"
321
  msgstr "Niepoprawny klucz licencji"
322
 
323
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
324
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
325
- #: deprecated.php:352
326
  msgid ""
327
  "Something went wrong. Please try again later. If the error appears again, "
328
  "please contact us"
@@ -330,14 +327,14 @@ msgstr ""
330
  "Coś poszło nie tak. Spróbuj ponownie później. Jeśli błąd pojawi się ponownie "
331
  "proszę skontaktować się z nami"
332
 
333
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
334
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
335
- #: deprecated.php:352
336
  msgid "We are sorry for inconvenience."
337
  msgstr "Przepraszamy za niedogodności."
338
 
339
- #: bws_menu.php:128 class-bws-settings.php:813 class-bws-settings.php:916
340
- #: deprecated.php:139 deprecated.php:358
341
  msgid "Wrong license key."
342
  msgstr "Niepoprawny klucz licencji"
343
 
@@ -352,11 +349,11 @@ msgstr "Klucz licencji został przypisany do innej strony."
352
  msgid "Log in"
353
  msgstr ""
354
 
355
- #: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
356
  msgid "Unfortunately, you have exceeded the number of available tries per day."
357
  msgstr "Niestety, przekroczono dzienną liczbę dostępnych prób."
358
 
359
- #: bws_menu.php:134 class-bws-settings.php:922 deprecated.php:364
360
  #, fuzzy, php-format
361
  msgid ""
362
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -365,7 +362,7 @@ msgstr ""
365
  "Niestety, Twoja licencja wygasła. By nadal korzystać z szybkiego dostępu do "
366
  "wsparcia oraz aktualizacji powinieneś przedłużyć licencję."
367
 
368
- #: bws_menu.php:136 class-bws-settings.php:924 deprecated.php:366
369
  msgid ""
370
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
371
  "Trial license can be installed only once."
@@ -373,20 +370,19 @@ msgstr ""
373
  "Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
374
  "może być wykorzystana tylko raz."
375
 
376
- #: bws_menu.php:142 class-bws-settings.php:828 deprecated.php:153
377
  msgid "The license key is valid."
378
  msgstr "Klucz licencji jest poprawny"
379
 
380
- #: bws_menu.php:144 class-bws-settings.php:831 deprecated.php:156
381
  msgid "Your license will expire on"
382
  msgstr "Twoja licencja wygaśnie"
383
 
384
  #: bws_menu.php:146
385
- #, fuzzy
386
- msgid "Congratulations! Pro Membership license is activated successfully."
387
- msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
388
 
389
- #: bws_menu.php:153 class-bws-settings.php:996 deprecated.php:435
390
  msgid ""
391
  "Something went wrong. Try again later or upload the plugin manually. We are "
392
  "sorry for inconvenience."
@@ -550,71 +546,71 @@ msgstr "Nieaktywne wtyczki"
550
  msgid "Please enter a valid email address."
551
  msgstr "Podaj poprawny adres email"
552
 
553
- #: bws_menu.php:264
554
- #, fuzzy
555
- msgid "Email with system info is sent to"
556
- msgstr "Wiadomość z informacjami systemowymi zostanie wysłana do "
557
 
558
- #: bws_menu.php:268
559
  msgid "Thank you for contacting us."
560
  msgstr "Dziękujemy za kontakt."
561
 
562
- #: bws_menu.php:291
563
  msgid "Sorry, email message could not be delivered."
564
  msgstr "Przepraszamy, wiadomość nie została dostarczona."
565
 
566
- #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
567
  msgid "Plugins"
568
  msgstr "Wtyczki"
569
 
570
- #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
571
  msgid "Themes"
572
  msgstr "Motywy"
573
 
574
- #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
575
  msgid "System status"
576
  msgstr "Status systemu"
577
 
578
- #: bws_menu.php:317
579
  msgid "Support"
580
  msgstr "サポート"
581
 
582
- #: bws_menu.php:318
583
  msgid "Manage purchased licenses & subscriptions"
584
  msgstr ""
585
 
586
- #: bws_menu.php:326
587
  #, php-format
588
  msgid "Get Access to %s+ Premium Plugins"
589
  msgstr ""
590
 
591
- #: bws_menu.php:328
592
  #, fuzzy
593
  msgid "Subscribe to Pro Membership"
594
  msgstr "有効なテーマ"
595
 
596
- #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:749
597
  #: deprecated.php:227
598
  msgid "Check license key"
599
  msgstr "Sprawdź klucz licencji"
600
 
601
- #: bws_menu.php:339
602
  #, fuzzy
603
  msgid "Enter your license key"
604
  msgstr "Podaj klucz licencji"
605
 
606
- #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
607
- #: class-bws-settings.php:728 deprecated.php:259 deprecated.php:267
608
- #: deprecated.php:629 deprecated.php:700 deprecated.php:709
609
  msgid "Activate"
610
  msgstr "Aktywuj"
611
 
612
- #: bws_menu.php:361
613
  #, fuzzy
614
  msgid "Upload Plugin"
615
  msgstr "Wtyczka"
616
 
617
- #: bws_menu.php:365
618
  #, php-format
619
  msgid ""
620
  "The plugin generated %d characters of <strong>unexpected output</strong> "
@@ -623,331 +619,329 @@ msgid ""
623
  "or removing this plugin."
624
  msgstr ""
625
 
626
- #: bws_menu.php:367
627
  msgid ""
628
  "Plugin could not be activated because it triggered a <strong>fatal error</"
629
  "strong>."
630
  msgstr ""
631
 
632
- #: bws_menu.php:370
633
  msgid "Plugin <strong>activated</strong>."
634
  msgstr ""
635
 
636
- #: bws_menu.php:377
637
  #, fuzzy
638
  msgid "Installing Plugin"
639
  msgstr "Zainstalowane"
640
 
641
- #: bws_menu.php:383
642
  msgid "Downloading install package from"
643
  msgstr ""
644
 
645
- #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
646
- #: class-bws-settings.php:948 class-bws-settings.php:970
647
- #: class-bws-settings.php:992 deprecated.php:387 deprecated.php:409
648
- #: deprecated.php:431
649
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
650
  msgstr ""
651
  "Pobieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
652
  "manualnie"
653
 
654
- #: bws_menu.php:408
655
  msgid "Unpacking the package"
656
  msgstr ""
657
 
658
- #: bws_menu.php:413 bws_menu.php:421
659
  #, fuzzy
660
  msgid "Installing the plugin"
661
  msgstr "Zainstalowane"
662
 
663
- #: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
664
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
665
  msgstr ""
666
  "Otwieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
667
  "manualnie"
668
 
669
- #: bws_menu.php:424 class-bws-settings.php:966 deprecated.php:405
670
  msgid ""
671
  "Your server does not support either ZipArchive or Phar. Please, upload the "
672
  "plugin manually"
673
  msgstr ""
674
  "Twój serwer nie wspiera ZipAcrchive lub Phar. Proszę dodać wtyczkę manualnie"
675
 
676
- #: bws_menu.php:427
677
  #, php-format
678
  msgid "The plugin %s is successfully installed."
679
  msgstr ""
680
 
681
- #: bws_menu.php:434 class-bws-settings.php:973 deprecated.php:412
682
  msgid "UploadDir is not writable. Please, upload the plugin manually"
683
  msgstr ""
684
  "Folder uploadu jest chroniony przez zapisem. Proszę dodać wtyczkę manualnie"
685
 
686
- #: bws_menu.php:439
687
  #, fuzzy
688
  msgid "Activate Plugin"
689
  msgstr "Aktywne wtyczki"
690
 
691
- #: bws_menu.php:439 bws_menu.php:445
692
  msgid "Return to BestWebSoft Panel"
693
  msgstr ""
694
 
695
- #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
696
  msgid "All"
697
  msgstr "Wszystko"
698
 
699
- #: bws_menu.php:450 bws_menu.php:650
700
  msgid "Installed"
701
  msgstr "Zainstalowane"
702
 
703
- #: bws_menu.php:451
704
  #, fuzzy
705
  msgid "Not Installed"
706
  msgstr "Zainstalowane"
707
 
708
- #: bws_menu.php:457
709
  msgid "Filter results"
710
  msgstr ""
711
 
712
- #: bws_menu.php:460 bws_menu.php:589
713
  msgid "Category"
714
  msgstr ""
715
 
716
- #: bws_menu.php:524
717
  #, fuzzy
718
  msgid "Not installed"
719
  msgstr "Zainstalowane"
720
 
721
- #: bws_menu.php:528
722
  #, fuzzy
723
  msgid "Renew to get updates"
724
  msgstr "ページに転送"
725
 
726
- #: bws_menu.php:531
727
  #, fuzzy, php-format
728
  msgid "Update to v %s"
729
  msgstr "Aktualizuj do wersji %s"
730
 
731
- #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
732
  msgid "Install Now"
733
  msgstr "Instaluj teraz"
734
 
735
- #: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
736
  msgid "Upgrade to Pro"
737
  msgstr ""
738
 
739
- #: bws_menu.php:563 bws_menu.php:572
740
  msgid "Activate this plugin"
741
  msgstr "Aktywuj wtyczkę"
742
 
743
- #: bws_menu.php:575
744
  #, fuzzy
745
  msgid "Install this plugin"
746
  msgstr "Zainstalowane"
747
 
748
- #: bws_menu.php:584
749
  msgid "Nothing found. Try another criteria."
750
  msgstr ""
751
 
752
- #: bws_menu.php:621 bws_menu.php:641
753
  #, php-format
754
  msgid "By %s"
755
  msgstr "Od %s"
756
 
757
- #: bws_menu.php:648
758
  msgid "Already Installed"
759
  msgstr "Zainstalowane"
760
 
761
- #: bws_menu.php:659
762
- msgid "Browse Free WordPress Themes"
763
  msgstr ""
764
 
765
- #: bws_menu.php:668
766
  msgid "Send to support"
767
  msgstr "Wyślij do supportu"
768
 
769
- #: bws_menu.php:675
770
  msgid "Send to custom email &#187;"
771
  msgstr "Prześlij na własny adres &#187;"
772
 
773
- #: class-bws-settings.php:135
774
  msgid "Information"
775
  msgstr ""
776
 
777
- #: class-bws-settings.php:143
778
  #, fuzzy
779
  msgid "Inactive"
780
  msgstr "Nieaktywne wtyczki"
781
 
782
- #: class-bws-settings.php:151
783
  msgid "Expired"
784
  msgstr ""
785
 
786
- #: class-bws-settings.php:154
787
  #, php-format
788
  msgid "%s day(-s) left"
789
  msgstr ""
790
 
791
- #: class-bws-settings.php:160
792
  #, fuzzy, php-format
793
  msgid "Expired on %s"
794
  msgstr "wygasa"
795
 
796
- #: class-bws-settings.php:160
797
  msgid "Renew Now"
798
  msgstr ""
799
 
800
- #: class-bws-settings.php:162
801
  #, fuzzy
802
  msgid "Active"
803
  msgstr "Aktywuj"
804
 
805
- #: class-bws-settings.php:167
806
  #, fuzzy
807
  msgid "License"
808
  msgstr "Niepoprawny klucz licencji"
809
 
810
- #: class-bws-settings.php:170
811
  #, fuzzy
812
  msgid "Status"
813
  msgstr "Status systemu"
814
 
815
- #: class-bws-settings.php:174
816
  #, fuzzy
817
  msgid "Version"
818
  msgstr "wersji!"
819
 
820
- #: class-bws-settings.php:282
821
  #, fuzzy
822
  msgid "All plugin settings were restored."
823
  msgstr "Ustawienia wtyczki zostały zmienione."
824
 
825
- #: class-bws-settings.php:420
826
  msgid "Custom Code"
827
  msgstr ""
828
 
829
- #: class-bws-settings.php:424 deprecated.php:497
830
  msgid "You do not have sufficient permissions to edit plugins for this site."
831
  msgstr ""
832
 
833
- #: class-bws-settings.php:429 deprecated.php:618
834
  msgid "These styles will be added to the header on all pages of your site."
835
  msgstr ""
836
 
837
- #: class-bws-settings.php:432 deprecated.php:620
838
  #, php-format
839
  msgid ""
840
  "This PHP code will be hooked to the %s action and will be printed on front "
841
  "end only."
842
  msgstr ""
843
 
844
- #: class-bws-settings.php:435
845
  msgid "These code will be added to the header on all pages of your site."
846
  msgstr ""
847
 
848
- #: class-bws-settings.php:443 deprecated.php:644
849
  #, php-format
850
  msgid ""
851
  "You need to make this files writable before you can save your changes. See "
852
  "%s the Codex %s for more information."
853
  msgstr ""
854
 
855
- #: class-bws-settings.php:453 deprecated.php:626
856
  msgid "Browsing"
857
  msgstr ""
858
 
859
- #: class-bws-settings.php:457
860
  #, php-format
861
  msgid "Activate custom %s code."
862
  msgstr ""
863
 
864
- #: class-bws-settings.php:464 deprecated.php:633
865
  #, fuzzy, php-format
866
  msgid "Learn more about %s"
867
  msgstr "Dowiedz się więcej"
868
 
869
- #: class-bws-settings.php:524
870
  msgid "Miscellaneous Settings"
871
  msgstr ""
872
 
873
- #: class-bws-settings.php:533 class-bws-settings.php:584
874
  #, php-format
875
  msgid ""
876
  "It is prohibited to change %s settings on this site in the %s network "
877
  "settings."
878
  msgstr ""
879
 
880
- #: class-bws-settings.php:536 class-bws-settings.php:587
881
  #, php-format
882
  msgid ""
883
  "It is prohibited to view %s settings on this site in the %s network settings."
884
  msgstr ""
885
 
886
- #: class-bws-settings.php:545
887
  #, fuzzy
888
  msgid "Pro Options"
889
  msgstr "Pro Plugins"
890
 
891
- #: class-bws-settings.php:548
892
  msgid "Enable to display plugin Pro options."
893
  msgstr ""
894
 
895
- #: class-bws-settings.php:553
896
  msgid "Track Usage"
897
  msgstr ""
898
 
899
- #: class-bws-settings.php:556
900
  msgid ""
901
  "Enable to allow tracking plugin usage anonymously in order to make it better."
902
  msgstr ""
903
 
904
- #: class-bws-settings.php:560
905
  #, fuzzy
906
  msgid "Default Settings"
907
  msgstr "Ustawienia"
908
 
909
- #: class-bws-settings.php:562
910
  #, fuzzy
911
  msgid "Restore Settings"
912
  msgstr "Przywróć ustawienia"
913
 
914
- #: class-bws-settings.php:563
915
  #, fuzzy
916
  msgid "This will restore plugin settings to defaults."
917
  msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
918
 
919
- #: class-bws-settings.php:575
920
  msgid "Import / Export"
921
  msgstr ""
922
 
923
- #: class-bws-settings.php:691 class-bws-settings.php:724
924
- #: class-bws-settings.php:746
925
  #, fuzzy
926
  msgid "License Key"
927
  msgstr "Niepoprawny klucz licencji"
928
 
929
- #: class-bws-settings.php:714
930
  #, fuzzy
931
  msgid "Congratulations! Pro license is activated successfully."
932
  msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
933
 
934
- #: class-bws-settings.php:715
935
  #, php-format
936
  msgid "You will be automatically redirected to the %s in %s seconds."
937
  msgstr ""
938
 
939
- #: class-bws-settings.php:715
940
  #, fuzzy
941
  msgid "Settings page"
942
  msgstr "設定保存."
943
 
944
- #: class-bws-settings.php:730
945
  #, php-format
946
  msgid "Enter your license key to activate %s and get premium plugin features."
947
  msgstr ""
948
 
949
- #: class-bws-settings.php:733 class-bws-settings.php:920 deprecated.php:362
950
- #: deprecated.php:703
951
  msgid ""
952
  "Unfortunately, you have exceeded the number of available tries per day. "
953
  "Please, upload the plugin manually."
@@ -955,12 +949,12 @@ msgstr ""
955
  "Niestety, przekroczono liczb dostępnych prób na dziś. Proszę dodać wtyczkę "
956
  "manualnie."
957
 
958
- #: class-bws-settings.php:736 deprecated.php:694
959
  #, php-format
960
  msgid "Start Your Free %s-Day Trial Now"
961
  msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
962
 
963
- #: class-bws-settings.php:751
964
  #, fuzzy
965
  msgid ""
966
  "If necessary, you can check if the license key is correct or reenter it in "
@@ -970,28 +964,28 @@ msgstr ""
970
  "w polu poniżej. Możesz znaleźć swój klucz na naszej stronie w strefie - "
971
  "Panel Klienta"
972
 
973
- #: class-bws-settings.php:756
974
  msgid "Manage License Settings"
975
  msgstr ""
976
 
977
- #: class-bws-settings.php:758
978
  #, fuzzy
979
  msgid "Login to Client Area"
980
  msgstr "Panel Klienta"
981
 
982
- #: class-bws-settings.php:760
983
  msgid ""
984
  "Manage active licenses, download BWS products, and view your payment history "
985
  "using BestWebSoft Client Area."
986
  msgstr ""
987
 
988
- #: class-bws-settings.php:815 class-bws-settings.php:918 deprecated.php:141
989
- #: deprecated.php:360
990
  #, fuzzy
991
  msgid "This license key is bound to another site."
992
  msgstr "Klucz licencji został przypisany do innej strony."
993
 
994
- #: class-bws-settings.php:817 deprecated.php:143
995
  msgid ""
996
  "This license key is valid, but Your license has expired. If you want to "
997
  "update our plugin in future, you should extend the license."
@@ -999,11 +993,11 @@ msgstr ""
999
  "Klucz jest poprawny, jednak Twoja licencja wygasła. Jeśli chcesz "
1000
  "aktualizować naszą wtyczkę w przyszłości powinieneś przedłużyć licencję."
1001
 
1002
- #: class-bws-settings.php:819 deprecated.php:145
1003
  msgid "Unfortunately, you have exceeded the number of available tries."
1004
  msgstr "Niestety, przekroczono liczbę dostępnych prób."
1005
 
1006
- #: class-bws-settings.php:821 deprecated.php:147
1007
  msgid ""
1008
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
1009
  "The Pro Trial license can be installed only once."
@@ -1011,11 +1005,11 @@ msgstr ""
1011
  "Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
1012
  "może być wykorzystana tylko raz."
1013
 
1014
- #: class-bws-settings.php:826 deprecated.php:151
1015
  msgid "The Pro Trial license key is valid."
1016
  msgstr "Klucz licencji do testowej wersji PRO jest poprawny."
1017
 
1018
- #: class-bws-settings.php:834 deprecated.php:159 deprecated.php:246
1019
  #, php-format
1020
  msgid ""
1021
  "In order to continue using the plugin it is necessary to buy a %s license."
@@ -1023,28 +1017,150 @@ msgstr ""
1023
  "W celu dalszego wykorzystywania wtyczki niezbędne jest wykupienie licencji "
1024
  "%s."
1025
 
1026
- #: class-bws-settings.php:1031 deprecated.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1027
  msgid "Please, enter Your license key"
1028
  msgstr "Proszę podać klucz licencji."
1029
 
1030
- #: class-bws-settings.php:1043
1031
  #, fuzzy
1032
  msgid "Need Help?"
1033
  msgstr "Potrzebujesz pomocy?"
1034
 
1035
- #: class-bws-settings.php:1045
1036
  msgid "Read the Instruction"
1037
  msgstr ""
1038
 
1039
- #: class-bws-settings.php:1049
1040
  msgid "Watch the Video"
1041
  msgstr ""
1042
 
1043
- #: class-bws-settings.php:1060
1044
  #, fuzzy
1045
  msgid "Start Your Free Trial"
1046
  msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
1047
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1048
  #: deprecated.php:93
1049
  #, fuzzy
1050
  msgid "System Status"
@@ -1074,83 +1190,83 @@ msgstr ""
1074
  "(login to adres email podany przy zakupie). Jeśli to koniczne użyj opcji "
1075
  "\"Zgubiłeś swoje hasło?\"."
1076
 
1077
- #: deprecated.php:247
1078
  #, fuzzy
1079
  msgid "After that, you can activate it by entering your license key."
1080
  msgstr "Po wszystkim możesz aktywować wtyczkę poprzez podanie klucza licencji."
1081
 
1082
- #: deprecated.php:249 deprecated.php:688
1083
  msgid "License key can be found in the"
1084
  msgstr ""
1085
 
1086
- #: deprecated.php:251 deprecated.php:690
1087
  #, fuzzy
1088
  msgid "(your username is the email address specified during the purchase)."
1089
  msgstr "(twoja nazwa użytkownika to email podany podczas zakupu)."
1090
 
1091
- #: deprecated.php:278
1092
  #, fuzzy
1093
  msgid ""
1094
  "Congratulations! The Pro license of the plugin is activated successfully."
1095
  msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
1096
 
1097
- #: deprecated.php:280 deprecated.php:669
1098
  msgid "Please, go to"
1099
  msgstr "Proszę przejść do"
1100
 
1101
- #: deprecated.php:280 deprecated.php:669
1102
  msgid "the setting page"
1103
  msgstr "ustawień"
1104
 
1105
- #: deprecated.php:281 deprecated.php:670
1106
  msgid "You will be redirected automatically in 5 seconds."
1107
  msgstr "Zostaniesz automatycznie przekierowany w ciągu 5 sekund."
1108
 
1109
- #: deprecated.php:315
1110
  msgid "Check premium options on the plugin settings page!"
1111
  msgstr "Sprawdź dodatkowe opcje premium w ustawieniach wtyczki."
1112
 
1113
- #: deprecated.php:478
1114
  msgid "Restore all plugin settings to defaults"
1115
  msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
1116
 
1117
- #: deprecated.php:480
1118
  msgid "Restore settings"
1119
  msgstr "Przywróć ustawienia"
1120
 
1121
- #: deprecated.php:548 deprecated.php:575
1122
  #, php-format
1123
  msgid "File %s edited successfully."
1124
  msgstr ""
1125
 
1126
- #: deprecated.php:550 deprecated.php:577
1127
  msgid "Not enough permissions to create or update the file"
1128
  msgstr ""
1129
 
1130
- #: deprecated.php:580
1131
  msgid "Not enough permissions to create the file"
1132
  msgstr ""
1133
 
1134
- #: deprecated.php:624
1135
  msgid "Editing"
1136
  msgstr ""
1137
 
1138
- #: deprecated.php:667
1139
  #, fuzzy
1140
  msgid ""
1141
  "Congratulations! Pro version of the plugin is installed and activated "
1142
  "successfully."
1143
  msgstr "Gratulacje! Wersja PRO została pobrana i aktywowana pomyślnie."
1144
 
1145
- #: deprecated.php:677
1146
  msgid "Show Pro features"
1147
  msgstr "Pokaż funkcje PRO"
1148
 
1149
- #: deprecated.php:684
1150
  msgid "Enter your license key to install and activate"
1151
  msgstr ""
1152
 
1153
- #: deprecated.php:686
1154
  #, fuzzy
1155
  msgid "version of the plugin."
1156
  msgstr "Oceń wtyczkę"
@@ -1191,292 +1307,302 @@ msgstr ""
1191
  msgid "SMM"
1192
  msgstr ""
1193
 
1194
- #: product_list.php:22
1195
  msgid ""
1196
  "Protect WordPress website forms from spam entries by means of math logic."
1197
  msgstr ""
1198
 
1199
- #: product_list.php:32
1200
  msgid "Create your personal car rental/booking and reservation website."
1201
  msgstr ""
1202
 
1203
- #: product_list.php:42
1204
  msgid ""
1205
  "Allow customers to reach you using secure contact form plugin any website "
1206
  "must have."
1207
  msgstr ""
1208
 
1209
- #: product_list.php:52
1210
  msgid "Add unlimited number of contact forms to WordPress website."
1211
  msgstr ""
1212
 
1213
- #: product_list.php:62
1214
  msgid "Save and manage Contact Form messages. Never lose important data."
1215
  msgstr ""
1216
 
1217
- #: product_list.php:72
1218
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1219
  msgstr ""
1220
 
1221
- #: product_list.php:79
1222
  msgid "Add custom fields to WordPress website search results."
1223
  msgstr ""
1224
 
1225
- #: product_list.php:86
1226
  msgid ""
1227
  "Add custom post types and taxonomies to WordPress website search results."
1228
  msgstr ""
1229
 
1230
- #: product_list.php:96
1231
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1232
  msgstr ""
1233
 
1234
- #: product_list.php:103
1235
- msgid ""
1236
- "Automatically add outgoing email messages to queue instead of sending them "
1237
- "immediately."
1238
- msgstr ""
1239
-
1240
- #: product_list.php:110
1241
  msgid ""
1242
  "Get latest error log messages to diagnose website problems. Define and fix "
1243
  "issues faster."
1244
  msgstr ""
1245
 
1246
- #: product_list.php:117
1247
  msgid ""
1248
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1249
  "widgets."
1250
  msgstr ""
1251
 
1252
- #: product_list.php:127
1253
  msgid ""
1254
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1255
  "clicks."
1256
  msgstr ""
1257
 
1258
- #: product_list.php:137
1259
  msgid ""
1260
- "Add unlimited gallery categories. Organize images to make the navigation "
1261
- "through content easier."
1262
  msgstr ""
1263
 
1264
- #: product_list.php:144
1265
  msgid ""
1266
- "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1267
- "posts, pages and widgets."
1268
  msgstr ""
1269
 
1270
- #: product_list.php:154
1271
  msgid ""
1272
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1273
  "results, categories, tags, and widgets."
1274
  msgstr ""
1275
 
1276
- #: product_list.php:164
1277
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1278
  msgstr ""
1279
 
1280
- #: product_list.php:174
1281
  msgid ""
1282
  "Protect WordPress website forms from spam entries with Google Captcha "
1283
  "(reCaptcha)."
1284
  msgstr ""
1285
 
1286
- #: product_list.php:184
1287
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1288
  msgstr ""
1289
 
1290
- #: product_list.php:194
1291
  msgid ""
1292
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1293
  "your blog."
1294
  msgstr ""
1295
 
1296
- #: product_list.php:204
1297
  msgid ""
1298
  "Replace external WordPress website links with Google shortlinks and track "
1299
  "click stats."
1300
  msgstr ""
1301
 
1302
- #: product_list.php:211
1303
  msgid ""
1304
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1305
  "hostnames, etc."
1306
  msgstr ""
1307
 
1308
- #: product_list.php:221
1309
  msgid ""
1310
  "Create your personal job board and listing WordPress website. Search jobs, "
1311
  "submit CV/resumes, choose candidates."
1312
  msgstr ""
1313
 
1314
- #: product_list.php:228
1315
  msgid ""
1316
  "Protect WordPress website against brute force attacks. Limit rate of login "
1317
  "attempts."
1318
  msgstr ""
1319
 
1320
- #: product_list.php:238
1321
  msgid ""
1322
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1323
  "5 plugins included – profile, insider, etc."
1324
  msgstr ""
1325
 
1326
- #: product_list.php:248
1327
  msgid ""
1328
  "Translate WordPress website content to other languages manually. Create "
1329
  "multilingual pages, posts, widgets, menus, etc."
1330
  msgstr ""
1331
 
1332
- #: product_list.php:258
1333
  msgid ""
1334
  "Add customizable pagination to WordPress website. Split long content to "
1335
  "multiple pages for better navigation."
1336
  msgstr ""
1337
 
1338
- #: product_list.php:268
1339
  msgid ""
1340
  "Generate PDF files and print WordPress posts/pages. Customize document "
1341
  "header/footer styles and appearance."
1342
  msgstr ""
1343
 
1344
- #: product_list.php:278
1345
  msgid ""
1346
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1347
  "Profile) to WordPress posts, pages and widgets."
1348
  msgstr ""
1349
 
1350
- #: product_list.php:288
1351
  msgid ""
1352
  "Create your personal portfolio WordPress website. Manage and showcase past "
1353
  "projects to get more clients."
1354
  msgstr ""
1355
 
1356
- #: product_list.php:298
1357
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1358
  msgstr ""
1359
 
1360
- #: product_list.php:305
1361
  msgid ""
1362
  "Add extra fields to default WordPress user profile. The easiest way to "
1363
  "create and manage additional custom values."
1364
  msgstr ""
1365
 
1366
- #: product_list.php:312
1367
  msgid ""
1368
  "Add and display HTML advertisement banner on WordPress website. Customize "
1369
  "bar styles and appearance."
1370
  msgstr ""
1371
 
1372
- #: product_list.php:322
1373
  msgid ""
1374
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1375
  "widgets."
1376
  msgstr ""
1377
 
1378
- #: product_list.php:329
1379
  msgid ""
1380
  "Add rating plugin to your WordPress website to receive feedback from your "
1381
  "customers."
1382
  msgstr ""
1383
 
1384
- #: product_list.php:336
1385
  msgid ""
1386
  "Create your personal real estate WordPress website. Sell, rent and buy "
1387
  "properties. Add, search and browse listings easily."
1388
  msgstr ""
1389
 
1390
- #: product_list.php:346
1391
- msgid ""
1392
- "Attach, un-attach and re-attach media files quickly to WordPress posts and "
1393
- "pages."
1394
- msgstr ""
1395
-
1396
- #: product_list.php:353
1397
  msgid ""
1398
  "Add related, featured, latest, and popular posts to your WordPress website. "
1399
  "Connect your blog readers with a relevant content."
1400
  msgstr ""
1401
 
1402
- #: product_list.php:360
1403
  msgid ""
1404
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1405
  "settings and detailed reports."
1406
  msgstr ""
1407
 
1408
- #: product_list.php:370
1409
  msgid ""
1410
  "The best responsive slider plugin for your WordPress website. Create "
1411
  "beautifully animated slides just in a few clicks."
1412
  msgstr ""
1413
 
1414
- #: product_list.php:377
1415
  msgid ""
1416
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1417
  "Yahoo, Hotmail and other services."
1418
  msgstr ""
1419
 
1420
- #: product_list.php:384
1421
  msgid ""
1422
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1423
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1424
  msgstr ""
1425
 
1426
- #: product_list.php:394
1427
  msgid ""
1428
  "Add social media login, registration, and commenting to your WordPress "
1429
  "website."
1430
  msgstr ""
1431
 
1432
- #: product_list.php:401
1433
  msgid ""
1434
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1435
  "Collect data and subscribe your users."
1436
  msgstr ""
1437
 
1438
- #: product_list.php:411
1439
  msgid ""
1440
  "Add testimonials and feedbacks from your customers to WordPress website "
1441
  "posts, pages, and widgets."
1442
  msgstr ""
1443
 
1444
- #: product_list.php:418
1445
  msgid ""
1446
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1447
  "attendance and generate reports."
1448
  msgstr ""
1449
 
1450
- #: product_list.php:428
1451
  msgid ""
1452
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1453
  "and pages."
1454
  msgstr ""
1455
 
1456
- #: product_list.php:438
1457
  msgid ""
1458
  "Automatically check and update WordPress website core with all installed "
1459
  "plugins and themes to the latest versions."
1460
  msgstr ""
1461
 
1462
- #: product_list.php:448
1463
  msgid ""
1464
  "Powerful user role management plugin for WordPress website. Create, edit, "
1465
  "copy, and delete user roles."
1466
  msgstr ""
1467
 
1468
- #: product_list.php:458
1469
  msgid ""
1470
  "Display live count of online visitors who are currently browsing your "
1471
  "WordPress website."
1472
  msgstr ""
1473
 
1474
- #: product_list.php:468
1475
  msgid ""
1476
  "Backup and export Zendesk Help Center content automatically to your "
1477
  "WordPress website database."
1478
  msgstr ""
1479
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1480
  #, fuzzy
1481
  #~ msgid "Site Stats"
1482
  #~ msgstr "Status systemu"
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-05 14:58+0300\n"
6
+ "PO-Revision-Date: 2017-09-05 14:58+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Damian Dąbrowski <contact@codester.pl>\n"
9
  "Language: pl_PL\n"
18
  "|| n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: bws_functions.php:73 bws_functions.php:191
22
  msgid "requires"
23
  msgstr "wymaga wersja"
24
 
25
+ #: bws_functions.php:75
26
  msgid ""
27
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
  "try again."
30
  "lub nowsza, dlatego wtyczka została wyłączona. Zaktualizuj WordPress i "
31
  "spróbuj ponownie."
32
 
33
+ #: bws_functions.php:76
34
  msgid "Back to the WordPress"
35
  msgstr "Wróć do WordPress"
36
 
37
+ #: bws_functions.php:78
38
  msgid "Plugins page"
39
  msgstr "Wtyczki"
40
 
41
+ #: bws_functions.php:92
42
  #, fuzzy
43
  msgid "Like the plugin?"
44
  msgstr "Oceń wtyczkę"
45
 
46
  #: bws_functions.php:93
47
+ #, php-format
48
+ msgid "%s reviews"
49
+ msgstr ""
50
+
51
+ #: bws_functions.php:94
52
  msgid "Rate it"
53
  msgstr ""
54
 
55
+ #: bws_functions.php:103
56
  msgid "Need help?"
57
  msgstr "Potrzebujesz pomocy?"
58
 
59
+ #: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
60
  msgid "Visit Help Center"
61
  msgstr ""
62
 
63
+ #: bws_functions.php:107
64
  #, fuzzy
65
  msgid "Want to support the plugin?"
66
  msgstr "Oceń wtyczkę"
67
 
68
+ #: bws_functions.php:108 bws_menu.php:560
69
  msgid "Donate"
70
  msgstr ""
71
 
72
+ #: bws_functions.php:128
73
  msgid "WARNING: Illegal use notification"
74
  msgstr "UWAGA: Odnotowano nielegalne użycie"
75
 
76
+ #: bws_functions.php:128
77
  msgid ""
78
  "You can use one license of the Pro plugin for one domain only. Please check "
79
+ "and edit your license or domain if necessary using your personal Client "
80
+ "Area. We strongly recommend you to solve the problem within 24 hours, "
81
+ "otherwise the Pro plugin will be deactivated."
82
  msgstr ""
 
 
 
 
83
 
84
+ #: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
85
+ #: class-bws-settings.php:144
86
  msgid "Learn More"
87
  msgstr "Dowiedz się więcej"
88
 
89
+ #: bws_functions.php:145
90
  #, fuzzy
91
  msgid ""
92
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
95
  "Uwaga: Testowa wersja PRO niestety wygasła. Aby kontynuować korzystanie z "
96
  "naszej wtyczki powinieneś zakupić klucz licencji."
97
 
98
+ #: bws_functions.php:147
99
  #, fuzzy
100
  msgid ""
101
  "Your license has expired. To continue getting top-priority support and "
104
  "Twoja licencja wygasła. Aby podtrzymać szybki dostęp do pomocy i "
105
  "aktualizacji powinieneś przedłużyć licencję."
106
 
107
+ #: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
108
  msgid "Learn more"
109
  msgstr "Dowiedz się więcej"
110
 
111
+ #: bws_functions.php:165
112
  #, php-format
113
  msgid "Notice: You are using the Pro Trial license of %s plugin."
114
  msgstr "Uwaga: Wykorzystujesz próbną licencję wersji PRO dla %s."
115
 
116
+ #: bws_functions.php:167
117
  msgid "Notice: You are using the Pro Trial license of plugin."
118
  msgstr "Uwaga: Wykorzystywana jest próbna licencja wtyczki."
119
 
120
+ #: bws_functions.php:170
121
  msgid "The Pro Trial license will expire on"
122
  msgstr "Licencja próbna wygaśnie"
123
 
124
+ #: bws_functions.php:193
125
  msgid ""
126
  "or higher! We do not guarantee that our plugin will work correctly. Please "
127
  "upgrade to WordPress latest version."
129
  "lub nowsza! Nie gwarantujemy, że nasza wtyczka będzie działała poprawnie. "
130
  "Proszę zaktualizować WordPress do najnowszej wersji."
131
 
132
+ #: bws_functions.php:208
133
  #, php-format
134
  msgid "Thank you for installing %s plugin!"
135
  msgstr ""
136
 
137
+ #: bws_functions.php:210
138
  msgid "Let's get started"
139
  msgstr "Zaczynajmny"
140
 
141
+ #: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
142
+ #: bws_menu.php:566
143
  msgid "Settings"
144
  msgstr "Ustawienia"
145
 
146
+ #: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
147
+ #: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
148
  msgid "or"
149
  msgstr "lub"
150
 
151
+ #: bws_functions.php:214 bws_functions.php:246
152
  msgid "Add New"
153
  msgstr "Dodaj nowy"
154
 
155
+ #: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
156
+ #: bws_functions.php:385 bws_functions.php:487
157
  msgid "Close notice"
158
  msgstr "Zamknij powiadomienie"
159
 
160
+ #: bws_functions.php:233
161
  #, fuzzy
162
  msgid "Thank you for installing plugins by BestWebSoft!"
163
  msgstr "Dziękujemy za instalację"
164
 
165
+ #: bws_functions.php:235
166
  #, fuzzy
167
  msgid "More Details"
168
  msgstr "Szczegóły"
169
 
170
+ #: bws_functions.php:236
171
  #, fuzzy
172
  msgid "Less Details"
173
  msgstr "Szczegóły"
174
 
175
+ #: bws_functions.php:264
176
  msgid "Deprecated function(-s) is used on the site here:"
177
  msgstr ""
178
 
179
+ #: bws_functions.php:278
180
  msgid ""
181
  "This function(-s) will be removed over time. Please update the product(-s)."
182
  msgstr ""
183
 
184
+ #: bws_functions.php:337
185
  msgid "It’s time to upgrade your"
186
  msgstr "Czas by zaktualizować"
187
 
188
+ #: bws_functions.php:337
189
  msgid "to"
190
  msgstr "do"
191
 
192
+ #: bws_functions.php:337
193
  msgid "version!"
194
  msgstr "wersji!"
195
 
196
+ #: bws_functions.php:338
197
  msgid "Extend standard plugin functionality with new great options."
198
  msgstr "Rozszerz podstawowe funkcje wtyczki o nowe wspaniałe opcje."
199
 
200
+ #: bws_functions.php:389
201
  #, fuzzy, php-format
202
  msgid ""
203
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
206
  "zostaniesz wówczas pozbawiony SZYBKIEGO DOSTĘDO DO SUPPORTU oraz "
207
  "AKTUALIZACJI."
208
 
209
+ #: bws_functions.php:482
210
  #, php-format
211
  msgid "Thank you for choosing %s plugin!"
212
  msgstr ""
213
 
214
+ #: bws_functions.php:483
215
  msgid ""
216
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
217
  "we'd love to hear about it!"
218
  msgstr ""
219
 
220
+ #: bws_functions.php:484
221
  msgid "Suggest a Feature"
222
  msgstr ""
223
 
224
+ #: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
225
+ #: class-bws-settings.php:595 class-bws-settings.php:598
226
  msgid "Notice"
227
  msgstr "Uwaga"
228
 
229
+ #: bws_functions.php:500
230
  msgid "The plugin's settings have been changed."
231
  msgstr "Ustawienia wtyczki zostały zmienione."
232
 
233
+ #: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
234
+ #: deprecated.php:642
235
  msgid "Save Changes"
236
  msgstr "Zapisz zmiany"
237
 
238
+ #: bws_functions.php:515
239
  #, fuzzy
240
  msgid ""
241
  "You can always look at premium options by checking the \"Pro Options\" in "
244
  "Zawsze możesz sprawdzić funkcje premium poprzez kliknięcie \"Pokaż funkcje "
245
  "PRO\" w zakładce \"Go PRO\""
246
 
247
+ #: bws_functions.php:653
248
  msgid "Add BWS Shortcode"
249
  msgstr ""
250
 
251
+ #: bws_functions.php:654
252
  msgid "Add BWS Plugins Shortcode"
253
  msgstr "Dodaj BWS Shortcode"
254
 
255
+ #: bws_functions.php:673
256
  #, fuzzy
257
  msgid "Add shortcode"
258
  msgstr "Dodaj BWS Shortcode"
259
 
260
+ #: bws_functions.php:673
261
  msgid "Add BestWebSoft plugins' shortcodes using this button."
262
  msgstr ""
263
 
264
+ #: bws_functions.php:729
265
  msgid "Close"
266
  msgstr "Zamknij"
267
 
268
+ #: bws_functions.php:821
269
  #, fuzzy
270
  msgid "Are you sure you want to restore default settings?"
271
  msgstr ""
272
  "Czy jesteś pewien, że chcesz przywrócić wszystkie ustawienia do wartości "
273
  "domyślnych?"
274
 
275
+ #: bws_functions.php:824
276
  msgid "Yes, restore all settings"
277
  msgstr "Tak, przywróć wszystkie ustawienia"
278
 
279
+ #: bws_functions.php:825
280
  msgid "No, go back to the settings page"
281
  msgstr "Nie, wróć do ustawień"
282
 
283
+ #: bws_functions.php:867
284
  msgid "Plugin"
285
  msgstr "Wtyczka"
286
 
287
+ #: bws_functions.php:876
288
  msgid "Shortcode settings"
289
  msgstr "Ustawienia shortcode"
290
 
291
+ #: bws_functions.php:881
292
  msgid "The shortcode will be inserted"
293
  msgstr "Shortcode zostanie umieszczony"
294
 
295
+ #: bws_functions.php:922
 
 
 
 
296
  msgid "FAQ"
297
  msgstr "FAQ"
298
 
299
+ #: bws_functions.php:928
300
  msgid "For more information:"
301
  msgstr ""
302
 
303
+ #: bws_functions.php:929
304
  msgid "Documentation"
305
  msgstr ""
306
 
307
+ #: bws_functions.php:930
308
  msgid "Video Instructions"
309
  msgstr ""
310
 
311
+ #: bws_functions.php:931
312
  #, fuzzy
313
  msgid "Submit a Request"
314
  msgstr "送信ボタン"
315
 
316
+ #: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
317
  msgid "Wrong license key"
318
  msgstr "Niepoprawny klucz licencji"
319
 
320
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
321
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
322
+ #: deprecated.php:353
323
  msgid ""
324
  "Something went wrong. Please try again later. If the error appears again, "
325
  "please contact us"
327
  "Coś poszło nie tak. Spróbuj ponownie później. Jeśli błąd pojawi się ponownie "
328
  "proszę skontaktować się z nami"
329
 
330
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
331
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
332
+ #: deprecated.php:353
333
  msgid "We are sorry for inconvenience."
334
  msgstr "Przepraszamy za niedogodności."
335
 
336
+ #: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
337
+ #: deprecated.php:139 deprecated.php:359
338
  msgid "Wrong license key."
339
  msgstr "Niepoprawny klucz licencji"
340
 
349
  msgid "Log in"
350
  msgstr ""
351
 
352
+ #: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
353
  msgid "Unfortunately, you have exceeded the number of available tries per day."
354
  msgstr "Niestety, przekroczono dzienną liczbę dostępnych prób."
355
 
356
+ #: bws_menu.php:134 deprecated.php:365
357
  #, fuzzy, php-format
358
  msgid ""
359
  "Unfortunately, Your license has expired. To continue getting top-priority "
362
  "Niestety, Twoja licencja wygasła. By nadal korzystać z szybkiego dostępu do "
363
  "wsparcia oraz aktualizacji powinieneś przedłużyć licencję."
364
 
365
+ #: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
366
  msgid ""
367
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
368
  "Trial license can be installed only once."
370
  "Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
371
  "może być wykorzystana tylko raz."
372
 
373
+ #: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
374
  msgid "The license key is valid."
375
  msgstr "Klucz licencji jest poprawny"
376
 
377
+ #: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
378
  msgid "Your license will expire on"
379
  msgstr "Twoja licencja wygaśnie"
380
 
381
  #: bws_menu.php:146
382
+ msgid "Congratulations! Pro Membership license is activated successfully."
383
+ msgstr ""
 
384
 
385
+ #: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
386
  msgid ""
387
  "Something went wrong. Try again later or upload the plugin manually. We are "
388
  "sorry for inconvenience."
546
  msgid "Please enter a valid email address."
547
  msgstr "Podaj poprawny adres email"
548
 
549
+ #: bws_menu.php:262
550
+ #, php-format
551
+ msgid "Email with system info is sent to %s."
552
+ msgstr ""
553
 
554
+ #: bws_menu.php:266
555
  msgid "Thank you for contacting us."
556
  msgstr "Dziękujemy za kontakt."
557
 
558
+ #: bws_menu.php:289
559
  msgid "Sorry, email message could not be delivered."
560
  msgstr "Przepraszamy, wiadomość nie została dostarczona."
561
 
562
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
563
  msgid "Plugins"
564
  msgstr "Wtyczki"
565
 
566
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
567
  msgid "Themes"
568
  msgstr "Motywy"
569
 
570
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
571
  msgid "System status"
572
  msgstr "Status systemu"
573
 
574
+ #: bws_menu.php:315
575
  msgid "Support"
576
  msgstr "サポート"
577
 
578
+ #: bws_menu.php:316
579
  msgid "Manage purchased licenses & subscriptions"
580
  msgstr ""
581
 
582
+ #: bws_menu.php:324
583
  #, php-format
584
  msgid "Get Access to %s+ Premium Plugins"
585
  msgstr ""
586
 
587
+ #: bws_menu.php:326
588
  #, fuzzy
589
  msgid "Subscribe to Pro Membership"
590
  msgstr "有効なテーマ"
591
 
592
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
593
  #: deprecated.php:227
594
  msgid "Check license key"
595
  msgstr "Sprawdź klucz licencji"
596
 
597
+ #: bws_menu.php:337
598
  #, fuzzy
599
  msgid "Enter your license key"
600
  msgstr "Podaj klucz licencji"
601
 
602
+ #: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
603
+ #: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
604
+ #: deprecated.php:631 deprecated.php:703 deprecated.php:712
605
  msgid "Activate"
606
  msgstr "Aktywuj"
607
 
608
+ #: bws_menu.php:359
609
  #, fuzzy
610
  msgid "Upload Plugin"
611
  msgstr "Wtyczka"
612
 
613
+ #: bws_menu.php:363
614
  #, php-format
615
  msgid ""
616
  "The plugin generated %d characters of <strong>unexpected output</strong> "
619
  "or removing this plugin."
620
  msgstr ""
621
 
622
+ #: bws_menu.php:365
623
  msgid ""
624
  "Plugin could not be activated because it triggered a <strong>fatal error</"
625
  "strong>."
626
  msgstr ""
627
 
628
+ #: bws_menu.php:368
629
  msgid "Plugin <strong>activated</strong>."
630
  msgstr ""
631
 
632
+ #: bws_menu.php:375
633
  #, fuzzy
634
  msgid "Installing Plugin"
635
  msgstr "Zainstalowane"
636
 
637
+ #: bws_menu.php:381
638
  msgid "Downloading install package from"
639
  msgstr ""
640
 
641
+ #: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
642
+ #: deprecated.php:410 deprecated.php:432
 
 
643
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
644
  msgstr ""
645
  "Pobieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
646
  "manualnie"
647
 
648
+ #: bws_menu.php:406
649
  msgid "Unpacking the package"
650
  msgstr ""
651
 
652
+ #: bws_menu.php:411 bws_menu.php:419
653
  #, fuzzy
654
  msgid "Installing the plugin"
655
  msgstr "Zainstalowane"
656
 
657
+ #: bws_menu.php:415 deprecated.php:400
658
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
659
  msgstr ""
660
  "Otwieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
661
  "manualnie"
662
 
663
+ #: bws_menu.php:422 deprecated.php:406
664
  msgid ""
665
  "Your server does not support either ZipArchive or Phar. Please, upload the "
666
  "plugin manually"
667
  msgstr ""
668
  "Twój serwer nie wspiera ZipAcrchive lub Phar. Proszę dodać wtyczkę manualnie"
669
 
670
+ #: bws_menu.php:425
671
  #, php-format
672
  msgid "The plugin %s is successfully installed."
673
  msgstr ""
674
 
675
+ #: bws_menu.php:432 deprecated.php:413
676
  msgid "UploadDir is not writable. Please, upload the plugin manually"
677
  msgstr ""
678
  "Folder uploadu jest chroniony przez zapisem. Proszę dodać wtyczkę manualnie"
679
 
680
+ #: bws_menu.php:437
681
  #, fuzzy
682
  msgid "Activate Plugin"
683
  msgstr "Aktywne wtyczki"
684
 
685
+ #: bws_menu.php:437 bws_menu.php:443
686
  msgid "Return to BestWebSoft Panel"
687
  msgstr ""
688
 
689
+ #: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
690
  msgid "All"
691
  msgstr "Wszystko"
692
 
693
+ #: bws_menu.php:454 bws_menu.php:637
694
  msgid "Installed"
695
  msgstr "Zainstalowane"
696
 
697
+ #: bws_menu.php:457
698
  #, fuzzy
699
  msgid "Not Installed"
700
  msgstr "Zainstalowane"
701
 
702
+ #: bws_menu.php:464
703
  msgid "Filter results"
704
  msgstr ""
705
 
706
+ #: bws_menu.php:467 bws_menu.php:596
707
  msgid "Category"
708
  msgstr ""
709
 
710
+ #: bws_menu.php:531
711
  #, fuzzy
712
  msgid "Not installed"
713
  msgstr "Zainstalowane"
714
 
715
+ #: bws_menu.php:535
716
  #, fuzzy
717
  msgid "Renew to get updates"
718
  msgstr "ページに転送"
719
 
720
+ #: bws_menu.php:538
721
  #, fuzzy, php-format
722
  msgid "Update to v %s"
723
  msgstr "Aktualizuj do wersji %s"
724
 
725
+ #: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
726
  msgid "Install Now"
727
  msgstr "Instaluj teraz"
728
 
729
+ #: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
730
  msgid "Upgrade to Pro"
731
  msgstr ""
732
 
733
+ #: bws_menu.php:570 bws_menu.php:579
734
  msgid "Activate this plugin"
735
  msgstr "Aktywuj wtyczkę"
736
 
737
+ #: bws_menu.php:582
738
  #, fuzzy
739
  msgid "Install this plugin"
740
  msgstr "Zainstalowane"
741
 
742
+ #: bws_menu.php:591
743
  msgid "Nothing found. Try another criteria."
744
  msgstr ""
745
 
746
+ #: bws_menu.php:628
747
  #, php-format
748
  msgid "By %s"
749
  msgstr "Od %s"
750
 
751
+ #: bws_menu.php:635
752
  msgid "Already Installed"
753
  msgstr "Zainstalowane"
754
 
755
+ #: bws_menu.php:645
756
+ msgid "Browse More WordPress Themes"
757
  msgstr ""
758
 
759
+ #: bws_menu.php:654
760
  msgid "Send to support"
761
  msgstr "Wyślij do supportu"
762
 
763
+ #: bws_menu.php:661
764
  msgid "Send to custom email &#187;"
765
  msgstr "Prześlij na własny adres &#187;"
766
 
767
+ #: class-bws-settings.php:136
768
  msgid "Information"
769
  msgstr ""
770
 
771
+ #: class-bws-settings.php:144
772
  #, fuzzy
773
  msgid "Inactive"
774
  msgstr "Nieaktywne wtyczki"
775
 
776
+ #: class-bws-settings.php:152
777
  msgid "Expired"
778
  msgstr ""
779
 
780
+ #: class-bws-settings.php:155
781
  #, php-format
782
  msgid "%s day(-s) left"
783
  msgstr ""
784
 
785
+ #: class-bws-settings.php:161
786
  #, fuzzy, php-format
787
  msgid "Expired on %s"
788
  msgstr "wygasa"
789
 
790
+ #: class-bws-settings.php:161
791
  msgid "Renew Now"
792
  msgstr ""
793
 
794
+ #: class-bws-settings.php:163
795
  #, fuzzy
796
  msgid "Active"
797
  msgstr "Aktywuj"
798
 
799
+ #: class-bws-settings.php:168
800
  #, fuzzy
801
  msgid "License"
802
  msgstr "Niepoprawny klucz licencji"
803
 
804
+ #: class-bws-settings.php:171
805
  #, fuzzy
806
  msgid "Status"
807
  msgstr "Status systemu"
808
 
809
+ #: class-bws-settings.php:175
810
  #, fuzzy
811
  msgid "Version"
812
  msgstr "wersji!"
813
 
814
+ #: class-bws-settings.php:285
815
  #, fuzzy
816
  msgid "All plugin settings were restored."
817
  msgstr "Ustawienia wtyczki zostały zmienione."
818
 
819
+ #: class-bws-settings.php:423
820
  msgid "Custom Code"
821
  msgstr ""
822
 
823
+ #: class-bws-settings.php:427 deprecated.php:498
824
  msgid "You do not have sufficient permissions to edit plugins for this site."
825
  msgstr ""
826
 
827
+ #: class-bws-settings.php:432 deprecated.php:620
828
  msgid "These styles will be added to the header on all pages of your site."
829
  msgstr ""
830
 
831
+ #: class-bws-settings.php:435 deprecated.php:622
832
  #, php-format
833
  msgid ""
834
  "This PHP code will be hooked to the %s action and will be printed on front "
835
  "end only."
836
  msgstr ""
837
 
838
+ #: class-bws-settings.php:438
839
  msgid "These code will be added to the header on all pages of your site."
840
  msgstr ""
841
 
842
+ #: class-bws-settings.php:446 deprecated.php:646
843
  #, php-format
844
  msgid ""
845
  "You need to make this files writable before you can save your changes. See "
846
  "%s the Codex %s for more information."
847
  msgstr ""
848
 
849
+ #: class-bws-settings.php:456 deprecated.php:628
850
  msgid "Browsing"
851
  msgstr ""
852
 
853
+ #: class-bws-settings.php:461
854
  #, php-format
855
  msgid "Activate custom %s code."
856
  msgstr ""
857
 
858
+ #: class-bws-settings.php:469 deprecated.php:635
859
  #, fuzzy, php-format
860
  msgid "Learn more about %s"
861
  msgstr "Dowiedz się więcej"
862
 
863
+ #: class-bws-settings.php:531
864
  msgid "Miscellaneous Settings"
865
  msgstr ""
866
 
867
+ #: class-bws-settings.php:540 class-bws-settings.php:595
868
  #, php-format
869
  msgid ""
870
  "It is prohibited to change %s settings on this site in the %s network "
871
  "settings."
872
  msgstr ""
873
 
874
+ #: class-bws-settings.php:543 class-bws-settings.php:598
875
  #, php-format
876
  msgid ""
877
  "It is prohibited to view %s settings on this site in the %s network settings."
878
  msgstr ""
879
 
880
+ #: class-bws-settings.php:552
881
  #, fuzzy
882
  msgid "Pro Options"
883
  msgstr "Pro Plugins"
884
 
885
+ #: class-bws-settings.php:556
886
  msgid "Enable to display plugin Pro options."
887
  msgstr ""
888
 
889
+ #: class-bws-settings.php:562
890
  msgid "Track Usage"
891
  msgstr ""
892
 
893
+ #: class-bws-settings.php:566
894
  msgid ""
895
  "Enable to allow tracking plugin usage anonymously in order to make it better."
896
  msgstr ""
897
 
898
+ #: class-bws-settings.php:571
899
  #, fuzzy
900
  msgid "Default Settings"
901
  msgstr "Ustawienia"
902
 
903
+ #: class-bws-settings.php:573
904
  #, fuzzy
905
  msgid "Restore Settings"
906
  msgstr "Przywróć ustawienia"
907
 
908
+ #: class-bws-settings.php:574
909
  #, fuzzy
910
  msgid "This will restore plugin settings to defaults."
911
  msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
912
 
913
+ #: class-bws-settings.php:586
914
  msgid "Import / Export"
915
  msgstr ""
916
 
917
+ #: class-bws-settings.php:702 class-bws-settings.php:735
918
+ #: class-bws-settings.php:757
919
  #, fuzzy
920
  msgid "License Key"
921
  msgstr "Niepoprawny klucz licencji"
922
 
923
+ #: class-bws-settings.php:725
924
  #, fuzzy
925
  msgid "Congratulations! Pro license is activated successfully."
926
  msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
927
 
928
+ #: class-bws-settings.php:726
929
  #, php-format
930
  msgid "You will be automatically redirected to the %s in %s seconds."
931
  msgstr ""
932
 
933
+ #: class-bws-settings.php:726
934
  #, fuzzy
935
  msgid "Settings page"
936
  msgstr "設定保存."
937
 
938
+ #: class-bws-settings.php:741
939
  #, php-format
940
  msgid "Enter your license key to activate %s and get premium plugin features."
941
  msgstr ""
942
 
943
+ #: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
944
+ #: deprecated.php:706
945
  msgid ""
946
  "Unfortunately, you have exceeded the number of available tries per day. "
947
  "Please, upload the plugin manually."
949
  "Niestety, przekroczono liczb dostępnych prób na dziś. Proszę dodać wtyczkę "
950
  "manualnie."
951
 
952
+ #: class-bws-settings.php:747 deprecated.php:697
953
  #, php-format
954
  msgid "Start Your Free %s-Day Trial Now"
955
  msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
956
 
957
+ #: class-bws-settings.php:762
958
  #, fuzzy
959
  msgid ""
960
  "If necessary, you can check if the license key is correct or reenter it in "
964
  "w polu poniżej. Możesz znaleźć swój klucz na naszej stronie w strefie - "
965
  "Panel Klienta"
966
 
967
+ #: class-bws-settings.php:767
968
  msgid "Manage License Settings"
969
  msgstr ""
970
 
971
+ #: class-bws-settings.php:769
972
  #, fuzzy
973
  msgid "Login to Client Area"
974
  msgstr "Panel Klienta"
975
 
976
+ #: class-bws-settings.php:771
977
  msgid ""
978
  "Manage active licenses, download BWS products, and view your payment history "
979
  "using BestWebSoft Client Area."
980
  msgstr ""
981
 
982
+ #: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
983
+ #: deprecated.php:361
984
  #, fuzzy
985
  msgid "This license key is bound to another site."
986
  msgstr "Klucz licencji został przypisany do innej strony."
987
 
988
+ #: class-bws-settings.php:828 deprecated.php:143
989
  msgid ""
990
  "This license key is valid, but Your license has expired. If you want to "
991
  "update our plugin in future, you should extend the license."
993
  "Klucz jest poprawny, jednak Twoja licencja wygasła. Jeśli chcesz "
994
  "aktualizować naszą wtyczkę w przyszłości powinieneś przedłużyć licencję."
995
 
996
+ #: class-bws-settings.php:830 deprecated.php:145
997
  msgid "Unfortunately, you have exceeded the number of available tries."
998
  msgstr "Niestety, przekroczono liczbę dostępnych prób."
999
 
1000
+ #: class-bws-settings.php:832 deprecated.php:147
1001
  msgid ""
1002
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
1003
  "The Pro Trial license can be installed only once."
1005
  "Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
1006
  "może być wykorzystana tylko raz."
1007
 
1008
+ #: class-bws-settings.php:837 deprecated.php:151
1009
  msgid "The Pro Trial license key is valid."
1010
  msgstr "Klucz licencji do testowej wersji PRO jest poprawny."
1011
 
1012
+ #: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
1013
  #, php-format
1014
  msgid ""
1015
  "In order to continue using the plugin it is necessary to buy a %s license."
1017
  "W celu dalszego wykorzystywania wtyczki niezbędne jest wykupienie licencji "
1018
  "%s."
1019
 
1020
+ #: class-bws-settings.php:933
1021
+ #, php-format
1022
+ msgid ""
1023
+ "Unfortunately, Your license has expired. To continue getting top-priority "
1024
+ "support and plugin updates, you should extend it in your %s."
1025
+ msgstr ""
1026
+
1027
+ #: class-bws-settings.php:959 class-bws-settings.php:981
1028
+ #: class-bws-settings.php:1003
1029
+ msgid "Failed to download the zip archive. Please, upload the plugin manually."
1030
+ msgstr ""
1031
+
1032
+ #: class-bws-settings.php:971
1033
+ msgid "Failed to open the zip archive. Please, upload the plugin manually."
1034
+ msgstr ""
1035
+
1036
+ #: class-bws-settings.php:977
1037
+ msgid ""
1038
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
1039
+ "plugin manually."
1040
+ msgstr ""
1041
+
1042
+ #: class-bws-settings.php:984
1043
+ msgid "UploadDir is not writable. Please, upload the plugin manually."
1044
+ msgstr ""
1045
+
1046
+ #: class-bws-settings.php:1042 deprecated.php:464
1047
  msgid "Please, enter Your license key"
1048
  msgstr "Proszę podać klucz licencji."
1049
 
1050
+ #: class-bws-settings.php:1054
1051
  #, fuzzy
1052
  msgid "Need Help?"
1053
  msgstr "Potrzebujesz pomocy?"
1054
 
1055
+ #: class-bws-settings.php:1056
1056
  msgid "Read the Instruction"
1057
  msgstr ""
1058
 
1059
+ #: class-bws-settings.php:1060
1060
  msgid "Watch the Video"
1061
  msgstr ""
1062
 
1063
+ #: class-bws-settings.php:1071
1064
  #, fuzzy
1065
  msgid "Start Your Free Trial"
1066
  msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
1067
 
1068
+ #: deactivation-form.php:27
1069
+ msgid "Need help? We are ready to answer your questions."
1070
+ msgstr ""
1071
+
1072
+ #: deactivation-form.php:27
1073
+ msgid "Contact Support"
1074
+ msgstr ""
1075
+
1076
+ #: deactivation-form.php:32
1077
+ msgid "The plugin is not working"
1078
+ msgstr ""
1079
+
1080
+ #: deactivation-form.php:34
1081
+ msgid "Kindly share what didn't work so we can fix it in future updates..."
1082
+ msgstr ""
1083
+
1084
+ #: deactivation-form.php:38
1085
+ msgid "The plugin didn't work as expected"
1086
+ msgstr ""
1087
+
1088
+ #: deactivation-form.php:40
1089
+ msgid "What did you expect?"
1090
+ msgstr ""
1091
+
1092
+ #: deactivation-form.php:44
1093
+ msgid "The plugin suddenly stopped working"
1094
+ msgstr ""
1095
+
1096
+ #: deactivation-form.php:51
1097
+ msgid "The plugin broke my site"
1098
+ msgstr ""
1099
+
1100
+ #: deactivation-form.php:58
1101
+ msgid "I couldn't understand how to get it work"
1102
+ msgstr ""
1103
+
1104
+ #: deactivation-form.php:65
1105
+ msgid "I found a better plugin"
1106
+ msgstr ""
1107
+
1108
+ #: deactivation-form.php:67
1109
+ msgid "What's the plugin name?"
1110
+ msgstr ""
1111
+
1112
+ #: deactivation-form.php:71
1113
+ msgid "The plugin is great, but I need specific feature that you don't support"
1114
+ msgstr ""
1115
+
1116
+ #: deactivation-form.php:73
1117
+ msgid "What feature?"
1118
+ msgstr ""
1119
+
1120
+ #: deactivation-form.php:77
1121
+ msgid "I no longer need the plugin"
1122
+ msgstr ""
1123
+
1124
+ #: deactivation-form.php:83
1125
+ msgid "It's a temporary deactivation, I'm just debugging an issue"
1126
+ msgstr ""
1127
+
1128
+ #: deactivation-form.php:89
1129
+ msgid "Other"
1130
+ msgstr ""
1131
+
1132
+ #: deactivation-form.php:123
1133
+ msgid "Quick Feedback"
1134
+ msgstr ""
1135
+
1136
+ #: deactivation-form.php:124
1137
+ msgid "If you have a moment, please let us know why you are deactivating"
1138
+ msgstr ""
1139
+
1140
+ #: deactivation-form.php:129
1141
+ msgid "Anonymous feedback"
1142
+ msgstr ""
1143
+
1144
+ #: deactivation-form.php:131
1145
+ msgid "Cancel"
1146
+ msgstr ""
1147
+
1148
+ #: deactivation-form.php:229
1149
+ msgid "Processing"
1150
+ msgstr ""
1151
+
1152
+ #: deactivation-form.php:258
1153
+ msgid "Submit & Deactivate"
1154
+ msgstr ""
1155
+
1156
+ #: deactivation-form.php:273
1157
+ msgid "Please tell us the reason so we can improve it."
1158
+ msgstr ""
1159
+
1160
+ #: deactivation-form.php:341
1161
+ msgid "Deactivate"
1162
+ msgstr ""
1163
+
1164
  #: deprecated.php:93
1165
  #, fuzzy
1166
  msgid "System Status"
1190
  "(login to adres email podany przy zakupie). Jeśli to koniczne użyj opcji "
1191
  "\"Zgubiłeś swoje hasło?\"."
1192
 
1193
+ #: deprecated.php:246
1194
  #, fuzzy
1195
  msgid "After that, you can activate it by entering your license key."
1196
  msgstr "Po wszystkim możesz aktywować wtyczkę poprzez podanie klucza licencji."
1197
 
1198
+ #: deprecated.php:249 deprecated.php:691
1199
  msgid "License key can be found in the"
1200
  msgstr ""
1201
 
1202
+ #: deprecated.php:251 deprecated.php:693
1203
  #, fuzzy
1204
  msgid "(your username is the email address specified during the purchase)."
1205
  msgstr "(twoja nazwa użytkownika to email podany podczas zakupu)."
1206
 
1207
+ #: deprecated.php:279
1208
  #, fuzzy
1209
  msgid ""
1210
  "Congratulations! The Pro license of the plugin is activated successfully."
1211
  msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
1212
 
1213
+ #: deprecated.php:281 deprecated.php:672
1214
  msgid "Please, go to"
1215
  msgstr "Proszę przejść do"
1216
 
1217
+ #: deprecated.php:281 deprecated.php:672
1218
  msgid "the setting page"
1219
  msgstr "ustawień"
1220
 
1221
+ #: deprecated.php:282 deprecated.php:673
1222
  msgid "You will be redirected automatically in 5 seconds."
1223
  msgstr "Zostaniesz automatycznie przekierowany w ciągu 5 sekund."
1224
 
1225
+ #: deprecated.php:316
1226
  msgid "Check premium options on the plugin settings page!"
1227
  msgstr "Sprawdź dodatkowe opcje premium w ustawieniach wtyczki."
1228
 
1229
+ #: deprecated.php:479
1230
  msgid "Restore all plugin settings to defaults"
1231
  msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
1232
 
1233
+ #: deprecated.php:481
1234
  msgid "Restore settings"
1235
  msgstr "Przywróć ustawienia"
1236
 
1237
+ #: deprecated.php:550 deprecated.php:577
1238
  #, php-format
1239
  msgid "File %s edited successfully."
1240
  msgstr ""
1241
 
1242
+ #: deprecated.php:552 deprecated.php:579
1243
  msgid "Not enough permissions to create or update the file"
1244
  msgstr ""
1245
 
1246
+ #: deprecated.php:582
1247
  msgid "Not enough permissions to create the file"
1248
  msgstr ""
1249
 
1250
+ #: deprecated.php:626
1251
  msgid "Editing"
1252
  msgstr ""
1253
 
1254
+ #: deprecated.php:670
1255
  #, fuzzy
1256
  msgid ""
1257
  "Congratulations! Pro version of the plugin is installed and activated "
1258
  "successfully."
1259
  msgstr "Gratulacje! Wersja PRO została pobrana i aktywowana pomyślnie."
1260
 
1261
+ #: deprecated.php:680
1262
  msgid "Show Pro features"
1263
  msgstr "Pokaż funkcje PRO"
1264
 
1265
+ #: deprecated.php:687
1266
  msgid "Enter your license key to install and activate"
1267
  msgstr ""
1268
 
1269
+ #: deprecated.php:689
1270
  #, fuzzy
1271
  msgid "version of the plugin."
1272
  msgstr "Oceń wtyczkę"
1307
  msgid "SMM"
1308
  msgstr ""
1309
 
1310
+ #: product_list.php:23
1311
  msgid ""
1312
  "Protect WordPress website forms from spam entries by means of math logic."
1313
  msgstr ""
1314
 
1315
+ #: product_list.php:35
1316
  msgid "Create your personal car rental/booking and reservation website."
1317
  msgstr ""
1318
 
1319
+ #: product_list.php:45
1320
  msgid ""
1321
  "Allow customers to reach you using secure contact form plugin any website "
1322
  "must have."
1323
  msgstr ""
1324
 
1325
+ #: product_list.php:55
1326
  msgid "Add unlimited number of contact forms to WordPress website."
1327
  msgstr ""
1328
 
1329
+ #: product_list.php:65
1330
  msgid "Save and manage Contact Form messages. Never lose important data."
1331
  msgstr ""
1332
 
1333
+ #: product_list.php:75
1334
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1335
  msgstr ""
1336
 
1337
+ #: product_list.php:82
1338
  msgid "Add custom fields to WordPress website search results."
1339
  msgstr ""
1340
 
1341
+ #: product_list.php:89
1342
  msgid ""
1343
  "Add custom post types and taxonomies to WordPress website search results."
1344
  msgstr ""
1345
 
1346
+ #: product_list.php:99
1347
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1348
  msgstr ""
1349
 
1350
+ #: product_list.php:106
 
 
 
 
 
 
1351
  msgid ""
1352
  "Get latest error log messages to diagnose website problems. Define and fix "
1353
  "issues faster."
1354
  msgstr ""
1355
 
1356
+ #: product_list.php:113
1357
  msgid ""
1358
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1359
  "widgets."
1360
  msgstr ""
1361
 
1362
+ #: product_list.php:123
1363
  msgid ""
1364
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1365
  "clicks."
1366
  msgstr ""
1367
 
1368
+ #: product_list.php:133
1369
  msgid ""
1370
+ "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1371
+ "posts, pages and widgets."
1372
  msgstr ""
1373
 
1374
+ #: product_list.php:143
1375
  msgid ""
1376
+ "Stronger security solution which protects your WordPress website from hacks "
1377
+ "and unauthorized login attempts."
1378
  msgstr ""
1379
 
1380
+ #: product_list.php:153
1381
  msgid ""
1382
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1383
  "results, categories, tags, and widgets."
1384
  msgstr ""
1385
 
1386
+ #: product_list.php:163
1387
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1388
  msgstr ""
1389
 
1390
+ #: product_list.php:173
1391
  msgid ""
1392
  "Protect WordPress website forms from spam entries with Google Captcha "
1393
  "(reCaptcha)."
1394
  msgstr ""
1395
 
1396
+ #: product_list.php:183
1397
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1398
  msgstr ""
1399
 
1400
+ #: product_list.php:193
1401
  msgid ""
1402
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1403
  "your blog."
1404
  msgstr ""
1405
 
1406
+ #: product_list.php:203
1407
  msgid ""
1408
  "Replace external WordPress website links with Google shortlinks and track "
1409
  "click stats."
1410
  msgstr ""
1411
 
1412
+ #: product_list.php:210
1413
  msgid ""
1414
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1415
  "hostnames, etc."
1416
  msgstr ""
1417
 
1418
+ #: product_list.php:220
1419
  msgid ""
1420
  "Create your personal job board and listing WordPress website. Search jobs, "
1421
  "submit CV/resumes, choose candidates."
1422
  msgstr ""
1423
 
1424
+ #: product_list.php:227
1425
  msgid ""
1426
  "Protect WordPress website against brute force attacks. Limit rate of login "
1427
  "attempts."
1428
  msgstr ""
1429
 
1430
+ #: product_list.php:237
1431
  msgid ""
1432
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1433
  "5 plugins included – profile, insider, etc."
1434
  msgstr ""
1435
 
1436
+ #: product_list.php:247
1437
  msgid ""
1438
  "Translate WordPress website content to other languages manually. Create "
1439
  "multilingual pages, posts, widgets, menus, etc."
1440
  msgstr ""
1441
 
1442
+ #: product_list.php:257
1443
  msgid ""
1444
  "Add customizable pagination to WordPress website. Split long content to "
1445
  "multiple pages for better navigation."
1446
  msgstr ""
1447
 
1448
+ #: product_list.php:267
1449
  msgid ""
1450
  "Generate PDF files and print WordPress posts/pages. Customize document "
1451
  "header/footer styles and appearance."
1452
  msgstr ""
1453
 
1454
+ #: product_list.php:277
1455
  msgid ""
1456
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1457
  "Profile) to WordPress posts, pages and widgets."
1458
  msgstr ""
1459
 
1460
+ #: product_list.php:287
1461
  msgid ""
1462
  "Create your personal portfolio WordPress website. Manage and showcase past "
1463
  "projects to get more clients."
1464
  msgstr ""
1465
 
1466
+ #: product_list.php:297
1467
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1468
  msgstr ""
1469
 
1470
+ #: product_list.php:304
1471
  msgid ""
1472
  "Add extra fields to default WordPress user profile. The easiest way to "
1473
  "create and manage additional custom values."
1474
  msgstr ""
1475
 
1476
+ #: product_list.php:311
1477
  msgid ""
1478
  "Add and display HTML advertisement banner on WordPress website. Customize "
1479
  "bar styles and appearance."
1480
  msgstr ""
1481
 
1482
+ #: product_list.php:321
1483
  msgid ""
1484
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1485
  "widgets."
1486
  msgstr ""
1487
 
1488
+ #: product_list.php:328
1489
  msgid ""
1490
  "Add rating plugin to your WordPress website to receive feedback from your "
1491
  "customers."
1492
  msgstr ""
1493
 
1494
+ #: product_list.php:335
1495
  msgid ""
1496
  "Create your personal real estate WordPress website. Sell, rent and buy "
1497
  "properties. Add, search and browse listings easily."
1498
  msgstr ""
1499
 
1500
+ #: product_list.php:345
 
 
 
 
 
 
1501
  msgid ""
1502
  "Add related, featured, latest, and popular posts to your WordPress website. "
1503
  "Connect your blog readers with a relevant content."
1504
  msgstr ""
1505
 
1506
+ #: product_list.php:352
1507
  msgid ""
1508
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1509
  "settings and detailed reports."
1510
  msgstr ""
1511
 
1512
+ #: product_list.php:362
1513
  msgid ""
1514
  "The best responsive slider plugin for your WordPress website. Create "
1515
  "beautifully animated slides just in a few clicks."
1516
  msgstr ""
1517
 
1518
+ #: product_list.php:369
1519
  msgid ""
1520
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1521
  "Yahoo, Hotmail and other services."
1522
  msgstr ""
1523
 
1524
+ #: product_list.php:376
1525
  msgid ""
1526
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1527
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1528
  msgstr ""
1529
 
1530
+ #: product_list.php:386
1531
  msgid ""
1532
  "Add social media login, registration, and commenting to your WordPress "
1533
  "website."
1534
  msgstr ""
1535
 
1536
+ #: product_list.php:393
1537
  msgid ""
1538
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1539
  "Collect data and subscribe your users."
1540
  msgstr ""
1541
 
1542
+ #: product_list.php:403
1543
  msgid ""
1544
  "Add testimonials and feedbacks from your customers to WordPress website "
1545
  "posts, pages, and widgets."
1546
  msgstr ""
1547
 
1548
+ #: product_list.php:410
1549
  msgid ""
1550
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1551
  "attendance and generate reports."
1552
  msgstr ""
1553
 
1554
+ #: product_list.php:420
1555
  msgid ""
1556
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1557
  "and pages."
1558
  msgstr ""
1559
 
1560
+ #: product_list.php:430
1561
  msgid ""
1562
  "Automatically check and update WordPress website core with all installed "
1563
  "plugins and themes to the latest versions."
1564
  msgstr ""
1565
 
1566
+ #: product_list.php:440
1567
  msgid ""
1568
  "Powerful user role management plugin for WordPress website. Create, edit, "
1569
  "copy, and delete user roles."
1570
  msgstr ""
1571
 
1572
+ #: product_list.php:450
1573
  msgid ""
1574
  "Display live count of online visitors who are currently browsing your "
1575
  "WordPress website."
1576
  msgstr ""
1577
 
1578
+ #: product_list.php:460
1579
  msgid ""
1580
  "Backup and export Zendesk Help Center content automatically to your "
1581
  "WordPress website database."
1582
  msgstr ""
1583
 
1584
+ #, fuzzy
1585
+ #~ msgid "Congratulations! Pro Membership license is activated successfully."
1586
+ #~ msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
1587
+
1588
+ #, fuzzy
1589
+ #~ msgid "Email with system info is sent to"
1590
+ #~ msgstr "Wiadomość z informacjami systemowymi zostanie wysłana do "
1591
+
1592
+ #~ msgid ""
1593
+ #~ "You can use one license of the Pro plugin for one domain only. Please "
1594
+ #~ "check and edit your license or domain if necessary using you personal "
1595
+ #~ "Client Area. We strongly recommend you to solve the problem within 24 "
1596
+ #~ "hours, otherwise the Pro plugin will be deactivated."
1597
+ #~ msgstr ""
1598
+ #~ "Licencja wersji PRO może być wykorzystywana tylko na jednej domenie. "
1599
+ #~ "Proszę sprawdź i edytuj klucz licencji lub domenę, jeśli to konieczne "
1600
+ #~ "wykorzystaj Panel Klienta. Zalecamy rozwiązanie tego problemu w przeciągu "
1601
+ #~ "24 godzin, w przeciwnym wypadku wersja PRO zostanie zablokowana."
1602
+
1603
+ #~ msgid "Insert"
1604
+ #~ msgstr "Umieść"
1605
+
1606
  #, fuzzy
1607
  #~ msgid "Site Stats"
1608
  #~ msgstr "Status systemu"
bws_menu/languages/bestwebsoft-ru_RU.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-ru_RU.po CHANGED
@@ -2,11 +2,11 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-06-08 11:26+0300\n"
6
- "PO-Revision-Date: 2017-06-08 12:06+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
- "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
@@ -14,13 +14,15 @@ msgstr ""
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
 
 
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: bws_functions.php:72 bws_functions.php:190
20
  msgid "requires"
21
  msgstr "требует"
22
 
23
- #: bws_functions.php:74
24
  msgid ""
25
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
26
  "try again."
@@ -28,60 +30,65 @@ msgstr ""
28
  "или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и "
29
  "попробуйте еще раз."
30
 
31
- #: bws_functions.php:75
32
  msgid "Back to the WordPress"
33
  msgstr "Вернуться к WordPress на"
34
 
35
- #: bws_functions.php:77
36
  msgid "Plugins page"
37
  msgstr "Страницу плагинов"
38
 
39
- #: bws_functions.php:91
40
  msgid "Like the plugin?"
41
  msgstr "Понравился плагин?"
42
 
43
  #: bws_functions.php:93
 
 
 
 
 
44
  msgid "Rate it"
45
  msgstr "Оценить"
46
 
47
- #: bws_functions.php:102
48
  msgid "Need help?"
49
  msgstr "Нужна помощь?"
50
 
51
- #: bws_functions.php:103 bws_functions.php:907 class-bws-settings.php:1047
52
  msgid "Visit Help Center"
53
  msgstr "Перейти в Help Center"
54
 
55
- #: bws_functions.php:106
56
  msgid "Want to support the plugin?"
57
  msgstr "Хотите поддержать плагин?"
58
 
59
- #: bws_functions.php:107 bws_menu.php:553
60
  msgid "Donate"
61
  msgstr "Пожертвовать"
62
 
63
- #: bws_functions.php:127
64
  msgid "WARNING: Illegal use notification"
65
  msgstr "ВНИМАНИЕ: уведомление о незаконном использовании"
66
 
67
- #: bws_functions.php:127
68
  msgid ""
69
  "You can use one license of the Pro plugin for one domain only. Please check "
70
- "and edit your license or domain if necessary using you personal Client Area. "
71
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
72
- "the Pro plugin will be deactivated."
73
  msgstr ""
74
  "Вы можете использовать одну лицензию Pro плагина только для одного домена. "
75
  "Пожалуйста, проверьте и отредактируйте при необходимости лицензию или домен, "
76
  "используя Ваш личный Client Area. Мы настоятельно рекомендуем вам решить "
77
  "проблему в течение 24 часов, в противном случае плагин будет деактивирован."
78
 
79
- #: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
80
- #: class-bws-settings.php:143
81
  msgid "Learn More"
82
  msgstr "Подробнее"
83
 
84
- #: bws_functions.php:144
85
  msgid ""
86
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
87
  "you should buy a Pro license"
@@ -89,7 +96,7 @@ msgstr ""
89
  "Внимание: Срок действия Pro Trial версии истек. Чтобы продолжить "
90
  "пользоваться плагином, пожалуйста, приобретите Pro лицензию"
91
 
92
- #: bws_functions.php:146
93
  msgid ""
94
  "Your license has expired. To continue getting top-priority support and "
95
  "plugin updates, you should extend it."
@@ -98,24 +105,24 @@ msgstr ""
98
  "плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно "
99
  "продлить лицензию."
100
 
101
- #: bws_functions.php:146 bws_functions.php:382 deprecated.php:584
102
  msgid "Learn more"
103
  msgstr "Подробнее"
104
 
105
- #: bws_functions.php:164
106
  #, php-format
107
  msgid "Notice: You are using the Pro Trial license of %s plugin."
108
  msgstr "Внимание: Вы используете Pro Trial версию плагина %s."
109
 
110
- #: bws_functions.php:166
111
  msgid "Notice: You are using the Pro Trial license of plugin."
112
  msgstr "Внимание: Вы используете Pro Trial версию плагина."
113
 
114
- #: bws_functions.php:169
115
  msgid "The Pro Trial license will expire on"
116
  msgstr "Ваша лицензия Pro Trial версии плагина истекает"
117
 
118
- #: bws_functions.php:192
119
  msgid ""
120
  "or higher! We do not guarantee that our plugin will work correctly. Please "
121
  "upgrade to WordPress latest version."
@@ -123,74 +130,74 @@ msgstr ""
123
  "или выше! Мы не гарантируем, что наш плагин будет работать корректно. "
124
  "Пожалуйста, обновите WordPress до последней версии."
125
 
126
- #: bws_functions.php:207
127
  #, php-format
128
  msgid "Thank you for installing %s plugin!"
129
  msgstr "Спасибо, что установили %s плагин!"
130
 
131
- #: bws_functions.php:208
132
  msgid "Let's get started"
133
  msgstr "Давайте начнем"
134
 
135
- #: bws_functions.php:209 bws_functions.php:242 bws_menu.php:557
136
- #: bws_menu.php:559
137
  msgid "Settings"
138
  msgstr "Настройки"
139
 
140
- #: bws_functions.php:211 bws_menu.php:328 class-bws-settings.php:736
141
- #: class-bws-settings.php:1049 class-bws-settings.php:1059 deprecated.php:694
142
  msgid "or"
143
  msgstr "или"
144
 
145
- #: bws_functions.php:212 bws_functions.php:244
146
  msgid "Add New"
147
  msgstr "Добавить"
148
 
149
- #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
150
- #: bws_functions.php:378 bws_functions.php:480
151
  msgid "Close notice"
152
  msgstr "Закрыть"
153
 
154
- #: bws_functions.php:231
155
  msgid "Thank you for installing plugins by BestWebSoft!"
156
  msgstr "Спасибо за установку плагинов компании BestWebSoft!"
157
 
158
- #: bws_functions.php:233
159
  msgid "More Details"
160
  msgstr "Детали"
161
 
162
- #: bws_functions.php:234
163
  msgid "Less Details"
164
  msgstr "Скрыть детали"
165
 
166
- #: bws_functions.php:262
167
  msgid "Deprecated function(-s) is used on the site here:"
168
  msgstr "Устаревшие функции используются на сайте здесь:"
169
 
170
- #: bws_functions.php:276
171
  msgid ""
172
  "This function(-s) will be removed over time. Please update the product(-s)."
173
  msgstr ""
174
  "Эти функции будет удалены через некоторое время. Пожалуйста, обновите "
175
  "продукт."
176
 
177
- #: bws_functions.php:335
178
  msgid "It’s time to upgrade your"
179
  msgstr "Настало время обновить Ваш"
180
 
181
- #: bws_functions.php:335
182
  msgid "to"
183
  msgstr "до"
184
 
185
- #: bws_functions.php:335
186
  msgid "version!"
187
  msgstr "версии!"
188
 
189
- #: bws_functions.php:336
190
  msgid "Extend standard plugin functionality with new great options."
191
  msgstr "Расширяет возможности стандартного функционала плагина."
192
 
193
- #: bws_functions.php:382
194
  #, php-format
195
  msgid ""
196
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
@@ -199,12 +206,12 @@ msgstr ""
199
  "Ваш лицензионный ключ для %s истекает %s и вы не будете получать "
200
  "приоритетную тех.поддержку или обновления."
201
 
202
- #: bws_functions.php:475
203
  #, php-format
204
  msgid "Thank you for choosing %s plugin!"
205
  msgstr "Спасибо за выбор плагина %s!"
206
 
207
- #: bws_functions.php:476
208
  msgid ""
209
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
210
  "we'd love to hear about it!"
@@ -213,25 +220,25 @@ msgstr ""
213
  "функционала плагина, пожалуйста, присылайте их нам! Мы вседа открыты для "
214
  "новых идей!"
215
 
216
- #: bws_functions.php:477
217
  msgid "Suggest a Feature"
218
  msgstr "Предложить функционал"
219
 
220
- #: bws_functions.php:493 class-bws-settings.php:533 class-bws-settings.php:536
221
- #: class-bws-settings.php:584 class-bws-settings.php:587
222
  msgid "Notice"
223
  msgstr "Внимание"
224
 
225
- #: bws_functions.php:493
226
  msgid "The plugin's settings have been changed."
227
  msgstr "Настройки плагина были изменены"
228
 
229
- #: bws_functions.php:494 class-bws-settings.php:182 class-bws-settings.php:202
230
- #: deprecated.php:640
231
  msgid "Save Changes"
232
  msgstr "Сохранить изменения"
233
 
234
- #: bws_functions.php:508
235
  msgid ""
236
  "You can always look at premium options by checking the \"Pro Options\" in "
237
  "the \"Misc\" tab."
@@ -239,83 +246,79 @@ msgstr ""
239
  "Вы всегда можете просмотреть премиум опции нажав на кнопку \"Pro опции\" на "
240
  "вкладке \"Разное\"."
241
 
242
- #: bws_functions.php:629
243
  msgid "Add BWS Shortcode"
244
  msgstr "Добавить BWS шорткод"
245
 
246
- #: bws_functions.php:630
247
  msgid "Add BWS Plugins Shortcode"
248
  msgstr "Добавить шорткод BWS Плагина"
249
 
250
- #: bws_functions.php:649
251
  msgid "Add shortcode"
252
  msgstr "Добавить шорткод"
253
 
254
- #: bws_functions.php:649
255
  msgid "Add BestWebSoft plugins' shortcodes using this button."
256
  msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
257
 
258
- #: bws_functions.php:695
259
  msgid "Close"
260
  msgstr "Закрыть"
261
 
262
- #: bws_functions.php:787
263
  msgid "Are you sure you want to restore default settings?"
264
  msgstr ""
265
  "Вы уверены что хотите восстановить все настройки плагина к настройкам по "
266
  "умолчанию?"
267
 
268
- #: bws_functions.php:790
269
  msgid "Yes, restore all settings"
270
  msgstr "Да, восстановить все настройки"
271
 
272
- #: bws_functions.php:791
273
  msgid "No, go back to the settings page"
274
  msgstr "Нет, вернуться на страницу настроек"
275
 
276
- #: bws_functions.php:833
277
  msgid "Plugin"
278
  msgstr "Плагин"
279
 
280
- #: bws_functions.php:842
281
  msgid "Shortcode settings"
282
  msgstr "Настройки шорткода"
283
 
284
- #: bws_functions.php:847
285
  msgid "The shortcode will be inserted"
286
  msgstr "Будет вставлен шорткод"
287
 
288
- #: bws_functions.php:852
289
- msgid "Insert"
290
- msgstr "Вставить"
291
-
292
- #: bws_functions.php:912
293
  msgid "FAQ"
294
  msgstr "FAQ"
295
 
296
- #: bws_functions.php:918
297
  msgid "For more information:"
298
  msgstr "Для дополнительной информации:"
299
 
300
- #: bws_functions.php:919
301
  msgid "Documentation"
302
  msgstr "Документация"
303
 
304
- #: bws_functions.php:920
305
  msgid "Video Instructions"
306
  msgstr "Видео инструкции"
307
 
308
- #: bws_functions.php:921
309
  msgid "Submit a Request"
310
  msgstr "Отправить запрос"
311
 
312
- #: bws_menu.php:101 class-bws-settings.php:781 deprecated.php:322
313
  msgid "Wrong license key"
314
  msgstr "Неправильный лицензионный ключ"
315
 
316
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
317
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
318
- #: deprecated.php:352
319
  msgid ""
320
  "Something went wrong. Please try again later. If the error appears again, "
321
  "please contact us"
@@ -323,14 +326,14 @@ msgstr ""
323
  "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
324
  "пожалуйста, свяжитесь с нами"
325
 
326
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
327
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
328
- #: deprecated.php:352
329
  msgid "We are sorry for inconvenience."
330
  msgstr "Приносим извинения за неудобства."
331
 
332
- #: bws_menu.php:128 class-bws-settings.php:813 class-bws-settings.php:916
333
- #: deprecated.php:139 deprecated.php:358
334
  msgid "Wrong license key."
335
  msgstr "Неправильный лицензионный ключ."
336
 
@@ -345,11 +348,11 @@ msgstr ""
345
  msgid "Log in"
346
  msgstr "Авторизоваться"
347
 
348
- #: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
349
  msgid "Unfortunately, you have exceeded the number of available tries per day."
350
  msgstr "К сожалению, вы превысили количество доступных попыток."
351
 
352
- #: bws_menu.php:134 class-bws-settings.php:922 deprecated.php:364
353
  #, php-format
354
  msgid ""
355
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -359,7 +362,7 @@ msgstr ""
359
  "обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
360
  "вашей %s"
361
 
362
- #: bws_menu.php:136 class-bws-settings.php:924 deprecated.php:366
363
  msgid ""
364
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
365
  "Trial license can be installed only once."
@@ -367,19 +370,19 @@ msgstr ""
367
  "К сожалению, Pro лицензия уже была установлена на этом доменен. Pro Trial "
368
  "лицензия может быть установлена только один раз."
369
 
370
- #: bws_menu.php:142 class-bws-settings.php:828 deprecated.php:153
371
  msgid "The license key is valid."
372
  msgstr "Лицензионный ключ действителен."
373
 
374
- #: bws_menu.php:144 class-bws-settings.php:831 deprecated.php:156
375
  msgid "Your license will expire on"
376
  msgstr "Ваша лицензия истечет"
377
 
378
  #: bws_menu.php:146
379
- msgid "Congratulations! Pro Membership license is activated successfully."
380
  msgstr "Поздравляем! Pro Membership лицензия успешно активирована."
381
 
382
- #: bws_menu.php:153 class-bws-settings.php:996 deprecated.php:435
383
  msgid ""
384
  "Something went wrong. Try again later or upload the plugin manually. We are "
385
  "sorry for inconvenience."
@@ -533,67 +536,68 @@ msgstr "Неактивированные плагины"
533
  msgid "Please enter a valid email address."
534
  msgstr "Пожалуйста, введите валидный емайл."
535
 
536
- #: bws_menu.php:264
537
- msgid "Email with system info is sent to"
538
- msgstr "Емейл с системной информацией отправлен на"
 
539
 
540
- #: bws_menu.php:268
541
  msgid "Thank you for contacting us."
542
  msgstr "Спасибо что связались с нами."
543
 
544
- #: bws_menu.php:291
545
  msgid "Sorry, email message could not be delivered."
546
  msgstr "Извините, ваш емейл не может быть отправлен."
547
 
548
- #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
549
  msgid "Plugins"
550
  msgstr "Плагины"
551
 
552
- #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
553
  msgid "Themes"
554
  msgstr "Темы"
555
 
556
- #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
557
  msgid "System status"
558
  msgstr "Системная информация"
559
 
560
- #: bws_menu.php:317
561
  msgid "Support"
562
  msgstr "Тех. поддержка"
563
 
564
- #: bws_menu.php:318
565
  msgid "Manage purchased licenses & subscriptions"
566
  msgstr "Управление купленными лицензиями и подписками"
567
 
568
- #: bws_menu.php:326
569
  #, php-format
570
  msgid "Get Access to %s+ Premium Plugins"
571
  msgstr "Получить доступ к %s+ премиум плагинам"
572
 
573
- #: bws_menu.php:328
574
  msgid "Subscribe to Pro Membership"
575
  msgstr "Подписаться на Pro Membership"
576
 
577
- #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:749
578
  #: deprecated.php:227
579
  msgid "Check license key"
580
  msgstr "Проверка лицензионного ключа"
581
 
582
- #: bws_menu.php:339
583
  msgid "Enter your license key"
584
  msgstr "Ваш лицензионный ключ"
585
 
586
- #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
587
- #: class-bws-settings.php:728 deprecated.php:259 deprecated.php:267
588
- #: deprecated.php:629 deprecated.php:700 deprecated.php:709
589
  msgid "Activate"
590
  msgstr "Активировать"
591
 
592
- #: bws_menu.php:361
593
  msgid "Upload Plugin"
594
  msgstr "Добавить новый"
595
 
596
- #: bws_menu.php:365
597
  #, php-format
598
  msgid ""
599
  "The plugin generated %d characters of <strong>unexpected output</strong> "
@@ -606,7 +610,7 @@ msgstr ""
606
  "проблемы с RSS-лентами или другие неполадки, попробуйте деактивировать или "
607
  "удалить этот плагин."
608
 
609
- #: bws_menu.php:367
610
  msgid ""
611
  "Plugin could not be activated because it triggered a <strong>fatal error</"
612
  "strong>."
@@ -614,39 +618,37 @@ msgstr ""
614
  "Плагин не может быть активирован, поскольку он вызвал <strong>фатальную "
615
  "ошибку</strong>."
616
 
617
- #: bws_menu.php:370
618
  msgid "Plugin <strong>activated</strong>."
619
  msgstr "Плагин <strong>активировано</strong>."
620
 
621
- #: bws_menu.php:377
622
  msgid "Installing Plugin"
623
  msgstr "Установка плагина"
624
 
625
- #: bws_menu.php:383
626
  msgid "Downloading install package from"
627
  msgstr "Скачивание установочного пакета из"
628
 
629
- #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
630
- #: class-bws-settings.php:948 class-bws-settings.php:970
631
- #: class-bws-settings.php:992 deprecated.php:387 deprecated.php:409
632
- #: deprecated.php:431
633
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
634
  msgstr ""
635
  "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
636
 
637
- #: bws_menu.php:408
638
  msgid "Unpacking the package"
639
  msgstr "Распаковка пакета"
640
 
641
- #: bws_menu.php:413 bws_menu.php:421
642
  msgid "Installing the plugin"
643
  msgstr "Установка плагина"
644
 
645
- #: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
646
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
647
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
648
 
649
- #: bws_menu.php:424 class-bws-settings.php:966 deprecated.php:405
650
  msgid ""
651
  "Your server does not support either ZipArchive or Phar. Please, upload the "
652
  "plugin manually"
@@ -654,158 +656,158 @@ msgstr ""
654
  "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
655
  "Пожалуйста, загрузите плагин вручную"
656
 
657
- #: bws_menu.php:427
658
  #, php-format
659
  msgid "The plugin %s is successfully installed."
660
  msgstr "Плагин %s успешно установлен."
661
 
662
- #: bws_menu.php:434 class-bws-settings.php:973 deprecated.php:412
663
  msgid "UploadDir is not writable. Please, upload the plugin manually"
664
  msgstr ""
665
  "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
666
 
667
- #: bws_menu.php:439
668
  msgid "Activate Plugin"
669
  msgstr "Активировать плагин"
670
 
671
- #: bws_menu.php:439 bws_menu.php:445
672
  msgid "Return to BestWebSoft Panel"
673
  msgstr "Возврат к BestWebSoft Panel"
674
 
675
- #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
676
  msgid "All"
677
  msgstr "Все"
678
 
679
- #: bws_menu.php:450 bws_menu.php:650
680
  msgid "Installed"
681
  msgstr "Установленные"
682
 
683
- #: bws_menu.php:451
684
  msgid "Not Installed"
685
  msgstr "Не установленные"
686
 
687
- #: bws_menu.php:457
688
  msgid "Filter results"
689
  msgstr "Фильтр результатов"
690
 
691
- #: bws_menu.php:460 bws_menu.php:589
692
  msgid "Category"
693
  msgstr "Категория"
694
 
695
- #: bws_menu.php:524
696
  msgid "Not installed"
697
  msgstr "Не установлен"
698
 
699
- #: bws_menu.php:528
700
  msgid "Renew to get updates"
701
  msgstr "Продлить для обновления"
702
 
703
- #: bws_menu.php:531
704
  #, php-format
705
  msgid "Update to v %s"
706
  msgstr "Обновить до версии %s"
707
 
708
- #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
709
  msgid "Install Now"
710
  msgstr "Установить"
711
 
712
- #: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
713
  msgid "Upgrade to Pro"
714
  msgstr "Обновить до Pro"
715
 
716
- #: bws_menu.php:563 bws_menu.php:572
717
  msgid "Activate this plugin"
718
  msgstr "Активировать плагин"
719
 
720
- #: bws_menu.php:575
721
  msgid "Install this plugin"
722
  msgstr "Установить этот плагин"
723
 
724
- #: bws_menu.php:584
725
  msgid "Nothing found. Try another criteria."
726
  msgstr "Ничего не найдено. Попробуйте другие критерии."
727
 
728
- #: bws_menu.php:621 bws_menu.php:641
729
  #, php-format
730
  msgid "By %s"
731
  msgstr "%s"
732
 
733
- #: bws_menu.php:648
734
  msgid "Already Installed"
735
  msgstr "Уже установлена"
736
 
737
- #: bws_menu.php:659
738
- msgid "Browse Free WordPress Themes"
739
- msgstr "Обзор бесплатных WordPress тем"
740
 
741
- #: bws_menu.php:668
742
  msgid "Send to support"
743
  msgstr "Отправить в тех. поддержку"
744
 
745
- #: bws_menu.php:675
746
  msgid "Send to custom email &#187;"
747
  msgstr "Отправить на емейл &#187;"
748
 
749
- #: class-bws-settings.php:135
750
  msgid "Information"
751
  msgstr "Информация"
752
 
753
- #: class-bws-settings.php:143
754
  msgid "Inactive"
755
  msgstr "Неактивна"
756
 
757
- #: class-bws-settings.php:151
758
  msgid "Expired"
759
  msgstr "Истекла"
760
 
761
- #: class-bws-settings.php:154
762
  #, php-format
763
  msgid "%s day(-s) left"
764
  msgstr "%s дней осталось"
765
 
766
- #: class-bws-settings.php:160
767
  #, php-format
768
  msgid "Expired on %s"
769
  msgstr "Истекает %s"
770
 
771
- #: class-bws-settings.php:160
772
  msgid "Renew Now"
773
  msgstr "Возобновить сейчас"
774
 
775
- #: class-bws-settings.php:162
776
  msgid "Active"
777
  msgstr "Активна"
778
 
779
- #: class-bws-settings.php:167
780
  msgid "License"
781
  msgstr "Лицензия"
782
 
783
- #: class-bws-settings.php:170
784
  msgid "Status"
785
  msgstr "Статус"
786
 
787
- #: class-bws-settings.php:174
788
  msgid "Version"
789
  msgstr "Версия"
790
 
791
- #: class-bws-settings.php:282
792
  msgid "All plugin settings were restored."
793
  msgstr "Все настройки плагина были восстановлены."
794
 
795
- #: class-bws-settings.php:420
796
  msgid "Custom Code"
797
  msgstr "Пользовательский код"
798
 
799
- #: class-bws-settings.php:424 deprecated.php:497
800
  msgid "You do not have sufficient permissions to edit plugins for this site."
801
  msgstr ""
802
  "У вас недостаточно полномочий, чтобы редактировать плагины на этом сайте."
803
 
804
- #: class-bws-settings.php:429 deprecated.php:618
805
  msgid "These styles will be added to the header on all pages of your site."
806
  msgstr "Эти стили будут добавлены в хедер на всех страницах вашего сайта."
807
 
808
- #: class-bws-settings.php:432 deprecated.php:620
809
  #, php-format
810
  msgid ""
811
  "This PHP code will be hooked to the %s action and will be printed on front "
@@ -814,11 +816,11 @@ msgstr ""
814
  "Этот PHP код будет прикреплен к %s аction и будет добавлен только во "
815
  "фронтенде."
816
 
817
- #: class-bws-settings.php:435
818
  msgid "These code will be added to the header on all pages of your site."
819
  msgstr "Этот код будет добавлен в хедер на всех страницах вашего сайта."
820
 
821
- #: class-bws-settings.php:443 deprecated.php:644
822
  #, php-format
823
  msgid ""
824
  "You need to make this files writable before you can save your changes. See "
@@ -827,25 +829,25 @@ msgstr ""
827
  "Чтобы сохранить изменения, нужно сделать этот файл доступным для записи. "
828
  "Дополнительную информацию можно получить в %s Кодексе %s."
829
 
830
- #: class-bws-settings.php:453 deprecated.php:626
831
  msgid "Browsing"
832
  msgstr "Просмотр"
833
 
834
- #: class-bws-settings.php:457
835
  #, php-format
836
  msgid "Activate custom %s code."
837
  msgstr "Активировать пользовательский %s код."
838
 
839
- #: class-bws-settings.php:464 deprecated.php:633
840
  #, php-format
841
  msgid "Learn more about %s"
842
  msgstr "Подробнее о %s"
843
 
844
- #: class-bws-settings.php:524
845
  msgid "Miscellaneous Settings"
846
  msgstr "Прочие настройки"
847
 
848
- #: class-bws-settings.php:533 class-bws-settings.php:584
849
  #, php-format
850
  msgid ""
851
  "It is prohibited to change %s settings on this site in the %s network "
@@ -853,75 +855,75 @@ msgid ""
853
  msgstr ""
854
  "Cетевыми настройками %s запрещается изменять настройки %s на этом сайте."
855
 
856
- #: class-bws-settings.php:536 class-bws-settings.php:587
857
  #, php-format
858
  msgid ""
859
  "It is prohibited to view %s settings on this site in the %s network settings."
860
  msgstr ""
861
  "Cетевыми настройками %s запрещается просматривать настройки %s на этом сайте."
862
 
863
- #: class-bws-settings.php:545
864
  msgid "Pro Options"
865
  msgstr "Pro опции"
866
 
867
- #: class-bws-settings.php:548
868
  msgid "Enable to display plugin Pro options."
869
  msgstr "Включите для отображения Pro опций плагина."
870
 
871
- #: class-bws-settings.php:553
872
  msgid "Track Usage"
873
  msgstr "Собирать статистику"
874
 
875
- #: class-bws-settings.php:556
876
  msgid ""
877
  "Enable to allow tracking plugin usage anonymously in order to make it better."
878
  msgstr ""
879
  "Включить, чтобы разрешить анонимно отслеживать использование и сделать "
880
  "плагин лучше."
881
 
882
- #: class-bws-settings.php:560
883
  msgid "Default Settings"
884
  msgstr "Настройки по умолчанию"
885
 
886
- #: class-bws-settings.php:562
887
  msgid "Restore Settings"
888
  msgstr "Восстановить настройки"
889
 
890
- #: class-bws-settings.php:563
891
  msgid "This will restore plugin settings to defaults."
892
  msgstr "Восстановить все настройки плагина к настройкам по умолчанию."
893
 
894
- #: class-bws-settings.php:575
895
  msgid "Import / Export"
896
  msgstr "Импорт / Экспорт"
897
 
898
- #: class-bws-settings.php:691 class-bws-settings.php:724
899
- #: class-bws-settings.php:746
900
  msgid "License Key"
901
  msgstr "Лицензионный ключ"
902
 
903
- #: class-bws-settings.php:714
904
  msgid "Congratulations! Pro license is activated successfully."
905
  msgstr "Поздравляем! Pro лицензия успешно активирована."
906
 
907
- #: class-bws-settings.php:715
908
  #, php-format
909
  msgid "You will be automatically redirected to the %s in %s seconds."
910
  msgstr "Вы будете автоматически перенаправлены на %s через %s секунд."
911
 
912
- #: class-bws-settings.php:715
913
  msgid "Settings page"
914
  msgstr "страницу Настроек"
915
 
916
- #: class-bws-settings.php:730
917
  #, php-format
918
  msgid "Enter your license key to activate %s and get premium plugin features."
919
  msgstr ""
920
  "Введите лицензионный ключ для активации %s и получения дополнительных "
921
  "возможностей плагина."
922
 
923
- #: class-bws-settings.php:733 class-bws-settings.php:920 deprecated.php:362
924
- #: deprecated.php:703
925
  msgid ""
926
  "Unfortunately, you have exceeded the number of available tries per day. "
927
  "Please, upload the plugin manually."
@@ -929,12 +931,12 @@ msgstr ""
929
  "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
930
  "загрузите плагин вручную."
931
 
932
- #: class-bws-settings.php:736 deprecated.php:694
933
  #, php-format
934
  msgid "Start Your Free %s-Day Trial Now"
935
  msgstr "Попробуйте %s-дневную Trial версию бесплатно"
936
 
937
- #: class-bws-settings.php:751
938
  msgid ""
939
  "If necessary, you can check if the license key is correct or reenter it in "
940
  "the field below."
@@ -942,15 +944,15 @@ msgstr ""
942
  "При необходимости вы можете проверить валидность лицензионного ключа или "
943
  "повторно ввести его в поле ниже."
944
 
945
- #: class-bws-settings.php:756
946
  msgid "Manage License Settings"
947
  msgstr "Управление настройками лицензий"
948
 
949
- #: class-bws-settings.php:758
950
  msgid "Login to Client Area"
951
  msgstr "Зайти в Client Area"
952
 
953
- #: class-bws-settings.php:760
954
  msgid ""
955
  "Manage active licenses, download BWS products, and view your payment history "
956
  "using BestWebSoft Client Area."
@@ -958,12 +960,12 @@ msgstr ""
958
  "Управляй активными лицензиями, загружай BWS продукты, а также просматривай "
959
  "историю платежей с помощью BestWebSoft Client Area."
960
 
961
- #: class-bws-settings.php:815 class-bws-settings.php:918 deprecated.php:141
962
- #: deprecated.php:360
963
  msgid "This license key is bound to another site."
964
  msgstr "Этот лицензионный ключ привязан к другому сайту."
965
 
966
- #: class-bws-settings.php:817 deprecated.php:143
967
  msgid ""
968
  "This license key is valid, but Your license has expired. If you want to "
969
  "update our plugin in future, you should extend the license."
@@ -971,11 +973,11 @@ msgstr ""
971
  "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите "
972
  "обновлять плагин в будущем, вы должны продлить лицензию."
973
 
974
- #: class-bws-settings.php:819 deprecated.php:145
975
  msgid "Unfortunately, you have exceeded the number of available tries."
976
  msgstr "К сожалению, вы превысили количество доступных попыток."
977
 
978
- #: class-bws-settings.php:821 deprecated.php:147
979
  msgid ""
980
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
981
  "The Pro Trial license can be installed only once."
@@ -983,37 +985,172 @@ msgstr ""
983
  "К сожалению, Pro Trial версия плагина уже устанавливалась на этот домен. Pro "
984
  "Trial версию можно устанавливать лишь один раз."
985
 
986
- #: class-bws-settings.php:826 deprecated.php:151
987
  msgid "The Pro Trial license key is valid."
988
  msgstr "Ключ Pro Trial версии действителен."
989
 
990
- #: class-bws-settings.php:834 deprecated.php:159 deprecated.php:246
991
  #, php-format
992
  msgid ""
993
  "In order to continue using the plugin it is necessary to buy a %s license."
994
  msgstr ""
995
  "Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
996
 
997
- #: class-bws-settings.php:1031 deprecated.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
998
  msgid "Please, enter Your license key"
999
  msgstr "Пожалуйста, введите ваш лицензионный ключ"
1000
 
1001
- #: class-bws-settings.php:1043
1002
  msgid "Need Help?"
1003
  msgstr "Нужна помощь?"
1004
 
1005
- #: class-bws-settings.php:1045
1006
  msgid "Read the Instruction"
1007
  msgstr "Читать инструкцию"
1008
 
1009
- #: class-bws-settings.php:1049
1010
  msgid "Watch the Video"
1011
  msgstr "Смотреть видео"
1012
 
1013
- #: class-bws-settings.php:1060
1014
  msgid "Start Your Free Trial"
1015
  msgstr "Использовать бесплатную Trial версию"
1016
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1017
  #: deprecated.php:93
1018
  msgid "System Status"
1019
  msgstr "Системная информация"
@@ -1040,79 +1177,79 @@ msgstr ""
1040
  "(ваше имя пользователя - это емейл, указанный при покупке). При "
1041
  "необходимости нажмите \"Забыли пароль?\"."
1042
 
1043
- #: deprecated.php:247
1044
  msgid "After that, you can activate it by entering your license key."
1045
  msgstr "После этого вы сможете активировать его введя лицензионный ключ."
1046
 
1047
- #: deprecated.php:249 deprecated.php:688
1048
  msgid "License key can be found in the"
1049
  msgstr "Лицензионный ключ можно найти в"
1050
 
1051
- #: deprecated.php:251 deprecated.php:690
1052
  msgid "(your username is the email address specified during the purchase)."
1053
  msgstr "(ваше имя пользователя - это емейл, указанный при покупке)."
1054
 
1055
- #: deprecated.php:278
1056
  msgid ""
1057
  "Congratulations! The Pro license of the plugin is activated successfully."
1058
  msgstr "Поздравляем! Pro версия плагина успешно активирована."
1059
 
1060
- #: deprecated.php:280 deprecated.php:669
1061
  msgid "Please, go to"
1062
  msgstr "Пожалуйста, перейдите на"
1063
 
1064
- #: deprecated.php:280 deprecated.php:669
1065
  msgid "the setting page"
1066
  msgstr "страницу настроек"
1067
 
1068
- #: deprecated.php:281 deprecated.php:670
1069
  msgid "You will be redirected automatically in 5 seconds."
1070
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
1071
 
1072
- #: deprecated.php:315
1073
  msgid "Check premium options on the plugin settings page!"
1074
  msgstr "Просмотрите премиум опции на странице настроек плагина!"
1075
 
1076
- #: deprecated.php:478
1077
  msgid "Restore all plugin settings to defaults"
1078
  msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
1079
 
1080
- #: deprecated.php:480
1081
  msgid "Restore settings"
1082
  msgstr "Восстановить настройки"
1083
 
1084
- #: deprecated.php:548 deprecated.php:575
1085
  #, php-format
1086
  msgid "File %s edited successfully."
1087
  msgstr "Файл %s успешно изменён."
1088
 
1089
- #: deprecated.php:550 deprecated.php:577
1090
  msgid "Not enough permissions to create or update the file"
1091
  msgstr "Не достаточно прав для создания или обновления файла"
1092
 
1093
- #: deprecated.php:580
1094
  msgid "Not enough permissions to create the file"
1095
  msgstr "Не достаточно прав для создания файла"
1096
 
1097
- #: deprecated.php:624
1098
  msgid "Editing"
1099
  msgstr "Редактирование"
1100
 
1101
- #: deprecated.php:667
1102
  msgid ""
1103
  "Congratulations! Pro version of the plugin is installed and activated "
1104
  "successfully."
1105
  msgstr "Поздравляем! Pro версия плагина успешно загружена и активирована."
1106
 
1107
- #: deprecated.php:677
1108
  msgid "Show Pro features"
1109
  msgstr "Показать Pro опции"
1110
 
1111
- #: deprecated.php:684
1112
  msgid "Enter your license key to install and activate"
1113
  msgstr "Введите лицензионный ключ для установки и активации"
1114
 
1115
- #: deprecated.php:686
1116
  msgid "version of the plugin."
1117
  msgstr "версия плагина."
1118
 
@@ -1153,10 +1290,8 @@ msgid "SMM"
1153
  msgstr "СММ"
1154
 
1155
  #: product_list.php:22
1156
- msgid ""
1157
- "Protect WordPress website forms from spam entries by means of math logic."
1158
- msgstr ""
1159
- "Защищайте формы вашего сайта WordPress от взлома путем математической логики."
1160
 
1161
  #: product_list.php:32
1162
  msgid "Create your personal car rental/booking and reservation website."
@@ -1207,21 +1342,13 @@ msgstr ""
1207
 
1208
  #: product_list.php:103
1209
  msgid ""
1210
- "Automatically add outgoing email messages to queue instead of sending them "
1211
- "immediately."
1212
- msgstr ""
1213
- "Автоматически формируйте очередь отправки исходящих электронных сообщений. "
1214
- "Задавайте время и приоритет рассылки."
1215
-
1216
- #: product_list.php:110
1217
- msgid ""
1218
  "Get latest error log messages to diagnose website problems. Define and fix "
1219
  "issues faster."
1220
  msgstr ""
1221
  "Получайте последние сообщения из журнала ошибок для диагностики проблем "
1222
  "сайта. Быстрее выявляйте и устраняйте проблемы."
1223
 
1224
- #: product_list.php:117
1225
  msgid ""
1226
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1227
  "widgets."
@@ -1229,7 +1356,7 @@ msgstr ""
1229
  "Добавляйте кнопки Facebook \"Подписаться\", \"Нравится\" и \"Поделиться\" в "
1230
  "посты, страницы и виджеты сайта WordPress."
1231
 
1232
- #: product_list.php:127
1233
  msgid ""
1234
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1235
  "clicks."
@@ -1237,15 +1364,7 @@ msgstr ""
1237
  "Добавляйте живописные галереи, альбомы и изображения на ваш сайт WordPress "
1238
  "всего в несколько кликов."
1239
 
1240
- #: product_list.php:137
1241
- msgid ""
1242
- "Add unlimited gallery categories. Organize images to make the navigation "
1243
- "through content easier."
1244
- msgstr ""
1245
- "Добавляйте неограниченное количество категорий галерей. Группируйте "
1246
- "изображения, чтобы упростить навигацию по контенту."
1247
-
1248
- #: product_list.php:144
1249
  msgid ""
1250
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1251
  "posts, pages and widgets."
@@ -1253,7 +1372,15 @@ msgstr ""
1253
  "Добавляйте кнопки Google \"+1\", \"Поделиться\", \"Подписаться\", \"Hangout"
1254
  "\" и значок профиля к постам, страницам и виджетам WordPress."
1255
 
1256
- #: product_list.php:154
 
 
 
 
 
 
 
 
1257
  msgid ""
1258
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1259
  "results, categories, tags, and widgets."
@@ -1261,13 +1388,13 @@ msgstr ""
1261
  "Добавляйте рекламу сервиса Adsense на страницы, посты, пользовательские "
1262
  "посты, результаты поиска, категории, теги и виджеты сайта WordPress."
1263
 
1264
- #: product_list.php:164
1265
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1266
  msgstr ""
1267
  "Добавляйте код Google Analytics на ваш сайт WordPress и отслеживайте базовую "
1268
  "статистику сайта."
1269
 
1270
- #: product_list.php:174
1271
  msgid ""
1272
  "Protect WordPress website forms from spam entries with Google Captcha "
1273
  "(reCaptcha)."
@@ -1275,13 +1402,13 @@ msgstr ""
1275
  "Защищайте формы вашего сайта WordPress от спама с помощью Google Captcha "
1276
  "(reCaptcha)."
1277
 
1278
- #: product_list.php:184
1279
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1280
  msgstr ""
1281
  "Добавляйте пользовательские карты Google в посты, страницы и виджеты "
1282
  "WordPress."
1283
 
1284
- #: product_list.php:194
1285
  msgid ""
1286
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1287
  "your blog."
@@ -1289,7 +1416,7 @@ msgstr ""
1289
  "Создавайте и добавляйте файлы XML sitemap на ваш сайт WordPress. Помогите "
1290
  "поисковым системам проиндексировать ваш блог."
1291
 
1292
- #: product_list.php:204
1293
  msgid ""
1294
  "Replace external WordPress website links with Google shortlinks and track "
1295
  "click stats."
@@ -1297,7 +1424,7 @@ msgstr ""
1297
  "Замените внешние ссылки сайта WordPress на короткие ссылки Google и "
1298
  "отслеживайте статистику кликов."
1299
 
1300
- #: product_list.php:211
1301
  msgid ""
1302
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1303
  "hostnames, etc."
@@ -1305,15 +1432,16 @@ msgstr ""
1305
  "Защитите свой сайт WordPress - предоставляйте и запрещайте доступ с "
1306
  "определенных IP-адресов, имен хостов и т.д."
1307
 
1308
- #: product_list.php:221
1309
  msgid ""
1310
  "Create your personal job board and listing WordPress website. Search jobs, "
1311
  "submit CV/resumes, choose candidates."
1312
  msgstr ""
1313
  "Создавайте свою собственную доску объявлений с перечнем вакансий на базе "
1314
- "WordPress. Поиск вакансий, подача резюме/CV кандидата, выбор кандидатов."
 
1315
 
1316
- #: product_list.php:228
1317
  msgid ""
1318
  "Protect WordPress website against brute force attacks. Limit rate of login "
1319
  "attempts."
@@ -1321,7 +1449,7 @@ msgstr ""
1321
  "Защищайте свой сайт WordPress от брутфорс-атак. Ограничивайте количество "
1322
  "попыток ввода логина."
1323
 
1324
- #: product_list.php:238
1325
  msgid ""
1326
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1327
  "5 plugins included – profile, insider, etc."
@@ -1330,7 +1458,7 @@ msgstr ""
1330
  "страницам и виджетам WordPress. 5 плагинов включено - Профиль, Инсайдер и т."
1331
  "д."
1332
 
1333
- #: product_list.php:248
1334
  msgid ""
1335
  "Translate WordPress website content to other languages manually. Create "
1336
  "multilingual pages, posts, widgets, menus, etc."
@@ -1338,7 +1466,7 @@ msgstr ""
1338
  "Переводите содержимое сайта WordPress на другие языки вручную. Создавайте "
1339
  "многоязычные страницы, посты, виджеты, меню и т.д."
1340
 
1341
- #: product_list.php:258
1342
  msgid ""
1343
  "Add customizable pagination to WordPress website. Split long content to "
1344
  "multiple pages for better navigation."
@@ -1346,7 +1474,7 @@ msgstr ""
1346
  "Добавляйте настраиваемую пагинацию на ваш сайт WordPress. Разбивайте "
1347
  "объемный контент на несколько страниц для лучшей навигации."
1348
 
1349
- #: product_list.php:268
1350
  msgid ""
1351
  "Generate PDF files and print WordPress posts/pages. Customize document "
1352
  "header/footer styles and appearance."
@@ -1354,7 +1482,7 @@ msgstr ""
1354
  "Создавайте PDF-файлы и печатайте посты/страницы сайта WordPress. "
1355
  "Настраивайте стили хедера/футера документа и его внешний вид."
1356
 
1357
- #: product_list.php:278
1358
  msgid ""
1359
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1360
  "Profile) to WordPress posts, pages and widgets."
@@ -1362,7 +1490,7 @@ msgstr ""
1362
  "Добавляйте кнопки Pinterest \"Подписаться\", \"Сохранить\" и виджеты профиля "
1363
  "(Пин, Доска, Профиль) к постам, страницам и виджетам WordPress."
1364
 
1365
- #: product_list.php:288
1366
  msgid ""
1367
  "Create your personal portfolio WordPress website. Manage and showcase past "
1368
  "projects to get more clients."
@@ -1370,13 +1498,13 @@ msgstr ""
1370
  "Создавайте и добавляйте портфолио на свой сайт WordPress. Управляйте и "
1371
  "демонстрируйте прошлые проекты, чтобы привлечь больше клиентов."
1372
 
1373
- #: product_list.php:298
1374
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1375
  msgstr ""
1376
  "С легкостью экспортируйте посты WordPress в файлы формата CSV. Настраивайте "
1377
  "порядок отображения данных."
1378
 
1379
- #: product_list.php:305
1380
  msgid ""
1381
  "Add extra fields to default WordPress user profile. The easiest way to "
1382
  "create and manage additional custom values."
@@ -1384,7 +1512,7 @@ msgstr ""
1384
  "Добавляйте пользовательские поля в стандартный профиль WordPress. Самый "
1385
  "простой способ создания и управления дополнительными полями."
1386
 
1387
- #: product_list.php:312
1388
  msgid ""
1389
  "Add and display HTML advertisement banner on WordPress website. Customize "
1390
  "bar styles and appearance."
@@ -1392,7 +1520,7 @@ msgstr ""
1392
  "Добавляйте и отображайте баннерную HTML рекламу на сайте WordPress. "
1393
  "Настраивайте стили и внешний вид баннера."
1394
 
1395
- #: product_list.php:322
1396
  msgid ""
1397
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1398
  "widgets."
@@ -1400,7 +1528,7 @@ msgstr ""
1400
  "Добавляйте настраиваемые цитаты и подсказки к постам, страницам и виджетам "
1401
  "WordPress."
1402
 
1403
- #: product_list.php:329
1404
  msgid ""
1405
  "Add rating plugin to your WordPress website to receive feedback from your "
1406
  "customers."
@@ -1408,7 +1536,7 @@ msgstr ""
1408
  "Добавляйте систему оценивания и рейтинга на ваш сайт WordPress и получайте "
1409
  "отзывы от ваших клиентов."
1410
 
1411
- #: product_list.php:336
1412
  msgid ""
1413
  "Create your personal real estate WordPress website. Sell, rent and buy "
1414
  "properties. Add, search and browse listings easily."
@@ -1417,15 +1545,7 @@ msgstr ""
1417
  "Продавайте, арендуйте и покупайте недвижимость. Легко добавляйте, находите и "
1418
  "просматривайте листинги."
1419
 
1420
- #: product_list.php:346
1421
- msgid ""
1422
- "Attach, un-attach and re-attach media files quickly to WordPress posts and "
1423
- "pages."
1424
- msgstr ""
1425
- "Прикрепляйте, открепляйте и повторно прикрепляйте медиа файлы к постам и "
1426
- "страницам WordPress."
1427
-
1428
- #: product_list.php:353
1429
  msgid ""
1430
  "Add related, featured, latest, and popular posts to your WordPress website. "
1431
  "Connect your blog readers with a relevant content."
@@ -1433,7 +1553,7 @@ msgstr ""
1433
  "Добавляйте похожие, избранные, последние и популярные посты на ваш сайт "
1434
  "WordPress. Предоставляйте своим читателям контент схожей тематики."
1435
 
1436
- #: product_list.php:360
1437
  msgid ""
1438
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1439
  "settings and detailed reports."
@@ -1441,7 +1561,7 @@ msgstr ""
1441
  "Осуществляйте массовую рассылку писем пользователям WordPress. "
1442
  "Пользовательские шаблоны, дополнительные настройки и подробные отчеты."
1443
 
1444
- #: product_list.php:370
1445
  msgid ""
1446
  "The best responsive slider plugin for your WordPress website. Create "
1447
  "beautifully animated slides just in a few clicks."
@@ -1449,15 +1569,16 @@ msgstr ""
1449
  "Самый лучший адаптивный слайдер для вашего сайта WordPress. Создавайте "
1450
  "красиво анимированные слайды всего в несколько кликов."
1451
 
1452
- #: product_list.php:377
1453
  msgid ""
1454
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1455
  "Yahoo, Hotmail and other services."
1456
  msgstr ""
1457
  "Настраивайте SMTP-сервер, чтобы получать электронные сообщения с сайта "
1458
- "WordPress на такие почтовые службы как Gmail, Yahoo, Hotmail и многие другие."
 
1459
 
1460
- #: product_list.php:384
1461
  msgid ""
1462
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1463
  "FB, Twitter, G+1, Pinterest, LinkedIn."
@@ -1465,7 +1586,7 @@ msgstr ""
1465
  "Добавляйте кнопки и виджеты социальных сетей к постам, страницам и виджетам "
1466
  "WordPress. FB, Twitter, G+1, Pinterest, LinkedIn."
1467
 
1468
- #: product_list.php:394
1469
  msgid ""
1470
  "Add social media login, registration, and commenting to your WordPress "
1471
  "website."
@@ -1473,7 +1594,7 @@ msgstr ""
1473
  "Добавляйте на свой сайт WordPress возможность входа, регистрации и "
1474
  "комментирования с использованием существующих аккаунтов социальных сетей."
1475
 
1476
- #: product_list.php:401
1477
  msgid ""
1478
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1479
  "Collect data and subscribe your users."
@@ -1481,7 +1602,7 @@ msgstr ""
1481
  "Добавляйте форму подписки на новостную рассылку в посты, страницы и виджеты "
1482
  "WordPress. Собирайте данные и осуществляйте подписку пользователей."
1483
 
1484
- #: product_list.php:411
1485
  msgid ""
1486
  "Add testimonials and feedbacks from your customers to WordPress website "
1487
  "posts, pages, and widgets."
@@ -1489,7 +1610,7 @@ msgstr ""
1489
  "Добавляйте рекомендации и отзывы ваших клиентов в посты, страницы и виджеты "
1490
  "сайта WordPress."
1491
 
1492
- #: product_list.php:418
1493
  msgid ""
1494
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1495
  "attendance and generate reports."
@@ -1497,7 +1618,7 @@ msgstr ""
1497
  "Лучший плагин учёта рабочего времени на сайте WordPress. Отслеживайте время "
1498
  "работы сотрудников, оптимизируйте график работы в офисе и создавайте отчеты."
1499
 
1500
- #: product_list.php:428
1501
  msgid ""
1502
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1503
  "and pages."
@@ -1505,7 +1626,7 @@ msgstr ""
1505
  "Добавляйте кнопки Твиттера \"Читать\", \"Твитнуть\", \"Метка\" и \"Упомянуть"
1506
  "\" к постам и страницам WordPress. "
1507
 
1508
- #: product_list.php:438
1509
  msgid ""
1510
  "Automatically check and update WordPress website core with all installed "
1511
  "plugins and themes to the latest versions."
@@ -1513,7 +1634,7 @@ msgstr ""
1513
  "Выполняйте автоматическую проверку и обновление ядра WordPress до последних "
1514
  "версий со всеми установленными плагинами и темами."
1515
 
1516
- #: product_list.php:448
1517
  msgid ""
1518
  "Powerful user role management plugin for WordPress website. Create, edit, "
1519
  "copy, and delete user roles."
@@ -1521,7 +1642,7 @@ msgstr ""
1521
  "Эффективный плагин управления ролями пользователей для сайта WordPress. "
1522
  "Создавайте, редактируйте, копируйте и удаляйте роли пользователей."
1523
 
1524
- #: product_list.php:458
1525
  msgid ""
1526
  "Display live count of online visitors who are currently browsing your "
1527
  "WordPress website."
@@ -1529,7 +1650,7 @@ msgstr ""
1529
  "Ведите подсчет количества посетителей, которые в настоящее время "
1530
  "просматривают ваш сайт WordPress."
1531
 
1532
- #: product_list.php:468
1533
  msgid ""
1534
  "Backup and export Zendesk Help Center content automatically to your "
1535
  "WordPress website database."
@@ -1537,6 +1658,60 @@ msgstr ""
1537
  "Делайте автоматическое резервное копирование и экспорт содержимого Zendesk "
1538
  "Help Center в базу данных вашего сайта WordPress."
1539
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1540
  #~ msgid ""
1541
  #~ "Add related posts to WordPress website posts or widgets. Link your "
1542
  #~ "readers to relevant content."
@@ -1562,9 +1737,6 @@ msgstr ""
1562
  #~ msgid "Utilities"
1563
  #~ msgstr "Утилиты"
1564
 
1565
- #~ msgid "Other"
1566
- #~ msgstr "Другое"
1567
-
1568
  #~ msgid ""
1569
  #~ "Manage database and file system right from your WordPress admin dashboard."
1570
  #~ msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-11 16:44+0300\n"
6
+ "PO-Revision-Date: 2017-09-11 16:44+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
+ "Language: ru\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
17
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: bws_functions.php:73 bws_functions.php:191
22
  msgid "requires"
23
  msgstr "требует"
24
 
25
+ #: bws_functions.php:75
26
  msgid ""
27
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
  "try again."
30
  "или выше, поэтому он был деактивирован! Пожалуйста, обновите WordPress и "
31
  "попробуйте еще раз."
32
 
33
+ #: bws_functions.php:76
34
  msgid "Back to the WordPress"
35
  msgstr "Вернуться к WordPress на"
36
 
37
+ #: bws_functions.php:78
38
  msgid "Plugins page"
39
  msgstr "Страницу плагинов"
40
 
41
+ #: bws_functions.php:92
42
  msgid "Like the plugin?"
43
  msgstr "Понравился плагин?"
44
 
45
  #: bws_functions.php:93
46
+ #, php-format
47
+ msgid "%s reviews"
48
+ msgstr "%s отзывы"
49
+
50
+ #: bws_functions.php:94
51
  msgid "Rate it"
52
  msgstr "Оценить"
53
 
54
+ #: bws_functions.php:103
55
  msgid "Need help?"
56
  msgstr "Нужна помощь?"
57
 
58
+ #: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
59
  msgid "Visit Help Center"
60
  msgstr "Перейти в Help Center"
61
 
62
+ #: bws_functions.php:107
63
  msgid "Want to support the plugin?"
64
  msgstr "Хотите поддержать плагин?"
65
 
66
+ #: bws_functions.php:108 bws_menu.php:560
67
  msgid "Donate"
68
  msgstr "Пожертвовать"
69
 
70
+ #: bws_functions.php:128
71
  msgid "WARNING: Illegal use notification"
72
  msgstr "ВНИМАНИЕ: уведомление о незаконном использовании"
73
 
74
+ #: bws_functions.php:128
75
  msgid ""
76
  "You can use one license of the Pro plugin for one domain only. Please check "
77
+ "and edit your license or domain if necessary using your personal Client "
78
+ "Area. We strongly recommend you to solve the problem within 24 hours, "
79
+ "otherwise the Pro plugin will be deactivated."
80
  msgstr ""
81
  "Вы можете использовать одну лицензию Pro плагина только для одного домена. "
82
  "Пожалуйста, проверьте и отредактируйте при необходимости лицензию или домен, "
83
  "используя Ваш личный Client Area. Мы настоятельно рекомендуем вам решить "
84
  "проблему в течение 24 часов, в противном случае плагин будет деактивирован."
85
 
86
+ #: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
87
+ #: class-bws-settings.php:144
88
  msgid "Learn More"
89
  msgstr "Подробнее"
90
 
91
+ #: bws_functions.php:145
92
  msgid ""
93
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
94
  "you should buy a Pro license"
96
  "Внимание: Срок действия Pro Trial версии истек. Чтобы продолжить "
97
  "пользоваться плагином, пожалуйста, приобретите Pro лицензию"
98
 
99
+ #: bws_functions.php:147
100
  msgid ""
101
  "Your license has expired. To continue getting top-priority support and "
102
  "plugin updates, you should extend it."
105
  "плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно "
106
  "продлить лицензию."
107
 
108
+ #: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
109
  msgid "Learn more"
110
  msgstr "Подробнее"
111
 
112
+ #: bws_functions.php:165
113
  #, php-format
114
  msgid "Notice: You are using the Pro Trial license of %s plugin."
115
  msgstr "Внимание: Вы используете Pro Trial версию плагина %s."
116
 
117
+ #: bws_functions.php:167
118
  msgid "Notice: You are using the Pro Trial license of plugin."
119
  msgstr "Внимание: Вы используете Pro Trial версию плагина."
120
 
121
+ #: bws_functions.php:170
122
  msgid "The Pro Trial license will expire on"
123
  msgstr "Ваша лицензия Pro Trial версии плагина истекает"
124
 
125
+ #: bws_functions.php:193
126
  msgid ""
127
  "or higher! We do not guarantee that our plugin will work correctly. Please "
128
  "upgrade to WordPress latest version."
130
  "или выше! Мы не гарантируем, что наш плагин будет работать корректно. "
131
  "Пожалуйста, обновите WordPress до последней версии."
132
 
133
+ #: bws_functions.php:208
134
  #, php-format
135
  msgid "Thank you for installing %s plugin!"
136
  msgstr "Спасибо, что установили %s плагин!"
137
 
138
+ #: bws_functions.php:210
139
  msgid "Let's get started"
140
  msgstr "Давайте начнем"
141
 
142
+ #: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
143
+ #: bws_menu.php:566
144
  msgid "Settings"
145
  msgstr "Настройки"
146
 
147
+ #: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
148
+ #: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
149
  msgid "or"
150
  msgstr "или"
151
 
152
+ #: bws_functions.php:214 bws_functions.php:246
153
  msgid "Add New"
154
  msgstr "Добавить"
155
 
156
+ #: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
157
+ #: bws_functions.php:385 bws_functions.php:487
158
  msgid "Close notice"
159
  msgstr "Закрыть"
160
 
161
+ #: bws_functions.php:233
162
  msgid "Thank you for installing plugins by BestWebSoft!"
163
  msgstr "Спасибо за установку плагинов компании BestWebSoft!"
164
 
165
+ #: bws_functions.php:235
166
  msgid "More Details"
167
  msgstr "Детали"
168
 
169
+ #: bws_functions.php:236
170
  msgid "Less Details"
171
  msgstr "Скрыть детали"
172
 
173
+ #: bws_functions.php:264
174
  msgid "Deprecated function(-s) is used on the site here:"
175
  msgstr "Устаревшие функции используются на сайте здесь:"
176
 
177
+ #: bws_functions.php:278
178
  msgid ""
179
  "This function(-s) will be removed over time. Please update the product(-s)."
180
  msgstr ""
181
  "Эти функции будет удалены через некоторое время. Пожалуйста, обновите "
182
  "продукт."
183
 
184
+ #: bws_functions.php:337
185
  msgid "It’s time to upgrade your"
186
  msgstr "Настало время обновить Ваш"
187
 
188
+ #: bws_functions.php:337
189
  msgid "to"
190
  msgstr "до"
191
 
192
+ #: bws_functions.php:337
193
  msgid "version!"
194
  msgstr "версии!"
195
 
196
+ #: bws_functions.php:338
197
  msgid "Extend standard plugin functionality with new great options."
198
  msgstr "Расширяет возможности стандартного функционала плагина."
199
 
200
+ #: bws_functions.php:389
201
  #, php-format
202
  msgid ""
203
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
206
  "Ваш лицензионный ключ для %s истекает %s и вы не будете получать "
207
  "приоритетную тех.поддержку или обновления."
208
 
209
+ #: bws_functions.php:482
210
  #, php-format
211
  msgid "Thank you for choosing %s plugin!"
212
  msgstr "Спасибо за выбор плагина %s!"
213
 
214
+ #: bws_functions.php:483
215
  msgid ""
216
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
217
  "we'd love to hear about it!"
220
  "функционала плагина, пожалуйста, присылайте их нам! Мы вседа открыты для "
221
  "новых идей!"
222
 
223
+ #: bws_functions.php:484
224
  msgid "Suggest a Feature"
225
  msgstr "Предложить функционал"
226
 
227
+ #: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
228
+ #: class-bws-settings.php:595 class-bws-settings.php:598
229
  msgid "Notice"
230
  msgstr "Внимание"
231
 
232
+ #: bws_functions.php:500
233
  msgid "The plugin's settings have been changed."
234
  msgstr "Настройки плагина были изменены"
235
 
236
+ #: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
237
+ #: deprecated.php:642
238
  msgid "Save Changes"
239
  msgstr "Сохранить изменения"
240
 
241
+ #: bws_functions.php:515
242
  msgid ""
243
  "You can always look at premium options by checking the \"Pro Options\" in "
244
  "the \"Misc\" tab."
246
  "Вы всегда можете просмотреть премиум опции нажав на кнопку \"Pro опции\" на "
247
  "вкладке \"Разное\"."
248
 
249
+ #: bws_functions.php:653
250
  msgid "Add BWS Shortcode"
251
  msgstr "Добавить BWS шорткод"
252
 
253
+ #: bws_functions.php:654
254
  msgid "Add BWS Plugins Shortcode"
255
  msgstr "Добавить шорткод BWS Плагина"
256
 
257
+ #: bws_functions.php:673
258
  msgid "Add shortcode"
259
  msgstr "Добавить шорткод"
260
 
261
+ #: bws_functions.php:673
262
  msgid "Add BestWebSoft plugins' shortcodes using this button."
263
  msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
264
 
265
+ #: bws_functions.php:729
266
  msgid "Close"
267
  msgstr "Закрыть"
268
 
269
+ #: bws_functions.php:821
270
  msgid "Are you sure you want to restore default settings?"
271
  msgstr ""
272
  "Вы уверены что хотите восстановить все настройки плагина к настройкам по "
273
  "умолчанию?"
274
 
275
+ #: bws_functions.php:824
276
  msgid "Yes, restore all settings"
277
  msgstr "Да, восстановить все настройки"
278
 
279
+ #: bws_functions.php:825
280
  msgid "No, go back to the settings page"
281
  msgstr "Нет, вернуться на страницу настроек"
282
 
283
+ #: bws_functions.php:867
284
  msgid "Plugin"
285
  msgstr "Плагин"
286
 
287
+ #: bws_functions.php:876
288
  msgid "Shortcode settings"
289
  msgstr "Настройки шорткода"
290
 
291
+ #: bws_functions.php:881
292
  msgid "The shortcode will be inserted"
293
  msgstr "Будет вставлен шорткод"
294
 
295
+ #: bws_functions.php:922
 
 
 
 
296
  msgid "FAQ"
297
  msgstr "FAQ"
298
 
299
+ #: bws_functions.php:928
300
  msgid "For more information:"
301
  msgstr "Для дополнительной информации:"
302
 
303
+ #: bws_functions.php:929
304
  msgid "Documentation"
305
  msgstr "Документация"
306
 
307
+ #: bws_functions.php:930
308
  msgid "Video Instructions"
309
  msgstr "Видео инструкции"
310
 
311
+ #: bws_functions.php:931
312
  msgid "Submit a Request"
313
  msgstr "Отправить запрос"
314
 
315
+ #: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
316
  msgid "Wrong license key"
317
  msgstr "Неправильный лицензионный ключ"
318
 
319
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
320
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
321
+ #: deprecated.php:353
322
  msgid ""
323
  "Something went wrong. Please try again later. If the error appears again, "
324
  "please contact us"
326
  "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
327
  "пожалуйста, свяжитесь с нами"
328
 
329
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
330
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
331
+ #: deprecated.php:353
332
  msgid "We are sorry for inconvenience."
333
  msgstr "Приносим извинения за неудобства."
334
 
335
+ #: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
336
+ #: deprecated.php:139 deprecated.php:359
337
  msgid "Wrong license key."
338
  msgstr "Неправильный лицензионный ключ."
339
 
348
  msgid "Log in"
349
  msgstr "Авторизоваться"
350
 
351
+ #: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
352
  msgid "Unfortunately, you have exceeded the number of available tries per day."
353
  msgstr "К сожалению, вы превысили количество доступных попыток."
354
 
355
+ #: bws_menu.php:134 deprecated.php:365
356
  #, php-format
357
  msgid ""
358
  "Unfortunately, Your license has expired. To continue getting top-priority "
362
  "обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
363
  "вашей %s"
364
 
365
+ #: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
366
  msgid ""
367
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
368
  "Trial license can be installed only once."
370
  "К сожалению, Pro лицензия уже была установлена на этом доменен. Pro Trial "
371
  "лицензия может быть установлена только один раз."
372
 
373
+ #: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
374
  msgid "The license key is valid."
375
  msgstr "Лицензионный ключ действителен."
376
 
377
+ #: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
378
  msgid "Your license will expire on"
379
  msgstr "Ваша лицензия истечет"
380
 
381
  #: bws_menu.php:146
382
+ msgid "Congratulations! Pro Membership license is activated successfully."
383
  msgstr "Поздравляем! Pro Membership лицензия успешно активирована."
384
 
385
+ #: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
386
  msgid ""
387
  "Something went wrong. Try again later or upload the plugin manually. We are "
388
  "sorry for inconvenience."
536
  msgid "Please enter a valid email address."
537
  msgstr "Пожалуйста, введите валидный емайл."
538
 
539
+ #: bws_menu.php:262
540
+ #, php-format
541
+ msgid "Email with system info is sent to %s."
542
+ msgstr "Емейл с системной информацией отправлен на %s."
543
 
544
+ #: bws_menu.php:266
545
  msgid "Thank you for contacting us."
546
  msgstr "Спасибо что связались с нами."
547
 
548
+ #: bws_menu.php:289
549
  msgid "Sorry, email message could not be delivered."
550
  msgstr "Извините, ваш емейл не может быть отправлен."
551
 
552
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
553
  msgid "Plugins"
554
  msgstr "Плагины"
555
 
556
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
557
  msgid "Themes"
558
  msgstr "Темы"
559
 
560
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
561
  msgid "System status"
562
  msgstr "Системная информация"
563
 
564
+ #: bws_menu.php:315
565
  msgid "Support"
566
  msgstr "Тех. поддержка"
567
 
568
+ #: bws_menu.php:316
569
  msgid "Manage purchased licenses & subscriptions"
570
  msgstr "Управление купленными лицензиями и подписками"
571
 
572
+ #: bws_menu.php:324
573
  #, php-format
574
  msgid "Get Access to %s+ Premium Plugins"
575
  msgstr "Получить доступ к %s+ премиум плагинам"
576
 
577
+ #: bws_menu.php:326
578
  msgid "Subscribe to Pro Membership"
579
  msgstr "Подписаться на Pro Membership"
580
 
581
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
582
  #: deprecated.php:227
583
  msgid "Check license key"
584
  msgstr "Проверка лицензионного ключа"
585
 
586
+ #: bws_menu.php:337
587
  msgid "Enter your license key"
588
  msgstr "Ваш лицензионный ключ"
589
 
590
+ #: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
591
+ #: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
592
+ #: deprecated.php:631 deprecated.php:703 deprecated.php:712
593
  msgid "Activate"
594
  msgstr "Активировать"
595
 
596
+ #: bws_menu.php:359
597
  msgid "Upload Plugin"
598
  msgstr "Добавить новый"
599
 
600
+ #: bws_menu.php:363
601
  #, php-format
602
  msgid ""
603
  "The plugin generated %d characters of <strong>unexpected output</strong> "
610
  "проблемы с RSS-лентами или другие неполадки, попробуйте деактивировать или "
611
  "удалить этот плагин."
612
 
613
+ #: bws_menu.php:365
614
  msgid ""
615
  "Plugin could not be activated because it triggered a <strong>fatal error</"
616
  "strong>."
618
  "Плагин не может быть активирован, поскольку он вызвал <strong>фатальную "
619
  "ошибку</strong>."
620
 
621
+ #: bws_menu.php:368
622
  msgid "Plugin <strong>activated</strong>."
623
  msgstr "Плагин <strong>активировано</strong>."
624
 
625
+ #: bws_menu.php:375
626
  msgid "Installing Plugin"
627
  msgstr "Установка плагина"
628
 
629
+ #: bws_menu.php:381
630
  msgid "Downloading install package from"
631
  msgstr "Скачивание установочного пакета из"
632
 
633
+ #: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
634
+ #: deprecated.php:410 deprecated.php:432
 
 
635
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
636
  msgstr ""
637
  "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
638
 
639
+ #: bws_menu.php:406
640
  msgid "Unpacking the package"
641
  msgstr "Распаковка пакета"
642
 
643
+ #: bws_menu.php:411 bws_menu.php:419
644
  msgid "Installing the plugin"
645
  msgstr "Установка плагина"
646
 
647
+ #: bws_menu.php:415 deprecated.php:400
648
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
649
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
650
 
651
+ #: bws_menu.php:422 deprecated.php:406
652
  msgid ""
653
  "Your server does not support either ZipArchive or Phar. Please, upload the "
654
  "plugin manually"
656
  "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
657
  "Пожалуйста, загрузите плагин вручную"
658
 
659
+ #: bws_menu.php:425
660
  #, php-format
661
  msgid "The plugin %s is successfully installed."
662
  msgstr "Плагин %s успешно установлен."
663
 
664
+ #: bws_menu.php:432 deprecated.php:413
665
  msgid "UploadDir is not writable. Please, upload the plugin manually"
666
  msgstr ""
667
  "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
668
 
669
+ #: bws_menu.php:437
670
  msgid "Activate Plugin"
671
  msgstr "Активировать плагин"
672
 
673
+ #: bws_menu.php:437 bws_menu.php:443
674
  msgid "Return to BestWebSoft Panel"
675
  msgstr "Возврат к BestWebSoft Panel"
676
 
677
+ #: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
678
  msgid "All"
679
  msgstr "Все"
680
 
681
+ #: bws_menu.php:454 bws_menu.php:637
682
  msgid "Installed"
683
  msgstr "Установленные"
684
 
685
+ #: bws_menu.php:457
686
  msgid "Not Installed"
687
  msgstr "Не установленные"
688
 
689
+ #: bws_menu.php:464
690
  msgid "Filter results"
691
  msgstr "Фильтр результатов"
692
 
693
+ #: bws_menu.php:467 bws_menu.php:596
694
  msgid "Category"
695
  msgstr "Категория"
696
 
697
+ #: bws_menu.php:531
698
  msgid "Not installed"
699
  msgstr "Не установлен"
700
 
701
+ #: bws_menu.php:535
702
  msgid "Renew to get updates"
703
  msgstr "Продлить для обновления"
704
 
705
+ #: bws_menu.php:538
706
  #, php-format
707
  msgid "Update to v %s"
708
  msgstr "Обновить до версии %s"
709
 
710
+ #: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
711
  msgid "Install Now"
712
  msgstr "Установить"
713
 
714
+ #: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
715
  msgid "Upgrade to Pro"
716
  msgstr "Обновить до Pro"
717
 
718
+ #: bws_menu.php:570 bws_menu.php:579
719
  msgid "Activate this plugin"
720
  msgstr "Активировать плагин"
721
 
722
+ #: bws_menu.php:582
723
  msgid "Install this plugin"
724
  msgstr "Установить этот плагин"
725
 
726
+ #: bws_menu.php:591
727
  msgid "Nothing found. Try another criteria."
728
  msgstr "Ничего не найдено. Попробуйте другие критерии."
729
 
730
+ #: bws_menu.php:628
731
  #, php-format
732
  msgid "By %s"
733
  msgstr "%s"
734
 
735
+ #: bws_menu.php:635
736
  msgid "Already Installed"
737
  msgstr "Уже установлена"
738
 
739
+ #: bws_menu.php:645
740
+ msgid "Browse More WordPress Themes"
741
+ msgstr "Обзор WordPress тем"
742
 
743
+ #: bws_menu.php:654
744
  msgid "Send to support"
745
  msgstr "Отправить в тех. поддержку"
746
 
747
+ #: bws_menu.php:661
748
  msgid "Send to custom email &#187;"
749
  msgstr "Отправить на емейл &#187;"
750
 
751
+ #: class-bws-settings.php:136
752
  msgid "Information"
753
  msgstr "Информация"
754
 
755
+ #: class-bws-settings.php:144
756
  msgid "Inactive"
757
  msgstr "Неактивна"
758
 
759
+ #: class-bws-settings.php:152
760
  msgid "Expired"
761
  msgstr "Истекла"
762
 
763
+ #: class-bws-settings.php:155
764
  #, php-format
765
  msgid "%s day(-s) left"
766
  msgstr "%s дней осталось"
767
 
768
+ #: class-bws-settings.php:161
769
  #, php-format
770
  msgid "Expired on %s"
771
  msgstr "Истекает %s"
772
 
773
+ #: class-bws-settings.php:161
774
  msgid "Renew Now"
775
  msgstr "Возобновить сейчас"
776
 
777
+ #: class-bws-settings.php:163
778
  msgid "Active"
779
  msgstr "Активна"
780
 
781
+ #: class-bws-settings.php:168
782
  msgid "License"
783
  msgstr "Лицензия"
784
 
785
+ #: class-bws-settings.php:171
786
  msgid "Status"
787
  msgstr "Статус"
788
 
789
+ #: class-bws-settings.php:175
790
  msgid "Version"
791
  msgstr "Версия"
792
 
793
+ #: class-bws-settings.php:285
794
  msgid "All plugin settings were restored."
795
  msgstr "Все настройки плагина были восстановлены."
796
 
797
+ #: class-bws-settings.php:423
798
  msgid "Custom Code"
799
  msgstr "Пользовательский код"
800
 
801
+ #: class-bws-settings.php:427 deprecated.php:498
802
  msgid "You do not have sufficient permissions to edit plugins for this site."
803
  msgstr ""
804
  "У вас недостаточно полномочий, чтобы редактировать плагины на этом сайте."
805
 
806
+ #: class-bws-settings.php:432 deprecated.php:620
807
  msgid "These styles will be added to the header on all pages of your site."
808
  msgstr "Эти стили будут добавлены в хедер на всех страницах вашего сайта."
809
 
810
+ #: class-bws-settings.php:435 deprecated.php:622
811
  #, php-format
812
  msgid ""
813
  "This PHP code will be hooked to the %s action and will be printed on front "
816
  "Этот PHP код будет прикреплен к %s аction и будет добавлен только во "
817
  "фронтенде."
818
 
819
+ #: class-bws-settings.php:438
820
  msgid "These code will be added to the header on all pages of your site."
821
  msgstr "Этот код будет добавлен в хедер на всех страницах вашего сайта."
822
 
823
+ #: class-bws-settings.php:446 deprecated.php:646
824
  #, php-format
825
  msgid ""
826
  "You need to make this files writable before you can save your changes. See "
829
  "Чтобы сохранить изменения, нужно сделать этот файл доступным для записи. "
830
  "Дополнительную информацию можно получить в %s Кодексе %s."
831
 
832
+ #: class-bws-settings.php:456 deprecated.php:628
833
  msgid "Browsing"
834
  msgstr "Просмотр"
835
 
836
+ #: class-bws-settings.php:461
837
  #, php-format
838
  msgid "Activate custom %s code."
839
  msgstr "Активировать пользовательский %s код."
840
 
841
+ #: class-bws-settings.php:469 deprecated.php:635
842
  #, php-format
843
  msgid "Learn more about %s"
844
  msgstr "Подробнее о %s"
845
 
846
+ #: class-bws-settings.php:531
847
  msgid "Miscellaneous Settings"
848
  msgstr "Прочие настройки"
849
 
850
+ #: class-bws-settings.php:540 class-bws-settings.php:595
851
  #, php-format
852
  msgid ""
853
  "It is prohibited to change %s settings on this site in the %s network "
855
  msgstr ""
856
  "Cетевыми настройками %s запрещается изменять настройки %s на этом сайте."
857
 
858
+ #: class-bws-settings.php:543 class-bws-settings.php:598
859
  #, php-format
860
  msgid ""
861
  "It is prohibited to view %s settings on this site in the %s network settings."
862
  msgstr ""
863
  "Cетевыми настройками %s запрещается просматривать настройки %s на этом сайте."
864
 
865
+ #: class-bws-settings.php:552
866
  msgid "Pro Options"
867
  msgstr "Pro опции"
868
 
869
+ #: class-bws-settings.php:556
870
  msgid "Enable to display plugin Pro options."
871
  msgstr "Включите для отображения Pro опций плагина."
872
 
873
+ #: class-bws-settings.php:562
874
  msgid "Track Usage"
875
  msgstr "Собирать статистику"
876
 
877
+ #: class-bws-settings.php:566
878
  msgid ""
879
  "Enable to allow tracking plugin usage anonymously in order to make it better."
880
  msgstr ""
881
  "Включить, чтобы разрешить анонимно отслеживать использование и сделать "
882
  "плагин лучше."
883
 
884
+ #: class-bws-settings.php:571
885
  msgid "Default Settings"
886
  msgstr "Настройки по умолчанию"
887
 
888
+ #: class-bws-settings.php:573
889
  msgid "Restore Settings"
890
  msgstr "Восстановить настройки"
891
 
892
+ #: class-bws-settings.php:574
893
  msgid "This will restore plugin settings to defaults."
894
  msgstr "Восстановить все настройки плагина к настройкам по умолчанию."
895
 
896
+ #: class-bws-settings.php:586
897
  msgid "Import / Export"
898
  msgstr "Импорт / Экспорт"
899
 
900
+ #: class-bws-settings.php:702 class-bws-settings.php:735
901
+ #: class-bws-settings.php:757
902
  msgid "License Key"
903
  msgstr "Лицензионный ключ"
904
 
905
+ #: class-bws-settings.php:725
906
  msgid "Congratulations! Pro license is activated successfully."
907
  msgstr "Поздравляем! Pro лицензия успешно активирована."
908
 
909
+ #: class-bws-settings.php:726
910
  #, php-format
911
  msgid "You will be automatically redirected to the %s in %s seconds."
912
  msgstr "Вы будете автоматически перенаправлены на %s через %s секунд."
913
 
914
+ #: class-bws-settings.php:726
915
  msgid "Settings page"
916
  msgstr "страницу Настроек"
917
 
918
+ #: class-bws-settings.php:741
919
  #, php-format
920
  msgid "Enter your license key to activate %s and get premium plugin features."
921
  msgstr ""
922
  "Введите лицензионный ключ для активации %s и получения дополнительных "
923
  "возможностей плагина."
924
 
925
+ #: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
926
+ #: deprecated.php:706
927
  msgid ""
928
  "Unfortunately, you have exceeded the number of available tries per day. "
929
  "Please, upload the plugin manually."
931
  "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
932
  "загрузите плагин вручную."
933
 
934
+ #: class-bws-settings.php:747 deprecated.php:697
935
  #, php-format
936
  msgid "Start Your Free %s-Day Trial Now"
937
  msgstr "Попробуйте %s-дневную Trial версию бесплатно"
938
 
939
+ #: class-bws-settings.php:762
940
  msgid ""
941
  "If necessary, you can check if the license key is correct or reenter it in "
942
  "the field below."
944
  "При необходимости вы можете проверить валидность лицензионного ключа или "
945
  "повторно ввести его в поле ниже."
946
 
947
+ #: class-bws-settings.php:767
948
  msgid "Manage License Settings"
949
  msgstr "Управление настройками лицензий"
950
 
951
+ #: class-bws-settings.php:769
952
  msgid "Login to Client Area"
953
  msgstr "Зайти в Client Area"
954
 
955
+ #: class-bws-settings.php:771
956
  msgid ""
957
  "Manage active licenses, download BWS products, and view your payment history "
958
  "using BestWebSoft Client Area."
960
  "Управляй активными лицензиями, загружай BWS продукты, а также просматривай "
961
  "историю платежей с помощью BestWebSoft Client Area."
962
 
963
+ #: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
964
+ #: deprecated.php:361
965
  msgid "This license key is bound to another site."
966
  msgstr "Этот лицензионный ключ привязан к другому сайту."
967
 
968
+ #: class-bws-settings.php:828 deprecated.php:143
969
  msgid ""
970
  "This license key is valid, but Your license has expired. If you want to "
971
  "update our plugin in future, you should extend the license."
973
  "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите "
974
  "обновлять плагин в будущем, вы должны продлить лицензию."
975
 
976
+ #: class-bws-settings.php:830 deprecated.php:145
977
  msgid "Unfortunately, you have exceeded the number of available tries."
978
  msgstr "К сожалению, вы превысили количество доступных попыток."
979
 
980
+ #: class-bws-settings.php:832 deprecated.php:147
981
  msgid ""
982
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
983
  "The Pro Trial license can be installed only once."
985
  "К сожалению, Pro Trial версия плагина уже устанавливалась на этот домен. Pro "
986
  "Trial версию можно устанавливать лишь один раз."
987
 
988
+ #: class-bws-settings.php:837 deprecated.php:151
989
  msgid "The Pro Trial license key is valid."
990
  msgstr "Ключ Pro Trial версии действителен."
991
 
992
+ #: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
993
  #, php-format
994
  msgid ""
995
  "In order to continue using the plugin it is necessary to buy a %s license."
996
  msgstr ""
997
  "Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
998
 
999
+ #: class-bws-settings.php:933
1000
+ #, php-format
1001
+ msgid ""
1002
+ "Unfortunately, Your license has expired. To continue getting top-priority "
1003
+ "support and plugin updates, you should extend it in your %s."
1004
+ msgstr ""
1005
+ "К сожалению, время использования вашей лицензии истекло. Для получения "
1006
+ "обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
1007
+ "вашей %s."
1008
+
1009
+ #: class-bws-settings.php:959 class-bws-settings.php:981
1010
+ #: class-bws-settings.php:1003
1011
+ msgid "Failed to download the zip archive. Please, upload the plugin manually."
1012
+ msgstr ""
1013
+ "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную."
1014
+
1015
+ #: class-bws-settings.php:971
1016
+ msgid "Failed to open the zip archive. Please, upload the plugin manually."
1017
+ msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную."
1018
+
1019
+ #: class-bws-settings.php:977
1020
+ msgid ""
1021
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
1022
+ "plugin manually."
1023
+ msgstr ""
1024
+ "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
1025
+ "Пожалуйста, загрузите плагин вручную."
1026
+
1027
+ #: class-bws-settings.php:984
1028
+ msgid "UploadDir is not writable. Please, upload the plugin manually."
1029
+ msgstr ""
1030
+ "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную."
1031
+
1032
+ #: class-bws-settings.php:1042 deprecated.php:464
1033
  msgid "Please, enter Your license key"
1034
  msgstr "Пожалуйста, введите ваш лицензионный ключ"
1035
 
1036
+ #: class-bws-settings.php:1054
1037
  msgid "Need Help?"
1038
  msgstr "Нужна помощь?"
1039
 
1040
+ #: class-bws-settings.php:1056
1041
  msgid "Read the Instruction"
1042
  msgstr "Читать инструкцию"
1043
 
1044
+ #: class-bws-settings.php:1060
1045
  msgid "Watch the Video"
1046
  msgstr "Смотреть видео"
1047
 
1048
+ #: class-bws-settings.php:1071
1049
  msgid "Start Your Free Trial"
1050
  msgstr "Использовать бесплатную Trial версию"
1051
 
1052
+ #: deactivation-form.php:27
1053
+ msgid "Need help? We are ready to answer your questions."
1054
+ msgstr "Нужна помощь? Мы готовы ответить на ваши вопросы."
1055
+
1056
+ #: deactivation-form.php:27
1057
+ msgid "Contact Support"
1058
+ msgstr "Связаться с тех. поддержкой"
1059
+
1060
+ #: deactivation-form.php:32
1061
+ msgid "The plugin is not working"
1062
+ msgstr "Плагин не работает"
1063
+
1064
+ #: deactivation-form.php:34
1065
+ msgid "Kindly share what didn't work so we can fix it in future updates..."
1066
+ msgstr ""
1067
+ "Пожалуйста, сообщите, что не работает, чтобы мы смогли исправить это в "
1068
+ "будущих обновлениях..."
1069
+
1070
+ #: deactivation-form.php:38
1071
+ msgid "The plugin didn't work as expected"
1072
+ msgstr "Плагин не работает, как ожидалось"
1073
+
1074
+ #: deactivation-form.php:40
1075
+ msgid "What did you expect?"
1076
+ msgstr "Что именно вы ожидали?"
1077
+
1078
+ #: deactivation-form.php:44
1079
+ msgid "The plugin suddenly stopped working"
1080
+ msgstr "Плагин внезапно перестал работать"
1081
+
1082
+ #: deactivation-form.php:51
1083
+ msgid "The plugin broke my site"
1084
+ msgstr "Плагин сломал мой сайт"
1085
+
1086
+ #: deactivation-form.php:58
1087
+ msgid "I couldn't understand how to get it work"
1088
+ msgstr "Я не могу понять, как заставить его работать"
1089
+
1090
+ #: deactivation-form.php:65
1091
+ msgid "I found a better plugin"
1092
+ msgstr "Я нашел плагин лучше"
1093
+
1094
+ #: deactivation-form.php:67
1095
+ msgid "What's the plugin name?"
1096
+ msgstr "Какое название плагина?"
1097
+
1098
+ #: deactivation-form.php:71
1099
+ msgid "The plugin is great, but I need specific feature that you don't support"
1100
+ msgstr ""
1101
+ "Плагин замечательный, но мне нужен определенный функционал, которого у вас "
1102
+ "нет"
1103
+
1104
+ #: deactivation-form.php:73
1105
+ msgid "What feature?"
1106
+ msgstr "Какой функционал?"
1107
+
1108
+ #: deactivation-form.php:77
1109
+ msgid "I no longer need the plugin"
1110
+ msgstr "Мне больше не нужен плагин"
1111
+
1112
+ #: deactivation-form.php:83
1113
+ msgid "It's a temporary deactivation, I'm just debugging an issue"
1114
+ msgstr "Это временная деактивация, я просто отлаживаю проблему"
1115
+
1116
+ #: deactivation-form.php:89
1117
+ msgid "Other"
1118
+ msgstr "Другое"
1119
+
1120
+ #: deactivation-form.php:123
1121
+ msgid "Quick Feedback"
1122
+ msgstr "Быстрый отзыв"
1123
+
1124
+ #: deactivation-form.php:124
1125
+ msgid "If you have a moment, please let us know why you are deactivating"
1126
+ msgstr ""
1127
+ "Если у вас есть время, пожалуйста, сообщите нам, почему вы деактивируете "
1128
+ "плагин"
1129
+
1130
+ #: deactivation-form.php:127
1131
+ msgid "Send website data and allow to contact me back"
1132
+ msgstr "Отправить данные сайта и позволить связаться со мной"
1133
+
1134
+ #: deactivation-form.php:132
1135
+ msgid "Cancel"
1136
+ msgstr "Отмена"
1137
+
1138
+ #: deactivation-form.php:233
1139
+ msgid "Processing"
1140
+ msgstr "Обработка"
1141
+
1142
+ #: deactivation-form.php:262
1143
+ msgid "Submit & Deactivate"
1144
+ msgstr "Отправить и Деактивировать"
1145
+
1146
+ #: deactivation-form.php:277
1147
+ msgid "Please tell us the reason so we can improve it."
1148
+ msgstr "Пожалуйста, сообщите нам причину, чтобы мы могли улучшить плагин."
1149
+
1150
+ #: deactivation-form.php:345
1151
+ msgid "Deactivate"
1152
+ msgstr "Деактивировать"
1153
+
1154
  #: deprecated.php:93
1155
  msgid "System Status"
1156
  msgstr "Системная информация"
1177
  "(ваше имя пользователя - это емейл, указанный при покупке). При "
1178
  "необходимости нажмите \"Забыли пароль?\"."
1179
 
1180
+ #: deprecated.php:246
1181
  msgid "After that, you can activate it by entering your license key."
1182
  msgstr "После этого вы сможете активировать его введя лицензионный ключ."
1183
 
1184
+ #: deprecated.php:249 deprecated.php:691
1185
  msgid "License key can be found in the"
1186
  msgstr "Лицензионный ключ можно найти в"
1187
 
1188
+ #: deprecated.php:251 deprecated.php:693
1189
  msgid "(your username is the email address specified during the purchase)."
1190
  msgstr "(ваше имя пользователя - это емейл, указанный при покупке)."
1191
 
1192
+ #: deprecated.php:279
1193
  msgid ""
1194
  "Congratulations! The Pro license of the plugin is activated successfully."
1195
  msgstr "Поздравляем! Pro версия плагина успешно активирована."
1196
 
1197
+ #: deprecated.php:281 deprecated.php:672
1198
  msgid "Please, go to"
1199
  msgstr "Пожалуйста, перейдите на"
1200
 
1201
+ #: deprecated.php:281 deprecated.php:672
1202
  msgid "the setting page"
1203
  msgstr "страницу настроек"
1204
 
1205
+ #: deprecated.php:282 deprecated.php:673
1206
  msgid "You will be redirected automatically in 5 seconds."
1207
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
1208
 
1209
+ #: deprecated.php:316
1210
  msgid "Check premium options on the plugin settings page!"
1211
  msgstr "Просмотрите премиум опции на странице настроек плагина!"
1212
 
1213
+ #: deprecated.php:479
1214
  msgid "Restore all plugin settings to defaults"
1215
  msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
1216
 
1217
+ #: deprecated.php:481
1218
  msgid "Restore settings"
1219
  msgstr "Восстановить настройки"
1220
 
1221
+ #: deprecated.php:550 deprecated.php:577
1222
  #, php-format
1223
  msgid "File %s edited successfully."
1224
  msgstr "Файл %s успешно изменён."
1225
 
1226
+ #: deprecated.php:552 deprecated.php:579
1227
  msgid "Not enough permissions to create or update the file"
1228
  msgstr "Не достаточно прав для создания или обновления файла"
1229
 
1230
+ #: deprecated.php:582
1231
  msgid "Not enough permissions to create the file"
1232
  msgstr "Не достаточно прав для создания файла"
1233
 
1234
+ #: deprecated.php:626
1235
  msgid "Editing"
1236
  msgstr "Редактирование"
1237
 
1238
+ #: deprecated.php:670
1239
  msgid ""
1240
  "Congratulations! Pro version of the plugin is installed and activated "
1241
  "successfully."
1242
  msgstr "Поздравляем! Pro версия плагина успешно загружена и активирована."
1243
 
1244
+ #: deprecated.php:680
1245
  msgid "Show Pro features"
1246
  msgstr "Показать Pro опции"
1247
 
1248
+ #: deprecated.php:687
1249
  msgid "Enter your license key to install and activate"
1250
  msgstr "Введите лицензионный ключ для установки и активации"
1251
 
1252
+ #: deprecated.php:689
1253
  msgid "version of the plugin."
1254
  msgstr "версия плагина."
1255
 
1290
  msgstr "СММ"
1291
 
1292
  #: product_list.php:22
1293
+ msgid "Best secure captcha plugin to protect your WordPress forms."
1294
+ msgstr "Лучший плагин капчи, который защитит формы вашего WordPress сайта."
 
 
1295
 
1296
  #: product_list.php:32
1297
  msgid "Create your personal car rental/booking and reservation website."
1342
 
1343
  #: product_list.php:103
1344
  msgid ""
 
 
 
 
 
 
 
 
1345
  "Get latest error log messages to diagnose website problems. Define and fix "
1346
  "issues faster."
1347
  msgstr ""
1348
  "Получайте последние сообщения из журнала ошибок для диагностики проблем "
1349
  "сайта. Быстрее выявляйте и устраняйте проблемы."
1350
 
1351
+ #: product_list.php:110
1352
  msgid ""
1353
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1354
  "widgets."
1356
  "Добавляйте кнопки Facebook \"Подписаться\", \"Нравится\" и \"Поделиться\" в "
1357
  "посты, страницы и виджеты сайта WordPress."
1358
 
1359
+ #: product_list.php:120
1360
  msgid ""
1361
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1362
  "clicks."
1364
  "Добавляйте живописные галереи, альбомы и изображения на ваш сайт WordPress "
1365
  "всего в несколько кликов."
1366
 
1367
+ #: product_list.php:130
 
 
 
 
 
 
 
 
1368
  msgid ""
1369
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1370
  "posts, pages and widgets."
1372
  "Добавляйте кнопки Google \"+1\", \"Поделиться\", \"Подписаться\", \"Hangout"
1373
  "\" и значок профиля к постам, страницам и виджетам WordPress."
1374
 
1375
+ #: product_list.php:140
1376
+ msgid ""
1377
+ "Stronger security solution which protects your WordPress website from hacks "
1378
+ "and unauthorized login attempts."
1379
+ msgstr ""
1380
+ "Мощнейшее решение для безопасности, которое защищает ваш сайт WordPress от "
1381
+ "взломов и неавторизованных попыток входа в систему."
1382
+
1383
+ #: product_list.php:150
1384
  msgid ""
1385
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1386
  "results, categories, tags, and widgets."
1388
  "Добавляйте рекламу сервиса Adsense на страницы, посты, пользовательские "
1389
  "посты, результаты поиска, категории, теги и виджеты сайта WordPress."
1390
 
1391
+ #: product_list.php:160
1392
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1393
  msgstr ""
1394
  "Добавляйте код Google Analytics на ваш сайт WordPress и отслеживайте базовую "
1395
  "статистику сайта."
1396
 
1397
+ #: product_list.php:170
1398
  msgid ""
1399
  "Protect WordPress website forms from spam entries with Google Captcha "
1400
  "(reCaptcha)."
1402
  "Защищайте формы вашего сайта WordPress от спама с помощью Google Captcha "
1403
  "(reCaptcha)."
1404
 
1405
+ #: product_list.php:180
1406
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1407
  msgstr ""
1408
  "Добавляйте пользовательские карты Google в посты, страницы и виджеты "
1409
  "WordPress."
1410
 
1411
+ #: product_list.php:190
1412
  msgid ""
1413
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1414
  "your blog."
1416
  "Создавайте и добавляйте файлы XML sitemap на ваш сайт WordPress. Помогите "
1417
  "поисковым системам проиндексировать ваш блог."
1418
 
1419
+ #: product_list.php:200
1420
  msgid ""
1421
  "Replace external WordPress website links with Google shortlinks and track "
1422
  "click stats."
1424
  "Замените внешние ссылки сайта WordPress на короткие ссылки Google и "
1425
  "отслеживайте статистику кликов."
1426
 
1427
+ #: product_list.php:207
1428
  msgid ""
1429
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1430
  "hostnames, etc."
1432
  "Защитите свой сайт WordPress - предоставляйте и запрещайте доступ с "
1433
  "определенных IP-адресов, имен хостов и т.д."
1434
 
1435
+ #: product_list.php:217
1436
  msgid ""
1437
  "Create your personal job board and listing WordPress website. Search jobs, "
1438
  "submit CV/resumes, choose candidates."
1439
  msgstr ""
1440
  "Создавайте свою собственную доску объявлений с перечнем вакансий на базе "
1441
+ "WordPress. Осуществляйте поиск вакансий, подачу резюме/CV кандидата, выбор "
1442
+ "кандидатов."
1443
 
1444
+ #: product_list.php:224
1445
  msgid ""
1446
  "Protect WordPress website against brute force attacks. Limit rate of login "
1447
  "attempts."
1449
  "Защищайте свой сайт WordPress от брутфорс-атак. Ограничивайте количество "
1450
  "попыток ввода логина."
1451
 
1452
+ #: product_list.php:234
1453
  msgid ""
1454
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1455
  "5 plugins included – profile, insider, etc."
1458
  "страницам и виджетам WordPress. 5 плагинов включено - Профиль, Инсайдер и т."
1459
  "д."
1460
 
1461
+ #: product_list.php:244
1462
  msgid ""
1463
  "Translate WordPress website content to other languages manually. Create "
1464
  "multilingual pages, posts, widgets, menus, etc."
1466
  "Переводите содержимое сайта WordPress на другие языки вручную. Создавайте "
1467
  "многоязычные страницы, посты, виджеты, меню и т.д."
1468
 
1469
+ #: product_list.php:254
1470
  msgid ""
1471
  "Add customizable pagination to WordPress website. Split long content to "
1472
  "multiple pages for better navigation."
1474
  "Добавляйте настраиваемую пагинацию на ваш сайт WordPress. Разбивайте "
1475
  "объемный контент на несколько страниц для лучшей навигации."
1476
 
1477
+ #: product_list.php:264
1478
  msgid ""
1479
  "Generate PDF files and print WordPress posts/pages. Customize document "
1480
  "header/footer styles and appearance."
1482
  "Создавайте PDF-файлы и печатайте посты/страницы сайта WordPress. "
1483
  "Настраивайте стили хедера/футера документа и его внешний вид."
1484
 
1485
+ #: product_list.php:274
1486
  msgid ""
1487
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1488
  "Profile) to WordPress posts, pages and widgets."
1490
  "Добавляйте кнопки Pinterest \"Подписаться\", \"Сохранить\" и виджеты профиля "
1491
  "(Пин, Доска, Профиль) к постам, страницам и виджетам WordPress."
1492
 
1493
+ #: product_list.php:284
1494
  msgid ""
1495
  "Create your personal portfolio WordPress website. Manage and showcase past "
1496
  "projects to get more clients."
1498
  "Создавайте и добавляйте портфолио на свой сайт WordPress. Управляйте и "
1499
  "демонстрируйте прошлые проекты, чтобы привлечь больше клиентов."
1500
 
1501
+ #: product_list.php:294
1502
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1503
  msgstr ""
1504
  "С легкостью экспортируйте посты WordPress в файлы формата CSV. Настраивайте "
1505
  "порядок отображения данных."
1506
 
1507
+ #: product_list.php:301
1508
  msgid ""
1509
  "Add extra fields to default WordPress user profile. The easiest way to "
1510
  "create and manage additional custom values."
1512
  "Добавляйте пользовательские поля в стандартный профиль WordPress. Самый "
1513
  "простой способ создания и управления дополнительными полями."
1514
 
1515
+ #: product_list.php:308
1516
  msgid ""
1517
  "Add and display HTML advertisement banner on WordPress website. Customize "
1518
  "bar styles and appearance."
1520
  "Добавляйте и отображайте баннерную HTML рекламу на сайте WordPress. "
1521
  "Настраивайте стили и внешний вид баннера."
1522
 
1523
+ #: product_list.php:318
1524
  msgid ""
1525
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1526
  "widgets."
1528
  "Добавляйте настраиваемые цитаты и подсказки к постам, страницам и виджетам "
1529
  "WordPress."
1530
 
1531
+ #: product_list.php:325
1532
  msgid ""
1533
  "Add rating plugin to your WordPress website to receive feedback from your "
1534
  "customers."
1536
  "Добавляйте систему оценивания и рейтинга на ваш сайт WordPress и получайте "
1537
  "отзывы от ваших клиентов."
1538
 
1539
+ #: product_list.php:332
1540
  msgid ""
1541
  "Create your personal real estate WordPress website. Sell, rent and buy "
1542
  "properties. Add, search and browse listings easily."
1545
  "Продавайте, арендуйте и покупайте недвижимость. Легко добавляйте, находите и "
1546
  "просматривайте листинги."
1547
 
1548
+ #: product_list.php:342
 
 
 
 
 
 
 
 
1549
  msgid ""
1550
  "Add related, featured, latest, and popular posts to your WordPress website. "
1551
  "Connect your blog readers with a relevant content."
1553
  "Добавляйте похожие, избранные, последние и популярные посты на ваш сайт "
1554
  "WordPress. Предоставляйте своим читателям контент схожей тематики."
1555
 
1556
+ #: product_list.php:349
1557
  msgid ""
1558
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1559
  "settings and detailed reports."
1561
  "Осуществляйте массовую рассылку писем пользователям WordPress. "
1562
  "Пользовательские шаблоны, дополнительные настройки и подробные отчеты."
1563
 
1564
+ #: product_list.php:359
1565
  msgid ""
1566
  "The best responsive slider plugin for your WordPress website. Create "
1567
  "beautifully animated slides just in a few clicks."
1569
  "Самый лучший адаптивный слайдер для вашего сайта WordPress. Создавайте "
1570
  "красиво анимированные слайды всего в несколько кликов."
1571
 
1572
+ #: product_list.php:366
1573
  msgid ""
1574
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1575
  "Yahoo, Hotmail and other services."
1576
  msgstr ""
1577
  "Настраивайте SMTP-сервер, чтобы получать электронные сообщения с сайта "
1578
+ "WordPress на такие почтовые службы, как Gmail, Yahoo, Hotmail и многие "
1579
+ "другие."
1580
 
1581
+ #: product_list.php:373
1582
  msgid ""
1583
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1584
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1586
  "Добавляйте кнопки и виджеты социальных сетей к постам, страницам и виджетам "
1587
  "WordPress. FB, Twitter, G+1, Pinterest, LinkedIn."
1588
 
1589
+ #: product_list.php:383
1590
  msgid ""
1591
  "Add social media login, registration, and commenting to your WordPress "
1592
  "website."
1594
  "Добавляйте на свой сайт WordPress возможность входа, регистрации и "
1595
  "комментирования с использованием существующих аккаунтов социальных сетей."
1596
 
1597
+ #: product_list.php:390
1598
  msgid ""
1599
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1600
  "Collect data and subscribe your users."
1602
  "Добавляйте форму подписки на новостную рассылку в посты, страницы и виджеты "
1603
  "WordPress. Собирайте данные и осуществляйте подписку пользователей."
1604
 
1605
+ #: product_list.php:400
1606
  msgid ""
1607
  "Add testimonials and feedbacks from your customers to WordPress website "
1608
  "posts, pages, and widgets."
1610
  "Добавляйте рекомендации и отзывы ваших клиентов в посты, страницы и виджеты "
1611
  "сайта WordPress."
1612
 
1613
+ #: product_list.php:407
1614
  msgid ""
1615
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1616
  "attendance and generate reports."
1618
  "Лучший плагин учёта рабочего времени на сайте WordPress. Отслеживайте время "
1619
  "работы сотрудников, оптимизируйте график работы в офисе и создавайте отчеты."
1620
 
1621
+ #: product_list.php:417
1622
  msgid ""
1623
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1624
  "and pages."
1626
  "Добавляйте кнопки Твиттера \"Читать\", \"Твитнуть\", \"Метка\" и \"Упомянуть"
1627
  "\" к постам и страницам WordPress. "
1628
 
1629
+ #: product_list.php:427
1630
  msgid ""
1631
  "Automatically check and update WordPress website core with all installed "
1632
  "plugins and themes to the latest versions."
1634
  "Выполняйте автоматическую проверку и обновление ядра WordPress до последних "
1635
  "версий со всеми установленными плагинами и темами."
1636
 
1637
+ #: product_list.php:437
1638
  msgid ""
1639
  "Powerful user role management plugin for WordPress website. Create, edit, "
1640
  "copy, and delete user roles."
1642
  "Эффективный плагин управления ролями пользователей для сайта WordPress. "
1643
  "Создавайте, редактируйте, копируйте и удаляйте роли пользователей."
1644
 
1645
+ #: product_list.php:447
1646
  msgid ""
1647
  "Display live count of online visitors who are currently browsing your "
1648
  "WordPress website."
1650
  "Ведите подсчет количества посетителей, которые в настоящее время "
1651
  "просматривают ваш сайт WordPress."
1652
 
1653
+ #: product_list.php:457
1654
  msgid ""
1655
  "Backup and export Zendesk Help Center content automatically to your "
1656
  "WordPress website database."
1658
  "Делайте автоматическое резервное копирование и экспорт содержимого Zendesk "
1659
  "Help Center в базу данных вашего сайта WordPress."
1660
 
1661
+ #~ msgid "Anonymous feedback"
1662
+ #~ msgstr "Анонимный отзыв"
1663
+
1664
+ #~ msgid ""
1665
+ #~ "Protect WordPress website forms from spam entries by means of math logic."
1666
+ #~ msgstr ""
1667
+ #~ "Защищайте формы вашего сайта WordPress от взлома путем математической "
1668
+ #~ "логики."
1669
+
1670
+ #~ msgid "Congratulations! Pro Membership license is activated successfully."
1671
+ #~ msgstr "Поздравляем! Pro Membership лицензия успешно активирована."
1672
+
1673
+ #~ msgid "Email with system info is sent to"
1674
+ #~ msgstr "Емейл с системной информацией отправлен на"
1675
+
1676
+ #~ msgid "Browse Free WordPress Themes"
1677
+ #~ msgstr "Обзор бесплатных WordPress тем"
1678
+
1679
+ #~ msgid ""
1680
+ #~ "You can use one license of the Pro plugin for one domain only. Please "
1681
+ #~ "check and edit your license or domain if necessary using you personal "
1682
+ #~ "Client Area. We strongly recommend you to solve the problem within 24 "
1683
+ #~ "hours, otherwise the Pro plugin will be deactivated."
1684
+ #~ msgstr ""
1685
+ #~ "Вы можете использовать одну лицензию Pro плагина только для одного "
1686
+ #~ "домена. Пожалуйста, проверьте и отредактируйте при необходимости лицензию "
1687
+ #~ "или домен, используя Ваш личный Client Area. Мы настоятельно рекомендуем "
1688
+ #~ "вам решить проблему в течение 24 часов, в противном случае плагин будет "
1689
+ #~ "деактивирован."
1690
+
1691
+ #~ msgid "Insert"
1692
+ #~ msgstr "Вставить"
1693
+
1694
+ #~ msgid ""
1695
+ #~ "Automatically add outgoing email messages to queue instead of sending "
1696
+ #~ "them immediately."
1697
+ #~ msgstr ""
1698
+ #~ "Автоматически формируйте очередь отправки исходящих электронных "
1699
+ #~ "сообщений. Задавайте время и приоритет рассылки."
1700
+
1701
+ #~ msgid ""
1702
+ #~ "Add unlimited gallery categories. Organize images to make the navigation "
1703
+ #~ "through content easier."
1704
+ #~ msgstr ""
1705
+ #~ "Добавляйте неограниченное количество категорий галерей. Группируйте "
1706
+ #~ "изображения, чтобы упростить навигацию по контенту."
1707
+
1708
+ #~ msgid ""
1709
+ #~ "Attach, un-attach and re-attach media files quickly to WordPress posts "
1710
+ #~ "and pages."
1711
+ #~ msgstr ""
1712
+ #~ "Прикрепляйте, открепляйте и повторно прикрепляйте медиа файлы к постам и "
1713
+ #~ "страницам WordPress."
1714
+
1715
  #~ msgid ""
1716
  #~ "Add related posts to WordPress website posts or widgets. Link your "
1717
  #~ "readers to relevant content."
1737
  #~ msgid "Utilities"
1738
  #~ msgstr "Утилиты"
1739
 
 
 
 
1740
  #~ msgid ""
1741
  #~ "Manage database and file system right from your WordPress admin dashboard."
1742
  #~ msgstr ""
bws_menu/languages/bestwebsoft-uk.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-uk.po CHANGED
@@ -2,11 +2,11 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-06-08 11:26+0300\n"
6
- "PO-Revision-Date: 2017-06-08 12:06+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
- "Language: uk_UA\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
@@ -18,11 +18,11 @@ msgstr ""
18
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: bws_functions.php:72 bws_functions.php:190
22
  msgid "requires"
23
  msgstr "потребує"
24
 
25
- #: bws_functions.php:74
26
  msgid ""
27
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
  "try again."
@@ -30,60 +30,65 @@ msgstr ""
30
  "чи вище, тому його було деактивовано! Будь ласка оновіть WordPress та "
31
  "спробуйте ще раз."
32
 
33
- #: bws_functions.php:75
34
  msgid "Back to the WordPress"
35
  msgstr "Повернутися на WordPress на"
36
 
37
- #: bws_functions.php:77
38
  msgid "Plugins page"
39
  msgstr "Сторінку Плагінів"
40
 
41
- #: bws_functions.php:91
42
  msgid "Like the plugin?"
43
  msgstr "Сподобався плагін?"
44
 
45
  #: bws_functions.php:93
 
 
 
 
 
46
  msgid "Rate it"
47
  msgstr "Оцінити"
48
 
49
- #: bws_functions.php:102
50
  msgid "Need help?"
51
  msgstr "Потрібна допомога?"
52
 
53
- #: bws_functions.php:103 bws_functions.php:907 class-bws-settings.php:1047
54
  msgid "Visit Help Center"
55
  msgstr "Перейти до Help Center"
56
 
57
- #: bws_functions.php:106
58
  msgid "Want to support the plugin?"
59
  msgstr "Хочете підтримати плагін?"
60
 
61
- #: bws_functions.php:107 bws_menu.php:553
62
  msgid "Donate"
63
  msgstr "Пожертвувати"
64
 
65
- #: bws_functions.php:127
66
  msgid "WARNING: Illegal use notification"
67
  msgstr "УВАГА: виявлено несанкціоноване використання плагіну"
68
 
69
- #: bws_functions.php:127
70
  msgid ""
71
  "You can use one license of the Pro plugin for one domain only. Please check "
72
- "and edit your license or domain if necessary using you personal Client Area. "
73
- "We strongly recommend you to solve the problem within 24 hours, otherwise "
74
- "the Pro plugin will be deactivated."
75
  msgstr ""
76
  "Ви можете використовувати одну ліцензію Про-плагіну для одного домену. Будь "
77
  "ласка, переконайтесь, що інформацію щодо ліцензії і домену введено вірно, у "
78
  "вкладці Client Area. Ми настійливо рекомендуємо Вам вирішити це питання "
79
  "протягом 24 годин, інакше плагін буде деактивовано."
80
 
81
- #: bws_functions.php:127 bws_functions.php:339 bws_menu.php:627
82
- #: class-bws-settings.php:143
83
  msgid "Learn More"
84
  msgstr "Дізнатись більше"
85
 
86
- #: bws_functions.php:144
87
  msgid ""
88
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
89
  "you should buy a Pro license"
@@ -91,7 +96,7 @@ msgstr ""
91
  "Увага: Термін дії Pro Trial версії плагіну скінчився. Щоб продовжити "
92
  "користуватись плагіном, будь ласка, придбайте Pro ліцензію"
93
 
94
- #: bws_functions.php:146
95
  msgid ""
96
  "Your license has expired. To continue getting top-priority support and "
97
  "plugin updates, you should extend it."
@@ -99,24 +104,24 @@ msgstr ""
99
  "Строк вашої ліцензії витік. Якщо ви хочете отримувати першочергову технічну "
100
  "підтримку та оновлювати плагін у майбутньому, вам слід подовжити ліцензію."
101
 
102
- #: bws_functions.php:146 bws_functions.php:382 deprecated.php:584
103
  msgid "Learn more"
104
  msgstr "Дізнатись більше"
105
 
106
- #: bws_functions.php:164
107
  #, php-format
108
  msgid "Notice: You are using the Pro Trial license of %s plugin."
109
  msgstr "Увага: Ви використовуєте тріал Pro версію плагіну %s."
110
 
111
- #: bws_functions.php:166
112
  msgid "Notice: You are using the Pro Trial license of plugin."
113
  msgstr "Увага: Ви використовуєте тріал Pro версію плагіну."
114
 
115
- #: bws_functions.php:169
116
  msgid "The Pro Trial license will expire on"
117
  msgstr "Trial період Pro версії плагіну закінчується"
118
 
119
- #: bws_functions.php:192
120
  msgid ""
121
  "or higher! We do not guarantee that our plugin will work correctly. Please "
122
  "upgrade to WordPress latest version."
@@ -124,73 +129,73 @@ msgstr ""
124
  "чи вище! Ми не гарантуємо, що наш плагін буде працювати правильно. Будь "
125
  "ласка, оновіть WordPress до останньої версії."
126
 
127
- #: bws_functions.php:207
128
  #, php-format
129
  msgid "Thank you for installing %s plugin!"
130
  msgstr "Дякуємо, що встановили %s плагін!"
131
 
132
- #: bws_functions.php:208
133
  msgid "Let's get started"
134
  msgstr "Розпочнемо"
135
 
136
- #: bws_functions.php:209 bws_functions.php:242 bws_menu.php:557
137
- #: bws_menu.php:559
138
  msgid "Settings"
139
  msgstr "Налаштування"
140
 
141
- #: bws_functions.php:211 bws_menu.php:328 class-bws-settings.php:736
142
- #: class-bws-settings.php:1049 class-bws-settings.php:1059 deprecated.php:694
143
  msgid "or"
144
  msgstr "або"
145
 
146
- #: bws_functions.php:212 bws_functions.php:244
147
  msgid "Add New"
148
  msgstr "Додати"
149
 
150
- #: bws_functions.php:216 bws_functions.php:226 bws_functions.php:330
151
- #: bws_functions.php:378 bws_functions.php:480
152
  msgid "Close notice"
153
  msgstr "Закрити"
154
 
155
- #: bws_functions.php:231
156
  msgid "Thank you for installing plugins by BestWebSoft!"
157
  msgstr "Дякуємо, що встановили плагіни від BestWebSoft!"
158
 
159
- #: bws_functions.php:233
160
  msgid "More Details"
161
  msgstr "Деталі"
162
 
163
- #: bws_functions.php:234
164
  msgid "Less Details"
165
  msgstr "Сховати Деталі"
166
 
167
- #: bws_functions.php:262
168
  msgid "Deprecated function(-s) is used on the site here:"
169
  msgstr "Застарілі функціі використовується на сайті тут:"
170
 
171
- #: bws_functions.php:276
172
  msgid ""
173
  "This function(-s) will be removed over time. Please update the product(-s)."
174
  msgstr ""
175
  "Ці функції буде видалено через деякий час. Будь ласка, поновіть продукт."
176
 
177
- #: bws_functions.php:335
178
  msgid "It’s time to upgrade your"
179
  msgstr "Настав час модернізувати Ваш"
180
 
181
- #: bws_functions.php:335
182
  msgid "to"
183
  msgstr "до"
184
 
185
- #: bws_functions.php:335
186
  msgid "version!"
187
  msgstr "версії!"
188
 
189
- #: bws_functions.php:336
190
  msgid "Extend standard plugin functionality with new great options."
191
  msgstr "Розширює можливості стандартного функціоналу плагіна."
192
 
193
- #: bws_functions.php:382
194
  #, php-format
195
  msgid ""
196
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
@@ -199,12 +204,12 @@ msgstr ""
199
  "Ваш ліцензійний ключ для %s витікає %s та ви більше не будете отримувати "
200
  "першочергову технічну підтримку та оновлення."
201
 
202
- #: bws_functions.php:475
203
  #, php-format
204
  msgid "Thank you for choosing %s plugin!"
205
  msgstr "Дякую за вибір плагіна %s!"
206
 
207
- #: bws_functions.php:476
208
  msgid ""
209
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
210
  "we'd love to hear about it!"
@@ -213,25 +218,25 @@ msgstr ""
213
  "функціоналу плагіна, будь ласка, надсилайте їх нам! Ми завжди відкриті для "
214
  "нових ідей!"
215
 
216
- #: bws_functions.php:477
217
  msgid "Suggest a Feature"
218
  msgstr "Запропонувати функціонал"
219
 
220
- #: bws_functions.php:493 class-bws-settings.php:533 class-bws-settings.php:536
221
- #: class-bws-settings.php:584 class-bws-settings.php:587
222
  msgid "Notice"
223
  msgstr "Зауважте"
224
 
225
- #: bws_functions.php:493
226
  msgid "The plugin's settings have been changed."
227
  msgstr "Налаштування плагіну змінено."
228
 
229
- #: bws_functions.php:494 class-bws-settings.php:182 class-bws-settings.php:202
230
- #: deprecated.php:640
231
  msgid "Save Changes"
232
  msgstr "Зберегти зміни"
233
 
234
- #: bws_functions.php:508
235
  msgid ""
236
  "You can always look at premium options by checking the \"Pro Options\" in "
237
  "the \"Misc\" tab."
@@ -239,81 +244,77 @@ msgstr ""
239
  "Ви завжди можете подивитися на преміум опції, натиснувши на кнопку \"Pro "
240
  "опції\" на вкладці \"Різне\"."
241
 
242
- #: bws_functions.php:629
243
  msgid "Add BWS Shortcode"
244
  msgstr "Додати BWS шорткод"
245
 
246
- #: bws_functions.php:630
247
  msgid "Add BWS Plugins Shortcode"
248
  msgstr "Додати шорткод BWS плагіну"
249
 
250
- #: bws_functions.php:649
251
  msgid "Add shortcode"
252
  msgstr "Додати шорткод"
253
 
254
- #: bws_functions.php:649
255
  msgid "Add BestWebSoft plugins' shortcodes using this button."
256
  msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
257
 
258
- #: bws_functions.php:695
259
  msgid "Close"
260
  msgstr "Закрити"
261
 
262
- #: bws_functions.php:787
263
  msgid "Are you sure you want to restore default settings?"
264
  msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
265
 
266
- #: bws_functions.php:790
267
  msgid "Yes, restore all settings"
268
  msgstr "Так, скинути налаштування"
269
 
270
- #: bws_functions.php:791
271
  msgid "No, go back to the settings page"
272
  msgstr "Ні, повернутись назад на сторінку налаштувань"
273
 
274
- #: bws_functions.php:833
275
  msgid "Plugin"
276
  msgstr "Плагін"
277
 
278
- #: bws_functions.php:842
279
  msgid "Shortcode settings"
280
  msgstr "Налаштування шорткоду"
281
 
282
- #: bws_functions.php:847
283
  msgid "The shortcode will be inserted"
284
  msgstr "Буде вставлено шорткод"
285
 
286
- #: bws_functions.php:852
287
- msgid "Insert"
288
- msgstr "Вставити"
289
-
290
- #: bws_functions.php:912
291
  msgid "FAQ"
292
  msgstr "FAQ"
293
 
294
- #: bws_functions.php:918
295
  msgid "For more information:"
296
  msgstr "Для отримання додаткової інформації:"
297
 
298
- #: bws_functions.php:919
299
  msgid "Documentation"
300
  msgstr "Документація"
301
 
302
- #: bws_functions.php:920
303
  msgid "Video Instructions"
304
  msgstr "Відео інструкції"
305
 
306
- #: bws_functions.php:921
307
  msgid "Submit a Request"
308
  msgstr "Надіслати запит"
309
 
310
- #: bws_menu.php:101 class-bws-settings.php:781 deprecated.php:322
311
  msgid "Wrong license key"
312
  msgstr "Невірний ключ ліцензії"
313
 
314
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
315
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
316
- #: deprecated.php:352
317
  msgid ""
318
  "Something went wrong. Please try again later. If the error appears again, "
319
  "please contact us"
@@ -321,14 +322,14 @@ msgstr ""
321
  "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
322
  "повідомте нам"
323
 
324
- #: bws_menu.php:122 class-bws-settings.php:807 class-bws-settings.php:874
325
- #: class-bws-settings.php:910 deprecated.php:133 deprecated.php:199
326
- #: deprecated.php:352
327
  msgid "We are sorry for inconvenience."
328
  msgstr "Просимо вибачення за незручності."
329
 
330
- #: bws_menu.php:128 class-bws-settings.php:813 class-bws-settings.php:916
331
- #: deprecated.php:139 deprecated.php:358
332
  msgid "Wrong license key."
333
  msgstr "Неправильний ліцензійний ключ."
334
 
@@ -343,11 +344,11 @@ msgstr ""
343
  msgid "Log in"
344
  msgstr "Увійти"
345
 
346
- #: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
347
  msgid "Unfortunately, you have exceeded the number of available tries per day."
348
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
349
 
350
- #: bws_menu.php:134 class-bws-settings.php:922 deprecated.php:364
351
  #, php-format
352
  msgid ""
353
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -356,7 +357,7 @@ msgstr ""
356
  "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
357
  "першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію на %s"
358
 
359
- #: bws_menu.php:136 class-bws-settings.php:924 deprecated.php:366
360
  msgid ""
361
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
362
  "Trial license can be installed only once."
@@ -364,19 +365,19 @@ msgstr ""
364
  "На жаль, Pro ліцензія уже використовувалась на цьому домені. Тріал Pro "
365
  "версії плагіну можна використати лише один раз."
366
 
367
- #: bws_menu.php:142 class-bws-settings.php:828 deprecated.php:153
368
  msgid "The license key is valid."
369
  msgstr "Ліцензійний ключ дійсний."
370
 
371
- #: bws_menu.php:144 class-bws-settings.php:831 deprecated.php:156
372
  msgid "Your license will expire on"
373
  msgstr "Ваша ліцензія закінчується"
374
 
375
  #: bws_menu.php:146
376
- msgid "Congratulations! Pro Membership license is activated successfully."
377
  msgstr "Вітаємо! Pro Membership ліцензія успішно активована."
378
 
379
- #: bws_menu.php:153 class-bws-settings.php:996 deprecated.php:435
380
  msgid ""
381
  "Something went wrong. Try again later or upload the plugin manually. We are "
382
  "sorry for inconvenience."
@@ -530,67 +531,68 @@ msgstr "Не активні плагіни"
530
  msgid "Please enter a valid email address."
531
  msgstr "Будь ласка, введіть коректний емейл."
532
 
533
- #: bws_menu.php:264
534
- msgid "Email with system info is sent to"
535
- msgstr "Емейл з системною інформацією надіслано на"
 
536
 
537
- #: bws_menu.php:268
538
  msgid "Thank you for contacting us."
539
  msgstr "Дякуємо, що звернулись до нас."
540
 
541
- #: bws_menu.php:291
542
  msgid "Sorry, email message could not be delivered."
543
  msgstr "Вибачте, ваше емейл не може бути доставлено"
544
 
545
- #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
546
  msgid "Plugins"
547
  msgstr "Плагіни"
548
 
549
- #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
550
  msgid "Themes"
551
  msgstr "Теми"
552
 
553
- #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:662
554
  msgid "System status"
555
  msgstr "Системна інформація"
556
 
557
- #: bws_menu.php:317
558
  msgid "Support"
559
  msgstr "Підтримка"
560
 
561
- #: bws_menu.php:318
562
  msgid "Manage purchased licenses & subscriptions"
563
  msgstr "Управління придбаними ліцензіями і підписками"
564
 
565
- #: bws_menu.php:326
566
  #, php-format
567
  msgid "Get Access to %s+ Premium Plugins"
568
  msgstr "Отримати доступ до %s+ преміум плагинам"
569
 
570
- #: bws_menu.php:328
571
  msgid "Subscribe to Pro Membership"
572
  msgstr "Підписатися на Pro Membership"
573
 
574
- #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:749
575
  #: deprecated.php:227
576
  msgid "Check license key"
577
  msgstr "Перевірте ліцензійний ключ"
578
 
579
- #: bws_menu.php:339
580
  msgid "Enter your license key"
581
  msgstr "Ваш ліцензійний ключ"
582
 
583
- #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
584
- #: class-bws-settings.php:728 deprecated.php:259 deprecated.php:267
585
- #: deprecated.php:629 deprecated.php:700 deprecated.php:709
586
  msgid "Activate"
587
  msgstr "Активувати"
588
 
589
- #: bws_menu.php:361
590
  msgid "Upload Plugin"
591
  msgstr "Завантажити плагін"
592
 
593
- #: bws_menu.php:365
594
  #, php-format
595
  msgid ""
596
  "The plugin generated %d characters of <strong>unexpected output</strong> "
@@ -603,7 +605,7 @@ msgstr ""
603
  "надіслані&#8221;, проблеми з каналами чи інші неполадки, спробуйте вимкнути "
604
  "чи видалити цей плагін."
605
 
606
- #: bws_menu.php:367
607
  msgid ""
608
  "Plugin could not be activated because it triggered a <strong>fatal error</"
609
  "strong>."
@@ -611,39 +613,37 @@ msgstr ""
611
  "Плагін не вдалося активувати, бо він спричинив <strong>критичну помилку</"
612
  "strong>."
613
 
614
- #: bws_menu.php:370
615
  msgid "Plugin <strong>activated</strong>."
616
  msgstr "Плагін <strong>активовано</strong>."
617
 
618
- #: bws_menu.php:377
619
  msgid "Installing Plugin"
620
  msgstr "Встановлення плагіну"
621
 
622
- #: bws_menu.php:383
623
  msgid "Downloading install package from"
624
  msgstr "Завантаження встановлюючого пакунку з"
625
 
626
- #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
627
- #: class-bws-settings.php:948 class-bws-settings.php:970
628
- #: class-bws-settings.php:992 deprecated.php:387 deprecated.php:409
629
- #: deprecated.php:431
630
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
631
  msgstr ""
632
  "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
633
 
634
- #: bws_menu.php:408
635
  msgid "Unpacking the package"
636
  msgstr "Розпакування пакета"
637
 
638
- #: bws_menu.php:413 bws_menu.php:421
639
  msgid "Installing the plugin"
640
  msgstr "Встановлення плагіну"
641
 
642
- #: bws_menu.php:417 class-bws-settings.php:960 deprecated.php:399
643
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
644
  msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
645
 
646
- #: bws_menu.php:424 class-bws-settings.php:966 deprecated.php:405
647
  msgid ""
648
  "Your server does not support either ZipArchive or Phar. Please, upload the "
649
  "plugin manually"
@@ -651,158 +651,158 @@ msgstr ""
651
  "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
652
  "вручну"
653
 
654
- #: bws_menu.php:427
655
  #, php-format
656
  msgid "The plugin %s is successfully installed."
657
  msgstr "Плагін %s успішно встановлено."
658
 
659
- #: bws_menu.php:434 class-bws-settings.php:973 deprecated.php:412
660
  msgid "UploadDir is not writable. Please, upload the plugin manually"
661
  msgstr ""
662
  "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
663
  "вручну"
664
 
665
- #: bws_menu.php:439
666
  msgid "Activate Plugin"
667
  msgstr "Активувати плагін"
668
 
669
- #: bws_menu.php:439 bws_menu.php:445
670
  msgid "Return to BestWebSoft Panel"
671
  msgstr "Назад до BestWebSoft Panel"
672
 
673
- #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
674
  msgid "All"
675
  msgstr "Всі"
676
 
677
- #: bws_menu.php:450 bws_menu.php:650
678
  msgid "Installed"
679
  msgstr "Встановлені"
680
 
681
- #: bws_menu.php:451
682
  msgid "Not Installed"
683
  msgstr "Не встановлені"
684
 
685
- #: bws_menu.php:457
686
  msgid "Filter results"
687
  msgstr "Фільтр результатів"
688
 
689
- #: bws_menu.php:460 bws_menu.php:589
690
  msgid "Category"
691
  msgstr "Категорія"
692
 
693
- #: bws_menu.php:524
694
  msgid "Not installed"
695
  msgstr "Не встановлен"
696
 
697
- #: bws_menu.php:528
698
  msgid "Renew to get updates"
699
  msgstr "Продовжити для поновлення"
700
 
701
- #: bws_menu.php:531
702
  #, php-format
703
  msgid "Update to v %s"
704
  msgstr "Оновити до версії %s"
705
 
706
- #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
707
  msgid "Install Now"
708
  msgstr "Встановити"
709
 
710
- #: bws_menu.php:549 class-bws-settings.php:156 class-bws-settings.php:1056
711
  msgid "Upgrade to Pro"
712
  msgstr "Оновити до Pro"
713
 
714
- #: bws_menu.php:563 bws_menu.php:572
715
  msgid "Activate this plugin"
716
  msgstr "Активувати плагін"
717
 
718
- #: bws_menu.php:575
719
  msgid "Install this plugin"
720
  msgstr "Встановити плагін"
721
 
722
- #: bws_menu.php:584
723
  msgid "Nothing found. Try another criteria."
724
  msgstr "Нічого не знайдено. Спробуйте інші критерії."
725
 
726
- #: bws_menu.php:621 bws_menu.php:641
727
  #, php-format
728
  msgid "By %s"
729
  msgstr "За %s"
730
 
731
- #: bws_menu.php:648
732
  msgid "Already Installed"
733
  msgstr "Уже встановлено %s"
734
 
735
- #: bws_menu.php:659
736
- msgid "Browse Free WordPress Themes"
737
- msgstr "Огляд безкоштовних WordPress тем"
738
 
739
- #: bws_menu.php:668
740
  msgid "Send to support"
741
  msgstr "Відправити службі тех. підтримки"
742
 
743
- #: bws_menu.php:675
744
  msgid "Send to custom email &#187;"
745
  msgstr "Відправити на електронну адресу &#187;"
746
 
747
- #: class-bws-settings.php:135
748
  msgid "Information"
749
  msgstr "Інформація"
750
 
751
- #: class-bws-settings.php:143
752
  msgid "Inactive"
753
  msgstr "Неактивна"
754
 
755
- #: class-bws-settings.php:151
756
  msgid "Expired"
757
  msgstr "Закінчилась"
758
 
759
- #: class-bws-settings.php:154
760
  #, php-format
761
  msgid "%s day(-s) left"
762
  msgstr "%s днів залишилося"
763
 
764
- #: class-bws-settings.php:160
765
  #, php-format
766
  msgid "Expired on %s"
767
  msgstr "Витікає %s"
768
 
769
- #: class-bws-settings.php:160
770
  msgid "Renew Now"
771
  msgstr "Відновити зараз"
772
 
773
- #: class-bws-settings.php:162
774
  msgid "Active"
775
  msgstr "Активна"
776
 
777
- #: class-bws-settings.php:167
778
  msgid "License"
779
  msgstr "Ліцензія"
780
 
781
- #: class-bws-settings.php:170
782
  msgid "Status"
783
  msgstr "Статус"
784
 
785
- #: class-bws-settings.php:174
786
  msgid "Version"
787
  msgstr "Версія"
788
 
789
- #: class-bws-settings.php:282
790
  msgid "All plugin settings were restored."
791
  msgstr "Усі налаштування плагіну відновлені."
792
 
793
- #: class-bws-settings.php:420
794
  msgid "Custom Code"
795
  msgstr "Користувацький код"
796
 
797
- #: class-bws-settings.php:424 deprecated.php:497
798
  msgid "You do not have sufficient permissions to edit plugins for this site."
799
  msgstr "У вас недостатньо повноважень для редагування плагінів цього сайту."
800
 
801
- #: class-bws-settings.php:429 deprecated.php:618
802
  msgid "These styles will be added to the header on all pages of your site."
803
  msgstr "Ці стилі будуть додані в заголовок на всіх сторінках вашого сайту."
804
 
805
- #: class-bws-settings.php:432 deprecated.php:620
806
  #, php-format
807
  msgid ""
808
  "This PHP code will be hooked to the %s action and will be printed on front "
@@ -810,11 +810,11 @@ msgid ""
810
  msgstr ""
811
  "Цей PHP код буде прикріплений до %s action і буде додано лише у фронтенді."
812
 
813
- #: class-bws-settings.php:435
814
  msgid "These code will be added to the header on all pages of your site."
815
  msgstr "Цей код буде додано в заголовок на всіх сторінках вашого сайту."
816
 
817
- #: class-bws-settings.php:443 deprecated.php:644
818
  #, php-format
819
  msgid ""
820
  "You need to make this files writable before you can save your changes. See "
@@ -823,25 +823,25 @@ msgstr ""
823
  "Вам потрібно зробити цей файл доступним для запису, перед тим як ви зможете "
824
  "зберегти свої зміни. Перегляньте %sКодекс%s для додаткової інформації."
825
 
826
- #: class-bws-settings.php:453 deprecated.php:626
827
  msgid "Browsing"
828
  msgstr "Огляд"
829
 
830
- #: class-bws-settings.php:457
831
  #, php-format
832
  msgid "Activate custom %s code."
833
  msgstr "Активувати користувацький %s код."
834
 
835
- #: class-bws-settings.php:464 deprecated.php:633
836
  #, php-format
837
  msgid "Learn more about %s"
838
  msgstr "Дізнатись більше про %s"
839
 
840
- #: class-bws-settings.php:524
841
  msgid "Miscellaneous Settings"
842
  msgstr "Інші налаштування"
843
 
844
- #: class-bws-settings.php:533 class-bws-settings.php:584
845
  #, php-format
846
  msgid ""
847
  "It is prohibited to change %s settings on this site in the %s network "
@@ -850,7 +850,7 @@ msgstr ""
850
  "Мережевими налаштуваннями %s забороняється змінювати налаштування %s на "
851
  "цьому сайті."
852
 
853
- #: class-bws-settings.php:536 class-bws-settings.php:587
854
  #, php-format
855
  msgid ""
856
  "It is prohibited to view %s settings on this site in the %s network settings."
@@ -858,68 +858,68 @@ msgstr ""
858
  "Мережевими налаштуваннями %s забороняється дивитися налаштування %s на цьому "
859
  "сайті."
860
 
861
- #: class-bws-settings.php:545
862
  msgid "Pro Options"
863
  msgstr "Pro опції"
864
 
865
- #: class-bws-settings.php:548
866
  msgid "Enable to display plugin Pro options."
867
  msgstr "Увімкніть для відображення Pro опцій плагіна."
868
 
869
- #: class-bws-settings.php:553
870
  msgid "Track Usage"
871
  msgstr "Збирати статистику"
872
 
873
- #: class-bws-settings.php:556
874
  msgid ""
875
  "Enable to allow tracking plugin usage anonymously in order to make it better."
876
  msgstr ""
877
  "Включити, щоб дозволити анонімно відстежувати використання і зробити плагін "
878
  "краще."
879
 
880
- #: class-bws-settings.php:560
881
  msgid "Default Settings"
882
  msgstr "Налаштування за замовчуванням"
883
 
884
- #: class-bws-settings.php:562
885
  msgid "Restore Settings"
886
  msgstr "Відновлення налаштувань"
887
 
888
- #: class-bws-settings.php:563
889
  msgid "This will restore plugin settings to defaults."
890
  msgstr "Відновити всі налаштування плагіна до налаштувань за замовчуванням."
891
 
892
- #: class-bws-settings.php:575
893
  msgid "Import / Export"
894
  msgstr "Імпорт / Експорт"
895
 
896
- #: class-bws-settings.php:691 class-bws-settings.php:724
897
- #: class-bws-settings.php:746
898
  msgid "License Key"
899
  msgstr "Ключ ліцензії"
900
 
901
- #: class-bws-settings.php:714
902
  msgid "Congratulations! Pro license is activated successfully."
903
  msgstr "Вітаємо! Pro ліцензія успішно активована."
904
 
905
- #: class-bws-settings.php:715
906
  #, php-format
907
  msgid "You will be automatically redirected to the %s in %s seconds."
908
  msgstr "Вас буде автоматично перенаправлено на %s через %s секунд."
909
 
910
- #: class-bws-settings.php:715
911
  msgid "Settings page"
912
  msgstr "сторінку налаштувань"
913
 
914
- #: class-bws-settings.php:730
915
  #, php-format
916
  msgid "Enter your license key to activate %s and get premium plugin features."
917
  msgstr ""
918
  "Введіть ліцензійний ключ для активації %s і отримання додаткових можливостей "
919
  "плагіна."
920
 
921
- #: class-bws-settings.php:733 class-bws-settings.php:920 deprecated.php:362
922
- #: deprecated.php:703
923
  msgid ""
924
  "Unfortunately, you have exceeded the number of available tries per day. "
925
  "Please, upload the plugin manually."
@@ -927,12 +927,12 @@ msgstr ""
927
  "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
928
  "завантажте плагін вручну"
929
 
930
- #: class-bws-settings.php:736 deprecated.php:694
931
  #, php-format
932
  msgid "Start Your Free %s-Day Trial Now"
933
  msgstr "Спробуйте %s-денну Trial версію безкоштовно"
934
 
935
- #: class-bws-settings.php:751
936
  msgid ""
937
  "If necessary, you can check if the license key is correct or reenter it in "
938
  "the field below."
@@ -940,15 +940,15 @@ msgstr ""
940
  "При необхідності ви можете перевірити правильність вашого ліцензійного ключа "
941
  "або знову ввести його у полі, що знаходиться нижче."
942
 
943
- #: class-bws-settings.php:756
944
  msgid "Manage License Settings"
945
  msgstr "Управління налаштуваннями ліцензій"
946
 
947
- #: class-bws-settings.php:758
948
  msgid "Login to Client Area"
949
  msgstr "Зайти в Client Area"
950
 
951
- #: class-bws-settings.php:760
952
  msgid ""
953
  "Manage active licenses, download BWS products, and view your payment history "
954
  "using BestWebSoft Client Area."
@@ -956,12 +956,12 @@ msgstr ""
956
  "Керуй активними ліцензіями, завантажуй BWS продукти, а також переглядай "
957
  "історію платежів за допомогою BestWebSoft Client Area."
958
 
959
- #: class-bws-settings.php:815 class-bws-settings.php:918 deprecated.php:141
960
- #: deprecated.php:360
961
  msgid "This license key is bound to another site."
962
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
963
 
964
- #: class-bws-settings.php:817 deprecated.php:143
965
  msgid ""
966
  "This license key is valid, but Your license has expired. If you want to "
967
  "update our plugin in future, you should extend the license."
@@ -969,11 +969,11 @@ msgstr ""
969
  "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
970
  "хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
971
 
972
- #: class-bws-settings.php:819 deprecated.php:145
973
  msgid "Unfortunately, you have exceeded the number of available tries."
974
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
975
 
976
- #: class-bws-settings.php:821 deprecated.php:147
977
  msgid ""
978
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
979
  "The Pro Trial license can be installed only once."
@@ -981,36 +981,169 @@ msgstr ""
981
  "На жаль, Trial Pro версія плагіну уже встановлювалась на цей домен. Trial "
982
  "Pro версію можна встановлювати лише один раз."
983
 
984
- #: class-bws-settings.php:826 deprecated.php:151
985
  msgid "The Pro Trial license key is valid."
986
  msgstr "Ключ тріал Pro версії вірний."
987
 
988
- #: class-bws-settings.php:834 deprecated.php:159 deprecated.php:246
989
  #, php-format
990
  msgid ""
991
  "In order to continue using the plugin it is necessary to buy a %s license."
992
  msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
993
 
994
- #: class-bws-settings.php:1031 deprecated.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
995
  msgid "Please, enter Your license key"
996
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
997
 
998
- #: class-bws-settings.php:1043
999
  msgid "Need Help?"
1000
  msgstr "Потрібна допомога?"
1001
 
1002
- #: class-bws-settings.php:1045
1003
  msgid "Read the Instruction"
1004
  msgstr "Читати інструкцію"
1005
 
1006
- #: class-bws-settings.php:1049
1007
  msgid "Watch the Video"
1008
  msgstr "Дивитися відео"
1009
 
1010
- #: class-bws-settings.php:1060
1011
  msgid "Start Your Free Trial"
1012
  msgstr "Використовувати безкоштовну Trial версію"
1013
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1014
  #: deprecated.php:93
1015
  msgid "System Status"
1016
  msgstr "Системна інформація"
@@ -1038,79 +1171,79 @@ msgstr ""
1038
  "(ваше ім'я користувача - це емейл, який ви вказували при купівлі). При "
1039
  "необхідності, будь ласка, відправте запит на відновлення вашого паролю."
1040
 
1041
- #: deprecated.php:247
1042
  msgid "After that, you can activate it by entering your license key."
1043
  msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
1044
 
1045
- #: deprecated.php:249 deprecated.php:688
1046
  msgid "License key can be found in the"
1047
  msgstr "Ліцензійний ключ можна знайти в"
1048
 
1049
- #: deprecated.php:251 deprecated.php:690
1050
  msgid "(your username is the email address specified during the purchase)."
1051
  msgstr "(ваше ім'я користувача - це емейл, який ви вказували при купівлі)"
1052
 
1053
- #: deprecated.php:278
1054
  msgid ""
1055
  "Congratulations! The Pro license of the plugin is activated successfully."
1056
  msgstr "Вітаємо! Pro версію плагіну успішно активовано."
1057
 
1058
- #: deprecated.php:280 deprecated.php:669
1059
  msgid "Please, go to"
1060
  msgstr "Будь ласка, перейдіть на"
1061
 
1062
- #: deprecated.php:280 deprecated.php:669
1063
  msgid "the setting page"
1064
  msgstr "сторінку установок"
1065
 
1066
- #: deprecated.php:281 deprecated.php:670
1067
  msgid "You will be redirected automatically in 5 seconds."
1068
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
1069
 
1070
- #: deprecated.php:315
1071
  msgid "Check premium options on the plugin settings page!"
1072
  msgstr "Подивіться преміум опції на сторінці налаштувань плагіна!"
1073
 
1074
- #: deprecated.php:478
1075
  msgid "Restore all plugin settings to defaults"
1076
  msgstr "Скинути налаштування плагіну до стандартних"
1077
 
1078
- #: deprecated.php:480
1079
  msgid "Restore settings"
1080
  msgstr "Скинути налаштування"
1081
 
1082
- #: deprecated.php:548 deprecated.php:575
1083
  #, php-format
1084
  msgid "File %s edited successfully."
1085
  msgstr "Файл %s успішно відредаговано."
1086
 
1087
- #: deprecated.php:550 deprecated.php:577
1088
  msgid "Not enough permissions to create or update the file"
1089
  msgstr "У Вас недостатньо дозволів для створення або поновлення файлу"
1090
 
1091
- #: deprecated.php:580
1092
  msgid "Not enough permissions to create the file"
1093
  msgstr "У Вас недостатньо дозволів для створення файлу"
1094
 
1095
- #: deprecated.php:624
1096
  msgid "Editing"
1097
  msgstr "Редагування"
1098
 
1099
- #: deprecated.php:667
1100
  msgid ""
1101
  "Congratulations! Pro version of the plugin is installed and activated "
1102
  "successfully."
1103
  msgstr "Вітаємо! Pro версію плагіну успішно завантажено та активовано."
1104
 
1105
- #: deprecated.php:677
1106
  msgid "Show Pro features"
1107
  msgstr "Показати Pro опції"
1108
 
1109
- #: deprecated.php:684
1110
  msgid "Enter your license key to install and activate"
1111
  msgstr "Введіть ліцензійний ключ для установки і активації"
1112
 
1113
- #: deprecated.php:686
1114
  msgid "version of the plugin."
1115
  msgstr "версія плагіна."
1116
 
@@ -1151,11 +1284,8 @@ msgid "SMM"
1151
  msgstr "СММ"
1152
 
1153
  #: product_list.php:22
1154
- msgid ""
1155
- "Protect WordPress website forms from spam entries by means of math logic."
1156
- msgstr ""
1157
- "Захищайте форми вашого сайту WordPress від зламування шляхом математичної "
1158
- "логіки."
1159
 
1160
  #: product_list.php:32
1161
  msgid "Create your personal car rental/booking and reservation website."
@@ -1204,21 +1334,13 @@ msgstr ""
1204
 
1205
  #: product_list.php:103
1206
  msgid ""
1207
- "Automatically add outgoing email messages to queue instead of sending them "
1208
- "immediately."
1209
- msgstr ""
1210
- "Автоматично формуйте чергу відправки вихідних електронних повідомлень. "
1211
- "Задавайте час і пріоритет розсилки."
1212
-
1213
- #: product_list.php:110
1214
- msgid ""
1215
  "Get latest error log messages to diagnose website problems. Define and fix "
1216
  "issues faster."
1217
  msgstr ""
1218
  "Отримуйте останні повідомлення з журналу помилок для діагностики проблем "
1219
  "сайту. Швидше виявляйте і усувайте проблеми."
1220
 
1221
- #: product_list.php:117
1222
  msgid ""
1223
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1224
  "widgets."
@@ -1226,7 +1348,7 @@ msgstr ""
1226
  "Додавайте кнопки Facebook \"Підписатися\", \"Подобається\" та \"Поділитися\" "
1227
  "у пости, сторінки і віджети сайту WordPress."
1228
 
1229
- #: product_list.php:127
1230
  msgid ""
1231
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1232
  "clicks."
@@ -1234,15 +1356,7 @@ msgstr ""
1234
  "Додавайте мальовничі галереї, альбоми і зображення на ваш сайт WordPress "
1235
  "всього в декілька кліків."
1236
 
1237
- #: product_list.php:137
1238
- msgid ""
1239
- "Add unlimited gallery categories. Organize images to make the navigation "
1240
- "through content easier."
1241
- msgstr ""
1242
- "Додавайте необмежену кількість категорій галерей. Групуйте зображення, щоб "
1243
- "спростити навігацію контентом."
1244
-
1245
- #: product_list.php:144
1246
  msgid ""
1247
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1248
  "posts, pages and widgets."
@@ -1250,7 +1364,15 @@ msgstr ""
1250
  "Додавайте кнопки Google \"+1\", \"Поділитися\", \"Підписатися\", \"Hangout\" "
1251
  "і значок профілю до постів, сторінок та віджетів WordPress."
1252
 
1253
- #: product_list.php:154
 
 
 
 
 
 
 
 
1254
  msgid ""
1255
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1256
  "results, categories, tags, and widgets."
@@ -1258,13 +1380,13 @@ msgstr ""
1258
  "Додавайте рекламу сервісу Adsense на сторінки, пости, користувацькі пости, "
1259
  "результати пошуку, категорії, теги і віджети сайту WordPress."
1260
 
1261
- #: product_list.php:164
1262
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1263
  msgstr ""
1264
  "Додавайте код Google Analytics на ваш сайт WordPress та відстежуйте базову "
1265
  "статистику сайту."
1266
 
1267
- #: product_list.php:174
1268
  msgid ""
1269
  "Protect WordPress website forms from spam entries with Google Captcha "
1270
  "(reCaptcha)."
@@ -1272,12 +1394,12 @@ msgstr ""
1272
  "Захищайте форми вашого сайту WordPress від спаму за допомогою Google Captcha "
1273
  "(reCaptcha)."
1274
 
1275
- #: product_list.php:184
1276
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1277
  msgstr ""
1278
  "Додавайте користувацькі карти Google у пости, сторінки та віджети WordPress."
1279
 
1280
- #: product_list.php:194
1281
  msgid ""
1282
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1283
  "your blog."
@@ -1285,7 +1407,7 @@ msgstr ""
1285
  "Створюйте та додавайте файли XML sitemap на ваш сайт WordPress. Допоможіть "
1286
  "пошуковим системам проіндексувати ваш блог."
1287
 
1288
- #: product_list.php:204
1289
  msgid ""
1290
  "Replace external WordPress website links with Google shortlinks and track "
1291
  "click stats."
@@ -1293,7 +1415,7 @@ msgstr ""
1293
  "Замініть зовнішні посилання сайту WordPress на короткі посилання Google і "
1294
  "відстежуйте статистику кліків."
1295
 
1296
- #: product_list.php:211
1297
  msgid ""
1298
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1299
  "hostnames, etc."
@@ -1301,15 +1423,16 @@ msgstr ""
1301
  "Захистіть свій сайт WordPress - надавайте та забороняйте доступ з певних IP-"
1302
  "адрес, імен хостів і т.д."
1303
 
1304
- #: product_list.php:221
1305
  msgid ""
1306
  "Create your personal job board and listing WordPress website. Search jobs, "
1307
  "submit CV/resumes, choose candidates."
1308
  msgstr ""
1309
  "Створюйте свою власну дошку оголошень з переліком вакансій на базі "
1310
- "WordPress. Пошук вакансій, подача резюме/CV кандидата, вибір кандидатів."
 
1311
 
1312
- #: product_list.php:228
1313
  msgid ""
1314
  "Protect WordPress website against brute force attacks. Limit rate of login "
1315
  "attempts."
@@ -1317,7 +1440,7 @@ msgstr ""
1317
  "Захищайте свій сайт WordPress від брутфорс-атак. Обмежуйте кількість спроб "
1318
  "введення логіна."
1319
 
1320
- #: product_list.php:238
1321
  msgid ""
1322
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1323
  "5 plugins included – profile, insider, etc."
@@ -1325,7 +1448,7 @@ msgstr ""
1325
  "Додавайте кнопки LinkedIn \"Поділитися\" та \"Відстежувати\" до постів, "
1326
  "сторінок і віджетів WordPress. 5 плагінів включено - Профіль, Інсайдер і т.д."
1327
 
1328
- #: product_list.php:248
1329
  msgid ""
1330
  "Translate WordPress website content to other languages manually. Create "
1331
  "multilingual pages, posts, widgets, menus, etc."
@@ -1333,7 +1456,7 @@ msgstr ""
1333
  "Перекладайте вміст сайту WordPress іншими мовами вручну. Створюйте "
1334
  "багатомовні сторінки, пости, віджети, меню і т.д."
1335
 
1336
- #: product_list.php:258
1337
  msgid ""
1338
  "Add customizable pagination to WordPress website. Split long content to "
1339
  "multiple pages for better navigation."
@@ -1341,7 +1464,7 @@ msgstr ""
1341
  "Додавайте пагінацію з можливістю налаштування на ваш сайт WordPress. "
1342
  "Розбивайте об'ємний контент на декілька сторінок для кращої навігації."
1343
 
1344
- #: product_list.php:268
1345
  msgid ""
1346
  "Generate PDF files and print WordPress posts/pages. Customize document "
1347
  "header/footer styles and appearance."
@@ -1349,7 +1472,7 @@ msgstr ""
1349
  "Створюйте PDF-файли і друкуйте пости/сторінки сайту WordPress. Налаштовуйте "
1350
  "стилі хедера/футера документа і його зовнішній вигляд."
1351
 
1352
- #: product_list.php:278
1353
  msgid ""
1354
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1355
  "Profile) to WordPress posts, pages and widgets."
@@ -1357,7 +1480,7 @@ msgstr ""
1357
  "Додавайте кнопки Pinterest \"Підписатися\", \"Зберегти\" і віджети профілю "
1358
  "(Пін, Дошка, Профіль) до постів, сторінок і віджетів WordPress."
1359
 
1360
- #: product_list.php:288
1361
  msgid ""
1362
  "Create your personal portfolio WordPress website. Manage and showcase past "
1363
  "projects to get more clients."
@@ -1365,13 +1488,13 @@ msgstr ""
1365
  "Створюйте і додавайте портфоліо на свій сайт WordPress. Керуйте і "
1366
  "демонструйте минулі проекти, щоб залучити більше клієнтів."
1367
 
1368
- #: product_list.php:298
1369
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1370
  msgstr ""
1371
  "З легкістю експортуйте пости WordPress в файли формату CSV. Налаштуйте "
1372
  "порядок відображення даних."
1373
 
1374
- #: product_list.php:305
1375
  msgid ""
1376
  "Add extra fields to default WordPress user profile. The easiest way to "
1377
  "create and manage additional custom values."
@@ -1379,7 +1502,7 @@ msgstr ""
1379
  "Додавайте користувацькі поля у стандартний профіль WordPress. Найпростіший "
1380
  "спосіб створення і управління додатковими полями."
1381
 
1382
- #: product_list.php:312
1383
  msgid ""
1384
  "Add and display HTML advertisement banner on WordPress website. Customize "
1385
  "bar styles and appearance."
@@ -1387,7 +1510,7 @@ msgstr ""
1387
  "Додавайте відображення банерної HTML реклами на сайті WordPress. Налаштуйте "
1388
  "стилі і зовнішній вигляд банеру."
1389
 
1390
- #: product_list.php:322
1391
  msgid ""
1392
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1393
  "widgets."
@@ -1395,7 +1518,7 @@ msgstr ""
1395
  "Додавайте редаговані цитати та підказки до постів, сторінок і віджетів "
1396
  "WordPress."
1397
 
1398
- #: product_list.php:329
1399
  msgid ""
1400
  "Add rating plugin to your WordPress website to receive feedback from your "
1401
  "customers."
@@ -1403,7 +1526,7 @@ msgstr ""
1403
  "Додавайте систему оцінювання і рейтингу на ваш сайт WordPress і отримуйте "
1404
  "відгуки від ваших клієнтів."
1405
 
1406
- #: product_list.php:336
1407
  msgid ""
1408
  "Create your personal real estate WordPress website. Sell, rent and buy "
1409
  "properties. Add, search and browse listings easily."
@@ -1412,15 +1535,7 @@ msgstr ""
1412
  "Продавайте, орендуйте і купуйте нерухомість. Легко додавайте, знаходьте і "
1413
  "переглядайте лістинги."
1414
 
1415
- #: product_list.php:346
1416
- msgid ""
1417
- "Attach, un-attach and re-attach media files quickly to WordPress posts and "
1418
- "pages."
1419
- msgstr ""
1420
- "Прикріплюйте, відкріплюйте і повторно прикріплюйте медіа файли до постів і "
1421
- "сторінок WordPress."
1422
-
1423
- #: product_list.php:353
1424
  msgid ""
1425
  "Add related, featured, latest, and popular posts to your WordPress website. "
1426
  "Connect your blog readers with a relevant content."
@@ -1428,7 +1543,7 @@ msgstr ""
1428
  "Додавайте схожі, обрані, останні та популярні пости на ваш сайт WordPress. "
1429
  "Надавайте своїм читачам контент схожої тематики."
1430
 
1431
- #: product_list.php:360
1432
  msgid ""
1433
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1434
  "settings and detailed reports."
@@ -1436,7 +1551,7 @@ msgstr ""
1436
  "Здійснюйте масову розсилку листів користувачам WordPress. Користувацькі "
1437
  "шаблони, додаткові налаштування і детальні звіти."
1438
 
1439
- #: product_list.php:370
1440
  msgid ""
1441
  "The best responsive slider plugin for your WordPress website. Create "
1442
  "beautifully animated slides just in a few clicks."
@@ -1444,15 +1559,15 @@ msgstr ""
1444
  "Найкращий адаптивний слайдер для вашого сайту WordPress. Створюйте красиво "
1445
  "анімовані слайди всього в декілька кліків."
1446
 
1447
- #: product_list.php:377
1448
  msgid ""
1449
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1450
  "Yahoo, Hotmail and other services."
1451
  msgstr ""
1452
  "Налаштовуйте SMTP-сервер, щоб отримувати електронні повідомлення з сайту "
1453
- "WordPress на такі поштові служби як Gmail, Yahoo, Hotmail і багато інших."
1454
 
1455
- #: product_list.php:384
1456
  msgid ""
1457
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1458
  "FB, Twitter, G+1, Pinterest, LinkedIn."
@@ -1460,7 +1575,7 @@ msgstr ""
1460
  "Додавайте кнопки і віджети соціальних мереж до постів, сторінок і віджетів "
1461
  "WordPress. FB, Twitter, G+1, Pinterest, LinkedIn."
1462
 
1463
- #: product_list.php:394
1464
  msgid ""
1465
  "Add social media login, registration, and commenting to your WordPress "
1466
  "website."
@@ -1468,7 +1583,7 @@ msgstr ""
1468
  "Додавайте на свій сайт WordPress можливість входу, реєстрації та "
1469
  "коментування з використанням існуючих акаунтів соціальних мереж."
1470
 
1471
- #: product_list.php:401
1472
  msgid ""
1473
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1474
  "Collect data and subscribe your users."
@@ -1476,7 +1591,7 @@ msgstr ""
1476
  "Додавайте форму підписки на розсилку новин у пости, сторінки і віджети "
1477
  "WordPress. Збирайте дані і здійснюйте підписку користувачів."
1478
 
1479
- #: product_list.php:411
1480
  msgid ""
1481
  "Add testimonials and feedbacks from your customers to WordPress website "
1482
  "posts, pages, and widgets."
@@ -1484,7 +1599,7 @@ msgstr ""
1484
  "Додавайте рекомендації та відгуки ваших клієнтів в пости, сторінки і віджети "
1485
  "сайту WordPress."
1486
 
1487
- #: product_list.php:418
1488
  msgid ""
1489
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1490
  "attendance and generate reports."
@@ -1492,7 +1607,7 @@ msgstr ""
1492
  "Кращий плагін обліку робочого часу на сайті WordPress. Відстежуйте час "
1493
  "роботи співробітників, оптимізуйте графік роботи в офісі і створюйте звіти."
1494
 
1495
- #: product_list.php:428
1496
  msgid ""
1497
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1498
  "and pages."
@@ -1500,7 +1615,7 @@ msgstr ""
1500
  "Додавайте кнопки Твіттера \"Читати\", \"Твітнути\", \"Хештеґ\" і \"Згадати\" "
1501
  "до постів і сторінок WordPress."
1502
 
1503
- #: product_list.php:438
1504
  msgid ""
1505
  "Automatically check and update WordPress website core with all installed "
1506
  "plugins and themes to the latest versions."
@@ -1508,7 +1623,7 @@ msgstr ""
1508
  "Виконуйте автоматичну перевірку і оновлення ядра WordPress до останніх "
1509
  "версій з усіма встановленими плагінами та темами."
1510
 
1511
- #: product_list.php:448
1512
  msgid ""
1513
  "Powerful user role management plugin for WordPress website. Create, edit, "
1514
  "copy, and delete user roles."
@@ -1516,7 +1631,7 @@ msgstr ""
1516
  "Ефективний плагін управління ролями користувачів для сайту WordPress. "
1517
  "Створюйте, редагуйте, копіюйте і видаляйте ролі користувачів."
1518
 
1519
- #: product_list.php:458
1520
  msgid ""
1521
  "Display live count of online visitors who are currently browsing your "
1522
  "WordPress website."
@@ -1524,7 +1639,7 @@ msgstr ""
1524
  "Ведіть підрахунок кількості відвідувачів, які в даний час переглядають ваш "
1525
  "сайт WordPress."
1526
 
1527
- #: product_list.php:468
1528
  msgid ""
1529
  "Backup and export Zendesk Help Center content automatically to your "
1530
  "WordPress website database."
@@ -1532,6 +1647,59 @@ msgstr ""
1532
  "Робіть автоматичне резервне копіювання і експорт вмісту Zendesk Help Center "
1533
  "в базу даних вашого сайту WordPress."
1534
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1535
  #~ msgid ""
1536
  #~ "Add related posts to WordPress website posts or widgets. Link your "
1537
  #~ "readers to relevant content."
@@ -1557,9 +1725,6 @@ msgstr ""
1557
  #~ msgid "Utilities"
1558
  #~ msgstr "Утиліти"
1559
 
1560
- #~ msgid "Other"
1561
- #~ msgstr "Інше"
1562
-
1563
  #~ msgid ""
1564
  #~ "Manage database and file system right from your WordPress admin dashboard."
1565
  #~ msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-11 16:45+0300\n"
6
+ "PO-Revision-Date: 2017-09-11 16:45+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
+ "Language: uk\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
18
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: bws_functions.php:73 bws_functions.php:191
22
  msgid "requires"
23
  msgstr "потребує"
24
 
25
+ #: bws_functions.php:75
26
  msgid ""
27
  "or higher, that is why it has been deactivated! Please upgrade WordPress and "
28
  "try again."
30
  "чи вище, тому його було деактивовано! Будь ласка оновіть WordPress та "
31
  "спробуйте ще раз."
32
 
33
+ #: bws_functions.php:76
34
  msgid "Back to the WordPress"
35
  msgstr "Повернутися на WordPress на"
36
 
37
+ #: bws_functions.php:78
38
  msgid "Plugins page"
39
  msgstr "Сторінку Плагінів"
40
 
41
+ #: bws_functions.php:92
42
  msgid "Like the plugin?"
43
  msgstr "Сподобався плагін?"
44
 
45
  #: bws_functions.php:93
46
+ #, php-format
47
+ msgid "%s reviews"
48
+ msgstr "%s відгуки"
49
+
50
+ #: bws_functions.php:94
51
  msgid "Rate it"
52
  msgstr "Оцінити"
53
 
54
+ #: bws_functions.php:103
55
  msgid "Need help?"
56
  msgstr "Потрібна допомога?"
57
 
58
+ #: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
59
  msgid "Visit Help Center"
60
  msgstr "Перейти до Help Center"
61
 
62
+ #: bws_functions.php:107
63
  msgid "Want to support the plugin?"
64
  msgstr "Хочете підтримати плагін?"
65
 
66
+ #: bws_functions.php:108 bws_menu.php:560
67
  msgid "Donate"
68
  msgstr "Пожертвувати"
69
 
70
+ #: bws_functions.php:128
71
  msgid "WARNING: Illegal use notification"
72
  msgstr "УВАГА: виявлено несанкціоноване використання плагіну"
73
 
74
+ #: bws_functions.php:128
75
  msgid ""
76
  "You can use one license of the Pro plugin for one domain only. Please check "
77
+ "and edit your license or domain if necessary using your personal Client "
78
+ "Area. We strongly recommend you to solve the problem within 24 hours, "
79
+ "otherwise the Pro plugin will be deactivated."
80
  msgstr ""
81
  "Ви можете використовувати одну ліцензію Про-плагіну для одного домену. Будь "
82
  "ласка, переконайтесь, що інформацію щодо ліцензії і домену введено вірно, у "
83
  "вкладці Client Area. Ми настійливо рекомендуємо Вам вирішити це питання "
84
  "протягом 24 годин, інакше плагін буде деактивовано."
85
 
86
+ #: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
87
+ #: class-bws-settings.php:144
88
  msgid "Learn More"
89
  msgstr "Дізнатись більше"
90
 
91
+ #: bws_functions.php:145
92
  msgid ""
93
  "Notice: Your Pro Trial license has expired. To continue using the plugin, "
94
  "you should buy a Pro license"
96
  "Увага: Термін дії Pro Trial версії плагіну скінчився. Щоб продовжити "
97
  "користуватись плагіном, будь ласка, придбайте Pro ліцензію"
98
 
99
+ #: bws_functions.php:147
100
  msgid ""
101
  "Your license has expired. To continue getting top-priority support and "
102
  "plugin updates, you should extend it."
104
  "Строк вашої ліцензії витік. Якщо ви хочете отримувати першочергову технічну "
105
  "підтримку та оновлювати плагін у майбутньому, вам слід подовжити ліцензію."
106
 
107
+ #: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
108
  msgid "Learn more"
109
  msgstr "Дізнатись більше"
110
 
111
+ #: bws_functions.php:165
112
  #, php-format
113
  msgid "Notice: You are using the Pro Trial license of %s plugin."
114
  msgstr "Увага: Ви використовуєте тріал Pro версію плагіну %s."
115
 
116
+ #: bws_functions.php:167
117
  msgid "Notice: You are using the Pro Trial license of plugin."
118
  msgstr "Увага: Ви використовуєте тріал Pro версію плагіну."
119
 
120
+ #: bws_functions.php:170
121
  msgid "The Pro Trial license will expire on"
122
  msgstr "Trial період Pro версії плагіну закінчується"
123
 
124
+ #: bws_functions.php:193
125
  msgid ""
126
  "or higher! We do not guarantee that our plugin will work correctly. Please "
127
  "upgrade to WordPress latest version."
129
  "чи вище! Ми не гарантуємо, що наш плагін буде працювати правильно. Будь "
130
  "ласка, оновіть WordPress до останньої версії."
131
 
132
+ #: bws_functions.php:208
133
  #, php-format
134
  msgid "Thank you for installing %s plugin!"
135
  msgstr "Дякуємо, що встановили %s плагін!"
136
 
137
+ #: bws_functions.php:210
138
  msgid "Let's get started"
139
  msgstr "Розпочнемо"
140
 
141
+ #: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
142
+ #: bws_menu.php:566
143
  msgid "Settings"
144
  msgstr "Налаштування"
145
 
146
+ #: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
147
+ #: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
148
  msgid "or"
149
  msgstr "або"
150
 
151
+ #: bws_functions.php:214 bws_functions.php:246
152
  msgid "Add New"
153
  msgstr "Додати"
154
 
155
+ #: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
156
+ #: bws_functions.php:385 bws_functions.php:487
157
  msgid "Close notice"
158
  msgstr "Закрити"
159
 
160
+ #: bws_functions.php:233
161
  msgid "Thank you for installing plugins by BestWebSoft!"
162
  msgstr "Дякуємо, що встановили плагіни від BestWebSoft!"
163
 
164
+ #: bws_functions.php:235
165
  msgid "More Details"
166
  msgstr "Деталі"
167
 
168
+ #: bws_functions.php:236
169
  msgid "Less Details"
170
  msgstr "Сховати Деталі"
171
 
172
+ #: bws_functions.php:264
173
  msgid "Deprecated function(-s) is used on the site here:"
174
  msgstr "Застарілі функціі використовується на сайті тут:"
175
 
176
+ #: bws_functions.php:278
177
  msgid ""
178
  "This function(-s) will be removed over time. Please update the product(-s)."
179
  msgstr ""
180
  "Ці функції буде видалено через деякий час. Будь ласка, поновіть продукт."
181
 
182
+ #: bws_functions.php:337
183
  msgid "It’s time to upgrade your"
184
  msgstr "Настав час модернізувати Ваш"
185
 
186
+ #: bws_functions.php:337
187
  msgid "to"
188
  msgstr "до"
189
 
190
+ #: bws_functions.php:337
191
  msgid "version!"
192
  msgstr "версії!"
193
 
194
+ #: bws_functions.php:338
195
  msgid "Extend standard plugin functionality with new great options."
196
  msgstr "Розширює можливості стандартного функціоналу плагіна."
197
 
198
+ #: bws_functions.php:389
199
  #, php-format
200
  msgid ""
201
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
204
  "Ваш ліцензійний ключ для %s витікає %s та ви більше не будете отримувати "
205
  "першочергову технічну підтримку та оновлення."
206
 
207
+ #: bws_functions.php:482
208
  #, php-format
209
  msgid "Thank you for choosing %s plugin!"
210
  msgstr "Дякую за вибір плагіна %s!"
211
 
212
+ #: bws_functions.php:483
213
  msgid ""
214
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
215
  "we'd love to hear about it!"
218
  "функціоналу плагіна, будь ласка, надсилайте їх нам! Ми завжди відкриті для "
219
  "нових ідей!"
220
 
221
+ #: bws_functions.php:484
222
  msgid "Suggest a Feature"
223
  msgstr "Запропонувати функціонал"
224
 
225
+ #: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
226
+ #: class-bws-settings.php:595 class-bws-settings.php:598
227
  msgid "Notice"
228
  msgstr "Зауважте"
229
 
230
+ #: bws_functions.php:500
231
  msgid "The plugin's settings have been changed."
232
  msgstr "Налаштування плагіну змінено."
233
 
234
+ #: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
235
+ #: deprecated.php:642
236
  msgid "Save Changes"
237
  msgstr "Зберегти зміни"
238
 
239
+ #: bws_functions.php:515
240
  msgid ""
241
  "You can always look at premium options by checking the \"Pro Options\" in "
242
  "the \"Misc\" tab."
244
  "Ви завжди можете подивитися на преміум опції, натиснувши на кнопку \"Pro "
245
  "опції\" на вкладці \"Різне\"."
246
 
247
+ #: bws_functions.php:653
248
  msgid "Add BWS Shortcode"
249
  msgstr "Додати BWS шорткод"
250
 
251
+ #: bws_functions.php:654
252
  msgid "Add BWS Plugins Shortcode"
253
  msgstr "Додати шорткод BWS плагіну"
254
 
255
+ #: bws_functions.php:673
256
  msgid "Add shortcode"
257
  msgstr "Додати шорткод"
258
 
259
+ #: bws_functions.php:673
260
  msgid "Add BestWebSoft plugins' shortcodes using this button."
261
  msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
262
 
263
+ #: bws_functions.php:729
264
  msgid "Close"
265
  msgstr "Закрити"
266
 
267
+ #: bws_functions.php:821
268
  msgid "Are you sure you want to restore default settings?"
269
  msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
270
 
271
+ #: bws_functions.php:824
272
  msgid "Yes, restore all settings"
273
  msgstr "Так, скинути налаштування"
274
 
275
+ #: bws_functions.php:825
276
  msgid "No, go back to the settings page"
277
  msgstr "Ні, повернутись назад на сторінку налаштувань"
278
 
279
+ #: bws_functions.php:867
280
  msgid "Plugin"
281
  msgstr "Плагін"
282
 
283
+ #: bws_functions.php:876
284
  msgid "Shortcode settings"
285
  msgstr "Налаштування шорткоду"
286
 
287
+ #: bws_functions.php:881
288
  msgid "The shortcode will be inserted"
289
  msgstr "Буде вставлено шорткод"
290
 
291
+ #: bws_functions.php:922
 
 
 
 
292
  msgid "FAQ"
293
  msgstr "FAQ"
294
 
295
+ #: bws_functions.php:928
296
  msgid "For more information:"
297
  msgstr "Для отримання додаткової інформації:"
298
 
299
+ #: bws_functions.php:929
300
  msgid "Documentation"
301
  msgstr "Документація"
302
 
303
+ #: bws_functions.php:930
304
  msgid "Video Instructions"
305
  msgstr "Відео інструкції"
306
 
307
+ #: bws_functions.php:931
308
  msgid "Submit a Request"
309
  msgstr "Надіслати запит"
310
 
311
+ #: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
312
  msgid "Wrong license key"
313
  msgstr "Невірний ключ ліцензії"
314
 
315
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
316
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
317
+ #: deprecated.php:353
318
  msgid ""
319
  "Something went wrong. Please try again later. If the error appears again, "
320
  "please contact us"
322
  "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
323
  "повідомте нам"
324
 
325
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
326
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
327
+ #: deprecated.php:353
328
  msgid "We are sorry for inconvenience."
329
  msgstr "Просимо вибачення за незручності."
330
 
331
+ #: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
332
+ #: deprecated.php:139 deprecated.php:359
333
  msgid "Wrong license key."
334
  msgstr "Неправильний ліцензійний ключ."
335
 
344
  msgid "Log in"
345
  msgstr "Увійти"
346
 
347
+ #: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
348
  msgid "Unfortunately, you have exceeded the number of available tries per day."
349
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
350
 
351
+ #: bws_menu.php:134 deprecated.php:365
352
  #, php-format
353
  msgid ""
354
  "Unfortunately, Your license has expired. To continue getting top-priority "
357
  "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
358
  "першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію на %s"
359
 
360
+ #: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
361
  msgid ""
362
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
363
  "Trial license can be installed only once."
365
  "На жаль, Pro ліцензія уже використовувалась на цьому домені. Тріал Pro "
366
  "версії плагіну можна використати лише один раз."
367
 
368
+ #: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
369
  msgid "The license key is valid."
370
  msgstr "Ліцензійний ключ дійсний."
371
 
372
+ #: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
373
  msgid "Your license will expire on"
374
  msgstr "Ваша ліцензія закінчується"
375
 
376
  #: bws_menu.php:146
377
+ msgid "Congratulations! Pro Membership license is activated successfully."
378
  msgstr "Вітаємо! Pro Membership ліцензія успішно активована."
379
 
380
+ #: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
381
  msgid ""
382
  "Something went wrong. Try again later or upload the plugin manually. We are "
383
  "sorry for inconvenience."
531
  msgid "Please enter a valid email address."
532
  msgstr "Будь ласка, введіть коректний емейл."
533
 
534
+ #: bws_menu.php:262
535
+ #, php-format
536
+ msgid "Email with system info is sent to %s."
537
+ msgstr "Емейл з системною інформацією надіслано на %s."
538
 
539
+ #: bws_menu.php:266
540
  msgid "Thank you for contacting us."
541
  msgstr "Дякуємо, що звернулись до нас."
542
 
543
+ #: bws_menu.php:289
544
  msgid "Sorry, email message could not be delivered."
545
  msgstr "Вибачте, ваше емейл не може бути доставлено"
546
 
547
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
548
  msgid "Plugins"
549
  msgstr "Плагіни"
550
 
551
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
552
  msgid "Themes"
553
  msgstr "Теми"
554
 
555
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
556
  msgid "System status"
557
  msgstr "Системна інформація"
558
 
559
+ #: bws_menu.php:315
560
  msgid "Support"
561
  msgstr "Підтримка"
562
 
563
+ #: bws_menu.php:316
564
  msgid "Manage purchased licenses & subscriptions"
565
  msgstr "Управління придбаними ліцензіями і підписками"
566
 
567
+ #: bws_menu.php:324
568
  #, php-format
569
  msgid "Get Access to %s+ Premium Plugins"
570
  msgstr "Отримати доступ до %s+ преміум плагинам"
571
 
572
+ #: bws_menu.php:326
573
  msgid "Subscribe to Pro Membership"
574
  msgstr "Підписатися на Pro Membership"
575
 
576
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
577
  #: deprecated.php:227
578
  msgid "Check license key"
579
  msgstr "Перевірте ліцензійний ключ"
580
 
581
+ #: bws_menu.php:337
582
  msgid "Enter your license key"
583
  msgstr "Ваш ліцензійний ключ"
584
 
585
+ #: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
586
+ #: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
587
+ #: deprecated.php:631 deprecated.php:703 deprecated.php:712
588
  msgid "Activate"
589
  msgstr "Активувати"
590
 
591
+ #: bws_menu.php:359
592
  msgid "Upload Plugin"
593
  msgstr "Завантажити плагін"
594
 
595
+ #: bws_menu.php:363
596
  #, php-format
597
  msgid ""
598
  "The plugin generated %d characters of <strong>unexpected output</strong> "
605
  "надіслані&#8221;, проблеми з каналами чи інші неполадки, спробуйте вимкнути "
606
  "чи видалити цей плагін."
607
 
608
+ #: bws_menu.php:365
609
  msgid ""
610
  "Plugin could not be activated because it triggered a <strong>fatal error</"
611
  "strong>."
613
  "Плагін не вдалося активувати, бо він спричинив <strong>критичну помилку</"
614
  "strong>."
615
 
616
+ #: bws_menu.php:368
617
  msgid "Plugin <strong>activated</strong>."
618
  msgstr "Плагін <strong>активовано</strong>."
619
 
620
+ #: bws_menu.php:375
621
  msgid "Installing Plugin"
622
  msgstr "Встановлення плагіну"
623
 
624
+ #: bws_menu.php:381
625
  msgid "Downloading install package from"
626
  msgstr "Завантаження встановлюючого пакунку з"
627
 
628
+ #: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
629
+ #: deprecated.php:410 deprecated.php:432
 
 
630
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
631
  msgstr ""
632
  "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
633
 
634
+ #: bws_menu.php:406
635
  msgid "Unpacking the package"
636
  msgstr "Розпакування пакета"
637
 
638
+ #: bws_menu.php:411 bws_menu.php:419
639
  msgid "Installing the plugin"
640
  msgstr "Встановлення плагіну"
641
 
642
+ #: bws_menu.php:415 deprecated.php:400
643
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
644
  msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
645
 
646
+ #: bws_menu.php:422 deprecated.php:406
647
  msgid ""
648
  "Your server does not support either ZipArchive or Phar. Please, upload the "
649
  "plugin manually"
651
  "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
652
  "вручну"
653
 
654
+ #: bws_menu.php:425
655
  #, php-format
656
  msgid "The plugin %s is successfully installed."
657
  msgstr "Плагін %s успішно встановлено."
658
 
659
+ #: bws_menu.php:432 deprecated.php:413
660
  msgid "UploadDir is not writable. Please, upload the plugin manually"
661
  msgstr ""
662
  "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
663
  "вручну"
664
 
665
+ #: bws_menu.php:437
666
  msgid "Activate Plugin"
667
  msgstr "Активувати плагін"
668
 
669
+ #: bws_menu.php:437 bws_menu.php:443
670
  msgid "Return to BestWebSoft Panel"
671
  msgstr "Назад до BestWebSoft Panel"
672
 
673
+ #: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
674
  msgid "All"
675
  msgstr "Всі"
676
 
677
+ #: bws_menu.php:454 bws_menu.php:637
678
  msgid "Installed"
679
  msgstr "Встановлені"
680
 
681
+ #: bws_menu.php:457
682
  msgid "Not Installed"
683
  msgstr "Не встановлені"
684
 
685
+ #: bws_menu.php:464
686
  msgid "Filter results"
687
  msgstr "Фільтр результатів"
688
 
689
+ #: bws_menu.php:467 bws_menu.php:596
690
  msgid "Category"
691
  msgstr "Категорія"
692
 
693
+ #: bws_menu.php:531
694
  msgid "Not installed"
695
  msgstr "Не встановлен"
696
 
697
+ #: bws_menu.php:535
698
  msgid "Renew to get updates"
699
  msgstr "Продовжити для поновлення"
700
 
701
+ #: bws_menu.php:538
702
  #, php-format
703
  msgid "Update to v %s"
704
  msgstr "Оновити до версії %s"
705
 
706
+ #: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
707
  msgid "Install Now"
708
  msgstr "Встановити"
709
 
710
+ #: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
711
  msgid "Upgrade to Pro"
712
  msgstr "Оновити до Pro"
713
 
714
+ #: bws_menu.php:570 bws_menu.php:579
715
  msgid "Activate this plugin"
716
  msgstr "Активувати плагін"
717
 
718
+ #: bws_menu.php:582
719
  msgid "Install this plugin"
720
  msgstr "Встановити плагін"
721
 
722
+ #: bws_menu.php:591
723
  msgid "Nothing found. Try another criteria."
724
  msgstr "Нічого не знайдено. Спробуйте інші критерії."
725
 
726
+ #: bws_menu.php:628
727
  #, php-format
728
  msgid "By %s"
729
  msgstr "За %s"
730
 
731
+ #: bws_menu.php:635
732
  msgid "Already Installed"
733
  msgstr "Уже встановлено %s"
734
 
735
+ #: bws_menu.php:645
736
+ msgid "Browse More WordPress Themes"
737
+ msgstr "Огляд WordPress тем"
738
 
739
+ #: bws_menu.php:654
740
  msgid "Send to support"
741
  msgstr "Відправити службі тех. підтримки"
742
 
743
+ #: bws_menu.php:661
744
  msgid "Send to custom email &#187;"
745
  msgstr "Відправити на електронну адресу &#187;"
746
 
747
+ #: class-bws-settings.php:136
748
  msgid "Information"
749
  msgstr "Інформація"
750
 
751
+ #: class-bws-settings.php:144
752
  msgid "Inactive"
753
  msgstr "Неактивна"
754
 
755
+ #: class-bws-settings.php:152
756
  msgid "Expired"
757
  msgstr "Закінчилась"
758
 
759
+ #: class-bws-settings.php:155
760
  #, php-format
761
  msgid "%s day(-s) left"
762
  msgstr "%s днів залишилося"
763
 
764
+ #: class-bws-settings.php:161
765
  #, php-format
766
  msgid "Expired on %s"
767
  msgstr "Витікає %s"
768
 
769
+ #: class-bws-settings.php:161
770
  msgid "Renew Now"
771
  msgstr "Відновити зараз"
772
 
773
+ #: class-bws-settings.php:163
774
  msgid "Active"
775
  msgstr "Активна"
776
 
777
+ #: class-bws-settings.php:168
778
  msgid "License"
779
  msgstr "Ліцензія"
780
 
781
+ #: class-bws-settings.php:171
782
  msgid "Status"
783
  msgstr "Статус"
784
 
785
+ #: class-bws-settings.php:175
786
  msgid "Version"
787
  msgstr "Версія"
788
 
789
+ #: class-bws-settings.php:285
790
  msgid "All plugin settings were restored."
791
  msgstr "Усі налаштування плагіну відновлені."
792
 
793
+ #: class-bws-settings.php:423
794
  msgid "Custom Code"
795
  msgstr "Користувацький код"
796
 
797
+ #: class-bws-settings.php:427 deprecated.php:498
798
  msgid "You do not have sufficient permissions to edit plugins for this site."
799
  msgstr "У вас недостатньо повноважень для редагування плагінів цього сайту."
800
 
801
+ #: class-bws-settings.php:432 deprecated.php:620
802
  msgid "These styles will be added to the header on all pages of your site."
803
  msgstr "Ці стилі будуть додані в заголовок на всіх сторінках вашого сайту."
804
 
805
+ #: class-bws-settings.php:435 deprecated.php:622
806
  #, php-format
807
  msgid ""
808
  "This PHP code will be hooked to the %s action and will be printed on front "
810
  msgstr ""
811
  "Цей PHP код буде прикріплений до %s action і буде додано лише у фронтенді."
812
 
813
+ #: class-bws-settings.php:438
814
  msgid "These code will be added to the header on all pages of your site."
815
  msgstr "Цей код буде додано в заголовок на всіх сторінках вашого сайту."
816
 
817
+ #: class-bws-settings.php:446 deprecated.php:646
818
  #, php-format
819
  msgid ""
820
  "You need to make this files writable before you can save your changes. See "
823
  "Вам потрібно зробити цей файл доступним для запису, перед тим як ви зможете "
824
  "зберегти свої зміни. Перегляньте %sКодекс%s для додаткової інформації."
825
 
826
+ #: class-bws-settings.php:456 deprecated.php:628
827
  msgid "Browsing"
828
  msgstr "Огляд"
829
 
830
+ #: class-bws-settings.php:461
831
  #, php-format
832
  msgid "Activate custom %s code."
833
  msgstr "Активувати користувацький %s код."
834
 
835
+ #: class-bws-settings.php:469 deprecated.php:635
836
  #, php-format
837
  msgid "Learn more about %s"
838
  msgstr "Дізнатись більше про %s"
839
 
840
+ #: class-bws-settings.php:531
841
  msgid "Miscellaneous Settings"
842
  msgstr "Інші налаштування"
843
 
844
+ #: class-bws-settings.php:540 class-bws-settings.php:595
845
  #, php-format
846
  msgid ""
847
  "It is prohibited to change %s settings on this site in the %s network "
850
  "Мережевими налаштуваннями %s забороняється змінювати налаштування %s на "
851
  "цьому сайті."
852
 
853
+ #: class-bws-settings.php:543 class-bws-settings.php:598
854
  #, php-format
855
  msgid ""
856
  "It is prohibited to view %s settings on this site in the %s network settings."
858
  "Мережевими налаштуваннями %s забороняється дивитися налаштування %s на цьому "
859
  "сайті."
860
 
861
+ #: class-bws-settings.php:552
862
  msgid "Pro Options"
863
  msgstr "Pro опції"
864
 
865
+ #: class-bws-settings.php:556
866
  msgid "Enable to display plugin Pro options."
867
  msgstr "Увімкніть для відображення Pro опцій плагіна."
868
 
869
+ #: class-bws-settings.php:562
870
  msgid "Track Usage"
871
  msgstr "Збирати статистику"
872
 
873
+ #: class-bws-settings.php:566
874
  msgid ""
875
  "Enable to allow tracking plugin usage anonymously in order to make it better."
876
  msgstr ""
877
  "Включити, щоб дозволити анонімно відстежувати використання і зробити плагін "
878
  "краще."
879
 
880
+ #: class-bws-settings.php:571
881
  msgid "Default Settings"
882
  msgstr "Налаштування за замовчуванням"
883
 
884
+ #: class-bws-settings.php:573
885
  msgid "Restore Settings"
886
  msgstr "Відновлення налаштувань"
887
 
888
+ #: class-bws-settings.php:574
889
  msgid "This will restore plugin settings to defaults."
890
  msgstr "Відновити всі налаштування плагіна до налаштувань за замовчуванням."
891
 
892
+ #: class-bws-settings.php:586
893
  msgid "Import / Export"
894
  msgstr "Імпорт / Експорт"
895
 
896
+ #: class-bws-settings.php:702 class-bws-settings.php:735
897
+ #: class-bws-settings.php:757
898
  msgid "License Key"
899
  msgstr "Ключ ліцензії"
900
 
901
+ #: class-bws-settings.php:725
902
  msgid "Congratulations! Pro license is activated successfully."
903
  msgstr "Вітаємо! Pro ліцензія успішно активована."
904
 
905
+ #: class-bws-settings.php:726
906
  #, php-format
907
  msgid "You will be automatically redirected to the %s in %s seconds."
908
  msgstr "Вас буде автоматично перенаправлено на %s через %s секунд."
909
 
910
+ #: class-bws-settings.php:726
911
  msgid "Settings page"
912
  msgstr "сторінку налаштувань"
913
 
914
+ #: class-bws-settings.php:741
915
  #, php-format
916
  msgid "Enter your license key to activate %s and get premium plugin features."
917
  msgstr ""
918
  "Введіть ліцензійний ключ для активації %s і отримання додаткових можливостей "
919
  "плагіна."
920
 
921
+ #: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
922
+ #: deprecated.php:706
923
  msgid ""
924
  "Unfortunately, you have exceeded the number of available tries per day. "
925
  "Please, upload the plugin manually."
927
  "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
928
  "завантажте плагін вручну"
929
 
930
+ #: class-bws-settings.php:747 deprecated.php:697
931
  #, php-format
932
  msgid "Start Your Free %s-Day Trial Now"
933
  msgstr "Спробуйте %s-денну Trial версію безкоштовно"
934
 
935
+ #: class-bws-settings.php:762
936
  msgid ""
937
  "If necessary, you can check if the license key is correct or reenter it in "
938
  "the field below."
940
  "При необхідності ви можете перевірити правильність вашого ліцензійного ключа "
941
  "або знову ввести його у полі, що знаходиться нижче."
942
 
943
+ #: class-bws-settings.php:767
944
  msgid "Manage License Settings"
945
  msgstr "Управління налаштуваннями ліцензій"
946
 
947
+ #: class-bws-settings.php:769
948
  msgid "Login to Client Area"
949
  msgstr "Зайти в Client Area"
950
 
951
+ #: class-bws-settings.php:771
952
  msgid ""
953
  "Manage active licenses, download BWS products, and view your payment history "
954
  "using BestWebSoft Client Area."
956
  "Керуй активними ліцензіями, завантажуй BWS продукти, а також переглядай "
957
  "історію платежів за допомогою BestWebSoft Client Area."
958
 
959
+ #: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
960
+ #: deprecated.php:361
961
  msgid "This license key is bound to another site."
962
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
963
 
964
+ #: class-bws-settings.php:828 deprecated.php:143
965
  msgid ""
966
  "This license key is valid, but Your license has expired. If you want to "
967
  "update our plugin in future, you should extend the license."
969
  "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
970
  "хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
971
 
972
+ #: class-bws-settings.php:830 deprecated.php:145
973
  msgid "Unfortunately, you have exceeded the number of available tries."
974
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
975
 
976
+ #: class-bws-settings.php:832 deprecated.php:147
977
  msgid ""
978
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
979
  "The Pro Trial license can be installed only once."
981
  "На жаль, Trial Pro версія плагіну уже встановлювалась на цей домен. Trial "
982
  "Pro версію можна встановлювати лише один раз."
983
 
984
+ #: class-bws-settings.php:837 deprecated.php:151
985
  msgid "The Pro Trial license key is valid."
986
  msgstr "Ключ тріал Pro версії вірний."
987
 
988
+ #: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
989
  #, php-format
990
  msgid ""
991
  "In order to continue using the plugin it is necessary to buy a %s license."
992
  msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
993
 
994
+ #: class-bws-settings.php:933
995
+ #, php-format
996
+ msgid ""
997
+ "Unfortunately, Your license has expired. To continue getting top-priority "
998
+ "support and plugin updates, you should extend it in your %s."
999
+ msgstr ""
1000
+ "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
1001
+ "першочергову тех.підтримку і оновлення, будь ласка, продовжте ліцензію у %s."
1002
+
1003
+ #: class-bws-settings.php:959 class-bws-settings.php:981
1004
+ #: class-bws-settings.php:1003
1005
+ msgid "Failed to download the zip archive. Please, upload the plugin manually."
1006
+ msgstr ""
1007
+ "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну."
1008
+
1009
+ #: class-bws-settings.php:971
1010
+ msgid "Failed to open the zip archive. Please, upload the plugin manually."
1011
+ msgstr ""
1012
+ "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну."
1013
+
1014
+ #: class-bws-settings.php:977
1015
+ msgid ""
1016
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
1017
+ "plugin manually."
1018
+ msgstr ""
1019
+ "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
1020
+ "вручну."
1021
+
1022
+ #: class-bws-settings.php:984
1023
+ msgid "UploadDir is not writable. Please, upload the plugin manually."
1024
+ msgstr ""
1025
+ "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
1026
+ "вручну."
1027
+
1028
+ #: class-bws-settings.php:1042 deprecated.php:464
1029
  msgid "Please, enter Your license key"
1030
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
1031
 
1032
+ #: class-bws-settings.php:1054
1033
  msgid "Need Help?"
1034
  msgstr "Потрібна допомога?"
1035
 
1036
+ #: class-bws-settings.php:1056
1037
  msgid "Read the Instruction"
1038
  msgstr "Читати інструкцію"
1039
 
1040
+ #: class-bws-settings.php:1060
1041
  msgid "Watch the Video"
1042
  msgstr "Дивитися відео"
1043
 
1044
+ #: class-bws-settings.php:1071
1045
  msgid "Start Your Free Trial"
1046
  msgstr "Використовувати безкоштовну Trial версію"
1047
 
1048
+ #: deactivation-form.php:27
1049
+ msgid "Need help? We are ready to answer your questions."
1050
+ msgstr "Потрібна допомога? Ми готові відповісти на ваші питання."
1051
+
1052
+ #: deactivation-form.php:27
1053
+ msgid "Contact Support"
1054
+ msgstr "Зв'язатися з тех. підтримкою"
1055
+
1056
+ #: deactivation-form.php:32
1057
+ msgid "The plugin is not working"
1058
+ msgstr "Плагін не працює"
1059
+
1060
+ #: deactivation-form.php:34
1061
+ msgid "Kindly share what didn't work so we can fix it in future updates..."
1062
+ msgstr ""
1063
+ "Будь ласка, повідомте, що не працює, щоб ми змогли виправити це в майбутніх "
1064
+ "оновленнях..."
1065
+
1066
+ #: deactivation-form.php:38
1067
+ msgid "The plugin didn't work as expected"
1068
+ msgstr "Плагін не працює, як очікувалося"
1069
+
1070
+ #: deactivation-form.php:40
1071
+ msgid "What did you expect?"
1072
+ msgstr "Що саме ви очікували?"
1073
+
1074
+ #: deactivation-form.php:44
1075
+ msgid "The plugin suddenly stopped working"
1076
+ msgstr "Плагін раптово перестав працювати"
1077
+
1078
+ #: deactivation-form.php:51
1079
+ msgid "The plugin broke my site"
1080
+ msgstr "Плагін зламав мій сайт"
1081
+
1082
+ #: deactivation-form.php:58
1083
+ msgid "I couldn't understand how to get it work"
1084
+ msgstr "Я не можу зрозуміти, як змусити його працювати"
1085
+
1086
+ #: deactivation-form.php:65
1087
+ msgid "I found a better plugin"
1088
+ msgstr "Я знайшов кращий плагін"
1089
+
1090
+ #: deactivation-form.php:67
1091
+ msgid "What's the plugin name?"
1092
+ msgstr "Яка назва плагіна?"
1093
+
1094
+ #: deactivation-form.php:71
1095
+ msgid "The plugin is great, but I need specific feature that you don't support"
1096
+ msgstr "Плагін чудовий, але мені потрібен певний функціонал, якого у вас немає"
1097
+
1098
+ #: deactivation-form.php:73
1099
+ msgid "What feature?"
1100
+ msgstr "Який функціонал?"
1101
+
1102
+ #: deactivation-form.php:77
1103
+ msgid "I no longer need the plugin"
1104
+ msgstr "Плагін мені більше не потрібен"
1105
+
1106
+ #: deactivation-form.php:83
1107
+ msgid "It's a temporary deactivation, I'm just debugging an issue"
1108
+ msgstr "Це тимчасова деактивація, я просто відлагоджую проблему"
1109
+
1110
+ #: deactivation-form.php:89
1111
+ msgid "Other"
1112
+ msgstr "Інше"
1113
+
1114
+ #: deactivation-form.php:123
1115
+ msgid "Quick Feedback"
1116
+ msgstr "Швидкий відгук"
1117
+
1118
+ #: deactivation-form.php:124
1119
+ msgid "If you have a moment, please let us know why you are deactivating"
1120
+ msgstr ""
1121
+ "Якщо у вас є час, будь ласка, повідомте нам, чому ви деактивуете плагін"
1122
+
1123
+ #: deactivation-form.php:127
1124
+ msgid "Send website data and allow to contact me back"
1125
+ msgstr "Надіслати дані сайту і дозволити зв'язатися зі мною"
1126
+
1127
+ #: deactivation-form.php:132
1128
+ msgid "Cancel"
1129
+ msgstr "Відміна"
1130
+
1131
+ #: deactivation-form.php:233
1132
+ msgid "Processing"
1133
+ msgstr "Обробка"
1134
+
1135
+ #: deactivation-form.php:262
1136
+ msgid "Submit & Deactivate"
1137
+ msgstr "Надіслати і деактивувати"
1138
+
1139
+ #: deactivation-form.php:277
1140
+ msgid "Please tell us the reason so we can improve it."
1141
+ msgstr "Будь ласка, повідомте нам причину, щоб ми могли покращити плагін."
1142
+
1143
+ #: deactivation-form.php:345
1144
+ msgid "Deactivate"
1145
+ msgstr "Деактивувати"
1146
+
1147
  #: deprecated.php:93
1148
  msgid "System Status"
1149
  msgstr "Системна інформація"
1171
  "(ваше ім'я користувача - це емейл, який ви вказували при купівлі). При "
1172
  "необхідності, будь ласка, відправте запит на відновлення вашого паролю."
1173
 
1174
+ #: deprecated.php:246
1175
  msgid "After that, you can activate it by entering your license key."
1176
  msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
1177
 
1178
+ #: deprecated.php:249 deprecated.php:691
1179
  msgid "License key can be found in the"
1180
  msgstr "Ліцензійний ключ можна знайти в"
1181
 
1182
+ #: deprecated.php:251 deprecated.php:693
1183
  msgid "(your username is the email address specified during the purchase)."
1184
  msgstr "(ваше ім'я користувача - це емейл, який ви вказували при купівлі)"
1185
 
1186
+ #: deprecated.php:279
1187
  msgid ""
1188
  "Congratulations! The Pro license of the plugin is activated successfully."
1189
  msgstr "Вітаємо! Pro версію плагіну успішно активовано."
1190
 
1191
+ #: deprecated.php:281 deprecated.php:672
1192
  msgid "Please, go to"
1193
  msgstr "Будь ласка, перейдіть на"
1194
 
1195
+ #: deprecated.php:281 deprecated.php:672
1196
  msgid "the setting page"
1197
  msgstr "сторінку установок"
1198
 
1199
+ #: deprecated.php:282 deprecated.php:673
1200
  msgid "You will be redirected automatically in 5 seconds."
1201
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
1202
 
1203
+ #: deprecated.php:316
1204
  msgid "Check premium options on the plugin settings page!"
1205
  msgstr "Подивіться преміум опції на сторінці налаштувань плагіна!"
1206
 
1207
+ #: deprecated.php:479
1208
  msgid "Restore all plugin settings to defaults"
1209
  msgstr "Скинути налаштування плагіну до стандартних"
1210
 
1211
+ #: deprecated.php:481
1212
  msgid "Restore settings"
1213
  msgstr "Скинути налаштування"
1214
 
1215
+ #: deprecated.php:550 deprecated.php:577
1216
  #, php-format
1217
  msgid "File %s edited successfully."
1218
  msgstr "Файл %s успішно відредаговано."
1219
 
1220
+ #: deprecated.php:552 deprecated.php:579
1221
  msgid "Not enough permissions to create or update the file"
1222
  msgstr "У Вас недостатньо дозволів для створення або поновлення файлу"
1223
 
1224
+ #: deprecated.php:582
1225
  msgid "Not enough permissions to create the file"
1226
  msgstr "У Вас недостатньо дозволів для створення файлу"
1227
 
1228
+ #: deprecated.php:626
1229
  msgid "Editing"
1230
  msgstr "Редагування"
1231
 
1232
+ #: deprecated.php:670
1233
  msgid ""
1234
  "Congratulations! Pro version of the plugin is installed and activated "
1235
  "successfully."
1236
  msgstr "Вітаємо! Pro версію плагіну успішно завантажено та активовано."
1237
 
1238
+ #: deprecated.php:680
1239
  msgid "Show Pro features"
1240
  msgstr "Показати Pro опції"
1241
 
1242
+ #: deprecated.php:687
1243
  msgid "Enter your license key to install and activate"
1244
  msgstr "Введіть ліцензійний ключ для установки і активації"
1245
 
1246
+ #: deprecated.php:689
1247
  msgid "version of the plugin."
1248
  msgstr "версія плагіна."
1249
 
1284
  msgstr "СММ"
1285
 
1286
  #: product_list.php:22
1287
+ msgid "Best secure captcha plugin to protect your WordPress forms."
1288
+ msgstr "Кращий плагін капчі, який захистить форми вашого WordPress сайту."
 
 
 
1289
 
1290
  #: product_list.php:32
1291
  msgid "Create your personal car rental/booking and reservation website."
1334
 
1335
  #: product_list.php:103
1336
  msgid ""
 
 
 
 
 
 
 
 
1337
  "Get latest error log messages to diagnose website problems. Define and fix "
1338
  "issues faster."
1339
  msgstr ""
1340
  "Отримуйте останні повідомлення з журналу помилок для діагностики проблем "
1341
  "сайту. Швидше виявляйте і усувайте проблеми."
1342
 
1343
+ #: product_list.php:110
1344
  msgid ""
1345
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1346
  "widgets."
1348
  "Додавайте кнопки Facebook \"Підписатися\", \"Подобається\" та \"Поділитися\" "
1349
  "у пости, сторінки і віджети сайту WordPress."
1350
 
1351
+ #: product_list.php:120
1352
  msgid ""
1353
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1354
  "clicks."
1356
  "Додавайте мальовничі галереї, альбоми і зображення на ваш сайт WordPress "
1357
  "всього в декілька кліків."
1358
 
1359
+ #: product_list.php:130
 
 
 
 
 
 
 
 
1360
  msgid ""
1361
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1362
  "posts, pages and widgets."
1364
  "Додавайте кнопки Google \"+1\", \"Поділитися\", \"Підписатися\", \"Hangout\" "
1365
  "і значок профілю до постів, сторінок та віджетів WordPress."
1366
 
1367
+ #: product_list.php:140
1368
+ msgid ""
1369
+ "Stronger security solution which protects your WordPress website from hacks "
1370
+ "and unauthorized login attempts."
1371
+ msgstr ""
1372
+ "Найпотужніше рішення безпеки, яке захищає ваш сайт WordPress від зломів та "
1373
+ "неавторизованих спроб входу в систему."
1374
+
1375
+ #: product_list.php:150
1376
  msgid ""
1377
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1378
  "results, categories, tags, and widgets."
1380
  "Додавайте рекламу сервісу Adsense на сторінки, пости, користувацькі пости, "
1381
  "результати пошуку, категорії, теги і віджети сайту WordPress."
1382
 
1383
+ #: product_list.php:160
1384
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1385
  msgstr ""
1386
  "Додавайте код Google Analytics на ваш сайт WordPress та відстежуйте базову "
1387
  "статистику сайту."
1388
 
1389
+ #: product_list.php:170
1390
  msgid ""
1391
  "Protect WordPress website forms from spam entries with Google Captcha "
1392
  "(reCaptcha)."
1394
  "Захищайте форми вашого сайту WordPress від спаму за допомогою Google Captcha "
1395
  "(reCaptcha)."
1396
 
1397
+ #: product_list.php:180
1398
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1399
  msgstr ""
1400
  "Додавайте користувацькі карти Google у пости, сторінки та віджети WordPress."
1401
 
1402
+ #: product_list.php:190
1403
  msgid ""
1404
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1405
  "your blog."
1407
  "Створюйте та додавайте файли XML sitemap на ваш сайт WordPress. Допоможіть "
1408
  "пошуковим системам проіндексувати ваш блог."
1409
 
1410
+ #: product_list.php:200
1411
  msgid ""
1412
  "Replace external WordPress website links with Google shortlinks and track "
1413
  "click stats."
1415
  "Замініть зовнішні посилання сайту WordPress на короткі посилання Google і "
1416
  "відстежуйте статистику кліків."
1417
 
1418
+ #: product_list.php:207
1419
  msgid ""
1420
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1421
  "hostnames, etc."
1423
  "Захистіть свій сайт WordPress - надавайте та забороняйте доступ з певних IP-"
1424
  "адрес, імен хостів і т.д."
1425
 
1426
+ #: product_list.php:217
1427
  msgid ""
1428
  "Create your personal job board and listing WordPress website. Search jobs, "
1429
  "submit CV/resumes, choose candidates."
1430
  msgstr ""
1431
  "Створюйте свою власну дошку оголошень з переліком вакансій на базі "
1432
+ "WordPress. Здійснюйте пошук вакансій, подачу резюме/CV кандидата, вибір "
1433
+ "кандидатів."
1434
 
1435
+ #: product_list.php:224
1436
  msgid ""
1437
  "Protect WordPress website against brute force attacks. Limit rate of login "
1438
  "attempts."
1440
  "Захищайте свій сайт WordPress від брутфорс-атак. Обмежуйте кількість спроб "
1441
  "введення логіна."
1442
 
1443
+ #: product_list.php:234
1444
  msgid ""
1445
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1446
  "5 plugins included – profile, insider, etc."
1448
  "Додавайте кнопки LinkedIn \"Поділитися\" та \"Відстежувати\" до постів, "
1449
  "сторінок і віджетів WordPress. 5 плагінів включено - Профіль, Інсайдер і т.д."
1450
 
1451
+ #: product_list.php:244
1452
  msgid ""
1453
  "Translate WordPress website content to other languages manually. Create "
1454
  "multilingual pages, posts, widgets, menus, etc."
1456
  "Перекладайте вміст сайту WordPress іншими мовами вручну. Створюйте "
1457
  "багатомовні сторінки, пости, віджети, меню і т.д."
1458
 
1459
+ #: product_list.php:254
1460
  msgid ""
1461
  "Add customizable pagination to WordPress website. Split long content to "
1462
  "multiple pages for better navigation."
1464
  "Додавайте пагінацію з можливістю налаштування на ваш сайт WordPress. "
1465
  "Розбивайте об'ємний контент на декілька сторінок для кращої навігації."
1466
 
1467
+ #: product_list.php:264
1468
  msgid ""
1469
  "Generate PDF files and print WordPress posts/pages. Customize document "
1470
  "header/footer styles and appearance."
1472
  "Створюйте PDF-файли і друкуйте пости/сторінки сайту WordPress. Налаштовуйте "
1473
  "стилі хедера/футера документа і його зовнішній вигляд."
1474
 
1475
+ #: product_list.php:274
1476
  msgid ""
1477
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1478
  "Profile) to WordPress posts, pages and widgets."
1480
  "Додавайте кнопки Pinterest \"Підписатися\", \"Зберегти\" і віджети профілю "
1481
  "(Пін, Дошка, Профіль) до постів, сторінок і віджетів WordPress."
1482
 
1483
+ #: product_list.php:284
1484
  msgid ""
1485
  "Create your personal portfolio WordPress website. Manage and showcase past "
1486
  "projects to get more clients."
1488
  "Створюйте і додавайте портфоліо на свій сайт WordPress. Керуйте і "
1489
  "демонструйте минулі проекти, щоб залучити більше клієнтів."
1490
 
1491
+ #: product_list.php:294
1492
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1493
  msgstr ""
1494
  "З легкістю експортуйте пости WordPress в файли формату CSV. Налаштуйте "
1495
  "порядок відображення даних."
1496
 
1497
+ #: product_list.php:301
1498
  msgid ""
1499
  "Add extra fields to default WordPress user profile. The easiest way to "
1500
  "create and manage additional custom values."
1502
  "Додавайте користувацькі поля у стандартний профіль WordPress. Найпростіший "
1503
  "спосіб створення і управління додатковими полями."
1504
 
1505
+ #: product_list.php:308
1506
  msgid ""
1507
  "Add and display HTML advertisement banner on WordPress website. Customize "
1508
  "bar styles and appearance."
1510
  "Додавайте відображення банерної HTML реклами на сайті WordPress. Налаштуйте "
1511
  "стилі і зовнішній вигляд банеру."
1512
 
1513
+ #: product_list.php:318
1514
  msgid ""
1515
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1516
  "widgets."
1518
  "Додавайте редаговані цитати та підказки до постів, сторінок і віджетів "
1519
  "WordPress."
1520
 
1521
+ #: product_list.php:325
1522
  msgid ""
1523
  "Add rating plugin to your WordPress website to receive feedback from your "
1524
  "customers."
1526
  "Додавайте систему оцінювання і рейтингу на ваш сайт WordPress і отримуйте "
1527
  "відгуки від ваших клієнтів."
1528
 
1529
+ #: product_list.php:332
1530
  msgid ""
1531
  "Create your personal real estate WordPress website. Sell, rent and buy "
1532
  "properties. Add, search and browse listings easily."
1535
  "Продавайте, орендуйте і купуйте нерухомість. Легко додавайте, знаходьте і "
1536
  "переглядайте лістинги."
1537
 
1538
+ #: product_list.php:342
 
 
 
 
 
 
 
 
1539
  msgid ""
1540
  "Add related, featured, latest, and popular posts to your WordPress website. "
1541
  "Connect your blog readers with a relevant content."
1543
  "Додавайте схожі, обрані, останні та популярні пости на ваш сайт WordPress. "
1544
  "Надавайте своїм читачам контент схожої тематики."
1545
 
1546
+ #: product_list.php:349
1547
  msgid ""
1548
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1549
  "settings and detailed reports."
1551
  "Здійснюйте масову розсилку листів користувачам WordPress. Користувацькі "
1552
  "шаблони, додаткові налаштування і детальні звіти."
1553
 
1554
+ #: product_list.php:359
1555
  msgid ""
1556
  "The best responsive slider plugin for your WordPress website. Create "
1557
  "beautifully animated slides just in a few clicks."
1559
  "Найкращий адаптивний слайдер для вашого сайту WordPress. Створюйте красиво "
1560
  "анімовані слайди всього в декілька кліків."
1561
 
1562
+ #: product_list.php:366
1563
  msgid ""
1564
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1565
  "Yahoo, Hotmail and other services."
1566
  msgstr ""
1567
  "Налаштовуйте SMTP-сервер, щоб отримувати електронні повідомлення з сайту "
1568
+ "WordPress на такі поштові служби, як Gmail, Yahoo, Hotmail і багато інших."
1569
 
1570
+ #: product_list.php:373
1571
  msgid ""
1572
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1573
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1575
  "Додавайте кнопки і віджети соціальних мереж до постів, сторінок і віджетів "
1576
  "WordPress. FB, Twitter, G+1, Pinterest, LinkedIn."
1577
 
1578
+ #: product_list.php:383
1579
  msgid ""
1580
  "Add social media login, registration, and commenting to your WordPress "
1581
  "website."
1583
  "Додавайте на свій сайт WordPress можливість входу, реєстрації та "
1584
  "коментування з використанням існуючих акаунтів соціальних мереж."
1585
 
1586
+ #: product_list.php:390
1587
  msgid ""
1588
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1589
  "Collect data and subscribe your users."
1591
  "Додавайте форму підписки на розсилку новин у пости, сторінки і віджети "
1592
  "WordPress. Збирайте дані і здійснюйте підписку користувачів."
1593
 
1594
+ #: product_list.php:400
1595
  msgid ""
1596
  "Add testimonials and feedbacks from your customers to WordPress website "
1597
  "posts, pages, and widgets."
1599
  "Додавайте рекомендації та відгуки ваших клієнтів в пости, сторінки і віджети "
1600
  "сайту WordPress."
1601
 
1602
+ #: product_list.php:407
1603
  msgid ""
1604
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1605
  "attendance and generate reports."
1607
  "Кращий плагін обліку робочого часу на сайті WordPress. Відстежуйте час "
1608
  "роботи співробітників, оптимізуйте графік роботи в офісі і створюйте звіти."
1609
 
1610
+ #: product_list.php:417
1611
  msgid ""
1612
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1613
  "and pages."
1615
  "Додавайте кнопки Твіттера \"Читати\", \"Твітнути\", \"Хештеґ\" і \"Згадати\" "
1616
  "до постів і сторінок WordPress."
1617
 
1618
+ #: product_list.php:427
1619
  msgid ""
1620
  "Automatically check and update WordPress website core with all installed "
1621
  "plugins and themes to the latest versions."
1623
  "Виконуйте автоматичну перевірку і оновлення ядра WordPress до останніх "
1624
  "версій з усіма встановленими плагінами та темами."
1625
 
1626
+ #: product_list.php:437
1627
  msgid ""
1628
  "Powerful user role management plugin for WordPress website. Create, edit, "
1629
  "copy, and delete user roles."
1631
  "Ефективний плагін управління ролями користувачів для сайту WordPress. "
1632
  "Створюйте, редагуйте, копіюйте і видаляйте ролі користувачів."
1633
 
1634
+ #: product_list.php:447
1635
  msgid ""
1636
  "Display live count of online visitors who are currently browsing your "
1637
  "WordPress website."
1639
  "Ведіть підрахунок кількості відвідувачів, які в даний час переглядають ваш "
1640
  "сайт WordPress."
1641
 
1642
+ #: product_list.php:457
1643
  msgid ""
1644
  "Backup and export Zendesk Help Center content automatically to your "
1645
  "WordPress website database."
1647
  "Робіть автоматичне резервне копіювання і експорт вмісту Zendesk Help Center "
1648
  "в базу даних вашого сайту WordPress."
1649
 
1650
+ #~ msgid "Anonymous feedback"
1651
+ #~ msgstr "Анонімний відгук"
1652
+
1653
+ #~ msgid ""
1654
+ #~ "Protect WordPress website forms from spam entries by means of math logic."
1655
+ #~ msgstr ""
1656
+ #~ "Захищайте форми вашого сайту WordPress від зламування шляхом математичної "
1657
+ #~ "логіки."
1658
+
1659
+ #~ msgid "Congratulations! Pro Membership license is activated successfully."
1660
+ #~ msgstr "Вітаємо! Pro Membership ліцензія успішно активована."
1661
+
1662
+ #~ msgid "Email with system info is sent to"
1663
+ #~ msgstr "Емейл з системною інформацією надіслано на"
1664
+
1665
+ #~ msgid "Browse Free WordPress Themes"
1666
+ #~ msgstr "Огляд безкоштовних WordPress тем"
1667
+
1668
+ #~ msgid ""
1669
+ #~ "You can use one license of the Pro plugin for one domain only. Please "
1670
+ #~ "check and edit your license or domain if necessary using you personal "
1671
+ #~ "Client Area. We strongly recommend you to solve the problem within 24 "
1672
+ #~ "hours, otherwise the Pro plugin will be deactivated."
1673
+ #~ msgstr ""
1674
+ #~ "Ви можете використовувати одну ліцензію Про-плагіну для одного домену. "
1675
+ #~ "Будь ласка, переконайтесь, що інформацію щодо ліцензії і домену введено "
1676
+ #~ "вірно, у вкладці Client Area. Ми настійливо рекомендуємо Вам вирішити це "
1677
+ #~ "питання протягом 24 годин, інакше плагін буде деактивовано."
1678
+
1679
+ #~ msgid "Insert"
1680
+ #~ msgstr "Вставити"
1681
+
1682
+ #~ msgid ""
1683
+ #~ "Automatically add outgoing email messages to queue instead of sending "
1684
+ #~ "them immediately."
1685
+ #~ msgstr ""
1686
+ #~ "Автоматично формуйте чергу відправки вихідних електронних повідомлень. "
1687
+ #~ "Задавайте час і пріоритет розсилки."
1688
+
1689
+ #~ msgid ""
1690
+ #~ "Add unlimited gallery categories. Organize images to make the navigation "
1691
+ #~ "through content easier."
1692
+ #~ msgstr ""
1693
+ #~ "Додавайте необмежену кількість категорій галерей. Групуйте зображення, "
1694
+ #~ "щоб спростити навігацію контентом."
1695
+
1696
+ #~ msgid ""
1697
+ #~ "Attach, un-attach and re-attach media files quickly to WordPress posts "
1698
+ #~ "and pages."
1699
+ #~ msgstr ""
1700
+ #~ "Прикріплюйте, відкріплюйте і повторно прикріплюйте медіа файли до постів "
1701
+ #~ "і сторінок WordPress."
1702
+
1703
  #~ msgid ""
1704
  #~ "Add related posts to WordPress website posts or widgets. Link your "
1705
  #~ "readers to relevant content."
1725
  #~ msgid "Utilities"
1726
  #~ msgstr "Утиліти"
1727
 
 
 
 
1728
  #~ msgid ""
1729
  #~ "Manage database and file system right from your WordPress admin dashboard."
1730
  #~ msgstr ""
bws_menu/product_list.php CHANGED
@@ -7,19 +7,19 @@ $bws_plugins_category = array(
7
  'admin-tools' => array( 'name' => __( 'Admin Tools', 'bestwebsoft' ) ),
8
  'content' => array( 'name' => __( 'Content', 'bestwebsoft' ) ),
9
  'ecommerce' => array( 'name' => __( 'eCommerce', 'bestwebsoft' ) ),
10
- 'marketing' => array( 'name' => __( 'Marketing', 'bestwebsoft' ) ),
11
  'navigation' => array( 'name' => __( 'Navigation', 'bestwebsoft' ) ),
12
  'recommended' => array( 'name' => __( 'Recommended', 'bestwebsoft' ) ),
13
  'security' => array( 'name' => __( 'Security', 'bestwebsoft' ) ),
14
  'seo' => array( 'name' => __( 'SEO', 'bestwebsoft' ) ),
15
- 'smm' => array( 'name' => __( 'SMM', 'bestwebsoft' ) ),
16
  );
17
 
18
  $bws_plugins = array(
19
- 'captcha/captcha.php' => array(
20
  'category' => array( 'security', 'recommended' ),
21
  'name' => 'Captcha',
22
- 'description' => __( 'Protect WordPress website forms from spam entries by means of math logic.', 'bestwebsoft' ),
23
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
24
  'settings' => 'admin.php?page=captcha.php',
25
  'pro_version' => 'captcha-pro/captcha_pro.php',
@@ -97,13 +97,6 @@ $bws_plugins = array(
97
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
98
  'settings' => 'admin.php?page=donate.php'
99
  ),
100
- 'email-queue/email-queue.php' => array(
101
- 'category' => array( 'admin-tools' ),
102
- 'name' => 'Email Queue',
103
- 'description' => __( 'Automatically add outgoing email messages to queue instead of sending them immediately.', 'bestwebsoft' ),
104
- 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
105
- 'settings' => 'admin.php?page=mlq_settings'
106
- ),
107
  'error-log-viewer/error-log-viewer.php' => array(
108
  'category' => array( 'admin-tools' ),
109
  'name' => 'Error Log Viewer',
@@ -131,13 +124,6 @@ $bws_plugins = array(
131
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/gallery/buy/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
132
  'pro_settings' => 'admin.php?page=gallery-plugin-pro.php'
133
  ),
134
- 'gallery-categories/gallery-categories.php' => array(
135
- 'category' => array( 'content' ),
136
- 'name' => 'Gallery Categories',
137
- 'description' => __( 'Add unlimited gallery categories. Organize images to make the navigation through content easier.', 'bestwebsoft' ),
138
- 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/gallery-categories/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
139
- 'settings' => ''
140
- ),
141
  'google-one/google-plus-one.php' => array(
142
  'category' => array( 'smm' ),
143
  'name' => 'Google +1',
@@ -148,6 +134,16 @@ $bws_plugins = array(
148
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/google-plus-one/buy/?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
149
  'pro_settings' => 'admin.php?page=google-plus-one-pro.php'
150
  ),
 
 
 
 
 
 
 
 
 
 
151
  'adsense-plugin/adsense-plugin.php' => array(
152
  'category' => array( 'marketing' ),
153
  'name' => 'Google AdSense',
@@ -340,13 +336,6 @@ $bws_plugins = array(
340
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/realty/buy/?k=c7791f0a72acfb36f564a614dbccb474&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
341
  'pro_settings' => 'admin.php?page=realty_pro_settings'
342
  ),
343
- 're-attacher/re-attacher.php' => array(
344
- 'category' => array( 'admin-tools' ),
345
- 'name' => 'Re-attacher',
346
- 'description' => __( 'Attach, un-attach and re-attach media files quickly to WordPress posts and pages.', 'bestwebsoft' ),
347
- 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/re-attacher/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
348
- 'settings' => 'admin.php?page=re-attacher.php'
349
- ),
350
  'relevant/related-posts-plugin.php' => array(
351
  'category' => array( 'marketing', 'recommended' ),
352
  'name' => 'Relevant - Related, Featured, Latest, and Popular Posts',
7
  'admin-tools' => array( 'name' => __( 'Admin Tools', 'bestwebsoft' ) ),
8
  'content' => array( 'name' => __( 'Content', 'bestwebsoft' ) ),
9
  'ecommerce' => array( 'name' => __( 'eCommerce', 'bestwebsoft' ) ),
10
+ 'marketing' => array( 'name' => __( 'Marketing', 'bestwebsoft' ) ),
11
  'navigation' => array( 'name' => __( 'Navigation', 'bestwebsoft' ) ),
12
  'recommended' => array( 'name' => __( 'Recommended', 'bestwebsoft' ) ),
13
  'security' => array( 'name' => __( 'Security', 'bestwebsoft' ) ),
14
  'seo' => array( 'name' => __( 'SEO', 'bestwebsoft' ) ),
15
+ 'smm' => array( 'name' => __( 'SMM', 'bestwebsoft' ) ),
16
  );
17
 
18
  $bws_plugins = array(
19
+ 'captcha-bws/captcha-bws.php' => array(
20
  'category' => array( 'security', 'recommended' ),
21
  'name' => 'Captcha',
22
+ 'description' => __( 'Best secure captcha plugin to protect your WordPress forms.', 'bestwebsoft' ),
23
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
24
  'settings' => 'admin.php?page=captcha.php',
25
  'pro_version' => 'captcha-pro/captcha_pro.php',
97
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
98
  'settings' => 'admin.php?page=donate.php'
99
  ),
 
 
 
 
 
 
 
100
  'error-log-viewer/error-log-viewer.php' => array(
101
  'category' => array( 'admin-tools' ),
102
  'name' => 'Error Log Viewer',
124
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/gallery/buy/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
125
  'pro_settings' => 'admin.php?page=gallery-plugin-pro.php'
126
  ),
 
 
 
 
 
 
 
127
  'google-one/google-plus-one.php' => array(
128
  'category' => array( 'smm' ),
129
  'name' => 'Google +1',
134
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/google-plus-one/buy/?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
135
  'pro_settings' => 'admin.php?page=google-plus-one-pro.php'
136
  ),
137
+ 'bws-google-2-step-verification/bws-google-2-step-verification.php' => array(
138
+ 'category' => array( 'security' ),
139
+ 'name' => 'Google 2-Step Verification',
140
+ 'description' => __( 'Stronger security solution which protects your WordPress website from hacks and unauthorized login attempts.', 'bestwebsoft' ),
141
+ 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-2-step-verification/?k=78de1a525f968d56e39f7325908aa98e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
142
+ 'settings' => 'admin.php?page=google-2-step-verification.php',
143
+ 'pro_version' => 'bws-google-2-step-verification-pro/bws-google-2-step-verification-pro.php',
144
+ 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/google-2-step-verification/buy/?k=b5605ea9bb3628682cfa416e70e78410&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
145
+ 'pro_settings' => 'admin.php?page=google-2-step-verification-pro.php'
146
+ ),
147
  'adsense-plugin/adsense-plugin.php' => array(
148
  'category' => array( 'marketing' ),
149
  'name' => 'Google AdSense',
336
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/realty/buy/?k=c7791f0a72acfb36f564a614dbccb474&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
337
  'pro_settings' => 'admin.php?page=realty_pro_settings'
338
  ),
 
 
 
 
 
 
 
339
  'relevant/related-posts-plugin.php' => array(
340
  'category' => array( 'marketing', 'recommended' ),
341
  'name' => 'Relevant - Related, Featured, Latest, and Popular Posts',
contact_form.php CHANGED
@@ -6,7 +6,7 @@ Description: Simple contact form plugin any WordPress website must have.
6
  Author: BestWebSoft
7
  Text Domain: contact-form-plugin
8
  Domain Path: /languages
9
- Version: 4.0.7
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
@@ -57,8 +57,7 @@ if ( ! function_exists ( 'cntctfrm_init' ) ) {
57
  /* Function check if plugin is compatible with current WP version */
58
  bws_wp_min_version_check( plugin_basename( __FILE__ ), $cntctfrm_plugin_info, '3.9' );
59
 
60
- if ( ! is_admin() )
61
- cntctfrm_check_and_send();
62
  }
63
  }
64
 
@@ -141,6 +140,8 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
141
  add_option( 'cntctfrmmlt_options', $option_defaults );
142
  }
143
 
 
 
144
  $cntctfrmmlt_options = get_option( 'cntctfrmmlt_options' );
145
 
146
  if ( ! isset( $cntctfrmmlt_options['plugin_option_version'] ) || $cntctfrmmlt_options['plugin_option_version'] != $cntctfrm_plugin_info["Version"] ) {
@@ -164,8 +165,8 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
164
  }
165
 
166
  /* Get options from the database */
167
- if ( isset( $_SESSION['cntctfrmmlt_id_form'] ) || $form_id ) {
168
- $id = ( $form_id ) ? $form_id : $_SESSION['cntctfrmmlt_id_form'];
169
  if ( $cntctfrm_options = get_option( 'cntctfrmmlt_options_' . $id ) ) {
170
  /* */
171
  } else {
@@ -205,14 +206,15 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
205
  }
206
  }
207
  }
208
-
209
  $cntctfrm_options['plugin_option_version'] = $cntctfrm_plugin_info["Version"];
210
  /* show pro features */
211
  $cntctfrm_options['hide_premium_options'] = array();
212
 
213
  if ( $contact_form_multi_active ) {
214
- if ( isset( $_SESSION['cntctfrmmlt_id_form'] ) || $form_id ) {
215
- $id = ( $form_id ) ? $form_id : $_SESSION['cntctfrmmlt_id_form'];
 
216
  if ( get_option( 'cntctfrmmlt_options_' . $id ) ) {
217
  update_option( 'cntctfrmmlt_options_' . $id , $cntctfrm_options );
218
  } else {
@@ -224,6 +226,14 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
224
  } else {
225
  update_option( 'cntctfrm_options', $cntctfrm_options );
226
  }
 
 
 
 
 
 
 
 
227
  }
228
 
229
  /* Create db table of fields list */
@@ -231,8 +241,9 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
231
  cntctfrm_db_create();
232
  $cntctfrm_options['plugin_db_version'] = $db_version;
233
  if ( $contact_form_multi_active ) {
234
- if ( isset( $_SESSION['cntctfrmmlt_id_form'] ) || $form_id ) {
235
- $id = ( $form_id ) ? $form_id : $_SESSION['cntctfrmmlt_id_form'];
 
236
  if ( get_option( 'cntctfrmmlt_options_' . $id ) ) {
237
  update_option( 'cntctfrmmlt_options_' . $id , $cntctfrm_options );
238
  } else {
@@ -248,6 +259,18 @@ if ( ! function_exists( 'cntctfrm_settings' ) ) {
248
  }
249
  }
250
 
 
 
 
 
 
 
 
 
 
 
 
 
251
  /**
252
  * @return array Default plugin options
253
  * @since 4.0.2
@@ -265,69 +288,69 @@ if ( ! function_exists( 'cntctfrm_get_option_defaults' ) ) {
265
  $from_email = 'wordpress@' . $sitename;
266
 
267
  $option_defaults = array(
268
- 'plugin_option_version' => $cntctfrm_plugin_info["Version"],
269
- 'display_settings_notice' => 1,
270
- 'first_install' => strtotime( "now" ),
271
- 'suggest_feature_banner' => 1,
272
- 'user_email' => 'admin',
273
- 'custom_email' => get_option("admin_email"),
274
- 'select_email' => 'custom',
275
- 'from_email' => 'custom',
276
- 'custom_from_email' => $from_email,
277
- 'attachment' => 0,
278
- 'attachment_explanations' => 1,
279
- 'send_copy' => 0,
280
- 'from_field' => get_bloginfo( 'name' ),
281
- 'select_from_field' => 'custom',
282
- 'display_name_field' => 1,
283
- 'display_address_field' => 0,
284
- 'display_phone_field' => 0,
285
- 'required_name_field' => 1,
286
- 'required_address_field' => 0,
287
- 'required_email_field' => 1,
288
- 'required_phone_field' => 0,
289
- 'required_subject_field' => 1,
290
- 'required_message_field' => 1,
291
- 'required_symbol' => '*',
292
- 'display_add_info' => 1,
293
- 'display_sent_from' => 1,
294
- 'display_date_time' => 1,
295
- 'mail_method' => 'wp-mail',
296
- 'display_coming_from' => 1,
297
- 'display_user_agent' => 1,
298
- 'language' => array(),
299
- 'change_label' => 0,
300
- 'name_label' => array( 'default' => __( "Name", 'contact-form-plugin' ) . ':' ),
301
- 'address_label' => array( 'default' => __( "Address", 'contact-form-plugin' ) . ':' ),
302
- 'email_label' => array( 'default' => __( "Email Address", 'contact-form-plugin' ) . ':' ),
303
- 'phone_label' => array( 'default' => __( "Phone number", 'contact-form-plugin' ) . ':' ),
304
- 'subject_label' => array( 'default' => __( "Subject", 'contact-form-plugin' ) . ':' ),
305
- 'message_label' => array( 'default' => __( "Message", 'contact-form-plugin' ) . ':' ),
306
- 'attachment_label' => array( 'default' => __( "Attachment", 'contact-form-plugin' ) . ':' ),
307
- 'attachment_tooltip' => array( 'default' => __( "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.", 'contact-form-plugin' ) ),
308
- 'send_copy_label' => array( 'default' => __( "Send me a copy", 'contact-form-plugin' ) ),
309
- 'submit_label' => array( 'default' => __( "Submit", 'contact-form-plugin' ) ),
310
- 'name_error' => array( 'default' => __( "Your name is required.", 'contact-form-plugin' ) ),
311
- 'address_error' => array( 'default' => __( "Address is required.", 'contact-form-plugin' ) ),
312
- 'email_error' => array( 'default' => __( "A valid email address is required.", 'contact-form-plugin' ) ),
313
- 'phone_error' => array( 'default' => __( "Phone number is required.", 'contact-form-plugin' ) ),
314
- 'subject_error' => array( 'default' => __( "Subject is required.", 'contact-form-plugin' ) ),
315
- 'message_error' => array( 'default' => __( "Message text is required.", 'contact-form-plugin' ) ),
316
- 'attachment_error' => array( 'default' => __( "File format is not valid.", 'contact-form-plugin' ) ),
317
- 'attachment_upload_error' => array( 'default' => __( "File upload error.", 'contact-form-plugin' ) ),
318
- 'attachment_move_error' => array( 'default' => __( "The file could not be uploaded.", 'contact-form-plugin' ) ),
319
- 'attachment_size_error' => array( 'default' => __( "This file is too large.", 'contact-form-plugin' ) ),
320
- 'captcha_error' => array( 'default' => __( "Please fill out the CAPTCHA.", 'contact-form-plugin' ) ),
321
- 'form_error' => array( 'default' => __( "Please make corrections below and try again.", 'contact-form-plugin' ) ),
322
- 'action_after_send' => 1,
323
- 'thank_text' => array( 'default' => __( "Thank you for contacting us.", 'contact-form-plugin' ) ),
324
- 'redirect_url' => '',
325
- 'delete_attached_file' => '0',
326
- 'html_email' => 1,
327
- 'change_label_in_email' => 0,
328
- 'layout' => 1,
329
- 'submit_position' => 'left',
330
- 'order_fields' => array(
331
  'first_column' => array(
332
  'cntctfrm_contact_name',
333
  'cntctfrm_contact_address',
@@ -342,10 +365,10 @@ if ( ! function_exists( 'cntctfrm_get_option_defaults' ) ) {
342
  ),
343
  'second_column' => array()
344
  ),
345
- 'width' => array(
346
- 'type' => 'default',
347
- 'input_value' => '100',
348
- 'input_unit' => '%'
349
  )
350
  );
351
 
@@ -405,6 +428,13 @@ if ( ! function_exists ( 'cntctfrm_activation' ) ) {
405
  cntctfrm_settings();
406
  cntctfrm_db_create();
407
  }
 
 
 
 
 
 
 
408
  }
409
  }
410
 
@@ -422,10 +452,10 @@ if ( ! function_exists( 'cntctfrm_related_plugins' ) ) {
422
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
423
 
424
  /* Get Captcha options */
425
- $free_active = is_plugin_active( 'captcha/captcha.php' );
426
  $plus_active = is_plugin_active( 'captcha-plus/captcha-plus.php' );
427
  $pro_active = is_plugin_active( 'captcha-pro/captcha_pro.php' );
428
- if ( $free_active || $plus_active || $pro_active ) {
429
  $cptch_options = get_option( 'cptch_options' );
430
 
431
  if ( $free_active )
@@ -436,8 +466,8 @@ if ( ! function_exists( 'cntctfrm_related_plugins' ) ) {
436
  $settings_page = 'captcha-plus.php';
437
 
438
  $cntctfrm_related_plugins['captcha'] = array(
439
- 'options' => $cptch_options,
440
- 'settings_page' => $settings_page
441
  );
442
  }
443
 
@@ -447,8 +477,8 @@ if ( ! function_exists( 'cntctfrm_related_plugins' ) ) {
447
  $settings_page = is_plugin_active( 'google-captcha/google-captcha.php' ) ? 'google-captcha.php' : 'google-captcha-pro.php';
448
 
449
  $cntctfrm_related_plugins['google-captcha'] = array(
450
- 'options' => $gglcptch_options,
451
- 'settings_page' => $settings_page
452
  );
453
  }
454
 
@@ -459,8 +489,8 @@ if ( ! function_exists( 'cntctfrm_related_plugins' ) ) {
459
  $settings_page = is_plugin_active_for_network( 'subscriber/subscriber.php' ) ? 'sbscrbr_settings_page' : 'sbscrbrpr_settings_page';
460
 
461
  $cntctfrm_related_plugins['subscriber'] = array(
462
- 'options' => $sbscrbr_options,
463
- 'settings_page' => $settings_page
464
  );
465
  }
466
  } else {
@@ -469,8 +499,8 @@ if ( ! function_exists( 'cntctfrm_related_plugins' ) ) {
469
  $settings_page = is_plugin_active( 'subscriber/subscriber.php' ) ? 'sbscrbr_settings_page' : 'sbscrbrpr_settings_page';
470
 
471
  $cntctfrm_related_plugins['subscriber'] = array(
472
- 'options' => $sbscrbr_options,
473
- 'settings_page' => $settings_page
474
  );
475
  }
476
  }
@@ -481,8 +511,8 @@ if ( ! function_exists( 'cntctfrm_related_plugins' ) ) {
481
 
482
  $settings_page = is_plugin_active( 'contact-form-to-db/contact_form_to_db.php' ) ? 'cntctfrmtdb_settings' : 'cntctfrmtdbpr_settings';
483
  $cntctfrm_related_plugins['contact-form-to-db'] = array(
484
- 'options' => $cntctfrmtdb_options,
485
- 'settings_page' => $settings_page
486
  );
487
  }
488
  }
@@ -527,22 +557,22 @@ if ( ! function_exists( 'cntctfrm_get_ordered_fields' ) ) {
527
  if ( array_key_exists( 'subscriber', $cntctfrm_related_plugins ) )
528
  $display_subscriber = ! empty( $cntctfrm_related_plugins['subscriber']['options']['contact_form'] );
529
  } else {
530
- $display_captcha = ( isset( $cntctfrm_options['display_captcha'] ) && 1 == $cntctfrm_options['display_captcha'] ) ? true : false;
531
- $display_google_captcha = ( isset( $cntctfrm_options['display_google_captcha'] ) && 1 == $cntctfrm_options['display_google_captcha'] ) ? true : false;
532
- $display_subscriber = ( isset( $cntctfrm_options['display_subscribe'] ) && 1 == $cntctfrm_options['display_subscribe'] ) ? true : false;
533
  }
534
 
535
  $default_order_fields = array(
536
- 'cntctfrm_contact_name' => ( 1 == $cntctfrm_options['display_name_field'] ) ? true : false,
537
- 'cntctfrm_contact_address' => ( 1 == $cntctfrm_options['display_address_field'] ) ? true : false,
538
- 'cntctfrm_contact_email' => true,
539
- 'cntctfrm_contact_phone' => ( 1 == $cntctfrm_options['display_phone_field'] ) ? true : false,
540
- 'cntctfrm_contact_subject' => true,
541
- 'cntctfrm_contact_message' => true,
542
- 'cntctfrm_contact_attachment' => ( 1 == $cntctfrm_options['attachment'] ) ? true : false,
543
- 'cntctfrm_contact_send_copy' => ( 1 == $cntctfrm_options['send_copy'] ) ? true : false,
544
- 'cntctfrm_subscribe' => $display_subscriber,
545
- 'cntctfrm_captcha' => $display_captcha || $display_google_captcha ? true : false,
546
  );
547
 
548
  $display_fields = array();
@@ -670,15 +700,15 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
670
  $options_submit['from_email'] = $_POST['cntctfrm_from_email'];
671
  $options_submit['custom_from_email'] = stripslashes( esc_html( $_POST['cntctfrm_custom_from_email'] ) );
672
 
673
- $options_submit['mail_method'] = $_POST['cntctfrm_mail_method'];
674
- $options_submit['from_field'] = stripslashes( esc_html( $_POST['cntctfrm_from_field'] ) );
675
- $options_submit['select_from_field'] = $_POST['cntctfrm_select_from_field'];
676
- $options_submit['display_name_field'] = isset( $_POST['cntctfrm_display_name_field'] ) ? 1 : 0;
677
- $options_submit['display_address_field'] = isset( $_POST['cntctfrm_display_address_field'] ) ? 1 : 0;
678
- $options_submit['display_phone_field'] = isset( $_POST['cntctfrm_display_phone_field'] ) ? 1 : 0;
679
- $options_submit['attachment'] = isset( $_POST['cntctfrm_attachment'] ) ? $_POST['cntctfrm_attachment'] : 0;
680
- $options_submit['attachment_explanations'] = isset( $_POST['cntctfrm_attachment_explanations'] ) ? $_POST['cntctfrm_attachment_explanations'] : 0;
681
- $options_submit['send_copy'] = isset( $_POST['cntctfrm_send_copy'] ) ? $_POST['cntctfrm_send_copy'] : 0;
682
 
683
  $options_submit['delete_attached_file'] = isset( $_POST['cntctfrm_delete_attached_file'] ) ? $_POST['cntctfrm_delete_attached_file'] : 0;
684
 
@@ -689,10 +719,10 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
689
  cntctfrm_remove_language();
690
 
691
  if ( $contact_form_multi_active ) {
692
- $options_submit['display_captcha'] = isset( $_POST['cntctfrm_display_captcha'] ) ? 1 : 0;
693
- $options_submit['display_google_captcha'] = isset( $_POST['cntctfrm_display_google_captcha'] ) ? 1 : 0;
694
- $options_submit['display_subscribe'] = isset( $_POST['cntctfrm_display_subscriber'] ) ? 1 : 0;
695
- $options_submit['save_email_to_db'] = isset( $_POST['cntctfrm_save_email_to_db'] ) ? 1 : 0;
696
  } else {
697
  /* Update related plugins options if Contact Form Multi is not active */
698
  if ( array_key_exists( 'captcha', $cntctfrm_related_plugins ) ) {
@@ -729,120 +759,120 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
729
  $options_submit['required_name_field'] = isset( $_POST['cntctfrm_required_name_field'] ) ? 1 : 0;
730
  }
731
  if ( 0 == $options_submit['display_address_field'] ) {
732
- $options_submit['required_address_field'] = 0;
733
  } else {
734
- $options_submit['required_address_field'] = isset( $_POST['cntctfrm_required_address_field'] ) ? 1 : 0;
735
  }
736
  $options_submit['required_email_field'] = isset( $_POST['cntctfrm_required_email_field'] ) ? 1 : 0;
737
  if ( 0 == $options_submit['display_phone_field'] ) {
738
- $options_submit['required_phone_field'] = 0;
739
  } else {
740
- $options_submit['required_phone_field'] = isset( $_POST['cntctfrm_required_phone_field'] ) ? 1 : 0;
741
  }
742
- $options_submit['required_subject_field'] = isset( $_POST['cntctfrm_required_subject_field'] ) ? 1 : 0;
743
- $options_submit['required_message_field'] = isset( $_POST['cntctfrm_required_message_field'] ) ? 1 : 0;
744
 
745
- $options_submit['required_symbol'] = isset( $_POST['cntctfrm_required_symbol'] ) ? stripslashes( esc_html( $_POST['cntctfrm_required_symbol'] ) ) : '*';
746
- $options_submit['html_email'] = isset( $_POST['cntctfrm_html_email'] ) ? 1 : 0;
747
- $options_submit['display_add_info'] = isset( $_POST['cntctfrm_display_add_info'] ) ? 1 : 0;
748
 
749
- $options_submit['display_sent_from'] = isset( $_POST['cntctfrm_display_sent_from'] ) ? 1 : 0;
750
- $options_submit['display_date_time'] = isset( $_POST['cntctfrm_display_date_time'] ) ? 1 : 0;
751
- $options_submit['display_coming_from'] = isset( $_POST['cntctfrm_display_coming_from'] ) ? 1 : 0;
752
- $options_submit['display_user_agent'] = isset( $_POST['cntctfrm_display_user_agent'] ) ? 1 : 0;
753
 
754
  if ( 0 == $options_submit['display_sent_from'] && 0 == $options_submit['display_date_time'] && 0 == $options_submit['display_coming_from'] && 0 == $options_submit['display_user_agent'] )
755
  $options_submit['display_add_info'] = 0;
756
 
757
  if ( 0 == $options_submit['display_add_info'] ) {
758
- $options_submit['display_sent_from'] = 1;
759
- $options_submit['display_date_time'] = 1;
760
- $options_submit['display_coming_from'] = 1;
761
- $options_submit['display_user_agent'] = 1;
762
  }
763
 
764
- $options_submit['change_label'] = isset( $_POST['cntctfrm_change_label'] ) ? 1 : 0;
765
- $options_submit['change_label_in_email'] = isset( $_POST['cntctfrm_change_label_in_email'] ) ? 1 : 0;
766
 
767
  if ( 1 == $options_submit['change_label'] ) {
768
  foreach ( $_POST['cntctfrm_name_label'] as $key => $val ) {
769
- $options_submit['name_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_name_label'][ $key ] ) );
770
- $options_submit['address_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_address_label'][ $key ] ) );
771
- $options_submit['email_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_email_label'][ $key ] ) );
772
- $options_submit['phone_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_phone_label'][ $key ] ) );
773
- $options_submit['subject_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_subject_label'][ $key ] ) );
774
- $options_submit['message_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_message_label'][ $key ] ) );
775
- $options_submit['attachment_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_label'][ $key ] ) );
776
- $options_submit['attachment_tooltip'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_tooltip'][ $key ] ) );
777
- $options_submit['send_copy_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_send_copy_label'][ $key ] ) );
778
- $options_submit['thank_text'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_thank_text'][ $key ] ) );
779
- $options_submit['submit_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_submit_label'][ $key ] ) );
780
- $options_submit['name_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_name_error'][ $key ] ) );
781
- $options_submit['address_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_address_error'][ $key ] ) );
782
- $options_submit['email_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_email_error'][ $key ] ) );
783
- $options_submit['phone_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_phone_error'][ $key ] ) );
784
- $options_submit['subject_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_subject_error'][ $key ] ) );
785
- $options_submit['message_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_message_error'][ $key ] ) );
786
- $options_submit['attachment_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_error'][ $key ] ) );
787
- $options_submit['attachment_upload_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_upload_error'][ $key ] ) );
788
- $options_submit['attachment_move_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_move_error'][ $key ] ) );
789
- $options_submit['attachment_size_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_size_error'][ $key ] ) );
790
- $options_submit['captcha_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_captcha_error'][ $key ] ) );
791
- $options_submit['form_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_form_error'][ $key ] ) );
792
  }
793
  } else {
794
  $option_defaults = cntctfrm_get_option_defaults();
795
 
796
  if ( empty( $cntctfrm_options['language'] ) ) {
797
- $options_submit['name_label'] = $option_defaults['name_label'];
798
- $options_submit['address_label'] = $option_defaults['address_label'];
799
- $options_submit['email_label'] = $option_defaults['email_label'];
800
- $options_submit['phone_label'] = $option_defaults['phone_label'];
801
- $options_submit['subject_label'] = $option_defaults['subject_label'];
802
- $options_submit['message_label'] = $option_defaults['message_label'];
803
- $options_submit['attachment_label'] = $option_defaults['attachment_label'];
804
- $options_submit['attachment_tooltip'] = $option_defaults['attachment_tooltip'];
805
- $options_submit['send_copy_label'] = $option_defaults['send_copy_label'];
806
- $options_submit['thank_text'] = $_POST['cntctfrm_thank_text'];
807
- $options_submit['submit_label'] = $option_defaults['submit_label'];
808
- $options_submit['name_error'] = $option_defaults['name_error'];
809
- $options_submit['address_error'] = $option_defaults['address_error'];
810
- $options_submit['email_error'] = $option_defaults['email_error'];
811
- $options_submit['phone_error'] = $option_defaults['phone_error'];
812
- $options_submit['subject_error'] = $option_defaults['subject_error'];
813
- $options_submit['message_error'] = $option_defaults['message_error'];
814
- $options_submit['attachment_error'] = $option_defaults['attachment_error'];
815
- $options_submit['attachment_upload_error'] = $option_defaults['attachment_upload_error'];
816
- $options_submit['attachment_move_error'] = $option_defaults['attachment_move_error'];
817
- $options_submit['attachment_size_error'] = $option_defaults['attachment_size_error'];
818
- $options_submit['captcha_error'] = $option_defaults['captcha_error'];
819
- $options_submit['form_error'] = $option_defaults['form_error'];
820
  foreach ( $options_submit['thank_text'] as $key => $val ) {
821
  $options_submit['thank_text'][ $key ] = stripcslashes( htmlspecialchars( $val ) );
822
  }
823
  } else {
824
- $options_submit['name_label']['default'] = $option_defaults['name_label']['default'];
825
- $options_submit['address_label']['default'] = $option_defaults['address_label']['default'];
826
- $options_submit['email_label']['default'] = $option_defaults['email_label']['default'];
827
- $options_submit['phone_label']['default'] = $option_defaults['phone_label']['default'];
828
- $options_submit['subject_label']['default'] = $option_defaults['subject_label']['default'];
829
- $options_submit['message_label']['default'] = $option_defaults['message_label']['default'];
830
- $options_submit['attachment_label']['default'] = $option_defaults['attachment_label']['default'];
831
- $options_submit['attachment_tooltip']['default'] = $option_defaults['attachment_tooltip']['default'];
832
- $options_submit['send_copy_label']['default'] = $option_defaults['send_copy_label']['default'];
833
- $options_submit['submit_label']['default'] = $option_defaults['submit_label']['default'];
834
- $options_submit['name_error']['default'] = $option_defaults['name_error']['default'];
835
- $options_submit['address_error']['default'] = $option_defaults['address_error']['default'];
836
- $options_submit['email_error']['default'] = $option_defaults['email_error']['default'];
837
- $options_submit['phone_error']['default'] = $option_defaults['phone_error']['default'];
838
- $options_submit['subject_error']['default'] = $option_defaults['subject_error']['default'];
839
- $options_submit['message_error']['default'] = $option_defaults['message_error']['default'];
840
- $options_submit['attachment_error']['default'] = $option_defaults['attachment_error']['default'];
841
- $options_submit['attachment_upload_error']['default'] = $option_defaults['attachment_upload_error']['default'];
842
- $options_submit['attachment_move_error']['default'] = $option_defaults['attachment_move_error']['default'];
843
- $options_submit['attachment_size_error']['default'] = $option_defaults['attachment_size_error']['default'];
844
- $options_submit['captcha_error']['default'] = $option_defaults['captcha_error']['default'];
845
- $options_submit['form_error']['default'] = $option_defaults['form_error']['default'];
846
 
847
  foreach ( $_POST['cntctfrm_thank_text'] as $key => $val ) {
848
  $options_submit['thank_text'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_thank_text'][ $key ] ) );
@@ -856,7 +886,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
856
  }
857
 
858
  $options_submit['action_after_send'] = $_POST['cntctfrm_action_after_send'];
859
- $options_submit['redirect_url'] = esc_url( $_POST['cntctfrm_redirect_url'] );
860
  $cntctfrm_options = array_merge( $cntctfrm_options, $options_submit );
861
 
862
  if ( 0 == $options_submit['action_after_send']
@@ -929,10 +959,10 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
929
  $option_defaults = cntctfrm_get_option_defaults();
930
  if ( $contact_form_multi_active ) {
931
  $contact_form_multi_options = array(
932
- 'display_captcha' => 0,
933
- 'display_google_captcha' => 0,
934
- 'display_subscribe' => 0,
935
- 'save_email_to_db' => 1,
936
  );
937
  $option_defaults = array_merge( $option_defaults, $contact_form_multi_options );
938
  }
@@ -1449,17 +1479,16 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1449
  </span>
1450
  <?php }
1451
  } else { ?>
1452
- <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_subscriber" value="1" /> Subscriber by BestWebSoft</label>
1453
  <span class="bws_info">
1454
- <?php printf( '<a href="https://bestwebsoft.com/products/wordpress/plugins/subscriber/?k=a9dfd3fa8513784c36622993b350b19e&amp;pn=77&amp;v=%s&amp;wp_v=%s">%s Subscriber</a>', $cntctfrm_plugin_info["Version"], $wp_version, __( 'Download', 'contact-form-plugin' ) ); ?>
1455
  </span>
1456
  <?php } ?>
1457
  </div>
1458
  <div style="clear: both;">
1459
- <?php if ( array_key_exists( 'captcha/captcha.php', $all_plugins ) || array_key_exists( 'captcha-plus/captcha-plus.php', $all_plugins ) || array_key_exists( 'captcha-pro/captcha_pro.php', $all_plugins ) ) {
1460
  if ( array_key_exists( 'captcha', $cntctfrm_related_plugins ) ) {
1461
  $captcha_enabled = ! empty( $cntctfrm_related_plugins['captcha']['options']['forms']['bws_contact']['enable'] ) ? true : false;
1462
-
1463
  if ( ! $contact_form_multi_active ) {
1464
  $display_captcha = $captcha_enabled;
1465
  } else {
@@ -1491,7 +1520,7 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1491
  } else { ?>
1492
  <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" /> Captcha by BestWebSoft</label>
1493
  <span class="bws_info">
1494
- <?php printf( '<a href="https://bestwebsoft.com/products/wordpress/plugins/captcha/?k=19ac1e9b23bea947cfc4a9b8e3326c03&amp;pn=77&amp;v=%s&amp;wp_v=%s">%s Captcha</a>', $cntctfrm_plugin_info["Version"], $wp_version, __( 'Download', 'contact-form-plugin' ) ) ?>
1495
  </span>
1496
  <?php } ?>
1497
  </div>
@@ -1505,10 +1534,10 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1505
  }
1506
 
1507
  if ( ! $contact_form_multi_active || ! empty( $cntctfrm_related_plugins['google-captcha']['options']['contact_form'] ) ) { ?>
1508
- <label><input type="checkbox" name="cntctfrm_display_google_captcha" value="1" <?php checked( $display_google_captcha ); ?> /> Google Captcha (reCaptcha) by BestWebSoft</label>
1509
  <?php } else { ?>
1510
  <label>
1511
- <input type="checkbox" name="cntctfrm_display_google_captcha" value="1" disabled="disabled" <?php checked( $display_google_captcha ); ?> /> Google Captcha (reCaptcha) by BestWebSoft
1512
  <span class="bws_info">&nbsp;(<?php _e( 'Please activate the appropriate option on', 'contact-form-plugin' ) ?>&nbsp;
1513
  <?php printf( '<a href="%s" target="_blank"> Google Captcha %s</a>&nbsp;)',
1514
  self_admin_url( '/admin.php?page=' . $cntctfrm_related_plugins['google-captcha']['settings_page'] ),
@@ -1517,14 +1546,14 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1517
  </label>
1518
  <?php }
1519
  } else { ?>
1520
- <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_google_captcha" value="1" /> Google Captcha (reCaptcha) by BestWebSoft</label>
1521
  <span class="bws_info">
1522
  <?php printf( '<a href="%s" target="_blank">%s Google Captcha</a>', self_admin_url( 'plugins.php' ), __( 'Activate', 'contact-form-plugin' ) ); ?>
1523
  </span>
1524
  <?php }
1525
  } else { ?>
1526
- <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_google_captcha" value="1" /> Google Captcha (reCaptcha) by BestWebSoft</label> <span class="bws_info">
1527
- <?php printf( '<a href="https://bestwebsoft.com/products/wordpress/plugins/google-captcha/?k=7d74e61dd1cea23d0e9bf2fa88b5b117&amp;pn=77&amp;v=%s&amp;wp_v=%s">%s Google Captcha</a>', $cntctfrm_plugin_info["Version"], $wp_version, __( 'Download', 'contact-form-plugin' ) ) ?>
1528
  </span>
1529
  <?php } ?>
1530
  </div>
@@ -1570,10 +1599,10 @@ if ( ! function_exists( 'cntctfrm_settings_page' ) ) {
1570
  </td>
1571
  <td class="cntctfrm_display_add_info_block" <?php if ( '0' == $cntctfrm_options['display_add_info'] ) echo 'style="display:none"'; ?>>
1572
  <fieldset>
1573
- <label><input type="checkbox" id="cntctfrm_display_sent_from" name="cntctfrm_display_sent_from" value="1" <?php checked( '1', $cntctfrm_options['display_sent_from'] ); ?> /> <?php _e( "Sent from (IP address)", 'contact-form-plugin' ); ?></label> <label class="bws_info"><?php _e( "Example: Sent from (IP address): 127.0.0.1", 'contact-form-plugin' ); ?></label><br />
1574
- <label><input type="checkbox" id="cntctfrm_display_date_time" name="cntctfrm_display_date_time" value="1" <?php checked( '1', $cntctfrm_options['display_date_time'] ); ?> /> <?php _e( "Date/Time", 'contact-form-plugin' ); ?></label> <label class="bws_info"><?php _e( "Example: Date/Time: August 19, 2013 8:50 pm", 'contact-form-plugin' ); ?></label><br />
1575
- <label><input type="checkbox" id="cntctfrm_display_coming_from" name="cntctfrm_display_coming_from" value="1" <?php checked( '1', $cntctfrm_options['display_coming_from'] ); ?> /> <?php _e( "Sent from (referer)", 'contact-form-plugin' ); ?></label> <label class="bws_info"><?php _e( "Example: Sent from (referer): https://bestwebsoft.com/contacts/contact-us/", 'contact-form-plugin' ); ?></label><br />
1576
- <label><input type="checkbox" id="cntctfrm_display_user_agent" name="cntctfrm_display_user_agent" value="1" <?php checked( '1', $cntctfrm_options['display_user_agent'] ); ?> /> <?php _e( "Using (user agent)", 'contact-form-plugin' ); ?></label> <label class="bws_info"><?php _e( "Example: Using (user agent): Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36", 'contact-form-plugin' ); ?></label>
1577
  </fieldset>
1578
  </td>
1579
  </tr>
@@ -2397,13 +2426,6 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
2397
  $message = ( isset( $_POST['cntctfrm_contact_message'] ) && $cntctfrm_form_count == $form_submited ) ? stripcslashes( htmlspecialchars( $_POST['cntctfrm_contact_message'] ) ) : "";
2398
  $phone = ( isset( $_POST['cntctfrm_contact_phone'] ) && $cntctfrm_form_count == $form_submited ) ? stripcslashes( htmlspecialchars( $_POST['cntctfrm_contact_phone'] ) ) : "";
2399
 
2400
- $name = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $name ) ) );
2401
- $address = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $address ) ) );
2402
- $email = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $email ) ) );
2403
- $subject = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $subject ) ) );
2404
- $message = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $message ) ) );
2405
- $phone = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $phone ) ) );
2406
-
2407
  $send_copy = ( isset( $_POST['cntctfrm_contact_send_copy'] ) && $cntctfrm_form_count == $form_submited ) ? $_POST['cntctfrm_contact_send_copy'] : "";
2408
  /* If it is good */
2409
 
@@ -2634,7 +2656,7 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
2634
  $content .= '<div class="cntctfrm_input cntctfrm_input_submit" style="text-align: ' . $cntctfrm_options['submit_position'] . ' !important;">';
2635
  if ( isset( $atts['id'] ) )
2636
  $content .= '<input type="hidden" value="' . esc_attr( $atts['id'] ) . '" name="cntctfrmmlt_shortcode_id">';
2637
- $content .= '<input type="hidden" value="send" name="cntctfrm_contact_action"><input type="hidden" value="Version: 3.30" />
2638
  <input type="hidden" value="' . esc_attr( $lang ) . '" name="cntctfrm_language">
2639
  <input type="hidden" value="' . $cntctfrm_form_count . '" name="cntctfrm_form_submited">
2640
  <input type="hidden" value="' . $options_name . '" name="cntctfrm_options_name">
@@ -2653,9 +2675,9 @@ if ( ! function_exists( 'cntctfrm_display_form' ) ) {
2653
 
2654
  /**
2655
  * add or remove filters for compatibility with Captcha and Google Captcha
2656
- * $action string can be 'remove_filters' or 'add_filters'
2657
- * $removed_filters array of existed filters (returned from this function when 'remove_filters' action)
2658
- * @return array of existed filters for 'remove_filters' or 'false' for 'add_filters'
2659
  */
2660
  if ( ! function_exists( 'cntctfrm_handle_captcha_filters' ) ) {
2661
  function cntctfrm_handle_captcha_filters( $action, $removed_filters = false ) {
@@ -2677,14 +2699,16 @@ if ( ! function_exists( 'cntctfrm_handle_captcha_filters' ) ) {
2677
  $remove_captcha[] = 'google-captcha';
2678
 
2679
  $filters = array(
2680
- 'google-captcha' => array(
2681
- 'gglcptch_cf_display' => 'gglcptch_recaptcha_check',
2682
- 'gglcptchpr_cf_display' => 'gglcptchpr_recaptcha_check'
 
2683
  ),
2684
- 'captcha' => array(
2685
- 'cptch_custom_form' => 'cptch_check_custom_form',
2686
- 'cptchpls_custom_form' => 'cptchpls_check_custom_form',
2687
- 'cptchpr_custom_form' => 'cptchpr_check_custom_form',
 
2688
  )
2689
  );
2690
 
@@ -2760,13 +2784,6 @@ if ( ! function_exists( 'cntctfrm_check_form' ) ) {
2760
  $message = isset( $_POST['cntctfrm_contact_message'] ) ? htmlspecialchars( $_POST['cntctfrm_contact_message'] ) : "";
2761
  $phone = isset( $_POST['cntctfrm_contact_phone'] ) ? htmlspecialchars( $_POST['cntctfrm_contact_phone'] ) : "";
2762
 
2763
- $name = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $name ) ) );
2764
- $address = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $address ) ) );
2765
- $email = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $email ) ) );
2766
- $subject = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $subject ) ) );
2767
- $message = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $message ) ) );
2768
- $phone = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $phone ) ) );
2769
-
2770
  /* check language and replace with en default if need */
2771
  if ( ! in_array( $language, $cntctfrm_options['language'] ) ) {
2772
  foreach ( $cntctfrm_options as $key => $value ) {
@@ -2858,7 +2875,7 @@ if ( ! function_exists( 'cntctfrm_check_form' ) ) {
2858
  if ( false === $result ) { /* for CAPTCHA older than PRO - v1.0.7, PLUS - v1.1.0 v FREE - 1.2.5 */
2859
  $cntctfrm_error_message['error_captcha'] = $cntctfrm_options['captcha_error'][ $language ];
2860
  } else if ( ! empty( $result ) && ( is_string( $result ) || is_wp_error( $result ) ) ) {
2861
- $cntctfrm_error_message['error_captcha'] = is_string( $result ) ? $result : $result->get_error_message();
2862
  }
2863
  }
2864
 
@@ -2975,13 +2992,6 @@ if ( ! function_exists( 'cntctfrm_send_mail' ) ) {
2975
  $phone = isset( $_POST['cntctfrm_contact_phone'] ) ? htmlspecialchars( $_POST['cntctfrm_contact_phone'] ) : "";
2976
  $user_agent = cntctfrm_clean_input( $_SERVER['HTTP_USER_AGENT'] );
2977
 
2978
- $name = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $name ) ) ) );
2979
- $address = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $address ) ) ) );
2980
- $email = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $email ) ) ) );
2981
- $subject = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $subject ) ) ) );
2982
- $message = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $message ) ) ) );
2983
- $phone = stripslashes( strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', $phone ) ) ) );
2984
-
2985
  if ( isset( $_SESSION['cntctfrm_send_mail'] ) && true == $_SESSION['cntctfrm_send_mail'] )
2986
  return true;
2987
 
@@ -3161,137 +3171,108 @@ if ( ! function_exists( 'cntctfrm_send_mail' ) ) {
3161
  $from_email = 'wordpress@' . $sitename;
3162
  }
3163
 
3164
- if ( ( is_plugin_active( 'email-queue/email-queue.php' ) || is_plugin_active( 'email-queue-pro/email-queue-pro.php' ) ) && function_exists( 'mlq_if_mail_plugin_is_in_queue' ) && mlq_if_mail_plugin_is_in_queue( plugin_basename( __FILE__ ) ) ) {
3165
- /* if email-queue plugin is active and this plugin's "in_queue" status is 'ON' */
3166
- /* attachment path */
3167
- $attachment_file = ( 1 == $cntctfrm_options['attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) ? $cntctfrm_path_of_uploaded_file : '';
3168
- /* headers */
3169
- /* content type */
3170
- $headers .= ( 1 == $cntctfrm_options['html_email'] ) ? 'Content-type: text/html; charset=utf-8' . "\n" : 'Content-type: text/plain; charset=utf-8' . "\n" ;
3171
- /* 'from' name & email */
3172
- $headers .= 'From: ' . $from_field_name . ' <' . $from_email . '>';
3173
- /* send copy */
3174
- if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && 1 == $_POST['cntctfrm_contact_send_copy'] ) {
3175
- do_action( 'cntctfrm_get_mail_data_for_mlq', plugin_basename( __FILE__ ), $email, $subject, $message_text_for_user, $attachment_file, $headers );
3176
- }
3177
- global $mlq_mail_result;
3178
- do_action( 'cntctfrm_get_mail_data_for_mlq', plugin_basename( __FILE__ ), $to, $subject, $message_text, $attachment_file, $headers );
3179
- /* return $mail_result = true if email-queue has successfully inserted mail in its DB; in other case - return false */
3180
- return $mail_result = $mlq_mail_result;
3181
- } else {
3182
- if ( 'wp-mail' == $cntctfrm_options['mail_method'] ) {
3183
- /* To send HTML mail, the Content-type header must be set */
3184
- if ( 1 == $cntctfrm_options['html_email'] )
3185
- $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
3186
- else
3187
- $headers .= 'Content-type: text/plain; charset=utf-8' . "\n";
3188
-
3189
- /* Additional headers */
3190
- $headers .= 'From: ' . $from_field_name . ' <' . $from_email . '>';
3191
 
3192
- if ( 1 == $cntctfrm_options['attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) {
3193
- $path_parts = pathinfo( $cntctfrm_path_of_uploaded_file );
3194
- $cntctfrm_path_of_uploaded_file_changed = $path_parts['dirname'] . '/' . preg_replace( '/^cntctfrm_[A-Z,a-z,0-9]{32}_/i', '', $path_parts['basename'] );
3195
 
3196
- if ( ! @copy( $cntctfrm_path_of_uploaded_file, $cntctfrm_path_of_uploaded_file_changed ) )
3197
- $cntctfrm_path_of_uploaded_file_changed = $cntctfrm_path_of_uploaded_file;
 
3198
 
3199
- $attachments = array( $cntctfrm_path_of_uploaded_file_changed );
3200
- }
3201
 
3202
- if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && 1 == $_POST['cntctfrm_contact_send_copy'] )
3203
- wp_mail( $email, $subject, $message_text_for_user, $headers, $attachments );
3204
 
3205
- /* Mail it */
3206
- $mail_result = wp_mail( $to, $subject, $message_text, $headers, $attachments );
3207
- /* Delete attachment */
3208
- if ( 1 == $cntctfrm_options['attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"]
3209
- && $cntctfrm_path_of_uploaded_file_changed != $cntctfrm_path_of_uploaded_file ) {
3210
- @unlink( $cntctfrm_path_of_uploaded_file_changed );
3211
- }
3212
- if ( 1 == $cntctfrm_options['attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] && '1' == $cntctfrm_options['delete_attached_file'] ) {
3213
- @unlink( $cntctfrm_path_of_uploaded_file );
3214
- }
3215
- return $mail_result;
3216
- } else {
3217
- /* Set headers */
3218
- $headers .= 'MIME-Version: 1.0' . "\n";
3219
 
3220
- if ( 1 == $cntctfrm_options['attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) {
3221
- $message_block = $message_text;
3222
- $message_block_for_user = $message_text_for_user;
 
 
 
 
 
 
 
 
 
 
 
3223
 
3224
- /* Additional headers */
3225
- $headers .= 'From: ' . $from_field_name . ' <' . $from_email . '>' . "\n";
 
3226
 
3227
- $bound_text = "jimmyP123";
 
3228
 
3229
- $bound = "--" . $bound_text . "";
3230
 
3231
- $bound_last = "--" . $bound_text . "--";
3232
 
3233
- $headers .= "Content-Type: multipart/mixed; boundary=\"$bound_text\"";
3234
 
3235
- $message_text = $message_text_for_user = __( "If you can see this MIME, it means that the MIME type is not supported by your email client!", 'contact-form-plugin' ) . "\n";
3236
 
3237
- if ( 1 == $cntctfrm_options['html_email'] ) {
3238
- $message_text .= $bound . "\n" . "Content-Type: text/html; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
3239
- $message_text_for_user .= $bound . "\n" . "Content-Type: text/html; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block_for_user . "\n\n";
3240
- } else {
3241
- $message_text .= $bound . "\n" . "Content-Type: text/plain; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
3242
- $message_text_for_user .= $bound . "\n" . "Content-Type: text/plain; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block_for_user . "\n\n";
3243
- }
3244
 
3245
- $file = file_get_contents( $cntctfrm_path_of_uploaded_file );
3246
-
3247
- $message_text .= $bound . "\n" .
3248
- "Content-Type: application/octet-stream; name=\"" . sanitize_file_name( $_FILES["cntctfrm_contact_attachment"]["name"] ) . "\"\n" .
3249
- "Content-Description: " . basename( $cntctfrm_path_of_uploaded_file ) . "\n" .
3250
- "Content-Disposition: attachment;\n" . " filename=\"" . sanitize_file_name( $_FILES["cntctfrm_contact_attachment"]["name"] ) ."\"; size=" . filesize( $cntctfrm_path_of_uploaded_file ) . ";\n" .
3251
- "Content-Transfer-Encoding: base64\n\n" . chunk_split( base64_encode( $file ) ) . "\n\n" .
3252
- $bound_last;
3253
- $message_text_for_user .= $bound . "\n" .
3254
- "Content-Type: application/octet-stream; name=\"" . sanitize_file_name( $_FILES["cntctfrm_contact_attachment"]["name"] ) . "\"\n" .
3255
- "Content-Description: " . basename( $cntctfrm_path_of_uploaded_file ) . "\n" .
3256
- "Content-Disposition: attachment;\n" . " filename=\"" . sanitize_file_name( $_FILES["cntctfrm_contact_attachment"]["name"] ) ."\"; size=" . filesize( $cntctfrm_path_of_uploaded_file ) . ";\n" .
3257
- "Content-Transfer-Encoding: base64\n\n" . chunk_split( base64_encode( $file ) ) . "\n\n" .
3258
- $bound_last;
3259
  } else {
3260
- /* To send HTML mail, header must be set */
3261
- if ( 1 == $cntctfrm_options['html_email'] )
3262
- $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
3263
- else
3264
- $headers .= 'Content-type: text/plain; charset=utf-8' . "\n";
3265
-
3266
- /* Additional headers */
3267
- $headers .= 'From: ' . $from_field_name . ' <' . $from_email . '>' . "\n";
3268
  }
3269
- if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && 1 == $_POST['cntctfrm_contact_send_copy'] )
3270
- @mail( $email, $subject, $message_text_for_user, $headers );
3271
 
3272
- $mail_result = @mail( $to, $subject, $message_text, $headers );
3273
- /* Delete attachment */
3274
- if ( 1 == $cntctfrm_options['attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] && '1' == $cntctfrm_options['delete_attached_file'] ) {
3275
- @unlink( $cntctfrm_path_of_uploaded_file );
3276
- }
3277
- return $mail_result;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3278
  }
 
3279
  }
3280
  }
3281
  return false;
3282
  }
3283
  }
3284
 
3285
- /**
3286
- * Function that is used by email-queue to check for compatibility
3287
- * @return void
3288
- */
3289
- if ( ! function_exists( 'cntctfrm_check_for_compatibility_with_mlq' ) ) {
3290
- function cntctfrm_check_for_compatibility_with_mlq() {
3291
- return false;
3292
- }
3293
- }
3294
-
3295
  if ( ! function_exists ( 'cntctfrm_plugin_action_links' ) ) {
3296
  function cntctfrm_plugin_action_links( $links, $file ) {
3297
  if ( ! is_network_admin() ) {
@@ -3364,7 +3345,7 @@ if ( ! function_exists ( 'cntctfrm_admin_head' ) ) {
3364
  }
3365
 
3366
  $script_vars = array(
3367
- 'cntctfrm_nonce' => wp_create_nonce( plugin_basename( __FILE__ ), 'cntctfrm_ajax_nonce_field' ),
3368
  'cntctfrm_confirm_text' => __( 'Are you sure that you want to delete this language data?', 'contact-form-plugin' )
3369
  );
3370
 
@@ -3382,14 +3363,14 @@ if ( ! function_exists ( 'cntctfrm_admin_head' ) ) {
3382
  require_once( dirname( __FILE__ ) . '/bws_menu/bws_include.php' );
3383
 
3384
  $tooltip_args = array(
3385
- 'tooltip_id' => 'cntctfrm_install_multi_tooltip',
3386
- 'css_selector' => '#cntctfrm_show_multi_notice',
3387
- 'actions' => array(
3388
- 'click' => true,
3389
- 'onload' => true,
3390
  ),
3391
- '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>',
3392
- 'buttons' => array(
3393
  array(
3394
  'type' => 'link',
3395
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-multi/?k=747ca825fb44711e2d24e40697747bc6&pn=77&v=' . $cntctfrm_plugin_info["Version"] . '&wp_v=' . $wp_version,
@@ -3401,8 +3382,8 @@ if ( ! function_exists ( 'cntctfrm_admin_head' ) ) {
3401
  ),
3402
  ),
3403
  'position' => array(
3404
- 'edge' => 'top',
3405
- 'align' => is_rtl() ? 'right' : 'left',
3406
  ),
3407
  );
3408
  bws_add_tooltip_in_admin( $tooltip_args );
@@ -3440,6 +3421,7 @@ if ( ! function_exists ( 'cntctfrm_wp_footer' ) ) {
3440
 
3441
  if ( ! function_exists ( 'cntctfrm_add_language' ) ) {
3442
  function cntctfrm_add_language() {
 
3443
  $is_ajax = defined( 'DOING_AJAX' ) && DOING_AJAX;
3444
 
3445
  if ( $is_ajax )
@@ -3447,8 +3429,17 @@ if ( ! function_exists ( 'cntctfrm_add_language' ) ) {
3447
  else
3448
  $_POST['cntctfrm_change_tab'] = $_REQUEST['cntctfrm_languages'];
3449
 
3450
- $lang_slug = $is_ajax ? $_REQUEST['lang'] : $_REQUEST['cntctfrm_languages'];
3451
- $lang = strip_tags( preg_replace( '/<[^>]*>/', '', preg_replace( '/<script.*<\/[^>]*>/', '', htmlspecialchars( $lang_slug ) ) ) );
 
 
 
 
 
 
 
 
 
3452
 
3453
  $contact_form_multi_active = cntctfrm_check_cf_multi_active();
3454
 
@@ -3769,8 +3760,8 @@ if ( ! function_exists( 'cntctfrm_add_tabs' ) ) {
3769
  function cntctfrm_add_tabs() {
3770
  $screen = get_current_screen();
3771
  $args = array(
3772
- 'id' => 'cntctfrm',
3773
- 'section' => '200538909'
3774
  );
3775
  bws_help_tab( $screen, $args );
3776
  }
@@ -3830,6 +3821,4 @@ add_filter( 'bws_shortcode_button_content', 'cntctfrm_shortcode_button_content'
3830
  add_action( 'wp_ajax_cntctfrm_add_language', 'cntctfrm_add_language' );
3831
  add_action( 'wp_ajax_cntctfrm_remove_language', 'cntctfrm_remove_language' );
3832
 
3833
- add_action( 'admin_notices', 'cntctfrm_plugin_banner');
3834
-
3835
- register_uninstall_hook( __FILE__, 'cntctfrm_delete_options' );
6
  Author: BestWebSoft
7
  Text Domain: contact-form-plugin
8
  Domain Path: /languages
9
+ Version: 4.0.8
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
57
  /* Function check if plugin is compatible with current WP version */
58
  bws_wp_min_version_check( plugin_basename( __FILE__ ), $cntctfrm_plugin_info, '3.9' );
59
 
60
+ cntctfrm_check_and_send();
 
61
  }
62
  }
63
 
140
  add_option( 'cntctfrmmlt_options', $option_defaults );
141
  }
142
 
143
+ $id_first_form = cntctfrm_get_first_form_id();
144
+
145
  $cntctfrmmlt_options = get_option( 'cntctfrmmlt_options' );
146
 
147
  if ( ! isset( $cntctfrmmlt_options['plugin_option_version'] ) || $cntctfrmmlt_options['plugin_option_version'] != $cntctfrm_plugin_info["Version"] ) {
165
  }
166
 
167
  /* Get options from the database */
168
+ if ( $id_first_form || $form_id ) {
169
+ $id = ( $form_id ) ? $form_id : $id_first_form;
170
  if ( $cntctfrm_options = get_option( 'cntctfrmmlt_options_' . $id ) ) {
171
  /* */
172
  } else {
206
  }
207
  }
208
  }
209
+
210
  $cntctfrm_options['plugin_option_version'] = $cntctfrm_plugin_info["Version"];
211
  /* show pro features */
212
  $cntctfrm_options['hide_premium_options'] = array();
213
 
214
  if ( $contact_form_multi_active ) {
215
+ $id_first_form = cntctfrm_get_first_form_id();
216
+ if ( $id_first_form || $form_id ) {
217
+ $id = ( $form_id ) ? $form_id : $id_first_form;
218
  if ( get_option( 'cntctfrmmlt_options_' . $id ) ) {
219
  update_option( 'cntctfrmmlt_options_' . $id , $cntctfrm_options );
220
  } else {
226
  } else {
227
  update_option( 'cntctfrm_options', $cntctfrm_options );
228
  }
229
+
230
+ if ( is_multisite() ) {
231
+ switch_to_blog( 1 );
232
+ register_uninstall_hook( __FILE__, 'cntctfrm_delete_options' );
233
+ restore_current_blog();
234
+ } else {
235
+ register_uninstall_hook( __FILE__, 'cntctfrm_delete_options' );
236
+ }
237
  }
238
 
239
  /* Create db table of fields list */
241
  cntctfrm_db_create();
242
  $cntctfrm_options['plugin_db_version'] = $db_version;
243
  if ( $contact_form_multi_active ) {
244
+ $id_first_form = cntctfrm_get_first_form_id();
245
+ if ( $id_first_form || $form_id ) {
246
+ $id = ( $form_id ) ? $form_id : $id_first_form;
247
  if ( get_option( 'cntctfrmmlt_options_' . $id ) ) {
248
  update_option( 'cntctfrmmlt_options_' . $id , $cntctfrm_options );
249
  } else {
259
  }
260
  }
261
 
262
+ if ( ! function_exists( 'cntctfrm_get_first_form_id' ) ) {
263
+ function cntctfrm_get_first_form_id() {
264
+ $multi_options_main = get_option( 'cntctfrmmlt_options_main' );
265
+ $first_form_id = key( $multi_options_main['name_id_form'] );
266
+ if ( empty( $multi_options_main ) || empty( $multi_options_main['name_id_form'] ) ) {
267
+ return false;
268
+ } else {
269
+ return $first_form_id;
270
+ }
271
+ }
272
+ }
273
+
274
  /**
275
  * @return array Default plugin options
276
  * @since 4.0.2
288
  $from_email = 'wordpress@' . $sitename;
289
 
290
  $option_defaults = array(
291
+ 'plugin_option_version' => $cntctfrm_plugin_info["Version"],
292
+ 'display_settings_notice' => 1,
293
+ 'first_install' => strtotime( "now" ),
294
+ 'suggest_feature_banner' => 1,
295
+ 'user_email' => 'admin',
296
+ 'custom_email' => get_option("admin_email"),
297
+ 'select_email' => 'custom',
298
+ 'from_email' => 'custom',
299
+ 'custom_from_email' => $from_email,
300
+ 'attachment' => 0,
301
+ 'attachment_explanations' => 1,
302
+ 'send_copy' => 0,
303
+ 'from_field' => get_bloginfo( 'name' ),
304
+ 'select_from_field' => 'custom',
305
+ 'display_name_field' => 1,
306
+ 'display_address_field' => 0,
307
+ 'display_phone_field' => 0,
308
+ 'required_name_field' => 1,
309
+ 'required_address_field' => 0,
310
+ 'required_email_field' => 1,
311
+ 'required_phone_field' => 0,
312
+ 'required_subject_field' => 1,
313
+ 'required_message_field' => 1,
314
+ 'required_symbol' => '*',
315
+ 'display_add_info' => 1,
316
+ 'display_sent_from' => 1,
317
+ 'display_date_time' => 1,
318
+ 'mail_method' => 'wp-mail',
319
+ 'display_coming_from' => 1,
320
+ 'display_user_agent' => 1,
321
+ 'language' => array(),
322
+ 'change_label' => 0,
323
+ 'name_label' => array( 'default' => __( "Name", 'contact-form-plugin' ) . ':' ),
324
+ 'address_label' => array( 'default' => __( "Address", 'contact-form-plugin' ) . ':' ),
325
+ 'email_label' => array( 'default' => __( "Email Address", 'contact-form-plugin' ) . ':' ),
326
+ 'phone_label' => array( 'default' => __( "Phone number", 'contact-form-plugin' ) . ':' ),
327
+ 'subject_label' => array( 'default' => __( "Subject", 'contact-form-plugin' ) . ':' ),
328
+ 'message_label' => array( 'default' => __( "Message", 'contact-form-plugin' ) . ':' ),
329
+ 'attachment_label' => array( 'default' => __( "Attachment", 'contact-form-plugin' ) . ':' ),
330
+ 'attachment_tooltip' => array( 'default' => __( "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.", 'contact-form-plugin' ) ),
331
+ 'send_copy_label' => array( 'default' => __( "Send me a copy", 'contact-form-plugin' ) ),
332
+ 'submit_label' => array( 'default' => __( "Submit", 'contact-form-plugin' ) ),
333
+ 'name_error' => array( 'default' => __( "Your name is required.", 'contact-form-plugin' ) ),
334
+ 'address_error' => array( 'default' => __( "Address is required.", 'contact-form-plugin' ) ),
335
+ 'email_error' => array( 'default' => __( "A valid email address is required.", 'contact-form-plugin' ) ),
336
+ 'phone_error' => array( 'default' => __( "Phone number is required.", 'contact-form-plugin' ) ),
337
+ 'subject_error' => array( 'default' => __( "Subject is required.", 'contact-form-plugin' ) ),
338
+ 'message_error' => array( 'default' => __( "Message text is required.", 'contact-form-plugin' ) ),
339
+ 'attachment_error' => array( 'default' => __( "File format is not valid.", 'contact-form-plugin' ) ),
340
+ 'attachment_upload_error' => array( 'default' => __( "File upload error.", 'contact-form-plugin' ) ),
341
+ 'attachment_move_error' => array( 'default' => __( "The file could not be uploaded.", 'contact-form-plugin' ) ),
342
+ 'attachment_size_error' => array( 'default' => __( "This file is too large.", 'contact-form-plugin' ) ),
343
+ 'captcha_error' => array( 'default' => __( "Please fill out the CAPTCHA.", 'contact-form-plugin' ) ),
344
+ 'form_error' => array( 'default' => __( "Please make corrections below and try again.", 'contact-form-plugin' ) ),
345
+ 'action_after_send' => 1,
346
+ 'thank_text' => array( 'default' => __( "Thank you for contacting us.", 'contact-form-plugin' ) ),
347
+ 'redirect_url' => '',
348
+ 'delete_attached_file' => '0',
349
+ 'html_email' => 1,
350
+ 'change_label_in_email' => 0,
351
+ 'layout' => 1,
352
+ 'submit_position' => 'left',
353
+ 'order_fields' => array(
354
  'first_column' => array(
355
  'cntctfrm_contact_name',
356
  'cntctfrm_contact_address',
365
  ),
366
  'second_column' => array()
367
  ),
368
+ 'width' => array(
369
+ 'type' => 'default',
370
+ 'input_value' => '100',
371
+ 'input_unit' => '%'
372
  )
373
  );
374
 
428
  cntctfrm_settings();
429
  cntctfrm_db_create();
430
  }
431
+ if ( is_multisite() ) {
432
+ switch_to_blog( 1 );
433
+ register_uninstall_hook( __FILE__, 'cntctfrm_delete_options' );
434
+ restore_current_blog();
435
+ } else {
436
+ register_uninstall_hook( __FILE__, 'cntctfrm_delete_options' );
437
+ }
438
  }
439
  }
440
 
452
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
453
 
454
  /* Get Captcha options */
455
+ $free_active = is_plugin_active( 'captcha-bws/captcha-bws.php' );
456
  $plus_active = is_plugin_active( 'captcha-plus/captcha-plus.php' );
457
  $pro_active = is_plugin_active( 'captcha-pro/captcha_pro.php' );
458
+ if ( /*$free_active ||*/ $plus_active || $pro_active ) {
459
  $cptch_options = get_option( 'cptch_options' );
460
 
461
  if ( $free_active )
466
  $settings_page = 'captcha-plus.php';
467
 
468
  $cntctfrm_related_plugins['captcha'] = array(
469
+ 'options' => $cptch_options,
470
+ 'settings_page' => $settings_page
471
  );
472
  }
473
 
477
  $settings_page = is_plugin_active( 'google-captcha/google-captcha.php' ) ? 'google-captcha.php' : 'google-captcha-pro.php';
478
 
479
  $cntctfrm_related_plugins['google-captcha'] = array(
480
+ 'options' => $gglcptch_options,
481
+ 'settings_page' => $settings_page
482
  );
483
  }
484
 
489
  $settings_page = is_plugin_active_for_network( 'subscriber/subscriber.php' ) ? 'sbscrbr_settings_page' : 'sbscrbrpr_settings_page';
490
 
491
  $cntctfrm_related_plugins['subscriber'] = array(
492
+ 'options' => $sbscrbr_options,
493
+ 'settings_page' => $settings_page
494
  );
495
  }
496
  } else {
499
  $settings_page = is_plugin_active( 'subscriber/subscriber.php' ) ? 'sbscrbr_settings_page' : 'sbscrbrpr_settings_page';
500
 
501
  $cntctfrm_related_plugins['subscriber'] = array(
502
+ 'options' => $sbscrbr_options,
503
+ 'settings_page' => $settings_page
504
  );
505
  }
506
  }
511
 
512
  $settings_page = is_plugin_active( 'contact-form-to-db/contact_form_to_db.php' ) ? 'cntctfrmtdb_settings' : 'cntctfrmtdbpr_settings';
513
  $cntctfrm_related_plugins['contact-form-to-db'] = array(
514
+ 'options' => $cntctfrmtdb_options,
515
+ 'settings_page' => $settings_page
516
  );
517
  }
518
  }
557
  if ( array_key_exists( 'subscriber', $cntctfrm_related_plugins ) )
558
  $display_subscriber = ! empty( $cntctfrm_related_plugins['subscriber']['options']['contact_form'] );
559
  } else {
560
+ $display_captcha = ( isset( $cntctfrm_options['display_captcha'] ) && 1 == $cntctfrm_options['display_captcha'] ) ? true : false;
561
+ $display_google_captcha = ( isset( $cntctfrm_options['display_google_captcha'] ) && 1 == $cntctfrm_options['display_google_captcha'] ) ? true : false;
562
+ $display_subscriber = ( isset( $cntctfrm_options['display_subscribe'] ) && 1 == $cntctfrm_options['display_subscribe'] ) ? true : false;
563
  }
564
 
565
  $default_order_fields = array(
566
+ 'cntctfrm_contact_name' => ( 1 == $cntctfrm_options['display_name_field'] ) ? true : false,
567
+ 'cntctfrm_contact_address' => ( 1 == $cntctfrm_options['display_address_field'] ) ? true : false,
568
+ 'cntctfrm_contact_email' => true,
569
+ 'cntctfrm_contact_phone' => ( 1 == $cntctfrm_options['display_phone_field'] ) ? true : false,
570
+ 'cntctfrm_contact_subject' => true,
571
+ 'cntctfrm_contact_message' => true,
572
+ 'cntctfrm_contact_attachment' => ( 1 == $cntctfrm_options['attachment'] ) ? true : false,
573
+ 'cntctfrm_contact_send_copy' => ( 1 == $cntctfrm_options['send_copy'] ) ? true : false,
574
+ 'cntctfrm_subscribe' => $display_subscriber,
575
+ 'cntctfrm_captcha' => $display_captcha || $display_google_captcha ? true : false,
576
  );
577
 
578
  $display_fields = array();
700
  $options_submit['from_email'] = $_POST['cntctfrm_from_email'];
701
  $options_submit['custom_from_email'] = stripslashes( esc_html( $_POST['cntctfrm_custom_from_email'] ) );
702
 
703
+ $options_submit['mail_method'] = $_POST['cntctfrm_mail_method'];
704
+ $options_submit['from_field'] = stripslashes( esc_html( $_POST['cntctfrm_from_field'] ) );
705
+ $options_submit['select_from_field'] = $_POST['cntctfrm_select_from_field'];
706
+ $options_submit['display_name_field'] = isset( $_POST['cntctfrm_display_name_field'] ) ? 1 : 0;
707
+ $options_submit['display_address_field'] = isset( $_POST['cntctfrm_display_address_field'] ) ? 1 : 0;
708
+ $options_submit['display_phone_field'] = isset( $_POST['cntctfrm_display_phone_field'] ) ? 1 : 0;
709
+ $options_submit['attachment'] = isset( $_POST['cntctfrm_attachment'] ) ? $_POST['cntctfrm_attachment'] : 0;
710
+ $options_submit['attachment_explanations'] = isset( $_POST['cntctfrm_attachment_explanations'] ) ? $_POST['cntctfrm_attachment_explanations'] : 0;
711
+ $options_submit['send_copy'] = isset( $_POST['cntctfrm_send_copy'] ) ? $_POST['cntctfrm_send_copy'] : 0;
712
 
713
  $options_submit['delete_attached_file'] = isset( $_POST['cntctfrm_delete_attached_file'] ) ? $_POST['cntctfrm_delete_attached_file'] : 0;
714
 
719
  cntctfrm_remove_language();
720
 
721
  if ( $contact_form_multi_active ) {
722
+ $options_submit['display_captcha'] = isset( $_POST['cntctfrm_display_captcha'] ) ? 1 : 0;
723
+ $options_submit['display_google_captcha'] = isset( $_POST['cntctfrm_display_google_captcha'] ) ? 1 : 0;
724
+ $options_submit['display_subscribe'] = isset( $_POST['cntctfrm_display_subscriber'] ) ? 1 : 0;
725
+ $options_submit['save_email_to_db'] = isset( $_POST['cntctfrm_save_email_to_db'] ) ? 1 : 0;
726
  } else {
727
  /* Update related plugins options if Contact Form Multi is not active */
728
  if ( array_key_exists( 'captcha', $cntctfrm_related_plugins ) ) {
759
  $options_submit['required_name_field'] = isset( $_POST['cntctfrm_required_name_field'] ) ? 1 : 0;
760
  }
761
  if ( 0 == $options_submit['display_address_field'] ) {
762
+ $options_submit['required_address_field'] = 0;
763
  } else {
764
+ $options_submit['required_address_field'] = isset( $_POST['cntctfrm_required_address_field'] ) ? 1 : 0;
765
  }
766
  $options_submit['required_email_field'] = isset( $_POST['cntctfrm_required_email_field'] ) ? 1 : 0;
767
  if ( 0 == $options_submit['display_phone_field'] ) {
768
+ $options_submit['required_phone_field'] = 0;
769
  } else {
770
+ $options_submit['required_phone_field'] = isset( $_POST['cntctfrm_required_phone_field'] ) ? 1 : 0;
771
  }
772
+ $options_submit['required_subject_field'] = isset( $_POST['cntctfrm_required_subject_field'] ) ? 1 : 0;
773
+ $options_submit['required_message_field'] = isset( $_POST['cntctfrm_required_message_field'] ) ? 1 : 0;
774
 
775
+ $options_submit['required_symbol'] = isset( $_POST['cntctfrm_required_symbol'] ) ? stripslashes( esc_html( $_POST['cntctfrm_required_symbol'] ) ) : '*';
776
+ $options_submit['html_email'] = isset( $_POST['cntctfrm_html_email'] ) ? 1 : 0;
777
+ $options_submit['display_add_info'] = isset( $_POST['cntctfrm_display_add_info'] ) ? 1 : 0;
778
 
779
+ $options_submit['display_sent_from'] = isset( $_POST['cntctfrm_display_sent_from'] ) ? 1 : 0;
780
+ $options_submit['display_date_time'] = isset( $_POST['cntctfrm_display_date_time'] ) ? 1 : 0;
781
+ $options_submit['display_coming_from'] = isset( $_POST['cntctfrm_display_coming_from'] ) ? 1 : 0;
782
+ $options_submit['display_user_agent'] = isset( $_POST['cntctfrm_display_user_agent'] ) ? 1 : 0;
783
 
784
  if ( 0 == $options_submit['display_sent_from'] && 0 == $options_submit['display_date_time'] && 0 == $options_submit['display_coming_from'] && 0 == $options_submit['display_user_agent'] )
785
  $options_submit['display_add_info'] = 0;
786
 
787
  if ( 0 == $options_submit['display_add_info'] ) {
788
+ $options_submit['display_sent_from'] = 1;
789
+ $options_submit['display_date_time'] = 1;
790
+ $options_submit['display_coming_from'] = 1;
791
+ $options_submit['display_user_agent'] = 1;
792
  }
793
 
794
+ $options_submit['change_label'] = isset( $_POST['cntctfrm_change_label'] ) ? 1 : 0;
795
+ $options_submit['change_label_in_email'] = isset( $_POST['cntctfrm_change_label_in_email'] ) ? 1 : 0;
796
 
797
  if ( 1 == $options_submit['change_label'] ) {
798
  foreach ( $_POST['cntctfrm_name_label'] as $key => $val ) {
799
+ $options_submit['name_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_name_label'][ $key ] ) );
800
+ $options_submit['address_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_address_label'][ $key ] ) );
801
+ $options_submit['email_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_email_label'][ $key ] ) );
802
+ $options_submit['phone_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_phone_label'][ $key ] ) );
803
+ $options_submit['subject_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_subject_label'][ $key ] ) );
804
+ $options_submit['message_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_message_label'][ $key ] ) );
805
+ $options_submit['attachment_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_label'][ $key ] ) );
806
+ $options_submit['attachment_tooltip'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_tooltip'][ $key ] ) );
807
+ $options_submit['send_copy_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_send_copy_label'][ $key ] ) );
808
+ $options_submit['thank_text'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_thank_text'][ $key ] ) );
809
+ $options_submit['submit_label'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_submit_label'][ $key ] ) );
810
+ $options_submit['name_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_name_error'][ $key ] ) );
811
+ $options_submit['address_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_address_error'][ $key ] ) );
812
+ $options_submit['email_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_email_error'][ $key ] ) );
813
+ $options_submit['phone_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_phone_error'][ $key ] ) );
814
+ $options_submit['subject_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_subject_error'][ $key ] ) );
815
+ $options_submit['message_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_message_error'][ $key ] ) );
816
+ $options_submit['attachment_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_error'][ $key ] ) );
817
+ $options_submit['attachment_upload_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_upload_error'][ $key ] ) );
818
+ $options_submit['attachment_move_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_move_error'][ $key ] ) );
819
+ $options_submit['attachment_size_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_attachment_size_error'][ $key ] ) );
820
+ $options_submit['captcha_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_captcha_error'][ $key ] ) );
821
+ $options_submit['form_error'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_form_error'][ $key ] ) );
822
  }
823
  } else {
824
  $option_defaults = cntctfrm_get_option_defaults();
825
 
826
  if ( empty( $cntctfrm_options['language'] ) ) {
827
+ $options_submit['name_label'] = $option_defaults['name_label'];
828
+ $options_submit['address_label'] = $option_defaults['address_label'];
829
+ $options_submit['email_label'] = $option_defaults['email_label'];
830
+ $options_submit['phone_label'] = $option_defaults['phone_label'];
831
+ $options_submit['subject_label'] = $option_defaults['subject_label'];
832
+ $options_submit['message_label'] = $option_defaults['message_label'];
833
+ $options_submit['attachment_label'] = $option_defaults['attachment_label'];
834
+ $options_submit['attachment_tooltip'] = $option_defaults['attachment_tooltip'];
835
+ $options_submit['send_copy_label'] = $option_defaults['send_copy_label'];
836
+ $options_submit['thank_text'] = $_POST['cntctfrm_thank_text'];
837
+ $options_submit['submit_label'] = $option_defaults['submit_label'];
838
+ $options_submit['name_error'] = $option_defaults['name_error'];
839
+ $options_submit['address_error'] = $option_defaults['address_error'];
840
+ $options_submit['email_error'] = $option_defaults['email_error'];
841
+ $options_submit['phone_error'] = $option_defaults['phone_error'];
842
+ $options_submit['subject_error'] = $option_defaults['subject_error'];
843
+ $options_submit['message_error'] = $option_defaults['message_error'];
844
+ $options_submit['attachment_error'] = $option_defaults['attachment_error'];
845
+ $options_submit['attachment_upload_error'] = $option_defaults['attachment_upload_error'];
846
+ $options_submit['attachment_move_error'] = $option_defaults['attachment_move_error'];
847
+ $options_submit['attachment_size_error'] = $option_defaults['attachment_size_error'];
848
+ $options_submit['captcha_error'] = $option_defaults['captcha_error'];
849
+ $options_submit['form_error'] = $option_defaults['form_error'];
850
  foreach ( $options_submit['thank_text'] as $key => $val ) {
851
  $options_submit['thank_text'][ $key ] = stripcslashes( htmlspecialchars( $val ) );
852
  }
853
  } else {
854
+ $options_submit['name_label']['default'] = $option_defaults['name_label']['default'];
855
+ $options_submit['address_label']['default'] = $option_defaults['address_label']['default'];
856
+ $options_submit['email_label']['default'] = $option_defaults['email_label']['default'];
857
+ $options_submit['phone_label']['default'] = $option_defaults['phone_label']['default'];
858
+ $options_submit['subject_label']['default'] = $option_defaults['subject_label']['default'];
859
+ $options_submit['message_label']['default'] = $option_defaults['message_label']['default'];
860
+ $options_submit['attachment_label']['default'] = $option_defaults['attachment_label']['default'];
861
+ $options_submit['attachment_tooltip']['default'] = $option_defaults['attachment_tooltip']['default'];
862
+ $options_submit['send_copy_label']['default'] = $option_defaults['send_copy_label']['default'];
863
+ $options_submit['submit_label']['default'] = $option_defaults['submit_label']['default'];
864
+ $options_submit['name_error']['default'] = $option_defaults['name_error']['default'];
865
+ $options_submit['address_error']['default'] = $option_defaults['address_error']['default'];
866
+ $options_submit['email_error']['default'] = $option_defaults['email_error']['default'];
867
+ $options_submit['phone_error']['default'] = $option_defaults['phone_error']['default'];
868
+ $options_submit['subject_error']['default'] = $option_defaults['subject_error']['default'];
869
+ $options_submit['message_error']['default'] = $option_defaults['message_error']['default'];
870
+ $options_submit['attachment_error']['default'] = $option_defaults['attachment_error']['default'];
871
+ $options_submit['attachment_upload_error']['default'] = $option_defaults['attachment_upload_error']['default'];
872
+ $options_submit['attachment_move_error']['default'] = $option_defaults['attachment_move_error']['default'];
873
+ $options_submit['attachment_size_error']['default'] = $option_defaults['attachment_size_error']['default'];
874
+ $options_submit['captcha_error']['default'] = $option_defaults['captcha_error']['default'];
875
+ $options_submit['form_error']['default'] = $option_defaults['form_error']['default'];
876
 
877
  foreach ( $_POST['cntctfrm_thank_text'] as $key => $val ) {
878
  $options_submit['thank_text'][ $key ] = stripcslashes( htmlspecialchars( $_POST['cntctfrm_thank_text'][ $key ] ) );
886
  }
887
 
888
  $options_submit['action_after_send'] = $_POST['cntctfrm_action_after_send'];
889
+ $options_submit['redirect_url'] = esc_url( $_POST['cntctfrm_redirect_url'] );
890
  $cntctfrm_options = array_merge( $cntctfrm_options, $options_submit );
891
 
892
  if ( 0 == $options_submit['action_after_send']
959
  $option_defaults = cntctfrm_get_option_defaults();
960
  if ( $contact_form_multi_active ) {
961
  $contact_form_multi_options = array(
962
+ 'display_captcha' => 0,
963
+ 'display_google_captcha' => 0,
964
+ 'display_subscribe' => 0,
965
+ 'save_email_to_db' => 1,
966
  );
967
  $option_defaults = array_merge( $option_defaults, $contact_form_multi_options );
968
  }
1479
  </span>
1480
  <?php }
1481
  } else { ?>
1482
+ <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_subscriber" value="1" /> Subscriber by BestWebSoft</label>
1483
  <span class="bws_info">
1484
+ <?php printf( '<a href="https://bestwebsoft.com/products/wordpress/plugins/subscriber/?k=a9dfd3fa8513784c36622993b350b19e&amp;pn=77&amp;v=%s&amp;wp_v=%s" target="_blank">%s Subscriber</a>', $cntctfrm_plugin_info["Version"], $wp_version, __( 'Download', 'contact-form-plugin' ) ); ?>
1485
  </span>
1486
  <?php } ?>
1487
  </div>
1488
  <div style="clear: both;">
1489
+ <?php if ( /*array_key_exists( 'captcha-bws/captcha-bws.php', $all_plugins ) ||*/ array_key_exists( 'captcha-plus/captcha-plus.php', $all_plugins ) || array_key_exists( 'captcha-pro/captcha_pro.php', $all_plugins ) ) {
1490
  if ( array_key_exists( 'captcha', $cntctfrm_related_plugins ) ) {
1491
  $captcha_enabled = ! empty( $cntctfrm_related_plugins['captcha']['options']['forms']['bws_contact']['enable'] ) ? true : false;
 
1492
  if ( ! $contact_form_multi_active ) {
1493
  $display_captcha = $captcha_enabled;
1494
  } else {
1520
  } else { ?>
1521
  <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_captcha" value="1" /> Captcha by BestWebSoft</label>
1522
  <span class="bws_info">
1523
+ <?php printf( '<a href="https://bestwebsoft.com/products/wordpress/plugins/captcha/?k=19ac1e9b23bea947cfc4a9b8e3326c03&amp;pn=77&amp;v=%s&amp;wp_v=%s" target="_blank">%s Captcha</a>', $cntctfrm_plugin_info["Version"], $wp_version, __( 'Download', 'contact-form-plugin' ) ) ?>
1524
  </span>
1525
  <?php } ?>
1526
  </div>
1534
  }
1535
 
1536
  if ( ! $contact_form_multi_active || ! empty( $cntctfrm_related_plugins['google-captcha']['options']['contact_form'] ) ) { ?>
1537
+ <label><input type="checkbox" name="cntctfrm_display_google_captcha" value="1" <?php checked( $display_google_captcha ); ?> /> Google Captcha (reCAPTCHA) by BestWebSoft</label>
1538
  <?php } else { ?>
1539
  <label>
1540
+ <input type="checkbox" name="cntctfrm_display_google_captcha" value="1" disabled="disabled" <?php checked( $display_google_captcha ); ?> /> Google Captcha (reCAPTCHA) by BestWebSoft
1541
  <span class="bws_info">&nbsp;(<?php _e( 'Please activate the appropriate option on', 'contact-form-plugin' ) ?>&nbsp;
1542
  <?php printf( '<a href="%s" target="_blank"> Google Captcha %s</a>&nbsp;)',
1543
  self_admin_url( '/admin.php?page=' . $cntctfrm_related_plugins['google-captcha']['settings_page'] ),
1546
  </label>
1547
  <?php }
1548
  } else { ?>
1549
+ <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_google_captcha" value="1" /> Google Captcha (reCAPTCHA) by BestWebSoft</label>
1550
  <span class="bws_info">
1551
  <?php printf( '<a href="%s" target="_blank">%s Google Captcha</a>', self_admin_url( 'plugins.php' ), __( 'Activate', 'contact-form-plugin' ) ); ?>
1552
  </span>
1553
  <?php }
1554
  } else { ?>
1555
+ <label><input disabled="disabled" type="checkbox" name="cntctfrm_display_google_captcha" value="1" /> Google Captcha (reCAPTCHA) by BestWebSoft</label> <span class="bws_info">
1556
+ <?php printf( '<a href="https://bestwebsoft.com/products/wordpress/plugins/google-captcha/?k=7d74e61dd1cea23d0e9bf2fa88b5b117&amp;pn=77&amp;v=%s&amp;wp_v=%s" target="_blank">%s Google Captcha</a>', $cntctfrm_plugin_info["Version"], $wp_version, __( 'Download', 'contact-form-plugin' ) ) ?>
1557
  </span>
1558
  <?php } ?>
1559
  </div>
1599
  </td>
1600
  <td class="cntctfrm_display_add_info_block" <?php if ( '0' == $cntctfrm_options['display_add_info'] ) echo 'style="display:none"'; ?>>
1601
  <fieldset>
1602
+ <label><input type="checkbox" id="cntctfrm_display_sent_from" name="cntctfrm_display_sent_from" value="1" <?php checked( '1', $cntctfrm_options['display_sent_from'] ); ?> /> <?php _e( "Sent from (IP address)", 'contact-form-plugin' ); ?></label> <label class="bws_info"><?php _e( "Example: Sent from (IP address): 127.0.0.1", 'contact-form-plugin' ); ?></label><br />
1603
+ <label><input type="checkbox" id="cntctfrm_display_date_time" name="cntctfrm_display_date_time" value="1" <?php checked( '1', $cntctfrm_options['display_date_time'] ); ?> /> <?php _e( "Date/Time", 'contact-form-plugin' ); ?></label> <label class="bws_info"><?php _e( "Example: Date/Time: August 19, 2013 8:50 pm", 'contact-form-plugin' ); ?></label><br />
1604
+ <label><input type="checkbox" id="cntctfrm_display_coming_from" name="cntctfrm_display_coming_from" value="1" <?php checked( '1', $cntctfrm_options['display_coming_from'] ); ?> /> <?php _e( "Sent from (referer)", 'contact-form-plugin' ); ?></label> <label class="bws_info"><?php _e( "Example: Sent from (referer): https://bestwebsoft.com/contacts/contact-us/", 'contact-form-plugin' ); ?></label><br />
1605
+ <label><input type="checkbox" id="cntctfrm_display_user_agent" name="cntctfrm_display_user_agent" value="1" <?php checked( '1', $cntctfrm_options['display_user_agent'] ); ?> /> <?php _e( "Using (user agent)", 'contact-form-plugin' ); ?></label> <label class="bws_info"><?php _e( "Example: Using (user agent): Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36", 'contact-form-plugin' ); ?></label>
1606
  </fieldset>
1607
  </td>
1608
  </tr>
2426
  $message = ( isset( $_POST['cntctfrm_contact_message'] ) && $cntctfrm_form_count == $form_submited ) ? stripcslashes( htmlspecialchars( $_POST['cntctfrm_contact_message'] ) ) : "";
2427
  $phone = ( isset( $_POST['cntctfrm_contact_phone'] ) && $cntctfrm_form_count == $form_submited ) ? stripcslashes( htmlspecialchars( $_POST['cntctfrm_contact_phone'] ) ) : "";
2428
 
 
 
 
 
 
 
 
2429
  $send_copy = ( isset( $_POST['cntctfrm_contact_send_copy'] ) && $cntctfrm_form_count == $form_submited ) ? $_POST['cntctfrm_contact_send_copy'] : "";
2430
  /* If it is good */
2431
 
2656
  $content .= '<div class="cntctfrm_input cntctfrm_input_submit" style="text-align: ' . $cntctfrm_options['submit_position'] . ' !important;">';
2657
  if ( isset( $atts['id'] ) )
2658
  $content .= '<input type="hidden" value="' . esc_attr( $atts['id'] ) . '" name="cntctfrmmlt_shortcode_id">';
2659
+ $content .= '<input type="hidden" value="send" name="cntctfrm_contact_action">
2660
  <input type="hidden" value="' . esc_attr( $lang ) . '" name="cntctfrm_language">
2661
  <input type="hidden" value="' . $cntctfrm_form_count . '" name="cntctfrm_form_submited">
2662
  <input type="hidden" value="' . $options_name . '" name="cntctfrm_options_name">
2675
 
2676
  /**
2677
  * add or remove filters for compatibility with Captcha and Google Captcha
2678
+ * $action string can be 'remove_filters' or 'add_filters'
2679
+ * $removed_filters array of existed filters (returned from this function when 'remove_filters' action)
2680
+ * @return array of existed filters for 'remove_filters' or 'false' for 'add_filters'
2681
  */
2682
  if ( ! function_exists( 'cntctfrm_handle_captcha_filters' ) ) {
2683
  function cntctfrm_handle_captcha_filters( $action, $removed_filters = false ) {
2699
  $remove_captcha[] = 'google-captcha';
2700
 
2701
  $filters = array(
2702
+ 'google-captcha' => array(
2703
+ 'gglcptch_cf_display' => 'gglcptch_recaptcha_check',
2704
+ 'gglcptchpr_cf_display' => 'gglcptchpr_recaptcha_check',
2705
+ 'gglcptch_display' => 'gglcptch_contact_form_check',
2706
  ),
2707
+ 'captcha' => array(
2708
+ 'cptch_custom_form' => 'cptch_check_custom_form',
2709
+ 'cptchpls_custom_form' => 'cptchpls_check_custom_form',
2710
+ 'cptchpr_custom_form' => 'cptchpr_check_custom_form',
2711
+ 'cptch_custom_form' => 'cptch_check_bws_contact_form',
2712
  )
2713
  );
2714
 
2784
  $message = isset( $_POST['cntctfrm_contact_message'] ) ? htmlspecialchars( $_POST['cntctfrm_contact_message'] ) : "";
2785
  $phone = isset( $_POST['cntctfrm_contact_phone'] ) ? htmlspecialchars( $_POST['cntctfrm_contact_phone'] ) : "";
2786
 
 
 
 
 
 
 
 
2787
  /* check language and replace with en default if need */
2788
  if ( ! in_array( $language, $cntctfrm_options['language'] ) ) {
2789
  foreach ( $cntctfrm_options as $key => $value ) {
2875
  if ( false === $result ) { /* for CAPTCHA older than PRO - v1.0.7, PLUS - v1.1.0 v FREE - 1.2.5 */
2876
  $cntctfrm_error_message['error_captcha'] = $cntctfrm_options['captcha_error'][ $language ];
2877
  } else if ( ! empty( $result ) && ( is_string( $result ) || is_wp_error( $result ) ) ) {
2878
+ $cntctfrm_error_message['error_captcha'] = is_string( $result ) ? $result : implode( '', $result->get_error_messages() );
2879
  }
2880
  }
2881
 
2992
  $phone = isset( $_POST['cntctfrm_contact_phone'] ) ? htmlspecialchars( $_POST['cntctfrm_contact_phone'] ) : "";
2993
  $user_agent = cntctfrm_clean_input( $_SERVER['HTTP_USER_AGENT'] );
2994
 
 
 
 
 
 
 
 
2995
  if ( isset( $_SESSION['cntctfrm_send_mail'] ) && true == $_SESSION['cntctfrm_send_mail'] )
2996
  return true;
2997
 
3171
  $from_email = 'wordpress@' . $sitename;
3172
  }
3173
 
3174
+ if ( 'wp-mail' == $cntctfrm_options['mail_method'] ) {
3175
+ /* To send HTML mail, the Content-type header must be set */
3176
+ if ( 1 == $cntctfrm_options['html_email'] )
3177
+ $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
3178
+ else
3179
+ $headers .= 'Content-type: text/plain; charset=utf-8' . "\n";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3180
 
3181
+ /* Additional headers */
3182
+ $headers .= 'From: ' . $from_field_name . ' <' . $from_email . '>';
 
3183
 
3184
+ if ( 1 == $cntctfrm_options['attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) {
3185
+ $path_parts = pathinfo( $cntctfrm_path_of_uploaded_file );
3186
+ $cntctfrm_path_of_uploaded_file_changed = $path_parts['dirname'] . '/' . preg_replace( '/^cntctfrm_[A-Z,a-z,0-9]{32}_/i', '', $path_parts['basename'] );
3187
 
3188
+ if ( ! @copy( $cntctfrm_path_of_uploaded_file, $cntctfrm_path_of_uploaded_file_changed ) )
3189
+ $cntctfrm_path_of_uploaded_file_changed = $cntctfrm_path_of_uploaded_file;
3190
 
3191
+ $attachments = array( $cntctfrm_path_of_uploaded_file_changed );
3192
+ }
3193
 
3194
+ if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && 1 == $_POST['cntctfrm_contact_send_copy'] )
3195
+ wp_mail( $email, $subject, $message_text_for_user, $headers, $attachments );
 
 
 
 
 
 
 
 
 
 
 
 
3196
 
3197
+ /* Mail it */
3198
+ $mail_result = wp_mail( $to, $subject, $message_text, $headers, $attachments );
3199
+ /* Delete attachment */
3200
+ if ( 1 == $cntctfrm_options['attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"]
3201
+ && $cntctfrm_path_of_uploaded_file_changed != $cntctfrm_path_of_uploaded_file ) {
3202
+ @unlink( $cntctfrm_path_of_uploaded_file_changed );
3203
+ }
3204
+ if ( 1 == $cntctfrm_options['attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] && '1' == $cntctfrm_options['delete_attached_file'] ) {
3205
+ @unlink( $cntctfrm_path_of_uploaded_file );
3206
+ }
3207
+ return $mail_result;
3208
+ } else {
3209
+ /* Set headers */
3210
+ $headers .= 'MIME-Version: 1.0' . "\n";
3211
 
3212
+ if ( 1 == $cntctfrm_options['attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) {
3213
+ $message_block = $message_text;
3214
+ $message_block_for_user = $message_text_for_user;
3215
 
3216
+ /* Additional headers */
3217
+ $headers .= 'From: ' . $from_field_name . ' <' . $from_email . '>' . "\n";
3218
 
3219
+ $bound_text = "jimmyP123";
3220
 
3221
+ $bound = "--" . $bound_text . "";
3222
 
3223
+ $bound_last = "--" . $bound_text . "--";
3224
 
3225
+ $headers .= "Content-Type: multipart/mixed; boundary=\"$bound_text\"";
3226
 
3227
+ $message_text = $message_text_for_user = __( "If you can see this MIME, it means that the MIME type is not supported by your email client!", 'contact-form-plugin' ) . "\n";
 
 
 
 
 
 
3228
 
3229
+ if ( 1 == $cntctfrm_options['html_email'] ) {
3230
+ $message_text .= $bound . "\n" . "Content-Type: text/html; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
3231
+ $message_text_for_user .= $bound . "\n" . "Content-Type: text/html; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block_for_user . "\n\n";
 
 
 
 
 
 
 
 
 
 
 
3232
  } else {
3233
+ $message_text .= $bound . "\n" . "Content-Type: text/plain; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block . "\n\n";
3234
+ $message_text_for_user .= $bound . "\n" . "Content-Type: text/plain; charset=\"utf-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message_block_for_user . "\n\n";
 
 
 
 
 
 
3235
  }
 
 
3236
 
3237
+ $file = file_get_contents( $cntctfrm_path_of_uploaded_file );
3238
+
3239
+ $message_text .= $bound . "\n" .
3240
+ "Content-Type: application/octet-stream; name=\"" . sanitize_file_name( $_FILES["cntctfrm_contact_attachment"]["name"] ) . "\"\n" .
3241
+ "Content-Description: " . basename( $cntctfrm_path_of_uploaded_file ) . "\n" .
3242
+ "Content-Disposition: attachment;\n" . " filename=\"" . sanitize_file_name( $_FILES["cntctfrm_contact_attachment"]["name"] ) ."\"; size=" . filesize( $cntctfrm_path_of_uploaded_file ) . ";\n" .
3243
+ "Content-Transfer-Encoding: base64\n\n" . chunk_split( base64_encode( $file ) ) . "\n\n" .
3244
+ $bound_last;
3245
+ $message_text_for_user .= $bound . "\n" .
3246
+ "Content-Type: application/octet-stream; name=\"" . sanitize_file_name( $_FILES["cntctfrm_contact_attachment"]["name"] ) . "\"\n" .
3247
+ "Content-Description: " . basename( $cntctfrm_path_of_uploaded_file ) . "\n" .
3248
+ "Content-Disposition: attachment;\n" . " filename=\"" . sanitize_file_name( $_FILES["cntctfrm_contact_attachment"]["name"] ) ."\"; size=" . filesize( $cntctfrm_path_of_uploaded_file ) . ";\n" .
3249
+ "Content-Transfer-Encoding: base64\n\n" . chunk_split( base64_encode( $file ) ) . "\n\n" .
3250
+ $bound_last;
3251
+ } else {
3252
+ /* To send HTML mail, header must be set */
3253
+ if ( 1 == $cntctfrm_options['html_email'] )
3254
+ $headers .= 'Content-type: text/html; charset=utf-8' . "\n";
3255
+ else
3256
+ $headers .= 'Content-type: text/plain; charset=utf-8' . "\n";
3257
+
3258
+ /* Additional headers */
3259
+ $headers .= 'From: ' . $from_field_name . ' <' . $from_email . '>' . "\n";
3260
+ }
3261
+ if ( isset( $_POST['cntctfrm_contact_send_copy'] ) && 1 == $_POST['cntctfrm_contact_send_copy'] )
3262
+ @mail( $email, $subject, $message_text_for_user, $headers );
3263
+
3264
+ $mail_result = @mail( $to, $subject, $message_text, $headers );
3265
+ /* Delete attachment */
3266
+ if ( 1 == $cntctfrm_options['attachment'] && isset( $_FILES["cntctfrm_contact_attachment"]["tmp_name"] ) && "" != $_FILES["cntctfrm_contact_attachment"]["tmp_name"] && '1' == $cntctfrm_options['delete_attached_file'] ) {
3267
+ @unlink( $cntctfrm_path_of_uploaded_file );
3268
  }
3269
+ return $mail_result;
3270
  }
3271
  }
3272
  return false;
3273
  }
3274
  }
3275
 
 
 
 
 
 
 
 
 
 
 
3276
  if ( ! function_exists ( 'cntctfrm_plugin_action_links' ) ) {
3277
  function cntctfrm_plugin_action_links( $links, $file ) {
3278
  if ( ! is_network_admin() ) {
3345
  }
3346
 
3347
  $script_vars = array(
3348
+ 'cntctfrm_nonce' => wp_create_nonce( plugin_basename( __FILE__ ), 'cntctfrm_ajax_nonce_field' ),
3349
  'cntctfrm_confirm_text' => __( 'Are you sure that you want to delete this language data?', 'contact-form-plugin' )
3350
  );
3351
 
3363
  require_once( dirname( __FILE__ ) . '/bws_menu/bws_include.php' );
3364
 
3365
  $tooltip_args = array(
3366
+ 'tooltip_id' => 'cntctfrm_install_multi_tooltip',
3367
+ 'css_selector' => '#cntctfrm_show_multi_notice',
3368
+ 'actions' => array(
3369
+ 'click' => true,
3370
+ 'onload' => true,
3371
  ),
3372
+ '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>',
3373
+ 'buttons' => array(
3374
  array(
3375
  'type' => 'link',
3376
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-multi/?k=747ca825fb44711e2d24e40697747bc6&pn=77&v=' . $cntctfrm_plugin_info["Version"] . '&wp_v=' . $wp_version,
3382
  ),
3383
  ),
3384
  'position' => array(
3385
+ 'edge' => 'top',
3386
+ 'align' => is_rtl() ? 'right' : 'left',
3387
  ),
3388
  );
3389
  bws_add_tooltip_in_admin( $tooltip_args );
3421
 
3422
  if ( ! function_exists ( 'cntctfrm_add_language' ) ) {
3423
  function cntctfrm_add_language() {
3424
+ global $cntctfrm_lang_codes;
3425
  $is_ajax = defined( 'DOING_AJAX' ) && DOING_AJAX;
3426
 
3427
  if ( $is_ajax )
3429
  else
3430
  $_POST['cntctfrm_change_tab'] = $_REQUEST['cntctfrm_languages'];
3431
 
3432
+ $lang = $is_ajax ? $_REQUEST['lang'] : $_REQUEST['cntctfrm_languages'];
3433
+
3434
+ if ( ! array_key_exists( $lang, $cntctfrm_lang_codes ) ) {
3435
+ $message = sprintf( '<strong>%s</strong>:&nbsp%s.', __( 'Error', 'contact-form-plugin' ), __( 'Illegal language code', 'contact-form-plugin' ) );
3436
+ if ( $is_ajax ) {
3437
+ throw new Exception( __( 'Illegal language code', 'contact-form-plugin' ) );
3438
+ die();
3439
+ } else {
3440
+ wp_die( $message );
3441
+ }
3442
+ }
3443
 
3444
  $contact_form_multi_active = cntctfrm_check_cf_multi_active();
3445
 
3760
  function cntctfrm_add_tabs() {
3761
  $screen = get_current_screen();
3762
  $args = array(
3763
+ 'id' => 'cntctfrm',
3764
+ 'section' => '200538909'
3765
  );
3766
  bws_help_tab( $screen, $args );
3767
  }
3821
  add_action( 'wp_ajax_cntctfrm_add_language', 'cntctfrm_add_language' );
3822
  add_action( 'wp_ajax_cntctfrm_remove_language', 'cntctfrm_remove_language' );
3823
 
3824
+ add_action( 'admin_notices', 'cntctfrm_plugin_banner');
 
 
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: 2017-05-23 15:15+0300\n"
6
- "PO-Revision-Date: 2017-05-23 15:15+0300\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Aldu <alducornelissen@gmail.com>\n"
9
  "Language: af\n"
@@ -13,11 +13,11 @@ msgstr ""
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
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:37 contact_form.php:1064
21
  msgid "Contact Form Settings"
22
  msgstr "Kontak Form Verstellings"
23
 
@@ -25,46 +25,46 @@ msgstr "Kontak Form Verstellings"
25
  msgid "Contact Form"
26
  msgstr "Kontak Form"
27
 
28
- #: contact_form.php:280 contact_form.php:1244 contact_form.php:1334
29
- #: contact_form.php:1725 contact_form.php:1763 contact_form.php:2029
30
- #: contact_form.php:3181 contact_form.php:3227
31
  msgid "Name"
32
  msgstr "Naam"
33
 
34
- #: contact_form.php:281 contact_form.php:1381 contact_form.php:1726
35
- #: contact_form.php:1764 contact_form.php:2034 contact_form.php:3188
36
- #: contact_form.php:3233
37
  msgid "Address"
38
  msgstr "Adres: "
39
 
40
- #: contact_form.php:282 contact_form.php:1397 contact_form.php:1727
41
- #: contact_form.php:1765
42
  msgid "Email Address"
43
  msgstr "Epos Adres:"
44
 
45
- #: contact_form.php:283 contact_form.php:1420 contact_form.php:1728
46
- #: contact_form.php:1766
47
  msgid "Phone number"
48
  msgstr "Telefoon nommer:"
49
 
50
- #: contact_form.php:284 contact_form.php:1436 contact_form.php:1729
51
- #: contact_form.php:1767 contact_form.php:2049 contact_form.php:3199
52
- #: contact_form.php:3242
53
  msgid "Subject"
54
  msgstr "Onderwerp"
55
 
56
- #: contact_form.php:285 contact_form.php:1460 contact_form.php:1730
57
- #: contact_form.php:1768 contact_form.php:2053 contact_form.php:3204
58
- #: contact_form.php:3246
59
  msgid "Message"
60
  msgstr "Boodskap"
61
 
62
- #: contact_form.php:286 contact_form.php:1731 contact_form.php:1769
63
- #: contact_form.php:2058
64
  msgid "Attachment"
65
  msgstr "Aanhegsel:"
66
 
67
- #: contact_form.php:287
68
  msgid ""
69
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
70
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
@@ -72,77 +72,77 @@ msgstr ""
72
  "Ondersteunde datalêer tipes: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
73
  "AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
74
 
75
- #: contact_form.php:288 contact_form.php:1733 contact_form.php:1771
76
  msgid "Send me a copy"
77
  msgstr "Stuur vir my 'n kopie"
78
 
79
- #: contact_form.php:289 contact_form.php:1734 contact_form.php:1772
80
  msgid "Submit"
81
  msgstr "Dien in"
82
 
83
- #: contact_form.php:290
84
  msgid "Your name is required."
85
  msgstr "Jou naam word benodig."
86
 
87
- #: contact_form.php:291
88
  msgid "Address is required."
89
  msgstr "Adres word benodig."
90
 
91
- #: contact_form.php:292
92
  msgid "A valid email address is required."
93
  msgstr "'n Geldige epos adres word benodig."
94
 
95
- #: contact_form.php:293
96
  msgid "Phone number is required."
97
  msgstr "'n Telefoon nommer word benodig."
98
 
99
- #: contact_form.php:294
100
  msgid "Subject is required."
101
  msgstr "'n Onderwerp word benodig."
102
 
103
- #: contact_form.php:295
104
  msgid "Message text is required."
105
  msgstr "'n Boodskap teks word benodig ."
106
 
107
- #: contact_form.php:296
108
  msgid "File format is not valid."
109
  msgstr "Datalêer formaat is nie geldig nie."
110
 
111
- #: contact_form.php:297
112
  msgid "File upload error."
113
  msgstr "Oplaai van datalêer foutief."
114
 
115
- #: contact_form.php:298
116
  msgid "The file could not be uploaded."
117
  msgstr "Die datalêer kon nie opgelaai word nie."
118
 
119
- #: contact_form.php:299
120
  msgid "This file is too large."
121
  msgstr "Die datalêer is te groot."
122
 
123
- #: contact_form.php:300
124
  msgid "Please fill out the CAPTCHA."
125
  msgstr "Vul asseblief die CAPTCHA in."
126
 
127
- #: contact_form.php:301
128
  msgid "Please make corrections below and try again."
129
  msgstr "Korregeer asseblief die foute hierdoner en probeer weer."
130
 
131
- #: contact_form.php:303
132
  msgid "Thank you for contacting us."
133
  msgstr "Dankie dat jy ons gekontak het."
134
 
135
- #: contact_form.php:759 contact_form.php:1021
136
  msgid "Settings saved."
137
  msgstr "Verstellings is gestoor."
138
 
139
- #: contact_form.php:966
140
  msgid ""
141
  "Email 'FROM' field option was changed, which may cause email messages being "
142
  "moved to the spam folder or email delivery failures."
143
  msgstr ""
144
 
145
- #: contact_form.php:976
146
  msgid ""
147
  "If the 'Redirect to page' option is selected then the URL field should be in "
148
  "the following format"
@@ -150,12 +150,12 @@ msgstr ""
150
  "As die 'Redirect to page' opsie geselekteer is moet die URL veld in die "
151
  "volgende formaat wees"
152
 
153
- #: contact_form.php:983
154
  #, fuzzy
155
  msgid "Such user does not exist."
156
  msgstr "Hierdie gebruiker bestaan nie. Die instellings is nie gestoor nie."
157
 
158
- #: contact_form.php:993
159
  #, fuzzy
160
  msgid ""
161
  "Please enter a valid email address in the 'Use this email address' field."
@@ -163,63 +163,63 @@ msgstr ""
163
  "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings "
164
  "is nie gestoor nie."
165
 
166
- #: contact_form.php:1001
167
  #, fuzzy
168
  msgid "Please enter a valid email address in the 'FROM' field."
169
  msgstr ""
170
  "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings "
171
  "is nie gestoor nie."
172
 
173
- #: contact_form.php:1023
174
  #, fuzzy
175
  msgid "Settings are not saved."
176
  msgstr "Verstellings is gestoor."
177
 
178
- #: contact_form.php:1061
179
  msgid "All plugin settings were restored."
180
  msgstr ""
181
 
182
- #: contact_form.php:1067
183
  msgid "How to Use Step-by-step Instruction"
184
  msgstr ""
185
 
186
- #: contact_form.php:1070 contact_form.php:3419 contact_form.php:3433
187
  msgid "Settings"
188
  msgstr "Verstellings"
189
 
190
- #: contact_form.php:1071
191
  #, fuzzy
192
  msgid "Additional settings"
193
  msgstr "Addisionele opsies"
194
 
195
- #: contact_form.php:1072
196
  msgid "Appearance"
197
  msgstr ""
198
 
199
- #: contact_form.php:1073
200
  msgid "Custom code"
201
  msgstr ""
202
 
203
- #: contact_form.php:1074
204
  msgid "Go PRO"
205
  msgstr "Gaan PRO"
206
 
207
- #: contact_form.php:1085
208
  #, fuzzy
209
  msgid "Notice"
210
  msgstr "Kennisgewing:"
211
 
212
- #: contact_form.php:1089
213
  msgid "NEW_FORM"
214
  msgstr ""
215
 
216
- #: contact_form.php:1090
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:1099
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 +228,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:1105
232
  #, php-format
233
  msgid ""
234
  "You can add the Contact Form to your page or post by clicking on %s button "
@@ -237,7 +237,7 @@ msgid ""
237
  "language."
238
  msgstr ""
239
 
240
- #: contact_form.php:1114
241
  msgid ""
242
  "If you leave the fields empty, the messages will be sent to the email "
243
  "address specified during registration."
@@ -245,17 +245,17 @@ 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:1117
249
  #, fuzzy
250
  msgid "The user's email address"
251
  msgstr "Die gebruiker se epos adres:"
252
 
253
- #: contact_form.php:1121
254
  #, fuzzy
255
  msgid "Select a username"
256
  msgstr "Skep 'n gebruikersnaam"
257
 
258
- #: contact_form.php:1134
259
  #, fuzzy
260
  msgid ""
261
  "Select a username of the person who should get the messages from the contact "
@@ -264,111 +264,111 @@ msgstr ""
264
  "Sleutel 'n gebruikersnaam in vir die persoon wat die boodskappe moet kry van "
265
  "die kontak vorm."
266
 
267
- #: contact_form.php:1138
268
  #, fuzzy
269
  msgid "Use this email address"
270
  msgstr "Gebruik hierdie epos adres:"
271
 
272
- #: contact_form.php:1142
273
  #, fuzzy
274
  msgid "Enter the email address for receiving messages"
275
  msgstr "Sleutel in die epos adres in waar u die boodskappe aangestuur wil he."
276
 
277
- #: contact_form.php:1149 contact_form.php:1645 contact_form.php:1852
278
- #: contact_form.php:1957 contact_form.php:3514
279
  msgid "Close"
280
  msgstr ""
281
 
282
- #: contact_form.php:1153
283
  #, fuzzy
284
  msgid "Add department selectbox to the contact form"
285
  msgstr "Voeg 'n departementele keuse-boks by die kontak vorm:"
286
 
287
- #: contact_form.php:1161 contact_form.php:1654 contact_form.php:1871
288
- #: contact_form.php:2163
289
  msgid "If you upgrade to Pro version all your settings will be saved."
290
  msgstr "As u opgradeer na die Pro weergawe sal die verstellings gestoor word."
291
 
292
- #: contact_form.php:1168 contact_form.php:1490 contact_form.php:1659
293
- #: contact_form.php:1878 contact_form.php:2170
294
  msgid "Upgrade to Pro"
295
  msgstr ""
296
 
297
- #: contact_form.php:1176
298
  msgid "Save emails to the database"
299
  msgstr "Stoor eposse na die databasis."
300
 
301
- #: contact_form.php:1188 contact_form.php:1202 contact_form.php:1209
302
  msgid "Using"
303
  msgstr "In Gebruik"
304
 
305
- #: contact_form.php:1194 contact_form.php:1546 contact_form.php:1588
306
- #: contact_form.php:1623
307
  msgid "Please activate the appropriate option on"
308
  msgstr ""
309
 
310
- #: contact_form.php:1197 contact_form.php:1549 contact_form.php:1591
311
- #: contact_form.php:1626
312
  #, fuzzy
313
  msgid "settings page"
314
  msgstr "Die verstelling bladsy"
315
 
316
- #: contact_form.php:1203 contact_form.php:1556 contact_form.php:1599
317
- #: contact_form.php:1633
318
  msgid "Activate"
319
  msgstr "Aktiveer"
320
 
321
- #: contact_form.php:1210 contact_form.php:1565 contact_form.php:1605
322
- #: contact_form.php:1638
323
  msgid "Download"
324
  msgstr "Download"
325
 
326
- #: contact_form.php:1222
327
  msgid "Sending method"
328
  msgstr ""
329
 
330
- #: contact_form.php:1227
331
  msgid "Wp-mail"
332
  msgstr "Wp-mail"
333
 
334
- #: contact_form.php:1229
335
  #, fuzzy
336
  msgid "You can use the Wordpress wp_mail function for mailing"
337
  msgstr "U kan die wp_mail funksie gebruik vir eposse"
338
 
339
- #: contact_form.php:1232
340
  msgid "Mail"
341
  msgstr "Mail"
342
 
343
- #: contact_form.php:1234
344
  #, fuzzy
345
  msgid "You can use the PHP mail function for mailing"
346
  msgstr "U kan die wp_mail funksie gebruik vir eposse"
347
 
348
- #: contact_form.php:1239
349
  msgid "'FROM' field"
350
  msgstr ""
351
 
352
- #: contact_form.php:1255
353
  msgid "User name"
354
  msgstr "Gebruikersnaam"
355
 
356
- #: contact_form.php:1257
357
  msgid ""
358
  "The name of the user who fills the form will be used in the field 'From'."
359
  msgstr ""
360
  "Die naam van die gebruiker wie die vorm invul sal gebruik word vir die 'From/"
361
  "Van' veld."
362
 
363
- #: contact_form.php:1268 contact_form.php:3194 contact_form.php:3238
364
  msgid "Email"
365
  msgstr "Epos"
366
 
367
- #: contact_form.php:1279
368
  msgid "User email"
369
  msgstr "Gebruiker epos"
370
 
371
- #: contact_form.php:1281
372
  msgid ""
373
  "The email address of the user who fills the form will be used in the field "
374
  "'From'."
@@ -376,292 +376,287 @@ msgstr ""
376
  "Die epos adres van die gebruiker wie die vorm invul sal gebruik word in die "
377
  "'From/van' veld."
378
 
379
- #: contact_form.php:1290
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:1299
386
  msgid "Required symbol"
387
  msgstr "Benodigde simbool"
388
 
389
- #: contact_form.php:1309
390
  msgid "Fields"
391
  msgstr "Velde"
392
 
393
- #: contact_form.php:1310 contact_form.php:1337 contact_form.php:1364
394
- #: contact_form.php:1384 contact_form.php:1423 contact_form.php:1505
395
  msgid "Used"
396
  msgstr "Gebruik"
397
 
398
- #: contact_form.php:1311 contact_form.php:1326 contact_form.php:1341
399
- #: contact_form.php:1368 contact_form.php:1388 contact_form.php:1401
400
- #: contact_form.php:1427 contact_form.php:1440 contact_form.php:1464
401
  msgid "Required"
402
  msgstr "Benodig"
403
 
404
- #: contact_form.php:1313 contact_form.php:1346 contact_form.php:1406
405
- #: contact_form.php:1445 contact_form.php:1469
406
  msgid "Visible"
407
  msgstr "Sigbaar"
408
 
409
- #: contact_form.php:1314 contact_form.php:1350 contact_form.php:1410
410
- #: contact_form.php:1449 contact_form.php:1473
411
  msgid "Disabled for editing"
412
  msgstr "Gedeaktiveer vir wysiging"
413
 
414
- #: contact_form.php:1315 contact_form.php:1374 contact_form.php:1453
415
- #: contact_form.php:1477
416
  msgid "Field's default value"
417
  msgstr "Veld se verstekwaarde"
418
 
419
- #: contact_form.php:1322
420
  msgid "Department selectbox"
421
  msgstr ""
422
 
423
- #: contact_form.php:1354
424
  msgid "Use User's name as a default value if the user is logged in."
425
  msgstr ""
426
 
427
- #: contact_form.php:1355 contact_form.php:1415
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:1361
434
  msgid "Location selectbox"
435
  msgstr ""
436
 
437
- #: contact_form.php:1414
438
  msgid "Use User's email as a default value if the user is logged in."
439
  msgstr ""
440
 
441
- #: contact_form.php:1498
442
  msgid "Attachment block"
443
  msgstr "Aanhegsel blok"
444
 
445
- #: contact_form.php:1500
446
  msgid "Users can attach the following file formats"
447
  msgstr "Gebruikers kan die volgende dataleêr formate aanheg"
448
 
449
- #: contact_form.php:1518
450
  msgid "Add to the form"
451
  msgstr "Voeg by die vorm by"
452
 
453
- #: contact_form.php:1523
454
  msgid "Tips below the Attachment"
455
  msgstr "Wenke onder die Aanhegsel"
456
 
457
- #: contact_form.php:1530
458
  msgid "'Send me a copy' block"
459
  msgstr "'Stuur vir my 'n kopie' blok"
460
 
461
- #: contact_form.php:1558
462
  msgid "Activate for network"
463
  msgstr ""
464
 
465
- #: contact_form.php:1649
466
  msgid "Agreement checkbox"
467
  msgstr "Ooreenstemming checkbox"
468
 
469
- #: contact_form.php:1649
470
  msgid "Required checkbox for submitting the form"
471
  msgstr "Benodigde checkbox om die vorm in te dien"
472
 
473
- #: contact_form.php:1650
474
  msgid "Optional checkbox"
475
  msgstr "Opsie checkbox"
476
 
477
- #: contact_form.php:1650
478
  msgid "Optional checkbox, the results of which will be displayed in email"
479
  msgstr "Opsionele checkbox, die resultate waarvan in die epos sal verskyn"
480
 
481
- #: contact_form.php:1668
482
  msgid "Delete an attachment file from the server after the email is sent"
483
  msgstr "Verwyder 'n aanhegsel dataleêr van die server na epos gestuur is"
484
 
485
- #: contact_form.php:1674
486
  msgid "Email in HTML format sending"
487
  msgstr "E-Mail in HTML Format"
488
 
489
- #: contact_form.php:1678
490
  msgid "Display additional info in the email"
491
  msgstr "Toon addisionele inligting in die epos"
492
 
493
- #: contact_form.php:1684
494
  #, fuzzy
495
  msgid "Sent from (IP address)"
496
  msgstr "Gestuur van (IP-Adres)"
497
 
498
- #: contact_form.php:1684
499
- msgid "Example: Sent from (IP address):\t127.0.0.1"
500
- msgstr "Voorbeeld: Gestuur van (IP-Adres):\t127.0.0.1"
501
 
502
- #: contact_form.php:1685 contact_form.php:3143 contact_form.php:3145
503
  msgid "Date/Time"
504
  msgstr "Datum/Tyd"
505
 
506
- #: contact_form.php:1685
507
- msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
508
- msgstr "Voorbeeld: Datum/Tyd:\tAugustus 19, 2013 8:50 pm"
509
 
510
- #: contact_form.php:1686 contact_form.php:3149 contact_form.php:3151
511
  msgid "Sent from (referer)"
512
  msgstr "Gestuur van (referer)"
513
 
514
- #: contact_form.php:1686
515
- #, fuzzy
516
  msgid ""
517
- "Example: Sent from (referer):\thttps://bestwebsoft.com/contacts/contact-us/"
518
  msgstr ""
519
- "Voorbeeld: Gestuur van (referer):\thttp://bestwebsoft.com/kontakte/kontak-"
520
- "ons/"
521
 
522
- #: contact_form.php:1687 contact_form.php:3155 contact_form.php:3157
523
  msgid "Using (user agent)"
524
  msgstr "Gebruik (user agent)"
525
 
526
- #: contact_form.php:1687
527
  msgid ""
528
- "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
529
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
530
  msgstr ""
531
- "Voorbeeld: Gebruik (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
532
- "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
533
 
534
- #: contact_form.php:1692
535
  msgid "Language settings for the field names in the form"
536
  msgstr "Taal verstellings vir die naamvelde in die vorm"
537
 
538
- #: contact_form.php:1701
539
  msgid "Add a language"
540
  msgstr "Voeg 'n taal by"
541
 
542
- #: contact_form.php:1705
543
  msgid "Change the names of the contact form fields and error messages"
544
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
545
 
546
- #: contact_form.php:1710 contact_form.php:1806 contact_form.php:1938
547
- #: contact_form.php:2077 contact_form.php:2082 contact_form.php:2092
548
- #: contact_form.php:2097 contact_form.php:2102 contact_form.php:2107
549
- #: contact_form.php:2117 contact_form.php:2122 contact_form.php:2131
550
- #: contact_form.php:2145 contact_form.php:2150 contact_form.php:2155
551
  msgid "Default"
552
  msgstr "Verstek"
553
 
554
- #: contact_form.php:1723 contact_form.php:1761
555
  msgid "click to expand/hide the list"
556
  msgstr "Kliek om uit te brei/lys te versteek"
557
 
558
- #: contact_form.php:1732 contact_form.php:1770
559
  msgid "Tips below the Attachment block"
560
  msgstr "Wenke onder toe Aanhegsel blok"
561
 
562
- #: contact_form.php:1735 contact_form.php:1773
563
  msgid "Error message for the Name field"
564
  msgstr "FFoutboodskap vir die Naamveld"
565
 
566
- #: contact_form.php:1736 contact_form.php:1774
567
  msgid "Error message for the Address field"
568
  msgstr "Foutboodskap vir die Adres veld"
569
 
570
- #: contact_form.php:1737 contact_form.php:1775
571
  msgid "Error message for the Email field"
572
  msgstr "Foutboodskap vir die Epos veld"
573
 
574
- #: contact_form.php:1738 contact_form.php:1776
575
  msgid "Error message for the Phone field"
576
  msgstr "Foutboodskap vir die Telefoon Nommer veld"
577
 
578
- #: contact_form.php:1739 contact_form.php:1777
579
  msgid "Error message for the Subject field"
580
  msgstr "Foutboodskap vir die Onderwerp veld"
581
 
582
- #: contact_form.php:1740 contact_form.php:1778
583
  msgid "Error message for the Message field"
584
  msgstr "Foutboodskap vir die Boodskap veld"
585
 
586
- #: contact_form.php:1741 contact_form.php:1779
587
  msgid "Error message about the file type for the Attachment field"
588
  msgstr "Foutboodskap oor die dataleêr tipe vir die Aanhegsel veld"
589
 
590
- #: contact_form.php:1742 contact_form.php:1780
591
  msgid ""
592
  "Error message while uploading a file for the Attachment field to the server"
593
  msgstr ""
594
  "Foutboodskap tydens dataleêr oplaai vir die Aanhegsel veld na die server"
595
 
596
- #: contact_form.php:1743 contact_form.php:1781
597
  msgid "Error message while moving the file for the Attachment field"
598
  msgstr "Foutboodskap tydens die skuif van dataleêr vir die Aanhegsel veld"
599
 
600
- #: contact_form.php:1744 contact_form.php:1782
601
  msgid "Error message when file size limit for the Attachment field is exceeded"
602
  msgstr ""
603
  "Foutboodskap wanneer die dataleêr limiet vir die Aanhegsel veld oorskry is"
604
 
605
- #: contact_form.php:1745 contact_form.php:1783
606
  msgid "Error message for the Captcha field"
607
  msgstr "Foutboodskap vir die Captcha veld"
608
 
609
- #: contact_form.php:1746 contact_form.php:1784
610
  msgid "Error message for the whole form"
611
  msgstr "Foutboodskap vir die hele vorm"
612
 
613
- #: contact_form.php:1749 contact_form.php:1751 contact_form.php:1787
614
- #: contact_form.php:1789 contact_form.php:1821 contact_form.php:1823
615
- #: contact_form.php:1835 contact_form.php:1837 contact_form.php:3602
616
- #: contact_form.php:3604
617
  msgid "Use shortcode"
618
  msgstr "Gebruik kortkode"
619
 
620
- #: contact_form.php:1749 contact_form.php:1751 contact_form.php:1787
621
- #: contact_form.php:1789 contact_form.php:1821 contact_form.php:1823
622
- #: contact_form.php:1835 contact_form.php:1837 contact_form.php:3602
623
- #: contact_form.php:3604
624
  msgid "for this language"
625
  msgstr "vir hierdie taal"
626
 
627
- #: contact_form.php:1797
628
  #, fuzzy
629
  msgid "Use the changed names of the contact form fields in the email"
630
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
631
 
632
- #: contact_form.php:1803
633
  msgid "Action after email is sent"
634
  msgstr "Aksie na epos gestuur is"
635
 
636
- #: contact_form.php:1805
637
  msgid "Display text"
638
  msgstr "Toon teks"
639
 
640
- #: contact_form.php:1819 contact_form.php:1833
641
  msgid "Text"
642
  msgstr "teks"
643
 
644
- #: contact_form.php:1844
645
  msgid "Redirect to the page"
646
  msgstr "Herlei na die bladsy"
647
 
648
- #: contact_form.php:1845
649
  msgid "Url"
650
  msgstr "Url"
651
 
652
- #: contact_form.php:1856
653
  msgid "Add field 'Reply-To' to the email header"
654
  msgstr ""
655
 
656
- #: contact_form.php:1858
657
  msgid "Field 'Reply-To' will be initialized by user email"
658
  msgstr ""
659
 
660
- #: contact_form.php:1862
661
  msgid "Auto Response"
662
  msgstr ""
663
 
664
- #: contact_form.php:1866
665
  #, php-format
666
  msgid ""
667
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -669,194 +664,194 @@ msgid ""
669
  "name."
670
  msgstr ""
671
 
672
- #: contact_form.php:1888 contact_form.php:2419
673
  msgid "Save Changes"
674
  msgstr "Stoor veranderinge"
675
 
676
- #: contact_form.php:1901
677
  #, php-format
678
  msgid ""
679
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
680
  msgstr ""
681
 
682
- #: contact_form.php:1901 contact_form.php:1910
683
  msgid "Form layout"
684
  msgstr ""
685
 
686
- #: contact_form.php:1901 contact_form.php:1922
687
  #, fuzzy
688
  msgid "Submit position"
689
  msgstr "Indien knoppie"
690
 
691
- #: contact_form.php:1914
692
  msgid "One column"
693
  msgstr ""
694
 
695
- #: contact_form.php:1917
696
  msgid "Two columns"
697
  msgstr ""
698
 
699
- #: contact_form.php:1926 contact_form.php:1965 contact_form.php:1983
700
- #: contact_form.php:1998
701
  msgid "Left"
702
  msgstr ""
703
 
704
- #: contact_form.php:1929 contact_form.php:1971 contact_form.php:1986
705
- #: contact_form.php:2004
706
  msgid "Right"
707
  msgstr ""
708
 
709
- #: contact_form.php:1934
710
  msgid "Width"
711
  msgstr ""
712
 
713
- #: contact_form.php:1941
714
  msgid "Custom"
715
  msgstr ""
716
 
717
- #: contact_form.php:1948
718
  msgid "px"
719
  msgstr ""
720
 
721
- #: contact_form.php:1961
722
  msgid "Form align"
723
  msgstr ""
724
 
725
- #: contact_form.php:1968 contact_form.php:2001
726
  msgid "Center"
727
  msgstr ""
728
 
729
- #: contact_form.php:1976
730
  #, fuzzy
731
  msgid "Labels position"
732
  msgstr "Indien knoppie"
733
 
734
- #: contact_form.php:1980
735
  msgid "Top"
736
  msgstr ""
737
 
738
- #: contact_form.php:1989
739
  msgid "Bottom"
740
  msgstr ""
741
 
742
- #: contact_form.php:1994
743
  msgid "Labels align"
744
  msgstr ""
745
 
746
- #: contact_form.php:2009
747
  msgid "Errors output"
748
  msgstr "Foutboodskap uitset"
749
 
750
- #: contact_form.php:2012
751
  msgid "Display error messages"
752
  msgstr "Toon foutboodskappe"
753
 
754
- #: contact_form.php:2013
755
  msgid "Color of the input field errors."
756
  msgstr "Kleur van die inset veld foutboodskappe"
757
 
758
- #: contact_form.php:2014
759
  msgid "Display error messages & color of the input field errors"
760
  msgstr "Toon foutboodskappe & kleur van die inset veld foutboodskappe"
761
 
762
- #: contact_form.php:2019
763
  msgid "Add placeholder to the input blocks"
764
  msgstr "Voeg 'n plekhouer by die inset blokke"
765
 
766
- #: contact_form.php:2025
767
  msgid "Add tooltips"
768
  msgstr "Voeg tool-wenke"
769
 
770
- #: contact_form.php:2039
771
  msgid "Email address"
772
  msgstr "Epos Adres:"
773
 
774
- #: contact_form.php:2044 contact_form.php:3210 contact_form.php:3251
775
  msgid "Phone Number"
776
  msgstr "Telefoon Nommer:"
777
 
778
- #: contact_form.php:2070
779
  msgid "Style options"
780
  msgstr "Styl opsies"
781
 
782
- #: contact_form.php:2074
783
  msgid "Text color"
784
  msgstr "Teks kleur"
785
 
786
- #: contact_form.php:2079
787
  msgid "Label text color"
788
  msgstr "Etiket teks kleur"
789
 
790
- #: contact_form.php:2084
791
  msgid "Placeholder color"
792
  msgstr "Plekhouer kleur"
793
 
794
- #: contact_form.php:2089
795
  msgid "Errors color"
796
  msgstr "Foutboodskap kleur"
797
 
798
- #: contact_form.php:2094
799
  msgid "Error text color"
800
  msgstr "Foutboodskap teks kleur"
801
 
802
- #: contact_form.php:2099
803
  msgid "Background color of the input field errors"
804
  msgstr "Agtergrond kleur van die inset veld foutboodskappe"
805
 
806
- #: contact_form.php:2104
807
  msgid "Border color of the input field errors"
808
  msgstr "Rand-kleur van die inset veld foutboodskappe"
809
 
810
- #: contact_form.php:2109
811
  msgid "Placeholder color of the input field errors"
812
  msgstr "Plekhouer kleur van die inset veld foutboodskappe"
813
 
814
- #: contact_form.php:2114
815
  msgid "Input fields"
816
  msgstr "Inset velde"
817
 
818
- #: contact_form.php:2119
819
  msgid "Input fields background color"
820
  msgstr "Inset velde agtergrond kleur"
821
 
822
- #: contact_form.php:2124
823
  msgid "Text fields color"
824
  msgstr "Teks velde kleur"
825
 
826
- #: contact_form.php:2128
827
  msgid "Border width in px, numbers only"
828
  msgstr "Rand wydte in px, nommers alleenlik"
829
 
830
- #: contact_form.php:2133 contact_form.php:2157
831
  msgid "Border color"
832
  msgstr "Rand kleur"
833
 
834
- #: contact_form.php:2138
835
  msgid "Submit button"
836
  msgstr "Indien knoppie"
837
 
838
- #: contact_form.php:2142
839
  msgid "Width in px, numbers only"
840
  msgstr "Wydte in px, nommers alleenlik"
841
 
842
- #: contact_form.php:2147
843
  msgid "Button color"
844
  msgstr "Knoppie Kleur"
845
 
846
- #: contact_form.php:2152
847
  msgid "Button text color"
848
  msgstr "Knoppie teks kleur"
849
 
850
- #: contact_form.php:2181
851
  #, fuzzy
852
  msgid "Contact Form | Preview"
853
  msgstr "Kontak Vorm Pro | Voorskou"
854
 
855
- #: contact_form.php:2182
856
  msgid "Drag the necessary field to sort fields."
857
  msgstr ""
858
 
859
- #: contact_form.php:2408
860
  #, fuzzy
861
  msgid ""
862
  "If you would like to add the Contact Form to your website, just copy and "
@@ -865,23 +860,23 @@ msgstr ""
865
  "As u die Kontak Vorm by u webstuiste wil bylas, kopieër en plak net die "
866
  "kortkode na u post, bladsy of widget:"
867
 
868
- #: contact_form.php:2536
869
  msgid "Sorry, email message could not be delivered."
870
  msgstr "Verskoning, die epos kon nie gestuur word nie."
871
 
872
- #: contact_form.php:3137 contact_form.php:3139
873
  msgid "Sent from (ip address)"
874
  msgstr "Gestuur van (IP-Adres)"
875
 
876
- #: contact_form.php:3167
877
  msgid "Contact from"
878
  msgstr "Kontak Vorm"
879
 
880
- #: contact_form.php:3172 contact_form.php:3221
881
  msgid "Site"
882
  msgstr "Webtuiste"
883
 
884
- #: contact_form.php:3351
885
  msgid ""
886
  "If you can see this MIME, it means that the MIME type is not supported by "
887
  "your email client!"
@@ -889,60 +884,89 @@ msgstr ""
889
  "As u die MIME kan sie, beteken dit dat die MIME tipe nie ondersteun word "
890
  "deur u epos klient nie!"
891
 
892
- #: contact_form.php:3434
893
  msgid "FAQ"
894
  msgstr "Gereeld Gestelde Vrae (FAQ)"
895
 
896
- #: contact_form.php:3435
897
  msgid "Support"
898
  msgstr "Steun"
899
 
900
- #: contact_form.php:3484
901
  msgid "Are you sure that you want to delete this language data?"
902
  msgstr "Is u seker dat u die taal data wil verwyder?"
903
 
904
- #: contact_form.php:3505
905
  #, fuzzy
906
  msgid "Add multiple forms"
907
  msgstr "Voeg by die vorm by"
908
 
909
- #: contact_form.php:3505
910
  msgid ""
911
  "Install Contact Form Multi plugin to create unlimited number of contact "
912
  "forms."
913
  msgstr ""
914
 
915
- #: contact_form.php:3510
916
  msgid "Learn more"
917
  msgstr ""
918
 
919
- #: contact_form.php:3751
 
 
 
 
 
 
 
 
920
  msgid "Close notice"
921
  msgstr ""
922
 
923
- #: contact_form.php:3756
924
  #, fuzzy
925
  msgid "allows to store your messages to the database."
926
  msgstr "Stoor eposse na die databasis."
927
 
928
- #: contact_form.php:3757
929
  msgid "Manage messages that have been sent from your website."
930
  msgstr ""
931
 
932
- #: contact_form.php:3760
933
  msgid "Learn More"
934
  msgstr ""
935
 
936
- #: contact_form.php:3820
937
  #, fuzzy
938
  msgid "Contact form"
939
  msgstr "Kontak Vorm"
940
 
941
- #: contact_form.php:3833 contact_form.php:3843
942
  #, fuzzy
943
  msgid "Language"
944
  msgstr "Voeg 'n taal by"
945
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
946
  #~ msgid "Name:"
947
  #~ msgstr "Naam:"
948
 
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-11-15 11:14+0200\n"
6
+ "PO-Revision-Date: 2017-11-15 11:14+0200\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Aldu <alducornelissen@gmail.com>\n"
9
  "Language: af\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.7.1\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: contact_form.php:37 contact_form.php:953
21
  msgid "Contact Form Settings"
22
  msgstr "Kontak Form Verstellings"
23
 
25
  msgid "Contact Form"
26
  msgstr "Kontak Form"
27
 
28
+ #: contact_form.php:300 contact_form.php:1133 contact_form.php:1223
29
+ #: contact_form.php:1613 contact_form.php:1651 contact_form.php:1918
30
+ #: contact_form.php:3045 contact_form.php:3091
31
  msgid "Name"
32
  msgstr "Naam"
33
 
34
+ #: contact_form.php:301 contact_form.php:1270 contact_form.php:1614
35
+ #: contact_form.php:1652 contact_form.php:1923 contact_form.php:3052
36
+ #: contact_form.php:3097
37
  msgid "Address"
38
  msgstr "Adres: "
39
 
40
+ #: contact_form.php:302 contact_form.php:1286 contact_form.php:1615
41
+ #: contact_form.php:1653
42
  msgid "Email Address"
43
  msgstr "Epos Adres:"
44
 
45
+ #: contact_form.php:303 contact_form.php:1309 contact_form.php:1616
46
+ #: contact_form.php:1654
47
  msgid "Phone number"
48
  msgstr "Telefoon nommer:"
49
 
50
+ #: contact_form.php:304 contact_form.php:1325 contact_form.php:1617
51
+ #: contact_form.php:1655 contact_form.php:1938 contact_form.php:3063
52
+ #: contact_form.php:3106
53
  msgid "Subject"
54
  msgstr "Onderwerp"
55
 
56
+ #: contact_form.php:305 contact_form.php:1349 contact_form.php:1618
57
+ #: contact_form.php:1656 contact_form.php:1942 contact_form.php:3068
58
+ #: contact_form.php:3110
59
  msgid "Message"
60
  msgstr "Boodskap"
61
 
62
+ #: contact_form.php:306 contact_form.php:1619 contact_form.php:1657
63
+ #: contact_form.php:1947
64
  msgid "Attachment"
65
  msgstr "Aanhegsel:"
66
 
67
+ #: contact_form.php:307
68
  msgid ""
69
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
70
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
72
  "Ondersteunde datalêer tipes: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
73
  "AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
74
 
75
+ #: contact_form.php:308 contact_form.php:1621 contact_form.php:1659
76
  msgid "Send me a copy"
77
  msgstr "Stuur vir my 'n kopie"
78
 
79
+ #: contact_form.php:309 contact_form.php:1622 contact_form.php:1660
80
  msgid "Submit"
81
  msgstr "Dien in"
82
 
83
+ #: contact_form.php:310
84
  msgid "Your name is required."
85
  msgstr "Jou naam word benodig."
86
 
87
+ #: contact_form.php:311
88
  msgid "Address is required."
89
  msgstr "Adres word benodig."
90
 
91
+ #: contact_form.php:312
92
  msgid "A valid email address is required."
93
  msgstr "'n Geldige epos adres word benodig."
94
 
95
+ #: contact_form.php:313
96
  msgid "Phone number is required."
97
  msgstr "'n Telefoon nommer word benodig."
98
 
99
+ #: contact_form.php:314
100
  msgid "Subject is required."
101
  msgstr "'n Onderwerp word benodig."
102
 
103
+ #: contact_form.php:315
104
  msgid "Message text is required."
105
  msgstr "'n Boodskap teks word benodig ."
106
 
107
+ #: contact_form.php:316
108
  msgid "File format is not valid."
109
  msgstr "Datalêer formaat is nie geldig nie."
110
 
111
+ #: contact_form.php:317
112
  msgid "File upload error."
113
  msgstr "Oplaai van datalêer foutief."
114
 
115
+ #: contact_form.php:318
116
  msgid "The file could not be uploaded."
117
  msgstr "Die datalêer kon nie opgelaai word nie."
118
 
119
+ #: contact_form.php:319
120
  msgid "This file is too large."
121
  msgstr "Die datalêer is te groot."
122
 
123
+ #: contact_form.php:320
124
  msgid "Please fill out the CAPTCHA."
125
  msgstr "Vul asseblief die CAPTCHA in."
126
 
127
+ #: contact_form.php:321
128
  msgid "Please make corrections below and try again."
129
  msgstr "Korregeer asseblief die foute hierdoner en probeer weer."
130
 
131
+ #: contact_form.php:323
132
  msgid "Thank you for contacting us."
133
  msgstr "Dankie dat jy ons gekontak het."
134
 
135
+ #: contact_form.php:650 contact_form.php:910
136
  msgid "Settings saved."
137
  msgstr "Verstellings is gestoor."
138
 
139
+ #: contact_form.php:855
140
  msgid ""
141
  "Email 'FROM' field option was changed, which may cause email messages being "
142
  "moved to the spam folder or email delivery failures."
143
  msgstr ""
144
 
145
+ #: contact_form.php:865
146
  msgid ""
147
  "If the 'Redirect to page' option is selected then the URL field should be in "
148
  "the following format"
150
  "As die 'Redirect to page' opsie geselekteer is moet die URL veld in die "
151
  "volgende formaat wees"
152
 
153
+ #: contact_form.php:872
154
  #, fuzzy
155
  msgid "Such user does not exist."
156
  msgstr "Hierdie gebruiker bestaan nie. Die instellings is nie gestoor nie."
157
 
158
+ #: contact_form.php:882
159
  #, fuzzy
160
  msgid ""
161
  "Please enter a valid email address in the 'Use this email address' field."
163
  "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings "
164
  "is nie gestoor nie."
165
 
166
+ #: contact_form.php:890
167
  #, fuzzy
168
  msgid "Please enter a valid email address in the 'FROM' field."
169
  msgstr ""
170
  "Vul asseblief 'n geldige epos adres in die 'FROM/VAN' veld. Die verstellings "
171
  "is nie gestoor nie."
172
 
173
+ #: contact_form.php:912
174
  #, fuzzy
175
  msgid "Settings are not saved."
176
  msgstr "Verstellings is gestoor."
177
 
178
+ #: contact_form.php:950
179
  msgid "All plugin settings were restored."
180
  msgstr ""
181
 
182
+ #: contact_form.php:956
183
  msgid "How to Use Step-by-step Instruction"
184
  msgstr ""
185
 
186
+ #: contact_form.php:959 contact_form.php:3254 contact_form.php:3268
187
  msgid "Settings"
188
  msgstr "Verstellings"
189
 
190
+ #: contact_form.php:960
191
  #, fuzzy
192
  msgid "Additional settings"
193
  msgstr "Addisionele opsies"
194
 
195
+ #: contact_form.php:961
196
  msgid "Appearance"
197
  msgstr ""
198
 
199
+ #: contact_form.php:962
200
  msgid "Custom code"
201
  msgstr ""
202
 
203
+ #: contact_form.php:963
204
  msgid "Go PRO"
205
  msgstr "Gaan PRO"
206
 
207
+ #: contact_form.php:974
208
  #, fuzzy
209
  msgid "Notice"
210
  msgstr "Kennisgewing:"
211
 
212
+ #: contact_form.php:978
213
  msgid "NEW_FORM"
214
  msgstr ""
215
 
216
+ #: contact_form.php:979
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:988
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
  "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:994
232
  #, php-format
233
  msgid ""
234
  "You can add the Contact Form to your page or post by clicking on %s button "
237
  "language."
238
  msgstr ""
239
 
240
+ #: contact_form.php:1003
241
  msgid ""
242
  "If you leave the fields empty, the messages will be sent to the email "
243
  "address specified during registration."
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:1006
249
  #, fuzzy
250
  msgid "The user's email address"
251
  msgstr "Die gebruiker se epos adres:"
252
 
253
+ #: contact_form.php:1010
254
  #, fuzzy
255
  msgid "Select a username"
256
  msgstr "Skep 'n gebruikersnaam"
257
 
258
+ #: contact_form.php:1023
259
  #, fuzzy
260
  msgid ""
261
  "Select a username of the person who should get the messages from the contact "
264
  "Sleutel 'n gebruikersnaam in vir die persoon wat die boodskappe moet kry van "
265
  "die kontak vorm."
266
 
267
+ #: contact_form.php:1027
268
  #, fuzzy
269
  msgid "Use this email address"
270
  msgstr "Gebruik hierdie epos adres:"
271
 
272
+ #: contact_form.php:1031
273
  #, fuzzy
274
  msgid "Enter the email address for receiving messages"
275
  msgstr "Sleutel in die epos adres in waar u die boodskappe aangestuur wil he."
276
 
277
+ #: contact_form.php:1038 contact_form.php:1533 contact_form.php:1740
278
+ #: contact_form.php:1846 contact_form.php:3351
279
  msgid "Close"
280
  msgstr ""
281
 
282
+ #: contact_form.php:1042
283
  #, fuzzy
284
  msgid "Add department selectbox to the contact form"
285
  msgstr "Voeg 'n departementele keuse-boks by die kontak vorm:"
286
 
287
+ #: contact_form.php:1050 contact_form.php:1542 contact_form.php:1759
288
+ #: contact_form.php:2052
289
  msgid "If you upgrade to Pro version all your settings will be saved."
290
  msgstr "As u opgradeer na die Pro weergawe sal die verstellings gestoor word."
291
 
292
+ #: contact_form.php:1057 contact_form.php:1379 contact_form.php:1547
293
+ #: contact_form.php:1766 contact_form.php:2059
294
  msgid "Upgrade to Pro"
295
  msgstr ""
296
 
297
+ #: contact_form.php:1065
298
  msgid "Save emails to the database"
299
  msgstr "Stoor eposse na die databasis."
300
 
301
+ #: contact_form.php:1077 contact_form.php:1091 contact_form.php:1098
302
  msgid "Using"
303
  msgstr "In Gebruik"
304
 
305
+ #: contact_form.php:1083 contact_form.php:1435 contact_form.php:1476
306
+ #: contact_form.php:1511
307
  msgid "Please activate the appropriate option on"
308
  msgstr ""
309
 
310
+ #: contact_form.php:1086 contact_form.php:1438 contact_form.php:1479
311
+ #: contact_form.php:1514
312
  #, fuzzy
313
  msgid "settings page"
314
  msgstr "Die verstelling bladsy"
315
 
316
+ #: contact_form.php:1092 contact_form.php:1445 contact_form.php:1487
317
+ #: contact_form.php:1521
318
  msgid "Activate"
319
  msgstr "Aktiveer"
320
 
321
+ #: contact_form.php:1099 contact_form.php:1454 contact_form.php:1493
322
+ #: contact_form.php:1526
323
  msgid "Download"
324
  msgstr "Download"
325
 
326
+ #: contact_form.php:1111
327
  msgid "Sending method"
328
  msgstr ""
329
 
330
+ #: contact_form.php:1116
331
  msgid "Wp-mail"
332
  msgstr "Wp-mail"
333
 
334
+ #: contact_form.php:1118
335
  #, fuzzy
336
  msgid "You can use the Wordpress wp_mail function for mailing"
337
  msgstr "U kan die wp_mail funksie gebruik vir eposse"
338
 
339
+ #: contact_form.php:1121
340
  msgid "Mail"
341
  msgstr "Mail"
342
 
343
+ #: contact_form.php:1123
344
  #, fuzzy
345
  msgid "You can use the PHP mail function for mailing"
346
  msgstr "U kan die wp_mail funksie gebruik vir eposse"
347
 
348
+ #: contact_form.php:1128
349
  msgid "'FROM' field"
350
  msgstr ""
351
 
352
+ #: contact_form.php:1144
353
  msgid "User name"
354
  msgstr "Gebruikersnaam"
355
 
356
+ #: contact_form.php:1146
357
  msgid ""
358
  "The name of the user who fills the form will be used in the field 'From'."
359
  msgstr ""
360
  "Die naam van die gebruiker wie die vorm invul sal gebruik word vir die 'From/"
361
  "Van' veld."
362
 
363
+ #: contact_form.php:1157 contact_form.php:3058 contact_form.php:3102
364
  msgid "Email"
365
  msgstr "Epos"
366
 
367
+ #: contact_form.php:1168
368
  msgid "User email"
369
  msgstr "Gebruiker epos"
370
 
371
+ #: contact_form.php:1170
372
  msgid ""
373
  "The email address of the user who fills the form will be used in the field "
374
  "'From'."
376
  "Die epos adres van die gebruiker wie die vorm invul sal gebruik word in die "
377
  "'From/van' veld."
378
 
379
+ #: contact_form.php:1179
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:1188
386
  msgid "Required symbol"
387
  msgstr "Benodigde simbool"
388
 
389
+ #: contact_form.php:1198
390
  msgid "Fields"
391
  msgstr "Velde"
392
 
393
+ #: contact_form.php:1199 contact_form.php:1226 contact_form.php:1253
394
+ #: contact_form.php:1273 contact_form.php:1312 contact_form.php:1394
395
  msgid "Used"
396
  msgstr "Gebruik"
397
 
398
+ #: contact_form.php:1200 contact_form.php:1215 contact_form.php:1230
399
+ #: contact_form.php:1257 contact_form.php:1277 contact_form.php:1290
400
+ #: contact_form.php:1316 contact_form.php:1329 contact_form.php:1353
401
  msgid "Required"
402
  msgstr "Benodig"
403
 
404
+ #: contact_form.php:1202 contact_form.php:1235 contact_form.php:1295
405
+ #: contact_form.php:1334 contact_form.php:1358
406
  msgid "Visible"
407
  msgstr "Sigbaar"
408
 
409
+ #: contact_form.php:1203 contact_form.php:1239 contact_form.php:1299
410
+ #: contact_form.php:1338 contact_form.php:1362
411
  msgid "Disabled for editing"
412
  msgstr "Gedeaktiveer vir wysiging"
413
 
414
+ #: contact_form.php:1204 contact_form.php:1263 contact_form.php:1342
415
+ #: contact_form.php:1366
416
  msgid "Field's default value"
417
  msgstr "Veld se verstekwaarde"
418
 
419
+ #: contact_form.php:1211
420
  msgid "Department selectbox"
421
  msgstr ""
422
 
423
+ #: contact_form.php:1243
424
  msgid "Use User's name as a default value if the user is logged in."
425
  msgstr ""
426
 
427
+ #: contact_form.php:1244 contact_form.php:1304
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:1250
434
  msgid "Location selectbox"
435
  msgstr ""
436
 
437
+ #: contact_form.php:1303
438
  msgid "Use User's email as a default value if the user is logged in."
439
  msgstr ""
440
 
441
+ #: contact_form.php:1387
442
  msgid "Attachment block"
443
  msgstr "Aanhegsel blok"
444
 
445
+ #: contact_form.php:1389
446
  msgid "Users can attach the following file formats"
447
  msgstr "Gebruikers kan die volgende dataleêr formate aanheg"
448
 
449
+ #: contact_form.php:1407
450
  msgid "Add to the form"
451
  msgstr "Voeg by die vorm by"
452
 
453
+ #: contact_form.php:1412
454
  msgid "Tips below the Attachment"
455
  msgstr "Wenke onder die Aanhegsel"
456
 
457
+ #: contact_form.php:1419
458
  msgid "'Send me a copy' block"
459
  msgstr "'Stuur vir my 'n kopie' blok"
460
 
461
+ #: contact_form.php:1447
462
  msgid "Activate for network"
463
  msgstr ""
464
 
465
+ #: contact_form.php:1537
466
  msgid "Agreement checkbox"
467
  msgstr "Ooreenstemming checkbox"
468
 
469
+ #: contact_form.php:1537
470
  msgid "Required checkbox for submitting the form"
471
  msgstr "Benodigde checkbox om die vorm in te dien"
472
 
473
+ #: contact_form.php:1538
474
  msgid "Optional checkbox"
475
  msgstr "Opsie checkbox"
476
 
477
+ #: contact_form.php:1538
478
  msgid "Optional checkbox, the results of which will be displayed in email"
479
  msgstr "Opsionele checkbox, die resultate waarvan in die epos sal verskyn"
480
 
481
+ #: contact_form.php:1556
482
  msgid "Delete an attachment file from the server after the email is sent"
483
  msgstr "Verwyder 'n aanhegsel dataleêr van die server na epos gestuur is"
484
 
485
+ #: contact_form.php:1562
486
  msgid "Email in HTML format sending"
487
  msgstr "E-Mail in HTML Format"
488
 
489
+ #: contact_form.php:1566
490
  msgid "Display additional info in the email"
491
  msgstr "Toon addisionele inligting in die epos"
492
 
493
+ #: contact_form.php:1572
494
  #, fuzzy
495
  msgid "Sent from (IP address)"
496
  msgstr "Gestuur van (IP-Adres)"
497
 
498
+ #: contact_form.php:1572
499
+ msgid "Example: Sent from (IP address): 127.0.0.1"
500
+ msgstr ""
501
 
502
+ #: contact_form.php:1573 contact_form.php:3007 contact_form.php:3009
503
  msgid "Date/Time"
504
  msgstr "Datum/Tyd"
505
 
506
+ #: contact_form.php:1573
507
+ msgid "Example: Date/Time: August 19, 2013 8:50 pm"
508
+ msgstr ""
509
 
510
+ #: contact_form.php:1574 contact_form.php:3013 contact_form.php:3015
511
  msgid "Sent from (referer)"
512
  msgstr "Gestuur van (referer)"
513
 
514
+ #: contact_form.php:1574
 
515
  msgid ""
516
+ "Example: Sent from (referer): https://bestwebsoft.com/contacts/contact-us/"
517
  msgstr ""
 
 
518
 
519
+ #: contact_form.php:1575 contact_form.php:3019 contact_form.php:3021
520
  msgid "Using (user agent)"
521
  msgstr "Gebruik (user agent)"
522
 
523
+ #: contact_form.php:1575
524
  msgid ""
525
+ "Example: Using (user agent): Mozilla/5.0 (Windows NT 6.2; WOW64) "
526
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
527
  msgstr ""
 
 
528
 
529
+ #: contact_form.php:1580
530
  msgid "Language settings for the field names in the form"
531
  msgstr "Taal verstellings vir die naamvelde in die vorm"
532
 
533
+ #: contact_form.php:1589
534
  msgid "Add a language"
535
  msgstr "Voeg 'n taal by"
536
 
537
+ #: contact_form.php:1593
538
  msgid "Change the names of the contact form fields and error messages"
539
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
540
 
541
+ #: contact_form.php:1598 contact_form.php:1694 contact_form.php:1826
542
+ #: contact_form.php:1966 contact_form.php:1971 contact_form.php:1981
543
+ #: contact_form.php:1986 contact_form.php:1991 contact_form.php:1996
544
+ #: contact_form.php:2006 contact_form.php:2011 contact_form.php:2020
545
+ #: contact_form.php:2034 contact_form.php:2039 contact_form.php:2044
546
  msgid "Default"
547
  msgstr "Verstek"
548
 
549
+ #: contact_form.php:1611 contact_form.php:1649
550
  msgid "click to expand/hide the list"
551
  msgstr "Kliek om uit te brei/lys te versteek"
552
 
553
+ #: contact_form.php:1620 contact_form.php:1658
554
  msgid "Tips below the Attachment block"
555
  msgstr "Wenke onder toe Aanhegsel blok"
556
 
557
+ #: contact_form.php:1623 contact_form.php:1661
558
  msgid "Error message for the Name field"
559
  msgstr "FFoutboodskap vir die Naamveld"
560
 
561
+ #: contact_form.php:1624 contact_form.php:1662
562
  msgid "Error message for the Address field"
563
  msgstr "Foutboodskap vir die Adres veld"
564
 
565
+ #: contact_form.php:1625 contact_form.php:1663
566
  msgid "Error message for the Email field"
567
  msgstr "Foutboodskap vir die Epos veld"
568
 
569
+ #: contact_form.php:1626 contact_form.php:1664
570
  msgid "Error message for the Phone field"
571
  msgstr "Foutboodskap vir die Telefoon Nommer veld"
572
 
573
+ #: contact_form.php:1627 contact_form.php:1665
574
  msgid "Error message for the Subject field"
575
  msgstr "Foutboodskap vir die Onderwerp veld"
576
 
577
+ #: contact_form.php:1628 contact_form.php:1666
578
  msgid "Error message for the Message field"
579
  msgstr "Foutboodskap vir die Boodskap veld"
580
 
581
+ #: contact_form.php:1629 contact_form.php:1667
582
  msgid "Error message about the file type for the Attachment field"
583
  msgstr "Foutboodskap oor die dataleêr tipe vir die Aanhegsel veld"
584
 
585
+ #: contact_form.php:1630 contact_form.php:1668
586
  msgid ""
587
  "Error message while uploading a file for the Attachment field to the server"
588
  msgstr ""
589
  "Foutboodskap tydens dataleêr oplaai vir die Aanhegsel veld na die server"
590
 
591
+ #: contact_form.php:1631 contact_form.php:1669
592
  msgid "Error message while moving the file for the Attachment field"
593
  msgstr "Foutboodskap tydens die skuif van dataleêr vir die Aanhegsel veld"
594
 
595
+ #: contact_form.php:1632 contact_form.php:1670
596
  msgid "Error message when file size limit for the Attachment field is exceeded"
597
  msgstr ""
598
  "Foutboodskap wanneer die dataleêr limiet vir die Aanhegsel veld oorskry is"
599
 
600
+ #: contact_form.php:1633 contact_form.php:1671
601
  msgid "Error message for the Captcha field"
602
  msgstr "Foutboodskap vir die Captcha veld"
603
 
604
+ #: contact_form.php:1634 contact_form.php:1672
605
  msgid "Error message for the whole form"
606
  msgstr "Foutboodskap vir die hele vorm"
607
 
608
+ #: contact_form.php:1637 contact_form.php:1639 contact_form.php:1675
609
+ #: contact_form.php:1677 contact_form.php:1709 contact_form.php:1711
610
+ #: contact_form.php:1723 contact_form.php:1725 contact_form.php:3441
611
+ #: contact_form.php:3443
612
  msgid "Use shortcode"
613
  msgstr "Gebruik kortkode"
614
 
615
+ #: contact_form.php:1637 contact_form.php:1639 contact_form.php:1675
616
+ #: contact_form.php:1677 contact_form.php:1709 contact_form.php:1711
617
+ #: contact_form.php:1723 contact_form.php:1725 contact_form.php:3441
618
+ #: contact_form.php:3443
619
  msgid "for this language"
620
  msgstr "vir hierdie taal"
621
 
622
+ #: contact_form.php:1685
623
  #, fuzzy
624
  msgid "Use the changed names of the contact form fields in the email"
625
  msgstr "Verander die name van die kontak vorm velde en foutboodskappe"
626
 
627
+ #: contact_form.php:1691
628
  msgid "Action after email is sent"
629
  msgstr "Aksie na epos gestuur is"
630
 
631
+ #: contact_form.php:1693
632
  msgid "Display text"
633
  msgstr "Toon teks"
634
 
635
+ #: contact_form.php:1707 contact_form.php:1721
636
  msgid "Text"
637
  msgstr "teks"
638
 
639
+ #: contact_form.php:1732
640
  msgid "Redirect to the page"
641
  msgstr "Herlei na die bladsy"
642
 
643
+ #: contact_form.php:1733
644
  msgid "Url"
645
  msgstr "Url"
646
 
647
+ #: contact_form.php:1744
648
  msgid "Add field 'Reply-To' to the email header"
649
  msgstr ""
650
 
651
+ #: contact_form.php:1746
652
  msgid "Field 'Reply-To' will be initialized by user email"
653
  msgstr ""
654
 
655
+ #: contact_form.php:1750
656
  msgid "Auto Response"
657
  msgstr ""
658
 
659
+ #: contact_form.php:1754
660
  #, php-format
661
  msgid ""
662
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
664
  "name."
665
  msgstr ""
666
 
667
+ #: contact_form.php:1776 contact_form.php:2302
668
  msgid "Save Changes"
669
  msgstr "Stoor veranderinge"
670
 
671
+ #: contact_form.php:1789
672
  #, php-format
673
  msgid ""
674
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
675
  msgstr ""
676
 
677
+ #: contact_form.php:1789 contact_form.php:1798
678
  msgid "Form layout"
679
  msgstr ""
680
 
681
+ #: contact_form.php:1789 contact_form.php:1810
682
  #, fuzzy
683
  msgid "Submit position"
684
  msgstr "Indien knoppie"
685
 
686
+ #: contact_form.php:1802
687
  msgid "One column"
688
  msgstr ""
689
 
690
+ #: contact_form.php:1805
691
  msgid "Two columns"
692
  msgstr ""
693
 
694
+ #: contact_form.php:1814 contact_form.php:1854 contact_form.php:1872
695
+ #: contact_form.php:1887
696
  msgid "Left"
697
  msgstr ""
698
 
699
+ #: contact_form.php:1817 contact_form.php:1860 contact_form.php:1875
700
+ #: contact_form.php:1893
701
  msgid "Right"
702
  msgstr ""
703
 
704
+ #: contact_form.php:1822
705
  msgid "Width"
706
  msgstr ""
707
 
708
+ #: contact_form.php:1830
709
  msgid "Custom"
710
  msgstr ""
711
 
712
+ #: contact_form.php:1837
713
  msgid "px"
714
  msgstr ""
715
 
716
+ #: contact_form.php:1850
717
  msgid "Form align"
718
  msgstr ""
719
 
720
+ #: contact_form.php:1857 contact_form.php:1890
721
  msgid "Center"
722
  msgstr ""
723
 
724
+ #: contact_form.php:1865
725
  #, fuzzy
726
  msgid "Labels position"
727
  msgstr "Indien knoppie"
728
 
729
+ #: contact_form.php:1869
730
  msgid "Top"
731
  msgstr ""
732
 
733
+ #: contact_form.php:1878
734
  msgid "Bottom"
735
  msgstr ""
736
 
737
+ #: contact_form.php:1883
738
  msgid "Labels align"
739
  msgstr ""
740
 
741
+ #: contact_form.php:1898
742
  msgid "Errors output"
743
  msgstr "Foutboodskap uitset"
744
 
745
+ #: contact_form.php:1901
746
  msgid "Display error messages"
747
  msgstr "Toon foutboodskappe"
748
 
749
+ #: contact_form.php:1902
750
  msgid "Color of the input field errors."
751
  msgstr "Kleur van die inset veld foutboodskappe"
752
 
753
+ #: contact_form.php:1903
754
  msgid "Display error messages & color of the input field errors"
755
  msgstr "Toon foutboodskappe & kleur van die inset veld foutboodskappe"
756
 
757
+ #: contact_form.php:1908
758
  msgid "Add placeholder to the input blocks"
759
  msgstr "Voeg 'n plekhouer by die inset blokke"
760
 
761
+ #: contact_form.php:1914
762
  msgid "Add tooltips"
763
  msgstr "Voeg tool-wenke"
764
 
765
+ #: contact_form.php:1928
766
  msgid "Email address"
767
  msgstr "Epos Adres:"
768
 
769
+ #: contact_form.php:1933 contact_form.php:3074 contact_form.php:3115
770
  msgid "Phone Number"
771
  msgstr "Telefoon Nommer:"
772
 
773
+ #: contact_form.php:1959
774
  msgid "Style options"
775
  msgstr "Styl opsies"
776
 
777
+ #: contact_form.php:1963
778
  msgid "Text color"
779
  msgstr "Teks kleur"
780
 
781
+ #: contact_form.php:1968
782
  msgid "Label text color"
783
  msgstr "Etiket teks kleur"
784
 
785
+ #: contact_form.php:1973
786
  msgid "Placeholder color"
787
  msgstr "Plekhouer kleur"
788
 
789
+ #: contact_form.php:1978
790
  msgid "Errors color"
791
  msgstr "Foutboodskap kleur"
792
 
793
+ #: contact_form.php:1983
794
  msgid "Error text color"
795
  msgstr "Foutboodskap teks kleur"
796
 
797
+ #: contact_form.php:1988
798
  msgid "Background color of the input field errors"
799
  msgstr "Agtergrond kleur van die inset veld foutboodskappe"
800
 
801
+ #: contact_form.php:1993
802
  msgid "Border color of the input field errors"
803
  msgstr "Rand-kleur van die inset veld foutboodskappe"
804
 
805
+ #: contact_form.php:1998
806
  msgid "Placeholder color of the input field errors"
807
  msgstr "Plekhouer kleur van die inset veld foutboodskappe"
808
 
809
+ #: contact_form.php:2003
810
  msgid "Input fields"
811
  msgstr "Inset velde"
812
 
813
+ #: contact_form.php:2008
814
  msgid "Input fields background color"
815
  msgstr "Inset velde agtergrond kleur"
816
 
817
+ #: contact_form.php:2013
818
  msgid "Text fields color"
819
  msgstr "Teks velde kleur"
820
 
821
+ #: contact_form.php:2017
822
  msgid "Border width in px, numbers only"
823
  msgstr "Rand wydte in px, nommers alleenlik"
824
 
825
+ #: contact_form.php:2022 contact_form.php:2046
826
  msgid "Border color"
827
  msgstr "Rand kleur"
828
 
829
+ #: contact_form.php:2027
830
  msgid "Submit button"
831
  msgstr "Indien knoppie"
832
 
833
+ #: contact_form.php:2031
834
  msgid "Width in px, numbers only"
835
  msgstr "Wydte in px, nommers alleenlik"
836
 
837
+ #: contact_form.php:2036
838
  msgid "Button color"
839
  msgstr "Knoppie Kleur"
840
 
841
+ #: contact_form.php:2041
842
  msgid "Button text color"
843
  msgstr "Knoppie teks kleur"
844
 
845
+ #: contact_form.php:2070
846
  #, fuzzy
847
  msgid "Contact Form | Preview"
848
  msgstr "Kontak Vorm Pro | Voorskou"
849
 
850
+ #: contact_form.php:2071
851
  msgid "Drag the necessary field to sort fields."
852
  msgstr ""
853
 
854
+ #: contact_form.php:2291
855
  #, fuzzy
856
  msgid ""
857
  "If you would like to add the Contact Form to your website, just copy and "
860
  "As u die Kontak Vorm by u webstuiste wil bylas, kopieër en plak net die "
861
  "kortkode na u post, bladsy of widget:"
862
 
863
+ #: contact_form.php:2412
864
  msgid "Sorry, email message could not be delivered."
865
  msgstr "Verskoning, die epos kon nie gestuur word nie."
866
 
867
+ #: contact_form.php:3001 contact_form.php:3003
868
  msgid "Sent from (ip address)"
869
  msgstr "Gestuur van (IP-Adres)"
870
 
871
+ #: contact_form.php:3031
872
  msgid "Contact from"
873
  msgstr "Kontak Vorm"
874
 
875
+ #: contact_form.php:3036 contact_form.php:3085
876
  msgid "Site"
877
  msgstr "Webtuiste"
878
 
879
+ #: contact_form.php:3197
880
  msgid ""
881
  "If you can see this MIME, it means that the MIME type is not supported by "
882
  "your email client!"
884
  "As u die MIME kan sie, beteken dit dat die MIME tipe nie ondersteun word "
885
  "deur u epos klient nie!"
886
 
887
+ #: contact_form.php:3269
888
  msgid "FAQ"
889
  msgstr "Gereeld Gestelde Vrae (FAQ)"
890
 
891
+ #: contact_form.php:3270
892
  msgid "Support"
893
  msgstr "Steun"
894
 
895
+ #: contact_form.php:3319
896
  msgid "Are you sure that you want to delete this language data?"
897
  msgstr "Is u seker dat u die taal data wil verwyder?"
898
 
899
+ #: contact_form.php:3342
900
  #, fuzzy
901
  msgid "Add multiple forms"
902
  msgstr "Voeg by die vorm by"
903
 
904
+ #: contact_form.php:3342
905
  msgid ""
906
  "Install Contact Form Multi plugin to create unlimited number of contact "
907
  "forms."
908
  msgstr ""
909
 
910
+ #: contact_form.php:3347
911
  msgid "Learn more"
912
  msgstr ""
913
 
914
+ #: contact_form.php:3405
915
+ msgid "Error"
916
+ msgstr ""
917
+
918
+ #: contact_form.php:3405 contact_form.php:3407
919
+ msgid "Illegal language code"
920
+ msgstr ""
921
+
922
+ #: contact_form.php:3590
923
  msgid "Close notice"
924
  msgstr ""
925
 
926
+ #: contact_form.php:3595
927
  #, fuzzy
928
  msgid "allows to store your messages to the database."
929
  msgstr "Stoor eposse na die databasis."
930
 
931
+ #: contact_form.php:3596
932
  msgid "Manage messages that have been sent from your website."
933
  msgstr ""
934
 
935
+ #: contact_form.php:3599
936
  msgid "Learn More"
937
  msgstr ""
938
 
939
+ #: contact_form.php:3659
940
  #, fuzzy
941
  msgid "Contact form"
942
  msgstr "Kontak Vorm"
943
 
944
+ #: contact_form.php:3672 contact_form.php:3682
945
  #, fuzzy
946
  msgid "Language"
947
  msgstr "Voeg 'n taal by"
948
 
949
+ #~ msgid "Example: Sent from (IP address):\t127.0.0.1"
950
+ #~ msgstr "Voorbeeld: Gestuur van (IP-Adres):\t127.0.0.1"
951
+
952
+ #~ msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
953
+ #~ msgstr "Voorbeeld: Datum/Tyd:\tAugustus 19, 2013 8:50 pm"
954
+
955
+ #, fuzzy
956
+ #~ msgid ""
957
+ #~ "Example: Sent from (referer):\thttps://bestwebsoft.com/contacts/contact-"
958
+ #~ "us/"
959
+ #~ msgstr ""
960
+ #~ "Voorbeeld: Gestuur van (referer):\thttp://bestwebsoft.com/kontakte/kontak-"
961
+ #~ "ons/"
962
+
963
+ #~ msgid ""
964
+ #~ "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
965
+ #~ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
966
+ #~ msgstr ""
967
+ #~ "Voorbeeld: Gebruik (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
968
+ #~ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
969
+
970
  #~ msgid "Name:"
971
  #~ msgstr "Naam:"
972
 
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: 2017-05-23 15:15+0300\n"
6
- "PO-Revision-Date: 2017-05-23 15:15+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"
@@ -13,10 +13,10 @@ msgstr ""
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
- #: contact_form.php:37 contact_form.php:1064
20
  msgid "Contact Form Settings"
21
  msgstr "Opcions Contact Form"
22
 
@@ -24,47 +24,47 @@ msgstr "Opcions Contact Form"
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
- #: contact_form.php:280 contact_form.php:1244 contact_form.php:1334
28
- #: contact_form.php:1725 contact_form.php:1763 contact_form.php:2029
29
- #: contact_form.php:3181 contact_form.php:3227
30
  msgid "Name"
31
  msgstr "Nom"
32
 
33
- #: contact_form.php:281 contact_form.php:1381 contact_form.php:1726
34
- #: contact_form.php:1764 contact_form.php:2034 contact_form.php:3188
35
- #: contact_form.php:3233
36
  msgid "Address"
37
  msgstr "Adreça:"
38
 
39
- #: contact_form.php:282 contact_form.php:1397 contact_form.php:1727
40
- #: contact_form.php:1765
41
  msgid "Email Address"
42
  msgstr "Adreça de correu electrònic:"
43
 
44
- #: contact_form.php:283 contact_form.php:1420 contact_form.php:1728
45
- #: contact_form.php:1766
46
  #, fuzzy
47
  msgid "Phone number"
48
  msgstr "Nombre de telèfon"
49
 
50
- #: contact_form.php:284 contact_form.php:1436 contact_form.php:1729
51
- #: contact_form.php:1767 contact_form.php:2049 contact_form.php:3199
52
- #: contact_form.php:3242
53
  msgid "Subject"
54
  msgstr "Assumpte"
55
 
56
- #: contact_form.php:285 contact_form.php:1460 contact_form.php:1730
57
- #: contact_form.php:1768 contact_form.php:2053 contact_form.php:3204
58
- #: contact_form.php:3246
59
  msgid "Message"
60
  msgstr "MIssatge"
61
 
62
- #: contact_form.php:286 contact_form.php:1731 contact_form.php:1769
63
- #: contact_form.php:2058
64
  msgid "Attachment"
65
  msgstr "Adjunt:"
66
 
67
- #: contact_form.php:287
68
  msgid ""
69
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
70
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
@@ -72,77 +72,77 @@ msgstr ""
72
  "Formats de fitxer suportats: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
73
  "AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
74
 
75
- #: contact_form.php:288 contact_form.php:1733 contact_form.php:1771
76
  msgid "Send me a copy"
77
  msgstr "Envia'm una còpia"
78
 
79
- #: contact_form.php:289 contact_form.php:1734 contact_form.php:1772
80
  msgid "Submit"
81
  msgstr "Enviar"
82
 
83
- #: contact_form.php:290
84
  msgid "Your name is required."
85
  msgstr "El seu nom es obligatori."
86
 
87
- #: contact_form.php:291
88
  msgid "Address is required."
89
  msgstr "Una adreça vàlida és obligatòria."
90
 
91
- #: contact_form.php:292
92
  msgid "A valid email address is required."
93
  msgstr "Una Adreça de correu electrònic és obligatòria."
94
 
95
- #: contact_form.php:293
96
  msgid "Phone number is required."
97
  msgstr "El seu nombre de telèfon és obligatori."
98
 
99
- #: contact_form.php:294
100
  msgid "Subject is required."
101
  msgstr "L'assumpte és obligatori."
102
 
103
- #: contact_form.php:295
104
  msgid "Message text is required."
105
  msgstr "El missatge és obligatori."
106
 
107
- #: contact_form.php:296
108
  msgid "File format is not valid."
109
  msgstr "El format de l'adjunt és incorrecte."
110
 
111
- #: contact_form.php:297
112
  msgid "File upload error."
113
  msgstr "Error de càrrega del fitxer"
114
 
115
- #: contact_form.php:298
116
  msgid "The file could not be uploaded."
117
  msgstr "El fitxer no ha pogut ser carregat"
118
 
119
- #: contact_form.php:299
120
  msgid "This file is too large."
121
  msgstr "Aquest document és massa gran."
122
 
123
- #: contact_form.php:300
124
  msgid "Please fill out the CAPTCHA."
125
  msgstr "Si us plau completi el CAPTCHA"
126
 
127
- #: contact_form.php:301
128
  msgid "Please make corrections below and try again."
129
  msgstr "Si us plau, corregeixi les dades i provi un altre cop."
130
 
131
- #: contact_form.php:303
132
  msgid "Thank you for contacting us."
133
  msgstr "Gràcies per contactar amb nosaltres"
134
 
135
- #: contact_form.php:759 contact_form.php:1021
136
  msgid "Settings saved."
137
  msgstr "Configuració desada."
138
 
139
- #: contact_form.php:966
140
  msgid ""
141
  "Email 'FROM' field option was changed, which may cause email messages being "
142
  "moved to the spam folder or email delivery failures."
143
  msgstr ""
144
 
145
- #: contact_form.php:976
146
  msgid ""
147
  "If the 'Redirect to page' option is selected then the URL field should be in "
148
  "the following format"
@@ -150,12 +150,12 @@ msgstr ""
150
  "Si l'opció de 'redireccionament a la pàgina' està seleccionat llavors el "
151
  "camp URL ha d'estar en el següent format"
152
 
153
- #: contact_form.php:983
154
  #, fuzzy
155
  msgid "Such user does not exist."
156
  msgstr "Usuari inexistent. Els canvis no s'han desat."
157
 
158
- #: contact_form.php:993
159
  #, fuzzy
160
  msgid ""
161
  "Please enter a valid email address in the 'Use this email address' field."
@@ -163,62 +163,62 @@ msgstr ""
163
  "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis "
164
  "no s'han desat."
165
 
166
- #: contact_form.php:1001
167
  #, fuzzy
168
  msgid "Please enter a valid email address in the 'FROM' field."
169
  msgstr ""
170
  "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis "
171
  "no s'han desat."
172
 
173
- #: contact_form.php:1023
174
  #, fuzzy
175
  msgid "Settings are not saved."
176
  msgstr "Configuració desada."
177
 
178
- #: contact_form.php:1061
179
  msgid "All plugin settings were restored."
180
  msgstr ""
181
 
182
- #: contact_form.php:1067
183
  msgid "How to Use Step-by-step Instruction"
184
  msgstr ""
185
 
186
- #: contact_form.php:1070 contact_form.php:3419 contact_form.php:3433
187
  msgid "Settings"
188
  msgstr "Configuració"
189
 
190
- #: contact_form.php:1071
191
  #, fuzzy
192
  msgid "Additional settings"
193
  msgstr "Opcions addicionals"
194
 
195
- #: contact_form.php:1072
196
  msgid "Appearance"
197
  msgstr ""
198
 
199
- #: contact_form.php:1073
200
  msgid "Custom code"
201
  msgstr ""
202
 
203
- #: contact_form.php:1074
204
  msgid "Go PRO"
205
  msgstr ""
206
 
207
- #: contact_form.php:1085
208
  msgid "Notice"
209
  msgstr ""
210
 
211
- #: contact_form.php:1089
212
  msgid "NEW_FORM"
213
  msgstr ""
214
 
215
- #: contact_form.php:1090
216
  msgid ""
217
  "If you want to create multiple contact forms, please install the Contact "
218
  "Form Multi plugin."
219
  msgstr ""
220
 
221
- #: contact_form.php:1099
222
  #, fuzzy, php-format
223
  msgid ""
224
  "If you would like to add a Contact Form to your page or post, please use %s "
@@ -227,7 +227,7 @@ msgstr ""
227
  "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el "
228
  "seu missatge, pàgina o widget:"
229
 
230
- #: contact_form.php:1105
231
  #, php-format
232
  msgid ""
233
  "You can add the Contact Form to your page or post by clicking on %s button "
@@ -236,7 +236,7 @@ msgid ""
236
  "language."
237
  msgstr ""
238
 
239
- #: contact_form.php:1114
240
  msgid ""
241
  "If you leave the fields empty, the messages will be sent to the email "
242
  "address specified during registration."
@@ -244,114 +244,114 @@ msgstr ""
244
  "Si la informació d'aquest camp queda buida, s'usarà l'adreça especificada "
245
  "durant el registre."
246
 
247
- #: contact_form.php:1117
248
  #, fuzzy
249
  msgid "The user's email address"
250
  msgstr "Adreça de correu electrònic de l'usuari:"
251
 
252
- #: contact_form.php:1121
253
  #, fuzzy
254
  msgid "Select a username"
255
  msgstr "Seleccioni un nom d'usuari"
256
 
257
- #: contact_form.php:1134
258
  #, fuzzy
259
  msgid ""
260
  "Select 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:1138
265
  #, fuzzy
266
  msgid "Use this email address"
267
  msgstr "Usi aquesta adreça de correu electrònic::"
268
 
269
- #: contact_form.php:1142
270
  #, fuzzy
271
  msgid "Enter the email address for receiving messages"
272
  msgstr ""
273
  "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
274
 
275
- #: contact_form.php:1149 contact_form.php:1645 contact_form.php:1852
276
- #: contact_form.php:1957 contact_form.php:3514
277
  msgid "Close"
278
  msgstr ""
279
 
280
- #: contact_form.php:1153
281
  msgid "Add department selectbox to the contact form"
282
  msgstr ""
283
 
284
- #: contact_form.php:1161 contact_form.php:1654 contact_form.php:1871
285
- #: contact_form.php:2163
286
  msgid "If you upgrade to Pro version all your settings will be saved."
287
  msgstr ""
288
 
289
- #: contact_form.php:1168 contact_form.php:1490 contact_form.php:1659
290
- #: contact_form.php:1878 contact_form.php:2170
291
  msgid "Upgrade to Pro"
292
  msgstr ""
293
 
294
- #: contact_form.php:1176
295
  msgid "Save emails to the database"
296
  msgstr ""
297
 
298
- #: contact_form.php:1188 contact_form.php:1202 contact_form.php:1209
299
  msgid "Using"
300
  msgstr ""
301
 
302
- #: contact_form.php:1194 contact_form.php:1546 contact_form.php:1588
303
- #: contact_form.php:1623
304
  msgid "Please activate the appropriate option on"
305
  msgstr ""
306
 
307
- #: contact_form.php:1197 contact_form.php:1549 contact_form.php:1591
308
- #: contact_form.php:1626
309
  #, fuzzy
310
  msgid "settings page"
311
  msgstr "Configuració extra"
312
 
313
- #: contact_form.php:1203 contact_form.php:1556 contact_form.php:1599
314
- #: contact_form.php:1633
315
  #, fuzzy
316
  msgid "Activate"
317
  msgstr "Captcha activat"
318
 
319
- #: contact_form.php:1210 contact_form.php:1565 contact_form.php:1605
320
- #: contact_form.php:1638
321
  msgid "Download"
322
  msgstr "Descarregar"
323
 
324
- #: contact_form.php:1222
325
  msgid "Sending method"
326
  msgstr ""
327
 
328
- #: contact_form.php:1227
329
  msgid "Wp-mail"
330
  msgstr "Wp-mail"
331
 
332
- #: contact_form.php:1229
333
  #, fuzzy
334
  msgid "You can use the Wordpress wp_mail function for mailing"
335
  msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
336
 
337
- #: contact_form.php:1232
338
  msgid "Mail"
339
  msgstr "Mail"
340
 
341
- #: contact_form.php:1234
342
  #, fuzzy
343
  msgid "You can use the PHP mail function for mailing"
344
  msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
345
 
346
- #: contact_form.php:1239
347
  msgid "'FROM' field"
348
  msgstr ""
349
 
350
- #: contact_form.php:1255
351
  msgid "User name"
352
  msgstr ""
353
 
354
- #: contact_form.php:1257
355
  #, fuzzy
356
  msgid ""
357
  "The name of the user who fills the form will be used in the field 'From'."
@@ -359,15 +359,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:1268 contact_form.php:3194 contact_form.php:3238
363
  msgid "Email"
364
  msgstr "Adreça de correu electrònic"
365
 
366
- #: contact_form.php:1279
367
  msgid "User email"
368
  msgstr ""
369
 
370
- #: contact_form.php:1281
371
  msgid ""
372
  "The email address of the user who fills the form will be used in the field "
373
  "'From'."
@@ -375,297 +375,296 @@ 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:1290
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:1299
385
  #, fuzzy
386
  msgid "Required symbol"
387
  msgstr "Camps requerits"
388
 
389
- #: contact_form.php:1309
390
  msgid "Fields"
391
  msgstr ""
392
 
393
- #: contact_form.php:1310 contact_form.php:1337 contact_form.php:1364
394
- #: contact_form.php:1384 contact_form.php:1423 contact_form.php:1505
395
  msgid "Used"
396
  msgstr ""
397
 
398
- #: contact_form.php:1311 contact_form.php:1326 contact_form.php:1341
399
- #: contact_form.php:1368 contact_form.php:1388 contact_form.php:1401
400
- #: contact_form.php:1427 contact_form.php:1440 contact_form.php:1464
401
  #, fuzzy
402
  msgid "Required"
403
  msgstr "Camps requerits"
404
 
405
- #: contact_form.php:1313 contact_form.php:1346 contact_form.php:1406
406
- #: contact_form.php:1445 contact_form.php:1469
407
  msgid "Visible"
408
  msgstr ""
409
 
410
- #: contact_form.php:1314 contact_form.php:1350 contact_form.php:1410
411
- #: contact_form.php:1449 contact_form.php:1473
412
  msgid "Disabled for editing"
413
  msgstr ""
414
 
415
- #: contact_form.php:1315 contact_form.php:1374 contact_form.php:1453
416
- #: contact_form.php:1477
417
  msgid "Field's default value"
418
  msgstr ""
419
 
420
- #: contact_form.php:1322
421
  msgid "Department selectbox"
422
  msgstr ""
423
 
424
- #: contact_form.php:1354
425
  msgid "Use User's name as a default value if the user is logged in."
426
  msgstr ""
427
 
428
- #: contact_form.php:1355 contact_form.php:1415
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:1361
435
  msgid "Location selectbox"
436
  msgstr ""
437
 
438
- #: contact_form.php:1414
439
  msgid "Use User's email as a default value if the user is logged in."
440
  msgstr ""
441
 
442
- #: contact_form.php:1498
443
  msgid "Attachment block"
444
  msgstr "Adjunt blocat"
445
 
446
- #: contact_form.php:1500
447
  msgid "Users can attach the following file formats"
448
  msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
449
 
450
- #: contact_form.php:1518
451
  msgid "Add to the form"
452
  msgstr ""
453
 
454
- #: contact_form.php:1523
455
  #, fuzzy
456
  msgid "Tips below the Attachment"
457
  msgstr "Consells del blocatge de l'adjunt"
458
 
459
- #: contact_form.php:1530
460
  #, fuzzy
461
  msgid "'Send me a copy' block"
462
  msgstr "Envia'm una còpia"
463
 
464
- #: contact_form.php:1558
465
  #, fuzzy
466
  msgid "Activate for network"
467
  msgstr "Plugin activat"
468
 
469
- #: contact_form.php:1649
470
  msgid "Agreement checkbox"
471
  msgstr ""
472
 
473
- #: contact_form.php:1649
474
  msgid "Required checkbox for submitting the form"
475
  msgstr ""
476
 
477
- #: contact_form.php:1650
478
  msgid "Optional checkbox"
479
  msgstr ""
480
 
481
- #: contact_form.php:1650
482
  msgid "Optional checkbox, the results of which will be displayed in email"
483
  msgstr ""
484
 
485
- #: contact_form.php:1668
486
  msgid "Delete an attachment file from the server after the email is sent"
487
  msgstr ""
488
 
489
- #: contact_form.php:1674
490
  msgid "Email in HTML format sending"
491
  msgstr ""
492
 
493
- #: contact_form.php:1678
494
  msgid "Display additional info in the email"
495
  msgstr "Mostra informació addicional al correu electrònic,"
496
 
497
- #: contact_form.php:1684
498
  #, fuzzy
499
  msgid "Sent from (IP address)"
500
  msgstr "Enviat des de (adreça IP)"
501
 
502
- #: contact_form.php:1684
503
- #, fuzzy
504
- msgid "Example: Sent from (IP address):\t127.0.0.1"
505
- msgstr "Enviat des de (adreça IP)"
506
 
507
- #: contact_form.php:1685 contact_form.php:3143 contact_form.php:3145
508
  msgid "Date/Time"
509
  msgstr "Data/hora"
510
 
511
- #: contact_form.php:1685
512
- msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
513
  msgstr ""
514
 
515
- #: contact_form.php:1686 contact_form.php:3149 contact_form.php:3151
516
  msgid "Sent from (referer)"
517
  msgstr "Enviat des de (referent)"
518
 
519
- #: contact_form.php:1686
520
  msgid ""
521
- "Example: Sent from (referer):\thttps://bestwebsoft.com/contacts/contact-us/"
522
  msgstr ""
523
 
524
- #: contact_form.php:1687 contact_form.php:3155 contact_form.php:3157
525
  msgid "Using (user agent)"
526
  msgstr "Usant (user agent)"
527
 
528
- #: contact_form.php:1687
529
  msgid ""
530
- "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
531
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
532
  msgstr ""
533
 
534
- #: contact_form.php:1692
535
  msgid "Language settings for the field names in the form"
536
  msgstr "Configuració de la llengua als noms dels camps del formulari"
537
 
538
- #: contact_form.php:1701
539
  msgid "Add a language"
540
  msgstr "Afegeix lengua"
541
 
542
- #: contact_form.php:1705
543
  msgid "Change the names of the contact form fields and error messages"
544
  msgstr ""
545
  "Modifica els noms dels camps i els missatges d'error del formulari de "
546
  "contacte"
547
 
548
- #: contact_form.php:1710 contact_form.php:1806 contact_form.php:1938
549
- #: contact_form.php:2077 contact_form.php:2082 contact_form.php:2092
550
- #: contact_form.php:2097 contact_form.php:2102 contact_form.php:2107
551
- #: contact_form.php:2117 contact_form.php:2122 contact_form.php:2131
552
- #: contact_form.php:2145 contact_form.php:2150 contact_form.php:2155
553
  msgid "Default"
554
  msgstr "Per defecte"
555
 
556
- #: contact_form.php:1723 contact_form.php:1761
557
  msgid "click to expand/hide the list"
558
  msgstr ""
559
 
560
- #: contact_form.php:1732 contact_form.php:1770
561
  #, fuzzy
562
  msgid "Tips below the Attachment block"
563
  msgstr "Consells del blocatge de l'adjunt"
564
 
565
- #: contact_form.php:1735 contact_form.php:1773
566
  msgid "Error message for the Name field"
567
  msgstr "Missatge d'error per al camp 'Nom'"
568
 
569
- #: contact_form.php:1736 contact_form.php:1774
570
  msgid "Error message for the Address field"
571
  msgstr "Missatge d'error per al camp 'Adreça'"
572
 
573
- #: contact_form.php:1737 contact_form.php:1775
574
  msgid "Error message for the Email field"
575
  msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
576
 
577
- #: contact_form.php:1738 contact_form.php:1776
578
  msgid "Error message for the Phone field"
579
  msgstr "Missatge d'error per al camp 'Telèfon\""
580
 
581
- #: contact_form.php:1739 contact_form.php:1777
582
  msgid "Error message for the Subject field"
583
  msgstr "Missatge d'error per al camp 'Assumpte'"
584
 
585
- #: contact_form.php:1740 contact_form.php:1778
586
  msgid "Error message for the Message field"
587
  msgstr "Missatge d'error per al camp 'Missatge'"
588
 
589
- #: contact_form.php:1741 contact_form.php:1779
590
  msgid "Error message about the file type for the Attachment field"
591
  msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
592
 
593
- #: contact_form.php:1742 contact_form.php:1780
594
  msgid ""
595
  "Error message while uploading a file for the Attachment field to the server"
596
  msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
597
 
598
- #: contact_form.php:1743 contact_form.php:1781
599
  msgid "Error message while moving the file for the Attachment field"
600
  msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
601
 
602
- #: contact_form.php:1744 contact_form.php:1782
603
  msgid "Error message when file size limit for the Attachment field is exceeded"
604
  msgstr ""
605
  "Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
606
 
607
- #: contact_form.php:1745 contact_form.php:1783
608
  msgid "Error message for the Captcha field"
609
  msgstr "Missatge d'error al camp Captcha"
610
 
611
- #: contact_form.php:1746 contact_form.php:1784
612
  msgid "Error message for the whole form"
613
  msgstr "Missatge d'error a tot el formulari"
614
 
615
- #: contact_form.php:1749 contact_form.php:1751 contact_form.php:1787
616
- #: contact_form.php:1789 contact_form.php:1821 contact_form.php:1823
617
- #: contact_form.php:1835 contact_form.php:1837 contact_form.php:3602
618
- #: contact_form.php:3604
619
  msgid "Use shortcode"
620
  msgstr "useu un codi curt"
621
 
622
- #: contact_form.php:1749 contact_form.php:1751 contact_form.php:1787
623
- #: contact_form.php:1789 contact_form.php:1821 contact_form.php:1823
624
- #: contact_form.php:1835 contact_form.php:1837 contact_form.php:3602
625
- #: contact_form.php:3604
626
  msgid "for this language"
627
  msgstr "Per aquesta llengua"
628
 
629
- #: contact_form.php:1797
630
  #, fuzzy
631
  msgid "Use the changed names of the contact form fields in the email"
632
  msgstr ""
633
  "Modifica els noms dels camps i els missatges d'error del formulari de "
634
  "contacte"
635
 
636
- #: contact_form.php:1803
637
  msgid "Action after email is sent"
638
  msgstr "Accions després d'enviar un correu electrònic."
639
 
640
- #: contact_form.php:1805
641
  msgid "Display text"
642
  msgstr "Mostra el text"
643
 
644
- #: contact_form.php:1819 contact_form.php:1833
645
  msgid "Text"
646
  msgstr "Text"
647
 
648
- #: contact_form.php:1844
649
  msgid "Redirect to the page"
650
  msgstr "Redirigir a la pàgina"
651
 
652
- #: contact_form.php:1845
653
  msgid "Url"
654
  msgstr "Url"
655
 
656
- #: contact_form.php:1856
657
  msgid "Add field 'Reply-To' to the email header"
658
  msgstr ""
659
 
660
- #: contact_form.php:1858
661
  msgid "Field 'Reply-To' will be initialized by user email"
662
  msgstr ""
663
 
664
- #: contact_form.php:1862
665
  msgid "Auto Response"
666
  msgstr ""
667
 
668
- #: contact_form.php:1866
669
  #, php-format
670
  msgid ""
671
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -673,195 +672,195 @@ msgid ""
673
  "name."
674
  msgstr ""
675
 
676
- #: contact_form.php:1888 contact_form.php:2419
677
  msgid "Save Changes"
678
  msgstr "Desar els canvis"
679
 
680
- #: contact_form.php:1901
681
  #, php-format
682
  msgid ""
683
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
684
  msgstr ""
685
 
686
- #: contact_form.php:1901 contact_form.php:1910
687
  msgid "Form layout"
688
  msgstr ""
689
 
690
- #: contact_form.php:1901 contact_form.php:1922
691
  #, fuzzy
692
  msgid "Submit position"
693
  msgstr "Enviar"
694
 
695
- #: contact_form.php:1914
696
  msgid "One column"
697
  msgstr ""
698
 
699
- #: contact_form.php:1917
700
  msgid "Two columns"
701
  msgstr ""
702
 
703
- #: contact_form.php:1926 contact_form.php:1965 contact_form.php:1983
704
- #: contact_form.php:1998
705
  msgid "Left"
706
  msgstr ""
707
 
708
- #: contact_form.php:1929 contact_form.php:1971 contact_form.php:1986
709
- #: contact_form.php:2004
710
  msgid "Right"
711
  msgstr ""
712
 
713
- #: contact_form.php:1934
714
  msgid "Width"
715
  msgstr ""
716
 
717
- #: contact_form.php:1941
718
  msgid "Custom"
719
  msgstr ""
720
 
721
- #: contact_form.php:1948
722
  msgid "px"
723
  msgstr ""
724
 
725
- #: contact_form.php:1961
726
  msgid "Form align"
727
  msgstr ""
728
 
729
- #: contact_form.php:1968 contact_form.php:2001
730
  msgid "Center"
731
  msgstr ""
732
 
733
- #: contact_form.php:1976
734
  #, fuzzy
735
  msgid "Labels position"
736
  msgstr "Enviar"
737
 
738
- #: contact_form.php:1980
739
  msgid "Top"
740
  msgstr ""
741
 
742
- #: contact_form.php:1989
743
  msgid "Bottom"
744
  msgstr ""
745
 
746
- #: contact_form.php:1994
747
  msgid "Labels align"
748
  msgstr ""
749
 
750
- #: contact_form.php:2009
751
  msgid "Errors output"
752
  msgstr "Errors de sortida"
753
 
754
- #: contact_form.php:2012
755
  msgid "Display error messages"
756
  msgstr "Mostra els missatges d'error"
757
 
758
- #: contact_form.php:2013
759
  msgid "Color of the input field errors."
760
  msgstr "Color dels errors al camp d'entrada"
761
 
762
- #: contact_form.php:2014
763
  msgid "Display error messages & color of the input field errors"
764
  msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
765
 
766
- #: contact_form.php:2019
767
  msgid "Add placeholder to the input blocks"
768
  msgstr "Afegeix marcador de posició als blocs d'entrada"
769
 
770
- #: contact_form.php:2025
771
  msgid "Add tooltips"
772
  msgstr "Afegir consells sobre les eines"
773
 
774
- #: contact_form.php:2039
775
  msgid "Email address"
776
  msgstr "Adreça de correu electrònic:"
777
 
778
- #: contact_form.php:2044 contact_form.php:3210 contact_form.php:3251
779
  msgid "Phone Number"
780
  msgstr "Nombre de telèfon"
781
 
782
- #: contact_form.php:2070
783
  msgid "Style options"
784
  msgstr "Opcions d'estil"
785
 
786
- #: contact_form.php:2074
787
  msgid "Text color"
788
  msgstr "Color del text"
789
 
790
- #: contact_form.php:2079
791
  msgid "Label text color"
792
  msgstr "Color del text de l'etiqeta"
793
 
794
- #: contact_form.php:2084
795
  msgid "Placeholder color"
796
  msgstr "Color del marcador de posició"
797
 
798
- #: contact_form.php:2089
799
  msgid "Errors color"
800
  msgstr "Color dels errors"
801
 
802
- #: contact_form.php:2094
803
  msgid "Error text color"
804
  msgstr "Color del text d'error"
805
 
806
- #: contact_form.php:2099
807
  msgid "Background color of the input field errors"
808
  msgstr "Color de fons dels errors del camp d'entrada"
809
 
810
- #: contact_form.php:2104
811
  msgid "Border color of the input field errors"
812
  msgstr "Color de la vora dels errors del camp d'entrada"
813
 
814
- #: contact_form.php:2109
815
  msgid "Placeholder color of the input field errors"
816
  msgstr "Color del marcador de posició dels errors del camp d'entrada"
817
 
818
- #: contact_form.php:2114
819
  msgid "Input fields"
820
  msgstr "Visualitza l'adjunt"
821
 
822
- #: contact_form.php:2119
823
  msgid "Input fields background color"
824
  msgstr "Color de fons dels camps d'entrada"
825
 
826
- #: contact_form.php:2124
827
  msgid "Text fields color"
828
  msgstr "Color dels camps de text"
829
 
830
- #: contact_form.php:2128
831
  msgid "Border width in px, numbers only"
832
  msgstr "Ample de vora en px, sols nombres"
833
 
834
- #: contact_form.php:2133 contact_form.php:2157
835
  msgid "Border color"
836
  msgstr "Color de la vora"
837
 
838
- #: contact_form.php:2138
839
  msgid "Submit button"
840
  msgstr "Enviar"
841
 
842
  # #: contact_form.php:928
843
- #: contact_form.php:2142
844
  msgid "Width in px, numbers only"
845
  msgstr "Ample en px, sols nombres"
846
 
847
- #: contact_form.php:2147
848
  msgid "Button color"
849
  msgstr "Color del botó"
850
 
851
- #: contact_form.php:2152
852
  msgid "Button text color"
853
  msgstr "Color del text del botó"
854
 
855
- #: contact_form.php:2181
856
  #, fuzzy
857
  msgid "Contact Form | Preview"
858
  msgstr "Contact Form Pro | Vista prèvia"
859
 
860
- #: contact_form.php:2182
861
  msgid "Drag the necessary field to sort fields."
862
  msgstr ""
863
 
864
- #: contact_form.php:2408
865
  #, fuzzy
866
  msgid ""
867
  "If you would like to add the Contact Form to your website, just copy and "
@@ -870,23 +869,23 @@ msgstr ""
870
  "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el "
871
  "seu missatge, pàgina o widget:"
872
 
873
- #: contact_form.php:2536
874
  msgid "Sorry, email message could not be delivered."
875
  msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
876
 
877
- #: contact_form.php:3137 contact_form.php:3139
878
  msgid "Sent from (ip address)"
879
  msgstr "Enviat des de (adreça IP)"
880
 
881
- #: contact_form.php:3167
882
  msgid "Contact from"
883
  msgstr "Contact from"
884
 
885
- #: contact_form.php:3172 contact_form.php:3221
886
  msgid "Site"
887
  msgstr "Lloc"
888
 
889
- #: contact_form.php:3351
890
  msgid ""
891
  "If you can see this MIME, it means that the MIME type is not supported by "
892
  "your email client!"
@@ -894,60 +893,72 @@ msgstr ""
894
  "Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el "
895
  "seu client de correu electrònic!"
896
 
897
- #: contact_form.php:3434
898
  msgid "FAQ"
899
  msgstr "FAQ"
900
 
901
- #: contact_form.php:3435
902
  msgid "Support"
903
  msgstr "Suport"
904
 
905
- #: contact_form.php:3484
906
  msgid "Are you sure that you want to delete this language data?"
907
  msgstr "Està vostè segur que vol esborrar aquest idioma?"
908
 
909
- #: contact_form.php:3505
910
  #, fuzzy
911
  msgid "Add multiple forms"
912
  msgstr "Afegir consells sobre les eines"
913
 
914
- #: contact_form.php:3505
915
  msgid ""
916
  "Install Contact Form Multi plugin to create unlimited number of contact "
917
  "forms."
918
  msgstr ""
919
 
920
- #: contact_form.php:3510
921
  #, fuzzy
922
  msgid "Learn more"
923
  msgstr "Llegir més"
924
 
925
- #: contact_form.php:3751
 
 
 
 
 
 
 
 
926
  msgid "Close notice"
927
  msgstr ""
928
 
929
- #: contact_form.php:3756
930
  msgid "allows to store your messages to the database."
931
  msgstr ""
932
 
933
- #: contact_form.php:3757
934
  msgid "Manage messages that have been sent from your website."
935
  msgstr ""
936
 
937
- #: contact_form.php:3760
938
  msgid "Learn More"
939
  msgstr ""
940
 
941
- #: contact_form.php:3820
942
  #, fuzzy
943
  msgid "Contact form"
944
  msgstr "Contact from"
945
 
946
- #: contact_form.php:3833 contact_form.php:3843
947
  #, fuzzy
948
  msgid "Language"
949
  msgstr "Afegeix lengua"
950
 
 
 
 
 
951
  #~ msgid "Name:"
952
  #~ msgstr "Nom:"
953
 
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-11-15 11:14+0200\n"
6
+ "PO-Revision-Date: 2017-11-15 11:14+0200\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Kenneth <kenneth@snollocer.net>\n"
9
  "Language: ca_ES\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:37 contact_form.php:953
20
  msgid "Contact Form Settings"
21
  msgstr "Opcions Contact Form"
22
 
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
+ #: contact_form.php:300 contact_form.php:1133 contact_form.php:1223
28
+ #: contact_form.php:1613 contact_form.php:1651 contact_form.php:1918
29
+ #: contact_form.php:3045 contact_form.php:3091
30
  msgid "Name"
31
  msgstr "Nom"
32
 
33
+ #: contact_form.php:301 contact_form.php:1270 contact_form.php:1614
34
+ #: contact_form.php:1652 contact_form.php:1923 contact_form.php:3052
35
+ #: contact_form.php:3097
36
  msgid "Address"
37
  msgstr "Adreça:"
38
 
39
+ #: contact_form.php:302 contact_form.php:1286 contact_form.php:1615
40
+ #: contact_form.php:1653
41
  msgid "Email Address"
42
  msgstr "Adreça de correu electrònic:"
43
 
44
+ #: contact_form.php:303 contact_form.php:1309 contact_form.php:1616
45
+ #: contact_form.php:1654
46
  #, fuzzy
47
  msgid "Phone number"
48
  msgstr "Nombre de telèfon"
49
 
50
+ #: contact_form.php:304 contact_form.php:1325 contact_form.php:1617
51
+ #: contact_form.php:1655 contact_form.php:1938 contact_form.php:3063
52
+ #: contact_form.php:3106
53
  msgid "Subject"
54
  msgstr "Assumpte"
55
 
56
+ #: contact_form.php:305 contact_form.php:1349 contact_form.php:1618
57
+ #: contact_form.php:1656 contact_form.php:1942 contact_form.php:3068
58
+ #: contact_form.php:3110
59
  msgid "Message"
60
  msgstr "MIssatge"
61
 
62
+ #: contact_form.php:306 contact_form.php:1619 contact_form.php:1657
63
+ #: contact_form.php:1947
64
  msgid "Attachment"
65
  msgstr "Adjunt:"
66
 
67
+ #: contact_form.php:307
68
  msgid ""
69
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
70
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
72
  "Formats de fitxer suportats: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
73
  "AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
74
 
75
+ #: contact_form.php:308 contact_form.php:1621 contact_form.php:1659
76
  msgid "Send me a copy"
77
  msgstr "Envia'm una còpia"
78
 
79
+ #: contact_form.php:309 contact_form.php:1622 contact_form.php:1660
80
  msgid "Submit"
81
  msgstr "Enviar"
82
 
83
+ #: contact_form.php:310
84
  msgid "Your name is required."
85
  msgstr "El seu nom es obligatori."
86
 
87
+ #: contact_form.php:311
88
  msgid "Address is required."
89
  msgstr "Una adreça vàlida és obligatòria."
90
 
91
+ #: contact_form.php:312
92
  msgid "A valid email address is required."
93
  msgstr "Una Adreça de correu electrònic és obligatòria."
94
 
95
+ #: contact_form.php:313
96
  msgid "Phone number is required."
97
  msgstr "El seu nombre de telèfon és obligatori."
98
 
99
+ #: contact_form.php:314
100
  msgid "Subject is required."
101
  msgstr "L'assumpte és obligatori."
102
 
103
+ #: contact_form.php:315
104
  msgid "Message text is required."
105
  msgstr "El missatge és obligatori."
106
 
107
+ #: contact_form.php:316
108
  msgid "File format is not valid."
109
  msgstr "El format de l'adjunt és incorrecte."
110
 
111
+ #: contact_form.php:317
112
  msgid "File upload error."
113
  msgstr "Error de càrrega del fitxer"
114
 
115
+ #: contact_form.php:318
116
  msgid "The file could not be uploaded."
117
  msgstr "El fitxer no ha pogut ser carregat"
118
 
119
+ #: contact_form.php:319
120
  msgid "This file is too large."
121
  msgstr "Aquest document és massa gran."
122
 
123
+ #: contact_form.php:320
124
  msgid "Please fill out the CAPTCHA."
125
  msgstr "Si us plau completi el CAPTCHA"
126
 
127
+ #: contact_form.php:321
128
  msgid "Please make corrections below and try again."
129
  msgstr "Si us plau, corregeixi les dades i provi un altre cop."
130
 
131
+ #: contact_form.php:323
132
  msgid "Thank you for contacting us."
133
  msgstr "Gràcies per contactar amb nosaltres"
134
 
135
+ #: contact_form.php:650 contact_form.php:910
136
  msgid "Settings saved."
137
  msgstr "Configuració desada."
138
 
139
+ #: contact_form.php:855
140
  msgid ""
141
  "Email 'FROM' field option was changed, which may cause email messages being "
142
  "moved to the spam folder or email delivery failures."
143
  msgstr ""
144
 
145
+ #: contact_form.php:865
146
  msgid ""
147
  "If the 'Redirect to page' option is selected then the URL field should be in "
148
  "the following format"
150
  "Si l'opció de 'redireccionament a la pàgina' està seleccionat llavors el "
151
  "camp URL ha d'estar en el següent format"
152
 
153
+ #: contact_form.php:872
154
  #, fuzzy
155
  msgid "Such user does not exist."
156
  msgstr "Usuari inexistent. Els canvis no s'han desat."
157
 
158
+ #: contact_form.php:882
159
  #, fuzzy
160
  msgid ""
161
  "Please enter a valid email address in the 'Use this email address' field."
163
  "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis "
164
  "no s'han desat."
165
 
166
+ #: contact_form.php:890
167
  #, fuzzy
168
  msgid "Please enter a valid email address in the 'FROM' field."
169
  msgstr ""
170
  "Si us plau introdueixi una Adreça de correu electrònic correcta. Els canvis "
171
  "no s'han desat."
172
 
173
+ #: contact_form.php:912
174
  #, fuzzy
175
  msgid "Settings are not saved."
176
  msgstr "Configuració desada."
177
 
178
+ #: contact_form.php:950
179
  msgid "All plugin settings were restored."
180
  msgstr ""
181
 
182
+ #: contact_form.php:956
183
  msgid "How to Use Step-by-step Instruction"
184
  msgstr ""
185
 
186
+ #: contact_form.php:959 contact_form.php:3254 contact_form.php:3268
187
  msgid "Settings"
188
  msgstr "Configuració"
189
 
190
+ #: contact_form.php:960
191
  #, fuzzy
192
  msgid "Additional settings"
193
  msgstr "Opcions addicionals"
194
 
195
+ #: contact_form.php:961
196
  msgid "Appearance"
197
  msgstr ""
198
 
199
+ #: contact_form.php:962
200
  msgid "Custom code"
201
  msgstr ""
202
 
203
+ #: contact_form.php:963
204
  msgid "Go PRO"
205
  msgstr ""
206
 
207
+ #: contact_form.php:974
208
  msgid "Notice"
209
  msgstr ""
210
 
211
+ #: contact_form.php:978
212
  msgid "NEW_FORM"
213
  msgstr ""
214
 
215
+ #: contact_form.php:979
216
  msgid ""
217
  "If you want to create multiple contact forms, please install the Contact "
218
  "Form Multi plugin."
219
  msgstr ""
220
 
221
+ #: contact_form.php:988
222
  #, fuzzy, php-format
223
  msgid ""
224
  "If you would like to add a Contact Form to your page or post, please use %s "
227
  "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el "
228
  "seu missatge, pàgina o widget:"
229
 
230
+ #: contact_form.php:994
231
  #, php-format
232
  msgid ""
233
  "You can add the Contact Form to your page or post by clicking on %s button "
236
  "language."
237
  msgstr ""
238
 
239
+ #: contact_form.php:1003
240
  msgid ""
241
  "If you leave the fields empty, the messages will be sent to the email "
242
  "address specified during registration."
244
  "Si la informació d'aquest camp queda buida, s'usarà l'adreça especificada "
245
  "durant el registre."
246
 
247
+ #: contact_form.php:1006
248
  #, fuzzy
249
  msgid "The user's email address"
250
  msgstr "Adreça de correu electrònic de l'usuari:"
251
 
252
+ #: contact_form.php:1010
253
  #, fuzzy
254
  msgid "Select a username"
255
  msgstr "Seleccioni un nom d'usuari"
256
 
257
+ #: contact_form.php:1023
258
  #, fuzzy
259
  msgid ""
260
  "Select 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:1027
265
  #, fuzzy
266
  msgid "Use this email address"
267
  msgstr "Usi aquesta adreça de correu electrònic::"
268
 
269
+ #: contact_form.php:1031
270
  #, fuzzy
271
  msgid "Enter the email address for receiving messages"
272
  msgstr ""
273
  "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
274
 
275
+ #: contact_form.php:1038 contact_form.php:1533 contact_form.php:1740
276
+ #: contact_form.php:1846 contact_form.php:3351
277
  msgid "Close"
278
  msgstr ""
279
 
280
+ #: contact_form.php:1042
281
  msgid "Add department selectbox to the contact form"
282
  msgstr ""
283
 
284
+ #: contact_form.php:1050 contact_form.php:1542 contact_form.php:1759
285
+ #: contact_form.php:2052
286
  msgid "If you upgrade to Pro version all your settings will be saved."
287
  msgstr ""
288
 
289
+ #: contact_form.php:1057 contact_form.php:1379 contact_form.php:1547
290
+ #: contact_form.php:1766 contact_form.php:2059
291
  msgid "Upgrade to Pro"
292
  msgstr ""
293
 
294
+ #: contact_form.php:1065
295
  msgid "Save emails to the database"
296
  msgstr ""
297
 
298
+ #: contact_form.php:1077 contact_form.php:1091 contact_form.php:1098
299
  msgid "Using"
300
  msgstr ""
301
 
302
+ #: contact_form.php:1083 contact_form.php:1435 contact_form.php:1476
303
+ #: contact_form.php:1511
304
  msgid "Please activate the appropriate option on"
305
  msgstr ""
306
 
307
+ #: contact_form.php:1086 contact_form.php:1438 contact_form.php:1479
308
+ #: contact_form.php:1514
309
  #, fuzzy
310
  msgid "settings page"
311
  msgstr "Configuració extra"
312
 
313
+ #: contact_form.php:1092 contact_form.php:1445 contact_form.php:1487
314
+ #: contact_form.php:1521
315
  #, fuzzy
316
  msgid "Activate"
317
  msgstr "Captcha activat"
318
 
319
+ #: contact_form.php:1099 contact_form.php:1454 contact_form.php:1493
320
+ #: contact_form.php:1526
321
  msgid "Download"
322
  msgstr "Descarregar"
323
 
324
+ #: contact_form.php:1111
325
  msgid "Sending method"
326
  msgstr ""
327
 
328
+ #: contact_form.php:1116
329
  msgid "Wp-mail"
330
  msgstr "Wp-mail"
331
 
332
+ #: contact_form.php:1118
333
  #, fuzzy
334
  msgid "You can use the Wordpress wp_mail function for mailing"
335
  msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
336
 
337
+ #: contact_form.php:1121
338
  msgid "Mail"
339
  msgstr "Mail"
340
 
341
+ #: contact_form.php:1123
342
  #, fuzzy
343
  msgid "You can use the PHP mail function for mailing"
344
  msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
345
 
346
+ #: contact_form.php:1128
347
  msgid "'FROM' field"
348
  msgstr ""
349
 
350
+ #: contact_form.php:1144
351
  msgid "User name"
352
  msgstr ""
353
 
354
+ #: contact_form.php:1146
355
  #, fuzzy
356
  msgid ""
357
  "The name of the user who fills the form will be used in the field 'From'."
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:1157 contact_form.php:3058 contact_form.php:3102
363
  msgid "Email"
364
  msgstr "Adreça de correu electrònic"
365
 
366
+ #: contact_form.php:1168
367
  msgid "User email"
368
  msgstr ""
369
 
370
+ #: contact_form.php:1170
371
  msgid ""
372
  "The email address of the user who fills the form will be used in the field "
373
  "'From'."
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:1179
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:1188
385
  #, fuzzy
386
  msgid "Required symbol"
387
  msgstr "Camps requerits"
388
 
389
+ #: contact_form.php:1198
390
  msgid "Fields"
391
  msgstr ""
392
 
393
+ #: contact_form.php:1199 contact_form.php:1226 contact_form.php:1253
394
+ #: contact_form.php:1273 contact_form.php:1312 contact_form.php:1394
395
  msgid "Used"
396
  msgstr ""
397
 
398
+ #: contact_form.php:1200 contact_form.php:1215 contact_form.php:1230
399
+ #: contact_form.php:1257 contact_form.php:1277 contact_form.php:1290
400
+ #: contact_form.php:1316 contact_form.php:1329 contact_form.php:1353
401
  #, fuzzy
402
  msgid "Required"
403
  msgstr "Camps requerits"
404
 
405
+ #: contact_form.php:1202 contact_form.php:1235 contact_form.php:1295
406
+ #: contact_form.php:1334 contact_form.php:1358
407
  msgid "Visible"
408
  msgstr ""
409
 
410
+ #: contact_form.php:1203 contact_form.php:1239 contact_form.php:1299
411
+ #: contact_form.php:1338 contact_form.php:1362
412
  msgid "Disabled for editing"
413
  msgstr ""
414
 
415
+ #: contact_form.php:1204 contact_form.php:1263 contact_form.php:1342
416
+ #: contact_form.php:1366
417
  msgid "Field's default value"
418
  msgstr ""
419
 
420
+ #: contact_form.php:1211
421
  msgid "Department selectbox"
422
  msgstr ""
423
 
424
+ #: contact_form.php:1243
425
  msgid "Use User's name as a default value if the user is logged in."
426
  msgstr ""
427
 
428
+ #: contact_form.php:1244 contact_form.php:1304
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:1250
435
  msgid "Location selectbox"
436
  msgstr ""
437
 
438
+ #: contact_form.php:1303
439
  msgid "Use User's email as a default value if the user is logged in."
440
  msgstr ""
441
 
442
+ #: contact_form.php:1387
443
  msgid "Attachment block"
444
  msgstr "Adjunt blocat"
445
 
446
+ #: contact_form.php:1389
447
  msgid "Users can attach the following file formats"
448
  msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
449
 
450
+ #: contact_form.php:1407
451
  msgid "Add to the form"
452
  msgstr ""
453
 
454
+ #: contact_form.php:1412
455
  #, fuzzy
456
  msgid "Tips below the Attachment"
457
  msgstr "Consells del blocatge de l'adjunt"
458
 
459
+ #: contact_form.php:1419
460
  #, fuzzy
461
  msgid "'Send me a copy' block"
462
  msgstr "Envia'm una còpia"
463
 
464
+ #: contact_form.php:1447
465
  #, fuzzy
466
  msgid "Activate for network"
467
  msgstr "Plugin activat"
468
 
469
+ #: contact_form.php:1537
470
  msgid "Agreement checkbox"
471
  msgstr ""
472
 
473
+ #: contact_form.php:1537
474
  msgid "Required checkbox for submitting the form"
475
  msgstr ""
476
 
477
+ #: contact_form.php:1538
478
  msgid "Optional checkbox"
479
  msgstr ""
480
 
481
+ #: contact_form.php:1538
482
  msgid "Optional checkbox, the results of which will be displayed in email"
483
  msgstr ""
484
 
485
+ #: contact_form.php:1556
486
  msgid "Delete an attachment file from the server after the email is sent"
487
  msgstr ""
488
 
489
+ #: contact_form.php:1562
490
  msgid "Email in HTML format sending"
491
  msgstr ""
492
 
493
+ #: contact_form.php:1566
494
  msgid "Display additional info in the email"
495
  msgstr "Mostra informació addicional al correu electrònic,"
496
 
497
+ #: contact_form.php:1572
498
  #, fuzzy
499
  msgid "Sent from (IP address)"
500
  msgstr "Enviat des de (adreça IP)"
501
 
502
+ #: contact_form.php:1572
503
+ msgid "Example: Sent from (IP address): 127.0.0.1"
504
+ msgstr ""
 
505
 
506
+ #: contact_form.php:1573 contact_form.php:3007 contact_form.php:3009
507
  msgid "Date/Time"
508
  msgstr "Data/hora"
509
 
510
+ #: contact_form.php:1573
511
+ msgid "Example: Date/Time: August 19, 2013 8:50 pm"
512
  msgstr ""
513
 
514
+ #: contact_form.php:1574 contact_form.php:3013 contact_form.php:3015
515
  msgid "Sent from (referer)"
516
  msgstr "Enviat des de (referent)"
517
 
518
+ #: contact_form.php:1574
519
  msgid ""
520
+ "Example: Sent from (referer): https://bestwebsoft.com/contacts/contact-us/"
521
  msgstr ""
522
 
523
+ #: contact_form.php:1575 contact_form.php:3019 contact_form.php:3021
524
  msgid "Using (user agent)"
525
  msgstr "Usant (user agent)"
526
 
527
+ #: contact_form.php:1575
528
  msgid ""
529
+ "Example: Using (user agent): Mozilla/5.0 (Windows NT 6.2; WOW64) "
530
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
531
  msgstr ""
532
 
533
+ #: contact_form.php:1580
534
  msgid "Language settings for the field names in the form"
535
  msgstr "Configuració de la llengua als noms dels camps del formulari"
536
 
537
+ #: contact_form.php:1589
538
  msgid "Add a language"
539
  msgstr "Afegeix lengua"
540
 
541
+ #: contact_form.php:1593
542
  msgid "Change the names of the contact form fields and error messages"
543
  msgstr ""
544
  "Modifica els noms dels camps i els missatges d'error del formulari de "
545
  "contacte"
546
 
547
+ #: contact_form.php:1598 contact_form.php:1694 contact_form.php:1826
548
+ #: contact_form.php:1966 contact_form.php:1971 contact_form.php:1981
549
+ #: contact_form.php:1986 contact_form.php:1991 contact_form.php:1996
550
+ #: contact_form.php:2006 contact_form.php:2011 contact_form.php:2020
551
+ #: contact_form.php:2034 contact_form.php:2039 contact_form.php:2044
552
  msgid "Default"
553
  msgstr "Per defecte"
554
 
555
+ #: contact_form.php:1611 contact_form.php:1649
556
  msgid "click to expand/hide the list"
557
  msgstr ""
558
 
559
+ #: contact_form.php:1620 contact_form.php:1658
560
  #, fuzzy
561
  msgid "Tips below the Attachment block"
562
  msgstr "Consells del blocatge de l'adjunt"
563
 
564
+ #: contact_form.php:1623 contact_form.php:1661
565
  msgid "Error message for the Name field"
566
  msgstr "Missatge d'error per al camp 'Nom'"
567
 
568
+ #: contact_form.php:1624 contact_form.php:1662
569
  msgid "Error message for the Address field"
570
  msgstr "Missatge d'error per al camp 'Adreça'"
571
 
572
+ #: contact_form.php:1625 contact_form.php:1663
573
  msgid "Error message for the Email field"
574
  msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
575
 
576
+ #: contact_form.php:1626 contact_form.php:1664
577
  msgid "Error message for the Phone field"
578
  msgstr "Missatge d'error per al camp 'Telèfon\""
579
 
580
+ #: contact_form.php:1627 contact_form.php:1665
581
  msgid "Error message for the Subject field"
582
  msgstr "Missatge d'error per al camp 'Assumpte'"
583
 
584
+ #: contact_form.php:1628 contact_form.php:1666
585
  msgid "Error message for the Message field"
586
  msgstr "Missatge d'error per al camp 'Missatge'"
587
 
588
+ #: contact_form.php:1629 contact_form.php:1667
589
  msgid "Error message about the file type for the Attachment field"
590
  msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
591
 
592
+ #: contact_form.php:1630 contact_form.php:1668
593
  msgid ""
594
  "Error message while uploading a file for the Attachment field to the server"
595
  msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
596
 
597
+ #: contact_form.php:1631 contact_form.php:1669
598
  msgid "Error message while moving the file for the Attachment field"
599
  msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
600
 
601
+ #: contact_form.php:1632 contact_form.php:1670
602
  msgid "Error message when file size limit for the Attachment field is exceeded"
603
  msgstr ""
604
  "Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
605
 
606
+ #: contact_form.php:1633 contact_form.php:1671
607
  msgid "Error message for the Captcha field"
608
  msgstr "Missatge d'error al camp Captcha"
609
 
610
+ #: contact_form.php:1634 contact_form.php:1672
611
  msgid "Error message for the whole form"
612
  msgstr "Missatge d'error a tot el formulari"
613
 
614
+ #: contact_form.php:1637 contact_form.php:1639 contact_form.php:1675
615
+ #: contact_form.php:1677 contact_form.php:1709 contact_form.php:1711
616
+ #: contact_form.php:1723 contact_form.php:1725 contact_form.php:3441
617
+ #: contact_form.php:3443
618
  msgid "Use shortcode"
619
  msgstr "useu un codi curt"
620
 
621
+ #: contact_form.php:1637 contact_form.php:1639 contact_form.php:1675
622
+ #: contact_form.php:1677 contact_form.php:1709 contact_form.php:1711
623
+ #: contact_form.php:1723 contact_form.php:1725 contact_form.php:3441
624
+ #: contact_form.php:3443
625
  msgid "for this language"
626
  msgstr "Per aquesta llengua"
627
 
628
+ #: contact_form.php:1685
629
  #, fuzzy
630
  msgid "Use the changed names of the contact form fields in the email"
631
  msgstr ""
632
  "Modifica els noms dels camps i els missatges d'error del formulari de "
633
  "contacte"
634
 
635
+ #: contact_form.php:1691
636
  msgid "Action after email is sent"
637
  msgstr "Accions després d'enviar un correu electrònic."
638
 
639
+ #: contact_form.php:1693
640
  msgid "Display text"
641
  msgstr "Mostra el text"
642
 
643
+ #: contact_form.php:1707 contact_form.php:1721
644
  msgid "Text"
645
  msgstr "Text"
646
 
647
+ #: contact_form.php:1732
648
  msgid "Redirect to the page"
649
  msgstr "Redirigir a la pàgina"
650
 
651
+ #: contact_form.php:1733
652
  msgid "Url"
653
  msgstr "Url"
654
 
655
+ #: contact_form.php:1744
656
  msgid "Add field 'Reply-To' to the email header"
657
  msgstr ""
658
 
659
+ #: contact_form.php:1746
660
  msgid "Field 'Reply-To' will be initialized by user email"
661
  msgstr ""
662
 
663
+ #: contact_form.php:1750
664
  msgid "Auto Response"
665
  msgstr ""
666
 
667
+ #: contact_form.php:1754
668
  #, php-format
669
  msgid ""
670
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
672
  "name."
673
  msgstr ""
674
 
675
+ #: contact_form.php:1776 contact_form.php:2302
676
  msgid "Save Changes"
677
  msgstr "Desar els canvis"
678
 
679
+ #: contact_form.php:1789
680
  #, php-format
681
  msgid ""
682
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
683
  msgstr ""
684
 
685
+ #: contact_form.php:1789 contact_form.php:1798
686
  msgid "Form layout"
687
  msgstr ""
688
 
689
+ #: contact_form.php:1789 contact_form.php:1810
690
  #, fuzzy
691
  msgid "Submit position"
692
  msgstr "Enviar"
693
 
694
+ #: contact_form.php:1802
695
  msgid "One column"
696
  msgstr ""
697
 
698
+ #: contact_form.php:1805
699
  msgid "Two columns"
700
  msgstr ""
701
 
702
+ #: contact_form.php:1814 contact_form.php:1854 contact_form.php:1872
703
+ #: contact_form.php:1887
704
  msgid "Left"
705
  msgstr ""
706
 
707
+ #: contact_form.php:1817 contact_form.php:1860 contact_form.php:1875
708
+ #: contact_form.php:1893
709
  msgid "Right"
710
  msgstr ""
711
 
712
+ #: contact_form.php:1822
713
  msgid "Width"
714
  msgstr ""
715
 
716
+ #: contact_form.php:1830
717
  msgid "Custom"
718
  msgstr ""
719
 
720
+ #: contact_form.php:1837
721
  msgid "px"
722
  msgstr ""
723
 
724
+ #: contact_form.php:1850
725
  msgid "Form align"
726
  msgstr ""
727
 
728
+ #: contact_form.php:1857 contact_form.php:1890
729
  msgid "Center"
730
  msgstr ""
731
 
732
+ #: contact_form.php:1865
733
  #, fuzzy
734
  msgid "Labels position"
735
  msgstr "Enviar"
736
 
737
+ #: contact_form.php:1869
738
  msgid "Top"
739
  msgstr ""
740
 
741
+ #: contact_form.php:1878
742
  msgid "Bottom"
743
  msgstr ""
744
 
745
+ #: contact_form.php:1883
746
  msgid "Labels align"
747
  msgstr ""
748
 
749
+ #: contact_form.php:1898
750
  msgid "Errors output"
751
  msgstr "Errors de sortida"
752
 
753
+ #: contact_form.php:1901
754
  msgid "Display error messages"
755
  msgstr "Mostra els missatges d'error"
756
 
757
+ #: contact_form.php:1902
758
  msgid "Color of the input field errors."
759
  msgstr "Color dels errors al camp d'entrada"
760
 
761
+ #: contact_form.php:1903
762
  msgid "Display error messages & color of the input field errors"
763
  msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
764
 
765
+ #: contact_form.php:1908
766
  msgid "Add placeholder to the input blocks"
767
  msgstr "Afegeix marcador de posició als blocs d'entrada"
768
 
769
+ #: contact_form.php:1914
770
  msgid "Add tooltips"
771
  msgstr "Afegir consells sobre les eines"
772
 
773
+ #: contact_form.php:1928
774
  msgid "Email address"
775
  msgstr "Adreça de correu electrònic:"
776
 
777
+ #: contact_form.php:1933 contact_form.php:3074 contact_form.php:3115
778
  msgid "Phone Number"
779
  msgstr "Nombre de telèfon"
780
 
781
+ #: contact_form.php:1959
782
  msgid "Style options"
783
  msgstr "Opcions d'estil"
784
 
785
+ #: contact_form.php:1963
786
  msgid "Text color"
787
  msgstr "Color del text"
788
 
789
+ #: contact_form.php:1968
790
  msgid "Label text color"
791
  msgstr "Color del text de l'etiqeta"
792
 
793
+ #: contact_form.php:1973
794
  msgid "Placeholder color"
795
  msgstr "Color del marcador de posició"
796
 
797
+ #: contact_form.php:1978
798
  msgid "Errors color"
799
  msgstr "Color dels errors"
800
 
801
+ #: contact_form.php:1983
802
  msgid "Error text color"
803
  msgstr "Color del text d'error"
804
 
805
+ #: contact_form.php:1988
806
  msgid "Background color of the input field errors"
807
  msgstr "Color de fons dels errors del camp d'entrada"
808
 
809
+ #: contact_form.php:1993
810
  msgid "Border color of the input field errors"
811
  msgstr "Color de la vora dels errors del camp d'entrada"
812
 
813
+ #: contact_form.php:1998
814
  msgid "Placeholder color of the input field errors"
815
  msgstr "Color del marcador de posició dels errors del camp d'entrada"
816
 
817
+ #: contact_form.php:2003
818
  msgid "Input fields"
819
  msgstr "Visualitza l'adjunt"
820
 
821
+ #: contact_form.php:2008
822
  msgid "Input fields background color"
823
  msgstr "Color de fons dels camps d'entrada"
824
 
825
+ #: contact_form.php:2013
826
  msgid "Text fields color"
827
  msgstr "Color dels camps de text"
828
 
829
+ #: contact_form.php:2017
830
  msgid "Border width in px, numbers only"
831
  msgstr "Ample de vora en px, sols nombres"
832
 
833
+ #: contact_form.php:2022 contact_form.php:2046
834
  msgid "Border color"
835
  msgstr "Color de la vora"
836
 
837
+ #: contact_form.php:2027
838
  msgid "Submit button"
839
  msgstr "Enviar"
840
 
841
  # #: contact_form.php:928
842
+ #: contact_form.php:2031
843
  msgid "Width in px, numbers only"
844
  msgstr "Ample en px, sols nombres"
845
 
846
+ #: contact_form.php:2036
847
  msgid "Button color"
848
  msgstr "Color del botó"
849
 
850
+ #: contact_form.php:2041
851
  msgid "Button text color"
852
  msgstr "Color del text del botó"
853
 
854
+ #: contact_form.php:2070
855
  #, fuzzy
856
  msgid "Contact Form | Preview"
857
  msgstr "Contact Form Pro | Vista prèvia"
858
 
859
+ #: contact_form.php:2071
860
  msgid "Drag the necessary field to sort fields."
861
  msgstr ""
862
 
863
+ #: contact_form.php:2291
864
  #, fuzzy
865
  msgid ""
866
  "If you would like to add the Contact Form to your website, just copy and "
869
  "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el "
870
  "seu missatge, pàgina o widget:"
871
 
872
+ #: contact_form.php:2412
873
  msgid "Sorry, email message could not be delivered."
874
  msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
875
 
876
+ #: contact_form.php:3001 contact_form.php:3003
877
  msgid "Sent from (ip address)"
878
  msgstr "Enviat des de (adreça IP)"
879
 
880
+ #: contact_form.php:3031
881
  msgid "Contact from"
882
  msgstr "Contact from"
883
 
884
+ #: contact_form.php:3036 contact_form.php:3085
885
  msgid "Site"
886
  msgstr "Lloc"
887
 
888
+ #: contact_form.php:3197
889
  msgid ""
890
  "If you can see this MIME, it means that the MIME type is not supported by "
891
  "your email client!"
893
  "Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el "
894
  "seu client de correu electrònic!"
895
 
896
+ #: contact_form.php:3269
897
  msgid "FAQ"
898
  msgstr "FAQ"
899
 
900
+ #: contact_form.php:3270
901
  msgid "Support"
902
  msgstr "Suport"
903
 
904
+ #: contact_form.php:3319
905
  msgid "Are you sure that you want to delete this language data?"
906
  msgstr "Està vostè segur que vol esborrar aquest idioma?"
907
 
908
+ #: contact_form.php:3342
909
  #, fuzzy
910
  msgid "Add multiple forms"
911
  msgstr "Afegir consells sobre les eines"
912
 
913
+ #: contact_form.php:3342
914
  msgid ""
915
  "Install Contact Form Multi plugin to create unlimited number of contact "
916
  "forms."
917
  msgstr ""
918
 
919
+ #: contact_form.php:3347
920
  #, fuzzy
921
  msgid "Learn more"
922
  msgstr "Llegir més"
923
 
924
+ #: contact_form.php:3405
925
+ msgid "Error"
926
+ msgstr ""
927
+
928
+ #: contact_form.php:3405 contact_form.php:3407
929
+ msgid "Illegal language code"
930
+ msgstr ""
931
+
932
+ #: contact_form.php:3590
933
  msgid "Close notice"
934
  msgstr ""
935
 
936
+ #: contact_form.php:3595
937
  msgid "allows to store your messages to the database."
938
  msgstr ""
939
 
940
+ #: contact_form.php:3596
941
  msgid "Manage messages that have been sent from your website."
942
  msgstr ""
943
 
944
+ #: contact_form.php:3599
945
  msgid "Learn More"
946
  msgstr ""
947
 
948
+ #: contact_form.php:3659
949
  #, fuzzy
950
  msgid "Contact form"
951
  msgstr "Contact from"
952
 
953
+ #: contact_form.php:3672 contact_form.php:3682
954
  #, fuzzy
955
  msgid "Language"
956
  msgstr "Afegeix lengua"
957
 
958
+ #, fuzzy
959
+ #~ msgid "Example: Sent from (IP address):\t127.0.0.1"
960
+ #~ msgstr "Enviat des de (adreça IP)"
961
+
962
  #~ msgid "Name:"
963
  #~ msgstr "Nom:"
964
 
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: 2017-05-23 15:15+0300\n"
10
- "PO-Revision-Date: 2017-05-23 15:15+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"
@@ -15,13 +15,13 @@ msgstr ""
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18
- "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-Basepath: ..\n"
20
  "X-Poedit-KeywordsList: __;_e\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
- #: contact_form.php:37 contact_form.php:1064
25
  msgid "Contact Form Settings"
26
  msgstr "Nastavenie kontaktního formuláře"
27
 
@@ -29,46 +29,46 @@ msgstr "Nastavenie kontaktního formuláře"
29
  msgid "Contact Form"
30
  msgstr "Kontaktní formulář"
31
 
32
- #: contact_form.php:280 contact_form.php:1244 contact_form.php:1334
33
- #: contact_form.php:1725 contact_form.php:1763 contact_form.php:2029
34
- #: contact_form.php:3181 contact_form.php:3227
35
  msgid "Name"
36
  msgstr "Jméno"
37
 
38
- #: contact_form.php:281 contact_form.php:1381 contact_form.php:1726
39
- #: contact_form.php:1764 contact_form.php:2034 contact_form.php:3188
40
- #: contact_form.php:3233
41
  msgid "Address"
42
  msgstr "Adresa"
43
 
44
- #: contact_form.php:282 contact_form.php:1397 contact_form.php:1727
45
- #: contact_form.php:1765
46
  msgid "Email Address"
47
  msgstr "Vaše emailová adresa"
48
 
49
- #: contact_form.php:283 contact_form.php:1420 contact_form.php:1728
50
- #: contact_form.php:1766
51
  msgid "Phone number"
52
  msgstr "Telefonní číslo"
53
 
54
- #: contact_form.php:284 contact_form.php:1436 contact_form.php:1729
55
- #: contact_form.php:1767 contact_form.php:2049 contact_form.php:3199
56
- #: contact_form.php:3242
57
  msgid "Subject"
58
  msgstr "Předmět"
59
 
60
- #: contact_form.php:285 contact_form.php:1460 contact_form.php:1730
61
- #: contact_form.php:1768 contact_form.php:2053 contact_form.php:3204
62
- #: contact_form.php:3246
63
  msgid "Message"
64
  msgstr "Zpráva"
65
 
66
- #: contact_form.php:286 contact_form.php:1731 contact_form.php:1769
67
- #: contact_form.php:2058
68
  msgid "Attachment"
69
  msgstr "Příloha:"
70
 
71
- #: contact_form.php:287
72
  msgid ""
73
  "Supported file types: 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."
@@ -76,71 +76,71 @@ msgstr ""
76
  "Podporované typy souborů: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
77
  "AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
78
 
79
- #: contact_form.php:288 contact_form.php:1733 contact_form.php:1771
80
  msgid "Send me a copy"
81
  msgstr "Pošlete mi kopii této zprávy"
82
 
83
- #: contact_form.php:289 contact_form.php:1734 contact_form.php:1772
84
  msgid "Submit"
85
  msgstr "Odeslat"
86
 
87
- #: contact_form.php:290
88
  msgid "Your name is required."
89
  msgstr "Zadejte prosím své jméno"
90
 
91
- #: contact_form.php:291
92
  msgid "Address is required."
93
  msgstr "Vyžaduje se adresa."
94
 
95
- #: contact_form.php:292
96
  msgid "A valid email address is required."
97
  msgstr "Je vyžadována platná e-mailová adresa."
98
 
99
- #: contact_form.php:293
100
  msgid "Phone number is required."
101
  msgstr "Telefonní číslo je požadováno."
102
 
103
- #: contact_form.php:294
104
  msgid "Subject is required."
105
  msgstr "Předmět je povinné pole."
106
 
107
- #: contact_form.php:295
108
  msgid "Message text is required."
109
  msgstr "Text zprávy je vyžadován."
110
 
111
- #: contact_form.php:296
112
  msgid "File format is not valid."
113
  msgstr "Formát souboru není platný."
114
 
115
- #: contact_form.php:297
116
  msgid "File upload error."
117
  msgstr "Chyba odeslání souboru."
118
 
119
- #: contact_form.php:298
120
  msgid "The file could not be uploaded."
121
  msgstr "Soubor nelze odeslat."
122
 
123
- #: contact_form.php:299
124
  msgid "This file is too large."
125
  msgstr "Tento soubor je příliš velký."
126
 
127
- #: contact_form.php:300
128
  msgid "Please fill out the CAPTCHA."
129
  msgstr "Prosím opište CAPTCHA text."
130
 
131
- #: contact_form.php:301
132
  msgid "Please make corrections below and try again."
133
  msgstr "Prosím opravte chyby a zkuste to znovu."
134
 
135
- #: contact_form.php:303
136
  msgid "Thank you for contacting us."
137
  msgstr "Děkujeme za zprávu, budeme Vás kontaktovat."
138
 
139
- #: contact_form.php:759 contact_form.php:1021
140
  msgid "Settings saved."
141
  msgstr "Nastavení bylo uloženo."
142
 
143
- #: contact_form.php:966
144
  msgid ""
145
  "Email 'FROM' field option was changed, which may cause email messages being "
146
  "moved to the spam folder or email delivery failures."
@@ -148,7 +148,7 @@ msgstr ""
148
  "E-mailu z pole byla změněna, což může způsobit, e-mailové zprávy přesouvány "
149
  "do spam složky nebo e-mailem dodání selhání."
150
 
151
- #: contact_form.php:976
152
  msgid ""
153
  "If the 'Redirect to page' option is selected then the URL field should be in "
154
  "the following format"
@@ -156,62 +156,62 @@ msgstr ""
156
  "Pokud je vybrána možnost 'Přesměrovat na stránku' pak pole URL by měla být v "
157
  "následujícím formátu"
158
 
159
- #: contact_form.php:983
160
  msgid "Such user does not exist."
161
  msgstr "Takový uživatel neexistuje."
162
 
163
- #: contact_form.php:993
164
  msgid ""
165
  "Please enter a valid email address in the 'Use this email address' field."
166
  msgstr ""
167
  "Zadejte platnou e-mailovou adresu do pole \"Použít tuto e-mailovou adresu\"."
168
 
169
- #: contact_form.php:1001
170
  msgid "Please enter a valid email address in the 'FROM' field."
171
  msgstr "Zadejte prosím platnou e-mailovou adresu do pole 'Od'."
172
 
173
- #: contact_form.php:1023
174
  msgid "Settings are not saved."
175
  msgstr "Nastavení se neuložilo."
176
 
177
- #: contact_form.php:1061
178
  msgid "All plugin settings were restored."
179
  msgstr "Výchozí nastavení byla obnovena."
180
 
181
- #: contact_form.php:1067
182
  msgid "How to Use Step-by-step Instruction"
183
  msgstr "NÁVOD KROK ZA KROKEM"
184
 
185
- #: contact_form.php:1070 contact_form.php:3419 contact_form.php:3433
186
  msgid "Settings"
187
  msgstr "Nastavení"
188
 
189
- #: contact_form.php:1071
190
  msgid "Additional settings"
191
  msgstr "Další nastavení"
192
 
193
- #: contact_form.php:1072
194
  msgid "Appearance"
195
  msgstr "Vzhled"
196
 
197
- #: contact_form.php:1073
198
  msgid "Custom code"
199
  msgstr ""
200
 
201
- #: contact_form.php:1074
202
  msgid "Go PRO"
203
  msgstr "Získat verzi Pro"
204
 
205
- #: contact_form.php:1085
206
  #, fuzzy
207
  msgid "Notice"
208
  msgstr "UPOZORNĚNÍ:"
209
 
210
- #: contact_form.php:1089
211
  msgid "NEW_FORM"
212
  msgstr "NEW_FORM"
213
 
214
- #: contact_form.php:1090
215
  msgid ""
216
  "If you want to create multiple contact forms, please install the Contact "
217
  "Form Multi plugin."
@@ -219,7 +219,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:1099
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 +228,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:1105
232
  #, php-format
233
  msgid ""
234
  "You can add the Contact Form to your page or post by clicking on %s button "
@@ -241,7 +241,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:1114
245
  msgid ""
246
  "If you leave the fields empty, the messages will be sent to the email "
247
  "address specified during registration."
@@ -249,16 +249,16 @@ 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:1117
253
  #, fuzzy
254
  msgid "The user's email address"
255
  msgstr "E-mailová adresa uživatele:"
256
 
257
- #: contact_form.php:1121
258
  msgid "Select a username"
259
  msgstr "Vyberte uživatelské jméno"
260
 
261
- #: contact_form.php:1134
262
  #, fuzzy
263
  msgid ""
264
  "Select a username of the person who should get the messages from the contact "
@@ -267,109 +267,109 @@ msgstr ""
267
  "Zadejte uživatelské jméno osoby, která by měla získat zprávy z kontaktního "
268
  "formuláře."
269
 
270
- #: contact_form.php:1138
271
  #, fuzzy
272
  msgid "Use this email address"
273
  msgstr "Použíte tento email::"
274
 
275
- #: contact_form.php:1142
276
  #, fuzzy
277
  msgid "Enter the email address for receiving messages"
278
  msgstr "Zadejte e-mailovou adresu chcete zprávy předávat."
279
 
280
- #: contact_form.php:1149 contact_form.php:1645 contact_form.php:1852
281
- #: contact_form.php:1957 contact_form.php:3514
282
  msgid "Close"
283
  msgstr "Zavřít"
284
 
285
- #: contact_form.php:1153
286
  #, fuzzy
287
  msgid "Add department selectbox to the contact form"
288
  msgstr "Přidáte oddělení selectbox kontaktní formulář:"
289
 
290
- #: contact_form.php:1161 contact_form.php:1654 contact_form.php:1871
291
- #: contact_form.php:2163
292
  msgid "If you upgrade to Pro version all your settings will be saved."
293
  msgstr "Pokud upgradujete na verzi Pro všechna nastavení uložit."
294
 
295
- #: contact_form.php:1168 contact_form.php:1490 contact_form.php:1659
296
- #: contact_form.php:1878 contact_form.php:2170
297
  msgid "Upgrade to Pro"
298
  msgstr ""
299
 
300
- #: contact_form.php:1176
301
  msgid "Save emails to the database"
302
  msgstr "Ukládání e-mailů do databáze"
303
 
304
- #: contact_form.php:1188 contact_form.php:1202 contact_form.php:1209
305
  msgid "Using"
306
  msgstr "Použití"
307
 
308
- #: contact_form.php:1194 contact_form.php:1546 contact_form.php:1588
309
- #: contact_form.php:1623
310
  msgid "Please activate the appropriate option on"
311
  msgstr ""
312
 
313
- #: contact_form.php:1197 contact_form.php:1549 contact_form.php:1591
314
- #: contact_form.php:1626
315
  #, fuzzy
316
  msgid "settings page"
317
  msgstr "stránku nastavení"
318
 
319
- #: contact_form.php:1203 contact_form.php:1556 contact_form.php:1599
320
- #: contact_form.php:1633
321
  msgid "Activate"
322
  msgstr "Aktivovat"
323
 
324
- #: contact_form.php:1210 contact_form.php:1565 contact_form.php:1605
325
- #: contact_form.php:1638
326
  msgid "Download"
327
  msgstr "Stáhnout"
328
 
329
- #: contact_form.php:1222
330
  msgid "Sending method"
331
  msgstr ""
332
 
333
- #: contact_form.php:1227
334
  msgid "Wp-mail"
335
  msgstr "Wp-mail"
336
 
337
- #: contact_form.php:1229
338
  #, fuzzy
339
  msgid "You can use the Wordpress wp_mail function for mailing"
340
  msgstr "Můžete použít funkci wp_mail pro korespondenci"
341
 
342
- #: contact_form.php:1232
343
  msgid "Mail"
344
  msgstr "E-mail"
345
 
346
- #: contact_form.php:1234
347
  #, fuzzy
348
  msgid "You can use the PHP mail function for mailing"
349
  msgstr "Můžete použít funkci wp_mail pro korespondenci"
350
 
351
- #: contact_form.php:1239
352
  msgid "'FROM' field"
353
  msgstr "'Pole od'"
354
 
355
- #: contact_form.php:1255
356
  msgid "User name"
357
  msgstr "Uživatelské jméno"
358
 
359
- #: contact_form.php:1257
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:1268 contact_form.php:3194 contact_form.php:3238
365
  msgid "Email"
366
  msgstr "E-mail"
367
 
368
- #: contact_form.php:1279
369
  msgid "User email"
370
  msgstr "Používateľský email"
371
 
372
- #: contact_form.php:1281
373
  msgid ""
374
  "The email address of the user who fills the form will be used in the field "
375
  "'From'."
@@ -377,7 +377,7 @@ msgstr ""
377
  "E-mailovou adresu uživatele, který vyplňuje formulář bude použit v poli \"Od"
378
  "\"."
379
 
380
- #: contact_form.php:1290
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,51 +385,51 @@ msgstr ""
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:1299
389
  msgid "Required symbol"
390
  msgstr "Symbol pro povinné položky"
391
 
392
- #: contact_form.php:1309
393
  msgid "Fields"
394
  msgstr "Pole"
395
 
396
- #: contact_form.php:1310 contact_form.php:1337 contact_form.php:1364
397
- #: contact_form.php:1384 contact_form.php:1423 contact_form.php:1505
398
  msgid "Used"
399
  msgstr "Použité"
400
 
401
- #: contact_form.php:1311 contact_form.php:1326 contact_form.php:1341
402
- #: contact_form.php:1368 contact_form.php:1388 contact_form.php:1401
403
- #: contact_form.php:1427 contact_form.php:1440 contact_form.php:1464
404
  msgid "Required"
405
  msgstr "Vyžadované"
406
 
407
- #: contact_form.php:1313 contact_form.php:1346 contact_form.php:1406
408
- #: contact_form.php:1445 contact_form.php:1469
409
  msgid "Visible"
410
  msgstr "Viditelný"
411
 
412
- #: contact_form.php:1314 contact_form.php:1350 contact_form.php:1410
413
- #: contact_form.php:1449 contact_form.php:1473
414
  msgid "Disabled for editing"
415
  msgstr "Zakázáno pro editaci"
416
 
417
- #: contact_form.php:1315 contact_form.php:1374 contact_form.php:1453
418
- #: contact_form.php:1477
419
  msgid "Field's default value"
420
  msgstr "Výchozí hodnota pole"
421
 
422
- #: contact_form.php:1322
423
  msgid "Department selectbox"
424
  msgstr "Poloha výběrového oddílu"
425
 
426
- #: contact_form.php:1354
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:1355 contact_form.php:1415
433
  msgid ""
434
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
435
  "in users."
@@ -437,236 +437,233 @@ msgstr ""
437
  "'Viditelné' a 'Skryté pro editaci' je možné použít pouze pro přihlášené "
438
  "uživatele."
439
 
440
- #: contact_form.php:1361
441
  msgid "Location selectbox"
442
  msgstr "Poloha výberového oddielu"
443
 
444
- #: contact_form.php:1414
445
  msgid "Use User's email as a default value if the user is logged in."
446
  msgstr ""
447
  "Pomocí e-mailu uživatele jako výchozí hodnotu, pokud uživatel je přihlášen."
448
 
449
- #: contact_form.php:1498
450
  msgid "Attachment block"
451
  msgstr "Blok příloh"
452
 
453
- #: contact_form.php:1500
454
  msgid "Users can attach the following file formats"
455
  msgstr "Uživatelé mohou připojit následující formáty souborů"
456
 
457
- #: contact_form.php:1518
458
  msgid "Add to the form"
459
  msgstr "Přidejte do formuláře"
460
 
461
- #: contact_form.php:1523
462
  msgid "Tips below the Attachment"
463
  msgstr "Tipy pod přílohu"
464
 
465
- #: contact_form.php:1530
466
  msgid "'Send me a copy' block"
467
  msgstr "Zobrazit blok 'Zaslat kopii'"
468
 
469
- #: contact_form.php:1558
470
  #, fuzzy
471
  msgid "Activate for network"
472
  msgstr "Aktivované pluginy"
473
 
474
- #: contact_form.php:1649
475
  msgid "Agreement checkbox"
476
  msgstr "Označení souhlasu"
477
 
478
- #: contact_form.php:1649
479
  msgid "Required checkbox for submitting the form"
480
  msgstr "Vyžaduje označení souhlasu při odeslání formuláře"
481
 
482
- #: contact_form.php:1650
483
  msgid "Optional checkbox"
484
  msgstr "Volitelné zaškrtávací políčko"
485
 
486
- #: contact_form.php:1650
487
  msgid "Optional checkbox, the results of which will be displayed in email"
488
  msgstr "Volitelné zaškrtávací políčko, jeho výsledek bude zobrazený v emailu"
489
 
490
- #: contact_form.php:1668
491
  msgid "Delete an attachment file from the server after the email is sent"
492
  msgstr "Odstranit soubor přílohy ze serveru, po odeslání e-mailu"
493
 
494
- #: contact_form.php:1674
495
  msgid "Email in HTML format sending"
496
  msgstr "Povolit HTML formátovaní"
497
 
498
- #: contact_form.php:1678
499
  msgid "Display additional info in the email"
500
  msgstr "Zobrazit další informace v e-mailu"
501
 
502
- #: contact_form.php:1684
503
  #, fuzzy
504
  msgid "Sent from (IP address)"
505
  msgstr "Odeslané z (ip adresa)"
506
 
507
- #: contact_form.php:1684
508
- msgid "Example: Sent from (IP address):\t127.0.0.1"
509
- msgstr "Příklad: Zaslané z (IP addresa):\t127.0.0.1"
510
 
511
- #: contact_form.php:1685 contact_form.php:3143 contact_form.php:3145
512
  msgid "Date/Time"
513
  msgstr "Datum / Čas"
514
 
515
- #: contact_form.php:1685
516
- msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
517
- msgstr "Příklad: Datum / čas: \tsrpen 19, 2013 8:50 pm"
518
 
519
- #: contact_form.php:1686 contact_form.php:3149 contact_form.php:3151
520
  msgid "Sent from (referer)"
521
  msgstr "Odesláno z"
522
 
523
- #: contact_form.php:1686
524
- #, fuzzy
525
  msgid ""
526
- "Example: Sent from (referer):\thttps://bestwebsoft.com/contacts/contact-us/"
527
- msgstr "Příklad: Zaslané (odkaz):\thttp://bestwebsoft.com/contacts/contact-us/"
528
 
529
- #: contact_form.php:1687 contact_form.php:3155 contact_form.php:3157
530
  msgid "Using (user agent)"
531
  msgstr "Použití (uživatelský agent)"
532
 
533
- #: contact_form.php:1687
534
  msgid ""
535
- "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
536
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
537
  msgstr ""
538
- "Příklad: Použití (uživatel agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
539
- "AppleWebKit/537.36 (KHTML, jako Gecko) Chrome/28.0.1500.95 Safari/537.36"
540
 
541
- #: contact_form.php:1692
542
  msgid "Language settings for the field names in the form"
543
  msgstr "Nastavení jazyka pro názvy polí ve formuláři"
544
 
545
- #: contact_form.php:1701
546
  msgid "Add a language"
547
  msgstr "Přidání jazyka"
548
 
549
- #: contact_form.php:1705
550
  msgid "Change the names of the contact form fields and error messages"
551
  msgstr "Změnit názvy polí formuláře kontaktu a chybových zpráv"
552
 
553
- #: contact_form.php:1710 contact_form.php:1806 contact_form.php:1938
554
- #: contact_form.php:2077 contact_form.php:2082 contact_form.php:2092
555
- #: contact_form.php:2097 contact_form.php:2102 contact_form.php:2107
556
- #: contact_form.php:2117 contact_form.php:2122 contact_form.php:2131
557
- #: contact_form.php:2145 contact_form.php:2150 contact_form.php:2155
558
  msgid "Default"
559
  msgstr "Základní"
560
 
561
- #: contact_form.php:1723 contact_form.php:1761
562
  msgid "click to expand/hide the list"
563
  msgstr "klepněte na rozbalit nebo skrýt seznam"
564
 
565
- #: contact_form.php:1732 contact_form.php:1770
566
  msgid "Tips below the Attachment block"
567
  msgstr "Zobrazení tipů pod blokem příloh"
568
 
569
- #: contact_form.php:1735 contact_form.php:1773
570
  msgid "Error message for the Name field"
571
  msgstr "Chybová zpráva pro pole Jméno"
572
 
573
- #: contact_form.php:1736 contact_form.php:1774
574
  msgid "Error message for the Address field"
575
  msgstr "Chybová zpráva pro pole Adresa"
576
 
577
- #: contact_form.php:1737 contact_form.php:1775
578
  msgid "Error message for the Email field"
579
  msgstr "Chybová zpráva pro pole E-mail"
580
 
581
- #: contact_form.php:1738 contact_form.php:1776
582
  msgid "Error message for the Phone field"
583
  msgstr "Chybová zpráva pro pole Telefon"
584
 
585
- #: contact_form.php:1739 contact_form.php:1777
586
  msgid "Error message for the Subject field"
587
  msgstr "Chybová zpráva pro pole Předmět"
588
 
589
- #: contact_form.php:1740 contact_form.php:1778
590
  msgid "Error message for the Message field"
591
  msgstr "Chybová zpráva pro pole Zpráva"
592
 
593
- #: contact_form.php:1741 contact_form.php:1779
594
  msgid "Error message about the file type for the Attachment field"
595
  msgstr "Chybová zpráva o typu souboru pro pole Příloha"
596
 
597
- #: contact_form.php:1742 contact_form.php:1780
598
  msgid ""
599
  "Error message while uploading a file for the Attachment field to the server"
600
  msgstr "Chybová správa při neúspěšném nahrávání souboru na server"
601
 
602
- #: contact_form.php:1743 contact_form.php:1781
603
  msgid "Error message while moving the file for the Attachment field"
604
  msgstr "Chybová správa při neúspěšném přesunu souboru do pole Příloha"
605
 
606
- #: contact_form.php:1744 contact_form.php:1782
607
  msgid "Error message when file size limit for the Attachment field is exceeded"
608
  msgstr ""
609
  "Chybová zpráva při překročení omezení velikosti souboru pro pole Příloha"
610
 
611
- #: contact_form.php:1745 contact_form.php:1783
612
  msgid "Error message for the Captcha field"
613
  msgstr "Chybová zpráva pro pole Captcha"
614
 
615
- #: contact_form.php:1746 contact_form.php:1784
616
  msgid "Error message for the whole form"
617
  msgstr "Chybová zpráva pro celý formulář"
618
 
619
- #: contact_form.php:1749 contact_form.php:1751 contact_form.php:1787
620
- #: contact_form.php:1789 contact_form.php:1821 contact_form.php:1823
621
- #: contact_form.php:1835 contact_form.php:1837 contact_form.php:3602
622
- #: contact_form.php:3604
623
  msgid "Use shortcode"
624
  msgstr "Použijte shortcode"
625
 
626
- #: contact_form.php:1749 contact_form.php:1751 contact_form.php:1787
627
- #: contact_form.php:1789 contact_form.php:1821 contact_form.php:1823
628
- #: contact_form.php:1835 contact_form.php:1837 contact_form.php:3602
629
- #: contact_form.php:3604
630
  msgid "for this language"
631
  msgstr "pro tento jazyk"
632
 
633
- #: contact_form.php:1797
634
  msgid "Use the changed names of the contact form fields in the email"
635
  msgstr "Použít změněné názvy polí kontaktní formuláře v e-mailu"
636
 
637
- #: contact_form.php:1803
638
  msgid "Action after email is sent"
639
  msgstr "Akce po odeslání e-mailu"
640
 
641
- #: contact_form.php:1805
642
  msgid "Display text"
643
  msgstr "Zobrazený text"
644
 
645
- #: contact_form.php:1819 contact_form.php:1833
646
  msgid "Text"
647
  msgstr "Text"
648
 
649
- #: contact_form.php:1844
650
  msgid "Redirect to the page"
651
  msgstr "Přesměrování na stránku"
652
 
653
- #: contact_form.php:1845
654
  msgid "Url"
655
  msgstr "Url"
656
 
657
- #: contact_form.php:1856
658
  msgid "Add field 'Reply-To' to the email header"
659
  msgstr "Přidat pole 'Odpovědět komu' do záhlaví e-mailu"
660
 
661
- #: contact_form.php:1858
662
  msgid "Field 'Reply-To' will be initialized by user email"
663
  msgstr "Pole 'Odpovědět komu' bude inicializováno mailem uživatele"
664
 
665
- #: contact_form.php:1862
666
  msgid "Auto Response"
667
  msgstr "Automatická odpověď"
668
 
669
- #: contact_form.php:1866
670
  #, php-format
671
  msgid ""
672
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -676,193 +673,193 @@ msgstr ""
676
  "Můžete použít %%NAME%% zobrazení dat z pole e-mail a %%MESAGE%% zobrazení "
677
  "dat z pole zpráv stejně jako %%SITENAME%% zobrazit název blogu."
678
 
679
- #: contact_form.php:1888 contact_form.php:2419
680
  msgid "Save Changes"
681
  msgstr "Uložit změny"
682
 
683
- #: contact_form.php:1901
684
  #, php-format
685
  msgid ""
686
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
687
  msgstr ""
688
  "Prosím povolte JavaScript změnit '%s', '%s' možnosti a pro třídění pole."
689
 
690
- #: contact_form.php:1901 contact_form.php:1910
691
  msgid "Form layout"
692
  msgstr "Rozložení formuláře"
693
 
694
- #: contact_form.php:1901 contact_form.php:1922
695
  msgid "Submit position"
696
  msgstr "Potvrzovací tlačítko"
697
 
698
- #: contact_form.php:1914
699
  msgid "One column"
700
  msgstr "Jeden sloupec"
701
 
702
- #: contact_form.php:1917
703
  msgid "Two columns"
704
  msgstr "Dva sloupce"
705
 
706
- #: contact_form.php:1926 contact_form.php:1965 contact_form.php:1983
707
- #: contact_form.php:1998
708
  msgid "Left"
709
  msgstr "Vlevo"
710
 
711
- #: contact_form.php:1929 contact_form.php:1971 contact_form.php:1986
712
- #: contact_form.php:2004
713
  msgid "Right"
714
  msgstr "Vpravo"
715
 
716
- #: contact_form.php:1934
717
  msgid "Width"
718
  msgstr ""
719
 
720
- #: contact_form.php:1941
721
  msgid "Custom"
722
  msgstr ""
723
 
724
- #: contact_form.php:1948
725
  msgid "px"
726
  msgstr ""
727
 
728
- #: contact_form.php:1961
729
  msgid "Form align"
730
  msgstr ""
731
 
732
- #: contact_form.php:1968 contact_form.php:2001
733
  msgid "Center"
734
  msgstr ""
735
 
736
- #: contact_form.php:1976
737
  #, fuzzy
738
  msgid "Labels position"
739
  msgstr "Potvrzovací tlačítko"
740
 
741
- #: contact_form.php:1980
742
  msgid "Top"
743
  msgstr ""
744
 
745
- #: contact_form.php:1989
746
  msgid "Bottom"
747
  msgstr ""
748
 
749
- #: contact_form.php:1994
750
  msgid "Labels align"
751
  msgstr ""
752
 
753
- #: contact_form.php:2009
754
  msgid "Errors output"
755
  msgstr "Chybový výstup"
756
 
757
- #: contact_form.php:2012
758
  msgid "Display error messages"
759
  msgstr "Zobrazit chybové zprávy"
760
 
761
- #: contact_form.php:2013
762
  msgid "Color of the input field errors."
763
  msgstr "Barva chyby vstupního pole."
764
 
765
- #: contact_form.php:2014
766
  msgid "Display error messages & color of the input field errors"
767
  msgstr "Zobrazí chybové zprávy & barvu chybujícího vstupního pole"
768
 
769
- #: contact_form.php:2019
770
  msgid "Add placeholder to the input blocks"
771
  msgstr "Přidání zástupného symbolu do vstupních bloků"
772
 
773
- #: contact_form.php:2025
774
  msgid "Add tooltips"
775
  msgstr "Přidat popisky"
776
 
777
- #: contact_form.php:2039
778
  msgid "Email address"
779
  msgstr "E-mailová adresa"
780
 
781
- #: contact_form.php:2044 contact_form.php:3210 contact_form.php:3251
782
  msgid "Phone Number"
783
  msgstr "Tel. číslo"
784
 
785
- #: contact_form.php:2070
786
  msgid "Style options"
787
  msgstr "Nastavení stylů"
788
 
789
- #: contact_form.php:2074
790
  msgid "Text color"
791
  msgstr "Barva textu"
792
 
793
- #: contact_form.php:2079
794
  msgid "Label text color"
795
  msgstr "Označení barvy textu"
796
 
797
- #: contact_form.php:2084
798
  msgid "Placeholder color"
799
  msgstr "Zástupný symbol barva"
800
 
801
- #: contact_form.php:2089
802
  msgid "Errors color"
803
  msgstr "Barva chyby"
804
 
805
- #: contact_form.php:2094
806
  msgid "Error text color"
807
  msgstr "Barva textu chyby"
808
 
809
- #: contact_form.php:2099
810
  msgid "Background color of the input field errors"
811
  msgstr "Barva pozadí chybujícího vstupního pole"
812
 
813
- #: contact_form.php:2104
814
  msgid "Border color of the input field errors"
815
  msgstr "Barva ohraničení chybujícího vstupního pole"
816
 
817
- #: contact_form.php:2109
818
  msgid "Placeholder color of the input field errors"
819
  msgstr "Barva zástupného symbolu v chybujícím poli"
820
 
821
- #: contact_form.php:2114
822
  msgid "Input fields"
823
  msgstr "Vstupní pole"
824
 
825
- #: contact_form.php:2119
826
  msgid "Input fields background color"
827
  msgstr "Barva pozadí vstupního pole"
828
 
829
- #: contact_form.php:2124
830
  msgid "Text fields color"
831
  msgstr "Barva textových polí"
832
 
833
- #: contact_form.php:2128
834
  msgid "Border width in px, numbers only"
835
  msgstr "Šířka okraje v px, pouze čísla"
836
 
837
- #: contact_form.php:2133 contact_form.php:2157
838
  msgid "Border color"
839
  msgstr "Barva ohraničení"
840
 
841
- #: contact_form.php:2138
842
  msgid "Submit button"
843
  msgstr "Odesílací tlačítko"
844
 
845
- #: contact_form.php:2142
846
  msgid "Width in px, numbers only"
847
  msgstr "Šířka v px, pouze čísla"
848
 
849
- #: contact_form.php:2147
850
  msgid "Button color"
851
  msgstr "Barva tlačítka"
852
 
853
- #: contact_form.php:2152
854
  msgid "Button text color"
855
  msgstr "Barva textu tlačítka"
856
 
857
- #: contact_form.php:2181
858
  msgid "Contact Form | Preview"
859
  msgstr "Kontaktní formulář | Náhled"
860
 
861
- #: contact_form.php:2182
862
  msgid "Drag the necessary field to sort fields."
863
  msgstr "Přetažením změníte pořadí polí."
864
 
865
- #: contact_form.php:2408
866
  #, fuzzy
867
  msgid ""
868
  "If you would like to add the Contact Form to your website, just copy and "
@@ -871,23 +868,23 @@ msgstr ""
871
  "Pokud byste chtěli přidat kontaktní formulář na webu, stačí zkopírovat a "
872
  "vložit tento shortcode nebo stránky nebo widget:"
873
 
874
- #: contact_form.php:2536
875
  msgid "Sorry, email message could not be delivered."
876
  msgstr "Nelze doručit e-mailovou zprávu."
877
 
878
- #: contact_form.php:3137 contact_form.php:3139
879
  msgid "Sent from (ip address)"
880
  msgstr "Odeslané z (ip adresa)"
881
 
882
- #: contact_form.php:3167
883
  msgid "Contact from"
884
  msgstr "Kontaktní formulář"
885
 
886
- #: contact_form.php:3172 contact_form.php:3221
887
  msgid "Site"
888
  msgstr "Stránka"
889
 
890
- #: contact_form.php:3351
891
  msgid ""
892
  "If you can see this MIME, it means that the MIME type is not supported by "
893
  "your email client!"
@@ -895,23 +892,23 @@ msgstr ""
895
  "Pokud vidíte tento MIME, znamená to, že váš e-mailový klient nepodporuje typ "
896
  "MIME!"
897
 
898
- #: contact_form.php:3434
899
  msgid "FAQ"
900
  msgstr "Často kladené otázky"
901
 
902
- #: contact_form.php:3435
903
  msgid "Support"
904
  msgstr "Podpora"
905
 
906
- #: contact_form.php:3484
907
  msgid "Are you sure that you want to delete this language data?"
908
  msgstr "Jste si jisti, že chcete odstranit nastavení pro tento jazyk?"
909
 
910
- #: contact_form.php:3505
911
  msgid "Add multiple forms"
912
  msgstr "Přidat více formulářů"
913
 
914
- #: contact_form.php:3505
915
  msgid ""
916
  "Install Contact Form Multi plugin to create unlimited number of contact "
917
  "forms."
@@ -919,34 +916,62 @@ msgstr ""
919
  "Pokud chcete vytvořit více kontaktních formulářů, nainstalujte si prosím "
920
  "kontaktní formulář Multi plugin."
921
 
922
- #: contact_form.php:3510
923
  msgid "Learn more"
924
  msgstr "Více informací"
925
 
926
- #: contact_form.php:3751
 
 
 
 
 
 
 
 
927
  msgid "Close notice"
928
  msgstr ""
929
 
930
- #: contact_form.php:3756
931
  msgid "allows to store your messages to the database."
932
  msgstr "umožňuje ukládání zpráv do databáze."
933
 
934
- #: contact_form.php:3757
935
  msgid "Manage messages that have been sent from your website."
936
  msgstr "Správa zpráv, které byly odeslány z vašeho webu."
937
 
938
- #: contact_form.php:3760
939
  msgid "Learn More"
940
  msgstr "Více informací"
941
 
942
- #: contact_form.php:3820
943
  msgid "Contact form"
944
  msgstr "Kontaktní formulář"
945
 
946
- #: contact_form.php:3833 contact_form.php:3843
947
  msgid "Language"
948
  msgstr "Přidání jazyka"
949
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
950
  #~ msgid "Unlock premium options by upgrading to Pro version"
951
  #~ msgstr "Odemknout možnosti prémiové aktualizací na verzi Pro"
952
 
6
  msgstr ""
7
  "Project-Id-Version: Contact Form\n"
8
  "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2017-11-15 11:15+0200\n"
10
+ "PO-Revision-Date: 2017-11-15 11:15+0200\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"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18
+ "X-Generator: Poedit 1.8.7.1\n"
19
  "X-Poedit-Basepath: ..\n"
20
  "X-Poedit-KeywordsList: __;_e\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
+ #: contact_form.php:37 contact_form.php:953
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:300 contact_form.php:1133 contact_form.php:1223
33
+ #: contact_form.php:1613 contact_form.php:1651 contact_form.php:1918
34
+ #: contact_form.php:3045 contact_form.php:3091
35
  msgid "Name"
36
  msgstr "Jméno"
37
 
38
+ #: contact_form.php:301 contact_form.php:1270 contact_form.php:1614
39
+ #: contact_form.php:1652 contact_form.php:1923 contact_form.php:3052
40
+ #: contact_form.php:3097
41
  msgid "Address"
42
  msgstr "Adresa"
43
 
44
+ #: contact_form.php:302 contact_form.php:1286 contact_form.php:1615
45
+ #: contact_form.php:1653
46
  msgid "Email Address"
47
  msgstr "Vaše emailová adresa"
48
 
49
+ #: contact_form.php:303 contact_form.php:1309 contact_form.php:1616
50
+ #: contact_form.php:1654
51
  msgid "Phone number"
52
  msgstr "Telefonní číslo"
53
 
54
+ #: contact_form.php:304 contact_form.php:1325 contact_form.php:1617
55
+ #: contact_form.php:1655 contact_form.php:1938 contact_form.php:3063
56
+ #: contact_form.php:3106
57
  msgid "Subject"
58
  msgstr "Předmět"
59
 
60
+ #: contact_form.php:305 contact_form.php:1349 contact_form.php:1618
61
+ #: contact_form.php:1656 contact_form.php:1942 contact_form.php:3068
62
+ #: contact_form.php:3110
63
  msgid "Message"
64
  msgstr "Zpráva"
65
 
66
+ #: contact_form.php:306 contact_form.php:1619 contact_form.php:1657
67
+ #: contact_form.php:1947
68
  msgid "Attachment"
69
  msgstr "Příloha:"
70
 
71
+ #: contact_form.php:307
72
  msgid ""
73
  "Supported file types: 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."
76
  "Podporované typy souborů: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
77
  "AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
78
 
79
+ #: contact_form.php:308 contact_form.php:1621 contact_form.php:1659
80
  msgid "Send me a copy"
81
  msgstr "Pošlete mi kopii této zprávy"
82
 
83
+ #: contact_form.php:309 contact_form.php:1622 contact_form.php:1660
84
  msgid "Submit"
85
  msgstr "Odeslat"
86
 
87
+ #: contact_form.php:310
88
  msgid "Your name is required."
89
  msgstr "Zadejte prosím své jméno"
90
 
91
+ #: contact_form.php:311
92
  msgid "Address is required."
93
  msgstr "Vyžaduje se adresa."
94
 
95
+ #: contact_form.php:312
96
  msgid "A valid email address is required."
97
  msgstr "Je vyžadována platná e-mailová adresa."
98
 
99
+ #: contact_form.php:313
100
  msgid "Phone number is required."
101
  msgstr "Telefonní číslo je požadováno."
102
 
103
+ #: contact_form.php:314
104
  msgid "Subject is required."
105
  msgstr "Předmět je povinné pole."
106
 
107
+ #: contact_form.php:315
108
  msgid "Message text is required."
109
  msgstr "Text zprávy je vyžadován."
110
 
111
+ #: contact_form.php:316
112
  msgid "File format is not valid."
113
  msgstr "Formát souboru není platný."
114
 
115
+ #: contact_form.php:317
116
  msgid "File upload error."
117
  msgstr "Chyba odeslání souboru."
118
 
119
+ #: contact_form.php:318
120
  msgid "The file could not be uploaded."
121
  msgstr "Soubor nelze odeslat."
122
 
123
+ #: contact_form.php:319
124
  msgid "This file is too large."
125
  msgstr "Tento soubor je příliš velký."
126
 
127
+ #: contact_form.php:320
128
  msgid "Please fill out the CAPTCHA."
129
  msgstr "Prosím opište CAPTCHA text."
130
 
131
+ #: contact_form.php:321
132
  msgid "Please make corrections below and try again."
133
  msgstr "Prosím opravte chyby a zkuste to znovu."
134
 
135
+ #: contact_form.php:323
136
  msgid "Thank you for contacting us."
137
  msgstr "Děkujeme za zprávu, budeme Vás kontaktovat."
138
 
139
+ #: contact_form.php:650 contact_form.php:910
140
  msgid "Settings saved."
141
  msgstr "Nastavení bylo uloženo."
142
 
143
+ #: contact_form.php:855
144
  msgid ""
145
  "Email 'FROM' field option was changed, which may cause email messages being "
146
  "moved to the spam folder or email delivery failures."
148
  "E-mailu z pole byla změněna, což může způsobit, e-mailové zprávy přesouvány "
149
  "do spam složky nebo e-mailem dodání selhání."
150
 
151
+ #: contact_form.php:865
152
  msgid ""
153
  "If the 'Redirect to page' option is selected then the URL field should be in "
154
  "the following format"
156
  "Pokud je vybrána možnost 'Přesměrovat na stránku' pak pole URL by měla být v "
157
  "následujícím formátu"
158
 
159
+ #: contact_form.php:872
160
  msgid "Such user does not exist."
161
  msgstr "Takový uživatel neexistuje."
162
 
163
+ #: contact_form.php:882
164
  msgid ""
165
  "Please enter a valid email address in the 'Use this email address' field."
166
  msgstr ""
167
  "Zadejte platnou e-mailovou adresu do pole \"Použít tuto e-mailovou adresu\"."
168
 
169
+ #: contact_form.php:890
170
  msgid "Please enter a valid email address in the 'FROM' field."
171
  msgstr "Zadejte prosím platnou e-mailovou adresu do pole 'Od'."
172
 
173
+ #: contact_form.php:912
174
  msgid "Settings are not saved."
175
  msgstr "Nastavení se neuložilo."
176
 
177
+ #: contact_form.php:950
178
  msgid "All plugin settings were restored."
179
  msgstr "Výchozí nastavení byla obnovena."
180
 
181
+ #: contact_form.php:956
182
  msgid "How to Use Step-by-step Instruction"
183
  msgstr "NÁVOD KROK ZA KROKEM"
184
 
185
+ #: contact_form.php:959 contact_form.php:3254 contact_form.php:3268
186
  msgid "Settings"
187
  msgstr "Nastavení"
188
 
189
+ #: contact_form.php:960
190
  msgid "Additional settings"
191
  msgstr "Další nastavení"
192
 
193
+ #: contact_form.php:961
194
  msgid "Appearance"
195
  msgstr "Vzhled"
196
 
197
+ #: contact_form.php:962
198
  msgid "Custom code"
199
  msgstr ""
200
 
201
+ #: contact_form.php:963
202
  msgid "Go PRO"
203
  msgstr "Získat verzi Pro"
204
 
205
+ #: contact_form.php:974
206
  #, fuzzy
207
  msgid "Notice"
208
  msgstr "UPOZORNĚNÍ:"
209
 
210
+ #: contact_form.php:978
211
  msgid "NEW_FORM"
212
  msgstr "NEW_FORM"
213
 
214
+ #: contact_form.php:979
215
  msgid ""
216
  "If you want to create multiple contact forms, please install the Contact "
217
  "Form Multi plugin."
219
  "Pokud chcete vytvořit více kontaktních formulářů, nainstalujte si prosím "
220
  "kontaktní formulář Multi plugin."
221
 
222
+ #: contact_form.php:988
223
  #, php-format
224
  msgid ""
225
  "If you would like to add a Contact Form to your page or post, please use %s "
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:994
232
  #, php-format
233
  msgid ""
234
  "You can add the Contact Form to your page or post by clicking on %s button "
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:1003
245
  msgid ""
246
  "If you leave the fields empty, the messages will be sent to the email "
247
  "address specified during registration."
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:1006
253
  #, fuzzy
254
  msgid "The user's email address"
255
  msgstr "E-mailová adresa uživatele:"
256
 
257
+ #: contact_form.php:1010
258
  msgid "Select a username"
259
  msgstr "Vyberte uživatelské jméno"
260
 
261
+ #: contact_form.php:1023
262
  #, fuzzy
263
  msgid ""
264
  "Select a username of the person who should get the messages from the contact "
267
  "Zadejte uživatelské jméno osoby, která by měla získat zprávy z kontaktního "
268
  "formuláře."
269
 
270
+ #: contact_form.php:1027
271
  #, fuzzy
272
  msgid "Use this email address"
273
  msgstr "Použíte tento email::"
274
 
275
+ #: contact_form.php:1031
276
  #, fuzzy
277
  msgid "Enter the email address for receiving messages"
278
  msgstr "Zadejte e-mailovou adresu chcete zprávy předávat."
279
 
280
+ #: contact_form.php:1038 contact_form.php:1533 contact_form.php:1740
281
+ #: contact_form.php:1846 contact_form.php:3351
282
  msgid "Close"
283
  msgstr "Zavřít"
284
 
285
+ #: contact_form.php:1042
286
  #, fuzzy
287
  msgid "Add department selectbox to the contact form"
288
  msgstr "Přidáte oddělení selectbox kontaktní formulář:"
289
 
290
+ #: contact_form.php:1050 contact_form.php:1542 contact_form.php:1759
291
+ #: contact_form.php:2052
292
  msgid "If you upgrade to Pro version all your settings will be saved."
293
  msgstr "Pokud upgradujete na verzi Pro všechna nastavení uložit."
294
 
295
+ #: contact_form.php:1057 contact_form.php:1379 contact_form.php:1547
296
+ #: contact_form.php:1766 contact_form.php:2059
297
  msgid "Upgrade to Pro"
298
  msgstr ""
299
 
300
+ #: contact_form.php:1065
301
  msgid "Save emails to the database"
302
  msgstr "Ukládání e-mailů do databáze"
303
 
304
+ #: contact_form.php:1077 contact_form.php:1091 contact_form.php:1098
305
  msgid "Using"
306
  msgstr "Použití"
307
 
308
+ #: contact_form.php:1083 contact_form.php:1435 contact_form.php:1476
309
+ #: contact_form.php:1511
310
  msgid "Please activate the appropriate option on"
311
  msgstr ""
312
 
313
+ #: contact_form.php:1086 contact_form.php:1438 contact_form.php:1479
314
+ #: contact_form.php:1514
315
  #, fuzzy
316
  msgid "settings page"
317
  msgstr "stránku nastavení"
318
 
319
+ #: contact_form.php:1092 contact_form.php:1445 contact_form.php:1487
320
+ #: contact_form.php:1521
321
  msgid "Activate"
322
  msgstr "Aktivovat"
323
 
324
+ #: contact_form.php:1099 contact_form.php:1454 contact_form.php:1493
325
+ #: contact_form.php:1526
326
  msgid "Download"
327
  msgstr "Stáhnout"
328
 
329
+ #: contact_form.php:1111
330
  msgid "Sending method"
331
  msgstr ""
332
 
333
+ #: contact_form.php:1116
334
  msgid "Wp-mail"
335
  msgstr "Wp-mail"
336
 
337
+ #: contact_form.php:1118
338
  #, fuzzy
339
  msgid "You can use the Wordpress wp_mail function for mailing"
340
  msgstr "Můžete použít funkci wp_mail pro korespondenci"
341
 
342
+ #: contact_form.php:1121
343
  msgid "Mail"
344
  msgstr "E-mail"
345
 
346
+ #: contact_form.php:1123
347
  #, fuzzy
348
  msgid "You can use the PHP mail function for mailing"
349
  msgstr "Můžete použít funkci wp_mail pro korespondenci"
350
 
351
+ #: contact_form.php:1128
352
  msgid "'FROM' field"
353
  msgstr "'Pole od'"
354
 
355
+ #: contact_form.php:1144
356
  msgid "User name"
357
  msgstr "Uživatelské jméno"
358
 
359
+ #: contact_form.php:1146
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:1157 contact_form.php:3058 contact_form.php:3102
365
  msgid "Email"
366
  msgstr "E-mail"
367
 
368
+ #: contact_form.php:1168
369
  msgid "User email"
370
  msgstr "Používateľský email"
371
 
372
+ #: contact_form.php:1170
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:1179
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:1188
389
  msgid "Required symbol"
390
  msgstr "Symbol pro povinné položky"
391
 
392
+ #: contact_form.php:1198
393
  msgid "Fields"
394
  msgstr "Pole"
395
 
396
+ #: contact_form.php:1199 contact_form.php:1226 contact_form.php:1253
397
+ #: contact_form.php:1273 contact_form.php:1312 contact_form.php:1394
398
  msgid "Used"
399
  msgstr "Použité"
400
 
401
+ #: contact_form.php:1200 contact_form.php:1215 contact_form.php:1230
402
+ #: contact_form.php:1257 contact_form.php:1277 contact_form.php:1290
403
+ #: contact_form.php:1316 contact_form.php:1329 contact_form.php:1353
404
  msgid "Required"
405
  msgstr "Vyžadované"
406
 
407
+ #: contact_form.php:1202 contact_form.php:1235 contact_form.php:1295
408
+ #: contact_form.php:1334 contact_form.php:1358
409
  msgid "Visible"
410
  msgstr "Viditelný"
411
 
412
+ #: contact_form.php:1203 contact_form.php:1239 contact_form.php:1299
413
+ #: contact_form.php:1338 contact_form.php:1362
414
  msgid "Disabled for editing"
415
  msgstr "Zakázáno pro editaci"
416
 
417
+ #: contact_form.php:1204 contact_form.php:1263 contact_form.php:1342
418
+ #: contact_form.php:1366
419
  msgid "Field's default value"
420
  msgstr "Výchozí hodnota pole"
421
 
422
+ #: contact_form.php:1211
423
  msgid "Department selectbox"
424
  msgstr "Poloha výběrového oddílu"
425
 
426
+ #: contact_form.php:1243
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:1244 contact_form.php:1304
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:1250
441
  msgid "Location selectbox"
442
  msgstr "Poloha výberového oddielu"
443
 
444
+ #: contact_form.php:1303
445
  msgid "Use User's email as a default value if the user is logged in."
446
  msgstr ""
447
  "Pomocí e-mailu uživatele jako výchozí hodnotu, pokud uživatel je přihlášen."
448
 
449
+ #: contact_form.php:1387
450
  msgid "Attachment block"
451
  msgstr "Blok příloh"
452
 
453
+ #: contact_form.php:1389
454
  msgid "Users can attach the following file formats"
455
  msgstr "Uživatelé mohou připojit následující formáty souborů"
456
 
457
+ #: contact_form.php:1407
458
  msgid "Add to the form"
459
  msgstr "Přidejte do formuláře"
460
 
461
+ #: contact_form.php:1412
462
  msgid "Tips below the Attachment"
463
  msgstr "Tipy pod přílohu"
464
 
465
+ #: contact_form.php:1419
466
  msgid "'Send me a copy' block"
467
  msgstr "Zobrazit blok 'Zaslat kopii'"
468
 
469
+ #: contact_form.php:1447
470
  #, fuzzy
471
  msgid "Activate for network"
472
  msgstr "Aktivované pluginy"
473
 
474
+ #: contact_form.php:1537
475
  msgid "Agreement checkbox"
476
  msgstr "Označení souhlasu"
477
 
478
+ #: contact_form.php:1537
479
  msgid "Required checkbox for submitting the form"
480
  msgstr "Vyžaduje označení souhlasu při odeslání formuláře"
481
 
482
+ #: contact_form.php:1538
483
  msgid "Optional checkbox"
484
  msgstr "Volitelné zaškrtávací políčko"
485
 
486
+ #: contact_form.php:1538
487
  msgid "Optional checkbox, the results of which will be displayed in email"
488
  msgstr "Volitelné zaškrtávací políčko, jeho výsledek bude zobrazený v emailu"
489
 
490
+ #: contact_form.php:1556
491
  msgid "Delete an attachment file from the server after the email is sent"
492
  msgstr "Odstranit soubor přílohy ze serveru, po odeslání e-mailu"
493
 
494
+ #: contact_form.php:1562
495
  msgid "Email in HTML format sending"
496
  msgstr "Povolit HTML formátovaní"
497
 
498
+ #: contact_form.php:1566
499
  msgid "Display additional info in the email"
500
  msgstr "Zobrazit další informace v e-mailu"
501
 
502
+ #: contact_form.php:1572
503
  #, fuzzy
504
  msgid "Sent from (IP address)"
505
  msgstr "Odeslané z (ip adresa)"
506
 
507
+ #: contact_form.php:1572
508
+ msgid "Example: Sent from (IP address): 127.0.0.1"
509
+ msgstr ""
510
 
511
+ #: contact_form.php:1573 contact_form.php:3007 contact_form.php:3009
512
  msgid "Date/Time"
513
  msgstr "Datum / Čas"
514
 
515
+ #: contact_form.php:1573
516
+ msgid "Example: Date/Time: August 19, 2013 8:50 pm"
517
+ msgstr ""
518
 
519
+ #: contact_form.php:1574 contact_form.php:3013 contact_form.php:3015
520
  msgid "Sent from (referer)"
521
  msgstr "Odesláno z"
522
 
523
+ #: contact_form.php:1574
 
524
  msgid ""
525
+ "Example: Sent from (referer): https://bestwebsoft.com/contacts/contact-us/"
526
+ msgstr ""
527
 
528
+ #: contact_form.php:1575 contact_form.php:3019 contact_form.php:3021
529
  msgid "Using (user agent)"
530
  msgstr "Použití (uživatelský agent)"
531
 
532
+ #: contact_form.php:1575
533
  msgid ""
534
+ "Example: Using (user agent): Mozilla/5.0 (Windows NT 6.2; WOW64) "
535
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
536
  msgstr ""
 
 
537
 
538
+ #: contact_form.php:1580
539
  msgid "Language settings for the field names in the form"
540
  msgstr "Nastavení jazyka pro názvy polí ve formuláři"
541
 
542
+ #: contact_form.php:1589
543
  msgid "Add a language"
544
  msgstr "Přidání jazyka"
545
 
546
+ #: contact_form.php:1593
547
  msgid "Change the names of the contact form fields and error messages"
548
  msgstr "Změnit názvy polí formuláře kontaktu a chybových zpráv"
549
 
550
+ #: contact_form.php:1598 contact_form.php:1694 contact_form.php:1826
551
+ #: contact_form.php:1966 contact_form.php:1971 contact_form.php:1981
552
+ #: contact_form.php:1986 contact_form.php:1991 contact_form.php:1996
553
+ #: contact_form.php:2006 contact_form.php:2011 contact_form.php:2020
554
+ #: contact_form.php:2034 contact_form.php:2039 contact_form.php:2044
555
  msgid "Default"
556
  msgstr "Základní"
557
 
558
+ #: contact_form.php:1611 contact_form.php:1649
559
  msgid "click to expand/hide the list"
560
  msgstr "klepněte na rozbalit nebo skrýt seznam"
561
 
562
+ #: contact_form.php:1620 contact_form.php:1658
563
  msgid "Tips below the Attachment block"
564
  msgstr "Zobrazení tipů pod blokem příloh"
565
 
566
+ #: contact_form.php:1623 contact_form.php:1661
567
  msgid "Error message for the Name field"
568
  msgstr "Chybová zpráva pro pole Jméno"
569
 
570
+ #: contact_form.php:1624 contact_form.php:1662
571
  msgid "Error message for the Address field"
572
  msgstr "Chybová zpráva pro pole Adresa"
573
 
574
+ #: contact_form.php:1625 contact_form.php:1663
575
  msgid "Error message for the Email field"
576
  msgstr "Chybová zpráva pro pole E-mail"
577
 
578
+ #: contact_form.php:1626 contact_form.php:1664
579
  msgid "Error message for the Phone field"
580
  msgstr "Chybová zpráva pro pole Telefon"
581
 
582
+ #: contact_form.php:1627 contact_form.php:1665
583
  msgid "Error message for the Subject field"
584
  msgstr "Chybová zpráva pro pole Předmět"
585
 
586
+ #: contact_form.php:1628 contact_form.php:1666
587
  msgid "Error message for the Message field"
588
  msgstr "Chybová zpráva pro pole Zpráva"
589
 
590
+ #: contact_form.php:1629 contact_form.php:1667
591
  msgid "Error message about the file type for the Attachment field"
592
  msgstr "Chybová zpráva o typu souboru pro pole Příloha"
593
 
594
+ #: contact_form.php:1630 contact_form.php:1668
595
  msgid ""
596
  "Error message while uploading a file for the Attachment field to the server"
597
  msgstr "Chybová správa při neúspěšném nahrávání souboru na server"
598
 
599
+ #: contact_form.php:1631 contact_form.php:1669
600
  msgid "Error message while moving the file for the Attachment field"
601
  msgstr "Chybová správa při neúspěšném přesunu souboru do pole Příloha"
602
 
603
+ #: contact_form.php:1632 contact_form.php:1670
604
  msgid "Error message when file size limit for the Attachment field is exceeded"
605
  msgstr ""
606
  "Chybová zpráva při překročení omezení velikosti souboru pro pole Příloha"
607
 
608
+ #: contact_form.php:1633 contact_form.php:1671
609
  msgid "Error message for the Captcha field"
610
  msgstr "Chybová zpráva pro pole Captcha"
611
 
612
+ #: contact_form.php:1634 contact_form.php:1672
613
  msgid "Error message for the whole form"
614
  msgstr "Chybová zpráva pro celý formulář"
615
 
616
+ #: contact_form.php:1637 contact_form.php:1639 contact_form.php:1675
617
+ #: contact_form.php:1677 contact_form.php:1709 contact_form.php:1711
618
+ #: contact_form.php:1723 contact_form.php:1725 contact_form.php:3441
619
+ #: contact_form.php:3443
620
  msgid "Use shortcode"
621
  msgstr "Použijte shortcode"
622
 
623
+ #: contact_form.php:1637 contact_form.php:1639 contact_form.php:1675
624
+ #: contact_form.php:1677 contact_form.php:1709 contact_form.php:1711
625
+ #: contact_form.php:1723 contact_form.php:1725 contact_form.php:3441
626
+ #: contact_form.php:3443
627
  msgid "for this language"
628
  msgstr "pro tento jazyk"
629
 
630
+ #: contact_form.php:1685
631
  msgid "Use the changed names of the contact form fields in the email"
632
  msgstr "Použít změněné názvy polí kontaktní formuláře v e-mailu"
633
 
634
+ #: contact_form.php:1691
635
  msgid "Action after email is sent"
636
  msgstr "Akce po odeslání e-mailu"
637
 
638
+ #: contact_form.php:1693
639
  msgid "Display text"
640
  msgstr "Zobrazený text"
641
 
642
+ #: contact_form.php:1707 contact_form.php:1721
643
  msgid "Text"
644
  msgstr "Text"
645
 
646
+ #: contact_form.php:1732
647
  msgid "Redirect to the page"
648
  msgstr "Přesměrování na stránku"
649
 
650
+ #: contact_form.php:1733
651
  msgid "Url"
652
  msgstr "Url"
653
 
654
+ #: contact_form.php:1744
655
  msgid "Add field 'Reply-To' to the email header"
656
  msgstr "Přidat pole 'Odpovědět komu' do záhlaví e-mailu"
657
 
658
+ #: contact_form.php:1746
659
  msgid "Field 'Reply-To' will be initialized by user email"
660
  msgstr "Pole 'Odpovědět komu' bude inicializováno mailem uživatele"
661
 
662
+ #: contact_form.php:1750
663
  msgid "Auto Response"
664
  msgstr "Automatická odpověď"
665
 
666
+ #: contact_form.php:1754
667
  #, php-format
668
  msgid ""
669
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
673
  "Můžete použít %%NAME%% zobrazení dat z pole e-mail a %%MESAGE%% zobrazení "
674
  "dat z pole zpráv stejně jako %%SITENAME%% zobrazit název blogu."
675
 
676
+ #: contact_form.php:1776 contact_form.php:2302
677
  msgid "Save Changes"
678
  msgstr "Uložit změny"
679
 
680
+ #: contact_form.php:1789
681
  #, php-format
682
  msgid ""
683
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
684
  msgstr ""
685
  "Prosím povolte JavaScript změnit '%s', '%s' možnosti a pro třídění pole."
686
 
687
+ #: contact_form.php:1789 contact_form.php:1798
688
  msgid "Form layout"
689
  msgstr "Rozložení formuláře"
690
 
691
+ #: contact_form.php:1789 contact_form.php:1810
692
  msgid "Submit position"
693
  msgstr "Potvrzovací tlačítko"
694
 
695
+ #: contact_form.php:1802
696
  msgid "One column"
697
  msgstr "Jeden sloupec"
698
 
699
+ #: contact_form.php:1805
700
  msgid "Two columns"
701
  msgstr "Dva sloupce"
702
 
703
+ #: contact_form.php:1814 contact_form.php:1854 contact_form.php:1872
704
+ #: contact_form.php:1887
705
  msgid "Left"
706
  msgstr "Vlevo"
707
 
708
+ #: contact_form.php:1817 contact_form.php:1860 contact_form.php:1875
709
+ #: contact_form.php:1893
710
  msgid "Right"
711
  msgstr "Vpravo"
712
 
713
+ #: contact_form.php:1822
714
  msgid "Width"
715
  msgstr ""
716
 
717
+ #: contact_form.php:1830
718
  msgid "Custom"
719
  msgstr ""
720
 
721
+ #: contact_form.php:1837
722
  msgid "px"
723
  msgstr ""
724
 
725
+ #: contact_form.php:1850
726
  msgid "Form align"
727
  msgstr ""
728
 
729
+ #: contact_form.php:1857 contact_form.php:1890
730
  msgid "Center"
731
  msgstr ""
732
 
733
+ #: contact_form.php:1865
734
  #, fuzzy
735
  msgid "Labels position"
736
  msgstr "Potvrzovací tlačítko"
737
 
738
+ #: contact_form.php:1869
739
  msgid "Top"
740
  msgstr ""
741
 
742
+ #: contact_form.php:1878
743
  msgid "Bottom"
744
  msgstr ""
745
 
746
+ #: contact_form.php:1883
747
  msgid "Labels align"
748
  msgstr ""
749
 
750
+ #: contact_form.php:1898
751
  msgid "Errors output"
752
  msgstr "Chybový výstup"
753
 
754
+ #: contact_form.php:1901
755
  msgid "Display error messages"
756
  msgstr "Zobrazit chybové zprávy"
757
 
758
+ #: contact_form.php:1902
759
  msgid "Color of the input field errors."
760
  msgstr "Barva chyby vstupního pole."
761
 
762
+ #: contact_form.php:1903
763
  msgid "Display error messages & color of the input field errors"
764
  msgstr "Zobrazí chybové zprávy & barvu chybujícího vstupního pole"
765
 
766
+ #: contact_form.php:1908
767
  msgid "Add placeholder to the input blocks"
768
  msgstr "Přidání zástupného symbolu do vstupních bloků"
769
 
770
+ #: contact_form.php:1914
771
  msgid "Add tooltips"
772
  msgstr "Přidat popisky"
773
 
774
+ #: contact_form.php:1928
775
  msgid "Email address"
776
  msgstr "E-mailová adresa"
777
 
778
+ #: contact_form.php:1933 contact_form.php:3074 contact_form.php:3115
779
  msgid "Phone Number"
780
  msgstr "Tel. číslo"
781
 
782
+ #: contact_form.php:1959
783
  msgid "Style options"
784
  msgstr "Nastavení stylů"
785
 
786
+ #: contact_form.php:1963
787
  msgid "Text color"
788
  msgstr "Barva textu"
789
 
790
+ #: contact_form.php:1968
791
  msgid "Label text color"
792
  msgstr "Označení barvy textu"
793
 
794
+ #: contact_form.php:1973
795
  msgid "Placeholder color"
796
  msgstr "Zástupný symbol barva"
797
 
798
+ #: contact_form.php:1978
799
  msgid "Errors color"
800
  msgstr "Barva chyby"
801
 
802
+ #: contact_form.php:1983
803
  msgid "Error text color"
804
  msgstr "Barva textu chyby"
805
 
806
+ #: contact_form.php:1988
807
  msgid "Background color of the input field errors"
808
  msgstr "Barva pozadí chybujícího vstupního pole"
809
 
810
+ #: contact_form.php:1993
811
  msgid "Border color of the input field errors"
812
  msgstr "Barva ohraničení chybujícího vstupního pole"
813
 
814
+ #: contact_form.php:1998
815
  msgid "Placeholder color of the input field errors"
816
  msgstr "Barva zástupného symbolu v chybujícím poli"
817
 
818
+ #: contact_form.php:2003
819
  msgid "Input fields"
820
  msgstr "Vstupní pole"
821
 
822
+ #: contact_form.php:2008
823
  msgid "Input fields background color"
824
  msgstr "Barva pozadí vstupního pole"
825
 
826
+ #: contact_form.php:2013
827
  msgid "Text fields color"
828
  msgstr "Barva textových polí"
829
 
830
+ #: contact_form.php:2017
831
  msgid "Border width in px, numbers only"
832
  msgstr "Šířka okraje v px, pouze čísla"
833
 
834
+ #: contact_form.php:2022 contact_form.php:2046
835
  msgid "Border color"
836
  msgstr "Barva ohraničení"
837
 
838
+ #: contact_form.php:2027
839
  msgid "Submit button"
840
  msgstr "Odesílací tlačítko"
841
 
842
+ #: contact_form.php:2031
843
  msgid "Width in px, numbers only"
844
  msgstr "Šířka v px, pouze čísla"
845
 
846
+ #: contact_form.php:2036
847
  msgid "Button color"
848
  msgstr "Barva tlačítka"
849
 
850
+ #: contact_form.php:2041
851
  msgid "Button text color"
852
  msgstr "Barva textu tlačítka"
853
 
854
+ #: contact_form.php:2070
855
  msgid "Contact Form | Preview"
856
  msgstr "Kontaktní formulář | Náhled"
857
 
858
+ #: contact_form.php:2071
859
  msgid "Drag the necessary field to sort fields."
860
  msgstr "Přetažením změníte pořadí polí."
861
 
862
+ #: contact_form.php:2291
863
  #, fuzzy
864
  msgid ""
865
  "If you would like to add the Contact Form to your website, just copy and "
868
  "Pokud byste chtěli přidat kontaktní formulář na webu, stačí zkopírovat a "
869
  "vložit tento shortcode nebo stránky nebo widget:"
870
 
871
+ #: contact_form.php:2412
872
  msgid "Sorry, email message could not be delivered."
873
  msgstr "Nelze doručit e-mailovou zprávu."
874
 
875
+ #: contact_form.php:3001 contact_form.php:3003
876
  msgid "Sent from (ip address)"
877
  msgstr "Odeslané z (ip adresa)"
878
 
879
+ #: contact_form.php:3031
880
  msgid "Contact from"
881
  msgstr "Kontaktní formulář"
882
 
883
+ #: contact_form.php:3036 contact_form.php:3085
884
  msgid "Site"
885
  msgstr "Stránka"
886
 
887
+ #: contact_form.php:3197
888
  msgid ""
889
  "If you can see this MIME, it means that the MIME type is not supported by "
890
  "your email client!"
892
  "Pokud vidíte tento MIME, znamená to, že váš e-mailový klient nepodporuje typ "
893
  "MIME!"
894
 
895
+ #: contact_form.php:3269
896
  msgid "FAQ"
897
  msgstr "Často kladené otázky"
898
 
899
+ #: contact_form.php:3270
900
  msgid "Support"
901
  msgstr "Podpora"
902
 
903
+ #: contact_form.php:3319
904
  msgid "Are you sure that you want to delete this language data?"
905
  msgstr "Jste si jisti, že chcete odstranit nastavení pro tento jazyk?"
906
 
907
+ #: contact_form.php:3342
908
  msgid "Add multiple forms"
909
  msgstr "Přidat více formulářů"
910
 
911
+ #: contact_form.php:3342
912
  msgid ""
913
  "Install Contact Form Multi plugin to create unlimited number of contact "
914
  "forms."
916
  "Pokud chcete vytvořit více kontaktních formulářů, nainstalujte si prosím "
917
  "kontaktní formulář Multi plugin."
918
 
919
+ #: contact_form.php:3347
920
  msgid "Learn more"
921
  msgstr "Více informací"
922
 
923
+ #: contact_form.php:3405
924
+ msgid "Error"
925
+ msgstr ""
926
+
927
+ #: contact_form.php:3405 contact_form.php:3407
928
+ msgid "Illegal language code"
929
+ msgstr ""
930
+
931
+ #: contact_form.php:3590
932
  msgid "Close notice"
933
  msgstr ""
934
 
935
+ #: contact_form.php:3595
936
  msgid "allows to store your messages to the database."
937
  msgstr "umožňuje ukládání zpráv do databáze."
938
 
939
+ #: contact_form.php:3596
940
  msgid "Manage messages that have been sent from your website."
941
  msgstr "Správa zpráv, které byly odeslány z vašeho webu."
942
 
943
+ #: contact_form.php:3599
944
  msgid "Learn More"
945
  msgstr "Více informací"
946
 
947
+ #: contact_form.php:3659
948
  msgid "Contact form"
949
  msgstr "Kontaktní formulář"
950
 
951
+ #: contact_form.php:3672 contact_form.php:3682
952
  msgid "Language"
953
  msgstr "Přidání jazyka"
954
 
955
+ #~ msgid "Example: Sent from (IP address):\t127.0.0.1"
956
+ #~ msgstr "Příklad: Zaslané z (IP addresa):\t127.0.0.1"
957
+
958
+ #~ msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
959
+ #~ msgstr "Příklad: Datum / čas: \tsrpen 19, 2013 8:50 pm"
960
+
961
+ #, fuzzy
962
+ #~ msgid ""
963
+ #~ "Example: Sent from (referer):\thttps://bestwebsoft.com/contacts/contact-"
964
+ #~ "us/"
965
+ #~ msgstr ""
966
+ #~ "Příklad: Zaslané (odkaz):\thttp://bestwebsoft.com/contacts/contact-us/"
967
+
968
+ #~ msgid ""
969
+ #~ "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
970
+ #~ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
971
+ #~ msgstr ""
972
+ #~ "Příklad: Použití (uživatel agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
973
+ #~ "AppleWebKit/537.36 (KHTML, jako Gecko) Chrome/28.0.1500.95 Safari/537.36"
974
+
975
  #~ msgid "Unlock premium options by upgrading to Pro version"
976
  #~ msgstr "Odemknout možnosti prémiové aktualizací na verzi Pro"
977
 
languages/contact-form-plugin-da_DK.mo CHANGED
Binary file
languages/contact-form-plugin-da_DK.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: 2017-05-23 15:15+0300\n"
6
- "PO-Revision-Date: 2017-05-23 15:15+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"
@@ -12,7 +12,7 @@ msgstr ""
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"
18
  "X-Poedit-Basepath: ..\n"
@@ -20,7 +20,7 @@ msgstr ""
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  # @ contact_form
23
- #: contact_form.php:37 contact_form.php:1064
24
  msgid "Contact Form Settings"
25
  msgstr "Kontakt Form Indstillinger"
26
 
@@ -30,53 +30,53 @@ msgid "Contact Form"
30
  msgstr "Kontaktformular"
31
 
32
  # @ contact_form
33
- #: contact_form.php:280 contact_form.php:1244 contact_form.php:1334
34
- #: contact_form.php:1725 contact_form.php:1763 contact_form.php:2029
35
- #: contact_form.php:3181 contact_form.php:3227
36
  msgid "Name"
37
  msgstr "Navn:"
38
 
39
  # @ contact_form
40
- #: contact_form.php:281 contact_form.php:1381 contact_form.php:1726
41
- #: contact_form.php:1764 contact_form.php:2034 contact_form.php:3188
42
- #: contact_form.php:3233
43
  msgid "Address"
44
  msgstr "Adresse:"
45
 
46
  # @ contact_form
47
- #: contact_form.php:282 contact_form.php:1397 contact_form.php:1727
48
- #: contact_form.php:1765
49
  msgid "Email Address"
50
  msgstr "E-mail-adresse:"
51
 
52
  # @ contact_form
53
- #: contact_form.php:283 contact_form.php:1420 contact_form.php:1728
54
- #: contact_form.php:1766
55
  msgid "Phone number"
56
  msgstr "Telefon:"
57
 
58
  # @ contact_form
59
- #: contact_form.php:284 contact_form.php:1436 contact_form.php:1729
60
- #: contact_form.php:1767 contact_form.php:2049 contact_form.php:3199
61
- #: contact_form.php:3242
62
  msgid "Subject"
63
  msgstr "Emne:"
64
 
65
  # @ contact_form
66
- #: contact_form.php:285 contact_form.php:1460 contact_form.php:1730
67
- #: contact_form.php:1768 contact_form.php:2053 contact_form.php:3204
68
- #: contact_form.php:3246
69
  msgid "Message"
70
  msgstr "Besked:"
71
 
72
  # @ contact_form
73
- #: contact_form.php:286 contact_form.php:1731 contact_form.php:1769
74
- #: contact_form.php:2058
75
  msgid "Attachment"
76
  msgstr "Vedhæft fil:"
77
 
78
  # @ contact_form
79
- #: contact_form.php:287
80
  msgid ""
81
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
82
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
@@ -85,86 +85,86 @@ msgstr ""
85
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
86
 
87
  # @ contact_form
88
- #: contact_form.php:288 contact_form.php:1733 contact_form.php:1771
89
  msgid "Send me a copy"
90
  msgstr "Send mig en kopi"
91
 
92
  # @ contact_form
93
- #: contact_form.php:289 contact_form.php:1734 contact_form.php:1772
94
  msgid "Submit"
95
  msgstr "Gennemfør"
96
 
97
  # @ contact_form
98
- #: contact_form.php:290
99
  msgid "Your name is required."
100
  msgstr "Dit navn er påkrævet."
101
 
102
  # @ contact_form
103
- #: contact_form.php:291
104
  msgid "Address is required."
105
  msgstr "Adresse er påkrævet."
106
 
107
  # @ contact_form
108
- #: contact_form.php:292
109
  msgid "A valid email address is required."
110
  msgstr "En gyldig email adresse er påkrævet."
111
 
112
  # @ contact_form
113
- #: contact_form.php:293
114
  msgid "Phone number is required."
115
  msgstr "Telefonnummer er påkrævet."
116
 
117
  # @ contact_form
118
- #: contact_form.php:294
119
  msgid "Subject is required."
120
  msgstr "Emne er påkrævet."
121
 
122
  # @ contact_form
123
- #: contact_form.php:295
124
  msgid "Message text is required."
125
  msgstr "Besked tekst er påkrævet."
126
 
127
  # @ contact_form
128
- #: contact_form.php:296
129
  msgid "File format is not valid."
130
  msgstr "Filformatet er ikke gyldig."
131
 
132
  # @ contact_form
133
- #: contact_form.php:297
134
  msgid "File upload error."
135
  msgstr "Upload fejl"
136
 
137
  # @ contact_form
138
- #: contact_form.php:298
139
  msgid "The file could not be uploaded."
140
  msgstr "Filen kunne ikke uploades."
141
 
142
  # @ contact_form
143
- #: contact_form.php:299
144
  msgid "This file is too large."
145
  msgstr "Denne fil er for stor."
146
 
147
  # @ contact_form
148
- #: contact_form.php:300
149
  msgid "Please fill out the CAPTCHA."
150
  msgstr "Udfyld CAPTCHA."
151
 
152
  # @ contact_form
153
- #: contact_form.php:301
154
  msgid "Please make corrections below and try again."
155
  msgstr "Venligst foretage korrektioner nedenfor, og prøv igen."
156
 
157
  # @ contact_form
158
- #: contact_form.php:303
159
  msgid "Thank you for contacting us."
160
  msgstr "Tak for din henvendelse."
161
 
162
  # @ contact_form
163
- #: contact_form.php:759 contact_form.php:1021
164
  msgid "Settings saved."
165
  msgstr "Ændringerne blev gemt."
166
 
167
- #: contact_form.php:966
168
  msgid ""
169
  "Email 'FROM' field option was changed, which may cause email messages being "
170
  "moved to the spam folder or email delivery failures."
@@ -173,7 +173,7 @@ msgstr ""
173
  "flyttes til spam omslag eller email levering fiaskoerne."
174
 
175
  # @ contact_form
176
- #: contact_form.php:976
177
  msgid ""
178
  "If the 'Redirect to page' option is selected then the URL field should be in "
179
  "the following format"
@@ -182,69 +182,69 @@ msgstr ""
182
  "følgende format"
183
 
184
  # @ contact_form
185
- #: contact_form.php:983
186
  msgid "Such user does not exist."
187
  msgstr "Sådan bruger findes ikke."
188
 
189
  # @ contact_form
190
- #: contact_form.php:993
191
  msgid ""
192
  "Please enter a valid email address in the 'Use this email address' field."
193
  msgstr "Angiv en gyldig e-mail-adresse i feltet 'Brug denne e-mail-adresse'."
194
 
195
  # @ contact_form
196
- #: contact_form.php:1001
197
  msgid "Please enter a valid email address in the 'FROM' field."
198
  msgstr "Indsæt en gyldig emailadresse i fra-feltet"
199
 
200
  # @ contact_form
201
- #: contact_form.php:1023
202
  msgid "Settings are not saved."
203
  msgstr "Ændringerne er ikke gemt"
204
 
205
- #: contact_form.php:1061
206
  msgid "All plugin settings were restored."
207
  msgstr "Alle plugin indstillinger blev gendannet."
208
 
209
- #: contact_form.php:1067
210
  msgid "How to Use Step-by-step Instruction"
211
  msgstr "Hvordan man bruger en trinvis instruktion"
212
 
213
  # @ contact_form
214
- #: contact_form.php:1070 contact_form.php:3419 contact_form.php:3433
215
  msgid "Settings"
216
  msgstr "Indstillinger"
217
 
218
  # @ contact_form
219
- #: contact_form.php:1071
220
  msgid "Additional settings"
221
  msgstr "Yderligere indstillinger"
222
 
223
- #: contact_form.php:1072
224
  msgid "Appearance"
225
  msgstr "Udseende"
226
 
227
- #: contact_form.php:1073
228
  msgid "Custom code"
229
  msgstr ""
230
 
231
  # @ contact_form
232
- #: contact_form.php:1074
233
  msgid "Go PRO"
234
  msgstr "Gå PRO"
235
 
236
  # @ contact_form
237
- #: contact_form.php:1085
238
  #, fuzzy
239
  msgid "Notice"
240
  msgstr "Bemærk:"
241
 
242
- #: contact_form.php:1089
243
  msgid "NEW_FORM"
244
  msgstr "NEW_FORM"
245
 
246
  # @ contact_form
247
- #: contact_form.php:1090
248
  msgid ""
249
  "If you want to create multiple contact forms, please install the Contact "
250
  "Form Multi plugin."
@@ -253,7 +253,7 @@ msgstr ""
253
  "formular Multi stik."
254
 
255
  # @ contact_form
256
- #: contact_form.php:1099
257
  #, php-format
258
  msgid ""
259
  "If you would like to add a Contact Form to your page or post, please use %s "
@@ -262,7 +262,7 @@ msgstr ""
262
  "Hvis du ønsker at tilføje en kontakt formular på din side eller post, skal "
263
  "du bruge knappen for %s"
264
 
265
- #: contact_form.php:1105
266
  #, php-format
267
  msgid ""
268
  "You can add the Contact Form to your page or post by clicking on %s button "
@@ -276,7 +276,7 @@ msgstr ""
276
  "Form sprog."
277
 
278
  # @ contact_form
279
- #: contact_form.php:1114
280
  msgid ""
281
  "If you leave the fields empty, the messages will be sent to the email "
282
  "address specified during registration."
@@ -285,18 +285,18 @@ msgstr ""
285
  "angivet under registreringen."
286
 
287
  # @ contact_form
288
- #: contact_form.php:1117
289
  #, fuzzy
290
  msgid "The user's email address"
291
  msgstr "Brugerens e-mail-adresse:"
292
 
293
  # @ contact_form
294
- #: contact_form.php:1121
295
  msgid "Select a username"
296
  msgstr "Vælg et brugernavn."
297
 
298
  # @ contact_form
299
- #: contact_form.php:1134
300
  #, fuzzy
301
  msgid ""
302
  "Select a username of the person who should get the messages from the contact "
@@ -306,127 +306,127 @@ msgstr ""
306
  "kontaktpersonformularen."
307
 
308
  # @ contact_form
309
- #: contact_form.php:1138
310
  #, fuzzy
311
  msgid "Use this email address"
312
  msgstr "Brug denne e-mail-adresse:"
313
 
314
  # @ contact_form
315
- #: contact_form.php:1142
316
  #, fuzzy
317
  msgid "Enter the email address for receiving messages"
318
  msgstr "Indtast den e-mailadresse du vil have de meddelelser, der sendes til."
319
 
320
- #: contact_form.php:1149 contact_form.php:1645 contact_form.php:1852
321
- #: contact_form.php:1957 contact_form.php:3514
322
  msgid "Close"
323
  msgstr "Luk"
324
 
325
  # @ contact_form
326
- #: contact_form.php:1153
327
  #, fuzzy
328
  msgid "Add department selectbox to the contact form"
329
  msgstr "Tilføje afdeling selectbox til kontakt formularen:"
330
 
331
  # @ contact_form
332
- #: contact_form.php:1161 contact_form.php:1654 contact_form.php:1871
333
- #: contact_form.php:2163
334
  msgid "If you upgrade to Pro version all your settings will be saved."
335
  msgstr "Hvis du opgradere til Pro-version vil alle indstillingerne blive gemt."
336
 
337
- #: contact_form.php:1168 contact_form.php:1490 contact_form.php:1659
338
- #: contact_form.php:1878 contact_form.php:2170
339
  msgid "Upgrade to Pro"
340
  msgstr ""
341
 
342
  # @ contact_form
343
- #: contact_form.php:1176
344
  msgid "Save emails to the database"
345
  msgstr "Gem dine emails i databasen"
346
 
347
  # @ contact_form
348
- #: contact_form.php:1188 contact_form.php:1202 contact_form.php:1209
349
  msgid "Using"
350
  msgstr "Ved hjælp af"
351
 
352
- #: contact_form.php:1194 contact_form.php:1546 contact_form.php:1588
353
- #: contact_form.php:1623
354
  msgid "Please activate the appropriate option on"
355
  msgstr ""
356
 
357
  # @ contact_form
358
- #: contact_form.php:1197 contact_form.php:1549 contact_form.php:1591
359
- #: contact_form.php:1626
360
  #, fuzzy
361
  msgid "settings page"
362
  msgstr "Ændringerne blev gemt."
363
 
364
  # @ contact_form
365
- #: contact_form.php:1203 contact_form.php:1556 contact_form.php:1599
366
- #: contact_form.php:1633
367
  msgid "Activate"
368
  msgstr "Aktiver"
369
 
370
  # @ contact_form
371
- #: contact_form.php:1210 contact_form.php:1565 contact_form.php:1605
372
- #: contact_form.php:1638
373
  msgid "Download"
374
  msgstr "Download"
375
 
376
- #: contact_form.php:1222
377
  msgid "Sending method"
378
  msgstr ""
379
 
380
  # @ contact_form
381
- #: contact_form.php:1227
382
  msgid "Wp-mail"
383
  msgstr "WP-mail"
384
 
385
  # @ contact_form
386
- #: contact_form.php:1229
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:1232
393
  msgid "Mail"
394
  msgstr "E-post"
395
 
396
  # @ contact_form
397
- #: contact_form.php:1234
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:1239
403
  msgid "'FROM' field"
404
  msgstr "'Fra' feltet"
405
 
406
  # @ contact_form
407
- #: contact_form.php:1255
408
  msgid "User name"
409
  msgstr "Brugernavn"
410
 
411
  # @ contact_form
412
- #: contact_form.php:1257
413
  msgid ""
414
  "The name of the user who fills the form will be used in the field 'From'."
415
  msgstr ""
416
  "Navnet på den bruger, der udfylder formularen skal bruges i feltet 'Fra'."
417
 
418
  # @ contact_form
419
- #: contact_form.php:1268 contact_form.php:3194 contact_form.php:3238
420
  msgid "Email"
421
  msgstr "e-mail"
422
 
423
  # @ contact_form
424
- #: contact_form.php:1279
425
  msgid "User email"
426
  msgstr "Bruger E-mail"
427
 
428
  # @ contact_form
429
- #: contact_form.php:1281
430
  msgid ""
431
  "The email address of the user who fills the form will be used in the field "
432
  "'From'."
@@ -434,7 +434,7 @@ msgstr ""
434
  "E-mail-adressen på den bruger, der udfylder formularen skal bruges i feltet "
435
  "'Fra'."
436
 
437
- #: contact_form.php:1290
438
  msgid ""
439
  "If this option is changed, email messages may be moved to the spam folder or "
440
  "email delivery failures may occur."
@@ -443,56 +443,56 @@ msgstr ""
443
  "mappen eller email levering fejl kan opstå."
444
 
445
  # @ contact_form
446
- #: contact_form.php:1299
447
  msgid "Required symbol"
448
  msgstr "Kræves symbol"
449
 
450
  # @ contact_form
451
- #: contact_form.php:1309
452
  msgid "Fields"
453
  msgstr "Felter"
454
 
455
  # @ contact_form
456
- #: contact_form.php:1310 contact_form.php:1337 contact_form.php:1364
457
- #: contact_form.php:1384 contact_form.php:1423 contact_form.php:1505
458
  msgid "Used"
459
  msgstr "Brugt"
460
 
461
  # @ contact_form
462
- #: contact_form.php:1311 contact_form.php:1326 contact_form.php:1341
463
- #: contact_form.php:1368 contact_form.php:1388 contact_form.php:1401
464
- #: contact_form.php:1427 contact_form.php:1440 contact_form.php:1464
465
  msgid "Required"
466
  msgstr "Kræves"
467
 
468
  # @ contact_form
469
- #: contact_form.php:1313 contact_form.php:1346 contact_form.php:1406
470
- #: contact_form.php:1445 contact_form.php:1469
471
  msgid "Visible"
472
  msgstr "Synlig"
473
 
474
  # @ contact_form
475
- #: contact_form.php:1314 contact_form.php:1350 contact_form.php:1410
476
- #: contact_form.php:1449 contact_form.php:1473
477
  msgid "Disabled for editing"
478
  msgstr "Handicappede til redigering"
479
 
480
  # @ contact_form
481
- #: contact_form.php:1315 contact_form.php:1374 contact_form.php:1453
482
- #: contact_form.php:1477
483
  msgid "Field's default value"
484
  msgstr "Feltets standardværdi"
485
 
486
  # @ contact_form
487
- #: contact_form.php:1322
488
  msgid "Department selectbox"
489
  msgstr "Afdeling selectbox"
490
 
491
- #: contact_form.php:1354
492
  msgid "Use User's name as a default value if the user is logged in."
493
  msgstr "Brug brugerens navn som standardværdi, hvis brugeren er logget på."
494
 
495
- #: contact_form.php:1355 contact_form.php:1415
496
  msgid ""
497
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
498
  "in users."
@@ -501,284 +501,276 @@ msgstr ""
501
  "journaliseret-i brugernes."
502
 
503
  # @ contact_form
504
- #: contact_form.php:1361
505
  msgid "Location selectbox"
506
  msgstr "Beliggenhed selectbox"
507
 
508
- #: contact_form.php:1414
509
  msgid "Use User's email as a default value if the user is logged in."
510
  msgstr ""
511
  "Brug brugerens e-mail som en standardværdi, hvis brugeren er logget på."
512
 
513
  # @ contact_form
514
- #: contact_form.php:1498
515
  msgid "Attachment block"
516
  msgstr "Vedhæftet fil blok"
517
 
518
  # @ contact_form
519
- #: contact_form.php:1500
520
  msgid "Users can attach the following file formats"
521
  msgstr "Brugerne kan vedhæfte følgende filformater"
522
 
523
  # @ contact_form
524
- #: contact_form.php:1518
525
  msgid "Add to the form"
526
  msgstr "Føje til formularen"
527
 
528
  # @ contact_form
529
- #: contact_form.php:1523
530
  msgid "Tips below the Attachment"
531
  msgstr "Tips nedenfor den vedhæftede fil"
532
 
533
  # @ contact_form
534
- #: contact_form.php:1530
535
  msgid "'Send me a copy' block"
536
  msgstr "'Sende mig en afskrift' blok"
537
 
538
- #: contact_form.php:1558
539
  msgid "Activate for network"
540
  msgstr ""
541
 
542
  # @ contact_form
543
- #: contact_form.php:1649
544
  msgid "Agreement checkbox"
545
  msgstr "Aftalen afkrydsningsfeltet"
546
 
547
  # @ contact_form
548
- #: contact_form.php:1649
549
  msgid "Required checkbox for submitting the form"
550
  msgstr "Kræves afkrydsningsfeltet til at sende formularen"
551
 
552
  # @ contact_form
553
- #: contact_form.php:1650
554
  msgid "Optional checkbox"
555
  msgstr "Valgfri afkrydsningsfeltet"
556
 
557
  # @ contact_form
558
- #: contact_form.php:1650
559
  msgid "Optional checkbox, the results of which will be displayed in email"
560
  msgstr "Valgfri afkrydsningsfeltet, hvis resultater vil blive vist i e-mail"
561
 
562
  # @ contact_form
563
- #: contact_form.php:1668
564
  msgid "Delete an attachment file from the server after the email is sent"
565
  msgstr "Slette en vedhæftet fil fra serveren, efter at e-mailen sendes"
566
 
567
  # @ contact_form
568
- #: contact_form.php:1674
569
  msgid "Email in HTML format sending"
570
  msgstr "E-mail i HTML-format at sende"
571
 
572
  # @ contact_form
573
- #: contact_form.php:1678
574
  msgid "Display additional info in the email"
575
  msgstr "Få vist yderligere info i e-mailen"
576
 
577
  # @ contact_form
578
- #: contact_form.php:1684
579
  #, fuzzy
580
  msgid "Sent from (IP address)"
581
  msgstr "Sendt fra (ip adresse)"
582
 
583
- # @ contact_form
584
- #: contact_form.php:1684
585
- msgid "Example: Sent from (IP address):\t127.0.0.1"
586
- msgstr "Eksempel: Sendt fra (IP adresse): 127.0.0.1"
587
 
588
  # @ contact_form
589
- #: contact_form.php:1685 contact_form.php:3143 contact_form.php:3145
590
  msgid "Date/Time"
591
  msgstr "Dato / Tid"
592
 
593
- # @ contact_form
594
- #: contact_form.php:1685
595
- msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
596
- msgstr "Eksempel: Dato/tid: 19 August 2013 8:50 pm"
597
 
598
  # @ contact_form
599
- #: contact_form.php:1686 contact_form.php:3149 contact_form.php:3151
600
  msgid "Sent from (referer)"
601
  msgstr "Sendt fra (referer)"
602
 
603
- # @ contact_form
604
- #: contact_form.php:1686
605
- #, fuzzy
606
  msgid ""
607
- "Example: Sent from (referer):\thttps://bestwebsoft.com/contacts/contact-us/"
608
  msgstr ""
609
- "Eksempel: Sendt fra (referer): http://bestwebsoft.com/contacts/contact-us/"
610
 
611
  # @ contact_form
612
- #: contact_form.php:1687 contact_form.php:3155 contact_form.php:3157
613
  msgid "Using (user agent)"
614
  msgstr "Ved hjælp af (brugeragent)"
615
 
616
- # @ contact_form
617
- #: contact_form.php:1687
618
  msgid ""
619
- "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
620
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
621
  msgstr ""
622
- "Eksempel: Bruger (brugeragent): Mozilla/5.0 (Windows NT 6.2; WOW64) "
623
- "AppleWebKit/537.36 (KHTML, lige Gecko) Chrome/28.0.1500.95 Safari/537.36"
624
 
625
  # @ contact_form
626
- #: contact_form.php:1692
627
  msgid "Language settings for the field names in the form"
628
  msgstr "Sprogindstillingerne for feltnavnene i form"
629
 
630
  # @ contact_form
631
- #: contact_form.php:1701
632
  msgid "Add a language"
633
  msgstr "Tilføje et sprog"
634
 
635
  # @ contact_form
636
- #: contact_form.php:1705
637
  msgid "Change the names of the contact form fields and error messages"
638
  msgstr "Ændre navne på kontaktpersoner formularfelter og fejlmeddelelser"
639
 
640
  # @ contact_form
641
- #: contact_form.php:1710 contact_form.php:1806 contact_form.php:1938
642
- #: contact_form.php:2077 contact_form.php:2082 contact_form.php:2092
643
- #: contact_form.php:2097 contact_form.php:2102 contact_form.php:2107
644
- #: contact_form.php:2117 contact_form.php:2122 contact_form.php:2131
645
- #: contact_form.php:2145 contact_form.php:2150 contact_form.php:2155
646
  msgid "Default"
647
  msgstr "Standard"
648
 
649
  # @ contact_form
650
- #: contact_form.php:1723 contact_form.php:1761
651
  msgid "click to expand/hide the list"
652
  msgstr "Klik for at udvide/skjule listen"
653
 
654
  # @ contact_form
655
- #: contact_form.php:1732 contact_form.php:1770
656
  msgid "Tips below the Attachment block"
657
  msgstr "Tips nedenfor den vedhæftede fil blokere"
658
 
659
  # @ contact_form
660
- #: contact_form.php:1735 contact_form.php:1773
661
  msgid "Error message for the Name field"
662
  msgstr "Fejlmeddelelse for feltet navn"
663
 
664
  # @ contact_form
665
- #: contact_form.php:1736 contact_form.php:1774
666
  msgid "Error message for the Address field"
667
  msgstr "Fejlmeddelelse for feltet adresse"
668
 
669
  # @ contact_form
670
- #: contact_form.php:1737 contact_form.php:1775
671
  msgid "Error message for the Email field"
672
  msgstr "Fejlmeddelelse for feltet E-mail"
673
 
674
  # @ contact_form
675
- #: contact_form.php:1738 contact_form.php:1776
676
  msgid "Error message for the Phone field"
677
  msgstr "Fejlmeddelelse for feltet telefon"
678
 
679
  # @ contact_form
680
- #: contact_form.php:1739 contact_form.php:1777
681
  msgid "Error message for the Subject field"
682
  msgstr "Fejlmeddelelse for feltet emne"
683
 
684
  # @ contact_form
685
- #: contact_form.php:1740 contact_form.php:1778
686
  msgid "Error message for the Message field"
687
  msgstr "Fejl besked i feltet besked"
688
 
689
  # @ contact_form
690
- #: contact_form.php:1741 contact_form.php:1779
691
  msgid "Error message about the file type for the Attachment field"
692
  msgstr "Fejlmeddelelse om filtypen til feltet vedhæftet fil"
693
 
694
  # @ contact_form
695
- #: contact_form.php:1742 contact_form.php:1780
696
  msgid ""
697
  "Error message while uploading a file for the Attachment field to the server"
698
  msgstr "Fejlmeddelelse ved upload en fil til feltet vedhæftet fil til serveren"
699
 
700
  # @ contact_form
701
- #: contact_form.php:1743 contact_form.php:1781
702
  msgid "Error message while moving the file for the Attachment field"
703
  msgstr "Fejlmeddelelse mens du flytter filen for feltet vedhæftet fil"
704
 
705
  # @ contact_form
706
- #: contact_form.php:1744 contact_form.php:1782
707
  msgid "Error message when file size limit for the Attachment field is exceeded"
708
  msgstr ""
709
  "Fejlmeddelelse, når filstørrelse for feltet vedhæftet fil er overskredet"
710
 
711
  # @ contact_form
712
- #: contact_form.php:1745 contact_form.php:1783
713
  msgid "Error message for the Captcha field"
714
  msgstr "Fejlmeddelelse for Captcha feltet"
715
 
716
  # @ contact_form
717
- #: contact_form.php:1746 contact_form.php:1784
718
  msgid "Error message for the whole form"
719
  msgstr "Fejlmeddelelse for hele formularen"
720
 
721
  # @ contact_form
722
- #: contact_form.php:1749 contact_form.php:1751 contact_form.php:1787
723
- #: contact_form.php:1789 contact_form.php:1821 contact_form.php:1823
724
- #: contact_form.php:1835 contact_form.php:1837 contact_form.php:3602
725
- #: contact_form.php:3604
726
  msgid "Use shortcode"
727
  msgstr "Brug kortkode"
728
 
729
  # @ contact_form
730
- #: contact_form.php:1749 contact_form.php:1751 contact_form.php:1787
731
- #: contact_form.php:1789 contact_form.php:1821 contact_form.php:1823
732
- #: contact_form.php:1835 contact_form.php:1837 contact_form.php:3602
733
- #: contact_form.php:3604
734
  msgid "for this language"
735
  msgstr "for dette sprog"
736
 
737
  # @ contact_form
738
- #: contact_form.php:1797
739
  msgid "Use the changed names of the contact form fields in the email"
740
  msgstr "Bruge ændret navnene på felterne kontaktformularen i e-mailen"
741
 
742
  # @ contact_form
743
- #: contact_form.php:1803
744
  msgid "Action after email is sent"
745
  msgstr "Handling efter at e-mail er sendt"
746
 
747
  # @ contact_form
748
- #: contact_form.php:1805
749
  msgid "Display text"
750
  msgstr "Vis tekst"
751
 
752
  # @ contact_form
753
- #: contact_form.php:1819 contact_form.php:1833
754
  msgid "Text"
755
  msgstr "Tekst"
756
 
757
  # @ contact_form
758
- #: contact_form.php:1844
759
  msgid "Redirect to the page"
760
  msgstr "Viderstil til side"
761
 
762
  # @ contact_form
763
- #: contact_form.php:1845
764
  msgid "Url"
765
  msgstr "Url"
766
 
767
- #: contact_form.php:1856
768
  msgid "Add field 'Reply-To' to the email header"
769
  msgstr "Tilføj feltet 'Svar til' til e-mail-header"
770
 
771
- #: contact_form.php:1858
772
  msgid "Field 'Reply-To' will be initialized by user email"
773
  msgstr "Feltet 'Svar til' vil være initialiseret af brugeren e-mail"
774
 
775
  # @ contact_form_pro
776
- #: contact_form.php:1862
777
  msgid "Auto Response"
778
  msgstr "Autosvar"
779
 
780
  # @ contact_form
781
- #: contact_form.php:1866
782
  #, php-format
783
  msgid ""
784
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -789,223 +781,223 @@ msgstr ""
789
  "til at vise data fra feltet besked samt %%sITENAME %% for at vise blog navn."
790
 
791
  # @ default
792
- #: contact_form.php:1888 contact_form.php:2419
793
  msgid "Save Changes"
794
  msgstr "Gem ændringer"
795
 
796
- #: contact_form.php:1901
797
  #, php-format
798
  msgid ""
799
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
800
  msgstr ""
801
  "Venligst JavaScript at ændre '%s', '%s' indstillinger og felter sortering."
802
 
803
- #: contact_form.php:1901 contact_form.php:1910
804
  msgid "Form layout"
805
  msgstr "Formular Layout"
806
 
807
  # @ contact_form
808
- #: contact_form.php:1901 contact_form.php:1922
809
  msgid "Submit position"
810
  msgstr "Indsende position"
811
 
812
- #: contact_form.php:1914
813
  msgid "One column"
814
  msgstr "En kolonne"
815
 
816
- #: contact_form.php:1917
817
  msgid "Two columns"
818
  msgstr "To kolonner"
819
 
820
- #: contact_form.php:1926 contact_form.php:1965 contact_form.php:1983
821
- #: contact_form.php:1998
822
  msgid "Left"
823
  msgstr "Venstre"
824
 
825
- #: contact_form.php:1929 contact_form.php:1971 contact_form.php:1986
826
- #: contact_form.php:2004
827
  msgid "Right"
828
  msgstr "Højre"
829
 
830
- #: contact_form.php:1934
831
  msgid "Width"
832
  msgstr ""
833
 
834
- #: contact_form.php:1941
835
  msgid "Custom"
836
  msgstr ""
837
 
838
- #: contact_form.php:1948
839
  msgid "px"
840
  msgstr ""
841
 
842
- #: contact_form.php:1961
843
  msgid "Form align"
844
  msgstr ""
845
 
846
- #: contact_form.php:1968 contact_form.php:2001
847
  msgid "Center"
848
  msgstr ""
849
 
850
  # @ contact_form
851
- #: contact_form.php:1976
852
  #, fuzzy
853
  msgid "Labels position"
854
  msgstr "Indsende position"
855
 
856
- #: contact_form.php:1980
857
  msgid "Top"
858
  msgstr ""
859
 
860
- #: contact_form.php:1989
861
  msgid "Bottom"
862
  msgstr ""
863
 
864
- #: contact_form.php:1994
865
  msgid "Labels align"
866
  msgstr ""
867
 
868
  # @ contact_form
869
- #: contact_form.php:2009
870
  msgid "Errors output"
871
  msgstr "Fejl output"
872
 
873
  # @ contact_form
874
- #: contact_form.php:2012
875
  msgid "Display error messages"
876
  msgstr "Vise fejlmeddelelser"
877
 
878
  # @ contact_form
879
- #: contact_form.php:2013
880
  msgid "Color of the input field errors."
881
  msgstr "Farven på input felt fejlene."
882
 
883
  # @ contact_form
884
- #: contact_form.php:2014
885
  msgid "Display error messages & color of the input field errors"
886
  msgstr "Vise fejlmeddelelser & farven på input felt fejlene"
887
 
888
  # @ contact_form
889
- #: contact_form.php:2019
890
  msgid "Add placeholder to the input blocks"
891
  msgstr "Tilføje pladsholder til input blokke"
892
 
893
  # @ contact_form
894
- #: contact_form.php:2025
895
  msgid "Add tooltips"
896
  msgstr "Føje værktøjstip"
897
 
898
  # @ contact_form
899
- #: contact_form.php:2039
900
  msgid "Email address"
901
  msgstr "E-mail-adresse:"
902
 
903
  # @ contact_form
904
- #: contact_form.php:2044 contact_form.php:3210 contact_form.php:3251
905
  msgid "Phone Number"
906
  msgstr "Telefon:"
907
 
908
  # @ contact_form
909
- #: contact_form.php:2070
910
  msgid "Style options"
911
  msgstr "Indstilling af fremtoning"
912
 
913
  # @ contact_form
914
- #: contact_form.php:2074
915
  msgid "Text color"
916
  msgstr "Tekstfarve"
917
 
918
  # @ contact_form
919
- #: contact_form.php:2079
920
  msgid "Label text color"
921
  msgstr "Etiket tekstfarve"
922
 
923
  # @ contact_form
924
- #: contact_form.php:2084
925
  msgid "Placeholder color"
926
  msgstr "Pladsholder farve"
927
 
928
  # @ contact_form
929
- #: contact_form.php:2089
930
  msgid "Errors color"
931
  msgstr "Fejl farve"
932
 
933
  # @ contact_form
934
- #: contact_form.php:2094
935
  msgid "Error text color"
936
  msgstr "Fejl tekstfarve"
937
 
938
  # @ contact_form
939
- #: contact_form.php:2099
940
  msgid "Background color of the input field errors"
941
  msgstr "Baggrundsfarven af input felt fejl"
942
 
943
  # @ contact_form
944
- #: contact_form.php:2104
945
  msgid "Border color of the input field errors"
946
  msgstr "Kantfarven på inputfelt fejl"
947
 
948
  # @ contact_form
949
- #: contact_form.php:2109
950
  msgid "Placeholder color of the input field errors"
951
  msgstr "Pladsholder farven på input felt fejlene"
952
 
953
  # @ contact_form
954
- #: contact_form.php:2114
955
  msgid "Input fields"
956
  msgstr "Felter"
957
 
958
  # @ contact_form
959
- #: contact_form.php:2119
960
  msgid "Input fields background color"
961
  msgstr "Inputfelter baggrundsfarve"
962
 
963
  # @ contact_form
964
- #: contact_form.php:2124
965
  msgid "Text fields color"
966
  msgstr "Tekst felter farve"
967
 
968
  # @ contact_form
969
- #: contact_form.php:2128
970
  msgid "Border width in px, numbers only"
971
  msgstr "Kantbredde i px, kun tal"
972
 
973
  # @ contact_form
974
- #: contact_form.php:2133 contact_form.php:2157
975
  msgid "Border color"
976
  msgstr "Ramme farve"
977
 
978
  # @ contact_form
979
- #: contact_form.php:2138
980
  msgid "Submit button"
981
  msgstr "Send knap"
982
 
983
  # @ contact_form
984
- #: contact_form.php:2142
985
  msgid "Width in px, numbers only"
986
  msgstr "Bredde i px, kun tal"
987
 
988
  # @ contact_form
989
- #: contact_form.php:2147
990
  msgid "Button color"
991
  msgstr "Knap farve"
992
 
993
  # @ contact_form
994
- #: contact_form.php:2152
995
  msgid "Button text color"
996
  msgstr "Knap tekstfarve"
997
 
998
  # @ contact_form
999
- #: contact_form.php:2181
1000
  msgid "Contact Form | Preview"
1001
  msgstr "Kontakt Form | Preview"
1002
 
1003
- #: contact_form.php:2182
1004
  msgid "Drag the necessary field to sort fields."
1005
  msgstr "Træk feltet nødvendigt hvis du vil sortere felterne."
1006
 
1007
  # @ contact_form
1008
- #: contact_form.php:2408
1009
  #, fuzzy
1010
  msgid ""
1011
  "If you would like to add the Contact Form to your website, just copy and "
@@ -1015,27 +1007,27 @@ msgstr ""
1015
  "indsætte denne ufuldkommenhed til din post eller side eller widget:"
1016
 
1017
  # @ contact_form
1018
- #: contact_form.php:2536
1019
  msgid "Sorry, email message could not be delivered."
1020
  msgstr "Beklager, e-mailen ikke kunne leveres."
1021
 
1022
  # @ contact_form
1023
- #: contact_form.php:3137 contact_form.php:3139
1024
  msgid "Sent from (ip address)"
1025
  msgstr "Sendt fra (ip adresse)"
1026
 
1027
  # @ contact_form
1028
- #: contact_form.php:3167
1029
  msgid "Contact from"
1030
  msgstr "Kontakt fra formen"
1031
 
1032
  # @ contact_form
1033
- #: contact_form.php:3172 contact_form.php:3221
1034
  msgid "Site"
1035
  msgstr "Hjemmeside"
1036
 
1037
  # @ contact_form
1038
- #: contact_form.php:3351
1039
  msgid ""
1040
  "If you can see this MIME, it means that the MIME type is not supported by "
1041
  "your email client!"
@@ -1044,26 +1036,26 @@ msgstr ""
1044
  "din e-mail-klient!"
1045
 
1046
  # @ contact_form
1047
- #: contact_form.php:3434
1048
  msgid "FAQ"
1049
  msgstr "FAQ"
1050
 
1051
  # @ contact_form
1052
- #: contact_form.php:3435
1053
  msgid "Support"
1054
  msgstr "Support"
1055
 
1056
  # @ contact_form
1057
- #: contact_form.php:3484
1058
  msgid "Are you sure that you want to delete this language data?"
1059
  msgstr "Er du sikker på at du vil slette dette sprogdata?"
1060
 
1061
  # @ contact_form
1062
- #: contact_form.php:3505
1063
  msgid "Add multiple forms"
1064
  msgstr "Tilføje flere formularer"
1065
 
1066
- #: contact_form.php:3505
1067
  msgid ""
1068
  "Install Contact Form Multi plugin to create unlimited number of contact "
1069
  "forms."
@@ -1072,39 +1064,71 @@ msgstr ""
1072
  "formularer."
1073
 
1074
  # @ contact_form
1075
- #: contact_form.php:3510
1076
  msgid "Learn more"
1077
  msgstr "Få mere at vide"
1078
 
1079
- #: contact_form.php:3751
 
 
 
 
 
 
 
 
1080
  msgid "Close notice"
1081
  msgstr ""
1082
 
1083
  # @ contact_form
1084
- #: contact_form.php:3756
1085
  msgid "allows to store your messages to the database."
1086
  msgstr "giver mulighed for at gemme dine meddelelser til databasen."
1087
 
1088
  # @ contact_form
1089
- #: contact_form.php:3757
1090
  msgid "Manage messages that have been sent from your website."
1091
  msgstr "Administrere meddelelser, der er blevet sendt fra dit websted."
1092
 
1093
  # @ contact_form
1094
- #: contact_form.php:3760
1095
  msgid "Learn More"
1096
  msgstr "Læs mere"
1097
 
1098
  # @ contact_form
1099
- #: contact_form.php:3820
1100
  msgid "Contact form"
1101
  msgstr "Kontaktformular"
1102
 
1103
  # @ contact_form
1104
- #: contact_form.php:3833 contact_form.php:3843
1105
  msgid "Language"
1106
  msgstr "Sprog"
1107
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1108
  # @ contact_form
1109
  #~ msgid "Unlock premium options by upgrading to Pro version"
1110
  #~ msgstr "Låse premium muligheder ved at opgradere til Pro versionen"
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-11-15 11:15+0200\n"
6
+ "PO-Revision-Date: 2017-11-15 11:15+0200\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
9
  "Language: da_DA\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.8.7.1\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-KeywordsList: __;_e\n"
18
  "X-Poedit-Basepath: ..\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  # @ contact_form
23
+ #: contact_form.php:37 contact_form.php:953
24
  msgid "Contact Form Settings"
25
  msgstr "Kontakt Form Indstillinger"
26
 
30
  msgstr "Kontaktformular"
31
 
32
  # @ contact_form
33
+ #: contact_form.php:300 contact_form.php:1133 contact_form.php:1223
34
+ #: contact_form.php:1613 contact_form.php:1651 contact_form.php:1918
35
+ #: contact_form.php:3045 contact_form.php:3091
36
  msgid "Name"
37
  msgstr "Navn:"
38
 
39
  # @ contact_form
40
+ #: contact_form.php:301 contact_form.php:1270 contact_form.php:1614
41
+ #: contact_form.php:1652 contact_form.php:1923 contact_form.php:3052
42
+ #: contact_form.php:3097
43
  msgid "Address"
44
  msgstr "Adresse:"
45
 
46
  # @ contact_form
47
+ #: contact_form.php:302 contact_form.php:1286 contact_form.php:1615
48
+ #: contact_form.php:1653
49
  msgid "Email Address"
50
  msgstr "E-mail-adresse:"
51
 
52
  # @ contact_form
53
+ #: contact_form.php:303 contact_form.php:1309 contact_form.php:1616
54
+ #: contact_form.php:1654
55
  msgid "Phone number"
56
  msgstr "Telefon:"
57
 
58
  # @ contact_form
59
+ #: contact_form.php:304 contact_form.php:1325 contact_form.php:1617
60
+ #: contact_form.php:1655 contact_form.php:1938 contact_form.php:3063
61
+ #: contact_form.php:3106
62
  msgid "Subject"
63
  msgstr "Emne:"
64
 
65
  # @ contact_form
66
+ #: contact_form.php:305 contact_form.php:1349 contact_form.php:1618
67
+ #: contact_form.php:1656 contact_form.php:1942 contact_form.php:3068
68
+ #: contact_form.php:3110
69
  msgid "Message"
70
  msgstr "Besked:"
71
 
72
  # @ contact_form
73
+ #: contact_form.php:306 contact_form.php:1619 contact_form.php:1657
74
+ #: contact_form.php:1947
75
  msgid "Attachment"
76
  msgstr "Vedhæft fil:"
77
 
78
  # @ contact_form
79
+ #: contact_form.php:307
80
  msgid ""
81
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
82
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
85
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
86
 
87
  # @ contact_form
88
+ #: contact_form.php:308 contact_form.php:1621 contact_form.php:1659
89
  msgid "Send me a copy"
90
  msgstr "Send mig en kopi"
91
 
92
  # @ contact_form
93
+ #: contact_form.php:309 contact_form.php:1622 contact_form.php:1660
94
  msgid "Submit"
95
  msgstr "Gennemfør"
96
 
97
  # @ contact_form
98
+ #: contact_form.php:310
99
  msgid "Your name is required."
100
  msgstr "Dit navn er påkrævet."
101
 
102
  # @ contact_form
103
+ #: contact_form.php:311
104
  msgid "Address is required."
105
  msgstr "Adresse er påkrævet."
106
 
107
  # @ contact_form
108
+ #: contact_form.php:312
109
  msgid "A valid email address is required."
110
  msgstr "En gyldig email adresse er påkrævet."
111
 
112
  # @ contact_form
113
+ #: contact_form.php:313
114
  msgid "Phone number is required."
115
  msgstr "Telefonnummer er påkrævet."
116
 
117
  # @ contact_form
118
+ #: contact_form.php:314
119
  msgid "Subject is required."
120
  msgstr "Emne er påkrævet."
121
 
122
  # @ contact_form
123
+ #: contact_form.php:315
124
  msgid "Message text is required."
125
  msgstr "Besked tekst er påkrævet."
126
 
127
  # @ contact_form
128
+ #: contact_form.php:316
129
  msgid "File format is not valid."
130
  msgstr "Filformatet er ikke gyldig."
131
 
132
  # @ contact_form
133
+ #: contact_form.php:317
134
  msgid "File upload error."
135
  msgstr "Upload fejl"
136
 
137
  # @ contact_form
138
+ #: contact_form.php:318
139
  msgid "The file could not be uploaded."
140
  msgstr "Filen kunne ikke uploades."
141
 
142
  # @ contact_form
143
+ #: contact_form.php:319
144
  msgid "This file is too large."
145
  msgstr "Denne fil er for stor."
146
 
147
  # @ contact_form
148
+ #: contact_form.php:320
149
  msgid "Please fill out the CAPTCHA."
150
  msgstr "Udfyld CAPTCHA."
151
 
152
  # @ contact_form
153
+ #: contact_form.php:321
154
  msgid "Please make corrections below and try again."
155
  msgstr "Venligst foretage korrektioner nedenfor, og prøv igen."
156
 
157
  # @ contact_form
158
+ #: contact_form.php:323
159
  msgid "Thank you for contacting us."
160
  msgstr "Tak for din henvendelse."
161
 
162
  # @ contact_form
163
+ #: contact_form.php:650 contact_form.php:910
164
  msgid "Settings saved."
165
  msgstr "Ændringerne blev gemt."
166
 
167
+ #: contact_form.php:855
168
  msgid ""
169
  "Email 'FROM' field option was changed, which may cause email messages being "
170
  "moved to the spam folder or email delivery failures."
173
  "flyttes til spam omslag eller email levering fiaskoerne."
174
 
175
  # @ contact_form
176
+ #: contact_form.php:865
177
  msgid ""
178
  "If the 'Redirect to page' option is selected then the URL field should be in "
179
  "the following format"
182
  "følgende format"
183
 
184
  # @ contact_form
185
+ #: contact_form.php:872
186
  msgid "Such user does not exist."
187
  msgstr "Sådan bruger findes ikke."
188
 
189
  # @ contact_form
190
+ #: contact_form.php:882
191
  msgid ""
192
  "Please enter a valid email address in the 'Use this email address' field."
193
  msgstr "Angiv en gyldig e-mail-adresse i feltet 'Brug denne e-mail-adresse'."
194
 
195
  # @ contact_form
196
+ #: contact_form.php:890
197
  msgid "Please enter a valid email address in the 'FROM' field."
198
  msgstr "Indsæt en gyldig emailadresse i fra-feltet"
199
 
200
  # @ contact_form
201
+ #: contact_form.php:912
202
  msgid "Settings are not saved."
203
  msgstr "Ændringerne er ikke gemt"
204
 
205
+ #: contact_form.php:950
206
  msgid "All plugin settings were restored."
207
  msgstr "Alle plugin indstillinger blev gendannet."
208
 
209
+ #: contact_form.php:956
210
  msgid "How to Use Step-by-step Instruction"
211
  msgstr "Hvordan man bruger en trinvis instruktion"
212
 
213
  # @ contact_form
214
+ #: contact_form.php:959 contact_form.php:3254 contact_form.php:3268
215
  msgid "Settings"
216
  msgstr "Indstillinger"
217
 
218
  # @ contact_form
219
+ #: contact_form.php:960
220
  msgid "Additional settings"
221
  msgstr "Yderligere indstillinger"
222
 
223
+ #: contact_form.php:961
224
  msgid "Appearance"
225
  msgstr "Udseende"
226
 
227
+ #: contact_form.php:962
228
  msgid "Custom code"
229
  msgstr ""
230
 
231
  # @ contact_form
232
+ #: contact_form.php:963
233
  msgid "Go PRO"
234
  msgstr "Gå PRO"
235
 
236
  # @ contact_form
237
+ #: contact_form.php:974
238
  #, fuzzy
239
  msgid "Notice"
240
  msgstr "Bemærk:"
241
 
242
+ #: contact_form.php:978
243
  msgid "NEW_FORM"
244
  msgstr "NEW_FORM"
245
 
246
  # @ contact_form
247
+ #: contact_form.php:979
248
  msgid ""
249
  "If you want to create multiple contact forms, please install the Contact "
250
  "Form Multi plugin."
253
  "formular Multi stik."
254
 
255
  # @ contact_form
256
+ #: contact_form.php:988
257
  #, php-format
258
  msgid ""
259
  "If you would like to add a Contact Form to your page or post, please use %s "
262
  "Hvis du ønsker at tilføje en kontakt formular på din side eller post, skal "
263
  "du bruge knappen for %s"
264
 
265
+ #: contact_form.php:994
266
  #, php-format
267
  msgid ""
268
  "You can add the Contact Form to your page or post by clicking on %s button "
276
  "Form sprog."
277
 
278
  # @ contact_form
279
+ #: contact_form.php:1003
280
  msgid ""
281
  "If you leave the fields empty, the messages will be sent to the email "
282
  "address specified during registration."
285
  "angivet under registreringen."
286
 
287
  # @ contact_form
288
+ #: contact_form.php:1006
289
  #, fuzzy
290
  msgid "The user's email address"
291
  msgstr "Brugerens e-mail-adresse:"
292
 
293
  # @ contact_form
294
+ #: contact_form.php:1010
295
  msgid "Select a username"
296
  msgstr "Vælg et brugernavn."
297
 
298
  # @ contact_form
299
+ #: contact_form.php:1023
300
  #, fuzzy
301
  msgid ""
302
  "Select a username of the person who should get the messages from the contact "
306
  "kontaktpersonformularen."
307
 
308
  # @ contact_form
309
+ #: contact_form.php:1027
310
  #, fuzzy
311
  msgid "Use this email address"
312
  msgstr "Brug denne e-mail-adresse:"
313
 
314
  # @ contact_form
315
+ #: contact_form.php:1031
316
  #, fuzzy
317
  msgid "Enter the email address for receiving messages"
318
  msgstr "Indtast den e-mailadresse du vil have de meddelelser, der sendes til."
319
 
320
+ #: contact_form.php:1038 contact_form.php:1533 contact_form.php:1740
321
+ #: contact_form.php:1846 contact_form.php:3351
322
  msgid "Close"
323
  msgstr "Luk"
324
 
325
  # @ contact_form
326
+ #: contact_form.php:1042
327
  #, fuzzy
328
  msgid "Add department selectbox to the contact form"
329
  msgstr "Tilføje afdeling selectbox til kontakt formularen:"
330
 
331
  # @ contact_form
332
+ #: contact_form.php:1050 contact_form.php:1542 contact_form.php:1759
333
+ #: contact_form.php:2052
334
  msgid "If you upgrade to Pro version all your settings will be saved."
335
  msgstr "Hvis du opgradere til Pro-version vil alle indstillingerne blive gemt."
336
 
337
+ #: contact_form.php:1057 contact_form.php:1379 contact_form.php:1547
338
+ #: contact_form.php:1766 contact_form.php:2059
339
  msgid "Upgrade to Pro"
340
  msgstr ""
341
 
342
  # @ contact_form
343
+ #: contact_form.php:1065
344
  msgid "Save emails to the database"
345
  msgstr "Gem dine emails i databasen"
346
 
347
  # @ contact_form
348
+ #: contact_form.php:1077 contact_form.php:1091 contact_form.php:1098
349
  msgid "Using"
350
  msgstr "Ved hjælp af"
351
 
352
+ #: contact_form.php:1083 contact_form.php:1435 contact_form.php:1476
353
+ #: contact_form.php:1511
354
  msgid "Please activate the appropriate option on"
355
  msgstr ""
356
 
357
  # @ contact_form
358
+ #: contact_form.php:1086 contact_form.php:1438 contact_form.php:1479
359
+ #: contact_form.php:1514
360
  #, fuzzy
361
  msgid "settings page"
362
  msgstr "Ændringerne blev gemt."
363
 
364
  # @ contact_form
365
+ #: contact_form.php:1092 contact_form.php:1445 contact_form.php:1487
366
+ #: contact_form.php:1521
367
  msgid "Activate"
368
  msgstr "Aktiver"
369
 
370
  # @ contact_form
371
+ #: contact_form.php:1099 contact_form.php:1454 contact_form.php:1493
372
+ #: contact_form.php:1526
373
  msgid "Download"
374
  msgstr "Download"
375
 
376
+ #: contact_form.php:1111
377
  msgid "Sending method"
378
  msgstr ""
379
 
380
  # @ contact_form
381
+ #: contact_form.php:1116
382
  msgid "Wp-mail"
383
  msgstr "WP-mail"
384
 
385
  # @ contact_form
386
+ #: contact_form.php:1118
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:1121
393
  msgid "Mail"
394
  msgstr "E-post"
395
 
396
  # @ contact_form
397
+ #: contact_form.php:1123
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:1128
403
  msgid "'FROM' field"
404
  msgstr "'Fra' feltet"
405
 
406
  # @ contact_form
407
+ #: contact_form.php:1144
408
  msgid "User name"
409
  msgstr "Brugernavn"
410
 
411
  # @ contact_form
412
+ #: contact_form.php:1146
413
  msgid ""
414
  "The name of the user who fills the form will be used in the field 'From'."
415
  msgstr ""
416
  "Navnet på den bruger, der udfylder formularen skal bruges i feltet 'Fra'."
417
 
418
  # @ contact_form
419
+ #: contact_form.php:1157 contact_form.php:3058 contact_form.php:3102
420
  msgid "Email"
421
  msgstr "e-mail"
422
 
423
  # @ contact_form
424
+ #: contact_form.php:1168
425
  msgid "User email"
426
  msgstr "Bruger E-mail"
427
 
428
  # @ contact_form
429
+ #: contact_form.php:1170
430
  msgid ""
431
  "The email address of the user who fills the form will be used in the field "
432
  "'From'."
434
  "E-mail-adressen på den bruger, der udfylder formularen skal bruges i feltet "
435
  "'Fra'."
436
 
437
+ #: contact_form.php:1179
438
  msgid ""
439
  "If this option is changed, email messages may be moved to the spam folder or "
440
  "email delivery failures may occur."
443
  "mappen eller email levering fejl kan opstå."
444
 
445
  # @ contact_form
446
+ #: contact_form.php:1188
447
  msgid "Required symbol"
448
  msgstr "Kræves symbol"
449
 
450
  # @ contact_form
451
+ #: contact_form.php:1198
452
  msgid "Fields"
453
  msgstr "Felter"
454
 
455
  # @ contact_form
456
+ #: contact_form.php:1199 contact_form.php:1226 contact_form.php:1253
457
+ #: contact_form.php:1273 contact_form.php:1312 contact_form.php:1394
458
  msgid "Used"
459
  msgstr "Brugt"
460
 
461
  # @ contact_form
462
+ #: contact_form.php:1200 contact_form.php:1215 contact_form.php:1230
463
+ #: contact_form.php:1257 contact_form.php:1277 contact_form.php:1290
464
+ #: contact_form.php:1316 contact_form.php:1329 contact_form.php:1353
465
  msgid "Required"
466
  msgstr "Kræves"
467
 
468
  # @ contact_form
469
+ #: contact_form.php:1202 contact_form.php:1235 contact_form.php:1295
470
+ #: contact_form.php:1334 contact_form.php:1358
471
  msgid "Visible"
472
  msgstr "Synlig"
473
 
474
  # @ contact_form
475
+ #: contact_form.php:1203 contact_form.php:1239 contact_form.php:1299
476
+ #: contact_form.php:1338 contact_form.php:1362
477
  msgid "Disabled for editing"
478
  msgstr "Handicappede til redigering"
479
 
480
  # @ contact_form
481
+ #: contact_form.php:1204 contact_form.php:1263 contact_form.php:1342
482
+ #: contact_form.php:1366
483
  msgid "Field's default value"
484
  msgstr "Feltets standardværdi"
485
 
486
  # @ contact_form
487
+ #: contact_form.php:1211
488
  msgid "Department selectbox"
489
  msgstr "Afdeling selectbox"
490
 
491
+ #: contact_form.php:1243
492
  msgid "Use User's name as a default value if the user is logged in."
493
  msgstr "Brug brugerens navn som standardværdi, hvis brugeren er logget på."
494
 
495
+ #: contact_form.php:1244 contact_form.php:1304
496
  msgid ""
497
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
498
  "in users."
501
  "journaliseret-i brugernes."
502
 
503
  # @ contact_form
504
+ #: contact_form.php:1250
505
  msgid "Location selectbox"
506
  msgstr "Beliggenhed selectbox"
507
 
508
+ #: contact_form.php:1303
509
  msgid "Use User's email as a default value if the user is logged in."
510
  msgstr ""
511
  "Brug brugerens e-mail som en standardværdi, hvis brugeren er logget på."
512
 
513
  # @ contact_form
514
+ #: contact_form.php:1387
515
  msgid "Attachment block"
516
  msgstr "Vedhæftet fil blok"
517
 
518
  # @ contact_form
519
+ #: contact_form.php:1389
520
  msgid "Users can attach the following file formats"
521
  msgstr "Brugerne kan vedhæfte følgende filformater"
522
 
523
  # @ contact_form
524
+ #: contact_form.php:1407
525
  msgid "Add to the form"
526
  msgstr "Føje til formularen"
527
 
528
  # @ contact_form
529
+ #: contact_form.php:1412
530
  msgid "Tips below the Attachment"
531
  msgstr "Tips nedenfor den vedhæftede fil"
532
 
533
  # @ contact_form
534
+ #: contact_form.php:1419
535
  msgid "'Send me a copy' block"
536
  msgstr "'Sende mig en afskrift' blok"
537
 
538
+ #: contact_form.php:1447
539
  msgid "Activate for network"
540
  msgstr ""
541
 
542
  # @ contact_form
543
+ #: contact_form.php:1537
544
  msgid "Agreement checkbox"
545
  msgstr "Aftalen afkrydsningsfeltet"
546
 
547
  # @ contact_form
548
+ #: contact_form.php:1537
549
  msgid "Required checkbox for submitting the form"
550
  msgstr "Kræves afkrydsningsfeltet til at sende formularen"
551
 
552
  # @ contact_form
553
+ #: contact_form.php:1538
554
  msgid "Optional checkbox"
555
  msgstr "Valgfri afkrydsningsfeltet"
556
 
557
  # @ contact_form
558
+ #: contact_form.php:1538
559
  msgid "Optional checkbox, the results of which will be displayed in email"
560
  msgstr "Valgfri afkrydsningsfeltet, hvis resultater vil blive vist i e-mail"
561
 
562
  # @ contact_form
563
+ #: contact_form.php:1556
564
  msgid "Delete an attachment file from the server after the email is sent"
565
  msgstr "Slette en vedhæftet fil fra serveren, efter at e-mailen sendes"
566
 
567
  # @ contact_form
568
+ #: contact_form.php:1562
569
  msgid "Email in HTML format sending"
570
  msgstr "E-mail i HTML-format at sende"
571
 
572
  # @ contact_form
573
+ #: contact_form.php:1566
574
  msgid "Display additional info in the email"
575
  msgstr "Få vist yderligere info i e-mailen"
576
 
577
  # @ contact_form
578
+ #: contact_form.php:1572
579
  #, fuzzy
580
  msgid "Sent from (IP address)"
581
  msgstr "Sendt fra (ip adresse)"
582
 
583
+ #: contact_form.php:1572
584
+ msgid "Example: Sent from (IP address): 127.0.0.1"
585
+ msgstr ""
 
586
 
587
  # @ contact_form
588
+ #: contact_form.php:1573 contact_form.php:3007 contact_form.php:3009
589
  msgid "Date/Time"
590
  msgstr "Dato / Tid"
591
 
592
+ #: contact_form.php:1573
593
+ msgid "Example: Date/Time: August 19, 2013 8:50 pm"
594
+ msgstr ""
 
595
 
596
  # @ contact_form
597
+ #: contact_form.php:1574 contact_form.php:3013 contact_form.php:3015
598
  msgid "Sent from (referer)"
599
  msgstr "Sendt fra (referer)"
600
 
601
+ #: contact_form.php:1574
 
 
602
  msgid ""
603
+ "Example: Sent from (referer): https://bestwebsoft.com/contacts/contact-us/"
604
  msgstr ""
 
605
 
606
  # @ contact_form
607
+ #: contact_form.php:1575 contact_form.php:3019 contact_form.php:3021
608
  msgid "Using (user agent)"
609
  msgstr "Ved hjælp af (brugeragent)"
610
 
611
+ #: contact_form.php:1575
 
612
  msgid ""
613
+ "Example: Using (user agent): Mozilla/5.0 (Windows NT 6.2; WOW64) "
614
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
615
  msgstr ""
 
 
616
 
617
  # @ contact_form
618
+ #: contact_form.php:1580
619
  msgid "Language settings for the field names in the form"
620
  msgstr "Sprogindstillingerne for feltnavnene i form"
621
 
622
  # @ contact_form
623
+ #: contact_form.php:1589
624
  msgid "Add a language"
625
  msgstr "Tilføje et sprog"
626
 
627
  # @ contact_form
628
+ #: contact_form.php:1593
629
  msgid "Change the names of the contact form fields and error messages"
630
  msgstr "Ændre navne på kontaktpersoner formularfelter og fejlmeddelelser"
631
 
632
  # @ contact_form
633
+ #: contact_form.php:1598 contact_form.php:1694 contact_form.php:1826
634
+ #: contact_form.php:1966 contact_form.php:1971 contact_form.php:1981
635
+ #: contact_form.php:1986 contact_form.php:1991 contact_form.php:1996
636
+ #: contact_form.php:2006 contact_form.php:2011 contact_form.php:2020
637
+ #: contact_form.php:2034 contact_form.php:2039 contact_form.php:2044
638
  msgid "Default"
639
  msgstr "Standard"
640
 
641
  # @ contact_form
642
+ #: contact_form.php:1611 contact_form.php:1649
643
  msgid "click to expand/hide the list"
644
  msgstr "Klik for at udvide/skjule listen"
645
 
646
  # @ contact_form
647
+ #: contact_form.php:1620 contact_form.php:1658
648
  msgid "Tips below the Attachment block"
649
  msgstr "Tips nedenfor den vedhæftede fil blokere"
650
 
651
  # @ contact_form
652
+ #: contact_form.php:1623 contact_form.php:1661
653
  msgid "Error message for the Name field"
654
  msgstr "Fejlmeddelelse for feltet navn"
655
 
656
  # @ contact_form
657
+ #: contact_form.php:1624 contact_form.php:1662
658
  msgid "Error message for the Address field"
659
  msgstr "Fejlmeddelelse for feltet adresse"
660
 
661
  # @ contact_form
662
+ #: contact_form.php:1625 contact_form.php:1663
663
  msgid "Error message for the Email field"
664
  msgstr "Fejlmeddelelse for feltet E-mail"
665
 
666
  # @ contact_form
667
+ #: contact_form.php:1626 contact_form.php:1664
668
  msgid "Error message for the Phone field"
669
  msgstr "Fejlmeddelelse for feltet telefon"
670
 
671
  # @ contact_form
672
+ #: contact_form.php:1627 contact_form.php:1665
673
  msgid "Error message for the Subject field"
674
  msgstr "Fejlmeddelelse for feltet emne"
675
 
676
  # @ contact_form
677
+ #: contact_form.php:1628 contact_form.php:1666
678
  msgid "Error message for the Message field"
679
  msgstr "Fejl besked i feltet besked"
680
 
681
  # @ contact_form
682
+ #: contact_form.php:1629 contact_form.php:1667
683
  msgid "Error message about the file type for the Attachment field"
684
  msgstr "Fejlmeddelelse om filtypen til feltet vedhæftet fil"
685
 
686
  # @ contact_form
687
+ #: contact_form.php:1630 contact_form.php:1668
688
  msgid ""
689
  "Error message while uploading a file for the Attachment field to the server"
690
  msgstr "Fejlmeddelelse ved upload en fil til feltet vedhæftet fil til serveren"
691
 
692
  # @ contact_form
693
+ #: contact_form.php:1631 contact_form.php:1669
694
  msgid "Error message while moving the file for the Attachment field"
695
  msgstr "Fejlmeddelelse mens du flytter filen for feltet vedhæftet fil"
696
 
697
  # @ contact_form
698
+ #: contact_form.php:1632 contact_form.php:1670
699
  msgid "Error message when file size limit for the Attachment field is exceeded"
700
  msgstr ""
701
  "Fejlmeddelelse, når filstørrelse for feltet vedhæftet fil er overskredet"
702
 
703
  # @ contact_form
704
+ #: contact_form.php:1633 contact_form.php:1671
705
  msgid "Error message for the Captcha field"
706
  msgstr "Fejlmeddelelse for Captcha feltet"
707
 
708
  # @ contact_form
709
+ #: contact_form.php:1634 contact_form.php:1672
710
  msgid "Error message for the whole form"
711
  msgstr "Fejlmeddelelse for hele formularen"
712
 
713
  # @ contact_form
714
+ #: contact_form.php:1637 contact_form.php:1639 contact_form.php:1675
715
+ #: contact_form.php:1677 contact_form.php:1709 contact_form.php:1711
716
+ #: contact_form.php:1723 contact_form.php:1725 contact_form.php:3441
717
+ #: contact_form.php:3443
718
  msgid "Use shortcode"
719
  msgstr "Brug kortkode"
720
 
721
  # @ contact_form
722
+ #: contact_form.php:1637 contact_form.php:1639 contact_form.php:1675
723
+ #: contact_form.php:1677 contact_form.php:1709 contact_form.php:1711
724
+ #: contact_form.php:1723 contact_form.php:1725 contact_form.php:3441
725
+ #: contact_form.php:3443
726
  msgid "for this language"
727
  msgstr "for dette sprog"
728
 
729
  # @ contact_form
730
+ #: contact_form.php:1685
731
  msgid "Use the changed names of the contact form fields in the email"
732
  msgstr "Bruge ændret navnene på felterne kontaktformularen i e-mailen"
733
 
734
  # @ contact_form
735
+ #: contact_form.php:1691
736
  msgid "Action after email is sent"
737
  msgstr "Handling efter at e-mail er sendt"
738
 
739
  # @ contact_form
740
+ #: contact_form.php:1693
741
  msgid "Display text"
742
  msgstr "Vis tekst"
743
 
744
  # @ contact_form
745
+ #: contact_form.php:1707 contact_form.php:1721
746
  msgid "Text"
747
  msgstr "Tekst"
748
 
749
  # @ contact_form
750
+ #: contact_form.php:1732
751
  msgid "Redirect to the page"
752
  msgstr "Viderstil til side"
753
 
754
  # @ contact_form
755
+ #: contact_form.php:1733
756
  msgid "Url"
757
  msgstr "Url"
758
 
759
+ #: contact_form.php:1744
760
  msgid "Add field 'Reply-To' to the email header"
761
  msgstr "Tilføj feltet 'Svar til' til e-mail-header"
762
 
763
+ #: contact_form.php:1746
764
  msgid "Field 'Reply-To' will be initialized by user email"
765
  msgstr "Feltet 'Svar til' vil være initialiseret af brugeren e-mail"
766
 
767
  # @ contact_form_pro
768
+ #: contact_form.php:1750
769
  msgid "Auto Response"
770
  msgstr "Autosvar"
771
 
772
  # @ contact_form
773
+ #: contact_form.php:1754
774
  #, php-format
775
  msgid ""
776
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
781
  "til at vise data fra feltet besked samt %%sITENAME %% for at vise blog navn."
782
 
783
  # @ default
784
+ #: contact_form.php:1776 contact_form.php:2302
785
  msgid "Save Changes"
786
  msgstr "Gem ændringer"
787
 
788
+ #: contact_form.php:1789
789
  #, php-format
790
  msgid ""
791
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
792
  msgstr ""
793
  "Venligst JavaScript at ændre '%s', '%s' indstillinger og felter sortering."
794
 
795
+ #: contact_form.php:1789 contact_form.php:1798
796
  msgid "Form layout"
797
  msgstr "Formular Layout"
798
 
799
  # @ contact_form
800
+ #: contact_form.php:1789 contact_form.php:1810
801
  msgid "Submit position"
802
  msgstr "Indsende position"
803
 
804
+ #: contact_form.php:1802
805
  msgid "One column"
806
  msgstr "En kolonne"
807
 
808
+ #: contact_form.php:1805
809
  msgid "Two columns"
810
  msgstr "To kolonner"
811
 
812
+ #: contact_form.php:1814 contact_form.php:1854 contact_form.php:1872
813
+ #: contact_form.php:1887
814
  msgid "Left"
815
  msgstr "Venstre"
816
 
817
+ #: contact_form.php:1817 contact_form.php:1860 contact_form.php:1875
818
+ #: contact_form.php:1893
819
  msgid "Right"
820
  msgstr "Højre"
821
 
822
+ #: contact_form.php:1822
823
  msgid "Width"
824
  msgstr ""
825
 
826
+ #: contact_form.php:1830
827
  msgid "Custom"
828
  msgstr ""
829
 
830
+ #: contact_form.php:1837
831
  msgid "px"
832
  msgstr ""
833
 
834
+ #: contact_form.php:1850
835
  msgid "Form align"
836
  msgstr ""
837
 
838
+ #: contact_form.php:1857 contact_form.php:1890
839
  msgid "Center"
840
  msgstr ""
841
 
842
  # @ contact_form
843
+ #: contact_form.php:1865
844
  #, fuzzy
845
  msgid "Labels position"
846
  msgstr "Indsende position"
847
 
848
+ #: contact_form.php:1869
849
  msgid "Top"
850
  msgstr ""
851
 
852
+ #: contact_form.php:1878
853
  msgid "Bottom"
854
  msgstr ""
855
 
856
+ #: contact_form.php:1883
857
  msgid "Labels align"
858
  msgstr ""
859
 
860
  # @ contact_form
861
+ #: contact_form.php:1898
862
  msgid "Errors output"
863
  msgstr "Fejl output"
864
 
865
  # @ contact_form
866
+ #: contact_form.php:1901
867
  msgid "Display error messages"
868
  msgstr "Vise fejlmeddelelser"
869
 
870
  # @ contact_form
871
+ #: contact_form.php:1902
872
  msgid "Color of the input field errors."
873
  msgstr "Farven på input felt fejlene."
874
 
875
  # @ contact_form
876
+ #: contact_form.php:1903
877
  msgid "Display error messages & color of the input field errors"
878
  msgstr "Vise fejlmeddelelser & farven på input felt fejlene"
879
 
880
  # @ contact_form
881
+ #: contact_form.php:1908
882
  msgid "Add placeholder to the input blocks"
883
  msgstr "Tilføje pladsholder til input blokke"
884
 
885
  # @ contact_form
886
+ #: contact_form.php:1914
887
  msgid "Add tooltips"
888
  msgstr "Føje værktøjstip"
889
 
890
  # @ contact_form
891
+ #: contact_form.php:1928
892
  msgid "Email address"
893
  msgstr "E-mail-adresse:"
894
 
895
  # @ contact_form
896
+ #: contact_form.php:1933 contact_form.php:3074 contact_form.php:3115
897
  msgid "Phone Number"
898
  msgstr "Telefon:"
899
 
900
  # @ contact_form
901
+ #: contact_form.php:1959
902
  msgid "Style options"
903
  msgstr "Indstilling af fremtoning"
904
 
905
  # @ contact_form
906
+ #: contact_form.php:1963
907
  msgid "Text color"
908
  msgstr "Tekstfarve"
909
 
910
  # @ contact_form
911
+ #: contact_form.php:1968
912
  msgid "Label text color"
913
  msgstr "Etiket tekstfarve"
914
 
915
  # @ contact_form
916
+ #: contact_form.php:1973
917
  msgid "Placeholder color"
918
  msgstr "Pladsholder farve"
919
 
920
  # @ contact_form
921
+ #: contact_form.php:1978
922
  msgid "Errors color"
923
  msgstr "Fejl farve"
924
 
925
  # @ contact_form
926
+ #: contact_form.php:1983
927
  msgid "Error text color"
928
  msgstr "Fejl tekstfarve"
929
 
930
  # @ contact_form
931
+ #: contact_form.php:1988
932
  msgid "Background color of the input field errors"
933
  msgstr "Baggrundsfarven af input felt fejl"
934
 
935
  # @ contact_form
936
+ #: contact_form.php:1993
937
  msgid "Border color of the input field errors"
938
  msgstr "Kantfarven på inputfelt fejl"
939
 
940
  # @ contact_form
941
+ #: contact_form.php:1998
942
  msgid "Placeholder color of the input field errors"
943
  msgstr "Pladsholder farven på input felt fejlene"
944
 
945
  # @ contact_form
946
+ #: contact_form.php:2003
947
  msgid "Input fields"
948
  msgstr "Felter"
949
 
950
  # @ contact_form
951
+ #: contact_form.php:2008
952
  msgid "Input fields background color"
953
  msgstr "Inputfelter baggrundsfarve"
954
 
955
  # @ contact_form
956
+ #: contact_form.php:2013
957
  msgid "Text fields color"
958
  msgstr "Tekst felter farve"
959
 
960
  # @ contact_form
961
+ #: contact_form.php:2017
962
  msgid "Border width in px, numbers only"
963
  msgstr "Kantbredde i px, kun tal"
964
 
965
  # @ contact_form
966
+ #: contact_form.php:2022 contact_form.php:2046
967
  msgid "Border color"
968
  msgstr "Ramme farve"
969
 
970
  # @ contact_form
971
+ #: contact_form.php:2027
972
  msgid "Submit button"
973
  msgstr "Send knap"
974
 
975
  # @ contact_form
976
+ #: contact_form.php:2031
977
  msgid "Width in px, numbers only"
978
  msgstr "Bredde i px, kun tal"
979
 
980
  # @ contact_form
981
+ #: contact_form.php:2036
982
  msgid "Button color"
983
  msgstr "Knap farve"
984
 
985
  # @ contact_form
986
+ #: contact_form.php:2041
987
  msgid "Button text color"
988
  msgstr "Knap tekstfarve"
989
 
990
  # @ contact_form
991
+ #: contact_form.php:2070
992
  msgid "Contact Form | Preview"
993
  msgstr "Kontakt Form | Preview"
994
 
995
+ #: contact_form.php:2071
996
  msgid "Drag the necessary field to sort fields."
997
  msgstr "Træk feltet nødvendigt hvis du vil sortere felterne."
998
 
999
  # @ contact_form
1000
+ #: contact_form.php:2291
1001
  #, fuzzy
1002
  msgid ""
1003
  "If you would like to add the Contact Form to your website, just copy and "
1007
  "indsætte denne ufuldkommenhed til din post eller side eller widget:"
1008
 
1009
  # @ contact_form
1010
+ #: contact_form.php:2412
1011
  msgid "Sorry, email message could not be delivered."
1012
  msgstr "Beklager, e-mailen ikke kunne leveres."
1013
 
1014
  # @ contact_form
1015
+ #: contact_form.php:3001 contact_form.php:3003
1016
  msgid "Sent from (ip address)"
1017
  msgstr "Sendt fra (ip adresse)"
1018
 
1019
  # @ contact_form
1020
+ #: contact_form.php:3031
1021
  msgid "Contact from"
1022
  msgstr "Kontakt fra formen"
1023
 
1024
  # @ contact_form
1025
+ #: contact_form.php:3036 contact_form.php:3085
1026
  msgid "Site"
1027
  msgstr "Hjemmeside"
1028
 
1029
  # @ contact_form
1030
+ #: contact_form.php:3197
1031
  msgid ""
1032
  "If you can see this MIME, it means that the MIME type is not supported by "
1033
  "your email client!"
1036
  "din e-mail-klient!"
1037
 
1038
  # @ contact_form
1039
+ #: contact_form.php:3269
1040
  msgid "FAQ"
1041
  msgstr "FAQ"
1042
 
1043
  # @ contact_form
1044
+ #: contact_form.php:3270
1045
  msgid "Support"
1046
  msgstr "Support"
1047
 
1048
  # @ contact_form
1049
+ #: contact_form.php:3319
1050
  msgid "Are you sure that you want to delete this language data?"
1051
  msgstr "Er du sikker på at du vil slette dette sprogdata?"
1052
 
1053
  # @ contact_form
1054
+ #: contact_form.php:3342
1055
  msgid "Add multiple forms"
1056
  msgstr "Tilføje flere formularer"
1057
 
1058
+ #: contact_form.php:3342
1059
  msgid ""
1060
  "Install Contact Form Multi plugin to create unlimited number of contact "
1061
  "forms."
1064
  "formularer."
1065
 
1066
  # @ contact_form
1067
+ #: contact_form.php:3347
1068
  msgid "Learn more"
1069
  msgstr "Få mere at vide"
1070
 
1071
+ #: contact_form.php:3405
1072
+ msgid "Error"
1073
+ msgstr ""
1074
+
1075
+ #: contact_form.php:3405 contact_form.php:3407
1076
+ msgid "Illegal language code"
1077
+ msgstr ""
1078
+
1079
+ #: contact_form.php:3590
1080
  msgid "Close notice"
1081
  msgstr ""
1082
 
1083
  # @ contact_form
1084
+ #: contact_form.php:3595
1085
  msgid "allows to store your messages to the database."
1086
  msgstr "giver mulighed for at gemme dine meddelelser til databasen."
1087
 
1088
  # @ contact_form
1089
+ #: contact_form.php:3596
1090
  msgid "Manage messages that have been sent from your website."
1091
  msgstr "Administrere meddelelser, der er blevet sendt fra dit websted."
1092
 
1093
  # @ contact_form
1094
+ #: contact_form.php:3599
1095
  msgid "Learn More"
1096
  msgstr "Læs mere"
1097
 
1098
  # @ contact_form
1099
+ #: contact_form.php:3659
1100
  msgid "Contact form"
1101
  msgstr "Kontaktformular"
1102
 
1103
  # @ contact_form
1104
+ #: contact_form.php:3672 contact_form.php:3682
1105
  msgid "Language"
1106
  msgstr "Sprog"
1107
 
1108
+ # @ contact_form
1109
+ #~ msgid "Example: Sent from (IP address):\t127.0.0.1"
1110
+ #~ msgstr "Eksempel: Sendt fra (IP adresse): 127.0.0.1"
1111
+
1112
+ # @ contact_form
1113
+ #~ msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
1114
+ #~ msgstr "Eksempel: Dato/tid: 19 August 2013 8:50 pm"
1115
+
1116
+ # @ contact_form
1117
+ #, fuzzy
1118
+ #~ msgid ""
1119
+ #~ "Example: Sent from (referer):\thttps://bestwebsoft.com/contacts/contact-"
1120
+ #~ "us/"
1121
+ #~ msgstr ""
1122
+ #~ "Eksempel: Sendt fra (referer): http://bestwebsoft.com/contacts/contact-us/"
1123
+
1124
+ # @ contact_form
1125
+ #~ msgid ""
1126
+ #~ "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
1127
+ #~ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
1128
+ #~ msgstr ""
1129
+ #~ "Eksempel: Bruger (brugeragent): Mozilla/5.0 (Windows NT 6.2; WOW64) "
1130
+ #~ "AppleWebKit/537.36 (KHTML, lige Gecko) Chrome/28.0.1500.95 Safari/537.36"
1131
+
1132
  # @ contact_form
1133
  #~ msgid "Unlock premium options by upgrading to Pro version"
1134
  #~ msgstr "Låse premium muligheder ved at opgradere til Pro versionen"
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: 2017-05-23 15:15+0300\n"
6
- "PO-Revision-Date: 2017-05-24 12:23+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"
@@ -13,11 +13,11 @@ msgstr ""
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
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:37 contact_form.php:1064
21
  msgid "Contact Form Settings"
22
  msgstr "Kontakt-Form Einstellungen"
23
 
@@ -25,46 +25,46 @@ msgstr "Kontakt-Form Einstellungen"
25
  msgid "Contact Form"
26
  msgstr "Kontakt-Form"
27
 
28
- #: contact_form.php:280 contact_form.php:1244 contact_form.php:1334
29
- #: contact_form.php:1725 contact_form.php:1763 contact_form.php:2029
30
- #: contact_form.php:3181 contact_form.php:3227
31
  msgid "Name"
32
  msgstr "Name"
33
 
34
- #: contact_form.php:281 contact_form.php:1381 contact_form.php:1726
35
- #: contact_form.php:1764 contact_form.php:2034 contact_form.php:3188
36
- #: contact_form.php:3233
37
  msgid "Address"
38
  msgstr "Adresse: "
39
 
40
- #: contact_form.php:282 contact_form.php:1397 contact_form.php:1727
41
- #: contact_form.php:1765
42
  msgid "Email Address"
43
  msgstr "E-Mail Adresse:"
44
 
45
- #: contact_form.php:283 contact_form.php:1420 contact_form.php:1728
46
- #: contact_form.php:1766
47
  msgid "Phone number"
48
  msgstr "Telefonnummer:"
49
 
50
- #: contact_form.php:284 contact_form.php:1436 contact_form.php:1729
51
- #: contact_form.php:1767 contact_form.php:2049 contact_form.php:3199
52
- #: contact_form.php:3242
53
  msgid "Subject"
54
  msgstr "Betreff"
55
 
56
- #: contact_form.php:285 contact_form.php:1460 contact_form.php:1730
57
- #: contact_form.php:1768 contact_form.php:2053 contact_form.php:3204
58
- #: contact_form.php:3246
59
  msgid "Message"
60
  msgstr "Inhalt"
61
 
62
- #: contact_form.php:286 contact_form.php:1731 contact_form.php:1769
63
- #: contact_form.php:2058
64
  msgid "Attachment"
65
  msgstr "Anhang:"
66
 
67
- #: contact_form.php:287
68
  msgid ""
69
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
70
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
@@ -72,77 +72,77 @@ msgstr ""
72
  "Unterstützte Dateitypen: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
73
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
74
 
75
- #: contact_form.php:288 contact_form.php:1733 contact_form.php:1771
76
  msgid "Send me a copy"
77
  msgstr "Kopie an mich senden"
78
 
79
- #: contact_form.php:289 contact_form.php:1734 contact_form.php:1772
80
  msgid "Submit"
81
  msgstr "Senden"
82
 
83
- #: contact_form.php:290
84
  msgid "Your name is required."
85
  msgstr "Dein Name wird benötigt."
86
 
87
- #: contact_form.php:291
88
  msgid "Address is required."
89
  msgstr "Adresse wird benötigt"
90
 
91
- #: contact_form.php:292
92
  msgid "A valid email address is required."
93
  msgstr "Eine gültige E-Mail Adresse wird benötigt."
94
 
95
- #: contact_form.php:293
96
  msgid "Phone number is required."
97
  msgstr "Deine Telefonnummer wird benötigt."
98
 
99
- #: contact_form.php:294
100
  msgid "Subject is required."
101
  msgstr "Ein Betreff wird benötigt."
102
 
103
- #: contact_form.php:295
104
  msgid "Message text is required."
105
  msgstr "Ein Inhalt wird benötigt."
106
 
107
- #: contact_form.php:296
108
  msgid "File format is not valid."
109
  msgstr "Datei Format ist nicht erlaubt."
110
 
111
- #: contact_form.php:297
112
  msgid "File upload error."
113
  msgstr "Datei-Übertragungsfehler"
114
 
115
- #: contact_form.php:298
116
  msgid "The file could not be uploaded."
117
  msgstr "Die Datei konnte nicht hochgeladen werden."
118
 
119
- #: contact_form.php:299
120
  msgid "This file is too large."
121
  msgstr "Diese Datei ist zu groß."
122
 
123
- #: contact_form.php:300
124
  msgid "Please fill out the CAPTCHA."
125
  msgstr "Bitte CAPTCHA ausfüllen."
126
 
127
- #: contact_form.php:301
128
  msgid "Please make corrections below and try again."
129
  msgstr "Bitte korrigiere die Fehler unten und versuche es erneut."
130
 
131
- #: contact_form.php:303
132
  msgid "Thank you for contacting us."
133
  msgstr "Danke für Ihre Nachricht."
134
 
135
- #: contact_form.php:759 contact_form.php:1021
136
  msgid "Settings saved."
137
  msgstr "Einstellungen gespeichert."
138
 
139
- #: contact_form.php:966
140
  msgid ""
141
  "Email 'FROM' field option was changed, which may cause email messages being "
142
  "moved to the spam folder or email delivery failures."
143
  msgstr ""
144
 
145
- #: contact_form.php:976
146
  msgid ""
147
  "If the 'Redirect to page' option is selected then the URL field should be in "
148
  "the following format"
@@ -150,12 +150,12 @@ msgstr ""
150
  "Wenn die 'Redirect to page/Umleiten zur Seite' Option verwendet wird, dann "
151
  "sollte das Feld URL in folgendem Format sein"
152
 
153
- #: contact_form.php:983
154
  #, fuzzy
155
  msgid "Such user does not exist."
156
  msgstr "Dieser User exestiert nicht. Einstellungen werden nicht gespeichert."
157
 
158
- #: contact_form.php:993
159
  #, fuzzy
160
  msgid ""
161
  "Please enter a valid email address in the 'Use this email address' field."
@@ -163,63 +163,63 @@ msgstr ""
163
  "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. "
164
  "Einstellungen werden nicht gespeichert."
165
 
166
- #: contact_form.php:1001
167
  #, fuzzy
168
  msgid "Please enter a valid email address in the 'FROM' field."
169
  msgstr ""
170
  "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. "
171
  "Einstellungen werden nicht gespeichert."
172
 
173
- #: contact_form.php:1023
174
  #, fuzzy
175
  msgid "Settings are not saved."
176
  msgstr "Einstellungen gespeichert."
177
 
178
- #: contact_form.php:1061
179
  msgid "All plugin settings were restored."
180
  msgstr ""
181
 
182
- #: contact_form.php:1067
183
  msgid "How to Use Step-by-step Instruction"
184
  msgstr ""
185
 
186
- #: contact_form.php:1070 contact_form.php:3419 contact_form.php:3433
187
  msgid "Settings"
188
  msgstr "Einstellungen"
189
 
190
- #: contact_form.php:1071
191
  #, fuzzy
192
  msgid "Additional settings"
193
  msgstr "Weitere Optionen"
194
 
195
- #: contact_form.php:1072
196
  msgid "Appearance"
197
  msgstr ""
198
 
199
- #: contact_form.php:1073
200
  msgid "Custom code"
201
  msgstr ""
202
 
203
- #: contact_form.php:1074
204
  msgid "Go PRO"
205
  msgstr "Go PRO"
206
 
207
- #: contact_form.php:1085
208
  #, fuzzy
209
  msgid "Notice"
210
  msgstr "Notiz:"
211
 
212
- #: contact_form.php:1089
213
  msgid "NEW_FORM"
214
  msgstr ""
215
 
216
- #: contact_form.php:1090
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:1099
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 +228,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:1105
232
  #, php-format
233
  msgid ""
234
  "You can add the Contact Form to your page or post by clicking on %s button "
@@ -237,7 +237,7 @@ msgid ""
237
  "language."
238
  msgstr ""
239
 
240
- #: contact_form.php:1114
241
  msgid ""
242
  "If you leave the fields empty, the messages will be sent to the email "
243
  "address specified during registration."
@@ -245,17 +245,17 @@ 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:1117
249
  #, fuzzy
250
  msgid "The user's email address"
251
  msgstr "Benutzer E-Mail Adresse"
252
 
253
- #: contact_form.php:1121
254
  #, fuzzy
255
  msgid "Select a username"
256
  msgstr "Benutzername erstellen"
257
 
258
- #: contact_form.php:1134
259
  #, fuzzy
260
  msgid ""
261
  "Select a username of the person who should get the messages from the contact "
@@ -264,114 +264,114 @@ msgstr ""
264
  "Geben sie den Benutzernamen des Users an, der die Nachrichten der Kontakt-"
265
  "Form erhalten soll."
266
 
267
- #: contact_form.php:1138
268
  #, fuzzy
269
  msgid "Use this email address"
270
  msgstr "Nutzen sie diese E-Mail Adresse"
271
 
272
- #: contact_form.php:1142
273
  #, fuzzy
274
  msgid "Enter the email address for receiving messages"
275
  msgstr ""
276
  "Geben sie die E-Mail Adresse ein, an welche die Nachricht weitergeleitet "
277
  "werden soll."
278
 
279
- #: contact_form.php:1149 contact_form.php:1645 contact_form.php:1852
280
- #: contact_form.php:1957 contact_form.php:3514
281
  msgid "Close"
282
  msgstr ""
283
 
284
- #: contact_form.php:1153
285
  #, fuzzy
286
  msgid "Add department selectbox to the contact form"
287
  msgstr "Füge Abteilungs- Auswahlbox zu der Kontakt-Form:"
288
 
289
- #: contact_form.php:1161 contact_form.php:1654 contact_form.php:1871
290
- #: contact_form.php:2163
291
  msgid "If you upgrade to Pro version all your settings will be saved."
292
  msgstr "Wenn sie auf Pro upgraden werden alle ihre Einstellungen gespeichert"
293
 
294
- #: contact_form.php:1168 contact_form.php:1490 contact_form.php:1659
295
- #: contact_form.php:1878 contact_form.php:2170
296
  msgid "Upgrade to Pro"
297
  msgstr ""
298
 
299
- #: contact_form.php:1176
300
  msgid "Save emails to the database"
301
  msgstr "Speicher E-Mails in die Datenbank"
302
 
303
- #: contact_form.php:1188 contact_form.php:1202 contact_form.php:1209
304
  msgid "Using"
305
  msgstr "Verwendet"
306
 
307
- #: contact_form.php:1194 contact_form.php:1546 contact_form.php:1588
308
- #: contact_form.php:1623
309
  msgid "Please activate the appropriate option on"
310
  msgstr ""
311
 
312
- #: contact_form.php:1197 contact_form.php:1549 contact_form.php:1591
313
- #: contact_form.php:1626
314
  #, fuzzy
315
  msgid "settings page"
316
  msgstr "Die Einstellungs-Seite"
317
 
318
- #: contact_form.php:1203 contact_form.php:1556 contact_form.php:1599
319
- #: contact_form.php:1633
320
  #, fuzzy
321
  msgid "Activate"
322
  msgstr "Aktiviere captcha"
323
 
324
- #: contact_form.php:1210 contact_form.php:1565 contact_form.php:1605
325
- #: contact_form.php:1638
326
  msgid "Download"
327
  msgstr "Download"
328
 
329
- #: contact_form.php:1222
330
  msgid "Sending method"
331
  msgstr ""
332
 
333
- #: contact_form.php:1227
334
  msgid "Wp-mail"
335
  msgstr "Wp-mail"
336
 
337
- #: contact_form.php:1229
338
  #, fuzzy
339
  msgid "You can use the Wordpress wp_mail function for mailing"
340
  msgstr "Sie können die wp_mail Funktion für das versenden verwenden."
341
 
342
- #: contact_form.php:1232
343
  msgid "Mail"
344
  msgstr "Mail"
345
 
346
- #: contact_form.php:1234
347
  #, fuzzy
348
  msgid "You can use the PHP mail function for mailing"
349
  msgstr "Sie können die wp_mail Funktion für das versenden verwenden."
350
 
351
- #: contact_form.php:1239
352
  msgid "'FROM' field"
353
  msgstr ""
354
 
355
- #: contact_form.php:1255
356
  msgid "User name"
357
  msgstr "Benutzer Name"
358
 
359
- #: contact_form.php:1257
360
  msgid ""
361
  "The name of the user who fills the form will be used in the field 'From'."
362
  msgstr ""
363
  "Der Name des Benutzers, der das Formular ausfüllt, wird im Feld 'From/Von' "
364
  "verwendt."
365
 
366
- #: contact_form.php:1268 contact_form.php:3194 contact_form.php:3238
367
  msgid "Email"
368
  msgstr "E-Mail"
369
 
370
- #: contact_form.php:1279
371
  msgid "User email"
372
  msgstr "Benutzer E-Mail"
373
 
374
- #: contact_form.php:1281
375
  msgid ""
376
  "The email address of the user who fills the form will be used in the field "
377
  "'From'."
@@ -379,295 +379,290 @@ msgstr ""
379
  "Die E-Mail Adresse des Benutzers, der das Formular ausfüllt, wird im Feld "
380
  "'From/Von' verwendt."
381
 
382
- #: contact_form.php:1290
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:1299
389
  msgid "Required symbol"
390
  msgstr "Benötigtes Symbol"
391
 
392
- #: contact_form.php:1309
393
  msgid "Fields"
394
  msgstr "Felder"
395
 
396
- #: contact_form.php:1310 contact_form.php:1337 contact_form.php:1364
397
- #: contact_form.php:1384 contact_form.php:1423 contact_form.php:1505
398
  msgid "Used"
399
  msgstr "Benutzt"
400
 
401
- #: contact_form.php:1311 contact_form.php:1326 contact_form.php:1341
402
- #: contact_form.php:1368 contact_form.php:1388 contact_form.php:1401
403
- #: contact_form.php:1427 contact_form.php:1440 contact_form.php:1464
404
  msgid "Required"
405
  msgstr "Benötigt"
406
 
407
- #: contact_form.php:1313 contact_form.php:1346 contact_form.php:1406
408
- #: contact_form.php:1445 contact_form.php:1469
409
  msgid "Visible"
410
  msgstr "Sichtbar"
411
 
412
- #: contact_form.php:1314 contact_form.php:1350 contact_form.php:1410
413
- #: contact_form.php:1449 contact_form.php:1473
414
  msgid "Disabled for editing"
415
  msgstr "Bearbeitung ist ausgeschaltet"
416
 
417
- #: contact_form.php:1315 contact_form.php:1374 contact_form.php:1453
418
- #: contact_form.php:1477
419
  msgid "Field's default value"
420
  msgstr "Standard-Feld-Wert"
421
 
422
- #: contact_form.php:1322
423
  msgid "Department selectbox"
424
  msgstr ""
425
 
426
- #: contact_form.php:1354
427
  msgid "Use User's name as a default value if the user is logged in."
428
  msgstr ""
429
 
430
- #: contact_form.php:1355 contact_form.php:1415
431
  msgid ""
432
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
433
  "in users."
434
  msgstr ""
435
 
436
- #: contact_form.php:1361
437
  msgid "Location selectbox"
438
  msgstr ""
439
 
440
- #: contact_form.php:1414
441
  msgid "Use User's email as a default value if the user is logged in."
442
  msgstr ""
443
 
444
- #: contact_form.php:1498
445
  msgid "Attachment block"
446
  msgstr "Anhang-Block"
447
 
448
- #: contact_form.php:1500
449
  msgid "Users can attach the following file formats"
450
  msgstr "Benutzer können die folgenden Formate anhängen:"
451
 
452
- #: contact_form.php:1518
453
  msgid "Add to the form"
454
  msgstr "Füge in die Form"
455
 
456
- #: contact_form.php:1523
457
  msgid "Tips below the Attachment"
458
  msgstr "Tipps unterhalb des Anhangs"
459
 
460
- #: contact_form.php:1530
461
  msgid "'Send me a copy' block"
462
  msgstr "'Kopie an mich senden' Block"
463
 
464
- #: contact_form.php:1558
465
  #, fuzzy
466
  msgid "Activate for network"
467
  msgstr "Geactiveerde plugins"
468
 
469
- #: contact_form.php:1649
470
  msgid "Agreement checkbox"
471
  msgstr "Agreement checkbox"
472
 
473
- #: contact_form.php:1649
474
  msgid "Required checkbox for submitting the form"
475
  msgstr "Benötigte checkbox zur übermittlung des Formulars"
476
 
477
- #: contact_form.php:1650
478
  msgid "Optional checkbox"
479
  msgstr "Optionale checkbox"
480
 
481
- #: contact_form.php:1650
482
  msgid "Optional checkbox, the results of which will be displayed in email"
483
  msgstr "Optionale checkbox, das Ergebnis davon wird in der E-Mail angezeigt"
484
 
485
- #: contact_form.php:1668
486
  msgid "Delete an attachment file from the server after the email is sent"
487
  msgstr "Lösche die Anhang-Datei vom Server nachdem die E-Mail gesendet wurde"
488
 
489
- #: contact_form.php:1674
490
  msgid "Email in HTML format sending"
491
  msgstr "E-Mail im HTML Format"
492
 
493
- #: contact_form.php:1678
494
  msgid "Display additional info in the email"
495
  msgstr "Zeige weitere Informationen in der E-Mail"
496
 
497
- #: contact_form.php:1684
498
  #, fuzzy
499
  msgid "Sent from (IP address)"
500
  msgstr "Gesendet von (IP-Adresse)"
501
 
502
- #: contact_form.php:1684
503
- msgid "Example: Sent from (IP address):\t127.0.0.1"
504
- msgstr "Beispiel: Gesendet von (IP-Adresse):\t127.0.0.1"
505
 
506
- #: contact_form.php:1685 contact_form.php:3143 contact_form.php:3145
507
  msgid "Date/Time"
508
  msgstr "Datum/Zeit"
509
 
510
- #: contact_form.php:1685
511
- msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
512
- msgstr "Beispiel: Datum/Zeit:\tAugust 19, 2013 8:50 pm"
513
 
514
- #: contact_form.php:1686 contact_form.php:3149 contact_form.php:3151
515
  msgid "Sent from (referer)"
516
  msgstr "Gesendet von (referer)"
517
 
518
- #: contact_form.php:1686
519
- #, fuzzy
520
  msgid ""
521
- "Example: Sent from (referer):\thttps://bestwebsoft.com/contacts/contact-us/"
522
  msgstr ""
523
- "Beispiel: Gesendet von (referer):\thttp://bestwebsoft.com/contacts/contact-"
524
- "us/"
525
 
526
- #: contact_form.php:1687 contact_form.php:3155 contact_form.php:3157
527
  msgid "Using (user agent)"
528
  msgstr "Verwendet (user agent)"
529
 
530
- #: contact_form.php:1687
531
  msgid ""
532
- "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
533
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
534
  msgstr ""
535
- "Beispiel: Verwendet (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
536
- "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
537
 
538
- #: contact_form.php:1692
539
  msgid "Language settings for the field names in the form"
540
  msgstr "Benutzer-Einstellungen für die Feld-Namen in der Form"
541
 
542
- #: contact_form.php:1701
543
  msgid "Add a language"
544
  msgstr "Hinzufügen einer Sprache"
545
 
546
- #: contact_form.php:1705
547
  msgid "Change the names of the contact form fields and error messages"
548
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
549
 
550
- #: contact_form.php:1710 contact_form.php:1806 contact_form.php:1938
551
- #: contact_form.php:2077 contact_form.php:2082 contact_form.php:2092
552
- #: contact_form.php:2097 contact_form.php:2102 contact_form.php:2107
553
- #: contact_form.php:2117 contact_form.php:2122 contact_form.php:2131
554
- #: contact_form.php:2145 contact_form.php:2150 contact_form.php:2155
555
  msgid "Default"
556
  msgstr "Standard"
557
 
558
- #: contact_form.php:1723 contact_form.php:1761
559
  msgid "click to expand/hide the list"
560
  msgstr "Klick zum erweitern/verstecken der Liste"
561
 
562
- #: contact_form.php:1732 contact_form.php:1770
563
  msgid "Tips below the Attachment block"
564
  msgstr "Tipps unterhalb des Anhang-Blocks"
565
 
566
- #: contact_form.php:1735 contact_form.php:1773
567
  msgid "Error message for the Name field"
568
  msgstr "Fehlermeldung für das Namensfeld"
569
 
570
- #: contact_form.php:1736 contact_form.php:1774
571
  msgid "Error message for the Address field"
572
  msgstr "Fehlermeldung für das Adress-Feld"
573
 
574
- #: contact_form.php:1737 contact_form.php:1775
575
  msgid "Error message for the Email field"
576
  msgstr "Fehlermeldung für das E-Mail-Feld"
577
 
578
- #: contact_form.php:1738 contact_form.php:1776
579
  msgid "Error message for the Phone field"
580
  msgstr "Fehlermeldung für das Telefonnummer-Feld"
581
 
582
- #: contact_form.php:1739 contact_form.php:1777
583
  msgid "Error message for the Subject field"
584
  msgstr "Fehlermeldung für das Betreff-Feld"
585
 
586
- #: contact_form.php:1740 contact_form.php:1778
587
  msgid "Error message for the Message field"
588
  msgstr "Fehlermeldung für das Inhalts-Feld"
589
 
590
- #: contact_form.php:1741 contact_form.php:1779
591
  msgid "Error message about the file type for the Attachment field"
592
  msgstr "Fehlermeldung über den Datei-Typ für das Anhang-Feld"
593
 
594
- #: contact_form.php:1742 contact_form.php:1780
595
  msgid ""
596
  "Error message while uploading a file for the Attachment field to the server"
597
  msgstr ""
598
  "Fehlermeldung während des hochladens einer Datei zum Server für das Anhang-"
599
  "Feld"
600
 
601
- #: contact_form.php:1743 contact_form.php:1781
602
  msgid "Error message while moving the file for the Attachment field"
603
  msgstr "Fehlermeldung während der Verschiebung für das Anhang-Feld"
604
 
605
- #: contact_form.php:1744 contact_form.php:1782
606
  msgid "Error message when file size limit for the Attachment field is exceeded"
607
  msgstr ""
608
  "Fehlermeldung wenn das Datei-Größen-Limit für das Anhang-Feld überschritten "
609
  "wird"
610
 
611
- #: contact_form.php:1745 contact_form.php:1783
612
  msgid "Error message for the Captcha field"
613
  msgstr "Fehlermeldung für das Capatcha-Feld"
614
 
615
- #: contact_form.php:1746 contact_form.php:1784
616
  msgid "Error message for the whole form"
617
  msgstr "Fehlermeldung für das ganze Formular"
618
 
619
- #: contact_form.php:1749 contact_form.php:1751 contact_form.php:1787
620
- #: contact_form.php:1789 contact_form.php:1821 contact_form.php:1823
621
- #: contact_form.php:1835 contact_form.php:1837 contact_form.php:3602
622
- #: contact_form.php:3604
623
  msgid "Use shortcode"
624
  msgstr "Benutze shortcode"
625
 
626
- #: contact_form.php:1749 contact_form.php:1751 contact_form.php:1787
627
- #: contact_form.php:1789 contact_form.php:1821 contact_form.php:1823
628
- #: contact_form.php:1835 contact_form.php:1837 contact_form.php:3602
629
- #: contact_form.php:3604
630
  msgid "for this language"
631
  msgstr "für diese Sprache"
632
 
633
- #: contact_form.php:1797
634
  #, fuzzy
635
  msgid "Use the changed names of the contact form fields in the email"
636
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
637
 
638
- #: contact_form.php:1803
639
  msgid "Action after email is sent"
640
  msgstr "Handlung nachdem die E-Mail gesendet wurde"
641
 
642
- #: contact_form.php:1805
643
  msgid "Display text"
644
  msgstr "Zeige Text"
645
 
646
- #: contact_form.php:1819 contact_form.php:1833
647
  msgid "Text"
648
  msgstr "Text"
649
 
650
- #: contact_form.php:1844
651
  msgid "Redirect to the page"
652
  msgstr "Umleiten zur Seite"
653
 
654
- #: contact_form.php:1845
655
  msgid "Url"
656
  msgstr "Url"
657
 
658
- #: contact_form.php:1856
659
  msgid "Add field 'Reply-To' to the email header"
660
  msgstr ""
661
 
662
- #: contact_form.php:1858
663
  msgid "Field 'Reply-To' will be initialized by user email"
664
  msgstr ""
665
 
666
- #: contact_form.php:1862
667
  msgid "Auto Response"
668
  msgstr ""
669
 
670
- #: contact_form.php:1866
671
  #, php-format
672
  msgid ""
673
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -675,194 +670,194 @@ msgid ""
675
  "name."
676
  msgstr ""
677
 
678
- #: contact_form.php:1888 contact_form.php:2419
679
  msgid "Save Changes"
680
  msgstr "Speichere Änderungen"
681
 
682
- #: contact_form.php:1901
683
  #, php-format
684
  msgid ""
685
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
686
  msgstr ""
687
 
688
- #: contact_form.php:1901 contact_form.php:1910
689
  msgid "Form layout"
690
  msgstr ""
691
 
692
- #: contact_form.php:1901 contact_form.php:1922
693
  #, fuzzy
694
  msgid "Submit position"
695
  msgstr "Sende-Schaltfläche"
696
 
697
- #: contact_form.php:1914
698
  msgid "One column"
699
  msgstr ""
700
 
701
- #: contact_form.php:1917
702
  msgid "Two columns"
703
  msgstr ""
704
 
705
- #: contact_form.php:1926 contact_form.php:1965 contact_form.php:1983
706
- #: contact_form.php:1998
707
  msgid "Left"
708
  msgstr ""
709
 
710
- #: contact_form.php:1929 contact_form.php:1971 contact_form.php:1986
711
- #: contact_form.php:2004
712
  msgid "Right"
713
  msgstr ""
714
 
715
- #: contact_form.php:1934
716
  msgid "Width"
717
  msgstr ""
718
 
719
- #: contact_form.php:1941
720
  msgid "Custom"
721
  msgstr ""
722
 
723
- #: contact_form.php:1948
724
  msgid "px"
725
  msgstr ""
726
 
727
- #: contact_form.php:1961
728
  msgid "Form align"
729
  msgstr ""
730
 
731
- #: contact_form.php:1968 contact_form.php:2001
732
  msgid "Center"
733
  msgstr ""
734
 
735
- #: contact_form.php:1976
736
  #, fuzzy
737
  msgid "Labels position"
738
  msgstr "Sende-Schaltfläche"
739
 
740
- #: contact_form.php:1980
741
  msgid "Top"
742
  msgstr ""
743
 
744
- #: contact_form.php:1989
745
  msgid "Bottom"
746
  msgstr ""
747
 
748
- #: contact_form.php:1994
749
  msgid "Labels align"
750
  msgstr ""
751
 
752
- #: contact_form.php:2009
753
  msgid "Errors output"
754
  msgstr "Fehler-Ausgabe"
755
 
756
- #: contact_form.php:2012
757
  msgid "Display error messages"
758
  msgstr "Zeige Fehlermeldungen"
759
 
760
- #: contact_form.php:2013
761
  msgid "Color of the input field errors."
762
  msgstr "Farbe der Eingabe-Fehld-Fehler"
763
 
764
- #: contact_form.php:2014
765
  msgid "Display error messages & color of the input field errors"
766
  msgstr "Zeige Fehlermeldungen & Farbe zu den Eingabe-Feldern"
767
 
768
- #: contact_form.php:2019
769
  msgid "Add placeholder to the input blocks"
770
  msgstr "Füge Platzhalter an die Eingabe-Blöcke"
771
 
772
- #: contact_form.php:2025
773
  msgid "Add tooltips"
774
  msgstr "Füge Tooltips hinzu"
775
 
776
- #: contact_form.php:2039
777
  msgid "Email address"
778
  msgstr "E-Mail Adresse:"
779
 
780
- #: contact_form.php:2044 contact_form.php:3210 contact_form.php:3251
781
  msgid "Phone Number"
782
  msgstr "Telefonnummer:"
783
 
784
- #: contact_form.php:2070
785
  msgid "Style options"
786
  msgstr "Stil-Optionen"
787
 
788
- #: contact_form.php:2074
789
  msgid "Text color"
790
  msgstr "Text -Farbe"
791
 
792
- #: contact_form.php:2079
793
  msgid "Label text color"
794
  msgstr "Beschriftungs-Text -Farbe"
795
 
796
- #: contact_form.php:2084
797
  msgid "Placeholder color"
798
  msgstr "Platzhalter -Farbe"
799
 
800
- #: contact_form.php:2089
801
  msgid "Errors color"
802
  msgstr "Fehler -Farbe"
803
 
804
- #: contact_form.php:2094
805
  msgid "Error text color"
806
  msgstr "Fehler-Text -Farbe"
807
 
808
- #: contact_form.php:2099
809
  msgid "Background color of the input field errors"
810
  msgstr "Hintergrund -Farbe von den Eingabefeld-Fehlern"
811
 
812
- #: contact_form.php:2104
813
  msgid "Border color of the input field errors"
814
  msgstr "Rand -Farbe von den Eingabefeld-Fehlern"
815
 
816
- #: contact_form.php:2109
817
  msgid "Placeholder color of the input field errors"
818
  msgstr "Platzhalter -Farbe von den Eingabefeld-Fehlern"
819
 
820
- #: contact_form.php:2114
821
  msgid "Input fields"
822
  msgstr "Eingabe-Felder"
823
 
824
- #: contact_form.php:2119
825
  msgid "Input fields background color"
826
  msgstr "Eingabefelder - Hintergrundfarbe"
827
 
828
- #: contact_form.php:2124
829
  msgid "Text fields color"
830
  msgstr "Text-Felder -Farbe"
831
 
832
- #: contact_form.php:2128
833
  msgid "Border width in px, numbers only"
834
  msgstr "Rand-Breite in px, nur Zahlen"
835
 
836
- #: contact_form.php:2133 contact_form.php:2157
837
  msgid "Border color"
838
  msgstr "Rand -Farbe"
839
 
840
- #: contact_form.php:2138
841
  msgid "Submit button"
842
  msgstr "Sende-Schaltfläche"
843
 
844
- #: contact_form.php:2142
845
  msgid "Width in px, numbers only"
846
  msgstr "Breite in px, nur Zahlen"
847
 
848
- #: contact_form.php:2147
849
  msgid "Button color"
850
  msgstr "Schaltflächen -Farbe"
851
 
852
- #: contact_form.php:2152
853
  msgid "Button text color"
854
  msgstr "Schaltflächen-Text -Farbe"
855
 
856
- #: contact_form.php:2181
857
  #, fuzzy
858
  msgid "Contact Form | Preview"
859
  msgstr "Kontakt-Form Pro | Vorschau"
860
 
861
- #: contact_form.php:2182
862
  msgid "Drag the necessary field to sort fields."
863
  msgstr ""
864
 
865
- #: contact_form.php:2408
866
  #, fuzzy
867
  msgid ""
868
  "If you would like to add the Contact Form to your website, just copy and "
@@ -871,84 +866,113 @@ msgstr ""
871
  "Wenn sie die Kontakt-Form auf ihrer Webseite plazieren möchten, kopieren und "
872
  "fügen sie diesen shortcode in ihrem/r Beitrag, Seite oder Widget ein:"
873
 
874
- #: contact_form.php:2536
875
  msgid "Sorry, email message could not be delivered."
876
  msgstr "Verzeihung, die Nachricht konnte nicht gesendet werden."
877
 
878
- #: contact_form.php:3137 contact_form.php:3139
879
  msgid "Sent from (ip address)"
880
  msgstr "Gesendet von (IP-Adresse)"
881
 
882
- #: contact_form.php:3167
883
  msgid "Contact from"
884
  msgstr "Kontakt von"
885
 
886
- #: contact_form.php:3172 contact_form.php:3221
887
  msgid "Site"
888
  msgstr "Webseite"
889
 
890
- #: contact_form.php:3351
891
  msgid ""
892
  "If you can see this MIME, it means that the MIME type is not supported by "
893
  "your email client!"
894
  msgstr ""
895
  "Wenn sie dieses MIME sehen, unterstützt Ihr Browser diesen MIME Typ nicht!"
896
 
897
- #: contact_form.php:3434
898
  msgid "FAQ"
899
  msgstr "Häufig gestellte Fragen (FAQ)"
900
 
901
- #: contact_form.php:3435
902
  msgid "Support"
903
  msgstr "Support"
904
 
905
- #: contact_form.php:3484
906
  msgid "Are you sure that you want to delete this language data?"
907
  msgstr "Sind sie sicher, dass sie diese Sprach-Daten löschen wollen?"
908
 
909
- #: contact_form.php:3505
910
  #, fuzzy
911
  msgid "Add multiple forms"
912
  msgstr "Füge in die Form"
913
 
914
- #: contact_form.php:3505
915
  msgid ""
916
  "Install Contact Form Multi plugin to create unlimited number of contact "
917
  "forms."
918
  msgstr ""
919
 
920
- #: contact_form.php:3510
921
  #, fuzzy
922
  msgid "Learn more"
923
  msgstr "Lees verder"
924
 
925
- #: contact_form.php:3751
 
 
 
 
 
 
 
 
926
  msgid "Close notice"
927
  msgstr ""
928
 
929
- #: contact_form.php:3756
930
  #, fuzzy
931
  msgid "allows to store your messages to the database."
932
  msgstr "Speicher E-Mails in die Datenbank"
933
 
934
- #: contact_form.php:3757
935
  msgid "Manage messages that have been sent from your website."
936
  msgstr ""
937
 
938
- #: contact_form.php:3760
939
  msgid "Learn More"
940
  msgstr ""
941
 
942
- #: contact_form.php:3820
943
  #, fuzzy
944
  msgid "Contact form"
945
  msgstr "Kontakt von"
946
 
947
- #: contact_form.php:3833 contact_form.php:3843
948
  #, fuzzy
949
  msgid "Language"
950
  msgstr "Hinzufügen einer Sprache"
951
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
952
  #~ msgid "Name:"
953
  #~ msgstr "Name:"
954
 
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-11-15 11:15+0200\n"
6
+ "PO-Revision-Date: 2017-11-15 11:15+0200\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Alex <private183@web.de>\n"
9
  "Language: de_DE\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.7.1\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: contact_form.php:37 contact_form.php:953
21
  msgid "Contact Form Settings"
22
  msgstr "Kontakt-Form Einstellungen"
23
 
25
  msgid "Contact Form"
26
  msgstr "Kontakt-Form"
27
 
28
+ #: contact_form.php:300 contact_form.php:1133 contact_form.php:1223
29
+ #: contact_form.php:1613 contact_form.php:1651 contact_form.php:1918
30
+ #: contact_form.php:3045 contact_form.php:3091
31
  msgid "Name"
32
  msgstr "Name"
33
 
34
+ #: contact_form.php:301 contact_form.php:1270 contact_form.php:1614
35
+ #: contact_form.php:1652 contact_form.php:1923 contact_form.php:3052
36
+ #: contact_form.php:3097
37
  msgid "Address"
38
  msgstr "Adresse: "
39
 
40
+ #: contact_form.php:302 contact_form.php:1286 contact_form.php:1615
41
+ #: contact_form.php:1653
42
  msgid "Email Address"
43
  msgstr "E-Mail Adresse:"
44
 
45
+ #: contact_form.php:303 contact_form.php:1309 contact_form.php:1616
46
+ #: contact_form.php:1654
47
  msgid "Phone number"
48
  msgstr "Telefonnummer:"
49
 
50
+ #: contact_form.php:304 contact_form.php:1325 contact_form.php:1617
51
+ #: contact_form.php:1655 contact_form.php:1938 contact_form.php:3063
52
+ #: contact_form.php:3106
53
  msgid "Subject"
54
  msgstr "Betreff"
55
 
56
+ #: contact_form.php:305 contact_form.php:1349 contact_form.php:1618
57
+ #: contact_form.php:1656 contact_form.php:1942 contact_form.php:3068
58
+ #: contact_form.php:3110
59
  msgid "Message"
60
  msgstr "Inhalt"
61
 
62
+ #: contact_form.php:306 contact_form.php:1619 contact_form.php:1657
63
+ #: contact_form.php:1947
64
  msgid "Attachment"
65
  msgstr "Anhang:"
66
 
67
+ #: contact_form.php:307
68
  msgid ""
69
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
70
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
72
  "Unterstützte Dateitypen: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
73
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
74
 
75
+ #: contact_form.php:308 contact_form.php:1621 contact_form.php:1659
76
  msgid "Send me a copy"
77
  msgstr "Kopie an mich senden"
78
 
79
+ #: contact_form.php:309 contact_form.php:1622 contact_form.php:1660
80
  msgid "Submit"
81
  msgstr "Senden"
82
 
83
+ #: contact_form.php:310
84
  msgid "Your name is required."
85
  msgstr "Dein Name wird benötigt."
86
 
87
+ #: contact_form.php:311
88
  msgid "Address is required."
89
  msgstr "Adresse wird benötigt"
90
 
91
+ #: contact_form.php:312
92
  msgid "A valid email address is required."
93
  msgstr "Eine gültige E-Mail Adresse wird benötigt."
94
 
95
+ #: contact_form.php:313
96
  msgid "Phone number is required."
97
  msgstr "Deine Telefonnummer wird benötigt."
98
 
99
+ #: contact_form.php:314
100
  msgid "Subject is required."
101
  msgstr "Ein Betreff wird benötigt."
102
 
103
+ #: contact_form.php:315
104
  msgid "Message text is required."
105
  msgstr "Ein Inhalt wird benötigt."
106
 
107
+ #: contact_form.php:316
108
  msgid "File format is not valid."
109
  msgstr "Datei Format ist nicht erlaubt."
110
 
111
+ #: contact_form.php:317
112
  msgid "File upload error."
113
  msgstr "Datei-Übertragungsfehler"
114
 
115
+ #: contact_form.php:318
116
  msgid "The file could not be uploaded."
117
  msgstr "Die Datei konnte nicht hochgeladen werden."
118
 
119
+ #: contact_form.php:319
120
  msgid "This file is too large."
121
  msgstr "Diese Datei ist zu groß."
122
 
123
+ #: contact_form.php:320
124
  msgid "Please fill out the CAPTCHA."
125
  msgstr "Bitte CAPTCHA ausfüllen."
126
 
127
+ #: contact_form.php:321
128
  msgid "Please make corrections below and try again."
129
  msgstr "Bitte korrigiere die Fehler unten und versuche es erneut."
130
 
131
+ #: contact_form.php:323
132
  msgid "Thank you for contacting us."
133
  msgstr "Danke für Ihre Nachricht."
134
 
135
+ #: contact_form.php:650 contact_form.php:910
136
  msgid "Settings saved."
137
  msgstr "Einstellungen gespeichert."
138
 
139
+ #: contact_form.php:855
140
  msgid ""
141
  "Email 'FROM' field option was changed, which may cause email messages being "
142
  "moved to the spam folder or email delivery failures."
143
  msgstr ""
144
 
145
+ #: contact_form.php:865
146
  msgid ""
147
  "If the 'Redirect to page' option is selected then the URL field should be in "
148
  "the following format"
150
  "Wenn die 'Redirect to page/Umleiten zur Seite' Option verwendet wird, dann "
151
  "sollte das Feld URL in folgendem Format sein"
152
 
153
+ #: contact_form.php:872
154
  #, fuzzy
155
  msgid "Such user does not exist."
156
  msgstr "Dieser User exestiert nicht. Einstellungen werden nicht gespeichert."
157
 
158
+ #: contact_form.php:882
159
  #, fuzzy
160
  msgid ""
161
  "Please enter a valid email address in the 'Use this email address' field."
163
  "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. "
164
  "Einstellungen werden nicht gespeichert."
165
 
166
+ #: contact_form.php:890
167
  #, fuzzy
168
  msgid "Please enter a valid email address in the 'FROM' field."
169
  msgstr ""
170
  "Bitte geben sie eine gültige Email Adresse in das 'FROM/VON' Feld ein. "
171
  "Einstellungen werden nicht gespeichert."
172
 
173
+ #: contact_form.php:912
174
  #, fuzzy
175
  msgid "Settings are not saved."
176
  msgstr "Einstellungen gespeichert."
177
 
178
+ #: contact_form.php:950
179
  msgid "All plugin settings were restored."
180
  msgstr ""
181
 
182
+ #: contact_form.php:956
183
  msgid "How to Use Step-by-step Instruction"
184
  msgstr ""
185
 
186
+ #: contact_form.php:959 contact_form.php:3254 contact_form.php:3268
187
  msgid "Settings"
188
  msgstr "Einstellungen"
189
 
190
+ #: contact_form.php:960
191
  #, fuzzy
192
  msgid "Additional settings"
193
  msgstr "Weitere Optionen"
194
 
195
+ #: contact_form.php:961
196
  msgid "Appearance"
197
  msgstr ""
198
 
199
+ #: contact_form.php:962
200
  msgid "Custom code"
201
  msgstr ""
202
 
203
+ #: contact_form.php:963
204
  msgid "Go PRO"
205
  msgstr "Go PRO"
206
 
207
+ #: contact_form.php:974
208
  #, fuzzy
209
  msgid "Notice"
210
  msgstr "Notiz:"
211
 
212
+ #: contact_form.php:978
213
  msgid "NEW_FORM"
214
  msgstr ""
215
 
216
+ #: contact_form.php:979
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:988
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
  "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:994
232
  #, php-format
233
  msgid ""
234
  "You can add the Contact Form to your page or post by clicking on %s button "
237
  "language."
238
  msgstr ""
239
 
240
+ #: contact_form.php:1003
241
  msgid ""
242
  "If you leave the fields empty, the messages will be sent to the email "
243
  "address specified during registration."
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:1006
249
  #, fuzzy
250
  msgid "The user's email address"
251
  msgstr "Benutzer E-Mail Adresse"
252
 
253
+ #: contact_form.php:1010
254
  #, fuzzy
255
  msgid "Select a username"
256
  msgstr "Benutzername erstellen"
257
 
258
+ #: contact_form.php:1023
259
  #, fuzzy
260
  msgid ""
261
  "Select a username of the person who should get the messages from the contact "
264
  "Geben sie den Benutzernamen des Users an, der die Nachrichten der Kontakt-"
265
  "Form erhalten soll."
266
 
267
+ #: contact_form.php:1027
268
  #, fuzzy
269
  msgid "Use this email address"
270
  msgstr "Nutzen sie diese E-Mail Adresse"
271
 
272
+ #: contact_form.php:1031
273
  #, fuzzy
274
  msgid "Enter the email address for receiving messages"
275
  msgstr ""
276
  "Geben sie die E-Mail Adresse ein, an welche die Nachricht weitergeleitet "
277
  "werden soll."
278
 
279
+ #: contact_form.php:1038 contact_form.php:1533 contact_form.php:1740
280
+ #: contact_form.php:1846 contact_form.php:3351
281
  msgid "Close"
282
  msgstr ""
283
 
284
+ #: contact_form.php:1042
285
  #, fuzzy
286
  msgid "Add department selectbox to the contact form"
287
  msgstr "Füge Abteilungs- Auswahlbox zu der Kontakt-Form:"
288
 
289
+ #: contact_form.php:1050 contact_form.php:1542 contact_form.php:1759
290
+ #: contact_form.php:2052
291
  msgid "If you upgrade to Pro version all your settings will be saved."
292
  msgstr "Wenn sie auf Pro upgraden werden alle ihre Einstellungen gespeichert"
293
 
294
+ #: contact_form.php:1057 contact_form.php:1379 contact_form.php:1547
295
+ #: contact_form.php:1766 contact_form.php:2059
296
  msgid "Upgrade to Pro"
297
  msgstr ""
298
 
299
+ #: contact_form.php:1065
300
  msgid "Save emails to the database"
301
  msgstr "Speicher E-Mails in die Datenbank"
302
 
303
+ #: contact_form.php:1077 contact_form.php:1091 contact_form.php:1098
304
  msgid "Using"
305
  msgstr "Verwendet"
306
 
307
+ #: contact_form.php:1083 contact_form.php:1435 contact_form.php:1476
308
+ #: contact_form.php:1511
309
  msgid "Please activate the appropriate option on"
310
  msgstr ""
311
 
312
+ #: contact_form.php:1086 contact_form.php:1438 contact_form.php:1479
313
+ #: contact_form.php:1514
314
  #, fuzzy
315
  msgid "settings page"
316
  msgstr "Die Einstellungs-Seite"
317
 
318
+ #: contact_form.php:1092 contact_form.php:1445 contact_form.php:1487
319
+ #: contact_form.php:1521
320
  #, fuzzy
321
  msgid "Activate"
322
  msgstr "Aktiviere captcha"
323
 
324
+ #: contact_form.php:1099 contact_form.php:1454 contact_form.php:1493
325
+ #: contact_form.php:1526
326
  msgid "Download"
327
  msgstr "Download"
328
 
329
+ #: contact_form.php:1111
330
  msgid "Sending method"
331
  msgstr ""
332
 
333
+ #: contact_form.php:1116
334
  msgid "Wp-mail"
335
  msgstr "Wp-mail"
336
 
337
+ #: contact_form.php:1118
338
  #, fuzzy
339
  msgid "You can use the Wordpress wp_mail function for mailing"
340
  msgstr "Sie können die wp_mail Funktion für das versenden verwenden."
341
 
342
+ #: contact_form.php:1121
343
  msgid "Mail"
344
  msgstr "Mail"
345
 
346
+ #: contact_form.php:1123
347
  #, fuzzy
348
  msgid "You can use the PHP mail function for mailing"
349
  msgstr "Sie können die wp_mail Funktion für das versenden verwenden."
350
 
351
+ #: contact_form.php:1128
352
  msgid "'FROM' field"
353
  msgstr ""
354
 
355
+ #: contact_form.php:1144
356
  msgid "User name"
357
  msgstr "Benutzer Name"
358
 
359
+ #: contact_form.php:1146
360
  msgid ""
361
  "The name of the user who fills the form will be used in the field 'From'."
362
  msgstr ""
363
  "Der Name des Benutzers, der das Formular ausfüllt, wird im Feld 'From/Von' "
364
  "verwendt."
365
 
366
+ #: contact_form.php:1157 contact_form.php:3058 contact_form.php:3102
367
  msgid "Email"
368
  msgstr "E-Mail"
369
 
370
+ #: contact_form.php:1168
371
  msgid "User email"
372
  msgstr "Benutzer E-Mail"
373
 
374
+ #: contact_form.php:1170
375
  msgid ""
376
  "The email address of the user who fills the form will be used in the field "
377
  "'From'."
379
  "Die E-Mail Adresse des Benutzers, der das Formular ausfüllt, wird im Feld "
380
  "'From/Von' verwendt."
381
 
382
+ #: contact_form.php:1179
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:1188
389
  msgid "Required symbol"
390
  msgstr "Benötigtes Symbol"
391
 
392
+ #: contact_form.php:1198
393
  msgid "Fields"
394
  msgstr "Felder"
395
 
396
+ #: contact_form.php:1199 contact_form.php:1226 contact_form.php:1253
397
+ #: contact_form.php:1273 contact_form.php:1312 contact_form.php:1394
398
  msgid "Used"
399
  msgstr "Benutzt"
400
 
401
+ #: contact_form.php:1200 contact_form.php:1215 contact_form.php:1230
402
+ #: contact_form.php:1257 contact_form.php:1277 contact_form.php:1290
403
+ #: contact_form.php:1316 contact_form.php:1329 contact_form.php:1353
404
  msgid "Required"
405
  msgstr "Benötigt"
406
 
407
+ #: contact_form.php:1202 contact_form.php:1235 contact_form.php:1295
408
+ #: contact_form.php:1334 contact_form.php:1358
409
  msgid "Visible"
410
  msgstr "Sichtbar"
411
 
412
+ #: contact_form.php:1203 contact_form.php:1239 contact_form.php:1299
413
+ #: contact_form.php:1338 contact_form.php:1362
414
  msgid "Disabled for editing"
415
  msgstr "Bearbeitung ist ausgeschaltet"
416
 
417
+ #: contact_form.php:1204 contact_form.php:1263 contact_form.php:1342
418
+ #: contact_form.php:1366
419
  msgid "Field's default value"
420
  msgstr "Standard-Feld-Wert"
421
 
422
+ #: contact_form.php:1211
423
  msgid "Department selectbox"
424
  msgstr ""
425
 
426
+ #: contact_form.php:1243
427
  msgid "Use User's name as a default value if the user is logged in."
428
  msgstr ""
429
 
430
+ #: contact_form.php:1244 contact_form.php:1304
431
  msgid ""
432
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
433
  "in users."
434
  msgstr ""
435
 
436
+ #: contact_form.php:1250
437
  msgid "Location selectbox"
438
  msgstr ""
439
 
440
+ #: contact_form.php:1303
441
  msgid "Use User's email as a default value if the user is logged in."
442
  msgstr ""
443
 
444
+ #: contact_form.php:1387
445
  msgid "Attachment block"
446
  msgstr "Anhang-Block"
447
 
448
+ #: contact_form.php:1389
449
  msgid "Users can attach the following file formats"
450
  msgstr "Benutzer können die folgenden Formate anhängen:"
451
 
452
+ #: contact_form.php:1407
453
  msgid "Add to the form"
454
  msgstr "Füge in die Form"
455
 
456
+ #: contact_form.php:1412
457
  msgid "Tips below the Attachment"
458
  msgstr "Tipps unterhalb des Anhangs"
459
 
460
+ #: contact_form.php:1419
461
  msgid "'Send me a copy' block"
462
  msgstr "'Kopie an mich senden' Block"
463
 
464
+ #: contact_form.php:1447
465
  #, fuzzy
466
  msgid "Activate for network"
467
  msgstr "Geactiveerde plugins"
468
 
469
+ #: contact_form.php:1537
470
  msgid "Agreement checkbox"
471
  msgstr "Agreement checkbox"
472
 
473
+ #: contact_form.php:1537
474
  msgid "Required checkbox for submitting the form"
475
  msgstr "Benötigte checkbox zur übermittlung des Formulars"
476
 
477
+ #: contact_form.php:1538
478
  msgid "Optional checkbox"
479
  msgstr "Optionale checkbox"
480
 
481
+ #: contact_form.php:1538
482
  msgid "Optional checkbox, the results of which will be displayed in email"
483
  msgstr "Optionale checkbox, das Ergebnis davon wird in der E-Mail angezeigt"
484
 
485
+ #: contact_form.php:1556
486
  msgid "Delete an attachment file from the server after the email is sent"
487
  msgstr "Lösche die Anhang-Datei vom Server nachdem die E-Mail gesendet wurde"
488
 
489
+ #: contact_form.php:1562
490
  msgid "Email in HTML format sending"
491
  msgstr "E-Mail im HTML Format"
492
 
493
+ #: contact_form.php:1566
494
  msgid "Display additional info in the email"
495
  msgstr "Zeige weitere Informationen in der E-Mail"
496
 
497
+ #: contact_form.php:1572
498
  #, fuzzy
499
  msgid "Sent from (IP address)"
500
  msgstr "Gesendet von (IP-Adresse)"
501
 
502
+ #: contact_form.php:1572
503
+ msgid "Example: Sent from (IP address): 127.0.0.1"
504
+ msgstr ""
505
 
506
+ #: contact_form.php:1573 contact_form.php:3007 contact_form.php:3009
507
  msgid "Date/Time"
508
  msgstr "Datum/Zeit"
509
 
510
+ #: contact_form.php:1573
511
+ msgid "Example: Date/Time: August 19, 2013 8:50 pm"
512
+ msgstr ""
513
 
514
+ #: contact_form.php:1574 contact_form.php:3013 contact_form.php:3015
515
  msgid "Sent from (referer)"
516
  msgstr "Gesendet von (referer)"
517
 
518
+ #: contact_form.php:1574
 
519
  msgid ""
520
+ "Example: Sent from (referer): https://bestwebsoft.com/contacts/contact-us/"
521
  msgstr ""
 
 
522
 
523
+ #: contact_form.php:1575 contact_form.php:3019 contact_form.php:3021
524
  msgid "Using (user agent)"
525
  msgstr "Verwendet (user agent)"
526
 
527
+ #: contact_form.php:1575
528
  msgid ""
529
+ "Example: Using (user agent): Mozilla/5.0 (Windows NT 6.2; WOW64) "
530
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
531
  msgstr ""
 
 
532
 
533
+ #: contact_form.php:1580
534
  msgid "Language settings for the field names in the form"
535
  msgstr "Benutzer-Einstellungen für die Feld-Namen in der Form"
536
 
537
+ #: contact_form.php:1589
538
  msgid "Add a language"
539
  msgstr "Hinzufügen einer Sprache"
540
 
541
+ #: contact_form.php:1593
542
  msgid "Change the names of the contact form fields and error messages"
543
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
544
 
545
+ #: contact_form.php:1598 contact_form.php:1694 contact_form.php:1826
546
+ #: contact_form.php:1966 contact_form.php:1971 contact_form.php:1981
547
+ #: contact_form.php:1986 contact_form.php:1991 contact_form.php:1996
548
+ #: contact_form.php:2006 contact_form.php:2011 contact_form.php:2020
549
+ #: contact_form.php:2034 contact_form.php:2039 contact_form.php:2044
550
  msgid "Default"
551
  msgstr "Standard"
552
 
553
+ #: contact_form.php:1611 contact_form.php:1649
554
  msgid "click to expand/hide the list"
555
  msgstr "Klick zum erweitern/verstecken der Liste"
556
 
557
+ #: contact_form.php:1620 contact_form.php:1658
558
  msgid "Tips below the Attachment block"
559
  msgstr "Tipps unterhalb des Anhang-Blocks"
560
 
561
+ #: contact_form.php:1623 contact_form.php:1661
562
  msgid "Error message for the Name field"
563
  msgstr "Fehlermeldung für das Namensfeld"
564
 
565
+ #: contact_form.php:1624 contact_form.php:1662
566
  msgid "Error message for the Address field"
567
  msgstr "Fehlermeldung für das Adress-Feld"
568
 
569
+ #: contact_form.php:1625 contact_form.php:1663
570
  msgid "Error message for the Email field"
571
  msgstr "Fehlermeldung für das E-Mail-Feld"
572
 
573
+ #: contact_form.php:1626 contact_form.php:1664
574
  msgid "Error message for the Phone field"
575
  msgstr "Fehlermeldung für das Telefonnummer-Feld"
576
 
577
+ #: contact_form.php:1627 contact_form.php:1665
578
  msgid "Error message for the Subject field"
579
  msgstr "Fehlermeldung für das Betreff-Feld"
580
 
581
+ #: contact_form.php:1628 contact_form.php:1666
582
  msgid "Error message for the Message field"
583
  msgstr "Fehlermeldung für das Inhalts-Feld"
584
 
585
+ #: contact_form.php:1629 contact_form.php:1667
586
  msgid "Error message about the file type for the Attachment field"
587
  msgstr "Fehlermeldung über den Datei-Typ für das Anhang-Feld"
588
 
589
+ #: contact_form.php:1630 contact_form.php:1668
590
  msgid ""
591
  "Error message while uploading a file for the Attachment field to the server"
592
  msgstr ""
593
  "Fehlermeldung während des hochladens einer Datei zum Server für das Anhang-"
594
  "Feld"
595
 
596
+ #: contact_form.php:1631 contact_form.php:1669
597
  msgid "Error message while moving the file for the Attachment field"
598
  msgstr "Fehlermeldung während der Verschiebung für das Anhang-Feld"
599
 
600
+ #: contact_form.php:1632 contact_form.php:1670
601
  msgid "Error message when file size limit for the Attachment field is exceeded"
602
  msgstr ""
603
  "Fehlermeldung wenn das Datei-Größen-Limit für das Anhang-Feld überschritten "
604
  "wird"
605
 
606
+ #: contact_form.php:1633 contact_form.php:1671
607
  msgid "Error message for the Captcha field"
608
  msgstr "Fehlermeldung für das Capatcha-Feld"
609
 
610
+ #: contact_form.php:1634 contact_form.php:1672
611
  msgid "Error message for the whole form"
612
  msgstr "Fehlermeldung für das ganze Formular"
613
 
614
+ #: contact_form.php:1637 contact_form.php:1639 contact_form.php:1675
615
+ #: contact_form.php:1677 contact_form.php:1709 contact_form.php:1711
616
+ #: contact_form.php:1723 contact_form.php:1725 contact_form.php:3441
617
+ #: contact_form.php:3443
618
  msgid "Use shortcode"
619
  msgstr "Benutze shortcode"
620
 
621
+ #: contact_form.php:1637 contact_form.php:1639 contact_form.php:1675
622
+ #: contact_form.php:1677 contact_form.php:1709 contact_form.php:1711
623
+ #: contact_form.php:1723 contact_form.php:1725 contact_form.php:3441
624
+ #: contact_form.php:3443
625
  msgid "for this language"
626
  msgstr "für diese Sprache"
627
 
628
+ #: contact_form.php:1685
629
  #, fuzzy
630
  msgid "Use the changed names of the contact form fields in the email"
631
  msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
632
 
633
+ #: contact_form.php:1691
634
  msgid "Action after email is sent"
635
  msgstr "Handlung nachdem die E-Mail gesendet wurde"
636
 
637
+ #: contact_form.php:1693
638
  msgid "Display text"
639
  msgstr "Zeige Text"
640
 
641
+ #: contact_form.php:1707 contact_form.php:1721
642
  msgid "Text"
643
  msgstr "Text"
644
 
645
+ #: contact_form.php:1732
646
  msgid "Redirect to the page"
647
  msgstr "Umleiten zur Seite"
648
 
649
+ #: contact_form.php:1733
650
  msgid "Url"
651
  msgstr "Url"
652
 
653
+ #: contact_form.php:1744
654
  msgid "Add field 'Reply-To' to the email header"
655
  msgstr ""
656
 
657
+ #: contact_form.php:1746
658
  msgid "Field 'Reply-To' will be initialized by user email"
659
  msgstr ""
660
 
661
+ #: contact_form.php:1750
662
  msgid "Auto Response"
663
  msgstr ""
664
 
665
+ #: contact_form.php:1754
666
  #, php-format
667
  msgid ""
668
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
670
  "name."
671
  msgstr ""
672
 
673
+ #: contact_form.php:1776 contact_form.php:2302
674
  msgid "Save Changes"
675
  msgstr "Speichere Änderungen"
676
 
677
+ #: contact_form.php:1789
678
  #, php-format
679
  msgid ""
680
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
681
  msgstr ""
682
 
683
+ #: contact_form.php:1789 contact_form.php:1798
684
  msgid "Form layout"
685
  msgstr ""
686
 
687
+ #: contact_form.php:1789 contact_form.php:1810
688
  #, fuzzy
689
  msgid "Submit position"
690
  msgstr "Sende-Schaltfläche"
691
 
692
+ #: contact_form.php:1802
693
  msgid "One column"
694
  msgstr ""
695
 
696
+ #: contact_form.php:1805
697
  msgid "Two columns"
698
  msgstr ""
699
 
700
+ #: contact_form.php:1814 contact_form.php:1854 contact_form.php:1872
701
+ #: contact_form.php:1887
702
  msgid "Left"
703
  msgstr ""
704
 
705
+ #: contact_form.php:1817 contact_form.php:1860 contact_form.php:1875
706
+ #: contact_form.php:1893
707
  msgid "Right"
708
  msgstr ""
709
 
710
+ #: contact_form.php:1822
711
  msgid "Width"
712
  msgstr ""
713
 
714
+ #: contact_form.php:1830
715
  msgid "Custom"
716
  msgstr ""
717
 
718
+ #: contact_form.php:1837
719
  msgid "px"
720
  msgstr ""
721
 
722
+ #: contact_form.php:1850
723
  msgid "Form align"
724
  msgstr ""
725
 
726
+ #: contact_form.php:1857 contact_form.php:1890
727
  msgid "Center"
728
  msgstr ""
729
 
730
+ #: contact_form.php:1865
731
  #, fuzzy
732
  msgid "Labels position"
733
  msgstr "Sende-Schaltfläche"
734
 
735
+ #: contact_form.php:1869
736
  msgid "Top"
737
  msgstr ""
738
 
739
+ #: contact_form.php:1878
740
  msgid "Bottom"
741
  msgstr ""
742
 
743
+ #: contact_form.php:1883
744
  msgid "Labels align"
745
  msgstr ""
746
 
747
+ #: contact_form.php:1898
748
  msgid "Errors output"
749
  msgstr "Fehler-Ausgabe"
750
 
751
+ #: contact_form.php:1901
752
  msgid "Display error messages"
753
  msgstr "Zeige Fehlermeldungen"
754
 
755
+ #: contact_form.php:1902
756
  msgid "Color of the input field errors."
757
  msgstr "Farbe der Eingabe-Fehld-Fehler"
758
 
759
+ #: contact_form.php:1903
760
  msgid "Display error messages & color of the input field errors"
761
  msgstr "Zeige Fehlermeldungen & Farbe zu den Eingabe-Feldern"
762
 
763
+ #: contact_form.php:1908
764
  msgid "Add placeholder to the input blocks"
765
  msgstr "Füge Platzhalter an die Eingabe-Blöcke"
766
 
767
+ #: contact_form.php:1914
768
  msgid "Add tooltips"
769
  msgstr "Füge Tooltips hinzu"
770
 
771
+ #: contact_form.php:1928
772
  msgid "Email address"
773
  msgstr "E-Mail Adresse:"
774
 
775
+ #: contact_form.php:1933 contact_form.php:3074 contact_form.php:3115
776
  msgid "Phone Number"
777
  msgstr "Telefonnummer:"
778
 
779
+ #: contact_form.php:1959
780
  msgid "Style options"
781
  msgstr "Stil-Optionen"
782
 
783
+ #: contact_form.php:1963
784
  msgid "Text color"
785
  msgstr "Text -Farbe"
786
 
787
+ #: contact_form.php:1968
788
  msgid "Label text color"
789
  msgstr "Beschriftungs-Text -Farbe"
790
 
791
+ #: contact_form.php:1973
792
  msgid "Placeholder color"
793
  msgstr "Platzhalter -Farbe"
794
 
795
+ #: contact_form.php:1978
796
  msgid "Errors color"
797
  msgstr "Fehler -Farbe"
798
 
799
+ #: contact_form.php:1983
800
  msgid "Error text color"
801
  msgstr "Fehler-Text -Farbe"
802
 
803
+ #: contact_form.php:1988
804
  msgid "Background color of the input field errors"
805
  msgstr "Hintergrund -Farbe von den Eingabefeld-Fehlern"
806
 
807
+ #: contact_form.php:1993
808
  msgid "Border color of the input field errors"
809
  msgstr "Rand -Farbe von den Eingabefeld-Fehlern"
810
 
811
+ #: contact_form.php:1998
812
  msgid "Placeholder color of the input field errors"
813
  msgstr "Platzhalter -Farbe von den Eingabefeld-Fehlern"
814
 
815
+ #: contact_form.php:2003
816
  msgid "Input fields"
817
  msgstr "Eingabe-Felder"
818
 
819
+ #: contact_form.php:2008
820
  msgid "Input fields background color"
821
  msgstr "Eingabefelder - Hintergrundfarbe"
822
 
823
+ #: contact_form.php:2013
824
  msgid "Text fields color"
825
  msgstr "Text-Felder -Farbe"
826
 
827
+ #: contact_form.php:2017
828
  msgid "Border width in px, numbers only"
829
  msgstr "Rand-Breite in px, nur Zahlen"
830
 
831
+ #: contact_form.php:2022 contact_form.php:2046
832
  msgid "Border color"
833
  msgstr "Rand -Farbe"
834
 
835
+ #: contact_form.php:2027
836
  msgid "Submit button"
837
  msgstr "Sende-Schaltfläche"
838
 
839
+ #: contact_form.php:2031
840
  msgid "Width in px, numbers only"
841
  msgstr "Breite in px, nur Zahlen"
842
 
843
+ #: contact_form.php:2036
844
  msgid "Button color"
845
  msgstr "Schaltflächen -Farbe"
846
 
847
+ #: contact_form.php:2041
848
  msgid "Button text color"
849
  msgstr "Schaltflächen-Text -Farbe"
850
 
851
+ #: contact_form.php:2070
852
  #, fuzzy
853
  msgid "Contact Form | Preview"
854
  msgstr "Kontakt-Form Pro | Vorschau"
855
 
856
+ #: contact_form.php:2071
857
  msgid "Drag the necessary field to sort fields."
858
  msgstr ""
859
 
860
+ #: contact_form.php:2291
861
  #, fuzzy
862
  msgid ""
863
  "If you would like to add the Contact Form to your website, just copy and "
866
  "Wenn sie die Kontakt-Form auf ihrer Webseite plazieren möchten, kopieren und "
867
  "fügen sie diesen shortcode in ihrem/r Beitrag, Seite oder Widget ein:"
868
 
869
+ #: contact_form.php:2412
870
  msgid "Sorry, email message could not be delivered."
871
  msgstr "Verzeihung, die Nachricht konnte nicht gesendet werden."
872
 
873
+ #: contact_form.php:3001 contact_form.php:3003
874
  msgid "Sent from (ip address)"
875
  msgstr "Gesendet von (IP-Adresse)"
876
 
877
+ #: contact_form.php:3031
878
  msgid "Contact from"
879
  msgstr "Kontakt von"
880
 
881
+ #: contact_form.php:3036 contact_form.php:3085
882
  msgid "Site"
883
  msgstr "Webseite"
884
 
885
+ #: contact_form.php:3197
886
  msgid ""
887
  "If you can see this MIME, it means that the MIME type is not supported by "
888
  "your email client!"
889
  msgstr ""
890
  "Wenn sie dieses MIME sehen, unterstützt Ihr Browser diesen MIME Typ nicht!"
891
 
892
+ #: contact_form.php:3269
893
  msgid "FAQ"
894
  msgstr "Häufig gestellte Fragen (FAQ)"
895
 
896
+ #: contact_form.php:3270
897
  msgid "Support"
898
  msgstr "Support"
899
 
900
+ #: contact_form.php:3319
901
  msgid "Are you sure that you want to delete this language data?"
902
  msgstr "Sind sie sicher, dass sie diese Sprach-Daten löschen wollen?"
903
 
904
+ #: contact_form.php:3342
905
  #, fuzzy
906
  msgid "Add multiple forms"
907
  msgstr "Füge in die Form"
908
 
909
+ #: contact_form.php:3342
910
  msgid ""
911
  "Install Contact Form Multi plugin to create unlimited number of contact "
912
  "forms."
913
  msgstr ""
914
 
915
+ #: contact_form.php:3347
916
  #, fuzzy
917
  msgid "Learn more"
918
  msgstr "Lees verder"
919
 
920
+ #: contact_form.php:3405
921
+ msgid "Error"
922
+ msgstr ""
923
+
924
+ #: contact_form.php:3405 contact_form.php:3407
925
+ msgid "Illegal language code"
926
+ msgstr ""
927
+
928
+ #: contact_form.php:3590
929
  msgid "Close notice"
930
  msgstr ""
931
 
932
+ #: contact_form.php:3595
933
  #, fuzzy
934
  msgid "allows to store your messages to the database."
935
  msgstr "Speicher E-Mails in die Datenbank"
936
 
937
+ #: contact_form.php:3596
938
  msgid "Manage messages that have been sent from your website."
939
  msgstr ""
940
 
941
+ #: contact_form.php:3599
942
  msgid "Learn More"
943
  msgstr ""
944
 
945
+ #: contact_form.php:3659
946
  #, fuzzy
947
  msgid "Contact form"
948
  msgstr "Kontakt von"
949
 
950
+ #: contact_form.php:3672 contact_form.php:3682
951
  #, fuzzy
952
  msgid "Language"
953
  msgstr "Hinzufügen einer Sprache"
954
 
955
+ #~ msgid "Example: Sent from (IP address):\t127.0.0.1"
956
+ #~ msgstr "Beispiel: Gesendet von (IP-Adresse):\t127.0.0.1"
957
+
958
+ #~ msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
959
+ #~ msgstr "Beispiel: Datum/Zeit:\tAugust 19, 2013 8:50 pm"
960
+
961
+ #, fuzzy
962
+ #~ msgid ""
963
+ #~ "Example: Sent from (referer):\thttps://bestwebsoft.com/contacts/contact-"
964
+ #~ "us/"
965
+ #~ msgstr ""
966
+ #~ "Beispiel: Gesendet von (referer):\thttp://bestwebsoft.com/contacts/"
967
+ #~ "contact-us/"
968
+
969
+ #~ msgid ""
970
+ #~ "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
971
+ #~ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
972
+ #~ msgstr ""
973
+ #~ "Beispiel: Verwendet (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
974
+ #~ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
975
+
976
  #~ msgid "Name:"
977
  #~ msgstr "Name:"
978
 
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: 2017-05-23 15:15+0300\n"
6
- "PO-Revision-Date: 2017-05-23 15:15+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"
@@ -12,7 +12,7 @@ msgstr ""
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;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
18
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
@@ -21,7 +21,7 @@ msgstr ""
21
  "X-Poedit-SearchPath-0: .\n"
22
 
23
  # @ contact_form
24
- #: contact_form.php:37 contact_form.php:1064
25
  msgid "Contact Form Settings"
26
  msgstr "Ρυθμίσεις φόρμας επικοινωνίας"
27
 
@@ -31,53 +31,53 @@ msgid "Contact Form"
31
  msgstr "Φόρμα Επικοινωνίας"
32
 
33
  # @ contact_form
34
- #: contact_form.php:280 contact_form.php:1244 contact_form.php:1334
35
- #: contact_form.php:1725 contact_form.php:1763 contact_form.php:2029
36
- #: contact_form.php:3181 contact_form.php:3227
37
  msgid "Name"
38
  msgstr "Όνομα"
39
 
40
  # @ contact_form
41
- #: contact_form.php:281 contact_form.php:1381 contact_form.php:1726
42
- #: contact_form.php:1764 contact_form.php:2034 contact_form.php:3188
43
- #: contact_form.php:3233
44
  msgid "Address"
45
  msgstr "Διεύθυνση"
46
 
47
  # @ contact_form
48
- #: contact_form.php:282 contact_form.php:1397 contact_form.php:1727
49
- #: contact_form.php:1765
50
  msgid "Email Address"
51
  msgstr "Διεύθυνση Email"
52
 
53
  # @ contact_form
54
- #: contact_form.php:283 contact_form.php:1420 contact_form.php:1728
55
- #: contact_form.php:1766
56
  msgid "Phone number"
57
  msgstr "Αριθμός τηλεφώνου"
58
 
59
  # @ contact_form
60
- #: contact_form.php:284 contact_form.php:1436 contact_form.php:1729
61
- #: contact_form.php:1767 contact_form.php:2049 contact_form.php:3199
62
- #: contact_form.php:3242
63
  msgid "Subject"
64
  msgstr "Θέμα"
65
 
66
  # @ contact_form
67
- #: contact_form.php:285 contact_form.php:1460 contact_form.php:1730
68
- #: contact_form.php:1768 contact_form.php:2053 contact_form.php:3204
69
- #: contact_form.php:3246
70
  msgid "Message"
71
  msgstr "Μήνυμα"
72
 
73
  # @ contact_form
74
- #: contact_form.php:286 contact_form.php:1731 contact_form.php:1769
75
- #: contact_form.php:2058
76
  msgid "Attachment"
77
  msgstr "Συννημένο αρχείο"
78
 
79
  # @ contact_form
80
- #: contact_form.php:287
81
  msgid ""
82
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
83
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
@@ -87,94 +87,94 @@ msgstr ""
87
  "PPT."
88
 
89
  # @ contact_form
90
- #: contact_form.php:288 contact_form.php:1733 contact_form.php:1771
91
  msgid "Send me a copy"
92
  msgstr "Αποστολή αντιγράφου"
93
 
94
  # @ contact_form
95
- #: contact_form.php:289 contact_form.php:1734 contact_form.php:1772
96
  msgid "Submit"
97
  msgstr "Αποστολή"
98
 
99
  # @ contact_form
100
- #: contact_form.php:290
101
  msgid "Your name is required."
102
  msgstr "Το όνομα σας είναι απαραίτητο."
103
 
104
  # @ contact_form
105
- #: contact_form.php:291
106
  msgid "Address is required."
107
  msgstr "Η διεύθυνσή σας είναι απαραίτητη."
108
 
109
  # @ contact_form
110
- #: contact_form.php:292
111
  msgid "A valid email address is required."
112
  msgstr "Απαιτείται μία έγκυρη διεύθυνση email."
113
 
114
  # @ contact_form
115
- #: contact_form.php:293
116
  msgid "Phone number is required."
117
  msgstr "Ο αριθμός τηλεφώνου είναι απαραίτητος."
118
 
119
  # @ contact_form
120
- #: contact_form.php:294
121
  msgid "Subject is required."
122
  msgstr "Το θέμα είναι απαραίτητο."
123
 
124
  # @ contact_form
125
- #: contact_form.php:295
126
  msgid "Message text is required."
127
  msgstr "Το μήνυμα κειμένου είναι απαραίτητο."
128
 
129
  # @ contact_form
130
- #: contact_form.php:296
131
  msgid "File format is not valid."
132
  msgstr "Ο τύπος του αρχείου δεν είναι έγκυρος."
133
 
134
  # @ contact_form
135
- #: contact_form.php:297
136
  msgid "File upload error."
137
  msgstr "Πρόβλημα κατά το ανέβασμα του αρχείου."
138
 
139
  # @ contact_form
140
- #: contact_form.php:298
141
  msgid "The file could not be uploaded."
142
  msgstr "Το αρχείο δεν μπορούσε να ανέβει."
143
 
144
  # @ contact_form
145
- #: contact_form.php:299
146
  msgid "This file is too large."
147
  msgstr "Το μέγεθος αρχείου είναι πολύ μεγάλο."
148
 
149
  # @ contact_form
150
- #: contact_form.php:300
151
  msgid "Please fill out the CAPTCHA."
152
  msgstr "Παρακαλούμε, συμπληρώστε το πεδίο CAPTCHA."
153
 
154
  # @ contact_form
155
- #: contact_form.php:301
156
  msgid "Please make corrections below and try again."
157
  msgstr ""
158
  "Παρακαλούμε, προχωρήστε στις παρακακάτω διορθώσεις και προσπαθήστε ξανά."
159
 
160
  # @ contact_form
161
- #: contact_form.php:303
162
  msgid "Thank you for contacting us."
163
  msgstr "Σας ευχαριστούμε για την επικοινωνία."
164
 
165
  # @ contact_form
166
- #: contact_form.php:759 contact_form.php:1021
167
  msgid "Settings saved."
168
  msgstr "Οι ρυθμίσεις αποθηκεύτηκαν."
169
 
170
- #: contact_form.php:966
171
  msgid ""
172
  "Email 'FROM' field option was changed, which may cause email messages being "
173
  "moved to the spam folder or email delivery failures."
174
  msgstr ""
175
 
176
  # @ contact_form
177
- #: contact_form.php:976
178
  msgid ""
179
  "If the 'Redirect to page' option is selected then the URL field should be in "
180
  "the following format"
@@ -183,12 +183,12 @@ msgstr ""
183
  "πεδίο URL θα πρέπει να έχει την ακόλουθη μορφή"
184
 
185
  # @ contact_form
186
- #: contact_form.php:983
187
  msgid "Such user does not exist."
188
  msgstr "Τέτοιος χρήστης δεν υπάρχει."
189
 
190
  # @ contact_form
191
- #: contact_form.php:993
192
  msgid ""
193
  "Please enter a valid email address in the 'Use this email address' field."
194
  msgstr ""
@@ -196,59 +196,59 @@ msgstr ""
196
  "αυτήν τη διεύθυνση email'."
197
 
198
  # @ contact_form
199
- #: contact_form.php:1001
200
  msgid "Please enter a valid email address in the 'FROM' field."
201
  msgstr "Παρακαλούμε, εισάγετε μια έγκυρη διεύθυνση email στο πεδίο «ΑΠΟ»."
202
 
203
  # @ contact_form
204
- #: contact_form.php:1023
205
  msgid "Settings are not saved."
206
  msgstr "Οι ρυθμίσεις δεν αποθηκεύτηκαν."
207
 
208
- #: contact_form.php:1061
209
  msgid "All plugin settings were restored."
210
  msgstr ""
211
 
212
- #: contact_form.php:1067
213
  msgid "How to Use Step-by-step Instruction"
214
  msgstr ""
215
 
216
  # @ contact_form
217
- #: contact_form.php:1070 contact_form.php:3419 contact_form.php:3433
218
  msgid "Settings"
219
  msgstr "Ρυθμίσεις"
220
 
221
  # @ contact_form
222
- #: contact_form.php:1071
223
  #, fuzzy
224
  msgid "Additional settings"
225
  msgstr "Πρόσθετες επιλογές"
226
 
227
- #: contact_form.php:1072
228
  msgid "Appearance"
229
  msgstr ""
230
 
231
- #: contact_form.php:1073
232
  msgid "Custom code"
233
  msgstr ""
234
 
235
  # @ contact_form
236
- #: contact_form.php:1074
237
  msgid "Go PRO"
238
  msgstr "Αναβάθμιση σε PRO"
239
 
240
  # @ contact_form
241
- #: contact_form.php:1085
242
  #, fuzzy
243
  msgid "Notice"
244
  msgstr "Σημείωση:"
245
 
246
- #: contact_form.php:1089
247
  msgid "NEW_FORM"
248
  msgstr ""
249
 
250
  # @ contact_form
251
- #: contact_form.php:1090
252
  msgid ""
253
  "If you want to create multiple contact forms, please install the Contact "
254
  "Form Multi plugin."
@@ -257,7 +257,7 @@ msgstr ""
257
  "εγκαταστήσετε την επέκταση φόρμα επικοινωνίας Multi."
258
 
259
  # @ contact_form
260
- #: contact_form.php:1099
261
  #, fuzzy, php-format
262
  msgid ""
263
  "If you would like to add a Contact Form to your page or post, please use %s "
@@ -267,7 +267,7 @@ msgstr ""
267
  "αντιγράψετε και επικολλήσετε αυτό το σύντομο κωδικό στο άρθρο, στη σελίδα ή "
268
  "στο widget σας:"
269
 
270
- #: contact_form.php:1105
271
  #, php-format
272
  msgid ""
273
  "You can add the Contact Form to your page or post by clicking on %s button "
@@ -277,7 +277,7 @@ msgid ""
277
  msgstr ""
278
 
279
  # @ contact_form
280
- #: contact_form.php:1114
281
  msgid ""
282
  "If you leave the fields empty, the messages will be sent to the email "
283
  "address specified during registration."
@@ -286,19 +286,19 @@ msgstr ""
286
  "καθορίσατε κατά την εγγραφή σας."
287
 
288
  # @ contact_form
289
- #: contact_form.php:1117
290
  #, fuzzy
291
  msgid "The user's email address"
292
  msgstr "Η διεύθυνση email του χρήστη:"
293
 
294
  # @ contact_form
295
- #: contact_form.php:1121
296
  #, fuzzy
297
  msgid "Select a username"
298
  msgstr "Δημιουργήστε ένα όνομα χρήστη"
299
 
300
  # @ contact_form
301
- #: contact_form.php:1134
302
  #, fuzzy
303
  msgid ""
304
  "Select a username of the person who should get the messages from the contact "
@@ -308,115 +308,115 @@ msgstr ""
308
  "επικοινωνίας."
309
 
310
  # @ contact_form
311
- #: contact_form.php:1138
312
  #, fuzzy
313
  msgid "Use this email address"
314
  msgstr "Χρησιμοποιήστε αυτήν τη διεύθυνση email: "
315
 
316
  # @ contact_form
317
- #: contact_form.php:1142
318
  #, fuzzy
319
  msgid "Enter the email address for receiving messages"
320
  msgstr "Εισάγετε τη διεύθυνση email που θέλετε τα μηνύματα να προωθούνται."
321
 
322
- #: contact_form.php:1149 contact_form.php:1645 contact_form.php:1852
323
- #: contact_form.php:1957 contact_form.php:3514
324
  msgid "Close"
325
  msgstr ""
326
 
327
  # @ contact_form
328
- #: contact_form.php:1153
329
  #, fuzzy
330
  msgid "Add department selectbox to the contact form"
331
  msgstr "Προσθέστε τμήμα selectbox στην φόρμα επικοινωνίας:"
332
 
333
  # @ contact_form
334
- #: contact_form.php:1161 contact_form.php:1654 contact_form.php:1871
335
- #: contact_form.php:2163
336
  msgid "If you upgrade to Pro version all your settings will be saved."
337
  msgstr ""
338
  "Εάν κάνετε αναβάθμιση σε έκδοση Pro όλες οι ρυθμίσεις σας θα αποθηκευτούν."
339
 
340
- #: contact_form.php:1168 contact_form.php:1490 contact_form.php:1659
341
- #: contact_form.php:1878 contact_form.php:2170
342
  msgid "Upgrade to Pro"
343
  msgstr ""
344
 
345
  # @ contact_form
346
- #: contact_form.php:1176
347
  msgid "Save emails to the database"
348
  msgstr "Αποθηκεύστε τα μηνύματα ηλεκτρονικού ταχυδρομείου στη βάση δεδομένων"
349
 
350
  # @ contact_form
351
- #: contact_form.php:1188 contact_form.php:1202 contact_form.php:1209
352
  msgid "Using"
353
  msgstr "Χρήση"
354
 
355
- #: contact_form.php:1194 contact_form.php:1546 contact_form.php:1588
356
- #: contact_form.php:1623
357
  msgid "Please activate the appropriate option on"
358
  msgstr ""
359
 
360
  # @ contact_form
361
- #: contact_form.php:1197 contact_form.php:1549 contact_form.php:1591
362
- #: contact_form.php:1626
363
  #, fuzzy
364
  msgid "settings page"
365
  msgstr "Οι ρυθμίσεις αποθηκεύτηκαν."
366
 
367
  # @ contact_form
368
- #: contact_form.php:1203 contact_form.php:1556 contact_form.php:1599
369
- #: contact_form.php:1633
370
  #, fuzzy
371
  msgid "Activate"
372
  msgstr "Ενεργοποίηση captcha"
373
 
374
  # @ contact_form
375
- #: contact_form.php:1210 contact_form.php:1565 contact_form.php:1605
376
- #: contact_form.php:1638
377
  #, fuzzy
378
  msgid "Download"
379
  msgstr "Κατέβασμα captcha"
380
 
381
- #: contact_form.php:1222
382
  msgid "Sending method"
383
  msgstr ""
384
 
385
  # @ contact_form
386
- #: contact_form.php:1227
387
  msgid "Wp-mail"
388
  msgstr "Wp-mail"
389
 
390
  # @ contact_form
391
- #: contact_form.php:1229
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:1232
399
  msgid "Mail"
400
  msgstr "Tαχυδρομείο"
401
 
402
  # @ contact_form
403
- #: contact_form.php:1234
404
  #, fuzzy
405
  msgid "You can use the PHP mail function for mailing"
406
  msgstr ""
407
  "Μπορείτε να χρησιμοποιήσετε τη λειτουργία wp_mail για την αποστολή emails"
408
 
409
- #: contact_form.php:1239
410
  msgid "'FROM' field"
411
  msgstr ""
412
 
413
  # @ contact_form
414
- #: contact_form.php:1255
415
  msgid "User name"
416
  msgstr "Όνομα χρήστη"
417
 
418
  # @ contact_form
419
- #: contact_form.php:1257
420
  msgid ""
421
  "The name of the user who fills the form will be used in the field 'From'."
422
  msgstr ""
@@ -424,17 +424,17 @@ msgstr ""
424
  "'Από'."
425
 
426
  # @ contact_form
427
- #: contact_form.php:1268 contact_form.php:3194 contact_form.php:3238
428
  msgid "Email"
429
  msgstr "Email"
430
 
431
  # @ contact_form
432
- #: contact_form.php:1279
433
  msgid "User email"
434
  msgstr "Email χρήστη"
435
 
436
  # @ contact_form
437
- #: contact_form.php:1281
438
  msgid ""
439
  "The email address of the user who fills the form will be used in the field "
440
  "'From'."
@@ -442,265 +442,256 @@ msgstr ""
442
  "Η διεύθυνση email του χρήστη που συμπληρώνει τη φόρμα θα χρησιμοποιηθεί στο "
443
  "πεδίο 'Από'."
444
 
445
- #: contact_form.php:1290
446
  msgid ""
447
  "If this option is changed, email messages may be moved to the spam folder or "
448
  "email delivery failures may occur."
449
  msgstr ""
450
 
451
  # @ contact_form
452
- #: contact_form.php:1299
453
  msgid "Required symbol"
454
  msgstr "Απαιτούμενο σύμβολο"
455
 
456
  # @ contact_form
457
- #: contact_form.php:1309
458
  msgid "Fields"
459
  msgstr "Πεδία"
460
 
461
  # @ contact_form
462
- #: contact_form.php:1310 contact_form.php:1337 contact_form.php:1364
463
- #: contact_form.php:1384 contact_form.php:1423 contact_form.php:1505
464
  msgid "Used"
465
  msgstr "Χρησιμοποιείται"
466
 
467
  # @ contact_form
468
- #: contact_form.php:1311 contact_form.php:1326 contact_form.php:1341
469
- #: contact_form.php:1368 contact_form.php:1388 contact_form.php:1401
470
- #: contact_form.php:1427 contact_form.php:1440 contact_form.php:1464
471
  msgid "Required"
472
  msgstr "Απαιτούμενο"
473
 
474
  # @ contact_form
475
- #: contact_form.php:1313 contact_form.php:1346 contact_form.php:1406
476
- #: contact_form.php:1445 contact_form.php:1469
477
  msgid "Visible"
478
  msgstr "Ορατό"
479
 
480
  # @ contact_form
481
- #: contact_form.php:1314 contact_form.php:1350 contact_form.php:1410
482
- #: contact_form.php:1449 contact_form.php:1473
483
  msgid "Disabled for editing"
484
  msgstr "Δεν επιτρέπεται η επεξεργασία"
485
 
486
  # @ contact_form
487
- #: contact_form.php:1315 contact_form.php:1374 contact_form.php:1453
488
- #: contact_form.php:1477
489
  msgid "Field's default value"
490
  msgstr "Προκαθορισμένη τιμή πεδίου"
491
 
492
  # @ contact_form
493
- #: contact_form.php:1322
494
  #, fuzzy
495
  msgid "Department selectbox"
496
  msgstr "Τοποθεσία selectbox"
497
 
498
- #: contact_form.php:1354
499
  msgid "Use User's name as a default value if the user is logged in."
500
  msgstr ""
501
 
502
- #: contact_form.php:1355 contact_form.php:1415
503
  msgid ""
504
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
505
  "in users."
506
  msgstr ""
507
 
508
  # @ contact_form
509
- #: contact_form.php:1361
510
  msgid "Location selectbox"
511
  msgstr "Τοποθεσία selectbox"
512
 
513
- #: contact_form.php:1414
514
  msgid "Use User's email as a default value if the user is logged in."
515
  msgstr ""
516
 
517
  # @ contact_form
518
- #: contact_form.php:1498
519
  msgid "Attachment block"
520
  msgstr "Συνημμένο μπλοκ"
521
 
522
  # @ contact_form
523
- #: contact_form.php:1500
524
  msgid "Users can attach the following file formats"
525
  msgstr "Οι χρήστες μπορούν να επισυνάψουν τις ακόλουθες μορφές αρχείων"
526
 
527
  # @ contact_form
528
- #: contact_form.php:1518
529
  msgid "Add to the form"
530
  msgstr "Προσθήκη στη φόρμα"
531
 
532
  # @ contact_form
533
- #: contact_form.php:1523
534
  msgid "Tips below the Attachment"
535
  msgstr "Συμβουλές κάτω από το συνημμένο"
536
 
537
  # @ contact_form
538
- #: contact_form.php:1530
539
  msgid "'Send me a copy' block"
540
  msgstr "Μπλοκ 'Στείλε μου ένα αντίγραφο'"
541
 
542
- #: contact_form.php:1558
543
  msgid "Activate for network"
544
  msgstr ""
545
 
546
  # @ contact_form
547
- #: contact_form.php:1649
548
  msgid "Agreement checkbox"
549
  msgstr "Checkbox συμφωνίας"
550
 
551
  # @ contact_form
552
- #: contact_form.php:1649
553
  msgid "Required checkbox for submitting the form"
554
  msgstr "Απαιτούμενο checkbox για την υποβολή της φόρμας"
555
 
556
  # @ contact_form
557
- #: contact_form.php:1650
558
  msgid "Optional checkbox"
559
  msgstr "Προαιρετικό checkbox"
560
 
561
  # @ contact_form
562
- #: contact_form.php:1650
563
  msgid "Optional checkbox, the results of which will be displayed in email"
564
  msgstr "Optional checkbox, τα αποτελέσματα του οποίου θα εμφανίζεται στο email"
565
 
566
  # @ contact_form
567
- #: contact_form.php:1668
568
  msgid "Delete an attachment file from the server after the email is sent"
569
  msgstr ""
570
  "Διαγραφή συνημμένου αρχείου από τον διακομιστή μετά την αποστολή του email"
571
 
572
  # @ contact_form
573
- #: contact_form.php:1674
574
  msgid "Email in HTML format sending"
575
  msgstr "Αποστολή email σε μορφή HTML "
576
 
577
  # @ contact_form
578
- #: contact_form.php:1678
579
  msgid "Display additional info in the email"
580
  msgstr "Εμφάνιση περισσότερων πληροφοριών στο email"
581
 
582
  # @ contact_form
583
- #: contact_form.php:1684
584
  #, fuzzy
585
  msgid "Sent from (IP address)"
586
  msgstr "Εστάλη από (διεύθυνση IP)"
587
 
588
- # @ contact_form
589
- #: contact_form.php:1684
590
- msgid "Example: Sent from (IP address):\t127.0.0.1"
591
- msgstr "Παράδειγμα: Εστάλη από (διεύθυνση IP):\t127.0.0.1"
592
 
593
  # @ contact_form
594
- #: contact_form.php:1685 contact_form.php:3143 contact_form.php:3145
595
  msgid "Date/Time"
596
  msgstr "Ημερομηνία/Ώρα"
597
 
598
- # @ contact_form
599
- #: contact_form.php:1685
600
- msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
601
- msgstr "Παράδειγμα: Ημερομηνία/Ώρα:\tΑύγυστος 19, 2013 8:50 μμ"
602
 
603
  # @ contact_form
604
- #: contact_form.php:1686 contact_form.php:3149 contact_form.php:3151
605
  msgid "Sent from (referer)"
606
  msgstr "Εστάλη από (παραπέμπτης)"
607
 
608
- # @ contact_form
609
- #: contact_form.php:1686
610
- #, fuzzy
611
  msgid ""
612
- "Example: Sent from (referer):\thttps://bestwebsoft.com/contacts/contact-us/"
613
  msgstr ""
614
- "Παράδειγμα: Εστάλη από (παραπέμπτης):\thttp://bestwebsoft.com/contacts/"
615
- "contact-us/"
616
 
617
  # @ contact_form
618
- #: contact_form.php:1687 contact_form.php:3155 contact_form.php:3157
619
  msgid "Using (user agent)"
620
  msgstr "Χρήση (μέσο χρήστη)"
621
 
622
- # @ contact_form
623
- #: contact_form.php:1687
624
  msgid ""
625
- "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
626
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
627
  msgstr ""
628
- "Παράδειγμα: Χρήση (μέσο χρήστη):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
629
- "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
630
 
631
  # @ contact_form
632
- #: contact_form.php:1692
633
  msgid "Language settings for the field names in the form"
634
  msgstr "Ρυθμίσεις γλώσσας για τα ονόματα πεδίων στη φόρμα"
635
 
636
  # @ contact_form
637
- #: contact_form.php:1701
638
  msgid "Add a language"
639
  msgstr "Προσθήκη γλώσσας"
640
 
641
  # @ contact_form
642
- #: contact_form.php:1705
643
  msgid "Change the names of the contact form fields and error messages"
644
  msgstr ""
645
  "Αλλάξτε τα ονόματα των πεδίων και των μηνύματα σφαλμάτων στη φόρμας "
646
  "επικοινωνίας "
647
 
648
  # @ contact_form
649
- #: contact_form.php:1710 contact_form.php:1806 contact_form.php:1938
650
- #: contact_form.php:2077 contact_form.php:2082 contact_form.php:2092
651
- #: contact_form.php:2097 contact_form.php:2102 contact_form.php:2107
652
- #: contact_form.php:2117 contact_form.php:2122 contact_form.php:2131
653
- #: contact_form.php:2145 contact_form.php:2150 contact_form.php:2155
654
  msgid "Default"
655
  msgstr "Προκαθορισμένο"
656
 
657
  # @ contact_form
658
- #: contact_form.php:1723 contact_form.php:1761
659
  msgid "click to expand/hide the list"
660
  msgstr "κάντε κλικ για να επεκτείνετε/αποκρύψετε τη λίστα"
661
 
662
  # @ contact_form
663
- #: contact_form.php:1732 contact_form.php:1770
664
  msgid "Tips below the Attachment block"
665
  msgstr "Συμβουλές κάτω από το Συνημμένο μπλοκ"
666
 
667
  # @ contact_form
668
- #: contact_form.php:1735 contact_form.php:1773
669
  msgid "Error message for the Name field"
670
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Όνομα'"
671
 
672
  # @ contact_form
673
- #: contact_form.php:1736 contact_form.php:1774
674
  msgid "Error message for the Address field"
675
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Διεύθυνση'"
676
 
677
  # @ contact_form
678
- #: contact_form.php:1737 contact_form.php:1775
679
  msgid "Error message for the Email field"
680
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Email'"
681
 
682
  # @ contact_form
683
- #: contact_form.php:1738 contact_form.php:1776
684
  msgid "Error message for the Phone field"
685
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Αριθμός τηλεφώνου'"
686
 
687
  # @ contact_form
688
- #: contact_form.php:1739 contact_form.php:1777
689
  msgid "Error message for the Subject field"
690
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Θέμα'"
691
 
692
  # @ contact_form
693
- #: contact_form.php:1740 contact_form.php:1778
694
  msgid "Error message for the Message field"
695
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Μήνυμα'"
696
 
697
  # @ contact_form
698
- #: contact_form.php:1741 contact_form.php:1779
699
  msgid "Error message about the file type for the Attachment field"
700
  msgstr "Μήνυμα σφάλματος σχετικά με τον τύπο αρχείου για το πεδίο 'Συνημμένο'"
701
 
702
  # @ contact_form
703
- #: contact_form.php:1742 contact_form.php:1780
704
  msgid ""
705
  "Error message while uploading a file for the Attachment field to the server"
706
  msgstr ""
@@ -708,91 +699,91 @@ msgstr ""
708
  "διακομιστή"
709
 
710
  # @ contact_form
711
- #: contact_form.php:1743 contact_form.php:1781
712
  msgid "Error message while moving the file for the Attachment field"
713
  msgstr ""
714
  "Μήνυμα σφάλματος κατά τη μετακίνηση του αρχείου για το πεδίο 'Συνημμένο'"
715
 
716
  # @ contact_form
717
- #: contact_form.php:1744 contact_form.php:1782
718
  msgid "Error message when file size limit for the Attachment field is exceeded"
719
  msgstr ""
720
  "Μήνυμα σφάλματος όταν το όριο μεγέθους αρχείου για το πεδίο 'Συνημμένο' έχει "
721
  "ξεπεραστεί"
722
 
723
  # @ contact_form
724
- #: contact_form.php:1745 contact_form.php:1783
725
  msgid "Error message for the Captcha field"
726
  msgstr "Μήνυμα σφάλματος για το πεδίο 'Captcha'"
727
 
728
  # @ contact_form
729
- #: contact_form.php:1746 contact_form.php:1784
730
  msgid "Error message for the whole form"
731
  msgstr "Μήνυμα σφάλματος συνολικά για τη φόρμα"
732
 
733
  # @ contact_form
734
- #: contact_form.php:1749 contact_form.php:1751 contact_form.php:1787
735
- #: contact_form.php:1789 contact_form.php:1821 contact_form.php:1823
736
- #: contact_form.php:1835 contact_form.php:1837 contact_form.php:3602
737
- #: contact_form.php:3604
738
  msgid "Use shortcode"
739
  msgstr "Χρήση σύντομου κωδικού"
740
 
741
  # @ contact_form
742
- #: contact_form.php:1749 contact_form.php:1751 contact_form.php:1787
743
- #: contact_form.php:1789 contact_form.php:1821 contact_form.php:1823
744
- #: contact_form.php:1835 contact_form.php:1837 contact_form.php:3602
745
- #: contact_form.php:3604
746
  msgid "for this language"
747
  msgstr "για τη συγκεκριμένη γλώσσα"
748
 
749
  # @ contact_form
750
- #: contact_form.php:1797
751
  msgid "Use the changed names of the contact form fields in the email"
752
  msgstr ""
753
  "Χρησιμοποιήστε τα τροποποιημένα ονόματα των πεδίων της φόρμας επικοινωνίας "
754
  "στο email"
755
 
756
  # @ contact_form
757
- #: contact_form.php:1803
758
  msgid "Action after email is sent"
759
  msgstr "Ενέργεια μετά την αποστολή του email"
760
 
761
  # @ contact_form
762
- #: contact_form.php:1805
763
  msgid "Display text"
764
  msgstr "Εμφάνιση κειμένου"
765
 
766
  # @ contact_form
767
- #: contact_form.php:1819 contact_form.php:1833
768
  msgid "Text"
769
  msgstr "Κείμενο"
770
 
771
  # @ contact_form
772
- #: contact_form.php:1844
773
  msgid "Redirect to the page"
774
  msgstr "Ανακατεύθυνση στη σελίδα"
775
 
776
  # @ contact_form
777
- #: contact_form.php:1845
778
  msgid "Url"
779
  msgstr "Url"
780
 
781
- #: contact_form.php:1856
782
  msgid "Add field 'Reply-To' to the email header"
783
  msgstr ""
784
 
785
- #: contact_form.php:1858
786
  msgid "Field 'Reply-To' will be initialized by user email"
787
  msgstr ""
788
 
789
  # @ contact_form
790
- #: contact_form.php:1862
791
  msgid "Auto Response"
792
  msgstr "Αυτόματη Απάντηση"
793
 
794
  # @ contact_form
795
- #: contact_form.php:1866
796
  #, php-format
797
  msgid ""
798
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -805,225 +796,225 @@ msgstr ""
805
  "ιστολογίου."
806
 
807
  # @ default
808
- #: contact_form.php:1888 contact_form.php:2419
809
  msgid "Save Changes"
810
  msgstr "Αποθήκευση αλλαγών"
811
 
812
- #: contact_form.php:1901
813
  #, php-format
814
  msgid ""
815
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
816
  msgstr ""
817
 
818
- #: contact_form.php:1901 contact_form.php:1910
819
  msgid "Form layout"
820
  msgstr ""
821
 
822
  # @ contact_form
823
- #: contact_form.php:1901 contact_form.php:1922
824
  #, fuzzy
825
  msgid "Submit position"
826
  msgstr "Κομβίο Υποβολής"
827
 
828
- #: contact_form.php:1914
829
  msgid "One column"
830
  msgstr ""
831
 
832
- #: contact_form.php:1917
833
  msgid "Two columns"
834
  msgstr ""
835
 
836
- #: contact_form.php:1926 contact_form.php:1965 contact_form.php:1983
837
- #: contact_form.php:1998
838
  msgid "Left"
839
  msgstr ""
840
 
841
- #: contact_form.php:1929 contact_form.php:1971 contact_form.php:1986
842
- #: contact_form.php:2004
843
  msgid "Right"
844
  msgstr ""
845
 
846
- #: contact_form.php:1934
847
  msgid "Width"
848
  msgstr ""
849
 
850
- #: contact_form.php:1941
851
  msgid "Custom"
852
  msgstr ""
853
 
854
- #: contact_form.php:1948
855
  msgid "px"
856
  msgstr ""
857
 
858
- #: contact_form.php:1961
859
  msgid "Form align"
860
  msgstr ""
861
 
862
- #: contact_form.php:1968 contact_form.php:2001
863
  msgid "Center"
864
  msgstr ""
865
 
866
  # @ contact_form
867
- #: contact_form.php:1976
868
  #, fuzzy
869
  msgid "Labels position"
870
  msgstr "Κομβίο Υποβολής"
871
 
872
- #: contact_form.php:1980
873
  msgid "Top"
874
  msgstr ""
875
 
876
- #: contact_form.php:1989
877
  msgid "Bottom"
878
  msgstr ""
879
 
880
- #: contact_form.php:1994
881
  msgid "Labels align"
882
  msgstr ""
883
 
884
  # @ contact_form
885
- #: contact_form.php:2009
886
  msgid "Errors output"
887
  msgstr "Έξοδος σφαλμάτων"
888
 
889
  # @ contact_form
890
- #: contact_form.php:2012
891
  msgid "Display error messages"
892
  msgstr "Εμφάνιση μηνυμάτων σφαλμάτων"
893
 
894
  # @ contact_form
895
- #: contact_form.php:2013
896
  msgid "Color of the input field errors."
897
  msgstr "Χρώμα των σφαλμάτων στα πεδία εισαγωγής."
898
 
899
  # @ contact_form
900
- #: contact_form.php:2014
901
  msgid "Display error messages & color of the input field errors"
902
  msgstr ""
903
  "Εμφάνιση μηνυμάτων σφαλμάτων & χρώμα των σφαλμάτων στα πεδία εισαγωγής."
904
 
905
  # @ contact_form
906
- #: contact_form.php:2019
907
  msgid "Add placeholder to the input blocks"
908
  msgstr "Προσθήκη placeholder στα μπλοκς εισαγωγής"
909
 
910
  # @ contact_form
911
- #: contact_form.php:2025
912
  msgid "Add tooltips"
913
  msgstr "Προσθήκη επεξηγήσεων"
914
 
915
  # @ contact_form
916
- #: contact_form.php:2039
917
  msgid "Email address"
918
  msgstr "Email"
919
 
920
  # @ contact_form
921
- #: contact_form.php:2044 contact_form.php:3210 contact_form.php:3251
922
  msgid "Phone Number"
923
  msgstr "Αριθμός τηλεφώνου"
924
 
925
  # @ contact_form
926
- #: contact_form.php:2070
927
  msgid "Style options"
928
  msgstr "Ρυμθίσεις εμφάνισης"
929
 
930
  # @ contact_form
931
- #: contact_form.php:2074
932
  msgid "Text color"
933
  msgstr "Χρώμα κειμένου"
934
 
935
  # @ contact_form
936
- #: contact_form.php:2079
937
  msgid "Label text color"
938
  msgstr "Χρώμα κειμένου ετικέτας"
939
 
940
  # @ contact_form
941
- #: contact_form.php:2084
942
  msgid "Placeholder color"
943
  msgstr "Χρώμα placeholder"
944
 
945
  # @ contact_form
946
- #: contact_form.php:2089
947
  msgid "Errors color"
948
  msgstr "Χρώμα σφαλμάτων"
949
 
950
  # @ contact_form
951
- #: contact_form.php:2094
952
  msgid "Error text color"
953
  msgstr "Χρώμα κειμένου σφάλματος"
954
 
955
  # @ contact_form
956
- #: contact_form.php:2099
957
  msgid "Background color of the input field errors"
958
  msgstr "Χρώμα φόντου στα πεδία εισαγωγής σφαλμάτων"
959
 
960
  # @ contact_form
961
- #: contact_form.php:2104
962
  msgid "Border color of the input field errors"
963
  msgstr "Χρώμα περιγράμματος στα πεδία εισαγωγής σφαλμάτων"
964
 
965
  # @ contact_form
966
- #: contact_form.php:2109
967
  msgid "Placeholder color of the input field errors"
968
  msgstr "Χρώμα placeholder στα πεδία εισαγωγής σφαλμάτων"
969
 
970
  # @ contact_form
971
- #: contact_form.php:2114
972
  msgid "Input fields"
973
  msgstr "Πεδία εισαγωγής"
974
 
975
  # @ contact_form
976
- #: contact_form.php:2119
977
  msgid "Input fields background color"
978
  msgstr "Χρώμα φόντου στα πεδία εισαγωγής"
979
 
980
  # @ contact_form
981
- #: contact_form.php:2124
982
  msgid "Text fields color"
983
  msgstr "Χρώμα πεδίων κειμένου"
984
 
985
  # @ contact_form
986
- #: contact_form.php:2128
987
  msgid "Border width in px, numbers only"
988
  msgstr "Πλάτος περιγράμματος σε px, μόνο αριθμοί"
989
 
990
  # @ contact_form
991
- #: contact_form.php:2133 contact_form.php:2157
992
  msgid "Border color"
993
  msgstr "Χρώμα περιγράμματος"
994
 
995
  # @ contact_form
996
- #: contact_form.php:2138
997
  msgid "Submit button"
998
  msgstr "Κομβίο Υποβολής"
999
 
1000
  # @ contact_form
1001
- #: contact_form.php:2142
1002
  msgid "Width in px, numbers only"
1003
  msgstr "Πλάτος σε px, μόνο αριθμοί"
1004
 
1005
  # @ contact_form
1006
- #: contact_form.php:2147
1007
  msgid "Button color"
1008
  msgstr "Χρώμα κομβίου"
1009
 
1010
  # @ contact_form
1011
- #: contact_form.php:2152
1012
  msgid "Button text color"
1013
  msgstr "Χρώμα κειμένου κομβίου"
1014
 
1015
  # @ contact_form
1016
- #: contact_form.php:2181
1017
  #, fuzzy
1018
  msgid "Contact Form | Preview"
1019
  msgstr "Contact Form Pro | Προεπισκόπηση"
1020
 
1021
- #: contact_form.php:2182
1022
  msgid "Drag the necessary field to sort fields."
1023
  msgstr ""
1024
 
1025
  # @ contact_form
1026
- #: contact_form.php:2408
1027
  #, fuzzy
1028
  msgid ""
1029
  "If you would like to add the Contact Form to your website, just copy and "
@@ -1034,28 +1025,28 @@ msgstr ""
1034
  "στο widget σας:"
1035
 
1036
  # @ contact_form
1037
- #: contact_form.php:2536
1038
  msgid "Sorry, email message could not be delivered."
1039
  msgstr ""
1040
  "Λυπούμαστε, το μήνυμα ηλεκτρονικού ταχυδρομείου δεν μπόρεσε να παραδοθεί."
1041
 
1042
  # @ contact_form
1043
- #: contact_form.php:3137 contact_form.php:3139
1044
  msgid "Sent from (ip address)"
1045
  msgstr "Εστάλη από (διεύθυνση IP)"
1046
 
1047
  # @ contact_form
1048
- #: contact_form.php:3167
1049
  msgid "Contact from"
1050
  msgstr "Φόρμμα επικοινωνίας"
1051
 
1052
  # @ contact_form
1053
- #: contact_form.php:3172 contact_form.php:3221
1054
  msgid "Site"
1055
  msgstr "Ιστοσελίδα"
1056
 
1057
  # @ contact_form
1058
- #: contact_form.php:3351
1059
  msgid ""
1060
  "If you can see this MIME, it means that the MIME type is not supported by "
1061
  "your email client!"
@@ -1064,44 +1055,52 @@ msgstr ""
1064
  "υποστηρίζεται από τον email client σας!"
1065
 
1066
  # @ contact_form
1067
- #: contact_form.php:3434
1068
  msgid "FAQ"
1069
  msgstr "Συχνές Ερωτήσεις"
1070
 
1071
  # @ contact_form
1072
- #: contact_form.php:3435
1073
  msgid "Support"
1074
  msgstr "Υποστήριξη"
1075
 
1076
  # @ contact_form
1077
- #: contact_form.php:3484
1078
  msgid "Are you sure that you want to delete this language data?"
1079
  msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε τα δεδομένα αυτής της γλώσσας;"
1080
 
1081
  # @ contact_form
1082
- #: contact_form.php:3505
1083
  #, fuzzy
1084
  msgid "Add multiple forms"
1085
  msgstr "Προσθήκη στη φόρμα"
1086
 
1087
- #: contact_form.php:3505
1088
  msgid ""
1089
  "Install Contact Form Multi plugin to create unlimited number of contact "
1090
  "forms."
1091
  msgstr ""
1092
 
1093
  # @ contact_form
1094
- #: contact_form.php:3510
1095
  #, fuzzy
1096
  msgid "Learn more"
1097
  msgstr "Μάθετε περισσότερα"
1098
 
1099
- #: contact_form.php:3751
 
 
 
 
 
 
 
 
1100
  msgid "Close notice"
1101
  msgstr ""
1102
 
1103
  # @ contact_form
1104
- #: contact_form.php:3756
1105
  #, fuzzy
1106
  msgid "allows to store your messages to the database."
1107
  msgstr ""
@@ -1109,27 +1108,52 @@ msgstr ""
1109
  "στη βάση δεδομένων."
1110
 
1111
  # @ contact_form
1112
- #: contact_form.php:3757
1113
  msgid "Manage messages that have been sent from your website."
1114
  msgstr "Διαχειριστείτε τα μηνύματα που έχουν σταλεί από την ιστοσελίδα σας."
1115
 
1116
  # @ contact_form
1117
- #: contact_form.php:3760
1118
  msgid "Learn More"
1119
  msgstr "Μάθετε περισσότερα"
1120
 
1121
  # @ contact_form
1122
- #: contact_form.php:3820
1123
  #, fuzzy
1124
  msgid "Contact form"
1125
  msgstr "Φόρμμα επικοινωνίας"
1126
 
1127
  # @ contact_form
1128
- #: contact_form.php:3833 contact_form.php:3843
1129
  #, fuzzy
1130
  msgid "Language"
1131
  msgstr "Προσθήκη γλώσσας"
1132
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1133
  # @ contact_form
1134
  #, fuzzy
1135
  #~ msgid "Unlock premium options by upgrading to Pro version"
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-11-15 11:15+0200\n"
6
+ "PO-Revision-Date: 2017-11-15 11:15+0200\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Dimitris Karantonis <dkarantonis@gmail.com>\n"
9
  "Language: el\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.8.7.1\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
18
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
 
23
  # @ contact_form
24
+ #: contact_form.php:37 contact_form.php:953
25
  msgid "Contact Form Settings"
26
  msgstr "Ρυθμίσεις φόρμας επικοινωνίας"
27
 
31
  msgstr "Φόρμα Επικοινωνίας"
32
 
33
  # @ contact_form
34
+ #: contact_form.php:300 contact_form.php:1133 contact_form.php:1223
35
+ #: contact_form.php:1613 contact_form.php:1651 contact_form.php:1918
36
+ #: contact_form.php:3045 contact_form.php:3091
37
  msgid "Name"
38
  msgstr "Όνομα"
39
 
40
  # @ contact_form
41
+ #: contact_form.php:301 contact_form.php:1270 contact_form.php:1614
42
+ #: contact_form.php:1652 contact_form.php:1923 contact_form.php:3052
43
+ #: contact_form.php:3097
44
  msgid "Address"
45
  msgstr "Διεύθυνση"
46
 
47
  # @ contact_form
48
+ #: contact_form.php:302 contact_form.php:1286 contact_form.php:1615
49
+ #: contact_form.php:1653
50
  msgid "Email Address"
51
  msgstr "Διεύθυνση Email"
52
 
53
  # @ contact_form
54
+ #: contact_form.php:303 contact_form.php:1309 contact_form.php:1616
55
+ #: contact_form.php:1654
56
  msgid "Phone number"
57
  msgstr "Αριθμός τηλεφώνου"
58
 
59
  # @ contact_form
60
+ #: contact_form.php:304 contact_form.php:1325 contact_form.php:1617
61
+ #: contact_form.php:1655 contact_form.php:1938 contact_form.php:3063
62
+ #: contact_form.php:3106
63
  msgid "Subject"
64
  msgstr "Θέμα"
65
 
66
  # @ contact_form
67
+ #: contact_form.php:305 contact_form.php:1349 contact_form.php:1618
68
+ #: contact_form.php:1656 contact_form.php:1942 contact_form.php:3068
69
+ #: contact_form.php:3110
70
  msgid "Message"
71
  msgstr "Μήνυμα"
72
 
73
  # @ contact_form
74
+ #: contact_form.php:306 contact_form.php:1619 contact_form.php:1657
75
+ #: contact_form.php:1947
76
  msgid "Attachment"
77
  msgstr "Συννημένο αρχείο"
78
 
79
  # @ contact_form
80
+ #: contact_form.php:307
81
  msgid ""
82
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
83
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
87
  "PPT."
88
 
89
  # @ contact_form
90
+ #: contact_form.php:308 contact_form.php:1621 contact_form.php:1659
91
  msgid "Send me a copy"
92
  msgstr "Αποστολή αντιγράφου"
93
 
94
  # @ contact_form
95
+ #: contact_form.php:309 contact_form.php:1622 contact_form.php:1660
96
  msgid "Submit"
97
  msgstr "Αποστολή"
98
 
99
  # @ contact_form
100
+ #: contact_form.php:310
101
  msgid "Your name is required."
102
  msgstr "Το όνομα σας είναι απαραίτητο."
103
 
104
  # @ contact_form
105
+ #: contact_form.php:311
106
  msgid "Address is required."
107
  msgstr "Η διεύθυνσή σας είναι απαραίτητη."
108
 
109
  # @ contact_form
110
+ #: contact_form.php:312
111
  msgid "A valid email address is required."
112
  msgstr "Απαιτείται μία έγκυρη διεύθυνση email."
113
 
114
  # @ contact_form
115
+ #: contact_form.php:313
116
  msgid "Phone number is required."
117
  msgstr "Ο αριθμός τηλεφώνου είναι απαραίτητος."
118
 
119
  # @ contact_form
120
+ #: contact_form.php:314
121
  msgid "Subject is required."
122
  msgstr "Το θέμα είναι απαραίτητο."
123
 
124
  # @ contact_form
125
+ #: contact_form.php:315
126
  msgid "Message text is required."
127
  msgstr "Το μήνυμα κειμένου είναι απαραίτητο."
128
 
129
  # @ contact_form
130
+ #: contact_form.php:316
131
  msgid "File format is not valid."
132
  msgstr "Ο τύπος του αρχείου δεν είναι έγκυρος."
133
 
134
  # @ contact_form
135
+ #: contact_form.php:317
136
  msgid "File upload error."
137
  msgstr "Πρόβλημα κατά το ανέβασμα του αρχείου."
138
 
139
  # @ contact_form
140
+ #: contact_form.php:318
141
  msgid "The file could not be uploaded."
142
  msgstr "Το αρχείο δεν μπορούσε να ανέβει."
143
 
144
  # @ contact_form
145
+ #: contact_form.php:319
146
  msgid "This file is too large."
147
  msgstr "Το μέγεθος αρχείου είναι πολύ μεγάλο."
148
 
149
  # @ contact_form
150
+ #: contact_form.php:320
151
  msgid "Please fill out the CAPTCHA."
152
  msgstr "Παρακαλούμε, συμπληρώστε το πεδίο CAPTCHA."
153
 
154
  # @ contact_form
155
+ #: contact_form.php:321
156
  msgid "Please make corrections below and try again."
157
  msgstr ""
158
  "Παρακαλούμε, προχωρήστε στις παρακακάτω διορθώσεις και προσπαθήστε ξανά."
159
 
160
  # @ contact_form
161
+ #: contact_form.php:323
162
  msgid "Thank you for contacting us."
163
  msgstr "Σας ευχαριστούμε για την επικοινωνία."
164
 
165
  # @ contact_form
166
+ #: contact_form.php:650 contact_form.php:910
167
  msgid "Settings saved."
168
  msgstr "Οι ρυθμίσεις αποθηκεύτηκαν."
169
 
170
+ #: contact_form.php:855
171
  msgid ""
172
  "Email 'FROM' field option was changed, which may cause email messages being "
173
  "moved to the spam folder or email delivery failures."
174
  msgstr ""
175
 
176
  # @ contact_form
177
+ #: contact_form.php:865
178
  msgid ""
179
  "If the 'Redirect to page' option is selected then the URL field should be in "
180
  "the following format"
183
  "πεδίο URL θα πρέπει να έχει την ακόλουθη μορφή"
184
 
185
  # @ contact_form
186
+ #: contact_form.php:872
187
  msgid "Such user does not exist."
188
  msgstr "Τέτοιος χρήστης δεν υπάρχει."
189
 
190
  # @ contact_form
191
+ #: contact_form.php:882
192
  msgid ""
193
  "Please enter a valid email address in the 'Use this email address' field."
194
  msgstr ""
196
  "αυτήν τη διεύθυνση email'."
197
 
198
  # @ contact_form
199
+ #: contact_form.php:890
200
  msgid "Please enter a valid email address in the 'FROM' field."
201
  msgstr "Παρακαλούμε, εισάγετε μια έγκυρη διεύθυνση email στο πεδίο «ΑΠΟ»."
202
 
203
  # @ contact_form
204
+ #: contact_form.php:912
205
  msgid "Settings are not saved."
206
  msgstr "Οι ρυθμίσεις δεν αποθηκεύτηκαν."
207
 
208
+ #: contact_form.php:950
209
  msgid "All plugin settings were restored."
210
  msgstr ""
211
 
212
+ #: contact_form.php:956
213
  msgid "How to Use Step-by-step Instruction"
214
  msgstr ""
215
 
216
  # @ contact_form
217
+ #: contact_form.php:959 contact_form.php:3254 contact_form.php:3268
218
  msgid "Settings"
219
  msgstr "Ρυθμίσεις"
220
 
221
  # @ contact_form
222
+ #: contact_form.php:960
223
  #, fuzzy
224
  msgid "Additional settings"
225
  msgstr "Πρόσθετες επιλογές"
226
 
227
+ #: contact_form.php:961
228
  msgid "Appearance"
229
  msgstr ""
230
 
231
+ #: contact_form.php:962
232
  msgid "Custom code"
233
  msgstr ""
234
 
235
  # @ contact_form
236
+ #: contact_form.php:963
237
  msgid "Go PRO"
238
  msgstr "Αναβάθμιση σε PRO"
239
 
240
  # @ contact_form
241
+ #: contact_form.php:974
242
  #, fuzzy
243
  msgid "Notice"
244
  msgstr "Σημείωση:"
245
 
246
+ #: contact_form.php:978
247
  msgid "NEW_FORM"
248
  msgstr ""
249
 
250
  # @ contact_form
251
+ #: contact_form.php:979
252
  msgid ""
253
  "If you want to create multiple contact forms, please install the Contact "
254
  "Form Multi plugin."
257
  "εγκαταστήσετε την επέκταση φόρμα επικοινωνίας Multi."
258
 
259
  # @ contact_form
260
+ #: contact_form.php:988
261
  #, fuzzy, php-format
262
  msgid ""
263
  "If you would like to add a Contact Form to your page or post, please use %s "
267
  "αντιγράψετε και επικολλήσετε αυτό το σύντομο κωδικό στο άρθρο, στη σελίδα ή "
268
  "στο widget σας:"
269
 
270
+ #: contact_form.php:994
271
  #, php-format
272
  msgid ""
273
  "You can add the Contact Form to your page or post by clicking on %s button "
277
  msgstr ""
278
 
279
  # @ contact_form
280
+ #: contact_form.php:1003
281
  msgid ""
282
  "If you leave the fields empty, the messages will be sent to the email "
283
  "address specified during registration."
286
  "καθορίσατε κατά την εγγραφή σας."
287
 
288
  # @ contact_form
289
+ #: contact_form.php:1006
290
  #, fuzzy
291
  msgid "The user's email address"
292
  msgstr "Η διεύθυνση email του χρήστη:"
293
 
294
  # @ contact_form
295
+ #: contact_form.php:1010
296
  #, fuzzy
297
  msgid "Select a username"
298
  msgstr "Δημιουργήστε ένα όνομα χρήστη"
299
 
300
  # @ contact_form
301
+ #: contact_form.php:1023
302
  #, fuzzy
303
  msgid ""
304
  "Select a username of the person who should get the messages from the contact "
308
  "επικοινωνίας."
309
 
310
  # @ contact_form
311
+ #: contact_form.php:1027
312
  #, fuzzy
313
  msgid "Use this email address"
314
  msgstr "Χρησιμοποιήστε αυτήν τη διεύθυνση email: "
315
 
316
  # @ contact_form
317
+ #: contact_form.php:1031
318
  #, fuzzy
319
  msgid "Enter the email address for receiving messages"
320
  msgstr "Εισάγετε τη διεύθυνση email που θέλετε τα μηνύματα να προωθούνται."
321
 
322
+ #: contact_form.php:1038 contact_form.php:1533 contact_form.php:1740
323
+ #: contact_form.php:1846 contact_form.php:3351
324
  msgid "Close"
325
  msgstr ""
326
 
327
  # @ contact_form
328
+ #: contact_form.php:1042
329
  #, fuzzy
330
  msgid "Add department selectbox to the contact form"
331
  msgstr "Προσθέστε τμήμα selectbox στην φόρμα επικοινωνίας:"
332
 
333
  # @ contact_form
334
+ #: contact_form.php:1050 contact_form.php:1542 contact_form.php:1759
335
+ #: contact_form.php:2052
336
  msgid "If you upgrade to Pro version all your settings will be saved."
337
  msgstr ""
338
  "Εάν κάνετε αναβάθμιση σε έκδοση Pro όλες οι ρυθμίσεις σας θα αποθηκευτούν."
339
 
340
+ #: contact_form.php:1057 contact_form.php:1379 contact_form.php:1547
341
+ #: contact_form.php:1766 contact_form.php:2059
342
  msgid "Upgrade to Pro"
343
  msgstr ""
344
 
345
  # @ contact_form
346
+ #: contact_form.php:1065
347
  msgid "Save emails to the database"
348
  msgstr "Αποθηκεύστε τα μηνύματα ηλεκτρονικού ταχυδρομείου στη βάση δεδομένων"
349
 
350
  # @ contact_form
351
+ #: contact_form.php:1077 contact_form.php:1091 contact_form.php:1098
352
  msgid "Using"
353
  msgstr "Χρήση"
354
 
355
+ #: contact_form.php:1083 contact_form.php:1435 contact_form.php:1476
356
+ #: contact_form.php:1511
357
  msgid "Please activate the appropriate option on"
358
  msgstr ""
359
 
360
  # @ contact_form
361
+ #: contact_form.php:1086 contact_form.php:1438 contact_form.php:1479
362
+ #: contact_form.php:1514
363
  #, fuzzy
364
  msgid "settings page"
365
  msgstr "Οι ρυθμίσεις αποθηκεύτηκαν."
366
 
367
  # @ contact_form
368
+ #: contact_form.php:1092 contact_form.php:1445 contact_form.php:1487
369
+ #: contact_form.php:1521
370
  #, fuzzy
371
  msgid "Activate"
372
  msgstr "Ενεργοποίηση captcha"
373
 
374
  # @ contact_form
375
+ #: contact_form.php:1099 contact_form.php:1454 contact_form.php:1493
376
+ #: contact_form.php:1526
377
  #, fuzzy
378
  msgid "Download"
379
  msgstr "Κατέβασμα captcha"
380
 
381
+ #: contact_form.php:1111
382
  msgid "Sending method"
383
  msgstr ""
384
 
385
  # @ contact_form
386
+ #: contact_form.php:1116
387
  msgid "Wp-mail"
388
  msgstr "Wp-mail"
389
 
390
  # @ contact_form
391
+ #: contact_form.php:1118
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:1121
399
  msgid "Mail"
400
  msgstr "Tαχυδρομείο"
401
 
402
  # @ contact_form
403
+ #: contact_form.php:1123
404
  #, fuzzy
405
  msgid "You can use the PHP mail function for mailing"
406
  msgstr ""
407
  "Μπορείτε να χρησιμοποιήσετε τη λειτουργία wp_mail για την αποστολή emails"
408
 
409
+ #: contact_form.php:1128
410
  msgid "'FROM' field"
411
  msgstr ""
412
 
413
  # @ contact_form
414
+ #: contact_form.php:1144
415
  msgid "User name"
416
  msgstr "Όνομα χρήστη"
417
 
418
  # @ contact_form
419
+ #: contact_form.php:1146
420
  msgid ""
421
  "The name of the user who fills the form will be used in the field 'From'."
422
  msgstr ""
424
  "'Από'."
425
 
426
  # @ contact_form
427
+ #: contact_form.php:1157 contact_form.php:3058 contact_form.php:3102
428
  msgid "Email"
429
  msgstr "Email"
430
 
431
  # @ contact_form
432
+ #: contact_form.php:1168
433
  msgid "User email"
434
  msgstr "Email χρήστη"
435
 
436
  # @ contact_form
437
+ #: contact_form.php:1170
438
  msgid ""
439
  "The email address of the user who fills the form will be used in the field "
440
  "'From'."
442
  "Η διεύθυνση email του χρήστη που συμπληρώνει τη φόρμα θα χρησιμοποιηθεί στο "
443
  "πεδίο 'Από'."
444
 
445
+ #: contact_form.php:1179
446
  msgid ""
447
  "If this option is changed, email messages may be moved to the spam folder or "
448
  "email delivery failures may occur."
449
  msgstr ""
450
 
451
  # @ contact_form
452
+ #: contact_form.php:1188
453
  msgid "Required symbol"
454
  msgstr "Απαιτούμενο σύμβολο"
455
 
456
  # @ contact_form
457
+ #: contact_form.php:1198
458
  msgid "Fields"
459
  msgstr "Πεδία"
460
 
461
  # @ contact_form
462
+ #: contact_form.php:1199 contact_form.php:1226 contact_form.php:1253
463
+ #: contact_form.php:1273 contact_form.php:1312 contact_form.php:1394
464
  msgid "Used"
465
  msgstr "Χρησιμοποιείται"
466
 
467
  # @ contact_form
468
+ #: contact_form.php:1200 contact_form.php:1215 contact_form.php:1230
469
+ #: contact_form.php:1257 contact_form.php:1277 contact_form.php:1290
470
+ #: contact_form.php:1316 contact_form.php:1329 contact_form.php:1353
471
  msgid "Required"
472
  msgstr "Απαιτούμενο"
473
 
474
  # @ contact_form
475
+ #: contact_form.php:1202 contact_form.php:1235 contact_form.php:1295
476
+ #: contact_form.php:1334 contact_form.php:1358
477
  msgid "Visible"
478
  msgstr "Ορατό"
479
 
480
  # @ contact_form
481
+ #: contact_form.php:1203 contact_form.php:1239 contact_form.php:1299
482
+ #: contact_form.php:1338 contact_form.php:1362
483
  msgid "Disabled for editing"
484
  msgstr "Δεν επιτρέπεται η επεξεργασία"
485
 
486
  # @ contact_form
487
+ #: contact_form.php:1204 contact_form.php:1263 contact_form.php:1342
488
+ #: contact_form.php:1366
489
  msgid "Field's default value"
490
  msgstr "Προκαθορισμένη τιμή πεδίου"
491
 
492
  # @ contact_form
493
+ #: contact_form.php:1211
494
  #, fuzzy
495
  msgid "Department selectbox"
496
  msgstr "Τοποθεσία selectbox"
497
 
498
+ #: contact_form.php:1243
499
  msgid "Use User's name as a default value if the user is logged in."
500
  msgstr ""
501
 
502
+ #: contact_form.php:1244 contact_form.php:1304
503
  msgid ""
504
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
505
  "in users."
506
  msgstr ""
507
 
508
  # @ contact_form
509
+ #: contact_form.php:1250
510
  msgid "Location selectbox"
511
  msgstr "Τοποθεσία selectbox"
512
 
513
+ #: contact_form.php:1303
514
  msgid "Use User's email as a default value if the user is logged in."
515
  msgstr ""
516
 
517
  # @ contact_form
518
+ #: contact_form.php:1387
519
  msgid "Attachment block"
520
  msgstr "Συνημμένο μπλοκ"
521
 
522
  # @ contact_form
523
+ #: contact_form.php:1389
524
  msgid "Users can attach the following file formats"
525
  msgstr "Οι χρήστες μπορούν να επισυνάψουν τις ακόλουθες μορφές αρχείων"
526
 
527
  # @ contact_form
528
+ #: contact_form.php:1407
529
  msgid "Add to the form"
530
  msgstr "Προσθήκη στη φόρμα"
531
 
532
  # @ contact_form
533
+ #: contact_form.php:1412
534
  msgid "Tips below the Attachment"
535
  msgstr "Συμβουλές κάτω από το συνημμένο"
536
 
537
  # @ contact_form
538
+ #: contact_form.php:1419
539
  msgid "'Send me a copy' block"
540
  msgstr "Μπλοκ 'Στείλε μου ένα αντίγραφο'"
541
 
542
+ #: contact_form.php:1447
543
  msgid "Activate for network"
544
  msgstr ""
545
 
546
  # @ contact_form
547
+ #: contact_form.php:1537
548
  msgid "Agreement checkbox"
549
  msgstr "Checkbox συμφωνίας"
550
 
551
  # @ contact_form
552
+ #: contact_form.php:1537
553
  msgid "Required checkbox for submitting the form"
554
  msgstr "Απαιτούμενο checkbox για την υποβολή της φόρμας"
555
 
556
  # @ contact_form
557
+ #: contact_form.php:1538
558
  msgid "Optional checkbox"
559
  msgstr "Προαιρετικό checkbox"
560
 
561
  # @ contact_form
562
+ #: contact_form.php:1538
563
  msgid "Optional checkbox, the results of which will be displayed in email"
564
  msgstr "Optional checkbox, τα αποτελέσματα του οποίου θα εμφανίζεται στο email"
565
 
566
  # @ contact_form
567
+ #: contact_form.php:1556
568
  msgid "Delete an attachment file from the server after the email is sent"
569
  msgstr ""
570
  "Διαγραφή συνημμένου αρχείου από τον διακομιστή μετά την αποστολή του email"
571
 
572
  # @ contact_form
573
+ #: contact_form.php:1562
574
  msgid "Email in HTML format sending"
575
  msgstr "Αποστολή email σε μορφή HTML "
576
 
577
  # @ contact_form
578
+ #: contact_form.php:1566
579
  msgid "Display additional info in the email"
580
  msgstr "Εμφάνιση περισσότερων πληροφοριών στο email"
581
 
582
  # @ contact_form
583
+ #: contact_form.php:1572
584
  #, fuzzy
585
  msgid "Sent from (IP address)"
586
  msgstr "Εστάλη από (διεύθυνση IP)"
587
 
588
+ #: contact_form.php:1572
589
+ msgid "Example: Sent from (IP address): 127.0.0.1"
590
+ msgstr ""
 
591
 
592
  # @ contact_form
593
+ #: contact_form.php:1573 contact_form.php:3007 contact_form.php:3009
594
  msgid "Date/Time"
595
  msgstr "Ημερομηνία/Ώρα"
596
 
597
+ #: contact_form.php:1573
598
+ msgid "Example: Date/Time: August 19, 2013 8:50 pm"
599
+ msgstr ""
 
600
 
601
  # @ contact_form
602
+ #: contact_form.php:1574 contact_form.php:3013 contact_form.php:3015
603
  msgid "Sent from (referer)"
604
  msgstr "Εστάλη από (παραπέμπτης)"
605
 
606
+ #: contact_form.php:1574
 
 
607
  msgid ""
608
+ "Example: Sent from (referer): https://bestwebsoft.com/contacts/contact-us/"
609
  msgstr ""
 
 
610
 
611
  # @ contact_form
612
+ #: contact_form.php:1575 contact_form.php:3019 contact_form.php:3021
613
  msgid "Using (user agent)"
614
  msgstr "Χρήση (μέσο χρήστη)"
615
 
616
+ #: contact_form.php:1575
 
617
  msgid ""
618
+ "Example: Using (user agent): Mozilla/5.0 (Windows NT 6.2; WOW64) "
619
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
620
  msgstr ""
 
 
621
 
622
  # @ contact_form
623
+ #: contact_form.php:1580
624
  msgid "Language settings for the field names in the form"
625
  msgstr "Ρυθμίσεις γλώσσας για τα ονόματα πεδίων στη φόρμα"
626
 
627
  # @ contact_form
628
+ #: contact_form.php:1589
629
  msgid "Add a language"
630
  msgstr "Προσθήκη γλώσσας"
631
 
632
  # @ contact_form
633
+ #: contact_form.php:1593
634
  msgid "Change the names of the contact form fields and error messages"
635
  msgstr ""
636
  "Αλλάξτε τα ονόματα των πεδίων και των μηνύματα σφαλμάτων στη φόρμας "
637
  "επικοινωνίας "
638
 
639
  # @ contact_form
640
+ #: contact_form.php:1598 contact_form.php:1694 contact_form.php:1826
641
+ #: contact_form.php:1966 contact_form.php:1971 contact_form.php:1981
642
+ #: contact_form.php:1986 contact_form.php:1991 contact_form.php:1996
643
+ #: contact_form.php:2006 contact_form.php:2011 contact_form.php:2020
644
+ #: contact_form.php:2034 contact_form.php:2039 contact_form.php:2044
645
  msgid "Default"
646
  msgstr "Προκαθορισμένο"
647
 
648
  # @ contact_form
649
+ #: contact_form.php:1611 contact_form.php:1649
650
  msgid "click to expand/hide the list"
651
  msgstr "κάντε κλικ για να επεκτείνετε/αποκρύψετε τη λίστα"
652
 
653
  # @ contact_form
654
+ #: contact_form.php:1620 contact_form.php:1658
655
  msgid "Tips below the Attachment block"
656
  msgstr "Συμβουλές κάτω από το Συνημμένο μπλοκ"
657
 
658
  # @ contact_form
659
+ #: contact_form.php:1623 contact_form.php:1661
660
  msgid "Error message for the Name field"
661
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Όνομα'"
662
 
663
  # @ contact_form
664
+ #: contact_form.php:1624 contact_form.php:1662
665
  msgid "Error message for the Address field"
666
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Διεύθυνση'"
667
 
668
  # @ contact_form
669
+ #: contact_form.php:1625 contact_form.php:1663
670
  msgid "Error message for the Email field"
671
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Email'"
672
 
673
  # @ contact_form
674
+ #: contact_form.php:1626 contact_form.php:1664
675
  msgid "Error message for the Phone field"
676
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Αριθμός τηλεφώνου'"
677
 
678
  # @ contact_form
679
+ #: contact_form.php:1627 contact_form.php:1665
680
  msgid "Error message for the Subject field"
681
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Θέμα'"
682
 
683
  # @ contact_form
684
+ #: contact_form.php:1628 contact_form.php:1666
685
  msgid "Error message for the Message field"
686
  msgstr "Μήνυμα σφάλματος στο πεδίο 'Μήνυμα'"
687
 
688
  # @ contact_form
689
+ #: contact_form.php:1629 contact_form.php:1667
690
  msgid "Error message about the file type for the Attachment field"
691
  msgstr "Μήνυμα σφάλματος σχετικά με τον τύπο αρχείου για το πεδίο 'Συνημμένο'"
692
 
693
  # @ contact_form
694
+ #: contact_form.php:1630 contact_form.php:1668
695
  msgid ""
696
  "Error message while uploading a file for the Attachment field to the server"
697
  msgstr ""
699
  "διακομιστή"
700
 
701
  # @ contact_form
702
+ #: contact_form.php:1631 contact_form.php:1669
703
  msgid "Error message while moving the file for the Attachment field"
704
  msgstr ""
705
  "Μήνυμα σφάλματος κατά τη μετακίνηση του αρχείου για το πεδίο 'Συνημμένο'"
706
 
707
  # @ contact_form
708
+ #: contact_form.php:1632 contact_form.php:1670
709
  msgid "Error message when file size limit for the Attachment field is exceeded"
710
  msgstr ""
711
  "Μήνυμα σφάλματος όταν το όριο μεγέθους αρχείου για το πεδίο 'Συνημμένο' έχει "
712
  "ξεπεραστεί"
713
 
714
  # @ contact_form
715
+ #: contact_form.php:1633 contact_form.php:1671
716
  msgid "Error message for the Captcha field"
717
  msgstr "Μήνυμα σφάλματος για το πεδίο 'Captcha'"
718
 
719
  # @ contact_form
720
+ #: contact_form.php:1634 contact_form.php:1672
721
  msgid "Error message for the whole form"
722
  msgstr "Μήνυμα σφάλματος συνολικά για τη φόρμα"
723
 
724
  # @ contact_form
725
+ #: contact_form.php:1637 contact_form.php:1639 contact_form.php:1675
726
+ #: contact_form.php:1677 contact_form.php:1709 contact_form.php:1711
727
+ #: contact_form.php:1723 contact_form.php:1725 contact_form.php:3441
728
+ #: contact_form.php:3443
729
  msgid "Use shortcode"
730
  msgstr "Χρήση σύντομου κωδικού"
731
 
732
  # @ contact_form
733
+ #: contact_form.php:1637 contact_form.php:1639 contact_form.php:1675
734
+ #: contact_form.php:1677 contact_form.php:1709 contact_form.php:1711
735
+ #: contact_form.php:1723 contact_form.php:1725 contact_form.php:3441
736
+ #: contact_form.php:3443
737
  msgid "for this language"
738
  msgstr "για τη συγκεκριμένη γλώσσα"
739
 
740
  # @ contact_form
741
+ #: contact_form.php:1685
742
  msgid "Use the changed names of the contact form fields in the email"
743
  msgstr ""
744
  "Χρησιμοποιήστε τα τροποποιημένα ονόματα των πεδίων της φόρμας επικοινωνίας "
745
  "στο email"
746
 
747
  # @ contact_form
748
+ #: contact_form.php:1691
749
  msgid "Action after email is sent"
750
  msgstr "Ενέργεια μετά την αποστολή του email"
751
 
752
  # @ contact_form
753
+ #: contact_form.php:1693
754
  msgid "Display text"
755
  msgstr "Εμφάνιση κειμένου"
756
 
757
  # @ contact_form
758
+ #: contact_form.php:1707 contact_form.php:1721
759
  msgid "Text"
760
  msgstr "Κείμενο"
761
 
762
  # @ contact_form
763
+ #: contact_form.php:1732
764
  msgid "Redirect to the page"
765
  msgstr "Ανακατεύθυνση στη σελίδα"
766
 
767
  # @ contact_form
768
+ #: contact_form.php:1733
769
  msgid "Url"
770
  msgstr "Url"
771
 
772
+ #: contact_form.php:1744
773
  msgid "Add field 'Reply-To' to the email header"
774
  msgstr ""
775
 
776
+ #: contact_form.php:1746
777
  msgid "Field 'Reply-To' will be initialized by user email"
778
  msgstr ""
779
 
780
  # @ contact_form
781
+ #: contact_form.php:1750
782
  msgid "Auto Response"
783
  msgstr "Αυτόματη Απάντηση"
784
 
785
  # @ contact_form
786
+ #: contact_form.php:1754
787
  #, php-format
788
  msgid ""
789
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
796
  "ιστολογίου."
797
 
798
  # @ default
799
+ #: contact_form.php:1776 contact_form.php:2302
800
  msgid "Save Changes"
801
  msgstr "Αποθήκευση αλλαγών"
802
 
803
+ #: contact_form.php:1789
804
  #, php-format
805
  msgid ""
806
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
807
  msgstr ""
808
 
809
+ #: contact_form.php:1789 contact_form.php:1798
810
  msgid "Form layout"
811
  msgstr ""
812
 
813
  # @ contact_form
814
+ #: contact_form.php:1789 contact_form.php:1810
815
  #, fuzzy
816
  msgid "Submit position"
817
  msgstr "Κομβίο Υποβολής"
818
 
819
+ #: contact_form.php:1802
820
  msgid "One column"
821
  msgstr ""
822
 
823
+ #: contact_form.php:1805
824
  msgid "Two columns"
825
  msgstr ""
826
 
827
+ #: contact_form.php:1814 contact_form.php:1854 contact_form.php:1872
828
+ #: contact_form.php:1887
829
  msgid "Left"
830
  msgstr ""
831
 
832
+ #: contact_form.php:1817 contact_form.php:1860 contact_form.php:1875
833
+ #: contact_form.php:1893
834
  msgid "Right"
835
  msgstr ""
836
 
837
+ #: contact_form.php:1822
838
  msgid "Width"
839
  msgstr ""
840
 
841
+ #: contact_form.php:1830
842
  msgid "Custom"
843
  msgstr ""
844
 
845
+ #: contact_form.php:1837
846
  msgid "px"
847
  msgstr ""
848
 
849
+ #: contact_form.php:1850
850
  msgid "Form align"
851
  msgstr ""
852
 
853
+ #: contact_form.php:1857 contact_form.php:1890
854
  msgid "Center"
855
  msgstr ""
856
 
857
  # @ contact_form
858
+ #: contact_form.php:1865
859
  #, fuzzy
860
  msgid "Labels position"
861
  msgstr "Κομβίο Υποβολής"
862
 
863
+ #: contact_form.php:1869
864
  msgid "Top"
865
  msgstr ""
866
 
867
+ #: contact_form.php:1878
868
  msgid "Bottom"
869
  msgstr ""
870
 
871
+ #: contact_form.php:1883
872
  msgid "Labels align"
873
  msgstr ""
874
 
875
  # @ contact_form
876
+ #: contact_form.php:1898
877
  msgid "Errors output"
878
  msgstr "Έξοδος σφαλμάτων"
879
 
880
  # @ contact_form
881
+ #: contact_form.php:1901
882
  msgid "Display error messages"
883
  msgstr "Εμφάνιση μηνυμάτων σφαλμάτων"
884
 
885
  # @ contact_form
886
+ #: contact_form.php:1902
887
  msgid "Color of the input field errors."
888
  msgstr "Χρώμα των σφαλμάτων στα πεδία εισαγωγής."
889
 
890
  # @ contact_form
891
+ #: contact_form.php:1903
892
  msgid "Display error messages & color of the input field errors"
893
  msgstr ""
894
  "Εμφάνιση μηνυμάτων σφαλμάτων & χρώμα των σφαλμάτων στα πεδία εισαγωγής."
895
 
896
  # @ contact_form
897
+ #: contact_form.php:1908
898
  msgid "Add placeholder to the input blocks"
899
  msgstr "Προσθήκη placeholder στα μπλοκς εισαγωγής"
900
 
901
  # @ contact_form
902
+ #: contact_form.php:1914
903
  msgid "Add tooltips"
904
  msgstr "Προσθήκη επεξηγήσεων"
905
 
906
  # @ contact_form
907
+ #: contact_form.php:1928
908
  msgid "Email address"
909
  msgstr "Email"
910
 
911
  # @ contact_form
912
+ #: contact_form.php:1933 contact_form.php:3074 contact_form.php:3115
913
  msgid "Phone Number"
914
  msgstr "Αριθμός τηλεφώνου"
915
 
916
  # @ contact_form
917
+ #: contact_form.php:1959
918
  msgid "Style options"
919
  msgstr "Ρυμθίσεις εμφάνισης"
920
 
921
  # @ contact_form
922
+ #: contact_form.php:1963
923
  msgid "Text color"
924
  msgstr "Χρώμα κειμένου"
925
 
926
  # @ contact_form
927
+ #: contact_form.php:1968
928
  msgid "Label text color"
929
  msgstr "Χρώμα κειμένου ετικέτας"
930
 
931
  # @ contact_form
932
+ #: contact_form.php:1973
933
  msgid "Placeholder color"
934
  msgstr "Χρώμα placeholder"
935
 
936
  # @ contact_form
937
+ #: contact_form.php:1978
938
  msgid "Errors color"
939
  msgstr "Χρώμα σφαλμάτων"
940
 
941
  # @ contact_form
942
+ #: contact_form.php:1983
943
  msgid "Error text color"
944
  msgstr "Χρώμα κειμένου σφάλματος"
945
 
946
  # @ contact_form
947
+ #: contact_form.php:1988
948
  msgid "Background color of the input field errors"
949
  msgstr "Χρώμα φόντου στα πεδία εισαγωγής σφαλμάτων"
950
 
951
  # @ contact_form
952
+ #: contact_form.php:1993
953
  msgid "Border color of the input field errors"
954
  msgstr "Χρώμα περιγράμματος στα πεδία εισαγωγής σφαλμάτων"
955
 
956
  # @ contact_form
957
+ #: contact_form.php:1998
958
  msgid "Placeholder color of the input field errors"
959
  msgstr "Χρώμα placeholder στα πεδία εισαγωγής σφαλμάτων"
960
 
961
  # @ contact_form
962
+ #: contact_form.php:2003
963
  msgid "Input fields"
964
  msgstr "Πεδία εισαγωγής"
965
 
966
  # @ contact_form
967
+ #: contact_form.php:2008
968
  msgid "Input fields background color"
969
  msgstr "Χρώμα φόντου στα πεδία εισαγωγής"
970
 
971
  # @ contact_form
972
+ #: contact_form.php:2013
973
  msgid "Text fields color"
974
  msgstr "Χρώμα πεδίων κειμένου"
975
 
976
  # @ contact_form
977
+ #: contact_form.php:2017
978
  msgid "Border width in px, numbers only"
979
  msgstr "Πλάτος περιγράμματος σε px, μόνο αριθμοί"
980
 
981
  # @ contact_form
982
+ #: contact_form.php:2022 contact_form.php:2046
983
  msgid "Border color"
984
  msgstr "Χρώμα περιγράμματος"
985
 
986
  # @ contact_form
987
+ #: contact_form.php:2027
988
  msgid "Submit button"
989
  msgstr "Κομβίο Υποβολής"
990
 
991
  # @ contact_form
992
+ #: contact_form.php:2031
993
  msgid "Width in px, numbers only"
994
  msgstr "Πλάτος σε px, μόνο αριθμοί"
995
 
996
  # @ contact_form
997
+ #: contact_form.php:2036
998
  msgid "Button color"
999
  msgstr "Χρώμα κομβίου"
1000
 
1001
  # @ contact_form
1002
+ #: contact_form.php:2041
1003
  msgid "Button text color"
1004
  msgstr "Χρώμα κειμένου κομβίου"
1005
 
1006
  # @ contact_form
1007
+ #: contact_form.php:2070
1008
  #, fuzzy
1009
  msgid "Contact Form | Preview"
1010
  msgstr "Contact Form Pro | Προεπισκόπηση"
1011
 
1012
+ #: contact_form.php:2071
1013
  msgid "Drag the necessary field to sort fields."
1014
  msgstr ""
1015
 
1016
  # @ contact_form
1017
+ #: contact_form.php:2291
1018
  #, fuzzy
1019
  msgid ""
1020
  "If you would like to add the Contact Form to your website, just copy and "
1025
  "στο widget σας:"
1026
 
1027
  # @ contact_form
1028
+ #: contact_form.php:2412
1029
  msgid "Sorry, email message could not be delivered."
1030
  msgstr ""
1031
  "Λυπούμαστε, το μήνυμα ηλεκτρονικού ταχυδρομείου δεν μπόρεσε να παραδοθεί."
1032
 
1033
  # @ contact_form
1034
+ #: contact_form.php:3001 contact_form.php:3003
1035
  msgid "Sent from (ip address)"
1036
  msgstr "Εστάλη από (διεύθυνση IP)"
1037
 
1038
  # @ contact_form
1039
+ #: contact_form.php:3031
1040
  msgid "Contact from"
1041
  msgstr "Φόρμμα επικοινωνίας"
1042
 
1043
  # @ contact_form
1044
+ #: contact_form.php:3036 contact_form.php:3085
1045
  msgid "Site"
1046
  msgstr "Ιστοσελίδα"
1047
 
1048
  # @ contact_form
1049
+ #: contact_form.php:3197
1050
  msgid ""
1051
  "If you can see this MIME, it means that the MIME type is not supported by "
1052
  "your email client!"
1055
  "υποστηρίζεται από τον email client σας!"
1056
 
1057
  # @ contact_form
1058
+ #: contact_form.php:3269
1059
  msgid "FAQ"
1060
  msgstr "Συχνές Ερωτήσεις"
1061
 
1062
  # @ contact_form
1063
+ #: contact_form.php:3270
1064
  msgid "Support"
1065
  msgstr "Υποστήριξη"
1066
 
1067
  # @ contact_form
1068
+ #: contact_form.php:3319
1069
  msgid "Are you sure that you want to delete this language data?"
1070
  msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε τα δεδομένα αυτής της γλώσσας;"
1071
 
1072
  # @ contact_form
1073
+ #: contact_form.php:3342
1074
  #, fuzzy
1075
  msgid "Add multiple forms"
1076
  msgstr "Προσθήκη στη φόρμα"
1077
 
1078
+ #: contact_form.php:3342
1079
  msgid ""
1080
  "Install Contact Form Multi plugin to create unlimited number of contact "
1081
  "forms."
1082
  msgstr ""
1083
 
1084
  # @ contact_form
1085
+ #: contact_form.php:3347
1086
  #, fuzzy
1087
  msgid "Learn more"
1088
  msgstr "Μάθετε περισσότερα"
1089
 
1090
+ #: contact_form.php:3405
1091
+ msgid "Error"
1092
+ msgstr ""
1093
+
1094
+ #: contact_form.php:3405 contact_form.php:3407
1095
+ msgid "Illegal language code"
1096
+ msgstr ""
1097
+
1098
+ #: contact_form.php:3590
1099
  msgid "Close notice"
1100
  msgstr ""
1101
 
1102
  # @ contact_form
1103
+ #: contact_form.php:3595
1104
  #, fuzzy
1105
  msgid "allows to store your messages to the database."
1106
  msgstr ""
1108
  "στη βάση δεδομένων."
1109
 
1110
  # @ contact_form
1111
+ #: contact_form.php:3596
1112
  msgid "Manage messages that have been sent from your website."
1113
  msgstr "Διαχειριστείτε τα μηνύματα που έχουν σταλεί από την ιστοσελίδα σας."
1114
 
1115
  # @ contact_form
1116
+ #: contact_form.php:3599
1117
  msgid "Learn More"
1118
  msgstr "Μάθετε περισσότερα"
1119
 
1120
  # @ contact_form
1121
+ #: contact_form.php:3659
1122
  #, fuzzy
1123
  msgid "Contact form"
1124
  msgstr "Φόρμμα επικοινωνίας"
1125
 
1126
  # @ contact_form
1127
+ #: contact_form.php:3672 contact_form.php:3682
1128
  #, fuzzy
1129
  msgid "Language"
1130
  msgstr "Προσθήκη γλώσσας"
1131
 
1132
+ # @ contact_form
1133
+ #~ msgid "Example: Sent from (IP address):\t127.0.0.1"
1134
+ #~ msgstr "Παράδειγμα: Εστάλη από (διεύθυνση IP):\t127.0.0.1"
1135
+
1136
+ # @ contact_form
1137
+ #~ msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
1138
+ #~ msgstr "Παράδειγμα: Ημερομηνία/Ώρα:\tΑύγυστος 19, 2013 8:50 μμ"
1139
+
1140
+ # @ contact_form
1141
+ #, fuzzy
1142
+ #~ msgid ""
1143
+ #~ "Example: Sent from (referer):\thttps://bestwebsoft.com/contacts/contact-"
1144
+ #~ "us/"
1145
+ #~ msgstr ""
1146
+ #~ "Παράδειγμα: Εστάλη από (παραπέμπτης):\thttp://bestwebsoft.com/contacts/"
1147
+ #~ "contact-us/"
1148
+
1149
+ # @ contact_form
1150
+ #~ msgid ""
1151
+ #~ "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
1152
+ #~ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
1153
+ #~ msgstr ""
1154
+ #~ "Παράδειγμα: Χρήση (μέσο χρήστη):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
1155
+ #~ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
1156
+
1157
  # @ contact_form
1158
  #, fuzzy
1159
  #~ msgid "Unlock premium options by upgrading to Pro version"
languages/contact-form-plugin-es_ES.mo CHANGED
Binary file
languages/contact-form-plugin-es_ES.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: 2017-05-23 15:15+0300\n"
6
- "PO-Revision-Date: 2017-05-23 15:15+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"
@@ -13,11 +13,11 @@ msgstr ""
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
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: contact_form.php:37 contact_form.php:1064
21
  msgid "Contact Form Settings"
22
  msgstr "Opciones de formulario de contacto"
23
 
@@ -25,46 +25,46 @@ msgstr "Opciones de formulario de contacto"
25
  msgid "Contact Form"
26
  msgstr "Contact Form"
27
 
28
- #: contact_form.php:280 contact_form.php:1244 contact_form.php:1334
29
- #: contact_form.php:1725 contact_form.php:1763 contact_form.php:2029
30
- #: contact_form.php:3181 contact_form.php:3227
31
  msgid "Name"
32
  msgstr "Nombre"
33
 
34
- #: contact_form.php:281 contact_form.php:1381 contact_form.php:1726
35
- #: contact_form.php:1764 contact_form.php:2034 contact_form.php:3188
36
- #: contact_form.php:3233
37
  msgid "Address"
38
  msgstr "Dirección"
39
 
40
- #: contact_form.php:282 contact_form.php:1397 contact_form.php:1727
41
- #: contact_form.php:1765
42
  msgid "Email Address"
43
  msgstr "Dirección de correo electrónico"
44
 
45
- #: contact_form.php:283 contact_form.php:1420 contact_form.php:1728
46
- #: contact_form.php:1766
47
  msgid "Phone number"
48
  msgstr "Número de teléfono"
49
 
50
- #: contact_form.php:284 contact_form.php:1436 contact_form.php:1729
51
- #: contact_form.php:1767 contact_form.php:2049 contact_form.php:3199
52
- #: contact_form.php:3242
53
  msgid "Subject"
54
  msgstr "Asunto"
55
 
56
- #: contact_form.php:285 contact_form.php:1460 contact_form.php:1730
57
- #: contact_form.php:1768 contact_form.php:2053 contact_form.php:3204
58
- #: contact_form.php:3246
59
  msgid "Message"
60
  msgstr "Mensaje"
61
 
62
- #: contact_form.php:286 contact_form.php:1731 contact_form.php:1769
63
- #: contact_form.php:2058
64
  msgid "Attachment"
65
  msgstr "Adjuntos"
66
 
67
- #: contact_form.php:287
68
  msgid ""
69
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
70
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
@@ -72,71 +72,71 @@ msgstr ""
72
  "Tipos de archivo admitidos: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
73
  "AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
74
 
75
- #: contact_form.php:288 contact_form.php:1733 contact_form.php:1771
76
  msgid "Send me a copy"
77
  msgstr "Deseo recibir una copia"
78
 
79
- #: contact_form.php:289 contact_form.php:1734 contact_form.php:1772
80
  msgid "Submit"
81
  msgstr "Enviar"
82
 
83
- #: contact_form.php:290
84
  msgid "Your name is required."
85
  msgstr "Es necesario un nombre."
86
 
87
- #: contact_form.php:291
88
  msgid "Address is required."
89
  msgstr "Se requiere dirección."
90
 
91
- #: contact_form.php:292
92
  msgid "A valid email address is required."
93
  msgstr "Se requiere una dirección de email válida."
94
 
95
- #: contact_form.php:293
96
  msgid "Phone number is required."
97
  msgstr "Es necesario un número de teléfono."
98
 
99
- #: contact_form.php:294
100
  msgid "Subject is required."
101
  msgstr "Es necesario un asunto."
102
 
103
- #: contact_form.php:295
104
  msgid "Message text is required."
105
  msgstr "Es necesario el texto del mensaje."
106
 
107
- #: contact_form.php:296
108
  msgid "File format is not valid."
109
  msgstr "Formato de archivo no válido."
110
 
111
- #: contact_form.php:297
112
  msgid "File upload error."
113
  msgstr "Error de carga de archivos."
114
 
115
- #: contact_form.php:298
116
  msgid "The file could not be uploaded."
117
  msgstr "El archivo no se pudo cargar."
118
 
119
- #: contact_form.php:299
120
  msgid "This file is too large."
121
  msgstr "Este archivo es demasiado grande."
122
 
123
- #: contact_form.php:300
124
  msgid "Please fill out the CAPTCHA."
125
  msgstr "Por favor complete el CAPTCHA."
126
 
127
- #: contact_form.php:301
128
  msgid "Please make corrections below and try again."
129
  msgstr "Por favor, haga las correcciones y a continuación vuelva a intentarlo."
130
 
131
- #: contact_form.php:303
132
  msgid "Thank you for contacting us."
133
  msgstr "Gracias por contactar con nosotros."
134
 
135
- #: contact_form.php:759 contact_form.php:1021
136
  msgid "Settings saved."
137
  msgstr "Configuración guardada."
138
 
139
- #: contact_form.php:966
140
  msgid ""
141
  "Email 'FROM' field option was changed, which may cause email messages being "
142
  "moved to the spam folder or email delivery failures."
@@ -145,7 +145,7 @@ msgstr ""
145
  "mensajes de correo electrónico pueden haber sido enviados a la carpeta de "
146
  "correo no deseado o provocar errores en la entrega del correo electrónico."
147
 
148
- #: contact_form.php:976
149
  msgid ""
150
  "If the 'Redirect to page' option is selected then the URL field should be in "
151
  "the following format"
@@ -153,65 +153,65 @@ msgstr ""
153
  "Si se selecciona la opción 'Redirigir a la página', entonces el campo URL "
154
  "debe estar en el siguiente formato"
155
 
156
- #: contact_form.php:983
157
  msgid "Such user does not exist."
158
  msgstr "Dicho usuario no existe."
159
 
160
- #: contact_form.php:993
161
  msgid ""
162
  "Please enter a valid email address in the 'Use this email address' field."
163
  msgstr ""
164
  "Por favor, introduce una dirección de correo electrónico válida en el campo "
165
  "\"Correo electrónico\"."
166
 
167
- #: contact_form.php:1001
168
  msgid "Please enter a valid email address in the 'FROM' field."
169
  msgstr ""
170
  "Por favor, introduce una dirección de correo electrónico válida en el campo "
171
  "\"Desde\"."
172
 
173
- #: contact_form.php:1023
174
  msgid "Settings are not saved."
175
  msgstr "Configuración no guardada."
176
 
177
- #: contact_form.php:1061
178
  msgid "All plugin settings were restored."
179
  msgstr "Todos los parámetros del plugin serán restaurados."
180
 
181
- #: contact_form.php:1067
182
  msgid "How to Use Step-by-step Instruction"
183
  msgstr "Instrucciones paso a paso"
184
 
185
- #: contact_form.php:1070 contact_form.php:3419 contact_form.php:3433
186
  msgid "Settings"
187
  msgstr "Configuración"
188
 
189
- #: contact_form.php:1071
190
  msgid "Additional settings"
191
  msgstr "Opciones adicionales"
192
 
193
- #: contact_form.php:1072
194
  msgid "Appearance"
195
  msgstr "Apariencia"
196
 
197
- #: contact_form.php:1073
198
  msgid "Custom code"
199
  msgstr ""
200
 
201
- #: contact_form.php:1074
202
  msgid "Go PRO"
203
  msgstr "Ir al PRO"
204
 
205
- #: contact_form.php:1085
206
  #, fuzzy
207
  msgid "Notice"
208
  msgstr "Aviso:"
209
 
210
- #: contact_form.php:1089
211
  msgid "NEW_FORM"
212
  msgstr "NUEVO FORMULARIO"
213
 
214
- #: contact_form.php:1090
215
  msgid ""
216
  "If you want to create multiple contact forms, please install the Contact "
217
  "Form Multi plugin."
@@ -219,7 +219,7 @@ msgstr ""
219
  "Si desea crear varios formularios de contacto, por favor, instale el plugin "
220
  "Formulario de contacto múltiple."
221
 
222
- #: contact_form.php:1099
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 +228,7 @@ msgstr ""
228
  "Si usted desea agregar el formulario de contacto a su sitio web o entrada , "
229
  "por favor use el botón %s"
230
 
231
- #: contact_form.php:1105
232
  #, php-format
233
  msgid ""
234
  "You can add the Contact Form to your page or post by clicking on %s button "
@@ -241,7 +241,7 @@ msgstr ""
241
  "no aparece, por favor usa el shortcode %s o %s donde * representa el idioma "
242
  "del Formulario de Contacto."
243
 
244
- #: contact_form.php:1114
245
  msgid ""
246
  "If you leave the fields empty, the messages will be sent to the email "
247
  "address specified during registration."
@@ -249,16 +249,16 @@ 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:1117
253
  #, fuzzy
254
  msgid "The user's email address"
255
  msgstr "Dirección de correo electrónico del usuario:"
256
 
257
- #: contact_form.php:1121
258
  msgid "Select a username"
259
  msgstr "Seleccione un nombre de usuario"
260
 
261
- #: contact_form.php:1134
262
  #, fuzzy
263
  msgid ""
264
  "Select a username of the person who should get the messages from the contact "
@@ -267,111 +267,111 @@ msgstr ""
267
  "Introduzca un nombre de usuario de la persona que debe recibir los mensajes "
268
  "desde el formulario de contacto."
269
 
270
- #: contact_form.php:1138
271
  #, fuzzy
272
  msgid "Use this email address"
273
  msgstr "Utilice esta dirección de correo electrónico:"
274
 
275
- #: contact_form.php:1142
276
  #, fuzzy
277
  msgid "Enter the email address for receiving messages"
278
  msgstr ""
279
  "Introduzca la dirección de correo electrónico que desea que reciba los "
280
  "mensajes."
281
 
282
- #: contact_form.php:1149 contact_form.php:1645 contact_form.php:1852
283
- #: contact_form.php:1957 contact_form.php:3514
284
  msgid "Close"
285
  msgstr "Cerrar"
286
 
287
- #: contact_form.php:1153
288
  #, fuzzy
289
  msgid "Add department selectbox to the contact form"
290
  msgstr "Añadir casilla seleccionable al formulario de contacto:"
291
 
292
- #: contact_form.php:1161 contact_form.php:1654 contact_form.php:1871
293
- #: contact_form.php:2163
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:1168 contact_form.php:1490 contact_form.php:1659
298
- #: contact_form.php:1878 contact_form.php:2170
299
  msgid "Upgrade to Pro"
300
  msgstr ""
301
 
302
- #: contact_form.php:1176
303
  msgid "Save emails to the database"
304
  msgstr "Guardar mensajes de correo electrónico a la base de datos"
305
 
306
- #: contact_form.php:1188 contact_form.php:1202 contact_form.php:1209
307
  msgid "Using"
308
  msgstr "Uso"
309
 
310
- #: contact_form.php:1194 contact_form.php:1546 contact_form.php:1588
311
- #: contact_form.php:1623
312
  msgid "Please activate the appropriate option on"
313
  msgstr ""
314
 
315
- #: contact_form.php:1197 contact_form.php:1549 contact_form.php:1591
316
- #: contact_form.php:1626
317
  #, fuzzy
318
  msgid "settings page"
319
  msgstr "la página de configuración"
320
 
321
- #: contact_form.php:1203 contact_form.php:1556 contact_form.php:1599
322
- #: contact_form.php:1633
323
  msgid "Activate"
324
  msgstr "Activar"
325
 
326
- #: contact_form.php:1210 contact_form.php:1565 contact_form.php:1605
327
- #: contact_form.php:1638
328
  msgid "Download"
329
  msgstr "Download"
330
 
331
- #: contact_form.php:1222
332
  msgid "Sending method"
333
  msgstr ""
334
 
335
- #: contact_form.php:1227
336
  msgid "Wp-mail"
337
  msgstr "Wp-mail"
338
 
339
- #: contact_form.php:1229
340
  msgid "You can use the Wordpress wp_mail function for mailing"
341
  msgstr "Tú puedes utilizar la función wp_mail para enviar por correo"
342
 
343
- #: contact_form.php:1232
344
  msgid "Mail"
345
  msgstr "Correo"
346
 
347
- #: contact_form.php:1234
348
  msgid "You can use the PHP mail function for mailing"
349
  msgstr "Tú puedes utilizar la función de correo PHP para enviar por correo"
350
 
351
- #: contact_form.php:1239
352
  msgid "'FROM' field"
353
  msgstr "Campo 'DESDE'"
354
 
355
- #: contact_form.php:1255
356
  msgid "User name"
357
  msgstr "Nombre de usuario"
358
 
359
- #: contact_form.php:1257
360
  msgid ""
361
  "The name of the user who fills the form will be used in the field 'From'."
362
  msgstr ""
363
  "El nombre del usuario que rellena en el formulario se utiliza en el campo "
364
  "\"De:\"."
365
 
366
- #: contact_form.php:1268 contact_form.php:3194 contact_form.php:3238
367
  msgid "Email"
368
  msgstr "Correo electrónico"
369
 
370
- #: contact_form.php:1279
371
  msgid "User email"
372
  msgstr "Correo electrónico del usuario"
373
 
374
- #: contact_form.php:1281
375
  msgid ""
376
  "The email address of the user who fills the form will be used in the field "
377
  "'From'."
@@ -379,7 +379,7 @@ msgstr ""
379
  "La dirección de correo electrónico del usuario que rellena el formulario se "
380
  "utiliza en el campo \"De\"."
381
 
382
- #: contact_form.php:1290
383
  msgid ""
384
  "If this option is changed, email messages may be moved to the spam folder or "
385
  "email delivery failures may occur."
@@ -388,51 +388,51 @@ msgstr ""
388
  "a la carpeta de correo no deseado o ocurrir otros errores en la entrega del "
389
  "correo."
390
 
391
- #: contact_form.php:1299
392
  msgid "Required symbol"
393
  msgstr "Símbolo de Obligatorio"
394
 
395
- #: contact_form.php:1309
396
  msgid "Fields"
397
  msgstr "Campos"
398
 
399
- #: contact_form.php:1310 contact_form.php:1337 contact_form.php:1364
400
- #: contact_form.php:1384 contact_form.php:1423 contact_form.php:1505
401
  msgid "Used"
402
  msgstr "Usado"
403
 
404
- #: contact_form.php:1311 contact_form.php:1326 contact_form.php:1341
405
- #: contact_form.php:1368 contact_form.php:1388 contact_form.php:1401
406
- #: contact_form.php:1427 contact_form.php:1440 contact_form.php:1464
407
  msgid "Required"
408
  msgstr "Obligatorio"
409
 
410
- #: contact_form.php:1313 contact_form.php:1346 contact_form.php:1406
411
- #: contact_form.php:1445 contact_form.php:1469
412
  msgid "Visible"
413
  msgstr "Visible"
414
 
415
- #: contact_form.php:1314 contact_form.php:1350 contact_form.php:1410
416
- #: contact_form.php:1449 contact_form.php:1473
417
  msgid "Disabled for editing"
418
  msgstr "Inhabilitado para la edición"
419
 
420
- #: contact_form.php:1315 contact_form.php:1374 contact_form.php:1453
421
- #: contact_form.php:1477
422
  msgid "Field's default value"
423
  msgstr "Valor predeterminado del campo"
424
 
425
- #: contact_form.php:1322
426
  msgid "Department selectbox"
427
  msgstr "Apartado de casilla seleccionable"
428
 
429
- #: contact_form.php:1354
430
  msgid "Use User's name as a default value if the user is logged in."
431
  msgstr ""
432
  "Usar el nombre de usuario como valor por defecto si el usuario está "
433
  "conectado."
434
 
435
- #: contact_form.php:1355 contact_form.php:1415
436
  msgid ""
437
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
438
  "in users."
@@ -440,252 +440,248 @@ msgstr ""
440
  "Las opciones 'Visible' y 'Desactivado para la edición' solo serán aplicadas "
441
  "a los usuarios con sesión iniciada."
442
 
443
- #: contact_form.php:1361
444
  msgid "Location selectbox"
445
  msgstr "Localización de la casilla seleccionable"
446
 
447
- #: contact_form.php:1414
448
  msgid "Use User's email as a default value if the user is logged in."
449
  msgstr ""
450
  "Utiliza por defecto el correo electrónico del usuario si el usuario está "
451
  "conectado."
452
 
453
- #: contact_form.php:1498
454
  msgid "Attachment block"
455
  msgstr "bloque de adjuntos"
456
 
457
- #: contact_form.php:1500
458
  msgid "Users can attach the following file formats"
459
  msgstr "Los usuarios pueden adjuntar los siguientes formatos de archivo"
460
 
461
- #: contact_form.php:1518
462
  msgid "Add to the form"
463
  msgstr "Añadir a la forma"
464
 
465
- #: contact_form.php:1523
466
  msgid "Tips below the Attachment"
467
  msgstr "Consejos debajo del archivo adjunto"
468
 
469
- #: contact_form.php:1530
470
  msgid "'Send me a copy' block"
471
  msgstr "'Deseo recibir una copia' bloque"
472
 
473
- #: contact_form.php:1558
474
  #, fuzzy
475
  msgid "Activate for network"
476
  msgstr "Activar suscripción"
477
 
478
- #: contact_form.php:1649
479
  msgid "Agreement checkbox"
480
  msgstr "casilla de verificación de acuerdo"
481
 
482
- #: contact_form.php:1649
483
  msgid "Required checkbox for submitting the form"
484
  msgstr "Casilla de verificación obligatoria para enviar el formulario"
485
 
486
- #: contact_form.php:1650
487
  msgid "Optional checkbox"
488
  msgstr "Casilla opcional"
489
 
490
- #: contact_form.php:1650
491
  msgid "Optional checkbox, the results of which will be displayed in email"
492
  msgstr ""
493
  "Casilla opcional, cuyos resultados se mostrarán en el correo electrónico"
494
 
495
- #: contact_form.php:1668
496
  msgid "Delete an attachment file from the server after the email is sent"
497
  msgstr ""
498
  "Eliminar un archivo adjunto del servidor después de que se envíe el correo "
499
  "electrónico"
500
 
501
- #: contact_form.php:1674
502
  msgid "Email in HTML format sending"
503
  msgstr "Enviar correo electrónico en formato HTML"
504
 
505
- #: contact_form.php:1678
506
  msgid "Display additional info in the email"
507
  msgstr "Mostrar información adicional en el correo electrónico"
508
 
509
- #: contact_form.php:1684
510
  msgid "Sent from (IP address)"
511
  msgstr "Enviado desde (dirección IP)"
512
 
513
- #: contact_form.php:1684
514
- msgid "Example: Sent from (IP address):\t127.0.0.1"
515
- msgstr "Ejemplo: Enviado desde (dirección IP:\t127.0.0.1"
516
 
517
- #: contact_form.php:1685 contact_form.php:3143 contact_form.php:3145
518
  msgid "Date/Time"
519
  msgstr "Fecha/Hora"
520
 
521
- #: contact_form.php:1685
522
- msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
523
- msgstr "Ejemplo: Fecha/hora:\tAugust 19, 2013 8:50 pm"
524
 
525
- #: contact_form.php:1686 contact_form.php:3149 contact_form.php:3151
526
  msgid "Sent from (referer)"
527
  msgstr "Enviado desde (referencia)"
528
 
529
- #: contact_form.php:1686
530
- #, fuzzy
531
  msgid ""
532
- "Example: Sent from (referer):\thttps://bestwebsoft.com/contacts/contact-us/"
533
  msgstr ""
534
- "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
535
 
536
- #: contact_form.php:1687 contact_form.php:3155 contact_form.php:3157
537
  msgid "Using (user agent)"
538
  msgstr "Usando (agente de usuario)"
539
 
540
- #: contact_form.php:1687
541
  msgid ""
542
- "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
543
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
544
  msgstr ""
545
- "Ejemplo: Usando (agente de usuario):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
546
- "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
547
 
548
- #: contact_form.php:1692
549
  msgid "Language settings for the field names in the form"
550
  msgstr ""
551
  "Configuración de idioma para los nombres de los campos en el formulario"
552
 
553
- #: contact_form.php:1701
554
  msgid "Add a language"
555
  msgstr "Añadir un idioma"
556
 
557
- #: contact_form.php:1705
558
  msgid "Change the names of the contact form fields and error messages"
559
  msgstr ""
560
  "Cambie los nombres de los campos del formulario de contacto y mensajes de "
561
  "error"
562
 
563
- #: contact_form.php:1710 contact_form.php:1806 contact_form.php:1938
564
- #: contact_form.php:2077 contact_form.php:2082 contact_form.php:2092
565
- #: contact_form.php:2097 contact_form.php:2102 contact_form.php:2107
566
- #: contact_form.php:2117 contact_form.php:2122 contact_form.php:2131
567
- #: contact_form.php:2145 contact_form.php:2150 contact_form.php:2155
568
  msgid "Default"
569
  msgstr "Defecto"
570
 
571
- #: contact_form.php:1723 contact_form.php:1761
572
  msgid "click to expand/hide the list"
573
  msgstr "haga clic para expandir / ocultar la lista"
574
 
575
- #: contact_form.php:1732 contact_form.php:1770
576
  msgid "Tips below the Attachment block"
577
  msgstr "Consejos debajo del bloque del archivo adjunto"
578
 
579
- #: contact_form.php:1735 contact_form.php:1773
580
  msgid "Error message for the Name field"
581
  msgstr "Mensaje de error para el campo Nombre"
582
 
583
- #: contact_form.php:1736 contact_form.php:1774
584
  msgid "Error message for the Address field"
585
  msgstr "Mensaje de error para el campo dirección"
586
 
587
- #: contact_form.php:1737 contact_form.php:1775
588
  msgid "Error message for the Email field"
589
  msgstr "Mensaje de error en el campo Correo electrónico"
590
 
591
- #: contact_form.php:1738 contact_form.php:1776
592
  msgid "Error message for the Phone field"
593
  msgstr "Mensaje de error para el campo Teléfono"
594
 
595
- #: contact_form.php:1739 contact_form.php:1777
596
  msgid "Error message for the Subject field"
597
  msgstr "Mensaje de error para el campo Asunto"
598
 
599
- #: contact_form.php:1740 contact_form.php:1778
600
  msgid "Error message for the Message field"
601
  msgstr "Mensaje de error en el campo Mensaje"
602
 
603
- #: contact_form.php:1741 contact_form.php:1779
604
  msgid "Error message about the file type for the Attachment field"
605
  msgstr ""
606
  "Mensaje de error sobre el tipo de archivo para el campo de archivos adjuntos"
607
 
608
- #: contact_form.php:1742 contact_form.php:1780
609
  msgid ""
610
  "Error message while uploading a file for the Attachment field to the server"
611
  msgstr ""
612
  "Mensaje de error al cargar un archivo en el campo de archivos adjuntos al "
613
  "servidor"
614
 
615
- #: contact_form.php:1743 contact_form.php:1781
616
  msgid "Error message while moving the file for the Attachment field"
617
  msgstr ""
618
  "Mensaje de error mientras se mueve el archivo en el campo de archivos "
619
  "adjuntos"
620
 
621
- #: contact_form.php:1744 contact_form.php:1782
622
  msgid "Error message when file size limit for the Attachment field is exceeded"
623
  msgstr ""
624
  "Mensaje de error cuando se supera el límite de tamaño de archivo para el "
625
  "campo de archivos adjuntos"
626
 
627
- #: contact_form.php:1745 contact_form.php:1783
628
  msgid "Error message for the Captcha field"
629
  msgstr "Mensaje de error para el campo Captcha"
630
 
631
- #: contact_form.php:1746 contact_form.php:1784
632
  msgid "Error message for the whole form"
633
  msgstr "Mensaje de error para todo el formulario"
634
 
635
- #: contact_form.php:1749 contact_form.php:1751 contact_form.php:1787
636
- #: contact_form.php:1789 contact_form.php:1821 contact_form.php:1823
637
- #: contact_form.php:1835 contact_form.php:1837 contact_form.php:3602
638
- #: contact_form.php:3604
639
  msgid "Use shortcode"
640
  msgstr "Utilice shortcode"
641
 
642
- #: contact_form.php:1749 contact_form.php:1751 contact_form.php:1787
643
- #: contact_form.php:1789 contact_form.php:1821 contact_form.php:1823
644
- #: contact_form.php:1835 contact_form.php:1837 contact_form.php:3602
645
- #: contact_form.php:3604
646
  msgid "for this language"
647
  msgstr "para este idioma"
648
 
649
- #: contact_form.php:1797
650
  msgid "Use the changed names of the contact form fields in the email"
651
  msgstr ""
652
  "Utilice los nombres cambiados de los campos del formulario de contacto en el "
653
  "correo electrónico"
654
 
655
- #: contact_form.php:1803
656
  msgid "Action after email is sent"
657
  msgstr "Acción después de que se envíe el correo electrónico"
658
 
659
- #: contact_form.php:1805
660
  msgid "Display text"
661
  msgstr "Mostrar texto"
662
 
663
- #: contact_form.php:1819 contact_form.php:1833
664
  msgid "Text"
665
  msgstr "Texto"
666
 
667
- #: contact_form.php:1844
668
  msgid "Redirect to the page"
669
  msgstr "Redirigir a la página"
670
 
671
- #: contact_form.php:1845
672
  msgid "Url"
673
  msgstr "Url"
674
 
675
- #: contact_form.php:1856
676
  msgid "Add field 'Reply-To' to the email header"
677
  msgstr "Añadir campo 'Responder a' en la cabecera del correo electrónico"
678
 
679
- #: contact_form.php:1858
680
  msgid "Field 'Reply-To' will be initialized by user email"
681
  msgstr ""
682
  "El campo 'Responder a' se iniciará por el correo electrónico del usuario"
683
 
684
- #: contact_form.php:1862
685
  msgid "Auto Response"
686
  msgstr "Respuesta automática"
687
 
688
- #: contact_form.php:1866
689
  #, php-format
690
  msgid ""
691
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -696,11 +692,11 @@ msgstr ""
696
  "%%MESSAGE%% para mostrar los datos del campo Mensaje, así como %%SITENAME%% "
697
  "para mostrar el nombre del blog."
698
 
699
- #: contact_form.php:1888 contact_form.php:2419
700
  msgid "Save Changes"
701
  msgstr "Guardar cambios"
702
 
703
- #: contact_form.php:1901
704
  #, php-format
705
  msgid ""
706
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
@@ -708,182 +704,182 @@ msgstr ""
708
  "Por favor, utilice JavaScript para cambiar las opciones '%s', '%s' y para "
709
  "los campos de clasificación."
710
 
711
- #: contact_form.php:1901 contact_form.php:1910
712
  msgid "Form layout"
713
  msgstr "Diseño del formulario"
714
 
715
- #: contact_form.php:1901 contact_form.php:1922
716
  msgid "Submit position"
717
  msgstr "Enviar posición"
718
 
719
- #: contact_form.php:1914
720
  msgid "One column"
721
  msgstr "Una columna"
722
 
723
- #: contact_form.php:1917
724
  msgid "Two columns"
725
  msgstr "Dos columnas"
726
 
727
- #: contact_form.php:1926 contact_form.php:1965 contact_form.php:1983
728
- #: contact_form.php:1998
729
  msgid "Left"
730
  msgstr "Izquierda"
731
 
732
- #: contact_form.php:1929 contact_form.php:1971 contact_form.php:1986
733
- #: contact_form.php:2004
734
  msgid "Right"
735
  msgstr "Derecha"
736
 
737
- #: contact_form.php:1934
738
  msgid "Width"
739
  msgstr ""
740
 
741
- #: contact_form.php:1941
742
  msgid "Custom"
743
  msgstr ""
744
 
745
- #: contact_form.php:1948
746
  msgid "px"
747
  msgstr ""
748
 
749
- #: contact_form.php:1961
750
  msgid "Form align"
751
  msgstr "Alinear formulario"
752
 
753
- #: contact_form.php:1968 contact_form.php:2001
754
  msgid "Center"
755
  msgstr "Centro"
756
 
757
- #: contact_form.php:1976
758
  msgid "Labels position"
759
  msgstr "Posición de las etiquetas"
760
 
761
- #: contact_form.php:1980
762
  msgid "Top"
763
  msgstr "Arriba"
764
 
765
- #: contact_form.php:1989
766
  msgid "Bottom"
767
  msgstr "Abajo"
768
 
769
- #: contact_form.php:1994
770
  msgid "Labels align"
771
  msgstr "Alinear etiquetas"
772
 
773
- #: contact_form.php:2009
774
  msgid "Errors output"
775
  msgstr "Salida de errores"
776
 
777
- #: contact_form.php:2012
778
  msgid "Display error messages"
779
  msgstr "Mostrar mensajes de error"
780
 
781
- #: contact_form.php:2013
782
  msgid "Color of the input field errors."
783
  msgstr "El color de los errores del campo de entrada."
784
 
785
- #: contact_form.php:2014
786
  msgid "Display error messages & color of the input field errors"
787
  msgstr ""
788
  "Mostrar mensajes de error y el color de los errores de campo de entrada"
789
 
790
- #: contact_form.php:2019
791
  msgid "Add placeholder to the input blocks"
792
  msgstr "Añadir marcador de posición de los bloques de entrada"
793
 
794
- #: contact_form.php:2025
795
  msgid "Add tooltips"
796
  msgstr "Añadir información sobre herramientas"
797
 
798
- #: contact_form.php:2039
799
  msgid "Email address"
800
  msgstr "Correo electrónico"
801
 
802
- #: contact_form.php:2044 contact_form.php:3210 contact_form.php:3251
803
  msgid "Phone Number"
804
  msgstr "Número de teléfono"
805
 
806
- #: contact_form.php:2070
807
  msgid "Style options"
808
  msgstr "Opciones de estilo"
809
 
810
- #: contact_form.php:2074
811
  msgid "Text color"
812
  msgstr "Color del texto"
813
 
814
- #: contact_form.php:2079
815
  msgid "Label text color"
816
  msgstr "Color del texto de la Etiqueta"
817
 
818
- #: contact_form.php:2084
819
  msgid "Placeholder color"
820
  msgstr "El color de marcador de posición"
821
 
822
- #: contact_form.php:2089
823
  msgid "Errors color"
824
  msgstr "Color del error"
825
 
826
- #: contact_form.php:2094
827
  msgid "Error text color"
828
  msgstr "Color del texto de error"
829
 
830
- #: contact_form.php:2099
831
  msgid "Background color of the input field errors"
832
  msgstr "Color de fondo de los errores de campo de entrada"
833
 
834
- #: contact_form.php:2104
835
  msgid "Border color of the input field errors"
836
  msgstr "Color del borde de los errores de campo de entrada"
837
 
838
- #: contact_form.php:2109
839
  msgid "Placeholder color of the input field errors"
840
  msgstr "El color de marcador de posición de los errores de campo de entrada"
841
 
842
- #: contact_form.php:2114
843
  msgid "Input fields"
844
  msgstr "Campos de entrada"
845
 
846
- #: contact_form.php:2119
847
  msgid "Input fields background color"
848
  msgstr "Color de fondo de los campos de entrada"
849
 
850
- #: contact_form.php:2124
851
  msgid "Text fields color"
852
  msgstr "Color de los campos de texto"
853
 
854
- #: contact_form.php:2128
855
  msgid "Border width in px, numbers only"
856
  msgstr "Ancho del borde en píxeles, sólo números"
857
 
858
- #: contact_form.php:2133 contact_form.php:2157
859
  msgid "Border color"
860
  msgstr "Color del borde"
861
 
862
- #: contact_form.php:2138
863
  msgid "Submit button"
864
  msgstr "Botón enviar"
865
 
866
- #: contact_form.php:2142
867
  msgid "Width in px, numbers only"
868
  msgstr "Ancho en píxeles, sólo números"
869
 
870
- #: contact_form.php:2147
871
  msgid "Button color"
872
  msgstr "Color del botón"
873
 
874
- #: contact_form.php:2152
875
  msgid "Button text color"
876
  msgstr "Color del texto del botón"
877
 
878
- #: contact_form.php:2181
879
  msgid "Contact Form | Preview"
880
  msgstr "Formulario de Contacto | Vista previa"
881
 
882
- #: contact_form.php:2182
883
  msgid "Drag the necessary field to sort fields."
884
  msgstr "Arrastre el campo necesario para ordenar los campos."
885
 
886
- #: contact_form.php:2408
887
  #, fuzzy
888
  msgid ""
889
  "If you would like to add the Contact Form to your website, just copy and "
@@ -892,23 +888,23 @@ msgstr ""
892
  "Si quieres agregar el formulario de contacto en tu sitio web, sólo tienes "
893
  "que copiar y pegar este código corto a tu post, una página o un widget:"
894
 
895
- #: contact_form.php:2536
896
  msgid "Sorry, email message could not be delivered."
897
  msgstr "Lo sentimos, el mensaje de correo electrónico no se pudo entregar."
898
 
899
- #: contact_form.php:3137 contact_form.php:3139
900
  msgid "Sent from (ip address)"
901
  msgstr "Enviado desde (dirección IP)"
902
 
903
- #: contact_form.php:3167
904
  msgid "Contact from"
905
  msgstr "Contact from"
906
 
907
- #: contact_form.php:3172 contact_form.php:3221
908
  msgid "Site"
909
  msgstr "Sitio"
910
 
911
- #: contact_form.php:3351
912
  msgid ""
913
  "If you can see this MIME, it means that the MIME type is not supported by "
914
  "your email client!"
@@ -916,23 +912,23 @@ msgstr ""
916
  "Si puede ver esta MIME, significa que el tipo MIME no es compatible con su "
917
  "cliente de correo electrónico!"
918
 
919
- #: contact_form.php:3434
920
  msgid "FAQ"
921
  msgstr "Preguntas más frecuentes"
922
 
923
- #: contact_form.php:3435
924
  msgid "Support"
925
  msgstr "Soporte técnico"
926
 
927
- #: contact_form.php:3484
928
  msgid "Are you sure that you want to delete this language data?"
929
  msgstr "¿Estás seguro de que quieres eliminar este idioma?"
930
 
931
- #: contact_form.php:3505
932
  msgid "Add multiple forms"
933
  msgstr "Añadir múltiples forularios"
934
 
935
- #: contact_form.php:3505
936
  msgid ""
937
  "Install Contact Form Multi plugin to create unlimited number of contact "
938
  "forms."
@@ -940,34 +936,62 @@ msgstr ""
940
  "Instalar el plugin Contact Form Multi para crear un número ilimitado de "
941
  "formas de contacto."
942
 
943
- #: contact_form.php:3510
944
  msgid "Learn more"
945
  msgstr "Más información"
946
 
947
- #: contact_form.php:3751
 
 
 
 
 
 
 
 
948
  msgid "Close notice"
949
  msgstr "Cerrar aviso"
950
 
951
- #: contact_form.php:3756
952
  msgid "allows to store your messages to the database."
953
  msgstr "Permite almacenar sus mensajes en la base de datos."
954
 
955
- #: contact_form.php:3757
956
  msgid "Manage messages that have been sent from your website."
957
  msgstr "Administración de mensajes que han sido enviados desde su sitio web."
958
 
959
- #: contact_form.php:3760
960
  msgid "Learn More"
961
  msgstr "Más información"
962
 
963
- #: contact_form.php:3820
964
  msgid "Contact form"
965
  msgstr "Formulario de contacto"
966
 
967
- #: contact_form.php:3833 contact_form.php:3843
968
  msgid "Language"
969
  msgstr "Idioma"
970
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
971
  #~ msgid "Unlock premium options by upgrading to Pro version"
972
  #~ msgstr ""
973
  #~ "Desbloquear opciones premium mediante la actualización a una versión PRO"
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-11-15 11:15+0200\n"
6
+ "PO-Revision-Date: 2017-11-15 11:15+0200\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Javitopo <jaawme@hotmail.com>\n"
9
  "Language: es_ES\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.7.1\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: contact_form.php:37 contact_form.php:953
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:300 contact_form.php:1133 contact_form.php:1223
29
+ #: contact_form.php:1613 contact_form.php:1651 contact_form.php:1918
30
+ #: contact_form.php:3045 contact_form.php:3091
31
  msgid "Name"
32
  msgstr "Nombre"
33
 
34
+ #: contact_form.php:301 contact_form.php:1270 contact_form.php:1614
35
+ #: contact_form.php:1652 contact_form.php:1923 contact_form.php:3052
36
+ #: contact_form.php:3097
37
  msgid "Address"
38
  msgstr "Dirección"
39
 
40
+ #: contact_form.php:302 contact_form.php:1286 contact_form.php:1615
41
+ #: contact_form.php:1653
42
  msgid "Email Address"
43
  msgstr "Dirección de correo electrónico"
44
 
45
+ #: contact_form.php:303 contact_form.php:1309 contact_form.php:1616
46
+ #: contact_form.php:1654
47
  msgid "Phone number"
48
  msgstr "Número de teléfono"
49
 
50
+ #: contact_form.php:304 contact_form.php:1325 contact_form.php:1617
51
+ #: contact_form.php:1655 contact_form.php:1938 contact_form.php:3063
52
+ #: contact_form.php:3106
53
  msgid "Subject"
54
  msgstr "Asunto"
55
 
56
+ #: contact_form.php:305 contact_form.php:1349 contact_form.php:1618
57
+ #: contact_form.php:1656 contact_form.php:1942 contact_form.php:3068
58
+ #: contact_form.php:3110
59
  msgid "Message"
60
  msgstr "Mensaje"
61
 
62
+ #: contact_form.php:306 contact_form.php:1619 contact_form.php:1657
63
+ #: contact_form.php:1947
64
  msgid "Attachment"
65
  msgstr "Adjuntos"
66
 
67
+ #: contact_form.php:307
68
  msgid ""
69
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
70
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
72
  "Tipos de archivo admitidos: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
73
  "AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
74
 
75
+ #: contact_form.php:308 contact_form.php:1621 contact_form.php:1659
76
  msgid "Send me a copy"
77
  msgstr "Deseo recibir una copia"
78
 
79
+ #: contact_form.php:309 contact_form.php:1622 contact_form.php:1660
80
  msgid "Submit"
81
  msgstr "Enviar"
82
 
83
+ #: contact_form.php:310
84
  msgid "Your name is required."
85
  msgstr "Es necesario un nombre."
86
 
87
+ #: contact_form.php:311
88
  msgid "Address is required."
89
  msgstr "Se requiere dirección."
90
 
91
+ #: contact_form.php:312
92
  msgid "A valid email address is required."
93
  msgstr "Se requiere una dirección de email válida."
94
 
95
+ #: contact_form.php:313
96
  msgid "Phone number is required."
97
  msgstr "Es necesario un número de teléfono."
98
 
99
+ #: contact_form.php:314
100
  msgid "Subject is required."
101
  msgstr "Es necesario un asunto."
102
 
103
+ #: contact_form.php:315
104
  msgid "Message text is required."
105
  msgstr "Es necesario el texto del mensaje."
106
 
107
+ #: contact_form.php:316
108
  msgid "File format is not valid."
109
  msgstr "Formato de archivo no válido."
110
 
111
+ #: contact_form.php:317
112
  msgid "File upload error."
113
  msgstr "Error de carga de archivos."
114
 
115
+ #: contact_form.php:318
116
  msgid "The file could not be uploaded."
117
  msgstr "El archivo no se pudo cargar."
118
 
119
+ #: contact_form.php:319
120
  msgid "This file is too large."
121
  msgstr "Este archivo es demasiado grande."
122
 
123
+ #: contact_form.php:320
124
  msgid "Please fill out the CAPTCHA."
125
  msgstr "Por favor complete el CAPTCHA."
126
 
127
+ #: contact_form.php:321
128
  msgid "Please make corrections below and try again."
129
  msgstr "Por favor, haga las correcciones y a continuación vuelva a intentarlo."
130
 
131
+ #: contact_form.php:323
132
  msgid "Thank you for contacting us."
133
  msgstr "Gracias por contactar con nosotros."
134
 
135
+ #: contact_form.php:650 contact_form.php:910
136
  msgid "Settings saved."
137
  msgstr "Configuración guardada."
138
 
139
+ #: contact_form.php:855
140
  msgid ""
141
  "Email 'FROM' field option was changed, which may cause email messages being "
142
  "moved to the spam folder or email delivery failures."
145
  "mensajes de correo electrónico pueden haber sido enviados a la carpeta de "
146
  "correo no deseado o provocar errores en la entrega del correo electrónico."
147
 
148
+ #: contact_form.php:865
149
  msgid ""
150
  "If the 'Redirect to page' option is selected then the URL field should be in "
151
  "the following format"
153
  "Si se selecciona la opción 'Redirigir a la página', entonces el campo URL "
154
  "debe estar en el siguiente formato"
155
 
156
+ #: contact_form.php:872
157
  msgid "Such user does not exist."
158
  msgstr "Dicho usuario no existe."
159
 
160
+ #: contact_form.php:882
161
  msgid ""
162
  "Please enter a valid email address in the 'Use this email address' field."
163
  msgstr ""
164
  "Por favor, introduce una dirección de correo electrónico válida en el campo "
165
  "\"Correo electrónico\"."
166
 
167
+ #: contact_form.php:890
168
  msgid "Please enter a valid email address in the 'FROM' field."
169
  msgstr ""
170
  "Por favor, introduce una dirección de correo electrónico válida en el campo "
171
  "\"Desde\"."
172
 
173
+ #: contact_form.php:912
174
  msgid "Settings are not saved."
175
  msgstr "Configuración no guardada."
176
 
177
+ #: contact_form.php:950
178
  msgid "All plugin settings were restored."
179
  msgstr "Todos los parámetros del plugin serán restaurados."
180
 
181
+ #: contact_form.php:956
182
  msgid "How to Use Step-by-step Instruction"
183
  msgstr "Instrucciones paso a paso"
184
 
185
+ #: contact_form.php:959 contact_form.php:3254 contact_form.php:3268
186
  msgid "Settings"
187
  msgstr "Configuración"
188
 
189
+ #: contact_form.php:960
190
  msgid "Additional settings"
191
  msgstr "Opciones adicionales"
192
 
193
+ #: contact_form.php:961
194
  msgid "Appearance"
195
  msgstr "Apariencia"
196
 
197
+ #: contact_form.php:962
198
  msgid "Custom code"
199
  msgstr ""
200
 
201
+ #: contact_form.php:963
202
  msgid "Go PRO"
203
  msgstr "Ir al PRO"
204
 
205
+ #: contact_form.php:974
206
  #, fuzzy
207
  msgid "Notice"
208
  msgstr "Aviso:"
209
 
210
+ #: contact_form.php:978
211
  msgid "NEW_FORM"
212
  msgstr "NUEVO FORMULARIO"
213
 
214
+ #: contact_form.php:979
215
  msgid ""
216
  "If you want to create multiple contact forms, please install the Contact "
217
  "Form Multi plugin."
219
  "Si desea crear varios formularios de contacto, por favor, instale el plugin "
220
  "Formulario de contacto múltiple."
221
 
222
+ #: contact_form.php:988
223
  #, php-format
224
  msgid ""
225
  "If you would like to add a Contact Form to your page or post, please use %s "
228
  "Si usted desea agregar el formulario de contacto a su sitio web o entrada , "
229
  "por favor use el botón %s"
230
 
231
+ #: contact_form.php:994
232
  #, php-format
233
  msgid ""
234
  "You can add the Contact Form to your page or post by clicking on %s button "
241
  "no aparece, por favor usa el shortcode %s o %s donde * representa el idioma "
242
  "del Formulario de Contacto."
243
 
244
+ #: contact_form.php:1003
245
  msgid ""
246
  "If you leave the fields empty, the messages will be sent to the email "
247
  "address specified during registration."
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:1006
253
  #, fuzzy
254
  msgid "The user's email address"
255
  msgstr "Dirección de correo electrónico del usuario:"
256
 
257
+ #: contact_form.php:1010
258
  msgid "Select a username"
259
  msgstr "Seleccione un nombre de usuario"
260
 
261
+ #: contact_form.php:1023
262
  #, fuzzy
263
  msgid ""
264
  "Select a username of the person who should get the messages from the contact "
267
  "Introduzca un nombre de usuario de la persona que debe recibir los mensajes "
268
  "desde el formulario de contacto."
269
 
270
+ #: contact_form.php:1027
271
  #, fuzzy
272
  msgid "Use this email address"
273
  msgstr "Utilice esta dirección de correo electrónico:"
274
 
275
+ #: contact_form.php:1031
276
  #, fuzzy
277
  msgid "Enter the email address for receiving messages"
278
  msgstr ""
279
  "Introduzca la dirección de correo electrónico que desea que reciba los "
280
  "mensajes."
281
 
282
+ #: contact_form.php:1038 contact_form.php:1533 contact_form.php:1740
283
+ #: contact_form.php:1846 contact_form.php:3351
284
  msgid "Close"
285
  msgstr "Cerrar"
286
 
287
+ #: contact_form.php:1042
288
  #, fuzzy
289
  msgid "Add department selectbox to the contact form"
290
  msgstr "Añadir casilla seleccionable al formulario de contacto:"
291
 
292
+ #: contact_form.php:1050 contact_form.php:1542 contact_form.php:1759
293
+ #: contact_form.php:2052
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:1057 contact_form.php:1379 contact_form.php:1547
298
+ #: contact_form.php:1766 contact_form.php:2059
299
  msgid "Upgrade to Pro"
300
  msgstr ""
301
 
302
+ #: contact_form.php:1065
303
  msgid "Save emails to the database"
304
  msgstr "Guardar mensajes de correo electrónico a la base de datos"
305
 
306
+ #: contact_form.php:1077 contact_form.php:1091 contact_form.php:1098
307
  msgid "Using"
308
  msgstr "Uso"
309
 
310
+ #: contact_form.php:1083 contact_form.php:1435 contact_form.php:1476
311
+ #: contact_form.php:1511
312
  msgid "Please activate the appropriate option on"
313
  msgstr ""
314
 
315
+ #: contact_form.php:1086 contact_form.php:1438 contact_form.php:1479
316
+ #: contact_form.php:1514
317
  #, fuzzy
318
  msgid "settings page"
319
  msgstr "la página de configuración"
320
 
321
+ #: contact_form.php:1092 contact_form.php:1445 contact_form.php:1487
322
+ #: contact_form.php:1521
323
  msgid "Activate"
324
  msgstr "Activar"
325
 
326
+ #: contact_form.php:1099 contact_form.php:1454 contact_form.php:1493
327
+ #: contact_form.php:1526
328
  msgid "Download"
329
  msgstr "Download"
330
 
331
+ #: contact_form.php:1111
332
  msgid "Sending method"
333
  msgstr ""
334
 
335
+ #: contact_form.php:1116
336
  msgid "Wp-mail"
337
  msgstr "Wp-mail"
338
 
339
+ #: contact_form.php:1118
340
  msgid "You can use the Wordpress wp_mail function for mailing"
341
  msgstr "Tú puedes utilizar la función wp_mail para enviar por correo"
342
 
343
+ #: contact_form.php:1121
344
  msgid "Mail"
345
  msgstr "Correo"
346
 
347
+ #: contact_form.php:1123
348
  msgid "You can use the PHP mail function for mailing"
349
  msgstr "Tú puedes utilizar la función de correo PHP para enviar por correo"
350
 
351
+ #: contact_form.php:1128
352
  msgid "'FROM' field"
353
  msgstr "Campo 'DESDE'"
354
 
355
+ #: contact_form.php:1144
356
  msgid "User name"
357
  msgstr "Nombre de usuario"
358
 
359
+ #: contact_form.php:1146
360
  msgid ""
361
  "The name of the user who fills the form will be used in the field 'From'."
362
  msgstr ""
363
  "El nombre del usuario que rellena en el formulario se utiliza en el campo "
364
  "\"De:\"."
365
 
366
+ #: contact_form.php:1157 contact_form.php:3058 contact_form.php:3102
367
  msgid "Email"
368
  msgstr "Correo electrónico"
369
 
370
+ #: contact_form.php:1168
371
  msgid "User email"
372
  msgstr "Correo electrónico del usuario"
373
 
374
+ #: contact_form.php:1170
375
  msgid ""
376
  "The email address of the user who fills the form will be used in the field "
377
  "'From'."
379
  "La dirección de correo electrónico del usuario que rellena el formulario se "
380
  "utiliza en el campo \"De\"."
381
 
382
+ #: contact_form.php:1179
383
  msgid ""
384
  "If this option is changed, email messages may be moved to the spam folder or "
385
  "email delivery failures may occur."
388
  "a la carpeta de correo no deseado o ocurrir otros errores en la entrega del "
389
  "correo."
390
 
391
+ #: contact_form.php:1188
392
  msgid "Required symbol"
393
  msgstr "Símbolo de Obligatorio"
394
 
395
+ #: contact_form.php:1198
396
  msgid "Fields"
397
  msgstr "Campos"
398
 
399
+ #: contact_form.php:1199 contact_form.php:1226 contact_form.php:1253
400
+ #: contact_form.php:1273 contact_form.php:1312 contact_form.php:1394
401
  msgid "Used"
402
  msgstr "Usado"
403
 
404
+ #: contact_form.php:1200 contact_form.php:1215 contact_form.php:1230
405
+ #: contact_form.php:1257 contact_form.php:1277 contact_form.php:1290
406
+ #: contact_form.php:1316 contact_form.php:1329 contact_form.php:1353
407
  msgid "Required"
408
  msgstr "Obligatorio"
409
 
410
+ #: contact_form.php:1202 contact_form.php:1235 contact_form.php:1295
411
+ #: contact_form.php:1334 contact_form.php:1358
412
  msgid "Visible"
413
  msgstr "Visible"
414
 
415
+ #: contact_form.php:1203 contact_form.php:1239 contact_form.php:1299
416
+ #: contact_form.php:1338 contact_form.php:1362
417
  msgid "Disabled for editing"
418
  msgstr "Inhabilitado para la edición"
419
 
420
+ #: contact_form.php:1204 contact_form.php:1263 contact_form.php:1342
421
+ #: contact_form.php:1366
422
  msgid "Field's default value"
423
  msgstr "Valor predeterminado del campo"
424
 
425
+ #: contact_form.php:1211
426
  msgid "Department selectbox"
427
  msgstr "Apartado de casilla seleccionable"
428
 
429
+ #: contact_form.php:1243
430
  msgid "Use User's name as a default value if the user is logged in."
431
  msgstr ""
432
  "Usar el nombre de usuario como valor por defecto si el usuario está "
433
  "conectado."
434
 
435
+ #: contact_form.php:1244 contact_form.php:1304
436
  msgid ""
437
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
438
  "in users."
440
  "Las opciones 'Visible' y 'Desactivado para la edición' solo serán aplicadas "
441
  "a los usuarios con sesión iniciada."
442
 
443
+ #: contact_form.php:1250
444
  msgid "Location selectbox"
445
  msgstr "Localización de la casilla seleccionable"
446
 
447
+ #: contact_form.php:1303
448
  msgid "Use User's email as a default value if the user is logged in."
449
  msgstr ""
450
  "Utiliza por defecto el correo electrónico del usuario si el usuario está "
451
  "conectado."
452
 
453
+ #: contact_form.php:1387
454
  msgid "Attachment block"
455
  msgstr "bloque de adjuntos"
456
 
457
+ #: contact_form.php:1389
458
  msgid "Users can attach the following file formats"
459
  msgstr "Los usuarios pueden adjuntar los siguientes formatos de archivo"
460
 
461
+ #: contact_form.php:1407
462
  msgid "Add to the form"
463
  msgstr "Añadir a la forma"
464
 
465
+ #: contact_form.php:1412
466
  msgid "Tips below the Attachment"
467
  msgstr "Consejos debajo del archivo adjunto"
468
 
469
+ #: contact_form.php:1419
470
  msgid "'Send me a copy' block"
471
  msgstr "'Deseo recibir una copia' bloque"
472
 
473
+ #: contact_form.php:1447
474
  #, fuzzy
475
  msgid "Activate for network"
476
  msgstr "Activar suscripción"
477
 
478
+ #: contact_form.php:1537
479
  msgid "Agreement checkbox"
480
  msgstr "casilla de verificación de acuerdo"
481
 
482
+ #: contact_form.php:1537
483
  msgid "Required checkbox for submitting the form"
484
  msgstr "Casilla de verificación obligatoria para enviar el formulario"
485
 
486
+ #: contact_form.php:1538
487
  msgid "Optional checkbox"
488
  msgstr "Casilla opcional"
489
 
490
+ #: contact_form.php:1538
491
  msgid "Optional checkbox, the results of which will be displayed in email"
492
  msgstr ""
493
  "Casilla opcional, cuyos resultados se mostrarán en el correo electrónico"
494
 
495
+ #: contact_form.php:1556
496
  msgid "Delete an attachment file from the server after the email is sent"
497
  msgstr ""
498
  "Eliminar un archivo adjunto del servidor después de que se envíe el correo "
499
  "electrónico"
500
 
501
+ #: contact_form.php:1562
502
  msgid "Email in HTML format sending"
503
  msgstr "Enviar correo electrónico en formato HTML"
504
 
505
+ #: contact_form.php:1566
506
  msgid "Display additional info in the email"
507
  msgstr "Mostrar información adicional en el correo electrónico"
508
 
509
+ #: contact_form.php:1572
510
  msgid "Sent from (IP address)"
511
  msgstr "Enviado desde (dirección IP)"
512
 
513
+ #: contact_form.php:1572
514
+ msgid "Example: Sent from (IP address): 127.0.0.1"
515
+ msgstr ""
516
 
517
+ #: contact_form.php:1573 contact_form.php:3007 contact_form.php:3009
518
  msgid "Date/Time"
519
  msgstr "Fecha/Hora"
520
 
521
+ #: contact_form.php:1573
522
+ msgid "Example: Date/Time: August 19, 2013 8:50 pm"
523
+ msgstr ""
524
 
525
+ #: contact_form.php:1574 contact_form.php:3013 contact_form.php:3015
526
  msgid "Sent from (referer)"
527
  msgstr "Enviado desde (referencia)"
528
 
529
+ #: contact_form.php:1574
 
530
  msgid ""
531
+ "Example: Sent from (referer): https://bestwebsoft.com/contacts/contact-us/"
532
  msgstr ""
 
533
 
534
+ #: contact_form.php:1575 contact_form.php:3019 contact_form.php:3021
535
  msgid "Using (user agent)"
536
  msgstr "Usando (agente de usuario)"
537
 
538
+ #: contact_form.php:1575
539
  msgid ""
540
+ "Example: Using (user agent): Mozilla/5.0 (Windows NT 6.2; WOW64) "
541
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
542
  msgstr ""
 
 
543
 
544
+ #: contact_form.php:1580
545
  msgid "Language settings for the field names in the form"
546
  msgstr ""
547
  "Configuración de idioma para los nombres de los campos en el formulario"
548
 
549
+ #: contact_form.php:1589
550
  msgid "Add a language"
551
  msgstr "Añadir un idioma"
552
 
553
+ #: contact_form.php:1593
554
  msgid "Change the names of the contact form fields and error messages"
555
  msgstr ""
556
  "Cambie los nombres de los campos del formulario de contacto y mensajes de "
557
  "error"
558
 
559
+ #: contact_form.php:1598 contact_form.php:1694 contact_form.php:1826
560
+ #: contact_form.php:1966 contact_form.php:1971 contact_form.php:1981
561
+ #: contact_form.php:1986 contact_form.php:1991 contact_form.php:1996
562
+ #: contact_form.php:2006 contact_form.php:2011 contact_form.php:2020
563
+ #: contact_form.php:2034 contact_form.php:2039 contact_form.php:2044
564
  msgid "Default"
565
  msgstr "Defecto"
566
 
567
+ #: contact_form.php:1611 contact_form.php:1649
568
  msgid "click to expand/hide the list"
569
  msgstr "haga clic para expandir / ocultar la lista"
570
 
571
+ #: contact_form.php:1620 contact_form.php:1658
572
  msgid "Tips below the Attachment block"
573
  msgstr "Consejos debajo del bloque del archivo adjunto"
574
 
575
+ #: contact_form.php:1623 contact_form.php:1661
576
  msgid "Error message for the Name field"
577
  msgstr "Mensaje de error para el campo Nombre"
578
 
579
+ #: contact_form.php:1624 contact_form.php:1662
580
  msgid "Error message for the Address field"
581
  msgstr "Mensaje de error para el campo dirección"
582
 
583
+ #: contact_form.php:1625 contact_form.php:1663
584
  msgid "Error message for the Email field"
585
  msgstr "Mensaje de error en el campo Correo electrónico"
586
 
587
+ #: contact_form.php:1626 contact_form.php:1664
588
  msgid "Error message for the Phone field"
589
  msgstr "Mensaje de error para el campo Teléfono"
590
 
591
+ #: contact_form.php:1627 contact_form.php:1665
592
  msgid "Error message for the Subject field"
593
  msgstr "Mensaje de error para el campo Asunto"
594
 
595
+ #: contact_form.php:1628 contact_form.php:1666
596
  msgid "Error message for the Message field"
597
  msgstr "Mensaje de error en el campo Mensaje"
598
 
599
+ #: contact_form.php:1629 contact_form.php:1667
600
  msgid "Error message about the file type for the Attachment field"
601
  msgstr ""
602
  "Mensaje de error sobre el tipo de archivo para el campo de archivos adjuntos"
603
 
604
+ #: contact_form.php:1630 contact_form.php:1668
605
  msgid ""
606
  "Error message while uploading a file for the Attachment field to the server"
607
  msgstr ""
608
  "Mensaje de error al cargar un archivo en el campo de archivos adjuntos al "
609
  "servidor"
610
 
611
+ #: contact_form.php:1631 contact_form.php:1669
612
  msgid "Error message while moving the file for the Attachment field"
613
  msgstr ""
614
  "Mensaje de error mientras se mueve el archivo en el campo de archivos "
615
  "adjuntos"
616
 
617
+ #: contact_form.php:1632 contact_form.php:1670
618
  msgid "Error message when file size limit for the Attachment field is exceeded"
619
  msgstr ""
620
  "Mensaje de error cuando se supera el límite de tamaño de archivo para el "
621
  "campo de archivos adjuntos"
622
 
623
+ #: contact_form.php:1633 contact_form.php:1671
624
  msgid "Error message for the Captcha field"
625
  msgstr "Mensaje de error para el campo Captcha"
626
 
627
+ #: contact_form.php:1634 contact_form.php:1672
628
  msgid "Error message for the whole form"
629
  msgstr "Mensaje de error para todo el formulario"
630
 
631
+ #: contact_form.php:1637 contact_form.php:1639 contact_form.php:1675
632
+ #: contact_form.php:1677 contact_form.php:1709 contact_form.php:1711
633
+ #: contact_form.php:1723 contact_form.php:1725 contact_form.php:3441
634
+ #: contact_form.php:3443
635
  msgid "Use shortcode"
636
  msgstr "Utilice shortcode"
637
 
638
+ #: contact_form.php:1637 contact_form.php:1639 contact_form.php:1675
639
+ #: contact_form.php:1677 contact_form.php:1709 contact_form.php:1711
640
+ #: contact_form.php:1723 contact_form.php:1725 contact_form.php:3441
641
+ #: contact_form.php:3443
642
  msgid "for this language"
643
  msgstr "para este idioma"
644
 
645
+ #: contact_form.php:1685
646
  msgid "Use the changed names of the contact form fields in the email"
647
  msgstr ""
648
  "Utilice los nombres cambiados de los campos del formulario de contacto en el "
649
  "correo electrónico"
650
 
651
+ #: contact_form.php:1691
652
  msgid "Action after email is sent"
653
  msgstr "Acción después de que se envíe el correo electrónico"
654
 
655
+ #: contact_form.php:1693
656
  msgid "Display text"
657
  msgstr "Mostrar texto"
658
 
659
+ #: contact_form.php:1707 contact_form.php:1721
660
  msgid "Text"
661
  msgstr "Texto"
662
 
663
+ #: contact_form.php:1732
664
  msgid "Redirect to the page"
665
  msgstr "Redirigir a la página"
666
 
667
+ #: contact_form.php:1733
668
  msgid "Url"
669
  msgstr "Url"
670
 
671
+ #: contact_form.php:1744
672
  msgid "Add field 'Reply-To' to the email header"
673
  msgstr "Añadir campo 'Responder a' en la cabecera del correo electrónico"
674
 
675
+ #: contact_form.php:1746
676
  msgid "Field 'Reply-To' will be initialized by user email"
677
  msgstr ""
678
  "El campo 'Responder a' se iniciará por el correo electrónico del usuario"
679
 
680
+ #: contact_form.php:1750
681
  msgid "Auto Response"
682
  msgstr "Respuesta automática"
683
 
684
+ #: contact_form.php:1754
685
  #, php-format
686
  msgid ""
687
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
692
  "%%MESSAGE%% para mostrar los datos del campo Mensaje, así como %%SITENAME%% "
693
  "para mostrar el nombre del blog."
694
 
695
+ #: contact_form.php:1776 contact_form.php:2302
696
  msgid "Save Changes"
697
  msgstr "Guardar cambios"
698
 
699
+ #: contact_form.php:1789
700
  #, php-format
701
  msgid ""
702
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
704
  "Por favor, utilice JavaScript para cambiar las opciones '%s', '%s' y para "
705
  "los campos de clasificación."
706
 
707
+ #: contact_form.php:1789 contact_form.php:1798
708
  msgid "Form layout"
709
  msgstr "Diseño del formulario"
710
 
711
+ #: contact_form.php:1789 contact_form.php:1810
712
  msgid "Submit position"
713
  msgstr "Enviar posición"
714
 
715
+ #: contact_form.php:1802
716
  msgid "One column"
717
  msgstr "Una columna"
718
 
719
+ #: contact_form.php:1805
720
  msgid "Two columns"
721
  msgstr "Dos columnas"
722
 
723
+ #: contact_form.php:1814 contact_form.php:1854 contact_form.php:1872
724
+ #: contact_form.php:1887
725
  msgid "Left"
726
  msgstr "Izquierda"
727
 
728
+ #: contact_form.php:1817 contact_form.php:1860 contact_form.php:1875
729
+ #: contact_form.php:1893
730
  msgid "Right"
731
  msgstr "Derecha"
732
 
733
+ #: contact_form.php:1822
734
  msgid "Width"
735
  msgstr ""
736
 
737
+ #: contact_form.php:1830
738
  msgid "Custom"
739
  msgstr ""
740
 
741
+ #: contact_form.php:1837
742
  msgid "px"
743
  msgstr ""
744
 
745
+ #: contact_form.php:1850
746
  msgid "Form align"
747
  msgstr "Alinear formulario"
748
 
749
+ #: contact_form.php:1857 contact_form.php:1890
750
  msgid "Center"
751
  msgstr "Centro"
752
 
753
+ #: contact_form.php:1865
754
  msgid "Labels position"
755
  msgstr "Posición de las etiquetas"
756
 
757
+ #: contact_form.php:1869
758
  msgid "Top"
759
  msgstr "Arriba"
760
 
761
+ #: contact_form.php:1878
762
  msgid "Bottom"
763
  msgstr "Abajo"
764
 
765
+ #: contact_form.php:1883
766
  msgid "Labels align"
767
  msgstr "Alinear etiquetas"
768
 
769
+ #: contact_form.php:1898
770
  msgid "Errors output"
771
  msgstr "Salida de errores"
772
 
773
+ #: contact_form.php:1901
774
  msgid "Display error messages"
775
  msgstr "Mostrar mensajes de error"
776
 
777
+ #: contact_form.php:1902
778
  msgid "Color of the input field errors."
779
  msgstr "El color de los errores del campo de entrada."
780
 
781
+ #: contact_form.php:1903
782
  msgid "Display error messages & color of the input field errors"
783
  msgstr ""
784
  "Mostrar mensajes de error y el color de los errores de campo de entrada"
785
 
786
+ #: contact_form.php:1908
787
  msgid "Add placeholder to the input blocks"
788
  msgstr "Añadir marcador de posición de los bloques de entrada"
789
 
790
+ #: contact_form.php:1914
791
  msgid "Add tooltips"
792
  msgstr "Añadir información sobre herramientas"
793
 
794
+ #: contact_form.php:1928
795
  msgid "Email address"
796
  msgstr "Correo electrónico"
797
 
798
+ #: contact_form.php:1933 contact_form.php:3074 contact_form.php:3115
799
  msgid "Phone Number"
800
  msgstr "Número de teléfono"
801
 
802
+ #: contact_form.php:1959
803
  msgid "Style options"
804
  msgstr "Opciones de estilo"
805
 
806
+ #: contact_form.php:1963
807
  msgid "Text color"
808
  msgstr "Color del texto"
809
 
810
+ #: contact_form.php:1968
811
  msgid "Label text color"
812
  msgstr "Color del texto de la Etiqueta"
813
 
814
+ #: contact_form.php:1973
815
  msgid "Placeholder color"
816
  msgstr "El color de marcador de posición"
817
 
818
+ #: contact_form.php:1978
819
  msgid "Errors color"
820
  msgstr "Color del error"
821
 
822
+ #: contact_form.php:1983
823
  msgid "Error text color"
824
  msgstr "Color del texto de error"
825
 
826
+ #: contact_form.php:1988
827
  msgid "Background color of the input field errors"
828
  msgstr "Color de fondo de los errores de campo de entrada"
829
 
830
+ #: contact_form.php:1993
831
  msgid "Border color of the input field errors"
832
  msgstr "Color del borde de los errores de campo de entrada"
833
 
834
+ #: contact_form.php:1998
835
  msgid "Placeholder color of the input field errors"
836
  msgstr "El color de marcador de posición de los errores de campo de entrada"
837
 
838
+ #: contact_form.php:2003
839
  msgid "Input fields"
840
  msgstr "Campos de entrada"
841
 
842
+ #: contact_form.php:2008
843
  msgid "Input fields background color"
844
  msgstr "Color de fondo de los campos de entrada"
845
 
846
+ #: contact_form.php:2013
847
  msgid "Text fields color"
848
  msgstr "Color de los campos de texto"
849
 
850
+ #: contact_form.php:2017
851
  msgid "Border width in px, numbers only"
852
  msgstr "Ancho del borde en píxeles, sólo números"
853
 
854
+ #: contact_form.php:2022 contact_form.php:2046
855
  msgid "Border color"
856
  msgstr "Color del borde"
857
 
858
+ #: contact_form.php:2027
859
  msgid "Submit button"
860
  msgstr "Botón enviar"
861
 
862
+ #: contact_form.php:2031
863
  msgid "Width in px, numbers only"
864
  msgstr "Ancho en píxeles, sólo números"
865
 
866
+ #: contact_form.php:2036
867
  msgid "Button color"
868
  msgstr "Color del botón"
869
 
870
+ #: contact_form.php:2041
871
  msgid "Button text color"
872
  msgstr "Color del texto del botón"
873
 
874
+ #: contact_form.php:2070
875
  msgid "Contact Form | Preview"
876
  msgstr "Formulario de Contacto | Vista previa"
877
 
878
+ #: contact_form.php:2071
879
  msgid "Drag the necessary field to sort fields."
880
  msgstr "Arrastre el campo necesario para ordenar los campos."
881
 
882
+ #: contact_form.php:2291
883
  #, fuzzy
884
  msgid ""
885
  "If you would like to add the Contact Form to your website, just copy and "
888
  "Si quieres agregar el formulario de contacto en tu sitio web, sólo tienes "
889
  "que copiar y pegar este código corto a tu post, una página o un widget:"
890
 
891
+ #: contact_form.php:2412
892
  msgid "Sorry, email message could not be delivered."
893
  msgstr "Lo sentimos, el mensaje de correo electrónico no se pudo entregar."
894
 
895
+ #: contact_form.php:3001 contact_form.php:3003
896
  msgid "Sent from (ip address)"
897
  msgstr "Enviado desde (dirección IP)"
898
 
899
+ #: contact_form.php:3031
900
  msgid "Contact from"
901
  msgstr "Contact from"
902
 
903
+ #: contact_form.php:3036 contact_form.php:3085
904
  msgid "Site"
905
  msgstr "Sitio"
906
 
907
+ #: contact_form.php:3197
908
  msgid ""
909
  "If you can see this MIME, it means that the MIME type is not supported by "
910
  "your email client!"
912
  "Si puede ver esta MIME, significa que el tipo MIME no es compatible con su "
913
  "cliente de correo electrónico!"
914
 
915
+ #: contact_form.php:3269
916
  msgid "FAQ"
917
  msgstr "Preguntas más frecuentes"
918
 
919
+ #: contact_form.php:3270
920
  msgid "Support"
921
  msgstr "Soporte técnico"
922
 
923
+ #: contact_form.php:3319
924
  msgid "Are you sure that you want to delete this language data?"
925
  msgstr "¿Estás seguro de que quieres eliminar este idioma?"
926
 
927
+ #: contact_form.php:3342
928
  msgid "Add multiple forms"
929
  msgstr "Añadir múltiples forularios"
930
 
931
+ #: contact_form.php:3342
932
  msgid ""
933
  "Install Contact Form Multi plugin to create unlimited number of contact "
934
  "forms."
936
  "Instalar el plugin Contact Form Multi para crear un número ilimitado de "
937
  "formas de contacto."
938
 
939
+ #: contact_form.php:3347
940
  msgid "Learn more"
941
  msgstr "Más información"
942
 
943
+ #: contact_form.php:3405
944
+ msgid "Error"
945
+ msgstr ""
946
+
947
+ #: contact_form.php:3405 contact_form.php:3407
948
+ msgid "Illegal language code"
949
+ msgstr ""
950
+
951
+ #: contact_form.php:3590
952
  msgid "Close notice"
953
  msgstr "Cerrar aviso"
954
 
955
+ #: contact_form.php:3595
956
  msgid "allows to store your messages to the database."
957
  msgstr "Permite almacenar sus mensajes en la base de datos."
958
 
959
+ #: contact_form.php:3596
960
  msgid "Manage messages that have been sent from your website."
961
  msgstr "Administración de mensajes que han sido enviados desde su sitio web."
962
 
963
+ #: contact_form.php:3599
964
  msgid "Learn More"
965
  msgstr "Más información"
966
 
967
+ #: contact_form.php:3659
968
  msgid "Contact form"
969
  msgstr "Formulario de contacto"
970
 
971
+ #: contact_form.php:3672 contact_form.php:3682
972
  msgid "Language"
973
  msgstr "Idioma"
974
 
975
+ #~ msgid "Example: Sent from (IP address):\t127.0.0.1"
976
+ #~ msgstr "Ejemplo: Enviado desde (dirección IP:\t127.0.0.1"
977
+
978
+ #~ msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
979
+ #~ msgstr "Ejemplo: Fecha/hora:\tAugust 19, 2013 8:50 pm"
980
+
981
+ #, fuzzy
982
+ #~ msgid ""
983
+ #~ "Example: Sent from (referer):\thttps://bestwebsoft.com/contacts/contact-"
984
+ #~ "us/"
985
+ #~ msgstr ""
986
+ #~ "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
987
+
988
+ #~ msgid ""
989
+ #~ "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
990
+ #~ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
991
+ #~ msgstr ""
992
+ #~ "Ejemplo: Usando (agente de usuario):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
993
+ #~ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
994
+
995
  #~ msgid "Unlock premium options by upgrading to Pro version"
996
  #~ msgstr ""
997
  #~ "Desbloquear opciones premium mediante la actualización a una versión PRO"
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: 2017-05-23 15:15+0300\n"
6
- "PO-Revision-Date: 2017-05-23 15:15+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"
@@ -13,10 +13,10 @@ msgstr ""
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
- #: contact_form.php:37 contact_form.php:1064
20
  msgid "Contact Form Settings"
21
  msgstr "Contact Form seaded"
22
 
@@ -24,46 +24,46 @@ msgstr "Contact Form seaded"
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
- #: contact_form.php:280 contact_form.php:1244 contact_form.php:1334
28
- #: contact_form.php:1725 contact_form.php:1763 contact_form.php:2029
29
- #: contact_form.php:3181 contact_form.php:3227
30
  msgid "Name"
31
  msgstr "Nimi"
32
 
33
- #: contact_form.php:281 contact_form.php:1381 contact_form.php:1726
34
- #: contact_form.php:1764 contact_form.php:2034 contact_form.php:3188
35
- #: contact_form.php:3233
36
  msgid "Address"
37
  msgstr "Aadress"
38
 
39
- #: contact_form.php:282 contact_form.php:1397 contact_form.php:1727
40
- #: contact_form.php:1765
41
  msgid "Email Address"
42
  msgstr "E-maili aadress"
43
 
44
- #: contact_form.php:283 contact_form.php:1420 contact_form.php:1728
45
- #: contact_form.php:1766
46
  msgid "Phone number"
47
  msgstr "Telefoni number"
48
 
49
- #: contact_form.php:284 contact_form.php:1436 contact_form.php:1729
50
- #: contact_form.php:1767 contact_form.php:2049 contact_form.php:3199
51
- #: contact_form.php:3242
52
  msgid "Subject"
53
  msgstr "Pealkiri"
54
 
55
- #: contact_form.php:285 contact_form.php:1460 contact_form.php:1730
56
- #: contact_form.php:1768 contact_form.php:2053 contact_form.php:3204
57
- #: contact_form.php:3246
58
  msgid "Message"
59
  msgstr "Sõnum"
60
 
61
- #: contact_form.php:286 contact_form.php:1731 contact_form.php:1769
62
- #: contact_form.php:2058
63
  msgid "Attachment"
64
  msgstr "Manus"
65
 
66
- #: contact_form.php:287
67
  msgid ""
68
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
69
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
@@ -71,77 +71,77 @@ msgstr ""
71
  "Toetatud failitüübid: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
72
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
73
 
74
- #: contact_form.php:288 contact_form.php:1733 contact_form.php:1771
75
  msgid "Send me a copy"
76
  msgstr "Saada mulle koopia"
77
 
78
- #: contact_form.php:289 contact_form.php:1734 contact_form.php:1772
79
  msgid "Submit"
80
  msgstr "Saada"
81
 
82
- #: contact_form.php:290
83
  msgid "Your name is required."
84
  msgstr "Sinu nimi on kohustuslik."
85
 
86
- #: contact_form.php:291
87
  msgid "Address is required."
88
  msgstr "Aadress on kohustuslik."
89
 
90
- #: contact_form.php:292
91
  msgid "A valid email address is required."
92
  msgstr "Korrektne e-mail on kohustuslik."
93
 
94
- #: contact_form.php:293
95
  msgid "Phone number is required."
96
  msgstr "Telefoni number on kohustuslik."
97
 
98
- #: contact_form.php:294
99
  msgid "Subject is required."
100
  msgstr "Pealkiri on kohustuslik."
101
 
102
- #: contact_form.php:295
103
  msgid "Message text is required."
104
  msgstr "Sõnumi tekst on kohustuslik."
105
 
106
- #: contact_form.php:296
107
  msgid "File format is not valid."
108
  msgstr "Failiformaat pole toetatud."
109
 
110
- #: contact_form.php:297
111
  msgid "File upload error."
112
  msgstr "Error faili üles laadimisel."
113
 
114
- #: contact_form.php:298
115
  msgid "The file could not be uploaded."
116
  msgstr "Faili ei saanud üles laadida."
117
 
118
- #: contact_form.php:299
119
  msgid "This file is too large."
120
  msgstr "See fail on liiga suur."
121
 
122
- #: contact_form.php:300
123
  msgid "Please fill out the CAPTCHA."
124
  msgstr "Palun täida CAPTCHA."
125
 
126
- #: contact_form.php:301
127
  msgid "Please make corrections below and try again."
128
  msgstr "Palun tee allolevad parandused ja proovi uuesti."
129
 
130
- #: contact_form.php:303
131
  msgid "Thank you for contacting us."
132
  msgstr "Tänan meiega kontakteerumast."
133
 
134
- #: contact_form.php:759 contact_form.php:1021
135
  msgid "Settings saved."
136
  msgstr "Seaded salvestatud."
137
 
138
- #: contact_form.php:966
139
  msgid ""
140
  "Email 'FROM' field option was changed, which may cause email messages being "
141
  "moved to the spam folder or email delivery failures."
142
  msgstr ""
143
 
144
- #: contact_form.php:976
145
  msgid ""
146
  "If the 'Redirect to page' option is selected then the URL field should be in "
147
  "the following format"
@@ -149,62 +149,62 @@ msgstr ""
149
  "Kui 'Suuna lehele' valik on aktiveeritud, siis URL-i väli peab olema "
150
  "järgnevas formaadis"
151
 
152
- #: contact_form.php:983
153
  msgid "Such user does not exist."
154
  msgstr "Sellist kasutajat ei eksisteeri. "
155
 
156
- #: contact_form.php:993
157
  msgid ""
158
  "Please enter a valid email address in the 'Use this email address' field."
159
  msgstr "Palun sisesta 'Kellelt' väljale korrektne e-maili aadress. "
160
 
161
- #: contact_form.php:1001
162
  msgid "Please enter a valid email address in the 'FROM' field."
163
  msgstr "Palun sisesta 'Kellelt' väljale korrektne e-maili aadress. "
164
 
165
- #: contact_form.php:1023
166
  msgid "Settings are not saved."
167
  msgstr "Seaded pole salvestatud."
168
 
169
- #: contact_form.php:1061
170
  msgid "All plugin settings were restored."
171
  msgstr ""
172
 
173
- #: contact_form.php:1067
174
  msgid "How to Use Step-by-step Instruction"
175
  msgstr ""
176
 
177
- #: contact_form.php:1070 contact_form.php:3419 contact_form.php:3433
178
  msgid "Settings"
179
  msgstr "Seaded"
180
 
181
- #: contact_form.php:1071
182
  #, fuzzy
183
  msgid "Additional settings"
184
  msgstr "Opcions addicionals"
185
 
186
- #: contact_form.php:1072
187
  msgid "Appearance"
188
  msgstr ""
189
 
190
- #: contact_form.php:1073
191
  msgid "Custom code"
192
  msgstr ""
193
 
194
- #: contact_form.php:1074
195
  msgid "Go PRO"
196
  msgstr "Telli PRO"
197
 
198
- #: contact_form.php:1085
199
  #, fuzzy
200
  msgid "Notice"
201
  msgstr "Märkus:"
202
 
203
- #: contact_form.php:1089
204
  msgid "NEW_FORM"
205
  msgstr ""
206
 
207
- #: contact_form.php:1090
208
  msgid ""
209
  "If you want to create multiple contact forms, please install the Contact "
210
  "Form Multi plugin."
@@ -212,7 +212,7 @@ msgstr ""
212
  "Kui soovid sisestada mitut kontaktivormi, siis installi Contact Form Multi "
213
  "plugin."
214
 
215
- #: contact_form.php:1099
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 +221,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:1105
225
  #, php-format
226
  msgid ""
227
  "You can add the Contact Form to your page or post by clicking on %s button "
@@ -230,7 +230,7 @@ msgid ""
230
  "language."
231
  msgstr ""
232
 
233
- #: contact_form.php:1114
234
  msgid ""
235
  "If you leave the fields empty, the messages will be sent to the email "
236
  "address specified during registration."
@@ -238,17 +238,17 @@ 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:1117
242
  #, fuzzy
243
  msgid "The user's email address"
244
  msgstr "Kasutaja e-maili aadress:"
245
 
246
- #: contact_form.php:1121
247
  #, fuzzy
248
  msgid "Select a username"
249
  msgstr "Loo kasutajanimi"
250
 
251
- #: contact_form.php:1134
252
  #, fuzzy
253
  msgid ""
254
  "Select a username of the person who should get the messages from the contact "
@@ -256,110 +256,110 @@ msgid ""
256
  msgstr ""
257
  "Sisesta selle isiku kasutajanimi, kes peaks saama sõnumid kontaktivormilt."
258
 
259
- #: contact_form.php:1138
260
  #, fuzzy
261
  msgid "Use this email address"
262
  msgstr "Kasuta seda e-maili aadressi:"
263
 
264
- #: contact_form.php:1142
265
  #, fuzzy
266
  msgid "Enter the email address for receiving messages"
267
  msgstr ""
268
  "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
269
 
270
- #: contact_form.php:1149 contact_form.php:1645 contact_form.php:1852
271
- #: contact_form.php:1957 contact_form.php:3514
272
  msgid "Close"
273
  msgstr ""
274
 
275
- #: contact_form.php:1153
276
  #, fuzzy
277
  msgid "Add department selectbox to the contact form"
278
  msgstr "Lisa valikukast kontakti vormile:"
279
 
280
- #: contact_form.php:1161 contact_form.php:1654 contact_form.php:1871
281
- #: contact_form.php:2163
282
  msgid "If you upgrade to Pro version all your settings will be saved."
283
  msgstr "Kui sa lähed üle Pro versioonile, siis kõik seaded salvestatakse."
284
 
285
- #: contact_form.php:1168 contact_form.php:1490 contact_form.php:1659
286
- #: contact_form.php:1878 contact_form.php:2170
287
  msgid "Upgrade to Pro"
288
  msgstr ""
289
 
290
- #: contact_form.php:1176
291
  msgid "Save emails to the database"
292
  msgstr "Salvesta e-mailid andmebaasi"
293
 
294
- #: contact_form.php:1188 contact_form.php:1202 contact_form.php:1209
295
  msgid "Using"
296
  msgstr "Kasutan"
297
 
298
- #: contact_form.php:1194 contact_form.php:1546 contact_form.php:1588
299
- #: contact_form.php:1623
300
  msgid "Please activate the appropriate option on"
301
  msgstr ""
302
 
303
- #: contact_form.php:1197 contact_form.php:1549 contact_form.php:1591
304
- #: contact_form.php:1626
305
  #, fuzzy
306
  msgid "settings page"
307
  msgstr "seadete leht"
308
 
309
- #: contact_form.php:1203 contact_form.php:1556 contact_form.php:1599
310
- #: contact_form.php:1633
311
  msgid "Activate"
312
  msgstr "Aktiveeri"
313
 
314
- #: contact_form.php:1210 contact_form.php:1565 contact_form.php:1605
315
- #: contact_form.php:1638
316
  msgid "Download"
317
  msgstr "Descarregar"
318
 
319
- #: contact_form.php:1222
320
  msgid "Sending method"
321
  msgstr ""
322
 
323
- #: contact_form.php:1227
324
  msgid "Wp-mail"
325
  msgstr "Wp-mail"
326
 
327
- #: contact_form.php:1229
328
  #, fuzzy
329
  msgid "You can use the Wordpress wp_mail function for mailing"
330
  msgstr "Võid kasutada wp_mail funktsiooni e-mailide saatmiseks"
331
 
332
- #: contact_form.php:1232
333
  msgid "Mail"
334
  msgstr "E-mail"
335
 
336
- #: contact_form.php:1234
337
  #, fuzzy
338
  msgid "You can use the PHP mail function for mailing"
339
  msgstr "Võid kasutada wp_mail funktsiooni e-mailide saatmiseks"
340
 
341
- #: contact_form.php:1239
342
  msgid "'FROM' field"
343
  msgstr ""
344
 
345
- #: contact_form.php:1255
346
  msgid "User name"
347
  msgstr "Kasutaja nimi"
348
 
349
- #: contact_form.php:1257
350
  msgid ""
351
  "The name of the user who fills the form will be used in the field 'From'."
352
  msgstr "Kasutaja nime (kes täidab vormi) kasutatakse 'Kellelt' väljal."
353
 
354
- #: contact_form.php:1268 contact_form.php:3194 contact_form.php:3238
355
  msgid "Email"
356
  msgstr "E-mail"
357
 
358
- #: contact_form.php:1279
359
  msgid "User email"
360
  msgstr "Kasutaja e-mail"
361
 
362
- #: contact_form.php:1281
363
  msgid ""
364
  "The email address of the user who fills the form will be used in the field "
365
  "'From'."
@@ -367,289 +367,286 @@ msgstr ""
367
  "Selle kasutaja, kes täidab vormi, e-maili aadressi kasutatakse 'Kellelt' "
368
  "väljal."
369
 
370
- #: contact_form.php:1290
371
  msgid ""
372
  "If this option is changed, email messages may be moved to the spam folder or "
373
  "email delivery failures may occur."
374
  msgstr ""
375
 
376
- #: contact_form.php:1299
377
  msgid "Required symbol"
378
  msgstr "Nõutud sümbol"
379
 
380
- #: contact_form.php:1309
381
  msgid "Fields"
382
  msgstr "Väljad"
383
 
384
- #: contact_form.php:1310 contact_form.php:1337 contact_form.php:1364
385
- #: contact_form.php:1384 contact_form.php:1423 contact_form.php:1505
386
  msgid "Used"
387
  msgstr "Kasutatud"
388
 
389
- #: contact_form.php:1311 contact_form.php:1326 contact_form.php:1341
390
- #: contact_form.php:1368 contact_form.php:1388 contact_form.php:1401
391
- #: contact_form.php:1427 contact_form.php:1440 contact_form.php:1464
392
  msgid "Required"
393
  msgstr "Nõutud"
394
 
395
- #: contact_form.php:1313 contact_form.php:1346 contact_form.php:1406
396
- #: contact_form.php:1445 contact_form.php:1469
397
  msgid "Visible"
398
  msgstr "Nähtav"
399
 
400
- #: contact_form.php:1314 contact_form.php:1350 contact_form.php:1410
401
- #: contact_form.php:1449 contact_form.php:1473
402
  msgid "Disabled for editing"
403
  msgstr "Toimetamiseks välja lülitatud"
404
 
405
- #: contact_form.php:1315 contact_form.php:1374 contact_form.php:1453
406
- #: contact_form.php:1477
407
  msgid "Field's default value"
408
  msgstr "Välja vaikeseades väärtus"
409
 
410
- #: contact_form.php:1322
411
  #, fuzzy
412
  msgid "Department selectbox"
413
  msgstr "Asukoha valik"
414
 
415
- #: contact_form.php:1354
416
  msgid "Use User's name as a default value if the user is logged in."
417
  msgstr ""
418
 
419
- #: contact_form.php:1355 contact_form.php:1415
420
  msgid ""
421
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
422
  "in users."
423
  msgstr ""
424
 
425
- #: contact_form.php:1361
426
  msgid "Location selectbox"
427
  msgstr "Asukoha valik"
428
 
429
- #: contact_form.php:1414
430
  msgid "Use User's email as a default value if the user is logged in."
431
  msgstr ""
432
 
433
- #: contact_form.php:1498
434
  msgid "Attachment block"
435
  msgstr "Manuste blokk"
436
 
437
- #: contact_form.php:1500
438
  msgid "Users can attach the following file formats"
439
  msgstr "Kasutajad saavad lisada manuseid järgnevates formaatides"
440
 
441
- #: contact_form.php:1518
442
  msgid "Add to the form"
443
  msgstr "Lisa vormile"
444
 
445
- #: contact_form.php:1523
446
  msgid "Tips below the Attachment"
447
  msgstr "Vihjed manuse alla"
448
 
449
- #: contact_form.php:1530
450
  msgid "'Send me a copy' block"
451
  msgstr "'Saada mulle koopia' blokk"
452
 
453
- #: contact_form.php:1558
454
  #, fuzzy
455
  msgid "Activate for network"
456
  msgstr "Plugin activat"
457
 
458
- #: contact_form.php:1649
459
  msgid "Agreement checkbox"
460
  msgstr "Nõustumise kastike"
461
 
462
- #: contact_form.php:1649
463
  msgid "Required checkbox for submitting the form"
464
  msgstr "Nõutud kastike vormi saatmiseks"
465
 
466
- #: contact_form.php:1650
467
  msgid "Optional checkbox"
468
  msgstr "Valikuline kastike"
469
 
470
- #: contact_form.php:1650
471
  msgid "Optional checkbox, the results of which will be displayed in email"
472
  msgstr "Valikuline kastike, mille tulemusi näidatakse e-mailis"
473
 
474
- #: contact_form.php:1668
475
  msgid "Delete an attachment file from the server after the email is sent"
476
  msgstr "Kustuta manuse fail serverist peale e-maili saatmist"
477
 
478
- #: contact_form.php:1674
479
  msgid "Email in HTML format sending"
480
  msgstr "E-maili saatmine HTML formaadis"
481
 
482
- #: contact_form.php:1678
483
  msgid "Display additional info in the email"
484
  msgstr "Näita e-mailis lisainfot"
485
 
486
- #: contact_form.php:1684
487
  #, fuzzy
488
  msgid "Sent from (IP address)"
489
  msgstr "Saadetud (IP aadress)"
490
 
491
- #: contact_form.php:1684
492
- msgid "Example: Sent from (IP address):\t127.0.0.1"
493
- msgstr "Näide: Saadetud (IP address):\t127.0.0.1"
494
 
495
- #: contact_form.php:1685 contact_form.php:3143 contact_form.php:3145
496
  msgid "Date/Time"
497
  msgstr "Kuupäev/Aeg"
498
 
499
- #: contact_form.php:1685
500
- msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
501
- msgstr "Näide: Kuupäev/Aeg:\tAugust 19, 2013 8:50 pm"
502
 
503
- #: contact_form.php:1686 contact_form.php:3149 contact_form.php:3151
504
  msgid "Sent from (referer)"
505
  msgstr "Saadetud (referer)"
506
 
507
- #: contact_form.php:1686
508
- #, fuzzy
509
  msgid ""
510
- "Example: Sent from (referer):\thttps://bestwebsoft.com/contacts/contact-us/"
511
- msgstr "Näide: Saatnud (referer):\thttp://veebimeister.com/"
512
 
513
- #: contact_form.php:1687 contact_form.php:3155 contact_form.php:3157
514
  msgid "Using (user agent)"
515
  msgstr "Kasutab (user agent)"
516
 
517
- #: contact_form.php:1687
518
  msgid ""
519
- "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
520
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
521
  msgstr ""
522
- "Näide: Kasutab (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
523
- "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
524
 
525
- #: contact_form.php:1692
526
  msgid "Language settings for the field names in the form"
527
  msgstr "Vormi keeleseaded nimeväljadele"
528
 
529
- #: contact_form.php:1701
530
  msgid "Add a language"
531
  msgstr "Lisa keel"
532
 
533
- #: contact_form.php:1705
534
  msgid "Change the names of the contact form fields and error messages"
535
  msgstr "Muuda kontakti vormi väljade ja error-sõnumite nimesid"
536
 
537
- #: contact_form.php:1710 contact_form.php:1806 contact_form.php:1938
538
- #: contact_form.php:2077 contact_form.php:2082 contact_form.php:2092
539
- #: contact_form.php:2097 contact_form.php:2102 contact_form.php:2107
540
- #: contact_form.php:2117 contact_form.php:2122 contact_form.php:2131
541
- #: contact_form.php:2145 contact_form.php:2150 contact_form.php:2155
542
  msgid "Default"
543
  msgstr "Vaikimisi valik"
544
 
545
- #: contact_form.php:1723 contact_form.php:1761
546
  msgid "click to expand/hide the list"
547
  msgstr "avamiseks/sulgemiseks klikka"
548
 
549
- #: contact_form.php:1732 contact_form.php:1770
550
  msgid "Tips below the Attachment block"
551
  msgstr "Vihje manuse bloki all"
552
 
553
- #: contact_form.php:1735 contact_form.php:1773
554
  msgid "Error message for the Name field"
555
  msgstr "Error väljal 'Nimi'"
556
 
557
- #: contact_form.php:1736 contact_form.php:1774
558
  msgid "Error message for the Address field"
559
  msgstr "Error väljal 'Aadress'"
560
 
561
- #: contact_form.php:1737 contact_form.php:1775
562
  msgid "Error message for the Email field"
563
  msgstr "Error väljal 'E-mail'"
564
 
565
- #: contact_form.php:1738 contact_form.php:1776
566
  msgid "Error message for the Phone field"
567
  msgstr "Error väljal 'Telefon'"
568
 
569
- #: contact_form.php:1739 contact_form.php:1777
570
  msgid "Error message for the Subject field"
571
  msgstr "Error väljal 'Pealkiri'"
572
 
573
- #: contact_form.php:1740 contact_form.php:1778
574
  msgid "Error message for the Message field"
575
  msgstr "Error väljal 'Sõnum'"
576
 
577
- #: contact_form.php:1741 contact_form.php:1779
578
  msgid "Error message about the file type for the Attachment field"
579
  msgstr "Error faili tüübi kohta manuse väljal"
580
 
581
- #: contact_form.php:1742 contact_form.php:1780
582
  msgid ""
583
  "Error message while uploading a file for the Attachment field to the server"
584
  msgstr "Error faili üles laadimisel serverisse manuse välja jaoks"
585
 
586
- #: contact_form.php:1743 contact_form.php:1781
587
  msgid "Error message while moving the file for the Attachment field"
588
  msgstr "Error faili liigutamisel manuse väljale"
589
 
590
- #: contact_form.php:1744 contact_form.php:1782
591
  msgid "Error message when file size limit for the Attachment field is exceeded"
592
  msgstr "Error ületades faili suuruse limiiti manuse väljal"
593
 
594
- #: contact_form.php:1745 contact_form.php:1783
595
  msgid "Error message for the Captcha field"
596
  msgstr "Error väljal 'Captcha'"
597
 
598
- #: contact_form.php:1746 contact_form.php:1784
599
  msgid "Error message for the whole form"
600
  msgstr "Error kogu vormi kohta"
601
 
602
- #: contact_form.php:1749 contact_form.php:1751 contact_form.php:1787
603
- #: contact_form.php:1789 contact_form.php:1821 contact_form.php:1823
604
- #: contact_form.php:1835 contact_form.php:1837 contact_form.php:3602
605
- #: contact_form.php:3604
606
  msgid "Use shortcode"
607
  msgstr "Kasuta lühikoodi"
608
 
609
- #: contact_form.php:1749 contact_form.php:1751 contact_form.php:1787
610
- #: contact_form.php:1789 contact_form.php:1821 contact_form.php:1823
611
- #: contact_form.php:1835 contact_form.php:1837 contact_form.php:3602
612
- #: contact_form.php:3604
613
  msgid "for this language"
614
  msgstr "selle keele jaoks"
615
 
616
- #: contact_form.php:1797
617
  msgid "Use the changed names of the contact form fields in the email"
618
  msgstr "Kasuta kontaktivormi väljade muudetud nimesid emailis"
619
 
620
- #: contact_form.php:1803
621
  msgid "Action after email is sent"
622
  msgstr "Tegevus peale e-maili saatmist"
623
 
624
- #: contact_form.php:1805
625
  msgid "Display text"
626
  msgstr "Näita teksti"
627
 
628
- #: contact_form.php:1819 contact_form.php:1833
629
  msgid "Text"
630
  msgstr "Tekst"
631
 
632
- #: contact_form.php:1844
633
  msgid "Redirect to the page"
634
  msgstr "Suuna lehele"
635
 
636
- #: contact_form.php:1845
637
  msgid "Url"
638
  msgstr "Url"
639
 
640
- #: contact_form.php:1856
641
  msgid "Add field 'Reply-To' to the email header"
642
  msgstr ""
643
 
644
- #: contact_form.php:1858
645
  msgid "Field 'Reply-To' will be initialized by user email"
646
  msgstr ""
647
 
648
- #: contact_form.php:1862
649
  msgid "Auto Response"
650
  msgstr ""
651
 
652
- #: contact_form.php:1866
653
  #, php-format
654
  msgid ""
655
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -657,194 +654,194 @@ msgid ""
657
  "name."
658
  msgstr ""
659
 
660
- #: contact_form.php:1888 contact_form.php:2419
661
  msgid "Save Changes"
662
  msgstr "Salvesta muudatused"
663
 
664
- #: contact_form.php:1901
665
  #, php-format
666
  msgid ""
667
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
668
  msgstr ""
669
 
670
- #: contact_form.php:1901 contact_form.php:1910
671
  msgid "Form layout"
672
  msgstr ""
673
 
674
- #: contact_form.php:1901 contact_form.php:1922
675
  #, fuzzy
676
  msgid "Submit position"
677
  msgstr "'Saada' nupp"
678
 
679
- #: contact_form.php:1914
680
  msgid "One column"
681
  msgstr ""
682
 
683
- #: contact_form.php:1917
684
  msgid "Two columns"
685
  msgstr ""
686
 
687
- #: contact_form.php:1926 contact_form.php:1965 contact_form.php:1983
688
- #: contact_form.php:1998
689
  msgid "Left"
690
  msgstr ""
691
 
692
- #: contact_form.php:1929 contact_form.php:1971 contact_form.php:1986
693
- #: contact_form.php:2004
694
  msgid "Right"
695
  msgstr ""
696
 
697
- #: contact_form.php:1934
698
  msgid "Width"
699
  msgstr ""
700
 
701
- #: contact_form.php:1941
702
  msgid "Custom"
703
  msgstr ""
704
 
705
- #: contact_form.php:1948
706
  msgid "px"
707
  msgstr ""
708
 
709
- #: contact_form.php:1961
710
  msgid "Form align"
711
  msgstr ""
712
 
713
- #: contact_form.php:1968 contact_form.php:2001
714
  msgid "Center"
715
  msgstr ""
716
 
717
- #: contact_form.php:1976
718
  #, fuzzy
719
  msgid "Labels position"
720
  msgstr "'Saada' nupp"
721
 
722
- #: contact_form.php:1980
723
  msgid "Top"
724
  msgstr ""
725
 
726
- #: contact_form.php:1989
727
  msgid "Bottom"
728
  msgstr ""
729
 
730
- #: contact_form.php:1994
731
  msgid "Labels align"
732
  msgstr ""
733
 
734
- #: contact_form.php:2009
735
  msgid "Errors output"
736
  msgstr "Errorite väljund"
737
 
738
- #: contact_form.php:2012
739
  msgid "Display error messages"
740
  msgstr "Näita error-sõnumeid"
741
 
742
- #: contact_form.php:2013
743
  msgid "Color of the input field errors."
744
  msgstr "Sisestusväljade errorite värv"
745
 
746
- #: contact_form.php:2014
747
  msgid "Display error messages & color of the input field errors"
748
  msgstr "Näita error-sõnumeid ja sisestusväljade errorite värvi"
749
 
750
- #: contact_form.php:2019
751
  msgid "Add placeholder to the input blocks"
752
  msgstr "Lisa kohahoidja sisestusblokkidele"
753
 
754
- #: contact_form.php:2025
755
  msgid "Add tooltips"
756
  msgstr "Lisa vihjed"
757
 
758
- #: contact_form.php:2039
759
  msgid "Email address"
760
  msgstr "E-maili aadress"
761
 
762
- #: contact_form.php:2044 contact_form.php:3210 contact_form.php:3251
763
  msgid "Phone Number"
764
  msgstr "Telefoni number"
765
 
766
- #: contact_form.php:2070
767
  msgid "Style options"
768
  msgstr "Stiili valikud"
769
 
770
- #: contact_form.php:2074
771
  msgid "Text color"
772
  msgstr "Teksti värv"
773
 
774
- #: contact_form.php:2079
775
  msgid "Label text color"
776
  msgstr "Sildi teksti värv"
777
 
778
- #: contact_form.php:2084
779
  msgid "Placeholder color"
780
  msgstr "Kohahoidja värv"
781
 
782
- #: contact_form.php:2089
783
  msgid "Errors color"
784
  msgstr "Errorite värv"
785
 
786
- #: contact_form.php:2094
787
  msgid "Error text color"
788
  msgstr "Error-teksti värv"
789
 
790
- #: contact_form.php:2099
791
  msgid "Background color of the input field errors"
792
  msgstr "Sisestusväljade errorite taustavärv"
793
 
794
- #: contact_form.php:2104
795
  msgid "Border color of the input field errors"
796
  msgstr "Sisestusväljade errorite piirjoonte värv"
797
 
798
- #: contact_form.php:2109
799
  msgid "Placeholder color of the input field errors"
800
  msgstr "Sisestusväljade errorite kohahoidja värv"
801
 
802
- #: contact_form.php:2114
803
  msgid "Input fields"
804
  msgstr "Sisestusväljad"
805
 
806
- #: contact_form.php:2119
807
  msgid "Input fields background color"
808
  msgstr "Sisestusväljade taustavärv"
809
 
810
- #: contact_form.php:2124
811
  msgid "Text fields color"
812
  msgstr "Tekstiväljade värv"
813
 
814
- #: contact_form.php:2128
815
  msgid "Border width in px, numbers only"
816
  msgstr "Piirjoone paksus pikslites. Ainult number"
817
 
818
- #: contact_form.php:2133 contact_form.php:2157
819
  msgid "Border color"
820
  msgstr "Piirjoone värv"
821
 
822
- #: contact_form.php:2138
823
  msgid "Submit button"
824
  msgstr "'Saada' nupp"
825
 
826
- #: contact_form.php:2142
827
  msgid "Width in px, numbers only"
828
  msgstr "Laius pikslites, ainult numbrid"
829
 
830
- #: contact_form.php:2147
831
  msgid "Button color"
832
  msgstr "Nupu värv"
833
 
834
- #: contact_form.php:2152
835
  msgid "Button text color"
836
  msgstr "Nupu teksti värv"
837
 
838
- #: contact_form.php:2181
839
  #, fuzzy
840
  msgid "Contact Form | Preview"
841
  msgstr "Contact Form Pro | Eelvaade"
842
 
843
- #: contact_form.php:2182
844
  msgid "Drag the necessary field to sort fields."
845
  msgstr ""
846
 
847
- #: contact_form.php:2408
848
  #, fuzzy
849
  msgid ""
850
  "If you would like to add the Contact Form to your website, just copy and "
@@ -853,23 +850,23 @@ msgstr ""
853
  "Kui soovid lisada kontakti vormi oma kodulehele, siis lihtsalt kopeeri see "
854
  "lühikood oma postitusele või lehele või moodulile:"
855
 
856
- #: contact_form.php:2536
857
  msgid "Sorry, email message could not be delivered."
858
  msgstr "Vabandust, see kiri jäi saatmata."
859
 
860
- #: contact_form.php:3137 contact_form.php:3139
861
  msgid "Sent from (ip address)"
862
  msgstr "Saadetud (IP aadress)"
863
 
864
- #: contact_form.php:3167
865
  msgid "Contact from"
866
  msgstr "Kontakti vorm"
867
 
868
- #: contact_form.php:3172 contact_form.php:3221
869
  msgid "Site"
870
  msgstr "Leht"
871
 
872
- #: contact_form.php:3351
873
  msgid ""
874
  "If you can see this MIME, it means that the MIME type is not supported by "
875
  "your email client!"
@@ -877,62 +874,89 @@ msgstr ""
877
  "Kui sa näed seda MIME-t, siis MIME tüüp pole sinu e-maili kliendi poolt "
878
  "toetatud!"
879
 
880
- #: contact_form.php:3434
881
  msgid "FAQ"
882
  msgstr "KKK"
883
 
884
- #: contact_form.php:3435
885
  msgid "Support"
886
  msgstr "Klienditugi"
887
 
888
- #: contact_form.php:3484
889
  msgid "Are you sure that you want to delete this language data?"
890
  msgstr "Oled sa kindel, et soovid kustutada selle keele andmeid?"
891
 
892
- #: contact_form.php:3505
893
  #, fuzzy
894
  msgid "Add multiple forms"
895
  msgstr "Lisa vormile"
896
 
897
- #: contact_form.php:3505
898
  msgid ""
899
  "Install Contact Form Multi plugin to create unlimited number of contact "
900
  "forms."
901
  msgstr ""
902
 
903
- #: contact_form.php:3510
904
  #, fuzzy
905
  msgid "Learn more"
906
  msgstr "Uuri lähemalt"
907
 
908
- #: contact_form.php:3751
 
 
 
 
 
 
 
 
909
  msgid "Close notice"
910
  msgstr ""
911
 
912
- #: contact_form.php:3756
913
  #, fuzzy
914
  msgid "allows to store your messages to the database."
915
  msgstr ""
916
  "<strong>Contact Form to DB</strong> laseb sul salvestada sõnumeid andmebaasi."
917
 
918
- #: contact_form.php:3757
919
  msgid "Manage messages that have been sent from your website."
920
  msgstr "Toimeta sõnumeid, mis on sulle saadetud sinu veebilehelt."
921
 
922
- #: contact_form.php:3760
923
  msgid "Learn More"
924
  msgstr "Uuri lähemalt"
925
 
926
- #: contact_form.php:3820
927
  #, fuzzy
928
  msgid "Contact form"
929
  msgstr "Kontakti vorm"
930
 
931
- #: contact_form.php:3833 contact_form.php:3843
932
  #, fuzzy
933
  msgid "Language"
934
  msgstr "Lisa keel"
935
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
936
  #, fuzzy
937
  #~ msgid "Unlock premium options by upgrading to Pro version"
938
  #~ msgstr "Telli PRO versioon ja ava premium valikud."
2
  msgstr ""
3
  "Project-Id-Version: Contact Form\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-11-15 11:15+0200\n"
6
+ "PO-Revision-Date: 2017-11-15 11:15+0200\n"
7
  "Last-Translator: plugin@bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Feliks <feliks@veebimeister.com>\n"
9
  "Language: ca_ES\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: contact_form.php:37 contact_form.php:953
20
  msgid "Contact Form Settings"
21
  msgstr "Contact Form seaded"
22
 
24
  msgid "Contact Form"
25
  msgstr "Contact Form"
26
 
27
+ #: contact_form.php:300 contact_form.php:1133 contact_form.php:1223
28
+ #: contact_form.php:1613 contact_form.php:1651 contact_form.php:1918
29
+ #: contact_form.php:3045 contact_form.php:3091
30
  msgid "Name"
31
  msgstr "Nimi"
32
 
33
+ #: contact_form.php:301 contact_form.php:1270 contact_form.php:1614
34
+ #: contact_form.php:1652 contact_form.php:1923 contact_form.php:3052
35
+ #: contact_form.php:3097
36
  msgid "Address"
37
  msgstr "Aadress"
38
 
39
+ #: contact_form.php:302 contact_form.php:1286 contact_form.php:1615
40
+ #: contact_form.php:1653
41
  msgid "Email Address"
42
  msgstr "E-maili aadress"
43
 
44
+ #: contact_form.php:303 contact_form.php:1309 contact_form.php:1616
45
+ #: contact_form.php:1654
46
  msgid "Phone number"
47
  msgstr "Telefoni number"
48
 
49
+ #: contact_form.php:304 contact_form.php:1325 contact_form.php:1617
50
+ #: contact_form.php:1655 contact_form.php:1938 contact_form.php:3063
51
+ #: contact_form.php:3106
52
  msgid "Subject"
53
  msgstr "Pealkiri"
54
 
55
+ #: contact_form.php:305 contact_form.php:1349 contact_form.php:1618
56
+ #: contact_form.php:1656 contact_form.php:1942 contact_form.php:3068
57
+ #: contact_form.php:3110
58
  msgid "Message"
59
  msgstr "Sõnum"
60
 
61
+ #: contact_form.php:306 contact_form.php:1619 contact_form.php:1657
62
+ #: contact_form.php:1947
63
  msgid "Attachment"
64
  msgstr "Manus"
65
 
66
+ #: contact_form.php:307
67
  msgid ""
68
  "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
69
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
71
  "Toetatud failitüübid: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
72
  "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
73
 
74
+ #: contact_form.php:308 contact_form.php:1621 contact_form.php:1659
75
  msgid "Send me a copy"
76
  msgstr "Saada mulle koopia"
77
 
78
+ #: contact_form.php:309 contact_form.php:1622 contact_form.php:1660
79
  msgid "Submit"
80
  msgstr "Saada"
81
 
82
+ #: contact_form.php:310
83
  msgid "Your name is required."
84
  msgstr "Sinu nimi on kohustuslik."
85
 
86
+ #: contact_form.php:311
87
  msgid "Address is required."
88
  msgstr "Aadress on kohustuslik."
89
 
90
+ #: contact_form.php:312
91
  msgid "A valid email address is required."
92
  msgstr "Korrektne e-mail on kohustuslik."
93
 
94
+ #: contact_form.php:313
95
  msgid "Phone number is required."
96
  msgstr "Telefoni number on kohustuslik."
97
 
98
+ #: contact_form.php:314
99
  msgid "Subject is required."
100
  msgstr "Pealkiri on kohustuslik."
101
 
102
+ #: contact_form.php:315
103
  msgid "Message text is required."
104
  msgstr "Sõnumi tekst on kohustuslik."
105
 
106
+ #: contact_form.php:316
107
  msgid "File format is not valid."
108
  msgstr "Failiformaat pole toetatud."
109
 
110
+ #: contact_form.php:317
111
  msgid "File upload error."
112
  msgstr "Error faili üles laadimisel."
113
 
114
+ #: contact_form.php:318
115
  msgid "The file could not be uploaded."
116
  msgstr "Faili ei saanud üles laadida."
117
 
118
+ #: contact_form.php:319
119
  msgid "This file is too large."
120
  msgstr "See fail on liiga suur."
121
 
122
+ #: contact_form.php:320
123
  msgid "Please fill out the CAPTCHA."
124
  msgstr "Palun täida CAPTCHA."
125
 
126
+ #: contact_form.php:321
127
  msgid "Please make corrections below and try again."
128
  msgstr "Palun tee allolevad parandused ja proovi uuesti."
129
 
130
+ #: contact_form.php:323
131
  msgid "Thank you for contacting us."
132
  msgstr "Tänan meiega kontakteerumast."
133
 
134
+ #: contact_form.php:650 contact_form.php:910
135
  msgid "Settings saved."
136
  msgstr "Seaded salvestatud."
137
 
138
+ #: contact_form.php:855
139
  msgid ""
140
  "Email 'FROM' field option was changed, which may cause email messages being "
141
  "moved to the spam folder or email delivery failures."
142
  msgstr ""
143
 
144
+ #: contact_form.php:865
145
  msgid ""
146
  "If the 'Redirect to page' option is selected then the URL field should be in "
147
  "the following format"
149
  "Kui 'Suuna lehele' valik on aktiveeritud, siis URL-i väli peab olema "
150
  "järgnevas formaadis"
151
 
152
+ #: contact_form.php:872
153
  msgid "Such user does not exist."
154
  msgstr "Sellist kasutajat ei eksisteeri. "
155
 
156
+ #: contact_form.php:882
157
  msgid ""
158
  "Please enter a valid email address in the 'Use this email address' field."
159
  msgstr "Palun sisesta 'Kellelt' väljale korrektne e-maili aadress. "
160
 
161
+ #: contact_form.php:890
162
  msgid "Please enter a valid email address in the 'FROM' field."
163
  msgstr "Palun sisesta 'Kellelt' väljale korrektne e-maili aadress. "
164
 
165
+ #: contact_form.php:912
166
  msgid "Settings are not saved."
167
  msgstr "Seaded pole salvestatud."
168
 
169
+ #: contact_form.php:950
170
  msgid "All plugin settings were restored."
171
  msgstr ""
172
 
173
+ #: contact_form.php:956
174
  msgid "How to Use Step-by-step Instruction"
175
  msgstr ""
176
 
177
+ #: contact_form.php:959 contact_form.php:3254 contact_form.php:3268
178
  msgid "Settings"
179
  msgstr "Seaded"
180
 
181
+ #: contact_form.php:960
182
  #, fuzzy
183
  msgid "Additional settings"
184
  msgstr "Opcions addicionals"
185
 
186
+ #: contact_form.php:961
187
  msgid "Appearance"
188
  msgstr ""
189
 
190
+ #: contact_form.php:962
191
  msgid "Custom code"
192
  msgstr ""
193
 
194
+ #: contact_form.php:963
195
  msgid "Go PRO"
196
  msgstr "Telli PRO"
197
 
198
+ #: contact_form.php:974
199
  #, fuzzy
200
  msgid "Notice"
201
  msgstr "Märkus:"
202
 
203
+ #: contact_form.php:978
204
  msgid "NEW_FORM"
205
  msgstr ""
206
 
207
+ #: contact_form.php:979
208
  msgid ""
209
  "If you want to create multiple contact forms, please install the Contact "
210
  "Form Multi plugin."
212
  "Kui soovid sisestada mitut kontaktivormi, siis installi Contact Form Multi "
213
  "plugin."
214
 
215
+ #: contact_form.php:988
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
  "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:994
225
  #, php-format
226
  msgid ""
227
  "You can add the Contact Form to your page or post by clicking on %s button "
230
  "language."
231
  msgstr ""
232
 
233
+ #: contact_form.php:1003
234
  msgid ""
235
  "If you leave the fields empty, the messages will be sent to the email "
236
  "address specified during registration."
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:1006
242
  #, fuzzy
243
  msgid "The user's email address"
244
  msgstr "Kasutaja e-maili aadress:"
245
 
246
+ #: contact_form.php:1010
247
  #, fuzzy
248
  msgid "Select a username"
249
  msgstr "Loo kasutajanimi"
250
 
251
+ #: contact_form.php:1023
252
  #, fuzzy
253
  msgid ""
254
  "Select a username of the person who should get the messages from the contact "
256
  msgstr ""
257
  "Sisesta selle isiku kasutajanimi, kes peaks saama sõnumid kontaktivormilt."
258
 
259
+ #: contact_form.php:1027
260
  #, fuzzy
261
  msgid "Use this email address"
262
  msgstr "Kasuta seda e-maili aadressi:"
263
 
264
+ #: contact_form.php:1031
265
  #, fuzzy
266
  msgid "Enter the email address for receiving messages"
267
  msgstr ""
268
  "Introdueixi una adreça de correu electrònic on vulgui re-enviar el missatge"
269
 
270
+ #: contact_form.php:1038 contact_form.php:1533 contact_form.php:1740
271
+ #: contact_form.php:1846 contact_form.php:3351
272
  msgid "Close"
273
  msgstr ""
274
 
275
+ #: contact_form.php:1042
276
  #, fuzzy
277
  msgid "Add department selectbox to the contact form"
278
  msgstr "Lisa valikukast kontakti vormile:"
279
 
280
+ #: contact_form.php:1050 contact_form.php:1542 contact_form.php:1759
281
+ #: contact_form.php:2052
282
  msgid "If you upgrade to Pro version all your settings will be saved."
283
  msgstr "Kui sa lähed üle Pro versioonile, siis kõik seaded salvestatakse."
284
 
285
+ #: contact_form.php:1057 contact_form.php:1379 contact_form.php:1547
286
+ #: contact_form.php:1766 contact_form.php:2059
287
  msgid "Upgrade to Pro"
288
  msgstr ""
289
 
290
+ #: contact_form.php:1065
291
  msgid "Save emails to the database"
292
  msgstr "Salvesta e-mailid andmebaasi"
293
 
294
+ #: contact_form.php:1077 contact_form.php:1091 contact_form.php:1098
295
  msgid "Using"
296
  msgstr "Kasutan"
297
 
298
+ #: contact_form.php:1083 contact_form.php:1435 contact_form.php:1476
299
+ #: contact_form.php:1511
300
  msgid "Please activate the appropriate option on"
301
  msgstr ""
302
 
303
+ #: contact_form.php:1086 contact_form.php:1438 contact_form.php:1479
304
+ #: contact_form.php:1514
305
  #, fuzzy
306
  msgid "settings page"
307
  msgstr "seadete leht"
308
 
309
+ #: contact_form.php:1092 contact_form.php:1445 contact_form.php:1487
310
+ #: contact_form.php:1521
311
  msgid "Activate"
312
  msgstr "Aktiveeri"
313
 
314
+ #: contact_form.php:1099 contact_form.php:1454 contact_form.php:1493
315
+ #: contact_form.php:1526
316
  msgid "Download"
317
  msgstr "Descarregar"
318
 
319
+ #: contact_form.php:1111
320
  msgid "Sending method"
321
  msgstr ""
322
 
323
+ #: contact_form.php:1116
324
  msgid "Wp-mail"
325
  msgstr "Wp-mail"
326
 
327
+ #: contact_form.php:1118
328
  #, fuzzy
329
  msgid "You can use the Wordpress wp_mail function for mailing"
330
  msgstr "Võid kasutada wp_mail funktsiooni e-mailide saatmiseks"
331
 
332
+ #: contact_form.php:1121
333
  msgid "Mail"
334
  msgstr "E-mail"
335
 
336
+ #: contact_form.php:1123
337
  #, fuzzy
338
  msgid "You can use the PHP mail function for mailing"
339
  msgstr "Võid kasutada wp_mail funktsiooni e-mailide saatmiseks"
340
 
341
+ #: contact_form.php:1128
342
  msgid "'FROM' field"
343
  msgstr ""
344
 
345
+ #: contact_form.php:1144
346
  msgid "User name"
347
  msgstr "Kasutaja nimi"
348
 
349
+ #: contact_form.php:1146
350
  msgid ""
351
  "The name of the user who fills the form will be used in the field 'From'."
352
  msgstr "Kasutaja nime (kes täidab vormi) kasutatakse 'Kellelt' väljal."
353
 
354
+ #: contact_form.php:1157 contact_form.php:3058 contact_form.php:3102
355
  msgid "Email"
356
  msgstr "E-mail"
357
 
358
+ #: contact_form.php:1168
359
  msgid "User email"
360
  msgstr "Kasutaja e-mail"
361
 
362
+ #: contact_form.php:1170
363
  msgid ""
364
  "The email address of the user who fills the form will be used in the field "
365
  "'From'."
367
  "Selle kasutaja, kes täidab vormi, e-maili aadressi kasutatakse 'Kellelt' "
368
  "väljal."
369
 
370
+ #: contact_form.php:1179
371
  msgid ""
372
  "If this option is changed, email messages may be moved to the spam folder or "
373
  "email delivery failures may occur."
374
  msgstr ""
375
 
376
+ #: contact_form.php:1188
377
  msgid "Required symbol"
378
  msgstr "Nõutud sümbol"
379
 
380
+ #: contact_form.php:1198
381
  msgid "Fields"
382
  msgstr "Väljad"
383
 
384
+ #: contact_form.php:1199 contact_form.php:1226 contact_form.php:1253
385
+ #: contact_form.php:1273 contact_form.php:1312 contact_form.php:1394
386
  msgid "Used"
387
  msgstr "Kasutatud"
388
 
389
+ #: contact_form.php:1200 contact_form.php:1215 contact_form.php:1230
390
+ #: contact_form.php:1257 contact_form.php:1277 contact_form.php:1290
391
+ #: contact_form.php:1316 contact_form.php:1329 contact_form.php:1353
392
  msgid "Required"
393
  msgstr "Nõutud"
394
 
395
+ #: contact_form.php:1202 contact_form.php:1235 contact_form.php:1295
396
+ #: contact_form.php:1334 contact_form.php:1358
397
  msgid "Visible"
398
  msgstr "Nähtav"
399
 
400
+ #: contact_form.php:1203 contact_form.php:1239 contact_form.php:1299
401
+ #: contact_form.php:1338 contact_form.php:1362
402
  msgid "Disabled for editing"
403
  msgstr "Toimetamiseks välja lülitatud"
404
 
405
+ #: contact_form.php:1204 contact_form.php:1263 contact_form.php:1342
406
+ #: contact_form.php:1366
407
  msgid "Field's default value"
408
  msgstr "Välja vaikeseades väärtus"
409
 
410
+ #: contact_form.php:1211
411
  #, fuzzy
412
  msgid "Department selectbox"
413
  msgstr "Asukoha valik"
414
 
415
+ #: contact_form.php:1243
416
  msgid "Use User's name as a default value if the user is logged in."
417
  msgstr ""
418
 
419
+ #: contact_form.php:1244 contact_form.php:1304
420
  msgid ""
421
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
422
  "in users."
423
  msgstr ""
424
 
425
+ #: contact_form.php:1250
426
  msgid "Location selectbox"
427
  msgstr "Asukoha valik"
428
 
429
+ #: contact_form.php:1303
430
  msgid "Use User's email as a default value if the user is logged in."
431
  msgstr ""
432
 
433
+ #: contact_form.php:1387
434
  msgid "Attachment block"
435
  msgstr "Manuste blokk"
436
 
437
+ #: contact_form.php:1389
438
  msgid "Users can attach the following file formats"
439
  msgstr "Kasutajad saavad lisada manuseid järgnevates formaatides"
440
 
441
+ #: contact_form.php:1407
442
  msgid "Add to the form"
443
  msgstr "Lisa vormile"
444
 
445
+ #: contact_form.php:1412
446
  msgid "Tips below the Attachment"
447
  msgstr "Vihjed manuse alla"
448
 
449
+ #: contact_form.php:1419
450
  msgid "'Send me a copy' block"
451
  msgstr "'Saada mulle koopia' blokk"
452
 
453
+ #: contact_form.php:1447
454
  #, fuzzy
455
  msgid "Activate for network"
456
  msgstr "Plugin activat"
457
 
458
+ #: contact_form.php:1537
459
  msgid "Agreement checkbox"
460
  msgstr "Nõustumise kastike"
461
 
462
+ #: contact_form.php:1537
463
  msgid "Required checkbox for submitting the form"
464
  msgstr "Nõutud kastike vormi saatmiseks"
465
 
466
+ #: contact_form.php:1538
467
  msgid "Optional checkbox"
468
  msgstr "Valikuline kastike"
469
 
470
+ #: contact_form.php:1538
471
  msgid "Optional checkbox, the results of which will be displayed in email"
472
  msgstr "Valikuline kastike, mille tulemusi näidatakse e-mailis"
473
 
474
+ #: contact_form.php:1556
475
  msgid "Delete an attachment file from the server after the email is sent"
476
  msgstr "Kustuta manuse fail serverist peale e-maili saatmist"
477
 
478
+ #: contact_form.php:1562
479
  msgid "Email in HTML format sending"
480
  msgstr "E-maili saatmine HTML formaadis"
481
 
482
+ #: contact_form.php:1566
483
  msgid "Display additional info in the email"
484
  msgstr "Näita e-mailis lisainfot"
485
 
486
+ #: contact_form.php:1572
487
  #, fuzzy
488
  msgid "Sent from (IP address)"
489
  msgstr "Saadetud (IP aadress)"
490
 
491
+ #: contact_form.php:1572
492
+ msgid "Example: Sent from (IP address): 127.0.0.1"
493
+ msgstr ""
494
 
495
+ #: contact_form.php:1573 contact_form.php:3007 contact_form.php:3009
496
  msgid "Date/Time"
497
  msgstr "Kuupäev/Aeg"
498
 
499
+ #: contact_form.php:1573
500
+ msgid "Example: Date/Time: August 19, 2013 8:50 pm"
501
+ msgstr ""
502
 
503
+ #: contact_form.php:1574 contact_form.php:3013 contact_form.php:3015
504
  msgid "Sent from (referer)"
505
  msgstr "Saadetud (referer)"
506
 
507
+ #: contact_form.php:1574
 
508
  msgid ""
509
+ "Example: Sent from (referer): https://bestwebsoft.com/contacts/contact-us/"
510
+ msgstr ""
511
 
512
+ #: contact_form.php:1575 contact_form.php:3019 contact_form.php:3021
513
  msgid "Using (user agent)"
514
  msgstr "Kasutab (user agent)"
515
 
516
+ #: contact_form.php:1575
517
  msgid ""
518
+ "Example: Using (user agent): Mozilla/5.0 (Windows NT 6.2; WOW64) "
519
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
520
  msgstr ""
 
 
521
 
522
+ #: contact_form.php:1580
523
  msgid "Language settings for the field names in the form"
524
  msgstr "Vormi keeleseaded nimeväljadele"
525
 
526
+ #: contact_form.php:1589
527
  msgid "Add a language"
528
  msgstr "Lisa keel"
529
 
530
+ #: contact_form.php:1593
531
  msgid "Change the names of the contact form fields and error messages"
532
  msgstr "Muuda kontakti vormi väljade ja error-sõnumite nimesid"
533
 
534
+ #: contact_form.php:1598 contact_form.php:1694 contact_form.php:1826
535
+ #: contact_form.php:1966 contact_form.php:1971 contact_form.php:1981
536
+ #: contact_form.php:1986 contact_form.php:1991 contact_form.php:1996
537
+ #: contact_form.php:2006 contact_form.php:2011 contact_form.php:2020
538
+ #: contact_form.php:2034 contact_form.php:2039 contact_form.php:2044
539
  msgid "Default"
540
  msgstr "Vaikimisi valik"
541
 
542
+ #: contact_form.php:1611 contact_form.php:1649
543
  msgid "click to expand/hide the list"
544
  msgstr "avamiseks/sulgemiseks klikka"
545
 
546
+ #: contact_form.php:1620 contact_form.php:1658
547
  msgid "Tips below the Attachment block"
548
  msgstr "Vihje manuse bloki all"
549
 
550
+ #: contact_form.php:1623 contact_form.php:1661
551
  msgid "Error message for the Name field"
552
  msgstr "Error väljal 'Nimi'"
553
 
554
+ #: contact_form.php:1624 contact_form.php:1662
555
  msgid "Error message for the Address field"
556
  msgstr "Error väljal 'Aadress'"
557
 
558
+ #: contact_form.php:1625 contact_form.php:1663
559
  msgid "Error message for the Email field"
560
  msgstr "Error väljal 'E-mail'"
561
 
562
+ #: contact_form.php:1626 contact_form.php:1664
563
  msgid "Error message for the Phone field"
564
  msgstr "Error väljal 'Telefon'"
565
 
566
+ #: contact_form.php:1627 contact_form.php:1665
567
  msgid "Error message for the Subject field"
568
  msgstr "Error väljal 'Pealkiri'"
569
 
570
+ #: contact_form.php:1628 contact_form.php:1666
571
  msgid "Error message for the Message field"
572
  msgstr "Error väljal 'Sõnum'"
573
 
574
+ #: contact_form.php:1629 contact_form.php:1667
575
  msgid "Error message about the file type for the Attachment field"
576
  msgstr "Error faili tüübi kohta manuse väljal"
577
 
578
+ #: contact_form.php:1630 contact_form.php:1668
579
  msgid ""
580
  "Error message while uploading a file for the Attachment field to the server"
581
  msgstr "Error faili üles laadimisel serverisse manuse välja jaoks"
582
 
583
+ #: contact_form.php:1631 contact_form.php:1669
584
  msgid "Error message while moving the file for the Attachment field"
585
  msgstr "Error faili liigutamisel manuse väljale"
586
 
587
+ #: contact_form.php:1632 contact_form.php:1670
588
  msgid "Error message when file size limit for the Attachment field is exceeded"
589
  msgstr "Error ületades faili suuruse limiiti manuse väljal"
590
 
591
+ #: contact_form.php:1633 contact_form.php:1671
592
  msgid "Error message for the Captcha field"
593
  msgstr "Error väljal 'Captcha'"
594
 
595
+ #: contact_form.php:1634 contact_form.php:1672
596
  msgid "Error message for the whole form"
597
  msgstr "Error kogu vormi kohta"
598
 
599
+ #: contact_form.php:1637 contact_form.php:1639 contact_form.php:1675
600
+ #: contact_form.php:1677 contact_form.php:1709 contact_form.php:1711
601
+ #: contact_form.php:1723 contact_form.php:1725 contact_form.php:3441
602
+ #: contact_form.php:3443
603
  msgid "Use shortcode"
604
  msgstr "Kasuta lühikoodi"
605
 
606
+ #: contact_form.php:1637 contact_form.php:1639 contact_form.php:1675
607
+ #: contact_form.php:1677 contact_form.php:1709 contact_form.php:1711
608
+ #: contact_form.php:1723 contact_form.php:1725 contact_form.php:3441
609
+ #: contact_form.php:3443
610
  msgid "for this language"
611
  msgstr "selle keele jaoks"
612
 
613
+ #: contact_form.php:1685
614
  msgid "Use the changed names of the contact form fields in the email"
615
  msgstr "Kasuta kontaktivormi väljade muudetud nimesid emailis"
616
 
617
+ #: contact_form.php:1691
618
  msgid "Action after email is sent"
619
  msgstr "Tegevus peale e-maili saatmist"
620
 
621
+ #: contact_form.php:1693
622
  msgid "Display text"
623
  msgstr "Näita teksti"
624
 
625
+ #: contact_form.php:1707 contact_form.php:1721
626
  msgid "Text"
627
  msgstr "Tekst"
628
 
629
+ #: contact_form.php:1732
630
  msgid "Redirect to the page"
631
  msgstr "Suuna lehele"
632
 
633
+ #: contact_form.php:1733
634
  msgid "Url"
635
  msgstr "Url"
636
 
637
+ #: contact_form.php:1744
638
  msgid "Add field 'Reply-To' to the email header"
639
  msgstr ""
640
 
641
+ #: contact_form.php:1746
642
  msgid "Field 'Reply-To' will be initialized by user email"
643
  msgstr ""
644
 
645
+ #: contact_form.php:1750
646
  msgid "Auto Response"
647
  msgstr ""
648
 
649
+ #: contact_form.php:1754
650
  #, php-format
651
  msgid ""
652
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
654
  "name."
655
  msgstr ""
656
 
657
+ #: contact_form.php:1776 contact_form.php:2302
658
  msgid "Save Changes"
659
  msgstr "Salvesta muudatused"
660
 
661
+ #: contact_form.php:1789
662
  #, php-format
663
  msgid ""
664
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
665
  msgstr ""
666
 
667
+ #: contact_form.php:1789 contact_form.php:1798
668
  msgid "Form layout"
669
  msgstr ""
670
 
671
+ #: contact_form.php:1789 contact_form.php:1810
672
  #, fuzzy
673
  msgid "Submit position"
674
  msgstr "'Saada' nupp"
675
 
676
+ #: contact_form.php:1802
677
  msgid "One column"
678
  msgstr ""
679
 
680
+ #: contact_form.php:1805
681
  msgid "Two columns"
682
  msgstr ""
683
 
684
+ #: contact_form.php:1814 contact_form.php:1854 contact_form.php:1872
685
+ #: contact_form.php:1887
686
  msgid "Left"
687
  msgstr ""
688
 
689
+ #: contact_form.php:1817 contact_form.php:1860 contact_form.php:1875
690
+ #: contact_form.php:1893
691
  msgid "Right"
692
  msgstr ""
693
 
694
+ #: contact_form.php:1822
695
  msgid "Width"
696
  msgstr ""
697
 
698
+ #: contact_form.php:1830
699
  msgid "Custom"
700
  msgstr ""
701
 
702
+ #: contact_form.php:1837
703
  msgid "px"
704
  msgstr ""
705
 
706
+ #: contact_form.php:1850
707
  msgid "Form align"
708
  msgstr ""
709
 
710
+ #: contact_form.php:1857 contact_form.php:1890
711
  msgid "Center"
712
  msgstr ""
713
 
714
+ #: contact_form.php:1865
715
  #, fuzzy
716
  msgid "Labels position"
717
  msgstr "'Saada' nupp"
718
 
719
+ #: contact_form.php:1869
720
  msgid "Top"
721
  msgstr ""
722
 
723
+ #: contact_form.php:1878
724
  msgid "Bottom"
725
  msgstr ""
726
 
727
+ #: contact_form.php:1883
728
  msgid "Labels align"
729
  msgstr ""
730
 
731
+ #: contact_form.php:1898
732
  msgid "Errors output"
733
  msgstr "Errorite väljund"
734
 
735
+ #: contact_form.php:1901
736
  msgid "Display error messages"
737
  msgstr "Näita error-sõnumeid"
738
 
739
+ #: contact_form.php:1902
740
  msgid "Color of the input field errors."
741
  msgstr "Sisestusväljade errorite värv"
742
 
743
+ #: contact_form.php:1903
744
  msgid "Display error messages & color of the input field errors"
745
  msgstr "Näita error-sõnumeid ja sisestusväljade errorite värvi"
746
 
747
+ #: contact_form.php:1908
748
  msgid "Add placeholder to the input blocks"
749
  msgstr "Lisa kohahoidja sisestusblokkidele"
750
 
751
+ #: contact_form.php:1914
752
  msgid "Add tooltips"
753
  msgstr "Lisa vihjed"
754
 
755
+ #: contact_form.php:1928
756
  msgid "Email address"
757
  msgstr "E-maili aadress"
758
 
759
+ #: contact_form.php:1933 contact_form.php:3074 contact_form.php:3115
760
  msgid "Phone Number"
761
  msgstr "Telefoni number"
762
 
763
+ #: contact_form.php:1959
764
  msgid "Style options"
765
  msgstr "Stiili valikud"
766
 
767
+ #: contact_form.php:1963
768
  msgid "Text color"
769
  msgstr "Teksti värv"
770
 
771
+ #: contact_form.php:1968
772
  msgid "Label text color"
773
  msgstr "Sildi teksti värv"
774
 
775
+ #: contact_form.php:1973
776
  msgid "Placeholder color"
777
  msgstr "Kohahoidja värv"
778
 
779
+ #: contact_form.php:1978
780
  msgid "Errors color"
781
  msgstr "Errorite värv"
782
 
783
+ #: contact_form.php:1983
784
  msgid "Error text color"
785
  msgstr "Error-teksti värv"
786
 
787
+ #: contact_form.php:1988
788
  msgid "Background color of the input field errors"
789
  msgstr "Sisestusväljade errorite taustavärv"
790
 
791
+ #: contact_form.php:1993
792
  msgid "Border color of the input field errors"
793
  msgstr "Sisestusväljade errorite piirjoonte värv"
794
 
795
+ #: contact_form.php:1998
796
  msgid "Placeholder color of the input field errors"
797
  msgstr "Sisestusväljade errorite kohahoidja värv"
798
 
799
+ #: contact_form.php:2003
800
  msgid "Input fields"
801
  msgstr "Sisestusväljad"
802
 
803
+ #: contact_form.php:2008
804
  msgid "Input fields background color"
805
  msgstr "Sisestusväljade taustavärv"
806
 
807
+ #: contact_form.php:2013
808
  msgid "Text fields color"
809
  msgstr "Tekstiväljade värv"
810
 
811
+ #: contact_form.php:2017
812
  msgid "Border width in px, numbers only"
813
  msgstr "Piirjoone paksus pikslites. Ainult number"
814
 
815
+ #: contact_form.php:2022 contact_form.php:2046
816
  msgid "Border color"
817
  msgstr "Piirjoone värv"
818
 
819
+ #: contact_form.php:2027
820
  msgid "Submit button"
821
  msgstr "'Saada' nupp"
822
 
823
+ #: contact_form.php:2031
824
  msgid "Width in px, numbers only"
825
  msgstr "Laius pikslites, ainult numbrid"
826
 
827
+ #: contact_form.php:2036
828
  msgid "Button color"
829
  msgstr "Nupu värv"
830
 
831
+ #: contact_form.php:2041
832
  msgid "Button text color"
833
  msgstr "Nupu teksti värv"
834
 
835
+ #: contact_form.php:2070
836
  #, fuzzy
837
  msgid "Contact Form | Preview"
838
  msgstr "Contact Form Pro | Eelvaade"
839
 
840
+ #: contact_form.php:2071
841
  msgid "Drag the necessary field to sort fields."
842
  msgstr ""
843
 
844
+ #: contact_form.php:2291
845
  #, fuzzy
846
  msgid ""
847
  "If you would like to add the Contact Form to your website, just copy and "
850
  "Kui soovid lisada kontakti vormi oma kodulehele, siis lihtsalt kopeeri see "
851
  "lühikood oma postitusele või lehele või moodulile:"
852
 
853
+ #: contact_form.php:2412
854
  msgid "Sorry, email message could not be delivered."
855
  msgstr "Vabandust, see kiri jäi saatmata."
856
 
857
+ #: contact_form.php:3001 contact_form.php:3003
858
  msgid "Sent from (ip address)"
859
  msgstr "Saadetud (IP aadress)"
860
 
861
+ #: contact_form.php:3031
862
  msgid "Contact from"
863
  msgstr "Kontakti vorm"
864
 
865
+ #: contact_form.php:3036 contact_form.php:3085
866
  msgid "Site"
867
  msgstr "Leht"
868
 
869
+ #: contact_form.php:3197
870
  msgid ""
871
  "If you can see this MIME, it means that the MIME type is not supported by "
872
  "your email client!"
874
  "Kui sa näed seda MIME-t, siis MIME tüüp pole sinu e-maili kliendi poolt "
875
  "toetatud!"
876
 
877
+ #: contact_form.php:3269
878
  msgid "FAQ"
879
  msgstr "KKK"
880
 
881
+ #: contact_form.php:3270
882
  msgid "Support"
883
  msgstr "Klienditugi"
884
 
885
+ #: contact_form.php:3319
886
  msgid "Are you sure that you want to delete this language data?"
887
  msgstr "Oled sa kindel, et soovid kustutada selle keele andmeid?"
888
 
889
+ #: contact_form.php:3342
890
  #, fuzzy
891
  msgid "Add multiple forms"
892
  msgstr "Lisa vormile"
893
 
894
+ #: contact_form.php:3342
895
  msgid ""
896
  "Install Contact Form Multi plugin to create unlimited number of contact "
897
  "forms."
898
  msgstr ""
899
 
900
+ #: contact_form.php:3347
901
  #, fuzzy
902
  msgid "Learn more"
903
  msgstr "Uuri lähemalt"
904
 
905
+ #: contact_form.php:3405
906
+ msgid "Error"
907
+ msgstr ""
908
+
909
+ #: contact_form.php:3405 contact_form.php:3407
910
+ msgid "Illegal language code"
911
+ msgstr ""
912
+
913
+ #: contact_form.php:3590
914
  msgid "Close notice"
915
  msgstr ""
916
 
917
+ #: contact_form.php:3595
918
  #, fuzzy
919
  msgid "allows to store your messages to the database."
920
  msgstr ""
921
  "<strong>Contact Form to DB</strong> laseb sul salvestada sõnumeid andmebaasi."
922
 
923
+ #: contact_form.php:3596
924
  msgid "Manage messages that have been sent from your website."
925
  msgstr "Toimeta sõnumeid, mis on sulle saadetud sinu veebilehelt."
926
 
927
+ #: contact_form.php:3599
928
  msgid "Learn More"
929
  msgstr "Uuri lähemalt"
930
 
931
+ #: contact_form.php:3659
932
  #, fuzzy
933
  msgid "Contact form"
934
  msgstr "Kontakti vorm"
935
 
936
+ #: contact_form.php:3672 contact_form.php:3682
937
  #, fuzzy
938
  msgid "Language"
939
  msgstr "Lisa keel"
940
 
941
+ #~ msgid "Example: Sent from (IP address):\t127.0.0.1"
942
+ #~ msgstr "Näide: Saadetud (IP address):\t127.0.0.1"
943
+
944
+ #~ msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
945
+ #~ msgstr "Näide: Kuupäev/Aeg:\tAugust 19, 2013 8:50 pm"
946
+
947
+ #, fuzzy
948
+ #~ msgid ""
949
+ #~ "Example: Sent from (referer):\thttps://bestwebsoft.com/contacts/contact-"
950
+ #~ "us/"
951
+ #~ msgstr "Näide: Saatnud (referer):\thttp://veebimeister.com/"
952
+
953
+ #~ msgid ""
954
+ #~ "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
955
+ #~ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
956
+ #~ msgstr ""
957
+ #~ "Näide: Kasutab (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
958
+ #~ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
959
+
960
  #, fuzzy
961
  #~ msgid "Unlock premium options by upgrading to Pro version"
962
  #~ msgstr "Telli PRO versioon ja ava premium valikud."
languages/contact-form-plugin-fr_FR.mo CHANGED
Binary file
languages/contact-form-plugin-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: contact-form-plugin 4.0.6\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-05-23 15:15+0300\n"
6
- "PO-Revision-Date: 2017-05-23 15:15+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"
@@ -15,10 +15,10 @@ msgstr ""
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "Plural-Forms: nplurals=2;plural=n>2;\n"
18
- "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: contact_form.php:37 contact_form.php:1064
22
  msgid "Contact Form Settings"
23
  msgstr "Options du formulaire de contact"
24
 
@@ -26,46 +26,46 @@ msgstr "Options du formulaire de contact"
26
  msgid "Contact Form"
27
  msgstr "Formulaire de contact"
28
 
29
- #: contact_form.php:280 contact_form.php:1244 contact_form.php:1334
30
- #: contact_form.php:1725 contact_form.php:1763 contact_form.php:2029
31
- #: contact_form.php:3181 contact_form.php:3227
32
  msgid "Name"
33
  msgstr "Nom"
34
 
35
- #: contact_form.php:281 contact_form.php:1381 contact_form.php:1726
36
- #: contact_form.php:1764 contact_form.php:2034 contact_form.php:3188
37
- #: contact_form.php:3233
38
  msgid "Address"
39
  msgstr "Adresse"
40
 
41
- #: contact_form.php:282 contact_form.php:1397 contact_form.php:1727
42
- #: contact_form.php:1765
43
  msgid "Email Address"
44
  msgstr "Adresse e-mail"
45
 
46
- #: contact_form.php:283 contact_form.php:1420 contact_form.php:1728
47
- #: contact_form.php:1766
48
  msgid "Phone number"
49
  msgstr "Téléphone"
50
 
51
- #: contact_form.php:284 contact_form.php:1436 contact_form.php:1729
52
- #: contact_form.php:1767 contact_form.php:2049 contact_form.php:3199
53
- #: contact_form.php:3242
54
  msgid "Subject"
55
  msgstr "Sujet"
56
 
57
- #: contact_form.php:285 contact_form.php:1460 contact_form.php:1730
58
- #: contact_form.php:1768 contact_form.php:2053 contact_form.php:3204
59
- #: contact_form.php:3246
60
  msgid "Message"
61
  msgstr "Message"
62
 
63
- #: contact_form.php:286 contact_form.php:1731 contact_form.php:1769
64
- #: contact_form.php:2058
65
  msgid "Attachment"
66
  msgstr "Pièce jointe"
67
 
68
- #: contact_form.php:287
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."
@@ -74,71 +74,71 @@ msgstr ""
74
  "TIFF, BMP, AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, "
75
  "MP3, PPT."
76
 
77
- #: contact_form.php:288 contact_form.php:1733 contact_form.php:1771
78
  msgid "Send me a copy"
79
  msgstr "M'envoyer une copie"
80
 
81
- #: contact_form.php:289 contact_form.php:1734 contact_form.php:1772
82
  msgid "Submit"
83
  msgstr "Envoyer"
84
 
85
- #: contact_form.php:290
86
  msgid "Your name is required."
87
  msgstr "Un nom est obligatoire."
88
 
89
- #: contact_form.php:291
90
  msgid "Address is required."
91
  msgstr "Une adresse est obligatoire."
92
 
93
- #: contact_form.php:292
94
  msgid "A valid email address is required."
95
  msgstr "Une adresse e-mail valide est obligatoire."
96
 
97
- #: contact_form.php:293
98
  msgid "Phone number is required."
99
  msgstr "Le numéro de téléphone est obligatoire."
100
 
101
- #: contact_form.php:294
102
  msgid "Subject is required."
103
  msgstr "Le sujet est obligatoire."
104
 
105
- #: contact_form.php:295
106
  msgid "Message text is required."
107
  msgstr "Un message est obligatoire."
108
 
109
- #: contact_form.php:296
110
  msgid "File format is not valid."
111
  msgstr "Le type de pièce jointe n'est pas valide."
112
 
113
- #: contact_form.php:297
114
  msgid "File upload error."
115
  msgstr "Erreur de chargement du fichier."
116
 
117
- #: contact_form.php:298
118
  msgid "The file could not be uploaded."
119
  msgstr "Le fichier n'a pas pu être envoyé."
120
 
121
- #: contact_form.php:299
122
  msgid "This file is too large."
123
  msgstr "Le fichier est trop volumineux."
124
 
125
- #: contact_form.php:300
126
  msgid "Please fill out the CAPTCHA."
127
  msgstr "Merci de compléter le CAPTCHA."
128
 
129
- #: contact_form.php:301
130
  msgid "Please make corrections below and try again."
131
  msgstr "Merci de faire les corrections suivantes et de réessayer."
132
 
133
- #: contact_form.php:303
134
  msgid "Thank you for contacting us."
135
  msgstr "Merci de nous avoir contacté."
136
 
137
- #: contact_form.php:759 contact_form.php:1021
138
  msgid "Settings saved."
139
  msgstr "Options enregistrées."
140
 
141
- #: contact_form.php:966
142
  msgid ""
143
  "Email 'FROM' field option was changed, which may cause email messages being "
144
  "moved to the spam folder or email delivery failures."
@@ -147,7 +147,7 @@ msgstr ""
147
  "entraîner un classement des messages dans les dossiers spam ou bien une "
148
  "erreur d'acheminement peut survenir."
149
 
150
- #: contact_form.php:976
151
  msgid ""
152
  "If the 'Redirect to page' option is selected then the URL field should be in "
153
  "the following format"
@@ -155,62 +155,62 @@ msgstr ""
155
  "Si l’option 'Rediriger vers la page' est positionnée, alors le champ Url "
156
  "doit être rempli avec le format suivant"
157
 
158
- #: contact_form.php:983
159
  msgid "Such user does not exist."
160
  msgstr "Cet utilisateur est inconnu."
161
 
162
- #: contact_form.php:993
163
  msgid ""
164
  "Please enter a valid email address in the 'Use this email address' field."
165
  msgstr ""
166
  "Merci de saisir une adresse e-mail valide pour le champ 'Utiliser cette "
167
  "adresse e-mail'."
168
 
169
- #: contact_form.php:1001
170
  msgid "Please enter a valid email address in the 'FROM' field."
171
  msgstr "Merci de saisir une adresse e-mail valide pour le champ 'FROM'."
172
 
173
- #: contact_form.php:1023
174
  msgid "Settings are not saved."
175
  msgstr "Paramètres non enregistrées."
176
 
177
- #: contact_form.php:1061
178
  msgid "All plugin settings were restored."
179
  msgstr "Remettre les valeurs par défaut des paramètres de l'extension."
180
 
181
- #: contact_form.php:1067
182
  msgid "How to Use Step-by-step Instruction"
183
  msgstr "Mode d'emploi pas à pas"
184
 
185
- #: contact_form.php:1070 contact_form.php:3419 contact_form.php:3433
186
  msgid "Settings"
187
  msgstr "Réglages"
188
 
189
- #: contact_form.php:1071
190
  msgid "Additional settings"
191
  msgstr "Options supplémentaires"
192
 
193
- #: contact_form.php:1072
194
  msgid "Appearance"
195
  msgstr "Aspect"
196
 
197
- #: contact_form.php:1073
198
  msgid "Custom code"
199
  msgstr "Personnaliser"
200
 
201
- #: contact_form.php:1074
202
  msgid "Go PRO"
203
  msgstr "Choisir la version PRO"
204
 
205
- #: contact_form.php:1085
206
  msgid "Notice"
207
  msgstr "Avertissement"
208
 
209
- #: contact_form.php:1089
210
  msgid "NEW_FORM"
211
  msgstr "Nouveau Formulaire"
212
 
213
- #: contact_form.php:1090
214
  msgid ""
215
  "If you want to create multiple contact forms, please install the Contact "
216
  "Form Multi plugin."
@@ -218,7 +218,7 @@ msgstr ""
218
  "Si vous voulez créer plusieurs formulaire de contact, merci d'installer "
219
  "l'extension 'Contact Form Multi'"
220
 
221
- #: contact_form.php:1099
222
  #, php-format
223
  msgid ""
224
  "If you would like to add a Contact Form to your page or post, please use %s "
@@ -227,7 +227,7 @@ msgstr ""
227
  "Si vous souhaitez ajouter un formulaire de contact à votre page ou votre "
228
  "article, merci d’utiliser le bouton %s"
229
 
230
- #: contact_form.php:1105
231
  #, php-format
232
  msgid ""
233
  "You can add the Contact Form to your page or post by clicking on %s button "
@@ -240,7 +240,7 @@ msgstr ""
240
  "bouton n'est pas affiché, merci d'utiliser le code court %s ou %s où * est à "
241
  "remplacer par la langue du formulaire de contact."
242
 
243
- #: contact_form.php:1114
244
  msgid ""
245
  "If you leave the fields empty, the messages will be sent to the email "
246
  "address specified during registration."
@@ -248,15 +248,15 @@ msgstr ""
248
  "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à "
249
  "l'adresse spécifiée lors de l'enregistrement."
250
 
251
- #: contact_form.php:1117
252
  msgid "The user's email address"
253
  msgstr "Utiliser l'e-mail du compte WordPress"
254
 
255
- #: contact_form.php:1121
256
  msgid "Select a username"
257
  msgstr "Choisir un nom d'utilisateur"
258
 
259
- #: contact_form.php:1134
260
  msgid ""
261
  "Select a username of the person who should get the messages from the contact "
262
  "form."
@@ -264,111 +264,111 @@ msgstr ""
264
  "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
265
  "formulaire de contact."
266
 
267
- #: contact_form.php:1138
268
  msgid "Use this email address"
269
  msgstr "Utiliser cette adresse e-mail"
270
 
271
- #: contact_form.php:1142
272
  msgid "Enter the email address for receiving messages"
273
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages"
274
 
275
- #: contact_form.php:1149 contact_form.php:1645 contact_form.php:1852
276
- #: contact_form.php:1957 contact_form.php:3514
277
  msgid "Close"
278
  msgstr "Fermer"
279
 
280
- #: contact_form.php:1153
281
  msgid "Add department selectbox to the contact form"
282
  msgstr ""
283
  "Ajouter la liste déroulante pour le département dans le formulaire de contact"
284
 
285
- #: contact_form.php:1161 contact_form.php:1654 contact_form.php:1871
286
- #: contact_form.php:2163
287
  msgid "If you upgrade to Pro version all your settings will be saved."
288
  msgstr ""
289
  "Si vous passez à la version Pro, tous ces paramètres seront enregistrés."
290
 
291
- #: contact_form.php:1168 contact_form.php:1490 contact_form.php:1659
292
- #: contact_form.php:1878 contact_form.php:2170
293
  msgid "Upgrade to Pro"
294
  msgstr "Passer à la version PRO"
295
 
296
- #: contact_form.php:1176
297
  msgid "Save emails to the database"
298
  msgstr "Enregistrer les e-mails dans la base de données"
299
 
300
- #: contact_form.php:1188 contact_form.php:1202 contact_form.php:1209
301
  msgid "Using"
302
  msgstr "Utilisant"
303
 
304
- #: contact_form.php:1194 contact_form.php:1546 contact_form.php:1588
305
- #: contact_form.php:1623
306
  msgid "Please activate the appropriate option on"
307
  msgstr "Merci de configure les options appropriées sur"
308
 
309
- #: contact_form.php:1197 contact_form.php:1549 contact_form.php:1591
310
- #: contact_form.php:1626
311
  msgid "settings page"
312
  msgstr "Page des paramètres"
313
 
314
- #: contact_form.php:1203 contact_form.php:1556 contact_form.php:1599
315
- #: contact_form.php:1633
316
  msgid "Activate"
317
  msgstr "Activé"
318
 
319
- #: contact_form.php:1210 contact_form.php:1565 contact_form.php:1605
320
- #: contact_form.php:1638
321
  msgid "Download"
322
  msgstr "Téléchargement"
323
 
324
- #: contact_form.php:1222
325
  msgid "Sending method"
326
  msgstr "Méthode pour l'envoie"
327
 
328
- #: contact_form.php:1227
329
  msgid "Wp-mail"
330
  msgstr "Wp-mail"
331
 
332
- #: contact_form.php:1229
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:1232
339
  msgid "Mail"
340
  msgstr "E-mail"
341
 
342
- #: contact_form.php:1234
343
  msgid "You can use the PHP mail function for mailing"
344
  msgstr ""
345
  "Pour envoyer le courriel, vous pouvez utiliser la fonction wp_mail de "
346
  "WordPress "
347
 
348
- #: contact_form.php:1239
349
  msgid "'FROM' field"
350
  msgstr "Champ 'From'"
351
 
352
- #: contact_form.php:1255
353
  msgid "User name"
354
  msgstr "Nom de l’utilisateur"
355
 
356
- #: contact_form.php:1257
357
  msgid ""
358
  "The name of the user who fills the form will be used in the field 'From'."
359
  msgstr ""
360
  "Dans le champ 'FROM' du courriel, il sera utilisé l'adresse e-mail de "
361
  "l’utilisateur qui rempli le formulaire."
362
 
363
- #: contact_form.php:1268 contact_form.php:3194 contact_form.php:3238
364
  msgid "Email"
365
  msgstr "E-mail"
366
 
367
- #: contact_form.php:1279
368
  msgid "User email"
369
  msgstr "E-mail de l’utilisateur"
370
 
371
- #: contact_form.php:1281
372
  msgid ""
373
  "The email address of the user who fills the form will be used in the field "
374
  "'From'."
@@ -376,7 +376,7 @@ msgstr ""
376
  "Dans le champ 'FROM' du courriel, il sera utilisé l'adresse e-mail de "
377
  "l’utilisateur qui rempli le formulaire."
378
 
379
- #: contact_form.php:1290
380
  msgid ""
381
  "If this option is changed, email messages may be moved to the spam folder or "
382
  "email delivery failures may occur."
@@ -384,51 +384,51 @@ msgstr ""
384
  "Si cette option est modifiée, les courriels pourront se retrouver classer "
385
  "dans le dossier spam ou bien une erreur d'acheminement peut survenir."
386
 
387
- #: contact_form.php:1299
388
  msgid "Required symbol"
389
  msgstr "Symbole obligatoire"
390
 
391
- #: contact_form.php:1309
392
  msgid "Fields"
393
  msgstr "Champs"
394
 
395
- #: contact_form.php:1310 contact_form.php:1337 contact_form.php:1364
396
- #: contact_form.php:1384 contact_form.php:1423 contact_form.php:1505
397
  msgid "Used"
398
  msgstr "Utilisé"
399
 
400
- #: contact_form.php:1311 contact_form.php:1326 contact_form.php:1341
401
- #: contact_form.php:1368 contact_form.php:1388 contact_form.php:1401
402
- #: contact_form.php:1427 contact_form.php:1440 contact_form.php:1464
403
  msgid "Required"
404
  msgstr "Obligatoire"
405
 
406
- #: contact_form.php:1313 contact_form.php:1346 contact_form.php:1406
407
- #: contact_form.php:1445 contact_form.php:1469
408
  msgid "Visible"
409
  msgstr "Visible"
410
 
411
- #: contact_form.php:1314 contact_form.php:1350 contact_form.php:1410
412
- #: contact_form.php:1449 contact_form.php:1473
413
  msgid "Disabled for editing"
414
  msgstr "Non actif pour l'édition"
415
 
416
- #: contact_form.php:1315 contact_form.php:1374 contact_form.php:1453
417
- #: contact_form.php:1477
418
  msgid "Field's default value"
419
  msgstr "Valeur par défaut du champ"
420
 
421
- #: contact_form.php:1322
422
  msgid "Department selectbox"
423
  msgstr "Liste déroulante des localisations"
424
 
425
- #: contact_form.php:1354
426
  msgid "Use User's name as a default value if the user is logged in."
427
  msgstr ""
428
  "Utiliser le nom de l'utilisateur comme valeur par défaut si un utilisateur "
429
  "est connecté."
430
 
431
- #: contact_form.php:1355 contact_form.php:1415
432
  msgid ""
433
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
434
  "in users."
@@ -436,244 +436,239 @@ msgstr ""
436
  "'Visible' et 'Inactif' pour modifier les options ne seront appliqués qu'aux "
437
  "utilisateurs connectés."
438
 
439
- #: contact_form.php:1361
440
  msgid "Location selectbox"
441
  msgstr "Liste déroulante des localisations"
442
 
443
- #: contact_form.php:1414
444
  msgid "Use User's email as a default value if the user is logged in."
445
  msgstr ""
446
  "Utiliser l'adresse e-mail de l'utilisateur comme valeur par défaut si un "
447
  "utilisateur est connecté."
448
 
449
- #: contact_form.php:1498
450
  msgid "Attachment block"
451
  msgstr "Bloc pièce jointe"
452
 
453
- #: contact_form.php:1500
454
  msgid "Users can attach the following file formats"
455
  msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
456
 
457
- #: contact_form.php:1518
458
  msgid "Add to the form"
459
  msgstr "Ajouter au formulaire"
460
 
461
- #: contact_form.php:1523
462
  msgid "Tips below the Attachment"
463
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
464
 
465
- #: contact_form.php:1530
466
  msgid "'Send me a copy' block"
467
  msgstr "Afficher le bloc \"M'envoyer une copie\""
468
 
469
- #: contact_form.php:1558
470
  msgid "Activate for network"
471
  msgstr "Activer pour le réseau"
472
 
473
- #: contact_form.php:1649
474
  msgid "Agreement checkbox"
475
  msgstr "Case à cocher pour valider le formulaire"
476
 
477
- #: contact_form.php:1649
478
  msgid "Required checkbox for submitting the form"
479
  msgstr "Boite à cocher obligatoire pour la validation du formulaire."
480
 
481
- #: contact_form.php:1650
482
  msgid "Optional checkbox"
483
  msgstr "Boite à cocher optionnelle"
484
 
485
- #: contact_form.php:1650
486
  msgid "Optional checkbox, the results of which will be displayed in email"
487
  msgstr "Boite à cocher optionnelle, le résultat sera affiché dans le courriel"
488
 
489
- #: contact_form.php:1668
490
  msgid "Delete an attachment file from the server after the email is sent"
491
  msgstr "Supprimer le fichier joint sur le serveur après l'envoie du courriel"
492
 
493
- #: contact_form.php:1674
494
  msgid "Email in HTML format sending"
495
  msgstr "Courriel au format HTML"
496
 
497
- #: contact_form.php:1678
498
  msgid "Display additional info in the email"
499
  msgstr "Afficher les informations complémentaires dans le courriel"
500
 
501
- #: contact_form.php:1684
502
  msgid "Sent from (IP address)"
503
  msgstr "Envoyé de (adresse IP)"
504
 
505
- #: contact_form.php:1684
506
- msgid "Example: Sent from (IP address):\t127.0.0.1"
507
- msgstr "Exemple: Envoyé de (adresse IP)&nbsp;:\t127.0.0.1"
508
 
509
- #: contact_form.php:1685 contact_form.php:3143 contact_form.php:3145
510
  msgid "Date/Time"
511
  msgstr "Date/Heure"
512
 
513
- #: contact_form.php:1685
514
- msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
515
- msgstr "Exemple: Date/Heure&nbsp;:\tAoût 19, 2013 8:50pm"
516
 
517
- #: contact_form.php:1686 contact_form.php:3149 contact_form.php:3151
518
  msgid "Sent from (referer)"
519
  msgstr "Envoyer de (référence)"
520
 
521
- #: contact_form.php:1686
522
  msgid ""
523
- "Example: Sent from (referer):\thttps://bestwebsoft.com/contacts/contact-us/"
524
  msgstr ""
525
- "Exemple&nbsp;: Envoyer de (referer) :\thttp://bestwebsoft.com/contacts/"
526
- "contact-us/"
527
 
528
- #: contact_form.php:1687 contact_form.php:3155 contact_form.php:3157
529
  msgid "Using (user agent)"
530
  msgstr "Depuis (navigateur)"
531
 
532
- #: contact_form.php:1687
533
  msgid ""
534
- "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
535
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
536
  msgstr ""
537
- "Exemple&nbsp;: En utilisant (user agent) :\tMozilla/5.0 (Windows NT 6.2; "
538
- "WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 "
539
- "Safari/537.36"
540
 
541
- #: contact_form.php:1692
542
  msgid "Language settings for the field names in the form"
543
  msgstr "Définition des langues pour les titres des champs"
544
 
545
- #: contact_form.php:1701
546
  msgid "Add a language"
547
  msgstr "Ajouter une langue"
548
 
549
- #: contact_form.php:1705
550
  msgid "Change the names of the contact form fields and error messages"
551
  msgstr ""
552
  "Modifier le texte pour les champs du formulaire de contact et les messages "
553
  "d'erreur"
554
 
555
- #: contact_form.php:1710 contact_form.php:1806 contact_form.php:1938
556
- #: contact_form.php:2077 contact_form.php:2082 contact_form.php:2092
557
- #: contact_form.php:2097 contact_form.php:2102 contact_form.php:2107
558
- #: contact_form.php:2117 contact_form.php:2122 contact_form.php:2131
559
- #: contact_form.php:2145 contact_form.php:2150 contact_form.php:2155
560
  msgid "Default"
561
  msgstr "Défaut"
562
 
563
- #: contact_form.php:1723 contact_form.php:1761
564
  msgid "click to expand/hide the list"
565
  msgstr "cliquer pour voir/cacher la liste"
566
 
567
- #: contact_form.php:1732 contact_form.php:1770
568
  msgid "Tips below the Attachment block"
569
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
570
 
571
- #: contact_form.php:1735 contact_form.php:1773
572
  msgid "Error message for the Name field"
573
  msgstr "Message d'erreur pour le champ nom"
574
 
575
- #: contact_form.php:1736 contact_form.php:1774
576
  msgid "Error message for the Address field"
577
  msgstr "Message d'erreur pour le champ Adresse"
578
 
579
- #: contact_form.php:1737 contact_form.php:1775
580
  msgid "Error message for the Email field"
581
  msgstr "Message d'erreur pour le champ e-mail"
582
 
583
- #: contact_form.php:1738 contact_form.php:1776
584
  msgid "Error message for the Phone field"
585
  msgstr "Message d'erreur pour le champ téléphone"
586
 
587
- #: contact_form.php:1739 contact_form.php:1777
588
  msgid "Error message for the Subject field"
589
  msgstr "Message d'erreur pour le champ sujet"
590
 
591
- #: contact_form.php:1740 contact_form.php:1778
592
  msgid "Error message for the Message field"
593
  msgstr "Message d'erreur pour le champ message"
594
 
595
- #: contact_form.php:1741 contact_form.php:1779
596
  msgid "Error message about the file type for the Attachment field"
597
  msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
598
 
599
- #: contact_form.php:1742 contact_form.php:1780
600
  msgid ""
601
  "Error message while uploading a file for the Attachment field to the server"
602
  msgstr ""
603
  "Message d'erreur pour le champ fichier joint (problème d'envoi vers le "
604
  "serveur)"
605
 
606
- #: contact_form.php:1743 contact_form.php:1781
607
  msgid "Error message while moving the file for the Attachment field"
608
  msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
609
 
610
- #: contact_form.php:1744 contact_form.php:1782
611
  msgid "Error message when file size limit for the Attachment field is exceeded"
612
  msgstr ""
613
  "Message d'erreur pour le champ fichier joint (taille limite du fichier "
614
  "atteinte)"
615
 
616
- #: contact_form.php:1745 contact_form.php:1783
617
  msgid "Error message for the Captcha field"
618
  msgstr "Message d'erreur pour le captcha"
619
 
620
- #: contact_form.php:1746 contact_form.php:1784
621
  msgid "Error message for the whole form"
622
  msgstr "Message d'erreur demandant à compléter les champs manquants"
623
 
624
- #: contact_form.php:1749 contact_form.php:1751 contact_form.php:1787
625
- #: contact_form.php:1789 contact_form.php:1821 contact_form.php:1823
626
- #: contact_form.php:1835 contact_form.php:1837 contact_form.php:3602
627
- #: contact_form.php:3604
628
  msgid "Use shortcode"
629
  msgstr "Utiliser le code court"
630
 
631
- #: contact_form.php:1749 contact_form.php:1751 contact_form.php:1787
632
- #: contact_form.php:1789 contact_form.php:1821 contact_form.php:1823
633
- #: contact_form.php:1835 contact_form.php:1837 contact_form.php:3602
634
- #: contact_form.php:3604
635
  msgid "for this language"
636
  msgstr "pour cette langue"
637
 
638
- #: contact_form.php:1797
639
  msgid "Use the changed names of the contact form fields in the email"
640
  msgstr "Utiliser les noms des champs modifiés dans les courriels"
641
 
642
- #: contact_form.php:1803
643
  msgid "Action after email is sent"
644
  msgstr "Action après l'envoie du courriel"
645
 
646
- #: contact_form.php:1805
647
  msgid "Display text"
648
  msgstr "Afficher le texte"
649
 
650
- #: contact_form.php:1819 contact_form.php:1833
651
  msgid "Text"
652
  msgstr "Texte"
653
 
654
- #: contact_form.php:1844
655
  msgid "Redirect to the page"
656
  msgstr "Rediriger vers la page"
657
 
658
- #: contact_form.php:1845
659
  msgid "Url"
660
  msgstr "Url"
661
 
662
- #: contact_form.php:1856
663
  msgid "Add field 'Reply-To' to the email header"
664
  msgstr "Ajouter le champ 'Répondre à/Reply-To' dans l'entête du courriel"
665
 
666
- #: contact_form.php:1858
667
  msgid "Field 'Reply-To' will be initialized by user email"
668
  msgstr ""
669
  "Le champ 'Répondre à/Reply-To' sera rempli avec l'adresse e-mail de "
670
  "l'utilisateur"
671
 
672
- #: contact_form.php:1862
673
  msgid "Auto Response"
674
  msgstr "Réponse automatique"
675
 
676
- #: contact_form.php:1866
677
  #, php-format
678
  msgid ""
679
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
@@ -684,11 +679,11 @@ msgstr ""
684
  "%%MESSAGE%% pour afficher des données du champ message, de même %%SITENAME%% "
685
  "pour afficher le nom du site."
686
 
687
- #: contact_form.php:1888 contact_form.php:2419
688
  msgid "Save Changes"
689
  msgstr "Enregistrer les modifications"
690
 
691
- #: contact_form.php:1901
692
  #, php-format
693
  msgid ""
694
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
@@ -696,184 +691,184 @@ msgstr ""
696
  "Merci d'activer le java-script pour modifier les options '%s', '%s' ainsi "
697
  "que pour trier les champs."
698
 
699
- #: contact_form.php:1901 contact_form.php:1910
700
  msgid "Form layout"
701
  msgstr "Structure du formulaire"
702
 
703
- #: contact_form.php:1901 contact_form.php:1922
704
  msgid "Submit position"
705
  msgstr "Position du bouton envoyer"
706
 
707
- #: contact_form.php:1914
708
  msgid "One column"
709
  msgstr "Une colonne"
710
 
711
- #: contact_form.php:1917
712
  msgid "Two columns"
713
  msgstr "Deux colonnes"
714
 
715
- #: contact_form.php:1926 contact_form.php:1965 contact_form.php:1983
716
- #: contact_form.php:1998
717
  msgid "Left"
718
  msgstr "Gauche"
719
 
720
- #: contact_form.php:1929 contact_form.php:1971 contact_form.php:1986
721
- #: contact_form.php:2004
722
  msgid "Right"
723
  msgstr "Droite"
724
 
725
- #: contact_form.php:1934
726
  msgid "Width"
727
  msgstr ""
728
 
729
- #: contact_form.php:1941
730
  #, fuzzy
731
  msgid "Custom"
732
  msgstr "Personnaliser"
733
 
734
- #: contact_form.php:1948
735
  msgid "px"
736
  msgstr ""
737
 
738
- #: contact_form.php:1961
739
  msgid "Form align"
740
  msgstr "Alignement des champs"
741
 
742
- #: contact_form.php:1968 contact_form.php:2001
743
  msgid "Center"
744
  msgstr "Centre"
745
 
746
- #: contact_form.php:1976
747
  msgid "Labels position"
748
  msgstr "Position des textes"
749
 
750
- #: contact_form.php:1980
751
  msgid "Top"
752
  msgstr "Haut"
753
 
754
- #: contact_form.php:1989
755
  msgid "Bottom"
756
  msgstr "Bas"
757
 
758
- #: contact_form.php:1994
759
  msgid "Labels align"
760
  msgstr "Alignement des textes"
761
 
762
- #: contact_form.php:2009
763
  msgid "Errors output"
764
  msgstr "Affichage des erreurs"
765
 
766
- #: contact_form.php:2012
767
  msgid "Display error messages"
768
  msgstr "Afficher les messages d'erreur"
769
 
770
- #: contact_form.php:2013
771
  msgid "Color of the input field errors."
772
  msgstr "Mettre en couleur les champs ayant des erreurs"
773
 
774
- #: contact_form.php:2014
775
  msgid "Display error messages & color of the input field errors"
776
  msgstr ""
777
  "Afficher les messages d'erreur et mettre en couleur les champs ayant des "
778
  "erreurs"
779
 
780
- #: contact_form.php:2019
781
  msgid "Add placeholder to the input blocks"
782
  msgstr "Ajouter la localisation dans le bloc de saisie"
783
 
784
- #: contact_form.php:2025
785
  msgid "Add tooltips"
786
  msgstr "Ajouter les conseils"
787
 
788
- #: contact_form.php:2039
789
  msgid "Email address"
790
  msgstr "Adresse e-mail"
791
 
792
- #: contact_form.php:2044 contact_form.php:3210 contact_form.php:3251
793
  msgid "Phone Number"
794
  msgstr "Téléphone"
795
 
796
- #: contact_form.php:2070
797
  msgid "Style options"
798
  msgstr "Options de style"
799
 
800
- #: contact_form.php:2074
801
  msgid "Text color"
802
  msgstr "Couleur du texte"
803
 
804
- #: contact_form.php:2079
805
  msgid "Label text color"
806
  msgstr "Couleur des textes des intitulés"
807
 
808
- #: contact_form.php:2084
809
  msgid "Placeholder color"
810
  msgstr "Couleur pour la localisation"
811
 
812
- #: contact_form.php:2089
813
  msgid "Errors color"
814
  msgstr "Couleur pour les erreurs"
815
 
816
- #: contact_form.php:2094
817
  msgid "Error text color"
818
  msgstr "Couleur pour le texte des erreurs"
819
 
820
- #: contact_form.php:2099
821
  msgid "Background color of the input field errors"
822
  msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
823
 
824
- #: contact_form.php:2104
825
  msgid "Border color of the input field errors"
826
  msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
827
 
828
- #: contact_form.php:2109
829
  msgid "Placeholder color of the input field errors"
830
  msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
831
 
832
- #: contact_form.php:2114
833
  msgid "Input fields"
834
  msgstr "Champs de saisie"
835
 
836
- #: contact_form.php:2119
837
  msgid "Input fields background color"
838
  msgstr "Couleur de fond pour les champs de saisie"
839
 
840
- #: contact_form.php:2124
841
  msgid "Text fields color"
842
  msgstr "Couleur pour les textes des champs de saisie"
843
 
844
- #: contact_form.php:2128
845
  msgid "Border width in px, numbers only"
846
  msgstr "Largeur des bordures en px, nombre seulement"
847
 
848
- #: contact_form.php:2133 contact_form.php:2157
849
  msgid "Border color"
850
  msgstr "Couleur des bordures"
851
 
852
- #: contact_form.php:2138
853
  msgid "Submit button"
854
  msgstr "Bouton Envoyer"
855
 
856
- #: contact_form.php:2142
857
  msgid "Width in px, numbers only"
858
  msgstr "Largeur en px, nombre seulement"
859
 
860
- #: contact_form.php:2147
861
  msgid "Button color"
862
  msgstr "Couleur du bouton"
863
 
864
- #: contact_form.php:2152
865
  msgid "Button text color"
866
  msgstr "Couleur du texte du bouton"
867
 
868
- #: contact_form.php:2181
869
  msgid "Contact Form | Preview"
870
  msgstr "Formulaire de Contact | Prévisualisation"
871
 
872
- #: contact_form.php:2182
873
  msgid "Drag the necessary field to sort fields."
874
  msgstr "Déposer les champs nécessaires dans la liste des tris."
875
 
876
- #: contact_form.php:2408
877
  msgid ""
878
  "If you would like to add the Contact Form to your website, just copy and "
879
  "paste this shortcode to your post or page or widget"
@@ -881,23 +876,23 @@ msgstr ""
881
  "Si vous souhaiter ajouter un formulaire de contact à votre site web, copiez "
882
  "juste ce code dans un article ou sur une page ou un widget"
883
 
884
- #: contact_form.php:2536
885
  msgid "Sorry, email message could not be delivered."
886
  msgstr "Désolé, votre courriel n'a pas pu être envoyé."
887
 
888
- #: contact_form.php:3137 contact_form.php:3139
889
  msgid "Sent from (ip address)"
890
  msgstr "Envoyé de (adresse IP)"
891
 
892
- #: contact_form.php:3167
893
  msgid "Contact from"
894
  msgstr "Contact de"
895
 
896
- #: contact_form.php:3172 contact_form.php:3221
897
  msgid "Site"
898
  msgstr "Site"
899
 
900
- #: contact_form.php:3351
901
  msgid ""
902
  "If you can see this MIME, it means that the MIME type is not supported by "
903
  "your email client!"
@@ -905,23 +900,23 @@ msgstr ""
905
  "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
906
  "MIME !"
907
 
908
- #: contact_form.php:3434
909
  msgid "FAQ"
910
  msgstr "FAQ"
911
 
912
- #: contact_form.php:3435
913
  msgid "Support"
914
  msgstr "Support"
915
 
916
- #: contact_form.php:3484
917
  msgid "Are you sure that you want to delete this language data?"
918
  msgstr "Êtes vous sûr de vouloir supprimer cette langue ?"
919
 
920
- #: contact_form.php:3505
921
  msgid "Add multiple forms"
922
  msgstr "Ajouter plusieurs formulaires"
923
 
924
- #: contact_form.php:3505
925
  msgid ""
926
  "Install Contact Form Multi plugin to create unlimited number of contact "
927
  "forms."
@@ -929,34 +924,63 @@ msgstr ""
929
  "Installer l'extension 'Contact Form Multi' pour créer un nombre infini de "
930
  "formulaires de contact."
931
 
932
- #: contact_form.php:3510
933
  msgid "Learn more"
934
  msgstr "Lire la suite"
935
 
936
- #: contact_form.php:3751
 
 
 
 
 
 
 
 
937
  msgid "Close notice"
938
  msgstr "Fermer l'avertissement"
939
 
940
- #: contact_form.php:3756
941
  msgid "allows to store your messages to the database."
942
  msgstr "permet d'enregistrer les messages dans la base de données."
943
 
944
- #: contact_form.php:3757
945
  msgid "Manage messages that have been sent from your website."
946
  msgstr "Gérer les messages qui ont été envoyés depuis votre site."
947
 
948
- #: contact_form.php:3760
949
  msgid "Learn More"
950
  msgstr "Lire la suite"
951
 
952
- #: contact_form.php:3820
953
  msgid "Contact form"
954
  msgstr "Formulaire de contact"
955
 
956
- #: contact_form.php:3833 contact_form.php:3843
957
  msgid "Language"
958
  msgstr "Langue"
959
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
960
  #~ msgid "requires"
961
  #~ msgstr "obligatoire"
962
 
2
  msgstr ""
3
  "Project-Id-Version: contact-form-plugin 4.0.6\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-11-15 11:15+0200\n"
6
+ "PO-Revision-Date: 2017-11-15 11:15+0200\n"
7
  "Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "Plural-Forms: nplurals=2;plural=n>2;\n"
18
+ "X-Generator: Poedit 1.8.7.1\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: contact_form.php:37 contact_form.php:953
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:300 contact_form.php:1133 contact_form.php:1223
30
+ #: contact_form.php:1613 contact_form.php:1651 contact_form.php:1918
31
+ #: contact_form.php:3045 contact_form.php:3091
32
  msgid "Name"
33
  msgstr "Nom"
34
 
35
+ #: contact_form.php:301 contact_form.php:1270 contact_form.php:1614
36
+ #: contact_form.php:1652 contact_form.php:1923 contact_form.php:3052
37
+ #: contact_form.php:3097
38
  msgid "Address"
39
  msgstr "Adresse"
40
 
41
+ #: contact_form.php:302 contact_form.php:1286 contact_form.php:1615
42
+ #: contact_form.php:1653
43
  msgid "Email Address"
44
  msgstr "Adresse e-mail"
45
 
46
+ #: contact_form.php:303 contact_form.php:1309 contact_form.php:1616
47
+ #: contact_form.php:1654
48
  msgid "Phone number"
49
  msgstr "Téléphone"
50
 
51
+ #: contact_form.php:304 contact_form.php:1325 contact_form.php:1617
52
+ #: contact_form.php:1655 contact_form.php:1938 contact_form.php:3063
53
+ #: contact_form.php:3106
54
  msgid "Subject"
55
  msgstr "Sujet"
56
 
57
+ #: contact_form.php:305 contact_form.php:1349 contact_form.php:1618
58
+ #: contact_form.php:1656 contact_form.php:1942 contact_form.php:3068
59
+ #: contact_form.php:3110
60
  msgid "Message"
61
  msgstr "Message"
62
 
63
+ #: contact_form.php:306 contact_form.php:1619 contact_form.php:1657
64
+ #: contact_form.php:1947
65
  msgid "Attachment"
66
  msgstr "Pièce jointe"
67
 
68
+ #: contact_form.php:307
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."
74
  "TIFF, BMP, AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, "
75
  "MP3, PPT."
76
 
77
+ #: contact_form.php:308 contact_form.php:1621 contact_form.php:1659
78
  msgid "Send me a copy"
79
  msgstr "M'envoyer une copie"
80
 
81
+ #: contact_form.php:309 contact_form.php:1622 contact_form.php:1660
82
  msgid "Submit"
83
  msgstr "Envoyer"
84
 
85
+ #: contact_form.php:310
86
  msgid "Your name is required."
87
  msgstr "Un nom est obligatoire."
88
 
89
+ #: contact_form.php:311
90
  msgid "Address is required."
91
  msgstr "Une adresse est obligatoire."
92
 
93
+ #: contact_form.php:312
94
  msgid "A valid email address is required."
95
  msgstr "Une adresse e-mail valide est obligatoire."
96
 
97
+ #: contact_form.php:313
98
  msgid "Phone number is required."
99
  msgstr "Le numéro de téléphone est obligatoire."
100
 
101
+ #: contact_form.php:314
102
  msgid "Subject is required."
103
  msgstr "Le sujet est obligatoire."
104
 
105
+ #: contact_form.php:315
106
  msgid "Message text is required."
107
  msgstr "Un message est obligatoire."
108
 
109
+ #: contact_form.php:316
110
  msgid "File format is not valid."
111
  msgstr "Le type de pièce jointe n'est pas valide."
112
 
113
+ #: contact_form.php:317
114
  msgid "File upload error."
115
  msgstr "Erreur de chargement du fichier."
116
 
117
+ #: contact_form.php:318
118
  msgid "The file could not be uploaded."
119
  msgstr "Le fichier n'a pas pu être envoyé."
120
 
121
+ #: contact_form.php:319
122
  msgid "This file is too large."
123
  msgstr "Le fichier est trop volumineux."
124
 
125
+ #: contact_form.php:320
126
  msgid "Please fill out the CAPTCHA."
127
  msgstr "Merci de compléter le CAPTCHA."
128
 
129
+ #: contact_form.php:321
130
  msgid "Please make corrections below and try again."
131
  msgstr "Merci de faire les corrections suivantes et de réessayer."
132
 
133
+ #: contact_form.php:323
134
  msgid "Thank you for contacting us."
135
  msgstr "Merci de nous avoir contacté."
136
 
137
+ #: contact_form.php:650 contact_form.php:910
138
  msgid "Settings saved."
139
  msgstr "Options enregistrées."
140
 
141
+ #: contact_form.php:855
142
  msgid ""
143
  "Email 'FROM' field option was changed, which may cause email messages being "
144
  "moved to the spam folder or email delivery failures."
147
  "entraîner un classement des messages dans les dossiers spam ou bien une "
148
  "erreur d'acheminement peut survenir."
149
 
150
+ #: contact_form.php:865
151
  msgid ""
152
  "If the 'Redirect to page' option is selected then the URL field should be in "
153
  "the following format"
155
  "Si l’option 'Rediriger vers la page' est positionnée, alors le champ Url "
156
  "doit être rempli avec le format suivant"
157
 
158
+ #: contact_form.php:872
159
  msgid "Such user does not exist."
160
  msgstr "Cet utilisateur est inconnu."
161
 
162
+ #: contact_form.php:882
163
  msgid ""
164
  "Please enter a valid email address in the 'Use this email address' field."
165
  msgstr ""
166
  "Merci de saisir une adresse e-mail valide pour le champ 'Utiliser cette "
167
  "adresse e-mail'."
168
 
169
+ #: contact_form.php:890
170
  msgid "Please enter a valid email address in the 'FROM' field."
171
  msgstr "Merci de saisir une adresse e-mail valide pour le champ 'FROM'."
172
 
173
+ #: contact_form.php:912
174
  msgid "Settings are not saved."
175
  msgstr "Paramètres non enregistrées."
176
 
177
+ #: contact_form.php:950
178
  msgid "All plugin settings were restored."
179
  msgstr "Remettre les valeurs par défaut des paramètres de l'extension."
180
 
181
+ #: contact_form.php:956
182
  msgid "How to Use Step-by-step Instruction"
183
  msgstr "Mode d'emploi pas à pas"
184
 
185
+ #: contact_form.php:959 contact_form.php:3254 contact_form.php:3268
186
  msgid "Settings"
187
  msgstr "Réglages"
188
 
189
+ #: contact_form.php:960
190
  msgid "Additional settings"
191
  msgstr "Options supplémentaires"
192
 
193
+ #: contact_form.php:961
194
  msgid "Appearance"
195
  msgstr "Aspect"
196
 
197
+ #: contact_form.php:962
198
  msgid "Custom code"
199
  msgstr "Personnaliser"
200
 
201
+ #: contact_form.php:963
202
  msgid "Go PRO"
203
  msgstr "Choisir la version PRO"
204
 
205
+ #: contact_form.php:974
206
  msgid "Notice"
207
  msgstr "Avertissement"
208
 
209
+ #: contact_form.php:978
210
  msgid "NEW_FORM"
211
  msgstr "Nouveau Formulaire"
212
 
213
+ #: contact_form.php:979
214
  msgid ""
215
  "If you want to create multiple contact forms, please install the Contact "
216
  "Form Multi plugin."
218
  "Si vous voulez créer plusieurs formulaire de contact, merci d'installer "
219
  "l'extension 'Contact Form Multi'"
220
 
221
+ #: contact_form.php:988
222
  #, php-format
223
  msgid ""
224
  "If you would like to add a Contact Form to your page or post, please use %s "
227
  "Si vous souhaitez ajouter un formulaire de contact à votre page ou votre "
228
  "article, merci d’utiliser le bouton %s"
229
 
230
+ #: contact_form.php:994
231
  #, php-format
232
  msgid ""
233
  "You can add the Contact Form to your page or post by clicking on %s button "
240
  "bouton n'est pas affiché, merci d'utiliser le code court %s ou %s où * est à "
241
  "remplacer par la langue du formulaire de contact."
242
 
243
+ #: contact_form.php:1003
244
  msgid ""
245
  "If you leave the fields empty, the messages will be sent to the email "
246
  "address specified during registration."
248
  "Si les champs ci-dessous ne sont pas renseignés le message sera envoyé à "
249
  "l'adresse spécifiée lors de l'enregistrement."
250
 
251
+ #: contact_form.php:1006
252
  msgid "The user's email address"
253
  msgstr "Utiliser l'e-mail du compte WordPress"
254
 
255
+ #: contact_form.php:1010
256
  msgid "Select a username"
257
  msgstr "Choisir un nom d'utilisateur"
258
 
259
+ #: contact_form.php:1023
260
  msgid ""
261
  "Select a username of the person who should get the messages from the contact "
262
  "form."
264
  "Choisir le nom d'utilisateur qui recevra les messages envoyés depuis le "
265
  "formulaire de contact."
266
 
267
+ #: contact_form.php:1027
268
  msgid "Use this email address"
269
  msgstr "Utiliser cette adresse e-mail"
270
 
271
+ #: contact_form.php:1031
272
  msgid "Enter the email address for receiving messages"
273
  msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages"
274
 
275
+ #: contact_form.php:1038 contact_form.php:1533 contact_form.php:1740
276
+ #: contact_form.php:1846 contact_form.php:3351
277
  msgid "Close"
278
  msgstr "Fermer"
279
 
280
+ #: contact_form.php:1042
281
  msgid "Add department selectbox to the contact form"
282
  msgstr ""
283
  "Ajouter la liste déroulante pour le département dans le formulaire de contact"
284
 
285
+ #: contact_form.php:1050 contact_form.php:1542 contact_form.php:1759
286
+ #: contact_form.php:2052
287
  msgid "If you upgrade to Pro version all your settings will be saved."
288
  msgstr ""
289
  "Si vous passez à la version Pro, tous ces paramètres seront enregistrés."
290
 
291
+ #: contact_form.php:1057 contact_form.php:1379 contact_form.php:1547
292
+ #: contact_form.php:1766 contact_form.php:2059
293
  msgid "Upgrade to Pro"
294
  msgstr "Passer à la version PRO"
295
 
296
+ #: contact_form.php:1065
297
  msgid "Save emails to the database"
298
  msgstr "Enregistrer les e-mails dans la base de données"
299
 
300
+ #: contact_form.php:1077 contact_form.php:1091 contact_form.php:1098
301
  msgid "Using"
302
  msgstr "Utilisant"
303
 
304
+ #: contact_form.php:1083 contact_form.php:1435 contact_form.php:1476
305
+ #: contact_form.php:1511
306
  msgid "Please activate the appropriate option on"
307
  msgstr "Merci de configure les options appropriées sur"
308
 
309
+ #: contact_form.php:1086 contact_form.php:1438 contact_form.php:1479
310
+ #: contact_form.php:1514
311
  msgid "settings page"
312
  msgstr "Page des paramètres"
313
 
314
+ #: contact_form.php:1092 contact_form.php:1445 contact_form.php:1487
315
+ #: contact_form.php:1521
316
  msgid "Activate"
317
  msgstr "Activé"
318
 
319
+ #: contact_form.php:1099 contact_form.php:1454 contact_form.php:1493
320
+ #: contact_form.php:1526
321
  msgid "Download"
322
  msgstr "Téléchargement"
323
 
324
+ #: contact_form.php:1111
325
  msgid "Sending method"
326
  msgstr "Méthode pour l'envoie"
327
 
328
+ #: contact_form.php:1116
329
  msgid "Wp-mail"
330
  msgstr "Wp-mail"
331
 
332
+ #: contact_form.php:1118
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:1121
339
  msgid "Mail"
340
  msgstr "E-mail"
341
 
342
+ #: contact_form.php:1123
343
  msgid "You can use the PHP mail function for mailing"
344
  msgstr ""
345
  "Pour envoyer le courriel, vous pouvez utiliser la fonction wp_mail de "
346
  "WordPress "
347
 
348
+ #: contact_form.php:1128
349
  msgid "'FROM' field"
350
  msgstr "Champ 'From'"
351
 
352
+ #: contact_form.php:1144
353
  msgid "User name"
354
  msgstr "Nom de l’utilisateur"
355
 
356
+ #: contact_form.php:1146
357
  msgid ""
358
  "The name of the user who fills the form will be used in the field 'From'."
359
  msgstr ""
360
  "Dans le champ 'FROM' du courriel, il sera utilisé l'adresse e-mail de "
361
  "l’utilisateur qui rempli le formulaire."
362
 
363
+ #: contact_form.php:1157 contact_form.php:3058 contact_form.php:3102
364
  msgid "Email"
365
  msgstr "E-mail"
366
 
367
+ #: contact_form.php:1168
368
  msgid "User email"
369
  msgstr "E-mail de l’utilisateur"
370
 
371
+ #: contact_form.php:1170
372
  msgid ""
373
  "The email address of the user who fills the form will be used in the field "
374
  "'From'."
376
  "Dans le champ 'FROM' du courriel, il sera utilisé l'adresse e-mail de "
377
  "l’utilisateur qui rempli le formulaire."
378
 
379
+ #: contact_form.php:1179
380
  msgid ""
381
  "If this option is changed, email messages may be moved to the spam folder or "
382
  "email delivery failures may occur."
384
  "Si cette option est modifiée, les courriels pourront se retrouver classer "
385
  "dans le dossier spam ou bien une erreur d'acheminement peut survenir."
386
 
387
+ #: contact_form.php:1188
388
  msgid "Required symbol"
389
  msgstr "Symbole obligatoire"
390
 
391
+ #: contact_form.php:1198
392
  msgid "Fields"
393
  msgstr "Champs"
394
 
395
+ #: contact_form.php:1199 contact_form.php:1226 contact_form.php:1253
396
+ #: contact_form.php:1273 contact_form.php:1312 contact_form.php:1394
397
  msgid "Used"
398
  msgstr "Utilisé"
399
 
400
+ #: contact_form.php:1200 contact_form.php:1215 contact_form.php:1230
401
+ #: contact_form.php:1257 contact_form.php:1277 contact_form.php:1290
402
+ #: contact_form.php:1316 contact_form.php:1329 contact_form.php:1353
403
  msgid "Required"
404
  msgstr "Obligatoire"
405
 
406
+ #: contact_form.php:1202 contact_form.php:1235 contact_form.php:1295
407
+ #: contact_form.php:1334 contact_form.php:1358
408
  msgid "Visible"
409
  msgstr "Visible"
410
 
411
+ #: contact_form.php:1203 contact_form.php:1239 contact_form.php:1299
412
+ #: contact_form.php:1338 contact_form.php:1362
413
  msgid "Disabled for editing"
414
  msgstr "Non actif pour l'édition"
415
 
416
+ #: contact_form.php:1204 contact_form.php:1263 contact_form.php:1342
417
+ #: contact_form.php:1366
418
  msgid "Field's default value"
419
  msgstr "Valeur par défaut du champ"
420
 
421
+ #: contact_form.php:1211
422
  msgid "Department selectbox"
423
  msgstr "Liste déroulante des localisations"
424
 
425
+ #: contact_form.php:1243
426
  msgid "Use User's name as a default value if the user is logged in."
427
  msgstr ""
428
  "Utiliser le nom de l'utilisateur comme valeur par défaut si un utilisateur "
429
  "est connecté."
430
 
431
+ #: contact_form.php:1244 contact_form.php:1304
432
  msgid ""
433
  "'Visible' and 'Disabled for editing' options will be applied only to logged-"
434
  "in users."
436
  "'Visible' et 'Inactif' pour modifier les options ne seront appliqués qu'aux "
437
  "utilisateurs connectés."
438
 
439
+ #: contact_form.php:1250
440
  msgid "Location selectbox"
441
  msgstr "Liste déroulante des localisations"
442
 
443
+ #: contact_form.php:1303
444
  msgid "Use User's email as a default value if the user is logged in."
445
  msgstr ""
446
  "Utiliser l'adresse e-mail de l'utilisateur comme valeur par défaut si un "
447
  "utilisateur est connecté."
448
 
449
+ #: contact_form.php:1387
450
  msgid "Attachment block"
451
  msgstr "Bloc pièce jointe"
452
 
453
+ #: contact_form.php:1389
454
  msgid "Users can attach the following file formats"
455
  msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
456
 
457
+ #: contact_form.php:1407
458
  msgid "Add to the form"
459
  msgstr "Ajouter au formulaire"
460
 
461
+ #: contact_form.php:1412
462
  msgid "Tips below the Attachment"
463
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
464
 
465
+ #: contact_form.php:1419
466
  msgid "'Send me a copy' block"
467
  msgstr "Afficher le bloc \"M'envoyer une copie\""
468
 
469
+ #: contact_form.php:1447
470
  msgid "Activate for network"
471
  msgstr "Activer pour le réseau"
472
 
473
+ #: contact_form.php:1537
474
  msgid "Agreement checkbox"
475
  msgstr "Case à cocher pour valider le formulaire"
476
 
477
+ #: contact_form.php:1537
478
  msgid "Required checkbox for submitting the form"
479
  msgstr "Boite à cocher obligatoire pour la validation du formulaire."
480
 
481
+ #: contact_form.php:1538
482
  msgid "Optional checkbox"
483
  msgstr "Boite à cocher optionnelle"
484
 
485
+ #: contact_form.php:1538
486
  msgid "Optional checkbox, the results of which will be displayed in email"
487
  msgstr "Boite à cocher optionnelle, le résultat sera affiché dans le courriel"
488
 
489
+ #: contact_form.php:1556
490
  msgid "Delete an attachment file from the server after the email is sent"
491
  msgstr "Supprimer le fichier joint sur le serveur après l'envoie du courriel"
492
 
493
+ #: contact_form.php:1562
494
  msgid "Email in HTML format sending"
495
  msgstr "Courriel au format HTML"
496
 
497
+ #: contact_form.php:1566
498
  msgid "Display additional info in the email"
499
  msgstr "Afficher les informations complémentaires dans le courriel"
500
 
501
+ #: contact_form.php:1572
502
  msgid "Sent from (IP address)"
503
  msgstr "Envoyé de (adresse IP)"
504
 
505
+ #: contact_form.php:1572
506
+ msgid "Example: Sent from (IP address): 127.0.0.1"
507
+ msgstr ""
508
 
509
+ #: contact_form.php:1573 contact_form.php:3007 contact_form.php:3009
510
  msgid "Date/Time"
511
  msgstr "Date/Heure"
512
 
513
+ #: contact_form.php:1573
514
+ msgid "Example: Date/Time: August 19, 2013 8:50 pm"
515
+ msgstr ""
516
 
517
+ #: contact_form.php:1574 contact_form.php:3013 contact_form.php:3015
518
  msgid "Sent from (referer)"
519
  msgstr "Envoyer de (référence)"
520
 
521
+ #: contact_form.php:1574
522
  msgid ""
523
+ "Example: Sent from (referer): https://bestwebsoft.com/contacts/contact-us/"
524
  msgstr ""
 
 
525
 
526
+ #: contact_form.php:1575 contact_form.php:3019 contact_form.php:3021
527
  msgid "Using (user agent)"
528
  msgstr "Depuis (navigateur)"
529
 
530
+ #: contact_form.php:1575
531
  msgid ""
532
+ "Example: Using (user agent): Mozilla/5.0 (Windows NT 6.2; WOW64) "
533
  "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
534
  msgstr ""
 
 
 
535
 
536
+ #: contact_form.php:1580
537
  msgid "Language settings for the field names in the form"
538
  msgstr "Définition des langues pour les titres des champs"
539
 
540
+ #: contact_form.php:1589
541
  msgid "Add a language"
542
  msgstr "Ajouter une langue"
543
 
544
+ #: contact_form.php:1593
545
  msgid "Change the names of the contact form fields and error messages"
546
  msgstr ""
547
  "Modifier le texte pour les champs du formulaire de contact et les messages "
548
  "d'erreur"
549
 
550
+ #: contact_form.php:1598 contact_form.php:1694 contact_form.php:1826
551
+ #: contact_form.php:1966 contact_form.php:1971 contact_form.php:1981
552
+ #: contact_form.php:1986 contact_form.php:1991 contact_form.php:1996
553
+ #: contact_form.php:2006 contact_form.php:2011 contact_form.php:2020
554
+ #: contact_form.php:2034 contact_form.php:2039 contact_form.php:2044
555
  msgid "Default"
556
  msgstr "Défaut"
557
 
558
+ #: contact_form.php:1611 contact_form.php:1649
559
  msgid "click to expand/hide the list"
560
  msgstr "cliquer pour voir/cacher la liste"
561
 
562
+ #: contact_form.php:1620 contact_form.php:1658
563
  msgid "Tips below the Attachment block"
564
  msgstr "Afficher les explications en-dessous du bloc des pièces jointes"
565
 
566
+ #: contact_form.php:1623 contact_form.php:1661
567
  msgid "Error message for the Name field"
568
  msgstr "Message d'erreur pour le champ nom"
569
 
570
+ #: contact_form.php:1624 contact_form.php:1662
571
  msgid "Error message for the Address field"
572
  msgstr "Message d'erreur pour le champ Adresse"
573
 
574
+ #: contact_form.php:1625 contact_form.php:1663
575
  msgid "Error message for the Email field"
576
  msgstr "Message d'erreur pour le champ e-mail"
577
 
578
+ #: contact_form.php:1626 contact_form.php:1664
579
  msgid "Error message for the Phone field"
580
  msgstr "Message d'erreur pour le champ téléphone"
581
 
582
+ #: contact_form.php:1627 contact_form.php:1665
583
  msgid "Error message for the Subject field"
584
  msgstr "Message d'erreur pour le champ sujet"
585
 
586
+ #: contact_form.php:1628 contact_form.php:1666
587
  msgid "Error message for the Message field"
588
  msgstr "Message d'erreur pour le champ message"
589
 
590
+ #: contact_form.php:1629 contact_form.php:1667
591
  msgid "Error message about the file type for the Attachment field"
592
  msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
593
 
594
+ #: contact_form.php:1630 contact_form.php:1668
595
  msgid ""
596
  "Error message while uploading a file for the Attachment field to the server"
597
  msgstr ""
598
  "Message d'erreur pour le champ fichier joint (problème d'envoi vers le "
599
  "serveur)"
600
 
601
+ #: contact_form.php:1631 contact_form.php:1669
602
  msgid "Error message while moving the file for the Attachment field"
603
  msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
604
 
605
+ #: contact_form.php:1632 contact_form.php:1670
606
  msgid "Error message when file size limit for the Attachment field is exceeded"
607
  msgstr ""
608
  "Message d'erreur pour le champ fichier joint (taille limite du fichier "
609
  "atteinte)"
610
 
611
+ #: contact_form.php:1633 contact_form.php:1671
612
  msgid "Error message for the Captcha field"
613
  msgstr "Message d'erreur pour le captcha"
614
 
615
+ #: contact_form.php:1634 contact_form.php:1672
616
  msgid "Error message for the whole form"
617
  msgstr "Message d'erreur demandant à compléter les champs manquants"
618
 
619
+ #: contact_form.php:1637 contact_form.php:1639 contact_form.php:1675
620
+ #: contact_form.php:1677 contact_form.php:1709 contact_form.php:1711
621
+ #: contact_form.php:1723 contact_form.php:1725 contact_form.php:3441
622
+ #: contact_form.php:3443
623
  msgid "Use shortcode"
624
  msgstr "Utiliser le code court"
625
 
626
+ #: contact_form.php:1637 contact_form.php:1639 contact_form.php:1675
627
+ #: contact_form.php:1677 contact_form.php:1709 contact_form.php:1711
628
+ #: contact_form.php:1723 contact_form.php:1725 contact_form.php:3441
629
+ #: contact_form.php:3443
630
  msgid "for this language"
631
  msgstr "pour cette langue"
632
 
633
+ #: contact_form.php:1685
634
  msgid "Use the changed names of the contact form fields in the email"
635
  msgstr "Utiliser les noms des champs modifiés dans les courriels"
636
 
637
+ #: contact_form.php:1691
638
  msgid "Action after email is sent"
639
  msgstr "Action après l'envoie du courriel"
640
 
641
+ #: contact_form.php:1693
642
  msgid "Display text"
643
  msgstr "Afficher le texte"
644
 
645
+ #: contact_form.php:1707 contact_form.php:1721
646
  msgid "Text"
647
  msgstr "Texte"
648
 
649
+ #: contact_form.php:1732
650
  msgid "Redirect to the page"
651
  msgstr "Rediriger vers la page"
652
 
653
+ #: contact_form.php:1733
654
  msgid "Url"
655
  msgstr "Url"
656
 
657
+ #: contact_form.php:1744
658
  msgid "Add field 'Reply-To' to the email header"
659
  msgstr "Ajouter le champ 'Répondre à/Reply-To' dans l'entête du courriel"
660
 
661
+ #: contact_form.php:1746
662
  msgid "Field 'Reply-To' will be initialized by user email"
663
  msgstr ""
664
  "Le champ 'Répondre à/Reply-To' sera rempli avec l'adresse e-mail de "
665
  "l'utilisateur"
666
 
667
+ #: contact_form.php:1750
668
  msgid "Auto Response"
669
  msgstr "Réponse automatique"
670
 
671
+ #: contact_form.php:1754
672
  #, php-format
673
  msgid ""
674
  "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
679
  "%%MESSAGE%% pour afficher des données du champ message, de même %%SITENAME%% "
680
  "pour afficher le nom du site."
681
 
682
+ #: contact_form.php:1776 contact_form.php:2302
683
  msgid "Save Changes"
684
  msgstr "Enregistrer les modifications"
685
 
686
+ #: contact_form.php:1789
687
  #, php-format
688
  msgid ""
689
  "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
691
  "Merci d'activer le java-script pour modifier les options '%s', '%s' ainsi "
692
  "que pour trier les champs."
693
 
694
+ #: contact_form.php:1789 contact_form.php:1798
695
  msgid "Form layout"
696
  msgstr "Structure du formulaire"
697
 
698
+ #: contact_form.php:1789 contact_form.php:1810
699
  msgid "Submit position"
700
  msgstr "Position du bouton envoyer"
701
 
702
+ #: contact_form.php:1802
703
  msgid "One column"
704
  msgstr "Une colonne"
705
 
706
+ #: contact_form.php:1805
707
  msgid "Two columns"
708
  msgstr "Deux colonnes"
709
 
710
+ #: contact_form.php:1814 contact_form.php:1854 contact_form.php:1872
711
+ #: contact_form.php:1887
712
  msgid "Left"
713
  msgstr "Gauche"
714
 
715
+ #: contact_form.php:1817 contact_form.php:1860 contact_form.php:1875
716
+ #: contact_form.php:1893
717
  msgid "Right"
718
  msgstr "Droite"
719
 
720
+ #: contact_form.php:1822
721
  msgid "Width"
722
  msgstr ""
723
 
724
+ #: contact_form.php:1830
725
  #, fuzzy
726
  msgid "Custom"
727
  msgstr "Personnaliser"
728
 
729
+ #: contact_form.php:1837
730
  msgid "px"
731
  msgstr ""
732
 
733
+ #: contact_form.php:1850
734
  msgid "Form align"
735
  msgstr "Alignement des champs"
736
 
737
+ #: contact_form.php:1857 contact_form.php:1890
738
  msgid "Center"
739
  msgstr "Centre"
740
 
741
+ #: contact_form.php:1865
742
  msgid "Labels position"
743
  msgstr "Position des textes"
744
 
745
+ #: contact_form.php:1869
746
  msgid "Top"
747
  msgstr "Haut"
748
 
749
+ #: contact_form.php:1878
750
  msgid "Bottom"
751
  msgstr "Bas"
752
 
753
+ #: contact_form.php:1883
754
  msgid "Labels align"
755
  msgstr "Alignement des textes"
756
 
757
+ #: contact_form.php:1898
758
  msgid "Errors output"
759
  msgstr "Affichage des erreurs"
760
 
761
+ #: contact_form.php:1901
762
  msgid "Display error messages"
763
  msgstr "Afficher les messages d'erreur"
764
 
765
+ #: contact_form.php:1902
766
  msgid "Color of the input field errors."
767
  msgstr "Mettre en couleur les champs ayant des erreurs"
768
 
769
+ #: contact_form.php:1903
770
  msgid "Display error messages & color of the input field errors"
771
  msgstr ""
772
  "Afficher les messages d'erreur et mettre en couleur les champs ayant des "
773
  "erreurs"
774
 
775
+ #: contact_form.php:1908
776
  msgid "Add placeholder to the input blocks"
777
  msgstr "Ajouter la localisation dans le bloc de saisie"
778
 
779
+ #: contact_form.php:1914
780
  msgid "Add tooltips"
781
  msgstr "Ajouter les conseils"
782
 
783
+ #: contact_form.php:1928
784
  msgid "Email address"
785
  msgstr "Adresse e-mail"
786
 
787
+ #: contact_form.php:1933 contact_form.php:3074 contact_form.php:3115
788
  msgid "Phone Number"
789
  msgstr "Téléphone"
790
 
791
+ #: contact_form.php:1959
792
  msgid "Style options"
793
  msgstr "Options de style"
794
 
795
+ #: contact_form.php:1963
796
  msgid "Text color"
797
  msgstr "Couleur du texte"
798
 
799
+ #: contact_form.php:1968
800
  msgid "Label text color"
801
  msgstr "Couleur des textes des intitulés"
802
 
803
+ #: contact_form.php:1973
804
  msgid "Placeholder color"
805
  msgstr "Couleur pour la localisation"
806
 
807
+ #: contact_form.php:1978
808
  msgid "Errors color"
809
  msgstr "Couleur pour les erreurs"
810
 
811
+ #: contact_form.php:1983
812
  msgid "Error text color"
813
  msgstr "Couleur pour le texte des erreurs"
814
 
815
+ #: contact_form.php:1988
816
  msgid "Background color of the input field errors"
817
  msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
818
 
819
+ #: contact_form.php:1993
820
  msgid "Border color of the input field errors"
821
  msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
822
 
823
+ #: contact_form.php:1998
824
  msgid "Placeholder color of the input field errors"
825
  msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
826
 
827
+ #: contact_form.php:2003
828
  msgid "Input fields"
829
  msgstr "Champs de saisie"
830
 
831
+ #: contact_form.php:2008
832
  msgid "Input fields background color"
833
  msgstr "Couleur de fond pour les champs de saisie"
834
 
835
+ #: contact_form.php:2013
836
  msgid "Text fields color"
837
  msgstr "Couleur pour les textes des champs de saisie"
838
 
839
+ #: contact_form.php:2017
840
  msgid "Border width in px, numbers only"
841
  msgstr "Largeur des bordures en px, nombre seulement"
842
 
843
+ #: contact_form.php:2022 contact_form.php:2046
844
  msgid "Border color"
845
  msgstr "Couleur des bordures"
846
 
847
+ #: contact_form.php:2027
848
  msgid "Submit button"
849
  msgstr "Bouton Envoyer"
850
 
851
+ #: contact_form.php:2031
852
  msgid "Width in px, numbers only"
853
  msgstr "Largeur en px, nombre seulement"
854
 
855
+ #: contact_form.php:2036
856
  msgid "Button color"
857
  msgstr "Couleur du bouton"
858
 
859
+ #: contact_form.php:2041
860
  msgid "Button text color"
861
  msgstr "Couleur du texte du bouton"
862
 
863
+ #: contact_form.php:2070
864
  msgid "Contact Form | Preview"
865
  msgstr "Formulaire de Contact | Prévisualisation"
866
 
867
+ #: contact_form.php:2071
868
  msgid "Drag the necessary field to sort fields."
869
  msgstr "Déposer les champs nécessaires dans la liste des tris."
870
 
871
+ #: contact_form.php:2291
872
  msgid ""
873
  "If you would like to add the Contact Form to your website, just copy and "
874
  "paste this shortcode to your post or page or widget"
876
  "Si vous souhaiter ajouter un formulaire de contact à votre site web, copiez "
877
  "juste ce code dans un article ou sur une page ou un widget"
878
 
879
+ #: contact_form.php:2412
880
  msgid "Sorry, email message could not be delivered."
881
  msgstr "Désolé, votre courriel n'a pas pu être envoyé."
882
 
883
+ #: contact_form.php:3001 contact_form.php:3003
884
  msgid "Sent from (ip address)"
885
  msgstr "Envoyé de (adresse IP)"
886
 
887
+ #: contact_form.php:3031
888
  msgid "Contact from"
889
  msgstr "Contact de"
890
 
891
+ #: contact_form.php:3036 contact_form.php:3085
892
  msgid "Site"
893
  msgstr "Site"
894
 
895
+ #: contact_form.php:3197
896
  msgid ""
897
  "If you can see this MIME, it means that the MIME type is not supported by "
898
  "your email client!"
900
  "Si vous voyez ce MIME c'est que votre navigateur n'accepte pas ce type de "
901
  "MIME !"
902
 
903
+ #: contact_form.php:3269
904
  msgid "FAQ"
905
  msgstr "FAQ"
906
 
907
+ #: contact_form.php:3270
908
  msgid "Support"
909
  msgstr "Support"
910
 
911
+ #: contact_form.php:3319
912
  msgid "Are you sure that you want to delete this language data?"
913
  msgstr "Êtes vous sûr de vouloir supprimer cette langue ?"
914
 
915
+ #: contact_form.php:3342
916
  msgid "Add multiple forms"
917
  msgstr "Ajouter plusieurs formulaires"
918
 
919
+ #: contact_form.php:3342
920
  msgid ""
921
  "Install Contact Form Multi plugin to create unlimited number of contact "
922
  "forms."
924
  "Installer l'extension 'Contact Form Multi' pour créer un nombre infini de "
925
  "formulaires de contact."
926
 
927
+ #: contact_form.php:3347
928
  msgid "Learn more"
929
  msgstr "Lire la suite"
930
 
931
+ #: contact_form.php:3405
932
+ msgid "Error"
933
+ msgstr ""
934
+
935
+ #: contact_form.php:3405 contact_form.php:3407
936
+ msgid "Illegal language code"
937
+ msgstr ""
938
+
939
+ #: contact_form.php:3590
940
  msgid "Close notice"
941
  msgstr "Fermer l'avertissement"
942
 
943
+ #: contact_form.php:3595
944
  msgid "allows to store your messages to the database."
945
  msgstr "permet d'enregistrer les messages dans la base de données."
946
 
947
+ #: contact_form.php:3596
948
  msgid "Manage messages that have been sent from your website."
949
  msgstr "Gérer les messages qui ont été envoyés depuis votre site."
950
 
951
+ #: contact_form.php:3599
952
  msgid "Learn More"
953
  msgstr "Lire la suite"
954
 
955
+ #: contact_form.php:3659
956
  msgid "Contact form"
957
  msgstr "Formulaire de contact"
958
 
959
+ #: contact_form.php:3672 contact_form.php:3682
960
  msgid "Language"
961
  msgstr "Langue"
962
 
963
+ #~ msgid "Example: Sent from (IP address):\t127.0.0.1"
964
+ #~ msgstr "Exemple: Envoyé de (adresse IP)&nbsp;:\t127.0.0.1"
965
+
966
+ #~ msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
967
+ #~ msgstr "Exemple: Date/Heure&nbsp;:\tAoût 19, 2013 8:50pm"
968
+
969
+ #~ msgid ""
970
+ #~ "Example: Sent from (referer):\thttps://bestwebsoft.com/contacts/contact-"
971
+ #~ "us/"
972
+ #~ msgstr ""
973
+ #~ "Exemple&nbsp;: Envoyer de (referer) :\thttp://bestwebsoft.com/contacts/"
974
+ #~ "contact-us/"
975
+
976
+ #~ msgid ""
977
+ #~ "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
978
+ #~ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
979
+ #~ msgstr ""
980
+ #~ "Exemple&nbsp;: En utilisant (user agent) :\tMozilla/5.0 (Windows NT 6.2; "
981
+ #~ "WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 "
982
+ #~ "Safari/537.36"
983
+
984
  #~ msgid "requires"
985
  #~ msgstr "obligatoire"
986
 
languages/contact-form-plugin-id_ID.mo ADDED
Binary file
languages/contact-form-plugin-id_ID.po ADDED
@@ -0,0 +1,1338 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Contact Form\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-11-15 11:15+0200\n"
6
+ "PO-Revision-Date: 2017-11-15 11:15+0200\n"
7
+ "Last-Translator: Jordan Silaen <jordan.silaen@chameleonjohn.com>\n"
8
+ "Language-Team: ChameleonJohn.com <jordan.silaen@chameleonjohn.com>\n"
9
+ "Language: id_ID\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.7.1\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ #: contact_form.php:37 contact_form.php:953
21
+ msgid "Contact Form Settings"
22
+ msgstr "Pengaturan Form kontak"
23
+
24
+ #: contact_form.php:37
25
+ msgid "Contact Form"
26
+ msgstr "formulir kontak"
27
+
28
+ #: contact_form.php:300 contact_form.php:1133 contact_form.php:1223
29
+ #: contact_form.php:1613 contact_form.php:1651 contact_form.php:1918
30
+ #: contact_form.php:3045 contact_form.php:3091
31
+ msgid "Name"
32
+ msgstr "Nama"
33
+
34
+ #: contact_form.php:301 contact_form.php:1270 contact_form.php:1614
35
+ #: contact_form.php:1652 contact_form.php:1923 contact_form.php:3052
36
+ #: contact_form.php:3097
37
+ msgid "Address"
38
+ msgstr "Alamat"
39
+
40
+ #: contact_form.php:302 contact_form.php:1286 contact_form.php:1615
41
+ #: contact_form.php:1653
42
+ msgid "Email Address"
43
+ msgstr "Alamat email"
44
+
45
+ #: contact_form.php:303 contact_form.php:1309 contact_form.php:1616
46
+ #: contact_form.php:1654
47
+ msgid "Phone number"
48
+ msgstr "Nomor telepon"
49
+
50
+ #: contact_form.php:304 contact_form.php:1325 contact_form.php:1617
51
+ #: contact_form.php:1655 contact_form.php:1938 contact_form.php:3063
52
+ #: contact_form.php:3106
53
+ msgid "Subject"
54
+ msgstr "Subyek"
55
+
56
+ #: contact_form.php:305 contact_form.php:1349 contact_form.php:1618
57
+ #: contact_form.php:1656 contact_form.php:1942 contact_form.php:3068
58
+ #: contact_form.php:3110
59
+ msgid "Message"
60
+ msgstr "Pesan"
61
+
62
+ #: contact_form.php:306 contact_form.php:1619 contact_form.php:1657
63
+ #: contact_form.php:1947
64
+ msgid "Attachment"
65
+ msgstr "Lampiran"
66
+
67
+ #: contact_form.php:307
68
+ msgid ""
69
+ "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, "
70
+ "EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
71
+ msgstr ""
72
+ "Jenis file yang didukung: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, "
73
+ "AI, EPS, PS, CSV, RTF, PDF, DOC, DOCX, XLS, XLSX, ZIP, RAR, WAV, MP3, PPT."
74
+
75
+ #: contact_form.php:308 contact_form.php:1621 contact_form.php:1659
76
+ msgid "Send me a copy"
77
+ msgstr "Kirimkan saya salinan"
78
+
79
+ #: contact_form.php:309 contact_form.php:1622 contact_form.php:1660
80
+ msgid "Submit"
81
+ msgstr "Menyerahkan"
82
+
83
+ #: contact_form.php:310
84
+ msgid "Your name is required."
85
+ msgstr "Nama Anda diperlukan."
86
+
87
+ #: contact_form.php:311
88
+ msgid "Address is required."
89
+ msgstr "Alamat diperlukan."
90
+
91
+ #: contact_form.php:312
92
+ msgid "A valid email address is required."
93
+ msgstr "Sebuah alamat email yang valid diperlukan."
94
+
95
+ #: contact_form.php:313
96
+ msgid "Phone number is required."
97
+ msgstr "Nomor telepon diperlukan."
98
+
99
+ #: contact_form.php:314
100
+ msgid "Subject is required."
101
+ msgstr "Subjek diperlukan."
102
+
103
+ #: contact_form.php:315
104
+ msgid "Message text is required."
105
+ msgstr "Pesan teks diperlukan."
106
+
107
+ #: contact_form.php:316
108
+ msgid "File format is not valid."
109
+ msgstr "format file tidak valid."
110
+
111
+ #: contact_form.php:317
112
+ msgid "File upload error."
113
+ msgstr "Berkas kesalahan upload."
114
+
115
+ #: contact_form.php:318
116
+ msgid "The file could not be uploaded."
117
+ msgstr "file tidak bisa di-upload."
118
+
119
+ #: contact_form.php:319
120
+ msgid "This file is too large."
121
+ msgstr "File ini terlalu besar."
122
+
123
+ #: contact_form.php:320
124
+ msgid "Please fill out the CAPTCHA."
125
+ msgstr "Silahkan isi CAPTCHA."
126
+
127
+ #: contact_form.php:321
128
+ msgid "Please make corrections below and try again."
129
+ msgstr "Silakan membuat koreksi di bawah ini dan coba lagi."
130
+
131
+ #: contact_form.php:323
132
+ msgid "Thank you for contacting us."
133
+ msgstr "Terima kasih sudah menghubungi kami."
134
+
135
+ #: contact_form.php:650 contact_form.php:910
136
+ msgid "Settings saved."
137
+ msgstr "Pengaturan disimpan."
138
+
139
+ #: contact_form.php:855
140
+ msgid ""
141
+ "Email 'FROM' field option was changed, which may cause email messages being "
142
+ "moved to the spam folder or email delivery failures."
143
+ msgstr ""
144
+ "Email 'DARI' pilihan lapangan berubah, yang dapat menyebabkan pesan email "
145
+ "dipindahkan ke folder spam atau email kegagalan pengiriman."
146
+
147
+ #: contact_form.php:865
148
+ msgid ""
149
+ "If the 'Redirect to page' option is selected then the URL field should be in "
150
+ "the following format"
151
+ msgstr ""
152
+ "Jika 'Redirect ke halaman' opsi yang dipilih maka bidang URL harus dalam "
153
+ "format berikut"
154
+
155
+ #: contact_form.php:872
156
+ #, fuzzy
157
+ msgid "Such user does not exist."
158
+ msgstr "pengguna tersebut tidak ada."
159
+
160
+ #: contact_form.php:882
161
+ #, fuzzy
162
+ msgid ""
163
+ "Please enter a valid email address in the 'Use this email address' field."
164
+ msgstr ""
165
+ "Masukkan alamat email yang valid dalam 'Gunakan alamat email ini' lapangan."
166
+
167
+ #: contact_form.php:890
168
+ #, fuzzy
169
+ msgid "Please enter a valid email address in the 'FROM' field."
170
+ msgstr "Masukkan alamat email yang valid di bidang 'DARI'."
171
+
172
+ #: contact_form.php:912
173
+ #, fuzzy
174
+ msgid "Settings are not saved."
175
+ msgstr "Setelan tidak disimpan."
176
+
177
+ #: contact_form.php:950
178
+ msgid "All plugin settings were restored."
179
+ msgstr "Semua pengaturan Plugin dipulihkan. "
180
+
181
+ #: contact_form.php:956
182
+ msgid "How to Use Step-by-step Instruction"
183
+ msgstr "Cara Menggunakan Langkah-demi-langkah Instruksi"
184
+
185
+ #: contact_form.php:959 contact_form.php:3254 contact_form.php:3268
186
+ msgid "Settings"
187
+ msgstr "pengaturan"
188
+
189
+ #: contact_form.php:960
190
+ #, fuzzy
191
+ msgid "Additional settings"
192
+ msgstr "pengaturan tambahan"
193
+
194
+ #: contact_form.php:961
195
+ msgid "Appearance"
196
+ msgstr "Penampilan"
197
+
198
+ #: contact_form.php:962
199
+ msgid "Custom code"
200
+ msgstr "kode kustom"
201
+
202
+ #: contact_form.php:963
203
+ msgid "Go PRO"
204
+ msgstr "Go PRO"
205
+
206
+ #: contact_form.php:974
207
+ #, fuzzy
208
+ msgid "Notice"
209
+ msgstr "Melihat"
210
+
211
+ #: contact_form.php:978
212
+ msgid "NEW_FORM"
213
+ msgstr "NEW_FORM"
214
+
215
+ #: contact_form.php:979
216
+ msgid ""
217
+ "If you want to create multiple contact forms, please install the Contact "
218
+ "Form Multi plugin."
219
+ msgstr ""
220
+ "Jika Anda ingin membuat beberapa bentuk kontak, silahkan install plugin "
221
+ "Formulir Kontak multi."
222
+
223
+ #: contact_form.php:988
224
+ #, fuzzy, php-format
225
+ msgid ""
226
+ "If you would like to add a Contact Form to your page or post, please use %s "
227
+ "button"
228
+ msgstr ""
229
+ "Jika Anda ingin menambahkan Formulir Kontak ke halaman Anda atau posting, "
230
+ "silakan gunakan %s tombol"
231
+
232
+ #: contact_form.php:994
233
+ #, php-format
234
+ msgid ""
235
+ "You can add the Contact Form to your page or post by clicking on %s button "
236
+ "in the content edit block using the Visual mode. If the button isn't "
237
+ "displayed, please use the shortcode %s or %s where * stands for Contact Form "
238
+ "language."
239
+ msgstr ""
240
+ "Anda dapat menambahkan Form Kontak ke halaman Anda atau posting dengan "
241
+ "mengklik %s tombol di blok mengedit konten menggunakan modus Visual. Jika "
242
+ "tombol tidak ditampilkan, gunakan shortcode %s atau %s mana * singkatan "
243
+ "bahasa Form Kontak."
244
+
245
+ #: contact_form.php:1003
246
+ msgid ""
247
+ "If you leave the fields empty, the messages will be sent to the email "
248
+ "address specified during registration."
249
+ msgstr ""
250
+ "Jika Anda meninggalkan bidang kosong, pesan akan dikirim ke alamat email "
251
+ "yang ditentukan saat pendaftaran."
252
+
253
+ #: contact_form.php:1006
254
+ #, fuzzy
255
+ msgid "The user's email address"
256
+ msgstr "Alamat email pengguna"
257
+
258
+ #: contact_form.php:1010
259
+ #, fuzzy
260
+ msgid "Select a username"
261
+ msgstr "Memilih nama pengguna"
262
+
263
+ #: contact_form.php:1023
264
+ #, fuzzy
265
+ msgid ""
266
+ "Select a username of the person who should get the messages from the contact "
267
+ "form."
268
+ msgstr ""
269
+ "Pilih nama pengguna dari orang yang harus mendapatkan pesan dari formulir "
270
+ "kontak."
271
+
272
+ #: contact_form.php:1027
273
+ #, fuzzy
274
+ msgid "Use this email address"
275
+ msgstr "Gunakan alamat email ini"
276
+
277
+ #: contact_form.php:1031
278
+ #, fuzzy
279
+ msgid "Enter the email address for receiving messages"
280
+ msgstr "Masukkan alamat email untuk menerima pesan"
281
+
282
+ #: contact_form.php:1038 contact_form.php:1533 contact_form.php:1740
283
+ #: contact_form.php:1846 contact_form.php:3351
284
+ msgid "Close"
285
+ msgstr "Dekat"
286
+
287
+ #: contact_form.php:1042
288
+ #, fuzzy
289
+ msgid "Add department selectbox to the contact form"
290
+ msgstr "Menambahkan departemen selectbox ke formulir kontak"
291
+
292
+ #: contact_form.php:1050 contact_form.php:1542 contact_form.php:1759
293
+ #: contact_form.php:2052
294
+ msgid "If you upgrade to Pro version all your settings will be saved."
295
+ msgstr ""
296
+ "Jika Anda meng-upgrade ke versi Pro semua pengaturan Anda akan disimpan."
297
+
298
+ #: contact_form.php:1057 contact_form.php:1379 contact_form.php:1547
299
+ #: contact_form.php:1766 contact_form.php:2059
300
+ msgid "Upgrade to Pro"
301
+ msgstr "Upgrade ke yang lebih baik"
302
+
303
+ #: contact_form.php:1065
304
+ msgid "Save emails to the database"
305
+ msgstr "Menyimpan email ke database"
306
+
307
+ #: contact_form.php:1077 contact_form.php:1091 contact_form.php:1098
308
+ msgid "Using"
309
+ msgstr "menggunakan"
310
+
311
+ #: contact_form.php:1083 contact_form.php:1435 contact_form.php:1476
312
+ #: contact_form.php:1511
313
+ msgid "Please activate the appropriate option on"
314
+ msgstr "Silakan aktifkan opsi yang sesuai pada"
315
+
316
+ #: contact_form.php:1086 contact_form.php:1438 contact_form.php:1479
317
+ #: contact_form.php:1514
318
+ #, fuzzy
319
+ msgid "settings page"
320
+ msgstr "halaman pengaturan"
321
+
322
+ #: contact_form.php:1092 contact_form.php:1445 contact_form.php:1487
323
+ #: contact_form.php:1521
324
+ #, fuzzy
325
+ msgid "Activate"
326
+ msgstr "Mengaktifkan"
327
+
328
+ #: contact_form.php:1099 contact_form.php:1454 contact_form.php:1493
329
+ #: contact_form.php:1526
330
+ msgid "Download"
331
+ msgstr "Download"
332
+
333
+ #: contact_form.php:1111
334
+ msgid "Sending method"
335
+ msgstr "metode pengiriman"
336
+
337
+ #: contact_form.php:1116
338
+ msgid "Wp-mail"
339
+ msgstr "Wp-mail"
340
+
341
+ #: contact_form.php:1118
342
+ #, fuzzy
343
+ msgid "You can use the Wordpress wp_mail function for mailing"
344
+ msgstr "Anda dapat menggunakan fungsi Wordpress wp_mail untuk mailing"
345
+
346
+ #: contact_form.php:1121
347
+ msgid "Mail"
348
+ msgstr "Surat"
349
+
350
+ #: contact_form.php:1123
351
+ #, fuzzy
352
+ msgid "You can use the PHP mail function for mailing"
353
+ msgstr "Anda dapat menggunakan fungsi PHP mail untuk mailing"
354
+
355
+ #: contact_form.php:1128
356
+ msgid "'FROM' field"
357
+ msgstr "'DARI' lapangan"
358
+
359
+ #: contact_form.php:1144
360
+ msgid "User name"
361
+ msgstr "Nama pengguna"
362
+
363
+ #: contact_form.php:1146
364
+ msgid ""
365
+ "The name of the user who fills the form will be used in the field 'From'."
366
+ msgstr "Nama pengguna yang mengisi form akan digunakan dalam bidang 'Dari'."
367
+
368
+ #: contact_form.php:1157 contact_form.php:3058 contact_form.php:3102
369
+ msgid "Email"
370
+ msgstr "E-mail"
371
+
372
+ #: contact_form.php:1168
373
+ msgid "User email"
374
+ msgstr "email pengguna"
375
+
376
+ #: contact_form.php:1170
377
+ msgid ""
378
+ "The email address of the user who fills the form will be used in the field "
379
+ "'From'."
380
+ msgstr ""
381
+ "Alamat email pengguna yang mengisi form akan digunakan dalam bidang 'Dari'."
382
+
383
+ #: contact_form.php:1179
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
+ "Jika opsi ini berubah, pesan email mungkin akan dipindahkan ke folder spam "
389
+ "atau email kegagalan pengiriman dapat terjadi."
390
+
391
+ #: contact_form.php:1188
392
+ msgid "Required symbol"
393
+ msgstr "simbol diperlukan"
394
+
395
+ #: contact_form.php:1198
396
+ msgid "Fields"
397
+ msgstr "Fields"
398
+
399
+ #: contact_form.php:1199 contact_form.php:1226 contact_form.php:1253
400
+ #: contact_form.php:1273 contact_form.php:1312 contact_form.php:1394
401
+ msgid "Used"
402
+ msgstr "Bekas"
403
+
404
+ #: contact_form.php:1200 contact_form.php:1215 contact_form.php:1230
405
+ #: contact_form.php:1257 contact_form.php:1277 contact_form.php:1290
406
+ #: contact_form.php:1316 contact_form.php:1329 contact_form.php:1353
407
+ msgid "Required"
408
+ msgstr "Wajib"
409
+
410
+ #: contact_form.php:1202 contact_form.php:1235 contact_form.php:1295
411
+ #: contact_form.php:1334 contact_form.php:1358
412
+ msgid "Visible"
413
+ msgstr "Terlihat"
414
+
415
+ #: contact_form.php:1203 contact_form.php:1239 contact_form.php:1299
416
+ #: contact_form.php:1338 contact_form.php:1362
417
+ msgid "Disabled for editing"
418
+ msgstr "Dinonaktifkan untuk mengedit"
419
+
420
+ #: contact_form.php:1204 contact_form.php:1263 contact_form.php:1342
421
+ #: contact_form.php:1366
422
+ msgid "Field's default value"
423
+ msgstr "Nilai default Field"
424
+
425
+ #: contact_form.php:1211
426
+ msgid "Department selectbox"
427
+ msgstr "Departemen selectbox"
428
+
429
+ #: contact_form.php:1243
430
+ msgid "Use User's name as a default value if the user is logged in."
431
+ msgstr "Gunakan Nama Pengguna sebagai nilai default jika pengguna login."
432
+
433
+ #: contact_form.php:1244 contact_form.php:1304
434
+ msgid ""
435
+ "'Visible' and 'Disabled for editing' options will be applied only to logged-"
436
+ "in users."
437
+ msgstr ""
438
+ "'Visible' dan 'Dinonaktifkan untuk mengedit' pilihan akan diterapkan hanya "
439
+ "untuk log-in pengguna."
440
+
441
+ #: contact_form.php:1250
442
+ msgid "Location selectbox"
443
+ msgstr "lokasi selectbox"
444
+
445
+ #: contact_form.php:1303
446
+ msgid "Use User's email as a default value if the user is logged in."
447
+ msgstr "Gunakan email Pengguna sebagai nilai default jika pengguna login."
448
+
449
+ #: contact_form.php:1387
450
+ msgid "Attachment block"
451
+ msgstr "blok lampiran"
452
+
453
+ #: contact_form.php:1389
454
+ msgid "Users can attach the following file formats"
455
+ msgstr "Pengguna dapat melampirkan format file berikut"
456
+
457
+ #: contact_form.php:1407
458
+ msgid "Add to the form"
459
+ msgstr "Tambahkan ke form"
460
+
461
+ #: contact_form.php:1412
462
+ msgid "Tips below the Attachment"
463
+ msgstr "Tips di bawah ini Lampiran"
464
+
465
+ #: contact_form.php:1419
466
+ msgid "'Send me a copy' block"
467
+ msgstr "'Kirimkan saya salinan' block"
468
+
469
+ #: contact_form.php:1447
470
+ #, fuzzy
471
+ msgid "Activate for network"
472
+ msgstr "Aktifkan untuk jaringan"
473
+
474
+ #: contact_form.php:1537
475
+ msgid "Agreement checkbox"
476
+ msgstr "kotak centang perjanjian"
477
+
478
+ #: contact_form.php:1537
479
+ msgid "Required checkbox for submitting the form"
480
+ msgstr "checkbox diperlukan untuk mengirimkan formulir"
481
+
482
+ #: contact_form.php:1538
483
+ msgid "Optional checkbox"
484
+ msgstr "kotak centang opsional"
485
+
486
+ #: contact_form.php:1538
487
+ msgid "Optional checkbox, the results of which will be displayed in email"
488
+ msgstr "Opsional kotak centang, yang hasilnya akan ditampilkan dalam email"
489
+
490
+ #: contact_form.php:1556
491
+ msgid "Delete an attachment file from the server after the email is sent"
492
+ msgstr "Hapus file lampiran dari server setelah email tersebut dikirim"
493
+
494
+ #: contact_form.php:1562
495
+ msgid "Email in HTML format sending"
496
+ msgstr "Email dalam format HTML mengirim"
497
+
498
+ #: contact_form.php:1566
499
+ msgid "Display additional info in the email"
500
+ msgstr "Menampilkan info tambahan dalam email"
501
+
502
+ #: contact_form.php:1572
503
+ #, fuzzy
504
+ msgid "Sent from (IP address)"
505
+ msgstr "Dikirim dari (alamat IP)"
506
+
507
+ #: contact_form.php:1572
508
+ msgid "Example: Sent from (IP address): 127.0.0.1"
509
+ msgstr ""
510
+
511
+ #: contact_form.php:1573 contact_form.php:3007 contact_form.php:3009
512
+ msgid "Date/Time"
513
+ msgstr "Tanggal Waktu"
514
+
515
+ #: contact_form.php:1573
516
+ msgid "Example: Date/Time: August 19, 2013 8:50 pm"
517
+ msgstr ""
518
+
519
+ #: contact_form.php:1574 contact_form.php:3013 contact_form.php:3015
520
+ msgid "Sent from (referer)"
521
+ msgstr "Dikirim dari (referer)"
522
+
523
+ #: contact_form.php:1574
524
+ msgid ""
525
+ "Example: Sent from (referer): https://bestwebsoft.com/contacts/contact-us/"
526
+ msgstr ""
527
+
528
+ #: contact_form.php:1575 contact_form.php:3019 contact_form.php:3021
529
+ msgid "Using (user agent)"
530
+ msgstr "Menggunakan (agen pengguna)"
531
+
532
+ #: contact_form.php:1575
533
+ msgid ""
534
+ "Example: Using (user agent): Mozilla/5.0 (Windows NT 6.2; WOW64) "
535
+ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
536
+ msgstr ""
537
+
538
+ #: contact_form.php:1580
539
+ msgid "Language settings for the field names in the form"
540
+ msgstr "Pengaturan bahasa untuk nama field dalam bentuk"
541
+
542
+ #: contact_form.php:1589
543
+ msgid "Add a language"
544
+ msgstr "Menambahkan bahasa"
545
+
546
+ #: contact_form.php:1593
547
+ msgid "Change the names of the contact form fields and error messages"
548
+ msgstr "Mengubah nama-nama kolom formulir kontak dan pesan kesalahan"
549
+
550
+ #: contact_form.php:1598 contact_form.php:1694 contact_form.php:1826
551
+ #: contact_form.php:1966 contact_form.php:1971 contact_form.php:1981
552
+ #: contact_form.php:1986 contact_form.php:1991 contact_form.php:1996
553
+ #: contact_form.php:2006 contact_form.php:2011 contact_form.php:2020
554
+ #: contact_form.php:2034 contact_form.php:2039 contact_form.php:2044
555
+ msgid "Default"
556
+ msgstr "kegagalan"
557
+
558
+ #: contact_form.php:1611 contact_form.php:1649
559
+ msgid "click to expand/hide the list"
560
+ msgstr "klik untuk memperluas / menyembunyikan daftar"
561
+
562
+ #: contact_form.php:1620 contact_form.php:1658
563
+ msgid "Tips below the Attachment block"
564
+ msgstr "Tips di bawah ini blok Lampiran"
565
+
566
+ #: contact_form.php:1623 contact_form.php:1661
567
+ msgid "Error message for the Name field"
568
+ msgstr "pesan kesalahan untuk bidang Nama"
569
+
570
+ #: contact_form.php:1624 contact_form.php:1662
571
+ msgid "Error message for the Address field"
572
+ msgstr "pesan kesalahan untuk bidang Alamat"
573
+
574
+ #: contact_form.php:1625 contact_form.php:1663
575
+ msgid "Error message for the Email field"
576
+ msgstr "pesan kesalahan untuk bidang Email"
577
+
578
+ #: contact_form.php:1626 contact_form.php:1664
579
+ msgid "Error message for the Phone field"
580
+ msgstr "pesan kesalahan untuk bidang Telepon"
581
+
582
+ #: contact_form.php:1627 contact_form.php:1665
583
+ msgid "Error message for the Subject field"
584
+ msgstr "pesan kesalahan untuk kolom Subyek"
585
+
586
+ #: contact_form.php:1628 contact_form.php:1666
587
+ msgid "Error message for the Message field"
588
+ msgstr "pesan kesalahan untuk bidang Pesan"
589
+
590
+ #: contact_form.php:1629 contact_form.php:1667
591
+ msgid "Error message about the file type for the Attachment field"
592
+ msgstr "pesan kesalahan tentang jenis file untuk bidang Lampiran"
593
+
594
+ #: contact_form.php:1630 contact_form.php:1668
595
+ msgid ""
596
+ "Error message while uploading a file for the Attachment field to the server"
597
+ msgstr "pesan kesalahan saat mengunggah file untuk bidang Lampiran ke server"
598
+
599
+ #: contact_form.php:1631 contact_form.php:1669
600
+ msgid "Error message while moving the file for the Attachment field"
601
+ msgstr "pesan kesalahan saat memindahkan file untuk bidang Lampiran"
602
+
603
+ #: contact_form.php:1632 contact_form.php:1670
604
+ msgid "Error message when file size limit for the Attachment field is exceeded"
605
+ msgstr "Pesan galat saat batas ukuran file untuk bidang Lampiran terlampaui"
606
+
607
+ #: contact_form.php:1633 contact_form.php:1671
608
+ msgid "Error message for the Captcha field"
609
+ msgstr "pesan kesalahan untuk bidang Captcha"
610
+
611
+ #: contact_form.php:1634 contact_form.php:1672
612
+ msgid "Error message for the whole form"
613
+ msgstr "pesan kesalahan untuk seluruh bentuk"
614
+
615
+ #: contact_form.php:1637 contact_form.php:1639 contact_form.php:1675
616
+ #: contact_form.php:1677 contact_form.php:1709 contact_form.php:1711
617
+ #: contact_form.php:1723 contact_form.php:1725 contact_form.php:3441
618
+ #: contact_form.php:3443
619
+ msgid "Use shortcode"
620
+ msgstr "Gunakan shortcode"
621
+
622
+ #: contact_form.php:1637 contact_form.php:1639 contact_form.php:1675
623
+ #: contact_form.php:1677 contact_form.php:1709 contact_form.php:1711
624
+ #: contact_form.php:1723 contact_form.php:1725 contact_form.php:3441
625
+ #: contact_form.php:3443
626
+ msgid "for this language"
627
+ msgstr "untuk bahasa ini"
628
+
629
+ #: contact_form.php:1685
630
+ #, fuzzy
631
+ msgid "Use the changed names of the contact form fields in the email"
632
+ msgstr "Menggunakan nama berubah dari kolom formulir kontak di email"
633
+
634
+ #: contact_form.php:1691
635
+ msgid "Action after email is sent"
636
+ msgstr "Tindakan setelah email dikirim"
637
+
638
+ #: contact_form.php:1693
639
+ msgid "Display text"
640
+ msgstr "menampilkan teks"
641
+
642
+ #: contact_form.php:1707 contact_form.php:1721
643
+ msgid "Text"
644
+ msgstr "Teks"
645
+
646
+ #: contact_form.php:1732
647
+ msgid "Redirect to the page"
648
+ msgstr "Redirect ke halaman"
649
+
650
+ #: contact_form.php:1733
651
+ msgid "Url"
652
+ msgstr "url"
653
+
654
+ #: contact_form.php:1744
655
+ msgid "Add field 'Reply-To' to the email header"
656
+ msgstr "Menambahkan field 'Reply-To' ke header email"
657
+
658
+ #: contact_form.php:1746
659
+ msgid "Field 'Reply-To' will be initialized by user email"
660
+ msgstr "'Reply-To' lapangan akan diawali dengan email pengguna"
661
+
662
+ #: contact_form.php:1750
663
+ msgid "Auto Response"
664
+ msgstr "Respon otomatis"
665
+
666
+ #: contact_form.php:1754
667
+ #, php-format
668
+ msgid ""
669
+ "You can use %%NAME%% to display data from the email field and %%MESSAGE%% to "
670
+ "display data from the Message field, as well as %%SITENAME%% to display blog "
671
+ "name."
672
+ msgstr ""
673
+ "Anda dapat menggunakan %%NAME%% untuk menampilkan data dari lapangan email "
674
+ "dan %%MESSAGE%% untuk menampilkan data dari lapangan Pesan, serta %%SITENAME"
675
+ "%% untuk menampilkan nama blog."
676
+
677
+ #: contact_form.php:1776 contact_form.php:2302
678
+ msgid "Save Changes"
679
+ msgstr "Simpan perubahan"
680
+
681
+ #: contact_form.php:1789
682
+ #, php-format
683
+ msgid ""
684
+ "Please enable JavaScript to change '%s', '%s' options and for fields sorting."
685
+ msgstr ""
686
+ "Silahkan aktifkan JavaScript untuk mengubah '%s', '%s' pilihan dan untuk "
687
+ "bidang penyortiran."
688
+
689
+ #: contact_form.php:1789 contact_form.php:1798
690
+ msgid "Form layout"
691
+ msgstr "tata letak bentuk"
692
+
693
+ #: contact_form.php:1789 contact_form.php:1810
694
+ #, fuzzy
695
+ msgid "Submit position"
696
+ msgstr "Kirim posisi"
697
+
698
+ #: contact_form.php:1802
699
+ msgid "One column"
700
+ msgstr "satu kolom"
701
+
702
+ #: contact_form.php:1805
703
+ msgid "Two columns"
704
+ msgstr "dua kolom"
705
+
706
+ #: contact_form.php:1814 contact_form.php:1854 contact_form.php:1872
707
+ #: contact_form.php:1887
708
+ msgid "Left"
709
+ msgstr "Kiri"
710
+
711
+ #: contact_form.php:1817 contact_form.php:1860 contact_form.php:1875
712
+ #: contact_form.php:1893
713
+ msgid "Right"
714
+ msgstr "Kanan"
715
+
716
+ #: contact_form.php:1822
717
+ msgid "Width"
718
+ msgstr ""
719
+
720
+ #: contact_form.php:1830
721
+ msgid "Custom"
722
+ msgstr ""
723
+
724
+ #: contact_form.php:1837
725
+ msgid "px"
726
+ msgstr ""
727
+
728
+ #: contact_form.php:1850
729
+ msgid "Form align"
730
+ msgstr "Form menyelaraskan"
731
+
732
+ #: contact_form.php:1857 contact_form.php:1890
733
+ msgid "Center"
734
+ msgstr "Pusat"
735
+
736
+ #: contact_form.php:1865
737
+ #, fuzzy
738
+ msgid "Labels position"
739
+ msgstr "posisi label"
740
+
741
+ #: contact_form.php:1869
742
+ msgid "Top"
743
+ msgstr "Puncak"
744
+
745
+ #: contact_form.php:1878
746
+ msgid "Bottom"
747
+ msgstr "Bawah"
748
+
749
+ #: contact_form.php:1883
750
+ msgid "Labels align"
751
+ msgstr "label menyelaraskan"
752
+
753
+ #: contact_form.php:1898
754
+ msgid "Errors output"
755
+ msgstr "kesalahan keluaran"
756
+
757
+ #: contact_form.php:1901
758
+ msgid "Display error messages"
759
+ msgstr "pesan kesalahan display"
760
+
761
+ #: contact_form.php:1902
762
+ msgid "Color of the input field errors."
763
+ msgstr "Warna kesalahan field input."
764
+
765
+ #: contact_form.php:1903
766
+ msgid "Display error messages & color of the input field errors"
767
+ msgstr "pesan kesalahan layar & warna kesalahan field input"
768
+
769
+ #: contact_form.php:1908
770
+ msgid "Add placeholder to the input blocks"
771
+ msgstr "Menambahkan placeholder ke blok masukan"
772
+
773
+ #: contact_form.php:1914
774
+ msgid "Add tooltips"
775
+ msgstr "menambahkan tooltips"
776
+
777
+ #: contact_form.php:1928
778
+ msgid "Email address"
779
+ msgstr "Alamat email"
780
+
781
+ #: contact_form.php:1933 contact_form.php:3074 contact_form.php:3115
782
+ msgid "Phone Number"
783
+ msgstr "Nomor telepon"
784
+
785
+ #: contact_form.php:1959
786
+ msgid "Style options"
787
+ msgstr "pilihan gaya"
788
+
789
+ #: contact_form.php:1963
790
+ msgid "Text color"
791
+ msgstr "Warna teks"
792
+
793
+ #: contact_form.php:1968
794
+ msgid "Label text color"
795
+ msgstr "Warna teks Label"
796
+
797
+ #: contact_form.php:1973
798
+ msgid "Placeholder color"
799
+ msgstr "warna placeholder"
800
+
801
+ #: contact_form.php:1978
802
+ msgid "Errors color"
803
+ msgstr "warna kesalahan"
804
+
805
+ #: contact_form.php:1983
806
+ msgid "Error text color"
807
+ msgstr "Warna teks kesalahan"
808
+
809
+ #: contact_form.php:1988
810
+ msgid "Background color of the input field errors"
811
+ msgstr "warna latar belakang kesalahan field input"
812
+
813
+ #: contact_form.php:1993
814
+ msgid "Border color of the input field errors"
815
+ msgstr "warna perbatasan kesalahan field input"
816
+
817
+ #: contact_form.php:1998
818
+ msgid "Placeholder color of the input field errors"
819
+ msgstr "warna placeholder kesalahan field input"
820
+
821
+ #: contact_form.php:2003
822
+ msgid "Input fields"
823
+ msgstr "field input"
824
+
825
+ #: contact_form.php:2008
826
+ msgid "Input fields background color"
827
+ msgstr "Input field warna latar belakang"
828
+
829
+ #: contact_form.php:2013
830
+ msgid "Text fields color"
831
+ msgstr "Teks ladang warna"
832
+
833
+ #: contact_form.php:2017
834
+ msgid "Border width in px, numbers only"
835
+ msgstr "lebar perbatasan di px, angka saja"
836
+
837
+ #: contact_form.php:2022 contact_form.php:2046
838
+ msgid "Border color"
839
+ msgstr "warna perbatasan"
840
+
841
+ #: contact_form.php:2027
842
+ msgid "Submit button"
843
+ msgstr "tombol Submit"
844
+
845
+ #: contact_form.php:2031
846
+ msgid "Width in px, numbers only"
847
+ msgstr "Lebar di px, angka saja"
848
+
849
+ #: contact_form.php:2036
850
+ msgid "Button color"
851
+ msgstr "warna tombol"
852
+
853
+ #: contact_form.php:2041
854
+ msgid "Button text color"
855
+ msgstr "Warna teks tombol"
856
+
857
+ #: contact_form.php:2070
858
+ #, fuzzy
859
+ msgid "Contact Form | Preview"
860
+ msgstr "Hubungi Formulir | Preview"
861
+
862
+ #: contact_form.php:2071
863
+ msgid "Drag the necessary field to sort fields."
864
+ msgstr "Tarik bidang yang diperlukan untuk memilah bidang."
865
+
866
+ #: contact_form.php:2291
867
+ #, fuzzy
868
+ msgid ""
869
+ "If you would like to add the Contact Form to your website, just copy and "
870
+ "paste this shortcode to your post or page or widget"
871
+ msgstr ""
872
+ "Jika Anda ingin menambahkan Formulir Kontak ke website Anda, hanya copy dan "
873
+ "paste shortcode ini untuk posting atau halaman atau widget"
874
+
875
+ #: contact_form.php:2412
876
+ msgid "Sorry, email message could not be delivered."
877
+ msgstr "Maaf, pesan email tidak dapat disampaikan."
878
+
879
+ #: contact_form.php:3001 contact_form.php:3003
880
+ msgid "Sent from (ip address)"
881
+ msgstr "Dikirim dari (alamat ip)"
882
+
883
+ #: contact_form.php:3031
884
+ msgid "Contact from"
885
+ msgstr "kontak dari"
886
+
887
+ #: contact_form.php:3036 contact_form.php:3085
888
+ msgid "Site"
889
+ msgstr "situs"
890
+
891
+ #: contact_form.php:3197
892
+ msgid ""
893
+ "If you can see this MIME, it means that the MIME type is not supported by "
894
+ "your email client!"
895
+ msgstr ""
896
+ "Jika Anda dapat melihat MIME ini, itu berarti bahwa tipe MIME tidak didukung "
897
+ "oleh klien email Anda!"
898
+
899
+ #: contact_form.php:3269
900
+ msgid "FAQ"
901
+ msgstr "FAQ"
902
+
903
+ #: contact_form.php:3270
904
+ msgid "Support"
905
+ msgstr "Mendukung"
906
+
907
+ #: contact_form.php:3319
908
+ msgid "Are you sure that you want to delete this language data?"
909
+ msgstr "Apakah Anda yakin bahwa Anda ingin menghapus data bahasa ini?"
910
+
911
+ #: contact_form.php:3342
912
+ #, fuzzy
913
+ msgid "Add multiple forms"
914
+ msgstr "Tambahkan beberapa bentuk"
915
+
916
+ #: contact_form.php:3342
917
+ msgid ""
918
+ "Install Contact Form Multi plugin to create unlimited number of contact "
919
+ "forms."
920
+ msgstr ""
921
+ "Instal Form Kontak multi plugin untuk membuat jumlah yang tidak terbatas "
922
+ "formulir kontak."
923
+
924
+ #: contact_form.php:3347
925
+ #, fuzzy
926
+ msgid "Learn more"
927
+ msgstr "Belajarlah lagi"
928
+
929
+ #: contact_form.php:3405
930
+ msgid "Error"
931
+ msgstr ""
932
+
933
+ #: contact_form.php:3405 contact_form.php:3407
934
+ msgid "Illegal language code"
935
+ msgstr ""
936
+
937
+ #: contact_form.php:3590
938
+ msgid "Close notice"
939
+ msgstr "Tutup pemberitahuan"
940
+
941
+ #: contact_form.php:3595
942
+ #, fuzzy
943
+ msgid "allows to store your messages to the database."
944
+ msgstr "memungkinkan untuk menyimpan pesan Anda ke database."
945
+
946
+ #: contact_form.php:3596
947
+ msgid "Manage messages that have been sent from your website."
948
+ msgstr "Mengelola pesan yang telah dikirim dari situs web Anda."
949
+
950
+ #: contact_form.php:3599
951
+ msgid "Learn More"
952
+ msgstr "Belajarlah lagi"
953
+
954
+ #: contact_form.php:3659
955
+ #, fuzzy
956
+ msgid "Contact form"
957
+ msgstr "Formulir kontak"
958
+
959
+ #: contact_form.php:3672 contact_form.php:3682
960
+ #, fuzzy
961
+ msgid "Language"
962
+ msgstr "Bahasa"
963
+
964
+ #~ msgid "Example: Sent from (IP address):\t127.0.0.1"
965
+ #~ msgstr "Contoh: Dikirim dari (alamat IP): \\ t127.0.0.1"
966
+
967
+ #~ msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
968
+ #~ msgstr "Contoh: Tanggal / Waktu: \\ tAugust 19, 2013 20:50"
969
+
970
+ #, fuzzy
971
+ #~ msgid ""
972
+ #~ "Example: Sent from (referer):\thttps://bestwebsoft.com/contacts/contact-"
973
+ #~ "us/"
974
+ #~ msgstr ""
975
+ #~ "Contoh: Dikirim dari (referer): \\ thttps: //bestwebsoft.com/contacts/"
976
+ #~ "contact-us/"
977
+
978
+ #~ msgid ""
979
+ #~ "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) "
980
+ #~ "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
981
+ #~ msgstr ""
982
+ #~ "Contoh: Menggunakan (agen pengguna): \\ tMozilla / 5.0 (Windows NT 6.2; "
983
+ #~ "WOW64) AppleWebKit / 537,36 (KHTML, like Gecko) Chrome / 28.0.1500.95 "
984
+ #~ "Safari / 537,36"
985
+
986
+ #~ msgid ""
987
+ #~ "Deprecated shortcode %1s from the %2s plugin is used on your site. Please "
988
+ #~ "replace it with %3s. If you close this message it'll appear again after "
989
+ #~ "deprecated shortcode reuse."
990
+ #~ msgstr ""
991
+ #~ "Usang shortcode% 1s dari% 2s plugin digunakan di situs Anda. Silahkan "
992
+ #~ "ganti dengan% 3s. Jika Anda menutup pesan ini akan muncul lagi setelah "
993
+ #~ "reuse shortcode usang."
994
+
995
+ #~ msgid "Name:"
996
+ #~ msgstr "Name:"
997
+
998
+ #~ msgid "Address:"
999
+ #~ msgstr "Adresse:"
1000
+
1001
+ #~ msgid "Email Address:"
1002
+ #~ msgstr "E-Mail Adresse:"
1003
+
1004
+ #~ msgid "Phone number:"
1005
+ #~ msgstr "Telefonnummer:"
1006
+
1007
+ #~ msgid "Subject:"
1008
+ #~ msgstr "Betreff:"
1009
+
1010
+ #~ msgid "Message:"
1011
+ #~ msgstr "Inhalt:"
1012
+
1013
+ #~ msgid "Attachment:"
1014
+ #~ msgstr "Anhang:"
1015
+
1016
+ #, fuzzy
1017
+ #~ msgid ""
1018
+ #~ "Please enable JavaScript to add language in the contact form, change the "
1019
+ #~ "names of the contact form fields and error messages."
1020
+ #~ msgstr "Verändere die Namen der Kontakt-Form-Felder und Fehlermeldungen"
1021
+
1022
+ #~ msgid "What to use?"
1023
+ #~ msgstr "Was soll verwendet werden?"
1024
+
1025
+ #, fuzzy
1026
+ #~ msgid "Using Contact Form to DB by BestWebSoft"
1027
+ #~ msgstr "Verwende 'Kontakt-Form in die DB' powered by"
1028
+
1029
+ #, fuzzy
1030
+ #~ msgid "Activate Captcha"
1031
+ #~ msgstr "Aktiviere captcha"
1032
+
1033
+ #, fuzzy
1034
+ #~ msgid "Download Captcha"
1035
+ #~ msgstr "Download captcha"
1036
+
1037
+ #~ msgid "Phone"
1038
+ #~ msgstr "Telefonnummer"
1039
+
1040
+ #~ msgid "To send mail you can use the php mail function"
1041
+ #~ msgstr "Um mails zu versenden, können sie die php mail Funktion verwenden."
1042
+
1043
+ #~ msgid "English"
1044
+ #~ msgstr "Englisch"
1045
+
1046
+ #~ msgid "or"
1047
+ #~ msgstr "oder"
1048
+
1049
+ #, fuzzy
1050
+ #~ msgid ""
1051
+ #~ "If you have any problems with the standard shortcode [contact_form], you "
1052
+ #~ "should use the shortcode"
1053
+ #~ msgstr ""
1054
+ #~ "Wenn sie irgendwelche Probleme mit dem standard shortcode [contact_form] "
1055
+ #~ "haben, sollten sie folgenden shortcode verwenden"
1056
+
1057
+ #~ msgid "They work the same way."
1058
+ #~ msgstr "Sie arbeiten auf gleiche weise."
1059
+
1060
+ #~ msgid ""
1061
+ #~ "If have any problems with the standard shortcode [contact_form], you "
1062
+ #~ "should use the shortcode"
1063
+ #~ msgstr ""
1064
+ #~ "Wenn sie irgendwelche Probleme mit dem standard shortcode [contact_form] "
1065
+ #~ "haben, sollten sie folgenden shortcode verwenden"
1066
+
1067
+ #~ msgid ""
1068
+ #~ "The plugin's settings have been changed. In order to save them please "
1069
+ #~ "don't forget to click the 'Save Changes' button."
1070
+ #~ msgstr ""
1071
+ #~ "Die Einstellungen des Plugins wurden geändert. Um diese zu speichern "
1072
+ #~ "vergessen sie nicht auf 'Save Changes/Speicher Änderungen' zu klicken."
1073
+
1074
+ #, fuzzy
1075
+ #~ msgid "Go"
1076
+ #~ msgstr "Go!"
1077
+
1078
+ #~ msgid "Show with errors"
1079
+ #~ msgstr "Zeige mit Fehlern"
1080
+
1081
+ #~ msgid "Please enter your full name..."
1082
+ #~ msgstr "Bitte geben sie Ihren vollen Namen ein... "
1083
+
1084
+ #~ msgid "Please enter your address..."
1085
+ #~ msgstr "Bitte geben sie Ihre Adresse ein... "
1086
+
1087
+ #~ msgid "Please enter your email address..."
1088
+ #~ msgstr "Bitte geben sie ihre E-Mail Adresse an ..."
1089
+
1090
+ #~ msgid "Please enter your phone number..."
1091
+ #~ msgstr "Bitte geben sie Ihre Telefonnummer ein... "
1092
+
1093
+ #~ msgid "Please enter subject..."
1094
+ #~ msgstr "Bitte geben sie Ihren Betreff an... "
1095
+
1096
+ #~ msgid "Please enter your message..."
1097
+ #~ msgstr "Bitte geben sie Ihre Nachricht ein... "
1098
+
1099
+ #~ msgid "powered by"
1100
+ #~ msgstr "powered by"
1101
+
1102
+ #~ msgid "Activate Contact Form to DB"
1103
+ #~ msgstr "Aktiviere 'Kontakt-Form in die DB'"
1104
+
1105
+ #~ msgid "Download Contact Form to DB"
1106
+ #~ msgstr "Lade 'Kontakt-Form in die DB' herunter"
1107
+
1108
+ #~ msgid "Captcha"
1109
+ #~ msgstr "Captcha"
1110
+
1111
+ #~ msgid "(powered by bestwebsoft.com)"
1112
+ #~ msgstr "(powered by bestwebsoft.com)"
1113
+
1114
+ #~ msgid "requires"
1115
+ #~ msgstr "benötigt"
1116
+
1117
+ #~ msgid ""
1118
+ #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
1119
+ #~ "and try again."
1120
+ #~ msgstr ""
1121
+ #~ "oder höher, darum wurde es deaktiviert! Bitte rüsten sie WordPress auf "
1122
+ #~ "und versuchen sie es erneut."
1123
+
1124
+ #~ msgid "Back to the WordPress"
1125
+ #~ msgstr "Zurück zu WordPress"
1126
+
1127
+ #~ msgid "Plugins page"
1128
+ #~ msgstr "Plugin Seite"
1129
+
1130
+ #~ msgid "Wrong license key"
1131
+ #~ msgstr "Falscher Lizenzschlüssel"
1132
+
1133
+ #~ msgid ""
1134
+ #~ "Something went wrong. Try again later. If the error will appear again, "
1135
+ #~ "please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</"
1136
+ #~ "a>. We are sorry for inconvenience."
1137
+ #~ msgstr ""
1138
+ #~ "Etwas ging schief. Versuchen sie es später nochmals. Wenn der Fehler "
1139
+ #~ "erneut auftritt, bitte, kontaktieren sie uns <a href=http://support."
1140
+ #~ "bestwebsoft.com>BestWebSoft</a>. Wir entschuldigen für die Umstände."
1141
+
1142
+ #~ msgid "This license key is bind to another site"
1143
+ #~ msgstr "Dieser Linzenz-Key ist an eine andere Seite gebunden."
1144
+
1145
+ #~ msgid ""
1146
+ #~ "Unfortunately, you have exceeded the number of available tries per day. "
1147
+ #~ "Please, upload the plugin manually."
1148
+ #~ msgstr ""
1149
+ #~ "Leider haben sie die Anzahl an verfügbaren Versuchen pro Trag "
1150
+ #~ "überschritten. Bitte laden sie das Plugin manuell hoch"
1151
+
1152
+ #~ msgid ""
1153
+ #~ "Failed to download the zip archive. Please, upload the plugin manually"
1154
+ #~ msgstr ""
1155
+ #~ "Download des zip Archives fehlgeschlagen. Bitte laden sie das Plugin "
1156
+ #~ "manuell hoch"
1157
+
1158
+ #~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
1159
+ #~ msgstr ""
1160
+ #~ "Fehler beim öffnen des zip Archives. Bitte laden sie das Plugin manuell "
1161
+ #~ "hoch"
1162
+
1163
+ #~ msgid ""
1164
+ #~ "Your server does not support either ZipArchive or Phar. Please, upload "
1165
+ #~ "the plugin manually"
1166
+ #~ msgstr ""
1167
+ #~ "Ihr Server unterstützt kein ZipArchiv oder Phar. Bitte laden sie das "
1168
+ #~ "Plugin manuell hoch"
1169
+
1170
+ #, fuzzy
1171
+ #~ msgid "UploadDir is not writable. Please, upload the plugin manually"
1172
+ #~ msgstr ""
1173
+ #~ "Fehler beim öffnen des zip Archives. Bitte laden sie das Plugin manuell "
1174
+ #~ "hoch"
1175
+
1176
+ #~ msgid ""
1177
+ #~ "Something went wrong. Try again later or upload the plugin manually. We "
1178
+ #~ "are sorry for inconvienience."
1179
+ #~ msgstr ""
1180
+ #~ "Etwas ging schief. Versuchen sie es später oder laden sie das plugin "
1181
+ #~ "manuell hoch. Wir entschuldigen für die Umstände."
1182
+
1183
+ #~ msgid "Please, enter Your license key"
1184
+ #~ msgstr "Bitte, geben sie Ihren Linzenzschlüssel ein"
1185
+
1186
+ #~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
1187
+ #~ msgstr ""
1188
+ #~ "Wenn ihnen das Plugin gefällt, geben sie bitte 5 Sterne auf WordPress"
1189
+
1190
+ #~ msgid "Rate the plugin"
1191
+ #~ msgstr "Bewerten Sie das Plugin"
1192
+
1193
+ #~ msgid "If there is something wrong about it, please contact us"
1194
+ #~ msgstr "Wenn etwas fehlerhaft ist, kontaktieren sie uns bitte"
1195
+
1196
+ #~ msgid ""
1197
+ #~ "Congratulations! The PRO version of the plugin is successfully download "
1198
+ #~ "and activated."
1199
+ #~ msgstr ""
1200
+ #~ "Glückwunsch! Die PRO Version des Plugins wurde erfolgreich "
1201
+ #~ "heruntergeladen und aktiviert."
1202
+
1203
+ #~ msgid "Please, go to"
1204
+ #~ msgstr "Bitte, gehen Sie nach"
1205
+
1206
+ #~ msgid "You will be redirected automatically in 5 seconds."
1207
+ #~ msgstr "Sie werden in 5 Sekunden automatisch weitergeleitet"
1208
+
1209
+ #~ msgid "You can download and activate"
1210
+ #~ msgstr "You can download and activate"
1211
+
1212
+ #~ msgid "version of this plugin by entering Your license key."
1213
+ #~ msgstr "Version des Plugins durch Eingabe des Linzenzschlüssels."
1214
+
1215
+ #~ msgid ""
1216
+ #~ "You can find your license key on your personal page Client area, by "
1217
+ #~ "clicking on the link"
1218
+ #~ msgstr ""
1219
+ #~ "Sie finden Ihren Linzenschlüssel auf Ihrer persönlichen Seite 'Client "
1220
+ #~ "area', durch klicken des Links"
1221
+
1222
+ #~ msgid ""
1223
+ #~ "(your username is the email you specify when purchasing the product)."
1224
+ #~ msgstr "(ihr Benutzername ist die beim Kauf verwendte E-Mail)."
1225
+
1226
+ #~ msgid "Extra settings"
1227
+ #~ msgstr "Weitere Einstellungen"
1228
+
1229
+ #~ msgid "Show"
1230
+ #~ msgstr "Zeige"
1231
+
1232
+ #~ msgid "Hide"
1233
+ #~ msgstr "Verstecke"
1234
+
1235
+ #~ msgid "The text in the 'From' field"
1236
+ #~ msgstr "Der Text in dem Feld 'From/Von'"
1237
+
1238
+ #~ msgid "This text will be used in the 'FROM' field"
1239
+ #~ msgstr "Dieser Text wird in dem Feld 'FROM/VON' stehen"
1240
+
1241
+ #~ msgid "The email address in the 'From' field"
1242
+ #~ msgstr "Die E-Mail Adresse in dem Feld 'From/Von'"
1243
+
1244
+ #~ msgid "This email address will be used in the 'From' field."
1245
+ #~ msgstr "Diese E-Mail Adresse wird in dem 'From/Von' Feld verwendet"
1246
+
1247
+ #~ msgid "Go!"
1248
+ #~ msgstr "Go!"
1249
+
1250
+ #~ msgid ""
1251
+ #~ "This functionality is available in the Pro version of the plugin. For "
1252
+ #~ "more details, please follow the link"
1253
+ #~ msgstr ""
1254
+ #~ "Diese Funktion ist in der Pro Version des plugins verfügbar. Für mehr "
1255
+ #~ "Details, folgen sie bitte dem Link"
1256
+
1257
+ #~ msgid "Contact Form Pro"
1258
+ #~ msgstr "Kontakt-Form Pro"
1259
+
1260
+ #, fuzzy
1261
+ #~ msgid "Contact Form Pro Extra Settings"
1262
+ #~ msgstr "Contact Form Opties"
1263
+
1264
+ #, fuzzy
1265
+ #~ msgid "Contact Form Pro | Extra Settings"
1266
+ #~ msgstr "Contact Form Opties"
1267
+
1268
+ #, fuzzy
1269
+ #~ msgid "Display fields"
1270
+ #~ msgstr "Toon tekst"
1271
+
1272
+ #, fuzzy
1273
+ #~ msgid "Display tips below the Attachment block"
1274
+ #~ msgstr "Toon uitleg na Bijlage knop"
1275
+
1276
+ #~ msgid "Required fields"
1277
+ #~ msgstr "Verplicht veld"
1278
+
1279
+ #, fuzzy
1280
+ #~ msgid "Display the asterisk near required fields"
1281
+ #~ msgstr "Toon telefoonnummer veld"
1282
+
1283
+ #~ msgid "You can attach the following file formats"
1284
+ #~ msgstr "Bestanden van de volgende formaten kunnen worden bijgevoegd"
1285
+
1286
+ #, fuzzy
1287
+ #~ msgid "Memory usage"
1288
+ #~ msgstr "Bericht"
1289
+
1290
+ #, fuzzy
1291
+ #~ msgid "Site URL"
1292
+ #~ msgstr "Website"
1293
+
1294
+ #, fuzzy
1295
+ #~ msgid "Please enter a valid email address."
1296
+ #~ msgstr "Gebruik dit email adres:"
1297
+
1298
+ #~ msgid "Installed plugins"
1299
+ #~ msgstr "Geïnstalleerde Plugins"
1300
+
1301
+ #~ msgid "Recommended plugins"
1302
+ #~ msgstr "Aanbevolen Plugins"
1303
+
1304
+ #~ msgid "Install %s"
1305
+ #~ msgstr "Installeer %s"
1306
+
1307
+ #~ msgid "Install now from wordpress.org"
1308
+ #~ msgstr "Installeer nu via wordpress.org"
1309
+
1310
+ #, fuzzy
1311
+ #~ msgid "Active Plugins"
1312
+ #~ msgstr "Geactiveerde plugins"
1313
+
1314
+ #, fuzzy
1315
+ #~ msgid "Inactive Plugins"
1316
+ #~ msgstr "Geactiveerde plugins"
1317
+
1318
+ #, fuzzy
1319
+ #~ msgid "Send to support"
1320
+ #~ msgstr "Ondersteuning"
1321
+
1322
+ #~ msgid "Contact Form Options"
1323
+ #~ msgstr "Contact Form Opties"
1324
+
1325
+ #~ msgid "Display Attachment tips"
1326
+ #~ msgstr "Toon Bijlage uitleg"
1327
+
1328
+ #~ msgid "Please enter a valid email address. Settings are not saved."
1329
+ #~ msgstr "Geef een geldig email adres op. Instellingen zijn niet opgeslagen."
1330
+
1331
+ #~ msgid "E-Mail Address"
1332
+ #~ msgstr "Email adres:"
1333
+
1334
+ #~ msgid "E-Mail Addresse:"
1335
+ #~ msgstr "Indirizzo e-mail:"
1336
+
1337
+ #~